Package | Description |
---|---|
ptolemy.actor.continuous |
The ptolemy.actor.continuous package.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.continuous.lib |
The ptolemy.domains.continuous.lib package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
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 |
ContinuousIntegrator
The integrator in the continuous domain.
|
class |
HybridModalDirector
An HybridModalDirector governs the execution of the discrete dynamics of a hybrid
system model.
|
Modifier and Type | Class and Description |
---|---|
class |
Integrator
The integrator in the continuous domain.
|
class |
LevelCrossingDetector
An event detector that converts continuous signals to discrete events when
the input trigger signal crosses a threshold specified by the level
parameter.
|