差分発生行の前後
無視リスト:
更新日時:
2014/01/31 10:00:56 (11 年 前)
更新者:
atsuko
ログメッセージ:

getPath の引数変更

ファイル:
1 変更

凡例:

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

    r31 r32  
    8181        public ClassLink[] getNextClassViaInstanceLink(String[] graphURIs, String originClass, int limit) throws Exception; 
    8282 
    83         public Path[] getPaths(String startClass, String endClass) throws Exception; 
     83        public Path[] getPaths(String startClass, String endClass, int mode, boolean countLinks) throws Exception; 
    8484        public String createSPARQL(Path path) throws Exception; 
    8585