Uses of Interface
org.jcsp.lang.One2OneChannelSymmetric
-
Packages that use One2OneChannelSymmetric Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of One2OneChannelSymmetric in org.jcsp.lang
Classes in org.jcsp.lang that implement One2OneChannelSymmetric Modifier and Type Class Description (package private) classBasicOne2OneChannelSymmetric<T>Methods in org.jcsp.lang that return One2OneChannelSymmetric Modifier and Type Method Description static <T> One2OneChannelSymmetric<T>Channel. one2oneSymmetric()This constructs an Object carrying channel that may only be connected to one writer and one reader process at a time.static <T> One2OneChannelSymmetric<T>[]Channel. one2oneSymmetricArray(int size)This constructs an array of symmetric one-one Object channels.
-