Uses of Interface
org.jcsp.lang.Any2OneConnection
-
Packages that use Any2OneConnection Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net This is main package for JCSP.NET. -
-
Uses of Any2OneConnection in org.jcsp.lang
Classes in org.jcsp.lang that implement Any2OneConnection Modifier and Type Class Description (package private) classAny2OneConnectionImpl<T>This class is an implementation ofAny2OneConnection.Methods in org.jcsp.lang that return Any2OneConnection Modifier and Type Method Description static Any2OneConnection[]Connection. any2oneArray(int n)static Any2OneConnectionConnection. createAny2One()<T> Any2OneConnection<T>[]ConnectionArrayFactory. createAny2One(int n)Constructs and returns an array of instances of an implementation ofAny2OneConnection.<T> Any2OneConnection<T>ConnectionFactory. createAny2One()Constructs and returns an implementation ofAny2OneConnection.<T> Any2OneConnection<T>StandardConnectionFactory. createAny2One()<T> Any2OneConnection<T>[]StandardConnectionFactory. createAny2One(int n)Methods in org.jcsp.lang with parameters of type Any2OneConnection Modifier and Type Method Description static SharedConnectionClient[]Connection. getClientArray(Any2OneConnection[] c)Returns an array of client connection ends suitable for use by multiple concurrent processes.static AltingConnectionServer[]Connection. getServerArray(Any2OneConnection[] c)Returns an array of server connection ends suitable for use as guards in anAlternativeconstruct. -
Uses of Any2OneConnection in org.jcsp.net
Fields in org.jcsp.net declared as Any2OneConnection Modifier and Type Field Description private Any2OneConnectionLinkManager. registerConn
-