差分発生行の前後
無視リスト:
更新日時:
2014/09/25 17:05:49 (10 年 前)
更新者:
atsuko
ログメッセージ:

label 表示可能に

ファイル:
1 変更

凡例:

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

    r162 r168  
    7676           QueryPathGenerator qpg = new QueryPathGenerator(ep); 
    7777        //} 
     78        SClass[] classes = qpg.getClasses(null); 
    7879        Path[] paths = qpg.getPaths(st, en, true); 
    7980        String jsonstr = "{\"paths\":["; 
     
    8283                jsonstr += ","; 
    8384            } 
    84             jsonstr += paths[i].toJSONString2(); 
     85            //jsonstr += paths[i].toJSONString2(); 
     86            jsonstr += paths[i].toJSONString3(classes); 
    8587        } 
    8688        jsonstr += "]}";