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
c03419d35217afdc2a0c660305d4d1da0b9afdc3
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/consumer-service/src/main/java/com/vrush/microservices/consumer/clients/clients.plantuml
1c09f9fa8c7bf85adc22b7fb02e9f749dcc1440a
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
803
plantuml
@startuml title __CLIENTS's Class Diagram__\n namespace com.vrush.microservices.consumer { namespace clients { interface com.vrush.microservices.consumer.clients.BookingClient { {abstract} + saveBooking() {abstract} + saveRoom() } } } namespace com.vrush.microservices.consumer { namespace clients { interface com.vrush.microservices.consumer.clients.SearchingClient { {abstract} + getAvailableRooms() {abstract} + getBookings() {abstract} + getRoomById() {abstract} + getRooms() } } } 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
8ada9578ebcc2df7cfa9bb09e2d843d4a904b9c3
f7389ede7c743b8ce3d174eee24ebcab316354f6
/Diagrammer/Robo_Sumo_Battle/Communication/Sekvensdiagrammer/SPI/SPIMaster/SPIMaster_ConDestructor.plantuml
3272cfc4b7be521a0de5ce7801c12d4c36be5ae2
[]
no_license
Solvgraa-mager/E3PRJ3
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
fb507b5528417459714c00b73c75378d6465af19
refs/heads/master
2023-01-31T11:01:30.966313
2020-12-18T10:28:55
2020-12-18T10:28:55
294,479,612
0
1
null
null
null
null
UTF-8
PlantUML
false
false
498
plantuml
@startuml title SPIMaster::SPIMaster(int channel, int speed, int bufferSize) participant UC1 participant SPIMaster participant SPI participant wiringPi UC1 -> SPIMaster : SPIMaster(channel, speed, bufferSize) SPIMaster -> SPI : SPI(channel, speed, bufferSize) note over wiringPi : select SPI channel,\nclock frequenzy SPI -> wiringPi : _fd = wiringPiSPISetup(channel, 10000) SPI <-- wiringPi SPI -> SPI : _buffer_size = bufferSize\n_channel = channel; SPIMaster <-- SPI UC1 <-- SPIMaster @enduml
false
true
false
false
sequence
d256bb2f0141036c6226c193d1608912dbdd8e99
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderCustomTypeSetMessage.puml
c6632b140f4f94e2e3617d528b3a3aed9cdf93da
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,225
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 OrderCustomTypeSetMessage [[OrderCustomTypeSetMessage.svg]] extends OrderMessage { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] customFields: [[CustomFields.svg CustomFields]] previousTypeId: String } interface OrderMessage [[OrderMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
b4f76a9d8f82b4f0b9d552f5b65a1258ef47114b
dc2aac415d78c0f1248232dcbcde7e69410da64c
/UML/Get.plantuml
93f84430f3a6fd1c4e332b77614ee616d3258178
[]
no_license
Sudman1/DscClassArchitecture
bb54655037c8395caf4541c853590b0fceb05cdb
6261ab13ddee38b3e8e0675df58b15b15c80f8bd
refs/heads/main
2023-05-08T18:32:26.538633
2021-06-05T15:41:54
2021-06-05T15:41:54
373,902,009
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,760
plantuml
@startuml participant "LCM" participant "Class\nApplicationProperty " #cceecc participant "Class\nDscResourceBase" #ccccee participant "Function\nConvertFrom-StringParameter" #ccccee participant "Function\nConvertTo-StringParameter" #ccccee participant "Function\nGet-ApplicationProperty" #cceecc "LCM" -> "Class\nApplicationProperty " : ApplicationProperty.Get() activate "Class\nApplicationProperty " "Class\nApplicationProperty " -> "Class\nDscResourceBase" : ([DscResourceBase] $this).Get() activate "Class\nDscResourceBase" "Class\nDscResourceBase" -> "Function\nConvertFrom-StringParameter" : Parameter: [String] activate "Function\nConvertFrom-StringParameter" "Function\nConvertFrom-StringParameter" -> "Class\nDscResourceBase" : Return Type: [Correct Type] deactivate "Function\nConvertFrom-StringParameter" "Class\nDscResourceBase" -> "Function\nGet-ApplicationProperty" : ApplicationProperty fields as Parameters note right DscResourceBase uses $this.GetType() to determine which function name to call. end note activate "Function\nGet-ApplicationProperty" "Function\nGet-ApplicationProperty" -> "Class\nDscResourceBase" : Return Type: [Hashtable] deactivate "Function\nGet-ApplicationProperty" "Class\nDscResourceBase" -> "Function\nConvertTo-StringParameter" : Parameter: [Correct Type] activate "Function\nConvertTo-StringParameter" "Function\nConvertTo-StringParameter" -> "Class\nDscResourceBase" : Return Type: [String] deactivate "Function\nConvertTo-StringParameter" "Class\nDscResourceBase" -> "Class\nApplicationProperty " : Return Type: [ApplicationProperty] deactivate "Class\nDscResourceBase" "Class\nApplicationProperty " -> "LCM" : Return Type: [ApplicationProperty] deactivate "Class\nApplicationProperty " @enduml
false
true
false
false
sequence
1a1179297cc487a3f81408b38b75149704251399
05f878a673c8a96f43c08ed837aa204cf226be6c
/ptai-jenkins-plugin/docs/uml/plugin.puml
2f4a070515d8b185b2ce27c15830dcbe549c7c07
[]
no_license
PositiveTechnologies/ptaiPlugins
10f3e04d093a06a686c12ae12d6db35829b884b7
8ba2c863bf70e99eecb41cfaf819236c113de2c8
refs/heads/master
2022-03-16T11:39:18.085547
2022-02-09T13:53:15
2022-02-09T13:53:15
178,220,368
3
2
null
2021-09-03T07:59:44
2019-03-28T14:28:27
Java
UTF-8
PlantUML
false
false
1,029
puml
@startuml actor Jenkins activate Plugin Jenkins -> Plugin : perform() Plugin -> PluginDescriptor : doTestProjectFields() create PtaiProject Plugin -> PtaiProject : new() group Set parameters Plugin -> PtaiProject : setVerbose(verbose) Plugin -> PtaiProject : setConsoleLog(listener.logger) Plugin -> PtaiProject : setLogPrefix(consolePrefix) Plugin -> PtaiProject : setUrl(ptaiUrl) Plugin -> PtaiProject : setKeyPem(ptaiCreds.clientCertificate) Plugin -> PtaiProject : setKeyPassword(ptaiCreds.clientKey.plainText) Plugin -> PtaiProject : setCaCertsPem(ptaiCreds.serverCaCertificates) == if ScanSettingsManual == Plugin -> PtaiProject : ptaiProject.setJsonSettings(scanSettings.jsonSettings) Plugin -> PtaiProject : ptaiProject.setJsonPolicy(scanSettings.jsonPolicy == endif == Plugin -> PtaiProject : setName(ptaiProject) end group PTAI server authentication Plugin -> PtaiProject : init PtaiProject --> Plugin : ptaiToken end Plugin -> PtaiProject : searchProject() create FileCollector Plugin -> FileCollector : new() @enduml
false
true
false
false
usecase
2d9986d6b987d37daf744f9d2842c409471ef5e4
23cca51eca281664b06ebe06aa2860ba227bde27
/example/archimate.iuml
d30b53fc735bda9f7e9d0af12679398e9caacfb0
[ "MIT" ]
permissive
lciesla/PlantUml-Language-Service
4a6e8e1f61b0a275c2c1d1f906a583bd651f108b
68fdc0bef0a3e2eb8f558fe077f10ecb6f7f1dcc
refs/heads/master
2020-11-25T22:40:22.528526
2019-11-18T20:31:47
2019-11-18T20:31:47
228,876,785
1
0
MIT
2019-12-18T16:11:10
2019-12-18T16:11:09
null
UTF-8
PlantUML
false
false
2,040
iuml
@startuml sprite $bProcess jar:archimate/business-process sprite $aService jar:archimate/application-service sprite $aComponent jar:archimate/application-component rectangle #application "Digital Customer\n Intimacy Strategy" as DCIStrategy <<course-of-action>> archimate #Business "Handle claim" as HC <<business-process>> archimate #Business "Capture Information" as CI <<business-process>> archimate #Business "Notify\nAdditional Stakeholders" as NAS <<business-process>> archimate #Business "Validate" as V <<business-process>> archimate #Business "Investigate" as I <<business-process>> archimate #Business "Pay" as P <<business-process>> HC *-down- CI HC *-down- NAS HC *-down- V HC *-down- I HC *-down- P CI -right->> NAS NAS -right->> V V -right->> I I -right->> P archimate #APPLICATION "Scanning" as scanning <<application-service>> archimate #APPLICATION "Customer admnistration" as customerAdministration <<application-service>> archimate #APPLICATION "Claims admnistration" as claimsAdministration <<application-service>> archimate #APPLICATION Printing <<application-service>> archimate #APPLICATION Payment <<application-service>> scanning -up-> CI customerAdministration -up-> CI claimsAdministration -up-> NAS claimsAdministration -up-> V claimsAdministration -up-> I Payment -up-> P Printing -up-> V Printing -up-> P archimate #APPLICATION "Document\nManagement\nSystem" as DMS <<application-component>> archimate #APPLICATION "General\nCRM\nSystem" as CRM <<application-component>> archimate #APPLICATION "Home & Away\nPolicy\nAdministration" as HAPA <<application-component>> archimate #APPLICATION "Home & Away\nFinancial\nAdministration" as HFPA <<application-component>> DMS .up.|> scanning DMS .up.|> Printing CRM .up.|> customerAdministration HAPA .up.|> claimsAdministration HFPA .up.|> Payment legend left Example from the "Archisurance case study" (OpenGroup). See == <$bProcess> :business process == <$aService> : application service == <$aComponent> : appplication component endlegend @enduml
false
true
false
false
uml-unknown
4b1a8a1fb0c750b0032a8692c73b9dab25902675
5138fad4e257ab5c3b993e68417ca6be13556288
/docs/diagrams/StorageManagerClassDiagram.puml
1d4ca010e788499711cb9413ccc3f904935d09a7
[ "MIT" ]
permissive
AY1920S1-CS2103T-F12-1/main
457cd126da3c5cbf5e359bd77dde16f8cc8d6b16
412b4db6d387659ea88bc2d028ffceed962742ac
refs/heads/master
2020-07-27T22:03:25.658633
2019-11-11T15:24:34
2019-11-11T15:24:34
209,227,517
4
5
NOASSERTION
2019-11-11T15:24:35
2019-09-18T05:46:12
Java
UTF-8
PlantUML
false
false
766
puml
@startuml ' Style hide empty members skinparam classAttributeIconSize 0 skinparam genericDisplay old skinparam packageStyle rectangle skinparam lineType ortho skinparam shadowing false package Logic { class StorageManager implements ModelDataListener { - modelManager : ModelManager - eventsFile : Path - tasksFile : Path + load() + onModelDataChange(data : ModelData) + setEventsFile(path : Path) + setTasksFile(path : Path) } } package Model { interface ModelDataListener { + onModelDataChange(data : ModelData) } class ModelManager { + setModelData(data : ModelData) } class ModelData } StorageManager o--"1" ModelManager StorageManager ..> ModelData @enduml
false
true
false
false
class
8b9ca76eeb8c356166585b238707bc30c341f5a9
7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01
/src/com/cjj/designpattern/creator/Singleton/SingletonClassGraph.puml
9eb92746d2a6f9e1936c411e5734b72057c971fc
[]
no_license
vuquangtin/DesignPattern-1
3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a
47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d
refs/heads/master
2021-10-09T20:10:01.009239
2019-01-03T01:33:51
2019-01-03T01:33:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
108
puml
@startuml class Singleton{ private Singleton singleton private Singleton() public getInstance() } @enduml
false
true
false
false
class
2fbf7149b1f96d66a34be6b69347e3508e71ea73
b1b640fb62ffdb62374eb262583a8158ce63bc4d
/Test.puml
d4e855d355a05a801a07dbbfd24bb0ca9e944acb
[]
no_license
apple2apple/puml
1019dfe0be78a52a0f94a0bfe3c0c29008c6d65c
50e435945b6d55215a8a8cfefdcd54626f43dad2
refs/heads/master
2021-01-09T05:40:53.555757
2017-02-03T08:20:03
2017-02-03T08:20:03
80,809,650
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,386
puml
@startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml @startuml a -> b: test A -> B: Authentication Request B --> A: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml @startuml Client -> AuthServer: authorize (login(some identifier),\npassword(optional),client_id,\n aud, scope(optional)) AuthServer -> AuthServer: defineAuthProvider AuthServer -> AuthProvider: checkCredentials AuthServer <- AuthProvider: checkCredentials AuthServer -> AuthServer: checkAuds alt authProvider provides authCode Client <-- AuthProvider: authCode(email, sms, etc.) else authServer providers authCode AuthServer -> AuthServer: createAuthEntry Client <-- AuthServer: authCode end Client -> RP: authorize(authCode) AuthServer <- RP : (authCode, client_id, client_secret, grant_type, response_type) alt authProvider provides authCode AuthServer -> AuthProvider: checkAuthCode AuthServer <-- AuthProvider: checkAuthCodeResult AuthServer -> AuthServer: createAuthEntry else authServer providers authCode AuthServer -> AuthServer: checkAuthCode end AuthServer -> AuthServer: checkRPcredentials AuthServer -> AuthServer: createTokens AuthServer --> RP: tokens (idToken, token, refreshToken) @enduml
false
true
false
false
sequence
f8fab095ffa3b8d405aab9ca452321af5f59e391
0a24480904f947d89f11ccd979365b6a504b985e
/asciidocs/plantuml/ucd.puml
6d6a1b6ccbb32cfe9373866a4fe2a768194795f3
[]
no_license
2122-5ahif-nvs/02-microproject-rieserfelix
eb55ec9339b31f0a60fe257f5543a7b85d1bed12
88df352d1ffea2994bdc5c5055f20fc0f7127a79
refs/heads/master
2023-08-25T05:38:42.549554
2021-10-12T19:26:01
2021-10-12T19:26:01
413,877,099
0
0
null
null
null
null
UTF-8
PlantUML
false
false
245
puml
@startuml left to right direction actor Customer rectangle Jeweler { usecase "Buys Jewelery" as UC1 usecase "See Invoice" as UC2 usecase "Display all available jeweleries" as UC3 Customer -- UC1 Customer -- UC2 Customer -- UC3 @enduml
false
true
false
false
usecase
3d688b55428b6e6068601371f8ff85096d9d2e0c
bdd433c3af2f10384f0a4fb06a6354b51a70750e
/plantuml/C4/includes/Controllers/CoursesController.puml
4ccbc1a3efccc1608dea9867d18d4009920af1da
[]
no_license
I4PRJ4/I4PRJ4-plantuml
d6188b60011e5a5f6f3cf7853393cba43996dfbf
2b528f0a911917d5ee61a6d0051d46ea59282c5a
refs/heads/master
2023-05-14T13:43:29.403199
2021-06-03T10:33:59
2021-06-03T10:33:59
348,710,373
0
0
null
null
null
null
UTF-8
PlantUML
false
false
743
puml
@startuml class CoursesController { + CoursesController(courseRepository:ICourseRepository, degreeRepository:IDegreeRepository) + Index(DegreeId:int?) : IActionResult + Redirect(CourseId:int?, submit:string?) : IActionResult + <<async>> Create(DegreeId:int?) : Task<IActionResult> + <<async>> Create(course:Course) : Task<IActionResult> + <<async>> Edit(id:int?) : Task<IActionResult> + <<async>> Edit(id:int, course:Course) : Task<IActionResult> + <<async>> Delete(id:int?) : Task<IActionResult> + <<async>> DeleteConfirmed(id:int) : Task<IActionResult> } CourseRepository <-- CoursesController DegreeRepository <-- CoursesController Course <-- CoursesController DegreeCourse <-- CoursesController @enduml
false
true
false
false
class
ad658a820e03fc897779aa8dfb5b9eaf6b54a0b5
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/top-packages.puml
2f91c46035b3f855b31a1708f34dfb665b02ebab
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
2,439
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 package org.orekit #ECEBD8 { package attitudes #DDEBD8 { } package bodies #DDEBD8 { } package data #DDEBD8 { } package errors #DDEBD8 { } package files #DDEBD8 { } package forces #DDEBD8 { } package frames #DDEBD8 { } package gnss #DDEBD8 { } package orbits #DDEBD8 { } package propagation #DDEBD8 { } package estimation #DDEBD8 { } package time #DDEBD8 { } package utils #DDEBD8 { } package models #DDEBD8 { } estimation --> propagation propagation --> attitudes propagation --> forces forces --> bodies propagation --> orbits orbits --> frames attitudes --> time orbits --> time frames --> time bodies --> time bodies --> data models --> bodies models --> data gnss --> attitudes gnss --> data frames --> data time -right-> data frames --> utils orbits --> utils note as N1 for clarity, some relations are not shown, almost every packages use utils and time end note } @enduml
false
true
false
false
uml-unknown
f6872db06a506d6f6e01af289570bdd19dbbd8dc
060a936106caf4ce6c468cd0226d65e9d9c15abb
/docs/sequence.puml
0056b5428df58d27310119f48a10528e48a90f26
[]
no_license
shev-pro/mpi-word-count
e47db1afa50d10ce5c61da190b887d09d60c08a1
cf9a4feb8e3c1273e76f2725f9ad305895d7c3c5
refs/heads/master
2022-11-15T17:32:33.934884
2020-07-07T19:34:06
2020-07-07T19:34:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
461
puml
@startuml autonumber "<b>[00]" participant Master as m participant Worker as w m->m : files = list_directory() m->m: file_groups[] = split_files_equally(files) par m->m: mine_res = worker_process_files(file_groups[0]) else w->w: worker_res = worker_process_files(file_groups[i>0]) end m->w: worker_res = pull_frequency_results() w-->m: push_frequency_results(worker_res) m->m: res = merge_locally(mine_res, worker_res) m->m: dump_csv(res) @enduml
false
true
false
false
sequence
9cd2ded56eaa743048ccb5c8806cc81b66133a91
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/FlyWeight/uml/FlyWeight.puml
37843a2890e6f7cc7ca79d8ddb67d0ca0fa19c25
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
218
puml
@startuml class FlyWeightFactory{ +GetFlyWeight(int key):FkyWeight } abstract FlyWeight{ +Operation() } FlyWeightFactory o-> FlyWeight UnsharedConcreteFlyweight-up--|>FlyWeight ConcreteFlyweight-up--|>FlyWeight @enduml
false
true
false
false
class
2c8da27e2e4548a6586b01cddf9a96c8a2640dc2
94ea2b59cf94f1b10378e5205d9fd6348eaac61d
/docs/uml/class_diagram/general.plantuml
4e3298e7b9b1b1bac0ed7b4dd6d28e06d970df2b
[]
no_license
vltmn/qdio
80807206c2d959c7b610152c5fee458fab414c87
25b04fec1236d7ed93e6b859ee62fc4717aac7c3
refs/heads/master
2022-11-19T04:21:55.713787
2020-07-13T17:51:56
2020-07-13T17:51:56
279,373,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
351
plantuml
@startuml package communication package information package model package playback package room package view room --> information room --> model room --> communication room --> playback communication -> model information -> model playback -> model playback .> information view ..> room view ..> playback view ..> information view ..> model @enduml
false
true
false
false
class
9612809bd860a6595871745b8b7401ebde11702c
8156b0829eb46f2d71a42649f8bdca826ccda5b3
/map.puml
770c6ad5673f24dc6e7000d9753ff88347b1edcb
[]
no_license
zackrosfjord/recipes
2ad5479208b9d104d7a026cc17463b99aea2b19b
b43d1cb0ebaf3b6d1ffd965323853eff408f2069
refs/heads/master
2022-04-25T12:09:27.348926
2020-04-28T01:04:58
2020-04-28T01:04:58
259,381,728
0
0
null
null
null
null
UTF-8
PlantUML
false
false
667
puml
@startuml entity Recipe { description String, prepTime Integer, cookTime Integer, servings Integer, source String, url String, directions String, difficulty Difficulty, image Byte[] } entity Category { departmentName String required } entity Ingredient { description String, amount BigDecimal } entity UnitOfMeasure { uom String } entity Notes { notes String } enum Difficulty { EASY, MODERATE, HARD } Recipe "1" <--> "1" Notes Recipe "1" ---> "*" Ingredient Ingredient "*" ---> "1" Recipe Recipe "*" ---> "*" Category Category "*" ---> "*" Recipe Recipe ---> Difficulty Ingredient "1" <--> "1" UnitOfMeasure @enduml
false
true
false
false
sequence
4ccc630a6e978741d464d2669161bb29e8d71e9f
0df23b543bb66bb6e1c0286cdbc8cbd7eff21a04
/2A/complement_info/img/uml_src/class_diagram_poo_file_format.puml
e807cddcd6496a8eb343e44cf3b5cc50c676a01b
[]
no_license
HealerMikado/Cours-Ensai-Informatique
6994c2cba04ebb9ac8d825247672eb3fdfe7c56c
5574d68ca72037588bded43343bc4fe125101318
refs/heads/master
2023-01-12T19:41:38.953966
2020-09-07T12:30:08
2020-09-07T12:30:08
193,241,863
2
2
null
2023-01-06T11:33:02
2019-06-22T14:17:22
HTML
UTF-8
PlantUML
false
false
1,529
puml
@startuml scale 2 abstract class Source << abstract >> { String name Date start_collect Date end_collect String input_file common_process() {abstract} custom_process() process() } abstract class Survey { {abstract} custom_process() } abstract class Census { {abstract} custom_process() } abstract class Webscrapping { {abstract} custom_process() } abstract class AdministrativeFile { {abstract} custom_process() } class SurveyCSV { custom_process() } class CensusCSV { custom_process() } class WebscrappingCSV { custom_process() } class AdministrativeFileCSV { custom_process() } class SurveyXML { custom_process() } class CensusXML { custom_process() } class WebscrappingXML { custom_process() } class AdministrativeFileXML { custom_process() } class SurveyJSON { custom_process() } class CensusJSON { custom_process() } class WebscrappingJSON { custom_process() } class AdministrativeFileJSON { custom_process() } Source <|-- Survey Source <|-- Census Source <|-right- Webscrapping Source <|-left- AdministrativeFile Survey <|-- SurveyCSV Survey <|-- SurveyXML Survey <|-- SurveyJSON Census <|-- CensusCSV Census <|-- CensusXML Census <|-- CensusJSON Webscrapping <|-up- WebscrappingCSV Webscrapping <|-up- WebscrappingXML Webscrapping <|-up- WebscrappingJSON AdministrativeFile <|-up- AdministrativeFileCSV AdministrativeFile <|-up- AdministrativeFileXML AdministrativeFile <|-up- AdministrativeFileJSON @enduml
false
true
false
false
class
5dd3a592dc3c570d6c78926842f8667a87fa643c
0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3
/documentView/basic/docs/diagrams/src/arquitectura.plantuml
35946bc7e583cb0edf1727ffcbaac2ccb28d5b00
[]
no_license
pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql
04de19c29176c4b830dbae751dc4746d2de86f2e
2b5f9bf273c67eedff96189b6b3c5680c8b10958
refs/heads/master
2023-06-10T13:09:55.875570
2021-06-29T15:16:23
2021-06-29T15:16:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
761
plantuml
@startuml arquitectura package usantatecla.mastermind #DDDDDD { } usantatecla.mastermind .down.> usantatecla.mastermind.views usantatecla.mastermind .down.> usantatecla.mastermind.models package usantatecla.mastermind.models #DDDDDD { } usantatecla.mastermind.models .down.> usantatecla.mastermind.types package usantatecla.mastermind.types #DDDDDD { } package java.util{ } usantatecla.mastermind.models .down.> java.util package usantatecla.utils #DDDDDD { } package java.io{ } usantatecla.utils .down.> java.io package usantatecla.mastermind.views #DDDDDD { } usantatecla.mastermind.views .down.> usantatecla.mastermind.models usantatecla.mastermind.views .down.> usantatecla.mastermind.types usantatecla.mastermind.views .down.> usantatecla.utils @enduml
false
true
false
false
uml-unknown
9a5c06375ba64d90eec92c3e6c2b9ad523071984
e47dccc69e1ebe7c2a3872fd043ab149ff350680
/TAPWinSDK/docs/VersionNumber.puml
3b051b3b8199e4e1d8924f2ff075ed05f31987e2
[]
no_license
boultoa/tap-standalonewin-sdk
038a86347b2f5500c14664a44f129c9884a5bc53
f6fda5e1412295fc3950cc07837491fd72d302a7
refs/heads/master
2020-12-21T06:52:08.540146
2020-01-29T00:38:34
2020-01-29T00:38:34
236,345,785
0
0
null
2020-01-26T17:10:13
2020-01-26T17:10:12
null
UTF-8
PlantUML
false
false
42
puml
@startuml class VersionNumber { } @enduml
false
true
false
false
class
c1a16d0402385bd17224a348f90a57527e63d8d3
f307970b839abfefbcd59b5aec6d5f871a961f72
/src/main/java/com/slas/util/util.plantuml
317051886ba0d425e484adca173ce164d7658e2a
[]
no_license
atanuroy911/SLAS_WEB
f27cd49c8dee735432c9521b77e21db14c1a27b4
d6dcf31ec7a1d6bc592afdd3bfa6d3841ab21d5e
refs/heads/main
2023-03-05T06:24:00.145938
2021-02-20T00:08:03
2021-02-20T00:08:03
335,622,112
0
0
null
null
null
null
UTF-8
PlantUML
false
false
577
plantuml
@startuml title __UTIL's Class Diagram__\n namespace java{ namespace com.slas { namespace util { class com.slas.util.MD5Util { {static} - salt : String {static} + formPassToDBPass() {static} + inputPassToDbPass() {static} + inputPassToFormPass() {static} + md5() } } } } 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
a2f97b4f4d3397958584bc022710427b777dcc69
e49018e572ae0d9850574a967d2ea7bf42244651
/uml/code.puml
486890bcc3d1f656f923c80c860f2a410753a353
[]
no_license
Guararapes/desafio_qa
b446a78c7aa1b99a5d3d21bb1ef276e4c1619d5d
5fe32ddd5e005159fb842dcaa31341053d8139d1
refs/heads/master
2023-01-29T09:21:49.973808
2020-12-09T14:19:42
2020-12-09T14:19:42
306,604,953
0
2
null
2020-12-09T14:19:43
2020-10-23T10:37:06
JavaScript
UTF-8
PlantUML
false
false
235
puml
@startuml code class Material { List<Material> materiais Estoque estoque } class Ordem { Material material } class Estoque { Material material } Material *-- Material Material *-- Ordem Material *-- Estoque @enduml
false
true
false
false
class
527fe826f4040ff3485909b8c4baf2526d76f171
0f2ccd0a689a3633eead0d7b8f118c1a4ca81aea
/Behavioral/ChainOfResponsibility/doc/chain_of_responsibility.plantuml
58f33849e237d67d57f5b37ea34c2f5eb657d0fc
[ "Apache-2.0" ]
permissive
symnoureddine/design-patterns
d6eca7edeb131e7f506900b517050c4f975482aa
b8f088e877d4739527b41aeb6e0c80ac9d29b398
refs/heads/master
2020-09-10T18:30:44.513673
2019-11-02T22:33:20
2019-11-02T22:33:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
731
plantuml
@startuml class Parcel << Request >> { +weight : float +distance : int +__construct(weight : float, distance : int) } abstract class MailTransport << Handler >> { -successor : MailTransport +setSuccessor(successor: MailTransport) +deliver(parcel: Parcel) : string } class AirMail << Concrete Handler >> { +deliver(parcel: Parcel) : string } class RailwayMail << Concrete Handler >> { +deliver(parcel: Parcel) : string } class TruckMail << Concrete Handler >> { +deliver(parcel: Parcel) : string } AirMail -up-|> MailTransport RailwayMail -up-|> MailTransport TruckMail -up-|> MailTransport MailTransport .right.> Parcel: deliver right footer © Vlad Riabchenko <contact@vria.eu> @enduml
false
true
true
false
class
8c85f585db45f87af3d1756cf2c154c00afe4783
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/session/ServerSession.puml
1fdac541bf3ca5995b2828052d56bdc8ac1d3ae9
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
389
puml
@startuml class ServerSession { [[ServerSession.html]] -id: Integer -serverIp: InetAddress -serverName: String -updated: Date +ServerSession(Integer, InetAddress, String) +getServerIp(): InetAddress +getServerName(): String +getId(): Integer +update(): void +getLastUpdate(): Date } @enduml
false
true
false
false
class
705e3c271c5b685c243318bb3d8141fe04a6f865
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/Solution/Control/Logical.puml
0b9d6d52947779a081aed33fa93d239665158971
[]
no_license
CAADE/edgeville
fd0053d749c259029ef4c7791210663ace87be21
6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65
refs/heads/master
2020-03-28T06:11:31.554585
2019-05-02T17:37:03
2019-05-02T17:37:03
147,819,682
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,319
puml
@startuml package "Cloud" #ffffcc { } package "Physical" #ffffcc { } package "Control" as C #lightgray { interface "Control" package "Edgeville Agent" as EA { } package "Edgeville Manager" as EM { } package "Data Coordinator" as DC #lightblue { rectangle "Data Exchange" as DE #white { } rectangle "Data Movement" as DM #white { } rectangle "Application Movement" as AM #white { } rectangle "Meta-data Management" as MDM #white { } } package "Security" as S #lightgreen { rectangle Detection #white { } rectangle Ecryption #white { } rectangle Identity #white { } rectangle Remediation #white { } rectangle Trust #white { } } package "Telemetry" as T #plum { rectangle Aggregator #white { } rectangle Producer #white { } rectangle Bus #white { } rectangle Subscriber #white { } Producer --> Bus Subscriber --> Bus Aggregator <--> Bus } EM --> S EA --> S EM --> DC EA --> DC EM --> T EA --> T CLI ()-- "Control" REST ()-- "Control" Web ()-- "Control" "Control" --> EA : implemented by "Control" ..> EM : implemented by } Cloud -> C C --> Physical @enduml
false
true
false
false
sequence
60f3001033e1a383e8f61eff7c41a62ae1a0a325
cdeb93c3c2855547cfcac3022f878f590079f3e4
/diagrama-classe.plantuml
491b2dd8973c3a9969dc6140b66434c9afbbf047
[]
no_license
merciof/seborural-angular-frontend
2aad60d3668ac617cbfc1ddd8e34c5d191f80d1a
414162ee6ab318f4db3fa64a628e98a9e51c066d
refs/heads/master
2023-01-09T06:02:59.505374
2021-07-31T17:17:09
2021-07-31T17:17:09
172,585,794
4
0
null
2023-01-07T07:16:10
2019-02-25T21:13:26
TypeScript
UTF-8
PlantUML
false
false
1,141
plantuml
@startuml title Classes - Class Diagram class Dwelling { +Int Windows +void Lock() } class Livro { -String titulo -String autor -String descricao -String urlFoto -String periodo -String disciplina -String preco -Date dataCriacaoAnuncio + List<Livrvo> listarLivrvos() + Livro listarLivroPorCurso(Long id) + Livro listarLivroPorEstudante(Long id) } class Usuário { - String username - String senha - String chaveDeVerificacao - Boolean isEmailVerified } class Curso { - String nome } class ControladorCurso { + List<Curso> index(Integer max) + Curso show(Long id) + Curso getCursoByNome(Curso curso) + Curso save(Curso curso) + Curso update(Curso curso) + void delete(Long id) } class ServicoCurso { + Curso buscarPorId(Serializable id) + Long contar() + List<Curso> listar(Map args) + void salvar(Curso curso) + Curso remover(Serializable id) } class Gênero { - String nome } class Estudante { - Strin gnome - String email } ControladorCurso -> ServicoCurso Livro -> Curso Livro -> Estudante Usuário <|-- Estudante @enduml
false
true
true
false
class
25c5f0540028b388818227ea5a89853bc3a5a867
22cec042bc4e600f2a42ff974cb1a958daf6cb39
/docs/flow.puml
d326bba33f7a0eac0190b4f2c4e2507ea8e0ef10
[]
no_license
dal3006/edat
86d9a39b9218a57eaf989eddf614c01fa2401585
29468da54de6c9167e869e5fe6901aa7a667150c
refs/heads/main
2023-04-02T16:17:09.792206
2021-03-01T00:26:01
2021-03-01T00:26:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,765
puml
@startuml actor User participant API database DB collections FS participant Celery ||| User -> API: Uploads .csv file API -> FS: Save .csv file into temp directory API --> User: Return temp file ID ... User -> API: Temp file ID API -> FS: Read temp file using standart csv_sniffer User -> API: CSV Dialect API -> FS: Re-read temp file User -> API: Temp file ID and correct dataset fieldtypes API -> FS: Re-read temp file API --> User: Return re-parsed header specification and temp ID ... FS --> API: Bytes file content API -> DB: Create Dataset model DB --> API: Newly created model API -> DB: Create CsvDialect model DB --> API: Newly created model ||| loop each column API -> DB: Create Column model DB --> API: Newly created model ||| end API -> FS: Copy source file to '/media' directory API -> FS: Remove temp directory API --> User: Return Dataset DTO ... User -> API: Dataset ID API -> DB: Get Dataset model DB --> API: Dataset model API --> FS: Read dataset file API -> User: Dataset information, dialect and parsed dataset rows ||| User -> API: POST Plot parameters API -> DB: Get Dataset object API -> DB: Get Plot object by its hash digest alt Plot hash found ||| API -> User: Return 'Content-Location' header with the route to plot image ||| else Plot hash not found API -> Celery: Assign 'render_plot' task Celery -> API: return Celery task ID API -> DB: Update Plot object with recieved Celery task ID API -> User: Return Celery task ID ||| end ... Celery --> FS: Read dataset file ... Celery --> FS: save plot image Celery --> DB: rendered plot image path ... User -> API: Plot render task ID API -> Celery: Check task state by ID alt task ready ||| API -> User: Plot image path else API -> User: Result not ready ||| end ||| @enduml
false
true
false
false
sequence
9345319777ae52cdcedacfd3df0bd250a1364e97
9d7c8260b9d6c4217c0ec446d023abe0102e2b6f
/diagrams/k8s-auth.puml
c9754551c27e72dbf64a6a74668bba52ca88bc77
[ "MIT" ]
permissive
greenstevester/k8s-diagrams
c779ad9a909c816e86a6959ec7902ca46a3681a4
8c62b3618809988bd5218f4ea2b1506db00f2e7d
refs/heads/master
2023-08-21T16:38:52.324768
2021-09-13T12:11:59
2021-09-13T12:11:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,269
puml
@startuml !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0 !includeurl ICONURL/common.puml !includeurl ICONURL/font-awesome/laptop.puml !includeurl ICONURL/font-awesome/key.puml !define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master !includeurl CLOUDOGUURL/dogus/cloudogu.puml !includeurl CLOUDOGUURL/tools/k8s.puml !define CLOUDOGU_BLUE #23a3dd ' Remove this line for transparent background skinparam backgroundColor WHITE title <color:blue><$k8s></color> **Authentication and Authorization** <color:blue><$k8s></color>\n rectangle "<color:BLUE><$k8s></color>\nKubernetes API Server" as k8s rectangle "Role Based Access Control (RBAC)" as RBAC rectangle "<$laptop>\nUser" as user rectangle "<$key>\nIdentity Provider" as ID user -> k8s : 1: Pass Credentials k8s <-> ID : 2: Verify Identity k8s <--> RBAC : 3: Check Authorization k8s -> user : 4: Allow/deny legend <color:#23a3dd><$cloudogu></color> [[https://cloudogu.com cloudogu.com]] end legend skinparam arrow { Color CLOUDOGU_BLUE } skinparam rectangle { BackgroundColor WHITE BorderColor CLOUDOGU_BLUE FontColor BLACK } skinparam legend { BackgroundColor WHITE BorderColor #16688d } @enduml
false
true
false
false
sequence
3bffcf205e131162ea2f90fc2e2a6571d1a269e9
981bf6a7ce9a0a7a45f3af8ac26a9f8b9fc26b70
/source/mybatis-3-3.4.x/src/main/java/org/apache/ibatis/executor/resultset/handleRowValuesForSimpleResultMap.puml
e1f5525f494f2838d80a570e9ab33c4f28364152
[]
no_license
litter-fish/ReadSource
f0dab8c757b5647c1b2c4b4b9edb4d45502cb6bc
fa93b54e203bc5e630d89bae0f6ad175d39fe71f
refs/heads/master
2022-12-20T17:17:08.081908
2020-01-20T14:09:06
2020-01-20T14:09:06
227,380,506
1
2
null
2022-12-10T05:39:57
2019-12-11T14:07:11
Java
UTF-8
PlantUML
false
false
2,094
puml
@startuml DefaultResultSetHandler -> DefaultResultSetHandler: 1 handleResultSets activate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 2 handleResultSet activate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 3 handleRowValues activate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4 handleRowValuesForSimpleResultMap activate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.1 resolveDiscriminatedResultMap activate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: ResultMap deactivate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.2 getRowValue activate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.2.1 createResultObject activate DefaultResultSetHandler DefaultResultSetHandler -> JavassistProxyFactory: 4.2.1.1 createProxy activate JavassistProxyFactory DefaultResultSetHandler <-- JavassistProxyFactory: createProxy deactivate JavassistProxyFactory deactivate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.2.2 applyAutomaticMappings activate DefaultResultSetHandler deactivate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.2.3 applyPropertyMappings activate DefaultResultSetHandler deactivate DefaultResultSetHandler DefaultResultSetHandler -> DefaultResultSetHandler: 4.2.4 storeObject activate DefaultResultSetHandler deactivate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: getRowValue deactivate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: handleRowValuesForSimpleResultMap deactivate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: handleRowValues deactivate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: handleResultSet deactivate DefaultResultSetHandler DefaultResultSetHandler <-- DefaultResultSetHandler: handleResultSets deactivate DefaultResultSetHandler @enduml
false
true
false
false
sequence
573bb90e9d1b367629237317185119449ff77c96
f11735f024857e7191d32e9ccf603a567c6390ef
/Model/Master.puml
a6f4f6bea77e90a6160bd6f1047d21437fe0cc7d
[]
no_license
Protoke/AuPetitCraft
cf6776291e4722ba9cc81e6c55e22aa81ea4784d
1bb0bbcdae40776fc9824dad41ca6e078c84bdb1
refs/heads/master
2021-01-11T23:55:56.781893
2017-06-29T13:40:15
2017-06-29T13:40:15
78,649,229
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,482
puml
@startuml package Model{ class World class Chunk abstract Block abstract Translucent abstract Orientable abstract Powerable abstract Interactable abstract CollideCombinable abstract RenderCombinable abstract Strikeable abstract Destroyable abstract StateUpdate abstract StandartBlock Block <|-- Translucent Block <|-- Orientable Block <|-- Powerable Block <|-- Interactable Block <|-- CollideCombine Block <|-- RenderCombinable Block <|-- Strikeable Block <|-- Destroyable Block <|-- StateUpdate StandartBlock --|> StateUpdate StandartBlock --|> Destroyable StandartBlock --|> Strikeable StandartBlock --|> RenderCombinable StandartBlock --|> CollideCombinable class Stone class Cobblestone Stone --|> StandartBlock Cobblestone --|> StandartBlock abstract Entity class EntityMinecart class EntityThrowable class EntityFX class EntityWeatherEffect class EntityHanging class EntityLivingBase class EntityPlayer { getPosition() } class EntityLiving class EntityAmbiantCreature class EntityFlying class EntityCreature class EntityMob class EntityWaterMob class EntityGolem class EntityAgeable class EntityAnimal class EntityTameable EntityMinecart --|> Entity EntityThrowable --|> Entity EntityFX --|> Entity EntityWeatherEffect --|> Entity EntityHanging --|> Entity EntityLivingBase --|> Entity EntityPlayer --|> EntityLivingBase EntityLiving --|> EntityLivingBase EntityAmbiantCreature --|> EntityLiving EntityFlying --|> EntityLiving EntityCreature --|> EntityLiving EntityMob --|> EntityCreature EntityWaterMob --|> EntityCreature EntityGolem --|> EntityCreature EntityAgeable --|> EntityCreature EntityAnimal --|> EntityAgeable EntityTameable --|> EntityAnimal class Position class Inventory class AbstractPhysics EntityPlayer --> Position EntityPlayer --> Inventory Entity --> AbstractPhysics WaterMobPhysics --|> AbstractPhysics LandMobPhysics --|> AbstractPhysics AerialMobPhysics --|> AbstractPhysics World o--> "0..*" Chunk Chunk o--> "0..*" Block } package Controller{ class Minecraft{ runGameLoop() runTick() } } package View{ class EntityRenderer{ updateCameraAndRender() } class WorldRender } @enduml
false
true
false
false
sequence
b3b172d9b3b24a6546da07e638949ebacd6b61e5
e7aab27dc3b56328c92d783d7fa8fce12d8ac544
/kapitler/media/uml-class-merknad.puml
48153cfe4192889829cf45975c95b1c65f8e270b
[]
no_license
petterreinholdtsen/noark5-tjenestegrensesnitt-standard
855019a61c8679a8119549e2824fa32ecc669e66
4673ba7134d83a6992bba6f9036c521c7ae1897f
refs/heads/master
2023-06-11T12:08:52.134764
2023-03-05T11:05:21
2023-03-05T11:05:21
160,586,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
648
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.Merknad { +systemID : SystemID [0..1] +merknadstekst : string +merknadstype : Merknadstype [0..1] +merknadsdato : datetime +merknadRegistrertAv : string [0..1] +referanseMerknadRegistrertAv : SystemID [0..1] } class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> { } Arkivstruktur.Dokumentbeskrivelse *-- "merknad 0..*" Arkivstruktur.Merknad class Arkivstruktur.Mappe <Arkivenhet> { } Arkivstruktur.Mappe *-- "merknad 0..*" Arkivstruktur.Merknad class Arkivstruktur.Registrering <Arkivenhet> { } Arkivstruktur.Registrering *-- "merknad 0..*" Arkivstruktur.Merknad @enduml
false
true
false
false
class
863a8a61ed5c15cd1fc8a4a220d6fc012594cd93
e83705b7186b3037f77bbf515a5e90111345b5e4
/doc/the-problem-1.puml
93e1255f5ea65bcdd802972e8d0496a9f7bc1c54
[]
no_license
daniele-pecora/http-over-jms-proxy
f90109aa5644879bae8564ad9fa66bbccb674d20
09d4195bfd1cc3a40be80ca845a7a0255affaa0f
refs/heads/master
2023-02-21T17:23:12.433105
2020-10-31T21:02:45
2021-01-27T21:46:32
308,965,563
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,128
puml
@startuml !include <tupadr3/common> !include <office/Servers/database_server> !include <office/Servers/application_server> !include <office/Concepts/firewall_orange> !include <office/Clouds/cloud_disaster_red> !include <tupadr3/font-awesome/server> !define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014 !includeurl ICONURL/Concepts/globe_internet.puml skinparam ArrowThickness 4 skinparam roundcorner 20 skinparam BoxPadding 10 title Common internet/DMZ problem cloud "Internet browser" <<$globe_internet>> as internet #white { } FA_SERVER(webserver,Webserver) #Turquoise rectangle "\nDMZ" <<$warn>> as dmz #yellow { OFF_FIREWALL_ORANGE(fw,<color:white>Firewall</color>) #Yellow/Red OFF_APPLICATION_SERVER(app,<color:white>Application-server</color>) #Magenta ' webserver <--d-> dmz dmz <.d.> fw note on link <$warn> DMZ requires highest security standards but must **open incoming port** here end note fw <.d.> app } OFF_DATABASE_SERVER(db,Database) #MediumSpringGreen app <.> db internet <--d-> webserver @enduml
false
true
false
false
deployment
960e70a84e31a75ebfc631568cde17e80b154378
e802274e9f7765ecc472232647b040bb9ea1ce9f
/docs/UML_diaghrams/save_load_feature/FoodPortionDateSaveLoadManager_load.puml
0b48baed0fc462a7804841c701f10627231e2e48
[]
no_license
HengFuYuen/tp
22dbcd4c31951250d07c9a326461ab9783b2af93
747d19bba7bd8315c6d472a3d99f5e3652a832a0
refs/heads/master
2023-01-12T00:22:17.158213
2020-11-09T16:07:05
2020-11-09T16:07:05
300,172,151
0
0
null
2020-10-01T06:32:11
2020-10-01T06:32:10
null
UTF-8
PlantUML
false
false
942
puml
@startuml -> FoodPortionDateSaveLoadManager : load() activate FoodPortionDateSaveLoadManager FoodPortionDateSaveLoadManager -> Loader : static load() activate Loader Loader -> FileLoader : load() activate FileLoader loop all lines activate Scanner FileLoader -> Scanner : readline() Scanner --> FileLoader : line data destroy Scanner end FileLoader --> Loader : FileLoader deactivate FileLoader Loader --> FoodPortionDateSaveLoadManager : FileLoader deactivate Loader deactivate FoodPortionDateSaveLoadManager -> FoodPortionDateSaveLoadManager : getFoodList() activate FoodPortionDateSaveLoadManager loop all rows in loader FoodPortionDateSaveLoadManager -> FoodPortionDateSaveLoadManager : getFood() FoodPortionDateSaveLoadManager -> FoodPortionDateSaveLoadManager : getPortion() FoodPortionDateSaveLoadManager -> FoodPortionDateSaveLoadManager : getDateTime() end <-- FoodPortionDateSaveLoadManager : FoodList @enduml
false
true
false
false
sequence
800958b4b6a4f69e692a8aaab818bac9a58b7634
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/Test/Script/SoundTest.puml
b4c8185575962074560b38d79e21fbd55c18bd23
[]
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
395
puml
@startuml class SoundTest { Start() : void Update() : void } MonoBehaviour <|-- SoundTest SoundTest --> "soundCountDown" AudioClip SoundTest --> "soundGameStart" AudioClip SoundTest --> "soundGameBGM" AudioClip SoundTest --> "soundCorrect" AudioClip SoundTest --> "soundIncorrect" AudioClip SoundTest --> "soundGameCuestion" AudioClip SoundTest --> "GameAudioSource" AudioSource @enduml
false
true
false
false
class
4ec617cd84d6c4c1a02ed8cb04401d5a92cd02d5
cf8eccdffbcf646956ae7070f26762f3a5a3900a
/documentacion/Diagrama de Secuencia/DS Informe de Cambio.plantuml
4c32d5e1f4195418c1b12452253f9cf6be80b05e
[]
no_license
LaNsDiego/LaravelGestion
009fc8fd6b846ef81c277e17fbee66e9c0b9446d
5a8ec3826b9f866fb21222389c87662a63b086bb
refs/heads/master
2022-05-01T03:46:15.627838
2019-12-02T20:24:40
2019-12-02T20:24:40
215,569,987
0
0
null
2022-03-26T01:32:03
2019-10-16T14:34:05
PHP
UTF-8
PlantUML
false
false
1,547
plantuml
@startuml hide footbox actor JefeProyecto boundary SolicitudCambio.listar boundary SolicitudCambio.atender control SolicitudCambioController entity SolicitudCambio entity InformeCambio entity InformeCambioDetalle JefeProyecto -> SolicitudCambio.listar : Selecciona Solicitud SolicitudCambio.listar -> SolicitudCambioController : Redireccionar al controlador SolicitudCambioController -> SolicitudCambioController : FrmAtender() SolicitudCambioController -> SolicitudCambio : Solicitar solicitud de cambio por id SolicitudCambio -> SolicitudCambio : ObtenerPorId(int $SolicitudId) SolicitudCambio -> SolicitudCambioController : SolicitudCambio $ASolicitudCambio SolicitudCambioController -> SolicitudCambio.atender : View('SolicitudCambio.atender', $ASolicitudCambio) SolicitudCambio.atender -> JefeProyecto : Muestra Formulario JefeProyecto -> SolicitudCambio.atender : ingresa datos SolicitudCambio.atender -> SolicitudCambioController : enviar datos SolicitudCambioController -> SolicitudCambioController : ActAgregar(Request $request) SolicitudCambioController -> InformeCambio : Guardar informe de cambio InformeCambio -> InformeCambio : Agregar(InformeCambio $obj) InformeCambio -> SolicitudCambioController : int $id SolicitudCambioController -> InformeCambioDetalle : Guardar Detalle de informe cambio InformeCambioDetalle -> InformeCambioDetalle : Agregar(InformeCambio $obj) InformeCambioDetalle -> SolicitudCambioController : int $id SolicitudCambioController -> SolicitudCambio.atender : redirect('SolicitudCambio.atender'); @enduml
false
true
false
false
usecase
6eb19b23c43c9391d3d5b19b2c377f1d0cba2eba
4c7a225ab4381678034d0ed110db657705c98f4c
/PlantUML-Tournement.puml
d90867a9584ddce24a998e2c40edfd26ee10b4e3
[]
no_license
pelle112112/Studiegruppe1
2dc73a8f83199bf8eee2c8d6181eb4761fb3174e
ca898facda00e7b70e87117bfdf7c5e3a387a5db
refs/heads/main
2023-09-04T18:09:54.872762
2021-11-18T12:56:39
2021-11-18T12:56:39
424,154,625
0
0
null
null
null
null
UTF-8
PlantUML
false
false
895
puml
@startuml abstract class Tournament Tournament <|-- League Tournament <|-- KnockOut KnockOut "1" *-- "15" Match : has League *-- Match Tournament -- Io Ui--Main Ui--Io Io--Team Match *-- "2" Team : has Ui : +void interact() Ui : +void teamUserInput() Io : +ArrayList fileScanner() Io : +void fileWriter() Team : -String teamName; Team : -String player1; Team : -String player2; Team : -int teamID; Team : -int currentScore = 0; Team : -boolean isInTournament = true; Team : +boolean isInTournament() Match : Team team1 Match : Team team2 Tournament : ArrayList <Team> teamsArrayList Tournament : ArrayList <Match> matchesArrayList Tournament : + abstract void createTournament() Tournament : + abstract void getScoreBoard() Tournament : + abstract void updateTournament() Tournament : + abstract void addTeamtoArraylist(Team team) @enduml
false
true
false
false
class
c54e3ebedc4b5d5e927746f57be2cdeb774dd138
9a1e58fd142e0d6027f2bbab07b5fa8389ad59b2
/doc/TD_Turn_Off_Delay_Cancel_Reset.puml
b82463c9bbed09924c04e4893976017186fdeb65
[]
no_license
HomeMadeBots/Delays
ea4e51bea982b4f42f43de6644c288790ca9bd08
98c6b9d4c70242405bc1d393fa47158da33d536e
refs/heads/main
2023-08-24T01:05:03.303797
2021-09-23T14:54:06
2021-09-23T14:54:06
395,313,574
0
0
null
null
null
null
UTF-8
PlantUML
false
false
520
puml
@startuml !includeurl https://gist.githubusercontent.com/Arnaud-Bonneuil/c317a7a30bed7d64e2b5b1f558ac00cf/raw/sober.puml <style> caption { Margin 20 0 0 0 HorizontalAlignment left } </style> title Turn_Off_Delay cancel //Reset()// caption turn off delay = 10s (//Delay_Duration// = 10000) end caption concise User robust Output @0 Output is OFF @5 User --> Output : Set() Output is ON @10 User --> Output : Reset() @15 User --> Output : Set() User@10 <->@15 : {<10s} @20 Output is ON @enduml
false
true
false
false
sequence
340efd4cef52a191c5554fd2f6a01a14af9a5215
46a9811962129f0cbe57636ac4d6ee9d98dbf44c
/input/images-source/transaction-5-uc.plantuml
b879d74606d9b3b6618a2638d9e35616511f2634
[]
no_license
HL7/fhir-saner
c782972c89dd7425504c4b6a999e4e5b1ce6af20
ad72c0dbc9142439fbff2f135f82978e7f1d4282
refs/heads/master
2023-01-13T01:33:40.692632
2022-02-15T21:30:31
2022-02-15T21:30:31
252,787,748
12
8
null
2022-12-21T20:01:09
2020-04-03T16:44:47
GLSL
UTF-8
PlantUML
false
false
140
plantuml
@startuml agent "Measure Consumer" as MeasureConsumer usecase (Communicate Results) as (REPORT-TX) MeasureConsumer --> (REPORT-TX) @enduml
false
true
false
false
usecase
faa872db88661c981cf7cce43c067ec7efbecb9c
b46a8b42d5963312e9d6650c83dd7515773a7672
/src/main/java/ex45/PlantUMLex45.puml
25154aa9d18dab738ee036743ae98edb703d7175
[]
no_license
spenserTac/tacinelli-cop3330-assignment3
d6d548922da24727ee275d94ae1a29aa14fe5b45
9558a55ef1a4ef559ecbf2ef1c934160669801ef
refs/heads/main
2023-08-02T17:03:44.736623
2021-10-08T21:22:57
2021-10-08T21:22:57
411,861,371
0
0
null
null
null
null
UTF-8
PlantUML
false
false
180
puml
@startuml 'https://plantuml.com/sequence-diagram class App { BufferedReader create_read_file() void replace_word(BufferedReader in_file) void main(String[] args) } @enduml
false
true
false
false
class
c6e7e4a998f5ddb46d3b918dd4ef4d3b480b67ee
b69605cbd98a6bdb0ec5be9fce91781a35952335
/Задача 10.plantuml
543d7a672c6a3a85d40b706ed31c82c6ad24f1c9
[]
no_license
CarryObilvion/Task10
ff80a0bbea81f3dcecfb424be68cf4baffe8c198
1f54ec4d40a915a607e9c09ef43accdd9916d732
refs/heads/main
2023-05-13T18:10:56.518604
2021-06-01T18:09:31
2021-06-01T18:09:31
346,706,969
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,803
plantuml
@startuml title __UNTITLED1's Class Diagram__\n namespace sample { class sample.Controller { } } namespace sample { class sample.Main { } } namespace sample { namespace Metods { interface sample.Metods.Block { } } } namespace sample { namespace Metods { abstract class sample.Metods.Decoration { } } } namespace sample { namespace Metods { class sample.Metods.HorizLines { } } } namespace sample { namespace Metods { class sample.Metods.Square { } } } namespace sample { namespace Metods { class sample.Metods.Text { } } } namespace sample { namespace Metods { class sample.Metods.Text1 { } } } namespace sample { namespace Metods { class sample.Metods.Text2 { } } } namespace sample { namespace Metods { class sample.Metods.VertLines { } } } sample.Controller .up.|> javafx.fxml.Initializable sample.Controller o-- sample.Metods.Block : block sample.Main -up-|> javafx.application.Application sample.Metods.Decoration .up.|> sample.Metods.Block sample.Metods.Decoration o-- sample.Metods.Block : block sample.Metods.HorizLines -up-|> sample.Metods.Decoration sample.Metods.Square -up-|> sample.Metods.Decoration sample.Metods.Text -up-|> sample.Metods.Decoration sample.Metods.Text1 -up-|> sample.Metods.Decoration sample.Metods.Text2 -up-|> sample.Metods.Decoration sample.Metods.VertLines -up-|> sample.Metods.Decoration 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
d150e11b71b30682eb08351c882aca4a88534655
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/Composite/uml/Composite.puml
067f26d83527e0fe0b9704881bdd4a63674c2c37
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
247
puml
@startuml abstract Component{ +Add(Component) +Remove(Component) +Display(int depth) } Leaf -up--|>Component class Composite{ +Add(Component) +Remove(Component) +Display(int depth) } Composite-up--|>Component Composite "1" o-->"*"Component @enduml
false
true
false
false
class
eee6efe27009228a671eba03040a203eb2d96cc4
01cf293a1b781ae355c4c8eb8409a6e1c85428e9
/5.ClienteServidor/docs/diagrams/src/vistaCasosUso/casoUsoStart.plantuml
223007dc6f9226b9da63662aeb57d630f875c699
[]
no_license
EnriqueCF/requirements
fe59445d677f9bae4262950cbd9ab61688e90013
8afdff6df115f97585ff980abe253d4da387de90
refs/heads/master
2023-06-13T23:42:22.698560
2021-07-11T18:59:59
2021-07-11T18:59:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
304
plantuml
@startuml StateDiagramFluxInitialState state INITIAL state IN_GAME state start as " " state started as " " [*] --> INITIAL INITIAL --> start: Player requests to start a new game start --> started: System shows the title and the empty board started --> IN_GAME: System allows Play IN_GAME --> [*] @enduml
false
true
false
false
sequence
ef0c0562a8184022aba8e494e3e383a0036e560f
52693e81c7c0f7205146970412379d124262e1d8
/Movement/Movement-Segment.plantuml
3f539cef2634806cc39d9c9e45cfa24a450117d3
[]
no_license
ui-cs383/Activity-Diagrams
aba3dc464c64352c22ae1e6e22d762e9862fbf2c
143c319063ca303cae763ee1d40bca39a755204d
refs/heads/master
2020-12-24T13:35:57.298222
2013-12-18T01:12:49
2013-12-18T01:12:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,279
plantuml
@startuml ' Movement Segment ' Written by Samuel Foster ' Parents: /Turn/Operations-Phase ' Children: /Combat/Detection-PDB-Combat title Activity Diagram\nMovement Segment (*) --> "Upkeep" as U ' Any reinforcements received from Scenario specifications are put into play at this time. ' If the Game Turn is odd, the Rebel Player may flip Up one Down PDB at this time. ' If the Game Turn is even, the Imperial Player may flip Up one Down PDB U --> "Movement" as M M --> "Manage Stacks" as OS 'Note, this includes transporting Non-Mobile Military Units OS -->[Done Moving] (*) OS -->[Continue Moving] "Select Stack to Move" as SS 'Note, all units in the stack must have not moved SS -->[No Move] OS SS -->[Stack Selected] "Select Destination" as SD SD -->[No Destination] SS SD -->[Destination] "Determine Legality" as DL 'Note, possibly warn players of overfilling destination environ DL -->[Illegal] SD DL -->[Legal] "Determine Movement Type" as DM 'Note: Characters can only make Interplanetary movements if stacked with a Spaceship or Mobile Military Unit(s) 'Non-Mobile Military Units can only be moved if transported by a Mobile Military Unit 'A Spaceship may only be moved if it is stacked with Military Units or a Character with Navigation >= 1 'A Spaceship has a maximum capacity when carrying only Characters 'Players "should" be warned about legal, but stupid moves (like abandoning a Spaceship or overfilling an Environ) DM -->[Intraplanetary\nSpaceship] "<b>Detection/PDB Combat\nOrigin Planet" as DROP1 DROP1 --> "Intraplanetary Movement\n(Env to Env)" as IMEE DM -->[Intraplanetary\nNo-Spaceship] IMEE ' Note, Detection is removed on Characters DM -->[Interplanetary] "<b>Detection/PDB Combat\nOrigin Planet" as DROP2 ' Note, if no Detection routine is possible when leaving planet, Detection is removed on Characters DROP2 --> "<b>Detection/PDB Combat\nDestination Planet" as DRDP1 DRDP1 --> "Interplanetary Movement" as IMPP DROP1 -->[Stack Destroyed] OS DROP2 -->[Stack Destroyed] OS DRDP1 -->[Stack Destroyed] OS IMEE --> "Resolve Movement" as RM IMPP --> RM RM --> "Remove\nDamaged/Abandoned\nSpaceships" as RBS RBS --> OS '-->[Destination too Small\nfor Military Units] "Warn Player" as WP 'WP -->[Continue] " 'WP -->[Cancel] SD @enduml
false
true
false
false
uml-unknown
6a7435410b0baa4cf5b72b79d6229d03601044ce
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/sequence - analysis/comment/deleteComment.plantuml
1434fe7256e96c90728dbb9c80b2acaa9fb76207
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,272
plantuml
@startuml deleteTopic actor ": User" boundary ": DeleteCommentForm" control ": CommentController" entity ": Comment" entity ": ClassroomMember" activate ": User" ": User" -> ": DeleteCommentForm": 1 // request delete comment activate ": DeleteCommentForm" ": DeleteCommentForm" -> ": CommentController": 2 // request delete comment activate ": CommentController" ": CommentController" -> ": ClassroomMember": 3 // checking permission to delete comment activate ": ClassroomMember" alt can delete topic ": ClassroomMember" -->> ": CommentController": 4 // can delete comment ": CommentController" ->> ": Comment": 5 // request delete comment activate ": Comment" ": CommentController" -->> ": DeleteCommentForm": 7 // delete comment successfully deactivate ": Comment" ": DeleteCommentForm" -->> ": User": 8 // delete comment successfully else can not delete topic ": ClassroomMember" -->> ": CommentController": 4.1 // can not delete comment topic deactivate ": ClassroomMember" ": CommentController" -->> ": DeleteCommentForm": 4.2 // delete comment failed deactivate ": CommentController" ": DeleteCommentForm" -->> ": User": 4.3 // delete comment failed end deactivate ": User" deactivate ": DeleteCommentForm" @enduml
false
true
false
false
sequence
98612dd0769c599bd4b75f1bb2fd45c7153f56a2
406339fd6253a5f5e63dc41b9999bcfdca99a6e3
/plantuml/project_plan.plantuml
f0d1b2452e8984f02451ab4e71341f03d9fb0030
[]
no_license
vmarsterson/speaker_monitor
1b592e03517249b914e8f4d1eae9e2c6cba51862
3bb497e38cb5dd9a3aa0ec4ec1942d018dc90ea7
refs/heads/master
2023-01-29T05:20:26.801895
2019-09-06T14:43:40
2019-09-06T14:43:40
206,293,604
0
0
null
2023-01-20T04:39:39
2019-09-04T10:29:41
Ruby
UTF-8
PlantUML
false
false
329
plantuml
@startuml activity Setup --> Database_setup : create db with speaker and team_member tables Database_setup --> Seed : createa and insert seed data into databases Seed --> Front_end : design basic front end with CRUD features Front_end --> Styling : style front end Styling --> Heroku : deploy on Heoku @enduml
false
true
false
false
sequence
a8504a7e28074d25e62ae29384df5e57bbaef808
484790dc63bf5f07b3ca71a28ba402f68aedd262
/StandardLibrary/1.puml
bdfc2026c3c2d587a3957594198ae4c19138c4d5
[]
no_license
zhuliangcai/uml
5ea24e6cae56c9a644b48f090592a37f91cb10a8
0341179c4b317dedf42c7da1e77388fc0ae0139a
refs/heads/master
2020-08-20T04:09:48.469253
2019-10-19T07:31:18
2019-10-19T07:31:18
215,980,868
0
0
null
2019-10-18T08:46:33
2019-10-18T08:46:28
null
UTF-8
PlantUML
false
false
556
puml
@startuml !define SPRITESURL https://raw.githubusercontent.com/rabelenda/cicon-plantuml-sprites/v1.0/sprites !includeurl SPRITESURL/tomcat.puml !includeurl SPRITESURL/kafka.puml !includeurl SPRITESURL/java.puml !includeurl SPRITESURL/cassandra.puml title Cloudinsight sprites example skinparam monochrome true rectangle "<$tomcat>\nwebapp" as webapp queue "<$kafka>\nkafka" as kafka rectangle "<$java>\ndaemon" as daemon database "<$cassandra>\ncassandra" as cassandra webapp -> kafka kafka -> daemon daemon --> cassandra kafka-> cassandra @enduml
false
true
false
false
sequence
e0ca71f89d25c11df148d33bbbf71489c892a1b3
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/UseCases/Manage-Infrastructure/Update-Data-Center-Hardware.puml
3982c3d55e5eef9acc0ff2f4f075ed89c6e0ec32
[]
no_license
CAADE/edgeville
fd0053d749c259029ef4c7791210663ace87be21
6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65
refs/heads/master
2020-03-28T06:11:31.554585
2019-05-02T17:37:03
2019-05-02T17:37:03
147,819,682
0
0
null
null
null
null
UTF-8
PlantUML
false
false
275
puml
@startuml Actor "actorName" as A box "Manage-Infrastructure" #lightblue participant CLI as CLI participant Web as Web participant "Edgeville" as S A -> CLI : Edgeville-data-update() CLI -> S : data/update() A -> Web : data/update() Web -> S : data/update() end box @enduml
false
true
false
false
sequence
f388090c77cb8ff6f2f83999ee0aa8176d7c10b9
6a8d5b6c54bb374b1ca33c901f321164a1f2bdf2
/documentation/DownloadTCP-Protocol-SD.puml
937a4fc607fa48869e340d6d5d74d411957a574c
[]
no_license
danieljfgoncalves/p2p-file-share-app
c45e37e20b994ce5fe019744394fa29a4befebc0
f18207670ad78f0b1c7b459580eb510947987051
refs/heads/master
2021-05-05T06:23:24.986309
2017-05-21T19:23:34
2017-05-21T19:23:34
118,799,289
0
0
null
null
null
null
UTF-8
PlantUML
false
false
641
puml
@startuml 'http://plantuml.com/skinparam.html' skinparam handwritten true skinparam monochrome false skinparam defaultFontName FG Virgil skinparam shadowing false Cliente -> Server: download Request Server --> Cliente: accept Request Server -> Server: next request note right: creates a new thread\nfor the connection Cliente -> ConnectionThread: \nsend file name length Cliente -> ConnectionThread: send file name ConnectionThread -> ConnectionThread: find file Cliente <- ConnectionThread: \nsend file size Cliente <- ConnectionThread: send file ConnectionThread -> ConnectionThread: close socket Cliente -> Cliente: close socket @enduml
false
true
false
false
sequence
4c5b33bf60829c813e29fd5de64a10218989973a
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC3/UC3_MD.puml
0b4cb9fdec2c42444bd91ada6d383aa7d43dda2a
[ "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
649
puml
@startuml hide methods left to right direction class Platform { -String designation } class Organization { -String designation } class User { -String name -String email -String password } class Collaborator { -String name -String email } class Task { -String id -String briefDescription -Double timeDuration -Double costPerHour -String category } Platform "1" -- "*" Organization : has registered > Platform "1" -- "*" User : has registered > Organization "1" -- "1" Collaborator: has > Organization "1" -- "*" Task : has > Collaborator "0..1" -- "1" User : act as > Collaborator "1" -- "*" Task : creates > @enduml
false
true
false
false
class
7eacaa1c38afa11875282ef422838c466e5f773c
52693e81c7c0f7205146970412379d124262e1d8
/development/OptionsScreen.plantuml
4770b145253d9f466bd4eca882ec1fb7e8c67962
[]
no_license
ui-cs383/Activity-Diagrams
aba3dc464c64352c22ae1e6e22d762e9862fbf2c
143c319063ca303cae763ee1d40bca39a755204d
refs/heads/master
2020-12-24T13:35:57.298222
2013-12-18T01:12:49
2013-12-18T01:12:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
622
plantuml
'#################################### ' OptionsScreen displays any options not related to the game itself ' such as changing the resolution ' ' This Statechart is an example of one that would likely just be placed ' into its parent diagram. ' ' Parent: ProgramOverview ' Written by: Chris Waltrip '#################################### @startuml [*] --> OptionsScreen : User clicked Options Screen from MainMenu OptionsScreen : Displays various options to the user, such as the current resolution and allows the user to change the options. OptionsScreen --> [*] : User chose to save to abandon the current options @enduml
false
true
false
false
sequence
d6fb1d6d9ad1e459d3b56b2bf55cd17ae6afcbcd
b2d64d1527edfad1eb95bce40e87ee4a8635bcfa
/docs/diagrams/AutoExpenseActivityDiagram.puml
86a6ce02544ca5952cc0fff5415508ba7b8f0b41
[ "MIT" ]
permissive
AY1920S1-CS2103-T16-4/main
1a5554bf3b6813d792a25bed5c1ad8576a8b9962
2b0e724921edfec2470b9789bfec1fe55e51366a
refs/heads/master
2020-07-23T06:10:22.079172
2019-11-15T06:10:31
2019-11-15T06:10:31
207,463,833
0
5
NOASSERTION
2019-11-15T06:10:33
2019-09-10T04:16:13
Java
UTF-8
PlantUML
false
false
231
puml
@startuml (*) --> "GuiltTrip Startup" if "Needs update?" -left-> [Yes] "Generate Expenses" --> (*) else --> [No] if "new AutoExpense" then --> [Yes] "Generate Expenses" else --> [No] (*) endif endif @enduml
false
true
false
false
activity
7a96c70ceecb68dc6e20ce5f7d1d991f8975c1db
41bf54743064e61990c7bfb2bbe1070c02c0d6e5
/app/UML/Activity Diagram/Add Card.puml
98782a890631454eb65a240c2a8e8c4d4c529e09
[]
no_license
ultiferrago/ElStudioGato
4206f43fa11867837591cde288638885297350fb
15c91c8a6859b513c5f4d2f2b8da2e76abff978e
refs/heads/master
2021-01-23T13:30:39.323136
2015-05-04T01:23:11
2015-05-04T01:23:11
34,616,703
0
0
null
2015-04-30T22:32:19
2015-04-26T15:07:16
Java
UTF-8
PlantUML
false
false
346
puml
@startuml title elStudioGato Add Card (*) --> "Student presses Plus \nbutton on Flashcard Menu" --> "Student inputs information for question/answer" --> "Student done editing card" if "Is card empty?" then -->[no]"System saves flashcard changes" --> ===done=== else --> [yes]===done=== endif --> "Display all cards" @enduml
false
true
false
false
activity
a6cad94099de8077cebaeb750cb222a09a7ac836
fce25996263e5e7d6825c9887cd6636cafa76445
/14ood/aggregation.puml
d9afd5ecd489f5f46b9479667adc742a8149df55
[ "CC-BY-4.0", "CC-BY-3.0" ]
permissive
janbucher/rsd-engineeringcourse
d6a8f66365060c32298d7e9e469069b77f313338
e54fa9faa1a36faba726015640a7c6b62fa43d30
refs/heads/master
2022-03-03T19:30:08.608224
2019-11-12T11:31:08
2019-11-12T11:31:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
120
puml
@startuml class Lattice { } class Quark { } class Gluon { } Lattice "1" o-- "*" Quark Lattice "1" o-- "*" Gluon @enduml
false
true
false
false
class
651df36ac4c471d3ff4f00a4cd30a5e238c4bc77
ace477d0f79188c7c775ac59d3e8f5ea5776fb84
/systemy-rozproszone/zajecia-1-zadania-domowe/czw-tn-17-05-i-czw-tn-18-55/scenario.puml
81e79f702a8313b89c49fd39d00273dff891a9f7
[ "MIT" ]
permissive
tlewowski/kursy
7d69aeda0e43f53788fad98a2224d4701ace17f7
a97b3be43d27fd752d99b06f9418949e6e819135
refs/heads/master
2020-05-18T13:07:35.295995
2017-05-14T22:05:41
2017-05-14T22:05:41
84,239,840
0
2
null
null
null
null
UTF-8
PlantUML
false
false
2,037
puml
@startuml Client -> ResourceServer: delete X ResourceServer -> Client : 404 Not Found Client -> ResourceServer : put X Y ResourceServer -> Client : 200 OK Client -> ResourceServer : put X Y1 ResourceServer -> Client : 403 Forbidden Client -> MeasurementServer : measureSyncManagement(uris, values) loop foreach uri value MeasurementServer -> ResourceServer : get(uri) ResourceServer -> MeasurementServer : 404 Not Found MeasurementServer -> ResourceServer : put(uri, value) ResourceServer -> MeasurementServer : 200 OK MeasurementServer -> ResourceServer : get(uri) ResourceServer -> MeasurementServer : value MeasurementServer -> ResourceServer : delete(uri) ResourceServer -> MeasurementServer : 200 OK MeasurementServer -> ResourceServer : get(uri) ResourceServer -> MeasurementServer : 200 OK end loop MeasurementServer -> Client: totalSyncTime note left: Scenariusz 1 - dla scenariusza 2 trzeba sobie poradzić bez takiego diagramu Client -> MeasurementServer: measureAsyncManagement(uris, values) loop foreach file path MeasurementServer --> ResourceServer : get(uri) ResourceServer --> MeasurementServer : 404 Not Found end loop MeasurementServer -> MeasurementServer : waitForAllGets loop foreach file path MeasurementServer --> ResourceServer : put(uri, value) ResourceServer --> MeasurementServer : 200 OK end loop MeasurementServer -> MeasurementServer : waitForAllPuts loop foreach file path MeasurementServer --> ResourceServer : get(uri) ResourceServer --> MeasurementServer : value end loop MeasurementServer -> MeasurementServer : waitForAllGets loop foreach file path MeasurementServer --> ResourceServer : delete(uri) ResourceServer --> MeasurementServer : 200 OK end loop MeasurementServer -> MeasurementServer : waitForAllDeletes loop foreach file path MeasurementServer --> ResourceServer : get(uri) ResourceServer --> MeasurementServer : 404 Not Found end loop MeasurementServer -> MeasurementServer : waitForAllGets MeasurementServer -> Client: totalAsyncTime @enduml
false
true
true
false
sequence
3d152da3638b2b0d34c9cbc53ea064c2f5193963
850df42c7544ac83b23b4ad25e86fa2c22ec2f61
/src/main/java/org/yyb/visitor/singer/singer.puml
0a2f8609dbadc1f082044cb51950a08fcbd6929a
[ "Apache-2.0" ]
permissive
yangyibo/gof
1d1759911b0e70add0bff1c9dd437e6df0622498
60e0bd1c65de1717fa51a48d6b6126b1e5ba069f
refs/heads/master
2022-12-19T19:58:34.423758
2020-08-15T17:48:47
2020-08-15T17:48:47
278,110,455
0
0
Apache-2.0
2020-10-13T23:28:07
2020-07-08T14:24:12
Java
UTF-8
PlantUML
false
false
568
puml
@startuml abstract class Action { +operation1(): void +operation2(): void } class Fail { +operation1(): void +operation2(): void } class Success { +operation1(): void +operation2(): void } abstract class Person { +accept(action: Action): void } class Man { +accept(action: Action): void } class Woman { +accept(action: Action): void } Class Client Class ObjectStructure { -elements: Person } Action <|-- Fail Action <|-- Success Person <|-- Man Person <|-- Woman ObjectStructure o-- Person Client ..> ObjectStructure Client ..> Action Action -- Person @enduml
false
true
false
false
class
3303134307c289d4ef21673e59ca03c30063e1bf
5917ffcb780cfcfe4e2b87b11fca1f68f387b239
/docs/source/diagrams/consensus-protocol.puml
afdf272c7b3e0345a42e2477223c0a1a83d5d665
[ "Apache-2.0" ]
permissive
hyperledger/indy-plenum
6ff9f705af80dfa28d4cb92743683f78bb937aa3
698b9500ad3a7a15993af72a1c35a406c5673262
refs/heads/main
2023-08-29T01:32:26.384729
2023-06-20T16:42:11
2023-06-20T16:42:11
51,585,028
171
420
Apache-2.0
2023-06-20T16:42:14
2016-02-12T12:03:16
Python
UTF-8
PlantUML
false
false
12,690
puml
@startuml !pragma teoz true hide footbox participant Client participant Node1 participant Node2 participant Node3 participant Node4 note over Node1, Node4 Plenum implements RBFT Consensus Protocol with some improvements: 1. RBFT describes a distinct 3-phase commit for each request, but in Plenum, a 3-phase commit happens on batch of requests. 2. Consensus is combined with validation of transactions. PRE-PREPARE and PREPARE contain merkle tree roots and state trie roots which are used to confirm that each node has the same ledger and state on executing the batch of requests. 3. PRE-PREPARE contains a timestamp for the batch. The follower nodes validate the timestamp and if valid, acknowledge with a PREPARE. The timestamp is stored in the ledger for each transaction. 4. The 3-phase commit also includes a signature aggregation protocol where all nodes submit their signatures on the state trie root and those signatures are aggregated and stored. Later when a client needs to query the state, the client is given a proof over the state value and the signed (with aggregated signature) root. Thus the client does not have to rely on a response from multiple nodes. The signature scheme used is BLS. end note note over Node1, Node4 #FFAAAA Plenum has a couple of important TBD Items described in Three-Phase Commit Section. end note == Write Request Propagation == Client ->> Node1: Write Request Client ->> Node2: Write Request Client ->> Node3: Write Request Client ->> Node4: Write Request note right Node4 <b>Write Request: Client sends Write Request to Nodes end note Node1 -> Node1: Do Static Validation & Node2 -> Node2: Do Static Validation & Node3 -> Node3: Do Static Validation & Node4 -> Node4: Do Static Validation note right Node4 <b>Do Static Validation: When Request is received by a node for the first time (from Client OR via PROPAGATE) do the following: - validate schema, - do static validation (not taking into account current state and order of requests), - verify signature end note Node1 ->> Node2: PROPAGATE Node1 ->> Node3: PROPAGATE Node1 ->> Node4: PROPAGATE Node1 ->> Client: ACK Node2 ->> Node1: PROPAGATE Node2 ->> Node3: PROPAGATE Node2 ->> Node4: PROPAGATE Node2 ->> Client: ACK Node3 ->> Node1: PROPAGATE Node3 ->> Node2: PROPAGATE Node3 ->> Node4: PROPAGATE Node3 ->> Client: ACK Node4 ->> Node1: PROPAGATE Node4 ->> Node2: PROPAGATE Node4 ->> Node3: PROPAGATE Node4 ->> Client: ACK note right Node4 <b>PROPAGATE contains: - Request, - Sender of Request end note note right Node4 <b>ACK: Successfully validated Request is acknowledged end note group On gathering f+1 PROPAGATEs (2 in this example) Node1 -> Node1: Forward Request & Node2 -> Node2: Forward Request & Node3 -> Node3: Forward Request & Node4 -> Node4: Forward Request note right Node4 <b>Forward Request: Forward Request to Replicas end note end note == Three-phase Commit == note over Node1, Node4 RBFT has f+1 protocol instances: - master instance responsible for ordering and applying requests, - f backup (redundant) instances needed to evaluate performance of master instance and trigger View Change in case of degraded master Node participates in each protocol by a distinct replica. So Node has f+1 Replicas: master replica and f backup replicas. end note note over Node1, Node4 #FFAAAA <b>TBD 1 Plenum is a single-process application, while RBFT requires that all Replicas are run in separate processes leveraging multi-core architecture. This may lead to false positive view changes and affects performance of the system. end note note over Node1, Node4 #FFAAAA <b>TBD 2 Since consensus is combined with Validation of transactions, Plenum's Master Instance of the protocol performs more work than backup instances (see items in <color blue>blue</color>). This may lead to false positive view changes. end note loop For each protocol instance (2 in this example):<color blue>Master</color> and <color gray>Backup</color> note over Node1, Node4 Three-phase commit is performed in parallel in all protocol instances. Items related to <color blue><b>Master</b></color> Instance only are marked with <color blue><b>blue color</b></color>. <b>Each instance primary is located on its own node.</b> In this example: Node1 is primary of <color blue><b>Master</b></color> protocol instance, Node2 is primary of <color gray><b>Backup</b></color> protocol instance <i> (omitted in diagram for simplicity)</i> . end note group Pre-Prepare phase Node1 -> Node1: Create 3PC Batch note right Node4 <b>Create 3PC Batch:</b> A new batch is created for every ledger if either - There are Max3PCBatchSize requests OR non-zero requests and Max3PCBatchWait seconds passed (depending on which is reached first): - 3PC Batch hasn't been created for STATE_FRESHNESS_UPDATE_INTERVAL (even if there are no requests to order) If `Max3PCBatchesInFlight` is set, then a new batch is not created, if more than `Max3PCBatchesInFlight` are still not ordered. - dequeue forwarded requests for the ledger, - create 3PC Batch with dequeued requests (it can be an empty list in case of freshness updates) end note Node1 -> Node1: <color blue>Apply 3PC Batch note right Node4 <color blue><b>Apply 3PC Batch: <color blue>For each request in 3PC Batch: <color blue>- do dynamic validation (against uncommitted state), <color blue>- if passed, apply request to ledger, state and caches, <color blue> else discard request. <color blue>Create and apply a txn in the audit ledger <color blue>Do other post-batch creation actions (with caches, etc.) <color blue>Eventually get: <color blue>- ledger_uncommitted, <color blue>- state_uncommitted, <color blue>- set of discared requests. <color blue>- audit_ledger_uncommitted, end note Node1 ->> Node2: PRE-PREPARE Node1 ->> Node3: PRE-PREPARE Node1 ->> Node4: PRE-PREPARE note right Node4 <b>PRE-PREPARE contains: - (view_no, pre_prepare_seq_no), - pre-prepare time, - all requests keys, <color blue>- discarded requests keys, - digest of all requests, - ledger ID, <color blue>- ledger_uncommitted, <color blue>- state_uncommitted, <color blue>- audit_ledger_uncommitted, <color blue>- BLS multi-signature of previous 3PC batch <i>Note: request digest serves as its key end note end group Prepare phase: on receiving PRE-PREPARE Node2 -> Node2: <color blue>Apply 3PC Batch & Node3 -> Node3: <color blue>Apply 3PC Batch & Node4 -> Node4: <color blue>Apply 3PC Batch Node2 -> Node2: Verify PRE-PREPARE & Node3 -> Node3: Verify PRE-PREPARE & Node4 -> Node4: Verify PRE-PREPARE note right Node4 <b>Verify PRE-PREPARE: - pre-prepare time is acceptable, - all previous PRE-PREPAREs have already been applied <i>(since PRE-PREPAREs must be applied sequentially only), <color blue>- BLS multi-signature of previous 3PC batch is the same, <color blue>- discarded requests keys are the same, - digest of all requests is the same, <color blue>- ledger_uncommitted is the same, <color blue>- state_uncommitted is the same <color blue>- audit_ledger_uncommitted is the same end note Node2 ->> Node1: PREPARE Node2 ->> Node3: PREPARE Node2 ->> Node4: PREPARE Node3 ->> Node1: PREPARE Node3 ->> Node2: PREPARE Node3 ->> Node4: PREPARE Node4 ->> Node1: PREPARE Node4 ->> Node2: PREPARE Node4 ->> Node3: PREPARE note right Node4 <b>PREPARE contains: - (view_no, pre_prepare_seq_no), - pre-prepare time, - digest of all requests, <color blue>- ledger_uncommitted, <color blue>- state_uncommitted <color blue>- audit_ledger_uncommitted <i>(values are the same as in PRE-PREPARE) end note Node1 -> Node1: Verify PREPAREs & Node2 -> Node2: Verify PREPAREs & Node3 -> Node3: Verify PREPAREs & Node4 -> Node4: Verify PREPAREs note right Node4 <b>Verify PREPAREs: - digest of all requests is the same, <color blue>- ledger_uncommitted is the same, <color blue>- state_uncommitted is the same <color blue>- audit_ledger_uncommitted is the same end note end group Commit phase: on gathering n-f-1 PREPAREs (2 in this example) Node1 -> Node1: <color blue>Sign with BLS Key & Node2 -> Node2: <color blue>Sign with BLS Key & Node3 -> Node3: <color blue>Sign with BLS Key & Node4 -> Node4: <color blue>Sign with BLS Key note right Node4 <color blue><b>Sign with BLS Key: <color blue>Sign 3PC Batch with BLS key end note Node1 ->> Node2: COMMIT Node1 ->> Node3: COMMIT Node1 ->> Node4: COMMIT Node2 ->> Node1: COMMIT Node2 ->> Node3: COMMIT Node2 ->> Node4: COMMIT Node3 ->> Node1: COMMIT Node3 ->> Node2: COMMIT Node3 ->> Node4: COMMIT Node4 ->> Node1: COMMIT Node4 ->> Node2: COMMIT Node4 ->> Node3: COMMIT note right Node4 <b>COMMIT contains: - (view_no, pre_prepare_seq_no), - <color blue>BLS signature end note Node1 -> Node1: Verify COMMITs & Node2 -> Node2: Verify COMMITs & Node3 -> Node3: Verify COMMITs & Node4 -> Node4: Verify COMMITs note right Node4 <b>Verify COMMITs: <color blue>- Verify BLS signature according to sending node end note end group Order phase: on gathering n-f COMMITs (3 in this example) Node1 -> Node1: <color blue>Calculate\n<color blue>BLS Multi-signature & Node2 -> Node2: <color blue>Calculate\n<color blue>BLS Multi-signature & Node3 -> Node3: <color blue>Calculate\n<color blue>BLS Multi-signature & Node4 -> Node4: <color blue>Calculate\n<color blue>BLS Multi-signature note right Node4 <color blue><b>Calculate BLS Multi-signature: <color blue>Calculate BLS multi-signature using <color blue>BLS signatures from nodes in consensus end note Node1 -> Node1: Order 3PC Batch & Node2 -> Node2: Order 3PC Batch & Node3 -> Node3: Order 3PC Batch & Node4 -> Node4: Order 3PC Batch note right Node4 <b>Order 3PC Batch: Return ordered 3PC Batch to Node end note end end loop == Writing to Ledger == Node1 -> Node1: Execute 3PC Batch\nfrom <color blue>Master</color> & Node2 -> Node2: Execute 3PC Batch\nfrom <color blue>Master</color> & Node3 -> Node3: Execute 3PC Batch\nfrom <color blue>Master</color> & Node4 -> Node4: Execute 3PC Batch\nfrom <color blue>Master</color> note right Node4 <b>Execute 3PC Batch from <color blue>Master</color>: Execute 3PC batch from <color blue>Master</color> protocol instance: - commit ledger_uncommitted, - commit state_uncommitted - commit audit_ledger_uncommitted - commit caches - update `seqNoDb` (requestKey -> seqNo mapping) end note Node1 ->> Client: REPLY Node2 ->> Client: REPLY Node3 ->> Client: REPLY Node4 ->> Client: REPLY note right Node4 <b>REPLY: Request written to ledger is replied end note @enduml
false
true
false
false
sequence
50a00fb776a5df2ec7a3e6a4b552c9eeedb6ec86
b1840d738abffd586bbed90adabfba301a42bde4
/klassediagram.plantuml
c5ea368915cbdb80e7bd6253179f3defbcebc6bd
[]
no_license
mathiasgredal/Projekt-2
9775983900ba48f07b4122a719bd36446c060fc1
b616754c2dde85ae9d52a739043f658d85fb98e3
refs/heads/master
2023-03-17T13:15:50.318781
2021-03-07T12:29:40
2021-03-07T12:29:40
335,765,124
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,023
plantuml
@startuml klassediagram class QObject { // From Qt // } class QMainWindow extends QWidget { // From Qt // } class QWidget extends QObject { // From Qt // } class MainWindow extends QMainWindow{ +MainWindow(QWidget *parent) +~MainWindow() -on_draw_rectangles_clicked() -on_load_image_clicked() -on_load_model_clicked() -on_scan_image_clicked() -on_applySettings_clicked() -Ui::MainWindow *ui -ObjectDetector* detector -VideoPlayer* videoSurface -void RecreateVideoPlayer(QString url) -void DeleteVideoPlayer() -void PauseVideoPlayer() -void StartVideoPlayer() -IKSimulator* simulator -Qt3DWindow* view -QEntity *rootEntity -QWidget* viewContainer } class ObjectDetector extends QObject{ +ObjectDetector(...) +void Predict(QImage image) +QSize GetInputSize() +void onFinishPrediction(...); -thread t1 -int imageWidth -int imageHeight -int imageChannels -int numBoxes -int dimensions -const int confidenceIndex -const int labelStartIndex -const float IOU_thresshold -const float Confidence_thresshold -vector<string> labels } class VideoPlayer extends QObject{ +VideoPlayer(...) +~VideoPlayer() +void Decode_Stream() +QVector2D Video_Size() +QImage getCurrentImage() +QString getUrl() +Video_Connection_Status status +atomic_bool pause +void updateVideo() -QTimer *timer -QGraphicsView *widget -QGraphicsScene* scene -QGraphicsPixmapItem* item -QPixmap buffer -QString videoUrl -AVFormatContext* stream_context -AVPacket packet -AVFormatContext* allocation_context -AVStream* stream -AVCodec* codec -AVCodecContext* video_context -AVDictionary *d -SwsContext* yuv420p_to_rgb24_ctx -vector<uint8_t> yuv420p_picturebuffer -vector<uint8_t> rgb24_picturebuffer -AVFrame* yuv420p_frame -AVFrame* rgb24_frame -int frame_count -int video_stream_index -thread t1 -atomic_bool stop_thread -QVector2D video_size -atomic_bool writing_buffer; -atomic_bool reading_buffer; } class IKSimulator extends QObject{ +IKSimulator(...) +~IKSimulator() +void setArmPosition(...) +void IKSolve(QVector3D endPosition) +void SortPiece() -void moveArm() -Qt3DWindow* view -QEntity* rootEntity -QCamera* cameraEntity -QFirstPersonCameraController* camController -QEntity* lightEntity -QPointLight* light -QTransform* lightTransform -QEntity* robotBase; -QEntity* groundPlane; -vector<TargetPiece*> targetPieces -vector<Destination> destinations -QEntity* segment1Entity -QCuboidMesh* segment1Mesh -QTransform* segment1Transform -QEntity* segment2Entity -QCuboidMesh* segment2Mesh -QTransform* segment2Transform -float segment1Length -float segment2Length -float baseRotation -float joint1Rotation -float joint2Rotation -const QVector3D restPosition -QVector3D armEndeffector -SortState sortState -TargetPiece* sortingTarget -float movementProgress -QVector3D movementStart -QVector3D movementPath -float armSpeed -QTimer* timer } class Ui_MainWindow { // Auto generated // } class PredictionVisualizer extends QWidget{ +PredictionVisualizer(QWidget *parent) +void VisualizePrediction(...) #void mousePressEvent(QMouseEvent *event) #void paintEvent(QPaintEvent *event) -QImage backgroundImage -vector<Prediction> predictions -QSize targetSize } class TargetPiece extends QObject { +TargetPiece(...) +~TargetPiece() +QEntity *getTargetEntity() +QVector3D getPosition() +void setPosition(const QVector3D &value); +QString getTargetType() -QEntity* rootEntity; -QEntity* targetEntity; -QCuboidMesh* targetMesh; -QTransform* targetTransform; -QString targetType -QVector3D position } class Destination <<Struct>> { +QString name +QVector3D position } class Prediction <<Struct>> { +QRectF bbox +float confidence +vector<float> labelScores +string label } enum SortState { None ToPiece ToDestination ToRest } enum Video_Connection_Status { Disconnected Connecting Connected } ' Connections Ui_MainWindow --o MainWindow ObjectDetector --* MainWindow VideoPlayer --* MainWindow IKSimulator --* MainWindow Qt3DWindow --o MainWindow Qt3DWindow --o IKSimulator Prediction <|-- PredictionVisualizer Prediction <|-- ObjectDetector Video_Connection_Status <|-- VideoPlayer SortState <|-- IKSimulator TargetPiece <|-- IKSimulator Destination <|-- IKSimulator IKSimulator -[hidden]> MainWindow MainWindow -[hidden]> Ui_MainWindow VideoPlayer -[hidden]> IKSimulator QMainWindow -[hidden]-> MainWindow ' ObjectDetector -[hidden]-> MainWindow ' PredictionVisualizer -[hidden]-> MainWindow ' TargetPiece -[hidden]-> QMainWindow skinparam nodesep 20 skinparam ranksep 30 @enduml
false
true
false
false
class
afe0d881413cc6602d14d1af73d626475a6b6212
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/session/UserSession.puml
4e818b74a78138f1ba8b8fb227525a2e7012b5f7
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
472
puml
@startuml class UserSession { [[UserSession.html]] -id: Integer -updated: Date -upvotedTracks: Set<String> -downvotedTracks: Set<String> +UserSession(Integer) +getUpvotedTracks(): Set<String> +getDownvotedTracks(): Set<String> +addUpvotedTrack(String): void +addDownvotedTrack(String): void +getId(): Integer +update(): void +getLastUpdate(): Date } @enduml
false
true
false
false
class
0f973afc567af27a5d52da75ca0ba04fcfbc1269
fb84bca41a00746017b56791cc1900e4cb811be7
/plantuml/ScriptableObjcts/Timer.puml
e7cc791571e141ca1ddb03a0b553e7f07f9e6604
[]
no_license
MainCastle1212/EverythingEater_Main
9b3622cc5cca5f78a411cfd7df61fbdec29a8856
c228f75b78387aee448c6fbb2f3a362dccb724bd
refs/heads/main
2023-01-12T07:33:38.139825
2020-11-12T10:01:22
2020-11-12T10:01:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
252
puml
@startuml class Timer { + StartTime : int <<get>> + Time : float <<get>> + IsTimeOver : bool <<get>> OnEnable() : void + Update() : void + Reset() : void } ScriptableObject <|-- Timer Timer --> "gameSetting" GameSetting @enduml
false
true
false
false
class
9417254485a2306dc0295f36c924fcd92c802098
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/kepala/TolakDisposisiBKA.puml
3f78ab3e2bcac77a485990028ae3fb762bd328d3
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
869
puml
@startuml autonumber hide footbox title Menolak Disposisi BKA Actor Kepala boundary Dashboard_V boundary DisposisiBKA_V control Admin_C control SuratDisposisi_C Entity SuratDisposisi_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> Kepala: Halaman Dashboard Kepala --> Dashboard_V: klik menu Disposisi BKA Dashboard_V --> SuratDisposisi_C: disposisibka() SuratDisposisi_C --> SuratDisposisi_E: SuratDisposisi_E --> SuratDisposisi_C: SuratDisposisi_C --> DisposisiBKA_V: load->view() DisposisiBKA_V --> Kepala: Halaman Disposisi BKA Kepala --> DisposisiBKA_V: klik tombol tolak Disposisi BKA DisposisiBKA_V --> SuratDisposisi_C: rejectbka() SuratDisposisi_C --> SuratDisposisi_E: SuratDisposisi_E --> SuratDisposisi_C: SuratDisposisi_C --> DisposisiBKA_V: load->view() DisposisiBKA_V --> Kepala: Halaman Disposisi BKA @enduml
false
true
false
false
sequence
585a7be6464686e470b6301c7202f864941ffda3
debec793d847c9c06dcbba6b9f956fa807828928
/architecture/constructing-money-transfer-architecture/state-diagram.puml
fd6ab8c53250b10709fbb5237799ddc91a6b2654
[ "MIT" ]
permissive
diwadidu/diwadidu.github.io
1308e8a6dcec9bad28382249303fcb7318b3ad69
a1e4e7e919e9c856dfb25f7c109bfa1c83badb75
refs/heads/master
2021-06-27T01:33:40.860347
2021-02-18T11:45:42
2021-02-18T11:45:42
68,662,503
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,085
puml
@startuml hide empty description skinparam monochrome true scale 2048 width [*] --> Init Init: Transfer Service initialized with Init: amount and two account references Init: --- Init: Generate a transaction ID Init --> DebitAccount DebitAccount: Debit the amount from the DebitAccount: source account. DebitAccount --> DebitAccount: On failure, retry \nup to //n// times DebitAccount --> ActivityLog: failure DebitAccount -down-> CreditAccount: successful charge CreditAccount: Credit target account\nwith same amount CreditAccount --> CreditAccount: On failure, retry\nup to //n// times CreditAccount --> Compensation: failed //n// times Compensation: Roll back the original\ncharge on source account Compensation --> Compensation: On failure, retry \nup to //n// times Compensation --> MonitoredLog: compensation failed MonitoredLog: Error log for transactions that\nneed human intervention ActivityLog: Event Log for transactions\nin the system CreditAccount --> ActivityLog: success Compensation --> ActivityLog: success ActivityLog --> [*] MonitoredLog --> [*] @enduml
false
true
false
false
sequence
c0a15e0284b797d31732ea3756017afe0f629611
5992899e0dc7e047598bf810d6d66fb171b6b8fa
/src/main/javadoc/resources/fr/kbertet/io/Reader.iuml
bd1cab2f515ef2fffb2416ab4413d807b490f653
[ "CECILL-B" ]
permissive
kbertet/java-lattices
9e237162ce8330f64769e27284a7f98fa189206f
ddca76f97c41024866e3f3a32b719cb0492c034b
refs/heads/master
2020-12-03T09:19:43.451861
2014-12-12T11:20:45
2014-12-12T11:20:45
29,913,611
1
0
null
2015-01-27T12:41:58
2015-01-27T12:41:58
null
UTF-8
PlantUML
false
false
103
iuml
package fr.kbertet.io { interface Reader<E> { +void read(E e, BufferedReader file) } }
false
true
false
false
class
5ee510609ff6e0207bf3a9bc12319caae5e4e026
2fdfdd23c429bcf31b21547b53fbae2d3c07e090
/Process/Deployment/ConcurrencyAndInformation.puml
63b4e44e76f83adbe23a9d0de58d62c765d453a9
[]
no_license
swa-group1/PlantUML
e3c7e073a4852678f98d7cc54d46e4cf5aa9b464
32d4a102b16a2d7c378b1c560bf170725cb2322f
refs/heads/main
2023-04-21T05:42:03.223046
2021-04-27T18:35:25
2021-04-27T18:35:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,287
puml
@startuml 'https://plantuml.com/deployment-diagram legend Objects there can exist many instances of run-time are marked with green. end legend node "Client" as client_1 #ADA { agent "User interface" as ui_1 agent "GameObserver" as mirror_1 agent "API connector" as connector_1 agent "Receiver" as listener_1 ui_1 --> connector_1 ui_1 <--> mirror_1 mirror_1 <-down-> connector_1 listener_1 -up-> mirror_1 } node "Client" as client_2 #ADA { agent "User interface" as ui_2 agent "GameObserver" as mirror_2 agent "API connector" as connector_2 agent "Receiver" as listener_2 ui_2 --> connector_2 ui_2 <--> mirror_2 mirror_2 <-down-> connector_2 listener_2 -up-> mirror_2 } node "Client" as client_0 #ADA { agent "User interface" as ui_0 agent "GameObserver" as mirror_0 agent "API connector" as connector_0 agent "Receiver" as listener_0 ui_0 --> connector_0 ui_0 <--> mirror_0 mirror_0 <-down-> connector_0 listener_0 -up-> mirror_0 } database "Firebase Storage" as firebase node "Server" as server { agent "API endpoint" as endpoint agent "Broadcaster" as broadcaster_0 #ADA agent "Broadcaster" as broadcaster_1 #ADA agent "Storage API" as storage agent "Lobby" as lobby_0 #ADA agent "Lobby" as lobby_1 #ADA agent "Orchestrator" as orchestrator agent "Router" as router firebase -up-> storage endpoint -[hidden]right- broadcaster_0 broadcaster_0 -[hidden]right- broadcaster_1 broadcaster_1 -[hidden]right- storage lobby_0 -up-> broadcaster_0 lobby_0 -[hidden]right- lobby_1 lobby_0 <-up- storage lobby_1 -up-> broadcaster_1 lobby_1 <-up- storage orchestrator <-up- endpoint orchestrator .up.> endpoint router <-up- endpoint router .up.> endpoint router -up-> lobby_0 router <.up. lobby_0 router -up-> lobby_1 router <.up. lobby_1 } 'client_1 -[hidden]down- server endpoint <-up- connector_0 endpoint .up.> connector_0 endpoint <-up- connector_1 endpoint .up.> connector_1 endpoint <-up- connector_2 endpoint .up.> connector_2 broadcaster_0 -up-> listener_0 broadcaster_1 -up-> listener_1 broadcaster_1 -[hidden]up-> listener_1 broadcaster_1 -up-> listener_2 @enduml
false
true
false
false
sequence
717df660e688f8e041a1ae5d92e0f13a423ebb71
e09caeebf09f297f4b88f9850714d706dbae483e
/app/src/main/java/com/example/designpatternsdemo/single_pattern/单例模式.puml
66726511301a4b15fae1926e581cfaee1ea957e3
[]
no_license
pangliming/DesignPatternsDemo
a742b604349adc00fd243b08ac1f11b301f711ab
ae013f88d1044fc0d1bbd85816dddb36f88e8f60
refs/heads/master
2023-02-01T07:13:09.890991
2020-12-16T17:25:00
2020-12-16T17:25:00
321,577,172
0
0
null
null
null
null
UTF-8
PlantUML
false
false
134
puml
@startuml class Singleton{ + getInstance:Singleton - Singleton():void } class Client{ } Client ..> Singleton : <<use>> @enduml
false
true
false
false
class
d1cc66fc5991cea6f3ee1cdb16637ae61d99b8ab
f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6
/_src/iti41.plantuml
3d483eae2fba6c88dcdc550b3f780e1fe6f2af89
[ "MIT", "GPL-1.0-or-later", "WTFPL", "CC-BY-3.0-US", "BSD-3-Clause", "OFL-1.1" ]
permissive
oehf/ipf-docs
178fe1e3fe079afede58fd25fe93a360234a273a
3a8ea98c86b3405f6571cb23b4da44a726a8fbf4
refs/heads/master
2023-08-30T06:25:52.374023
2023-08-29T14:34:33
2023-08-29T14:34:33
158,552,584
0
3
MIT
2022-03-30T07:48:51
2018-11-21T13:31:43
HTML
UTF-8
PlantUML
false
false
240
plantuml
@startuml hide footbox participant "Content Sender" as CS participant "Content Receiver" as CR CS -> CR : Provide and Register Document Set Request activate CR CR --> CS : Provide and Register Document Set Response deactivate CR @enduml
false
true
false
false
sequence
939f8636f44d67536b100c98e8e63c076e00d06c
a8799b247b5774bc9ab3baee5132700b50c56f94
/docs/puml/query-sequesnce-diagram.puml
eee548344c74f90c8ace568e0ea0b4d54c83659a
[ "MIT" ]
permissive
mmahmoodictbd/iot-hub
5250735bbef5baa9f0bf1e2b8f1756c4d9e32371
d7014e5cb4567bc27907da7056765bb1104ed11a
refs/heads/master
2022-12-27T21:16:09.643304
2020-03-09T09:40:19
2020-03-09T09:40:19
239,018,102
2
1
MIT
2020-10-13T20:11:51
2020-02-07T20:36:43
Java
UTF-8
PlantUML
false
false
554
puml
@startuml hide footbox actor "Authenticated User" as USER participant "**Web APIs**\nmetrics-query-service" as WebAPIs participant "**QueryService**\nMaxValueQueryService\nMany more ..." as QService participant "**PersistentService**\nInfluxDB" as InfluxDB activate WebAPIs activate QService activate InfluxDB USER -> WebAPIs : POST /api/devices/metrics/aggregate WebAPIs -> QService QService -> InfluxDB : fetch data from persistent store InfluxDB -> QService: returns time-series sensor data QService -> WebAPIs WebAPIs -> USER : HTTP 201 @enduml
false
true
false
false
sequence
ef9d8b13914fb99aeb32c731561ed7aa4b6596b9
c808c053ca4ad88d384a4690c612bde8d2b515ac
/cardreader.provider.nfc/src/main/java/de/gematik/ti/cardreader/provider/nfc/security/tagobjects/tagobjects.plantuml
e0765cee38d5d0653a295403d8ae7bb8a76df77c
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-NFC-Android
915c9ff940d467e64c021055d9b6d3858e539d3f
f2b42a1da3b04f742b4f83facbd9cf039339c56a
refs/heads/master
2022-01-13T13:58:12.947688
2022-01-07T07:24:28
2022-01-07T07:24:28
214,091,391
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,243
plantuml
@startuml title __TAGOBJECTS's Class Diagram__\n namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.DataObject { {static} - DO_81_EXTRACTED_TAG : int {static} - DO_81_TAG : int {static} - DO_87_TAG : int - dataBytes : byte[] - tag : int + DataObject() + DataObject() + getTaggedObject() } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.LengthObject { {static} - BYTE_MASK : int {static} - BYTE_VALUE : int {static} - DO_97_TAG : int {static} - NULL : byte[] - leData : byte[] + LengthObject() + getTaggedObject() } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject { {static} - BLOCK_SIZE : int {static} - DO_8E_TAG : int {static} - MAC_SIZE : int - dataOutput : ByteArrayOutputStream - header : byte[] - kMac : byte[] - mac : byte[] - ssc : byte[] + MacObject() + MacObject() {static} + getCMac() + getMac() + getTaggedObject() - calculateMac() } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.StatusObject { {static} - DO_99_TAG : int - statusBytes : byte[] + StatusObject() + getTaggedObject() } } } } 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
978bea4b8e997de6ac52994d194bd4c33e24516d
5d180276957df094f09ee511e05786316537f25d
/src/main/java/string/split/split.plantuml
1ae8bbcde9fb2fdabf648836e9b150188e9c3e00
[ "Apache-2.0" ]
permissive
SomberOfShadow/Local
f727189f1791de203f1efd5cd76b8f241857e473
474e71024f72af5adf65180e5468de19ad5fdfd8
refs/heads/main
2023-07-18T04:11:49.240683
2021-09-07T15:55:28
2021-09-07T15:55:28
389,494,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
503
plantuml
@startuml title __SPLIT's Class Diagram__\n namespace string.split { class string.split.SplitTest { {static} + main() } } namespace string.split { class string.split.SplitTest2 { {static} + getHelmVersionFromHelmChartName() {static} + main() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
acf6c5f17696872f7e0c675409dd557f64d9dd14
18f5c1d777b6ca27a76f84c0c175e02b019bf189
/TrabalhoFinal/src/main/resources/anotations.puml
f30b927c64515d4d166426646d21de2d6f66d633
[]
no_license
kadete90/MPD-1314v-LI41N-G10
bfa6239e3bc94f9cd49fc5197e0f031b4fdcd228
b7439385fee5706818df63518d60cb9966fff22d
refs/heads/master
2021-01-10T20:20:44.505866
2014-08-08T16:59:46
2014-08-08T16:59:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,683
puml
@startuml annotation java.lang.annotation.Retention annotation java.lang.annotation.Target annotation pt.isel.deetc.g10.sqlmapper.annotations.DatabaseField annotation pt.isel.deetc.g10.sqlmapper.annotations.DatabaseTable annotation pt.isel.deetc.g10.sqlmapper.annotations.ForeignKey annotation pt.isel.deetc.g10.sqlmapper.annotations.PrimaryKey class java.lang.annotation.ElementType class java.lang.annotation.RetentionPolicy pt.isel.deetc.g10.sqlmapper.annotations.DatabaseField ..> java.lang.annotation.Retention pt.isel.deetc.g10.sqlmapper.annotations.DatabaseField ..> java.lang.annotation.Target pt.isel.deetc.g10.sqlmapper.annotations.DatabaseField ..> java.lang.annotation.ElementType pt.isel.deetc.g10.sqlmapper.annotations.DatabaseField ..> java.lang.annotation.RetentionPolicy pt.isel.deetc.g10.sqlmapper.annotations.DatabaseTable ..> java.lang.annotation.Retention pt.isel.deetc.g10.sqlmapper.annotations.DatabaseTable ..> java.lang.annotation.Target pt.isel.deetc.g10.sqlmapper.annotations.DatabaseTable ..> java.lang.annotation.ElementType pt.isel.deetc.g10.sqlmapper.annotations.DatabaseTable ..> java.lang.annotation.RetentionPolicy pt.isel.deetc.g10.sqlmapper.annotations.ForeignKey ..> java.lang.annotation.Retention pt.isel.deetc.g10.sqlmapper.annotations.ForeignKey ..> java.lang.annotation.Target pt.isel.deetc.g10.sqlmapper.annotations.ForeignKey ..> java.lang.annotation.ElementType pt.isel.deetc.g10.sqlmapper.annotations.ForeignKey ..> java.lang.annotation.RetentionPolicy pt.isel.deetc.g10.sqlmapper.annotations.PrimaryKey ..> java.lang.annotation.Retention pt.isel.deetc.g10.sqlmapper.annotations.PrimaryKey ..> java.lang.annotation.RetentionPolicy @enduml
false
true
false
false
class
ab719544eae863c8edc19f74d88d19458b9f77aa
7b9fc8f3b40bc6f3d82523bc4d5e8f5b05ea29da
/docs/diagrams/new-way-DI.plantuml
8adb1490e2befe7bd9d2d3a4cc93a7a0ba45fd17
[]
no_license
PedroJesusRomeroOrtega/MarvelDI
38a25e57b6051e10287eb510072d5d1ea292d275
8b35f856167f2fc7b8dfc5c62b50dd90d67a3062
refs/heads/master
2020-04-25T18:53:06.459822
2019-03-08T18:58:26
2019-03-08T18:58:26
172,998,944
0
0
null
null
null
null
UTF-8
PlantUML
false
false
952
plantuml
@startuml DependencyInjection state "provideIn: 'root' | module (new way)" as ProvideInNewWay{ state "provideIn: 'root'" as ProvideInRoot [*] --> ProvideInRoot ProvideInRoot : - Treeshake ProvideInRoot : - The best for libraries services ProvideInRoot : - Lazy loading for services\n used in lazy modules state "providenIn: eagerModule" as ProvideInEager [*] --> ProvideInEager ProvideInEager : - Not recomended ProvideInEager: - Prevent to use a service in other module state "provideIn: lazyModule" as ProvideInLazy [*] --> ProvideInLazy ProvideInLazy : - Lazy service only used\n in the lazy module ProvideInLazy: - LazyServiceModule to abort\n circular dependency note bottom of ProvideInRoot Be careful of using lazy services with provideIn:root; if then you instantiate in a eager part, then this service will be in the eager bundle. With a lot of services it can be a mess. end note } @enduml
false
true
false
false
activity
53acafca442ec2d63934da15318f88374e29b46a
4a1f5b84afd125cec67d3ad5f523078ee7e3cc6f
/proxy/docs/src/proxy-impl.puml
2b09e6d0902d9dd6b82ce344b14a7363d2fb7ae9
[]
no_license
markoweb/excellence-sharing
0ffdb4cc9794372483a56e82a4405687df2cf30e
af3cd6116fe7697fac060231dcbb82499e97202c
refs/heads/master
2021-08-31T13:10:42.251650
2017-12-21T11:46:22
2017-12-21T11:46:22
114,209,612
0
0
null
null
null
null
UTF-8
PlantUML
false
false
875
puml
@startuml interface Publication { + open() + close() + setPageNumber(page) + getPageNumber() + getDailyRate(day) + getCategory() + getPageCount() } class Book { + open() + close() + setPageNumber(page) + getPageNumber() + getDailyRate(day) + getCategory() + getPageCount() } abstract class PublicationProxy { # publication : Publication + PublicationProxy(publication: Publication) + open() + close() + setPageNumber(page) + getPageNumber() + getDailyRate(day) + getCategory() + getPageCount() } class PrepaidPublicationProxy { + PrepaidPublicationProxy(publication, startPage, endPage) + setPageNumber(page) } Client -> Publication Publication <|.. Book Publication <|.. PublicationProxy Book <- PublicationProxy PublicationProxy <|-- PrepaidPublicationProxy @enduml
false
true
false
false
class
8a9b44c5031d9ba4d658e016b3b958ca4ae45d50
b7bb3f20096cbbfaa123ae7b7b786d936496fb67
/templates/components-with-different-colors.puml
6bd056f3c6417019bbf1de773763a4c4e7695a4d
[]
no_license
madhub/plantuml-designs
c82c3a9667b99588ffb8b6fa5a358b49e658150a
c97bc28faae3f489189b5148c1ac7a1e11107ec7
refs/heads/master
2023-04-16T12:09:51.925070
2021-05-02T11:52:59
2021-05-02T11:52:59
295,026,632
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,109
puml
@startuml skinparam defaultFontName Segoe UI skinparam Style strictuml skinparam DefaultFontSize 16 skinparam ArrowThickness 2.2 skinparam ArrowColor #gray skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 60 skinparam SequenceMessageAlignment center /' Set custom background colors for the default component elements and the specific stereotypes. '/ skinparam component { BackgroundColor #ff6666 BackgroundColor<<Database>> #ccff66 BackgroundColor<<Spring service>> #66ccff BackgroundColor<<Spring REST controllers>> #66ffcc BackgroundColor<<Spring repository>> #66ffff BackgroundColor<<Mail server>> #ffcc66 } skinparam defaultFontName Segoe UI actor User [Third party application] as ThirdPartyApp together { [PostgreSQL database] as PostgresDB <<Database>> [Mail server] as Mail <<Mail server>> } package "Spring Boot Application" { [APIController] <<Spring REST controllers>> [AdminController] <<Spring REST controllers>> [AdminService] <<Spring service>> [DataStoreService] <<Spring service>> [Repository] <<Spring repository>> } User --> AdminController ThirdPartyApp --> APIController APIController --> DataStoreService AdminController --> DataStoreService AdminController --> AdminService DataStoreService --> Repository AdminService --> Mail Repository --> PostgresDB @enduml @startuml title Line style & color skinparam defaultFontName Segoe UI skinparam Style strictuml skinparam DefaultFontSize 16 skinparam ArrowThickness 2.2 skinparam ArrowColor #gray skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 60 skinparam SequenceMessageAlignment center ' Make a dashed line, alternative syntax for ..> (*) -[dashed]-> "Write outline" ' Make line bold and use color name "Write outline" -[bold,#green]-> "Find example" ' Only change the color with hexadecimal RGB code "Find example" -[#ff00ff]-> "Write blog" ' Order of line style and color can be reversed "Write blog" -[#6666ff,dashed]-> "Publish" ' Use dotted line style "Publish" -[dotted]-> (*) @enduml
false
true
false
false
usecase
1f7331aa9ef049d70fa45959130e5ec0848c19bd
aedec23132eabce8e05ee4a0c773b86b470ab0f1
/Diagrams/SequenceDiagrams/seq-setwindow-6.1.3.plantuml
3b4f00698105802034784c6b81ff06f80455213a
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
arfintechpy/docs
465ef01f8bcf8201c7dd36033a4970886e40d09a
305a593be2ecd3f470dd6e199ef5656a2c746355
refs/heads/master
2020-04-20T22:03:45.265174
2019-02-01T08:00:32
2019-02-01T08:00:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,992
plantuml
@startuml ' declate title title 6.1.3. Get Settlement Windows By Parameters (getSettlementWindowsByParams) 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 Windows By Parameters activate OPERATOR note right of OPERATOR #yellow **Params:** ?participantId={participantId} &state={state} &fromDateTime={fromDateTime} &toDateTime={toDateTime} end note OPERATOR -> SSAPI: GET - /settlementWindows/{params} activate SSAPI SSAPI -> SETTLE_DAO: Request settlementWindow\n<color #FF0000><b>Error code:</b> 2001</color> activate SETTLE_DAO SETTLE_DAO -> DB: Request settlementWindows activate DB hnote over DB #lightyellow SELECT DISTINCT sw.settlementId, swsc.settlementWindowStateId, swsc.reason, sw.createdDate, swsc.createdDate changedDate FROM **settlementWindow** sw JOIN **settlementWindowStateChange** swsc ON swsc.settlementWindowStateChangeId = sw.currentStateChangeId JOIN **transferFulfilment** tf ON tf.settlementWindowId = sw.settlementWindowId JOIN **transferParticipant** tp ON tp.transferId = tf.transferId JOIN **participantCurrency** pc ON pc.participantCurrencyId = tp.participantCurrencyId [WHERE pc.participantId = {participantId}] [AND swsc.settlementWindowStateId = {state}] [AND sw.createdDate >= {fromDateTime}] [AND sw.createdDate <= {toDateTime}] end hnote SETTLE_DAO <-- DB: Return data deactivate DB SSAPI <-- SETTLE_DAO: Return **settlementWindows** deactivate SETTLE_DAO alt One or more records found note left of SSAPI #yellow [ { "id": settlementWindow.settlementId, "state": settlementWindow.settlementWindowStateId, "reason": settlementWindow.reason, "createdDate": settlementWindow.createdDate, "changedDate": settlementWindow.changedDate } ] 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
false
false
usecase
29b30b7dcdf58a81f355c4d7ef0e055250151deb
3a44003060e3d27f6f0dc53946ab136c72c1a2ba
/diagrams/decision_engine/ClassDiagram.puml
d7fd6f7c517ef49146e24a804323b76a17b3a813
[ "BSD-3-Clause" ]
permissive
HEPCloud/documentation
2528e24a7978c5c07c7d40724582510e4223f6ff
9d71b83ff40472d8e3d355b71cc56b74652fe33e
refs/heads/master
2020-12-06T05:28:53.348734
2020-02-20T14:46:55
2020-02-20T14:46:55
232,359,235
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,534
puml
@startuml skinparam shadowing false abstract class Source { {abstract} void acquire() {abstract} Strings produces() } abstract class Decider { {abstract} bool run() {abstract} Strings produces() {abstract} Strings consumes() } abstract class Publisher { {abstract} void publish() {abstract} Strings consumes() } class TaskManager { } note left of TaskManager : Handles class of task TaskManager "1" *-- "*" Source : contains TaskManager "1" *-- "*" Decider : contains TaskManager "1" *-- "*" Publisher : contains class LogicExpr { } class Proxy { } Proxy o-- DataBlock Source <|-- Proxy Decider <|-- LogicExpr class Factory { Source makeSource(String type, ParameterSet p) Decider makeDecider(String type, ParameterSet p) Publisher makePublisher(String type, ParameterSet p) } class Builder { TaskManager make(DecisionDocument doc) } class Scheduler { } class Dict { } class DataBlock { Dict get(String label) void put(String label, Dict data) } DataBlock *-- Dict class DataSpace { } DataSpace "1" *-- "*" DataBlock : contains TaskManager "1" *-- "1" Scheduler : contains TaskManager "1" o-- "1" DataBlock : references class DecisionDocument { } class Config { } class BusinessRules { } DecisionDocument "1" *-- "1" Config : contains DecisionDocument "1" *-- "1" BusinessRules : contains Builder ..> DecisionDocument : uses Builder ..> Factory class Engine { } Engine "1" o-- "1" Builder : contains Engine "1" *-- "*" TaskManager : contains Engine "1" *-- "1" DataSpace : contains @enduml
false
true
false
false
class
74dfb1997ad27a478869347fb023033a42acb49a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteSellerCommentSetMessagePayload.puml
3c7f7810b4fc35213bcaeab346761c6db199378f
[]
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
464
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 StagedQuoteSellerCommentSetMessagePayload [[StagedQuoteSellerCommentSetMessagePayload.svg]] extends MessagePayload { type: String sellerComment: String } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
2a4308b4240ca3c62505cb40c89d19d3381c7207
64266ad06b6f7e75981996000bdf1208717b0296
/src/com/hewie/hewie/Five.puml
f3692354bee9540b4c1b120cbc04675ec151b66f
[]
no_license
hewiezhangB/ideaTest
127f708098c08803c4f1870670e9a1ba0243ffb3
3b67dc5197012fcd0c0278575740c2349a838ea3
refs/heads/master
2023-07-09T23:47:37.466152
2021-08-09T07:08:26
2021-08-09T07:08:26
394,166,690
0
0
null
null
null
null
UTF-8
PlantUML
false
false
469
puml
@startuml 'https://plantuml.com/component-diagram package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example 1] } database "MySql" { folder "This is my folder" { [Folder 3] } frame "Foo" { [Frame 4] } } [Another Component] --> [Example 1] [Example 1] --> [Folder 3] [Folder 3] --> [Frame 4] @enduml
false
true
false
false
sequence
b7eeca32b4705669bddaa62cc5f41cce2b794116
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/models/Country.puml
f7fb6ba1d990d2a2886e6f7f66bc940cce010c66
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
9,000
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] { -Coordinate coordinate -int armyAmount -String name -Continent continent -Player conquerer -int serializedOrder -String continentName -String conquererName +Country(int order,String name,Coordinate coordinate,Continent continent) +Country(Country serializedCountry,List<Continent> continents,List<Player> players) +int getSerializedOrder() +Player getConquerer() +void setConquerer(Player conquerer) +Continent getContinent() +String getName() +int getArmyAmount() +void setArmyAmount(int armyAmount) +int getOrder() +Coordinate getCoordinate() +ArrayList<Country> getNeighbors() +boolean isConquered() +void receiveArmiesFromUnPlacedArmies(int amount) +void increaseArmies(int amount) +void decreaseArmies(int amount) +void moveArmies(Country toCountry,int armiesToMove) +void placeArmy(Player player) +boolean isNeighboringCountries(Country neighborCountry) +boolean isCountryBelongToPlayer(Player player) +void viewWithoutNeighbors(int indent) +void viewWithoutNeighbors(PrintStream printStream,int indent) +void view(PrintStream printStream,int indent) } class "<b><size:14>MapController</b>\n<size:10>soen6441riskgame.controllers" as soen6441riskgame.controllers.MapController [[../../soen6441riskgame/controllers/MapController.html{soen6441riskgame.controllers.MapController}]] #white { } hide soen6441riskgame.controllers.MapController fields hide soen6441riskgame.controllers.MapController methods soen6441riskgame.controllers.MapController ..> soen6441riskgame.models.Country class "<b><size:14>Continent</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Continent [[../../soen6441riskgame/models/Continent.html{soen6441riskgame.models.Continent}]] { } hide soen6441riskgame.models.Continent fields hide soen6441riskgame.models.Continent methods soen6441riskgame.models.Continent ..> soen6441riskgame.models.Country class "<b><size:14>Coordinate</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Coordinate [[../../soen6441riskgame/models/Coordinate.html{soen6441riskgame.models.Coordinate}]] { } hide soen6441riskgame.models.Coordinate fields hide soen6441riskgame.models.Coordinate methods soen6441riskgame.models.Country --> "coordinate" soen6441riskgame.models.Coordinate soen6441riskgame.models.Country --> "continent" soen6441riskgame.models.Continent class "<b><size:14>Player</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Player [[../../soen6441riskgame/models/Player.html{soen6441riskgame.models.Player}]] { } hide soen6441riskgame.models.Player fields hide soen6441riskgame.models.Player methods soen6441riskgame.models.Country --> "conquerer" soen6441riskgame.models.Player interface "<b><size:14>Viewable</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Viewable [[../../soen6441riskgame/models/Viewable.html{soen6441riskgame.models.Viewable}]] { } hide soen6441riskgame.models.Viewable fields hide soen6441riskgame.models.Viewable methods soen6441riskgame.models.Country ..|> soen6441riskgame.models.Viewable soen6441riskgame.models.Country ..> soen6441riskgame.models.Country class "<b><size:14>PrintStream</b>\n<size:10>java.io" as java.io.PrintStream #lightgrey { } hide java.io.PrintStream fields hide java.io.PrintStream methods soen6441riskgame.models.Country ..> java.io.PrintStream soen6441riskgame.models.Player ..> soen6441riskgame.models.Country class "<b><size:14>SerializableGame</b>\n<size:10>soen6441riskgame.models.serializers" as soen6441riskgame.models.serializers.SerializableGame [[../../soen6441riskgame/models/serializers/SerializableGame.html{soen6441riskgame.models.serializers.SerializableGame}]] #white { } hide soen6441riskgame.models.serializers.SerializableGame fields hide soen6441riskgame.models.serializers.SerializableGame methods soen6441riskgame.models.serializers.SerializableGame --> "countries *" soen6441riskgame.models.Country class "<b><size:14>SerializableGame.Builder</b>\n<size:10>soen6441riskgame.models.serializers" as soen6441riskgame.models.serializers.SerializableGame.Builder [[../../soen6441riskgame/models/serializers/SerializableGame.Builder.html{soen6441riskgame.models.serializers.SerializableGame.Builder}]] #white { } hide soen6441riskgame.models.serializers.SerializableGame.Builder fields hide soen6441riskgame.models.serializers.SerializableGame.Builder methods soen6441riskgame.models.serializers.SerializableGame.Builder --> "countries *" soen6441riskgame.models.Country class "<b><size:14>AggressiveStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.AggressiveStrategy [[../../soen6441riskgame/models/strategies/AggressiveStrategy.html{soen6441riskgame.models.strategies.AggressiveStrategy}]] #white { } hide soen6441riskgame.models.strategies.AggressiveStrategy fields hide soen6441riskgame.models.strategies.AggressiveStrategy methods soen6441riskgame.models.strategies.AggressiveStrategy ..> soen6441riskgame.models.Country class "<b><size:14>BenevolentStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.BenevolentStrategy [[../../soen6441riskgame/models/strategies/BenevolentStrategy.html{soen6441riskgame.models.strategies.BenevolentStrategy}]] #white { } hide soen6441riskgame.models.strategies.BenevolentStrategy fields hide soen6441riskgame.models.strategies.BenevolentStrategy methods soen6441riskgame.models.strategies.BenevolentStrategy ..> soen6441riskgame.models.Country class "<b><size:14>CheaterStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.CheaterStrategy [[../../soen6441riskgame/models/strategies/CheaterStrategy.html{soen6441riskgame.models.strategies.CheaterStrategy}]] #white { } hide soen6441riskgame.models.strategies.CheaterStrategy fields hide soen6441riskgame.models.strategies.CheaterStrategy methods soen6441riskgame.models.strategies.CheaterStrategy ..> soen6441riskgame.models.Country class "<b><size:14>HumanStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.HumanStrategy [[../../soen6441riskgame/models/strategies/HumanStrategy.html{soen6441riskgame.models.strategies.HumanStrategy}]] #white { } hide soen6441riskgame.models.strategies.HumanStrategy fields hide soen6441riskgame.models.strategies.HumanStrategy methods soen6441riskgame.models.strategies.HumanStrategy ..> soen6441riskgame.models.Country class "<b><size:14>RandomStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.RandomStrategy [[../../soen6441riskgame/models/strategies/RandomStrategy.html{soen6441riskgame.models.strategies.RandomStrategy}]] #white { } hide soen6441riskgame.models.strategies.RandomStrategy fields hide soen6441riskgame.models.strategies.RandomStrategy methods soen6441riskgame.models.strategies.RandomStrategy ..> soen6441riskgame.models.Country interface "<b><size:14>Strategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.Strategy [[../../soen6441riskgame/models/strategies/Strategy.html{soen6441riskgame.models.strategies.Strategy}]] #white { } hide soen6441riskgame.models.strategies.Strategy fields hide soen6441riskgame.models.strategies.Strategy methods soen6441riskgame.models.strategies.Strategy ..> soen6441riskgame.models.Country class "<b><size:14>GameBoardMap</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardMap [[../../soen6441riskgame/singleton/GameBoardMap.html{soen6441riskgame.singleton.GameBoardMap}]] #white { } hide soen6441riskgame.singleton.GameBoardMap fields hide soen6441riskgame.singleton.GameBoardMap methods soen6441riskgame.singleton.GameBoardMap ..> soen6441riskgame.models.Country class "<b><size:14>GameBoardPlaying</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoardPlaying [[../../soen6441riskgame/singleton/GameBoardPlaying.html{soen6441riskgame.singleton.GameBoardPlaying}]] #white { } hide soen6441riskgame.singleton.GameBoardPlaying fields hide soen6441riskgame.singleton.GameBoardPlaying methods soen6441riskgame.singleton.GameBoardPlaying --> "attackingCountry" soen6441riskgame.models.Country soen6441riskgame.singleton.GameBoardPlaying --> "defendingCountry" soen6441riskgame.models.Country class "<b><size:14>GraphChecker</b>\n<size:10>soen6441riskgame.utils" as soen6441riskgame.utils.GraphChecker [[../../soen6441riskgame/utils/GraphChecker.html{soen6441riskgame.utils.GraphChecker}]] #white { } hide soen6441riskgame.utils.GraphChecker fields hide soen6441riskgame.utils.GraphChecker methods soen6441riskgame.utils.GraphChecker ..> soen6441riskgame.models.Country @enduml
false
true
false
false
class
2e2b8c4243c0fbfbf030b4e22c57cbe6498538bd
426eb29881a71b80d15771180e3ef7c559d04dc8
/plantuml/CharacterBase.puml
93b30af50e93aaffea8a0ac9c0295e6b724c10ec
[ "MIT" ]
permissive
ds202004gp/BlackjackUnity
a9a8aed6c17e1d4faad967606c4d9b7822d4caf9
64f454f3b17b58fd391898f468065fbe229545be
refs/heads/main
2023-01-23T04:36:04.150573
2020-11-20T08:41:04
2020-11-20T08:41:04
302,887,444
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,095
puml
@startuml class CharacterBase { # characterScore : int direction : float # <<virtual>> Awake() : void + <<virtual>> GameStart() : void + <<virtual>> ResetCardsInfo() : void CharacterCardSpritesReset() : void # AddCharacterCards(card:Card) : void # ShowCharacterCards() : void CharacterCardSpritesAdd(cardPos:Vector2) : void score : int aceCount : int CharacterScoreSum() : bool + IsBlackjack : bool <<get>> + IsBust : bool <<get>> # ShowCharacterScore() : void + GetScore() : int } class "List`1"<T> { } MonoBehaviour <|-- CharacterBase CharacterBase --> "characterController" GameObject CharacterBase --> "blackjackOrBust" Text CharacterBase --> "characterTransform" Transform CharacterBase --> "gameDirectorObject" GameObject CharacterBase --> "gameDirector" GameDirector CharacterBase --> "trumpController" TrumpController CharacterBase --> "scoreText" Text CharacterBase --> "characterCards<Card>" "List`1" CharacterBase --> "characterCardSprites<SpriteRenderer>" "List`1" CharacterBase --> "cardPrefab" SpriteRenderer @enduml
false
true
false
false
class
eef98a3f66d922e464d824cc1ba43aa7f7c7294d
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/flyweight/flyweight.plantuml
e95caf0fbd8d3978f2f13194a9acce52689bdca1
[]
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
1,117
plantuml
@startuml title __FLYWEIGHT's Class Diagram__\n namespace com.atguigu.flyweight { class com.atguigu.flyweight.Client { {static} + main() } } namespace com.atguigu.flyweight { class com.atguigu.flyweight.ConcreteWebSite { - type : String + ConcreteWebSite() + use() } } namespace com.atguigu.flyweight { class com.atguigu.flyweight.User { - name : String + User() + getName() + setName() } } namespace com.atguigu.flyweight { abstract class com.atguigu.flyweight.WebSite { {abstract} + use() } } namespace com.atguigu.flyweight { class com.atguigu.flyweight.WebSiteFactory { - pool : HashMap<String, ConcreteWebSite> + getWebSiteCategory() + getWebSiteCount() } } com.atguigu.flyweight.ConcreteWebSite -up-|> com.atguigu.flyweight.WebSite 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
22a078a3a47c09a21987eacfd23d9c16f09f59d6
f37e90775a158ea0ae644e334eac5bba341f4989
/BigData+/Hadoop+/HadoopDocker+/Hadoop2+/HdfsKerberosCluster/cluster.puml
fa6e27f701469004c1d04c29ffa3f80a86efb557
[]
no_license
Aleks-Ya/yaal_examples
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
ec282968abf1b86e54fc2116c39f2d657b51baac
refs/heads/master
2023-09-01T07:40:44.404550
2023-08-27T15:24:34
2023-08-29T22:01:46
14,327,752
4
2
null
2021-06-16T20:39:19
2013-11-12T09:26:08
Java
UTF-8
PlantUML
false
false
1,203
puml
@startuml 'https://plantuml.com/deployment-diagram node "master.yaal.ru" { component NameNode component DataNode1 component KerberosClient as KerberosClientM actor "root:root" as RootM actor "hadoop:hadoop" as HadoopM actor "hdfs:hadoop" as HdfsM person "nn/hdfs-master.hdfs.yaal.ru@HADOOPCLUSTER.LOCAL" HdfsM --> NameNode: runs HdfsM --> DataNode1: runs } node "slave1.yaal.ru" { component DataNode2 component KerberosClient as KerberosClientS1 actor "root:root" as RootS1 actor "hadoop:hadoop" as HadoopS1 actor "hdfs:hadoop" as HdfsS1 person "hdfs/hdfs-slave1.hdfs.yaal.ru@HADOOPCLUSTER.LOCAL" HdfsS1 --> DataNode2: runs } node "slave2.yaal.ru" { component DataNode3 component KerberosClient as KerberosClientS2 actor "root:root" as RootS2 actor "hadoop:hadoop" as HadoopS2 actor "hdfs:hadoop" as HdfsS2 person "hdfs/hdfs-slave2.hdfs.yaal.ru@HADOOPCLUSTER.LOCAL" HdfsS2 --> DataNode3: runs } node "kdc.yaal.ru" { component KerberosKDC component KerberosAdminClient person "root/admin@HADOOPCLUSTER.LOCAL" person "hadoop/admin@HADOOPCLUSTER.LOCAL" actor "root:root" as RootKdc } @enduml
false
true
false
false
sequence
75f5bf46f2b0e1ff35db01e899117c0b2b154db3
d20c5c47f69154bab730978ab6926273aa912143
/doc/sequencediagrams/fr21.puml
b03821c9c7ef1b70d5d46ca8409246fa2a28521b
[]
no_license
PolyPong/PolyPong
6343389dfc34c90e017e730e50432b9f190bd0e8
c51a4ad491351f85d1065dab697dc52dacae7e88
refs/heads/master
2023-04-07T02:36:34.103293
2021-04-17T05:46:43
2021-04-17T05:46:43
336,416,757
0
0
null
null
null
null
UTF-8
PlantUML
false
false
291
puml
@startuml actor user 'expand paddle participant Player as P participant Paddle as pad activate user user -> P: applyPowerup(SelfSplitPaddle) activate P P -> pad: splitPaddle() activate pad pad --> P: success deactivate pad P --> user: success deactivate P deactivate user @enduml
false
true
false
false
usecase
3cc9ad767cb50701fe64bb57c90d9e76a5adeaff
fc453f552b9ca55f605a8dec99fcba631fe60a45
/UML Diagrams/clases.puml
2992db0b9de72fc2a59ba5e1919c892ee76279ac
[]
no_license
jpguitron/TC2004-AgoDic17
23f572d1f321d8a17b36822889dea5b8a4f1db72
e04ea05952b7b7ecec42150ad08b179715c3d44f
refs/heads/master
2021-01-15T19:06:34.961001
2017-10-27T17:44:51
2017-10-27T17:44:51
99,808,163
0
0
null
null
null
null
UTF-8
PlantUML
false
false
429
puml
@startuml abstract Class Persona <<Abstract>>{ +String nombre; -int edad; #char genero; virtual void hablar() = 0; Persona(); } Class Profesor interface Interfaz Class Transporte Class Asientos Class Cumbias Persona <|-- Profesor : anotación Interfaz <|..Profesor Profesor --> Transporte : usa > Transporte o-- Asientos : Aggregation Transporte *-- Cumbias : Composition @enduml
false
true
true
false
sequence
68a49fd4451a8ae124361895cf763dfa1a19a55e
ffbc236cfbbda0b7af27e8f1626b8d538327d707
/uml/component-diagrams/CD-WP3-ArchitectureOverview.puml
37054936857be4f600f27ec7f4b9ee756e5a55e8
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
SODALITE-EU/project-wide-documentation
bd035fd455660368675843cdee74f86b8f685629
7a7b8ce76add1940c5f501ae2c2280ab47b939de
refs/heads/master
2021-12-27T17:22:26.360944
2021-12-22T15:48:10
2021-12-22T15:48:10
225,436,822
3
3
Apache-2.0
2021-12-22T15:49:03
2019-12-02T17:59:29
null
UTF-8
PlantUML
false
false
2,661
puml
@startuml title WP3 Modeling Layer Architecture Overview skinparam componentFontSize 40 skinparam componentArrowFontSize 30 skinparam packageFontSize 34 skinparam interfaceFontSize 36 skinparam titleFontSize 40 skinparam NoteFontSize 36 interface "IAMServiceAPI" as AAUAPI #808080 interface "SecretVaultAPI" as SecretsAPI #808080 interface "DeploymentPreparationAPI" as deploymentPreparationAPI #FF6347 interface "DefectPredictionCorrectionAPI" as correctionAPI #4169E1 interface "GrafanaRegistryAPI" as GrafanaRegistryAPI #4169E1 interface "MonitoringRulesAPI" as monitoringRulesAPI #4169E1 interface "OrchestratorAPI" as orchestratorAPI #FF6347 interface "PlatformDiscoveryAPI" as PDS #FF6347 package "SODALITE IDE" as IDE { component [DSL Editor] as ideDSLeditor component [AADM DSL] as AADM component [RM DSL] as RM component [OM DSL] as OM component [Ansible DSL] as Ansible ideDSLeditor *-- AADM ideDSLeditor *-- RM ideDSLeditor *-- OM ideDSLeditor *-- Ansible AADM ..> Ansible: use AADM ..> RM: use AADM ..> OM: use Ansible ..> RM :use component [GUI] as ideGUI } note top of ideDSLeditor __**DSL Editor consists of four editors**__ AADM: Abstract Application Deployment Model RM: Resource Model OM: Optimization Model Ansible: Ansible Abstract Playbook Model end note package "Semantic Reasoner" as res { interface "SemanticReasonerAPI" as resAPI component [Semantic Population Engine] as resPopulationEngine component [Semantic Reasoning Engine] as resReasoningEngine } package "Semantic Knowledge Base" as repo { database "RDF Triplestore\n(GraphDB)" as triplestore { interface "SPARQL Endpoint" as repoEndpoint scale 700 height component [Domain Ontologies] as repoOntologies } } note bottom of repoOntologies __**Semantic Modelling & Abstraction**__ Application Ontology Infrastructure Ontology Performance Optimization Ontology Deployment & Lifecycle Ontology end note ideGUI ..> PDS : use resAPI -down- resPopulationEngine resAPI -up- resReasoningEngine ideDSLeditor .left.> resAPI: use ideDSLeditor <-down---> ideGUI repoOntologies -up- repoEndpoint resPopulationEngine ..right...> repoEndpoint: use resReasoningEngine ..right....> repoEndpoint: use resReasoningEngine ..> AAUAPI: use resPopulationEngine ..> correctionAPI: use resPopulationEngine ..> AAUAPI: use ideGUI .up.> deploymentPreparationAPI : use ideGUI ..> GrafanaRegistryAPI : use ideGUI ..> monitoringRulesAPI : use ideGUI ..> RefactorerAPI : use ideGUI ..> SecretsAPI : use ideGUI .up.> orchestratorAPI : use ideGUI ..> AAUAPI: use @enduml
false
true
false
false
sequence
9a6381eaa8de3fca018611f6f2c8534b1263b95a
176fa7e597c2f2337f80a9d4e393e636e5823129
/stocky-devel/stocky/docs/source/uml_images/classes_commlink_classes.plantuml
d6c7666e11b3fc55cec981a2ed23d1234e9fa64d
[ "Apache-2.0" ]
permissive
cfe-lab/stocky
0133abf16bbf068d8ef3684af4d7b22e96756e37
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
refs/heads/master
2021-04-15T17:01:15.610547
2019-04-08T18:51:52
2019-04-08T18:51:52
126,519,914
2
0
null
null
null
null
UTF-8
PlantUML
false
false
845
plantuml
@startuml title classes commlink class CLResponse { +rl +get_comment_dct(self) +return_code(self) } class BaseCommLink { +COMMENT_ID +DCT_START_CHAR +DCT_STOP_CHAR +MSGNUM_ID +RC_FAULTY +RC_NO_BARCODE +RC_NO_TAGS +RC_OK +RC_TIMEOUT +cfgdct +logger +mydev +rfid_info_dct +encode_comment_dict(d:dict) +extract_comment_dict(s:str) +get_info_dct(self) +get_rfid_state(self) +handle_state_change(self, is_online:bool) +id_string(self) +is_alive(self) +open_device(self) +raw_read_response(self) +raw_send_cmd(self, cmdstr:str) +rc_string(ret_code:TLSRetCode) +send_cmd(self, cmdstr:str, comment:str=None) } class SerialCommLink { +rfid_info_dct +id_string(self) +open_device(self) } BaseCommLink <|-- SerialCommLink @enduml
false
true
false
false
class
cbd301ebf7f65d5df2043ddafab06ef743ff3ae4
22694cfdec9fa8efc64b8f5e86b906d76e8b89fe
/docs/uml/interfaces.puml
7831e033da98b17ae7b46a6d86bc31820ad7053f
[]
no_license
mattiamari/unibo-smartradar
db10bb7eb00a5dc7e41a827911296360a98c65b9
122897a188230eabf85d5acbe719c30ae9191652
refs/heads/master
2020-09-12T17:13:27.719641
2019-11-27T17:53:55
2019-11-27T17:53:55
222,490,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
512
puml
@startuml classes interface Sonar { getReading() : double } interface Servo { setAngle(angle : integer) getAngle() } interface Pir { isDetecting() : boolean } interface Led { isOn() turnOn() turnOff() toggle() } interface Button { } interface Potentiometer { getReading() : integer } interface EventEmitter { addEventHandler(EventHandler) } interface EventHandler { handle() } EventEmitter <.. Pir EventEmitter <.. Button EventEmitter - EventHandler @enduml
false
true
false
false
class
d529df060f90be79436806254a4ce62b1716caff
8e0e85b3875e06a4d76b4298decb879026847d7f
/docs/Skeleton/diagrams/PlaceResource/placeResource2.puml
a224dfe495d6789ceb151e7417b3f5ecc45acafa
[]
no_license
viseguard-studios/Documentation
fba5030594be0303374d70019c7ea759316a96fe
290312ddbeab9cf9a28147c868f3330475aebd6d
refs/heads/main
2023-05-13T12:00:34.417075
2021-06-06T07:52:49
2021-06-06T07:52:49
338,383,487
0
0
null
null
null
null
UTF-8
PlantUML
false
false
389
puml
@startuml hide footbox title SpaceShip place resource when core is invisible actor Tester as Tester participant s as s <<SpaceShip>> participant currentAsteroid as currentAsteroid <<Asteroid>> participant item as item <<Item>> Tester -> s : PlaceItem(item) activate s s -> currentAsteroid ++: PlaceItem(item) currentAsteroid --> s --: false s--> Tester : false deactivate s @enduml
false
true
false
false
usecase
16e8d3f2d2cac3448abf6c3b1531bf9191b7ab84
651a2439478b74a6a9fd06cb27edc0105b62105c
/docs/catalog-of-terms/Decorator-Pattern/decorator-pattern.puml
f0bdede505a19629e4892b8f41833c2c00ca7530
[ "MIT" ]
permissive
NicoJuicy/modular-monolith-with-ddd
2abbaefe3e715faf009257db1ce76d2ac0539a7b
ff54f9e6a2f8a672ea0aef5ffe7c163b0b8eb7b8
refs/heads/master
2023-01-20T16:11:47.006416
2022-08-23T20:58:28
2022-08-23T20:58:28
221,891,602
0
0
MIT
2023-01-18T14:33:28
2019-11-15T09:36:27
null
UTF-8
PlantUML
false
false
1,333
puml
@startuml class MeetingsController { +AddMeetingAttendee() +RemoveMeetingAttendee() } class AddMeetingAttendeeCommand class RemoveMeetingAttendeeCommand class Mediator { +Send() } interface ICommandHandler<in TCommand> { +Handle(TCommand, CancellationToken) } ~class AddMeetingAttendeeCommandHandler { +Handle(AddMeetingAttendeeCommand, CancellationToken) } ~class RemoveMeetingAttendeeCommandHandler { +Handle(RemoveMeetingAttendeeCommand, CancellationToken) } ~class LoggingCommandHandlerDecorator<T> { +Handle(T, CancellationToken) -Log() } note left of LoggingCommandHandlerDecorator::Log Performs logging, but doesn't change how Handle operates end note hide empty members MeetingsController -down-> Mediator: informs MeetingsController -down-> Mediator: informs Mediator -down-> AddMeetingAttendeeCommand: sends Mediator -down-> RemoveMeetingAttendeeCommand: sends AddMeetingAttendeeCommandHandler -up-> AddMeetingAttendeeCommand: handles RemoveMeetingAttendeeCommandHandler -up-> RemoveMeetingAttendeeCommand: handles AddMeetingAttendeeCommandHandler .right.|> ICommandHandler: implements RemoveMeetingAttendeeCommandHandler .right.|> ICommandHandler: implements LoggingCommandHandlerDecorator ..|> ICommandHandler: implements LoggingCommandHandlerDecorator *..|> ICommandHandler: decorates @enduml
false
true
false
false
sequence
0f9d2e597cfb821efe21ff8bca2008fe30b32973
73b30fc6ed03c08641502280e1462f754515f574
/part-0/ex-0-5.plantuml
742cfbee5484f4408333366a96f601b6e00f485c
[]
no_license
ludivinepoussier/fullstackopen
54865bb00d9e0c9bf537fc892bb31e9ea8985229
c4ae20383d04d9c818e57fc941663b65724a0379
refs/heads/master
2023-01-28T10:40:28.969951
2020-12-11T19:55:47
2020-12-11T19:55:47
253,242,240
2
3
null
2023-01-24T03:43:14
2020-04-05T13:32:17
JavaScript
UTF-8
PlantUML
false
false
812
plantuml
@startuml skinparam componentStyle uml2 skinparam Shadowing false actor user title 0.5: Single page app user->browser: user opens URL browser->server: HTTP GET https://fullstack-exampleapp.herokuapp.com/spa server-->browser: HTML-code browser->server: HTTP GET https://fullstack-exampleapp.herokuapp.com/main.css server-->browser: main.css browser->server: HTTP GET https://fullstack-exampleapp.herokuapp.com/spa.js server-->browser: spa.js note over browser browser starts executing js-code that requests JSON data from server end note browser->server: HTTP GET https://fullstack-exampleapp.herokuapp.com/data.json server-->browser: [{ content: "HTML is easy", date: "2019-05-23" }, ...] note over browser browser executes the event handler that renders notes to display end note @enduml
false
true
false
false
sequence
f31190cec551b0d1fcbe1add765b633daf93aa92
7c96a247c9488efd661d7551e54bc6fc7a909488
/src/main/java/com/rezahdrm/behavioral/iterator/iteratorUML.puml
91e4a035076b6359236b2208a8d0a86e2c90be43
[]
no_license
reza-hdrm/DesignPatterns
a998d0a0f19660316a094ae1624f3b75b7bba332
05ccb8498b45e5511f35f2bd1c72da5f8b9da083
refs/heads/master
2023-04-10T23:45:27.006631
2021-04-12T14:20:18
2021-04-12T14:20:18
320,042,304
5
0
null
null
null
null
UTF-8
PlantUML
false
false
423
puml
@startuml class FileContentReader{ - file : File - fileReader : FileReader - bufferedReader : BufferedReader + FileContentReader(file:File) + FileContentReader(pathName:String) - initialize() : void } class java.lang.Iterable { + iterator() : Iterator } class IteratorTest { + iteratorTest() : void } FileContentReader ...|> java.lang.Iterable IteratorTest ..> FileContentReader @enduml
false
true
false
false
class
337a409d2e42704503b74336fb3b9e6130d22788
58cd3947ad68d2661919d1037ff89bd5919fd901
/docs/chatapp/Sequence-Diagram/register.puml
4befa321eba2f14cd62da958e84a160cd5bd73cb
[]
no_license
minhduc2803/Snail-Project
8c5349e5a3089023d8fff3ed10f4d159d14c9892
cb3660917c6a82b19996cfdc1355a43a7a4bb389
refs/heads/master
2023-01-11T19:04:24.824330
2020-11-04T08:06:29
2020-11-04T08:06:29
294,295,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
534
puml
@startuml register skinparam backgroundColor #EEEBDC skinparam handwritten true actor User User -> "backend" : register(username, fullname, password) "backend" -> "MySQL" : get user by username alt (username already existed) "MySQL" -> "backend" : username already existed "backend" -> User : register failed, username already existed else (username is available) "backend" -> "MySQL" : insert new user "MySQL" -> "backend" : OK "backend" -> User : register successfully end @enduml
false
true
false
false
usecase
9730e93c34ed18bd98d14422c72076fb666480c7
b5ae0e8d3af2213ffd3778cb432b8db4fb32003a
/exercise43/docs/exercise43_Diagram.puml
0b96edb1a07808f931d512939dbcfe9511fa9b83
[]
no_license
JMoore910/moore-a04
84b925e51d355d22f3e861df319ea024d5e1dbd7
d1739102d442b1bf75bf841982fd5c9abd0c7310
refs/heads/main
2023-08-22T20:00:18.826462
2021-10-15T23:53:48
2021-10-15T23:53:48
411,442,497
0
0
null
null
null
null
UTF-8
PlantUML
false
false
695
puml
@startuml '/* ' * UCF COP3330 Fall 2021 Assignment 4 Solutions ' * Copyright 2021 Jeanne Moore ' */ class Solution43 { main() WebsiteCreator web 'object of WebsiteCreator web constructed 'web.createWebsite() does the rest } class Website { //Website defined as a record -siteName: String -author: String -makeJavaDir: boolean -makeCssDir : boolean +getSiteName(): String +getAuthor(): String +getMakeJavaDir(): boolean +getMakeCssDir(): boolean } class WebsiteCreator { //methods can throw IO Exceptions +getUserInput(): Website -writeToHTML(String fileName, Website userFile): void +createWebsite(): void } Solution43 ..o WebsiteCreator WebsiteCreator --o Website @enduml
false
true
false
false
class
27273b144cae560a36fc64d5dedf4ba050458168
831e34223751ba984839b477e9334a7316b044af
/docs/diagramas/diagramas de clase/Botones1.puml
a640af340544903b4e9b8f02923c8e6c536633ea
[ "MIT" ]
permissive
nauee/Algo3-TP2
7163a693b752906e48f416d6a02fad76cd357961
d1bec97ab04bb6272d851c6627b72d5a0951ab31
refs/heads/main
2023-07-11T13:04:23.873792
2021-08-12T23:26:02
2021-08-12T23:26:02
381,121,179
6
5
MIT
2021-08-12T02:33:59
2021-06-28T18:05:13
Java
UTF-8
PlantUML
false
false
598
puml
@startuml title Botones hide empty members class BotonCantidad { - cantidad: int + {static} BotonCantidad(cantidad): BotonCantidad } class BotonGrande { - rutaImagenFondo: String + {static} BotonGrande(nombre: String, fuente: String, controlador: EventHandler): BotonGrande } class OpcionesCantidad { + {static} OpcionesCantidad(cantidadMinima, cantidadMaxima): OpcionesCantidad - discriminarOpciones(): void + desactivarOpciones(): void } OpcionesCantidad ..> BotonCantidad VistaMenuCantidadJugadores ..> BotonGrande VistaNombresJugadores ..> BotonGrande @enduml
false
true
false
false
class
e65e7564bd311ac0de6c260b647c85606a7d17a7
f0bb95d82c1ff4758a0c45ca393a59ccc21b55a4
/assets/qmp.puml
3f1e1b0e2723f61e177d01c6925c421ba2d5fc22
[]
no_license
ariel-/tp-dds-qmp
073a3d3c36a9049310143495627cb5e056e62bd4
97adc2cb2e4b52734ccf8ef6566a92dddbe202dd
refs/heads/master
2023-08-31T04:17:43.451958
2021-10-15T22:48:17
2021-10-15T22:48:17
359,554,983
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,481
puml
@startuml left to right direction skinparam backgroundColor transparent skinparam arrowFontColor royalblue package "Prendas" #lightgray|FF71CE { enum Trama { LISA, RAYADA, LUNARES, CUADROS, ESTAMPADO } enum Material { GABARDINA, NYLON, ALGODON, JEAN ... } enum Tipo { PANTALON, REMERA, ... categoria() : Categoria admiteMaterial() : boolean } enum Categoria { SUPERIOR, CALZADO, INFERIOR, ACCESORIO } class Prenda { colorPrimario : Color colorSecundario : Color temperaturaMaxima categoria() : Categoria aptaParaClima(EstadoClima) : boolean } class Borrador { trama material tipo colorPrimario colorSecundario temperaturaMaxima crearPrenda() : Prenda } Prenda --> "1" Material Prenda --> "1" Trama Prenda --> "1" Tipo Prenda ..> Categoria Tipo --> "1" Categoria Tipo --> "*" Material Borrador ..> Prenda } package "Atuendos" #FFFB96\lightgray { interface GeneradorAtuendos { generarAtuendoDesde(List<Prenda>) : Atuendo } class Atuendo { } Atuendo --> "1" Prenda : parteSuperior Atuendo --> "1" Prenda : parteInferior Atuendo --> "1" Prenda : calzado Atuendo --> "1" Prenda : accesorio GeneradorAtuendos ..> Prenda GeneradorAtuendos ..> Atuendo } package "Clima" #FFFB96/01CDFE { enum AlertaMeteorologico { TORMENTA, GRANIZO, ... } class EstadoClima { temperatura alertas } interface ServicioClima { estadoClimatico(ciudad, now) : EstadoClima agregarSuscriptor(SuscriptorClima) removerSuscriptor(SuscriptorClima) } interface SuscriptorClima { cambioCondiciones(EstadoClima) } EstadoClima --> "*" AlertaMeteorologico ServicioClima ..> EstadoClima ServicioClima --> "*" SuscriptorClima SuscriptorClima .left.> EstadoClima } package "EndUser" #FCAA58|FFFB96 { class Persona { guardarropas : Set<Guardarropa> propuestas : Set<Propuesta> notificaciones agregarGuardarropa() quitarGuardarropa() getPropuestasPendientes() : List<Propuesta> aceptarPropuesta(Propuesta) rechazarPropuesta(Propuesta) setNotificacionesMail() setNotificacionesPush() } class Notificaciones { registrar() desregistrar() } ' Command pattern :) abstract class Propuesta { aplicada : boolean {abstract} apply() {abstract} undo() aceptarPropuesta() deshacerPropuesta() estaPendiente() } class Guardarropa { nombre : String prendas : List<Prenda> agregarPrenda(Prenda) sugerirAtuendo() : Atuendo } Guardarropa --> GeneradorAtuendos Guardarropa --> ServicioClima Guardarropa --> "*" Prenda Guardarropa ..> Atuendo Persona --> Notificaciones Persona --> "*" Propuesta Persona --> "*" Guardarropa Notificaciones --> ServicioClima Notificaciones --> "*" SuscriptorClima } @enduml
false
true
false
false
sequence
5d806c3d5081be9bb99cc7993c2c2d39d2da41b6
aff68ebcc42563768b200a9de86989646287b29e
/doc/diagrams/valueExtractors.puml
27ad69c78cfc771cac1d750f96e2a9741dfb51ef
[ "MIT" ]
permissive
exasol/dynamodb-virtual-schema
fc17be7abb687acaa442d7b7cc363ab76c175c22
4910b40e4b6f840b7bc494d045c63056d889be26
refs/heads/main
2023-07-06T22:09:56.793653
2023-07-04T08:30:51
2023-07-04T08:30:51
238,997,495
1
1
MIT
2023-07-04T08:30:53
2020-02-07T18:31:48
Java
UTF-8
PlantUML
false
false
827
puml
@startuml interface ColumnValueExtractor <<interface>> { + {abstract} extractColumnValue(document, arrayAllIterationState): ValueExpression } abstract class AbstractPropertyToColumnValueExtractor <<abstract>>{ + extractColumnValue(document, arrayAllIterationState): ValueExpression # {abstract} mapValue(documentValue): ValueExpression } class IterationIndexColumnValueExtractor{ + extractColumnValue(document, arrayAllIterationState): ValueExpression } class ToStringPropertyToColumnMapping{ #mapValue(documentValue): ValueExpression } class "..." as more{ } ColumnValueExtractor <|.. AbstractPropertyToColumnValueExtractor ColumnValueExtractor <|.. IterationIndexColumnValueExtractor AbstractPropertyToColumnValueExtractor <|-- ToStringPropertyToColumnMapping AbstractPropertyToColumnValueExtractor <|-- more @enduml
false
true
false
false
class
d110d7b13dbe99f56b7f62a9437dd73330ef19b2
4ca3e5e1ab98efd6a790198b338636c71d0c42d7
/diagrams/sequenceDiagram.puml
2ffce78831dd2c1b406ef2ccd638479e4ce9ffb9
[]
no_license
brunosilv/distributed-jssp
d9d2f5d2d1b067523b7e62213f3f6662669bfdbf
839561255bd8160bbbad94475091e71e6bd6b4c8
refs/heads/main
2023-07-30T06:12:54.994729
2021-09-07T11:25:39
2021-09-07T11:25:39
399,950,160
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,366
puml
@startuml participant Actor Actor -> JobShopClient : playService activate JobShopClient JobShopClient -> UserFactoryRI : register activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : register activate UserFactoryImpl UserFactoryImpl -> DBMockup : exists activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> DBMockup : register activate DBMockup DBMockup -> DBMockup : exists activate DBMockup DBMockup --> DBMockup deactivate DBMockup DBMockup -> ClientUser : new activate ClientUser ClientUser --> DBMockup deactivate ClientUser DBMockup -> ClientUser : toString activate ClientUser ClientUser --> DBMockup deactivate ClientUser DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> UserFactoryRI : login activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : login activate UserFactoryImpl UserFactoryImpl -> DBMockup : exists activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> ClientUser : new activate ClientUser ClientUser --> UserFactoryImpl deactivate ClientUser UserFactoryImpl -> UserSessionImpl : new activate UserSessionImpl UserSessionImpl --> UserFactoryImpl deactivate UserSessionImpl UserFactoryImpl -> DBMockup : addSession activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> Task : new activate Task Task --> JobShopClient deactivate Task JobShopClient -> UserSessionRI : print activate UserSessionRI UserSessionRI -> UserSessionImpl : print activate UserSessionImpl UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserSessionRI : createJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : createJobGroup activate UserSessionImpl UserSessionImpl -> SubjectImpl : new activate SubjectImpl SubjectImpl -> State : new activate State State --> SubjectImpl deactivate State SubjectImpl --> UserSessionImpl deactivate SubjectImpl UserSessionImpl -> UserFactoryRI : createJobGroup activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : createJobGroup activate UserFactoryImpl UserFactoryImpl -> DBMockup : addJobGroup activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> DBMockup : printJobGroups activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> UserSessionImpl deactivate UserFactoryRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> ObserverImpl : new activate ObserverImpl ObserverImpl -> WorkerState : new activate WorkerState WorkerState --> ObserverImpl deactivate WorkerState ObserverImpl --> JobShopClient deactivate ObserverImpl JobShopClient -> ObserverImpl : new activate ObserverImpl ObserverImpl -> WorkerState : new activate WorkerState WorkerState --> ObserverImpl deactivate WorkerState ObserverImpl --> JobShopClient deactivate ObserverImpl JobShopClient -> ObserverImpl : new activate ObserverImpl ObserverImpl -> WorkerState : new activate WorkerState WorkerState --> ObserverImpl deactivate WorkerState ObserverImpl --> JobShopClient deactivate ObserverImpl JobShopClient -> UserSessionRI : attachWorkerToJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : attachWorkerToJobGroup activate UserSessionImpl UserSessionImpl -> SubjectRI : attach activate SubjectRI SubjectRI -> SubjectImpl : attach activate SubjectImpl SubjectImpl -> ObserverRI : changeMyState activate ObserverRI ObserverRI -> ObserverImpl : changeMyState activate ObserverImpl ObserverImpl --> ObserverRI deactivate ObserverImpl ObserverRI --> SubjectImpl deactivate ObserverRI SubjectImpl --> SubjectRI deactivate SubjectImpl SubjectRI --> UserSessionImpl deactivate SubjectRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserSessionRI : attachWorkerToJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : attachWorkerToJobGroup activate UserSessionImpl UserSessionImpl -> SubjectRI : attach activate SubjectRI SubjectRI -> SubjectImpl : attach activate SubjectImpl SubjectImpl -> ObserverRI : changeMyState activate ObserverRI ObserverRI -> ObserverImpl : changeMyState activate ObserverImpl ObserverImpl --> ObserverRI deactivate ObserverImpl ObserverRI --> SubjectImpl deactivate ObserverRI SubjectImpl --> SubjectRI deactivate SubjectImpl SubjectRI --> UserSessionImpl deactivate SubjectRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserSessionRI : attachWorkerToJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : attachWorkerToJobGroup activate UserSessionImpl UserSessionImpl -> SubjectRI : attach activate SubjectRI SubjectRI -> SubjectImpl : attach activate SubjectImpl SubjectImpl -> ObserverRI : changeMyState activate ObserverRI ObserverRI -> ObserverImpl : changeMyState activate ObserverImpl ObserverImpl --> ObserverRI deactivate ObserverImpl ObserverRI --> SubjectImpl deactivate ObserverRI SubjectImpl --> SubjectRI deactivate SubjectImpl SubjectRI --> UserSessionImpl deactivate SubjectRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserSessionRI : notifyAllWorkersOfJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : notifyAllWorkersOfJobGroup activate UserSessionImpl UserSessionImpl -> SubjectRI : notifyAllWorkers activate SubjectRI SubjectRI -> SubjectImpl : notifyAllWorkers activate SubjectImpl SubjectImpl -> ObserverRI : update activate ObserverRI ObserverRI -> ObserverImpl : update activate ObserverImpl ObserverImpl -> ObserverImpl : runTS activate ObserverImpl ObserverImpl -> TabuSearchJSSP : new activate TabuSearchJSSP TabuSearchJSSP --> ObserverImpl deactivate TabuSearchJSSP ObserverImpl -> TabuSearchJSSP : run activate TabuSearchJSSP TabuSearchJSSP --> ObserverImpl deactivate TabuSearchJSSP ObserverImpl -> ObserverImpl : notifyJobGroup activate ObserverImpl ObserverImpl --> ObserverImpl deactivate ObserverImpl ObserverImpl --> ObserverImpl deactivate ObserverImpl ObserverImpl --> ObserverRI deactivate ObserverImpl ObserverRI --> SubjectImpl deactivate ObserverRI SubjectImpl --> SubjectRI deactivate SubjectImpl SubjectRI --> UserSessionImpl deactivate SubjectRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserSessionRI : logout activate UserSessionRI UserSessionRI -> UserSessionImpl : logout activate UserSessionImpl UserSessionImpl -> DBMockup : removeSession activate DBMockup DBMockup --> UserSessionImpl deactivate DBMockup UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> JobShopClient : initialMenu activate JobShopClient JobShopClient -> UserFactoryRI : register activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : register activate UserFactoryImpl UserFactoryImpl -> DBMockup : exists activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> DBMockup : register activate DBMockup DBMockup -> DBMockup : exists activate DBMockup DBMockup --> DBMockup deactivate DBMockup DBMockup -> ClientUser : new activate ClientUser ClientUser --> DBMockup deactivate ClientUser DBMockup -> ClientUser : toString activate ClientUser ClientUser --> DBMockup deactivate ClientUser DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> UserFactoryRI : login activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : login activate UserFactoryImpl UserFactoryImpl -> DBMockup : exists activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> ClientUser : new activate ClientUser ClientUser --> UserFactoryImpl deactivate ClientUser UserFactoryImpl -> UserSessionImpl : new activate UserSessionImpl UserSessionImpl --> UserFactoryImpl deactivate UserSessionImpl UserFactoryImpl -> DBMockup : addSession activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> JobShopClient : operationsMenu activate JobShopClient JobShopClient -> ClientUser : toString activate ClientUser ClientUser --> JobShopClient deactivate ClientUser JobShopClient -> UserFactoryRI : GetWorkers activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : GetWorkers activate UserFactoryImpl UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> ObserverImpl : new activate ObserverImpl ObserverImpl -> WorkerState : new activate WorkerState WorkerState --> ObserverImpl deactivate WorkerState ObserverImpl --> JobShopClient deactivate ObserverImpl JobShopClient -> ObserverImpl : toString activate ObserverImpl ObserverImpl --> JobShopClient deactivate ObserverImpl JobShopClient -> Task : new activate Task Task --> JobShopClient deactivate Task JobShopClient -> UserSessionRI : createJobGroup activate UserSessionRI UserSessionRI -> UserSessionImpl : createJobGroup activate UserSessionImpl UserSessionImpl -> SubjectImpl : new activate SubjectImpl SubjectImpl -> State : new activate State State --> SubjectImpl deactivate State SubjectImpl --> UserSessionImpl deactivate SubjectImpl UserSessionImpl -> UserFactoryRI : createJobGroup activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : createJobGroup activate UserFactoryImpl UserFactoryImpl -> DBMockup : addJobGroup activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl -> DBMockup : printJobGroups activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> UserSessionImpl deactivate UserFactoryRI UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient -> UserFactoryRI : listJobGroups activate UserFactoryRI UserFactoryRI -> UserFactoryImpl : listJobGroups activate UserFactoryImpl UserFactoryImpl -> DBMockup : printJobGroups activate DBMockup DBMockup --> UserFactoryImpl deactivate DBMockup UserFactoryImpl --> UserFactoryRI deactivate UserFactoryImpl UserFactoryRI --> JobShopClient deactivate UserFactoryRI JobShopClient -> UserSessionRI : logout activate UserSessionRI UserSessionRI -> UserSessionImpl : logout activate UserSessionImpl UserSessionImpl -> DBMockup : removeSession activate DBMockup DBMockup --> UserSessionImpl deactivate DBMockup UserSessionImpl --> UserSessionRI deactivate UserSessionImpl UserSessionRI --> JobShopClient deactivate UserSessionRI JobShopClient --> JobShopClient deactivate JobShopClient JobShopClient --> JobShopClient deactivate JobShopClient return @enduml
false
true
false
false
sequence
0b80f115c93902cf82109c80775d998cadd44130
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/SecureArchitecture.puml
c168c0cf918c608afed4bd4c5926b66427875480
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
590
puml
@startuml cloud Cloudlet1 #lightgray { storage "Secure\nAnalytics" as SA1 #lightgreen database "geoA.1" #pink database "geoB.1" #ffff00 } cloud Cloudlet2 #lightgray { storage "Secure\nAnalytics" as SA2 #lightgreen database "geoB.2" #ffff00 database "geoC.2" #00ffff } cloud Cloudlet3 #lightgray { storage "Secure\nAnalytics" as SA3 #lightgreen database "geoC.3" #00ffff } cloud Cloud #lightgray { storage "Secure\nAnalytics" as SAC #lightgreen database geoA #pink database geoB #ffff00 database geoC #00ffff } SA1 <--> SA2 SA1 <--> SA3 SA1 <--> SAC @enduml
false
true
false
false
sequence
41b20b94b8c8b9a7ab90c13c226ab7af00128336
ca556be0a7c8cf731c4ee2a79cece5f961ba0830
/app/UML/DomainModel.puml
2e7bcc2a77b5442b5fd15e1206d9f109b7d18699
[]
no_license
zedtran/DZT0021HAIKU
8ed1b74cd7a7307f357c6ff8a76286b9a791381a
fe2835cf17b9f900281069d1e555e147fe97237d
refs/heads/master
2021-09-10T05:21:22.536190
2018-03-21T04:13:38
2018-03-21T04:13:38
125,547,671
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,150
puml
@startuml class MainHaikuActivity { - static final String LOG_TAG = MainHaikuActivity.class.getSimpleName() + "_TAG"; - static final String MAIN_MENU_TAG = "main"; - static final String DISPLAY_TAG = "display"; - static int modulus = 2; - int backCallCount = 1; + MainMenuFragment mainMenuFragment; + DisplayFragment displayFragment; } class DisplayFragment { # TextView mHaikuLine1Text; # TextView mHaikuLine2Text; # TextView mHaikuLine3Text; - static final String LOG_TAG = DisplayFragment.class.getSimpleName() + "_TAG"; - static final String P1 = "p1_string"; - static final String P2 = "p2_string"; - static final String P3 = "p3_string"; } class HaikuModel { - List<Pair<String, Integer>> phrase1pair; - List<Pair<String, Integer>> phrase2pair; - List<Pair<String, Integer>> phrase3pair; } class MainMenuFragment { - RadioButton mAdjectivesButton; - RadioButton mNounsButton; - RadioButton mVerbsButton; - RadioButton mOthersButton; - Spinner mSpinner; - Button mAddToHaikuButton; - TextView mHaikuLine1; - TextView mHaikuLine2; - TextView mHaikuLine3; - Button mDeleteLastWordButton; - Button mStartOverButton; - Button mDisplayHaikuButton; - Toast mToast; - HaikuModel mHaiku; - static final String LOG_TAG = MainMenuFragment.class.getSimpleName() + "_TAG"; - int lastKnownSyllableCount = -1; } MainHaikuActivity --> MainMenuFragment MainMenuFragment --> DisplayFragment MainMenuFragment <--> HaikuModel interface OnDisplayFragmentSelectedListener MainMenuFragment --> OnDisplayFragmentSelectedListener OnDisplayFragmentSelectedListener --> MainHaikuActivity MainHaikuActivity --> DisplayFragment /' abstract class AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES } '/ @enduml
false
true
false
false
class
9940bb4aae057cc530a6ecb2e1a2ccf75b053e42
7c843cf5548a4a4b3a0a01fa0d8e50c08579fa0d
/img/main.plantuml
a630b122759fa3771fffb9586eeb91d954e5d5c1
[]
no_license
CDK6182CHR/java-final
0de63a04febe8e7cb9211e01991ebe8d56e22bbb
c620ce9626efb6fb2679ebb30da360ff742b3d53
refs/heads/master
2021-08-07T03:58:41.656391
2019-12-21T01:21:38
2019-12-21T01:21:38
226,760,226
0
0
null
2020-10-13T18:11:26
2019-12-09T01:33:29
Java
UTF-8
PlantUML
false
false
2,024
plantuml
abstract class items.Item{ -Position pos; -boolean inVedio,moveable,active; +boolean move(); +void run(); +void die(); } abstract class items.Living{ Pane pane; } interface items.Leader{ } items.Item <|-- items.Living class field.Position{ -int x,y; +boolean adjacentWith(); } items.Item *-- field.Position class field.Direction{ +Position adjacentPosition(); +void aStep(); } field.Direction --- field.Position class field.Block<T extends Item>{ -T living; +T getLiving(); +void setLiving(); +void removeLivingg(); } ' class field.GraphicBlock{ ' -Pane pane; ' } ' field.Block <|-- field.GraphicBlock class field.Field<T extends Block>{ -T[][] map; +boolean addLiving(Item); +Item livingAt(Position); } field.Field "M*N" *-- field.Block class field.BattleField{ -Pane pane; } field.Field <|-- field.BattleField abstract class log.AbstractEvent{ -long timeStamp; -Living subject; -Position pos; +int compareTo(); } class log.EventReader{ -ObjectInputStream stream; +AbstractEvent read(); } log.EventReader "produces" -->log.AbstractEvent class log.EventWriter{ -ObjectOutputStream stream; +void write(AbstractEvent); } log.EventWriter --- log.AbstractEvent abstract class formations.Formation{ -int N; -Position[] coordinates; #void form(); } class formations.FormationHandler<T extends Formation>{ -Leader leader; +boolean embattle(); } formations.FormationHandler --- items.Leader formations.FormationHandler --- formations.Formation class Judger{ -Living living1,living2; +void judge(); } class JudgeHandler{ -BlockingQueue<Judger> queue; +void run(); +void addJudgeTast(Living,Living); } JudgeHandler "n" *-- Judger class Game{ -List<Item> active,dead; -GridPane pane; +void run(); +void loadLog(File); } Game *-- JudgeHandler Game *-- field.BattleField Game "m" *-- items.Living Game *-- log.EventReader Game *-- log.EventWriter
false
true
false
false
class
701a8acf0f4034dcd8b39022aa099a18d6e61b35
2b36b86e3a1b372784360a6cebf4105dfe9b302c
/exercise41/docs/Solution41.puml
ec4b19401dc43e3518737bf3785b91324fb74dab
[]
no_license
richardlopez813/lopez-a04
a66de255b83661f67d1cd47f9335e759550afd74
237cf80a9878432a9aca311ad563ae4b0ec7a1f2
refs/heads/main
2023-08-28T08:26:45.718831
2021-10-18T03:54:05
2021-10-18T03:54:05
417,690,274
0
0
null
null
null
null
UTF-8
PlantUML
false
false
187
puml
@startuml 'https://plantuml.com/class-diagram class Solution41{ +ArrayList<String> names +{static} {method} void main() +{method} public ArrayList<String> sort(): sorted list } @enduml
false
true
false
false
class
339733e66d1f35af8aba801b43f1f138b4ba111b
c821aaa424690dc6a301bb0b3d16097f4c1c9201
/MTADroneService_server/MTADroneService_server.plantuml
1a0e3db5fa73882163b704148d6ed0d6e136234f
[]
no_license
chiritagabriela/MTADroneService
ed962aeeaf5ebbb9168d12e6ef0411803e28cfc0
4f058ad18287a13c3cfd355fd4dd31d32b514e38
refs/heads/main
2023-08-04T14:02:09.408859
2021-09-03T08:00:52
2021-09-03T08:00:52
313,899,222
0
0
null
null
null
null
UTF-8
PlantUML
false
false
16,877
plantuml
@startuml title __DRONESERVICE's Class Diagram__\n namespace MTADroneService.DroneService.application { class MTADroneService.DroneService.application.DroneServiceApplication { } } namespace MTADroneService.DroneService.application { class MTADroneService.DroneService.application.DroneServiceApplication { } } namespace MTADroneService.DroneService.application { class MTADroneService.DroneService.application.DroneServiceApplicationTests { } } namespace MTADroneService.DroneService.application { class MTADroneService.DroneService.application.DroneServiceApplicationTests { } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.BeanConfig { } } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.BeanConfig { } } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.MongoConfig { } } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.MongoConfig { } } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.WebSecurityConfig { } } } namespace MTADroneService.DroneService.application { namespace config { class MTADroneService.DroneService.application.config.WebSecurityConfig { } } } namespace MTADroneService.DroneService.application { namespace config { namespace security { class MTADroneService.DroneService.application.config.security.AuthFilter { } } } } namespace MTADroneService.DroneService.application { namespace config { namespace security { class MTADroneService.DroneService.application.config.security.AuthFilter { } } } } namespace MTADroneService.DroneService.application { namespace config { namespace security { class MTADroneService.DroneService.application.config.security.MTADroneServiceAuthProvider { } } } } namespace MTADroneService.DroneService.application { namespace config { namespace security { class MTADroneService.DroneService.application.config.security.MTADroneServiceAuthProvider { } } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.CommunicationController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.CommunicationController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.DroneController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.DroneController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.MissionController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.MissionController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.ServiceController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.ServiceController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.TokenController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.TokenController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.UserController { } } } namespace MTADroneService.DroneService.application { namespace controller { class MTADroneService.DroneService.application.controller.UserController { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.DroneDAO { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.DroneDAO { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.MissionDAO { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.MissionDAO { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.UserDAO { } } } namespace MTADroneService.DroneService.application { namespace daos { interface MTADroneService.DroneService.application.daos.UserDAO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.DroneInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.DroneInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.MissionInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.MissionInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.UserInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace dtos { class MTADroneService.DroneService.application.dtos.UserInfoDTO { } } } namespace MTADroneService.DroneService.application { namespace exceptions { class MTADroneService.DroneService.application.exceptions.InvalidTokenException { } } } namespace MTADroneService.DroneService.application { namespace exceptions { class MTADroneService.DroneService.application.exceptions.InvalidTokenException { } } } namespace MTADroneService.DroneService.application { namespace exceptions { class MTADroneService.DroneService.application.exceptions.TokenAuthException { } } } namespace MTADroneService.DroneService.application { namespace exceptions { class MTADroneService.DroneService.application.exceptions.TokenAuthException { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.DroneModel { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.DroneModel { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.MissionModel { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.MissionModel { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.UserModel { } } } namespace MTADroneService.DroneService.application { namespace models { class MTADroneService.DroneService.application.models.UserModel { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.AuthSigningKeyResolver { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.AuthSigningKeyResolver { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.DroneService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.DroneService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.MissionService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.MissionService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.ServiceService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.ServiceService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.TokenService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.TokenService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.UserService { } } } namespace MTADroneService.DroneService.application { namespace services { interface MTADroneService.DroneService.application.services.UserService { } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.AuthSigningKeyResolverImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.AuthSigningKeyResolverImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.DroneServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.DroneServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.MissionServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.MissionServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.ServiceServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.ServiceServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.TokenServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.TokenServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.UserServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace services { namespace implementation { class MTADroneService.DroneService.application.services.implementation.UserServiceImpl { } } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.DroneCoordinates { } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.DroneCoordinates { } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.MissionInfoToSend { } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.MissionInfoToSend { } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.Utils { } } } namespace MTADroneService.DroneService.application { namespace utility { class MTADroneService.DroneService.application.utility.Utils { } } } MTADroneService.DroneService.application.exceptions.TokenAuthException -up-|> javax.naming.AuthenticationException MTADroneService.DroneService.application.services.implementation.AuthSigningKeyResolverImpl .up.|> AuthSigningKeyResolver MTADroneService.DroneService.application.services.implementation.AuthSigningKeyResolverImpl .up.|> MTADroneService.DroneService.application.services.AuthSigningKeyResolver MTADroneService.DroneService.application.services.implementation.DroneServiceImpl .up.|> MTADroneService.DroneService.application.services.DroneService MTADroneService.DroneService.application.services.implementation.DroneServiceImpl .up.|> DroneService MTADroneService.DroneService.application.services.implementation.MissionServiceImpl .up.|> MissionService MTADroneService.DroneService.application.services.implementation.MissionServiceImpl .up.|> MTADroneService.DroneService.application.services.MissionService MTADroneService.DroneService.application.services.implementation.ServiceServiceImpl .up.|> ServiceService MTADroneService.DroneService.application.services.implementation.ServiceServiceImpl .up.|> MTADroneService.DroneService.application.services.ServiceService MTADroneService.DroneService.application.services.implementation.TokenServiceImpl .up.|> TokenService MTADroneService.DroneService.application.services.implementation.TokenServiceImpl .up.|> MTADroneService.DroneService.application.services.TokenService MTADroneService.DroneService.application.services.implementation.UserServiceImpl .up.|> UserService MTADroneService.DroneService.application.services.implementation.UserServiceImpl .up.|> MTADroneService.DroneService.application.services.UserService 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
74bdfa76ea7abf42220b0766c0ee9b840c83b497
bf124e291aaecff4191b9e9a8d8e0dd921898b14
/uml/old/ContractV2.puml
48fbc905d80561d4aa1d73fff679eff332feea2b
[ "Apache-2.0" ]
permissive
ezaruba/PoCo
cabeaa52b32d7358f871f73374ec4b765defd066
383bc5795423723c9cea8b1b3597f4a9ebe8d74f
refs/heads/master
2020-04-21T21:19:52.861103
2019-01-28T12:38:52
2019-01-28T12:38:52
169,875,890
1
0
Apache-2.0
2019-02-09T14:37:02
2019-02-09T14:37:02
null
UTF-8
PlantUML
false
false
401
puml
@startuml object App object AppHub object Dataset object DatasetHub object WorkerPool object WorkerPoolHub object MarketPlace object IexecHub object WorkOrder AppHub <|-- IexecHub DatasetHub <|-- IexecHub WorkerPoolHub <|-- IexecHub MarketPlace <|-- IexecHub WorkerPool "n" *-- "0" WorkerPoolHub App "n" *-- "0" AppHub Dataset "n" *-- "0" DatasetHub WorkOrder "n" *-- "0" IexecHub @enduml
false
true
false
false
class