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 TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getValidationDelegatein interfaceEpsilonValidationDelegate.Factory.Registry- Specified by:
getValidationDelegatein interfaceorg.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
-
getTargetPlatformFactories
- Specified by:
getTargetPlatformFactoriesin interfaceorg.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-