Click or drag to resize

IEdgeClone Method

Creates a shallow clone of this edge. All attributes will be transfered to the new edge. The edge will not be associated to a graph, yet. So it will not have any assigned variables.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEdge Clone(
	INode newSource,
	INode newTarget
)

Parameters

newSource  INode
The new source node for the new edge.
newTarget  INode
The new target node for the new edge.

Return Value

IEdge
A copy of this edge.
See Also