getNodeCount method

int getNodeCount()

/ Returns the node count of the graph.

Implementation

int getNodeCount() {
	return _nodes.length;
}