|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IValidationService
Validation service interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Set<org.eclipse.emf.ecore.EObject> validate(Collection<org.eclipse.emf.ecore.EObject> eObjects)
EObjects.
eObjects - a collection of EObjects to be validated
Set<org.eclipse.emf.ecore.EObject> validate(org.eclipse.emf.ecore.EObject eObject)
EObject.
eObject - the EObject to be validated
org.eclipse.emf.common.util.Diagnostic getDiagnostic(Object eObject)
EObject.
eObject - the EObject whose severity should be returned
EObjectorg.eclipse.emf.common.util.Diagnostic getRootDiagnostic()
void remove(org.eclipse.emf.ecore.EObject eObject)
EObject.
eObject - the EObject whose severity should be removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||