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
A Simple Constrained Matcher Implementation
- Author:
- Dominik Grzelak
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl
PureMatchIteratorImpl.FirstMatchOnly -
Field Summary
Fields inherited from class org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl
cursor, matches, matchingEngine -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThe behavior offindMatchesmay vary if a subclass overrides this method to provide custom matching logic.Methods inherited from class org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl
hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
findMatches
protected void findMatches()Description copied from class:PureMatchIteratorImplThe behavior offindMatchesmay 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:
findMatchesin classPureMatchIteratorImpl
-