Deprecated API


Contents
Deprecated Interfaces
org.eclipse.emf.validation.xml.IXmlConstraintDescriptor
          Use the IParameterizedConstraintDescriptor interface, instead. Note that the default implementation of this interface also implements IParameterizedConstraintDescriptor. 
org.eclipse.emf.validation.xml.IXmlConstraintParser
          Use the IParameterizedConstraintParser interface, instead. Note that the provided implementations of this interface (for OCL, Java, and EMF languages) also implement IParameterizedConstraintParser. 
 

Deprecated Methods
org.eclipse.emf.validation.service.EventTypeService.configureEventTypes(IConfigurationElement[])
          1.2 This method is no longer implemented 
org.eclipse.emf.validation.service.ModelValidationService.configureListeners(IConfigurationElement[])
          1.2 This method is no longer implemented. 
org.eclipse.emf.validation.service.ModelValidationService.configureProviders(IConfigurationElement[])
          1.2 This method is no longer implemented. 
org.eclipse.emf.validation.service.ConstraintFactory.createConstraint(IXmlConstraintDescriptor)
          Use the ConstraintFactory.createConstraint(IConstraintDescriptor) method, instead 
org.eclipse.emf.validation.ocl.AbstractOCLModelConstraint.createEnvironmentFactory()
          Override the AbstractOCLModelConstraint.createOCLEnvironmentFactory() method, instead. 
org.eclipse.emf.validation.ocl.AbstractOCLModelConstraint.getCondition(EClass)
          Use the AbstractOCLModelConstraint.getConstraintCondition(EObject) method, instead. 
org.eclipse.emf.validation.service.ConstraintFactory.newConstraint(IXmlConstraintDescriptor)
          Use the ConstraintFactory.newConstraint(IConstraintDescriptor) method, instead 
 


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