summaryrefslogtreecommitdiffstats
path: root/ONAP Information Model/StyleSheets
diff options
context:
space:
mode:
authoryxpoke <yangxu5@huawei.com>2020-05-24 22:56:59 +0800
committeryxpoke <yangxu5@huawei.com>2020-05-24 22:56:59 +0800
commite9d4fc1e6ea5f43811d068db48c3f6847cf0dd66 (patch)
tree40a207daa0023b72eac2bd49cf4720bee3e16768 /ONAP Information Model/StyleSheets
parent22c62c7e71dfe90b18c27d37b3a7943e9b9186f6 (diff)
R6 Model Spec Update
Change-Id: I569b33a64bbae425eaec5fa939c57f69ea7e1ed8 Issue-ID: MODELING-363 Signed-off-by: yxpoke <yangxu5@huawei.com>
Diffstat (limited to 'ONAP Information Model/StyleSheets')
-rw-r--r--ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css16
-rw-r--r--ONAP Information Model/StyleSheets/CompartmentRestrictions.css11
-rw-r--r--ONAP Information Model/StyleSheets/NoStereotypesDiagram.css4
3 files changed, 0 insertions, 31 deletions
diff --git a/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css b/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css
deleted file mode 100644
index 5f4a775..0000000
--- a/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css
+++ /dev/null
@@ -1,16 +0,0 @@
-Class > Compartment[kind="nestedclassifiers"] {
- visible:false;
-}
-
-Class > Compartment[kind="operations"] {
- visible:false;
-}
-
-DataType > Compartment[kind="operations"] {
- visible:false;
-}
-
-Property { maskLabel: name type multiplicity defaultValue;}
-
-Label[type=StereotypeLabel]{
- visible:false;} \ No newline at end of file
diff --git a/ONAP Information Model/StyleSheets/CompartmentRestrictions.css b/ONAP Information Model/StyleSheets/CompartmentRestrictions.css
deleted file mode 100644
index f70f23f..0000000
--- a/ONAP Information Model/StyleSheets/CompartmentRestrictions.css
+++ /dev/null
@@ -1,11 +0,0 @@
-Class > Compartment[kind="nestedclassifiers"] {
- visible:false;
-}
-
-Class > Compartment[kind="operations"] {
- visible:false;
-}
-
-DataType > Compartment[kind="operations"] {
- visible:false;
-} \ No newline at end of file
diff --git a/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css b/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css
deleted file mode 100644
index 9ebc245..0000000
--- a/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css
+++ /dev/null
@@ -1,4 +0,0 @@
-Property { maskLabel: name type multiplicity defaultValue;}
-
-Label[type=StereotypeLabel]{
- visible:false;} \ No newline at end of file