| Package | Description |
|---|---|
| ptolemy.actor.util |
Actor utilities.
|
| ptolemy.domains.continuous.lib |
The ptolemy.domains.continuous.lib package.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TimedEvent.compareTo(TimedEvent timedEvent)
Compare two TimedEvents by comparing their timestamps.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimedEvent |
ContinuousTimeDelay._discarded
Holds the most recently discarded event from the input buffer.
|
| Modifier and Type | Method and Description |
|---|---|
protected Token |
ContinuousTimeDelay.linearInterpolate(TimedEvent leftEvent,
TimedEvent rightEvent)
Linear interpolate between previous and current input.
|