Inherited by edu.princeton.wordnet.pojos.Antonym.
Public Member Functions | |
LexLink (LexLinkId id, Synset srcSynset, Word srcWord, Synset destSynset, Word destWord, Link link) | |
LexLinkId | getId () |
void | setId (LexLinkId id) |
Synset | getSrcSynset () |
void | setSrcSynset (Synset srcSynset) |
Word | getSrcWord () |
void | setSrcWord (Word srcWord) |
Synset | getDestSynset () |
void | setDestSynset (Synset destSynset) |
Word | getDestWord () |
void | setDestWord (Word destWord) |
Link | getLink () |
void | setLink (Link link) |
boolean | equals (Object other) |
int | hashCode () |
WordNetPojos