1 #ifndef GRAIL_GRAIL_CONFIGURATION_H
2 #define GRAIL_GRAIL_CONFIGURATION_H
4 #include "AISystemModel/EntityGroupModel.h"
5 #include "AISystemModel/EntityModel.h"
6 #include "UtilityModel/UtilityReasonerModel.h"
7 #include "UtilityModel/ConsiderationModel.h"
8 #include "UtilityModel/BehaviorModel.h"
9 #include "UtilityModel/EvaluatorTreeModel.h"
15 std::vector<EntityGroupModel> entityGroupModels{};
16 std::vector<EntityModel> entityModels{};
17 std::vector<UtilityReasonerModel> utilityReasonerModels{};
18 std::vector<EvaluatorTreeModel> evaluatorTreeModels{};
Definition: GrailConfiguration.h:14