Uses of Interface
net.ssehub.easy.varModel.cstEvaluation.VariableValueCopier.IFreezeProvider
-
Packages that use VariableValueCopier.IFreezeProvider Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of VariableValueCopier.IFreezeProvider in net.ssehub.easy.varModel.cstEvaluation
Classes in net.ssehub.easy.varModel.cstEvaluation that implement VariableValueCopier.IFreezeProvider Modifier and Type Class Description static classVariableValueCopier.EnumAttributeFreezeProviderA default freeze provider for but-expressions based on attributes of type enum.private static classVariableValueCopier.SourceBasedFreezeProviderA freeze provider based on known frozen assignment states.Fields in net.ssehub.easy.varModel.cstEvaluation declared as VariableValueCopier.IFreezeProvider Modifier and Type Field Description private VariableValueCopier.IFreezeProviderVariableValueCopier.CopySpec. freezeProviderMethods in net.ssehub.easy.varModel.cstEvaluation that return VariableValueCopier.IFreezeProvider Modifier and Type Method Description VariableValueCopier.IFreezeProviderVariableValueCopier.CopySpec. getFreezeProvider()The freeze provider.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableValueCopier.IFreezeProvider Modifier and Type Method Description private ValueVariableValueCopier. copy(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider)Copies the value ofsourcevariable to targetvariable.private ValueVariableValueCopier. copySingleVariable(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider, boolean adding)Copies a single variable fromsourceto target and ensures in case of a reference target that a respective variable is created.private voidVariableValueCopier. doFreeze(VariableValueCopier.IFreezeProvider freezeProvider, Configuration cfg, IDecisionVariable var, IFreezable freezable)Tries to freezefreezable.Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type VariableValueCopier.IFreezeProvider Constructor Description CopySpec(Compound type, java.lang.String sourceVariableName, VariableValueCopier.IFreezeProvider freezeProvider, java.lang.String... targetVariableNames)Creates a copy specification.
-