Interface VariableValueCopier.IAssignmentListener

  • Enclosing class:
    VariableValueCopier

    public static interface VariableValueCopier.IAssignmentListener
    Optional listener interface to generically track primary value assignments.
    Author:
    Holger Eichelberger
    • Method Detail

      • notifyAssigned

        void notifyAssigned​(IDecisionVariable target,
                            Value value,
                            boolean added)
        Notifies about assigned values.
        Parameters:
        target - the target variable
        value - the new value
        added - whether value is being added to a collection or set as the single absolute value