差分発生行の前後
無視リスト:
更新日時:
2014/01/31 12:26:11 (11 年 前)
更新者:
kozaki
ログメッセージ:
 
ファイル:
1 変更

凡例:

変更なし
追加
削除
  • BH13SPARQLBuilder/src/hozo/maptool/MapFactory.java

    r37 r40  
    127127                for(ClassLink link : links){ 
    128128                        String next_class = link.getLinkedClassURI(); 
    129                         System.out.println("==>"+next_class); 
     129                        System.out.println("="+link.getNumOfLinks()+"=>"+next_class); 
     130                         
    130131                        /* 
    131132                        String next_class_lbl =""; 
     
    149150                        node.addChild(next_node); 
    150151                        node = next_node; 
    151                         String prop = link.getPropertyURI(); 
     152                        String prop = getTempLabel(link.getPropertyURI()); 
    152153                         
    153154                        if(link.getDirection().equals(Direction.reverse)){