public final class AddedOperationError extends AbstractDiffEvaluator
| Constructor and Description |
|---|
AddedOperationError() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValidationEvent> |
evaluate(Differences differences)
Returns validation events given two models and the detected
differences between them.
|
danger, danger, error, error, getEventId, note, note, warning, warningpublic java.util.List<ValidationEvent> evaluate(Differences differences)
DiffEvaluatordifferences - Detected differences.