Class | Description |
---|---|
NondeterministicMerge |
This actor takes any number of input streams and merges them
nondeterministically.
|
PNDirector |
A PNDirector governs the execution of a CompositeActor with extended
Kahn-MacQueen process networks (PN) semantics.
|
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.
|
TimedPNDirector |
A TimedPNDirector governs the execution of a CompositeActor with
Kahn-MacQueen process networks (PN) semantics extended by introduction of a
notion of global time.
|