Uses of Class
org.argouml.cognitive.critics.ControlMech

Packages that use ControlMech
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 ControlMech in org.argouml.cognitive.critics
 

Subclasses of ControlMech in org.argouml.cognitive.critics
(package private)  class AndCM
           
(package private)  class CompositeCM
           
(package private)  class CurDecisionCM
           
(package private)  class DesignGoalsCM
           
(package private)  class EnabledCM
           
(package private)  class NotSnoozedCM
           
(package private)  class OrCM
           
 class StandardCM
          The standard Control Mech.
 

Fields in org.argouml.cognitive.critics declared as ControlMech
private  ControlMech Agency.controlMech
          The main control mechanism for determining which critics should be active.
 

Methods in org.argouml.cognitive.critics with parameters of type ControlMech
 void CompositeCM.addMech(ControlMech cm)
           
 

Constructors in org.argouml.cognitive.critics with parameters of type ControlMech
Agency(ControlMech cm)
          Contruct a new Agency instance with the given ControlMech as the main control mechanism for determining which critics should be active.
 



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