saeaadl / emv2

AADL Error Model V2 annex language
0 stars 0 forks source link

Rework ProbabilityDistributionSpecification #55

Open jjhugues opened 2 years ago

jjhugues commented 2 years ago
joeseibel commented 2 years ago

In section E.14.1, item (8), the standard defines Probability as a field of the record type ProbabilityDistributionSpecification. It does not define the field ProbabilityValue. However, all of the examples in the standard use ProbabilityValue and do not use Probability.

Currently, OSATE looks at ProbabilityValue for the Fault Tree Analysis and ignores Probability. The code for this can be found in the method EMV2Properties.getOccurrenceValue(EMV2PropertyAssociation).

jjhugues commented 2 years ago

May 19th meeting: