1 #ifndef GRAIL_EVALUATOR_NODE_MODEL_H
2 #define GRAIL_EVALUATOR_NODE_MODEL_H
4 #include "CurveDataModel.h"
5 #include "../../GrailEvaluators/Evaluator.hh"
6 #include "EvaluatorType.h"
7 #include "ConsiderationModel.h"
8 #include "EvaluatorTreeReference.h"
14 EvaluatorType evaluatorTypeId = EvaluatorType::AGGREGATOR_MIN;
17 std::vector<EvaluatorNodeModel> inputEvaluatorModels{};
18 std::string referencedTreeName;
Definition: ConsiderationModel.h:9
Definition: CurveDataModel.h:12
Definition: EvaluatorNodeModel.h:13