Package | Description |
---|---|
org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
IsomorphicGraphMapping<V,E>
This class represents a GraphMapping between two (subgraph)isomorphic graphs.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GraphMapping<V,E>> |
AHUForestIsomorphismInspector.getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
abstract Iterator<GraphMapping<V,E>> |
VF2AbstractIsomorphismInspector.getMappings() |
Iterator<GraphMapping<V,E>> |
AHURootedTreeIsomorphismInspector.getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
Iterator<GraphMapping<V,E>> |
AHUUnrootedTreeIsomorphismInspector.getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
Iterator<GraphMapping<V,E>> |
ColorRefinementIsomorphismInspector.getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
Iterator<GraphMapping<V,E>> |
IsomorphismInspector.getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IsomorphicGraphMapping.isEqualMapping(GraphMapping<V,E> rel)
Checks for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphMapping<V,E>
Implementation of the GraphMapping interface.
|
Copyright © 2019. All rights reserved.