チェンジセット 192 : SPARQLBuilderWWW/src/java/org
- 更新日時:
- 2014/09/29 13:35:35 (10 年 前)
- パス:
- SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder
- ファイル:
-
- 2 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/OWL/RDFSchemaAnalyzerFactory.java
r182 r192 57 57 return new EndpointAnalyzer(uri); 58 58 }else{ 59 JenaModelGenerator jmGene = new JenaModelGenerator(mFile.get EndpointURI());59 JenaModelGenerator jmGene = new JenaModelGenerator(mFile.getPath()); 60 60 return new AcquiredStructureAnalyzer(jmGene.getEndpointURI(), jmGene.getGraphURIs(), jmGene.getModel()); 61 61 } -
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/endpointMetadata/MetadataFile.java
r189 r192 20 20 21 21 Model model = null; 22 File path = null; 22 23 String endpointURI = null; 23 24 Calendar startDateTime = null; … … 37 38 public MetadataFile(File file) throws Exception{ 38 39 readFile(file); 39 } 40 40 this.path = file; 41 } 42 43 public String getPath(){ 44 return path.getAbsolutePath(); 45 } 46 41 47 public String getEndpointURI(){ 42 48 return endpointURI;