|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
IModelConstraint |
ConstraintFactory.newConstraint(IXmlConstraintDescriptor descriptor)
Creates the constraint represented by the specified descriptor . |
protected abstract IModelConstraint |
ConstraintFactory.createConstraint(IXmlConstraintDescriptor descriptor)
Implemented by subclasses to do the hard work of creating a constraint. |
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)
Parses the XML content of a constraint descriptor to create
an implementation of the model constraint interface. |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |