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