|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.princeton.wordnet.ejb.VnRole
public class VnRole
| Field Summary | |
|---|---|
boolean |
isSynsetSpecific
Whether data is specific to synset |
java.lang.String |
theRoleType
Role type |
java.lang.String |
theSelectionRestrictions
Role's selectional restrictions |
| Method Summary | |
|---|---|
static java.util.List<java.util.List<VnRole>> |
make(java.sql.Connection thisConnection,
long thisWordId,
long thisSynsetId)
Make list of VerbNet roles from query buildt from wordid and synsetid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String theRoleType
public java.lang.String theSelectionRestrictions
public boolean isSynsetSpecific
| Method Detail |
|---|
public static java.util.List<java.util.List<VnRole>> make(java.sql.Connection thisConnection,
long thisWordId,
long thisSynsetId)
thisConnection - is the database connectionthisWordId - is the word id to build query fromthisSynsetId - is the synset id to build the query from (-1 if any)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||