差分発生行の前後
無視リスト:
更新日時:
2015/03/24 18:18:00 (10 年 前)
更新者:
atsuko
ログメッセージ:

枝刈り,クラス順序変更(数字は下に)

ファイル:
1 変更

凡例:

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

    r221 r248  
    8686                                json_str+= classLinks.get(i).toJSONString3(classes); 
    8787                        } 
    88                         json_str+="]"; 
     88                        json_str+="]";                         
    8989                } 
    90                 json_str+="}"; 
     90                json_str += ","; 
     91                json_str +="\"score\":\""+width+"\""; 
     92                json_str +="}"; 
    9193                 
    9294                return json_str; 
     
    139141        //throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. 
    140142    } 
    141  
    142143}