差分発生行の前後
無視リスト:
更新日時:
2015/12/10 21:59:58 (9 年 前)
更新者:
atsuko
ログメッセージ:

パス探索関数を改良&古い変数を削除

ファイル:
1 変更

凡例:

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

    r254 r259  
    162162        //throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 
    163163    } 
    164      
    165     public double computeCost(){ 
    166         int length = classLinks.size(); 
    167         ListIterator<ClassLink> lit = classLinks.listIterator(); 
    168         while( lit.hasNext() ){ 
    169             ClassLink cl = lit.next(); 
    170             // KOKO 
    171              
    172         } 
    173         return 1.0; 
    174     } 
    175164}