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

Packages that use ConversationImpl
fipaos.agent.conversation.standard 
fipaos.agent.conversation.standard.protocol 
fipaos.tutorial.emarkets.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 Implements XC00032E
class FIPAAuctionEnglish
          Specialisation of the Conversation class to deal with the fipa-auction-english protocol Implements XC00031E
class FIPABrokering
          Specialisation of the Conversation class to deal with the fipa-brokering protocol Implements XC00033E
class FIPAContractNet
          Specialisation of the Conversation class to deal with the fipa-contract-net protocol Implements XC00029E
class FIPAIteratedContractNet
          Specialisation of the Conversation class to deal with the fipa-iterated- contract-net protocol Implements XC00030E
class FIPAPropose
          Specialisation of the Conversation class to deal with the fipa-propose protocol Implements XC00036E
class FIPAQuery
          Specialisation of the Conversation class to deal with the fipa-query protocol Implements XC00027E
class FIPARecruiting
          Specialisation of the Conversation class to deal with the fipa-recruiting protocol Implements XC00034E
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 Implements XC00028E
class FIPASubscribe
          Specialisation of the Conversation class to deal with the fipa-subscribe protocol Implements PC00035D
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

 

Uses of ConversationImpl in fipaos.tutorial.emarkets.protocol
 

Subclasses of ConversationImpl in fipaos.tutorial.emarkets.protocol
class EscrowProtocol
          
class NegotiationProtocol