#include <CEFMTask.h>
List of all members.
Constructor & Destructor Documentation
default constructor
- Parameters:
-
Copy constructor
- Parameters:
-
CEFMTask::~CEFMTask |
( |
| ) |
[virtual] |
Member Function Documentation
std::string CEFMTask::getFluxModeDescription |
( |
const CFluxMode & |
fluxMode | ) |
const |
Retrieve the description of the flux mode
- Parameters:
-
- Returns:
- std::string fluxModeDescription
const std::vector< CFluxMode > & CEFMTask::getFluxModes |
( |
| ) |
const |
Retrieve the Flux Modes
- Returns:
- const std::vector< CFluxMode > &
std::string CEFMTask::getInternalSpecies |
( |
const CFluxMode & |
fluxMode | ) |
const |
Retrieve the internal species for the given flux mode.
- Parameters:
-
- Returns:
- std::string species
std::string CEFMTask::getNetReaction |
( |
const CFluxMode & |
fluxMode | ) |
const |
Retrieve the net reaction for the given flux mode.
- Parameters:
-
- Returns:
- std::string netReaction
std::string CEFMTask::getReactionEquation |
( |
const std::map< size_t, C_FLOAT64 >::const_iterator & |
itReaction | ) |
const |
Retrieve the reaction equation of the part of the flux mode pointed at by itReaction
- Parameters:
-
const | std::map< size_t, C_FLOAT64 >::const_iterator & itReaction |
- Returns:
- std::string reactionEquation
std::pair< C_FLOAT64, C_FLOAT64 > CEFMTask::getSpeciesChanges |
( |
const CFluxMode & |
fluxMode, |
|
|
const CMetab & |
metab |
|
) |
| const |
Retrieve the species changes for the given flux mode and species
- Parameters:
-
- Returns:
- std::pair< C_FLOAT64, C_FLOAT64 > changes
Initialize the task. If an ostream is given this ostream is used instead of the target specified in the report. This allows nested tasks to share the same output device.
- Parameters:
-
const | OutputFlag & of |
COutputHandler | * pOutputHandler |
std::ostream | * pOstream (default: NULL) |
- Returns:
- bool success
Reimplemented from CCopasiTask.
static bool CEFMTask::isValidMethod |
( |
const unsigned C_INT32 & |
method, |
|
|
const unsigned C_INT32 * |
validMethods |
|
) |
| [static] |
Check whether the given method is in the list of valid methods This list must end with CCopasiMethod::unset
- Parameters:
-
const | unsigned C_INT32 & method |
const | unsigned C_INT32 * validMethods |
- Returns:
- bool isValid
Reimplemented from CCopasiTask.
bool CEFMTask::process |
( |
const bool & |
useInitialValues | ) |
[virtual] |
Process the task with or without initializing to the initial state.
- Parameters:
-
const | bool & useInitialValues |
- Returns:
- bool success
Reimplemented from CCopasiTask.
Set the call back of the task
- Parameters:
-
- Returns:
- bool succes
Reimplemented from CCopasiTask.
bool CEFMTask::setMethodType |
( |
const int & |
type | ) |
[virtual] |
Set the method type applied to solve the task
- Parameters:
-
- Returns:
- bool success
Reimplemented from CCopasiTask.
Member Data Documentation
Initial value:The methods which can be selected for performing this task.
CEFMTask class.
This class implements a optimization task which is comprised of a of a problem and a method.
Reimplemented from CCopasiTask.
The documentation for this class was generated from the following files: