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 EObject
Copyright © 2019. All rights reserved.