Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void 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