Uses of Interface
org.jcsp.lang.One2OneChannelSymmetricInt
-
Packages that use One2OneChannelSymmetricInt Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of One2OneChannelSymmetricInt in org.jcsp.lang
Methods in org.jcsp.lang that return One2OneChannelSymmetricInt Modifier and Type Method Description static One2OneChannelSymmetricInt
Channel. one2oneSymmetricInt()
This constructs an integer carrying channel that may only be connected to one writer and one reader process at a time.static One2OneChannelSymmetricInt[]
Channel. one2oneSymmetricIntArray(int size)
This constructs an array of symmetric one-one integer channels.
-