差分発生行の前後
無視リスト:
更新日時:
2014/09/12 14:00:35 (10 年 前)
更新者:
atsuko
ログメッセージ:

QueryPathGenerator? の一部の関数を public に変更

ファイル:
1 変更

凡例:

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

    r128 r146  
    6262     
    6363    public QueryPathGenerator(){ 
    64         factory = new RDFSchemaAnalyzerFactory(); 
     64        factory = new RDFSchemaAnalyzerFactory(CDIR); 
    6565    } 
    6666     
     
    9999    } 
    100100     
    101     private void setSPARQLendpoint(String sparqlEndpoint){ 
     101    public void setSPARQLendpoint(String sparqlEndpoint){ 
    102102        this.sparqlEndpoint = sparqlEndpoint; 
    103103        setAnalyzer();