Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Method and Description |
---|---|
static One2AnyConnection |
Connection.createOne2Any() |
<T> One2AnyConnection<T> |
ConnectionFactory.createOne2Any()
Constructs and returns an implementation of
One2AnyConnection . |
<T> One2AnyConnection<T> |
StandardConnectionFactory.createOne2Any() |
static One2AnyConnection[] |
Connection.createOne2Any(int n) |
<T> One2AnyConnection<T>[] |
ConnectionArrayFactory.createOne2Any(int n)
Constructs and returns an array of instances of an implementation of
One2AnyConnection . |
<T> One2AnyConnection<T>[] |
StandardConnectionFactory.createOne2Any(int n) |
Modifier and Type | Method and Description |
---|---|
static AltingConnectionClient[] |
Connection.getClientArray(One2AnyConnection[] c)
Returns an array of client connection ends suitable for use as guards in an
Alternative
construct. |
static SharedConnectionServer[] |
Connection.getServerArray(One2AnyConnection[] c)
Returns an array of server connection ends suitable for use by multiple concurrent
processes.
|
Copyright © 1996–2023. All rights reserved.