public abstract class CyclicBehaviour extends SimpleBehaviour
Constructor and Description |
---|
CyclicBehaviour()
Default constructor.
|
CyclicBehaviour(Agent a)
This constructor sets the owner agent for this
CyclicBehaviour . |
Modifier and Type | Method and Description |
---|---|
boolean |
done()
This is the method that makes
CyclicBehaviour
cyclic, because it always returns false . |
reset
action, block, block, getAgent, getBehaviourName, getDataStore, getParent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore
public CyclicBehaviour()
public CyclicBehaviour(Agent a)
CyclicBehaviour
.a
- The agent this behaviour must belong to.