Package uci.argo.kernel

Interface Summary
ArgoConstants  
Clarifier  
HistoryListener  
Poster Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
ToDoListListener  
 

Class Summary
Agency Agency manages Critics.
ChildGenDMElements  
CompoundCritic A CompoundCritic acts like a regular critic in that it checks the design and produces design feedback.
ControlMech A ControlMech determines when a Critic should be active.
Critic "Abstract" base class for design critics.
Decision  
DecisionModel The DecisionModel is part of the state of the Designer.
Design A composite DesignMaterial that contains other DesignMaterial's.
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.
DesignMaterial Abstract class to represent the materials being used in design.
Goal  
GoalModel Models the designers goals in making this design.
History  
HistoryEvent  
HistoryItem  
HistoryItemCritique  
HistoryItemManipulation  
HistoryItemResolve  
SnoozeOrder A Critic can be disabled for a certain amount of time by giving it the snooze command.
StandardCM  
ToDoItem This class defines the feedback items that can be placed on the Designer's ToDoList.
ToDoList This class implments a list of ToDoItem's.
ToDoListEvent  
Wizard "Abstract" base class for non-modal wizards.