Click or drag to resize

LGSPGraphGetEdge Method

Gets the edge for the given id. Only available if the unique index was declared in the model.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public override IEdge GetEdge(
	int unique
)

Parameters

unique  Int32
The unique if of a edge.

Return Value

IEdge
The edge for the given unique id or null, if there is no edge with this unique id.

Implements

IGraphGetEdge(Int32)
See Also