差分発生行の前後
無視リスト:
更新日時:
2014/07/03 17:22:41 (10 年 前)
更新者:
nori
ログメッセージ:

暫定的な対応:あとでクエリの見直し要

ファイル:
1 変更

凡例:

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

    r80 r95  
    584584                                } 
    585585                                ClassLink cl = new ClassLink(proURI, clsURI, direction, 
    586                                                 numOfLinks, 0, 0, 0, 0); 
     586                                                numOfLinks, 0, 0, 0, 0, true, true); 
    587587                                solCLs.add(cl); 
    588588                        } 
     
    698698                        ClassLink cl = new ClassLink(propURI, clsURI, direction, 
    699699                                        numOfLinks, numOfOriginInstances, numOfLinkedInstances, 0, 
    700                                         0); 
     700                                        0, true, true); 
    701701                        solCLs.add(cl); 
    702702                }