Click or drag to resize

LGSPGraphGetIsomorph 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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override 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

Implements

IGraphGetIsomorph(IDictionaryIGraph, SetValueType)
See Also