Uses of Class
jade.core.Agent
-
Packages that use Agent Package Description 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.faultRecovery jade.core.messaging jade.core.mobility jade.core.replication jade.core.resource jade.core.sam jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.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.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents.jade.imtp.leap.nio 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.proto.states This package contains classes for common states of an interaction protocol, such as "waiting for a given message", "selecting between a number of alternatives", ...jade.tools jade.tools.DummyAgent This package contains the Dummy Agent, a simple yet very useful tool for inspecting message exchanges among JADE agents.jade.tools.gui jade.tools.introspector jade.tools.logging jade.tools.logging.gui jade.tools.rma jade.tools.sniffer jade.tools.SocketProxyAgent jade.tools.testagent 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.test -
-
Uses of Agent in jade.core
Subclasses of Agent in jade.core Modifier and Type Class Description classBackEndContainer.AgentImageInner class AgentImagestatic classScalabilityTest.BitrateReceiverAgentInner class BitrateReceiverAgentstatic classScalabilityTest.BitrateSenderAgentInner class BitrateSenderAgent Send messages to the corresponding receiver.static classScalabilityTest.RTTReceiverAgentInner class RTTReceiverAgentstatic classScalabilityTest.RTTSenderAgentInner class RTTSenderAgent Send messages to the corresponding receiver.Fields in jade.core declared as Agent Modifier and Type Field Description protected AgentExtendedMessageQueue. myAgentprotected AgentLifeCycle. myAgentMethods in jade.core that return Agent Modifier and Type Method Description AgentAgentContainer. acquireLocalAgent(AID id)AgentBackEndContainer. acquireLocalAgent(AID id)AgentAgentContainer. addLocalAgent(AID id, Agent a)Methods in jade.core with parameters of type Agent Modifier and Type Method Description AgentAgentContainer. addLocalAgent(AID id, Agent a)voidAgentContainer. fillListFromBlockedBehaviours(List behaviours, Agent a)voidAgentContainer. fillListFromMessageQueue(List messages, Agent a)voidAgentContainer. fillListFromReadyBehaviours(List behaviours, Agent a)ServiceHelperBaseService. getHelper(Agent a)This should be properly implemented by the services that have helpers.abstract ServiceHelperFEService. getHelper(Agent a)Subclasses must implement this method to return the helper for accessing this service.ServiceHelperService. getHelper(Agent a)Get the helper for accessing this service.voidServiceHelper. init(Agent a)voidAgentContainer. initAgent(AID agentID, Agent instance, JADEPrincipal ownerPrincipal, Credentials initialCredentials)voidCallbackInvokator. invokeCallbackMethod(Agent a, String name)Constructors in jade.core with parameters of type Agent Constructor Description ExtendedMessageQueue(int maxSize, int warningLimit, MessageTemplate warningDiscardTemplate, Agent a)TemplateBasedMessageQueue(int maxSize, int warningLimit, MessageTemplate warningDiscardTemplate, Agent a) -
Uses of Agent in jade.core.behaviours
Fields in jade.core.behaviours declared as Agent Modifier and Type Field Description protected AgentBehaviour. myAgentThe agent this behaviour belongs to.Methods in jade.core.behaviours that return Agent Modifier and Type Method Description AgentBehaviour. getAgent()Methods in jade.core.behaviours with parameters of type Agent Modifier and Type Method Description voidBehaviour. setAgent(Agent a)Associates this behaviour with the agent it belongs to.voidCompositeBehaviour. setAgent(Agent a)Associates this behaviour with the agent it belongs to.voidWrapperBehaviour. setAgent(Agent a)Constructors in jade.core.behaviours with parameters of type Agent Constructor Description Behaviour(Agent a)Constructor with owner agent.CompositeBehaviour(Agent a)This constructor sets the owner agent.CyclicBehaviour(Agent a)This constructor sets the owner agent for thisCyclicBehaviour.FSMBehaviour(Agent a)This constructor sets the owner agent.LoaderBehaviour(Agent a)Construct a LoaderBehaviour to be executed by a given agent.LoaderBehaviour(Agent a, ClassLoader cl)Construct a LoaderBehaviour to be executed by a given agent and that will use a given class loader to load behaviours whose code is not embedded in the LoadBehaviour request.OneShotBehaviour(Agent a)This constructor sets the owner agent for thisOneShotBehaviour.OntologyServer(Agent a, Ontology onto, int performative)OntologyServer(Agent a, Ontology onto, int[] performatives)OntologyServer(Agent a, Ontology onto, int[] performatives, Object serverDelegate)OntologyServer(Agent a, Ontology onto, int performative, Object serverDelegate)ParallelBehaviour(Agent a, int endCondition)Construct aParallelBehavioursetting the owner agent.ReceiverBehaviour(Agent a, long millis, MessageTemplate mt)This constructor creates aReceiverBehaviourobject that ends as soon as an ACL message matching a givenMessageTemplatearrives or the passedmillistimeout expires.ReceiverBehaviour(Agent a, ReceiverBehaviour.Handle h, long millis)Receive any ACL message, waiting at mostmillismilliseconds (infinite time ifmillis < 1).ReceiverBehaviour(Agent a, ReceiverBehaviour.Handle h, long millis, MessageTemplate mt)Receive any ACL message matching the given template, witing at mostmillismilliseconds (infinite time ifmillis < 1.SenderBehaviour(Agent a, ACLMessage msg)Send a given ACL message.SequentialBehaviour(Agent a)This constructor sets the owner agent for this behaviour.SerialBehaviour(Agent a)Create a newSerialBehaviourobject and set the owner agent.SimpleBehaviour(Agent a)This constructor sets the owner agent for this behaviour.TickerBehaviour(Agent a, long period)Construct aTickerBehaviourthat call itsonTick()method everyperiodms.WakerBehaviour(Agent a, long timeout)This method constructs the behaviour.WakerBehaviour(Agent a, Date wakeupDate)This method constructs the behaviour. -
Uses of Agent in jade.core.event
Methods in jade.core.event with parameters of type Agent Modifier and Type Method Description ServiceHelperNotificationService. getHelper(Agent a) -
Uses of Agent in jade.core.faultRecovery
Methods in jade.core.faultRecovery with parameters of type Agent Modifier and Type Method Description ServiceHelperFaultRecoveryService. getHelper(Agent a) -
Uses of Agent in jade.core.messaging
Methods in jade.core.messaging with parameters of type Agent Modifier and Type Method Description ServiceHelperMessagingService. getHelper(Agent a)ServiceHelperTopicManagementFEService. getHelper(Agent a)ServiceHelperTopicManagementService. getHelper(Agent a)Return the TopicManagementHelper for a given agent -
Uses of Agent in jade.core.mobility
Methods in jade.core.mobility with parameters of type Agent Modifier and Type Method Description StringAgentMobilityService. getClassSite(Agent a)Retrieve the name of the container where the classes of a given agent can be foundServiceHelperAgentMobilityService. getHelper(Agent a) -
Uses of Agent in jade.core.replication
Methods in jade.core.replication with parameters of type Agent Modifier and Type Method Description ServiceHelperAgentReplicationService. getHelper(Agent a)Return the AgentReplicationHelper for a given agentstatic voidAgentReplicationHandle. replicate(Agent a, String methodName, Object[] arguments)Utility method to be called at the beginning of each replicated method as exemplified below
public void aReplicatedMethod(T1 a, T2 b) { AgentReplicationHandle.replicate(this, "aReplicatedMethod", new Object[]{a, b}); ... -
Uses of Agent in jade.core.resource
Methods in jade.core.resource with parameters of type Agent Modifier and Type Method Description ServiceHelperResourceManagementService. getHelper(Agent a) -
Uses of Agent in jade.core.sam
Methods in jade.core.sam with parameters of type Agent Modifier and Type Method Description ServiceHelperSAMService. getHelper(Agent a) -
Uses of Agent in jade.domain
Subclasses of Agent in jade.domain Modifier and Type Class Description classamsStandard Agent Management System agent.classdfStandard Directory Facilitator agent.Methods in jade.domain with parameters of type Agent Modifier and Type Method Description 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)A default AMSAgentDescription is used for this agent, where only AID and state are set.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 voidAMSService. deregister(Agent a, AMSAgentDescription amsd)The AID of the AMS is defaulted to the AMS of this platform.static voidDFService. deregister(Agent a)Deregisters aDFAgentDescriptionfrom the default DF.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.static voidDFService. deregister(Agent a, DFAgentDescription dfd)Deregisters aDFAgentDescriptionfrom the default DFstatic ACLMessageFIPAService. doFipaRequestClient(Agent a, ACLMessage request)This method plays the initiator role in the Fipa-Request interaction protocol and performs all the steps of the protocol.static ACLMessageFIPAService. doFipaRequestClient(Agent a, ACLMessage request, long timeout)This method plays the initiator role in the Fipa-Request interaction protocol and performs all the steps of the protocol, and additionally sets a conversation timeout.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 StringAMSService. getFailureReason(Agent a, ACLMessage failure)static 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 RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, String actionName)the default AMS is used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, String actionName, AMSAgentDescription amsd)the default AMS is used.static RequestFIPAServiceBehaviourAMSService. getNonBlockingBehaviour(Agent a, String actionName, AMSAgentDescription amsd, SearchConstraints constraints)the default AMS is used.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 RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, String actionName)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, String actionName, DFAgentDescription dfd)Deprecated.UseAchieveREInitiatorinsteadstatic RequestFIPAServiceBehaviourDFService. getNonBlockingBehaviour(Agent a, String actionName, DFAgentDescription dfd, SearchConstraints constraints)Deprecated.UseAchieveREInitiatorinsteadstatic ACLMessageDFService. getSubscriptionMessage(Agent a, AID dfName, DFAgentDescription template, SearchConstraints constraints)Deprecated.UsecreateSubscriptionMessage()insteadstatic 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 voidAMSService. modify(Agent a, AMSAgentDescription amsd)The AID of the AMS is defaulted to the AMS of this platform.static DFAgentDescriptionDFService. modify(Agent a, AID dfName, DFAgentDescription dfd)Modifies a previously registered DF-Description within a DF agent.static DFAgentDescriptionDFService. modify(Agent a, DFAgentDescription dfd)Modify aDFAgentDescriptionfrom the default DF.static voidAMSService. register(Agent a, AID AMSName, AMSAgentDescription amsd)Register a AMSAgentDescription with a AMS agent.static voidAMSService. register(Agent a, AMSAgentDescription amsd)registers aAMSAgentDescriptionwith the default AMSstatic DFAgentDescriptionDFService. register(Agent a, AID dfName, DFAgentDescription dfd)Register a new DF-Description with a DF agent.static DFAgentDescriptionDFService. register(Agent a, DFAgentDescription dfd)Registers aDFAgentDescriptionwith the default DFstatic 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 AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd)searches with the default AMS and the default SearchConstraints.static AMSAgentDescription[]AMSService. search(Agent a, AMSAgentDescription amsd, SearchConstraints constraints)searches with the default AMSstatic 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.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd)The default DF is used.static DFAgentDescription[]DFService. search(Agent a, DFAgentDescription dfd, SearchConstraints constraints)The default DF is used.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.Constructors in jade.domain with parameters of type Agent Constructor Description DFSubscriber(Agent a, DFAgentDescription template)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.RequestManagementBehaviour(Agent a, MessageTemplate mt) -
Uses of Agent in jade.domain.introspection
Constructors in jade.domain.introspection with parameters of type Agent Constructor Description IntrospectionServer(Agent a) -
Uses of Agent in jade.gui
Subclasses of Agent in jade.gui Modifier and Type Class Description classGuiAgentWhen a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread. -
Uses of Agent in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio with parameters of type Agent Modifier and Type Method Description ServiceHelperBEManagementService. getHelper(Agent a)Retrieve the helper of this Service -
Uses of Agent in jade.lang.acl
Fields in jade.lang.acl declared as Agent Modifier and Type Field Description protected AgentConversationList. myAgentConstructors in jade.lang.acl with parameters of type Agent Constructor Description ConversationList(Agent a)Construct a ConversationList to be used inside a given agent. -
Uses of Agent in jade.proto
Constructors in jade.proto with parameters of type Agent Constructor Description AchieveREInitiator(Agent a, ACLMessage msg)Construct anAchieveREInitiatorwith an empty DataStoreAchieveREInitiator(Agent a, ACLMessage msg, DataStore store)Construct anAchieveREInitiatorwith a given DataStoreAchieveREResponder(Agent a, MessageTemplate mt)Constructor of the behaviour that creates a new empty DataStoreAchieveREResponder(Agent a, MessageTemplate mt, DataStore store)Constructor.ContractNetInitiator(Agent a, ACLMessage cfp)Constructor for the class that creates a new empty DataStoreContractNetInitiator(Agent a, ACLMessage cfp, DataStore store)Constructs aContractNetInitiatorbehaviourContractNetResponder(Agent a, MessageTemplate mt)Constructor of the behaviour that creates a new empty DataStoreContractNetResponder(Agent a, MessageTemplate mt, DataStore store)Constructor of the behaviour.IteratedAchieveREInitiator(Agent a, ACLMessage msg)Construct anIteratedAchieveREInitiatorwith an empty DataStoreIteratedAchieveREInitiator(Agent a, ACLMessage msg, DataStore store)Construct anIteratedAchieveREInitiatorwith a given DataStoreProposeInitiator(Agent a, ACLMessage msg)Construct aProposeInitiatorwith an empty DataStoreProposeInitiator(Agent a, ACLMessage initiation, DataStore store)Construct aProposeInitiatorwith a given DataStoreProposeResponder(Agent a, MessageTemplate mt)Constructor of the behaviour that creates a new empty DataStoreProposeResponder(Agent a, MessageTemplate mt, DataStore store)Constructor.SimpleAchieveREInitiator(Agent a, ACLMessage msg)Construct for the class by creating a new empty DataStoreSimpleAchieveREInitiator(Agent a, ACLMessage msg, DataStore store)Constructs aSimpleAchieveREInitiatorbehaviourSimpleAchieveREResponder(Agent a, MessageTemplate mt)Constructor of the behaviour that creates a new empty DataStoreSimpleAchieveREResponder(Agent a, MessageTemplate mt, DataStore store)Constructor.SSContractNetResponder(Agent a, ACLMessage cfp)Construct a SSContractNetResponder that is activated by the reception of a given initiation CFP message.SSContractNetResponder(Agent a, ACLMessage cfp, DataStore store)Construct a SSContractNetResponder that is activated by the reception of a given initiation CFP message and uses a given DataStore.SSIteratedAchieveREResponder(Agent a, ACLMessage request)Construct a SSIteratedAchieveREResponder that is activated by the reception of a given initiation REQUEST message.SSIteratedAchieveREResponder(Agent a, ACLMessage request, DataStore store)Construct a SSIteratedAchieveREResponder that is activated by the reception of a given initiation REQUEST message and uses a given DataStore.SSIteratedContractNetResponder(Agent a, ACLMessage cfp)SSIteratedContractNetResponder(Agent a, ACLMessage cfp, DataStore store)Construct a SSIteratedContractNetResponder that is activated by the reception of a given initiation CFP message and uses a given DataStore.SSResponderDispatcher(Agent a, MessageTemplate tpl)SubscriptionInitiator(Agent a, ACLMessage msg)Construct aSubscriptionInitiatorwith an empty DataStoreSubscriptionInitiator(Agent a, ACLMessage msg, DataStore store)Construct aSubscriptionInitiatorwith a given DataStoreSubscriptionResponder(Agent a, MessageTemplate mt)Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template.SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm)Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template and notifies a given SubscriptionManager about subscription/un-subscription events.SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm, DataStore store)Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template, notifies a given SubscriptionManager about subscription/un-subscription events and uses a given DataStore.TwoPh0Initiator(Agent a, ACLMessage cfp, String outputKey)Constructs aTwoPh0Initiatorbehaviour.TwoPh0Initiator(Agent a, ACLMessage cfp, String outputKey, DataStore store)Constructs aTwoPh0Initiatorbehaviour.TwoPh1Initiator(Agent a, ACLMessage queryIf, String outputKey)Constructs aTwoPh1Initiatorbehaviour.TwoPh1Initiator(Agent a, ACLMessage queryIf, String outputKey, DataStore store)Constructs aTwoPh1Initiatorbehaviour.TwoPh2Initiator(Agent a, ACLMessage acceptance)Constructs aTwoPh2Initiatorbehaviour.TwoPh2Initiator(Agent a, ACLMessage acceptance, DataStore store)Constructs aTwoPh2Initiatorbehaviour.TwoPhInitiator(Agent a, ACLMessage cfp)Constructs aTwoPhInitiatorbehaviour.TwoPhInitiator(Agent a, ACLMessage cfp, DataStore ds)Constructs aTwoPhInitiatorbehaviour.TwoPhResponder(Agent a, MessageTemplate mt)Constructor of the behaviour that creates a new empty DataStoreTwoPhResponder(Agent a, MessageTemplate mt, DataStore store)Constructor of the behaviour. -
Uses of Agent in jade.proto.states
Methods in jade.proto.states with parameters of type Agent Modifier and Type Method Description static voidReplySender. adjustReply(Agent myAgent, ACLMessage reply, ACLMessage msg)Adjust all protocol fields and receivers in a reply to a given message.Constructors in jade.proto.states with parameters of type Agent Constructor Description HandlerSelector(Agent a, DataStore s, Object accessKey)Constructor for this HandlerSelector.MsgReceiver(Agent a, MessageTemplate mt, long deadline, DataStore s, Object msgKey)Constructor.ReplySender(Agent a, String replyKey, String msgKey)Constructor.ReplySender(Agent a, String replyKey, String msgKey, DataStore ds)Constructor. -
Uses of Agent in jade.tools
Subclasses of Agent in jade.tools Modifier and Type Class Description classToolAgentThis abstract class is the common ancestor of all JADE tools (RMA, Sniffer, Introspector, etc.).classToolNotifier -
Uses of Agent in jade.tools.DummyAgent
Subclasses of Agent in jade.tools.DummyAgent Modifier and Type Class Description classDummyAgent -
Uses of Agent in jade.tools.gui
Methods in jade.tools.gui with parameters of type Agent Modifier and Type Method Description static voidACLFrame. show(ACLMessage theMsg, Agent agent)show the ACLMessage, disabledConstructors in jade.tools.gui with parameters of type Agent Constructor Description ACLAIDDialog(Agent agent)Constructor for the ACLAIDDialog objectACLAIDList(Agent agent)Constructor for the ACLAIDList objectACLFrame(Agent agent)Constructor for the ACLFrame objectACLPanel(Agent agent)Constructor for the ACLPanel objectACLTracePanel(Agent agent)Constructor for the ACLTreePanel object -
Uses of Agent in jade.tools.introspector
Subclasses of Agent in jade.tools.introspector Modifier and Type Class Description classIntrospectorConstructors in jade.tools.introspector with parameters of type Agent Constructor Description SensorManager(Agent a, Sensor s) -
Uses of Agent in jade.tools.logging
Subclasses of Agent in jade.tools.logging Modifier and Type Class Description classLogHelperAgentclassLogManagerAgentThis tool agent supports local and remote management of logs in JADE containers. -
Uses of Agent in jade.tools.logging.gui
Constructors in jade.tools.logging.gui with parameters of type Agent Constructor Description ContainerLogWindow(Agent a, String containerName, AID controller, LogManager logManager, LogManagerGUI gui)LogManagerGUI(Agent a) -
Uses of Agent in jade.tools.rma
Subclasses of Agent in jade.tools.rma Modifier and Type Class Description classrmaRemote Management Agent agent. -
Uses of Agent in jade.tools.sniffer
Subclasses of Agent in jade.tools.sniffer Modifier and Type Class Description classSnifferThis is the Sniffer agent. -
Uses of Agent in jade.tools.SocketProxyAgent
Subclasses of Agent in jade.tools.SocketProxyAgent Modifier and Type Class Description classSocketProxyAgentAgent to bridge ACL messages between JADE and the outside using a socket. -
Uses of Agent in jade.tools.testagent
Subclasses of Agent in jade.tools.testagent Modifier and Type Class Description classTestAgentThis can be used as test agent for sending and receiving messages to the Agentplatform and Other agents. -
Uses of Agent in jade.wrapper
Methods in jade.wrapper with parameters of type Agent Modifier and Type Method Description AgentControllerContainerController. acceptNewAgent(String nickname, Agent anAgent)Add an Agent to this container. -
Uses of Agent in jade.wrapper.gateway
Subclasses of Agent in jade.wrapper.gateway Modifier and Type Class Description classGatewayAgentThis agent is the gateway able to execute all commands requests received via JadeGateway.Constructors in jade.wrapper.gateway with parameters of type Agent Constructor Description LocalJadeGateway(Agent a) -
Uses of Agent in test
Subclasses of Agent in test Modifier and Type Class Description classTestAgent
-