|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.data.PointerTarget
net.didion.jwnl.data.Word
net.didion.jwnl.data.Verb
public class Verb
A Verb is a subclass of Word that can have 1 or more
VerbFrames (use cases of the verb).
| Field Summary |
|---|
| Fields inherited from class net.didion.jwnl.data.Word |
|---|
lexId |
| Constructor Summary | |
|---|---|
Verb(Synset synset,
int index,
String lemma,
BitSet verbFrameFlags)
|
|
| Method Summary | |
|---|---|
BitSet |
getVerbFrameFlags()
|
int[] |
getVerbFrameIndicies()
|
String[] |
getVerbFrames()
|
String |
toString()
|
| Methods inherited from class net.didion.jwnl.data.Word |
|---|
equals, getIndex, getLemma, getLexId, getPointers, getPOS, getSynset, hashCode, setLexId |
| Methods inherited from class net.didion.jwnl.data.PointerTarget |
|---|
getPointers, getTargets, getTargets |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Verb(Synset synset,
int index,
String lemma,
BitSet verbFrameFlags)
| Method Detail |
|---|
public BitSet getVerbFrameFlags()
public int[] getVerbFrameIndicies()
public String[] getVerbFrames()
public String toString()
toString in class Word
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||