org.globus.cog.karajan.workflow.nodes
Interface ExtendedFlowElement

All Superinterfaces:
EventListener, FlowElement
All Known Implementing Classes:
FlowElementWrapper, FlowNode

public interface ExtendedFlowElement
extends FlowElement


Method Summary
 void executeSimple(VariableStack stack)
           
 boolean isSimple()
           
 
Methods inherited from interface org.globus.cog.karajan.workflow.nodes.FlowElement
acceptsInlineText, addElement, elementCount, elements, failImmediately, getElement, getElementType, getParent, getProjectNode, getProperty, hasProperty, propertyNames, removeProperty, setElementType, setParent, setProperty
 
Methods inherited from interface org.globus.cog.karajan.workflow.events.EventListener
event
 

Method Detail

isSimple

public boolean isSimple()

executeSimple

public void executeSimple(VariableStack stack)
                   throws ExecutionException
Throws:
ExecutionException