Uses of Class
org.jgrapht.alg.isomorphism.IsomorphicGraphMapping
Packages that use IsomorphicGraphMapping
-
Uses of IsomorphicGraphMapping in org.jgrapht.alg.isomorphism
Methods in org.jgrapht.alg.isomorphism that return IsomorphicGraphMappingModifier and TypeMethodDescriptionIsomorphicGraphMapping.compose(IsomorphicGraphMapping<V, E> otherMapping) Computes the composition of two isomorphisms.AHUForestIsomorphismInspector.getMapping()Get an isomorphism between the input forests ornullif none exists.AHURootedTreeIsomorphismInspector.getMapping()Get an isomorphism between the input trees ornullif none exists.AHUUnrootedTreeIsomorphismInspector.getMapping()Get an isomorphism between the input trees ornullif none exists.static <V,E> IsomorphicGraphMapping <V, E> Computes an identity automorphism (i.e. a self-mapping of a graph in which each vertex also maps to itself).Methods in org.jgrapht.alg.isomorphism with parameters of type IsomorphicGraphMappingModifier and TypeMethodDescriptionIsomorphicGraphMapping.compose(IsomorphicGraphMapping<V, E> otherMapping) Computes the composition of two isomorphisms.