org.argouml.cognitive.checklist
Class ChecklistStatus

java.lang.Object
  extended byorg.argouml.cognitive.checklist.ChecklistStatus
All Implemented Interfaces:
java.io.Serializable

public class ChecklistStatus
extends java.lang.Object
implements java.io.Serializable

A list of CheckItems that the designer has marked off as already considered. In the Argo/UML system, this determines which items in the TabChecklist have checkmarks.

See Also:
TabChecklist, Serialized Form

Field Summary
protected  java.util.Vector _items
          CheckItems that the designer has marked off as already considered.
static int _numChecks
           
 
Constructor Summary
ChecklistStatus()
           
 
Method Summary
 void addAll(ChecklistStatus list)
           
 void addItem(CheckItem item)
           
 boolean contains(CheckItem item)
           
 CheckItem elementAt(int index)
           
 java.util.Enumeration elements()
           
 java.util.Vector getCheckItems()
           
 void removeItem(CheckItem item)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_numChecks

public static int _numChecks

_items

protected java.util.Vector _items
CheckItems that the designer has marked off as already considered.

Constructor Detail

ChecklistStatus

public ChecklistStatus()
Method Detail

getCheckItems

public java.util.Vector getCheckItems()

addItem

public void addItem(CheckItem item)

addAll

public void addAll(ChecklistStatus list)

removeItem

public void removeItem(CheckItem item)

elements

public java.util.Enumeration elements()

elementAt

public CheckItem elementAt(int index)

contains

public boolean contains(CheckItem item)

toString

public java.lang.String toString()


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