Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Any2OneConnectionImpl<T>
This class is an implementation of
Any2OneConnection . |
Modifier and Type | Method and Description |
---|---|
static Any2OneConnection[] |
Connection.any2oneArray(int n) |
static Any2OneConnection |
Connection.createAny2One() |
<T> Any2OneConnection<T> |
ConnectionFactory.createAny2One()
Constructs and returns an implementation of
Any2OneConnection . |
<T> Any2OneConnection<T> |
StandardConnectionFactory.createAny2One() |
<T> Any2OneConnection<T>[] |
ConnectionArrayFactory.createAny2One(int n)
Constructs and returns an array of instances of an implementation of
Any2OneConnection . |
<T> Any2OneConnection<T>[] |
StandardConnectionFactory.createAny2One(int n) |
Modifier and Type | Method and Description |
---|---|
static SharedConnectionClient[] |
Connection.getClientArray(Any2OneConnection[] c)
Returns an array of client connection ends suitable for use by multiple concurrent
processes.
|
static AltingConnectionServer[] |
Connection.getServerArray(Any2OneConnection[] c)
Returns an array of server connection ends suitable for use as guards in an
Alternative
construct. |
Modifier and Type | Field and Description |
---|---|
private Any2OneConnection |
LinkManager.registerConn |