uci.uml.checklist
Class ChTransition

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

public class ChTransition
extends UMLChecklist

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

ChTransition

public ChTransition()