Uses of Interface
org.jgrapht.GraphMapping
Packages that use GraphMapping
Package
Description
Algorithms for (sub)graph isomorphism.
Implementations of various graphs.
-
Uses of GraphMapping in org.jgrapht.alg.isomorphism
Classes in org.jgrapht.alg.isomorphism that implement GraphMappingModifier and TypeClassDescriptionclassThis class represents a GraphMapping between two (subgraph)isomorphic graphs.Methods in org.jgrapht.alg.isomorphism that return types with arguments of type GraphMappingModifier and TypeMethodDescriptionAHUForestIsomorphismInspector.getMappings()Get an iterator over all calculated (isomorphic) mappings between two graphs.AHURootedTreeIsomorphismInspector.getMappings()Get an iterator over all calculated (isomorphic) mappings between two graphs.AHUUnrootedTreeIsomorphismInspector.getMappings()Get an iterator over all calculated (isomorphic) mappings between two graphs.ColorRefinementIsomorphismInspector.getMappings()Get an iterator over all calculated (isomorphic) mappings between two graphs.IsomorphismInspector.getMappings()Get an iterator over all calculated (isomorphic) mappings between two graphs.abstract Iterator<GraphMapping<V,E>> VF2AbstractIsomorphismInspector.getMappings()Methods in org.jgrapht.alg.isomorphism with parameters of type GraphMappingModifier and TypeMethodDescriptionbooleanIsomorphicGraphMapping.isEqualMapping(GraphMapping<V, E> rel) Checks for equality. -
Uses of GraphMapping in org.jgrapht.graph
Classes in org.jgrapht.graph that implement GraphMappingModifier and TypeClassDescriptionclassDefaultGraphMapping<V,E> Implementation of the GraphMapping interface.