Uses of Interface
org.jcsp.lang.One2AnyConnection
Packages that use One2AnyConnection
Package
Description
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 One2AnyConnectionModifier and TypeClassDescription(package private) class
This class is an implementation ofOne2AnyConnection
.Methods in org.jcsp.lang that return One2AnyConnectionModifier and TypeMethodDescriptionstatic One2AnyConnection
Connection.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 One2AnyConnectionModifier and TypeMethodDescriptionstatic AltingConnectionClient[]
Connection.getClientArray
(One2AnyConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternative
construct.static SharedConnectionServer[]
Connection.getServerArray
(One2AnyConnection[] c) Returns an array of server connection ends suitable for use by multiple concurrent processes.