Interface EpsilonValidationDelegate.Factory
- All Superinterfaces:
org.eclipse.emf.ecore.EValidator.ValidationDelegate
- All Known Implementing Classes:
DelegateFactory
- Enclosing interface:
- EpsilonValidationDelegate
public static interface EpsilonValidationDelegate.Factory
extends org.eclipse.emf.ecore.EValidator.ValidationDelegate
A factory for creating delegate domains.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
AFactory
wrapper that is used by theEpsilonValidationDelegate.Factory.Registry
.static interface
A registry of delegate domain factories. -
Method Summary
Modifier and TypeMethodDescriptioncreateValidationDelegate
(org.eclipse.emf.ecore.EClassifier eClassifier) Methods inherited from interface org.eclipse.emf.ecore.EValidator.ValidationDelegate
validate, validate, validate
-
Method Details
-
createValidationDelegate
-