Exemplo n.º 1
0
 /**
  * Retrieve the number of nodes within this graph
  *
  * @return
  */
 public int getNodeCount() {
   return nodes.size();
 }