Uses of Class
org.graph4j.isomorphism.Isomorphism
Packages that use Isomorphism
-
Uses of Isomorphism in org.graph4j.isomorphism
Methods in org.graph4j.isomorphism that return IsomorphismModifier and TypeMethodDescriptionForestIsomorphism.findIsomorphism()IsomorphismAlgorithm.findIsomorphism()Finds the isomorphic mapping between the first and the second graph.RootedForestIsomorphism.findIsomorphism()RootedTreeIsomorphism.findIsomorphism()TreeIsomorphism.findIsomorphism()AbstractState.getMapping()Computes the mapping when a complete solution is found.State.getMapping()Return the mapping of the current stateMethods in org.graph4j.isomorphism that return types with arguments of type IsomorphismModifier and TypeMethodDescriptionAbstractGraphIsomorphism.getAllMappings()GraphIsomorphism.getAllMappings()AbstractGraphIsomorphism.getMapping()GraphIsomorphism.getMapping()