
Public Member Functions | |
| Sense (SenseId id, Word word, Synset synset, short senseNum, short lexId) | |
| Sense (SenseId id, Word word, Synset synset, int senseId, short senseNum, String senseKey, short lexId, Integer tagCount, CasedWord casedWord, Set< LexLink > lexLinks, Set< LexLink > inverseLexLinks, Set< Antonym > antonyms, Set< VerbFrame > verbFrames, Set< VerbFrameSentence > verbFrameSentences, AdjPosition adjPosition) | |
| SenseId | getId () |
| void | setId (SenseId id) |
| Word | getWord () |
| void | setWord (Word word) |
| Synset | getSynset () |
| void | setSynset (Synset synset) |
| int | getSenseId () |
| void | setSenseId (int senseId) |
| short | getSenseNum () |
| void | setSenseNum (short senseNum) |
| String | getSenseKey () |
| void | setSenseKey (String senseKey) |
| short | getLexId () |
| void | setLexId (short lexId) |
| Integer | getTagCount () |
| void | setTagCount (Integer tagCount) |
| CasedWord | getCasedWord () |
| void | setCasedWord (CasedWord casedWord) |
| Set< LexLink > | getLexLinks () |
| void | setLexLinks (Set< LexLink > lexLinks) |
| Set< LexLink > | getInverseLexLinks () |
| void | setInverseLexLinks (Set< LexLink > inverseLexLinks) |
| Set< Antonym > | getAntonyms () |
| void | setAntonyms (Set< Antonym > antonyms) |
| Set< VerbFrame > | getVerbFrames () |
| void | setVerbFrames (Set< VerbFrame > verbFrames) |
| Set< VerbFrameSentence > | getVerbFrameSentences () |
| void | setVerbFrameSentences (Set< VerbFrameSentence > verbFrameSentences) |
| AdjPosition | getAdjPosition () |
| void | setAdjPosition (AdjPosition adjPosition) |
| boolean | equals (Object other) |
| int | hashCode () |
WordNetPojos
1.6.3