org.argouml.uml.cognitive.checklist
Class UMLChecklist

java.lang.Object
  |
  +--org.argouml.cognitive.checklist.Checklist
        |
        +--org.argouml.uml.cognitive.checklist.UMLChecklist
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChActor, ChAssociation, ChAttribute, ChClass, ChInstance, ChInterface, ChLink, ChOperation, ChState, ChTransition, ChUseCase

public class UMLChecklist
extends Checklist

Exacly like Checklist, but makes UMLCheckItems by default.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.cognitive.checklist.Checklist
_items, _nextCategory
 
Constructor Summary
UMLChecklist()
          Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al, replaced by (presumably) UMLChecklist(String[][])
UMLChecklist(java.lang.String[][] categories)
          This method initializes a UMLChecklist from an String[][] retrieved from UMLCognitiveResourceBundle
 
Method Summary
 void addItem(java.lang.String description)
          Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al
 void setNextCategory(java.lang.String category)
          Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al
 
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

UMLChecklist

public UMLChecklist(java.lang.String[][] categories)
This method initializes a UMLChecklist from an String[][] retrieved from UMLCognitiveResourceBundle


UMLChecklist

public UMLChecklist()
Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al, replaced by (presumably) UMLChecklist(String[][])

Method Detail

addItem

public void addItem(java.lang.String description)
Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al

Overrides:
addItem in class Checklist

setNextCategory

public void setNextCategory(java.lang.String category)
Deprecated. As of ArgoUml version unknown (before 0.13.5), Previously used by ChActor et al

Overrides:
setNextCategory in class Checklist


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