Created
July 26, 2018 09:29
-
-
Save persquare/8bf6231223afabe15e2b35a4f7470c28 to your computer and use it in GitHub Desktop.
Test PlantUML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| object sensor | |
| object platform_functions | |
| object service_enabler | |
| object application_part | |
| object pub_sub | |
| object consumer | |
| sensor "*" --> "1" platform_functions | |
| service_enabler "1" --> "*" service_enabler | |
| service_enabler "*" --> "*" platform_functions | |
| service_enabler "1" --> "*" application_part | |
| service_enabler "*" --> "1" pub_sub | |
| pub_sub "*" --> "*" consumer | |
| @enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment