Uses of Package
xsmeral.pipe.interfaces

Packages that use xsmeral.pipe.interfaces
xsmeral.pipe Pipe implementation and exceptions 
xsmeral.pipe.interfaces Interfaces of processors (source, sink) and annotations 
xsmeral.pipe.stats Provides classes for tracking statistics of processors. 
 

Classes in xsmeral.pipe.interfaces used by xsmeral.pipe
ObjectProcessor
          An object processor is a runnable command which performs a specific task.
ObjectProcessor.Status
          Describes the status of the processor
ObjectProcessorInterface
          Definition of processor's input/output type.
ObjectSink
          An object processor receiving objects of one specific type
ObjectSource
          An object processor producing objects of one specific type.
 

Classes in xsmeral.pipe.interfaces used by xsmeral.pipe.interfaces
ObjectProcessor
          An object processor is a runnable command which performs a specific task.
ObjectProcessor.Status
          Describes the status of the processor
ObjectSink
          An object processor receiving objects of one specific type
ObjectSource
          An object processor producing objects of one specific type.
 

Classes in xsmeral.pipe.interfaces used by xsmeral.pipe.stats
ObjectProcessor
          An object processor is a runnable command which performs a specific task.