public abstract class SimpleBehaviour extends Behaviour
| Constructor and Description |
|---|
SimpleBehaviour()
Default constructor.
|
SimpleBehaviour(Agent a)
This constructor sets the owner agent for this behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets a
SimpleBehaviour. |
action, block, block, done, getAgent, getBehaviourName, getDataStore, getParent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStorepublic SimpleBehaviour()
public SimpleBehaviour(Agent a)
a - The agent this behaviour belongs to.