public abstract class AbstractOperation extends java.lang.Object implements Operation
| Modifier and Type | Field and Description |
|---|---|
protected Dictionary |
dictionary |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOperation(Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
getDictionary()
Returns the dictionary this object belongs to.
|
void |
setDictionary(Dictionary dictionary)
Sets the dictionary this object belongs to.
|
protected Dictionary dictionary
protected AbstractOperation(Dictionary dictionary)
public Dictionary getDictionary()
OwnedgetDictionary in interface Ownedpublic void setDictionary(Dictionary dictionary)
OwnedsetDictionary in interface Owneddictionary - the dictionary this object belongs to