Class AbstractDynamicMatchAdapter<S extends AbstractEcoreSignature<? extends Control<?,?>>,B extends Bigraph<S> & EcoreBigraph<S>>

java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
org.bigraphs.framework.simulation.matching.AbstractDynamicMatchAdapter<S,B>
All Implemented Interfaces:
Bigraph<S>, EcoreBigraph<S>, EcoreBigraphExt, HasSignature<S>
Direct Known Subclasses:
PureBigraphAgentAdapter, PureBigraphRedexAdapter

public abstract class AbstractDynamicMatchAdapter<S extends AbstractEcoreSignature<? extends Control<?,?>>,B extends Bigraph<S> & EcoreBigraph<S>> extends BigraphDelegator<S> implements EcoreBigraph<S>
An adapter for bigraphs used for the matching procedure.

Encapsulates a bigraph with a dynamic signature and provides different accessor methods for the underlying bigraph which are used/needed for the matching algorithm

Author:
Dominik Grzelak
  • Field Details

  • Constructor Details

    • AbstractDynamicMatchAdapter

      public AbstractDynamicMatchAdapter(B bigraph)
  • Method Details