Use Case Diagram: различия между версиями

Материал из Поле цифровой дидактики
Строка 1: Строка 1:
https://plantuml.com/use-case-diagram
----


<uml>
<uml>
Строка 21: Строка 25:
N2 .. (Use)
N2 .. (Use)
@enduml
@enduml
</uml>
</uml>


----


<uml>
<uml>
@startuml
@startuml
:Main Admin: as Admin
skinparam handwritten true
(Use the application) as (Use)
 
skinparam usecase {
BackgroundColor DarkSeaGreen
BorderColor DarkSlateGray
 
BackgroundColor<< Main >> YellowGreen
BorderColor<< Main >> YellowGreen


User -> (Start)
ArrowColor Olive
User --> (Use)
ActorBorderColor black
ActorFontName Courier


Admin ---> (Use)
ActorBackgroundColor<< Human >> Gold
}


note right of Admin : This is an example.
User << Human >>
:Main Database: as MySql << Application >>
(Start) << One Shot >>
(Use the application) as (Use) << Main >>


note right of (Use)
User -> (Start)
  A note can also
User --> (Use)
  be on several lines
end note


note "This note is connected\nto several objects." as N2
MySql --> (Use)
(Start) .. N2
N2 .. (Use)
@enduml
@enduml
</uml>
</uml>


[[Category:UML diagrams]]
[[Category:UML diagrams]]

Версия 00:42, 5 ноября 2023