|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jade.core.behaviours.Behaviour
|
+--jade.core.behaviours.SimpleBehaviour
An atomic behaviour. This abstract class models behaviours that are made by a single, monolithic task and cannot be interrupted.
| Field Summary |
| Fields inherited from class jade.core.behaviours.Behaviour |
myAgent, parent |
| Constructor Summary | |
SimpleBehaviour()
Default constructor. |
|
SimpleBehaviour(Agent a)
This constructor sets the owner agent for this behaviour. |
|
| Method Summary | |
void |
reset()
Resets a SimpleBehaviour. |
| Methods inherited from class jade.core.behaviours.Behaviour |
action, block, block, done, getBehaviourName, getDataStore, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleBehaviour()
public SimpleBehaviour(Agent a)
a - The agent this behaviour belongs to.| Method Detail |
public void reset()
SimpleBehaviour.
reset in class Behaviour
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||