- 更新日時:
- 2015/03/24 18:18:00 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/OWL/Path.java
r221 r248 86 86 json_str+= classLinks.get(i).toJSONString3(classes); 87 87 } 88 json_str+="]"; 88 json_str+="]"; 89 89 } 90 json_str+="}"; 90 json_str += ","; 91 json_str +="\"score\":\""+width+"\""; 92 json_str +="}"; 91 93 92 94 return json_str; … … 139 141 //throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 140 142 } 141 142 143 }