Click or drag to resize

GraphHelperNodes(IGraph, NodeType) Method

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.1
Syntax
C#
public static Dictionary<INode, SetValueType> Nodes(
	IGraph graph,
	NodeType nodeType
)

Parameters

graph  IGraph
 
nodeType  NodeType
 

Return Value

DictionaryINode, SetValueType
See Also