Class AbstractDecisionVariableEvaluationAccessor

    • Constructor Detail

      • AbstractDecisionVariableEvaluationAccessor

        AbstractDecisionVariableEvaluationAccessor()
    • Method Detail

      • notifyVariableChange

        protected void notifyVariableChange​(Value oldValue,
                                            IAssignmentState oldState,
                                            IValueChangeListener.ChangeKind kind)
        Notifies the underlying variable about a change.
        Parameters:
        oldValue - the value before the change (may be null)
        oldState - the old state of variable before the change
        kind - the change kind
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isLocal

        public boolean isLocal()
        Returns whether this accessor denotes a local variable.
        Returns:
        true if it is a local variable, false else