net.sf.extjwnl.data
Class Adjective

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

public class Adjective
extends Word

An Adjective is a Word that can have an adjective position.

Note: Adjective positions are only supported through WordNet v1.5.

Author:
John Didion ,
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.extjwnl.data.PointerTarget
dictionary
 
Constructor Summary
Adjective(Dictionary dictionary, Synset synset, int index, String lemma, AdjectivePosition adjectivePosition)
           
 
Method Summary
 AdjectivePosition getAdjectivePosition()
           
 
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, toString
 
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

Adjective

public Adjective(Dictionary dictionary,
                 Synset synset,
                 int index,
                 String lemma,
                 AdjectivePosition adjectivePosition)
Method Detail

getAdjectivePosition

public AdjectivePosition getAdjectivePosition()


Copyright © 2013. All Rights Reserved.