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

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

Subinterfaces of IConstraintParser in org.eclipse.emf.validation.service
 interface IParameterizedConstraintParser
          Interface implemented by an object that knows how to construct constraint implementations from IParameterizedConstraintDescriptors.
 

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

Subinterfaces of IConstraintParser in org.eclipse.emf.validation.xml
 interface IXmlConstraintParser
          Deprecated. Use the IParameterizedConstraintParser interface, instead. Note that the provided implementations of this interface (for OCL, Java, and EMF languages) also implement IParameterizedConstraintParser.
 


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