Example #1
0
 public boolean contains(String nodeName) {
   return _graph.hasNode(nodeName);
 }