Talk:Synthesis API Reference/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
*The following objects build data collections for the Synthesis Data Warehouse (SDW). | *The following objects build data collections for the Synthesis Data Warehouse (SDW). | ||
**<code>'''[[RawData Class|RawData]]'''</code> represents a single data point. | **<code>'''[[RawData Class|RawData]]'''</code> represents a single data point. | ||
**<code>'''[[RawDataSet Class|RawDataSet]]'''</code> serves as the data container for the RawData objects. | **<code>'''[[RawDataSet Class|RawDataSet]]'''</code> serves as the data container for the <code>RawData</code> 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 <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. |
Revision as of 16:16, 15 June 2016
DRAFT 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 API Reference Documentation.
- 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 represent the Synthesis resources. Instances of each class can be used to store data for an existing or new resource.
- 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 theRawData
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 following objects represent the FMEA records. Instances of each class can be used to store data for an existing or new FMEA analysis.
- The
WeibullDataSet
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
ALTADataSet
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
WAPlots
object represents a plot based on the fitted model of aWeibullDataSet
orALTADataSet
object. Instances of this class are used to display a plot of the analysis results.