Click or drag to resize

LGSPGraphProcessingEnvironmentAddEdge Method (LGSPEdge, String)

Adds an existing LGSPEdge 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.2
Syntax
C#
public void AddEdge(
	LGSPEdge edge,
	string varName
)

Parameters

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