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