org.codehaus.gpars

groovyx.gpars.dataflow
[Java] Class DataflowComplexExpression

java.lang.Object
  groovyx.gpars.serial.WithSerialId
      groovyx.gpars.dataflow.DataflowExpression
          groovyx.gpars.dataflow.DataflowComplexExpression

public abstract class DataflowComplexExpression
extends DataflowExpression

Authors:
Alex Tkachman


Field Summary
protected Object[] args

private static long serialVersionUID

 
Fields inherited from class DataflowExpression
ATTACHMENT, RESULT, S_INITIALIZED, S_INITIALIZING, S_NOT_INITIALIZED, dummyWaitingThread, metaClass, serialVersionUID, state, stateUpdater, value, waiting, waitingUpdater
 
Fields inherited from class WithSerialId
serialHandle, serialVersionUID
 
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, doBind, doBindImpl, doBindRemote, evaluate, getMetaClass, getProperty, getVal, getVal, getValAsync, getValAsync, handleInterruption, invokeMethod, isBound, join, join, notifyRemote, poll, rightShift, scheduleCallback, setMetaClass, setProperty, subscribe, subscribe, toString, transform, whenBound, whenBound, whenBound, whenBound, wheneverBound, wheneverBound
 
Methods inherited from class WithSerialId
createRemoteHandle, getOrCreateSerialHandle, getRemoteClass, writeReplace
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

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.