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