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