Uses of Class
dstruct.FelixPredicate.FPProperty

Packages that use FelixPredicate.FPProperty
dstruct Basic data structure used by Felix. 
 

Uses of FelixPredicate.FPProperty in dstruct
 

Fields in dstruct with type parameters of type FelixPredicate.FPProperty
(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.
 

Methods in dstruct that return FelixPredicate.FPProperty
static FelixPredicate.FPProperty FelixPredicate.FPProperty.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FelixPredicate.FPProperty[] FelixPredicate.FPProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dstruct with parameters of type FelixPredicate.FPProperty
 java.util.HashSet<FelixClause> FelixPredicate.getPropertyClauses(FelixPredicate.FPProperty prop)
          Get clauses associated to the given property.
 boolean FelixPredicate.hasProperty(FelixPredicate.FPProperty prop)
          Whether this predicate has the given property.
 void FelixPredicate.registerProperty(FelixPredicate.FPProperty prop, FelixClause evid, int... _pos)
          Add a property to this predicate, along with the clause with this property.
 java.util.HashSet<mln.ConjunctiveQuery> StatOperator.translateFelixClasesIntoFactorGraphEdgeQueries(FelixPredicate target, boolean forceRecursive, FelixPredicate.FPProperty... props)
          Given a first order logic clause and a target predicate, translate it into a conjunctive query with properly assigned weight.