 | INamedGraphGetNode(String) Method |
Gets the node for the given name.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxINode GetNode(
string name
)
Parameters
- name String
- The name of a node.
Return Value
INodeThe node for the given name or null, if there is no node with this name.
See Also