uci.uml.checklist
Class ChOperation

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

public class ChOperation
extends UMLChecklist

Defines a checklist to help designers design better operations. Basically, prompts 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
ChOperation()
           
 
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

ChOperation

public ChOperation()