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>>
Iterator implementation for bigraph matching.
This iterator is created by the PureBigraphMatcher class.
- Author:
- Dominik Grzelak
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator
cursor, matches, matchingEngine -
Constructor Summary
Constructors -
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.AbstractBigraphMatchIterator
create, 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
-
Constructor Details
-
PureMatchIteratorImpl
-
-
Method Details
-
findMatches
protected void findMatches()The 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.
- Specified by:
findMatchesin classAbstractBigraphMatchIterator<PureBigraph>
-