チェンジセット 65 : BH13SPARQLBuilder/src/org/biohackathon
- 更新日時:
 - 2014/04/21 16:45:21 (12 年 前)
 - ファイル:
 - 
          
- 1 変更
 
 
凡例:
- 変更なし
 - 追加
 - 削除
 
- 
        
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java
r61 r65 708 708 boolean countLinks) throws Exception { 709 709 OWLClassGraph graph = new OWLClassGraph(startClass, endClass); 710 return graph.getPaths(this, mode, countLinks); 710 // mode = 2 & countLinks = true are recommended 711 return graph.getPaths(this, mode, countLinks); 711 712 } 712 713  
