Class AbstractBigraphMatchIterator<B extends Bigraph<? extends Signature<?>>>

java.lang.Object
org.bigraphs.framework.simulation.matching.AbstractBigraphMatchIterator<B>
Type Parameters:
B - type of the bigraph
All Implemented Interfaces:
Iterator<BigraphMatch<B>>
Direct Known Subclasses:
AbstractBigraphMatchIterator.FirstMatchOnly, PureMatchIteratorImpl

public abstract class AbstractBigraphMatchIterator<B extends Bigraph<? extends Signature<?>>> extends Object implements Iterator<BigraphMatch<B>>
Author:
Dominik Grzelak