Interface BigraphFactory.Registry
- All Superinterfaces:
ConcurrentMap<Signature,
,org.eclipse.emf.ecore.EPackage> Map<Signature,
org.eclipse.emf.ecore.EPackage>
- All Known Implementing Classes:
DefaultBigraphModelsRegistryImpl
,DefaultSignatureModelsRegistryImpl
- Enclosing class:
- BigraphFactory
public static interface BigraphFactory.Registry
extends ConcurrentMap<Signature,org.eclipse.emf.ecore.EPackage>
A map from signature to bigraphical
EPackage
(typed graph with signature extension).-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigraphFactory.Registry
static final BigraphFactory.Registry
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EPackage
getEPackage
(Signature signature) Looks up the value in the mapgetKeyForVal
(org.eclipse.emf.ecore.EPackage val) Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
INSTANCE_BIG
-
INSTANCE_SIG
-
-
Method Details
-
getEPackage
Looks up the value in the map -
getKeyForVal
-