uci.uml.checklist
Class ChState

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

public class ChState
extends UMLChecklist

Defines a checklist to help designers design better states. 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
ChState()
           
 
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

ChState

public ChState()