Click or drag to resize

LGSPGraphProcessingEnvironmentAddEdge(EdgeType, INode, INode, String) Method

Adds a new edge to the graph and assigns it to the given variable.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public IEdge AddEdge(
	EdgeType edgeType,
	INode source,
	INode target,
	string varName
)

Parameters

edgeType  EdgeType
The edge type for the new edge.
source  INode
The source of the edge.
target  INode
The target of the edge.
varName  String
The name of the variable.

Return Value

IEdge
The newly created edge.

Implements

IGraphProcessingEnvironmentAddEdge(EdgeType, INode, INode, String)
See Also