Interface DiffEvaluator

    • Method Detail

      • evaluate

        java.util.List<ValidationEvent> evaluate​(Differences differences)
        Returns validation events given two models and the detected differences between them.
        Parameters:
        differences - Detected differences.
        Returns:
        Returns validation events that are relative to the new model.