コード例 #1
0
ファイル: DataModel.java プロジェクト: xerial/xerial-java
 public boolean contains(String nodeName) {
   return _graph.hasNode(nodeName);
 }