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