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

Packages that use AgentID
es.upv.dsic.gti_ia.architecture   
es.upv.dsic.gti_ia.argAgents   
es.upv.dsic.gti_ia.cAgents   
es.upv.dsic.gti_ia.cAgents.protocols   
es.upv.dsic.gti_ia.core   
es.upv.dsic.gti_ia.jason   
es.upv.dsic.gti_ia.organization   
es.upv.dsic.gti_ia.trace   
 

Uses of AgentID in es.upv.dsic.gti_ia.architecture
 

Methods in es.upv.dsic.gti_ia.architecture that return AgentID
 AgentID MessageTemplate.getReceiver()
           
 AgentID MessageTemplate.getReplyTo()
           
 AgentID MessageTemplate.getSender()
           
 

Methods in es.upv.dsic.gti_ia.architecture that return types with arguments of type AgentID
 ArrayList<AgentID> MessageTemplate.getReceiver_list()
          Returns Receiver list
 

Methods in es.upv.dsic.gti_ia.architecture with parameters of type AgentID
 int MessageTemplate.add_receiver(AgentID a)
          Adds a new receiver
 boolean MessageTemplate.existReceiver(AgentID a)
          Indicates if a receiver exists in the list of receivers
 void MessageTemplate.setReceiver(AgentID receiver)
           
 void MessageTemplate.setReplyTo(AgentID reply)
           
 void MessageTemplate.setSender(AgentID sender)
           
 

Method parameters in es.upv.dsic.gti_ia.architecture with type arguments of type AgentID
 void MessageTemplate.setReceiver_list(ArrayList<AgentID> receiver_list)
          Sets a new receiver list
 

Constructors in es.upv.dsic.gti_ia.architecture with parameters of type AgentID
QueueAgent(AgentID aid)
          Create a new QueueAgent.
 

Uses of AgentID in es.upv.dsic.gti_ia.argAgents
 

Constructors in es.upv.dsic.gti_ia.argAgents with parameters of type AgentID
CommitmentStore(AgentID aid)
          Constructor of the CommitmentStore.
 

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

Constructors in es.upv.dsic.gti_ia.cAgents with parameters of type AgentID
CAgent(AgentID aid)
          Creates a new CAgent
 

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

Methods in es.upv.dsic.gti_ia.cAgents.protocols that return types with arguments of type AgentID
protected abstract  ArrayList<AgentID> FIPA_RECRUITING_Participant.doLocateAgents(CProcessor myProcessor, ACLMessage proxyMessage)
          Locate agents to recruit
 

Uses of AgentID in es.upv.dsic.gti_ia.core
 

Methods in es.upv.dsic.gti_ia.core that return AgentID
 AgentID BaseAgent.getAid()
          Returns a structure as the Agent Identificator formed by the name, protocol, host and port Agent.
 AgentID ACLMessage.getReceiver()
          Obtains the AgentID of the first receiver of the (possibly many) receivers of this message.
 AgentID ACLMessage.getReceiver(int index)
          Returns receiver in index position in receivers list
 AgentID ACLMessage.getReplyTo()
          Gets the ReplyTo field
 AgentID ACLMessage.getSender()
          Returns the sender of this message.
 

Methods in es.upv.dsic.gti_ia.core that return types with arguments of type AgentID
 ArrayList<AgentID> ACLMessage.getReceiverList()
          Returns the whole list of the AgentID of the receivers.
 

Methods in es.upv.dsic.gti_ia.core with parameters of type AgentID
 int ACLMessage.addReceiver(AgentID r)
          Adds a receiver to the receivers list
 void BaseAgent.changeIdentity(AgentID _aid)
          Changes the name of the agent to acquire a new identity.
 boolean TracingService.removeProvider(AgentID providerAid)
          Removes provider from a tracing service.
 void ACLMessage.setReceiver(AgentID receiver)
          Sets the receiver.
 void ACLMessage.setReplyTo(AgentID reply)
          Sets ReplyTo field
 void ACLMessage.setSender(AgentID sender)
          Set sender
 

Constructors in es.upv.dsic.gti_ia.core with parameters of type AgentID
BaseAgent(AgentID aid)
          Creates a new agent in an open broker connection
