Class MatchIterable<T extends BigraphMatch<? extends Bigraph<?>>>

java.lang.Object
org.bigraphs.framework.simulation.matching.MatchIterable<T>
Type Parameters:
T - type of the bigraph within a BigraphMatch "container" holding the match result
All Implemented Interfaces:
Iterable<T>

public class MatchIterable<T extends BigraphMatch<? extends Bigraph<?>>> extends Object implements Iterable<T>
Custom iterable implementation for matches of type BigraphMatch.
Author:
Dominik Grzelak