| Package | Description |
|---|---|
| ptolemy.domains.de.lib |
The ptolemy.domains.de.lib package.
|
| ptolemy.domains.de.lib.test |
The ptolemy.domains.de.lib.test package.
|
| Class and Description |
|---|
| DETransformer
This is an abstract base class for DE actors that transform
an input stream into an output stream.
|
| MostRecent
Output the most recent input token when the trigger port
receives a token.
|
| Queue
This actor implements a queue.
|
| Timer
Deprecated.
Use VariableDelay instead, which is essentially identical,
or ResettableTimer for a more reasonable timer behavior.
|
| Class and Description |
|---|
| DETransformer
This is an abstract base class for DE actors that transform
an input stream into an output stream.
|
| TimedDelay
Deprecated.
Use actor.lib.TimeDelay.
|