ptolemy.graph.analysis.analyzer
Interface SourceNodeAnalyzer

All Superinterfaces:
Analyzer, GraphAnalyzer
All Known Implementing Classes:
SourceNodeStrategy

public interface SourceNodeAnalyzer
extends GraphAnalyzer

Base interface for the computation of source nodes in a graph.

Since:
Ptolemy II 4.0
Version:
$Id: SourceNodeAnalyzer.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Shahrooz Shahparnia
See Also:
SourceNodeAnalysis
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (shahrooz)

Method Summary
 java.util.List nodes()
          Return the source nodes in the graph under analysis.
 
Methods inherited from interface ptolemy.graph.analysis.analyzer.GraphAnalyzer
graph
 
Methods inherited from interface ptolemy.graph.analysis.analyzer.Analyzer
toString, valid
 

Method Detail

nodes

java.util.List nodes()
Return the source nodes in the graph under analysis. Each element of the list is a Node.

Returns:
Return the source nodes.