Class | Description |
---|---|
Firing |
This class is a schedule element that contains a reference to an
actor and an iteration count.
|
FixedPointDirector |
A base class for directors that have fixed point semantics at each
iteration.
|
FixedPointReceiver |
The receiver for use with FixedPointDirector or any of its subclasses.
|
FixedPointScheduler |
A scheduler for the FixedPointDirector.
|
Schedule |
This class represents a static schedule of actor executions.
|
ScheduleElement |
This is an abstract base class for a schedule element.
|
Scheduler |
The base class for schedulers.
|
StaticSchedulingDirector |
A director that uses static scheduling to govern the execution of the
CompositeActor it belongs to.
|
Exception | Description |
---|---|
NotSchedulableException |
This is a special case of the InvalidStateException such that a
CompositeActor is not schedulable by a certain scheduler.
|