mocgraph.analysis.strategy
Class Strategy

java.lang.Object
  extended by mocgraph.analysis.strategy.Strategy
All Implemented Interfaces:
Analyzer
Direct Known Subclasses:
CachedStrategy

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.

Version:
$Id: Strategy.java,v 1.1 2007/04/07 14:01:57 ssb Exp $
Author:
Shahrooz Shahparnia

Constructor Summary
Strategy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mocgraph.analysis.analyzer.Analyzer
toString, valid
 

Constructor Detail

Strategy

Strategy()