Click or drag to resize

IGraphProcessingEnvironmentAddEdge Method (IEdge, String)

Adds an existing IEdge object to the current graph of this processing environment and assigns it to the given variable. The edge must not be part of any graph, yet! Source and target of the edge must already be part of the graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void AddEdge(
	IEdge edge,
	string varName
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
The edge to be added.
varName
Type: SystemString
The name of the variable.
See Also