public interface Validator
ValidationService.| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.emf.common.util.Diagnostic> |
validate(org.eclipse.emf.ecore.EObject eObject)
Method is called by the
ValidationService to retrieve addition validation
information for the given EObject. |
List<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.emf.ecore.EObject eObject)
ValidationService to retrieve addition validation
information for the given EObject.eObject - the EObject to validateDiagnostics for the EObjectCopyright © 2018. All rights reserved.