Uses of Interface
org.jcsp.lang.ChannelArrayFactory

Packages that use ChannelArrayFactory
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. 
 

Uses of ChannelArrayFactory in org.jcsp.lang
 

Classes in org.jcsp.lang that implement ChannelArrayFactory
 class StandardChannelFactory<T>
          This class acts as a Factory for creating channels.
 

Uses of ChannelArrayFactory in org.jcsp.util.filter
 

Classes in org.jcsp.util.filter that implement ChannelArrayFactory
 class FilteredChannelFactory
          This class is used for constructing Filtered Channels.
 



Copyright © 1996-2012. All Rights Reserved.