Uses of Class
fipaos.skill.db.DatabaseObject

Packages that use DatabaseObject
fipaos.agent.conversation 
fipaos.agent.conversation.standard 
fipaos.ont.fipa.fipaman 
fipaos.platform 
fipaos.skill.db 
fipaos.skill.db.memorydatabase 
fipaos.skill.db.nodatabase 
fipaos.skill.db.serializationdatabase 

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
DatabaseObjectDatabase.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
voidDatabase.addObject(DatabaseObject obj)
          Method to add the given DatabaseObject to the database, in the given relation.
voidDatabase.removeObject(DatabaseObject obj)
          Method to remove the given DatabaseObject from the Database
voidDatabase.updateObject(DatabaseObject obj)
          Method to update the given DatabaseObject in the Database
 

Uses of DatabaseObject in fipaos.skill.db.memorydatabase
 

Methods in fipaos.skill.db.memorydatabase that return DatabaseObject
DatabaseObjectMemoryDatabase.findObject(String unique_id)
          Method to locate the object in the given relation with the given UID
 

Methods in fipaos.skill.db.memorydatabase with parameters of type DatabaseObject
voidMemoryDatabase.addObject(DatabaseObject obj)
          Method to add the given DatabaseObject to the database, in the given relation.
voidMemoryDatabase.removeObject(DatabaseObject obj)
          Method to remove the given DatabaseObject from the Database
voidMemoryDatabase.updateObject(DatabaseObject obj)
          Method to update the given DatabaseObject in the Database
 

Uses of DatabaseObject in fipaos.skill.db.nodatabase
 

Methods in fipaos.skill.db.nodatabase that return DatabaseObject
DatabaseObjectNoDatabase.findObject(String unique_id)
          Method to locate the object in the given relation with the given UID
 

Methods in fipaos.skill.db.nodatabase with parameters of type DatabaseObject
voidNoDatabase.addObject(DatabaseObject obj)
          Method to add the given DatabaseObject to the database, in the given relation.
voidNoDatabase.removeObject(DatabaseObject obj)
          Method to remove the given DatabaseObject from the Database
voidNoDatabase.updateObject(DatabaseObject obj)
          Method to update the given DatabaseObject in the Database
 

Uses of DatabaseObject in fipaos.skill.db.serializationdatabase
 

Methods in fipaos.skill.db.serializationdatabase that return DatabaseObject
synchronized DatabaseObjectSerializationDatabase.findObject(String unique_id)
          Method to locate the object in the given relation with the given UID
 

Methods in fipaos.skill.db.serializationdatabase with parameters of type DatabaseObject
synchronized voidSerializationDatabase.addObject(DatabaseObject obj)
          Method to add the given DatabaseObject to the database, in the given relation.
voidSerializationDatabase.removeObject(DatabaseObject obj)
          Method to remove the given DatabaseObject from the Database
voidSerializationDatabase.updateObject(DatabaseObject obj)
          Method to update the given DatabaseObject in the Database.