Click or drag to resize

IGraphGetIsomorph Method

Returns the graph from the set of graphs given that is isomorphic to this graph (including the attribute values), or null if no such graph exists If a graph changed only in attribute values since the last comparison, results will be wrong! (Do a fake node insert and removal to ensure the graph is recognized as having changed.) Don't call from a parallelized matcher!

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IGraph GetIsomorph(
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)

Parameters

graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType
The other graph we check for isomorphy against

Return Value

Type: IGraph
The isomorphic graph from graphsToCheckAgainst, null if no such graph exists
See Also