Обсуждение:Типология участников сообществ
Материал из Поле цифровой дидактики
<uml> @startuml skinparam handwritten true
skinparam usecase { BackgroundColor DarkSeaGreen BorderColor DarkSlateGray
BackgroundColor<< Main >> YellowGreen BorderColor<< Main >> YellowGreen
ArrowColor Olive ActorBorderColor black ActorFontName Courier
ActorBackgroundColor<< Human >> Gold }
User << Human >>
- Main Database: as MySql << Application >>
(Start) << One Shot >> (Use the application) as (Use) << Main >>
User -> (Start) User --> (Use)
MySql --> (Use)
@enduml </um>
