Uses of Class
main.Felix

Packages that use Felix
optimizer Optimizer used to schedule Felix's execution plan. 
 

Uses of Felix in optimizer
 

Fields in optimizer declared as Felix
(package private)  Felix CostModel.parentFelix
          Felix object in which this CostModel is used.
(package private)  Felix Scheduler.parentFelix
          Felix object.
 

Constructors in optimizer with parameters of type Felix
CostModel(Felix _felix)
          The constructor of CostModel.
Scheduler(Felix _felix, FelixQuery _fq, parser.CommandOptions _options)
          The constructor.