Package | Description |
---|---|
org.jgrapht.alg.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() |
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 © 2016. All rights reserved.