org.eclipse.ocl.ecore.delegate
Interface ValidationDelegate.Factory

All Superinterfaces:
org.eclipse.emf.ecore.EValidator.ValidationDelegate
All Known Implementing Classes:
OCLValidationDelegateFactory, OCLValidationDelegateFactory.Global
Enclosing interface:
ValidationDelegate

public static interface ValidationDelegate.Factory
extends org.eclipse.emf.ecore.EValidator.ValidationDelegate

A factory for creating delegate domains.


Nested Class Summary
static interface ValidationDelegate.Factory.Descriptor
          A Factory wrapper that is used by the ValidationDelegate.Factory.Registry.
static interface ValidationDelegate.Factory.Registry
          A registry of delegate domain factories.
 
Method Summary
 ValidationDelegate createValidationDelegate(org.eclipse.emf.ecore.EClassifier eClassifier)
           
 java.lang.String getURI()
           
 
Methods inherited from interface org.eclipse.emf.ecore.EValidator.ValidationDelegate
validate, validate, validate
 

Method Detail

createValidationDelegate

ValidationDelegate createValidationDelegate(org.eclipse.emf.ecore.EClassifier eClassifier)

getURI

java.lang.String getURI()