チェンジセット 54 : BH13SPARQLBuilder/src/hozo/sparql
- 更新日時:
- 2014/02/18 18:24:51 (11 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
BH13SPARQLBuilder/src/hozo/sparql/gui/SparqlBuilderPanel.java
r44 r54 329 329 public String createSPARQL(Path path, int num) throws Exception { 330 330 331 331 if( path == null ){ 332 throw new Exception("Path is null."); 333 } 332 334 String startClass = path.getStartClass(); 333 335 List<ClassLink> classLinks = path.getClassLinks();