Package org.argouml.cognitive

This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem.

See:
          Description

Interface Summary
ControlMech A ControlMech determines when a Critic should be active.
Highlightable Interface to be implementable by figures which can be highlighted to visually identify them.
Offender An Offender is an object which produces a ToDoItem.
Poster Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
ToDoListListener These are the methods you have to implement if you want to get notified when the todo list changes.
 

Class Summary
AbstractCognitiveTranslator  
Agency Agency manages Critics.
CompoundCritic A CompoundCritic acts like a regular critic in that it checks the design and produces design feedback.
Critic "Abstract" base class for design critics.
Decision Posters look at the design material from different view points, since they have to make different decisions in their evaluation process.
DecisionModel The DecisionModel is part of the state of the Designer.
Designer This class models the designer who is building a complex design in some application domain and needs continuous feedback to aid in the making of good design decisions.
Goal This class models a goal of a designer.
GoalModel Models the designers goals in making this design.
ListSet<T> An Ordered, non-duplicated collection of objects (not exactly a mathematical set because it is ordered).
ResolvedCritic This class is responsible for identifying one critic that has been resolved by the user in one specific context.
StandardCM The standard Control Mech.
ToDoItem This class defines the feedback items that can be placed on the Designer's ToDoList.
ToDoList Implements a list of ToDoItem's.
ToDoListEvent Event issued when the todo list changes.
Translator  
 

Exception Summary
UnresolvableException Thrown to indicate a failure to resolve a critic.
 

Package org.argouml.cognitive Description

This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem.

Package Specification

(none)

Related Documentation

See Also:
org.argouml.uml.cognitive


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook