|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.princeton.wordnet.ejb.VnEntry
public class VnEntry
VerbNet entry
Field Summary | |
---|---|
java.util.List<VnSynset> |
theSynsets
Synsets attached to VerbNet entry |
Word |
theWord
Word for this entry |
Constructor Summary | |
---|---|
VnEntry(Word thisWord,
java.util.List<VnSynset> theseSynsets)
VnEntry |
Method Summary | |
---|---|
static VnEntry |
make(java.sql.Connection thisConnection,
java.lang.String thisLemma)
Make word |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Word theWord
public java.util.List<VnSynset> theSynsets
Constructor Detail |
---|
public VnEntry(Word thisWord, java.util.List<VnSynset> theseSynsets)
thisWord
- is the word stringtheseSynsets
- is the list of synsets attached to this entryMethod Detail |
---|
public static VnEntry make(java.sql.Connection thisConnection, java.lang.String thisLemma)
thisConnection
- is the database connectionthisLemma
- is the target string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |