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 Detail

      • schedule

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