- 更新日時:
- 2014/07/02 23:50:41 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzerFactory.java
r90 r93 20 20 } 21 21 22 private void setAcqiredRDFFiles(String dirFile) throws Exception{ 23 setAcqiredRDFFiles(new File(dirFile)); 24 } 25 22 26 private void setAcqiredRDFFiles(File data) throws Exception{ 23 27 StructureCrawler sc = new StructureCrawler(data); 24 28 acquiredRDFFiles = sc.getAcquiredStructureFiles(); 25 29 } 26 30 27 31 public String[] getEndpointURIList(){ 28 32 if( acquiredRDFFiles == null ){