- 更新日時:
- 2014/01/31 11:17:26 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java
r32 r36 82 82 83 83 public Path[] getPaths(String startClass, String endClass, int mode, boolean countLinks) throws Exception; 84 84 85 public String createSPARQL(Path path) throws Exception; 85 86 … … 103 104 InstanceLink[] getNextInstancesViaInstanceLink(String[] graphURIs, String originInstance, 104 105 int limit) throws Exception; 105 public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 106 public ClassLink[] countLinks(String[] graphURIs, String startClassURI, 106 107 public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 108 109 public ClassLink[] countLinks(String[] graphURIs, String startClassURI, 107 110 ClassLink[] classLinks) throws Exception; 108 111