- 更新日時:
- 2014/03/13 16:02:20 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java
r55 r59 25 25 * @since 28.01.2014 26 26 */ 27 public SClass[] getOWLClasses(String[] graphURIs, String[] keyword, boolean countInstances) throws Exception;27 public SClass[] getOWLClasses(String[] graphURIs, String[] keyword, String language, boolean countInstances) throws Exception; 28 28 29 29 public SClass[] listClasses(String[] graphURIs, boolean countInstances) throws Exception;