Click or drag to resize

INamedGraphGetNode Method (String)

Gets the node for the given name.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
INode GetNode(
	string name
)

Parameters

name
Type: SystemString
The name of a node.

Return Value

Type: INode
The node for the given name or null, if there is no node with this name.
See Also