org.argouml.uml.cognitive.checklist
Class ChState

java.lang.Object
  |
  +--org.argouml.cognitive.checklist.Checklist
        |
        +--org.argouml.uml.cognitive.checklist.UMLChecklist
              |
              +--org.argouml.uml.cognitive.checklist.ChState
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of ArgoUml version 0.9.1, Now created by loading strings from UMLCognitiveResourceBundle into a generic UMLChecklist instance

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. TODO: the checklist items are categorized, but those categories are not shown yet in the user interface.

See Also:
org.argouml.uml.cognitive.UMLCognitiveResourceBundle, UMLChecklist, Serialized Form

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

Constructor Detail

ChState

public ChState()
Deprecated. 


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook