Uses of Class
net.ssehub.easy.varModel.cstEvaluation.IValueChangeListener.ChangeKind
-
Packages that use IValueChangeListener.ChangeKind Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IValueChangeListener.ChangeKind in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type IValueChangeListener.ChangeKind Modifier and Type Method Description voidRescheduleValueChangeVisitor. notifyChanged(IDecisionVariable variable, Value oldValue, IAssignmentState oldState, IValueChangeListener.ChangeKind kind) -
Uses of IValueChangeListener.ChangeKind in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that return IValueChangeListener.ChangeKind Modifier and Type Method Description static IValueChangeListener.ChangeKindIValueChangeListener.ChangeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IValueChangeListener.ChangeKind[]IValueChangeListener.ChangeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IValueChangeListener.ChangeKind Modifier and Type Method Description voidIValueChangeListener. 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.
-