root/SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/OWL/OWLClassSearcherImpl.java
| リビジョン 133, 286 bytes (コミッタ: atsuko, 12 年 前) | |
|---|---|
|
|
| 行番号 | |
|---|---|
| 1 | package org.biohackathon.SPARQLBuilder.OWL; |
| 2 | |
| 3 | public class OWLClassSearcherImpl implements OWLClassSearcher { |
| 4 | |
| 5 | public SClass[] keywordSearch(String[] keywords) throws Exception{ |
| 6 | return null; |
| 7 | } |
| 8 | |
| 9 | public SClass[] listClasses() throws Exception{ |
| 10 | return null; |
| 11 | } |
| 12 | |
| 13 | |
| 14 | } |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。
