Uses of Package
org.argouml.cognitive

Packages that use org.argouml.cognitive
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
org.argouml.pattern.cognitive.critics This package contains Critics which deal with patterns. 
org.argouml.persistence Contains support for persisting projects to some media. 
org.argouml.profile Contains support for UML profiles. 
org.argouml.profile.internal.ocl   
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, style panels etc. 
org.argouml.uml.cognitive This package contains support for UML critics. 
org.argouml.uml.cognitive.critics This important package provides many UML critics (which mostly follow the uml well-formedness rules), some uml critic wizards, and support. 
org.argouml.uml.diagram.activity.ui Classes to implement a uml Activity diagram using GEF. 
org.argouml.uml.diagram.collaboration.ui Classes to implement a uml Collaboration diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.deployment.ui Classes to implement a uml Deployment diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.sequence.ui Classes to implement a uml Sequence diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.state.ui Classes to implement a uml Statechart diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.static_structure.ui Classes to implement a uml Class diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.ui Provides various support for diagrams: actions, GEF Figs, Go rules, Property Panels for diagrams, GEF Selection support, and more... 
org.argouml.uml.diagram.use_case.ui Classes to implement a uml Use Case diagram using GEF, plus go rules for the navigator pane. 
 

Classes in org.argouml.cognitive used by org.argouml.cognitive
AbstractCognitiveTranslator
           
Agency
          Agency manages Critics.
ControlMech
          A ControlMech determines when a Critic should be active.
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
          An Ordered, non-duplicated collection of objects (not exactly a mathematical set because it is ordered).
Poster
          Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
ResolvedCritic
          This class is responsible for identifying one critic that has been resolved by the user in one specific context.
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.
ToDoListListener
          These are the methods you have to implement if you want to get notified when the todo list changes.
UnresolvableException
          Thrown to indicate a failure to resolve a critic.
 

Classes in org.argouml.cognitive used by org.argouml.cognitive.ui
Decision
          Posters look at the design material from different view points, since they have to make different decisions in their evaluation process.
Goal
          This class models a goal of a designer.
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.
ToDoListListener
          These are the methods you have to implement if you want to get notified when the todo list changes.
 

Classes in org.argouml.cognitive used by org.argouml.pattern.cognitive.critics
Critic
          "Abstract" base class for design critics.
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.
Poster
          Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.persistence
ResolvedCritic
          This class is responsible for identifying one critic that has been resolved by the user in one specific context.
ToDoItem
          This class defines the feedback items that can be placed on the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.profile
Critic
          "Abstract" base class for design critics.
 

Classes in org.argouml.cognitive used by org.argouml.profile.internal.ocl
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.
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.
Poster
          Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.ui
ToDoItem
          This class defines the feedback items that can be placed on the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.uml.cognitive
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.
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.
ListSet
          An Ordered, non-duplicated collection of objects (not exactly a mathematical set because it is ordered).
Poster
          Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
ToDoItem
          This class defines the feedback items that can be placed on the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.uml.cognitive.critics
Critic
          "Abstract" base class for design critics.
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.
ListSet
          An Ordered, non-duplicated collection of objects (not exactly a mathematical set because it is ordered).
Poster
          Interface that defines methods required on any object that can post a ToDoItem to the Designer's ToDoList.
ToDoItem
          This class defines the feedback items that can be placed on the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.activity.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.collaboration.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.deployment.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.sequence.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.state.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.static_structure.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
ToDoItem
          This class defines the feedback items that can be placed on the Designer's ToDoList.
 

Classes in org.argouml.cognitive used by org.argouml.uml.diagram.use_case.ui
Highlightable
          Interface to be implementable by figures which can be highlighted to visually identify them.
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook