- 更新日時:
- 2015/12/10 21:59:58 (9 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/OWL/Path.java
r254 r259 162 162 //throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 163 163 } 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 // KOKO171 172 }173 return 1.0;174 }175 164 }