|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjade.core.behaviours.Behaviour
jade.core.behaviours.SimpleBehaviour
jade.core.behaviours.OneShotBehaviour
ibspan.ecap.merchant.shopdecisions.StartForecastingHandler
public class StartForecastingHandler
A behaviour handling the request for starting the sales forecast of a product. It does so by registering the product for periodical forecasting and scheduling the first forecast.
Field Summary | |
---|---|
static java.lang.String |
MESSAGE_KEY
|
Fields inherited from class jade.core.behaviours.Behaviour |
---|
STATE_BLOCKED, STATE_READY, STATE_RUNNING |
Constructor Summary | |
---|---|
StartForecastingHandler(jade.core.Agent myAgent)
|
Method Summary | |
---|---|
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, getBehaviourName, getDataStore, getExecutionState, 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 Detail |
---|
public static final java.lang.String MESSAGE_KEY
Constructor Detail |
---|
public StartForecastingHandler(jade.core.Agent myAgent)
Method Detail |
---|
public void action()
action
in class jade.core.behaviours.Behaviour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |