Package ptolemy.actor.process

Interface Summary
ProcessReceiver A ProcessReceiver is an interface for receivers in the process oriented domains.
 

Class Summary
BoundaryDetector A BoundaryDetector determines the topological relationship of a Receiver with respect to boundary ports.
Branch A Branch transfers tokens through a channel that crosses a composite actor boundary.
BranchController A BranchController manages the execution of a set of branch objects by monitoring whether the branches have blocked.
CompositeProcessDirector A base class for directors in process oriented domains that incorporates hierarchical, heterogeneity.
MailboxBoundaryReceiver A process receiver that stores tokens via a mailbox and can be used by composite actors.
NotifyThread Helper thread for calling notifyAll on a single lock or a LinkedList of locks.
ProcessDirector The base class for directors for the process oriented domains.
ProcessThread Thread class acting as a process for process oriented domains.
 

Exception Summary
TerminateProcessException This exception is thrown to terminate a process.