Uses of Package
org.jcsp.util.filter

Packages that use org.jcsp.util.filter
org.jcsp.net This is main package for JCSP.NET. 
org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. 
org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. 
 

Classes in org.jcsp.util.filter used by org.jcsp.net
FilteredAny2OneChannel
          Interface for an Any2One channel that supports filtering operations at each end.
 

Classes in org.jcsp.util.filter used by org.jcsp.net.dynamic
Filter
          Interface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.
FilteredChannelInput
          Interface for a channel input end that supports filtering operations.
FilteredChannelOutput
          Interface for a channel output end that supports write filtering operations.
ReadFiltered
          Interface for a channel end supporting read filtering operations.
WriteFiltered
          Interface for a channel end supporting write filtering operations.
 

Classes in org.jcsp.util.filter used by org.jcsp.util.filter
Filter
          Interface for channel plug-ins that define filtering operations - transformations on the data as it is read or written.
FilteredAltingChannelInput
          Implements an AltingChannelInput channel end that also supports read filters.
FilteredAny2AnyChannel
          Interface for an Any2Any channel that has support for filtering at both ends.
FilteredAny2OneChannel
          Interface for an Any2One channel that supports filtering operations at each end.
FilteredChannelInput
          Interface for a channel input end that supports filtering operations.
FilteredChannelOutput
          Interface for a channel output end that supports write filtering operations.
FilteredOne2AnyChannel
          Interface for an Any2Any channel that supports both read and write filters.
FilteredOne2OneChannel
          Interface for a One2One channel that supports filtering operations at each end.
FilteredSharedChannelInput
          Interface for a channel input end that supports filtering and can be shared by multiple processes.
FilteredSharedChannelOutput
          Interface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.
ReadFiltered
          Interface for a channel end supporting read filtering operations.
WriteFiltered
          Interface for a channel end supporting write filtering operations.
 



Copyright © 1996-2012. All Rights Reserved.