Uses of Package
jade.core
-
Packages that use jade.core Package Description jade This package simply contains classes to bootstrap JADE system.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.faultRecovery jade.core.management jade.core.messaging jade.core.mobility jade.core.nodeMonitoring 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.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.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.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.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.imtp.leap jade.imtp.leap.JICP jade.imtp.leap.http jade.imtp.leap.nio jade.imtp.leap.sms jade.imtp.rmi 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.mtp jade.mtp.http jade.mtp.http.https jade.mtp.iiop 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.SocketProxyAgent 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 jade.tools.logging.gui jade.tools.rma jade.tools.sniffer jade.tools.testagent jade.util 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 -
Classes in jade.core used by jade Class Description Profile This class allows retrieving configuration-dependent classes.ProfileImpl This class allows the JADE core to retrieve configuration-dependent classes and boot parameters. -
Classes in jade.core used by jade.content Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.content.abs Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.content.onto.basic Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.core Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAgentDescriptor Hold all information about an agentAgentManager This interface provides Agent Life Cycle management services to the platform AMS.AgentManager.Listener This callback interface is implemented by the AMS in order to be notified of significant platform-level events (e.g.AgentState This class represents the Life-Cycle state of an agent.AID This class represents a JADE Agent Identifier.BackEnd BackEndContainer.AgentImage Inner class AgentImageBackEndManager This class is an auxiliary JADE Node that act as parent node for all back-ends in the local JVMBEConnectionManager BehaviourID This class represents an unique identifier referring to a specific agent behaviour.CallbackInvokator This class is used internally by the framework and is not accessible to users.Command TheCommandinterface has to be implemented by all JADE kernel-level commands, used by the various platform services.ContainerID A class identifying an aget container in the JADE platform.ExtendedMessageQueue Extended version of the Agent MessageQueue supporting additional features that can be useful when dealing with heavy load of messages.FEListener Interface to be implemented by classes that need to be notified about FrontEnd relevant events such as BORN_AGENT and DEAD_AGENT.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.FrontEnd HorizontalCommand TheHorizontalCommandinterface represents those kernel-level commands that are exchanged among the slices of a given JADE service, and they are sent across the network by the platform IMTP.IMTPException This exception is thrown when an error occurs in the communication with a remote objectIMTPManager LifeCycle Common bas class for all agent life cycle states.Location Abstract interface to represent JADE network locations.MainContainer MainContainerImpl This class is a concrete implementation of the JADE main container, providing runtime support to JADE agents, and the special, front end container where the AMS and the Default DF can run.MessageQueue The interface to be implemented by agent message queue implementationsNameClashException This exception is thrown when trying to create an agent with an already existing name.Node This interface represents a node of a JADE platform (i.e.NodeDescriptor TheNodeDescriptorclass serves as a meta-level description of a kernel-level service.NodeEventListener This interface is used to notify the JADE kernel of important events related to the platform nodes.NodeFailureMonitor The abstract classNodeFailureMonitorprovides a basic implementation for classes that are used to monitor the availability of nodes and detect node failures.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.PlatformManager PlatformManagerImpl TheServiceManagerImplclass is the actual implementation of JADE platform Service Manager and Service Finder components.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.ProfileImpl This class allows the JADE core to retrieve configuration-dependent classes and boot parameters.ResourceManager This is the interface that must be implemented by a class managing Thread resources on aContainerRuntime The singleton instance (accessible through theinstance()static method) of this class allows controlling the JADE runtime system from an external application.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceDescriptor TheServiceDescriptorclass serves as a meta-level description of a kernel-level service.ServiceException Generic exception thrown by JADE kernel level services.ServiceFinder TheServiceFinderinterface serves as an access point for kernel-level service discovery.ServiceHelper This interface is implemented by all the service helper classes, i.e.ServiceManager TheServiceManagerinterface serves as an access point for kernel-level service management.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands.Specifier This class represent a specifier and collects a name, a className, and an array of arguments.Timer This class is used by the JADE internal timing system to schedule actions after a given amount of time.TimerDispatcher This class implements the JADE internal timing system.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time.UnreachableException This exception is thrown when some agent container cannot be contacted.VerticalCommand TheVerticalCommandinterface represents those kernel-level commands that are sent to or through JADE kernel-level services. -
Classes in jade.core used by jade.core.behaviours Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures. -
Classes in jade.core used by jade.core.event Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAgentState This class represents the Life-Cycle state of an agent.AID This class represents a JADE Agent Identifier.BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.BehaviourID This class represents an unique identifier referring to a specific agent behaviour.Channel This class represents a communication channel, over which ACL messages can travel.ContainerID A class identifying an aget container in the JADE platform.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectProfile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.faultRecovery Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeBaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.Node This interface represents a node of a JADE platform (i.e.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e. -
Classes in jade.core used by jade.core.management Class Description AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAID This class represents a JADE Agent Identifier.BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.Command TheCommandinterface has to be implemented by all JADE kernel-level commands, used by the various platform services.ContainerID A class identifying an aget container in the JADE platform.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectNameClashException This exception is thrown when trying to create an agent with an already existing name.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.messaging Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAID This class represents a JADE Agent Identifier.BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.ContainerID A class identifying an aget container in the JADE platform.FEService JADE kernel services providing a service-helper and wishing this helper to be available in the split execution mode too, need to provide a FEService class.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectNotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands.UnreachableException This exception is thrown when some agent container cannot be contacted.VerticalCommand TheVerticalCommandinterface represents those kernel-level commands that are sent to or through JADE kernel-level services. -
Classes in jade.core used by jade.core.mobility Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAID This class represents a JADE Agent Identifier.BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.ContainerID A class identifying an aget container in the JADE platform.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectLocation Abstract interface to represent JADE network locations.NameClashException This exception is thrown when trying to create an agent with an already existing name.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.nodeMonitoring Class Description AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeBaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectNode This interface represents a node of a JADE platform (i.e.NodeEventListener This interface is used to notify the JADE kernel of important events related to the platform nodes.NodeFailureMonitor The abstract classNodeFailureMonitorprovides a basic implementation for classes that are used to monitor the availability of nodes and detect node failures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.replication Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAID This class represents a JADE Agent Identifier.BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.ContainerID A class identifying an aget container in the JADE platform.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectLocation Abstract interface to represent JADE network locations.Node This interface represents a node of a JADE platform (i.e.NodeDescriptor TheNodeDescriptorclass serves as a meta-level description of a kernel-level service.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceFinder TheServiceFinderinterface serves as an access point for kernel-level service discovery.ServiceHelper This interface is implemented by all the service helper classes, i.e.Sink TheSinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.resource Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeBaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.Profile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.core.sam Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeBaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.Filter Base class for command filters, that allow to set up an open-ended chain of platform services to process commands coming from the upper JADE layers.IMTPException This exception is thrown when an error occurs in the communication with a remote objectProfile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e.SliceProxy An implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Classes in jade.core used by jade.domain Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentManager This interface provides Agent Life Cycle management services to the platform AMS.AgentManager.Listener This callback interface is implemented by the AMS in order to be notified of significant platform-level events (e.g.AID This class represents a JADE Agent Identifier.Location Abstract interface to represent JADE network locations.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.domain.DFGUIManagement Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.domain.FIPAAgentManagement Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.domain.JADEAgentManagement Class Description AID This class represents a JADE Agent Identifier.ContainerID A class identifying an aget container in the JADE platform.Location Abstract interface to represent JADE network locations. -
Classes in jade.core used by jade.domain.KBManagement Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.domain.introspection Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentState This class represents the Life-Cycle state of an agent.AID This class represents a JADE Agent Identifier.BehaviourID This class represents an unique identifier referring to a specific agent behaviour.Channel This class represents a communication channel, over which ACL messages can travel.ContainerID A class identifying an aget container in the JADE platform.Location Abstract interface to represent JADE network locations. -
Classes in jade.core used by jade.domain.mobility Class Description AID This class represents a JADE Agent Identifier.Location Abstract interface to represent JADE network locations. -
Classes in jade.core used by jade.domain.persistence Class Description AID This class represents a JADE Agent Identifier.ContainerID A class identifying an aget container in the JADE platform. -
Classes in jade.core used by jade.gui Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.imtp.leap Class Description BackEnd FrontEnd IMTPException This exception is thrown when an error occurs in the communication with a remote objectIMTPManager Node This interface represents a node of a JADE platform (i.e.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.PlatformManager Profile This class allows retrieving configuration-dependent classes.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceException Generic exception thrown by JADE kernel level services. -
Classes in jade.core used by jade.imtp.leap.JICP Class Description BackEnd BEConnectionManager FEConnectionManager FrontEnd IMTPException This exception is thrown when an error occurs in the communication with a remote objectProfile This class allows retrieving configuration-dependent classes.Timer This class is used by the JADE internal timing system to schedule actions after a given amount of time.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.imtp.leap.http Class Description BackEnd BEConnectionManager FEConnectionManager FrontEnd IMTPException This exception is thrown when an error occurs in the communication with a remote objectTimer This class is used by the JADE internal timing system to schedule actions after a given amount of time.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.imtp.leap.nio Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeBackEnd BaseService TheBaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery.BEConnectionManager FrontEnd IMTPException This exception is thrown when an error occurs in the communication with a remote objectProfile This class allows retrieving configuration-dependent classes.ProfileException This class represents an exception related to JADE profile creation or management.Service TheServiceinterface represents a centralized view of a JADE kernel-level service.ServiceException Generic exception thrown by JADE kernel level services.ServiceHelper This interface is implemented by all the service helper classes, i.e. -
Classes in jade.core used by jade.imtp.leap.sms Class Description BEConnectionManager -
Classes in jade.core used by jade.imtp.rmi Class Description IMTPException This exception is thrown when an error occurs in the communication with a remote objectIMTPManager Node This interface represents a node of a JADE platform (i.e.NodeDescriptor TheNodeDescriptorclass serves as a meta-level description of a kernel-level service.PlatformManager Profile This class allows retrieving configuration-dependent classes.Service.Slice TheSlicenested interface represents that part of a service that is deployed at a given network node.ServiceDescriptor TheServiceDescriptorclass serves as a meta-level description of a kernel-level service.ServiceException Generic exception thrown by JADE kernel level services. -
Classes in jade.core used by jade.lang.acl Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.mtp Class Description Profile This class allows retrieving configuration-dependent classes. -
Classes in jade.core used by jade.mtp.http Class Description Profile This class allows retrieving configuration-dependent classes. -
Classes in jade.core used by jade.mtp.http.https Class Description Profile This class allows retrieving configuration-dependent classes. -
Classes in jade.core used by jade.mtp.iiop Class Description Profile This class allows retrieving configuration-dependent classes. -
Classes in jade.core used by jade.proto Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.proto.states Class Description Agent TheAgentclass is the common superclass for user defined software agents. -
Classes in jade.core used by jade.tools Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.DummyAgent Class Description Agent TheAgentclass is the common superclass for user defined software agents.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.SocketProxyAgent Class Description Agent TheAgentclass is the common superclass for user defined software agents.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.applet Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.tools.dfgui Class Description AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.tools.gui Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.tools.introspector Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.introspector.gui Class Description AgentState This class represents the Life-Cycle state of an agent.AID This class represents a JADE Agent Identifier.BehaviourID This class represents an unique identifier referring to a specific agent behaviour. -
Classes in jade.core used by jade.tools.logging Class Description Agent TheAgentclass is the common superclass for user defined software agents.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.logging.gui Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier. -
Classes in jade.core used by jade.tools.rma Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.ContainerID A class identifying an aget container in the JADE platform.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.sniffer Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.tools.testagent Class Description Agent TheAgentclass is the common superclass for user defined software agents.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by jade.util Class Description IMTPException This exception is thrown when an error occurs in the communication with a remote objectIMTPManager -
Classes in jade.core used by jade.wrapper Class Description Agent TheAgentclass is the common superclass for user defined software agents.AgentContainer This interface represents the local container as it is seen by JADE kernel level services installed in the underlying NodeAID This class represents a JADE Agent Identifier.Location Abstract interface to represent JADE network locations.NotFoundException This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures. -
Classes in jade.core used by jade.wrapper.gateway Class Description Agent TheAgentclass is the common superclass for user defined software agents.AID This class represents a JADE Agent Identifier.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. -
Classes in jade.core used by test Class Description Agent TheAgentclass is the common superclass for user defined software agents.TimerListener This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time.