Uses of Class
fipaos.agent.conversation.standard.ConversationImpl

Packages that use ConversationImpl
fipaos.agent.conversation.standard 
fipaos.agent.conversation.standard.protocol 

Uses of ConversationImpl in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that return ConversationImpl
(package private) synchronized ConversationImplConversationImpl.cloneAndResetUpdate()
          Creates a copy of this Conversation object, and sets the update state to false
static ConversationImplConversationImpl.getConversation(String protocol, AgentID agent_name)
          Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent
static ConversationImplConversationImpl.getConversation(String protocol, String agent_name)
          Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent
static ConversationImplConversationImpl.testPopulate(ACLMessage acl, String protocol)
          
Returns a Conversation object populated with the passed ACLMessage.
 

Methods in fipaos.agent.conversation.standard with parameters of type ConversationImpl
static voidConversationImpl.testAddMessages(ConversationImpl conv, String[] data, boolean cont)
          
 

Uses of ConversationImpl in fipaos.agent.conversation.standard.protocol
 

Subclasses of ConversationImpl in fipaos.agent.conversation.standard.protocol
class FIPAAuctionDutch
          Specialisation of the Conversation class to deal with the fipa-auction-english protocol

class FIPAAuctionEnglish
          Specialisation of the Conversation class to deal with the fipa-auction-english protocol

class FIPABrokering
          Specialisation of the Conversation class to deal with the fipa-brokering protocol

class FIPAContractNet
          Specialisation of the Conversation class to deal with the fipa-contract-net protocol

class FIPAIteratedContractNet
          Specialisation of the Conversation class to deal with the fipa-iterated- contract-net protocol

class FIPAQuery
          Specialisation of the Conversation class to deal with the fipa-query protocol

class FIPARecruiting
          Specialisation of the Conversation class to deal with the fipa-recruiting protocol

class FIPARequest
          Specialisation of the Conversation class to deal with the fipa-request protocol

class FIPARequestWhen
          Specialisation of the Conversation class to deal with the fipa-request-when protocol

class FIPASubscribe
          Specialisation of the Conversation class to deal with the fipa-subscribe protocol

class NoProtocol
          Specialisation of the Conversation class to deal with conversations which don't follow a protocol

class RuntimeProtocol
          Specialisation of the Conversation class to deal with conversations that have protocols that need to be created at runtime