public abstract class AbstractDelegatingOperation extends Object implements Operation
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDelegatingOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelegate(String key,
Operation[] operations) |
Object |
create(Map params) |
protected boolean |
delegate(POS pos,
String lemma,
BaseFormSet forms,
String key) |
protected abstract AbstractDelegatingOperation |
getInstance(Map params) |
protected abstract String[] |
getKeys() |
protected boolean |
hasDelegate(String key) |
public Object create(Map params) throws JWNLException
create in interface CreateableJWNLExceptionprotected abstract String[] getKeys()
protected abstract AbstractDelegatingOperation getInstance(Map params) throws JWNLException
JWNLExceptionprotected boolean hasDelegate(String key)
protected boolean delegate(POS pos, String lemma, BaseFormSet forms, String key) throws JWNLException
JWNLExceptionCopyright © 2019. All rights reserved.