Class VF2SubgraphMappingIterator<V,​E>

  • Type Parameters:
    V - the type of the vertices
    E - the type of the edges
    All Implemented Interfaces:
    java.util.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.
    • Constructor Detail

      • VF2SubgraphMappingIterator

        public VF2SubgraphMappingIterator​(GraphOrdering<V,​E> ordering1,
                                          GraphOrdering<V,​E> ordering2,
                                          java.util.Comparator<V> vertexComparator,
                                          java.util.Comparator<E> edgeComparator)
    • Method Detail