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 ia another test
 

Methods in org.argouml.cognitive that return Decision
protected  Decision DecisionModel.findDecision(java.lang.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)
          needs documenting
 boolean Designer.isConsidering(Decision d)
          needs documenting
 void Designer.startConsidering(Decision d)
          needs documenting
 void Designer.stopConsidering(Decision d)
          needs documenting
 void DecisionModel.startConsidering(Decision d)
           
 void DecisionModel.stopConsidering(Decision d)
           
 

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.decINHERITANCE
           
static Decision CrUML.decCONTAINMENT
           
static Decision CrUML.decPATTERNS
           
static Decision CrUML.decRELATIONSHIPS
           
static Decision CrUML.decSTORAGE
           
static Decision CrUML.decBEHAVIOR
           
static Decision CrUML.decINSTANCIATION
           
static Decision CrUML.decNAMING
           
static Decision CrUML.decMODULARITY
           
static Decision CrUML.decCLASS_SELECTION
           
static Decision CrUML.decEXPECTED_USAGE
           
static Decision CrUML.decMETHODS
           
static Decision CrUML.decCODE_GEN
           
static Decision CrUML.decPLANNED_EXTENSIONS
           
static Decision CrUML.decSTEREOTYPES
           
static Decision CrUML.decSTATE_MACHINES
           
 



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook