Validation

org.topcased.validation.core
Interface IValidator


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

validate

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).

Parameters:
eObject - the EMF element to validate
diagnostics - The diagnostic chain containing the validation result
monitor - the progress monitor to track validation progress, or null if no progress monitoring is required
Returns:
the validation status

Validation

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.