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

All Superinterfaces:
org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry, java.util.Map<java.lang.String,java.lang.Object>
All Known Implementing Classes:
ValidationDelegate.Factory.Registry.Impl
Enclosing interface:
ValidationDelegate.Factory

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

A registry of delegate domain factories.


Nested Class Summary
static class ValidationDelegate.Factory.Registry.Impl
           
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
INSTANCE
 
Method Summary
 ValidationDelegate.Factory getValidationDelegate(java.lang.String uri)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getValidationDelegate

ValidationDelegate.Factory getValidationDelegate(java.lang.String uri)
Specified by:
getValidationDelegate in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry