Click or drag to resize

GraphHelperCountNodes Method (IGraph, NodeType)

Returns the count of the nodes in the graph of the type given

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static int CountNodes(
	IGraph graph,
	NodeType nodeType
)

Parameters

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

Return Value

Type: Int32
See Also