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).
  • Field Details

  • Method Details

    • getEPackage

      org.eclipse.emf.ecore.EPackage getEPackage(Signature signature)
      Looks up the value in the map
    • getKeyForVal

      default Optional<Signature> getKeyForVal(org.eclipse.emf.ecore.EPackage val)