Class PureBigraphMatcher

java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatcher<PureBigraph>
org.bigraphs.framework.simulation.matching.pure.PureBigraphMatcher

public class PureBigraphMatcher extends AbstractBigraphMatcher<PureBigraph>
PureBigraphMatcher is a concrete implementation of AbstractBigraphMatcher specialized for handling pure bigraphs. It is responsible for executing matching operations between a pure bigraph agent and a reaction rule. The matcher uses a PureBigraphMatchingEngine for processing the matches.
Author:
Dominik Grzelak
  • Constructor Details

    • PureBigraphMatcher

      public PureBigraphMatcher()
  • Method Details