Uses of Class
dstruct.ExecutionPlan

Packages that use ExecutionPlan
executor Package that executes the scheduled physical plan. 
optimizer Optimizer used to schedule Felix's execution plan. 
 

Uses of ExecutionPlan in executor
 

Fields in executor declared as ExecutionPlan
(package private)  ExecutionPlan Executor.ep
          The execution plan to be executed.
 

Constructors in executor with parameters of type ExecutionPlan
Executor(ExecutionPlan _ep)
          The constructor.
 

Uses of ExecutionPlan in optimizer
 

Methods in optimizer that return ExecutionPlan
 ExecutionPlan Scheduler.orderOperators(OperatorBucketGraph obg)
          Schedule the order of running the operators.
 ExecutionPlan Scheduler.schedule()
          The entry of this optimizer.