Uses of Class
gr.uoa.di.madgik.hive.plan.Functionality

Packages that use Functionality
gr.uoa.di.madgik.hive.plan   
 

Uses of Functionality in gr.uoa.di.madgik.hive.plan
 

Methods in gr.uoa.di.madgik.hive.plan that return Functionality
 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.
 

Methods in gr.uoa.di.madgik.hive.plan with parameters of type Functionality
 void OperatorNode.setFunctionality(Functionality functionality)
          getter for the functionality of this operation
 

Constructors in gr.uoa.di.madgik.hive.plan with parameters of type Functionality
OperatorNode(Functionality functionality, HashMap<String,String> functionalArgs, ArrayList<PlanNode> children)
          Default Constructor
 



Copyright © 2013. All Rights Reserved.