 | INamedGraphAddEdge(IEdge, String) Method |
Adds an existing edge to the graph, names it, and assigns it to the given variable.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid AddEdge(
IEdge edge,
string elemName
)
Parameters
- edge IEdge
- The edge to be added.
- elemName String
- The name for the edge or null if it is to be auto-generated.
Return Value
The newly created edge.
See Also