Uses of Class
dstruct.FelixClause

Packages that use FelixClause
dstruct Basic data structure used by Felix. 
optimizer Optimizer used to schedule Felix's execution plan. 
parser Provides parsers for MLN input, config files, and command line options. 
 

Uses of FelixClause in dstruct
 

Fields in dstruct with type parameters of type FelixClause
 java.util.HashSet<FelixClause> StatOperator.allRelevantFelixClause
          Set of clauses assigned to this operator.
(package private)  java.util.HashMap<FelixClause,java.util.ArrayList<java.lang.String>> FelixPredicate.chainRulePartitions
          Map from chain-rule clauses to possible partitions of sequence.
 java.util.HashMap<FelixClause,java.util.HashSet<mln.Expression>> StatOperator.clauseConstraints
          Map from clauses to expressions partitioning the data.
(package private)  java.util.ArrayList<FelixClause> FelixQuery.clauses
          All input clauses.
(package private)  java.util.HashMap<FelixPredicate.FPProperty,java.util.HashSet<FelixClause>> FelixPredicate.properities
          Map from predicate properties (FelixPredicate.FPProperty) to clauses satisfying the corresponding property.
(package private)  java.util.HashSet<FelixClause> FelixPredicate.registeredClauses
          Clauses related to this predicate.
 

Methods in dstruct that return types with arguments of type FelixClause
 java.util.HashSet<FelixClause> FelixQuery.getAllClause()
          Get all clauses in this FelixQuery.
 java.util.HashSet<FelixClause> FelixPredicate.getPropertyClauses(FelixPredicate.FPProperty prop)
          Get clauses associated to the given property.
 java.util.HashSet<FelixClause> FelixPredicate.getRelevantClauses()
          Get all clauses related to this predicate.
 

Methods in dstruct with parameters of type FelixClause
 void FelixQuery.addFelixClause(FelixClause fc)
          Add a clause to FelixQuery.
 void FelixPredicate.registerProperty(FelixPredicate.FPProperty prop, FelixClause evid, int... _pos)
          Add a property to this predicate, along with the clause with this property.
 void FelixPredicate.tryToExtractSeqFromChainRule(FelixClause fc)
          If the given clause is a CRF chain rule, try to extract the partitions of sequence.
 

Uses of FelixClause in optimizer
 

Methods in optimizer with parameters of type FelixClause
 java.util.HashSet<mln.Expression> DataCracker1991.getExpressions(FelixClause fc, int base, int nThread, boolean isSignature)
          Given a clause appearing in the statOperator, return the appended expression to this clause to partition the data.
 

Uses of FelixClause in parser
 

Fields in parser declared as FelixClause
 FelixClause FELIXParser.softRule_return.c
           
 FelixClause FELIXParser.hardRule_return.c
           
 FelixClause FELIXParser.foclause_return.c