Class VF2GraphMappingIterator<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 VF2GraphMappingIterator<V,​E>
    extends VF2MappingIterator<V,​E>
    This class is used to iterate over all existing (isomorphic) mappings between two graphs. It is used by the VF2GraphIsomorphismInspector.
    • Constructor Detail

      • VF2GraphMappingIterator

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