Package ptolemy.domains.csp.lib
Communicating Sequential Processes actors.
- Since:
- Ptolemy II 0.2
-
Class Summary Class Description Barrier This actor implements multiway rendezvous on all channels of the input port, collects the tokens, and then performs a multiway rendezvous on all channels of the output port, sending the collected data.Buffer FIXMECSPBuffer A single channel buffer.CSPMultiSink A CSPMultiSink actor accepts a token from any channel connected to its input.CSPMultiSource A CSPMultiSource actor produces tokens through an output channel via a continuous do (CDO) construct.CSPSieve Used in the Sieve of Eratosthenes demo.CSPSink A CSPSink actor accepts tokens from a single input channel.CSPSource A CSPSource actor produces tokens through an output channel.ResourcePool This actor manages a pool of resources, where each resource is represented by a token with an arbitrary value.