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.1
Syntax
C#
public static IEdge AddCopyOfEdge(
	Object edge,
	INode src,
	INode tgt,
	IGraph graph
)

Parameters

edge  Object
 
src  INode
 
tgt  INode
 
graph  IGraph
 

Return Value

IEdge
See Also