Package | Description |
---|---|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPointDirector
A base class for directors that have fixed point semantics at each
iteration.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousDirector
The continuous time domain is a timed domain that supports
continuous-time signals, discrete-event signals, and mixtures of the
two.
|
class |
HybridModalDirector
An HybridModalDirector governs the execution of the discrete dynamics of a hybrid
system model.
|
Modifier and Type | Class and Description |
---|---|
class |
DEDirector
This director implements the discrete-event (DE) model of computation (MoC).
|
Modifier and Type | Class and Description |
---|---|
class |
FSMDirector
An FSMDirector governs the execution of a modal model.
|
class |
ModalDirector
Deprecated.
Use FSMDirector
|
class |
MultirateFSMDirector
This director extends FSMDirector by supporting production and consumption
of multiple tokens on a port in a firing.
|
class |
NonStrictFSMDirector
This director extends FSMDirector by consuming only input tokens that
are needed in the current state.
|