Click or drag to resize

IGraphProcessingEnvironmentGetEdgeVarValue Method

Retrieves the IEdge for a variable name or null, if the variable isn't set yet or anymore. A InvalidCastException is thrown, if the variable is set and does not point to an IEdge object.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEdge GetEdgeVarValue(
	string varName
)

Parameters

varName
Type: SystemString
The variable name to lookup.

Return Value

Type: IEdge
The according INode or null.
See Also