it.polito.elite.doseWS.agency.behaviours
Class SelfMaintenanceBehaviour

java.lang.Object
  extended byjade.core.behaviours.Behaviour
      extended byjade.core.behaviours.SimpleBehaviour
          extended byjade.core.behaviours.TickerBehaviour
              extended byit.polito.elite.doseWS.agency.behaviours.SelfMaintenanceBehaviour
All Implemented Interfaces:
java.io.Serializable, jade.util.leap.Serializable

public class SelfMaintenanceBehaviour
extends jade.core.behaviours.TickerBehaviour

Title: SelfMaintenanceBehaviour

Description: It periodically starts behaviours related to SelfMaintenance of the agency (CeckAgencyEmployees and CheckAnnotationBaseWeakConcepts)

Copyright: Copyright (c) 2004

Company: Politecnico di Torino

Author:
alessio.bosca@polito.it
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.core.behaviours.Behaviour
STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
SelfMaintenanceBehaviour(AgencyManager x, long delay)
           
 
Methods inherited from class jade.core.behaviours.TickerBehaviour
action, done, getTickCount, onStart, reset, reset, stop
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, isRunnable, onEnd, restart, root, setAgent, setBehaviourName, setDataStore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfMaintenanceBehaviour

public SelfMaintenanceBehaviour(AgencyManager x,
                                long delay)