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
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 |
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
|
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
|
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
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
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
name
java.lang.String name
address
java.lang.String address
main
java.lang.Boolean main
port
java.lang.String port
protocol
java.lang.String protocol
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
_amsAID
AID _amsAID
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
myStore
DataStore myStore
- The private data store of this Behaviour
wrappedParent
CompositeBehaviour wrappedParent
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
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
subBehaviours
List subBehaviours
current
int current
wakeupTime
long wakeupTime
period
long period
finished
boolean finished
tickCount
int tickCount
wakeupTime
long wakeupTime
-
blockTime
long blockTime
-
timeout
long timeout
-
state
int state
-
finished
boolean finished
-
wrappedBehaviour
Behaviour wrappedBehaviour
|
Class jade.domain.df extends jade.gui.GuiAgent implements Serializable |
msg
ACLMessage msg
content
java.lang.String content
|
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 |
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
where
ContainerID where
containerRemoved
java.lang.Boolean containerRemoved
codec
Codec codec
onto
Ontology onto
template
MessageTemplate template
container
ContainerID container
agent
AID agent
from
ContainerID from
to
ContainerID to
container
ContainerID container
address
java.lang.String address
proto
java.lang.String proto
where
ContainerID where
agent
AID agent
where
ContainerID where
agent
AID agent
where
ContainerID where
|
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
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
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
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
-
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
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
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
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.
initiation
ACLMessage initiation
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
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
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
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.
logging
boolean logging
currentLogging
boolean currentLogging
phase
int phase
|
Package jade.proto.states |
handlers
Map handlers
accesKey
java.lang.Object accesKey
template
MessageTemplate template
deadline
long deadline
receivedMsgKey
java.lang.Object receivedMsgKey
received
boolean received
expired
boolean expired
interrupted
boolean interrupted
ret
int ret
ret
int ret
replyKey
java.lang.String replyKey
msgKey
java.lang.String msgKey
sname
java.lang.String[] sname
|
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
These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions