Global ALTA: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA| }}  
{{Template:APIClass|Global_ALTA| }}  


This page lists all classes, methods and enumerations that are directly related to accessing the capabilities of a 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 Class|WAPlots]].
{{Template:Global ALTA.Cmt}} The API functions related to plots that could be generated from either Weibull++ or ALTA standard folios can be found in [[WAPlots Class|WAPlots]].


Useful resource classes may be found in [[Global Resources]].
Useful resource classes may be found in [[Global Resources]].

Revision as of 20:37, 31 January 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 and Methods

  • 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