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
75dd2303955f0f945a07deb0bdd7370bb626e1e4
5ab69ffa11dec4c5dae8829ed60165dad32d4762
/res/fsm.plantuml
f0c088e5935daca2e5fe6fd001e0e52975c19f1c
[]
no_license
concavegit/SPI
f573b71051bc9455838abc6c1ef823789941e0d1
b2a931a0824c6e7cdb91ceb47423d8c7b42d93d1
refs/heads/master
2020-03-31T01:22:08.345549
2018-10-19T14:58:01
2018-10-19T14:58:01
151,778,244
0
1
null
null
null
null
UTF-8
PlantUML
false
false
408
plantuml
@startuml [*] -> Begin : CS asserted low Begin -> LoadAddress : SCLK Posedge LoadAddress -> LoadAddress : Read 7 bits LoadAddress --> HandleReadWrite : SCLK Posedge HandleReadWrite --> StartRead : Read? StartRead -> EndRead : SCLK Posedge HandleReadWrite -> Write : Write? Write -> Write : Write 8 bits EndRead --> Begin : SCLK Posedge EndRead -> EndRead : Read 8 bits Write --> Begin : SCLK Posedge @enduml
false
true
false
false
sequence
e1044a4060fbd2758138e75639d16186cdb093a0
0c5e47ecc8c280c7b6c41e585aace67524473bd4
/src/main/resources/uebung4/exercise03.puml
9784cc74257b80da720d027c4123cd0933a36fa4
[]
no_license
phbenisc/msiComplexTheorie
bad88319e1ffe89bcb9c09d71b48447afab12897
24ba533c2915308f1edc304d37583cbed76c386f
refs/heads/master
2023-02-27T21:38:58.384128
2021-02-01T07:57:27
2021-02-01T07:57:27
306,917,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
333
puml
@startuml left to right direction skinparam state { BackgroundColor<<YES>> LightGreen BackgroundColor<<NO>> Red BorderColor Gray } [*] --> 0 state "nein" as 0 <<NO>> state "nein" as 1 <<NO>> state "nein" as 2 <<NO>> state "ja" as 3 <<YES>> 0 --> 0 : a 0 --> 0 : b 0 --> 0 : c 0 --> 1 : a 1 --> 2 : b 2 --> 3 : c @enduml
false
true
false
false
sequence
26ee5aec5bcf3874ef6239192b1e73470ae218bf
9afb5421fc253090b8a5c1f1f635986e21ebd740
/LeGuide_Dev/MadeUp_Figures/Sherbrooke/Documents_Demande.plantuml
949578fa09c7c8a1d4607e1956bb50f2b837c5e4
[]
no_license
TheFbomb/Guide_Bidiplome
88ada23614f8dce106be3c3e9d60ebcad44d1a54
572c26666cb51a933c4146d7993bd8a25aa535eb
refs/heads/master
2021-09-03T14:35:10.764974
2018-01-09T20:15:11
2018-01-09T20:15:11
111,231,512
4
0
null
null
null
null
UTF-8
PlantUML
false
false
1,402
plantuml
@startuml title Pièces à fournir pour chaque documents \n class "Etudiant" as class1 class CAQ { - Original du formulaire Déclaration, engagements et autorisations daté et signé - Original d'une photo d'identité - Photocopie lisible de votre passeport - Lettre d'admission de l'UdeS - Déclaration de soutien financier - Lettre d'emploi récente mentionnant le salaire de vos parents - Tout document faisant état de ses avoirs - Relevés récents de salaire - Avis de cotisation le plus récent à un régime d'imposition - Lettre de banque indiquant son solde actuel - Relevé bancaire des trois derniers mois l'identifiant comme titulaire du compte - Autorisation de transfert de fonds } class Permis_Etude { - CAQ - Scanne lisible de votre passeport - Scanne d'une photo d'identité - Lettre d'admission de l'UdeS - Document IMM1294 - Lettre de banque indiquant son solde actuel - Relevé de banque indiquant son solde actuel - Document de renseignement sur la famille } class "Forumlaire_SE-401-Q-102" as classForm{ - Formulaire SE 401-Q-102 vièrge ET pré-remplie - Passeport - Lettre d'admission de l'UdeS - Attestation d’affiliation délivrée par le régime étudiant. } class Bourse_ENVOLE { - Passeport - Lettre d'admission de l'UdeS } class1 "1" *-up- CAQ class1 "2" *-left- Permis_Etude class1 "3" *-right- classForm class1 "4" *-down- Bourse_ENVOLE @enduml
false
true
true
false
class
cfa49272a57bc7d763904deaded78b6fd3f90241
a124f8cffd3f9d60d4b1dfe10771c9147d4d8367
/docs/UML/diagramme etat transition/utilisateurpasconnecter.puml
7eeb39a9347b009d63fd28c13571e727e48be0b6
[]
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
299
puml
@startuml title L'utilisateur n'est pas connecter state S3 as "consultation de l'ensemble\n des demandes" state S4 as "consultation une demande" [*] -> S3 S3 --> S4 : when (clic sur une demande)/displayTicket(id) S4 --> S3 : when (clic sur "fermer" ou precedent)/displayTickets() @enduml
false
true
false
false
sequence
c360e9449ab3c5b382becd6122b71a37003ab94a
555a1e45d2ced2f12fc120157aab8efd1de5b301
/Design/slaveelevator.plantuml
aa708dab0603a40a2a7fec71aa17fc8848c5e6c3
[]
no_license
eivindhstray/Sanntid
2c09faa775587044b7d882ef0b533abdf09454fa
c4fa8c197f1ff7e9826eec20a08de28a7ce5d530
refs/heads/master
2022-04-22T17:06:00.598904
2020-04-22T10:56:31
2020-04-22T10:56:31
235,599,593
1
1
null
null
null
null
UTF-8
PlantUML
false
false
623
plantuml
@startuml enum states{ {idle, running, emergency, door, lights} } class FSM{ switch(case) } class Queue{ queue_enter() queue_exit() queue_update_order() } class lights{ light_on() light_off() } class cost{ cost_determine_cost() } class network{ network_transmit() network_recieve() } class emergency{ emergency_stop() } class door{ door_open() door_close() } class buttons{ buttons() } class motor_driver{ direction_set() direction_get() } network <-> FSM cost -> FSM buttons -> network FSM <-> lights FSM <-> door FSM <-> emergency FSM <-> motor_driver Queue -> cost network -> Queue states -> FSM @enduml
false
true
false
false
class
8aee770c99409d4c656d204e8c0970d78ccf9041
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC1/UC1_MD.puml
f6784b22328a4675cf8b05bb76225cec227bc5f0
[ "MIT" ]
permissive
GJordao12/ISEP-LAPR2
7f01f7fe4036f17a4a76f0595e80564c2dda7b3c
0c537d1cf57f627f98e42b6f1b7e100f49ff2d15
refs/heads/master
2023-08-17T10:59:19.469307
2021-10-02T16:27:19
2021-10-02T16:27:19
272,283,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
948
puml
@startuml hide methods left to right direction class Platform { -String designation } class Organization { -String designation } class User { -String name -String email -String password } class Collaborator { -String name -String email } class Manager { -String name -String email } class Administrator { } class ExternalPasswordGeneratorAlgorithm { } Platform "1" -- "*" Organization : has registered > Platform "1" -- "*" Administrator : has registered > Platform "1" -- "*" User : has registered > Platform "1" -- "1" ExternalPasswordGeneratorAlgorithm : resort to > Organization "1" -- "1" Collaborator: has > Organization "1" -- "1" Manager: has > Collaborator "0..1" -- "1" User : act as > Manager "0..1" -- "1" User : act as > Administrator "0..1" -- "1" User : act as > Administrator "1" -- "*" Organization : registers > ExternalPasswordGeneratorAlgorithm "1" -- "*" User : generates password to > @enduml
false
true
false
false
class
0a764d758b2d20d04bbad995f62ea32347911508
c808c053ca4ad88d384a4690c612bde8d2b515ac
/cardreader.provider.nfc/doc/plantuml/NFCCRP/NfcCardChecker.plantuml
06939104288714027f609c203bbe2b7accd4710d
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-NFC-Android
915c9ff940d467e64c021055d9b6d3858e539d3f
f2b42a1da3b04f742b4f83facbd9cf039339c56a
refs/heads/master
2022-01-13T13:58:12.947688
2022-01-07T07:24:28
2022-01-07T07:24:28
214,091,391
1
0
null
null
null
null
UTF-8
PlantUML
false
false
546
plantuml
@startuml package de.gematik.ti.cardreader.provider.nfc { package de.gematik.ti.cardreader.provider.nfc.control { class NfcCardChecker { {static} - LOG : Logger - cardReader : ICardReader - active : boolean {static} - TIMEOUT : int - cardEventTransmitter : CardEventTransmitter - currentCardState : boolean + NfcCardChecker() + shutdown() + run() - checkCardStateAndSendEvent() - isCardPresent() } } } @enduml
false
true
false
false
class
1f0294567ef2a28bdf5b1a527074815fd4eabf14
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Utility/RayUtil.puml
3ae2af7cb56f965121afb224bcbbd1234c7d08d4
[]
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
1,516
puml
@startuml class RayUtil <<static>> { + {static} GetRayByScreenPos(camera:Camera, screenPos:Vector3) : Ray + {static} GetRayByViewPort(camera:Camera, viewPort:Vector3) : Ray + {static} GetRayByWorldPos(camera:Camera, worldPos:Vector3) : Ray + {static} RaycastByScreenPos(camera:Camera, screenPos:Vector3, hit:RaycastHit, maxDistance:float, layerMask:int) : bool + {static} RaycastByScreenPos(camera:Camera, screenPos:Vector3, maxDistance:float, layerMask:int) : Collider + {static} RaycastByViewPort(camera:Camera, viewPort:Vector3, hit:RaycastHit, maxDistance:float, layerMask:int) : bool + {static} RaycastByViewPort(camera:Camera, viewPort:Vector3, maxDistance:float, layerMask:int) : Collider + {static} RaycastByWorldPos(camera:Camera, worldPos:Vector3, hit:RaycastHit, maxDistance:float, layerMask:int) : bool + {static} RaycastByWorldPos(camera:Camera, worldPos:Vector3, maxDistance:float, layerMask:int) : Collider + {static} Raycast(ray:Ray, maxDistance:float, layerMask:int) : Collider + {static} GetWorldPosByX(ray:Ray, worldPosX:float) : Vector3 + {static} GetWorldPosByX(camera:Camera, screenPos:Vector3, worldPosX:float) : Vector3 + {static} GetWorldPosByY(ray:Ray, worldPosY:float) : Vector3 + {static} GetWorldPosByY(camera:Camera, screenPos:Vector3, worldPosY:float) : Vector3 + {static} GetWorldPosByZ(ray:Ray, worldPosZ:float) : Vector3 + {static} GetWorldPosByZ(camera:Camera, screenPos:Vector3, worldPosZ:float) : Vector3 } @enduml
false
true
false
false
class
9f028ece6bd6859802465847ebdd59d13cf17272
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/BrowserExtension/Listeners/TabListener.puml
b24fcdad0c6d6e899d55d75b2c6852fd58409ae5
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
541
puml
@startuml skinparam linetype ortho skinparam monochrome true skinparam classAttributeIconSize 0 class TabListener { + TabListener(callback : function(BrowserEvent) : void) + start() + stop() } interface IListener { + IListener(callback : function(BrowserEvent) : void) + start() : void + stop() : void } TabListener .UP.|> IListener : implements TabListener ..> OpenTabEvent : creates TabListener ..> CloseTabEvent : creates TabListener ..> SwitchTabEvent : creates TabListener ..> NavigationEvent : creates @enduml
false
true
false
false
class
08d96053823922962d5610bc07a93d4305a73d63
40dff9f3accaa74abc586113fbe434a6a47073b4
/src/main/java/com/kiran/design/solid/a/srp/fixing_srp.puml
7839110bbf250480648760cc892321c72842a1a0
[]
no_license
kiranprakashb/design-core-java
05eac64aa217bf9acbbda21dcd7b98e56e558f20
2c661c0d2e0506b7fa547395527422205c4cd50e
refs/heads/main
2023-03-04T01:24:55.516348
2021-02-17T19:24:51
2021-02-17T19:24:51
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
248
puml
@startuml 'https://plantuml.com/class-diagram class Book { name author isbn text printText(Printer) mailText(Mailer) } class BookPrinter { book printBook() } class BookMailer { book mailBook() } Book <.. BookPrinter Book <.. BookMailer @enduml
false
true
false
false
class
9ca1148210081cbd059ebf21341bf6fec498f7be
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/EnergyConsumption/US722/US722_sd_EnergyConsumption.puml
82ec4ac3dc7b795b91de28559d7fe8481977189a
[]
no_license
Almadanmp/backend4
3aaa5cbe453041917a510ceee83bf318499a9823
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
refs/heads/master
2022-11-25T10:30:27.184246
2019-06-30T19:26:12
2019-06-30T19:26:12
194,547,877
0
0
null
2022-11-16T11:54:00
2019-06-30T18:24:24
Java
UTF-8
PlantUML
false
false
1,602
puml
@startuml skinparam titleBorderThickness 3 skinparam titleBorderColor indianred skinparam titleBackgroundColor ivory skinparam FontName quicksand skinparam actor { BorderColor indianred } skinparam sequence { LifeLineBackgroundColor indianred ParticipantBackgroundColor ivory } skinparam roundcorner 10 skinparam component { arrowThickness 1 ArrowFontName Verdana ArrowColor indianred ArrowFontColor darkslategrey } title US722 As a Power User [or Administrator], I want to know the total metered energy consumption of a grid in agiven time interval. actor PowerUser PowerUser -> EnergyConsumptionUI: runUS722 activate EnergyConsumptionUI ref over EnergyConsumptionUI selectGrid end ref ref over EnergyConsumptionUI getInputStartDate end ref ref over EnergyConsumptionUI getInputEndDate end ref EnergyConsumptionUI -> EnergyConsumptionController: getGridConsumptionInInterval \n(grid, startDate, endDate) activate EnergyConsumptionController EnergyConsumptionController -> Grid: getConsumptionInInterval \n(startDate, endDate) activate Grid Grid -> RoomList: getConsumptionInInterval \n(startDate, endDate) activate RoomList loop get consumption for each room RoomList -> Room: getConsumptionInInterval \n(startDate, endDate) activate Room Room --> RoomList: return double deactivate Room end RoomList --> Grid: return sum deactivate RoomList Grid --> EnergyConsumptionUI: return consumptionInInterval deactivate Grid deactivate EnergyConsumptionController EnergyConsumptionUI -> PowerUser: display total consumption in given interval deactivate EnergyConsumptionUI @enduml
false
true
false
false
usecase
affce7856d678bb41917fd535a4b589f06b318b4
bd46e0a53ff71933112f10fda4c8af680ec65fbc
/src/main/java/patterns/oop/strucutural/adapter/AdapterUML.puml
0507084728089975a9d076b109d3323b4bda549e
[]
no_license
zghib/experiment
8e98eee72e149d0cc010f6c54affa10be0795fc7
ee6518146b9419f3d7154422d3a333d7ba6fbbad
refs/heads/master
2021-01-10T01:41:41.654341
2016-03-03T13:04:42
2016-03-03T14:09:54
52,965,937
0
0
null
null
null
null
UTF-8
PlantUML
false
false
323
puml
@startuml class Client{ Adaptor adaptor doWork() } note bottom: doWork() - adaptor.methodA() class Adaptor{ methodA() } note bottom of Adaptor method1() . . . methodN() end note class Adaptee1{ method1() } class AdapteeN{ methodN() } Adaptor -up-> Adaptee1 Adaptor -up-> AdapteeN Client -> Adaptor @enduml
false
true
false
false
class
87e1d712673d97e48d94c9e8ae84d0d6aa90c3a5
971e28b34fda4bcc6fb00f8f2831e0cc9e8b339e
/assets/0004/0004-api-call.puml
d74ad328c863d96aebb77e7414831dc46a145fcc
[ "Apache-2.0" ]
permissive
mimblewimble/grin-rfcs
14032dbf5cbbd1cd9fce7921e0f49d10b7ad4cc2
50a98ab5d41f165777d6f58fea88e192d89e88e0
refs/heads/master
2023-05-03T02:46:08.851263
2022-11-10T10:58:18
2022-11-10T10:58:18
193,092,414
42
37
Apache-2.0
2022-07-08T09:07:52
2019-06-21T12:14:48
null
UTF-8
PlantUML
false
false
872
puml
@startuml actor "Client" as client participant "JSON-RPC API (if used)" as jsonrpc participant "Internal Rust API" as rustapi participant "Wallet Backend" as backend title Wallet API Call via JSON-RPC == API Call == client -> client: Supply stored token **t** in **req** as **req.t** client -> client: enc(**req**, **s**) -> **reqEnc** client -> jsonrpc: call_api_function(**reqEnc**) jsonrpc -> jsonrpc: dec(**reqEnc**, **s**) -> **req** jsonrpc -> rustapi: call_api_function(**req**) rustapi -> backend: retrieve_seed(**req.t** as **t**) backend -> backend: calc(**t** ^ **seedT**) -> **seed** rustapi -> backend: Internal Wallet Calls backend -> backend: Drop **seed** rustapi -> jsonrpc: Return (**resp**) jsonrpc -> jsonrpc: enc(**resp**, **s**) -> (**respEnc**) jsonrpc -> client: Return (**respEnc**) client -> client: dec(**s**, **respEnc**) -> **resp** @enduml
false
true
false
false
usecase
3da298486aad614a11cf88a17a2b01fd26fae2f2
13d8c83e14ae1cad511f30b984f5f4c86ed97976
/exercise43/docs/ex43.puml
9ea0ef06750a5ed4a2ea04a36783667829b60cbc
[]
no_license
drumman22/grossman-a04
5a31dcf4086dbfceb889c6437477cdb65e285041
4303c3147249bf183f5af5b4fffbbd843947ba6a
refs/heads/master
2023-09-06T04:20:42.918012
2021-10-26T15:55:32
2021-10-26T15:55:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
991
puml
@startuml class Solution43 Solution43 : + boolean getBoolInput(String message) Solution43 : + boolean validateBoolInput(String in, String message) Solution43 : + String getStringInput(String message) class WebsiteGenerator { - String siteName - String authorName - boolean createJSFolder - boolean createCSSFolder } WebsiteGenerator : + void createDirectory(File path) WebsiteGenerator : + void createFolder(File path) WebsiteGenerator : + void formatHtmlTemplate(File dir, File template) WebsiteGenerator : - copyFile(File source, File dest) WebsiteGenerator : + String getSiteName() WebsiteGenerator : + void setSiteName(String siteName) WebsiteGenerator : + String getAuthor() WebsiteGenerator : + void setAuthor(String author) WebsiteGenerator : + boolean isJSFolder() WebsiteGenerator : + void setJSFolder(boolean JSFolder) WebsiteGenerator : + boolean isCSSFolder() WebsiteGenerator : + void setCSSFolder(boolean CSSFolder) Solution43 -- WebsiteGenerator @enduml
false
true
false
false
class
bf246a5bfa48cc4daae9eafb5aad3d2c8cab3a23
41d8ff889f2692709445627095c502ea14a67530
/app/app.plantuml
d846e9e48484c051304597da903391802f9c29c2
[]
no_license
mjpguerra/teste_mvp
0b0d82e574115f0a0b4e5f889572e85df4f0ba59
72c8f2e3aaf9925f2466970f517a1d93da0ef577
refs/heads/master
2022-04-27T01:13:43.721070
2020-04-30T13:16:22
2020-04-30T13:16:22
260,213,241
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,184
plantuml
@startuml title __APP's Class Diagram__\n namespace androidx.databinding { class androidx.databinding.DataBinderMapperImpl { } } namespace androidx.databinding { interface androidx.databinding.DataBindingComponent { } } namespace androidx.databinding { namespace library.baseAdapters { class androidx.databinding.library.baseAdapters.BR { } } } namespace com.example.mvp_livedata_base_kotlin { class com.example.mvp_livedata_base_kotlin.BR { } } namespace com.example.mvp_livedata_base_kotlin { class com.example.mvp_livedata_base_kotlin.BuildConfig { } } namespace com.example.mvp_livedata_base_kotlin { class com.example.mvp_livedata_base_kotlin.DataBinderMapperImpl { } } androidx.databinding.DataBinderMapperImpl -up-|> androidx.databinding.MergedDataBinderMapper com.example.mvp_livedata_base_kotlin.DataBinderMapperImpl -up-|> androidx.databinding.DataBinderMapper 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
4513d6ca13b09c15bf5e32b0417a51ddea67a788
c10c73e06d3957dbcfedc4e460fb0d55390d3dff
/sprint_5/srcdoc/packetage.puml
8a992d33f398d2f669b558e74acae10f1ec62ad1
[]
no_license
IUT-Blagnac/MPA2014G3B1
0657abe79bf15e485d6fd7f43fb593acd8af5066
a9813632b34d1f5025df4bfb4e6018e7d40aefaa
refs/heads/master
2020-05-18T19:10:52.163783
2014-11-03T17:46:19
2014-11-03T17:46:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
321
puml
'----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- @startuml '----------------------------------- package MODEL { } package VUE { } package CONTROLEUR { } '----------------------------------- @enduml '-----------------------------------
false
true
false
false
uml-unknown
d7e14b9905e81c0c587db80b102028f562675bd3
138c18b72747d4091467927b614670fd4d61673c
/model/er.puml
e2bb42f3b8e448f550e3c22d7706105724b12b53
[]
no_license
catkeeper1/msdemo-adminservice
d55eb463a0baae3a9573ca0384cf5989d4eaad61
a77bd6718637c023eee9dcc41b6f377d9c8c2c30
refs/heads/master
2021-07-15T12:38:59.252102
2021-04-05T13:22:51
2021-04-05T13:22:51
92,664,351
2
1
null
null
null
null
UTF-8
PlantUML
false
false
462
puml
@startuml hide circle hide empty members entity Entity { *identifying_attribute : String -- 1.mandatory_attribute **bold** .mandatory_attribute2 **bold** **optional_attribute** } entity B { * identifying_attribute -- * mandatory_attribute **bold** **optional_attribute** } ' zero or one Entity::identifying_attribute "sdf" |o--o| "ss" B::identifying_attribute:comment ' exactly one C ||--|| D:ddd E }o--o{ F G }|--|{ H @enduml
false
true
false
false
sequence
84893a8974460918fe8c8a14fd70132de3b682bc
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Implement/MonoDefaultSingleton.puml
80f5c37b64e4078b3727a745b35ca6c033278eba
[]
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
176
puml
@startuml abstract class "MonoDefaultSingleton`1"<TSingleton> { } "MonoSingleton`2" "<TSingleton,ComponentSingletonProvider<TSingleton>>" <|-- "MonoDefaultSingleton`1" @enduml
false
true
false
false
class
2e3c2b7db56d58df2debe6f97f1696595e5fe514
857b854f7709da2372b395ff9445d6cb1787d3e1
/uml/pay.puml
156cdc36849fd1411e62d55105a59dedef5be061
[]
no_license
CasimirYang/demoframework
9297ba723839589c4ec59be7474a8bfff9604aa5
9f4da4c21ef2c9e280901e9c91e7d1014be40904
refs/heads/master
2020-04-13T06:56:12.561266
2019-03-11T06:51:21
2019-03-11T06:51:21
162,699,393
0
0
null
null
null
null
UTF-8
PlantUML
false
false
460
puml
@startuml actor browser == charge == browser -> G_Shield: insure G_Shield --> browser: 302 to checkout browser -> G_Shield: select channel to charge G_Shield -> grabPay: charge grabPay --> G_Shield: charge result G_Shield --> G_Shield: underwriting G_Shield --> browser: insure result == refund == browser -> G_Shield: withdrawal G_Shield -> grabPay: refund grabPay --> G_Shield: refund result G_Shield --> browser: withdrawal result @enduml
false
true
false
false
sequence
2ee44dbbd853668eb683f25d05b9bdd2b5466911
fa13be4c94434971f61e1f1ba5d7b46b0168b85d
/docs-dev/plantuml/est-ca-cloud-setup.plantuml
8da60b5a3d8318595390c960fc414d55d96255f2
[ "MIT" ]
permissive
Azure/iot-identity-service
244b907465d6a859491f12c3b30d547735345d96
33825efda701ae451cf6bb5e0f8b92f924c42acd
refs/heads/main
2023-08-08T13:06:49.644336
2023-07-27T22:35:44
2023-07-27T22:35:44
279,231,136
35
44
MIT
2023-09-14T18:53:27
2020-07-13T06:35:03
Rust
UTF-8
PlantUML
false
false
1,905
plantuml
@startuml title Cloud Setup participant "Operator" as operator participant "EST" as est participant "DPS" as dps autonumber operator -> operator: Create CA cert operator -> est: Register one or more CA certs with EST server to be used for verifying bootstrap cert,\nminting new EST identity certs,\nminting device CA certs,\nand optionally minting device identity certs note over est Some on-prem EST servers only support one openssl config for issuing certs. For example, they can be configured to only issue CA certs, or only issue client certs, or only issue certs that are both client certs and CA certs. They cannot be configured to issue certs differently based on the CSR or other parameters of the client's request. However, some cloud-based EST servers do support this, by letting the user configure different EST endpoints for different kinds of certs. So the user could configure one EST endpoint that only issues device identity certs, another that only issues device CA certs, and so on. These endpoints have individual configuration, so they can issue different kinds of certs with different signing CA certs and different issuance policies. Since the endpoints are still served by the same server instance, the same EST identity cert works for all of them. It's not like multiple independent EST servers that would each require a separate identity cert. This means the user could have a single EST endpoint, in which case they have a single CA cert that signs both device identity and other certs, or they have multiple endpoints where one only signs device identity certs with a CA dedicated for device identity certs. In the former case, the common CA is the one they would upload to DPS. In the latter case, the device identity CA is the one they would upload to DPS. end note operator -> dps: Register CA cert with DPS\nto be used for validating device identity certs @enduml
false
true
false
false
sequence
738d91b5253f6498d2cb4a9095a1fb05d980336b
10c70d803fb299bf310b7426efb96ff2ff4fe260
/diagrams/basicUsageSequence.puml
3f2e939f99650bb68d364b8e527b7f44ec448800
[ "MIT" ]
permissive
judovana/simple-queue-plugin
c68322d8a7e31d29c46dfa97394e3dcc83ccb19c
f753f144dd614eb11a9e16e3b9aa930e96d21dfa
refs/heads/master
2023-03-16T10:16:27.109215
2022-08-23T08:58:46
2022-08-23T08:58:46
500,503,513
0
0
MIT
2022-06-06T16:10:09
2022-06-06T16:10:08
null
UTF-8
PlantUML
false
false
453
puml
@startuml title Reading queue participant "User\n with READ perm." as User User-> Jenkins: Root page request Jenkins -> Jenkins: Parsing \nqueue/index.jelly Jenkins --> User: Response with queue data User -> Jenkins: Resources requests Jenkins --> User: Other resources (css,js,png) ...5 seconds later... User -> Jenkins: Ajax Build Queue request Jenkins -> Jenkins: Parsing \najaxBuildQueue.jelly Jenkins --> User: Response with new build queue @enduml
false
true
false
false
sequence
27b19317f90dde924481a4957bf7e1e900660b2d
1e11c25e715c9345079e14270f00270c129973b6
/src/doc/uml/process_invalidation_entries_synchronous_sequence.plantuml
21cedaf708d13577bf8dc48b2501831f292c4022
[ "MIT" ]
permissive
ppodgorsek/juncacher
2e0bdbca58700da7bb670c7c32c5c42c374cfe57
3f19e920ef3c9a1b213786fd1c1be5c107dbd961
refs/heads/master
2023-09-03T09:21:29.204319
2022-04-03T16:21:49
2022-04-03T16:21:49
25,368,953
2
0
MIT
2022-04-03T16:21:50
2014-10-17T17:21:55
Java
UTF-8
PlantUML
false
false
1,773
plantuml
@startuml participant "InvalidationManager" participant "InvalidationProcessor 1" #lightgreen participant "InvalidationCollector 1" #lightgreen participant "InvalidationInterceptor" participant "InvalidationProcessor 2" #lightblue participant "InvalidationCollector 2" #lightblue -> InvalidationManager: invalidateEntries(entriesToInvalidate) activate InvalidationManager loop processorWithCollector: processorsWithCollectors "InvalidationManager" -> "InvalidationProcessor 1": invalidateEntries(entriesToInvalidate) activate "InvalidationProcessor 1" "InvalidationProcessor 1" -> "InvalidationInterceptor": preHandle() activate "InvalidationInterceptor" "InvalidationInterceptor" --> "InvalidationProcessor 1" deactivate "InvalidationInterceptor" loop entry: entriesToInvalidate "InvalidationProcessor 1" -> "InvalidationProcessor 1": invalidateEntry(InvalidationEntry entry) end "InvalidationProcessor 1" -> "InvalidationInterceptor": postHandle() activate "InvalidationInterceptor" "InvalidationInterceptor" --> "InvalidationProcessor 1" deactivate "InvalidationInterceptor" "InvalidationProcessor 1" --> "InvalidationManager": invalidatedEntries deactivate "InvalidationProcessor 1" InvalidationManager -> "InvalidationCollector 1": addInvalidationEntries(entriesNotInvalidated) activate "InvalidationCollector 1" "InvalidationCollector 1" --> "InvalidationManager" deactivate "InvalidationCollector 1" "InvalidationManager" -> "InvalidationProcessor 2": invalidateEntries(entriesInvalidatedByProcessor1) note over "InvalidationProcessor 2","InvalidationCollector 2": The same logic is performed by the\nnext processor/collector in the loop "InvalidationProcessor 2" --> "InvalidationManager" end deactivate InvalidationManager @enduml
false
true
false
false
sequence
aae2d7ff02898535a0b1f8fa93d93fd2d00d26df
f5f59016295a183565af167a861e2c8db9f1b070
/diagrams/src/Application/Models/DataTransferObjects/PaidForResultDto.puml
638da00b8b8d34b1c08aa599c1f7d497c47c22fe
[ "MIT" ]
permissive
converge-app/collaboration-broker-service
fb21788289134c265f1cd5db3ceaa3f32ba18406
69c676a5bbb3e602f939f9c91680560a6c63926a
refs/heads/master
2023-03-19T11:36:58.937045
2019-12-17T12:06:26
2019-12-17T12:06:26
218,333,241
0
0
MIT
2023-03-04T01:16:20
2019-10-29T16:29:32
C#
UTF-8
PlantUML
false
false
201
puml
@startuml class PaidForResultDto { + Id : string <<get>> <<set>> + ProjectId : string <<get>> <<set>> + FreelancerId : string <<get>> <<set>> + State : string <<get>> <<set>> } @enduml
false
true
false
false
class
9a89dea87ca95772712b27305f6359fec6a3f50e
8eabea6d7b12b141ed8a69c90858dbd35a2af030
/src/main/java/ex41/NameSorter.puml
df175681c48c76458408c915e11bc80a8d78901e
[]
no_license
nick-vigg/Viggiani-cop3330-assignment3
aa25109fe489d855f39b809cea590ab01fea70e8
f2ea210afde2d5cf7202a8c1f3531cb57134628f
refs/heads/master
2023-05-24T09:59:18.207445
2021-06-20T17:45:58
2021-06-20T17:45:58
378,286,766
0
0
null
null
null
null
UTF-8
PlantUML
false
false
177
puml
@startuml 'https://plantuml.com/sequence-diagram class NameSorter{ ArrayList<String> nameList; } class Input{ ArrayList<String> nameList; File file; } Input->NameSorter @enduml
false
true
false
false
class
a07132b8509e666d00bf31f675adf7e5f44faaaf
277510c06b82f033ec74f5996fac0d0e13127daa
/src/main/java/com/lukire/entity/types/types.plantuml
647a2f0b4645180d66b4bef9929eae06f5e22f3d
[]
no_license
Lukires/school_cannon
c5448379fb5f33900ea31eab0f3643fd50643e83
4c82a7221a406c4c6a4c87a68c764136fc968346
refs/heads/master
2020-07-13T17:37:34.052637
2019-09-22T22:58:25
2019-09-22T22:58:25
205,124,231
3
0
null
null
null
null
UTF-8
PlantUML
false
false
537
plantuml
@startuml title __TYPES's Class Diagram__\n namespace com.lukire.entity { namespace types { abstract class com.lukire.entity.types.Projectile { } } } com.lukire.entity.types.Projectile .up.|> com.lukire.entity.attributes.EntityCollision com.lukire.entity.types.Projectile -up-|> com.lukire.entity.Entity 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
fcf3652ca5d950feb3ceb22179e37bcad58148f7
31ef7a78855b0fb0e9644dd61907e0c811b0daf6
/benchmark-prover9-spass/benchmark/class_diagram.puml
861f7c36ee7b7501e05c42695cbcf08891f2d717
[]
no_license
Przemcom/studio_projektowe1
f7d57affe30324c0d1470e719a05d8efd92fc701
a6418b164ee76b7dcb9c3287fb05ace1a79c13d3
refs/heads/master
2021-06-14T20:36:30.730708
2021-03-29T18:33:24
2021-03-29T18:33:24
179,491,905
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,916
puml
@startuml package "Benchmark blackbox" { TestCase --* TestSuite TestSuite o-- TestInput TestInput *-- Translator TestSuite *-- Parser TestSuite --o Benchmark Parser <|-- Prover9Parser : implements Parser <|-- SPASSParser : implements SATType - SATStatistics TestSuite - ParserToExecutable Statistics --* Benchmark HardwareStatistics --o Benchmark SATStatistics -- TestCaseStatistics SATStatistics -o TestSuite TestCaseStatistics -- Statistics HardwareStatistics - Statistics Config *-- Main Logger *-- Main Benchmark *-- Main OutStatistics . Parser OutStatistics <|-- Prover9Statistics : extends OutStatistics <|-- SPASStatistics : extends SATStatus - OutStatistics TestCaseStatistics *-- OutStatistics TestCaseStatistics - TestSuiteStatistics TestSuiteStatistics -o TestSuite ' for formating OutStatistics -[hidden]- HardwareStatistics SPASStatistics -[hidden]- HardwareStatistics } enum SATType { FOF CNF TFF TCF } enum ParserToExecutable { SPASSParser="spass" Prover9Parser="prover9" } enum SATStatus { satisfiable unsatisfiable error } class Main { - log : Logger - config : Config - benchmark : Benchmark - output_dir : string + main() : void } class Logger { - verbosity: int - log_file: string } class TestInput { - format : string - {static} translators : Translator[] + getTestCase(translators: Translator[]) : string + getInputStatistics() : SATStatistics + translate(from: string, to: string) : string + as(format: string) : string } abstract class Translator { - from : string - to : string + {static} translate(path: string): string } class Statistics <<serializable>> { - date - suites : TestSuiteStatistics[] - hardware : HardwareStatistics } class TestCaseStatistics <<serializable>> { - name : string - options : string[] - peak_memory : int - cpu_time : int - execution_time : int - input : SATStatistics - output : OutStatistics } class TestSuiteStatistics <<serializable>> { - program_name : string - program_version : string - test_cases : TestCaseStatistics[] } class HardwareStatistics <<serializable>> { - operating_system - system_version - cpu - memory - disk + {static} getHardwareStatistics() : HardwareStatistics } class SATStatistics <<serializable>> { - name : string - SAT_type : SATType - number_of_clauses : int - number_of_atoms : int - maximal_clause_size : int - number_of_predicates : int - number_of_functors : int - number_of_variables : int - maximal_term_depth : int } class OutStatistics <<serializable>> { - SAT : SATStatus - error : string } class Prover9Statistics <<serializable>> { } class SPASStatistics <<serializable>> { } abstract class Parser <<interface>> { + parse(output : stream) : OutStatistics } class Prover9Parser { + parse(output : stream) : OutStatistics } class SPASSParser { + parse(output : stream) : OutStatistics } class TestCase { - name : string - options : string[] - format : string - input_as_last_argument : bool - input_after_option : string - include_ony : string[] - exclude : string[] + run(executable : string, PATH: string, aditional_options : string, parser : Parser, test_input: TestInput) : TestCaseStatistics[] } class TestSuite { - name : string - executable : string - PATH : string - version : string - options : string[] - parser : Parser - test_cases : TestCase[] - test_inputs : TestInput[] - matchParser(string executable) : Parser + run() : TestSuiteStatistics } class Config { - config_file_path : string - test_suites : TestSuite [] - test_inputs : TestInput [] - test_cases : TestCase [] - translators : Translator [] - load_config() : void } class Benchmark { - test_suite : TestSuite[] - override_output : bool - statistics : Statistics[] - hardware_statistics : HardwareStatistics + run() : void } @enduml
false
true
false
false
class
fcdd87048eacdb6593d38b71dcab5700f1d315f7
6e34464c25624e18411f69f0b407a1c288081208
/Design/ts_tsc.plantuml
a000ad5900def79629ab84becc9c9d17d83ca01b
[]
no_license
sys-bio/SBviper
5d70a61c5bfc57a0188d71b232f4c28317215af5
42e25e2d59fad13552d75fdc018c7ee1ae93ccaa
refs/heads/master
2023-02-16T14:46:22.970911
2020-11-24T08:37:52
2020-11-24T08:37:52
285,352,363
1
0
null
null
null
null
UTF-8
PlantUML
false
false
936
plantuml
@startuml TimeSeriesCollection o-- TimeSeries 'TimeSeries *-- SteadyState class TimeSeriesCollection { +_time_series_dict : dict of variable_str to TimeSeries object +variables() : numpy.ndarray +time_series() : numpy.ndarray +size() : int +add_time_series(variable, time_series) : void +get_time_series(variable) : TimeSeries } class TimeSeries { +_variable : string +_time_points : numpy.ndarray +_values : numpy.ndarray +variable() : string +time_points() : ndarray +values() : numpy.ndarray +size() : int +get_value_at_time(int time_point) : numpy.float64 +replace_values_at(list time_points, list new_values) : void } note left of TimeSeriesCollection::get_time_series { returns the TimeSeries object of the input specie } note right of TimeSeries::time { len(time) = number_of_points time[0] = time_start time[len(time) - 1] = time_end } @enduml
false
true
false
false
class
89ff50b77b28b25b5230caec418ec777d9bacdc8
af4ebff03b68cbddb994debba55a14427c4d45e2
/p1_usecase.puml
00a19ffb26f247ca68ede4fde8dc8af1a79579b5
[]
no_license
BrunoSilvaFreire/Modelagem
6adda34b5808c84ae83134c58c3ca0e959a04ffc
56f3b47cd7e6eb4c14de50668fd913a0a1948e21
refs/heads/master
2020-08-07T11:06:57.703038
2019-10-09T20:17:46
2019-10-09T20:17:46
213,425,584
0
0
null
null
null
null
UTF-8
PlantUML
false
false
562
puml
@startuml title Diagrama de caso de uso :Engenheiro Autor: as Admin (Desenvolver texto técnico\n em formato PDF) as P1 (Inserir e indexar\n lote de documentos) as A1 (Inserir e indexar\n documento único) as A2 (Remover lote de documentos \ne atualizar indices) as A3 (Remover documentos único \ne atualizar indices) as A4 Admin --> A1 Admin --> A2 Admin --> A3 Admin --> A4 P1 .up. A1: extends P1 .up. A2: extends :Engenheiro Usuário: as User (Consultar documentos) as U1 (Visualizar documentos \nrecuperados) as U2 User -up-> U1 User -up-> U2 @enduml
false
true
true
false
uml-unknown
da05d98cddbb819be4ab0c8df519fd9a01202a9a
9c840b59d25cfdc04e7681291b3229cedda4650f
/static/imgs/classify-prometheus-exporter/prometheus-exporter.puml
29281b1329234a632d7f80392b0507863e0b0b9b
[]
no_license
zinrai/d.zinrai.net
292e6530ab52f3d6328b8df436bd589c9eced2ef
5fb9f9ca49e7749ae25f5e405b5621de28b02cbd
refs/heads/master
2022-10-19T10:05:16.159853
2022-09-26T10:35:46
2022-09-26T10:35:46
180,371,835
0
0
null
null
null
null
UTF-8
PlantUML
false
false
915
puml
@startuml node "Prometheus Server" { [Prometheus] } node "Server" as ProxyServer { [Proxy exporter] } node "Server" as SidecarServer { [Sidecar exporter] [application] as sidecar_app [Sidecar exporter] --> sidecar_app : Protocol } node "Server" as NativeServer { frame "application" { [Native exporter] [application] as native_app } [Native exporter] --> native_app } node "Target" as Target1 { [service] as service1 } node "Target" as Target2 { [service] as service2 } node "Target" as Target3 { [DNS] } node "Target" as Target4 { [Host] } node "Target" as Target5 { [SNMP] } [Prometheus] --> [Proxy exporter] : HTTP [Prometheus] --> [Sidecar exporter] : HTTP [Prometheus] --> [Native exporter] : HTTP [Proxy exporter] --> [Host] : ICMP [Proxy exporter] --> service1 : TCP [Proxy exporter] --> service2 : HTTP [Proxy exporter] --> [DNS] : DNS [Proxy exporter] --> [SNMP]: SNMP @enduml
false
true
false
false
sequence
aa2fb33c05fd2b18c1fa3009dc976051aa5cd5db
105171abc9ad1f14285ff1e839ce907a44a06195
/src/graphicalUserInterface/drawers/drawers.plantuml
1fccb8aa96093daee3eea81a5d74f81d2f0f4a4f
[]
no_license
Sam-Malpass/Build-A-Net
517e20ff04764fc104db7e063da35a38bafff26f
e8259a031b588cd6087cc94f2349bcbb751fb4a2
refs/heads/master
2022-12-08T17:01:09.936646
2020-09-11T06:46:10
2020-09-11T06:46:10
232,276,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,548
plantuml
@startuml title __DRAWERS's Class Diagram__\n namespace graphicalUserInterface { namespace drawers { class graphicalUserInterface.drawers.LayerToolboxDrawer { - context : GraphicsContext - startY : double + LayerToolboxDrawer() + drawToolBox() + highlightBox() - drawDebugLines() - drawLayer() - resetArea() } } } namespace graphicalUserInterface { namespace drawers { class graphicalUserInterface.drawers.NetworkDrawer { ~ yposFrom : double ~ yposTo : double - context : GraphicsContext + NetworkDrawer() + drawAllLayers() + drawAllNeurons() + drawConnections() + highlightLayer() + resetArea() - drawConnection() - drawLayerBox() - drawNeuron() } } } namespace graphicalUserInterface { namespace drawers { class graphicalUserInterface.drawers.NeuronToolboxDrawer { - baseYName : double - baseYNeuron : double - context : GraphicsContext + NeuronToolboxDrawer() + drawToolBox() + highlightBox() - drawDebugLines() - drawName() - drawNeuron() - resetArea() } } } 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
49a1b63db8058fdbd3d45c249965799ada8a1d31
dd70e50722d69880a5431a950c1d57ec2dfe70dc
/doc/uml/04_deployment.puml
e971b9f4bd4b485a1c3992abee8fc2fb1766e6ae
[]
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
128
puml
@startuml 04_deployment actor User rectangle computer{ rectangle CLI database MySQL } User - CLI CLI - MySQL @enduml
false
true
false
false
sequence
4d4045d31eac249d971e4cbcd593e8702c4535a0
317138d37430f9f52d740b823ba81162886cd8d9
/main/src/main/java/com/anniefraz/dissertation/main/csvResults/csvResults.plantuml
1825abf82cc517719921047d1ad9e21f9fc720e1
[]
no_license
AnnieFraz/GIN
dffb35140a7080d6a9b814f986225dda1240f1ec
e3dfe1e87cea21b4897399fb5e64a48ba9d67e1a
refs/heads/master
2021-10-26T00:15:41.820527
2019-02-27T12:23:43
2019-02-27T12:23:43
150,884,121
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,933
plantuml
@startuml title __CSVRESULTS's Class Diagram__\n package com.anniefraz.dissertation.main.csvResults { class CSVResult { - iteration : int - populationSize : int - population : List<Patch> - offspring : List<Offspring> - neighbour : List<Neighbour> {static} - csvResultBuilder : CSVResultBuilder + CSVResult() + setIteration() + setPopulationSize() + setPopulation() + setOffspring() + setNeighbour() + setOffspringParent() + getIteration() + getPopulationSize() + getPopulation() + getOffspring() + getOffspringParent() + getNeighbour() {static} + getCsvResultBuilder() } } package com.anniefraz.dissertation.main.csvResults { class CSVResultBuilder { - iteration : int - populationSize : int - population : List<Patch> - offspring : List<Offspring> - neighbour : List<Neighbour> + CSVResultBuilder() + setIteration() + setPopulationSize() + setPopulation() + setOffspring() + setOffspringParent() + setNeighbour() + build() } } package com.anniefraz.dissertation.main.csvResults { class CSVResultFileWriter { {static} - LOG : Logger - csvWriter : CSVWriter + CSVResultFileWriter() + writeResult() + close() } } package com.anniefraz.dissertation.main.csvResults { interface CSVResultWriter { {abstract} + writeResult() } } CSVResult o-- Patch : offspringParent CSVResultBuilder o-- Patch : offspringParent CSVResultFileWriter -up-|> CSVResultWriter 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
716c1dbef417cdbc6d1d52202fb322e160a87b2e
52aea3f738a92002a439558e41177cf9a6b194c7
/docs/architecture.puml
ce52594e95a815203ff7a5933cd144b0b06c8ff1
[ "MIT" ]
permissive
naucon/Registry
58095f2b256fda3a32158fffcc562ce67e0c4460
fe67ef224585acb73857955043ea45e202b6be85
refs/heads/master
2021-01-22T03:39:07.546429
2017-05-25T16:50:50
2017-05-25T16:50:50
92,388,297
2
0
null
null
null
null
UTF-8
PlantUML
false
false
622
puml
@startuml interface RegistryInterface { +register($identifier, $entry) +unregister($identifier) +get($identifier) +has($identifier) +all() +count() } RegistryInterface ..|> Countable interface Countable { +count() } abstract class Registry { + __construct(string $className) +register($identifier, $entry) +unregister($identifier) +get($identifier) +has($identifier) +all() +count() } Registry ..|> RegistryInterface interface RegistryAwareInterface { +void setRegistry(RegistryInterface $registry); } RegistryAwareInterface --> RegistryInterface @enduml
false
true
false
false
class
6837500e67fa0d6bd1cb9346810c50f5f0dcf5e5
7e040972b62a51d32358c08ce72d3d90f237b58b
/diagramas/diagramaClaseTablero.plantuml
d7f05a0e320372d7a9216458f49f16d3ed74b836
[ "MIT" ]
permissive
tomasshiao/TP2_Algo3_TEG
6df81b59b7b159a8d388301a6a05e04e4375b610
08adafa5d261faf02ce356613acd01e25027b8d7
refs/heads/master
2023-07-02T16:46:27.036146
2021-08-10T23:05:27
2021-08-10T23:05:27
380,359,870
0
4
MIT
2021-08-10T23:05:27
2021-06-25T21:43:25
Java
UTF-8
PlantUML
false
false
482
plantuml
@startuml class Tablero{ } class Batalla{ - int victoriaDefensor; - int victoriaAtacante; + obtenerPerdedorDeBatalla() : Pais; - determinarVictoriosoDeGuerra() : Pais; + obtenerVictorioso() : Pais; } class Continente{ +paises: Pais +juagdor: Jugador } class Pais{ +jugador: Jugador } class Dado{ +obtenerNumeros(numeroDeTropas): list } Tablero *---> "5" Continente Tablero ---> Batalla Batalla-->Dado Tablero ---> "..*" Pais @enduml
false
true
false
false
class
fd5e98fc4f90589c577e673b729314892d854fd6
ba208cf523a13bba86a9d4da0d4700cb45a316f2
/src/main/java/com/Analysis.puml
4777cfcbe5c354aeae8011d0ca5f5a2defbfa10b
[]
no_license
NikitaFalkon/MvcServerForApplication
6985344ae9699a09b91f1662c898880b4f5c66d1
a129b277147c608b3d796adea1d335c26326c405
refs/heads/main
2023-04-30T12:43:01.219747
2021-05-20T12:41:41
2021-05-20T12:41:41
356,969,797
0
0
null
null
null
null
UTF-8
PlantUML
false
false
791
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber Browser -> UserController: request(id) activate Browser activate UserController UserController -> PatientService: showById(id) activate PatientService PatientService ->Database: findById(id) activate Database Database --> PatientService: patient deactivate Database PatientService -->UserController: patient deactivate PatientService UserController -> Analysis: comparsion(patient) activate Analysis Analysis ->Database:findNorma(patientSex, patientAge) activate Database Database --> Analysis: norma deactivate Database Analysis -> Analysis: analysing(patient, norma) Analysis --> UserController: resultOfAnalysis() deactivate Analysis UserController -->Browser: showResult() deactivate UserController deactivate Browser @enduml
false
true
false
false
sequence
9991a9a453516bd0de68be213156f1e8a77ed3d6
8ff25d03bf11327f7afa531fd92c0b12705aeccf
/doc/cruise_control.puml
ab499ea0a147681fed9f7cc7bddd129670309e1b
[]
no_license
jec/cruise_control
ac060a0ffe909f4e28feaa4bb4314df229ff7686
a0129d384acdb5d656a7ea0879ec6ff081a83160
refs/heads/master
2023-04-16T15:30:50.642007
2021-04-26T19:05:38
2021-04-26T19:05:38
361,774,126
0
0
null
null
null
null
UTF-8
PlantUML
false
false
657
puml
@startuml [*] --> off : Car is started off: CC is off off --> on : On/Off off --> off : Set/Accel off --> off : Res/Coast off --> off : Cancel on: CC is turned on but\nnot controlling vehicle;\nno previous speed on --> off : On/Off on --> active : Set/Accel on --> on : Res/Coast on --> on : Cancel inactive: CC is turned on but\nnot controlling vehicle;\nhas previous speed inactive --> off : On/Off inactive --> active : Set/Accel inactive --> active : Res/Coast inactive --> inactive : Cancel active: CC is controlling vehicle active --> off : On/Off active --> active : Set/Accel active --> active : Res/Coast active --> inactive : Cancel @enduml
false
true
false
false
sequence
2624a5a70bae8219a9da0760c1f7fada59576c1b
4fbf66cb8d946d98764ea41655530cd86c9dfe1b
/use-case/use-case-6.puml
886d809d04217d79fcd94facfd0ff07d4d2134fb
[ "Apache-2.0" ]
permissive
bobooo40/world_population
954b10b8cd380815fab39de85f2a585535d4c8d4
dd790b209649f1eed4a023fb3ba226c8de4aa9a1
refs/heads/master
2022-06-29T11:45:07.815351
2020-02-07T11:14:21
2020-02-07T11:14:21
232,704,583
0
0
Apache-2.0
2022-06-21T02:38:55
2020-01-09T02:29:17
TSQL
UTF-8
PlantUML
false
false
714
puml
'USE CASE: 6 Produce a report on the top N populated capital cities (the world, a region, a continent) where N is provided by the user @startuml 'Delecare skinparam skinparam packageStyle rectangle 'Declare actor as user actor User 'Declare database as D for world sql rectangle "World Database" as D rectangle "Report on the top N populated capital cities" { 'Delcare usecase information usecase UC1 as "Request for the top N populated capital cities " usecase UC2 as "Query by certain area by numbers N" usecase UC3 as "View capital cities information by numbers of N" 'Start usecase diagram User --> UC1 '(start) -down-> UC1 UC1 .down.> UC2:include UC2 .left. D UC2 .down.> UC3 } 'End usecase diagram @enduml
false
true
false
false
usecase
96f9ec69ae4c81be963a43f95ed349417a969014
52ba427f53f8af305989c471eac3f6658587499d
/src/main/resources/数据库设计/数据库表设计E-R图.puml
e0f5545843bc40ca97e2e4ab2008d142d1bf86fb
[]
no_license
HappyFreeAngel/springcloud-gateway-dynamic-route
444114df5f67fe63a960e27bf40c794380bbbcee
364d99cbdc6ba09ed7b07ce15aed96b23d7f1827
refs/heads/master
2020-07-28T01:13:04.293957
2019-11-05T15:44:04
2019-11-05T15:44:04
209,264,996
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,592
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes ' entities Table(user, "user\n(User in our system)") { primary_key(id) INTEGER not_null(unique(username)) VARCHAR[32] not_null(password) VARCHAR[64] } Table(session, "session\n(session for user)") { primary_key(id) INTEGER not_null(user_id) INTEGER not_null(unique(session_id)) VARCHAR[64] } Table(user_profile, "user_profile\n(Some info of user)") { primary_key(user_id) INTEGER age SMALLINT gender SMALLINT birthday DATETIME } Table(group, "group\n(group of users)") { primary_key(id) INTEGER not_null(name) VARCHAR[32] } Table(user_group, "user_group\n(relationship of user and group)") { primary_key(user_id) INTEGER primary_key(group_id) INTEGER joined_at DATETIME } ' relationships ' one-to-one relationship user -- user_profile : "A user only \nhas one profile" ' one to may relationship user --> session : "A user may have\n many sessions" ' many to many relationship ' Add mark if you like user "1" --> "*" user_group : "A user may be \nin many groups" group "1" --> "0..N" user_group : "A group may \ncontain many users" @enduml
false
true
false
false
sequence
2886f550fdcf7ee8c7361d8eac534403de5e2733
bf63aeb49921e539ab4c224134419da2ce68f091
/design/initialization-sequence-diagram.puml
ab11138169050ffa86dc32739bc36de30c3dc2fa
[ "Apache-2.0" ]
permissive
sesteves/rugged-main
e67a75ebd17c72a6a1773ed633425eb97a8c6f94
d5076af559d7c49a9f69eaa3ed7ba4f161a48a62
refs/heads/master
2020-04-06T06:58:09.162911
2016-08-30T22:30:57
2016-08-30T22:30:57
60,627,263
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,699
puml
' Copyright 2013-2015 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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 SequenceActorBackgroundColor #F3EFEB/CCC9C5 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 actor "UserMain" as A participant "MissionSpecificDEM" as B participant "Rugged" as R participant "ExtendedEllipsoid" as E participant "SpacecraftToObservedBody" as S participant "LineSensor" as LS participant "Orekit" as O activate A A -> A : loadModels A -> B : create activate B deactivate B A -> A : unfoldOpticalPath activate A deactivate A A -> R : create(DEM, algorithm, frames, ellipsoid, ephemeris) activate R R -> E : create activate E deactivate E R -> O : createProviders(ephemeris) activate O O --> R : position/velocity/atttitude providers deactivate O R -> S : create activate S deactivate S deactivate R A -> LS : create activate LS deactivate LS A -> R : addLineSensor activate R deactivate R A -> LS : create activate LS deactivate LS A -> R : addLineSensor activate R deactivate R A -> LS : create activate LS deactivate LS A -> R : addLineSensor activate R deactivate R deactivate A @enduml
false
true
true
false
usecase
284652297c0c1b84ed6313b19908039241b1b2c9
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/16 Creole/2 List.puml
633b3708e08081f1fc31f0ad2776bbb00192183f
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
256
puml
@startuml object demo { * Bullet list * Second item } note left * Bullet list * Second item ** Sub item end note legend # Numbered list # Second item ## Sub item ## Another sub item # Third item end legend @enduml
false
true
false
false
object
c40de09748b137fac0154dea01e5fc4224f6e391
fa7d519efa38ae8bd29d8f2179f6d138e8d8d962
/use-case/group5.puml
51a4666697981f99c4c814dbf3c43fa45fcc4ff8
[ "Apache-2.0" ]
permissive
Ngwe-Yee/group5
a3d9cdbd33e2d0f207328028f94281cd343e6799
d6c8efebb0849d9275e6bccade6e343d93e63e39
refs/heads/master
2023-01-27T11:32:31.915557
2020-12-05T06:51:34
2020-12-05T06:51:34
309,702,374
1
0
null
null
null
null
UTF-8
PlantUML
false
false
3,920
puml
@startuml left to right direction actor User as "User" rectangle "World Organization" { usecase UC1 as "Display all the countries in the world organised by largest population to smallest." usecase UC2 as "Display all the countries in a continent organised by largest population to smallest." usecase UC3 as "Display all the countries in a region organised by largest population to smallest." usecase UC4 as "Display the top N populated countries in the world where N is provided by the user." usecase UC5 as "Display the top N populated countries in a continent where N is provided by the user." usecase UC6 as "Display the top N populated countries in a region where N is provided by the user." usecase UC7 as "Display all the cities in the world organised by largest population to smallest." usecase UC8 as "Display all the cities in a continent organised by largest population to smallest." usecase UC9 as "Display All the cities in a region organised by largest population to smallest." usecase UC10 as "Display All the cities in a country organised by largest population to smallest." usecase UC11 as "Display All the cities in a district organised by largest population to smallest." usecase UC12 as "Display The top N populated cities in the world where N is provided by the user." usecase UC13 as "Display The top N populated cities in a continent where N is provided by the user." usecase UC14 as "Display The top N populated cities in a region where N is provided by the user." usecase UC15 as "Display The top N populated cities in a country where N is provided by the user." usecase UC16 as "Display The top N populated cities in a district where N is provided by the user." usecase UC17 as "Display The top N populated cities in a district where N is provided by the user." usecase UC18 as "Display All the capital cities in the world organised by largest population to smallest." usecase UC19 as "Display All the capital cities in a continent organised by largest population to smallest." usecase UC20 as "Display All the capital cities in a region organised by largest to smallest." usecase UC21 as "Display The top N populated capital cities in the world where N is provided by the user." usecase UC22 as "Display The top N populated capital cities in a continent where N is provided by the user." usecase UC23 as "Display The top N populated capital cities in a region where N is provided by the user." usecase UC30 as "Display The population of people, people living in cities, and people not living in cities in each continent." usecase UC31 as "Display The population of people, people living in cities, and people not living in cities in each region." usecase UC32 as "Display The population of people, people living in cities, and people not living in cities in each country." usecase UC27 as " Display The population of a world." usecase UC24 as "Display The population of a continent." usecase UC25 as "Display The population of a region." usecase UC26 as "Display The population of a country." usecase UC28 as "Display The population of a district." usecase UC29 as "Display The The population of a city." User --> UC1 User --> UC2 User --> UC3 User --> UC4 User --> UC5 User --> UC6 User --> UC7 User --> UC8 User --> UC9 User --> UC10 User --> UC11 User --> UC12 User --> UC13 User --> UC14 User --> UC15 User --> UC16 User --> UC17 User --> UC18 User --> UC19 User --> UC20 User --> UC21 User --> UC22 User --> UC23 User --> UC24 User --> UC25 User --> UC26 User --> UC27 User --> UC28 User --> UC29 User --> UC30 User --> UC31 User --> UC32 } @endum
false
true
false
false
usecase
9ee8ea9cee91b9b6ff92cee642853c15cada3515
a81e562f727c45dbbca8c325630d0e26005d651c
/docs/plantuml/Systemarchitecture.puml
17fd5546cb790eb2b434179ea8d6a775e329b108
[]
no_license
kelvinleclaire/PA2
46768de9af832d892812d39b248bf1636eb52db3
39fc53a5ecbcdecd81ace88a5f681769dc62813c
refs/heads/main
2023-04-30T16:37:05.951439
2021-05-18T10:21:49
2021-05-18T10:21:49
368,485,770
0
0
null
null
null
null
UTF-8
PlantUML
false
false
633
puml
@startuml package "App" { [Startseite] -> [Login] [Login] -> [Aufgabenauswahl] [Aufgabenauswahl] -> [Administration] [Aufgabenauswahl] --> [Vorarbeit] [Aufgabenauswahl] ---> [Prüfung] } package "Vorarbeit" { [Montageplaner/Vorarbeiter] -> [Prüfplan] [Prüfplan] -> [Messwerte] : Werkstücktyp [Messwerte] -> [Korrektur/Bestätigung] } package "Prüfung" { [Prüfer/Arbeiter] -> [Prüfauftrag] [Prüfauftrag] --> [Prüfplan] [Prüfauftrag] -> [Prüfstück] [Prüfstück] -> [Bluetooth-Messregler] [Bluetooth-Messregler] -> [Report] } package "Administration" { [Admin] -> [Nutzerverwaltung] } @enduml
false
true
true
false
sequence
9ed4bb4f01e8a21591a591b374a44ec256425741
b892c67f502bedc1ba9a7955fba254878b62d275
/plantuml/OAuth_SCIM.puml
f8d26c0cceecf94512d96d75396121e13ad23d89
[ "MIT" ]
permissive
amartyushov/amartyushov.github.io
191e29f840e5cb7dcd4e7da97bdc681b8e94bac4
b524da97848c59e3541fb47fdc654f2285698755
refs/heads/master
2021-06-27T07:03:06.365527
2021-03-07T12:41:39
2021-03-07T12:41:39
111,903,687
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,569
puml
@startuml MailingService --> SPM : POST /p/token (clientId, secret) MailingService <-- SPM : AcessToken ||| MailingService -[#blue]> SPM : /p/subscriptionservice (Authorization: Bearer XYZ) SPM -[#blue]> TomcatFilterChain TomcatFilterChain -[#blue]> TomcatFilterChain : OAuthAuthenticationFilter\n(Validate token) TomcatFilterChain -[#blue]> TomcatFilterChain : AuthenticationFilter\n(Validates if client token \ncan be used for Handler) TomcatFilterChain -[#blue]> Handler Handler -[#blue]> Handler : build response TomcatFilterChain <-[#blue] Handler SPM <-[#blue] TomcatFilterChain MailingService <-[#blue] SPM @enduml @startuml Client --> SPM : POST /p/token (clientId, secret) Client <-- SPM : AcessToken (scope: SCIM, tenantId: 123) ||| Client -[#blue]> SPM : /p/scim/user (Authorization: Bearer XYZ) SPM -[#blue]> TomcatFilterChain TomcatFilterChain -[#blue]> TomcatFilterChain : OAuthAuthenticationFilter\n(Validate token) TomcatFilterChain -[#blue]> TomcatFilterChain : AuthenticationFilter\n(Validates if client token \ncan be used for Handler) TomcatFilterChain -[#blue]> JAXRS_filters JAXRS_filters -[#blue]> JAXRS_filters : ContainerRequestFilter \n(inject TokenManager) note right Cross verify SignavioScope with client token`s scope endnote JAXRS_filters -[#blue]> Endpoint : create root token\nswitch to tenant Endpoint -[#blue]> Endpoint : SCIM topic JAXRS_filters <-[#blue] Endpoint JAXRS_filters -[#blue]> JAXRS_filters : remove root token JAXRS_filters -[#blue]> TomcatFilterChain : SPM <-[#blue] TomcatFilterChain Client <-[#blue] SPM @enduml
false
true
false
false
sequence
45736660e69e47a5f7435eb08772d0d6f004fbc5
037f9fb9ae52fb3d18b5ea89467fb6cadf319b63
/docs/parsing_nested_objects.puml
430394ee5f1c2b7dda9118087c48b8d92f6abe25
[ "MIT" ]
permissive
alexeysavitski/json_converter
78ba04d5010377fd0e563056c2478e70daf65954
fdec14bf9970d460aaf8a7395fd3d65c6dd47e3b
refs/heads/master
2023-04-29T07:05:03.383414
2021-05-06T11:55:38
2021-05-06T11:55:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
671
puml
@startuml [*] --> start_parsing start_parsing --> parsing_field start_parsing : def convert(string) parsing_field --> parsing_value parsing_field : def parse_field(string) parsing_field : Parsing field name state parsing_value { [*] --> start_parsing_value start_parsing_value --> parsing_object_value : if object parsing_object_value: parse_object(string) parsing_object_value: recursive call to entry point start_parsing_value --> parsing_simple_value : if simple value parsing_simple_value: just convert this to corresponding value parsing_simple_value --> parsing_field : returning simple value parsing_object_value --> start_parsing } @enduml
false
true
false
false
sequence
4750fc050371d67334aeab902c0c2fbe56b1d44f
5288d1088106d27d0ab5348e917480f9e6c88347
/system-design.puml
01e19623c0d59b022ac13cb476e561eac73bbca2
[]
no_license
NugrohoDimas/kotlin-restful-api
3fccb579f1438d09024821e4e0aa814da6666070
f292051003e2bb3cf74c5d4f945251ca763088fe
refs/heads/master
2023-06-28T23:59:17.953996
2021-07-22T08:05:42
2021-07-22T08:05:42
388,379,382
0
0
null
null
null
null
UTF-8
PlantUML
false
false
302
puml
@startuml actor "User" as User node "kotlin" { component "Controller" as Controller component "Service" as Service component "Repository" as Repository } database "PostgreSQL" as database User <--> Controller Controller <--> Service Service <--> Repository Repository <--> database @enduml
false
true
false
false
sequence
e209c4218200062f691f2c48f09428739c8be65c
f6e8d9ffb0fbe22f284a9771933ad71a3538ac49
/Diagrams/SequenceDiagrams/seq-prepare-1.1.2.a.plantuml
e3de56fdc3339ac6e1213eb29f5a07d754a1771d
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mDuo13/docs-1
2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5
b2b18663510b0bc92a3c8e8768adc8be0e21cd91
refs/heads/master
2020-04-30T13:06:06.901776
2019-03-14T11:26:50
2019-03-14T11:26:50
176,845,744
0
0
null
2019-03-21T01:31:09
2019-03-21T01:31:08
null
UTF-8
PlantUML
false
false
9,811
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> * Miguel de Barros <miguel.debarros@modusbox.com> -------------- ******'/ @startuml ' declate title title 1.1.2.a. Position Handler Consume (single message) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION control "Position Event Handler" as POS_HANDLER entity "Position DAO" as POS_DAO collections "Event-Topic" as TOPIC_EVENTS collections "Notification-Topic" as TOPIC_NOTIFICATIONS entity "Participant DAO" as PARTICIPANT_DAO database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_TRANSFER_POSITION participant POS_HANDLER participant TOPIC_EVENTS participant TOPIC_NOTIFICATIONS participant POS_DAO participant PARTICIPANT_DAO participant DB end box ' start flow activate POS_HANDLER group Position Handler Consume TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume Position event message for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION break group Validate Event POS_HANDLER <-> POS_HANDLER: Validate event - Rule: type == 'position' && action == 'prepare' end end group Persist Event Information ||| POS_HANDLER -> TOPIC_EVENTS: Publish event information ref over POS_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]} \n ||| end alt Calulate & Validate Latest Position (success) group Calculate position and persist change POS_HANDLER -> POS_DAO: Request latest position from DB for Payer activate POS_DAO POS_DAO -> DB: Retrieve latest position from DB for Payer activate DB hnote over DB #lightyellow transferPosition end note DB --> POS_DAO: Retrieve latest position from DB for Payer deactivate DB POS_DAO --> POS_HANDLER: Return latest position deactivate POS_DAO POS_HANDLER -> PARTICIPANT_DAO: Request position limits for Payer Participant activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request position limits for Payer Participant activate DB hnote over DB #lightyellow participant participantLimit end note DB --> PARTICIPANT_DAO: Return position limits deactivate DB deactivate DB PARTICIPANT_DAO --> POS_HANDLER: Return position limits deactivate PARTICIPANT_DAO POS_HANDLER <-> POS_HANDLER: Calculate latest position (lpos) for prepare POS_HANDLER <-> POS_HANDLER: Validate Calculated latest position against the net-debit cap (netcap) - Rule: lpos < netcap POS_HANDLER -> POS_DAO: Request to persist latest position for Payer activate POS_DAO POS_DAO -> DB: Persist latest position to DB for Payer hnote over DB #lightyellow transferPosition end note activate DB deactivate DB POS_DAO --> POS_HANDLER: Return success deactivate POS_DAO end group Persist Transfer State (with transferState='RESERVED' on position check pass) POS_HANDLER -> POS_DAO: Request to persist transfer activate POS_DAO POS_DAO -> DB: Persist transfer state hnote over DB #lightyellow transferStateChange end note activate DB deactivate DB POS_DAO --> POS_HANDLER: Return success deactivate POS_DAO end note right of POS_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <transferMessage.payerFsp>, to: <transferMessage.payeeFsp>, type: application/json content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: transfer, action: prepare, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event to Payee activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS else Calculate & Validate Latest Position (failure) group Calculate position and persist change POS_HANDLER -> POS_DAO: Request latest position from DB for Payer activate POS_DAO POS_DAO -> DB: Retrieve latest position from DB for Payer activate DB hnote over DB #lightyellow transferPosition end note DB --> POS_DAO: Retrieve latest position from DB for Payer deactivate DB deactivate DB POS_DAO --> POS_HANDLER: Return latest position deactivate POS_DAO POS_HANDLER -> PARTICIPANT_DAO: Request position limits for Payer Participant activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request position limits for Payer Participant activate DB hnote over DB #lightyellow participant participantLimit end note DB --> PARTICIPANT_DAO: Return position limits deactivate DB deactivate DB PARTICIPANT_DAO --> POS_HANDLER: Return position limits deactivate PARTICIPANT_DAO POS_HANDLER <-> POS_HANDLER: Calculate latest position (lpos) for prepare POS_HANDLER <-> POS_HANDLER: Validate Calculated latest position against the net-debit cap (netcap) - Rule: lpos < netcap note right of POS_HANDLER #red: Validation failure! end group Persist Transfer State (with transferState='ABORTED' on position check pass) POS_HANDLER -> POS_DAO: Request to persist transfer activate POS_DAO POS_DAO -> DB: Persist transfer state hnote over DB #lightyellow transferStateChange end note activate DB deactivate DB POS_DAO --> POS_HANDLER: Return success deactivate POS_DAO end note right of POS_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <ledgerName>, to: <transferMessage.payerFsp>, type: application/json content: { headers: <transferHeaders>, payload: { "errorInformation": { "errorCode": 4001, "errorDescription": "Payer FSP insufficient liquidity", "extensionList": <transferMessage.extensionList> } }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: notification, action: prepare, createdAt: <timestamp>, state: { status: 'error', code: <errorInformation.errorCode> description: <errorInformation.errorDescription> } } } } end note POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS deactivate POS_HANDLER end end deactivate POS_HANDLER @enduml
false
true
true
false
sequence
fe9f4ce2fdf5ff3a61a223cb3a7b5fe54d3aeeba
c821aaa424690dc6a301bb0b3d16097f4c1c9201
/MTADroneService_server/DroneService/src/main/java/MTADroneService/DroneService/application/dtos/dtos.plantuml
d88a751c3e0671f907666298c81de1583e7287ec
[]
no_license
chiritagabriela/MTADroneService
ed962aeeaf5ebbb9168d12e6ef0411803e28cfc0
4f058ad18287a13c3cfd355fd4dd31d32b514e38
refs/heads/main
2023-08-04T14:02:09.408859
2021-09-03T08:00:52
2021-09-03T08:00:52
313,899,222
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,406
plantuml
@startuml title __DTOS's Class Diagram__\n namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.DroneInfoDTO { ~ currentDroneCoordinates : DroneCoordinates ~ droneID : String ~ droneModel : String ~ droneStatus : String } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.MissionInfoDTO { ~ missionDate : String ~ missionDroneInfo : DroneInfoDTO ~ missionID : String ~ missionLatitudeEnd : String ~ missionLongitudeEnd : String ~ missionStatus : String ~ missionType : String ~ missionUserID : String } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.UserInfoDTO { - droneID : String - email : String - jwtToken : String - password : String - roles : List<String> - userID : String - username : String } } } 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
b0abf7b000025d31903b32de9bdc26e67ecbaa73
3662b2e08ec5aef2e3dfd1e527b5e50f44d91e1c
/docs/diagrams/InfoCommandSequenceDiagram.puml
719461bf50d6119a6889f23d7b8bb35e9faf2eab
[]
no_license
AY2021S2-CS2113T-W09-2/tp
0585f03b1390bf9385a5caef22f00aa599b18d13
7d4443d633ae380505f7a69687cc34ab71e0a06b
refs/heads/master
2023-04-17T11:33:49.033344
2021-04-16T02:46:37
2021-04-16T02:46:37
343,961,010
0
5
null
2021-04-16T02:46:37
2021-03-03T01:14:38
Java
UTF-8
PlantUML
false
false
518
puml
@startuml hide footbox participant ":iGraduate" as iGraduate participant ":InfoCommand" as InfoCommand participant ":ModuleList" as ModuleList participant ":Ui" as Ui iGraduate -> InfoCommand: execute(moduleList, ui, storage) activate InfoCommand InfoCommand -> ModuleList: getModuleByCode("CS1010"); activate ModuleList return module:Module deactivate ModuleList InfoCommand -> Ui: printModuleInfo(module:Module, moduleList:ModuleList) activate Ui deactivate Ui deactivate InfoCommand destroy InfoCommand @enduml
false
true
false
false
sequence
fbbc35e79068f644b86db5ee260eb3eee4021653
0c4813158bab7af4eabdb7ca6697d33e994a37e5
/src/main/java/ex44/ex44UML.puml
f8527469be8fecbf00d78e7d2b5f3fcb73948047
[]
no_license
EPro30/singh-cop3330-assignment3
e3a2801bddbbaa6345c7fd6c99ec6338e0a7e30a
6cbefd051d7f70959770f3cca3ac412909936093
refs/heads/master
2023-08-22T18:00:01.731905
2021-10-12T03:59:41
2021-10-12T03:59:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
200
puml
@startuml 'https://plantuml.com/sequence-diagram class productSearch { -static String name -static double price -static int quantity +main() +isProduct(String inputName) } @enduml
false
true
false
false
class
be732943178f0f482d0ff11d2e24d8d5be8ababd
b7ad06eab7c32e524cb949fe97a3d673dec23672
/src/main/java/ex43/WebsiteMaker_structure.puml
f4945902ddcabd1677b19c8e10632a837ecf1e82
[]
no_license
ivanp589/Pavlov-cop3330-assignment3
888269e29f4b35fc3b6af60f8421c48f8eb0c493
165dfcacaadab392347d6744223fe18e957a1add
refs/heads/master
2023-08-30T10:16:32.022417
2021-10-12T03:46:57
2021-10-12T03:46:57
416,172,204
0
0
null
null
null
null
UTF-8
PlantUML
false
false
916
puml
@startuml class WebsiteMaker{ +Scanner in -name() -author() -input() +checkIftrue() -Folder() -files() +createWebsite() } WebsiteMaker--createWebsite createWebsite<-createFolder createWebsite<-createhtmlFile createWebsite--folder createWebsite--files createWebsite--input createWebsite--name createWebsite--author createWebsite--checkIftrue interface createWebsite{ +String webfolder,Directory,created +File file +println() +mkdir() -createhtmlFile() +checkForError() -createFolder() } interface createFolder{ +String web,directory,websiteName +File js +mkdir() } interface createhtmlFile{ +String name,author,site +File file +println() +FileWriter +BufferedWriter +write() +close() +printStackTrace() } interface folder{ +println() } interface files{ +println() } interface checkIftrue{ +String files +equals() } interface input{ +nextline() } interface name{ +println() } interface author{ +println() } @enduml
false
true
false
false
class
42545d5f3191f7aaf3c8be2c3b26d959aefffece
5d180276957df094f09ee511e05786316537f25d
/src/main/java/string/line/line.plantuml
e14e136d2dcda3871c2248a51b1d25c53ef6aca3
[ "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
339
plantuml
@startuml title __LINE's Class Diagram__\n namespace string.line { class string.line.Line { {static} + main() } } 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
7b5319b84860b7d868cd4f326ab0a385107bc6b3
5800614831fe34568bc7083d979c33b3af0fca57
/doc/uml/0_ListActors.puml
ea347c4ac1e9754165172286a83f784476aca13c
[]
no_license
BapPerraud/oc_dapython_pr4
895d084cced0e78450cb51dfd4b54e4644434727
a40e99753a72bef83228abe70a00b60521635012
refs/heads/master
2020-04-15T07:29:02.312768
2019-01-06T22:23:09
2019-01-06T22:23:09
164,495,328
0
0
null
null
null
null
UTF-8
PlantUML
false
false
339
puml
@startuml 0_ListActors title <u>Liste des acteurs</u> rectangle Interne { actor Responsable as RESP actor Pizzaiolo as PIZLO actor gestionnaire_stock as GEST actor personnel_accueil as ACCUEIL } rectangle Service_externe { actor Banque <<System>> as BANK } rectangle Externe { actor client as CUSTOMER } @enduml
false
true
false
false
sequence
49dcc5562d3005c4c9dae9fde198576a35f77f56
ead9fb01617d0c01e434dc4780544304138086ed
/plantuml/test1.puml
82be737949a3055495d29a219e3fada78488cf0e
[]
no_license
joonwonpark/TIL
78f6ce01f856b4282f02a5df030c5a79dc1f458a
f128fdc05b5f1a9529bb720923dc353746cbcc3a
refs/heads/master
2022-09-16T17:54:30.773091
2022-09-05T05:15:47
2022-09-05T05:15:47
226,786,234
2
0
null
null
null
null
UTF-8
PlantUML
false
false
393
puml
@startuml node "Client" { agent Browser node "VueFramework" { (VueRouter) [Components] node "VueStore" { [State] [Mutations] [Actions] } } } Browser --> VueRouter : URI Browser -> Components : Event VueRouter --> Components VueStore --> Components State <- Mutations State <-- Actions Mutations <- Actions @enduml
false
true
false
false
sequence
88fda7ed46776c4eb813db915e7cabe7b18f935e
4ad2ec275d843df48256c74a1498ba20fc312a97
/UML Cícero/UML_armbook/UML_armproject.puml
df6a3daadb891f9fedc403f3c07953483befe0cd
[]
no_license
Sciceroh/Armbook_project
7a221860e29dd1d217391769e9a71ff0d3b13e48
4a5ea5b08962ce34d2443f9cff180d6cd6dfbe45
refs/heads/master
2021-09-06T14:15:57.344657
2018-02-07T11:58:57
2018-02-07T11:58:57
108,264,106
0
0
null
null
null
null
UTF-8
PlantUML
false
false
303
puml
@startuml user --> (editar pefil) user --> (fazer publicação) user --> (editar conta) user --> (realizar busca [Restaurante, cidade, pontos de interesse]) user --> (adicionar amigo) user --> (mostrar mensagens trocadas) user --> (buscar amigo) user --> (desfazer amizade) user --> (usar chat) @enduml
false
true
true
false
uml-unknown
69cf5ff843bf618af9066b35723314570dd380c6
e3ebf221091ee30de418c963f078ccdd732eaa8c
/docs/modular/sequences/fullsized/create_user.puml
bebb1bd20536d5f29252801712cc6956379f42dc
[ "Apache-2.0" ]
permissive
valb3r/datasafe
97d9826bb2bc6a478abc56ad30848fcaad8f259a
1b91e90128e2411339a9b904bb92144879b155bb
refs/heads/develop
2020-05-31T16:55:05.487855
2019-06-05T13:00:08
2019-06-05T13:00:08
190,393,370
0
1
Apache-2.0
2019-10-07T09:51:59
2019-06-05T12:48:13
Java
UTF-8
PlantUML
false
false
9,417
puml
@startuml skinparam SequenceMessageAlign center activate DocusafeServiceAdapterTest ' de.adorsys.datasafe.business.impl.impl.DocusafeServiceAdapterTest DocusafeServiceAdapterTest -> DocusafeServiceAdapterImpl : createUser activate DocusafeServiceAdapterImpl ' de.adorsys.datasafe.business.impl.service.DocusafeServiceAdapterImpl DocusafeServiceAdapterImpl -> DefaultDocusafeServices : userProfile activate DefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DefaultDatasafeServices DefaultDocusafeServices -> DaggerDefaultDocusafeServices : userProfile activate DaggerDefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DaggerDefaultDocusafeServices DefaultDocusafeServices <-- DaggerDefaultDocusafeServices : DFSBasedProfileStorageImpl deactivate DaggerDefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DefaultDatasafeServices DocusafeServiceAdapterImpl <-- DefaultDocusafeServices : DFSBasedProfileStorageImpl deactivate DefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DocusafeServiceAdapterImpl DocusafeServiceAdapterImpl -> DFSBasedProfileStorageImpl : registerPublic activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSBasedProfileStorageImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSBasedProfileStorageImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSBasedProfileStorageImpl : locatePublicProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl <-- DFSBasedProfileStorageImpl : BucketPath deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : createContainer activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> GsonSerde : toJson activate GsonSerde ' de.adorsys.datasafe.business.impl.profile.serde.GsonSerde DFSBasedProfileStorageImpl <-- GsonSerde : String deactivate GsonSerde ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : putBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DocusafeServiceAdapterImpl <-- DFSBasedProfileStorageImpl : deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.service.DocusafeServiceAdapterImpl DocusafeServiceAdapterImpl -> DefaultDocusafeServices : userProfile activate DefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DefaultDatasafeServices DefaultDocusafeServices -> DaggerDefaultDocusafeServices : userProfile activate DaggerDefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DaggerDefaultDocusafeServices DefaultDocusafeServices <-- DaggerDefaultDocusafeServices : DFSBasedProfileStorageImpl deactivate DaggerDefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DefaultDatasafeServices DocusafeServiceAdapterImpl <-- DefaultDocusafeServices : DFSBasedProfileStorageImpl deactivate DefaultDocusafeServices ' de.adorsys.datasafe.business.impl.service.DocusafeServiceAdapterImpl DocusafeServiceAdapterImpl -> DFSBasedProfileStorageImpl : registerPrivate activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSSystem : systemDfs activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSBasedProfileStorageImpl <-- DFSSystem : DFSAccess deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSBasedProfileStorageImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSBasedProfileStorageImpl : locatePrivateProfile activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl <-- DFSBasedProfileStorageImpl : BucketPath deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : createContainer activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> GsonSerde : toJson activate GsonSerde ' de.adorsys.datasafe.business.impl.profile.serde.GsonSerde DFSBasedProfileStorageImpl <-- GsonSerde : String deactivate GsonSerde ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : putBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSBasedProfileStorageImpl : createKeyStore activate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSSystem : privateKeyStoreAuth activate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem DFSBasedProfileStorageImpl <-- DFSSystem : KeyStoreAuth deactivate DFSSystem ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> KeyStoreService : createKeyStore activate KeyStoreService ' de.adorsys.datasafe.business.api.deployment.keystore.KeyStoreService DFSBasedProfileStorageImpl <-- KeyStoreService : KeyStore deactivate KeyStoreService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnectionService : obtain activate DFSConnectionService ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSConnectionService -> DFSConnectionServiceImpl : obtain activate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl DFSConnectionService <-- DFSConnectionServiceImpl : DFSConnection deactivate DFSConnectionServiceImpl ' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService DFSBasedProfileStorageImpl <-- DFSConnectionService : DFSConnection deactivate DFSConnectionService ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : createContainer activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl -> DFSConnection : putBlob activate DFSConnection ' de.adorsys.dfs.connection.api.service.api.DFSConnection DFSBasedProfileStorageImpl <-- DFSConnection : deactivate DFSConnection ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DFSBasedProfileStorageImpl <-- DFSBasedProfileStorageImpl : deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl DocusafeServiceAdapterImpl <-- DFSBasedProfileStorageImpl : deactivate DFSBasedProfileStorageImpl ' de.adorsys.datasafe.business.impl.service.DocusafeServiceAdapterImpl DocusafeServiceAdapterTest <-- DocusafeServiceAdapterImpl : deactivate DocusafeServiceAdapterImpl @enduml
false
true
false
false
sequence
d8a31bc98eadf4f238c495fe04fe12e99bb5a774
7fad3ba0868740cf86346a3e343884bd74361f89
/Architecture/Diagrams/GlobalDiagramIMUV.puml
64454ce0644778e18f2cd47d83992204dff151c2
[]
no_license
VCityTeam/UD-SV
de75cd13a3f1cf7b3c8cd01ca3450aba2ddca9c3
d680ff4544444d41f27cb274694992af8fc32442
refs/heads/master
2023-08-05T10:18:34.509675
2023-07-28T08:38:44
2023-07-28T08:38:44
86,328,036
3
3
null
2021-03-08T17:36:14
2017-03-27T11:37:36
JavaScript
UTF-8
PlantUML
false
false
597
puml
@startuml title Architecture IMUV Application [Three.js] as TJS note right 3D-Engine end note [iTowns] note top Geospatial framework end note [ud-Viz] as udv note left Extension of itowns end note folder "Flying Campus / Imuv" { [Client] note bottom Render end note [Server] note bottom Connections, computations, node js end note interface websocket note bottom Communication protocol end note } TJS -left-> iTowns iTowns -down-> udv udv -down-> Client udv -down-> Server websocket .left. Server websocket .right. Client @enduml
false
true
false
false
class
6d458413ad7aa4e207709d587ff7c003f65ec1c7
4f3a2bdb7e3646cf00163b1706d807570b087c22
/NodesepRanksep2.puml
cd26d83eb9565d466ce612bd20e407e347870212
[]
no_license
fshamakhov/PlantUMLHitchhikersGuide
5d7fe28f93e8d514e2407ab5a50b32d2048809ca
7bd9f8cd6bd0061bee4449156b13b6eff91ee95e
refs/heads/main
2023-01-29T08:43:24.827343
2020-12-11T08:36:48
2020-12-11T08:36:48
320,260,790
0
0
null
null
null
null
UTF-8
PlantUML
false
false
279
puml
@startuml NodesepRanksep2 skinparam nodesep 5 'skinparam ranksep 20 rectangle Arrows rectangle A rectangle B rectangle C rectangle D rectangle E rectangle F Arrows -[bold]-> A Arrows -[#pink,dashed,thickness=10]-> B Arrows -[#4567ff,dotted]-> C Arrows --> D E ---> C @enduml
false
true
false
false
uml-unknown
95d0d37419a0a9c239b13d3f53b4d1a25826d135
fed15cb6d34597114b1edeb0a5fcd49ee7d70ecb
/State-Mp3/src/com/company/company.plantuml
5548f99ac4e8976de21fc22e96f233d0cc771bbb
[]
no_license
GaianiMagali/PatronesDeDisenio
9493739565a6fbd7a77c9b56de9e0ca9055805de
97e8b773bf5785e4243095f7de85289abed99041
refs/heads/master
2022-03-25T12:37:47.701619
2019-12-02T19:15:06
2019-12-02T19:15:06
225,448,978
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,177
plantuml
@startuml title __COMPANY's Class Diagram__\n namespace com.company { class com.company.Cancion { - nombre : String + Cancion() + getNombre() + pausar() + reproducir() } } namespace com.company { class com.company.Main { {static} + main() } } namespace com.company { interface com.company.Modo { {abstract} + parar() {abstract} + pausar() {abstract} + reproducir() } } namespace com.company { class com.company.Mp3 { - canciones : List<Cancion> + Mp3() + cargarCancion() + getCancionEnReproduccion() + getModo() + getPausa() + getReproduccion() + getSeleccion() + parar() + pausar() + reproducir() + seleccionarCancion() + setModo() } } namespace com.company { class com.company.Pausa { + Pausa() + parar() + pausar() + reproducir() + toString() } } namespace com.company { class com.company.Reproduccion { + Reproduccion() + parar() + pausar() + reproducir() + toString() } } namespace com.company { class com.company.Seleccion { + Seleccion() + parar() + pausar() + reproducir() + toString() } } com.company.Mp3 o-- com.company.Cancion : cancionEnReproduccion com.company.Mp3 o-- com.company.Modo : modo com.company.Mp3 o-- com.company.Pausa : pausa com.company.Mp3 o-- com.company.Reproduccion : reproduccion com.company.Mp3 o-- com.company.Seleccion : seleccion com.company.Pausa .up.|> com.company.Modo com.company.Pausa o-- com.company.Mp3 : mp3 com.company.Reproduccion .up.|> com.company.Modo com.company.Reproduccion o-- com.company.Mp3 : mp3 com.company.Seleccion .up.|> com.company.Modo com.company.Seleccion o-- com.company.Mp3 : mp3 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
d7dcc2e25c8393fd278beb954139dfd90ed6da1a
16e7144ee8dff9f12c2da32a5932e417a7c27fa3
/doc/architecture/packages.puml
7ad6e08bebc8ca7ce6f69d9983ae74fc850941c6
[ "Apache-2.0" ]
permissive
kontext-e/uneven-modules
c385cc40abb062bb61e238a5ca7605111896eb38
b5aab658121cf4845e05048f8a5293f2be2e81f6
refs/heads/master
2020-05-23T23:38:15.705978
2019-02-15T16:29:12
2019-02-15T16:29:12
84,801,643
2
4
null
2017-09-08T19:45:35
2017-03-13T08:27:12
Java
UTF-8
PlantUML
false
false
142
puml
@startuml package de.kontext_e.packages.a {} package de.kontext_e.packages.b {} de.kontext_e.packages.a -> de.kontext_e.packages.b @enduml
false
true
false
false
uml-unknown
9787fdf81ab3bcd15eb80b0cec8c65ce6d4e0f27
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/serviceSchema/sdWan/uml/policyAndApplicationFlow.puml
29fd544f8bc515739065ac808758a8983c21f8ad
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
1,915
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class PolicyMap { zone: Zone [1] application: Application [1] ingressPolicy: IngressPolicy [0..1] egressPolicy: EgressPolicy [0..1] } PolicyMap "1" *--> "1" Zone PolicyMap "1" *--> "0..1" Application PolicyMap "1" *-->"0..1" IngressPolicy PolicyMap "1" *--> "0..1" EgressPolicy class Application { applicationFlowSpecificationGroup: ApplicationFlowSpecificationGroup [0..1] applicationFlowSpecification: ApplicationFlowSpecification [0..1] } Application "1" *--> "0..1" ApplicationFlowSpecification Application "1" *--> "0..1" ApplicationFlowSpecificationGroup ApplicationFlowSpecificationGroup <--> ApplicationFlowSpecification class IngressPolicy { policyName: String [1] encryption: Encryption [1] internetBreakout: EnabledDisabled [1] publicPrivate: PublicPrivate [1] backUp: EnabledDisabled [1] virtualTopology: String [1] allowedDestinationZones: billingMethod: performance: bandwidth: afSecurityIngress: } class EgressPolicy { policyName: String [1] blockSource: afSecurityEgress: } class Zone { zonePrefixes: Ipv4Ipv6Prefixes [1..*] zoneName: String [1] zoneIngressPolicy: ZoneIngressPolicy [*] } class ApplicationFlowSpecification { name: String [1] applicationFlowCriteria: ApplicationFlowCriteria [1] applicationFlowSpecificationGroup: ApplicationFlowSpecificationGroup [1] } class ApplicationFlowSpecificationGroup { name: String [1] applicationFlowSpecification: ApplicationFlowSpecification [*] } class ApplicationFlowCriteria { sav4: Ipv4Prefix [*] dav4: Ipv4Prefix [*] protv4: sav6: Ipv6Prefix [*] dav6: Ipv6Prefix [*] nextheadv6: dscp: sport: dport: appid: } ApplicationFlowSpecification *--> "1" ApplicationFlowCriteria
false
true
false
false
class
c2a98a18f6fb453a88fe7c6d345d7b1b0969e3d7
00a5b71efb2c440b009c43d9a3c052a51ae1664b
/services/LinkLoss/plantuml/source/normal_connection.puml
6e9306d00d3a8a9a32c15ccd5f3e17f79327d9c5
[ "Apache-2.0" ]
permissive
ARMmbed/mbed-os-experimental-ble-services
abdcb91dc3810de96cdc759292f37d3f3232a9ad
6db2c601106de94a49465917b7814c0f3c139999
refs/heads/main
2023-08-10T17:56:09.928036
2021-07-12T20:50:17
2021-07-14T10:16:13
307,758,956
8
9
Apache-2.0
2021-07-14T10:16:14
2020-10-27T16:17:54
C++
UTF-8
PlantUML
false
false
371
puml
@startuml participant App as APP participant LinkLossService as LLS participant BT_Stack as BTS participant EventQueue as EQ == Link Loss Service Constructed == LLS <- BTS : onConnectionComplete(event) activate LLS LLS -> LLS : stop_alert() LLS -> EQ : cancel(x) note left 0 < x end note activate EQ deactivate EQ LLS -> APP : on_alert_end() deactivate LLS @enduml
false
true
false
false
sequence
613309ce57931c88a676c8d00ae662c4c7319032
dc6fd8b83f4c1bd69748e897df158f446210ad90
/Seq_Python_Filter.puml
86a9c8696a89cb6c26c5e97eb42a6868860708f7
[ "MIT" ]
permissive
VForWaTer/vforwater-portal
6cde9a2c9e8113e430e51e8e3d9b332bf161f716
9055095cbe796d6d6e2ce744d727ff60e27e09ed
refs/heads/master
2022-12-11T03:30:17.025063
2022-11-25T13:41:18
2022-11-25T13:41:18
165,051,585
8
1
MIT
2021-12-14T08:12:28
2019-01-10T11:55:33
Python
UTF-8
PlantUML
false
false
1,130
puml
@startuml title Build Filtermenu in Python hide footbox participant views.HomeView == Initialization at start of django == views.HomeView -> filter.Menu ++: Menu().get_menu() activate views.HomeView loop relevant tables of model filter.Menu -> filter.Table ++: Table filter.Table -> filter.Table: get_query_set() filter.Table -> filter.Table: get_query_path() filter.Table -> filter.Table: get_filter_type() filter.Table -> filter.Table ++: build_json_child opt switch filter_type alt filter_type is 'slider' filter.Table -> filter.Table: Table.build_slider_json() else filter_type is 'date' filter.Table -> filter.Table: Table.build_date_json() else filter_type is 'recursive' filter.Table -> filter.Table: Table.build_recursive_json() else filter_type is 'draw' filter.Table -> filter.Table: Table.build_draw_json() else filter.Table -> filter.Table: Table.build_default_json() end end deactivate filter.Table filter.Menu <- filter.Table deactivate filter.Table end deactivate filter.Menu views.HomeView <- filter.Menu deactivate views.HomeView @enduml -----------------------------------------------------------------------
false
true
false
false
sequence
4c9384035f32df97dd5011232912adee82f187ea
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ChannelSetRolesAction.puml
c380315dc432bc112bbc22121ca4afd621e47761
[]
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
474
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 ChannelSetRolesAction [[ChannelSetRolesAction.svg]] extends ChannelUpdateAction { action: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] } interface ChannelUpdateAction [[ChannelUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
71ec877fa8563b36d50c9853beb429b998466726
b0a840ee583d0f1dd05adb2bb6e08e4951083c3d
/images/ch16_table/table.puml
776b686400b84064b8619a650959d5270ad1d295
[]
no_license
selenium-webdriver-book/manuscript
842ab108c9b3eb8127027c159b3318fd3fcdf59b
c8a8ced2b0ca495cacec6c909b3294ff3074e945
refs/heads/master
2021-01-12T14:00:07.309802
2017-04-23T15:17:59
2017-04-23T15:17:59
69,686,355
11
8
null
2017-04-23T15:17:59
2016-09-30T17:14:29
Shell
UTF-8
PlantUML
false
false
1,105
puml
@startuml skinparam monochrome true skinparam shadowing false DomainBase : boolean equals(Object o) DomainBase : int hashCode() DomainBase : String toString() note left : It provides default\nimplementation for\n 1. equals\n 2. hashCode and\n 3. toString Person : int id Person : String firstName Person : String lastName Person : int age Person : String toString() City : int id City : String name City : String stateName City : String toString() class Table<T> note bottom : Table is a generic class\nwith parameter T class TableContents<T> note bottom : TableContents is a also\ngeneric class with\nparameter T DomainBase <|-- Person DomainBase <|-- City DomainBase <|-- TableContents Table "1" *-- "1" TableContents : create TableContents : List<String> headers TableContents : List<T> rows TableContents : String describeDiff(PersonTableContents other) TableContents : String diff(List<T> row1, List<T> row2, String message) TableContents "1" *-- "n" City : contains TableContents "1" *-- "n" Person : contains Table : Element table Table : TableContents getTableContents() @enduml
false
true
false
false
class
4cf771a3b9df29d03e46e29325b2d78059b9ce25
3150c7ff97d773754f72dabc513854e2d4edbf04
/P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/main/java/org/concordion/integration/junit3/junit3.plantuml
a856062f256c8bd3efd7e9c28a5a0f40efcbea96
[ "Apache-2.0", "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
762
plantuml
@startuml title __JUNIT3's Class Diagram__\n package org.concordion { package org.concordion.integration { package org.concordion.integration.junit3 { abstract class ConcordionTestCase { + testProcessSpecification() } } } } package org.concordion { package org.concordion.integration { package org.concordion.integration.junit3 { class JUnit3FrameworkProvider { + isConcordionFixture() } } } } JUnit3FrameworkProvider -up-|> TestFrameworkProvider 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
94c750bebc6047e279a225e8209b37b64e1c0cda
e0688703fc24beb465e046da007407f4be73b09a
/uml/ClassDiagram_ToDo.puml
30791b7c17eff4e227468c18121bca7b4bbe5d6a
[]
no_license
polvnco/polanco-cop3330-assignment4part2
3cce45ddf595faa05ecca732bf4fbb83b859d443
d455e5d7e77d1af581c649f4e153f5fb6e5919a1
refs/heads/main
2023-06-17T06:02:49.218393
2021-07-12T03:32:08
2021-07-12T03:32:08
384,277,087
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,119
puml
@startuml 'https://plantuml.com/class-diagram class ToDo{ + start (stage : Stage) : void + main (args : String[]) : void } class ToDoController{ + choiceBoxData : ComboBox<String> - choiceBoxColumn : TableColumn<Task, String> - dueDateColumn : TableColumn<Task, LocalDate> - taskDescriptionColumn : TableColumn<Task, String> - taskColumn : TableColumn<Task, String> - tableView : TableView<Task> - root : Parent - scene : Scene - stage : Stage + datePickerField : DatePicker + textFieldDescription : TextField + textFieldTask : TextField + pane : Pane -- - call (cellData : CellDataFeatures<Task, LocalDate>) : ObjectProperty + switchToToDoScene (event : ActionEvent) : void + switchToAllListScene (event : ActionEvent) : void + switchToSettings (event : ActionEvent) : void + switchToAbout (event : ActionEvent) : void + getPeople () : ObservableList<Task> + initialize (url : URL, rb : ResourceBundle) : void + buttonAdd (actionEvent : ActionEvent) : void } javafx.Application <|-- ToDo ToDo -- ToDoController @enduml
false
true
false
false
class
62fdb3ad352fdf7d19286a6d654f6303697d33c1
29e06a727e2951557b086ea8c5cf74d1deac8ff4
/input/images-source/example1-result.plantuml
3704a49a4a9767f89f82de5b2172eb35cd73a07b
[ "CC0-1.0" ]
permissive
costateixeira/hl7-be-fhir-medication
8f715f8dc918cb32bb482c1d4c895173716b30c3
e7de80006725f75ffc3eb09a713c6e4c10fb1df3
refs/heads/master
2023-07-13T23:41:06.234140
2021-08-20T09:01:07
2021-08-20T09:01:07
379,354,108
0
0
CC0-1.0
2021-06-22T17:44:08
2021-06-22T17:44:07
null
UTF-8
PlantUML
false
false
214
plantuml
@startuml package "Treatment" <<Rectangle>> { package "Treatment Line" <<Rectangle>> { object Dispense{ Amlodipin Sandoz } object Prescription{ Amlor } } } @enduml
false
true
false
false
object
8ff4821fefbc6f03d27e24d0a31bc6aeaee8fcdf
f31bd616bf211bde5a56a064c4e38f7d8b19c8d9
/mojaloop-technical-overview/central-bulk-transfers/assets/diagrams/sequence/seq-reject-2.2.1.plantuml
3e80444913b26cc76fb841458a27fe8883b3c0da
[ "Apache-2.0" ]
permissive
brago/documentation
a63aab5e846f6d14603996ed88c96dd9e0bd1a6e
4c55cae247dedbdc8c17a1683ba0b854b750c9dc
refs/heads/master
2020-06-02T17:45:52.264948
2019-06-10T12:13:51
2019-06-10T12:13:51
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
26,933
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> * Rajiv Mothilal <rajiv.mothilal@modusbox.com> * Sam Kummary <sam@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.2.1. Fulfil Handler Consume (Reject/Abort) (single message, includes individual transfers from Bulk) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "topic-\nfulfil" as TOPIC_FULFIL control "Fulfil Handler" as FULF_HANDLER collections "topic-\nevent" as TOPIC_EVENT collections "topic-\ntransfer-position" as TOPIC_TRANSFER_POSITION collections "topic-\nnotification" as TOPIC_NOTIFICATIONS collections "topic-\nbulk-processing" as TOPIC_BULK_PROCESSING 'entity "Transfer Duplicate Facade" as DUP_FACADE entity "Transfer DAO" as TRANS_DAO database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_FULFIL participant FULF_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENT participant TOPIC_BULK_PROCESSING participant TOPIC_NOTIFICATIONS participant TRANS_DAO participant DB end box ' start flow activate FULF_HANDLER group Fulfil Handler Consume (Failure) alt Consume Single Message TOPIC_FULFIL <- FULF_HANDLER: Consume Fulfil event message for Payer activate TOPIC_FULFIL deactivate TOPIC_FULFIL break group Validate Event FULF_HANDLER <-> FULF_HANDLER: Validate event - Rule: type IN ['fulfil','bulk-fulfil'] && ( action IN ['reject','abort'] )\n<color #FF0000><b>Error codes:</b> 2001</color> end end group Persist Event Information FULF_HANDLER -> TOPIC_EVENT: Publish event information ref over FULF_HANDLER, TOPIC_EVENT: Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-event-9.1.0.svg 9.1.0]]} end group Validate FSPIOP-Signature ||| ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Validate message.content.headers.**FSPIOP-Signature** {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-signature-validation.svg seq-signature-validation]]} \n<color #FF0000><b>Error codes:</b> 2001</color> end group Validate Transfer Fulfil Duplicate Check FULF_HANDLER -> FULF_HANDLER: Generate transferFulfilmentId uuid FULF_HANDLER -> TRANS_DAO: Request to retrieve transfer fulfilment hashes by transferId\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Request Transfer fulfilment \nduplicate message hashes hnote over DB #lightyellow SELET transferId, hash FROM **transferFulfilmentDuplicateCheck** WHERE transferId = request.params.id end note activate DB TRANS_DAO <-- DB: Return existing hashes deactivate DB TRANS_DAO --> FULF_HANDLER: Return (list of) transfer fulfil messages hash(es) deactivate TRANS_DAO FULF_HANDLER -> FULF_HANDLER: Loop the list of returned hashes & compare \neach entry with the calculated message hash alt Hash matched ' Need to check what respond with same results if finalised then resend, else ignore and wait for response FULF_HANDLER -> TRANS_DAO: Request to retrieve Transfer Fulfilment & Transfer state\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Request to retrieve \ntransferFulfilment & transferState hnote over DB #lightyellow transferFulfilment transferStateChange end note activate DB TRANS_DAO <-- DB: Return transferFulfilment & \ntransferState deactivate DB TRANS_DAO --> FULF_HANDLER: Return Transfer Fulfilment & Transfer state deactivate TRANS_DAO alt transferFulfilment.isValid == 0 break alt If type == 'fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: notification, action: fulfil-duplicate, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event for Payee - Modified Request\n<color #FF0000><b>Error codes:</b> 3106</color> activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS else If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-processing, action: fulfil-duplicate, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_BULK_PROCESSING: Publish Notification event for Payee - Modified Request \n3106 to Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 3106</color> activate TOPIC_BULK_PROCESSING deactivate TOPIC_BULK_PROCESSING end end else transferState IN ['COMMITTED', 'ABORTED'] break alt If type == 'fulfil' ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-prepare-1.1.4.a.svg 1.1.4.a]]} \n else If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-processing, action: fulfil-duplicate, createdAt: <timestamp>, state: { status: "success", code: 1 } } } } end note FULF_HANDLER -> TOPIC_BULK_PROCESSING: Publish Notification event for Payee to Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_BULK_PROCESSING deactivate TOPIC_BULK_PROCESSING end end else transferState NOT 'RESERVED' break FULF_HANDLER <-> FULF_HANDLER: <color Magenta><b>Reference: Failure in validation</b></color>\n<color #FF0000><b>Error code:</b> 2001</color> end else break alt If type == 'fulfil' FULF_HANDLER <-> FULF_HANDLER: Allow previous request to complete else If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-processing, action: fulfil-duplicate, createdAt: <timestamp>, state: { status: "success", code: 1 } } } } end note FULF_HANDLER -> TOPIC_BULK_PROCESSING: Publish Notification event for Payee to Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_BULK_PROCESSING deactivate TOPIC_BULK_PROCESSING end end end else Hash not matched FULF_HANDLER -> TRANS_DAO: Request to persist transfer hash\n<color #FF0000><b>Error codes:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist hash hnote over DB #lightyellow transferFulfilmentDuplicateCheck end note activate DB deactivate DB TRANS_DAO --> FULF_HANDLER: Return success deactivate TRANS_DAO end end alt action=='reject' call made on PUT /transfers/{ID} FULF_HANDLER -> TRANS_DAO: Request information for the validate checks\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Fetch from database activate DB hnote over DB #lightyellow transfer end note DB --> TRANS_DAO deactivate DB FULF_HANDLER <-- TRANS_DAO: Return transfer deactivate TRANS_DAO alt Fulfilment present in the PUT /transfers/{ID} message FULF_HANDLER ->FULF_HANDLER: Validate that Transfer.ilpCondition = SHA-256 (content.payload.fulfilment)\n<color #FF0000><b>Error code:</b> 2001</color> group Persist fulfilment FULF_HANDLER -> TRANS_DAO: Persist fulfilment with the result of the above check (transferFulfilment.isValid)\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist to database activate DB deactivate DB hnote over DB #lightyellow transferFulfilment transferExtension end note FULF_HANDLER <-- TRANS_DAO: Return success deactivate TRANS_DAO end else Fulfilment NOT present in the PUT /transfers/{ID} message FULF_HANDLER ->FULF_HANDLER: Validate that transfer fulfilment message to Abort is valid\n<color #FF0000><b>Error code:</b> 2001</color> group Persist extensions FULF_HANDLER -> TRANS_DAO: Persist extensionList elements\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist to database activate DB deactivate DB hnote over DB #lightyellow transferExtension end note FULF_HANDLER <-- TRANS_DAO: Return success deactivate TRANS_DAO end end alt Transfer.ilpCondition validate successful OR generic validation successful group Persist Transfer State (with transferState='RECEIVED_REJECT') FULF_HANDLER -> TRANS_DAO: Request to persist transfer state\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist transfer state activate DB hnote over DB #lightyellow transferStateChange end note deactivate DB TRANS_DAO --> FULF_HANDLER: Return success end FULF_HANDLER -> FULF_HANDLER: Route & Publish Position event for Payer\n<color Magenta><b>Reference: Publish Position Reject event for Payer</b></color> else Validate Fulfil Transfer not successful or Generic validation failed break FULF_HANDLER -> FULF_HANDLER: Publish event for Payee\n<color Magenta><b>Reference: Failure in validation</b></color> end end else action=='abort' Error callback alt Validation successful group Persist Transfer State (with transferState='RECEIVED_ERROR') FULF_HANDLER -> TRANS_DAO: Request to persist transfer state & Error\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist transfer state & Error activate DB hnote over DB #lightyellow transferStateChange transferError transferExtension end note deactivate DB TRANS_DAO --> FULF_HANDLER: Return success end FULF_HANDLER -> FULF_HANDLER: Error callback validated\n<color Magenta><b>Reference: Produce message for validated error callback</b></color> else Validate Transfer Error Message not successful break FULF_HANDLER -> FULF_HANDLER: Notifications for failures\n<color Magenta><b>Reference: Validate Transfer Error Message not successful</b></color> end end end else Consume Batch Messages note left of FULF_HANDLER #lightblue To be delivered by future story end note end end group Reference: Validate Transfer Error Message not successful alt If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-processing, action: abort, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_BULK_PROCESSING: Publish Processing event for Payee to Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_BULK_PROCESSING deactivate TOPIC_BULK_PROCESSING else If type == 'fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: fulfil, action: abort, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_NOTIFICATIONS: Route & Publish Notification event for Payee activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end group Reference: Produce message for validated error callback alt If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-position, action: abort, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION else If type == 'fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: position, action: abort, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION end end group Reference: Failure in validation alt If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-processing, action: reject, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_BULK_PROCESSING: Publish processing event to the Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 2003</color> activate TOPIC_BULK_PROCESSING deactivate TOPIC_BULK_PROCESSING else If type == 'fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: fulfil, action: reject, createdAt: <timestamp>, state: { status: "fail", code: 1 } } } } end note FULF_HANDLER -> TOPIC_NOTIFICATIONS: Route & Publish Notification event for Payee activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end group Reference: Publish Position Reject event for Payer alt If type == 'bulk-fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: bulk-position, action: reject, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION else If type == 'fulfil' note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: position, action: reject, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION end end deactivate FULF_HANDLER @enduml
false
true
true
false
sequence
6c5fdcfe9affc23465e99067c44ec319a3b464b9
7e4c58dacb90c98c720a3cf29f24ae6aa4644954
/sequence-alt.puml
c078274dbbd7e568569f7c6f067378d320714309
[]
no_license
RedHatInsights/insights-storage-broker
ea9ec973f9a326bd4352d274dbe27bd7b52352ee
dfe2c493db4c5ba2b23f1e326933770e64fad6aa
refs/heads/master
2023-08-18T05:09:12.644399
2023-08-08T15:29:00
2023-08-08T15:29:00
203,655,311
0
15
null
2023-08-08T15:29:01
2019-08-21T19:57:36
Python
UTF-8
PlantUML
false
false
445
puml
@startuml Insights Storage Broker entity subscribed_topic participant storage_broker database stage_bucket database destination_bucket subscribed_topic->storage_broker: storage broker receives a message from a topic storage_broker->storage_broker: normalizes the data for processing storage_broker->stage_bucket: copies the file to the destination bucket storage_broker->destination_bucket: Uses the formatting provided in the bucket_map @enduml
false
true
false
false
sequence
c68f6ae182433527a71faa60fef7407ac8248849
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/HighLevelConcepts.puml
a1305f2e5d4e027ad9c8f149ca721eeb09f99383
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
490
puml
@startuml package C3 #lightblue { class MaintainPlan { } class Service { } Service *--> Script class Script { } class Environment { } class ServiceStack { } class Image { } class CompositeService { } Service <|-- CompositeService CompositeService *--> Service : composes ServiceStack *-> MaintainPlan Service o--> Image ServiceStack o--> Service : composes Service -> Service : links } @enduml
false
true
false
false
sequence
8bc559d9a2099b96d12dae9f6d7216d86bf4243d
e7cb7e9db6c4c977beaf41b408e09c0b1d8958b1
/_doc/detailed_design.plantuml
608d9f6f4c095638e1922a67c83fb943017283be
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
xdqc/gremcos
1252673e240b6fdee8f503d0d797b9b83dd8c663
e66f007f0f0119c20cdd157eb48c8e76832dd775
refs/heads/master
2023-08-14T15:28:26.559104
2021-09-27T08:02:21
2021-09-27T08:02:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
527
plantuml
@startuml interface Dialer Interface QueryExecutor Interface WebsocketConnection Interface Connector Dialer <|..websocket QueryExecutor <|..pool QueryExecutor <|..client pool "1" *--> "*" client : manages many > connectorImpl "1" *--> "1" Dialer: uses to open\nconnections > connectorImpl "1" *--> "1" pool: uses to manage\nQueryExectutors > websocket "1" *--> "1" WebsocketConnection Connector <|..connectorImpl pool "1" *--> "*" PooledConnection : manages many > PooledConnection -- client PooledConnection -- pool @enduml
false
true
false
false
sequence
f314b1654fdfad4d4590f662d9d1da8b524bee70
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/Pizzeria3.plantuml
102b693a78ffcb883647bc9de7a3d22ad7e8f849
[]
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
342
plantuml
@startuml '----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- 'hide circle hide empty members hide empty methods abstract class p as "Pizzeria" { ... ... } class PizzeriaStyleStrasbourg extends p { ... ... } class PizzeriaStyleBrest extends p { ... ... } @enduml
false
true
false
false
class
5fa43fd0af705b3e30ebd9fa99ff2c7d211655f2
4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f
/deployment-qq.puml
e7b68a7248c251389abbb4bfa2b3323f9fbe3bc0
[]
no_license
evgueni-spb/bootcamp
72ee0254cdd55cfeb6c817f194c3283fae0744c8
15793448d3c17576d0dd8aef5490a982ef94115b
refs/heads/master
2020-08-30T08:53:37.046485
2019-11-26T21:12:08
2019-11-26T21:12:08
218,325,256
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,106
puml
@startuml skinparam package { BackgroundColor<<EXTERNAL>> YellowGreen BorderColor<< EXTERNAL >> YellowGreen BackgroundColor<<DB>> plum BorderColor<<DB>> plum } package "LB" #plum{ node "LB Node 1"{ [LB 1] #MediumPurple } node "LB Node 2"{ [LB 2] #MediumPurple } } package "EIS-WEB" #gold{ node "Node 1" { [EIS App 1] [DXP App 1] [Mobile App 1] } node "Node 2" { [EIS App 2] [DXP App 2] [Mobile App 2] } } [Client] #YellowGreen [Client] -> HTTP HTTP --- [LB 1] HTTP --- [LB 2] (LB 1) <..> [EIS App 1] (LB 1) <..> [EIS App 2] (LB 1) <..> [DXP App 1] (LB 1) <..> [DXP App 2] (LB 1) <..> [Mobile App 1] (LB 1) <..> [Mobile App 2] (LB 2) .> [EIS App 1] (LB 2) .> [EIS App 2] (LB 2) <..> [DXP App 1] (LB 2) <..> [DXP App 2] (LB 2) <..> [Mobile App 1] (LB 2) <..> [Mobile App 2] package "Rating" #PowderBlue{ node "EIS Rating Node 1" { [Rating App 1] #SkyBlue } node "EIS Rating Node 2" { [Rating App 2] #SkyBlue } (LB 1) ----> [Rating App 1] (LB 2) -----> [Rating App 2] } note "Database nodes as well as Payment Gateway are not shown for simplicity" as N1 @enduml
false
true
false
false
class
d6ccc5d2dc6541bee67f25fb9cb97b701f0ae7cb
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/test-lab/component-hw.puml
177601e9ce955e7fdc23527fb096b48efcd2c83d
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
522
puml
@startuml title Hardware Lab interface "REST" as lab_api_rest interface "REST" as hw_lock_keeper_rest interface "REST" as hw_traffgen_rest node << Docker >> { lab_api_rest - [Lab Api] } node << Docker >> { hw_lock_keeper_rest - [Lock Keeper\n HW impl] [Lab Api] --> hw_lock_keeper_rest } node << A Switch >> { [Lock Keeper\n HW impl] -> SSH } node << VM >> { hw_traffgen_rest - [Traffgen] [Lab Api] -> hw_traffgen_rest interface "OS Interface" as os_i [Traffgen] - os_i } @enduml
false
true
false
false
class
a13ac6c5db74e625d3f66055ca7eaa9c861c41e4
8e0e85b3875e06a4d76b4298decb879026847d7f
/docs/Skeleton/diagrams/Craft_teleport_gate/comm/5.Not_Possible_to_craft_gate_1.puml
c0c40033a03134739f14946c9bcf95a6ab7ea795
[]
no_license
viseguard-studios/Documentation
fba5030594be0303374d70019c7ea759316a96fe
290312ddbeab9cf9a28147c868f3330475aebd6d
refs/heads/main
2023-05-13T12:00:34.417075
2021-06-06T07:52:49
2021-06-06T07:52:49
338,383,487
0
0
null
null
null
null
UTF-8
PlantUML
false
false
792
puml
@startuml rectangle "recipe: TeleportGateRecipe" as recipe rectangle "s: SpaceShip" as s rectangle "inv: Inventory" as inv rectangle "a: Asteroid" as a rectangle "inventory:Inventory" as inventory rectangle "item: Item" as item rectangle "aItem: Item" as aItem title SpaceShip can't craft teleport gate because of the lack of items recipe -right- s: 1. GetAsteroid() \n ----> \n 2. a \n <- - - \n 3. GetInventory() \n ----> \n 4. inv \n <- - - recipe -left- inv: 5. getItems() \n <---- \n 6. items \n - - -> recipe -- a: 7. GetInventory() \n <---- \n 8. inventory \n - - -> recipe -- inventory: 9. GetItems() \n <---- \n 10. aItems \n - - -> recipe -- item: 11. Satisfies(i)\n ---->\n 12. x \n <- - - recipe -- aItem: 13. Satisfies(i)\n ---->\n 14. y \n <- - - @enduml
false
true
false
false
sequence
eb116f6c2153a6e87f7e3c0878745a5318d5a756
eaf70a25113a1a682795a5a42bf5b1ea9e3758bd
/uml/plantUML.puml
6a7b02178003de6b10abb4ace95fe8c35d92a917
[]
no_license
mscarceller/MasterCloudApps_Damas_Refactoring
bef2f4f7101d19673ffa3f8ea5d7fbce0aebf947
b6bffc99ea96cc0da23ba076d1e4ccb9f0c6b472
refs/heads/master
2020-09-05T17:24:50.599950
2019-11-10T14:54:45
2019-11-10T14:54:45
220,168,691
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,209
puml
@startuml title Diseño Modelo/Vista/Controlador con Presentador del Modelo/Vista/Controlador class Draughts { + play() } Draughts *-down-> Logic Draughts *-down-> View class View #orange { + interact(Controller) } class StartView #orange { + interact(StartController) } class PlayView #orange { + interact(PlayController) } class CancelView #orange { } class ResumeView #orange { + interact(ResumeController) } class BoardView #orange{ } class SquareView #orange{ } class PieceView #orange{ } StartView ..> StartController PlayView ..> PlayController CancelView ..> PlayController ResumeView ..> ResumeController View *-down-> StartView View *-down-> PlayView View *-down-> CancelView View *-down-> ResumeView StartView *-down-> BoardView PlayView *-down-> BoardView BoardView ..> SquareView View ..> AcceptController class Logic{ - State state; - Game game; + nextState() + getController() } Logic *--> State Logic *--> Game Logic *-down-> AcceptController class Controller #DeepSkyBlue{ } class AcceptController #DeepSkyBlue{ } Controller <|-down- AcceptController AcceptController <|-down- StartController AcceptController <|-down- PlayController Controller <|-down- MoveController Controller <|-down- CancelController AcceptController <|-down- ResumeController Controller o--> Game class StartController #DeepSkyBlue{ +initGame() } class MoveController #DeepSkyBlue{ + move(Coordinate origin, Coordinate target) } class CancelController #DeepSkyBlue{ + cancelGame() } class ResumeController #DeepSkyBlue{ +resumeGame() } class PlayController #DeepSkyBlue{ + move(Coordinate origin, Coordinate target) + cancelgame() } PlayController ..> Coordinate PlayView ..> Coordinate class Coordinate{ -int x -int y } PlayController *-down-> CancelController PlayController *-down-> MoveController class Game{ } Game *-down-> Board Game *-down-> Turn Game ..> Error class Board{ } Board *-down-> "8x8" Square Board *-down-> "1..2x12" Piece Board ..> Error class Square{ +Piece piece } Square --> "0..1" Piece class Piece{ } Piece *--> Color class Color{ } class Turn{ } Turn *--> Color class State{ } class Error{ } @enduml
false
true
true
false
class
0ff7d4cd5141b3ffee19f850cf4beb6b9213ee1c
dda180d406d1ea7675fe4bde67432c54a1c14277
/src/_04interfaces/R9_8.puml
6fba5ccab1a307ba45464d28a320a08df3fc440f
[]
no_license
waiwaikim/Java
06632fbe41fd8a41effba97befcfe41412747ce3
7cc4e3321879ab9935253c0d6502f43f12ee3f2f
refs/heads/master
2020-11-28T10:47:18.413462
2019-12-09T19:29:02
2019-12-09T19:29:02
229,788,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
195
puml
@startuml Vehicle <|-- Car Vehicle <|--Truck Car <|-- Sedan Car <|-- Coupe Truck <|-- PickupTruck Car <|--SportUtilityVehicle Car <|-- Minivan Vehicle <|--Bicycle Vehicle <|-- Motorcycle @enduml
false
true
false
false
class
37c20b437ad7825db827ad3580cdd2ba4da2627b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ExtensionTrigger.puml
fac59e0457064106fa73e5a7eba0f3a7e468fa04
[]
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
1,433
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 ExtensionTrigger [[ExtensionTrigger.svg]] { resourceTypeId: [[ExtensionResourceTypeId.svg ExtensionResourceTypeId]] actions: [[ExtensionAction.svg List<ExtensionAction>]] condition: String } interface Extension [[Extension.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String destination: [[ExtensionDestination.svg ExtensionDestination]] triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]] timeoutInMs: Integer } interface ExtensionDraft [[ExtensionDraft.svg]] { key: String destination: [[ExtensionDestination.svg ExtensionDestination]] triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]] timeoutInMs: Integer } interface ExtensionChangeTriggersAction [[ExtensionChangeTriggersAction.svg]] { action: String triggers: [[ExtensionTrigger.svg List<ExtensionTrigger>]] } ExtensionTrigger --> Extension #green;text:green : "triggers" ExtensionTrigger --> ExtensionDraft #green;text:green : "triggers" ExtensionTrigger --> ExtensionChangeTriggersAction #green;text:green : "triggers" @enduml
false
true
false
false
sequence
64081112537f2ba77ef1cd17a46654dbd80f529d
3356f08bf73cc5950d70d4259c9b288166cc33c4
/documentation/class_diagrams/pattern_detector.puml
e1f07dcabc770547f0ea1d3809315e402ea110a4
[ "MIT" ]
permissive
ignacio-gallego/tbcnn_skill_pill
08007fadd1ffcbd372c7d099a0abf6d8ff29806c
66c3939e2944160c864b61495ac4c7aaa56acd18
refs/heads/main
2023-06-11T00:42:10.182861
2021-06-30T09:35:28
2021-06-30T09:35:28
381,647,978
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,602
puml
@startuml Pattern_detector-model abstract class PatternDetector { + patternDetection(path: String, pattern: String): void - {abstract} secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float - prediction(Dictionary[String]): Tensor - printPredictions(Tensor, Dictionary[String], String): void } ' Layers class CodingLayer extends AbstractLayer{ + codingLayer(nodes: List[Node], wR: Tensor, wL: Tensor, b: Tensor): List[Node] - codingIterations(): void } class ConvolutionalLayer extends AbstractLayer{ + convolutionalLayer(nodes: List[Node]): List[Node] - calculateY(nodes: List[Node]): void - slidingWindowTensor(Node): Tensor } class PoolingLayer extends AbstractLayer{ + poolingLayer(nodes: List[Node]): Tensor } class HiddenLayer extends AbstractLayer{ + hiddenLayer(Tensor): Float } abstract class AbstractLayer { } 'Test class GeneratorDetector extends PatternDetector { - conv: ConvolutionalLayer - pooling: PoolingLayer - hidden: HiddenLayer - secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float - loadMatricesAndVectors(CSVFiles): void } class WrapperDetector extends PatternDetector { - cod: CodingLayer - conv: ConvolutionalLayer - pooling: PoolingLayer - hidden: HiddenLayer - secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float - loadMatricesAndVectors(CSVFiles): void } GeneratorDetector "one"..> "many" AbstractLayer: uses WrapperDetector "one"..> "many" AbstractLayer: uses @enduml
false
true
false
false
class
1ddd8def6537484eadc30716b5673fd5812aeb43
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/ElCazador.Worker/DataStore/IDataObject.puml
a4a7c0beaee197c449bd6367059432aedaef5bd2
[]
no_license
fisboger/Thesis
a6887e195c7daa8317abe3167de1676420173e33
4746126f69da615c641380fd7a33c863f2fedee3
refs/heads/master
2020-04-03T15:18:08.671739
2019-02-07T11:17:06
2019-02-07T11:17:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
102
puml
@startuml interface IDataObject { Key : object <<get>> Timestamp : DateTime <<get>> } @enduml
false
true
false
false
class
c19552e99d96fdb719e9cc5d3370ab3bf3952a85
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/hub-and-spoke/flow-validate/flow-validate.puml
71699b145815f7d6b8881e87e0eab4a621e2bf63
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
1,775
puml
@startuml title Flow validation actor User boundary Northbound participant FlowValidationHubBolt << Hub >> participant SpeakerWorkerBolt <<Worker>> participant Floodlight participant FlowValidationService database DAO User -> Northbound : Flow validate activate Northbound Northbound -> FlowValidationHubBolt : FlowValidationRequest activate FlowValidationHubBolt FlowValidationHubBolt -> FlowValidationService : Get switches by flow id activate FlowValidationService FlowValidationService -> DAO : Get switches by flow id activate DAO DAO -> FlowValidationService : switches deactivate DAO FlowValidationService -> FlowValidationHubBolt : switches deactivate FlowValidationService loop switch in switches FlowValidationHubBolt -> SpeakerWorkerBolt : switch id deactivate FlowValidationHubBolt end SpeakerWorkerBolt -> Floodlight : DumpRulesForNbworkerRequest Floodlight -> SpeakerWorkerBolt : SwitchFlowEntries SpeakerWorkerBolt -> FlowValidationHubBolt : SwitchFlowEntries activate FlowValidationHubBolt FlowValidationHubBolt -> FlowValidationHubBolt : Collect SwitchFlowEntries FlowValidationHubBolt -> FlowValidationService : Validate flow activate FlowValidationService FlowValidationService -> DAO : Get flow by flow id activate DAO DAO -> FlowValidationService : flow deactivate DAO FlowValidationService -> DAO : Get flow segments by flow id and cookie activate DAO DAO -> FlowValidationService : flow segments deactivate DAO FlowValidationService -> FlowValidationService : Validate flow FlowValidationService -> FlowValidationHubBolt : FlowValidationResponse deactivate FlowValidationService FlowValidationHubBolt -> Northbound : FlowValidationResponse deactivate FlowValidationHubBolt Northbound -> User : FlowValidationResponse deactivate Northbound @enduml
false
true
false
false
sequence
222778b666e4087e8fdda93b52392e97fe00cbeb
b12ef03bc988d879c52c8fc79b43a4bca06da946
/client/src/main/java/Controller/Controller.plantuml
09d569ea45ba1d06a2f72cc89b806a3bcf59ddd0
[]
no_license
genesis152/PS-Assignment3
75f8bdc8fe767e70c7fb1e551ae43d1d0b0ad33a
f894f2f2742f1477b7a975fb7505e2e3036fe0cb
refs/heads/master
2023-03-07T12:25:57.548897
2021-02-25T10:24:09
2021-02-25T10:24:09
342,205,571
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,439
plantuml
@startuml title __CONTROLLER's Class Diagram__\n namespace Controller { class Controller.AdministratorController { - ENGLISH_TEXT_FILE_PATH : String - ITALIAN_TEXT_FILE_PATH : String - ROMANIAN_TEXT_FILE_PATH : String - components : Map<String, Component> - componentsText : Map<String, String> - coordinators : List<String> - currentShowingType : Type - dataTableColumns : String[] - postmen : List<String> - selectedUserName : String - updateTableColumns : String[] - updateTableFields : String[] + AdministratorController() + addButtonActionListener() + addEntryButtonActionListener() + classifyUsers() + comboBoxActionListener() + deleteButtonActionListener() + updateEntryButtonActionListener() + updateSecondaryTable() + viewCoordinatorsButtonActionListener() + viewPostmenButtonActionListener() + windowListener() # updateCoordinatorsTable() # updatePostmenTable() - createTable() - getComponentTextFromFile() - getComponents() - setTextFromMap() } } namespace Controller { class Controller.CoordinatorViewController { # currentUser : User - ENGLISH_TEXT_FILE_PATH : String - ITALIAN_TEXT_FILE_PATH : String - ROMANIAN_TEXT_FILE_PATH : String - components : Map<String, Component> - componentsText : Map<String, String> - dataTableColumns : String[] - parcels : List<Parcel> - postmanTableColumns : String[] - postmen : Map<Integer, User> - selectedParcelID : Integer - updateTableColumns : String[] - updateTableFields : String[] + CoordinatorViewController() + addButtonActionListener() + addParcelButtonActionListener() + comboBoxActionListener() + deleteParcelButtonActionListener() + mapPaneComponentAdapter() + saveReportButtonActionListener() + searchParcelByIDButtonActionListener() + updateParcelButtonActionListener() + updatePostmenTable() + updateSecondaryTable() + viewParcelsButtonActionListener() + windowListener() # updateParcelsTable() - createTable() - dumpComponentsToFiles() - getComponentTextFromFile() - getComponents() - setTextFromMap() } } namespace Controller { class Controller.LoginViewController { + LoginViewController() + endView() + verifyLogin() } } namespace Controller { class Controller.MainController { - CLIENT_CONFIGURATION_FILE_PATH : String - loggedUser : User - socket : Socket + MainController() + clientSetup() + createContainerFromGraph() + switchView() # updateCoordinators() # updateParcels() # updatePostmen() } } namespace Controller { class Controller.PostmanViewController { - ENGLISH_TEXT_FILE_PATH : String - ITALIAN_TEXT_FILE_PATH : String - ROMANIAN_TEXT_FILE_PATH : String - components : Map<String, Component> - componentsText : Map<String, String> - currentUser : User - dataTableColumns : String[] - parcels : List<Parcel> + PostmanViewController() + comboBoxActionListener() + mapPaneComponentAdapter() + searchParcelByIDButtonActionListener() + viewParcelsButtonActionListener() + windowListener() # updateParcelsTable() - createTable() - dumpComponentsToFiles() - getComponentTextFromFile() - getComponents() - setTextFromMap() } } namespace Controller { class Controller.ServerCommunication { + socket : Socket {static} - instance : ServerCommunication - responsePool : List<LinkedBlockingQueue<CommunicationProtocol<Object>>> - threadPool : List<LinkedBlockingQueue<Thread>> + addUser() {static} + buildInstance() + deleteParcel() + deleteUser() + exit() + getGraphLayout() {static} + getInstance() + getParcelByID() + getParcels() + getParcelsByPostmanID() + getUserByID() + getUserByUsername() + getUsers() + insertParcel() + updateParcel() + updateUser() + verifyLogin() - ServerCommunication() - initResponsePool() - initThreadPool() - requestUpdateCoordinators() - requestUpdateParcels() - requestUpdatePostmen() - startMessageListener() } } Controller.AdministratorController o-- View.AdministratorView : administratorView Controller.AdministratorController o-- Controller.MainController : mainController Controller.AdministratorController o-- Controller.ServerCommunication : serverCommunication Controller.CoordinatorViewController o-- Controller.MainController : mainController Controller.CoordinatorViewController o-- View.CoordinatorView : coordinatorView Controller.CoordinatorViewController o-- Controller.ServerCommunication : serverCommunication Controller.LoginViewController o-- View.LoginView : loginView Controller.LoginViewController o-- Controller.ServerCommunication : serverCommunication Controller.MainController o-- Controller.AdministratorController : administratorController Controller.MainController o-- Controller.ServerCommunication : communication Controller.MainController o-- Controller.CoordinatorViewController : coordinatorViewController Controller.MainController o-- Controller.LoginViewController : loginViewController Controller.MainController o-- Controller.PostmanViewController : postmanViewController Controller.PostmanViewController o-- Controller.MainController : mainController Controller.PostmanViewController o-- View.PostmanView : postmanView Controller.PostmanViewController o-- Controller.ServerCommunication : serverCommunication Controller.ServerCommunication o-- Controller.MainController : mainController 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
acfca91c166f376a3fdc7366708b07d8d0d574e9
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/booking-service/src/main/java/com/vrush/microservices/booking/exception/exception.plantuml
992fd1c97c8e9eb82396d983ff1235adf8ee906f
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
532
plantuml
@startuml title __EXCEPTION's Class Diagram__\n namespace com.vrush.microservices.booking { namespace exception { class com.vrush.microservices.booking.exception.ValidationException { {static} - serialVersionUID : long + ValidationException() + ValidationException() } } } 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
e51c27b333359594c9f550215093d778aa7eeceb
c815f9c82c1400f76243750cd0ec609d217b9943
/twin/etc/twin.urm.puml
b4bd52468e00e396b984757cf1a21a417beb63a7
[ "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
443
puml
@startuml package com.iluwatar.twin { abstract class GameItem { + GameItem() + click() {abstract} + doDraw() {abstract} + draw() } class BallItem { - isSuspended : boolean - twin : BallThread + BallItem() + click() + doDraw() + move() + setTwin(twin : BallThread) } class App { + App() + main(args : String[]) {static} - waiting() {static} } } BallItem --|> GameItem @enduml
false
true
false
false
class
4812306b2dcce89cb547a9b37f526e59d1fa6e09
7a717c1c3cbe0315976d5831d98641743d8bb0ce
/nestedToken.puml
60b08864c7093bbcd80fbaf5736731d65ace01ec
[ "MIT" ]
permissive
sjarosz/TokenProp
28bfeae1b63f9d7ebd81d5a437f78e5a68f76d47
1a81840d3a68813c28443a0b68aeac4b0869e15a
refs/heads/master
2021-01-09T20:37:05.650809
2016-07-13T14:10:59
2016-07-13T14:10:59
63,093,466
0
0
null
null
null
null
UTF-8
PlantUML
false
false
889
puml
@startuml title Browser App to REST Service token propagation participant User participant OpenAM participant "Browser App" as app participant OpenIG participant "REST Service" as rest User->app: Inital Page Load app->OpenAM: /oauth2/authorize[scope=oidc] alt user not yet logged in OpenAM->OpenAM: redirect to authentication chain OpenAM->User: Display login UI User->OpenAM: Login end alt user not yet granted consent OpenAM->User: prompt user for consent User->OpenAM: send consent or cancel process end OpenAM->app: JWT response app->app: inspect tokens+cliams app->OpenIG: Invoke REST Service OpenIG->OpenAM: STS Request session token->SAML conversation note over OpenIG: various token types possible OpenAM->OpenIG: token response OpenIG->rest: Propagate JWT and/or SAML rest->rest: inspect tokens+claims rest->OpenIG: WS response OpenIG->app: WS response @enduml
false
true
false
false
sequence
2fb5ac77ae997b0cbb4fe2dd1da7c622e7bb15af
5118f228c8949f543758de3ddbf4dff9b26d5b7a
/docs/DSS/cu06_ResetButtonList_dss.puml
b9112f06428496ae421bc2231a1f0abab0bb94e2
[]
no_license
vexys001/RandoTracker
03160cdca456d7dec7381f3f8792c531a979f549
f5cd5123165ce5e1d8ae62c1ab7d8852641f30d9
refs/heads/master
2022-04-19T19:31:01.045223
2020-03-17T18:16:06
2020-03-17T18:16:06
242,613,061
0
0
null
null
null
null
UTF-8
PlantUML
false
false
326
puml
@startuml skinparam style strictuml skinparam DefaultFontName Verdana skinparam backgroundcolor transparent skinparam sequenceMessageAlign center title DSS - Reset the Button List actor ":User" as u participant ":Application" as a u -> a : resetButtonList() a --> u : ButtonList is reset to its state at download @enduml
false
true
false
false
sequence
7658cb012b511f6a183f7e44134ec44e86c43b23
aab4138e27583d3248417913f4672862d144677f
/sequence_diagrams/04_Groups/02_group_types.plantuml
975522e0908c26cf6e0c0a10ede535191bd4c649
[]
no_license
fishey2/plantuml_examples
6b12c5706bc4b4068d969bd721c60416d5a4ae3b
d56a255616fdaf4d8ddfdf2dc58d20e1c923b658
refs/heads/master
2021-01-04T03:24:31.321397
2020-02-18T21:51:55
2020-02-18T21:51:55
240,356,644
1
0
null
null
null
null
UTF-8
PlantUML
false
false
902
plantuml
@startuml ' Includes the sequence_diagram_stylesheet from a gist !include https://gist.githubusercontent.com/fishey2/7178a88643a8850908c799be1ec68fd6/raw/fc90505df1321e5c5022eab84d1e0b5044194d1c/example_sequence_stylesheet.iuml header Group Types ' First participant participant "Participant 1" as p1 ' Second participant participant "Participant 2" as p2 ' A standard grouping group group p1 -> p2 end group ' Group box with name opt alt p1 -> p2 end alt ' Group box with name opt opt p1 -> p2 end opt ' Group box with name loop loop p1 -> p2 end loop ' Group box with name par par p1 -> p2 end par ' Group box with name break break p1 -> p2 end break ' Group box with name critical critical p1 -> p2 end critical @enduml
false
true
false
false
sequence
8f30bd38025bfc959f4b428e61b8d96dd682f5a2
0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3
/modelViewPresenter/presentationModel/withComposite/docs/diagrams/src/arquitectura.plantuml
2bf24e67ce4d66afb0dc83bb2a3c211870edb7e0
[]
no_license
pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql
04de19c29176c4b830dbae751dc4746d2de86f2e
2b5f9bf273c67eedff96189b6b3c5680c8b10958
refs/heads/master
2023-06-10T13:09:55.875570
2021-06-29T15:16:23
2021-06-29T15:16:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
881
plantuml
@startuml arquitectura package usantatecla.mastermind #DDDDDD { } package usantatecla.mastermind.controllers #DDDDDD { } usantatecla.mastermind.controllers .down.> usantatecla.mastermind.models usantatecla.mastermind .down.> usantatecla.mastermind.views usantatecla.mastermind .down.> usantatecla.mastermind.controllers package usantatecla.mastermind.models #DDDDDD { } package java.util{ } usantatecla.mastermind.models .down.> java.util package usantatecla.utils #DDDDDD { } package java.lang { } package java.io{ } usantatecla.utils .down.> java.io usantatecla.utils .down.> java.util package usantatecla.mastermind.views #DDDDDD { } usantatecla.mastermind.views .down.> usantatecla.mastermind.controllers usantatecla.mastermind.views .down.> usantatecla.utils usantatecla.mastermind.controllers .down.> java.util usantatecla.mastermind.models .down.> java.lang @enduml
false
true
false
false
uml-unknown
2a58f2ced4f9ade0f6e11bb86f9f2b19e6d8cb1c
e5b6e5746af566514213da1d8c79d93111058e14
/api/src/main/uml/inference_model_zoo.puml
95786f13803c94c3143057641d588db4c54c3322
[ "Apache-2.0" ]
permissive
lanking520/djl
55506812346e2bd0ad27e931854b5e54993f016f
790fce542ff55a5c181fb71e79e3182ab672c0b7
refs/heads/master
2023-07-19T04:29:13.515886
2023-05-16T20:15:04
2023-05-16T20:44:47
224,953,783
8
0
Apache-2.0
2019-12-11T23:15:09
2019-11-30T03:25:40
null
UTF-8
PlantUML
false
false
237
puml
@startuml (*) --> "Load Model form model zoo" --> "Create Predictor" --> "Inference: predictor.predict(input)" (*) --> "Prepare input" "Prepare input" --> "Inference: predictor.predict(input)" --> "Get prediction result" --> (*) @enduml
false
true
false
false
sequence
0626e67664298a90a41773c782073261befe98f5
24109a89f9b5fe9274c67aded8187d6d6b41d903
/docs/Sequence Diagrams/TagSequenceDiagram.puml
1caff4531049187112b6337fdd47ae2a807cc53e
[]
no_license
AY2021S2-CS2113-W10-2/tp
46dcdfe1eada20ca71244f8354ad2e908e492d61
cc0d0c06faaf46ed0f4b19aa209157f2c7aaf978
refs/heads/master
2023-04-02T15:59:23.187651
2021-04-12T15:38:29
2021-04-12T15:38:29
343,974,496
0
6
null
2021-04-12T15:38:30
2021-03-03T02:17:37
Java
UTF-8
PlantUML
false
false
659
puml
@startuml 'https://plantuml.com/sequence-diagram participant ":TagCommand" as TagCommand participant "<<class>>\n:Parser" as Parser participant ":EmailManager" as EmailManager participant ":Email" as Email hide footbox [-> TagCommand: execute() activate TagCommand TagCommand -> Parser: extractTags(userInput) activate Parser Parser --> TagCommand: index deactivate Parser TagCommand -> EmailManager: getListedEmailsList() activate EmailManager EmailManager --> TagCommand: listedEmails deactivate EmailManager TagCommand -> Email: setTags(indices) activate Email Email --> TagCommand: tags deactivate Email [<- TagCommand deactivate TagCommand @enduml
false
true
false
false
sequence
e563696bd85d1d140d93dc3daa2c1a98d662d713
98c049efdfebfafc5373897d491271b4370ab9b4
/docs/SPRINT_2/UC5-Scooter-Delivery_Plan/SD.puml
b2cb4b490ba202c350d00fdaf92afde2d510a7e8
[]
no_license
antoniodanielbf-isep/LAPR3-2020
3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3
7ee16e8c995aea31c30c858f93e8ebdf1de7617f
refs/heads/main
2023-05-27T14:42:05.442427
2021-06-20T18:09:59
2021-06-20T18:09:59
378,709,095
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,380
puml
@startuml autonumber actor "Timer" as TIME participant ":ScooterDeliveryPlanningTask" as TASK participant ":OrdersQueue" as QU participant "orders:Map<Integer,List<Integer>>" as MAP participant ":PlanningDB" as DB participant "pharmacyOrders:List<Integer>" as ORDERS participant "cords:LinkedList<String>" AS CORDS participant "pesosPorEcomenda:Map<String, Float>" as MAPPESOS participant ":DeliveryPlanning" as PLAN participant "allFarmacias:Map<Integer, String>" as ALLFARMACIAS participant "remainingPath:LinkedList<String>" as REMAINING participant ":Print" as PT note over TIME: when time arrives TIME -> TASK: run() activate TASK TASK -> QU: orders = getOrders() activate QU deactivate QU loop pharmacyOrders = orders.get(i) | i = pharmacyID TASK -> DB: cords = getCordsByOrders(pharmacyOrders) activate DB deactivate DB TASK -> DB: pesosPorEcomenda = getPesosPorEncomenda(pharmacyOrders) activate DB deactivate DB TASK -> PLAN: payload = getTotalPayload(pesosPorEcomenda) activate PLAN deactivate PLAN TASK -> DB: pharmacyCords = getCoordinatesByPharmacyID(pharmacyID) activate DB deactivate DB TASK -> DB: courierNIF = getAvailableCourier(pharmacyID) activate DB deactivate DB alt if courierNIF == 0 ref over TASK: UC_29_DroneDeliveryPlanning end TASK -> DB: scooterID = getAvailableScooter(courierNIF, pharmacyID, payload) activate DB deactivate DB alt if scooterID == 0 ref over TASK: UC_29_DroneDeliveryPlanning end TASK -> DB: actualBatteryWH = getActualBatteryVehicle(scooterID, pharmacyID) activate DB deactivate DB TASK -> DB: allFarmacias = getCordsOfPharmacysWithAvailableChargingStation(VehicleType.SCOOTER) activate DB deactivate DB TASK --> REMAINING**: create() TASK -> PLAN: path = shortestPath(cords, pharmacyCords, VehicleType.SCOOTER, actualBatteryWH, allFarmacias, remainingPath, payload, pesosPorEncomenda) activate PLAN deactivate PLAN alt if path == null ref over TASK: UC_29_DroneDeliveryPlanning end TASK -> PLAN: distance = pathWeight(path) activate PLAN deactivate PLAN TASK -> PLAN: velocidade = getVelocidadeScooter() activate PLAN deactivate PLAN TASK -> PLAN: time = calculateSpentTime(distance, velocidade) activate PLAN deactivate PLAN TASK -> PLAN: energyCost = calculateEnergyCost(path, payload, VehicleType.SCOOTER, pesosPorEncomenda) activate PLAN deactivate PLAN TASK -> DB: changestates = changeStates(scooterID, courierNIF, pharmacyID) activate DB deactivate DB TASK -> DB: deliveryID = insertDelivery(courierNIF, scooterID, pharmacyID, distance, time, energyCost) activate DB deactivate DB TASK -> PT: printFileDelivery(path, distance, time, energyCost, deliveryID, outputFileName, actualBatteryWH, payload, scooterID, courierNIF, pharmacyCords) activate PT deactivate PT TASK -> DB: takeVehicleEnergy(scooterID, energyCost, pharmacyID) activate DB deactivate DB TASK -> DB: updateOrdersDeliveryID(pharmacyOrders, deliveryID) activate DB deactivate DB alt if !remainingPath.isEmpty() ref over TASK: SD_TratarRemainingPath_UC5 end TASK -> TASK: changeStates(courierNIF, scooterID, pharmacyID) activate TASK deactivate TASK TASK -> PT: printPhisics(outputFileName, VehicleType.SCOOTER) activate PT deactivate PT TASK -> DB: updateOrderStateToDelivered(deliveryID) activate DB deactivate DB end TASK -> QU: clearQueue() activate QU deactivate QU deactivate TASK @enduml
false
true
false
false
usecase
b87303bd838fa3d77720eaaf80e96462bfccc13a
ddd27ef7207e3b508ba557b6f5ca1b2bd172a734
/app/UML/Olivia/OliviaEss1.puml
84862a63d0c6498c181032de76b1b8cb4a63ab74
[]
no_license
QRP0002/Wireless_Quote
7c095f66043b7780f03d624be2fe7956b3369a27
0b4762a69db0ebada3d518573e7618a0e57f0368
refs/heads/master
2020-06-04T02:48:51.629364
2015-05-01T12:49:49
2015-05-01T12:49:49
33,549,841
0
0
null
2015-04-16T20:57:50
2015-04-07T14:57:28
Java
UTF-8
PlantUML
false
false
484
puml
@startuml User -> System : Log In activate User activate System System --> User : Show Home Screen User -> System : Manage Quote System --> User : Quotes Available User -> System : Select Quote System -> Server : Request Quote activate Server Server --> System : Return Quote System --> User : Display Edit Quote User -> System : Edit Quote and Save System -> Server : Request to Save Quote Server --> System : Save Confirmed deactivate Server System --> User : Display Quote @enduml
false
true
false
false
sequence
5f652616a4a98c22e1c6ccf9d4e0344808c75a5b
00b0c2c5796ef669b02cc7e795b864903ea28b62
/assets/uml/model-spec.plantuml
2bbc804dbc7d97c9e3dee4e78f1678dcfccb270f
[ "MIT" ]
permissive
BernhardSchiffer/06-annotations-reflection
0f682f36b61e6a5ad0c07b81993f777b43ee3ea4
37cea4ef8cb55d05db062f52897acf0a45be1d14
refs/heads/master
2020-08-31T01:41:14.537966
2020-04-17T19:24:49
2020-04-17T19:24:49
218,548,472
0
0
MIT
2019-10-30T14:37:47
2019-10-30T14:37:46
null
UTF-8
PlantUML
false
false
379
plantuml
@startuml ModelSpec package de.thro.inf.prg3.a06.model { +class Joke { -number: int -content: String -rubrics: String[] +getNumber(): int +setNumber(number: int): void +getContent(): String +setContent(content: String): void +getRubrics(): String[] +setRubrics(rubrics: String[]): void } } @enduml
false
true
false
false
uml-unknown
c3ac01a7e34a926fb3abbd24b9124e12c2e39d23
1411b02af9800c138c7b2c5082bf0359f6c41aca
/uml/DiagramaClases.puml
333a16cfe49783d66b9b0aff6aedf4d510fbf169
[]
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
5,767
puml
@startuml skinparam class { BackgroundColor lightcyan ArrowColor teal BorderColor slateblue } skinparam stereotypeCBackgroundColor YellowGreen package "entities" { class User class Comment class Intention } package "managerbeans" { BasePageBean <|--- UsuariosBean BasePageBean <|-- LoginBean BasePageBean <|-- IntentionBean } package "persistence" { UserDAO ..> PersistenceException IntentionDAO ..> PersistenceException MyBatisUserDAO --> UserDAO MyBatisIntentionDAO --> IntentionDAO UserMapper <.. MyBatisUserDAO IntentionMapper <.. MyBatisIntentionDAO } package "services" { UsuariosBean ------> InitiativeBankServices : <<inject>> LoginBean ------> InitiativeBankServices : <<inject>> IntentionBean ------> InitiativeBankServices : <<inject>> LoginSession <..... LoginBean InitiativeBankServicesImpl --> InitiativeBankServices InitiativeBankException <. InitiativeBankServices IntentionDAO ....> InitiativeBankServicesImpl : <<inject>> UserDAO ....> InitiativeBankServicesImpl : <<inject>> } entities -[hidden]- services managerbeans -[hidden] persistence class User { - id : int - full_name : String - email : String - areaDepartment : String - intencion : Intention - contrasenia : String - tipoUsuario : String } class Comment { - id : int - content : String - usuario : User - intencion : Intention } class Intention { - id : int - estado : String - titulo : String - descripcion : String - fechaCreacion : Date - autor : User - palabrasClave : ArrayList<String> - comments : ArrayList<Comment> - area : String } abstract class BasePageBean { - injector : Injector + init() : void } class UsuariosBean { - initiativeBankServices : InitiativeBankServices - valSearch : String - httpSession : HttpSession + getUser() : User + getConsultAll() : List<User> + entrar() : void + redirectS() : void + salir() : void + getFinds() : List<User> } class LoginBean { - initiativeBankServices : InitiativeBankServices - mail : String - password : String - usuario : User + autenticacion() : void + logout() : void } class IntentionBean { - initiativeBankServices : InitiativeBankServices - valSearch : String - state : String - content : String - date_of_creation : Date - title : String - options : String[] - selected : List<String> - httpSession : HttpSession + getUser() : User + getConsultAll() : List<Intention> + crearIntencion() : void + AllTags() : List<String> + getFinds() : List<Intention> + entrar() : void + salir() : void + redirectS() : void + redirectIn() : void } class InitiativeBankException { + InitiativeBankException(msg : String) + InitiativeBankException(msg : String, err : Throwable) + InitiativeBankException(err : Throwable) } class LoginSession { + {static} getSession() : HttpSession + {static} getResquest() : HttpServletRequest } interface IntentionDAO { + consultaAll() : List<Intention> <<PersistenceException>> + searchIntention(palabra : String) : List<Intention><<PersistenceException>> + crearIntencion(idUser : int, state : String, content : String, title : String) : void <<PersistenceException>> + getTags() : List<String> <<PersistenceException>> } interface UserDAO { + consultaUsers() : List<User> <<PersistenceException>> + consultaUser(mail : String) : User <<PersistenceException>> + searchUsers(TipoUsuario : String) : List<User> <<PersistenceException>> } interface InitiativeBankServices { + crearIntencion(idU : int, state : String, cont : String, title : String, tags : String[]) : void <<InitiativeBankException>> + consultarUsuarios() : List<User> <<InitiativeBankException>> + consultarUsuario(mail : String) : User <<InitiativeBankException>> + consultaIntencion() : List<Intention> <<InitiativeBankException>> + consultaIntencion(palabra : String) : List<Intention> <<InitiativeBankException>> + consultaUsuarios(TipoUsuario : String) : List<User> <<InitiativeBankException>> + consultTags() : List<String> <<InitiativeBankException>> } class InitiativeBankServicesImpl { - userDAO : UserDAO - intentionDAO : IntentionDAO + consultarUsuarios() : List<User> + consultarUsuario(String mail) : User + consultaIntencion() : List<Intention> + consultaIntencion(palabra : String) : List<Intention> + crearIntencion(idUser:int, state:String, content:String, title:String, tags:String[]) : void + consultaUsuarios(TipoUsuario : String) : List<User> + consultTags() : List<String> } class PersistenceException { + PersistenceException(msg : String) + PersistenceException(msg : String, err : Throwable) + PersistenceException(err : Throwable) } class MyBatisUserDAO { - userMapper : UserMapper + consultaUsers() : List<User> + consultaUser(mail : String) : User + searchUsers(TipoUsuario : String) : List<User> } class MyBatisIntentionDAO { - intentionMapper : IntentionMapper + consultaAll() : List<Intention> + searchIntention(palabra : String) : List<Intention> + crearIntencion(idUser:int, state:String, content:String, title:String) : void + getTags() : List<String> } class IntentionMapper { + consultarAll() : List<Intention> + crearIntencion(idUser : int, state : String, content : String, title : String) : void + searchIntention(palabra : String) : List<Intention> + getTags() : List<String> } class UserMapper { + consultarUsuarios() : List<User> + consultarUsuario(mail : String) : User + consultarUsuariosTU(TipoUsuario : String) : List<User> } @enduml
false
true
false
false
sequence
6efee162f234cbdf9683d13fcd7a43cb3585a0d7
8a7d4e7348e7cf75ea65d857f140d0454add6f84
/docs/src/developer/subarraynode/tmc.puml
61217fccb73a97224bf67b7770b333be448c3377
[ "BSD-3-Clause" ]
permissive
ska-telescope/cdm-shared-library
d1812ed010a09765a5be5a41d1c7e8e9694d110a
87083655aca8f8f53a26dba253a0189d8519714b
refs/heads/master
2023-09-01T08:27:16.704307
2023-08-08T13:01:10
2023-08-08T13:01:10
191,747,755
0
0
BSD-3-Clause
2023-02-10T13:48:25
2019-06-13T11:11:28
Python
UTF-8
PlantUML
false
false
229
puml
@startuml hide empty members package ska_tmc_cdm.messages.subarray_node.configure { package tmc.py <<Rectangle>> { class TMCConfiguration { scan_duration : datetime.timedelta } } } @enduml
false
true
false
false
class
5b6f8aae24d298eaa530c0301707c8929e93ce07
f7024178a5c03316d942c03b7c57a352a4350001
/root/Actividades/A5.P1.Osbert/OsbertClases.puml
a13ab7a7b573e452c5e5764dd7500a212d52ce29
[]
no_license
SCRUBYD00/A01243833_AyMSS18
b5dc6521967d5b7ce932a03eb1b54a1cde75f982
d1fea7f6c176722a5986f0a2b643192e098d872c
refs/heads/master
2021-05-12T14:41:11.514383
2018-05-03T10:58:49
2018-05-03T10:58:49
116,962,000
0
0
null
null
null
null
UTF-8
PlantUML
false
false
521
puml
@startuml Clases class Osbert { + string Compra() + string descripcionCuadro() + string ventaCuadro() } class Galeria { - galeria <Cuadro> : List } class Subasta { - string autor - string fecha - double precio } class Cuadro { - string descripcion - string autor - string fecha - double precio } class Cliente { bool compra() } class Registro { registro <DatosVenta> : List } class DatosVenta { - Cuadro c - string nombre - string direccion } @enduml
false
true
false
false
class
e031db8c34daf584d537c61b1c70bfa0a0442501
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-bridge-2.plantuml
b4fcd6b18dae34fb2b8b29cb32340175a612e376
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
844
plantuml
@startuml abstract class CalculatorImpl { {abstract} double plus(double a, double b) {abstract} double minus(double a, double b) {abstract} double multiply(double a, double b) } class Calculator { CalculatorImpl impl Calculator(CalculatorImpl impl) double plus(double a, double b) double minus(double a, double b) double multiply(double a, double b) } class AdvancedCalculator { AdvancedCalculator(CalculatorImpl impl) double advancedPlus(double a, double b, double c) double advancedMinus(double a, double b, double c) double advancedMultiply(double a, double b, double c) } class SimpleCalculatorImpl { double plus(double a, double b) double minus(double a, double b) double multiply(double a, double b) } CalculatorImpl <--o Calculator Calculator <|-- AdvancedCalculator CalculatorImpl <|-- SimpleCalculatorImpl @enduml
false
true
false
false
class
950379e19f5d36a6c6ea646fb96deb15c878b675
577fe9d2b7313325cd5410f1588f6272e6f1539e
/examples/simple-s3.puml
cfea50fd454e3cb5dc1a2f520806a9652e4345d3
[ "MIT" ]
permissive
Ahbrown41/AWS-PlantUML
a12220ce987b7abc0b121279f6f71f4b4f05ce78
16a10b82f865f43a153b3c49de02bea7b6b3b65e
refs/heads/master
2020-04-28T13:03:34.269079
2019-03-13T02:21:05
2019-03-13T02:21:05
175,296,307
0
1
MIT
2019-03-12T21:06:35
2019-03-12T21:06:35
null
UTF-8
PlantUML
false
false
292
puml
@startuml !define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/17-10-18/dist !includeurl AWSPUML/common.puml !includeurl AWSPUML/Storage/AmazonS3/AmazonS3.puml AMAZONS3(s3_internal) AMAZONS3(s3_partner,"Vendor's S3") s3_internal <-- s3_partner @enduml
false
true
false
false
uml-unknown
f1a410e324e6b53c13cdd9cc71eda3d1e3fac34a
fa9855ed2f2ad20f1876549b9aa036265346adff
/use-cases/use-case-4.4.puml
acdef624171b8d8c9794ce96dfc837d057c51b87
[ "Apache-2.0" ]
permissive
scan-lan/Group-Project
fcc0f346ebe2c5495b2c31328275fcd773846892
db93a1510cce1355ebb79f01ba8eb42d2312a685
refs/heads/master
2023-04-15T18:20:10.702190
2021-04-27T17:23:47
2021-04-27T17:23:47
333,326,638
0
0
Apache-2.0
2021-04-27T17:23:48
2021-01-27T06:32:57
Java
UTF-8
PlantUML
false
false
312
puml
@startuml rectangle Database rectangle "Organisation" { usecase UC1 as "User defines N as Integer" usecase UC2 as "Get top N populated cities in country" usecase UCa as "Name, Country, District, Population" } User - UC1 UC1 ..> UC2 UC2 ..> UCa : include UC2 - Database @enduml
false
true
false
false
usecase
0c439974766e34c01fa24aaf74c39b06d6f9b440
bef901555a43363f28cb20f8ee3062f95bfde812
/puml/how-booking-should-work.puml
e5e49683bec63008d36068ad9bb8ab68179a0ccf
[]
no_license
isabella232/bryan_cb_sf_2020_talk
438621c3c909fb2c2e48c1c6c8d35c899e648336
08799c0c2a929ecac8cd35bcf0aa7692cf9844e5
refs/heads/master
2022-04-08T12:24:41.163585
2020-03-05T22:54:39
2020-03-05T22:54:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
896
puml
@startuml overview title How an ideal booking system would work autoactivate on actor User User -> Website: Make booking participant EmailServer Website -> Backend: Process booking database Database Backend -> Database: Write booking (check for duplicates) participant "Payment\nProvider" as Provider Backend -> Provider: Bill the card return success Backend -> Database: Flag transaction complete par Backend -> Website: LGTM Backend -> EmailServer: Send confirmation EmailServer -> User: Send email end Website -> User: LGTM activate Sentinel Sentinel -> Database: Checking for \nlost/duplicate transactions, etc Sentinel -> EmailServer : Verifying emails successfully handed off participant "Log\nAggregator" as LogAggregator Backend -> LogAggregator: application crash reports actor OpsTeam OpsTeam -> LogAggregator: checking logs Sentinel -> OpsTeam: sending notifications @enduml
false
true
false
false
usecase