Click or drag to resize

IGraphGetSameStructure Method

Returns the graph from the set of graphs given that is isomorphic to this graph (neglecting the attribute values, only structurally), or null if no such graph exists 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 GetSameStructure(
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)

Parameters

graphsToCheckAgainst
Type: System.Collections.GenericIDictionaryIGraph, SetValueType
The other graphs we check for isomorphy against, neglecting attribute values

Return Value

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