|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
zeus.actors.PlanDb
The Plan Database is a simple storage component that holds the plan
descriptions known by the owning agent. This information is used by
the agent's Planner component.
| Nested Class Summary |
| Nested classes inherited from class java.util.Hashtable |
|
| Field Summary |
| Fields inherited from class java.util.Hashtable |
|
| Constructor Summary | |
PlanDb()
|
|
| Method Summary | |
void |
add(PlanRecord rec)
|
void |
add(java.util.Vector List)
|
boolean |
containsRecord(PlanRecord rec)
|
void |
del(PlanRecord rec)
|
void |
del(java.util.Vector List)
|
PlanRecord |
lookUp(Goal goal)
|
PlanRecord |
lookUp(java.lang.String goalId)
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PlanDb()
| Method Detail |
public void add(PlanRecord rec)
public void del(PlanRecord rec)
public void del(java.util.Vector List)
public void add(java.util.Vector List)
public PlanRecord lookUp(Goal goal)
public PlanRecord lookUp(java.lang.String goalId)
public boolean containsRecord(PlanRecord rec)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||