Talk:Synthesis API Reference/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Updates for 10.1.3==
=Updates for 10.1.3=
 
 
==Replace the Object Library section of the page with the following draft==
'''Object Library'''
 
Below is a summary of the core objects in the Synthesis API library. For an alphabetical listing of all classes and enumerations in the object library, see [[Full Synthesis API]].
 
*The <code>'''[[Repository Class|Repository]]'''</code> object represents the Synthesis repository. All other objects use the functions in this class to read or write data to the repository. This class also contains the functions for importing/exporting XML files.
 
*The following objects represent the Synthesis resources. Instances of each class can be used to store data for an existing or new resource. 
**<code>'''[[CAction Class|cAction]]'''</code>
**<code>'''[[CCorrectiveTask Class|cCorrectiveTask]]'''</code>
**<code>'''[[CScheduledTask Class|cScheduledTask]]'''</code>
**<code>'''[[CCrew Class|cCrew]]'''</code>
**<code>'''[[CModel Class|cModel]]'''</code>
**<code>'''[[CPool Class|cPool]]'''</code>
**<code>'''[[CURD Class|cURD]]'''</code>
**<code>'''[[CVariable Class|cVariable]]'''</code>
**<code>'''[[CXfmeaControl Class|cXfmeaControl]]'''</code>
 
*The following objects build data collections for the Synthesis Data Warehouse (SDW).
**<code>'''[[RawData Class|RawData]]'''</code> represents a single data point.
**<code>'''[[RawDataSet Class|RawDataSet]]'''</code> serves as the data container for the RawData objects.
 
*The <code>'''[[XfmeaItem Class|XfmeaItem]]'''</code> object represents a system hierarchy item. Instances of this class can be used to store data for a system or assembly, as well as build a multi-level system configuration.
 
*The following objects represent the FMEA records. Instances of each class can be used to store data for an existing or new FMEA analysis.
**<code>'''[[XfmeaFunction Class|XfmeaFunction]]'''</code>
**<code>'''[[XfmeaCause Class|XfmeaCause]]'''</code>
**<code>'''[[XfmeaEffect Class|XfmeaEffect]]'''</code>
**<code>'''[[XfmeaFailure Class|XfmeaFailure]]'''</code>
 
*The <code>'''[[WeibullDataSet Class|WeibullDataSet]]'''</code> object represents a Weibull++ standard folio data sheet. Instances of this class can be used define a data set and fit a statistical distribution to the data.
 
*The <code>'''[[ALTADataSet Class|ALTADataSet]]'''</code> object represents an ALTA standard folio data sheet. Instances of this class can be used to define a data set, and fit a distribution and life-stress relationship to the data.
 
*The <code>'''[[WAPlots Class|WAPlots]]'''</code> object represents a plot based on the fitted model of a <code>WeibullDataSet</code> or <code>ALTADataSet</code> object. Instances of this class can be used display a plot of the analysis results.

Revision as of 17:32, 20 April 2016

Updates for 10.1.3

Replace the Object Library section of the page with the following draft

Object Library

Below is a summary of the core objects in the Synthesis API library. For an alphabetical listing of all classes and enumerations in the object library, see Full Synthesis API.

  • The Repository object represents the Synthesis repository. All other objects use the functions in this class to read or write data to the repository. This class also contains the functions for importing/exporting XML files.
  • The following objects build data collections for the Synthesis Data Warehouse (SDW).
    • RawData represents a single data point.
    • RawDataSet serves as the data container for the RawData objects.
  • The XfmeaItem object represents a system hierarchy item. Instances of this class can be used to store data for a system or assembly, as well as build a multi-level system configuration.
  • The WeibullDataSet object represents a Weibull++ standard folio data sheet. Instances of this class can be used define a data set and fit a statistical distribution to the data.
  • The ALTADataSet object represents an ALTA standard folio data sheet. Instances of this class can be used to define a data set, and fit a distribution and life-stress relationship to the data.
  • The WAPlots object represents a plot based on the fitted model of a WeibullDataSet or ALTADataSet object. Instances of this class can be used display a plot of the analysis results.