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

Packages that use EValidator
org.eclipse.emf.codegen.ecore.genmodel.util   
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   
org.eclipse.emf.ecore.xml.namespace.util   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.xtext.validation   
org.eclipse.xtext.xbase.validation   
 

Uses of EValidator in org.eclipse.emf.codegen.ecore.genmodel.util
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.util that implement EValidator
 class GenModelValidator
          The Validator for the model.
 

Uses of EValidator in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EValidator
 EValidator EValidator.Descriptor.getEValidator()
          Returns the validator.
 EValidator EValidator.Registry.getEValidator(EPackage ePackage)
          Looks up the package in the map.
 

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

Methods in org.eclipse.emf.ecore.impl that return EValidator
 EValidator EValidatorRegistryImpl.getEValidator(EPackage ePackage)
           
 

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

Classes in org.eclipse.emf.ecore.util that implement EValidator
 class Diagnostician
          A validity checker for basic EObject constraints.
 class EcoreValidator
          The Validator for the model
 class EObjectValidator
          A validity checker for basic EObject constraints.
 

Methods in org.eclipse.emf.ecore.util that return EValidator
protected  EValidator EObjectValidator.getRootEValidator(java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Classes in org.eclipse.emf.ecore.xcore.validation that implement EValidator
 class AbstractXcoreJavaValidator
           
 class XcoreDiagnostician
           
 class XcoreJavaValidator
           
 

Uses of EValidator in org.eclipse.emf.ecore.xml.namespace.util
 

Classes in org.eclipse.emf.ecore.xml.namespace.util that implement EValidator
 class XMLNamespaceValidator
          The Validator for the model
 

Uses of EValidator in org.eclipse.emf.ecore.xml.type.util
 

Classes in org.eclipse.emf.ecore.xml.type.util that implement EValidator
 class XMLTypeValidator
          The Validator for the model
 

Uses of EValidator in org.eclipse.xtext.validation
 

Classes in org.eclipse.xtext.validation that implement EValidator
 class org.eclipse.xtext.validation.AbstractDeclarativeValidator
           
 class org.eclipse.xtext.validation.AbstractInjectableValidator
           
 class org.eclipse.xtext.validation.CancelableDiagnostician
           
 

Uses of EValidator in org.eclipse.xtext.xbase.validation
 

Classes in org.eclipse.xtext.xbase.validation that implement EValidator
 class org.eclipse.xtext.xbase.validation.AbstractXbaseJavaValidator
           
 class org.eclipse.xtext.xbase.validation.XbaseJavaValidator
           
 


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