Class EpsilonInvocationDelegate.Factory.Registry.Smart
java.lang.Object
org.eclipse.epsilon.ecore.delegates.invocation.EpsilonInvocationDelegate.Factory.Registry.Smart
- All Implemented Interfaces:
Map<String,,Object> org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry,EpsilonInvocationDelegate.Factory.Registry
- Enclosing interface:
- EpsilonInvocationDelegate.Factory.Registry
public static class EpsilonInvocationDelegate.Factory.Registry.Smart
extends Object
implements EpsilonInvocationDelegate.Factory.Registry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry.ImplNested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.invocation.EpsilonInvocationDelegate.Factory.Registry
EpsilonInvocationDelegate.Factory.Registry.Smart -
Field Summary
Fields inherited from interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()getFactory(String uri) 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
-
getFactory
- Specified by:
getFactoryin interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry- Specified by:
getFactoryin interfaceEpsilonInvocationDelegate.Factory.Registry
-
getTargetPlatformFactories
- Specified by:
getTargetPlatformFactoriesin interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.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
-