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(Object dm)
          Gets the checklist for an element.
private static Checklist CheckManager.lookupChecklist(Class cls)
          Find an element in the list.
 

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

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

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



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