Uses of Class
net.ssehub.easy.varModel.cstEvaluation.VariableValueCopier.CopySpec
Packages that use VariableValueCopier.CopySpec
Package
Description
Implements the evaluation of constraint syntax trees.
-
Uses of VariableValueCopier.CopySpec in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type VariableValueCopier.CopySpecModifier and TypeFieldDescriptionprivate Map<IDatatype, Map<String, VariableValueCopier.CopySpec>> VariableValueCopier.specsMethod parameters in net.ssehub.easy.varModel.cstEvaluation with type arguments of type VariableValueCopier.CopySpecModifier and TypeMethodDescriptionprivate voidVariableValueCopier.process(IDecisionVariable variable, IDecisionVariable base, String prefix, Map<String, VariableValueCopier.CopySpec> fieldSpecs, Set<IDecisionVariable> done) Processes a decision variable.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableValueCopier.CopySpecModifierConstructorDescriptionVariableValueCopier(String namePrefix, IAssignmentState newState, VariableValueCopier.CopySpec... copySpecs) Creates an instance with given assignment state.VariableValueCopier(String namePrefix, VariableValueCopier.CopySpec... copySpecs) Creates an instance for copying with stateAssignmentState.ASSIGNED.