A B C D E F G H I J K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AboutBoxAction - Class in jade.tools.introspector.gui
-
This class is invoked the the user selects the AboutBox item on the menu.
- AboutBoxAction - Class in jade.tools.sniffer
- AboutBoxAction(JFrame) - Constructor for class jade.tools.introspector.gui.AboutBoxAction
- AboutBoxAction(JFrame) - Constructor for class jade.tools.sniffer.AboutBoxAction
- AboutJadeAction - Class in jade.gui
-
This class provide the About dialog for Jade.
- AboutJadeAction(JFrame) - Constructor for class jade.gui.AboutJadeAction
- ABS_AGENT_ACTION - Static variable in interface jade.content.abs.AbsObject
- ABS_AGGREGATE - Static variable in interface jade.content.abs.AbsObject
- ABS_CONCEPT - Static variable in interface jade.content.abs.AbsObject
- ABS_CONCEPT_SLOT_FUNCTION - Static variable in interface jade.content.abs.AbsObject
- ABS_CONTENT_ELEMENT_LIST - Static variable in interface jade.content.abs.AbsObject
- ABS_EXTENDED_PRIMITIVE - Static variable in class jade.content.abs.AbsExtendedPrimitive
- ABS_IRE - Static variable in interface jade.content.abs.AbsObject
- ABS_PREDICATE - Static variable in interface jade.content.abs.AbsObject
- ABS_PRIMITIVE - Static variable in interface jade.content.abs.AbsObject
- ABS_REFERENCE - Static variable in interface jade.content.abs.AbsObject
- ABS_VARIABLE - Static variable in interface jade.content.abs.AbsObject
- AbsAgentAction - Class in jade.content.abs
-
An abstract descriptor that can hold an agent action expression.
- AbsAgentAction(String) - Constructor for class jade.content.abs.AbsAgentAction
-
Construct an Abstract descriptor to hold an agent action of the proper type, e.g.
- AbsAggregate - Class in jade.content.abs
-
An abstract descriptor that can hold an aggregate entitiy expression.
- AbsAggregate(String) - Constructor for class jade.content.abs.AbsAggregate
-
Construct an Abstract descriptor to hold an aggregate of the proper type (i.e.
- AbsConcept - Class in jade.content.abs
-
An abstract descriptor that can hold a concept expression.
- AbsConcept(String) - Constructor for class jade.content.abs.AbsConcept
-
Construct an Abstract descriptor to hold a concept of the proper type (e.g.
- AbsConceptSlotFunction - Class in jade.content.abs
- AbsConceptSlotFunction(String) - Constructor for class jade.content.abs.AbsConceptSlotFunction
- AbsContentElement - Interface in jade.content.abs
-
An abstract descriptor that can hold a generic content element expression.
- AbsContentElementList - Class in jade.content.abs
-
An abstract descriptor that can hold a list of generic content element expressions.
- AbsContentElementList() - Constructor for class jade.content.abs.AbsContentElementList
-
Construct an Abstract descriptor to hold a content element list
- AbsExtendedPrimitive - Class in jade.content.abs
-
An extended abstract descriptor that can hold a generic primitive types (eg.
- AbsExtendedPrimitive(String) - Constructor for class jade.content.abs.AbsExtendedPrimitive
-
Construct an Abstract descriptor to hold a extended-primitive of the proper type (e.g.
- AbsHelper - Class in jade.content.abs
- AbsHelper() - Constructor for class jade.content.abs.AbsHelper
- AbsIRE - Class in jade.content.abs
-
An Abstract descriptor that can hold an Identifying Referential Expression (IRE).
- AbsIRE(String) - Constructor for class jade.content.abs.AbsIRE
-
Construct an Abstract descriptor to hold a IRE of the proper type (e.g.
- AbsObject - Interface in jade.content.abs
-
The common ancestor of all abstract descriptors
- AbsObjectImpl - Class in jade.content.abs
-
Base class for all non-primitive abstract descriptor classes.
- AbsObjectImpl(String) - Constructor for class jade.content.abs.AbsObjectImpl
-
Construct an Abstract descriptor to hold an object of the proper type.
- ABSOLUTE - Static variable in class jade.gui.TimeChooser
- ABSOLUTE - Static variable in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Field
- AbsoluteCounterValueProvider - Class in jade.core.sam
- AbsoluteCounterValueProvider() - Constructor for class jade.core.sam.AbsoluteCounterValueProvider
- AbsPredicate - Class in jade.content.abs
-
An abstract descriptor that can hold a predicate expression.
- AbsPredicate(String) - Constructor for class jade.content.abs.AbsPredicate
-
Construct an Abstract descriptor to hold a predicate of the proper type (e.g.
- AbsPrimitive - Class in jade.content.abs
-
An abstract descriptor that can hold a primitive expression.
- AbsPrimitive(String) - Constructor for class jade.content.abs.AbsPrimitive
-
Construct an Abstract descriptor to hold a primitive of the proper type (e.g.
- AbsPrimitiveSlotsHolder - Class in jade.content.abs
-
This class is not intended to be used by programmers.
- AbsPrimitiveSlotsHolder(String) - Constructor for class jade.content.abs.AbsPrimitiveSlotsHolder
-
Construct an Abstract descriptor to hold an object of the proper type.
- AbsReference - Class in jade.content.abs
-
A 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.attribute
- AbsReference() - Constructor for class jade.content.abs.AbsReference
-
Construct an Abstract descriptor to hold a reference
- AbsReference(String, String) - Constructor for class jade.content.abs.AbsReference
-
Construct an AbsReference with the given name and value type
- AbsTerm - Interface in jade.content.abs
-
An abstract descriptor that can hold a term expression.
- AbstractPopup - Class in jade.tools.sniffer
-
AbstractPopup is the superclass of the actions performed by PopupMenu on the Canvas.
- AbstractPopup(String) - Constructor for class jade.tools.sniffer.AbstractPopup
- AbsVariable - Class in jade.content.abs
-
An abstract descriptor that can hold a variable expression, i.e.
- AbsVariable() - Constructor for class jade.content.abs.AbsVariable
-
Construct an Abstract descriptor to hold a variable
- AbsVariable(String, String) - Constructor for class jade.content.abs.AbsVariable
-
Construct an AbsVariable with the given name and value type
- ACC_ABSTRACT - Static variable in class jade.gui.ClassSelectionDialog
- ACC_INTERFACE - Static variable in class jade.gui.ClassSelectionDialog
- accept(HorizontalCommand) - Method in interface jade.core.Node
-
Accepts a command.
- accept(VerticalCommand) - Method in class jade.core.Filter
-
Process a command before it is processed by successive filters in the filter-chain.
- accept(VerticalCommand) - Method in class jade.core.messaging.IncomingEncodingFilter
-
Receive a command object for processing.
- accept(VerticalCommand) - Method in class jade.core.messaging.OutgoingEncodingFilter
-
Process the SEND_MESSAGE VCommand encoding the ACLMessage with the proper representation and adjusting Envelope fields: 1) If the receiver lives in the local container --> Do not encode (to speed up performances) --> Don't touch the envelope 2) If the receiver lives in a remote container --> Encode using the specified representation or "LEAP" if no representation is specified --> If an envelope is present adjust its fields 3) If the receiver lives in a remote platform --> Encode using the specified representation or "String" if no representation is specified --> Create a default envelope if not present and adjust its fields
- accept(ACLMessage) - Method in class jade.core.behaviours.LoaderBehaviour
-
Suclasses may redefine this method to prevent the behaviour loading operation under specific conditions.
- ACCEPT - Static variable in class jade.imtp.leap.nio.BEManagementService
- ACCEPT_COMMAND - Static variable in class jade.imtp.leap.Command
- ACCEPT_FOREIGN_AGENTS - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value (true or false) indicates whether or not this platform accepts foreign agents i.e.
- ACCEPT_LOCAL_HOST_ONLY - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains a boolean indication that specifies whether or not UDP pings must be accepted on the indicated local-host only (default = false).
- ACCEPT_LOCAL_HOST_ONLY - Static variable in class jade.imtp.leap.JICP.JICPServer
- ACCEPT_MEDIATORS - Static variable in class jade.imtp.leap.JICP.JICPServer
- ACCEPT_PROPOSAL - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- ACCEPT_PROPOSAL_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last received ACCEPT_PROPOSAL ACLMessage
- ACCEPTANCE_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- acceptNewAgent(String, Agent) - Method in class jade.wrapper.ContainerController
-
Add an Agent to this container.
- AccessControlList - Class in jade.util
-
An ACL object represents an Access Control List and wraps a White list and a Black list, Both lists make use of regular expressions for allowing/denying access to a certain resource.
- AccessControlList() - Constructor for class jade.util.AccessControlList
- AchieveREInitiator - Class in jade.proto
-
This 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.
- AchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.AchieveREInitiator
-
Construct an
AchieveREInitiatorwith an empty DataStore - AchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.AchieveREInitiator
-
Construct an
AchieveREInitiatorwith a given DataStore - AchieveREResponder - Class in jade.proto
-
This 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.
- AchieveREResponder(Agent, MessageTemplate) - Constructor for class jade.proto.AchieveREResponder
-
Constructor of the behaviour that creates a new empty DataStore
- AchieveREResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.AchieveREResponder
-
Constructor.
- ACLAIDDialog - Class in jade.tools.gui
-
This class is used to edit a particular AID.
- ACLAIDDialog(Agent) - Constructor for class jade.tools.gui.ACLAIDDialog
-
Constructor for the ACLAIDDialog object
- ACLAIDList - Class in jade.tools.gui
-
This class is used to show a list of AIDs.
- ACLAIDList(Agent) - Constructor for class jade.tools.gui.ACLAIDList
-
Constructor for the ACLAIDList object
- ACLAIDList.AIDListCellRenderer - Class in jade.tools.gui
- ACLAIDList.AIDListListener - Class in jade.tools.gui
-
This class listenes to the AIDList
- ACLCodec - Interface in jade.lang.acl
-
Abstract interface for converting ACL messages back and forth between Java objects and raw byte sequences, according to a FIPA ACL message representation.
- ACLCODEC_KEY - Static variable in class jade.BootProfileImpl
- ACLCodec.CodecException - Exception in jade.lang.acl
-
This exception is thrown when some problem occurs in the concrete parsing subsystem accessed through this interface.
- ACLCODECS - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the list of ACLCODECSs that have to be launched at bootstrap time.
- ACLComboBox - Class in jade.tools.gui
-
This class is used for selecting performatives or protocols of ACLMessage.
- ACLComboBox() - Constructor for class jade.tools.gui.ACLComboBox
- ACLContentDialog - Class in jade.tools.gui
- ACLContentDialog() - Constructor for class jade.tools.gui.ACLContentDialog
- ACLContentDialog(Frame, String, boolean) - Constructor for class jade.tools.gui.ACLContentDialog
- ACLFrame - Class in jade.tools.gui
-
display an ACLMessage in a Frame
- ACLFrame(Agent) - Constructor for class jade.tools.gui.ACLFrame
-
Constructor for the ACLFrame object
- AclGui - Class in jade.gui
-
The AclGui class extends the Swing JPanel class by adding all the controls required to properly edit/show the fields of an an ACL message compliant to the FIPA 97 specs.
- AclGui(Component) - Constructor for class jade.gui.AclGui
-
Ordinary
AclGuiconstructor. - ACLMessage - Class in jade.domain.introspection
-
This class represents an ACL message.
- ACLMessage - Class in jade.lang.acl
-
The class ACLMessage implements an ACL message compliant to the FIPA 2000 "FIPA ACL Message Structure Specification" (fipa000061) specifications.
- ACLMessage() - Constructor for class jade.domain.introspection.ACLMessage
-
Default constructor.
- ACLMessage() - Constructor for class jade.lang.acl.ACLMessage
-
Deprecated.Since every ACL Message must have a message type, you should use the new constructor which gets a message type as a parameter. To avoid problems, now this constructor silently sets the message type to
not-understood. - ACLMessage(int) - Constructor for class jade.lang.acl.ACLMessage
-
This constructor creates an ACL message object with the specified performative.
- ACLMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ACLMESSAGE_ACLREPRESENTATION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ACLMESSAGE_ENVELOPE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ACLMESSAGE_PAYLOAD - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ACLMessageNode - Class in jade.tools.gui
-
This class is used in the model of the ACLTree.
- ACLMSG - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_BYTE_SEQUENCE_CONTENT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_CONTENT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_CONVERSATION_ID - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_ENCODING - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_IN_REPLY_TO - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_LANGUAGE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_ONTOLOGY - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_PERFORMATIVE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_PROTOCOL - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_RECEIVERS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_REPLY_BY - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_REPLY_TO - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_REPLY_WITH - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLMSG_SENDER - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACLPanel - Class in jade.tools.gui
-
Description of the Class
- ACLPanel(Agent) - Constructor for class jade.tools.gui.ACLPanel
-
Constructor for the ACLPanel object
- ACLParser - Class in jade.lang.acl
-
Javadoc documentation for the file
- ACLParser(ACLParserTokenManager) - Constructor for class jade.lang.acl.ACLParser
- ACLParser(InputStream) - Constructor for class jade.lang.acl.ACLParser
- ACLParser(Reader) - Constructor for class jade.lang.acl.ACLParser
- ACLParserConstants - Interface in jade.lang.acl
- ACLParserTokenManager - Class in jade.lang.acl
- ACLParserTokenManager(SimpleCharStream) - Constructor for class jade.lang.acl.ACLParserTokenManager
- ACLParserTokenManager(SimpleCharStream, int) - Constructor for class jade.lang.acl.ACLParserTokenManager
- ACLPerformativesRenderer - Class in jade.tools.gui
-
Render the colors of performatives of the performatices combobox
- ACLPerformativesRenderer() - Constructor for class jade.tools.gui.ACLPerformativesRenderer
-
Constructor for the ACLPerformativesRenderer object
- ACLPropertyList - Class in jade.tools.gui
-
This Class show a list of properties beloning to an ACLMessage
- ACLPropertyList() - Constructor for class jade.tools.gui.ACLPropertyList
-
Constructor for the ACLPropertyList object
- aclRepresentation - Variable in class FIPA.Envelope
- ACLSLTokenMarker - Class in jade.tools.gui
-
ACL/SL token marker.
- ACLSLTokenMarker() - Constructor for class jade.tools.gui.ACLSLTokenMarker
- ACLSLTokenMarker(ACLSLTokenMarker.KeywordMap) - Constructor for class jade.tools.gui.ACLSLTokenMarker
- ACLSLTokenMarker.LineInfo - Class in jade.tools.gui
-
Inner class for storing information about tokenized lines.
- ACLStatisticsFrame - Class in jade.tools.gui
-
Description of the Class
- ACLStatisticsFrame(DefaultTreeModel) - Constructor for class jade.tools.gui.ACLStatisticsFrame
-
Constructor for the ACLStatisticsFrame object
- ACLSyntaxDocument - Class in jade.tools.gui
-
The interface a document must implement to be colorizable by the jEdit text area component.
- ACLSyntaxDocument() - Constructor for class jade.tools.gui.ACLSyntaxDocument
- ACLSyntaxUtilities - Class in jade.tools.gui
-
Class with several utility functions used by jEdit's syntax colorizing subsystem.
- ACLSytntaxStyle - Class in jade.tools.gui
-
A simple text style class.
- ACLSytntaxStyle(Color, boolean, boolean, JComponent) - Constructor for class jade.tools.gui.ACLSytntaxStyle
- ACLTextArea - Class in jade.tools.gui
-
jEdit's text area component.
- ACLTextArea() - Constructor for class jade.tools.gui.ACLTextArea
-
Creates a new JEditTextArea with the default settings.
- ACLTextArea.TextUtilities - Class in jade.tools.gui
- ACLTextAreaPainter - Class in jade.tools.gui
-
The text area repaint manager.
- ACLTextAreaPainter(ACLTextArea) - Constructor for class jade.tools.gui.ACLTextAreaPainter
-
Creates a new repaint manager.
- ACLTextField - Class in jade.tools.gui
-
This class displays a single string from an ACLMessage
- ACLTextField() - Constructor for class jade.tools.gui.ACLTextField
- ACLTimeChooserDialog - Class in jade.tools.gui
-
The TimeChooser class can be used to let the user define a certain point in time by means of a dialog window.
- ACLTimeChooserDialog() - Constructor for class jade.tools.gui.ACLTimeChooserDialog
-
Constructor for the TimeChooserDialog object
- ACLTimeChooserDialog(Date) - Constructor for class jade.tools.gui.ACLTimeChooserDialog
-
Constructor for the TimeChooserDialog object
- ACLToken - Class in jade.tools.gui
-
A linked list of tokens.
- ACLToken(int, byte) - Constructor for class jade.tools.gui.ACLToken
-
Creates a new token.
- ACLTracePanel - Class in jade.tools.gui
-
This class show a List of incoming and outgoing ACLmessages.
- ACLTracePanel(Agent) - Constructor for class jade.tools.gui.ACLTracePanel
-
Constructor for the ACLTreePanel object
- acquireAgentDescriptor(AID) - Method in interface jade.core.MainContainer
- acquireAgentDescriptor(AID) - Method in class jade.core.MainContainerImpl
- acquireLocalAgent(AID) - Method in interface jade.core.AgentContainer
- acquireLocalAgent(AID) - Method in class jade.core.BackEndContainer
- action - Variable in class jade.core.behaviours.ActionExecutor
- action() - Method in class jade.core.behaviours.Behaviour
-
Runs the behaviour.
- action() - Method in class jade.core.behaviours.CompositeBehaviour
-
Executes this
CompositeBehaviour. - action() - Method in class jade.core.behaviours.LoaderBehaviour
-
The action() method is redefined to serve behaviour loading requests
- action() - Method in class jade.core.behaviours.OntologyServer
- action() - Method in class jade.core.behaviours.ReceiverBehaviour
-
Actual behaviour implementation.
- action() - Method in class jade.core.behaviours.SenderBehaviour
-
Actual behaviour implementation.
- action() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- action() - Method in class jade.core.behaviours.TickerBehaviour
- action() - Method in class jade.core.behaviours.WakerBehaviour
- action() - Method in class jade.core.behaviours.WrapperBehaviour
- action() - Method in class jade.domain.introspection.AMSSubscriber
- action() - Method in class jade.domain.introspection.IntrospectionServer
- action() - Method in class jade.proto.SimpleAchieveREInitiator
- action() - Method in class jade.proto.SimpleAchieveREResponder
- action() - Method in class jade.proto.SSResponderDispatcher
- action() - Method in class jade.proto.states.MsgReceiver
- action() - Method in class jade.proto.states.ReplySender
- action() - Method in class jade.proto.states.StateResetter
- action() - Method in class jade.tools.introspector.SensorManager
- action() - Method in class jade.tools.testagent.ReceiveCyclicBehaviour
-
Description of the Method
- action() - Method in class jade.wrapper.gateway.GatewayBehaviour
- Action - Class in jade.content.onto.basic
-
This class implements the
actionoperator of the FIPA SL0 action. - Action() - Constructor for class jade.content.onto.basic.Action
- Action(AID, Concept) - Constructor for class jade.content.onto.basic.Action
- ACTION - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACTION - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- ACTION_ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACTION_ACTOR - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- ACTION_ALTERNATIVE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ACTION_ALTERNATIVE_FIRST - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ACTION_ALTERNATIVE_SECOND - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ACTION_SEQUENCE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ACTION_SEQUENCE_FIRST - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ACTION_SEQUENCE_SECOND - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ActionExecutor<ActionT extends AgentAction,ResultT> - Class in jade.core.behaviours
-
Base class for behaviours intended to request the execution of an action to a given actor and get back the result (if any)
- ActionExecutor(ActionT, Ontology, AID) - Constructor for class jade.core.behaviours.ActionExecutor
- ACTIONOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- ACTIONOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- ACTIONOPLL - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- ACTIONOPLL - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- actionPerformed(ActionEvent) - Method in class jade.gui.AboutJadeAction
- actionPerformed(ActionEvent) - Method in class jade.gui.ClassSelectionDialog
- actionPerformed(ActionEvent) - Method in class jade.gui.DFAgentDscDlg
- actionPerformed(ActionEvent) - Method in class jade.gui.TimeChooser
- actionPerformed(ActionEvent) - Method in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Method
- actionPerformed(ActionEvent) - Method in class jade.tools.introspector.gui.AboutBoxAction
- actionPerformed(ActionEvent) - Method in class jade.tools.introspector.gui.MainBarListener
- actionPerformed(ActionEvent) - Method in class jade.tools.introspector.gui.MyDialog
- actionPerformed(ActionEvent) - Method in class jade.tools.introspector.gui.TablePopupMenuListener
- actionPerformed(ActionEvent) - Method in class jade.tools.introspector.gui.TreePopupMenuListener
- actionPerformed(ActionEvent) - Method in class jade.tools.rma.StartDialog
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.AboutBoxAction
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.PopNoSniffAgent
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.PopShowAgent
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.PopSniffAgent
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.SnifferAction
- actionPerformed(ActionEvent) - Method in class jade.tools.sniffer.ViewMessage
- actionWrapper() - Method in class jade.core.behaviours.Behaviour
-
This method is called internally by the JADE framework and should not be called by the user.
- activate() - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from SUSPENDED to ACTIVE.
- activate(AID) - Method in interface jade.core.AgentManager
- activate(AID) - Method in class jade.core.MainContainerImpl
-
Resume an agent wherever it is
- activate(ICP.Listener, String, Profile) - Method in interface jade.imtp.leap.ICP
-
Start listening for platform management commands
- activate(ICP.Listener, String, Profile) - Method in class jade.imtp.leap.JICP.JICPPeer
-
Start listening for internal platform messages on the specified port
- activate(ICP.Listener, String, Profile) - Method in class jade.imtp.leap.JICP.JICPSPeer
- activate(ICP.Listener, String, Profile) - Method in class jade.imtp.leap.JICP.MaskableJICPPeer
-
Start listening for internal platform messages on the specified port
- activate(InChannel.Dispatcher) - Method in class jade.mtp.http.MessageTransportProtocol
-
Old method, only for compliance with former versions (prior 3.0)
- activate(InChannel.Dispatcher, Profile) - Method in class jade.mtp.http.MessageTransportProtocol
- activate(InChannel.Dispatcher, Profile) - Method in class jade.mtp.iiop.MessageTransportProtocol
- activate(InChannel.Dispatcher, Profile) - Method in interface jade.mtp.InChannel
-
Activates an MTP handler for incoming messages on a default address.
- activate(InChannel.Dispatcher, TransportAddress) - Method in class jade.mtp.http.MessageTransportProtocol
- activate(InChannel.Dispatcher, TransportAddress, Profile) - Method in class jade.mtp.http.MessageTransportProtocol
-
Actual method to activate the HTTP MTP.
- activate(InChannel.Dispatcher, TransportAddress, Profile) - Method in class jade.mtp.iiop.MessageTransportProtocol
- activate(InChannel.Dispatcher, TransportAddress, Profile) - Method in interface jade.mtp.InChannel
-
Activates an MTP handler for incoming messages on a specific address.
- ACTIVATE_SERVICE - Static variable in class jade.imtp.leap.Command
- activateAgent(AID) - Method in interface jade.wrapper.ContainerProxy
- activateAutoCleanup() - Method in class jade.domain.df
- activateService(ServiceDescriptor) - Method in interface jade.core.ServiceManager
-
Activates a new service on the local agent container.
- activateService(ServiceDescriptor) - Method in class jade.core.ServiceManagerImpl
- activateUDP(String, String, int, int, long) - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringProxy
- activateUDP(String, String, int, int, long) - Method in interface jade.core.nodeMonitoring.UDPNodeMonitoringSlice
- active - Variable in class jade.core.messaging.MomMessagingService
- ACTIVE - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
activeagent life-cycle state. - actor - Variable in class jade.core.behaviours.ActionExecutor
- actPro - Variable in class jade.tools.sniffer.MainWindow
- add(int, Object) - Method in class jade.util.leap.ArrayList
-
Inserts the specified element at the specified position in this list
- add(int, Object) - Method in class jade.util.leap.LinkedList
-
Inserts the specified element at the specified position in this list
- add(int, Object) - Method in interface jade.util.leap.List
-
Inserts the specified element at the specified position in this list
- add(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Add a new element (that must be a content element) to this content element list.
- add(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Adds a new element (that must be a term) to this aggregate.
- add(ContentElement) - Method in class jade.content.ContentElementList
-
Adds a new element (that must be a content element) to this content element list.
- add(ObjectSchema) - Method in class jade.content.onto.Ontology
-
Adds a schema to this ontology
- add(ObjectSchema, Class) - Method in class jade.content.onto.Ontology
-
Adds a schema to the ontology and associates it to the class
javaClass - add(Timer) - Method in class jade.core.TimerDispatcher
- add(KeepAlive.KAConnection) - Method in class jade.mtp.http.KeepAlive
-
add a new connection
- add(Class) - Method in class jade.content.onto.BeanOntology
-
Adds to the ontology the schema built from the class
clazz. - add(Class, boolean) - Method in class jade.content.onto.BeanOntology
-
Adds to the ontology the schema built from the class
clazz. - add(Class, URL) - Method in interface jade.util.ClassFinderListener
- add(Object) - Method in class jade.util.HashCache
-
Adds the specified element to this hashcache if it is not already present.
- add(Object) - Method in class jade.util.leap.ArrayList
- add(Object) - Method in interface jade.util.leap.Collection
-
Adds an element.
- add(Object) - Method in class jade.util.leap.HashSet
- add(Object) - Method in class jade.util.leap.LinkedList
- add(Object) - Method in class jade.util.leap.RoundList
-
Inserts the
elementbefore the current element. - add(Object) - Method in class jade.util.leap.SortedSetImpl
- add(String) - Method in class jade.content.onto.BeanOntology
-
Adds all the ontological beans (the ones which implement either
ConceptorPredicate) found in the specified package. - add(String, boolean) - Method in class jade.content.onto.BeanOntology
-
Adds all the ontological beans (the ones which implement either
ConceptorPredicate) found in the specified package. - add(String, ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Add a mandatory slot to the schema.
- add(String, ObjectSchema) - Method in class jade.content.schema.PredicateSchema
-
Add a mandatory slot to this schema.
- add(String, ObjectSchema, int) - Method in class jade.content.schema.ObjectSchema
-
Add a slot to the schema.
- add(String, ObjectSchema, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot to this schema.
- add(String, ObjectSchema, int, int) - Method in class jade.content.schema.ObjectSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema. - add(String, ObjectSchema, int, int, String) - Method in class jade.content.schema.ObjectSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema and allow specifying the type of Aggregate to be used for this slot. - add(String, ObjectSchema, int, int, String, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with optionality and cardinality between
cardMinandcardMaxto this schema and allow specifying the type of Aggregate to be used for this slot. - add(String, ObjectSchema, int, int, String, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with optionality and cardinality between
cardMinandcardMaxto this schema and allow specifying the type of Aggregate to be used for this slot. - add(String, PredicateSchema) - Method in class jade.content.schema.AgentActionSchema
-
Add a mandatory slot of type PredicateSchema to this schema.
- add(String, PredicateSchema, int) - Method in class jade.content.schema.AgentActionSchema
-
Add a slot of type PredicateSchema to this schema.
- add(String, TermSchema) - Method in class jade.content.schema.ConceptSchema
-
Add a mandatory slot to the schema.
- add(String, TermSchema, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot to the schema.
- add(String, TermSchema, int, int) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema. - add(String, TermSchema, int, int) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema. - add(String, TermSchema, int, int, String) - Method in class jade.content.schema.ConceptSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema and allow specifying the type of Aggregate to be used for this slot. - add(String, TermSchema, int, int, String) - Method in class jade.content.schema.PredicateSchema
-
Add a slot with cardinality between
cardMinandcardMaxto this schema and allow specifying the type of Aggregate to be used for this slot. - add_escapes(String) - Method in exception jade.content.lang.sl.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- add_escapes(String) - Method in exception jade.lang.acl.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- ADD_NODE - Static variable in class jade.imtp.leap.Command
- ADD_TOOL - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the action of adding a new tool to the platform.
- addAddress(String) - Method in interface jade.core.ServiceManager
-
Adds an address to the address list of this Service Manager.
- addAddress(String) - Method in class jade.core.ServiceManagerImpl
- addAddresses(String) - Method in class jade.core.AID
-
This method permits to add a transport address where the agent can be contacted.
- addAddresses(String) - Method in class jade.domain.FIPAAgentManagement.APService
-
Add a service to the
addressesslot collection of this object. - addAddressToLocalAgents(String) - Method in interface jade.core.AgentContainer
- addAgent(AID) - Method in class jade.tools.introspector.Introspector
- addAgent(Agent) - Method in class jade.tools.sniffer.AgentList
-
Add an agent to the list.
- addAgent(Agent) - Method in class jade.tools.sniffer.MMCanvas
- addAgent(String, AID) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- addAgent(String, AID) - Method in class jade.tools.sniffer.MainWindow
-
Tells the Agent Tree to add an agent.
- addAgentDesc(AID) - Method in interface jade.domain.DFGUIInterface
- addAgentDesc(AID) - Method in class jade.tools.dfgui.DFGUI
-
Adds a new agent to registeredModel.
- addAgentImage(AID, BackEndContainer.AgentImage) - Method in class jade.core.BackEndContainer
- addAgentNode(AgentTree.AgentNode, String, String, String, String) - Method in class jade.gui.AgentTree
-
Deprecated.Use addAgentNode(String, String, String) instead
- addAgentNode(String, String, String) - Method in class jade.gui.AgentTree
- addAgentNode(String, String, String, String, String) - Method in class jade.gui.AgentTree
- addAlias(String, String) - Method in class jade.core.BaseService
-
This protected method allows subclasses to define their own naming schemes, by adding aliases for existing slice names.
- addAll(Collection) - Method in class jade.util.leap.HashSet
- addAPServices(APService) - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Add a service to the
ap-servicesslot collection of this object. - addArguments(Object) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Add an object to the
argumentsslot collection of this object. - addBehaviour(Behaviour) - Method in class jade.core.Agent
-
This method adds a new behaviour to the agent.
- addBehaviour(Behaviour) - Method in class jade.proto.SSResponderDispatcher
- addBehaviour(Behaviour, ACLMessage) - Method in class jade.core.behaviours.LoaderBehaviour
-
Add a loaded behaviour to the agent.
- addBufferTransformer(BufferTransformer) - Method in class jade.imtp.leap.nio.NIOJICPConnection
- addCaretListener(CaretListener) - Method in class jade.tools.gui.ACLTextArea
-
Adds a caret change listener to this text area.
- addChild(Node) - Method in class jade.core.NodeFailureMonitor
-
Add a child node for monitoring.
- addChildren(AID) - Method in interface jade.domain.DFGUIInterface
- addChildren(AID) - Method in class jade.tools.dfgui.DFGUI
-
adds a new child to parentModel
- addChildren(BehaviourID) - Method in class jade.core.BehaviourID
-
Adds a new behaviour ID as a child of this one.
- addContainer(String, InetAddress) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- addContainer(String, InetAddress) - Method in class jade.tools.logging.gui.LogManagerGUI
- addContainer(String, InetAddress) - Method in class jade.tools.sniffer.MainWindow
-
Tells the Agent Tree to add a container.
- addContainerNode(AgentTree.ContainerNode, String, InetAddress) - Method in class jade.gui.AgentTree
-
Deprecated.Use addContainerNode(String, InetAddress) instead
- addContainerNode(String, InetAddress) - Method in class jade.gui.AgentTree
- addCounterValueProvider(String, CounterValueProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider to get values of a given counter
- addDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Add an agent identifier to the
debugged-agentsslot collection of this object. - addDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Add an agent identifier to the
debugged-agentsslot collection of this object. - ADDED_BEHAVIOUR - Static variable in class jade.core.event.AgentEvent
- ADDED_CONTAINER - Static variable in class jade.core.event.PlatformEvent
- ADDED_MTP - Static variable in class jade.core.event.MTPEvent
- addedBehaviour(AgentEvent) - Method in class jade.core.event.AgentAdapter
- addedBehaviour(AgentEvent) - Method in interface jade.core.event.AgentListener
- addedBehaviour(AgentEvent) - Method in class jade.tools.ToolNotifier
- AddedBehaviour - Class in jade.domain.introspection
-
An introspection event, recording that a behaviour was added to an agent.
- AddedBehaviour() - Constructor for class jade.domain.introspection.AddedBehaviour
-
Default constructor.
- ADDEDBEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDBEHAVIOUR_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDBEHAVIOUR_BEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- addedContainer(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- addedContainer(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- AddedContainer - Class in jade.domain.introspection
-
This class represents the
added-containerconcept in thejade-introspectionontology. - AddedContainer() - Constructor for class jade.domain.introspection.AddedContainer
-
Default constructor.
- ADDEDCONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDCONTAINER_CONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDCONTAINER_OWNERSHIP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- addedMTP(MTPEvent) - Method in interface jade.core.event.MTPListener
- addedMTP(MTPEvent) - Method in class jade.domain.AMSEventQueueFeeder
- AddedMTP - Class in jade.domain.introspection
-
This class represents the
added-mtpconcept in thejade-introspectionontology. - AddedMTP() - Constructor for class jade.domain.introspection.AddedMTP
-
Default constructor.
- ADDEDMTP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDMTP_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ADDEDMTP_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- addEntityMeasureProvider(String, AverageMeasureProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider of average measures for a given entity
- addEntityMeasureProvider(String, MeasureProvider) - Method in interface jade.core.sam.SAMHelper
-
Register a provider of measures for a given entity
- addEscapes(String) - Static method in error jade.content.lang.sl.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error jade.lang.acl.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addEvents(String) - Method in class jade.domain.introspection.StartNotify
-
Add an event name to the
eventsslot collection of this object. - addEvents(String) - Method in class jade.domain.introspection.StopNotify
-
Add an event name to the
eventsslot collection of this object. - addFacet(String, Facet) - Method in class jade.content.schema.ConceptSchema
-
Add a
Faceton a slot of this schema - addFacet(String, Facet) - Method in class jade.content.schema.ObjectSchema
-
Add a
Faceton a slot of this schema - addFacet(String, Facet) - Method in class jade.content.schema.PredicateSchema
-
Add a
Faceton a slot of this schema - addFirst(ACLMessage) - Method in class jade.core.ExtendedMessageQueue
- addFirst(ACLMessage) - Method in interface jade.core.MessageQueue
-
Add a message to the front of this queue.
- addFirst(Object) - Method in class jade.util.leap.LinkedList
-
Inserts the given element at the beginning of this list.
- addFromReader(Reader) - Method in class jade.util.ExtendedProperties
-
Add properties from Reader.
- addHandler(SAMInfoHandler, boolean) - Method in interface jade.core.sam.SAMHelper
-
Register a new handler for SAM information collected in the Main Container.
- addIntendedReceiver(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add an agent identifier to the
intended-receiverslot collection of this object. - ADDITIONAL_SERVICES - Static variable in class jade.imtp.leap.nio.BEManagementService
- addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a content language name to the
languagesslot collection of this object. - addLanguages(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a content language name to the
languagesslot collection of this object. - addLast(ACLMessage) - Method in class jade.core.ExtendedMessageQueue
- addLast(ACLMessage) - Method in interface jade.core.MessageQueue
-
Add a message to the end of this queue.
- addLast(Object) - Method in class jade.util.leap.LinkedList
-
Appends the given element to the end of this list.
- addListener(AgentManager.Listener) - Method in interface jade.core.AgentManager
- addListener(AgentManager.Listener) - Method in class jade.core.MainContainerImpl
-
Add a listener of platform events
- addListener(FEListener) - Static method in class jade.core.MicroRuntime
-
Add a listener that will be notified about Front-End relevant events such as BORN_AGENT and DEAD_AGENT
NOT available in MIDP - addListener(GatewayListener) - Method in class jade.wrapper.gateway.DynamicJadeGateway
- addListener(GatewayListener) - Static method in class jade.wrapper.gateway.JadeGateway
- addLoader(String, ObjectManager.Loader) - Static method in class jade.util.ObjectManager
-
Register a
Loaderfor a given type of object. - addLocalAgent(AID, Agent) - Method in interface jade.core.AgentContainer
- addMainContainerNode(NodeDescriptor, Vector) - Method in class jade.core.PlatformManagerImpl
-
This method is invoked by the MainReplicationService when a new MainReplication slice is added and has the effect of issuing a NEW_NODE VCommand and one NEW_SLICE VCommand for each service installed in the node hosting the new MainReplication slice.
- addMessage(Message) - Method in class jade.tools.sniffer.MessageList
-
Adds a sniffed message to the list.
- addMessage(Message) - Method in class jade.tools.sniffer.MMCanvas
-
Adds a message to canvas message then repaints the canvas
- addMessageNode(ACLMessageNode) - Method in class jade.tools.gui.ACLTracePanel
-
Adds a ACLMessageNode to the List
- addMessageNode(String, ACLMessage) - Method in class jade.tools.gui.ACLTracePanel
-
Adds a ACLMessage to the List
- addMessageNode(String, ACLMessage) - Method in class jade.tools.testagent.TestAgentFrame
-
Adds a feature to the MessageNode attribute of the TestAgentFrame object
- addMessageNode(String, String, ACLMessage) - Method in class jade.tools.gui.ACLTracePanel
-
Adds a ACLMessage to the List
- addNode(NodeDescriptor, ServiceDescriptor[]) - Method in interface jade.core.ServiceManager
-
Adds a new node to the distributed platform.
- addNode(NodeDescriptor, ServiceDescriptor[]) - Method in class jade.core.ServiceManagerImpl
- addNode(NodeDescriptor, Vector, boolean) - Method in interface jade.core.PlatformManager
- addNode(NodeDescriptor, Vector, boolean) - Method in class jade.core.PlatformManagerImpl
- addNode(NodeDescriptor, Vector, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- addObservedAgent(AID) - Method in class jade.tools.ToolNotifier
- addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add an ontology name to the
ontologiesslot collection of this object. - addOntologies(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add an ontology name to the
ontologiesslot collection of this object. - addParam(Object) - Method in class jade.core.GenericCommand
-
Add a new parameter to this command object.
- addParameter(Object) - Method in class jade.gui.GuiEvent
-
Add a new parameter to this event.
- addParameter(Object) - Method in class jade.util.Event
-
Add a parameter to this
Eventobject - addParent(AID) - Method in interface jade.domain.DFGUIInterface
- addParent(AID) - Method in class jade.tools.dfgui.DFGUI
-
adds a new parent to parentModel
- addParent(AID, DFAgentDescription) - Method in class jade.domain.df
-
This method can be used to add a parent (a DF this DF is federated with).
- addPerformativeRequiringReply(int) - Method in class jade.core.behaviours.OntologyServer
-
If an unexpected error occurs in one of the serving methods or if a suitable serving method is not found for an incoming message, the OntologyServer automatically sends back a FAILURE or REFUSE message if the incoming performative was one of REQUEST, CFP, PROPOSE, QUERY, SUBSCRIBE, PROXY and PROPAGATE.
- addPlatformListener(PlatformController.Listener) - Method in class jade.wrapper.AgentContainer
- addPlatformListener(PlatformController.Listener) - Method in interface jade.wrapper.PlatformController
-
Add a platform listener.
- addPrefix(AbsObject, String) - Static method in class jade.content.abs.AbsHelper
-
Recursively add prefix to abs-type-name, except for BasicOntology types Eg.
- addProperties(Property) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add a property to the
propertiesslot collection of this object. - addProperties(Property) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a property to the
propertiesslot collection of this object. - addProperties(String[]) - Method in class jade.util.ExtendedProperties
-
Add to this Properties object the stringified properties included in a given array.
- addProperty(String) - Method in class jade.util.ExtendedProperties
-
Add to this Properties object a stringified property of the form key = value or -key
- addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a protocol name to the
protocolsslot collection of this object. - addProtocols(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Add a protocol name to the
protocolsslot collection of this object. - addReceiver(AID) - Method in class jade.content.OntoACLMessage
-
This method is redefined so that the receiver AID is automatically wrapped into an OntoAID
- addReceiver(AID) - Method in class jade.lang.acl.ACLMessage
-
Adds a value to
:receiverslot. - addRemoteAgentNode(AMSAgentDescription, String) - Method in class jade.gui.AgentTree
- addRemotePlatform(AID) - Method in class jade.tools.rma.rma
- addRemotePlatformFromURL(String) - Method in class jade.tools.rma.rma
- addRemotePlatformNode(AID, APDescription) - Method in class jade.gui.AgentTree
- addRemotePlatformsFolderNode() - Method in class jade.gui.AgentTree
- addReplica(String, boolean) - Method in interface jade.core.PlatformManager
- addReplica(String, boolean) - Method in class jade.core.PlatformManagerImpl
- addReplica(String, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- addReplica(String, String, int, NodeDescriptor, Vector) - Method in class jade.core.replication.MainReplicationProxy
- addReplica(String, String, int, NodeDescriptor, Vector) - Method in interface jade.core.replication.MainReplicationSlice
- addReplyTo(AID) - Method in class jade.content.OntoACLMessage
-
This method is redefined so that the replyTo AID is automatically wrapped into an OntoAID
- addReplyTo(AID) - Method in class jade.lang.acl.ACLMessage
-
Adds a value to
:reply-toslot. - addResolvers(AID) - Method in class jade.content.OntoAID
-
This method is redefined so that resolvers AID are automatically wrapped into OntoAIDs
- addResolvers(AID) - Method in class jade.core.AID
-
This method permits to add the AID of a resolver (an agent where name resolution services for the agent can be contacted)
- addresses - Variable in class FIPA.AgentID
- ADDRESSES - Static variable in interface jade.lang.acl.ACLParserConstants
- AddressNotificationProxy - Class in jade.core.replication
-
The remote proxy for the JADE kernel-level service distributing the Service Manager address list throughout the platform.
- AddressNotificationProxy() - Constructor for class jade.core.replication.AddressNotificationProxy
- AddressNotificationService - Class in jade.core.replication
-
A kernel-level service to manage a ring of Main Containers, keeping the various replicas in sync and providing failure detection and recovery to make JADE tolerate Main Container crashes.
- AddressNotificationService() - Constructor for class jade.core.replication.AddressNotificationService
- AddressNotificationSlice - Interface in jade.core.replication
-
The horizontal interface for the JADE kernel-level service distributing the Service Manager address list throughout the platform.
- addRoute(MTPDescriptor, String) - Method in class jade.core.messaging.MessagingProxy
- addRoute(MTPDescriptor, String) - Method in interface jade.core.messaging.MessagingSlice
- addRow(Object) - Method in class jade.tools.introspector.gui.MessageTableModel
- addRow(Object, int) - Method in class jade.tools.introspector.gui.MessageTableModel
- addrToStr(TransportAddress) - Method in class jade.mtp.http.MessageTransportProtocol
- addrToStr(TransportAddress) - Method in class jade.mtp.iiop.MessageTransportProtocol
- addrToStr(TransportAddress) - Method in interface jade.mtp.MTP
-
Converts a
TransportAddressobject into a string representation. - addrToString(TransportAddress) - Method in class jade.imtp.leap.http.HTTPProtocol
- addrToString(TransportAddress) - Method in class jade.imtp.leap.http.HTTPSProtocol
- addrToString(TransportAddress) - Method in class jade.imtp.leap.JICP.JICPProtocol
-
Constructor declaration
- addrToString(TransportAddress) - Method in class jade.imtp.leap.TransportProtocol
-
FIXME: should throw a dedicated exception
- addSample(double) - Method in class jade.core.sam.AverageMeasureProviderImpl
- addSample(float) - Method in class jade.core.sam.AverageMeasureProviderImpl
- addSample(int) - Method in class jade.core.sam.AverageMeasureProviderImpl
- addSample(long) - Method in class jade.core.sam.AverageMeasureProviderImpl
- addSample(Number) - Method in class jade.core.sam.AverageMeasureProviderImpl
- addServiceManagerAddress(String) - Method in class jade.core.replication.AddressNotificationProxy
- addServiceManagerAddress(String) - Method in interface jade.core.replication.AddressNotificationSlice
- addServices(ServiceDescription) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Add a service description to the
serviceslot collection of this object. - addSlice(ServiceDescriptor, NodeDescriptor, boolean) - Method in interface jade.core.PlatformManager
- addSlice(ServiceDescriptor, NodeDescriptor, boolean) - Method in class jade.core.PlatformManagerImpl
- addSlice(ServiceDescriptor, NodeDescriptor, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- addSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Add an agent identifier to the
sniffed-agentsslot collection of this object. - addSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Add an agent identifier to the
sniffed-agentsslot collection of this object. - addStamp(ReceivedObject) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add a
received-objectstamp to this message envelope. - addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.ParallelBehaviour
-
Add a sub behaviour to this
ParallelBehaviour - addSubBehaviour(Behaviour) - Method in class jade.core.behaviours.SequentialBehaviour
-
Add a sub behaviour to this
SequentialBehaviour - addSuperSchema(ConceptSchema) - Method in class jade.content.schema.ConceptSchema
-
Adds a super-schema to this schema.
- addSuperSchema(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Add a super schema tho this schema, i.e.
- addSuperSchema(PredicateSchema) - Method in class jade.content.schema.PredicateSchema
-
Adds a super-schema to this schema.
- addTo(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Add an agent identifier to the
toslot collection of this object. - addToken(int, byte) - Method in class jade.tools.gui.ACLSLTokenMarker
-
Adds a token to the token list.
- addTool(AID) - Method in interface jade.core.AgentManager
- addTool(AID) - Method in class jade.core.MainContainerImpl
- addUserDefinedParameter(String, String) - Method in class jade.lang.acl.ACLMessage
-
Add a new user defined parameter to this ACLMessage.
- addUserDefinedSlot(String, String) - Method in class jade.core.AID
-
To add a user defined slot (a pair key, value).
- addWindow(MainWindow) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- adjustAgentName(String, String[]) - Static method in class jade.domain.JADEAgentManagement.JADEManagementOntology
-
This method allows to replace wildcards with a set of defined values.
- adjustAggregateValue(Object, Class) - Static method in class jade.content.onto.AggregateHelper
-
Try to convert, if possible, the aggregate value srcValue into an instance of destClass Possible source and destination classes are java array, java collection and jade collection
- adjustBeginLineColumn(int, int) - Method in class jade.content.lang.sl.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class jade.lang.acl.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustDividerLocation() - Method in class jade.tools.introspector.gui.MainWindow
- adjustDividerLocation() - Method in class jade.tools.sniffer.MainPanel
- adjustPrimitiveValue(Object, Class) - Static method in class jade.content.onto.BasicOntology
-
Convert, if possible, the numeric value srcValue into an instance of destClass
- adjustReply(Agent, ACLMessage, ACLMessage) - Static method in class jade.proto.states.ReplySender
-
Adjust all protocol fields and receivers in a reply to a given message.
- adjustReplyTemplate(ACLMessage) - Method in class jade.proto.ProposeInitiator
- adopt(Node, Node[]) - Method in interface jade.core.PlatformManager
- adopt(Node, Node[]) - Method in class jade.core.PlatformManagerImpl
- adopt(Node, Node[]) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- ADOPTED_NODE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a node that was monitored by a Main container replica is adopted (i.e.
- afterClone() - Method in class jade.core.Agent
-
Actions to perform after cloning.
- afterClone() - Method in interface jade.core.mobility.Movable
- afterClone() - Method in class jade.tools.DummyAgent.DummyAgent
- afterClone() - Method in class jade.tools.rma.rma
- afterClone() - Method in class jade.tools.ToolAgent
- afterFirstNotification(DFAgentDescription[]) - Method in class jade.domain.DFSubscriber
- afterLoad() - Method in class jade.tools.DummyAgent.DummyAgent
- afterLoad() - Method in class jade.tools.rma.rma
- afterLoad() - Method in class jade.tools.ToolAgent
- afterMove() - Method in class jade.core.Agent
-
Actions to perform after moving.
- afterMove() - Method in interface jade.core.mobility.Movable
- afterMove() - Method in class jade.tools.DummyAgent.DummyAgent
- afterMove() - Method in class jade.tools.rma.rma
- afterMove() - Method in class jade.tools.ToolAgent
- afterReload() - Method in class jade.tools.DummyAgent.DummyAgent
- afterReload() - Method in class jade.tools.rma.rma
- afterReload() - Method in class jade.tools.ToolAgent
- afterReply(ACLMessage) - Method in class jade.proto.SSContractNetResponder
- afterReply(ACLMessage) - Method in class jade.proto.SSIteratedContractNetResponder
- afterThaw() - Method in class jade.tools.DummyAgent.DummyAgent
- afterThaw() - Method in class jade.tools.rma.rma
- afterThaw() - Method in class jade.tools.ToolAgent
- agent - Variable in class jade.tools.sniffer.PopupAgent
- Agent - Class in jade.core
-
The
Agentclass is the common superclass for user defined software agents. - Agent - Class in jade.tools.sniffer
-
Adds properties and methods for representing agents on the Agent Canvas as rectangles.
- Agent() - Constructor for class jade.core.Agent
-
Default constructor.
- Agent() - Constructor for class jade.tools.sniffer.Agent
-
Constructor for a special agent called Other which represents every agent not present on the Agent Canvas.
- Agent(AID) - Constructor for class jade.tools.sniffer.Agent
-
Constructor for any named agent to be put on the Agent Canvas
- Agent(String) - Constructor for class jade.tools.sniffer.Agent
- AGENT_CLASSNAME - Static variable in class jade.core.AID
-
Key to retrieve the agent class name as a user defined slot of the AID included in the AMSAgentDescription registered with the AMS.
- AGENT_TAG - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value will substitute the %A wildcard in names of all agents that will start in the local container.
- AGENT_TAG_WILDCARD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- AGENT_TYPE - Static variable in class jade.gui.AgentTree
- AGENT_TYPE - Static variable in class jade.util.ObjectManager
-
The constant representing the "agent" type
- AGENT_VIEW - Static variable in class jade.tools.dfgui.DFGUI
- Agent.Interrupted - Error in jade.core
-
Inner class Interrupted.
- AgentAction - Interface in jade.content
-
Generic interface to be implemented by classes associated to agent actions in an ontology.
- AgentActionSchema - Class in jade.content.schema
-
The class to be used to define schemas of agent actions in an ontology.
- AgentActionSchema(String) - Constructor for class jade.content.schema.AgentActionSchema
-
Creates an
AgentActionSchemawith a given type-name. - AgentAdapter - Class in jade.core.event
-
Adapter class for the
AgentListenerinterface - AgentAdapter() - Constructor for class jade.core.event.AgentAdapter
- AgentContainer - Class in jade.wrapper
-
This class is maintained for backward compatibility only.
- AgentContainer - Interface in jade.core
-
This interface represents the local container as it is seen by JADE kernel level services installed in the underlying Node
- AgentContainer(ContainerProxy, AgentContainer, String) - Constructor for class jade.wrapper.AgentContainer
- AgentController - Interface in jade.wrapper
-
This interface is a Proxy, allowing access to a JADE agent.
- AgentDescriptor - Class in jade.core
-
Hold all information about an agent
- AgentDescriptor() - Constructor for class jade.core.AgentDescriptor
- AgentDescriptor(boolean) - Constructor for class jade.core.AgentDescriptor
- AgentEvent - Class in jade.core.event
-
This class represents an event related to the agent life-cycle and configuration.
- AgentEvent(int, AID, AgentState, AgentState, ContainerID) - Constructor for class jade.core.event.AgentEvent
- AgentEvent(int, AID, BehaviourID, ContainerID) - Constructor for class jade.core.event.AgentEvent
- AgentEvent(int, AID, BehaviourID, String, String, ContainerID) - Constructor for class jade.core.event.AgentEvent
- AgentEvent(int, AID, JADEPrincipal, JADEPrincipal, ContainerID) - Constructor for class jade.core.event.AgentEvent
- AgentGroup - Class in jade.domain.persistence
-
This class represents the
agent-groupaction of theJADE-persistenceontology. - AgentGroup() - Constructor for class jade.domain.persistence.AgentGroup
- AGENTGROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- AgentID - Class in FIPA
- AgentID() - Constructor for class FIPA.AgentID
- AgentID(String, String[], AgentID[], Property[]) - Constructor for class FIPA.AgentID
- AgentIdentifier() - Method in class jade.lang.acl.ACLParser
- AgentIDHelper - Class in FIPA
- AgentIDHolder - Class in FIPA
- AgentIDHolder() - Constructor for class FIPA.AgentIDHolder
- AgentIDHolder(AgentID) - Constructor for class FIPA.AgentIDHolder
- AgentIDsHelper - Class in FIPA
- AgentIDsHolder - Class in FIPA
- AgentIDsHolder() - Constructor for class FIPA.AgentIDsHolder
- AgentIDsHolder(AgentID[]) - Constructor for class FIPA.AgentIDsHolder
- AgentList - Class in jade.tools.sniffer
-
The List for the agents on the Agent Canvas.
- AgentList() - Constructor for class jade.tools.sniffer.AgentList
-
Default constructor for the class AgentList
- AgentListener - Interface in jade.core.event
-
The interface to be implemented by classes that need to be notified about
AgentEvent-s by the JADE Notification-Service - AgentManagementProxy - Class in jade.core.management
-
The remote proxy for the JADE kernel-level service managing the basic agent life cycle: creation, destruction, suspension and resumption.
- AgentManagementProxy() - Constructor for class jade.core.management.AgentManagementProxy
- AgentManagementService - Class in jade.core.management
-
The JADE service to manage the basic agent life cycle: creation, destruction, suspension and resumption.
- AgentManagementService() - Constructor for class jade.core.management.AgentManagementService
- AgentManagementSlice - Interface in jade.core.management
-
The horizontal interface for the JADE kernel-level service managing the basic agent life cycle: creation, destruction, suspension and resumption.
- AgentManager - Interface in jade.core
-
This interface provides Agent Life Cycle management services to the platform AMS.
- AgentManager.Listener - Interface in jade.core
-
This callback interface is implemented by the AMS in order to be notified of significant platform-level events (e.g.
- AgentMobilityHelper - Interface in jade.core.mobility
-
The vertical interface for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation.
- AgentMobilityProxy - Class in jade.core.mobility
-
The remote proxy for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation.
- AgentMobilityProxy() - Constructor for class jade.core.mobility.AgentMobilityProxy
- AgentMobilityService - Class in jade.core.mobility
-
The JADE service to manage mobility-related agent life cycle: migration and clonation.
- AgentMobilityService() - Constructor for class jade.core.mobility.AgentMobilityService
- AgentMobilitySlice - Interface in jade.core.mobility
-
The horizontal interface for the JADE kernel-level service managing the mobility-related agent life cycle: migration and clonation.
- agentName - Variable in class jade.tools.sniffer.Agent
- agentNames() - Method in interface jade.core.AgentContainer
- agentNames() - Method in interface jade.core.AgentManager
- agentNames() - Method in class jade.core.BackEndContainer
- agentNames() - Method in interface jade.core.MainContainer
- agentNames() - Method in class jade.core.MainContainerImpl
-
Return the IDs of all agents in the platform
- AgentNode(String) - Constructor for class jade.gui.AgentTree.AgentNode
- AgentReplicationHandle - Class in jade.core.replication
-
Utility class the provides simplified access to the method-replication feature of the AgentReplicationService.
- AgentReplicationHandle() - Constructor for class jade.core.replication.AgentReplicationHandle
- AgentReplicationHelper - Interface in jade.core.replication
-
Helper class that allows agents to exploit the features of the AGentReplicationService
- AgentReplicationHelper.Listener - Interface in jade.core.replication
-
The interface to be implemented by a replicated agent for the master replica to be notified about replica addition/removal and master replica changes.
- AgentReplicationProxy - Class in jade.core.replication
- AgentReplicationProxy() - Constructor for class jade.core.replication.AgentReplicationProxy
- AgentReplicationService - Class in jade.core.replication
- AgentReplicationService() - Constructor for class jade.core.replication.AgentReplicationService
- AgentReplicationSlice - Interface in jade.core.replication
- agents - Variable in class jade.tools.sniffer.AgentList
- AGENTS - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the list of agents that have to be launched at bootstrap time
- AGENTS_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the list of agents that have to be activated at boostrap.
- AGENTS_PATH - Static variable in class jade.core.management.AgentManagementService
-
The path where to search agent jar files
- AGENTS_TO_MONITOR - Static variable in class jade.core.sam.SAMService
- AgentState - Class in jade.core
-
This class represents the Life-Cycle state of an agent.
- AgentState - Class in jade.wrapper
-
Provides a concrete implementation of the State interface for agents.
- AgentState() - Constructor for class jade.core.AgentState
-
Default constructor.
- AGENTSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- AGENTSTATE_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- agentTools() - Method in interface jade.core.AgentManager
- agentTools() - Method in class jade.core.MainContainerImpl
- AgentTree - Class in jade.gui
- AgentTree() - Constructor for class jade.gui.AgentTree
- AgentTree(Font) - Constructor for class jade.gui.AgentTree
- AgentTree.AgentNode - Class in jade.gui
-
Inner class AgentNode
- AgentTree.ContainerNode - Class in jade.gui
-
Inner class ContainerNode
- AgentTree.LocalPlatformFolderNode - Class in jade.gui
-
Inner class localPlatformFolderNode
- AgentTree.Node - Class in jade.gui
-
Inner class Node Common base class for all AgentTree nodes
- AgentTree.RemoteAgentNode - Class in jade.gui
-
Inner class RemoteAgentNode
- AgentTree.RemotePlatformNode - Class in jade.gui
-
Inner class RemotePlatformNode
- AgentTree.RemotePlatformsFolderNode - Class in jade.gui
-
Inner class RemotePlatformsFolderNode
- AgentTree.SuperContainer - Class in jade.gui
-
Inner class SuperContainer
- AgentTreeModel - Class in jade.gui
- AgentTreeModel(AgentTree.Node) - Constructor for class jade.gui.AgentTreeModel
- AggregateHelper - Class in jade.content.onto
- AggregateHelper() - Constructor for class jade.content.onto.AggregateHelper
- AggregateResult - Annotation Type in jade.content.onto.annotations
-
Indicates the aggregate result of an action, allowing at the same time to specify its
cardMin(minimum cardinality),cardMax(maximum cardinality) andtype(class of the contained elements).
The annotation is to be applied to the getter method. - AggregateSchema - Class in jade.content.schema
-
This class represent the schema of aggregate entities in an ontology.
- AggregateSchema(String) - Constructor for class jade.content.schema.AggregateSchema
-
Creates an
AggregateSchemawith a given type-name. - AggregateSchema(String, TermSchema) - Constructor for class jade.content.schema.AggregateSchema
-
Creates an
AggregateSchemawith a given type-name. - AggregateSlot - Annotation Type in jade.content.onto.annotations
-
Allows to specify in the ontological schema the
cardMin(minimum cardinality),cardMax(maximum cardinality) andtype(class of the contained elements) attributes of the aggregate slot.
The annotation is to be applied to the getter method. - AGREE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- AID - Class in jade.core
-
This class represents a JADE Agent Identifier.
- AID - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- AID - Static variable in interface jade.lang.acl.ACLParserConstants
- AID() - Constructor for class jade.core.AID
-
Constructs an Agent-Identifier whose slot name is set to an empty string
- AID(String) - Constructor for class jade.core.AID
-
Deprecated.This constructor might generate a wrong AID, if the passed parameter is not a guid (globally unique identifier), but the local name of an agent (e.g. "da0").
- AID(String, boolean) - Constructor for class jade.core.AID
-
Constructor for an Agent-identifier
- AID_ADDRESS - Static variable in class jade.mtp.http.XMLCodec
- AID_ADDRESSES - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- AID_ADDRESSES - Static variable in class jade.mtp.http.XMLCodec
- AID_NAME - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- AID_NAME - Static variable in class jade.mtp.http.XMLCodec
- AID_PROPERTY_PREFIX - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- AID_RESOLVERS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- AID_TAG - Static variable in class jade.mtp.http.XMLCodec
- AIDAddressList - Class in jade.tools.gui
-
This class shows a list of AID addresses
- AIDAddressList() - Constructor for class jade.tools.gui.AIDAddressList
-
Constructor for the AIDAddressesList object
- AIDGui - Class in jade.gui
-
This class provide a gui to show an AID of an agent.
- AIDGui(Component) - Constructor for class jade.gui.AIDGui
-
Create a dialog with the given parent.
- AIDListCellRenderer() - Constructor for class jade.tools.gui.ACLAIDList.AIDListCellRenderer
-
Constructor for the AIDListCellRenderer object
- AIDListListener() - Constructor for class jade.tools.gui.ACLAIDList.AIDListListener
- AIDSTATE - Static variable in interface jade.lang.acl.ACLParserConstants
- AIDTextField - Class in jade.tools.gui
-
This class shows a JTextfield showing a AID
- AIDTextField() - Constructor for class jade.tools.gui.AIDTextField
- al - Variable in class jade.tools.sniffer.MMCanvas
- alive() - Method in class jade.core.LifeCycle
-
Specifies whether or not this is a termination state
- ALL - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- ALL - Static variable in class jade.util.Logger
-
ALL indicates that all messages should be logged.
- ALL_ACCEPTANCES_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACCEPT/REJECT_PROPOSAL ACLMessage objects that have to be sent
- ALL_ACCEPTANCES_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages that have to be sent.
- ALL_CFPS_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of CFP ACLMessage objects that have to be sent.
- ALL_CFPS_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of CFP messages that have to be sent.
- ALL_CONFIRM - Static variable in interface jade.proto.TwoPhConstants
- ALL_CONFIRM_OR_INFORM - Static variable in interface jade.proto.TwoPhConstants
- ALL_CONFIRMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of CONFIRM messages that have been received as response.
- ALL_DISCONFIRMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of DISCONFIRM messages that have been received as response.
- ALL_DUMP_KEY - Static variable in class jade.core.BaseService
- ALL_INFORMS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of INFORM messages that have been received as response.
- ALL_INFORMS_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of INFORM messages that have been received as response.
- ALL_INITIATIONS_K - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the vector of PROPOSE ACLMessage objects that have to be sent.
- ALL_NEXT_REQUESTS_KEY - Variable in class jade.proto.IteratedAchieveREInitiator
-
Key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that will be sent at next round.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of CFP messages for which a response has not been received yet.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages for which a response has not been received yet.
- ALL_PENDINGS_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages for which a response has not been received yet.
- ALL_PROPOSES_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of PROPOSE messages that have been received as response.
- ALL_QUERYIFS_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages that have to be sent.
- ALL_REQUESTS_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been sent.
- ALL_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
- ALL_RESPONSES_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses.
- ALL_RESPONSES_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive all the responses received.
- ALL_RESPONSES_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the vector of all messages that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response.
- ALL_RESPONSES_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response.
- ALL_RESPONSES_RECEIVED - Static variable in interface jade.proto.TwoPhConstants
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications.
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications.
- ALL_RESULT_NOTIFICATIONS_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive the result notification received.
- ALL_SUBSCRIPTIONS_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the vector of subscription ACLMessage objects that have been sent.
- AlreadyRegistered - Exception in jade.domain.FIPAAgentManagement
- AlreadyRegistered() - Constructor for exception jade.domain.FIPAAgentManagement.AlreadyRegistered
- ALREADYREGISTERED - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ALREADYREGISTERED - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- ams - Class in jade.domain
-
Standard Agent Management System agent.
- ams(AgentManager) - Constructor for class jade.domain.ams
-
This constructor creates a new AMS agent.
- AMS - Static variable in interface jade.domain.FIPANames
- AMS_CANCELLATION - Static variable in class jade.domain.introspection.AMSSubscriber
- AMS_FAILURE_AGENT_NOT_FOUND - Static variable in class jade.lang.acl.ACLMessage
-
AMS failure reasons
- AMS_FAILURE_AGENT_UNREACHABLE - Static variable in class jade.lang.acl.ACLMessage
- AMS_FAILURE_FOREIGN_AGENT_NO_ADDRESS - Static variable in class jade.lang.acl.ACLMessage
- AMS_FAILURE_FOREIGN_AGENT_UNREACHABLE - Static variable in class jade.lang.acl.ACLMessage
- AMS_FAILURE_SERVICE_ERROR - Static variable in class jade.lang.acl.ACLMessage
- AMS_FAILURE_UNAUTHORIZED - Static variable in class jade.lang.acl.ACLMessage
- AMS_FAILURE_UNEXPECTED_ERROR - Static variable in class jade.lang.acl.ACLMessage
- AMS_SUBSCRIPTION - Static variable in class jade.domain.introspection.AMSSubscriber
- AMSAgentDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology representing the description of an Agent in the AMS catalogue.
- AMSAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Default constructor.
- AMSAGENTDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- AMSAGENTDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- AMSAGENTDESCRIPTION_OWNERSHIP - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- AMSAGENTDESCRIPTION_STATE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- amsDeregister(AMSAgentDescription) - Method in interface jade.core.AgentManager
- amsDeregister(AMSAgentDescription) - Method in class jade.core.MainContainerImpl
-
Deregister an agent from the White Pages service of this platform
- AMSEventQueueFeeder - Class in jade.domain
- AMSEventQueueFeeder(InputQueue, Location) - Constructor for class jade.domain.AMSEventQueueFeeder
- AMSListenerBehaviour() - Constructor for class jade.tools.ToolAgent.AMSListenerBehaviour
- amsModify(AMSAgentDescription) - Method in interface jade.core.AgentManager
- amsModify(AMSAgentDescription) - Method in class jade.core.MainContainerImpl
-
Modify the registration of an agent to the White Pages service of this platform.
- amsRegister(AMSAgentDescription) - Method in interface jade.core.AgentManager
- amsRegister(AMSAgentDescription) - Method in class jade.core.MainContainerImpl
-
Register an agent to the White Pages service of this platform
- amsSearch(AMSAgentDescription, long) - Method in interface jade.core.AgentManager
- amsSearch(AMSAgentDescription, long) - Method in class jade.core.MainContainerImpl
-
Searches the White Pages for agents whose description matches a given template.
- AMSService - Class in jade.domain
-
This class provides a set of static methods to communicate with a AMS Service that complies with FIPA specifications.
- AMSService() - Constructor for class jade.domain.AMSService
-
Default constructor.
- AMSSubscriber - Class in jade.domain.introspection
-
This behaviour subscribes to the AMS to receive notifications about platform-wide events.
- AMSSubscriber() - Constructor for class jade.domain.introspection.AMSSubscriber
-
Construct an AMSSubscriber behaviour to receive notifications about platform events from the local AMS
- AMSSubscriber(AID) - Constructor for class jade.domain.introspection.AMSSubscriber
-
Construct an AMSSubscriber behaviour to receive notifications about platform events from the AMS of a remote platform.
- AMSSubscriber.EventHandler - Interface in jade.domain.introspection
-
This interface must be implemented by concrete event handlers installed by this AMSSubscriber.
- anchor - Variable in class jade.imtp.leap.JICP.JICPAddress
- anchor - Variable in class jade.imtp.rmi.RMIAddress
- and(MessageTemplate, MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
-
Logical and between two
MessageTemplateobjects. - AND - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- AND_LEFT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- AND_RIGHT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- ANDROID - Static variable in class jade.core.Profile
- ANY - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- AP_ACTIVE - Static variable in class jade.core.Agent
-
Represents the active agent state.
- AP_COPY - Static variable in class jade.core.mobility.AgentMobilityService
- AP_DELETED - Static variable in class jade.core.Agent
-
Represents the deleted agent state.
- AP_GONE - Static variable in class jade.core.mobility.AgentMobilityService
- AP_IDLE - Static variable in class jade.core.Agent
-
Represents the idle agent state.
- AP_INITIATED - Static variable in class jade.core.Agent
-
Represents the initiated agent state.
- AP_MAX - Static variable in class jade.core.Agent
-
Out of band value for Agent Platform Life Cycle states.
- AP_MIN - Static variable in class jade.core.Agent
-
Out of band value for Agent Platform Life Cycle states.
- AP_SUSPENDED - Static variable in class jade.core.Agent
-
Represents the suspended agent state.
- AP_TRANSIT - Static variable in class jade.core.mobility.AgentMobilityService
- AP_WAITING - Static variable in class jade.core.Agent
-
Represents the waiting agent state.
- APDescription - Class in jade.domain.FIPAAgentManagement
-
This 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.
- APDescription() - Constructor for class jade.domain.FIPAAgentManagement.APDescription
-
Default constructor.
- APDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APDESCRIPTION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APDESCRIPTION_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APDESCRIPTION_SERVICES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APDESCRIPTION_SERVICES - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APDescriptionPanel - Class in jade.gui
-
This class permits to show the APDescription of a platform.
- APDescriptionPanel(Component) - Constructor for class jade.gui.APDescriptionPanel
-
creates a panel ho show an APDescription.
- appendACLExpression(StringBuffer, String, String) - Static method in class jade.lang.acl.StringACLCodec
-
append to the passed StringBuffer the slot name and value separated by a blank char and followed by a newline.
- appendProp(StringBuffer, String, String) - Static method in class jade.imtp.leap.BackEndStub
- appendStaticRows(Collection) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- AppletBoot - Class in jade
-
This class handles JADE start-up and shut-down when running JADE as an Applet.
- AppletBoot() - Constructor for class jade.AppletBoot
- apply() - Method in class jade.content.onto.ConceptSlotFunction
- apply(Concept) - Method in class jade.content.onto.ConceptSlotFunction
- applyDefaultValues(AbsObject, AbsObject) - Static method in class jade.content.abs.AbsHelper
-
Apply default value to template Replace node with default value only if the value in template is null or AbsVariable or default value is null and template is a true template
- APService - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology representing the description of a platform service.
- APService() - Constructor for class jade.domain.FIPAAgentManagement.APService
-
Default constructor.
- APService(String, String[]) - Constructor for class jade.domain.FIPAAgentManagement.APService
-
Constructor.
- APSERVICE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APSERVICE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APSERVICE_ADDRESSES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APSERVICE_ADDRESSES - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APSERVICE_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APSERVICE_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APSERVICE_TYPE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- APSERVICE_TYPE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- APServicePanel - Class in jade.gui
-
To show an
APServiceobject within a Swing dialog. - ARG_SEPARATOR - Static variable in class jade.core.Specifier
- ARITHMETICOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- ARITHMETICOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- ArrayList - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
- ArrayList() - Constructor for class jade.util.leap.ArrayList
-
Default Constructor, creates an empty List
- ArrayList(int) - Constructor for class jade.util.leap.ArrayList
-
Constructor specifying list size
- ArrayList(ArrayList) - Constructor for class jade.util.leap.ArrayList
-
Constructs an ArrayList from a java.util.ArrayList.
- associate(Behaviour) - Method in class jade.util.InputQueue
-
Associate this
InputQueueobject with the indicatedBehaviourso that it will be restarted each time a new object is inserted. - asString(String, String) - Static method in class jade.content.abs.AbsReference
- asString(String, String, String) - Static method in class jade.content.abs.AbsReference
- ASYNC - Static variable in interface jade.wrapper.AgentController
-
Constant representing an asynchronous rendez-vous policy.
- ATTACH_PLATFORM_INFO - Static variable in class jade.core.messaging.MessagingService
- AUX_CONTAINER_NAME - Static variable in interface jade.core.AgentContainer
- AUX_NODE_NAME - Static variable in interface jade.core.PlatformManager
- AverageMeasure - Class in jade.core.sam
-
The class used by the System Activity Monitoring (SAM) Service to represent an aggregated measure i.e.
- AverageMeasure() - Constructor for class jade.core.sam.AverageMeasure
- AverageMeasure(double, int) - Constructor for class jade.core.sam.AverageMeasure
- AverageMeasureProvider - Interface in jade.core.sam
-
A Provider of average measures for a given entity
- AverageMeasureProviderImpl - Class in jade.core.sam
-
A default ready-made implementation of the AverageMeasureProvider interface that offers methods to add measure samples and automatically computes an
AverageMeasurewhen thegetValue()method is called. - AverageMeasureProviderImpl() - Constructor for class jade.core.sam.AverageMeasureProviderImpl
- AVG_AGGREGATION - Static variable in class jade.core.sam.SAMInfo
- AVG_AGGREGATION_SEPARATOR - Static variable in class jade.core.sam.SAMInfo
- AVG_AGGREGATION_SEPARATOR_CHAR - Static variable in class jade.core.sam.SAMInfo
B
- BackEnd - Interface in jade.core
- BackEndContainer - Class in jade.core
- BackEndContainer(Properties, BEConnectionManager) - Constructor for class jade.core.BackEndContainer
- BackEndContainer.AgentImage - Class in jade.core
-
Inner class AgentImage
- BackEndDispatcher - Class in jade.imtp.leap.nio
-
This class implements the FrontEndDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManager
- BackEndDispatcher() - Constructor for class jade.imtp.leap.nio.BackEndDispatcher
- BackEndDispatcher.InputManager - Class in jade.imtp.leap.nio
-
Inner class InputManager.
- BackEndDispatcher.OutputManager - Class in jade.imtp.leap.nio
-
Inner class OutputManager This class manages the reception of commands and keep-alive packets from the FrontEnd.
- BackEndManager - Class in jade.core
-
This class is an auxiliary JADE Node that act as parent node for all back-ends in the local JVM
- BackEndSkel - Class in jade.imtp.leap
-
Class declaration
- BackEndSkel(BackEnd) - Constructor for class jade.imtp.leap.BackEndSkel
- BackEndStub - Class in jade.imtp.leap
-
Class declaration
- BackEndStub(Dispatcher, Properties) - Constructor for class jade.imtp.leap.BackEndStub
- backup(int) - Method in class jade.content.lang.sl.SimpleCharStream
- backup(int) - Method in class jade.lang.acl.SimpleCharStream
- BASE_NAME - Static variable in class jade.content.schema.AgentActionSchema
- BASE_NAME - Static variable in class jade.content.schema.AggregateSchema
- BASE_NAME - Static variable in class jade.content.schema.ConceptSchema
- BASE_NAME - Static variable in class jade.content.schema.ContentElementListSchema
- BASE_NAME - Static variable in class jade.content.schema.ContentElementSchema
- BASE_NAME - Static variable in class jade.content.schema.IRESchema
- BASE_NAME - Static variable in class jade.content.schema.ObjectSchema
- BASE_NAME - Static variable in class jade.content.schema.PredicateSchema
- BASE_NAME - Static variable in class jade.content.schema.PrimitiveSchema
- BASE_NAME - Static variable in class jade.content.schema.ReferenceSchema
- BASE_NAME - Static variable in class jade.content.schema.TermSchema
- BASE_NAME - Static variable in class jade.content.schema.VariableSchema
- BaseInitiator - Class in jade.core.behaviours
-
Base class for behaviours implementing a FIPA-request like pattern with a single target agent.
- BaseInitiator() - Constructor for class jade.core.behaviours.BaseInitiator
- BaseInitiator(OutcomeManager) - Constructor for class jade.core.behaviours.BaseInitiator
- BaseNode - Class in jade.core
-
This class provides a partial implementation of the
Nodeinterface. - BaseNode(String, boolean) - Constructor for class jade.core.BaseNode
- baseSchema - Static variable in class jade.content.schema.ObjectSchema
- BaseService - Class in jade.core
-
The
BaseServiceabstract class partially implements theServiceinterface, providing a simple and uniform mechanism for slice management and service discovery. - BaseService() - Constructor for class jade.core.BaseService
- BasicFipaDateTime - Class in jade.mtp.http
- BasicFipaDateTime(String) - Constructor for class jade.mtp.http.BasicFipaDateTime
- BasicFipaDateTime(Date) - Constructor for class jade.mtp.http.BasicFipaDateTime
- BasicOntology - Class in jade.content.onto
-
This class implements an ontology containing schemas for Primitive types and SL0 operators i.e.
- BCReflectiveIntrospector - Class in jade.content.onto
-
Backward Compatible reflective introspector.
- BCReflectiveIntrospector() - Constructor for class jade.content.onto.BCReflectiveIntrospector
- BE_NOT_FOUND - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised when the mediator replies with a BE Not Found to a CONNECT_MEDIATOR request.
- BE_REQUIRED_SERVICES_KEY - Static variable in class jade.core.MicroRuntime
- BEAgentManagementService - Class in jade.core.management
-
The JADE service to manage the basic agent life cycle: creation, destruction, suspension and resumption, in the special case of a Back-End Container.
- BEAgentManagementService() - Constructor for class jade.core.management.BEAgentManagementService
- BeanOntology - Class in jade.content.onto
-
Extension of
Ontologythat allows to build the ontological elements adding directly the classes of the corresponding JavaBeans. - BeanOntology(String) - Constructor for class jade.content.onto.BeanOntology
-
Create an Ontology with the given
name. - BeanOntology(String, Ontology) - Constructor for class jade.content.onto.BeanOntology
-
Create an Ontology with the given
namethat extends the ontologybase, which must haveBasicOntologyin its hierarchy. - BeanOntology(String, Ontology[]) - Constructor for class jade.content.onto.BeanOntology
-
Create an Ontology with the given
namethat extends thebaseset of ontologies. - BeanOntologyException - Exception in jade.content.onto
-
This class is used for reporting exceptions when adding beans to a
BeanOntology. - BeanOntologyException(String) - Constructor for exception jade.content.onto.BeanOntologyException
- BeanOntologyException(String, Throwable) - Constructor for exception jade.content.onto.BeanOntologyException
- BECodec - Interface in jade.core
- becomeLeader(AMSEventQueueFeeder) - Method in interface jade.core.AgentContainer
- becomeMaster() - Method in interface jade.core.replication.AgentReplicationHelper.Listener
-
Notify a replica that it became the new master replica
- BEConnectionManager - Interface in jade.core
- BEFORE_CONNECTION - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is rised just before each attempt to create a network connection.
- beforeClone() - Method in class jade.core.Agent
-
This empty placeholder method shall be overridden by user defined agents to execute some actions before copying an agent to another agent container.
- beforeClone() - Method in interface jade.core.mobility.Movable
- beforeFreeze() - Method in class jade.tools.DummyAgent.DummyAgent
- beforeFreeze() - Method in class jade.tools.rma.rma
- beforeFreeze() - Method in class jade.tools.ToolAgent
- beforeMove() - Method in class jade.core.Agent
-
This empty placeholder shall be overridden by user defined agents to execute some actions before the original agent instance on the source container is stopped (e.g.
- beforeMove() - Method in interface jade.core.mobility.Movable
- beforeMove() - Method in class jade.tools.DummyAgent.DummyAgent
- beforeMove() - Method in class jade.tools.rma.rma
- beforeMove() - Method in class jade.tools.ToolAgent
- beforeReload() - Method in class jade.tools.DummyAgent.DummyAgent
- beforeReload() - Method in class jade.tools.rma.rma
- beforeReload() - Method in class jade.tools.ToolAgent
- beforeReply(ACLMessage) - Method in class jade.proto.SSContractNetResponder
- beforeReply(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
- beforeReply(ACLMessage) - Method in class jade.proto.SSIteratedContractNetResponder
- beforeSave() - Method in class jade.tools.ToolAgent
- beginColumn - Variable in class jade.content.lang.sl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginColumn - Variable in class jade.lang.acl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class jade.content.lang.sl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class jade.lang.acl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- BeginToken() - Method in class jade.content.lang.sl.SimpleCharStream
- BeginToken() - Method in class jade.lang.acl.SimpleCharStream
- beginTracing() - Static method in class jade.core.messaging.DeliveryTracing
- Behaviour - Class in jade.core.behaviours
-
Abstract base class for JADE behaviours.
- Behaviour() - Constructor for class jade.core.behaviours.Behaviour
-
Default constructor.
- Behaviour(Agent) - Constructor for class jade.core.behaviours.Behaviour
-
Constructor with owner agent.
- Behaviour.RunnableChangedEvent - Class in jade.core.behaviours
-
Event class for notifying blocked and restarted behaviours.
- behaviourAdded(MainWindow, AddedBehaviour) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- behaviourChangeState(MainWindow, ChangedBehaviourState) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- BehaviourID - Class in jade.core
-
This class represents an unique identifier referring to a specific agent behaviour.
- BehaviourID() - Constructor for class jade.core.BehaviourID
-
Default constructor.
- BehaviourID(Behaviour) - Constructor for class jade.core.BehaviourID
-
This constructor builds a new behaviour ID, describing the given behaviour object.
- BEHAVIOURID - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BEHAVIOURID_CHILDREN - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BEHAVIOURID_CLASS_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BEHAVIOURID_CODE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BEHAVIOURID_KIND - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BEHAVIOURID_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BehaviourLoadingOntology - Class in jade.domain.mobility
-
This 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.
- BehaviourLoadingVocabulary - Interface in jade.domain.mobility
-
This interface contains all the string constants for concepts and slot names defined in the
Behaviour-Loadingontology. - BehaviourPanel - Class in jade.tools.introspector.gui
-
This panel contains the behaviour tree for a given agent.
- BehaviourPanel(DefaultTreeModel) - Constructor for class jade.tools.introspector.gui.BehaviourPanel
- behaviourRemoved(MainWindow, RemovedBehaviour) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- BehaviourTreeNode - Class in jade.tools.introspector.gui
-
This class represents a tree node for a behaviour in the Introspector GUI.
- BehaviourTreeNode(BehaviourID) - Constructor for class jade.tools.introspector.gui.BehaviourTreeNode
- BehaviourTreeNode(BehaviourID, String) - Constructor for class jade.tools.introspector.gui.BehaviourTreeNode
- BELIEF - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- BELIEF_AGENT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- BELIEF_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- BEManagementHelper - Interface in jade.imtp.leap.nio
-
Helper interface to the BEManagementService.
- BEManagementService - Class in jade.imtp.leap.nio
-
This service handles BEContainer creation requests and manages IO operations for data exchanged between the created BEContainers and their FEContainers in an asynchronous way using java.nio
Having this functionality implemented as a service allows propagating (through the ServiceHelper) BackEnd related events (e.g. - BEManagementService() - Constructor for class jade.imtp.leap.nio.BEManagementService
- biasLeft - Variable in class jade.tools.gui.ACLTextArea
- BIBEDispatcher - Class in jade.imtp.leap.JICP
-
Class declaration
- BIBEDispatcher() - Constructor for class jade.imtp.leap.JICP.BIBEDispatcher
-
Constructor declaration
- BIBEDispatcher.InpConnectionHolder - Class in jade.imtp.leap.JICP
-
Inner class InpConnectionHolder.
- BIBEDispatcher.OutConnectionHolder - Class in jade.imtp.leap.JICP
-
Inner class OutConnectionHolder Wrapper for the connection used to receive commands from the FrontEnd
- BIFEDispatcher - Class in jade.imtp.leap.JICP
-
Class declaration
- BIFEDispatcher() - Constructor for class jade.imtp.leap.JICP.BIFEDispatcher
- BIFESDispatcher - Class in jade.imtp.leap.JICP
-
class for setting up a secure BIFEDispatcher
- BIFESDispatcher() - Constructor for class jade.imtp.leap.JICP.BIFESDispatcher
- BINARY - Static variable in class jade.imtp.leap.sms.SMSManager
- BINARYLOGICALOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- BINARYLOGICALOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- bindHost - Variable in class jade.imtp.leap.JICP.FrontEndDispatcher
- bindPort - Variable in class jade.imtp.leap.JICP.FrontEndDispatcher
- bindSocket(Socket) - Method in class jade.imtp.leap.JICP.JICPConnection
- BITEFFICIENT - Static variable in interface jade.domain.FIPANames.ACLCodec
-
Syntactic representation of ACL in bit-efficient form
- BitrateReceiverAgent() - Constructor for class jade.core.ScalabilityTest.BitrateReceiverAgent
- BitrateSenderAgent() - Constructor for class jade.core.ScalabilityTest.BitrateSenderAgent
- blink - Variable in class jade.tools.gui.ACLTextArea
- blinkCaret() - Method in class jade.tools.gui.ACLTextArea
-
Blinks the caret.
- block() - Method in class jade.core.behaviours.Behaviour
-
Blocks this behaviour.
- block(long) - Method in class jade.core.behaviours.Behaviour
-
Blocks this behaviour for a specified amount of time.
- blockCaret - Variable in class jade.tools.gui.ACLTextAreaPainter
- BlockingNodeFailureMonitor - Class in jade.core.nodeMonitoring
-
The
BlockingNodeFailureMonitorclass detects node failures and notifies its registered listener using blocking calls to the ping() remote method of the monitored Node. - BlockingNodeFailureMonitor() - Constructor for class jade.core.nodeMonitoring.BlockingNodeFailureMonitor
- blockingReceive() - Method in class jade.core.Agent
-
Receives an ACL message from the agent message queue.
- blockingReceive(long) - Method in class jade.core.Agent
-
Receives an ACL message from the agent message queue, waiting at most a specified amount of time.
- blockingReceive(MessageTemplate) - Method in class jade.core.Agent
-
Receives an ACL message matching a given message template.
- blockingReceive(MessageTemplate, long) - Method in class jade.core.Agent
-
Receives an ACL message matching a given message template, waiting at most a specified time.
- BOOLEAN - Static variable in class jade.content.onto.BasicOntology
- BOOLEAN_TYPE - Static variable in class jade.PropertyType
- boot(Profile) - Method in class jade.core.BaseService
- boot(Profile) - Method in class jade.core.faultRecovery.FaultRecoveryService
- boot(Profile) - Method in class jade.core.messaging.LightMessagingService
- boot(Profile) - Method in class jade.core.messaging.MessagingService
-
Performs the active initialization step of a kernel-level service: Activates the ACL codecs and MTPs as specified in the given
Profileinstance. - boot(Profile) - Method in class jade.core.messaging.MomMessagingService
- boot(Profile) - Method in class jade.core.messaging.PersistentDeliveryService
-
Activate the PersistentDeliveryManager and instantiate the PersistentDeliveryFilter.
- boot(Profile) - Method in class jade.core.messaging.TopicManagementService
- boot(Profile) - Method in class jade.core.mobility.AgentMobilityService
- boot(Profile) - Method in class jade.core.replication.AddressNotificationService
- boot(Profile) - Method in class jade.core.replication.AgentReplicationService
- boot(Profile) - Method in class jade.core.replication.MainReplicationService
- boot(Profile) - Method in class jade.core.resource.ResourceManagementService
- boot(Profile) - Method in class jade.core.sam.SAMService
- boot(Profile) - Method in interface jade.core.Service
-
Performs the active initialization step of a kernel-level service.
- boot(Profile) - Method in class jade.imtp.leap.nio.BEManagementService
-
This method is called by the JADE runtime just after this service has been installed.
- Boot - Class in jade
-
Boots the JADE system, parsing command line arguments.
- Boot - Class in jade.imtp.leap.sms
-
Utility class that boots the JADE runtime system and automatically starts the SMSManager.
- Boot() - Constructor for class jade.Boot
-
Default constructor.
- Boot() - Constructor for class jade.imtp.leap.sms.Boot
- Boot3 - Class in jade
-
Boots JADE system, parsing command line arguments in the old (3.x) style.
- Boot3(String[]) - Constructor for class jade.Boot3
-
Constructor.
- BootException - Exception in jade
-
This exception is thrown by the method
checkPropertiesin classBootwhen an inconsistency of the configuration parameters is found. - BootException(String) - Constructor for exception jade.BootException
- BootGUI - Class in jade
-
This class create the gui for the jade configuration
- BootGUI(Boot3) - Constructor for class jade.BootGUI
-
Constructor - launches the GUI configurator.
- BootHelper - Class in jade
-
This class provides a number of methods that help in parsing the command line.
- BootHelper() - Constructor for class jade.BootHelper
- BootProfileImpl - Class in jade
-
A profile implementation enhanced to support boot's argument parsing.
- BootProfileImpl() - Constructor for class jade.BootProfileImpl
-
Construct default profile with empty argument properties
- BootProfileImpl(String[]) - Constructor for class jade.BootProfileImpl
-
Construct profile with specified arguments
- bootProps - Variable in class jade.core.ProfileImpl
- BORN_AGENT - Static variable in class jade.core.event.ContainerEvent
- BORN_AGENT - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
born-agentevent. - bornAgent(AID, ContainerID, Command) - Method in class jade.core.management.AgentManagementProxy
- bornAgent(AID, ContainerID, Command) - Method in interface jade.core.management.AgentManagementSlice
- bornAgent(AID, ContainerID, JADEPrincipal, String, boolean) - Method in interface jade.core.MainContainer
- bornAgent(AID, ContainerID, JADEPrincipal, String, boolean) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just born on a container
- bornAgent(AID, ContainerID, JADEPrincipal, String, boolean) - Method in class jade.core.mobility.AgentMobilityService
- bornAgent(ContainerEvent) - Method in class jade.core.event.ContainerAdapter
- bornAgent(ContainerEvent) - Method in interface jade.core.event.ContainerListener
- bornAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- bornAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- bornAgent(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when an agent is born.
- bornAgent(String) - Method in interface jade.core.BackEnd
-
Notify the BackEnd container that a new agent is born.
- bornAgent(String) - Method in class jade.core.BackEndContainer
-
A new agent has just started on the FrontEnd.
- bornAgent(String) - Method in class jade.imtp.leap.BackEndStub
- BornAgent - Class in jade.domain.introspection
-
An introspection event, recording the birth of a new agent within the platform.
- BornAgent() - Constructor for class jade.domain.introspection.BornAgent
-
Default constructor.
- BORNAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_CLASS_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_CLONE_ORIGINATOR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_OWNERSHIP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_STATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BORNAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- BOTTOM - Static variable in class jade.tools.gui.ACLTextArea
- bracketHighlight - Variable in class jade.tools.gui.ACLTextAreaPainter
- bracketHighlightColor - Variable in class jade.tools.gui.ACLTextAreaPainter
- bracketLine - Variable in class jade.tools.gui.ACLTextArea
- bracketPosition - Variable in class jade.tools.gui.ACLTextArea
- BREAK_EVENT - Static variable in class jade.tools.introspector.Introspector
- bRet - Static variable in class jade.tools.sniffer.Agent
- broadcast(HorizontalCommand, boolean) - Method in class jade.core.BaseService
- BrowserLauncher - Class in jade.gui
-
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
- bufcolumn - Variable in class jade.content.lang.sl.SimpleCharStream
- bufcolumn - Variable in class jade.lang.acl.SimpleCharStream
- buffer - Variable in class jade.content.lang.sl.SimpleCharStream
- buffer - Variable in class jade.lang.acl.SimpleCharStream
- BUFFER_SIZE - Static variable in class jade.core.management.JarClassLoader
- BUFFERINCREASE - Static variable in class jade.imtp.leap.nio.BEManagementService
-
this property can be used to set how many bytes will be used when nio buffer need to be increased
- BufferTransformer - Interface in jade.imtp.leap.nio
-
A buffertransformer is responsible for the preparation of data read from a socket or data to be written to a socket.
- bufline - Variable in class jade.content.lang.sl.SimpleCharStream
- bufline - Variable in class jade.lang.acl.SimpleCharStream
- bufpos - Variable in class jade.content.lang.sl.SimpleCharStream
- bufpos - Variable in class jade.lang.acl.SimpleCharStream
- build() - Method in class jade.tools.introspector.gui.BehaviourPanel
- build() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- build() - Method in class jade.tools.introspector.gui.MainBar
- build() - Method in class jade.tools.introspector.gui.MainWindow
- build() - Method in class jade.tools.introspector.gui.MessagePanel
- build() - Method in class jade.tools.introspector.gui.StatePanel
- buildAddress(String, String, String, String) - Method in class jade.imtp.leap.http.HTTPProtocol
- buildAddress(String, String, String, String) - Method in class jade.imtp.leap.http.HTTPSProtocol
- buildAddress(String, String, String, String) - Method in class jade.imtp.leap.JICP.JICPProtocol
- buildAddress(String, String, String, String) - Method in class jade.imtp.leap.TransportProtocol
- by - Variable in class FIPA.ReceivedObject
- BYTE_SEQUENCE - Static variable in class jade.content.onto.BasicOntology
- ByteArrayCodec - Class in jade.content.lang
-
Base class for content language codecs that transform AbsContentElements to/from sequences of bytes
- ByteArrayCodec(String) - Constructor for class jade.content.lang.ByteArrayCodec
-
Construct a ByteArrayCodec object with the given name
- ByteLengthEncodedString() - Method in class jade.lang.acl.ACLParser
C
- CACHE_SCALE - Static variable in class jade.domain.DFHSQLKB
- CACHE_SIZE - Static variable in class jade.core.messaging.MessagingService
- CACHE_SIZE_DEFAULT - Static variable in class jade.core.messaging.MessagingService
- CACHE_SIZE_SCALE - Static variable in class jade.domain.DFHSQLKB
- cachedSlices - Variable in class jade.core.messaging.MessagingService
- cAGENT_STATE_ACTIVE - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_DELETED - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_IDLE - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_INITIATED - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_SUSPENDED - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_TRANSIT - Static variable in class jade.wrapper.AgentState
- cAGENT_STATE_WAITING - Static variable in class jade.wrapper.AgentState
- Callback<Result> - Interface in jade.util
- CallbackInvokator - Class in jade.core
-
This class is used internally by the framework and is not accessible to users.
- cancel() - Method in class jade.domain.introspection.AMSSubscriber
- cancel(AID, boolean) - Method in class jade.proto.SubscriptionInitiator
-
Cancel the subscription to agent
receiver. - CANCEL - Static variable in class jade.gui.TimeChooser
- CANCEL - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- CANCEL - Static variable in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Field
- CANCEL_BUTTON - Static variable in class jade.tools.rma.StartDialog
- CANCEL_KEY - Variable in class jade.proto.SSIteratedAchieveREResponder
-
Key to retrieve from the DataStore of the behaviour the last received CANCEL ACLMessage
- CANCEL_KEY - Variable in class jade.proto.SubscriptionResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator to cancel a subscription.
- cancellationCompleted(AID) - Method in class jade.proto.SubscriptionInitiator
-
This method should be called when the notification of a successful subscription cancellation is received from agent
receiverto terminate the session with him. - canvAgent - Variable in class jade.tools.sniffer.PanelCanvas
- canvMess - Variable in class jade.tools.sniffer.PanelCanvas
- capacity() - Method in class jade.mtp.http.KeepAlive
-
get the capacity of Vectors
- CardinalityFacet - Class in jade.content.schema.facets
-
This facet forces an AbsAggregate to contain a number of elements that is comprised between a given min and a given max.
- CardinalityFacet(int, int) - Constructor for class jade.content.schema.facets.CardinalityFacet
-
Construct a
CardinalityFacetthat forces the number of elements in an AbsAggregate to be within a given range - cardMax() - Method in annotation type jade.content.onto.annotations.AggregateResult
- cardMax() - Method in annotation type jade.content.onto.annotations.AggregateSlot
- cardMin() - Method in annotation type jade.content.onto.annotations.AggregateResult
- cardMin() - Method in annotation type jade.content.onto.annotations.AggregateSlot
- caretBlinks - Variable in class jade.tools.gui.ACLTextArea
- caretColor - Variable in class jade.tools.gui.ACLTextAreaPainter
- caretEvent - Variable in class jade.tools.gui.ACLTextArea
- caretTimer - Static variable in class jade.tools.gui.ACLTextArea
- caretVisible - Variable in class jade.tools.gui.ACLTextArea
- CaseInsensitiveString - Class in jade.core
-
A name string, with case insensitive comparison and equality operations.
- CaseInsensitiveString(String) - Constructor for class jade.core.CaseInsensitiveString
-
Create a new
CaseInsensitiveStringobject. - CENTER - Static variable in class jade.tools.gui.ACLTextArea
- CFP - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- CFP_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- CFP_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last received CFP ACLMessage
- CFP_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- CFReflectiveIntrospector - Class in jade.content.onto
- CFReflectiveIntrospector() - Constructor for class jade.content.onto.CFReflectiveIntrospector
- CHANGE_PORT_IF_BUSY - Static variable in class jade.imtp.leap.LEAPIMTPManager
- changeAgentName(AID, AID) - Method in class jade.core.management.CodeLocator
-
Change the agent name.
- changeAgentOwnership(AID, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- changeAgentState(AID, int) - Method in class jade.core.management.AgentManagementProxy
- changeAgentState(AID, int) - Method in interface jade.core.management.AgentManagementSlice
- CHANGED_AGENT_PRINCIPAL - Static variable in class jade.core.event.AgentEvent
- CHANGED_AGENT_PRINCIPAL - Static variable in class jade.core.event.PlatformEvent
- CHANGED_AGENT_STATE - Static variable in class jade.core.event.AgentEvent
- CHANGED_BEHAVIOUR_STATE - Static variable in class jade.core.event.AgentEvent
- CHANGED_CONTAINER_PRINCIPAL - Static variable in class jade.core.event.PlatformEvent
- ChangedAgentOwnership - Class in jade.domain.introspection
-
An introspection event, recording the change of the ownership of an agent within the platform.
- ChangedAgentOwnership() - Constructor for class jade.domain.introspection.ChangedAgentOwnership
-
Default constructor.
- CHANGEDAGENTOWNERSHIP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTOWNERSHIP_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTOWNERSHIP_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTOWNERSHIP_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTOWNERSHIP_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- changedAgentPrincipal(AgentEvent) - Method in class jade.core.event.AgentAdapter
- changedAgentPrincipal(AgentEvent) - Method in interface jade.core.event.AgentListener
- changedAgentPrincipal(AgentEvent) - Method in class jade.tools.ToolNotifier
- changedAgentPrincipal(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- changedAgentState(AgentEvent) - Method in class jade.core.event.AgentAdapter
- changedAgentState(AgentEvent) - Method in interface jade.core.event.AgentListener
- changedAgentState(AgentEvent) - Method in class jade.tools.ToolNotifier
- changedAgentState(MainWindow, ChangedAgentState) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- ChangedAgentState - Class in jade.domain.introspection
-
An introspection event, recording the change of the atate of an agent within the platform.
- ChangedAgentState() - Constructor for class jade.domain.introspection.ChangedAgentState
-
Default constructor.
- CHANGEDAGENTSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTSTATE_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTSTATE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDAGENTSTATE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- changedBehaviourState(AgentEvent) - Method in class jade.core.event.AgentAdapter
- changedBehaviourState(AgentEvent) - Method in interface jade.core.event.AgentListener
- changedBehaviourState(AgentEvent) - Method in class jade.tools.ToolNotifier
- ChangedBehaviourState - Class in jade.domain.introspection
-
An introspection event, recording the change of the state of an agent behaviour within the platform.
- ChangedBehaviourState() - Constructor for class jade.domain.introspection.ChangedBehaviourState
-
Default constructor.
- CHANGEDBEHAVIOURSTATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDBEHAVIOURSTATE_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDBEHAVIOURSTATE_BEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDBEHAVIOURSTATE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANGEDBEHAVIOURSTATE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- changedContainerPrincipal(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- changeIcon(String) - Method in class jade.gui.AgentTree.Node
- changeStateTo(LifeCycle) - Method in class jade.core.Agent
- Channel - Class in jade.core
-
This class represents a communication channel, over which ACL messages can travel.
- Channel(String, String, String) - Constructor for class jade.core.Channel
- CHANNEL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANNEL_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANNEL_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CHANNEL_PROTOCOL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- characters(char[], int, int) - Method in class jade.mtp.http.XMLCodec
-
This method is called when exist characters in the elements
- check() - Method in class jade.Boot3
-
This method verifies the configuration properties and eventually correct them.
- CHECK_AGAIN - Static variable in class jade.proto.AchieveREInitiator
- CHECK_IN_SEQ - Static variable in class jade.proto.ProposeInitiator
- CHECK_SESSIONS - Static variable in class jade.proto.ProposeInitiator
- checkAgent() - Method in class jade.wrapper.O2AProxy
- checkClass(ObjectSchema, Class, Ontology) - Method in class jade.content.onto.BCReflectiveIntrospector
-
Check the structure of a java class associated to an ontological element to ensure that translations to/from abstract descriptors and java objects (instances of that class) can be accomplished by this introspector.
- checkClass(ObjectSchema, Class, Ontology) - Method in interface jade.content.onto.Introspector
-
Check the structure of a java class associated to an ontological element to ensure that translations to/from abstract descriptors and java objects (instances of that class) can be accomplished by this introspector.
- checkClass(ObjectSchema, Class, Ontology) - Method in class jade.content.onto.MicroIntrospector
-
Check the structure of a java class associated to an ontological element to ensure that translations to/from abstract descriptors and java objects (instances of that class) can be accomplished by this introspector.
- checkClass(ObjectSchema, Class, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
-
Check the structure of a java class associated to an ontological element to ensure that translations to/from abstract descriptors and java objects (instances of that class) can be accomplished by this introspector.
- checkClientTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.FriendListAuthentication
- checkClientTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.NoAuthentication
- checkClientTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.StrongAuthentication
- checkConnectivity(Node) - Method in class jade.core.replication.MainReplicationService
-
This method is invoked when the monitored main node remains unreachable for too long and is therefore considered dead.
- checkFlush() - Method in class jade.imtp.leap.MicroStub
- checkInSequence(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
Check whether a reply is in-sequence and update the appropriate Session
- checkInSequence(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
Check whether a reply is in-sequence and update the appropriate Session
- checkInSequence(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Check whether a reply is in-sequence and update the appropriate Session.
- checkInSequence(ACLMessage) - Method in class jade.proto.SSContractNetResponder
- checkInSequence(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
- checkInSequence(ACLMessage) - Method in class jade.proto.SSIteratedContractNetResponder
- checkInSequence(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
Check whether a reply is in-sequence and update the appropriate Session.
- checkInSequence(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
Check whether a reply is in-sequence and than update the appropriate Session and removes corresponding cfp from vector of pendings.
- checkInSequence(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
Check whether a reply is in-sequence and than update the appropriate Session and removes corresponding queryif from vector of pendings.
- checkInSequence(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
Check whether a reply is in-sequence and than update the appropriate Session and removes corresponding accept/reject-proposal from vector of pendings.
- checkInSequence(ACLMessage) - Method in class jade.proto.TwoPhResponder
- checkIsTerm(Object) - Static method in class jade.content.onto.Ontology
-
Check whether a given object is a valid term.
- checkJADE() - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
This method checks if both the container, and the agent, are up and running.
- checkJADE() - Static method in class jade.wrapper.gateway.JadeGateway
-
This method checks if both the container, and the agent, are up and running.
- checkJADE() - Method in class jade.wrapper.gateway.SplitJadeGateway
- checkLanguage(String) - Method in class jade.core.behaviours.BaseInitiator
- checkLeaseTimeExpired() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Indicates whether the lease time for the registration of this
DFAgentDescriptionexpired. - checkOntology(Ontology) - Method in class jade.core.behaviours.BaseInitiator
- checkProtocolVersion(String) - Static method in class jade.core.MainDetectionManager
- checkResponseTime(long) - Method in class jade.imtp.leap.nio.NIOBEDispatcher.InputManager
- checkServerTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.FriendListAuthentication
- checkServerTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.NoAuthentication
- checkServerTrusted(X509Certificate[], String) - Method in class jade.mtp.http.https.StrongAuthentication
- checkSessions(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
Check the status of the sessions after the reception of the last reply or the expiration of the timeout
- checkSessions(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
Check the status of the sessions after the reception of the last reply or the expiration of the timeout
- checkSessions(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Check the status of the sessions after the reception of the last reply or the expiration of the timeout.
- checkSessions(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
Check the status of the sessions after the reception of the last reply or the expiration of the timeout.
- checkSessions(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
Check if there are still active sessions or if timeout is expired.
- checkSessions(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
Check if there are still active sessions or if timeout is expired.
- checkSessions(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
Check if there are still active sessions or if timeout is expired.
- checkTermination(boolean, int) - Method in class jade.core.behaviours.CompositeBehaviour
-
This methods is called after the execution of each child in order to check whether the
CompositeBehaviourshould terminate. - checkTermination(boolean, int) - Method in class jade.core.behaviours.FSMBehaviour
-
Check whether this
FSMBehaviourmust terminate. - checkTermination(boolean, int) - Method in class jade.core.behaviours.ParallelBehaviour
-
Check whether this
ParallelBehaviourmust terminate. - checkTermination(boolean, int) - Method in class jade.core.behaviours.SequentialBehaviour
-
Check whether this
SequentialBehaviourmust terminate. - checkTracing(GenericMessage) - Method in class jade.core.messaging.MessagingService
- childNodes - Variable in class jade.core.NodeFailureMonitor
- CHILDREN_VIEW - Static variable in class jade.tools.dfgui.DFGUI
- chooseClientAlias(String[], Principal[], Socket) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- chooseServerAlias(String, Principal[], Socket) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- CLASS_CODE - Static variable in class jade.core.management.AgentManagementService
- CLASS_NAME - Static variable in class jade.util.ObjectManager
- CLASS_STATE - Static variable in class jade.core.management.AgentManagementService
- ClassesTableModel() - Constructor for class jade.gui.ClassSelectionDialog.ClassesTableModel
- ClassFinder - Class in jade.util
-
This utility class was based originally on Daniel Le Berre's
RTSIclass. - ClassFinder() - Constructor for class jade.util.ClassFinder
- ClassFinder(String[]) - Constructor for class jade.util.ClassFinder
- ClassFinderFilter - Interface in jade.util
- ClassFinderListener - Interface in jade.util
- CLASSPATH_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
-
This constant represents the possible ways to fetch the resources
- ClassSelectionDialog - Class in jade.gui
- ClassSelectionDialog(Dialog, String, String) - Constructor for class jade.gui.ClassSelectionDialog
- ClassSelectionDialog(Dialog, String, String, ClassFinderFilter) - Constructor for class jade.gui.ClassSelectionDialog
- ClassSelectionDialog.ClassesTableModel - Class in jade.gui
- clean() - Method in class jade.domain.DFMemKB
-
Scan the facts and remove those whose lease time has expired.
- clean() - Method in class jade.domain.KBManagement.MemKB
- clean(boolean) - Method in class jade.core.Agent
- CLEAN_STORAGE - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- cleanTables - Variable in class jade.domain.KBManagement.DBKB
-
Specifies whether the KB should delete all existing tables for the DF at startup
- clear() - Method in class jade.content.abs.AbsAggregate
-
Clear all the elements in this aggregate.
- clear() - Method in class jade.content.abs.AbsContentElementList
-
Clear all the elements in this content element list.
- clear() - Method in class jade.content.ContentElementList
-
Clear all the elements in this content element list.
- clear() - Method in class jade.core.GenericCommand
- clear() - Method in class jade.lang.acl.ConversationList
-
Deregister all conversations.
- clear() - Method in class jade.util.HashCache
-
Clears the cache, removing all key-value pairs
- clear() - Method in class jade.util.InputQueue
-
Remove all elements from this queue.
- clear() - Method in class jade.util.leap.ArrayList
- clear() - Method in class jade.util.leap.HashMap
- clear() - Method in class jade.util.leap.HashSet
- clear() - Method in class jade.util.leap.LinkedList
- clear() - Method in interface jade.util.leap.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in interface jade.util.leap.Map
-
Remove all mappings from this map.
- clear(boolean) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Clear all information stored in this persistent storage
- clearACLModel() - Method in class jade.tools.gui.ACLTracePanel
- clearAllAddresses() - Method in class jade.core.AID
-
To remove all addresses of the agent
- clearAllAddresses() - Method in class jade.domain.FIPAAgentManagement.APService
-
Remove all addresses from the
addressesslot collection of this object. - clearAllAPServices() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Remove all services from the
ap-servicesslot collection of this object. - clearAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Remove all agent identifiers from the
debugged-agentsslot collection of this object. - clearAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Remove all agent identifiers from the
debugged-agentsslot collection of this object. - clearAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all agent identifiers from the
intended-receiverslot collection of this object. - clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all content language names from the
languagesslot collection of this object. - clearAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all content language names from the
languagesslot collection of this object. - clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all ontology names from the
ontologiesslot collection of this object. - clearAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all ontology names from the
ontologiesslot collection of this object. - clearAllProperties() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all properties from the
propertiesslot collection of this object. - clearAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all properties from the
propertiesslot collection of this object. - clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all protocol names from the
protocolsslot collection of this object. - clearAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove all protocol names from the
protocolsslot collection of this object. - clearAllReceiver() - Method in class jade.lang.acl.ACLMessage
-
Removes all values from
:receiverslot. - clearAllReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Removes all values from
:reply_toslot. - clearAllResolvers() - Method in class jade.core.AID
-
To remove all resolvers.
- clearAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove all service descriptions from the
servicesslot collection of this object. - clearAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Remove all agent identifiers from the
sniffed-agentsslot collection of this object. - clearAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Remove all agent identifiers from the
sniffed-agentsslot collection of this object. - clearAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove all agent identifiers from the
toslot collection of this object. - clearCachedSlice(String) - Method in class jade.core.BaseService
- clearCachedSlice(String) - Method in class jade.core.messaging.MessagingService
- ClearCanvasAction - Class in jade.tools.sniffer
-
Clears the Message Canvas.
- ClearCanvasAction(ActionProcessor, MainPanel) - Constructor for class jade.tools.sniffer.ClearCanvasAction
- clearLocalPlatform() - Method in class jade.gui.AgentTree
- clearRemotePlatformAgents(String) - Method in class jade.gui.AgentTree
- clearRows() - Method in class jade.tools.introspector.gui.MessageTableModel
- clearUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
-
Removes the key and its corresponding value from the list of user defined parameters in this ACLMessage.
- clone() - Method in class jade.core.AID
-
Clone the AID object.
- clone() - Method in class jade.core.sam.AverageMeasureProviderImpl
- clone() - Method in class jade.domain.FIPAAgentManagement.Envelope
- clone() - Method in class jade.domain.FIPAAgentManagement.Property
- clone() - Method in class jade.lang.acl.ACLMessage
-
Clone an
ACLMessageobject. - clone() - Method in class jade.util.leap.ArrayList
-
Method declaration
- clone() - Method in class jade.util.leap.HashSet
- clone() - Method in class jade.util.leap.Properties
- clone(Location, String) - Method in interface jade.core.mobility.AgentMobilityHelper
- clone(Location, String) - Method in interface jade.wrapper.AgentController
-
Clones the current agent.
- CLONE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- CLONE_MOBILE_AGENT_DESCRIPTION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- CLONE_NEW_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
- CLONE_ORIGINATOR - Static variable in class jade.core.AID
-
Key to retrieve the name of the originator agent in case the agent represented by this AID was cloned
- CloneAction - Class in jade.domain.mobility
-
This class represents the
clone-agentaction, requesting to clone an agent within the platform. - CloneAction() - Constructor for class jade.domain.mobility.CloneAction
-
Default constructor.
- cloneAgent(AID, AID) - Method in class jade.core.management.CodeLocator
-
Remove an agent fromt the list.
- cloneAgent(AID, Location, String) - Method in interface jade.wrapper.ContainerProxy
- cloneAgent(AID, String, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- cloneCodeLocatorEntry(AID, AID) - Method in class jade.core.mobility.AgentMobilityProxy
- cloneCodeLocatorEntry(AID, AID) - Method in interface jade.core.mobility.AgentMobilitySlice
- clonedAgent(AID, ContainerID, Credentials) - Method in class jade.core.mobility.AgentMobilityProxy
- clonedAgent(AID, ContainerID, Credentials) - Method in interface jade.core.mobility.AgentMobilitySlice
- close() - Method in interface jade.core.faultRecovery.PersistentStorage
-
Close this persistent storage performing all necessary clean-up operations
- close() - Method in class jade.core.management.JarClassLoader
-
Method which close the JAR file.
- close() - Method in class jade.domain.KBManagement.DBKB.EmptyKBIterator
- close() - Method in interface jade.domain.KBManagement.KBIterator
- close() - Method in class jade.imtp.leap.JICP.Connection
-
Close the connection
- close() - Method in class jade.imtp.leap.JICP.JICPConnection
- close() - Method in class jade.imtp.leap.nio.NIOHTTPSConnection
- close() - Method in class jade.imtp.leap.nio.NIOJICPConnection
-
Close the connection
- close() - Method in class jade.imtp.leap.nio.NIOJICPSConnection
-
first try to send ssl close packet, then close channel
- close() - Method in class jade.imtp.leap.nio.SSLEngineHelper
-
closes the SSLEngine, tries to send a ssl close message
- close() - Method in class jade.proto.SubscriptionResponder.Subscription
-
This method removes the current Subscription object from the SubscriptionResponder internal tables.
- CLOSE - Static variable in class jade.mtp.http.HTTPIO
- CLOSEGUI - Static variable in interface jade.domain.DFGUIAdapter
- closeInternal(MainWindow) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- closeSessionOnNextReply() - Method in class jade.proto.SSIteratedAchieveREResponder
-
Close the ongoing session, as soon as the next INFORM will be sent back to the initiator without the need for an explicit CANCEL message.
- cnt - Variable in class jade.lang.acl.ConversationList
- code - Variable in class jade.imtp.leap.http.HTTPResponse
- Codec - Class in jade.content.lang
-
Generic base class for al content language codecs
- Codec(String) - Constructor for class jade.content.lang.Codec
-
Construct a Codec object with the given name
- Codec.CodecException - Exception in jade.content.lang
-
Class CodecException.
- CodecException(String) - Constructor for exception jade.content.lang.Codec.CodecException
-
Constructor
- CodecException(String, Throwable) - Constructor for exception jade.content.lang.Codec.CodecException
-
Construct a new
CodecException - CodecException(String, Throwable) - Constructor for exception jade.lang.acl.ACLCodec.CodecException
-
Construct a new
CodecException - CodeLocator - Class in jade.core.management
-
Class that maps agents and classloaders.
- CodeLocator() - Constructor for class jade.core.management.CodeLocator
- CodeLocatorListener - Class in jade.core.management
-
Class to subscribe to CodeLocator basic Events.
- CodeLocatorListener() - Constructor for class jade.core.management.CodeLocatorListener
- COLD_REPLICATION - Static variable in interface jade.core.replication.AgentReplicationHelper
-
The constant indicating that replicas of a virtual agent are treated as cold resources.
- Collection - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Collection&qote; interface.
- cols - Variable in class jade.tools.gui.ACLTextAreaPainter
- column - Variable in class jade.content.lang.sl.SimpleCharStream
- column - Variable in class jade.lang.acl.SimpleCharStream
- COMBO_TYPE - Static variable in class jade.PropertyType
- Command - Class in jade.imtp.leap
-
The
Commandobject is used to represent a platform command. - Command - Interface in jade.core
-
The
Commandinterface has to be implemented by all JADE kernel-level commands, used by the various platform services. - COMMAND_SOURCE - Static variable in interface jade.core.Sink
- COMMAND_TARGET - Static variable in interface jade.core.Sink
- COMMAND_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying IMTP commands
- COMMENT1 - Static variable in class jade.tools.gui.ACLToken
-
Comment 1 token id.
- COMMENT2 - Static variable in class jade.tools.gui.ACLToken
-
Comment 2 token id.
- comments - Variable in class FIPA.Envelope
- COMMENTS_TAG - Static variable in class jade.mtp.http.XMLCodec
- Comparable - Interface in jade.util.leap
-
J2SE version of the "Comparable" interface, used to sort elements in LEAPSortedSet.
- compare(Object, Object) - Static method in class jade.domain.DFMemKB
- compareAddresses(String, String) - Method in class jade.imtp.rmi.RMIIMTPManager
- compareHostNames(String, String) - Static method in class jade.core.Profile
-
Compares two host names/addresses regardless of whether they include domain or not.
- compareServiceDesc(ServiceDescription, ServiceDescription) - Static method in class jade.domain.DFMemKB
- compareTo(AgentTree.Node) - Method in class jade.gui.AgentTree.Node
- compareTo(Object) - Method in class jade.core.AgentState
-
Compares two agent states.
- compareTo(Object) - Method in class jade.core.AID
-
Comparison operation.
- compareTo(Object) - Method in class jade.wrapper.StateBase
-
Compares a given object to this state object for the purpose of collating.
- compareTransportAddresses(TransportAddress, TransportAddress) - Static method in class jade.core.Profile
- compareTransportAddresses(String, String, IMTPManager) - Static method in class jade.core.Profile
-
Compares two stringified transport addresses.
- CompositeBehaviour - Class in jade.core.behaviours
-
An abstract superclass for behaviours composed by many parts.
- CompositeBehaviour() - Constructor for class jade.core.behaviours.CompositeBehaviour
-
Default constructor, does not set the owner agent.
- CompositeBehaviour(Agent) - Constructor for class jade.core.behaviours.CompositeBehaviour
-
This constructor sets the owner agent.
- compress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor
-
compress() algorithm: if during compression a word is detected, its position inside the array is stored in the wordIndexes[] array.
- compress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor1
-
compress() algorithm: if during compression a word is detected, its position inside the array is stored in the wordIndexes[] array.
- compress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor3
-
compress() algorithm: if during compression a word is detected, its position inside the array is stored in the wordIndexes[] array.
- COMPRESSED_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- computeTimeout(long, double, int) - Static method in class jade.imtp.leap.JICP.JICPProtocol
- Concept - Interface in jade.content
-
Generic interface to be implemented by classes associated to concepts in an ontology.
- CONCEPT_SLOT_FUNCTION_CONCEPT - Static variable in class jade.content.schema.ConceptSlotFunctionSchema
- ConceptSchema - Class in jade.content.schema
-
The class to be used to define schemas of concepts in an ontology.
- ConceptSchema(String) - Constructor for class jade.content.schema.ConceptSchema
-
Creates a
ConceptSchemawith a given type-name, e.g. - ConceptSlotFunction - Class in jade.content.onto
-
The ConceptSlotFunction class allows treating the slots of an ontological concept as functions.
- ConceptSlotFunctionSchema - Class in jade.content.schema
- ConceptSlotFunctionSchema(String) - Constructor for class jade.content.schema.ConceptSlotFunctionSchema
- CONDITIONEDQUANTIFIER - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- CONF_KEY - Static variable in class jade.BootProfileImpl
- CONFIG - Static variable in class jade.util.Logger
-
CONFIG is a message level for static configuration messages.
- configure(Profile, HTTPAddress) - Method in class jade.mtp.http.HTTPSocketFactory
- CONFIRM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- CONN_MGR_CLASS_KEY - Static variable in class jade.core.MicroRuntime
- connect() - Method in class jade.core.BackEndContainer
- CONNECT_MEDIATOR_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to connect to a Mediator
- CONNECTED - Static variable in interface jade.imtp.leap.nio.BEManagementHelper
- Connection - Class in jade.imtp.leap.JICP
-
Abstract base class representing a generic connection that can be used to send/receive JICP packets over the network.
- Connection() - Constructor for class jade.imtp.leap.JICP.Connection
- CONNECTION_TIMEOUT - Static variable in class jade.imtp.leap.JICP.JICPPeer
- CONNECTION_TIMEOUT_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- ConnectionDropped - Exception in jade.imtp.leap
- ConnectionDropped() - Constructor for exception jade.imtp.leap.ConnectionDropped
- ConnectionFactory - Interface in jade.imtp.leap.JICP
- ConnectionListener - Interface in jade.imtp.leap
-
This interface provides a callback method that is called by the JADE runtime (front-end of a split container) when connection specific events happen on the device.
- connectionTimeout - Variable in class jade.imtp.leap.JICP.FrontEndDispatcher
- ConnectionWrapper(Connection) - Constructor for class jade.domain.KBManagement.DBKB.ConnectionWrapper
- ConstraintDlg - Class in jade.gui
-
This class implements the gui to insert the constraints for the search operation.
- ConstraintDlg(Dialog) - Constructor for class jade.gui.ConstraintDlg
-
Create a dialog with the given parent.
- ConstraintDlg(Frame) - Constructor for class jade.gui.ConstraintDlg
-
Create a dialog with the given parent.
- consume(VerticalCommand) - Method in interface jade.core.Sink
-
Definitely consume a command object.
- consumeChar(char) - Method in class jade.content.lang.sl.SimpleSLTokenizer
-
Check that the next character (after eventual spaces) is 'c' and advance the pointer to the character just after
- CONTAINER_KEY - Static variable in class jade.BootProfileImpl
- CONTAINER_NAME - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the desired name of the container.
- CONTAINER_NAME_KEY - Static variable in class jade.core.MicroRuntime
- CONTAINER_TYPE - Static variable in class jade.gui.AgentTree
- CONTAINER_WILDCARD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- ContainerAdapter - Class in jade.core.event
-
Adapter class for the
ContainerListenerinterface - ContainerAdapter() - Constructor for class jade.core.event.ContainerAdapter
- containerAgents(ContainerID) - Method in interface jade.core.AgentManager
- containerAgents(ContainerID) - Method in interface jade.core.MainContainer
- containerAgents(ContainerID) - Method in class jade.core.MainContainerImpl
-
Return all agents living on a container
- ContainerController - Class in jade.wrapper
-
This class is a Proxy class, allowing access to a JADE agent container.
- ContainerController(ContainerProxy, AgentContainer, String) - Constructor for class jade.wrapper.ContainerController
-
This constructor requires a concrete implementation of a JADE agent container, which cannot be instantiated by applications, so it cannot be meaningfully called from application code.
- ContainerEvent - Class in jade.core.event
-
This class represents a container related event
- ContainerEvent(int, AID, ContainerID) - Constructor for class jade.core.event.ContainerEvent
- ContainerID - Class in jade.core
-
A class identifying an aget container in the JADE platform.
- ContainerID() - Constructor for class jade.core.ContainerID
-
The default costructor builds an uninitialized container ID.
- ContainerID(String, TransportAddress) - Constructor for class jade.core.ContainerID
-
Build a container ID with the given container name and transport address.
- CONTAINERID - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CONTAINERID - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- CONTAINERID_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID_MAIN - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID_MAIN - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CONTAINERID_NAME - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID_PORT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID_PORT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CONTAINERID_PROTOCOL - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- CONTAINERID_PROTOCOL - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- containerIDs() - Method in interface jade.core.AgentManager
- containerIDs() - Method in interface jade.core.MainContainer
- containerIDs() - Method in class jade.core.MainContainerImpl
-
Return the IDs of all containers in the platform
- ContainerListener - Interface in jade.core.event
-
The interface to be implemented by classes that need to be notified about
ContainerEvent-s by the JADE Notification-Service - ContainerLogWindow - Class in jade.tools.logging.gui
-
This class implements a window to manage logs inside a given container.
- ContainerLogWindow(Agent, String, AID, LogManager, LogManagerGUI) - Constructor for class jade.tools.logging.gui.ContainerLogWindow
- containerMTPs(ContainerID) - Method in interface jade.core.AgentManager
- containerMTPs(ContainerID) - Method in interface jade.core.MainContainer
- containerMTPs(ContainerID) - Method in class jade.core.MainContainerImpl
-
Return all MTPs in a given container
- ContainerNode(String) - Constructor for class jade.gui.AgentTree.ContainerNode
- ContainerProxy - Interface in jade.wrapper
-
This interface is used by an AgentController or ContainerController to request action to the underlying implementation as if they where received from the main container.
- contains(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Test if a given content element is contained in this content element list.
- contains(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Test if a given term is contained in this aggregate.
- contains(ContentElement) - Method in class jade.content.ContentElementList
-
Test if a given content element is contained in this content element list.
- contains(Object) - Method in class jade.util.HashCache
-
Tests if the specified object is a key in this hashcache.
- contains(Object) - Method in class jade.util.leap.ArrayList
- contains(Object) - Method in class jade.util.leap.HashSet
- contains(Object) - Method in class jade.util.leap.LinkedList
- contains(Object) - Method in interface jade.util.leap.List
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class jade.util.leap.RoundList
-
Returns true if this list contains the specified element.
- containsAll(Collection) - Method in class jade.util.leap.HashSet
- containsKey(Object) - Method in class jade.util.HashCache
- containsKey(Object) - Method in class jade.util.leap.HashMap
- containsKey(Object) - Method in interface jade.util.leap.Map
-
Returns true if this map contains a mapping for the specified key.
- containsSlot(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a given
Stringis the name of a slot defined in thisSchemaincluding super-schemas - Content() - Method in class jade.lang.acl.ACLParser
- CONTENT - Static variable in interface jade.lang.acl.ACLParserConstants
- CONTENT_ELEMENT_LIST - Static variable in class jade.content.onto.BasicOntology
- ContentElement - Interface in jade.content
-
Interface representing a generic content element, i.e.
- ContentElementList - Class in jade.content
-
Utility class to deal with a list of content elements as a content element itself.
- ContentElementList() - Constructor for class jade.content.ContentElementList
-
Construct a ContentElementList object
- ContentElementListSchema - Class in jade.content.schema
- ContentElementSchema - Class in jade.content.schema
-
This class represents the schema of a generic content element in an ontology.
- ContentElementSchema(String) - Constructor for class jade.content.schema.ContentElementSchema
-
Creates a
ContentElementSchemawith a given type-name. - ContentException - Exception in jade.content
-
Base class for OntologyException and CodecException
- ContentException(String) - Constructor for exception jade.content.ContentException
- ContentException(String, Throwable) - Constructor for exception jade.content.ContentException
- ContentManager - Class in jade.content
-
This 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.
- ContentManager() - Constructor for class jade.content.ContentManager
- contentsChanged(ListDataEvent) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- CONTENTSTATE - Static variable in interface jade.lang.acl.ACLParserConstants
- ContractNetInitiator - Class in jade.proto
-
This 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. - ContractNetInitiator(Agent, ACLMessage) - Constructor for class jade.proto.ContractNetInitiator
-
Constructor for the class that creates a new empty DataStore
- ContractNetInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.ContractNetInitiator
-
Constructs a
ContractNetInitiatorbehaviour - ContractNetResponder - Class in jade.proto
-
Behaviour class for
fipa-contract-netResponder role. - ContractNetResponder(Agent, MessageTemplate) - Constructor for class jade.proto.ContractNetResponder
-
Constructor of the behaviour that creates a new empty DataStore
- ContractNetResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.ContractNetResponder
-
Constructor of the behaviour.
- ControllerException - Exception in jade.wrapper
-
This exception class is thrown when an operation fails on any of the agent controller methods.
- ControllerException() - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, with a default detail message.
- ControllerException(String) - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, with a given detail message.
- ControllerException(Throwable) - Constructor for exception jade.wrapper.ControllerException
-
Creates a new exception object, extracting message from another throwable.
- CONVERSATION_ID - Static variable in interface jade.lang.acl.ACLParserConstants
- conversationFinished(String) - Method in class jade.core.behaviours.OntologyServer
-
Notifies this OntologyServer that a given conversation is finished and therefore it must no longer ignore messages belonging to it.
- conversationId - Variable in class jade.core.behaviours.ActionExecutor
- ConversationList - Class in jade.lang.acl
-
This class represents a list of conversations that an agent is currently carrying out and allows creating a
MessageTemplatethat matches only messages that do not belong to any of these conversations. - ConversationList(Agent) - Constructor for class jade.lang.acl.ConversationList
-
Construct a ConversationList to be used inside a given agent.
- conversations - Variable in class jade.core.behaviours.BaseInitiator
- convertPropertyListToProperties(List<Property>) - Static method in class jade.domain.FIPAAgentManagement.Property
- copy() - Method in class jade.tools.gui.ACLTextArea
-
Places the selected text into the clipboard.
- copy(AID, Location, String) - Method in interface jade.core.AgentManager
- copy(AID, Location, String) - Method in class jade.core.MainContainerImpl
-
Clone an agent to a given destination
- copyAgent(AID, Location, String) - Method in class jade.core.mobility.AgentMobilityProxy
- copyAgent(AID, Location, String) - Method in interface jade.core.mobility.AgentMobilitySlice
- copyAreaBroken - Static variable in class jade.tools.gui.ACLTextAreaPainter
- copyAsMuchAsFits(ByteBuffer, ByteBuffer) - Static method in class jade.imtp.leap.nio.NIOHelper
-
copy data from src to dst, as much as fits in dst.
- copyProperties(ExtendedProperties) - Method in class jade.util.ExtendedProperties
-
Copy a data from standard Properties.
- copyTo(List) - Method in class jade.core.ExtendedMessageQueue
- copyTo(List) - Method in interface jade.core.MessageQueue
-
Copy all messages to a given list.
- copyTo(List) - Method in class jade.core.TemplateBasedMessageQueue
- CounterValueProvider - Interface in jade.core.sam
-
A provider of values for a given counter.
- cPLATFORM_STATE_FAILED - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_INITIALIZED - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_INITIALIZING - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_KILLED - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_KILLING - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_READY - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_STARTING - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_SUSPENDED - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_SUSPENDING - Static variable in class jade.wrapper.PlatformState
- cPLATFORM_STATE_VOID - Static variable in class jade.wrapper.PlatformState
- create() - Static method in class jade.lang.acl.ACLParser
- create(String, String, Object[], ContainerID, JADEPrincipal, Credentials, JADEPrincipal, Credentials) - Method in interface jade.core.AgentManager
-
Create an agent on the given container.
- create(String, String, Object[], ContainerID, JADEPrincipal, Credentials, JADEPrincipal, Credentials) - Method in class jade.core.MainContainerImpl
-
Create an agent on a given container
- CREATE_AND_START - Static variable in interface jade.core.management.AgentManagementSlice
- CREATE_MEDIATOR_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to create a Mediator
- CREATE_ONLY - Static variable in interface jade.core.management.AgentManagementSlice
- createAbsTemplate(ObjectSchema) - Static method in class jade.content.abs.AbsHelper
-
Generate an AbsObject consistently with schema.
- createAbsTemplate(ObjectSchema, String) - Static method in class jade.content.abs.AbsHelper
-
Generate an AbsObject consistently with schema.
- createAbsTemplate(Class, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Generate an AbsObject consistently with class.
- createAgent(AID, byte[], String, boolean, boolean) - Method in class jade.core.mobility.AgentMobilityProxy
- createAgent(AID, byte[], String, boolean, boolean) - Method in interface jade.core.mobility.AgentMobilitySlice
- createAgent(AID, String, Object[]) - Method in interface jade.wrapper.ContainerProxy
- createAgent(AID, String, Object[], JADEPrincipal, Credentials, boolean, Command) - Method in class jade.core.management.AgentManagementProxy
- createAgent(AID, String, Object[], JADEPrincipal, Credentials, boolean, Command) - Method in interface jade.core.management.AgentManagementSlice
- createAgent(String, String, String[]) - Method in interface jade.core.FrontEnd
-
Request the FrontEnd container to create a new agent.
- createAgent(String, String, String[]) - Method in class jade.imtp.leap.FrontEndStub
- CreateAgent - Class in jade.domain.JADEAgentManagement
-
This class represents the
create-agentaction of theJADE-agent-management ontology. - CreateAgent() - Constructor for class jade.domain.JADEAgentManagement.CreateAgent
-
Default constructor.
- CREATEAGENT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_AGENT_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_ARGUMENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_CLASS_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_INITIAL_CREDENTIALS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- CREATEAGENT_OWNER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- createAgentContainer(Profile) - Method in class jade.core.Runtime
-
Creates a new agent container in the current JVM, providing access through a proxy object.
- createAgentImage(AID) - Method in class jade.core.BackEndContainer
- createAgentNode(String) - Method in class jade.gui.AgentTree
- createAgentOnFE(String, String, String[]) - Method in class jade.core.BackEndContainer
- createAID(String) - Method in class jade.wrapper.gateway.DynamicJadeGateway
- createAID(String) - Method in class jade.wrapper.gateway.SplitJadeGateway
- createAlias(String) - Method in interface jade.core.messaging.MessagingHelper
-
Create a new alias of the agent associated to this helper
- createCancelMessage(Agent, AID, ACLMessage) - Static method in class jade.domain.DFService
-
Utility method that creates a suitable message to be used to CANCEL a subscription to a DF agent.
- createConceptSlotFunction(String, Concept) - Method in class jade.content.onto.Ontology
-
Create a ConceptSlotFunction for a given slot of a given Concept.
- createConnection(TransportAddress) - Method in interface jade.imtp.leap.JICP.ConnectionFactory
- createConnection(Socket) - Method in interface jade.imtp.leap.JICP.ConnectionFactory
- createContainerNode(String) - Method in class jade.gui.AgentTree
- createContext() - Static method in class jade.imtp.leap.SSLHelper
- createContext(String, String) - Static method in class jade.imtp.leap.SSLHelper
- createContextNoAuth() - Static method in class jade.imtp.leap.SSLHelper
-
creates a SSLContext without a keystore or truststore
- createContextWithAuth() - Static method in class jade.imtp.leap.SSLHelper
-
creates a SSLContext with a keystore, no truststore is used
- createConversationId() - Method in class jade.lang.acl.ConversationList
- createConvId(Vector) - Method in class jade.proto.ProposeInitiator
-
Create a new conversation identifier to begin a new interaction.
- createDBConnection(String, String, String) - Method in class jade.domain.DFHSQLKB
- createDBConnection(String, String, String) - Method in class jade.domain.KBManagement.DBKB
- createDFTables() - Method in class jade.domain.DFDBKB
-
Creates the proper DB tables.
- createErrorRsp(Throwable, boolean) - Method in class jade.imtp.leap.MicroSkeleton
- createGUID(String, String) - Static method in class jade.core.AID
- createHTTPBody(Envelope, byte[], byte[]) - Static method in class jade.mtp.http.HTTPIO
-
Prepare the HTML body
- createHTTPHeader(HTTPAddress, int, String, byte[], boolean) - Static method in class jade.mtp.http.HTTPIO
-
Prepare the HTML header
- createHTTPResponse(String, String) - Static method in class jade.mtp.http.HTTPIO
-
Create a generic message of HTTP with the input msgCode and type of connection (close or Keep-Alive)
- createIndices() - Method in class jade.domain.DFDBKB
-
Adds explicit indices to the database to speed up queries
- createInitiation() - Method in class jade.core.behaviours.ActionExecutor
- createInitiation() - Method in class jade.core.behaviours.BaseInitiator
-
Concrete subclasses are expected to implement this method to create the initiation message.
- createInvokator() - Method in class jade.core.BaseService
- createListener(ProfileImpl, IMTPManager) - Static method in class jade.core.MainDetectionManager
- createMainContainer(Profile) - Method in class jade.core.Runtime
-
Creates a new main container in the current JVM, providing access through a proxy object.
- createMessageQueue() - Method in class jade.core.Agent
-
Developer can override this method to provide an alternative message queue creation mechanism
- createMessageTemplate() - Static method in class jade.proto.TwoPhResponder
-
This static method can be used to set the proper message Template (based on the interaction protocol and the performative) to be passed to the constructor of this behaviour.
- createMessageTemplate(int) - Static method in class jade.proto.SubscriptionResponder
-
This static method can be used to set the proper message Template (based on the performative of the subscription message) into the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.AchieveREResponder
-
This static method can be used to set the proper message Template (based on the interaction protocol and the performative) into the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.ContractNetResponder
-
This static method can be used to set the proper message Template (based on the interaction protocol and the performative) to be passed to the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.ProposeResponder
-
This static method can be used to set the proper message template (based on the interaction protocol and the performative) into the constructor of this behaviour.
- createMessageTemplate(String) - Static method in class jade.proto.SimpleAchieveREResponder
-
This static method can be used to set the proper message Template (based on the interaction protocol and the performative) into the constructor of this behaviour.
- createNewAgent(String, String, Object[]) - Method in class jade.wrapper.ContainerController
-
Creates a new JADE agent, running within this container,
- createNewAgent(String, String, Object[]) - Method in interface jade.wrapper.PlatformController
-
Create a new agent.
- createNewNode(String, int) - Method in class jade.gui.AgentTree
-
Deprecated.Use createAgentNode() and createContainerNode() instead
- createReplica(String, Location) - Method in interface jade.core.replication.AgentReplicationHelper
-
Create a new replica of a previously defined virtual agent.
- createReply() - Method in class jade.lang.acl.ACLMessage
-
create a new ACLMessage that is a reply to this message.
- createReply(int) - Method in class jade.lang.acl.ACLMessage
- createRequestMessage(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
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.
- createResponder(ACLMessage) - Method in class jade.proto.SSResponderDispatcher
-
This method is responsible for creating a suitable
Behaviouracting as responder in the interaction protocol initiated by messageinitiationMsg. - createServerSocket(String, int) - Method in class jade.mtp.http.HTTPSocketFactory
- createSliceProxy(String, Class, Node) - Method in interface jade.core.IMTPManager
-
Builds a proxy object for a remote service slice.
- createSliceProxy(String, Class, Node) - Method in class jade.imtp.leap.LEAPIMTPManager
- createSliceProxy(String, Class, Node) - Method in class jade.imtp.rmi.RMIIMTPManager
- createSocket(String, int) - Method in class jade.mtp.http.HTTPSocketFactory
- createSocket(String, int, InetAddress, int) - Method in class jade.mtp.http.HTTPSocketFactory
- createSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly create a new
Subscriptionobject managed by thisSubscriptionResponder - createSubscriptionMessage(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
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.
- createTable(String, String[]) - Method in class jade.domain.DFDBKB
-
Creates a new DB table
- createTable(Statement, String, String[]) - Method in class jade.domain.DFHSQLKB
- createTopic(String) - Method in interface jade.core.messaging.TopicManagementHelper
-
Create a topic with a given name.
- createTopic(String) - Static method in class jade.core.messaging.TopicUtility
- createTree(DefaultMutableTreeNode, Iterator) - Method in class jade.tools.introspector.gui.TreeUpdater
- CREATION_ATTEMPTS_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- Credentials - Interface in jade.security
-
This is a collection of Objects that can be used in order to get privileges to perform an action or access a service.
- CredentialsHelper - Interface in jade.security
-
This interface includes the subset of methods of the
SecurityHelperclass required by the JADE runtime - CT - Static variable in class jade.mtp.http.XMLCodec
- curChar - Variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
- curChar - Variable in class jade.content.lang.sl.SLParserTokenManager
- curChar - Variable in class jade.lang.acl.ACLParserTokenManager
- currentAliases(Hashtable) - Method in class jade.core.messaging.MessagingProxy
- currentAliases(Hashtable) - Method in interface jade.core.messaging.MessagingSlice
- currentExecuted - Variable in class jade.core.behaviours.CompositeBehaviour
- currentName - Variable in class jade.core.behaviours.FSMBehaviour
- currentReg - Variable in class jade.domain.KBManagement.MemKB
- currentToken - Variable in exception jade.content.lang.sl.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception jade.lang.acl.ParseException
-
This is the last token that has been consumed successfully.
- cut() - Method in class jade.tools.gui.ACLTextArea
-
Deletes the selected text from the text area and places it into the clipboard.
- CyclicBehaviour - Class in jade.core.behaviours
-
Atomic behaviour that must be executed forever.
- CyclicBehaviour() - Constructor for class jade.core.behaviours.CyclicBehaviour
-
Default constructor.
- CyclicBehaviour(Agent) - Constructor for class jade.core.behaviours.CyclicBehaviour
-
This constructor sets the owner agent for this
CyclicBehaviour.
D
- D_ACTIVE - Static variable in class jade.core.Agent
-
Represents the active agent state.
- D_MAX - Static variable in class jade.core.Agent
-
Out of band value for Domain Life Cycle states.
- D_MIN - Static variable in class jade.core.Agent
-
Out of band value for Domain Life Cycle states.
- D_RETIRED - Static variable in class jade.core.Agent
-
Represents the retired agent state.
- D_SUSPENDED - Static variable in class jade.core.Agent
-
Represents the suspended agent state.
- D_UNKNOWN - Static variable in class jade.core.Agent
-
Represents the unknown agent state.
- DAFAULT_LOCAL_PLATFORM_NAME - Static variable in class jade.gui.AgentTree
- DATA_PRESENT_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DataStore - Class in jade.core.behaviours
- DataStore() - Constructor for class jade.core.behaviours.DataStore
- DataStore(int) - Constructor for class jade.core.behaviours.DataStore
- date - Variable in class FIPA.Envelope
- date - Variable in class FIPA.ReceivedObject
- DATE - Static variable in class jade.content.onto.BasicOntology
- DATE_TAG - Static variable in class jade.mtp.http.XMLCodec
- DateTime - Class in FIPA
- DateTime() - Constructor for class FIPA.DateTime
- DateTime(short, short, short, short, short, short, short, char) - Constructor for class FIPA.DateTime
- DATETIME - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- DATETIME - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- DATETIME - Static variable in interface jade.lang.acl.ACLParserConstants
- DateTimeHelper - Class in FIPA
- DateTimeHolder - Class in FIPA
- DateTimeHolder() - Constructor for class FIPA.DateTimeHolder
- DateTimeHolder(DateTime) - Constructor for class FIPA.DateTimeHolder
- DateTimeToken() - Method in class jade.lang.acl.ACLParser
- day - Variable in class FIPA.DateTime
- DBKB - Class in jade.domain.KBManagement
-
This class provides an abstract implementation of the
KBinterface where information are stored in a database. - DBKB(String, int, boolean) - Constructor for class jade.domain.KBManagement.DBKB
-
Constructs a new
DFKBand establishes a connection to the database at the given URL using thesun.jdbc.odbc.JdbcOdbcDriverdriver. - DBKB(String, String, int, boolean) - Constructor for class jade.domain.KBManagement.DBKB
-
Constructs a new
DFKBand establishes a connection to the database. - DBKB(String, String, String, String, int, boolean) - Constructor for class jade.domain.KBManagement.DBKB
-
Constructs a new
DFKBand establishes a connection to the database. - DBKB.ConnectionWrapper - Class in jade.domain.KBManagement
- DBKB.EmptyKBIterator - Class in jade.domain.KBManagement
-
Inner class EmptyKBIterator
- deactivate() - Method in interface jade.imtp.leap.ICP
-
Stop listening for platform management commands
- deactivate() - Method in class jade.imtp.leap.JICP.JICPPeer
-
stop listening for internal platform messages
- deactivate() - Method in class jade.mtp.http.MessageTransportProtocol
- deactivate() - Method in class jade.mtp.iiop.MessageTransportProtocol
- deactivate() - Method in interface jade.mtp.InChannel
-
Deactivates all the MTP handlers.
- deactivate(TransportAddress) - Method in class jade.mtp.http.MessageTransportProtocol
- deactivate(TransportAddress) - Method in class jade.mtp.iiop.MessageTransportProtocol
- deactivate(TransportAddress) - Method in interface jade.mtp.InChannel
-
Deactivates the MTP handler listening at a given transport address.
- DEACTIVATE_SERVICE - Static variable in class jade.imtp.leap.Command
- deactivateService(String) - Method in interface jade.core.ServiceManager
-
Deactivates a service on the local container.
- deactivateService(String) - Method in class jade.core.ServiceManagerImpl
- deactivateUDP(String, long) - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringProxy
- deactivateUDP(String, long) - Method in interface jade.core.nodeMonitoring.UDPNodeMonitoringSlice
- DEAD_AGENT - Static variable in class jade.core.event.ContainerEvent
- DEAD_AGENT - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
dead-agentevent. - DEAD_MTP - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the
dead-mtpaction. - DEAD_NODE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a node is removed
- DEAD_PLATFORM_MANAGER - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on a peripheral container when a fault of the PlatformManager is detected
- DEAD_REPLICA - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a main replica is removed
- DEAD_SLICE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a slice of a given service is removed
- deadAgent(AID, boolean) - Method in interface jade.core.MainContainer
- deadAgent(AID, boolean) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just died
- deadAgent(AID, Command) - Method in class jade.core.management.AgentManagementProxy
- deadAgent(AID, Command) - Method in interface jade.core.management.AgentManagementSlice
- deadAgent(ContainerEvent) - Method in class jade.core.event.ContainerAdapter
- deadAgent(ContainerEvent) - Method in interface jade.core.event.ContainerListener
- deadAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- deadAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- deadAgent(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when an agent dies.
- deadAgent(String) - Method in interface jade.core.BackEnd
-
Notify the BackEnd container that an agent has died.
- deadAgent(String) - Method in class jade.core.BackEndContainer
-
An agent has just died on the FrontEnd.
- deadAgent(String) - Method in class jade.imtp.leap.BackEndStub
- DeadAgent - Class in jade.domain.introspection
-
An introspection event, recording the death of an agent within the platform.
- DeadAgent() - Constructor for class jade.domain.introspection.DeadAgent
-
Default constructor.
- DEADAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- DEADAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- DEADAGENT_CONTAINER_REMOVED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- DEADAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- deadAlias(AID) - Method in class jade.core.messaging.MessagingProxy
- deadAlias(AID) - Method in class jade.core.messaging.MessagingService
- deadAlias(AID) - Method in interface jade.core.messaging.MessagingSlice
- deadline - Variable in class jade.proto.states.MsgReceiver
- deadMTP(MTPDescriptor, ContainerID) - Method in interface jade.core.MainContainer
- deadMTP(MTPDescriptor, ContainerID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an MTP is no longer active on a given container
- deadMTP(MTPDescriptor, ContainerID) - Method in class jade.core.messaging.MessagingProxy
- deadMTP(MTPDescriptor, ContainerID) - Method in interface jade.core.messaging.MessagingSlice
- DEBUG_OFF - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of deactivating a previously started instance of the Introspector agent.
- DEBUG_ON - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of activating an instance of the Introspector agent.
- debugOff(AID, AID) - Method in class jade.core.event.NotificationProxy
- debugOff(AID, AID) - Method in interface jade.core.event.NotificationSlice
- debugOff(AID, List) - Method in interface jade.core.AgentManager
- debugOff(AID, List) - Method in class jade.core.MainContainerImpl
-
Deactivate debugging on a given agent
- DebugOff - Class in jade.domain.JADEAgentManagement
-
This class represents the
debug-offaction, requesting a debugger to stop observing a set of agents in the platform. - DebugOff() - Constructor for class jade.domain.JADEAgentManagement.DebugOff
-
Default constructor.
- DEBUGOFF - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGOFF_DEBUGGED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGOFF_DEBUGGER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGOFF_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- debugOn(AID, AID) - Method in class jade.core.event.NotificationProxy
- debugOn(AID, AID) - Method in interface jade.core.event.NotificationSlice
- debugOn(AID, List) - Method in interface jade.core.AgentManager
- debugOn(AID, List) - Method in class jade.core.MainContainerImpl
-
Activate debugging on a given agent
- DebugOn - Class in jade.domain.JADEAgentManagement
-
This class represents the
debug-onaction, requesting a debugger to start observing a set of agents in the platform. - DebugOn() - Constructor for class jade.domain.JADEAgentManagement.DebugOn
-
Default constructor.
- DEBUGON - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGON_DEBUGGED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGON_DEBUGGER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- DEBUGON_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- debugStream - Variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Debug output.
- debugStream - Variable in class jade.content.lang.sl.SLParserTokenManager
-
Debug output.
- debugStream - Variable in class jade.lang.acl.ACLParserTokenManager
- decode() - Method in class jade.lang.acl.StringACLCodec
-
decode and parses the next message from the Reader passed in the constructor.
- decode(byte[]) - Method in class jade.content.frame.LEAPFrameCodec
-
Transform a sequence of bytes encoded according to the LEAP language into a Frame
- decode(byte[]) - Method in class jade.content.lang.ByteArrayCodec
-
Decodes the content to an abstract description.
- decode(byte[]) - Method in class jade.content.lang.leap.LEAPCodec
-
Decodes the content to an abstract descriptor.
- decode(byte[]) - Method in interface jade.security.Credentials
-
Returns a new Credentials from the encoded information.
- decode(byte[], String) - Method in interface jade.lang.acl.ACLCodec
-
Recovers an
ACLMessageobject back from raw data, using the specific message representation to interpret the byte sequence. - decode(byte[], String) - Method in class jade.lang.acl.LEAPACLCodec
-
Recovers an
ACLMessageobject back from raw data, using the specific message representation to interpret the byte sequence. - decode(byte[], String) - Method in class jade.lang.acl.StringACLCodec
- decode(Ontology, byte[]) - Method in class jade.content.lang.ByteArrayCodec
-
Decodes the content to an abstract description.
- decode(Ontology, byte[]) - Method in class jade.content.lang.leap.LEAPCodec
-
Decodes the content to an abstract description.
- decode(Ontology, String) - Method in class jade.content.lang.sl.SimpleSLCodec
-
Decodes a content expression to an abstract description using a given ontology.
- decode(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description.
- decode(Ontology, String) - Method in class jade.content.lang.StringCodec
-
Decodes the content to an abstract description using a given ontology.
- decode(String) - Method in class jade.content.frame.SLFrameCodec
-
Transform a String encoded according to the SL language into a Frame
- decode(String) - Method in class jade.content.lang.sl.SimpleSLCodec
- decode(String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description.
- decode(String) - Method in class jade.content.lang.StringCodec
-
Decodes the content to an abstract description.
- decodeAID() - Method in class jade.lang.acl.StringACLCodec
-
Parse an agent identifier, without it being included within an ACL message.
- decodeData(byte[]) - Static method in class jade.core.MainDetectionManager
- decodeDone(String) - Static method in class jade.domain.DFService
-
Process the content of the final
inform (Done)message resulting from aregisterorderegisteraction requested to a DF agent, extracting thedf-agent-descriptioncontained within. - decodeFormula(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description, where the content is known to be a Well-formed Formula
- decodeMessage(Envelope, byte[]) - Method in class jade.core.messaging.IncomingEncodingFilter
-
Decodes an endoded ACL message according to the acl-representation described in the envelope.
- decodeNotification(String) - Static method in class jade.domain.DFService
-
Process the content of the
informmessage resulting from a subscription with a DF agent, extracting the array ofdf-agent-descriptionobjects contained within. - decodeObject(Ontology, String) - Method in class jade.content.lang.sl.SimpleSLCodec
- decodeParams(String, Object[]) - Method in interface jade.core.BECodec
- decodeResult(String) - Static method in class jade.domain.DFService
-
Process the content of the final
inform (result)message resulting from asearchaction requested to a DF agent, extracting the array ofdf-agent-descriptioncontained within. - decodeTerm(Ontology, String) - Method in class jade.content.lang.sl.SLCodec
-
Decodes the content to an abstract description, where the content is known to be a Term.
- decompress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor
-
decompress() algorithm: during decompression, the wordIndexes[] array will be built.
- decompress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor1
-
decompress() algorithm: during decompression, the wordIndexes[] array will be built.
- decompress(byte[]) - Static method in class jade.imtp.leap.JICP.JICPCompressor3
-
decompress() algorithm: during decompression, the wordIndexes[] array will be built.
- DEFAULT - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface jade.content.lang.sl.SLParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface jade.lang.acl.ACLParserConstants
- DEFAULT_AGENT_PROXY_HOST - Static variable in class jade.tools.SocketProxyAgent.JadeBridge
-
default host
- DEFAULT_AGENT_PROXY_PORT - Static variable in class jade.tools.SocketProxyAgent.JadeBridge
-
default port
- DEFAULT_AGGREGATION_SEPARATOR - Static variable in class jade.core.sam.SAMInfo
- DEFAULT_AGGREGATION_SEPARATOR_CHAR - Static variable in class jade.core.sam.SAMInfo
- DEFAULT_CHARSET - Static variable in interface jade.lang.acl.ACLCodec
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_CREATION_ATTEMPTS - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_DF - Static variable in interface jade.domain.FIPANames
- DEFAULT_FILENAME - Static variable in class jade.Boot
- DEFAULT_IMTP - Static variable in class jade.core.ContainerID
-
String constant identifying the JADE default Internal Message Transport Protocol, connecting different containers within the same JADE platform.
- DEFAULT_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
bit encoded data info constants
- DEFAULT_KEEP_ALIVE_TIME - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_LONGVARCHAR_TYPE - Variable in class jade.domain.DFDBKB
-
Default data type for very long strings
- DEFAULT_MAX_DISCONNECTION_TIME - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
Default MaxDisconnection and retry times for the mediator mechanism
- DEFAULT_PING_DELAY - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
Default time between two outgoing pings
- DEFAULT_PING_DELAY_LIMIT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
Default maximum time the server waits for a ping
- DEFAULT_PORT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
Default port on which the server is waiting for ping messages
- DEFAULT_PORT - Static variable in class jade.core.Profile
- DEFAULT_PORT - Static variable in class jade.imtp.leap.http.HTTPProtocol
- DEFAULT_PORT - Static variable in class jade.imtp.leap.http.HTTPSProtocol
- DEFAULT_PORT - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_PORT - Static variable in class jade.tools.SocketProxyAgent.SocketProxyAgent
-
the default port to listen on
- DEFAULT_RECIPIENT_ID - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
Default recipient ID
- DEFAULT_RESPONSE_TIMEOUT_MULTIPLICATIVE_FACTOR - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_RESPONSE_TIMEOUT_OFFSET - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_RESTORE - Static variable in annotation type jade.core.Restore
- DEFAULT_RETRY_TIME - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DEFAULT_SERVICES - Static variable in class jade.core.Profile
- DEFAULT_SERVICES_NOMOBILITY - Static variable in class jade.core.Profile
- DEFAULT_SF_TIMEOUT_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that specifies how much time by default a command that is being delivered during a temporary disconnection must be stored waiting for the FE to reconnect.
- DEFAULT_TIMEOUT - Static variable in class jade.tools.SocketProxyAgent.JadeBridge
- DEFAULT_UNREACHABLE_LIMIT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
Default maximum time a node can stay unreachable
- defaultValue() - Method in annotation type jade.content.onto.annotations.Slot
- DefaultValueFacet - Class in jade.content.schema.facets
-
This facet set the default value of an AbsObject.
- DefaultValueFacet(Object) - Constructor for class jade.content.schema.facets.DefaultValueFacet
-
Construct a
DefaultValueFacetthat set the default value of an AbsObject - delayBeforeExpiration(ACLMessage) - Method in class jade.core.messaging.MatchAllFilter
-
Match all possible messages
- delayBeforeExpiration(ACLMessage) - Method in interface jade.core.messaging.PersistentDeliveryFilter
-
The application-specific method to control which messages are to be buffered and for how long.
- delete(String, AID) - Method in interface jade.core.messaging.MessageStorage
- DeleteAgent - Class in jade.domain.persistence
-
This class represents the
delete-agentaction of theJADE-Persistenceontology. - DeleteAgent() - Constructor for class jade.domain.persistence.DeleteAgent
- DELETEAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETEAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETEAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETEAGENT_WHERE - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DeleteAgentGroup - Class in jade.domain.persistence
-
This class represents the
delete-agent-groupaction of theJADE-Persistenceontology. - DeleteAgentGroup() - Constructor for class jade.domain.persistence.DeleteAgentGroup
- DELETEAGENTGROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETEAGENTGROUP_GROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETEAGENTGROUP_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- deleteAlias(String) - Method in interface jade.core.messaging.MessagingHelper
-
Delete an alias of the agent associated to this helper
- DeleteContainer - Class in jade.domain.persistence
-
This class represents the
delete-containeraction of theJADE-Persistenceontology. - DeleteContainer() - Constructor for class jade.domain.persistence.DeleteContainer
- DELETECONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETECONTAINER_CONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETECONTAINER_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- DELETECONTAINER_WHERE - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- deleteCurrent() - Method in class jade.tools.gui.ACLTracePanel
-
delete the current selected ACLMessage from the list
- deleteLines(int, int) - Method in class jade.tools.gui.ACLSLTokenMarker
-
Informs the token marker that line have been deleted from the document.
- DELIM_START - Static variable in class jade.util.Toolkit
- DELIM_STOP - Static variable in class jade.util.Toolkit
- deliver(String, Envelope, byte[]) - Method in class jade.mtp.http.MessageTransportProtocol
-
OutChannel Interface Methods *
- deliver(String, Envelope, byte[]) - Method in class jade.mtp.iiop.MessageTransportProtocol
- deliver(String, Envelope, byte[]) - Method in interface jade.mtp.OutChannel
-
Delivers to the specified address an ACL message, encoded in some concrete message representation, using the given envelope as a transmission header.
- deliverCommand(TransportAddress, byte[], boolean) - Method in interface jade.imtp.leap.ICP
-
Deliver a command to the specified transport address
- deliverCommand(TransportAddress, byte[], boolean) - Method in class jade.imtp.leap.JICP.JICPPeer
-
deliver a serialized command to a given transport address
- deliverCommand(TransportAddress, byte[], boolean) - Method in class jade.imtp.leap.JICP.MaskableJICPPeer
-
deliver a serialized command to a given transport address
- deliverInLocalPlatfrom(GenericMessage, AID) - Method in class jade.core.messaging.MessagingService
- deliverInLocalPlatfrom(GenericMessage, AID) - Method in class jade.core.messaging.MomMessagingService
- deliverNow(GenericMessage, AID) - Method in class jade.core.messaging.LightMessagingService
- deliverNow(GenericMessage, AID) - Method in class jade.core.messaging.MessagingService
- DELIVERY_TIME_MEASUREMENT_RATE - Static variable in class jade.core.messaging.MessagingService
- DELIVERY_TIME_MEASUREMENT_RATE_DEFAULT - Static variable in class jade.core.messaging.MessagingService
- DeliveryTracing - Class in jade.core.messaging
- DeliveryTracing() - Constructor for class jade.core.messaging.DeliveryTracing
- deregister(Agent) - Static method in class jade.domain.AMSService
-
A default AMSAgentDescription is used for this agent, where only AID and state are set.
- deregister(Agent) - Static method in class jade.domain.DFService
-
Deregisters a
DFAgentDescriptionfrom the default DF. - deregister(Agent, AID) - Static method in class jade.domain.AMSService
-
A default AMSAgentDescription is used for this agent, where only AID and state are set (state is set to ACTIVE).
- deregister(Agent, AID) - Static method in class jade.domain.DFService
-
A default Agent Description is used which contains only the AID of this agent.
- deregister(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
Deregister a AMSAgentDescription from a AMS agent.
- deregister(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deregister a DFAgentDescription from a DF agent.
- deregister(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
The AID of the AMS is defaulted to the AMS of this platform.
- deregister(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deregisters a
DFAgentDescriptionfrom the default DF - deregister(AID) - Method in interface jade.core.messaging.TopicManagementHelper
-
De-register the agent associated to this helper from a given topic
- deregister(AID, AID) - Method in interface jade.core.messaging.TopicManagementHelper
-
De-register a given AID from a given topic
- deregister(AID, AID) - Method in class jade.core.messaging.TopicManagementProxy
- deregister(AID, AID) - Method in interface jade.core.messaging.TopicManagementSlice
- deregister(NodeDescriptor) - Method in class jade.core.BackEndManager
- deregister(SubscriptionResponder.Subscription) - Method in interface jade.proto.SubscriptionResponder.SubscriptionManager
-
Deregister a Subscription object
- deregister(Object) - Method in class jade.domain.KBManagement.KB
- Deregister - Class in jade.domain.FIPAAgentManagement
-
This class implements the
deregisteraction of thefipa-agent-management ontology. - Deregister() - Constructor for class jade.domain.FIPAAgentManagement.Deregister
-
Default constructor.
- DEREGISTER - Static variable in interface jade.domain.DFGUIAdapter
- DEREGISTER - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DEREGISTER_DESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- deregisterAction(Deregister, AID) - Method in class jade.domain.df
-
Serve the Deregister action of the FIPA management ontology.
- deregisterAgentListener(AgentListener) - Method in interface jade.core.event.NotificationHelper
-
Deregister a listener of agent internal events
- deregisterAliasListener(MessagingHelper.AliasListener) - Method in interface jade.core.messaging.MessagingHelper
-
De-register a listener previously registered to be notified about alias creation/deletion.
- deregisterContainerListener(ContainerListener) - Method in interface jade.core.event.NotificationHelper
-
Deregister a listener of container related events
- deregisterConversation(String) - Method in class jade.lang.acl.ConversationList
-
Deregister a conversation with a given ID.
- deregisterDefaultTransition(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister the default transition from a given source state.
- DeregisterFrom - Class in jade.domain.DFGUIManagement
-
This class implements the DeregisterFrom action.
- DeregisterFrom() - Constructor for class jade.domain.DFGUIManagement.DeregisterFrom
- DEREGISTERFROM - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- DEREGISTERFROM_DESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- DEREGISTERFROM_DF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- deregisterMediator(String) - Method in interface jade.imtp.leap.JICP.JICPMediatorManager
-
Deregister a given mediator from this JICPMediatorManager
- deregisterMediator(String) - Method in class jade.imtp.leap.JICP.JICPServer
-
Called by a Mediator to notify that it is no longer active
- deregisterMessageListener(MessageListener) - Method in interface jade.core.event.NotificationHelper
-
Deregister a listener of message events
- deregisterState(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister a state of this
FSMBehaviour. - deregisterTransition(String, int) - Method in class jade.core.behaviours.FSMBehaviour
-
Deregister the transition from a given source state and identfied by a given termination event.
- desactivate() - Method in class jade.mtp.http.HTTPServer
-
Desactivate The HTTPServerThread and all other sub-threads
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.AgentActionSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.AggregateSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ConceptSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ContentElementListSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ContentElementSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.IRESchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.PredicateSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.PrimitiveSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.ReferenceSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.TermSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- descendsFrom(ObjectSchema) - Method in class jade.content.schema.VariableSchema
-
Return true if - s is the base schema for the XXXSchema class this schema is an instance of (e.g.
- description(JTextArea, BehaviourID) - Static method in class jade.tools.introspector.gui.TreeUpdater
- deserialize(byte[]) - Method in class jade.core.faultRecovery.FaultRecoveryService.NodeSerializer
- deserializeACL(DataInputStream) - Static method in class jade.lang.acl.LEAPACLCodec
- deserializeAID(DataInputStream) - Static method in class jade.lang.acl.LEAPACLCodec
- destroy() - Method in class jade.AppletBoot
- detach() - Static method in class jade.core.MicroRuntime
-
Disconnect this front-end container from the platform.
- detail - Variable in exception jade.imtp.leap.LEAPSerializationException
-
Nested Exception to hold wrapped exception.
- detect(ProfileImpl) - Static method in class jade.core.MainDetectionManager
- DETECT_MAIN - Static variable in class jade.core.Profile
-
This constant is the name of the property whose Boolean value tells whether to activate the automatic main container detection mechanism.
- determineColor(String) - Static method in class jade.tools.gui.ACLPerformativesRenderer
-
Determine color of a peformative
- df - Class in jade.domain
-
Standard Directory Facilitator agent.
- df() - Constructor for class jade.domain.df
-
Default constructor.
- DF_SEARCH_TIMEOUT_DEFAULT - Static variable in class jade.domain.DFService
- DF_SEARCH_TIMEOUT_KEY - Static variable in class jade.domain.DFService
- DFAgentDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the concept of the fipa-agent-management ontology representing the description of an agent in the DF catalogue.
- DFAgentDescription() - Constructor for class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Default constructor.
- DFAGENTDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_LANGUAGES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_LEASE_TIME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_ONTOLOGIES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_PROTOCOLS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAGENTDESCRIPTION_SERVICES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- DFAgentDscDlg - Class in jade.gui
-
This class implements the gui to manipulate a
DFAgentDescription. - DFAgentDscDlg(Dialog) - Constructor for class jade.gui.DFAgentDscDlg
-
Create a dialog with the given parent.
- DFAgentDscDlg(Frame) - Constructor for class jade.gui.DFAgentDscDlg
-
Create a dialog with the given parent.
- DFApplet - Class in jade.tools.applet
-
This applet is a client of SocketProxyAgent and executes an applet showing the GUI of the default DF.
- DFApplet() - Constructor for class jade.tools.applet.DFApplet
- DFAppletCommunicator - Class in jade.tools.applet
-
This class is used by DFApplet in order to communicate with the DF agent via a socket connection.
- DFAppletCommunicator(Applet) - Constructor for class jade.tools.applet.DFAppletCommunicator
-
Create a socket to communicate with a server on port 6789 of the host that the applet's code is on.
- DFAppletOntology - Class in jade.domain.DFGUIManagement
-
This class represents the ontology
DFApplet-management, containing all JADE extensions related to applet management. - DFAppletVocabulary - Interface in jade.domain.DFGUIManagement
- DFDBKB - Class in jade.domain
-
This class implements a knowledge base used by the DF which stores its content in an external database.
- DFDBKB(int, String, String, String, String, boolean) - Constructor for class jade.domain.DFDBKB
-
Constructor
- DFDeregister(DFAgentDescription) - Method in class jade.domain.df
- DFGUI - Class in jade.tools.dfgui
-
This class implements the GUI of the Directory Facilitator.
- DFGUI() - Constructor for class jade.tools.dfgui.DFGUI
-
Constructor without parameter.
- DFGUI(DFGUIAdapter) - Constructor for class jade.tools.dfgui.DFGUI
-
Constructor with arguments.
- DFGUIAdapter - Interface in jade.domain
-
This interface must be implemented by a GUI that wants to interact with the DF agent.
- DFGUIInterface - Interface in jade.domain
-
This interface is used to avoid any relationship between the df and the tools packages.
- DFHSQLKB - Class in jade.domain
-
DFHSQLKBrealizes a knowledge base used by the DF which stores its content in an HSQL database, running in the same VM. - DFHSQLKB(int, boolean) - Constructor for class jade.domain.DFHSQLKB
-
Constructor
- DFIteratedSearch(DFAgentDescription) - Method in class jade.domain.df
- DFKBFactory - Class in jade.domain
-
The
DFKBFactoryclass creates knowledge base objects used by the DF. - DFKBFactory() - Constructor for class jade.domain.DFKBFactory
- DFMemKB - Class in jade.domain
- DFMemKB(int) - Constructor for class jade.domain.DFMemKB
-
Constructor
- DFModify(DFAgentDescription) - Method in class jade.domain.df
- DFRegister(DFAgentDescription) - Method in class jade.domain.df
- DFSearch(DFAgentDescription, int) - Method in class jade.domain.df
- DFService - Class in jade.domain
-
This class provides a set of static methods to communicate with a DF Service that complies with FIPA specifications.
- DFService() - Constructor for class jade.domain.DFService
-
Default constructor.
- DFSubscriber - Class in jade.domain
- DFSubscriber(Agent, DFAgentDescription) - Constructor for class jade.domain.DFSubscriber
- DifferentialCounterValueProvider - Class in jade.core.sam
- DifferentialCounterValueProvider() - Constructor for class jade.core.sam.DifferentialCounterValueProvider
- Digit() - Method in class jade.lang.acl.ACLParser
- DIGIT - Static variable in interface jade.lang.acl.ACLParserConstants
- DIRECTION_IN - Static variable in class jade.tools.gui.ACLTracePanel
- DIRECTION_OUT - Static variable in class jade.tools.gui.ACLTracePanel
- disable_tracing() - Method in class jade.lang.acl.ACLParser
- disableACLPanel() - Method in class jade.tools.gui.ACLFrame
-
disable editing of ACLmessage
- disableDebugger(AID, AID) - Method in class jade.core.BackEndContainer
-
This method is re-defined to avoid NullPointerException.
- DISCONFIRM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- DISCONNECTED - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised whenever a temporary disconnection is detected.
- dispatch(byte[], boolean, int) - Method in interface jade.imtp.leap.Dispatcher
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
This is called by the Stub using this Dispatcher to dispatch a serialized command to the FrontEnd.
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.http.HTTPFEDispatcher
-
Dispatch a serialized command to the BackEnd and get back a serialized response.
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Deliver a serialized command to the BackEnd.
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
-
Deliver a serialized command to the BackEnd.
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.nio.BackEndDispatcher
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
- dispatch(byte[], boolean, int) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
This is called by the Stub using this Dispatcher to dispatch a serialized command to the FrontEnd.
- Dispatcher - Interface in jade.imtp.leap
-
Class declaration
- dispatchLocally(AID, GenericMessage, AID) - Method in class jade.core.messaging.MessagingProxy
- dispatchLocally(AID, GenericMessage, AID) - Method in interface jade.core.messaging.MessagingSlice
- dispatchMessage(Envelope, byte[]) - Method in interface jade.mtp.InChannel.Dispatcher
- dispatchWhileDropped() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- DisplayLogFileAction - Class in jade.tools.sniffer
-
Class for loading a snapshot file in Serialized form.
- DisplayLogFileAction(ActionProcessor, MainPanel) - Constructor for class jade.tools.sniffer.DisplayLogFileAction
- disposeAsync() - Method in interface jade.domain.DFGUIInterface
- disposeAsync() - Method in class jade.gui.TreeHelp
- disposeAsync() - Method in class jade.tools.dfgui.DFGUI
-
Performs asynchronous disposal to avoid nasty InterruptedException printout.
- disposeAsync() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- disposeAsync() - Method in class jade.tools.sniffer.MainWindow
-
Provides async disposal of the gui to prevent deadlock when not running in awt event dispatcher
- DLG_CANCEL - Static variable in class jade.gui.ClassSelectionDialog
- DLG_OK - Static variable in class jade.gui.ClassSelectionDialog
- doAction() - Method in class jade.tools.sniffer.ClearCanvasAction
- doAction() - Method in class jade.tools.sniffer.DisplayLogFileAction
- doAction() - Method in class jade.tools.sniffer.ExitAction
- doAction() - Method in class jade.tools.sniffer.WriteLogFileAction
- doAction() - Method in class jade.tools.sniffer.WriteMessageListAction
- doAction(AgentTree.AgentNode) - Method in class jade.tools.sniffer.DoNotSnifferAction
- doAction(AgentTree.AgentNode) - Method in class jade.tools.sniffer.DoSnifferAction
- doAction(AgentTree.AgentNode) - Method in class jade.tools.sniffer.ShowOnlyAction
- doActivate() - Method in class jade.core.Agent
-
Make a state transition from suspended to active or waiting (whichever state the agent was in when
doSuspend()was called) within Agent Platform Life Cycle. - doAdd() - Method in class jade.tools.gui.AIDAddressList
-
Description of the Method
- doClone(Location, String) - Method in class jade.core.Agent
-
Make this agent be cloned on another location.
- document - Variable in class jade.tools.gui.ACLTextArea
- documentation() - Method in annotation type jade.content.onto.annotations.Slot
- DocumentationFacet - Class in jade.content.schema.facets
- DocumentationFacet(String) - Constructor for class jade.content.schema.facets.DocumentationFacet
-
Construct a
DocumentationFacetthat set the documentation of an AbsObject - documentChanged(DocumentEvent) - Method in class jade.tools.gui.ACLTextArea
- documentHandler - Variable in class jade.tools.gui.ACLTextArea
- doDelete() - Method in class jade.core.Agent
-
Make a state transition from active, suspended or waiting to deleted state within Agent Platform Life Cycle, thereby destroying the agent.
- doDelete() - Method in class jade.tools.applet.DFAppletCommunicator
-
shows the message not authorized and does nothing.
- doDelete() - Method in class jade.tools.gui.AIDAddressList
-
Description of the Method
- doDelete() - Method in class jade.tools.introspector.Introspector
-
The doDelete() method is re-defined because if the Introspector is killed while it is debugging the AMS a deadlock occurs.
- doDeRegisterAMS() - Method in class jade.tools.testagent.TestAgent
- doDeregisterDF() - Method in class jade.tools.testagent.TestAgent
- doExit() - Method in class jade.tools.testagent.TestAgent
-
exit method
- doFipaRequestClient(Agent, ACLMessage) - Static method in class jade.domain.FIPAService
-
This method plays the initiator role in the Fipa-Request interaction protocol and performs all the steps of the protocol.
- doFipaRequestClient(Agent, ACLMessage, long) - Static method in class jade.domain.FIPAService
-
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.
- doHelloWorld() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- doLausannePing() - Method in class jade.tools.testagent.TestAgent
- doLocalPing() - Method in class jade.tools.testagent.TestAgent
- doMove(Location) - Method in class jade.core.Agent
-
Make this agent move to a remote location.
- done() - Method in class jade.core.behaviours.Behaviour
-
Check if this behaviour is done.
- done() - Method in class jade.core.behaviours.CompositeBehaviour
-
Checks whether this behaviour has terminated.
- done() - Method in class jade.core.behaviours.CyclicBehaviour
-
This is the method that makes
CyclicBehaviourcyclic, because it always returnsfalse. - done() - Method in class jade.core.behaviours.LoaderBehaviour
-
The done() method is redefined to make this behaviour terminate when its
stop()method is called. - done() - Method in class jade.core.behaviours.OneShotBehaviour
-
This is the method that makes
OneShotBehaviourone-shot, because it always returnstrue. - done() - Method in class jade.core.behaviours.ReceiverBehaviour
-
Checks whether this behaviour ended.
- done() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- done() - Method in class jade.core.behaviours.TickerBehaviour
- done() - Method in class jade.core.behaviours.WakerBehaviour
- done() - Method in class jade.core.behaviours.WrapperBehaviour
- done() - Method in class jade.domain.introspection.AMSSubscriber
- done() - Method in class jade.proto.SimpleAchieveREInitiator
- done() - Method in class jade.proto.SimpleAchieveREResponder
-
This method checks whether this behaviour has finished or not.
- done() - Method in class jade.proto.states.MsgReceiver
- Done - Class in jade.content.onto.basic
-
This class implements the
doneoperator of the FIPA SL0 action. - Done() - Constructor for class jade.content.onto.basic.Done
- Done(Concept) - Constructor for class jade.content.onto.basic.Done
- Done() - Method in class jade.content.lang.sl.SimpleCharStream
- Done() - Method in class jade.lang.acl.SimpleCharStream
- DONE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- DONE_ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- DONE_CONDITION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- doNewMessage() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- doNotSniff(String) - Method in class jade.tools.sniffer.DoNotSnifferAction
- DoNotSnifferAction - Class in jade.tools.sniffer
-
For don't sniff the Agent in the tree.
- DoNotSnifferAction(ActionProcessor, MainPanel, Sniffer) - Constructor for class jade.tools.sniffer.DoNotSnifferAction
- DONT_NOTIFY_FAILURE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying, when set to "true", that if the delivery of a message fails, no FAILURE notification has to be sent back to the sender.
- doRegisterAMS() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- doRegisterDF() - Method in class jade.tools.testagent.TestAgent
- doReply() - Method in class jade.tools.testagent.TestAgent
- doSearchAMS() - Method in class jade.tools.testagent.TestAgent
- doSearchDF() - Method in class jade.tools.testagent.TestAgent
- doShow() - Method in class jade.gui.ClassSelectionDialog
- doShow(String) - Method in class jade.tools.rma.StartDialog
- doShow(Collection) - Method in class jade.gui.ClassSelectionDialog
- doShowAbout() - Method in class jade.tools.gui.ACLTracePanel
-
show about screen
- doShowCurrentACL() - Method in class jade.tools.gui.ACLTracePanel
- doSniff(String) - Method in class jade.tools.sniffer.DoSnifferAction
-
Given an agent name, sniff it.
- DoSnifferAction - Class in jade.tools.sniffer
-
For sniff the Agent in the tree.
- DoSnifferAction(ActionProcessor, MainPanel, Sniffer) - Constructor for class jade.tools.sniffer.DoSnifferAction
- doSort() - Method in class jade.tools.gui.ACLTracePanel
- doSubstitutions(String) - Method in class jade.util.ExtendedProperties
-
Replace all substrings of the form ${xxx} with the property value using the key xxx.
- doSubstitutions(String, boolean) - Method in class jade.util.ExtendedProperties
-
Replace all substrings of the form ${xxx} with the property value using the key xxx.
- doSuspend() - Method in class jade.core.Agent
-
Make a state transition from active or waiting to suspended within Agent Platform Life Cycle; the original agent state is saved and will be restored by a
doActivate()call. - doSystemOut() - Method in class jade.tools.gui.ACLPanel
-
Description of the Method
- doSystemOut() - Method in class jade.tools.gui.ACLTracePanel
- doSystemOut() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- doTimeOut(Timer) - Method in class jade.core.Agent
-
Restarts the behaviour associated with t.
- doTimeOut(Timer) - Method in interface jade.core.TimerListener
- doTimeOut(Timer) - Method in class jade.imtp.leap.http.HTTPFEDispatcher
- doTimeOut(Timer) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- doTimeOut(Timer) - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
-
Mutual exclusion with updateKeepAlive(), updateConnectionDropDown() and clearTimers()
- doView() - Method in class jade.tools.gui.AIDAddressList
-
Description of the Method
- doWait() - Method in class jade.core.Agent
-
Make a state transition from active to waiting within Agent Platform Life Cycle.
- doWait(long) - Method in class jade.core.Agent
-
Make a state transition from active to waiting within Agent Platform Life Cycle.
- doWake() - Method in class jade.core.Agent
-
Make a state transition from waiting to active within Agent Platform Life Cycle.
- doZoomContent() - Method in class jade.tools.gui.ACLPanel
- driver - Variable in class jade.domain.KBManagement.DBKB
-
Used database driver
- DROP_DOWN_TIME_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DROP_DOWN_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to drop-down the connection with the mediator
- dropDFTables() - Method in class jade.domain.DFDBKB
-
Drops all existing DB tables used by the DF.
- DROPPED - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised whenever a the FrontEnd drops down the connection with the BackEnd since no data has been transferred over the connection since a while.
- dropTable(Statement, String) - Method in class jade.domain.DFDBKB
-
Drops a DB table or does nothing if the table doesn't exist.
- DUMMY_FINAL - Static variable in class jade.proto.ProposeInitiator
- DUMMY_ID - Static variable in class jade.imtp.leap.Command
-
Unspecified object id
- DUMMY_ID - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- DummyAgent - Class in jade.tools.DummyAgent
- DummyAgent() - Constructor for class jade.tools.DummyAgent.DummyAgent
- dump() - Method in class jade.content.onto.Ontology
-
Dump ontology to default output stream
- dump(int) - Method in class jade.core.ExtendedMessageQueue
- dump(int) - Method in class jade.core.TemplateBasedMessageQueue
- dump(int, PrintStream) - Method in class jade.content.abs.AbsAggregate
- dump(PrintStream) - Method in class jade.content.onto.Ontology
-
Dump ontology to specified PrintStream
- dump(String) - Method in class jade.core.BaseService
-
This method can be redefined to support service internal data inspection by means of the ContainerMonitorAgent included in the misc add-on.
- dump(String) - Method in class jade.core.messaging.MessagingService
- dump(String) - Method in class jade.core.messaging.TopicManagementService
- dump(String) - Method in class jade.core.replication.MainReplicationService
- DUMP_KEY - Static variable in class jade.BootProfileImpl
- DUMP_OPTIONS - Static variable in class jade.core.Profile
-
This constant is the name of the property whose Boolean value tells whether startup options should be dumped.
- dumpAllThreads() - Static method in class jade.util.ThreadDumpManager
- dumpThread(String, Thread) - Static method in class jade.util.ThreadDumpManager
- dumpThread(String, Thread, ThreadInfo) - Static method in class jade.util.ThreadDumpManager
- DynamicJadeGateway - Class in jade.wrapper.gateway
- DynamicJadeGateway() - Constructor for class jade.wrapper.gateway.DynamicJadeGateway
E
- editable - Variable in class jade.tools.gui.ACLTextArea
- editElement(Object, boolean) - Method in class jade.gui.VisualAIDList
-
Allow the user to edit the chosen agent identifier.
- editElement(Object, boolean) - Method in class jade.gui.VisualAPServiceList
- editElement(Object, boolean) - Method in class jade.gui.VisualPropertiesList
- editElement(Object, boolean) - Method in class jade.gui.VisualServicesList
- editElement(Object, boolean) - Method in class jade.gui.VisualStringList
- editMsgInDialog(ACLMessage, Frame) - Static method in class jade.gui.AclGui
-
Pops up a dialog window including an editing-enabled AclGui panel and displays the specified ACL message in it.
- editString(String) - Method in class jade.gui.StringDlg
-
Allow the user to manipulate a string value through this dialog.
- electricScroll - Variable in class jade.tools.gui.ACLTextArea
- Element - Annotation Type in jade.content.onto.annotations
-
Allows to specify the ontological name of the
ConceptorPredicate, to be used in place of the default (the rightmost part of the fully qualified class name).
The annotation is to be applied to the class. - elements() - Method in interface jade.security.Credentials
-
Used to retrieve all the contained credentials.
- EMPTY_BUFFER - Static variable in class jade.imtp.leap.nio.NIOHelper
- EMPTY_BUFFER - Static variable in class jade.imtp.leap.nio.SSLEngineHelper
- EmptyIterator - Class in jade.util.leap
-
Singleton Iterator for an empty collection.
- EmptyKBIterator() - Constructor for class jade.domain.KBManagement.DBKB.EmptyKBIterator
- ENABLE_MESSAGE_MANAGER_METRICS - Static variable in class jade.core.messaging.MessagingService
- ENABLE_POSTED_MESSAGE_COUNT - Static variable in class jade.core.messaging.MessagingService
- ENABLE_RMI_LOG - Static variable in class jade.imtp.rmi.RMIIMTPManager
-
This constant is the name of the property whose boolean value indicates whether or not RMI logs have to be enabled (default false)
- enable_tracing() - Method in class jade.lang.acl.ACLParser
- enableDebugger(AID, AID) - Method in class jade.core.BackEndContainer
-
This method is re-defined to avoid NullPointerException.
- enableRefreshButton() - Method in class jade.tools.dfgui.DFGUI
- encode() - Method in interface jade.security.Credentials
-
Encode the Credentials into a byte array, so that it can be transported in an ACLMessage.
- encode(AbsContentElement) - Method in class jade.content.lang.ByteArrayCodec
-
Encodes a content into a byte array.
- encode(AbsContentElement) - Method in class jade.content.lang.leap.LEAPCodec
-
Encodes an abstract descriptor holding a content element into a byte array.
- encode(AbsContentElement) - Method in class jade.content.lang.sl.SimpleSLCodec
- encode(AbsContentElement) - Method in class jade.content.lang.sl.SLCodec
-
Encodes a content into a String.
- encode(AbsContentElement) - Method in class jade.content.lang.StringCodec
-
Encodes a content into a string.
- encode(Frame) - Method in class jade.content.frame.LEAPFrameCodec
-
Transform a Frame into a sequence of bytes encoded according to the LEAP language
- encode(Frame) - Method in class jade.content.frame.SLFrameCodec
-
Transform a Frame into a String encoded according to the SL language
- encode(Ontology, AbsContentElement) - Method in class jade.content.lang.ByteArrayCodec
-
Encodes a content into a byte array.
- encode(Ontology, AbsContentElement) - Method in class jade.content.lang.leap.LEAPCodec
-
Encodes a content into a byte array.
- encode(Ontology, AbsContentElement) - Method in class jade.content.lang.sl.SimpleSLCodec
-
Encodes a content into a string using a given ontology.
- encode(Ontology, AbsContentElement) - Method in class jade.content.lang.sl.SLCodec
-
Encodes a content into a String.
- encode(Ontology, AbsContentElement) - Method in class jade.content.lang.StringCodec
-
Encodes a content into a string using a given ontology.
- encode(ACLMessage, String) - Method in interface jade.lang.acl.ACLCodec
-
Encodes an
ACLMessageobject into a byte sequence, according to the specific message representation. - encode(ACLMessage, String) - Method in class jade.lang.acl.LEAPACLCodec
-
Encodes an
ACLMessageobject into a byte sequence, according to the specific message representation. - encode(ACLMessage, String) - Method in class jade.lang.acl.StringACLCodec
-
If the content of the message is a byteSequence, then this method encodes the content in Base64 and automatically sets the value of the encoding slot.
- encodeCreateMediatorRequest(Properties) - Static method in class jade.imtp.leap.BackEndStub
-
The method encodes the create mediator request, setting all the common properties retrived in the passed property parameter.
- encodeCreateMediatorResponse(Properties) - Static method in class jade.imtp.leap.FrontEndStub
- encodeFormula(Ontology, AbsPredicate) - Method in class jade.content.lang.sl.SLCodec
-
Encodes the content into a String, where the content is known to be a Well-formed Formula
- encodeList(Vector, char) - Static method in class jade.core.Specifier
- encodeMessage(ACLMessage) - Method in class jade.core.messaging.OutgoingEncodingFilter
-
Encodes an ACL message according to the acl-representation described in the envelope.
- encodeProperties(Properties) - Static method in class jade.imtp.leap.FrontEndStub
- encodeResult(String, Object) - Method in interface jade.core.BECodec
- encodeSpecifierList(Vector) - Static method in class jade.core.Specifier
-
This static utility method produces a string representation of a list of Specifier objects.
- encodeTerm(Ontology, AbsTerm) - Method in class jade.content.lang.sl.SLCodec
-
Encodes the content into a String, where the content is known to be a Term.
- encodeXML(Envelope) - Static method in class jade.mtp.http.XMLCodec
-
General Encoding of the envelope
- ENCODING - Static variable in interface jade.lang.acl.ACLParserConstants
- ENCODING_TAG - Static variable in class jade.mtp.http.XMLCodec
- encodingByOrder - Variable in class jade.content.schema.ObjectSchema
- encrypted - Variable in class FIPA.Envelope
- end() - Method in class jade.core.LifeCycle
-
This method is invoked when the agent thread termiantes
- END - Static variable in interface jade.lang.acl.ACLParserConstants
- END - Static variable in class jade.tools.gui.ACLToken
-
The token type, that along with a length of 0 marks the end of the token list.
- endColumn - Variable in class jade.content.lang.sl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endColumn - Variable in class jade.lang.acl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endDocument() - Method in class jade.mtp.http.XMLCodec
-
This method is called at the end of parsing
- endElement(String, String, String) - Method in class jade.mtp.http.XMLCodec
-
This method is called the end of element
- endFlush() - Method in class jade.imtp.leap.MicroStub
- endLine - Variable in class jade.content.lang.sl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class jade.lang.acl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endTracing() - Static method in class jade.core.messaging.DeliveryTracing
- enlargeAndFillBuffer(ByteBuffer, int, String) - Static method in class jade.imtp.leap.nio.NIOHelper
-
returns an enlarged, filled with bytes from the buffer argument
- enlargeBuffer(ByteBuffer, int, String) - Static method in class jade.imtp.leap.nio.NIOHelper
-
calls
NIOHelper.enlargeBuffer(java.nio.ByteBuffer, int, java.lang.String, boolean)with false for doLog - enlargeBuffer(ByteBuffer, int, String, boolean) - Static method in class jade.imtp.leap.nio.NIOHelper
-
returns an enlarged, empty buffer
- ensureCapacity(int) - Method in class jade.tools.gui.ACLSLTokenMarker
-
Creates a new
TokenMarker. - ensureOffscreenValid() - Method in class jade.tools.gui.ACLTextAreaPainter
- EnumIterator - Class in jade.util.leap
-
Implementation of an Iterator constructed by an
Enumeration. - EnumIterator(Enumeration) - Constructor for class jade.util.leap.EnumIterator
-
Constructor declaration
- EnvCommentsTextArea - Class in jade.tools.gui
-
This class displays a singe string from an ACLMessage
- EnvCommentsTextArea() - Constructor for class jade.tools.gui.EnvCommentsTextArea
- Envelope - Class in FIPA
- Envelope - Class in jade.domain.FIPAAgentManagement
-
This class models an envelope.
- Envelope() - Constructor for class FIPA.Envelope
- Envelope() - Constructor for class jade.domain.FIPAAgentManagement.Envelope
-
Default constructor.
- Envelope(AgentID[], AgentID[], String, String, int, String, DateTime[], String[], AgentID[], ReceivedObject[], Property[][], Property[]) - Constructor for class FIPA.Envelope
- ENVELOPE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_ACLREPRESENTATION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_ACLREPRESENTATION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_COMMENTS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_COMMENTS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_DATE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_DATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_FROM - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_INTENDEDRECEIVER - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_INTENDEDRECEIVER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_PAYLOADENCODING - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_PAYLOADENCODING - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_PAYLOADLENGTH - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_PAYLOADLENGTH - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_PROPERTIES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_RECEIVED - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_RECEIVED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_TAG - Static variable in class jade.mtp.http.XMLCodec
- ENVELOPE_TO - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ENVELOPE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ENVELOPE_TRANSPORTBEHAVIOUR - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- EnvelopeHelper - Class in FIPA
- EnvelopeHolder - Class in FIPA
- EnvelopeHolder() - Constructor for class FIPA.EnvelopeHolder
- EnvelopeHolder(Envelope) - Constructor for class FIPA.EnvelopeHolder
- EnvelopesHelper - Class in FIPA
- EnvelopesHolder - Class in FIPA
- EnvelopesHolder() - Constructor for class FIPA.EnvelopesHolder
- EnvelopesHolder(Envelope[]) - Constructor for class FIPA.EnvelopesHolder
- EOF - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
End of File.
- EOF - Static variable in interface jade.content.lang.sl.SLParserConstants
-
End of File.
- EOF - Static variable in interface jade.lang.acl.ACLParserConstants
- eol - Variable in exception jade.content.lang.sl.ParseException
-
The end of line string for this machine.
- eol - Variable in exception jade.lang.acl.ParseException
-
The end of line string for this machine.
- eolMarkerColor - Variable in class jade.tools.gui.ACLTextAreaPainter
- eolMarkers - Variable in class jade.tools.gui.ACLTextAreaPainter
- equals(HTTPAddress) - Method in class jade.mtp.http.HTTPAddress
-
Check if HTTP addresses are equivalent (same port, same host, same proto)
- equals(HTTPAddress) - Method in class jade.mtp.http.KeepAlive.KAConnection
- equals(Object) - Method in class jade.content.abs.AbsExtendedPrimitive
- equals(Object) - Method in class jade.content.abs.AbsObjectImpl
-
Returns true if the attribute is equal to this abstract descriptor, based on the contents of both descriptors.
- equals(Object) - Method in class jade.content.abs.AbsPrimitive
- equals(Object) - Method in class jade.content.schema.AggregateSchema
-
The difference between types of aggregates (such as SET and SEQUENCE) is quite fuzy.
- equals(Object) - Method in class jade.core.AgentState
-
Equality operations between agent states.
- equals(Object) - Method in class jade.core.AID
-
Equality operation.
- equals(Object) - Method in class jade.core.BehaviourID
-
Equality test on two behaviour IDs.
- equals(Object) - Method in class jade.core.CaseInsensitiveString
-
Equality operation.
- equals(Object) - Method in class jade.core.ContainerID
-
Equality operation over container IDs.
- equals(Object) - Method in class jade.core.LifeCycle
- equals(Object) - Method in class jade.core.Timer
- equals(Object) - Method in class jade.imtp.leap.JICP.JICPAddress
- equals(Object) - Method in class jade.lang.acl.MessageTemplate
- equals(Object) - Method in class jade.mtp.MTPDescriptor
- equals(Object) - Method in class jade.proto.SubscriptionResponder.Subscription
- equals(Object) - Method in interface jade.security.JADEPrincipal
- equals(Object) - Method in class jade.tools.sniffer.Agent
- equals(Object) - Method in class jade.util.leap.HashSet
- equals(Object) - Method in class jade.util.TransportAddressWrapper
- equals(Object) - Method in class jade.wrapper.StateBase
-
Determines if an object is equal to this object.
- Equals - Class in jade.content.onto.basic
-
This class implements the
=operator of the FIPA SL0 language. - Equals() - Constructor for class jade.content.onto.basic.Equals
- Equals(Object, Object) - Constructor for class jade.content.onto.basic.Equals
- EQUALS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- EQUALS_LEFT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- EQUALS_RIGHT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- equalsIgnoreCase(String, String) - Static method in class jade.core.CaseInsensitiveString
-
Static method for case insensitive string comparasion.
- EQUIV - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- EQUIV_LEFT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- EQUIV_RIGHT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- error(String, Exception) - Method in class jade.core.behaviours.OutcomeManager
-
Mark the behaviour holding this OutcomeManager as failed and store the error-message that can then be retrieved by means of the
getErrorMsg()method - error(SAXParseException) - Method in class jade.mtp.http.XMLCodec
-
This method is called when errors occur
- ERROR - Static variable in class jade.imtp.leap.Command
- ERROR_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying JICP protocol errors
- ESCAPE_CHAR - Static variable in class jade.core.Specifier
- ET - Static variable in class jade.mtp.http.XMLCodec
- Event - Class in jade.util
-
This class represents a generic event carrying some information (accessible in the form of
Objectparameters) and provides support for synchronous processing through thewaitUntilProcessed()andnotifyProcessed()methods. - Event - Interface in jade.domain.introspection
-
The generic interface for all introspection events.
- Event(int, Object) - Constructor for class jade.util.Event
-
Construct an
Eventof a given type produced by the indicated source - Event(int, Object, Object) - Constructor for class jade.util.Event
-
Construct an
Eventof a given type produced by the indicated source and carrying a given information. - EventRecord - Class in jade.domain.introspection
-
This class represents the
event-recordconcept in thejade-introspectionontology. - EventRecord() - Constructor for class jade.domain.introspection.EventRecord
-
Default constructor.
- EventRecord(Event, Location) - Constructor for class jade.domain.introspection.EventRecord
-
Construct an event record, attaching a location and a timestamp to an event object.
- EVENTRECORD - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- EVENTRECORD_WHAT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- EVENTRECORD_WHEN - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- EVENTRECORD_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ExceptionOntology - Class in jade.domain.FIPAAgentManagement
-
This class groups into a separated ontology the elements of the FIPA-Agent-Management-ontology (see FIPA specification document no.
- ExceptionVocabulary - Interface in jade.domain.FIPAAgentManagement
-
This interface contains all the string constants for frame and slot names of exceptions defined in the
fipa-agent-managementontology. - execute() - Method in class jade.core.LifeCycle
-
This method actually implements what the agent has to do in this LifeCycle state
- execute(Object) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
execute a command.
- execute(Object) - Static method in class jade.wrapper.gateway.JadeGateway
-
execute a command.
- execute(Object, long) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Execute a command specifying a timeout.
- execute(Object, long) - Static method in class jade.wrapper.gateway.JadeGateway
-
Execute a command specifying a timeout.
- executeRemotely(Command, long) - Method in class jade.imtp.leap.MicroStub
- EXISTS - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- EXISTS_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- EXISTS_WHAT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- exit() - Method in interface jade.core.Node
- exit() - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- exit(boolean) - Method in interface jade.core.FrontEnd
-
Request the FrontEnd container to exit.
- exit(boolean) - Method in class jade.imtp.leap.FrontEndStub
- EXIT - Static variable in interface jade.domain.DFGUIAdapter
- EXIT_NODE - Static variable in class jade.imtp.leap.Command
- ExitAction - Class in jade.tools.sniffer
-
Invokes the agent Sniffer to delete itself, closing the Gui and unregistering.
- ExitAction(ActionProcessor, Sniffer) - Constructor for class jade.tools.sniffer.ExitAction
- exitContainer() - Method in class jade.core.management.AgentManagementProxy
- exitContainer() - Method in interface jade.core.management.AgentManagementSlice
- ExpandBuff(boolean) - Method in class jade.content.lang.sl.SimpleCharStream
- ExpandBuff(boolean) - Method in class jade.lang.acl.SimpleCharStream
- expectedTokenSequences - Variable in exception jade.content.lang.sl.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception jade.lang.acl.ParseException
-
Each entry in this array is an array of integers.
- exploreOntology(Ontology) - Static method in class jade.content.onto.OntologyUtils
- EXPORT_HOST - Static variable in class jade.core.Profile
-
This constant is the name or address of the host that other containers will have to use to contact this container
- EXPORT_PORT - Static variable in class jade.core.Profile
-
This constant is the port that other containers will have to use to contact this container
- exportPlatformManager(PlatformManager) - Method in interface jade.core.IMTPManager
-
Makes the platform Service Manager available through this IMTP.
- exportPlatformManager(PlatformManager) - Method in class jade.imtp.leap.LEAPIMTPManager
- exportPlatformManager(PlatformManager) - Method in class jade.imtp.rmi.RMIIMTPManager
- exportSlice(String, Service.Slice) - Method in class jade.core.BaseNode
- exportSlice(String, Service.Slice) - Method in interface jade.core.Node
- Expression() - Method in class jade.lang.acl.ACLParser
- ExtendedMessageQueue - Class in jade.core
-
Extended version of the Agent MessageQueue supporting additional features that can be useful when dealing with heavy load of messages.
- ExtendedMessageQueue() - Constructor for class jade.core.ExtendedMessageQueue
- ExtendedMessageQueue(int, int, MessageTemplate, Agent) - Constructor for class jade.core.ExtendedMessageQueue
- ExtendedProperties - Class in jade.util
-
Provides enhanced property management.
1) Allows specifying property values containing strings of the form ${key}. - ExtendedProperties() - Constructor for class jade.util.ExtendedProperties
-
Construct empty property collection.
- ExtendedProperties(String[]) - Constructor for class jade.util.ExtendedProperties
-
Construct a ExtendedProperties object from an array of stringified properties of the form
= . - ExtendedSLParserConstants - Interface in jade.content.lang.sl
-
Token literal values and constants.
- ExtendedSLParserTokenManager - Class in jade.content.lang.sl
-
Token Manager.
- ExtendedSLParserTokenManager(SimpleCharStream) - Constructor for class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Constructor.
- ExtendedSLParserTokenManager(SimpleCharStream, int) - Constructor for class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Constructor.
- externalise(AbsObject, Ontology) - Method in class jade.content.onto.basic.Action
- externalise(AbsObject, Ontology) - Method in interface jade.content.onto.Introspectable
-
Externalise this object into the given abstract descriptor
- externaliseACLMessage(ACLMessage, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts an
ACLMessageinto anAbsAgentActionusing the specified ontology. - externaliseAID(AID) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AIDinto anAbsConceptrepresenting an AID - externaliseContentElementList(ContentElementList, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts a
ContentElementListinto anAbsContentElementListusing the specified ontology. - externaliseIterator(Iterator, Ontology, String) - Static method in class jade.content.abs.AbsHelper
-
Converts an
Iteratorinto aAbsAggregateusing the specified ontology. - externaliseList(List, Ontology, String) - Static method in class jade.content.abs.AbsHelper
-
Converts a
Listinto aAbsAggregateusing the specified ontology. - externaliseProperty(Property, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts a
PROPERTYinto anAbsConceptrepresenting a PROPERTY - externaliseSet(Set, Ontology, String) - Static method in class jade.content.abs.AbsHelper
-
Converts a
Setinto aAbsAggregateusing the specified ontology. - externalize(Object, AbsObject, ObjectSchema, Ontology) - Method in class jade.content.onto.Ontology
-
Externalize (obj --> abs) the slots defined in
schemaand its super-schemas - externalizeAggregate(String, Object, ObjectSchema, Ontology) - Method in class jade.content.onto.BCReflectiveIntrospector
- externalizeAggregate(String, Object, ObjectSchema, Ontology) - Method in class jade.content.onto.CFReflectiveIntrospector
- externalizeAggregate(String, Object, ObjectSchema, Ontology) - Method in interface jade.content.onto.Introspector
- externalizeAggregate(String, Object, ObjectSchema, Ontology) - Method in class jade.content.onto.MicroIntrospector
- externalizeAggregate(String, Object, ObjectSchema, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
- externalizeSlotValue(Object, Introspector, Ontology) - Static method in class jade.content.onto.Ontology
- externalizeSpecialType(Object, ObjectSchema, Class, Ontology) - Method in interface jade.content.onto.Introspector
- externalizeSpecialType(Object, ObjectSchema, Class, Ontology) - Method in class jade.content.onto.MicroIntrospector
- externalizeSpecialType(Object, ObjectSchema, Class, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
- extract(Any) - Static method in class FIPA.AgentIDHelper
- extract(Any) - Static method in class FIPA.AgentIDsHelper
- extract(Any) - Static method in class FIPA.DateTimeHelper
- extract(Any) - Static method in class FIPA.EnvelopeHelper
- extract(Any) - Static method in class FIPA.EnvelopesHelper
- extract(Any) - Static method in class FIPA.FipaMessageHelper
- extract(Any) - Static method in class FIPA.MTSHelper
- extract(Any) - Static method in class FIPA.OptAgentIDHelper
- extract(Any) - Static method in class FIPA.OptDateTimeHelper
- extract(Any) - Static method in class FIPA.OptReceivedObjectHelper
- extract(Any) - Static method in class FIPA.OptTransportBehaviourTypeHelper
- extract(Any) - Static method in class FIPA.PayloadHelper
- extract(Any) - Static method in class FIPA.PropertyHelper
- extract(Any) - Static method in class FIPA.ReceivedObjectHelper
- extract(Any) - Static method in class FIPA.stringsHelper
- extract(Any) - Static method in class FIPA.TransportBehaviourTypeHelper
- extract(Any) - Static method in class FIPA.URLHelper
- extractAbsContent(ACLMessage) - Method in class jade.content.ContentManager
-
Translates the
:contentslot of anACLMessage msginto anAbsContentElementusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. - extractContent(ACLMessage) - Method in class jade.content.ContentManager
-
Translates the
:contentslot of anACLMessage msginto aContentElementusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. - extractKeyContentElement(ContentElement) - Method in class jade.core.behaviours.OntologyServer
- extractResult(Result) - Method in class jade.core.behaviours.ActionExecutor
- extractSource(String) - Method in class jade.core.messaging.MomMessagingService
- extractSubset(String) - Method in class jade.util.ExtendedProperties
-
Create a new Properties object by coping those properties whose key begins with a particular prefix string.
- extTextFieldAgentName - Static variable in class jade.tools.rma.StartDialog
F
- Facet - Interface in jade.content.schema
-
Represent a generic Facet (i.e.
- facts - Variable in class jade.domain.KBManagement.MemKB
- FAILURE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- FailureException - Exception in jade.domain.FIPAAgentManagement
-
This class represents a generic FailureException
- FailureException(ACLMessage) - Constructor for exception jade.domain.FIPAAgentManagement.FailureException
- FailureException(String) - Constructor for exception jade.domain.FIPAAgentManagement.FailureException
- FALSE_PROPOSITION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- FalseProposition - Class in jade.content.onto.basic
-
This class represents the FALSE proposition i.e.
- FalseProposition() - Constructor for class jade.content.onto.basic.FalseProposition
- fastRepaint() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Queues a repaint of the changed lines only.
- fatalError(SAXParseException) - Method in class jade.mtp.http.XMLCodec
-
This method is called when non-recoverable errors occur.
- FaultRecoveryHelper - Interface in jade.core.faultRecovery
- FaultRecoveryService - Class in jade.core.faultRecovery
-
The FaultRecovery service allows recovering a platform after a fault and a successive restart of the main container.
- FaultRecoveryService() - Constructor for class jade.core.faultRecovery.FaultRecoveryService
- FaultRecoveryService.NodeSerializer - Class in jade.core.faultRecovery
-
Inner class NodeSerializer
- FEASIBLE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FEASIBLE_ACTION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FEASIBLE_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FEConnectionManager - Interface in jade.core
- Federate - Class in jade.domain.DFGUIManagement
-
This class implements the Federate action.
- Federate() - Constructor for class jade.domain.DFGUIManagement.Federate
- FEDERATE - Static variable in interface jade.domain.DFGUIAdapter
- FEDERATE - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- FEDERATE_DESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- FEDERATE_DF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- FEListener - Interface in jade.core
-
Interface to be implemented by classes that need to be notified about FrontEnd relevant events such as BORN_AGENT and DEAD_AGENT.
- FEService - Class in jade.core
-
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.
- FEService() - Constructor for class jade.core.FEService
- fetchAndVerifyBoolean(String) - Method in class jade.BootProfileImpl
-
Fetch and verify a boolean attribute.
- fetchClassFile(String, String) - Method in class jade.core.mobility.AgentMobilityProxy
- fetchClassFile(String, String) - Method in interface jade.core.mobility.AgentMobilitySlice
- fields - Variable in class jade.imtp.leap.http.HTTPPacket
- file - Variable in class jade.imtp.leap.http.HTTPRequest
- file - Variable in class jade.imtp.leap.JICP.JICPAddress
- file - Variable in class jade.imtp.rmi.RMIAddress
- FILE_DIR - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the name of the directory where all the files generated by JADE should be put.
- FILE_SYSTEM_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
- fill(Concept, Object) - Method in class jade.content.onto.ConceptSlotFunction
- fill(Object) - Method in class jade.content.onto.ConceptSlotFunction
- FillBuff() - Method in class jade.content.lang.sl.SimpleCharStream
- FillBuff() - Method in class jade.lang.acl.SimpleCharStream
- fillCancelContent(ACLMessage, ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is used to fill the
:contentslot of the CANCEL message that is being sent to an agent to cancel the subscription previously activated by means of thesubscriptionmessage. - fillContent(ACLMessage, AbsContentElement) - Method in class jade.content.ContentManager
-
Fills the
:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. - fillContent(ACLMessage, ContentElement) - Method in class jade.content.ContentManager
-
Fills the
:contentslot of anACLMessage msgusing the content language and ontology indicated in the:languageand:ontologyfields ofmsg. - fillGADT(AID[], ContainerID[]) - Method in class jade.core.replication.MainReplicationProxy
- fillGADT(AID[], ContainerID[]) - Method in interface jade.core.replication.MainReplicationSlice
- fillInStackTrace() - Method in exception jade.content.onto.NotAnAggregate
- fillInStackTrace() - Method in exception jade.content.onto.NotASpecialType
- fillInStackTrace() - Method in exception jade.content.onto.UnknownSchemaException
- fillListFromBlockedBehaviours(List, Agent) - Method in interface jade.core.AgentContainer
- fillListFromMessageQueue(List, Agent) - Method in interface jade.core.AgentContainer
- fillListFromReadyBehaviours(List, Agent) - Method in interface jade.core.AgentContainer
- Filter - Class in jade.core
-
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.
- Filter() - Constructor for class jade.core.Filter
- filterRGB(int, int, int) - Method in class jade.gui.MyFilterImage
- finalize() - Method in class jade.core.management.JarClassLoader
-
Clean up the JarClassLoader.
- FIND_ALL_NODES - Static variable in class jade.imtp.leap.Command
- FIND_SLICE_NODE - Static variable in class jade.imtp.leap.Command
- findAllSlices(String) - Method in interface jade.core.PlatformManager
- findAllSlices(String) - Method in class jade.core.PlatformManagerImpl
- findAllSlices(String) - Method in interface jade.core.ServiceFinder
-
Retrieves all the slices of a service currently active on this platform.
- findAllSlices(String) - Method in class jade.core.ServiceManagerImpl
- findAllSlices(String) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- findClass(String) - Method in class jade.core.management.JarClassLoader
-
Get a class from within the JAR file used in this classloader.
- findMatchingBracket(Document, int) - Static method in class jade.tools.gui.ACLTextArea.TextUtilities
-
Returns the offset of the bracket matching the one at the specified offset of the document, or -1 if the bracket is unmatched (or if the character is not a bracket).
- findMethodCaseInsensitive(String, Class) - Method in class jade.content.onto.ReflectiveIntrospector
- findResource(String) - Method in class jade.core.management.JarClassLoader
-
Get a resource from within this classloader.
- findService(String) - Method in interface jade.core.ServiceFinder
-
Looks up a platform service by name.
- findService(String) - Method in class jade.core.ServiceManagerImpl
- findSlice(String, String) - Method in interface jade.core.PlatformManager
- findSlice(String, String) - Method in class jade.core.PlatformManagerImpl
- findSlice(String, String) - Method in interface jade.core.ServiceFinder
-
Looks up a specific service slice by name.
- findSlice(String, String) - Method in class jade.core.ServiceManagerImpl
- findSlice(String, String) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- findSubclasses(String) - Method in class jade.util.ClassFinder
- findSubclasses(String, ClassFinderListener, ClassFinderFilter) - Method in class jade.util.ClassFinder
- FINE - Static variable in class jade.util.Logger
-
FINE is a message level providing tracing information.
- FINER - Static variable in class jade.util.Logger
-
FINER indicates a fairly detailed tracing message.
- FINEST - Static variable in class jade.util.Logger
-
FINEST indicates a highly detailed tracing message
- FIPA - package FIPA
- FIPA_BROKERING - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Brokering interaction protocol.
- FIPA_CONTRACT_NET - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Contract-Net interaction protocol.
- FIPA_DUTCH_AUCTION - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Auction-Dutch interaction protocol.
- FIPA_ENGLISH_AUCTION - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Auction-English interaction protocol.
- FIPA_ITERATED_CONTRACT_NET - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Iterated-Contract-Net interaction protocol.
- FIPA_PROPOSE - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Propose interaction protocol.
- FIPA_QUERY - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Query interaction protocol.
- FIPA_RECRUITING - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Recruiting interaction protocol.
- FIPA_REQUEST - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Request interaction protocol.
- FIPA_REQUEST_WHEN - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Request-When interaction protocol.
- FIPA_SL - Static variable in interface jade.domain.FIPANames.ContentLanguage
-
The FIPA-SL language, with no restriction on expressiveness.
- FIPA_SL0 - Static variable in interface jade.domain.FIPANames.ContentLanguage
-
The level-0 profile for the FIPA SL content language.
- FIPA_SL1 - Static variable in interface jade.domain.FIPANames.ContentLanguage
-
The level-1 profile for the FIPA-SL content language.
- FIPA_SL2 - Static variable in interface jade.domain.FIPANames.ContentLanguage
-
The level-2 profile for the FIPA-SL content language.
- FIPA_SUBSCRIBE - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The FIPA-Subscribe interaction protocol.
- FIPAAppletRequestProto - Class in jade.tools.applet
-
This class extends the AppletRequestProto in order to send a request for a FIPA Action.
- FIPAAppletRequestProto.NotYetReady - Exception in jade.tools.applet
- FIPAException - Exception in jade.domain
-
This class represents a generic FIPAException, i.e.
- FIPAException(ACLMessage) - Constructor for exception jade.domain.FIPAException
-
Constructs a
FIPAExceptionfrom the given ACL message. - FIPAException(String) - Constructor for exception jade.domain.FIPAException
-
Constructs a generic
FIPAException. - FIPAManagementOntology - Class in jade.domain.FIPAAgentManagement
-
This class represents the ontology defined by FIPA Agent Management specifications (document no.
- FIPAManagementVocabulary - Interface in jade.domain.FIPAAgentManagement
-
This interface contains all the string constants for frame and slot names defined in the
fipa-agent-managementontology. - FipaMessage - Class in FIPA
- FipaMessage() - Constructor for class FIPA.FipaMessage
- FipaMessage(Envelope[], byte[]) - Constructor for class FIPA.FipaMessage
- FipaMessageHelper - Class in FIPA
- FipaMessageHolder - Class in FIPA
- FipaMessageHolder() - Constructor for class FIPA.FipaMessageHolder
- FipaMessageHolder(FipaMessage) - Constructor for class FIPA.FipaMessageHolder
- FIPANames - Interface in jade.domain
-
This class provides a single access point for the set of constants already defined by FIPA.
- FIPANames.ACLCodec - Interface in jade.domain
-
Set of constants that identifies the Codec of ACL Messages and that can be assigned via
ACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT); - FIPANames.ContentLanguage - Interface in jade.domain
-
Set of constants that identifies the content languages and that can be assigned via
ACLMessage.setLanguage(FIPANames.ContentLanguage.SL0) - FIPANames.InteractionProtocol - Interface in jade.domain
-
Set of constants that identifies the Interaction Protocols and that can be assigned via
ACLMessage.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST) - FIPANames.MTP - Interface in jade.domain
-
Set of constants that identifies the Message Transport Protocols.
- FIPANames.Ontology - Interface in jade.domain
-
Set of constants that identifies the Ontology of ACL Messages and that can be assigned via
ACLMessage.setOntology(FIPANames.Ontology.SL0_ONTOLOGY); - FIPAProtocolNames - Interface in jade.proto
-
Deprecated.Use jade.domain.FIPANames.InteractionProtocol instead
- FIPAService - Class in jade.domain
-
This class provides a set of basic and static methods to perform the FIPA Agent Management actions.
- FIPAService() - Constructor for class jade.domain.FIPAService
- fireCaretEvent() - Method in class jade.tools.gui.ACLTextArea
- fireInsertUpdate(DocumentEvent) - Method in class jade.tools.gui.ACLSyntaxDocument
-
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
- fireNodeAdded() - Method in class jade.core.NodeFailureMonitor
-
Fire a NODE ADDED event
- fireNodeReachable() - Method in class jade.core.NodeFailureMonitor
-
Fire a NODE REACHABLE event
- fireNodeRemoved() - Method in class jade.core.NodeFailureMonitor
-
Fire a NODE REMOVED event
- fireNodeUnreachable() - Method in class jade.core.NodeFailureMonitor
-
Fire a NODE UNREACHABLE event
- fireRemoveUpdate(DocumentEvent) - Method in class jade.tools.gui.ACLSyntaxDocument
-
We overwrite this method to update the token marker state immediately so that any event listeners get a consistent token marker.
- first() - Method in interface jade.util.leap.SortedSet
-
Returns the first (lowest) element currently in this sorted set.
- first() - Method in class jade.util.leap.SortedSetImpl
- FIRST - Static variable in class jade.core.Filter
-
The constant indicating the first position in the filter chain
- firstInvalid - Variable in class jade.tools.gui.ACLTextAreaPainter
- firstLine - Variable in class jade.imtp.leap.http.HTTPPacket
- firstLine - Variable in class jade.tools.gui.ACLTextArea
- firstToken - Variable in class jade.tools.gui.ACLSLTokenMarker
-
The first token in the list.
- Float() - Method in class jade.lang.acl.ACLParser
- FLOAT - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- FLOAT - Static variable in class jade.content.onto.BasicOntology
- FLOATONE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- FLOATONE - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- FLOATONE - Static variable in interface jade.lang.acl.ACLParserConstants
- FLOATTWO - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- FLOATTWO - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- FLOATTWO - Static variable in interface jade.lang.acl.ACLParserConstants
- flush() - Method in class jade.imtp.leap.MicroStub
- flushMessages(AID) - Method in class jade.core.messaging.PersistentDeliveryProxy
- flushMessages(AID) - Method in interface jade.core.messaging.PersistentDeliverySlice
- fm - Variable in class jade.tools.gui.ACLTextAreaPainter
- focusedComponent - Static variable in class jade.tools.gui.ACLTextArea
- focusLost(FocusEvent) - Method in class jade.tools.gui.ACLComboBox
-
triggered when focus lost
- focusLost(FocusEvent) - Method in class jade.tools.gui.ACLTextArea
-
Description of the Method
- focusLost(FocusEvent) - Method in class jade.tools.gui.ACLTextField
-
triggered when focus lossed
- focusLost(FocusEvent) - Method in class jade.tools.gui.AIDTextField
-
Description of the Method
- focusLost(FocusEvent) - Method in class jade.tools.gui.EnvCommentsTextArea
-
triggered when focus lossed
- foo - Static variable in class jade.gui.GuiProperties
- foo - Static variable in class jade.tools.DummyAgent.GuiProperties
- foo - Static variable in class jade.tools.introspector.gui.GuiProperties
- foo - Static variable in class jade.tools.sniffer.GuiProperties
- FORALL - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FORALL_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FORALL_WHAT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- forceTransitionTo(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Temporarily disregards the FSM structure, and jumps to the given state.
- FOREACH - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FOREACH_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FOREACH_WHAT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FOREACH_WHERE - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- FOREIGN_AGENT - Static variable in class jade.core.AgentDescriptor
- format(String) - Static method in class jade.tools.sl.SLFormatter
-
Formats an ACL/SL string.
- FORWARD - Static variable in class jade.imtp.leap.Command
- Frame - Interface in jade.content.frame
-
Generic interface representing all non-primitive elements that can appear in a content expression.
- FrameException - Exception in jade.content.frame
-
Generic exception of the Frame-based content support.
- FrameException(String) - Constructor for exception jade.content.frame.FrameException
-
Construct a
FrameExceptionwith a given message. - FrameException(String, Throwable) - Constructor for exception jade.content.frame.FrameException
-
Construct a
FrameExceptionwith a given message and a given nested Throwable. - freezeAgent(AID, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- FreezeAgent - Class in jade.domain.persistence
-
This class represents the
freeze-agentaction of theJADE-Persistenceontology. - FreezeAgent() - Constructor for class jade.domain.persistence.FreezeAgent
- FREEZEAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- FREEZEAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- FREEZEAGENT_BUFFERCONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- FREEZEAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- freezeAgentNode(String, String, String) - Method in class jade.gui.AgentTree
- FriendListAuthentication - Class in jade.mtp.http.https
-
This class implements a concrete behaviour for HTTPS Trust decisions.
- FriendListAuthentication() - Constructor for class jade.mtp.http.https.FriendListAuthentication
- from - Variable in class FIPA.Envelope
- from - Variable in class FIPA.ReceivedObject
- FROM_TAG - Static variable in class jade.mtp.http.XMLCodec
- fromList(List) - Method in class jade.util.leap.ArrayList
-
Fill this list with the content of a given
java.util.Listobject. - fromObject(Object) - Method in class jade.content.onto.Ontology
-
Converts a Java object into a proper abstract descriptor.
- fromObject(Object, Ontology) - Method in class jade.content.onto.BasicOntology
-
This method is redefined as BasicOntology does not use an Introspector for performance reason
- fromObject(Object, Ontology) - Method in class jade.content.onto.JavaCollectionOntology
- fromObject(Object, Ontology) - Method in class jade.content.onto.Ontology
-
Converts a Java object into a proper abstract descriptor.
- fromObject(Object, Ontology) - Method in class jade.content.onto.SerializableOntology
- fromString(String) - Method in class jade.mtp.http.BasicFipaDateTime
- FRONT_END_HOST - Static variable in interface jade.imtp.leap.nio.BEManagementHelper
-
Key to be specified to retrieve the IP address of the device the front end of a given split container is running.
- FrontEnd - Interface in jade.core
- FrontEndDispatcher - Class in jade.imtp.leap.JICP
-
Single full-duplex connection based Front End side dispatcher class
- FrontEndDispatcher() - Constructor for class jade.imtp.leap.JICP.FrontEndDispatcher
- FrontEndSDispatcher - Class in jade.imtp.leap.JICP
-
class for setting up a secure FrontEndDispatcher
- FrontEndSDispatcher() - Constructor for class jade.imtp.leap.JICP.FrontEndSDispatcher
- FrontEndSkel - Class in jade.imtp.leap
-
Class declaration
- FrontEndSkel(FrontEnd) - Constructor for class jade.imtp.leap.FrontEndSkel
- FrontEndStub - Class in jade.imtp.leap
-
Class declaration
- FrontEndStub(Dispatcher) - Constructor for class jade.imtp.leap.FrontEndStub
- FROZEN_AGENT - Static variable in class jade.core.event.PlatformEvent
- FROZEN_AGENT_TYPE - Static variable in class jade.gui.AgentTree
- FROZEN_AGENTS_FOLDER_NAME - Static variable in class jade.gui.AgentTree
- FROZEN_CONTAINER_TYPE - Static variable in class jade.gui.AgentTree
- frozenAgent(AID, ContainerID) - Method in interface jade.core.MainContainer
- frozenAgent(AID, ContainerID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just frozen
- frozenAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- frozenAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- FrozenAgent - Class in jade.domain.introspection
-
An introspection event, recording the freezing of a formerly active agent within the platform.
- FrozenAgent() - Constructor for class jade.domain.introspection.FrozenAgent
-
Default constructor.
- FROZENAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- FROZENAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- FROZENAGENT_BUFFERCONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- FROZENAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- FSMBehaviour - Class in jade.core.behaviours
-
Composite behaviour with Finite State Machine based children scheduling.
- FSMBehaviour() - Constructor for class jade.core.behaviours.FSMBehaviour
-
Default constructor, does not set the owner agent.
- FSMBehaviour(Agent) - Constructor for class jade.core.behaviours.FSMBehaviour
-
This constructor sets the owner agent.
G
- GatewayAgent - Class in jade.wrapper.gateway
-
This agent is the gateway able to execute all commands requests received via JadeGateway.
- GatewayAgent() - Constructor for class jade.wrapper.gateway.GatewayAgent
- GatewayBehaviour - Class in jade.wrapper.gateway
-
This is a cyclic behaviour that processes the commands received via JadeGateway.
- GatewayBehaviour() - Constructor for class jade.wrapper.gateway.GatewayBehaviour
- GatewayListener - Interface in jade.wrapper.gateway
- GC_INTERVAL - Static variable in class jade.domain.DFHSQLKB
- generateDeliveryID(AID, GenericMessage, AID) - Method in class jade.core.messaging.MomMessagingService
- generateParseException() - Method in class jade.lang.acl.ACLParser
- GenericCommand - Class in jade.core
-
A generic implementation of the
Commandinterface, operating at the meta-level to provide a generic transformation of method invocations. - GenericCommand(String, String, String) - Constructor for class jade.core.GenericCommand
-
Creates a new generic command, with the given name and belonging to the given service and interaction.
- GenericMessage - Class in jade.core.messaging
-
Generic class to manage a unified representation of messages (ACLMessage or Payload+Envelope)
- GenericMessage() - Constructor for class jade.core.messaging.GenericMessage
- GenericMessage(Envelope, byte[]) - Constructor for class jade.core.messaging.GenericMessage
- GenericMessage(ACLMessage) - Constructor for class jade.core.messaging.GenericMessage
- get() - Method in class jade.content.abs.AbsExtendedPrimitive
- get() - Method in class jade.tools.introspector.Sensor
- get() - Method in class jade.util.InputQueue
-
Extract the first object in the queue (if any).
- get() - Method in class jade.util.leap.RoundList
-
Returns the current
elementin the list and updates the pointer such that the current becomes the next element in the list. - get(int) - Method in class jade.content.abs.AbsAggregate
-
Retrieves the
i-th element in this aggregate. - get(int) - Method in class jade.content.abs.AbsContentElementList
-
Retrieves the
i-th element in this content element list. - get(int) - Method in class jade.content.ContentElementList
-
Retrieves the
i-th element in this content element list. - get(int) - Method in class jade.util.leap.ArrayList
- get(int) - Method in class jade.util.leap.LinkedList
- get(int) - Method in interface jade.util.leap.List
-
Returns the element at the specified position in this list.
- get(Object) - Method in class jade.util.ExtendedProperties
-
Get the object associated with a key.
- get(Object) - Method in class jade.util.HashCache
-
Retrieves a cached element.
- get(Object) - Method in class jade.util.leap.HashMap
- get(Object) - Method in interface jade.util.leap.Map
-
Returns the value to which this map maps the specified key.
- GET_ADDRESS_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to get the local address
- GET_ALL_LOGGERS - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- GET_ALL_LOGGERS_FILTER - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- GET_ALL_LOGGERS_TYPE - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- GET_CONFIG_OPTIONS_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to get the local address
- GET_PLATFORM_NAME - Static variable in class jade.imtp.leap.Command
- GET_SERVER_TIME_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- GET_SERVER_TIME_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying requests to retrieve the current server time
- getAbsObject(int) - Method in class jade.content.abs.AbsObjectImpl
-
This method enables all order-based getter methods in AbsPredicate
- getAbsObject(int) - Method in class jade.content.abs.AbsPredicate
- getAbsObject(String) - Method in class jade.content.abs.AbsAggregate
-
Overrides this method to check that name is of the form Codec.UNNAMEDPERFIX+index
- getAbsObject(String) - Method in class jade.content.abs.AbsContentElementList
-
Makes no sense in the case of an AbsContentElementList that has no attribute --> Just return null
- getAbsObject(String) - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute --> Just return null
- getAbsObject(String) - Method in interface jade.content.abs.AbsObject
-
Gets the value of an attribute of the object held by this abstract descriptor.
- getAbsObject(String) - Method in class jade.content.abs.AbsObjectImpl
-
Gets the value of an attribute of the object held by this abstract descriptor.
- getAbsObject(String) - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute --> Just return null
- getAbsObject(String) - Method in class jade.content.onto.ConceptSlotFunction
- getAbsTerm(String) - Method in class jade.content.abs.AbsConcept
-
Gets the value of an attribute of the concept held by this abstract descriptor.
- getAbsTerm(String) - Method in class jade.content.abs.AbsPredicate
-
Gets the value (casted as an AbsTerm) of an attribute of the predicate held by this abstract descriptor.
- getAbsType() - Method in class jade.content.abs.AbsAgentAction
- getAbsType() - Method in class jade.content.abs.AbsAggregate
- getAbsType() - Method in class jade.content.abs.AbsConcept
- getAbsType() - Method in class jade.content.abs.AbsConceptSlotFunction
- getAbsType() - Method in class jade.content.abs.AbsContentElementList
- getAbsType() - Method in class jade.content.abs.AbsExtendedPrimitive
- getAbsType() - Method in class jade.content.abs.AbsIRE
- getAbsType() - Method in interface jade.content.abs.AbsObject
- getAbsType() - Method in class jade.content.abs.AbsObjectImpl
- getAbsType() - Method in class jade.content.abs.AbsPredicate
- getAbsType() - Method in class jade.content.abs.AbsPrimitive
- getAbsType() - Method in class jade.content.abs.AbsReference
- getAbsType() - Method in class jade.content.abs.AbsVariable
- getAcceptedIssuers() - Method in class jade.mtp.http.https.FriendListAuthentication
- getAcceptedIssuers() - Method in class jade.mtp.http.https.NoAuthentication
- getAcceptedIssuers() - Method in class jade.mtp.http.https.StrongAuthentication
- getACLMessage() - Method in class jade.core.messaging.GenericMessage
- getACLMessage() - Method in exception jade.domain.FIPAAgentManagement.FailureException
- getACLMessage() - Method in exception jade.domain.FIPAAgentManagement.RefuseException
- getACLMessage() - Method in exception jade.domain.FIPAException
-
Retrieve the ACL message whose content is represented by this exception.
- getAclRepresentation() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
acl-representationslot of this object. - getAclRepresentation() - Method in class jade.domain.introspection.ACLMessage
-
Retrieve the representation of the message payload.
- getAct() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedAct
- getAct() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedAct
- getAction() - Method in class jade.content.onto.basic.Action
- getAction() - Method in class jade.content.onto.basic.Done
- getAction() - Method in class jade.content.onto.basic.Result
- getActionName() - Method in class jade.tools.sniffer.SnifferAction
- getActionNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all agent actions defined in this ontology (including extended ontologies).
- getActor() - Method in class jade.content.onto.basic.Action
- getActualActor() - Method in class jade.core.behaviours.ActionExecutor
- getAddress() - Method in class jade.core.Channel
- getAddress() - Method in class jade.core.ContainerID
-
Retrieve the IP address of the host, the described container is running on.
- getAddress() - Method in interface jade.core.Location
-
Read the address for a location.
- getAddress() - Method in class jade.core.PlatformID
- getAddress() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the
addressslot of this event, containing the address URL of the newly added MTP. - getAddress() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the
addressslot of this event, containing the address URL of the newly removed MTP. - getAddress() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the
addressslot of this action, containing the address URL of the MTP to install. - getAddress() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Retrieve the value of the
addressslot of this action, containing the address URL of the MTP to uninstall. - getAddress() - Method in class jade.gui.AgentTree.AgentNode
- getAddress() - Method in class jade.mtp.http.KeepAlive.KAConnection
- getAddress() - Method in class jade.util.TransportAddressWrapper
- getAddresses() - Method in class jade.mtp.MTPDescriptor
- getAddressesArray() - Method in class jade.core.AID
-
Returns an array of string containing all the addresses of the agent
- getAgent() - Method in class jade.core.behaviours.Behaviour
- getAgent() - Method in class jade.core.event.AgentEvent
- getAgent() - Method in class jade.core.event.ContainerEvent
- getAgent() - Method in class jade.core.event.MessageEvent
- getAgent() - Method in class jade.core.event.PlatformEvent
-
Returns the
AIDof the agent that was born, died, or moved. - getAgent() - Method in class jade.domain.introspection.AddedBehaviour
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent the behaviour was added to. - getAgent() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly born agent. - getAgent() - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent whose ownership changed. - getAgent() - Method in class jade.domain.introspection.ChangedAgentState
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent whose state changed. - getAgent() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent whose behaviour state changed. - getAgent() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly dead agent. - getAgent() - Method in class jade.domain.introspection.FrozenAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly suspended agent. - getAgent() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly moved agent. - getAgent() - Method in class jade.domain.introspection.RemovedBehaviour
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent owning the newly removed behaviour. - getAgent() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly resumed agent. - getAgent() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly suspended agent. - getAgent() - Method in class jade.domain.introspection.ThawedAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the newly suspended agent. - getAgent() - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Retrieve the value of the
agentslot of this event, containing the agent identifier of the agent to terminate. - getAgent() - Method in class jade.domain.persistence.DeleteAgent
- getAgent() - Method in class jade.domain.persistence.FreezeAgent
- getAgent() - Method in class jade.domain.persistence.LoadAgent
- getAgent() - Method in class jade.domain.persistence.ReloadAgent
- getAgent() - Method in class jade.domain.persistence.SaveAgent
- getAgent() - Method in class jade.domain.persistence.ThawAgent
- getAgent() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- getAgent(String) - Static method in class jade.core.MicroRuntime
-
Get agent proxy to local agent given its name.
- getAgent(String) - Method in class jade.wrapper.ContainerController
-
Get a controller (i.e.
- getAgent(String) - Method in interface jade.wrapper.PlatformController
-
Get agent proxy to local agent given its name.
- getAgent(String, boolean) - Method in class jade.wrapper.ContainerController
-
Get a controller (i.e.
- getAgentArgument(String, List) - Method in class jade.BootHelper
- getAgentClassLoader(AID) - Method in class jade.core.management.CodeLocator
-
Get the agent associated classloader.
- getAgentGUID() - Method in class jade.core.event.PlatformEvent
- getAgentGUID() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the global agent name (i.e.
- getAgentIdentifier() - Method in class jade.domain.JADEAgentManagement.WhereIsAgentAction
-
Retrieve the value of the
agent-identifierslot of this action, containing the agent identifier for the agent whose location is requested. - getAgentImage(AID) - Method in class jade.core.BackEndContainer
- getAgentImages() - Method in class jade.core.BackEndContainer
- getAgentList() - Method in class jade.tools.sniffer.MMCanvas
-
Returns an handler to the agent list.
- getAgentLocation(AID) - Method in class jade.core.messaging.MessagingProxy
- getAgentLocation(AID) - Method in class jade.core.messaging.MessagingService
- getAgentLocation(AID) - Method in interface jade.core.messaging.MessagingSlice
- getAgentLocation(AID) - Method in class jade.core.replication.AgentReplicationProxy
- getAgentLocation(AID) - Method in interface jade.core.replication.AgentReplicationSlice
- getAgentName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the
agent-nameslot of this event, containing the local name (i.e. - getAgentName() - Static method in class jade.tools.rma.StartDialog
- getAgentProfile() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the
agent-profileslot of this event, containing the profile for the descrbed agent. - getAgents() - Method in class jade.tools.sniffer.AgentList
- getAgentState() - Method in class jade.core.Agent
- getAgentUser() - Static method in class jade.tools.rma.StartDialog
- getAgentVersion() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the
agent-versionslot of this event, containing the version string for the described agent. - getAggregationInfo(String, int) - Static method in class jade.core.sam.SAMInfo
- getAID() - Method in class jade.core.Agent
-
Method to query the private Agent ID.
- getAID(String) - Method in class jade.core.Agent
-
Method to build a complete agent GUID belonging to the same platform of the current agent
- getAlgorithm() - Method in interface jade.security.SDSIName
-
Returns the standard algorithm name for this key.
- getAllAddresses() - Method in class jade.core.AID
-
Returns an iterator of all the addresses of the agent.
- getAllAddresses() - Method in class jade.domain.FIPAAgentManagement.APService
-
Access all addresses from the
addressesslot collection of this object. - getAllAPServices() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Access all services from the
ap-servicesslot collection of this object. - getAllArguments() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Remove all objects from the
argumentsslot collection of this object. - getAllChildren() - Method in class jade.core.BehaviourID
-
Retrieve the list of all the children behaviour IDs, as an iterator object.
- getAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Access all agent identifiers from the
debugged-agentsslot collection of this object. - getAllDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Access all agent identifiers from the
debugged-agentsslot collection of this object. - getAllEvents() - Method in class jade.domain.introspection.StartNotify
-
Remove all event names from the
eventsslot collection of this object. - getAllEvents() - Method in class jade.domain.introspection.StopNotify
-
Remove all event names from the
eventsslot collection of this object. - getAllInstances() - Static method in class jade.core.AgentState
-
Access the whole prototypes array.
- getAllIntendedReceiver() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all agent identifiers from the
intended receiverslot collection of this object. - getAllIntendedReceiver() - Method in class jade.lang.acl.ACLMessage
-
retrieve the whole list of intended receivers for this message.
- getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all content language names from the
languagesslot collection of this object. - getAllLanguages() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all content language names from the
languagesslot collection of this object. - GetAllLoggers - Class in jade.tools.logging.ontology
- GetAllLoggers() - Constructor for class jade.tools.logging.ontology.GetAllLoggers
- GetAllLoggers(String, String) - Constructor for class jade.tools.logging.ontology.GetAllLoggers
- getAllLogInfo() - Method in class jade.tools.logging.JavaLoggingLogManagerImpl
- getAllLogInfo() - Method in interface jade.tools.logging.LogManager
-
Returns a list of
LoggerInfoobjects each one describing a logger active in the local JVM. - getAllNodes(boolean) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Retrieve all stored reachable nodes
- getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all ontology names from the
ontologiesslot collection of this object. - getAllOntologies() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all ontology names from the
ontologiesslot collection of this object. - getAllParameter() - Method in class jade.gui.GuiEvent
-
Get an Iterator over all the parameters.
- getAllPerformativeNames() - Static method in class jade.lang.acl.ACLMessage
-
Returns the list of the communicative acts as an array of
String. - getAllProperties() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all properties from the
propertiesslot collection of this object. - getAllProperties() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all properties from the
propertiesslot collection of this object. - getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all protocol names from the
protocolsslot collection of this object. - getAllProtocols() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Access all protocol names from the
protocolsslot collection of this object. - getAllReceiver() - Method in class jade.lang.acl.ACLMessage
-
Reads
:receiverslot. - getAllReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Reads
:reply_toslot. - getAllResolvers() - Method in class jade.core.AID
-
Returns an iterator of all the resolvers.
- getAllServices() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Access all service descriptions from the
servicesslot collection of this object. - getAllSlices() - Method in class jade.core.BaseService
-
The
getAllSlices()implementation of this class directly retrieves the current list of slices from the Service Manager. - getAllSlices() - Method in interface jade.core.Service
-
Retrieve the whole array of slices that compose this service.
- getAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Access all agent identifiers from the
sniffed-agentsslot collection of this object. - getAllSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Access all agent identifiers from the
sniffed-agentsslot collection of this object. - getAllTo() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access all agent identifiers from the
toslot collection of this object. - getAllUserDefinedParameters() - Method in class jade.lang.acl.ACLMessage
-
Return all user defined parameters of this ACLMessage in form of a Properties object
- getAllUserDefinedSlot() - Method in class jade.core.AID
-
Returns the user-defined slots as properties.
- getAMS() - Method in class jade.core.Agent
-
Get the Agent ID for the platform AMS.
- getAMS() - Method in interface jade.core.AgentContainer
- getAmsAID() - Method in class jade.core.PlatformID
- getAmsAID() - Method in class jade.gui.AgentTree.RemotePlatformNode
- getAMSBehaviour() - Method in class jade.core.BaseService
-
This should be properly implemented by the services that require a service specific Behaviour running in the AMS.
- getAMSBehaviour() - Method in interface jade.core.Service
-
Retrieve a behaviour that is associated with this service, and that will be deployed within the AMS.
- getAMSDelegation() - Method in class jade.core.AgentDescriptor
- getAMSDescription() - Method in class jade.gui.AgentTree.RemoteAgentNode
- getAMSDescription(AID) - Method in interface jade.core.AgentManager
- getAMSDescription(AID) - Method in class jade.core.MainContainerImpl
-
Return the AMS description of an agent
- getAnchor() - Method in class jade.imtp.leap.http.HTTPAddress
-
Method declaration
- getAnchor() - Method in class jade.imtp.leap.JICP.JICPAddress
-
Method declaration
- getAnchor() - Method in class jade.imtp.rmi.RMIAddress
-
Method declaration
- getAnchor() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of anchor
- getAnchor() - Method in interface jade.mtp.TransportAddress
- getAPDescription() - Method in class jade.gui.AgentTree.RemotePlatformNode
- getArgProperties() - Method in class jade.BootProfileImpl
-
Return the properties collection which resulted from the arguments.
- getArgs() - Method in class jade.core.Specifier
-
Retrieve the argument list for this specifier.
- getArgSeparator() - Static method in class jade.core.Specifier
- getArgumentName() - Method in exception jade.domain.FIPAAgentManagement.MissingArgument
- getArgumentName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedArgument
- getArguments() - Method in class jade.core.Agent
-
Get the array of arguments passed to this agent.
- getArguments() - Static method in class jade.tools.rma.StartDialog
- getAttribute() - Method in class jade.content.abs.AbsReference
- getBackEnd(FrontEnd, Properties) - Method in interface jade.core.FEConnectionManager
-
Set up a permanent connection to a remote BackEnd and return a stub of it.
- getBackEnd(FrontEnd, Properties) - Method in class jade.imtp.leap.http.HTTPFEDispatcher
-
Create a BackEnd in the fixed network and return a stub to communicate with it
- getBackEnd(FrontEnd, Properties) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Connect to a remote BackEnd and return a stub to communicate with it
- getBackEnd(FrontEnd, Properties) - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
-
Connect to a remote BackEnd and return a stub to communicate with it
- getBaseSchema() - Static method in class jade.content.schema.AgentActionSchema
-
Retrieve the generic base schema for all agent actions.
- getBaseSchema() - Static method in class jade.content.schema.AggregateSchema
-
Retrieve the generic base schema for all aggregates.
- getBaseSchema() - Static method in class jade.content.schema.ConceptSchema
-
Retrieve the generic base schema for all concepts.
- getBaseSchema() - Static method in class jade.content.schema.ContentElementListSchema
-
Retrieve the generic base schema for all content element lists.
- getBaseSchema() - Static method in class jade.content.schema.ContentElementSchema
-
Retrieve the generic base schema for all content elements.
- getBaseSchema() - Static method in class jade.content.schema.IRESchema
-
Retrieve the generic base schema for all ire-s.
- getBaseSchema() - Static method in class jade.content.schema.ObjectSchema
-
Retrieve the generic base schema for all objects.
- getBaseSchema() - Static method in class jade.content.schema.PredicateSchema
-
Retrieve the generic base schema for all predicates.
- getBaseSchema() - Static method in class jade.content.schema.PrimitiveSchema
-
Retrieve the generic base schema for all primitives.
- getBaseSchema() - Static method in class jade.content.schema.ReferenceSchema
-
Retrieve the generic base schema for all references.
- getBaseSchema() - Static method in class jade.content.schema.TermSchema
-
Retrieve the generic base schema for terms.
- getBaseSchema() - Static method in class jade.content.schema.VariableSchema
-
Retrieve the generic base schema for all variables.
- getBeginColumn() - Method in class jade.content.lang.sl.SimpleCharStream
- getBeginColumn() - Method in class jade.lang.acl.SimpleCharStream
- getBeginLine() - Method in class jade.content.lang.sl.SimpleCharStream
- getBeginLine() - Method in class jade.lang.acl.SimpleCharStream
- getBehaviour() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- getBehaviour() - Method in class jade.core.event.AgentEvent
- getBehaviour() - Method in class jade.domain.introspection.AddedBehaviour
-
Retrieve the value of the
behaviourslot of this event, containing the behaviour identifier of the newly added behaviour. - getBehaviour() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve the value of the
behaviourslot of this event, containing the behaviour identifier of the behaviour whose state changed. - getBehaviour() - Method in class jade.domain.introspection.RemovedBehaviour
-
Retrieve the value of the
behaviourslot of this event, containing the behaviour identifier of the newly removed behaviour. - getBehaviour() - Method in class jade.tools.introspector.gui.BehaviourTreeNode
- getBehaviourFrom() - Method in class jade.core.event.AgentEvent
- getBehaviourName() - Method in class jade.core.behaviours.Behaviour
-
Retrieve the name of this behaviour object.
- getBehaviourPanel() - Method in class jade.tools.introspector.gui.MainWindow
- getBehavioursCnt() - Method in class jade.core.Agent
-
Return the number of behaviours currently included in the agent pool (both runnable and blocked).
- getBehaviourText() - Method in class jade.tools.introspector.gui.BehaviourPanel
- getBehaviourTo() - Method in class jade.core.event.AgentEvent
- getBehaviourTree() - Method in class jade.tools.introspector.gui.BehaviourPanel
- getBEServiceClassName() - Method in class jade.core.FEService
-
In many cases for the Front-End service to work properly it is necessary that the real service (or possibly a modified version of it) is active in the Back-End.
- getBEServiceClassName() - Method in class jade.core.messaging.TopicManagementFEService
- getBoolean() - Method in class jade.content.abs.AbsPrimitive
- getBoolean(Object) - Method in class jade.content.frame.QualifiedFrame
-
Utility method to retrieve a value of type
booleanfrom this Frame. - getBoolean(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
booleandirectly as abooleani.e. - getBooleanProperty(String, boolean) - Method in class jade.core.Profile
-
Retrieve a boolean value for a configuration property.
- getBooleanProperty(String, boolean) - Method in class jade.core.ProfileImpl
-
Retrieve a boolean value for a configuration property.
- getBooleanProperty(String, boolean) - Method in class jade.util.ExtendedProperties
-
Extract a string value ("true" or "false") and convert it to a boolean.
- getBootProperties() - Method in class jade.core.Agent
-
Return the configuration properties exactly as they were passed to the Profile before starting the local JADE container.
- getBootProperties() - Method in class jade.core.Profile
-
Retrieve the configuration properties as they were passed to this Profile object, i.e.
- getBootProperties() - Method in class jade.core.ProfileImpl
-
Retrieve the configuration properties as they were passed to this Profile object, i.e.
- getBracketHighlightColor() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the bracket highlight color.
- getBracketLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the line of the highlighted bracket (the bracket matching the one before the caret)
- getBracketPosition() - Method in class jade.tools.gui.ACLTextArea
-
Returns the position of the highlighted bracket (the bracket matching the one before the caret)
- getBufferContainer() - Method in class jade.domain.introspection.FrozenAgent
-
Retrieve the value of the
buffer-containerslot of this event, containing the container identifier of the container where the frozen agent will appear to reside (and where ACL messages for that agent will be redirected and buffered). - getBufferContainer() - Method in class jade.domain.introspection.ThawedAgent
-
Retrieve the value of the
buffer-containerslot of this event, containing the container identifier of the container where the frozen agent will appear to reside (and where ACL messages for that agent will be redirected and buffered). - getBufferContainer() - Method in class jade.domain.persistence.FreezeAgent
- getBufferIncreaseSize() - Static method in class jade.imtp.leap.nio.BEManagementService
- getBy() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the
byslot of this object. - getByteSequence() - Method in class jade.content.abs.AbsPrimitive
- getByteSequence(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
byte[]directly as abyte[]i.e. - getByteSequenceContent() - Method in class jade.lang.acl.ACLMessage
-
Reads
:contentslot. - getCancel() - Method in class jade.domain.introspection.AMSSubscriber
-
Retrieve the
cancelACL message used to cancel the subscription to the AMS. - getCancel() - Method in class jade.tools.ToolAgent
-
Retrieve the
cancelACL message with which this tool agent removes its subscription with the AMS. - getCardMax() - Method in class jade.content.schema.facets.CardinalityFacet
- getCardMin() - Method in class jade.content.schema.facets.CardinalityFacet
- getCaretColor() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the caret color.
- getCaretLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the caret line.
- getCaretPosition() - Method in class jade.tools.gui.ACLTextArea
-
Returns the caret position.
- getCertificateChain(String) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- getChannel() - Method in class jade.core.event.MTPEvent
- getChannel() - Method in class jade.imtp.leap.nio.NIOJICPConnection
- getChildren() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method returns a Collection view of the children of this
CompositeBehaviour - getChildren() - Method in class jade.core.behaviours.FSMBehaviour
-
Return a Collection view of the children of this
SequentialBehaviour - getChildren() - Method in class jade.core.behaviours.ParallelBehaviour
-
Return a Collection view of the children of this
ParallelBehaviour - getChildren() - Method in class jade.core.behaviours.SequentialBehaviour
-
Return a Collection view of the children of this
SequentialBehaviour - getChildrenDF() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
-
Deprecated.Use getDescription() instead.
- getChildrenDF() - Method in class jade.domain.DFGUIManagement.Federate
-
Deprecated.Use getDescription() instead.
- getClassForElement(String) - Method in class jade.content.onto.Ontology
-
Retrieves the concrete class associated with element
namein this ontology. - getClassName() - Method in class jade.core.BehaviourID
-
Retrieve the class name implementing the agent behaviour described by this ID.
- getClassName() - Method in class jade.core.Specifier
-
Retrieve the class name of this specifier.
- getClassName() - Method in class jade.domain.introspection.BornAgent
- getClassName() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the
class-nameslot of this event, containing the name of the Java class implementing the agentto create. - getClassName() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the
class-nameslot of this action, containing the name of the Java class implementing the MTP endpoint to install. - getClassName() - Method in class jade.domain.mobility.LoadBehaviour
- getClassName() - Method in class jade.mtp.MTPDescriptor
- getClassName() - Static method in class jade.tools.rma.StartDialog
- getClasspathLocations() - Method in class jade.util.ClassFinder
-
Determine every URL location defined by the current classpath, and it's associated package name.
- getClassSite(Agent) - Method in class jade.core.mobility.AgentMobilityService
-
Retrieve the name of the container where the classes of a given agent can be found
- getClientAliases(String, Principal[]) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- getClientSocketFactory() - Method in class jade.imtp.rmi.RMIIMTPManager
-
Creates the client socket factory, which will be used to instantiate a
UnicastRemoteObject. - getCloneOfDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOff
-
This method is called by the AMS in order to prepare an RMI call.
- getCloneOfDebuggedAgents() - Method in class jade.domain.JADEAgentManagement.DebugOn
-
This method is called by the AMS in order to prepare an RMI call.
- getCloneOfSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOff
-
This method is called by the AMS in order to prepare an RMI call.
- getCloneOfSniffedAgents() - Method in class jade.domain.JADEAgentManagement.SniffOn
-
This method is called by the AMS in order to prepare an RMI call.
- getCloneOriginator() - Method in class jade.domain.introspection.BornAgent
- getCode() - Method in class jade.core.BehaviourID
-
Retrieve the code of this behaviour ID.
- getCode() - Method in class jade.domain.mobility.LoadBehaviour
- getCode() - Method in class jade.imtp.leap.http.HTTPResponse
- getCode() - Method in interface jade.wrapper.State
-
Return the integer code assigned to the state.
- getCode() - Method in class jade.wrapper.StateBase
-
Return the integer code that identifies this state.
- getCodeLocator() - Method in class jade.core.management.AgentManagementService
- getColor() - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns the color specified in this style.
- getColumn() - Method in class jade.content.lang.sl.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class jade.lang.acl.SimpleCharStream
-
Deprecated.
- getColumnClass(int) - Method in class jade.tools.introspector.gui.MessageTableModel
- getColumnCount() - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- getColumnCount() - Method in class jade.tools.introspector.gui.MessageTableModel
- getColumnName(int) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- getColumnName(int) - Method in class jade.tools.introspector.gui.MessageTableModel
- getComboValues() - Method in class jade.PropertyType
-
Returns the combo values for the property.
- getCommand() - Method in class jade.imtp.leap.MicroStub.PostponedCommand
- getCommandFilter(boolean) - Method in class jade.core.BaseService
-
This should be properly implemented by the services that have filters.
- getCommandFilter(boolean) - Method in class jade.core.event.NotificationService
- getCommandFilter(boolean) - Method in class jade.core.faultRecovery.FaultRecoveryService
- getCommandFilter(boolean) - Method in class jade.core.management.AgentManagementService
- getCommandFilter(boolean) - Method in class jade.core.management.BEAgentManagementService
- getCommandFilter(boolean) - Method in class jade.core.messaging.LightMessagingService
-
Access the command filter this service needs to perform its tasks.
- getCommandFilter(boolean) - Method in class jade.core.messaging.MessagingService
-
Access the command filter this service needs to perform its tasks.
- getCommandFilter(boolean) - Method in class jade.core.messaging.PersistentDeliveryService
- getCommandFilter(boolean) - Method in class jade.core.messaging.TopicManagementService
- getCommandFilter(boolean) - Method in class jade.core.mobility.AgentMobilityService
- getCommandFilter(boolean) - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getCommandFilter(boolean) - Method in class jade.core.replication.AddressNotificationService
- getCommandFilter(boolean) - Method in class jade.core.replication.AgentReplicationService
- getCommandFilter(boolean) - Method in class jade.core.replication.MainReplicationService
- getCommandFilter(boolean) - Method in class jade.core.sam.SAMService
- getCommandFilter(boolean) - Method in interface jade.core.Service
-
Access the command filter this service needs to perform its tasks.
- getCommandLineAgentSpecifiers(Vector) - Method in class jade.BootHelper
-
parse an array of Strings and return an Iterator of
SpecifierThis method is declared public because it is currently used byjade.tools.rma.StartNewAgentAction - getCommandProcessor() - Method in class jade.core.Profile
-
Obtain a reference to the container Command Processor, which manages kernel-level commands dispatching them to the proper platform services.
- getCommandProcessor() - Method in class jade.core.ProfileImpl
- getCommandSink(boolean) - Method in class jade.core.BaseService
-
This should be properly implemented by the services that have sinks.
- getCommandSink(boolean) - Method in class jade.core.event.NotificationService
- getCommandSink(boolean) - Method in class jade.core.management.AgentManagementService
- getCommandSink(boolean) - Method in class jade.core.management.BEAgentManagementService
- getCommandSink(boolean) - Method in class jade.core.messaging.LightMessagingService
-
Access the command sink this service uses to handle its own vertical commands.
- getCommandSink(boolean) - Method in class jade.core.messaging.MessagingService
-
Access the command sink this service uses to handle its own vertical commands.
- getCommandSink(boolean) - Method in class jade.core.messaging.MomMessagingService
- getCommandSink(boolean) - Method in class jade.core.mobility.AgentMobilityService
- getCommandSink(boolean) - Method in class jade.core.replication.AddressNotificationService
- getCommandSink(boolean) - Method in interface jade.core.Service
-
Access the command sink this service uses to handle its own vertical commands.
- getComments() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
commentsslot of this object. - getConcept() - Method in class jade.content.onto.ConceptSlotFunction
- getConceptNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all concepts defined in this ontology (including extended ontologies).
- getCondition() - Method in class jade.content.onto.basic.Done
- getConnection() - Method in class jade.domain.KBManagement.DBKB.ConnectionWrapper
- getConnection(HTTPAddress) - Method in class jade.mtp.http.KeepAlive
-
get the socket of the connection when addr make matching
- getConnection(TransportAddress) - Method in class jade.imtp.leap.http.HTTPFEDispatcher
- getConnection(TransportAddress) - Method in class jade.imtp.leap.http.HTTPFESDispatcher
- getConnection(TransportAddress) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
subclasses may overwrite this to provide their version of a JICPConnection
- getConnection(TransportAddress) - Method in class jade.imtp.leap.JICP.BIFESDispatcher
- getConnection(TransportAddress) - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
-
subclasses may overwrite this to provide their version of a JICPConnection
- getConnection(TransportAddress) - Method in class jade.imtp.leap.JICP.FrontEndSDispatcher
- getConnectionFactory() - Method in class jade.imtp.leap.http.HTTPPeer
-
Re-define the getConnectionFactory
- getConnectionFactory() - Method in class jade.imtp.leap.http.HTTPSPeer
- getConnectionFactory() - Method in class jade.imtp.leap.JICP.JICPPeer
-
Subclasses may re-define this method to return their own ConnectionFactory
- getConnectionFactory() - Method in class jade.imtp.leap.JICP.JICPSPeer
-
Subclasses may re-define this method to return their own ConnectionFactory
- getConnectionFactory() - Method in interface jade.imtp.leap.JICP.ProtocolManager
- getConnectionFactory() - Method in class jade.imtp.leap.nio.NIOHTTPPeer
- getConnectionFactory() - Method in class jade.imtp.leap.nio.NIOHTTPSPeer
- getConnectionFactory() - Method in class jade.imtp.leap.nio.NIOJICPPeer
- getConnectionFactory() - Method in class jade.imtp.leap.nio.NIOJICPSPeer
- getConnectionWrapper() - Method in class jade.domain.KBManagement.DBKB
- getConstraints() - Method in class jade.domain.DFGUIManagement.SearchOn
- getConstraints() - Method in class jade.domain.FIPAAgentManagement.Search
-
Retrieve the
constraintsslot of this object. - getContainer() - Method in class jade.core.event.PlatformEvent
-
Returns the
ContainerIDof the event source. - getContainer() - Method in class jade.core.NodeDescriptor
-
Retrieve the ID of the container (if any) hosted by the described node.
- getContainer() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the value of the
containerslot of this event, containing the container identifier of the newly added container. - getContainer() - Method in class jade.domain.introspection.KillContainerRequested
-
Retrieve the value of the
containerslot of this event, containing the identifier of the container that is requested to be killed. - getContainer() - Method in class jade.domain.introspection.RemovedContainer
-
Retrieve the value of the
containerslot of this event, containing the container identifier of the newly removed container. - getContainer() - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Retrieve the value of the
containerslot of this event, containing the container identifier of the container where the agent is to be created. - getContainer() - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Retrieve the value of the
containerslot of this action, containing the container identifier of the container where the new MTP is to be deployed. - getContainer() - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Retrieve the value of the
containerslot of this event, containing the container identifier of the container to terminate. - getContainer() - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Retrieve the value of the
containerslot of this action, containing the container identifier of the container where the MTP to uninstall is deployed. - getContainer() - Method in class jade.domain.persistence.DeleteContainer
- getContainer() - Method in class jade.domain.persistence.LoadContainer
- getContainer() - Method in class jade.domain.persistence.SaveContainer
- getContainer() - Static method in class jade.tools.rma.StartDialog
- getContainerClassLoader(String, ClassLoader) - Method in interface jade.core.mobility.AgentMobilityHelper
- getContainerController() - Method in class jade.core.Agent
-
Return a controller for the container this agent lives in.
- getContainerID() - Method in class jade.core.AgentDescriptor
- getContainerID(AID) - Method in interface jade.core.AgentManager
- getContainerID(AID) - Method in interface jade.core.MainContainer
- getContainerID(AID) - Method in class jade.core.MainContainerImpl
-
Return the ID of the container an agent lives in
- getContainerName() - Static method in class jade.core.MicroRuntime
- getContainerName() - Method in class jade.tools.logging.gui.ContainerLogWindow
- getContainerName() - Method in class jade.wrapper.ContainerController
-
Retrieve the name of the wrapped container.
- getContainerNode(ContainerID) - Method in interface jade.core.MainContainer
- getContainerNode(ContainerID) - Method in class jade.core.MainContainerImpl
-
Return the node a container is deployed at
- getContainerRemoved() - Method in class jade.core.event.PlatformEvent
- getContainerRemoved() - Method in class jade.domain.introspection.DeadAgent
- getContent() - Method in class jade.gui.VisualStringList
-
Returns the list of items
- getContent() - Method in class jade.lang.acl.ACLMessage
-
Reads
:contentslot. - getContentManager() - Method in class jade.core.Agent
-
Retrieves the agent's content manager
- getContentObject() - Method in class jade.lang.acl.ACLMessage
-
This method returns the content of this ACLMessage when they have been written via the method
setContentObject. - getContentProperties() - Method in class jade.gui.VisualPropertiesList
-
This method must be used to retry the actual properties.
- getController() - Method in class jade.tools.logging.gui.ContainerLogWindow
- getConversationId() - Method in class jade.lang.acl.ACLMessage
-
Reads
:conversation-idslot. - getCopyrightNotice() - Static method in class jade.core.Runtime
-
Return a String with copyright Notice, Name and Version of this version of JADE
- getCount() - Method in class jade.content.abs.AbsAggregate
-
Overrides method in superclass
- getCount() - Method in class jade.content.abs.AbsContentElementList
-
Return the number of elements in the list.
- getCount() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute --> Just return 0
- getCount() - Method in interface jade.content.abs.AbsObject
-
Gets the number of attributes.
- getCount() - Method in class jade.content.abs.AbsObjectImpl
-
Gets the number of attributes.
- getCount() - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute --> Just return 0
- getCount() - Method in class jade.content.onto.ConceptSlotFunction
- getCounterValues() - Method in class jade.core.sam.SAMInfo
-
Provides the differential values of all monitored counters in form of a Map.
- getCredentials() - Method in interface jade.core.Command
-
Get the credentials that the actor of this command wants to use while processing this command.
- getCredentials() - Method in class jade.core.GenericCommand
- getCredentials() - Method in interface jade.security.CredentialsHelper
-
Retrieve the credentials of the agent this CredentialsHelper refers to.
- getCredentials(ACLMessage) - Method in interface jade.security.CredentialsHelper
-
Retrieve the credentials of the sender of a signed ACLMessage.
- getCurQueueSize() - Method in class jade.core.Agent
-
This method retrieves the current length of the message queue of this agent.
- getCurrent() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method returns the child behaviour currently scheduled for execution
- getCurrent() - Method in class jade.core.behaviours.FSMBehaviour
-
Get the current child
- getCurrent() - Method in class jade.core.behaviours.ParallelBehaviour
-
Get the current child
- getCurrent() - Method in class jade.core.behaviours.SequentialBehaviour
-
Get the current child
- getCurrentACL() - Method in class jade.tools.gui.ACLTracePanel
- getCurrentPhase() - Method in class jade.proto.TwoPhInitiator
- getData() - Method in class jade.imtp.leap.JICP.JICPPacket
- getDataStore() - Method in class jade.core.behaviours.Behaviour
-
Return the private data store of this
Behaviour. - getDataStore() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- getDataStore() - Method in class jade.core.behaviours.WrapperBehaviour
- getDate() - Method in class jade.content.abs.AbsPrimitive
- getDate() - Static method in class jade.core.Runtime
- getDate() - Method in class jade.core.VersionManager
- getDate() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
dateslot of this object. - getDate() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the
dateslot of this object. - getDate() - Method in class jade.gui.TimeChooser
-
Retrieve the time instant this time chooser is set to.
- getDate() - Method in class jade.tools.gui.ACLTimeChooserDialog
-
Gets the Date attribute of the TimeChooserDialog object
- getDate(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
Datedirectly as aDatei.e. - getDay() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of day.
- getDebugged() - Method in class jade.tools.introspector.gui.MainWindow
- getDebugger() - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Retrieve the value of the
debuggerslot of this action, containing the agent identifier of the debugger agent. - getDebugger() - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Retrieve the value of the
debuggerslot of this action, containing the agent identifier of the debugger agent. - getDefaultDF() - Method in class jade.core.Agent
-
Get the Agent ID for the platform default DF.
- getDefaultDF() - Method in interface jade.core.AgentContainer
- getDefaultFailureMonitor() - Static method in class jade.core.NodeFailureMonitor
- getDefaultGateway() - Static method in class jade.wrapper.gateway.JadeGateway
- getDefaultNetworkName() - Static method in class jade.core.Profile
- getDefaultNetworkName(boolean) - Static method in class jade.core.Profile
- getDefaultSyntaxStyles(JComponent) - Static method in class jade.tools.gui.ACLSyntaxUtilities
-
Returns the default style table.
- getDefaultValue() - Method in class jade.content.schema.facets.DefaultValueFacet
-
Get the default value associated to this facet
- getDefaultValue() - Method in class jade.PropertyType
-
Returns the default value of the property.
- getDependencies() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the
dependenciesslot of this event, containing the language dependencies of the described agent. - getDependencies() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the
dependenciesslot of this event, containing the OS dependencies of the described agent. - getDependencies() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the
dependenciesslot of this event, containing the runtime system dependencies of the described agent. - getDescription() - Method in class jade.core.AgentDescriptor
- getDescription() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
- getDescription() - Method in class jade.domain.DFGUIManagement.Federate
- getDescription() - Method in class jade.domain.DFGUIManagement.ModifyOn
- getDescription() - Method in class jade.domain.DFGUIManagement.RegisterWith
- getDescription() - Method in class jade.domain.DFGUIManagement.SearchOn
- getDescription() - Method in class jade.domain.FIPAAgentManagement.Deregister
-
Retrieve the
descriptionslot of this object. - getDescription() - Method in class jade.domain.FIPAAgentManagement.Modify
-
Retrieve the
descriptionslot of this object. - getDescription() - Method in class jade.domain.FIPAAgentManagement.Register
-
Retrieve the
descriptionslot of this object. - getDescription() - Method in class jade.domain.FIPAAgentManagement.Search
-
Retrieve the
descriptionslot of this object. - GetDescription - Class in jade.domain.DFGUIManagement
-
This class represent the getDescription Action.
- GetDescription - Class in jade.domain.FIPAAgentManagement
-
This class implements the
get-descriptionaction of thefipa-agent-management ontology. - GetDescription() - Constructor for class jade.domain.DFGUIManagement.GetDescription
- GetDescription() - Constructor for class jade.domain.FIPAAgentManagement.GetDescription
-
Default constructor.
- GETDESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- GETDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- getDescriptionOfThisDF() - Method in class jade.domain.df
-
This method returns the current description of this DF
- getDescriptionOfThisDF() - Method in interface jade.domain.DFGUIAdapter
-
This method returns the description of this df.
- getDescriptionOfThisDF() - Method in class jade.tools.applet.DFAppletCommunicator
- getDescriptionOfThisDF(AID) - Method in class jade.domain.df
-
This method returns the description of this df used to federate with the given parent
- getDescriptionOfThisDF(AID) - Method in interface jade.domain.DFGUIAdapter
-
This method returns the description used by the df to federate with a given parent DF.
- getDescriptionOfThisDF(AID) - Method in class jade.tools.applet.DFAppletCommunicator
- GetDescriptionUsed - Class in jade.domain.DFGUIManagement
-
This class implements the GetDescriptionUsed action.
- GetDescriptionUsed() - Constructor for class jade.domain.DFGUIManagement.GetDescriptionUsed
- GETDESCRIPTIONUSED - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- GETDESCRIPTIONUSED_PARENTDF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- getDesktop() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- getDestination() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the
destinationslot of this event, containing the destination of the mobility operation performed by the described agent. - getDf() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
- getDf() - Method in class jade.domain.DFGUIManagement.Federate
- getDf() - Method in class jade.domain.DFGUIManagement.ModifyOn
- getDf() - Method in class jade.domain.DFGUIManagement.RegisterWith
- getDf() - Method in class jade.domain.DFGUIManagement.SearchOn
- getDFAgentDsc(AID) - Method in class jade.domain.df
-
This method returns the description of an agent registered with the DF.
- getDFAgentDsc(AID) - Method in interface jade.domain.DFGUIAdapter
-
This method returns the agent description of an agent registered with the DF given the agent name
- getDFAgentDsc(AID) - Method in class jade.tools.applet.DFAppletCommunicator
-
This method requests the df the DFAgentDescription of a specific agent.
- getDFAgentSearchDsc(AID) - Method in class jade.tools.dfgui.DFGUI
-
This method returns the
DFAgentDescriptionof an agent found in a search operation. - getDFDBKB(int, String, String, String, String, boolean) - Method in class jade.domain.DFKBFactory
-
Returns the database based knowledge base which will be used by the DF
- getDFMemKB(int) - Method in class jade.domain.DFKBFactory
-
Returns the memory based knowledge base which will be used by the DF
- getDim() - Method in class jade.mtp.http.KeepAlive
-
get the dimension of Vectors
- getDirection() - Method in class jade.tools.gui.ACLMessageNode
-
Gets the Direction attribute of the MessageNode object
- getDocument() - Method in class jade.tools.gui.ACLTextArea
-
Returns the document this text area is editing.
- getDocumentation() - Method in class jade.content.schema.facets.DocumentationFacet
-
Get the documentation associated to this facet
- getDocumentLength() - Method in class jade.tools.gui.ACLTextArea
-
Returns the length of the document.
- getDouble() - Method in class jade.content.abs.AbsPrimitive
- getDouble(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
doubledirectly as adoublei.e. - getElectricScroll() - Method in class jade.tools.gui.ACLTextArea
-
Returns the number of lines from the top and button of the text area that are always visible.
- getElement() - Method in class jade.content.lang.sl.SimpleSLTokenizer
-
Return the next SL element (i.e.
- getElementName(Object) - Method in class jade.gui.VisualAIDList
- getElementName(Object) - Method in class jade.gui.VisualAPServiceList
- getElementName(Object) - Method in class jade.gui.VisualServicesList
- getElementName(Object) - Method in class jade.gui.VisualStringList
-
This method returns the string that will be shown on the panel.
- getElementsSchema() - Method in class jade.content.schema.AggregateSchema
- getElementTemplate() - Method in class jade.content.abs.AbsAggregate
-
Get the abstract template of aggregate element
- getEncoded() - Method in interface jade.security.JADEPrincipal
-
Checks the hierarchical relationship between two principals, i.e.
- getEncoded() - Method in interface jade.security.SDSIName
-
Returns the key in its primary encoding format.
- getEncoding() - Method in class jade.lang.acl.ACLMessage
-
Reads
:encodingslot. - getEncodingByOrder() - Method in class jade.content.schema.ObjectSchema
-
Get the indication whether the preferred encoding for the slots of concepts compliant to this schema is by order or by name.
- getEndColumn() - Method in class jade.content.lang.sl.SimpleCharStream
- getEndColumn() - Method in class jade.lang.acl.SimpleCharStream
- getEndLine() - Method in class jade.content.lang.sl.SimpleCharStream
- getEndLine() - Method in class jade.lang.acl.SimpleCharStream
- getEndSeg(int) - Method in class jade.tools.sniffer.Message
- getEntityMeasures() - Method in class jade.core.sam.SAMInfo
-
Provides the measures of all monitored entities in form of a Map.
- getEnvelope() - Method in class jade.core.event.MTPEvent
- getEnvelope() - Method in class jade.core.messaging.GenericMessage
- getEnvelope() - Method in class jade.domain.introspection.ACLMessage
-
Retrieve the message envelope.
- getEnvelope() - Method in class jade.lang.acl.ACLMessage
-
Reads the envelope attached to this message, if any.
- getEOLMarkerColor() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the EOL marker color.
- getErrorMessage() - Method in exception jade.domain.FIPAAgentManagement.InternalError
- getErrorMsg() - Method in class jade.core.behaviours.BaseInitiator
-
Shortcut method for getOutcome().getErrorMsg()
- getErrorMsg() - Method in class jade.core.behaviours.OutcomeManager
-
Retrieve the error-message providing details about the reason of failure of the behaviour holding this OutcomeManager .
- getErrors() - Method in class jade.util.ClassFinder
- getEscapeChar() - Static method in class jade.core.Specifier
- getEventType() - Method in class jade.core.event.PlatformEvent
-
Returns the event type which will be one of
ADDED_CONTAINER,REMOVED_CONTAINER,BORN_AGENT,DEAD_AGENT,SUSPENDED_AGENT,RESUMED_AGENT, orMOVED_AGENT. - getEventType() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the event type.
- getException() - Method in class jade.imtp.leap.MicroStub.PostponedCommand
- getExecutedBehavioursCnt() - Method in class jade.core.Agent
- getExecutionState() - Method in class jade.core.behaviours.Behaviour
- getExitCode() - Method in class jade.core.behaviours.BaseInitiator
-
Shortcut method for getOutcome().getExitCode()
- getExitCode() - Method in class jade.core.behaviours.OutcomeManager
-
Retrieve the exit-code that indicates whether the behaviour holding this OutcomeManager succeeded (
OK) or failed (KO) - getFacets(String) - Method in class jade.content.schema.ObjectSchema
-
Retrieves the facets defined upon a slot.
- getFailedReceiver(Agent, ACLMessage) - Static method in class jade.domain.AMSService
-
Extracts the receiver a message could not be delivered to from a FAILURE message received by the AMS.
- getFailureMonitor() - Static method in class jade.core.NodeFailureMonitor
-
Factory method to create NodeFailureMonitor objects
- getFailureMonitor() - Method in class jade.core.nodeMonitoring.NodeMonitoringService
- getFailureMonitor() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getFailureReason(Agent, ACLMessage) - Static method in class jade.domain.AMSService
- getField(String) - Method in class jade.imtp.leap.http.HTTPPacket
- getFile() - Method in class jade.imtp.leap.http.HTTPAddress
-
Method declaration
- getFile() - Method in class jade.imtp.leap.http.HTTPRequest
- getFile() - Method in class jade.imtp.leap.JICP.JICPAddress
-
Method declaration
- getFile() - Method in class jade.imtp.rmi.RMIAddress
-
Method declaration
- getFile() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of file
- getFile() - Method in interface jade.mtp.TransportAddress
- getFile() - Method in class jade.tools.logging.ontology.LoggerInfo
- getFile() - Method in class jade.tools.logging.ontology.SetFile
- getFilter() - Method in class jade.tools.logging.ontology.GetAllLoggers
- getFirstLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the line displayed at the text area's origin.
- getFloat() - Method in class jade.content.abs.AbsPrimitive
- getFloat(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
floatdirectly as afloati.e. - getFontMetrics() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the font metrics used by this component.
- getFontMetrics(Font) - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns the font metrics for the styled font.
- getFormat() - Method in interface jade.security.SDSIName
-
Returns the name of the primary encoding format of this key.
- getFreshSlice(String) - Method in class jade.core.BaseService
- getFreshSlice(String) - Method in class jade.core.management.AgentManagementService
- getFreshSlice(String) - Method in class jade.core.messaging.LightMessagingService
- getFreshSlice(String) - Method in class jade.core.messaging.MessagingService
- getFreshSlice(String) - Method in class jade.core.mobility.AgentMobilityService
- getFrom() - Method in class jade.core.event.AgentEvent
- getFrom() - Method in class jade.core.event.MessageEvent
- getFrom() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
fromslot of this object. - getFrom() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the
fromslot of this object. - getFrom() - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Retrieve the value of the
fromslot of this event, containing the name of the entity that owned the agent before this event occurred. - getFrom() - Method in class jade.domain.introspection.ChangedAgentState
-
Retrieve the value of the
fromslot of this event, containing the name of the state the agent was in before this event occurred. - getFrom() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve the value of the
fromslot of this event, containing the name of the state the behaviour was in before this event occurred. - getFrom() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the
fromslot of this event, containing the container identifier of the container from where the agent migrated. - getFrom() - Method in class jade.domain.introspection.RoutedMessage
- getFrontEnd(BackEnd, Properties) - Method in interface jade.core.BEConnectionManager
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFrontEnd(BackEnd, Properties) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFrontEnd(BackEnd, Properties) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFrontEnd(BackEnd, Properties) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFrontEnd(BackEnd, Properties) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFrontEnd(BackEnd, Properties) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Return a stub of the remote FrontEnd that is connected to the local BackEnd.
- getFunction() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedFunction
- getGenerateBehaviourEvents() - Method in class jade.core.Agent
- getGenerateMessageEvents() - Method in class jade.core.Agent
- getGroup() - Method in class jade.domain.persistence.DeleteAgentGroup
- getGroup() - Method in class jade.domain.persistence.LoadAgentGroup
- getGroup() - Method in class jade.domain.persistence.SaveAgentGroup
- getGui() - Method in class jade.tools.DummyAgent.DummyAgent
- getGUID() - Method in class jade.domain.DFDBKB
-
Returns a global unique identifier
- getHandlers() - Method in class jade.tools.logging.ontology.LoggerInfo
- getHap() - Method in class jade.core.Agent
-
Method to query the Home Agent Platform.
- getHap() - Method in class jade.core.AID
-
Returns the HAP of the agent or null if the GUID of this
AIDis not of the form@ - getHashValue(Object) - Method in class jade.domain.DFDBKB
-
Returns an MD5 hash value for an object
- getHelper() - Static method in class jade.core.resource.ResourceManagementService
- getHelper(Agent) - Method in class jade.core.BaseService
-
This should be properly implemented by the services that have helpers.
- getHelper(Agent) - Method in class jade.core.event.NotificationService
- getHelper(Agent) - Method in class jade.core.faultRecovery.FaultRecoveryService
- getHelper(Agent) - Method in class jade.core.FEService
-
Subclasses must implement this method to return the helper for accessing this service.
- getHelper(Agent) - Method in class jade.core.messaging.MessagingService
- getHelper(Agent) - Method in class jade.core.messaging.TopicManagementFEService
- getHelper(Agent) - Method in class jade.core.messaging.TopicManagementService
-
Return the TopicManagementHelper for a given agent
- getHelper(Agent) - Method in class jade.core.mobility.AgentMobilityService
- getHelper(Agent) - Method in class jade.core.replication.AgentReplicationService
-
Return the AgentReplicationHelper for a given agent
- getHelper(Agent) - Method in class jade.core.resource.ResourceManagementService
- getHelper(Agent) - Method in class jade.core.sam.SAMService
- getHelper(Agent) - Method in interface jade.core.Service
-
Get the helper for accessing this service.
- getHelper(Agent) - Method in class jade.imtp.leap.nio.BEManagementService
-
Retrieve the helper of this Service
- getHelper(String) - Method in class jade.core.Agent
-
Retrieves the agent's service helper
- getHorizontalInterface() - Method in class jade.core.BaseService
-
This should be properly implemented by the services that have non-empty slices.
- getHorizontalInterface() - Method in class jade.core.event.NotificationService
- getHorizontalInterface() - Method in class jade.core.management.AgentManagementService
- getHorizontalInterface() - Method in class jade.core.management.BEAgentManagementService
- getHorizontalInterface() - Method in class jade.core.messaging.LightMessagingService
-
Retrieve the interface through which the different service slices will communicate, that is, the service Horizontal Interface.
- getHorizontalInterface() - Method in class jade.core.messaging.MessagingService
-
Retrieve the interface through which the different service slices will communicate, that is, the service Horizontal Interface.
- getHorizontalInterface() - Method in class jade.core.messaging.PersistentDeliveryService
- getHorizontalInterface() - Method in class jade.core.messaging.TopicManagementService
- getHorizontalInterface() - Method in class jade.core.mobility.AgentMobilityService
- getHorizontalInterface() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getHorizontalInterface() - Method in class jade.core.replication.AddressNotificationService
- getHorizontalInterface() - Method in class jade.core.replication.AgentReplicationService
- getHorizontalInterface() - Method in class jade.core.replication.MainReplicationService
- getHorizontalInterface() - Method in class jade.core.resource.ResourceManagementService
- getHorizontalInterface() - Method in class jade.core.sam.SAMService
- getHorizontalInterface() - Method in interface jade.core.Service
-
Retrieve the interface through which the different service slices will communicate, that is, the service Horizontal Interface.
- getHorizontalOffset() - Method in class jade.tools.gui.ACLTextArea
-
Returns the horizontal offset of drawn lines.
- getHost() - Method in class jade.imtp.leap.http.HTTPAddress
-
Method declaration
- getHost() - Method in class jade.imtp.leap.JICP.JICPAddress
-
Method declaration
- getHost() - Method in class jade.imtp.rmi.RMIAddress
-
Method declaration
- getHost() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of host
- getHost() - Method in interface jade.mtp.TransportAddress
- getHost() - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
get host for this bridge
- getHour() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of hour.
- getHttpType() - Method in class jade.imtp.leap.http.HTTPPacket
- getIcon(String) - Method in class jade.gui.AgentTree.Node
- getIcon(String) - Static method in class jade.gui.GuiProperties
- getIcon(String) - Static method in class jade.tools.DummyAgent.GuiProperties
- getIcon(String) - Static method in class jade.tools.introspector.gui.GuiProperties
- getIcon(String) - Static method in class jade.tools.sniffer.GuiProperties
- getIconAgent(String) - Method in class jade.gui.AgentTree
- getId() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the
idslot of this object. - getID() - Method in interface jade.core.AgentContainer
- getID() - Method in class jade.core.ContainerID
-
Retrieve a string identifying the described container.
- getID() - Method in interface jade.core.Location
-
Read a unique ID for the location.
- getID() - Method in class jade.core.PlatformID
- getID() - Method in class jade.imtp.leap.http.HTTPBEDispatcher
- getID() - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- getID() - Method in interface jade.imtp.leap.JICP.JICPMediator
-
Retrieve the ID of this mediator
- getID() - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Retrieve the ID of this mediator.
- getID() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Retrieve the ID of this mediator.
- getID() - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- getID() - Method in class jade.lang.acl.MessageTemplate
- getIgnoredConversations() - Method in class jade.core.behaviours.OntologyServer
- GetImage() - Method in class jade.content.lang.sl.SimpleCharStream
- GetImage() - Method in class jade.lang.acl.SimpleCharStream
- getImages() - Method in class jade.tools.testagent.TestAgentFrame
- getIMTPManager() - Method in class jade.core.BaseService
- getIMTPManager() - Method in class jade.core.Profile
- getIMTPManager() - Method in class jade.core.ProfileImpl
- getInfo() - Method in class jade.domain.KBManagement.DBKB.ConnectionWrapper
- getInfo() - Method in class jade.imtp.leap.JICP.JICPPacket
- getInitialCredentials() - Method in class jade.domain.JADEAgentManagement.CreateAgent
- getInitSeg(int) - Method in class jade.tools.sniffer.Message
- getInnerOntology() - Method in class jade.content.lang.Codec
- getInnerOntology() - Method in class jade.content.lang.sl.SimpleSLCodec
- getInnerOntology() - Method in class jade.content.lang.sl.SLCodec
- getInPendingModel() - Method in class jade.tools.introspector.gui.MessagePanel
- getInProcessedModel() - Method in class jade.tools.introspector.gui.MessagePanel
- getInputHandler() - Method in class jade.tools.gui.ACLTextArea
-
Returns the input handler.
- getInReplyTo() - Method in class jade.lang.acl.ACLMessage
-
Reads
:reply-toslot. - getInstance() - Static method in class jade.content.lang.sl.SLOntology
- getInstance() - Static method in class jade.content.onto.BasicOntology
-
Returns the singleton instance of the
BasicOntology. - getInstance() - Static method in class jade.content.onto.JavaCollectionOntology
-
Returns the singleton instance of the
JavaCollectionOntology. - getInstance() - Static method in class jade.content.onto.SerializableOntology
-
Returns the singleton instance of the
SerializableOntology. - getInstance() - Static method in class jade.domain.DFGUIManagement.DFAppletOntology
-
This method grants access to the unique instance of the ontology.
- getInstance() - Static method in class jade.domain.FIPAAgentManagement.ExceptionOntology
-
This method returns the unique instance (according to the singleton pattern) of the Exception-ontology.
- getInstance() - Static method in class jade.domain.FIPAAgentManagement.FIPAManagementOntology
-
This method returns the unique instance (according to the singleton pattern) of the FIPA-Agent-Management-ontology.
- getInstance() - Static method in class jade.domain.introspection.IntrospectionOntology
-
This method grants access to the unique instance of the ontology.
- getInstance() - Static method in class jade.domain.JADEAgentManagement.JADEManagementOntology
-
This method returns the unique instance (according to the singleton pattern) of the JADE-Agent-Management-ontology.
- getInstance() - Static method in class jade.domain.mobility.BehaviourLoadingOntology
-
This method returns the singleton instance of the Behaviour-Loading ontology.
- getInstance() - Static method in class jade.domain.mobility.MobilityOntology
- getInstance() - Static method in class jade.domain.persistence.PersistenceOntology
-
This method returns the unique instance (according to the singleton pattern) of the JADE-Persistence ontology.
- getInstance() - Static method in class jade.imtp.leap.http.HTTPProtocol
- getInstance() - Static method in class jade.imtp.leap.http.HTTPSProtocol
- getInstance() - Static method in class jade.imtp.leap.JICP.JICPProtocol
- getInstance() - Static method in class jade.mtp.http.HTTPSocketFactory
- getInstance() - Static method in class jade.security.ThreadGroupHttpAuthenticator
-
Get a JVM instance of ThreadGroupHttpAuthenticator
- getInstance() - Static method in class jade.tools.logging.ontology.LogManagementOntology
-
This method returns the unique instance (according to the singleton pattern) of the Log-Management-ontology.
- getInstance() - Static method in class jade.util.leap.EmptyIterator
-
Returns the singleton EmptyIterator object.
- getInstance(int) - Static method in class jade.core.AgentState
-
Static access method to retrieve a prototype object for an agent life-cycle state.
- getInstance(Profile) - Static method in class jade.core.BackEndManager
- getInstance(Properties) - Static method in class jade.imtp.leap.sms.SMSManager
- getInstanceId() - Method in class jade.content.abs.AbsReference
- getInteger() - Method in class jade.content.abs.AbsPrimitive
- getInteger(Object) - Method in class jade.content.frame.QualifiedFrame
-
Utility method to retrieve a value of type
intfrom this Frame. - getInteger(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
intdirectly as aninti.e. - getInteger(String) - Static method in class jade.lang.acl.ACLMessage
-
Returns the integer corresponding to the performative
- getInteraction() - Method in class jade.core.GenericCommand
- getInteraction() - Method in interface jade.core.HorizontalCommand
-
Query the interaction this command object is a part of.
- getIntProperty(String, int) - Method in class jade.util.ExtendedProperties
-
Extract a string value and convert it to an integer.
- getIntrospector() - Method in class jade.content.onto.Ontology
- getItems() - Method in class jade.content.onto.basic.Result
- getItsAID() - Method in class jade.tools.gui.ACLAIDDialog
-
Gets the ItsAID attribute of the ACLAIDDialog object
- getItsMsg() - Method in class jade.tools.gui.ACLPanel
-
Gets the ItsMsg attribute of the ACLPanel object
- getItsMsg() - Method in class jade.tools.testagent.TestAgentFrame
-
Gets the ItsMsg attribute of the TestAgentFrame object
- getJADELogger(String) - Static method in class jade.util.Logger
-
Find or create a logger for a named subsystem.
- getJarFileName() - Method in class jade.core.management.JarClassLoader
-
Get the Jar filename.
- getJavaClass() - Static method in class jade.content.abs.AbsAgentAction
- getJavaClass() - Static method in class jade.content.abs.AbsConcept
- getJavaClass() - Static method in class jade.content.abs.AbsIRE
- getJavaClass() - Static method in class jade.content.abs.AbsPredicate
- getJavaClass() - Static method in class jade.content.abs.AbsReference
- getJavaClass() - Static method in class jade.content.abs.AbsVariable
- getJavaType() - Method in class jade.content.schema.facets.JavaTypeFacet
-
Get the java type associated to this facet
- getKey() - Method in class jade.domain.introspection.GetValue
- GetKeys - Class in jade.domain.introspection
-
This class represents the
get-keysaction of the Introspection Ontology. - GetKeys() - Constructor for class jade.domain.introspection.GetKeys
- GETKEYS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- getKind() - Method in class jade.core.BehaviourID
-
Retrieve the kind of behaviour described by this behaviour ID.
- getLabel() - Method in class jade.core.replication.MainReplicationProxy
- getLabel() - Method in interface jade.core.replication.MainReplicationSlice
- getLanguage() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the
languageslot of this action, containing the language of the described agent. - getLanguage() - Method in class jade.lang.acl.ACLMessage
-
Reads
:languageslot. - getLanguageNames() - Method in class jade.content.ContentManager
- getLastDF() - Method in class jade.tools.dfgui.DFGUI
-
Returns the AID of the last df on which a search operation was made.
- getLastExitValue() - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the exit value of the most recently executed child.
- getLastLocalName() - Method in interface jade.security.SDSIName
- getLastMsg() - Method in class jade.domain.RequestFIPAServiceBehaviour
-
This public method allows to get the INFORM message received in the final state of this FIPA-Request protocol.
- getLeaseTime() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Retrieve the lease time for the registration of this description (i.e., how long it will be kept within the DF agent knowledge base).
- getLeaseTime(Object) - Method in interface jade.domain.KBManagement.LeaseManager
- getLeft() - Method in class jade.content.onto.basic.Equals
- getLength() - Method in class jade.imtp.leap.JICP.JICPPacket
- getLevel() - Method in class jade.tools.logging.ontology.LoggerInfo
- getLevel() - Method in class jade.tools.logging.ontology.SetLevel
- getLine() - Method in class jade.content.lang.sl.SimpleCharStream
-
Deprecated.
- getLine() - Method in class jade.lang.acl.SimpleCharStream
-
Deprecated.
- getLineCount() - Method in class jade.tools.gui.ACLTextArea
-
Returns the number of lines in the document.
- getLineEndOffset(int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the end offset of the specified line.
- getLineHighlightColor() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the line highlight color.
- getLineLength(int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the length of the specified line.
- getLineOfOffset(int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the line containing the specified offset.
- getLineStartOffset(int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the start offset of the specified line.
- getLineText(int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the text on the specified line.
- getLineText(int, Segment) - Method in class jade.tools.gui.ACLTextArea
-
Copies the text on the specified line into a segment.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jade.tools.gui.ACLAIDList.AIDListCellRenderer
-
Gets the ListCellRendererComponent attribute of the AIDListCellRenderer object
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jade.tools.gui.ACLPerformativesRenderer
-
Gets the ListCellRendererComponent attribute of the ACLPerformativesRenderer object
- getLocalAddress() - Method in interface jade.core.PlatformManager
- getLocalAddress() - Method in class jade.core.PlatformManagerImpl
- getLocalAddress() - Method in interface jade.core.ServiceManager
-
Access the address exported by this copy of the Service Manager.
- getLocalAddress() - Method in class jade.core.ServiceManagerImpl
- getLocalAddresses() - Method in interface jade.core.IMTPManager
-
Return the the List of TransportAddress where this IMTP is waiting for intra-platform remote calls.
- getLocalAddresses() - Method in class jade.imtp.leap.LEAPIMTPManager
- getLocalAddresses() - Method in class jade.imtp.rmi.RMIIMTPManager
- getLocalHost() - Method in class jade.imtp.leap.JICP.JICPConnection
- getLocalHost() - Method in interface jade.imtp.leap.JICP.JICPMediatorManager
-
Retrieve the local host of this JICPMediatorManager
- getLocalHost() - Method in class jade.imtp.leap.JICP.JICPServer
- getLocalName() - Method in class jade.core.Agent
-
Method to query the agent local name.
- getLocalName() - Method in class jade.core.AID
-
Returns the local name of the agent (without the HAP).
- getLocalNames() - Method in interface jade.security.SDSIName
-
Returns the sequence of the names local to the Public Key in a SDSI fashion.
- getLocalNode() - Method in class jade.core.BaseService
- getLocalNode() - Method in interface jade.core.IMTPManager
-
Access the node that represents the local JVM.
- getLocalNode() - Method in class jade.imtp.leap.LEAPIMTPManager
- getLocalNode() - Method in class jade.imtp.rmi.RMIIMTPManager
- getLocalPort() - Method in class jade.imtp.leap.JICP.JICPConnection
- getLocalPort() - Method in interface jade.imtp.leap.JICP.JICPMediatorManager
-
Retrieve the local port of this JICPMediatorManager
- getLocalPort() - Method in class jade.imtp.leap.JICP.JICPServer
- getLocalServices() - Method in interface jade.core.ServiceManager
-
Retrieve the list of locally installed services as a Vector of ServiceDescriptor objects
- getLocalServices() - Method in class jade.core.ServiceManagerImpl
- getLocalSlice() - Method in class jade.core.BaseService
-
This should be properly implemented by the services that have non-empty slices.
- getLocalSlice() - Method in class jade.core.event.NotificationService
- getLocalSlice() - Method in class jade.core.faultRecovery.FaultRecoveryService
- getLocalSlice() - Method in class jade.core.management.AgentManagementService
- getLocalSlice() - Method in class jade.core.management.BEAgentManagementService
- getLocalSlice() - Method in class jade.core.messaging.LightMessagingService
-
Retrieve the locally installed slice of this service.
- getLocalSlice() - Method in class jade.core.messaging.MessagingService
-
Retrieve the locally installed slice of this service.
- getLocalSlice() - Method in class jade.core.messaging.PersistentDeliveryService
- getLocalSlice() - Method in class jade.core.messaging.TopicManagementService
-
Retrieve the locally installed slice of this service.
- getLocalSlice() - Method in class jade.core.mobility.AgentMobilityService
- getLocalSlice() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getLocalSlice() - Method in class jade.core.replication.AddressNotificationService
- getLocalSlice() - Method in class jade.core.replication.AgentReplicationService
- getLocalSlice() - Method in class jade.core.replication.MainReplicationService
- getLocalSlice() - Method in class jade.core.resource.ResourceManagementService
- getLocalSlice() - Method in class jade.core.sam.SAMService
- getLocalSlice() - Method in interface jade.core.Service
-
Retrieve the locally installed slice of this service.
- getLocation() - Method in class jade.domain.JADEAgentManagement.QueryAgentsOnLocation
-
Retrieve the value of the
locationslot of this event, containing the location for which the agent list is requested. - getLocationOf(Class) - Method in class jade.util.ClassFinder
-
The result of the last search is cached in this object, along with the URL that corresponds to each class returned.
- getLogger() - Method in class jade.tools.logging.ontology.SetFile
- getLogger() - Method in class jade.tools.logging.ontology.SetLevel
- getLogLevels() - Method in class jade.tools.logging.JavaLoggingLogManagerImpl
-
Returns a list of
LevelInfoobject each one describing a level valid for the selected logging system. - getLogLevels() - Method in interface jade.tools.logging.LogManager
-
Returns a list of
LevelInfoobject each one describing a level valid for the selected logging system. - getLong() - Method in class jade.content.abs.AbsPrimitive
- getLong(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
longdirectly as alongi.e. - getLongVarCharType() - Method in class jade.domain.DFDBKB
-
Returns the name of the SQL type used in the database to represent very long strings.
- getLongVarCharType() - Method in class jade.domain.DFHSQLKB
- getMagicCaretPosition() - Method in class jade.tools.gui.ACLTextArea
-
Returns the `magic' caret position.
- getMain() - Method in interface jade.core.AgentContainer
- getMain() - Method in class jade.core.ContainerID
- getMain() - Method in class jade.core.Profile
- getMain() - Method in class jade.core.ProfileImpl
- getMajorVersion() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the
major-versionslot of this event, containing the major version number of the language of the described agent. - getMajorVersion() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the
major-versionslot of this event, containing the major version number of the OS of the described agent. - getMajorVersion() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the
major-versionslot of this event, containing the major version number of the runtime system of the described agent. - getMarkLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the mark line.
- getMarkPosition() - Method in class jade.tools.gui.ACLTextArea
-
Returns the mark position.
- getMasterAid() - Method in interface jade.core.replication.AgentReplicationHelper
-
Returns the AID of the master replica agent
- getMaxDepth() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the
max-depthslot of this object. - getMaxResults() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the
max-resultsslot of this object. - getMaxSize() - Method in class jade.core.ExtendedMessageQueue
- getMaxSize() - Method in interface jade.core.MessageQueue
-
Return the maximum size of this queue.
- getMessage() - Method in exception jade.content.lang.sl.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error jade.content.lang.sl.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class jade.core.behaviours.ReceiverBehaviour
-
This method allows the caller to get the received message.
- getMessage() - Method in interface jade.core.behaviours.ReceiverBehaviour.Handle
-
Tries to retrieve the
ACLMessageobject represented by this handle. - getMessage() - Method in class jade.core.event.MessageEvent
- getMessage() - Method in exception jade.domain.FIPAException
-
Get the content of the ACL message representing this exception
- getMessage() - Method in class jade.domain.introspection.PostedMessage
-
Retrieve the value of the
messageslot of this event, containing the ACL message that was posted to the receiver agent message queue. - getMessage() - Method in class jade.domain.introspection.ReceivedMessage
-
Retrieve the value of the
messageslot of this event, containing the ACL message that was extracted from the receiver agent message queue. - getMessage() - Method in class jade.domain.introspection.RoutedMessage
- getMessage() - Method in class jade.domain.introspection.SentMessage
-
Retrieve the value of the
messageslot of this event, containing the ACL message that was sent. - getMessage() - Method in class jade.imtp.leap.http.HTTPResponse
- getMessage() - Method in exception jade.imtp.leap.LEAPSerializationException
-
Get the detail message, including the message from the nested exception if there is one.
- getMessage() - Method in exception jade.lang.acl.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error jade.lang.acl.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class jade.proto.SubscriptionResponder.Subscription
-
Retrieve the ACL message with which this subscription object was created.
- getMessage() - Method in class jade.tools.gui.ACLMessageNode
-
Gets the Message attribute of the MessageNode object
- getMessage() - Method in exception jade.util.WrapperException
-
Retrieve the exception message text.
- getMessageList() - Method in class jade.tools.sniffer.MMCanvas
-
Returns an handler to the message list.
- getMessageManagerGlobalInfo() - Method in class jade.core.messaging.MessagingService
- getMessageManagerQueueStatus() - Method in class jade.core.messaging.MessagingService
- getMessageManagerThreadPool() - Method in class jade.core.messaging.MessagingService
- getMessageManagerThreadPoolStatus() - Method in class jade.core.messaging.MessagingService
- getMessageNumber() - Method in class jade.tools.sniffer.Message
- getMessagePanel() - Method in class jade.tools.introspector.gui.MainWindow
- getMessages() - Method in class jade.core.messaging.MultipleGenericMessage
- getMessages() - Method in class jade.tools.sniffer.MessageList
-
Returns the messages vector
- getMessagesCnt() - Method in class jade.core.messaging.GenericMessage
- getMessagesCnt() - Method in class jade.core.messaging.MultipleGenericMessage
- getMessageTemplate() - Method in class jade.lang.acl.ConversationList
-
Return a template that matches only messages that do not belong to any of the conversations in this list.
- getMethod() - Method in class jade.imtp.leap.http.HTTPRequest
- getMilliseconds() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of milliseconds.
- getMinimumSize() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the painter's minimum size.
- getMinorVersion() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the
minor-versionslot of this event, containing the minor version number of the language of the described agent. - getMinorVersion() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the
minor-versionslot of this event, containing the minor version number of the OS of the described agent. - getMinorVersion() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the
minor-versionslot of this event, containing the minor version number of the runtime system of the described agent. - getMinutes() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of minutes.
- getMobileAgentDescription() - Method in class jade.domain.mobility.MoveAction
-
Retrieve the value of the
mobile-agent-descriptionslot of this event, containing the description of the agent to migrate. - getMode() - Method in class jade.domain.mobility.Parameter
- getModel() - Method in class jade.gui.AgentTree
- getModel() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- getModel() - Method in class jade.tools.introspector.Introspector
-
Callback method for platform management GUI.
- getModel() - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- getMonth() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of month.
- getMsg() - Method in class jade.gui.AclGui
-
Get the ACL message currently displayed by the AclGui panel
- getMyLogger(String) - Static method in class jade.util.Logger
- getName() - Method in class jade.content.abs.AbsReference
-
Gets the name of this reference.
- getName() - Method in class jade.content.abs.AbsVariable
-
Gets the name of this variable.
- getName() - Method in class jade.content.lang.Codec
-
Gets the name of this codec.
- getName() - Method in class jade.content.onto.Ontology
-
Retrieves the name of this ontology.
- getName() - Method in class jade.core.Agent
-
Method to query the agent complete name (GUID).
- getName() - Method in class jade.core.AgentState
-
Retrieve the name of this state.
- getName() - Method in class jade.core.AID
-
This method returns the name of the agent.
- getName() - Method in class jade.core.BaseNode
- getName() - Method in class jade.core.BehaviourID
-
Retrieve the name of this behaviour ID.
- getName() - Method in class jade.core.Channel
- getName() - Method in interface jade.core.Command
-
Query the name of this command object.
- getName() - Method in class jade.core.ContainerID
-
Retrieve the name of the described container.
- getName() - Method in class jade.core.event.NotificationService
- getName() - Method in class jade.core.faultRecovery.FaultRecoveryService
- getName() - Method in class jade.core.FEService
-
Subclasses must implement this method to return the name of this service.
- getName() - Method in class jade.core.GenericCommand
- getName() - Method in interface jade.core.Location
-
Read the name of a location.
- getName() - Method in class jade.core.management.AgentManagementService
- getName() - Method in class jade.core.management.BEAgentManagementService
- getName() - Method in class jade.core.messaging.LightMessagingService
-
Retrieve the name of this service, that can be used to look up its slices in the Service Finder.
- getName() - Method in class jade.core.messaging.MessagingService
-
Retrieve the name of this service, that can be used to look up its slices in the Service Finder.
- getName() - Method in class jade.core.messaging.PersistentDeliveryService
- getName() - Method in class jade.core.messaging.TopicManagementFEService
- getName() - Method in class jade.core.messaging.TopicManagementService
- getName() - Method in class jade.core.mobility.AgentMobilityService
- getName() - Method in interface jade.core.Node
- getName() - Method in class jade.core.NodeDescriptor
-
Retrieve the name (if any) of the described node.
- getName() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getName() - Method in class jade.core.PlatformID
- getName() - Method in class jade.core.replication.AddressNotificationService
- getName() - Method in class jade.core.replication.AgentReplicationService
- getName() - Method in class jade.core.replication.MainReplicationService
- getName() - Method in class jade.core.resource.ResourceManagementService
- getName() - Method in class jade.core.sam.SAMService
- getName() - Method in interface jade.core.Service
-
Retrieve the name of this service, that can be used to look up its slices in the Service Finder.
- getName() - Method in class jade.core.ServiceDescriptor
-
Retrieve the name (if any) of the described service.
- getName() - Method in class jade.core.Specifier
-
Retrieve the name for this specifier object.
- getName() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the
nameslot of this object. - getName() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Retrieve the
nameslot of this object. - getName() - Method in class jade.domain.FIPAAgentManagement.APService
-
Retrieve the
nameslot of this object. - getName() - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Retrieve the agent identifier for the described agent.
- getName() - Method in class jade.domain.FIPAAgentManagement.Property
-
Retrieve the name of this property object.
- getName() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the
nameslot of this object. - getName() - Method in class jade.domain.introspection.AddedBehaviour
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ChangedAgentState
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the name of this event.
- getName() - Method in interface jade.domain.introspection.Event
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.FrozenAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.KillContainerRequested
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.PlatformDescription
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.PostedMessage
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ReceivedMessage
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.RemovedBehaviour
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.RemovedContainer
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ResetEvents
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.SentMessage
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ShutdownPlatformRequested
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.introspection.ThawedAgent
-
Retrieve the name of this event.
- getName() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the
nameslot of this event, containing the agent identifier of the described agent. - getName() - Method in class jade.domain.mobility.MobileAgentLanguage
-
Retrieve the value of the
nameslot of this action, containing the language of the described agent. - getName() - Method in class jade.domain.mobility.MobileAgentOS
-
Retrieve the value of the
nameslot of this action, containing the OS of the described agent. - getName() - Method in class jade.domain.mobility.MobileAgentSystem
-
Retrieve the value of the
nameslot of this action, containing the runtime system of the described agent. - getName() - Method in class jade.domain.mobility.Parameter
- getName() - Method in class jade.gui.AgentTree.Node
- getName() - Method in class jade.imtp.leap.http.HTTPProtocol
-
Method declaration
- getName() - Method in class jade.imtp.leap.JICP.JICPProtocol
-
Method declaration
- getName() - Method in class jade.imtp.leap.nio.BEManagementService
- getName() - Method in class jade.imtp.leap.TransportProtocol
-
Method declaration
- getName() - Method in interface jade.lang.acl.ACLCodec
-
Query the name of the message representation handled by this
Codecobject. - getName() - Method in class jade.lang.acl.LEAPACLCodec
-
Query the name of the message representation handled by this
Codecobject. - getName() - Method in class jade.lang.acl.StringACLCodec
- getName() - Method in class jade.mtp.http.MessageTransportProtocol
- getName() - Method in class jade.mtp.iiop.MessageTransportProtocol
- getName() - Method in interface jade.mtp.MTP
-
Reads the name of the message transport protocol managed by this MTP.
- getName() - Method in class jade.mtp.MTPDescriptor
- getName() - Method in class jade.PropertyType
-
Returns the name of the property.
- getName() - Method in interface jade.security.JADEPrincipal
-
Returns the name of this principal as known to its platform.
- getName() - Method in class jade.tools.applet.DFAppletCommunicator
-
returns "df" that is the name of the default DF.
- getName() - Method in class jade.tools.logging.JavaLoggingLogManagerImpl
- getName() - Method in interface jade.tools.logging.LogManager
-
Returns a user friendly name of the logging system
- getName() - Method in class jade.tools.logging.ontology.LevelInfo
- getName() - Method in class jade.tools.logging.ontology.LoggerInfo
- getName() - Method in class jade.wrapper.AgentContainer
- getName() - Method in interface jade.wrapper.AgentController
-
Get the platforms name of the agent.
- getName() - Method in interface jade.wrapper.PlatformController
-
Get the name of the platform.
- getName() - Method in interface jade.wrapper.State
-
Returns the name of the state.
- getName() - Method in class jade.wrapper.StateBase
-
Returns the descriptive name of the state.
- getName(Behaviour) - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the name of the FSM state associated to the given child behaviour.
- getNames() - Method in class jade.content.abs.AbsAggregate
-
Overrides method in superclass
- getNames() - Method in class jade.content.abs.AbsContentElementList
-
Makes no sense in the case of an AbsContentElementList that has no attribute --> Just return null
- getNames() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Makes no sense in the case of an AbsExtendedPrimitive that has no attribute --> Just return null
- getNames() - Method in interface jade.content.abs.AbsObject
- getNames() - Method in class jade.content.abs.AbsObjectImpl
- getNames() - Method in class jade.content.abs.AbsPrimitive
-
Makes no sense in the case of an AbsPrimitive that has no attribute --> Just return null
- getNames() - Method in class jade.content.onto.ConceptSlotFunction
- getNames() - Method in class jade.content.schema.ObjectSchema
-
Returns the names of all the slots in this
Schema(including slots defined in super schemas). - getNATMapping(String, int, int) - Method in class jade.imtp.leap.JICP.NATUtils
- getNested() - Method in exception jade.lang.acl.ACLCodec.CodecException
-
Reads the exception wrapped by this object.
- getNested() - Method in exception jade.util.WrapperException
-
Reads the exception wrapped by this object.
- getNewContainer() - Method in class jade.core.event.PlatformEvent
-
Returns the
ContainerIDof the container to which an agent moved when the event type isMOVED_AGENT. - getNewContainer() - Method in class jade.domain.persistence.ThawAgent
- getNewName() - Method in class jade.domain.mobility.CloneAction
-
Retrieve the value of the
new-nameslot of this event, containing the new local name (i.e. - getNewOwnership() - Method in class jade.core.event.PlatformEvent
- getNewPrincipal() - Method in class jade.core.event.AgentEvent
- getNextToken() - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class jade.content.lang.sl.SLParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class jade.lang.acl.ACLParser
- getNextToken() - Method in class jade.lang.acl.ACLParserTokenManager
- getNode() - Method in class jade.core.BackEndManager
- getNode() - Method in class jade.core.NodeDescriptor
-
Retrieve the described node.
- getNode() - Method in class jade.core.NodeFailureMonitor
-
Return the monitored target node
- getNode() - Method in interface jade.core.Service.Slice
-
Access the node where this slice resides.
- getNode() - Method in class jade.core.SliceProxy
- getNodeDescriptor() - Method in interface jade.core.AgentContainer
- getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.AMSService
-
the default SearchContraints are used.
- getNonBlockingBehaviour(Agent, AID, String) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, AID, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
In some cases it is more convenient to execute this tasks in a non-blocking way.
- getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, String) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNonBlockingBehaviour(Agent, String, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, String, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
the default AMS is used.
- getNonBlockingBehaviour(Agent, String, DFAgentDescription) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNonBlockingBehaviour(Agent, String, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Deprecated.Use
AchieveREInitiatorinstead - getNSamples() - Method in class jade.core.sam.AverageMeasure
- getNumberOfSlices() - Method in class jade.core.BaseService
-
This method returns the current number of slices known to this service on this node.
- getNumberOfSlices() - Method in interface jade.core.Service
-
Query by how many slices this service is composed at present.
- getO2AInterface(Class<T>) - Method in class jade.core.Agent
-
Used internally by the framework
- getO2AInterface(Class<T>) - Method in interface jade.wrapper.AgentController
-
Retrieve an O2A (Object-to-Agent) interface to interact with the controlled agent.
- getO2AObject() - Method in class jade.core.Agent
-
This method picks an object (if present) from the internal object-to-agent communication queue.
- getObject() - Method in class jade.content.abs.AbsPrimitive
- getObjectName() - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
- getObjectName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- getObserved() - Method in class jade.domain.introspection.StartNotify
-
Retrieve the value of the
observedslot of this event, containing the agent identifier of the agent whose events will be notified from now on. - getObserved() - Method in class jade.domain.introspection.StopNotify
-
Retrieve the value of the
observedslot of this event, containing the agent identifier of the agent whose events were being notified so far. - getObserver() - Method in class jade.tools.ToolNotifier
- getOK() - Method in class jade.tools.gui.ACLAIDDialog
-
Gets the OK attribute of the ACLAIDDialog object.
- getOldOwnership() - Method in class jade.core.event.PlatformEvent
- getOldPrincipal() - Method in class jade.core.event.AgentEvent
- getOneLine(Reader) - Method in class jade.util.ExtendedProperties
-
Get a logical line.
- getOntology() - Method in class jade.lang.acl.ACLMessage
-
Reads
:ontologyslot. - getOntology() - Method in class jade.tools.gui.ACLMessageNode
-
Gets the Ontology attribute of the MessageNode object
- getOntology(ACLMessage) - Method in class jade.content.ContentManager
- getOntologyNames() - Method in class jade.content.ContentManager
- getOrdSeg(int) - Method in class jade.tools.sniffer.Message
- getOS() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the
osslot of this action, containing the OS of the described agent. - getOutcome() - Method in class jade.core.behaviours.BaseInitiator
- getOutPendingModel() - Method in class jade.tools.introspector.gui.MessagePanel
- getOutProcessedModel() - Method in class jade.tools.introspector.gui.MessagePanel
- getOutputParameters(Behaviour, List) - Method in class jade.core.behaviours.LoaderBehaviour
- getOutputStream() - Method in class jade.imtp.leap.JICP.JICPConnection
- getOwnActionNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the agent actions defined in this ontology only (excluding extended ontologies).
- getOwnConceptNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the concepts defined in this ontology only (excluding extended ontologies).
- getOwnedCommands() - Method in class jade.core.BaseService
-
This should be properly implemented by the services that owns vertival commands.
- getOwnedCommands() - Method in class jade.core.event.NotificationService
- getOwnedCommands() - Method in class jade.core.management.AgentManagementService
- getOwnedCommands() - Method in class jade.core.management.BEAgentManagementService
- getOwnedCommands() - Method in class jade.core.messaging.LightMessagingService
-
Access the names of the vertical commands this service wants to handle as their final destination.
- getOwnedCommands() - Method in class jade.core.messaging.MessagingService
-
Access the names of the vertical commands this service wants to handle as their final destination.
- getOwnedCommands() - Method in class jade.core.mobility.AgentMobilityService
- getOwnedCommands() - Method in class jade.core.nodeMonitoring.NodeMonitoringService
- getOwnedCommands() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- getOwnedCommands() - Method in class jade.core.replication.AddressNotificationService
- getOwnedCommands() - Method in class jade.core.replication.MainReplicationService
- getOwnedCommands() - Method in interface jade.core.Service
-
Access the names of the vertical commands this service wants to handle as their final destination.
- getOwnedCommands() - Method in class jade.imtp.leap.nio.BEManagementService
- getOwner() - Method in class jade.domain.JADEAgentManagement.CreateAgent
- getOwner() - Method in interface jade.security.Credentials
-
Look into the various credentials, if there is one that certify the ownership for this credentials, return the JADEPrincipal of the owner.
- getOwnerCredentials() - Method in class jade.core.NodeDescriptor
-
Retrieve the credentials of the owner of this node (if any)
- getOwnerPrincipal() - Method in class jade.core.NodeDescriptor
-
Retrieve the principal of the owner of this node (if any)
- getOwnership() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the
ownershipslot of this object. - getOwnership() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the
ownershipslot of this object. - getOwnership() - Method in class jade.domain.introspection.AddedContainer
-
Retrieve the value of the
ownershipslot of this event, containing the name of the entity owning the newly added container. - getOwnership() - Method in class jade.domain.introspection.BornAgent
- getOwnership() - Method in class jade.gui.AgentTree.Node
- getOwnNames() - Method in class jade.content.schema.ObjectSchema
-
Returns the names of the slots defined in this
Schema(excluding slots defined in super schemas). - getOwnPredicateNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of the predicates defined in this ontology only (excluding extended ontologies).
- getPainter() - Method in class jade.tools.gui.ACLTextArea
-
Returns the object responsible for painting this text area.
- getParam(int) - Method in interface jade.core.Command
-
Obtain the parameter list, as an array of Java objects.
- getParam(int) - Method in class jade.core.GenericCommand
- getParameter(int) - Method in class jade.gui.GuiEvent
-
Get the parameter in the given position.
- getParameter(int) - Method in class jade.util.Event
-
Retrieve an element of the event parameter list.
- getParameter(String, String) - Method in class jade.core.Profile
-
Retrieve a String value from the configuration properties.
- getParameter(String, String) - Method in class jade.core.ProfileImpl
-
Retrieve a String value from the configuration properties.
- getParameterInfo() - Method in class jade.AppletBoot
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- getParameterName() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- getParameters() - Method in class jade.domain.mobility.LoadBehaviour
- getParameterValue() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- getParams() - Method in interface jade.core.Command
-
Obtain the parameter list, as an array of Java objects.
- getParams() - Method in class jade.core.GenericCommand
- getParent() - Method in class jade.core.behaviours.Behaviour
-
Retrieve the enclosing CompositeBehaviour (if present).
- getParentDF() - Method in class jade.domain.DFGUIManagement.DeregisterFrom
-
Deprecated.Use getDf() instead.
- getParentDF() - Method in class jade.domain.DFGUIManagement.Federate
-
Deprecated.Use getDf() instead.
- getParentDF() - Method in class jade.domain.DFGUIManagement.GetDescriptionUsed
- getParentNode() - Method in class jade.core.NodeDescriptor
- GetParents - Class in jade.domain.DFGUIManagement
-
This class implements the GetParents action.
- GetParents() - Constructor for class jade.domain.DFGUIManagement.GetParents
- GETPARENTS - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- getPassword() - Method in class jade.core.NodeDescriptor
-
Retrieve the password of the owner of the described node
- getPassword() - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Retrieve the value of the
passwordslot of this action, containing the password used to authenticate the principal requesting this action. - getPassword() - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Retrieve the value of the
passwordslot of this action, containing the password used to authenticate the principal requesting this action. - getPassword() - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Retrieve the value of the
passwordslot of this event, containing the password to authenticate the principal requesting the agent termination. - getPassword() - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Retrieve the value of the
passwordslot of this event, containing the password to authenticate the principal requesting the container termination. - getPassword() - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Retrieve the value of the
passwordslot of this action, containing the password used to authenticate the principal requesting this action. - getPassword() - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Retrieve the value of the
passwordslot of this action, containing the password used to authenticate the principal requesting this action. - getPasswordAuthentication() - Method in class jade.security.ThreadGroupHttpAuthenticator
- getPayload() - Method in class jade.core.event.MTPEvent
- getPayload() - Method in class jade.core.messaging.GenericMessage
- getPayload() - Method in class jade.domain.introspection.ACLMessage
-
Retrieve the payload (i.e.
- getPayload() - Method in class jade.imtp.leap.http.HTTPPacket
- getPayloadEncoding() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
payload-encodingslot of this object. - getPayloadLength() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
payload-lengthslot of this object. - getPDPContextInfo(InetAddress, String) - Method in interface jade.imtp.leap.JICP.PDPContextManager
- getPerformative() - Method in class jade.lang.acl.ACLMessage
-
return the integer representing the performative of this object
- getPerformative() - Method in class jade.tools.gui.ACLMessageNode
-
Gets the Performative attribute of the MessageNode object
- getPerformative(int) - Static method in class jade.lang.acl.ACLMessage
-
Returns the string corresponding to the integer for the performative
- getPeriod() - Method in class jade.core.behaviours.TickerBehaviour
- getPermittedValues() - Method in class jade.content.schema.facets.PermittedValuesFacet
-
Get the permitted values associated to this facet
- getPermittedValuesAsString() - Method in class jade.content.schema.facets.PermittedValuesFacet
-
Get the permitted values as string associated to this facet
- getPhase(String) - Method in class jade.proto.TwoPhInitiator
- getPlace() - Method in class jade.core.event.JADEEvent
- getPlatform() - Method in class jade.domain.introspection.PlatformDescription
-
Retrieve the value of the
platformslot of this event, containing theap-descriptionthis notification refers to. - getPlatformController() - Method in class jade.wrapper.ContainerController
-
Retrieve a controller for the platform the container wrapped by this ContainerController belongs to and acts as the Main Container.
- getPlatformID() - Method in interface jade.core.AgentContainer
- getPlatformInfo() - Method in interface jade.core.faultRecovery.PersistentStorage
-
Retrieve the Platform Information i.e.
- getPlatformManager() - Method in class jade.core.MainContainerImpl
- getPlatformManager() - Method in class jade.core.ProfileImpl
- getPlatformManagerAddress() - Method in class jade.core.replication.MainReplicationProxy
- getPlatformManagerAddress() - Method in interface jade.core.replication.MainReplicationSlice
- getPlatformManagerProxy() - Method in interface jade.core.IMTPManager
-
Retrieve a proxy to the PlatformManager specified in the local Profile
- getPlatformManagerProxy() - Method in class jade.imtp.leap.LEAPIMTPManager
- getPlatformManagerProxy() - Method in class jade.imtp.rmi.RMIIMTPManager
- getPlatformManagerProxy(String) - Method in interface jade.core.IMTPManager
-
Retrieve a proxy to the PlatformManager listening at a given address
- getPlatformManagerProxy(String) - Method in class jade.imtp.leap.LEAPIMTPManager
- getPlatformManagerProxy(String) - Method in class jade.imtp.rmi.RMIIMTPManager
- getPlatformName() - Method in class jade.core.event.PlatformEvent
- getPlatformName() - Method in interface jade.core.PlatformManager
- getPlatformName() - Method in class jade.core.PlatformManagerImpl
- getPlatformName() - Method in interface jade.core.ServiceManager
-
Retrieves the platform name from the platform Service Manager.
- getPlatformName() - Method in class jade.core.ServiceManagerImpl
- getPlatformName() - Method in interface jade.imtp.rmi.ServiceManagerRMI
- getPlatformName() - Method in class jade.wrapper.ContainerController
-
Retrieve the name of the platform the container wrapped by this ContainerController belongs to.
- getPlatformName() - Method in interface jade.wrapper.PlatformEvent
-
Retrieve the platform name.
- getPlatformRequest() - Method in class jade.tools.testagent.TestAgent
-
Gets the PlatformRequest attribute of the TestAgent object
- getPopupMenu(String) - Method in class jade.gui.AgentTree
- getPort() - Method in class jade.core.ContainerID
- getPort() - Method in class jade.imtp.leap.http.HTTPAddress
-
Method declaration
- getPort() - Method in class jade.imtp.leap.JICP.JICPAddress
-
Method declaration
- getPort() - Method in class jade.imtp.rmi.RMIAddress
-
Method declaration
- getPort() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of port
- getPort() - Method in interface jade.mtp.TransportAddress
- getPort() - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
get port for this bridge
- getPort() - Method in class jade.tools.SocketProxyAgent.SocketProxyAgent
-
get port used
- getPortNo() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of port
- getPos(String) - Method in class jade.tools.sniffer.AgentList
-
Gives back the position inside the agents
- getPostedMessagesCnt() - Method in class jade.core.Agent
- getPostTimeStamp() - Method in class jade.lang.acl.ACLMessage
- getPredicateNames() - Method in class jade.content.onto.Ontology
-
Retrieve the names of all predicatess defined in this ontology (including extended ontologies).
- getPreferredPosition() - Method in class jade.core.Filter
-
Retrieve the preferred position for this filter in the filter chain
- getPreferredSize() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the painter's preferred size.
- getPreferredSize() - Method in class jade.tools.rma.StartDialog
- getPreferredSize() - Method in class jade.tools.sniffer.MainWindow
- getPreserveJavaTypes() - Method in class jade.content.lang.sl.SLCodec
- getPrevious() - Method in class jade.core.behaviours.FSMBehaviour
-
Get the previously executed child
- getPrincipal() - Method in class jade.core.AgentDescriptor
- getPrincipal() - Method in interface jade.core.Command
-
Get the JADEPrincipal of the actor, respnsible for this Command object.
- getPrincipal() - Method in class jade.core.GenericCommand
- getPrincipal() - Method in class jade.core.NodeDescriptor
-
Retrieve the principal of the described node
- getPrincipal() - Method in interface jade.security.CredentialsHelper
-
Retrieve the principal of the agent this CredentialsHelper refers to.
- getPrincipal(ACLMessage) - Method in interface jade.security.CredentialsHelper
-
Retrieve the principal of the sender of a signed ACLMessage.
- getPrivateKey(String) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- getProfileProperty(String, String) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Searches for the property with the specified key in the JADE Platform Profile.
- getProfileProperty(String, String) - Static method in class jade.wrapper.gateway.JadeGateway
-
Searches for the property with the specified key in the JADE Platform Profile.
- getProperties() - Method in class jade.Boot3
-
Get boot properties.
- getProperties() - Method in class jade.core.ProfileImpl
-
Return the underlying properties collection.
- getProperties() - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Retrieve the startup Properties for this NIOBEDispatcher.
- getProperties() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Retrieve the startup Properties for this NIOBEDispatcher.
- getProperties() - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- getProperties() - Method in interface jade.imtp.leap.nio.NIOMediator
-
Retrieve the startup Properties for this NIOMediator.
- getProperties() - Method in class jade.tools.sniffer.MainWindow
- getProperty(String) - Method in class jade.util.ExtendedProperties
-
Override getProperty in base class so all occurances of the form ${key} are replaced by their associated value.
- getProperty(String, String) - Method in class jade.core.Agent
-
Retrieve a configuration property set in the
Profileof the local container (first) or as a System property. - getProperty(String, String) - Method in interface jade.imtp.leap.nio.BEManagementHelper
- getProperty(String, String) - Method in class jade.util.ExtendedProperties
-
Perform substitution when a value is fetched.
- getPropertyIgnoreCase(String) - Method in class jade.util.ExtendedProperties
-
Use this method to fetch a property ignoring case of key.
- getProposition() - Method in class jade.content.abs.AbsIRE
-
Gets the proposition of this IRE.
- getProto() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the
protoslot of this event, containing the protocol name for the newly added MTP. - getProto() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the
protoslot of this event, containing the protocol name for the newly removed MTP. - getProto() - Method in class jade.imtp.leap.http.HTTPAddress
-
Method declaration
- getProto() - Method in class jade.imtp.leap.http.HTTPSAddress
-
Method declaration
- getProto() - Method in class jade.imtp.leap.JICP.JICPAddress
-
Method declaration
- getProto() - Method in class jade.imtp.rmi.RMIAddress
-
Method declaration
- getProto() - Method in class jade.mtp.http.HTTPAddress
-
Get the value of protocol
- getProto() - Method in interface jade.mtp.TransportAddress
- getProtocol() - Method in class jade.core.Channel
- getProtocol() - Method in class jade.core.ContainerID
-
Retrieves the IMTP protocol used to reach the described container.
- getProtocol() - Method in interface jade.core.Location
-
Read the protocol for a location.
- getProtocol() - Method in class jade.core.PlatformID
- getProtocol() - Method in class jade.imtp.leap.http.HTTPPeer
-
Re-define the getProtocol() method to return the HTTPProtocol
- getProtocol() - Method in class jade.imtp.leap.http.HTTPSPeer
- getProtocol() - Method in interface jade.imtp.leap.ICP
-
Returns the protocol supported by this ICP
- getProtocol() - Method in class jade.imtp.leap.JICP.JICPPeer
-
Subclasses may re-define this method to return their own protocol
- getProtocol() - Method in interface jade.imtp.leap.JICP.ProtocolManager
- getProtocol() - Method in class jade.imtp.leap.nio.NIOHTTPPeer
- getProtocol() - Method in class jade.imtp.leap.nio.NIOHTTPSPeer
- getProtocol() - Method in class jade.lang.acl.ACLMessage
-
Reads
:protocolslot. - getQueue() - Method in class jade.domain.AMSEventQueueFeeder
- getQueueFeeder() - Method in class jade.domain.ams
- getQueueSize() - Method in class jade.core.Agent
-
Reads message queue size.
- getRawProperty(String) - Method in class jade.util.ExtendedProperties
-
Fetch property value for key which may contain strings of the form ${key}.
- getReceived() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve the
receivedslot of this object. - getReceivedContentElement() - Method in class jade.core.behaviours.OntologyServer
-
Allows subclasses to retrieve the actually received content element e.g.
- getReceivedMessagesCnt() - Method in class jade.core.Agent
- getReceiver() - Method in class jade.core.event.MessageEvent
- getReceiver() - Method in class jade.domain.introspection.PostedMessage
-
Retrieve the value of the
receiverslot of this event, containing the agent identifier of the agent owning the message queue the message was posted to. - getReceiver() - Method in class jade.domain.introspection.ReceivedMessage
-
Retrieve the value of the
receiverslot of this event, containing the agent identifier of the agent owning the message queue the message was extracted from. - getReceiver() - Method in class jade.domain.introspection.SentMessage
-
Retrieve the value of the unicast
receiverslot of this event. - getRecipientID() - Method in class jade.imtp.leap.JICP.JICPPacket
- getReferencedSchemas(ObjectSchema) - Static method in class jade.content.onto.Ontology
- getRegex() - Method in class jade.content.schema.facets.RegexFacet
-
Get the regex associated to this facet
- getRemoteHost() - Method in class jade.imtp.leap.JICP.Connection
- getRemoteHost() - Method in class jade.imtp.leap.JICP.JICPConnection
- getRemoteHost() - Method in class jade.imtp.leap.nio.NIOJICPConnection
- getReplicas() - Method in interface jade.core.replication.AgentReplicationHelper
-
Returns a Map mapping all replicas to their Location
- getReplyBy() - Method in class jade.lang.acl.ACLMessage
-
Deprecated.Since the value of this slot is a Date by definition, then the
getReplyByDateshould be used that returns a Date - getReplyByDate() - Method in class jade.lang.acl.ACLMessage
-
Reads
:reply-byslot. - getReplyWith() - Method in class jade.lang.acl.ACLMessage
-
Reads
:reply-withslot. - getRepository() - Method in class jade.domain.persistence.DeleteAgent
- getRepository() - Method in class jade.domain.persistence.DeleteAgentGroup
- getRepository() - Method in class jade.domain.persistence.DeleteContainer
- getRepository() - Method in class jade.domain.persistence.FreezeAgent
- getRepository() - Method in class jade.domain.persistence.LoadAgent
- getRepository() - Method in class jade.domain.persistence.LoadAgentGroup
- getRepository() - Method in class jade.domain.persistence.LoadContainer
- getRepository() - Method in class jade.domain.persistence.ReloadAgent
- getRepository() - Method in class jade.domain.persistence.SaveAgent
- getRepository() - Method in class jade.domain.persistence.SaveAgentGroup
- getRepository() - Method in class jade.domain.persistence.SaveContainer
- getRepository() - Method in class jade.domain.persistence.ThawAgent
- getRequest() - Method in class jade.tools.ToolAgent
-
Retrieve the
requestACL message with which this tool agent requests the AMS tool-specific actions. - getResolversArray() - Method in class jade.core.AID
-
Returns an array containing all the AIDs of the resolvers.
- getResource(String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, int) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, int) - Method in class jade.core.resource.ResourceManagementProxy
- getResource(String, int) - Method in interface jade.core.resource.ResourceManagementSlice
- getResource(String, int, String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResource(String, String) - Method in interface jade.core.resource.ResourceManagementHelper
-
Get remote resource
- getResourceManager() - Method in class jade.core.Profile
- getResourceManager() - Method in class jade.core.ProfileImpl
- getResponseCode(InputStream, StringBuffer) - Static method in class jade.mtp.http.HTTPIO
-
Capture and return the code of response message, this message is received from client
- getRestartCounter() - Method in class jade.core.behaviours.Behaviour
-
This method is used internally by the framework.
- getResult() - Method in class jade.core.behaviours.ActionExecutor
- getResult() - Method in class jade.tools.applet.JADEAppletRequestProto
-
returns the results of an action requested.
- getResultFacets() - Method in class jade.content.schema.AgentActionSchema
- getResultSchema() - Method in class jade.content.schema.AgentActionSchema
- getReturnValue() - Method in interface jade.core.Command
-
Obtain the return value for this command.
- getReturnValue() - Method in class jade.core.GenericCommand
- getRevision() - Static method in class jade.core.Runtime
- getRevision() - Method in class jade.core.VersionManager
- getRight() - Method in class jade.content.onto.basic.Equals
- getRightClickPopup() - Method in class jade.tools.gui.ACLTextArea
-
Returns the right click popup menu.
- getRoot() - Method in class jade.gui.AgentTreeModel
- getRowCount() - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- getRowCount() - Method in class jade.tools.introspector.gui.MessageTableModel
- getRowValue(int) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- getSAMInfo() - Method in class jade.core.sam.SAMProxy
- getSAMInfo() - Method in interface jade.core.sam.SAMSlice
- getSchema(Class) - Method in class jade.content.onto.BasicOntology
-
Redefine the
getSchema()method to take into account java primitives. - getSchema(Class) - Method in class jade.content.onto.Ontology
-
Retrieves the schema associated to a given class in this ontology.
- getSchema(Class, TermSchema) - Static method in class jade.content.onto.AggregateHelper
-
Get ontology schema associated to class Try to manage as aggregate
- getSchema(String) - Method in class jade.content.onto.BasicOntology
-
Redefine the
getSchema()method to take into account ACL performatives. - getSchema(String) - Method in class jade.content.onto.Ontology
-
Retrieves the schema of element
namein this ontology. - getSchema(String) - Method in class jade.content.schema.ObjectSchema
-
Retrieves the schema of a slot of this
Schema. - getSDSIName() - Method in interface jade.security.JADEPrincipal
-
Returns the SDSI name of this principal (if any)
- getSearchId() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Retrieve the
search-idslot of this object. - getSearchResult() - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Deprecated.Use getSearchResults() instead.
- getSearchResult() - Method in class jade.tools.applet.FIPAAppletRequestProto
-
Returns the results of a search operation.
- getSearchResults() - Method in class jade.domain.RequestFIPAServiceBehaviour
-
This public method allows to get the results of a search operation.
- getSeconds() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of seconds.
- getSelectedAgentInTable() - Method in class jade.tools.dfgui.DFGUI
-
Returns the AID of an agent selected from one of the tables shown.
- getSelectedClassname() - Method in class jade.gui.ClassSelectionDialog
- getSelectedNode() - Method in class jade.gui.AgentTree
- getSelectedText() - Method in class jade.tools.gui.ACLTextArea
-
Returns the selected text, or null if no selection is active.
- getSelectionColor() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the selection color.
- getSelectionEnd() - Method in class jade.tools.gui.ACLTextArea
-
Returns the selection end offset.
- getSelectionEndLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the selection end line.
- getSelectionKey(Object) - Method in class jade.proto.states.HandlerSelector
-
Subclasses must provide a concrete implementation for this method.
- getSelectionStart() - Method in class jade.tools.gui.ACLTextArea
-
Returns the selection start offset.
- getSelectionStartLine() - Method in class jade.tools.gui.ACLTextArea
-
Returns the selection start line.
- getSender() - Method in class jade.core.event.MessageEvent
- getSender() - Method in class jade.core.messaging.GenericMessage
- getSender() - Method in class jade.domain.introspection.PostedMessage
-
Retrieve the value of the
senderslot of this event, containing the agent identifier of the agent that sent the message. - getSender() - Method in class jade.domain.introspection.ReceivedMessage
-
Retrieve the value of the
senderslot of this event, containing the agent identifier of the agent that sent the message. - getSender() - Method in class jade.domain.introspection.SentMessage
-
Retrieve the value of the
senderslot of this event, containing the agent identifier of the agent that sent the message. - getSender() - Method in class jade.lang.acl.ACLMessage
-
Reads
:senderslot. - getSendTo() - Method in class jade.tools.gui.ACLMessageNode
-
Gets the SendTo attribute of the MessageNode object
- getSentMessagesCnt() - Method in class jade.core.Agent
- getSeparatorIndex(String) - Method in class jade.util.ExtendedProperties
-
Retrieve the position of the first valid key-value separator character ('=' or ':') in a stringified property.
- getServerAliases(String, Principal[]) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- getServerSocket(String, int, boolean) - Method in class jade.imtp.leap.JICP.JICPPeer
- getServerSocket(String, int, boolean) - Method in class jade.imtp.leap.JICP.JICPSPeer
- getServerSocketFactory() - Method in class jade.imtp.rmi.RMIIMTPManager
-
Creates the server socket factory, which will be used to instantiate a
UnicastRemoteObject. - getService() - Method in interface jade.core.Command
-
Query the service this command object belongs to.
- getService() - Method in class jade.core.GenericCommand
- getService() - Method in interface jade.core.HorizontalCommand
-
Access the service object this command belongs to.
- getService() - Method in interface jade.core.Service.Slice
-
Access the service object which this slice is a part of.
- getService() - Method in class jade.core.ServiceDescriptor
-
Retrieve the described service.
- getService() - Method in class jade.core.SliceProxy
- getServiceFinder() - Method in interface jade.core.AgentContainer
- getServiceFinder() - Method in class jade.core.Profile
-
Obtain a reference to the platform Service Finder, with which kernel-level services can be looked up.
- getServiceFinder() - Method in class jade.core.ProfileImpl
-
Access the platform service finder.
- getServiceManager() - Method in interface jade.core.AgentContainer
- getServiceManager() - Method in class jade.core.Profile
-
Obtain a reference to the platform Service Manager, with which kernel-level services can be added and removed.
- getServiceManager() - Method in class jade.core.ProfileImpl
-
Access the platform service manager.
- getServiceManagerAddress() - Method in class jade.core.replication.AddressNotificationProxy
- getServiceManagerAddress() - Method in interface jade.core.replication.AddressNotificationSlice
- getSession(ACLMessage, int) - Method in class jade.proto.AchieveREInitiator
- getSession(ACLMessage, int) - Method in class jade.proto.ContractNetInitiator
- getSession(ACLMessage, int) - Method in class jade.proto.IteratedAchieveREInitiator
- getSession(ACLMessage, int) - Method in class jade.proto.SubscriptionInitiator
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh0Initiator
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh1Initiator
- getSession(ACLMessage, int) - Method in class jade.proto.TwoPh2Initiator
- getSessionId() - Method in exception jade.imtp.leap.ICPDispatchException
- getSessionID() - Method in class jade.imtp.leap.JICP.JICPPacket
- getSignature() - Method in class jade.domain.mobility.MobileAgentDescription
-
Retrieve the value of the
signatureslot of this event, containing the signature string for the described agent. - getSingletonHelper() - Static method in class jade.core.sam.SAMService
- getSlice(String) - Method in class jade.core.BaseNode
- getSlice(String) - Method in class jade.core.BaseService
-
The
getSlice()implementation of this class works as follows: First, the name alias table is used to convert the given slice name into another name, if any Then, the new name (which may or may not be different from the original one) is used to look up an internal table keeping the service slices If no slice was found, theServiceFinderis asked to provide the slice, which is then put into the local table. - getSlice(String) - Method in interface jade.core.Service
-
Retrieve by name a slice of this service.
- getSlotName() - Method in class jade.content.onto.ConceptSlotFunction
- getSlotValue(String, Object) - Method in class jade.content.onto.Ontology
-
Retrieve the value of slot
slotNamefrom objectobj - getSlotValue(String, Object, ObjectSchema) - Method in class jade.content.onto.BCReflectiveIntrospector
- getSlotValue(String, Object, ObjectSchema) - Method in interface jade.content.onto.Introspector
- getSlotValue(String, Object, ObjectSchema) - Method in class jade.content.onto.MicroIntrospector
- getSlotValue(String, Object, ObjectSchema) - Method in class jade.content.onto.ReflectiveIntrospector
- getSniffer() - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Retrieve the value of the
snifferslot of this action, containing the agent identifier of the sniffer agent. - getSniffer() - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Retrieve the value of the
snifferslot of this action, containing the agent identifier of the sniffer agent. - getSniffMsg(List, boolean) - Method in class jade.tools.sniffer.Sniffer
-
Creates the ACLMessage to be sent to the Ams with the list of the agents to be sniffed/unsniffed.
- getSource() - Method in class jade.core.behaviours.Behaviour.RunnableChangedEvent
-
Read event source.
- getSource() - Method in class jade.gui.GuiEvent
-
Retrieve the logical source of this GUI event.
- getSpecifiers(String) - Method in class jade.core.Profile
-
Retrieve a list of Specifiers from the configuration properties.
- getSpecifiers(String) - Method in class jade.core.ProfileImpl
-
Retrieve a list of Specifiers from the configuration properties.
- getStamps() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Access the list of all the stamps.
- getState() - Method in class jade.core.Agent
-
Read current agent state.
- getState() - Method in class jade.core.LifeCycle
- getState() - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Retrieve the
stateslot of this object. - getState() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the
stateslot of this event, containing the initial state of the newly born agent. - getState() - Method in class jade.gui.AgentTree.Node
- getState() - Method in class jade.tools.introspector.gui.BehaviourTreeNode
- getState() - Method in class jade.wrapper.AgentContainer
- getState() - Method in interface jade.wrapper.AgentController
-
Read current agent state.
- getState() - Method in interface jade.wrapper.PlatformController
-
Returns an instance of PlatformState.
- getState(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Retrieve the child behaviour associated to the FSM state with the given name.
- getStatePanel() - Method in class jade.tools.introspector.gui.MainWindow
- getString() - Method in class jade.content.abs.AbsPrimitive
- getString(String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows getting the value of attributes of type
Stringdirectly as aStringi.e. - getStyledFont(Font) - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns the specified font, but with the style's bold and italic flags applied.
- getStyles() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns the syntax styles used to paint colorized text.
- getSubscribe() - Method in class jade.domain.introspection.AMSSubscriber
-
Retrieve the
subscribeACL message used to subscribe to the AMS. - getSubscribe() - Method in class jade.tools.ToolAgent
-
Retrieve the
subscribeACL message with which this tool agent subscribed with the AMS. - getSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly retrieve the
Subscriptionobject that is related to the conversation messagemsgbelongs to. - getSubscription(String) - Method in class jade.proto.SubscriptionResponder
-
Utility method to correctly retrieve the
Subscriptionobject that is related a given conversation. - getSubscriptionDfAgentDescriptions() - Method in class jade.domain.KBManagement.MemKB
- getSubscriptionMessage(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Deprecated.Use
createSubscriptionMessage()instead - getSubscriptions() - Method in class jade.domain.DFDBKB
-
Return all known subscriptions at the DF
- getSubscriptions() - Method in class jade.domain.KBManagement.DBKB
- getSubscriptions() - Method in class jade.domain.KBManagement.KB
- getSubscriptions() - Method in class jade.domain.KBManagement.MemKB
- getSubscriptions() - Method in class jade.proto.SubscriptionResponder
-
Utility method that retrieves all Subscription-s managed by this
SubscriptionResponder - getSubscriptions(int) - Method in class jade.domain.KBManagement.MemKB
- getSubscriptions(AID) - Method in class jade.proto.SubscriptionResponder
-
Utility method that retrieves all Subscription-s done by a given agent
- GetSuffix(int) - Method in class jade.content.lang.sl.SimpleCharStream
- GetSuffix(int) - Method in class jade.lang.acl.SimpleCharStream
- getSuperSchemas() - Method in class jade.content.schema.ObjectSchema
-
Retrieves an array containing the direct super-schemas of this schema.
- getSupportedKeys() - Static method in class jade.imtp.leap.SSLHelper
- getSupportedProtocols() - Method in class jade.mtp.http.MessageTransportProtocol
- getSupportedProtocols() - Method in class jade.mtp.iiop.MessageTransportProtocol
- getSupportedProtocols() - Method in interface jade.mtp.MTP
- getSupportedProtocols() - Method in class jade.mtp.MTPDescriptor
- getSystem() - Method in class jade.domain.mobility.MobileAgentProfile
-
Retrieve the value of the
systemslot of this action, containing the runtime system of the described agent. - getTable() - Method in class jade.tools.introspector.gui.TablePopupMenu
- getTabSize(int) - Method in class jade.content.lang.sl.SimpleCharStream
- getTargetDescription() - Method in class jade.core.behaviours.BaseInitiator
-
Concrete subclasses can redefine this method to provide a human readable description of the target agent of this behaviour.
- getTerm() - Method in class jade.content.abs.AbsIRE
-
Gets the variable term of this IRE.
- getTerminatedChildren() - Method in class jade.core.behaviours.ParallelBehaviour
-
Return a Collection view of the children of this
ParallelBehaviourthat have already completed. - getText() - Method in class jade.tools.gui.ACLTextArea
-
Returns the entire text of this text area.
- getText(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Returns the specified substring of the document.
- getText(int, int, Segment) - Method in class jade.tools.gui.ACLTextArea
-
Copies the specified substring of the document into a segment.
- getTheDate() - Method in class jade.tools.gui.ACLMessageNode
- getThread() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- getThread(int, String, Runnable) - Method in interface jade.core.ResourceManager
-
Return a Thread without starting it.
- getThread(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
- getThreadState() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- getTickCount() - Method in class jade.core.behaviours.TickerBehaviour
-
Retrieve how many ticks were done (i.e.
- getTime() - Method in class jade.core.event.JADEEvent
- getTime() - Method in class jade.mtp.http.BasicFipaDateTime
- getTime() - Method in class jade.tools.gui.ACLMessageNode
- getTimerDispatcher() - Method in class jade.core.Runtime
- getTimerDispatcher() - Static method in class jade.core.TimerDispatcher
- getTimeStamp() - Method in class jade.core.messaging.GenericMessage
- getTo() - Method in class jade.core.event.AgentEvent
- getTo() - Method in class jade.core.event.MessageEvent
- getTo() - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Retrieve the value of the
toslot of this event, containing the name of the entity owning the agent after this event occurred. - getTo() - Method in class jade.domain.introspection.ChangedAgentState
-
Retrieve the value of the
toslot of this event, containing the name of the state the agent was in after this event occurred. - getTo() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve the value of the
toslot of this event, containing the name of the state the behaviour was in after this event occurred. - getTo() - Method in class jade.domain.introspection.MovedAgent
-
Retrieve the value of the
toslot of this event, containing the container identifier of the container where the agent migrated. - getTo() - Method in class jade.domain.introspection.RoutedMessage
- getToBeReset() - Method in class jade.proto.AchieveREInitiator
- getToBeReset() - Method in class jade.proto.ContractNetInitiator
- getToBeReset() - Method in class jade.proto.SubscriptionInitiator
- getToBeReset() - Method in class jade.proto.TwoPh0Initiator
- getToBeReset() - Method in class jade.proto.TwoPh1Initiator
- getToBeReset() - Method in class jade.proto.TwoPh2Initiator
- getToken(int) - Method in class jade.lang.acl.ACLParser
- getTokenMarker() - Method in class jade.tools.gui.ACLSyntaxDocument
-
Returns the token marker that is to be used to split lines of this document up into tokens.
- getTokenMarker() - Method in class jade.tools.gui.ACLTextArea
-
Returns the document's token marker.
- getToolTip() - Method in class jade.PropertyType
- getToolTipText() - Method in class jade.gui.AgentTree.AgentNode
- getToolTipText() - Method in class jade.gui.AgentTree.ContainerNode
- getToolTipText() - Method in class jade.gui.AgentTree.LocalPlatformFolderNode
- getToolTipText() - Method in class jade.gui.AgentTree.Node
- getToolTipText() - Method in class jade.gui.AgentTree.RemoteAgentNode
- getToolTipText() - Method in class jade.gui.AgentTree.RemotePlatformNode
- getToolTipText() - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
- getToolTipText() - Method in class jade.gui.AgentTree.SuperContainer
- getTraceID() - Method in class jade.core.messaging.GenericMessage
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class jade.gui.TreeIconRenderer
- getType() - Method in class jade.content.abs.AbsReference
-
Gets the type of the referenced object.
- getType() - Method in class jade.content.abs.AbsVariable
-
Gets the value type of this variable.
- getType() - Method in class jade.content.schema.facets.TypedAggregateFacet
-
Get the schema associated to this facet
- getType() - Method in class jade.domain.FIPAAgentManagement.APService
-
Retrieve the
typeslot of this object. - getType() - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Retrieve the
typeslot of this object. - getType() - Method in class jade.gui.AgentTree.AgentNode
- getType() - Method in class jade.gui.AgentTree.ContainerNode
- getType() - Method in class jade.gui.AgentTree.LocalPlatformFolderNode
- getType() - Method in class jade.gui.AgentTree.Node
- getType() - Method in class jade.gui.AgentTree.RemoteAgentNode
- getType() - Method in class jade.gui.AgentTree.RemotePlatformNode
- getType() - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
- getType() - Method in class jade.gui.AgentTree.SuperContainer
- getType() - Method in class jade.gui.GuiEvent
-
Retrieve the kind of this GUI event.
- getType() - Method in class jade.imtp.leap.JICP.JICPPacket
- getType() - Method in class jade.PropertyType
-
This method returns a string representing the type of the property.
- getType() - Method in class jade.tools.logging.ontology.GetAllLoggers
- getType() - Method in class jade.util.Event
-
Retrieve the type of this event.
- getTypeDesignator() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of typeDesignator.
- getTypeName() - Method in class jade.content.abs.AbsContentElementList
- getTypeName() - Method in class jade.content.abs.AbsExtendedPrimitive
- getTypeName() - Method in interface jade.content.abs.AbsObject
- getTypeName() - Method in class jade.content.abs.AbsObjectImpl
- getTypeName() - Method in class jade.content.abs.AbsPrimitive
- getTypeName() - Method in interface jade.content.frame.Frame
- getTypeName() - Method in class jade.content.frame.OrderedFrame
-
Retrieve the type-name of this OrderedFrame.
- getTypeName() - Method in class jade.content.frame.QualifiedFrame
-
Retrieve the type-name of this QualifiedFrame.
- getTypeName() - Method in class jade.content.schema.ObjectSchema
-
Retrieves the name of the type of this schema.
- getUnicastReceiver() - Method in class jade.tools.sniffer.Message
- getUnreachableNode(String) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Retrieve a stored unreachable node
- getUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
-
Searches for the user defined parameter with the specified key.
- getUsername() - Method in class jade.core.NodeDescriptor
-
Retrieve the username of the owner of the described node
- getValidationMode() - Method in class jade.content.ContentManager
-
Return the currently set validation mode i.e.
- getValue() - Method in class jade.content.onto.basic.Result
- getValue() - Method in class jade.core.AgentState
-
Retrieve the numeric value of this state, in agreement with the
AP_XXXconstants defined in theAgentclass. - getValue() - Method in class jade.core.sam.AverageMeasure
- getValue() - Method in interface jade.core.sam.AverageMeasureProvider
- getValue() - Method in class jade.core.sam.AverageMeasureProviderImpl
- getValue() - Method in interface jade.core.sam.CounterValueProvider
- getValue() - Method in interface jade.core.sam.MeasureProvider
- getValue() - Method in class jade.domain.FIPAAgentManagement.Property
-
Retrieve the value of this property object, associated with the property name.
- getValue() - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedValue
- getValue() - Method in exception jade.domain.FIPAAgentManagement.UnsupportedValue
- getValue() - Method in class jade.domain.mobility.Parameter
- getValue() - Method in class jade.tools.logging.ontology.LevelInfo
- GetValue - Class in jade.domain.introspection
-
This class represents the
get-valueaction of the Introspection Ontology. - GetValue() - Constructor for class jade.domain.introspection.GetValue
- GetValue(String) - Constructor for class jade.domain.introspection.GetValue
- GETVALUE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- GETVALUE_KEY - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- getValueAt(int, int) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- getValueAt(int, int) - Method in class jade.tools.introspector.gui.MessageTableModel
- getValues() - Method in class jade.content.abs.AbsObjectImpl
-
This method enables the omonimous method in AbsPredicate
- getValues() - Method in class jade.content.abs.AbsPredicate
- getValues() - Method in class jade.domain.FIPAAgentManagement.MultiValueProperty
- getVariable() - Method in class jade.content.abs.AbsIRE
-
Gets the variable of this IRE.
- getVariables() - Method in class jade.content.abs.AbsIRE
-
Gets the sequence of variables of this IRE.
- getVariance() - Method in class jade.core.sam.AverageMeasure
- getVersion() - Static method in class jade.core.Runtime
- getVersion() - Method in class jade.core.VersionManager
- getVersionInfo() - Static method in class jade.core.Runtime
-
Return the version number and date of this JADE Runtime.
- getVertDim() - Method in class jade.tools.sniffer.MMCanvas
- getVia() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve the
viaslot of this object. - getVirtualAid() - Method in interface jade.core.replication.AgentReplicationHelper
-
Returns the AID of the virtual agent previously defined by means of the makeVirtual() method or null if no virtual agent has been defined.
- getVisibleLines() - Method in class jade.tools.gui.ACLTextArea
-
Returns the number of lines visible in this text area.
- getWakeupTime() - Method in class jade.core.behaviours.WakerBehaviour
- getWhat() - Method in class jade.domain.introspection.EventRecord
-
Retrieve the value of the
whatslot of this event, containing the occurred event. - getWhat() - Method in class jade.domain.introspection.Occurred
-
Retrieve the value of the
whatslot of this event, containing the record of the occurred event, along with location and timestamp information. - getWhen() - Method in class jade.domain.introspection.EventRecord
-
Retrieve the value of the
whenslot of this event, containing the time instant when the event occurred. - getWhere() - Method in class jade.domain.introspection.AddedMTP
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly added MTP was deployed. - getWhere() - Method in class jade.domain.introspection.BornAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly added agent was born. - getWhere() - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the agent is deployed. - getWhere() - Method in class jade.domain.introspection.DeadAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly dead agent was deployed. - getWhere() - Method in class jade.domain.introspection.EventRecord
-
Retrieve the value of the
whereslot of this event, containing the location where the event occurred. - getWhere() - Method in class jade.domain.introspection.FrozenAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly frozen agent was deployed. - getWhere() - Method in class jade.domain.introspection.RemovedMTP
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly removed MTP was deployed. - getWhere() - Method in class jade.domain.introspection.ResumedAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly resumed agent was deployed. - getWhere() - Method in class jade.domain.introspection.SuspendedAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly suspended agent was deployed. - getWhere() - Method in class jade.domain.introspection.ThawedAgent
-
Retrieve the value of the
whereslot of this event, containing the container identifier of the container where the newly frozen agent was deployed. - getWhere() - Method in class jade.domain.persistence.DeleteAgent
- getWhere() - Method in class jade.domain.persistence.DeleteContainer
- getWhere() - Method in class jade.domain.persistence.LoadAgent
- getWrappedBehaviour() - Method in class jade.core.behaviours.WrapperBehaviour
- getWrapper(String, IMTPManager) - Static method in class jade.util.TransportAddressWrapper
- getWrappers() - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
This method is declared public for debugging purpose only
- getYear() - Method in class jade.mtp.http.BasicFipaDateTime
-
Get the value of year.
- getZip() - Method in class jade.domain.mobility.LoadBehaviour
- GO_EVENT - Static variable in class jade.tools.introspector.Introspector
- grantLeaseTime(Object) - Method in interface jade.domain.KBManagement.LeaseManager
- greyOut - Variable in class jade.gui.AgentTree.Node
- GUI - Static variable in class jade.core.Profile
- GUI_KEY - Static variable in class jade.BootProfileImpl
- GuiAgent - Class in jade.gui
-
When a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread.
- GuiAgent() - Constructor for class jade.gui.GuiAgent
-
Default constructor.
- GuiEvent - Class in jade.gui
-
This class defines the object type
GuiEventused to notify an event to a GuiAgent. - GuiEvent(Object, int) - Constructor for class jade.gui.GuiEvent
-
Create a GUI event.
- GuiProperties - Class in jade.gui
-
This class encapsulates some informations used by the program
- GuiProperties - Class in jade.tools.DummyAgent
-
This class encapsulates some informations used by the program
- GuiProperties - Class in jade.tools.introspector.gui
-
This class loads the icons used.
- GuiProperties - Class in jade.tools.sniffer
-
This class loads the icons used in the toolbar and menus
- GuiProperties() - Constructor for class jade.gui.GuiProperties
- GuiProperties() - Constructor for class jade.tools.DummyAgent.GuiProperties
- GuiProperties() - Constructor for class jade.tools.introspector.gui.GuiProperties
- GuiProperties() - Constructor for class jade.tools.sniffer.GuiProperties
H
- H_ACTIVATEUDP - Static variable in interface jade.core.nodeMonitoring.UDPNodeMonitoringSlice
- H_ADDREPLICA - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_ADDREPLICA - Static variable in interface jade.core.replication.MainReplicationSlice
- H_ADDROUTE - Static variable in interface jade.core.messaging.MessagingSlice
- H_ADDSERVICEMANAGERADDRESS - Static variable in interface jade.core.replication.AddressNotificationSlice
-
This command name represents the notification of the removal of an address from the Service Manager of the platform.
- H_BORNAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_BORNAGENT - Static variable in interface jade.core.replication.MainReplicationSlice
- H_CHANGEAGENTSTATE - Static variable in interface jade.core.management.AgentManagementSlice
- H_CLONECODELOCATORENTRY - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_CLONEDAGENT - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_COPYAGENT - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_CREATEAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_CREATEAGENT - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_CURRENTALIASES - Static variable in interface jade.core.messaging.MessagingSlice
- H_DEACTIVATEUDP - Static variable in interface jade.core.nodeMonitoring.UDPNodeMonitoringSlice
- H_DEADAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_DEADAGENT - Static variable in interface jade.core.replication.MainReplicationSlice
- H_DEADALIAS - Static variable in interface jade.core.messaging.MessagingSlice
- H_DEADMTP - Static variable in interface jade.core.messaging.MessagingSlice
- H_DEADMTP - Static variable in interface jade.core.replication.MainReplicationSlice
- H_DEADTOOL - Static variable in interface jade.core.replication.MainReplicationSlice
- H_DEBUGOFF - Static variable in interface jade.core.event.NotificationSlice
- H_DEBUGON - Static variable in interface jade.core.event.NotificationSlice
- H_DEREGISTER - Static variable in interface jade.core.messaging.TopicManagementSlice
- H_DISPATCHLOCALLY - Static variable in interface jade.core.messaging.MessagingSlice
- H_EXITCONTAINER - Static variable in interface jade.core.management.AgentManagementSlice
- H_FETCHCLASSFILE - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_FILLGADT - Static variable in interface jade.core.replication.MainReplicationSlice
- H_FLUSHMESSAGES - Static variable in interface jade.core.messaging.PersistentDeliverySlice
- H_GETAGENTLOCATION - Static variable in interface jade.core.messaging.MessagingSlice
- H_GETAGENTLOCATION - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_GETLABEL - Static variable in interface jade.core.replication.MainReplicationSlice
- H_GETPLATFORMMANAGERADDRESS - Static variable in interface jade.core.replication.MainReplicationSlice
- H_GETRESOURCE - Static variable in interface jade.core.resource.ResourceManagementSlice
- H_GETSAMINFO - Static variable in interface jade.core.sam.SAMSlice
- H_GETSERVICEMANAGERADDRESS - Static variable in interface jade.core.replication.AddressNotificationSlice
- H_HANDLETRANSFERRESULT - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_INSTALLMTP - Static variable in interface jade.core.messaging.MessagingSlice
- H_INVOKEAGENTMETHOD - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_INVOKESERVICEMETHOD - Static variable in interface jade.core.replication.MainReplicationSlice
- H_KILLAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_KILLNODE - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- H_MASTERREPLICACHANGED - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_MOVEAGENT - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_NEWALIAS - Static variable in interface jade.core.messaging.MessagingSlice
- H_NEWMTP - Static variable in interface jade.core.messaging.MessagingSlice
- H_NEWMTP - Static variable in interface jade.core.replication.MainReplicationSlice
- H_NEWTOOL - Static variable in interface jade.core.replication.MainReplicationSlice
- H_NEWVIRTUALAGENT - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_NOTIFYBECOMEMASTER - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_NOTIFYREPLICAREMOVED - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_PREPARE - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_REGISTER - Static variable in interface jade.core.messaging.TopicManagementSlice
- H_REMOVECODELOCATORENTRY - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_REMOVEREPLICA - Static variable in interface jade.core.replication.MainReplicationSlice
- H_REMOVEROUTE - Static variable in interface jade.core.messaging.MessagingSlice
- H_REPLICACREATIONREQUESTED - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_RESUMEDAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_RESUMEDAGENT - Static variable in interface jade.core.replication.MainReplicationSlice
- H_ROUTEOUT - Static variable in interface jade.core.messaging.MessagingSlice
- H_SNIFFOFF - Static variable in interface jade.core.event.NotificationSlice
- H_SNIFFON - Static variable in interface jade.core.event.NotificationSlice
- H_STOREMESSAGE - Static variable in interface jade.core.messaging.PersistentDeliverySlice
-
This command name represents the action of removing a given message template from a message store.
- H_SUSPENDEDAGENT - Static variable in interface jade.core.management.AgentManagementSlice
- H_SUSPENDEDAGENT - Static variable in interface jade.core.replication.MainReplicationSlice
- H_SYNCHREPLICATION - Static variable in interface jade.core.replication.AgentReplicationSlice
- H_TRANSFERIDENTITY - Static variable in interface jade.core.mobility.AgentMobilitySlice
- H_TRANSFERLOCALALIASES - Static variable in interface jade.core.messaging.MessagingSlice
- H_UNINSTALLMTP - Static variable in interface jade.core.messaging.MessagingSlice
- H_VIRTUALAGENTDEAD - Static variable in interface jade.core.replication.AgentReplicationSlice
- handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.Behaviour
-
Handler for block/restart events.
- handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.ParallelBehaviour
-
Handle block/restart notifications.
- handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.SerialBehaviour
-
Handle block/restart notifications.
- handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
-
Propagate a DOWNWARDS event (typically this happens when this ThreadedBehaviourWrapper is added as a child of a CompositeBehaviour and the latter, or an ancestor, is blocked/restarted) to the wrapped threaded behaviour.
- handle(Behaviour.RunnableChangedEvent) - Method in class jade.core.behaviours.WrapperBehaviour
- handle(Event) - Method in interface jade.domain.introspection.AMSSubscriber.EventHandler
- handle(Date, SAMInfo) - Method in interface jade.core.sam.SAMInfoHandler
- HANDLE_ACCEPT_PROPOSAL - Static variable in class jade.proto.ProposeInitiator
- HANDLE_ACCEPT_PROPOSAL - Static variable in class jade.proto.SSContractNetResponder
- HANDLE_AGREE - Static variable in class jade.proto.AchieveREInitiator
- HANDLE_ALL_RESPONSES - Static variable in class jade.proto.AchieveREInitiator
- HANDLE_ALL_RESPONSES - Static variable in class jade.proto.ProposeInitiator
- HANDLE_ALL_RESULT_NOTIFICATIONS - Static variable in class jade.proto.AchieveREInitiator
- HANDLE_CANCEL - Static variable in class jade.proto.SSIteratedAchieveREResponder
- HANDLE_CFP - Static variable in class jade.proto.SSContractNetResponder
- HANDLE_INFORM - Static variable in class jade.proto.AchieveREInitiator
- HANDLE_NOT_UNDERSTOOD - Static variable in class jade.proto.ProposeInitiator
- HANDLE_OUT_OF_SEQ - Static variable in class jade.proto.ProposeInitiator
- HANDLE_REFUSE - Static variable in class jade.proto.AchieveREInitiator
- HANDLE_REJECT_PROPOSAL - Static variable in class jade.proto.ProposeInitiator
- HANDLE_REJECT_PROPOSAL - Static variable in class jade.proto.SSContractNetResponder
- HANDLE_REQUEST - Static variable in class jade.proto.SSIteratedAchieveREResponder
- handleAcceptProposal(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time an
accept-proposalmessage is received, which is not out-of-sequence according to the protocol rules. - handleAcceptProposal(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the
ACCEPT-PROPOSALhas been received. - handleAcceptProposal(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.ContractNetResponder
-
Redefine this method to call prepareResultNotification()
- handleAcceptProposal(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called when an ACCEPT_PROPOSAL message is received from the initiator.
- handleAgree(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle
agreereplies. - handleAgree(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time an
agreemessage is received, which is not out-of-sequence according to the protocol rules. - handleAgree(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time an
agreemessage is received, which is not out-of-sequence according to the protocol rules. - handleAgree(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time an
agreemessage is received, which is not out-of-sequence according to the protocol rules. - handleAgree(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleAgree(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleAllPh0Responses(Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called when all the responses of phase 0 have been collected or when the timeout is expired.
- handleAllPh1Responses(Vector, Vector, Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called in phase 1 when all the responses have been collected or when the timeout is expired.
- handleAllPh2Responses(Vector) - Method in class jade.proto.TwoPhInitiator
-
This method is called in phase 2 when all the responses have been collected.
- handleAllResponses(Vector) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
This method handle is called after receiving all the responses and when the timeout is expired( in this case no reply has been received.
- handleAllResponses(Vector) - Method in class jade.proto.AchieveREInitiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.ProposeInitiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.SubscriptionInitiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector) - Method in class jade.proto.TwoPh2Initiator
-
This method is called when all the responses have been collected.
- handleAllResponses(Vector, Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPh0Initiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResponses(Vector, Vector, Vector, Vector, Vector, Vector) - Method in class jade.proto.TwoPh1Initiator
-
This method is called when all the responses have been collected or when the timeout is expired.
- handleAllResultNotifications(Vector) - Method in class jade.core.behaviours.BaseInitiator
- handleAllResultNotifications(Vector) - Method in class jade.proto.AchieveREInitiator
-
This method is called when all the result notification messages have been collected.
- handleAllResultNotifications(Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called when all the result notification messages have been collected.
- handleAllResultNotifications(Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is redefined to call the proper overloaded method
- handleAllResultNotifications(Vector) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called when all the result notification messages have been collected.
- handleAllResultNotifications(Vector, Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is called when all the result notification messages of the current round have been collected.
- handleBlockEvent() - Method in class jade.core.behaviours.Behaviour
-
This method is used internally by the framework.
- handleBlockEvent() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method is used internally by the framework.
- handleBlockEvent() - Method in class jade.core.behaviours.WrapperBehaviour
-
This method is used internally by the framework.
- handleCancel(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method is called when a CANCEL message is received from the initiator.
- handleCancel(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
This method is called when a CANCEL message is received for a previous subscription.
- handleCfp(ACLMessage) - Method in class jade.proto.ContractNetResponder
-
Redefine this method to call prepareResponse()
- handleCfp(ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called to handle the initial CFP message.
- handleCfp(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called when the initiator's message is received that matches the message template passed in the constructor.
- handleCloneAgent(AID, AID, ClassLoader) - Method in class jade.core.management.CodeLocatorListener
-
Event triggered when an agent is cloned.
- handleCommand(byte[]) - Method in interface jade.imtp.leap.ICP.Listener
-
Handle a received (still serialized) command object, i.e.
- handleCommand(byte[]) - Method in class jade.imtp.leap.MicroSkeleton
- handleConfirm(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a
confirmmessage is received, which is not out-of-sequence according to the protocol rules. - handleConfirm(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a
confirmmessage is received, which is not out-of-sequence according to the protocol rules. - handleConnectionError() - Method in class jade.imtp.leap.http.HTTPBEDispatcher
- handleConnectionError(Connection, Exception) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Notify this NIOMediator that an error occurred on one of the Connections it is using.
- handleConnectionError(Connection, Exception) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Notify this NIOMediator that an error occurred on one of the Connections it was using.
- handleConnectionError(Connection, Exception) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- handleConnectionError(Connection, Exception) - Method in interface jade.imtp.leap.nio.NIOMediator
-
Notify this NIOMediator that an error occurred on one of the Connections it was using.
- handleConnectionEvent(int, Object) - Method in interface jade.imtp.leap.ConnectionListener
-
This callback method is called by the JADE runtime (front-end of a split container) when connection specific events happen on the device.
- handleDeadAlias(AID, AID) - Method in interface jade.core.messaging.MessagingHelper.AliasListener
- handleDeliveryResult(String, Throwable) - Method in class jade.core.messaging.MomMessagingService
- handleDiscarded(ACLMessage, boolean) - Method in class jade.core.ExtendedMessageQueue
-
This method is invoked when a message is discarded because the queue max size has been reached or the warning limit has been exceeded and the discard-message-template matches.
- handleDisconfirm(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a
disconfirmmessage is received, which is not out-of-sequence according to the protocol rules. - handleDisconfirm(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a
disconfirmmessage is received, which is not out-of-sequence according to the protocol rules. - handleDropDown(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Handle a connection DROP_DOWN request from the FE.
- handleDropDown(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Handle a connection DROP_DOWN request from the FE.
- handleDropDown(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.sms.SMSBEDispatcher
- handleElapsedTimeout() - Method in class jade.core.behaviours.WakerBehaviour
-
Deprecated.Use onWake() instead
- handleEvent(JADEEvent) - Method in interface jade.core.FEListener
- handleFailure(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
- handleFailure(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle
failurereplies. - handleFailure(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a
failuremessage is received, which is not out-of-sequence according to the protocol rules. - handleFailure(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a
failuremessage is received, which is not out-of-sequence according to the protocol rules. - handleFailure(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleFailure(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleGatewayConnected() - Method in interface jade.wrapper.gateway.GatewayListener
- handleGatewayDisconnected() - Method in interface jade.wrapper.gateway.GatewayListener
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Handle an incoming connection.
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
This is called by the JICPServer when a JICP CREATE_MEDIATOR or CONNECT_MEDIATOR is received.
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in interface jade.imtp.leap.JICP.JICPMediator
-
Passes to this JICPMediator the connection opened by the mediated entity.
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Passes to this JICPMediator the connection opened by the mediated entity.
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Passes to this JICPMediator the connection opened by the mediated entity.
- handleIncomingConnection(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Handle an incoming connection.
- handleInconsistentFSM(String, int) - Method in class jade.core.behaviours.FSMBehaviour
- handleInform(ACLMessage) - Method in class jade.core.behaviours.ActionExecutor
- handleInform(ACLMessage) - Method in class jade.domain.DFSubscriber
- handleInform(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle
informreplies. - handleInform(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is redefined to call the proper overloaded method
- handleInform(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
This method is called every time a
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInform(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleInform(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleInform(ACLMessage, Vector) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method is called every time an
informmessage is received, which is not out-of-sequence according to the protocol rules. - handleInpReconnection(Connection) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- handleJICPPacket(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Overloaded version of the handleJICPPacket() method including the
Connectionthe incoming JICPPacket was received from. - handleJICPPacket(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Overloaded version of the handleJICPPacket() method including the
Connectionthe incoming JICPPacket was received from. - handleJICPPacket(Connection, JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Handle an incoming JICP packet received by the MediatorManager
- handleJICPPacket(Connection, JICPPacket, InetAddress, int) - Method in interface jade.imtp.leap.nio.NIOMediator
-
Overloaded version of the handleJICPPacket() method including the
Connectionthe incoming JICPPacket was received from. - handleJICPPacket(JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Handle an incoming JICP packet received by the MediatorManager.
- handleJICPPacket(JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
This is called by the JICPServer when a JICP packet addressing this mediator as recipient-ID is received.
- handleJICPPacket(JICPPacket, InetAddress, int) - Method in interface jade.imtp.leap.JICP.JICPMediator
-
Passes to this JICPMediator a JICP packet.
- handleJICPPacket(JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Passes to this mediator a JICPPacket received by the JICPMediatorManager this mediator is attached to.
- handleJICPPacket(JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Passes to this mediator a JICPPacket received by the JICPMediatorManager this mediator is attached to.
- handleJICPPacket(JICPPacket, InetAddress, int) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- handleMessage(ACLMessage) - Method in class jade.core.behaviours.OntologyServer
- handleMessage(ACLMessage) - Method in class jade.proto.states.MsgReceiver
-
This is invoked when a message matching the specified template is received or the timeout has expired (the
msgparameter is null in this case). - handleMessageFromMom(String, AID, GenericMessage, AID, String) - Method in class jade.core.messaging.MomMessagingService
- handleNewAlias(AID, AID) - Method in interface jade.core.messaging.MessagingHelper.AliasListener
- handleNotUnderstood(ContentException, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
- handleNotUnderstood(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
- handleNotUnderstood(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle
not-understoodreplies. - handleNotUnderstood(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time a
not-understoodmessage is received, which is not out-of-sequence according to the protocol rules. - handleNotUnderstood(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a
not-understoodmessage is received, which is not out-of-sequence according to the protocol rules. - handleNotUnderstood(ACLMessage) - Method in class jade.proto.TwoPhInitiator
- handleNotUnderstood(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleNotUnderstood(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleOldResponse(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
This method is called every time a
failure, adisconfirmor aninformmessage is received, which is not out-of-sequence according to the protocol rules. - handleOldResponse(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a
failure, adisconfirmor aninformmessage is received in phase 2, which is not out-of-sequence according to the protocol rules. - handleOtherMessage(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleOtherMessage(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleOutOfSequence(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle out of sequence replies.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time a message is received, which is out-of-sequence according to the protocol rules.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a message is received, which is out-of-sequence according to the protocol rules.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
Redefine this method to call the overloaded version with 3 parameters.
- handleOutOfSequence(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a message is received in phase n (use
getCurrentPhasemethod to know the phase), which is out-of-sequence according to the protocol rules. - handleOutOfSequence(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called whenever a message is received that does not comply to the protocol rules.
- handleOutReconnection(Connection) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- handlePacket(JICPPacket) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- handlePDPContextClosed(String) - Method in class jade.imtp.leap.JICP.JICPServer
-
Called by the PDPContextManager (if any)
- handlePDPContextClosed(String) - Method in interface jade.imtp.leap.JICP.PDPContextManager.Listener
- handlePeerExited() - Method in class jade.imtp.leap.http.HTTPBEDispatcher
- handlePh1Inform(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time an
informmessage in phase 1 is received, which is not out-of-sequence according to the protocol rules. - handlePh2Inform(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time an
informmessage in phase 2 is received, which is not out-of-sequence according to the protocol rules. - handlePostponedCommandExpired(Command, ICPException) - Method in class jade.imtp.leap.BackEndStub
- handlePostponedCommandExpired(Command, ICPException) - Method in class jade.imtp.leap.MicroStub
- handlePropose(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
This method is called every time a
proposemessage is received, which is not out-of-sequence according to the protocol rules. - handlePropose(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method is called every time a
proposemessage is received, which is not out-of-sequence according to the protocol rules. - handlePropose(ACLMessage, Vector) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a
proposemessage is received, which is not out-of-sequence according to the protocol rules. - handleQueryIf(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the
QUERY-IFhas been received. - handleReceiptFromMom(String, Throwable) - Method in class jade.core.messaging.MomMessagingService
- handleReconnection(Connection) - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
- handleRefuse(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
- handleRefuse(ACLMessage) - Method in class jade.domain.RequestFIPAServiceBehaviour
-
Method to handle
refusereplies. - handleRefuse(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method is called every time a
refusemessage is received, which is not out-of-sequence according to the protocol rules. - handleRefuse(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
This method is called every time a
refusemessage is received, which is not out-of-sequence according to the protocol rules. - handleRefuse(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method is called every time a
refusemessage is received, which is not out-of-sequence according to the protocol rules. - handleRefuse(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called every time a
refusemessage is received, which is not out-of-sequence according to the protocol rules. - handleRefuse(ACLMessage) - Method in class jade.tools.applet.FIPAAppletRequestProto
- handleRefuse(ACLMessage) - Method in class jade.tools.applet.JADEAppletRequestProto
- handleRegisterAgent(AID, ClassLoader) - Method in class jade.core.management.CodeLocatorListener
-
Event triggered when an agent is registered to the CodeLocator.
- handleRejectProposal(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method is called every time an
reject-proposalmessage is received, which is not out-of-sequence according to the protocol rules. - handleRejectProposal(ACLMessage) - Method in class jade.proto.TwoPhResponder
-
This method is called after the
REJECT-PROPOSALhas been received. - handleRejectProposal(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.SSContractNetResponder
-
This method is called when a REJECT_PROPOSAL message is received from the initiator.
- handleRemoveAgent(AID, ClassLoader) - Method in class jade.core.management.CodeLocatorListener
-
Event triggered when an agent is removed from the CodeLocator.
- handleRequest(ACLMessage) - Method in class jade.proto.AchieveREResponder
-
This method is called when the protocol initiation message (matching the MessageTemplate specified in the constructor) is received.
- handleRequest(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method is called to handle the initial REQUEST message and then again whenever a REQUEST message is received.
- handleRestartEvent() - Method in class jade.core.behaviours.Behaviour
-
This method is used internally by the framework.
- handleRestartEvent() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method is used internally by the framework.
- handleRestartEvent() - Method in class jade.core.behaviours.WrapperBehaviour
-
This method is used internally by the framework.
- HandlerSelector - Class in jade.proto.states
-
This class implements a selector of handler (i.e.
- HandlerSelector(Agent, DataStore, Object) - Constructor for class jade.proto.states.HandlerSelector
-
Constructor for this HandlerSelector.
- handleServingFailure(Throwable, Object, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
- handleStateEntered(Behaviour) - Method in class jade.core.behaviours.FSMBehaviour
- handleSubscription(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
This method is called when a subscription message is received that matches the message template specified in the constructor.
- handleTimeout() - Method in class jade.core.behaviours.BaseInitiator
- handleTransferResult(AID, boolean, List) - Method in class jade.core.mobility.AgentMobilityProxy
- handleTransferResult(AID, boolean, List) - Method in interface jade.core.mobility.AgentMobilitySlice
- handleUnsupported(Object, ACLMessage) - Method in class jade.core.behaviours.OntologyServer
- handleUpdateAgent(AID, ClassLoader, ClassLoader) - Method in class jade.core.management.CodeLocatorListener
-
Event triggered when the associated agent ClassLoader is updated in the CodeLocator.
- HAP_SEPARATOR - Static variable in class jade.core.AID
- hasByteSequenceContent() - Method in class jade.lang.acl.ACLMessage
-
This method allows to check if the content of this ACLMessage is a byteSequence or a String
- hasDefaultTransition(String) - Method in class jade.core.behaviours.FSMBehaviour
-
Check if a default transition exits from a given source state.
- HashCache - Class in jade.util
-
This class is a cache with fixed dimension that can be set in the constructur.
- HashCache(int) - Constructor for class jade.util.HashCache
-
Constructs a new, empty HashCache with the specified size.
- hashCode() - Method in class jade.content.abs.AbsContentElementList
- hashCode() - Method in class jade.content.abs.AbsExtendedPrimitive
- hashCode() - Method in class jade.content.abs.AbsObjectImpl
-
Returns an integer hashcode calculated from the contents of this abstract descriptor
- hashCode() - Method in class jade.content.abs.AbsPrimitive
- hashCode() - Method in class jade.core.AgentState
-
Calculate an hash code for this agent state.
- hashCode() - Method in class jade.core.AID
-
Hash code.
- hashCode() - Method in class jade.core.BehaviourID
-
Hash code operation, compliant with identity-by-name.
- hashCode() - Method in class jade.core.CaseInsensitiveString
-
Hash code.
- hashCode() - Method in class jade.core.ContainerID
-
Hash code operation, compliant with identity-by-name.
- hashCode() - Method in class jade.lang.acl.MessageTemplate
- hashCode() - Method in class jade.proto.SubscriptionResponder.Subscription
- hashCode() - Method in interface jade.security.JADEPrincipal
- hashCode() - Method in class jade.util.leap.HashSet
- hashCode() - Method in class jade.util.TransportAddressWrapper
- hashCode() - Method in class jade.wrapper.StateBase
-
Returns the hash code for this state.
- HashMap - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.
- HashMap() - Constructor for class jade.util.leap.HashMap
-
Default constructor, creates a new empty Map
- HashMap(int) - Constructor for class jade.util.leap.HashMap
-
Constructor, creates a new Map with initial size
- HashMap(int, float) - Constructor for class jade.util.leap.HashMap
-
Constructor, creates a new Map with initial size and load factor
- HashSet - Class in jade.util.leap
- HashSet() - Constructor for class jade.util.leap.HashSet
- HashSet(int) - Constructor for class jade.util.leap.HashSet
- HashSet(Collection) - Constructor for class jade.util.leap.HashSet
- hasNext() - Method in class jade.domain.KBManagement.DBKB.EmptyKBIterator
- hasNext() - Method in class jade.util.leap.EmptyIterator
-
Checks whether the iterator can scan further.
- hasNext() - Method in class jade.util.leap.EnumIterator
-
Checks whether the iterator can scan further by looking at the underlying
Enumeration. - hasPlatformManager() - Method in class jade.core.BaseNode
- hasPlatformManager() - Method in interface jade.core.Node
- HELP_KEY - Static variable in class jade.BootProfileImpl
- here() - Method in class jade.core.Agent
-
Method to retrieve the location this agent is currently at.
- here() - Method in interface jade.core.AgentContainer
- HEXINTEGER - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- HEXINTEGER - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- horizontal - Variable in class jade.tools.gui.ACLTextArea
- HorizontalCommand - Interface in jade.core
-
The
HorizontalCommandinterface 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. - horizontalOffset - Variable in class jade.tools.gui.ACLTextArea
- host - Variable in class jade.imtp.leap.JICP.JICPAddress
- host - Variable in class jade.imtp.rmi.RMIAddress
- HOST - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains the hostname where the Main Container is listening for UDP pings.
- HOST_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the host where to connect to the JADE mediator.
- HOT_REPLICATION - Static variable in interface jade.core.replication.AgentReplicationHelper
-
The constant indicating that replicas of a virtual agent are treated as hot resources.
- hour - Variable in class FIPA.DateTime
- hRet - Static variable in class jade.tools.sniffer.Agent
- HTTP - Static variable in interface jade.domain.FIPANames.MTP
-
HTTP-based MTP
- HTTP_PROTOCOL - Static variable in class jade.core.MicroRuntime
- HTTPAddress - Class in jade.imtp.leap.http
-
Class declaration
- HTTPAddress - Class in jade.mtp.http
- HTTPAddress(String, String, String, String) - Constructor for class jade.imtp.leap.http.HTTPAddress
-
Constructor declaration
- HTTPBEDispatcher - Class in jade.imtp.leap.http
-
Class declaration
- HTTPBEDispatcher() - Constructor for class jade.imtp.leap.http.HTTPBEDispatcher
- HTTPFEDispatcher - Class in jade.imtp.leap.http
-
FrontEnd-side dispatcher class using JICP over HTTP as transport protocol
- HTTPFEDispatcher() - Constructor for class jade.imtp.leap.http.HTTPFEDispatcher
- HTTPFESDispatcher - Class in jade.imtp.leap.http
- HTTPFESDispatcher() - Constructor for class jade.imtp.leap.http.HTTPFESDispatcher
- HTTPHelper - Class in jade.imtp.leap.http
- HTTPHelper() - Constructor for class jade.imtp.leap.http.HTTPHelper
- HTTPIO - Class in jade.mtp.http
- HTTPIO() - Constructor for class jade.mtp.http.HTTPIO
- HTTPPacket - Class in jade.imtp.leap.http
- HTTPPacket() - Constructor for class jade.imtp.leap.http.HTTPPacket
-
Constructor declaration
- HTTPPeer - Class in jade.imtp.leap.http
-
Class declaration
- HTTPPeer() - Constructor for class jade.imtp.leap.http.HTTPPeer
- HTTPProtocol - Class in jade.imtp.leap.http
-
Class declaration
- HTTPProtocol() - Constructor for class jade.imtp.leap.http.HTTPProtocol
- HTTPRequest - Class in jade.imtp.leap.http
- HTTPRequest() - Constructor for class jade.imtp.leap.http.HTTPRequest
-
Constructor declaration
- HTTPResponse - Class in jade.imtp.leap.http
- HTTPResponse() - Constructor for class jade.imtp.leap.http.HTTPResponse
-
Constructor declaration
- HTTPS_PROTOCOL - Static variable in class jade.core.MicroRuntime
- HTTPSAddress - Class in jade.imtp.leap.http
- HTTPSAddress(String, String, String, String) - Constructor for class jade.imtp.leap.http.HTTPSAddress
-
Constructor declaration
- HTTPServer - Class in jade.mtp.http
- HTTPServer(String, int, InChannel.Dispatcher, int, String, int, boolean) - Constructor for class jade.mtp.http.HTTPServer
-
Constructor: Store the information
- HTTPServer.ServerThread - Class in jade.mtp.http
- HTTPSKeyManager - Interface in jade.mtp.http.https
-
Marker interface for all key managers used in HTTPS MTP
- HTTPSocketFactory - Class in jade.mtp.http
-
Singleton class for obtaining sockets.
- HTTPSPeer - Class in jade.imtp.leap.http
- HTTPSPeer() - Constructor for class jade.imtp.leap.http.HTTPSPeer
- HTTPSProtocol - Class in jade.imtp.leap.http
- HTTPSProtocol() - Constructor for class jade.imtp.leap.http.HTTPSProtocol
- HTTPSTrustManager - Interface in jade.mtp.http.https
-
Marker interface for all trust managers used in HTTPS MTP
- httpType - Variable in class jade.imtp.leap.http.HTTPPacket
I
- i - Static variable in class jade.tools.sniffer.Agent
- ICP - Interface in jade.imtp.leap
-
Interface declaration
- ICP.Listener - Interface in jade.imtp.leap
-
Callback interface to be notified of command arrivals over this ICP.
- ICPDispatchException - Exception in jade.imtp.leap
- ICPDispatchException(String, int) - Constructor for exception jade.imtp.leap.ICPDispatchException
- ICPDispatchException(String, Throwable, int) - Constructor for exception jade.imtp.leap.ICPDispatchException
- ICPException - Exception in jade.imtp.leap
-
Generic exception class for ICP errors.
- ICPException(String) - Constructor for exception jade.imtp.leap.ICPException
- ICPException(String, Throwable) - Constructor for exception jade.imtp.leap.ICPException
- id - Variable in class FIPA.ReceivedObject
- id - Variable in class jade.tools.gui.ACLToken
-
The id of this token.
- id() - Static method in class FIPA.AgentIDHelper
- id() - Static method in class FIPA.AgentIDsHelper
- id() - Static method in class FIPA.DateTimeHelper
- id() - Static method in class FIPA.EnvelopeHelper
- id() - Static method in class FIPA.EnvelopesHelper
- id() - Static method in class FIPA.FipaMessageHelper
- id() - Static method in class FIPA.MTSHelper
- id() - Static method in class FIPA.OptAgentIDHelper
- id() - Static method in class FIPA.OptDateTimeHelper
- id() - Static method in class FIPA.OptReceivedObjectHelper
- id() - Static method in class FIPA.OptTransportBehaviourTypeHelper
- id() - Static method in class FIPA.PayloadHelper
- id() - Static method in class FIPA.PropertyHelper
- id() - Static method in class FIPA.ReceivedObjectHelper
- id() - Static method in class FIPA.stringsHelper
- id() - Static method in class FIPA.TransportBehaviourTypeHelper
- id() - Static method in class FIPA.URLHelper
- ID_COUNT - Static variable in class jade.tools.gui.ACLToken
-
The total number of defined token ids.
- IGNORE_FAILURE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying, when set to "true", that if the delivery of a message fails, no failure handling action must be performed.
- ignoreConversation(String) - Method in class jade.core.behaviours.OntologyServer
-
Makes this OntologyServer ignore all incoming messages belonging to a given conversation i.e.
- IIOP - Static variable in interface jade.domain.FIPANames.MTP
-
IIOP-based MTP
- image - Variable in class jade.content.lang.sl.Token
-
The string image of the token.
- image - Variable in class jade.lang.acl.Token
-
The string image of the token.
- ImagePath - Static variable in class jade.gui.GuiProperties
- ImagePath - Static variable in class jade.tools.DummyAgent.GuiProperties
- ImagePath - Static variable in class jade.tools.introspector.gui.GuiProperties
- ImagePath - Static variable in class jade.tools.sniffer.GuiProperties
- img - Variable in class jade.gui.AgentTree.Node
- IMPLEMENTATION - Static variable in class jade.imtp.leap.sms.SMSManager
- IMPLIES - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- IMPLIES_LEFT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- IMPLIES_RIGHT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- IMPORT_KEY - Static variable in class jade.util.ExtendedProperties
- IMTP - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value identifies the IMTP Manager to be created by ProfileImpl
- IMTPException - Exception in jade.core
-
This exception is thrown when an error occurs in the communication with a remote object
- IMTPException(String) - Constructor for exception jade.core.IMTPException
-
Constructs an
IMTPExceptionwith the specified detail message. - IMTPException(String, Throwable) - Constructor for exception jade.core.IMTPException
-
Constructs an
IMTPExceptionwith the specified detail message, wrapping the givenThrowableobject. - IMTPManager - Interface in jade.core
- IN_MODE - Static variable in class jade.domain.mobility.Parameter
- IN_REPLY_TO - Static variable in interface jade.lang.acl.ACLParserConstants
- inBuf - Variable in class jade.content.lang.sl.SimpleCharStream
- inBuf - Variable in class jade.lang.acl.SimpleCharStream
- InChannel - Interface in jade.mtp
-
This interface is the receiver's view of an MTP.
- InChannel.Dispatcher - Interface in jade.mtp
-
Callback interface to be notified of message arrivals over this Message Transport Protocol.
- include(Class, Class) - Method in interface jade.util.ClassFinderFilter
- INCOMING - Static variable in class jade.core.Filter
-
A constant indicating a filter for incoming commands
- INCOMING_CONNECTION - Static variable in class jade.imtp.leap.nio.BEManagementService
- IncomingEncodingFilter - Class in jade.core.messaging
-
Class that filters incoming commands related to encoding of ACL messages.
- IncomingEncodingFilter(Map, MessagingService) - Constructor for class jade.core.messaging.IncomingEncodingFilter
- INDEX - Static variable in class jade.mtp.http.XMLCodec
- INDEX_ATTR - Static variable in class jade.mtp.http.XMLCodec
- indexOf(AbsContentElement) - Method in class jade.content.abs.AbsContentElementList
-
Returns the position of an element within this content element list.
- indexOf(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Returns the position of an element within this aggregate.
- indexOf(ContentElement) - Method in class jade.content.ContentElementList
-
Returns the position of an element within this content element list.
- indexOf(Object) - Method in class jade.util.leap.ArrayList
- indexOf(Object) - Method in class jade.util.leap.LinkedList
- indexOf(Object) - Method in interface jade.util.leap.List
-
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- INFINITE - Static variable in class jade.proto.states.MsgReceiver
-
A numeric constant to mean that the deadline for the receive operation will never expire.
- INFO - Static variable in class jade.util.Logger
-
INFO is a message level for informational messages.
- INFORM - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- INFORM_CLONED - Static variable in interface jade.core.mobility.AgentMobilityHelper
-
This command is issued by an agent that has just cloned itself.
- INFORM_CREATED - Static variable in interface jade.core.management.AgentManagementSlice
-
This command is issued by an agent that has just been created, and causes JADE runtime to actually start up the agent thread.
- INFORM_IF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- INFORM_KILLED - Static variable in interface jade.core.management.AgentManagementSlice
-
This command is issued by an agent that has just been destroyed and whose thread is terminating.
- INFORM_MOVED - Static variable in interface jade.core.mobility.AgentMobilityHelper
-
This command is issued by an agent that has just migrated.
- INFORM_REF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- INFORM_STATE_CHANGED - Static variable in interface jade.core.management.AgentManagementSlice
-
This command is issued by an agent that has just changed its life-cycle state.
- init() - Method in class jade.AppletBoot
- init() - Method in class jade.core.LifeCycle
-
This method is invoked when the agent thread starts
- init() - Method in class jade.tools.applet.DFApplet
- init(boolean, int) - Method in class jade.core.behaviours.Behaviour.RunnableChangedEvent
-
Re-init event content.
- init(Agent) - Method in interface jade.core.ServiceHelper
- init(AgentContainer, Profile) - Method in class jade.core.BaseService
- init(AgentContainer, Profile) - Method in class jade.core.event.NotificationService
- init(AgentContainer, Profile) - Method in class jade.core.faultRecovery.FaultRecoveryService
- init(AgentContainer, Profile) - Method in class jade.core.management.AgentManagementService
- init(AgentContainer, Profile) - Method in class jade.core.management.BEAgentManagementService
- init(AgentContainer, Profile) - Method in class jade.core.messaging.LightMessagingService
-
Performs the passive initialization step of the service.
- init(AgentContainer, Profile) - Method in class jade.core.messaging.MessagingService
-
Performs the passive initialization step of the service.
- init(AgentContainer, Profile) - Method in class jade.core.messaging.PersistentDeliveryService
- init(AgentContainer, Profile) - Method in class jade.core.messaging.TopicManagementService
- init(AgentContainer, Profile) - Method in class jade.core.mobility.AgentMobilityService
- init(AgentContainer, Profile) - Method in class jade.core.nodeMonitoring.NodeMonitoringService
- init(AgentContainer, Profile) - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- init(AgentContainer, Profile) - Method in class jade.core.replication.AddressNotificationService
- init(AgentContainer, Profile) - Method in class jade.core.replication.AgentReplicationService
- init(AgentContainer, Profile) - Method in class jade.core.replication.MainReplicationService
- init(AgentContainer, Profile) - Method in class jade.core.resource.ResourceManagementService
- init(AgentContainer, Profile) - Method in class jade.core.sam.SAMService
- init(AgentContainer, Profile) - Method in interface jade.core.Service
-
Performs the passive initialization step of the service.
- init(AgentContainer, Profile) - Method in class jade.imtp.leap.nio.BEManagementService
- init(NodeMonitoringService) - Static method in class jade.core.NodeFailureMonitor
- init(Profile) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Initialize this persistent storage
- init(Profile) - Method in interface jade.core.messaging.MessageStorage
- init(Profile) - Method in class jade.mtp.http.https.FriendListAuthentication
- init(Profile) - Method in interface jade.mtp.http.https.HTTPSKeyManager
-
This method is used to pass profile data to trust Managers.
- init(Profile) - Method in interface jade.mtp.http.https.HTTPSTrustManager
-
This method is used to pass profile data to trust Managers.
- init(Profile) - Method in class jade.mtp.http.https.KeyStoreKeyManager
- init(Profile) - Method in class jade.mtp.http.https.NoAuthentication
- init(Profile) - Method in class jade.mtp.http.https.StrongAuthentication
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Initialize parameters and activate the BackEndContainer
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
Initialize parameters and start the embedded thread
- init(JICPMediatorManager, String, Properties) - Method in interface jade.imtp.leap.JICP.JICPMediator
-
Initialize this JICPMediator
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Initialize this NIOMediator
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Initialize this JICPMediator
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Initialize parameters and activate the BackEndContainer
- init(JICPMediatorManager, String, Properties) - Method in class jade.imtp.leap.sms.SMSBEDispatcher
- init(Properties) - Method in interface jade.imtp.leap.JICP.PDPContextManager
- init(Properties) - Method in class jade.imtp.leap.sms.PhoneBasedSMSManager
- init(Properties) - Method in class jade.imtp.leap.sms.SMSManager
- init(Properties) - Method in class jade.imtp.leap.sms.SMSManagerGui
- init(String) - Method in class jade.wrapper.gateway.LocalJadeGateway
- init(String, Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
- init(String, Properties) - Static method in class jade.wrapper.gateway.JadeGateway
- init(String, Object[]) - Method in class jade.wrapper.gateway.LocalJadeGateway
- init(String, Object[], Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- init(String, Object[], Properties) - Static method in class jade.wrapper.gateway.JadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- init(String, String, Object[]) - Method in class jade.wrapper.gateway.LocalJadeGateway
- init(String, String, Object[], Properties) - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Initialize this gateway by passing the proper configuration parameters
- initAgent(AID, Agent, JADEPrincipal, Credentials) - Method in interface jade.core.AgentContainer
- initConnectionWrapper(DBKB.ConnectionWrapper) - Method in class jade.domain.DFDBKB
- initConnectionWrapper(DBKB.ConnectionWrapper) - Method in class jade.domain.KBManagement.DBKB
-
Subclasses can redefine this method to provide implementation specific ConnectionWrapper initializations
- INITIAL_BUFFER_SIZE - Static variable in class jade.imtp.leap.nio.NIOJICPConnection
- initialize(Profile) - Method in interface jade.core.IMTPManager
-
Initialize this IMTPManager
- initialize(Profile) - Method in interface jade.core.nodeMonitoring.NetworkChecker
- initialize(Profile) - Method in interface jade.core.ResourceManager
- initialize(Profile) - Method in interface jade.core.sam.SAMInfoHandler
- initialize(Profile) - Method in class jade.imtp.leap.LEAPIMTPManager
-
Initialize the support for intra-platform communication
- initialize(Profile) - Method in class jade.imtp.rmi.RMIIMTPManager
- initialize(Properties) - Static method in class jade.util.Logger
-
Initialize the logging mechanism.
- initializeDataStore(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.IteratedAchieveREInitiator
- initializeDataStore(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
Initialize the data store.
- initializeDataStore(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
Initialize the data store.
- INITIATED - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
initiatedagent life-cycle state. - INITIATION_K - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- initMom() - Method in class jade.core.messaging.MomMessagingService
- initPlatformController() - Method in class jade.wrapper.ContainerController
- INOUT_MODE - Static variable in class jade.domain.mobility.Parameter
- INP - Static variable in class jade.imtp.leap.JICP.BIFEDispatcher
- InpConnectionHolder() - Constructor for class jade.imtp.leap.JICP.BIBEDispatcher.InpConnectionHolder
- inpHolder - Variable in class jade.imtp.leap.JICP.BIBEDispatcher
- inpManager - Variable in class jade.imtp.leap.nio.BackEndDispatcher
- inpManager - Variable in class jade.imtp.leap.nio.NIOBEDispatcher
- input_stream - Variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
- input_stream - Variable in class jade.content.lang.sl.SLParserTokenManager
- input_stream - Variable in class jade.lang.acl.ACLParserTokenManager
- inputHandler - Variable in class jade.tools.gui.ACLTextArea
- InputQueue - Class in jade.util
-
This class implements a FIFO queue of objects that can be put and got in a synchronized way.
- InputQueue() - Constructor for class jade.util.InputQueue
-
Default constructor.
- inputStream - Variable in class jade.content.lang.sl.SimpleCharStream
- inputStream - Variable in class jade.lang.acl.SimpleCharStream
- insert(Object, Object) - Method in class jade.domain.DFMemKB
- insert(Object, Object) - Method in class jade.domain.KBManagement.DBKB
- insert(Object, Object) - Method in class jade.domain.KBManagement.KB
- insert(Object, Object) - Method in class jade.domain.KBManagement.MemKB
- insert(Any, byte[]) - Static method in class FIPA.PayloadHelper
- insert(Any, AgentID) - Static method in class FIPA.AgentIDHelper
- insert(Any, AgentID[]) - Static method in class FIPA.AgentIDsHelper
- insert(Any, AgentID[]) - Static method in class FIPA.OptAgentIDHelper
- insert(Any, DateTime) - Static method in class FIPA.DateTimeHelper
- insert(Any, DateTime[]) - Static method in class FIPA.OptDateTimeHelper
- insert(Any, Envelope) - Static method in class FIPA.EnvelopeHelper
- insert(Any, Envelope[]) - Static method in class FIPA.EnvelopesHelper
- insert(Any, FipaMessage) - Static method in class FIPA.FipaMessageHelper
- insert(Any, MTS) - Static method in class FIPA.MTSHelper
- insert(Any, Property) - Static method in class FIPA.PropertyHelper
- insert(Any, Property[]) - Static method in class FIPA.TransportBehaviourTypeHelper
- insert(Any, Property[][]) - Static method in class FIPA.OptTransportBehaviourTypeHelper
- insert(Any, ReceivedObject) - Static method in class FIPA.ReceivedObjectHelper
- insert(Any, ReceivedObject[]) - Static method in class FIPA.OptReceivedObjectHelper
- insert(Any, String) - Static method in class FIPA.URLHelper
- insert(Any, String[]) - Static method in class FIPA.stringsHelper
- insertLines(int, int) - Method in class jade.tools.gui.ACLSLTokenMarker
-
Informs the token marker that lines have been inserted into the document.
- insertSingle(Object, Object) - Method in class jade.domain.DFDBKB
-
Insert a new DFD object.
- insertSingle(Object, Object) - Method in class jade.domain.KBManagement.DBKB
- INSTALL_MTP - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the
install-mtpaction. - installHandlers(Map) - Method in class jade.domain.introspection.AMSSubscriber
-
This method has to be implemented by concrete subclasses, filling the
Mappassed as parameter with implementations of theEventHandlerinterface, using the name of the event as key (see theEventinterface. - installMTP(String) - Method in class jade.tools.rma.rma
- installMTP(String, ContainerID, String) - Method in interface jade.core.AgentManager
- installMTP(String, ContainerID, String) - Method in class jade.core.MainContainerImpl
-
Install a new MTP on a given container
- installMTP(String, String) - Method in class jade.core.messaging.MessagingProxy
- installMTP(String, String) - Method in interface jade.core.messaging.MessagingSlice
- installMTP(String, String) - Method in class jade.wrapper.ContainerController
-
Installs a new message transport protocol, that will run within this container.
- installMTP(String, String) - Method in interface jade.wrapper.ContainerProxy
- InstallMTP - Class in jade.domain.JADEAgentManagement
-
This class represents the
install-MTPaction of theJADE-agent-management ontology. - InstallMTP() - Constructor for class jade.domain.JADEAgentManagement.InstallMTP
-
Default constructor.
- INSTALLMTP - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- INSTALLMTP_ADDRESS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- INSTALLMTP_CLASS_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- INSTALLMTP_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- instance() - Static method in class jade.core.Runtime
-
This method returns the singleton instance of this class that should be then used to create agent containers.
- Integer() - Method in class jade.lang.acl.ACLParser
- INTEGER - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- INTEGER - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- INTEGER - Static variable in class jade.content.onto.BasicOntology
- INTEGER - Static variable in interface jade.lang.acl.ACLParserConstants
- INTEGER_TYPE - Static variable in class jade.PropertyType
- INTENDED_TAG - Static variable in class jade.mtp.http.XMLCodec
- intendedReceiver - Variable in class FIPA.Envelope
- INTENTION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- INTENTION_AGENT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- INTENTION_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- INTERNAL_FIRST - Static variable in class jade.tools.gui.ACLToken
-
The first id that can be used for internal state in a token marker.
- INTERNAL_LAST - Static variable in class jade.tools.gui.ACLToken
-
The last id that can be used for internal state in a token marker.
- InternalError - Exception in jade.domain.FIPAAgentManagement
- InternalError() - Constructor for exception jade.domain.FIPAAgentManagement.InternalError
- InternalError(String) - Constructor for exception jade.domain.FIPAAgentManagement.InternalError
- INTERNALERROR - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- INTERNALERROR_MESSAGE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- internalFrameActivated(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameActivated(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameClosed(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameClosed(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameClosing(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameClosing(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameDeactivated(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameDeactivated(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameDeiconified(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameDeiconified(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameIconified(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameIconified(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalFrameOpened(InternalFrameEvent) - Method in class jade.tools.introspector.gui.MainWindow
- internalFrameOpened(InternalFrameEvent) - Method in class jade.tools.logging.gui.ContainerLogWindow
- internalise(AbsObject, Ontology) - Method in class jade.content.onto.basic.Action
- internalise(AbsObject, Ontology) - Method in interface jade.content.onto.Introspectable
-
Internalise this object from a given abstract descriptor
- internaliseACLMessage(AbsAgentAction, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts to an
AbsAgentActionrepresenting an ACLMessage into an OntoACLMessage using the specified ontology. - internaliseAID(AbsConcept) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AbsConceptrepresenting an AID into an OntoAID - internaliseContentElementList(AbsContentElementList, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts to an
AbsContentElementListinto a ContentElementList using the specified ontology. - internaliseJavaCollection(AbsAggregate, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AbsAggregateinto a List using the specified ontology. - internaliseList(AbsAggregate, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AbsAggregateinto a List using the specified ontology. - internaliseProperty(AbsConcept, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AbsConceptrepresenting a PROPERTY into an Property - internaliseSet(AbsAggregate, Ontology) - Static method in class jade.content.abs.AbsHelper
-
Converts an
AbsAggregateinto a Set using the specified ontology. - internalize(AbsObject, Object, ObjectSchema, Ontology) - Method in class jade.content.onto.Ontology
-
Internalize (abs --> obj) the slots defined in
schemaand its super-schemas - internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.BCReflectiveIntrospector
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.CFReflectiveIntrospector
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in interface jade.content.onto.Introspector
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.MicroIntrospector
- internalizeAggregate(String, AbsAggregate, ObjectSchema, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
- internalizeSlotValue(AbsObject, Introspector, Ontology) - Static method in class jade.content.onto.Ontology
- internalizeSpecialType(AbsObject, ObjectSchema, Class, Ontology) - Method in interface jade.content.onto.Introspector
- internalizeSpecialType(AbsObject, ObjectSchema, Class, Ontology) - Method in class jade.content.onto.MicroIntrospector
- internalizeSpecialType(AbsObject, ObjectSchema, Class, Ontology) - Method in class jade.content.onto.ReflectiveIntrospector
- interrupt() - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Interrupt all threaded behaviours managed by this ThreadedBehaviourFactory
- interrupt() - Method in interface jade.core.Node
- interrupt() - Method in class jade.proto.states.MsgReceiver
-
Signal an interruption to this receiver, and cause the ongoing receive operation to abort.
- interrupt(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Interrupt a threaded behaviour.
- INTERRUPT_NODE - Static variable in class jade.imtp.leap.Command
- Interrupted() - Constructor for error jade.core.Agent.Interrupted
- INTERRUPTED - Static variable in class jade.proto.states.MsgReceiver
-
A numeric constant to mean that the receive operation was interrupted.
- intervalAdded(ListDataEvent) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- intervalRemoved(ListDataEvent) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- Introspectable - Interface in jade.content.onto
-
This interface must be implemented by ontological classes that belong to an ontology using the
MicroIntrospector. - IntrospectionOntology - Class in jade.domain.introspection
-
This class represents the ontology
jade-introspection, containing all JADE extensions related to agent and platform monitoring. - IntrospectionServer - Class in jade.domain.introspection
- IntrospectionServer(Agent) - Constructor for class jade.domain.introspection.IntrospectionServer
- IntrospectionVocabulary - Interface in jade.domain.introspection
-
This interface contains all the string constants for frame and slot names of exceptions defined in the
jade-introspectionontology. - Introspector - Class in jade.tools.introspector
- Introspector - Interface in jade.content.onto
-
This interface defines the methods to convert objects of ontological classes into/from abstract descriptors.
- Introspector() - Constructor for class jade.tools.introspector.Introspector
- IntrospectorGUI - Class in jade.tools.introspector.gui
-
This is the main window, containing the agent tree and a JDesktopPane to whom internal debugging window are added.
- IntrospectorGUI(Introspector) - Constructor for class jade.tools.introspector.gui.IntrospectorGUI
- INVALID - Static variable in class jade.tools.gui.ACLToken
-
Invalid token id.
- invalidateLine(int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Repaints the specified line.
- invalidateLineRange(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Repaints the specified line range.
- invalidateOffscreen() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Invalidates the offscreen graphics context.
- invalidateSelectedLines() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Repaints the lines containing the selection.
- invoke(Object, Method, Object[]) - Method in class jade.wrapper.O2AProxy
- invoke(String, String, Object[]) - Method in class jade.core.FEService
-
Subclasses can use this method to forward a front-end side invocation of a service helper method to the back-end.
- invoke(ServerRequest) - Method in class FIPA._MTSImplBase
- invokeAccessorMethod(Method, Object) - Method in class jade.content.onto.ReflectiveIntrospector
- invokeAgentMethod(AID, String, Object[]) - Method in class jade.core.replication.AgentReplicationProxy
- invokeAgentMethod(AID, String, Object[]) - Method in interface jade.core.replication.AgentReplicationSlice
- invokeCallbackMethod(Agent, String) - Method in class jade.core.CallbackInvokator
- invokeOnTermination(Runnable) - Method in class jade.core.Runtime
-
Allows setting a
Runnablethat is executed when the last container in this JVM terminates. - invokeReplicatedMethod(String, Object[]) - Method in interface jade.core.replication.AgentReplicationHelper
-
Invoke a method on all other replicas.
- invokeReplicatedMethod(String, Object[]) - Method in class jade.core.replication.MainReplicationHandle
- invokeSetterMethod(Method, Object, Object) - Method in class jade.content.onto.ReflectiveIntrospector
- IOTA - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- IP_VERSION - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the version of IP address to use.
- IPV4 - Static variable in class jade.core.Profile
- IPV6 - Static variable in class jade.core.Profile
- IRESchema - Class in jade.content.schema
-
This class represents the schema of an Identifying Referential Expression (IRE) in an ontology.
- IRESchema(String) - Constructor for class jade.content.schema.IRESchema
-
Creates a
IRESchemawith a given type-name. - is - Variable in class jade.imtp.leap.JICP.JICPConnection
- isAbsTemplate(AbsObject) - Static method in class jade.content.abs.AbsHelper
-
Return true if the abs-object is a template.
- isAContentExpression() - Method in class jade.content.abs.AbsAgentAction
- isAContentExpression() - Method in interface jade.content.abs.AbsContentElement
-
Return true if this Abstract Content Element represents a ContentExpression of the SL Grammar (see also FIPA-SL specifications).
- isAContentExpression() - Method in class jade.content.abs.AbsContentElementList
- isAContentExpression() - Method in class jade.content.abs.AbsIRE
- isAContentExpression() - Method in class jade.content.abs.AbsPredicate
- isAgentBD() - Method in class jade.core.event.PlatformEvent
-
Returns a boolean to indicate if the event type is either
BORN_AGENTorDEAD_AGENT. - isAggregateObject(Object) - Method in class jade.content.onto.BCReflectiveIntrospector
- isAggregateObject(Object) - Method in class jade.content.onto.ReflectiveIntrospector
- isAlive() - Method in class jade.core.Agent
-
Returns true if the agent implemented by this Agent object is alive (regardless of the actual agent internal state).
- isAllowed(String, String) - Method in class jade.util.AccessControlList
-
A specific client is allowed if: it is not present into the black list, AND it is present into the white list.
- isAMSFailure() - Method in class jade.core.messaging.GenericMessage
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.AggregateSchema
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
This method checks whether or not an abstract object that is an instance of schema s can be used in place of an abstract object that is an instance of this schema.
- isAssignableFrom(ObjectSchema) - Method in class jade.content.schema.PrimitiveSchema
- isAttribute() - Method in class jade.content.abs.AbsReference
- isAWord(String) - Static method in class jade.content.lang.sl.SimpleSLTokenizer
-
Test if the given string is a legal SL word using the FIPA XC00008D spec.
- isBackupMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile is a Backup Main Container.
- isBaseOntology(Ontology[], String) - Static method in class jade.content.onto.Ontology
- isBlockCaretEnabled() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns true if the caret should be drawn as a block, false otherwise.
- isBlocking() - Method in class jade.core.Filter
-
Inquires the blocking state of this filter.
- isBold() - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns true if boldface is enabled for this style.
- isBracketHighlightEnabled() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns true if bracket highlighting is enabled, false otherwise.
- isCaretBlinkEnabled() - Method in class jade.tools.gui.ACLTextArea
-
Returns true if the caret is blinking, false otherwise.
- isCaretVisible() - Method in class jade.tools.gui.ACLTextArea
-
Returns true if the caret is visible, false otherwise.
- isCellEditable(int, int) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- isClosed() - Method in class jade.imtp.leap.nio.NIOJICPConnection
- isClosedBracket() - Method in class jade.content.lang.sl.SimpleSLTokenizer
- isCommunication() - Method in class jade.core.event.MTPEvent
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.IRESchema
-
An IRE can be put whereever a term of whatever type is required --> An IRESchema is compatible with s if s descends from TermSchema.getBaseSchema()
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.ObjectSchema
-
Check if this schema is compatible with a given schema s.
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.ReferenceSchema
-
A reference can be put wherever a term of whatever type is required --> A ReferenceSchema is compatible with s if s descends from TermSchema.getBaseSchema()
- isCompatibleWith(ObjectSchema) - Method in class jade.content.schema.VariableSchema
-
A variable can be put wherever a term of whatever type is required --> A VariableSchema is compatible with s if s descends from TermSchema.getBaseSchema()
- isConnected() - Method in class jade.imtp.leap.nio.BackEndDispatcher
- isConnected() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
- isContainerBD() - Method in class jade.core.event.PlatformEvent
-
Returns a boolean to indicate if the event type is either
ADDED_CONTAINERorREMOVED_CONTAINER. - isCopyAreaBroken() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns if the copyArea() should not be used.
- isDifferential() - Method in class jade.core.sam.AbsoluteCounterValueProvider
- isDifferential() - Method in interface jade.core.sam.CounterValueProvider
- isDifferential() - Method in class jade.core.sam.DifferentialCounterValueProvider
- isEditable() - Method in class jade.tools.gui.ACLTextArea
-
Returns true if this text area is editable, false otherwise.
- isEmpty() - Method in class jade.content.abs.AbsAggregate
-
Test if the aggregate is empty.
- isEmpty() - Method in class jade.content.abs.AbsContentElementList
-
Test if the content element list is empty.
- isEmpty() - Method in class jade.content.ContentElementList
-
Test if the content element list is empty.
- isEmpty() - Method in class jade.core.ExtendedMessageQueue
- isEmpty() - Method in interface jade.core.MessageQueue
-
Return true when this queue contains no messages.
- isEmpty() - Method in class jade.imtp.leap.MicroStub
- isEmpty() - Method in class jade.tools.ToolNotifier
- isEmpty() - Method in class jade.util.HashCache
- isEmpty() - Method in class jade.util.leap.ArrayList
- isEmpty() - Method in interface jade.util.leap.Collection
-
Checks if the collection contains elements.
- isEmpty() - Method in class jade.util.leap.HashMap
- isEmpty() - Method in class jade.util.leap.HashSet
- isEmpty() - Method in class jade.util.leap.LinkedList
- isEmpty() - Method in interface jade.util.leap.Map
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class jade.util.leap.SortedSetImpl
- isEOLMarkerEnabled() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns true if EOL markers are drawn, false otherwise.
- isExpired(Date) - Method in interface jade.domain.KBManagement.LeaseManager
- isFileName(String) - Method in class jade.Boot3
-
Test if an argument actually references a file.
- isForeign() - Method in class jade.core.AgentDescriptor
- isGatewayActive() - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Return the state of JadeGateway
- isGatewayActive() - Static method in class jade.wrapper.gateway.JadeGateway
-
Return the state of JadeGateway
- isGatewayActive() - Method in class jade.wrapper.gateway.SplitJadeGateway
- isGrounded() - Method in class jade.content.abs.AbsAggregate
-
Tests if this AbsAggregate is grounded, i.e., if no one of its elements is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsContentElementList
-
Tests if this AbsContentElementList is grounded, i.e., if no one of its elements is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsExtendedPrimitive
-
Tests if this AbsExtendedPrimitive is grounded.
- isGrounded() - Method in class jade.content.abs.AbsIRE
-
Redefine the
isGrounded()method in order to always returnfalse. - isGrounded() - Method in interface jade.content.abs.AbsObject
-
Tests if the object is grounded, i.e., if no one of its attributes is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsObjectImpl
-
Tests if the object is grounded, i.e., if no one of its attributes is associated with a variable
- isGrounded() - Method in class jade.content.abs.AbsPrimitive
-
Tests if this AbsPrimitive is grounded.
- isGrounded() - Method in class jade.content.abs.AbsReference
-
Redefine the
isGrounded()method in order to always returnfalse. - isGrounded() - Method in class jade.content.abs.AbsVariable
-
Redefine the
isGrounded()method in order to always returnfalse. - isGrounded() - Method in class jade.content.onto.ConceptSlotFunction
- ISGUID - Static variable in class jade.core.AID
-
constant to be used in the constructor of the AID
- isInstall() - Method in class jade.core.event.MTPEvent
- isInstance() - Method in class jade.content.abs.AbsReference
- isItalics() - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns true if italics is enabled for this style.
- isJoined() - Method in interface jade.core.AgentContainer
- isJoined() - Method in class jade.wrapper.ContainerController
- isLineHighlightEnabled() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns true if line highlight is enabled, false otherwise.
- isLocal() - Method in class jade.core.BaseService
- isLocalAgent(AID) - Method in interface jade.core.AgentContainer
- isLocalHost(String) - Static method in class jade.core.Profile
-
Check whether or not a given host name or address corresponds to a local network interface
- ISLOCALNAME - Static variable in class jade.core.AID
-
constant to be used in the constructor of the AID
- isMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile is a Main Container.
- isManagingFocus() - Method in class jade.tools.gui.ACLTextArea
-
Returns if this component can be traversed by pressing the Tab key.
- isManagingFocus() - Method in class jade.tools.gui.ACLTextAreaPainter
-
Returns if this component can be traversed by pressing the Tab key.
- isMandatory() - Method in class jade.core.ServiceDescriptor
- isMandatory() - Method in class jade.PropertyType
-
Returns a boolean to indicate if the property is mandatory or not.
- isMandatory(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a slot of this schema is mandatory
- isMaster() - Method in interface jade.core.replication.AgentReplicationHelper
-
Returns true if this agent is the master replica.
- isMasterMain() - Method in class jade.core.Profile
-
Provides a boolean indication about whether or not the container using this Profile is the Master Main Container.
- isMatch(String, String) - Method in class jade.tools.introspector.Introspector
-
Given two strings determine if they match.
- isMatch(String, String) - Method in class jade.tools.sniffer.Sniffer
-
Given two strings determine if they match.
- isMessageAware() - Method in class jade.core.LifeCycle
-
Specifies whether or not the agent should react to incoming messages when in this LifeCycle state.
- isMetaFormula() - Method in class jade.content.abs.AbsPredicate
-
Return true if this object represents a meta formula (symbol ??x) rather than a concrete formula.
- isMetaTerm() - Method in class jade.content.abs.AbsVariable
-
Return true if this object represents a meta term (i.e.
- isModifiable() - Method in class jade.core.messaging.GenericMessage
- isNative() - Method in class jade.core.AgentDescriptor
- isNetworkUp(String) - Method in interface jade.core.nodeMonitoring.NetworkChecker
- isNextLineRequested() - Method in class jade.tools.gui.ACLSLTokenMarker
-
Returns true if the next line should be repainted.
- ISO8601 - Class in jade.lang.acl
-
This class contains a set of static methods that convert to/from the Date Time format adopted by FIPA.
- ISO8601() - Constructor for class jade.lang.acl.ISO8601
-
Default constructor.
- isOpenBracket() - Method in class jade.content.lang.sl.SimpleSLTokenizer
- isOverwriteEnabled() - Method in class jade.tools.gui.ACLTextArea
-
Returns true if overwrite mode is enabled, false otherwise.
- isOwnSlot(String) - Method in class jade.content.schema.ObjectSchema
-
Indicate whether a given
Stringis the name of a slot actually defined in thisSchema(excluding super-schemas) - isPresent(String) - Method in class jade.tools.sniffer.AgentList
-
Verifies if an agent is present on the canvas
- isPresent(String) - Method in class jade.tools.sniffer.MMCanvas
-
Looks if an agent is present on Agent Canvas
- isRegistered(AID) - Method in class jade.core.management.CodeLocator
-
Check if the agent is registered.
- isReplicatedCall() - Static method in class jade.core.replication.AgentReplicationHandle
-
Checks whether we are inside the execution of a replicated or original call.
- isRestarting() - Method in class jade.core.Agent
-
This method returns
truewhen this agent is restarting after a crash. - isRouting() - Method in class jade.core.event.MessageEvent
- isRunnable() - Method in class jade.core.behaviours.Behaviour
-
Returns whether this
Behaviourobject is blocked or not. - isRunnable() - Method in class jade.core.behaviours.Behaviour.RunnableChangedEvent
-
Check whether the event is runnable.
- isRunning() - Static method in class jade.core.MicroRuntime
-
Tells whether a JADE Front End container is currently running within this JVM.
- isSessionTerminated(ACLMessage) - Static method in class jade.proto.IteratedAchieveREInitiator
-
Check if the responder has closed the session just after sending this
informmessage. - isSimple() - Method in class jade.core.BehaviourID
-
Tells whether this behaviour ID has children.
- isSkipping() - Method in class jade.core.Filter
-
Inquires the skipping state of this filter.
- isSuccessful() - Method in class jade.core.behaviours.OutcomeManager
- isTopic(AID) - Method in interface jade.core.messaging.TopicManagementHelper
-
Checks if an
AIDrepresents a topic - isTopic(AID) - Static method in class jade.core.messaging.TopicUtility
- isUpwards() - Method in class jade.core.behaviours.Behaviour.RunnableChangedEvent
-
Check which direction this event is travelling.
- isWorking() - Method in class jade.util.ClassFinder
- itemLoaded(String, GenericMessage, AID) - Method in interface jade.core.messaging.MessageStorage.LoadListener
- ITERATED_FIPA_REQUEST - Static variable in interface jade.domain.FIPANames.InteractionProtocol
-
The Iterated-Fipa-Request interaction protocol.
- IteratedAchieveREInitiator - Class in jade.proto
-
This class implements the initiator role in the iterated version of fipa-request like interaction protocols.
- IteratedAchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.IteratedAchieveREInitiator
-
Construct an
IteratedAchieveREInitiatorwith an empty DataStore - IteratedAchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.IteratedAchieveREInitiator
-
Construct an
IteratedAchieveREInitiatorwith a given DataStore - iteratedSearchAction(Search, AID) - Method in class jade.domain.df
-
Serve a Search action of the FIPA management ontology requested using an iterated-fipa-request protocol.
- iterator() - Method in class jade.content.abs.AbsAggregate
- iterator() - Method in class jade.content.abs.AbsContentElementList
- iterator() - Method in class jade.content.ContentElementList
- iterator() - Method in class jade.util.leap.ArrayList
- iterator() - Method in interface jade.util.leap.Collection
-
Returns an iterator over the elements in this collection.
- iterator() - Method in class jade.util.leap.HashSet
- iterator() - Method in class jade.util.leap.LinkedList
- iterator() - Method in class jade.util.leap.RoundList
-
Returns an Iterator over the elements in this list.
- iterator() - Method in class jade.util.leap.SortedSetImpl
- iterator(Object) - Method in class jade.domain.KBManagement.DBKB
- iterator(Object) - Method in class jade.domain.KBManagement.KB
- iterator(Object) - Method in class jade.domain.KBManagement.MemKB
-
Iterated search is only supported in a DB-based KB.
- Iterator - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Iterator&qote; interface.
- iteratorSingle(Object) - Method in class jade.domain.DFDBKB
- iteratorSingle(Object) - Method in class jade.domain.KBManagement.DBKB
J
- J2SE - Static variable in class jade.core.MicroRuntime
- J2SE - Static variable in class jade.core.Profile
- jade - package jade
-
This package simply contains classes to bootstrap JADE system.
- JADE_TWO_PHASE_COMMIT - Static variable in interface jade.proto.TwoPhConstants
- jade.content - package jade.content
- jade.content.abs - package jade.content.abs
- jade.content.frame - package jade.content.frame
- jade.content.lang - package jade.content.lang
- jade.content.lang.leap - package jade.content.lang.leap
- jade.content.lang.sl - package jade.content.lang.sl
- jade.content.onto - package jade.content.onto
- jade.content.onto.annotations - package jade.content.onto.annotations
- jade.content.onto.basic - package jade.content.onto.basic
- jade.content.schema - package jade.content.schema
- jade.content.schema.facets - package jade.content.schema.facets
- jade.core - package jade.core
-
This package contains the microkernel of JADE system.
- jade.core.behaviours - package jade.core.behaviours
-
This package is a subpackage of
jade.coreand contains the classes used to implement basic agent behaviours. - jade.core.event - package jade.core.event
- jade.core.faultRecovery - package jade.core.faultRecovery
- jade.core.management - package jade.core.management
- jade.core.messaging - package jade.core.messaging
- jade.core.mobility - package jade.core.mobility
- jade.core.nodeMonitoring - package jade.core.nodeMonitoring
- jade.core.replication - package jade.core.replication
- jade.core.resource - package jade.core.resource
- jade.core.sam - package jade.core.sam
- jade.domain - package jade.domain
-
This package and its sub-packages contains FIPA specific agents and ontologies.
- jade.domain.DFGUIManagement - package jade.domain.DFGUIManagement
- jade.domain.FIPAAgentManagement - package 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 - package 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 - package 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 - package jade.domain.KBManagement
- jade.domain.mobility - package 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 - package jade.domain.persistence
- jade.gui - package 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 - package jade.imtp.leap
- jade.imtp.leap.http - package jade.imtp.leap.http
- jade.imtp.leap.JICP - package jade.imtp.leap.JICP
- jade.imtp.leap.nio - package jade.imtp.leap.nio
- jade.imtp.leap.sms - package jade.imtp.leap.sms
- jade.imtp.rmi - package jade.imtp.rmi
- jade.lang.acl - package 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 - package jade.mtp
- jade.mtp.http - package jade.mtp.http
- jade.mtp.http.https - package jade.mtp.http.https
- jade.mtp.iiop - package jade.mtp.iiop
- jade.proto - package jade.proto
-
This package contains role behaviours for FIPA standard protocols.
- jade.proto.states - package 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 - package jade.security
- jade.tools - package jade.tools
- jade.tools.applet - package 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 - package jade.tools.dfgui
- jade.tools.DummyAgent - package 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 - package jade.tools.gui
- jade.tools.introspector - package jade.tools.introspector
- jade.tools.introspector.gui - package jade.tools.introspector.gui
- jade.tools.logging - package jade.tools.logging
- jade.tools.logging.gui - package jade.tools.logging.gui
- jade.tools.logging.ontology - package jade.tools.logging.ontology
- jade.tools.rma - package jade.tools.rma
- jade.tools.sl - package jade.tools.sl
- jade.tools.sniffer - package jade.tools.sniffer
- jade.tools.SocketProxyAgent - package jade.tools.SocketProxyAgent
- jade.tools.testagent - package jade.tools.testagent
- jade.util - package jade.util
- jade.util.leap - package 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 - package 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 - package 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.
- JADEAppletRequestProto - Class in jade.tools.applet
-
This class extends the AppletRequestProto in order to request the df for an applet action.
- JADEAppletRequestProto.NotYetReady - Exception in jade.tools.applet
- JadeBridge - Class in jade.tools.SocketProxyAgent
-
Send an ACL message to the JADE socket proxy agent which is running on a host system and listening on a particular port.
- JadeBridge() - Constructor for class jade.tools.SocketProxyAgent.JadeBridge
-
Constructor - uses default host and port number.
- JadeBridge(String, int) - Constructor for class jade.tools.SocketProxyAgent.JadeBridge
-
Constructor with specified host name and port number.
- JADEEvent - Class in jade.core.event
-
This class represents a generic JADE event.
- JADEEvent(int, ContainerID) - Constructor for class jade.core.event.JADEEvent
- JadeGateway - Class in jade.wrapper.gateway
-
This class provides a simple yet powerful gateway between some non-JADE code and a JADE based multi agent system.
- JadeLogoButton - Class in jade.gui
-
Button to start a web browser showing the JADE Home page.
- JadeLogoButton() - Constructor for class jade.gui.JadeLogoButton
-
Default constructor.
- JADEManagementOntology - Class in jade.domain.JADEAgentManagement
-
This class represents the JADE-Agent-Management-ontology i.e.
- JADEManagementVocabulary - Interface in jade.domain.JADEAgentManagement
-
This interface contains all the string constants for frame and slot names of exceptions defined in the
jade-agent-managementontology. - JADEPrincipal - Interface in jade.security
-
The
JADEPrincipalinterface represents all principals acting on the platform. - JADESecurityException - Exception in jade.security
-
The
JADESecurityExceptionis the base class for exceptions thrown for unauthorized access or for authentication failures. - JADESecurityException(String) - Constructor for exception jade.security.JADESecurityException
-
Creates a new JADESecurityException.
- jadeURL - Static variable in class jade.gui.BrowserLauncher
-
The URL for the official JADE Home Page.
- JarClassLoader - Class in jade.core.management
-
This ClassLoader is intended to be used to load agent classes packed within a jar file.
- JarClassLoader(File[], ClassLoader) - Constructor for class jade.core.management.JarClassLoader
- JarClassLoader(File, ClassLoader) - Constructor for class jade.core.management.JarClassLoader
- JAVA_LOGGING_LOG_MANAGER_CLASS - Static variable in class jade.tools.logging.JavaLoggingLogManagerImpl
- JavaCollectionOntology - Class in jade.content.onto
- JavaLoggingLogManagerImpl - Class in jade.tools.logging
- JavaLoggingLogManagerImpl() - Constructor for class jade.tools.logging.JavaLoggingLogManagerImpl
- JavaTypeFacet - Class in jade.content.schema.facets
- JavaTypeFacet(String) - Constructor for class jade.content.schema.facets.JavaTypeFacet
-
Construct a
JavaTypeFacetthat set the java type - jButtonCancel - Static variable in class jade.tools.rma.StartDialog
- jButtonOk - Static variable in class jade.tools.rma.StartDialog
- jButtonSelectClassname - Static variable in class jade.tools.rma.StartDialog
- jComboBoxClassnameCombo - Static variable in class jade.tools.rma.StartDialog
- JICPAddress - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPAddress() - Constructor for class jade.imtp.leap.JICP.JICPAddress
-
Constructor declaration
- JICPAddress(String, String, String, String) - Constructor for class jade.imtp.leap.JICP.JICPAddress
-
Constructor declaration
- JICPCompressor - Class in jade.imtp.leap.JICP
- JICPCompressor() - Constructor for class jade.imtp.leap.JICP.JICPCompressor
- JICPCompressor1 - Class in jade.imtp.leap.JICP
- JICPCompressor1() - Constructor for class jade.imtp.leap.JICP.JICPCompressor1
- JICPCompressor3 - Class in jade.imtp.leap.JICP
- JICPCompressor3() - Constructor for class jade.imtp.leap.JICP.JICPCompressor3
- JICPConnection - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPConnection() - Constructor for class jade.imtp.leap.JICP.JICPConnection
- JICPConnection(TransportAddress) - Constructor for class jade.imtp.leap.JICP.JICPConnection
- JICPConnection(TransportAddress, int) - Constructor for class jade.imtp.leap.JICP.JICPConnection
-
Constructor declaration
- JICPConnection(TransportAddress, int, String, int) - Constructor for class jade.imtp.leap.JICP.JICPConnection
- JICPConnection(Socket) - Constructor for class jade.imtp.leap.JICP.JICPConnection
-
Constructor declaration
- JICPMediator - Interface in jade.imtp.leap.JICP
- JICPMediatorManager - Interface in jade.imtp.leap.JICP
- JICPPacket - Class in jade.imtp.leap.JICP
-
This class is the JICP data packet representation along with methods for reading from and writing to dataXXputStreams.
- JICPPacket(byte, byte, byte[]) - Constructor for class jade.imtp.leap.JICP.JICPPacket
-
Constructor.
- JICPPacket(byte, byte, String, byte[]) - Constructor for class jade.imtp.leap.JICP.JICPPacket
-
Constructor used to set the recipientID.
- JICPPacket(String, Exception) - Constructor for class jade.imtp.leap.JICP.JICPPacket
-
constructs a JICPPacket of type JICPProtocol.ERROR_TYPE and sets the data to the string representation of the exception.
- JICPPeer - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPPeer() - Constructor for class jade.imtp.leap.JICP.JICPPeer
- JICPProtocol - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPProtocol() - Constructor for class jade.imtp.leap.JICP.JICPProtocol
- JICPSConnection - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPSConnection() - Constructor for class jade.imtp.leap.JICP.JICPSConnection
- JICPSConnection(TransportAddress) - Constructor for class jade.imtp.leap.JICP.JICPSConnection
-
Constructor declaration
- JICPSConnection(TransportAddress, boolean) - Constructor for class jade.imtp.leap.JICP.JICPSConnection
- JICPSConnection(TransportAddress, boolean, int, String, int) - Constructor for class jade.imtp.leap.JICP.JICPSConnection
- JICPSConnection(Socket) - Constructor for class jade.imtp.leap.JICP.JICPSConnection
-
Constructor declaration
- JICPServer - Class in jade.imtp.leap.JICP
-
Class declaration
- JICPServer(Profile, JICPPeer, ICP.Listener, ConnectionFactory, int) - Constructor for class jade.imtp.leap.JICP.JICPServer
-
Constructor declaration
- JICPSPeer - Class in jade.imtp.leap.JICP
-
JICPSPeer - JICP Secure Peer This JICP peer uses secure connections with or without mutual authentication of the endpoints by using digital certificates.
- JICPSPeer() - Constructor for class jade.imtp.leap.JICP.JICPSPeer
- jj_nt - Variable in class jade.lang.acl.ACLParser
- jjFillToken() - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
- jjFillToken() - Method in class jade.content.lang.sl.SLParserTokenManager
- jjFillToken() - Method in class jade.lang.acl.ACLParserTokenManager
- jjnewLexState - Static variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Lex State array.
- jjnewLexState - Static variable in class jade.content.lang.sl.SLParserTokenManager
-
Lex State array.
- jjnewLexState - Static variable in class jade.lang.acl.ACLParserTokenManager
- jjstrLiteralImages - Static variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Token literal values.
- jjstrLiteralImages - Static variable in class jade.content.lang.sl.SLParserTokenManager
-
Token literal values.
- jjstrLiteralImages - Static variable in class jade.lang.acl.ACLParserTokenManager
- jLabelAgentName - Static variable in class jade.tools.rma.StartDialog
- jLabelArguments - Static variable in class jade.tools.rma.StartDialog
- jLabelClassname - Static variable in class jade.tools.rma.StartDialog
- jLabelContainer - Static variable in class jade.tools.rma.StartDialog
- jLabelOwner - Static variable in class jade.tools.rma.StartDialog
- join() - Method in class jade.core.Agent
-
This method is used internally by the framework and should NOT be used by programmers.
- jTextFieldAgentUser - Static variable in class jade.tools.rma.StartDialog
- jTextFieldArguments - Static variable in class jade.tools.rma.StartDialog
- jTextFieldContainer - Static variable in class jade.tools.rma.StartDialog
- JVM - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the indication about the type of JVM.
- JVM_KEY - Static variable in class jade.core.MicroRuntime
K
- KA - Static variable in class jade.mtp.http.HTTPIO
- KB - Class in jade.domain.KBManagement
-
Base class for AMS and DF Knowledge Base
- KB(int) - Constructor for class jade.domain.KBManagement.KB
- KBIterator - Interface in jade.domain.KBManagement
- KEEP_ALIVE_TIME_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- KEEP_ALIVE_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying keep-alive
- KEEP_NOTIFY_ON_SHUTDOWN - Static variable in class jade.domain.ams
- KeepAlive - Class in jade.mtp.http
-
This class represents a connection to a remote server
- KeepAlive(int, int, boolean) - Constructor for class jade.mtp.http.KeepAlive
-
Constructor
- KeepAlive.KAConnection - Class in jade.mtp.http
- keepRegistered(Agent, AID, DFAgentDescription, Date) - Static method in class jade.domain.DFService
-
Add a suitable behaviour that ensures that a DF-Description currently registered with a DF is kept registered until a given deadline.
- keySet() - Method in class jade.util.HashCache
- keySet() - Method in class jade.util.leap.HashMap
- keySet() - Method in interface jade.util.leap.Map
-
Returns a set view of the keys contained in this map.
- KeyStoreKeyManager - Class in jade.mtp.http.https
-
HTTPSKeyManager that extracts its trust material from a given KeyStore.
- KeyStoreKeyManager() - Constructor for class jade.mtp.http.https.KeyStoreKeyManager
- keyword - Variable in class FIPA.Property
- KEYWORD - Static variable in exception jade.core.NameClashException
-
This constant string is used to distinguish a name clash from other reasons that may prevent the creation of an agent.
- KEYWORD1 - Static variable in class jade.tools.gui.ACLToken
-
Keyword 1 token id.
- KEYWORD2 - Static variable in class jade.tools.gui.ACLToken
-
Keyword 2 token id.
- KEYWORD3 - Static variable in class jade.tools.gui.ACLToken
-
Keyword 3 token id.
- kill() - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Shutdown self initiated or forced by the MediatorManager this BackEndContainer is attached to.
- kill() - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
Shutdown self initiated or forced by the JICPServer this BackEndContainer is attached to.
- kill() - Method in interface jade.imtp.leap.JICP.JICPMediator
-
Kill this JICPMediator
- kill() - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Kill the above container.
- kill() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Kill the above container.
- kill() - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Termination self initiated or forced by the MediatorManager we are attached to.
- kill() - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from ACTIVE to DELETED.
- kill() - Method in class jade.wrapper.ContainerController
-
Shuts down this container, terminating all the agents running within it.
- kill() - Method in interface jade.wrapper.PlatformController
-
Kill the agent platform.
- kill(AID, JADEPrincipal, Credentials) - Method in interface jade.core.AgentManager
- kill(AID, JADEPrincipal, Credentials) - Method in class jade.core.MainContainerImpl
-
Kill an agent wherever it is
- KILL_CONTAINER - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the
kill-containeraction. - KILL_EVENT - Static variable in class jade.tools.introspector.Introspector
- killAgent(AID) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- killAgent(AID) - Method in interface jade.wrapper.ContainerProxy
- killAgent(AID, Command) - Method in class jade.core.management.AgentManagementProxy
- killAgent(AID, Command) - Method in interface jade.core.management.AgentManagementSlice
- killAgent(String) - Method in interface jade.core.FrontEnd
-
Request the FrontEnd container to kill an agent.
- killAgent(String) - Static method in class jade.core.MicroRuntime
-
Kill an agent.
- killAgent(String) - Method in class jade.imtp.leap.FrontEndStub
- KillAgent - Class in jade.domain.JADEAgentManagement
-
This class represents the
kill-agentaction of theJADE-agent-management ontology. - KillAgent() - Constructor for class jade.domain.JADEAgentManagement.KillAgent
-
Default constructor.
- KILLAGENT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- KILLAGENT_AGENT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- KILLAGENT_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- killAgentOnFE(String) - Method in class jade.core.BackEndContainer
- killContainer() - Method in interface jade.wrapper.ContainerProxy
- killContainer(ContainerID, JADEPrincipal, Credentials) - Method in interface jade.core.AgentManager
- killContainer(ContainerID, JADEPrincipal, Credentials) - Method in class jade.core.MainContainerImpl
-
Kill a given container
- killContainer(String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- KillContainer - Class in jade.domain.JADEAgentManagement
-
This class represents the
kill-containeraction of theJADE-agent-management ontology. - KillContainer() - Constructor for class jade.domain.JADEAgentManagement.KillContainer
-
Default constructor.
- KILLCONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- KILLCONTAINER_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- KILLCONTAINER_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- KillContainerRequested - Class in jade.domain.introspection
-
This class represents the
kill-container-requestedconcept in thejade-introspectionontology. - KillContainerRequested() - Constructor for class jade.domain.introspection.KillContainerRequested
-
Default constructor.
- KILLCONTAINERREQUESTED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- KILLCONTAINERREQUESTED_CONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- KILLED_PLATFORM - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
killed-platformevent. - killedPlatform(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when the platform is killed (destroyed).
- kind - Variable in class jade.content.lang.sl.Token
-
An integer that describes the kind of this token.
- kind - Variable in class jade.lang.acl.Token
-
An integer that describes the kind of this token.
- kindOfOperation() - Method in class jade.tools.dfgui.DFGUI
- KO - Static variable in class jade.core.behaviours.OutcomeManager
L
- LABEL - Static variable in class jade.tools.gui.ACLToken
-
Label token id.
- language - Variable in class jade.core.behaviours.ActionExecutor
- LANGUAGE - Static variable in interface jade.lang.acl.ACLParserConstants
- LAST - Static variable in class jade.core.Filter
-
The constant indicating the last position in the filter chain
- lastInvalid - Variable in class jade.tools.gui.ACLTextAreaPainter
- lastLine - Variable in class jade.tools.gui.ACLSLTokenMarker
-
The last tokenized line.
- LASTSEARCH_VIEW - Static variable in class jade.tools.dfgui.DFGUI
- lastStates - Variable in class jade.core.behaviours.FSMBehaviour
- lastToken - Variable in class jade.tools.gui.ACLSLTokenMarker
-
The last token in the list.
- LATENT - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
latentagent life-cycle state. - LBRACE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- LBRACE - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- LBRACE - Static variable in interface jade.lang.acl.ACLParserConstants
- LBRACE2 - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- LBRACE2 - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- LBRACE2 - Static variable in interface jade.lang.acl.ACLParserConstants
- LEADERSHIP_ACQUIRED - Static variable in class jade.core.event.ContainerEvent
- LEADERSHIP_ACQUIRED - Static variable in interface jade.core.replication.MainReplicationSlice
-
The vertical command issued on the new master main container just after leadership acquisition
- leadershipAcquired(ContainerEvent) - Method in class jade.core.event.ContainerAdapter
- leadershipAcquired(ContainerEvent) - Method in interface jade.core.event.ContainerListener
- LEAP_IMTP - Static variable in class jade.core.Profile
- LEAP_PROPERTY_FILE - Static variable in interface jade.imtp.leap.JICP.JICPMediatorManager
- LEAP_PROPERTY_FILE_DEFAULT - Static variable in interface jade.imtp.leap.JICP.JICPMediatorManager
- LEAPACLCodec - Class in jade.lang.acl
-
This class implements the LEAP codec for ACLMessages.
- LEAPACLCodec() - Constructor for class jade.lang.acl.LEAPACLCodec
- LEAPCodec - Class in jade.content.lang.leap
-
Content language codec for the LEAP language
- LEAPCodec() - Constructor for class jade.content.lang.leap.LEAPCodec
-
Construct a LEAPCodec object i.e.
- LEAPFrameCodec - Class in jade.content.frame
- LEAPFrameCodec() - Constructor for class jade.content.frame.LEAPFrameCodec
- LEAPIMTPManager - Class in jade.imtp.leap
- LEAPIMTPManager() - Constructor for class jade.imtp.leap.LEAPIMTPManager
-
Default constructor used to dynamically instantiate a new LEAPIMTPManager object
- LEAPSerializationException - Exception in jade.imtp.leap
-
A
LEAPSerializationExceptionis used as generic exception to ease the handling of all exceptions that may occur during the LEAP surrogate serialization mechanism. - LEAPSerializationException() - Constructor for exception jade.imtp.leap.LEAPSerializationException
-
Constructs a
LEAPSerializationExceptionwith no specified detail message. - LEAPSerializationException(String) - Constructor for exception jade.imtp.leap.LEAPSerializationException
-
Constructs a
LEAPSerializationExceptionwith the specified detail message. - LEAPSerializationException(String, Throwable) - Constructor for exception jade.imtp.leap.LEAPSerializationException
-
Constructs a
LEAPSerializationExceptionwith the specified detail message and nested exception. - LeaseManager - Interface in jade.domain.KBManagement
- length - Variable in class jade.tools.gui.ACLSLTokenMarker
-
The length of the
lineInfoarray. - length - Variable in class jade.tools.gui.ACLToken
-
The length of this token.
- length() - Method in class jade.core.messaging.GenericMessage
- length() - Method in class jade.core.messaging.MultipleGenericMessage
- LENGTH_TAG - Static variable in class jade.mtp.http.XMLCodec
- LevelInfo - Class in jade.tools.logging.ontology
- LevelInfo() - Constructor for class jade.tools.logging.ontology.LevelInfo
- LevelInfo(String, int) - Constructor for class jade.tools.logging.ontology.LevelInfo
- LexicalError(boolean, int, int, int, String, char) - Static method in error jade.content.lang.sl.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- LexicalError(boolean, int, int, int, String, char) - Static method in error jade.lang.acl.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class jade.content.lang.sl.SLParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class jade.lang.acl.ACLParserTokenManager
- LifeCycle - Class in jade.core
-
Common bas class for all agent life cycle states.
- LifeCycle(int) - Constructor for class jade.core.LifeCycle
- LightMessagingService - Class in jade.core.messaging
-
A minimal version of the JADE service to manage the message passing subsystem installed on the platform.
- LightMessagingService() - Constructor for class jade.core.messaging.LightMessagingService
- line - Variable in class jade.content.lang.sl.SimpleCharStream
- line - Variable in class jade.lang.acl.SimpleCharStream
- lineHighlight - Variable in class jade.tools.gui.ACLTextAreaPainter
- lineHighlightColor - Variable in class jade.tools.gui.ACLTextAreaPainter
- lineInfo - Variable in class jade.tools.gui.ACLSLTokenMarker
-
An array for storing information about lines.
- LineInfo() - Constructor for class jade.tools.gui.ACLSLTokenMarker.LineInfo
-
Creates a new LineInfo object with token = Token.NULL and obj = null.
- LineInfo(byte, Object) - Constructor for class jade.tools.gui.ACLSLTokenMarker.LineInfo
-
Creates a new LineInfo object with the specified parameters.
- lineSegment - Variable in class jade.tools.gui.ACLTextArea
- lineToY(int) - Method in class jade.tools.gui.ACLTextArea
-
Converts a line index to a y co-ordinate.
- LinkedList - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
- LinkedList() - Constructor for class jade.util.leap.LinkedList
-
Default Constructor, creates an empty List
- list - Variable in class jade.core.ExtendedMessageQueue
- list(PrintStream) - Method in class jade.util.ExtendedProperties
-
List properties to provided PrintStream.
- List - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface.
- listener - Variable in class jade.core.NodeFailureMonitor
- listenerList - Variable in class jade.tools.gui.ACLTextArea
- listProperties(PrintStream) - Method in class jade.Boot3
-
List boot properties to provided print stream.
- LITERAL1 - Static variable in class jade.tools.gui.ACLToken
-
Literal 1 token id.
- LITERAL2 - Static variable in class jade.tools.gui.ACLToken
-
Literal 2 token id.
- lm - Variable in class jade.domain.KBManagement.KB
- lm - Variable in class jade.domain.KBManagement.MemKB
- load(InputStream) - Method in class jade.util.ExtendedProperties
-
Add properties from a specified InputStream.
- load(String) - Method in class jade.util.leap.Properties
-
Load a set of key-value pairs from a given storage element.
- load(String, Properties) - Method in interface jade.util.ObjectManager.Loader
- load(String, String) - Static method in class jade.util.ObjectManager
-
Try to load an object of a given type by means of the loaders (if any) associated to that type.
- LOAD_BEHAVIOUR - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- LOAD_BEHAVIOUR_CLASS_NAME - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- LOAD_BEHAVIOUR_CODE - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- LOAD_BEHAVIOUR_PARAMETERS - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- LOAD_BEHAVIOUR_ZIP - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- loadACL() - Method in class jade.tools.gui.ACLPanel
- loadAgent(AID, String, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- LoadAgent - Class in jade.domain.persistence
-
This class represents the
load-agentaction of theJADE-Persistenceontology. - LoadAgent() - Constructor for class jade.domain.persistence.LoadAgent
- LOADAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADAGENT_WHERE - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LoadAgentGroup - Class in jade.domain.persistence
-
This class represents the
load-agent-groupaction of theJADE-Persistenceontology. - LoadAgentGroup() - Constructor for class jade.domain.persistence.LoadAgentGroup
- LOADAGENTGROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADAGENTGROUP_GROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADAGENTGROUP_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- loadAll(MessageStorage.LoadListener) - Method in interface jade.core.messaging.MessageStorage
- LoadBehaviour - Class in jade.domain.mobility
-
This action represents a request to load a
Behaviourwhose code is not included in the classpath of the JVM where the agent that is going to execute the behaviour lives. - LoadBehaviour() - Constructor for class jade.domain.mobility.LoadBehaviour
- loadContainer(String, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- LoadContainer - Class in jade.domain.persistence
-
This class represents the
load-containeraction of theJADE-Persistenceontology. - LoadContainer() - Constructor for class jade.domain.persistence.LoadContainer
- LOADCONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADCONTAINER_CONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOADCONTAINER_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- loadEnded(String) - Method in interface jade.core.messaging.MessageStorage.LoadListener
- LoaderBehaviour - Class in jade.core.behaviours
-
This behaviour serves behaviour-loading requests according to the Behaviour-loading ontology.
- LoaderBehaviour() - Constructor for class jade.core.behaviours.LoaderBehaviour
-
Construct a LoaderBehaviour.
- LoaderBehaviour(Agent) - Constructor for class jade.core.behaviours.LoaderBehaviour
-
Construct a LoaderBehaviour to be executed by a given agent.
- LoaderBehaviour(Agent, ClassLoader) - Constructor for class jade.core.behaviours.LoaderBehaviour
-
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.
- loadQueue() - Method in class jade.tools.gui.ACLTracePanel
- loadStarted(String) - Method in interface jade.core.messaging.MessageStorage.LoadListener
- LOCAL_HOST - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the host name the container must bind on.
- LOCAL_HOST_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- LOCAL_NODE_PORT - Static variable in class jade.imtp.rmi.RMIIMTPManager
-
This constant is the name of the property whose value contains the TCP port where the local RMI Node is to be exported.
- LOCAL_PLATFORM_TYPE - Static variable in class jade.gui.AgentTree
- LOCAL_PORT - Static variable in class jade.core.Profile
-
This constant is the name of the TCP port the container node must listen to for incoming IMTP messages.
- LOCAL_PORT_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
Keys
- LOCAL_PORT_RANGE - Static variable in class jade.core.Profile
-
This constant is the name of the property specifying the range to select the TCP port the container node must listen to for incoming IMTP messages.
- LOCAL_SERVICE_MANAGER - Static variable in class jade.core.Profile
-
This constant is the name of the property whose Boolean value tells whether a local Service Manager is exported by this container (only when using JADE support for fault-tolerant platform configurations).
- LOCAL_SERVICE_MANAGER_PORT - Static variable in class jade.imtp.rmi.RMIIMTPManager
-
This constant is the name of the property whose value contains the TCP port where a local Service Manager is to be exported (when using JADE fault-tolerant deployment).
- localCheckBox - Variable in class jade.tools.gui.ACLAIDDialog
- LOCALHOST_CONSTANT - Static variable in class jade.core.Profile
- LocalJadeGateway - Class in jade.wrapper.gateway
- LocalJadeGateway(Agent) - Constructor for class jade.wrapper.gateway.LocalJadeGateway
- LocalPlatformFolderNode(String) - Constructor for class jade.gui.AgentTree.LocalPlatformFolderNode
- Location - Interface in jade.core
-
Abstract interface to represent JADE network locations.
- LOCATION - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- LOCATION - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOCATION - Static variable in interface jade.imtp.leap.JICP.PDPContextManager
- LOCATION_ADDRESS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- LOCATION_ADDRESS - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOCATION_NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- LOCATION_NAME - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- LOCATION_PROTOCOL - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- LOCATION_PROTOCOL - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- logBuffer(ByteBuffer) - Static method in class jade.imtp.leap.nio.NIOHelper
-
logs info on a bytebuffer at level FINE with name "unknown"
- logBuffer(ByteBuffer, String) - Static method in class jade.imtp.leap.nio.NIOHelper
-
logs info on a bytebuffer at level FINE with name <name>
- logBuffer(ByteBuffer, String, Level) - Static method in class jade.imtp.leap.nio.NIOHelper
-
logs info on a bytebuffer at level <l> with name <name>
- logger - Variable in class jade.domain.KBManagement.KB
- logger - Variable in class jade.imtp.leap.MicroStub
- logger - Variable in class jade.tools.ToolAgent
- Logger - Class in jade.util
-
This class provides a uniform API to produce logs over a set of different and device-dependent logging mechanisms.
- LOGGER_INFO - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- LOGGER_INFO_FILE - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- LOGGER_INFO_HANDLERS - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- LOGGER_INFO_LEVEL - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- LOGGER_INFO_NAME - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- LoggerInfo - Class in jade.tools.logging.ontology
- LoggerInfo() - Constructor for class jade.tools.logging.ontology.LoggerInfo
- LoggerInfo(String, int) - Constructor for class jade.tools.logging.ontology.LoggerInfo
- LogHelperAgent - Class in jade.tools.logging
- LogHelperAgent() - Constructor for class jade.tools.logging.LogHelperAgent
- LOGIN_KEY - Static variable in class jade.BootProfileImpl
- LogManagementOntology - Class in jade.tools.logging.ontology
-
This class represents the Log-Agent-Management-ontology i.e.
- LogManagementVocabulary - Interface in jade.tools.logging.ontology
-
This interface contains all the string constants for frame and slot names of the
jLog-Management-Ontologyontology. - LogManager - Interface in jade.tools.logging
- LogManagerAgent - Class in jade.tools.logging
-
This tool agent supports local and remote management of logs in JADE containers.
- LogManagerAgent() - Constructor for class jade.tools.logging.LogManagerAgent
- LogManagerGUI - Class in jade.tools.logging.gui
-
LogManager agent main GUI
- LogManagerGUI(Agent) - Constructor for class jade.tools.logging.gui.LogManagerGUI
- LONG - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- lookupAlias(String) - Method in class jade.core.BaseService
-
This protected method is used by
getSlice()to dereference aliases for slice names. - lookupLanguage(String) - Method in class jade.content.ContentManager
-
Retrieves a previously registered
Codecgiving itsname. - lookupOntology(String) - Method in class jade.content.ContentManager
-
Retrieves a previously registered
Ontologygiving itsname. - LOOPBACK_ADDRESS_CONSTANT - Static variable in class jade.core.Profile
M
- magicCaret - Variable in class jade.tools.gui.ACLTextArea
- main(String[]) - Static method in class jade.Boot
-
Fires up the JADE system.
- main(String[]) - Static method in class jade.Boot3
-
Main entry point for invocation.
- main(String[]) - Static method in class jade.content.lang.sl.SLCodec
- main(String[]) - Static method in class jade.core.ScalabilityTest
- main(String[]) - Static method in class jade.domain.introspection.IntrospectionOntology
- main(String[]) - Static method in class jade.imtp.leap.JICP.NATUtils
- main(String[]) - Static method in class jade.imtp.leap.sms.Boot
- main(String[]) - Static method in class jade.imtp.leap.sms.SMSManagerGui
- main(String[]) - Static method in class jade.lang.acl.ACLParser
- main(String[]) - Static method in class jade.lang.acl.ISO8601
-
The main is here only for debugging.
- main(String[]) - Static method in class jade.MicroBoot
-
Fires up the JADE runtime.
- main(String[]) - Static method in class jade.tools.DummyAgent.DummyAgent
- main(String[]) - Static method in class jade.tools.gui.ACLTimeChooserDialog
- main(String[]) - Static method in class jade.tools.sl.SLFormatter
-
Main routine is helpful for debugging.
- main(String[]) - Static method in class jade.tools.testagent.TestAgent
-
The main program for the TestAgent class
- main(String[]) - Static method in class jade.util.ExtendedProperties
-
For testing.
- main(String[]) - Static method in class jade.util.leap.RoundList
-
Just for Debugging this implementation.
- main(String[]) - Static method in class jade.util.Toolkit
- main(String[]) - Static method in class jade.wrapper.AgentState
-
For testing, simply list the valid state descriptions and numbers.
- main(String[]) - Static method in class jade.wrapper.PlatformState
-
For testing, simply list the valid state descriptions and numbers.
- main(String[]) - Static method in class test.TestAgent
- MAIN - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains a boolean indicating if this is the Main Container or a peripheral container.
- MAIN_CONTAINER_NAME - Static variable in interface jade.core.AgentContainer
- MAIN_HOST - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value is the name (or the IP address) of the network host where the JADE Main Container is running.
- MAIN_PORT - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains an integer representing the port number where the Main Container is listening for container registrations.
- MAIN_PROTO - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value is a String indicating the protocol to use to connect to the Main Container.
- MAIN_SLICE - Static variable in class jade.core.BaseService
- MAIN_SLICE - Static variable in interface jade.core.ServiceFinder
- MainBar - Class in jade.tools.introspector.gui
-
The main menu bar.
- MainBar(MainBarListener) - Constructor for class jade.tools.introspector.gui.MainBar
- MainBarListener - Class in jade.tools.introspector.gui
-
This class listens to the events fired by the main menu bar.
- MainBarListener(MainWindow, Sensor) - Constructor for class jade.tools.introspector.gui.MainBarListener
- MainContainer - Interface in jade.core
- MainContainerImpl - Class in jade.core
-
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.
- MainContainerImpl(Profile, PlatformManagerImpl) - Constructor for class jade.core.MainContainerImpl
- MainDetectionManager - Class in jade.core
- MainDetectionManager() - Constructor for class jade.core.MainDetectionManager
- MainMenu - Class in jade.tools.sniffer
-
Sets up the menu bar and the relative menus
- MainMenu(MainWindow, ActionProcessor) - Constructor for class jade.tools.sniffer.MainMenu
- mainPanel - Variable in class jade.tools.sniffer.MainWindow
- MainPanel - Class in jade.tools.sniffer
-
Sets the tree and the two canvas inside the MainWindow
- MainPanel(Sniffer, MainWindow) - Constructor for class jade.tools.sniffer.MainPanel
- MainReplicationHandle - Class in jade.core.replication
-
This class allows other services to exploit the MainReplicationService to keep local information in synch among slices on replicated Main Containers
- MainReplicationHandle(Service, ServiceFinder) - Constructor for class jade.core.replication.MainReplicationHandle
- MainReplicationProxy - Class in jade.core.replication
-
The remote proxy for the JADE kernel-level service managing the main-container replication subsystem installed in the platform.
- MainReplicationProxy() - Constructor for class jade.core.replication.MainReplicationProxy
- MainReplicationService - Class in jade.core.replication
-
A kernel-level service to manage a ring of Main Containers, keeping the various replicas in sync and providing failure detection and recovery to make JADE tolerate Main Container crashes.
- MainReplicationService() - Constructor for class jade.core.replication.MainReplicationService
- MainReplicationSlice - Interface in jade.core.replication
-
The horizontal interface for the JADE kernel-level service managing the main-container replication subsystem installed in the platform.
- MainWindow - Class in jade.tools.introspector.gui
-
Main Window class.
- MainWindow - Class in jade.tools.sniffer
-
This class performs the Sniffer main-windows GUI setup.
- MainWindow(Sensor, AID) - Constructor for class jade.tools.introspector.gui.MainWindow
- MainWindow(Sniffer, ExtendedProperties) - Constructor for class jade.tools.sniffer.MainWindow
- makeVirtual(String, int) - Method in interface jade.core.replication.AgentReplicationHelper
-
Define a virtual agent and sets the agent that invokes this method as its master replica.
- manageAsSerializable() - Method in annotation type jade.content.onto.annotations.Slot
-
Tell the BeanOntologyBuilder to treat this slot as a Serializable object.
- ManageMTPsDialog - Class in jade.tools.rma
- ManageMTPsDialog(rma, Frame, boolean, Map) - Constructor for class jade.tools.rma.ManageMTPsDialog
-
Creates new form ManageMTPsDialog
- mandatory() - Method in annotation type jade.content.onto.annotations.Slot
- MANDATORY - Static variable in class jade.content.schema.ObjectSchema
-
Canstant value indicating that a slot in a schema is mandatory, i.e.
- Map - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Map&qote; interface.
- markTokens(Segment, int) - Method in class jade.tools.gui.ACLSLTokenMarker
- markTokensImpl(byte, Segment, int) - Method in class jade.tools.gui.ACLSLTokenMarker
- MaskableJICPPeer - Class in jade.imtp.leap.JICP
-
Class declaration
- MaskableJICPPeer() - Constructor for class jade.imtp.leap.JICP.MaskableJICPPeer
-
Default constructor
- match(Property) - Method in class jade.domain.FIPAAgentManagement.MultiValueProperty
- match(Property) - Method in class jade.domain.FIPAAgentManagement.Property
- match(ACLMessage) - Method in class jade.lang.acl.MessageTemplate
-
Matches an ACL message against this
MessageTemplateobject. - match(ACLMessage) - Method in interface jade.lang.acl.MessageTemplate.MatchExpression
-
Check whether a given ACL message matches this template.
- match(Object, Object) - Method in class jade.domain.DFMemKB
- match(Object, Object) - Method in class jade.domain.KBManagement.MemKB
- matchAID(AID, AID) - Static method in class jade.domain.KBManagement.MemKB
- MatchAll() - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message.
- MatchAllFilter - Class in jade.core.messaging
-
Ready made persistent delivery filter that makes whatever message always persistent.
- MatchAllFilter() - Constructor for class jade.core.messaging.MatchAllFilter
- MatchContent(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:contentslot. - MatchConversationId(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:conversation-idslot. - MatchCustom(ACLMessage, boolean) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches ACL messages against a given one, passed as parameter.
- MatchEncoding(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:encodingslot. - MatchInReplyTo(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:in-reply-toslot. - MatchLanguage(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:languageslot. - MatchOntology(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:ontologyslot. - MatchPerformative(int) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given performative.
- MatchProtocol(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:protocolslot. - MatchReceiver(AID[]) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:receiverslot. - MatchReplyByDate(Date) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:reply-byslot. - MatchReplyTo(AID[]) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:reply-toslot. - MatchReplyWith(String) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:reply-withslot. - MatchSender(AID) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message with a given
:senderslot. - MatchTopic(AID) - Static method in class jade.lang.acl.MessageTemplate
-
This Factory Method returns a message template that matches any message about a given topic.
- MAX_DELIVERY_RETRY_ATTEMPTS - Static variable in class jade.core.messaging.MessagingService
-
Defines the maximum number of delivery attempts when an agent is found in the GADT, but not in the container it is supposed to be (see deliverUntilOK())
- MAX_DELIVERY_RETRY_ATTEMPTS_DEFAULT - Static variable in class jade.core.messaging.MessagingService
- MAX_DISCONNECTION_TIME_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- MAX_HEADER_SIZE - Static variable in class jade.imtp.leap.nio.NIOJICPConnection
- MAX_REGISTER_WITHOUT_CLEAN - Static variable in class jade.domain.KBManagement.MemKB
- MAX_RESULTS - Static variable in class jade.domain.ams
- MAX_SIZE - Static variable in class jade.imtp.leap.JICP.JICPPacket
- MAX_TRACED_UNKNOWN_PINGS - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the maximum number of UDP ping packets received from an un-monitored node that are traced.
- maxDeliveryRetryAttempts - Variable in class jade.core.messaging.MessagingService
- maxNextCharInd - Variable in class jade.content.lang.sl.SimpleCharStream
- maxNextCharInd - Variable in class jade.lang.acl.SimpleCharStream
- maxSize - Variable in class jade.core.ExtendedMessageQueue
- MeasureProvider - Interface in jade.core.sam
-
A Provider of "one-shot" measures for a given entity
- MediatedMeasureProvider - Class in jade.core.sam
- MediatedMeasureProvider(MeasureProvider) - Constructor for class jade.core.sam.MediatedMeasureProvider
- MEDIATOR_CLASS_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- MEDIATOR_ID_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- mediatorTA - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- MemKB - Class in jade.domain.KBManagement
-
Common base class for AMS and DF Knowledge Base
- MemKB(int) - Constructor for class jade.domain.KBManagement.MemKB
- message(FipaMessage) - Method in class FIPA._MTSStub
- message(FipaMessage) - Method in interface FIPA.MTS
- Message - Class in jade.tools.sniffer
-
A 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 Canvas
- Message(ACLMessage, AID) - Constructor for class jade.tools.sniffer.Message
- Message() - Method in class jade.lang.acl.ACLParser
- MESSAGE_IN - Static variable in class jade.core.event.MTPEvent
- MESSAGE_OUT - Static variable in class jade.core.event.MTPEvent
- MessageAdapter - Class in jade.core.event
-
Adapter class for the
MessageListenerinterface - MessageAdapter() - Constructor for class jade.core.event.MessageAdapter
- messageBody - Variable in class FIPA.FipaMessage
- messageEnvelopes - Variable in class FIPA.FipaMessage
- MessageEvent - Class in jade.core.event
-
This class represents the events related to ACL message passing.
- MessageEvent(int, ACLMessage, AID, AID, ContainerID) - Constructor for class jade.core.event.MessageEvent
- MessageEvent(int, ACLMessage, Channel, Channel, ContainerID) - Constructor for class jade.core.event.MessageEvent
- messageIn(MTPEvent) - Method in interface jade.core.event.MTPListener
- messageIn(MTPEvent) - Method in class jade.domain.AMSEventQueueFeeder
- messageIn(ACLMessage, String) - Method in interface jade.core.FrontEnd
-
Pass an ACLMessage to the FrontEnd for posting.
- messageIn(ACLMessage, String) - Method in class jade.imtp.leap.FrontEndStub
- MessageList - Class in jade.tools.sniffer
-
This is the list of the sniffed messages displayed on the Message Canvas as blue arrows.
- MessageList() - Constructor for class jade.tools.sniffer.MessageList
- MessageListener - Interface in jade.core.event
-
The interface to be implemented by classes that need to be notified about
MessageEvent-s by the JADE Notification-Service - messageOut(MTPEvent) - Method in interface jade.core.event.MTPListener
- messageOut(MTPEvent) - Method in class jade.domain.AMSEventQueueFeeder
- messageOut(ACLMessage, String) - Method in interface jade.core.BackEnd
-
Pass an ACLMessage to the BackEnd for dispatching.
- messageOut(ACLMessage, String) - Method in class jade.core.BackEndContainer
-
An agent on the FrontEnd has sent a message.
- messageOut(ACLMessage, String) - Method in class jade.imtp.leap.BackEndStub
- MessagePanel - Class in jade.tools.introspector.gui
-
The panel containing the message tables.
- MessagePanel(MessageTableModel, MessageTableModel, MessageTableModel, MessageTableModel) - Constructor for class jade.tools.introspector.gui.MessagePanel
- MessageParameter() - Method in class jade.lang.acl.ACLParser
- MESSAGEPARAMETERSTATE - Static variable in interface jade.lang.acl.ACLParserConstants
- messagePosted(MainWindow, PostedMessage) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- MessageQueue - Interface in jade.core
-
The interface to be implemented by agent message queue implementations
- messageReceived(MainWindow, ReceivedMessage) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- messageSent(MainWindow, SentMessage) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- MessageStorage - Interface in jade.core.messaging
- MessageStorage.LoadListener - Interface in jade.core.messaging
- MessageTableModel - Class in jade.tools.introspector.gui
-
The model class for the message table.
- MessageTableModel(List, String) - Constructor for class jade.tools.introspector.gui.MessageTableModel
- MessageTemplate - Class in jade.lang.acl
-
A pattern for matching incoming ACL messages.
- MessageTemplate(MessageTemplate.MatchExpression) - Constructor for class jade.lang.acl.MessageTemplate
-
Public constructor to use when the user needs to define an application specific pattern.
- MessageTemplate.MatchExpression - Interface in jade.lang.acl
-
This interface must be overriden in order to define an application specific MessageTemplate.
- MessageTransportProtocol - Class in jade.mtp.http
- MessageTransportProtocol - Class in jade.mtp.iiop
-
Implementation of
fipa.mts.mtp.iiop.stdspecification for delivering ACL messages over the OMG IIOP transport protocol. - MessageTransportProtocol() - Constructor for class jade.mtp.http.MessageTransportProtocol
- MessageTransportProtocol() - Constructor for class jade.mtp.iiop.MessageTransportProtocol
- MessageType() - Method in class jade.lang.acl.ACLParser
- MESSAGETYPE - Static variable in interface jade.lang.acl.ACLParserConstants
- MESSAGETYPESTATE - Static variable in interface jade.lang.acl.ACLParserConstants
- MessagingHelper - Interface in jade.core.messaging
-
ServiceHelper provided by the MessagingService to make additional messaging features available to agents
- MessagingHelper.AliasListener - Interface in jade.core.messaging
-
The interface to be implemented by classes that need to be notified about aliases creation/deletion
- MessagingProxy - Class in jade.core.messaging
-
The remote proxy for the JADE kernel-level service managing the message passing subsystem installed in the platform.
- MessagingProxy() - Constructor for class jade.core.messaging.MessagingProxy
- MessagingService - Class in jade.core.messaging
-
The JADE service to manage the message passing subsystem installed on the platform.
- MessagingService() - Constructor for class jade.core.messaging.MessagingService
- MessagingService.UnknownACLEncodingException - Exception in jade.core.messaging
- MessagingSlice - Interface in jade.core.messaging
-
The horizontal interface for the JADE kernel-level service managing the message passing subsystem installed in the platform.
- META_RESETEVENTS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- METASYMBOL - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- METASYMBOL - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- METASYMBOL2 - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- METASYMBOL2 - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- method - Variable in class jade.imtp.leap.http.HTTPRequest
- method() - Method in annotation type jade.core.Restore
- MicroBoot - Class in jade
-
Main class to start JADE as a split-container.
- MicroBoot() - Constructor for class jade.MicroBoot
-
Default constructor.
- MicroIntrospector - Class in jade.content.onto
-
This introspector does nothing but "asking objects to convert themselves into/from abstract descriptors".
- MicroIntrospector() - Constructor for class jade.content.onto.MicroIntrospector
- MicroRuntime - Class in jade.core
-
This class is used to start up the JADE runtime as a split (front-end) container.
- MicroRuntime() - Constructor for class jade.core.MicroRuntime
- MicroSkeleton - Class in jade.imtp.leap
-
Deserialize a command, calls the corresponding method and serialize the response.
- MicroSkeleton() - Constructor for class jade.imtp.leap.MicroSkeleton
- MicroStub - Class in jade.imtp.leap
-
Class declaration
- MicroStub(Dispatcher) - Constructor for class jade.imtp.leap.MicroStub
- MicroStub.PostponedCommand - Class in jade.imtp.leap
- MIDP - Static variable in class jade.core.MicroRuntime
- MIDP - Static variable in class jade.core.Profile
- milliseconds - Variable in class FIPA.DateTime
- MINIMUM_TIMEOUT - Static variable in class jade.imtp.leap.MicroStub
- minutes - Variable in class FIPA.DateTime
- MISSING_PARAM_POLICY_FAIL - Static variable in class jade.util.Toolkit
- MISSING_PARAM_POLICY_LEAVE - Static variable in class jade.util.Toolkit
- MISSING_PARAM_POLICY_REMOVE - Static variable in class jade.util.Toolkit
- MissingArgument - Exception in jade.domain.FIPAAgentManagement
- MissingArgument() - Constructor for exception jade.domain.FIPAAgentManagement.MissingArgument
- MissingArgument(String) - Constructor for exception jade.domain.FIPAAgentManagement.MissingArgument
- MISSINGARGUMENT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- MISSINGARGUMENT_ARGUMENT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- MissingParameter - Exception in jade.domain.FIPAAgentManagement
- MissingParameter() - Constructor for exception jade.domain.FIPAAgentManagement.MissingParameter
- MissingParameter(String, String) - Constructor for exception jade.domain.FIPAAgentManagement.MissingParameter
- MISSINGPARAMETER - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- MISSINGPARAMETER_OBJECT_NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- MISSINGPARAMETER_PARAMETER_NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- ml - Variable in class jade.tools.sniffer.MMCanvas
- MMCanvas - Class in jade.tools.sniffer
-
Manages agents and messages on both canvas.
- MMCanvas(boolean, MainWindow, PanelCanvas, MainPanel, MMCanvas) - Constructor for class jade.tools.sniffer.MMCanvas
- MOBILE_AGENT_DESCRIPTION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_DESCRIPTION_AGENT_PROFILE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_DESCRIPTION_AGENT_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_DESCRIPTION_DESTINATION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_DESCRIPTION_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_DESCRIPTION_SIGNATURE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_LANGUAGE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_LANGUAGE_DEPENDENCIES - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_LANGUAGE_MAJOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_LANGUAGE_MINOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_LANGUAGE_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_OS - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_OS_DEPENDENCIES - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_OS_MAJOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_OS_MINOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_OS_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_PROFILE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_PROFILE_LANGUAGE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_PROFILE_OS - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_PROFILE_SYSTEM - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_SYSTEM - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_SYSTEM_DEPENDENCIES - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_SYSTEM_MAJOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_SYSTEM_MINOR_VERSION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOBILE_AGENT_SYSTEM_NAME - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MobileAgentDescription - Class in jade.domain.mobility
-
This class represents the
mobile-agent-descriptionconcept. - MobileAgentDescription() - Constructor for class jade.domain.mobility.MobileAgentDescription
-
Default constructor.
- MobileAgentLanguage - Class in jade.domain.mobility
-
This class represents the
mobile-agent-languageconcept. - MobileAgentLanguage() - Constructor for class jade.domain.mobility.MobileAgentLanguage
-
Default constructor.
- MobileAgentOS - Class in jade.domain.mobility
-
This class represents the
mobile-agent-osconcept. - MobileAgentOS() - Constructor for class jade.domain.mobility.MobileAgentOS
-
Default constructor.
- MobileAgentProfile - Class in jade.domain.mobility
-
This class represents the
mobile-agent-profileconcept. - MobileAgentProfile() - Constructor for class jade.domain.mobility.MobileAgentProfile
-
Default constructor.
- MobileAgentSystem - Class in jade.domain.mobility
-
This class represents the
mobile-agent-systemconcept. - MobileAgentSystem() - Constructor for class jade.domain.mobility.MobileAgentSystem
-
Default constructor.
- MobilityOntology - Class in jade.domain.mobility
-
This class represents the ontology used for JADE mobility.
- MobilityVocabulary - Interface in jade.domain.mobility
-
This interface contains all the string constants for frame and slot names of exceptions defined in the
jade-mobility-ontologyontology. - MODALOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- MODALOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- modelClassnameCombo - Static variable in class jade.tools.rma.StartDialog
- modify(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
Modifies data contained within a AMS agent.
- modify(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
-
Modifies a previously registered DF-Description within a DF agent.
- modify(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
The AID of the AMS is defaulted to the AMS of this platform.
- modify(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
-
Modify a
DFAgentDescriptionfrom the default DF. - Modify - Class in jade.domain.FIPAAgentManagement
-
This class implements the
modifyaction of thefipa-agent-management ontology. - Modify() - Constructor for class jade.domain.FIPAAgentManagement.Modify
-
Default constructor.
- MODIFY - Static variable in interface jade.domain.DFGUIAdapter
- MODIFY - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- MODIFY_DESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- MODIFY_DESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.Modify
-
A string constant for the
descriptionslot name. - modifyAction(Modify, AID) - Method in class jade.domain.df
-
Serve the Modify action of the FIPA management ontology.
- modifyAgentNode(String, String, String, String, String) - Method in class jade.gui.AgentTree
- ModifyOn - Class in jade.domain.DFGUIManagement
-
This class implements the ModifyOn action.
- ModifyOn() - Constructor for class jade.domain.DFGUIManagement.ModifyOn
- MODIFYON - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- MODIFYON_DESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- MODIFYON_DF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- MomMessagingService - Class in jade.core.messaging
- MomMessagingService() - Constructor for class jade.core.messaging.MomMessagingService
- month - Variable in class FIPA.DateTime
- moreAcceptances(Vector) - Method in class jade.proto.ContractNetInitiator
-
This method can be called to send acceptances to responder agents that replied with PROPOSE not all together but in more tranches.
- moreDataAvailable() - Method in class jade.imtp.leap.nio.NIOJICPConnection
- mouseClicked(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
-
This method is invoked every time a user double-click on a blue arrow in the message canvas: the double-click occurs on a blue arrow in the message canavs, a dialog box is displayed with the entire message.
- mouseDragged(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- mouseEntered(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- mouseExited(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- mouseMoved(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- mousePressed(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
-
Method invoked everytime the use clicks on a blue arrow: it updates the TextMessage component displaying the type of the message.
- mousePressed(MouseEvent) - Method in class jade.tools.sniffer.PopMouserAgent
- mousePressed(MouseEvent) - Method in class jade.tools.sniffer.PopMouserMessage
- mousePressed(MouseEvent) - Method in class jade.tools.sniffer.PopupMouser
- mouseReleased(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- mouseReleased(MouseEvent) - Method in class jade.tools.sniffer.PopMouserAgent
- mouseReleased(MouseEvent) - Method in class jade.tools.sniffer.PopMouserMessage
- mouseReleased(MouseEvent) - Method in class jade.tools.sniffer.PopupMouser
- Movable - Interface in jade.core.mobility
-
This interface provides callback methods that will be invoked during the migration or cloning of an agent that had previously registered this
Movableobject. - move(AID, Location) - Method in interface jade.core.AgentManager
- move(AID, Location) - Method in class jade.core.MainContainerImpl
-
Move an agent to a given destination
- move(Location) - Method in interface jade.core.mobility.AgentMobilityHelper
- move(Location) - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from ACTIVE to TRANSIT.
- MOVE - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MOVE_MOBILE_AGENT_DESCRIPTION - Static variable in interface jade.domain.mobility.MobilityVocabulary
- MoveAction - Class in jade.domain.mobility
-
This class represents the
move-agentaction, requesting to move an agent within the platform. - MoveAction() - Constructor for class jade.domain.mobility.MoveAction
-
Default constructor.
- moveAgent(AID, Location) - Method in class jade.core.mobility.AgentMobilityProxy
- moveAgent(AID, Location) - Method in interface jade.core.mobility.AgentMobilitySlice
- moveAgent(AID, Location) - Method in interface jade.wrapper.ContainerProxy
- moveAgent(AID, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- moveAgentNode(String, String, String) - Method in class jade.gui.AgentTree
- MOVED_AGENT - Static variable in class jade.core.event.PlatformEvent
- movedAgent(AID, ContainerID, ContainerID) - Method in interface jade.core.MainContainer
- movedAgent(AID, ContainerID, ContainerID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just moved
- movedAgent(AID, ContainerID, ContainerID) - Method in class jade.core.mobility.AgentMobilityService
- movedAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- movedAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- MovedAgent - Class in jade.domain.introspection
-
An introspection event, recording the migration of an agent within the platform.
- MovedAgent() - Constructor for class jade.domain.introspection.MovedAgent
-
Default constructor.
- MOVEDAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- MOVEDAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- MOVEDAGENT_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- MOVEDAGENT_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- msg - Variable in exception jade.domain.FIPAException
- msg - Variable in class jade.imtp.leap.http.HTTPResponse
- MSG_QUEUE_CLASS - Static variable in class jade.core.Agent
- MsgReceiver - Class in jade.proto.states
-
This behaviour is a simple implementation of a message receiver.
- MsgReceiver() - Constructor for class jade.proto.states.MsgReceiver
- MsgReceiver(Agent, MessageTemplate, long, DataStore, Object) - Constructor for class jade.proto.states.MsgReceiver
-
Constructor.
- MSISDN - Static variable in interface jade.imtp.leap.JICP.PDPContextManager
- MSISDN_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- MTP - Interface in jade.mtp
-
Abstract interface for Message Transport Protocols
- MTP_IDENTIFIER - Static variable in class jade.core.messaging.MessagingService
- MTP_KEY - Static variable in class jade.BootProfileImpl
- MTPDescriptor - Class in jade.mtp
- MTPDescriptor(String, String, String[], String[]) - Constructor for class jade.mtp.MTPDescriptor
- MTPEvent - Class in jade.core.event
-
This class represents an event related to the MTP configuration.
- MTPEvent(int, ContainerID, Channel) - Constructor for class jade.core.event.MTPEvent
- MTPEvent(int, ContainerID, Envelope, byte[]) - Constructor for class jade.core.event.MTPEvent
- MTPException - Exception in jade.mtp
-
Generic exception class for MTP errors.
- MTPException(String) - Constructor for exception jade.mtp.MTPException
-
Constructor for exception class.
- MTPException(String, Throwable) - Constructor for exception jade.mtp.MTPException
-
Constructor for exception class.
- MTPListener - Interface in jade.core.event
- MTPS - Static variable in class jade.core.Profile
-
This constant is the key of the property whose value contains the list of MTPs that have to be launched at bootstrap time.
- MTS - Interface in FIPA
- MTSHelper - Class in FIPA
- MTSHolder - Class in FIPA
- MTSHolder() - Constructor for class FIPA.MTSHolder
- MTSHolder(MTS) - Constructor for class FIPA.MTSHolder
- MULTI_VALUE_PROPERTY - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- MultipleGenericMessage - Class in jade.core.messaging
- MultipleGenericMessage(int) - Constructor for class jade.core.messaging.MultipleGenericMessage
- MultiValueProperty - Class in jade.domain.FIPAAgentManagement
- MultiValueProperty() - Constructor for class jade.domain.FIPAAgentManagement.MultiValueProperty
- MultiValueProperty(String, List) - Constructor for class jade.domain.FIPAAgentManagement.MultiValueProperty
- myAgent - Variable in class jade.core.behaviours.Behaviour
-
The agent this behaviour belongs to.
- myAgent - Variable in class jade.core.ExtendedMessageQueue
- myAgent - Variable in class jade.core.LifeCycle
- myAgent - Variable in class jade.lang.acl.ConversationList
- myContainer - Variable in class jade.core.messaging.MessagingService
- MyDefaults - Static variable in class jade.gui.GuiProperties
- MyDefaults - Static variable in class jade.tools.DummyAgent.GuiProperties
- MyDefaults - Static variable in class jade.tools.introspector.gui.GuiProperties
- MyDefaults - Static variable in class jade.tools.sniffer.GuiProperties
- MyDialog - Class in jade.tools.introspector.gui
-
Simple dialog, used to input a String value.
- MyDialog(Frame) - Constructor for class jade.tools.introspector.gui.MyDialog
- MyDialog(Frame, String) - Constructor for class jade.tools.introspector.gui.MyDialog
- MyDialog(Frame, String, boolean) - Constructor for class jade.tools.introspector.gui.MyDialog
- myDispatcher - Variable in class jade.imtp.leap.MicroStub
- myEvent - Variable in class jade.core.behaviours.Behaviour
-
This event object will be re-used for every state change notification.
- MyFilterImage - Class in jade.gui
-
Javadoc documentation for the file
- MyFilterImage() - Constructor for class jade.gui.MyFilterImage
- myFinder - Variable in class jade.core.BaseService
- myIMTPManager - Variable in class jade.core.BackEndManager
- myInputManager - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- myLocation - Variable in class jade.core.messaging.MomMessagingService
- myLogger - Variable in class jade.core.BaseService
- myLogger - Variable in class jade.core.behaviours.BaseInitiator
- myLogger - Variable in class jade.core.behaviours.OntologyServer
- myLogger - Variable in class jade.core.ExtendedMessageQueue
- myLogger - Variable in class jade.core.TimerDispatcher
- myLogger - Variable in class jade.domain.RequestManagementBehaviour
- myLogger - Static variable in class jade.imtp.leap.JICP.JICPConnection
- myLogger - Static variable in class jade.imtp.leap.JICP.JICPSConnection
- myLogger - Static variable in class jade.imtp.leap.JICP.JICPSPeer
- myMediatorClass - Variable in class jade.imtp.leap.http.HTTPFEDispatcher
- myMediatorClass - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- myMediatorClass - Variable in class jade.imtp.leap.JICP.FrontEndDispatcher
- myPlatformController - Variable in class jade.wrapper.ContainerController
- myProfile - Variable in class jade.core.messaging.MessagingService
- myProperties - Variable in class jade.imtp.leap.sms.SMSManager
- myServiceManager - Variable in class jade.core.BaseNode
- myState - Variable in class jade.core.LifeCycle
- mySubscriptionManager - Variable in class jade.proto.SubscriptionResponder
-
The
SubscriptionManagerused by thisSubscriptionResponderto register subscriptions
N
- name - Variable in class FIPA.AgentID
- name - Variable in class jade.gui.AgentTree.Node
- name() - Method in annotation type jade.content.onto.annotations.Element
- name() - Method in annotation type jade.content.onto.annotations.Slot
- NAME - Static variable in class jade.content.frame.LEAPFrameCodec
- NAME - Static variable in class jade.content.frame.SLFrameCodec
- NAME - Static variable in class jade.content.lang.leap.LEAPCodec
- NAME - Static variable in class jade.content.schema.ReferenceSchema
- NAME - Static variable in class jade.content.schema.VariableSchema
- NAME - Static variable in class jade.core.event.NotificationService
-
The name of this service.
- NAME - Static variable in interface jade.core.event.NotificationSlice
-
The name of this service.
- NAME - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- NAME - Static variable in class jade.core.management.AgentManagementService
- NAME - Static variable in interface jade.core.management.AgentManagementSlice
-
The name of this service.
- NAME - Static variable in class jade.core.messaging.MessagingService
- NAME - Static variable in interface jade.core.messaging.MessagingSlice
-
The name of this service.
- NAME - Static variable in interface jade.core.messaging.PersistentDeliverySlice
-
The name of this service.
- NAME - Static variable in class jade.core.messaging.TopicManagementService
- NAME - Static variable in interface jade.core.mobility.AgentMobilityHelper
-
The name of this service.
- NAME - Static variable in class jade.core.mobility.AgentMobilityService
- NAME - Static variable in interface jade.core.mobility.AgentMobilitySlice
-
The name of this service.
- NAME - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
The name of this service
- NAME - Static variable in interface jade.core.replication.AddressNotificationSlice
-
The name of this service.
- NAME - Static variable in class jade.core.replication.AgentReplicationService
- NAME - Static variable in class jade.core.replication.MainReplicationService
- NAME - Static variable in interface jade.core.replication.MainReplicationSlice
-
The name of this service.
- NAME - Static variable in class jade.core.resource.ResourceManagementService
- NAME - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in class jade.domain.introspection.AddedBehaviour
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.AddedContainer
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.AddedMTP
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.BornAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ChangedAgentOwnership
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ChangedAgentState
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ChangedBehaviourState
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.DeadAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.FrozenAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.IntrospectionOntology
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in class jade.domain.introspection.KillContainerRequested
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.MovedAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.PlatformDescription
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.PostedMessage
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ReceivedMessage
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.RemovedBehaviour
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.RemovedContainer
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.RemovedMTP
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ResetEvents
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ResumedAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.SentMessage
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ShutdownPlatformRequested
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.SuspendedAgent
-
A string constant for the name of this event.
- NAME - Static variable in class jade.domain.introspection.ThawedAgent
-
A string constant for the name of this event.
- NAME - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in class jade.domain.mobility.MobilityOntology
- NAME - Static variable in interface jade.domain.persistence.PersistenceVocabulary
-
A symbolic constant, containing the name of this ontology.
- NAME - Static variable in class jade.imtp.leap.http.HTTPProtocol
-
The protocol's name, as used in a URL protocol field.
- NAME - Static variable in class jade.imtp.leap.http.HTTPSProtocol
-
The protocol's name, as used in a URL protocol field.
- NAME - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
The protocol's name, as used in a URL protocol field.
- NAME - Static variable in class jade.imtp.leap.nio.BEManagementService
- NAME - Static variable in interface jade.lang.acl.ACLParserConstants
- NAME - Static variable in class jade.lang.acl.LEAPACLCodec
- NAME - Static variable in class jade.lang.acl.StringACLCodec
-
String constant for the name of the ACL representation managed by this ACL codec.
- NAME - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
-
A symbolic constant, containing the name of thie Log Management ontology.
- NAME_KEY - Static variable in class jade.BootProfileImpl
- NameClashException - Exception in jade.core
-
This exception is thrown when trying to create an agent with an already existing name.
- NameClashException() - Constructor for exception jade.core.NameClashException
-
Construct a
NameClashExceptionwith no detail message - NameClashException(String) - Constructor for exception jade.core.NameClashException
-
Construct a
NameClashExceptionwith the given message. - narrow(Object) - Static method in class FIPA.MTSHelper
- NATIVE_AGENT - Static variable in class jade.core.AgentDescriptor
- NATUtils - Class in jade.imtp.leap.JICP
- NATUtils(String, int) - Constructor for class jade.imtp.leap.JICP.NATUtils
- needAuth() - Static method in class jade.imtp.leap.SSLHelper
-
calls
SSLHelper.needAuth(java.lang.String)with System.getProperty("javax.net.ssl.keyStore") as argument - needAuth(String) - Static method in class jade.imtp.leap.SSLHelper
- needSocketData() - Method in class jade.imtp.leap.nio.NIOHTTPHelper
- needSocketData() - Method in class jade.imtp.leap.nio.SSLEngineHelper
- NETWORK_CHECKER - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constants is the name of the property whose value contains the fully qualified class name of a concrete implementation of the
NetworkCheckerinterface. - NetworkChecker - Interface in jade.core.nodeMonitoring
-
This interface should be implemented by classes used by the UDPNodeMonitoringService to check whether the lack of UDP ping packets from a given node depends on an actual fault of the monitored node or on a network disconnection.
- NEVER - Static variable in interface jade.core.messaging.PersistentDeliveryFilter
-
The constant to specify no failure notification (i.e.
- NEW_MTP - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the
new-mtpevent. - NEW_NODE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a new node is added
- NEW_REPLICA - Static variable in interface jade.core.Service
-
Service independent vertical command issued on the Main container whenever a new main replica is added
- NEW_SLICE - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on the Main container whenever a new slice of a given service is added
- newAgent(String, String, Object[], String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- newAgent(String, String, Object[], String, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- newAlias(AID, AID) - Method in class jade.core.messaging.MessagingProxy
- newAlias(AID, AID) - Method in class jade.core.messaging.MessagingService
- newAlias(AID, AID) - Method in interface jade.core.messaging.MessagingSlice
- newHandle() - Static method in class jade.core.behaviours.ReceiverBehaviour
-
Factory method for message handles.
- newInstance() - Method in class jade.content.schema.AgentActionSchema
-
Creates an Abstract descriptor to hold an agent action of the proper type.
- newInstance() - Method in class jade.content.schema.AggregateSchema
-
Creates an Abstract descriptor to hold an aggregate of the proper type.
- newInstance() - Method in class jade.content.schema.ConceptSchema
-
Creates an Abstract descriptor to hold a concept of the proper type.
- newInstance() - Method in class jade.content.schema.ConceptSlotFunctionSchema
- newInstance() - Method in class jade.content.schema.ContentElementListSchema
-
Creates an Abstract descriptor to hold a content element list
- newInstance() - Method in class jade.content.schema.ContentElementSchema
-
Creates an Abstract descriptor to hold a content element of the proper type.
- newInstance() - Method in class jade.content.schema.IRESchema
-
Creates an Abstract descriptor to hold a ire of the proper type.
- newInstance() - Method in class jade.content.schema.ObjectSchema
-
Creates an Abstract descriptor to hold an object compliant to this
Schema. - newInstance() - Method in class jade.content.schema.PredicateSchema
-
Creates an Abstract descriptor to hold a predicate of the proper type.
- newInstance() - Method in class jade.content.schema.PrimitiveSchema
-
Creates an Abstract descriptor to hold a primitive of the proper type.
- newInstance() - Method in class jade.content.schema.ReferenceSchema
-
Creates an Abstract descriptor to hold a reference
- newInstance() - Method in class jade.content.schema.TermSchema
-
Creates an Abstract descriptor to hold a term of the proper type.
- newInstance() - Method in class jade.content.schema.VariableSchema
-
Creates an Abstract descriptor to hold a variable
- newIteration(Vector) - Method in class jade.proto.ContractNetInitiator
-
This method can be called (typically within the handleAllResponses() method) to activate a new iteration (this means we are implementing an Iterated-Contract-Net protocol).
- newMTP(MTPDescriptor, ContainerID) - Method in interface jade.core.MainContainer
- newMTP(MTPDescriptor, ContainerID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that a new MTP has become active on a given container
- newMTP(MTPDescriptor, ContainerID) - Method in class jade.core.messaging.MessagingProxy
- newMTP(MTPDescriptor, ContainerID) - Method in interface jade.core.messaging.MessagingSlice
- newToken(int) - Static method in class jade.content.lang.sl.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class jade.lang.acl.Token
-
Returns a new Token object, by default.
- newTool(AID) - Method in class jade.core.replication.MainReplicationProxy
- newTool(AID) - Method in interface jade.core.replication.MainReplicationSlice
- next - Variable in class jade.content.lang.sl.Token
-
A reference to the next regular (non-special) token from the input stream.
- next - Variable in class jade.lang.acl.Token
-
A reference to the next regular (non-special) token from the input stream.
- next - Variable in class jade.tools.gui.ACLToken
-
The next token in the linked list.
- next() - Method in class jade.domain.KBManagement.DBKB.EmptyKBIterator
- next() - Method in class jade.util.leap.EmptyIterator
-
Retrieves the next element in the collection scanned by this iterator.
- next() - Method in class jade.util.leap.EnumIterator
-
Retrieves the next element in the collection scanned by this iterator, forwarding the request to the underlying
Enumeration. - nextLineRequested - Variable in class jade.tools.gui.ACLSLTokenMarker
-
True if the next line should be painted.
- nextTabStop(float, int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Implementation of TabExpander interface.
- nextToken() - Method in class jade.content.lang.sl.SimpleSLTokenizer
-
Return the next SL token (i.e.
- NIOBEDispatcher - Class in jade.imtp.leap.nio
-
This class implements the BIFEDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManager
- NIOBEDispatcher() - Constructor for class jade.imtp.leap.nio.NIOBEDispatcher
- NIOBEDispatcher.InputManager - Class in jade.imtp.leap.nio
-
Inner class InputManager.
- NIOBEDispatcher.OutputManager - Class in jade.imtp.leap.nio
-
Inner class OutputManager This class manages the reception of commands and keep-alive packets from the FrontEnd.
- NIOHelper - Class in jade.imtp.leap.nio
-
static helper for ssl/nio related handshaking/input/output
- NIOHTTPBEDispatcher - Class in jade.imtp.leap.nio
- NIOHTTPBEDispatcher() - Constructor for class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- NIOHTTPConnection - Class in jade.imtp.leap.nio
- NIOHTTPConnection() - Constructor for class jade.imtp.leap.nio.NIOHTTPConnection
- NIOHTTPHelper - Class in jade.imtp.leap.nio
- NIOHTTPHelper(NIOJICPConnection) - Constructor for class jade.imtp.leap.nio.NIOHTTPHelper
- NIOHTTPPeer - Class in jade.imtp.leap.nio
- NIOHTTPPeer() - Constructor for class jade.imtp.leap.nio.NIOHTTPPeer
- NIOHTTPSConnection - Class in jade.imtp.leap.nio
- NIOHTTPSConnection() - Constructor for class jade.imtp.leap.nio.NIOHTTPSConnection
- NIOHTTPSPeer - Class in jade.imtp.leap.nio
- NIOHTTPSPeer() - Constructor for class jade.imtp.leap.nio.NIOHTTPSPeer
- NIOJICPConnection - Class in jade.imtp.leap.nio
- NIOJICPConnection() - Constructor for class jade.imtp.leap.nio.NIOJICPConnection
- NIOJICPConnection(boolean) - Constructor for class jade.imtp.leap.nio.NIOJICPConnection
- NIOJICPPeer - Class in jade.imtp.leap.nio
-
/** This class provides a
ConnectionFactorythat will constructNIOJICPConnections. - NIOJICPPeer() - Constructor for class jade.imtp.leap.nio.NIOJICPPeer
- NIOJICPSConnection - Class in jade.imtp.leap.nio
-
This class provides a nio based server connection for which ssl can be configured.
- NIOJICPSConnection() - Constructor for class jade.imtp.leap.nio.NIOJICPSConnection
- NIOJICPSPeer - Class in jade.imtp.leap.nio
-
This class provides a
ConnectionFactorythat will constructNIOJICPSConnections. - NIOJICPSPeer() - Constructor for class jade.imtp.leap.nio.NIOJICPSPeer
- NIOMediator - Interface in jade.imtp.leap.nio
-
Base interface for all mediators that can be managed by asynchronous JICPMediatorManagers such as the
BEManagementService. - NO_CLONE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying that this message does not need to be cloned by the message delivery service.
- NO_DISPLAY - Static variable in class jade.core.Profile
-
This constant, when set to
truetells the JADE runtime that it will be executed in an environment with no display available. - NO_MTP - Static variable in class jade.core.Profile
- NO_NAME - Static variable in interface jade.core.PlatformManager
- NO_REPLY_SENT - Static variable in class jade.proto.states.ReplySender
- NoAuthentication - Class in jade.mtp.http.https
-
This class represents a Dummy trust manager used when we are not interested in authentication.
- NoAuthentication() - Constructor for class jade.mtp.http.https.NoAuthentication
- Node - Interface in jade.core
-
This interface represents a node of a JADE platform (i.e.
- Node(String) - Constructor for class jade.gui.AgentTree.Node
- NODE_REACHABLE - Static variable in class jade.core.nodeMonitoring.NodeMonitoringService
-
Vertical command issued on the Main Container when a peripheral node returns reachable after being unreachable for a while
- NODE_UNREACHABLE - Static variable in class jade.core.nodeMonitoring.NodeMonitoringService
-
Vertical command issued on the Main Container when a peripheral node becomes unreachable
- nodeAdded(Node) - Method in interface jade.core.NodeEventListener
-
This method is invoked when a new node has joined the platform.
- NodeDescriptor - Class in jade.core
-
The
NodeDescriptorclass serves as a meta-level description of a kernel-level service. - NodeDescriptor() - Constructor for class jade.core.NodeDescriptor
-
Builds an uninitialized node descriptor.
- NodeDescriptor(ContainerID, Node) - Constructor for class jade.core.NodeDescriptor
-
Builds a node descriptor for a node hosting an agent container.
- NodeDescriptor(Node) - Constructor for class jade.core.NodeDescriptor
-
Builds a new node descriptor, describing the given node with the given name and properties.
- NodeEventListener - Interface in jade.core
-
This interface is used to notify the JADE kernel of important events related to the platform nodes.
- NodeFailureMonitor - Class in jade.core
-
The abstract class
NodeFailureMonitorprovides a basic implementation for classes that are used to monitor the availability of nodes and detect node failures. - NodeFailureMonitor() - Constructor for class jade.core.NodeFailureMonitor
- NodeMonitoringService - Class in jade.core.nodeMonitoring
-
Base service for services that implements ad hoc node monitoring mechanisms such as the UDPNodeMonitoringService
- NodeMonitoringService() - Constructor for class jade.core.nodeMonitoring.NodeMonitoringService
- nodeReachable(Node) - Method in interface jade.core.NodeEventListener
-
This method is invoked when the local node discovers that a platform node, that was previously unreachable, has become reachable again.
- nodeRemoved(Node) - Method in interface jade.core.NodeEventListener
-
This method is invoked when a node has left the platform.
- NodeSerializer() - Constructor for class jade.core.faultRecovery.FaultRecoveryService.NodeSerializer
- nodeUnreachable(Node) - Method in interface jade.core.NodeEventListener
-
This method is invoked when the local node discovers that a platform node is not reachable anymore.
- NOMOBILITY_KEY - Static variable in class jade.BootProfileImpl
- NOMTP_KEY - Static variable in class jade.BootProfileImpl
- NONE - Static variable in interface jade.security.JADEPrincipal
-
The name which marks an unidentified principal.
- not(MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
-
Logical not of a
MessageTemplateobject. - NOT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- NOT_AUTHORIZED - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised when the mediator replies with an error response of type Not Authorized to a CREATE_MEDIATOR or CONNECT_MEDIATOR request.
- NOT_AUTHORIZED_ERROR - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- NOT_FOUND_ERROR - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- NOT_UNDERSTOOD - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- NOT_WHAT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- NotAnAggregate - Exception in jade.content.onto
- NotAnAggregate() - Constructor for exception jade.content.onto.NotAnAggregate
- NotASpecialType - Exception in jade.content.onto
- NotASpecialType() - Constructor for exception jade.content.onto.NotASpecialType
- NotFoundException - Exception in jade.core
-
This exception is thrown when some component (agent, agent container, etc.) cannot be found in the agent platform data structures.
- NotFoundException() - Constructor for exception jade.core.NotFoundException
-
Construct a
NotFoundExceptionwith no detail message - NotFoundException(String) - Constructor for exception jade.core.NotFoundException
-
Construct a
NotFoundExceptionwith the given message. - NotificationHelper - Interface in jade.core.event
-
The vertical interface for the JADE kernel-level service implementing the JADE event dispatching mechanism.
- NotificationProxy - Class in jade.core.event
-
The remote proxy for the JADE kernel-level service managing the event notification subsystem installed in the platform.
- NotificationProxy() - Constructor for class jade.core.event.NotificationProxy
- NotificationService - Class in jade.core.event
-
The JADE service to manage the event notification subsystem installed on the platform.
- NotificationService() - Constructor for class jade.core.event.NotificationService
- NotificationSlice - Interface in jade.core.event
-
The horizontal interface for the JADE kernel-level service managing the event notification subsystem installed in the platform.
- notify(ACLMessage) - Method in class jade.proto.SubscriptionResponder.Subscription
-
This method allows sending back a notification message to the subscribed agent associated to this
Subscriptionobject. - NOTIFY_BEHAVIOUR_ADDED - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
BehaviourAddedevent. - NOTIFY_BEHAVIOUR_REMOVED - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
BehaviourRemovedevent. - NOTIFY_CHANGED_AGENT_PRINCIPAL - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
ChangedAgentPrincipalevent. - NOTIFY_CHANGED_AGENT_STATE - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
ChangedAgentStateevent. - NOTIFY_CHANGED_BEHAVIOUR_STATE - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
ChangedBehaviourStateevent. - NOTIFY_DOWN - Static variable in class jade.core.behaviours.Behaviour
-
A constant for parent-to-child notifications.
- NOTIFY_FAILURE - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the action of sending back a FAILURE ACL message to notify the message originator of a failed delivery.
- NOTIFY_POSTED - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
MessagePostedevent. - NOTIFY_RECEIVED - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of submitting to the Notification Service a
MessageReceivedevent. - NOTIFY_UP - Static variable in class jade.core.behaviours.Behaviour
-
A constant for child-to-parent notifications.
- notifyBecomeMaster(AID) - Method in class jade.core.replication.AgentReplicationProxy
- notifyBecomeMaster(AID) - Method in interface jade.core.replication.AgentReplicationSlice
- notifyChangeBehaviourState(Behaviour, String, String) - Method in class jade.core.Agent
- notifyFailureToSender(GenericMessage, AID, InternalError) - Method in class jade.core.messaging.LightMessagingService
-
This method is used internally by the platform in order to notify the sender of a message that a failure was reported by the Message Transport Service.
- notifyFailureToSender(GenericMessage, AID, InternalError) - Method in class jade.core.messaging.MessagingService
-
This method is used internally by the platform in order to notify the sender of a message that a failure was reported by the Message Transport Service.
- notifyFailureToSender(ACLMessage, String, String) - Static method in class jade.core.MicroRuntime
- notifyProcessed(Object) - Method in class jade.util.Event
-
Wakes up threads waiting for the processing of this
Eventobject within thewaitUntilProcessed()method. - notifyReplicaRemoved(AID, AID, Location) - Method in class jade.core.replication.AgentReplicationProxy
- notifyReplicaRemoved(AID, AID, Location) - Method in interface jade.core.replication.AgentReplicationSlice
- notifyRestarted(Behaviour) - Method in class jade.core.Agent
-
Notifies this agent that one of its behaviours has been restarted for some reason.
- NotRegistered - Exception in jade.domain.FIPAAgentManagement
- NotRegistered() - Constructor for exception jade.domain.FIPAAgentManagement.NotRegistered
- NOTREGISTERED - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- NOTREGISTERED - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- NOTREGISTERED - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- NotUnderstoodException - Exception in jade.domain.FIPAAgentManagement
- NotUnderstoodException(ACLMessage) - Constructor for exception jade.domain.FIPAAgentManagement.NotUnderstoodException
- NotUnderstoodException(String) - Constructor for exception jade.domain.FIPAAgentManagement.NotUnderstoodException
- NOW - Static variable in interface jade.core.messaging.PersistentDeliveryFilter
-
The constant to specifiy an immediate failure notification (i.e.
- NULL - Static variable in annotation type jade.content.onto.annotations.Slot
- NULL - Static variable in class jade.mtp.http.XMLCodec
- NULL - Static variable in class jade.tools.gui.ACLToken
-
Normal text token id.
- NULL_SPECIFIER_LIST - Static variable in class jade.core.Specifier
- nullifyVariables(AbsObject, boolean) - Static method in class jade.content.abs.AbsHelper
-
Remove all variables and empty aggregates (only if specified)
- Number() - Method in class jade.lang.acl.ACLParser
O
- O2AException - Exception in jade.wrapper
- O2AException(String) - Constructor for exception jade.wrapper.O2AException
- O2AProxy - Class in jade.wrapper
- O2AProxy(Object) - Constructor for class jade.wrapper.O2AProxy
- obj - Variable in class jade.tools.gui.ACLSLTokenMarker.LineInfo
-
This is for use by the token marker implementations themselves.
- OBJECT_TYPE - Static variable in class jade.content.schema.ReferenceSchema
- ObjectManager - Class in jade.util
-
Utility class to manage instances of classes with attached properties i.e.
- ObjectManager() - Constructor for class jade.util.ObjectManager
- ObjectManager.Loader - Interface in jade.util
-
The interface to be implemented by classes that can be registered to load objects of a given type
- ObjectSchema - Class in jade.content.schema
-
The common ancestor of all ontological schemas.
- ObjectSchema() - Constructor for class jade.content.schema.ObjectSchema
- Occurred - Class in jade.domain.introspection
-
This class represents the
occurredpredicate, whose argument is a JADE introspection event. - Occurred() - Constructor for class jade.domain.introspection.Occurred
-
Default constructor.
- OCCURRED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- OCCURRED_WHAT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- OFF - Static variable in class jade.util.Logger
-
Special level to be used to turn off logging
- offGfx - Variable in class jade.tools.gui.ACLTextAreaPainter
- offImg - Variable in class jade.tools.gui.ACLTextAreaPainter
- offscreenRepaintLine(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- offscreenRepaintLineRange(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- offset - Static variable in class jade.tools.sniffer.Message
- offsetToX(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Converts an offset in a line into an x co-ordinate.
- OK - Static variable in class jade.core.behaviours.OutcomeManager
- OK - Static variable in class jade.gui.TimeChooser
- OK - Static variable in class jade.imtp.leap.Command
- OK - Static variable in class jade.mtp.http.HTTPIO
- OK - Static variable in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Field
- OK_BUTTON - Static variable in class jade.tools.rma.StartDialog
- OK_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- onCanv - Variable in class jade.tools.sniffer.Agent
-
This flag is true for agents on canvas and false for agents out of the canvas.
- onDeregister(DFAgentDescription) - Method in class jade.domain.DFSubscriber
- onEnd() - Method in class jade.core.behaviours.BaseInitiator
- onEnd() - Method in class jade.core.behaviours.Behaviour
-
This method is just an empty placeholder for subclasses.
- onEnd() - Method in class jade.core.behaviours.FSMBehaviour
-
Override the onEnd() method to return the exit value of the last executed state.
- onEnd() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- onEnd() - Method in class jade.core.behaviours.WrapperBehaviour
- onEnd() - Method in class jade.proto.states.MsgReceiver
- onEnd() - Method in class jade.proto.states.ReplySender
- onEnd() - Method in class jade.proto.TwoPh0Initiator
- onEnd() - Method in class jade.proto.TwoPh1Initiator
- onEnd() - Method in class jade.wrapper.gateway.GatewayBehaviour
- OneShotBehaviour - Class in jade.core.behaviours
-
Atomic behaviour that executes just once.
- OneShotBehaviour() - Constructor for class jade.core.behaviours.OneShotBehaviour
-
Default constructor.
- OneShotBehaviour(Agent) - Constructor for class jade.core.behaviours.OneShotBehaviour
-
This constructor sets the owner agent for this
OneShotBehaviour. - onEvent(Event) - Method in class jade.tools.introspector.SensorManager
- onFailure(Throwable) - Method in interface jade.util.Callback
- onGuiEvent(GuiEvent) - Method in class jade.domain.df
- onGuiEvent(GuiEvent) - Method in class jade.gui.GuiAgent
-
Abstract method to handle posted GUI events.
- onRegister(DFAgentDescription) - Method in class jade.domain.DFSubscriber
- onStart() - Method in class jade.core.behaviours.Behaviour
-
This method is just an empty placeholders for subclasses.
- onStart() - Method in class jade.core.behaviours.OntologyServer
- onStart() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- onStart() - Method in class jade.core.behaviours.TickerBehaviour
- onStart() - Method in class jade.core.behaviours.WrapperBehaviour
- onStart() - Method in class jade.domain.introspection.AMSSubscriber
- onStart() - Method in class jade.domain.introspection.IntrospectionServer
- onStart() - Method in class jade.domain.RequestManagementBehaviour
- onStart() - Method in class jade.proto.ProposeInitiator
-
Override the onStart() method to initialize the vectors that will keep all the replies in the data store.
- onStart() - Method in class jade.proto.SimpleAchieveREInitiator
- onStart() - Method in class jade.tools.ToolAgent.AMSListenerBehaviour
- onSuccess(Result) - Method in interface jade.util.Callback
- onTick() - Method in class jade.core.behaviours.TickerBehaviour
-
This method is invoked periodically with the period defined in the constructor.
- OntoACLMessage - Class in jade.content
-
Utility class that allow using an
ACLMessageobject as an ontological agent action. - OntoACLMessage() - Constructor for class jade.content.OntoACLMessage
-
Construct an ontological ACL message whose performative is ACLMessage.NOT_UNDERSTOOD
- OntoACLMessage(int) - Constructor for class jade.content.OntoACLMessage
-
Construct an ontological ACL message with a given performative
- OntoAID - Class in jade.content
-
Utility class that allow using an
AIDobject as an ontological concept. - OntoAID() - Constructor for class jade.content.OntoAID
-
Constructs an ontological Agent-Identifier whose slot name is set to an empty string
- OntoAID(String, boolean) - Constructor for class jade.content.OntoAID
-
Constructor for an ontological Agent-identifier
- ontology - Variable in class jade.core.behaviours.ActionExecutor
- Ontology - Class in jade.content.onto
-
An application-specific ontology describes the elements that agents can use within content of messages.
- Ontology(String, Introspector) - Constructor for class jade.content.onto.Ontology
-
Construct an Ontology object with a given
namethat uses a given Introspector to convert between Java objects and abstract descriptors. - Ontology(String, Ontology) - Constructor for class jade.content.onto.Ontology
-
Construct an Ontology object with a given
namethat extends a given ontology. - Ontology(String, Ontology[], Introspector) - Constructor for class jade.content.onto.Ontology
-
Construct an Ontology object with a given
namethat extends a given set of ontologies and that uses a given Introspector to convert between Java objects and abstract descriptors. - Ontology(String, Ontology, Introspector) - Constructor for class jade.content.onto.Ontology
-
Construct an Ontology object with a given
namethat extends a given ontology and that uses a given Introspector to convert between Java objects and abstract descriptors. - ONTOLOGY - Static variable in interface jade.lang.acl.ACLParserConstants
- ONTOLOGY_NAME - Static variable in class jade.content.lang.sl.SLOntology
- OntologyException - Exception in jade.content.onto
-
Generic exception of the content support.
- OntologyException(String) - Constructor for exception jade.content.onto.OntologyException
-
Construct an
OntologyExceptionwith a given message. - OntologyException(String, Throwable) - Constructor for exception jade.content.onto.OntologyException
- OntologyServer - Class in jade.core.behaviours
-
Ready 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. - OntologyServer(Agent, Ontology, int) - Constructor for class jade.core.behaviours.OntologyServer
- OntologyServer(Agent, Ontology, int[]) - Constructor for class jade.core.behaviours.OntologyServer
- OntologyServer(Agent, Ontology, int[], Object) - Constructor for class jade.core.behaviours.OntologyServer
- OntologyServer(Agent, Ontology, int, Object) - Constructor for class jade.core.behaviours.OntologyServer
- OntologyUtils - Class in jade.content.onto
- OntologyUtils() - Constructor for class jade.content.onto.OntologyUtils
- onWake() - Method in class jade.core.behaviours.WakerBehaviour
-
This method is invoked when the deadline defined in the constructor is reached (or when the timeout specified in the constructor expires).
- onWriteEnd() - Method in class jade.util.RWLock
-
This placeholder method is called every time a thread actually releases the protected resource with writing privileges (this means that, in case of multiple recursive unlocking by the same thread, this method is called only the last time).
- onWriteEnd() - Method in class jade.util.SynchList
- onWriteStart() - Method in class jade.util.RWLock
-
This placeholder method is called every time a thread actually acquires the protected resource with writing privileges (this means that, in case of multiple recursive locking by the same thread, this method is called only the first time).
- onWriteStart() - Method in class jade.util.SynchList
- open() - Method in class jade.mtp.http.KeepAlive.KAConnection
- openURL(String) - Static method in class jade.gui.BrowserLauncher
-
Attempts to open the default web browser to the given URL.
- OPERATOR - Static variable in class jade.tools.gui.ACLToken
-
Operator token id.
- OPERATORSTATE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
Lexical state.
- OPERATORSTATE - Static variable in interface jade.content.lang.sl.SLParserConstants
-
Lexical state.
- OptAgentIDHelper - Class in FIPA
- OptAgentIDHolder - Class in FIPA
- OptAgentIDHolder() - Constructor for class FIPA.OptAgentIDHolder
- OptAgentIDHolder(AgentID[]) - Constructor for class FIPA.OptAgentIDHolder
- OptDateTimeHelper - Class in FIPA
- OptDateTimeHolder - Class in FIPA
- OptDateTimeHolder() - Constructor for class FIPA.OptDateTimeHolder
- OptDateTimeHolder(DateTime[]) - Constructor for class FIPA.OptDateTimeHolder
- OPTIONAL - Static variable in class jade.content.schema.ObjectSchema
-
Canstant value indicating that a slot in a schema is optional, i.e.
- OptReceivedObjectHelper - Class in FIPA
- OptReceivedObjectHolder - Class in FIPA
- OptReceivedObjectHolder() - Constructor for class FIPA.OptReceivedObjectHolder
- OptReceivedObjectHolder(ReceivedObject[]) - Constructor for class FIPA.OptReceivedObjectHolder
- OptTransportBehaviourTypeHelper - Class in FIPA
- OptTransportBehaviourTypeHolder - Class in FIPA
- OptTransportBehaviourTypeHolder() - Constructor for class FIPA.OptTransportBehaviourTypeHolder
- OptTransportBehaviourTypeHolder(Property[][]) - Constructor for class FIPA.OptTransportBehaviourTypeHolder
- or(MessageTemplate, MessageTemplate) - Static method in class jade.lang.acl.MessageTemplate
-
Logical or between two
MessageTemplateobjects. - OR - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- OR_LEFT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- OR_RIGHT - Static variable in interface jade.content.lang.sl.SL1Vocabulary
- OrderedFrame - Class in jade.content.frame
-
Generic class representing all frames (such as aggregates and content-element-lists) whose composing elements can be retrieved by an index.
- OrderedFrame(String) - Constructor for class jade.content.frame.OrderedFrame
-
Create an OrderedFrame with a given type-name.
- ORPHAN_NODE - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
Vertical command issued on the Main Container when a given number of ping packets are received from an unknown node
- ORPHAN_NODE_PINGS_CNT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the number of UDP ping packets that must be received from an un-monitored node before considering it an orphan node and issuing an Orphan-Node Vertical command.
The default for this property is 10.
This property is only meaningful on a main container. - ORPHAN_NODE_POLICY - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- ORPHAN_NODE_POLICY_IGNORE - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- ORPHAN_NODE_POLICY_KILL - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- ORPHAN_NODE_POLICY_RECOVER - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- os - Variable in class jade.imtp.leap.JICP.JICPConnection
- OT - Static variable in class jade.mtp.http.XMLCodec
- OUT - Static variable in class jade.imtp.leap.JICP.BIFEDispatcher
- OUT_MODE - Static variable in class jade.domain.mobility.Parameter
- OutChannel - Interface in jade.mtp
-
This interface is the sender's view of an MTP.
- outcome - Variable in class jade.core.behaviours.BaseInitiator
- OutcomeManager - Class in jade.core.behaviours
-
Utility class to manage the outcome of a behaviour in a uniform way
- OutcomeManager(Behaviour) - Constructor for class jade.core.behaviours.OutcomeManager
- outConnection - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- OutConnectionHolder() - Constructor for class jade.imtp.leap.JICP.BIBEDispatcher.OutConnectionHolder
- OUTGOING - Static variable in class jade.core.Filter
-
A constant indicating a filter for outgoing commands
- OutgoingEncodingFilter - Class in jade.core.messaging
-
Class that filters outgoing commands related to the encoding of ACL messages
- OutgoingEncodingFilter(Map, AgentContainer, MessagingService) - Constructor for class jade.core.messaging.OutgoingEncodingFilter
- outHolder - Variable in class jade.imtp.leap.JICP.BIBEDispatcher
- outManager - Variable in class jade.imtp.leap.nio.BackEndDispatcher
- outManager - Variable in class jade.imtp.leap.nio.NIOBEDispatcher
- overwrite - Variable in class jade.tools.gui.ACLTextArea
- overwriteSetSelectedText(String) - Method in class jade.tools.gui.ACLTextArea
-
Similar to
setSelectedText(), but overstrikes the appropriate number of characters if overwrite mode is enabled. - OWNER - Static variable in class jade.core.Profile
- OWNER_KEY - Static variable in class jade.core.MicroRuntime
-
The key to retrieve the owner of the starting container.
- OWNER_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
Deprecated.Use
MicroRuntime.OWNER_KEY - ownership - Variable in class jade.gui.AgentTree.Node
P
- paint(Graphics) - Method in class jade.gui.AclGui
-
Paint the AclGui panel
- paint(Graphics) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Same as
update(g). - paintBracketHighlight(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintCaret(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintComponent(Graphics) - Method in class jade.tools.sniffer.MMCanvas
- painter - Variable in class jade.tools.gui.ACLTextArea
- paintHighlight(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintLineHighlight(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintPlainLine(int, Font, Color, int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintSyntaxLine(ACLSLTokenMarker, int, Font, Color, int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
- paintSyntaxLine(Segment, ACLToken, ACLSytntaxStyle[], TabExpander, Graphics, int, int) - Static method in class jade.tools.gui.ACLSyntaxUtilities
-
Paints the specified line onto the graphics context.
- panelcan - Variable in class jade.tools.sniffer.MainPanel
- PanelCanvas - Class in jade.tools.sniffer
-
Makes the two canvas.One is the agent canvas which is useful for drawing the agent's box and other is the message canvas which useful for drawing the message with blue arrows.
- PanelCanvas(MainWindow, MainPanel, Sniffer) - Constructor for class jade.tools.sniffer.PanelCanvas
- panelClassname - Static variable in class jade.tools.rma.StartDialog
- ParallelBehaviour - Class in jade.core.behaviours
-
Composite behaviour with concurrent children scheduling.
- ParallelBehaviour() - Constructor for class jade.core.behaviours.ParallelBehaviour
-
Construct a
ParallelBehaviourwithout setting the owner agent, and using the default termination condition (i.e. - ParallelBehaviour(int) - Constructor for class jade.core.behaviours.ParallelBehaviour
-
Construct a
ParallelBehaviourwithout setting the owner agent. - ParallelBehaviour(Agent, int) - Constructor for class jade.core.behaviours.ParallelBehaviour
-
Construct a
ParallelBehavioursetting the owner agent. - Parameter - Class in jade.domain.mobility
-
This concept represents a parameter to be passed to a
Behaviourin the dynamic loading procedure. - Parameter() - Constructor for class jade.domain.mobility.Parameter
- Parameter(String, Object) - Constructor for class jade.domain.mobility.Parameter
- Parameter(String, Object, int) - Constructor for class jade.domain.mobility.Parameter
- PARAMETER - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- PARAMETER_MODE - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- PARAMETER_NAME - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- PARAMETER_VALUE - Static variable in interface jade.domain.mobility.BehaviourLoadingVocabulary
- PARAMETERNAME - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- PARAMETERNAME - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- PARAMETERNAME_STRING - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- PARAMETERNAME_STRING - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- PARAMS_TAG - Static variable in class jade.mtp.http.XMLCodec
- parent - Variable in class jade.core.behaviours.Behaviour
- PARENT_VIEW - Static variable in class jade.tools.dfgui.DFGUI
- parse(Reader) - Method in class jade.lang.acl.ACLParser
- parse(Reader) - Method in class jade.mtp.http.XMLCodec
- parse(String) - Static method in class jade.content.abs.AbsReference
-
Create an AbsReference from its String representation.
- parseAID(SimpleSLTokenizer) - Static method in class jade.domain.DFService
-
The parser content has the form: agent-identifier ......)
- parseAID(SimpleSLTokenizer) - Static method in class jade.domain.FIPAService
-
The parser content has the form: agent-identifier ......)
- parseAID(Reader) - Method in class jade.lang.acl.ACLParser
- parseCmdLineArgs(String[]) - Static method in class jade.Boot
- parseCmdLineArgs(String[]) - Static method in class jade.MicroBoot
- parseCreateMediatorRequest(String) - Static method in class jade.imtp.leap.FrontEndStub
- parseCreateMediatorResponse(String, Properties) - Static method in class jade.imtp.leap.BackEndStub
- ParseException - Exception in jade.content.lang.sl
-
This exception is thrown when parse errors are encountered.
- ParseException - Exception in jade.lang.acl
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception jade.content.lang.sl.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException() - Constructor for exception jade.lang.acl.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception jade.content.lang.sl.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(Token, int[][], String[]) - Constructor for exception jade.lang.acl.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception jade.content.lang.sl.ParseException
- ParseException(String) - Constructor for exception jade.lang.acl.ParseException
- parseList(String, char) - Static method in class jade.core.Specifier
- parseSpecifier(String, char) - Static method in class jade.core.Specifier
-
Utility method that parses a stringified object specifier in the form
- parseSpecifierList(String) - Static method in class jade.core.Specifier
-
This static utility method can parse the string representation of a list of specifiers.
- parseSpecifiers(String) - Method in class jade.BootProfileImpl
-
Parse a String reading for a set of
parameter(arg)each delimited by a;and no space in between. - parseURL(String) - Method in class jade.imtp.leap.TransportProtocol
-
FIXME: should throw a dedicated exception
- PASSWORD - Static variable in interface jade.imtp.leap.JICP.PDPContextManager
- paste() - Method in class jade.tools.gui.ACLTextArea
-
Inserts the clipboard contents into the text.
- payload - Variable in class jade.imtp.leap.http.HTTPPacket
- payloadEncoding - Variable in class FIPA.Envelope
- PayloadHelper - Class in FIPA
- PayloadHolder - Class in FIPA
- PayloadHolder() - Constructor for class FIPA.PayloadHolder
- PayloadHolder(byte[]) - Constructor for class FIPA.PayloadHolder
- payloadLength - Variable in class FIPA.Envelope
- PDP_CONTEXT_MANAGER_CLASS - Static variable in interface jade.imtp.leap.JICP.JICPMediatorManager
- PDPContextManager - Interface in jade.imtp.leap.JICP
- PDPContextManager.Listener - Interface in jade.imtp.leap.JICP
- pendingCommands - Variable in class jade.imtp.leap.MicroStub
- PerDayFileLogger - Class in jade.util
-
This class is an OutputStream whose output is stored in in different files according to the day it is produced.
- PerDayFileLogger(String) - Constructor for class jade.util.PerDayFileLogger
-
Create a new day-based logger.
- performAction(Action, ACLMessage) - Method in class jade.domain.RequestManagementBehaviour
- PERIODIC_LOG_DELAY - Static variable in class jade.domain.ams
- permittedValues() - Method in annotation type jade.content.onto.annotations.Slot
- PermittedValuesFacet - Class in jade.content.schema.facets
-
This facet forces an AbsPrimitive to contain a specific set of values.
- PermittedValuesFacet(Object[]) - Constructor for class jade.content.schema.facets.PermittedValuesFacet
-
Construct a
PermittedValuesFacetthat forces an AbsPrimitive to contain a specific set of values - PersistenceOntology - Class in jade.domain.persistence
-
This class represents the JADE-Persistence ontology i.e.
- PersistenceVocabulary - Interface in jade.domain.persistence
-
This interface contains all the string constants for frame and slot names of exceptions defined in the
jade-persistenceontology. - PERSISTENT_DELIVERY_BASEDIR - Static variable in class jade.core.messaging.PersistentDeliveryService
-
This constant is the name of the property whose value contains the root of the directory tree that is used to persist undelivered ACL messages when the file storage method is selected.
- PERSISTENT_DELIVERY_FILTER - Static variable in class jade.core.messaging.PersistentDeliveryService
-
This constant is the name of the property whose value contains the name of the application-specific class that will be used by the PersistentDeliveryService on the local container as a filter for undelivered ACL messages
- PERSISTENT_DELIVERY_SENDFAILUREPERIOD - Static variable in class jade.core.messaging.PersistentDeliveryService
-
This constant is the name of the property whose value contains an integer representing how often (in milliseconds) the PersistentDeliveryService will try to send again previously undelivered ACL messages which have been buffered.
- PERSISTENT_DELIVERY_STORAGEMETHOD - Static variable in class jade.core.messaging.PersistentDeliveryService
-
This constant is the name of the property whose value contains the storage method used to persist undelivered ACL messages by the PersistentDeliveryService on the local container.
- PERSISTENT_DELIVERY_STORAGENODES - Static variable in class jade.core.messaging.PersistentDeliveryService
-
This constant is the name of the property whose value contains the semicolon separated names of the nodes where messages can be stored.
- PERSISTENT_GOAL - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- PERSISTENT_GOAL_AGENT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- PERSISTENT_GOAL_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- PERSISTENT_STORAGE_CLASS - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- PERSISTENT_STORAGE_CLASS_DEFAULT - Static variable in class jade.core.faultRecovery.FaultRecoveryService
- PersistentDeliveryFilter - Interface in jade.core.messaging
-
This interface can be used
- PersistentDeliveryProxy - Class in jade.core.messaging
-
The remote proxy for the JADE kernel-level service managing a persistent message delivery subsystem installed in the platform.
- PersistentDeliveryProxy() - Constructor for class jade.core.messaging.PersistentDeliveryProxy
- PersistentDeliveryService - Class in jade.core.messaging
-
The JADE service to manage the persistent storage of undelivered ACL messages installed on the platform.
- PersistentDeliveryService() - Constructor for class jade.core.messaging.PersistentDeliveryService
- PersistentDeliverySlice - Interface in jade.core.messaging
-
The horizontal interface for the JADE kernel-level service managing the message passing subsystem installed in the platform.
- PersistentStorage - Interface in jade.core.faultRecovery
-
An implementation of this interface is used by the FaultRecoveryService to save the information required to recover a platform after a fault of the Main Container.
- PH0 - Static variable in interface jade.proto.TwoPhConstants
- PH0_STATE - Static variable in class jade.proto.TwoPhInitiator
- PH1 - Static variable in interface jade.proto.TwoPhConstants
- PH1_STATE - Static variable in class jade.proto.TwoPhInitiator
- PH1_TIMEOUT_EXPIRED - Static variable in interface jade.proto.TwoPhConstants
- PH2 - Static variable in interface jade.proto.TwoPhConstants
- PH2_STATE - Static variable in class jade.proto.TwoPhInitiator
- PhoneBasedSMSManager - Class in jade.imtp.leap.sms
- PhoneBasedSMSManager() - Constructor for class jade.imtp.leap.sms.PhoneBasedSMSManager
- ping() - Method in interface jade.core.PlatformManager
- ping() - Method in class jade.core.PlatformManagerImpl
- ping() - Method in interface jade.imtp.rmi.ServiceManagerRMI
- ping(boolean) - Method in interface jade.core.Node
-
Performs a ping operation on this node, to check whether it is still alive.
- PING_DELAY - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the time interval (in milliseconds) in which a peripheral container sends UDP ping messages to the Main Container.
This property is only meaningful on a peripheral container. - PING_DELAY_LIMIT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the maximum time (in milliseconds) the main container waits for a ping message before considering the peripheral container unreachable.
This property is only meaningful on a main container. - PING_NODE_BLOCKING - Static variable in class jade.imtp.leap.Command
- PING_NODE_NONBLOCKING - Static variable in class jade.imtp.leap.Command
- PJAVA - Static variable in class jade.core.MicroRuntime
- PJAVA - Static variable in class jade.core.Profile
- PLATFORM_ADDRESSES_KEY - Static variable in class jade.core.MicroRuntime
- PLATFORM_EVENTS - Static variable in class jade.domain.introspection.AMSSubscriber
- PLATFORM_ID - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the unique platform ID of a JADE platform.
- PLATFORM_IDENTIFIER - Static variable in class jade.core.messaging.MessagingService
- PLATFORM_KEY - Static variable in class jade.core.MicroRuntime
- PLATFORM_MANAGER_DEAD - Static variable in class jade.imtp.leap.Command
- PlatformController - Interface in jade.wrapper
-
Defines those methods which are permitted on a platform.
- PlatformController.Listener - Interface in jade.wrapper
-
Inner callback interface to receive platform events.
- PlatformDescription - Class in jade.domain.introspection
-
This class represents the
platform-descriptionpredicate, whose argument is a platform description object from the FIPA Agent Management ontology. - PlatformDescription() - Constructor for class jade.domain.introspection.PlatformDescription
-
Default constructor.
- PLATFORMDESCRIPTION - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- PLATFORMDESCRIPTION_PLATFORM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- PlatformEvent - Class in jade.core.event
-
This class represents an event related to the platform life cycle and configuration.
- PlatformEvent - Interface in jade.wrapper
-
NOT available in MIDP - PlatformEvent(int, AID, ContainerID) - Constructor for class jade.core.event.PlatformEvent
-
This constructor is used to create a PlatformEvent when an agent is born or dies.
- PlatformEvent(int, AID, ContainerID, boolean) - Constructor for class jade.core.event.PlatformEvent
- PlatformEvent(int, AID, ContainerID, ContainerID) - Constructor for class jade.core.event.PlatformEvent
- PlatformEvent(int, AID, ContainerID, String, String) - Constructor for class jade.core.event.PlatformEvent
- PlatformEvent(int, ContainerID) - Constructor for class jade.core.event.PlatformEvent
-
This constructor is used to create a PlatformEvent when a container is added, deleted, or requested to be killed.
- PlatformEvent(AID, ContainerID, ContainerID) - Constructor for class jade.core.event.PlatformEvent
-
This constructor is used to create a PlatformEvent when an agent moves from one container to another.
- PlatformID - Class in jade.core
-
Description here
- PlatformID() - Constructor for class jade.core.PlatformID
- PlatformID(AID) - Constructor for class jade.core.PlatformID
- PLATFORMID - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- PlatformListener - Interface in jade.core.event
- PlatformManager - Interface in jade.core
- platformManagerDead(String, String) - Method in class jade.core.BaseNode
- platformManagerDead(String, String) - Method in interface jade.core.Node
- PlatformManagerImpl - Class in jade.core
-
The
ServiceManagerImplclass is the actual implementation of JADE platform Service Manager and Service Finder components. - PlatformState - Class in jade.wrapper
-
Provides a concrete implementation of the State interface for agent platforms.
- POLLING_PERIOD - Static variable in class jade.core.sam.SAMService
- POLLING_PERIOD_DEFAULT - Static variable in class jade.core.sam.SAMService
- PopMouserAgent - Class in jade.tools.sniffer
-
This is the listener for the canvas of agents
- PopMouserAgent(MMCanvas, Sniffer) - Constructor for class jade.tools.sniffer.PopMouserAgent
- PopMouserMessage - Class in jade.tools.sniffer
-
This is the listener for the canvas of messages
- PopMouserMessage(MMCanvas, MainWindow) - Constructor for class jade.tools.sniffer.PopMouserMessage
- PopNoSniffAgent - Class in jade.tools.sniffer
-
This class includes the method ActionPerformed that is associated with the PopupMenu of the Agent in the canvas.
- PopNoSniffAgent(PopupAgent, Sniffer, MMCanvas) - Constructor for class jade.tools.sniffer.PopNoSniffAgent
- PopShowAgent - Class in jade.tools.sniffer
-
This class includes the method ActionPerformed that is associated with the PopupMenu of the Agent in the canvas.
- PopShowAgent(PopupAgent, Sniffer, MMCanvas) - Constructor for class jade.tools.sniffer.PopShowAgent
- PopSniffAgent - Class in jade.tools.sniffer
-
This class includes the method ActionPerformed that is associated with the PopupMenu of the Agent in the canvas.
- PopSniffAgent(PopupAgent, Sniffer, MMCanvas) - Constructor for class jade.tools.sniffer.PopSniffAgent
- popup - Variable in class jade.tools.gui.ACLTextArea
- PopupAgent - Class in jade.tools.sniffer
-
This is the PopupMenu that will appear if the user click on the canvas of agents.
- PopupAgent(Sniffer, MMCanvas) - Constructor for class jade.tools.sniffer.PopupAgent
- PopupMenuAgent - Class in jade.tools.sniffer
-
This is the PopupMenu that will appear if the user click on the tree.
- PopupMenuAgent(ActionProcessor) - Constructor for class jade.tools.sniffer.PopupMenuAgent
- PopupMessage - Class in jade.tools.sniffer
-
This is the PopupMenu that will appear if the user click on the canvas of messages.
- PopupMessage(MainWindow) - Constructor for class jade.tools.sniffer.PopupMessage
- PopupMouser - Class in jade.tools.sniffer
-
This is the listener for the tree
- PopupMouser(JTree, AgentTree) - Constructor for class jade.tools.sniffer.PopupMouser
- port - Variable in class jade.imtp.leap.JICP.JICPAddress
- port - Variable in class jade.imtp.rmi.RMIAddress
- PORT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the port number where the Main Container is listening for UDP pings.
- PORT_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the port where to connect to the JADE mediator.
- position() - Method in annotation type jade.content.onto.annotations.Slot
- post(Event) - Method in class jade.tools.introspector.Sensor
- POSTED_MESSAGE - Static variable in class jade.core.event.MessageEvent
- postedMessage(MessageEvent) - Method in class jade.core.event.MessageAdapter
- postedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
- postedMessage(MessageEvent) - Method in class jade.tools.ToolNotifier
- PostedMessage - Class in jade.domain.introspection
-
An introspection event, recording the posting of an ACL message within the platform.
- PostedMessage() - Constructor for class jade.domain.introspection.PostedMessage
-
Default constructor.
- POSTEDMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- POSTEDMESSAGE_MESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- POSTEDMESSAGE_RECEIVER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- POSTEDMESSAGE_SENDER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- postGuiEvent(GuiEvent) - Method in interface jade.domain.DFGUIAdapter
-
This method notifies an event to the df.
- postGuiEvent(GuiEvent) - Method in class jade.gui.GuiAgent
-
Posts an event from the GUI thread to the agent event queue.
- postGuiEvent(GuiEvent) - Method in class jade.tools.applet.DFAppletCommunicator
-
According to the event generatated by the applet, this method performes the needed actions.
- postMessage(ACLMessage) - Method in class jade.core.Agent
-
Put a received message into the agent message queue.
- postMessagesBlockToLocalAgent(ACLMessage[], AID) - Method in interface jade.core.AgentContainer
- postMessagesBlockToLocalAgent(ACLMessage[], AID) - Method in class jade.core.BackEndContainer
- postMessageToLocalAgent(ACLMessage, AID) - Method in interface jade.core.AgentContainer
- postMessageToLocalAgent(ACLMessage, AID) - Method in class jade.core.BackEndContainer
-
Dispatch a message to an agent in the FrontEnd.
- PostponedCommand(Command, int, ICPException) - Constructor for class jade.imtp.leap.MicroStub.PostponedCommand
- PostponedException - Exception in jade.core
-
This exception is thrown by the FrontEndStub to indicate that a commmand has been postponed due to a temporary disconnection and will be delivered as soon as the FrontEnd will reconnect.
- PostponedException() - Constructor for exception jade.core.PostponedException
- postProcess(VerticalCommand) - Method in class jade.core.Filter
-
Post-process a command object after it has been processed by the successive filters in the filter chain.
- postProcess(VerticalCommand) - Method in class jade.core.messaging.IncomingEncodingFilter
- postProcess(VerticalCommand) - Method in class jade.core.messaging.OutgoingEncodingFilter
- postprocessBufferRead(ByteBuffer) - Method in interface jade.imtp.leap.nio.BufferTransformer
-
implementers can transform data available read from the socket.
- postprocessBufferRead(ByteBuffer) - Method in class jade.imtp.leap.nio.NIOHTTPHelper
- postprocessBufferRead(ByteBuffer) - Method in class jade.imtp.leap.nio.SSLEngineHelper
- powerUpLocalAgent(AID) - Method in interface jade.core.AgentContainer
- PREAMBUL - Static variable in class jade.mtp.http.XMLCodec
- Predicate - Interface in jade.content
-
Generic interface to be implemented by classes associated to predicates in an ontology.
- PredicateSchema - Class in jade.content.schema
-
The class to be used to define schemas of predicates in an ontology.
- PredicateSchema(String) - Constructor for class jade.content.schema.PredicateSchema
-
Creates a
PredicateSchemawith a given type-name, e.g. - PREFIXBYTELENGTHENCODEDSTRING - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- PREFIXBYTELENGTHENCODEDSTRING - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- PREFIXBYTELENGTHENCODEDSTRING - Static variable in interface jade.lang.acl.ACLParserConstants
- preloadContains(String) - Method in class jade.tools.introspector.Introspector
-
Search keys in preload for a string which matches (using isMatch method) the agent name.
- preloadContains(String) - Method in class jade.tools.sniffer.Sniffer
- prepare() - Method in class jade.core.mobility.AgentMobilityProxy
- prepare() - Method in interface jade.core.mobility.AgentMobilitySlice
- PREPARE_INITIATIONS - Static variable in class jade.proto.ProposeInitiator
- PREPARE_RESPONSE - Static variable in class jade.proto.ProposeResponder
- prepareAcceptances(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareArgs(String[]) - Method in class jade.Boot3
-
Transform original style boot arguments to new form.
- prepareCfps(ACLMessage) - Method in class jade.proto.ContractNetInitiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareCfps(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareCfps(ACLMessage) - Method in class jade.proto.TwoPhInitiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareDropDownRequest() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- prepareDropDownRequest() - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
- prepareEnvelope(ACLMessage, AID, GenericMessage) - Method in class jade.core.messaging.OutgoingEncodingFilter
-
This method puts into the envelope the missing information if required
- prepareForNextRound() - Method in class jade.proto.IteratedAchieveREInitiator
- prepareInitiations(ACLMessage) - Method in class jade.proto.AchieveREInitiator
- prepareInitiations(ACLMessage) - Method in class jade.proto.ContractNetInitiator
- prepareInitiations(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareInitiations(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method is called internally by the framework and is not intended to be called by the user
- prepareInitiations(ACLMessage) - Method in class jade.proto.TwoPh0Initiator
-
Prepare vector containing cfps.
- prepareInitiations(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
Prepare vector containing queryIfs.
- prepareInitiations(ACLMessage) - Method in class jade.proto.TwoPh2Initiator
-
Returns vector of accept/reject-proposal stored in the data store at key
inputKeyfrom previouse phase. - prepareQueryIfs(ACLMessage) - Method in class jade.proto.TwoPh1Initiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareRequest(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method must return the ACLMessage to be sent.
- prepareRequests(ACLMessage) - Method in class jade.core.behaviours.BaseInitiator
- prepareRequests(ACLMessage) - Method in class jade.proto.AchieveREInitiator
-
This method must return the vector of ACLMessage objects to be sent.
- prepareResponse(ACLMessage) - Method in class jade.domain.RequestManagementBehaviour
- prepareResponse(ACLMessage) - Method in class jade.proto.AchieveREResponder
-
Deprecated.Use handleRequest() instead
- prepareResponse(ACLMessage) - Method in class jade.proto.ContractNetResponder
-
Deprecated.Use
handleCfp()instead - prepareResponse(ACLMessage) - Method in class jade.proto.ProposeResponder
-
This method is called when the initiator's message is received that matches the message template passed in the constructor.
- prepareResponse(ACLMessage) - Method in class jade.proto.SimpleAchieveREResponder
-
This method is called when the initiator's message is received that matches the message template passed in the constructor.
- prepareResponse(ACLMessage) - Method in class jade.proto.SubscriptionResponder
-
Deprecated.Use handleSubscription() instead
- prepareResultNotification(ACLMessage, ACLMessage) - Method in class jade.domain.RequestManagementBehaviour
-
Just return the (already prepared) notification message (if any).
- prepareResultNotification(ACLMessage, ACLMessage) - Method in class jade.proto.AchieveREResponder
-
This method is called after the execution of the handleRequest() method if no response was sent or the response was an
AGREEmessage. - prepareResultNotification(ACLMessage, ACLMessage) - Method in class jade.proto.SimpleAchieveREResponder
-
This method is called after the response has been sent and only when one of the folliwing two cases arise: the response was an
agreemessage OR no response message was sent. - prepareResultNotification(ACLMessage, ACLMessage, ACLMessage) - Method in class jade.proto.ContractNetResponder
-
Deprecated.Use
handleAcceptProposal()instead. - prepareSubscriptions(ACLMessage) - Method in class jade.proto.SubscriptionInitiator
-
This method must return the vector of subscription ACLMessage objects to be sent.
- prepDBStr(String) - Method in class jade.domain.DFDBKB
-
This method must be used when inserting text values into a DB.
- preprocessBufferToWrite(ByteBuffer) - Method in interface jade.imtp.leap.nio.BufferTransformer
-
implementers can transform the bytes before they are sent.
- preprocessBufferToWrite(ByteBuffer) - Method in class jade.imtp.leap.nio.NIOHTTPHelper
- preprocessBufferToWrite(ByteBuffer) - Method in class jade.imtp.leap.nio.SSLEngineHelper
- PRESERVE_JAVA_TYPES - Static variable in class jade.content.lang.sl.SLCodec
- prevCharIsCR - Variable in class jade.content.lang.sl.SimpleCharStream
- prevCharIsCR - Variable in class jade.lang.acl.SimpleCharStream
- prevCharIsLF - Variable in class jade.content.lang.sl.SimpleCharStream
- prevCharIsLF - Variable in class jade.lang.acl.SimpleCharStream
- PrimitiveSchema - Class in jade.content.schema
-
This class represent the schema of primitive entities in an ontology.
- PrimitiveSchema(String) - Constructor for class jade.content.schema.PrimitiveSchema
-
Creates a
PrimitiveSchemawith a given type-name. - print(Object) - Method in class jade.util.PerDayFileLogger
-
Print a Java object to the proper file, replacing the file every new day.
- print(Object) - Method in class jade.util.PrintStreamSplitter
-
Print a Java object to the two streams.
- print(String) - Method in class jade.util.PerDayFileLogger
-
Print a string to the proper file, replacing the file every new day.
- print(String) - Method in class jade.util.PrintStreamSplitter
-
Print a string to the two streams.
- println() - Method in class jade.util.PerDayFileLogger
-
Print a new line to the proper file, replacing the file every new day.
- println() - Method in class jade.util.PrintStreamSplitter
-
Print a new line to the two streams.
- println(Object) - Method in class jade.util.PerDayFileLogger
-
Print a Java object and a newline to the proper file, replacing the file every new day.
- println(Object) - Method in class jade.util.PrintStreamSplitter
-
Print a Java object and a new line to the two streams.
- println(String) - Static method in class jade.util.Logger
- println(String) - Method in class jade.util.PerDayFileLogger
-
Print a string and a new line to the proper file, replacing the file every new day.
- println(String) - Method in class jade.util.PrintStreamSplitter
-
Print a string and a new line to the two streams.
- printStackTrace() - Method in exception jade.lang.acl.ACLCodec.CodecException
-
Print the stack trace for this exception on the standard output stream.
- printStackTrace(PrintStream) - Method in exception jade.util.WrapperException
- printStackTrace(PrintWriter) - Method in exception jade.util.WrapperException
-
Prints the stack trace of this exception.
- PrintStreamSplitter - Class in jade.util
-
This class is an OutputStream whose output is duplicated and forwarded to two different output streams.
- PrintStreamSplitter(PrintStream, PrintStream) - Constructor for class jade.util.PrintStreamSplitter
-
Create a new stream that feeds the output to the two given streams.
- printUsage() - Static method in class jade.Boot
- PRIVILEDGE_LOGICAL_NAME - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value (true or false) instructs JADE to try to use host names instead of IP addresses in intra-platform communication.
- processCommand(Object) - Method in class jade.wrapper.gateway.GatewayAgent
-
subclasses may implement this method.
- processCommand(Object) - Method in class jade.wrapper.gateway.GatewayBehaviour
-
subclasses must implement this method.
- processFocusEvent(FocusEvent) - Method in class jade.tools.gui.ACLTextArea
-
Description of the Method
- processFocusEvent(FocusEvent) - Method in class jade.tools.gui.ACLTextField
-
processFocusEvent listener
- processFocusEvent(FocusEvent) - Method in class jade.tools.gui.AIDTextField
-
Description of the Method
- processFocusEvent(FocusEvent) - Method in class jade.tools.gui.EnvCommentsTextArea
-
processFocusEvent listener
- processIncomingMessage(ACLMessage) - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- Profile - Class in jade.core
-
This class allows retrieving configuration-dependent classes.
- Profile() - Constructor for class jade.core.Profile
- ProfileException - Exception in jade.core
-
This class represents an exception related to JADE profile creation or management.
- ProfileException(String) - Constructor for exception jade.core.ProfileException
-
Construct a
ProfileExceptionwith the given message. - ProfileException(String, Throwable) - Constructor for exception jade.core.ProfileException
-
Constructs a
ProfileExceptionwith the specified detail message, wrapping the givenThrowableobject. - ProfileImpl - Class in jade.core
-
This class allows the JADE core to retrieve configuration-dependent classes and boot parameters.
- ProfileImpl() - Constructor for class jade.core.ProfileImpl
-
This is equivalent to
ProfileImpl(true) - ProfileImpl(boolean) - Constructor for class jade.core.ProfileImpl
-
Creates a Profile implementation with the following default configuration:
if isMain is true, then the profile is configured to launch a main-container on the localhost, RMI internal Message Transport Protocol, port number 1099, HTTP MTP. - ProfileImpl(Properties) - Constructor for class jade.core.ProfileImpl
-
Creates a Profile implementation using the given properties to configure the platform startup process.
- ProfileImpl(String) - Constructor for class jade.core.ProfileImpl
-
Create a Profile object initialized with the settings specified in a given property file
- ProfileImpl(String, int, String) - Constructor for class jade.core.ProfileImpl
-
This constructor creates a default Profile for launching a platform (i.e.
- ProfileImpl(String, int, String, boolean) - Constructor for class jade.core.ProfileImpl
-
This constructor creates a default Profile for launching a main (or non-main) container (depending on the value of
isMain) - PROP_ATTR - Static variable in class jade.mtp.http.XMLCodec
- PROP_ATTR_TYPE - Static variable in class jade.mtp.http.XMLCodec
- PROP_BYTE_TYPE - Static variable in class jade.mtp.http.XMLCodec
- PROP_SER_TYPE - Static variable in class jade.mtp.http.XMLCodec
- PROP_STRING_TYPE - Static variable in class jade.mtp.http.XMLCodec
- PROP_TAG - Static variable in class jade.mtp.http.XMLCodec
- PROPAGATE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- propagateError(String) - Method in class jade.core.behaviours.OutcomeManager
-
Used to propagate an already logged error through a hierarchy of behaviours
- Properties - Class in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Properties&qote; class.
- Properties() - Constructor for class jade.util.leap.Properties
-
Default constructor.
- PropertiesException - Exception in jade.util
-
Property related exception.
- PropertiesException() - Constructor for exception jade.util.PropertiesException
-
Constructs a ApplicationException with null as its error detail message.
- PropertiesException(String) - Constructor for exception jade.util.PropertiesException
-
Construct a PropertiesException with the specified detail message.
- Property - Class in FIPA
- Property - Class in jade.domain.FIPAAgentManagement
-
This class implements the
propertytype, a pair of a name and value. - Property() - Constructor for class FIPA.Property
- Property() - Constructor for class jade.domain.FIPAAgentManagement.Property
-
Default constructor.
- Property(String, Object) - Constructor for class jade.domain.FIPAAgentManagement.Property
-
Create a property object, with the given name and value pair.
- Property(String, Any) - Constructor for class FIPA.Property
- PROPERTY - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- PROPERTY - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- PROPERTY_NAME - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- PROPERTY_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- PROPERTY_VALUE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- PROPERTY_VALUE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- PropertyHelper - Class in FIPA
- PropertyHolder - Class in FIPA
- PropertyHolder() - Constructor for class FIPA.PropertyHolder
- PropertyHolder(Property) - Constructor for class FIPA.PropertyHolder
- PropertyType - Class in jade
-
This class defines the necessary information for the configuration properties of JADE.
- PropertyType() - Constructor for class jade.PropertyType
-
Public constructor for a generic property.
- PropertyType(String, String, String[], String, String, boolean) - Constructor for class jade.PropertyType
-
Public constructor for a ComboBox specific property.
- PropertyType(String, String, String, String, boolean) - Constructor for class jade.PropertyType
-
Public constructor for a property.
- PROPOSE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- PROPOSE_ACCEPTANCE_KEY - Variable in class jade.proto.ContractNetResponder
-
Deprecated.Use either
ACCEPT_PROPOSAL_KEYorREJECT_PROPOSAL_KEYaccording to the message that has been received - PROPOSE_KEY - Variable in class jade.proto.ProposeResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator.
- PROPOSE_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last sent PROPOSE ACLMessage
- ProposeInitiator - Class in jade.proto
-
This class implements the Fipa-Propose interaction protocol with an API similar and homogeneous to
AchieveREInitiator. - ProposeInitiator(Agent, ACLMessage) - Constructor for class jade.proto.ProposeInitiator
-
Construct a
ProposeInitiatorwith an empty DataStore - ProposeInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.ProposeInitiator
-
Construct a
ProposeInitiatorwith a given DataStore - ProposeResponder - Class in jade.proto
-
Behaviour class for
fipa-proposeResponder role. - ProposeResponder(Agent, MessageTemplate) - Constructor for class jade.proto.ProposeResponder
-
Constructor of the behaviour that creates a new empty DataStore
- ProposeResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.ProposeResponder
-
Constructor.
- PROPOSITION - Static variable in class jade.content.schema.IRESchema
- PROTO_ADDR_SEPARATOR - Static variable in class jade.core.MainDetectionManager
- PROTO_ADDRESSES_SEPARATOR - Static variable in class jade.core.MainDetectionManager
- PROTO_CMD_GETMAIN - Static variable in class jade.core.MainDetectionManager
- PROTO_CMD_PING - Static variable in class jade.core.MainDetectionManager
- PROTO_ENCODING - Static variable in class jade.core.MainDetectionManager
- PROTO_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the protocol that must be used to connect to the JADE mediator.
- PROTO_RESP_ERR - Static variable in class jade.core.MainDetectionManager
- PROTO_RESP_NOTFOUND - Static variable in class jade.core.MainDetectionManager
- PROTO_RESP_OK - Static variable in class jade.core.MainDetectionManager
- PROTO_VERSION - Static variable in class jade.core.MainDetectionManager
- PROTOCOL - Static variable in interface jade.lang.acl.ACLParserConstants
- ProtocolManager - Interface in jade.imtp.leap.JICP
-
Classes implementing this interface must provide methods to retrieve a Protocol object and a ConnectionFactory object.
- Provider - Interface in jade.core.sam
- PROXY - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- put(Object) - Method in class jade.util.InputQueue
-
Insert an object into the queue.
- put(Object, Object) - Method in class jade.content.frame.QualifiedFrame
-
Redefine the put() method so that keys must be String and setting a null value for a given key is interpreted as removing the entry.
- put(Object, Object) - Method in class jade.util.ExtendedProperties
-
Set property value to specified object.
- put(Object, Object) - Method in class jade.util.HashCache
-
Adds a key-value pair to this cache
- put(Object, Object) - Method in class jade.util.leap.HashMap
- put(Object, Object) - Method in interface jade.util.leap.Map
-
Associates the specified value with the specified key in this map (optional operation).
- putBack(ACLMessage) - Method in class jade.core.Agent
-
Puts a received ACL message back into the message queue.
- putBoolean(Object, boolean) - Method in class jade.content.frame.QualifiedFrame
-
Utility method to put a value of type
booleanin this Frame. - putInteger(Object, int) - Method in class jade.content.frame.QualifiedFrame
-
Utility method to put a value of type
intin this Frame. - putO2AObject(Object, boolean) - Method in class jade.core.Agent
-
This method should not be used by application code.
- putO2AObject(Object, boolean) - Method in interface jade.wrapper.AgentController
-
Passes an application-specific object to a local agent, created using JADE In-Process Interface.
Q
- QualifiedFrame - Class in jade.content.frame
-
Generic class representing all frames (such as concepts and predicates) whose composing elements can be retrieved by a unique name.
- QualifiedFrame(String) - Constructor for class jade.content.frame.QualifiedFrame
-
Create a QualifiedFrame with a given type-name.
- QUANTIFIER - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- QUANTIFIER - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- QUERY_IF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- QUERY_PLATFORM_LOCATIONS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- QUERY_REF - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- QueryAgentsOnLocation - Class in jade.domain.JADEAgentManagement
-
This class represents the
query-agents-on-locationaction of theJADE-agent-management ontology. - QueryAgentsOnLocation() - Constructor for class jade.domain.JADEAgentManagement.QueryAgentsOnLocation
-
Default constructor.
- QUERYAGENTSONLOCATION - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- QUERYAGENTSONLOCATION_LOCATION - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- QUERYIF_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- QueryPlatformLocationsAction - Class in jade.domain.JADEAgentManagement
-
This class represents the
query-platform-locationsaction of theJADE-agent-management ontology. - QueryPlatformLocationsAction() - Constructor for class jade.domain.JADEAgentManagement.QueryPlatformLocationsAction
-
Default constructor.
- quoteString(String) - Static method in class jade.content.lang.sl.SimpleSLTokenizer
-
Take a java String and quote it to form a legal FIPA SL0 string.
R
- r - Static variable in class jade.tools.sniffer.Message
- rAgfromNoSniffVector(Agent) - Method in class jade.tools.sniffer.MMCanvas
-
Adds an agent to canvas agent then repaints it
- RBRACE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- RBRACE - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- RBRACE - Static variable in interface jade.lang.acl.ACLParserConstants
- RBRACE2 - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- RBRACE2 - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- RBRACE2 - Static variable in interface jade.lang.acl.ACLParserConstants
- read(InputStream) - Static method in class FIPA.AgentIDHelper
- read(InputStream) - Static method in class FIPA.AgentIDsHelper
- read(InputStream) - Static method in class FIPA.DateTimeHelper
- read(InputStream) - Static method in class FIPA.EnvelopeHelper
- read(InputStream) - Static method in class FIPA.EnvelopesHelper
- read(InputStream) - Static method in class FIPA.FipaMessageHelper
- read(InputStream) - Static method in class FIPA.MTSHelper
- read(InputStream) - Static method in class FIPA.OptAgentIDHelper
- read(InputStream) - Static method in class FIPA.OptDateTimeHelper
- read(InputStream) - Static method in class FIPA.OptReceivedObjectHelper
- read(InputStream) - Static method in class FIPA.OptTransportBehaviourTypeHelper
- read(InputStream) - Static method in class FIPA.PayloadHelper
- read(InputStream) - Static method in class FIPA.PropertyHelper
- read(InputStream) - Static method in class FIPA.ReceivedObjectHelper
- read(InputStream) - Static method in class FIPA.stringsHelper
- read(InputStream) - Static method in class FIPA.TransportBehaviourTypeHelper
- read(InputStream) - Static method in class FIPA.URLHelper
- READ_TIMEOUT - Static variable in class jade.imtp.leap.JICP.JICPPeer
- readAll(InputStream, StringBuffer, OutputStream, StringBuffer) - Static method in class jade.mtp.http.HTTPIO
-
Parse the input message, this message is received from the master server
- readByteBufferFromHttp(InputStream) - Static method in class jade.imtp.leap.nio.NIOHTTPHelper
- readChar() - Method in class jade.content.lang.sl.SimpleCharStream
- readChar() - Method in class jade.lang.acl.SimpleCharStream
- readFrom(InputStream) - Method in class jade.imtp.leap.http.HTTPPacket
-
Method declaration
- readFrom(InputStream) - Method in class jade.imtp.leap.http.HTTPRequest
-
Method declaration
- readFrom(InputStream) - Method in class jade.imtp.leap.http.HTTPResponse
-
Method declaration
- readFrom(InputStream) - Static method in class jade.imtp.leap.JICP.JICPPacket
-
This static method reads from a given
DataInputStreamand returns the JICPPacket that it reads. - readLine(Reader) - Method in class jade.util.ExtendedProperties
-
Read one line from the Reader.
- readLock() - Method in class jade.util.RWLock
-
Acquire the protected resource with reading privileges.
- readPacket() - Method in class jade.imtp.leap.JICP.Connection
-
Read a JICPPacket from the connection
- readPacket() - Method in class jade.imtp.leap.JICP.JICPConnection
- readPacket() - Method in class jade.imtp.leap.nio.NIOJICPConnection
-
Read a JICPPacket from the connection.
- readPacketFromHttp(byte[]) - Static method in class jade.imtp.leap.http.HTTPHelper
- readPacketFromHttp(InputStream) - Static method in class jade.imtp.leap.http.HTTPHelper
- readResolve() - Method in class jade.content.lang.sl.SLCodec
-
Restore parser after deserialization.
- readUnlock() - Method in class jade.util.RWLock
-
Release the protected resource, previously acquired with reading privileges.
- REAL_SENDER - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying the AID of the real sender of a message.
- reattach() - Method in interface jade.core.faultRecovery.FaultRecoveryHelper
- reattached(ContainerEvent) - Method in class jade.core.event.ContainerAdapter
- reattached(ContainerEvent) - Method in interface jade.core.event.ContainerListener
- REATTACHED - Static variable in class jade.core.event.ContainerEvent
- REATTACHED - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on a peripheral container when it re-attaches to a recovered Main Container (see the FaultRecoveryService)
- recalculateVisibleLines() - Method in class jade.tools.gui.ACLTextArea
-
Recalculates the number of visible lines.
- receive() - Method in class jade.core.Agent
-
Receives an ACL message from the agent message queue.
- receive(MessageTemplate) - Method in class jade.core.Agent
-
Receives an ACL message matching a given template.
- receive(MessageTemplate) - Method in class jade.core.ExtendedMessageQueue
- receive(MessageTemplate) - Method in interface jade.core.MessageQueue
-
Return and remove the first message that matches the specified message template.
- receive(MessageTemplate) - Method in class jade.core.TemplateBasedMessageQueue
- receive(MessageTemplate, int) - Method in class jade.core.Agent
-
Read up to max messages from the agent message queue.
- receive(MessageTemplate, int) - Method in class jade.core.ExtendedMessageQueue
- receive(MessageTemplate, int) - Method in interface jade.core.MessageQueue
-
Return and remove the first n messages that match the specified message template.
- receive(MessageTemplate, int) - Method in class jade.core.TemplateBasedMessageQueue
- RECEIVE_CFP - Static variable in class jade.proto.ContractNetResponder
- RECEIVE_PROPOSE - Static variable in class jade.proto.ProposeResponder
- RECEIVE_REPLY - Static variable in class jade.proto.ProposeInitiator
- ReceiveCyclicBehaviour - Class in jade.tools.testagent
-
This behaviour is used for receiving ACLMessage and giving them to the TestAgent
- ReceiveCyclicBehaviour(TestAgent) - Constructor for class jade.tools.testagent.ReceiveCyclicBehaviour
-
Constructor for the ReceiveCyclicBehaviour object
- received - Variable in class FIPA.Envelope
- RECEIVED_ATTR - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_BY - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_DATE - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_FROM - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_ID - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_MESSAGE - Static variable in class jade.core.event.MessageEvent
- RECEIVED_TAG - Static variable in class jade.mtp.http.XMLCodec
- RECEIVED_VIA - Static variable in class jade.mtp.http.XMLCodec
- receivedFrom() - Method in class jade.tools.gui.ACLMessageNode
- receivedMessage(MessageEvent) - Method in class jade.core.event.MessageAdapter
- receivedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
- receivedMessage(MessageEvent) - Method in class jade.tools.ToolNotifier
- ReceivedMessage - Class in jade.domain.introspection
-
An introspection event, recording the reception of an ACL message within the platform.
- ReceivedMessage() - Constructor for class jade.domain.introspection.ReceivedMessage
-
Default constructor.
- RECEIVEDMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDMESSAGE_MESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDMESSAGE_RECEIVER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDMESSAGE_SENDER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- receivedMsgKey - Variable in class jade.proto.states.MsgReceiver
- ReceivedObject - Class in FIPA
- ReceivedObject - Class in jade.domain.FIPAAgentManagement
-
This class implements the
received-objectobject from the FIPA Agent Management ontology. - ReceivedObject() - Constructor for class FIPA.ReceivedObject
- ReceivedObject() - Constructor for class jade.domain.FIPAAgentManagement.ReceivedObject
-
The constructor initializes the date to current time and all the Strings to empty strings.
- ReceivedObject(String, String, DateTime, String, String) - Constructor for class FIPA.ReceivedObject
- RECEIVEDOBJECT - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDOBJECT_BY - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT_BY - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDOBJECT_DATE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT_DATE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDOBJECT_FROM - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDOBJECT_ID - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT_ID - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RECEIVEDOBJECT_VIA - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- RECEIVEDOBJECT_VIA - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ReceivedObjectHelper - Class in FIPA
- ReceivedObjectHolder - Class in FIPA
- ReceivedObjectHolder() - Constructor for class FIPA.ReceivedObjectHolder
- ReceivedObjectHolder(ReceivedObject) - Constructor for class FIPA.ReceivedObjectHolder
- RECEIVER - Static variable in interface jade.lang.acl.ACLParserConstants
- ReceiverBehaviour - Class in jade.core.behaviours
-
Behaviour for receiving an ACL message.
- ReceiverBehaviour(Agent, long, MessageTemplate) - Constructor for class jade.core.behaviours.ReceiverBehaviour
-
This constructor creates a
ReceiverBehaviourobject that ends as soon as an ACL message matching a givenMessageTemplatearrives or the passedmillistimeout expires. - ReceiverBehaviour(Agent, ReceiverBehaviour.Handle, long) - Constructor for class jade.core.behaviours.ReceiverBehaviour
-
Receive any ACL message, waiting at most
millismilliseconds (infinite time ifmillis < 1). - ReceiverBehaviour(Agent, ReceiverBehaviour.Handle, long, MessageTemplate) - Constructor for class jade.core.behaviours.ReceiverBehaviour
-
Receive any ACL message matching the given template, witing at most
millismilliseconds (infinite time ifmillis < 1. - ReceiverBehaviour.Handle - Interface in jade.core.behaviours
-
An interface representing ACL messages due to arrive within a time limit.
- ReceiverBehaviour.NotYetReady - Exception in jade.core.behaviours
-
Exception class for timeouts.
- ReceiverBehaviour.TimedOut - Exception in jade.core.behaviours
-
Exception class for timeouts.
- RECIPIENT_ID_FIELD - Static variable in class jade.imtp.leap.http.HTTPHelper
- RECIPIENT_ID_PRESENT_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- recMessage(Message) - Method in class jade.tools.sniffer.MMCanvas
-
Returns new messages and put them into canvas agent
- RECONNECT_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- reconnected(ContainerEvent) - Method in class jade.core.event.ContainerAdapter
- reconnected(ContainerEvent) - Method in interface jade.core.event.ContainerListener
- reconnected(PlatformManager) - Method in interface jade.core.IMTPManager
-
Inform the local IMTPManager that this node is now connected to the given PlatformManager
- reconnected(PlatformManager) - Method in class jade.imtp.leap.LEAPIMTPManager
- reconnected(PlatformManager) - Method in class jade.imtp.rmi.RMIIMTPManager
- RECONNECTED - Static variable in class jade.core.event.ContainerEvent
- RECONNECTED - Static variable in interface jade.core.Service
-
Service independent incoming vertical command issued on a peripheral container when it reconnects to a new master Main Container (see the MainReplicationService)
- RECONNECTED - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised whenever a the device reconnects after a temporary disconnection.
- RECONNECTION_FAILURE - Static variable in interface jade.imtp.leap.ConnectionListener
-
This event is raised when the device detects it is no longer possible to reconnect (e.g.
- RECONNECTION_RETRY_TIME_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- REFERENCE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- REFERENCE_ATTRIBUTE_SEPARATOR - Static variable in class jade.content.abs.AbsReference
- REFERENCE_NAME_SEPARATOR - Static variable in class jade.content.abs.AbsReference
- REFERENCE_PREFIX - Static variable in class jade.content.abs.AbsReference
- ReferenceSchema - Class in jade.content.schema
-
The schema of a reference to an object or an attribute of an object
- REFERENTIALOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- REFERENTIALOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- ReflectiveIntrospector - Class in jade.content.onto
-
The default introspector for user defined ontologies that uses Java Reflection to translate java objects to/from abstract descriptors.
- ReflectiveIntrospector() - Constructor for class jade.content.onto.ReflectiveIntrospector
- refresh() - Method in class jade.util.AccessControlList
-
Update this AccessControlList object reading again the white and black files.
- refresh(Iterator, Iterator, Iterator) - Method in interface jade.domain.DFGUIInterface
- refresh(Iterator, Iterator, Iterator) - Method in class jade.tools.dfgui.DFGUI
-
Refresh the DF GUI
- REFRESHAPPLET - Static variable in interface jade.domain.DFGUIAdapter
- refreshDFGUI() - Method in class jade.tools.applet.DFAppletCommunicator
-
Refresh the gui of the applet.
- refreshingConnection - Variable in class jade.imtp.leap.JICP.FrontEndDispatcher
- refreshingInput - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- refreshingOutput - Variable in class jade.imtp.leap.JICP.BIFEDispatcher
- refreshInp() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Close the current InputManager (if any) and start a new one
- refreshLastSearchResults(List, AID) - Method in interface jade.domain.DFGUIInterface
- refreshLastSearchResults(List, AID) - Method in class jade.tools.dfgui.DFGUI
-
Refresh the search result.
- refreshLocalPlatformName(String) - Method in class jade.gui.AgentTree
- refreshLocalPlatformName(String) - Method in class jade.tools.logging.gui.LogManagerGUI
- refreshLocations() - Method in class jade.util.ClassFinder
-
Rescan the classpath, cacheing all possible file locations.
- refreshOut() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Close the current outConnection (if any) and starts a new thread that asynchronously tries to restore it.
- refreshRemoteAgent(APDescription, AID) - Method in class jade.tools.rma.rma
- REFUSE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- RefuseException - Exception in jade.domain.FIPAAgentManagement
-
This class represents a generic RefuseException
- RefuseException(ACLMessage) - Constructor for exception jade.domain.FIPAAgentManagement.RefuseException
- RefuseException(String) - Constructor for exception jade.domain.FIPAAgentManagement.RefuseException
- regex() - Method in annotation type jade.content.onto.annotations.Slot
- RegexFacet - Class in jade.content.schema.facets
-
This facet forces an AbsPrimitive to contain a specific set of values expressed as a regular expression.
- RegexFacet(String) - Constructor for class jade.content.schema.facets.RegexFacet
-
Construct a
PermittedValuesFacetthat forces an AbsPrimitive to contain a specific set of values expressed as a regular expression - regionMatches(boolean, Segment, int, char[]) - Static method in class jade.tools.gui.ACLSyntaxUtilities
-
Checks if a subregion of a
Segmentis equal to a character array. - regionMatches(boolean, Segment, int, String) - Static method in class jade.tools.gui.ACLSyntaxUtilities
-
Checks if a subregion of a
Segmentis equal to a string. - register(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
Register a AMSAgentDescription with a AMS agent.
- register(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
-
Register a new DF-Description with a DF agent.
- register(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
registers a
AMSAgentDescriptionwith the default AMS - register(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
-
Registers a
DFAgentDescriptionwith the default DF - register(AID) - Method in interface jade.core.messaging.TopicManagementHelper
-
Register the agent associated to this helper to a given topic
- register(AID) - Method in class jade.tools.gui.AIDAddressList
-
Description of the Method
- register(AID, AID) - Method in interface jade.core.messaging.TopicManagementHelper
-
Register a given AID to a given topic.
- register(AID, AID) - Method in class jade.core.messaging.TopicManagementProxy
- register(AID, AID) - Method in interface jade.core.messaging.TopicManagementSlice
- register(AID, String) - Method in class jade.tools.gui.ACLAIDList
-
register AID and fieldname from ACLMessage
- register(NodeDescriptor) - Method in class jade.core.BackEndManager
- register(ACLMessage, String) - Method in class jade.tools.gui.ACLPropertyList
-
Register ACLMessage
- register(SubscriptionResponder.Subscription) - Method in interface jade.proto.SubscriptionResponder.SubscriptionManager
-
Register a new Subscription object
- register(Object, Object) - Method in class jade.domain.KBManagement.KB
- register(Object, String) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- register(Object, String) - Method in class jade.tools.gui.ACLAIDList
-
register Object and accompagnied field name in ACLMessage
- register(Object, String) - Method in class jade.tools.gui.ACLTextArea
-
Description of the Method
- register(Object, String) - Method in class jade.tools.gui.ACLTextField
-
register an ACLMessage with the accompagnied membername
- register(Object, String) - Method in class jade.tools.gui.AIDTextField
-
Description of the Method
- register(Object, String) - Method in class jade.tools.gui.EnvCommentsTextArea
-
register an ACLMessage with the accompagnied membername
- register(String, JPopupMenu, String) - Method in class jade.gui.AgentTree
- Register - Class in jade.domain.FIPAAgentManagement
-
This class implements the
registeraction of thefipa-agent-management ontology. - Register() - Constructor for class jade.domain.FIPAAgentManagement.Register
-
Default constructor.
- REGISTER - Static variable in interface jade.domain.DFGUIAdapter
- REGISTER - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- REGISTER_DESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- REGISTER_DESCRIPTION - Static variable in class jade.domain.FIPAAgentManagement.Register
-
A string constant for the
descriptionslot name. - registerAction(Register, AID) - Method in class jade.domain.df
-
Serve the Register action of the FIPA management ontology.
- registerAgent(AID, ClassLoader) - Method in class jade.core.management.CodeLocator
-
Register an agent to the CodeLocator.
- registerAgentListener(AgentListener) - Method in interface jade.core.event.NotificationHelper
-
Register a listener of agent internal events
- registerAliasListener(MessagingHelper.AliasListener) - Method in interface jade.core.messaging.MessagingHelper
-
Register a listener that will be notified about alias creation/deletion.
- registerAsChild(Behaviour) - Method in class jade.core.behaviours.CompositeBehaviour
- registerChangedAID(AID) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- registerContainerListener(ContainerListener) - Method in interface jade.core.event.NotificationHelper
-
Register a listener of container related events
- registerConversation() - Method in class jade.lang.acl.ConversationList
-
Register a conversation creating a new unique ID.
- registerConversation(String) - Method in class jade.lang.acl.ConversationList
-
Register a conversation with a given ID.
- registerDefaultTransition(String, String) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a default transition in the FSM defining the policy for children scheduling of this
FSMBehaviour. - registerDefaultTransition(String, String, String[]) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a default transition in the FSM defining the policy for children scheduling of this
FSMBehaviour. - registerFirstState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a
Behaviouras the initial state of thisFSMBehaviour. - registerHandleAcceptProposal(Behaviour) - Method in class jade.proto.ProposeInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ACCEPT_PROPOSAL state. - registerHandleAcceptProposal(Behaviour) - Method in class jade.proto.SSContractNetResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_ACCEPT_PROPOSAL state. - registerHandleAcceptProposal(Behaviour) - Method in class jade.proto.TwoPhResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_ACCEPTANCE state. - registerHandleAgree(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_AGREE state. - registerHandleAgree(Behaviour) - Method in class jade.proto.SubscriptionInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_AGREE state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.ProposeInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.SubscriptionInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.TwoPh0Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.TwoPh1Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResponses(Behaviour) - Method in class jade.proto.TwoPh2Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESPONSES state. - registerHandleAllResultNotifications(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESULT_NOTIFICATIONS state. - registerHandleAllResultNotifications(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESULT_NOTIFICATIONS state. - registerHandleAllResultNotifications(Behaviour) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_ALL_RESULT_NOTIFICATIONS state. - registerHandleCancel(Behaviour) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_CANCEL state. - registerHandleCancel(Behaviour) - Method in class jade.proto.SubscriptionResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_CANCEL state. - registerHandleCfp(Behaviour) - Method in class jade.proto.ContractNetResponder
-
Redefine this method so that the HANDLE_CFP state is not registered as first state
- registerHandleCfp(Behaviour) - Method in class jade.proto.SSContractNetResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_CFP state. - registerHandleCfp(Behaviour) - Method in class jade.proto.TwoPhResponder
-
This method allows to register a user defined
Behaviourin the PREPARE_PROPOSE state. - registerHandleConfirm(Behaviour) - Method in class jade.proto.TwoPh1Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_CONFIRM state. - registerHandleDisconfirm(Behaviour) - Method in class jade.proto.TwoPh1Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_DISCONFIRM state. - registerHandleInform(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_INFORM state. - registerHandleInform(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_INFORM state. - registerHandleInform(Behaviour) - Method in class jade.proto.IteratedAchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_REFUSE state. - registerHandleInform(Behaviour) - Method in class jade.proto.SubscriptionInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_INFORM state. - registerHandleInform(Behaviour) - Method in class jade.proto.TwoPh1Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_INFORM state. - registerHandleInform(Behaviour) - Method in class jade.proto.TwoPh2Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_INFORM state. - registerHandleNotUnderstood(Behaviour) - Method in class jade.proto.ProposeInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_NOT_UNDERSTOOD state. - registerHandleOldResponse(Behaviour) - Method in class jade.proto.TwoPh2Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_OLD_RESPONSE state. - registerHandleOutOfSequence(Behaviour) - Method in class jade.proto.ProposeInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_OUT_OF_SEQ state. - registerHandlePropose(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_PROPOSE state. - registerHandlePropose(Behaviour) - Method in class jade.proto.TwoPh0Initiator
-
This method allows to register a user defined
Behaviourin the HANDLE_PROPOSE state. - registerHandleQueryIf(Behaviour) - Method in class jade.proto.TwoPhResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_QUERY_IF state. - registerHandler(Object, Behaviour) - Method in class jade.proto.states.HandlerSelector
-
Register the bounding between an handler and a key.
- registerHandleRefuse(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_REFUSE state. - registerHandleRefuse(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_REFUSE state. - registerHandleRefuse(Behaviour) - Method in class jade.proto.SubscriptionInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_REFUSE state. - registerHandleRejectProposal(Behaviour) - Method in class jade.proto.ProposeInitiator
-
This method allows to register a user defined
Behaviourin the HANDLE_REJECT_PROPOSAL state. - registerHandleRejectProposal(Behaviour) - Method in class jade.proto.SSContractNetResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_REJECT_PROPOSAL state. - registerHandleRejectProposal(Behaviour) - Method in class jade.proto.TwoPhResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_REJECT state. - registerHandleRequest(Behaviour) - Method in class jade.proto.AchieveREResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_REQUEST state. - registerHandleRequest(Behaviour) - Method in class jade.proto.SSIteratedAchieveREResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_REQUEST state. - registerHandleSubscription(Behaviour) - Method in class jade.proto.SubscriptionResponder
-
This method allows to register a user defined
Behaviourin the HANDLE_SUBSCRIPTION state. - registerLanguage(Codec) - Method in class jade.content.ContentManager
-
Registers a
Codecfor a given content language with its default name (i.e. - registerLanguage(Codec, String) - Method in class jade.content.ContentManager
-
Registers a
Codecfor a given content language with a given name. - registerLastState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a
Behaviouras a final state of thisFSMBehaviour. - registerListener(PDPContextManager.Listener) - Method in interface jade.imtp.leap.JICP.PDPContextManager
- registerMessageListener(MessageListener) - Method in interface jade.core.event.NotificationHelper
-
Register a listener of message events
- registerMovable(Movable) - Method in interface jade.core.mobility.AgentMobilityHelper
- registerO2AInterface(Class<T>, T) - Method in class jade.core.Agent
-
Registers an implementation for a given O2A interface.
- registerOntology(Ontology) - Method in class jade.content.ContentManager
-
Registers an
Ontologywith its default name (i.e. - registerOntology(Ontology, String) - Method in class jade.content.ContentManager
-
Registers an
Ontologywith a given name. - registerPerformatives(Object) - Method in class jade.tools.gui.ACLComboBox
-
register performatives in the comboBoxModel
- registerPrepareCfps(Behaviour) - Method in class jade.proto.ContractNetInitiator
-
This method allows to register a user-defined
Behaviourin the PREPARE_CFPS state. - registerPrepareCfps(Behaviour) - Method in class jade.proto.TwoPh0Initiator
-
This method allows to register a user-defined
Behaviourin the PREPARE_CFPS state. - registerPrepareProposals(Behaviour) - Method in class jade.proto.TwoPh2Initiator
-
This method allows to register a user-defined
Behaviourin the PREPARE_ACCEPTANCES state. - registerPrepareQueryIfs(Behaviour) - Method in class jade.proto.TwoPh1Initiator
-
This method allows to register a user-defined
Behaviourin the PREPARE_QUERYIFS state. - registerPrepareRequests(Behaviour) - Method in class jade.proto.AchieveREInitiator
-
This method allows to register a user defined
Behaviourin the PREPARE_REQUESTS state. - registerPrepareResponse(Behaviour) - Method in class jade.proto.AchieveREResponder
-
Deprecated.Use registerHandleRequest() instead.
- registerPrepareResponse(Behaviour) - Method in class jade.proto.ContractNetResponder
-
Deprecated.Use
registerHandleCfp()instead. - registerPrepareResponse(Behaviour) - Method in class jade.proto.ProposeResponder
-
This method allows to register a user defined
Behaviourin the PREPARE_RESPONSE state. - registerPrepareResponse(Behaviour) - Method in class jade.proto.SubscriptionResponder
-
Deprecated.Use registerHandleSubscription() instead.
- registerPrepareResultNotification(Behaviour) - Method in class jade.proto.AchieveREResponder
-
This method allows to register a user defined
Behaviourin the PREPARE_RESULT_NOTIFICATION state. - registerPrepareResultNotification(Behaviour) - Method in class jade.proto.ContractNetResponder
-
Deprecated.Use
registerHandleAcceptProposal()instead. - registerPrepareSubscriptions(Behaviour) - Method in class jade.proto.SubscriptionInitiator
-
This method allows to register a user defined
Behaviourin the PREPARE_SUBSCRIPTIONS state. - registerProtocol(Object) - Method in class jade.tools.gui.ACLComboBox
-
Register protocols from ACLMessage
- registerRemoteAgentWithAMS(AMSAgentDescription) - Method in class jade.tools.rma.rma
- registerRemovedAID(AID) - Method in class jade.tools.gui.ACLAIDList.AIDListListener
-
Description of the Method
- registerState(Behaviour, String) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a
Behaviouras a state of thisFSMBehaviour. - registerTemplate(MessageTemplate) - Method in class jade.core.TemplateBasedMessageQueue
-
Register a specific MessageTemplate to this MessageQueue.
- registerTransition(String, String, int) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a transition in the FSM defining the policy for children scheduling of this
FSMBehaviour. - registerTransition(String, String, int, String[]) - Method in class jade.core.behaviours.FSMBehaviour
-
Register a transition in the FSM defining the policy for children scheduling of this
FSMBehaviour. - RegisterWith - Class in jade.domain.DFGUIManagement
-
This class implement the registerWith action.
- RegisterWith() - Constructor for class jade.domain.DFGUIManagement.RegisterWith
- REGISTERWITH - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- REGISTERWITH_DESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- REGISTERWITH_DF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- reinit() - Method in class jade.proto.AchieveREInitiator
-
reset this behaviour
- reinit() - Method in class jade.proto.ContractNetInitiator
- reinit() - Method in class jade.proto.SSContractNetResponder
-
Re-initialize the internal state without performing a complete reset.
- reinit() - Method in class jade.proto.SubscriptionInitiator
- ReInit(SimpleCharStream) - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream) - Method in class jade.content.lang.sl.SLParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class jade.content.lang.sl.SLParserTokenManager
-
Reinitialise parser.
- ReInit(ACLParserTokenManager) - Method in class jade.lang.acl.ACLParser
- ReInit(SimpleCharStream) - Method in class jade.lang.acl.ACLParserTokenManager
- ReInit(SimpleCharStream, int) - Method in class jade.lang.acl.ACLParserTokenManager
- ReInit(InputStream) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(InputStream) - Method in class jade.lang.acl.ACLParser
- ReInit(InputStream) - Method in class jade.lang.acl.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class jade.lang.acl.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class jade.lang.acl.SimpleCharStream
- ReInit(InputStream, String) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(InputStream, String, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(InputStream, String, int, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(Reader) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(Reader) - Method in class jade.lang.acl.ACLParser
- ReInit(Reader) - Method in class jade.lang.acl.SimpleCharStream
- ReInit(Reader, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(Reader, int, int) - Method in class jade.lang.acl.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class jade.content.lang.sl.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class jade.lang.acl.SimpleCharStream
- REINIT - Static variable in class jade.proto.IteratedAchieveREInitiator
- REJECT_PROPOSAL - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- REJECT_PROPOSAL_KEY - Variable in class jade.proto.SSContractNetResponder
-
Key to retrieve from the DataStore of the behaviour the last received REJECT_PROPOSAL ACLMessage
- RELATIVE - Static variable in class jade.gui.TimeChooser
- RELATIVE - Static variable in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Field
- releaseAgentDescriptor(AID) - Method in interface jade.core.MainContainer
- releaseAgentDescriptor(AID) - Method in class jade.core.MainContainerImpl
- releaseCommand(Object) - Method in class jade.wrapper.gateway.GatewayAgent
-
notify that the command has been processed and remove the command from the queue
- releaseCommand(Object) - Method in class jade.wrapper.gateway.GatewayBehaviour
-
notify that the command has been processed and remove the command from the queue
- releaseLocalAgent(AID) - Method in interface jade.core.AgentContainer
- releaseLocalAgent(AID) - Method in class jade.core.BackEndContainer
- releaseResources() - Method in interface jade.core.ResourceManager
- ReloadAgent - Class in jade.domain.persistence
-
This class represents the
reload-agentaction of theJADE-Persistenceontology. - ReloadAgent() - Constructor for class jade.domain.persistence.ReloadAgent
- RELOADAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- RELOADAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- RELOADAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- REMOTE_AGENT_TYPE - Static variable in class jade.gui.AgentTree
- REMOTE_BACK_END_ADDRESSES - Static variable in interface jade.core.FrontEnd
-
This constant is the name of the property whose value contains the list of addresses where a contaner Front End can contact its Back End.
- REMOTE_CONFIG_HOST_KEY - Static variable in class jade.core.MicroRuntime
- REMOTE_CONFIG_PORT_KEY - Static variable in class jade.core.MicroRuntime
- REMOTE_PLATFORM_TYPE - Static variable in class jade.gui.AgentTree
- REMOTE_PLATFORMS_FOLDER_NAME - Static variable in class jade.gui.AgentTree
- REMOTE_PLATFORMS_FOLDER_TYPE - Static variable in class jade.gui.AgentTree
- REMOTE_SERVICE_MANAGER_ADDRESSES - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the list of addresses through which the platform Service Manager can be reached.
- REMOTE_URL_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- RemoteAgentNode(String) - Constructor for class jade.gui.AgentTree.RemoteAgentNode
- RemotePlatformNode(String) - Constructor for class jade.gui.AgentTree.RemotePlatformNode
- RemotePlatformsFolderNode(String) - Constructor for class jade.gui.AgentTree.RemotePlatformsFolderNode
- remove() - Method in class jade.domain.KBManagement.DBKB.EmptyKBIterator
- remove() - Method in class jade.util.leap.EmptyIterator
-
Remove the element pointed to by this iterator from the collection.
- remove() - Method in class jade.util.leap.EnumIterator
-
Remove the element pointed to by this iterator.
- remove(int) - Method in class jade.content.abs.AbsAggregate
-
Removes the element at the given position from this aggregate.
- remove(int) - Method in class jade.content.abs.AbsContentElementList
-
Removes the element at the given position from this content element list.
- remove(int) - Method in class jade.content.ContentElementList
-
Removes the element at the given position from this content element list.
- remove(int) - Method in class jade.util.leap.ArrayList
- remove(int) - Method in class jade.util.leap.LinkedList
- remove(int) - Method in interface jade.util.leap.List
-
Removes the element at the specified position in this list.
- remove(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Removes an element from this aggregate.
- remove(Timer) - Method in class jade.core.TimerDispatcher
- remove(HTTPAddress) - Method in class jade.mtp.http.KeepAlive
-
delete an exisiting connection, based on its address
- remove(KeepAlive.KAConnection) - Method in class jade.mtp.http.KeepAlive
-
delete an exisiting connection
- remove(Object) - Method in class jade.domain.KBManagement.DBKB
- remove(Object) - Method in class jade.domain.KBManagement.KB
- remove(Object) - Method in class jade.domain.KBManagement.MemKB
- remove(Object) - Method in class jade.util.HashCache
-
Remove an existing key-value pair from the cache
- remove(Object) - Method in class jade.util.leap.ArrayList
- remove(Object) - Method in interface jade.util.leap.Collection
-
Removes one instance of the specified element.
- remove(Object) - Method in class jade.util.leap.HashMap
- remove(Object) - Method in class jade.util.leap.HashSet
- remove(Object) - Method in class jade.util.leap.LinkedList
- remove(Object) - Method in interface jade.util.leap.Map
-
Removes the mapping for this key from this map if present (optional operation).
- remove(Object) - Method in class jade.util.leap.RoundList
-
Removes the first occurrence of the specified element in this list and updates the pointer to the current element.
- remove(Object) - Method in class jade.util.leap.SortedSetImpl
- REMOVE_NODE - Static variable in class jade.core.replication.MainReplicationService
- REMOVE_NODE - Static variable in class jade.imtp.leap.Command
- REMOVE_TOOL - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the action of removing an existing tool from the platform.
- removeAddress(String) - Method in interface jade.core.ServiceManager
-
Removes an address to the address list of this Service Manager.
- removeAddress(String) - Method in class jade.core.ServiceManagerImpl
- removeAddresses(String) - Method in class jade.core.AID
-
To remove a transport address.
- removeAddresses(String) - Method in class jade.domain.FIPAAgentManagement.APService
-
Remove a service from the
addressesslot collection of this object. - removeAddressFromLocalAgents(String) - Method in interface jade.core.AgentContainer
- removeAgent(AID) - Method in class jade.core.management.CodeLocator
-
Remove an agent fromt the list.
- removeAgent(AID) - Method in class jade.tools.introspector.Introspector
- removeAgent(String) - Method in class jade.tools.sniffer.AgentList
-
Removes an agent from the list
- removeAgent(String) - Method in class jade.tools.sniffer.MMCanvas
-
Removes an agent from the canvas agent then repaints it
- removeAgent(String, AID) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- removeAgent(String, AID) - Method in class jade.tools.sniffer.MainWindow
-
Tells the Agent Tree to remove a specified agent.
- removeAgentDesc(AID, AID) - Method in interface jade.domain.DFGUIInterface
- removeAgentDesc(AID, AID) - Method in class jade.tools.dfgui.DFGUI
-
Removes an agent descr from registeredModel and if it was found in a search operation calls
removeSearchResult. - removeAgentImage(AID) - Method in class jade.core.BackEndContainer
- removeAgentNode(String, String) - Method in class jade.gui.AgentTree
- removeAll(Collection) - Method in class jade.util.leap.HashSet
- removeAllAgents() - Method in class jade.tools.sniffer.AgentList
-
Clears the agent list
- removeAllAgents() - Method in class jade.tools.sniffer.MMCanvas
-
Removes all the agents and messages from their lists then repaints the canvas
- removeAllMessages() - Method in class jade.tools.sniffer.MessageList
-
Clear all messages in the vector.
- removeAllMessages() - Method in class jade.tools.sniffer.MMCanvas
-
Removes all the messages in the message list then repaints the canvas
- removeAPServices(APService) - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Remove a service from the
ap-servicesslot collection of this object. - removeBehaviour(Behaviour) - Method in class jade.core.Agent
-
This method removes a given behaviour from the agent.
- removeCaretListener(CaretListener) - Method in class jade.tools.gui.ACLTextArea
-
Removes a caret change listener from this text area.
- removeChild(Node) - Method in class jade.core.NodeFailureMonitor
-
Remove a child node from monitoring
- removeChildren(AID) - Method in interface jade.domain.DFGUIInterface
- removeChildren(AID) - Method in class jade.tools.dfgui.DFGUI
-
Removes an agent desc from the childrenModel.
- removeCodeLocatorEntry(AID) - Method in class jade.core.mobility.AgentMobilityProxy
- removeCodeLocatorEntry(AID) - Method in interface jade.core.mobility.AgentMobilitySlice
- removeContainer(String) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- removeContainer(String) - Method in class jade.tools.logging.gui.LogManagerGUI
- removeContainer(String) - Method in class jade.tools.sniffer.MainWindow
-
Tells the Agent Tree to remove a specified container.
- removeContainerNode(String) - Method in class jade.gui.AgentTree
- REMOVED_BEHAVIOUR - Static variable in class jade.core.event.AgentEvent
- REMOVED_CONTAINER - Static variable in class jade.core.event.PlatformEvent
- REMOVED_MTP - Static variable in class jade.core.event.MTPEvent
- removedBehaviour(AgentEvent) - Method in class jade.core.event.AgentAdapter
- removedBehaviour(AgentEvent) - Method in interface jade.core.event.AgentListener
- removedBehaviour(AgentEvent) - Method in class jade.tools.ToolNotifier
- RemovedBehaviour - Class in jade.domain.introspection
-
An introspection event, recording the removal of an agent behaviour within the platform.
- RemovedBehaviour() - Constructor for class jade.domain.introspection.RemovedBehaviour
-
Default constructor.
- REMOVEDBEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- REMOVEDBEHAVIOUR_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- REMOVEDBEHAVIOUR_BEHAVIOUR - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- removedContainer(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- removedContainer(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- RemovedContainer - Class in jade.domain.introspection
-
An introspection event, recording the removal of an agent container within the platform.
- RemovedContainer() - Constructor for class jade.domain.introspection.RemovedContainer
-
Default constructor.
- REMOVEDCONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- REMOVEDCONTAINER_CONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- removeDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Remove an agent identifier from the
debugged-agentsslot collection of this object. - removeDebuggedAgents(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Remove an agent identifier from the
debugged-agentsslot collection of this object. - removedMTP(MTPEvent) - Method in interface jade.core.event.MTPListener
- removedMTP(MTPEvent) - Method in class jade.domain.AMSEventQueueFeeder
- RemovedMTP - Class in jade.domain.introspection
-
An introspection event, recording the removal of an MTP within the platform.
- RemovedMTP() - Constructor for class jade.domain.introspection.RemovedMTP
-
Default constructor.
- REMOVEDMTP - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- REMOVEDMTP_ADDRESS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- REMOVEDMTP_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- removeElement(Object) - Method in class jade.gui.VisualPropertiesList
- removeElement(Object) - Method in class jade.gui.VisualStringList
- removeFirst() - Method in class jade.util.leap.LinkedList
-
Removes and returns the first element from this list.
- removeGlobalAliases(AID) - Method in class jade.core.messaging.MessagingService
- removeHandler(SAMInfoHandler) - Method in interface jade.core.sam.SAMHelper
-
Remove a handler for SAM information collected in the Main Container.
- removeIntendedReceiver(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove an agent identifier from the
intended-receiverslot collection of this object. - removeLanguages(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove a content language name from the
languagesslot collection of this object. - removeLanguages(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove a content language name from the
languagesslot collection of this object. - removeListener(AgentManager.Listener) - Method in interface jade.core.AgentManager
- removeListener(AgentManager.Listener) - Method in class jade.core.MainContainerImpl
-
Remove a listener of platform events
- removeListener(FEListener) - Static method in class jade.core.MicroRuntime
-
Remove a listener to Front-End relevant events BORN_AGENT and DEAD_AGENT
NOT available in MIDP - removeListener(GatewayListener) - Method in class jade.wrapper.gateway.DynamicJadeGateway
- removeListener(GatewayListener) - Method in class jade.wrapper.gateway.JadeGateway
- removeLoader(String, ObjectManager.Loader) - Static method in class jade.util.ObjectManager
- removeLocalAgent(AID) - Method in interface jade.core.AgentContainer
- removeLocalAgent(AID) - Method in class jade.core.management.AgentManagementService
- removeMessages(String) - Method in class jade.tools.sniffer.MessageList
-
Removes a message from the vector
- removeNode(NodeDescriptor) - Method in interface jade.core.ServiceManager
-
Removes a node from the distributed platform.
- removeNode(NodeDescriptor) - Method in class jade.core.ServiceManagerImpl
- removeNode(NodeDescriptor, boolean) - Method in interface jade.core.PlatformManager
- removeNode(NodeDescriptor, boolean) - Method in class jade.core.PlatformManagerImpl
- removeNode(NodeDescriptor, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- removeNode(String) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Remove a (possibly child) reachable node
- removeNotify() - Method in class jade.tools.gui.ACLTextArea
-
Called by the AWT when this component is removed from it's parent.
- removeObservedAgent(AID) - Method in class jade.tools.ToolNotifier
- removeOntologies(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove an ontology name from the
ontologiesslot collection of this object. - removeOntologies(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove an ontology name from the
ontologiesslot collection of this object. - removeParam(Object) - Method in class jade.core.GenericCommand
-
Remove a parameter from this command object.
- removeParent(AID) - Method in class jade.domain.df
-
this method can be used to remove a parent (a DF with which this DF is federated).
- removeParent(AID) - Method in interface jade.domain.DFGUIInterface
- removeParent(AID) - Method in class jade.tools.dfgui.DFGUI
-
Removes an agent desc from the parentModel.
- removePendingMessages(MessageTemplate) - Method in class jade.imtp.leap.FrontEndStub
- removePendingMessages(MessageTemplate, boolean) - Method in class jade.core.BackEndContainer
- removePerformativeRequiringReply(int) - Method in class jade.core.behaviours.OntologyServer
- removePlatformListener(PlatformController.Listener) - Method in class jade.wrapper.AgentContainer
- removePlatformListener(PlatformController.Listener) - Method in interface jade.wrapper.PlatformController
-
Remove a platform listener.
- removePrefix(AbsObject, String) - Static method in class jade.content.abs.AbsHelper
-
Recursively removes prefix (if present) from abs-type-name, except for BasicOntology types Prefix is identified from last separator string Eg.
- removeProperties(Property) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove a property from the
propertiesslot collection of this object. - removeProperties(Property) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove a property from the
propertiesslot collection of this object. - removeProtocols(String) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove a protocol name from the
protocolsslot collection of this object. - removeProtocols(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Remove a protocol name from the
protocolsslot collection of this object. - removeReceiver(AID) - Method in class jade.lang.acl.ACLMessage
-
Removes a value from
:receiverslot. - removeRemotePlatform(APDescription) - Method in class jade.tools.rma.rma
- removeRemotePlatformNode(String) - Method in class jade.gui.AgentTree
- removeReplica(String, boolean) - Method in interface jade.core.PlatformManager
- removeReplica(String, boolean) - Method in class jade.core.PlatformManagerImpl
- removeReplica(String, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- removeReplica(String, int) - Method in class jade.core.replication.MainReplicationProxy
- removeReplica(String, int) - Method in interface jade.core.replication.MainReplicationSlice
- removeReplyTo(AID) - Method in class jade.lang.acl.ACLMessage
-
Removes a value from
:reply_toslot. - removeResolvers(AID) - Method in class jade.core.AID
-
To remove a resolver.
- removeRoute(MTPDescriptor, String) - Method in class jade.core.messaging.MessagingProxy
- removeRoute(MTPDescriptor, String) - Method in interface jade.core.messaging.MessagingSlice
- removeRow(int) - Method in class jade.tools.introspector.gui.MessageTableModel
- removeSearchResult(AID) - Method in interface jade.domain.DFGUIInterface
- removeSearchResult(AID) - Method in class jade.tools.dfgui.DFGUI
-
Removes an agent from the foundModel and lastSearchResult
- removeServices(ServiceDescription) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Remove a service description from the
servicesslot collection of this object. - removeSingle(Object) - Method in class jade.domain.DFDBKB
-
Remove the DFD object corresponding to the indicated AID.
- removeSingle(Object) - Method in class jade.domain.KBManagement.DBKB
- removeSlice(String, String, boolean) - Method in interface jade.core.PlatformManager
- removeSlice(String, String, boolean) - Method in class jade.core.PlatformManagerImpl
- removeSlice(String, String, boolean) - Method in interface jade.imtp.rmi.ServiceManagerRMI
- removeSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Remove an agent identifier from the
sniffed-agentsslot collection of this object. - removeSniffedAgents(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Remove an agent identifier from the
sniffed-agentsslot collection of this object. - removeSubBehaviour(Behaviour) - Method in class jade.core.behaviours.ParallelBehaviour
-
Remove a sub behaviour from this
ParallelBehaviour - removeSubBehaviour(Behaviour) - Method in class jade.core.behaviours.SequentialBehaviour
-
Remove a sub behaviour from this
SequentialBehaviour - removeTimer(Behaviour) - Method in class jade.core.Agent
- removeTo(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Remove an agent identifier from the
toslot collection of this object. - removeTool(AID) - Method in interface jade.core.AgentManager
- removeTool(AID) - Method in class jade.core.MainContainerImpl
- removeUserDefinedParameter(String) - Method in class jade.lang.acl.ACLMessage
-
Removes the key and its corresponding value from the list of user defined parameters in this ACLMessage.
- removeUserDefinedSlot(String) - Method in class jade.core.AID
-
To remove a user defined slot.
- renameKey(String, String) - Method in class jade.util.ExtendedProperties
-
Change key string associated with existing value.
- renewSearchId() - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Regenerate the value of search_id as a globally unique identifier.
- repaintNoSniffedAgent(Agent) - Method in class jade.tools.sniffer.MMCanvas
- replace(String, String, String) - Method in class jade.domain.DFDBKB
-
Replaces all occurences of a
patterninstrwithreplaceWith - replicaAdded(AID, Location) - Method in interface jade.core.replication.AgentReplicationHelper.Listener
-
Notify the master replica that a new replica has just been added
- replicaCreationFailed(AID, Location) - Method in interface jade.core.replication.AgentReplicationHelper.Listener
-
Notify the master replica that a replica failed to start
- replicaCreationRequested(AID, AID) - Method in class jade.core.replication.AgentReplicationProxy
- replicaCreationRequested(AID, AID) - Method in interface jade.core.replication.AgentReplicationSlice
- replicaRemoved(AID, Location) - Method in interface jade.core.replication.AgentReplicationHelper.Listener
-
Notify the master replica that a replica has just been removed
- replicate(Agent, String, Object[]) - Static method in class jade.core.replication.AgentReplicationHandle
-
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}); ... - reply(ACLMessage, int) - Method in class jade.domain.introspection.IntrospectionServer
- REPLY_BY - Static variable in interface jade.lang.acl.ACLParserConstants
- REPLY_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.ContractNetInitiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.ProposeInitiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.TwoPh0Initiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.TwoPh1Initiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_KEY - Variable in class jade.proto.TwoPh2Initiator
-
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired).
- REPLY_TO - Static variable in interface jade.lang.acl.ACLParserConstants
- REPLY_WITH - Static variable in interface jade.lang.acl.ACLParserConstants
- replyReceiver - Variable in class jade.proto.ProposeInitiator
- ReplySender - Class in jade.proto.states
-
This behaviour sends a reply to a given message adjusting all protocol fields and receivers.
- ReplySender() - Constructor for class jade.proto.states.ReplySender
- ReplySender(Agent, String, String) - Constructor for class jade.proto.states.ReplySender
-
Constructor.
- ReplySender(Agent, String, String, DataStore) - Constructor for class jade.proto.states.ReplySender
-
Constructor.
- replySent(int) - Method in class jade.proto.TwoPhResponder
- replyTemplate - Variable in class jade.proto.ProposeInitiator
- report() - Static method in class jade.core.messaging.DeliveryTracing
- REPRESENTATION_TAG - Static variable in class jade.mtp.http.XMLCodec
- REQUEST - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- REQUEST_CLONE - Static variable in interface jade.core.mobility.AgentMobilityHelper
-
This command name represents the
clone-agentaction. - REQUEST_CREATE - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the
create-agentaction. - REQUEST_KEY - Variable in class jade.proto.AchieveREInitiator
-
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class.
- REQUEST_KEY - Variable in class jade.proto.AchieveREResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator.
- REQUEST_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive from the datastore the ACLMessage passed in the constructor
- REQUEST_KEY - Variable in class jade.proto.SimpleAchieveREResponder
- REQUEST_KEY - Variable in class jade.proto.SSIteratedAchieveREResponder
-
Key to retrieve from the DataStore of the behaviour the last received REQUEST ACLMessage
- REQUEST_KILL - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the
kill-agentaction. - REQUEST_MOVE - Static variable in interface jade.core.mobility.AgentMobilityHelper
-
This command name represents the
move-agentaction. - REQUEST_SENT_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive from the datastore the ACLMessage that has been sent.
- REQUEST_STATE_CHANGE - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents all agent management actions requesting a change in the life cycle state of their target agent (suspend, resume, etc.).
- REQUEST_WHEN - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- REQUEST_WHENEVER - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- RequestFIPAServiceBehaviour - Class in jade.domain
-
This class extends the
FipaRequestIntiatorBehaviourin order to request an agent, e.g. - RequestFIPAServiceBehaviour(Agent, AID, String, Object) - Constructor for class jade.domain.RequestFIPAServiceBehaviour
-
Create a behaviour to request an agent to perform a specific action.
- RequestFIPAServiceBehaviour(Agent, AID, String, Object, SearchConstraints) - Constructor for class jade.domain.RequestFIPAServiceBehaviour
-
Create a behaviour to request an agent to perform a specific action.
- RequestFIPAServiceBehaviour.NotYetReady - Exception in jade.domain
-
Exception class for timeouts.
- RequestManagementBehaviour - Class in jade.domain
-
Base class for AMS and DF behaviours managing requests from agents.
- RequestManagementBehaviour(Agent, MessageTemplate) - Constructor for class jade.domain.RequestManagementBehaviour
- requestRefresh() - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Request the FE to refresh the connection.
- requestRefresh() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Request the FE to refresh the connection.
- requestRefresh() - Method in class jade.imtp.leap.sms.SMSBEDispatcher
-
Request the FE to refresh the connection.
- requireService() - Method in class jade.core.NodeFailureMonitor
- reset() - Method in class jade.core.behaviours.Behaviour
-
Restores behaviour initial state.
- reset() - Method in class jade.core.behaviours.CompositeBehaviour
-
Puts a
CompositeBehaviourback in initial state. - reset() - Method in class jade.core.behaviours.FSMBehaviour
-
Put this FSMBehaviour back in the initial condition.
- reset() - Method in class jade.core.behaviours.ParallelBehaviour
-
Resets this behaviour.
- reset() - Method in class jade.core.behaviours.ReceiverBehaviour
-
Resets this behaviour.
- reset() - Method in class jade.core.behaviours.SequentialBehaviour
- reset() - Method in class jade.core.behaviours.SimpleBehaviour
-
Resets a
SimpleBehaviour. - reset() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- reset() - Method in class jade.core.behaviours.TickerBehaviour
-
This method must be called to reset the behaviour and starts again
- reset() - Method in class jade.core.behaviours.WakerBehaviour
-
This method must be called to reset the behaviour and starts again
- reset() - Method in class jade.core.behaviours.WrapperBehaviour
- reset() - Method in class jade.domain.RequestManagementBehaviour
- reset() - Method in class jade.lang.acl.ACLMessage
-
Resets all the message slots.
- reset() - Method in class jade.proto.AchieveREResponder
-
Reset this behaviour using the same MessageTemplate.
- reset() - Method in class jade.proto.ProposeInitiator
-
reset this behaviour by putting a null ACLMessage as message to be sent
- reset() - Method in class jade.proto.ProposeResponder
-
Reset this behaviour.
- reset() - Method in class jade.proto.SimpleAchieveREInitiator
-
This method resets this behaviour so that it restarts from the initial state of the protocol with a null message.
- reset() - Method in class jade.proto.SimpleAchieveREResponder
-
Reset this behaviour using the same MessageTemplate.
- reset() - Method in class jade.proto.SSIteratedAchieveREResponder
-
Reset this protocol behaviour
- reset() - Method in class jade.proto.SubscriptionResponder
-
Reset this behaviour
- reset() - Method in class jade.proto.TwoPhResponder
- reset() - Method in class jade.util.Event
-
Reset the status of this
Event - reset(long) - Method in class jade.core.behaviours.TickerBehaviour
-
This method must be called to reset the behaviour and starts again
- reset(long) - Method in class jade.core.behaviours.WakerBehaviour
-
This method must be called to reset the behaviour and starts again
- reset(ACLMessage) - Method in class jade.proto.ProposeInitiator
-
reset this behaviour
- reset(ACLMessage) - Method in class jade.proto.SimpleAchieveREInitiator
-
This method resets this behaviour so that it restarts the protocol with another request message.
- reset(MessageTemplate) - Method in class jade.proto.AchieveREResponder
-
This method allows to change the
MessageTemplatethat defines what messages this FIPARequestResponder will react to and reset the protocol. - reset(MessageTemplate) - Method in class jade.proto.ProposeResponder
-
This method allows to change the
MessageTemplatethat defines what messages this ProposeResponder will react to and reset the protocol. - reset(MessageTemplate) - Method in class jade.proto.SimpleAchieveREResponder
-
This method allows to change the
MessageTemplatethat defines what messages this FIPARequestResponder will react to and reset the protocol. - reset(MessageTemplate) - Method in class jade.proto.SubscriptionResponder
-
This method resets the protocol and allows to change the
MessageTemplatethat defines what messages this SubscriptionResponder will react to. - reset(MessageTemplate, long, DataStore, Object) - Method in class jade.proto.states.MsgReceiver
-
Reset this behaviour, possibly replacing the receive templatt and other data.
- reset(Date) - Method in class jade.core.behaviours.WakerBehaviour
-
This method must be called to reset the behaviour and starts again
- resetAllCredentials() - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Reset all server and proxy credentials
- resetChildren() - Method in class jade.core.behaviours.CompositeBehaviour
- resetConnection() - Method in class jade.imtp.leap.JICP.BIBEDispatcher.OutConnectionHolder
- resetConnection(boolean) - Method in class jade.imtp.leap.JICP.BIBEDispatcher.InpConnectionHolder
- resetContent(Iterator) - Method in class jade.gui.VisualStringList
- resetDefaultServerCredential() - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Reset the default server credential
- resetEvents(boolean) - Method in class jade.domain.ams
- ResetEvents - Class in jade.domain.introspection
-
This class represents the
meta-reset-eventsconcept in thejade-introspectionontology. - ResetEvents() - Constructor for class jade.domain.introspection.ResetEvents
-
Default constructor.
- resetProcessed() - Method in class jade.util.Event
-
Deprecated.Use
reset()instead - resetProxy() - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Reset all proxy settings
- resetServerCredential(String) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Reset the server credential for specific thread-group
- resetServerCredential(ThreadGroup) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Reset the server credential for specific thread-group
- resetStates(String[]) - Method in class jade.core.behaviours.FSMBehaviour
-
Reset the children behaviours registered in the states indicated in the
statesparameter. - resetTerminators() - Method in class jade.core.Runtime
-
Reset the list of
Runnableobjects to be executed on JADE termination - resetTree() - Method in class jade.tools.introspector.gui.IntrospectorGUI
- resetTree() - Method in class jade.tools.logging.gui.LogManagerGUI
- resetTree() - Method in class jade.tools.sniffer.MainWindow
- resetUnreachable(String) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Mark a previously stored node as reachable again
- resolveNumericValue(Object, Class) - Static method in class jade.content.onto.BasicOntology
-
Deprecated.Use adjustPrimitiveValue() instead
- resolvers - Variable in class FIPA.AgentID
- RESOLVERS - Static variable in interface jade.lang.acl.ACLParserConstants
- ResourceManagementHelper - Interface in jade.core.resource
-
The ResourceManagementHelper provides methods that allows to access resources available on the main or other containers.
- ResourceManagementProxy - Class in jade.core.resource
-
Slice Proxy for the ResourceManagementService
- ResourceManagementProxy() - Constructor for class jade.core.resource.ResourceManagementProxy
- ResourceManagementService - Class in jade.core.resource
-
ResourceManagement service main class
- ResourceManagementService() - Constructor for class jade.core.resource.ResourceManagementService
- ResourceManagementSlice - Interface in jade.core.resource
- ResourceManager - Interface in jade.core
-
This is the interface that must be implemented by a class managing Thread resources on a
Container - RESPONSE_KEY - Variable in class jade.proto.AchieveREResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.
- RESPONSE_KEY - Variable in class jade.proto.ContractNetResponder
-
Deprecated.Use
REPLY_KEY - RESPONSE_KEY - Variable in class jade.proto.ProposeResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.
- RESPONSE_KEY - Variable in class jade.proto.SimpleAchieveREResponder
- RESPONSE_KEY - Variable in class jade.proto.SubscriptionResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.
- RESPONSE_TIMEOUT_MULTIPLICATIVE_FACTOR_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- RESPONSE_TIMEOUT_OFFSET_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- RESPONSE_TYPE - Static variable in class jade.imtp.leap.JICP.JICPProtocol
-
ID code for packets carrying IMTP responses
- restart() - Method in class jade.core.behaviours.Behaviour
-
Restarts a blocked behaviour.
- restart() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
-
Propagate a restart() call (typically this happens when this ThreadedBehaviourWrapped is directly added to the agent Scheduler and a message is received) to the wrapped threaded behaviour.
- restartLater(Behaviour, long) - Method in class jade.core.Agent
-
Schedules a restart for a behaviour, after a certain amount of time has passed.
- Restore - Annotation Type in jade.core
- restoreBufferedState() - Method in class jade.core.Agent
- restoreFields(InputStream) - Method in class jade.core.Agent
-
Reads a previously saved agent state, and restore the agent user-defined fields replacing their current values.
- result - Variable in class jade.core.behaviours.ActionExecutor
- Result - Class in jade.content.onto.basic
-
This class implements the
resultoperator of the FIPA SL0 action. - Result - Annotation Type in jade.content.onto.annotations
-
Identifies the result slot of an
AgentAction.
The annotation is to be applied to the getter method. - Result() - Constructor for class jade.content.onto.basic.Result
- Result(Concept, Object) - Constructor for class jade.content.onto.basic.Result
- RESULT - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- RESULT_ACTION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- RESULT_ITEMS - Static variable in interface jade.content.lang.sl.SL0Vocabulary
-
Deprecated.Use
RESULT_VALUEinstead - RESULT_NOTIFICATION_KEY - Variable in class jade.proto.AchieveREResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a result notification to the initiator.
- RESULT_NOTIFICATION_KEY - Variable in class jade.proto.ContractNetResponder
-
Deprecated.Use
REPLY_KEY - RESULT_NOTIFICATION_KEY - Variable in class jade.proto.SimpleAchieveREResponder
- RESULT_VALUE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- resume() - Method in class jade.wrapper.AgentContainer
- resume() - Method in interface jade.wrapper.PlatformController
-
Activate the agent platform.
- resume(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Resume a threaded behaviour.
- resumeAgent(AID) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- resumeAgent(String) - Method in interface jade.core.FrontEnd
-
Request the FrontEnd container to resume an agent.
- resumeAgent(String) - Method in class jade.imtp.leap.FrontEndStub
- resumeAgentOnFE(String) - Method in class jade.core.BackEndContainer
- resumeContainer(String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- RESUMED_AGENT - Static variable in class jade.core.event.PlatformEvent
- RESUMED_PLATFORM - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
resumed-platformevent. - resumedAgent(AID) - Method in interface jade.core.MainContainer
- resumedAgent(AID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just resumed
- resumedAgent(AID) - Method in class jade.core.management.AgentManagementProxy
- resumedAgent(AID) - Method in interface jade.core.management.AgentManagementSlice
- resumedAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- resumedAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- resumedAgent(String) - Method in interface jade.core.BackEnd
-
Notify the BackEnd container that an agent has resumed.
- resumedAgent(String) - Method in class jade.core.BackEndContainer
- resumedAgent(String) - Method in class jade.imtp.leap.BackEndStub
- ResumedAgent - Class in jade.domain.introspection
-
An introspection event, recording the resumption of a formerly suspended agent within the platform.
- ResumedAgent() - Constructor for class jade.domain.introspection.ResumedAgent
-
Default constructor.
- RESUMEDAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RESUMEDAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- RESUMEDAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- resumedPlatform(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when the platform is activated.
- RESYNCH - Static variable in class jade.core.BackEndContainer
- retrieveActor() - Method in class jade.core.behaviours.ActionExecutor
- RIGHT - Static variable in class jade.tools.gui.ACLTextArea
- rma - Class in jade.tools.rma
-
Remote Management Agent agent.
- rma() - Constructor for class jade.tools.rma.rma
- RMACustomizer - Class in jade.tools.rma
-
Base class for all RMA customizers.
- RMACustomizer() - Constructor for class jade.tools.rma.RMACustomizer
- RMI_IMTP - Static variable in class jade.core.Profile
- RMIAddress - Class in jade.imtp.rmi
-
Class declaration
- RMIAddress() - Constructor for class jade.imtp.rmi.RMIAddress
-
Constructor declaration
- RMIAddress(String, String, String, String) - Constructor for class jade.imtp.rmi.RMIAddress
-
Constructor declaration
- RMIIMTPManager - Class in jade.imtp.rmi
- RMIIMTPManager() - Constructor for class jade.imtp.rmi.RMIIMTPManager
- root() - Method in class jade.core.behaviours.Behaviour
-
Returns the root for this
Behaviourobject. - RoundList - Class in jade.util.leap
-
Implementation of a RoundList with get/insert methods relative to the current element
- RoundList() - Constructor for class jade.util.leap.RoundList
-
Default constructor.
- ROUTED_MESSAGE - Static variable in class jade.core.event.MessageEvent
- routedMessage(MessageEvent) - Method in class jade.core.event.MessageAdapter
- routedMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
- routedMessage(MessageEvent) - Method in class jade.tools.ToolNotifier
- RoutedMessage - Class in jade.domain.introspection
-
An introspection event, recording the routing of an ACL message within the platform.
- RoutedMessage() - Constructor for class jade.domain.introspection.RoutedMessage
- ROUTEDMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ROUTEDMESSAGE_FROM - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ROUTEDMESSAGE_MESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- ROUTEDMESSAGE_TO - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- routeOut(Envelope, byte[], AID, String) - Method in class jade.core.messaging.MessagingProxy
- routeOut(Envelope, byte[], AID, String) - Method in interface jade.core.messaging.MessagingSlice
- rows - Variable in class jade.tools.gui.ACLTextAreaPainter
- RTTReceiverAgent() - Constructor for class jade.core.ScalabilityTest.RTTReceiverAgent
- RTTSenderAgent() - Constructor for class jade.core.ScalabilityTest.RTTSenderAgent
- run() - Method in class jade.AppletBoot
- run() - Method in class jade.core.Agent
-
This method is the main body of every agent.
- run() - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- run() - Method in class jade.core.nodeMonitoring.BlockingNodeFailureMonitor
- run() - Method in class jade.core.TimerDispatcher
- run() - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- run() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Asynchronously restore the OUT connection
- run() - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
- run() - Method in class jade.imtp.leap.JICP.JICPServer
-
JICPServer thread entry point.
- run() - Method in class jade.mtp.http.HTTPServer
-
Entry point for the master server thread
- run() - Method in class jade.mtp.http.HTTPServer.ServerThread
-
Entry point for the slave server thread
- run() - Method in class jade.tools.introspector.gui.StateUpdater
- run() - Method in class jade.tools.introspector.gui.TableUpdater
- run() - Method in class jade.tools.introspector.gui.TreeUpdater
- RunnableChangedEvent() - Constructor for class jade.core.behaviours.Behaviour.RunnableChangedEvent
- Runtime - Class in jade.core
-
The singleton instance (accessible through the
instance()static method) of this class allows controlling the JADE runtime system from an external application. - RWLock - Class in jade.util
-
This class provides support for synchronizing threads acting on a generic resource in such a way that - If a thread is writing the resource no other thread can act on it in any way - Several threads can read the resource at the same time - If one or more threads are reading the resource no thread can write it
- RWLock() - Constructor for class jade.util.RWLock
-
Default constructor.
S
- S_END - Static variable in class jade.tools.gui.ACLSLTokenMarker
- S_ONE - Static variable in class jade.tools.gui.ACLSLTokenMarker
- S_TWO - Static variable in class jade.tools.gui.ACLSLTokenMarker
- SAM_INFO_HANDLERS - Static variable in class jade.core.sam.SAMService
- SAM_INFO_HANDLERS_DEFAULT - Static variable in class jade.core.sam.SAMService
- SAMHelper - Interface in jade.core.sam
-
Helper interface for the System Activity Monitoring (SAM) Service.
The SAM Service allows collecting system activity information such as the average time to perform a given operations or the number of events of a given type. - SAMInfo - Class in jade.core.sam
-
An instance of this class is passed to all configured
SAMInfoHandler-s at each polling time and groups together all information collected by the SAM Service at that polling time. - SAMInfo.AggregationInfo - Class in jade.core.sam
-
Inner class AggregationInfo
- SAMInfoHandler - Interface in jade.core.sam
-
The interface to be implemented by classes that can be used to handle SAM information collected by the SAM Service.
- SAMProxy - Class in jade.core.sam
- SAMProxy() - Constructor for class jade.core.sam.SAMProxy
- SAMService - Class in jade.core.sam
-
JADE Kernel service supporting System Activity Monitoring (SAM).
- SAMService() - Constructor for class jade.core.sam.SAMService
- SAMSlice - Interface in jade.core.sam
- saveACL() - Method in class jade.tools.gui.ACLPanel
-
Description of the Method
- saveACL() - Method in class jade.tools.gui.ACLTracePanel
-
save the current selected ACLMessage to a textfile
- saveAgent(AID, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- SaveAgent - Class in jade.domain.persistence
-
This class represents the
save-agentaction of theJADE-Persistenceontology. - SaveAgent() - Constructor for class jade.domain.persistence.SaveAgent
- SAVEAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVEAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVEAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SaveAgentGroup - Class in jade.domain.persistence
-
This class represents the
save-agent-groupaction of theJADE-Persistenceontology. - SaveAgentGroup() - Constructor for class jade.domain.persistence.SaveAgentGroup
- SAVEAGENTGROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVEAGENTGROUP_GROUP - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVEAGENTGROUP_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- saveContainer(String, String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- SaveContainer - Class in jade.domain.persistence
-
This class represents the
save-containeraction of theJADE-Persistenceontology. - SaveContainer() - Constructor for class jade.domain.persistence.SaveContainer
- SAVECONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVECONTAINER_CONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- SAVECONTAINER_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- saveQueue() - Method in class jade.tools.gui.ACLTracePanel
- sc - Variable in class jade.imtp.leap.JICP.JICPConnection
- ScalabilityTest - Class in jade.core
- ScalabilityTest() - Constructor for class jade.core.ScalabilityTest
- ScalabilityTest.BitrateReceiverAgent - Class in jade.core
-
Inner class BitrateReceiverAgent
- ScalabilityTest.BitrateSenderAgent - Class in jade.core
-
Inner class BitrateSenderAgent Send messages to the corresponding receiver.
- ScalabilityTest.RTTReceiverAgent - Class in jade.core
-
Inner class RTTReceiverAgent
- ScalabilityTest.RTTSenderAgent - Class in jade.core
-
Inner class RTTSenderAgent Send messages to the corresponding receiver.
- scheduleFirst() - Method in class jade.core.behaviours.CompositeBehaviour
-
This method schedules the first child to be executed
- scheduleFirst() - Method in class jade.core.behaviours.FSMBehaviour
-
Prepare the first child for execution.
- scheduleFirst() - Method in class jade.core.behaviours.ParallelBehaviour
-
Prepare the first child for execution
- scheduleFirst() - Method in class jade.core.behaviours.SequentialBehaviour
-
Prepare the first child for execution
- scheduleNext(boolean, int) - Method in class jade.core.behaviours.CompositeBehaviour
-
This method schedules the next child to be executed
- scheduleNext(boolean, int) - Method in class jade.core.behaviours.FSMBehaviour
-
This method schedules the next child to be executed.
- scheduleNext(boolean, int) - Method in class jade.core.behaviours.ParallelBehaviour
-
This method schedules children behaviours one at a time, in a round robin fashion.
- scheduleNext(boolean, int) - Method in class jade.core.behaviours.SequentialBehaviour
-
Sequential policy for children scheduling.
- scrollBarsInitialized - Variable in class jade.tools.gui.ACLTextArea
- scrollRepaint(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Simulates scrolling from
oldFirstLinetonewFirstLineby shifting the offscreen graphics and repainting any revealed lines. - scrollTimer - Variable in class jade.tools.gui.ACLTextArea
- scrollTo(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Ensures that the specified line and offset is visible by scrolling the text area if necessary.
- scrollToCaret() - Method in class jade.tools.gui.ACLTextArea
-
Ensures that the caret is visible by scrolling the text area if necessary.
- SDSIName - Interface in jade.security
-
The
SDSINameinterface represents a wrapper for public key used in asymmetric cryptographic operations. - search(Agent, AID, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
searches with the passed AMS by using the default SearchConstraints.
- search(Agent, AID, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
Searches for data contained within a AMS agent.
- search(Agent, AID, DFAgentDescription) - Static method in class jade.domain.DFService
-
The default SearchConstraints are used.
- search(Agent, AID, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
Searches for data contained within a DF agent.
- search(Agent, AMSAgentDescription) - Static method in class jade.domain.AMSService
-
searches with the default AMS and the default SearchConstraints.
- search(Agent, AMSAgentDescription, SearchConstraints) - Static method in class jade.domain.AMSService
-
searches with the default AMS
- search(Agent, DFAgentDescription) - Static method in class jade.domain.DFService
-
The default DF is used.
- search(Agent, DFAgentDescription, SearchConstraints) - Static method in class jade.domain.DFService
-
The default DF is used.
- search(Object) - Method in class jade.domain.KBManagement.KB
- search(Object, int) - Method in class jade.domain.KBManagement.DBKB
- search(Object, int) - Method in class jade.domain.KBManagement.KB
- search(Object, int) - Method in class jade.domain.KBManagement.MemKB
- Search - Class in jade.domain.FIPAAgentManagement
-
This class implements the
searchaction of thefipa-agent-management ontology. - Search() - Constructor for class jade.domain.FIPAAgentManagement.Search
-
Default constructor.
- SEARCH - Static variable in interface jade.domain.DFGUIAdapter
- SEARCH - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SEARCH_CONSTRAINTS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SEARCH_DESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- searchAction(Search, AID) - Method in class jade.domain.df
-
Serve the Search action of the FIPA management ontology.
- SearchConstraints - Class in jade.domain.FIPAAgentManagement
-
This class models a search constraint.
- SearchConstraints() - Constructor for class jade.domain.FIPAAgentManagement.SearchConstraints
-
Default constructor.
- SEARCHCONSTRAINTS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SEARCHCONSTRAINTS_MAX_DEPTH - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SEARCHCONSTRAINTS_MAX_RESULTS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SEARCHCONSTRAINTS_SEARCH_ID - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SearchOn - Class in jade.domain.DFGUIManagement
-
This class implements the searcOn action.
- SearchOn() - Constructor for class jade.domain.DFGUIManagement.SearchOn
- SEARCHON - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- SEARCHON_CONSTRAINTS - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- SEARCHON_DESCRIPTION - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- SEARCHON_DF - Static variable in interface jade.domain.DFGUIManagement.DFAppletVocabulary
- searchSingle(Object, int) - Method in class jade.domain.DFDBKB
-
Retrieve the DFDs matching the given template
- searchSingle(Object, int) - Method in class jade.domain.KBManagement.DBKB
- searchUntilFound(Agent, AID, DFAgentDescription, SearchConstraints, long) - Static method in class jade.domain.DFService
-
Searches the DF and remains blocked until a result is found or the specified timeout has expired.
- SECOND_REPLY_KEY - Variable in class jade.proto.SimpleAchieveREInitiator
-
key to retrive the second reply received.
- seconds - Variable in class FIPA.DateTime
- selAgent(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
-
Returns an Agent if an Agent has been selected form the user, otherwise returns null.
- select(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Selects from the start offset to the end offset.
- selectAll() - Method in class jade.tools.gui.ACLTextArea
-
Selects all text in the document.
- SELECTION_NOK - Static variable in class jade.proto.states.HandlerSelector
-
Value returned by
onEndmethod if no handler was found mapped to the key - SELECTION_OK - Static variable in class jade.proto.states.HandlerSelector
-
Value returned by
onEndmethod if an handler was found mapped to the key - selectionColor - Variable in class jade.tools.gui.ACLTextAreaPainter
- selectionEnd - Variable in class jade.tools.gui.ACLTextArea
- selectionEndLine - Variable in class jade.tools.gui.ACLTextArea
- selectionStart - Variable in class jade.tools.gui.ACLTextArea
- selectionStartLine - Variable in class jade.tools.gui.ACLTextArea
- selMessage(MouseEvent) - Method in class jade.tools.sniffer.MMCanvas
- send(ACLMessage) - Method in class jade.core.Agent
-
Send an ACL message to another agent.
- send(HTTPAddress, byte[]) - Method in class jade.mtp.http.KeepAlive
- send(String, int, byte, byte[]) - Method in class jade.imtp.leap.sms.PhoneBasedSMSManager
- send(String, int, byte, byte[]) - Method in class jade.imtp.leap.sms.SMSManager
-
Send an SMS of a given type (BINARY or TEXT) to a given msisdn on a given port.
- SEND_INITIATIONS - Static variable in class jade.proto.ProposeInitiator
- SEND_MESSAGE - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the action of sending an ACL message from an agent to another.
- SEND_RESPONSE - Static variable in class jade.proto.ProposeResponder
- sendACL(String, long) - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
Sends an ACLMessage (in String form) to gateway and returns the reply.
- sendAgree(ACLMessage) - Method in class jade.proto.SSIteratedAchieveREResponder
-
Utility method to send an optional AGREE message back to the initiator ensuring that all protocol fields are properly set.
- sendBinaryMessage(String, int, byte[]) - Method in class jade.imtp.leap.sms.SMSManager
- SENDER - Static variable in interface jade.lang.acl.ACLParserConstants
- SenderBehaviour - Class in jade.core.behaviours
-
Behaviour for sending an ACL message.
- SenderBehaviour(Agent, ACLMessage) - Constructor for class jade.core.behaviours.SenderBehaviour
-
Send a given ACL message.
- sendInitiations(Vector) - Method in class jade.proto.ContractNetInitiator
-
Create and initialize the Sessions and sends the initiation messages
- sendInitiations(Vector) - Method in class jade.proto.ProposeInitiator
-
Create and initialize the Sessions and sends the initiation messages.
- sendInitiations(Vector) - Method in class jade.proto.TwoPh0Initiator
-
This method sets for all prepared cfps
conversation-idslot (with value passed in the constructor),protocolslot andreply-withslot with a unique value constructed by concatenating receiver's agent name and phase number (i.e. - sendInitiations(Vector) - Method in class jade.proto.TwoPh1Initiator
-
This method sets for all prepared queryIfs
conversation-idslot (with value passed in the constructor),protocolslot andreply-withslot with a unique value constructed by concatenating receiver's agent name and phase number (i.e. - sendInitiations(Vector) - Method in class jade.proto.TwoPh2Initiator
-
This method sets for all prepared accept/reject-proposal
conversation-idslot (with value passed in the constructor),protocolslot andreply-withslot with a unique value constructed by concatenating receiver's agent name and phase number (i.e. - sendKeepAlive() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Send a KEEP_ALIVE packet to the BE.
- sendMessage() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- sendMessage(ACLMessage) - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
Send an ACL message and wait for the reply for a default timeout (1 min)
- sendMessage(ACLMessage, long) - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
Send an ACL message and wait for the reply for a given timeout in ms
- sendMessage(String) - Method in class jade.tools.SocketProxyAgent.JadeBridge
-
send and receive ACL messages using java.lang.String
- sendMessageViaMom(String, AID, GenericMessage, AID, String) - Method in class jade.core.messaging.MomMessagingService
- sendReceiptViaMom(String, String, Throwable) - Method in class jade.core.messaging.MomMessagingService
- sendServerKeepAlive() - Method in class jade.imtp.leap.nio.NIOBEDispatcher.InputManager
- sendTextMessage(String, int, String) - Method in class jade.imtp.leap.sms.SMSManager
- Sensor - Class in jade.tools.introspector
- Sensor() - Constructor for class jade.tools.introspector.Sensor
- SensorManager - Class in jade.tools.introspector
- SensorManager(Agent, Sensor) - Constructor for class jade.tools.introspector.SensorManager
- SENT_MESSAGE - Static variable in class jade.core.event.MessageEvent
- sentMessage(MessageEvent) - Method in class jade.core.event.MessageAdapter
- sentMessage(MessageEvent) - Method in interface jade.core.event.MessageListener
- sentMessage(MessageEvent) - Method in class jade.tools.ToolNotifier
- SentMessage - Class in jade.domain.introspection
-
An introspection event, recording the sending of an ACL message within the platform.
- SentMessage() - Constructor for class jade.domain.introspection.SentMessage
-
Default constructor.
- SENTMESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SENTMESSAGE_MESSAGE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SENTMESSAGE_RECEIVER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SENTMESSAGE_SENDER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SEPARATOR - Static variable in class jade.core.messaging.MomMessagingService
- SEQUENCE - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- SEQUENCE - Static variable in interface jade.lang.acl.ACLParserConstants
- SequentialBehaviour - Class in jade.core.behaviours
-
Composite behaviour with sequential children scheduling.
- SequentialBehaviour() - Constructor for class jade.core.behaviours.SequentialBehaviour
-
Default constructor.
- SequentialBehaviour(Agent) - Constructor for class jade.core.behaviours.SequentialBehaviour
-
This constructor sets the owner agent for this behaviour.
- SerialBehaviour - Class in jade.core.behaviours
-
Base class for all composite behaviour whose children run serially, i.e.
- SerialBehaviour() - Constructor for class jade.core.behaviours.SerialBehaviour
-
Create a new
SerialBehaviourobject, without setting the owner agent. - SerialBehaviour(Agent) - Constructor for class jade.core.behaviours.SerialBehaviour
-
Create a new
SerialBehaviourobject and set the owner agent. - Serializable - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.io.Serializable&qote; interface.
- SERIALIZABLE - Static variable in class jade.content.onto.SerializableOntology
- SERIALIZABLE_VALUE - Static variable in class jade.content.onto.SerializableOntology
- SerializableOntology - Class in jade.content.onto
-
This ontology allows dealing with Java Serializable objects as if they were instances of ontological elements.
- serialize(Node) - Method in class jade.core.faultRecovery.FaultRecoveryService.NodeSerializer
- serializeACL(ACLMessage, DataOutputStream) - Static method in class jade.lang.acl.LEAPACLCodec
- serializeAID(AID, DataOutputStream) - Static method in class jade.lang.acl.LEAPACLCodec
- serve(HorizontalCommand) - Method in interface jade.core.Service.Slice
-
Serves an incoming horizontal command, performing any required immediate processing, before turning it into a vertical command to be processed by the incoming filter chain.
- serve(HorizontalCommand) - Method in class jade.core.SliceProxy
-
Try to serve an incoming horizontal command, routing it to a remote slice implementation.
- serveGetKeys(ACLMessage, Action, GetKeys) - Method in class jade.domain.introspection.IntrospectionServer
- serveGetValue(ACLMessage, Action, GetValue) - Method in class jade.domain.introspection.IntrospectionServer
- serveHorizontalCommand(HorizontalCommand) - Method in class jade.core.BaseNode
-
Provides an IMTP independent implementation for the horizontal command serving mechanism.
- SERVER_TIME_OFFSET_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- SERVERS - Static variable in class jade.imtp.leap.nio.BEManagementService
- ServerThread(HTTPServer, Socket, InChannel.Dispatcher) - Constructor for class jade.mtp.http.HTTPServer.ServerThread
-
Constructor: Store client port
- serveUnknownAction(ACLMessage, Action, Object) - Method in class jade.domain.introspection.IntrospectionServer
- Service - Interface in jade.core
-
The
Serviceinterface represents a centralized view of a JADE kernel-level service. - SERVICE_MANAGER_ADD_REPLICA - Static variable in class jade.imtp.leap.Command
- SERVICE_MANAGER_ADOPT - Static variable in class jade.imtp.leap.Command
- SERVICE_MANAGER_NAME - Static variable in interface jade.core.IMTPManager
- SERVICE_MANAGER_UPDATE_COUNTERS - Static variable in class jade.imtp.leap.Command
- SERVICE_NAME - Static variable in interface jade.core.event.NotificationHelper
- SERVICE_NAME - Static variable in interface jade.core.faultRecovery.FaultRecoveryHelper
- SERVICE_NAME - Static variable in interface jade.core.messaging.TopicManagementHelper
-
This constant represents the name of the Topic Management Service and must be specified in the
getHelper()method of theAgentclass to retrieve the helper of the local TopicManagementService. - SERVICE_NAME - Static variable in interface jade.core.replication.AgentReplicationHelper
-
The name of the AgentReplicationService that must be specified in the getHelper() method of the Agent class to retrieve the AgentReplicationHelper.
- SERVICE_NAME - Static variable in interface jade.core.resource.ResourceManagementHelper
-
Name of the service
- SERVICE_NAME - Static variable in interface jade.core.sam.SAMHelper
- Service.Slice - Interface in jade.core
-
The
Slicenested interface represents that part of a service that is deployed at a given network node. - Service.SliceProxy - Class in jade.core
-
Deprecated.use the class jade.core.SliceProxy instead of this inner class
- ServiceDescription - Class in jade.domain.FIPAAgentManagement
-
This class models a service data type.
- ServiceDescription() - Constructor for class jade.domain.FIPAAgentManagement.ServiceDescription
-
Default constructor.
- SERVICEDESCRIPTION - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_LANGUAGES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_NAME - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_ONTOLOGIES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_OWNERSHIP - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_PROPERTIES - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_PROTOCOLS - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- SERVICEDESCRIPTION_TYPE - Static variable in interface jade.domain.FIPAAgentManagement.FIPAManagementVocabulary
- ServiceDescriptor - Class in jade.core
-
The
ServiceDescriptorclass serves as a meta-level description of a kernel-level service. - ServiceDescriptor() - Constructor for class jade.core.ServiceDescriptor
-
Builds an uninitialized service descriptor.
- ServiceDescriptor(String, Service) - Constructor for class jade.core.ServiceDescriptor
-
Builds a new service descriptor, describing the given service with the given name and properties.
- ServiceDscDlg - Class in jade.gui
- ServiceException - Exception in jade.core
-
Generic exception thrown by JADE kernel level services.
- ServiceException() - Constructor for exception jade.core.ServiceException
- ServiceException(String) - Constructor for exception jade.core.ServiceException
- ServiceException(String, Throwable) - Constructor for exception jade.core.ServiceException
- ServiceFinder - Interface in jade.core
-
The
ServiceFinderinterface serves as an access point for kernel-level service discovery. - ServiceHelper - Interface in jade.core
-
This interface is implemented by all the service helper classes, i.e.
- serviceInvokation(String, String, String, Object[]) - Method in interface jade.core.BackEnd
-
Pass a service helper method invocation request to the BackEnd
- serviceInvokation(String, String, String, Object[]) - Method in class jade.core.BackEndContainer
- serviceInvokation(String, String, String, Object[]) - Method in class jade.imtp.leap.BackEndStub
- ServiceManager - Interface in jade.core
-
The
ServiceManagerinterface serves as an access point for kernel-level service management. - ServiceManagerImpl - Class in jade.core
-
The
ServiceManagerImplclass is the actual implementation of JADE platform Service Manager and Service Finder components. - ServiceManagerRMI - Interface in jade.imtp.rmi
- ServiceNotActiveException - Exception in jade.core
-
This exception is thrown when trying to access a JADE kernel level service that is not installed in the local node.
- ServiceNotActiveException(String) - Constructor for exception jade.core.ServiceNotActiveException
- SERVICES - Static variable in class jade.core.Profile
-
This constants is the name of the property whose value contains the list of kernel-level services that have to be launched at bootstrap time
- SERVICES_KEY - Static variable in class jade.core.MicroRuntime
-
The configuration property key that maps to the list of services that have to be installed.
- SESSION_ID_PRESENT_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- sessions - Variable in class jade.proto.ProposeInitiator
- sessionTerminated() - Method in class jade.proto.ContractNetResponder
- set(boolean) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given boolean value.
- set(byte[]) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given byte[] value.
- set(double) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given double value.
- set(float) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given float value.
- set(int) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given int value.
- set(long) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given long value.
- set(Object) - Method in class jade.content.abs.AbsExtendedPrimitive
-
Set the value of this AbsExtendedPrimitive to the given value.
- set(String) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given String.
- set(String, boolean) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
booleanwithout the need of wrapping the new value into anAbsPrimitive. - set(String, byte[]) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
byte[]without the need of wrapping the new value into anAbsPrimitive. - set(String, double) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
doublewithout the need of wrapping the new value into anAbsPrimitive. - set(String, float) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
floatwithout the need of wrapping the new value into anAbsPrimitive. - set(String, int) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
intwithout the need of wrapping the new value into anAbsPrimitive. - set(String, long) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
longwithout the need of wrapping the new value into anAbsPrimitive. - set(String, AbsObject) - Method in class jade.content.abs.AbsObjectImpl
-
Sets an attribute of the object held by this abstract descriptor.
- set(String, AbsObject) - Method in class jade.content.abs.AbsPredicate
-
Sets an attribute of the predicate held by this abstract descriptor.
- set(String, AbsObject) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
- set(String, AbsPredicate) - Method in class jade.content.abs.AbsAgentAction
-
Set an attribute of the agent action held by this abstract descriptor.
- set(String, AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Overrides this method to check that name is of the form Codec.UNNAMEDPERFIX+index
- set(String, AbsTerm) - Method in class jade.content.abs.AbsConcept
-
Sets an attribute of the concept held by this abstract descriptor.
- set(String, String) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
Stringwithout the need of wrapping the new value into anAbsPrimitive. - set(String, Date) - Method in class jade.content.abs.AbsPrimitiveSlotsHolder
-
Utility method that allows setting attributes of type
Datewithout the need of wrapping the new value into anAbsPrimitive. - set(Date) - Method in class jade.content.abs.AbsPrimitive
-
Set the value of this AbsPrimitive to the given Date value.
- Set - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface.
- SET - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- SET - Static variable in interface jade.lang.acl.ACLParserConstants
- SET_FILE - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_FILE_FILE - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_FILE_LOGGER - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_LEVEL - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_LEVEL_LEVEL - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_LEVEL_LOGGER - Static variable in interface jade.tools.logging.ontology.LogManagementVocabulary
- SET_PLATFORM_ADDRESSES - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the
set-platform-addressesaction. - setACLMessage(ACLMessage) - Method in class jade.core.messaging.GenericMessage
- setAclRepresentation(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
acl-representationslot of this object. - setAclRepresentation(String) - Method in class jade.domain.introspection.ACLMessage
-
Set the representation of the message payload.
- setAct(String) - Method in exception jade.domain.FIPAAgentManagement.UnexpectedAct
- setAct(String) - Method in exception jade.domain.FIPAAgentManagement.UnsupportedAct
- setAction(ActionT) - Method in class jade.core.behaviours.ActionExecutor
- setAction(Concept) - Method in class jade.content.onto.basic.Action
- setAction(Concept) - Method in class jade.content.onto.basic.Done
- setAction(Concept) - Method in class jade.content.onto.basic.Result
- setActiveConversations(ConversationList) - Method in class jade.core.behaviours.BaseInitiator
- setActor(AID) - Method in class jade.content.onto.basic.Action
- setActor(AID) - Method in class jade.core.behaviours.ActionExecutor
- setAdapter(DFGUIAdapter) - Method in interface jade.domain.DFGUIInterface
- setAdapter(DFGUIAdapter) - Method in class jade.tools.dfgui.DFGUI
- setAddress(String) - Method in class jade.core.Channel
- setAddress(String) - Method in class jade.core.ContainerID
-
Set the IP address (as a string) of the host, the described container is running on.
- setAddress(String) - Method in class jade.core.PlatformID
- setAddress(String) - Method in class jade.domain.introspection.AddedMTP
-
Set the
addressof this event. - setAddress(String) - Method in class jade.domain.introspection.RemovedMTP
-
Set the
addressslot of this event. - setAddress(String) - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Set the
addressslot of this action. - setAddress(String) - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Set the
addressslot of this action. - setAddress(String) - Method in class jade.gui.AgentTree.AgentNode
- setAddress(InetAddress) - Method in class jade.gui.AgentTree.ContainerNode
- setAgent(Agent) - Method in class jade.core.behaviours.Behaviour
-
Associates this behaviour with the agent it belongs to.
- setAgent(Agent) - Method in class jade.core.behaviours.CompositeBehaviour
-
Associates this behaviour with the agent it belongs to.
- setAgent(Agent) - Method in class jade.core.behaviours.WrapperBehaviour
- setAgent(AID) - Method in class jade.domain.introspection.AddedBehaviour
-
Set the
agentof this event. - setAgent(AID) - Method in class jade.domain.introspection.BornAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.ChangedAgentState
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.ChangedBehaviourState
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.DeadAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.FrozenAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.MovedAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.RemovedBehaviour
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.ResumedAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.SuspendedAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.introspection.ThawedAgent
-
Set the
agentslot of this event. - setAgent(AID) - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Set the
agentslot of this action. - setAgent(AID) - Method in class jade.domain.persistence.DeleteAgent
- setAgent(AID) - Method in class jade.domain.persistence.FreezeAgent
- setAgent(AID) - Method in class jade.domain.persistence.LoadAgent
- setAgent(AID) - Method in class jade.domain.persistence.ReloadAgent
- setAgent(AID) - Method in class jade.domain.persistence.SaveAgent
- setAgent(AID) - Method in class jade.domain.persistence.ThawAgent
- setAgent(Agent) - Method in class jade.tools.sniffer.PopupAgent
- setAgentIdentifier(AID) - Method in class jade.domain.JADEAgentManagement.WhereIsAgentAction
-
Set the
agent-identifierslot of this action. - setAgentList(AgentList) - Method in class jade.tools.sniffer.MMCanvas
-
Set the agent list handler as the parameter passed then repaints the canvas
- setAgentName(String) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Set the
agent-nameslot of this action. - setAgentName(String) - Static method in class jade.tools.rma.StartDialog
- setAgentProfile(MobileAgentProfile) - Method in class jade.domain.mobility.MobileAgentDescription
-
Set the
agent-profileslot of this action. - setAgentVersion(String) - Method in class jade.domain.mobility.MobileAgentDescription
-
Set the
agent-versionslot of this action. - setAllUserDefinedParameters(Properties) - Method in class jade.lang.acl.ACLMessage
-
Replace all user defined parameters of this ACLMessage with the specified Properties object.
- setAmsAID(AID) - Method in class jade.core.PlatformID
- setAmsAID(AID) - Method in class jade.gui.AgentTree.RemotePlatformNode
- setAMSDelegation(Credentials) - Method in class jade.core.AgentDescriptor
- setAMSDescription(AMSAgentDescription) - Method in class jade.gui.AgentTree.RemoteAgentNode
- setAMSFailure(boolean) - Method in class jade.core.messaging.GenericMessage
- setAPDescription(APDescription) - Method in class jade.gui.AgentTree.RemotePlatformNode
- setAPDescription(APDescription) - Method in class jade.gui.APDescriptionPanel
-
To set the field with the valued of a given APDescription.
- setArgProperties(ExtendedProperties) - Method in class jade.BootProfileImpl
-
Copy a collection of argument properties into the existing argument properties and then into the profile properties.
- setArgs(Object[]) - Method in class jade.core.Specifier
-
Set the argument list for this specifier object.
- setArgumentName(String) - Method in exception jade.domain.FIPAAgentManagement.MissingArgument
- setArgumentName(String) - Method in exception jade.domain.FIPAAgentManagement.UnexpectedArgument
- setArguments(Object[]) - Method in class jade.core.Agent
-
Called by AgentContainerImpl in order to pass arguments to a just created Agent.
- setAttribute(AbsObject, String, AbsObject) - Static method in class jade.content.abs.AbsHelper
-
Set an attribute in an abstract descriptor performing all necessary type checks.
- setBehaviour(BehaviourID) - Method in class jade.domain.introspection.AddedBehaviour
-
Set the
behaviourof this event. - setBehaviour(BehaviourID) - Method in class jade.domain.introspection.ChangedBehaviourState
-
Set the
behaviourslot of this event. - setBehaviour(BehaviourID) - Method in class jade.domain.introspection.RemovedBehaviour
-
Set the
behaviourslot of this event. - setBehaviour(BehaviourID) - Method in class jade.tools.introspector.gui.BehaviourTreeNode
- setBehaviourName(String) - Method in class jade.core.behaviours.Behaviour
-
Give a name to this behaviour object.
- setBehaviourPanelVisible(boolean) - Method in class jade.tools.introspector.gui.MainWindow
- setBlack(String) - Method in class jade.util.AccessControlList
- setBlockCaretEnabled(boolean) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets if the caret should be drawn as a block, false otherwise.
- setBlocking(boolean) - Method in class jade.core.Filter
-
Sets the blocking state of this filter.
- setBooleanProperty(String, boolean) - Method in class jade.util.ExtendedProperties
-
Store a boolean as a string ("true" or "false") with the specified key.
- setBracketHighlightColor(Color) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the bracket highlight color.
- setBracketHighlightEnabled(boolean) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Enables or disables bracket highlighting.
- setBufferContainer(ContainerID) - Method in class jade.domain.introspection.FrozenAgent
-
Set the
buffer-containerslot of this event. - setBufferContainer(ContainerID) - Method in class jade.domain.introspection.ThawedAgent
-
Set the
buffer-containerslot of this event. - setBufferContainer(ContainerID) - Method in class jade.domain.persistence.FreezeAgent
- setBy(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Set the
byslot of this object. - setByteSequenceContent(byte[]) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:contentslot. - setCaretBlinkEnabled(boolean) - Method in class jade.tools.gui.ACLTextArea
-
Toggles caret blinking.
- setCaretColor(Color) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the caret color.
- setCaretPosition(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the caret position.
- setCaretVisible(boolean) - Method in class jade.tools.gui.ACLTextArea
-
Sets if the caret should be visible.
- setCheckMandatorySlots(boolean) - Method in class jade.gui.VisualAIDList
-
This method is used to ensure that the mandatory fields would be corrected inserted.
- setCheckMandatorySlots(boolean) - Method in class jade.gui.VisualServicesList
-
This method is used to ensure that the mandatory fields would be corrected inserted.
- setChildredDF(Object) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
-
Deprecated.Use setDescription() instead.
- setChildrenDF(Object) - Method in class jade.domain.DFGUIManagement.Federate
-
Deprecated.Use setDescription() instead.
- setClassLoader(ClassLoader) - Method in class jade.content.onto.SerializableOntology
- setClassName(String) - Method in class jade.core.BehaviourID
-
Set the class name for this behaviour ID.
- setClassName(String) - Method in class jade.core.Specifier
-
Set the name of the class of this specifier.
- setClassName(String) - Method in class jade.domain.introspection.BornAgent
-
Set the
classNameslot of this event. - setClassName(String) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Set the
class-nameslot of this action. - setClassName(String) - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Set the
class-nameslot of this action. - setClassName(String) - Method in class jade.domain.mobility.LoadBehaviour
-
Sets the name of the class of the behaviour to load
- setClassName(String) - Static method in class jade.tools.rma.StartDialog
- setClientsPingDelay(int) - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- setCloneOriginator(String) - Method in class jade.domain.introspection.BornAgent
- setCloseVM(boolean) - Method in class jade.core.Runtime
-
Causes the local JVM to be closed when the last container in this JVM terminates.
- setCode(byte[]) - Method in class jade.domain.mobility.LoadBehaviour
-
Sets the code of the class of the behaviour to load.
- setCode(int) - Method in class jade.core.BehaviourID
-
Set the code of this behaviour ID
- setCode(String) - Method in class jade.imtp.leap.http.HTTPResponse
- setCommandProcessor(CommandProcessor) - Method in class jade.core.BaseNode
- setComments(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
commentsslot of this object. - setCondition(Predicate) - Method in class jade.content.onto.basic.Done
- setConnection(Connection) - Method in class jade.domain.KBManagement.DBKB.ConnectionWrapper
- setConstraint() - Method in class jade.gui.ConstraintDlg
-
This method display a gui to insert the search constraints.
- setConstraints(SearchConstraints) - Method in class jade.domain.DFGUIManagement.SearchOn
- setConstraints(SearchConstraints) - Method in class jade.domain.FIPAAgentManagement.Search
-
Set the
constraintsslot of this object. - setContainer(ContainerID) - Method in class jade.domain.introspection.AddedContainer
-
Set the
containerof this event. - setContainer(ContainerID) - Method in class jade.domain.introspection.KillContainerRequested
-
Set the
containerof this event. - setContainer(ContainerID) - Method in class jade.domain.introspection.RemovedContainer
-
Set the
containerslot of this event. - setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Set the
containerslot of this action. - setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.InstallMTP
-
Set the
containerslot of this action. - setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Set the
containerslot of this action. - setContainer(ContainerID) - Method in class jade.domain.JADEAgentManagement.UninstallMTP
-
Set the
containerslot of this action. - setContainer(ContainerID) - Method in class jade.domain.persistence.DeleteContainer
- setContainer(ContainerID) - Method in class jade.domain.persistence.LoadContainer
- setContainer(ContainerID) - Method in class jade.domain.persistence.SaveContainer
- setContainer(String) - Static method in class jade.tools.rma.StartDialog
- setContainerID(ContainerID) - Method in class jade.core.AgentDescriptor
- setContainerRemoved(Boolean) - Method in class jade.domain.introspection.DeadAgent
- setContent(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:contentslot. - setContentObject(Serializable) - Method in class jade.lang.acl.ACLMessage
-
This method sets the content of this ACLMessage to a Java object.
- setContentProperties(Properties) - Method in class jade.gui.VisualPropertiesList
-
This method must be used after a resetContent on this list to update the properties.
- setConversationId(String) - Method in class jade.core.behaviours.ActionExecutor
- setConversationId(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:conversation-idslot. - setCopyAreaBroken(boolean) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Disables the use of the copyArea() function (which is broken in JDK 1.2).
- setCredentials(Credentials) - Method in interface jade.core.Command
- setCredentials(Credentials) - Method in class jade.core.GenericCommand
- setData(List, Map) - Method in class jade.tools.rma.ManageMTPsDialog
- setDataStore(DataStore) - Method in class jade.core.behaviours.Behaviour
-
Set the private data store of this
Behaviour - setDataStore(DataStore) - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
- setDataStore(DataStore) - Method in class jade.core.behaviours.WrapperBehaviour
- setDataStore(DataStore) - Method in class jade.proto.ProposeInitiator
-
Override the setDataStore() method to initialize propagate this setting to all children.
- setDate(Date) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
dateslot of this object. - setDate(Date) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Set the
dateslot of this object. - setDate(Date) - Method in class jade.gui.TimeChooser
-
Set the time instant for thistime chooser.
- setDate(Date) - Method in class jade.tools.gui.ACLTimeChooserDialog
-
Sets the Date attribute of the TimeChooserDialog object
- setDay(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of day.
- setDeadline(long) - Method in class jade.proto.states.MsgReceiver
-
This method allows modifying the deadline
- setDebugger(AID) - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Set the
debuggerslot of this action. - setDebugger(AID) - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Set the
debuggerslot of this action. - setDebugStream(PrintStream) - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class jade.content.lang.sl.SLParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class jade.lang.acl.ACLParserTokenManager
- setDefaultEnvelope() - Method in class jade.lang.acl.ACLMessage
-
Writes the message envelope for this message, using the
:senderand:receivermessage slots to fill in the envelope. - setDefaultServerCredential(String, String) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Set server authentication default credential
- setDefaultValue(String) - Method in class jade.PropertyType
- setDependencies(String) - Method in class jade.domain.mobility.MobileAgentLanguage
-
Set the
dependenciesslot of this action. - setDependencies(String) - Method in class jade.domain.mobility.MobileAgentOS
-
Set the
dependenciesslot of this action. - setDependencies(String) - Method in class jade.domain.mobility.MobileAgentSystem
-
Set the
dependenciesslot of this action. - setDescription(AMSAgentDescription) - Method in class jade.core.AgentDescriptor
- setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
- setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.Federate
- setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.ModifyOn
- setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.RegisterWith
- setDescription(DFAgentDescription) - Method in class jade.domain.DFGUIManagement.SearchOn
- setDescription(Object) - Method in class jade.domain.FIPAAgentManagement.Deregister
-
Set the
descriptionslot of this object. - setDescription(Object) - Method in class jade.domain.FIPAAgentManagement.Modify
-
Set the
descriptionslot of this object. - setDescription(Object) - Method in class jade.domain.FIPAAgentManagement.Register
-
Set the
descriptionslot of this object. - setDescription(Object) - Method in class jade.domain.FIPAAgentManagement.Search
-
Set the
descriptionslot of this object. - setDescriptionOfThisDF(DFAgentDescription) - Method in class jade.domain.df
-
This method set the description of the df according to the DFAgentDescription passed.
- setDestination(Location) - Method in class jade.domain.mobility.MobileAgentDescription
-
Set the
destinationslot of this action. - setDf(AID) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
- setDf(AID) - Method in class jade.domain.DFGUIManagement.Federate
- setDf(AID) - Method in class jade.domain.DFGUIManagement.ModifyOn
-
The df on which the modify action will be perfomed.
- setDf(AID) - Method in class jade.domain.DFGUIManagement.RegisterWith
- setDf(AID) - Method in class jade.domain.DFGUIManagement.SearchOn
-
The df on which the search will be made.
- setDimension(Dimension) - Method in class jade.gui.VisualStringList
-
Sets the dimension of the panel.
- setDirection(String) - Method in class jade.tools.gui.ACLMessageNode
-
Sets the Direction attribute of the MessageNode object
- setDocument(ACLSyntaxDocument) - Method in class jade.tools.gui.ACLTextArea
-
Sets the document this text area is editing.
- setDynamicRows(Collection) - Method in class jade.gui.ClassSelectionDialog.ClassesTableModel
- setEditable(boolean) - Method in class jade.tools.gui.ACLAIDDialog
-
Sets the Editable attribute of the ACLAIDDialog object
- setEditable(boolean) - Method in class jade.tools.gui.ACLAIDList
-
Sets the Editable attribute of the ACLAIDList object
- setEditable(boolean) - Method in class jade.tools.gui.ACLComboBox
-
Sets the Editable attribute of the ACLComboBox object
- setEditable(boolean) - Method in class jade.tools.gui.ACLContentDialog
- setEditable(boolean) - Method in class jade.tools.gui.ACLPropertyList
-
Sets the Editable attribute of the ACLPropertyList object
- setEditable(boolean) - Method in class jade.tools.gui.ACLTextArea
-
Sets if this component is editable.
- setEditable(boolean) - Method in class jade.tools.gui.ACLTextField
- setEditable(boolean) - Method in class jade.tools.gui.AIDAddressList
-
Sets the Editable attribute of the AIDAddressesList object
- setElectricScroll(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the number of lines from the top and bottom of the text area that are always visible
- setElementTemplate(AbsTerm) - Method in class jade.content.abs.AbsAggregate
-
Set the abstract template of aggregate element
- setEnabled(boolean) - Method in class jade.gui.AclGui
-
Enables/disables the editability of all the controls in an AclGui panel (default is enabled)
- setEnabled(boolean) - Method in class jade.gui.VisualStringList
-
Use this method to enable/disable the Add and Remove fields of the popUp menu.
- setEnabled(boolean) - Method in class jade.tools.gui.ACLPanel
-
Sets the Disabled attribute of the ACLPanel object
- setEnabledO2ACommunication(boolean, int) - Method in class jade.core.Agent
-
This method declares this agent attitude towards object-to-agent communication, that is, whether the agent accepts to communicate with other non-JADE components living within the same JVM.
- setEncoding(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:encodingslot. - setEncodingByOrder(boolean) - Method in class jade.content.schema.ObjectSchema
-
Sets an indication about whether the preferred encoding for the slots of concepts compliants to this schema is by oredr or by name.
- setEnvelope(Envelope) - Method in class jade.domain.introspection.ACLMessage
-
Set the message envelope.
- setEnvelope(Envelope) - Method in class jade.lang.acl.ACLMessage
-
Attaches an envelope to this message.
- setEOLMarkerColor(Color) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the EOL marker color.
- setEOLMarkerEnabled(boolean) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets if EOL markers are to be drawn.
- setErrorMessage(String) - Method in exception jade.domain.FIPAAgentManagement.InternalError
- setExecutionState(String) - Method in class jade.core.behaviours.Behaviour
- setField(String, String) - Method in class jade.imtp.leap.http.HTTPPacket
- setFile(String) - Method in class jade.imtp.leap.http.HTTPRequest
- setFile(String) - Method in class jade.tools.logging.ontology.LoggerInfo
- setFile(String) - Method in class jade.tools.logging.ontology.SetFile
- setFile(String, String) - Method in class jade.tools.logging.JavaLoggingLogManagerImpl
- setFile(String, String) - Method in interface jade.tools.logging.LogManager
- SetFile - Class in jade.tools.logging.ontology
- SetFile() - Constructor for class jade.tools.logging.ontology.SetFile
- SetFile(String) - Constructor for class jade.tools.logging.ontology.SetFile
- SetFile(String, String) - Constructor for class jade.tools.logging.ontology.SetFile
- setFilter(String) - Method in class jade.tools.logging.ontology.GetAllLoggers
- setFirstLine(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the line displayed at the text area's origin without updating the scroll bars.
- setFixedPeriod(boolean) - Method in class jade.core.behaviours.TickerBehaviour
-
Turn on/off the "fixed period" mode.
- setFont(Font) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the font for this component.
- setFrameIcon(String) - Method in class jade.tools.testagent.TestAgentFrame
-
Sets the FrameIcon attribute of the TestAgentFrame object
- setFrom(AgentState) - Method in class jade.domain.introspection.ChangedAgentState
-
Set the
fromslot of this event. - setFrom(AID) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
fromslot of this object. - setFrom(Channel) - Method in class jade.domain.introspection.RoutedMessage
- setFrom(ContainerID) - Method in class jade.domain.introspection.MovedAgent
-
Set the
fromslot of this event. - setFrom(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Set the
fromslot of this object. - setFrom(String) - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Set the
fromslot of this event. - setFrom(String) - Method in class jade.domain.introspection.ChangedBehaviourState
-
Set the
fromslot of this event. - setFunction(String) - Method in exception jade.domain.FIPAAgentManagement.UnsupportedFunction
- setGenerateBehaviourEvents(boolean) - Method in class jade.core.Agent
-
Allow enabling/disabling (default: disabled) the generation of message-related events (such as NOTIFY_BEHAVIOUR_ADDED or NOTIFY_CHANGED_BEHAVIOUR_STATE)
- setGenerateMessageEvents(boolean) - Method in class jade.core.Agent
-
Allow disabling/enabling (default: enabled) the generation of message-related events (such as NOTIFY_POSTED or NOTIFY_RECEIVED)
- setGraphicsFlags(Graphics, Font) - Method in class jade.tools.gui.ACLSytntaxStyle
-
Sets the foreground color and font of the specified graphics context to that specified in this style.
- setGroup(AgentGroup) - Method in class jade.domain.persistence.DeleteAgentGroup
- setGroup(AgentGroup) - Method in class jade.domain.persistence.LoadAgentGroup
- setGroup(AgentGroup) - Method in class jade.domain.persistence.SaveAgentGroup
- setHandlers(List) - Method in class jade.tools.logging.ontology.LoggerInfo
- setHorizontalOffset(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the horizontal offset of drawn lines.
- setHour(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of hour.
- setHttpType(String) - Method in class jade.imtp.leap.http.HTTPPacket
- setIcon(Icon) - Method in class jade.tools.sniffer.SnifferAction
- setId(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Set the
idslot of this object. - setID(String) - Method in class jade.core.PlatformID
- setID(String) - Method in class jade.lang.acl.MessageTemplate
- setIgnoredConversations(ConversationList) - Method in class jade.core.behaviours.OntologyServer
-
Set the
ConversationListused by this OntologyServer to determine which conversations to ignore (if any). - setInfo(Object) - Method in class jade.domain.KBManagement.DBKB.ConnectionWrapper
- setInitialCredentials(Credentials) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Set the initial credentials to be granted to the agent to be created.
- setInputHandler(ACLTextArea.InputHandler) - Method in class jade.tools.gui.ACLTextArea
-
Sets the input handler.
- setInputParameters(Behaviour, List) - Method in class jade.core.behaviours.LoaderBehaviour
- setInReplyTo(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:in-reply-toslot. - setIntProperty(String, int) - Method in class jade.util.ExtendedProperties
-
Store an int as a string with the specified key.
- setIsAContentExpression(boolean) - Method in class jade.content.abs.AbsAgentAction
- setIsAContentExpression(boolean) - Method in interface jade.content.abs.AbsContentElement
-
Set the isAContentExpression flag to the passed value.
- setIsAContentExpression(boolean) - Method in class jade.content.abs.AbsContentElementList
- setIsAContentExpression(boolean) - Method in class jade.content.abs.AbsIRE
- setIsAContentExpression(boolean) - Method in class jade.content.abs.AbsPredicate
- setIsMetaFormula(boolean) - Method in class jade.content.abs.AbsPredicate
-
Sets the value of isMetaFormula, where the default is false.
- setIsMetaTerm(boolean) - Method in class jade.content.abs.AbsVariable
-
Sets the value of isMetaTerm, where the default is false.
- setItems(List) - Method in class jade.content.onto.basic.Result
- setItsAID(AID) - Method in class jade.tools.gui.ACLAIDDialog
-
Sets the ItsAID attribute of the ACLAIDDialog object
- setItsContent(ACLMessage) - Method in class jade.tools.gui.ACLContentDialog
- setItsMsg(ACLMessage) - Method in class jade.tools.gui.ACLPanel
-
Sets the ItsMsg attribute of the ACLPanel object
- setItsMsg(ACLMessage) - Method in class jade.tools.testagent.TestAgentFrame
-
Sets the ItsMsg attribute of the TestAgentFrame object
- setKey(String) - Method in class jade.domain.introspection.GetValue
- setKind(String) - Method in class jade.core.BehaviourID
-
Set the kind of behaviour described by this behaviour ID.
- setLanguage(Codec) - Method in class jade.core.behaviours.OntologyServer
- setLanguage(MobileAgentLanguage) - Method in class jade.domain.mobility.MobileAgentProfile
-
Set the
languageslot of this action. - setLanguage(String) - Method in class jade.core.behaviours.ActionExecutor
- setLanguage(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:languageslot. - setLeaseManager(LeaseManager) - Method in class jade.domain.KBManagement.KB
- setLeaseTime(Object, Date) - Method in interface jade.domain.KBManagement.LeaseManager
- setLeaseTime(Date) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Set the lease time for the registration of this DFAgentDescription as an absolute time.
- setLeft(Object) - Method in class jade.content.onto.basic.Equals
- setLevel(int) - Method in class jade.tools.logging.ontology.LoggerInfo
- setLevel(int) - Method in class jade.tools.logging.ontology.SetLevel
- SetLevel - Class in jade.tools.logging.ontology
- SetLevel() - Constructor for class jade.tools.logging.ontology.SetLevel
- SetLevel(String, int) - Constructor for class jade.tools.logging.ontology.SetLevel
- setLineHighlightColor(Color) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the line highlight color.
- setLineHighlightEnabled(boolean) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Enables or disables current line highlighting.
- setLocalAddress(String) - Method in interface jade.core.PlatformManager
- setLocalAddress(String) - Method in class jade.core.PlatformManagerImpl
- setLocalName(String) - Method in class jade.core.AID
-
This method permits to set the symbolic name of an agent.
- setLocation(Location) - Method in class jade.domain.JADEAgentManagement.QueryAgentsOnLocation
-
Set the
locationslot of this action. - setLogger(String) - Method in class jade.tools.logging.ontology.SetFile
- setLogger(String) - Method in class jade.tools.logging.ontology.SetLevel
- setLogLevel(String, int) - Method in class jade.tools.logging.JavaLoggingLogManagerImpl
- setLogLevel(String, int) - Method in interface jade.tools.logging.LogManager
- setMagicCaretPosition(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the `magic' caret position.
- setMain(Boolean) - Method in class jade.core.ContainerID
- setMajorVersion(Long) - Method in class jade.domain.mobility.MobileAgentLanguage
-
Set the
major-versionslot of this action. - setMajorVersion(Long) - Method in class jade.domain.mobility.MobileAgentOS
-
Set the
major-versionslot of this action. - setMajorVersion(Long) - Method in class jade.domain.mobility.MobileAgentSystem
-
Set the
major-versionslot of this action. - setManager(Behaviour) - Method in class jade.tools.introspector.Sensor
- setMandatory(boolean) - Method in class jade.core.ServiceDescriptor
- setMaxDepth(Long) - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Set the
max-depthslot of this object. - setMaxProcessedMessagesPerRun(int) - Method in class jade.core.behaviours.OntologyServer
-
Instruct the OntologyServer to process up to maxProcessedMessagesPerRun messages each time it is scheduled for execution.
- setMaxResults(Long) - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Set the
max-resultsslot of this object. - setMaxSize(int) - Method in class jade.core.ExtendedMessageQueue
- setMaxSize(int) - Method in interface jade.core.MessageQueue
-
Set the maximum size of this queue.
- setMessage(ACLMessage) - Method in class jade.domain.introspection.PostedMessage
-
Set the
messageslot of this event. - setMessage(ACLMessage) - Method in class jade.domain.introspection.ReceivedMessage
-
Set the
messageslot of this event. - setMessage(ACLMessage) - Method in class jade.domain.introspection.RoutedMessage
- setMessage(ACLMessage) - Method in class jade.domain.introspection.SentMessage
-
Set the
messageslot of this event. - setMessage(ACLMessage) - Method in class jade.tools.gui.ACLMessageNode
-
Sets the Message attribute of the MessageNode object
- setMessage(Message) - Method in class jade.tools.sniffer.PopupMessage
- setMessage(Message) - Method in class jade.tools.sniffer.ViewMessage
- setMessage(String) - Method in exception jade.domain.FIPAException
-
Set the content of the ACL message representing this exception
- setMessage(String) - Method in class jade.imtp.leap.http.HTTPResponse
- setMessageList(MessageList) - Method in class jade.tools.sniffer.MMCanvas
-
Set the message list handler as the parameter passed then repaints the canvas
- setMessageNumber(int) - Method in class jade.tools.sniffer.Message
- setMessagePanelVisible(boolean) - Method in class jade.tools.introspector.gui.MainWindow
- setMessages(List<GenericMessage>) - Method in class jade.core.messaging.MultipleGenericMessage
- setMessageTemplate(MessageTemplate) - Method in class jade.core.behaviours.OntologyServer
- setMethod(String) - Method in class jade.imtp.leap.http.HTTPRequest
- setMilliseconds(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of milliseconds.
- setMinorVersion(Long) - Method in class jade.domain.mobility.MobileAgentLanguage
-
Set the
minor-versionslot of this action. - setMinorVersion(Long) - Method in class jade.domain.mobility.MobileAgentOS
-
Set the
minor-versionslot of this action. - setMinorVersion(Long) - Method in class jade.domain.mobility.MobileAgentSystem
-
Set the
minor-versionslot of this action. - setMinutes(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of minutes.
- setMobileAgentDescription(MobileAgentDescription) - Method in class jade.domain.mobility.MoveAction
-
Set the
mobile-agent-descriptionslot of this action. - setMode(int) - Method in class jade.domain.mobility.Parameter
-
Sets the IO mode of this parameter.
- setModifiable(boolean) - Method in class jade.core.messaging.GenericMessage
-
Allow setting the value of the
modifiableflag. - setMonth(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of month.
- setMsg(ACLMessage) - Method in class jade.gui.AclGui
-
Displays the specified ACL message into the AclGui panel
- setMsg(ACLMessage) - Method in class jade.tools.gui.ACLFrame
-
Sets the ACLMessage of the Frame
- setMsgKey(String) - Method in class jade.proto.states.ReplySender
- setName(AID) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Set the
nameslot of this object. - setName(AID) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Set the identifier of the agent
- setName(AID) - Method in class jade.domain.mobility.MobileAgentDescription
-
Set the
nameslot of this action. - setName(String) - Method in class jade.content.abs.AbsReference
-
Sets the name of this reference.
- setName(String) - Method in class jade.content.abs.AbsVariable
-
Sets the name of this variable.
- setName(String) - Method in class jade.core.AgentState
-
Set the name of this state.
- setName(String) - Method in class jade.core.AID
-
This method permits to set the symbolic name of an agent.
- setName(String) - Method in class jade.core.BaseNode
- setName(String) - Method in class jade.core.BehaviourID
-
Set the name of this behaviour ID
- setName(String) - Method in class jade.core.Channel
- setName(String) - Method in class jade.core.ContainerID
-
Set the name of the described container.
- setName(String) - Method in interface jade.core.Node
- setName(String) - Method in class jade.core.NodeDescriptor
-
Change the name (if any) of the described node.
- setName(String) - Method in class jade.core.PlatformID
- setName(String) - Method in class jade.core.ServiceDescriptor
-
Change the name (if any) of the described service.
- setName(String) - Method in class jade.core.Specifier
-
Set the name for this specifier object.
- setName(String) - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Set the
nameslot of this object. - setName(String) - Method in class jade.domain.FIPAAgentManagement.APService
-
Set the
nameslot of this object. - setName(String) - Method in class jade.domain.FIPAAgentManagement.Property
-
Set the name of the property object.
- setName(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Set the
nameslot of this object. - setName(String) - Method in class jade.domain.mobility.MobileAgentLanguage
-
Set the
nameslot of this action. - setName(String) - Method in class jade.domain.mobility.MobileAgentOS
-
Set the
nameslot of this action. - setName(String) - Method in class jade.domain.mobility.MobileAgentSystem
-
Set the
nameslot of this action. - setName(String) - Method in class jade.domain.mobility.Parameter
-
Sets the name of this parameter.
- setName(String) - Method in class jade.gui.AgentTree.Node
- setName(String) - Method in class jade.PropertyType
- setName(String) - Method in class jade.tools.logging.ontology.LevelInfo
- setName(String) - Method in class jade.tools.logging.ontology.LoggerInfo
- setNewContainer(ContainerID) - Method in class jade.domain.persistence.ThawAgent
- setNewName(String) - Method in class jade.domain.mobility.CloneAction
-
Set the
new-nameslot of this action. - setNewPopupMenu(String, JPopupMenu) - Method in class jade.gui.AgentTree
- setNode(Node) - Method in class jade.core.NodeDescriptor
-
Change the described node (if any).
- setNode(Node) - Method in class jade.core.SliceProxy
- setNonProxyHosts(String) - Static method in class jade.security.ThreadGroupHttpAuthenticator
-
Set the list of host excluded from proxy.
- setNSamples(int) - Method in class jade.core.sam.AverageMeasure
- setO2AManager(Behaviour) - Method in class jade.core.Agent
-
Sets the behaviour responsible for managing objects passed to the agent by means of the Object-To-Agent (O2A) communication mechanism.
- setObjectName(String) - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
- setObjectName(String) - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- setObserved(AID) - Method in class jade.domain.introspection.StartNotify
-
Set the
observedslot of this action. - setObserved(AID) - Method in class jade.domain.introspection.StopNotify
-
Set the
observedslot of this action. - setOntology(Ontology) - Method in class jade.core.behaviours.ActionExecutor
- setOntology(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:ontologyslot. - setOrigin(int, int) - Method in class jade.tools.gui.ACLTextArea
-
A fast way of changing both the first line and horizontal offset.
- setOS(MobileAgentOS) - Method in class jade.domain.mobility.MobileAgentProfile
-
Set the
osslot of this action. - setOverwriteEnabled(boolean) - Method in class jade.tools.gui.ACLTextArea
-
Sets if overwrite mode should be enabled.
- setOwner(JADEPrincipal) - Method in class jade.domain.JADEAgentManagement.CreateAgent
-
Set the principal of the owner of the agent to be created.
- setOwnerCredentials(Credentials) - Method in class jade.core.NodeDescriptor
-
Set the credentials of the owner of this node
- setOwnerPrincipal(JADEPrincipal) - Method in class jade.core.NodeDescriptor
-
Set the principal of the owner of this node
- setOwnership(String) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Set the
ownershipslot of this object. - setOwnership(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Set the
ownershipslot of this object. - setOwnership(String) - Method in class jade.domain.introspection.AddedContainer
-
Set the
ownershipof this event. - setOwnership(String) - Method in class jade.domain.introspection.BornAgent
-
Set the
ownershipslot of this event. - setOwnership(String) - Method in class jade.gui.AgentTree.Node
- setParameter(String, String) - Method in class jade.core.Profile
-
Assign the given value to the given property name.
- setParameter(String, String) - Method in class jade.core.ProfileImpl
-
Assign the given value to the given property name.
- setParameterName(String) - Method in exception jade.domain.FIPAAgentManagement.MissingParameter
- setParameterName(String) - Method in exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- setParameterName(String) - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- setParameters(List) - Method in class jade.domain.mobility.LoadBehaviour
-
Set the list of parameters to be passed to the behaviour.
- setParameterValue(String) - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- setParent(CompositeBehaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper
-
Propagate the parent to the wrapped behaviour.
- setParentDF(AID) - Method in class jade.domain.DFGUIManagement.GetDescriptionUsed
- setParentDF(Object) - Method in class jade.domain.DFGUIManagement.DeregisterFrom
-
Deprecated.Use setDf() instead.
- setParentDF(Object) - Method in class jade.domain.DFGUIManagement.Federate
-
Deprecated.Use setDf() instead.
- setParentNode(Node) - Method in class jade.core.NodeDescriptor
- setPassword(byte[]) - Method in class jade.core.NodeDescriptor
-
Set the password of the owner of the described node
- setPassword(String) - Method in class jade.domain.JADEAgentManagement.DebugOff
-
Set the
passwordslot of this action. - setPassword(String) - Method in class jade.domain.JADEAgentManagement.DebugOn
-
Set the
passwordslot of this action. - setPassword(String) - Method in class jade.domain.JADEAgentManagement.KillAgent
-
Set the
passwordslot of this action. - setPassword(String) - Method in class jade.domain.JADEAgentManagement.KillContainer
-
Set the
passwordslot of this action. - setPassword(String) - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Set the
passwordslot of this action. - setPassword(String) - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Set the
passwordslot of this action. - setPayload(byte[]) - Method in class jade.imtp.leap.http.HTTPPacket
- setPayload(byte[], int, int) - Method in class jade.imtp.leap.http.HTTPPacket
- setPayload(String) - Method in class jade.domain.introspection.ACLMessage
-
Set the payload (i.e.
- setPayloadEncoding(String) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
payload-encodingslot of this object. - setPayloadLength(Long) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
payload-lengthslot of this object. - setPerformative(int) - Method in class jade.lang.acl.ACLMessage
-
set the performative of this ACL message object to the passed constant.
- setPlatform(APDescription) - Method in class jade.domain.introspection.PlatformDescription
-
Set the
platformslot of this event. - setPlatformName(String) - Method in class jade.core.PlatformManagerImpl
- setPort(String) - Method in class jade.core.ContainerID
- setPostTimeStamp(long) - Method in class jade.lang.acl.ACLMessage
- setPreferredPosition(int) - Method in class jade.core.Filter
-
Sets the preferred position for this filter in the filter chain
- setPrincipal(JADEPrincipal) - Method in class jade.core.AgentDescriptor
- setPrincipal(JADEPrincipal) - Method in interface jade.core.Command
- setPrincipal(JADEPrincipal) - Method in class jade.core.GenericCommand
- setPrincipal(JADEPrincipal) - Method in class jade.core.NodeDescriptor
-
Set the principal of the described node
- setPrintFullUnexpectedMessages(boolean) - Method in class jade.core.behaviours.OntologyServer
- setProperties(ExtendedProperties) - Method in class jade.Boot3
-
Set boot properties.
- setPropertyIfNot(String, String) - Method in class jade.util.ExtendedProperties
-
Set property value only if its not set already.
- setProposition(AbsPredicate) - Method in class jade.content.abs.AbsIRE
-
Sets the proposition of this IRE.
- setProto(String) - Method in class jade.domain.introspection.AddedMTP
-
Set the
protoslot of this event. - setProto(String) - Method in class jade.domain.introspection.RemovedMTP
-
Set the
protoslot of this event. - setProtocol(String) - Method in class jade.core.Channel
- setProtocol(String) - Method in class jade.core.ContainerID
-
Set the IMTP protocol used to reach the described container.
- setProtocol(String) - Method in class jade.core.PlatformID
- setProtocol(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:protocolslot. - setProxyCredential(String, String) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Set proxy authentication credential
- setProxyHost(String) - Static method in class jade.security.ThreadGroupHttpAuthenticator
-
Set the host of proxy
- setProxyPort(String) - Static method in class jade.security.ThreadGroupHttpAuthenticator
-
Set the port of proxy
- setQueueFeeder(AMSEventQueueFeeder) - Method in class jade.domain.ams
- setQueueSize(int) - Method in class jade.core.Agent
-
Set message queue size.
- setReadOnly() - Method in class jade.tools.gui.ACLPanel
-
Sets the ReadOnly attribute of the ACLPanel object
- setReadTimeout(int) - Method in class jade.imtp.leap.JICP.JICPConnection
- setReceived(ReceivedObject) - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Set the
receivedslot of this object. - setReceivedKey(Object) - Method in class jade.proto.states.MsgReceiver
-
This method allows modifying the key in the DS where to put the received message
- setReceiver(AID) - Method in class jade.domain.introspection.PostedMessage
-
Set the
receiverslot of this event. - setReceiver(AID) - Method in class jade.domain.introspection.ReceivedMessage
-
Set the
receiverslot of this event. - setReceiver(AID) - Method in class jade.domain.introspection.SentMessage
-
Set the unicast
receiverslot of this event. - setRecipientID(String) - Method in class jade.imtp.leap.JICP.JICPPacket
-
Set the recipientID of this packet and adjust the info field accordingly.
- setRelativeLeaseTime(long) - Method in class jade.domain.FIPAAgentManagement.DFAgentDescription
-
Set the lease time for the registration of this
DFAgentDescriptionas a relative time. - setReplyByDate(Date) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:reply-byslot. - setReplyKey(String) - Method in class jade.proto.states.ReplySender
- setReplyWith(String) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:reply-withslot. - setRepository(String) - Method in class jade.domain.persistence.DeleteAgent
- setRepository(String) - Method in class jade.domain.persistence.DeleteAgentGroup
- setRepository(String) - Method in class jade.domain.persistence.DeleteContainer
- setRepository(String) - Method in class jade.domain.persistence.FreezeAgent
- setRepository(String) - Method in class jade.domain.persistence.LoadAgent
- setRepository(String) - Method in class jade.domain.persistence.LoadAgentGroup
- setRepository(String) - Method in class jade.domain.persistence.LoadContainer
- setRepository(String) - Method in class jade.domain.persistence.ReloadAgent
- setRepository(String) - Method in class jade.domain.persistence.SaveAgent
- setRepository(String) - Method in class jade.domain.persistence.SaveAgentGroup
- setRepository(String) - Method in class jade.domain.persistence.SaveContainer
- setRepository(String) - Method in class jade.domain.persistence.ThawAgent
- setResult(TermSchema) - Method in class jade.content.schema.AgentActionSchema
-
Define that the result produced by the execution of an action described by this schema has a structure conforming to a given term schema.
- setResult(TermSchema, int, int) - Method in class jade.content.schema.AgentActionSchema
-
Define that the result produced by the execution of an action described by this schema is an aggregate of n (with n between cardMin and cardMax) elements each one having a structure conforming to a given term schema.
- setReturnValue(Object) - Method in interface jade.core.Command
-
Assign a return value to this command, so that the original command issuer can retrieve it.
- setReturnValue(Object) - Method in class jade.core.GenericCommand
- setRight(Object) - Method in class jade.content.onto.basic.Equals
- setRightClickPopup(JPopupMenu) - Method in class jade.tools.gui.ACLTextArea
-
Sets the right click popup menu.
- setSearchId(String) - Method in class jade.domain.FIPAAgentManagement.SearchConstraints
-
Set the
search-idslot of this object. - setSeconds(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of seconds.
- setSelectedText(String) - Method in class jade.tools.gui.ACLTextArea
-
Replaces the selection with the specified text.
- setSelectionColor(Color) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the selection color.
- setSelectionEnd(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the selection end.
- setSelectionStart(int) - Method in class jade.tools.gui.ACLTextArea
-
Sets the selection start.
- setSender(AID) - Method in class jade.content.OntoACLMessage
-
This method is redefined so that the sender AID is automatically wrapped into an OntoAID
- setSender(AID) - Method in class jade.core.messaging.GenericMessage
- setSender(AID) - Method in class jade.domain.introspection.PostedMessage
-
Set the
senderslot of this event. - setSender(AID) - Method in class jade.domain.introspection.ReceivedMessage
-
Set the
senderslot of this event. - setSender(AID) - Method in class jade.domain.introspection.SentMessage
-
Set the
senderslot of this event. - setSender(AID) - Method in class jade.lang.acl.ACLMessage
-
Writes the
:senderslot. - setSenderEnabled(boolean) - Method in class jade.gui.AclGui
-
Enables/disables the editability of the sender field of an AclGui panel (default is enabled)
- setServerCredential(String, String, String) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Set server authentication credential for a specific thread-group
- setServerCredential(ThreadGroup, String, String) - Method in class jade.security.ThreadGroupHttpAuthenticator
-
Set server authentication credential for a specific thread-group
- setService(Service) - Method in class jade.core.ServiceDescriptor
-
Change the described service (if any).
- setServiceManager(ServiceManager) - Method in class jade.core.BaseNode
- setSessionID(byte) - Method in class jade.imtp.leap.JICP.JICPPacket
-
Set the sessionID of this packet and adjust the info field accordingly.
- setSignature(String) - Method in class jade.domain.mobility.MobileAgentDescription
-
Set the
signatureslot of this action. - setSkipping(boolean) - Method in class jade.core.Filter
-
Sets the skipping state of this filter.
- setSlotValue(String, Object, Object) - Method in class jade.content.onto.Ontology
-
Set the value of slot
slotNameasslotValueto objectobj - setSlotValue(String, Object, Object, ObjectSchema) - Method in class jade.content.onto.BCReflectiveIntrospector
- setSlotValue(String, Object, Object, ObjectSchema) - Method in interface jade.content.onto.Introspector
- setSlotValue(String, Object, Object, ObjectSchema) - Method in class jade.content.onto.MicroIntrospector
- setSlotValue(String, Object, Object, ObjectSchema) - Method in class jade.content.onto.ReflectiveIntrospector
- setSniffer(AID) - Method in class jade.domain.JADEAgentManagement.SniffOff
-
Set the
snifferslot of this action. - setSniffer(AID) - Method in class jade.domain.JADEAgentManagement.SniffOn
-
Set the
snifferslot of this action. - setSource(Object) - Method in class jade.core.event.PlatformEvent
- setSpecifiers(String, List) - Method in class jade.core.Profile
-
Assign the given value to the given property name.
- setSpecifiers(String, List) - Method in class jade.core.ProfileImpl
-
Assign the given property value to the given property name
- setState(String) - Method in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
Set the
stateslot of this object. - setState(String) - Method in class jade.domain.introspection.BornAgent
-
Set the
stateslot of this event. - setState(String) - Method in class jade.gui.AgentTree.Node
- setState(String) - Method in class jade.tools.introspector.gui.BehaviourTreeNode
- setStyles(ACLSytntaxStyle[]) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Sets the syntax styles used to paint colorized text.
- setSubscriptionResponder(SubscriptionResponder) - Method in class jade.domain.KBManagement.KB
- setSystem(MobileAgentSystem) - Method in class jade.domain.mobility.MobileAgentProfile
-
Set the
systemslot of this action. - setTab(String, AID) - Method in class jade.tools.dfgui.DFGUI
-
This method permits to set the tabben pane to show.
- setTable(JTable) - Method in class jade.tools.introspector.gui.TablePopupMenu
- setTabSize(int) - Method in class jade.content.lang.sl.SimpleCharStream
- setTemplate(MessageTemplate) - Method in class jade.proto.states.MsgReceiver
-
This method allows modifying the template
- setTerm(AbsTerm) - Method in class jade.content.abs.AbsIRE
-
Sets the variable term of this IRE.
- setTerminatedInfo(boolean) - Method in class jade.imtp.leap.JICP.JICPPacket
-
Set the TERMINATED_INFO flag in the info field.
- setText(String) - Method in class jade.tools.gui.ACLTextArea
-
Sets the entire text of this text area.
- setTheDate(Date) - Method in class jade.tools.gui.ACLMessageNode
- setTime(String) - Method in class jade.tools.gui.ACLMessageNode
- setTimeout(long) - Method in class jade.core.behaviours.ActionExecutor
- setTimerDispatcher(TimerDispatcher) - Static method in class jade.core.TimerDispatcher
- setTimeStamp(long) - Method in class jade.core.messaging.GenericMessage
- setTo(AgentState) - Method in class jade.domain.introspection.ChangedAgentState
-
Set the
toslot of this event. - setTo(Channel) - Method in class jade.domain.introspection.RoutedMessage
- setTo(ContainerID) - Method in class jade.domain.introspection.MovedAgent
-
Set the
toslot of this event. - setTo(String) - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Set the
toslot of this event. - setTo(String) - Method in class jade.domain.introspection.ChangedBehaviourState
-
Set the
toslot of this event. - setTokenMarker(ACLSLTokenMarker) - Method in class jade.tools.gui.ACLSyntaxDocument
-
Sets the token marker that is to be used to split lines of this document up into tokens.
- setTokenMarker(ACLSLTokenMarker) - Method in class jade.tools.gui.ACLTextArea
-
Sets the document's token marker.
- setTraceID(String) - Method in class jade.core.messaging.GenericMessage
- setTracingInfo(String, Object) - Static method in class jade.core.messaging.DeliveryTracing
- setType(String) - Method in class jade.content.abs.AbsReference
-
Sets the type of the referenced object
- setType(String) - Method in class jade.content.abs.AbsVariable
-
Sets the value type of this variable.
- setType(String) - Method in class jade.domain.FIPAAgentManagement.APService
-
Set the
typeslot of this object. - setType(String) - Method in class jade.domain.FIPAAgentManagement.ServiceDescription
-
Set the
typeslot of this object. - setType(String) - Method in class jade.gui.AgentTree.AgentNode
- setType(String) - Method in class jade.gui.AgentTree.ContainerNode
- setType(String) - Method in class jade.gui.AgentTree.LocalPlatformFolderNode
- setType(String) - Method in class jade.gui.AgentTree.Node
- setType(String) - Method in class jade.gui.AgentTree.RemoteAgentNode
- setType(String) - Method in class jade.gui.AgentTree.RemotePlatformNode
- setType(String) - Method in class jade.gui.AgentTree.RemotePlatformsFolderNode
- setType(String) - Method in class jade.gui.AgentTree.SuperContainer
- setType(String) - Method in class jade.tools.logging.ontology.GetAllLoggers
- setTypeDesignator(char) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of typeDesignator.
- setUI2Metal() - Method in class jade.tools.sniffer.MainWindow
-
enables Metal L&F
- setUI2Motif() - Method in class jade.tools.sniffer.MainWindow
-
enables Motif L&F
- setUI2Multi() - Method in class jade.tools.sniffer.MainWindow
-
enables Multi L&F
- setUI2Windows() - Method in class jade.tools.sniffer.MainWindow
-
enables Windows L&F
- setUnreachable(String) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Mark a previously stored node as unreachable
- setup() - Method in class jade.core.Agent
-
This protected method is an empty placeholder for application specific startup code.
- setup() - Method in class jade.core.ScalabilityTest.BitrateReceiverAgent
- setup() - Method in class jade.core.ScalabilityTest.BitrateSenderAgent
- setup() - Method in class jade.core.ScalabilityTest.RTTReceiverAgent
- setup() - Method in class jade.core.ScalabilityTest.RTTSenderAgent
- setup() - Method in class jade.domain.ams
-
AMS initialization
- setup() - Method in class jade.domain.df
-
This method starts all behaviours needed by DF agent to perform its role within JADE agent platform.
- setup() - Method in class jade.domain.DFDBKB
-
Initializes all used SQL statements, the DB tables and the logging
- setup() - Method in class jade.domain.KBManagement.DBKB
-
This method is called by the KB Factory and is a placeholder for implementation specific KB initializations.
- setup() - Method in class jade.tools.DummyAgent.DummyAgent
- setup() - Method in class jade.tools.logging.LogHelperAgent
- setup() - Method in class jade.tools.logging.LogManagerAgent
- setup() - Method in class jade.tools.SocketProxyAgent.SocketProxyAgent
-
agent setup
- setup() - Method in class jade.tools.testagent.TestAgent
-
Description of the Method
- setup() - Method in class jade.tools.ToolAgent
- setup() - Method in class jade.wrapper.gateway.GatewayAgent
- setup() - Method in class test.TestAgent
- setUserAction(String) - Method in class jade.tools.gui.ACLAIDDialog
-
Sets the UserAction attribute of the ACLAIDDialog object
- setUsername(String) - Method in class jade.core.NodeDescriptor
-
Set the username of the owner of the described node
- setValidationMode(boolean) - Method in class jade.content.ContentManager
-
Set the validation mode i.e.
- setValue(double) - Method in class jade.core.sam.AverageMeasure
- setValue(int) - Method in class jade.core.AgentState
-
Set the numeric value of this state, in agreement with the
AP_XXXconstants defined in theAgentclass. - setValue(int) - Method in class jade.tools.logging.ontology.LevelInfo
- setValue(Object) - Method in class jade.content.onto.basic.Result
- setValue(Object) - Method in class jade.domain.FIPAAgentManagement.Property
-
Set the value for this property object, attached to the property name.
- setValue(Object) - Method in class jade.domain.mobility.Parameter
-
Sets the value of this parameter.
- setValue(String) - Method in exception jade.domain.FIPAAgentManagement.UnrecognisedValue
- setValue(String) - Method in exception jade.domain.FIPAAgentManagement.UnsupportedValue
- setValues(List) - Method in class jade.domain.FIPAAgentManagement.MultiValueProperty
- setVariable(AbsVariable) - Method in class jade.content.abs.AbsIRE
-
Sets the variable of this IRE.
- setVariables(AbsAggregate) - Method in class jade.content.abs.AbsIRE
-
Sets the sequence of variables of this IRE.
- setVariance(double) - Method in class jade.core.sam.AverageMeasure
- setVia(String) - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Set the
viaslot of this object. - setVisible(boolean) - Method in interface jade.domain.DFGUIInterface
- setVisible(boolean) - Method in class jade.tools.dfgui.DFGUI
-
Shows DF GUI properly
- setWhat(Event) - Method in class jade.domain.introspection.EventRecord
-
Set the
whatslot of this event. - setWhat(EventRecord) - Method in class jade.domain.introspection.Occurred
-
Set the
whatslot of this event. - setWhen(Date) - Method in class jade.domain.introspection.EventRecord
-
Set the
whenslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.AddedMTP
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.BornAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.ChangedAgentOwnership
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.DeadAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.FrozenAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.RemovedMTP
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.ResumedAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.SuspendedAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.introspection.ThawedAgent
-
Set the
whereslot of this event. - setWhere(ContainerID) - Method in class jade.domain.persistence.DeleteAgent
- setWhere(ContainerID) - Method in class jade.domain.persistence.DeleteContainer
- setWhere(ContainerID) - Method in class jade.domain.persistence.LoadAgent
- setWhere(Location) - Method in class jade.domain.introspection.EventRecord
-
Set the
whereslot of this event. - setWhite(String) - Method in class jade.util.AccessControlList
- setYear(short) - Method in class jade.mtp.http.BasicFipaDateTime
-
Set the value of year.
- setZip(byte[]) - Method in class jade.domain.mobility.LoadBehaviour
-
Sets the code of the behaviour to load as the content of a zip file.
- SEVERE - Static variable in class jade.util.Logger
-
SEVERE is a message level indicating a serious failure.
- SF_TIMEOUT - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying that this message must be stored for a given timeout (in ms) in case it is sent to/from a temporarily disconnected split container.
- shallowClone() - Method in class jade.lang.acl.ACLMessage
-
Normal clone() method actually perform a deep-clone of the ACLMessage object.
- SHARED_RESOURCES - Static variable in interface jade.core.resource.ResourceManagementHelper
- SHARED_RESOURCES_FOLDER_KEY - Static variable in interface jade.core.resource.ResourceManagementHelper
-
System property key to define the folder root of shared resources
- shortToString() - Method in class jade.lang.acl.ACLMessage
- show(ACLMessage, Agent) - Static method in class jade.tools.gui.ACLFrame
-
show the ACLMessage, disabled
- show(DefaultTreeModel) - Static method in class jade.tools.gui.ACLStatisticsFrame
-
Description of the Method
- ShowAIDGui(AID, boolean, boolean) - Method in class jade.gui.AIDGui
-
This method shows an AID with a GUI.
- showAPDescriptionInDialog(APDescription, Frame, String) - Static method in class jade.gui.APDescriptionPanel
-
To show an APDescription in a JDialog
- showCentered() - Method in class jade.tools.rma.ManageMTPsDialog
- showCorrect() - Method in class jade.tools.introspector.gui.MyDialog
- showCorrect() - Method in class jade.tools.logging.gui.LogManagerGUI
- ShowCorrect() - Method in class jade.tools.sniffer.MainWindow
- ShowDFDGui(DFAgentDescription, boolean, boolean) - Method in class jade.gui.DFAgentDscDlg
-
This method show a a giu for a
DFAgentDescription. - showEditTimeDlg(JFrame) - Method in class jade.gui.TimeChooser
-
Allow the user to manipulate a time instant through this dialog.
- showEditTimeDlg(JFrame) - Method in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Method
- showError(String) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- showError(String) - Method in class jade.tools.sniffer.MainWindow
-
Displays a dialog box with the error string.
- showGui() - Method in class jade.domain.df
-
This method make visible the GUI of the DF.
- ShowGui - Class in jade.domain.JADEAgentManagement
-
This class represents the
show-guiaction of theJADE-agent-management ontology. - ShowGui() - Constructor for class jade.domain.JADEAgentManagement.ShowGui
-
Default constructor.
- SHOWGUI - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- showMsgInDialog(ACLMessage, Frame) - Static method in class jade.gui.AclGui
-
Pops up a dialog window including an editing-disabled AclGui panel and displays the specified ACL message in it.
- ShowOnlyAction - Class in jade.tools.sniffer
-
For don'tsniff the Agent in the tree, and if necessary redrawing the box of agent with yellow color.
- ShowOnlyAction(ActionProcessor, MainPanel, Sniffer) - Constructor for class jade.tools.sniffer.ShowOnlyAction
- showStartNewDialog(String, Frame) - Static method in class jade.tools.rma.StartDialog
- showStastistics() - Method in class jade.tools.gui.ACLTracePanel
- showStatusMsg(String) - Method in interface jade.domain.DFGUIInterface
- showStatusMsg(String) - Method in class jade.tools.dfgui.DFGUI
-
Use this method to show a message on the DF GUI.
- showViewTimeDlg(JFrame) - Method in class jade.gui.TimeChooser
-
Allow the user to view a time instant through a read-only version of this dialog.
- showViewTimeDlg(JFrame) - Method in class jade.tools.gui.ACLTimeChooserDialog
-
Description of the Method
- shutdown() - Method in class jade.core.BaseService
- shutdown() - Method in interface jade.core.BEConnectionManager
-
Shut down the permanent connection to the remote FrontEnd
- shutdown() - Method in class jade.core.faultRecovery.FaultRecoveryService
- shutdown() - Method in interface jade.core.FEConnectionManager
-
Shut down the permanent connection to the remote BackEnd
- shutdown() - Method in class jade.core.messaging.MessagingService
- shutdown() - Method in class jade.core.messaging.MomMessagingService
- shutdown() - Method in class jade.core.nodeMonitoring.UDPNodeMonitoringService
- shutdown() - Method in class jade.core.replication.MainReplicationService
- shutdown() - Method in class jade.core.resource.ResourceManagementService
- shutdown() - Method in interface jade.core.sam.SAMInfoHandler
- shutdown() - Method in class jade.core.sam.SAMService
- shutdown() - Method in interface jade.core.Service
-
Performs the shutdown step of a kernel-level service.
- shutdown() - Method in class jade.imtp.leap.http.HTTPBEDispatcher
-
Clean up this HTTPBEDispatcher.
- shutdown() - Method in class jade.imtp.leap.http.HTTPFEDispatcher
-
Make this HTTPFEDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.JICP.BIBEDispatcher
-
Make this BackEndDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.JICP.BIFEDispatcher
-
Make this BIFEDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
-
Make this FrontEndDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.JICP.JICPServer
-
Shut down this JICP server
- shutdown() - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
Make this BackEndDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.nio.BEManagementService
-
This is called by the JADE Runtime when this service is deinstalled.
- shutdown() - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
Make this NIOBEDispatcher terminate.
- shutdown() - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
-
Termination initiated by the BackEndContainer (i.e.
- shutdown() - Method in class jade.wrapper.gateway.DynamicJadeGateway
-
Kill the JADE Container in case it is running.
- shutdown() - Static method in class jade.wrapper.gateway.JadeGateway
-
Kill the JADE Container in case it is running.
- shutdown() - Method in class jade.wrapper.gateway.LocalJadeGateway
- shutdown() - Method in class jade.wrapper.gateway.SplitJadeGateway
- shutDown() - Method in interface jade.core.AgentContainer
- shutDown() - Method in class jade.core.BackEndContainer
- shutDown() - Method in interface jade.core.IMTPManager
-
Release all resources of this IMTPManager
- shutDown() - Method in class jade.core.Runtime
-
Stops the JADE container running in the Single-container modality.
- shutDown() - Method in class jade.imtp.leap.LEAPIMTPManager
-
Release all resources of this LEAPIMTPManager
- shutDown() - Method in class jade.imtp.leap.sms.PhoneBasedSMSManager
-
Shut down this JICP server
- shutDown() - Method in class jade.imtp.rmi.RMIIMTPManager
- SHUTDOWN_PLATFORM - Static variable in interface jade.core.management.AgentManagementSlice
-
This command name represents the
shutdown-platformaction. - shutdownMom() - Method in class jade.core.messaging.MomMessagingService
- shutdownPlatform(JADEPrincipal, Credentials) - Method in interface jade.core.AgentManager
- shutdownPlatform(JADEPrincipal, Credentials) - Method in class jade.core.MainContainerImpl
-
Shut down the whole platform
- shutDownPlatform() - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- ShutdownPlatform - Class in jade.domain.JADEAgentManagement
-
This class represents the
shutdown-platformaction of theJADE-agent-management ontology. - ShutdownPlatform() - Constructor for class jade.domain.JADEAgentManagement.ShutdownPlatform
-
Default constructor.
- SHUTDOWNPLATFORM - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- ShutdownPlatformRequested - Class in jade.domain.introspection
-
This class represents the
shutdown-platform-requestedconcept in thejade-introspectionontology. - ShutdownPlatformRequested() - Constructor for class jade.domain.introspection.ShutdownPlatformRequested
-
Default constructor.
- SHUTDOWNPLATFORMREQUESTED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SimpleAchieveREInitiator - Class in jade.proto
-
This is simple implementation of the AchieveREInitiator.
- SimpleAchieveREInitiator(Agent, ACLMessage) - Constructor for class jade.proto.SimpleAchieveREInitiator
-
Construct for the class by creating a new empty DataStore
- SimpleAchieveREInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.SimpleAchieveREInitiator
-
Constructs a
SimpleAchieveREInitiatorbehaviour - SimpleAchieveREResponder - Class in jade.proto
-
This 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.
- SimpleAchieveREResponder(Agent, MessageTemplate) - Constructor for class jade.proto.SimpleAchieveREResponder
-
Constructor of the behaviour that creates a new empty DataStore
- SimpleAchieveREResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.SimpleAchieveREResponder
-
Constructor.
- SimpleBehaviour - Class in jade.core.behaviours
-
An atomic behaviour.
- SimpleBehaviour() - Constructor for class jade.core.behaviours.SimpleBehaviour
-
Default constructor.
- SimpleBehaviour(Agent) - Constructor for class jade.core.behaviours.SimpleBehaviour
-
This constructor sets the owner agent for this behaviour.
- SimpleCharStream - Class in jade.content.lang.sl
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream - Class in jade.lang.acl
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(InputStream) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleCharStream(InputStream, String) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class jade.content.lang.sl.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class jade.lang.acl.SimpleCharStream
- SimpleSLCodec - Class in jade.content.lang.sl
-
MIDP implementation of the SLCodec.
- SimpleSLCodec() - Constructor for class jade.content.lang.sl.SimpleSLCodec
- SimpleSLTokenizer - Class in jade.content.lang.sl
-
Simple utility class for hand-made SL parsing
- SimpleSLTokenizer(String) - Constructor for class jade.content.lang.sl.SimpleSLTokenizer
-
Construct a SimpleSLTokenizer that will act on the given String
- Sink - Interface in jade.core
-
The
Sinkinterface has to be implemented by all the components that process JADE kernel-level commands in an exclusive and terminal way. - size() - Method in class jade.content.abs.AbsAggregate
-
Retrieves the number of elements in this aggregate.
- size() - Method in class jade.content.abs.AbsContentElementList
-
Retrieves the number of elements in this content element list.
- size() - Method in class jade.content.ContentElementList
-
Retrieves the number of elements in this content element list.
- size() - Method in class jade.core.behaviours.ThreadedBehaviourFactory
- size() - Method in class jade.core.ExtendedMessageQueue
- size() - Method in interface jade.core.MessageQueue
- size() - Static method in class jade.core.MicroRuntime
- size() - Method in class jade.tools.sniffer.AgentList
- size() - Method in class jade.tools.sniffer.MessageList
- size() - Method in class jade.util.HashCache
- size() - Method in class jade.util.leap.ArrayList
- size() - Method in interface jade.util.leap.Collection
-
Returns the number of elements in this collection.
- size() - Method in class jade.util.leap.HashMap
- size() - Method in class jade.util.leap.HashSet
- size() - Method in class jade.util.leap.LinkedList
- size() - Method in interface jade.util.leap.Map
-
Returns the number of mappings in this map.
- size() - Method in class jade.util.leap.RoundList
-
Returns the number of elements in this list.
- size() - Method in class jade.util.leap.SortedSetImpl
- skip() - Method in annotation type jade.core.Restore
- skipNext() - Method in class jade.core.behaviours.SequentialBehaviour
- skipNextResponses() - Method in class jade.proto.ContractNetInitiator
-
This method can be called (typically within the handlePropose() method) to skip all responses that have not been received yet.
- SL_ONTOLOGY - Static variable in interface jade.domain.FIPANames.Ontology
-
constant for FIPA SL Ontology
- SL0_ONTOLOGY - Static variable in interface jade.domain.FIPANames.Ontology
-
constant for FIPA SL-0 Ontology
- SL0Vocabulary - Interface in jade.content.lang.sl
-
The vocabulary of the simbols used in the FIPA SL0 language
- SL1_ONTOLOGY - Static variable in interface jade.domain.FIPANames.Ontology
-
constant for FIPA SL-1 Ontology
- SL1Vocabulary - Interface in jade.content.lang.sl
-
The vocabulary of the simbols used in the FIPA SL1 language
- SL2_ONTOLOGY - Static variable in interface jade.domain.FIPANames.Ontology
-
constant for FIPA SL-2 Ontology
- SL2Vocabulary - Interface in jade.content.lang.sl
-
The vocabulary of the simbols used in the FIPA SL2 language
- SLCodec - Class in jade.content.lang.sl
-
The codec class for the FIPA-SLn languages.
- SLCodec() - Constructor for class jade.content.lang.sl.SLCodec
-
Construct a Codec object for the full SL-language (FIPA-SL).
- SLCodec(boolean) - Constructor for class jade.content.lang.sl.SLCodec
-
Create an SLCodec for the full SL-language (FIPA-SL) specifying whether or not java primitive types (long, int, float, double) must be preserved.
- SLCodec(int) - Constructor for class jade.content.lang.sl.SLCodec
-
Construct a Codec object for the given profile of SL-language.
- SLCodec(int, boolean) - Constructor for class jade.content.lang.sl.SLCodec
-
Create an SLCodec for the given profile of SL-language specifying whether or not java primitive types (long, int, float, double) must be preserved.
- sleep(long) - Method in class jade.core.TimerDispatcher
- SLFormatter - Class in jade.tools.sl
-
Holder for static methods to format messages.
- SLFormatter() - Constructor for class jade.tools.sl.SLFormatter
-
Default constructor.
- SLFrameCodec - Class in jade.content.frame
- SLFrameCodec() - Constructor for class jade.content.frame.SLFrameCodec
- SliceProxy - Class in jade.core
-
An implementation of the
Service.Sliceinterface, supporting routed dispatching of horizontal commands. - SliceProxy() - Constructor for class jade.core.Service.SliceProxy
-
Deprecated.
- SliceProxy() - Constructor for class jade.core.SliceProxy
- SliceProxy(Service, Node) - Constructor for class jade.core.Service.SliceProxy
-
Deprecated.
- SliceProxy(Service, Node) - Constructor for class jade.core.SliceProxy
- SLOntology - Class in jade.content.lang.sl
-
Ontology containing schemas for the full SL language operators.
- SLOntology() - Constructor for class jade.content.lang.sl.SLOntology
-
Constructor
- Slot - Annotation Type in jade.content.onto.annotations
-
Allows to specify in the ontological schema the
mandatoryandnameattributes of the slot.
The annotation is to be applied to the getter method. - SLOW_EVENT - Static variable in class jade.tools.introspector.Introspector
- SLParserConstants - Interface in jade.content.lang.sl
-
Token literal values and constants.
- SLParserTokenManager - Class in jade.content.lang.sl
-
Token Manager.
- SLParserTokenManager(SimpleCharStream) - Constructor for class jade.content.lang.sl.SLParserTokenManager
-
Constructor.
- SLParserTokenManager(SimpleCharStream, int) - Constructor for class jade.content.lang.sl.SLParserTokenManager
-
Constructor.
- SLVocabulary - Interface in jade.content.lang.sl
-
The vocabulary of the simbols used in the FIPA SL language
- SMHOST_KEY - Static variable in class jade.BootProfileImpl
- SMPORT_KEY - Static variable in class jade.BootProfileImpl
- SMSBEDispatcher - Class in jade.imtp.leap.sms
-
BackEnd side dispatcher class that extends
NIOBEDispatcherand uses SMS to perform OUT-of-bound notifications to the FrontEnd when the connection (currently dropped) must be re-established. - SMSBEDispatcher() - Constructor for class jade.imtp.leap.sms.SMSBEDispatcher
- SMSManager - Class in jade.imtp.leap.sms
- SMSManager() - Constructor for class jade.imtp.leap.sms.SMSManager
- SMSManagerGui - Class in jade.imtp.leap.sms
- SMSManagerGui() - Constructor for class jade.imtp.leap.sms.SMSManagerGui
- SNAPSHOT_ON_FAILURE - Static variable in class jade.core.replication.MainReplicationService
- SNIFF_OFF - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of deactivating a previously started instance of the Sniffer agent.
- SNIFF_OFF - Static variable in class jade.tools.sniffer.Sniffer
- SNIFF_ON - Static variable in interface jade.core.event.NotificationSlice
-
This command name represents the action of activating an instance of the Sniffer agent.
- SNIFF_ON - Static variable in class jade.tools.sniffer.Sniffer
- Sniffer - Class in jade.tools.sniffer
-
This is the Sniffer agent.
- Sniffer() - Constructor for class jade.tools.sniffer.Sniffer
- SnifferAction - Class in jade.tools.sniffer
-
SnifferAction is the superclass of the actions performed by Sniffer GUI controls.
- SnifferAction(String, String, ActionProcessor) - Constructor for class jade.tools.sniffer.SnifferAction
- sniffMsg(List, boolean) - Method in class jade.tools.sniffer.Sniffer
-
This method adds an AMSClientBehaviour that performs a request to the AMS for sniffing/unsniffing list of agents.
- sniffOff(AID, AID) - Method in class jade.core.event.NotificationProxy
- sniffOff(AID, AID) - Method in interface jade.core.event.NotificationSlice
- sniffOff(AID, List) - Method in interface jade.core.AgentManager
- sniffOff(AID, List) - Method in class jade.core.MainContainerImpl
-
Deactivate sniffing on a given agent
- SniffOff - Class in jade.domain.JADEAgentManagement
-
This class represents the
sniff-offaction, requesting a sniffer to stop observing a set of agents in the platform. - SniffOff() - Constructor for class jade.domain.JADEAgentManagement.SniffOff
-
Default constructor.
- SNIFFOFF - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFOFF_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFOFF_SNIFFED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFOFF_SNIFFER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- sniffOn(AID, AID) - Method in class jade.core.event.NotificationProxy
- sniffOn(AID, AID) - Method in interface jade.core.event.NotificationSlice
- sniffOn(AID, List) - Method in interface jade.core.AgentManager
- sniffOn(AID, List) - Method in class jade.core.MainContainerImpl
-
Activate sniffing on a given agent
- SniffOn - Class in jade.domain.JADEAgentManagement
-
This class represents the
sniff-offaction, requesting a sniffer to start observing a set of agents in the platform. - SniffOn() - Constructor for class jade.domain.JADEAgentManagement.SniffOn
-
Default constructor.
- SNIFFON - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFON_PASSWORD - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFON_SNIFFED_AGENTS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SNIFFON_SNIFFER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- SOCKET_PROTOCOL - Static variable in class jade.core.MicroRuntime
- socketCnt - Static variable in class jade.imtp.leap.JICP.Connection
- SocketProxyAgent - Class in jade.tools.SocketProxyAgent
-
Agent to bridge ACL messages between JADE and the outside using a socket.
- SocketProxyAgent() - Constructor for class jade.tools.SocketProxyAgent.SocketProxyAgent
- SOME_DISCONFIRM - Static variable in interface jade.proto.TwoPhConstants
- sortedKeys() - Method in class jade.util.ExtendedProperties
-
Return a sorted enumeration of this properties keys.
- SortedSet - Interface in jade.util.leap
-
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.
- SortedSetImpl - Class in jade.util.leap
-
The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.
- SortedSetImpl() - Constructor for class jade.util.leap.SortedSetImpl
-
Default Constructor, creates an empty Set, according to the elements' natural order.
- source - Variable in class jade.gui.GuiEvent
- specialConstructor - Variable in exception jade.content.lang.sl.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialConstructor - Variable in exception jade.lang.acl.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialToken - Variable in class jade.content.lang.sl.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class jade.lang.acl.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- Specifier - Class in jade.core
-
This class represent a specifier and collects a name, a className, and an array of arguments.
- Specifier() - Constructor for class jade.core.Specifier
- SPECIFIER_SEPARATOR - Static variable in class jade.core.Specifier
- SPLIT_CONTAINER - Static variable in class jade.wrapper.gateway.JadeGateway
- SplitJadeGateway - Class in jade.wrapper.gateway
- SplitJadeGateway() - Constructor for class jade.wrapper.gateway.SplitJadeGateway
- sr - Variable in class jade.domain.KBManagement.KB
- sr - Variable in class jade.domain.KBManagement.MemKB
- SSContractNetResponder - Class in jade.proto
-
Single Session version of the Responder role in the Fipa-Contract-Net protocol.
- SSContractNetResponder(Agent, ACLMessage) - Constructor for class jade.proto.SSContractNetResponder
-
Construct a SSContractNetResponder that is activated by the reception of a given initiation CFP message.
- SSContractNetResponder(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.SSContractNetResponder
-
Construct a SSContractNetResponder that is activated by the reception of a given initiation CFP message and uses a given DataStore.
- SSIteratedAchieveREResponder - Class in jade.proto
-
Single Session version of the Responder role in the Iterated-Fipa-Request protocol.
- SSIteratedAchieveREResponder(Agent, ACLMessage) - Constructor for class jade.proto.SSIteratedAchieveREResponder
-
Construct a SSIteratedAchieveREResponder that is activated by the reception of a given initiation REQUEST message.
- SSIteratedAchieveREResponder(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.SSIteratedAchieveREResponder
-
Construct a SSIteratedAchieveREResponder that is activated by the reception of a given initiation REQUEST message and uses a given DataStore.
- SSIteratedContractNetResponder - Class in jade.proto
- SSIteratedContractNetResponder(Agent, ACLMessage) - Constructor for class jade.proto.SSIteratedContractNetResponder
- SSIteratedContractNetResponder(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.SSIteratedContractNetResponder
-
Construct a SSIteratedContractNetResponder that is activated by the reception of a given initiation CFP message and uses a given DataStore.
- SSL_PROTOCOL - Static variable in class jade.core.MicroRuntime
- SSLEngineHelper - Class in jade.imtp.leap.nio
-
helper class that holds the ByteBuffers, SSLEngine and other Objects that deal with the non static part of the ssl/nio handshaking/input/output.
- SSLEngineHelper(String, int, NIOJICPConnection) - Constructor for class jade.imtp.leap.nio.SSLEngineHelper
-
Creates and initializes ByteBuffers and SSLEngine necessary for ssl/nio.
- SSLHelper - Class in jade.imtp.leap
-
Helper class to deal with SSL related setup
- SSResponderDispatcher - Class in jade.proto
-
This behaviour is designed to be used together with the Single-Session responder protocol classes.
- SSResponderDispatcher(Agent, MessageTemplate) - Constructor for class jade.proto.SSResponderDispatcher
- StaleProxyException - Exception in jade.wrapper
-
This exception class is thrown when an attempt to use a stale (i.e.
- StaleProxyException() - Constructor for exception jade.wrapper.StaleProxyException
-
Creates a new exception object, with a default detail message.
- StaleProxyException(String) - Constructor for exception jade.wrapper.StaleProxyException
-
Creates a new exception object, with a given detail message.
- StaleProxyException(Throwable) - Constructor for exception jade.wrapper.StaleProxyException
-
Creates a new exception object, extracting message from another throwable.
- start() - Method in class jade.wrapper.AgentContainer
- start() - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from INITIATED to ACTIVE.
- start() - Method in interface jade.wrapper.PlatformController
-
Start the platform after its been initialized.
- start(Node, NodeEventListener) - Method in class jade.core.NodeFailureMonitor
-
Start the monitoring
- start(Node, NodeEventListener) - Method in class jade.core.nodeMonitoring.BlockingNodeFailureMonitor
- START - Static variable in interface jade.lang.acl.ACLParserConstants
- startAgent(String, String, Object[]) - Static method in class jade.core.MicroRuntime
-
Start a new agent.
- startAgent(String, String, String[]) - Static method in class jade.core.MicroRuntime
-
Start a new agent.
- startBackEndContainer(Properties) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
- startBackEndContainer(Properties) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- startBackEndContainer(Properties) - Method in class jade.imtp.leap.nio.BackEndDispatcher
- startBackEndContainer(Properties) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
- StartDialog - Class in jade.tools.rma
- StartDialog() - Constructor for class jade.tools.rma.StartDialog
- startDocument() - Method in class jade.mtp.http.XMLCodec
-
This method is called when start the document XML
- STARTED_PLATFORM - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
started-platformevent. - startedPlatform(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when the platform is started.
- startElement(String, String, String, Attributes) - Method in class jade.mtp.http.XMLCodec
-
This method is called when jmp event of begin element.
- startJADE(Properties, Runnable) - Static method in class jade.core.MicroRuntime
-
Start up the JADE runtime.
- startModifying() - Method in class jade.util.SynchList
-
This method grants writing privileges to the calling thread and grants access to the protected list.
- startNode() - Method in class jade.core.BackEndContainer
- StartNotify - Class in jade.domain.introspection
-
This class represents the
start-notifyaction, requesting to start a continuous notification of some events via ACL messages. - StartNotify() - Constructor for class jade.domain.introspection.StartNotify
-
Default constructor.
- STARTNOTIFY - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- STARTNOTIFY_EVENTS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- STARTNOTIFY_OBSERVED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- startScanning() - Method in class jade.util.SynchList
-
This method grants reading privileges to the calling thread and grants access to the protected list.
- startUp(Profile) - Method in class jade.core.Runtime
-
Starts a JADE container in the Single-container modality.
- state - Variable in class jade.gui.AgentTree.Node
- State - Interface in jade.wrapper
-
Defines the interface to all concrete implementations of state representation.
- STATE_BLOCKED - Static variable in class jade.core.behaviours.Behaviour
-
A constant identifying the blocked state.
- STATE_READY - Static variable in class jade.core.behaviours.Behaviour
-
A constant identifying the runnable state.
- STATE_RUNNING - Static variable in class jade.core.behaviours.Behaviour
-
A constant identifying the running state.
- StateBase - Class in jade.wrapper
-
Provides an abstract base class for implementations of state.
- StatePanel - Class in jade.tools.introspector.gui
-
This is a panel, with a top part containing state buttons and a bottom part containing some action buttons.
- StatePanel(MainBarListener) - Constructor for class jade.tools.introspector.gui.StatePanel
- StateResetter - Class in jade.proto.states
-
This behaviour is used as a state of a FSMbehavior in order to reset some of the FSM's states or the whole FSM
- StateResetter() - Constructor for class jade.proto.states.StateResetter
-
Constructor.
- StateResetter(String[]) - Constructor for class jade.proto.states.StateResetter
-
Constructor.
- StateUpdater - Class in jade.tools.introspector.gui
-
Handles a ChangedAgentState event and updates the correct button in the interface.
- StateUpdater(StatePanel, ChangedAgentState) - Constructor for class jade.tools.introspector.gui.StateUpdater
- staticFlag - Static variable in class jade.content.lang.sl.SimpleCharStream
- staticFlag - Static variable in class jade.lang.acl.SimpleCharStream
- step - Static variable in class jade.tools.sniffer.Message
- STEP_EVENT - Static variable in class jade.tools.introspector.Introspector
- stop() - Method in class jade.core.behaviours.LoaderBehaviour
-
Make this behaviour terminate.
- stop() - Method in class jade.core.behaviours.TickerBehaviour
-
Make this
TickerBehaviourterminate. - stop() - Method in class jade.core.behaviours.WakerBehaviour
-
Make this WakerBehaviour terminate without calling the onWake() method.
- stop() - Method in class jade.core.NodeFailureMonitor
-
Stop the monitoring
- stop() - Method in class jade.core.nodeMonitoring.BlockingNodeFailureMonitor
- stopJADE() - Static method in class jade.core.MicroRuntime
-
Shut down the JADE runtime.
- stopModifying() - Method in class jade.util.SynchList
-
This method must be called when a writer thread has finished modifying the list, so that the associated readers-writer lock can be relinquished.
- StopNotify - Class in jade.domain.introspection
-
This class represents the
stop-notifyaction, requesting to end a continuous notification of some events via ACL messages. - StopNotify() - Constructor for class jade.domain.introspection.StopNotify
-
Default constructor.
- STOPNOTIFY - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- STOPNOTIFY_EVENTS - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- STOPNOTIFY_OBSERVED - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- stopScanning() - Method in class jade.util.SynchList
-
This method must be called when a reader thread has finished accessing the list, so that the associated readers-writer lock can be relinquished.
- store(GenericMessage, AID) - Method in interface jade.core.messaging.MessageStorage
- store(OutputStream, String) - Method in class jade.util.ExtendedProperties
-
Writes this property collection to the output stream in a format suitable for loading into a Properties table using the load method.
- store(String) - Method in class jade.util.leap.Properties
-
Store the set of key-value pairs held by this Properties object into a given storage element.
- storeMessage(String, GenericMessage, AID) - Method in class jade.core.messaging.PersistentDeliveryProxy
- storeMessage(String, GenericMessage, AID) - Method in interface jade.core.messaging.PersistentDeliverySlice
- storeNode(String, boolean, byte[]) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Store a (possibly child) node
- storePlatformInfo(String, String) - Method in interface jade.core.faultRecovery.PersistentStorage
-
Store the Main Container local address
- STRING - Static variable in class jade.content.onto.BasicOntology
- STRING - Static variable in interface jade.domain.FIPANames.ACLCodec
-
Syntactic representation of ACL in string form
- STRING_LITERAL - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- STRING_LITERAL - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- STRING_LITERAL2 - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- STRING_LITERAL2 - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- STRING_TYPE - Static variable in class jade.PropertyType
- Stringa() - Method in class jade.lang.acl.ACLParser
- StringACLCodec - Class in jade.lang.acl
-
This class implements the FIPA String codec for ACLMessages.
- StringACLCodec() - Constructor for class jade.lang.acl.StringACLCodec
-
constructor for the codec.
- StringACLCodec(Reader, Writer) - Constructor for class jade.lang.acl.StringACLCodec
-
constructor for the codec.
- StringCodec - Class in jade.content.lang
-
Base class for content language codecs that transform AbsContentElements to/from sequences of strings
- StringCodec(String) - Constructor for class jade.content.lang.StringCodec
-
Construct a StringCodec object with the given name
- StringDlg - Class in jade.gui
-
This class implements the gui to manipulate a string.
- StringDlg(Component, String) - Constructor for class jade.gui.StringDlg
-
Create a dialog with the given parent and initial string value.
- stringifySlice(Service.Slice) - Static method in class jade.core.BaseService
- stringifyTransitionTable() - Method in class jade.core.behaviours.FSMBehaviour
- StringLiteral() - Method in class jade.lang.acl.ACLParser
- STRINGLITERAL - Static variable in interface jade.lang.acl.ACLParserConstants
- stringsHelper - Class in FIPA
- stringsHolder - Class in FIPA
- stringsHolder() - Constructor for class FIPA.stringsHolder
- stringsHolder(String[]) - Constructor for class FIPA.stringsHolder
- stringToAddr(String) - Method in interface jade.core.IMTPManager
- stringToAddr(String) - Method in class jade.imtp.leap.http.HTTPProtocol
- stringToAddr(String) - Method in class jade.imtp.leap.JICP.JICPProtocol
-
Method declaration
- stringToAddr(String) - Method in class jade.imtp.leap.LEAPIMTPManager
- stringToAddr(String) - Method in class jade.imtp.leap.TransportProtocol
-
FIXME: should throw a dedicated exception
- stringToAddr(String) - Method in class jade.imtp.rmi.RMIIMTPManager
- StrongAuthentication - Class in jade.mtp.http.https
-
This Trust manager authenticates certificates issued by official Top level Certification Authorities.
- StrongAuthentication() - Constructor for class jade.mtp.http.https.StrongAuthentication
- strToAddr(String) - Method in class jade.mtp.http.MessageTransportProtocol
-
MTP Interface Methods
- strToAddr(String) - Method in class jade.mtp.iiop.MessageTransportProtocol
- strToAddr(String) - Method in interface jade.mtp.MTP
-
Converts a string representing a valid address in this MTP to a
TransportAddressobject. - STYLE_3_X - Static variable in class jade.core.Profile
- styles - Variable in class jade.tools.gui.ACLTextAreaPainter
- submit(VerticalCommand) - Method in class jade.core.BaseService
- submit(VerticalCommand) - Method in interface jade.core.Service
-
Allows submitting a vertical command for processing.
- subscribe(Object, SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.DBKB
- subscribe(Object, SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.KB
- subscribe(Object, SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.MemKB
- SUBSCRIBE - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying the FIPA performative
- subscribeSingle(Object, SubscriptionResponder.Subscription) - Method in class jade.domain.DFDBKB
- subscribeSingle(Object, SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.DBKB
- subscribeToEvents(CodeLocatorListener) - Method in class jade.core.management.CodeLocator
-
Method to subscribe to CodeLocator basic events from an external class.
- SUBSCRIPTION_KEY - Variable in class jade.proto.SubscriptionInitiator
-
key to retrieve from the DataStore of the behaviour the subscription ACLMessage object passed in the constructor of the class.
- SUBSCRIPTION_KEY - Variable in class jade.proto.SubscriptionResponder
-
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator as a subscription.
- SubscriptionInitiator - Class in jade.proto
-
This 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.
- SubscriptionInitiator(Agent, ACLMessage) - Constructor for class jade.proto.SubscriptionInitiator
-
Construct a
SubscriptionInitiatorwith an empty DataStore - SubscriptionInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.SubscriptionInitiator
-
Construct a
SubscriptionInitiatorwith a given DataStore - SubscriptionResponder - Class in jade.proto
-
This 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.
- SubscriptionResponder(Agent, MessageTemplate) - Constructor for class jade.proto.SubscriptionResponder
-
Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template.
- SubscriptionResponder(Agent, MessageTemplate, SubscriptionResponder.SubscriptionManager) - Constructor for class jade.proto.SubscriptionResponder
-
Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template and notifies a given SubscriptionManager about subscription/un-subscription events.
- SubscriptionResponder(Agent, MessageTemplate, SubscriptionResponder.SubscriptionManager, DataStore) - Constructor for class jade.proto.SubscriptionResponder
-
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.
- SubscriptionResponder.Subscription - Class in jade.proto
-
Inner calss Subscription
- SubscriptionResponder.SubscriptionManager - Interface in jade.proto
-
Inner interface SubscriptionManager.
- subscriptions - Variable in class jade.domain.KBManagement.MemKB
- substituteParameters(String, Properties) - Static method in class jade.util.Toolkit
- substituteParameters(String, Properties, String, String) - Static method in class jade.util.Toolkit
- substituteParameters(String, Properties, String, String, int) - Static method in class jade.util.Toolkit
- SUICIDE - Static variable in class jade.core.replication.MainReplicationService
- SUM_AGGREGATION - Static variable in class jade.core.sam.SAMInfo
- SUM_AGGREGATION_SEPARATOR - Static variable in class jade.core.sam.SAMInfo
- SUM_AGGREGATION_SEPARATOR_CHAR - Static variable in class jade.core.sam.SAMInfo
- SuperContainer(String) - Constructor for class jade.gui.AgentTree.SuperContainer
- supportedKeys - Static variable in class jade.imtp.leap.SSLHelper
-
use this to indicate which cipher suites we support
- supportsMultilineTokens() - Method in class jade.tools.gui.ACLSLTokenMarker
-
Returns if the token marker supports tokens that span multiple lines.
- SuppressSlot - Annotation Type in jade.content.onto.annotations
-
Indicates a bean property not to be included in its ontological schema.
The annotation is to be applied to the getter method. - suspend() - Method in class jade.wrapper.AgentContainer
- suspend() - Method in interface jade.wrapper.AgentController
-
Triggers a state transition from ACTIVE to SUSPENDED.
- suspend() - Method in interface jade.wrapper.PlatformController
-
Suspend the agent platform.
- suspend(AID) - Method in interface jade.core.AgentManager
- suspend(AID) - Method in class jade.core.MainContainerImpl
-
Suspend an agent wherever it is
- suspend(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Suspend a threaded behaviour.
- SUSPEND_EVENT - Static variable in class jade.tools.introspector.Introspector
- suspendAgent(AID) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- suspendAgent(AID) - Method in interface jade.wrapper.ContainerProxy
- suspendAgent(String) - Method in interface jade.core.FrontEnd
-
Request the FrontEnd container to suspend an agent.
- suspendAgent(String) - Method in class jade.imtp.leap.FrontEndStub
- suspendAgentOnFE(String) - Method in class jade.core.BackEndContainer
- suspendContainer(String) - Method in class jade.tools.rma.rma
-
Callback method for platform management GUI.
- SUSPENDED - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
suspendedagent life-cycle state. - SUSPENDED_AGENT - Static variable in class jade.core.event.PlatformEvent
- SUSPENDED_PLATFORM - Static variable in interface jade.wrapper.PlatformEvent
-
String constant for the name of the
suspended-platformevent. - suspendedAgent(AID) - Method in interface jade.core.MainContainer
- suspendedAgent(AID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just suspended
- suspendedAgent(AID) - Method in class jade.core.management.AgentManagementProxy
- suspendedAgent(AID) - Method in interface jade.core.management.AgentManagementSlice
- suspendedAgent(AID) - Method in class jade.core.replication.MainReplicationProxy
- suspendedAgent(AID) - Method in interface jade.core.replication.MainReplicationSlice
- suspendedAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- suspendedAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- suspendedAgent(String) - Method in interface jade.core.BackEnd
-
Notify the BackEnd container that an agent has suspended.
- suspendedAgent(String) - Method in class jade.core.BackEndContainer
- suspendedAgent(String) - Method in class jade.imtp.leap.BackEndStub
- SuspendedAgent - Class in jade.domain.introspection
-
An introspection event, recording the suspension of a formerly active agent within the platform.
- SuspendedAgent() - Constructor for class jade.domain.introspection.SuspendedAgent
-
Default constructor.
- SUSPENDEDAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SUSPENDEDAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- SUSPENDEDAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- suspendedPlatform(PlatformEvent) - Method in interface jade.wrapper.PlatformController.Listener
-
Called when the platform is suspended.
- swap(KeepAlive.KAConnection) - Method in class jade.mtp.http.KeepAlive
- switchTo(AgentState) - Method in class jade.tools.introspector.gui.StatePanel
- SwitchTo(int) - Method in class jade.content.lang.sl.ExtendedSLParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class jade.content.lang.sl.SLParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class jade.lang.acl.ACLParserTokenManager
- SYNC - Static variable in interface jade.wrapper.AgentController
-
Constant representing a synchronous rendez-vous policy.
- synch() - Method in interface jade.core.FrontEnd
-
Request the FrontEnd to synchronize i.e.
- synch() - Method in class jade.imtp.leap.FrontEndStub
- SYNCH_DELIVERY - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying that this message must be delivered synchronously.
- SynchList - Class in jade.util
-
Implementation of a list of objects providing methods to synchronize threads acting on the list in such a way to prevent concurrent modifications (addition/remotion of elements) and concurrent scanning/modification.
- SynchList() - Constructor for class jade.util.SynchList
-
Default constructor.
- synchReplication(GlobalReplicationInfo) - Method in class jade.core.replication.AgentReplicationProxy
- synchReplication(GlobalReplicationInfo) - Method in interface jade.core.replication.AgentReplicationSlice
- SYSTEM_AGENTS - Static variable in interface jade.core.ResourceManager
T
- T2(String, boolean) - Method in class jade.BootHelper
-
Reads the passed String and decompose it into a vector of Strings.
- tableExists(String) - Method in class jade.domain.DFDBKB
-
Check whether a database table already exists
- TablePopupMenu - Class in jade.tools.introspector.gui
-
The context menu associated to the message table.
- TablePopupMenu() - Constructor for class jade.tools.introspector.gui.TablePopupMenu
- TablePopupMenuListener - Class in jade.tools.introspector.gui
-
Listener class for the popup menu associated ti the message table.
- TablePopupMenuListener() - Constructor for class jade.tools.introspector.gui.TablePopupMenuListener
- TableUpdater - Class in jade.tools.introspector.gui
-
This class receives a MessageEvent and updates the message table accordingly.
- TableUpdater(MessagePanel, PostedMessage) - Constructor for class jade.tools.introspector.gui.TableUpdater
- TableUpdater(MessagePanel, ReceivedMessage) - Constructor for class jade.tools.introspector.gui.TableUpdater
- TableUpdater(MessagePanel, SentMessage) - Constructor for class jade.tools.introspector.gui.TableUpdater
- tabSize - Variable in class jade.content.lang.sl.SimpleCharStream
- tabSize - Variable in class jade.tools.gui.ACLTextAreaPainter
- take(AID, String, byte[]) - Method in interface jade.core.AgentManager
- take(AID, String, byte[]) - Method in class jade.core.MainContainerImpl
-
Change the ownership of an agent // FIXME: implement or remove
- takeDown() - Method in class jade.core.Agent
-
This protected method is an empty placeholder for application specific cleanup code.
- takeDown() - Method in class jade.domain.df
-
Cleanup DF on exit.
- takeDown() - Method in class jade.tools.DummyAgent.DummyAgent
- takeDown() - Method in class jade.tools.logging.LogHelperAgent
- takeDown() - Method in class jade.tools.logging.LogManagerAgent
- takeDown() - Method in class jade.tools.SocketProxyAgent.SocketProxyAgent
-
agent takedown
- takeDown() - Method in class jade.tools.ToolAgent
- takeDown() - Method in class jade.wrapper.gateway.GatewayAgent
- target - Variable in class jade.core.NodeFailureMonitor
- template - Variable in class jade.core.behaviours.OntologyServer
- template - Variable in class jade.proto.states.MsgReceiver
- TemplateBasedMessageQueue - Class in jade.core
-
Enhanced version of the agent MessageQueue that supports creating dedicated queues of messages to explicitly registered MessageTemplates.
- TemplateBasedMessageQueue() - Constructor for class jade.core.TemplateBasedMessageQueue
- TemplateBasedMessageQueue(int, int, MessageTemplate, Agent) - Constructor for class jade.core.TemplateBasedMessageQueue
- Term - Interface in jade.content
-
Interface representing a generic term, i.e.
- TERMINATED_INFO - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- TermSchema - Class in jade.content.schema
-
This class represents the schema of a generic term in an ontology.
- TermSchema(String) - Constructor for class jade.content.schema.TermSchema
-
Creates a
TermSchemawith a given type-name. - test - package test
- TestAgent - Class in jade.tools.testagent
-
This can be used as test agent for sending and receiving messages to the Agentplatform and Other agents.
- TestAgent - Class in test
- TestAgent() - Constructor for class jade.tools.testagent.TestAgent
-
Constructor for the TestAgent
- TestAgent() - Constructor for class test.TestAgent
- TestAgentFrame - Class in jade.tools.testagent
-
This class is builds up the GUI of the TestAgent
- TestAgentFrame(TestAgent) - Constructor for class jade.tools.testagent.TestAgentFrame
-
Constructor for the TestAgentFrame object
- TEXT - Static variable in class jade.imtp.leap.sms.SMSManager
- textArea - Variable in class jade.tools.gui.ACLTextAreaPainter
- textArea - Variable in class jade.tools.sniffer.MainPanel
- TextUtilities() - Constructor for class jade.tools.gui.ACLTextArea.TextUtilities
- thawAgent(AID, String, ContainerID) - Method in class jade.tools.rma.rma
-
Callback method for platform management
- ThawAgent - Class in jade.domain.persistence
-
This class represents the
thaw-agentaction of theJADE-Persistenceontology. - ThawAgent() - Constructor for class jade.domain.persistence.ThawAgent
- THAWAGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- THAWAGENT_AGENT - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- THAWAGENT_NEWCONTAINER - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- THAWAGENT_REPOSITORY - Static variable in interface jade.domain.persistence.PersistenceVocabulary
- thawAgentNode(String, String, String) - Method in class jade.gui.AgentTree
- THAWED_AGENT - Static variable in class jade.core.event.PlatformEvent
- thawedAgent(AID, ContainerID) - Method in interface jade.core.MainContainer
- thawedAgent(AID, ContainerID) - Method in class jade.core.MainContainerImpl
-
Notify the platform that an agent has just thawed
- thawedAgent(PlatformEvent) - Method in interface jade.core.event.PlatformListener
- thawedAgent(PlatformEvent) - Method in class jade.domain.AMSEventQueueFeeder
- ThawedAgent - Class in jade.domain.introspection
-
An introspection event, recording the freezing of a formerly active agent within the platform.
- ThawedAgent() - Constructor for class jade.domain.introspection.ThawedAgent
-
Default constructor.
- THAWEDAGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- THAWEDAGENT_AGENT - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- THAWEDAGENT_BUFFERCONTAINER - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- THAWEDAGENT_WHERE - Static variable in interface jade.domain.introspection.IntrospectionVocabulary
- THIS_SLICE - Static variable in class jade.core.BaseService
- THIS_SLICE - Static variable in interface jade.core.ServiceFinder
- ThreadDumpManager - Class in jade.util
- ThreadDumpManager() - Constructor for class jade.util.ThreadDumpManager
- ThreadedBehaviourFactory - Class in jade.core.behaviours
-
This class provides support for executing JADE Behaviours in dedicated Java Threads.
- ThreadedBehaviourFactory() - Constructor for class jade.core.behaviours.ThreadedBehaviourFactory
- ThreadedBehaviourFactory.ThreadedBehaviourWrapper - Class in jade.core.behaviours
-
Inner class ThreadedBehaviourWrapper This class is declared public for debugging purpose only
- ThreadGroupHttpAuthenticator - Class in jade.security
- tick(long) - Method in class jade.imtp.leap.http.HTTPBEDispatcher
- tick(long) - Method in class jade.imtp.leap.JICP.BIBEDispatcher
- tick(long) - Method in interface jade.imtp.leap.JICP.JICPMediator
-
This is periodically called by the JICPMediatorManager and should be used by a JICPMediator to evaluate the elapsed time without the need of a dedicated thread or timer.
- tick(long) - Method in class jade.imtp.leap.JICP.JICPServer
-
Called by the JICPPeer ticker at each tick
- tick(long) - Method in class jade.imtp.leap.nio.BackEndDispatcher
-
This is periodically called by the JICPMediatorManager and is used by this NIOMediator to evaluate the elapsed time without the need of a dedicated thread or timer.
- tick(long) - Method in class jade.imtp.leap.nio.NIOBEDispatcher
-
This is periodically called by the JICPMediatorManager and is used by this NIOMediator to evaluate the elapsed time without the need of a dedicated thread or timer.
- tick(long) - Method in class jade.imtp.leap.nio.NIOHTTPBEDispatcher
- TickerBehaviour - Class in jade.core.behaviours
-
This abstract class implements a
Behaviourthat periodically executes a user-defined piece of code. - TickerBehaviour(Agent, long) - Constructor for class jade.core.behaviours.TickerBehaviour
-
Construct a
TickerBehaviourthat call itsonTick()method everyperiodms. - TIME_CRITICAL - Static variable in interface jade.core.ResourceManager
- TimeChooser - Class in jade.gui
-
The
TimeChooserclass can be used to let the user define a certain point in time by means of a dialog window. - TimeChooser() - Constructor for class jade.gui.TimeChooser
-
Default constructor.
- TimeChooser(Date) - Constructor for class jade.gui.TimeChooser
-
Create a time chooser set at the given time instant.
- timeout - Variable in class jade.core.behaviours.ActionExecutor
- TIMEOUT_EXPIRED - Static variable in class jade.proto.states.MsgReceiver
-
A numeric constant to mean that a timeout expired.
- Timer - Class in jade.core
-
This class is used by the JADE internal timing system to schedule actions after a given amount of time.
- Timer(long, TimerListener) - Constructor for class jade.core.Timer
- TimerDispatcher - Class in jade.core
-
This class implements the JADE internal timing system.
- TimerDispatcher() - Constructor for class jade.core.TimerDispatcher
- TimerListener - Interface in jade.core
-
This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time.
- to - Variable in class FIPA.Envelope
- TO_TAG - Static variable in class jade.mtp.http.XMLCodec
- toArray() - Method in class jade.content.abs.AbsAggregate
-
Retrieve all elements in this aggregate in the form of an array.
- toArray() - Method in class jade.content.abs.AbsContentElementList
-
Retrieve all elements in this content element list in the form of an array.
- toArray() - Method in class jade.content.ContentElementList
-
Retrieve all elements in this content element list in the form of an array.
- toArray() - Method in class jade.util.leap.ArrayList
- toArray() - Method in interface jade.util.leap.Collection
-
Returns an array containing all of the elements in this collection.
- toArray() - Method in class jade.util.leap.HashSet
- toArray() - Method in class jade.util.leap.LinkedList
- toArray() - Method in class jade.util.leap.RoundList
- toArray() - Method in class jade.util.leap.SortedSetImpl
- toArray(Object[]) - Method in class jade.util.leap.HashSet
- toBeReset - Variable in class jade.proto.ProposeInitiator
- toDate(String) - Static method in class jade.lang.acl.ISO8601
-
This method converts a FIPA DateTime token to a
java.util.Date. - token - Variable in class jade.lang.acl.ACLParser
- token - Variable in class jade.tools.gui.ACLSLTokenMarker.LineInfo
-
The id of the last token of the line.
- Token - Class in jade.content.lang.sl
-
Describes the input token stream.
- Token - Class in jade.lang.acl
-
Describes the input token stream.
- Token() - Constructor for class jade.content.lang.sl.Token
- Token() - Constructor for class jade.lang.acl.Token
- token_source - Variable in class jade.lang.acl.ACLParser
- tokenImage - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
Literal token values.
- tokenImage - Variable in exception jade.content.lang.sl.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface jade.content.lang.sl.SLParserConstants
-
Literal token values.
- tokenImage - Static variable in interface jade.lang.acl.ACLParserConstants
- tokenImage - Variable in exception jade.lang.acl.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenizeLines() - Method in class jade.tools.gui.ACLSyntaxDocument
-
Reparses the document, by passing all lines to the token marker.
- tokenizeLines(int, int) - Method in class jade.tools.gui.ACLSyntaxDocument
-
Reparses the document, by passing the specified lines to the token marker.
- tokenMarker - Variable in class jade.tools.gui.ACLSyntaxDocument
- TokenMgrError - Error in jade.content.lang.sl
- TokenMgrError - Error in jade.lang.acl
- TokenMgrError() - Constructor for error jade.content.lang.sl.TokenMgrError
- TokenMgrError() - Constructor for error jade.lang.acl.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error jade.content.lang.sl.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error jade.lang.acl.TokenMgrError
- TokenMgrError(String, int) - Constructor for error jade.content.lang.sl.TokenMgrError
- TokenMgrError(String, int) - Constructor for error jade.lang.acl.TokenMgrError
- toLeapProperties(Properties) - Static method in class jade.util.leap.Properties
- toList() - Method in class jade.util.leap.ArrayList
-
Method declaration
- toObject(AbsObject) - Method in class jade.content.onto.Ontology
-
Converts an abstract descriptor to a Java object of the proper class.
- toObject(AbsObject, String, Ontology) - Method in class jade.content.onto.BasicOntology
-
This method is redefined as BasicOntology does not use an Introspector for performance reason
- toObject(AbsObject, String, Ontology) - Method in class jade.content.onto.JavaCollectionOntology
- toObject(AbsObject, String, Ontology) - Method in class jade.content.onto.Ontology
-
Converts an abstract descriptor to a Java object of the proper class.
- toObject(AbsObject, String, Ontology) - Method in class jade.content.onto.SerializableOntology
- toolAdded(AID) - Method in interface jade.core.MainContainer
- toolAdded(AID) - Method in class jade.core.MainContainerImpl
- ToolAgent - Class in jade.tools
-
This abstract class is the common ancestor of all JADE tools (RMA, Sniffer, Introspector, etc.).
- ToolAgent() - Constructor for class jade.tools.ToolAgent
-
Default constructor.
- ToolAgent.AMSListenerBehaviour - Class in jade.tools
-
This abstract behaviour is used to receive notifications from the AMS.
- ToolAgent.EventHandler - Interface in jade.tools
- ToolBar - Class in jade.tools.sniffer
-
Sets up the toolbar for the main Sniffer Gui
- ToolBar(ActionProcessor) - Constructor for class jade.tools.sniffer.ToolBar
- Toolkit - Class in jade.util
- Toolkit() - Constructor for class jade.util.Toolkit
- ToolNotifier - Class in jade.tools
- ToolNotifier(AID) - Constructor for class jade.tools.ToolNotifier
- toolRemoved(AID) - Method in interface jade.core.MainContainer
- toolRemoved(AID) - Method in class jade.core.MainContainerImpl
- toolSetup() - Method in class jade.tools.introspector.Introspector
- toolSetup() - Method in class jade.tools.rma.rma
-
This method starts the RMA behaviours to allow the agent to carry on its duties within JADE agent platform.
- toolSetup() - Method in class jade.tools.sniffer.Sniffer
-
ACLMessages for subscription and unsubscription as rma are created and corresponding behaviours are set up.
- toolSetup() - Method in class jade.tools.ToolAgent
-
This method is invoked just after the generic agent setup.
- toolSetup() - Method in class jade.tools.ToolNotifier
- toolTakeDown() - Method in class jade.tools.introspector.Introspector
-
Cleanup during agent shutdown.
- toolTakeDown() - Method in class jade.tools.rma.rma
-
Cleanup during agent shutdown.
- toolTakeDown() - Method in class jade.tools.sniffer.Sniffer
-
Cleanup during agent shutdown.
- toolTakeDown() - Method in class jade.tools.ToolAgent
-
This method is invoked just before the generic agent takedown.
- toolTakeDown() - Method in class jade.tools.ToolNotifier
- TOPIC_SUFFIX - Static variable in interface jade.core.messaging.TopicManagementHelper
- TOPIC_TEMPLATE_WILDCARD - Static variable in interface jade.core.messaging.TopicManagementHelper
- TopicManagementFEService - Class in jade.core.messaging
-
Front-end side service class for the TopicManagementService
- TopicManagementFEService() - Constructor for class jade.core.messaging.TopicManagementFEService
- TopicManagementHelper - Interface in jade.core.messaging
-
The TopicManagementHelper provides methods that allows creating topic objects and registering/deregistering to topics.
- TopicManagementProxy - Class in jade.core.messaging
-
Slice Proxy for the TopicManagementService
- TopicManagementProxy() - Constructor for class jade.core.messaging.TopicManagementProxy
- TopicManagementService - Class in jade.core.messaging
-
TopicManagement service main class
- TopicManagementService() - Constructor for class jade.core.messaging.TopicManagementService
- TopicManagementSlice - Interface in jade.core.messaging
- TopicUtility - Class in jade.core.messaging
-
This class embeds topic related utility methods that must be available in MIDP
- TopicUtility() - Constructor for class jade.core.messaging.TopicUtility
- toRelativeTimeString(long) - Static method in class jade.lang.acl.ISO8601
-
this method converts into a string in ISO8601 format representing relative time from the current time
- toString() - Method in class jade.content.abs.AbsAggregate
-
This method is here just for debugging.
- toString() - Method in class jade.content.abs.AbsContentElementList
-
This method is here just for debugging.
- toString() - Method in class jade.content.abs.AbsExtendedPrimitive
- toString() - Method in class jade.content.abs.AbsObjectImpl
-
This method is here just for debugging.
- toString() - Method in class jade.content.abs.AbsPrimitive
- toString() - Method in class jade.content.ContentManager
- toString() - Method in class jade.content.lang.sl.Token
-
Returns the image.
- toString() - Method in class jade.content.onto.Ontology
- toString() - Method in class jade.core.AgentState
-
Retrieve a string representation for this agent state.
- toString() - Method in class jade.core.AID
-
Converts this agent identifier into a readable string.
- toString() - Method in class jade.core.BaseNode
- toString() - Method in class jade.core.BehaviourID
-
Create a string representation for this behaviour ID.
- toString() - Method in class jade.core.CaseInsensitiveString
-
Converts the
CaseInsensitiveStringobject into a string. - toString() - Method in class jade.core.ContainerID
-
Retrieve a string representation for this container ID.
- toString() - Method in class jade.core.event.PlatformEvent
-
Returns a string representation of this event.
- toString() - Method in class jade.core.messaging.GenericMessage
- toString() - Method in class jade.core.ProfileImpl
-
Creates a string representation of this profile.
- toString() - Method in class jade.core.Specifier
-
This method is used by Boot, ProfileImpl, and RMA in order to have a String representation of this Specifier according to the format
name:className(arg1,arg2,argn) - toString() - Method in class jade.domain.FIPAAgentManagement.APDescription
-
Retrieve a string representation for this platform description.
- toString() - Method in class jade.domain.FIPAAgentManagement.APService
-
Retrieve a string representation for this platform service description.
- toString() - Method in class jade.domain.FIPAAgentManagement.Envelope
-
Retrieve a string representation for this platform description.
- toString() - Method in class jade.domain.FIPAAgentManagement.Property
- toString() - Method in class jade.domain.FIPAAgentManagement.ReceivedObject
-
Retrieve a string representation for this received object.
- toString() - Method in class jade.domain.introspection.ChangedBehaviourState
-
Retrieve an SL0-like string representation for this object.
- toString() - Method in class jade.gui.AgentTree.Node
- toString() - Method in class jade.imtp.leap.http.HTTPAddress
- toString() - Method in class jade.imtp.leap.http.HTTPPacket
-
Method declaration
- toString() - Method in class jade.imtp.leap.http.HTTPRequest
-
Method declaration
- toString() - Method in class jade.imtp.leap.http.HTTPResponse
-
Method declaration
- toString() - Method in class jade.imtp.leap.JICP.JICPAddress
- toString() - Method in class jade.imtp.leap.nio.NIOJICPSConnection
- toString() - Method in class jade.imtp.leap.nio.SSLEngineHelper
- toString() - Method in class jade.lang.acl.ACLMessage
-
Convert an ACL message to its string representation.
- toString() - Method in class jade.lang.acl.ConversationList
- toString() - Method in class jade.lang.acl.MessageTemplate
-
Retrieve a string representation of this message template.
- toString() - Method in class jade.lang.acl.Token
-
Returns the image.
- toString() - Method in class jade.mtp.http.BasicFipaDateTime
- toString() - Method in class jade.mtp.http.HTTPAddress
-
convert to String
- toString() - Method in class jade.mtp.MTPDescriptor
- toString() - Method in interface jade.security.JADEPrincipal
- toString() - Method in class jade.tools.gui.ACLSytntaxStyle
-
Returns a string representation of this object.
- toString() - Method in class jade.tools.gui.ACLToken
-
Returns a string representation of this token.
- toString() - Method in class jade.tools.introspector.gui.BehaviourTreeNode
- toString() - Method in class jade.tools.logging.ontology.LoggerInfo
- toString() - Method in class jade.util.leap.ArrayList
- toString() - Method in class jade.util.leap.HashMap
- toString() - Method in class jade.util.leap.LinkedList
- toString() - Method in class jade.util.leap.RoundList
-
Returns a string representation of this collection.
- toString() - Method in class jade.util.TransportAddressWrapper
- toString() - Method in interface jade.wrapper.State
-
Return string representation of state description and its code.
- toString() - Method in class jade.wrapper.StateBase
-
A string representation of this state.
- toString(Date) - Static method in class jade.lang.acl.ISO8601
-
This method converts a
java.util.Dateinto a FIPA DateTime token by using the UTC time. - toString(Date, boolean) - Static method in class jade.lang.acl.ISO8601
-
This method converts a
java.util.Dateinto a FIPA DateTime token. - toStringArray() - Method in class jade.util.ExtendedProperties
-
Create a String[] for the properties with one key=value pair per array entry.
- TRACE - Static variable in class jade.lang.acl.ACLMessage
-
User defined parameter key specifying that the JADE tracing mechanism should be activated for this message.
- transferIdentity(AID, Location, Location) - Method in class jade.core.mobility.AgentMobilityProxy
- transferIdentity(AID, Location, Location) - Method in interface jade.core.mobility.AgentMobilitySlice
- transferLocalAliases(AID, List) - Method in class jade.core.messaging.MessagingProxy
- transferLocalAliases(AID, List) - Method in interface jade.core.messaging.MessagingSlice
- TRANSIT - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
transitagent life-cycle state. - transitionFrom(LifeCycle) - Method in class jade.core.LifeCycle
-
This method is invoked as soon as we enter this LifeCycle state.
- transitionTo(LifeCycle) - Method in class jade.core.LifeCycle
-
This method is invoked just before leaving this LifeCycle state.
- translateName(String) - Method in class jade.content.onto.ReflectiveIntrospector
- TransportAddress - Interface in jade.mtp
- TransportAddressWrapper - Class in jade.util
-
This class wraps a Transport Address and implements the equals() and hashCode() methods so that two Transport Addresses representing the same address, even if possibly expressed in different forms, are actually considered equals.
- TransportAddressWrapper(TransportAddress) - Constructor for class jade.util.TransportAddressWrapper
- transportBehaviour - Variable in class FIPA.Envelope
- TransportBehaviourTypeHelper - Class in FIPA
- TransportBehaviourTypeHolder - Class in FIPA
- TransportBehaviourTypeHolder() - Constructor for class FIPA.TransportBehaviourTypeHolder
- TransportBehaviourTypeHolder(Property[]) - Constructor for class FIPA.TransportBehaviourTypeHolder
- TransportProtocol - Class in jade.imtp.leap
-
Interface declaration
- TransportProtocol() - Constructor for class jade.imtp.leap.TransportProtocol
- tree - Variable in class jade.gui.AgentTree
- TREE_ROOT_NAME - Static variable in class jade.gui.AgentTree
- TREE_ROOT_TYPE - Static variable in class jade.gui.AgentTree
- treeAgent - Variable in class jade.tools.sniffer.MainPanel
- TreeHelp - Class in jade.gui
- TreeHelp(Dialog, String, String) - Constructor for class jade.gui.TreeHelp
- TreeHelp(Frame, String, String) - Constructor for class jade.gui.TreeHelp
- TreeIconRenderer - Class in jade.gui
-
This is the renderer of the Tree.
- TreeIconRenderer() - Constructor for class jade.gui.TreeIconRenderer
- TreePopupMenu - Class in jade.tools.introspector.gui
-
The popup menu associated with the behaviours tree.
- TreePopupMenu(JTree) - Constructor for class jade.tools.introspector.gui.TreePopupMenu
- TreePopupMenuListener - Class in jade.tools.introspector.gui
-
This class adds or removes behaviours to/from the given agent.
- TreePopupMenuListener(JTree) - Constructor for class jade.tools.introspector.gui.TreePopupMenuListener
- TreeUpdater - Class in jade.tools.introspector.gui
-
Receives a BehaviourEvent and updates the behaviour tree.
- TreeUpdater(AddedBehaviour, BehaviourPanel) - Constructor for class jade.tools.introspector.gui.TreeUpdater
- TreeUpdater(ChangedBehaviourState, BehaviourPanel) - Constructor for class jade.tools.introspector.gui.TreeUpdater
- TreeUpdater(RemovedBehaviour, BehaviourPanel) - Constructor for class jade.tools.introspector.gui.TreeUpdater
- TRUE_PROPOSITION - Static variable in interface jade.content.lang.sl.SL0Vocabulary
- TrueProposition - Class in jade.content.onto.basic
-
This class represents the TRUE proposition i.e.
- TrueProposition() - Constructor for class jade.content.onto.basic.TrueProposition
- TwoPh0Initiator - Class in jade.proto
-
Class description
- TwoPh0Initiator(Agent, ACLMessage, String) - Constructor for class jade.proto.TwoPh0Initiator
-
Constructs a
TwoPh0Initiatorbehaviour. - TwoPh0Initiator(Agent, ACLMessage, String, DataStore) - Constructor for class jade.proto.TwoPh0Initiator
-
Constructs a
TwoPh0Initiatorbehaviour. - TwoPh1Initiator - Class in jade.proto
-
Class description
- TwoPh1Initiator(Agent, ACLMessage, String) - Constructor for class jade.proto.TwoPh1Initiator
-
Constructs a
TwoPh1Initiatorbehaviour. - TwoPh1Initiator(Agent, ACLMessage, String, DataStore) - Constructor for class jade.proto.TwoPh1Initiator
-
Constructs a
TwoPh1Initiatorbehaviour. - TwoPh2Initiator - Class in jade.proto
-
Class description
- TwoPh2Initiator(Agent, ACLMessage) - Constructor for class jade.proto.TwoPh2Initiator
-
Constructs a
TwoPh2Initiatorbehaviour. - TwoPh2Initiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.TwoPh2Initiator
-
Constructs a
TwoPh2Initiatorbehaviour. - TwoPhConstants - Interface in jade.proto
-
Interface description
- TwoPhInitiator - Class in jade.proto
-
Class description
- TwoPhInitiator(Agent, ACLMessage) - Constructor for class jade.proto.TwoPhInitiator
-
Constructs a
TwoPhInitiatorbehaviour. - TwoPhInitiator(Agent, ACLMessage, DataStore) - Constructor for class jade.proto.TwoPhInitiator
-
Constructs a
TwoPhInitiatorbehaviour. - TwoPhResponder - Class in jade.proto
-
Class description
- TwoPhResponder(Agent, MessageTemplate) - Constructor for class jade.proto.TwoPhResponder
-
Constructor of the behaviour that creates a new empty DataStore
- TwoPhResponder(Agent, MessageTemplate, DataStore) - Constructor for class jade.proto.TwoPhResponder
-
Constructor of the behaviour.
- type - Variable in class jade.gui.GuiEvent
- type - Variable in class jade.util.Event
-
The type of this event.
- type() - Static method in class FIPA.AgentIDHelper
- type() - Static method in class FIPA.AgentIDsHelper
- type() - Static method in class FIPA.DateTimeHelper
- type() - Static method in class FIPA.EnvelopeHelper
- type() - Static method in class FIPA.EnvelopesHelper
- type() - Static method in class FIPA.FipaMessageHelper
- type() - Static method in class FIPA.MTSHelper
- type() - Static method in class FIPA.OptAgentIDHelper
- type() - Static method in class FIPA.OptDateTimeHelper
- type() - Static method in class FIPA.OptReceivedObjectHelper
- type() - Static method in class FIPA.OptTransportBehaviourTypeHelper
- type() - Static method in class FIPA.PayloadHelper
- type() - Static method in class FIPA.PropertyHelper
- type() - Static method in class FIPA.ReceivedObjectHelper
- type() - Static method in class FIPA.stringsHelper
- type() - Static method in class FIPA.TransportBehaviourTypeHelper
- type() - Static method in class FIPA.URLHelper
- type() - Method in annotation type jade.content.onto.annotations.AggregateResult
- type() - Method in annotation type jade.content.onto.annotations.AggregateSlot
- type() - Method in annotation type jade.content.onto.annotations.Result
- TypedAggregateFacet - Class in jade.content.schema.facets
-
This facet forces the elements in an AbsAggregate to be compliant to a given schema.
- TypedAggregateFacet(ObjectSchema) - Constructor for class jade.content.schema.facets.TypedAggregateFacet
-
Construct a
TypedAggregateFacetthat forces the elements in an AbsAggregate to be instances of a given schema - typeDesignator - Variable in class FIPA.DateTime
U
- UDPNodeMonitoringProxy - Class in jade.core.nodeMonitoring
- UDPNodeMonitoringProxy() - Constructor for class jade.core.nodeMonitoring.UDPNodeMonitoringProxy
- UDPNodeMonitoringService - Class in jade.core.nodeMonitoring
-
UDP based implementation of the NodeMonitoringService.
- UDPNodeMonitoringService() - Constructor for class jade.core.nodeMonitoring.UDPNodeMonitoringService
- UDPNodeMonitoringSlice - Interface in jade.core.nodeMonitoring
- UNARYLOGICALOP - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- UNARYLOGICALOP - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- Unauthorised - Exception in jade.domain.FIPAAgentManagement
- Unauthorised() - Constructor for exception jade.domain.FIPAAgentManagement.Unauthorised
- UNAUTHORISED - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNCERTAINTY - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- UNCERTAINTY_AGENT - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- UNCERTAINTY_CONDITION - Static variable in interface jade.content.lang.sl.SL2Vocabulary
- UNCHECK_LOCAL_HOST - Static variable in class jade.imtp.leap.JICP.JICPServer
- UNDEFINED - Static variable in class jade.imtp.leap.sms.SMSManager
- undrop() - Method in class jade.imtp.leap.JICP.FrontEndDispatcher
- UnexpectedAct - Exception in jade.domain.FIPAAgentManagement
- UnexpectedAct() - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedAct
- UnexpectedAct(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedAct
- UNEXPECTEDACT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNEXPECTEDACT_ACT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnexpectedArgument - Exception in jade.domain.FIPAAgentManagement
- UnexpectedArgument() - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedArgument
- UnexpectedArgument(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedArgument
- UNEXPECTEDARGUMENT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNEXPECTEDARGUMENT_ARGUMENT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnexpectedArgumentCount - Exception in jade.domain.FIPAAgentManagement
- UnexpectedArgumentCount() - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedArgumentCount
- UNEXPECTEDARGUMENTCOUNT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnexpectedParameter - Exception in jade.domain.FIPAAgentManagement
- UnexpectedParameter() - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- UnexpectedParameter(String, String) - Constructor for exception jade.domain.FIPAAgentManagement.UnexpectedParameter
- UNEXPECTEDPARAMETER - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNEXPECTEDPARAMETER_OBJECT_NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNEXPECTEDPARAMETER_PARAMETER_NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- unexportPlatformManager(PlatformManager) - Method in interface jade.core.IMTPManager
-
Stops making the platform Service Manager available through this IMTP.
- unexportPlatformManager(PlatformManager) - Method in class jade.imtp.leap.LEAPIMTPManager
- unexportPlatformManager(PlatformManager) - Method in class jade.imtp.rmi.RMIIMTPManager
- unexportSlice(String) - Method in class jade.core.BaseNode
- unexportSlice(String) - Method in interface jade.core.Node
- UngroundedException - Exception in jade.content.onto
-
Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables.
- UngroundedException() - Constructor for exception jade.content.onto.UngroundedException
-
Constructor
- UNINSTALL_MTP - Static variable in interface jade.core.messaging.MessagingSlice
-
This command name represents the
uninstall-mtpaction. - uninstallMTP(String) - Method in class jade.core.messaging.MessagingProxy
- uninstallMTP(String) - Method in interface jade.core.messaging.MessagingSlice
- uninstallMTP(String) - Method in class jade.tools.rma.rma
- uninstallMTP(String) - Method in class jade.wrapper.ContainerController
-
Removes a message transport protocol, previously running within this container.
- uninstallMTP(String) - Method in interface jade.wrapper.ContainerProxy
- uninstallMTP(String, ContainerID) - Method in interface jade.core.AgentManager
- uninstallMTP(String, ContainerID) - Method in class jade.core.MainContainerImpl
-
Uninstall an MTP on a given container
- uninstallMTP(String, String) - Method in class jade.tools.rma.rma
- UninstallMTP - Class in jade.domain.JADEAgentManagement
-
This class represents the
uninstall-MTPaction of theJADE-agent-management ontology. - UninstallMTP() - Constructor for class jade.domain.JADEAgentManagement.UninstallMTP
-
Default constructor.
- UNINSTALLMTP - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- UNINSTALLMTP_ADDRESS - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- UNINSTALLMTP_CONTAINER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- UNKNOWN - Static variable in interface jade.content.abs.AbsObject
- UNKNOWN - Static variable in class jade.lang.acl.ACLMessage
-
constant identifying an unknown performative
- UnknownSchemaException - Exception in jade.content.onto
-
Thrown when the schema for the type of the entity to be translated into/from an abstract descriptor is not defined in the ontology used to perform the translation.
- UnknownSchemaException() - Constructor for exception jade.content.onto.UnknownSchemaException
-
Constructor
- UnknownSchemaException(boolean) - Constructor for exception jade.content.onto.UnknownSchemaException
- UnknownSlotException - Exception in jade.content.onto
- UnknownSlotException() - Constructor for exception jade.content.onto.UnknownSlotException
- UnknownSlotException(String) - Constructor for exception jade.content.onto.UnknownSlotException
- UNLIMITED - Static variable in class jade.content.schema.ObjectSchema
-
Canstant value indicating that a slot in a schema has an infinite maximum cardinality
- UNNAMEDPREFIX - Static variable in class jade.content.lang.Codec
-
This string is the prefix of all the unnamed slots of a Frame
- UNREACHABLE_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- UNREACHABLE_LIMIT - Static variable in class jade.core.nodeMonitoring.UDPNodeMonitoringService
-
This constant is the name of the property whose value contains an integer representing the maximum time a node can stay unreachable after it gets removed from the platform.
This property is only meaningful on a main container. - UnreachableException - Exception in jade.core
-
This exception is thrown when some agent container cannot be contacted.
- UnreachableException(String) - Constructor for exception jade.core.UnreachableException
-
Construct an
UnreachableExceptionwith the given message. - UnreachableException(String, Throwable) - Constructor for exception jade.core.UnreachableException
-
Construct an
UnreachableExceptionwith the given message and exception cause. - UnreadableException - Exception in jade.lang.acl
-
Signals that an error occured during the decoding of the content of an ACLMessage using Base64.
- UnrecognisedParameterValue - Exception in jade.domain.FIPAAgentManagement
- UnrecognisedParameterValue() - Constructor for exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- UnrecognisedParameterValue(String, String) - Constructor for exception jade.domain.FIPAAgentManagement.UnrecognisedParameterValue
- UNRECOGNISEDPARAMETERVALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNRECOGNISEDPARAMETERVALUE_PARAMETER_NAME - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNRECOGNISEDPARAMETERVALUE_PARAMETER_VALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnrecognisedValue - Exception in jade.domain.FIPAAgentManagement
- UnrecognisedValue() - Constructor for exception jade.domain.FIPAAgentManagement.UnrecognisedValue
- UnrecognisedValue(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnrecognisedValue
- UNRECOGNISEDVALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNRECOGNISEDVALUE_VALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- unregister(Object, String) - Method in class jade.tools.gui.ACLTextArea
-
Description of the Method
- unregister(Object, String) - Method in class jade.tools.gui.ACLTextField
-
unregister ACLMessage
- unregister(Object, String) - Method in class jade.tools.gui.AIDTextField
-
Description of the Method
- unregister(Object, String) - Method in class jade.tools.gui.EnvCommentsTextArea
-
unregister ACLMessage
- unsubscribe(SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.DBKB
- unsubscribe(SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.KB
- unsubscribe(SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.MemKB
- unsubscribeAgent(AID) - Method in class jade.domain.df
- unsubscribeSingle(SubscriptionResponder.Subscription) - Method in class jade.domain.DFDBKB
- unsubscribeSingle(SubscriptionResponder.Subscription) - Method in class jade.domain.KBManagement.DBKB
- unSubscribeToEvents(CodeLocatorListener) - Method in class jade.core.management.CodeLocator
-
Method to unsubscribe to CodeLocator events.
- UnsupportedAct - Exception in jade.domain.FIPAAgentManagement
- UnsupportedAct() - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedAct
- UnsupportedAct(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedAct
- UNSUPPORTEDACT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNSUPPORTEDACT_ACT - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnsupportedFunction - Exception in jade.domain.FIPAAgentManagement
- UnsupportedFunction() - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedFunction
- UnsupportedFunction(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedFunction
- UNSUPPORTEDFUNCTION - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNSUPPORTEDFUNCTION_FUNCTION - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UnsupportedValue - Exception in jade.domain.FIPAAgentManagement
- UnsupportedValue() - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedValue
- UnsupportedValue(String) - Constructor for exception jade.domain.FIPAAgentManagement.UnsupportedValue
- UNSUPPORTEDVALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- UNSUPPORTEDVALUE_VALUE - Static variable in interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
- update() - Method in class jade.tools.gui.ACLTextArea
- update(AverageMeasure) - Method in class jade.core.sam.AverageMeasure
- update(AverageMeasure, int) - Method in class jade.core.sam.AverageMeasure
- update(ACLMessage, Envelope, byte[]) - Method in class jade.core.messaging.GenericMessage
- update(Graphics) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Paints any lines that changed since the last paint to the offscreen graphics, then repaints the offscreen to the specified graphics context.
- update(Observable, Object) - Method in class jade.tools.gui.ACLComboBox
-
part of observer interface
- update(Observable, Object) - Method in class jade.tools.gui.ACLTextField
-
update textField
- update(Observable, Object) - Method in class jade.tools.gui.AIDTextField
-
Description of the Method
- update(Observable, Object) - Method in class jade.tools.gui.EnvCommentsTextArea
-
update textField
- updateAgent(AID, ClassLoader) - Method in class jade.core.management.CodeLocator
-
Update an agent ClassLoader in the CodeLocator.
- updateBracketHighlight(int) - Method in class jade.tools.gui.ACLTextArea
- UpdateLineColumn(char) - Method in class jade.content.lang.sl.SimpleCharStream
- UpdateLineColumn(char) - Method in class jade.lang.acl.SimpleCharStream
- updateScrollBars() - Method in class jade.tools.gui.ACLTextArea
-
Updates the state of the scroll bars.
- URLHelper - Class in FIPA
- usage(PrintStream) - Method in class jade.Boot3
-
Show usage information.
- USE_BACKEND_MANAGER - Static variable in class jade.core.BackEndContainer
- USE_CLASS_SIMPLE_NAME - Static variable in annotation type jade.content.onto.annotations.Element
- USE_METHOD_NAME - Static variable in annotation type jade.content.onto.annotations.Slot
- useConceptSlotsAsFunctions() - Method in class jade.content.onto.Ontology
-
Instruct this ontology to support usage of concept slots as functions.
- USER_AGENTS - Static variable in interface jade.core.ResourceManager
- USERAUTH_KEY - Static variable in class jade.core.Profile
-
This constant is the name of the property whose value contains the user authentication type to be used to login to the JADE platform.
- USERDEFINEDPARAM - Static variable in interface jade.lang.acl.ACLParserConstants
- userDefinedProperties - Variable in class FIPA.AgentID
- userDefinedProperties - Variable in class FIPA.Envelope
- USERDEFINEDSLOT - Static variable in interface jade.lang.acl.ACLParserConstants
- USERNAME - Static variable in interface jade.imtp.leap.JICP.PDPContextManager
- UserPropertyGui - Class in jade.gui
-
This class provides a gui for the user defined property.
V
- validate(AbsObject, Ontology) - Method in class jade.content.schema.AgentActionSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.AggregateSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.ConceptSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.ContentElementListSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in interface jade.content.schema.Facet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.CardinalityFacet
-
Check that the number of elements in an AbsAggregate is within a given range
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.DefaultValueFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.DocumentationFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.JavaTypeFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.PermittedValuesFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.RegexFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.facets.TypedAggregateFacet
-
Check whether a given value for the slot this Facet applies to is valid.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.IRESchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.ObjectSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.PredicateSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.PrimitiveSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.ReferenceSchema
-
Check whether a given abstract descriptor complies with this schema.
- validate(AbsObject, Ontology) - Method in class jade.content.schema.VariableSchema
-
Check whether a given abstract descriptor complies with this schema.
- value - Variable in class FIPA.AgentIDHolder
- value - Variable in class FIPA.AgentIDsHolder
- value - Variable in class FIPA.DateTimeHolder
- value - Variable in class FIPA.EnvelopeHolder
- value - Variable in class FIPA.EnvelopesHolder
- value - Variable in class FIPA.FipaMessageHolder
- value - Variable in class FIPA.MTSHolder
- value - Variable in class FIPA.OptAgentIDHolder
- value - Variable in class FIPA.OptDateTimeHolder
- value - Variable in class FIPA.OptReceivedObjectHolder
- value - Variable in class FIPA.OptTransportBehaviourTypeHolder
- value - Variable in class FIPA.PayloadHolder
- value - Variable in class FIPA.Property
- value - Variable in class FIPA.PropertyHolder
- value - Variable in class FIPA.ReceivedObjectHolder
- value - Variable in class FIPA.stringsHolder
- value - Variable in class FIPA.TransportBehaviourTypeHolder
- VALUE_TYPE - Static variable in class jade.content.schema.VariableSchema
- valueChanged(ListSelectionEvent) - Method in class jade.gui.ClassSelectionDialog
- valueFilter(String, String) - Method in class jade.util.ExtendedProperties
-
Called by getProperty(key, default) to perform any post processing of the value string.
- values() - Method in class jade.util.HashCache
- values() - Method in class jade.util.leap.HashMap
- values() - Method in interface jade.util.leap.Map
-
Returns a Collection view of the values contained in this map.
- VARIABLE - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- VARIABLE - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- VARIABLE - Static variable in class jade.content.schema.IRESchema
- VariableSchema - Class in jade.content.schema
-
This class represents the schema of a variable.
- VERSION_KEY - Static variable in class jade.BootProfileImpl
- VERSION_KEY - Static variable in class jade.imtp.leap.JICP.JICPProtocol
- VersionManager - Class in jade.core
- VersionManager() - Constructor for class jade.core.VersionManager
- vertical - Variable in class jade.tools.gui.ACLTextArea
- VerticalCommand - Interface in jade.core
-
The
VerticalCommandinterface represents those kernel-level commands that are sent to or through JADE kernel-level services. - via - Variable in class FIPA.ReceivedObject
- viewAPDescription(APDescription, String) - Method in class jade.tools.rma.rma
- viewAPDescription(String) - Method in class jade.tools.rma.rma
- viewAPServiceDialog(APService, Dialog, String) - Static method in class jade.gui.APServicePanel
-
To show an
APServicein A JDialog. - ViewMessage - Class in jade.tools.sniffer
-
This class includes the method ActionPerformed that is associated with the PopupMenu of the messages in the canvas.
- ViewMessage(MainWindow) - Constructor for class jade.tools.sniffer.ViewMessage
- viewString(String) - Method in class jade.gui.StringDlg
-
Allows the user to view a string value through a read-only version of this dialog.
- VIRTUAL_RECEIVER - Static variable in interface jade.core.replication.AgentReplicationHelper
-
ACL Message user defined parameter key specifying the local name of the virtual agent the message was sent to.
- visibleLines - Variable in class jade.tools.gui.ACLTextArea
- VisualAIDList - Class in jade.gui
-
This class extends the VisualStringList in order to show a list of AID (Agent-Identifer).
- VisualAPServiceList - Class in jade.gui
-
This class extends the VisualStringList in order to show a list of APService
- VisualPropertiesList - Class in jade.gui
-
This class extends the VisualStringList in order to show a list of user defined property.
- VisualServicesList - Class in jade.gui
-
This class extends the VisualStringList in order to show a list of services
- VisualStringList - Class in jade.gui
-
This class extends JPanel in order to provide a panel to show a list of string.
- VisualStringList(Iterator, Component) - Constructor for class jade.gui.VisualStringList
-
Constructor of a panel showing a list of strings.
W
- wait(AID, String) - Method in interface jade.core.AgentManager
- wait(AID, String) - Method in class jade.core.MainContainerImpl
-
Put an agent in the WAITING state wherever it is
- WAIT - Static variable in class jade.core.replication.MainReplicationService
- WAITING - Static variable in class jade.domain.FIPAAgentManagement.AMSAgentDescription
-
String constant for the
waitingagent life-cycle state. - waitUntilEmpty(long) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Blocks until all threads dedicated to the execution of threaded behaviours complete.
- waitUntilProcessed() - Method in class jade.util.Event
-
Blocks the calling thread until the
notifyProcessed()method is called. - waitUntilProcessed(long) - Method in class jade.util.Event
-
Blocks the calling thread until the
notifyProcessed()method is called. - waitUntilStarted() - Method in class jade.core.Agent
-
This method blocks until the agent has finished its start-up phase (i.e.
- wake(AID, String) - Method in interface jade.core.AgentManager
- wake(AID, String) - Method in class jade.core.MainContainerImpl
-
Wake-up an agent wherever it is
- WakerBehaviour - Class in jade.core.behaviours
-
This abstract class implements a OneShot task that must be executed only one just after a given timeout is elapsed.
- WakerBehaviour(Agent, long) - Constructor for class jade.core.behaviours.WakerBehaviour
-
This method constructs the behaviour.
- WakerBehaviour(Agent, Date) - Constructor for class jade.core.behaviours.WakerBehaviour
-
This method constructs the behaviour.
- wakeUp() - Method in class jade.core.TimerDispatcher
- WAP - Static variable in interface jade.domain.FIPANames.MTP
-
WAP-based MTP
- warning(SAXParseException) - Method in class jade.mtp.http.XMLCodec
-
This method is called when warning occur
- WARNING - Static variable in class jade.util.Logger
-
WARNING is a message level indicating a potential problem.
- warningDiscardTemplate - Variable in class jade.core.ExtendedMessageQueue
- warningLimit - Variable in class jade.core.ExtendedMessageQueue
- WHEN_ALL - Static variable in class jade.core.behaviours.ParallelBehaviour
-
Predefined constant to be used in the constructor to create a
ParallelBehaviourthat terminates when all its children are done. - WHEN_ANY - Static variable in class jade.core.behaviours.ParallelBehaviour
-
Predefined constant to be used in the constructor to create a
ParallelBehaviourthat terminates when any of its child is done. - WHEREISAGENT - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- WHEREISAGENT_AGENTIDENTIFIER - Static variable in interface jade.domain.JADEAgentManagement.JADEManagementVocabulary
- WhereIsAgentAction - Class in jade.domain.JADEAgentManagement
-
This class represents the
where-is-agentaction of theJADE-agent-management ontology. - WhereIsAgentAction() - Constructor for class jade.domain.JADEAgentManagement.WhereIsAgentAction
-
Default constructor.
- windowActivated(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowActivated(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowActivated(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowClosed(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowClosed(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowClosed(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowClosing(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowClosing(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowClosing(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowDeactivated(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowDeactivated(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowDeactivated(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowDeiconified(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowDeiconified(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowDeiconified(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowIconified(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowIconified(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowIconified(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- windowOpened(WindowEvent) - Method in class jade.gui.ClassSelectionDialog
- windowOpened(WindowEvent) - Method in class jade.tools.introspector.gui.IntrospectorGUI
- windowOpened(WindowEvent) - Method in class jade.tools.introspector.gui.MyDialog
- Word() - Method in class jade.lang.acl.ACLParser
- WORD - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- WORD - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- WORD - Static variable in interface jade.lang.acl.ACLParserConstants
- WORD2 - Static variable in interface jade.content.lang.sl.ExtendedSLParserConstants
-
RegularExpression Id.
- WORD2 - Static variable in interface jade.content.lang.sl.SLParserConstants
-
RegularExpression Id.
- wrap(boolean) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.BOOLEANcontaining a givenbooleanvalue. - wrap(byte[]) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.BYTE_SEQUENCEcontaining a givenbyte[]value. - wrap(double) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.FLOATcontaining a givendoublevalue. - wrap(float) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.FLOATcontaining a givenfloatvalue. - wrap(int) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.INTEGERcontaining a givenintvalue. - wrap(long) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.INTEGERcontaining a givenlongvalue. - wrap(AID) - Static method in class jade.content.OntoAID
-
Create an ontological Agent identifier that wraps an existing
AID. - wrap(Behaviour) - Method in class jade.core.behaviours.ThreadedBehaviourFactory
-
Wraps a normal JADE Behaviour
binto a "threaded behaviour". - wrap(ACLMessage) - Static method in class jade.content.OntoACLMessage
-
Create an ontological ACL message that wraps an existing
ACLMessage. - wrap(Object) - Static method in class jade.content.abs.AbsExtendedPrimitive
-
Create an AbsExtendedPrimitive of type
value.getClass()containing a given value. - wrap(String) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.STRINGcontaining a givenStringvalue. - wrap(Date) - Static method in class jade.content.abs.AbsPrimitive
-
Create an AbsPrimitive of type
BasicOntology.DATEcontaining a givenDatevalue. - wrapInHttp(byte[]) - Static method in class jade.imtp.leap.http.HTTPHelper
- wrapInHttp(JICPPacket) - Static method in class jade.imtp.leap.http.HTTPHelper
- WrapperBehaviour - Class in jade.core.behaviours
-
This behaviour allows modifying on the fly the way an existing behaviour object works The following piece of code provides an example where we modify the
done()method of an existing behaviour object to print on the standard output a proper message when the behaviour is completing. - WrapperBehaviour(Behaviour) - Constructor for class jade.core.behaviours.WrapperBehaviour
- WrapperException - Exception in jade.util
-
This class acts as a base class for all the exceptions that wrap another (nested) exception.
- WrapperException(String) - Constructor for exception jade.util.WrapperException
-
Create a wrapper exception with the given message.
- WrapperException(String, Throwable) - Constructor for exception jade.util.WrapperException
-
Create a wrapper exception with the given message and nested exception.
- write(ACLMessage) - Method in class jade.lang.acl.StringACLCodec
-
encodes the message and writes it into the Writer passed in the constructor.
- write(OutputStream) - Method in class jade.core.Agent
-
Write this agent to an output stream; this method can be used to record a snapshot of the agent state on a file or to send it through a network connection.
- write(OutputStream, byte[]) - Static method in class FIPA.PayloadHelper
- write(OutputStream, AgentID) - Static method in class FIPA.AgentIDHelper
- write(OutputStream, AgentID[]) - Static method in class FIPA.AgentIDsHelper
- write(OutputStream, AgentID[]) - Static method in class FIPA.OptAgentIDHelper
- write(OutputStream, DateTime) - Static method in class FIPA.DateTimeHelper
- write(OutputStream, DateTime[]) - Static method in class FIPA.OptDateTimeHelper
- write(OutputStream, Envelope) - Static method in class FIPA.EnvelopeHelper
- write(OutputStream, Envelope[]) - Static method in class FIPA.EnvelopesHelper
- write(OutputStream, FipaMessage) - Static method in class FIPA.FipaMessageHelper
- write(OutputStream, MTS) - Static method in class FIPA.MTSHelper
- write(OutputStream, Property) - Static method in class FIPA.PropertyHelper
- write(OutputStream, Property[]) - Static method in class FIPA.TransportBehaviourTypeHelper
- write(OutputStream, Property[][]) - Static method in class FIPA.OptTransportBehaviourTypeHelper
- write(OutputStream, ReceivedObject) - Static method in class FIPA.ReceivedObjectHelper
- write(OutputStream, ReceivedObject[]) - Static method in class FIPA.OptReceivedObjectHelper
- write(OutputStream, String) - Static method in class FIPA.URLHelper
- write(OutputStream, String[]) - Static method in class FIPA.stringsHelper
- writeAll(OutputStream, byte[]) - Static method in class jade.mtp.http.HTTPIO
-
Write the message to the OutputStream associated to the Sender
- writeLock() - Method in class jade.util.RWLock
-
Acquire the protected resource with writing privileges.
- WriteLogFileAction - Class in jade.tools.sniffer
-
Creates a serialized snapshot of the agents and sniffed messages in both canvases for later recall.
- WriteLogFileAction(ActionProcessor, MainPanel) - Constructor for class jade.tools.sniffer.WriteLogFileAction
- WriteMessageListAction - Class in jade.tools.sniffer
-
Writes a text file with all sniffed messages showed on the Message Canvas.
- WriteMessageListAction(ActionProcessor, MainPanel) - Constructor for class jade.tools.sniffer.WriteMessageListAction
- writePacket(JICPPacket) - Method in class jade.imtp.leap.JICP.Connection
-
Write a JICPPacket on the connection
- writePacket(JICPPacket) - Method in class jade.imtp.leap.JICP.JICPConnection
- writePacket(JICPPacket) - Method in class jade.imtp.leap.nio.NIOJICPConnection
-
Write a JICPPacket on the connection, first calls
#preprocessBufferToWrite(java.nio.ByteBuffer). - writePacket(JICPPacket, Connection) - Method in class jade.imtp.leap.JICP.BIFEDispatcher
- writeTo(OutputStream) - Method in class jade.imtp.leap.http.HTTPPacket
-
Method declaration
- writeTo(OutputStream) - Method in class jade.imtp.leap.http.HTTPRequest
-
Method declaration
- writeTo(OutputStream) - Method in class jade.imtp.leap.http.HTTPResponse
-
Method declaration
- writeTo(OutputStream) - Method in class jade.imtp.leap.JICP.JICPPacket
-
Writes the packet into the provided
OutputStream. - writeToChannel(ByteBuffer) - Method in class jade.imtp.leap.nio.NIOJICPConnection
-
writes data to the channel
- writeUnlock() - Method in class jade.util.RWLock
-
Release the protected resource, previously acquired with writing privileges.
X
- XML - Static variable in interface jade.domain.FIPANames.ACLCodec
-
Syntactic representation of ACL in XML form
- XMLCodec - Class in jade.mtp.http
- XMLCodec(String) - Constructor for class jade.mtp.http.XMLCodec
-
Constructor:
- xToOffset(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Converts an x co-ordinate to an offset within a line.
- xyToOffset(int, int) - Method in class jade.tools.gui.ACLTextArea
-
Converts a point to an offset, from the start of the text.
Y
- year - Variable in class FIPA.DateTime
- yRet - Static variable in class jade.tools.sniffer.Agent
- yToLine(int) - Method in class jade.tools.gui.ACLTextArea
-
Converts a y co-ordinate to a line index.
_
- _ids() - Method in class FIPA._MTSImplBase
- _ids() - Method in class FIPA._MTSStub
- _invalidateLine(int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Marks a line as needing a repaint, but doesn't actually repaint it until
repaint()is called manually. - _invalidateLineRange(int, int) - Method in class jade.tools.gui.ACLTextAreaPainter
-
Marks a range of lines as needing a repaint, but doesn't actually repaint them until
repaint()is called. - _MTSImplBase - Class in FIPA
- _MTSImplBase() - Constructor for class FIPA._MTSImplBase
- _MTSStub - Class in FIPA
- _MTSStub(Delegate) - Constructor for class FIPA._MTSStub
- _read(InputStream) - Method in class FIPA.AgentIDHolder
- _read(InputStream) - Method in class FIPA.AgentIDsHolder
- _read(InputStream) - Method in class FIPA.DateTimeHolder
- _read(InputStream) - Method in class FIPA.EnvelopeHolder
- _read(InputStream) - Method in class FIPA.EnvelopesHolder
- _read(InputStream) - Method in class FIPA.FipaMessageHolder
- _read(InputStream) - Method in class FIPA.MTSHolder
- _read(InputStream) - Method in class FIPA.OptAgentIDHolder
- _read(InputStream) - Method in class FIPA.OptDateTimeHolder
- _read(InputStream) - Method in class FIPA.OptReceivedObjectHolder
- _read(InputStream) - Method in class FIPA.OptTransportBehaviourTypeHolder
- _read(InputStream) - Method in class FIPA.PayloadHolder
- _read(InputStream) - Method in class FIPA.PropertyHolder
- _read(InputStream) - Method in class FIPA.ReceivedObjectHolder
- _read(InputStream) - Method in class FIPA.stringsHolder
- _read(InputStream) - Method in class FIPA.TransportBehaviourTypeHolder
- _type() - Method in class FIPA.AgentIDHolder
- _type() - Method in class FIPA.AgentIDsHolder
- _type() - Method in class FIPA.DateTimeHolder
- _type() - Method in class FIPA.EnvelopeHolder
- _type() - Method in class FIPA.EnvelopesHolder
- _type() - Method in class FIPA.FipaMessageHolder
- _type() - Method in class FIPA.MTSHolder
- _type() - Method in class FIPA.OptAgentIDHolder
- _type() - Method in class FIPA.OptDateTimeHolder
- _type() - Method in class FIPA.OptReceivedObjectHolder
- _type() - Method in class FIPA.OptTransportBehaviourTypeHolder
- _type() - Method in class FIPA.PayloadHolder
- _type() - Method in class FIPA.PropertyHolder
- _type() - Method in class FIPA.ReceivedObjectHolder
- _type() - Method in class FIPA.stringsHolder
- _type() - Method in class FIPA.TransportBehaviourTypeHolder
- _write(OutputStream) - Method in class FIPA.AgentIDHolder
- _write(OutputStream) - Method in class FIPA.AgentIDsHolder
- _write(OutputStream) - Method in class FIPA.DateTimeHolder
- _write(OutputStream) - Method in class FIPA.EnvelopeHolder
- _write(OutputStream) - Method in class FIPA.EnvelopesHolder
- _write(OutputStream) - Method in class FIPA.FipaMessageHolder
- _write(OutputStream) - Method in class FIPA.MTSHolder
- _write(OutputStream) - Method in class FIPA.OptAgentIDHolder
- _write(OutputStream) - Method in class FIPA.OptDateTimeHolder
- _write(OutputStream) - Method in class FIPA.OptReceivedObjectHolder
- _write(OutputStream) - Method in class FIPA.OptTransportBehaviourTypeHolder
- _write(OutputStream) - Method in class FIPA.PayloadHolder
- _write(OutputStream) - Method in class FIPA.PropertyHolder
- _write(OutputStream) - Method in class FIPA.ReceivedObjectHolder
- _write(OutputStream) - Method in class FIPA.stringsHolder
- _write(OutputStream) - Method in class FIPA.TransportBehaviourTypeHolder
All Classes All Packages