Interface | Description |
---|---|
Advanceable |
Interface for actors and directors that, unlike native Ptolemy II actors, do not
proactively notify their director (using fireAt()) of events in the
future that they might produce, but which may, nevertheless, require
execution at some future time.
|
ContinuousStatefulComponent |
Interface for actors and directors
that have tentative state that can be rolled back.
|
ContinuousStatefulDirector |
Interface for directors
that have a getCurrentStepSize() method and have state that can be
rolled back.
|
ContinuousStepSizeController |
Interface for actors and directors that control integration step sizes.
|