Class DefaultMorphologicalProcessor.LookupInfo

java.lang.Object
net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor.LookupInfo
Enclosing class:
DefaultMorphologicalProcessor

private class DefaultMorphologicalProcessor.LookupInfo extends Object
  • Field Details

    • _pos

      private POS _pos
    • _derivation

      private String _derivation
    • _baseForms

      private BaseFormSet _baseForms
    • _operations

      private Operation[] _operations
    • _currentOperation

      private int _currentOperation
  • Constructor Details

  • Method Details

    • isNextOperationAvailable

      public boolean isNextOperationAvailable()
    • executeNextOperation

      public boolean executeNextOperation() throws JWNLException
      Throws:
      JWNLException
    • getBaseForms

      public BaseFormSet getBaseForms()