public class NodeOperationTree
extends java.lang.Object
Constructor and Description |
---|
NodeOperationTree(java.util.Collection<NodeOperation> nodeOperations,
ExecutionPhase leaf) |
Modifier and Type | Method and Description |
---|---|
ExecutionPhase |
leaf()
the final executionPhase which will provide the final result.
|
java.util.Collection<NodeOperation> |
nodeOperations()
all NodeOperations (leaf is not included)
|
java.lang.String |
toString() |
public NodeOperationTree(java.util.Collection<NodeOperation> nodeOperations, ExecutionPhase leaf)
public java.util.Collection<NodeOperation> nodeOperations()
public ExecutionPhase leaf()
public java.lang.String toString()
toString
in class java.lang.Object