Click or drag to resize

GraphHelperGetEdge(IGraph, Int32, EdgeType, IActionExecutionEnvironment, Int32) Method


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

Parameters

graph  IGraph
 
uniqueId  Int32
 
edgeType  EdgeType
 
actionEnv  IActionExecutionEnvironment
 
threadId  Int32
 

Return Value

IEdge
See Also