Click or drag to resize

LGSPGraph.HasSameStructure Method (IDictionary<IGraph, SetValueType>)

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

Parameters

graphsToCheckAgainst
Type: System.Collections.Generic.IDictionary<IGraph, SetValueType>
The other graphs we check for isomorphy against, neglecting attribute values

Return Value

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

Implements

IGraph.HasSameStructure(IDictionary<IGraph, SetValueType>)
See Also