ptolemy.graph.analysis.strategy
Class Strategy

java.lang.Object
  extended by ptolemy.graph.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.

Since:
Ptolemy II 4.0
Version:
$Id: Strategy.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Shahrooz Shahparnia
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (shahrooz)

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 ptolemy.graph.analysis.analyzer.Analyzer
toString, valid
 

Constructor Detail

Strategy

Strategy()