Uses of Enum Class
net.ssehub.easy.varModel.cstEvaluation.IValueChangeListener.ChangeKind
Packages that use IValueChangeListener.ChangeKind
Package
Description
Implements the evaluation of constraint syntax trees.
-
Uses of IValueChangeListener.ChangeKind in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that return IValueChangeListener.ChangeKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IValueChangeListener.ChangeKind[]IValueChangeListener.ChangeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IValueChangeListener.ChangeKindModifier and TypeMethodDescriptionvoidIValueChangeListener.notifyChanged(IDecisionVariable variable, Value oldValue, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) Called if the value of a variable has been modified.abstract voidEvaluationContext.notifyChangeListener(IDecisionVariable variable, Value oldValue, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) Notifies the change listener, i.e., the value ofvariablehas changed.voidEvaluationVisitor.EvaluationContextImpl.notifyChangeListener(IDecisionVariable variable, Value value, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) private voidLocalDecisionVariable.notifyValueChanged(Value oldValue, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) Notifies the change listener if defined.protected voidAbstractDecisionVariableEvaluationAccessor.notifyVariableChange(Value oldValue, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) Notifies the underlying variable about a change.