Package xsmeral.pipe.interfaces

Interfaces of processors (source, sink) and annotations

See:
          Description

Interface Summary
ObjectProcessor An object processor is a runnable command which performs a specific task.
ObjectSink<I> An object processor receiving objects of one specific type
ObjectSource<O> An object processor producing objects of one specific type.
 

Enum Summary
ObjectProcessor.Status Describes the status of the processor
 

Annotation Types Summary
ObjectProcessorInterface Definition of processor's input/output type.
Param Indicates that the value of the field should be retrieved from the processor's initialization parameter map.
 

Package xsmeral.pipe.interfaces Description

Interfaces of processors (source, sink) and annotations