- 更新日時:
- 2014/01/31 01:03:12 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java
r20 r26 103 103 int limit) throws Exception; 104 104 public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 105 public ClassLink[] countLinks(String[] graphURIs, String startClassURI, 106 ClassLink[] classLinks) throws Exception; 105 107 106 108 }