Uses of Interface
org.jcsp.lang.One2AnyConnection

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

Uses of One2AnyConnection in org.jcsp.lang
 

Methods in org.jcsp.lang that return One2AnyConnection
static One2AnyConnection Connection.createOne2Any()
           
<T> One2AnyConnection<T>
ConnectionFactory.createOne2Any()
          Constructs and returns an implementation of One2AnyConnection.
<T> One2AnyConnection<T>
StandardConnectionFactory.createOne2Any()
           
static One2AnyConnection[] Connection.createOne2Any(int n)
           
<T> One2AnyConnection<T>[]
ConnectionArrayFactory.createOne2Any(int n)
          Constructs and returns an array of instances of an implementation of One2AnyConnection.
<T> One2AnyConnection<T>[]
StandardConnectionFactory.createOne2Any(int n)
           
 

Methods in org.jcsp.lang with parameters of type One2AnyConnection
static AltingConnectionClient[] Connection.getClientArray(One2AnyConnection[] c)
          Returns an array of client connection ends suitable for use as guards in an Alternative construct.
static SharedConnectionServer[] Connection.getServerArray(One2AnyConnection[] c)
          Returns an array of server connection ends suitable for use by multiple concurrent processes.
 



Copyright © 1996-2012. All Rights Reserved.