- 更新日時:
- 2014/07/04 21:05:12 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/QueryPathGenerator.java
r110 r111 19 19 //private OWLClassGraph graph; 20 20 21 private static final String CDIR = "cdata"; 22 21 23 public static void main(String[] args){ 22 24 // For Test … … 34 36 } 35 37 38 public QueryPathGenerator(String sparqlEndpoint){ 39 factory = new RDFSchemaAnalyzerFactory(CDIR); 40 setSPARQLendpoint(sparqlEndpoint); 41 } 42 36 43 public QueryPathGenerator(String sparqlEndpoint, String crawlFileName){ 37 44 factory = new RDFSchemaAnalyzerFactory(crawlFileName);