Uses of Interface
org.eclipse.emf.validation.xml.IXmlConstraintDescriptor

Packages that use IXmlConstraintDescriptor
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 IXmlConstraintDescriptor in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service with parameters of type IXmlConstraintDescriptor
protected abstract  IModelConstraint ConstraintFactory.createConstraint(IXmlConstraintDescriptor descriptor)
          Deprecated. Use the ConstraintFactory.createConstraint(IConstraintDescriptor) method, instead
 IModelConstraint ConstraintFactory.newConstraint(IXmlConstraintDescriptor descriptor)
          Deprecated. Use the ConstraintFactory.newConstraint(IConstraintDescriptor) method, instead
 

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

Classes in org.eclipse.emf.validation.xml that implement IXmlConstraintDescriptor
 class AbstractXmlConstraintDescriptor
           This class provides an abstract implementation of an XML constraint descriptor that is used to provide descriptions of a particular constraint from an IConfigurationElement.
 

Methods in org.eclipse.emf.validation.xml with parameters of type IXmlConstraintDescriptor
 IModelConstraint IXmlConstraintParser.parseConstraint(IXmlConstraintDescriptor descriptor)
          Deprecated. Parses the XML content of a constraint descriptor to create an implementation of the model constraint interface.
 


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