Serialized Form
Package jade.core.behaviours |
Class jade.core.behaviours.Behaviour extends java.lang.Object implements Serializable |
serialVersionUID: 3487495895819001L
myName
java.lang.String myName
startFlag
boolean startFlag
myAgent
jade.core.Agent myAgent
runnableState
boolean runnableState
restartCounter
long restartCounter
executionState
java.lang.String executionState
myEvent
jade.core.behaviours.Behaviour.RunnableChangedEvent myEvent
myStore
jade.core.behaviours.DataStore myStore
wrappedParent
jade.core.behaviours.CompositeBehaviour wrappedParent
parent
jade.core.behaviours.CompositeBehaviour parent
Class jade.core.behaviours.Behaviour.RunnableChangedEvent extends java.lang.Object implements Serializable |
serialVersionUID: 3487495895819002L
runnable
boolean runnable
direction
int direction
Class jade.core.behaviours.CompositeBehaviour extends jade.core.behaviours.Behaviour implements Serializable |
starting
boolean starting
finished
boolean finished
currentDone
boolean currentDone
currentResult
int currentResult
currentExecuted
boolean currentExecuted
Class jade.core.behaviours.CyclicBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable |
Class jade.core.behaviours.DataStore extends jade.util.leap.HashMap implements Serializable |
current
jade.core.behaviours.Behaviour current
lastState
jade.core.behaviours.Behaviour lastState
defaultShallowHistoryEntrance
jade.core.behaviours.Behaviour defaultShallowHistoryEntrance
defaultDeepHistoryEntrance
jade.core.behaviours.Behaviour defaultDeepHistoryEntrance
states
jade.util.leap.Map states
finalStates
jade.util.leap.List finalStates
transitions
jade.util.leap.Map transitions
initialStateBehaviour
jade.core.behaviours.Behaviour initialStateBehaviour
initialStateHistory
int initialStateHistory
lastExitValue
int lastExitValue
putbackMessage
boolean putbackMessage
mainTemplate
jade.lang.acl.MessageTemplate mainTemplate
thePerformative
int thePerformative
template
jade.lang.acl.MessageTemplate template
targetState
jade.core.behaviours.Behaviour targetState
myName
java.lang.String myName
history
int history
Class jade.core.behaviours.FSMBehaviour extends jade.core.behaviours.SerialBehaviour implements Serializable |
states
jade.util.leap.Map states
current
jade.core.behaviours.Behaviour current
lastStates
jade.util.leap.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
jade.util.Logger myLogger
Class jade.core.behaviours.LoaderBehaviour extends jade.core.behaviours.Behaviour implements Serializable |
codec
jade.content.lang.Codec codec
onto
jade.content.onto.Ontology onto
myContentManager
jade.content.ContentManager myContentManager
localLoader
java.lang.ClassLoader localLoader
myTemplate
jade.lang.acl.MessageTemplate myTemplate
finished
boolean finished
Class jade.core.behaviours.OneShotBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable |
Class jade.core.behaviours.OntologyServer extends jade.core.behaviours.CyclicBehaviour implements Serializable |
serialVersionUID: -2997404961058073783L
serverDelegate
java.lang.Object serverDelegate
onto
jade.content.onto.Ontology onto
codec
jade.content.lang.Codec codec
servedPerformatives
int[] servedPerformatives
ignoredConversations
jade.lang.acl.ConversationList ignoredConversations
template
jade.lang.acl.MessageTemplate template
cachedMethods
java.util.Map<K,V> cachedMethods
receivedContentElement
jade.content.ContentElement receivedContentElement
myLogger
jade.util.Logger myLogger
Class jade.core.behaviours.ParallelBehaviour extends jade.core.behaviours.CompositeBehaviour implements Serializable |
whenToStop
int whenToStop
subBehaviours
jade.core.behaviours.BehaviourList subBehaviours
blockedChildren
java.util.Hashtable<K,V> blockedChildren
terminatedChildren
jade.core.behaviours.BehaviourList terminatedChildren
Class jade.core.behaviours.ReceiverBehaviour extends jade.core.behaviours.Behaviour implements Serializable |
template
jade.lang.acl.MessageTemplate template
future
jade.core.behaviours.ReceiverBehaviour.MessageFuture future
timeOut
long timeOut
timeToWait
long timeToWait
blockingTime
long blockingTime
finished
boolean finished
Class jade.core.behaviours.ReceiverBehaviour.NotYetReady extends java.lang.Exception implements Serializable |
Class jade.core.behaviours.ReceiverBehaviour.TimedOut extends java.lang.Exception implements Serializable |
Class jade.core.behaviours.SenderBehaviour extends jade.core.behaviours.OneShotBehaviour implements Serializable |
message
jade.lang.acl.ACLMessage message
Class jade.core.behaviours.SequentialBehaviour extends jade.core.behaviours.SerialBehaviour implements Serializable |
subBehaviours
jade.util.leap.List subBehaviours
current
int current
Class jade.core.behaviours.SerialBehaviour extends jade.core.behaviours.CompositeBehaviour implements Serializable |
Class jade.core.behaviours.SimpleBehaviour extends jade.core.behaviours.Behaviour implements Serializable |
Class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper extends jade.core.behaviours.Behaviour implements Serializable |
myThread
java.lang.Thread myThread
myBehaviour
jade.core.behaviours.Behaviour myBehaviour
restarted
boolean restarted
finished
boolean finished
suspended
boolean suspended
exitValue
int exitValue
threadState
java.lang.String threadState
Class jade.core.behaviours.TickerBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable |
wakeupTime
long wakeupTime
period
long period
finished
boolean finished
tickCount
int tickCount
Class jade.core.behaviours.WakerBehaviour extends jade.core.behaviours.SimpleBehaviour implements Serializable |
wakeupTime
long wakeupTime
blockTime
long blockTime
timeout
long timeout
state
int state
finished
boolean finished
Class jade.core.behaviours.WrapperBehaviour extends jade.core.behaviours.Behaviour implements Serializable |
wrappedBehaviour
jade.core.behaviours.Behaviour wrappedBehaviour