Click or drag to resize

IGraphGetNumExactNodes Method

Returns the number of nodes with the exact given node type.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int GetNumExactNodes(
	NodeType nodeType
)

Parameters

nodeType  NodeType
 

Return Value

Int32
See Also