diff options
Diffstat (limited to 'ONAP_Information_Model/StyleSheets')
3 files changed, 31 insertions, 0 deletions
diff --git a/ONAP_Information_Model/StyleSheets/ClassDiagramStyleSheet.css b/ONAP_Information_Model/StyleSheets/ClassDiagramStyleSheet.css new file mode 100644 index 0000000..5f4a775 --- /dev/null +++ b/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/ONAP_Information_Model/StyleSheets/CompartmentRestrictions.css b/ONAP_Information_Model/StyleSheets/CompartmentRestrictions.css new file mode 100644 index 0000000..0372964 --- /dev/null +++ b/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/ONAP_Information_Model/StyleSheets/NoStereotypesDiagram.css b/ONAP_Information_Model/StyleSheets/NoStereotypesDiagram.css new file mode 100644 index 0000000..6aaceb0 --- /dev/null +++ b/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 |