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.1
Syntax
C#
public void CheckInOutRinglistsBroken(
	LGSPNode node
)

Parameters

node  LGSPNode
The node to be checked.
See Also