Utopia
2
Framework for studying models of complex & adaptive systems.
|
Functor representing what is considered the most widely used execution process for writing data. More...
#include <defaults.hh>
Public Member Functions | |
template<class Datamanager , class Model > | |
void | operator() (Datamanager &dm, Model &m) |
Call operator for executing the execution process. More... | |
Functor representing what is considered the most widely used execution process for writing data.
First runs over all triggers, and checks whether new datasets need to be built. If yes, the builder in the respective dataset is called.
|
inline |
Call operator for executing the execution process.
Datamanager | The DataManager; automatically determined |
Model | The Model; automatically determined |
dm | Reference to a DataManager instance |
m | Reference to a model instance |