Package ptolemy.graph.analysis.analyzer
Interface Analyzer
-
- All Known Subinterfaces:
AllPairShortestPathAnalyzer
,ClusterNodesTransformer
,CycleExistenceAnalyzer
,CycleMeanAnalyzer
,GraphAnalyzer
,MaximumProfitToCostRatioAnalyzer
,MirrorTransformer
,NegativeLengthCycleAnalyzer
,ScheduleAnalyzer
,SelfLoopAnalyzer
,SingleSourceLongestPathAnalyzer
,SinkNodeAnalyzer
,SourceNodeAnalyzer
,Transformer
,TransitiveClosureAnalyzer
,ZeroLengthCycleAnalyzer
- All Known Implementing Classes:
AllEdgeSingleSourceLongestPathStrategy
,CachedStrategy
,ClusterNodesTransformerStrategy
,FloydWarshallAllPairShortestPathStrategy
,FloydWarshallCycleExistenceStrategy
,FloydWarshallNegativeLengthCycleStrategy
,FloydWarshallStrategy
,FloydWarshallTransitiveClosureStrategy
,FloydWarshallZeroLengthCycleStrategy
,KarpCycleMeanStrategy
,MirrorTransformerStrategy
,ParhiMaximumProfitToCostRatioStrategy
,SelfLoopStrategy
,SinkNodeStrategy
,SourceNodeStrategy
public interface Analyzer
A base interface for all the analyzers.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Shahrooz Shahparnia
- See Also:
Analysis
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (shahrooz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
Return a description of the analyzer.boolean
valid()
Return the validity state of the analyzer.
-