ptolemy.graph.sched
Interface ScheduleAnalyzer

All Superinterfaces:
Analyzer, GraphAnalyzer

public interface ScheduleAnalyzer
extends GraphAnalyzer

An interface for all the scheduling strategies on graphs.

Since:
Ptolemy II 4.0
Author:
Shahrooz Shahparnia
See Also:
GraphAnalyzer
Accepted Rating:
red (ssb)
Proposed Rating:
red (shahrooz)

Method Summary
 Schedule schedule()
          Return the schedule computed by the associated analyzer.
 
Methods inherited from interface ptolemy.graph.analysis.analyzer.GraphAnalyzer
graph
 
Methods inherited from interface ptolemy.graph.analysis.analyzer.Analyzer
toString, valid
 

Method Detail

schedule

Schedule schedule()
Return the schedule computed by the associated analyzer.

Returns:
Return the schedule computed by the associated analyzer.