public class InterpreterUtil extends Object
| Constructor and Description |
|---|
InterpreterUtil() |
public static Object getInputsForForEachNode(ForEachNode forEachNode, LinkedList<String> listOfValues, Map<Node,Invoker> invokerMap) throws WorkflowException
forEachNode - listOfValues - invokerMap - WorkflowExceptionpublic static Object findInputFromPort(DataPort inputPort, Map<Node,Invoker> invokerMap) throws WorkflowException
inputPort - invokerMap - WorkflowExceptionpublic static Node findEndForEachFor(ForEachNode node)
node - public static Integer[] getNumberOfInputsForForEachNode(ForEachNode forEachNode, Map<Node,Invoker> invokerMap) throws WorkflowException
WorkflowExceptionpublic static ArrayList<Node> getFinishedNodesDynamically(WSGraph graph)
public static ArrayList<Node> getNodesWithBodyColor(Node.NodeExecutionState state, WSGraph graph)
public static int getRunningNodeCountDynamically(WSGraph graph)
public static int getFailedNodeCountDynamically(WSGraph graph)
public static int getWaitingNodeCountDynamically(WSGraph graph)
public static int getNodeCountWithBodyColor(Node.NodeExecutionState state, WSGraph graph)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.