예제 #1
0
파일: Graph.java 프로젝트: nopanic/DNA
 /**
  * Retrieve the number of nodes within this graph
  *
  * @return
  */
 public int getNodeCount() {
   return nodes.size();
 }