Uses of Class
org.jcsp.lang.AltingConnectionClient

Packages that use AltingConnectionClient
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
 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.
 

Methods in org.jcsp.lang that return AltingConnectionClient
 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.
 

Uses of AltingConnectionClient in org.jcsp.net
 

Subclasses of AltingConnectionClient in org.jcsp.net
 class NetSharedAltingConnectionClient
           Defines a class whose instances should be SharedAltingConnectionClient that connect to a ConnectionServer over a JCSP.NET network.
 

Uses of AltingConnectionClient in org.jcsp.net2
 

Subclasses of AltingConnectionClient in org.jcsp.net2
 class NetAltingConnectionClient
           
 



Copyright © 1996-2012. All Rights Reserved.