Uses of Class
es.upv.dsic.gti_ia.cAgents.CFactory

Packages that use CFactory
es.upv.dsic.gti_ia.cAgents   
es.upv.dsic.gti_ia.cAgents.protocols   
 

Uses of CFactory in es.upv.dsic.gti_ia.cAgents
 

Fields in es.upv.dsic.gti_ia.cAgents declared as CFactory
protected  CFactory CAgent.defaultFactory
           
 

Methods in es.upv.dsic.gti_ia.cAgents that return CFactory
 CFactory CProcessor.getMyFactory()
          Returns the factory that has associated this CProcessor
 

Methods in es.upv.dsic.gti_ia.cAgents with parameters of type CFactory
 void CAgent.addFactoryAsInitiator(CFactory factory)
          Add a new factory that will create conversations where this agent will play the initiator role
 void CAgent.addFactoryAsParticipant(CFactory factory)
          Add a new factory that will create conversations where this agent will play the participant role
 ACLMessage CProcessor.createSyncConversation(CFactory factory, String id)
          Creates a synchronous conversation, in this conversation this agent is the initiator
protected  void CAgent.endConversation(CFactory theFactory)
          Ends a conversation
protected  void CProcessor.setFactory(CFactory factory)
          Sets the factory to which this CProcessor is associated
 

Uses of CFactory in es.upv.dsic.gti_ia.cAgents.protocols
 

Methods in es.upv.dsic.gti_ia.cAgents.protocols that return CFactory
 CFactory CommitmentStore_Protocol.newFactory(String name, int availableConversations, CAgent myAgent)
          Creates a new commitment store protocol CFactory
 CFactory Argumentation_Participant.newFactory(String name, int availableConversations, CAgent myAgent, long stdTimeout, long randTimeout)
          Creates a new argumentation participant CFactory
 CFactory FIPA_RECRUITING_Participant.newFactory(String name, MessageFilter filter, ACLMessage template, int availableConversations, CAgent myAgent)
          Creates a new participant fipa recruiting CFactory
 CFactory FIPA_CONTRACTNET_Participant.newFactory(String name, MessageFilter filter, ACLMessage template, int availableConversations, CAgent myAgent, int timeout)
          Creates a new contract-net participant CFactory
 CFactory FIPA_CONTRACTNET_Initiator.newFactory(String name, MessageFilter filter, ACLMessage template, int availableConversations, CAgent myAgent, int participants, long deadline, int timeout)
          Creates a new contract net initiator factory
 CFactory FIPA_REQUEST_Initiator.newFactory(String name, MessageFilter filter, ACLMessage requestMessage, int availableConversations, CAgent myAgent, long timeout)
          Creates a new initiator fipa request cfactory
 CFactory FIPA_RECRUITING_Initiator.newFactory(String name, MessageFilter filter, ACLMessage template, int availableConversations, CAgent myAgent, long timeout)
          Creates a new initiator fipa recruiting cfactory
 CFactory FIPA_REQUEST_Participant.newFactory(String name, MessageFilter filter, int availableConversations, CAgent myAgent)
          Creates a new participant fipa request factory
 



Copyright © 2012 GTI-IA. All Rights Reserved.