Talk:New Members and Constants/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 1: | Line 1: | ||
=DRAFT= | =DRAFT= | ||
===New in 10.1. | ===New in 10.1.4=== | ||
===[[Repository Class]]=== | ===[[Repository Class]]=== | ||
'''New Methods''' | '''New Methods''' | ||
Line 9: | Line 9: | ||
*[[Repository.BlockSim.GetAllRBDBlocksData]] - {{:Repository.BlockSim.GetAllRBDBlocksData}} | *[[Repository.BlockSim.GetAllRBDBlocksData]] - {{:Repository.BlockSim.GetAllRBDBlocksData}} | ||
*[[Repository.BlockSim.UpdateRBDBlockData]] - {{:Repository.BlockSim.UpdateRBDBlockData}} | *[[Repository.BlockSim.UpdateRBDBlockData]] - {{:Repository.BlockSim.UpdateRBDBlockData}} | ||
'''New Events''' | |||
*[[Repository.Message]] - {{:Repository.Message}} | |||
===[[WeibullDataSet Class]]=== | |||
'''New Events''' | |||
*[[WeibullDataSet.GetDistrParameters|GetDistrParameters]] - {{:WeibullDataSet.GetDistrParameters}} | |||
*[[WeibullDataSet.HideCalculationProgress|HideCalculationProgress]] - {{:WeibullDataSet.HideCalculationProgress}} | |||
*[[WeibullDataSet.Message|Message]] - {{:WeibullDataSet.Message}} | |||
*[[WeibullDataSet.Question|Question]] - {{:WeibullDataSet.Question}} | |||
*[[WeibullDataSet.ShowCalculationProgress|ShowCalculationProgress]] - {{:WeibullDataSet.ShowCalculationProgress}} | |||
*[[WeibullDataSet.UpdateCalculationProgress|UpdateCalculationProgress]] - {{:WeibullDataSet.UpdateCalculationProgress}} | |||
===[[ALTADataSet Class]]=== | |||
'''New Events''' | |||
*[[ALTADataSet.HideCalculationProgress|HideCalculationProgress]] - {{:ALTADataSet.HideCalculationProgress}} | |||
*[[ALTADataSet.Message|Message]] - {{:ALTADataSet.Message}} | |||
*[[ALTADataSet.Question|Question]] - {{:ALTADataSet.Question}} | |||
*[[ALTADataSet.ShowCalculationProgress|ShowCalculationProgress]] - {{:ALTADataSet.ShowCalculationProgress}} | |||
*[[ALTADataSet.UpdateCalculationProgress|UpdateCalculationProgress]] - {{:ALTADataSet.UpdateCalculationProgress}} |
Revision as of 17:38, 17 August 2016
DRAFT
New in 10.1.4
Repository Class
New Methods
- Repository.BlockSim.GetAllRBDs - Gets a list of all BlockSim reliability block diagrams (RBDs) associated with a project. Returns a NameIdPair object that represents the name and ID pairs of the RBDs.
- Repository.BlockSim.GetAllFaultTrees - Gets a list of all BlockSim fault trees associated with a project. Returns a NameIdPair object that represents the name and ID pairs of the fault trees.
- Repository.BlockSim.GetRBDBlockData - Returns an RBDBlockData object that represents the properties of a BlockSim block.
- Repository.BlockSim.GetAllRBDBlocksData - Gets an array containing the data of all blocks in a BlockSim reliability block diagram (RBD) or fault tree. Returns an RBDBlockData object that represents the properties of each block.
- Repository.BlockSim.UpdateRBDBlockData - Sends any changes made to a BlockSim block to the Synthesis repository. Returns a Boolean value; when true, indicates a successful save.
New Events
- Repository.Message - Occurs when an error is produced. Displays an error message.
WeibullDataSet Class
New Events
- GetDistrParameters - Occurs when there is insufficient data to fit a model. Displays a prompt for entering the parameters of the distribution.
- HideCalculationProgress - Occurs when the calculation process is running. Hides the progress bar.
- Message - Occurs when an error is produced. Displays an error message.
- Question - Occurs when an answer to a question is required. Displays a message box with yes and no options.
- ShowCalculationProgress - Occurs when the calculation process is running. Displays a progress bar.
- UpdateCalculationProgress - Occurs when the calculation process is running. Displays messages regarding the progress of the calculations.
ALTADataSet Class
New Events
- HideCalculationProgress - Occurs when the calculation process is running. Hides the progress bar.
- Message - Occurs when an error is produced. Displays an error message.
- Question - ALTADataSet.Question
- ShowCalculationProgress - Occurs when the calculation process is running. Displays a progress bar.
- UpdateCalculationProgress - Occurs when the calculation process is running. Displays messages regarding the progress of the calculations.