Uses of Class
org.projog.core.predicate.builtin.clp.ClpVariable
-
Packages that use ClpVariable Package Description org.projog.core.predicate.builtin.clp Predicates to support constraint logic programming. -
-
Uses of ClpVariable in org.projog.core.predicate.builtin.clp
Fields in org.projog.core.predicate.builtin.clp declared as ClpVariable Modifier and Type Field Description private ClpVariableClpVariable. childFields in org.projog.core.predicate.builtin.clp with type parameters of type ClpVariable Modifier and Type Field Description private java.util.Map<ClpVariable,org.projog.clp.Variable>Resolve.ClpResolvePredicate. variablesMethods in org.projog.core.predicate.builtin.clp that return ClpVariable Modifier and Type Method Description ClpVariableClpVariable. copy()ClpVariableClpVariable. copy(java.util.Map<Variable,Variable> sharedVariables)ClpVariableClpVariable. getTerm()Methods in org.projog.core.predicate.builtin.clp that return types with arguments of type ClpVariable Modifier and Type Method Description private java.util.Set<ClpVariable>Resolve. getAllVariables(Term arg)find all variables in input argument, and all variables connected to them via constraintsprivate java.util.Set<ClpVariable>Resolve. getVariablesFromInputArgument(Term arg)find all variables in the input argument - input argument could be a single variable or a list of variablesMethods in org.projog.core.predicate.builtin.clp with parameters of type ClpVariable Modifier and Type Method Description private voidCoreConstraintStore. addConstraints(ClpVariable copy)private voidBooleanConstraintPredicate. restrictValues(ClpVariable c)private static booleanClpVariable. unifyClpVariable(ClpVariable a, Term b)Method parameters in org.projog.core.predicate.builtin.clp with type arguments of type ClpVariable Modifier and Type Method Description private org.projog.clp.BruteForceSearchResolve. createBruteForceSearch(org.projog.clp.ClpConstraintStore.Builder builder, java.util.Map<ClpVariable,org.projog.clp.Variable> variables)org.projog.clp.ConstraintBooleanConstraintPredicate. createConstraint(Term[] args, java.util.Set<ClpVariable> vars)org.projog.clp.ConstraintConstraintFactory. createConstraint(Term[] args, java.util.Set<ClpVariable> vars)org.projog.clp.ConstraintNumericConstraintPredicate. createConstraint(Term[] args, java.util.Set<ClpVariable> vars)private java.util.Set<org.projog.clp.Constraint>Resolve. getConstraints(java.util.Set<ClpVariable> variables)return all constraints of all of the given variablesprivate org.projog.clp.ConstraintBooleanConstraintPredicate. toConstraint(Term t, java.util.Set<ClpVariable> vars)org.projog.clp.ExpressionExpressionFactories. toExpression(Term t, java.util.Set<ClpVariable> vars)Constructors in org.projog.core.predicate.builtin.clp with parameters of type ClpVariable Constructor Description ClpVariable(ClpVariable parent)Constructor parameters in org.projog.core.predicate.builtin.clp with type arguments of type ClpVariable Constructor Description ClpResolvePredicate(org.projog.clp.BruteForceSearch bruteForceSearch, java.util.Map<ClpVariable,org.projog.clp.Variable> variables)
-