Interface HasSignature<S extends Signature<?>>

Type Parameters:
S - type of the signature
All Known Subinterfaces:
Bigraph<S>, EcoreBigraph<S>
All Known Implementing Classes:
AbstractDynamicMatchAdapter, BigraphCompositeSupport, BigraphDelegator, DiscreteIon, EcoreBigraph.Stub, ElementaryBigraph, KindBigraph, Linkings.Closure, Linkings.Identity, Linkings.IdentityEmpty, Linkings.Substitution, Placings.Barren, Placings.Identity1, Placings.Join, Placings.Merge, Placings.Permutation, Placings.Symmetry, PureBigraph, PureBigraphAgentAdapter, PureBigraphComposite, PureBigraphRedexAdapter

public interface HasSignature<S extends Signature<?>>
Author:
Dominik Grzelak
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the corresponding signature of the underlying bigraph
  • Method Details

    • getSignature

      S getSignature()
      Get the corresponding signature of the underlying bigraph
      Returns:
      the signature of the bigraph