|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Any2OneConnection | |
---|---|
org.jcsp.lang | This provides classes and interfaces corresponding to the fundamental primitives of CSP. |
Uses of Any2OneConnection in org.jcsp.lang |
---|
Methods in org.jcsp.lang that return Any2OneConnection | ||
---|---|---|
static Any2OneConnection[] |
Connection.any2oneArray(int n)
|
|
static Any2OneConnection |
Connection.createAny2One()
|
|
|
ConnectionFactory.createAny2One()
Constructs and returns an implementation of Any2OneConnection . |
|
|
StandardConnectionFactory.createAny2One()
|
|
|
ConnectionArrayFactory.createAny2One(int n)
Constructs and returns an array of instances of an implementation of Any2OneConnection . |
|
|
StandardConnectionFactory.createAny2One(int n)
|
Methods in org.jcsp.lang with parameters of type Any2OneConnection | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |