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
AVerbis a subclass ofWordthat can have 1 or moreVerbFrames (use cases of the verb).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitSetgetVerbFrameFlags()int[]getVerbFrameIndicies()String[]getVerbFrames()StringtoString()-
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
-
-