net.didion.jwnl.data
Class Verb

java.lang.Object
  extended by net.didion.jwnl.data.PointerTarget
      extended by net.didion.jwnl.data.Word
          extended by net.didion.jwnl.data.Verb
All Implemented Interfaces:
Serializable

public class Verb
extends Word

A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).

See Also:
Serialized Form

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

Verb

public Verb(Synset synset,
            int index,
            String lemma,
            BitSet verbFrameFlags)
Method Detail

getVerbFrameFlags

public BitSet getVerbFrameFlags()

getVerbFrameIndicies

public int[] getVerbFrameIndicies()

getVerbFrames

public String[] getVerbFrames()

toString

public String toString()
Overrides:
toString in class Word


Copyright © 2011. All Rights Reserved.