Uses of Interface
org.eclipse.emf.validation.model.IConstraintStatus

Packages that use IConstraintStatus
org.eclipse.emf.validation.marker   
org.eclipse.emf.validation.model Types defining the "data model" of the EMF Validation plug-in, in most cases mapping directly to constructs in the constraintProviders extension point schema. 
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. 
 

Uses of IConstraintStatus in org.eclipse.emf.validation.marker
 

Methods in org.eclipse.emf.validation.marker with parameters of type IConstraintStatus
 void IMarkerConfigurator.appendMarkerConfiguration(IMarker marker, IConstraintStatus status)
          Appends to the marker configuration with marker subtype specific information.
 

Uses of IConstraintStatus in org.eclipse.emf.validation.model
 

Classes in org.eclipse.emf.validation.model that implement IConstraintStatus
 class ConstraintStatus
           Indicates the result of evaluating a constraint on a model object.
 

Uses of IConstraintStatus in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service that return types with arguments of type IConstraintStatus
 List<IConstraintStatus> ValidationEvent.getValidationResults()
          Obtains the results of the validation operation.
 


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