COPASI API
4.40.278
|
#include <SedmlImportOptions.h>
Public Member Functions | |
const std::string & | getModelId () const |
const std::vector< std::string > & | getPlots () const |
const std::string & | getReportFile () const |
const std::string & | getReportId () const |
const std::string & | getTaskId () const |
bool | ignoreOutput (const std::string &outputId) const |
bool | isValid () const |
SedmlImportOptions & | operator= (const SedmlImportOptions &rhs) |
SedmlImportOptions (const std::string &taskId="", const std::string &modelId="", const std::vector< std::string > &plots=std::vector< std::string >(), const std::string &reportId="", const std::string &reportFilename="") | |
void | setSkipModelImport (bool skipModelLoading) |
bool | skipModelImport () const |
Private Attributes | |
std::string | mModelId |
std::vector< std::string > | mPlots |
std::string | mReportFile |
std::string | mReportId |
bool | mSkipModelImport |
std::string | mTaskId |
SedmlImportOptions::SedmlImportOptions | ( | const std::string & | taskId = "" , |
const std::string & | modelId = "" , |
||
const std::vector< std::string > & | plots = std::vector< std::string >() , |
||
const std::string & | reportId = "" , |
||
const std::string & | reportFilename = "" |
||
) |
const std::string & SedmlImportOptions::getModelId | ( | ) | const |
References mModelId.
Referenced by SEDMLImporter::parseSEDML().
const std::vector< std::string > & SedmlImportOptions::getPlots | ( | ) | const |
References mPlots.
const std::string & SedmlImportOptions::getReportFile | ( | ) | const |
References mReportFile.
Referenced by SEDMLImporter::importReport().
const std::string & SedmlImportOptions::getReportId | ( | ) | const |
References mReportId.
const std::string & SedmlImportOptions::getTaskId | ( | ) | const |
References mTaskId.
Referenced by SEDMLImporter::parseSEDML().
bool SedmlImportOptions::ignoreOutput | ( | const std::string & | outputId | ) | const |
References isValid(), mPlots, and mReportId.
Referenced by SEDMLImporter::importOutputs().
bool SedmlImportOptions::isValid | ( | ) | const |
References mModelId, and mTaskId.
Referenced by ignoreOutput().
SedmlImportOptions & SedmlImportOptions::operator= | ( | const SedmlImportOptions & | rhs | ) |
References mModelId, mPlots, mReportFile, mReportId, mSkipModelImport, and mTaskId.
void SedmlImportOptions::setSkipModelImport | ( | bool | skipModelLoading | ) |
References mSkipModelImport.
bool SedmlImportOptions::skipModelImport | ( | ) | const |
References mSkipModelImport.
Referenced by SEDMLImporter::parseSEDML().
|
private |
Referenced by getModelId(), isValid(), and operator=().
|
private |
Referenced by getPlots(), ignoreOutput(), and operator=().
|
private |
Referenced by getReportFile(), and operator=().
|
private |
Referenced by getReportId(), ignoreOutput(), and operator=().
|
private |
Referenced by operator=(), setSkipModelImport(), and skipModelImport().
|
private |
Referenced by getTaskId(), isValid(), and operator=().