public abstract class SerialBehaviour extends CompositeBehaviour
Modifier | Constructor and Description |
---|---|
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. |
action, checkTermination, done, getChildren, getCurrent, reset, resetChildren, scheduleFirst, scheduleNext, setAgent
block, block, getAgent, getBehaviourName, getDataStore, getParent, isRunnable, onEnd, onStart, restart, root, setBehaviourName, setDataStore
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.