net.didion.jwnl.dictionary.morph
Class BaseFormSet

java.lang.Object
  extended by net.didion.jwnl.dictionary.morph.BaseFormSet

public class BaseFormSet
extends java.lang.Object

A group of possible base forms for a particular lemma


Constructor Summary
BaseFormSet()
           
BaseFormSet(boolean allowDuplicates)
           
 
Method Summary
 void add(java.lang.String s)
           
 void addAll(BaseFormSet forms)
           
 java.lang.String getCurrentForm()
           
 java.lang.String getForm(int index)
           
 java.util.List getForms()
           
 int getIndex()
           
 java.lang.String getNextForm()
           
 boolean isCurrentFormAvailable()
           
 boolean isMoreFormsAvailable()
           
 void setIndex(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFormSet

public BaseFormSet()

BaseFormSet

public BaseFormSet(boolean allowDuplicates)
Method Detail

add

public void add(java.lang.String s)

addAll

public void addAll(BaseFormSet forms)

getForm

public java.lang.String getForm(int index)

getForms

public java.util.List getForms()

isCurrentFormAvailable

public boolean isCurrentFormAvailable()

getCurrentForm

public java.lang.String getCurrentForm()

isMoreFormsAvailable

public boolean isMoreFormsAvailable()

getNextForm

public java.lang.String getNextForm()

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

size

public int size()