|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| =DRAFT for 10.1.3= | | =DRAFT= |
| | |
| 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 [[API Reference Documentation]].
| |
| | |
| *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 are 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 are 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 are used to display a plot of the analysis results.
| |