Uses of Class
jade.core.AID
-
Packages that use AID Package Description jade.content jade.content.abs jade.content.onto.basic jade.core This package contains the microkernel of JADE system.jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.core.event jade.core.management jade.core.messaging jade.core.mobility jade.core.replication jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.DFGUIManagement jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no.jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.jade.domain.JADEAgentManagement This package contains the definition of the JADE-Agent-Management ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology.jade.domain.KBManagement jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology.jade.domain.persistence jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.jade.lang.acl This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages.jade.proto This package contains role behaviours for FIPA standard protocols.jade.tools jade.tools.applet This package contains all those classes and HTML files that are necessary to implement applets integrated within the JADE framework.jade.tools.dfgui jade.tools.gui jade.tools.introspector jade.tools.introspector.gui jade.tools.logging.gui jade.tools.rma jade.tools.sniffer jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself.jade.wrapper.gateway This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application. -
-
Uses of AID in jade.content
Subclasses of AID in jade.content Modifier and Type Class Description classOntoAIDUtility class that allow using anAIDobject as an ontological concept.Methods in jade.content with parameters of type AID Modifier and Type Method Description voidOntoACLMessage. addReceiver(AID aid)This method is redefined so that the receiver AID is automatically wrapped into an OntoAIDvoidOntoACLMessage. addReplyTo(AID aid)This method is redefined so that the replyTo AID is automatically wrapped into an OntoAIDvoidOntoAID. addResolvers(AID aid)This method is redefined so that resolvers AID are automatically wrapped into OntoAIDsvoidOntoACLMessage. setSender(AID aid)This method is redefined so that the sender AID is automatically wrapped into an OntoAIDstatic OntoAIDOntoAID. wrap(AID id)Create an ontological Agent identifier that wraps an existingAID. -
Uses of AID in jade.content.abs
Methods in jade.content.abs with parameters of type AID Modifier and Type Method Description static AbsConceptAbsHelper. externaliseAID(AID obj)Converts anAIDinto anAbsConceptrepresenting an AID -
Uses of AID in jade.content.onto.basic
Methods in jade.content.onto.basic that return AID Modifier and Type Method Description AIDAction. getActor()Methods in jade.content.onto.basic with parameters of type AID Modifier and Type Method Description voidAction. setActor(AID id)Constructors in jade.content.onto.basic with parameters of type AID Constructor Description Action(AID id, Concept a) -
Uses of AID in jade.core
Methods in jade.core that return AID Modifier and Type Method Description AID[]AgentContainer. agentNames()AID[]AgentManager. agentNames()AID[]BackEndContainer. agentNames()AID[]MainContainer. agentNames()AID[]MainContainerImpl. agentNames()Return the IDs of all agents in the platformAID[]AgentManager. agentTools()AID[]MainContainerImpl. agentTools()AID[]BackEndContainer. getAgentImages()AIDAgent. getAID()Method to query the private Agent ID.AIDAgent. getAID(String name)Method to build a complete agent GUID belonging to the same platform of the current agentAIDAgent. getAMS()Get the Agent ID for the platform AMS.AIDAgentContainer. getAMS()AIDPlatformID. getAmsAID()AIDAgent. getDefaultDF()Get the Agent ID for the platform default DF.AIDAgentContainer. getDefaultDF()AID[]AID. getResolversArray()Returns an array containing all the AIDs of the resolvers.Methods in jade.core with parameters of type AID Modifier and Type Method Description AgentDescriptorMainContainer. acquireAgentDescriptor(AID agentID)AgentDescriptorMainContainerImpl. acquireAgentDescriptor(AID agentID)AgentAgentContainer. acquireLocalAgent(AID id)AgentBackEndContainer. acquireLocalAgent(AID id)voidAgentManager. activate(AID agentID)voidMainContainerImpl. activate(AID agentID)Resume an agent wherever it isBackEndContainer.AgentImageBackEndContainer. addAgentImage(AID id, BackEndContainer.AgentImage img)AgentAgentContainer. addLocalAgent(AID id, Agent a)voidAID. addResolvers(AID aid)This method permits to add the AID of a resolver (an agent where name resolution services for the agent can be contacted)voidAgentManager. addTool(AID tool)voidMainContainerImpl. addTool(AID tool)voidMainContainer. bornAgent(AID name, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)voidMainContainerImpl. bornAgent(AID aid, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)Notify the platform that an agent has just born on a containervoidAgentManager. copy(AID agentID, Location where, String newAgentName)voidMainContainerImpl. copy(AID agentID, Location where, String newName)Clone an agent to a given destinationBackEndContainer.AgentImageBackEndContainer. createAgentImage(AID id)voidMainContainer. deadAgent(AID name, boolean containerRemoved)voidMainContainerImpl. deadAgent(AID name, boolean containerRemoved)Notify the platform that an agent has just diedvoidAgentManager. debugOff(AID debuggerName, List toBeDebugged)voidMainContainerImpl. debugOff(AID debuggerName, List notToBeDebugged)Deactivate debugging on a given agentvoidAgentManager. debugOn(AID debuggerName, List toBeDebugged)voidMainContainerImpl. debugOn(AID debuggerName, List toBeDebugged)Activate debugging on a given agentvoidBackEndContainer. disableDebugger(AID debuggerName, AID notToBeDebugged)This method is re-defined to avoid NullPointerException.voidBackEndContainer. enableDebugger(AID debuggerName, AID toBeDebugged)This method is re-defined to avoid NullPointerException.voidMainContainer. frozenAgent(AID name, ContainerID bufferContainer)voidMainContainerImpl. frozenAgent(AID name, ContainerID bufferContainer)Notify the platform that an agent has just frozenBackEndContainer.AgentImageBackEndContainer. getAgentImage(AID id)AMSAgentDescriptionAgentManager. getAMSDescription(AID agentID)AMSAgentDescriptionMainContainerImpl. getAMSDescription(AID agentID)Return the AMS description of an agentContainerIDAgentManager. getContainerID(AID agentID)ContainerIDMainContainer. getContainerID(AID agentID)ContainerIDMainContainerImpl. getContainerID(AID agentID)Return the ID of the container an agent lives invoidAgentContainer. initAgent(AID agentID, Agent instance, JADEPrincipal ownerPrincipal, Credentials initialCredentials)booleanAgentContainer. isLocalAgent(AID id)voidAgentManager. kill(AID agentID, JADEPrincipal requesterPrincipal, Credentials requesterCredentials)voidMainContainerImpl. kill(AID agentID, JADEPrincipal requesterPrincipal, Credentials requesterCredentials)Kill an agent wherever it isvoidAgentManager. move(AID agentID, Location where)voidMainContainerImpl. move(AID agentID, Location where)Move an agent to a given destinationvoidMainContainer. movedAgent(AID agentID, ContainerID from, ContainerID to)voidMainContainerImpl. movedAgent(AID agentID, ContainerID srcID, ContainerID destID)Notify the platform that an agent has just movedbooleanAgentContainer. postMessagesBlockToLocalAgent(ACLMessage[] mm, AID receiverID)booleanBackEndContainer. postMessagesBlockToLocalAgent(ACLMessage[] mm, AID receiverID)booleanAgentContainer. postMessageToLocalAgent(ACLMessage msg, AID receiverID)booleanBackEndContainer. postMessageToLocalAgent(ACLMessage msg, AID receiverID)Dispatch a message to an agent in the FrontEnd.voidAgentContainer. powerUpLocalAgent(AID agentID)voidMainContainer. releaseAgentDescriptor(AID agentID)voidMainContainerImpl. releaseAgentDescriptor(AID agentID)voidAgentContainer. releaseLocalAgent(AID id)voidBackEndContainer. releaseLocalAgent(AID id)BackEndContainer.AgentImageBackEndContainer. removeAgentImage(AID id)voidAgentContainer. removeLocalAgent(AID id)booleanAID. removeResolvers(AID aid)To remove a resolver.voidAgentManager. removeTool(AID tool)voidMainContainerImpl. removeTool(AID tool)voidMainContainer. resumedAgent(AID name)voidMainContainerImpl. resumedAgent(AID name)Notify the platform that an agent has just resumedvoidPlatformID. setAmsAID(AID amsAID)voidAgentManager. sniffOff(AID snifferName, List toBeSniffed)voidMainContainerImpl. sniffOff(AID snifferName, List notToBeSniffed)Deactivate sniffing on a given agentvoidAgentManager. sniffOn(AID snifferName, List toBeSniffed)voidMainContainerImpl. sniffOn(AID snifferName, List toBeSniffed)Activate sniffing on a given agentvoidAgentManager. suspend(AID agentID)voidMainContainerImpl. suspend(AID agentID)Suspend an agent wherever it isvoidMainContainer. suspendedAgent(AID name)voidMainContainerImpl. suspendedAgent(AID name)Notify the platform that an agent has just suspendedvoidAgentManager. take(AID agentID, String username, byte[] password)voidMainContainerImpl. take(AID agentID, String username, byte[] password)Change the ownership of an agent // FIXME: implement or removevoidMainContainer. thawedAgent(AID name, ContainerID bufferContainer)voidMainContainerImpl. thawedAgent(AID name, ContainerID bufferContainer)Notify the platform that an agent has just thawedvoidMainContainer. toolAdded(AID tool)voidMainContainerImpl. toolAdded(AID tool)voidMainContainer. toolRemoved(AID tool)voidMainContainerImpl. toolRemoved(AID tool)voidAgentManager. wait(AID agentID, String password)voidMainContainerImpl. wait(AID agentID, String password)Put an agent in the WAITING state wherever it isvoidAgentManager. wake(AID agentID, String password)voidMainContainerImpl. wake(AID agentID, String password)Wake-up an agent wherever it isConstructors in jade.core with parameters of type AID Constructor Description PlatformID(AID amsAID) -
Uses of AID in jade.core.behaviours
Fields in jade.core.behaviours declared as AID Modifier and Type Field Description protected AIDActionExecutor. actorMethods in jade.core.behaviours that return AID Modifier and Type Method Description AIDActionExecutor. getActualActor()protected AIDActionExecutor. retrieveActor()Methods in jade.core.behaviours with parameters of type AID Modifier and Type Method Description voidActionExecutor. setActor(AID actor)Constructors in jade.core.behaviours with parameters of type AID Constructor Description ActionExecutor(ActionT action, Ontology ontology, AID actor) -
Uses of AID in jade.core.event
Methods in jade.core.event that return AID Modifier and Type Method Description AIDAgentEvent. getAgent()AIDContainerEvent. getAgent()AIDMessageEvent. getAgent()AIDPlatformEvent. getAgent()Returns theAIDof the agent that was born, died, or moved.AIDMessageEvent. getReceiver()AIDMessageEvent. getSender()Methods in jade.core.event with parameters of type AID Modifier and Type Method Description voidNotificationProxy. debugOff(AID introspectorName, AID targetName)voidNotificationSlice. debugOff(AID introspectorName, AID targetName)voidNotificationProxy. debugOn(AID introspectorName, AID targetName)voidNotificationSlice. debugOn(AID introspectorName, AID targetName)voidNotificationProxy. sniffOff(AID snifferName, AID targetName)voidNotificationSlice. sniffOff(AID snifferName, AID targetName)voidNotificationProxy. sniffOn(AID snifferName, AID targetName)voidNotificationSlice. sniffOn(AID snifferName, AID targetName)Constructors in jade.core.event with parameters of type AID Constructor Description AgentEvent(int id, AID aid, AgentState f, AgentState t, ContainerID cid)AgentEvent(int id, AID aid, BehaviourID bid, ContainerID cid)AgentEvent(int id, AID aid, BehaviourID bid, String strFrom, String strTo, ContainerID cid)AgentEvent(int id, AID aid, JADEPrincipal f, JADEPrincipal t, ContainerID cid)ContainerEvent(int id, AID aid, ContainerID cid)MessageEvent(int id, ACLMessage msg, AID s, AID r, ContainerID cid)PlatformEvent(int id, AID aid, ContainerID eventSource)This constructor is used to create a PlatformEvent when an agent is born or dies.PlatformEvent(int id, AID aid, ContainerID eventSource, boolean cr)PlatformEvent(int id, AID aid, ContainerID from, ContainerID to)PlatformEvent(int id, AID aid, ContainerID eventSource, String oldOwnership, String newOwnership)PlatformEvent(AID aid, ContainerID eventSource, ContainerID to)This constructor is used to create a PlatformEvent when an agent moves from one container to another. -
Uses of AID in jade.core.management
Methods in jade.core.management with parameters of type AID Modifier and Type Method Description voidAgentManagementProxy. bornAgent(AID name, ContainerID cid, Command sourceCmd)voidAgentManagementSlice. bornAgent(AID name, ContainerID cid, Command sourceCmd)voidCodeLocator. changeAgentName(AID oldName, AID newName)Change the agent name.voidAgentManagementProxy. changeAgentState(AID agentID, int newState)voidAgentManagementSlice. changeAgentState(AID agentID, int newState)voidCodeLocator. cloneAgent(AID oldName, AID newName)Remove an agent fromt the list.voidAgentManagementProxy. createAgent(AID agentID, String className, Object[] arguments, JADEPrincipal owner, Credentials initialCredentials, boolean startIt, Command sourceCmd)voidAgentManagementSlice. createAgent(AID agentID, String className, Object[] arguments, JADEPrincipal owner, Credentials initialCredentials, boolean startIt, Command sourceCmd)voidAgentManagementProxy. deadAgent(AID name, Command sourceCmd)voidAgentManagementSlice. deadAgent(AID name, Command sourceCmd)ClassLoaderCodeLocator. getAgentClassLoader(AID name)Get the agent associated classloader.ClassLoaderCodeLocatorListener. handleCloneAgent(AID oldName, AID newName, ClassLoader cl)Event triggered when an agent is cloned.voidCodeLocatorListener. handleRegisterAgent(AID name, ClassLoader cl)Event triggered when an agent is registered to the CodeLocator.voidCodeLocatorListener. handleRemoveAgent(AID name, ClassLoader cl)Event triggered when an agent is removed from the CodeLocator.voidCodeLocatorListener. handleUpdateAgent(AID name, ClassLoader clOld, ClassLoader clNew)Event triggered when the associated agent ClassLoader is updated in the CodeLocator.booleanCodeLocator. isRegistered(AID name)Check if the agent is registered.voidAgentManagementProxy. killAgent(AID agentID, Command sourceCmd)voidAgentManagementSlice. killAgent(AID agentID, Command sourceCmd)voidCodeLocator. registerAgent(AID name, ClassLoader cl)Register an agent to the CodeLocator.voidCodeLocator. removeAgent(AID name)Remove an agent fromt the list.voidAgentManagementService. removeLocalAgent(AID target)voidAgentManagementProxy. resumedAgent(AID name)voidAgentManagementSlice. resumedAgent(AID name)voidAgentManagementProxy. suspendedAgent(AID name)voidAgentManagementSlice. suspendedAgent(AID name)booleanCodeLocator. updateAgent(AID name, ClassLoader cl)Update an agent ClassLoader in the CodeLocator. -
Uses of AID in jade.core.messaging
Methods in jade.core.messaging that return AID Modifier and Type Method Description AIDTopicManagementHelper. createTopic(String topicName)Create a topic with a given name.static AIDTopicUtility. createTopic(String topicName)AIDGenericMessage. getSender()Methods in jade.core.messaging with parameters of type AID Modifier and Type Method Description voidMessagingProxy. deadAlias(AID alias)voidMessagingService. deadAlias(AID alias)voidMessagingSlice. deadAlias(AID alias)voidMessageStorage. delete(String storeName, AID receiver)protected voidMessagingService. deliverInLocalPlatfrom(GenericMessage msg, AID receiverID)protected voidMomMessagingService. deliverInLocalPlatfrom(GenericMessage msg, AID receiverID)voidLightMessagingService. deliverNow(GenericMessage msg, AID receiverID)voidMessagingService. deliverNow(GenericMessage msg, AID receiverID)voidTopicManagementHelper. deregister(AID topic)De-register the agent associated to this helper from a given topicvoidTopicManagementHelper. deregister(AID aid, AID topic)De-register a given AID from a given topicvoidTopicManagementProxy. deregister(AID aid, AID topic)voidTopicManagementSlice. deregister(AID aid, AID topic)voidMessagingProxy. dispatchLocally(AID senderID, GenericMessage msg, AID receiverID)voidMessagingSlice. dispatchLocally(AID senderAID, GenericMessage msg, AID receiverID)voidPersistentDeliveryProxy. flushMessages(AID receiver)voidPersistentDeliverySlice. flushMessages(AID receiver)protected StringMomMessagingService. generateDeliveryID(AID senderID, GenericMessage msg, AID receiverID)ContainerIDMessagingProxy. getAgentLocation(AID agentID)protected ContainerIDMessagingService. getAgentLocation(AID agentID)ContainerIDMessagingSlice. getAgentLocation(AID agentID)voidMessagingHelper.AliasListener. handleDeadAlias(AID alias, AID agent)protected voidMomMessagingService. handleMessageFromMom(String deliveryID, AID senderID, GenericMessage msg, AID receiverID, String senderLocation)voidMessagingHelper.AliasListener. handleNewAlias(AID alias, AID agent)booleanTopicManagementHelper. isTopic(AID id)Checks if anAIDrepresents a topicstatic booleanTopicUtility. isTopic(AID id)voidMessageStorage.LoadListener. itemLoaded(String storeName, GenericMessage msg, AID receiver)voidMessagingProxy. newAlias(AID alias, AID agent)voidMessagingService. newAlias(AID alias, AID agent)voidMessagingSlice. newAlias(AID alias, AID agent)voidLightMessagingService. notifyFailureToSender(GenericMessage msg, AID receiver, InternalError ie)This method is used internally by the platform in order to notify the sender of a message that a failure was reported by the Message Transport Service.voidMessagingService. notifyFailureToSender(GenericMessage msg, AID receiver, InternalError ie)This method is used internally by the platform in order to notify the sender of a message that a failure was reported by the Message Transport Service.voidOutgoingEncodingFilter. prepareEnvelope(ACLMessage msg, AID receiver, GenericMessage gmsg)This method puts into the envelope the missing information if requiredvoidTopicManagementHelper. register(AID topic)Register the agent associated to this helper to a given topicvoidTopicManagementHelper. register(AID aid, AID topic)Register a given AID to a given topic.voidTopicManagementProxy. register(AID aid, AID topic)voidTopicManagementSlice. register(AID aid, AID topic)voidMessagingService. removeGlobalAliases(AID agent)voidMessagingProxy. routeOut(Envelope env, byte[] payload, AID receiverID, String address)voidMessagingSlice. routeOut(Envelope env, byte[] payload, AID receiverID, String address)protected abstract voidMomMessagingService. sendMessageViaMom(String deliveryID, AID senderID, GenericMessage msg, AID receiverID, String receiverLocation)voidGenericMessage. setSender(AID sender)StringMessageStorage. store(GenericMessage msg, AID receiver)booleanPersistentDeliveryProxy. storeMessage(String storeName, GenericMessage msg, AID receiver)booleanPersistentDeliverySlice. storeMessage(String storeName, GenericMessage msg, AID receiver)voidMessagingProxy. transferLocalAliases(AID agent, List aliases)voidMessagingSlice. transferLocalAliases(AID agent, List aliases) -
Uses of AID in jade.core.mobility
Methods in jade.core.mobility with parameters of type AID Modifier and Type Method Description voidAgentMobilityService. bornAgent(AID agentID, ContainerID cid, JADEPrincipal principal, String ownership, boolean forceReplacement)voidAgentMobilityProxy. cloneCodeLocatorEntry(AID oldAgentID, AID newAgentID)voidAgentMobilitySlice. cloneCodeLocatorEntry(AID oldAgentID, AID newAgentID)voidAgentMobilityProxy. clonedAgent(AID agentID, ContainerID cid, Credentials creds)voidAgentMobilitySlice. clonedAgent(AID agentID, ContainerID cid, Credentials creds)voidAgentMobilityProxy. copyAgent(AID agentID, Location where, String newName)voidAgentMobilitySlice. copyAgent(AID agentID, Location where, String newName)voidAgentMobilityProxy. createAgent(AID agentID, byte[] serializedInstance, String classSiteName, boolean isCloned, boolean startIt)voidAgentMobilitySlice. createAgent(AID agentID, byte[] serializedInstance, String classSiteName, boolean isCloned, boolean startIt)voidAgentMobilityProxy. handleTransferResult(AID agentID, boolean result, List messages)voidAgentMobilitySlice. handleTransferResult(AID agentID, boolean result, List messages)voidAgentMobilityProxy. moveAgent(AID agentID, Location where)voidAgentMobilitySlice. moveAgent(AID agentID, Location where)voidAgentMobilityService. movedAgent(AID agentID, ContainerID src, ContainerID dest)voidAgentMobilityProxy. removeCodeLocatorEntry(AID name)voidAgentMobilitySlice. removeCodeLocatorEntry(AID name)booleanAgentMobilityProxy. transferIdentity(AID agentID, Location src, Location dest)booleanAgentMobilitySlice. transferIdentity(AID agentID, Location src, Location dest) -
Uses of AID in jade.core.replication
Methods in jade.core.replication that return AID Modifier and Type Method Description AIDAgentReplicationHelper. getMasterAid()Returns the AID of the master replica agentAIDAgentReplicationHelper. getVirtualAid()Returns the AID of the virtual agent previously defined by means of the makeVirtual() method or null if no virtual agent has been defined.AIDAgentReplicationHelper. makeVirtual(String virtualName, int replicationMode)Define a virtual agent and sets the agent that invokes this method as its master replica.Methods in jade.core.replication that return types with arguments of type AID Modifier and Type Method Description Map<AID,Location>AgentReplicationHelper. getReplicas()Returns a Map mapping all replicas to their LocationMethods in jade.core.replication with parameters of type AID Modifier and Type Method Description voidMainReplicationProxy. fillGADT(AID[] agents, ContainerID[] containers)voidMainReplicationSlice. fillGADT(AID[] agents, ContainerID[] containers)ContainerIDAgentReplicationProxy. getAgentLocation(AID aid)ContainerIDAgentReplicationSlice. getAgentLocation(AID aid)voidAgentReplicationProxy. invokeAgentMethod(AID aid, String methodName, Object[] arguments)voidAgentReplicationSlice. invokeAgentMethod(AID aid, String methodName, Object[] arguments)voidMainReplicationProxy. newTool(AID tool)voidMainReplicationSlice. newTool(AID tool)voidAgentReplicationProxy. notifyBecomeMaster(AID masterAid)voidAgentReplicationSlice. notifyBecomeMaster(AID masterAid)voidAgentReplicationProxy. notifyReplicaRemoved(AID masterAid, AID removedReplica, Location where)voidAgentReplicationSlice. notifyReplicaRemoved(AID masterAid, AID removedReplica, Location where)voidAgentReplicationHelper.Listener. replicaAdded(AID replicaAid, Location where)Notify the master replica that a new replica has just been addedvoidAgentReplicationHelper.Listener. replicaCreationFailed(AID replicaAid, Location where)Notify the master replica that a replica failed to startvoidAgentReplicationProxy. replicaCreationRequested(AID virtualAid, AID replicaAid)voidAgentReplicationSlice. replicaCreationRequested(AID virtualAid, AID replicaAid)voidAgentReplicationHelper.Listener. replicaRemoved(AID replicaAid, Location where)Notify the master replica that a replica has just been removedvoidMainReplicationProxy. suspendedAgent(AID name)voidMainReplicationSlice. suspendedAgent(AID name) -
Uses of AID in jade.domain
Methods in jade.domain that return AID Modifier and Type Method Description static AIDAMSService. getFailedReceiver(Agent a, ACLMessage failure)Extracts the receiver a message could not be delivered to from a FAILURE message received by the AMS.static AIDDFService. parseAID(SimpleSLTokenizer parser)The parser content has the form: agent-identifier ......)static AIDFIPAService. parseAID(SimpleSLTokenizer parser)The parser content has the form: agent-identifier ......)Methods in jade.domain with parameters of type AID Modifier and Type Method Description voidDFGUIInterface. addAgentDesc(AID name)voidDFGUIInterface. addChildren(AID childrenName)protected voiddf. addParent(AID dfName, DFAgentDescription dfd)This method can be used to add a parent (a DF this DF is federated with).voidDFGUIInterface. addParent(AID parentName)static ACLMessageDFService. createCancelMessage(Agent a, AID dfName, ACLMessage subscribe)Utility method that creates a suitable message to be used to CANCEL a subscription to a DF agent.static ACLMessageDFService. createRequestMessage(Agent a, AID dfName, String action, DFAgentDescription dfd, SearchConstraints constraints)Utility method that creates a suitable message to be used to REQUEST a DF agent to perform a given action of the FIPA-Management-ontology.static ACLMessageDFService. createSubscriptionMessage(Agent a, AID dfName, DFAgentDescription template, SearchConstraints constraints)Utility method that creates a suitable message to be used to SUBSCRIBE to a DF agent in order to receive notifications when a new DF-Description matching the indicated template is registererd with that DF.static voidAMSService. deregister(Agent a, AID AMSName)A default AMSAgentDescription is used for this agent, where only AID and state are set (state is set to ACTIVE).static voidAMSService. deregister(Agent a, AID AMSName, AMSAgentDescription amsd)Deregister a AMSAgentDescription from a AMS agent.static voidDFService. deregister(Agent a, AID dfName)A default Agent Description is used which contains only the AID of this agent.static voidDFService. deregister(Agent a, AID dfName, DFAgentDescription dfd)Deregister a DFAgentDescription from a DF agent.protected voiddf. deregisterAction(Deregister d, AID requester)Serve the Deregister action of the FIPA management ontology.DFAgentDescriptiondf. getDescriptionOfThisDF(AID parent)This method returns the description of this df used to federate with the given parentDFAgentDescriptionDFGUIAdapter. getDescriptionOfThisDF(AID parent)This method returns the description used by the df to federate with a given parent DF.DFAgentDescriptiondf. getDFAgentDsc(AID name)This method returns the description of an agent registered with the DF.DFAgentDescriptionDFGUIAdapter. getDFAgentDsc(AID name)This method returns the agent description of an agent registered with the DF given the agent namestatic RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, AID amsName, String actionName)the default SearchContraints are used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, AID amsName, String actionName, AMSAgentDescription amsd)the default AMS is used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, AID AMSName, String actionName, AMSAgentDescription amsd, SearchConstraints constraints)In some cases it is more convenient to execute this tasks in a non-blocking way.static RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, AID dfName, String actionName)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, AID dfName, String actionName, DFAgentDescription dfd)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, AID dfName, String actionName, DFAgentDescription dfd, SearchConstraints constraints)Deprecated.UseAchieveREInitiatorinsteadstatic ACLMessageDFService. getSubscriptionMessage(Agent a, AID dfName, DFAgentDescription template, SearchConstraints constraints)Deprecated.UsecreateSubscriptionMessage()insteadprotected KBIteratordf. iteratedSearchAction(Search s, AID requester)Serve a Search action of the FIPA management ontology requested using an iterated-fipa-request protocol.static voidDFService. keepRegistered(Agent a, AID df, DFAgentDescription dfd, Date deadline)Add a suitable behaviour that ensures that a DF-Description currently registered with a DF is kept registered until a given deadline.static voidAMSService. modify(Agent a, AID AMSName, AMSAgentDescription amsd)Modifies data contained within a AMS agent.static DFAgentDescriptionDFService. modify(Agent a, AID dfName, DFAgentDescription dfd)Modifies a previously registered DF-Description within a DF agent.protected voiddf. modifyAction(Modify m, AID requester)Serve the Modify action of the FIPA management ontology.voidDFGUIInterface. refreshLastSearchResults(List l, AID df)static voidAMSService. register(Agent a, AID AMSName, AMSAgentDescription amsd)Register a AMSAgentDescription with a AMS agent.static DFAgentDescriptionDFService. register(Agent a, AID dfName, DFAgentDescription dfd)Register a new DF-Description with a DF agent.protected voiddf. registerAction(Register r, AID requester)Serve the Register action of the FIPA management ontology.voidDFGUIInterface. removeAgentDesc(AID name, AID df)voidDFGUIInterface. removeChildren(AID childrenName)protected voiddf. removeParent(AID dfName)this method can be used to remove a parent (a DF with which this DF is federated).voidDFGUIInterface. removeParent(AID parentName)voidDFGUIInterface. removeSearchResult(AID name)static AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd)searches with the passed AMS by using the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AID AMSName, AMSAgentDescription amsd, SearchConstraints constraints)Searches for data contained within a AMS agent.static DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd)The default SearchConstraints are used.static DFAgentDescription[]DFService. search(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints)Searches for data contained within a DF agent.protected Listdf. searchAction(Search s, AID requester)Serve the Search action of the FIPA management ontology.static DFAgentDescription[]DFService. searchUntilFound(Agent a, AID dfName, DFAgentDescription dfd, SearchConstraints constraints, long timeout)Searches the DF and remains blocked until a result is found or the specified timeout has expired.protected voiddf. unsubscribeAgent(AID id)Constructors in jade.domain with parameters of type AID Constructor Description RequestFIPAServiceBehaviour(Agent a, AID receiver, String actionName, Object agentDescription)Create a behaviour to request an agent to perform a specific action.RequestFIPAServiceBehaviour(Agent a, AID receiver, String actionName, Object agentDescription, SearchConstraints constraints)Create a behaviour to request an agent to perform a specific action. -
Uses of AID in jade.domain.DFGUIManagement
Methods in jade.domain.DFGUIManagement that return AID Modifier and Type Method Description AIDDeregisterFrom. getDf()AIDFederate. getDf()AIDModifyOn. getDf()AIDRegisterWith. getDf()AIDSearchOn. getDf()AIDGetDescriptionUsed. getParentDF()Methods in jade.domain.DFGUIManagement with parameters of type AID Modifier and Type Method Description voidDeregisterFrom. setDf(AID df)voidFederate. setDf(AID df)voidModifyOn. setDf(AID parent)The df on which the modify action will be perfomed.voidRegisterWith. setDf(AID parent)voidSearchOn. setDf(AID parent)The df on which the search will be made.voidGetDescriptionUsed. setParentDF(AID parent) -
Uses of AID in jade.domain.FIPAAgentManagement
Methods in jade.domain.FIPAAgentManagement that return AID Modifier and Type Method Description AIDEnvelope. getFrom()Retrieve thefromslot of this object.AIDAMSAgentDescription. getName()Retrieve thenameslot of this object.AIDDFAgentDescription. getName()Retrieve the agent identifier for the described agent.Methods in jade.domain.FIPAAgentManagement with parameters of type AID Modifier and Type Method Description voidEnvelope. addIntendedReceiver(AID id)Add an agent identifier to theintended-receiverslot collection of this object.voidEnvelope. addTo(AID id)Add an agent identifier to thetoslot collection of this object.booleanEnvelope. removeIntendedReceiver(AID id)Remove an agent identifier from theintended-receiverslot collection of this object.booleanEnvelope. removeTo(AID id)Remove an agent identifier from thetoslot collection of this object.voidEnvelope. setFrom(AID id)Set thefromslot of this object.voidAMSAgentDescription. setName(AID n)Set thenameslot of this object.voidDFAgentDescription. setName(AID n)Set the identifier of the agent -
Uses of AID in jade.domain.introspection
Methods in jade.domain.introspection that return AID Modifier and Type Method Description AIDAddedBehaviour. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent the behaviour was added to.AIDBornAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly born agent.AIDChangedAgentOwnership. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent whose ownership changed.AIDChangedAgentState. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent whose state changed.AIDChangedBehaviourState. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent whose behaviour state changed.AIDDeadAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly dead agent.AIDFrozenAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly suspended agent.AIDMovedAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly moved agent.AIDRemovedBehaviour. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent owning the newly removed behaviour.AIDResumedAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly resumed agent.AIDSuspendedAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly suspended agent.AIDThawedAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the newly suspended agent.AIDStartNotify. getObserved()Retrieve the value of theobservedslot of this event, containing the agent identifier of the agent whose events will be notified from now on.AIDStopNotify. getObserved()Retrieve the value of theobservedslot of this event, containing the agent identifier of the agent whose events were being notified so far.AIDPostedMessage. getReceiver()Retrieve the value of thereceiverslot of this event, containing the agent identifier of the agent owning the message queue the message was posted to.AIDReceivedMessage. getReceiver()Retrieve the value of thereceiverslot of this event, containing the agent identifier of the agent owning the message queue the message was extracted from.AIDSentMessage. getReceiver()Retrieve the value of the unicastreceiverslot of this event.AIDPostedMessage. getSender()Retrieve the value of thesenderslot of this event, containing the agent identifier of the agent that sent the message.AIDReceivedMessage. getSender()Retrieve the value of thesenderslot of this event, containing the agent identifier of the agent that sent the message.AIDSentMessage. getSender()Retrieve the value of thesenderslot of this event, containing the agent identifier of the agent that sent the message.Methods in jade.domain.introspection with parameters of type AID Modifier and Type Method Description voidAddedBehaviour. setAgent(AID id)Set theagentof this event.voidBornAgent. setAgent(AID id)Set theagentslot of this event.voidChangedAgentOwnership. setAgent(AID id)Set theagentslot of this event.voidChangedAgentState. setAgent(AID id)Set theagentslot of this event.voidChangedBehaviourState. setAgent(AID id)Set theagentslot of this event.voidDeadAgent. setAgent(AID id)Set theagentslot of this event.voidFrozenAgent. setAgent(AID id)Set theagentslot of this event.voidMovedAgent. setAgent(AID id)Set theagentslot of this event.voidRemovedBehaviour. setAgent(AID id)Set theagentslot of this event.voidResumedAgent. setAgent(AID id)Set theagentslot of this event.voidSuspendedAgent. setAgent(AID id)Set theagentslot of this event.voidThawedAgent. setAgent(AID id)Set theagentslot of this event.voidStartNotify. setObserved(AID id)Set theobservedslot of this action.voidStopNotify. setObserved(AID id)Set theobservedslot of this action.voidPostedMessage. setReceiver(AID id)Set thereceiverslot of this event.voidReceivedMessage. setReceiver(AID id)Set thereceiverslot of this event.voidSentMessage. setReceiver(AID id)Set the unicastreceiverslot of this event.voidPostedMessage. setSender(AID id)Set thesenderslot of this event.voidReceivedMessage. setSender(AID id)Set thesenderslot of this event.voidSentMessage. setSender(AID id)Set thesenderslot of this event.Constructors in jade.domain.introspection with parameters of type AID Constructor Description AMSSubscriber(AID ams)Construct an AMSSubscriber behaviour to receive notifications about platform events from the AMS of a remote platform. -
Uses of AID in jade.domain.JADEAgentManagement
Methods in jade.domain.JADEAgentManagement that return AID Modifier and Type Method Description AIDKillAgent. getAgent()Retrieve the value of theagentslot of this event, containing the agent identifier of the agent to terminate.AIDWhereIsAgentAction. getAgentIdentifier()Retrieve the value of theagent-identifierslot of this action, containing the agent identifier for the agent whose location is requested.AIDDebugOff. getDebugger()Retrieve the value of thedebuggerslot of this action, containing the agent identifier of the debugger agent.AIDDebugOn. getDebugger()Retrieve the value of thedebuggerslot of this action, containing the agent identifier of the debugger agent.AIDSniffOff. getSniffer()Retrieve the value of thesnifferslot of this action, containing the agent identifier of the sniffer agent.AIDSniffOn. getSniffer()Retrieve the value of thesnifferslot of this action, containing the agent identifier of the sniffer agent.Methods in jade.domain.JADEAgentManagement with parameters of type AID Modifier and Type Method Description voidDebugOff. addDebuggedAgents(AID id)Add an agent identifier to thedebugged-agentsslot collection of this object.voidDebugOn. addDebuggedAgents(AID id)Add an agent identifier to thedebugged-agentsslot collection of this object.voidSniffOff. addSniffedAgents(AID id)Add an agent identifier to thesniffed-agentsslot collection of this object.voidSniffOn. addSniffedAgents(AID id)Add an agent identifier to thesniffed-agentsslot collection of this object.booleanDebugOff. removeDebuggedAgents(AID id)Remove an agent identifier from thedebugged-agentsslot collection of this object.booleanDebugOn. removeDebuggedAgents(AID id)Remove an agent identifier from thedebugged-agentsslot collection of this object.booleanSniffOff. removeSniffedAgents(AID id)Remove an agent identifier from thesniffed-agentsslot collection of this object.booleanSniffOn. removeSniffedAgents(AID id)Remove an agent identifier from thesniffed-agentsslot collection of this object.voidKillAgent. setAgent(AID id)Set theagentslot of this action.voidWhereIsAgentAction. setAgentIdentifier(AID id)Set theagent-identifierslot of this action.voidDebugOff. setDebugger(AID id)Set thedebuggerslot of this action.voidDebugOn. setDebugger(AID id)Set thedebuggerslot of this action.voidSniffOff. setSniffer(AID id)Set thesnifferslot of this action.voidSniffOn. setSniffer(AID id)Set thesnifferslot of this action. -
Uses of AID in jade.domain.KBManagement
Methods in jade.domain.KBManagement with parameters of type AID Modifier and Type Method Description static booleanMemKB. matchAID(AID template, AID fact) -
Uses of AID in jade.domain.mobility
Methods in jade.domain.mobility that return AID Modifier and Type Method Description AIDMobileAgentDescription. getName()Retrieve the value of thenameslot of this event, containing the agent identifier of the described agent.Methods in jade.domain.mobility with parameters of type AID Modifier and Type Method Description voidMobileAgentDescription. setName(AID id)Set thenameslot of this action. -
Uses of AID in jade.domain.persistence
Methods in jade.domain.persistence that return AID Modifier and Type Method Description AIDDeleteAgent. getAgent()AIDFreezeAgent. getAgent()AIDLoadAgent. getAgent()AIDReloadAgent. getAgent()AIDSaveAgent. getAgent()AIDThawAgent. getAgent()Methods in jade.domain.persistence with parameters of type AID Modifier and Type Method Description voidDeleteAgent. setAgent(AID id)voidFreezeAgent. setAgent(AID id)voidLoadAgent. setAgent(AID id)voidReloadAgent. setAgent(AID id)voidSaveAgent. setAgent(AID id)voidThawAgent. setAgent(AID id) -
Uses of AID in jade.gui
Methods in jade.gui that return AID Modifier and Type Method Description AIDAgentTree.RemotePlatformNode. getAmsAID()AIDAIDGui. ShowAIDGui(AID agentIdentifier, boolean ed, boolean checkMandatorySlots)This method shows an AID with a GUI.Methods in jade.gui with parameters of type AID Modifier and Type Method Description voidAgentTree. addRemotePlatformNode(AID ams, APDescription desc)voidAgentTree.RemotePlatformNode. setAmsAID(AID id)AIDAIDGui. ShowAIDGui(AID agentIdentifier, boolean ed, boolean checkMandatorySlots)This method shows an AID with a GUI. -
Uses of AID in jade.lang.acl
Methods in jade.lang.acl that return AID Modifier and Type Method Description AIDACLParser. AgentIdentifier()AIDStringACLCodec. decodeAID()Parse an agent identifier, without it being included within an ACL message.static AIDLEAPACLCodec. deserializeAID(DataInputStream dis)AIDACLMessage. getSender()Reads:senderslot.AIDACLParser. parseAID(Reader text)Methods in jade.lang.acl with parameters of type AID Modifier and Type Method Description voidACLMessage. addReceiver(AID r)Adds a value to:receiverslot.voidACLMessage. addReplyTo(AID dest)Adds a value to:reply-toslot.static MessageTemplateMessageTemplate. MatchReceiver(AID[] values)This Factory Method returns a message template that matches any message with a given:receiverslot.static MessageTemplateMessageTemplate. MatchReplyTo(AID[] values)This Factory Method returns a message template that matches any message with a given:reply-toslot.static MessageTemplateMessageTemplate. MatchSender(AID value)This Factory Method returns a message template that matches any message with a given:senderslot.static MessageTemplateMessageTemplate. MatchTopic(AID topic)This Factory Method returns a message template that matches any message about a given topic.booleanACLMessage. removeReceiver(AID r)Removes a value from:receiverslot.booleanACLMessage. removeReplyTo(AID dest)Removes a value from:reply_toslot.static voidLEAPACLCodec. serializeAID(AID id, DataOutputStream dos)voidACLMessage. setSender(AID s)Writes the:senderslot. -
Uses of AID in jade.proto
Methods in jade.proto with parameters of type AID Modifier and Type Method Description voidSubscriptionInitiator. cancel(AID receiver, boolean ignoreResponse)Cancel the subscription to agentreceiver.voidSubscriptionInitiator. cancellationCompleted(AID receiver)This method should be called when the notification of a successful subscription cancellation is received from agentreceiverto terminate the session with him.VectorSubscriptionResponder. getSubscriptions(AID subscriber)Utility method that retrieves all Subscription-s done by a given agent -
Uses of AID in jade.tools
Methods in jade.tools that return AID Modifier and Type Method Description AIDToolNotifier. getObserver()Methods in jade.tools with parameters of type AID Modifier and Type Method Description voidToolNotifier. addObservedAgent(AID id)voidToolNotifier. removeObservedAgent(AID id)Constructors in jade.tools with parameters of type AID Constructor Description ToolNotifier(AID id) -
Uses of AID in jade.tools.applet
Methods in jade.tools.applet with parameters of type AID Modifier and Type Method Description DFAgentDescriptionDFAppletCommunicator. getDescriptionOfThisDF(AID df)DFAgentDescriptionDFAppletCommunicator. getDFAgentDsc(AID name)This method requests the df the DFAgentDescription of a specific agent. -
Uses of AID in jade.tools.dfgui
Methods in jade.tools.dfgui that return AID Modifier and Type Method Description AIDDFGUI. getLastDF()Returns the AID of the last df on which a search operation was made.AIDDFGUI. getSelectedAgentInTable()Returns the AID of an agent selected from one of the tables shown.Methods in jade.tools.dfgui with parameters of type AID Modifier and Type Method Description voidDFGUI. addAgentDesc(AID name)Adds a new agent to registeredModel.voidDFGUI. addChildren(AID childrenName)adds a new child to parentModelvoidDFGUI. addParent(AID parentName)adds a new parent to parentModelDFAgentDescriptionDFGUI. getDFAgentSearchDsc(AID name)This method returns theDFAgentDescriptionof an agent found in a search operation.voidDFGUI. refreshLastSearchResults(List l, AID df)Refresh the search result.voidDFGUI. removeAgentDesc(AID name, AID df)Removes an agent descr from registeredModel and if it was found in a search operation callsremoveSearchResult.voidDFGUI. removeChildren(AID childrenName)Removes an agent desc from the childrenModel.voidDFGUI. removeParent(AID parentName)Removes an agent desc from the parentModel.voidDFGUI. removeSearchResult(AID name)Removes an agent from the foundModel and lastSearchResultvoidDFGUI. setTab(String tab, AID df)This method permits to set the tabben pane to show. -
Uses of AID in jade.tools.gui
Methods in jade.tools.gui that return AID Modifier and Type Method Description AIDACLAIDDialog. getItsAID()Gets the ItsAID attribute of the ACLAIDDialog objectMethods in jade.tools.gui with parameters of type AID Modifier and Type Method Description voidACLAIDList. register(AID aid, String fieldName)register AID and fieldname from ACLMessagevoidAIDAddressList. register(AID theAID)Description of the MethodvoidACLAIDList.AIDListListener. registerChangedAID(AID theChangedAID)Description of the MethodvoidACLAIDList.AIDListListener. registerRemovedAID(AID theRemovedAID)Description of the MethodvoidACLAIDDialog. setItsAID(AID newItsAID)Sets the ItsAID attribute of the ACLAIDDialog object -
Uses of AID in jade.tools.introspector
Methods in jade.tools.introspector with parameters of type AID Modifier and Type Method Description booleanIntrospector. addAgent(AID name)voidIntrospector. removeAgent(AID name) -
Uses of AID in jade.tools.introspector.gui
Methods in jade.tools.introspector.gui that return AID Modifier and Type Method Description AIDMainWindow. getDebugged()Methods in jade.tools.introspector.gui with parameters of type AID Modifier and Type Method Description voidIntrospectorGUI. addAgent(String containerName, AID agentID)voidIntrospectorGUI. removeAgent(String containerName, AID agentID)Constructors in jade.tools.introspector.gui with parameters of type AID Constructor Description MainWindow(Sensor sn, AID id) -
Uses of AID in jade.tools.logging.gui
Methods in jade.tools.logging.gui that return AID Modifier and Type Method Description AIDContainerLogWindow. getController()Constructors in jade.tools.logging.gui with parameters of type AID Constructor Description ContainerLogWindow(Agent a, String containerName, AID controller, LogManager logManager, LogManagerGUI gui) -
Uses of AID in jade.tools.rma
Methods in jade.tools.rma with parameters of type AID Modifier and Type Method Description voidrma. addRemotePlatform(AID remoteAMS)voidrma. changeAgentOwnership(AID name, String ownership)Callback method for platform management GUI.voidrma. cloneAgent(AID name, String newName, String container)Callback method for platform managementvoidrma. freezeAgent(AID name, String repository)Callback method for platform managementvoidrma. killAgent(AID name)Callback method for platform management GUI.voidrma. loadAgent(AID name, String repository, String container)Callback method for platform managementvoidrma. moveAgent(AID name, String container)Callback method for platform managementvoidrma. refreshRemoteAgent(APDescription platform, AID ams)voidrma. resumeAgent(AID name)Callback method for platform management GUI.voidrma. saveAgent(AID name, String repository)Callback method for platform managementvoidrma. suspendAgent(AID name)Callback method for platform management GUI.voidrma. thawAgent(AID name, String repository, ContainerID newContainer)Callback method for platform management -
Uses of AID in jade.tools.sniffer
Methods in jade.tools.sniffer that return AID Modifier and Type Method Description AIDMessage. getUnicastReceiver()Methods in jade.tools.sniffer with parameters of type AID Modifier and Type Method Description voidMainWindow. addAgent(String containerName, AID agentID)Tells the Agent Tree to add an agent.voidMainWindow. removeAgent(String containerName, AID agentID)Tells the Agent Tree to remove a specified agent.Constructors in jade.tools.sniffer with parameters of type AID Constructor Description Agent(AID id)Constructor for any named agent to be put on the Agent CanvasMessage(ACLMessage msg, AID r) -
Uses of AID in jade.wrapper
Methods in jade.wrapper with parameters of type AID Modifier and Type Method Description voidContainerProxy. activateAgent(AID id)voidContainerProxy. cloneAgent(AID id, Location where, String newName)voidContainerProxy. createAgent(AID id, String className, Object[] args)voidContainerProxy. killAgent(AID id)voidContainerProxy. moveAgent(AID id, Location where)voidContainerProxy. suspendAgent(AID id) -
Uses of AID in jade.wrapper.gateway
Methods in jade.wrapper.gateway that return AID Modifier and Type Method Description AIDDynamicJadeGateway. createAID(String localName)AIDSplitJadeGateway. createAID(String localName)
-