|
|||||||||
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 EObject s. |
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)
EObject
s.
eObjects
- a collection of EObject
s 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
EObject
org.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 |