Click or drag to resize

LGSPGraphHasSameStructure Method (IGraph)

Returns whether this graph is isomorph to that graph, neglecting the attribute values, only structurally The other graph we check for isomorphy against, neglecting attribute values

Return Value

Type: Boolean
true if that is isomorph (regarding structure) to this, false otherwise

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override bool HasSameStructure(
	IGraph that
)

Parameters

that
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: Boolean

Implements

IGraphHasSameStructure(IGraph)
See Also