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
private static Goal Goal.UNSPEC
          The unspecified goal.
 

Methods in org.argouml.cognitive that return Goal
static Goal Goal.getUnspecifiedGoal()
           
 

Methods in org.argouml.cognitive with parameters of type Goal
 boolean ToDoItem.supports(Goal g)
           
 boolean Poster.supports(Goal g)
           
 void GoalModel.addGoal(Goal g)
           
 void GoalModel.removeGoal(Goal g)
           
 boolean Designer.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 © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook