Package net.didion.jwnl.data
Class Verb
- java.lang.Object
-
- net.didion.jwnl.data.PointerTarget
-
- net.didion.jwnl.data.Word
-
- net.didion.jwnl.data.Verb
-
- All Implemented Interfaces:
Serializable
public class Verb extends Word
AVerb
is a subclass ofWord
that can have 1 or moreVerbFrame
s (use cases of the verb).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-