Uses of Interface
org.eclipse.emf.ecore.EValidator.Registry

Packages that use EValidator.Registry
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xcore.validation   
 

Uses of EValidator.Registry in org.eclipse.emf.ecore
 

Fields in org.eclipse.emf.ecore declared as EValidator.Registry
static EValidator.Registry EValidator.Registry.INSTANCE
          The global instance of a validator registry.
 

Uses of EValidator.Registry in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EValidator.Registry
 class EValidatorRegistryImpl
          An implementation of a validator registry.
 

Fields in org.eclipse.emf.ecore.impl declared as EValidator.Registry
protected  EValidator.Registry EValidatorRegistryImpl.delegateRegistry
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type EValidator.Registry
EValidatorRegistryImpl(EValidator.Registry delegateRegistry)
           
 

Uses of EValidator.Registry in org.eclipse.emf.ecore.util
 

Fields in org.eclipse.emf.ecore.util declared as EValidator.Registry
protected  EValidator.Registry Diagnostician.eValidatorRegistry
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type EValidator.Registry
Diagnostician(EValidator.Registry eValidatorRegistry)
           
 

Uses of EValidator.Registry in org.eclipse.emf.ecore.xcore.validation
 

Constructors in org.eclipse.emf.ecore.xcore.validation with parameters of type EValidator.Registry
XcoreDiagnostician(EValidator.Registry registry)
           
 


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.