TreeAge Pro

Table of Contents
TreeAge Pro - Table of Contents

TreeAge Pro Interactive - Table of Contents

Documentation Home
TreeAge Website Home

TreeAge Pro Object Interface Docs PDF (right-click to save doc)
Change history

 Notes
 
In TreeAge Pro 2007, the Excel/COM module provides scripting/automation access to a variety of modeling and analysis-related objects.

Objects in gray are not yet available in TreeAge Pro 2007 (but are available in TreeAge Pro Interactive).

 
 Primary Objects
 
ApplicationObj Provides access to the TreeAge Pro application
TreeObj Provides access to a decision tree
NodeObj Provides access to a single tree node

 
 Influence Diagram Objects
 
InfluenceDiagramObj Main wrapper around an influence diagram
InfluenceNodeObj Reserved for future use
InfluenceArcObj Reserved for future use

 
 Analysis Objects
 
SensAnParams Enter the parameters for one dimension of a sensitivity analysis
SensAnOutput Holds the output of a 1-way sensitivity analysis
SensAnTwoOutput Holds the output of a 2-way sensitivity analysis [v1.17, Jul-06]
TornAnOutput Holds the output of a tornado sensitivity analysis
TornAnParams Enter the parameters for a tornado sensitivity analysis
CEOutput Holds the output of a baseline C/E analysis
MarkovParams Enter the parameters for a Markov analysis
MarkovOutput Holds the output of a Markov analysis
MonteParams Enter the parameters for a Monte Carlo simulation
MonteOutput Holds the output of a Monte Carlo simulation
ProbDistOutput Holds the output of an analytic probability distribution
BasicStats Holds the statistical properties of a output distribution

 
 Output Objects
 
GraphObj Represents any graphical output
GraphicOptions Used to set options for saving graphics file
TextReportObj Enables retrieval of numeric output of analyses

 
 Utility Objects
 
CEStrategy Access to information in the baseline C/E analysis
GlobalObj Holds system-wide information about the component
TicketObj Required to run analyses
HTMLTableParams Allows customized output of HTML tables
NumFormObj Used to set numeric formatting
AxisInfo Used to set axis ranges
FontObj Allows setting of fonts
VarInfo Enables retrieval of variable definitions from nodes
TableObj Holds a numeric table for tree calculations

 
 Miscellaneous Objects
 
CurrentTree Replaced in v2007 by TreeObj/ApplicationObj