EGF Engine
Release 0.1.0

org.eclipse.egf.model.validation
Interface IDelegatedValidator


public interface IDelegatedValidator

Provides a method to implement a model element delegated validator.


Method Summary
 boolean validate(NamedModelElementWithId modelElement_p, DiagnosticChain diagnostics_p, Map<Object,Object> context_p)
          Validate specified model element.
 

Method Detail

validate

boolean validate(NamedModelElementWithId modelElement_p,
                 DiagnosticChain diagnostics_p,
                 Map<Object,Object> context_p)
Validate specified model element.
Diagnostics are added in provided diagnostic chain if rules are not fulfilled.

Parameters:
modelElement_p -
diagnostics_p -
context_p -
Returns:
false means some rules are not fulfilled.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.