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 java.lang.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 java.lang.Objectcreate(java.util.Map params)booleanexecute(POS pos, java.lang.String lemma, BaseFormSet baseForm)Execute the operation.
-
-
-
Method Detail
-
create
public java.lang.Object create(java.util.Map params) throws JWNLException- Specified by:
createin interfaceCreateable- Throws:
JWNLException
-
execute
public boolean execute(POS pos, java.lang.String lemma, BaseFormSet baseForm)
Description copied from interface:OperationExecute the operation.
-
-