![]() |
SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <DakotaInputReliability.h>


Public Slots | |
| void | clear (void) |
| void | onMethodChanged (QString) |
Public Member Functions | |
| DakotaInputReliability (RandomVariablesContainer *, QWidget *parent=0) | |
| ~DakotaInputReliability () | |
| bool | outputToJSON (QJsonObject &rvObject) |
| outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
| bool | inputFromJSON (QJsonObject &rvObject) |
| inputFromJSON method to instantiate itself from a JSON object More... | |
| int | processResults (QString &filenameResults, QString &filenameTab) |
| UQ_Results * | getResults (void) |
| RandomVariablesContainer * | getParameters () |
| int | getMaxNumParallelTasks (void) |
Public Member Functions inherited from UQ_Engine | |
| UQ_Engine (QWidget *parent=0) | |
| virtual | ~UQ_Engine () |
| 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 () |
Public Attributes | |
| QVBoxLayout * | mLayout |
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 55 of file DakotaInputReliability.h.
|
explicit |
Definition at line 65 of file DakotaInputReliability.cpp.
| DakotaInputReliability::~DakotaInputReliability | ( | ) |
Definition at line 130 of file DakotaInputReliability.cpp.
|
slot |
Definition at line 140 of file DakotaInputReliability.cpp.
|
virtual |
Implements UQ_Engine.
Definition at line 136 of file DakotaInputReliability.cpp.
|
virtual |
Implements UQ_Engine.
Definition at line 201 of file DakotaInputReliability.cpp.
|
virtual |
Implements UQ_Engine.
Definition at line 196 of file DakotaInputReliability.cpp.
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
| jsonObject | the JSON object contaiing data to instantiate the object |
Reimplemented from SimCenterWidget.
Definition at line 162 of file DakotaInputReliability.cpp.
|
slot |
Definition at line 117 of file DakotaInputReliability.cpp.
|
virtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
| rvObject | the JSON object to be written to |
Reimplemented from SimCenterWidget.
Definition at line 147 of file DakotaInputReliability.cpp.
|
virtual |
Implements UQ_Engine.
Definition at line 189 of file DakotaInputReliability.cpp.
| QVBoxLayout* DakotaInputReliability::mLayout |
Definition at line 72 of file DakotaInputReliability.h.