File tree Expand file tree Collapse file tree 2 files changed +1035
-0
lines changed Expand file tree Collapse file tree 2 files changed +1035
-0
lines changed Original file line number Diff line number Diff line change
1
+ @startuml package-related-diagram
2
+ package lloc . Msls as Msls {
3
+ package ContentImport {
4
+ package LogWriters {
5
+ }
6
+ package Importers {
7
+ package PostMeta {
8
+ }
9
+ package PostThumbnail {
10
+ }
11
+ package Terms {
12
+ }
13
+ package PostFields {
14
+ }
15
+ package Attachments {
16
+ }
17
+ }
18
+ }
19
+ package Component {
20
+ package Input {
21
+ }
22
+ package Icon {
23
+ }
24
+ }
25
+ package Map {
26
+ }
27
+ package Query {
28
+ }
29
+ }
30
+ Msls --> Input
31
+ Msls <- [#red ,plain ,thickness = 4 ]-> Query
32
+ Msls <- [#red ,plain ,thickness = 4 ]-> Map
33
+ Msls <- [#red ,plain ,thickness = 4 ]-> ContentImport
34
+ Msls <- [#red ,plain ,thickness = 4 ]-> Icon
35
+ ContentImport <- [#red ,plain ,thickness = 4 ]-> Importers
36
+ ContentImport <- [#red ,plain ,thickness = 4 ]-> LogWriters
37
+ LogWriters --> Msls
38
+ Importers <- [#red ,plain ,thickness = 4 ]-> PostFields
39
+ Importers --> Msls
40
+ Importers <- [#red ,plain ,thickness = 4 ]-> Terms
41
+ Importers <- [#red ,plain ,thickness = 4 ]-> PostThumbnail
42
+ Importers <- [#red ,plain ,thickness = 4 ]-> PostMeta
43
+ Importers <- [#red ,plain ,thickness = 4 ]-> Attachments
44
+ PostThumbnail --> ContentImport
45
+ Terms --> Msls
46
+ Input --> Component
47
+ Icon --> Component
48
+ @enduml
You can’t perform that action at this time.
0 commit comments