 | 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
SyntaxINode GetNode(
string name
)
Parameters
- name
- Type: SystemString
The name of a node.
Return Value
Type:
INodeThe node for the given name or null, if there is no node with this name.
See Also