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.
|
Modifier and Type | Method and Description |
---|---|
SharedAltingConnectionClient<T> |
Any2OneConnection.client()
Returns a client end of the connection.
|
SharedAltingConnectionClient |
Any2OneConnectionImpl.client()
Returns the
AltingConnectionClient that can
be used by a single process at any instance. |
SharedAltingConnectionClient<T> |
ConnectionWithSharedAltingClient.client() |
SharedAltingConnectionClient |
Any2AnyConnectionImpl.client()
Returns a
SharedAltingConnectionClient object for this
connection. |
SharedAltingConnectionClient<T> |
Any2AnyConnection.client()
Returns a reference to the client end of the connection for use by the client processes.
|
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. |