Click or drag to resize

LGSPGraphIsIsomorph Method (IDictionaryIGraph, SetValueType)

Returns whether this graph is isomorph to any of the set of graphs given (including the attribute values) 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 bool IsIsomorph(
	IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)

Parameters

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

Return Value

Type: Boolean
true if any of the graphs given is isomorph to this, false otherwise

Implements

IGraphIsIsomorph(IDictionaryIGraph, SetValueType)
See Also