Created
January 21, 2014 01:03
-
-
Save luctrudeau/8532446 to your computer and use it in GitHub Desktop.
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 | |
node { | |
interface "OSGI" as OSGI1 | |
interface "OSGI" as OSGI2 | |
interface "OSGI" as OSGI3 | |
[Service 4 (service composé)] -down-> OSGI1 | |
[Service 3\nGUI] -up- OSGI3 | |
[Service 2\nSGR] -up- OSGI2 | |
[Service 1\nSGS] -up- OSGI1 | |
[Service 4 (service composé)] --> OSGI2 | |
[Service 4 (service composé)] --> OSGI3 | |
} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use this link for the image http://www.plantuml.com/plantuml/proxy?fmt=svg&src=https://gist.github.com/luctrudeau/8532446/raw/6ffb48d30f834338a83e0ffaae64d9869b3b25a1/gistfile1.txt