Class P_terminate.R1_SendTerminate

java.lang.Object
jade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.OneShotBehaviour
eu.su.mas.dedale.mas.agent.interactions.protocols.P_terminate.R1_SendTerminate
All Implemented Interfaces:
jade.util.leap.Serializable, java.io.Serializable
Enclosing class:
P_terminate

public class P_terminate.R1_SendTerminate
extends jade.core.behaviours.OneShotBehaviour
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PROTOCOLNAME  

    Fields inherited from class jade.core.behaviours.Behaviour

    STATE_BLOCKED, STATE_READY, STATE_RUNNING
  • Constructor Summary

    Constructors 
    Constructor Description
    R1_SendTerminate​(java.lang.String agentToTerminateName, jade.core.Agent agent)  
  • Method Summary

    Modifier and Type Method Description
    void action()  

    Methods inherited from class jade.core.behaviours.OneShotBehaviour

    done

    Methods inherited from class jade.core.behaviours.SimpleBehaviour

    reset

    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
  • Field Details

  • Constructor Details

    • R1_SendTerminate

      public R1_SendTerminate​(java.lang.String agentToTerminateName, jade.core.Agent agent)
      Parameters:
      agentToTerminateName - localName of the agent
      agent - this
  • Method Details

    • action

      public void action()
      Specified by:
      action in class jade.core.behaviours.Behaviour