Uses of Package
xsmeral.pipe.context

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

Classes in xsmeral.pipe.context used by xsmeral.pipe
ContextAware
          Indicates processor's capability of accessing a shared ProcessingContext.
PipeContext
          A processing context with additional possibility of accessing the underlying Pipe and the file system.
ProcessingContext
          A processing context is a shared space and possibly a communication channel between processors.
 

Classes in xsmeral.pipe.context used by xsmeral.pipe.context
FSContext
          A file system context, based on the notion of a single working directory.
ProcessingContext
          A processing context is a shared space and possibly a communication channel between processors.
 

Classes in xsmeral.pipe.context used by xsmeral.pipe.interfaces
ContextAware
          Indicates processor's capability of accessing a shared ProcessingContext.
 

Classes in xsmeral.pipe.context used by xsmeral.pipe.stats
ProcessingContext
          A processing context is a shared space and possibly a communication channel between processors.