差分発生行の前後
無視リスト:
更新日時:
2016/03/14 20:01:59 (9 年 前)
更新者:
nori
ログメッセージ:

クローラー結果としてCrawledDataset が扱えるようにの暫定版

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzer.java

    r267 r269  
    2727         * @since 28.01.2014 
    2828         */ 
    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; 
    3030 
    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; 
    3232 
    33         public SClass[] listClasses(String[] graphURIs, boolean countInstances) throws Exception; 
     33        public SClass[] listClasses(String graphURI, boolean countInstances) throws Exception; 
    3434         
    3535        /** 
     
    6666         * @since 28.01.2014 
    6767         */ 
    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; 
    6969 
    7070        /** 
     
    111111//                      int limit) throws Exception; 
    112112 
    113  public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 
     113 public LabelMap[] getLabels(String graphURI, String[] resourceURIs, String language) throws Exception; 
    114114 
    115115// public ClassLink[] countLinks(String[] graphURIs, String startClassURI,