SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <UQ_Engine.h>
Public Member Functions | |
UQ_Engine (QWidget *parent=0) | |
virtual | ~UQ_Engine () |
virtual int | getMaxNumParallelTasks (void)=0 |
virtual int | processResults (QString &filenameResults, QString &filenameTab)=0 |
virtual RandomVariablesContainer * | getParameters ()=0 |
virtual UQ_Results * | getResults (void)=0 |
virtual QString | getProcessingScript () |
Public Member Functions inherited from SimCenterAppWidget | |
SimCenterAppWidget (QWidget *parent=0) | |
virtual | ~SimCenterAppWidget () |
virtual bool | outputAppDataToJSON (QJsonObject &jsonObject) |
outputAppDataToJSON method to write the application data to json object. More... | |
virtual bool | inputAppDataFromJSON (QJsonObject &jsonObject) |
inputFromJSON method to read applications specific data from a JSON object More... | |
virtual bool | copyFiles (QString &destDir) |
copyFiles method invoked to copy all files aapplication will need to run directory More... | |
virtual bool | supportsLocalRun () |
returns a boolean indicating whether or not this app can run locally More... | |
Public Member Functions inherited from SimCenterWidget | |
SimCenterWidget (QWidget *parent=0) | |
virtual | ~SimCenterWidget () |
virtual bool | outputToJSON (QJsonObject &jsonObject) |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
virtual bool | inputFromJSON (QJsonObject &jsonObject) |
inputFromJSON method to instantiate itself from a JSON object More... | |
Additional Inherited Members | |
Signals inherited from SimCenterWidget | |
void | sendFatalMessage (QString message) |
sendFatalMessage signal to be emitted when object needs to shut program down More... | |
void | sendErrorMessage (QString message) |
sendErrorMessage signal to be emitted when object needs to communicate error with user More... | |
void | sendStatusMessage (QString message) |
sendStatusMessage signal to be emitted when object needs to communicate status with user More... | |
Static Public Member Functions inherited from SimCenterAppWidget | |
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
static bool | copyFile (QString filename, QString destinationDir) |
Definition at line 49 of file UQ_Engine.h.
|
explicit |
Definition at line 45 of file UQ_Engine.cpp.
|
virtual |
Definition at line 51 of file UQ_Engine.cpp.
|
pure virtual |
Implemented in DakotaInputSampling, DakotaInputReliability, DakotaInputSensitivity, and DakotaEngine.
|
pure virtual |
Implemented in DakotaInputSampling, DakotaInputReliability, DakotaInputSensitivity, and DakotaEngine.
|
virtual |
Reimplemented in DakotaEngine.
Definition at line 58 of file UQ_Engine.cpp.
|
pure virtual |
Implemented in DakotaInputSampling, DakotaInputReliability, DakotaInputSensitivity, and DakotaEngine.
|
pure virtual |
Implemented in DakotaInputSampling, DakotaInputReliability, DakotaInputSensitivity, and DakotaEngine.