Uses of Package
jconch.pipeline

Packages that use jconch.pipeline
jconch.pipeline   
jconch.pipeline.impl   
 

Classes in jconch.pipeline used by jconch.pipeline
PipeElement
          An element in a pipeline.
PipeLink
           A link in the stages of the pipeline.
PipeStage
          The base interface for a stage in the pipeline.
Producer
          The base implementation of a pipe that produces new elements to retrieve.
ThreadingModel
          Implements a threading model for a pipeline.
 

Classes in jconch.pipeline used by jconch.pipeline.impl
Consumer
          The base implementation of a pipe that consumes elements without producing anything.
PipeElement
          An element in a pipeline.
PipeLink
           A link in the stages of the pipeline.
PipeStage
          The base interface for a stage in the pipeline.
Processor
           A processing pipe in the pipeline.
Producer
          The base implementation of a pipe that produces new elements to retrieve.
ThreadingModel
          Implements a threading model for a pipeline.