Click or drag to resize

LGSPGraphCheckTypeRinglistBroken Method (LGSPEdge)

Checks whether the type ringlist starting at the given head edge is broken. Use for debugging purposes.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.1
Syntax
C#
public void CheckTypeRinglistBroken(
	LGSPEdge head
)

Parameters

head
Type: de.unika.ipd.grGen.lgspLGSPEdge
The edge head to be checked.
See Also