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

BH13SPARQLBuilderの変更に追従

ファイル:
1 変更

凡例:

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

    r221 r226  
    1818    private RDFSchemaAnalyzer analyzer = null; 
    1919    private OWLClassGraph graph; 
    20     //private PathMatrix matrix = null; 
    2120     
    2221    private static final String CDIR = "cdata"; 
    2322     
     23    /* 
    2424    public static void main(String[] args){ 
    2525        // For Test 
     
    4545        //qpg1.testOWLClassGraph(); 
    4646        //SClass[] cl = qpg.getClasses(null); 
    47     } 
     47    }*/ 
    4848     
    4949    public QueryPathGenerator(){ 
     
    133133    } 
    134134     
    135     public void setOWLClassGraph(){ 
     135    private void setOWLClassGraph(){ 
    136136        graph = new OWLClassGraph(analyzer);  
    137137    }