 | INodeClone Method |
Creates a shallow clone of this node.
All attributes will be transfered to the new node.
The node will not be associated to a graph, yet.
So it will not have any incident edges nor any assigned variables.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxReturn Value
INodeA copy of this node.
See Also