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
EObject s. |
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)
EObject
s.eObjects
- a collection of EObject
s 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 returnedEObject
org.eclipse.emf.common.util.Diagnostic getRootDiagnostic()
void remove(org.eclipse.emf.ecore.EObject eObject)
EObject
.eObject
- the EObject
whose severity should be removedCopyright © 2016. All rights reserved.