Uses of Interface
org.jgrapht.GraphMapping
Package
Description
Algorithms for (sub)graph isomorphism.
Implementations of various graphs.
-
Uses of GraphMapping in org.jgrapht.alg.isomorphism
Modifier and TypeClassDescriptionclass
This class represents a GraphMapping between two (subgraph)isomorphic graphs.Modifier 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()
Modifier and TypeMethodDescriptionboolean
IsomorphicGraphMapping.isEqualMapping
(GraphMapping<V, E> rel) Checks for equality. -
Uses of GraphMapping in org.jgrapht.graph
Modifier and TypeClassDescriptionclass
DefaultGraphMapping<V,
E> Implementation of the GraphMapping interface.