Click or drag to resize

LGSPGraphCheckInOutRinglistsBroken Method

Checks whether the incoming or outgoing ringlists of the given node are broken. Use for debugging purposes.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void CheckInOutRinglistsBroken(
	LGSPNode node
)

Parameters

node
Type: de.unika.ipd.grGen.lgspLGSPNode
The node to be checked.
See Also