 | IGraphProcessingEnvironmentAddEdge(IEdge, String, 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 varName,
string elemName
)
Parameters
- edge IEdge
- The edge to be added.
- varName String
- The name of the variable.
- elemName String
- The name for the edge or null if it is to be auto-generated.
Return Value
The newly created edge.
See Also