net.sf.extjwnl.data
Class VerbSynset

java.lang.Object
  extended by net.sf.extjwnl.data.PointerTarget
      extended by net.sf.extjwnl.data.Synset
          extended by net.sf.extjwnl.data.VerbSynset
All Implemented Interfaces:
Serializable, DictionaryElement, Owned

public class VerbSynset
extends Synset

A Synset for verbs.

Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.extjwnl.data.Synset
pointers, pos
 
Fields inherited from class net.sf.extjwnl.data.PointerTarget
dictionary
 
Constructor Summary
VerbSynset(Dictionary dictionary)
           
VerbSynset(Dictionary dictionary, long offset)
           
 
Method Summary
 BitSet getVerbFrameFlags()
           
 int[] getVerbFrameIndices()
           
 String[] getVerbFrames()
          Returns all Verb Frames that are valid for all the words in this synset.
 void setVerbFrameFlags(BitSet verbFrameFlags)
           
 
Methods inherited from class net.sf.extjwnl.data.Synset
containsWord, equals, getGloss, getIndex, getKey, getLexFileName, getLexFileNum, getOffset, getPointers, getPOS, getSynset, getType, getWords, hashCode, indexOfWord, isAdjectiveCluster, setDictionary, setGloss, setIsAdjectiveCluster, setLexFileNum, setOffset, toString
 
Methods inherited from class net.sf.extjwnl.data.PointerTarget
getDictionary, getPointers, getTargets, getTargets
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.extjwnl.util.factory.Owned
getDictionary
 

Constructor Detail

VerbSynset

public VerbSynset(Dictionary dictionary)
           throws JWNLException
Throws:
JWNLException

VerbSynset

public VerbSynset(Dictionary dictionary,
                  long offset)
           throws JWNLException
Throws:
JWNLException
Method Detail

getVerbFrames

public String[] getVerbFrames()
Returns all Verb Frames that are valid for all the words in this synset.

Overrides:
getVerbFrames in class Synset
Returns:
all Verb Frames that are valid for all the words in this synset

getVerbFrameFlags

public BitSet getVerbFrameFlags()
Overrides:
getVerbFrameFlags in class Synset

setVerbFrameFlags

public void setVerbFrameFlags(BitSet verbFrameFlags)
Overrides:
setVerbFrameFlags in class Synset

getVerbFrameIndices

public int[] getVerbFrameIndices()
Overrides:
getVerbFrameIndices in class Synset


Copyright © 2013. All Rights Reserved.