- 更新日時:
- 2014/01/31 10:00:56 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java
r31 r32 493 493 } 494 494 495 public Path[] getPaths(String startClass, String endClass, int mode, boolean countLink ) throws Exception {495 public Path[] getPaths(String startClass, String endClass, int mode, boolean countLinks) throws Exception { 496 496 OWLClassGraph graph = new OWLClassGraph(startClass, endClass); 497 return graph.getPaths(this, mode, countLink );497 return graph.getPaths(this, mode, countLinks); 498 498 } 499 499