Click or drag to resize

GraphHelperAddCopyOfEdge Method

creates a deep copy of the given edge and adds it to the graph between from and to, returns it

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IEdge AddCopyOfEdge(
	Object edge,
	INode src,
	INode tgt,
	IGraph graph
)

Parameters

edge
Type: SystemObject
src
Type: de.unika.ipd.grGen.libGrINode
tgt
Type: de.unika.ipd.grGen.libGrINode
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IEdge
See Also