Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net2 |
Modifier and Type | Class and Description |
---|---|
class |
AltingConnectionClientImpl<T>
This class does not need to be used by standard JCSP users.
|
class |
SharedAltingConnectionClient<T>
Implements a client end of a Connection which can have multiple
client processes.
|
Modifier and Type | Method and Description |
---|---|
AltingConnectionClient<T> |
One2OneConnection.client()
Returns the client end of the connection.
|
AltingConnectionClient<T> |
One2AnyConnection.client()
Returns the client part of the connection.
|
static AltingConnectionClient[] |
Connection.getClientArray(One2AnyConnection[] c)
Returns an array of client connection ends suitable for use as guards in an
Alternative
construct. |
static AltingConnectionClient[] |
Connection.getClientArray(One2OneConnection[] c)
Returns an array of client connection ends suitable for use as guards in an
Alternative
construct. |
Modifier and Type | Class and Description |
---|---|
class |
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to a ConnectionServer over a JCSP.NET
network. |
Modifier and Type | Class and Description |
---|---|
class |
NetAltingConnectionClient |
Copyright © 1996–2022. All rights reserved.