The CEOutput object is returned by the TreeObj.CostEff method. It performs a simple cost-effectiveness analysis at a decision node.
The CEOutput object holds
the output of the analysis temporarily, until you create output
objects (GraphObj or TextReportObj).
Do not create a CEOutput object directly.
| | |
| | |
| | | GetGraph | | Returns a GraphObj from the analysis results | | GetTextReport | | Retrieves the underlying numeric data in tabular form | | NumStrategies | | Returns the number of options being compared | | GetStrategy | | Retrieves the cost and effectiveness of any strategy |
|
| |
| | |
| | |
| | | valid | | Indicates whether the object's contents are valid |
|