java.lang.Object
jade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.TickerBehaviour
eu.su.mas.dedale.mas.agent.behaviours.platformManagment.GsControlBehaviour
All Implemented Interfaces:
jade.util.leap.Serializable, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener

public class GsControlBehaviour
extends jade.core.behaviours.TickerBehaviour
implements java.beans.PropertyChangeListener
Behaviour used by the GateKeeper when a user controlled agent is deployed in the environment. The "N"(ext) key is used to iterate over the possible destinations The "O"(k) key is used to validate to selected path
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
    GsControlBehaviour​(jade.core.Agent a, long period, IEnvironment env)  
  • Method Summary

    Modifier and Type Method Description
    void propertyChange​(java.beans.PropertyChangeEvent evt)  

    Methods inherited from class jade.core.behaviours.TickerBehaviour

    action, done, getTickCount, onStart, reset, reset, setFixedPeriod, stop

    Methods inherited from class jade.core.behaviours.Behaviour

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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • propertyChange

      public void propertyChange​(java.beans.PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface java.beans.PropertyChangeListener