net.sf.extjwnl.data
Class AdjectiveSynset

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

public class AdjectiveSynset
extends Synset

A Synset for adjectives.

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
AdjectiveSynset(Dictionary dictionary)
           
AdjectiveSynset(Dictionary dictionary, long offset)
           
 
Method Summary
 boolean isAdjectiveCluster()
           
 void setIsAdjectiveCluster(boolean isAdjectiveCluster)
           
 
Methods inherited from class net.sf.extjwnl.data.Synset
containsWord, equals, getGloss, getIndex, getKey, getLexFileName, getLexFileNum, getOffset, getPointers, getPOS, getSynset, getType, getVerbFrameFlags, getVerbFrameIndices, getVerbFrames, getWords, hashCode, indexOfWord, setDictionary, setGloss, setLexFileNum, setOffset, setVerbFrameFlags, 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

AdjectiveSynset

public AdjectiveSynset(Dictionary dictionary)
                throws JWNLException
Throws:
JWNLException

AdjectiveSynset

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

isAdjectiveCluster

public boolean isAdjectiveCluster()
Overrides:
isAdjectiveCluster in class Synset

setIsAdjectiveCluster

public void setIsAdjectiveCluster(boolean isAdjectiveCluster)
Overrides:
setIsAdjectiveCluster in class Synset


Copyright © 2013. All Rights Reserved.