uci.argo.checklist
Class CheckManager

java.lang.Object
  |
  +--uci.argo.checklist.CheckManager

public class CheckManager
extends Object
implements Serializable

The CheckManager keeps track of whcih Checklists should be presented for a given design material. CheckManager also keeps track of which CheckItem's are checked off for a given design element.

See Also:
Serialized Form

Field Summary
protected static Hashtable _lists
           
protected static Hashtable _stats
           
 
Constructor Summary
CheckManager()
           
 
Method Summary
static Checklist getChecklistFor(Object dm)
           
static ChecklistStatus getStatusFor(Object dm)
           
static void register(Object dm, Checklist cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_lists

protected static Hashtable _lists

_stats

protected static Hashtable _stats
Constructor Detail

CheckManager

public CheckManager()
Method Detail

getChecklistFor

public static Checklist getChecklistFor(Object dm)

register

public static void register(Object dm,
                            Checklist cl)

getStatusFor

public static ChecklistStatus getStatusFor(Object dm)