|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.core.behaviours.Behaviour
jade.core.behaviours.CompositeBehaviour
jade.core.behaviours.SerialBehaviour
public abstract class SerialBehaviour
Base class for all composite behaviour whose children run serially, i.e. the composite behaviour is blocked if and only if its current child is blocked.
| Field Summary |
|---|
| Fields inherited from class jade.core.behaviours.Behaviour |
|---|
myAgent |
| Constructor Summary | |
|---|---|
protected |
SerialBehaviour()
Create a new SerialBehaviour object, without
setting the owner agent. |
protected |
SerialBehaviour(Agent a)
Create a new SerialBehaviour object and set the
owner agent. |
| Method Summary |
|---|
| Methods inherited from class jade.core.behaviours.CompositeBehaviour |
|---|
action, checkTermination, done, getChildren, getCurrent, reset, resetChildren, scheduleFirst, scheduleNext, setAgent |
| Methods inherited from class jade.core.behaviours.Behaviour |
|---|
block, block, getBehaviourName, getDataStore, getParent, isRunnable, onEnd, onStart, restart, root, setBehaviourName, setDataStore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SerialBehaviour()
SerialBehaviour object, without
setting the owner agent.
protected SerialBehaviour(Agent a)
SerialBehaviour object and set the
owner agent.
a - The agent owning this behaviour.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||