Обсуждение:Типология участников сообществ

Материал из Поле цифровой дидактики
Версия от 14:06, 9 мая 2024; Patarakin (обсуждение | вклад) (Новая страница: «<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 --...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

<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>