Uses of Interface
org.jcsp.lang.One2OneChannelSymmetric

Packages that use One2OneChannelSymmetric
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
 

Uses of One2OneChannelSymmetric in org.jcsp.lang
 

Methods in org.jcsp.lang that return One2OneChannelSymmetric
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.
 



Copyright © 1996-2012. All Rights Reserved.