Interface DatabaseManager
-
- All Known Implementing Classes:
DatabaseManagerImpl,SenseAndUsageDatabaseManager
public interface DatabaseManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerygetExceptionQuery(POS pos, java.lang.String derivation)QuerygetExceptionsQuery(POS pos)QuerygetIndexWordLemmasQuery(POS pos)QuerygetIndexWordLemmasQuery(POS pos, java.lang.String substring)QuerygetIndexWordSynsetsQuery(POS pos, java.lang.String lemma)QuerygetPointerQuery(POS pos, long offset)QuerygetRandomIndexWordQuery(POS pos)QuerygetSynsetQuery(POS pos, long offset)QuerygetSynsetsQuery(POS pos)QuerygetSynsetWordQuery(POS pos, long offset)QuerygetVerbFrameQuery(POS pos, long offset)
-
-
-
Method Detail
-
getIndexWordSynsetsQuery
Query getIndexWordSynsetsQuery(POS pos, java.lang.String lemma) throws JWNLException
- Throws:
JWNLException
-
getIndexWordLemmasQuery
Query getIndexWordLemmasQuery(POS pos) throws JWNLException
- Throws:
JWNLException
-
getIndexWordLemmasQuery
Query getIndexWordLemmasQuery(POS pos, java.lang.String substring) throws JWNLException
- Throws:
JWNLException
-
getRandomIndexWordQuery
Query getRandomIndexWordQuery(POS pos) throws JWNLException
- Throws:
JWNLException
-
getSynsetQuery
Query getSynsetQuery(POS pos, long offset) throws JWNLException
- Throws:
JWNLException
-
getSynsetWordQuery
Query getSynsetWordQuery(POS pos, long offset) throws JWNLException
- Throws:
JWNLException
-
getPointerQuery
Query getPointerQuery(POS pos, long offset) throws JWNLException
- Throws:
JWNLException
-
getVerbFrameQuery
Query getVerbFrameQuery(POS pos, long offset) throws JWNLException
- Throws:
JWNLException
-
getSynsetsQuery
Query getSynsetsQuery(POS pos) throws JWNLException
- Throws:
JWNLException
-
getExceptionQuery
Query getExceptionQuery(POS pos, java.lang.String derivation) throws JWNLException
- Throws:
JWNLException
-
getExceptionsQuery
Query getExceptionsQuery(POS pos) throws JWNLException
- Throws:
JWNLException
-
-