Package 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
- Pt.AcceptedRating:
- red (ssb)
- Pt.ProposedRating:
- red (shahrooz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schedule
schedule()
Return the schedule computed by the associated analyzer.-
Methods inherited from interface ptolemy.graph.analysis.analyzer.GraphAnalyzer
graph
-
-
-
-
Method Detail
-
schedule
Schedule schedule()
Return the schedule computed by the associated analyzer.- Returns:
- Return the schedule computed by the associated analyzer.
-
-