COPASI API
4.16.103
|
#include <CMiaseML.h>
Private Attributes | |
std::vector< CMiaseModel * > | mListofModels |
std::vector< CMiaseOutput * > | mListofOutputs |
std::vector< CMiaseSimulation * > | mListofSimulations |
std::vector< CMiaseTask * > | mListofTasks |
Definition at line 23 of file CMiaseML.h.
CMiaseSed::CMiaseSed | ( | ) |
Definition at line 17 of file CMiaseML.cpp.
CMiaseSed::~CMiaseSed | ( | ) |
Definition at line 20 of file CMiaseML.cpp.
void CMiaseSed::addModel | ( | CMiaseModel * | model | ) |
Definition at line 37 of file CMiaseML.cpp.
References mListofModels.
Referenced by CMiaseParser::newModel().
void CMiaseSed::addOutput | ( | CMiaseOutput * | output | ) |
Definition at line 42 of file CMiaseML.cpp.
References mListofOutputs.
Referenced by CMiaseParser::newOutput().
void CMiaseSed::addSimulation | ( | CMiaseSimulation * | simulation | ) |
Definition at line 27 of file CMiaseML.cpp.
References mListofSimulations.
Referenced by CMiaseParser::newSimulation().
void CMiaseSed::addTask | ( | CMiaseTask * | task | ) |
Definition at line 32 of file CMiaseML.cpp.
References mListofTasks.
Referenced by CMiaseParser::newTask().
CMiaseModel * CMiaseSed::getLastModel | ( | ) |
Definition at line 118 of file CMiaseML.cpp.
References mListofModels.
Referenced by CMiaseParser::getLastObj(), CMiaseParser::newAnnotation(), CMiaseParser::newChange(), CMiaseParser::newModel(), and CMiaseParser::newNotes().
CMiaseOutput * CMiaseSed::getLastOutput | ( | ) |
Definition at line 145 of file CMiaseML.cpp.
References mListofOutputs.
Referenced by CMiaseParser::endElement(), CMiaseParser::getLastObj(), CMiaseParser::newAnnotation(), CMiaseParser::newNotes(), and CMiaseParser::newOutput().
CMiaseSimulation * CMiaseSed::getLastSimulation | ( | ) |
Definition at line 64 of file CMiaseML.cpp.
References mListofSimulations.
Referenced by CMiaseParser::getLastObj(), CMiaseParser::newAnnotation(), CMiaseParser::newNotes(), and CMiaseParser::newSimulation().
CMiaseTask * CMiaseSed::getLastTask | ( | ) |
Definition at line 91 of file CMiaseML.cpp.
References mListofTasks.
Referenced by CMiaseParser::getLastObj(), CMiaseParser::newAnnotation(), CMiaseParser::newMeasurementData(), CMiaseParser::newNotes(), and CMiaseParser::newTask().
CMiaseModel * CMiaseSed::getModel | ( | int | num | ) |
Definition at line 101 of file CMiaseML.cpp.
References mListofModels.
Referenced by getModel(), and CMiaseParser::testDataStructure().
CMiaseModel * CMiaseSed::getModel | ( | std::string | id | ) |
Definition at line 106 of file CMiaseML.cpp.
References CMiaseBaseEnhanced::getId(), getModel(), and getNumOfModels().
int CMiaseSed::getNumOfModels | ( | ) |
Definition at line 123 of file CMiaseML.cpp.
References mListofModels.
Referenced by getModel(), and CMiaseParser::testDataStructure().
int CMiaseSed::getNumOfOutputs | ( | ) |
Definition at line 150 of file CMiaseML.cpp.
References mListofOutputs.
Referenced by getOutput(), and CMiaseParser::testDataStructure().
int CMiaseSed::getNumOfSimulations | ( | ) |
Definition at line 69 of file CMiaseML.cpp.
References mListofSimulations.
Referenced by getSimulation(), and CMiaseParser::testDataStructure().
int CMiaseSed::getNumOfTasks | ( | ) |
Definition at line 96 of file CMiaseML.cpp.
References mListofTasks.
Referenced by getTask(), and CMiaseParser::testDataStructure().
CMiaseOutput * CMiaseSed::getOutput | ( | int | num | ) |
Definition at line 128 of file CMiaseML.cpp.
References mListofOutputs.
Referenced by getOutput(), and CMiaseParser::testDataStructure().
CMiaseOutput * CMiaseSed::getOutput | ( | std::string | id | ) |
Definition at line 133 of file CMiaseML.cpp.
References CMiaseBaseEnhanced::getId(), getNumOfOutputs(), and getOutput().
CMiaseSimulation * CMiaseSed::getSimulation | ( | int | num | ) |
Definition at line 47 of file CMiaseML.cpp.
References mListofSimulations.
Referenced by getSimulation(), and CMiaseParser::testDataStructure().
CMiaseSimulation * CMiaseSed::getSimulation | ( | std::string | id | ) |
Definition at line 52 of file CMiaseML.cpp.
References CMiaseBaseEnhanced::getId(), getNumOfSimulations(), and getSimulation().
CMiaseTask * CMiaseSed::getTask | ( | int | num | ) |
Definition at line 74 of file CMiaseML.cpp.
References mListofTasks.
Referenced by getTask(), and CMiaseParser::testDataStructure().
CMiaseTask * CMiaseSed::getTask | ( | std::string | id | ) |
Definition at line 79 of file CMiaseML.cpp.
References CMiaseBaseEnhanced::getId(), getNumOfTasks(), and getTask().
|
private |
Definition at line 60 of file CMiaseML.h.
Referenced by addModel(), getLastModel(), getModel(), and getNumOfModels().
|
private |
Definition at line 61 of file CMiaseML.h.
Referenced by addOutput(), getLastOutput(), getNumOfOutputs(), and getOutput().
|
private |
Definition at line 58 of file CMiaseML.h.
Referenced by addSimulation(), getLastSimulation(), getNumOfSimulations(), and getSimulation().
|
private |
Definition at line 59 of file CMiaseML.h.
Referenced by addTask(), getLastTask(), getNumOfTasks(), and getTask().