| Interface | Description |
|---|---|
| ScheduleListener |
Interface for listeners that receive schedule messages.
|
| TMActor |
An interface that adds a method getExecutionTime() to the Actor interface.
|
| Class | Description |
|---|---|
| SchedulePlotter |
This attribute is a visible attribute that when configured (by double
clicking on it or by invoking Configure in the context menu) it displays
a plot of the schedule while the model is being run.
|
| TMDirector |
A director that implements a priority-driven multitasking
model of computation.
|
| TMEvent |
A TM event is an event that triggers the execution of a TM actor
(task).
|
| TMEventComparator |
A comparator for TM events.
|
| TMReceiver |
The receiver for the TM domain.
|