net.didion.jwnl.dictionary.morph
Class AbstractDelegatingOperation

java.lang.Object
  extended by net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
All Implemented Interfaces:
Operation, Createable
Direct Known Subclasses:
DetachSuffixesOperation, TokenizerOperation

public abstract class AbstractDelegatingOperation
extends java.lang.Object
implements Operation


Method Summary
 void addDelegate(java.lang.String key, Operation[] operations)
           
 java.lang.Object create(java.util.Map params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.didion.jwnl.dictionary.morph.Operation
execute
 

Method Detail

create

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

addDelegate

public void addDelegate(java.lang.String key,
                        Operation[] operations)