gate.wordnet
Class VerbImpl

java.lang.Object
  extended bygate.wordnet.WordSenseImpl
      extended bygate.wordnet.VerbImpl
All Implemented Interfaces:
Verb, WordSense

public class VerbImpl
extends WordSenseImpl
implements Verb

Represents WordNet verb.


Field Summary
private  ArrayList verbFrames
           
 
Fields inherited from class gate.wordnet.WordSenseImpl
 
Constructor Summary
VerbImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, net.didion.jwnl.data.Verb _jwVerb, net.didion.jwnl.dictionary.Dictionary _wnDict)
           
 
Method Summary
 List getVerbFrames()
          returns the verb frames associated with this synset
 
Methods inherited from class gate.wordnet.WordSenseImpl
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gate.wordnet.WordSense
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 

Field Detail

verbFrames

private ArrayList verbFrames
Constructor Detail

VerbImpl

public VerbImpl(Word _word,
                Synset _synset,
                int _senseNumber,
                int _orderInSynset,
                boolean _isSemcor,
                net.didion.jwnl.data.Verb _jwVerb,
                net.didion.jwnl.dictionary.Dictionary _wnDict)
Method Detail

getVerbFrames

public List getVerbFrames()
returns the verb frames associated with this synset

Specified by:
getVerbFrames in interface Verb