Click or drag to resize

IGraphRemove Method (INode)

Removes the given node from the graph. There must be no edges left incident to the node (you may use RemoveEdges to ensure this).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Remove(
	INode node
)

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
See Also