Package net.didion.jwnl.princeton.data
Class MutableVerb
- java.lang.Object
-
- net.didion.jwnl.data.PointerTarget
-
- net.didion.jwnl.data.Word
-
- net.didion.jwnl.data.Verb
-
- net.didion.jwnl.princeton.data.MutableVerb
-
- All Implemented Interfaces:
java.io.Serializable
class MutableVerb extends Verb
Wrapper for a verb that allows the VerbFrame flags to be set after the Verb is created.
-
-
Constructor Summary
Constructors Constructor Description MutableVerb(Synset synset, int index, java.lang.String lemma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setVerbFrameFlag(int fnum)
-
Methods inherited from class net.didion.jwnl.data.Verb
getVerbFrameFlags, getVerbFrameIndicies, getVerbFrames, 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
-
-
-
-
Constructor Detail
-
MutableVerb
public MutableVerb(Synset synset, int index, java.lang.String lemma)
-
-