Class PureMatchIteratorImpl

java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator<PureBigraph>
org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl
All Implemented Interfaces:
Iterator<BigraphMatch<PureBigraph>>

public class PureMatchIteratorImpl extends AbstractBigraphMatchIterator<PureBigraph>
Iterator implementation for bigraph matching.

This iterator is created by the PureBigraphMatcher class.

Author:
Dominik Grzelak
  • Constructor Details

  • Method Details

    • findMatches

      protected void findMatches()
      The behavior of findMatches may vary if a subclass overrides this method to provide custom matching logic.

      This can be done to provide simple constraints or filters for the matches.

      Specified by:
      findMatches in class AbstractBigraphMatchIterator<PureBigraph>