Uses of Interface
org.jcsp.lang.One2OneConnection
Packages that use One2OneConnection
Package
Description
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 One2OneConnectionModifier and TypeClassDescription(package private) classThis class is an implementation ofOne2OneConnection.Methods in org.jcsp.lang that return One2OneConnectionModifier and TypeMethodDescriptionstatic One2OneConnectionConnection.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 One2OneConnectionModifier and TypeMethodDescriptionstatic AltingConnectionClient[]Connection.getClientArray(One2OneConnection[] c) Returns an array of client connection ends suitable for use as guards in anAlternativeconstruct.static AltingConnectionServer[]Connection.getServerArray(One2OneConnection[] c) Returns an array of server connection ends suitable for use as guards in anAlternativeconstruct.