チェンジセット 271 : SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/QueryPathGenerator.java
- 更新日時:
- 2016/03/15 12:22:07 (9 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW2016/src/java/org/biohackathon/SPARQLBuilder/OWL/QueryPathGenerator.java
r268 r271 43 43 RDFSchemaAnalyzer analyzer = analyzers.get(ep); 44 44 try { 45 return analyzer.getOWLClasses(null, null , null, true);45 return analyzer.getOWLClasses(null, null); 46 46 }catch(Exception e){ 47 47 System.err.println(e); … … 60 60 while ( ait.hasNext() ){ 61 61 RDFSchemaAnalyzer analyzer = ait.next(); 62 cl.addAll(analyzer.getOWLClassList(null, null , null, true));62 cl.addAll(analyzer.getOWLClassList(null, null)); 63 63 } 64 64 }catch(Exception e){