Uses of Interface
jade.util.leap.Serializable
-
Packages that use Serializable Package Description jade.content jade.content.abs jade.content.frame jade.content.lang jade.content.lang.leap jade.content.lang.sl jade.content.onto jade.content.onto.basic jade.content.schema jade.content.schema.facets 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.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.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.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.http jade.imtp.leap.JICP 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.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.security 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.introspector jade.tools.logging jade.tools.logging.ontology jade.tools.rma jade.tools.sniffer jade.tools.SocketProxyAgent jade.tools.testagent jade.util jade.util.leap This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME.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 Serializable in jade.content
Subinterfaces of Serializable in jade.content Modifier and Type Interface Description interfaceAgentActionGeneric interface to be implemented by classes associated to agent actions in an ontology.interfaceConceptGeneric interface to be implemented by classes associated to concepts in an ontology.interfaceContentElementInterface representing a generic content element, i.e.interfacePredicateGeneric interface to be implemented by classes associated to predicates in an ontology.interfaceTermInterface representing a generic term, i.e.Classes in jade.content that implement Serializable Modifier and Type Class Description classContentElementListUtility class to deal with a list of content elements as a content element itself.classContentManagerThis class provides all methods to manage the content languages and ontologies "known" by a given agent and to fill and extract the content of an ACL message according to a given content language and ontology.classOntoACLMessageUtility class that allow using anACLMessageobject as an ontological agent action.classOntoAIDUtility class that allow using anAIDobject as an ontological concept. -
Uses of Serializable in jade.content.abs
Subinterfaces of Serializable in jade.content.abs Modifier and Type Interface Description interfaceAbsContentElementAn abstract descriptor that can hold a generic content element expression.interfaceAbsObjectThe common ancestor of all abstract descriptorsinterfaceAbsTermAn abstract descriptor that can hold a term expression.Classes in jade.content.abs that implement Serializable Modifier and Type Class Description classAbsAgentActionAn abstract descriptor that can hold an agent action expression.classAbsAggregateAn abstract descriptor that can hold an aggregate entitiy expression.classAbsConceptAn abstract descriptor that can hold a concept expression.classAbsConceptSlotFunctionclassAbsContentElementListAn abstract descriptor that can hold a list of generic content element expressions.classAbsExtendedPrimitiveAn extended abstract descriptor that can hold a generic primitive types (eg.classAbsIREAn Abstract descriptor that can hold an Identifying Referential Expression (IRE).classAbsObjectImplBase class for all non-primitive abstract descriptor classes.classAbsPredicateAn abstract descriptor that can hold a predicate expression.classAbsPrimitiveAn abstract descriptor that can hold a primitive expression.classAbsPrimitiveSlotsHolderThis class is not intended to be used by programmers.classAbsReferenceA term representing a reference to an object or an attribute of an object typically expressed as &OBJECT_TYPE#name where name may be either an ObjectID or have the form ObjectID.attributeclassAbsVariableAn abstract descriptor that can hold a variable expression, i.e. -
Uses of Serializable in jade.content.frame
Classes in jade.content.frame that implement Serializable Modifier and Type Class Description classLEAPFrameCodecclassSLFrameCodec -
Uses of Serializable in jade.content.lang
Classes in jade.content.lang that implement Serializable Modifier and Type Class Description classByteArrayCodecBase class for content language codecs that transform AbsContentElements to/from sequences of bytesclassCodecGeneric base class for al content language codecsclassStringCodecBase class for content language codecs that transform AbsContentElements to/from sequences of strings -
Uses of Serializable in jade.content.lang.leap
Classes in jade.content.lang.leap that implement Serializable Modifier and Type Class Description classLEAPCodecContent language codec for the LEAP language -
Uses of Serializable in jade.content.lang.sl
Classes in jade.content.lang.sl that implement Serializable Modifier and Type Class Description classSimpleSLCodecMIDP implementation of the SLCodec.classSLCodecThe codec class for the FIPA-SLn languages.classSLOntologyOntology containing schemas for the full SL language operators. -
Uses of Serializable in jade.content.onto
Subinterfaces of Serializable in jade.content.onto Modifier and Type Interface Description interfaceIntrospectorThis interface defines the methods to convert objects of ontological classes into/from abstract descriptors.Classes in jade.content.onto that implement Serializable Modifier and Type Class Description classBasicOntologyThis class implements an ontology containing schemas for Primitive types and SL0 operators i.e.classBCReflectiveIntrospectorBackward Compatible reflective introspector.classBeanOntologyExtension ofOntologythat allows to build the ontological elements adding directly the classes of the corresponding JavaBeans.classCFReflectiveIntrospectorclassConceptSlotFunctionThe ConceptSlotFunction class allows treating the slots of an ontological concept as functions.classJavaCollectionOntologyclassMicroIntrospectorThis introspector does nothing but "asking objects to convert themselves into/from abstract descriptors".classOntologyAn application-specific ontology describes the elements that agents can use within content of messages.classReflectiveIntrospectorThe default introspector for user defined ontologies that uses Java Reflection to translate java objects to/from abstract descriptors.classSerializableOntologyThis ontology allows dealing with Java Serializable objects as if they were instances of ontological elements. -
Uses of Serializable in jade.content.onto.basic
Classes in jade.content.onto.basic that implement Serializable Modifier and Type Class Description classActionThis class implements theactionoperator of the FIPA SL0 action.classDoneThis class implements thedoneoperator of the FIPA SL0 action.classEqualsThis class implements the=operator of the FIPA SL0 language.classFalsePropositionThis class represents the FALSE proposition i.e.classResultThis class implements theresultoperator of the FIPA SL0 action.classTruePropositionThis class represents the TRUE proposition i.e. -
Uses of Serializable in jade.content.schema
Subinterfaces of Serializable in jade.content.schema Modifier and Type Interface Description interfaceFacetRepresent a generic Facet (i.e.Classes in jade.content.schema that implement Serializable Modifier and Type Class Description classAgentActionSchemaThe class to be used to define schemas of agent actions in an ontology.classAggregateSchemaThis class represent the schema of aggregate entities in an ontology.classConceptSchemaThe class to be used to define schemas of concepts in an ontology.classConceptSlotFunctionSchemaclassContentElementListSchemaclassContentElementSchemaThis class represents the schema of a generic content element in an ontology.classIRESchemaThis class represents the schema of an Identifying Referential Expression (IRE) in an ontology.classObjectSchemaThe common ancestor of all ontological schemas.classPredicateSchemaThe class to be used to define schemas of predicates in an ontology.classPrimitiveSchemaThis class represent the schema of primitive entities in an ontology.classReferenceSchemaThe schema of a reference to an object or an attribute of an objectclassTermSchemaThis class represents the schema of a generic term in an ontology.classVariableSchemaThis class represents the schema of a variable. -
Uses of Serializable in jade.content.schema.facets
Classes in jade.content.schema.facets that implement Serializable Modifier and Type Class Description classCardinalityFacetThis facet forces an AbsAggregate to contain a number of elements that is comprised between a given min and a given max.classDefaultValueFacetThis facet set the default value of an AbsObject.classDocumentationFacetclassJavaTypeFacetclassPermittedValuesFacetThis facet forces an AbsPrimitive to contain a specific set of values.classRegexFacetThis facet forces an AbsPrimitive to contain a specific set of values expressed as a regular expression.classTypedAggregateFacetThis facet forces the elements in an AbsAggregate to be compliant to a given schema. -
Uses of Serializable in jade.core
Subinterfaces of Serializable in jade.core Modifier and Type Interface Description interfaceHorizontalCommandTheHorizontalCommandinterface 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.interfaceLocationAbstract interface to represent JADE network locations.interfaceNodeThis interface represents a node of a JADE platform (i.e.static interfaceService.SliceTheSlicenested interface represents that part of a service that is deployed at a given network node.Classes in jade.core that implement Serializable Modifier and Type Class Description classAgentTheAgentclass is the common superclass for user defined software agents.classAIDThis class represents a JADE Agent Identifier.classBackEndContainer.AgentImageInner class AgentImageclassBaseNodeThis class provides a partial implementation of theNodeinterface.classBehaviourIDThis class represents an unique identifier referring to a specific agent behaviour.classCallbackInvokatorThis class is used internally by the framework and is not accessible to users.classCaseInsensitiveStringA name string, with case insensitive comparison and equality operations.classContainerIDA class identifying an aget container in the JADE platform.classGenericCommandA generic implementation of theCommandinterface, operating at the meta-level to provide a generic transformation of method invocations.classLifeCycleCommon bas class for all agent life cycle states.classNodeDescriptorTheNodeDescriptorclass serves as a meta-level description of a kernel-level service.classPlatformIDDescription herestatic 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.static classService.SliceProxyDeprecated.use the class jade.core.SliceProxy instead of this inner classclassServiceDescriptorTheServiceDescriptorclass serves as a meta-level description of a kernel-level service.classSliceProxyAn implementation of theService.Sliceinterface, supporting routed dispatching of horizontal commands. -
Uses of Serializable in jade.core.behaviours
Classes in jade.core.behaviours that implement Serializable Modifier and Type Class Description classActionExecutor<ActionT extends AgentAction,ResultT>Base class for behaviours intended to request the execution of an action to a given actor and get back the result (if any)classBaseInitiatorBase class for behaviours implementing a FIPA-request like pattern with a single target agent.classBehaviourAbstract base class for JADE behaviours.protected classBehaviour.RunnableChangedEventEvent class for notifying blocked and restarted behaviours.classCompositeBehaviourAn abstract superclass for behaviours composed by many parts.classCyclicBehaviourAtomic behaviour that must be executed forever.classDataStoreclassFSMBehaviourComposite behaviour with Finite State Machine based children scheduling.classLoaderBehaviourThis behaviour serves behaviour-loading requests according to the Behaviour-loading ontology.classOneShotBehaviourAtomic behaviour that executes just once.classOntologyServerReady made behaviour that for each incoming message automatically invokes a corresponding method of the form
public void serveCcccPppp(Cccc c, ACLMessage msg) throws Exception
where Cccc represents the key content-element referenced by the incoming message msg and Pppp represents the performative of the message.
ContentElement-s representing SL0 operatorsaction,doneandresultare automatically managed so that for instance if an incoming REQUEST message is received carrying a content of type
((action (actor ...) (Sell ...)))
a serving method with signature
public void serveSellRequest(Sell s, ACLMessage msg) throws Exception
will be searched.
Serving methods are responsible for sending back responses if any.classParallelBehaviourComposite behaviour with concurrent children scheduling.classReceiverBehaviourBehaviour for receiving an ACL message.classSenderBehaviourBehaviour for sending an ACL message.classSequentialBehaviourComposite behaviour with sequential children scheduling.classSerialBehaviourBase class for all composite behaviour whose children run serially, i.e.classSimpleBehaviourAn atomic behaviour.classThreadedBehaviourFactory.ThreadedBehaviourWrapperInner class ThreadedBehaviourWrapper This class is declared public for debugging purpose onlyclassTickerBehaviourThis abstract class implements aBehaviourthat periodically executes a user-defined piece of code.classWakerBehaviourThis abstract class implements a OneShot task that must be executed only one just after a given timeout is elapsed.classWrapperBehaviourThis behaviour allows modifying on the fly the way an existing behaviour object works The following piece of code provides an example where we modify thedone()method of an existing behaviour object to print on the standard output a proper message when the behaviour is completing. -
Uses of Serializable in jade.core.event
Subinterfaces of Serializable in jade.core.event Modifier and Type Interface Description interfaceNotificationSliceThe horizontal interface for the JADE kernel-level service managing the event notification subsystem installed in the platform.Classes in jade.core.event that implement Serializable Modifier and Type Class Description classNotificationProxyThe remote proxy for the JADE kernel-level service managing the event notification subsystem installed in the platform. -
Uses of Serializable in jade.core.management
Subinterfaces of Serializable in jade.core.management Modifier and Type Interface Description interfaceAgentManagementSliceThe horizontal interface for the JADE kernel-level service managing the basic agent life cycle: creation, destruction, suspension and resumption.Classes in jade.core.management that implement Serializable Modifier and Type Class Description classAgentManagementProxyThe remote proxy for the JADE kernel-level service managing the basic agent life cycle: creation, destruction, suspension and resumption. -
Uses of Serializable in jade.core.messaging
Subinterfaces of Serializable in jade.core.messaging Modifier and Type Interface Description interfaceMessagingSliceThe horizontal interface for the JADE kernel-level service managing the message passing subsystem installed in the platform.interfacePersistentDeliverySliceThe horizontal interface for the JADE kernel-level service managing the message passing subsystem installed in the platform.interfaceTopicManagementSliceClasses in jade.core.messaging that implement Serializable Modifier and Type Class Description classGenericMessageGeneric class to manage a unified representation of messages (ACLMessage or Payload+Envelope)classMessagingProxyThe remote proxy for the JADE kernel-level service managing the message passing subsystem installed in the platform.classMultipleGenericMessageclassPersistentDeliveryProxyThe remote proxy for the JADE kernel-level service managing a persistent message delivery subsystem installed in the platform.classTopicManagementProxySlice Proxy for the TopicManagementService -
Uses of Serializable in jade.core.mobility
Subinterfaces of Serializable in jade.core.mobility Modifier and Type Interface Description interfaceAgentMobilitySliceThe horizontal interface for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation.interfaceMovableThis interface provides callback methods that will be invoked during the migration or cloning of an agent that had previously registered thisMovableobject.Classes in jade.core.mobility that implement Serializable Modifier and Type Class Description classAgentMobilityProxyThe remote proxy for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation. -
Uses of Serializable in jade.core.nodeMonitoring
Subinterfaces of Serializable in jade.core.nodeMonitoring Modifier and Type Interface Description interfaceUDPNodeMonitoringSliceClasses in jade.core.nodeMonitoring that implement Serializable Modifier and Type Class Description classUDPNodeMonitoringProxy -
Uses of Serializable in jade.core.replication
Subinterfaces of Serializable in jade.core.replication Modifier and Type Interface Description interfaceAddressNotificationSliceThe horizontal interface for the JADE kernel-level service distributing the Service Manager address list throughout the platform.interfaceAgentReplicationSliceinterfaceMainReplicationSliceThe horizontal interface for the JADE kernel-level service managing the main-container replication subsystem installed in the platform.Classes in jade.core.replication that implement Serializable Modifier and Type Class Description classAddressNotificationProxyThe remote proxy for the JADE kernel-level service distributing the Service Manager address list throughout the platform.classAgentReplicationProxyclassMainReplicationProxyThe remote proxy for the JADE kernel-level service managing the main-container replication subsystem installed in the platform. -
Uses of Serializable in jade.core.resource
Subinterfaces of Serializable in jade.core.resource Modifier and Type Interface Description interfaceResourceManagementSliceClasses in jade.core.resource that implement Serializable Modifier and Type Class Description classResourceManagementProxySlice Proxy for the ResourceManagementService -
Uses of Serializable in jade.core.sam
Subinterfaces of Serializable in jade.core.sam Modifier and Type Interface Description interfaceSAMSliceClasses in jade.core.sam that implement Serializable Modifier and Type Class Description classSAMProxy -
Uses of Serializable in jade.domain
Classes in jade.domain that implement Serializable Modifier and Type Class Description classamsStandard Agent Management System agent.classdfStandard Directory Facilitator agent.classDFSubscriberclassFIPAExceptionThis class represents a generic FIPAException, i.e.classRequestFIPAServiceBehaviourThis class extends theFipaRequestIntiatorBehaviourin order to request an agent, e.g.classRequestManagementBehaviourBase class for AMS and DF behaviours managing requests from agents. -
Uses of Serializable in jade.domain.DFGUIManagement
Classes in jade.domain.DFGUIManagement that implement Serializable Modifier and Type Class Description classDeregisterFromThis class implements the DeregisterFrom action.classDFAppletOntologyThis class represents the ontologyDFApplet-management, containing all JADE extensions related to applet management.classFederateThis class implements the Federate action.classGetDescriptionThis class represent the getDescription Action.classGetDescriptionUsedThis class implements the GetDescriptionUsed action.classGetParentsThis class implements the GetParents action.classModifyOnThis class implements the ModifyOn action.classRegisterWithThis class implement the registerWith action.classSearchOnThis class implements the searcOn action. -
Uses of Serializable in jade.domain.FIPAAgentManagement
Classes in jade.domain.FIPAAgentManagement that implement Serializable Modifier and Type Class Description classAlreadyRegisteredclassAMSAgentDescriptionThis class implements the concept of the fipa-agent-management ontology representing the description of an Agent in the AMS catalogue.classAPDescriptionThis class implements the concept of the fipa-agent-management ontology representing the description of an agent platform as it can be retrieved from the AMS.classAPServiceThis class implements the concept of the fipa-agent-management ontology representing the description of a platform service.classDeregisterThis class implements thederegisteraction of thefipa-agent-management ontology.classDFAgentDescriptionThis class implements the concept of the fipa-agent-management ontology representing the description of an agent in the DF catalogue.classEnvelopeThis class models an envelope.classExceptionOntologyThis class groups into a separated ontology the elements of the FIPA-Agent-Management-ontology (see FIPA specification document no.classFailureExceptionThis class represents a generic FailureExceptionclassFIPAManagementOntologyThis class represents the ontology defined by FIPA Agent Management specifications (document no.classGetDescriptionThis class implements theget-descriptionaction of thefipa-agent-management ontology.classInternalErrorclassMissingArgumentclassMissingParameterclassModifyThis class implements themodifyaction of thefipa-agent-management ontology.classMultiValuePropertyclassNotRegisteredclassNotUnderstoodExceptionclassPropertyThis class implements thepropertytype, a pair of a name and value.classReceivedObjectThis class implements thereceived-objectobject from the FIPA Agent Management ontology.classRefuseExceptionThis class represents a generic RefuseExceptionclassRegisterThis class implements theregisteraction of thefipa-agent-management ontology.classSearchThis class implements thesearchaction of thefipa-agent-management ontology.classSearchConstraintsThis class models a search constraint.classServiceDescriptionThis class models a service data type.classUnauthorisedclassUnexpectedActclassUnexpectedArgumentclassUnexpectedArgumentCountclassUnexpectedParameterclassUnrecognisedParameterValueclassUnrecognisedValueclassUnsupportedActclassUnsupportedFunctionclassUnsupportedValue -
Uses of Serializable in jade.domain.introspection
Subinterfaces of Serializable in jade.domain.introspection Modifier and Type Interface Description static interfaceAMSSubscriber.EventHandlerThis interface must be implemented by concrete event handlers installed by this AMSSubscriber.interfaceEventThe generic interface for all introspection events.Classes in jade.domain.introspection that implement Serializable Modifier and Type Class Description classACLMessageThis class represents an ACL message.classAddedBehaviourAn introspection event, recording that a behaviour was added to an agent.classAddedContainerThis class represents theadded-containerconcept in thejade-introspectionontology.classAddedMTPThis class represents theadded-mtpconcept in thejade-introspectionontology.classAMSSubscriberThis behaviour subscribes to the AMS to receive notifications about platform-wide events.classBornAgentAn introspection event, recording the birth of a new agent within the platform.classChangedAgentOwnershipAn introspection event, recording the change of the ownership of an agent within the platform.classChangedAgentStateAn introspection event, recording the change of the atate of an agent within the platform.classChangedBehaviourStateAn introspection event, recording the change of the state of an agent behaviour within the platform.classDeadAgentAn introspection event, recording the death of an agent within the platform.classEventRecordThis class represents theevent-recordconcept in thejade-introspectionontology.classFrozenAgentAn introspection event, recording the freezing of a formerly active agent within the platform.classGetKeysThis class represents theget-keysaction of the Introspection Ontology.classGetValueThis class represents theget-valueaction of the Introspection Ontology.classIntrospectionOntologyThis class represents the ontologyjade-introspection, containing all JADE extensions related to agent and platform monitoring.classIntrospectionServerclassKillContainerRequestedThis class represents thekill-container-requestedconcept in thejade-introspectionontology.classMovedAgentAn introspection event, recording the migration of an agent within the platform.classOccurredThis class represents theoccurredpredicate, whose argument is a JADE introspection event.classPlatformDescriptionThis class represents theplatform-descriptionpredicate, whose argument is a platform description object from the FIPA Agent Management ontology.classPostedMessageAn introspection event, recording the posting of an ACL message within the platform.classReceivedMessageAn introspection event, recording the reception of an ACL message within the platform.classRemovedBehaviourAn introspection event, recording the removal of an agent behaviour within the platform.classRemovedContainerAn introspection event, recording the removal of an agent container within the platform.classRemovedMTPAn introspection event, recording the removal of an MTP within the platform.classResetEventsThis class represents themeta-reset-eventsconcept in thejade-introspectionontology.classResumedAgentAn introspection event, recording the resumption of a formerly suspended agent within the platform.classRoutedMessageAn introspection event, recording the routing of an ACL message within the platform.classSentMessageAn introspection event, recording the sending of an ACL message within the platform.classShutdownPlatformRequestedThis class represents theshutdown-platform-requestedconcept in thejade-introspectionontology.classStartNotifyThis class represents thestart-notifyaction, requesting to start a continuous notification of some events via ACL messages.classStopNotifyThis class represents thestop-notifyaction, requesting to end a continuous notification of some events via ACL messages.classSuspendedAgentAn introspection event, recording the suspension of a formerly active agent within the platform.classThawedAgentAn introspection event, recording the freezing of a formerly active agent within the platform. -
Uses of Serializable in jade.domain.JADEAgentManagement
Classes in jade.domain.JADEAgentManagement that implement Serializable Modifier and Type Class Description classCreateAgentThis class represents thecreate-agentaction of theJADE-agent-management ontology.classDebugOffThis class represents thedebug-offaction, requesting a debugger to stop observing a set of agents in the platform.classDebugOnThis class represents thedebug-onaction, requesting a debugger to start observing a set of agents in the platform.classInstallMTPThis class represents theinstall-MTPaction of theJADE-agent-management ontology.classJADEManagementOntologyThis class represents the JADE-Agent-Management-ontology i.e.classKillAgentThis class represents thekill-agentaction of theJADE-agent-management ontology.classKillContainerThis class represents thekill-containeraction of theJADE-agent-management ontology.classQueryAgentsOnLocationThis class represents thequery-agents-on-locationaction of theJADE-agent-management ontology.classQueryPlatformLocationsActionThis class represents thequery-platform-locationsaction of theJADE-agent-management ontology.classShowGuiThis class represents theshow-guiaction of theJADE-agent-management ontology.classShutdownPlatformThis class represents theshutdown-platformaction of theJADE-agent-management ontology.classSniffOffThis class represents thesniff-offaction, requesting a sniffer to stop observing a set of agents in the platform.classSniffOnThis class represents thesniff-offaction, requesting a sniffer to start observing a set of agents in the platform.classUninstallMTPThis class represents theuninstall-MTPaction of theJADE-agent-management ontology.classWhereIsAgentActionThis class represents thewhere-is-agentaction of theJADE-agent-management ontology. -
Uses of Serializable in jade.domain.mobility
Classes in jade.domain.mobility that implement Serializable Modifier and Type Class Description classBehaviourLoadingOntologyThis class represents the BehaviourLoading ontology including the concepts and actions required to dynamically load and execute jade behaviours whose code is not included in the JVM classpath.classCloneActionThis class represents theclone-agentaction, requesting to clone an agent within the platform.classLoadBehaviourThis action represents a request to load aBehaviourwhose code is not included in the classpath of the JVM where the agent that is going to execute the behaviour lives.classMobileAgentDescriptionThis class represents themobile-agent-descriptionconcept.classMobileAgentLanguageThis class represents themobile-agent-languageconcept.classMobileAgentOSThis class represents themobile-agent-osconcept.classMobileAgentProfileThis class represents themobile-agent-profileconcept.classMobileAgentSystemThis class represents themobile-agent-systemconcept.classMobilityOntologyThis class represents the ontology used for JADE mobility.classMoveActionThis class represents themove-agentaction, requesting to move an agent within the platform.classParameterThis concept represents a parameter to be passed to aBehaviourin the dynamic loading procedure. -
Uses of Serializable in jade.domain.persistence
Classes in jade.domain.persistence that implement Serializable Modifier and Type Class Description classAgentGroupThis class represents theagent-groupaction of theJADE-persistenceontology.classDeleteAgentThis class represents thedelete-agentaction of theJADE-Persistenceontology.classDeleteAgentGroupThis class represents thedelete-agent-groupaction of theJADE-Persistenceontology.classDeleteContainerThis class represents thedelete-containeraction of theJADE-Persistenceontology.classFreezeAgentThis class represents thefreeze-agentaction of theJADE-Persistenceontology.classLoadAgentThis class represents theload-agentaction of theJADE-Persistenceontology.classLoadAgentGroupThis class represents theload-agent-groupaction of theJADE-Persistenceontology.classLoadContainerThis class represents theload-containeraction of theJADE-Persistenceontology.classPersistenceOntologyThis class represents the JADE-Persistence ontology i.e.classReloadAgentThis class represents thereload-agentaction of theJADE-Persistenceontology.classSaveAgentThis class represents thesave-agentaction of theJADE-Persistenceontology.classSaveAgentGroupThis class represents thesave-agent-groupaction of theJADE-Persistenceontology.classSaveContainerThis class represents thesave-containeraction of theJADE-Persistenceontology.classThawAgentThis class represents thethaw-agentaction of theJADE-Persistenceontology. -
Uses of Serializable in jade.gui
Classes in jade.gui that implement Serializable 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 Serializable in jade.imtp.leap.http
Classes in jade.imtp.leap.http that implement Serializable Modifier and Type Class Description classHTTPAddressClass declarationclassHTTPSAddress -
Uses of Serializable in jade.imtp.leap.JICP
Classes in jade.imtp.leap.JICP that implement Serializable Modifier and Type Class Description classJICPAddressClass declaration -
Uses of Serializable in jade.imtp.rmi
Classes in jade.imtp.rmi that implement Serializable Modifier and Type Class Description classRMIAddressClass declaration -
Uses of Serializable in jade.lang.acl
Subinterfaces of Serializable in jade.lang.acl Modifier and Type Interface Description static interfaceMessageTemplate.MatchExpressionThis interface must be overriden in order to define an application specific MessageTemplate.Classes in jade.lang.acl that implement Serializable Modifier and Type Class Description classACLMessageThe class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.classConversationListThis class represents a list of conversations that an agent is currently carrying out and allows creating aMessageTemplatethat matches only messages that do not belong to any of these conversations.classMessageTemplateA pattern for matching incoming ACL messages. -
Uses of Serializable in jade.mtp
Subinterfaces of Serializable in jade.mtp Modifier and Type Interface Description interfaceTransportAddressClasses in jade.mtp that implement Serializable Modifier and Type Class Description classMTPDescriptor -
Uses of Serializable in jade.mtp.http
Classes in jade.mtp.http that implement Serializable Modifier and Type Class Description classHTTPAddress -
Uses of Serializable in jade.proto
Classes in jade.proto that implement Serializable Modifier and Type Class Description classAchieveREInitiatorThis is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e.classAchieveREResponderThis is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e.classContractNetInitiatorThis class implements the initiator role in a Fipa-Contract-Net or Iterated-Fipa-Contract-Net interaction protocol.
This implementation works both for 1:1 and 1:N conversation.classContractNetResponderBehaviour class forfipa-contract-netResponder role.classIteratedAchieveREInitiatorThis class implements the initiator role in the iterated version of fipa-request like interaction protocols.classProposeInitiatorThis class implements the Fipa-Propose interaction protocol with an API similar and homogeneous toAchieveREInitiator.classProposeResponderBehaviour class forfipa-proposeResponder role.classSimpleAchieveREInitiatorThis is simple implementation of the AchieveREInitiator.classSimpleAchieveREResponderThis is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e.classSSContractNetResponderSingle Session version of the Responder role in the Fipa-Contract-Net protocol.classSSIteratedAchieveREResponderSingle Session version of the Responder role in the Iterated-Fipa-Request protocol.classSSIteratedContractNetResponderclassSSResponderDispatcherThis behaviour is designed to be used together with the Single-Session responder protocol classes.classSubscriptionInitiatorThis is a single homogeneous and effective implementation of the initiator role in all the FIPA-Subscribe-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single "subscription" message and receives notifications each time a given condition becomes true.classSubscriptionResponderThis is a single homogeneous and effective implementation of the responder role in all the FIPA-Subscribe-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single "subscription" message and receives notifications each time a given condition becomes true.classTwoPh0InitiatorClass descriptionclassTwoPh1InitiatorClass descriptionclassTwoPh2InitiatorClass descriptionclassTwoPhInitiatorClass descriptionclassTwoPhResponderClass description -
Uses of Serializable in jade.proto.states
Classes in jade.proto.states that implement Serializable Modifier and Type Class Description classHandlerSelectorThis class implements a selector of handler (i.e.classMsgReceiverThis behaviour is a simple implementation of a message receiver.classReplySenderThis behaviour sends a reply to a given message adjusting all protocol fields and receivers.classStateResetterThis behaviour is used as a state of a FSMbehavior in order to reset some of the FSM's states or the whole FSM -
Uses of Serializable in jade.security
Subinterfaces of Serializable in jade.security Modifier and Type Interface Description interfaceCredentialsThis is a collection of Objects that can be used in order to get privileges to perform an action or access a service. -
Uses of Serializable in jade.tools
Subinterfaces of Serializable in jade.tools Modifier and Type Interface Description static interfaceToolAgent.EventHandlerClasses in jade.tools that implement Serializable Modifier and Type Class Description classToolAgentThis abstract class is the common ancestor of all JADE tools (RMA, Sniffer, Introspector, etc.).protected classToolAgent.AMSListenerBehaviourThis abstract behaviour is used to receive notifications from the AMS.classToolNotifier -
Uses of Serializable in jade.tools.DummyAgent
Classes in jade.tools.DummyAgent that implement Serializable Modifier and Type Class Description classDummyAgent -
Uses of Serializable in jade.tools.introspector
Classes in jade.tools.introspector that implement Serializable Modifier and Type Class Description classIntrospectorclassSensorManager -
Uses of Serializable in jade.tools.logging
Classes in jade.tools.logging that implement Serializable Modifier and Type Class Description classLogHelperAgentclassLogManagerAgentThis tool agent supports local and remote management of logs in JADE containers. -
Uses of Serializable in jade.tools.logging.ontology
Classes in jade.tools.logging.ontology that implement Serializable Modifier and Type Class Description classGetAllLoggersclassLevelInfoclassLoggerInfoclassLogManagementOntologyThis class represents the Log-Agent-Management-ontology i.e.classSetFileclassSetLevel -
Uses of Serializable in jade.tools.rma
Classes in jade.tools.rma that implement Serializable Modifier and Type Class Description classrmaRemote Management Agent agent. -
Uses of Serializable in jade.tools.sniffer
Classes in jade.tools.sniffer that implement Serializable Modifier and Type Class Description classMessageA Message extends the meaning of an ACLMessage (thus extending jade.lang.acl.ACLMessage) providing an ACLMessage with the graphic part: the arrow going from the sender of the message to the receiver of the message to be drawn on the Message CanvasclassSnifferThis is the Sniffer agent. -
Uses of Serializable in jade.tools.SocketProxyAgent
Classes in jade.tools.SocketProxyAgent that implement Serializable Modifier and Type Class Description classSocketProxyAgentAgent to bridge ACL messages between JADE and the outside using a socket. -
Uses of Serializable in jade.tools.testagent
Classes in jade.tools.testagent that implement Serializable Modifier and Type Class Description classReceiveCyclicBehaviourThis behaviour is used for receiving ACLMessage and giving them to the TestAgentclassTestAgentThis can be used as test agent for sending and receiving messages to the Agentplatform and Other agents. -
Uses of Serializable in jade.util
Classes in jade.util that implement Serializable Modifier and Type Class Description classExtendedPropertiesProvides enhanced property management.
1) Allows specifying property values containing strings of the form ${key}.classLoggerThis class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms. -
Uses of Serializable in jade.util.leap
Classes in jade.util.leap that implement Serializable Modifier and Type Class Description classArrayListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.classHashMapThe LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.classHashSetclassLinkedListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.classPropertiesThe LEAP (environment-dependent) version of the &qote;java.util.Properties&qote; class.classRoundListImplementation of a RoundList with get/insert methods relative to the current element -
Uses of Serializable in jade.wrapper
Classes in jade.wrapper that implement Serializable Modifier and Type Class Description classAgentStateProvides a concrete implementation of the State interface for agents.classPlatformStateProvides a concrete implementation of the State interface for agent platforms.classStateBaseProvides an abstract base class for implementations of state. -
Uses of Serializable in jade.wrapper.gateway
Classes in jade.wrapper.gateway that implement Serializable Modifier and Type Class Description classGatewayAgentThis agent is the gateway able to execute all commands requests received via JadeGateway.classGatewayBehaviourThis is a cyclic behaviour that processes the commands received via JadeGateway. -
Uses of Serializable in test
Classes in test that implement Serializable Modifier and Type Class Description classTestAgent
-