Serialized Form


Package jade

Class jade.BootException implements Serializable


Package jade.core

Class jade.core.acc.NoMoreAddressesException implements Serializable

Class jade.core.Agent implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

blockedBehaviours

java.util.List blockedBehaviours

currentBehaviour

Behaviour currentBehaviour
The Behaviour that is currently executing.
See Also:
Behaviour

currentMessage

ACLMessage currentMessage
Last message received.
See Also:
ACLMessage

messageCounter

int messageCounter

msgQueue

jade.core.MessageQueue msgQueue

myAID

AID myAID

myAPState

int myAPState

myBufferedState

int myBufferedState

myHap

java.lang.String myHap

myName

java.lang.String myName

myScheduler

jade.core.Scheduler myScheduler

mySecurityManager

jade.core.Agent.SecurityManager mySecurityManager

Class jade.core.AID implements Serializable

Serialized Fields

addresses

java.util.List addresses

name

java.lang.String name

resolvers

java.util.List resolvers

userDefSlots

java.util.Properties userDefSlots

Class jade.core.NotFoundException implements Serializable

Class jade.core.UnreachableException implements Serializable


Package jade.core.behaviours

Class jade.core.behaviours.Behaviour implements Serializable

Serialized Fields

myAgent

Agent myAgent
The agent this behaviour belongs to. This is an instance variable that holds a reference to the Agent object and allows the usage of its methods within the body of the behaviour. As the class Behaviour is the superclass of all the other behaviour classes, this variable is always available. Of course, remind to use the appropriate constructor, i.e. the one that accepts an agent object as argument; otherwise, this variable is set to null.

myEvent

Behaviour.RunnableChangedEvent myEvent
This event object will be re-used for every state change notification.

NOTIFY_DOWN

int NOTIFY_DOWN
A constant for parent-to-child notifications.

NOTIFY_UP

int NOTIFY_UP
A constant for child-to-parent notifications.

parent

ComplexBehaviour parent
Back pointer to the enclosing Behaviour (if present).
See Also:
ComplexBehaviour

runnableState

boolean runnableState

Class jade.core.behaviours.Behaviour.RunnableChangedEvent implements Serializable

Serialized Fields

direction

int direction

runnable

boolean runnable

this$0

Behaviour this$0

Class jade.core.behaviours.ComplexBehaviour implements Serializable

Serialized Fields

finished

boolean finished

starting

boolean starting

subBehaviours

ComplexBehaviour.BehaviourList subBehaviours
The children list for this behaviour. It can be accessed by subclasses to implement their scheduling policies.

Class jade.core.behaviours.ComplexBehaviour.BehaviourList implements Serializable

Serialized Fields

current

jade.core.behaviours.ComplexBehaviour.BehaviourList.Node current

first

jade.core.behaviours.ComplexBehaviour.BehaviourList.Node first

last

jade.core.behaviours.ComplexBehaviour.BehaviourList.Node last

length

int length

nodeStack

java.util.Stack nodeStack

this$0

ComplexBehaviour this$0

Class jade.core.behaviours.CyclicBehaviour implements Serializable

Class jade.core.behaviours.NonDeterministicBehaviour implements Serializable

Serialized Fields

blockedChildren

java.util.Hashtable blockedChildren

terminatedChildren

ComplexBehaviour.BehaviourList terminatedChildren

whenToStop

int whenToStop

Class jade.core.behaviours.OneShotBehaviour implements Serializable

Class jade.core.behaviours.ReceiverBehaviour implements Serializable

Serialized Fields

blockingTime

long blockingTime

finished

boolean finished

future

jade.core.behaviours.ReceiverBehaviour.MessageFuture future

result

ACLMessage result

template

MessageTemplate template

timeOut

long timeOut

timeToWait

long timeToWait

Class jade.core.behaviours.ReceiverBehaviour.NotYetReady implements Serializable

Class jade.core.behaviours.ReceiverBehaviour.TimedOut implements Serializable

