Class DefaultSignatureModelsRegistryImpl
java.lang.Object
java.util.AbstractMap<Signature,org.eclipse.emf.ecore.EPackage>
java.util.concurrent.ConcurrentHashMap<Signature,org.eclipse.emf.ecore.EPackage>
org.bigraphs.framework.core.factory.DefaultSignatureModelsRegistryImpl
- All Implemented Interfaces:
Serializable,ConcurrentMap<Signature,,org.eclipse.emf.ecore.EPackage> Map<Signature,,org.eclipse.emf.ecore.EPackage> BigraphFactory.Registry
public class DefaultSignatureModelsRegistryImpl
extends ConcurrentHashMap<Signature,org.eclipse.emf.ecore.EPackage>
implements BigraphFactory.Registry
- Author:
- Dominik Grzelak
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,V> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields inherited from interface org.bigraphs.framework.core.factory.BigraphFactory.Registry
INSTANCE_BIG, INSTANCE_SIG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EPackagegetEPackage(Signature signature) Looks up the value in the mapMethods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesMethods inherited from class java.util.AbstractMap
cloneMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bigraphs.framework.core.factory.BigraphFactory.Registry
getKeyForValMethods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DefaultSignatureModelsRegistryImpl
public DefaultSignatureModelsRegistryImpl()
-
-
Method Details
-
getEPackage
Description copied from interface:BigraphFactory.RegistryLooks up the value in the map- Specified by:
getEPackagein interfaceBigraphFactory.Registry
-