edu.princeton.wordnet.ejb
Class XWnEntry

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

public class XWnEntry
extends java.lang.Object

XWordNet entry (used in overview)

Author:
Bernard Bou

Field Summary
 java.util.List<XWnSynset> theSynsets
          List of synsets for which XWordNet data is available
 Word theWord
          Target word
 
Method Summary
static XWnEntry make(java.sql.Connection thisConnection, java.lang.String thisLemma)
          Make XWordnet entry from query
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theWord

public Word theWord
Target word


theSynsets

public java.util.List<XWnSynset> theSynsets
List of synsets for which XWordNet data is available

Method Detail

make

public static XWnEntry make(java.sql.Connection thisConnection,
                            java.lang.String thisLemma)
Make XWordnet entry from query

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