Interface | Description |
---|---|
ScheduleAnalyzer |
An interface for all the scheduling strategies on graphs.
|
Class | Description |
---|---|
Firing |
This class is a ScheduleElement that contains a reference to a
firing element.
|
Schedule |
This class represents a static schedule of firing elements invocation.
|
ScheduleAnalysis |
An analysis for schedules on graphs.
|
ScheduleElement |
This is an abstract base class for a schedule element.
|