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

Fields inherited from class org.argouml.cognitive.checklist.Checklist
_items, _nextCategory
 
Constructor Summary
UMLChecklist()
          Deprecated. Previously used by ChActor et al
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. Previously used by ChActor et al
 void setNextCategory(java.lang.String category)
          Deprecated. 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. Previously used by ChActor et al

Method Detail

addItem

public void addItem(java.lang.String description)
Deprecated. Previously used by ChActor et al

Overrides:
addItem in class Checklist

setNextCategory

public void setNextCategory(java.lang.String category)
Deprecated. Previously used by ChActor et al

Overrides:
setNextCategory in class Checklist


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook