Uses of Class
org.jgrapht.alg.isomorphism.IsomorphicGraphMapping
Packages that use IsomorphicGraphMapping
-
Uses of IsomorphicGraphMapping in org.jgrapht.alg.isomorphism
Fields in org.jgrapht.alg.isomorphism declared as IsomorphicGraphMappingModifier and TypeFieldDescriptionprivate IsomorphicGraphMapping
<V, E> ColorRefinementIsomorphismInspector.isomorphicGraphMapping
The isomorphism that is calculated by this color refinement isomorphism inspectorprivate IsomorphicGraphMapping
<V, E> AHUForestIsomorphismInspector.isomorphicMapping
protected IsomorphicGraphMapping
<V, E> VF2MappingIterator.nextMapping
Methods in org.jgrapht.alg.isomorphism that return IsomorphicGraphMappingModifier and TypeMethodDescriptionIsomorphicGraphMapping.compose
(IsomorphicGraphMapping<V, E> otherMapping) Computes the composition of two isomorphisms.VF2State.getCurrentMapping()
AHUForestIsomorphismInspector.getMapping()
Get an isomorphism between the input forests ornull
if none exists.AHURootedTreeIsomorphismInspector.getMapping()
Get an isomorphism between the input trees ornull
if none exists.AHUUnrootedTreeIsomorphismInspector.getMapping()
Get an isomorphism between the input trees ornull
if none exists.static <V,
E> IsomorphicGraphMapping <V, E> Computes an identity automorphism (i.e.protected IsomorphicGraphMapping
<V, E> VF2GraphMappingIterator.match()
protected abstract IsomorphicGraphMapping
<V, E> VF2MappingIterator.match()
This function moves over all mappings between graph1 and graph2.protected IsomorphicGraphMapping
<V, E> VF2SubgraphMappingIterator.match()
protected IsomorphicGraphMapping
<V, E> VF2MappingIterator.matchAndCheck()
VF2MappingIterator.next()
Methods in org.jgrapht.alg.isomorphism with parameters of type IsomorphicGraphMappingModifier and TypeMethodDescriptionIsomorphicGraphMapping.compose
(IsomorphicGraphMapping<V, E> otherMapping) Computes the composition of two isomorphisms.