Class EpsilonValidationDelegate.Factory.Registry.Smart
java.lang.Object
org.eclipse.epsilon.ecore.delegates.validation.EpsilonValidationDelegate.Factory.Registry.Smart
- All Implemented Interfaces:
Map<String,
,Object> org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
,EpsilonValidationDelegate.Factory.Registry
- Enclosing interface:
- EpsilonValidationDelegate.Factory.Registry
public static class EpsilonValidationDelegate.Factory.Registry.Smart
extends Object
implements EpsilonValidationDelegate.Factory.Registry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.validation.EpsilonValidationDelegate.Factory.Registry
EpsilonValidationDelegate.Factory.Registry.Smart
-
Field Summary
Fields inherited from interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
INSTANCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Smart
public Smart()
-
-
Method Details
-
getValidationDelegate
- Specified by:
getValidationDelegate
in interfaceEpsilonValidationDelegate.Factory.Registry
- Specified by:
getValidationDelegate
in interfaceorg.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
-
getTargetPlatformFactories
- Specified by:
getTargetPlatformFactories
in interfaceorg.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-