Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net2 |
Modifier and Type | Class and Description |
---|---|
class |
AltingConnectionServerImpl<T>
This class does not need to be used by standard JCSP users.
|
Modifier and Type | Method and Description |
---|---|
static AltingConnectionServer[] |
Connection.getServerArray(Any2OneConnection[] c)
Returns an array of server 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. |
AltingConnectionServer<T> |
Any2OneConnection.server()
Returns the server end of the connection.
|
AltingConnectionServer<T> |
One2OneConnection.server()
Returns the server end of the connection.
|
Modifier and Type | Class and Description |
---|---|
class |
NetAltingConnectionServer |
Copyright © 1996–2022. All rights reserved.