Click or drag to resize

INamedGraphGetEdge(String) Method

Gets the graph element for the given name.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEdge GetEdge(
	string name
)

Parameters

name  String
The name of an edge.

Return Value

IEdge
The edge for the given name or null, if there is no edge with this name.
See Also