From 3ffdec6a9dca4017e088007e524523e5fc63e815 Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 11 Oct 2019 16:08:44 -0500 Subject: Slight Updates to Common Slight updates made to ParameterGroup - stereotype corrections and SelectionCriteria - slight definition update. Issue-ID: MODELING-104 Change-Id: Idb0cfdbdf061960acb64eb406b5c34dec755873f Signed-off-by: Kevin Scaggs --- ONAP Information Model/Common.notation | 27 ++++++++++++++++++++------- ONAP Information Model/Common.uml | 9 +++++++-- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/ONAP Information Model/Common.notation b/ONAP Information Model/Common.notation index 136fdc1..f9e611d 100644 --- a/ONAP Information Model/Common.notation +++ b/ONAP Information Model/Common.notation @@ -7850,11 +7850,6 @@ - - - - - @@ -8886,6 +8881,14 @@ + + + + + + + + @@ -9134,11 +9137,11 @@ - + - + @@ -9243,5 +9246,15 @@ + + + + + + + + + + diff --git a/ONAP Information Model/Common.uml b/ONAP Information Model/Common.uml index 526feec..e1bd4ee 100644 --- a/ONAP Information Model/Common.uml +++ b/ONAP Information Model/Common.uml @@ -1761,7 +1761,7 @@ Permitted Values: - A SelectionCriteria that is an aggregation of multiple selection criterias. Agregation can e for example AND or OR logical operations. + A SelectionCriteria that is an aggregation of multiple selection criterias. Agregation can be for example AND, OR, or XOR logical operations. @@ -1862,6 +1862,9 @@ Permitted Values: 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 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. + @@ -5028,7 +5031,6 @@ Permitted Values: - @@ -5070,4 +5072,7 @@ Permitted Values: + + + -- cgit 1.2.3-korg