64 const std::string& engineID);
67 QLineEdit* memoryEntity;
69 QComboBox* timestampInputSelector;
70 QHBoxLayout* timestampLayout;
71 QSpinBox* instanceSpinner;
72 QComboBox* predictionEngineSelector;
73 QPushButton* predictButton;
75 std::map<QString, TimestampInput*> timestampInputs;
81 std::vector<PredictionEngine> currentEngines;
86 void showTimestampInputMethod(
const QString& key);
88 void updateCurrentEntity();
90 void startPrediction();