|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseDictionaryElementFactory
Factory interface for creating WordNet objects from a database.
Method Summary | |
---|---|
Exc |
createExc(POS pos,
String derivation,
ResultSet rs)
Create an Exc from a row in the database. |
IndexWord |
createIndexWord(POS pos,
String lemma,
ResultSet rs)
Create an IndexWord from a row in the database. |
Synset |
createSynset(POS pos,
long offset,
ResultSet synset,
ResultSet words,
ResultSet pointers,
ResultSet verbFrames)
Create a Synset from a row in the database. |
Methods inherited from interface net.sf.extjwnl.util.factory.Owned |
---|
getDictionary, setDictionary |
Method Detail |
---|
IndexWord createIndexWord(POS pos, String lemma, ResultSet rs) throws SQLException, JWNLException
pos
- part of speechlemma
- lemmars
- result set
SQLException
- SQLException
JWNLException
- JWNLExceptionSynset createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) throws SQLException, JWNLException
pos
- part of speechoffset
- synset offsetsynset
- synset result setwords
- words result setpointers
- pointers result setverbFrames
- verb frames result set
SQLException
- SQLException
JWNLException
- JWNLExceptionExc createExc(POS pos, String derivation, ResultSet rs) throws SQLException, JWNLException
pos
- the part of speechderivation
- derivationrs
- result set
SQLException
- SQLException
JWNLException
- JWNLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |