java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator<B>
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator.FirstMatchOnly<B>
- All Implemented Interfaces:
Iterator<BigraphMatch<B>>
- Direct Known Subclasses:
PureMatchIteratorImpl.FirstMatchOnly
- Enclosing class:
AbstractBigraphMatchIterator<B extends Bigraph<? extends Signature<?>>>
public abstract static class AbstractBigraphMatchIterator.FirstMatchOnly<B extends Bigraph<? extends Signature<?>>>
extends AbstractBigraphMatchIterator<B>
A Simple Constrained Matcher Implementation
-
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
Modifier and TypeMethodDescriptionstatic <B extends Bigraph<? extends Signature<?>>>
AbstractBigraphMatchIterator.FirstMatchOnly<B> create(BigraphMatchingEngine<B> engine) Methods inherited from class org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator
findMatches, 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
-
create
public static <B extends Bigraph<? extends Signature<?>>> AbstractBigraphMatchIterator.FirstMatchOnly<B> create(BigraphMatchingEngine<B> engine)
-