Package net.didion.jwnl.dictionary.morph
Class DefaultMorphologicalProcessor.LookupInfo
- java.lang.Object
-
- net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor.LookupInfo
-
- Enclosing class:
- DefaultMorphologicalProcessor
private class DefaultMorphologicalProcessor.LookupInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BaseFormSet_baseFormsprivate int_currentOperationprivate java.lang.String_derivationprivate Operation[]_operationsprivate POS_pos
-
Constructor Summary
Constructors Constructor Description LookupInfo(POS pos, java.lang.String derivation, Operation[] operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecuteNextOperation()BaseFormSetgetBaseForms()booleanisNextOperationAvailable()
-
-
-
Field Detail
-
_pos
private POS _pos
-
_derivation
private java.lang.String _derivation
-
_baseForms
private BaseFormSet _baseForms
-
_operations
private Operation[] _operations
-
_currentOperation
private int _currentOperation
-
-
Method Detail
-
isNextOperationAvailable
public boolean isNextOperationAvailable()
-
executeNextOperation
public boolean executeNextOperation() throws JWNLException- Throws:
JWNLException
-
getBaseForms
public BaseFormSet getBaseForms()
-
-