BridgeAgentInOut(AgentID aid)
          Creates the agent.
BridgeAgentOutIn(AgentID aid)
          Creates a new BrideAgentOutIn
SingleAgent(AgentID aid)
          Creates a new SingleAgent
TraceEvent(String tService, AgentID originAid, String content)
          Creates a new trace event and sets its attributes according to the specified parameters, except for TraceEvent.timestamp, which is set to System.currentTimeMillis() A new tracing entity is created for the specified AgentID
 

Uses of AgentID in es.upv.dsic.gti_ia.jason
 

Constructors in es.upv.dsic.gti_ia.jason with parameters of type AgentID
JasonAgent(AgentID aid, String filename, MagentixAgArch arch)
          Creates a new Jason Agent
 

Uses of AgentID in es.upv.dsic.gti_ia.organization
 

Methods in es.upv.dsic.gti_ia.organization with parameters of type AgentID
static OMS OMS.getOMS(AgentID agent)
          Returns an instance of the agents OMS
static SF SF.getSF(AgentID agent)
          Returns an instance of the agents SF
 

Uses of AgentID in es.upv.dsic.gti_ia.trace
 

Methods in es.upv.dsic.gti_ia.trace that return AgentID
 AgentID TracingEntity.getAid()
          Get the AgentID of the tracing entity
 

Methods in es.upv.dsic.gti_ia.trace with parameters of type AgentID
static void TraceInteract.cancelTracingServiceSubscription(AgentID tms_aid, BaseAgent requesterAgent, String serviceName)
          Cancel subscription to a tracing service from any tracing entity.
static void TraceInteract.cancelTracingServiceSubscription(AgentID tms_aid, BaseAgent requesterAgent, String serviceName, AgentID originEntity)
          Cancel subscription to a tracing service from a specific tracing entity.
static void TraceInteract.cancelTracingServiceSubscription(BaseAgent requesterAgent, String serviceName, AgentID originEntity)
          Cancel subscription to a tracing service from a specific tracing entity.
 TracingEntity TracingEntityList.getTEByAid(AgentID aid)
          Returns a tracing entity from the list whose identifier corresponds with the specified in the parameters.
 boolean TracingEntity.hasTheSameAidAs(AgentID aid)
          Determine if a tracing entity has the same AgentID as the specified
static void TraceInteract.listTracingEntities(AgentID tms_aid, BaseAgent applicantAgent)
          Request a list of registered tracing entities to a specific trace manager entity.
static void TraceInteract.listTracingServices(AgentID tms_aid, BaseAgent applicantAgent)
          Request a list of registered tracing entities.
static void TraceInteract.publishTracingService(AgentID tms_aid, BaseAgent applicantAgent, String serviceName, String description)
          Publish a tracing service so that other agents can request it and receive the corresponding trace events.
static void TraceInteract.requestAllTracingServices(AgentID tms_aid, BaseAgent requesterAgent)
          Request all tracing services available at the time.
static void TraceInteract.requestTracingService(AgentID tms_aid, BaseAgent requesterAgent, String serviceName)
          Request a tracing service from any tracing entity.
static void TraceInteract.requestTracingService(AgentID tms_aid, BaseAgent requesterAgent, String serviceName, AgentID originEntity)
          Request a tracing service from a specific tracing entity.
static void TraceInteract.requestTracingService(BaseAgent requesterAgent, String serviceName, AgentID originEntity)
          Request a tracing service from a specific tracing entity.
static void TraceInteract.unpublishTracingService(AgentID tms_aid, BaseAgent applicantAgent, String serviceName)
          Unpublish a tracing service.
 

Constructors in es.upv.dsic.gti_ia.trace with parameters of type AgentID
TraceManager(AgentID aid)
          Constructor which creates and initializes a TraceManager with the monitorization flag set to 'false'.
TraceManager(AgentID aid, boolean monitorizable)
          Constructor which creates and initializes a TraceManager.
TracingEntity(int type, AgentID aid)
          Constructor which creates a new tracing entity without published tracing services nor subscriptions.
 



Copyright © 2012 GTI-IA. All Rights Reserved.