Uses of Class
org.argouml.cognitive.Goal

Packages that use Goal
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem.  
org.argouml.cognitive.critics The classes at the heart of critic functionality, including classes for general critics that belong in no more specific category.
 

Uses of Goal in org.argouml.cognitive
 

Fields in org.argouml.cognitive declared as Goal
static Goal Goal.UNSPEC
           
 

Methods in org.argouml.cognitive with parameters of type Goal
 void GoalModel.addGoal(Goal g)
           
 void GoalModel.removeGoal(Goal g)
           
 boolean Poster.supports(Goal g)
           
 boolean Designer.supports(Goal g)
           
 boolean ToDoItem.supports(Goal g)
           
 

Uses of Goal in org.argouml.cognitive.critics
 

Methods in org.argouml.cognitive.critics with parameters of type Goal
 boolean Critic.supports(Goal g)
           
 void Critic.addSupportedGoal(Goal g)
           
 boolean CompoundCritic.supports(Goal g)
           
 void CompoundCritic.addSupportedGoal(Goal g)
           
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook