uci.uml.checklist
Class ChUseCase

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

public class ChUseCase
extends UMLChecklist

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

ChUseCase

public ChUseCase()