Package ptolemy.graph.analysis.analyzer
Interface SinkNodeAnalyzer
-
- All Superinterfaces:
Analyzer
,GraphAnalyzer
- All Known Implementing Classes:
SinkNodeStrategy
public interface SinkNodeAnalyzer extends GraphAnalyzer
Base interface for the computation of sink nodes in a graph.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Shahrooz Shahparnia
- See Also:
SinkNodeAnalysis
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (shahrooz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List
nodes()
Return the sink nodes in the graph under analysis.-
Methods inherited from interface ptolemy.graph.analysis.analyzer.GraphAnalyzer
graph
-
-
-
-
Method Detail
-
nodes
java.util.List nodes()
Return the sink nodes in the graph under analysis. Each element of the list is aNode
.- Returns:
- The sink nodes.
-
-