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