Documentation of 'org.jgrapht.alg.isomorphism.VF2GraphIsomorphismInspector' Java class
VF2GraphIsomorphismInspector
org.jgrapht.alg.isomorphism

Class VF2GraphIsomorphismInspector<V,E>

    • Constructor Detail

      • VF2GraphIsomorphismInspector

        public VF2GraphIsomorphismInspector(Graph<V,E> graph1,
                                            Graph<V,E> graph2,
                                            java.util.Comparator<V> vertexComparator,
                                            java.util.Comparator<E> edgeComparator,
                                            boolean cacheEdges)
        Construct a new VF2 isomorphism inspector.
        Parameters:
        graph1 - the first graph
        graph2 - the second graph
        vertexComparator - comparator for semantic equivalence of vertices
        edgeComparator - comparator for semantic equivalence of edges
        cacheEdges - if true, edges get cached for faster access
      • VF2GraphIsomorphismInspector

        public VF2GraphIsomorphismInspector(Graph<V,E> graph1,
                                            Graph<V,E> graph2,
                                            java.util.Comparator<V> vertexComparator,
                                            java.util.Comparator<E> edgeComparator)
        Construct a new VF2 isomorphism inspector.
        Parameters:
        graph1 - the first graph
        graph2 - the second graph
        vertexComparator - comparator for semantic equivalence of vertices
        edgeComparator - comparator for semantic equivalence of edges
      • VF2GraphIsomorphismInspector

        public VF2GraphIsomorphismInspector(Graph<V,E> graph1,
                                            Graph<V,E> graph2,
                                            boolean cacheEdges)
        Construct a new VF2 isomorphism inspector.
        Parameters:
        graph1 - the first graph
        graph2 - the second graph
        cacheEdges - if true, edges get cached for faster access
      • VF2GraphIsomorphismInspector

        public VF2GraphIsomorphismInspector(Graph<V,E> graph1,
                                            Graph<V,E> graph2)
        Construct a new VF2 isomorphism inspector.
        Parameters:
        graph1 - the first graph
        graph2 - the second graph

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.