public abstract class AbstractSimpleFilter extends Object implements ObjectFilter, DiagnosticFilter
Constructor and Description |
---|
AbstractSimpleFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
ignoreDiagnostic(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.Diagnostic diagnostic)
Return true if the given
Diagnostic should be ignored. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
skipValidation
public boolean ignoreDiagnostic(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.Diagnostic diagnostic)
DiagnosticFilter
Diagnostic
should be ignored.
Ignored Diagnostic
s will not appear in the output of ValidationService#validate(EObject).ignoreDiagnostic
in interface DiagnosticFilter
eObject
- the EObject
that has been validateddiagnostic
- the Diagnostic
as a result of the validation of the given EObject
Diagnostic
should not be included in the output
of ValidationService#validate(EObject)Copyright © 2019. All rights reserved.