Class startMyDelayedBehaviours

java.lang.Object
jade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.WakerBehaviour
eu.su.mas.dedale.mas.agent.behaviours.platformManagment.startMyDelayedBehaviours
All Implemented Interfaces:
jade.util.leap.Serializable, java.io.Serializable

public class startMyDelayedBehaviours
extends jade.core.behaviours.WakerBehaviour
Start behaviours after a given time
Author:
hc
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class jade.core.behaviours.Behaviour

    STATE_BLOCKED, STATE_READY, STATE_RUNNING
  • Constructor Summary

    Constructors 
    Constructor Description
    startMyDelayedBehaviours​(jade.core.Agent a, java.util.List<jade.core.behaviours.Behaviour> behaviourList, long timeout)
    Start behaviours after a given time
  • Method Summary

    Modifier and Type Method Description
    void onWake()  

    Methods inherited from class jade.core.behaviours.WakerBehaviour

    action, done, getWakeupTime, reset, reset, reset, stop

    Methods inherited from class jade.core.behaviours.Behaviour

    actionWrapper, block, block, getAgent, getBehaviourName, getDataStore, getExecutionState, getRestartCounter, handleRestartEvent, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • startMyDelayedBehaviours

      public startMyDelayedBehaviours​(jade.core.Agent a, java.util.List<jade.core.behaviours.Behaviour> behaviourList, long timeout)
      Start behaviours after a given time
      Parameters:
      a - the agent
      behaviourList - the list of behaviours to start after the timeout
      timeout - duration (in ms)
  • Method Details

    • onWake

      public void onWake()