 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid Remove(
INode node
)
Parameters
- node INode
-
See Also