チェンジセット 16 : BH13SPARQLBuilder/src/org/biohackathon
- 更新日時:
 - 2014/01/30 13:42:32 (12 年 前)
 - ファイル:
 - 
          
- 1 変更
 
 
凡例:
- 変更なし
 - 追加
 - 削除
 
- 
        
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java
r10 r16 446 446 public Path[] getPaths(String startClass, String endClass) throws Exception { 447 447 OWLClassGraph graph = new OWLClassGraph(startClass, endClass); 448 return graph.getPaths(this );448 return graph.getPaths(this, 0); 449 449 } 450 450  
