Click or drag to resize

GraphHelperNodes Method (IGraph, NodeType, Int32)

Returns the nodes in the graph of the type given, as set

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<INode, SetValueType> Nodes(
	IGraph graph,
	NodeType nodeType,
	int threadId
)

Parameters

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

Return Value

Type: DictionaryINode, SetValueType
See Also