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
pBodyFields 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 TypeMethodDescriptionvoidvoiddoReplaceVariable(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 StringMethods inherited from class tools.refinery.interpreter.matchers.psystem.VariableDeferredPConstraint
isReadyAtMethods 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:
doReplaceVariablein classBasePConstraint
-
toStringRest
- Specified by:
toStringRestin classBasePConstraint
-
getDeducedVariables
Description copied from interface:PConstraintThe 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:
getDeferringVariablesin classVariableDeferredPConstraint
-
checkSanity
public void checkSanity()- Specified by:
checkSanityin interfacePConstraint- Overrides:
checkSanityin classBasePConstraint
-