org.argouml.cognitive.checklist
Class ChecklistStatus
java.lang.Object
|
+--org.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_numChecks
public static int _numChecks
_items
protected java.util.Vector _items
- CheckItems that the designer has marked off as already considered.
ChecklistStatus
public ChecklistStatus()
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()
- Overrides:
toString
in class java.lang.Object