- 更新日時:
- 2015/03/24 18:18:00 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/www/SPServlet.java
r229 r248 179 179 180 180 private String convertPath2SPARQL(Path path) throws Exception{ 181 182 ArrayList<String> classname =new ArrayList<String>() ; 183 181 ArrayList<String> classname =new ArrayList<String>() ; 184 182 if( path == null ){ 185 183 throw new Exception("Path is null.");