Class VF2SubgraphMappingIterator<V,E>

java.lang.Object
org.jgrapht.alg.isomorphism.VF2MappingIterator<V,E>
org.jgrapht.alg.isomorphism.VF2SubgraphMappingIterator<V,E>
Type Parameters:
V - the type of the vertices
E - the type of the edges
All Implemented Interfaces:
Iterator<GraphMapping<V,E>>

class VF2SubgraphMappingIterator<V,E> extends VF2MappingIterator<V,E>
This class is used to iterate over all existing (subgraph isomorphic) mappings between two graphs. It is used by the VF2SubgraphIsomorphismInspector.