net.sf.jhunlang.jmorph.sword
Class SwordEntryExtension

java.lang.Object
  extended bynet.sf.jhunlang.jmorph.sword.SwordExtension
      extended bynet.sf.jhunlang.jmorph.sword.SwordEntryExtension
All Implemented Interfaces:
DictEntryExtension, java.io.Serializable

public class SwordEntryExtension
extends SwordExtension

See Also:
Serialized Form

Field Summary
protected  POSName pos
           
 
Fields inherited from class net.sf.jhunlang.jmorph.sword.SwordExtension
add, cas, caseEnding, cases, derivatives
 
Constructor Summary
  SwordEntryExtension()
           
protected SwordEntryExtension(java.util.List cases)
           
  SwordEntryExtension(java.util.List cases, POSName pos)
           
  SwordEntryExtension(SwordExtension ext)
           
 
Method Summary
 POSName getPOSName()
           
 void setPos(POSName pos)
           
 void setPOSName(POSName pos)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.jhunlang.jmorph.sword.SwordExtension
derivatorString, getAllCases, getCase, getCaseEnding, getCases, getDerivatives, getPOS, inflexionString, isDerivator, isInflexion, morphString, setAdd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pos

protected POSName pos
Constructor Detail

SwordEntryExtension

public SwordEntryExtension()

SwordEntryExtension

public SwordEntryExtension(java.util.List cases,
                           POSName pos)

SwordEntryExtension

public SwordEntryExtension(SwordExtension ext)

SwordEntryExtension

protected SwordEntryExtension(java.util.List cases)
Method Detail

setPos

public void setPos(POSName pos)

getPOSName

public POSName getPOSName()
Overrides:
getPOSName in class SwordExtension

setPOSName

public void setPOSName(POSName pos)

toString

public java.lang.String toString()
Overrides:
toString in class SwordExtension


Copyright © 2005 jmorph developers. All Rights Reserved.