|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.hive.plan.PlanNode
public abstract class PlanNode
Represents a node of the plan that will be the input to the workflow layer
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
PlanNode(HashMap<String,String> functionalArgs)
Default constructor |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HashMap<String,String> functionalArgs
| Constructor Detail |
|---|
public PlanNode(HashMap<String,String> functionalArgs)
functionalArgs - - all the arguments needed from the corresponding instance(for
determining the functional behavior) in order to execute this
node of the plan.| Method Detail |
|---|
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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||