abstract class Strategy
extends java.lang.Object
implements Analyzer
A base class for all the strategies. The Analysis package is implementing the
Strategy pattern, and the Strategy class defines the family of classes that
implement different strategies for given analyzers.