getNodeCapacity method

int getNodeCapacity()

Returns the maximum number of child nodes that a node may have.

@return the node capacity

Implementation

int getNodeCapacity() {
  return nodeCapacity;
}