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.Impl
Nested 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 TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
getFactory
(String uri) 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
-
getFactory
- Specified by:
getFactory
in interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
- Specified by:
getFactory
in interfaceEpsilonInvocationDelegate.Factory.Registry
-
getTargetPlatformFactories
- Specified by:
getTargetPlatformFactories
in interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.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
-