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
bdb44983fbfff854a21579381714c7a2b45f1b6c
2f34c0328c9b296a945021661e7c8e6c56129349
/doc/transaction/sequence/2.determineTransactionManager.puml
470f97c7b3c54a6ad4c14bc9007a42c55f300d0c
[]
no_license
bingowangzhb/springframework-samples
b10123efb9d09d63563c684ffd273287c9a1cfab
47b9f5b0795ec0f19cbe42cf2e8a8017683aa46e
refs/heads/master
2023-04-14T10:35:58.751115
2023-04-07T09:08:58
2023-04-07T09:08:58
224,329,302
0
0
null
2022-12-16T04:53:53
2019-11-27T02:42:44
Java
UTF-8
PlantUML
false
false
359
puml
@startuml participant TransactionInterceptor as A participant TransactionAspectSupport as B participant DefaultListableBeanFactory as C A -> B ++ : invokeWithinTransaction B -> B ++ : determineTransactionManager B -> B : getTransactionManager B -> C ++ : getBean(PlatformTransactionManager.class) return return return @enduml
false
true
false
false
sequence
9847dbcab850cc2b5aebf82a7d743bb48ff71102
56c20102c13a8954fc972d28603045a4f2f2087f
/src/main/java/com/liyi/design/pattern/behavior/command/_Command.puml
e94535ddb3d793471c11455eb0a89bbeb6899b81
[]
no_license
liyigithub1114/design-pattern
74234027be2b8e90fe5a50afca64d35e6035be1d
3a5d9e2c96ec21c9903f34657827ade43140feec
refs/heads/master
2022-11-21T21:29:20.902171
2020-07-22T03:28:02
2020-07-22T03:28:02
281,564,379
0
0
null
null
null
null
UTF-8
PlantUML
false
false
668
puml
@startuml interface Command{ void execute(); void undo(); } class LightOnCommand{ LightReceiver lightReceiver; public LightOnCommand(LightReceiver lightReceiver); void execute(); void undo(); } class LightOffCommand{ LightReceiver lightReceiver; public LightOffCommand(LightReceiver lightReceiver); void execute(); void undo(); } class RemoteController{ Command[] commandOn; Command[] commandOff; void buttonOn(); void buttonOff(); void undo(); } Command <|.. LightOnCommand Command <|.. LightOffCommand LightOnCommand <--o LightReceiver LightOffCommand <--o LightReceiver RemoteController <--o Command @enduml
false
true
false
false
class
1380cc02d7fdef667682fd6fb997ce2a978f88a3
665a2959f0de3a0c67b0aed378c5cc575d6ca742
/excersice45/docs/PlantUML.puml
1482898b5d9fd8283c6144e26893a412669c1d48
[]
no_license
RicardoB1437/barrios-a04
c954668dda7b313e41ebda6b20d1def638e7420e
858f5273bcf6d70cbf10df83120bac376c4ce9a6
refs/heads/main
2023-08-31T11:22:48.173819
2021-10-18T04:48:55
2021-10-18T04:48:55
414,372,178
0
0
null
null
null
null
UTF-8
PlantUML
false
false
470
puml
@startuml class Solution45 { +main(String[]) 'calls takeInfoFromFile 'cals printInfoToFile } class FileRead { List<String> info +getInfo(): List<String> +setInfo() +takeInfoFromFile() 'reads in info from file -replace(List<String>): List<String> 'replaces all instances of "utilize" with "use" +printInfoToFile() 'calls replace 'prints contents of list created by replace to file } Solution45 -- FileRead @enduml
false
true
false
false
class
962d9ee48c672a14e2cd5edb542b95fccbc96cb0
5c9480cc95414de431025c6fc08a27010fbd5cb4
/src/documentation/CU3-DA.puml
023c2bbcc918965b84ac5dc90aaf447094a9350a
[]
no_license
HZjiadong/PLD-MARS
ceab01a73e40f85a99d375988b0352ce631ba4a6
91d8a34d3859c381cb34cd3491b125586adb11e1
refs/heads/main
2023-01-08T07:09:21.002767
2020-11-05T10:20:50
2020-11-05T10:20:50
304,001,908
0
0
null
null
null
null
UTF-8
PlantUML
false
false
911
puml
@startuml (*) --> "CU1: Sélectionner client" "CU1: Sélectionner client" --> "Consulter liste contacts de clients" "Consulter liste contacts de clients" -->"Créer contact" "Consulter liste contacts de clients" -->"Consulter onglet liste entretien" "Consulter onglet liste entretien"-->"Selectionner entretien" "Selectionner entretien"-->"Consulter liste offres de la banque" -->"Consulter détaille d'une offre" -->"Proposer une offre" "Selectionner entretien"-->"Modifier entretien" -->"Enregistrer l'entretien" "Selectionner entretien"-->"Ajouter annotation" -->"Enregistrer l'entretien" "Selectionner entretien"-->"Consulter liste contrats de la banque" -->"Consulter détaille d'un contrat" -->"Proposer un contrat" "Consulter liste contacts de clients" -->"Consulter onglet liste contact spontané/commercial" -->"Selectionner un contact" "Selectionner un contact"-->"Modifier contact" @enduml
false
true
true
false
sequence
72abba37b8ae303e68d8bbe77c2f58c172837522
8984c044b30f276252d904b15ae7a45ab76f9933
/src/totseries/Diagrama de Secuencia Uc3.puml
2e4848e20dc2e03026542f63c33c4fc5c38b2fb2
[]
no_license
abeljdrs/TotSeries
4d42aad49385638a6d7cdfc724006c78d95cd2f9
ff6ee801742dbe31a6be6835c7bb5c1c4d926b26
refs/heads/master
2020-06-19T21:14:39.401563
2016-11-26T00:32:29
2016-11-26T00:32:29
74,832,649
0
0
null
2016-11-26T15:07:57
2016-11-26T15:07:57
null
UTF-8
PlantUML
false
false
608
puml
@startuml title DS:3 Ver Catalogo hide footbox actor Usuario participant ":TotSeries" as TotSeries participant ":Catalogo" as Catalogo participant ":Serie" as Serie participant ":Consola" as Consola Usuario -> TotSeries:verCatalogo(): Void TotSeries -> Catalogo:toString():String note right Catalogo lista_series : String lista_series := "" end note loop For serie in series Catalogo -> Serie:toString():String Serie --> Catalogo:text note right Catalogo lista_series += text endnote end Catalogo --> TotSeries: llista TotSeries -> Consola: escriu(lista):Void @enduml
false
true
false
false
usecase
62023b2f04faee91fdd9d86509325b5f880a679f
f3e5470b71219337445bca0f5e5c1ffa32da3af8
/Documentation/plantuml/Serialization/SaveGameManager.puml
6c17c109b9957b94dfe0b4193623b56df7867d2d
[ "MIT" ]
permissive
Jaren-Taylor/Smart-City-Dashboard
65116d7afd09bdc9d5ff33e05213a83bc73b52cb
7d947637bc1c0b0d4a7a2b781c405518481dc319
refs/heads/main
2023-04-14T06:55:40.565340
2021-04-26T19:55:52
2021-04-26T19:55:52
327,404,880
0
0
null
2021-04-19T02:11:24
2021-01-06T19:02:38
C#
UTF-8
PlantUML
false
false
224
puml
@startuml class SaveGameManager <<static>> { + {static} LoadFromFile : string = "" + {static} LoadGame(gameLocation:string) : TileGrid + {static} SaveGame(gameLocation:string, saveData:TileGrid) : bool } @enduml
false
true
false
false
class
bd63b7b8ae15dc35482e711a6d7e1d1199fb3ccd
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/test/DatabaseCommInterfaceStub/DatabaseCommInterfaceStub.puml
854fccb3268023e6f646f8ed2919bfa718dac1e4
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
816
puml
@startuml DatabaseCommInterfaceStub package edu.oakland.test.middleware02 { class DatabaseCommInterfaceStub { - int rfid - String mode - LocationDataPoint locationDataPoint - TrackData trackData __ + DatabaseCommInterfaceStub() + DatabaseCommInterfaceStub(int rfid) + DatabaseCommInterfaceStub(String mode) + DatabaseCommInterfaceStub(LocationDataPoint locationDataPoint) .. Use Case 1 .. {abstract} + int receiveGetRfidRequest() {abstract} + LocationDataPoint receiveGetLocationDataPointRequest(int offset) {abstract} + TrackData receiveGetTrackDataRequest(int offset) {abstract} + void storeTrackDataRequest(TrackData trackData) {abstract} + String receiveGetModeRequest() } } @enduml
false
true
false
false
class
892d4dffa280f50cb29614e3a6c1821b9dd43bca
a1511f76af0d1eeb850c73343dfcb875ae27b725
/app/Model.puml
90ab84f52bccd70f0c2afa60c601898f43acd18b
[]
no_license
graeme-lockley/CodeReview2
6007a42c9416820a3034995dd0b436884f94e860
af1cea6f845a7592473f48771a5a90dc99511a3f
refs/heads/master
2020-05-20T04:40:56.589739
2014-10-15T04:42:38
2014-10-15T04:42:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
606
puml
@startuml Feedback "1" --* "*" Response Author "1" --* "*" Feedback Author "1" --* "*" RepoAuthor RepoAuthor "0..1" --* "*" Revision Repo "1" --* "*" RepoAuthor Repo "1" --* "*" Revision Repo "1" --* "*" Entry Revision "1" --* "*" RevisionEntry RevisionEntry "1" --* "*" Feedback RevisionEntry <|-- AddEntry RevisionEntry <|-- DeleteEntry RevisionEntry <|-- ModifiedEntry RevisionEntry <|-- ReplacedEntry Entry <|-- NoneEntry Entry <|-- FileEntry Entry <|-- DirEntry Entry <|-- UnknownEntry AddEntry --> Entry DeleteEntry --> Entry ModifiedEntry --> Entry ReplacedEntry --> Entry class Event @enduml
false
true
false
false
class
ccb7a0401c0ab3d12579943c3ae700bfafaf54cc
29678034283d014d5b644a98fc4c172b2787e4ac
/TheatreDB.puml
efd12563a87b885b6aab55a4d1ddf6dab71d787b
[]
no_license
jubberman/msc-public
1af703b4bb17441363ad12174fb434e5f98368c4
82225099c24b6a0d89a49266e4f5364dd6dfa6a8
refs/heads/master
2022-12-16T13:28:40.316672
2020-09-26T21:48:58
2020-09-26T21:48:58
298,896,111
0
0
null
2020-09-26T21:48:59
2020-09-26T20:40:16
null
UTF-8
PlantUML
false
false
1,417
puml
@startuml ' remove the spot hide circle ' avoid problems with angled crows feet skinparam linetype ortho ' font skinparam defaultFontName Arial ' define styles !define desc(x) <color:gray>(x)</color> !define refers(x) <i><color:green>x</color></i> !define FK(x) <color:#424897><<FK>></color> x<color:#000></color> !define PK(x) <color:#973A4A><<PK>></color> x title Film - Showtimes Database entity "Persons" { PK(PersonID) -- *Name *DoB } entity "Ratings" { PK(FK(ViewerID)) refers(Persons.PersonID) PK(FK(FilmID)) refers(Films.FilmID) -- *Rating } entity "Films" { PK(FilmID) -- *Title *FK(DirectorID) refers(Persons.PersonID) } entity "Cast" { PK(FK(FilmID)) refers(Films.FilmID) PK(FK(ActorID)) refers(Persons.PersonID) } entity "Theatres" { PK(TheatreID) -- *Name *Location } entity "Screens" { PK(ScreenID) -- *FK(Theatre) refers(Theatres.TheatreID) *ScreenNumber } entity "Showtimes" { PK(FK(Film)) refers(Films.FilmID) PK(FK(Screen)) refers(Screens.ScreenID) PK(ShowTime) } ' relationships Theatres --> Screens Showtimes <-- Screens Persons --> Cast Persons --> Films Films --> Showtimes Films --> Ratings Persons --> Ratings Films --> Cast @enduml
false
true
false
false
sequence
1ebdb455cae67bda93a851f03f38feff55b6b6bd
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/useCase7Model.puml
e7bb80ef895ee7efcdb85779fcff118ce3ebd4f9
[ "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
581
puml
@startuml useCase7Model class PerformanceJob_Find { buyerJobId: string consumingApplicationId: string creationDate*: date-time description: string id*: string producingApplicationId: string state*: PerformanceJobStateType } PerformanceJob_Find *-->"1" PerformanceProfileRefOrValue : performanceProfile PerformanceJob_Find *--> ScheduleDefinition : scheduleDefinition enum PerformanceJobStateType { acknowledged cancelled completed in-progress pending rejected resource-unavailable scheduled suspended } @enduml
false
true
false
false
sequence
957db1499e27662b653a097a613bf786ebe0d990
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Services/app-orchestrator/Process.puml
e0b7c06820b6f2e777bc3128cde4c6f9b3b7b736
[]
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
232
puml
@startuml partition SubSystem #cccccc { (*) --> "Create Project" --> "Write Code" } partition "app-orchestrator" #lightblue { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } @enduml
false
true
false
false
activity
c1ac4d2f7abcf6cbaffaad4593aab8bbdfda1105
ffb11df0cdd4a568d9da710a417827a4ce0904ad
/assets/class-spec-3.plantuml
1ee6efd48aabd608ce0d6a406ca6cb7d6703c3d0
[ "MIT" ]
permissive
alexggg99/05-generic-bounds
a6dcaba8774ac2cf7b5225b842cffe308cdf5923
a0d08223b6691ac60bdc33f78b29ddd25322f9df
refs/heads/master
2020-03-09T12:12:14.335197
2018-04-09T15:00:08
2018-04-09T15:00:08
128,779,923
0
0
null
2018-04-09T13:54:16
2018-04-09T13:54:16
null
UTF-8
PlantUML
false
false
188
plantuml
@startuml package de.fhro.inf.prg3.a05.utils { +abstract class PlantBedUtility{ +{static} <T> splitBedByColor(bed: PlantBed<T>) : Map<PlantColor, SimpleList<T>> } } @enduml
false
true
false
false
uml-unknown
edcb75242749a37e05fb021aebe5d38ea78c5cba
d5bd0e856f364f038abb1d90feccd6e941bd5283
/deployment.plantuml
b7d5fd7a3dbf4090c50d386fa5444849b96af2f9
[]
no_license
okkokauh/definitions
4d87737cb97935700c87c4e69e22accad70e2c86
c726ce0b81455441f11178dac6e46b469a3ab015
refs/heads/master
2021-01-21T06:53:43.529810
2018-01-05T11:40:08
2018-01-05T11:40:08
83,291,649
1
0
null
2017-02-27T09:21:38
2017-02-27T09:21:38
null
UTF-8
PlantUML
false
false
2,066
plantuml
@startuml ' Uncomment to use dark theme: ' !includeurl https://raw.githubusercontent.com/omahoito/rfc/master/Styles.iuml header Deployment architecture diagram generated with plantuml.com to github.com/omahoito/definitions. \ CC-BY-4.0 City of Espoo 2017. \ To change the picture, make a pull request with changes to deployment.plantuml and deployment.md. endheader footer Arrow heads point where the initial TCP SYN package is send to. \ Dashed lines indicate future or speculative connection requirements. endfooter actor Customer actor Practitioner agent "KaPa Services" as ks agent "3rd Party Applications" as apps cloud Internet as public cloud "Internet (or VPN-tunnel)" as LAN cloud Internet as kapa Customer --> public Practitioner --> LAN ks <--> kapa apps ..> public folder "Municipalities' services" { component "Appointment Service" as appointments component "Minimum Context Server" as mctx component EHR } folder ODA { folder "ODA DMZ" { component "X-Road Security Server" as sec component "oda-esb" as esb component "Reverse Proxy" as gw } folder "ODA application VLAN" { component "ODA microservices" as services database Database as DB database "Media storage" as mediastore services --> DB services --> mediastore } folder "ODA Control VLAN" { component "Jitsi Videobridge" as jitsi component "ControlHub microservices" as control jitsi --> control database MongoDB control -left-> MongoDB } folder "ODA logging VLAN" { component "ODA Logging and Analytic Services" as logging database Log logging --> Log } } control --> logging folder Kela { component Kanta component OmaKanta } cloud "VPN-tunnel or Internet" as L2L public --> gw public --> jitsi LAN --> gw LAN --> jitsi sec <--> esb esb --> L2L esb --> logging esb --> Kela L2L --> appointments L2L ..> mctx L2L ..> EHR kapa <--> sec gw --> services services --> esb services --> logging @enduml
false
true
false
false
usecase
e6dfeaa1f5a8530ad60ca5d5d90b8c514a22f809
c3287e91ce0ebce396cd3966de3d2f7d90131c20
/Plantuml/BL/PDFCreation/TourReport.puml
3e0059f0cf14f54bafbe84405f221aac6d17948d
[]
no_license
kretmatt/SWE2-Tourplanner
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
f064500ae5b913b00671f358a586011affcdaf00
refs/heads/main
2023-05-12T11:48:29.605417
2021-06-06T21:53:11
2021-06-06T21:53:11
341,115,114
0
0
null
null
null
null
UTF-8
PlantUML
false
false
492
puml
@startuml class TourReport { + TourReport(tour:Tour) + Compose(container:IContainer) : void + GetMetadata() : DocumentMetadata ComposeHeader(container:IContainer) : void ComposeContent(container:IContainer) : void ComposeManeuvers(container:IContainer) : void ComposeTourLogs(container:IContainer) : void ComposeDetails(container:IContainer) : void ComposeReports(container:IContainer) : void } IDocument <|-- TourReport TourReport --> "Tour" Tour @enduml
false
true
false
false
class
5bde921d16b0c77e0fef8edffba4bf8697467b77
13565a0b6077f78b773576035cbd2752871240bc
/Babenko/BabenkoDydykDiplomaProject/out/production/BabenkoDydykDiplomaProject/GeneticRace/firstStage/firstStage.plantuml
b5775bd293a3d174f2af08209d38361cb27d842d
[ "Apache-2.0" ]
permissive
vbabenk/GeneticRace
92ff1da794f7a83fba01e3dbeca91c1b36b7fcbd
37f1731fc003755b1c1d03caaa09b0ace55bedd6
refs/heads/master
2021-08-02T19:02:15.575865
2021-07-30T15:26:45
2021-07-30T15:26:45
218,497,240
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,099
plantuml
@startuml title __FIRSTSTAGE's Class Diagram__\n package GeneticRace.firstStage { class FirstStageController { - patient : ArrayList<String> - resultList : ArrayList<String> - userRole : String - surnameField : TextField - firstnameField : TextField - middlenameField : TextField - sexField : TextField - birthdayField : TextField - ageField : TextField - lpaField : TextField - nakataField : TextField - vedpField : TextField - ppaField : TextField - ediField : TextField - pvrField : TextField - riskField : TextField - zScoreField : TextField - hypertrophyField : TextField - rField : TextField - basField : TextField - x201Field : TextField - x202Field : TextField - x203Field : TextField - x204Field : TextField - x205Field : TextField - x206Field : TextField - x207Field : TextField - x208Field : TextField - x209Field : TextField - x301Field : TextField - x302Field : TextField - x303Field : TextField - x304Field : TextField - x305Field : TextField - x306Field : TextField - x307Field : TextField - x308Field : TextField - x309Field : TextField - predictBtn : Button - backBtn : Button - addBtn : Button - setFields() + initialize() + backToMenu() + calculateTreatment() + addToDatabase() + variant1() + variant2() + variant3() + variant4() + variant5() } } package GeneticRace.firstStage { class FirstStageModel { + loadPatient() + calculateTreatment() + saveResult() } } FirstStageController o-- FirstStageModel : fsModel 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
10d3f021b744f52ba7aab6bc78f4198d6580b02e
9bd3363456776acaf2740dbb98d9a580ce0a33a5
/rxjs.puml
c2063b3ed95db82d05f64d1b85ccf79c0cbb88e1
[]
no_license
pgpbpadilla/reading-notes-angular
14060f06ebf59cb8268d3b3e202def8f15a6f1bb
e740c63b4fa15e06cc26db3753e53bdd137ac9a9
refs/heads/master
2023-06-09T13:57:22.284069
2021-06-29T10:16:30
2021-06-29T10:16:30
316,340,119
0
0
null
null
null
null
UTF-8
PlantUML
false
false
854
puml
@startuml title RxJS Observables in Angular [Angular] <<Framework>> as AF package "RxJS Library" as rxjs { [Observable] <<Interface>> component Observer <<Interface>> { [pipe] <<method>> as PIPE_OM } [Subject] <<Interface>> Observer <- [Subject]: extends Observer <.. [Subject]: multicast to many [Observable] <-- [Subject]: extends [Observable] <. Observer: consumes values from [Operator] <<function>> as OF package "Observable Creation" as Creation { [of] [from] } OF <-- Creation package "Value filtering" as Filtering { [distinctUntilChanged] [filter] } OF <-- Filtering package "Value tranformation" as Transformation { [map] [switchMap] } OF <-- Transformation [pipe] <<function>> as PIPE_SA PIPE_SA ..> OF: chain PIPE_OM ..> OF: chain } AF ..> rxjs: uses @enduml
false
true
false
false
class
480ee744b890ccea9654ed503134bc69ef20a9d4
19de0597a5790bab6ff021899b4479506ae0829a
/uml/original_seq_diagrams/react_sun_baseresource.plantuml
f86cd361ca0af18530e90b46d86fa3faf7ad1cd6
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
258
plantuml
@startuml Uranium explodes skinparam SequenceLifeLineBackgroundColor LightYellow title AbstractBaseResource reacts to sun nearby actor "a: Asteroid" as a participant "res: AbstractBaseResource" as res a -> res ++: ReactToSunNearby(a) res --> a -- @enduml
false
true
false
false
usecase
f694aa20af2d5f271ae6827f2cb368020ae11735
83bec850817e3deb2a33a5ab2527784a976338b3
/log210-contenu/devoirs/devoir#1-EchangeLivre-solution/cu02/4-rdcu-3-proposerLivreOffrir.plantuml
9759743049388ba7d300ce4f7feb0bb2d169f37a
[]
no_license
yvanross/github-action-learning-larman-mdd
df8fb1907a84046ce0ed3b62ea555fd3b12655ad
e0195b3344ecdfaa934e788e839e8758453bc4ca
refs/heads/main
2023-08-30T10:22:28.071260
2021-11-11T15:29:27
2021-11-11T15:29:27
304,116,705
0
0
null
2020-10-15T01:32:37
2020-10-14T19:34:03
JavaScript
UTF-8
PlantUML
false
false
809
plantuml
@startuml proposerLivreOffrir skinparam Style strictuml participant ":ControleurPropositionÉchange" as ctrl participant ":Bdd" as bdd participant "pe:PropositionEchange" as pe participant "ml:Map<Livre>" as ml participant "listLivreOffrir:List<:Livre>" as llr note left of ctrl: Controleur de session -> ctrl: proposerLivreOffrir(codeLivre:string) note left of bdd: Expert\nctrl à une visibilité sur Bdd ctrl -> bdd: l = getLivre(codeLivre) note left of ml: Expert\nbdd bdd connais tout les livres bdd -> ml: l = get(codeLivre) note left of pe: Expert\nCtrl est le créateur de pe:PropositionEchange\nPropositionÉcheange contient une liste de livre à Offrir ctrl ->pe: ajouterLivreAOffrir(codeLivre) note left of llr: Expert\nPropositionEchange contient des livre à offrir pe -> llr: add(l) @enduml
false
true
true
false
sequence
830235db0422c5770a6d820af0f7be88f788bbef
a87042c408a627c311e1abc5f5e1e09b8d5de91a
/docs/design/network-discovery/ISL-FSM.puml
a6b933f6d58e385b0a1031dd5bc6021f98597202
[ "Apache-2.0" ]
permissive
kawaja/Kilda
9b9f7d0cc580f6a40fd2ddd5c6c7eeda3fdd606c
4e4f746e46e2c4cfc62093e7f0c311bdf9a69446
refs/heads/master
2023-04-10T21:13:37.990330
2021-04-13T15:22:20
2021-04-13T15:22:20
106,081,789
1
0
null
2017-10-07T08:14:15
2017-10-07T08:14:15
null
UTF-8
PlantUML
false
false
3,690
puml
Internal data: * reference * effective-status * port-state-monitor * poll-monitor * bfd-monitor * round-trip-monitor Input signals: * isl-up * isl-down * isl-move * BFD-up * BFD-down * BFD-kill * BFD-fail * BFD-properties-update * round-trip-status Internal(self-injected) signals * _become_down Output signals: * bisl-up (notify BFD-port, notify reroute) * bisl-down (notify reroute) * bisl-bfd-properties-update * bisl-bfd-disable * isl-move @startuml title ISL FSM [*] --> OPERATIONAL state OPERATIONAL { [*] --> PENDING PENDING --> ACTIVE : _become_up PENDING --> INACTIVE : _become_down PENDING --> MOVED : _become_moved state ACTIVE { [*] --> SET_UP_RESOURCES SET_UP_RESOURCES --> USABLE : _resources_done SET_UP_RESOURCES : enter / init attempts count from config SET_UP_RESOURCES : enter / send install isl rules for A-end SET_UP_RESOURCES : enter / send install isl rules for Z-end SET_UP_RESOURCES : isl-rule-installed / mark setup done for mentioned endpoint SET_UP_RESOURCES : isl-rule-installed [both sides are valid] / emit _setup_done SET_UP_RESOURCES : isl-rule-timeout [has attempts] / emit install isl rules for timeout endpoint SET_UP_RESOURCES : isl-rule-timeout [!has attempts] / emit _setup_done USABLE : enter / persist state USABLE : enter [isBfdEnabled] / emit bisl-bfd-properties-update USABLE : enter / emit reroute-down } ACTIVE --> INACTIVE : _become_down ACTIVE --> MOVED : _become_moved INACTIVE --> ACTIVE : _become_up INACTIVE -r-> MOVED : _become_moved INACTIVE : enter / persist state INACTIVE : enter / emit isl-down INACTIVE : enter / emit reroute-affected MOVED --> ACTIVE : _become_up MOVED : enter / persist state MOVED : enter / emit isl-move MOVED : enter / emit bisl-bfd-disable MOVED : enter / emit disable auxiliary-poll-mode MOVED : enter / emit reroute-affected } OPERATIONAL --> CLEAN_UP_RESOURCES : isl-remove [effective_status != ACTIVE] OPERATIONAL : enter / setup discovery monitors OPERATIONAL : enter / load persisted state OPERATIONAL : enter [effective_status == ACTIVE && isBfdEnabled] / emit bisl-bfd-properties-update OPERATIONAL : isl-(up|down|move) / evaluate-state (can emit sync and|or _become_(up|down|moved)) OPERATIONAL : bfd-(up|down|kill|fail) / evaluate-state (can emit sync and|or _become_(up|down)) OPERATIONAL : bfd-(up|down) / emit enable auxiliary-poll-mode OPERATIONAL : bfd-(kill) / emit disable auxiliary-poll-mode OPERATIONAL : bfd-properties-update / emit bfd-kill OPERATIONAL : bfd-properties-update / emit bisl-bfd-properties-update OPERATIONAL : round-trip-status / evaluate-state (can emit sync and|or _become_(up|down)) OPERATIONAL : _flush / persist discovery data OPERATIONAL : exit / emit bisl-bfd-disable OPERATIONAL : exit / emit disable auxiliary-poll-mode CLEAN_UP_RESOURCES : enter / init attempts count from config CLEAN_UP_RESOURCES : enter / send remove isl rules for A-end endpoint CLEAN_UP_RESOURCES : enter / send remove isl rules for Z-end endpoint CLEAN_UP_RESOURCES : isl-rule-installed / mark remove done for mentioned endpoint CLEAN_UP_RESOURCES : isl-rule-removed [both endpoints are valid] / emit isl-remove-finished CLEAN_UP_RESOURCES : isl-rule-timeout [has attempts] / emit remove isl rules for timeout endpoint CLEAN_UP_RESOURCES : isl-rule-timeout [!has attempts] / emit isl-remove-finished CLEAN_UP_RESOURCES --> DELETED : _resources_done CLEAN_UP_RESOURCES --> OPERATIONAL : isl-(up|move)|round-trip-status[status!=down] DELETED -> [*] DELETED : enter / emit isl-removed-notification @enduml
false
true
false
false
sequence
3f96a174027655cd954b08393ff22b109bf66ac1
5b7734d8d03eb1feaf235fd9f9f40ed6382d9888
/exercise45/docs/Exercise45 UML.puml
87ce405103904bfee348229929e0e86bc81fa359
[]
no_license
azoomer2/zommer-a04
1252b5b3a35d414c72b65768e21a13d79aa9c5f8
fc4d94ba17066d25a0f210eb1706e27860fbbfc7
refs/heads/main
2023-09-01T01:04:14.961425
2021-10-18T16:51:43
2021-10-18T16:51:43
416,378,327
1
0
null
null
null
null
UTF-8
PlantUML
false
false
250
puml
@startuml 'https://plantuml.com/sequence-diagram class Solution45{ } class readFile{ ArrayList list; -void readFile() +List getList(); } class writeFile{ -writeFile() } Solution45 --> readFile Solution45 --> writeFile @enduml
false
true
false
false
class
68c8dd4f276242282e71a3e4a5b0f21715a40503
8b020718305c0bc96be99a18fa98918134ef8903
/mojaloop-technical-overview/central-settlements/settlement-process/assets/diagrams/sequence/seq-settlement-6.2.4.plantuml
b6cfaabec4ca35a5d7809b0ce065c5811ec2bced
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
HenkKodde/documentation
97e3a33cf4c1701c02aa52712b15f5da1c734a4e
b47ac13c5436cc9e81d735db778848a7a476ef09
refs/heads/master
2020-09-26T16:08:52.517605
2019-12-13T11:36:34
2019-12-13T11:36:34
226,287,940
0
0
NOASSERTION
2019-12-06T09:04:22
2019-12-06T09:04:21
null
UTF-8
PlantUML
false
false
6,173
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> -------------- ******'/ @startuml ' declate title title 6.2.4. Get Settlement By Id (getSettlementById) autonumber ' declare actors actor "Hub Employee" as OPERATOR boundary "Settlement Service API" as SSAPI entity "Settlement DAO" as SETTLE_DAO database "Central Store" as DB box "Central HUB" #lightpink participant OPERATOR end box box "Settlement Service" #lightgreen participant SSAPI participant SETTLE_DAO end box box "Central Services" #lightyellow participant DB end box ' start flow group Get Settlement By Id activate OPERATOR OPERATOR -> SSAPI: GET - /settlements/{id} activate SSAPI SSAPI-> SETTLE_DAO: Request settlement state\n<color #FF0000><b>Error code:</b> 2001</color> activate SETTLE_DAO SETTLE_DAO -> DB: Retrieve settlement activate DB hnote over DB #lightyellow SELECT s.settlementId, ssc.settlementStateId, s.reason, s.createdDate FROM **settlement** s JOIN **settlementStateChange** ssc ON ssc.settlementStateChangeId = s.currentStateChangeId WHERE s.settlementId = {id} end hnote deactivate DB SSAPI <-- SETTLE_DAO: Return **settlement** deactivate SETTLE_DAO alt settlement found SSAPI-> SETTLE_DAO: Request settlement windows\n<color #FF0000><b>Error code:</b> 2001</color> activate SETTLE_DAO SETTLE_DAO -> DB: Retrieve windows activate DB hnote over DB #lightyellow SELECT sw.settlementWindowId, swsc.settlementWindowStateId, swsc.reason, sw.createdDate, swsc.createdDate changedDate FROM **settlementSettlementWindow** ssw JOIN **settlementWindow** sw ON sw.settlementWindowId = ssw.settlementWindowId JOIN **settlementWindowStateChange** swsc ON swsc.settlementWindowStateChangeId = sw.currentStateChangeId WHERE ssw.settlementId = {id} end hnote deactivate DB SSAPI <-- SETTLE_DAO: Return **windows** deactivate SETTLE_DAO SSAPI-> SETTLE_DAO: Request settlement accounts\n<color #FF0000><b>Error code:</b> 2001</color> activate SETTLE_DAO SETTLE_DAO -> DB: Retrieve accounts activate DB hnote over DB #lightyellow SELECT pc.participantId, spc.participantCurrencyId, spcsc.settlementStateId, spcsc.reason, spc.netAmount, pc.currencyId FROM **settlementParticipantCurrency** spc JOIN **settlementParticipantCurrencyStateChange** spcsc ON spcsc.settlementParticipantCurrencyStateChangeId = spc.currentStateChangeId JOIN **participantCurrency** pc ON pc.participantCurrencyId = spc.participantCurrencyId WHERE spc.settlementId = {id} end hnote deactivate DB SSAPI <-- SETTLE_DAO: Return **accounts** deactivate SETTLE_DAO deactivate SETTLE_DAO note left of SSAPI #yellow { "id": settlement.settlementId, "state": settlement.settlementStateId, "settlementWindows": [ [ { "id": window.settlementWindowId, "reason": window.reason, "state": window.settlementWindowStateId, "createdDate": window.createdDate, "changedDate": window.changedDate } ] ], "participants": [ { "id": account.participantId, "accounts": [ { "id": account.participantCurrencyId, "reason": account.reason, "state": account.settlementStateId, "netSettlementAmount": { "amount": account.netAmount, "currency": account.currencyId } } ] } ] } end note OPERATOR <-- SSAPI: Respond HTTP - 200 (OK) else note right of SSAPI #lightgray Log ERROR event end note note left of SSAPI #yellow { errorInformation: { "errorCode": <integer>, "errorDescription": "Client error description" } } end note OPERATOR <-- SSAPI: Respond HTTP - 4xx (Client error) deactivate SSAPI deactivate OPERATOR end end @enduml
false
true
true
false
usecase
08c6778de32b64429461f2deee4476462e7ee998
801880bc4b1c286292a21989afe7a0f8f79fb647
/docs/scoringRules.plantuml
32b6c3e8f0e43979c1354d5c2205d29e30c9d781
[]
no_license
Firat-Bayram/loanapp
9130bc25b6987b6d6820552a3942f409eedb4eea
6087296370beca5beaa047d06c968e240f634d7e
refs/heads/master
2023-03-23T08:38:35.771819
2021-03-13T00:16:19
2021-03-13T00:16:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
874
plantuml
@startuml class ScoringRules <<domain service>>{ ScoreResult Evaluate(LoanApplication application) } class SpecificationBase <<abstract>> { string Message bool IsSatisfiedBy(LoanApplication candidate) } interface ISpecification{ bool IsSatisfiedBy(T candidate) } interface IDebtorRegistry <<domain service>>{ bool HasDebtor(Customer customer) } class LoanAmountMustBeLowerThanPropertyValue{ } ScoringRules *--> SpecificationBase :rules ISpecification -left-|> SpecificationBase SpecificationBase <|-- LoanAmountMustBeLowerThanPropertyValue :rules SpecificationBase <|-- CustomerAgeAtTheDateOfLastInstallmentMustBeBelow65 :rules SpecificationBase <|-- InstallmentAmountMustBeLowerThan15PercentOfCustomerIncome :rules SpecificationBase <|-- CustomerHasNotDebtorRecord :rules CustomerHasNotDebtorRecord ..> IDebtorRegistry :uses @enduml
false
true
false
false
sequence
b4d43da615b54e3b68a6c2d0f5bb81057e4225d4
fd2f472634c68934b6de8f38ea141294a1476c64
/lib/src/main/java/com/example/lib/桥接模式_标准.puml
7f628192e82d778814ee103caf5391e74b709882
[]
no_license
guangdeshishe/DesignPattern
d45bae8428c9c41fcbc95c05da41f0d8fae824c6
9a1c7504131ca6a866d3bb5f16e6b42a3ce7889a
refs/heads/master
2020-06-25T02:53:15.755175
2019-09-29T09:09:41
2019-09-29T09:09:41
199,177,202
1
0
null
null
null
null
UTF-8
PlantUML
false
false
508
puml
@startuml interface Implement{ +operation() } class ConcurrentImplementA{ +operation() } class ConcurrentImplementB{ +operation() } abstract class Abstraction { - mRealImplement : Implement +doDomeThing() } class ReDefineAbstractionA{ +doDomeThing() } class ReDefineAbstractionB{ +doDomeThing() } Implement <|.. ConcurrentImplementA Implement <|.. ConcurrentImplementB Abstraction <|-- ReDefineAbstractionA Abstraction <|-- ReDefineAbstractionB Implement <-- Abstraction @enduml
false
true
false
false
class
5cf6dc3f86526e42c2273e8661c75bdad000106d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerSetExternalIdAction.puml
0fbbc8e60ea5999a375a0edf198b87c65a549559
[]
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
455
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 CustomerSetExternalIdAction [[CustomerSetExternalIdAction.svg]] extends CustomerUpdateAction { action: String externalId: String } interface CustomerUpdateAction [[CustomerUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d3d6587a2517924494d46dcff33ffd8e3b22520e
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-pakker-som-inngaar-i-loesninger-sakarkiv-eksempel.puml
16e21db6542cd9a72a82b862a2996ded5d0dd912
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
218
puml
@startuml package Sakarkiv <<applicationSchema>> package Arkivstruktur <<applicationSchema>> package Kodelister <<applicationSchema>> Sakarkiv .. Arkivstruktur : <<import>> Sakarkiv .. Kodelister : <<import>> @enduml
false
true
false
false
uml-unknown
a9541115df4304ad47c72db29bbe3d62b4c7a9d2
06e8a88bdd899c56bdc47d66c8a8e18aecc14e02
/out/production/designmode/abstractfactory/AbstractFactory.puml
65fdca453a523fa58d4172a3998828f062d92d9b
[]
no_license
dlovetco/designMode
0f5a341992a3e62c75a2e80811e581d9405ed28a
0f166ebe06532bf4502e4fc6ce3c4c04a67944a7
refs/heads/master
2021-04-15T15:24:19.898505
2018-03-29T10:01:20
2018-03-29T10:01:20
126,817,842
0
0
null
null
null
null
UTF-8
PlantUML
false
false
617
puml
@startuml interface DecorateFactory{ {abstract}Bedroom decorateBedroom() {abstract}Kitchen decorateKitchen() } DecorateFactory <|.. MingDecorate class MingDecorate{ Bedroom decorateBedroom() Kitchen decorateKitchen() } DecorateFactory <|.. HongDecorate class HongDecorate{ Bedroom decorateBedroom() Kitchen decorateKitchen() } Kitchen <.. DecorateFactory interface Kitchen{ } Kitchen <|.. MingKitchen class MingKitchen{ } Kitchen <|.. HongKitchen class HongKitchen{ } Bedroom <.. DecorateFactory interface Bedroom{ } Bedroom <|.. MingBedroom class MingBedroom{ } Bedroom <|.. HongBedroom class HongBedroom{ } @enduml
false
true
false
false
class
6dc34a3adc8aa87ce91fde1d19961af2e2afb009
772f99680c0cae55198593aea205045b87263aad
/resources/transfermoney.puml
65f8a6e08313554de9543adda5a1620dff635ec9
[ "MIT" ]
permissive
gklijs/kafka-protobuf-rust
302ac3393d186bbdf7045914f1cd72668592ac6a
a404a265b5b0f13968a24d00c6494981063937fe
refs/heads/master
2022-12-13T17:11:27.350646
2020-05-16T15:08:57
2020-05-16T15:08:57
298,061,908
0
0
null
null
null
null
UTF-8
PlantUML
false
false
528
puml
@startuml skinparam shadowing false skinparam defaultFontName Roboto skinparam defaultFontSize 26 hide footbox actor client as cl #White entity "GraphQL endpoint" as ge #Yellow boundary "Kafka" as ka #LightGrey cl -> cl : Fill in amount, to, and description cl -> ge : Subscribe to money_transfer stream ge -> ka : Send a transfer money command activate ge ka -> ge : Sends records about money transfers ge -> ge : Filter on uuid ge -> cl : Send money transfer result cl -> ge : End subscription with id deactivate ge @enduml
false
true
false
false
sequence
143cb13b68d08aa8cff624c03e8845b9753ca73c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitAssociateAddedMessagePayload.puml
8e4fffc4f8b7890c9470717f79b3e83f65460b49
[]
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
479
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 BusinessUnitAssociateAddedMessagePayload [[BusinessUnitAssociateAddedMessagePayload.svg]] extends MessagePayload { type: String associate: [[Associate.svg Associate]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
fc63dc6e980250732f61f52ae15b7e3881c322f5
766ed5ff121c74f00b14617d3cc66c320f37037f
/Documentation/plantuml/Bausteinsicht/UML/Ebene2/2Ebene-Analysis.puml
8bcb1f8a8ee43234a4ce072b9118b4c0667d7c25
[]
no_license
pfeilda/softwareengineeringProjekt
6fe14198123690905da2c40c06a055a7a30dcea8
defe7204c0090e5ac1413a68e12ffbfba4268b18
refs/heads/master
2020-03-24T04:06:57.891794
2018-05-16T19:49:28
2018-05-16T19:49:28
142,444,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,648
puml
@startuml namespace ajb{ namespace analysis{ abstract class Substance{ ' todo check for visibility maybe private possible #volume:double #temperature:double #pressure:double #physicalState:int ~Substance() +{abstract}alter(ExternalReagent reagent) +{abstract}react(Substance substance) +{abstract}alter() +getPhysicalState() +addTemperature(double temperature) +addPressure(double pressure) +addElement(Element element) } Substance --> .ajb.particles.Element class Assay{ +evaluate(Element element):boolean } Assay --|> Substance Assay " *" --> " 1..*" Substance class Reagent Reagent -down-|> Substance class Analysis{ - foundElements: ajb.particles.Element[] ~ Analysis(Assay primeSubstance) + getScore(): ajb.miscellaneous.Score + evaluate():boolean + markAsFound(ajb.particles.Element element):void + unmarkAsFound(ajb.particles.Element element):void } Analysis --> "- 1..* startElements" .ajb.particles.Element Analysis --> "- 1..* assays" Assay class AnalysisFactory implements .ajb.miscellaneous.Singleton { +getReagentFromElements(ajb.particles.Element[] element): Reagent +generateRandomAnalysisContainingElements(ajb.particles.Element[] possibleElements):Analyse +getAssayWithSubstances(Substance[] substances): Assay } } } @enduml
false
true
false
false
class
613d813f88efa6fbfb46475fd50061d8a0c84dfb
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/builder/builder.plantuml
c724747e3d0ac36167e83c3e8071456c7b5b8965
[]
no_license
srefp/design_pattern
4b45ceb0808a8ae98a007bc5b0e01825693dcf7b
b7ff2d80172c55848b8f59530da6ccca477dfd24
refs/heads/main
2023-01-19T06:12:14.495913
2020-11-24T08:48:53
2020-11-24T08:48:53
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
904
plantuml
@startuml title __BUILDER's Class Diagram__\n namespace com.atguigu.builder { abstract class com.atguigu.builder.AbstractHouse { + build() {abstract} + buildBasic() {abstract} + buildWalls() {abstract} + roofed() } } namespace com.atguigu.builder { class com.atguigu.builder.Client { {static} + main() } } namespace com.atguigu.builder { class com.atguigu.builder.CommonHouse { + buildBasic() + buildWalls() + roofed() } } namespace com.atguigu.builder { class com.atguigu.builder.HighBuilding { } } com.atguigu.builder.CommonHouse -up-|> com.atguigu.builder.AbstractHouse 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
01b7bf8778ea3c430faa52d7906ab8b2971a0f0e
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/deep_links/diagrams/navigation_notifier_approach_component_diagram.puml
d6f607311d1f40b99179f047d0725db0b618ccf5
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
836
puml
@startuml navigation_notifier_approach_component_diagram skinparam componentStyle rectangle component Browser #A9DCDF component "Browser History" as History #A9DCDF package "Metrics Web" { component "Navigator 2.0" as Navigator component NavigationNotifier component "Page ChangeNotifier" as PageNotifier component Page } History -left-> Browser: provides URLs Browser --> Navigator: URL Navigator --> NavigationNotifier: routeConfiguration \n (with query parameters) NavigationNotifier --> PageNotifier: page parameters PageNotifier --> Page: updated data \n with parameters \n (filtering, sorting, etc.) NavigationNotifier -up-> History: updates the URL \n and query parameters Page --> PageNotifier: UI events \n (filtering, searching, etc.) PageNotifier --> NavigationNotifier: updated page parameters @enduml
false
true
false
false
sequence
31ba67f0f1820037348ba0f6f558c2b77948b7da
319ce0dee405e0f326968306f17a4630a45a06ca
/PhotoBook/ClassesUML/Uml.puml
f5998b7f5da40b069df756c01909ceb573cb40c1
[ "Apache-2.0" ]
permissive
brzozasr/PhotoBook
74c4ea846da17cefbc67554ec21ab1f876cf5ecd
b69311cef1bee3456ffb32fe54ed6348ecd60dc1
refs/heads/main
2023-03-21T09:54:34.793417
2021-03-07T17:42:56
2021-03-07T17:42:56
344,105,661
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,200
puml
@startuml 'https://plantuml.com/class-diagram interface IPhotoBook<T1, in T2>{ IList<T1> Pages bool AddPhotoToPhotoBook(T2 photo) } class SingletonPhotoBookS{ - static Lazy<SingletonPhotoBookS> _photoBook - private static readonly object Lock + static SingletonPhotoBookL GetInstance(int pagesNo) + bool AddPhotoToPhotoBook(Photo photo) } class SingletonPhotoBookM{ - static Lazy<SingletonPhotoBookM> _photoBook - private static readonly object Lock + static SingletonPhotoBookL GetInstance(int pagesNo) + bool AddPhotoToPhotoBook(Photo photo) } class SingletonPhotoBookL{ - static Lazy<SingletonPhotoBookL> _photoBook - private static readonly object Lock + static SingletonPhotoBookL GetInstance(int pagesNo) + bool AddPhotoToPhotoBook(Photo photo) } abstract class PhotoBookPage{ +abstract PageSize Size +abstract IList<Photo> PhotosPage +abstract bool AddPhoto(Photo photo) } class PhotoBookPageS{ + PageSize Size + IList<Photo> PhotosPage + bool AddPhoto(Photo photo) } class PhotoBookPageM{ + PageSize Size + IList<Photo> PhotosPage + bool AddPhoto(Photo photo) } class PhotoBookPageL{ + PageSize Size + IList<Photo> PhotosPage + bool AddPhoto(Photo photo) } abstract class Photo{ + abstract string Name + abstract PhotoType Type + abstract PhotoSize Size + abstract string CreationDate } class PhotoBMP{ + string Name + PhotoType Type + PhotoSize Size + string CreationDate } class PhotoGIF{ + string Name + PhotoType Type + PhotoSize Size + string CreationDate } class PhotoJPG{ + string Name + PhotoType Type + PhotoSize Size + string CreationDate } class PhotoPNG{ + string Name + PhotoType Type + PhotoSize Size + override string CreationDate } class PhotoRAW{ + string Name + PhotoType Type + PhotoSize Size + string CreationDate } class PhotoTIFF{ + string Name + PhotoType Type + PhotoSize Size + string CreationDate } class PhotoFactory { + {static} Photo GetRandomPhoto() } enum PageSize { Size15x21 = 315 Size23x31 = 713 Size30x42 = 1260 } enum PhotoBookType { S M L } enum PhotoSize { Size9x13 = 117 Size10x15 = 130 Size13x18 = 234 Size15x20 = 300 } enum PhotoType { JPG PNG GIF TIFF RAW BMP } class PhotoBooksController { - IPhotoBook<PhotoBookPage, Photo> _photoBookS; - IPhotoBook<PhotoBookPage, Photo> _photoBookM; - IPhotoBook<PhotoBookPage, Photo> _photoBookL; + Dictionary<string, IPhotoBook<PhotoBookPage, Photo>> PhotoBooks + void AddPhotosToBookS(int noOfPhotos) + void AddPhotosToBookM(int noOfPhotos) + void AddPhotosToBookL(int noOfPhotos) - Queue<Photo> GenerateQueueOfPhotos(int noOfPhotos) + void Display(int pageNo, int bookType) } IPhotoBook <|.. SingletonPhotoBookS IPhotoBook <|.. SingletonPhotoBookM IPhotoBook <|.. SingletonPhotoBookL SingletonPhotoBookS --* PhotoBookPageS SingletonPhotoBookM --* PhotoBookPageM SingletonPhotoBookL --* PhotoBookPageL IPhotoBook <.. PhotoBooksController Photo <-- PhotoFactory PhotoBooksController --> PhotoFactory Photo o-- PhotoBookPage PhotoBookPage o-- IPhotoBook PhotoBookPage <|-- PhotoBookPageS PhotoBookPage <|-- PhotoBookPageM PhotoBookPage <|-- PhotoBookPageL Photo <|-- PhotoBMP Photo <|-- PhotoGIF Photo <|-- PhotoJPG Photo <|-- PhotoPNG Photo <|-- PhotoRAW Photo <|-- PhotoTIFF @enduml
false
true
false
false
class
9967e23f0761a2dd1036728a31c04ec6e2e0893f
7125836b45d79a4b47619227ff1150d2c4fd4ae0
/entwurf/vorbereitungsphase.plantuml
98f9c65dfa321c48818c723c8617be49fb842274
[]
no_license
erlangh8er/Verteilter-Algorithmus
72d4f7a0d56b06edad52872ae6a9af67ab5be00d
a0ce12720b8f2fd9235c3b362139a60e13787d16
refs/heads/main
2023-04-05T14:44:57.473720
2021-04-07T13:41:13
2021-04-07T13:41:13
355,557,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
390
plantuml
@startuml Vorbereitungsphase actor Client #red participant Koordinator participant Namensdienst participant ggTProzess == Vorbereitungsphase == Client -> Koordinator : step Koordinator -> Koordinator : ringAufbauen() Koordinator -> Namensdienst : {From,{lookup,ggTProzess}} Namensdienst --> Koordinator : {pin,{Name,Node}} Koordinator -> ggTProzess : {setneighbors,LeftN,RightN} @enduml
false
true
false
false
sequence
3e17efba99bad38ffbb55ee9617d44ecc751523d
ba5cb0efe3483c4f1c34f010b4ed83d4117d796b
/documentation/diagrams/Resource_LogicalResource.puml
99d5b4c1fdf163896badcc84928ceda80e795d27
[]
no_license
thobraun11/TMF639_Resource_Inventory
153483ffd3b591c623a2f23111d3f6e5e15f1b54
ada6a7949147830102ac718b68f26fabebd6ba6c
refs/heads/master
2020-08-29T13:19:45.715331
2019-10-22T14:57:24
2019-10-22T14:57:24
218,043,084
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,975
puml
@startuml hide circle hide methods hide stereotype show <<Enumeration>> stereotype skinparam class { BackgroundColor<<Enumeration>> #E6F5F7 BackgroundColor<<Ref>> #FFFFE0 BackgroundColor<<Pivot>> #FFFFFFF BackgroundColor #FCF2E3 } class LogicalResource <<Pivot>> { category : String description : String endOperatingDate : DateTime href : String [1] id : String [1] lifecycleState : ResourceLifecycleStateType name : String resourceVersion : String startOperatingDate : DateTime value : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } class RelatedPlaceRefOrValue { href : String [1] id : String [1] name : String role : String [1] @baseType : String @referredType : String @schemaLocation : Uri @type : String } class AttachmentRefOrValue { attachmentType : String content : String description : String href : String id : String mimeType : String name : String size : Quantity url : String validFor : TimePeriod @baseType : String @referredType : String @schemaLocation : Uri @type : String } class Note { author : String date : DateTime text : String [1] @baseType : String @schemaLocation : Uri @type : String } class ResourceSpecificationRef <<Ref>> { href : String [1] id : String [1] name : String version : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } class Characteristic { name : String [1] value : Any [1] valueType : String @baseType : String @schemaLocation : Uri @type : String } class RelatedPartyRef <<Ref>> { href : String id : String [1] name : String role : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } class ResourceRelationship { name : String type : String @baseType : String @schemaLocation : Uri @type : String } class ResourceRef <<Ref>> { href : String id : String [1] @baseType : String @referredType : String @schemaLocation : Uri @type : String } LogicalResource -right[hidden]-> ResourceLifecycleStateType LogicalResource *--> "0..*" Characteristic : resourceCharacteristic LogicalResource *--> "0..*" ResourceRelationship : resourceRelationship ResourceRelationship *-right-> "0..*" Characteristic : resourceRelationshipCharacteristic Note "0..*" <-left-* LogicalResource : note RelatedPartyRef "0..*" <--* LogicalResource : relatedParty RelatedPlaceRefOrValue "0..1" <--* LogicalResource : relatedPlace AttachmentRefOrValue "0..*" <--* LogicalResource : resourceAttachment LogicalResource *--> "0..1" ResourceSpecificationRef : resourceSpecification Characteristic <-left[hidden]- ResourceSpecificationRef ResourceRelationship *--> "0..1" ResourceRef : resourceRef @enduml
false
true
false
false
sequence
46cfa25cd61227f10f15091836107fd1a074dd0f
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSelectionProductPagedQueryResponse.puml
0dfbf78e14646b8e18da7999b8f23bf7b6e13f55
[]
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
472
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 ProductSelectionProductPagedQueryResponse [[ProductSelectionProductPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[AssignedProductReference.svg List<AssignedProductReference>]] } @enduml
false
true
false
false
class
1f9583d644faa39418cf9b3fee823fd6ee448850
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Utilities/IPropertyPreview.puml
c2a5a90663bbfcdf1e548f441a4eaaf506571c88
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
131
puml
@startuml interface IPropertyPreview { GatherProperties(director:PlayableDirector, driver:IPropertyCollector) : void } @enduml
false
true
false
false
class
70ac3819f0c47d000539a27759b11e7d9f128337
b7fa0fbd1ecafdc4a769cf34fcdd05ecf5e6c9fe
/src/resources/ExampleSequenceDiagram.puml
9f23391aa13c5b12a92376c6a72993c5d5e5e694
[]
no_license
david-w-millar/grails-plantuml-plugin
0986d98df3c5dd55f87b65166bc564f9eb386a4d
5203aa32aa9809c18e632a530a98f4fd8404a94d
refs/heads/master
2020-04-17T02:30:08.897311
2013-08-23T23:12:31
2013-08-23T23:12:31
7,029,743
4
0
null
2014-10-26T17:26:23
2012-12-06T04:22:55
CSS
UTF-8
PlantUML
false
false
129
puml
@startuml actor Dave title Example Sequence Diagram Dave->Dave: Stop talking to yourself Dave->Dave: I DO WHAT I WANT! @enduml
false
true
false
false
sequence
5fe9f1d564d6582a764e0148d4df40d1d3595581
07399e60c3e0b1249fd83046cc3b5c009d9af2a2
/TD0.5.2.plantuml
e3ef2efc1e9f1935709d7d30d4d9590051fbab85
[ "MIT" ]
permissive
IUT-Blagnac/bcoo-Andjil-ALI
2eace20f9b555f0a0c3c18e16e6f9000a4867a48
87e39dd80cb01d0cb93883a0b77aa647f91f67a8
refs/heads/main
2023-04-16T03:21:58.859755
2021-04-27T13:10:50
2021-04-27T13:10:50
335,632,397
0
0
null
null
null
null
UTF-8
PlantUML
false
false
278
plantuml
@startuml Titre '-------------------------------- ' Parametres pour le dessin '-------------------------------- hide circle hide empty members hide empty methods '-------------------------------- class Point{ } class Ligne{ } Ligne "0..*" -- "2" Point @enduml
false
true
false
false
class
913a4d3aab861741af0dedcdcc5f20c0b18f30d7
fa876fda51207068ea7c2025828685bdbb66271b
/UML/WebAppSeq2.puml
4759fda569899288c57590074042159773eb2917
[]
no_license
ob-swengiib-ws18/ob-swengiib-ws18
11ec8d8dab67c01085a93cf4cb166bce6ef05c75
2bb2f3c961bdaef4609f212434a85184b7147388
refs/heads/master
2020-03-22T13:00:51.413782
2018-11-29T08:39:25
2018-11-29T08:39:25
140,077,034
0
0
null
2018-10-25T09:43:34
2018-07-07T11:05:35
null
UTF-8
PlantUML
false
false
428
puml
@startuml actor Administrator Administrator -> ":JettyStarter": starte Server activate ":JettyStarter" create ":Server" ":JettyStarter" -> ":Server": new Server(8080) ":JettyStarter" -> ":Server" : start() activate ":Server" ":Server" --> ":JettyStarter" deactivate ":Server" ":JettyStarter" -> ":Server" : join() activate ":Server" ":Server" --> ":JettyStarter" deactivate ":Server" deactivate ":JettyStarter" @enduml
false
true
false
false
usecase
70b9a10213a54b6ef816c11ebd891c13f4d47422
89cd977bcce4a48e3ab1876687a9a34f39b59287
/DIVIDOR_RESISTENCE/out/production/DIVIDOR_RESISTENCE/Class.puml
258a346bb6e464e02627e1cd9aa776da0af1b7b9
[]
no_license
Youssef-Assbaghi/VoltageDivider
99624a3e52537b850079dd2caccbda835faab5b4
431b9727f49b6b1035108a94ed0b13c5354252c9
refs/heads/main
2023-08-18T06:30:55.084093
2021-10-17T15:08:29
2021-10-17T15:08:29
418,167,633
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,584
puml
@startuml class Client{ +main(args:String[]) } Class SeriesCatalog{ - series :List<Series> - SeriesNames :String[] - SeriesPrecisions :double[] - NormalizedValues: double[][] + SeriesCatalog() + findSeriesByName(name:String) :Series } Class Series{ -resistors :List<Resistor> - name: String - precision: double - normalizedValues : double[] - PowerFactors:double[] + getResistors():List<Resistor> +getName(): String + getPrecision(): double +Series(name:String , normalizedValues: double[], precision: double) + toString():String +makeResistors() } Class Resistor{ -resistance: double -series:Series +getResistance():double +getSeries():Series +Resistor(resistance:double, series:Series ) +setSeries( name:String, normalizedValues:double[], precision: double) +setSeries(series:Series) + toString():String } Class VoltageDivider{ - resistor1: Resistor - resistor2: Resistor - coincidence:double +getResistor1():Resistor +getResistor2():Resistor +getCoincidence():Double +VoltageDivider( r1:Resistor, r2:Resistor, coincidence:double) +compareTo(o:VoltageDivider):int + toString():String } Class VoltageDividerCalculation{ + calculate(voltageDivision: double , coincidence:double ,s:Series ):List<VoltageDivider> } interface Comparable<T>{ +compareTo(o:VoltageDivider):int } SeriesCatalog *-->"1..* hola"Series SeriesCatalog "1"*-->"*"Resistor VoltageDivider ..|> Comparable VoltageDivider x-->"1 resistor 1" Resistor VoltageDivider x-->"1 resistor 2" Resistor @enduml
false
true
false
false
class
a08c95c29f11ce79e3a53659486369bb67623a0a
efd347d9c7143093dc8c35c03bcc6a41d2291cc8
/ioc/2.ApplicationContext/AnnotationConfigApplicationContext/AnnotationConfigApplicationContext.puml
809d76fda59cedb9eb51017e73aa75eaa415be43
[]
no_license
willwhzhang/spring-source-note
340e2dd97087204263695719db4625f74f7b059a
a8731e0cf38ec446893df9145f832ec16deef867
refs/heads/master
2022-06-12T15:57:24.924322
2020-05-05T13:41:59
2020-05-05T13:41:59
261,181,689
0
0
null
null
null
null
UTF-8
PlantUML
false
false
517
puml
@startuml class AnnotationConfigApplicationContext extends GenericApplicationContext implements AnnotationConfigRegistry class AnnotatedBeanDefinitionReader class ClassPathScanningCandidateComponentProvider implements EnvironmentCapable, ResourceLoaderAware class ClassPathBeanDefinitionScanner extends ClassPathScanningCandidateComponentProvider AnnotatedBeanDefinitionReader <-- AnnotationConfigApplicationContext : reader ClassPathBeanDefinitionScanner <-- AnnotationConfigApplicationContext : scanner @enduml
false
true
false
false
class
bd4574fc0521a84fc7d3fee4bb2ea2f58bcfbe4c
c0338d362d51a4ca4537dcbcf72cd3db19b442ed
/src/main/java/com/lelib/designpattern/behavior/command/CommandPatternDemo.puml
4f773062b53d59f57eb9c3611f8a7f7d275aa398
[]
no_license
lewisliu725/design-pattern
3f5be8707eba94a2cb22645f336a9e13ed67ed2c
7c87032b7410f4a759aeabfd542e5444ee90ee13
refs/heads/master
2022-12-12T00:19:55.589569
2020-09-15T03:07:30
2020-09-15T03:07:30
283,059,271
0
0
null
null
null
null
UTF-8
PlantUML
false
false
656
puml
@startuml ' Class Definition Client : main() Switch : - HashMap<String, Command> commandMap Switch : + register(String commandName, Command command) Switch : + execute() note right: Invoker interface Command Command : + execute() SwitchOnCommand : + execute() SwitchOnCommand : - Light light SwitchOffCommand : + execute() SwitchOffCommand : - Light light Light : + turnOn() Light : + turnOff() note right: Receiver ' Class Relationship Client ..> Switch : Uses Invoker Switch "1" o-- "n" Command Command <|.. SwitchOnCommand Command <|.. SwitchOffCommand SwitchOnCommand o-- Light : Uses Receiver SwitchOffCommand o-- Light : Uses Receiver @enduml
false
true
false
false
class
c0472b3599457ce7ef2b2bb1daa45a3cc31c96ba
c7345e58606d4f4e9b9ae22e2e50a8756b4ce8b1
/src/main/java/ex45/ex45.puml
e0e079f67d80c514c7f045bfa490122f5247c623
[]
no_license
MontgomeryJukebox/Santamaria-cop3330-assignment3
2792dd1ce71f92a1590964d8750ecbe8a1c77378
4a8ff5fbcf793e9c4cde7d7381c679afeb8db4f6
refs/heads/master
2023-05-31T21:04:10.083533
2021-06-21T03:39:24
2021-06-21T03:39:24
376,951,506
0
0
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml 'https://plantuml.com/class-diagram class FileLoader { loadFile(): String } class FileWriter { writeFile(): void } class App { loader: FileLoader writer: FileWriter } App --* FileLoader App --* FileWriter @enduml
false
true
false
false
class
2b6733ede0e1a656ab5b79dbb442aebea8e6be9b
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 3/Problem 2/src/Pizza/Pizza.plantuml
6e911d9eadbd384ae0fe2be246a4f6105514df7f
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
686
plantuml
@startuml title __PIZZA's Class Diagram__\n namespace Pizza { class Pizza.BeefPizza { + BeefPizza() + getCost() } } namespace Pizza { abstract class Pizza.Pizza { ~ description : String {abstract} + getCost() + getDescription() } } namespace Pizza { class Pizza.VeggiPizza { + VeggiPizza() + getCost() } } Pizza.BeefPizza -up-|> Pizza.Pizza Pizza.VeggiPizza -up-|> Pizza.Pizza 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
28bdc294770eddcd35cf119c06efb1cd64e25e63
aa553269b9e948e9bc9044e01be27eea00635f4a
/Sequence/ci_cd_sequence.puml
ed1e6e94d56ab1c42f3033e48619ea9797774026
[]
no_license
etoanik/plantuml
c653ac7b7dece4e2509edd3ef56ce4a19e125fe7
c9d647470e52529d78cc2c7c0419ff8cd9f61755
refs/heads/master
2021-08-17T21:15:50.616893
2020-03-30T05:02:54
2020-03-30T05:02:54
144,435,771
2
2
null
null
null
null
UTF-8
PlantUML
false
false
1,196
puml
@startuml title CI/CD Sequence Diagram actor Developer actor Leader Developer -> "Local Repository": git commit "Local Repository" -> "Local Repository": check-autopep8 Developer <-- "Local Repository": pass or failed Developer -> GitLab: git push to develop GitLab -> Runner activate Runner Runner -> "Dev Env": ssh "Dev Env" -> "Dev Env": deploy activate "Dev Env" deactivate "Dev Env" "Dev Env" -> "Dev Env": test activate "Dev Env" deactivate "Dev Env" "Dev Env" -> "Dev Env": start activate "Dev Env" deactivate "Dev Env" Runner <-- "Dev Env" GitLab <-- Runner deactivate Runner Developer <-- GitLab: notification ... Developer -> GitLab: Create merge request: develop to master activate GitLab loop Leader -> GitLab: code review and comment activate GitLab Developer <-- GitLab deactivate GitLab end Leader -> GitLab: merge deactivate GitLab GitLab -> Runner activate Runner Runner -> "Prod Env": ssh "Prod Env" -> "Prod Env": test activate "Prod Env" deactivate "Prod Env" "Prod Env" -> "Prod Env": schedule activate "Prod Env" deactivate "Prod Env" Runner <-- "Prod Env" GitLab <-- Runner deactivate Runner Developer <-- GitLab: notification @enduml
false
true
false
false
sequence
36be7300df70a3926b74fece47e2cbf14d61b5df
0931e607be7496662c2988305be95932c5c6ae9d
/src/main/java/tw/waterball/demo/demo.plantuml
72d834141065cc8677c456f94fbc409578ae3ee2
[ "Apache-2.0" ]
permissive
Johnny850807/Instagram4j-Fluent-Interface
8a47a7c69590d1d03bee46c4dab7f6ed073dfa1f
214c34d23489ff7576b9d120f018137e220ae6b1
refs/heads/master
2021-06-25T14:15:36.597273
2019-12-20T06:43:40
2019-12-20T06:43:40
224,562,189
0
0
Apache-2.0
2021-04-26T19:44:09
2019-11-28T03:25:05
Java
UTF-8
PlantUML
false
false
1,206
plantuml
@startuml title __DEMO's Class Diagram__\n namespace tw.waterball.demo { class tw.waterball.demo.ApproveAllPendingInboxMessages { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.FollowRecentCommenters { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.GetAllFeeds { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.GetAllFollowers { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.GetDistinctCommenters { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.GetInboxThreadMessages { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.GetUnseenInboxMessages { {static} + main() } } namespace tw.waterball.demo { class tw.waterball.demo.InstagramStoryCrawler { } } 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
9f34a369721158a32e51fdf549218220e0c58371
57785491f41c3b00d04dfa10c88140496f33ad29
/doc/pic/src/boot.sag.puml
786f162cb71df1517bb89412b3e2607698887cd8
[ "Apache-2.0" ]
permissive
panickervinod/von_base
34c69335edd8a5a87306069645a39978381ef746
88defe8b961fd0a76b00bcf9f7bc3323dc116f85
refs/heads/master
2021-08-22T16:15:56.633601
2017-11-30T16:31:35
2017-11-30T16:31:35
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,736
puml
@startuml /' Copyright 2017 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca Licensed 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. '/ skinparam ParticipantPadding 20 skinparam BaloxPadding 20 title SRI Agent Boot Sequence box "Indy" #LightBlue participant "Ledger" as ledger endbox actor "Trust Anchor\n(Origin)\nAgent" as tag actor "Verifier/Issuer\n(SRI)\nAgent" as sag === BOOTSTRAP == note over ledger, sag Trust anchor agent service wrapper API is up endnote sag -> tag: get DID tag --> sag: trust anchor DID sag -> ledger: Look up own nym alt Nym present ledger --> sag: nym else Nym not present sag -[#blue]> tag: POST <agent-nym-send> tag -[#blue]> ledger: send Issuer nym ledger --[#blue]> tag: Issuer nym tag --[#blue]> sag: Issuer nym end sag -> ledger: Look up endpoint attribution alt Endpoint attribution present ledger --> sag: agent endpoint else Endpoint attribution not present sag -[#blue]> ledger: send agent endpoint ledger --[#blue]> sag: agent endpoint end sag -> ledger: look up schema ledger --> sag: schema sag -> sag: cache schema sag -> ledger: send claim definition ledger --> sag: returns @enduml
false
true
false
false
usecase
bc94bb2a9a2c00cd987ada305520f457904543dc
ffb2127ab73d1defd244fd14d3c5b4e68ba00fc3
/Design/dbexamplehrTwoFuture.plantuml
4aeabab7ba60463a72c0f69dbd54e36231430434
[]
no_license
simonmartyr/throwaway-tag-test
9f3d62c1f1472b51e4eac5bfcb5df91c865b2531
484ddfc400fef99fdc801e6322a96273366a61a7
refs/heads/main
2023-02-26T09:13:38.873761
2021-02-01T18:13:05
2021-02-01T18:13:05
333,110,799
0
0
null
null
null
null
UTF-8
PlantUML
false
false
553
plantuml
@startuml class ProjectTag { Tag_Id : Id Name : string } class OrginsationTag { Tag_Id : Id Name : string } class ProjectJoinTable { Tag_Id: Id Project: Id } class OrginsationJoinTable { Tag_Id: Id Project: Id } class Orginsation { name : string vatnumber : string } class Project { name : string active : bool } class TagConslidation { Id: Id TagType: string TagId: Id } ProjectTag --> ProjectJoinTable ProjectJoinTable --> Project OrginsationTag --> OrginsationJoinTable OrginsationJoinTable --> Orginsation @enduml
false
true
false
false
class
be3270fa0de398d42e2fc464fa160414990a01dd
833c4b92528ecd1580abf373ab58e7f77b874ea1
/diagrams/06-one-to-many-onedirection.puml
abedab652e0730b391f68e1e138a721f7c9e9d3e
[]
no_license
lcalmsky/jpa
3d67b948d5d68646cb1194871a1f1214bdc44a52
fa36fcf46b25c638cb64a682ec1bde097e5a934d
refs/heads/master
2022-08-21T08:53:49.261282
2022-07-11T13:12:37
2022-07-11T13:12:37
251,661,495
1
1
null
2022-07-11T13:02:41
2020-03-31T16:20:39
Java
UTF-8
PlantUML
false
false
168
puml
@startuml class Member { id: Long -- name: String } class Team { id: Long -- name: String members: List<Member> } Team -d-> "members *" Member @enduml
false
true
false
false
class
ce130d4460269300a33782a3095297e45cad23bd
3f62599ee3a8b73ff889f16e5e916a67b5e91870
/uml_diagrams/Teleport and Heal.puml
adcee1669bbab2e91320f3a67fb9dbe5ccced286
[]
no_license
No-Team30/ENG1-PART2
97a239de443f1ce1020e8299836b9d1560715bbe
97a3ff5ef17d4be7912a7fe1ca13445d7dd1e4c9
refs/heads/master
2023-02-28T15:53:20.937493
2021-02-09T13:28:50
2021-02-09T13:28:50
318,517,731
0
0
null
null
null
null
UTF-8
PlantUML
false
false
123
puml
@startuml actor User User -> Keyboard: presses left key Keyboard -> Game: input recieved; Game -> Auber: moves left @enduml
false
true
false
false
sequence
6159f1ff5522959c3b1e4d3293a10218e8af5416
688818d043f8a515007e8b822eddc970b2be6957
/documents/database.plantuml
4e272363f095ff9aef67f1fc37fc27ac9a05653b
[]
no_license
emfigo/primer
9a86df04472972971349736e594c202dbc335273
5b170bac8d35fcf80bfa60499b4037f92096af65
refs/heads/master
2023-01-01T21:48:25.982535
2020-10-13T09:36:07
2020-10-13T09:36:07
298,843,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,126
plantuml
@startuml class Customers { id : uuid first_name : string last_name : string company : string email : string phone : string fax : string website : string token : string } class PaymentMethods { id : uuid customer_id : uuid details : jsonb token : string } class PaymentProcessorPaymentInformations { id : uuid name : string payment_method_id: uuid information : jsonb } class PaymentProcessorCustomerInformations { id : uuid name : string customer_id: uuid information : jsonb } note "Details will look like:\n {\n card_holder_name,\n number,\n cvv,\n expriation_date\n }\n" as details note "Information will look like:\n {\n payment_token,\n nonce_token,\n }\n" as payment_information note "Information will look like:\n {\n customer_id,\n }\n" as customer_information Customers "1" *-- "0..*" PaymentMethods Customers "1" *-- PaymentProcessorCustomerInformations PaymentProcessorCustomerInformations .. customer_information PaymentMethods .. details PaymentMethods "1" *-- PaymentProcessorPaymentInformations PaymentProcessorPaymentInformations .. payment_information @enduml
false
true
false
false
class
4d13c8242022efe91363b135cdaf69c66f5d2cc1
c6161c5cabf2403e086cbbf702d1245e7953558c
/Smith-cop3330-assignment3/Diagrams/diagram42.puml
e56b4afa581a6baea8898ecaf43892cd708731fa
[]
no_license
hunters3211/Java-Projects
8fb9d736ada0e8bc32cb7a9def360ef440cd6750
d855a70f3483b9fb365839b304465d9e6af8fd52
refs/heads/main
2023-08-21T18:51:40.369991
2021-10-12T19:03:09
2021-10-12T19:03:09
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
190
puml
@startuml class app class GetInput{ read file return string } class GenerateOutput{ format string create file } app o--> GetInput app o-->GenerateOutput @enduml
false
true
false
false
class
7da62220834bda149f7980e0c230f268b27aea20
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderMessagePayload.puml
184934d038fab498b7fc5a6680a43a346215c05f
[]
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
16,033
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 OrderMessagePayload [[OrderMessagePayload.svg]] extends MessagePayload { type: String } interface MessagePayload [[MessagePayload.svg]] { type: String } interface CustomLineItemStateTransitionMessagePayload [[CustomLineItemStateTransitionMessagePayload.svg]] { type: String customLineItemId: String customLineItemKey: String transitionDate: DateTime quantity: Long fromState: [[StateReference.svg StateReference]] toState: [[StateReference.svg StateReference]] } interface DeliveryAddedMessagePayload [[DeliveryAddedMessagePayload.svg]] { type: String delivery: [[Delivery.svg Delivery]] shippingKey: String } interface DeliveryAddressSetMessagePayload [[DeliveryAddressSetMessagePayload.svg]] { type: String deliveryId: String address: [[Address.svg Address]] oldAddress: [[Address.svg Address]] shippingKey: String } interface DeliveryItemsUpdatedMessagePayload [[DeliveryItemsUpdatedMessagePayload.svg]] { type: String deliveryId: String items: [[DeliveryItem.svg List<DeliveryItem>]] oldItems: [[DeliveryItem.svg List<DeliveryItem>]] shippingKey: String } interface DeliveryRemovedMessagePayload [[DeliveryRemovedMessagePayload.svg]] { type: String delivery: [[Delivery.svg Delivery]] shippingKey: String } interface LineItemStateTransitionMessagePayload [[LineItemStateTransitionMessagePayload.svg]] { type: String lineItemId: String lineItemKey: String transitionDate: DateTime quantity: Long fromState: [[StateReference.svg StateReference]] toState: [[StateReference.svg StateReference]] } interface OrderBillingAddressSetMessagePayload [[OrderBillingAddressSetMessagePayload.svg]] { type: String address: [[Address.svg Address]] oldAddress: [[Address.svg Address]] } interface OrderCreatedMessagePayload [[OrderCreatedMessagePayload.svg]] { type: String order: [[Order.svg Order]] } interface OrderCustomFieldAddedMessagePayload [[OrderCustomFieldAddedMessagePayload.svg]] { type: String name: String value: [[Object.svg Object]] } interface OrderCustomFieldChangedMessagePayload [[OrderCustomFieldChangedMessagePayload.svg]] { type: String name: String value: [[Object.svg Object]] previousValue: [[Object.svg Object]] } interface OrderCustomFieldRemovedMessagePayload [[OrderCustomFieldRemovedMessagePayload.svg]] { type: String name: String } interface OrderCustomLineItemAddedMessagePayload [[OrderCustomLineItemAddedMessagePayload.svg]] { type: String customLineItem: [[CustomLineItem.svg CustomLineItem]] } interface OrderCustomLineItemDiscountSetMessagePayload [[OrderCustomLineItemDiscountSetMessagePayload.svg]] { type: String customLineItemId: String customLineItemKey: String discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]] taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]] } interface OrderCustomLineItemQuantityChangedMessagePayload [[OrderCustomLineItemQuantityChangedMessagePayload.svg]] { type: String customLineItemId: String customLineItemKey: String quantity: Long oldQuantity: Long } interface OrderCustomLineItemRemovedMessagePayload [[OrderCustomLineItemRemovedMessagePayload.svg]] { type: String customLineItemId: String customLineItemKey: String customLineItem: [[CustomLineItem.svg CustomLineItem]] } interface OrderCustomTypeRemovedMessagePayload [[OrderCustomTypeRemovedMessagePayload.svg]] { type: String previousTypeId: String } interface OrderCustomTypeSetMessagePayload [[OrderCustomTypeSetMessagePayload.svg]] { type: String customFields: [[CustomFields.svg CustomFields]] previousTypeId: String } interface OrderCustomerEmailSetMessagePayload [[OrderCustomerEmailSetMessagePayload.svg]] { type: String email: String oldEmail: String } interface OrderCustomerGroupSetMessagePayload [[OrderCustomerGroupSetMessagePayload.svg]] { type: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] oldCustomerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] } interface OrderCustomerSetMessagePayload [[OrderCustomerSetMessagePayload.svg]] { type: String customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] oldCustomer: [[CustomerReference.svg CustomerReference]] oldCustomerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] } interface OrderDeletedMessagePayload [[OrderDeletedMessagePayload.svg]] { type: String order: [[Order.svg Order]] } interface OrderDiscountCodeAddedMessagePayload [[OrderDiscountCodeAddedMessagePayload.svg]] { type: String discountCode: [[DiscountCodeReference.svg DiscountCodeReference]] } interface OrderDiscountCodeRemovedMessagePayload [[OrderDiscountCodeRemovedMessagePayload.svg]] { type: String discountCode: [[DiscountCodeReference.svg DiscountCodeReference]] } interface OrderDiscountCodeStateSetMessagePayload [[OrderDiscountCodeStateSetMessagePayload.svg]] { type: String discountCode: [[DiscountCodeReference.svg DiscountCodeReference]] state: [[DiscountCodeState.svg DiscountCodeState]] oldState: [[DiscountCodeState.svg DiscountCodeState]] } interface OrderEditAppliedMessagePayload [[OrderEditAppliedMessagePayload.svg]] { type: String edit: [[OrderEdit.svg OrderEdit]] result: [[OrderEditApplied.svg OrderEditApplied]] } interface OrderImportedMessagePayload [[OrderImportedMessagePayload.svg]] { type: String order: [[Order.svg Order]] } interface OrderLineItemAddedMessagePayload [[OrderLineItemAddedMessagePayload.svg]] { type: String lineItem: [[LineItem.svg LineItem]] addedQuantity: Long } interface OrderLineItemDiscountSetMessagePayload [[OrderLineItemDiscountSetMessagePayload.svg]] { type: String lineItemId: String lineItemKey: String discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]] totalPrice: [[Money.svg Money]] taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]] taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]] } interface OrderLineItemDistributionChannelSetMessagePayload [[OrderLineItemDistributionChannelSetMessagePayload.svg]] { type: String lineItemId: String lineItemKey: String distributionChannel: [[ChannelReference.svg ChannelReference]] } interface OrderLineItemRemovedMessagePayload [[OrderLineItemRemovedMessagePayload.svg]] { type: String lineItemId: String lineItemKey: String removedQuantity: Long newQuantity: Long newState: [[ItemState.svg List<ItemState>]] newTotalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]] newTaxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]] newPrice: [[Price.svg Price]] newShippingDetail: [[ItemShippingDetails.svg ItemShippingDetails]] } interface OrderPaymentStateChangedMessagePayload [[OrderPaymentStateChangedMessagePayload.svg]] { type: String paymentState: [[PaymentState.svg PaymentState]] oldPaymentState: [[PaymentState.svg PaymentState]] } interface OrderPurchaseOrderNumberSetMessagePayload [[OrderPurchaseOrderNumberSetMessagePayload.svg]] { type: String purchaseOrderNumber: String oldPurchaseOrderNumber: String } interface OrderReturnShipmentStateChangedMessagePayload [[OrderReturnShipmentStateChangedMessagePayload.svg]] { type: String returnItemId: String returnShipmentState: [[ReturnShipmentState.svg ReturnShipmentState]] } interface OrderShipmentStateChangedMessagePayload [[OrderShipmentStateChangedMessagePayload.svg]] { type: String shipmentState: [[ShipmentState.svg ShipmentState]] oldShipmentState: [[ShipmentState.svg ShipmentState]] } interface OrderShippingAddressSetMessagePayload [[OrderShippingAddressSetMessagePayload.svg]] { type: String address: [[Address.svg Address]] oldAddress: [[Address.svg Address]] } interface OrderShippingInfoSetMessagePayload [[OrderShippingInfoSetMessagePayload.svg]] { type: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] oldShippingInfo: [[ShippingInfo.svg ShippingInfo]] } interface OrderShippingRateInputSetMessagePayload [[OrderShippingRateInputSetMessagePayload.svg]] { type: String shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] oldShippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] } interface OrderStateChangedMessagePayload [[OrderStateChangedMessagePayload.svg]] { type: String orderState: [[OrderState.svg OrderState]] oldOrderState: [[OrderState.svg OrderState]] } interface OrderStateTransitionMessagePayload [[OrderStateTransitionMessagePayload.svg]] { type: String state: [[StateReference.svg StateReference]] oldState: [[StateReference.svg StateReference]] force: Boolean } interface OrderStoreSetMessagePayload [[OrderStoreSetMessagePayload.svg]] { type: String store: [[StoreKeyReference.svg StoreKeyReference]] } interface ParcelAddedToDeliveryMessagePayload [[ParcelAddedToDeliveryMessagePayload.svg]] { type: String delivery: [[Delivery.svg Delivery]] parcel: [[Parcel.svg Parcel]] shippingKey: String } interface ParcelItemsUpdatedMessagePayload [[ParcelItemsUpdatedMessagePayload.svg]] { type: String parcelId: String deliveryId: String items: [[DeliveryItem.svg List<DeliveryItem>]] oldItems: [[DeliveryItem.svg List<DeliveryItem>]] shippingKey: String } interface ParcelMeasurementsUpdatedMessagePayload [[ParcelMeasurementsUpdatedMessagePayload.svg]] { type: String deliveryId: String parcelId: String measurements: [[ParcelMeasurements.svg ParcelMeasurements]] shippingKey: String } interface ParcelRemovedFromDeliveryMessagePayload [[ParcelRemovedFromDeliveryMessagePayload.svg]] { type: String deliveryId: String parcel: [[Parcel.svg Parcel]] shippingKey: String } interface ParcelTrackingDataUpdatedMessagePayload [[ParcelTrackingDataUpdatedMessagePayload.svg]] { type: String deliveryId: String parcelId: String trackingData: [[TrackingData.svg TrackingData]] shippingKey: String } interface ReturnInfoAddedMessagePayload [[ReturnInfoAddedMessagePayload.svg]] { type: String returnInfo: [[ReturnInfo.svg ReturnInfo]] } interface ReturnInfoSetMessagePayload [[ReturnInfoSetMessagePayload.svg]] { type: String returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] } OrderMessagePayload --> CustomLineItemStateTransitionMessagePayload #blue;text:blue : "type : CustomLineItemStateTransition" OrderMessagePayload --> DeliveryAddedMessagePayload #blue;text:blue : "type : DeliveryAdded" OrderMessagePayload --> DeliveryAddressSetMessagePayload #blue;text:blue : "type : DeliveryAddressSet" OrderMessagePayload --> DeliveryItemsUpdatedMessagePayload #blue;text:blue : "type : DeliveryItemsUpdated" OrderMessagePayload --> DeliveryRemovedMessagePayload #blue;text:blue : "type : DeliveryRemoved" OrderMessagePayload --> LineItemStateTransitionMessagePayload #blue;text:blue : "type : LineItemStateTransition" OrderMessagePayload --> OrderBillingAddressSetMessagePayload #blue;text:blue : "type : OrderBillingAddressSet" OrderMessagePayload --> OrderCreatedMessagePayload #blue;text:blue : "type : OrderCreated" OrderMessagePayload --> OrderCustomFieldAddedMessagePayload #blue;text:blue : "type : OrderCustomFieldAdded" OrderMessagePayload --> OrderCustomFieldChangedMessagePayload #blue;text:blue : "type : OrderCustomFieldChanged" OrderMessagePayload --> OrderCustomFieldRemovedMessagePayload #blue;text:blue : "type : OrderCustomFieldRemoved" OrderMessagePayload --> OrderCustomLineItemAddedMessagePayload #blue;text:blue : "type : OrderCustomLineItemAdded" OrderMessagePayload --> OrderCustomLineItemDiscountSetMessagePayload #blue;text:blue : "type : OrderCustomLineItemDiscountSet" OrderMessagePayload --> OrderCustomLineItemQuantityChangedMessagePayload #blue;text:blue : "type : OrderCustomLineItemQuantityChanged" OrderMessagePayload --> OrderCustomLineItemRemovedMessagePayload #blue;text:blue : "type : OrderCustomLineItemRemoved" OrderMessagePayload --> OrderCustomTypeRemovedMessagePayload #blue;text:blue : "type : OrderCustomTypeRemoved" OrderMessagePayload --> OrderCustomTypeSetMessagePayload #blue;text:blue : "type : OrderCustomTypeSet" OrderMessagePayload --> OrderCustomerEmailSetMessagePayload #blue;text:blue : "type : OrderCustomerEmailSet" OrderMessagePayload --> OrderCustomerGroupSetMessagePayload #blue;text:blue : "type : OrderCustomerGroupSet" OrderMessagePayload --> OrderCustomerSetMessagePayload #blue;text:blue : "type : OrderCustomerSet" OrderMessagePayload --> OrderDeletedMessagePayload #blue;text:blue : "type : OrderDeleted" OrderMessagePayload --> OrderDiscountCodeAddedMessagePayload #blue;text:blue : "type : OrderDiscountCodeAdded" OrderMessagePayload --> OrderDiscountCodeRemovedMessagePayload #blue;text:blue : "type : OrderDiscountCodeRemoved" OrderMessagePayload --> OrderDiscountCodeStateSetMessagePayload #blue;text:blue : "type : OrderDiscountCodeStateSet" OrderMessagePayload --> OrderEditAppliedMessagePayload #blue;text:blue : "type : OrderEditApplied" OrderMessagePayload --> OrderImportedMessagePayload #blue;text:blue : "type : OrderImported" OrderMessagePayload --> OrderLineItemAddedMessagePayload #blue;text:blue : "type : OrderLineItemAdded" OrderMessagePayload --> OrderLineItemDiscountSetMessagePayload #blue;text:blue : "type : OrderLineItemDiscountSet" OrderMessagePayload --> OrderLineItemDistributionChannelSetMessagePayload #blue;text:blue : "type : OrderLineItemDistributionChannelSet" OrderMessagePayload --> OrderLineItemRemovedMessagePayload #blue;text:blue : "type : OrderLineItemRemoved" OrderMessagePayload --> OrderPaymentStateChangedMessagePayload #blue;text:blue : "type : OrderPaymentStateChanged" OrderMessagePayload --> OrderPurchaseOrderNumberSetMessagePayload #blue;text:blue : "type : OrderPurchaseOrderNumberSet" OrderMessagePayload --> OrderReturnShipmentStateChangedMessagePayload #blue;text:blue : "type : OrderReturnShipmentStateChanged" OrderMessagePayload --> OrderShipmentStateChangedMessagePayload #blue;text:blue : "type : OrderShipmentStateChanged" OrderMessagePayload --> OrderShippingAddressSetMessagePayload #blue;text:blue : "type : OrderShippingAddressSet" OrderMessagePayload --> OrderShippingInfoSetMessagePayload #blue;text:blue : "type : OrderShippingInfoSet" OrderMessagePayload --> OrderShippingRateInputSetMessagePayload #blue;text:blue : "type : OrderShippingRateInputSet" OrderMessagePayload --> OrderStateChangedMessagePayload #blue;text:blue : "type : OrderStateChanged" OrderMessagePayload --> OrderStateTransitionMessagePayload #blue;text:blue : "type : OrderStateTransition" OrderMessagePayload --> OrderStoreSetMessagePayload #blue;text:blue : "type : OrderStoreSet" OrderMessagePayload --> ParcelAddedToDeliveryMessagePayload #blue;text:blue : "type : ParcelAddedToDelivery" OrderMessagePayload --> ParcelItemsUpdatedMessagePayload #blue;text:blue : "type : ParcelItemsUpdated" OrderMessagePayload --> ParcelMeasurementsUpdatedMessagePayload #blue;text:blue : "type : ParcelMeasurementsUpdated" OrderMessagePayload --> ParcelRemovedFromDeliveryMessagePayload #blue;text:blue : "type : ParcelRemovedFromDelivery" OrderMessagePayload --> ParcelTrackingDataUpdatedMessagePayload #blue;text:blue : "type : ParcelTrackingDataUpdated" OrderMessagePayload --> ReturnInfoAddedMessagePayload #blue;text:blue : "type : ReturnInfoAdded" OrderMessagePayload --> ReturnInfoSetMessagePayload #blue;text:blue : "type : ReturnInfoSet" @enduml
false
true
false
false
sequence
e411440341160468b1029e042a5da4768cde0aa8
d5844b984bb4a649052e9b63901e5069f2779873
/src/main/java/ex46/ex46.puml
48136e462402c13958c57dc25282a2e404dbb0f2
[]
no_license
Ben-Phung/phung-cop3330-assignment3
9002a01d60977e887dd26cff7dfa3864d7a6ceaf
5a9f97cdccce2613b5611b12aae13d3284eec685
refs/heads/master
2023-08-11T22:45:55.956633
2021-10-12T02:45:52
2021-10-12T02:45:52
416,158,876
0
0
null
null
null
null
UTF-8
PlantUML
false
false
280
puml
@startuml 'https://plantuml.com/class-diagram class ArrayList { +void main ~Map<String, Integer> map +void readFile ~Map<String, Integer> map ~Scanner scan ~String string +void print ~Map<String, Integer> map ~String key ~int i } @enduml
false
true
false
false
class
9d7a890e50fe8790bad98297c37cb56a9eeaf83f
77b70352a642e53061e20fc3dd37b9fe09aa82ba
/filterProduct.puml
8af94a6d7d65251f64a5e77bfccf805894dcab5b
[]
no_license
Jack-Baucke/INFO202-Project
2ca0329b10d2a59cb4d2a6a2776bb75081ec7988
60da62325e9e433cbbc93a2fb95ac92db376b79c
refs/heads/master
2020-04-04T21:49:24.741107
2018-11-05T23:57:26
2018-11-05T23:57:26
156,299,584
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,664
puml
@startuml ' style tweaks to make the diagram a little more readable skinparam { Style strictuml RoundCorner 8 Sequence { ' make activations yellow too LifeLineBackgroundColor #FDFDCD ' make stereotypes less ugly Stereotype { Font { Size 11 Style plain } } } DatabaseBorderColor #A80036 } title Filter Products by Category (using DB dao) actor User as user participant "Administration" as main << main >> participant "MainMenu" as menu << frame >> participant "ProductReportDialog" as dialog << dialog >> participant "ProductDatabaseDAO" as dao << ProductDAO >> participant "SimpleListModel\n:model" as model database "Database" as db main++ create menu main -> menu : « construct » user ->> menu : clicks 'View Products' menu++ create dialog menu -> dialog++ : « construct » create dao dialog -> dao : « construct » dialog -> dao++ : getProducts() dao -> db++ : select * from product return ResultSet dao -> dao : reconstruct products\nfrom ResultSet return products create model dialog -> model : « construct » dialog -> model++ : updateItems(products) model-- dialog -> dialog : lstProducts.setModel(model) note left : products now\nvisible to user user -> dialog : select category from combo box dialog -> dialog : cmbCategory.getSelectedItem() : category dialog -> dao++ : filterByCategory(category) dao -> db++ : select from product where product_category = category return ResultSet dialog -> dao : updateItems(ResultSet) dao-- dialog -> dialog : lstProducts.setModel(model) note left : only products of specific\ncategory visible to user @enduml
false
true
true
false
usecase
dda89ece25ddddcfe2e671805e3625784fc583c4
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Environments/List-Environments.puml
c0e081e5ba61a32a453f47e78c060148097328a1
[]
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
256
puml
@startuml Actor "Operations Manager" as A box "Manage Environments" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-env-list() CLI -> S : env/list() A -> Web : env/list() Web -> S : env/list() end box @enduml
false
true
false
false
sequence
55218e84a6d9393937ac96fc40bc2913d3bf8055
5dfdb7574d6a2ac2adeb8b9bd068e07caf31f539
/.idea/modules/app/app.plantuml
ad8bbc2352bfd34501b9ab2660fe0bae5f667570
[]
no_license
PraneethW65/isense-pay
6a98e708543ec43954399e4067a3e8707c7f1802
e36ad0bc6625f22d9524d39788343ece37bf9208
refs/heads/master
2023-06-14T07:21:44.177941
2021-07-12T17:18:14
2021-07-12T17:18:14
385,325,727
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,250
plantuml
@startuml title __ISENCEPAY.APP's Class Diagram__\n namespace com.google.isencepay { class com.google.isencepay.BuildConfig { } } namespace com.google.isencepay { class com.google.isencepay.First { } } namespace com.google.isencepay { class com.google.isencepay.History { } } namespace com.google.isencepay { class com.google.isencepay.Home { } } namespace com.google.isencepay { class com.google.isencepay.MainActivity { } } namespace com.google.isencepay { class com.google.isencepay.NewVehicle { } } namespace com.google.isencepay { class com.google.isencepay.Offences { } } namespace com.google.isencepay { class com.google.isencepay.Profile { } } namespace com.google.isencepay { class com.google.isencepay.ReminderDetails { } } namespace com.google.isencepay { class com.google.isencepay.Reminders { } } namespace com.google.isencepay { class com.google.isencepay.VehicleProfile { } } namespace com.google.isencepay { class com.google.isencepay.Vehicles { } } com.google.isencepay.First -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.History -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.Home -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.NewVehicle -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.Offences -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.Profile -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.ReminderDetails -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.Reminders -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.VehicleProfile -up-|> androidx.appcompat.app.AppCompatActivity com.google.isencepay.Vehicles -up-|> androidx.appcompat.app.AppCompatActivity 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
5f190db2631f6a7768afd2f4552165e5b6611e14
f606fb0386bba94c0f5d19b63d36efc4107299f5
/Diagrams/SequenceDiagrams/seq-position-1.3.3-abort.plantuml
9338bc15b7a2888cd14dba41bdaf03396fef9ed0
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
rmothilal/docs
c3ae2c6b44df28eb0fca222a5e191e91d32f53e1
8d6383a9465176822de37967e85d4a88b9c9b824
refs/heads/master
2020-04-24T03:14:52.349993
2019-03-06T16:00:19
2019-03-06T16:00:19
138,028,224
0
0
null
2018-06-20T12:12:07
2018-06-20T12:12:06
null
UTF-8
PlantUML
false
false
11,514
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> * Rajiv Mothilal <rajiv.mothilal@modusbox.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> * Sam Kummary <sam@modusbox.com> ------------- ******'/ @startuml ' declate title title 1.3.3. Abort Position Handler Consume autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistence Store ' declare actors control "Position Handler" as POS_HANDLER entity "Position DAO" as POS_DAO collections "Notification-Topic" as TOPIC_NOTIFICATIONS database "Central Store" as DB box "Central Service" #LightYellow participant POS_HANDLER participant TOPIC_NOTIFICATIONS participant POS_DAO participant DB end box ' start flow activate POS_HANDLER group Abort Position Handler Consume opt type == 'position' && action == 'timeout-reserved' POS_HANDLER -> POS_DAO: Request current state of transfer from DB\n<color #FF0000><b>Error code:</b> 2003</color> activate POS_DAO POS_DAO -> DB: Retrieve current state of transfer from DB activate DB hnote over DB #lightyellow transferStateChange transferParticipant end note DB --> POS_DAO: Return current state of transfer from DB deactivate DB POS_DAO --> POS_HANDLER: Return current state of transfer from DB deactivate POS_DAO POS_HANDLER <-> POS_HANDLER: Validate current state (transferStateChange.transferStateId == 'RESERVED_TIMEOUT')\n<color #FF0000><b>Error code:</b> 2001</color> group Persist Position change POS_HANDLER -> POS_DAO: Request to persist latest position and state to DB\n<color #FF0000><b>Error code:</b> 2003</color> group <color #blue>DB TRANSACTION IMPLEMENTATION</color> activate POS_DAO POS_DAO -> DB: Select participantPosition.value FOR UPDATE for payerCurrencyId activate DB hnote over DB #lightyellow participantPosition end note DB --> POS_DAO: Return participantPosition deactivate DB POS_DAO <-> POS_DAO: **latestPosition** = participantPosition - payload.amount.amount POS_DAO->DB: Persist latestPosition to DB for Payer hnote over DB #lightyellow UPDATE **participantPosition** SET value = latestPosition end note activate DB deactivate DB POS_DAO -> DB: Persist participant position change and state change hnote over DB #lightyellow INSERT **transferStateChange** transferStateId = 'EXPIRED_RESERVED' INSERT **participantPositionChange** SET participantPositionId = participantPosition.participantPositionId, transferStateChangeId = transferStateChange.transferStateChangeId, value = latestPosition, reservedValue = participantPosition.reservedValue createdDate = new Date() end note activate DB deactivate DB end 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: { "errorInformation": { "errorCode": 3303, "errorDescription": "Transfer expired", "extensionList": <transferMessage.extensionList> } } }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: transfer, action: abort, createdAt: <timestamp>, state: { status: 'error', code: <errorInformation.errorCode> description: <errorInformation.errorDescription> } } } } end note POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end opt type == 'position' && (action IN ['reject', 'abort']) POS_HANDLER -> POS_DAO: Request current state of transfer from DB\n<color #FF0000><b>Error code:</b> 2003</color> activate POS_DAO POS_DAO -> DB: Retrieve current state of transfer from DB activate DB hnote over DB #lightyellow transferStateChange end note DB --> POS_DAO: Return current state of transfer from DB deactivate DB POS_DAO --> POS_HANDLER: Return current state of transfer from DB deactivate POS_DAO POS_HANDLER <-> POS_HANDLER: Validate current state (transferStateChange.transferStateId IN ['RECEIVED_REJECT', 'RECEIVED_ERROR'])\n<color #FF0000><b>Error code:</b> 2001</color> group Persist Position change and Transfer State POS_HANDLER -> POS_DAO: Request to persist latest position and state to DB\n<color #FF0000><b>Error code:</b> 2003</color> \ntransferState=(action=='reject' ? 'ABORTED_REJECTED' : 'ABORTED_ERROR' ) on position check pass group <color #blue>REFER TO DB TRANSACTION IMPLEMENTATION ABOVE</color> activate POS_DAO POS_DAO -> DB: Refer to implementation above activate DB deactivate DB end 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: abort, createdAt: <timestamp>, state: { status: "aborted", code: 0 } } } } end note POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end ' We do not see how this scenario will be triggered opt type == 'position' && action == 'fail' (Unable to currently trigger this scenario) POS_HANDLER -> POS_DAO: Request current state of transfer from DB\n<color #FF0000><b>Error code:</b> 2003</color> activate POS_DAO POS_DAO -> DB: Retrieve current state of transfer from DB activate DB hnote over DB #lightyellow transferStateChange end note DB --> POS_DAO: Return current state of transfer from DB deactivate DB POS_DAO --> POS_HANDLER: Return current state of transfer from DB deactivate POS_DAO POS_HANDLER <-> POS_HANDLER: Validate current state (transferStateChange.transferStateId == 'FAILED') group Persist Position change and Transfer State (with transferState='ABORTED' on position check pass) POS_HANDLER -> POS_DAO: Request to persist latest position and state to DB\n<color #FF0000><b>Error code:</b> 2003</color> group <color #blue>REFER TO DB TRANSACTION IMPLEMENTATION ABOVE</color> activate POS_DAO POS_DAO -> DB: Refer to implementation above activate DB deactivate DB end 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: { "errorInformation": { "errorCode": 3100, "errorDescription": "Transfer failed", "extensionList": <transferMessage.extensionList> } } }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: transfer, action: abort, createdAt: <timestamp>, state: { status: 'error', code: <errorInformation.errorCode> description: <errorInformation.errorDescription> } } } } end note POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event\n<color #FF0000><b>Error code:</b> 2003</color> activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end deactivate POS_HANDLER @enduml
false
true
true
false
sequence
d7a6c2855c1c40b95490fae073d299bc308de5f3
049c380769758383f3b956c3b9c9b613ce3e3fb5
/src/main/java/com/lzl/design_pattern/P_Mediator/Mediator_Seq.puml
a43923a539868aaecbcf857d6d717f2b46b46d46
[]
no_license
lizanle521/springaop
81ba30a8d646dd39b824d55d651e5503ff2d3c04
f45bc79967d2f70a2443c586ba05acaae844e84b
refs/heads/master
2022-12-21T21:41:15.513565
2019-07-01T15:51:51
2019-07-01T15:51:51
112,455,896
1
0
null
2022-10-04T23:50:10
2017-11-29T09:39:29
Java
UTF-8
PlantUML
false
false
422
puml
@startuml autonumber hide footbox LoginFrame <- ColleagueCheckBox : colleagueChanged activate LoginFrame LoginFrame -> ColleagueTextField : setColleagueEnabled activate ColleagueTextField LoginFrame <-- ColleagueTextField deactivate ColleagueTextField LoginFrame -> ColleagueButton : setColleagueEnabled activate ColleagueButton LoginFrame <-- ColleagueButton deactivate ColleagueButton deactivate LoginFrame @enduml
false
true
false
false
sequence
faa8bd7d0e2f09110d0be3d3eaa090faae61dc33
9db0e44aab017ef29006d32f953b6d2efec074bc
/Java1/Course_BattleShips/src/plan1.puml
1720b353d8d8eed535a1e252cf1096f0a89a2d85
[]
no_license
Sintez7/Khasang
f6b48eadec007bd2791a88a209b2b1d4e318ecb3
25d3ab698730ba8a7a418bd71922f582498e8f38
refs/heads/master
2023-08-31T10:33:32.053029
2021-10-28T21:10:50
2021-10-28T21:10:50
240,733,283
1
0
null
null
null
null
UTF-8
PlantUML
false
false
999
puml
@startuml class Game { } class Field { private Player owner; private Cell[][] field; private State state; public Field(Player owner); public hit(Coordinate place) throws Lose; private checkStatus() throws Lose; } enum State { READY, PLAYABLE, OK, WAITING } class Cell { private Coordinate place; private Status status; public Cell(int x, int y); public void hit() throws HitError; public void affected(); } enum Status { FREE, OCCUPIED, HIT } class Coordinate { int x; int y; } abstract class Player { private String name; public Player(String name); public String getName(); public Coordinate makeMove(); } class Human extends Player { @Override public Coordinate makeMove(); } class AI extends Player { @Override public Coordinate makeMove(); } Game *-- Field Cell +-- Status State -[hidden]- Cell Field -[hidden] Coordinate Field +-- State Coordinate -[hidden] Player @enduml
false
true
false
false
state
a574e6e9c3177580132f44fcfc43b4848f4e019e
8491af28b929c9dd8c3e95cd2cc9859519a004bd
/src/assets/diagram/github-provider.plantuml
8b022049add13f9ec2973ecb29f3ac00068f38fc
[]
no_license
smolijar/gitwiki-thesis
143e3df3d9b9c1549649f2d2b3694f4a95dd46e2
a683eabeeb1ff3d6381bd677c051079e0ab9c34b
refs/heads/master
2023-05-01T01:03:01.240639
2018-06-12T18:05:28
2018-06-12T18:05:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
663
plantuml
@startuml actor Alice as usr participant Application as app participant "GitHub Provider" as prov participant "GitHub" as github participant "GitHub API" as api usr -> app: List repos app -> prov: List repositories\nfor Alice prov -> api: GET /list\n(Alice access_token) api --> prov: prov --> app: app --> usr: usr -> app: Show Foo repository app -> prov: Get Foo repo prov -> github: git clone https://github.com:foo\nalice:access_token github --> prov prov --> app: app --> usr: usr -> app: Change Foo app -> prov: Commit and push prov -> prov: Commit on Foo prov -> github: git push ...\nalice:access_token github --> prov prov --> app app --> usr @enduml
false
true
false
false
usecase
de6e88132b6c96ae5b219bd8faa8875df02a0ddf
b50738a1fe06810332874d61ce3f76934c1d44ce
/_seshat/chart.puml
acc6b10b581cec41c5e29e7f6e5af693c524f15f
[ "MIT" ]
permissive
GuillaumeIsabelleX/x1810110922__Eclipse_N_NodeJS
e0adf62223888782d3a05795e0a3fcebb0b31195
264cb5da18df48439e3b056b118901b435fc477e
refs/heads/master
2020-03-31T21:54:00.841113
2018-10-11T16:21:33
2018-10-11T16:21:33
152,597,570
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,399
puml
@startuml title Charting Overview node E as " =Eclipse == =@a .. Created a NodeJS project into Eclipse and have executed it __ @cr .. MacCaro has Eclipse Mars Downloaded another Eclipse \n\t=> Nodeclipse "Enide 2015" \nfrom https://sourceforge.net/projects/nodeclipse/ __ " note left of E { @v Optimal NodeJS Development Environment } node NE as " =NodeEclipse ns:SCDE.NodeJS == ==@v .. @v Have evaluated \n\t\tif NodeEclipse a good choice \n\t\tto: realize the value desired in the SCDE.NodeJS ==@a .. __ ==@cr " node X as " =ExpressJS " node TE as " =Template Engine == @w What is that? .. " NE-down->X : has Express \nProject template NE-left->TE : @cr has Template Engine\nwhen you create a project node XTE as " =ExpressJS Template Engine == @v Optimal Templating Engine for NodeJS __ @cr .. NodeEclipse has template engine * JADE, * EJS, JSHTML, HOGAN.js -- =StyleSheet Engine .. =Choice: CSS LESS Stylus " node SSE as " =StyleSheet Engine __ =Choice: CSS LESS Stylus " XTE-down->SSE : you can choose which engine interface XTEC as " Choice of Template " X-up-o TE : has TE-left->XTE : Templating Engine Choice XTE-left->XTEC node jade as " =jade " node ejs as " =EJS " node jshtml as " =JSHTML " node hogan as " =HOGAN.js " XTEC-up-o jade XTEC-left-o ejs XTEC-left-o jshtml XTEC-down-o hogan E-down->NE : Evaluate\nthe\nIDE\nPlugIn @enduml
false
true
false
false
sequence
8508344abc3f509ae2d21dc2f244debf3cfbd81a
05c8bd1a709110820fd40a86efed565a75a57377
/Software-Engineering/System-Design/Design-Patterns/decorator.puml
cce552fbd08609e402a1abc87d5dcb67e86348cf
[]
no_license
nl253/Notes
d08a05b21d69152a34db7938ea5cf19e292f6663
d59be8c90ae16edd6d70528941cd5c70d2255c71
refs/heads/master
2020-03-19T15:19:08.574580
2019-12-29T15:10:45
2019-12-29T15:10:45
87,872,276
0
0
null
null
null
null
UTF-8
PlantUML
false
false
567
puml
@startuml interface Inner<E> { + display(): E } class TextField implements Inner abstract class Wrapper<E> extends Inner { - inner: Inner + display(): E + Wrapper(inner: Inner) } note left of Wrapper public display() { return self.inner.display(); } end note class WideFrame<E> extends Wrapper { + display(): E } note right of WideFrame public display() { super.display(); // inner acts first makeWide(); // then outer layers } end note class ItalicText<E> extends Wrapper Wrapper -> Inner @enduml
false
true
false
false
class
5d27fbb41ceecd907a5388f4894497fd19d754b4
d10503f47377addd953c47db621947c28060f809
/NullObject/src/SequenceDiagram.puml
e41e1af9a4b3ff78f5af159eaa788bf97555f056
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
540
puml
@startuml actor main main -> Scanner : new main-> ProductFactory: new loop name!=Exit main -> Scanner : nextLine() Scanner --> main : String(name) main->ProductFactory : getProductByName(name) alt name == Meat ProductFactory -> Meat:new else name == Cheese ProductFactory -> Cheese:new else ProductFactory -> NullObject:new ProductFactory --> main : Product(prod) end main->Product:prod.getProductInfo() Product --> main : String(info) end @enduml
false
true
false
false
usecase
01f45a5506c7544e5919769bd4cd3401775e13c0
14d192045f2c3c156c93cdd654236c3958acfa6e
/src/posts/3 - Cpp for Embedded Systems Part 3 Hierarchical State Machine/turnstile.plantuml
8328c4b98a9c586b3a6224a585219c6282ee0e14
[ "MIT" ]
permissive
ecruzolivera/ecruzolivera-website
e9cf58c3e048fa6ffd7aedeef3cc3dd23721bb25
52e92ed7ff0037a3ed740f38a814666ce3e93c67
refs/heads/master
2023-07-16T04:41:53.084346
2021-08-31T04:25:05
2021-08-31T04:25:05
382,963,667
0
0
MIT
2021-08-31T04:25:06
2021-07-04T22:58:06
JavaScript
UTF-8
PlantUML
false
false
128
plantuml
@startuml Turnstile [*] --> Lock Lock --> UnLock: Coin UnLock --> Lock: Push UnLock --> UnLock: Coin Lock --> Lock: Push @enduml
false
true
false
false
sequence
55b200e57a9b736eeb2b165345a6060f212db9ae
87a33cfcb113edb005beb260318a63fbd8e53443
/puml/soap-2-json-amq.puml
830e2c2f455ae8ca0b8909adcd0e53b009654dfe
[ "Apache-2.0" ]
permissive
welshstew/fuse72-cxfsoap-wsdlonly-to-json
8b617cecbc26d7bc5522d5d2de1fe2be7c064ade
7d943ac062252b13cf86a2a31db089781998ac26
refs/heads/master
2020-05-07T13:34:01.177934
2019-05-03T14:00:25
2019-05-03T14:00:25
180,554,547
3
2
Apache-2.0
2019-05-03T14:00:26
2019-04-10T10:03:49
Java
UTF-8
PlantUML
false
false
666
puml
@startuml title bridging legacy systems with modern applications box "legacy" #LightBlue actor OldSystem end box box "Red Hat Middleware" participant FuseApplication database AMQ7_Broker end box box "New Developments" collections NodeJsApps collections SpringBootApps end box OldSystem -> FuseApplication: SOAP Request activate FuseApplication FuseApplication -> FuseApplication: Select XML FuseApplication -> FuseApplication: xml-to-json FuseApplication -> AMQ7_Broker: send JMS message (JSON body) FuseApplication -> OldSystem: SOAP Response deactivate FuseApplication NodeJsApps -> AMQ7_Broker: STOMP/AMQP SpringBootApps -> AMQ7_Broker: AMQP/JMS2 @enduml
false
true
false
false
usecase
7b36b820640c70fb2c58e370b7d5bc3c43c54d75
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC1/UC1_SD_RegisterCollaboratorAsUser.puml
ac33d7999c664591ef34d1a62fb02230448da58c
[ "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
1,063
puml
@startuml title UC1_SD_RegisterCollaboratorAsUser autonumber participant "or:OrganizationsRegister" as ORGS participant "collab:Collaborator" as COLLA participant ":Platform" as PLAT participant "alg:ExternalPasswordGeneratorAlgorithm" as ALG << interface >> participant "aut:FacadeAuthorization" as AUT note over of ALG It is an instance of any class that implements this interface. end note ORGS -> ORGS: registerCollaboratorAsUser(collab) activate ORGS ORGS -> COLLA: nameC = getName() activate COLLA deactivate COLLA ORGS -> COLLA: emailC = getEmail() activate COLLA deactivate COLLA ORGS -> PLAT : alg=getExternalPasswordGeneratorAlgorithm() activate PLAT deactivate PLAT ORGS -> ALG: pwd = genaratePassword(nomeC, emailC) activate ALG deactivate ALG ORGS -> PLAT : aut = getFacadeAuthorization() activate PLAT deactivate PLAT ORGS -> AUT: registersUserWithRole(nameC,emailC,pwd,["COLLABORATOR"]) activate AUT deactivate AUT ORGS -> ORGS: sendEmail(String EmailSender, String EmailReceiver, String Subject, String message) deactivate ORGS @enduml
false
true
false
false
sequence
3b3189405b65fe5a3af66469efa9736f168c2ccd
14be5228d52d9a7e9db16de48d4b262ce33d6257
/Anno_2018_2019/Regex/Assets/class_diagram.puml
371fdc0a94450b08f284f8d37ec1e2132b4ee4bf
[]
no_license
a-pucci/GameDev-1anno-2016-2017
d7625be64b1878ab4e2155aea35c2f141265190a
0b1298c4524864db30f62c7a6483554786a64fe8
refs/heads/master
2021-06-20T13:36:53.455226
2019-02-26T20:33:21
2021-04-02T18:03:00
74,010,542
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,610
puml
@startuml hide empty fields hide empty methods 'hide <<Tool>> package Crafting <<Rectangle>> { class CraftingTable <<(T, orange) Tool>> { } class CraftingSystem <<(M, lightblue)>> { } class Recipe <<(S, red)>> { + category : Category + appliance : Appliance + tool : Tool + ingredients : Set[] + result : Set } class Appliance <<(S, red)>> class Category <<(S, red)>> { + sprite : Sprite } Category - Recipe Appliance -- Recipe Recipe -- CraftingTable CraftingSystem o-- Recipe } package Inventory <<Rectangle>> { class Tool <<(S, red)>> { + durability : int } class Set { + item : Item + quantity : int } class Item <<(S, red)>> { + sprite : Sprite - description : string + stack : int + effects : Effects[] + Inspect() : string } class Inventory <<(M, lightblue)>> { - slots : List<Set> + Changed : event + Add(Set) : void + Remove(Set) : void } Recipe - Item (Recipe, Item) . Set CraftingSystem o-- Item Tool <|-- Item Item --o Inventory Set -o Inventory } package Environment <<Rectangle>> { class Interactable <<(M, lightblue)>> { } } package InteractionSystem <<Rectangle>> { class Interaction { name : string destination : Interactable condition : string effect : Effect } class Effect { script : string[] } class Parser <<(M, lightblue)>> { Execute() : IEnumerator } class CheatSheet <<(S, red)>> { } class Command { } Interaction *- Effect Effect -- Parser CheatSheet - Parser CheatSheet *-- Command Interactable - Item (Interactable, Item) . Interaction } package Survival <<Rectangle>> { class Character <<(M, lightblue)>> { + hunger: VitalSign + thirst : VitalSign + temperature : VitalSign + oxygen : VitalSign + rest : VitalSign } class VitalSign { value : float Changed : Action Dead : Action } Character *- VitalSign } package UI <<Rectangle>> { class UICharacter <<(M, lightblue)>> { } class UIInventory <<(M, lightblue)>> { } class UISlot <<(M, lightblue)>> { } UIInventory *- UISlot Inventory -- UIInventory UICharacter -- Character } @enduml
false
true
false
false
class
71f4c6fbb1e1685b0f3de3938ddfff24ff1b5dde
bb0e7ce1398fd3fbcc907af3d920e7bfb43f52ff
/app/docs/diagrams/sequence_diagram_get_total_users.puml
9d6b4fd4228739bf04f66aa07cf043042b73a5dc
[]
no_license
w-e-ll/user-api
a6d205db035619518c957daeee16f5e900f53c71
a82f418313df9c1a598586c6b92b32a00f17a173
refs/heads/master
2022-06-09T04:42:56.241277
2020-02-28T00:30:52
2020-02-28T00:30:52
243,391,584
0
0
null
2022-06-03T22:45:50
2020-02-26T23:59:41
Python
UTF-8
PlantUML
false
false
451
puml
@startuml actor Client control Server database DB == GET /get_total_users == Client -> Server: GET /get_total_users Server -> Server: VALIDATE\nHEADER alt VALIDATION ERROR Server -> Server: PREPARE \n_error_ \nJSON Server --> Client: IF ERROR _error_\nJSON (405/406/415) else VALIDATION OK Server <-> DB: READ\n users collection Server -> Server: PREPARE \n_users_collection_\nJSON Server --> Client: RETURN\n_users_collection_\nJSON (200) end @enduml
false
true
false
false
usecase
df249c8d5772cdbfd30878b8446423b3dbaed9bc
0b6d6ef9bd372dfa0e26790ce5739a7638a9cf4b
/applications/block-consumer/deploy-accediendo-a-nodos-locales.plantuml
7b043a5ba06e1a7ea224358ee4b5fd9e5204b11b
[]
no_license
gonzalobellino/padfed-doc
fd1f2c7017c6b32be447cca4dc3ad3c2cc3409b7
f79a8ba3928e11b361207442bf8178ec208b90c1
refs/heads/master
2020-06-03T01:07:55.323943
2019-06-06T22:46:33
2019-06-06T22:46:33
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
848
plantuml
@startuml title Block-Consumer accediendo a nodos locales note as N1 Esquema de deploy para organizaciones que corren nodos de la Blockchain. El BlockConsumer se conecta a los nodos locales. Opcionalmente, para lograr alta disponibilidad, se puede conectar mediante internet a nodos remotos. end note package "Blockchain\npeers remotos" as remotos { [peer0.yyy] [peer1.yyy] [peer0.zzz] [peer1.zzz] } package DataCenter { component [BlockConsumer] database "Oracle o\nPostgreSQL\n" as db package "Blockchain\npeers propios" as locales { [peer0.xxxx] [peer1.xxxx] } } cloud internet BlockConsumer ..> locales : gRPCs (read) BlockConsumer ..> internet BlockConsumer ..> db : jdbc (write) internet ..> remotos : gRPCs (read) locales .. remotos : gRPCs (read) DataCenter -[hidden]left- remotos @enduml
false
true
false
false
sequence
0e4a3eb53a961e913ec568257ad807727c90cf74
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-dev/framework/core.puml
7823192848578a2fba052c8f183901b11475ffd8
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,539
puml
@startuml skinparam handwritten true class Yii { } class Yii extends yii.BaseYii class yii.BaseYii { +aliases : array = [ \t"@yii" => "E:\project\\laboratorium\adipriyantobpn\freeform\vendor\yiisoft\yii2-dev\framework" ] +app : yii.console.Application|.yii.web.Application +classMap : array = [] +container : yii.di.Container -_logger +{static}autoload(className : string) +{static}beginProfile(token : string, category : string = "application") +{static}configure(object : object, properties : array) : object +{static}createObject(type : string|array|callable, params : array = []) : object +{static}endProfile(token : string, category : string = "application") +{static}error(message : string|array, category : string = "application") +{static}getAlias(alias : string, throwException : bool = true) : string|bool +{static}getLogger() : yii.log.Logger +{static}getObjectVars(object : object) : array +{static}getRootAlias(alias : string) : string|bool +{static}getVersion() : string +{static}info(message : string|array, category : string = "application") +{static}powered() : string +{static}setAlias(alias : string, path : string) +{static}setLogger(logger : Logger) +{static}t(category : string, message : string, params : array = [], language : string = null) : string +{static}trace(message : string|array, category : string = "application") +{static}warning(message : string|array, category : string = "application") } @enduml
false
true
false
false
class
8da545ddacea41f16c2eb2907c96c34c5b099dee
b1877e9f1bc509f6c7934f37b2c6fc1044a2d983
/psj/week05/hw01/time.puml
4316f44c4c1c6de5e72c8e29e8f4a4cf9bc3c5b5
[]
no_license
int-i/ACE1309
ee5f0d0fb3fdeb2ab89fda757e8e915c2931d0de
8f6d5b4971224ec63058e39d349c462e4c683803
refs/heads/master
2022-12-06T08:13:57.535680
2020-08-27T08:45:33
2020-08-27T08:45:33
262,301,014
1
0
null
null
null
null
UTF-8
PlantUML
false
false
438
puml
@startuml class Time { - hour: int - minute: int - second: int + Time(int hour = 0, int minute = 0, int second = 0) + int get_hour() const + int get_minute() const + int get_second() const + void print_standard() const + void print_universal() const + void set_hour(int hour) + void set_minute(int minute) + void set_second(int second) + void set_time(int hour, int minute, int second) + bool tick() } @enduml
false
true
false
false
class
8d9c40784d460d678a5be5add7f6d600eba3667e
3856e70d14d390815ecf95fc5be9cbce1430738a
/Design/usecase.puml
9882f59f7d1fd43955a61c32a3ee35592a1ecfae
[ "Apache-2.0" ]
permissive
bilalshaikh42/libOmexMeta
7131083d5ea6a8d8eaea7620e8083f3a942b3cf9
f25f44a0a7e67d38f1e94fd69c08ae7f73be2079
refs/heads/master
2023-07-14T04:39:33.367113
2021-08-24T13:52:52
2021-08-24T13:52:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,281
puml
@startuml left to right direction :User: :Reader: :Writer: :Creator: :Querier: User <|-- Reader Reader <|-- Writer Reader <|-- Querier User <|-- Creator ':application: ':Omex archive: ':Url: ':File: ':web user: ':local user: (Omex archive) as omex (Remote file) as remote_file (Local xml file) as local_file (Information) as info 'Editor -> remote_file 'Viewer -> remote_file 'Querier -> remote_file ''User -> local_file : creates ''User -> remote_file : wants 'remote_file --> local_file : download 'remote_file --> omex : download rectangle libCombine { (Compress) as compress (Decompress) as decompress (Manifest) as manifest } omex --> decompress omex <-- compress (RDF File) as rdf_file rectangle libomexmeta{ (RDF) as rdf ' rdf --> file ' rdf --> url ' rdf --> string ' (Edit/Create) as modify ' User --> modify ' modify -- rdf_graph ' modify -- rdf_file } (Read \nfrom file) as file (Read \nfrom URL) as url (Read \nfrom string) as string Reader --> file Reader --> string Reader --> url 'decompress --> local_file 'decompress --> rdf_file ' 'local_file --> compress 'rdf_file --> compress 'compress -> omex @enduml
false
true
false
false
class
ed1f992d0bad08cf1e727cf7277721db463236ee
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MissingTaxRateForCountryError.puml
da29bc8cf9ddb41cf8f8cedc59af616f8b59ea6a
[]
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
509
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 MissingTaxRateForCountryError [[MissingTaxRateForCountryError.svg]] extends ErrorObject { code: String message: String taxCategoryId: String country: String state: String } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
state
c9b0e3c0ea925e4f577d9d67262be6e02b79db80
f843c9d5922c2ef92cc3ca50f20f44184ed27ef8
/src/main/java/Mediateur/DerekBanas/README.puml
35788355b0461dd803101281559e27516fa55ea3
[]
no_license
yvanross/LOG121-GOF-exemples
c80a4d1b29f0b953e4666e100a82d4fde1923bea
7cff56d019b40901ed54b85a62d69317cf61da59
refs/heads/master
2023-05-04T07:39:48.742354
2021-05-21T13:43:50
2021-05-21T13:43:50
261,219,115
2
25
null
2021-01-25T22:44:14
2020-05-04T15:11:44
Java
UTF-8
PlantUML
false
false
698
puml
@startuml Diagramme de classe skinparam style strictuml interface Mediator { saleOffer(String stock, int shares, int collCode): void buyOffer(String stock, int shares, int collCode): void addColleague(Colleague colleague): void } abstract class Colleague { saleOffer(String stock, int shares): void buyOffer(String stock, int shares): void setCollCode(int CollegueCode): void } class StockOffer class GormanSlacks extends Colleague class JTPoorman extends Colleague class StockMediator implements Mediator StockMediator "1" --> "*" Colleague: mediate for StockMediator "1" -right-> "*" StockOffer: stockBuyOffers StockMediator "1" --> "*" StockOffer: stockSaleOffers @enduml
false
true
false
false
sequence
fe0bfe062d75b4c40c683a7dbef321e1bd7b45bf
59e8f9d430e815ba8d7b7efae85bad26cba97af3
/_stash/msa전환/1.puml
3bd4418aa667cbdd9ea55019751926fc84cf1973
[ "MIT" ]
permissive
glqdlt/glqdlt.github.io
76bc5e9b0bad9f48239bd7b1e9bef8c581fdb49e
c9579e99c5390a6c02a8d34cc808a66ad0c977dc
refs/heads/master
2022-08-27T08:49:24.914469
2022-08-05T06:45:11
2022-08-05T06:45:11
92,659,599
0
0
null
null
null
null
UTF-8
PlantUML
false
false
552
puml
@startuml package PC_GAME_A as 1{ [A_GAME_SERVER] interface A_GAME_CLIENT A_GAME_CLIENT --> A_GAME_SERVER database A_MSSQL A_MSSQL - A_GAME_SERVER } package MOBILE_GAME_B as 2{ [B_GAME_SERVER] interface B_GAME_CLIENT B_GAME_CLIENT --> B_GAME_SERVER database B_MYSQL B_MYSQL - B_GAME_SERVER } package CROSS_GAME_C{ interface C_MOBILE_GAME_CLIENT as 4 interface C_PC_GAME_CLIENT as 5 [C_GAME_SERVER] as 6 database C_ORACLE C_ORACLE - 6 4 --> 6 5 --> 6 } @enduml
false
true
false
false
sequence
88189794d1aa4924dc6b92d0e51d8e73f141da9b
0cdf4284e3a76b3f72dfc0be5c0adad0f028264a
/assets/uml/Filtering-Strategies.plantuml
15e174480f0eb8621eb0c50c519fdc6ceff825fa
[ "MIT" ]
permissive
Luke2706/08-singleton-factory-strategy-jfx
0050bdab4cd6a5d8926e62bc2e238343261751cb
3dbbf02ddabb0bc1e3bc98f457d98810ba1df812
refs/heads/master
2023-06-06T00:56:32.684103
2021-07-01T07:42:02
2021-07-01T07:42:02
379,615,436
0
0
MIT
2021-06-23T13:38:55
2021-06-23T13:38:54
null
UTF-8
PlantUML
false
false
411
plantuml
@startuml FilteringStrategies package ohm.softa.a08.filtering { interface MealsFilter { filter(meals: List<Meal>): List<Meal> } class NoFilter implements MealsFilter { } abstract class FilterBase implements MealsFilter { #include(m: Meal): boolean } class CategoryFilter extends FilterBase { } class NotesFilter extends FilterBase { } } @enduml
false
true
false
false
class
e4e52ea3cc058bb85e0d32ab32fe1ff86972f36a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ContentTooLargeError.puml
10c5135299f476bc8b64f1e4c061a8be825c4b00
[]
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
427
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 ContentTooLargeError [[ContentTooLargeError.svg]] extends ErrorObject { code: String message: String } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
class
05d12fef9231591c9cb4a6c60086814f274ea124
717f0e8cdb98d20a26d3b69d71ffac1facc83357
/Estructura/Java/Composite/src/ar/edu/ort/base/base.plantuml
97163495b22d91a6396868aa2b47b6752bd8ec08
[]
no_license
ORT-Argentina/PR2
fe32c4d732bf9aa968589d04e4c742ae645551f5
892ec336126e09bdeb114edbe8db3faa3bf32cd5
refs/heads/master
2021-07-15T05:15:59.687671
2021-05-24T23:35:51
2021-05-24T23:35:51
248,582,761
0
0
null
null
null
null
UTF-8
PlantUML
false
false
395
plantuml
@startuml title __BASE's Class Diagram__\n namespace ar.edu.ort { namespace base { interface ar.edu.ort.base.IPrecio { {abstract} + getImporteTotal() } } } 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
08f2675db3bc599941ed44ea2ef44134ffe3880c
6a61bb139d7812491255fd4cf3dbb7091afd6da6
/relasi_entity_playlist.puml
093723ca1601848a5247981f3e5d97806a3f28ba
[]
no_license
muhammad-huzaifah/database_design
10503a3ceab82251ad211f20365a53c9711f5c95
173d0db2204c80b060964ce0ab6a7df40832e2c0
refs/heads/main
2023-05-14T23:29:22.466834
2021-06-06T08:33:23
2021-06-06T08:33:23
367,209,672
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,508
puml
@startuml entity Artist{ * id : VARCHAR -- name : VARCHAR instagram : VARCHAR facebook : VARCHAR twitter : VARCHAR wikipedia : VARCHAR bio : TEXT } entity Album{ * id : VARCHAR -- * title : VARCHAR * release : VARCHAR * image : VARCHAR } entity Song{ * id : VARCHAR -- * album_id : VARCHAR * title : VARCHAR * duration : INT } entity PlaylistCategory{ * id : VARCHAR -- * name : VARCHAR * image : VARCHAR * icon : VARCHAR } entity Playlist{ * id : VARCHAR -- * name : VARCHAR description : TEXT image : VARCHAR category_id : VARCHAR *user_id : VARCHAR } entity PodcastCategory{ * id : VARCHAR -- * name : VARCHAR * image : VARCHAR * icon : VARCHAR } entity Podcast{ * id : VARCHAR -- * name : VARCHAR about : TEXT image : VARCHAR category_id : VARCHAR * user_id : VARCHAR } entity Episode{ * id : VARCHAR -- * podcast_id : VARCHAR * title : VARCHAR description : TEXT published_at : DATE duration : INT } entity User{ * id : VARCHAR -- * email : VARCHAR * name : VARCHAR birthday : DATE } entity Concert{ * id : VARCHAR -- * event_at : DATETIME * url : VARCHAR * location : VARCHAR lon : DOUBLE lat : DOUBLE } Artist }|--|{ Album Album ||--|{ Song Artist }|--|{ Song PlaylistCategory |o--|{ Playlist User ||--|{ Playlist Playlist }o--o{ Song @enduml
false
true
false
false
sequence
26302da5d68f2268d91dd9c5dee0656500756e47
8e35269d128fd6655d52ad1a378dce669ae7de3c
/diagrams/clases/cartas.puml
3d33d702ec657a1e8e98b37f87441bd4a904dd06
[ "MIT" ]
permissive
seblaz/DungeonCards
7928b572eec6efffc85db97b8007833c68f47c41
d1b99a6ac9961e234a302c451ddc2be3e56ac3cc
refs/heads/master
2023-07-29T19:19:00.737860
2021-09-05T18:03:58
2021-09-05T18:03:58
379,449,241
0
0
null
null
null
null
UTF-8
PlantUML
false
false
251
puml
@startuml interface Carta { + activar(Heroe): boolean + recibirDanio(int) + activa(): boolean } class Heroe implements Carta { + puntosDeSalud(): int + atacar(Enemigo) } class Enemigo implements Carta { + puntosDeSalud(): int } @enduml
false
true
false
false
class
7e3bf387c74339ea811516bb5e440bce8867fdd2
34bdf231372cb89efc88592d53e16cc410e54672
/ACOO/Systeme-de-caisse-enregistreuse.puml
2eb2c2a1fddf1a52dc8a002282f22220e7538cd6
[]
no_license
pinicc/LOG210-exercices
c38ca5acae589d9afd6f324ff1a59b93e1e407e1
707fc3979bc86ab43d423a17ac17d973aa62936d
refs/heads/master
2023-08-30T06:08:51.011249
2021-11-11T14:50:21
2021-11-11T14:50:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,627
puml
@startuml DCU left to right direction package system { usecase "Traiter une vente" as V usecase "Traiter les retours" as R usecase "Mise en plateau" as MP usecase "Analyse activité" as A usecase "Gérer la sécurité" as S usecase "Gérer les usager" as U } Client --> V Client --> R Caissier --> V Caissier --> R Caissier --> MP Gérant --> V Gérant --> R SystemVente --> A AdministrateurSystem --> S AdministrateurSystem --> U V --> ServiceAutorisationPaiement V --> CalculateurTaxe V --> SystemeCompatabilité MP --> SystemeRessourcesHumaines @enduml <!-- -----------------------------------> @startuml MDD title MDD avec catégorie de classe top to bottom direction class Caissier <<Role>> { identifiant: integer motDePasse:string } class Caisse <<Equipement, objet physique>> { tirroirCaisseFermer:Bool } class Plateau <<Objet physique>> { identifiant: int } class MiseEnPlateau <<Transaction>> { dateArrive: Datetime dateDepart: Datetime montant: float } Caissier -- "*" MiseEnPlateau : effectue MiseEnPlateau -- Plateau: est fait dans un MiseEnPlateau -- Caisse: est réalisé sur un @enduml <!-- -----------------------------------> @startuml DSS title: Miser en plateau skinparam style strictuml Actor ":Caissier" as C Participant ":Systeme" as S C -> S: demarrerMiseEnPlateau() C <-- S: formulaire [demande identifiant et mdp] C -> S: authentifier(identifiant:string, mdp:string) C <-- S: ouvrir tiroir caisse, demande de poser plateau C -> S: poserPlateau(identifiant: string) C <-- S: Formulaire demande montant C -> S: crediterPlateau(montant:float) C <-- S: demander de fermer le tiroir caisse C -> S: fermerTiroirCaisse() C <-- S: option menu principal ? @enduml <!-- -----------------------------------> @startuml RDCU-demarrerMiseEnPlateau skinparam style strictuml Participant "c:Caisse" as C note right of C: Controleur de facade de type équipement -> C: demarrerMiseEnPlateau() @enduml <!-- -----------------------------------> @startuml RDCU-authentifier skinparam style strictuml Participant "c:Caisse" as C Participant "MC:Map<identifiant:string, :Caissier>" as MC Participant "ca:Caissier" as CA -> C: authentifier(identifiant:string, mdp:string) C -> MC: ca = get(identifiant:string) C -> CA: caissier = authentifier(mpd:string) opt "caissier != null" note right of C: expert en information, mutateur d'attribut C->C: OuvrirTirroirCaisse() end @enduml <!-- -----------------------------------> @startuml RDCU-PoserPlateau skinparam style strictuml Participant "c:Caisse" as C Participant "mp:MiseEnPlateau" as MP Participant "MPL:Map<identifiant:string, :Plateau>" as MPL Participant "plateau:Plateau" as P -> C: PoserPlateau(identifiant: string) note right of C: Createur (PUCE), Caisse enregistre mp\nfaible couplage en passant les paramètres c et ca\nForte cohesion puisque mp est une transaction C-> MPL: plateau = get(identifiant:string) C --> MP**: create(c:Caisse, ca:Caissier,plateau:Plateau) MP -> MP: setDateArrive() @enduml <!-- -----------------------------------> @startuml RDCU-crediterPlateau skinparam style strictuml Participant "c:Caisse" as C Participant "mp:MiseEnPlateau" as MP -> C: crediterPlateau(montant:float) note right of C: exper en information, mutateur d'attribut C->MP: setMontant(montant:float) @enduml @startuml RDCU-fermerTirroirCaisse skinparam style strictuml Participant "c:Caisse" as C ->C: fermerTirroirCaisse() note right of C: expert en information, mutateur d'attribut C->C: fermetureDuTiroirCaisse() @enduml <!-- -----------------------------------> @startuml DCL title Mise en plateau class Caisse <<Equipement>> { plateaux: Map<identifiant:string, :Plateau> caissiers: Map<identifiant:string, :Caissier> demarrerMiseEnPlateau() authetifier(identifiant: string, mdp:string) poserPlateau(identifiant:string) crediterPlateau(montant:float) fermerTiroirCaisse() - fermetureDuTiroirCaisse() - OuvrirTiroirCaisse() } class Plateau <<ObjectPhysique,Contenue de TirroirCaisse>> { identificateur: String } class Caissier <<Role>> { identifiant: String motDePasse:String authentifier(identifiant:string, motDePasse:string): Caissier } class MiseEnPlateau<<Transaction>> { Montant: Double heureDebut: Datetime heureFin:DateTime - setDateArrive() setMontant(montant:float): void MiseEnPlateau(c:Caisse, ca:Caissier,p:Plateau): MiseEnPlateau } MiseEnPlateau "*" -- "1" Plateau: utilise MiseEnPlateau "*" -- "1" Caissier: est réalisé par MiseEnPlateau "*" -- "1" Caisse: s'effectue sur Caisse --> "*" Plateau Caisse --> "*" Caissier @enduml
false
true
true
false
usecase
09f524ab7b9a1922aad80c65e63903717e7b559b
824bb2d77a1387a97c0029ecfc651609e28a3c74
/rearch.plantuml
e6ce2840220bed42ad23effcb29717d24592625a
[]
no_license
burner/allspreadsheetsmustdie
d30f1fb2accb0776bb8e3e99851cd06e6c8d5b0f
ff4bcec66c645dc1bb90e554ace0d35c82d44f60
refs/heads/master
2020-05-06T12:19:37.865303
2019-05-07T13:59:20
2019-05-07T13:59:20
180,116,818
1
0
null
null
null
null
UTF-8
PlantUML
false
false
672
plantuml
@startuml package "CLIDriver PID_2" { note "The CLI interface is\nused to give commands to\nthe Compiler Process" as C } package "Compiler Process PID_1" #DDDDDD { note "Compiler Process is a daemon\nCaches result of lexing, parsing,\nvalidation, and stores dependencies\nof these results" as N class AST class IR class SymTable class CodeCompletion AST <|-- IR SymTable <|-- IR AST <|-- CodeCompletion SymTable <|-- CodeCompletion } package "Editor PID_3" { note "Your favorite editor or IDE here" as E } "CLIDriver PID_2" --> "Compiler Process PID_1" : initiate compile "Editor PID_3" --> "Compiler Process PID_1": get code completion info, etc. @enduml
false
true
false
false
sequence
8ea17a219abda6b71faadb60404f21963b1cf66d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductMoveImageToPositionAction.puml
ad7d317c81a339e460c3fd353f3fc97f23c071f7
[]
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
535
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 ProductMoveImageToPositionAction [[ProductMoveImageToPositionAction.svg]] extends ProductUpdateAction { action: String variantId: Long sku: String imageUrl: String position: Long staged: Boolean } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
c379ddab723cdd69b8fb7e76aa12d7985fdc138f
a6b1c11511e73b17e53f2c9e45d6c3fda7059bcc
/Exercise 44/docs/diagram.puml
3611b7e8d14bd36c4acc645e08a38c11a033b2ce
[]
no_license
FareedAlly/Ally-a04
ea4b39b932d973a88b3e3e5f0a9ba587ef19b76c
9c7e86ced5f08fc6eb3df4791ad6eba751d18dea
refs/heads/main
2023-08-16T04:59:35.172785
2021-10-18T03:55:41
2021-10-18T03:55:41
417,554,981
0
0
null
null
null
null
UTF-8
PlantUML
false
false
488
puml
@startuml 'https://plantuml.com/sequence-diagram class Solution41 { + void main + String input() + Inventory readJSON() + boolean output(Product search) } class Inventory { + void product(String name, double price, int quantity) + Product search(String name) } class Product { + Product(String name, double price, int quantity) + String getName() + double getPrice() + int getQuantity() } Solution41 -- Inventory Product --> Inventory @enduml
false
true
false
false
class
b19e584b0ca1c3bf2076db9f0ed7ceac09c88d3d
d10503f47377addd953c47db621947c28060f809
/Memento/uml/umlclass.puml
8261d574584557d5f422328a6051479e19b7a21e
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,313
puml
@startuml title Memento pattern class Main{ +{static}main(String[] args) :void } class Caretaker{ -textBox :String -undoStack :Stack<TextBoxMementoInterface> -canUndo() :boolean +snapshot() :void +undo() :void +getDescription() :String } class TextBox{ -text :String -caretPosition :int -selection :Selection +setText(String text) :void +getText() :String +moveCaretBy(int offset) :void +moveCaretTo(int position) :void +getCaretPosition() :int +select(Selection select) :void +getSelection() :Selection } class Selection{ -start :int -length :int +setStart() :void +getStart() :int +setLength() :void +getLength() :int +includes(int index) :boolean +{static}getEmpty() :Selection } interface TextBoxMementoInterface{ +getDescription() :String } class TextBoxMemento{ -text :String -caretPosition :int -selection :Selection +getText() :String +getCaretPosition() :int +getSelection() :Selection } class IncompatibleMementoException{ } Main -right--> Caretaker Caretaker -right---> TextBoxMementoInterface Caretaker -up-> TextBox Main -down-> TextBox Main --> Selection TextBoxMemento -left-> IncompatibleMementoException TextBoxMemento <|--up TextBoxMementoInterface @enduml
false
true
false
false
class
2fa5add3c30730e7bb94620d634d7052a83b9908
bfe606b112ea6a993190c1058edb73ebcff19bef
/uml/sequence/sc_3_details.puml
a681c410e80b52a8f4a0f5ee65124d0ea44fd146
[]
no_license
TheNoobProgrammeur/CMSDecentralise
e3bb51b69b7e0531459c7fe68674f06ea03ec771
48902012f9be75d9d871d38fd72f0c298de79cb3
refs/heads/master
2021-01-02T04:21:28.598206
2020-03-20T15:13:44
2020-03-20T15:13:44
239,487,232
0
1
null
2020-02-17T10:42:22
2020-02-10T10:41:37
null
UTF-8
PlantUML
false
false
1,090
puml
@startuml autonumber actor User activate UI User -> UI : User ask for actions note right : We use the bridge pattern UI -> Manager : get the action list create ActionListView UI -> ActionListView UI -> ActionListView : show ActionListView -> User : expose list User -> ActionListView : Select action "Add content" ActionListView -> UI : Ask for content addition UI -> Manager : Check content addition Manager -> Manager : Check add content right UI -> ActionListView !! : delete note right : A different approach create ContentKindList Manager -> ContentKindList create ContentKindListView UI -> ContentKindListView UI ->> User : show ContentKindListView User -> UI : Select a kind of content UI -> ContentKindListView !! : delete create FilesViewer UI -> FilesViewer UI -> User : show FilesViewer User -> FilesViewer : select links FilesViewer -> UI : check links UI -> Manager : check links Manager ->> UI : ok UI ->> FilesViewer : ok FilesViewer -> User : Ask confirmation User -> FilesViewer : Confirm FilesViewer -> UI : Confirm UI -> Manager : addLinks UI -> User : show links @enduml
false
true
false
false
sequence
00edef998a4896148e6a0eb0eeca18228f7ed9e7
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TimelineTreeViewGUI.puml
251032437102ef41b00aed38a85eaf241b3fc3ae
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,235
puml
@startuml class TimelineTreeViewGUI { + showingVerticalScrollBar : bool <<get>> + FrameItem(item:TreeViewItem) : void + TimelineTreeViewGUI(sequencerWindow:TimelineWindow, timeline:TimelineAsset, rect:Rect) + CalculateRowRects() : void + Reload() : void + OnGUI(rect:Rect) : void + GetRowRect(row:int) : Rect {static} AddVisibleTrackRecursive(list:List<TimelineTrackBaseGUI>, track:TimelineTrackBaseGUI) : void } class "List`1"<T> { } TimelineTreeViewGUI --> "m_Timeline" TimelineAsset TimelineTreeViewGUI --> "m_TreeView" TreeViewController TimelineTreeViewGUI --> "m_TimelineTreeView" TimelineTreeView TimelineTreeViewGUI --> "m_Window" TimelineWindow TimelineTreeViewGUI --> "m_DataSource" TimelineDataSource TimelineTreeViewGUI --> "root" TreeViewItem TimelineTreeViewGUI --> "allClipGuis<TimelineClipGUI>" "List`1" TimelineTreeViewGUI --> "allTrackGuis<TimelineTrackBaseGUI>" "List`1" TimelineTreeViewGUI --> "contentSize" Vector2 TimelineTreeViewGUI --> "scrollPosition" Vector2 TimelineTreeViewGUI --> "timelineDragging" TimelineDragging TimelineTreeViewGUI --> "gui" ITreeViewGUI TimelineTreeViewGUI --> "data" ITreeViewDataSource TimelineTreeViewGUI --> "TimelineWindow" TimelineWindow @enduml
false
true
false
false
class
f11508385c369aabd7bd0524b4e4fbff5cb1a237
673f8cd3185a09e1b295bde75ba4f11c26d933fc
/puml/lodgement.puml
135f44d4e53a36a44dea83bb004f8e8f692c7002
[]
no_license
mrpeel/priority-notices-plantuml
f306671dd4a8f4ee971494989075eedff6189c98
d82089b460395c725c6cff281319b2fd896c3e51
refs/heads/master
2021-01-01T03:36:17.619236
2016-05-20T04:24:27
2016-05-20T04:24:27
58,419,420
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,707
puml
@startuml skinparam defaultFontName Open Sans skinparam classBorderColor 0F0F0F skinparam classArrowColor 2F2F2F skinparam classArrowFontStyle bold skinparam classArrowFontSize 9 hide circle class Lodgement #EFFFEF { LodgementNumber ElectronicLodgementCase: ElectronicLodgementCase LodgedByCustomerCode LodgedDate LodgementStatus Cases: Case } class Case #EFF1FF { Dealings: Dealing } class Dealing #EFF1FF { DealingNumber DealingType DealingFolios: DealingFolio DealingStatus LodgementDate DealingStatusUpdateDate DealingFees: DealingFee Instrument: Instrument } class DealingFolio #EFF1FF { Folio AsToPart CTType ControlType ControlPartyCode } class DealingFee #EFF1FF { FeeType Quantity FeeAmount } class EncumbranceDealing #EFF1FF { EncumbranceParties: Party ServiceOfNoticeContact: Party ServiceOfNoticeAddress } class EncumbranceOnEnmcumbrance #EFF1FF { AffectedDealingNumber } class Party #EFF1FF { PartyType GivenName1 GivenName2 GivenNameOthers SurnameCompany Address ACN_ABN_ARBN OrganisationNumberType GovernmentProprietorID } class Address #EFF1FF { AddressType PropertyName1 PropertyName2 FloorType FloorNo FloorNoSuffix UnitType UnitNoFrom UnitNoFromSuffix UnitNoTo UnitNoToSuffix StreetNoFrom StreetNoFrom Suffix StreetNoTo StreetNoToSuffix StreetName1 StreetType1 StreetSuffix1 StreetName2 StreetType2 StreetSuffix2 Locality State Country PostCode PostalAddressType PostalAddressNo TextAddressLine1 TextAddressLine2 TextAddressLine3 TextAddressLine4 DXAddressNumber DXAddressLocation EmailAddress } class PriorityNotice #FFF0EF { IntendedDealings: IntendedDealing ExpiryDate } class WithdrawPriorityNotice #FFEFF8 { PriorityNoticeDealingNumber } class ExtendPriorityNotice #F8EFFF { NewExpiryDate } class IntendedDealing #FFF0EF { DealingSequence DocumentType AffectedDealingNumbers: DealingNumber AffectedLandReferences: LandReference PartiesReceiving: Party } class LandReference #FFF0EF { Folio AsToPart LandDescription SPI } Lodgement "1 " --> "1..*" Case Case "1 " --> "1..*" Dealing Dealing "1 " --> "1..*" DealingFolio Dealing "1 " --> "1..*" DealingFee WithdrawPriorityNotice --|> Dealing EncumbranceDealing -left|> Dealing EncumbranceOnEnmcumbrance --|> Dealing ExtendPriorityNotice --|> EncumbranceOnEnmcumbrance EncumbranceDealing "1 " --> "1..*" Party Party "1 " -left> "0..*" Address EncumbranceDealing "1 " --> "0..*" Address PriorityNotice --|> EncumbranceDealing PriorityNotice --> IntendedDealing IntendedDealing "1 " --> "0..*" Party IntendedDealing "1 " --> "1..*" LandReference @enduml
false
true
false
false
state
1e218ca255718b3f576e0235133e779cf09161c5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountSetValidFromAndUntilAction.puml
03aca7db4021e7465e5aae4bdd7a96f408ce5055
[]
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
515
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 CartDiscountSetValidFromAndUntilAction [[CartDiscountSetValidFromAndUntilAction.svg]] extends CartDiscountUpdateAction { action: String validFrom: DateTime validUntil: DateTime } interface CartDiscountUpdateAction [[CartDiscountUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d737a228935194285eab2ff9977dcc99ba3cc217
056f33ba47b2ce32b23f36d357146f4f2d2da707
/src/1 Internet Banking System/Single Page Application/Extended Docs/class.puml
de44998af2663d0c71841b0e2468e84879539980
[]
no_license
darielrll/c4-builder-example
c0ecbd43e91941a3218eb2c22924ef95ffe11ab2
13ed869fbe8941a59f8fefc876d781296571f162
refs/heads/master
2023-02-13T02:41:24.215200
2021-01-15T20:01:38
2021-01-15T20:01:38
329,995,794
2
0
null
null
null
null
UTF-8
PlantUML
false
false
427
puml
@startuml ' Split into 4 pages page 2x2 skinparam pageMargin 10 skinparam pageExternalColor gray skinparam pageBorderColor black class BaseClass namespace net.dummy #DDDDDD { .BaseClass <|-- Person Meeting o-- Person .BaseClass <|- Meeting } namespace net.foo { net.dummy.Person <|- Person .BaseClass <|-- Person net.dummy.Meeting o-- Person } BaseClass <|-- net.unused.Person @enduml
false
true
false
false
class
47ededafb97d93836ac934139fcb35c60e9bc0ac
9a6d6ef022ae45fa318f2628d8c462af135d3ca4
/use-cases/worldSystem(4).puml
4c4a896803cc0011fd90fa97ad08ee28b746e70f
[ "Apache-2.0" ]
permissive
DevOpsGp4/DevOps4
058b8ca6c635e312935485d93b90dc0b9d375cb5
abedc818a2d5e3cc5119b73da4b4758ce7d9d8e1
refs/heads/master
2020-12-07T12:34:52.777007
2020-02-07T11:50:12
2020-02-07T11:50:12
232,722,527
3
0
Apache-2.0
2020-07-02T01:56:03
2020-01-09T04:30:56
TSQL
UTF-8
PlantUML
false
false
708
puml
@startuml rectangle Database actor User as "stakeholder" rectangle "Population System"{ /'Define'/ (population of the world) as world (population of a continent) as continent (population of a region) as region (population of a country) as country (population of a district) as district (population of a city) as city /'Connect'/ (User) - (world) (User) - (continent) (User) - (region) (User) - (country) (User) - (district) (User) - (city) (Database) - (world) (Database) - (continent) (Database) - (region) (Database) - (country) (Database) - (district) (Database) - (city) } note top of Database : SQL database for World population Info. note top of User : The stakeholder use the several objects. @enduml
false
true
false
false
usecase
1476aecb8bf09cb273f8c5ade2b3ca59f6c214ad
6bbee52d396d1aca9dfeb24d5d4a93293e49470c
/src/test/java/com/inspiware/price/aggregator/utils/utils.plantuml
e1968094d8658a3d15895abcc795b1e7700435bf
[]
no_license
rpayal/price-aggregator
5d99dc92b87398c2f8001921e0b774eda6e4a86e
49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f
refs/heads/master
2021-09-22T01:24:42.470662
2018-09-04T06:49:54
2018-09-04T06:49:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,177
plantuml
@startuml title __UTILS's Class Diagram__\n package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.utils { class TestUtils { {static} + DATE_31_DAYS_AGO : Date {static} + DATE_30_DAYS_AGO : Date {static} + DATE_1_WEEK_AGO : Date {static} + DATE_1_DAY_AGO : Date {static} + testInstrument1 : Instrument {static} + testInstrument2 : Instrument {static} + testInstrument3 : Instrument {static} + testInstrument4 : Instrument {static} + testInstrument5 : Instrument {static} + vendor1 : Vendor {static} + vendor2 : Vendor {static} + vendor3 : Vendor {static} + testPrice1 : InstrumentPrice {static} + testPrice2 : InstrumentPrice {static} + testPrice3 : InstrumentPrice {static} + testPrice4 : InstrumentPrice {static} + testPrice5 : InstrumentPrice {static} + testPrice6 : InstrumentPrice {static} + testPrice7 : InstrumentPrice {static} + testPrice8 : InstrumentPrice {static} + testPrice9 : InstrumentPrice {static} + testPrice10 : InstrumentPrice {static} + testPrice11 : InstrumentPrice {static} + testPrice12 : InstrumentPrice {static} + testPrice13 : InstrumentPrice {static} + testPrice14 : InstrumentPrice {static} + testPrice15 : InstrumentPrice {static} + testPrice16 : InstrumentPrice {static} + testPrice17 : InstrumentPrice {static} + testPrice18 : InstrumentPrice {static} + testPrice19 : InstrumentPrice {static} + testPrice20 : InstrumentPrice {static} + testPrice21 : InstrumentPrice {static} + testPrice22 : InstrumentPrice {static} + testPrice23 : InstrumentPrice {static} + testPrice24 : InstrumentPrice {static} + getAllPrices() } } } 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
11e11d46e6f9a7dcda315ce6d7adb9aa3a9716bf
d9f1706e1ceec4875a0d362563e4a096d4aa2b4a
/diagrams/ex44.puml
dafb18c28b13b893958c7dfc1e69fc41862618e6
[]
no_license
imRielly/donnell-cop3330-assignment3
fed2d32fd704ab0922c92d5eb32cc65db20b022b
06260006ff9e8c6ec481790b532a71fd7818427c
refs/heads/main
2023-05-27T17:56:42.764897
2021-06-21T00:13:17
2021-06-21T00:13:17
378,606,815
0
0
null
null
null
null
UTF-8
PlantUML
false
false
315
puml
@startuml 'https://plantuml.com/class-diagram class App class Products App o-- Products class Products { String name double price int quantity getName() setName() getPrice() setPrice() getQuantity() setQuantity() } class App { String inputPath String output getProducts() searchForProduct() search() } @enduml
false
true
false
false
class
8600110d588c6b6a70c90174e63f8d5c373cdf68
7e9a152af89dcdaa0b093b74dc8c071b3cf1f015
/app/src/main/java/sdcn/project/ecommerce_client_original/newfile.puml
fd1cd4839ac89a7df4caf29cdc7aa0c6088f6d6e
[]
no_license
nicvi/e-commerce-client-original
4b01f727e62e47494a79ab113828478b692a6b91
5f348c16b54bfe71ca69107dbddebd6e2447c0ff
refs/heads/main
2023-07-05T20:05:37.843151
2021-08-22T03:59:39
2021-08-22T03:59:39
391,558,855
0
0
null
null
null
null
UTF-8
PlantUML
false
false
524
puml
@startuml interface Shape Shape <|-- "nuevo" Squared Shape <|-- "circular shape" Circle Shape <|-- Square :description here note on link: this is a note Shape <|-- Rectangle class Circle { - Double radius; + Double area(); } class Square { ~ Double side; Double area(); } class Squared { ~ Double side; Double area(); } class Rectangle<Double> { Double length; Double width; Double area(); } interface Shape<T> { + T area(); } note on link: this is a note @enduml
false
true
false
false
class
5fd60a07ffc3860fe0309c14664e6b7fd4421cb6
220a9488453befbd410f5f7ac830b27c87539aca
/hotelproject/uml/sequence_diagrams/cancelation_sequence_diagram.puml
21aabb1c18bd655d8e23e21f37b3a83df5ed41fe
[]
no_license
ktvcv/hotel-project
5156d9d395152a884095b8d03174a12261e6bd02
14ace34aa8f38394235dd09746c8a9582fd99e1c
refs/heads/master
2023-04-28T09:17:36.141309
2020-12-09T17:17:37
2020-12-09T17:17:37
250,385,675
0
1
null
2023-04-14T17:44:03
2020-03-26T22:28:22
Java
UTF-8
PlantUML
false
false
578
puml
@startuml autonumber actor Guest boundary ViewComponent control Controller boundary CancellationService boundary CancellationService boundary RoomRepo boundary ReservationRepo database Database Guest->ViewComponent:Input dni and code ViewComponent->Controller: accept data and request to CancellationService Controller->ReservationRepo: findReservationByCode() ReservationRepo-->Controller: update data Controller->CancellationService: cancel() CancellationService-->Controller: update data Controller->ViewComponent:Update view with result CancellationService->Rese @enduml
false
true
false
false
sequence
093d99caeac34a5dadcfecbe1774bb5d017dca38
0b328748bf9e3b89696e04f9cacb6924506a0b1c
/dia/person.puml
dd6364b6700a8800071ce86a3db2302c233d5d58
[ "MIT" ]
permissive
pwm/fsm-talk
9fdcb316ae57d20d31c847df6d0ec903c1d18031
5272057c637b339272a0fd89c690b14f50ac0fea
refs/heads/master
2021-01-19T17:41:37.703032
2017-09-13T17:01:41
2017-09-13T17:01:41
101,084,796
0
0
null
null
null
null
UTF-8
PlantUML
false
false
461
puml
@startuml skinparam state { BackgroundColor<<Start>> LightBlue } state Asleep<<Start>> state Awake state Dressed state Fed state Ready state Work state Cafe state Home Asleep -up-> Awake: Alarm Awake --> Dressed: Dress Awake --> Fed: Eat Dressed --> Ready: Eat Fed --> Ready: Dress Ready -down-> Work: GoToWork Work --> Work: Think Work -left-> Cafe: Yawn Cafe --> Work: Coffee Work --> Home: GoHome Home --> Asleep: Read Home --> Asleep: WatchTV @enduml
false
true
false
false
sequence
4388b2c2edd8b71d0eb8e3390306b1818d9c2213
aef8d511cef55b9c6954245198e818c978fa1342
/caida-nodo.plantuml
3c1150350f07e233cbb5e4fd71db4d7d144111b4
[]
no_license
aecostas/kafka-sequences
1506b092dbb5cd6c7b3264f629632e6e5794f9a3
adc059f8cd4d45636fc2b322425d5ab72571d527
refs/heads/master
2020-04-26T05:26:26.152775
2019-03-01T16:28:53
2019-03-01T16:28:53
173,334,236
0
0
null
null
null
null
UTF-8
PlantUML
false
false
989
plantuml
@startuml title Duplicated messages due errors before commit control Kafka participant Consumer1 participant Consumer2 activate Consumer1 Consumer1 -> Kafka: poll() Kafka -> Consumer1: messages 1..10 Consumer1 -> Consumer1: process 1 activate Consumer1 deactivate Consumer1 Consumer1 -> Consumer1: process 2 activate Consumer1 deactivate Consumer1 Consumer1 -> Consumer1: process 3 activate Consumer1 deactivate Consumer1 destroy Consumer1 activate Consumer2 Consumer2 -> Kafka: poll() Kafka -> Consumer2: messages 1..10 note right Received same messages end note Consumer2 -> Consumer2: process 1 activate Consumer2 deactivate Consumer2 Consumer2 -> Consumer2: process 2 activate Consumer2 deactivate Consumer2 Consumer2 -> Consumer2: process 3 activate Consumer2 deactivate Consumer2 note right Messages 1 and 2 were already processed by Consumer1 end note ... ... Consumer2 -> Consumer2: process 10 activate Consumer2 deactivate Consumer2 Consumer2 -> Kafka: commit 10 @enduml
false
true
false
false
sequence
44e52345ff5df4d2c4c13d1376d4768392de66a2
d291c98859ae61079dfb9d401fae649baa02e370
/uml/class.puml
bf08a9a86985f104aff4b93a375512908c11a140
[]
no_license
kits2/JustDo
f9c7a74732a9a08b1efed295f5d64066598653c4
5b8ac750c83a0ad14e09f99b67909699ea11bc40
refs/heads/master
2022-05-26T01:24:13.720696
2020-04-14T09:11:34
2020-04-14T09:11:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,665
puml
@startuml class Apm { -registry: Registry +rxBus: RxBus +init(Context context) +start() } Apm ..> Registry Apm ..> RxBus class Registry { -observers: HashMap<String, Observer> -plugins: HashMap<String, Plugin> +rxBus: RxBus + getObserver(observerId: String): Observer? + getPlugin(pluginId: String): Plugin? + registerObserver(observerId: String, observer: Observer): Boolean + registerPlugin(pluginId: String, plugin: Plugin): Boolean + unregisterObserver(observerId: String): Boolean + unregisterPlugin(pluginId: String): Boolean + updateObserver(observerId: String, observer: Observer): Boolean + updatePlugin(pluginId: String, plugin: Plugin): Boolean } interface Plugin { +pluginId: String +rxBus: RxBus +start() -onRegister(Context context) -onUnRegister() } interface Observer { -onRegister(Context context) -onUnRegister() +onMessage(Message message) } Observer --> Message 'Observer --> RxBus abstract class Message { +metadata: T } class RxBus { +register(object: Object) +post(object: Object) } Plugin <-down-o Registry Observer <-down-o Registry class CpuPlugin { +start() -onRegister(Context context) -onUnRegister() } class MemoryPlugin { +start() -onRegister(Context context) -onUnRegister() } class FpsPlugin { +start() -onRegister(Context context) -onUnRegister() } CpuPlugin -up-|> Plugin MemoryPlugin -up-|> Plugin FpsPlugin -up-|> Plugin class TrackerObserver { -onRegister(Context context) -onUnRegister() +onMessage(Message message) } TrackerObserver -up-|> Observer @enduml
false
true
false
false
class
52f7eb5d686d52fa676bef4b77084a6d16b4c79f
eaf17f88c6af1252d2364589f4516b860b49a07f
/SimControl.Reactive/States.puml
4ddee25053d4935276de8280baa049882b674cd6
[ "MIT" ]
permissive
SimControl/SimControl.Reactive
0a145baba52dc0ca6f653ef845dc197f153bd8a1
82e2bf1b7220f3b847b05b1633f966e463161b72
refs/heads/master
2022-02-11T05:22:55.753549
2022-01-24T17:02:25
2022-01-24T17:02:25
57,877,067
2
0
null
null
null
null
UTF-8
PlantUML
false
false
266
puml
@startuml State1 : State1 --> State2A : Call1 [IsTrueA()] / WaitAsycc() State1 --> State2B : Call1 [IsTrueB()] State2A --> State3 : Call2 State2B --> State3 : Call2 state State2B { Waiting : do / WaitAsync() [*] --> Waiting Waiting --> Ready } @enduml
false
true
true
false
sequence