Package net.didion.jwnl.dictionary.morph
Class RemovePrepPhrasesOperation
- java.lang.Object
-
- net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
-
- All Implemented Interfaces:
Operation
,Createable
public class RemovePrepPhrasesOperation extends Object implements Operation
yet to be implemented
-
-
Constructor Summary
Constructors Constructor Description RemovePrepPhrasesOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
create(Map params)
boolean
execute(POS pos, String lemma, BaseFormSet baseForm)
Execute the operation.
-
-
-
Method Detail
-
create
public Object create(Map params) throws JWNLException
- Specified by:
create
in interfaceCreateable
- Throws:
JWNLException
-
execute
public boolean execute(POS pos, String lemma, BaseFormSet baseForm)
Description copied from interface:Operation
Execute the operation.
-
-