Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.process |
Process oriented actor classes.
|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.actor.test |
The ptolemy.actor.test package.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.pn.kernel |
The Kahn-MacQueen process network domain.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
Modifier and Type | Class and Description |
---|---|
class |
IntermediateReceiver
A receiver that delegates to another receiver all method calls except
IntermediateReceiver.put(Token) (and its variants), for which it delegates to a
communication aspect. |
class |
Mailbox
A token holder with capacity one.
|
class |
QueueReceiver
A first-in, first-out (FIFO) queue receiver with variable capacity and
optional history.
|
Modifier and Type | Class and Description |
---|---|
class |
MailboxBoundaryReceiver
A process receiver that stores tokens via a mailbox and can be used by
composite actors.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPointReceiver
The receiver for use with FixedPointDirector or any of its subclasses.
|
Modifier and Type | Class and Description |
---|---|
class |
TestAbstractReceiver
Test AbstractReceiver.
|
Modifier and Type | Class and Description |
---|---|
class |
DEReceiver
An implementation of the ptolemy.actor.Receiver interface for the
DE domain.
|
Modifier and Type | Class and Description |
---|---|
class |
FSMReceiver
A receiver with capacity one for which one can explicitly set the status.
|
Modifier and Type | Class and Description |
---|---|
class |
PNQueueReceiver
A receiver with a FIFO queue that blocks the calling process on a read if the
FIFO queue is empty and on a write if the queue is full.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFReceiver
A first-in, first-out (FIFO) queue receiver with variable capacity and
optional history.
|