Uses of Package
fipaos.skill.db

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

Classes in fipaos.skill.db used by fipaos.agent.conversation
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.
 

Classes in fipaos.skill.db used by fipaos.agent.conversation.standard
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.
 

Classes in fipaos.skill.db used by fipaos.ont.fipa.fipaman
AMSAgentDescription
          FIPA defined AMS Agent Description class for the FIPA agent management ontology.
DFAgentDescription
          FIPA defined DF-description class for the FIPA agent management ontology.
 

Classes in fipaos.skill.db used by fipaos.platform
PlatformIOR
          description of class

 

Classes in fipaos.skill.db used by fipaos.platform.ams
AMSTask
          TODO: Write a description of the class

$Revision: 1.4 $ $Date: 2001/03/09 21:47:01 $ $Author: alantreadway $
DeregisterTask
          TODO: Write a description of the class

GetDescriptionTask
          This task handles the AMS get-description requests.
ModifyTask
          

RegisterTask
          TODO: Write a description of the class

SearchTask
          This class encapsulates the local search mechanisms of the AMS, and coordinates federated searches where appropriate

 

Classes in fipaos.skill.db used by fipaos.platform.df
DeregisterTask
          TODO: Write a description of the class

DFTask
          TODO: Write a description of the class

$Revision: 1.6 $ $Date: 2001/03/09 21:47:01 $ $Author: alantreadway $
ModifyTask
          

RegisterTask
          TODO: Write a description of the class

SearchTask
          This class encapsulates the local search mechanisms of the DF, and coordinates federated searches where appropriate

 

Classes in fipaos.skill.db used by fipaos.skill.db
Database
          This is the interface that all database implementations should implement to provide the ability to change the database used at runtime

DatabaseFactory
          This class provides a static method which will provide a objects which implement the Database interface.
 

Classes in fipaos.skill.db used by fipaos.skill.db.memorydatabase
MemoryDatabase
          This Database implementation provides a simple non-persistent database

 

Classes in fipaos.skill.db used by fipaos.skill.db.nodatabase
NoDatabase
          
 

Classes in fipaos.skill.db used by fipaos.skill.db.serializationdatabase
SerializationDatabase
          This Database implementation provides a simple persistent database