|
Validation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidator
Object that validates an EMF model
creation : 16 janv. 2006
Method Summary | |
---|---|
boolean |
validate(EObject eObject,
DiagnosticChain diagnostics,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validates the specified EMF element , using the specified progress monitor to
monitor progress of validation (which is especially useful for recursive validation). |
Method Detail |
---|
boolean validate(EObject eObject, DiagnosticChain diagnostics, org.eclipse.core.runtime.IProgressMonitor monitor)
EMF element
, using the specified progress monitor
to
monitor progress of validation (which is especially useful for recursive validation).
eObject
- the EMF element to validatediagnostics
- The diagnostic chain containing the validation resultmonitor
- the progress monitor to track validation progress, or null
if no progress
monitoring is required
|
Validation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.