it.polito.elite.doseWS.agency.behaviours
Class SelfMaintenanceBehaviour
java.lang.Object
jade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.TickerBehaviour
it.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
| Fields inherited from class jade.core.behaviours.Behaviour |
STATE_BLOCKED, STATE_READY, STATE_RUNNING |
| 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 |
SelfMaintenanceBehaviour
public SelfMaintenanceBehaviour(AgencyManager x,
long delay)