Class PureMatchIteratorImpl.FirstMatchOnly
java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator<PureBigraph>
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator.FirstMatchOnly<PureBigraph>
org.bigraphs.framework.simulation.matching.pure.PureMatchIteratorImpl.FirstMatchOnly
- All Implemented Interfaces:
Iterator<BigraphMatch<PureBigraph>>
- Enclosing class:
PureMatchIteratorImpl
public static class PureMatchIteratorImpl.FirstMatchOnly
extends AbstractBigraphMatchIterator.FirstMatchOnly<PureBigraph>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator
AbstractBigraphMatchIterator.FirstMatchOnly<B extends Bigraph<? extends Signature<?>>> -
Field Summary
Fields inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator
cursor, matches, matchingEngine -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator.FirstMatchOnly
createMethods inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator
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
-
FirstMatchOnly
-
-
Method Details
-
findMatches
protected void findMatches()Description copied from class:AbstractBigraphMatchIteratorload matches (or compute lazily)- Specified by:
findMatchesin classAbstractBigraphMatchIterator<PureBigraph>
-