|
| TestSuiteModelSimulation (const string &dataOutputFolder="", const string &modelFilePath="", const string &modelFileName="") |
|
void | SetCaseNumber (int cNr) |
|
bool | LoadReferenceData (string refDataFileName="") |
|
bool | CreateErrorData () |
|
bool | SaveAllData () |
|
bool | CopyFilesToOutputFolder () |
|
double | LargestError () |
|
bool | Pass () |
|
int | NrOfFailingPoints () |
|
virtual bool | LoadSettings (const string &fName="") |
|
virtual bool | LoadSettingsEx (const string &settingsFName) |
|
| SBMLModelSimulation (const string &dataOutputFolder="", const string &tempDataFilePath="") |
|
bool | SetModelFilePath (const string &path) |
|
bool | SetModelFileName (const string &name) |
|
bool | SetDataOutputFolder (const string &name) |
|
string | GetModelsFullFilePath () |
|
string | GetDataOutputFolder () |
|
string | GetTempDataFolder () |
|
bool | UseEngine (RoadRunner *engine) |
|
bool | SaveModelAsXML (const string &folder) |
|
bool | SetTimeStart (const double &tStart) |
|
bool | SetTimeEnd (const double &tEnd) |
|
bool | SetNumberOfPoints (const int &pts) |
|
bool | SetSelectionList (const string &list) |
|
virtual bool | LoadSBMLFromFile () |
|
virtual bool | Simulate () |
|
virtual bool | SaveResult () |
|
void | loadSBMLTolerances (std::string const &filename) |
|
virtual RoadRunnerData | GetResult () |
|
void | ReCompileIfDllExists (const bool &doIt) |
|
bool | DoCompileIfDllExists () |
|
bool | CreateModel () |
|
bool | GenerateModelCode () |
|
bool | CompileModel () |
|
bool | GenerateAndCompileModel () |
|
|
string | GetSettingsFileNameForCase (int sim_case) |
|
string | GetReferenceDataFileNameForCase (int caseNr) |
|
|
int | mCurrentCaseNumber |
|
string | mModelSettingsFileName |
|
RoadRunnerData | mResultData |
|
RoadRunnerData | mReferenceData |
|
RoadRunnerData | mErrorData |
|
int | mNrOfFailingPoints |
|
double | mLargestError |
|
string | mModelFileName |
|
string | mModelFilePath |
|
string | mModelSettingsFileName |
|
string | mSimulationLogFile |
|
string | mDataOutputFolder |
|
string | mTempDataFolder |
|
RoadRunner * | mEngine |
|
SimulateOptions | mSettings |
|
bool | mCompileIfDllExists |
|
|
double | mAbsolute |
| absolute tolerance for residual comparison, does not affect integrator
|
|
double | mRelative |
| relative tolerance for residual comparison, does not affect integrator
|
|
The documentation for this class was generated from the following file: