Uses of Class
org.jgrapht.alg.isomorphism.ColorRefinementIsomorphismInspector.DistinctGraphObject
Packages that use ColorRefinementIsomorphismInspector.DistinctGraphObject
-
Uses of ColorRefinementIsomorphismInspector.DistinctGraphObject in org.jgrapht.alg.isomorphism
Methods in org.jgrapht.alg.isomorphism that return ColorRefinementIsomorphismInspector.DistinctGraphObjectModifier and TypeMethodDescriptionstatic <T,V, E> ColorRefinementIsomorphismInspector.DistinctGraphObject <T, V, E> Methods in org.jgrapht.alg.isomorphism that return types with arguments of type ColorRefinementIsomorphismInspector.DistinctGraphObjectModifier and TypeMethodDescriptionprivate Graph<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>, ColorRefinementIsomorphismInspector.DistinctGraphObject<E, V, E>> Calculates and returns a disjoint graph union ofgraph1andgraph2private Graph<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>, ColorRefinementIsomorphismInspector.DistinctGraphObject<E, V, E>> Calculates and returns a disjoint graph union ofgraph1andgraph2private Graph<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>, ColorRefinementIsomorphismInspector.DistinctGraphObject<E, V, E>> ColorRefinementIsomorphismInspector.getDistinctObjectGraph(Graph<V, E> graph) private Graph<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>, ColorRefinementIsomorphismInspector.DistinctGraphObject<E, V, E>> ColorRefinementIsomorphismInspector.getDistinctObjectGraph(Graph<V, E> graph) Method parameters in org.jgrapht.alg.isomorphism with type arguments of type ColorRefinementIsomorphismInspector.DistinctGraphObjectModifier and TypeMethodDescriptionprivate booleanColorRefinementIsomorphismInspector.coarseColoringAreEqual(VertexColoringAlgorithm.Coloring<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>> coloring) Checks whether two coarse colorings are equal.ColorRefinementIsomorphismInspector.splitColoring(VertexColoringAlgorithm.Coloring<ColorRefinementIsomorphismInspector.DistinctGraphObject<V, V, E>> coloring) Splits up the coloring of the union graph into the two colorings of the original graphs