Click or drag to resize

IGraphGetExactNodes Method

Enumerates all nodes with the exact given node type.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEnumerable<INode> GetExactNodes(
	NodeType nodeType
)

Parameters

nodeType
Type: de.unika.ipd.grGen.libGrNodeType

Return Value

Type: IEnumerableINode
See Also