From a0005189cc9dc8be31dc41acd45e9a8846236b68 Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 6 Sep 2019 15:14:46 -0500 Subject: Updates to Common Updates to both SelectionCriteri and ParameterGroup as posted to the WIKI. Issue-ID: MODELING-104 Change-Id: I67be4627a44e16454f6e2ff2804f199512b9a968 Signed-off-by: Kevin Scaggs --- ONAP Information Model/Common.notation | 90 ++++++++---- ONAP Information Model/Common.uml | 258 ++++++++++++++++++--------------- 2 files changed, 202 insertions(+), 146 deletions(-) diff --git a/ONAP Information Model/Common.notation b/ONAP Information Model/Common.notation index afd0156..6017a61 100644 --- a/ONAP Information Model/Common.notation +++ b/ONAP Information Model/Common.notation @@ -7850,10 +7850,10 @@ - - + + - + @@ -7876,14 +7876,23 @@ - - - + + + - + + + + + + + + + + - + @@ -7908,7 +7917,7 @@ - + @@ -8209,7 +8218,7 @@ - + @@ -8565,6 +8574,14 @@ + + multiplicity + visibility + defaultValue + name + type + derived + @@ -8591,7 +8608,7 @@ - + @@ -8664,41 +8681,50 @@ - - - + + + + + + + + + + + + - + - + - - - + + + - + - + - - - + + + - + - + - - - + + + - + - + @@ -9052,7 +9078,7 @@ - + diff --git a/ONAP Information Model/Common.uml b/ONAP Information Model/Common.uml index b8d7ba9..4711ae3 100644 --- a/ONAP Information Model/Common.uml +++ b/ONAP Information Model/Common.uml @@ -184,6 +184,11 @@ e.g. Tue, 21 Jun 2016 14:05:20 GMT the latest unix time aka epoch time associated with the event from any component--as microseconds elapsed since 1 Jan 1970 not including leap seconds + + + A primitive Type + + @@ -1616,118 +1621,6 @@ It is the asbstract parent of the NsQos and VnfQos datatypes, as the NsQoS (QoS - - - A group of parameters that somehow relate or work together. - - - - Name of ParameterGroup - - - - - - Description of ParameterGroup. - - - - - - ID of ParameterGroup. - - - - - - A valid value of parameter (design time). - - - - 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. - - - - - - - The actual value of Parameter (runtime). - - - - Runtime ParameterValue is associated with exactly one Parameter. Parameter can have some number of runtime ParameterValues. - - - - - The actual value of Parameter (runtime). - - - - - - - Some parameter that is part of a ParameterGroup. If parameter can only hold certain values, those values are specified via ParameterSpecValue (design time). The actual value is specified via ParameterValue (runtime). - - - - Name of parameter. - - - - - - Boolean that specifices if this parameter is an input parameter. - - - - - - Parameter can have some number of runtime ParameterValues. Each ParameterValue is also associated with some OperationalEntity (VnfInstance, ServiceInstance, ...). - - - - - - - Bolean that specifices if the value can be modified or changed during the life of this parameter. - - - - - - The type of this parameter (integer, string, ...). - - - - - - 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. - - - - @@ -1879,7 +1772,7 @@ Permitted Values: A simple (atomic) selection criteria that holds a specific attribute comparision expression. - + Name of compared parameter or attribute. @@ -1898,15 +1791,148 @@ Permitted Values: + + + The type of the value property (String, Integer, Real, ...). + + + + + + + A group of parameters that somehow relate or work together. + + + + Name of ParameterGroup + + + + + + Description of ParameterGroup. + + + + + + ID of ParameterGroup. + + + + + + A valid value of parameter (design time). + + + + 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. + + + + + + + + + + Some parameter that is part of a ParameterGroup. If parameter can only hold certain values, those values are specified via ParameterSpecValue (design time). The actual value is specified via ParameterValue (runtime). + + + + Name of parameter. + + + + + + Boolean that specifices if this parameter is an input parameter. + + + + + + Parameter can have some number of runtime ParameterValues. Each ParameterValue is also associated with some OperationalEntity (VnfInstance, ServiceInstance, ...). + + + + + + + Bolean that specifices if the value can be modified or changed during the life of this parameter. + + + + + + The type of this parameter (integer, string, ...). + + + + + + 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. + + + + + + Description of the parameter. + + + + + + + The actual value of Parameter (runtime). + + + + Runtime ParameterValue is associated with exactly one Parameter. Parameter can have some number of runtime ParameterValues. + + + + + The actual value of Parameter (runtime). + + + + + The operator being applied to to some group of selectoin critiera. + + + The operator being applied to some atomic selection critera. + @@ -5065,10 +5091,14 @@ Permitted Values: - + + + + + -- cgit 1.2.3-korg