Class PureMatchIteratorImpl.FirstMatchOnly

java.lang.Object
org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl
org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl.FirstMatchOnly
All Implemented Interfaces:
Iterator<PureBigraphParametricMatch>
Enclosing class:
PureMatchIteratorImpl

public static class PureMatchIteratorImpl.FirstMatchOnly extends PureMatchIteratorImpl
A Simple Constrained Matcher Implementation
Author:
Dominik Grzelak
  • Method Details

    • findMatches

      protected void findMatches()
      Description copied from class: PureMatchIteratorImpl
      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.

      Overrides:
      findMatches in class PureMatchIteratorImpl