チェンジセット 65 : BH13SPARQLBuilder

差分発生行の前後
無視リスト:
更新日時:
2014/04/21 16:45:21 (10 年 前)
更新者:
atsuko
ログメッセージ:

getPaths に推奨パラメタについてコメント入れました

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java

    r61 r65  
    708708                        boolean countLinks) throws Exception { 
    709709                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); 
    711712        } 
    712713