#include <CEvent.h>
List of all members.
Constructor & Destructor Documentation
| CEventAssignment::CEventAssignment |
( |
const std::string & |
targetKey = "", |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Default constructor
- Parameters:
-
| const | std::string & targetKey (default: "") |
| "const | CCopasiContainer * pParent (default: NULL) |
Copy constructor
- Parameters:
-
| CEventAssignment::~CEventAssignment |
( |
| ) |
|
Member Function Documentation
| bool CEventAssignment::compile |
( |
std::vector< CCopasiContainer * > |
listOfContainer | ) |
|
Compile the event assignment.
- Parameters:
-
- Returns:
- bool success
| std::string CEventAssignment::getExpression |
( |
| ) |
const |
Retrieve the expression as a string.
- Returns:
- std::string expression
| const CExpression * CEventAssignment::getExpressionPtr |
( |
| ) |
const |
Retrieve the pointer to the expression.
- Returns:
- CExpression * pExpression
Retrieve the pointer to the expression.
- Returns:
- CExpression * pExpression
| const std::string & CEventAssignment::getKey |
( |
| ) |
const [virtual] |
Retrieve the key
- Returns:
- const std::string & key
Reimplemented from CCopasiObject.
| const std::string & CEventAssignment::getTargetKey |
( |
| ) |
const |
Retrieve the target key
- Returns:
- const std::string & targetKey
| const CCopasiObject * CEventAssignment::getTargetObject |
( |
| ) |
const |
Retrieve a pointer to the target object.
- Returns:
- const CCopasiObject * targetObject
| bool CEventAssignment::setExpression |
( |
const std::string & |
expression | ) |
|
Set the expression from an infix string. The return value indicates if parsing the expression was successful.
- Parameters:
-
| const | std::string & expression |
- Returns:
- bool success
| void CEventAssignment::setExpressionPtr |
( |
CExpression * |
pExpression | ) |
|
Set the expression from an expression pointer. CEventAssignment takes ownership.
- Parameters:
-
| bool CEventAssignment::setObjectParent |
( |
const CCopasiContainer * |
pParent | ) |
[virtual] |
Set the object parent
- Parameters:
-
- Returns:
- bool success
Reimplemented from CCopasiObject.
| bool CEventAssignment::setTargetKey |
( |
const std::string & |
targetKey | ) |
|
Set the key of the target
- Parameters:
-
| const | std::string & targetKey |
- Returns:
- bool success;
The documentation for this class was generated from the following files: