  | 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.libGr
    Assembly:
   libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxReturn Value
Type: 
INodeA copy of this node.
See Also