Class jade.core.behaviours.SenderBehaviour implements Serializable

Serialized Fields

message

ACLMessage message

Class jade.core.behaviours.SequentialBehaviour implements Serializable

Class jade.core.behaviours.SimpleBehaviour implements Serializable

Class jade.core.behaviours.WakerBehaviour implements Serializable

Serialized Fields

blockTime

long blockTime

finished

boolean finished

state

int state

wakeupTime

long wakeupTime


Package jade.domain

Class jade.domain.ams implements Serializable

Serialized Fields

agentDescriptions

jade.domain.KB agentDescriptions

deregisterTool

jade.domain.ams.DeregisterToolBehaviour deregisterTool

dispatcher

FipaRequestResponderBehaviour dispatcher

eventQueue

java.util.List eventQueue

extensionsDispatcher

FipaRequestResponderBehaviour extensionsDispatcher

mobilityMgr

jade.domain.MobilityManager mobilityMgr

myPlatform

AgentManager myPlatform

notifyTools

jade.domain.ams.NotifyToolsBehaviour notifyTools

pendingInforms

java.util.Map pendingInforms

registerTool

jade.domain.ams.RegisterToolBehaviour registerTool

theProfile

APDescription theProfile

toolNotification

ACLMessage toolNotification

tools

java.util.List tools

Class jade.domain.df implements Serializable

Serialized Fields

agentDescriptions

jade.domain.KB agentDescriptions

children

java.util.List children

dispatcher

FipaRequestResponderBehaviour dispatcher

dscDFParentMap

java.util.HashMap dscDFParentMap

gui

jade.tools.dfgui.DFGUI gui

jadeExtensionDispatcher

FipaRequestResponderBehaviour jadeExtensionDispatcher

parents

java.util.List parents

thisDF

DFAgentDescription thisDF

Class jade.domain.FIPAException implements Serializable

Serialized Fields

content

java.lang.String content

msg

ACLMessage msg

Class jade.domain.MobilityOntology.Location implements Serializable

Serialized Fields

address

java.lang.String address

name

java.lang.String name

protocol

java.lang.String protocol

Class jade.domain.RequestFIPAServiceBehaviour implements Serializable

Serialized Fields

c

Codec c

lastMsg

ACLMessage lastMsg

notYetReady

boolean notYetReady

outcome

FIPAException outcome

Class jade.domain.RequestFIPAServiceBehaviour.NotYetReady implements Serializable


Package jade.domain.FIPAAgentManagement

Class jade.domain.FIPAAgentManagement.AlreadyRegistered implements Serializable

Class jade.domain.FIPAAgentManagement.Envelope implements Serializable

Serialized Fields

aclRepresentation

java.lang.String aclRepresentation

comments

java.lang.String comments

date

java.util.Date date

encrypted

java.util.List encrypted

from

AID from

intendedReceiver

java.util.List intendedReceiver

payloadEncoding

java.lang.String payloadEncoding

payloadLength

java.lang.String payloadLength

received

ReceivedObject received

to

java.util.List to

transportBehaviour

java.util.Properties transportBehaviour

Class jade.domain.FIPAAgentManagement.FailureException implements Serializable

Class jade.domain.FIPAAgentManagement.InternalError implements Serializable

Serialized Fields

s1

java.lang.String s1

Class jade.domain.FIPAAgentManagement.MissingParameter implements Serializable

Serialized Fields

s1

java.lang.String s1

s2

java.lang.String s2

Class jade.domain.FIPAAgentManagement.NotRegistered implements Serializable

Class jade.domain.FIPAAgentManagement.NotUnderstoodException implements Serializable

Class jade.domain.FIPAAgentManagement.RefuseException implements Serializable

Class jade.domain.FIPAAgentManagement.Unauthorised implements Serializable

Class jade.domain.FIPAAgentManagement.UnexpectedAct implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.domain.FIPAAgentManagement.UnexpectedParameter implements Serializable

