Uses of Package
org.eclipse.emf.validation.model

Packages that use org.eclipse.emf.validation.model
org.eclipse.emf.validation.marker   
org.eclipse.emf.validation.model Types defining the "data model" of the EMF Validation plug-in, in most cases mapping directly to constructs in the constraintProviders extension point schema. 
org.eclipse.emf.validation.ocl   
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
org.eclipse.emf.validation.xml The API for specification and processing of constraints in XML. 
 

Classes in org.eclipse.emf.validation.model used by org.eclipse.emf.validation.marker
IConstraintStatus
          A specialization of the Eclipse IStatus interface which provides additional information about the success or failure of the validation of a particular constraint on a particular model element.
 

Classes in org.eclipse.emf.validation.model used by org.eclipse.emf.validation.model
Category
           A constraint category, defining a hierarchical organization of constraints.
CategoryManager
           Central point by which clients discover the available categories and constraints in the system.
ConstraintSeverity
          Describes the severity of failure to meet a constraint.
ConstraintStatus
           Indicates the result of evaluating a constraint on a model object.
EvaluationMode
           Describes the context in which a IModelConstraint is evaluated.
IConstraintStatus
          A specialization of the Eclipse IStatus interface which provides additional information about the success or failure of the validation of a particular constraint on a particular model element.
IModelConstraint
           Interface implemented by all constraint objects in the EMF model validation framework, providing the validate request.
 

Classes in org.eclipse.emf.validation.model used by org.eclipse.emf.validation.ocl
IModelConstraint
           Interface implemented by all constraint objects in the EMF model validation framework, providing the validate request.
 

Classes in org.eclipse.emf.validation.model used by org.eclipse.emf.validation.service
Category
           A constraint category, defining a hierarchical organization of constraints.
ConstraintSeverity
          Describes the severity of failure to meet a constraint.
EvaluationMode
           Describes the context in which a IModelConstraint is evaluated.
IConstraintStatus
          A specialization of the Eclipse IStatus interface which provides additional information about the success or failure of the validation of a particular constraint on a particular model element.
IModelConstraint
           Interface implemented by all constraint objects in the EMF model validation framework, providing the validate request.
 

Classes in org.eclipse.emf.validation.model used by org.eclipse.emf.validation.xml
IModelConstraint
           Interface implemented by all constraint objects in the EMF model validation framework, providing the validate request.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.