| 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 | 
|---|---|
| abstract Iterator<GraphMapping<V,E>> | VF2AbstractIsomorphismInspector. getMappings() | 
| Iterator<GraphMapping<V,E>> | IsomorphismInspector. getMappings()Get an iterator over all existing (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 © 2018. All rights reserved.