Class DefaultBigraphModelsRegistryImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<Signature,org.eclipse.emf.ecore.EPackage>
org.bigraphs.framework.core.factory.DefaultBigraphModelsRegistryImpl
- All Implemented Interfaces:
Serializable
,ConcurrentMap<Signature,
,org.eclipse.emf.ecore.EPackage> Map<Signature,
,org.eclipse.emf.ecore.EPackage> BigraphFactory.Registry
public class DefaultBigraphModelsRegistryImpl
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 extends Object,
V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
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.EPackage
getEPackage
(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, values
Methods inherited from class java.util.AbstractMap
clone
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.bigraphs.framework.core.factory.BigraphFactory.Registry
getKeyForVal
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DefaultBigraphModelsRegistryImpl
public DefaultBigraphModelsRegistryImpl()
-
-
Method Details
-
getEPackage
Description copied from interface:BigraphFactory.Registry
Looks up the value in the map- Specified by:
getEPackage
in interfaceBigraphFactory.Registry
-