edu.princeton.wordnet.pojos.LexLinkId Class Reference
List of all members.
Public Member Functions |
| LexLinkId (int srcSynsetId, int srcWordId, int destSynsetId, int destWordId, short linkId) |
int | getSrcSynsetId () |
void | setSrcSynsetId (int srcSynsetId) |
int | getSrcWordId () |
void | setSrcWordId (int srcWordId) |
int | getDestSynsetId () |
void | setDestSynsetId (int destSynsetId) |
int | getDestWordId () |
void | setDestWordId (int destWordId) |
short | getLinkId () |
void | setLinkId (short linkId) |
boolean | equals (Object other) |
int | hashCode () |
Detailed Description
LexLinkId generated by hbm2java
The documentation for this class was generated from the following file:
- /opt/devel/wnscope/WordNetPojos/src/edu/princeton/wordnet/pojos/LexLinkId.java