Serialized Fields

s1

java.lang.String s1

s2

java.lang.String s2

Class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue implements Serializable

Serialized Fields

s1

java.lang.String s1

s2

java.lang.String s2

Class jade.domain.FIPAAgentManagement.UnrecognisedValue implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.domain.FIPAAgentManagement.UnsupportedAct implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.domain.FIPAAgentManagement.UnsupportedFunction implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.domain.FIPAAgentManagement.UnsupportedValue implements Serializable

Serialized Fields

s

java.lang.String s


Package jade.gui

Class jade.gui.AboutJadeAction implements Serializable

Serialized Fields

dark_blue

java.awt.Color dark_blue

gui

javax.swing.JFrame gui

label

javax.swing.JLabel label

logocselt

java.lang.String logocselt

logojade

java.lang.String logojade

Class jade.gui.AclGui implements Serializable

Serialized Fields

aclPanel

javax.swing.JPanel aclPanel

bottomBorder

int bottomBorder

colWidth

int[] colWidth

communicativeAct

javax.swing.JComboBox communicativeAct

constraint

java.awt.GridBagConstraints constraint

content

javax.swing.JTextArea content

conversationId

javax.swing.JTextField conversationId

encoding

javax.swing.JTextField encoding

fipaActVector

java.util.Vector fipaActVector

fipaProtocolArrayList

java.util.ArrayList fipaProtocolArrayList

firstPaintFlag

boolean firstPaintFlag

gridNCol

int gridNCol

gridNRow

int gridNRow

guiEnabledFlag

boolean guiEnabledFlag

inReplyTo

javax.swing.JTextField inReplyTo

language

javax.swing.JTextField language

lastSelectedIndex

int lastSelectedIndex

lastSelectedItem

java.lang.String lastSelectedItem

leftBorder

int leftBorder

lm

java.awt.GridBagLayout lm

minDim

java.awt.Dimension minDim

newAIDSender

AID newAIDSender

ontology

javax.swing.JTextField ontology

propertiesListPanel

VisualPropertiesList propertiesListPanel

protocol

javax.swing.JComboBox protocol

receiverListPanel

VisualAIDList receiverListPanel

replyBy

javax.swing.JTextField replyBy

replyByDate

java.util.Date replyByDate

replyBySet

javax.swing.JButton replyBySet

replyToListPanel

VisualAIDList replyToListPanel

replyWith

javax.swing.JTextField replyWith

rightBorder

int rightBorder

sender

javax.swing.JTextField sender

SenderAID

AID SenderAID

senderButton

javax.swing.JButton senderButton

senderEnabledFlag

boolean senderEnabledFlag

topBorder

int topBorder

xSpacing

int xSpacing

ySpacing

int ySpacing

Class jade.gui.AgentTree implements Serializable

Serialized Fields

mapDescriptor

java.util.Map mapDescriptor

tree

javax.swing.JTree tree

Class jade.gui.AgentTree.AgentNode implements Serializable

Serialized Fields

addressAgent

java.lang.String addressAgent

stateAgent

java.lang.String stateAgent

this$0

AgentTree this$0

typeAgent

java.lang.String typeAgent

Class jade.gui.AgentTree.ContainerNode implements Serializable

Serialized Fields

addressmachine

java.net.InetAddress addressmachine

this$0

AgentTree this$0

typeContainer

java.lang.String typeContainer

Class jade.gui.AgentTree.Node implements Serializable

Serialized Fields

chgeIcon

boolean chgeIcon

img

javax.swing.Icon img

name

java.lang.String name

this$0

AgentTree this$0

Class jade.gui.AgentTree.SuperContainer implements Serializable

Serialized Fields

this$0

AgentTree this$0

Class jade.gui.AgentTreeModel implements Serializable

Class jade.gui.AIDGui implements Serializable

Serialized Fields

addressListPanel

VisualStringList addressListPanel

agentAID

AID agentAID

checkSlots

boolean checkSlots

editable

boolean editable

nameText

javax.swing.JTextField nameText

out

AID out

propertiesListPanel

VisualPropertiesList propertiesListPanel

resolverListPanel

VisualAIDList resolverListPanel

Class jade.gui.BootGUI implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel

currentDir

java.io.File currentDir

fileOpened

java.lang.String fileOpened

modified

boolean modified

outProp

java.util.Properties outProp

propertiesVector

java.util.List propertiesVector

propertyPanel

javax.swing.JPanel propertyPanel

statusField

javax.swing.JTextField statusField

topPanel

javax.swing.JPanel topPanel

Class jade.gui.ConstraintDlg implements Serializable

Serialized Fields

constraints

SearchConstraints constraints

maxDepth

javax.swing.JTextField maxDepth

maxResult

javax.swing.JTextField maxResult

Class jade.gui.DFAgentDscDlg implements Serializable

Serialized Fields

agentName

javax.swing.JTextField agentName

checkSlots

boolean checkSlots

dfdAgent

DFAgentDescription dfdAgent

dlgParent

java.awt.Dialog dlgParent

editable

boolean editable

languagesListPanel

VisualStringList languagesListPanel

newAID

AID newAID

ontologiesListPanel

VisualStringList ontologiesListPanel

out

DFAgentDescription out

protocolsListPanel

VisualStringList protocolsListPanel

servicesListPanel

VisualServicesList servicesListPanel

Class jade.gui.GuiAgent implements Serializable

Serialized Fields

guiEventQueue

java.util.Vector guiEventQueue

guiEventQueueLock

java.lang.Boolean guiEventQueueLock

Class jade.gui.TreeHelp implements Serializable

Serialized Fields

helpURL

java.net.URL helpURL

htmlPane

javax.swing.JEditorPane htmlPane

lineStyle

java.lang.String lineStyle

playWithLineStyle

boolean playWithLineStyle

Class jade.gui.TreeIconRenderer implements Serializable

Class jade.gui.UserPropertyGui implements Serializable

Serialized Fields

editable

boolean editable

nameValue

javax.swing.JTextField nameValue

out

jade.gui.SingleProperty out

valueValue

javax.swing.JTextField valueValue

Class jade.gui.VisualAIDList implements Serializable

Serialized Fields

checkSlots

boolean checkSlots

Class jade.gui.VisualPropertiesList implements Serializable

Serialized Fields

userDefinedSlots

java.util.Properties userDefinedSlots

Class jade.gui.VisualServicesList implements Serializable

Serialized Fields

checkSlots

boolean checkSlots

Class jade.gui.VisualStringList implements Serializable

Serialized Fields

addItem

javax.swing.JMenuItem addItem

editItem

javax.swing.JMenuItem editItem

genericList

javax.swing.JList genericList

listModel

javax.swing.DefaultListModel listModel

owner

java.awt.Component owner

pane

javax.swing.JScrollPane pane

popUp

javax.swing.JPopupMenu popUp

removeItem

javax.swing.JMenuItem removeItem


Package jade.lang

Class jade.lang.Codec.CodecException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package jade.lang.acl

Class jade.lang.acl.ACLCodec.CodecException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

Class jade.lang.acl.ACLMessage implements Serializable

Serialized Fields

content

java.lang.StringBuffer content

conversation_id

java.lang.StringBuffer conversation_id

dests

java.util.ArrayList dests

encoding

java.lang.StringBuffer encoding

in_reply_to

java.lang.StringBuffer in_reply_to

language

java.lang.StringBuffer language

ontology

java.lang.StringBuffer ontology

performative

int performative

protocol

java.lang.StringBuffer protocol

reply_by

java.lang.StringBuffer reply_by

reply_byInMillisec

long reply_byInMillisec

reply_to

java.util.ArrayList reply_to

reply_with

java.lang.StringBuffer reply_with

source

AID source

userDefProps

java.util.Properties userDefProps

Class jade.lang.acl.MessageTemplate implements Serializable

Serialized Fields

toMatch

jade.lang.acl.MessageTemplate.MatchExpression toMatch

Class jade.lang.acl.ParseException implements Serializable

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

eol

java.lang.String eol
The end of line string for this machine.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

Class jade.lang.acl.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class jade.lang.acl.UnreadableException implements Serializable


Package jade.lang.sl

Class jade.lang.sl.ParseException implements Serializable

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

eol

java.lang.String eol
The end of line string for this machine.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

Class jade.lang.sl.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package jade.mtp

Class jade.mtp.MTP.MTPException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package jade.onto

Class jade.onto.Name implements Serializable

Serialized Fields

s

java.lang.String s

Class jade.onto.OntologyException implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package jade.proto

Class jade.proto.FipaContractNetInitiatorBehaviour implements Serializable

Serialized Fields

blockTime

long blockTime

cfpMsg

ACLMessage cfpMsg
This is the cfpMsg sent in the first state of the protocol

endingTime

long endingTime

finished

boolean finished
This boolean should be set to true in order to finish abnormally the protocol.

hasBeenReset

boolean hasBeenReset

msgAcceptReject

java.util.Vector msgAcceptReject

msgFinal

java.util.Vector msgFinal

msgFinalAnswers

java.util.Vector msgFinalAnswers

msgProposals

java.util.Vector msgProposals

proposerAgents

java.util.List proposerAgents

state

int state

template

MessageTemplate template

timeout

long timeout

waitedAgents

java.util.List waitedAgents

Class jade.proto.FipaContractNetResponderBehaviour implements Serializable

Serialized Fields

acceptMsg

ACLMessage acceptMsg

blockTime

long blockTime

cfpMsg

ACLMessage cfpMsg

endingTime

long endingTime

finished

boolean finished
this variable should be set to true when the behaviour should terminate

informMsg

ACLMessage informMsg

mt

MessageTemplate mt

proposeMsg

ACLMessage proposeMsg

state

int state

template

MessageTemplate template

timeout

long timeout

Class jade.proto.FipaQueryInitiatorBehaviour implements Serializable

Serialized Fields

blockTime

long blockTime

endingTime

long endingTime

finished

boolean finished

informerAgents

java.util.List informerAgents

msgFinalAnswers

java.util.Vector msgFinalAnswers

msgInforms

java.util.Vector msgInforms

queryMsg

ACLMessage queryMsg
This is the query-refMsg sent in the first state of the protocol

state

int state

template

MessageTemplate template

timeout

long timeout

waitedAgents

java.util.List waitedAgents

Class jade.proto.FipaQueryResponderBehaviour implements Serializable

Serialized Fields

finished

boolean finished
This variable must be set to true in order to finish the behaviour and remove it from the agent's behaviours.

msg

ACLMessage msg

reply

ACLMessage reply

state

int state

template

MessageTemplate template

Class jade.proto.FipaRequestInitiatorBehaviour implements Serializable

Serialized Fields

blockTime

long blockTime

endingTime

long endingTime

finished

boolean finished
Use this protected variable to block the protocol in whatever state.

firstAnswerMsg

ACLMessage firstAnswerMsg

firstReqTemplate

MessageTemplate firstReqTemplate

reqMsg

ACLMessage reqMsg

reqTemplate

MessageTemplate reqTemplate

secondAnswerMsg

ACLMessage secondAnswerMsg

secondReqTemplate

MessageTemplate secondReqTemplate

state

int state

timeout

long timeout

Class jade.proto.FipaRequestResponderBehaviour implements Serializable

Serialized Fields

actions

java.util.Map actions

requestTemplate

MessageTemplate requestTemplate

Class jade.proto.FipaRequestResponderBehaviour.ActionHandler implements Serializable

Serialized Fields

myReply

ACLMessage myReply

myRequest

ACLMessage myRequest