- 更新日時:
- 2014/04/22 10:01:57 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Path.java
r73 r77 54 54 String json_str=""; 55 55 json_str+="{\"startClassURI\":\""+ startClass+"\","; 56 json_str+="\"width\":"+width+",";56 //json_str+="\"width\":"+width+","; 57 57 58 58 if (classLinks != null && classLinks.size() != 0) {