|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Platform
This interface is implemented by agent platform classes. It defines basic management functionality for persistent storage and displaying the mental state debugger interface.
| Method Summary | |
|---|---|
void |
addData(java.lang.String identifier,
java.lang.String s)
Adds data to a persistent store. |
void |
addIDs(java.lang.Object name,
IDSet ids)
Adds IDs from the ID store that are associated with the specified agent name to the ID set. |
void |
display()
Displays the interface for the platform. |
java.lang.String |
newStore(java.lang.String s)
Creates a new persistent store. |
void |
saveID(java.lang.String sb)
Adds an agent ID to the ID store. |
void |
storeName(FOS name)
Adds an agent name to the name store. |
| Method Detail |
|---|
void display()
java.lang.String newStore(java.lang.String s)
s - the name of the store.
void addData(java.lang.String identifier,
java.lang.String s)
identifier - the name of the persistent store.s - the data to add.void storeName(FOS name)
name - the name of the agent.void saveID(java.lang.String sb)
sb - a string representation of the ID to add.
void addIDs(java.lang.Object name,
IDSet ids)
name - the specified agent name.ids - the ID set that the IDs are added to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||