uci.uml.checklist
Class ChClass

java.lang.Object
  |
  +--uci.argo.checklist.Checklist
        |
        +--uci.uml.checklist.UMLChecklist
              |
              +--uci.uml.checklist.ChClass

public class ChClass
extends UMLChecklist

Defines a checklist to help designers design better classes. Basically, propmts them to think about various aspects of the design. Needs-More-Work: the checklist items are categorized, but those categories are not shown yet in the user interface.

See Also:
Serialized Form

Fields inherited from class uci.argo.checklist.Checklist
_items, _nextCategory
 
Constructor Summary
ChClass()
           
 
Methods inherited from class uci.uml.checklist.UMLChecklist
addItem
 
Methods inherited from class uci.argo.checklist.Checklist
addAll, addItem, elementAt, elements, getCheckItems, removeItem, setNextCategory, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChClass

public ChClass()