public interface EnginePlugin
Modifier and Type | Method and Description |
---|---|
void |
afterIteration(ModelInstanceEntity modelInstance)
This method is executed after each engine iteration.
|
void |
afterLoop(ModelInstanceEntity modelInstance)
This method is executed after the engine loop has finished.
|
void |
beforeIteration(ModelInstanceEntity modelInstance)
This method is executed before each engine iteration.
|
void |
beforeLoop(ModelInstanceEntity modelInstance)
This method is executed after a message is handled, but before starting the engine loop.
|
void |
beforeMessage(Message msg,
ModelInstanceEntity modelInstance)
This method is executed before a message is handled.
|
void beforeMessage(Message msg, ModelInstanceEntity modelInstance)
msg
- modelInstance
- void beforeLoop(ModelInstanceEntity modelInstance)
modelInstance
- void afterLoop(ModelInstanceEntity modelInstance)
modelInstance
- void beforeIteration(ModelInstanceEntity modelInstance)
modelInstance
- void afterIteration(ModelInstanceEntity modelInstance)
modelInstance
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.