Last active
August 29, 2015 13:57
-
-
Save mazulo/9670004 to your computer and use it in GitHub Desktop.
Caso de uso de cadastro de usuário. e consulta/cadastro de links.
This file contains 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 | |
left to right direction | |
:USUARIO: | |
rectangle cadastro { | |
:USUARIO: -- (CADASTRAR CONTA) | |
(CADASTRAR CONTA) ...|> (AUTENTICAR CONTA) : include | |
(CADASTRAR CONTA) <-- (CONTA COM FACEBOOK) | |
(CADASTRAR CONTA) <-- (CONTA COM TWITTER) | |
} | |
rectangle consulta { | |
:USUARIO: -- (CADASTRAR LINK) | |
:USUARIO: -- (CONSULTAR LINK) | |
(CADASTRAR LINK) <|...(AUTENTICAR USUARIO) : extends | |
(CONSULTAR LINK) <|...(AUTENTICAR USUARIO) : extends | |
} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment