差分発生行の前後
無視リスト:
更新日時:
2014/01/31 11:17:26 (11 年 前)
更新者:
nori
ログメッセージ:

SPARQLクエリの整形

ファイル:
1 変更

凡例:

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

    r32 r36  
    8282 
    8383        public Path[] getPaths(String startClass, String endClass, int mode, boolean countLinks) throws Exception; 
     84 
    8485        public String createSPARQL(Path path) throws Exception; 
    8586 
     
    103104 InstanceLink[] getNextInstancesViaInstanceLink(String[] graphURIs, String originInstance, 
    104105                        int limit) throws Exception; 
    105         public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 
    106         public ClassLink[] countLinks(String[] graphURIs, String startClassURI, 
     106 
     107 public LabelMap[] getLabels(String[] graphURIs, String[] resourceURIs, String language) throws Exception; 
     108 
     109 public ClassLink[] countLinks(String[] graphURIs, String startClassURI, 
    107110                        ClassLink[] classLinks) throws Exception; 
    108111