| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseObject | |
fipaos.agent.conversation | |
fipaos.agent.conversation.standard | |
fipaos.ont.fipa.fipaman | |
fipaos.platform | |
fipaos.skill.db |
Uses of DatabaseObject in fipaos.agent.conversation |
Subinterfaces of DatabaseObject in fipaos.agent.conversation | |
interface | Conversation This interface represents the notion of a Conversation which is comprised of several Message's, the order of which follow a certain protocol (e.g. |
Uses of DatabaseObject in fipaos.agent.conversation.standard |
Classes in fipaos.agent.conversation.standard that implement DatabaseObject | |
class | ConversationImpl This class represents the notion of a Conversation which is comprised of several Message's, the order of which follow a certain protocol (e.g. |
Uses of DatabaseObject in fipaos.ont.fipa.fipaman |
Classes in fipaos.ont.fipa.fipaman that implement DatabaseObject | |
class | AMSAgentDescription FIPA defined AMS Agent Description class for the FIPA agent management ontology. |
class | DFAgentDescription FIPA defined DF-description class for the FIPA agent management ontology. |
Uses of DatabaseObject in fipaos.platform |
Classes in fipaos.platform that implement DatabaseObject | |
class | PlatformIOR description of class |
Uses of DatabaseObject in fipaos.skill.db |
Methods in fipaos.skill.db that return DatabaseObject | |
DatabaseObject | Database.findObject(String unique_id) Method to locate the object in the given relation with the given UID |
Methods in fipaos.skill.db with parameters of type DatabaseObject | |
void | Database.addObject(DatabaseObject obj) Method to add the given DatabaseObject to the database, in the given relation. |
void | Database.removeObject(DatabaseObject obj) Method to remove the given DatabaseObject from the Database |
void | Database.updateObject(DatabaseObject obj) Method to update the given DatabaseObject in the Database |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |