Uses of Class
org.jcsp.lang.AltingConnectionClient
-
Packages that use AltingConnectionClient 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 -
-
Uses of AltingConnectionClient in org.jcsp.lang
Subclasses of AltingConnectionClient in org.jcsp.lang Modifier and Type Class Description classAltingConnectionClientImpl<T>This class does not need to be used by standard JCSP users.classSharedAltingConnectionClient<T>Implements a client end of a Connection which can have multiple client processes.Methods in org.jcsp.lang that return AltingConnectionClient Modifier and Type Method Description AltingConnectionClient<T>One2AnyConnection. client()Returns the client part of the connection.AltingConnectionClient<T>One2OneConnection. client()Returns the client end of the connection.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.net Modifier and Type Class Description classNetAltingConnectionClientInstances of this class areAltingConnectionClientobjects which connect toConnectionServerobjects over a JCSP.NET network.classNetSharedAltingConnectionClientDefines 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 Modifier and Type Class Description classNetAltingConnectionClient
-