12 #ifndef IDATAMARSHAL_H_
13 #define IDATAMARSHAL_H_
59 virtual bool getFunction(
string strLineNoSpace) = 0;
73 cout <<
"****************************************************************\n";
74 cout <<
"* IDataMarshal is constructed *\n";
75 cout <<
"****************************************************************\n";
78 strParamFile =
"fort.10";
80 strNumSolver =
"DELPHI";
90 cout <<
"****************************************************************\n";
91 cout <<
"* IDataMarshal is constructed *\n";
92 cout <<
"****************************************************************\n";
95 strParamFile =
"fort.10";
97 strNumSolver =
"DELPHI";
99 if (1 < argc) strParamFile = argv[1];
109 cout <<
"****************************************************************\n";
110 cout <<
"* IDataMarshal is destroyed *\n";
111 cout <<
"****************************************************************\n";
119 void read(
string strFileName);
127 #endif // IDATAMARSHAL_H_
bool getQinclude(const string &strLineNoSpace)
Definition: interface_datamarshal.cpp:65
virtual bool getFunction(string strLineNoSpace)=0
string strBioModel
Bio-model to solve (default: PBE)
Definition: interface_datamarshal.h:63
virtual void updateParameters()=0
virtual bool getStatement(string strLineNoSpace)=0
bool getParameter(const string &strLineNoSpace)
Definition: interface_datamarshal.cpp:82
bool getBiomodel(const string &strLineNoSpace)
Definition: interface_datamarshal.cpp:19
virtual ~IDataMarshal()
Definition: interface_datamarshal.h:105
IDataMarshal(int argc, char *argv[])
Definition: interface_datamarshal.h:86
Definition: interface_datamarshal.h:22
string strParamFile
read-in parameter file (default: fort.10)
Definition: interface_datamarshal.h:62
warnings/exceptions occurring in interface classes
pre-processor marco's used for compiling the code
string strNumSolver
numerical solver (default: DelPhi)
Definition: interface_datamarshal.h:64
IDataMarshal()
Definition: interface_datamarshal.h:69
void read(string strFileName)
Definition: interface_datamarshal.cpp:114