Uses of Class
org.jcsp.lang.AltingConnectionServer

Packages that use AltingConnectionServer
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
org.jcsp.net2   
 

Uses of AltingConnectionServer in org.jcsp.lang
 

Subclasses of AltingConnectionServer in org.jcsp.lang
 class AltingConnectionServerImpl<T>
          This class does not need to be used by standard JCSP users.
 

Methods in org.jcsp.lang that return AltingConnectionServer
static AltingConnectionServer[] Connection.getServerArray(Any2OneConnection[] c)
          Returns an array of server connection ends suitable for use as guards in an Alternative construct.
static AltingConnectionServer[] Connection.getServerArray(One2OneConnection[] c)
          Returns an array of server connection ends suitable for use as guards in an Alternative construct.
 AltingConnectionServer<T> Any2OneConnection.server()
          Returns the server end of the connection.
 AltingConnectionServer<T> One2OneConnection.server()
          Returns the server end of the connection.
 

Uses of AltingConnectionServer in org.jcsp.net2
 

Subclasses of AltingConnectionServer in org.jcsp.net2
 class NetAltingConnectionServer
           
 



Copyright © 1996-2012. All Rights Reserved.