public interface IValidationService
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.Diagnostic |
getDiagnostic(Object eObject)
Returns the severity for the given
EObject. |
org.eclipse.emf.common.util.Diagnostic |
getRootDiagnostic()
Returns the highest severity.
|
void |
remove(org.eclipse.emf.ecore.EObject eObject)
Removes the severity of the given
EObject. |
Set<org.eclipse.emf.ecore.EObject> |
validate(Collection<org.eclipse.emf.ecore.EObject> eObjects)
Validates the given
EObjects. |
Set<org.eclipse.emf.ecore.EObject> |
validate(org.eclipse.emf.ecore.EObject eObject)
Validates the given
EObject. |
Set<org.eclipse.emf.ecore.EObject> validate(Collection<org.eclipse.emf.ecore.EObject> eObjects)
EObjects.eObjects - a collection of EObjects to be validatedSet<org.eclipse.emf.ecore.EObject> validate(org.eclipse.emf.ecore.EObject eObject)
EObject.eObject - the EObject to be validatedorg.eclipse.emf.common.util.Diagnostic getDiagnostic(Object eObject)
EObject.eObject - the EObject whose severity should be returnedEObjectorg.eclipse.emf.common.util.Diagnostic getRootDiagnostic()
void remove(org.eclipse.emf.ecore.EObject eObject)
EObject.eObject - the EObject whose severity should be removedCopyright © 2018. All rights reserved.