Click or drag to resize

LGSPGraphHasSameStructure(IGraph) Method

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

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.1
Syntax
C#
public override bool HasSameStructure(
	IGraph that
)

Parameters

that  IGraph
 

Return Value

Boolean

Implements

IGraphHasSameStructure(IGraph)
See Also