| Package | Description |
|---|---|
| de.dfki.mycbr.core.action |
Defines classes for specifying actions that operate on
Observable objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddAction
When a concept or description is added, an add action can be used
to notify observers about the add action.
|
class |
DeleteAction
When a concept or description is deleted, a delete action
can be used to notify observers about the deletion.
|
class |
MoveAction
When a concept or description is moved within a myCBR project,
the move action can be used to notify observers about that move action.
|
class |
RenameAction
When any part of a myCBR model is renamed, a rename action
can be used by that concept to notify its obsevers about the
rename action.
|