- 更新日時:
- 2014/01/31 10:00:56 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java
r31 r32 81 81 public ClassLink[] getNextClassViaInstanceLink(String[] graphURIs, String originClass, int limit) throws Exception; 82 82 83 public Path[] getPaths(String startClass, String endClass ) throws Exception;83 public Path[] getPaths(String startClass, String endClass, int mode, boolean countLinks) throws Exception; 84 84 public String createSPARQL(Path path) throws Exception; 85 85