Class EnumerablePConstraint
java.lang.Object
tools.refinery.interpreter.matchers.psystem.BasePConstraint
tools.refinery.interpreter.matchers.psystem.EnumerablePConstraint
- All Implemented Interfaces:
PConstraint
,PTraceable
- Direct Known Subclasses:
KeyedEnumerablePConstraint
,RelationEvaluation
A constraint for which all satisfying tuples of variable values can be enumerated at any point during run-time.
-
Field Summary
FieldsFields inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
pBody
Fields inherited from interface tools.refinery.interpreter.matchers.psystem.PConstraint
COMPARE_BY_MONOTONOUS_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doReplaceVariable
(PVariable obsolete, PVariable replacement) The set of variables whose potential values can be enumerated (once all non-deduced variables have known values).getVariableInTuple
(int index) protected String
protected String
Methods inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
checkSanity, delete, getAffectedVariables, getBody, getFunctionalDependencies, getMonotonousID, getPSystem, replaceVariable, toString
-
Field Details
-
variablesTuple
-
-
Constructor Details
-
EnumerablePConstraint
-
-
Method Details
-
doReplaceVariable
- Specified by:
doReplaceVariable
in classBasePConstraint
-
toStringRest
- Specified by:
toStringRest
in classBasePConstraint
-
toStringRestRest
-
getVariablesTuple
-
getDeducedVariables
Description copied from interface:PConstraint
The set of variables whose potential values can be enumerated (once all non-deduced variables have known values). -
getVariableInTuple
-