Class ConstantValue
java.lang.Object
tools.refinery.interpreter.matchers.psystem.BasePConstraint
tools.refinery.interpreter.matchers.psystem.EnumerablePConstraint
tools.refinery.interpreter.matchers.psystem.KeyedEnumerablePConstraint<Object>
tools.refinery.interpreter.matchers.psystem.basicenumerables.ConstantValue
- All Implemented Interfaces:
PConstraint
,PTraceable
-
Field Summary
Fields inherited from class tools.refinery.interpreter.matchers.psystem.KeyedEnumerablePConstraint
supplierKey
Fields inherited from class tools.refinery.interpreter.matchers.psystem.EnumerablePConstraint
variablesTuple
Fields 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 TypeMethodDescriptionA (preferably minimal) cover of known functional dependencies between variables.protected String
Methods inherited from class tools.refinery.interpreter.matchers.psystem.KeyedEnumerablePConstraint
getSupplierKey, toStringRestRest
Methods inherited from class tools.refinery.interpreter.matchers.psystem.EnumerablePConstraint
doReplaceVariable, getDeducedVariables, getVariableInTuple, getVariablesTuple, toStringRest
Methods inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
checkSanity, delete, getAffectedVariables, getBody, getMonotonousID, getPSystem, replaceVariable, toString
-
Constructor Details
-
ConstantValue
-
-
Method Details
-
keyToString
- Specified by:
keyToString
in classKeyedEnumerablePConstraint<Object>
-
getVariable
- Since:
- 1.7
-
getFunctionalDependencies
Description copied from interface:PConstraint
A (preferably minimal) cover of known functional dependencies between variables.- Specified by:
getFunctionalDependencies
in interfacePConstraint
- Overrides:
getFunctionalDependencies
in classBasePConstraint
- Returns:
- non-trivial functional dependencies in the form of {variables} --> {variables}, where dependencies with the same lhs are unified.
-