|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.karajan.workflow.nodes.FlowNode
org.globus.cog.karajan.workflow.nodes.FlowContainer
org.globus.cog.karajan.workflow.nodes.Sequential
org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments
org.globus.cog.karajan.workflow.nodes.SequentialWithArguments
org.globus.cog.karajan.workflow.nodes.functions.AbstractFunction
| Nested Class Summary |
| Nested classes inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode |
FlowNode.FNTP |
| Field Summary |
| Fields inherited from class org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments |
commonArguments, QUOTED |
| Fields inherited from class org.globus.cog.karajan.workflow.nodes.Sequential |
INDEX |
| Fields inherited from class org.globus.cog.karajan.workflow.nodes.FlowContainer |
CALLER |
| Fields inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode |
debug, startCount, TEXT, threadTracker |
| Constructor Summary | |
AbstractFunction()
|
|
| Method Summary | |
void |
executeSimple(VariableStack stack)
|
abstract Object |
function(VariableStack stack)
|
boolean |
isSimple()
|
void |
post(VariableStack stack)
|
protected void |
setSimple(boolean simple)
|
protected void |
setValue(Object value)
|
| Methods inherited from class org.globus.cog.karajan.workflow.nodes.SequentialWithArguments |
executeChildren |
| Methods inherited from class org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments |
argumentsEvaluated, checkArguments, getArgument, getArgument, getArgumentCount, getArgumentIndex, getArgumentNames, getArguments, getMaxArgIndex, getNonpropargs, getPropargs, getQuotedArgs, getSortedArgs, getVargs, getVargsAsArray, hasArgument, hasNestedArguments, hasVariableArguments, initializeArgs, initializeStatic, newNameBindingVariableArguments, newVariableArguments, notificationEvent, pre, processArguments, setArguments, setArguments, setHasVargs, setNestedArgs, setNonpropargs, setQuotedArgs, setVargs |
| Methods inherited from class org.globus.cog.karajan.workflow.nodes.Sequential |
executeSingle, exit, moreToExecute, startNext |
| Methods inherited from class org.globus.cog.karajan.workflow.nodes.FlowContainer |
addChannel, execute, isOptimizable, setOptimize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbstractFunction()
| Method Detail |
public final void post(VariableStack stack)
throws ExecutionException
post in class FlowContainerExecutionException
public abstract Object function(VariableStack stack)
throws ExecutionException
ExecutionExceptionprotected void setSimple(boolean simple)
protected void setValue(Object value)
public boolean isSimple()
isSimple in interface ExtendedFlowElementisSimple in class FlowNode
public void executeSimple(VariableStack stack)
throws ExecutionException
executeSimple in interface ExtendedFlowElementexecuteSimple in class FlowNodeExecutionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||