/**
  * the node count of the datatree
  *
  * @return the node count of datatree
  */
 public int getNodeCount() {
   return dataTree.getNodeCount();
 }