blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
227
content_id
stringlengths
40
40
detected_licenses
listlengths
0
28
license_type
stringclasses
2 values
repo_name
stringlengths
6
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
61 values
visit_date
timestamp[us]date
2015-08-14 10:26:58
2023-09-06 07:53:38
revision_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
committer_date
timestamp[us]date
2011-01-31 21:28:29
2023-09-05 14:54:58
github_id
int64
206k
631M
star_events_count
int64
0
108k
fork_events_count
int64
0
34.4k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-08-01 17:54:24
2023-09-14 21:57:05
gha_created_at
timestamp[us]date
2009-05-21 02:09:00
2023-04-21 10:18:22
gha_language
stringclasses
79 values
src_encoding
stringclasses
12 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
8
1.29M
extension
stringclasses
17 values
code
stringlengths
8
1.29M
non_uml
bool
1 class
uml
bool
1 class
has_non_ascii
bool
2 classes
has_non_latin
bool
1 class
uml_subtype
stringclasses
10 values
c2254514618a9b6477ee1546e83ee663ae591351
5182f7d0869df677402ada4ae12086fc6e100003
/docs/puml/sequence-diagram.puml
a259682e1b2e30dd12f6373c7f71138c6080f8bc
[ "MIT" ]
permissive
mmahmoodictbd/stock-api
55efe1ecb96e85c719501f21a75ea6347099796c
6b058fd4d228e6bc628753c847bd0b87e1ca3ee8
refs/heads/feature/mvp
2020-06-20T11:55:52.448492
2019-07-21T23:18:25
2019-07-21T23:18:25
197,113,704
2
3
MIT
2019-09-05T10:29:19
2019-07-16T03:28:52
CSS
UTF-8
PlantUML
false
false
578
puml
@startuml actor "Authenticated User" as USER participant "Web APIs" as WebAPIs participant StockReactiveService as SRS control "AKKA" as AKKA participant StockActor as SA participant StockPersistenceService as SPS database "Cassandra repository" as DomainDataStore USER -> WebAPIs : GET /api/stocks\nGET /api/stocks/{id}\nPOST /api/stocks\nPUT /api/stocks/{id} WebAPIs -> SRS SRS --> AKKA : publish message to AKKA mailbox AKKA --> SA : Message passed to SA -> SPS: Save data to DB SPS -> DomainDataStore SPS -> SA SA -> SRS SRS -> WebAPIs WebAPIs -> USER : HTTP 2xx @enduml
false
true
false
false
sequence
be4c41c410958b345814b6b20377631dcb9affcc
c4dc075bfc35765487f5ccec51d10fd4e86943fb
/img/uml/webhook-success.puml
bf5089fe7b428c1853edaab9c4f414e9db7444d3
[ "MIT" ]
permissive
transferzero/api-documentation
e1a360d7bfbce44641e817ef5577b12125423de5
4ae968534b1e26f15993fd06fcd9c46781e85768
refs/heads/master
2023-08-30T20:54:10.018521
2023-08-30T07:46:12
2023-08-30T07:46:12
185,815,784
4
15
MIT
2023-08-30T07:46:14
2019-05-09T14:30:17
SCSS
UTF-8
PlantUML
false
false
348
puml
@startuml title Transaction Callbacks - Success flow actor User database Api actor Recipient User --> Api : Transaction create Api -> User : transaction.created User --> Api : Account Debit Api -> User : transaction.paid_in Api --> Recipient : Credit account Recipient --> Api : Payment confirmed Api -> User : transaction.paid_out @enduml
false
true
false
false
sequence
e75cab64501b3bf0319b257f488779edbad96a08
62453b0de88be48fb9d898af2702339d6c3a0e6a
/src/main/java/ex41/ex41_UML.puml
302254032520f8420bba195a097078b449673ab1
[]
no_license
korinneramcharitar/Ramcharitar-Cop3330-assignment3
e66412f9f0c8fe14c0b056a5a41e008c4e2dbb6d
b6d442e6d899d925d2b2cdaddf42fb3f0fbadb58
refs/heads/master
2023-05-09T17:55:14.733410
2021-06-20T22:40:23
2021-06-20T22:40:23
378,004,848
0
0
null
null
null
null
UTF-8
PlantUML
false
false
94
puml
@startuml class NameSorter{ read file print file data } class Array{ sort array } @enduml
false
true
false
false
class
753f52fc741dce1e2527a911b17ced50f1f4b041
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/Catalog/Product.puml
8d4629bf2bf2a784560040297670a32d5d0e2293
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
520
puml
@startuml class Product { + Id : int <<get>> <<set>> + CatalogId : int <<get>> <<set>> + SellerProductId : string <<get>> <<set>> + Name : string <<get>> <<set>> + Summary : string <<get>> <<set>> + Detail : string <<get>> <<set>> + Price : decimal <<get>> <<set>> + IsDownloadable : bool <<get>> <<set>> + IsTaxExempt : bool <<get>> <<set>> + IsAvailable : bool <<get>> <<set>> + SupplierName : string <<get>> <<set>> + ShippingWeight : decimal <<get>> <<set>> } @enduml
false
true
false
false
class
0076ea720884c718818cc22cd2d14756b5cf8f46
347956138f04283b0e74f1773df476d5b981e581
/src/hello_imgui/doc_src/hello_imgui_diagram.puml
2b3342eef0971c4e55212a0f4644ae5c61aea6ec
[ "MIT" ]
permissive
lineCode/hello_imgui
3c39a80622f0c11417486fb6ce528beac21aa11f
aa3b848514a024bdcddeabd8789681a8ba55e466
refs/heads/master
2022-10-23T15:36:19.513176
2020-06-19T23:27:16
2020-06-19T23:27:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,407
puml
@startuml namespace HelloImGui { enum _ <functions>{ + void Run(RunnerParams &) + void Run(VoidFunction, windowSize, title) } _ --> RunnerParams: use class RunnerParams <struct> { RunnerCallbacks callbacks; AppWindowParams appWindowParams; ImGuiWindowParams imGuiWindowParams; DockingParams dockingParams; bool appShallExit = false; } class RunnerCallbacks <struct> { --- VoidFunction ShowGui = {}; VoidFunction ShowMenus = {}; VoidFunction ShowStatus = {}; VoidFunction PostInit = {}; //Handle any backend event (e.g.SDL_Event) AnyBackendEventCallback = {}; VoidFunction LoadAdditionalFonts = LoadDefaultFont_WithFontAwesome; VoidFunction SetupImGuiConfig = SetupDefaultImGuiConfig; VoidFunction SetupImGuiStyle = SetupDefaultImGuiStyle; mobileCallbacks; } class MobileCallbacks <struct>{ --- Only available on mobile devices --- VoidFunction OnDestroy = {}; VoidFunction OnLowMemory = {}; VoidFunction OnPause = {}; VoidFunction OnResume = {}; } RunnerCallbacks *-- MobileCallbacks class AppWindowParams <struct> { std::string windowTitle = ""; ImVec2 windowSize = {800.f, 600.f}; bool maximized = false; bool fullScreen = false; ImVec2 windowPosition = {-11000.f, -1.f}; } class ImGuiWindowParams <struct> { defaultImGuiWindowType = ProvideFullScreenWindow; ImVec4 backgroundColor; bool showMenuBar = false; bool showMenu_App_QuitZoom = true; bool showMenu_View = true; bool showStatusBar = false; bool showStatus_Fps = true; bool configWindowsMoveFromTitleBarOnly = true; } class DockingParams <struct> { vector<DockingSplit> dockingSplits; vector<DockableWindow> dockableWindows; bool resetUserDockLayout = true; bool wasDockLayoutApplied = false; } class DockableWindow <struct> { string label; DockSpaceName dockSpaceName; VoidFunction GuiFonction = {}; bool isVisible = true; bool canBeClosed = true; } class DockingSplit <struct> { DockSpaceName initialDock; DockSpaceName newDock; ImGuiDir_ direction; float ratio = 0.25f; } RunnerParams *-- RunnerCallbacks RunnerParams *-- AppWindowParams RunnerParams *-- ImGuiWindowParams RunnerParams *-- DockingParams DockingParams *-- DockableWindow : vector DockingParams *-- DockingSplit : vector } @enduml
false
true
false
false
sequence
deab834f105cfb1f8a93c3ad5461317e0299debe
176fa7e597c2f2337f80a9d4e393e636e5823129
/stocky-devel/stocky/docs/source/uml_images/wcoverview.plantuml
ab56730e8ea3c49eff4ecbc9d201ca93eb0c1388
[ "Apache-2.0" ]
permissive
cfe-lab/stocky
0133abf16bbf068d8ef3684af4d7b22e96756e37
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
refs/heads/master
2021-04-15T17:01:15.610547
2019-04-08T18:51:52
2019-04-08T18:51:52
126,519,914
2
0
null
null
null
null
UTF-8
PlantUML
false
false
3,244
plantuml
@startuml component [wccontroller] as wccontroller component [wcviews] as wcviews component [wcstatus] as wcstatus component [webclient] as webclient component [commonmsg] as commonmsg package "org" { package "transcrypt" { package "stubs" { interface browser as org.transcrypt.stubs.browser #Yellow } } } interface typing as typing #Yellow package "qailib" { package "common" { interface base as qailib.common.base #Yellow interface serversocketbase as qailib.common.serversocketbase #Yellow } package "transcryptlib" { interface websocket as qailib.transcryptlib.websocket #Yellow interface forms as qailib.transcryptlib.forms #Yellow interface serversocket as qailib.transcryptlib.serversocket #Yellow interface simpletable as qailib.transcryptlib.simpletable #Yellow interface htmlelements as qailib.transcryptlib.htmlelements #Yellow interface genutils as qailib.transcryptlib.genutils #Yellow interface widgets as qailib.transcryptlib.widgets #Yellow interface SVGlib as qailib.transcryptlib.SVGlib #Yellow interface cleverlabels as qailib.transcryptlib.cleverlabels #Yellow } } [qailib.common.base] --> [wcstatus] [qailib.transcryptlib.websocket] --> [wcstatus] [qailib.transcryptlib.forms] --> [wcstatus] [webclient.commonmsg] --> [wcstatus] [qailib.common.serversocketbase] --> [wcstatus] [typing] --> [wcstatus] [qailib.transcryptlib.serversocket] --> [wcstatus] [qailib.transcryptlib.simpletable] --> [wcstatus] [qailib.transcryptlib.htmlelements] --> [wcstatus] [qailib.transcryptlib.genutils] --> [wcstatus] [qailib.transcryptlib.websocket] --> [webclient] [webclient.wccontroller] --> [webclient] [qailib.transcryptlib.serversocket] --> [webclient] [org.transcrypt.stubs.browser] --> [webclient] [qailib.transcryptlib.genutils] --> [webclient] [qailib.transcryptlib.widgets] --> [wcviews] [qailib.common.base] --> [wcviews] [qailib.transcryptlib.SVGlib] --> [wcviews] [webclient.commonmsg] --> [wcviews] [typing] --> [wcviews] [qailib.transcryptlib.simpletable] --> [wcviews] [qailib.transcryptlib.cleverlabels] --> [wcviews] [webclient.wcstatus] --> [wcviews] [qailib.transcryptlib.htmlelements] --> [wcviews] [org.transcrypt.stubs.browser] --> [wcviews] [typing] --> [commonmsg] [qailib.transcryptlib.widgets] --> [wccontroller] [qailib.common.base] --> [wccontroller] [qailib.transcryptlib.forms] --> [wccontroller] [webclient.commonmsg] --> [wccontroller] [qailib.common.serversocketbase] --> [wccontroller] [typing] --> [wccontroller] [webclient.wcviews] --> [wccontroller] [webclient.wcstatus] --> [wccontroller] [qailib.transcryptlib.htmlelements] --> [wccontroller] [qailib.transcryptlib.genutils] --> [wccontroller] wcstatus -[hidden]- qailib wcstatus -[hidden]- webclient wcstatus -[hidden]- wcviews wcstatus -[hidden]- org wcstatus -[hidden]- commonmsg wcstatus -[hidden]- wccontroller qailib -[hidden]- webclient qailib -[hidden]- wcviews qailib -[hidden]- org qailib -[hidden]- commonmsg qailib -[hidden]- wccontroller webclient -[hidden]- wcviews webclient -[hidden]- org webclient -[hidden]- commonmsg webclient -[hidden]- wccontroller wcviews -[hidden]- org wcviews -[hidden]- commonmsg wcviews -[hidden]- wccontroller org -[hidden]- commonmsg org -[hidden]- wccontroller commonmsg -[hidden]- wccontroller @enduml
false
true
false
false
class
f97600f93e5f618ae65dc7c75ae543f08873e931
8647fb9e7ecc6e34c5d51dc45622215c0e839c58
/Confidence Level/CL-200-Happy Path.puml
8cd5d68a4c10655e60013288d95f1a3a34882628
[ "Apache-2.0" ]
permissive
uk-gov-mirror/hmrc.api-architecture
68206547d85e8d172634e51b40f936514897e870
bf51f6dccfb84ac02a3614a06caa8993f8345609
refs/heads/master
2023-04-16T07:30:16.174231
2021-04-19T17:09:11
2021-04-19T17:09:11
356,719,835
0
0
null
null
null
null
UTF-8
PlantUML
false
false
802
puml
@startuml title TO BE - Happy Path Authentication Flow CL200: First Time User Access end title participant MTD as "MTD API Dev" #lightblue participant APIG as "API Gateway" #lightblue 'participant IV as "Identity Verfication" participant OA as "OAuth/IV" #lightblue participant 3PV as "Registered App" #lightblue actor TP as "MTD Taxpayer" #lightblue note over TP #CCCCCC Signed up to MTD CL200 end note note over MTD #CCCCCC read:self-assessment write:self-assessment CL:200 end note MTD -> APIG : Publish API TP -> 3PV: Login 3PV -> OA: tax.service.gov.uk/oauth/authorize OA -> TP: redirect TP -> OA: MTD sign in & 2FA OA -> TP: Success - Approve app? TP -> OA: Yes OA -> 3PV: OAuth token (CL200) 3PV -> APIG: OAuth token (CL200) 3PV -> APIG: API request APIG -> 3PV: API response @enduml
false
true
false
false
usecase
d3bf52a66a95530483d4005f4c53cf17fe20befc
8ca8f4277c8869e4df5dd632e7e786aa9995d5f3
/doc/task2/usecases/Fragen beantworten.puml
e2cc12b23074d5f87f0b9f342ea2ca4288220a25
[ "Unlicense" ]
permissive
thetractor/ch.bfh.bti7081.s2019.orange
fca407563ed185812050ff42056377390eef2c2d
bfcfcb43317a1ddd599ad26e00cfc15f4431f642
refs/heads/master
2021-09-17T05:22:13.545918
2019-06-12T17:29:54
2019-06-12T17:29:54
175,796,208
12
0
Unlicense
2021-08-30T16:25:48
2019-03-15T10:09:15
Java
UTF-8
PlantUML
false
false
300
puml
@startuml actor Arzt rectangle "Patienten Management System" as pms{ (Rückfragen erstellen) as quest (Fragen einsehen) as showQ (Fragen beantworten) as respond (Antwort eintragen) as answer } Arzt -left-> quest Arzt -left-> showQ Arzt -left-> respond Arzt -left-> answer @enduml
false
true
true
false
usecase
05de55ed0ae07f850225ea44577650b6b9bdc824
ddd9fceda7accb11f6e5c8f3614ee9b5a717d8e8
/node/lib/internal/linkedlist.puml
fb49df6526a7a07bb5c8cf23c51398c5a156367d
[]
no_license
Ayase-252/note-figures
e2cf7578aa9363346ac0c97bac38dc88e2afd6c8
259f9b7eb718359e7c63f9c5da97b1e6e098b3c2
refs/heads/master
2023-04-14T13:19:23.107968
2021-05-01T11:26:13
2021-05-01T11:26:13
337,063,921
0
0
null
null
null
null
UTF-8
PlantUML
false
false
299
puml
@startuml linkedlist namespace lib { namespace internal { namespace linkedlist <<internal>> { class L { {static} init(list) {static} peek(list) {static} remove(item) {static} append(list, item) {static} isEmpty(list) } } } } @enduml
false
true
false
false
class
d4eb8aa0bf821197f5adcfafd6ce603ad21876df
9022c3e345dfbb67dd1e449489e14612f5aa89ff
/Clase/Prototype/crtpPrototype.puml
ade4b3b405e49afc50cdba68d14a86609729e7ed
[]
no_license
JoanAndoni/AyMMS
c6c937a55bbf7d12176100d69244ca93066f8ae4
9b72fb0eadbcec776c5593d3862e68fa3294cdf1
refs/heads/master
2021-08-23T18:00:32.843161
2017-12-06T00:40:15
2017-12-06T00:40:15
113,249,145
0
0
null
null
null
null
UTF-8
PlantUML
false
false
906
puml
@startUML class Mundo{ +string name +Mundo(string nombre) +name(nombre) } class Tclone <<Template <class SubClase>>>{ +Personaje* clone() } class Personaje{ +string nombre +int telefono +string correo +Mundo* mundo +Personaje() = default +Personaje(string nombre) : nombre(nombre){} +virtual Personaje* clone() = 0 } class Princesa <<public Personaje>>{ +Princesa(string n) : Personaje(n){} +Princesa(const Princesa& p) +void grita() +Personaje* clone() } class Villano <<public Personaje>>{ +Villano(string n) : Personaje(n){} +void secuestra() +Villano(const Villano& v) +Personaje* clone() } class Heroe <<public Personaje>>{ +Heroe(string n) : Personaje(n){} +void salvar() +Heroe(const Heroe& h) +Personaje* clone() } Tclone <|-- Princesa Tclone <|-- Villano Tclone <|-- Heroe Tclone --|> Personaje Mundo --* Personaje @endUML
false
true
false
false
class
ee005d615d778e4229e9eab1ff1882b378f9e2cf
dc6bc4b4d04aaedd50aaa703bfa05972a32239b0
/openapi2puml-core/openapi2puml-core.plantuml
f87e071b12ba93c0210c0c08355899370e86297f
[ "Apache-2.0" ]
permissive
openapi2puml/openapi2puml
1a4586b475b88e5c0f2f676fbf85895d6ab745d7
db2886ffd2b3e4302c8647ce93a9a229391e912a
refs/heads/master
2022-02-28T21:11:18.269239
2022-01-24T09:25:48
2022-01-24T09:25:48
203,056,881
7
6
Apache-2.0
2022-01-24T09:25:49
2019-08-18T21:10:51
Java
UTF-8
PlantUML
false
false
3,007
plantuml
@startuml title __OPENAPI-PLANTUML-CORE's Class Diagram__\n namespace org.openapi2puml { class org.openapi2puml.CliArgs { } } namespace org.openapi2puml { namespace openapi { class org.openapi2puml.openapi.OpenApi2PlantUML { } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { class org.openapi2puml.openapi.plantuml.FormatUtility { } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { class org.openapi2puml.openapi.plantuml.MustacheUtility { } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { class org.openapi2puml.openapi.plantuml.PlantUMLCodegen { } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { class org.openapi2puml.openapi.plantuml.PlantUMLGenerator { } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace helpers { class org.openapi2puml.openapi.plantuml.helpers.PlantUMLClassHelper { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace helpers { class org.openapi2puml.openapi.plantuml.helpers.PlantUMLInterfaceDiagramHelper { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace helpers { class org.openapi2puml.openapi.plantuml.helpers.PlantUMLRelationHelper { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace vo { class org.openapi2puml.openapi.plantuml.vo.ClassDiagram { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace vo { class org.openapi2puml.openapi.plantuml.vo.ClassMembers { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace vo { class org.openapi2puml.openapi.plantuml.vo.ClassRelation { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace vo { class org.openapi2puml.openapi.plantuml.vo.InterfaceDiagram { } } } } } namespace org.openapi2puml { namespace openapi { namespace plantuml { namespace vo { class org.openapi2puml.openapi.plantuml.vo.MethodDefinitions { } } } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
835fdebf61d17be6c2292c19d8b1b2e25c9bae61
143e16ad5e69e3b604c2a76f24991a7c98ddb043
/docs-dev/plantuml/new-component-overview-detailed.plantuml
267161f1189700e0fee12ae475ce1036bbb4a3e3
[ "MIT" ]
permissive
jlorich/iot-identity-service
b995ecae008b55f5c70af9a9674c619e5e013368
e4c61e3a314a0a184833f69d98b443e88e8e76c4
refs/heads/main
2023-07-14T14:42:55.338024
2021-08-27T22:42:31
2021-08-27T22:42:31
401,369,556
0
0
MIT
2021-08-30T14:17:02
2021-08-30T14:17:01
null
UTF-8
PlantUML
false
false
2,588
plantuml
@@startuml title Data Flow - new architecture actor Operator cloud "DPS Service" { [DPS Gateway] <<service>> } cloud "PKI" { [PKI Service] <<service>> } cloud "IoT Hub Service" { [IoTHub Gateway] <<service>> } node "Identity Service" <<new>> { [IS API Server] <<newclient>> } node "TPM Service" <<new>> { [TPMS API Server] <<newclient>> } node "Key Service" <<new>> { [KS API Server] <<newclient>> [KS API Server] <<newclient>> } node "Certificate Service" <<new>> { [CS API Server] <<newclient>> } node "Edge Module Runtime" <<modified>> { folder "MR Legacy Service" { [MR API Server] } [IS MR Client] <<newclient>> [CS MR Client] <<newclient>> [KS MR Client] <<newclient>> } node "Edge Agent" { [EA Runtime] [MR EA Client] } node "Host-level module" { [IS HLM Client] <<newclient>> [KS HLM Client] <<newclient>> [IoTHub HLM Client] } node "Edge Hub" { [MR EH Client] [IoTHub EH Client] } database "HSM" database "KS_Config" database "CS_Config" database "IS_Config" Operator -right-> [DPS Gateway] Operator -right-> [IoTHub Gateway] Operator -right-> [PKI Service] Operator -right-> HSM: HSM tools Operator -right-> KS_Config Operator -right-> CS_Config Operator -right-> IS_Config [IS MR Client] -down-> [IS API Server] : IPC [CS MR Client] -down-> [CS API Server] : IPC [KS MR Client] -down-> [KS API Server] : IPC [IS HLM Client] -down-> [IS API Server] : IPC [KS HLM Client] -down-> [KS API Server] : IPC [MR EH Client] --> [MR API Server] : IPC [MR EA Client] --> [MR API Server] : IPC [MR API Server] -down-> [IS MR Client] [MR API Server] -down-> [CS MR Client] [MR API Server] -down-> [KS MR Client] [IS API Server] -down-> [CS API Server] [IS API Server] -down-> [TPMS API Server] [KS API Server] -down-> HSM : aziot-keys [TPMS API Server] -down-> HSM : aziot-tpm [IS API Server] --> IS_Config [CS API Server] --> CS_Config [KS API Server] --> KS_Config [IS API Server] -up-> [IoTHub Gateway] : HTTPS [IS API Server] -down-> [KS API Server] : IPC [CS API Server] -up-> [PKI Service] : HTTPS (EST) [IoTHub EH Client] <-up-> [IoTHub Gateway] : AMQP (EH Module) [IoTHub HLM Client] <-up-> [IoTHub Gateway] : AMQP (HL Module) [IS API Server] -up-> [DPS Gateway] : HTTPS [EA Runtime] -up-> [IoTHub Gateway] : HTTPS skinparam node { backgroundColor<<new>> Magenta backgroundColor<<modified>> Yellow } skinparam component { backgroundColor White backgroundColor<<newclient>> Cyan backgroundColor<<modified>> Yellow backgroundColor<<service>> White } @@enduml
false
true
false
false
usecase
e1e1677129e6e11edfdaf8e44318093cc7137ac3
e8d9af6370d76e3a069fc319113de2fefea33117
/docs/diagrams/PriorityFlashCardTestSetSequenceDiagram.puml
0f55cd0ae5d5eebd05118802ce2ea56a816bdd44
[ "MIT" ]
permissive
AY1920S1-CS2103-F09-2/main
ab04fa5d5fa0a1e76b9edefe1ba700021be00231
c3eb98f0387dbc4a0dacb0e0bd7efe27ae786e39
refs/heads/master
2020-07-24T23:24:20.919724
2019-11-15T08:26:41
2019-11-15T08:26:41
208,079,332
0
7
NOASSERTION
2019-11-15T08:26:24
2019-09-12T15:07:55
Java
UTF-8
PlantUML
false
false
901
puml
@startuml autonumber -> ExamRunner: ExamRunner(Deck) activate ExamRunner ExamRunner -> Deck: createSubsetForTest() activate Deck opt Number of cards <= 10 Deck --> ExamRunner: return cards end Deck -> Deck: compute sizeOfHighPrioritySet activate Deck #DarkSalmon deactivate Deck #DarkSalmon Deck -> Deck: compute sizeOfLowPrioritySet activate Deck #DarkSalmon deactivate Deck #DarkSalmon loop temp Deck -> Deck: getRandomCard(highPriorityQueue) activate Deck #DarkSalmon deactivate Deck #DarkSalmon Deck -> Deck: add chosen card to test set activate Deck #DarkSalmon deactivate Deck #DarkSalmon end loop temp2 Deck -> Deck: getRandomCard(lowPriorityQueue) activate Deck #DarkSalmon deactivate Deck #DarkSalmon Deck -> Deck: add chosen card to test set activate Deck #DarkSalmon deactivate Deck #DarkSalmon end Deck --> ExamRunner: return testSet deactivate Deck [<--ExamRunner: @enduml
false
true
false
false
sequence
3e66a28b5119743e21c795dc4c582c004f3374a4
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AssociateRoleReference.puml
1aff4309ff94c04b8d142008ccb480405796c159
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
530
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface AssociateRoleReference [[AssociateRoleReference.svg]] extends Reference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String obj: [[AssociateRole.svg AssociateRole]] } interface Reference [[Reference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] id: String } @enduml
false
true
false
false
class
2166a0d1ab39c5bf851e4260430b0d88a21e8f56
9781f58e6c269536a9c1deca8956677427eb294c
/scratchWork/entities.puml
6d79104b831338f72967cfba6fa8924dd2f76350
[ "Apache-2.0" ]
permissive
sdp-resources/MajorPlanner
6cf53cc9465741e99c1eb0674392c06782addffe
33e1007557d6dc0191a4d6dd66a8d1811ee45fe2
refs/heads/master
2022-11-27T00:19:19.289809
2019-12-10T17:38:29
2019-12-10T17:38:29
212,200,621
0
0
Apache-2.0
2022-11-16T08:57:00
2019-10-01T21:13:17
Java
UTF-8
PlantUML
false
false
566
puml
@startuml skinparam linetype ortho class Schedule class Major abstract class Requirement class TagRequirement extends Requirement class ElectiveRequirement extends Requirement class OptionsRequirement extends Requirement class CourseRequirement extends Requirement class ExclusionRequirement extends Requirement class Course { - name - description - termRestriction - canRepeat - tags - status } class Prerequisite Schedule o- Major Major o- Requirement OptionsRequirement o-- Course CourseRequirement --> Course Course o-- Prerequisite @enduml
false
true
false
false
class
b5c50ae3a4d7c4791ad631b6b7332f05bb872ab8
db30c89cdd73a338ef664e2342ebea4e617c9716
/test/PlantUmlClassDiagramGeneratorTest/uml/withoutPrivate.puml
6774dadd2fd80c06e36056b00f8d784a720ac263
[ "MIT" ]
permissive
Vivraan/PlantUmlClassDiagramGenerator
33b4b4e5bf40d3173f7b6bc1f22631480633d709
d5e4e571f7dbade27da465729bc09afc319fc646
refs/heads/master
2023-01-03T13:02:42.886516
2020-10-31T00:22:02
2020-10-31T00:22:02
291,209,572
1
0
MIT
2020-08-29T05:47:33
2020-08-29T05:47:32
null
UTF-8
PlantUML
false
false
1,642
puml
@startuml class ClassA { # X : double = 0 # Y : double = 1 # Z : double = 2 # PropA : int <<get>> # <<internal>> PropB : string <<get>> <<protected set>> <<internal>> PropC : double <<get>> = 3.141592 + PropD : string <<get>> + ClassA() {static} ClassA() # <<virtual>> VirtualMethod() : void + <<override>> ToString() : string + {static} StaticMethod() : string + ExpressonBodiedMethod(x:int) : void } abstract class ClassB { + {abstract} PropA : int <<get>> <<protected set>> # <<virtual>> VirtualMethod() : string + {abstract} AbstractMethod(arg1:int, arg2:double) : string } class ClassC <<sealed>> { + <<override>> PropA : int <<get>> <<protected set>> = 100 + <<event>> PropertyChanged : PropertyChangedEventHandler + <<override>> AbstractMethod(arg1:int, arg2:double) : string # <<override>> VirtualMethod() : string } class Vector <<struct>> { + X : double <<get>> + Y : double <<get>> + Z : double <<get>> + Vector(x:double, y:double, z:double) + Vector(source:Vector) } enum EnumA { AA= 0x0001, BB= 0x0002, CC= 0x0004, DD= 0x0008, EE= 0x0010, } class NestedClass { + A : int <<get>> } class "IList`1"<T> { } class InnerClass { + X : string <<get>> = "xx" + MethodX() : void } class InnerStruct <<struct>> { + A : int <<get>> + InnerStruct(a:int) } ClassB --> "publicA" ClassA ClassB o-> "listOfA<ClassA>" "IList`1" ClassB <|-- ClassC INotifyPropertyChanged <|-- ClassC ClassC --> "PropB" ClassB NestedClass --> "B" InnerClass NestedClass +-- InnerClass InnerClass +-- InnerStruct @enduml
false
true
true
false
class
aca26afb17ccda67ae31ba6ec089af624c530da2
abc50568759d8d3a0454829cf77df82874b5a2a1
/TD5_Caisse_Diagramme_Sequence.plantuml
f0047dcef7e5f4b66f42770be806eacd33b7b0cc
[ "MIT" ]
permissive
IUT-Blagnac/bcoo-AMXBen
5c6bf2ac6fa09d2311d6faf1d9129563bedb029c
3d0d7a2da1fa9e0893d4eb4fbc0ce002710d885f
refs/heads/main
2023-04-20T09:38:14.361198
2021-04-27T14:02:01
2021-04-27T14:02:01
335,632,366
0
0
null
null
null
null
UTF-8
PlantUML
false
false
665
plantuml
@startuml hide footbox participant A as ":Client" participant B as ":Caissier" participant C as ":Caisse" A -> B: arrive activate B participant Tapis as ":Tapis" A -> Tapis : deposerArticles activate Tapis loop "Pour chaque article" B->Tapis:prendreArticle B->C:scanner activate C opt "quantité>1" B->C:saisir(qte) end C --> A:afficherPrixEtLibelle end B->A:signalerFin C-->A:afficherTotal C-->B:afficherTotal B->A:annonceMontant A-->B:choixModePaiement A->B:payerLiquide(s) B->C:encaisser(s) C-->B:afficheResteARendre B->A:rendreDifference C->B:imprimerTicket B->A:donnerTicket @enduml
false
true
true
false
sequence
e298c9979dbfaca692a3e599eed879e3f3063123
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/fabrique-c.plantuml
a3b2bd536b47d7432d9db018709d343764c5b5a2
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
539
plantuml
@startuml '----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- 'hide circle hide empty members hide empty methods abstract class c as "Createur" { } note right: produit = fabrique(); abstract class p as "Produit" c : {abstract} +fabrique() c : +uneOperation() class CreateurConcret { +fabrique() } note right: return new ProduitConcret(); 'p <|-- ProduitConcret class ProduitConcret 'c <|-- CreateurConcret 'p "+produit" <- c 'ProduitConcret <. CreateurConcret @enduml
false
true
false
false
class
d5407cfd435f30faadb0db63dd7edd379788f712
9b455a89aa9fe70b20b4b57f6216cd645a18af34
/src/main/java/com/company/creational/simplefactory/SimpleFactory.puml
8dc93823c252efbcd06f68d0eeca9fa7fa336f3f
[]
no_license
guvenbe/DesignPatternsCoffeePowered
4f99b36b6974399425177e83d5fdde6f3f067ee6
126a47351a8a3a3b2169f73b8e03f2c492992bc6
refs/heads/master
2023-06-30T02:32:34.008742
2021-08-02T02:16:40
2021-08-02T02:16:40
390,589,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
522
puml
@startuml 'https://plantuml.com/class-diagram skinparam handwritten true class client{} class SimpleFactory{ + {Static} getProduct(String): Product } note top of SimpleFactory Role - SimpleFactrory -provide a static method to get instance of Product subclass end note class Product{} note top of Product Role - Product -Objects of this Class & it's subclasses are needed end note class ProductA{} class ProductB{} client->SimpleFactory SimpleFactory -> Product Product -D-> ProductA Product -D-> ProductB @enduml
false
true
false
false
class
b731af8dfd55c8d2d5045112b8713bbe5c4e535f
186819bc98500f794e563bd3ba5a23073756a2ba
/PSP2/Hospital/src/main/java/com/hospital/Hospital/facadeService/drugService/drugService.plantuml
d4b4a545d2e4fa321ad55bcfc570057ad6db0bbf
[]
no_license
macro161/PSP
0e53943e4f8568b2c4b788524dc9e12f276d5c9e
7e5e094bbe42af30006fb28d541229dea4efb610
refs/heads/master
2020-03-30T08:04:17.541705
2018-12-07T20:24:18
2018-12-07T20:24:18
150,986,741
0
0
null
null
null
null
UTF-8
PlantUML
false
false
436
plantuml
@startuml title __DRUGSERVICE's Class Diagram__\n package com.hospital.Hospital { package com.hospital.Hospital.facadeService.drugService { interface DrugService { {abstract} + getAllDrugs() } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
8a568b96d486982b47a7deefa91de123c60bc5cf
927ea3ee9538c01e0791b93acc7e080c1aa70651
/docs/diagrams/LogicComponent.puml
36a2b0259bc549d6efcbe10540454ff14092144d
[]
no_license
AlexanderTanJunAn/HealthVault
a9381b7376ca0918c1f006c1d758c611f8e17f6c
66846d4dbe1a128b015a973a18592d0ad0bf466b
refs/heads/master
2023-04-01T19:27:07.503994
2021-04-13T03:22:36
2021-04-13T03:22:36
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,341
puml
@startuml hide members hide circle skinparam classAttributeIconSize 0 package logic{ package command{ Class "{abstract}\nCommand" as Command package doctorappointment { Command <|-- ABCCommand } package inventory { Command <|-- DEFCommand } package nurseschedule { Command <|-- GHICommand } package patient { Command <|-- JKLCommand } package staff { Command <|-- MNOCommand } package startmenu { Command <|-- PQRCommand } } package errorchecker{ Class XYZChecker note right: XYZChecker = DoctorAppointmentChecker, \n InventoryChecker, \n MainChecker, \n NurseScheduleChecker, \n PatientChecker, \n StaffChecker } package parser{ Class PQRParser note right: PQRParser = DoctorAppointmentParser, \n InventoryParser, \n NurseScheduleParser, \n PatientParser, \n StaffParser, \n StartMenuParser PQRParser .down.> XYZChecker : creates > PQRParser .up.> ABCCommand : creates > PQRParser .up.> DEFCommand : creates > PQRParser .up.> GHICommand : creates > PQRParser .up.> JKLCommand : creates > PQRParser .up.> MNOCommand : creates > PQRParser .up.> PQRCommand : creates > } package instance { Class ABCInstance note left: ABCInstance = DoctorAppointmentInstance, \n InventoryInstance, \n NurseScheduleInstance, \n StaffInstance, \n StartMenuInstance ABCInstance .up.> PQRParser : creates > ABCInstance .up.> Command : executes > } } @enduml
false
true
false
false
class
b227e6ca08564c39c290b4fffdabd0dda86c79f3
8065df92f80f5d95973f297566dec83247ed3827
/docs/diagrams/AddSequenceDiagram.puml
58c627c65e9d237d90a5ddba832d1fa08b7dc9fa
[]
no_license
sevenseasofbri/tp
6661a957f74abd3c7008de259e5f5d5292efa65f
818fe81dc09436a485aec5bd868ee8bc545dd7c1
refs/heads/master
2023-01-07T00:02:47.414093
2020-11-09T10:58:36
2020-11-09T10:58:36
299,066,891
1
0
null
2020-09-27T15:58:45
2020-09-27T15:58:44
null
UTF-8
PlantUML
false
false
825
puml
@startuml box logic participant ":Parser" as Parser participant ":AddCommand" as AddCommand end box box model participant ":RcTemplate" as RcTemplate participant ":Capacitor" as Capacitor end box [-> Parser : parse("add parallel c 20") activate Parser ref over Parser, AddCommand : getCommand [<-- Parser : command deactivate Parser [-> AddCommand: execute() activate AddCommand ref over AddCommand, RcTemplate : getComponent AddCommand -> AddCommand : getNewValue() activate AddCommand AddCommand -> Capacitor : addParallel(20) activate Capacitor AddCommand <-- Capacitor : value deactivate Capacitor AddCommand <-- AddCommand : value deactivate AddCommand AddCommand -> Capacitor: setValue(value) activate Capacitor AddCommand <-- Capacitor deactivate Capacitor [<-- AddCommand deactivate AddCommand @enduml
false
true
false
false
sequence
350f265380065bdb78a2a1291faa06a712451492
f7377373e7c4b65b9795aac83d2a704210c5a920
/puml/jolokia-aggregator-usecase.puml
89d175cdeacf7ee79c45ec2f4ec300496e74b945
[]
no_license
welshstew/jolokia-aggregator-springboot
8d0f764b061a9e55480e93ff20fe0314933cebb8
4d69f7e35a0e559dd5e34b95e69256a71254b948
refs/heads/master
2020-09-24T05:25:16.670224
2018-03-15T10:48:09
2018-03-15T10:48:09
66,033,156
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,339
puml
@startuml actor Client participant JolokiaAggregator participant KubeAPI participant JolokiaProxy participant BrokerPod1 participant BrokerPod2 collections BrokerPodX Client -> JolokiaAggregator: token=xxx, labels=(app=broker), project=A activate JolokiaAggregator JolokiaAggregator -> KubeAPI: getPods(labels=(app=broker),project=A) activate KubeAPI KubeAPI -> JolokiaAggregator: pod-names deactivate KubeAPI JolokiaAggregator -> JolokiaAggregator: for each in parallel() JolokiaAggregator -> JolokiaProxy activate JolokiaProxy JolokiaProxy -> BrokerPod1: request activate BrokerPod1 BrokerPod1 -> JolokiaProxy: response deactivate BrokerPod1 JolokiaProxy -> JolokiaAggregator: response deactivate JolokiaProxy JolokiaAggregator -> JolokiaProxy activate JolokiaProxy JolokiaProxy -> BrokerPod2: request activate BrokerPod2 BrokerPod2 -> JolokiaProxy: response deactivate BrokerPod2 JolokiaProxy -> JolokiaAggregator: response deactivate JolokiaProxy JolokiaAggregator -> JolokiaProxy activate JolokiaProxy JolokiaProxy -> BrokerPodX: request activate BrokerPodX BrokerPodX -> JolokiaProxy: response deactivate BrokerPodX JolokiaProxy -> JolokiaAggregator: response deactivate JolokiaProxy JolokiaAggregator -> JolokiaAggregator: aggregate responses() JolokiaAggregator -> Client: Jolokia response list deactivate JolokiaAggregator @enduml
false
true
false
false
usecase
c2af23c77b504148517144098c75757a0b6d5c17
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/GroupTrack.puml
cd7ee9602f1def33fb6dccbb8f579270666b3009
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
153
puml
@startuml class GroupTrack { } class "IEnumerable`1"<T> { } TrackAsset <|-- GroupTrack GroupTrack --> "outputs<PlayableBinding>" "IEnumerable`1" @enduml
false
true
false
false
class
8470ea6fad305993416c5989f43c129e7a451534
b35c378377c77207c6c2ae13c29a00f6ec7e4b14
/edit-product.puml
247bb55d3b9703fb22844277a966b6aee4265607
[]
no_license
stonzim/INFO202_Project
88f5e5ac05c05d0a8b88912768dff0e3eeac0d02
8b6697840bcafcffbe2395fffeec37c6b25bb005
refs/heads/master
2020-04-06T16:42:15.398349
2018-11-15T00:56:15
2018-11-15T00:56:15
157,630,690
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,986
puml
@startuml ' style tweaks to make the diagram a little more readable skinparam { Style strictuml RoundCorner 8 Sequence { ' make activations yellow too LifeLineBackgroundColor #FDFDCD ' make stereotypes less ugly Stereotype { Font { Size 11 Style plain } } } DatabaseBorderColor #A80036 } title Edit Product actor User as user participant "Main" as main << main >> participant "MainMenu" as menu << frame >> participant "ProductReportDialog" as report << dialog >> participant "ProductDAO" as dao << DAO >> participant "ProductDialog" as editor << dialog >> participant "ValidationHelper" as validator create menu main -> menu : « create » user -> menu : clicks 'View Products' activate menu create report menu -> report : « create » activate report create dao report -> dao: « create » note over report: as shown in\n'View Products'\ndiagram user <-- report : list of products displayed deactivate report user -> report++ : selects a product in the list report-- user -> report : clicks 'Edit' button activate report report -> report : jList.getSelectedValue() : product create editor report -> editor++ : « create(product) » create validator editor -> validator : « create » editor -> editor : textFieldID.setValue(product.getProductIF()) editor -> editor : repeat for other fields note over editor : Dialog display fields\nset through product\ngetters. user <-- editor : product details displayed, ready for editing deactivate editor user -> editor++ : edits product details editor-- user -> editor : clicks 'Save' button editor++ editor -> validator++ : isValid(product) return valid opt if valid note over editor: existing save code as\nshown in 'Add Product'\ndiagram end editor --> report editor-- destroy editor report -> dao++ : getProducts() return products report -> report : productsModel.updateItems(products) note left: updated product\ndisplayed in report @enduml
false
true
true
false
usecase
f406e349e66ccbfa05953fcb885b62eaa211cbc8
648c56cc0857bb333bb45b0072a23c07cb114afd
/UML/statediagram.puml
0b2338d226bb4da890b3aa65e2fcbe05bbf39b5c
[]
no_license
t120603/myDOC
4f8b997bcf30d4aff97a85b4593ff4d904ca0e49
757deae4d1caa253e09683e9fa1c2e24f77c42de
refs/heads/master
2023-07-24T10:21:49.589677
2023-07-18T10:04:59
2023-07-18T10:04:59
183,205,545
0
0
null
2023-02-20T02:01:53
2019-04-24T10:23:55
null
UTF-8
PlantUML
false
false
316
puml
@startuml title State Diagram state "Ready" as INIT state "Preview" as PREV state "Scanning" as SCAN state "Stop" as STOP [*] --> INIT: HW ready INIT --> INIT: system setting INIT --> PREV: insert slides PREV --> SCAN: scan SCAN --> STOP: output image STOP --> [*]: exit application @enduml
false
true
false
false
sequence
7622b10809771616067efa8d409ebb9c0d2662f5
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Utils/Utils.puml
fdec9b4c3526a7c6ae93ad61dd9d65604da9574b
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
299
puml
@startuml class Utils <<static>> { + {static} AreFloatsEqual(expected:float, actual:float, epsilon:float) : bool + {static} AreFloatsEqualAbsoluteError(expected:float, actual:float, allowedAbsoluteError:float) : bool + {static} CreatePrimitive(type:PrimitiveType) : GameObject } @enduml
false
true
false
false
class
9dc60856e3534a22af2630c15e9b0ef74ceeabd6
54f0570710d72445f30bc8261595126edc5b67ca
/SQLite 21/handin/dbdia2sql.py.puml
bdcc958a3f81919a987a1fcda29d2bca3237e901
[]
no_license
deadbok/eal_programming
cab8fc7145b5115f887a7b10aad90880a799d118
33bf532b397f21290d6f85631466d90964aab4ad
refs/heads/master
2021-01-13T15:11:19.276462
2017-06-13T09:20:51
2017-06-13T09:20:51
76,203,290
1
0
null
null
null
null
UTF-8
PlantUML
false
false
442
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 scale 2 class Table { +name +fields -__init__() +parse() +sql() } class ForeignKey { +source_table +source_field +target_table +target_field -__init__() +parse() } class PUMLReader { +keywords +tables -__init__() +parse() +sql() } PUMLReader "? " -- "0" Table PUMLReader "?" -- "0 " ForeignKey @enduml
false
true
false
false
class
d7c4470e0848d4fa29679e22ba8f247fe90ca657
617268e233379e07c3d90704d0c2db576541207f
/Diagrams/SequenceDiagram.wsd
1a53dafb78a064c5269da208735d116d8739ffa0
[ "MIT" ]
permissive
Dash-Industry-Forum/DocumentAuthoringExample
be2dd9878dd9aeaa85407efcf937de061461780d
d5a16db2786fc41f751bfa9ee93c2ff965f52e21
refs/heads/master
2023-03-24T06:38:10.836206
2019-11-26T10:08:13
2019-11-26T10:08:13
151,206,756
3
2
MIT
2023-02-18T18:54:02
2018-10-02T05:53:57
null
UTF-8
PlantUML
false
false
186
wsd
@startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: Another authentication Response @enduml
false
true
false
false
sequence
877cbbb923aa6cf3978b8e4bacc1ada396ae0ed8
1411b02af9800c138c7b2c5082bf0359f6c41aca
/uml/modelo.puml
687a2a96031776a756a045f9ae8911164b008ab6
[]
no_license
NicoCardenas/PDSW-2018-1-PROYECTO-LosSinNombre
5a290382eb2689ab6e9759a7312d0516e3f2d39c
b33c23cadff00ff7ae87cba5dc067a1a4527ce82
refs/heads/master
2020-04-04T04:57:44.879505
2018-12-07T22:37:55
2018-12-07T22:37:55
155,731,388
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,391
puml
@startuml skinparam class { BackgroundColor lightcyan ArrowColor teal BorderColor slateblue } skinparam stereotypeCBackgroundColor YellowGreen together { class Usuario class Comentario class Vote } T_tipo "1" -- "0..*" Usuario : use Usuario "0..*" -- "1" Vote : use Usuario "0..*" - "1" Comentario : use Intention "0..*" --- "1" Usuario : use Intention "0..*" --- "1" Vote : use Intention "0..*" --- "1" Comentario : use Intention "0..*" - "1" T_palabras : use (Intention, T_palabras) . T_intencion_palabra class T_tipo { <<PK>> user_id : int type : varchar(50) } class Usuario { <<PK>> id : int full_name : varchar(255) email : varchar(255) department_area : varchar(50) password : varchar(30) <<FK>> T_tipo_user_id : int } class Vote { <<PK>> id : int like_dislike : boolean <<FK>> intention_id : int <<FK>> users_id : int } class Comentario { <<PK>> id : int content : varchar(500) <<FK>> user_id : int <<FK>> intention_id : int } class Intention { <<PK>> id : int <<FK>> user_id : int state : varchar(25) content : varchar(1000) date_of_creation : date title : varchar(50) ---- } class T_palabras { <<PK>> id : int tag : varchar(50) } class T_intencion_palabra { <<PK>> <<FK>> Intention_id : int <<PK>> <<FK>> T_palabras_id : int } hide circle @enduml
false
true
false
false
state
ef3ba72893ecc435ba8b11f5f609770c47568d08
a124f8cffd3f9d60d4b1dfe10771c9147d4d8367
/docs/UML/diagramme etat transition/etat d'un ticket.puml
060d04e3a8b776a7ed7b0c2c2cea1035d22653e1
[]
no_license
dorianleveque/CoHub
6d74d48bc68b78865eca96008319a7900710dcb6
1427516ecaa1bcb3e6f53d1822bc9b30fb5a2ba6
refs/heads/master
2023-01-13T03:15:42.307065
2020-11-21T15:59:01
2020-11-21T15:59:01
314,390,488
0
0
null
null
null
null
UTF-8
PlantUML
false
false
749
puml
@startuml title l'etat d'une demande state S1 as "demande créé" state S2 as "demande éditée" state S3 as "demande suprimée" state S4 as "demande en cours de reponse" [*] -down-> S1 : when (clic sur "création de demande")/Ticket() S1 -> S2 : when (clic sur "éditer")/edit() S2 -> S1 : when (clic sur "valider")/save() S1 -> S4 : when (clic sur "prendre en charge")\n[currentUser = requesteur]/addMessage(txt, currentUser) S4 --> S2 : when (clic sur "éditer")\n[currentUser = requesteur]/edit() S2 -> S4 : when (clic sur "valider")/save() S4 --> S3 : when (clic sur "suprimer")\n[currentUser = requesteur]/delete() S1 -left-> S3 : when (clic sur "suprimer") \n[currentUser = requesteur]/delete() S3 -> [*] @enduml
false
true
true
false
sequence
25a8eca3808aba9405cd7d83e3d71e0b8008698a
1f20b5b46a1d8e1936628b16e578b8158a0dab4f
/matchers-doc/src/main/asciidoc/chapters/images/modules-naive-separation-with-split-packages.puml
10e21e61df60fd970bb9746c0df9bc34f9a53f30
[ "MIT" ]
permissive
mguenther/string-matchers
6321967e047c336f08869b34113b908c56a0e28c
83700374e00bf62f52a60d3dc0ecf033030187fb
refs/heads/master
2021-03-30T17:54:39.042919
2019-02-03T08:36:58
2019-02-03T08:36:58
111,335,740
3
2
null
2019-02-03T08:36:59
2017-11-19T22:03:30
CSS
UTF-8
PlantUML
false
false
621
puml
@startuml skinparam shadowing false skinparam componentStyle uml2 skinparam linetype ortho skinparam frame { borderColor Transparent backgroundColor Transparent fontColor Transparent } package "<b>matchers.api</b>" <<Java Module>> { package net.mguenther.matchers { interface Matcher { +match(haystack: String, needle: String): List[Integer] } } } package "<b>matchers.impl</b>" <<Java Module>> { package "net.mguenther.matchers " { class BruteForceMatcher class KnuthMorrisPrattMatcher } } BruteForceMatcher ..|> Matcher KnuthMorrisPrattMatcher ..|> Matcher @enduml
false
true
false
false
class
684b01522223b0f9887a718d5eab735a2f8c1917
b3600ff637cbf5acd0a33d1d47652e3edd1e45c6
/images/dependency-adapter/virtual-deps-with-adapter.puml
86712d6bb67c44f6d9d61ff073f9d7b0f585b329
[ "Apache-2.0" ]
permissive
bazelbuild/proposals
629c0d290ed14505321d18438e323457d244b8d9
27fbb6e60206a397d6a6ac2ea924751f35734f94
refs/heads/main
2023-09-01T20:48:19.602187
2023-08-14T19:23:42
2023-08-14T19:23:42
140,339,230
90
73
Apache-2.0
2023-09-14T17:06:53
2018-07-09T20:33:43
null
UTF-8
PlantUML
false
false
787
puml
@startuml package "Local Repository" { [ Executable A ] as A node "dependency adapter" as adapter_local { cloud "<color:grey>Library B" as B [ Library B ] as B_concrete } } package "External Repository (shared_libs)" { node "dependency adapter" as adapter_shared { cloud "<color:grey>Library C" as C [ Library C ] as C_concrete } [ Library D ] as D } A -d-> adapter_local adapter_local --> B_concrete: <back:white> //B:libB B .[#grey]r.|> B_concrete: <color:grey>//convert to //\n<color:grey>//concrete // A -r-> adapter_shared C .[#grey]d.|> C_concrete: <color:grey>// convert to//\n<color:grey>// concrete// adapter_shared -r-> C_concrete: <back:white>//@shared_libs~//C:libC // C_concrete --> D: <back:white> //D:libD @enduml
false
true
false
false
sequence
dc8242c1da7efa2c0a3779b6fc3c985a9eefdfc8
f199977acacbc34eba6514cccefaea2ce00fcde6
/app/src/main/java/com/example/ffbfapp/model/model.plantuml
2a0b4dc57f264cd673a2bd5faf22a72359a6ed95
[]
no_license
mihaidragos/FFBF_App
aa03bc7f3d3e42ae31b6058262626b50498a0b03
5aa05649d933826ae9279d015d92d844c63628ba
refs/heads/main
2023-01-23T08:34:23.022629
2020-12-03T21:10:41
2020-12-03T21:10:41
311,783,024
0
0
null
null
null
null
WINDOWS-1252
PlantUML
false
false
4,806
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.Address { - addressHashMap : HashMap<String, String> - city : String - contactNo : String - county : String - emailAddress : String - postcode : String - street : String + Address() + Address() + addressToHashMap() + getCity() + getContactNo() + getCounty() + getEmailAddress() + getPostcode() + getStreet() + setCity() + setContactNo() + setCounty() + setEmailAddress() + setPostcode() + setStreet() } } } namespace com.example.ffbfapp { namespace model { enum Cuisine { CHINESE FRENCH INDIAN ITALIAN JAPANESE MEDITERRANEAN MOROCCAN ROMANIAN SPANISH THAI label } } } namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.DatePickerFragment { - onDateSetListener : OnDateSetListener + DatePickerFragment() + onCreateDialog() + onDateSet() } } } namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.FoodVenue { - address : HashMap<String, String> - description : String - foodMenuReference : String - imageResourceReference : String - name : String - rating : double - reservationsReference : String - reviewsListReference : String - uid : String + FoodVenue() + FoodVenue() + getAddress() + getCuisine() + getDescription() + getFoodMenuReference() + getFoodVenueType() + getImageResourceReference() + getName() + getPriceTagValue() + getRating() + getReservationsReference() + getReviewsListReference() + getUid() + setAddress() + setCuisine() + setDescription() + setFoodMenuReference() + setFoodVenueType() + setImageResourceReference() + setName() + setPriceTagValue() + setRating() + setReservationsReference() + setReviewsListReference() + setUid() } } } namespace com.example.ffbfapp { namespace model { enum FoodVenueType { R SF label } } } namespace com.example.ffbfapp { namespace model { enum PriceTag { label £ ££ £££ } } } namespace com.example.ffbfapp { namespace model { enum Rating { FIVE FOUR NONE ONE THREE TWO label } } } namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.Review { } } } namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.TimePickerFragment { + TimePickerFragment() + onCreateDialog() + onTimeSet() } } } namespace com.example.ffbfapp { namespace model { class com.example.ffbfapp.model.User { + email : String + lastName : String + name : String ~ admin : boolean ~ critic : boolean + User() + User() + getEmail() + getFullName() + getLastName() + getName() + isAdmin() + isCritic() + setAdmin() + setCritic() + setEmail() + setLastName() + setName() } } } com.example.ffbfapp.model.DatePickerFragment .up.|> android.app.DatePickerDialog.OnDateSetListener com.example.ffbfapp.model.DatePickerFragment -up-|> androidx.fragment.app.DialogFragment com.example.ffbfapp.model.FoodVenue o-- com.example.ffbfapp.model.Cuisine : cuisine com.example.ffbfapp.model.FoodVenue o-- com.example.ffbfapp.model.FoodVenueType : foodVenueType com.example.ffbfapp.model.FoodVenue o-- com.example.ffbfapp.model.PriceTag : priceTagValue com.example.ffbfapp.model.TimePickerFragment .up.|> android.app.TimePickerDialog.OnTimeSetListener com.example.ffbfapp.model.TimePickerFragment -up-|> androidx.fragment.app.DialogFragment right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
true
false
class
7d08e097c8ff4c4cd7bde7e582a984a15d6ac532
9071e7f6557dfaa2d9621580174fed544a7331a3
/design/object_adapter_diagram.puml
6ed8855dfb25f478e525f67f11cf96ab05190f17
[]
no_license
khoivudev/Adapter-facade-pattern-example
5a33563965c74d088670110c7405b69e3ed3340a
23bc697d30b25b30755ce2f6463c4ad33e9110a0
refs/heads/master
2023-08-21T10:00:02.274758
2021-10-22T13:40:38
2021-10-22T13:40:38
419,731,855
0
0
null
null
null
null
UTF-8
PlantUML
false
false
354
puml
@startuml class PX4Vehicle { px4_arm() px4_disarm() px4_takeOff() px4_returnHome() } interface Vehicle { arm() disarm() takeOff() returnHome() } class PX4Adapter implements Vehicle { PX4Vehicle arm() disarm() takeOff() returnHome() } PX4Adapter -right-> PX4Vehicle Client -right-> Vehicle @enduml
false
true
false
false
class
fe2fc07cbdc5b749e1bb60f54c326d02d821012d
d827540cbf464c3c09194c3022598f94043a04f8
/puml-diagrams/sdd_err_revoca_ec.puml
6f1790fca2c7f4ed8f00c4d85b8b259eca2b500a
[]
no_license
gliasphaltatori/pagopa-specifichepagamenti-docs
25f671a585e50a68a02291378ac28f0767b14866
49c30c276bff9109f36e598f9678b94b58a9a997
refs/heads/master
2023-04-30T21:55:52.268768
2021-05-11T08:08:00
2021-05-11T08:08:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
630
puml
@startuml hide footbox autonumber actor Utilizzatore_Finale participant PSP participant NodoSPC participant EC Utilizzatore_Finale -> PSP: Richiesta rimborso PSP -> NodoSPC: nodoInviaRichiestaRevoca NodoSPC->NodoSPC: Validazione Richiesta Revoca NodoSPC->EC:paaInviaRichiestaRevoca EC-[#0000FF]->NodoSPC:resp KO paaInviaRichiestaRevoca note right:PAA_RT_SCONOSCIUTA\nPAA_SINTASSI_XSD\nPAA_SINTASSI_EXTRA_XSD\nPAA_SEMANTICA\nPAA_RR_DUPLICATA\nPAA_OPER_NON_REVOCABILE NodoSPC-[#0000FF]->PSP:resp KO nodoInviaRichiestaRevoca note right: PPT_ERRORE_EMESSO_DA_PAA\n(Propaga Errore) PSP-[#0000FF]->Utilizzatore_Finale: Esito KO @enduml
false
true
false
false
usecase
1156e8949624ccbcd39a779f945ca8c64c2b8acc
e43c23107e0c8b75824f16f513fa5f8c82bfb955
/public/images/diagrams/diagram_sequence_register.plantuml
29f9b3bb3133643a4d9c662b9b75ca1dbbf6b70e
[]
no_license
namoclopez2020/manzana-verde-frontend
b6b2ad7e71e7eb89ce67b0aaf3a57154311f8737
a8b531aafbd7afd8a7f37c3b97a1df75c705b5c8
refs/heads/main
2023-08-07T12:50:01.585488
2021-09-27T01:36:01
2021-09-27T01:36:01
410,187,509
1
0
null
null
null
null
UTF-8
PlantUML
false
false
566
plantuml
@startuml register actor "Actor" boundary "register.vue" control "useUser" control "store/user" entity "endpoint" "Actor" -> "register.vue" : form activate register.vue "register.vue" -> "useUser" : setRegiser() activate useUser "useUser" -> "store/user" : register() activate "store/user" "store/user" -> "endpoint" : /api/auth/register activate endpoint "endpoint" -> "store/user" : data deactivate endpoint "store/user" -> "store/user" : saveData "store/user" -> "Actor" : redirect deactivate "store/user" deactivate useUser deactivate register.vue @enduml
false
true
false
false
sequence
7a2594b3aa7f90e2b3ac9f225955783d2bd400fb
f1769f2cd4755d4107d1f7b7b40cc8a24e7cfdad
/todoc-master/app/src/main/java/com/athand/todoc/Class_Diagram.puml
de7a86aedbe7133167b4754fd4dc8de4ac1ba0bc
[]
no_license
syguthub/Projet_5
fde97c3236674f23b5010bcb1cc81ad272558b77
a06c2cf8b95cf8e7e5bf34c23160362462af40d3
refs/heads/master
2022-11-11T17:36:27.108894
2020-06-28T12:59:47
2020-06-28T12:59:47
270,908,485
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,969
puml
@startuml skinparam class { borderColor black backgroundColor<< interface >> GreenYellow backgroundColor<< class >> LightCyan backgroundColor<< static >> NavajoWhite backgroundColor<< abstract >> pink backgroundColor<< enum >> application } class Project <<class>> { -id : long -name : String -color : int -- constructor-- + Project(long id, @NonNull String name, @ColorInt int color) .. + getAllProjects() : Project[] + getProjectById(id) : Project + getId() : long + getName() : String + getColor() : int + setColor(color) : void + setName( String name) : void + setId(id) : void + toString() : String() } class Task <<class>> { - id : long - projectId :long - name : String - creationTimestamp : long -- constructor-- + Task(long projectId, @NonNull String name, long creationTimestamp)(projectId) .. + getId() : long + getProject() : Project + getProjectId() : long + getName() : String + getCreationTimestamp() : long + setId(id) : void + setProjectId(projectId) : void + setName(@NonNull String name) : void + setCreationTimestamp(creationTimestamp) : void } class TaskRecentComparator <<static>> { + compare(Task left, Task right) : int } class TaskOldComparator <<static>> { + compare(Task left, Task right) : int } class TaskAZComparator <<static>> { + compare(Task left, Task right) : int } class TaskZAComparator <<static>> { + compare(Task left, Task right) : int } interface ProjectDao <<interface>>{ get_All_Projects : LiveData <Project[]> } interface TaskDao <<interface>> { delete_Task(taskId) : void inset_Task(task) : void get_Task: LiveData<List<Task>> } class ProjectDaoRepository <<class>> { - projectDao : ProjectDao -- constructor-- + ProjectDaoRepository(projectDao) .. + get_All_Projects() : LiveData <Project[]> } class TaskDaoRepository <<class>> { - taskDao : TaskDao -- constructor-- + TaskDaoRepository(TaskDao) .. + inset_Task(task) + delete_Task(taskId) + get_Tasks() : LiveData<List<Task>> } abstract class SaveMyTripDataBase <<abstract>> { - {static} INSTANCE : SaveMyTripDataBase + {abstract} taskDao() : TaskDao + {abstract} projectDao() : ProjectDao + {static} getINSTANCE(Context context)() : SaveMyTripDataBase - {static} prepopulateDataBase() : Callback } class Injection <<class>> { + {Static} provide_Task_Dao_Source(Context context)() : TaskDaoRepository + {Static} provide_Project_Dao_Source(context) : ProjectDaoRepository + {Static} provide_Executor() : Executor + {Static} provide_View_Model_Factory(context) : ViewModelFactory } class ViewModelFactory <<class>> { - taskDaoSource : TaskDaoRepository - projectDaoSource : ProjectDaoRepository - executor : Executor -- constructor-- + ViewModelFactory(taskDaoSource,projectDaoSource,executor) .. + create(@NonNull Class<T> modelClass) : T } class ItemViewModel <<class>> { - taskDaoSource : TaskDaoRepository - projectDaoSource : ProjectDaoRepository - executor : Executor - current_task : LiveData <List<Task>> - projects : LiveData <Project[]> -- constructor-- + ItemViewModel(taskDaoSource,projectDaoSource,executor) .. + init() : void + get_All_Projects() : LiveData <Project[]> + inset_Task(task) : void + delete_Task(taskId) : void + get_Tasks() : LiveData <List<Task>> } class MainActivity <<class>> { - allProjects : Project[] - tasks : ArrayList<Task> : Integer - adapter : TasksAdapter - {static} sortMethod : SortMethod - listTasks : RecyclerView - lblNoTasks : TextView - itemViewModel : ItemViewModel -- constructor-- + onCreate(@Nullable Bundle savedInstanceState) : void .. + onCreateOptionsMenu(menu) : Boolean + onOptionsItemSelected(item) : Boolean + onDeleteTask(task) : void + data_Callback_AlertDialog_To_Add_A_Task(String taskName, Project taskProject) : void - configuration_View() : void - ItemViewModel_manager() : void - get_Project() : void - update_Project(project) : void - get_Tasks() : void - updateTasks(tasks) : void - showAddTaskDialog() : void - addTask(@NonNull Task task) : void } enum SortMethod <<enum>> { ALPHABETICAL ALPHABETICAL_INVERTED RECENT_FIRST OLD_FIRST NONE } class DialogAlert <<class>> { - dialog : AlertDialog - dialogEditText : EditText - dialogSpinner : Spinner - interface_alertDialog : Interface_alertDialog - allProjects : Project -- constructor-- + onCreateDialog(@Nullable Bundle savedInstanceState) : Dialog .. + onAttach(@NonNull Context context) : void - onPositiveButtonClick(dialogInterface) : void + set_Project(Project [] allProjects)() : void - populateDialogSpinner() : void } interface Interface_alertDialog <<interface>> { + data_Callback_AlertDialog_To_Add_A_Task(taskName,taskProject) } class TasksAdapter <<class>> { - tasks : List<Task> - deleteTaskListener : DeleteTaskListener -- constructor-- + TasksAdapter(@NonNull final List<Task> tasks, @NonNull final DeleteTaskListener deleteTaskListener) .. updateTasks(@NonNull final List<Task> tasks) : void + onCreateViewHolder(@NonNull ViewGroup viewGroup, int viewType) : TaskViewHolder + onBindViewHolder(@NonNull TaskViewHolder taskViewHolder, int position) : void + getItemCount() : int } class TaskViewHolder <<class>> { - imgProject : AppCompatImageView - lblTaskName : TextView - lblProjectName : TextView - imgDelete : TextView - deleteTaskListener : DeleteTaskListener -- constructor-- + TaskViewHolder(@NonNull View itemView, @NonNull DeleteTaskListener deleteTaskListener) .. bind(task) : void } interface DeleteTaskListener <<interface>>{ + onDeleteTask(task) : void } Task "1" --> "1" TaskAZComparator Task "1" --> "1" TaskZAComparator Task "1" --> "1" TaskOldComparator Task "1" --> "1" TaskRecentComparator ProjectDaoRepository "1" --> "1" ProjectDao TaskDaoRepository "1" --> "1" TaskDao TasksAdapter "1" --|> "1" TaskViewHolder TasksAdapter "1" ..> "1" DeleteTaskListener DialogAlert "1" ..> "1" Interface_alertDialog MainActivity "1" --> "1" TasksAdapter MainActivity "1" --> "1" SortMethod MainActivity "1" --> "1" ItemViewModel MainActivity "1" --> "1" ViewModelFactory MainActivity "1" --> "1" Injection MainActivity "1" --> "1" DialogAlert MainActivity "1" --> "1" Project Injection "1" --> "1" TaskDaoRepository Injection "1" --> "1" ProjectDaoRepository Injection "1" --> "1" ViewModelFactory ViewModelFactory "1" --> "1" TaskDaoRepository ViewModelFactory "1" --> "1" ProjectDaoRepository ItemViewModel "1" --> "1" TaskDaoRepository ItemViewModel "1" --> "1" ProjectDaoRepository SaveMyTripDataBase "1" ..> "1" TaskDao SaveMyTripDataBase "1" ..> "1" ProjectDao Task "*" --> "1" Project @enduml
false
true
false
false
class
b9ee8103b19c6e6a143d66280b565e43f7572df6
eecd1c77822c65c4710343842ad0ebf5ef00faf4
/Diagramy/sequence2.plantuml
837570e0d2a09595c47f4e676f4875c82d3271af
[]
no_license
Serionus/softwareEngineeringPetClinic
85c4ea77ee114e50dbca0cc330e8c435f155a967
08e5acbe4299b5de773261f798c1b2c1d17b5d2a
refs/heads/main
2023-06-08T13:18:00.616989
2021-06-25T14:19:42
2021-06-25T14:19:42
351,232,601
1
0
null
null
null
null
UTF-8
PlantUML
false
false
898
plantuml
@startuml Sequence2 Make An Appointment actor Owner participant OwnerService participant PetService participant PetRepository participant VisitService participant VisitRepository OwnerService -> PetService : getAllPets() loop PetService -> PetRepository : searchForPetsByOwner(id) end PetRepository -> PetService : returnPets() alt no pets OwnerService -> Owner : backToOwnerManagement() end note right w sytuacji braku zwierząt nie można umówić wizyty end note Owner -> OwnerService : choosePet(Pet) OwnerService -> PetService : getPet(id) OwnerService -> VisitService : createVisit(Pet, Visit) note over VisitRepository nie można wybrać uprzednio zajętego terminu end note alt visit already booked OwnerService -> Owner : backToOwnerManagement() end VisitService -> VisitRepository : bookVisit(Visit, Pet) OwnerService -> Owner : backToOwnerManagement() @enduml
false
true
true
false
usecase
744a0b294617e9b52ee77be6e565276a7e02c943
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Utility/SingletonUtil.puml
45084610ca08e2ee80a00adc2cce6b8d206346ad
[]
no_license
guolifeng2018/CIGA-Game-Jam
797734576510e27b5c5cee2eb17c1444f51d258c
fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d
refs/heads/master
2022-12-10T19:21:15.522141
2020-08-16T10:06:23
2020-08-16T10:06:23
285,986,041
0
0
null
null
null
null
UTF-8
PlantUML
false
false
451
puml
@startuml class SingletonUtil <<static>> { + {static} Create() : TSingleton + {static} Get() : TSingleton + {static} Bind(singleton:object) : void + {static} Unbind(singleton:object) : void + {static} CallOnCreateIfPossible(singleton:object) : void + {static} CallOnAwakeIfPossible(singleton:object) : void + {static} CallOnDestroyIfPossible(singleton:object) : void + {static} DefaultResourcePath() : string } @enduml
false
true
false
false
class
f3244e09d7f776fd8094280be345efc0431e0675
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/macros08_01/beanshell/i130616/macros_08_01_analysis.puml
cc28cc1d98430d30c9df121bb81c036fdbf5b99c
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
503
puml
@startuml doc-files/macros_08_01_analysis.png actor User participant "<<analysis>>\nBeanShellUI" as UI participant "<<analysis>>\nBeanShellConsole" as ctrl participant "<<analysis>>\nBeanShellInterpreter" as interpreter User -> UI : Selects BeanShell extension activate UI UI -> ctrl : open() deactivate UI User -> ctrl: write script activate ctrl ctrl -> interpreter:processScript(text) interpreter -> ctrl:results() ctrl -> ctrl: displayResults() deactivate ctrl @enduml
false
true
false
false
usecase
42650a344f341dbd0ab7b2a68ac17bd41dfbda43
20391c18be0f5d9fa3adee5029be766534a0cf8e
/state-pattern/example1/problem/uml.plantuml
e8d8252956f748ca948c9dd4568bfdabe23ca8d7
[]
no_license
Caballerog/blog
34ee257ea9e033dfab732d15b7eff7b2a03a59a0
c02c18b49cd65894ebd5e4f7eebc946195cde0f6
refs/heads/master
2023-04-28T15:00:41.602153
2023-04-21T19:56:59
2023-04-21T19:56:59
169,620,009
28
7
null
2022-12-11T21:37:16
2019-02-07T18:22:56
TypeScript
UTF-8
PlantUML
false
false
986
plantuml
@startuml skinparam titleBorderRoundCorner 15 skinparam titleBorderThickness 2 skinparam titleBorderColor blue header <font color=red>Warning:</font> Educational Purposes endheader center footer Carlos Caballero ([[https://www.carloscaballero.io https://www.carloscaballero.io]]) title State Pattern - Problem to solve enum State { stateA stateB } class Context { state: State -- + request(operation: string) } note left of Context::request switch (this.state){ case State.stateA: if(operation === 'request1'){ ... this.state = State.stateB; ... }else { ... } break case State.stateB: if(operation === 'request1'){ ... } else{ ... this.state = State.stateA; ... } } end note Context -> State @enduml
false
true
false
false
sequence
62c6bb45bfcb66d82b263820aa18cb57a16528b1
0ee676ceeff44ba4b842e9f0d529ba75a68b1975
/src/OCP/OCP.plantuml
24cffd16c37c44ee47704d3a72c7bb74b61f6165
[]
no_license
CalanceaCatalina/TMPS
d035c519851abeeeb40cd646b9e7d536f7baa183
7afc84126375e091bd9aad68dbfcf9138b0e0026
refs/heads/main
2023-04-07T11:20:57.909790
2021-04-18T19:59:46
2021-04-18T19:59:46
335,952,011
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,355
plantuml
@startuml title __OCP's Class Diagram__\n namespace OCP { class OCP.Box_Type { + BoxType() } } namespace OCP { abstract class OCP.Boxing { {abstract} + Boxing() } } namespace OCP { class OCP.Family_Pizza_Boxing { + Boxing() + Family_Pizza_Boxing() } } namespace OCP { class OCP.Italian_Pizza_Boxing { + Boxing() + Italian_Pizza_Boxing() } } namespace OCP { class OCP.Large_Pizza_Boxing { + Boxing() + Large_Pizza_Boxing() } } namespace OCP { class OCP.Medium_Pizza_Boxing { + Boxing() + Medium_Pizza_Boxing() } } namespace OCP { class OCP.Runner { {static} + main() } } OCP.Family_Pizza_Boxing -up-|> OCP.Boxing OCP.Family_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Italian_Pizza_Boxing -up-|> OCP.Boxing OCP.Italian_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Large_Pizza_Boxing -up-|> OCP.Boxing OCP.Large_Pizza_Boxing o-- SRP.Prepare : prepare OCP.Medium_Pizza_Boxing -up-|> OCP.Boxing OCP.Medium_Pizza_Boxing o-- SRP.Prepare : prepare right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
a9f90fa41381c21279138d342406f966c381b56f
8fa905321a39bedabc324d305c615e17061d0e03
/src/main/java/ex45/ex45.puml
e8d3e25f96b0a06b21ba0b8a4a43baa4883ce32a
[]
no_license
K-Schiffli/Schiffli-cop3330-assignment03
04cfa418d737b2ff593390884b11d8db71c741a1
9938948224249fa66ebab55fc6104091a31af1a3
refs/heads/master
2023-06-05T18:26:47.716862
2021-06-21T04:02:37
2021-06-21T04:02:37
378,800,422
0
0
null
null
null
null
UTF-8
PlantUML
false
false
321
puml
/* * UCF COP3330 Summer 2021 Assignment 3 Solutions * Copyright 2021 Kevin Schiffli */ @startuml 'https://plantuml.com/class-diagram Class App { --Inputs-- +getDataFromFile() --Outputs-- -printToFile(List<String>) } Class WordReplacer { --Computations-- replaceUtilize(List<String>) } App -> WordReplacer @enduml
false
true
false
false
class
2ba3b97986b43b09d32e845a15ae1317c8adbc1f
5a9c3d8e6c1494f8283fd9737b5421f8a4179a35
/ClassDiagram.puml
33d7d1b361e59780187dccb57a61f0afd1079fec
[]
no_license
de-lachende-cavalier/enigma
f78483f5ce84d3cbfc8a88f9c063bfa4c40eeb45
147f5951fe5198fc403589bb632618327cc76d9b
refs/heads/main
2023-07-09T03:36:12.809633
2023-07-03T16:05:40
2023-07-03T16:05:40
371,752,943
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,576
puml
@startuml package components { class Rotor { -HashMap<Character, Character> internalRotorWireSetting -int[] tempRandom -Integer rotationCounter -- -initArray() +rotate() +reverseRotate() +getRotationCounter() +setRotationCounter() +getInternalRotorWiring() +setInternalRotorWiring() .. +mapWires() +connectInternalWires() +reverseConnectInternalWires() } class RotorStack { -ArrayList<Rotor> rotors -- +getRotorNum() +getRotorN() } class Stator { -HashMap<Character, Character> internalStatorWiring -int[] tempRandom -- -initArray() +getInternalStatorWiring() +setInternalStatorWiring() .. +mapWires() +connectInternalWires() +reverseConnectInternalWires() } class Plugboard { -HashMap<Character, Integer> plugboardWireSetting -int[] tempRandom -- -initArray() +getWireSettings() +setWireSettings() .. +mapWires() +connectInternalWires() +reverseConnectInternalWires() } class Reflector { -HashMap<Character, Character> reflectorWiring -- -initArray() +getReflectorWiring() +setReflectorWiring() .. +mapWires() +connectInternalWires() +reverseConnectInternalWires() } class RandomnessHandler #LightBlue { -SecureRandom CSPRN +getCSPRN() +shuffleFisherYates() } } package director { class EnigmaDirector #Bisque { +constructEnigmaMachine(Builder builder) } } package builders { interface Builder #MOTIVATION { +buildPlugboard() +buildStator() +buildRotors() +buildReflector() } class EnigmaBuilder { -Plugboard plugBoard -Stator stator -RotorStack rotors -Reflector reflector -- +getBuiltEnigma() .. +buildPlugboard() +buildStator() +buildRotors() +buildReflector() } } class EncryptDecrypt { -EnigmaMachine curMachine -EnigmaConfigManager enigmaConfig -EnigmaDirector director -EnigmaBuilder builder -boolean called -int rotations -handleRotation() +encrypt() +decrypt() } class EnigmaConfigManager { -String path -boolean extracted -boolean configured +extractConfig() +configureEnigma() } package product { class product.EnigmaMachine #LavenderBlush { -Plugboard plugBoard -Stator stator -RotorStack rotors -Reflector reflector +getPlugboard() +getStator() +getReflector() +getRotor() +getUniqRandRotCounter() +setReflector() +setStator() +setRotor() +setPlugboard() +setUniqRandRotCounter() } } interface components.WireConnector #MOTIVATION { +mapWires() +connectInternalWires() +reverseConnectInternalWires() } Builder <|.. EnigmaBuilder Builder "1" <-left- "1" EnigmaDirector EnigmaBuilder "1" --> product.EnigmaMachine : create EnigmaDirector o-- Builder components.WireConnector <|.. "1" Stator components.WireConnector <|.. "1" Plugboard components.WireConnector <|.. "1" Reflector components.WireConnector <|.. "1" Rotor Rotor "1..*" --* "1" RotorStack product.EnigmaMachine "1" --- "1" EncryptDecrypt : uses EnigmaDirector "1" - "1" EncryptDecrypt : uses EnigmaConfigManager "1" -- "1" EncryptDecrypt : uses EncryptDecrypt "1" -- "1" EnigmaBuilder : uses /' all the hidden relationships below are there for formatting and style purposes '/ EncryptDecrypt -[hidden] Rotor EncryptDecrypt -[hidden]- Builder components.WireConnector -[hidden] EnigmaDirector Reflector -[hidden]- RotorStack Reflector -[hidden]- Rotor Plugboard -[hidden]- Rotor Stator -[hidden]- Reflector Builder -[hidden]- components.WireConnector @enduml
false
true
false
false
sequence
a01dacb8b4cb5cd68c19fb11a3bcce99197a569e
ad8871cd450dfd32f2eba002aa20723ebb4ba133
/design/old_design_folder/IdentityManagement/03_adjunct_connectivity.plantuml
a7fb26aa8da53d85e935006834a403066a5ac215
[]
no_license
LogosNetwork/SDF
8ec0455b56f17c0fd0b5132d4c3f2f4c5fd1616c
4dc77526a02c2ea0aba89a5d58315bf7dfbe9f4b
refs/heads/master
2020-03-19T21:24:06.901182
2019-09-17T17:15:14
2019-09-17T17:15:14
136,939,166
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,482
plantuml
@startuml Title Adjunct Connectivity actor User box "Core" #LightBlue participant node database wallet database ledger end box collections txa as "TxAcceptors" group ID unlocked rnote right of User technically, can issue the commands below while //not// in **ID unlocked** state, but TxA handshake will fail per current implementation endrnote rnote right of User also refer to ""DelegateIdentityManager"" ""::OnTxAcceptorUpdate"" endrnote User -> node : **Connect to TxA**\n([IP]) activate node node --> txa : perform handshake txa --> node : handshake completed node --> node : store TxA addrs in memory in\npreparation for advert alt auto advert on node --> node : advertise end deactivate node User -> node : **Delete TxA**\n([IP],\nnow? //default true//) activate node alt now==true node --> txa !! : disconnect node --> node : delete TxA addr from memory alt auto advert on node --> node : advertise end else alt in office node --> node : defer the above actions\ntill end of term else node -> User : error end end deactivate node rnote right of User CGw not in scope endrnote User -> node : **Connect CGw**\n([IP, [del_id]]) User -> node : **Delete CGw**\n([IP],\nnow? //default true//) end @enduml
false
true
false
false
usecase
9cf41fba2d7cdbcf3e4bee1e463568175efbcd11
a9addcf84f053c5f4d342d0a94dc5c46eac0b101
/analyse/diagrammes/DiagrammeSequenceEnseignantVacataire.plantuml
479803c0ab0832899f1978a8865c222af988e773
[]
no_license
IUT-Blagnac/bcoo-retro2021-bcoo-retro2021-g16
28992fca9a1d225398ebd1cc7bd10ca5b8cb1060
45028e1bc96edbbb5af7d844caa430afa2cb0071
refs/heads/master
2023-06-07T22:05:39.653102
2021-06-21T14:11:26
2021-06-21T14:11:26
365,143,142
0
1
null
null
null
null
UTF-8
PlantUML
false
false
760
plantuml
@startuml autonumber actor EnseignantVacataire EnseignantVacataire -> systeme: connection activate systeme systeme -> profil: connection activate profil profil -> profil: identification profil --> systeme: identificattion valider systeme --> EnseignantVacataire: connecter EnseignantVacataire -> systeme: modifier information systeme -> profil: modification des information profil -> profil: sauvegarde modification profil --> systeme: modification sauvegarder systeme --> EnseignantVacataire: profil modifier avec succès EnseignantVacataire -> systeme: definire un module systeme -> profil: module profil -> profil: enregistrement du module profil --> systeme: module enregistre systeme --> EnseignantVacataire: module defini avec succès @enduml
false
true
true
false
sequence
1f93e69257d0fbaa61901c3aa074e879f74236b0
a8001af491c4b6b787f094511211faa9b1238f54
/Moodle Question Domain Model.puml
d210fa15c9eb74d3e7d49eae9bab61c5d00b87fb
[]
no_license
Girardvjonathan/GIFT-grammar-PEG.js
aaa92767b9dfb1b614acd525a9f21abc0ba3fc27
4c765f8389c488ebc37bd02789ff9193fa68e08b
refs/heads/master
2021-05-15T12:31:08.122204
2017-05-10T13:33:59
2017-05-10T13:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,681
puml
@startuml skinparam style strictuml hide methods hide empty members title Domain (Data) Model for Moodle Quiz questions (XML) class "Quiz" as Q { } class "Category" as C { name : Text } class "Non-Hierarchical\nCategory" as NHC { tagName : Text } abstract class "Question" as AQ { name : Text questionText : RichText } class "MultipleChoiceQuestion" as MCQ extends AQ { isShuffled : boolean onlyOneAnswerAllowed : boolean } class "MultipleChoiceAnswer" as MCA { isCorrect : boolean answer : RichText feedback : Text } MCQ "1" -- "*" MCA : has > class "TrueFalseQuestion" as TFQ extends AQ { } class "TrueFalseAnswer" as TFA { isTrue : boolean percentWeight : integer feedback : Text } note bottom percentWeight indicates correctness e.g.(100=correct, 0=incorrect) end note TFQ "1" -- "2" TFA : has > class "MatchingQuestion" as MQ extends AQ { isShuffled : boolean } class "MatchedPair" as SQ { question : Text answer : Text } MQ "1" -- "*" SQ : has > class "ShortAnswerQuestion" as SAQ extends AQ { } class "ShortAnswer" as SA { text : Text percentWeight : integer feedback : Text } SAQ "1" -- "*" SA : has > class "Numerical" as NQ extends AQ { } class "NumericalAnswer" as NA { percentWeight : integer numericalAnswer : Text feedback : Text } NQ "1" -- "*" NA : has > class "Essay" as EQ extends AQ { } class "EssayAnswer" as EA { isCorrect : boolean answer : RichText } EQ "1" -- "*" EA : has > Q "1" -- "*" AQ : has > AQ "*" - "1" C : belongs-to > AQ "*" -left- "*" NHC : belongs-to > legend center To synchronize with [[http://docs.moodle.org/en/Moodle_XML_format]] TODO: Add missing-word questions to model endlegend @enduml
false
true
false
false
class
c56c6425703315aaf7f9e002890f677cbc47ed12
0f2ccd0a689a3633eead0d7b8f118c1a4ca81aea
/Creational/Singleton/doc/singleton.plantuml
a3fb5a6fe21dc4b1730994efd068b7641248e6fa
[ "Apache-2.0" ]
permissive
symnoureddine/design-patterns
d6eca7edeb131e7f506900b517050c4f975482aa
b8f088e877d4739527b41aeb6e0c80ac9d29b398
refs/heads/master
2020-09-10T18:30:44.513673
2019-11-02T22:33:20
2019-11-02T22:33:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
499
plantuml
@startuml abstract class Session { -{static} instance : Session -id : string -__construct(id: string) +{static} getInstance(id: string) +getId() : string +{abstract} read() : string +{abstract} write() : string } class SessionFile { +read() : string +write() : string } class SessionMemcached { +read() : string +write() : string } SessionFile -up-|> Session SessionMemcached -up-|> Session right footer © Vlad Riabchenko <contact@vria.eu> @enduml
false
true
true
false
class
9f204f410b549f62055240859c3b79f9ac2e4ee3
fa70a5e6b8f2922e9d1471a2ab167dab4f5b744e
/ASProj/.idea/modules/app/app.plantuml
82125c793bd18471e75968816cf871c4ded04ece
[]
no_license
xhh4215/HILibrary
1875abff530aa8277c2ce515c55e97595b7fdfb7
895bb534466f5ca0df5276584d0e6522207bc49c
refs/heads/main
2023-02-25T12:00:04.185236
2021-01-29T06:47:52
2021-01-29T06:47:52
320,127,393
1
1
null
null
null
null
UTF-8
PlantUML
false
false
2,583
plantuml
@startuml title __ASPROJ.APP's Class Diagram__\n namespace com.example.asproj { class com.example.asproj.BuildConfig { } } namespace com.example.asproj { class com.example.asproj.HiApplication { } } namespace com.example.asproj { class com.example.asproj.MainActivity { } } namespace com.example.asproj { namespace fragment { class com.example.asproj.fragment.CategoryFragment { } } } namespace com.example.asproj { namespace fragment { class com.example.asproj.fragment.FavoriteFragment { } } } namespace com.example.asproj { namespace fragment { class com.example.asproj.fragment.HomePageFragment { } } } namespace com.example.asproj { namespace fragment { class com.example.asproj.fragment.ProfileFragment { } } } namespace com.example.asproj { namespace fragment { class com.example.asproj.fragment.RecommendFragment { } } } namespace com.example.asproj { namespace logic { class com.example.asproj.logic.MainActivityLogic { } } } com.example.asproj.HiApplication -up-|> com.example.common.uicomponent.HiBaseApplication com.example.asproj.MainActivity .up.|> com.example.asproj.logic.MainActivityLogic.ActivityProvider com.example.asproj.MainActivity -up-|> com.example.common.uicomponent.HiBaseActivity com.example.asproj.MainActivity o-- com.example.asproj.logic.MainActivityLogic : activityLogic com.example.asproj.fragment.CategoryFragment -up-|> com.example.common.uicomponent.HiBaseFragment com.example.asproj.fragment.FavoriteFragment -up-|> com.example.common.uicomponent.HiBaseFragment com.example.asproj.fragment.HomePageFragment -up-|> com.example.common.uicomponent.HiBaseFragment com.example.asproj.fragment.ProfileFragment -up-|> com.example.common.uicomponent.HiBaseFragment com.example.asproj.fragment.RecommendFragment -up-|> com.example.common.uicomponent.HiBaseFragment com.example.asproj.logic.MainActivityLogic o-- com.example.asproj.logic.MainActivityLogic.ActivityProvider : activityProvider com.example.asproj.logic.MainActivityLogic o-- com.example.common.tab.HiFragmentTabView : fragmentTabView com.example.asproj.logic.MainActivityLogic o-- com.example.hi_ui.ui.tab.bottom.HiTabBottomLayout : hiTabBottomLayout right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
c7ea7a66dbd7aa258aaa3306cb413ca1fd41308f
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProjectChangeProductSearchIndexingEnabledAction.puml
e5bbf249bb48d1bc6491b8e7b795494a2fc8036e
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
490
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface ProjectChangeProductSearchIndexingEnabledAction [[ProjectChangeProductSearchIndexingEnabledAction.svg]] extends ProjectUpdateAction { action: String enabled: Boolean } interface ProjectUpdateAction [[ProjectUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
68d2c9ccb8eae9316da1e5152a13a6767bda6275
e57ecda302d520a34ed5c87f4f1a67db53f400d5
/sequence diagram/donation-flow.plantuml
802602ff7757a18fc3e3e39b555d0f7ed13c52ec
[]
no_license
blockchainphilanthropy/donationplatform
dffc8a22e3571ddca0c7dd606fa59ca31449acce
a1150a1540ca110a2e37c49546e2168a18f91098
refs/heads/master
2020-03-20T08:16:18.634970
2018-11-12T23:34:02
2018-11-12T23:34:02
137,303,525
0
0
null
2018-11-12T23:34:03
2018-06-14T03:52:00
null
UTF-8
PlantUML
false
false
1,195
plantuml
@startuml actor donor as d participant "**Donate Page** \n React" as dp database "**Campaign - Charity DB**" as cdb participant "Auth0" as a0 participant MyCrypto as mc participant MetaMask as mm == Donation == d -> dp: donor arrive at landing page \n and select campaign dp -> cdb: get campaign info cdb --> dp d -> dp: donor select currency alt **BTC** dp -> d: display wallet \n address in QR else **ETH** dp -> d: display wallet address in QR \n and MyCrypto link and MetaMask payment link alt wallet address in QR d -> d: make manual donation else MyCrypto d -> dp: enter the donation amount d -> dp: click on MyCrypto link dp -> mc: redirect to MyCrypto else MetaMask d -> dp: enter the donation amount d -> dp: click on MetaMask link dp -> mm: open transaction in MetaMask end end alt signup - login (optional) d -> dp: select login option dp -> a0: initiate Auth0 widget a0 --> dp dp --> d: display Auth0 widget d -> a0: donor signup / login end @end
false
true
false
false
usecase
0848dfa57ba582b83cb812f7467161748b92014e
6e30d5b3d773278394abbe71164bf1b8aff94b8d
/RoommateWrangler/app/UML/SystemSequenceDiagram9.puml
317454f013bf0eb5213af734fa7180a9b0740cb0
[]
no_license
irocketh/RoommateWrangler
2ffdbcbd60a4a71cc5307f958cd5b80cd7411664
539b26e4181eb4d5da0604e9423fd8c519db35c7
refs/heads/master
2020-12-24T16:50:18.964057
2015-05-19T02:23:22
2015-05-19T02:23:22
35,854,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
puml
@startuml title manage bills Actor Wrangler Wrangler -> RoommateWrangler: feature selection loop while feature selection is not 'back to main menu' or 'quit' alt if selection is add bill group ref SD: add bill end else if selection is view bill history group ref SD: view bill history end else if selection is send bill reminders group ref SD: send reminders end else if selection is bill payment group ref SD: bill payment end end Wrangler -> RoommateWrangler: feature selection end @enduml
false
true
false
false
sequence
0cb7354b32fc780ba86592608978f3099578e624
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/towards/astformal1.puml
41dc7c75a9994cbe2384d969d1684b8154b27f88
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
783
puml
@startuml package ast { abstract class Expression << trait>> abstract class BinaryOp << caseclass >> { -- <<ctor>> BinaryOp(expr1:Expression,expr2:Expression,op:String) -- <<scalaclass>> -- isSealed } note "<<scalaclass>>\nisSealed" as N1 Expression -right- N1 Expression -[hidden]down- BinaryOp BinaryOp --|> Expression : " " } hide circle hide Expression members hide methods skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 } @enduml
false
true
false
false
class
07f8c3671a305ed62dbc1471eb1b4e4114d90ccb
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/data-filtering-sequence-diagram.puml
4fa76c70f3088a9e78d630acc7eecc81d53ab2d6
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
4,601
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam SequenceActorBorderColor #6A584B skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5 skinparam SequenceParticipantBorderColor #6A584B skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB skinparam SequenceLifeLineBorderColor #6A584B skinparam SequenceArrowColor #6A584B skinparam SequenceBorderColor #6A584B skinparam SequenceFontSize 11 hide footbox participant DataProvidersManager participant FiltersManager participant GzipFilter participant "DataProvider\nDirectoryCrawler" as DirectoryCrawler participant MSAFEPattern participant "DataLoader\nMSAFELoader" as MSAFELoader participant "DataSource\nutc-tai.dat" as DataSource1 participant "DataSource\nmay2019f10_prd.txt.gz" as DataSource2 participant "DataSource\nmay2019f10_prd.txt" as DataSource3 activate DataProvidersManager DataProvidersManager -> DirectoryCrawler : feed activate DirectoryCrawler create DataSource1 DirectoryCrawler -> DataSource1 : create DirectoryCrawler -> DataProvidersManager : getFiltersManager DirectoryCrawler -> FiltersManager : applyRelevantFilters activate FiltersManager FiltersManager -> GzipFilter : filter activate GzipFilter GzipFilter -> DataSource1 : getName return no filtering deactivate GzipFilter FiltersManager --> DirectoryCrawler deactivate FiltersManager DirectoryCrawler -> MSAFEPattern : check name activate MSAFEPattern MSAFEPattern --> DirectoryCrawler : no match deactivate MSAFEPattern DirectoryCrawler -> DirectoryCrawler : drop utc-tai.dat create DataSource2 DirectoryCrawler -> DataSource2 : create DirectoryCrawler -> DataProvidersManager : getFiltersManager DirectoryCrawler -> FiltersManager : applyRelevantFilters activate FiltersManager FiltersManager -> GzipFilter : filter activate GzipFilter GzipFilter -> DataSource2 : getName create DataSource3 GzipFilter -> DataSource3 : create return filtered DataSource deactivate GzipFilter FiltersManager -> FiltersManager : restart loop on filters FiltersManager -> GzipFilter : filter activate GzipFilter GzipFilter -> DataSource3 : getName return no filtering deactivate GzipFilter FiltersManager --> DirectoryCrawler deactivate FiltersManager DirectoryCrawler -> MSAFEPattern : check name activate MSAFEPattern MSAFEPattern --> DirectoryCrawler : match found deactivate MSAFEPattern DirectoryCrawler -> DataSource3 : openStreamOnce activate DataSource3 DataSource3 -> DataSource2 : openStreamOnce activate DataSource2 DataSource2 --> DataSource3 : compressed stream deactivate DataSource2 DataSource3 --> DirectoryCrawler : uncompressed stream deactivate DataSource3 DirectoryCrawler -> MSAFELoader : feed activate MSAFELoader MSAFELoader -> MSAFELoader : parse data MSAFELoader --> DirectoryCrawler deactivate MSAFELoader DirectoryCrawler --> DataProvidersManager deactivate DirectoryCrawler deactivate DataProvidersManager @enduml
false
true
false
false
sequence
ccfbd30519fc3ae145f5ff628ff08a4c522c2cd9
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/misc/hfdp/ch9/iterator/iterator.puml
d3c0560e069868ff2be8d8f052b6dd1ce776282c
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
327
puml
@startuml interface Iterator { hasNext() next() remove() } class ConcreteIterator implements Iterator{ hasNext() next() remove() } interface Aggregate { createIterator() } class ConcreteAggregate implements Aggregate{ createIterator() } Client -left--> Aggregate : has_one Client -right-> Iterator : use @enduml
false
true
false
false
sequence
0c6620d6f5eccae23239c382fc660327f6638723
cd46a7f084e1a7ddea394b0e0dfffc35fb7edcd5
/src/SoundTrack/SoundTrack.plantuml
d1eef06cb5c48240ae802495d1cdff99300d09ce
[]
no_license
IulianMurariu-Tanasache/ProiectPAOO_FirstDungeon
0338c66822bfa8ee1139da18c79ca0e291e1d66c
a2a23eaadc01fd6f70f57b9dbf85ae21f3a6e73d
refs/heads/master
2023-05-07T20:43:23.334249
2021-04-24T09:04:47
2021-04-24T09:04:47
361,116,355
0
0
null
null
null
null
UTF-8
PlantUML
false
false
597
plantuml
@startuml title __SOUNDTRACK's Class Diagram__\n namespace SoundTrack { class SoundTrack.Music { - audioInputStream : AudioInputStream - clip : Clip {static} - instace : Music {static} + getInstance() + resetAudioStream() + run() + start() + stop() - Music() } } SoundTrack.Music .up.|> java.lang.Runnable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
5a26563c01e9582bbc0ae6adcec0335b90dd0634
0dce0af9f28a7ab24e3346c37cec50c86c4e6081
/custom-ethereum-network/contracts/05-MarketPlace-v02/MarketPlace-v02.plantuml
b46ddf53e58ab18b16cabee161600e999d6c9a0e
[]
no_license
ogurcan/blockchain
ed6328bc9e272831c58fdd29ccc011586d10c74d
c11c1270d046e5334e861c1906482e573b87d25f
refs/heads/master
2021-01-11T14:46:13.747217
2017-11-24T22:59:46
2017-11-24T22:59:46
80,212,179
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,923
plantuml
@startuml hide footbox title The MarketPlace contract (v02) participant Vendor1 << (C,#ADD1B2) Vendor >> participant Vendor2 << (C,#ADD1B2) Vendor >> participant MarketPlace << (C,#ADD1B2) MarketPlace >> actor Client Vendor1->MarketPlace : registerVendor(name1, barcode, stockCount1, deliverySpeed1) Vendor2->MarketPlace : registerVendor(name2, barcode, stockCount2, deliverySpeed2) Client->MarketPlace : requestAsset(barcode, quantity, maxDate) alt successful case MarketPlace->Vendor1 : requestOffer(barcode, quantity, maxDate) MarketPlace->Vendor2 : requestOffer(barcode, quantity, maxDate) Vendor1->Vendor1 : inStock(vendor, barcode) Vendor1->MarketPlace : makeOffer(barcode, price1) MarketPlace->MarketPlace : processTheOffer(vendor, barcode, quantity) Vendor2->Vendor2 : inStock(vendor, barcode) Vendor2->MarketPlace : makeOffer(barcode, price2) MarketPlace->MarketPlace : processTheOffer(vendor, barcode, quantity) MarketPlace->MarketPlace : selectAnOffer(selection_criteria) MarketPlace-->Vendor1 : offer with 'deliverySpeed2' and 'price2' is accepted. MarketPlace-->Vendor2 : offer with 'deliverySpeed2' and 'price2' is accepted. MarketPlace-->Client : The asset 'barcode' is available with price 'price2' and delivery in 'deliverySpeed2' days. alt acceptance of the offer Client->MarketPlace : acceptOffer(amount) MarketPlace->MarketPlace : verifiyPayment(amount) MarketPlace-->Client : Payment received for the asset 'barcode' successfully. MarketPlace-> Vendor2: transfer(price2) Vendor2->Vendor2 : updateStock() Vendor2->MarketPlace : confirmShipment(barcode, trackingNo) MarketPlace-->Client : The asset 'barcode' has been shipped with the tracking number 'trackingNo'. else refusal of the offer Client->MarketPlace : refuseOffer() end else at any time Client->MarketPlace : cancelRequest() end @enduml
false
true
false
false
usecase
75baf530bf800ea93d71de708cdef56496f66ad5
5d3fa3556215b0705b2b2c07c1d32b9f005330a7
/docs/shithead.puml
38a83a849ae0f67eb567d29c0e88aed5fe911955
[]
no_license
jeremy-green/chaos
60d39cee5174506c2e48148e31c8d377a26cc00f
45b2ded6f6bd56b3449c6e86387d20c8aa06f876
refs/heads/master
2023-01-27T14:44:38.969117
2020-09-13T12:19:46
2020-09-13T12:19:46
202,531,782
0
0
null
2023-01-07T08:44:52
2019-08-15T11:48:53
JavaScript
UTF-8
PlantUML
false
false
423
puml
@startuml Error : errno 109 Reattempt : repeat n times state Reattempt { Cleaning --> ReattemptError ReattemptError --> Cleaning state "Error" as ReattemptError } [*] --> Error Error --> Reattempt Reattempt --> BackOff : Failed Reattempt --> [*] BackOff --> Reattempt : Backed Off BackOff --> Dead : Back off failed BackOff : exponential backoff @enduml
false
true
false
false
sequence
65efd67a7902581cde77061b84ce60e964edd821
eabd8624038130e9e8792e6c4f5b3188d56fd601
/src/main/resources/diagrams/classDiagram-FileProvider.puml
4c19404ddeecef323bb42d6d9039df62e0b67b66
[]
no_license
qdgtruie/Test_Tondeuse
638536a160828c6d4eb49880f94ad1f2c1fd5029
fae040873f273e33a179660f62a46538cf234c47
refs/heads/master
2020-05-18T08:03:19.227379
2019-07-05T09:33:33
2019-07-05T09:33:33
184,283,911
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,314
puml
@startuml @startuml class domain.configuration.providers.FileConfigurationProvider class domain.configuration.providers.StringConfigurationParser.ConfigurationFormatException class domain.configuration.providers.StringConfigurationParser.GardenConfigurationParser class domain.configuration.providers.StringConfigurationParser.MownerConfigurationPaser interface domain.configuration.ConfigurationProvider domain.configuration.providers.FileConfigurationProvider ..> domain.configuration.providers.StringConfigurationParser.ConfigurationFormatException domain.configuration.providers.FileConfigurationProvider ..> domain.configuration.providers.StringConfigurationParser.GardenConfigurationParser domain.configuration.providers.FileConfigurationProvider ..> domain.configuration.providers.StringConfigurationParser.MownerConfigurationPaser domain.configuration.providers.FileConfigurationProvider --|> domain.configuration.ConfigurationProvider domain.configuration.providers.StringConfigurationParser.GardenConfigurationParser ..> domain.configuration.GardenConfiguration domain.configuration.providers.StringConfigurationParser.MownerConfigurationPaser ..> domain.configuration.MownerConfiguration domain.configuration.ConfigurationProvider ..> domain.configuration.errors.ConfigurationException @enduml
false
true
false
false
class
76e3afcdc8a3aba7d0ac8acecb0971a019ff886c
438418cd05a82943f97001f8045ed447848aaee8
/comiot/Diagrams/DGeneralDescription.puml
d169e28112e97264d63de98dae28fafdef955edb
[]
no_license
hectorgastaminza/comiot
5b2ace3d2640566470cb8f4cde1cd8ef31693e93
450fb500a23336e3d98e31389b780b9ff04a6220
refs/heads/master
2020-03-25T01:27:45.979382
2018-09-12T04:04:52
2018-09-12T04:04:52
143,239,210
0
0
null
null
null
null
UTF-8
PlantUML
false
false
373
puml
@startuml actor User component FrontEnd component BackEnd component MQTT_Broker database DataBase cloud Cloud as C1 cloud Cloud as C2 cloud Cloud as C3 cloud Cloud as C4 agent Device User -right- C1 C1 -right- FrontEnd FrontEnd -right- C2 C2 -right- BackEnd BackEnd -right- DataBase BackEnd -down- C3 C3 -left- MQTT_Broker MQTT_Broker -left- C4 C4 -left- Device @enduml
false
true
false
false
sequence
19d3fad1b1f05e0f9b38425ee4a1e2d4ae23df31
07490dee06d69ec7824f638dc606cd7c17a60f02
/src/_temp/reorderScheme/_04_queue.puml
95db1bb5b006f6f8b203bbb73a5a0d68c38440f3
[]
no_license
vitalispopoff/calculator
3d34f43f2508bbeef87898cd4cf62ac75b85bc8c
6c167c1b439d1103c80c7b8ce3426757d0a6b858
refs/heads/master
2020-12-08T22:22:27.419148
2020-08-04T20:18:59
2020-08-04T20:18:59
233,109,848
1
0
null
2020-10-13T18:46:06
2020-01-10T18:45:05
Java
UTF-8
PlantUML
false
false
495
puml
@startuml () head () tail package " " <<Rectangle>>{ head --* que2 object que1{ ~ Double value } null ()- "left" que1 que1 "rite" -() null que1 "root" --* que2 object que2{ ~ Double value = NaN } null ()- "left" que2 que2 "rite" --* que3 que2 "root" *--* tail object que3{ ~ Double value } null ()- "left" que3 que3 "rite" -() null que3 "root" --* tail } @enduml
false
true
false
false
class
9adfec12b8d1bbbf762e97a84401785dd7be34b8
3d0985c89f90de9c0a3949f55e3ee7047734c8a3
/src/main/java/ex46/WordFindFrequency.puml
47dcfbea70e150b474a0f6e96da6b831096d9910
[]
no_license
BMurph04/murphy-cop3330-assignment3
15ae3aceca69ba98a273e65b6cc895f6075b7537
d1e4f1df629f03fc562c14e0987ff0229873e4b9
refs/heads/master
2023-09-03T02:55:49.083391
2021-10-10T14:47:51
2021-10-10T14:47:51
414,345,508
0
0
null
null
null
null
UTF-8
PlantUML
false
false
418
puml
@startuml class WordFrequency{ +void compareWords(); +void incrementFreq(int index); +void sortArray(); +void printResult(); } class WordInfo{ -String word; -int wordFreq; -- +String getWord(); +int getWordFreq(); -- +void setWordFreq(int wordFreq); -- +int compareTo(WordInfo compareWord); +String toString(); } WordFrequency --> WordInfo : contains @enduml
false
true
false
false
sequence
51aa3eb491851a6176a76fcdaf6c30f66638886e
dca8938b76ae33950996b85fda8027ede62174b4
/Raytracerv1.0/out/production/Raytracerv1.1/up/edu/isgc/raytracer/objects/objects.plantuml
6465ab4047222d08ac02687872ef513b2f5a3be0
[]
no_license
Benchamon/RayTracer
e2ecc50d3d78042b80c518ad041a411dcea87e07
4ecfbca46c8f7e8f5df2a33f58404b0920b8ed2d
refs/heads/main
2023-09-02T19:27:52.176211
2021-11-03T18:36:07
2021-11-03T18:36:07
423,940,210
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,932
plantuml
@startuml title __OBJECTS's Class Diagram__\n namespace up.edu.isgc.raytracer { namespace objects { class up.edu.isgc.raytracer.objects.Camera { - defaultZ : float - fieldOfView : float[] - nearFarPlanes : float[] - resolution : int[] + Camera() + calculatePositionsToRay() + getDefaultZ() + getFieldOfView() + getFieldOfViewHorizontal() + getFieldOfViewVertical() + getIntersection() + getNearFarPlanes() + getResolution() + getResolutionHeight() + getResolutionWidth() + setDefaultZ() + setFieldOfView() + setFieldOfViewHorizontal() + setFieldOfViewVertical() + setNearFarPlanes() + setResolution() } } } namespace up.edu.isgc.raytracer { namespace objects { abstract class up.edu.isgc.raytracer.objects.Object3D { - color : Color - ligth : boolean + Object3D() + getColor() + getPosition() + setColor() + setPosition() } } } namespace up.edu.isgc.raytracer { namespace objects { class up.edu.isgc.raytracer.objects.Polygon { + triangles : List<Triangle> + Polygon() + getIntersection() + getTriangles() + setTriangles() } } } namespace up.edu.isgc.raytracer { namespace objects { class up.edu.isgc.raytracer.objects.Sphere { - radius : float + Sphere() + getIntersection() + getRadius() + setRadius() } } } namespace up.edu.isgc.raytracer { namespace objects { class up.edu.isgc.raytracer.objects.Triangle { {static} + EPSILON : double - normals : Vector3D[] - vertices : Vector3D[] + Triangle() + Triangle() + Triangle() + getIntersection() + getNormal() + getNormals() + getVertices() + setNormals() + setNormals() + setVertices() - setVertices() } } } up.edu.isgc.raytracer.objects.Camera -up-|> up.edu.isgc.raytracer.objects.Object3D up.edu.isgc.raytracer.objects.Object3D .up.|> up.edu.isgc.raytracer.IIntersectable up.edu.isgc.raytracer.objects.Object3D o-- up.edu.isgc.raytracer.Vector3D : position up.edu.isgc.raytracer.objects.Polygon -up-|> up.edu.isgc.raytracer.objects.Object3D up.edu.isgc.raytracer.objects.Sphere -up-|> up.edu.isgc.raytracer.objects.Object3D up.edu.isgc.raytracer.objects.Triangle .up.|> up.edu.isgc.raytracer.IIntersectable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
5057761d240d97b8eb864af604c10bce1eeaed7c
65d20a2522663f335ac05ff61a0d00cb3c9e02d6
/设计模式/行为型模式/22.Visitor访问者/visitor.puml
45a9ef34cdc5993db7abcb91f725a4c408a6181d
[]
no_license
GungnirLaevatain/doc
3f436387665cd67b93e84df0a0c92f9f894ad4a3
519643453e49a5a82e4a971597d186bfdc280116
refs/heads/master
2020-08-08T15:52:54.217559
2020-03-16T02:10:08
2020-03-16T02:10:08
213,863,201
0
0
null
null
null
null
UTF-8
PlantUML
false
false
472
puml
@startuml interface Fruit{ + {abstract} void accept(Visitor visitor) } interface Visitor{ + {abstract} void visit(Apple fruit) + {abstract} void visit(Banana fruit) } class Apple{ + void accept(Visitor visitor) } class Banana{ + void accept(Visitor visitor) } class FruitVisitor{ + void visit(Apple fruit) + void visit(Banana fruit) } class Client{ } Apple ..|> Fruit Banana ..|> Fruit FruitVisitor..|>Visitor Client ..>Fruit Client ..>Visitor @enduml
false
true
false
false
class
0c742e5746aa246b67e06f6205dd4520aadd33fe
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyQuoteRequestDraft.puml
50e7b5a302e47a8f2cdddb7147db608c317863fc
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
347
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface MyQuoteRequestDraft [[MyQuoteRequestDraft.svg]] { cartId: String cartVersion: Long comment: String } @enduml
false
true
false
false
class
aeb21fcbae8fd1b53c65c24c51127510190180f6
5d180276957df094f09ee511e05786316537f25d
/src/main/java/url/url.plantuml
30f24598dfd0586451784cae0e9997c05ebb7a67
[ "Apache-2.0" ]
permissive
SomberOfShadow/Local
f727189f1791de203f1efd5cd76b8f241857e473
474e71024f72af5adf65180e5468de19ad5fdfd8
refs/heads/main
2023-07-18T04:11:49.240683
2021-09-07T15:55:28
2021-09-07T15:55:28
389,494,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,782
plantuml
@startuml title __URL's Class Diagram__\n namespace url { class url.ElasticsearchPutMapTest { {static} - INDEX_NAME : String {static} - LOGGER : Logger {static} - MAPPINGS : String {static} - MJE_VERSION : String {static} - TYPE : String {static} - client : RestHighLevelClient {static} - mapping : Map<String, Object> {static} + main() {static} - close() {static} - createIndex() {static} - createMapping() {static} - existIndex() {static} - getClient() {static} - putMappings() {static} - sendDataToElasticsearch() } } namespace url { class url.ElasticsearchTest { {static} - INDEX_NAME : String {static} - LOGGER : Logger {static} - PUT_MAP : String {static} - client : RestHighLevelClient {static} + main() {static} - create() {static} - getMap() } } namespace url { class url.ElaticsearchIncludeNameTest { {static} - INDEX_NAME : String {static} - LOGGER : Logger {static} - MAPPINGS : String {static} - MJE_VERSION : String {static} - MJE_VERSION_END : int {static} - MJE_VERSION_PREFIX : String {static} - MJE_VERSION_START : int {static} - NEW_REPO_URL : String {static} - OLD_REPO_URL : String {static} - REGEX : String {static} - client : RestHighLevelClient {static} - lastModifiedList : Elements {static} - mapping : Map<String, Object> {static} - mjeinfo : HashMap<String, Object> {static} - sizeOnDiskList : Elements {static} - textList : Elements {static} + main() {static} - clear() {static} - close() {static} - createIndex() {static} - createMapping() {static} - existIndex() {static} - getClient() {static} - getDataFromUrl() {static} - getMapData() {static} - matchJarAndRecord() {static} - putMappings() {static} - sendDataToElasticsearch() } } namespace url { class url.GetJsonFromUrl { {static} + getConfidentialLevel() {static} + getData() {static} + main() {static} + readJsonFromUrl() {static} - readAll() } } namespace url { class url.GetXmlFromUrl { {static} + getData() {static} + main() {static} - getDataFromUrl() {static} - stringToXml() } } namespace url { class url.StringToXmlByBS { {static} - INDEX_NAME : String {static} - LOGGER : Logger {static} - MJE_VERSION : String {static} - MJE_VERSION_END : int {static} - MJE_VERSION_PREFIX : String {static} - MJE_VERSION_START : int {static} - NEW_REPO_URL : String {static} - OLD_REPO_URL : String {static} - REGEX : String {static} - client : RestHighLevelClient {static} - lastModifiedList : Elements {static} - map : HashMap<String, Object> {static} - sizeOnDiskList : Elements {static} - textList : Elements {static} + main() {static} + sendDataToElasticsearch() {static} - clear() {static} - close() {static} - getDataFromUrl() {static} - getMapData() {static} - matchJarAndRecord() } } namespace url { class url.StringToXmlExample { {static} + getData() {static} + main() {static} - convertStringToXMLDocument() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
cecc140275ce27e2d759a58784931d37250fbb79
b607bda349642e826019dfb580567761f039178b
/src/composite/composite.puml
1d6d7a1d9259ff8569fa34a905ff1073d78c61e0
[]
no_license
gyoridavid/design-patterns-typescript
7f4ea630ce2973db0a33bb25e001ed6c85a10ab8
78ce0b14c8adf9b365da8d7234c6ed4d2ead07bc
refs/heads/main
2023-03-08T02:38:53.226650
2021-02-20T11:00:31
2021-02-20T11:00:31
339,009,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
471
puml
@startuml class Client {} interface Component { + execute() } class Leaf { + execute() } class Composite { - children: Component[] + addChild(c: Component) + removeChild(c: Component) + execute() } Leaf -[dotted]-|> Component Composite -[dotted]-|> Component Composite o--> Component Client -> Component note left of Composite delegate work to children components end note note bottom of Leaf do some work end note @enduml
false
true
false
false
class
05aab74f6863d51354fcf10be0d8099d79a432b7
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteSetCustomTypeAction.puml
dfc8f6c2d42af2c2767388dc3fde5d62bd922292
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
561
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface StagedQuoteSetCustomTypeAction [[StagedQuoteSetCustomTypeAction.svg]] extends StagedQuoteUpdateAction { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
dd9a6d52164fe5e02b30f4cd24484d1446388f13
7b78d8816057406af4e022222b810206c846b0d9
/Wild-Sky Files.plantuml
45dc34a9d064d40cad36e048fda1d91072b5300f
[ "MIT" ]
permissive
TheWiseWolfy/Wild-Sky
c91ed576ca87f139e71a6fd3df009d81a2e78307
06da59e95617c5f409e1ead42748b3ef7403fef3
refs/heads/main
2023-06-03T11:34:44.900400
2021-06-23T15:42:55
2021-06-23T15:42:55
349,763,029
1
0
null
2021-05-27T15:29:08
2021-03-20T15:29:10
Java
UTF-8
PlantUML
false
false
15,166
plantuml
@startuml title __SKEWED ENGINE's Class Diagram__\n namespace com.apetrei.engine { class com.apetrei.engine.GameContainer { } } namespace com.apetrei.engine { namespace event { enum GlobalEvent { } } } namespace com.apetrei.engine { namespace event { class com.apetrei.engine.event.GlobalEventQueue { } } } namespace com.apetrei.engine { namespace gui { class com.apetrei.engine.gui.DialogLine { } } } namespace com.apetrei.engine { namespace gui { class com.apetrei.engine.gui.DialogManager { } } } namespace com.apetrei.engine { namespace gui { class com.apetrei.engine.gui.HUDManager { } } } namespace com.apetrei.engine { namespace gui { class com.apetrei.engine.gui.MenuManager { } } } namespace com.apetrei.engine { namespace gui { namespace UIElements { class com.apetrei.engine.gui.UIElements.Button { } } } } namespace com.apetrei.engine { namespace gui { namespace UIElements { class com.apetrei.engine.gui.UIElements.MapButton { } } } } namespace com.apetrei.engine { namespace gui { namespace UIElements { abstract class com.apetrei.engine.gui.UIElements.UIElement { } } } } namespace com.apetrei.engine { namespace input { class com.apetrei.engine.input.Input { } } } namespace com.apetrei.engine { namespace input { enum InputType { } } } namespace com.apetrei.engine { namespace input { class com.apetrei.engine.input.playerInputEvent { } } } namespace com.apetrei.engine { namespace objects { class com.apetrei.engine.objects.GameObject { } } } namespace com.apetrei.engine { namespace objects { class com.apetrei.engine.objects.ObjectBuilder { } } } namespace com.apetrei.engine { class com.apetrei.engine.objects.ObjectManager { } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.AnimatedSpriteComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.BackgroundSprite { } } } } namespace com.apetrei.engine { namespace objects { namespace components { abstract class com.apetrei.engine.objects.components.Collider2D { } } } } namespace com.apetrei.engine { namespace objects { namespace components { abstract class com.apetrei.engine.objects.components.Component { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.EnemyComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { interface com.apetrei.engine.objects.components.HealthInterface { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.ObjectiveComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.PlayerComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.Rigidbody2D { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.SpriteComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.TimerComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.TransformComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.objects.components.TurretComponent { } } } } namespace com.apetrei.engine { namespace objects { namespace components { interface com.apetrei.engine.objects.components.WindInterface { } } } } namespace com.apetrei.engine { namespace physics { class com.apetrei.engine.physics.PhysicsSystem2D { } } } namespace com.apetrei.engine { namespace physics { class com.apetrei.engine.physics.ShapeProvider { } } } namespace com.apetrei.engine { namespace physics { class com.apetrei.engine.physics.WindEffect { } } } namespace com.apetrei.engine { namespace objects { namespace components { class com.apetrei.engine.physics.primitives.colliders.ConvexCollider { } } } } namespace com.apetrei.engine { namespace physics { namespace rigidbody { class com.apetrei.engine.physics.rigidbody.CollisionManifold { } } } } namespace com.apetrei.engine { namespace physics { namespace rigidbody { class com.apetrei.engine.physics.rigidbody.Collisions { } } } } namespace com.apetrei.engine { namespace physics { namespace rigidbody { class com.apetrei.engine.physics.rigidbody.IntersectionDetector2D { } } } } namespace com.apetrei.engine { namespace providers { class com.apetrei.engine.providers.ConfigHandler { } } } namespace com.apetrei.engine { namespace providers { class com.apetrei.engine.providers.DatabaseManager { } } } namespace com.apetrei.engine { namespace providers { class com.apetrei.engine.providers.ResourceLoader { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.Animation { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.Camera { } } } namespace com.apetrei.engine { namespace renderer { enum CustomFonts { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.LayerRenderer { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.Renderer { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.TextRenderer { } } } namespace com.apetrei.engine { namespace renderer { class com.apetrei.engine.renderer.Window { } } } namespace com.apetrei.engine { namespace scenes { abstract class com.apetrei.engine.scenes.GameplayScene { } } } namespace com.apetrei.engine { namespace scenes { class com.apetrei.engine.scenes.LevelMenuScene { } } } namespace com.apetrei.engine { namespace scenes { class com.apetrei.engine.scenes.MainMenuScene { } } } namespace com.apetrei.engine { namespace scenes { interface com.apetrei.engine.scenes.Scene { } } } namespace com.apetrei.engine { namespace scenes { class com.apetrei.engine.scenes.SettingsScene { } } } namespace com.apetrei.engine { namespace scenes { namespace levels { class com.apetrei.engine.scenes.levels.Level1 { } } } } namespace com.apetrei.engine { namespace scenes { namespace levels { class com.apetrei.engine.scenes.levels.Level2 { } } } } namespace com.apetrei.engine { namespace scenes { namespace levels { class com.apetrei.engine.scenes.levels.Level3 { } } } } namespace com.apetrei.engine { namespace scenes { namespace levels { class com.apetrei.engine.scenes.levels.Level4 { } } } } namespace com.apetrei.engine { namespace sound { class com.apetrei.engine.sound.SoundManager { } } } namespace com.apetrei.game { class com.apetrei.game.GameManager { } } namespace com.apetrei.misc { class com.apetrei.misc.AABB { } } namespace com.apetrei.misc { class com.apetrei.misc.ConvexPolygon2D { } } namespace com.apetrei.misc { class com.apetrei.misc.ExtraMath { } } namespace com.apetrei.misc { class com.apetrei.misc.Line { } } namespace com.apetrei.misc { class com.apetrei.misc.Vector2 { } } namespace com.apetrei.misc { namespace exceptions { class com.apetrei.misc.exceptions.ComponentMissingException { } } } namespace com.apetrei.misc { namespace exceptions { class com.apetrei.misc.exceptions.GameObjectNotFoundException { } } } namespace com.apetrei.misc { namespace exceptions { class com.apetrei.misc.exceptions.ResourceNotFoundException { } } } namespace com.apetrei.misc { namespace exceptions { class com.apetrei.misc.exceptions.ValueNotFoundException { } } } namespace com.apetrei.misc { namespace observer { interface com.apetrei.misc.observer.ObjectManagerObserver { } } } namespace com.apetrei.misc { namespace observer { interface com.apetrei.misc.observer.ObjectiveObserver { } } } namespace com.apetrei.misc { namespace observer { interface com.apetrei.misc.observer.PlayerObserver { } } } com.apetrei.engine.GameContainer o-- com.apetrei.engine.event.GlobalEventQueue : globalEventQueue com.apetrei.engine.GameContainer o-- com.apetrei.engine.gui.HUDManager : hudManager com.apetrei.engine.GameContainer o-- com.apetrei.engine.input.Input : input com.apetrei.engine.GameContainer o-- com.apetrei.engine.gui.MenuManager : menuManager com.apetrei.engine.GameContainer o-- com.apetrei.engine.objects.ObjectManager : objectManager com.apetrei.engine.GameContainer o-- com.apetrei.engine.physics.PhysicsSystem2D : physicsSystem com.apetrei.engine.GameContainer o-- com.apetrei.engine.renderer.Renderer : renderer com.apetrei.engine.GameContainer o-- com.apetrei.engine.scenes.Scene : sceneToBeUsed com.apetrei.engine.GameContainer o-- com.apetrei.engine.renderer.Window : window com.apetrei.engine.gui.HUDManager o-- com.apetrei.engine.gui.DialogManager : dialogManager com.apetrei.engine.gui.UIElements.Button -up-|> com.apetrei.engine.gui.UIElements.UIElement com.apetrei.engine.gui.UIElements.MapButton -up-|> com.apetrei.engine.gui.UIElements.Button com.apetrei.engine.input.Input .up.|> java.awt.event.KeyListener com.apetrei.engine.input.Input .up.|> java.awt.event.MouseListener com.apetrei.engine.input.Input .up.|> java.awt.event.MouseMotionListener com.apetrei.engine.input.Input .up.|> java.awt.event.MouseWheelListener com.apetrei.engine.input.playerInputEvent o-- com.apetrei.engine.input.InputType : inputType com.apetrei.engine.objects.components.AnimatedSpriteComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.BackgroundSprite -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.Collider2D -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.GameObject o-- com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.ObjectManager o-- com.apetrei.engine.objects.GameObject : parent com.apetrei.engine.objects.components.EnemyComponent .up.|> com.apetrei.engine.objects.components.HealthInterface com.apetrei.engine.objects.components.EnemyComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.ObjectiveComponent .up.|> com.apetrei.engine.objects.components.HealthInterface com.apetrei.engine.objects.components.ObjectiveComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.PlayerComponent .up.|> com.apetrei.engine.objects.components.HealthInterface com.apetrei.engine.objects.components.PlayerComponent .up.|> com.apetrei.engine.objects.components.WindInterface com.apetrei.engine.objects.components.PlayerComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.SpriteComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.TimerComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.Rigidbody2D -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.TransformComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.objects.components.TurretComponent -up-|> com.apetrei.engine.objects.components.Component com.apetrei.engine.physics.PhysicsSystem2D o-- com.apetrei.engine.physics.WindEffect : windEffect com.apetrei.engine.physics.primitives.colliders.ConvexCollider -up-|> com.apetrei.engine.objects.components.Collider2D com.apetrei.engine.renderer.LayerRenderer o-- com.apetrei.engine.renderer.Camera : camera com.apetrei.engine.renderer.Renderer o-- com.apetrei.engine.renderer.Camera : camera com.apetrei.engine.renderer.Renderer o-- com.apetrei.engine.renderer.LayerRenderer : layerRenderer com.apetrei.engine.renderer.Renderer o-- com.apetrei.engine.renderer.TextRenderer : textRenderer com.apetrei.engine.scenes.GameplayScene .up.|> com.apetrei.engine.scenes.Scene com.apetrei.engine.scenes.GameplayScene o-- com.apetrei.engine.objects.ObjectBuilder : ob com.apetrei.engine.scenes.LevelMenuScene .up.|> com.apetrei.engine.scenes.Scene com.apetrei.engine.scenes.MainMenuScene .up.|> com.apetrei.engine.scenes.Scene com.apetrei.engine.scenes.SettingsScene .up.|> com.apetrei.engine.scenes.Scene com.apetrei.engine.scenes.levels.Level1 -up-|> com.apetrei.engine.scenes.GameplayScene com.apetrei.engine.scenes.levels.Level2 -up-|> com.apetrei.engine.scenes.GameplayScene com.apetrei.engine.scenes.levels.Level3 -up-|> com.apetrei.engine.scenes.GameplayScene com.apetrei.engine.scenes.levels.Level4 -up-|> com.apetrei.engine.scenes.GameplayScene right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
c516823c76fdc1c2653d95af1bde1d1727d7532c
abc50568759d8d3a0454829cf77df82874b5a2a1
/TD4.plantuml
adc26ec6534247c98b17720402776883b72f9306
[ "MIT" ]
permissive
IUT-Blagnac/bcoo-AMXBen
5c6bf2ac6fa09d2311d6faf1d9129563bedb029c
3d0d7a2da1fa9e0893d4eb4fbc0ce002710d885f
refs/heads/main
2023-04-20T09:38:14.361198
2021-04-27T14:02:01
2021-04-27T14:02:01
335,632,366
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
plantuml
@startuml TD4_Etablissement_Scolaire actor Enseignant actor Etudiant actor Responsable usecase (Réserver \n des salles) as reserver usecase (Consulter \n le planning) as consulterP usecase (Consulter \n le récapitulatif) as consulterR usecase (Editer \n le récapitulatif) as editer Enseignant-|>Etudiant Responsable-|>Enseignant Etudiant -> consulterP Enseignant --> consulterR Enseignant --> reserver Responsable --> editer @enduml
false
true
true
false
usecase
eabeac9e564808ad74c30b16f4cf8950085bfe7a
42e57a58fc95226a7ec40bca58c351092f126102
/kapitler/media/uml-codelist-partrolle.iuml
522faf75f64e5eacb3c3835989a09f4bfb328ea5
[]
no_license
tsodring/noark5-tjenestegrensesnitt-standard
8d3b31fe83203255ae8361e639f99209974c3ece
df354ac231091e63bde3123f2c779009009b7e80
refs/heads/master
2023-01-22T01:33:20.794431
2019-07-02T12:40:47
2019-07-02T12:40:47
194,827,953
0
0
null
2019-07-02T09:03:29
2019-07-02T09:03:28
null
UTF-8
PlantUML
false
false
136
iuml
@startuml class Kodelister.PartRolle <<codelist>> { +Klient = KLI +Pårørende = PÅ +Formynder = FORM +Advokat = ADV } @enduml
false
true
true
false
class
fd85d565aa3f9527bafffb43a92d11466217afff
615aa15c4eeebf0eff78c7f02e65ad7c7814babb
/docs/UI/SubtleAlert/assets/SubtleAlertAborted.puml
1647b1e6105ed042c8a64cb9fb5d10afc4965d92
[]
permissive
smartdevicelink/sdl_hmi_integration_guidelines
4c1413d80b3a07a0293a1a62ba02ce413820bfab
a89289d22a3fe75db6e5b45d39d158e5b282021f
refs/heads/master
2022-10-31T16:50:47.768891
2022-10-26T15:27:10
2022-10-26T15:27:10
55,093,865
12
34
BSD-3-Clause
2022-10-25T21:08:55
2016-03-30T20:02:23
null
UTF-8
PlantUML
false
false
605
puml
@startuml SubtleAlertAborted participant Core participant HMI.UI participant HMI.VR skinparam NoteTextAlignment center note over HMI.UI app1 layout is active end note Core -> HMI.UI: UI.SubtleAlert(params, alertType: UI) note over HMI.UI Display notification dialog on screen with specified data end note HMI.UI ->> Core: UI.OnSystemContext(ALERT, appID1) note over HMI.VR VR is activated by user end note HMI.VR -> Core: VR.Started() HMI.UI ->> Core: UI.OnSystemContext(VRSESSION) note over HMI.UI SubtleAlert is interrupted by VR end note HMI.UI --> Core: UI.SubtleAlert(ABORTED) @enduml
false
true
false
false
sequence
54d6f2767d46f38565628177a5c7d33b0aa6769f
73bee87c9cc5544761c3c4d8f60244b19ec26741
/content/sample.plantuml
50f1a7bb27e849319c4dc57a24692d4619d917d0
[]
no_license
netspective/netspective-hugo-starter
f3d5b153b772b1fd0bd66e19d24e7148323bce65
b9c2c1b3e645826ffd664b1514a104c923526bb1
refs/heads/master
2020-03-19T17:28:26.657000
2018-11-30T09:28:10
2018-11-30T09:28:10
136,761,118
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,638
plantuml
@startuml package "GraphQL Schema" { [Input Schema] - [GraphQL Schema] } package "Introspection JSON Convertor" { [GraphQL Schema] --> [GraphQL Introspection JSON Convertor] : GraphQL Schema is converted\ninto Introspection JSON format } package "CSharp Code Generator" { [handlebars] --> [GraphQL Codegen CSharp Template] [GraphQL Introspection JSON Convertor] --> [GraphQL Code Generator] : GraphQL Code Generator will\nload the introspection JSON [GraphQL Codegen CSharp Template] --> [GraphQL Code Generator]: GraphQL Code Generator \nloads the CSharp Template [GraphQL Code Generator] --> [CSharp Library] : GraphQL code Generator generates \nthe CSharp code as the output file\nbased on the JSON and template [GraphQL Code Generator] --> [gRPC Stubs] : GraphQL code Generator generates\n gRPC Stubs in C# } package "GraphQL Dotnet Resolver" { [GraphQL-Dotnet Package] - [GraphQL Dotnet Resolver] [Dependency Injection] --> [GraphQL Dotnet Resolver] } package "Microservices" { [Microservice] --> [Dependency Injection] : RPC calls will be made from Microservice\n to GraphQL Dotnet Resolver based\n on dependency injection [gRPC Connector] --> [GraphQL Dotnet Resolver] [Microservice] - [gRPC Connector] } database "Database" { [Provider Directory] --> [GraphQL Dotnet Resolver] } [CSharp Library] <--> [GraphQL Dotnet Resolver] : Resolvers will be written\nfor the generated class library package "Web API" { [GraphQL Dotnet Resolver] --> [API]: Web API will query the resolver\n and data is fetched as the result. } [gRPC Stubs] --> [Microservice] @enduml
false
true
false
false
sequence
be49c36cd706290d30f2eccb32ec643c919772b5
689bef4f1ace748832814249065b36eafbdd4439
/Java_Laba_5/Linnik_LR53/src/pattern/pattern.plantuml
1eed49363b431f0938a4fb06c38b6c09776d4822
[]
no_license
F8Slayer/Java_Khai
e5d976caf4a11ca868bb2aa6e899d4a54e878561
cb72cef7001791dfcbdd5938acfb1abaf86e81f5
refs/heads/master
2023-02-02T03:56:36.975083
2020-12-21T18:31:07
2020-12-21T18:31:07
295,000,082
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,570
plantuml
@startuml title __PATTERN's Class Diagram__\n namespace pattern { class pattern.Main { {static} - reader : BufferedReader {static} - server : Server {static} + main() {static} - init() } } namespace pattern { abstract class pattern.Middleware { {abstract} + check() + linkWith() # checkNext() } } namespace pattern { class pattern.RoleCheckMiddleware { + check() } } namespace pattern { class pattern.Server { - users : Map<String, String> + hasEmail() + isValidPassword() + logIn() + register() + setMiddleware() } } namespace pattern { class pattern.ThrottlingMiddleware { - currentTime : long - request : int - requestPerMinute : int + ThrottlingMiddleware() + check() } } namespace pattern { class pattern.UserExistsMiddleware { + UserExistsMiddleware() + check() } } pattern.Middleware o-- pattern.Middleware : next pattern.RoleCheckMiddleware -up-|> pattern.Middleware pattern.Server o-- pattern.Middleware : middleware pattern.ThrottlingMiddleware -up-|> pattern.Middleware pattern.UserExistsMiddleware -up-|> pattern.Middleware pattern.UserExistsMiddleware o-- pattern.Server : server right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
2e2b909e9aa95194de06a8c219678ddf1e3b01c4
71876eb0846f6f2490ac8f6b60c48d1d97a47f60
/VenturaAPI/docs/diagrams-class/plantuml/core.domain.resposta.plantuml
20e6b1ce731d79c4d132726e9884843e3a221e9f
[]
no_license
RogerVFbr/VenturaHR
281efe904cd77152f339c801ccd6b3182d90af70
11d031caaae19c0c6f0f1c809ef14f7b3014bcdf
refs/heads/master
2023-01-20T07:24:50.235474
2020-12-03T13:11:59
2020-12-03T13:11:59
285,815,756
3
1
null
null
null
null
UTF-8
PlantUML
false
false
2,545
plantuml
@startuml title __CORE DOMAIN RESPOSTA's Class Diagram__\n namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.resposta { class com.soundlab.dockerizedjavaapi.core.domain.resposta.Resposta { - candidatoId : Long - curriculoUrl : String - id : Long - respostasCriterios : List<RespostaCriterio> - textContent : String - vagaId : Long + Resposta() + equals() + getCandidato() + getCandidatoId() + getCurriculoUrl() + getId() + getPerfilResposta() + getRespostasCriterios() + getTextContent() + getVagaId() + hashCode() + setCandidato() + setCandidatoId() + setCurriculoUrl() + setId() + setRespostasCriterios() + setTextContent() + setVagaId() + toString() # canEqual() } } } } namespace com.soundlab.dockerizedjavaapi { namespace core { namespace domain.resposta { class com.soundlab.dockerizedjavaapi.core.domain.resposta.RespostaCriterio { - criterioId : Long - id : Long + RespostaCriterio() + equals() + getCriterioId() + getId() + getLevel() + getVagaCriterio() + hashCode() + setCriterioId() + setId() + setLevel() + setVagaCriterio() + toString() # canEqual() } } } } com.soundlab.dockerizedjavaapi.core.domain.resposta.Resposta -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.resposta.Resposta o-- com.soundlab.dockerizedjavaapi.core.domain.user.Candidato : candidato com.soundlab.dockerizedjavaapi.core.domain.resposta.RespostaCriterio -up-|> com.soundlab.dockerizedjavaapi.core.AuditableEntity com.soundlab.dockerizedjavaapi.core.domain.resposta.RespostaCriterio o-- com.soundlab.dockerizedjavaapi.core.Level : level com.soundlab.dockerizedjavaapi.core.domain.resposta.RespostaCriterio o-- com.soundlab.dockerizedjavaapi.core.domain.vaga.VagaCriterio : vagaCriterio right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
100720158f48e48fd9a0ca3257ec86c45f8f77f9
c10549de006a486523a670a01b7c03c50b25191b
/docs/classDiagram.puml
cf5fd1713f0537098b0555d3e4befc0f9b8a9085
[]
no_license
Skipper565/behav-human
d835d52fc3622444909c24a3c0b62eaaff9db2d2
237f2cc50268ec9dbec8d27095f6dad730e9a298
refs/heads/master
2020-08-09T13:15:51.859609
2020-02-01T11:26:42
2020-02-01T11:26:42
214,095,548
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,108
puml
@startuml class Sensor { Integer id String name SensorType type SensorStatus actualStatus Integer frequency Float threshold } class SensorType { Integer id String name SensorStatus[] possibleStatuses } class SensorStatus { Integer id String name } class SensorStatusHistory { Integer id Sensor sensor SensorStatus fromStatus SensorStatus toStatus DateTime timestamp } class Stereotype { Integer id SensorStatusHistory sensorStatusChange Integer dayOfMonth Integer dayOfWeek Time time Relevance relevance } class Relevance { Integer id String name NotificationType notificationType String notificationValue } class NotificationType { Integer id String name } Sensor "many" *-- "1" SensorType Sensor "many" *-- "1" SensorStatus SensorType "many" *-- "many" SensorStatus SensorStatusHistory "many" *-- "1" Sensor SensorStatusHistory "many" *-- "1" SensorStatus Stereotype "many" *-- "1" SensorStatusHistory Stereotype "many" *-- "1" Relevance Relevance "many" *-- "1" NotificationType @enduml
false
true
false
false
class
979b2ca1ac1530439255912f9110238841ea736f
dd70e50722d69880a5431a950c1d57ec2dfe70dc
/doc/uml/06_MPD.puml
e076a15b5082a6026afee2b7dfe7a3b557f5a91d
[]
no_license
Zepmanbc/oc_dapython_pr5
d0fb54e60c98fa7d04c347208fba5ab854af4462
2465efcc9e434e2d22d0857b39b097ec6e159143
refs/heads/master
2020-04-16T08:05:09.814196
2019-04-19T20:41:48
2019-04-19T20:41:48
165,411,080
0
0
null
2019-02-04T22:31:21
2019-01-12T16:42:34
Python
UTF-8
PlantUML
false
false
548
puml
@startuml class category { PK id : int -- name : varchar(255) } class product { PK id : int FK id_category -- product-name varchar(255) brands : varchar(255) quantity : varchar(255) stores : varchar(255) url : varchar(255) nutrition_grades : varchar(1) } class substite{ PK id : int -- FK id_origin FK id_substitute } category "1" -- "1..*" product product "2" - "*" substite @enduml
false
true
false
false
class
46f5a10a88135dec0aaaa9caa191a5886b99cf31
f0d2810b4fa4f74b659433fd775d07379932e2d0
/doc/scheduling.puml
ff762f261aed77dddcba8058eaca852ac1cda78d
[]
no_license
r-nouchi/job-streamer-control-bus
82ce2f071683ed6032b02fd7a35264525076c0ce
af38bc8838366c230e4f53f08b447eecc3e794b7
refs/heads/master
2021-01-19T18:37:18.147071
2017-10-05T12:04:54
2017-10-05T12:04:54
101,146,613
0
0
null
2017-08-23T06:39:28
2017-08-23T06:39:28
null
UTF-8
PlantUML
false
false
888
puml
@startuml box "Control Bus" #LightBlue actor Operator participant "REST API Server" participant Scheduler participant Dispatcher participant ClassProvider participant LogServer end box activate "REST API Server" activate Scheduler activate Dispatcher activate ClassProvider activate LogServer Operator -> "REST API Server": Register a job Operator -> "REST API Server": Schedule a job "REST API Server" -> Scheduler: Schedule a job Scheduler -> Dispatcher: execute Dispatcher -> Dispatcher: Find an agent activate Dispatcher deactivate Dispatcher Dispatcher --> Agent: Execute a job activate Agent Agent -> ClassProvider: Load classes ClassProvider -> Agent: Classes Agent -> Agent: start a job activate Agent Agent -> LogServer: Append logs deactivate Agent deactivate Agent deactivate Scheduler deactivate Dispatcher deactivate LogServer deactivate ClassProvider @enduml
false
true
false
false
sequence
73d4e6961f1fb33a2d5f955409bbad2754cbe51a
7c9c99bafade425ad633713ebd903cf23c05219f
/android/frontsample/app/src/main/java/com/example/front_sample/config/config.plantuml
d4ef960b42e7145b47789e50d90ba5228fe97761
[]
no_license
mohsenfayyaz/realtime-propeller-led-display
30cbef09b8507c5f1cbfd0888dfa550e65c2e13d
e237f529100758e1bfc0bacc88ecf9114c8ce07d
refs/heads/master
2022-12-06T03:12:44.308116
2020-07-15T07:34:11
2020-07-15T07:34:11
284,713,780
0
0
null
null
null
null
UTF-8
PlantUML
false
false
662
plantuml
@startuml title __CONFIG's Class Diagram__\n namespace com.example.front_sample { namespace config { class com.example.front_sample.config.Config { {static} + ANDROID_PORT : int {static} + BOARD_PORT : int {static} + IMAGE_SIZE : int {static} + MAX_DEGREE : int {static} + NUM_OF_LEDS : int {static} + UDP_SIZE_LIMIT_BYTES : int {static} + VIDEO_SIZE : int } } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
76ea93587175bac4a052b863a4e58c6cbbeb09a6
e49567ea3e4e5a6e5c7e988a46e8175f6a39857f
/uml/CompletedItems.puml
85b1d93e0f6c489126a575b52cd8b552b56869ee
[]
no_license
mate-gam/Gamero-cop3330-assignment4
c5405940b3dd352731beb8b376734cf138d48d57
47193a255453dca6d73f4dd6bd2a2f5f3624cb50
refs/heads/master
2023-09-05T09:42:47.978569
2021-11-01T23:29:04
2021-11-01T23:29:04
423,345,539
0
0
null
null
null
null
UTF-8
PlantUML
false
false
239
puml
@startuml class CompletedItems{ CheckBoxTableCell checkBoxTableCell TableColumn checkBoxColumn == .. Get the Checked Completed Items .. + TableColumn getCheckedComplete() .. Set The Completed Items .. + void setCheckedComplete() } @enduml
false
true
false
false
class
f74c619612c5e983beea03dd920e112aedb97316
e07ad94f5c70b0c457b9484269304244ced63a8f
/patterns/composite.puml
871d223ce810d07f2346ddfb5be8635c0267fd8b
[]
no_license
gillescoolen/design-patterns
abfe58fab21c1d47c124f066d2a7883156667bce
c05acb4b919247c5a26bf8341330837894154ae8
refs/heads/main
2023-06-01T22:47:39.336414
2021-06-18T12:39:56
2021-06-18T12:39:56
377,582,013
1
0
null
null
null
null
UTF-8
PlantUML
false
false
299
puml
@startuml composite class Client interface Component { + operation() } class Leaf { + operation() } class Composite { - Component[] children + operation() + add(Component component) } Client --> Component Leaf ..|> Component Composite ..|> Component Composite o--> Component @enduml
false
true
false
false
class
95297099ddc7bea8f2682a3d0f88a8608241bf4f
02812b58a1bbdb0aa3c66cf2ad1e29387d037108
/src/main/java/ex42/base/ParsingData.puml
fe7f62cbca74464e307b5167afe0a26405011c36
[]
no_license
UrsulaShaw/shaw-cop3330-assignment3
50e33104ad61ccf30eb10c3b240f0db0d424d43b
8b59648331091daf89bd828ce65752ceda7556ef
refs/heads/master
2023-05-28T07:55:53.699753
2021-06-21T04:05:20
2021-06-21T04:05:20
378,755,821
0
0
null
null
null
null
UTF-8
PlantUML
false
false
214
puml
@startuml Class App { File inputFile } Class FileHandler { readFile(File file) : List<List<String>> } Class Formatter { format(List<List<String>> data) } App -- FileHandler App -- Formatter @enduml
false
true
false
false
class
c402bea27474170a7c52cd26a46aaecdafbd3bd9
b1973413a3e92f3c12a30ab3f97d1731a53801e5
/docs/class_diagram.puml
c66a8662e6163d069d7cc315b25eb75cca8522aa
[]
no_license
diogogomes77/django-fruit-shop
4e78475e796ad7fadb8e8c102f5dc1f984349b15
737ee8d09d128e243c1c215797ad3997e5e2cd79
refs/heads/master
2022-12-04T00:04:28.899587
2020-08-09T20:01:56
2020-08-09T20:01:56
282,500,782
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,310
puml
@startuml package "Users" #DDDDDD { class "User" as user class "Web customer" as wc class "Registered customer" as rc class "New customer" as nc class "Admin" as admin user <|-- admin user <|-- wc wc <|-- nc wc <|-- rc } package Products { abstract class Product { CharField name DecimalField weight DecimalField volume DecimalField price PositiveSmallIntegerField sku PositiveSmallIntegerField stock_quantity Product get_product() # decrement stock_quantity } class Fruit extends Product { FruitCategory category } class FruitCategory { CharField name List fruits } Fruit "0..n" --o "1" FruitCategory } package Sells { class ShoppingCart { User customer List items DecimalField cart_total DateTime created_at DateTime updated_at } ShoppingCart "0..n" --* "1" wc class CartItem { Product item PositiveSmallIntegerField quantity Product add_item() # item.get_product() DecimalField get_items_cost() DecimalField get_items_weight() DecimalField get_items_volume() } class Order { ShoppingCart cart Shipping shipping Payment payment DecimalField order_cost } class OrderItem { Order order CharField product PositiveSmallIntegerField sku DecimalField price PositiveSmallIntegerField quantity DecimalField get_cost() } abstract class Payment { Choices status } class Paypal extends Payment { } class CashOnDelivery extends Payment { } class BankTransfer extends Payment { } abstract class Shipping { DecimalField weight DecimalField volume DecimalField shipping_total } class PickUpAtStore extends Shipping{ } class PickUpAtMeetingPoint extends Shipping{ DecimalField distance } class Postage extends Shipping{ TextField delivery_address } ShoppingCart "1" *-- "0..n" CartItem Order "1" *-- "1" ShoppingCart Order "1" *-- "1" Payment Order "1" *-- "1" Shipping Order "1" *-- "1..n" OrderItem CartItem "0..n" --* "1" Product } @enduml
false
true
false
false
class
55b3b8e6eb001e20524afc14b0a80c99bc36eac3
c450533439e66701e3aac0aa7ca39413e72e8b6e
/sequence-diagram-01.puml
e0bc6f933eb40416394a5d2002ffbe3e9bc46551
[ "CC0-1.0" ]
permissive
J2CPinkMan/plantuml-sample
c36935b2a72ec01ce4816fcdf82891ac5652c90f
fa36460ae49a865f6e44448dfdae61392eaf020a
refs/heads/master
2021-10-09T14:32:31.048292
2018-12-30T00:06:56
2018-12-30T00:06:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
272
puml
@startuml actor Actor <<stereotype 01>> boundary Boundary <<stereotype 02>> control Control <<stereotype 03>> entity Entity <<stereotype 04>> database Database <<stereotype 05>> participant Participant <<stereotype 06>> collections Collections <<stereotype 07>> @enduml
false
true
false
false
sequence
36ff57f7ec0d7221f081a26bfb9f5cd1a9412412
ecf9e85c3bc4cf2217467879565b29a9f6aabeda
/UIElements.puml
4890fef3efeb5b3e5ac5ccc5acefa0ece83c4936
[]
no_license
eruvanos/arcade_gui
c27e3856bbcd30751a5884e8f1871d981a0b38f0
b833beb33f1e37100da5a1bbfa18a14c45673a17
refs/heads/master
2023-01-07T15:58:30.769697
2020-09-23T17:28:44
2020-09-23T17:28:44
257,062,747
2
1
null
null
null
null
UTF-8
PlantUML
false
false
2,438
puml
@startuml class arcade.Sprite { texture: Texture center_x: int center_y: int width: int height: int + collides_with_point(point: Tuple[float]) } package arcade_gui{ class UIView{ Holds UIElements Holds UIStyle Parent to al UIElements Converts on_XY() callbacks into UIEvents passed to on_event() -- + focused_element + hovered_element - _ui_elements __ + on_event() .. manage children .. + find_by_id() + purge_ui_elements() -- arcade View callbacks -- + on_draw() // starts render and draws UIElements + update() // deprecated + on_update() .. converted to UIEvents .. + on_mouse_press() + on_mouse_release() + on_mouse_scroll() + on_mouse_motion() + on_key_press() + on_key_release() + on_text() + on_text_motion() + on_text_motion_selection() } class UIStyled { Mixin, store all stylish attributes in _style + style_classes: List[str] - _style: Dict[str, Any] + get_style_attr() + set_style_attrs() } abstract class UIElement { Base class for any GUI Element + id: str + parent: UIView + {abstract} parent_style() + {abstract} find_color() + {abstract} on_event() + {abstract} on_focus() + {abstract} on_unfocus() + {abstract} on_hover() + {abstract} on_unhover() + {abstract} on_update() } UIElement -right-|> UIStyled UIElement -up-|> arcade.Sprite abstract class UIClickable { + hovered: bool + pressed: bool + focused: bool + normal_texture: Texture + hover_texture: Texture + focus_texture: Texture + press_texture: Texture __ + set_proper_texture() + on_press() + on_release() + on_click() .. implements .. + on_event() + on_hover() + on_unhover() + on_focus() + on_unfocus() + hover_point() } UIClickable -up-|> UIElement UILabel -up-> UIClickable UIAbstractFlatButton -up-> UIClickable UIInputBox -up-> UIClickable UIFlatButton -up-> UIAbstractFlatButton UIGhostFlatButton -up-> UIAbstractFlatButton } @enduml
false
true
false
false
class
c7fa0b4efbf07c46d10c5dac8d90d51cd9a0a3de
c815f9c82c1400f76243750cd0ec609d217b9943
/promise/etc/promise.urm.puml
cd6e732529fc0d84ac6c6e2f24fb003598d3149d
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
2,481
puml
@startuml package com.iluwatar.promise { ~class PromiseSupport<T> { - COMPLETED : int {static} - FAILED : int {static} - RUNNING : int {static} - exception : Exception - lock : Object - state : int - value : T ~ PromiseSupport<T>() + cancel(mayInterruptIfRunning : boolean) : boolean ~ fulfill(value : T) ~ fulfillExceptionally(exception : Exception) + get() : T + get(timeout : long, unit : TimeUnit) : T + isCancelled() : boolean + isDone() : boolean } -class ConsumeAction { - action : Consumer<? super T> - dest : Promise<Void> - src : Promise<T> - ConsumeAction(src : Promise<T>, dest : Promise<T>, action : Consumer<T>) + run() } class Promise<T> { - exceptionHandler : Consumer<? super Throwable> - fulfillmentAction : Runnable + Promise<T>() + fulfill(value : T) + fulfillExceptionally(exception : Exception) + fulfillInAsync(task : Callable<T>, executor : Executor) : Promise<T> - handleException(exception : Exception) + onError(exceptionHandler : Consumer<? super Throwable>) : Promise<T> - postFulfillment() + thenAccept(action : Consumer<? super T>) : Promise<Void> + thenApply(func : Function<? super T, V>) : Promise<V> } class App { - DEFAULT_URL : String {static} - executor : ExecutorService - stopLatch : CountDownLatch - App() - calculateLineCount() - calculateLowestFrequencyChar() - characterFrequency() : Promise<Map<Character, Integer>> - countLines() : Promise<Integer> - download(urlString : String) : Promise<String> - lowestFrequencyChar() : Promise<Character> + main(args : String[]) {static} - promiseUsage() - stop() - taskCompleted() } -class TransformAction<V> { - dest : Promise<V> - func : Function<? super T, V> - src : Promise<T> - TransformAction<V>(src : Promise<T>, dest : Promise<T>, func : Function<T, R>) + run() } class Utility { + Utility() + characterFrequency(fileLocation : String) : Map<Character, Integer> {static} + countLines(fileLocation : String) : Integer {static} + downloadFile(urlString : String) : String {static} + lowestFrequencyChar(charFrequency : Map<Character, Integer>) : Character {static} } } TransformAction --+ Promise TransformAction --> "-src" Promise ConsumeAction --+ Promise ConsumeAction --> "-src" Promise Utility --+ Map Promise --|> PromiseSupport @enduml
false
true
false
false
class
481312b94d3d869d79e6318bb0bf8ee16360665e
57fbc019b098405977ffe0e93551d48425ba78d0
/services/payment-gateway/payment-gateway.plantuml
9b8e8e379e497f58217a51947648ad1560fb567a
[]
no_license
3rdstage/models
40922c538ad3b56a555817d2258ee5f863002fca
7d6d41020f53fb39eace3fa3987af63a56d0ace3
refs/heads/master
2023-07-19T08:53:40.724866
2023-01-09T09:00:46
2023-01-09T09:00:46
205,056,655
0
2
null
2021-11-04T06:22:06
2019-08-29T01:39:54
D
UTF-8
PlantUML
false
false
1,131
plantuml
ERROR: type should be string, got "\r\nhttps://plantuml.com/sequence-diagram\r\n\r\n@startuml\r\nActor \"End User\" as EndUser order 10\r\nparticipant Marketplace order 20\r\nparticipant \"Payment Gateway\" as PG order 30\r\nparticipant \"Clearing House\" as ClearingHouse order 40\r\nparticipant \"End User's\\nBank\" as EndUserBank order 50\r\nparticipant \"Marketplace's\\nBank\" as MarketplaceBank order 60\r\nparticipant Seller order 25\r\n\r\nEndUser -> Marketplace ++ : Place an order\r\nEndUser <<-- Marketplace --: Redirect to Payment Gateway\r\n\r\nEndUser -> PG ++ : Make a payment\r\n PG -> ClearingHouse++ : Request a transfer\r\n ClearingHouse -> EndUserBank++ : Withdraw\r\n EndUserBank--\r\n ClearingHouse -> MarketplaceBank++ : Deposit\r\n MarketplaceBank--\r\n return\r\n PG -> Marketplace++ : Notify payment\r\n Marketplace -> Marketplace++ : Confirm the order\r\n Marketplace--\r\n Marketplace--\r\n PG --> EndUser--: Redirect to marketplace\r\n\r\nEndUser -> Marketplace++ : Review the order\r\nMarketplace--\r\n\r\nMarketplace -> Seller++ : Order an fulfillment\r\nSeller -> EndUser: Fulfill the order\r\nSeller--\r\n\r\nEndUser -> Marketplace++ : Confirm the fulfillment\r\nMarketplace--\r\n\r\n@enduml"
false
true
false
false
sequence
7819d6e3c0046671b1678ea6eb8ff8465437940f
474a9ad6efa62dff91d707fa9c06217f0a357ae4
/doc/puml/overviewV1.puml
58a2d36081bc1d78b984f552aab9cc04d3892f9c
[]
no_license
tobihanl/eragp
57f19bac3a07c6f432f41ad6d2fded9f62f3731a
363142c8c08a9cbe0bbdaf412c5cee7c173e9d75
refs/heads/master
2023-04-04T03:47:24.366358
2020-01-29T08:57:53
2020-01-29T08:57:53
359,159,130
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,975
puml
@startuml /' Objects '/ abstract class Entity { +Entity(int x, int y) +x : int +y : int +{abstract} render() : void +{abstract} tick() : void } class FoodEntity { +FoodEntity(int x, int y) +render() : void +tick() : void } class LivingEntity { +LivingEntity(int x, int y, SDL_Color color) -color : SDL_Color +render() : void +tick() : void } class Matrix { -Matrix() +Matrix(std::size_t height, std::size_t width, float initValue) +Matrix(std::size_t height, std::size_t width, float from, float to) +Matrix(std::size_t height, std::size_t width, std::vector<float> data) +~Matrix() +copy() : Matrix +dotProduct(const Matrix& other) : Matrix -operator*(Matrix lhs, const Matrix& rhs) : Matrix -operator*(Matrix lhs, float rhs) : Matrix -operator+(Matrix lhs, const Matrix& rhs) : Matrix -operator+(Matrix lhs, float rhs) : Matrix -operator-(Matrix lhs, const Matrix& rhs) : Matrix -operator-(Matrix lhs, float rhs) : Matrix -operator/(Matrix lhs, const Matrix& rhs) : Matrix -operator/(Matrix lhs, float rhs) : Matrix +apply(MatrixFunction fun) : Matrix& +operator*=(const Matrix& rhs) : Matrix& +operator*=(float rhs) : Matrix& +operator+=(const Matrix& rhs) : Matrix& +operator+=(float rhs) : Matrix& +operator-=(const Matrix& rhs) : Matrix& +operator-=(float rhs) : Matrix& +operator/=(const Matrix& rhs) : Matrix& +operator/=(float rhs) : Matrix& +transpose() : Matrix& -operator==(const Matrix& lhs, const Matrix& rhs) : bool +getMax() : float +getMin() : float +operator()(size_t y, size_t x) : float {query} +toFloat() : float +operator()(size_t y, size_t x) : float& +getHeight() : size_t +getWidth() : size_t -operator<<(std::ostream& strm, const Matrix& m) : std : : ostream& -height : std::size_t -width : std::size_t -data : std::vector<float> } class Renderer { -Renderer() -~Renderer() +{static} renderFont(const std::string& text, int x, int y, int size, const SDL_Color& color, const std::string& fontFile) : RenderTexture +{static} renderImage(const std::string& imagePath, int x, int y) : RenderTexture +{static} renderDot(int centerX, int centerY, int radius, const SDL_Color& color) : bool +{static} setup(int width, int height) : int -{static} ren : static SDL_Renderer* -{static} win : static SDL_Window* -{static} isSetup : static bool -{static} windowHeight : static int -{static} windowWidth : static int +{static} cleanup(RenderTexture& texture) : void +{static} clear() : void +{static} copy(const RenderTexture& texture) : void +{static} destroy() : void -{static} logSDLError(std::ostream &, const std::string &) : void +{static} present() : void } class World { +World() -food : std::vector<FoodEntity> -living : std::vector<LivingEntity> +render() : void +tick() : void } /' Inheritance relationships '/ Entity <|-- FoodEntity Entity <|-- LivingEntity /' Aggregation relationships '/ World o-- FoodEntity World o-- LivingEntity @enduml
false
true
false
false
sequence
7c89c0a26e80b02004b4fa429e562a270b006fa7
84e20402a90eab514ea6e1cbec5cb23a0bf24c58
/.idea/modules/app/app.plantuml
7f7fb117f790128f22d923e9370a44780c3ae770
[]
no_license
kholishulil97/AppKru
0539b356237155525c4f04b277941872c93fb530
118db86ebddaabd207ee7d953a36a707e0c3d3ff
refs/heads/main
2023-03-30T21:17:10.172868
2021-04-04T13:40:28
2021-04-04T13:40:28
354,548,055
0
0
null
null
null
null
UTF-8
PlantUML
false
false
15,505
plantuml
@startuml title __APP's Class Diagram__\n namespace com.example.appkru { class com.example.appkru.BuildConfig { } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.BottomNavigationBehavior { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.BuktiSetoranActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.KarcisActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.KontrolInputActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.KontrolInputLaporanActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.LaporanHarianActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.LaporanHarianSetorActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.LaporanKontrolActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.LoginActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.MainActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.PengeluaranActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.PenumpangActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.PremiActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.SuratPerintahActivity { } } } namespace com.example.appkru { namespace activity { class com.example.appkru.activity.TambahKarcisActivity { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.KontrolBSAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.LaporanHarianAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.LaporanHarianPagerAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.LaporanKontrolAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.PengeluaranAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.PengeluaranBSAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.PenumpangAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.PremiAdapter { } } } namespace com.example.appkru { namespace adapter { class com.example.appkru.adapter.PremiPagerAdapter { } } } namespace com.example.appkru { namespace api { class com.example.appkru.api.ApiClient { } } } namespace com.example.appkru { namespace api { interface com.example.appkru.api.ApiInterface { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.LaporanHarianFragment { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.LaporanHarianRiwayatFragment { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.LaporanHarianRiwayatSetorFragment { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.LaporanHarianSetorFragment { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.PremiFragment { } } } namespace com.example.appkru { namespace fragment { class com.example.appkru.fragment.PremiRiwayatFragment { } } } namespace com.example.appkru { namespace manger { class com.example.appkru.manger.Constants { } } } namespace com.example.appkru { namespace manger { class com.example.appkru.manger.RequestHandler { } } } namespace com.example.appkru { namespace manger { class com.example.appkru.manger.SharedPrefManager { } } } namespace com.example.appkru { namespace model.BuktiSetoran { class com.example.appkru.model.BuktiSetoran.BuktiSetoran { } } } namespace com.example.appkru { namespace model.BuktiSetoran { class com.example.appkru.model.BuktiSetoran.DaftarPengeluaran { } } } namespace com.example.appkru { namespace model.BuktiSetoran { class com.example.appkru.model.BuktiSetoran.DatumBuktiSetoran { } } } namespace com.example.appkru { namespace model.LaporanHarian { class com.example.appkru.model.LaporanHarian.DatumLaporanHarian { } } } namespace com.example.appkru { namespace model.LaporanHarian { class com.example.appkru.model.LaporanHarian.LaporanHarian { } } } namespace com.example.appkru { namespace model.LaporanKontrol { class com.example.appkru.model.LaporanKontrol.DatumLaporanKontrol { } } } namespace com.example.appkru { namespace model.LaporanKontrol { class com.example.appkru.model.LaporanKontrol.LaporanKontrol { } } } namespace com.example.appkru { namespace model.Nominal { class com.example.appkru.model.Nominal.DatumNominal { } } } namespace com.example.appkru { namespace model.Nominal { class com.example.appkru.model.Nominal.Nominal { } } } namespace com.example.appkru { namespace model.Pengeluaran { class com.example.appkru.model.Pengeluaran.DatumPengeluaran { } } } namespace com.example.appkru { namespace model.Pengeluaran { class com.example.appkru.model.Pengeluaran.Pengeluaran { } } } namespace com.example.appkru { namespace model.Penumpang { class com.example.appkru.model.Penumpang.DatumPenumpang { } } } namespace com.example.appkru { namespace model.Penumpang { class com.example.appkru.model.Penumpang.Penumpang { } } } namespace com.example.appkru { namespace model.PosKarcis { class com.example.appkru.model.PosKarcis.DatumPosKarcis { } } } namespace com.example.appkru { namespace model.PosKarcis { class com.example.appkru.model.PosKarcis.PosKarcis { } } } namespace com.example.appkru { namespace model.Premi { class com.example.appkru.model.Premi.DatumPremi { } } } namespace com.example.appkru { namespace model.Premi { class com.example.appkru.model.Premi.Premi { } } } namespace com.example.appkru { namespace model.SP { class com.example.appkru.model.SP.DatumSP { } } } namespace com.example.appkru { namespace model.SP { class com.example.appkru.model.SP.SP { } } } namespace com.example.appkru { namespace model.User { class com.example.appkru.model.User.DatumUser { } } } namespace com.example.appkru { namespace model.User { class com.example.appkru.model.User.User { } } } namespace com.example.appkru { namespace printing { class com.example.appkru.printing.ApplicationClass { } } } namespace com.example.appkru { namespace printing { class com.example.appkru.printing.DeviceListActivity { } } } namespace com.example.appkru { namespace printing { class com.example.appkru.printing.UnicodeFormatter { } } } com.example.appkru.activity.BottomNavigationBehavior -up-|> androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior com.example.appkru.activity.BuktiSetoranActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.adapter.KontrolBSAdapter : kontrolBSAdapter com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.adapter.PengeluaranBSAdapter : pengeluaranAdapter com.example.appkru.activity.KarcisActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.KontrolInputActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.KontrolInputActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.KontrolInputLaporanActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.KontrolInputLaporanActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.LaporanHarianActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.LaporanHarianActivity o-- com.example.appkru.adapter.LaporanHarianPagerAdapter : laporanHarianPagerAdapter com.example.appkru.activity.LaporanHarianSetorActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.LaporanHarianSetorActivity o-- com.example.appkru.adapter.LaporanHarianPagerAdapter : laporanHarianPagerAdapter com.example.appkru.activity.LaporanKontrolActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.LaporanKontrolActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.LaporanKontrolActivity o-- com.example.appkru.adapter.LaporanKontrolAdapter : laporanKontrolAdapter com.example.appkru.activity.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.MainActivity .up.|> com.google.android.material.navigation.NavigationView.OnNavigationItemSelectedListener com.example.appkru.activity.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.MainActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.PengeluaranActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.PengeluaranActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.PengeluaranActivity o-- com.example.appkru.adapter.PengeluaranAdapter : pengeluaranAdapter com.example.appkru.activity.PenumpangActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.PenumpangActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.PenumpangActivity o-- com.example.appkru.adapter.PenumpangAdapter : penumpangAdapter com.example.appkru.activity.PremiActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.PremiActivity o-- com.example.appkru.adapter.PremiPagerAdapter : premiPagerAdapter com.example.appkru.activity.SuratPerintahActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.SuratPerintahActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.activity.TambahKarcisActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.appkru.activity.TambahKarcisActivity o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.adapter.KontrolBSAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.LaporanHarianAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.LaporanHarianPagerAdapter -up-|> androidx.fragment.app.FragmentPagerAdapter com.example.appkru.adapter.LaporanKontrolAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.PengeluaranAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.PengeluaranAdapter o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.adapter.PengeluaranBSAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.PenumpangAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.PremiAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.appkru.adapter.PremiPagerAdapter -up-|> androidx.fragment.app.FragmentPagerAdapter com.example.appkru.fragment.LaporanHarianFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.LaporanHarianFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.LaporanHarianFragment o-- com.example.appkru.adapter.LaporanHarianAdapter : laporanHarianAdapter com.example.appkru.fragment.LaporanHarianRiwayatFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.LaporanHarianRiwayatFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.LaporanHarianRiwayatFragment o-- com.example.appkru.adapter.LaporanHarianAdapter : laporanHarianAdapter com.example.appkru.fragment.LaporanHarianRiwayatSetorFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.LaporanHarianRiwayatSetorFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.LaporanHarianRiwayatSetorFragment o-- com.example.appkru.adapter.LaporanHarianAdapter : laporanHarianAdapter com.example.appkru.fragment.LaporanHarianSetorFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.LaporanHarianSetorFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.LaporanHarianSetorFragment o-- com.example.appkru.adapter.LaporanHarianAdapter : laporanHarianAdapter com.example.appkru.fragment.PremiFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.PremiFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.PremiFragment o-- com.example.appkru.adapter.PremiAdapter : premiAdapter com.example.appkru.fragment.PremiRiwayatFragment -up-|> androidx.fragment.app.Fragment com.example.appkru.fragment.PremiRiwayatFragment o-- com.example.appkru.api.ApiInterface : apiInterface com.example.appkru.fragment.PremiRiwayatFragment o-- com.example.appkru.adapter.PremiAdapter : premiAdapter com.example.appkru.printing.ApplicationClass -up-|> android.app.Application com.example.appkru.printing.DeviceListActivity -up-|> android.app.Activity right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
a17addaede5223f56a3901c1614f528bb8cf505b
57a3e363cc681d5d355942b127df5e0638649d33
/class-diagram.puml
c62eda75decfc237db6dfad92068cc2e2c0583b9
[]
no_license
karansehtya/plantuml-samples
7953f68a7885f4fb595293ac80dd3c1ddae3f2fc
af9411dac86f37c33a0738e1c0475e5eefd33f52
refs/heads/master
2023-05-31T07:09:34.769746
2021-07-01T12:19:40
2021-07-01T12:19:40
382,020,757
0
0
null
null
null
null
UTF-8
PlantUML
false
false
453
puml
@startuml class Order { id: uuid orderDetails: OrderDetails getOrderDetails(): Order } class OrderDetails { OrderItems: OrderItem[] } class OrderItem { productId: uuid name: string } abstract class Payment { amount: number } class CashOnDelivery { } class Wallet { transactionId: number } Order "1" o-- "1" OrderDetails OrderDetails "1" o-- "many" OrderItem Payment <|-- CashOnDelivery Payment <|-- Wallet @enduml
false
true
false
false
class
9489d4795cdbf8f63a470a36c39f2052b8f2069b
319f583d7631ef30056b27f7ea0421733089e103
/src/main/java/ex42/DataParser.puml
9a01b9790b2e639340203e79a53c6b786c3391ab
[]
no_license
rydohg/doherty-cop3330-assignment3
2384ed5c3bb13e4fad6adfce338fb36581074d76
507abb24289bfe1e741e9530e516a5e4342101aa
refs/heads/master
2023-06-05T13:11:55.058743
2021-06-21T03:01:36
2021-06-21T03:01:36
378,782,691
0
0
null
null
null
null
UTF-8
PlantUML
false
false
121
puml
@startuml class Record { String name int salary } class DataParser { readData(): ArrayList<Record> } @enduml
false
true
false
false
class
c6b023e809c5a616bd0925a403d93b4128cec5e8
08738204ffb10b361a9d7a3b492cd0563f19e151
/architecture/entités/joueur/joueur-mise-a-jour-position.puml
7ba64f26ecf3738cf3abe89e272124109d30b3e7
[]
no_license
ldalzotto/MyCrossyRoad
95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4
69aa9082f763a9700a82f0d1b534738ecff488ca
refs/heads/master
2021-01-22T21:00:21.860081
2017-04-10T07:48:05
2017-04-10T07:48:05
85,384,738
0
0
null
null
null
null
UTF-8
PlantUML
false
false
490
puml
@startuml hide footbox participant "Joueur" as joueur participant "ComposantGraphique3D" as compGraph participant "ComposantPhysique3D" as compPhys participant "Système Jeu Principal" as syst joueur -> joueur : Envoi message : mise à jour position joueur -> compPhys : Envoi message : Mise à jour position joueur -> compGraph : Envoi message : Mise à jour position alt Déplacement vers l'avant de l'environnement joueur -> syst : Envoi message : mise à jour Score end @enduml
false
true
true
false
sequence
6b02f30b078217d5914c3d987e5e0ec37a4607a1
ed3865c0451f89a926acd1e95458d85040e5ee76
/docs/sequence.puml
0d4e41004ff32c9cd1798970d2a90cb0f9564be2
[]
no_license
ysku/opentracing_example
37144f068eedc7310035377848b983ff62893549
026cb75805888c3f13694a1c6b1b766086f0ccc2
refs/heads/master
2022-04-07T09:49:44.162801
2020-03-10T11:19:04
2020-03-10T11:20:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
407
puml
@startuml title: asynchronous process using queue actor Entrant Entrant -> Gateway : upload file activate Gateway Gateway ->> Queue : send message activate Queue Gateway <<- Queue Entrant <<- Gateway deactivate Gateway Queue ->> Subscriber : subscribe deactivate Queue activate Subscriber Subscriber -> API : save activate API Subscriber <<- API deactivate API deactivate Subscriber @enduml
false
true
false
false
sequence
326383491d62965dd7843bfe993364f33e68ad4f
53171f99b9c35cbc19968d53c949e5938f6e8047
/UML/class_diagrams/Internal/DoubleUtil.puml
8b91088e7657192c0501f1469bd2ee37f342b523
[ "MIT" ]
permissive
tockards/Adhan
f40b060331a974a73908f41a7d8003909745d76f
93239a1634634d1833f56b2ff18f9de5a9c14ac9
refs/heads/master
2020-03-28T04:10:46.405943
2018-09-12T20:00:18
2018-09-12T20:00:18
147,698,739
0
0
MIT
2018-09-06T16:00:06
2018-09-06T16:00:06
null
UTF-8
PlantUML
false
false
193
puml
@startuml class DoubleUtil { +{static} normalizeWithBound(double value, double max) : double +{static} unwindAngle(double value) : double +{static} closestAngle(double angle) : double } @enduml
false
true
false
false
class
d5f53e6651e87715f2befb1303b4c41587c45758
bea11b95c0924ba3a3444d16d05387a6a6af97fe
/uml/weather.plantuml
29b20813c45b8df8b41a44c263293491d736fa1e
[]
no_license
alejandrovigano/meli
2c2d51d6a0e976a0b51a1421cfdc892996cf9885
8f9bd0ead015b90b97e3e1c5c1121d385779b67f
refs/heads/master
2020-04-21T05:15:21.478972
2019-02-07T16:45:56
2019-02-07T16:45:56
169,335,218
0
0
null
null
null
null
UTF-8
PlantUML
false
false
857
plantuml
@startuml class Forecast { + droughtDays: List<ForecastDay> + rainPeriods: List<RainPeriod> + optimalPTDays: List<ForecastDay> + totalDays } note right of Forecast : "Representa un pronostico del clima en determinado tiempo" class ForecastDay { id day weather: Weather } note right of ForecastDay : "Representa el pronostico de un dia particular" class RainPeriod { rainDayStart rainDayEnd maxRainfallIntensity rainDayWithMaxRainfallIntensity } note right of RainPeriod : "Representa un periodo de lluvias" class Weather { + status: WeatherStatus + rainfallIntensity } note right of Weather : "Representa una condición climatica" enum WeatherStatus { DROUGHT NORMAL RAINY OPTIMAL_P_T } Forecast *-- ForecastDay Forecast *-- RainPeriod ForecastDay -- Weather Weather -- WeatherStatus hide methods @enduml
false
true
true
false
class
ec33306e25dabe8d3b105084e8b1a0306c121087
c1b7dd71406bbe325760afb39ae1e38afb5fb5a8
/verifyerSequence.plantuml
f307fb21f9a9b9fa5200636c1781ffeecd052222
[]
no_license
misterpaws/Partition-Reduce
b089851732266848780e0ba658ed7a0e147946ad
0bb0eddad8e2f4f655ffae779b71d340f5972e1e
refs/heads/main
2023-04-16T11:50:10.708191
2021-04-28T02:15:29
2021-04-28T02:15:29
362,314,681
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,056
plantuml
@startuml actor User User -> verifyer : RealModel verifyer -> reducer : RealModel loop model can be reduced reducer -> reducer : ReducedModel end reducer --> verifyer : FullyReducedModel loop we have not reached our maximum partition depth verifyer -> partitioner : FullyReducedModel partitioner -> verifyer : PartitionA partitioner -> verifyer : PartitionB else heuristic says stop partitioning verifyer -> reducer : PartitionA reducer -> reducer : ReducedPartitionA reducer -> verifyer : FullyReducedPartitionA verifyer -> partitioner : FullyReducedPartitionA partitioner -> verifyer : PartitionAA partitioner -> verifyer : PartitionAB verifyer -> explorerAA : initialstate explorerAA -> explorerAA : derivedstate explorerAA -> explorerAB : externalstate explorerAA --> verifyer : all states explored verifyer -> explorerAB : start explorerAB -> explorerAB : derivedstate explorerAB -> explorerAA : externalstate explorerAA -> explorerAA : derivedstate explorerAA --> verifyer :Querry Satisfied verifyer -> User : Satisfied @enduml
false
true
false
false
sequence
b281b4d2e0d888d5c647a08b7c588f227fae088a
eafc0d148dffcc37d83976752713dca064e3aa1b
/docs/helm/diagrams/helm-components-aws-ai.puml
be7f2846e93622e2f1316a9d3c639169b4c4510e
[ "Apache-2.0" ]
permissive
sirReeall/acs-deployment
417fe451aa94efc7b3e907c9097aee406da51a2c
3931e882297cf4453aad8745503401b0bd39ca8b
refs/heads/master
2022-12-19T03:03:10.933979
2020-08-17T15:13:46
2020-08-17T15:13:46
277,750,248
0
1
Apache-2.0
2020-07-07T07:41:32
2020-07-07T07:41:31
null
UTF-8
PlantUML
false
false
1,978
puml
@startuml Title: ACS with Intelligence Services on AWS Helm Deployment Overview skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "nginx-ingress namespace" { component "NGINX ingress-controller" as nginx #lightgrey } node "ACS namespace" { component "Alfresco Digital Workspace \n (with AI config)" as adw #lightgrey component "Alfresco Content Services \n (with AI AMP)" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "Alfresco Share \n (with AI AMP)" as share #lightgrey rectangle "Alfresco Transform Service" { component "Transform Router \n (with AI config)" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey component "TransformMisc" as misc #lightgrey component "AI T-Engine" as aiEngine #lightgrey } } cloud "Amazon Web Services" { storage "S3 (ACS)" as s3acs storage "S3 (AI)" as s3ai database "Aurora RDS" as db storage "EBS" as ebs storage "EFS Volume Claim" as vc queue "Amazon MQ" as mq node "Comprehend" as comp node "Rekognition" as rek node "Textract" as tex } Client --> nginx nginx --> acs nginx --> share nginx --> adw ass --> ebs sfs --> vc acs --> s3acs ass <--> acs acs --> db acs --> pdfr acs --> libr acs --> img acs --> tika acs --> misc acs --> sfs acs <--> mq tr -up-> pdfr tr -up-> libr tr -up-> img tr -up-> tika tr -up-> misc tr -up-> aiEngine tr <--> mq pdfr --> sfs libr --> sfs img --> sfs tika --> sfs misc --> sfs share --> acs aiEngine --> sfs aiEngine --> s3ai aiEngine --> comp aiEngine --> rek aiEngine --> tex center footer Copyright 2019 Alfresco Software Inc @enduml
false
true
false
false
usecase
a3e909276ebe7d897b52650d8e9a57cc226aeaa6
b9c36353c6a41bd1a14f0aee38bceb1e3c2a1e9f
/app/src/main/java/com/cleanup/todoc/db/db.plantuml
b057c1532d6c0c11abf04e31ef5828f8a4e91f27
[]
no_license
Pierre-44/P5-todoc
60fd1fd1184dababd0db4d018c5d7d80ce4fe4fd
a0d19cde111de6aaf62c4fed6336f04a41ff3261
refs/heads/master
2023-08-12T19:08:47.781452
2021-10-15T15:01:12
2021-10-15T15:01:12
401,260,991
0
0
null
null
null
null
UTF-8
PlantUML
false
false
687
plantuml
@startuml title __DB's Class Diagram__\n namespace com.cleanup.todoc { namespace db { abstract class com.cleanup.todoc.db.TodocDatabase { {static} - instanceDB : TodocDatabase {static} - roomCallback : Callback {static} + getInstance() {abstract} + mProjectDao() {abstract} + mTaskDao() {static} - populateProjectsInDb() } } } com.cleanup.todoc.db.TodocDatabase -up-|> androidx.room.RoomDatabase right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
cf6cd94cc35496225c1e1aadc1266026dae91979
e9396f2c53835f39960168464b664f38a88c0288
/POO19.plantuml
b6454a607bab12395d200d7a5e2dcc0a5b9a1f12
[]
no_license
batenaavo/POO19
04eefcedca02daef5a1f51c5d916c3f780f3bdfb
6a250187961e888100af4227a323206822402fe3
refs/heads/master
2020-05-18T01:06:00.230434
2019-05-26T22:45:54
2019-05-26T22:45:54
184,080,540
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,300
plantuml
@startuml title __POO19's Class Diagram__\n package umcarro.Models { class Cliente { } } package umcarro.Controllers { class Clientes { } } package umcarro.Controllers { package umcarro.Controllers.Exceptions { class DadosDeAcessoInvalidos { } } } package umcarro.Controllers { class DataBaseSaver { } } package umcarro.Controllers { class Main { } } package umcarro.Controllers { package umcarro.Controllers.Exceptions { class NaoTemPedidos { } } } package umcarro.Controllers { package umcarro.Controllers.Exceptions { class OpcaoInvalida { } } } package umcarro.Models { class Pedido { } } package umcarro.Controllers { class Pedidos { } } package umcarro.Models { class Proprietario { } } package umcarro.Controllers { class Proprietarios { } } package umcarro.Controllers { package umcarro.Controllers.Exceptions { class SemVeiculosDisponiveis { } } } package umcarro.Controllers { class UMCarro { } } package umcarro.Models { class Utilizador { } } package umcarro.Models { class Veiculo { } } package umcarro.Controllers { class Veiculos { } } package umcarro.Views { class View { } } Cliente -up-|> Serializable Cliente -up-|> Utilizador DadosDeAcessoInvalidos -up-|> Serializable NaoTemPedidos -up-|> Serializable OpcaoInvalida -up-|> Serializable Pedido -up-|> Serializable Proprietario -up-|> Serializable Proprietario -up-|> Utilizador SemVeiculosDisponiveis -up-|> Serializable UMCarro -up-|> Serializable UMCarro o-- Cliente : cliente UMCarro o-- Proprietario : proprietario UMCarro o-- Clientes : clientes UMCarro o-- Proprietarios : proprietarios UMCarro o-- Veiculos : veiculos UMCarro o-- Pedidos : pedidos UMCarro o-- View : view UMCarro o-- DataBaseSaver : db Utilizador -up-|> Serializable Veiculo -up-|> Serializable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class