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