Click or drag to resize

IGraphProcessingEnvironmentAddEdge Method (IEdge, String, String)

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.2
Syntax
C#
void AddEdge(
	IEdge edge,
	string varName,
	string elemName
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
The edge to be added.
varName
Type: SystemString
The name of the variable.
elemName
Type: SystemString
The name for the edge or null if it is to be auto-generated.

Return Value

Type: 
The newly created edge.
See Also