Skip to content

Instantly share code, notes, and snippets.

@luctrudeau
Created January 21, 2014 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luctrudeau/8532446 to your computer and use it in GitHub Desktop.
Save luctrudeau/8532446 to your computer and use it in GitHub Desktop.
@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