| Package | Description |
|---|---|
| gr.uoa.di.madgik.hive.plan |
| Modifier and Type | Method and Description |
|---|---|
Functionality |
OperatorNode.getFunctionality()
getter for the functionality of this operation
|
static Functionality |
Functionality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Functionality[] |
Functionality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorNode.setFunctionality(Functionality functionality)
getter for the functionality of this operation
|
| Constructor and Description |
|---|
OperatorNode(Functionality functionality,
HashMap<String,String> functionalArgs,
ArrayList<PlanNode> children)
Default Constructor
|
Copyright © 2017. All Rights Reserved.