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 Createable
JWNLException
protected abstract String[] getKeys()
protected abstract AbstractDelegatingOperation getInstance(Map params) throws JWNLException
JWNLException
protected boolean hasDelegate(String key)
protected boolean delegate(POS pos, String lemma, BaseFormSet forms, String key) throws JWNLException
JWNLException
Copyright © 2016. All rights reserved.