From 9494c90a2c2147e2e8ba624d0396af9c4955e30b Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Thu, 29 Aug 2019 15:48:33 -0500 Subject: Update to Common Refined ParameterGroup by adding range capability. Issue-ID: MODELING-104 Change-Id: I588c2c8ba95c4b9460998440a3a4f0e88cfac86c Signed-off-by: Kevin Scaggs --- ONAP Information Model/Common.notation | 57 +++++++++++++++++++++++++----- ONAP Information Model/Common.uml | 63 +++++++++++++++++++++------------- 2 files changed, 88 insertions(+), 32 deletions(-) diff --git a/ONAP Information Model/Common.notation b/ONAP Information Model/Common.notation index cbd74d9..afd0156 100644 --- a/ONAP Information Model/Common.notation +++ b/ONAP Information Model/Common.notation @@ -8541,6 +8541,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8564,7 +8591,7 @@ - + @@ -8664,6 +8691,15 @@ + + + + + + + + + @@ -8687,7 +8723,7 @@ - + @@ -8700,13 +8736,18 @@ - + + + + + + @@ -8949,8 +8990,8 @@ - - + + @@ -8980,7 +9021,7 @@ - + @@ -9010,8 +9051,8 @@ - - + + diff --git a/ONAP Information Model/Common.uml b/ONAP Information Model/Common.uml index 3a7a046..b8d7ba9 100644 --- a/ONAP Information Model/Common.uml +++ b/ONAP Information Model/Common.uml @@ -1570,6 +1570,9 @@ It is the asbstract parent of the NsQos and VnfQos datatypes, as the NsQoS (QoS Note: This concept has some basis on the TMF SID Characteristic Pattern. + + Assumption made that all values will be of the same type and units of measure for a given Parameter. + @@ -1643,8 +1646,29 @@ It is the asbstract parent of the NsQos and VnfQos datatypes, as the NsQoS (QoS The value of the given ParameterSpecValue. + + A discrete value that the Parameter can take on. + + + + + + The low range value that a characteristic can take on. + + + + The upper range value that a characteristic can take on. + + + + + + The specification that a range of values increases in steps, such as a range from 0 to 100 in steps of 5 with the resulting permitted values being 0, 5, 10, 15,...100. This complements the valueFrom and valueTo attributes. + + + @@ -1697,6 +1721,12 @@ It is the asbstract parent of the NsQos and VnfQos datatypes, as the NsQoS (QoS + + + A length, surface, volume, dry measure, liquid measure, money, weight, time, and the like. In general, a determinate quantity or magnitude of the kind designated, taken as a standard of comparison for others of the same kind, in assigning to them numerical values, as 1 foot, 1 yard, 1 mile, 1 square foot. + + + @@ -3410,9 +3440,6 @@ Permitted Values: - - - @@ -4030,12 +4057,6 @@ Permitted Values: - - - - - - @@ -4198,12 +4219,6 @@ Permitted Values: - - - - - - @@ -4216,9 +4231,6 @@ Permitted Values: - - - @@ -4320,9 +4332,6 @@ Permitted Values: - - - @@ -4755,9 +4764,6 @@ Permitted Values: - - - @@ -5056,4 +5062,13 @@ Permitted Values: + + + + + + + + + -- cgit 1.2.3-korg