Uses of Interface
org.jcsp.lang.One2OneChannelSymmetricInt

Packages that use One2OneChannelSymmetricInt
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
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.
 



Copyright © 1996-2012. All Rights Reserved.