org.argouml.cognitive
Interface Offender
public interface Offender
An Offender is an object which produces a ToDoItem. When such an item is
produced the offender as well as the designer can be informed about the new
ToDoItem.
see DesignMaterial
|
Method Summary |
void |
inform(ToDoItem item)
When a poster produces a ToDoItem, both the Designer and the "offending"
DesignMaterial's are notified. |
inform
void inform(ToDoItem item)
- When a poster produces a ToDoItem, both the Designer and the "offending"
DesignMaterial's are notified. Subclasses may, for example, visually
change their appearance to indicate the presence of an error. One paper
called this 'clarifiers'.
- Parameters:
item - the todo item