ptolemy.graph.analysis.analyzer
Interface SelfLoopAnalyzer

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

public interface SelfLoopAnalyzer
extends GraphAnalyzer

Base interface for the computation of self-loops in a graph.

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

Method Summary
 java.util.List edges()
          Return the self-loop edges 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

edges

java.util.List edges()
Return the self-loop edges in the graph under analysis. Each element of the list is an Edge.

Returns:
Return the self-loop edges.