Global ALTA: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:




''Classes and Methods''
==Classes==
*'''[[ALTAAnalysisOptions Class|ALTAAnalysisOptions ]]''' {{Template:APIComment|{{Template:ALTAAnalysisOptions Class.Cmt}}}}
*'''[[ALTAAnalysisOptions Class|ALTAAnalysisOptions ]]''' {{Template:APIComment|{{Template:ALTAAnalysisOptions Class.Cmt}}}}
*'''[[ALTADataSet Class|ALTADataSet]]''' {{Template:APIComment|{{Template:ALTADataSet Class.Cmt}}}}
*'''[[ALTADataSet Class|ALTADataSet]]''' {{Template:APIComment|{{Template:ALTADataSet Class.Cmt}}}}
Line 14: Line 14:




''Enumerations''
==Enumerations==
*'''[[ALTASolverDistribution]]''' {{Template:APIComment|{{Template:ALTASolverDistribution.Cmt}}}}
*'''[[ALTASolverDistribution]]''' {{Template:APIComment|{{Template:ALTASolverDistribution.Cmt}}}}
*'''[[ALTASolverLSR]]''' {{Template:APIComment|{{Template:ALTASolverLSR.Cmt}}}}
*'''[[ALTASolverLSR]]''' {{Template:APIComment|{{Template:ALTASolverLSR.Cmt}}}}
*'''[[ALTASolverMethod]]''' {{Template:APIComment|{{Template:ALTASolverMethod.Cmt}}}}
*'''[[ALTASolverMethod]]''' {{Template:APIComment|{{Template:ALTASolverMethod.Cmt}}}}
*'''[[ALTASolverModel]]''' {{Template:APIComment|Available ALTA solver models.}}
*'''[[ALTASolverModel]]''' {{Template:APIComment|Available ALTA solver models.}}

Revision as of 23:42, 3 February 2014



Access the analytical capabilities of an ALTA standard folio. The API functions related to plots that could be generated from either Weibull++ or ALTA standard folios can be found in WAPlots.

Useful resource classes may be found in Global Resources.


Classes

  • ALTAAnalysisOptions ALTA solver analysis options. See AnalysisSettings to use settings to fit a model.
  • ALTADataSet Provides the functionality of an ALTA standard folio, including entering data in a data set, specifying analysis settings and fitting a distribution and life-stress relationship to the data set.
  • ALTAEvents all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.
  • ALTAGeneralOptions This class describes various settings for the ALTADataSet's GeneralSettings.
  • ALTAStressProfile


Enumerations