Uses of Interface
org.eclipse.emf.validation.IValidationContext

Packages that use IValidationContext
org.eclipse.emf.validation The API for implementers of Java constraints on the org.eclipse.emf.validation.constraintProviders extension point.  
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 IValidationContext in org.eclipse.emf.validation
 

Methods in org.eclipse.emf.validation with parameters of type IValidationContext
abstract  org.eclipse.core.runtime.IStatus AbstractModelConstraint.validate(IValidationContext ctx)
           Validates an object in the specified context.
 

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

Methods in org.eclipse.emf.validation.model with parameters of type IValidationContext
 org.eclipse.core.runtime.IStatus IModelConstraint.validate(IValidationContext ctx)
           Validates an object in the specified context.
 


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