Uses of Interface
org.eclipse.emf.validation.service.IModelConstraintProvider

Packages that use IModelConstraintProvider
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. 
 

Uses of IModelConstraintProvider in org.eclipse.emf.validation.service
 

Classes in org.eclipse.emf.validation.service that implement IModelConstraintProvider
 class AbstractConstraintProvider
           For situations in which the XmlConstraintProvider class does not suffice (i.e., where a plug-in provides constraints dynamically, rather than statically registered in XML), this is a useful class to extend as it provides a partial implementation of the IModelConstraintProvider interface.
 

Uses of IModelConstraintProvider in org.eclipse.emf.validation.xml
 

Classes in org.eclipse.emf.validation.xml that implement IModelConstraintProvider
 class XmlConstraintProvider
           A convenient implementation of the IModelConstraintProvider interface which loads constraints from a plug-in's manifest XML.
 


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