Click or drag to resize

GraphHelperGetNode(IGraph, Int32, NodeType, IActionExecutionEnvironment) Method


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

Parameters

graph  IGraph
 
uniqueId  Int32
 
nodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 

Return Value

INode
See Also