Uses of Interface
org.jcsp.lang.One2AnyConnection
-
Packages that use One2AnyConnection Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of One2AnyConnection in org.jcsp.lang
Classes in org.jcsp.lang that implement One2AnyConnection Modifier and Type Class Description (package private) classOne2AnyConnectionImpl<T>This class is an implementation ofOne2AnyConnection.Methods in org.jcsp.lang that return One2AnyConnection Modifier and Type Method Description static One2AnyConnectionConnection. createOne2Any()static One2AnyConnection[]Connection. createOne2Any(int n)<T> One2AnyConnection<T>[]ConnectionArrayFactory. createOne2Any(int n)Constructs and returns an array of instances of an implementation ofOne2AnyConnection.<T> One2AnyConnection<T>ConnectionFactory. createOne2Any()Constructs and returns an implementation ofOne2AnyConnection.<T> One2AnyConnection<T>StandardConnectionFactory. createOne2Any()<T> One2AnyConnection<T>[]StandardConnectionFactory. createOne2Any(int n)Methods in org.jcsp.lang with parameters of type One2AnyConnection Modifier and Type Method Description static AltingConnectionClient[]Connection. getClientArray(One2AnyConnection[] c)Returns an array of client connection ends suitable for use as guards in anAlternativeconstruct.static SharedConnectionServer[]Connection. getServerArray(One2AnyConnection[] c)Returns an array of server connection ends suitable for use by multiple concurrent processes.
-