From e12c9674da35ca73b796cc809e6ef59d8e29e0d3 Mon Sep 17 00:00:00 2001 From: David Gregorczyk Date: Tue, 19 Mar 2024 08:44:54 +0100 Subject: [PATCH] #228 Change R0707 and R0708 to cover inference of compound metric measurement cycles. --- .../tf3-ch-8.3.2.9.7-compound-metric-modelling.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/asciidoc/volume3/biceps-content-module/tf3-ch-8.3.2.9.7-compound-metric-modelling.adoc b/asciidoc/volume3/biceps-content-module/tf3-ch-8.3.2.9.7-compound-metric-modelling.adoc index bce3fc1..7648bad 100644 --- a/asciidoc/volume3/biceps-content-module/tf3-ch-8.3.2.9.7-compound-metric-modelling.adoc +++ b/asciidoc/volume3/biceps-content-module/tf3-ch-8.3.2.9.7-compound-metric-modelling.adoc @@ -56,14 +56,17 @@ For each *pm:Relation* of a <> that expresses membership i [sdpi_level=+2] ====== State Part + .R0707 [sdpi_requirement#r0707,sdpi_req_level=shall] **** -To indicate in the metric state that metric values from the individual metrics belonging to the same compound metric are part of the same measurement, either the *@DeterminationTime* of all values, or in the case of a *pm:NumericMetricValue* the *@starttime* and *@stoptime* of all values shall be set to the same timestamp for start and stop. +For each compound metric of a <>, if *@StartTime* and *@StopTime* are available, the <> shall provide the same values for *@StartTime* and *@StopTime* in each metric of the compound metric to signify the same measurement cycle. + +NOTE: *@DeterminationTime* may vary between individual metrics of the compound metric. **** .R0708 -[sdpi_requirement#r0708,sdpi_req_level=may] +[sdpi_requirement#r0708,sdpi_req_level=shall] **** -If the *@starttime* and *@stoptime* of all metric values are the same for start and stop, the *@DeterminationTime* may be different. +For each compound metric of a <>, if *@StartTime* and *@StopTime* are not available, the <> shall provide the same value for *@DeterminationTime* in each metric of the compound metric to signify the same measurement cycle. **** \ No newline at end of file