Click or drag to resize

LGSPGraphProcessingEnvironmentAddEdge(IEdge, String) Method

Adds an existing IEdge object to the graph 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.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void AddEdge(
	IEdge edge,
	string varName
)

Parameters

edge  IEdge
The edge to be added.
varName  String
The name of the variable.

Implements

IGraphProcessingEnvironmentAddEdge(IEdge, String)
See Also