Click or drag to resize

GraphHelperCountNodes(IGraph, NodeType) Method

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.1
Syntax
C#
public static int CountNodes(
	IGraph graph,
	NodeType nodeType
)

Parameters

graph  IGraph
 
nodeType  NodeType
 

Return Value

Int32
See Also