Click or drag to resize

GraphHelperGetEdge Method (IGraph, Int32, EdgeType, IActionExecutionEnvironment)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IEdge GetEdge(
	IGraph graph,
	int uniqueId,
	EdgeType edgeType,
	IActionExecutionEnvironment actionEnv
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
uniqueId
Type: SystemInt32
edgeType
Type: de.unika.ipd.grGen.libGrEdgeType
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment

Return Value

Type: IEdge
See Also