Uses of Class
org.jcsp.lang.AltingConnectionClient
Packages that use AltingConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of AltingConnectionClient in org.jcsp.lang
Subclasses of AltingConnectionClient in org.jcsp.langModifier and TypeClassDescriptionclassThis class does not need to be used by standard JCSP users.classImplements a client end of a Connection which can have multiple client processes.Fields in org.jcsp.lang declared as AltingConnectionClientModifier and TypeFieldDescriptionprivate AltingConnectionClientOne2AnyConnectionImpl.clientprivate AltingConnectionClient<T> One2OneConnectionImpl.clientMethods in org.jcsp.lang that return AltingConnectionClientModifier and TypeMethodDescriptionOne2AnyConnection.client()Returns the client part of the connection.One2AnyConnectionImpl.client()Returns theAltingConnectionClientthat can be used by a single process at any instance.One2OneConnection.client()Returns the client end of the connection.One2OneConnectionImpl.client()Returns theAltingConnectionClientthat can be used by a single process at any instance.static AltingConnectionClient[]Connection.getClientArray(One2AnyConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternativeconstruct.static AltingConnectionClient[]Connection.getClientArray(One2OneConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternativeconstruct. -
Uses of AltingConnectionClient in org.jcsp.net
Subclasses of AltingConnectionClient in org.jcsp.netModifier and TypeClassDescriptionclassInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.classDefines a class whose instances should bethat connect to aSharedAltingConnectionClientConnectionServerover a JCSP.NET network. -
Uses of AltingConnectionClient in org.jcsp.net2
Subclasses of AltingConnectionClient in org.jcsp.net2