 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic 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