Package de.dfki.mycbr.core.action

Defines classes for specifying actions that operate on Observable objects.

See:
          Description

Interface Summary
Action Actions can be used to notify observers and provide them with additional information.
 

Class Summary
AddAction When a concept or description is added, an add action can be used to notify observers about the add action.
DeleteAction When a concept or description is deleted, a delete action can be used to notify observers about the deletion.
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.
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.
 

Enum Summary
ActionType Enumerates action types.
 

Package de.dfki.mycbr.core.action Description

Defines classes for specifying actions that operate on Observable objects.

Since:
myCBR 3.0.0
Author:
myCBR Team