net.didion.jwnl.dictionary.morph
Class RemovePrepPhrasesOperation

java.lang.Object
  extended by 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
RemovePrepPhrasesOperation()
           
 
Method Summary
 java.lang.Object create(java.util.Map params)
           
 boolean execute(POS pos, java.lang.String lemma, BaseFormSet baseForm)
          Execute the operation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovePrepPhrasesOperation

public RemovePrepPhrasesOperation()
Method Detail

create

public java.lang.Object create(java.util.Map params)
                        throws JWNLException
Specified by:
create in interface Createable
Throws:
JWNLException

execute

public boolean execute(POS pos,
                       java.lang.String lemma,
                       BaseFormSet baseForm)
Description copied from interface: Operation
Execute the operation.

Specified by:
execute in interface Operation
baseForm - BaseFormSet to which all discovered base forms should be added.
Returns:
true if at least one base form was discovered by the operation and added to baseForms.