Uses of Interface
org.jcsp.lang.Any2AnyConnection
Packages that use Any2AnyConnection
Package
Description
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 Any2AnyConnectionModifier and TypeClassDescription(package private) classThis class is an implementation ofAny2AnyConnection.Methods in org.jcsp.lang that return Any2AnyConnectionModifier and TypeMethodDescriptionstatic Any2AnyConnectionConnection.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 Any2AnyConnectionModifier and TypeMethodDescriptionstatic 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.