Click or drag to resize

IGraphRemove(INode) Method

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.1
Syntax
C#
void Remove(
	INode node
)

Parameters

node  INode
 
See Also