Uses of Class
xsmeral.pipe.AbstractObjectProcessor

Packages that use AbstractObjectProcessor
xsmeral.pipe Pipe implementation and exceptions 
 

Uses of AbstractObjectProcessor in xsmeral.pipe
 

Subclasses of AbstractObjectProcessor in xsmeral.pipe
 class LocalObjectFilter<I,O>
          An object processor that serves the role of a filter.
 class LocalObjectSink<I>
          An object processor in the role of an object sink, usually persists objects.
 class LocalObjectSource<O>
          An object processor in the role of an object source, produces objects.