Uses of Class
org.argouml.cognitive.Decision

Packages that use Decision
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. 
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. 
 

Uses of Decision in org.argouml.cognitive
 

Fields in org.argouml.cognitive declared as Decision
static Decision Decision.UNSPEC
          This is another test.
 

Methods in org.argouml.cognitive that return Decision
protected  Decision DecisionModel.findDecision(String decName)
          Finds a decision with a specific name.
 

Methods in org.argouml.cognitive with parameters of type Decision
 boolean ToDoItem.supports(Decision d)
           
 boolean Poster.supports(Decision d)
           
 boolean Designer.supports(Decision d)
           
 boolean Designer.isConsidering(Decision d)
           
 void Designer.startConsidering(Decision d)
           
 void Designer.stopConsidering(Decision d)
           
 void DecisionModel.startConsidering(Decision d)
          The Designer has indicated that he is now interested in the given decision.
 void DecisionModel.stopConsidering(Decision d)
          The Designer has indicated that he is not interested in the given decision right now.
 

Uses of Decision in org.argouml.cognitive.critics
 

Methods in org.argouml.cognitive.critics with parameters of type Decision
 boolean Critic.supports(Decision d)
           
 void Critic.addSupportedDecision(Decision d)
           
 boolean CompoundCritic.supports(Decision d)
           
 void CompoundCritic.addSupportedDecision(Decision d)
           
 

Uses of Decision in org.argouml.uml.cognitive.critics
 

Fields in org.argouml.uml.cognitive.critics declared as Decision
static Decision CrUML.DEC_INHERITANCE
          Decision type: INHERITANCE
static Decision CrUML.DEC_CONTAINMENT
          Decision type: CONTAINMENT
static Decision CrUML.DEC_PATTERNS
          Decision type: PATTERNS
static Decision CrUML.DEC_RELATIONSHIPS
          Decision type: RELATIONSHIPS
static Decision CrUML.DEC_STORAGE
          Decision type: STORAGE
static Decision CrUML.DEC_BEHAVIOR
          Decision type: BEHAVIOR
static Decision CrUML.DEC_INSTANCIATION
          Decision type: INSTANCIATION
static Decision CrUML.DEC_NAMING
          Decision type: NAMING
static Decision CrUML.DEC_MODULARITY
          Decision type: MODULARITY
static Decision CrUML.DEC_CLASS_SELECTION
          Decision type: CLASS_SELECTION
static Decision CrUML.DEC_EXPECTED_USAGE
          Decision type: EXPECTED_USAGE
static Decision CrUML.DEC_METHODS
          Decision type: METHODS
static Decision CrUML.DEC_CODE_GEN
          Decision type: CODE_GEN
static Decision CrUML.DEC_PLANNED_EXTENSIONS
          Decision type: PLANNED_EXTENSIONS
static Decision CrUML.DEC_STEREOTYPES
          Decision type: STEREOTYPES
static Decision CrUML.DEC_STATE_MACHINES
          Decision type: STATE_MACHINES
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook