private class DefaultMorphologicalProcessor.LookupInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private BaseFormSet |
_baseForms |
private int |
_currentOperation |
private java.lang.String |
_derivation |
private Operation[] |
_operations |
private POS |
_pos |
| Constructor and Description |
|---|
LookupInfo(POS pos,
java.lang.String derivation,
Operation[] operations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeNextOperation() |
BaseFormSet |
getBaseForms() |
boolean |
isNextOperationAvailable() |
private POS _pos
private java.lang.String _derivation
private BaseFormSet _baseForms
private Operation[] _operations
private int _currentOperation
public boolean isNextOperationAvailable()
public boolean executeNextOperation()
throws JWNLException
JWNLExceptionpublic BaseFormSet getBaseForms()