Interface IsomorphismInspector<V,​E>

    • Method Detail

      • getMappings

        java.util.Iterator<GraphMapping<V,​E>> getMappings()
        Get an iterator over all existing (isomorphic) mappings between two graphs.
        Returns:
        an iterator over all existing (isomorphic) mappings between two graphs
      • isomorphismExists

        boolean isomorphismExists()
        Check if an isomorphism exists.
        Returns:
        true if there is an isomorphism, false otherwise