Uses of Class
felix.dstruct.FelixPredicate.FPProperty

Packages that use FelixPredicate.FPProperty
felix.dstruct Package that contains the basic data structure used by Felix. 
 

Uses of FelixPredicate.FPProperty in felix.dstruct
 

Methods in felix.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 felix.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<tuffy.ra.ConjunctiveQuery> StatOperator.translateFelixClasesIntoFactorGraphEdgeQueries(FelixPredicate target, boolean forceRecursive, java.util.HashSet<java.lang.String> allowedOpenPredicates, FelixPredicate.FPProperty... props)
          Given a first order logic clause and a target predicate, translate it into a conjunctive query with properly assigned weight.
 java.util.HashSet<tuffy.ra.ConjunctiveQuery> StatOperator.translateFelixClasesIntoLearningQueriesForVictor(FelixPredicate target, FelixPredicate.FPProperty... props)
          Deprecated. Given a first order logic clause and a target predicate, translate it into a conjunctive query with properly assigned weight.