Package felix.dstruct

Package that contains the basic data structure used by Felix.

See:
          Description

Class Summary
ConcurrentOperatorsBucket An object of ConcurrentOperatorsBucket contains multiple statistical operators that can be executed in parallel.
DataMovementOperator A Data Movement Operator (DMO) is a bridge from physical database objects (e.g., view, relational table etc.) to logical requirements of the data.
ExecutionPlan The class of an execution plan, which is an ordered list of ConcurrentOperatorsBucket with parameters.
FelixClause The clause object used in Felix, which extends the Clause class in Tuffy to contain Felix-related fields and methods.
FelixPredicate The predicate object used in Felix, which extends the Predicate class in Tuffy to contain Felix-related fields and methods.
FelixQuery An object of FelixQuery consists of program, query and evidence from inputs.
OperatorBucketGraph The class of an OperatorBucketGraph.
StatOperator Abstract class of a statistical operator (e.g., Tuffy, Coref, CRF etc.
 

Enum Summary
FelixPredicate.FPProperty Properties that can be assigned to each predicate.
StatOperator.OPType Type of StatOperator.
 

Package felix.dstruct Description

Package that contains the basic data structure used by Felix. There are two groups of data structures: