Serialized Form
elements
List elements
readObject
private void readObject(java.io.ObjectInputStream oin)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
validationMode
boolean validationMode
isAContentExpression
boolean isAContentExpression
elements
List elements
elementTemplate
AbsTerm elementTemplate
elements
List elements
typeName
java.lang.String typeName
isAContentExpression
boolean isAContentExpression
value
java.lang.Object value
typeName
java.lang.String typeName
isAContentExpression
boolean isAContentExpression
elements
HashMap elements
orderedKeys
ArrayList orderedKeys
- This list keeps the keys in the same order as they were added
typeName
java.lang.String typeName
changed
boolean changed
- true if this object is changed and its hash must be recomputed
hashCode
int hashCode
isAContentExpression
boolean isAContentExpression
isMeta
boolean isMeta
value
java.lang.Object value
typeName
java.lang.String typeName
isMeta
boolean isMeta
|
Package jade.content.lang |
name
java.lang.String name
|
Package jade.content.lang.leap |
readObject
private void readObject(java.io.ObjectInputStream oin)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
|
Package jade.content.lang.sl |
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).
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.
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.
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.
eol
java.lang.String eol
- The end of line string for this machine.
indent
int indent
logger
Logger logger
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Restore parser after deserialization.
The readResolve method is called when ObjectInputStream has read an object from the stream
and is preparing to return it to the caller.
The readResolve method is not invoked on the object until the object is fully constructed.
- Throws:
java.io.ObjectStreamException
slOnto
jade.content.lang.sl.SL0Ontology slOnto
domainOnto
Ontology domainOnto
metaAllowed
boolean metaAllowed
- This variable is true, when meta symbols are allowed (metas are a semantics-specific extension to the SL Grammar)
preserveJavaTypes
boolean preserveJavaTypes
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package jade.content.onto |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
serialVersionUID: -2007125499000302494L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
serialVersionUID: 1L
concept
Concept concept
onto
Ontology onto
base
Ontology[] base
name
java.lang.String name
introspector
Introspector introspector
elements
java.util.Hashtable<K,V> elements
classes
java.util.Hashtable<K,V> classes
schemas
java.util.Hashtable<K,V> schemas
conceptSlots
java.util.Hashtable<K,V> conceptSlots
logger
Logger logger
writeReplace
private java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
myClassLoader
java.lang.ClassLoader myClassLoader
|
Package jade.content.onto.basic |
actor
AID actor
action
Concept action
action
Concept action
condition
Predicate condition
left
java.lang.Object left
right
java.lang.Object right
action
Concept action
value
java.lang.Object value
|
Package jade.content.schema |
elementsSchema
TermSchema elementsSchema
encodingByOrder
boolean encodingByOrder
|
Package jade.content.schema.facets |
cardMin
int cardMin
cardMax
int cardMax
defaultValue
java.lang.Object defaultValue
documentation
java.lang.String documentation
javaType
java.lang.String javaType
permittedValues
java.lang.Object[] permittedValues
regex
java.lang.String regex
type
ObjectSchema type
serialVersionUID: 3487495895819000L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
msgQueueMaxSize
int msgQueueMaxSize
o2aQueueSize
int o2aQueueSize
o2aManager
Behaviour o2aManager
o2aInterfaces
java.util.Map<K,V> o2aInterfaces
myName
java.lang.String myName
myAID
AID myAID
myHap
java.lang.String myHap
myScheduler
jade.core.Scheduler myScheduler
restarting
boolean restarting
myLifeCycle
LifeCycle myLifeCycle
myBufferedLifeCycle
LifeCycle myBufferedLifeCycle
myActiveLifeCycle
LifeCycle myActiveLifeCycle
terminating
boolean terminating
- This flag is used to distinguish the normal AP_ACTIVE state from
the particular case in which the agent state is set to AP_ACTIVE
during agent termination (takeDown()) to allow it to clean-up properly.
In this case in fact a call to
doDelete(),
doMove(), doClone() and doSuspend()
should have no effect.
generateBehaviourEvents
boolean generateBehaviourEvents
- When set to false (default) all behaviour-related events (such as ADDED_BEHAVIOUR
or CHANGED_BEHAVIOUR_STATE) are not generated in order to improve performances.
These events in facts are very frequent.
theContentManager
ContentManager theContentManager
|
Class jade.core.AID extends java.lang.Object implements Serializable |
name
java.lang.String name
hashCode
int hashCode
addresses
List addresses
resolvers
List resolvers
userDefSlots
Properties userDefSlots
myName
java.lang.String myName
hasLocalPM
boolean hasLocalPM
code
int code
name
java.lang.String name
className
java.lang.String className
kind
java.lang.String kind
children
List children
s
java.lang.String s
-
hashCode
int hashCode
name
java.lang.String name
protocol
java.lang.String protocol
address
java.lang.String address
port
java.lang.String port
main
java.lang.Boolean main
principal
jade.security.JADEPrincipal principal
creds
jade.security.Credentials creds
myName
java.lang.String myName
myService
java.lang.String myService
myInteraction
java.lang.String myInteraction
params
List params
returnValue
java.lang.Object returnValue
myAgent
Agent myAgent
myState
int myState
myName
java.lang.String myName
myNode
Node myNode
parentNode
Node parentNode
myContainer
ContainerID myContainer
username
java.lang.String username
password
byte[] password
myPrincipal
jade.security.JADEPrincipal myPrincipal
ownerPrincipal
jade.security.JADEPrincipal ownerPrincipal
ownerCredentials
jade.security.Credentials ownerCredentials
_amsAID
AID _amsAID
firstReceived
boolean firstReceived
terminated
boolean terminated
startTime
long startTime
cnt
int cnt
msg
ACLMessage msg
myReceiver
AID myReceiver
msg
ACLMessage msg
myReceiver
AID myReceiver
myTemplate
MessageTemplate myTemplate
totalCoupleTime
long totalCoupleTime
totalCoupleTime2
long totalCoupleTime2
terminated
boolean terminated
cnt
int cnt
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
myName
java.lang.String myName
myIsMandatory
boolean myIsMandatory
serviceClass
java.lang.String serviceClass
myNode
Node myNode
|
Package jade.core.behaviours |
serialVersionUID: 3487495895819001L
myName
java.lang.String myName
startFlag
boolean startFlag
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.
runnableState
boolean runnableState
- Flag indicating whether this Behaviour is runnable or not
restartCounter
long restartCounter
executionState
java.lang.String executionState
myEvent
Behaviour.RunnableChangedEvent myEvent
- This event object will be re-used for every state change
notification.
myStore
DataStore myStore
- The private data store of this Behaviour
wrappedParent
CompositeBehaviour wrappedParent
parent
CompositeBehaviour parent
serialVersionUID: 3487495895819002L
runnable
boolean runnable
-
direction
int direction
-
starting
boolean starting
- This variable marks the state when no child-behaviour has been run yet.
finished
boolean finished
- This variable marks the state when all child-behaviours have been run.
currentDone
boolean currentDone
currentResult
int currentResult
currentExecuted
boolean currentExecuted
states
Map states
current
Behaviour current
lastStates
List lastStates
currentName
java.lang.String currentName
previousName
java.lang.String previousName
firstName
java.lang.String firstName
lastExitValue
int lastExitValue
transitionForced
boolean transitionForced
forcedTransitionDest
java.lang.String forcedTransitionDest
theTransitionTable
jade.core.behaviours.FSMBehaviour.TransitionTable theTransitionTable
myLogger
Logger myLogger
codec
Codec codec
onto
Ontology onto
myContentManager
ContentManager myContentManager
localLoader
java.lang.ClassLoader localLoader
myTemplate
MessageTemplate myTemplate
finished
boolean finished
serialVersionUID: -2997404961058073783L
serverDelegate
java.lang.Object serverDelegate
onto
Ontology onto
codec
Codec codec
servedPerformatives
int[] servedPerformatives
ignoredConversations
ConversationList ignoredConversations
template
MessageTemplate template
cachedMethods
java.util.Map<K,V> cachedMethods
receivedContentElement
ContentElement receivedContentElement
myLogger
Logger myLogger
whenToStop
int whenToStop
subBehaviours
jade.core.behaviours.BehaviourList subBehaviours
blockedChildren
java.util.Hashtable<K,V> blockedChildren
terminatedChildren
jade.core.behaviours.BehaviourList terminatedChildren
template
MessageTemplate template
-
future
jade.core.behaviours.ReceiverBehaviour.MessageFuture future
-
timeOut
long timeOut
-
timeToWait
long timeToWait
-
blockingTime
long blockingTime
-
finished
boolean finished
-
message
ACLMessage message
-
subBehaviours
List subBehaviours
current
int current
myThread
java.lang.Thread myThread
myBehaviour
Behaviour myBehaviour
restarted
boolean restarted
finished
boolean finished
suspended
boolean suspended
exitValue
int exitValue
threadState
java.lang.String threadState
wakeupTime
long wakeupTime
period
long period
finished
boolean finished
tickCount
int tickCount
fixedPeriod
boolean fixedPeriod
startTime
long startTime
wakeupTime
long wakeupTime
-
blockTime
long blockTime
-
timeout
long timeout
-
state
int state
-
finished
boolean finished
-
wrappedBehaviour
Behaviour wrappedBehaviour
agent
AID agent
behaviour
BehaviourID behaviour
from
AgentState from
to
AgentState to
behaviourFrom
java.lang.String behaviourFrom
behaviourTo
java.lang.String behaviourTo
oldPrincipal
jade.security.JADEPrincipal oldPrincipal
newPrincipal
jade.security.JADEPrincipal newPrincipal
agent
AID agent
time
java.util.Date time
message
ACLMessage message
sender
AID sender
receiver
AID receiver
from
Channel from
to
Channel to
chan
Channel chan
env
Envelope env
payload
byte[] payload
newContainer
ContainerID newContainer
myPlatformName
java.lang.String myPlatformName
agent
AID agent
oldOwnership
java.lang.String oldOwnership
newOwnership
java.lang.String newOwnership
containerRemoved
boolean containerRemoved
amsMaxResults
int amsMaxResults
logger
Logger logger
myPlatform
AgentManager myPlatform
codec
Codec codec
toolNotification
ACLMessage toolNotification
eventQueue
InputQueue eventQueue
queueFeeder
AMSEventQueueFeeder queueFeeder
pendingNewAgents
java.util.Hashtable<K,V> pendingNewAgents
pendingDeadAgents
java.util.Hashtable<K,V> pendingDeadAgents
pendingClonedAgents
java.util.Hashtable<K,V> pendingClonedAgents
pendingMovedAgents
java.util.Hashtable<K,V> pendingMovedAgents
pendingRemovedContainers
java.util.Hashtable<K,V> pendingRemovedContainers
theProfile
APDescription theProfile
searchIdCache
HashCache searchIdCache
searchIdCnt
int searchIdCnt
children
List children
parents
List parents
dscDFParentMap
HashMap dscDFParentMap
pendingRequests
HashMap pendingRequests
gui
DFGUIInterface gui
myDescription
DFAgentDescription myDescription
codec
Codec codec
tbf
ThreadedBehaviourFactory tbf
amsSubscriber
AMSSubscriber amsSubscriber
maxResultLimit
int maxResultLimit
maxLeaseTime
java.util.Date maxLeaseTime
agentDescriptions
jade.domain.KBManagement.KB agentDescriptions
subManager
jade.domain.KBSubscriptionManager subManager
dfSubscriptionResponder
SubscriptionResponder dfSubscriptionResponder
logger
Logger logger
msg
ACLMessage msg
content
java.lang.String content
lastMsg
ACLMessage lastMsg
-
notYetReady
boolean notYetReady
-
timeout
long timeout
-
outcome
FIPAException outcome
-
notification
ACLMessage notification
myLogger
Logger myLogger
|
Package jade.domain.DFGUIManagement |
df
AID df
description
DFAgentDescription description
df
AID df
description
DFAgentDescription description
parentDF
AID parentDF
df
AID df
description
DFAgentDescription description
df
AID df
description
DFAgentDescription description
df
AID df
description
DFAgentDescription description
constraints
SearchConstraints constraints
|
Package jade.domain.FIPAAgentManagement |
name
AID name
ownership
java.lang.String ownership
state
java.lang.String state
name
java.lang.String name
services
List services
addresses
List addresses
name
java.lang.String name
type
java.lang.String type
description
java.lang.Object description
name
AID name
services
List services
interactionProtocols
List interactionProtocols
ontology
List ontology
language
List language
leaseTime
java.util.Date leaseTime
to
ArrayList to
-
from
AID from
-
comments
java.lang.String comments
-
aclRepresentation
java.lang.String aclRepresentation
-
payloadLength
java.lang.Long payloadLength
-
payloadEncoding
java.lang.String payloadEncoding
-
date
java.util.Date date
-
intendedReceiver
ArrayList intendedReceiver
-
transportBehaviour
Properties transportBehaviour
-
stamps
ArrayList stamps
-
properties
ArrayList properties
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
description
java.lang.Object description
name
java.lang.String name
value
java.lang.Object value
by
java.lang.String by
from
java.lang.String from
date
java.util.Date date
id
java.lang.String id
via
java.lang.String via
description
java.lang.Object description
description
java.lang.Object description
constraints
SearchConstraints constraints
max_depth
java.lang.Long max_depth
max_results
java.lang.Long max_results
search_id
java.lang.String search_id
cnt
int cnt
name
java.lang.String name
type
java.lang.String type
ownership
java.lang.String ownership
interactionProtocols
List interactionProtocols
ontology
List ontology
language
List language
properties
List properties
s
java.lang.String s
-
s1
java.lang.String s1
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
s1
java.lang.String s1
-
s2
java.lang.String s2
-
s
java.lang.String s
-
s
java.lang.String s
s
java.lang.String s
-
s
java.lang.String s
-
|
Package jade.domain.introspection |
env
Envelope env
payload
java.lang.String payload
agent
AID agent
behaviour
BehaviourID behaviour
container
ContainerID container
ownership
java.lang.String ownership
address
java.lang.String address
proto
java.lang.String proto
where
ContainerID where
ams
AID ams
AMSSubscription
ACLMessage AMSSubscription
AMSCancellation
ACLMessage AMSCancellation
listenTemplate
MessageTemplate listenTemplate
active
boolean active
handlers
java.util.Map<K,V> handlers
agent
AID agent
where
ContainerID where
state
java.lang.String state
ownership
java.lang.String ownership
className
java.lang.String className
agent
AID agent
from
java.lang.String from
to
java.lang.String to
where
ContainerID where
agent
AID agent
from
AgentState from
to
AgentState to
agent
AID agent
behaviour
BehaviourID behaviour
from
java.lang.String from
to
java.lang.String to
agent
AID agent
where
ContainerID where
containerRemoved
java.lang.Boolean containerRemoved
what
Event what
when
java.util.Date when
where
Location where
agent
AID agent
where
ContainerID where
bufferContainer
ContainerID bufferContainer
key
java.lang.String key
codec
Codec codec
onto
Ontology onto
template
MessageTemplate template
container
ContainerID container
agent
AID agent
from
ContainerID from
to
ContainerID to
arg
EventRecord arg
platform
APDescription platform
message
ACLMessage message
sender
AID sender
receiver
AID receiver
sender
AID sender
receiver
AID receiver
message
ACLMessage message
agent
AID agent
behaviour
BehaviourID behaviour
container
ContainerID container
address
java.lang.String address
proto
java.lang.String proto
where
ContainerID where
agent
AID agent
where
ContainerID where
from
Channel from
to
Channel to
message
ACLMessage message
sender
AID sender
receiver
AID receiver
message
ACLMessage message
observed
AID observed
events
List events
observed
AID observed
events
List events
agent
AID agent
where
ContainerID where
agent
AID agent
where
ContainerID where
bufferContainer
ContainerID bufferContainer
|
Package jade.domain.JADEAgentManagement |
agentName
java.lang.String agentName
className
java.lang.String className
arguments
List arguments
container
ContainerID container
owner
jade.security.JADEPrincipal owner
initialCredentials
jade.security.Credentials initialCredentials
debugger
AID debugger
debuggedAgents
List debuggedAgents
password
java.lang.String password
debugger
AID debugger
debuggedAgents
List debuggedAgents
password
java.lang.String password
address
java.lang.String address
container
ContainerID container
className
java.lang.String className
agent
AID agent
password
java.lang.String password
container
ContainerID container
password
java.lang.String password
location
Location location
sniffer
AID sniffer
sniffedAgents
List sniffedAgents
password
java.lang.String password
sniffer
AID sniffer
sniffedAgents
List sniffedAgents
password
java.lang.String password
address
java.lang.String address
container
ContainerID container
agentName
AID agentName
|
Package jade.domain.mobility |
newName
java.lang.String newName
className
java.lang.String className
code
byte[] code
zip
byte[] zip
parameters
List parameters
name
AID name
destination
Location destination
agentProfile
MobileAgentProfile agentProfile
agentVersion
java.lang.String agentVersion
signature
java.lang.String signature
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
system
MobileAgentSystem system
language
MobileAgentLanguage language
os
MobileAgentOS os
name
java.lang.String name
majorVersion
java.lang.Long majorVersion
minorVersion
java.lang.Long minorVersion
dependencies
java.lang.String dependencies
agentToMove
MobileAgentDescription agentToMove
name
java.lang.String name
value
java.lang.Object value
mode
int mode
gui
javax.swing.JFrame gui
-
label
javax.swing.JLabel label
-
dark_blue
java.awt.Color dark_blue
-
logojade
java.lang.String logojade
-
check
java.lang.String check
logocselt
java.lang.String logocselt
-
ownerGui
java.awt.Component ownerGui
logger
Logger logger
SenderAID
AID SenderAID
newAIDSender
AID newAIDSender
fromAID
AID fromAID
newAIDFrom
AID newAIDFrom
receiverListPanel
VisualAIDList receiverListPanel
replyToListPanel
VisualAIDList replyToListPanel
propertiesListPanel
VisualPropertiesList propertiesListPanel
guiEnabledFlag
boolean guiEnabledFlag
sender
javax.swing.JTextField sender
senderEnabledFlag
boolean senderEnabledFlag
communicativeAct
javax.swing.JComboBox communicativeAct
content
javax.swing.JTextArea content
language
javax.swing.JTextField language
ontology
javax.swing.JTextField ontology
protocol
javax.swing.JComboBox protocol
conversationId
javax.swing.JTextField conversationId
inReplyTo
javax.swing.JTextField inReplyTo
replyWith
javax.swing.JTextField replyWith
replyBy
javax.swing.JTextField replyBy
encoding
javax.swing.JTextField encoding
replyBySet
javax.swing.JButton replyBySet
replyByDate
java.util.Date replyByDate
dateDate
java.util.Date dateDate
dateRecDate
java.util.Date dateRecDate
lm
java.awt.GridBagLayout lm
constraint
java.awt.GridBagConstraints constraint
leftBorder
int leftBorder
rightBorder
int rightBorder
topBorder
int topBorder
bottomBorder
int bottomBorder
xSpacing
int xSpacing
ySpacing
int ySpacing
gridNCol
int gridNCol
gridNRow
int gridNRow
colWidth
int[] colWidth
fipaActVector
java.util.Vector<E> fipaActVector
fipaProtocolArrayList
java.util.ArrayList<E> fipaProtocolArrayList
lastSelectedIndex
int lastSelectedIndex
lastSelectedItem
java.lang.String lastSelectedItem
aclPanel
javax.swing.JPanel aclPanel
minDim
java.awt.Dimension minDim
firstPaintFlag
boolean firstPaintFlag
senderButton
javax.swing.JButton senderButton
toPanel
VisualAIDList toPanel
from
javax.swing.JTextField from
comments
javax.swing.JTextArea comments
representation
javax.swing.JTextField representation
payloadLength
javax.swing.JTextField payloadLength
payloadEncoding
javax.swing.JTextField payloadEncoding
date
javax.swing.JTextField date
intendedReceiverPanel
VisualAIDList intendedReceiverPanel
defaultEnvelopeButton
javax.swing.JButton defaultEnvelopeButton
fromButton
javax.swing.JButton fromButton
dateButton
javax.swing.JButton dateButton
dateRecButton
javax.swing.JButton dateRecButton
by
javax.swing.JTextField by
fromRec
javax.swing.JTextField fromRec
dateRec
javax.swing.JTextField dateRec
via
javax.swing.JTextField via
id
javax.swing.JTextField id
slFormatter
jade.tools.sl.SLFormatter slFormatter
tree
javax.swing.JTree tree
mapDescriptor
java.util.Map<K,V> mapDescriptor
localPlatformName
java.lang.String localPlatformName
agentType
java.lang.String agentType
agentAddress
java.lang.String agentAddress
addressmachine
java.net.InetAddress addressmachine
containerType
java.lang.String containerType
img
javax.swing.Icon img
name
java.lang.String name
state
java.lang.String state
ownership
java.lang.String ownership
greyOut
boolean greyOut
amsd
AMSAgentDescription amsd
AP_Profile
APDescription AP_Profile
amsAID
AID amsAID
editable
boolean editable
checkSlots
boolean checkSlots
agentAID
AID agentAID
nameText
javax.swing.JTextField nameText
isLocalName
javax.swing.JCheckBox isLocalName
addressListPanel
VisualStringList addressListPanel
resolverListPanel
VisualAIDList resolverListPanel
propertiesListPanel
VisualPropertiesList propertiesListPanel
out
AID out
parentGUI
java.awt.Component parentGUI
platformName_Field
javax.swing.JTextField platformName_Field
MTPs_List
VisualAPServiceList MTPs_List
name_Field
javax.swing.JTextField name_Field
-
type_Field
javax.swing.JTextField type_Field
-
address_List
VisualStringList address_List
serialVersionUID: 1L
jContentPane
javax.swing.JPanel jContentPane
jPanel
javax.swing.JPanel jPanel
jButtonOk
javax.swing.JButton jButtonOk
jButtonCancel
javax.swing.JButton jButtonCancel
jLabelStatus
javax.swing.JLabel jLabelStatus
jScrollPane
javax.swing.JScrollPane jScrollPane
jTable
javax.swing.JTable jTable
jTableModel
ClassSelectionDialog.ClassesTableModel jTableModel
result
int result
selectedClassname
java.lang.String selectedClassname
classesLoaded
boolean classesLoaded
classname
java.lang.String classname
classfilter
ClassFinderFilter classfilter
serialVersionUID: 1L
dynamicRowData
java.util.Vector<E> dynamicRowData
staticRowData
java.util.Vector<E> staticRowData
maxDepth
javax.swing.JTextField maxDepth
-
maxResult
javax.swing.JTextField maxResult
-
constraints
SearchConstraints constraints
-
dlgParent
java.awt.Dialog dlgParent
-
dfdAgent
DFAgentDescription dfdAgent
-
out
DFAgentDescription out
-
newAID
AID newAID
-
editable
boolean editable
-
checkSlots
boolean checkSlots
-
ontologiesListPanel
VisualStringList ontologiesListPanel
-
languagesListPanel
VisualStringList languagesListPanel
-
protocolsListPanel
VisualStringList protocolsListPanel
-
servicesListPanel
VisualServicesList servicesListPanel
-
agentName
javax.swing.JTextField agentName
-
setLTDateb
javax.swing.JButton setLTDateb
absDateLeaseTime
java.util.Date absDateLeaseTime
textFieldLeaseTime
javax.swing.JTextField textFieldLeaseTime
serialVersionUID: 3487495895819010L
guiEventQueue
java.util.Vector<E> guiEventQueue
-
guiEventQueueLock
java.lang.Boolean guiEventQueueLock
-
txtName
javax.swing.JTextField txtName
txtType
javax.swing.JTextField txtType
txtOwner
javax.swing.JTextField txtOwner
ontologiesListPanel
VisualStringList ontologiesListPanel
protocolsListPanel
VisualStringList protocolsListPanel
languagesListPanel
VisualStringList languagesListPanel
propertiesListPanel
VisualPropertiesList propertiesListPanel
serviceDesc
ServiceDescription serviceDesc
out
ServiceDescription out
editable
boolean editable
checkSlots
boolean checkSlots
hint
java.lang.String hint
txtString
javax.swing.JTextField txtString
out
java.lang.String out
parentGUI
java.awt.Component parentGUI
htmlPane
javax.swing.JEditorPane htmlPane
-
helpURL
java.net.URL helpURL
-
playWithLineStyle
boolean playWithLineStyle
-
lineStyle
java.lang.String lineStyle
-
editable
boolean editable
-
nameValue
javax.swing.JTextField nameValue
-
valueValue
javax.swing.JTextField valueValue
-
out
jade.gui.SingleProperty out
-
thisGui
UserPropertyGui thisGui
parentGUI
java.awt.Component parentGUI
checkSlots
boolean checkSlots
-
userDefinedSlots
java.util.Properties userDefinedSlots
-
checkSlots
boolean checkSlots
-
owner
java.awt.Component owner
-
genericList
javax.swing.JList genericList
-
pane
javax.swing.JScrollPane pane
-
listModel
javax.swing.DefaultListModel listModel
-
popUp
javax.swing.JPopupMenu popUp
-
editItem
javax.swing.JMenuItem editItem
-
addItem
javax.swing.JMenuItem addItem
-
removeItem
javax.swing.JMenuItem removeItem
-
nested
java.lang.Throwable nested
-
serialVersionUID: 3945353187608998130L
performative
int performative
-
source
AID source
-
dests
ArrayList dests
reply_to
ArrayList reply_to
content
java.lang.StringBuffer content
-
byteSequenceContent
byte[] byteSequenceContent
reply_with
java.lang.String reply_with
-
in_reply_to
java.lang.String in_reply_to
-
encoding
java.lang.String encoding
-
language
java.lang.String language
-
ontology
java.lang.String ontology
-
reply_byInMillisec
long reply_byInMillisec
-
protocol
java.lang.String protocol
-
conversation_id
java.lang.String conversation_id
-
userDefProps
Properties userDefProps
messageEnvelope
Envelope messageEnvelope
persistentID
java.lang.Long persistentID
conversations
java.util.Vector<E> conversations
myAgent
Agent myAgent
cnt
int cnt
myTemplate
MessageTemplate myTemplate
toMatch
MessageTemplate.MatchExpression toMatch
-
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).
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.
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.
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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
name
java.lang.String name
className
java.lang.String className
addresses
java.lang.String[] addresses
protoNames
java.lang.String[] protoNames
persistentID
java.lang.Long persistentID
REQUEST_KEY
java.lang.String REQUEST_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_REQUESTS_KEY
java.lang.String ALL_REQUESTS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as response.
ALL_RESULT_NOTIFICATIONS_KEY
java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as result notifications.
allResponsesReceived
boolean allResponsesReceived
toBeReset
java.lang.String[] toBeReset
REQUEST_KEY
java.lang.String REQUEST_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent by the initiator.
RESPONSE_KEY
java.lang.String RESPONSE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as a response to the initiator.
RESULT_NOTIFICATION_KEY
java.lang.String RESULT_NOTIFICATION_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as a result notification to the initiator.
rec
jade.proto.states.MsgReceiver rec
CFP_KEY
java.lang.String CFP_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_CFPS_KEY
java.lang.String ALL_CFPS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
CFP ACLMessage objects that have to be sent.
ALL_ACCEPTANCES_KEY
java.lang.String ALL_ACCEPTANCES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACCEPT/REJECT_PROPOSAL ACLMessage objects that have to be sent
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as response.
ALL_RESULT_NOTIFICATIONS_KEY
java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as result notifications.
step
int step
skipNextRespFlag
boolean skipNextRespFlag
toBeReset
java.lang.String[] toBeReset
RESPONSE_KEY
java.lang.String RESPONSE_KEY
- Deprecated. Use
REPLY_KEY
PROPOSE_ACCEPTANCE_KEY
java.lang.String PROPOSE_ACCEPTANCE_KEY
- Deprecated. Use either
ACCEPT_PROPOSAL_KEY or
REJECT_PROPOSAL_KEY according to the message
that has been received
RESULT_NOTIFICATION_KEY
java.lang.String RESULT_NOTIFICATION_KEY
- Deprecated. Use
REPLY_KEY
ALL_NEXT_REQUESTS_KEY
java.lang.String ALL_NEXT_REQUESTS_KEY
- Key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that will be sent at next round.
INITIATION_K
java.lang.String INITIATION_K
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_INITIATIONS_K
java.lang.String ALL_INITIATIONS_K
- key to retrieve from the DataStore of the behaviour the vector of
PROPOSE ACLMessage objects that have to be sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as responses.
sessions
Map sessions
replyReceiver
jade.proto.states.MsgReceiver replyReceiver
replyTemplate
MessageTemplate replyTemplate
initiation
ACLMessage initiation
toBeReset
java.lang.String[] toBeReset
allResponsesReceived
boolean allResponsesReceived
PROPOSE_KEY
java.lang.String PROPOSE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent by the initiator.
RESPONSE_KEY
java.lang.String RESPONSE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as a response to the initiator.
rec
jade.proto.states.MsgReceiver rec
REQUEST_KEY
java.lang.String REQUEST_KEY
- key to retrive from the datastore the ACLMessage passed in the constructor
REQUEST_SENT_KEY
java.lang.String REQUEST_SENT_KEY
- key to retrive from the datastore the ACLMessage that has been sent.
SECOND_REPLY_KEY
java.lang.String SECOND_REPLY_KEY
- key to retrive the second reply received.
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrive all the responses received.
ALL_RESULT_NOTIFICATIONS_KEY
java.lang.String ALL_RESULT_NOTIFICATIONS_KEY
- key to retrive the result notification received.
mt
MessageTemplate mt
state
int state
finished
boolean finished
timeout
long timeout
endingTime
long endingTime
logger
Logger logger
REQUEST_KEY
java.lang.String REQUEST_KEY
- See Also:
AchieveREResponder.REQUEST_KEY
RESPONSE_KEY
java.lang.String RESPONSE_KEY
- See Also:
AchieveREResponder.RESPONSE_KEY
RESULT_NOTIFICATION_KEY
java.lang.String RESULT_NOTIFICATION_KEY
- See Also:
AchieveREResponder.RESULT_NOTIFICATION_KEY
template
MessageTemplate template
state
int state
finished
boolean finished
CFP_KEY
java.lang.String CFP_KEY
- Key to retrieve from the DataStore of the behaviour the last received
CFP ACLMessage
PROPOSE_KEY
java.lang.String PROPOSE_KEY
- Key to retrieve from the DataStore of the behaviour the last sent
PROPOSE ACLMessage
ACCEPT_PROPOSAL_KEY
java.lang.String ACCEPT_PROPOSAL_KEY
- Key to retrieve from the DataStore of the behaviour the last received
ACCEPT_PROPOSAL ACLMessage
REJECT_PROPOSAL_KEY
java.lang.String REJECT_PROPOSAL_KEY
- Key to retrieve from the DataStore of the behaviour the last received
REJECT_PROPOSAL ACLMessage
proposeSent
boolean proposeSent
REQUEST_KEY
java.lang.String REQUEST_KEY
- Key to retrieve from the DataStore of the behaviour the last received
REQUEST ACLMessage
CANCEL_KEY
java.lang.String CANCEL_KEY
- Key to retrieve from the DataStore of the behaviour the last received
CANCEL ACLMessage
sessionClosed
boolean sessionClosed
initiationPerformative
int initiationPerformative
activeConversations
ConversationList activeConversations
template
MessageTemplate template
SUBSCRIPTION_KEY
java.lang.String SUBSCRIPTION_KEY
- key to retrieve from the DataStore of the behaviour the subscription ACLMessage
object passed in the constructor of the class.
ALL_SUBSCRIPTIONS_KEY
java.lang.String ALL_SUBSCRIPTIONS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
subscription ACLMessage objects that have been sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACLMessage objects that have been received as responses.
allResponsesReceived
boolean allResponsesReceived
toBeReset
java.lang.String[] toBeReset
SUBSCRIPTION_KEY
java.lang.String SUBSCRIPTION_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent by the initiator as a subscription.
CANCEL_KEY
java.lang.String CANCEL_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent by the initiator to cancel a subscription.
RESPONSE_KEY
java.lang.String RESPONSE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object sent as a response to the initiator.
msgRecBehaviour
jade.proto.states.MsgReceiver msgRecBehaviour
subscriptions
java.util.Hashtable<K,V> subscriptions
notifications
List notifications
mySubscriptionManager
SubscriptionResponder.SubscriptionManager mySubscriptionManager
- The
SubscriptionManager used by this
SubscriptionResponder to register subscriptions
CFP_KEY
java.lang.String CFP_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_CFPS_KEY
java.lang.String ALL_CFPS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
CFP messages that have to be sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
all messages that have been received as response.
ALL_PROPOSES_KEY
java.lang.String ALL_PROPOSES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
PROPOSE messages that have been received as response.
ALL_PENDINGS_KEY
java.lang.String ALL_PENDINGS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
CFP messages for which a response has not been received yet.
outputKey
java.lang.String outputKey
totSessions
int totSessions
toBeReset
java.lang.String[] toBeReset
QUERYIF_KEY
java.lang.String QUERYIF_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_QUERYIFS_KEY
java.lang.String ALL_QUERYIFS_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
QUERY_IF messages that have to be sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
all messages that have been received as response.
ALL_CONFIRMS_KEY
java.lang.String ALL_CONFIRMS_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
CONFIRM messages that have been received as response.
ALL_DISCONFIRMS_KEY
java.lang.String ALL_DISCONFIRMS_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
DISCONFIRM messages that have been received as response.
ALL_INFORMS_KEY
java.lang.String ALL_INFORMS_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
INFORM messages that have been received as response.
ALL_PENDINGS_KEY
java.lang.String ALL_PENDINGS_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
QUERY_IF messages for which a response has not been received yet.
outputKey
java.lang.String outputKey
totSessions
int totSessions
toBeReset
java.lang.String[] toBeReset
ACCEPTANCE_KEY
java.lang.String ACCEPTANCE_KEY
- key to retrieve from the DataStore of the behaviour the ACLMessage
object passed in the constructor of the class.
ALL_ACCEPTANCES_KEY
java.lang.String ALL_ACCEPTANCES_KEY
- key to retrieve from the DataStore of the behaviour the vector of
ACCEPT_PROPOSAL or REJECT_PROPOSAL messages that have to be sent.
REPLY_KEY
java.lang.String REPLY_KEY
- key to retrieve from the DataStore of the behaviour the last
ACLMessage object that has been received (null if the timeout
expired).
ALL_RESPONSES_KEY
java.lang.String ALL_RESPONSES_KEY
- key to retrieve from the DataStore of the behaviour the Vector of
all messages that have been received as response.
ALL_INFORMS_KEY
java.lang.String ALL_INFORMS_KEY
- key to retrieve from the DataStore of the behaviour the vector of
INFORM messages that have been received as response.
ALL_PENDINGS_KEY
java.lang.String ALL_PENDINGS_KEY
- 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.
toBeReset
java.lang.String[] toBeReset
logging
boolean logging
currentLogging
boolean currentLogging
phase
int phase
|
Class jade.util.Event extends java.util.EventObject implements Serializable |
type
int type
- The type of this event.
param
java.util.Vector<E> param
processed
boolean processed
processingResult
java.lang.Object processingResult
CRState
boolean CRState
keyNames
java.util.Hashtable<K,V> keyNames
sortVector
java.util.Vector<E> sortVector
logger
Logger logger
writeReplace
private java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
nested
java.lang.Throwable nested
serialVersionUID: 3487495895819393L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- A customized readObject() method is needed to ensure compatibility with
the J2ME version of this class in serialization/deserialization
operations
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- A customized writeObject() method is needed to ensure
compatibility with the J2ME version of this class in
serialization/deserialization operations.
- Throws:
java.io.IOException
hiddenList
java.util.Vector<E> hiddenList
serialVersionUID: 3487495895819395L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- A customized readObject() method is needed to ensure compatibility with
the J2ME version of this class in serialization/deserialization
operations
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- A customized writeObject() method is needed to ensure compatibility with
the J2ME version of this class in serialization/deserialization
operations
- Throws:
java.io.IOException
hiddenMap
java.util.Hashtable<K,V> hiddenMap
serialVersionUID: 5439595441274382166L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 3487495895819394L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- A customized readObject() method is needed to ensure compatibility with
the J2ME version of this class in serialization/deserialization
operations
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- A customized writeObject() method is needed to ensure compatibility with
the J2ME version of this class in serialization/deserialization
operations
- Throws:
java.io.IOException
hiddenList
java.util.Vector<E> hiddenList
serialVersionUID: 3487495895819396L
cur
int cur
l
LinkedList l
baseCode
int baseCode
- Code corresponding to first legal state name. Typically 0 or 1.
m_code
int m_code
- The integer code that identifies which state this object represents.
stateNames
java.lang.String[] stateNames
- An array of string names, one for each of the valid state this object
can represent.
|
Package jade.wrapper.gateway |
myB
GatewayBehaviour myB
listener
GatewayListener listener
myLogger
Logger myLogger
commandQueue
HashMap commandQueue
- Queue of all pending commands that have not yet been released (see method releaseCommand)
In this Hash, the key is the Object while the value is the Event
myLogger
Logger myLogger