Uses of Class
felix.parser.FelixCommandOptions

Packages that use FelixCommandOptions
felix.compiler Package that contains a static analyzer for an MLN program. 
felix.dstruct Package that contains the basic data structure used by Felix. 
felix.executor Package that executes the scheduled physical plan. 
felix.main Main Entry of Felix. 
felix.operator Specialized operators used in Felix. 
felix.optimizer Optimizer used to schedule Felix's execution plan. 
felix.util Miscellaneous utilities. 
 

Uses of FelixCommandOptions in felix.compiler
 

Constructors in felix.compiler with parameters of type FelixCommandOptions
StaticAnalyzer(FelixQuery _fq, FelixCommandOptions _opt)
          The constructor.
 

Uses of FelixCommandOptions in felix.dstruct
 

Constructors in felix.dstruct with parameters of type FelixCommandOptions
StatOperator(FelixQuery _fq, java.util.HashSet<FelixPredicate> _goalPredicates, FelixCommandOptions _opt)
          the constructor.
 

Uses of FelixCommandOptions in felix.executor
 

Constructors in felix.executor with parameters of type FelixCommandOptions
DDExecutor(ExecutionPlan _ep, FelixQuery _fq, FelixCommandOptions _options)
          The constructor.
Executor(ExecutionPlan _ep, FelixQuery _fq, FelixCommandOptions _options)
          Deprecated. The constructor.
 

Uses of FelixCommandOptions in felix.main
 

Fields in felix.main declared as FelixCommandOptions
 FelixCommandOptions Felix.options
          Command line option.
 

Methods in felix.main with parameters of type FelixCommandOptions
 void Felix.run(FelixCommandOptions opt)
          Run Felix!
 

Uses of FelixCommandOptions in felix.operator
 

Constructors in felix.operator with parameters of type FelixCommandOptions
COREFOperator(FelixQuery _fq, java.util.HashSet<FelixPredicate> _goalPredicates, FelixCommandOptions _opt)
          The constructor of COREFOperator.
CRFOperator(FelixQuery _fq, java.util.HashSet<FelixPredicate> _goalPredicates, FelixCommandOptions _opt)
          The constructor of CRFOperator.
LROperator(FelixQuery _fq, java.util.HashSet<FelixPredicate> _goalPredicates, FelixCommandOptions _opt)
          The constructor of LROperator.
TUFFYOperator(FelixQuery _fq, java.util.HashSet<FelixPredicate> _goalPredicates, FelixCommandOptions _opt)
          The constructor of TUFFYOperator.
 

Uses of FelixCommandOptions in felix.optimizer
 

Constructors in felix.optimizer with parameters of type FelixCommandOptions
OperatorSelector(FelixQuery _fq, CostModel _cm, FelixCommandOptions _options)
          The constructor.
Scheduler(Felix _felix, FelixQuery _fq, FelixCommandOptions _options)
          The constructor.
 

Uses of FelixCommandOptions in felix.util
 

Methods in felix.util that return FelixCommandOptions
static FelixCommandOptions FelixUIMan.parseCommand(java.lang.String[] args)
          Parses command line options
static FelixCommandOptions FelixUIMan.processOptions(FelixCommandOptions opt)
          Processes command line options.
 

Methods in felix.util with parameters of type FelixCommandOptions
static FelixCommandOptions FelixUIMan.processOptions(FelixCommandOptions opt)
          Processes command line options.
 

Constructors in felix.util with parameters of type FelixCommandOptions
ActiveLearner(FelixCommandOptions _opt)
          The constructor.
CostCalculator(FelixCommandOptions _opt)
          The constructor.