#include <CExperimentObjectMap.h>
List of all members.
Constructor & Destructor Documentation
CExperimentObjectMap::CDataColumn::CDataColumn |
( |
const std::string & |
name = "Object Map" , |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Default constructor
- Parameters:
-
const | std::string & name (default: Object Map) |
const | CCopasiContainer * pParent (default: NULL) |
Copy constructor
- Parameters:
-
Specific constructor used for reading COPASI files
- Parameters:
-
CExperimentObjectMap::CDataColumn::~CDataColumn |
( |
| ) |
[virtual] |
Member Function Documentation
bool CExperimentObjectMap::CDataColumn::elevateChildren |
( |
| ) |
[virtual] |
This methods must be called to elevate subgroups to derived objects. The default implementation does nothing.
- Returns:
- bool success
Reimplemented from CCopasiParameterGroup.
C_FLOAT64 CExperimentObjectMap::CDataColumn::getDefaultWeight |
( |
| ) |
const |
Retrieve the default weight of the column
- Returns:
- C_FLOAT64 weight
std::string CExperimentObjectMap::CDataColumn::getObjectCN |
( |
| ) |
const |
Retrieve the object CN of the object mapped to the column
- Returns:
- std::string objctCN
C_FLOAT64 CExperimentObjectMap::CDataColumn::getWeight |
( |
| ) |
const |
Retrieve the weight of the column
- Returns:
- C_FLOAT64 weight
Assignment operator
- Parameters:
-
- Returns:
- CDataColumn & lhs
bool CExperimentObjectMap::CDataColumn::setObjectCN |
( |
const std::string & |
objectCN | ) |
|
Set the object CN of the object mapped to the column
- Parameters:
-
const | std::string & objectCN |
- Returns:
- bool success
Set the role of the column
- Parameters:
-
- Returns:
- bool success
bool CExperimentObjectMap::CDataColumn::setWeight |
( |
const C_FLOAT64 & |
weight | ) |
|
Set the weight for the column
- Parameters:
-
- Returns:
- bool success
The documentation for this class was generated from the following files: