IsomorphicGraphMapping<V,E> |
IsomorphicGraphMapping.compose(IsomorphicGraphMapping<V,E> otherMapping) |
Computes the composition of two isomorphisms.
|
IsomorphicGraphMapping<V,E> |
VF2State.getCurrentMapping() |
|
IsomorphicGraphMapping<V,E> |
AHUForestIsomorphismInspector.getMapping() |
Get an isomorphism between the input forests or null if none exists.
|
IsomorphicGraphMapping<V,E> |
AHURootedTreeIsomorphismInspector.getMapping() |
Get an isomorphism between the input trees or null if none exists.
|
IsomorphicGraphMapping<V,E> |
AHUUnrootedTreeIsomorphismInspector.getMapping() |
Get an isomorphism between the input trees or null if none exists.
|
static <V,E> IsomorphicGraphMapping<V,E> |
IsomorphicGraphMapping.identity(Graph<V,E> graph) |
Computes an identity automorphism (i.e.
|
protected IsomorphicGraphMapping<V,E> |
VF2GraphMappingIterator.match() |
|
protected abstract IsomorphicGraphMapping<V,E> |
VF2MappingIterator.match() |
This function moves over all mappings between graph1 and graph2.
|
protected IsomorphicGraphMapping<V,E> |
VF2SubgraphMappingIterator.match() |
|
protected IsomorphicGraphMapping<V,E> |
VF2MappingIterator.matchAndCheck() |
|
IsomorphicGraphMapping<V,E> |
VF2MappingIterator.next() |
|