org.codehaus.gpars

groovyx.gpars.dataflow
Class DataFlowComplexExpression

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      groovyx.gpars.dataflow.DataFlowExpression
          groovyx.gpars.dataflow.DataFlowComplexExpression

class DataFlowComplexExpression
extends DataFlowExpression

Authors:
Alex Tkachman


Field Summary
protected Object[] args

private static long serialVersionUID

 
Fields inherited from class DataFlowExpression
S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, state, stateUpdater, value, waitingUpdater
 
Constructor Summary
protected DataFlowComplexExpression(java.lang.Object elements)

 
Method Summary
protected T evaluate()

protected void subscribe(DataFlowExpressionsCollector listener)

 
Methods inherited from class DataFlowExpression
DataFlowExpression, bind, bindSafely, bindUnique, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, invokeMethod, isBound, join, join, poll, rightShift, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from class WithSerialId
createRemoteHandle, getOrCreateSerialHandle, getRemoteClass, writeReplace
 

Field Detail

args

protected final Object[] args


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

DataFlowComplexExpression

protected DataFlowComplexExpression(java.lang.Object elements)


 
Method Detail

evaluate

@Override
protected T evaluate()


subscribe

@Override
protected void subscribe(DataFlowExpressionsCollector listener)


 

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