|
Nested classes/interfaces inherited from class sajas.core.behaviours.Behaviour |
Behaviour.RunnableChangedEvent |
Fields inherited from class sajas.core.behaviours.Behaviour |
myAgent, myEvent, NOTIFY_DOWN, NOTIFY_UP, parent, STATE_BLOCKED, STATE_READY, STATE_RUNNING |
Constructor Summary | ||
SenderBehaviour(Agent a, jade.lang.acl.ACLMessage msg) Send a given ACL message. |
Method Summary | ||
void |
action() Actual behaviour implementation. |
Methods inherited from class sajas.core.behaviours.OneShotBehaviour |
done |
Methods inherited from class sajas.core.behaviours.SimpleBehaviour |
reset |
Methods inherited from class sajas.core.behaviours.Behaviour |
actionWrapper, block, block, getAgent, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SenderBehaviour
which sends an ACL message.send()
the message.AgentGroup
or the
:receiver
message slot to get the message recipient
names.
|