diff options
Diffstat (limited to 'papyrus/ONAP Information Model/StyleSheets')
3 files changed, 31 insertions, 0 deletions
diff --git a/papyrus/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css b/papyrus/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css new file mode 100644 index 0000000..5f4a775 --- /dev/null +++ b/papyrus/ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css @@ -0,0 +1,16 @@ +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/papyrus/ONAP Information Model/StyleSheets/CompartmentRestrictions.css b/papyrus/ONAP Information Model/StyleSheets/CompartmentRestrictions.css new file mode 100644 index 0000000..f70f23f --- /dev/null +++ b/papyrus/ONAP Information Model/StyleSheets/CompartmentRestrictions.css @@ -0,0 +1,11 @@ +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/papyrus/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css b/papyrus/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css new file mode 100644 index 0000000..9ebc245 --- /dev/null +++ b/papyrus/ONAP Information Model/StyleSheets/NoStereotypesDiagram.css @@ -0,0 +1,4 @@ +Property { maskLabel: name type multiplicity defaultValue;}
+
+Label[type=StereotypeLabel]{
+ visible:false;}
\ No newline at end of file |