Uses of Package
org.jgrapht.alg.isomorphism
-
Packages that use org.jgrapht.alg.isomorphism Package Description org.jgrapht.alg.isomorphism Algorithms for (sub)graph isomorphism. -
Classes in org.jgrapht.alg.isomorphism used by org.jgrapht.alg.isomorphism Class Description GraphOrdering This class represents the order on the graph vertices.IsomorphicGraphMapping This class represents a GraphMapping between two (subgraph)isomorphic graphs.IsomorphismInspector General interface for graph and subgraph isomorphism.VF2AbstractIsomorphismInspector Base implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.VF2GraphMappingIterator This class is used to iterate over all existing (isomorphic) mappings between two graphs.VF2MappingIterator VF2State controls the matching between two graphs according to the VF2 algorithm.VF2SubgraphMappingIterator This class is used to iterate over all existing (subgraph isomorphic) mappings between two graphs.