Uses of Package
groovyx.gpars.dataflow.expression

Packages that use groovyx.gpars.dataflow.expression
groovyx.gpars.actor This package holds classes forming the public actor API. 
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.expression   
groovyx.gpars.dataflow.stream   
 

Classes in groovyx.gpars.dataflow.expression used by groovyx.gpars.actor
DataflowExpression
          The base class for all dataflow elements.
 

Classes in groovyx.gpars.dataflow.expression used by groovyx.gpars.dataflow
DataflowExpression
          The base class for all dataflow elements.
 

Classes in groovyx.gpars.dataflow.expression used by groovyx.gpars.dataflow.expression
DataflowComplexExpression
          Provides the infrastructure for dataflow expressions to evaluate arguments.
DataflowExpression
          The base class for all dataflow elements.
DataflowExpression.DataflowExpressionsCollector
          Listener for availability of data flow expressions we depend on.
DataflowExpression.WaitingThread
          A logical representation of a synchronous or asynchronous request to read the value once it is bound.
 

Classes in groovyx.gpars.dataflow.expression used by groovyx.gpars.dataflow.stream
DataflowExpression
          The base class for all dataflow elements.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.