Holds a Copasifile and has methods to manipulate it. The class is used
to merge the root copasifile with the submodels.
|
|
|
__addFitItem(self,
importFile,
problem,
model,
ReactionName,
parameter) |
source code
|
|
|
__removeExperimentalPar(self,
valueDict,
parameter) |
source code
|
|
minidom.Node
|
|
minidom.Node
|
|
[str] @return list of reaction names
|
__getReactionNames(self)
Return the names of all reactions of the model in a list. |
source code
|
|
[str] @return list of reaction ids
|
__getReactionIds(self)
Return the ids of all reactions of the model in a list. |
source code
|
|
[str] @return list of metabolite names
|
__getMetaboliteNames(self)
Return the names of all metabolites/species of the model in a list. |
source code
|
|
[str] @return list of metabolite ids
|
__getMetaboliteIds(self)
Return the ids of all metabolites/species of the model in a list. |
source code
|
|
[str] @return list of global quantities
|
__getModelValues(self)
Return the names of all global quantities of the model in a list. |
source code
|
|
[str]
|
|
[str]
|
|
|
__fitItem(self,
model,
ReactionName,
parameter) |
source code
|
|
list
|
|
|
|
|
|
|
|
|
assignFunctionNames(self,
functionReactionMap,
functionsIdName,
modelName,
KineticNameMap)
gives kinetics with a changed formula the corresponding name |
source code
|
|
|
importTask(self,
file,
taskType)
Adds a task to the cps file and overwrites tasks of the same type. |
source code
|
|
str
|
|
bool
|
|