Uses of Interface
org.jcsp.lang.One2OneChannelSymmetricInt
Packages that use One2OneChannelSymmetricInt
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of One2OneChannelSymmetricInt in org.jcsp.lang
Classes in org.jcsp.lang that implement One2OneChannelSymmetricIntMethods in org.jcsp.lang that return One2OneChannelSymmetricIntModifier and TypeMethodDescriptionstatic One2OneChannelSymmetricIntChannel.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.