diff options
author | jjewitt58 <jessie.jewitt@oamtechnologies.com> | 2019-01-30 09:57:47 -0800 |
---|---|---|
committer | jjewitt58 <jessie.jewitt@oamtechnologies.com> | 2019-01-30 09:57:47 -0800 |
commit | d9803366c0315b8d9c2f313ebe8eee4711db220f (patch) | |
tree | e7fc15754cb06225498e68d417c5eefe994d5d03 /ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css | |
parent | a3802313becb768b9a89887a9453a7de65d96f7f (diff) |
Add ONAP IM to Master Branch
Issue-ID: MODELING-104
Change-Id: Ia0a0aaa7d0cc3f0d3dc8f92fdb1d05b095ab16fc
Signed-off-by: jjewitt58 <jessie.jewitt@oamtechnologies.com>
Diffstat (limited to 'ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css')
-rw-r--r-- | ONAP Information Model/StyleSheets/ClassDiagramStyleSheet.css | 16 |
1 files changed, 16 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 |