Created
April 6, 2017 14:44
-
-
Save alyssonbruno/b9715d888d9f8b6d229ac9be50e5ebe5 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 | |
actor Foo1 | |
boundary Foo2 | |
control Foo3 | |
entity Foo4 | |
database Foo5 | |
Foo1 -> Foo2 : To boundary | |
Foo1 -> Foo3 : To control | |
Foo1 -> Foo4 : To entity | |
Foo1 -> Foo5 : To database | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment