Uses of Interface
org.jgrapht.alg.isomorphism.IsomorphismInspector
| Package | Description |
|---|---|
| org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
-
Uses of IsomorphismInspector in org.jgrapht.alg.isomorphism
Classes in org.jgrapht.alg.isomorphism that implement IsomorphismInspector Modifier and Type Class Description classAHUForestIsomorphismInspector<V,E>This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted forests.classAHURootedTreeIsomorphismInspector<V,E>This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted trees.classAHUUnrootedTreeIsomorphismInspector<V,E>This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two unrooted trees.classColorRefinementIsomorphismInspector<V,E>Implementation of the color refinement algorithm isomorphism test using its feature of detecting isomorphism between two graphs as described in C.classVF2AbstractIsomorphismInspector<V,E>Base implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.classVF2GraphIsomorphismInspector<V,E>This is an implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.classVF2SubgraphIsomorphismInspector<V,E>This is an implementation of the VF2 algorithm using its feature of detecting subgraph isomorphism between two graphs as described in Cordella et al.