Uses of Class
net.ssehub.easy.varModel.cstEvaluation.VariableValueCopier.CopySpec
-
Packages that use VariableValueCopier.CopySpec Package Description net.ssehub.easy.varModel.cstEvaluation 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.CopySpec Modifier and Type Field Description private java.util.Map<IDatatype,java.util.Map<java.lang.String,VariableValueCopier.CopySpec>>VariableValueCopier. specsMethod parameters in net.ssehub.easy.varModel.cstEvaluation with type arguments of type VariableValueCopier.CopySpec Modifier and Type Method Description private voidVariableValueCopier. process(IDecisionVariable variable, IDecisionVariable base, java.lang.String prefix, java.util.Map<java.lang.String,VariableValueCopier.CopySpec> fieldSpecs, java.util.Set<IDecisionVariable> done)Processes a decision variable.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableValueCopier.CopySpec Constructor Description VariableValueCopier(java.lang.String namePrefix, IAssignmentState newState, VariableValueCopier.CopySpec... copySpecs)Creates an instance with given assignment state.VariableValueCopier(java.lang.String namePrefix, VariableValueCopier.CopySpec... copySpecs)Creates an instance for copying with stateAssignmentState.ASSIGNED.
-