Uses of Class
org.argouml.cognitive.checklist.Checklist

Packages that use Checklist
org.argouml.cognitive.checklist CheckLists, a cognitive help tool, is currently not enabled in ArgoUml. 
org.argouml.uml.cognitive.checklist Checklists are not currently enabled, this package provides several uml checklists, to help designers design better uml model elements. 
 

Uses of Checklist in org.argouml.cognitive.checklist
 

Methods in org.argouml.cognitive.checklist that return Checklist
static Checklist CheckManager.getChecklistFor(java.lang.Object dm)
          Gets the checklist for an element.
private static Checklist CheckManager.lookupChecklist(java.lang.Class cls)
          Find an element in the list.
 

Methods in org.argouml.cognitive.checklist with parameters of type Checklist
static void CheckManager.register(java.lang.Object dm, Checklist cl)
          Registers a new list.
 void Checklist.addAll(Checklist list)
           
 

Uses of Checklist in org.argouml.uml.cognitive.checklist
 

Subclasses of Checklist in org.argouml.uml.cognitive.checklist
 class UMLChecklist
          Deprecated. as of 0.15.3. No longer needed.
 

Methods in org.argouml.uml.cognitive.checklist with parameters of type Checklist
private static void Init.newCheckItem(java.lang.String category, java.lang.String key, Checklist checklist)
          Creat a check item (an UMLCheckItem) corresponding to the given key.
 



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