- 更新日時:
- 2014/06/18 18:44:35 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzerFactory.java
r85 r86 16 16 } 17 17 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 18 26 19 27 public RDFSchemaAnalyzer create(String uri) throws Exception{