net.sf.extjwnl.data
Class Verb

java.lang.Object
  extended by net.sf.extjwnl.data.PointerTarget
      extended by net.sf.extjwnl.data.Word
          extended by net.sf.extjwnl.data.Verb
All Implemented Interfaces:
Serializable, Owned

public class Verb
extends Word

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

Author:
John Didion , Aliaksandr Autayeu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.extjwnl.data.PointerTarget
dictionary
 
Constructor Summary
Verb(Dictionary dictionary, Synset synset, int index, String lemma, BitSet verbFrameFlags)
           
 
Method Summary
 BitSet getVerbFrameFlags()
           
 int[] getVerbFrameIndices()
           
 String[] getVerbFrames()
           
 String toString()
           
 
Methods inherited from class net.sf.extjwnl.data.Word
equals, getIndex, getLemma, getLexId, getPointers, getPOS, getSenseKey, getSenseKeyWithAdjClass, getSummary, getSummary, getSynset, getUseCount, hashCode, setIndex, setLexId, setSummary, setUseCount
 
Methods inherited from class net.sf.extjwnl.data.PointerTarget
getDictionary, getPointers, getTargets, getTargets, setDictionary
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Verb

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

getVerbFrameFlags

public BitSet getVerbFrameFlags()

getVerbFrameIndices

public int[] getVerbFrameIndices()

getVerbFrames

public String[] getVerbFrames()

toString

public String toString()
Overrides:
toString in class Word


Copyright © 2011. All Rights Reserved.