82 {
setValue(
"JacobianRequested", jacobianRequested);}
96 {
setValue(
"StabilityAnalysisRequested", stabilityAnalysisRequested);}
115 assert(pDataModel != NULL);
119 configBuffer.
getVariable(
"RepStabilityAnalysis",
"bool" ,
120 getValue(
"StabilityAnalysisRequested").pBOOL,
123 *
getValue(
"StabilityAnalysisRequested").pBOOL);
CCopasiDataModel * getObjectDataModel()
bool isStabilityAnalysisRequested() const
void load(CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::NEXT)
virtual bool initialize()
void setJacobianRequested(bool &jacobianRequested)
const Value & getValue() const
bool setValue(const std::string &name, const CType &value)
CSteadyStateProblem(const CCopasiContainer *pParent=NULL)
virtual ~CSteadyStateProblem()
bool addParameter(const CCopasiParameter ¶meter)
void setStabilityAnalysisRequested(bool &stabilityAnalysisRequested)
C_INT32 getVariable(const std::string &name, const std::string &type, void *pout, CReadConfig::Mode mode=CReadConfig::NEXT)
bool isJacobianRequested() const
#define CONSTRUCTOR_TRACE