|
| | CODEExporterBM () |
| |
| virtual bool | exportSingleCompartment (const CCompartment *comp, std::string &expression, std::string &comments) |
| |
| virtual bool | exportSingleMetabolite (const CMetab *metab, std::string &expression, std::string &comments) |
| |
| virtual bool | exportSingleModelEntity (const CModelEntity *tmp, std::string &expression, std::string &comments) |
| |
| virtual bool | exportSingleModVal (const CModelValue *modval, std::string &expression, std::string &comments) |
| |
| virtual bool | exportSingleObject (std::ostringstream &which, const std::string &name, const std::string &expression, const std::string &comments) |
| |
| virtual bool | exportSingleODE (const CModelEntity *mentity, std::string &equation, std::string &comments) |
| |
| virtual bool | exportSingleParameter (const CCopasiParameter *param, std::string &expression, std::string &comments) |
| |
| virtual bool | exportTitleData (const CDataModel *pDataModel, std::ostream &os) |
| |
| virtual std::string | exportTitleString (const size_t tmp) |
| |
| virtual std::string | getDisplayExpressionString (CExpression *tmp) |
| |
| virtual std::string | getDisplayFunctionString (CFunction *func) |
| |
| virtual std::string | KineticFunction2ODEmember (const CReaction *reac) |
| |
| std::string | setConcentrationName (const std::string &objName) |
| |
| std::string | setODEName (const std::string &objName) |
| |
| virtual void | setReservedNames () |
| |
| std::string | testName (const std::string &name) |
| |
| virtual std::string | translateObjectName (const std::string &realName) |
| |
| virtual std::string | translateTimeVariableName () |
| |
| void | assembleSubTreeForMassAction (CEvaluationNode *newNode, CEvaluationNode *child1, CEvaluationNode *child2) |
| |
| | CODEExporter () |
| |
| virtual bool | exportClosingData (const CModel *copasiModel, std::ostream &os) |
| |
| virtual std::string | exportClosingString (const size_t tmp) |
| |
| bool | exportCompartments (const CModel *copasiModel) |
| |
| std::string | exportExpression (const CExpression *pExpression, const CDataModel *pDataModel) |
| |
| virtual bool | exportKineticFunction (const CReaction *reac) |
| |
| virtual bool | exportKineticFunctionGroup (const CModel *copasiModel) |
| |
| virtual bool | exportMetabolites (const CModel *copasiModel) |
| |
| virtual bool | exportMetabolitesConcentrations (const CModel *copasiModel) |
| |
| bool | exportModelEntityExpression (const CDataObject *obj, const CDataModel *pDataModel) |
| |
| bool | exportModelValues (const CModel *copasiModel) |
| |
| bool | exportModelValuesExpressions (const CModel *copasiModel) |
| |
| virtual std::string | exportNumber (double number) |
| |
| void | exportObjectNodesFromModel (const CDataModel *pDataModel) |
| |
| bool | exportODEs (const CModel *copasiModel) |
| |
| bool | exportReacParamsAndFuncs (const CModel *copasiModel) |
| |
| void | exportSimulatedObject (const CDataObject *obj, const CDataModel *pDataModel) |
| |
| bool | exportSingleFunction (CEvaluationNode *pNode, const CReaction *reac, size_t &index) |
| |
| bool | exportSingleFunction (CEvaluationNode *pNode, const std::string &key, size_t &index) |
| |
| bool | exportSingleFunction (const CFunction *func) |
| |
| virtual bool | exportSingleFunction (const CFunction *func, std::set< std::string > &isExported) |
| |
| virtual bool | exportTitleData (const CModel *copasiModel, std::ostream &os) |
| |
| bool | exportToStream (const CDataModel *pDataModel, std::ostream &os) |
| |
| void | findFunctionsCalls (const CEvaluationNode *pNode) |
| |
| virtual std::string | getSingleLineComment () |
| |
| virtual bool | isEmptyString (std::string &str) |
| |
| std::string | isModelEntityExpressionODEExporterCompatible (const CModelEntity *tmp, const CExpression *pExpression, const CDataModel *pDataModel) |
| |
| void | modifyTreeForMassAction (CFunction *tmpfunc) |
| |
| virtual bool | preprocess (const CModel *copasiModel) |
| |
| virtual | ~CODEExporter () |
| |