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.  
 

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

Methods in org.eclipse.emf.validation.marker with parameters of type IConstraintStatus
 void IMarkerConfigurator.appendMarkerConfiguration(org.eclipse.core.resources.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.
 


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