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

他サイトから利用することを想定してHTTPヘッダ追加

ファイル:
1 変更

凡例:

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

    r201 r204  
    2121    int th; 
    2222    int prunecut; 
    23          
     23 
    2424    public class LinkAndPath{ 
    2525        String originalClassURI; // originalClasssURI -classLink.propertyURI-> classLink.linkedClassURL 
     
    4141        } 
    4242    } 
    43      
     43         
    4444    public OWLClassGraph(String startClass, String endClass){ 
    4545        super(); 
     
    5252        nsteps = 3; 
    5353        limit = 1000; 
    54         prunecut = 100; 
    55          
     54        prunecut = 100;         
    5655    } 
    5756