- 更新日時:
- 2014/10/28 11:44:50 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/OWL/QueryPathGenerator.java
r177 r197 18 18 private RDFSchemaAnalyzer analyzer = null; 19 19 //private OWLClassGraph graph; 20 20 //private PathMatrix matrix = null; 21 21 22 private static final String CDIR = "cdata"; 22 23 … … 84 85 } 85 86 try { 86 return analyzer.getOWLClasses(null, keywords, null, false);87 return analyzer.getOWLClasses(null, keywords, null, true); 87 88 }catch(Exception e){ 88 89 System.err.println(e);