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

Packages that use CheckItem
org.argouml.cognitive.checklist Package Specification (none) Related Documentation (none) 
org.argouml.uml.cognitive.checklist Package Specification (none) Related Documentation (none) 
 

Uses of CheckItem in org.argouml.cognitive.checklist
 

Methods in org.argouml.cognitive.checklist that return CheckItem
 CheckItem Checklist.elementAt(int index)
           
 CheckItem ChecklistStatus.elementAt(int index)
           
 

Methods in org.argouml.cognitive.checklist with parameters of type CheckItem
 void Checklist.addItem(CheckItem item)
           
 void Checklist.removeItem(CheckItem item)
           
 void ChecklistStatus.addItem(CheckItem item)
           
 void ChecklistStatus.removeItem(CheckItem item)
           
 boolean ChecklistStatus.contains(CheckItem item)
           
 

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

Subclasses of CheckItem in org.argouml.uml.cognitive.checklist
 class UMLCheckItem
          A special kind of CheckItem that can replace OCL expressions with their values in the generated advice.
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook