An adapter that plugs the UML2 API's validation constraints (implemented in the EMF project's own validation framework) into the Aurora EMF Validation Framework.

Package Specification

This defines a "constraint language" (named 'Uml2-Java') that enables delegation of individual constraints in the Aurora system to validation methods in the UML2 API. These methods are of the form validateXxx(DiagnosticChain, Map) as specified by EMF.

The two main classes in this package are:

@see com.ibm.xtools.emf.validation.internal.xml.IXmlConstraintParser