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