|
COPASI API
4.40.278
|
#include <CEvaluationNodeUnit.h>
Public Member Functions | |
| CEvaluationNodeUnit (const CEvaluationNodeUnit &src) | |
| CEvaluationNodeUnit (const SubType &subType, const Data &data) | |
| virtual std::string | getBerkeleyMadonnaString (const std::vector< std::string > &children) const |
| virtual std::string | getCCodeString (const std::vector< std::string > &children) const |
| virtual std::string | getMMLString (const std::vector< std::string > &children, bool expand, const std::vector< std::vector< std::string > > &variables) const |
| virtual CValidatedUnit | getUnit (const CMathContainer &container, const std::vector< CValidatedUnit > &units) const |
| virtual std::string | getXPPString (const std::vector< std::string > &children) const |
| virtual ASTNode * | toAST (const CDataModel *pDataModel) const |
| virtual | ~CEvaluationNodeUnit () |
Public Member Functions inherited from CEvaluationNode | |
| void | addChildren (const std::vector< CEvaluationNode * > &children) |
| std::string | buildBerkeleyMadonnaString () const |
| std::string | buildCCodeString () const |
| std::string | buildDisplayString () const |
| std::string | buildInfix () const |
| std::string | buildMMLString (bool expand, const std::vector< std::vector< std::string > > &variables) const |
| std::string | buildXPPString () const |
| virtual void | calculate () |
| CEvaluationNode () | |
| CEvaluationNode (const CEvaluationNode &src) | |
| virtual CIssue | compile () |
| CEvaluationNode * | copyBranch () const |
| CEvaluationNode * | copyNode (CEvaluationNode *child1, CEvaluationNode *child2) const |
| CEvaluationNode * | copyNode (const std::vector< CEvaluationNode * > &children) const |
| const CEvaluationNode * | findTopMinus (const std::vector< CFunctionAnalyzer::CValue > &callParameters) const |
| virtual std::string | getDisplayString (const std::vector< std::string > &children) const |
| virtual std::string | getInfix (const std::vector< std::string > &children) const |
| const CEvaluationTree * | getTree () const |
| const C_FLOAT64 * | getValuePointer () const |
| const ValueType & | getValueType () const |
| virtual bool | isBoolean () const |
| const MainType & | mainType () const |
| bool | operator!= (const CEvaluationNode &right) const |
| bool | operator< (const CEvaluationNode &rhs) |
| bool | operator< (const CEvaluationNode &right) const |
| bool | operator== (const CEvaluationNode &right) const |
| void | printRecursively () const |
| void | printRecursively (std::ostream &os, int indent=0) const |
| void | setTree (const CEvaluationTree *pTree) |
| virtual CValidatedUnit | setUnit (const CMathContainer &container, const std::map< CEvaluationNode *, CValidatedUnit > ¤tUnits, std::map< CEvaluationNode *, CValidatedUnit > &targetUnits) const |
| virtual CIssue | setValueType (const ValueType &valueType) |
| virtual CEvaluationNode * | simplifyNode (const std::vector< CEvaluationNode * > &children) const |
| CEvaluationNode * | splitBranch (const CEvaluationNode *splitnode, bool left) const |
| const SubType & | subType () const |
| virtual | ~CEvaluationNode () |
Public Member Functions inherited from CCopasiNode< std::string > | |
| virtual bool | addChild (CCopasiNode< Data > *pChild, CCopasiNode< Data > *pAfter=NULL) |
| bool | addSibling (CCopasiNode< Data > *pSibling, CCopasiNode< Data > *pAfter=NULL) |
| CCopasiNode (CCopasiNode< Data > *pParent=NULL) | |
| CCopasiNode (const CCopasiNode< Data > &src) | |
| CCopasiNode (const Data &data, CCopasiNode< Data > *pParent=NULL) | |
| bool | deleteChildren () |
| CCopasiNode< Data > * | getChild () |
| const CCopasiNode< Data > * | getChild () const |
| CCopasiNode< Data > * | getChild (const size_t &index) |
| const CCopasiNode< Data > * | getChild (const size_t &index) const |
| virtual Data & | getData () |
| virtual const Data & | getData () const |
| CCopasiNode< Data > * | getNext () |
| const CCopasiNode< Data > * | getNext () const |
| CCopasiNode< Data > * | getNextNonChild () |
| const CCopasiNode< Data > * | getNextNonChild () const |
| size_t | getNumChildren () const |
| CCopasiNode< Data > * | getParent () |
| const CCopasiNode< Data > * | getParent () const |
| CCopasiNode< Data > * | getSibling () |
| const CCopasiNode< Data > * | getSibling () const |
| virtual bool | removeChild (CCopasiNode< Data > *pChild) |
| virtual bool | setData (const Data &data) |
| virtual | ~CCopasiNode () |
Private Member Functions | |
| CEvaluationNodeUnit () | |
This is the base class for nodes used in an evaluation trees
|
private |
Default constructor
References CEvaluationNode::mPrecedence, CEvaluationNode::mValue, CEvaluationNode::mValueType, CEvaluationNode::Number, and PRECEDENCE_NUMBER.
Specific constructor
| const | SubType & subType |
| const | Data & data |
References CEvaluationNode::mPrecedence, CEvaluationNode::mValue, CEvaluationNode::mValueType, CEvaluationNode::Number, and PRECEDENCE_NUMBER.
| CEvaluationNodeUnit::CEvaluationNodeUnit | ( | const CEvaluationNodeUnit & | src | ) |
Copy constructor
| const | CEvaluationNodeUnit & src |
|
virtual |
Destructor
|
virtual |
Retrieve the display string of the node and its eventual child nodes in Berkeley Madonna format.
Reimplemented from CEvaluationNode.
|
virtual |
Retrieve the display string of the node and its eventual child nodes in C.
Reimplemented from CEvaluationNode.
|
virtual |
Build the MathML string
| const | std::vector< std::string > & children |
| bool | expand = true |
| const | std::vector< std::vector< std::string > > & variables |
Reimplemented from CEvaluationNode.
References CCopasiNode< std::string >::mData.
|
virtual |
Figure out the appropriate CUnit to use, based on the child nodes. This sets the default, appropriate for many cases, as Dimensionless
| const | CMathContainer & container |
| const | std::vector< CValidatedUnit > & units |
Reimplemented from CEvaluationNode.
References CCopasiNode< std::string >::mData.
|
virtual |
Retrieve the display string of the node and its eventual child nodes in XPPAUT format.
Reimplemented from CEvaluationNode.
|
virtual |
Create a new invalid ASTNode.
Reimplemented from CEvaluationNode.
References fatalError.