差分発生行の前後
無視リスト:
更新日時:
2014/06/18 18:44:35 (10 年 前)
更新者:
nori
ログメッセージ:

クロール済みのEndpointURIListをとってこれるように追加

ファイル:
1 変更

凡例:

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

    r85 r86  
    1616        } 
    1717         
     18        public String[] getEndpointURIList(){ 
     19                if( acquiredRDFFiles == null ){ 
     20                        return new String[0]; 
     21                }else{ 
     22                        return acquiredRDFFiles.keySet().toArray(new String[0]); 
     23                } 
     24        } 
     25         
    1826         
    1927        public RDFSchemaAnalyzer create(String uri) throws Exception{