チェンジセット 269 : SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzer.java
- 更新日時:
- 2016/03/14 20:01:59 (9 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzer.java
r267 r269 27 27 * @since 28.01.2014 28 28 */ 29 public SClass[] getOWLClasses(String [] graphURIs, String[] keyword, String language, boolean countInstances) throws Exception;29 public SClass[] getOWLClasses(String graphURI, String[] keyword, String language, boolean countInstances) throws Exception; 30 30 31 public List<SClass> getOWLClassList(String [] graphURIs, String[] keyword, String language, boolean countInstances) throws Exception;31 public List<SClass> getOWLClassList(String graphURI, String[] keyword, String language, boolean countInstances) throws Exception; 32 32 33 public SClass[] listClasses(String [] graphURIs, boolean countInstances) throws Exception;33 public SClass[] listClasses(String graphURI, boolean countInstances) throws Exception; 34 34 35 35 /** … … 66 66 * @since 28.01.2014 67 67 */ 68 public ClassLink[] getNextClass(String [] graphURIs, String originClass, int limit, boolean countLinks) throws Exception;68 public ClassLink[] getNextClass(String graphURI, String originClass, int limit, boolean countLinks) throws Exception; 69 69 70 70 /** … … 111 111 // int limit) throws Exception; 112 112 113 public LabelMap[] getLabels(String [] graphURIs, String[] resourceURIs, String language) throws Exception;113 public LabelMap[] getLabels(String graphURI, String[] resourceURIs, String language) throws Exception; 114 114 115 115 // public ClassLink[] countLinks(String[] graphURIs, String startClassURI,