Inspire revision 4711
Gyldig
Likelihood is a general concept relating to the chance of an event occurring.
-- Description --
Likelihood is generally expressed as a probability or a frequency. [EXCIFF].
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
qualitativeLikelihood |
|
|
CharacterString |
1..1 |
quantitativeLikelihood |
|
|
QuantitativeLikelihood
(datatype)
|
1..1 |
- probabilityOfOccurrence |
|
|
Probability |
1..1 |
- returnPeriod |
|
|
Number |
1..1 |
assessmentMethod |
|
|
DocumentCitation |
1..1 |
Name |
Type |
English |
Description |
qualitativeLikelihood |
CharacterString |
|
A qualitative assessment of the likelihood of occurrence of a hazard.
-- Description --
Sometimes, this is known as susceptibility.
|
quantitativeLikelihood |
QuantitativeLikelihood
|
|
A frequency of occurence or return period of a hazard phenomenon.
-- Description --
Sometimes, this is known as susceptibility.
|
assessmentMethod |
DocumentCitation |
|
A citation to the method used to express the likelihood.
|
Navn |
Beskrivelse |
Either the qualitative likelihood or the quantitative likelihood must be completed. |
/*either the qualitative likelihood or the quantitative likelihood must be completed. */
inv: self.qualitativeLikelihood.isEmpty()
implies self.quantitativeLikelihood.notEmpty()
and self.quantitativeLikelihood.isEmpty() implies
self.qualitativeLikelihood.notEmpty()
|