public abstract class PlanNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,String> |
functionalArgs
all the arguments needed from the corresponding instance(for determining
the functional behavior) in order to execute this node of the plan.
|
| Constructor and Description |
|---|
PlanNode(HashMap<String,String> functionalArgs)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getFunctionalArgs()
getter for the functional arguments field which defines all the arguments
needed from the corresponding instance(for determining the functional
behavior) in order to execute this node of the plan.
|
OperatorNode |
getParent() |
void |
setFunctionalArgs(HashMap<String,String> functionalArgs)
setter for the functional arguments field which defines all the arguments
needed from the corresponding instance(for determining the functional
behavior) in order to execute this node of the plan.
|
void |
setParent(OperatorNode parent) |
public HashMap<String,String> getFunctionalArgs()
public void setFunctionalArgs(HashMap<String,String> functionalArgs)
functionalArgs - public OperatorNode getParent()
public void setParent(OperatorNode parent)
parent - the parent to setCopyright © 2017. All Rights Reserved.