ExecutionEngine defines how a Behavior e.g. State Machine is executed, including the full logic how their inner elements (e.g. States) are activated.
Implementing custom ExecutionEngine and registering it's ExecutionEngineDescriptor enables overriding the default behavior of the Cameo Simulation Toolkit for specific:
- StateMachine
- Interaction
- Activity
Related pages