Uses of Class
es.upv.dsic.gti_ia.core.MessageFilter

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

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

Methods in es.upv.dsic.gti_ia.cAgents that return MessageFilter
 MessageFilter ReceiveState.getAcceptFilter()
          Returns the message filter
 MessageFilter CFactory.getFilter()
          Returns this CFactory's message filter
 

Methods in es.upv.dsic.gti_ia.cAgents with parameters of type MessageFilter
 void ReceiveState.setAcceptFilter(MessageFilter filter)
          Set the message filter
 void CFactory.setFilter(MessageFilter template)
          Sets the message filter that will make this CFactory to start new CProcessors
 

Constructors in es.upv.dsic.gti_ia.cAgents with parameters of type MessageFilter
CFactory(String name, MessageFilter filter, int conversationsLimit, CAgent myAgent)
          Constructor of the class
 

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

Methods in es.upv.dsic.gti_ia.cAgents.protocols with parameters of type MessageFilter
 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.