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, Strategy

public interface Analyzer

A base interface for all the analyzers.

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

Method Summary
 java.lang.String toString()
          Return a description of the analyzer.
 boolean valid()
          Return the validity state of the analyzer.
 

Method Detail

toString

java.lang.String toString()
Return a description of the analyzer.

Overrides:
toString in class java.lang.Object
Returns:
Return a description of the analyzer.

valid

boolean valid()
Return the validity state of the analyzer.

Returns:
Return the validity state of the analyzer.