edu.princeton.wordnet.ejb
Class VnEntry

java.lang.Object
  extended by edu.princeton.wordnet.ejb.VnEntry

public class VnEntry
extends java.lang.Object

VerbNet entry

Author:
Bernard Bou

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

theWord

public Word theWord
Word for this entry


theSynsets

public java.util.List<VnSynset> theSynsets
Synsets attached to VerbNet entry

Constructor Detail

VnEntry

public VnEntry(Word thisWord,
               java.util.List<VnSynset> theseSynsets)
VnEntry

Parameters:
thisWord - is the word string
theseSynsets - is the list of synsets attached to this entry
Method Detail

make

public static VnEntry make(java.sql.Connection thisConnection,
                           java.lang.String thisLemma)
Make word

Parameters:
thisConnection - is the database connection
thisLemma - is the target string
Returns:
Word or null