Click or drag to resize

GraphHelperGetNode Method (IGraph, Int32, NodeType, IActionExecutionEnvironment, Int32)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static INode GetNode(
	IGraph graph,
	int uniqueId,
	NodeType nodeType,
	IActionExecutionEnvironment actionEnv,
	int threadId
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
uniqueId
Type: SystemInt32
nodeType
Type: de.unika.ipd.grGen.libGrNodeType
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
threadId
Type: SystemInt32

Return Value

Type: INode
See Also