Click or drag to resize

LGSPNodeClone 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.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract INode Clone()

Return Value

INode
A copy of this node.

Implements

INodeClone
See Also