Class ExportedParameter
java.lang.Object
tools.refinery.interpreter.matchers.psystem.BasePConstraint
tools.refinery.interpreter.matchers.psystem.DeferredPConstraint
tools.refinery.interpreter.matchers.psystem.VariableDeferredPConstraint
tools.refinery.interpreter.matchers.psystem.basicdeferred.ExportedParameter
- All Implemented Interfaces:
PConstraint
,PTraceable
-
Field Summary
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
ConstructorsConstructorDescriptionExportedParameter
(PBody pBody, PVariable parameterVariable, PParameter patternParameter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
doReplaceVariable
(PVariable obsolete, PVariable replacement) The set of variables whose potential values can be enumerated (once all non-deduced variables have known values).The name of the parameter; usually, it is expected thatgetParameterVariable()
is more useful, except maybe for debugging purposes.protected String
Methods inherited from class tools.refinery.interpreter.matchers.psystem.VariableDeferredPConstraint
isReadyAt
Methods inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
delete, getAffectedVariables, getBody, getFunctionalDependencies, getMonotonousID, getPSystem, replaceVariable, toString
-
Constructor Details
-
ExportedParameter
- Since:
- 1.4
-
-
Method Details
-
doReplaceVariable
- Specified by:
doReplaceVariable
in classBasePConstraint
-
toStringRest
- Specified by:
toStringRest
in classBasePConstraint
-
getDeducedVariables
Description copied from interface:PConstraint
The set of variables whose potential values can be enumerated (once all non-deduced variables have known values). -
getParameterName
The name of the parameter; usually, it is expected thatgetParameterVariable()
is more useful, except maybe for debugging purposes.- Returns:
- a non-null name of the parameter
-
getParameterVariable
-
getPatternParameter
- Since:
- 1.4
-
getDeferringVariables
- Specified by:
getDeferringVariables
in classVariableDeferredPConstraint
-
checkSanity
public void checkSanity()- Specified by:
checkSanity
in interfacePConstraint
- Overrides:
checkSanity
in classBasePConstraint
-