public interface SubTreeFilter extends ValidationFilter
Modifier and Type | Method and Description |
---|---|
boolean |
skipSubtree(org.eclipse.emf.ecore.EObject eObject,
Optional<org.eclipse.emf.common.util.Diagnostic> diagnostic)
Return true if the eContents (subtree) of the given
EObject should not be validated. |
boolean skipSubtree(org.eclipse.emf.ecore.EObject eObject, Optional<org.eclipse.emf.common.util.Diagnostic> diagnostic)
EObject
should not be validated.
Note: this is only applicable for ValidationService#validate(java.util.Iterator)
in conjunction with a EMF TreeIterator.eObject
- the parent EObject
diagnostic
- the Diagnostic
for the EObject
in case it has been validated.EObject
should be skipped.Copyright © 2019. All rights reserved.