net.sf.extjwnl.dictionary.morph
Class AbstractOperation
java.lang.Object
net.sf.extjwnl.dictionary.morph.AbstractOperation
- All Implemented Interfaces:
- Operation, Owned
- Direct Known Subclasses:
- AbstractDelegatingOperation, LookupExceptionsOperation, LookupIndexWordOperation, RemovePrepPhrasesOperation
public abstract class AbstractOperation
- extends Object
- implements Operation
Base class for operations.
- Author:
- Aliaksandr Autayeu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.extjwnl.dictionary.morph.Operation |
execute |
dictionary
protected Dictionary dictionary
AbstractOperation
protected AbstractOperation(Dictionary dictionary)
getDictionary
public Dictionary getDictionary()
- Description copied from interface:
Owned
- Returns the dictionary this object belongs to.
- Specified by:
getDictionary
in interface Owned
- Returns:
- the dictionary this object belongs to
setDictionary
public void setDictionary(Dictionary dictionary)
- Description copied from interface:
Owned
- Sets the dictionary this object belongs to.
- Specified by:
setDictionary
in interface Owned
- Parameters:
dictionary
- the dictionary this object belongs to
Copyright © 2011. All Rights Reserved.