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
1b1d4cb6a9024227b13e66e9e94d01beff283385
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/display01/helper/SatelliteSignalCheckRequest/SatelliteSignalCheckRequest.puml
13d3c22ed2de4347269da629ebbd6e0b12cee5f0
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
338
puml
@startuml SatelliteSignalCheckRequest package edu.oakland.helper.display01 { class SatelliteSignalCheckRequest { - String satelliteName - String checkType + SatelliteSignalCheckRequest(String satelliteName, String checkType) + String getSatelliteName() + String getCheckType() } } @enduml
false
true
false
false
class
bdb8adfc46fa0dc89417aab5ac721cf1dba8e4e0
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyBusinessUnitAddBillingAddressIdAction.puml
ce2ce71ee681288d415844056e75b129fdccf3a9
[]
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
519
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 MyBusinessUnitAddBillingAddressIdAction [[MyBusinessUnitAddBillingAddressIdAction.svg]] extends MyBusinessUnitUpdateAction { action: String addressId: String addressKey: String } interface MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
8b00be429401fe0ae647e01fa3c038ebfb15405e
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/UseCases/Manage-Services/Add-Service.puml
5fc6d3203e8908cb7ef68b2778359d60c056bdaf
[]
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
267
puml
@startuml Actor "actorName" as A box "Manage-Services" #lightblue participant CLI as CLI participant Web as Web participant "cloudlet" as S A -> CLI : cloudlet-service-add() CLI -> S : service/add() A -> Web : service/add() Web -> S : service/add() end box @enduml
false
true
false
false
sequence
d6ce82b0d87101d9b521184272b746da0d018a56
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/main/java/pt/ipp/isep/dei/project/controllers/getlastcoldestdayhouseareacontroller/SD_GetLastColdestDayHouseArea.puml
d17fdee2caa408ef4cb40f4fc61c5470fe487cbd
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,535
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor Black ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor LightGrey ParticipantBorderColor Black ParticipantBackgroundColor LightGrey ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontStyle Bold ActorFontSize 17 ActorFontName Aapex } actor RegularUser activate RegularUser RegularUser -> ":GetLastColdestDay\nHouseAreaUI": 1- getLastColdestDay ref over ":GetLastColdestDay\nHouseAreaUI" hasSensorsOfGivenTypeInGeoArea end activate ":GetLastColdestDay\nHouseAreaUI" ":GetLastColdestDay\nHouseAreaUI" --> "RegularUser": 2-Ask for initial date deactivate ":GetLastColdestDay\nHouseAreaUI" ":GetLastColdestDay\nHouseAreaUI" <- "RegularUser": 3-Insert initial date activate ":GetLastColdestDay\nHouseAreaUI" ":GetLastColdestDay\nHouseAreaUI" --> "RegularUser": 4-Ask for final date deactivate ":GetLastColdestDay\nHouseAreaUI" ":GetLastColdestDay\nHouseAreaUI" <- "RegularUser": 5-Insert final date activate ":GetLastColdestDay\nHouseAreaUI" ref over ":GetLastColdestDay\nHouseAreaUI" checkIfThereAreReadings end ":GetLastColdestDay\nHouseAreaUI" -> ":GetLastColdestDay\nHouseAreaController": 5.1- getLastLowestMaximumReading(startDate,endDate) activate ":GetLastColdestDay\nHouseAreaController" ":GetLastColdestDay\nHouseAreaController" -> ":House": 5.1.1- getLastLowestMaximumReading(startDate,endDate) activate ":House" ":House" ->":GeographicalArea": 5.1.1.1.- getLastLowestMaximumReading(startDate,endDate) activate ":GeographicalArea" ref over ":GeographicalArea" getLastLowestMaximumReading end ":GeographicalArea" --> ":GetLastColdestDay\nHouseAreaController" :5.1.1.2- Reading deactivate ":GeographicalArea" deactivate ":House" ":GetLastColdestDay\nHouseAreaController" ->"ReadingMapper": 5.1.2- mapToDTO(Reading) activate "ReadingMapper" "ReadingMapper" -> ":ReadingDTO": 5.2.1- create ReadingDTO activate ":ReadingDTO" ":ReadingDTO" --> ":GetLastColdestDay\nHouseAreaUI": 5.2.2- ReadingDTO deactivate ":ReadingDTO" deactivate "ReadingMapper" deactivate ":GetLastColdestDay\nHouseAreaController" ":GetLastColdestDay\nHouseAreaUI" --> ":GetLastColdestDay\nHouseAreaUI" : 5.2- getDTOValue ":GetLastColdestDay\nHouseAreaUI" --> ":GetLastColdestDay\nHouseAreaUI" : 5.3- getDTODateTime ":GetLastColdestDay\nHouseAreaUI" --> RegularUser : 6- display last coldest \n day and it's value deactivate ":GetLastColdestDay\nHouseAreaUI" @enduml
false
true
false
false
usecase
f3262ecbb61d076049e9f5006920fe0423c1c1e4
f61d4142314004c840dcb9e53008869c40c61f9c
/docs/puml/sequence-diagram.puml
946359f4d6757733c3824579df37612760156685
[ "MIT" ]
permissive
mmahmoodictbd/charging-station-sessions
e7cbea453cdada802ecd9f7bd70d5c79605b4c7e
738e16d4bfdb3bf0ef2e8f185a4897b1b65bf027
refs/heads/master
2021-06-30T02:17:17.525361
2019-04-24T02:33:19
2019-04-24T02:33:19
178,943,085
5
0
MIT
2020-10-13T12:53:33
2019-04-01T20:37:55
Java
UTF-8
PlantUML
false
false
882
puml
@startuml actor "Authenticated User" as User participant "Web APIs" as WebAPIs participant ChargingSessionService as CSS participant ChargingSessionStatisticsService as CSSS database "In-memory repository" as DomainDataStore database "Time Wheel" as TimeWheel == Create Session == User -> WebAPIs : create session WebAPIs -> CSS CSS --> TimeWheel : publish start session async event CSS -> DomainDataStore : save session info in DB CSS --> WebAPIs : returns session id WebAPIs --> User : HTTP OK == Stop Session == User -> WebAPIs : stop session WebAPIs -> CSS CSS --> TimeWheel : publish stop session async event CSS -> DomainDataStore : save session info in DB CSS --> WebAPIs WebAPIs --> User : HTTP NoContent == Get Summery == User -> WebAPIs : get summery WebAPIs -> CSSS CSSS --> TimeWheel : get info from time wheel CSSS --> WebAPIs WebAPIs --> User : HTTP OK @enduml
false
true
false
false
sequence
3d103f69b4992e0cb218ba08fd9c1b47e474018e
d046d1d89b21d4e30f6ca382c15de6da3941395e
/uml/logic-view/architecture/views.puml
794ff8053b0a6980c88f9338ed25b5c131e5b61a
[]
no_license
hombrenieve/klondike_rup
fff8cbc09e8b2a647b6f4c71111960b2a8fe3714
cb8e1bbcb24d0750dd93f6048ed840d7552dc145
refs/heads/master
2020-06-04T02:15:00.755154
2019-06-17T09:59:09
2019-06-17T09:59:09
191,829,982
0
0
null
null
null
null
UTF-8
PlantUML
false
false
410
puml
@startuml package "Views" #DDDDDD { package "InGame" #F7F3F3 { class Game class Work class Target class Deck class Discarded class Options Game *-down- Work Game *-down- Target Game *-down- Deck Game *-down- Discarded Game *-down- Options } package "Menu" #F7F3F3 { class Menu } } @enduml
false
true
false
false
class
5d9fd9feb0ee52e08db917d916a0c2df70448312
e6a585dfa5292761773d2d523832eef2b49e8e9d
/docs/diagrams/editSequence.plantuml
8d89b172f3cf21891e82afedf8273cca3a0b6572
[]
no_license
AY2021S2-CS2113T-F08-3/tp
82d8b49f18290b6e0d37f1aaa77b711455ace50f
27db5d4a86be5478fc4e8258997fb8c83257cec6
refs/heads/master
2023-04-14T04:07:25.089995
2021-04-12T16:53:53
2021-04-12T16:53:53
344,644,739
0
4
null
2021-04-12T15:56:05
2021-03-05T00:12:02
Java
UTF-8
PlantUML
false
false
1,385
plantuml
@startuml Edit_Sequence_Diagram !define LIGHTBLUE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml skinparam style strictuml participant Ui #Turquoise participant Parser #PaleGreen participant Commands #PaleGreen participant ReviewList #Gold participant RecommendationList #Gold activate Ui #Turquoise Ui -> Parser : determineCommand() activate Parser #PaleGreen Parser -> Commands : edit() activate Commands #PaleGreen alt isReviewMode Commands -> ReviewList : editReview(title) activate ReviewList #Gold alt missing title ReviewList --> Ui : missing title else review does not exist ReviewList --> Ui : invalid title else review exists ReviewList -> ReviewList : set details end ReviewList --> Commands deactivate ReviewList else !isReviewMode Commands --> RecommendationList : editRecommendation() activate RecommendationList #Gold alt missing title RecommendationList --> Ui : missing title else recommendation does not exist RecommendationList --> Ui : invalid title else recommendation exists RecommendationList -> RecommendationList : editRecommendationFields() end RecommendationList --> Commands deactivate RecommendationList end Commands --> Parser deactivate Commands Parser --> Ui deactivate Parser @enduml
false
true
false
false
sequence
1f355b3d63c176909e4b9914aad7dfc2cf050a59
92addf9ac745235fb51e5e3a0abd2494db5f9f4b
/src/main/java/ex44/exercise44_UML.puml
98c456f766d4f07b46d4aaa243f25306caf0b45b
[]
no_license
vishal8557/choday-cop3330-assignment3
bd61e8060aba52f8d5376e6df2faedc02ed1d3d3
d81199eae03bf0404114aa812f8c3f50f425e2db
refs/heads/master
2023-08-31T07:45:19.655353
2021-10-11T18:26:49
2021-10-11T18:26:49
416,053,974
0
0
null
null
null
null
UTF-8
PlantUML
false
false
252
puml
@startuml 'https://plantuml.com/sequence-diagram class App{ - App : ArrayList<THE_LIST_OF_THE_PRODUCTS_HERE> - SEARCHINGNOW - mbusa : chking_to_see_if_availbl } class searchmerch{ - List<string> -> ArrayList -the_final_answer -> SEARCHINGNOW } @enduml
false
true
false
false
class
e68a296a46e9c858340b4e62eb85f34b4c5bbfd5
91678f027f1da807dfe4c113028f331f458c3a3d
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-salutation.puml
2d0ce4669278806a9e4c87e611707948b803cb3b
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
amtee/platform
fd4b863a98c4302a26782486d173c437dfa98baa
3518811b02bcfb746abb8553ae8e5ac6f15338c0
refs/heads/trunk
2023-08-20T03:41:00.473175
2021-09-27T11:20:36
2021-09-27T11:20:36
410,864,620
1
0
MIT
2022-02-06T18:56:01
2021-09-27T11:54:21
null
UTF-8
PlantUML
false
false
2,985
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreSystemSalutationSalutationDefinition, "salutation\n(Salutation configuration)") { primary_key(id) id not_null(salutationKey) string displayName translated letterName translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition, "salutation_translation\n((Translations))") { not_null(displayName) string not_null(letterName) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(salutationId) foreignKey primary_key(languageId) foreignKey } ForeignTable(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer") { } ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition, "customer_address") { } ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer") { } ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition, "order_address") { } ForeignTable(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient") { } ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") { } ' relationshipd ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreSystemSalutationSalutationDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreSystemSalutationSalutationDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition ShopwareCoreSystemSalutationSalutationDefinition --> ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition ShopwareCoreSystemSalutationSalutationDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition ShopwareCoreSystemSalutationSalutationDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition @enduml
false
true
false
false
uml-unknown
8c2c82dc7e2afb5b26c1686638ae49d40c90ea52
cd0466433f042272eaa9e9e28a223241c13aa87a
/diagrams/EventStore.puml
ae743c61e58717ce0829cab9c0816f6756dfad7d
[ "Apache-2.0" ]
permissive
rkayman/equinox
08509d505beb3501cea48309f9d5269a27d1001f
c7c4f62048e038395bbda0768231dd3f0bf5ff14
refs/heads/master
2023-06-07T15:18:17.997677
2023-06-03T00:05:54
2023-06-03T00:05:54
211,165,541
0
0
null
2019-09-26T19:22:49
2019-09-26T19:22:48
null
UTF-8
PlantUML
false
false
2,091
puml
@startuml !includeurl https://raw.githubusercontent.com/skleanthous/C4-PlantumlSkin/master/build/output/c4.puml title Component diagram for Equinox.EventStore / Equinox.SqlStreamStore caption Moving parts for an Equinox app using integrated projections in EventStore / SqlStreamStore etc actor "Applications" <<Internal>> as apps rectangle "Application Consistent Processing" <<External Container>> { rectangle aggregate <<Component>> [ Aggregate / Service Events: codec Fold: initial, fold interpret / decide Service ] rectangle stream <<Component>> [ Equinox.Decider ] interface IStream <<Component>> } rectangle "Equinox.EventStoreDb" <<Container>> { rectangle eqxes <<Component>> [ Equinox.EventStoreDb OR Equinox.SqlStreamStore ] database esstore <<Internal>> [ **Consistent Store** __EventStore/SqlStreamStore__ App Streams ] database memorycache <<Internal>> [ **System.MemoryCache** StreamName -> version+state ] database esproj <<External>> [ **Store Projections** $all streams (SSS + ES) $ec, $et streams (ES only) ] } database caches <<External>> [ **Read Models** ] rectangle reactors <<Component>> [ **Reactors** ] rectangle projectors <<Component>> [ **Publishers** ] rectangle outputs <<External Component>> [ **Output Feeds** ] apps <-R-> aggregate : transact\nagainst apps <.L. caches : reference\neventually\nconsistent aggregate <-R-> stream : Transact/\nQuery stream -R-> IStream : Load/\nTrySync eqxes .U.> IStream : implements eqxes <-R-> memorycache : TryGet/\nUpdate eqxes <-L-> esstore : ReadStreamEvents/\nAppendEvents\n[EventStore.ClientAPI] esstore .L.> esproj : feeds into esproj .U.> projectors : handle events fed from esproj .U.> reactors : track relevant events fed from reactors .R.> caches : maintain\nviews\nin projectors .U.> outputs : emit to @enduml
false
true
false
false
usecase
82fb1a8f7cf8272a0b82cce67c2c2299603d8134
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteChangeStagedQuoteStateAction.puml
b435213854672e6d4a67c38a7ea26e8c8cb7fc48
[]
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
529
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 StagedQuoteChangeStagedQuoteStateAction [[StagedQuoteChangeStagedQuoteStateAction.svg]] extends StagedQuoteUpdateAction { action: String stagedQuoteState: [[StagedQuoteState.svg StagedQuoteState]] } interface StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
061ad909075f0198655c0ca23e15738be8fcfe56
0c46b2988021dacf063778be69c12cf9466ff379
/INF/B3/Fortgeschrittene Programmierkonzepte (FPK)/2/Übungen/05-annotations-reflection/assets/uml/retrofit-spec.plantuml
aa37ff44d00ca5d836f11347d846258e0336fa9f
[ "MIT" ]
permissive
AL5624/TH-Rosenheim-Backup
2db235cf2174b33f25758a36e83c3aa9150f72ee
fa01cb7459ab55cb25af79244912d8811a62f83f
refs/heads/master
2023-01-21T06:57:58.155166
2023-01-19T08:36:57
2023-01-19T08:36:57
219,547,187
0
0
null
2022-05-25T23:29:08
2019-11-04T16:33:34
C#
UTF-8
PlantUML
false
false
392
plantuml
@startuml RetrofitAdapter package de.thro.inf.fpk.a06 { +interface ICNDBApi { getRandomJoke(): Call<JokeResponse> getRandomJoke(categoriesToInclude: String[]): Call<JokeResponse> getRandomJokes(count: int): Call<JokesResponse> getJokeById(id: int): Call<JokeResponse> } +class App { +{static} main(args: String[]): void } } @enduml
false
true
false
false
class
e3f34c83ff90c1835276971af59b3c2a4c91bf5f
fc85c883daf107e2dee858b1559d104272ea7b4e
/mod1/uml-oauth/spotifyOauthFlow.puml
33e54a577c6939c28a0422a90fbd1eb9a4572626
[]
no_license
malis0794/swe-solutions
d39bdba3f1b592b165d9727aa541bc78f9b3d431
80f61cc0107964c18d842ad4634389949fce56d9
refs/heads/main
2023-06-03T10:00:17.528414
2021-06-23T15:33:26
2021-06-23T15:33:26
381,299,699
1
0
null
2021-06-29T08:51:51
2021-06-29T08:51:50
null
UTF-8
PlantUML
false
false
596
puml
@startuml title User logged into Spotify actor User participant Application participant Spotify_Accounts_Server participant "Spotify_API" as Spotify_API <<Resource>> User -> Application: click on Get Token Application -> Spotify_Accounts_Server: /authorize?type=token?client_id=xxx Spotify_Accounts_Server -[#0000FF]> User: ok to share scope? User -[#0000FF]> Spotify_Accounts_Server: yes ok /authorize/accept Spotify_Accounts_Server -> Application: redirect with token \n ABC123 User -> Application: click on Try Application -> Spotify_API: GET /artists Authorization: Bearer ABC123 @enduml
false
true
false
false
sequence
6eeed20946b1a7680d9a095208386a5058e4331e
4a682dc85386a8f32f6bd3ff904cbd9d2e95a36d
/arc42/diagrams/context.puml
b5b768122d9a32637333b736dbf46045782a9c0d
[ "Apache-2.0" ]
permissive
bsadnu/psd2-accelerator
d78d3261033a6c8a87c4325b90ceedc5daec48b7
fa17cb2e0582a4941bca72c60841a58532b99531
refs/heads/master
2023-01-11T01:41:29.472935
2020-11-19T15:52:18
2020-11-19T16:08:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
519
puml
@startuml context left to right direction skinparam shadowing false scale 1200 width actor "TPP Developer" as tppd actor "Bank Admin" as ba actor "Bank Ops" as bo skinparam arrowColor black skinparam borderColor grey skinparam Component { fontSize<<system>> 40 } [PSD2 Accelerator] as acc <<system>> [Bank CMS] as cms tppd --> acc : Use ba --> acc : Configure bo --> acc : Deploy acc <.. cms : include docs note top of acc NOTE: we have no technical dependencies to external systems (yet) end note @enduml
false
true
false
false
usecase
8fb43fd0c88aebc5f2963e662212e465c42a3d32
06a7cd7df579bc7006e4fbaac1a659ae78192290
/uml/ToDoListManager.puml
8141d913197e0b7aa415e1dcc56e0377c4f8bf8e
[]
no_license
GSabiniPanini/little-cop3330-assignment4part2
7a410b3b0a6a0e9377cd68b56ef1f04c208ca92b
8649528946fc456ef6ea1fa4cf119f652384f461
refs/heads/master
2023-06-22T13:29:59.807658
2021-07-12T04:30:06
2021-07-12T04:30:06
384,850,720
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,583
puml
@startuml 'https://plantuml.com/class-diagram' class ToDoListManager { main() start() } class ToDoListManagerController { + filterMenu: Menu + filterToggleGroup: ToggleGroup + showAllFilter: RadioMenuItem + showDoneFilter: RadioMenuItem + showNotDoneFilter: RadioMenuItem + toDoListView: ListView<ToDoList> + listTreeTable: TreeTableView<ToDoListItem> - model: ToDoListModel - doneColumn: TreeTableColumn<ToDoListItem, Boolean> - descriptionColumn: TreeTableColumn<ToDoListItem, String> - dateColumn: TreeTableColumn<ToDoListItem, String> + initialize() - renameListButtonClicked(): void - addItemButtonClicked(): void - removeItemButtonClicked(): void - editItemButtonClicked(): void - markCompleteButtonClicked(): void - showAllFilterClicked(): void - showDoneFilterClicked(): void - showNotDoneFilterClicked(): void - sortButtonClicked(): void - menuSaveAllClicked(): void - menuLoadListClicked(): void - clearListButtonClicked(): void } class ToDoListModel { + toDoListGroup : ArrayList<ToDoList> - filter: String <<constructor>> ToDoListModel() + addItem(): void + renameList(): void - changeListName(ToDoList, String): void - addItemToList(ToDoList, String, String): void + removeItem(): void - removeItemFromList(ToDoListItem): void + completeToggle(): void - completeTogglePass(ToDoListItem): void + sort(): void + updateViews(): void + updateFilter(): void + changeFilter(String): void + getFilter(): String + getBigString(): String + saveAll(): void + load(): void + clearList(): void + replaceList(ToDoList): void - updateTable(ToDoList): void + editItem(): void - editItemValues(ToDoListItem, String, String): void } class SortByDateComparator { + compare(ToDoListItem, ToDoListItem): int } class RenameListPopupController { + nameField: TextField confirmButtonPressed(): void } class NewItemPopupController { + dateField: TextField + descriptionField: TextArea cancelButtonPressed(): void confirmButtonPressed(): void } class FileNamePopupController { + fileNameField: TextField confirmButtonPressed(): void } class ToDoList { - title: SimpleStringProperty - list: ArrayList<ToDoListItem> <<constructor>> ToDoList(String) <<constructor>> ToDoList(String, String, String) + getTitle(): String + setTitle(String): void + getItem(int): ToDoListItem + addItem(String, String): void + addItem(String, String, String): void + removeItem(ToDoListItem): void + editItem(ToDoListItem, String, String): void + sortItemList(): void + toString(): String } class ToDoListItem { - description: SimpleStringProperty - date: String - complete: boolean <<constructor>> ToDoListItem (String, String) <<constructor>> ToDoListItem (String, String, String) + updateItem(String, String): void + updateDescription(String): void + updateDate(String): void + toggleComplete(): void + getDescription(): String + getDate(): String + getStatus(): boolean + toString(): String } javafx.Application <|-- ToDoListManager ToDoListManager - ToDoListManagerController ToDoListManagerController *--> ToDoListModel ToDoListModel *-> ToDoList ToDoListModel *-> SortByDateComparator ToDoListModel -- RenameListPopupController ToDoListModel -- NewItemPopupController ToDoListModel -- FileNamePopupController ToDoList *-> ToDoListItem @enduml
false
true
false
false
class
2d49a56d726f6b7080fa777234ab6adf2e599472
f22acb2262a5d4e80de44177ff691bc7d3492841
/design-pattern/src/main/java/org/marco/designpattern/gof/behavioral/strategy/Strategy.puml
e32ab54456831387af7f6ae53d8ad8238e07c6cf
[]
no_license
zyr3536/java-learn
5e64ef2111b978916ba47132c1aee19d1eb807f9
78a87860476c02e5ef9a513fff074768ecb2b262
refs/heads/master
2022-06-21T19:03:46.028993
2019-06-21T13:21:04
2019-06-21T13:21:04
184,074,885
0
0
null
null
null
null
UTF-8
PlantUML
false
false
320
puml
@startuml class Context { - IStrategy strategy + void algorithm() } interface IStrategy { + void algorithm() } class ConcreteStrategy1 { + void algorithm() } class ConcreteStrategy2 { + void algorithm() } ConcreteStrategy1 ..|> IStrategy ConcreteStrategy2 ..|> IStrategy Context o-- IStrategy @enduml
false
true
false
false
class
a5629b97cb451019b136137485ea381f7281ce7d
80ebb72f964ce04f26191ac78acba6f19296eced
/docs/puml/tpl-lre-sre-v1.iuml
b081d389fa4b7d6d337f363a648a99d454bb994d
[ "Apache-2.0" ]
permissive
dltdojo/taichu-crypto
f25fd8765bf77378ad0611d01587889c1bd8d4ce
d4db2aa67d41d5b5b6ea0fb4a0ebbe618fa14e94
refs/heads/master
2023-03-04T12:58:54.251174
2022-12-14T14:11:41
2022-12-14T14:11:41
196,412,006
1
0
Apache-2.0
2023-03-03T05:15:55
2019-07-11T14:37:10
JavaScript
UTF-8
PlantUML
false
false
493
iuml
' WIP ' @startuml actor "Ledger Reliability Engineer" as LRE #Orange actor "Site Reliability Engineer" as SRE #YellowGreen interface DevOps folder Site #YellowGreen { agent app database database cloud cloud node node queue queue storage storage } folder Ledger #Orange { agent "dApp\nConsensus Algorithm" as DAPP agent app as LAPP database database as LDB node peer as LPEER storage storage as LSTORAGE } Ledger -- LRE LRE - DevOps Site -- SRE SRE -- DevOps @enduml
false
true
false
false
sequence
c8777466059998824d2965223e4db90bd28482ae
da311f3c39421f5ff2277bd403b80cb0587c8abc
/Serveur/diagrammes/class_diagram_global/class_diagram.puml
b5029258c55a2d2fe6e0154d78041e4af6b30e16
[]
no_license
Reynault/Pipop-Calendar
380059bcbaa89d464b9ddf7c5661c924bb47b2ab
5d2b5e28f604cd67964b316517c80c490ce5692e
refs/heads/master
2021-06-09T14:35:16.647870
2019-03-29T14:22:13
2019-03-29T14:22:13
173,611,806
8
3
null
2021-04-29T09:40:03
2019-03-03T18:12:28
JavaScript
UTF-8
PlantUML
false
false
17,856
puml
@startuml skinparam class { BackgroundColor AliceBlue ArrowColor DarkTurquoise BorderColor Turquoise } skinparam stereotypeCBackgroundColor DarkTurquoise skinparam stereotypeIBackgroundColor Magenta skinparam stereotypeABackgroundColor Yellow package "serveur.mycalendar.modele" #F0F0F0 { package calendrier #E0E0E0 { class Calendrier { {field}private int idc {field}private String nomC {field}private String couleur {field}private String theme {field}private String email public Calendrier(int idCalendar, String nom, String coul, String desc, String themes, String auteur) public void consulterCalendrier(int id) {static}public static int modificationCalendrier(int id, String nom, String couleur) {static}public static int getHighestID() public ArrayList<Evenement> getEvenements() public String getNomCalendrier() public boolean contient(Evenement e) {static}public static int getCalendrierID(String nomUtilisateur, String nomCalendrier) public void deleteEvent(Evenement e) {static}public static ArrayList<Utilisateur> findInvites(int id) {static}public static Calendrier find(int idC) {static}public static ArrayList<Calendrier> find(Evenement e, int idEv) public boolean save() public boolean delete() {static}public static ArrayList<String> getThemes() public int modifAdmin(String emailNouveau, String email) public int getIdC() public StringBuilder getDescription() public String getCouleur() public String getTheme() } abstract class Evenement { {field}private int idEv {field}private int calendrierID {field}private String nomE {field}private String description {field}private String image {field}private String lieu {field}private String couleur {field}private String auteur {field}private boolean visibilite public Evenement(int id, int calID, String nom, String description, String image, Date datedeb, Date datefin, String lieu, String couleur, String auteur) public void prevenirVues() public boolean save() {static}public static Evenement find(int idEv) {static}public static Evenement find(String owner, String eventName) {static}public static ArrayList<Evenement> find(int idc, String Email) {static}public static int getHighestID() public boolean delete() public ArrayList<Utilisateur> findInvites() public int getId() public boolean getAdmin() public HashMap<String, String> consult() public boolean modify(int calendrierID, String nomE, String description, String image, Date datedeb, Date datefin, String lieu,String couleur, String auteur) {static}public static boolean participatesInEvent(Utilisateur user, Evenement event) public int transfererPropriete(Utilisateur user) public boolean inEvent(Utilisateur user) public String getNomE() public String getDescription() public String getImage() public Date getDatedeb() public Date getDatefin() public String getLieu() public String getAuteur() public String getCouleur() } class EvenementPrive { public EvenementPrive(int id, int calendrierID, String nom, String description, String image, Date datedeb, Date datefin, String lieu, String couleur, String auteur) } class EvenementPublic { public EvenementPublic(int id, int calendrierID, String nom, String description, String image, Date datedeb, Date datefin, String lieu,String couleur, String auteur) } class Message { } } package bdd #E0E0E0 { class GestionnaireBDD <<(S, #FF7700)>> { {field}{static}private static GestionnaireBDD instance {field}{static}private static String userName {field}{static}private static String password {field}{static}private static String serverName {field}{static}private static String portNumber {field}{static}private static String name {field}{static}private static String url private GestionnaireBDD() {static}public static synchronized GestionnaireBDD getInstance() {static}public static Connection getConnection() public void createConnection() public void closeConnection() public void setNomDB(String nomDb) {static}public static String getName() {static}public static boolean verifierExistenceCalendrier(int idc) {static}public static boolean verifierAjoutAmi(String email1, String email2) } } package droits #E0E0E0 { abstract class Droit { } class Admin { } class Inviter { } class Modifier { } class Retirer { } } package serveur #E0E0E0 { class ApplicationServeur <<(S, #FF7700)>> { {field}{static}private static ApplicationServeur instance {field}{static}public static int PORT_NUMBER {field}{static}public static int NB_BACKLOG {field}{static}public static String URL private ApplicationServeur() {static}public static ApplicationServeur getInstance() public void launchServer() public HashMap<String, String> creationEvenement(String nomCalendrier, String nom, String description, String image, String datedeb, String datefin, String lieu, String couleur, String auteur, boolean visible) private boolean verifierEvenement(String email, int calendrierID, String nom) private int createEvenement(int calendrierID, String nom, String description, String image, String datedeb, String datefin, String lieu, String couleur, String auteur, boolean visible) public HashMap<String, String> suppressionEvenement(int idEv) public HashMap<String, String> modificationEvenement(int idEv, int calendrierID, String nomE, String description, String image, String datedeb, String datefin, String lieu, String couleur, String auteur) public HashMap<String, String> consultationEvenement(String idEV) public HashMap<String, String> authentification(String email, String mdp) public HashMap<String, String> inscription(String email, String mdp, String prenom, String nom) public HashMap<String, Object> loadCalendars(String email) public HashMap<String, String> consultCalendar(int idCalendrier) public HashMap<String, String> creationCalendrier(String nomCalendrier, String description, String couleur, String theme, String auteur) private boolean verifierCalendrier(String email, String nomCalendrier) private int creerCalendrier(String nomCalendrier, String description, String couleur, String theme, String auteur) public HashMap<String, String> suppressionCalendrier(String email, int idC, boolean b) private ArrayList<Calendrier> getCalendars(Evenement e) public HashMap<String, String> modificationCalendrier(int id, String nom, String couleur, String theme, String description) private void envoiNotifications(ArrayList<Utilisateur> alu) public HashMap<String, String> ajoutAmi(String email1, String email2) public HashMap<String, Object> creerNouveauGroupeAmis(ArrayList<String> amis, String nomGroupe) public HashMap<String, Object> getUtilisateurs(String nom, String prenom) public Calendrier getCalendrier(int id) public HashMap<String, Object> getThemes() public HashMap<String, Object> loadEvents(String auteur, String nomCalendrier) public HashMap<String, String> modifAdminCalend(String nomCalendrier, String email, String emailNouveau) public HashMap<String, String> transfererPropriete(String memberName, String eventOwner, String eventName) {static}public static DateFormat getDateFormat() public ArrayList<GroupeAmi> rechercherGroupe(String nomG) public void verifInvitAmiEvenement(int idG, int idE) public HashMap<String, String> supprimerGroupeAmis(String auteur, int id_Groupe) public HashMap<String, String> supprimerAmis(String user, String amis) public HashMap<String, String> modifierCompte(String email, String nom, String prenom, String mdp) public HashMap<String, String> modifierGroupe(String email, int idG, String nomGroupe, ArrayList<String> users) public void update(Observable o, Object arg) } class ConnexionClient { {field}private httpVersion {field}private method public ConnexionClient(Socket socket) public void run() private HashMap<String, String> formateRequest() private String createReponse(HashMap<String, String> donnees) private void sendResponse(String reponse) private void closeAll() } class ParseurJson <<(S, #FF7700)>> { {field}{static}private static ParseurJson instance private ParseurJson() {static}public static ParseurJson getInstance() public HashMap<String, String> decode(String json) public String encodeObj(HashMap<String, Object> param) public ArrayList<String> getUsers(HashMap<String, String> users) public String encode(HashMap<String, String> param) } class Verification { {static}public static boolean checkMail(String mail) {static}public static boolean checkPassword(String email, String password) {static}public static boolean checkCalendar(String email, int id) {static}public static boolean checkCalendarByName(String email, String name) {static}public static boolean checkEventByName(String email, String nom) {static}public static boolean checkEvent(String email, int id) {static}public static boolean checkEmptyData(ArrayList<String> donnees) {static}public static boolean checkDate(Date deb, Date fin) {static}public static boolean checkFriends(String email, ArrayList<String> u) {static}public static boolean checkGroup(String email, int idG) } } package utilisateur #E0E0E0 { class GroupeAmi { {field}private int idG {field}private String email {field}private String nomGroupe {field}private String[] amis public GroupeAmi(int idG, String em, String nomG) public GroupeAmi(ArrayList<String> amis, String nomG) {static}public static ArrayList<GroupeAmi> find(String nomG) public boolean save() {static}public static GroupeAmi find(int idG) {static}public static Boolean delete(int idGroupe) public boolean saveNom() public boolean saveUsers(ArrayList<String> u) public boolean deleteUser(String email) public void setNomGroupe(String nomGroupe) } class Invitation { {field}protected int idE public Invitation(int id, String email, String type, String message, Date time, int idE) public boolean save() {static}public static ArrayList<Invitation> find(String Email) public void update(Observable observable, Object o) } abstract class Notif { {field}protected int idN {field}protected String email {field}protected String type {field}protected String messageN public Notif(int id, String email, String type, String message, Date time) } class NotifiCalendrier { public NotifiCalendrier(int id, String email, String type, String message, Date time) public void update(Observable o, Object arg) } class NotifiEvenement { {field}protected int idE public NotifiEvenement(int id, String email, String type, String message, Date time, int idE) public boolean save() {static}public static ArrayList<NotifiEvenement> find(String Email) public void update(Observable observable, Object o) } class Utilisateur { {field}private email {field}private nom {field}private tmpPassword {field}private password {field}private prenom public Utilisateur(String email, String nom, String password, String prenom) {static}public static boolean verifierConnexion(String email, String password) {static}public static int verifierInscription(String email, String mdp, String prenom, String nom) {static}public static int ajouterAmi(String email1, String email2) {static}public static ArrayList<Calendrier> findCalendriers(String email) public boolean save() {static}public static Utilisateur find(String nom) {static}public static ArrayList<Utilisateur> find(String nom, String prenom) public String getEmail() public String getNom() public String getPrenom() {static}public static boolean deleteAmis(String user, String amis) {static}public static void invitUtilisateurEvenement(String email, int idEvent) public void setNom(String nom) public void setTmpPassword(String tmp_password) public void setPassword(String password) public void setPrenom(String prenom) } } package exceptions #E0E0E0 { class BadRequestException { {field}private final String message public BadRequestExeption(String request) public String getMessage() } class ExceptionLimiteAtteinte { public String getMessage() } class MessageCodeException { {field}{static}public static String M_CALENDAR_NOT_FOUND {field}{static}public static String M_CALENDAR_ALREADY_EXIST {field}{static}public static String M_CALENDAR_ERROR_BDD {field}{static}public static String M_EVENT_ALREADY_EXIST {field}{static}public static String M_EVENT_ERROR_BDD {field}{static}public static String M_EVENT_NOT_FOUND {field}{static}public static String M_USER_NOT_FOUND {field}{static}public static String M_USER_ALREADY_EXIST {field}{static}public static String M_FRIEND_ALREADY_EXIST {field}{static}public static String M_FRIEND_ERROR_BDD {field}{static}public static String M_GROUP_ALREADY_EXIST {field}{static}public static String M_BDD_ERROR {field}{static}public static String M_DATE_ERROR {field}{static}public static String M_SUCCESS {field}{static}public static String M_NO_CHANGE {field}{static}public static String M_SIZE_ERROR {field}{static}public static String M_THEME_NOT_FOUND {field}{static}public static String M_DATE_PARSE_ERROR {field}{static}public static String M_EMPTY_DATA {field}{static}public static String M_INVALID_EMAIL {field}{static}private static String M_GROUPE_ERROR {field}{static}public static String M_DB_CONSISTENCY_ERROR {field}{static}public static String M_USER_NOT_IN_EVENT {field}{static}private static String M_AMIS_NOT_FOUND {field}{static}public static String C_NOT_FOUND {field}{static}public static String C_ALREADY_EXIST {field}{static}public static String C_ERROR_BDD {field}{static}public static String C_DATE_ERROR {field}{static}public static String C_SUCCESS {field}{static}public static String C_SIZE_ERROR {field}{static}public static String C_NO_CHANGE {field}{static}public static String C_DATE_PARSE {field}{static}public static String C_EMPTY_DATA {field}{static}public static String C_INVALID_EMAIL {field}{static}public static String C_GROUPE_ERROR {field}{static}public static String C_DB_CONSISTENCY_ERROR {field}{static}public static String C_AMIS_NOT_FOUND {static}public static void success(HashMap<String, String> map) {static}public static void invalid_email(HashMap<String, String> map) {static}public static void empty_data(HashMap<String, String> map) {static}public static void date_parse_error(HashMap<String, String> map) {static}public static void theme_not_found(HashMap<String, String> map) {static}public static void bdd_error(HashMap<String, String> map) {static}public static void user_not_found(HashMap<String, String> map) {static}public static void event_already_exist(HashMap<String, String> map) {static}public static void bdd_calendar_error(HashMap<String, String> map) {static}public static void no_change(HashMap<String, String> map) {static}public static void calendar_not_found(HashMap<String, String> map) {static}public static void event_not_found(HashMap<String, String> map) {static}public static void calendar_already_exist(HashMap<String, String> map) {static}public static void size_error(HashMap<String, String> map) {static}public static void user_already_exist(HashMap<String, String> map) {static}public static void bdd_event_error(HashMap<String, String> map) {static}public static void date(HashMap<String, String> map) {static}public static void group_not_found(HashMap<String, String> map) {static}public static void amis_not_found(HashMap<String, String> map) } class MessageException { } class NoRequestException { public String getMessage() } } abstract class Observable { } interface Observer { } interface Runnable { } Calendrier -- "*" Evenement Calendrier -- "1" StringBuilder Evenement --|> Observable Evenement -- "2" Date Evenement -- "*" Message Evenement -- "*" Droit EvenementPrive --|> Evenement EvenementPublic --|> Evenement Invitation --|> Notif Notif ..|> Observer Notif --"1" Date NotifiCalendrier --|> Notif NotifiEvenement --|> Notif Admin --|> Droit Inviter --|> Droit Modifier --|> Droit Retirer --|> Droit GestionnaireBDD -- "2" Properties GestionnaireBDD -- "1" Connection ApplicationServeur ..|> Observer ApplicationServeur -- "1" Socket ApplicationServeur -- "1" ServerSocket ApplicationServeur -- "1" dateFormat ConnexionClient ..|> Runnable ConnexionClient -- "1" Socket ConnexionClient -- "1" PrintWriter ConnexionClient -- "1" BufferedWriter ParseurJson -- "1" Gson BadRequestException --|> RuntimeException ExceptionLimiteAtteinte --|> RuntimeException NoRequestException --|> RuntimeException } @enduml
false
true
false
false
class
1dc393acb07bd99ee6e376ade8657395bd155967
512f6d2466c56f73fb32d366e57af926b219f470
/UMLS/FactoryMethodPattern.puml
9bef8ed3348c12ebf6da3c938a144c199e2fe536
[]
no_license
GerardRyan1989/SoftwareDesignPatternsCA
0d2e9f617d1e2c7c1c3642056045b401c8254226
76bf52230278309d6c690caf8273ac4af357a929
refs/heads/master
2020-04-05T02:09:58.501941
2019-04-14T00:38:10
2019-04-14T00:38:10
156,466,359
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,854
puml
@startuml abstract class CardSuit{ {abstract}createCards(): ArrayList<PlayingCard> +getCards(): ArrayList<PlayingCard> } Class ClubSuit{ -clubs: ArrayList<PlayingCard> -card: ClubPlayingCard CreateCards(): ArrayList<PlayingCard> } Class DiamondSuit{ -diamonds: ArrayList<PlayingCard> -card: DiamondPlayingCard CreateCards(): ArrayList<PlayingCard> } Class HeartSuit{ -hearts: ArrayList<PlayingCard> -card: HeartPlayingCard CreateCards(): ArrayList<PlayingCard> } Class SpadeSuit{ -spades: ArrayList<PlayingCard> -card: SpadePlayingCard CreateCards(): ArrayList<PlayingCard> } class PlayingCard{ #name: String #suit: String #value: int #cardImage: ImageIcon +PlayingCard() +PlayingCard(name: String, suit: String, value: int, cardImage, ImageIcon) +getName() :String +setSuit(suit String): void +getSuit():String +getValue(): int +getImage(): String +toString(): String } class ClubPlayingCard{ +ClubPlayingCard(value: int, name: String, cardImage, ImageIcon) } class HeartPlayingCard{ +HeartPlayingCard(value: int, name: String, cardImage, ImageIcon) } class DiamondPlayingCard{ +DiamondPlayingCard(value: int, name: String, cardImage, ImageIcon) } class SpadePlayingCard{ +SpadePlayingCard(value: int, name: String, cardImage, ImageIcon) } ClubPlayingCard --|> PlayingCard HeartPlayingCard --|> PlayingCard DiamondPlayingCard --|> PlayingCard SpadePlayingCard --|> PlayingCard ClubSuit --* ClubPlayingCard HeartSuit --* HeartPlayingCard DiamondSuit --* DiamondPlayingCard SpadeSuit --* SpadePlayingCard ClubSuit --|> CardSuit DiamondSuit --|> CardSuit HeartSuit --|> CardSuit SpadeSuit --|> CardSuit @enduml
false
true
false
false
class
3340599f547ac63b7b5ffd465ea534f8290d47c2
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/features/Invoice.PaymentType.puml
a50b9de14403768de839c445eb4f72dc299eb548
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
380
puml
@startuml enum Invoice.PaymentType [[../sg/edu/ntu/scse/cz2002/features/Invoice.PaymentType.html]] { {static} +PAYMENT_CASH {static} +PAYMENT_CARD {static} +PAYMENT_NETS {static} +PAYMENT_EZLINK -s: String -PaymentType(s:String) +toString(): String } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
d4e4060f114f1b16970562f08ecb29301f01b9aa
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AssociateRoleDeletedMessagePayload.puml
ad232cd9ff44aae31517157c0c08a406c377d2a7
[]
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
424
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 AssociateRoleDeletedMessagePayload [[AssociateRoleDeletedMessagePayload.svg]] extends MessagePayload { type: String } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
b02190d82b5c36566f62214d9e4b61e17661abd8
ed85bedb40a5541cc57bf655b72e51b7c9846c45
/uml/Class Diagram.puml
f5d706adc6ff3851d81fbecec7875cf2aefb8bbb
[]
no_license
TroyBaggs314/baggs-cop3330-assignment4part2
9bb804bac3f52cbb683f1c3a0e35b10f2cd59db7
0170a946883a61d6830fd143e8ceb55fb46d7c00
refs/heads/master
2023-06-28T14:39:20.728863
2021-07-12T02:45:18
2021-07-12T02:45:18
384,548,757
0
0
null
null
null
null
UTF-8
PlantUML
false
false
823
puml
@startuml 'https://plantuml.com/sequence-diagram class ToDoLists { main() start() refreshAccordion() scrollWheelSetup() parse() } class ToDoListController { addToListClicked() removeFromListClicked() clearListClicked() editNameOfItemClicked() editNameOfItemClicked() editDescOfItemClicked() editDateOfItemClicked() editDateOfItemClicked() markCompleteClicked() allItemsClicked() completeItemsClicked() incompleteItemsClicked() importListClicked() arrayToList() ListToFile() exportListClicked() exportListClicked() 'needs readme.md' } class itemFormat { name desc completed -index } javafx.Application <|-- ToDoLists ToDoLists - ToDoListController ToDoLists - itemFormat itemFormat - ToDoListController @enduml
false
true
false
false
class
28388a57dad2c562bc01bd55d6d01ffe6d368078
99fd128e25c1aef4813198b9594d1366b6e23943
/Techs/software-craft/know-design/design-pattern/behavioral-patterns/strategy/3_usecomponent.puml
a9b7f47a5a46e20fb6919f047f53bb6fa64b8fc7
[]
no_license
tcfh2016/knowledge-map
68a06e33f8b9da62f9260035123b9f86850316f0
23aff8bf83c07330f1d6422fc6d634d3ecf88da4
refs/heads/master
2023-08-24T19:14:58.838786
2023-08-13T12:04:37
2023-08-13T12:04:45
83,497,980
2
2
null
null
null
null
UTF-8
PlantUML
false
false
608
puml
@startuml FlyBehavior <|-- FlyWithWings FlyBehavior <|-- FlyNoWay abstract class FlyBehavior{ {abstract} fly() } MallardDuck *-- FlyWithWings RedheadDuck *-- FlyWithWings RubberDuck *-- FlyNoWay DecoyDuck *-- FlyNoWay Duck <|-- MallardDuck Duck <|-- RedheadDuck Duck <|-- RubberDuck Duck <|-- DecoyDuck class Duck { quack() swim() {abstract} display() } class MallardDuck { FlyWithWings flyWithWings display() } class RedheadDuck { FlyWithWings flyWithWings display() } class RubberDuck { FlyNoWay flyNoWay display() } class DecoyDuck { FlyNoWay flyNoWay display() } @endluml
false
true
false
false
class
8616fa6d4fd013341ce16c84d0e574b1d8ef7d65
f64fe6610e4c5d577a15bfb724284166220a513c
/Use cases/Implementation/lifecycle-state-machine.puml
328193a3337c3e22700d01df44c6bd3a77b60494
[ "Apache-2.0" ]
permissive
kathra-project/specifications
9f605febafa845dbe02988c1d00bd36298efd3e7
495100b867ab2bd6993caf3190a38b3afe0774f3
refs/heads/master
2022-12-17T06:55:11.624675
2020-08-04T17:44:25
2020-08-04T17:44:25
195,241,374
0
0
Apache-2.0
2022-12-06T01:32:33
2019-07-04T12:53:28
Shell
UTF-8
PlantUML
false
false
2,275
puml
@startuml state "Create a new implementation for api version" as insertImplementation [*] --> insertImplementation insertImplementation --> PENDING PENDING : Implementation existing in DB with status PENDING ERROR : An error has occured during initialization state PENDING { state "Create source repository's implementation" as createSourceRepository state "Create pipeline's implementation" as createPipeline state "Create new version's implementation" as createImplementationVersion { state "Generate source code's implementation" as generateSourceCode state "Create an initial version's implementation" as insertImplementationVersion : ImplementationVersion existing in DB with status PENDING state "Push and tag source code's version implementation" as pushSourceCode state "Launch pipeline" as launchPipeline : Pipeline status should be BUILT state "ImplementationVersion is READY" as implementationVersionREADY : ImplementationVersion with status READY [*] --> generateSourceCode generateSourceCode --> insertImplementationVersion insertImplementationVersion --> pushSourceCode pushSourceCode --> launchPipeline launchPipeline --> implementationVersionREADY implementationVersionREADY --> [*] } [*] --> createSourceRepository createSourceRepository --> createPipeline createPipeline --> createImplementationVersion createImplementationVersion --> [*] } ERROR -> [*] PENDING -> READY : Implementation is fully initialized READY -> PENDING : Not implemented PENDING -> ERROR READY : Implementation status to READY READY --> UNSTABLE : An error exception is detected state UNSTABLE { state "Check api version is READY" as checkApiVersion state "Check source repository is READY" as checkSourceRepository state "Check first implementation version is READY" as checkImplementationVersion state "Check pipeline are READY" as checkPipeline [*] --> checkApiVersion checkApiVersion --> checkSourceRepository checkSourceRepository --> checkPipeline checkPipeline --> checkImplementationVersion checkImplementationVersion --> [*] } UNSTABLE -> READY : Implementation is available READY --> DELETED DELETED -> [*] @enduml
false
true
false
false
sequence
b0e619ba3880253c3223819fd7c1b7fa2bb17ae8
d6fe03b219d0b011060af7aca34c737b998accf3
/docs/replaying-sequence-diagram.puml
382b75633644259b7e6b55c33bbb8118635f7312
[ "MIT" ]
permissive
dplusic/replayable-slot-machine
a39a52614155fbea3f659a9f29b77fcd25077d8d
85877a93518be3f9336e9382f558f131bb990fa7
refs/heads/main
2023-03-09T11:46:48.921841
2021-02-27T14:57:18
2021-02-27T14:57:18
339,423,629
2
0
null
null
null
null
UTF-8
PlantUML
false
false
679
puml
@startuml participant "side-effect-proxy\n[replaying]" as sep participant "slot-api" == Request == sep -> "slot-api" : slot-api/pull \n header[x-side-effect-id]=1 activate sep #FFFF00 note left : Load records &\nStart replaying == [Side Effect 1] Get Weight Info == "slot-api" -> sep : weight-api/weights \n header[x-side-effect-id]=1 sep -> "slot-api" : weight-api/weights response == [Side Effect 2] Get Date and Random == "slot-api" -> sep : sep-ext/get \n header[x-side-effect-id]=1 sep --> "slot-api" : sep-ext/get response == Response == "slot-api" --> sep: slot-api/pull response deactivate sep note left : Stop replaying &\nCompare response with record @enduml
false
true
false
false
sequence
a3f2bd9ebb58a442951051caab6fcd3d3f5f8efd
c3c5e3249a0e20ad1db3ab5ae56c999403cee648
/src/app/components/nutrition-v2/classes.puml
2f61cb23ee9df7cc4013ca3333caa275f240ce95
[]
no_license
t-techdev/1stPhorm_ionic
e5f3d1d6e6bb6a1d595c025b2e21e0cdc913c9c5
df2a1fbee57a5a461b0fe4b57e67bdc3fd102bae
refs/heads/main
2023-02-28T21:46:07.972948
2021-02-03T07:47:48
2021-02-03T07:47:48
335,498,015
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,244
puml
@startuml interface FoodSearchResultItem { String name any source String icon? String image? String extraInformation } class FoodSearchResult { SearchResultItem[] results } namespace v2.ngxs-store { class NutritionDay { Date day Meal[] meals Macros macros } class Macros { int protein int carbs int fats int calories } Class Meal { LoggedItem[] items } class FoodItem << TrackedFood >> { } NutritionDay -|> Macros NutritionDay --|> Meal Meal --|> FoodItem } interface TrackedFood { id: number; nutrition_day_id: number; meal: number; name: string; fats: number; carbs: number; protein: number; calories: number; fiber?: number; consumed_amount: number; consumed_unit: string; is_custom: boolean; is_custom_food_template: boolean; serving_information: ServingInfo; is_branded_food: boolean; nutritioninx_item_id: string | null; nutritioninx_food_name: string | null; total_count?: number; thumbnail?: string; } class ServingInfo { id: number; tracked_item_id: number; fiber?: number; fats: number; carbs: number; protein: number; calories: number; serving_amount: number; serving_unit: string; alt_servings: AltServing[]; } FoodSearchResult --|> FoodSearchResultItem SearchResult --|> BrandedFood SearchResult --|> CommonFood CommonDetailFood --|> CommonFood CommonDetailFood --|> BrandedFood class SearchResult { any[] common BrandedFood[] branded } class CommonFood { } class BrandedFood { brand_name: string; brand_name_item_name: string; brand_type: number; food_name: string; nf_calories: number; nix_item_id: string; nix_brand_id: string; serving_qty: number; serving_weight: number; serving_unit: string; } class FoodPhoto { thumb: String; highres?: String; } class CommonDetailFood << BrandedFood>> { alt_measures: AltServing[] | null; brand_name: string | null; food_name: string; nf_calories: number; nf_protein: number; nf_total_fat: number; nf_total_carbohydrate: number; nf_dietary_fiber?: number; serving_qty: number; serving_unit: string; serving_weight_grams: number; nix_brand_name: string; photo?: FoodPhoto; } @enduml
false
true
false
false
class
f170b01f735a40eb2e26edd51b9bf5037cbfd252
898d82eeabb1fc98006e54be6f9d0ea7dd5df39c
/diagrams/user_acco_list.puml
089d2e9c2b35845ece26190100a8bd7554ee198d
[]
no_license
lecler-i/mani-home-specs
d2d5de134f741109e7ad5523f5b069e685f27ec3
8eb4f57f86b83313fd684f4fd80a6327dd9b8abf
refs/heads/master
2021-01-19T09:05:59.945504
2017-05-18T21:27:49
2017-05-18T21:27:49
87,724,697
1
0
null
null
null
null
UTF-8
PlantUML
false
false
61
puml
Actor user as u (accomodation list) as al u -> al al ..> u
false
true
false
false
usecase
6f8d8a03462504c744d5ce9204d0243f735e21f0
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/architecture/plantuml/ScriptedPolicyDesign.puml
2092a4df682293bc42ad8bd8c609ad8a83f973d7
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
onap/policy-parent
2e8db0a82311ed576a2d3166ac293b8b5687987c
b12c67854c70ae410e02af501126ecf8434e5dd9
refs/heads/master
2023-08-16T15:28:59.552318
2023-08-04T13:00:54
2023-08-08T10:14:28
159,416,823
3
1
NOASSERTION
2021-06-29T19:01:07
2018-11-27T23:53:56
null
UTF-8
PlantUML
false
false
597
puml
@startuml title Scripted Policy Design participant Script <<API_User >> box "PolicyDesign" #LightBlue participant PolicyTypeDesign participant PolicyDesign end box autonumber activate Script loop Script --> PolicyTypeDesign : Read Policy Type using command Script --> Script : Prepare TOSCA Policy for creation Script --> Script : Parse parameters from retrieved policy type Script --> Script : Set Parameters in TOSCA Policy being prepared Script --> PolicyDesign : Create Policy using command PolicyDesign --> Script : Policy creation result end deactivate Script @enduml
false
true
false
false
sequence
bd9046f6e853909dd90b157e950d5a9eb6715379
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/AzureFunctionsAuthentication.puml
941f4d635f4a8bb990b6cc805774c031aa6bed31
[]
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
473
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 AzureFunctionsAuthentication [[AzureFunctionsAuthentication.svg]] extends HttpDestinationAuthentication { type: String key: String } interface HttpDestinationAuthentication [[HttpDestinationAuthentication.svg]] { type: String } @enduml
false
true
false
false
class
5143042f593ab1222d887ca1c67e3ee0acf9deb4
f90c39ffff44a5a39493336c9c18331db8f8760f
/docs/useCaseView/ExitGame.plantuml
a1a55f7a4d9972aae28431508e513e007b46454a
[]
no_license
Sertinell/klondike
e60d49defc893f459218c491a084e1872fddaa44
7c10f627fda6caf8b1ddc9e2cd6a59b218f34c53
refs/heads/master
2023-04-11T08:18:00.482272
2021-04-22T12:46:28
2021-04-22T12:46:28
338,658,308
0
9
null
2021-04-22T12:46:29
2021-02-13T19:59:43
null
UTF-8
PlantUML
false
false
330
plantuml
@startuml States Player Exits Game hide empty description state "**OPEN_GAME | CLOSED_GAME**" as S0 state " " as S1 state " " as S2 state choice <<choice>> S0 -down-> S1 : Player Selects Exit S1 -down-> choice : System Requests\n Confirmation choice --> S0 : no choice -down-> S2 S2 --> [*] : System Closes \n Application @enduml
false
true
false
false
sequence
56fa4906177eec7769500339bb4435d81179d0a1
c7a50e24e2eb465bae0a20df2ee70373011d2cfd
/install-guide/stroom-6-deployment-docker-single.puml
14a518d95d5543fd914db38181c30ce11afefcad
[ "Apache-2.0" ]
permissive
Dave39705/stroom-docs
373aef89e137bab551fd3a718ae7d81d14a7bc0a
c2b1989b8dfbf2ba7344ab63f4b058fb476fef8b
refs/heads/master
2022-12-08T04:23:30.483242
2020-09-02T07:58:00
2020-09-02T07:58:00
288,429,157
0
0
Apache-2.0
2020-09-02T07:58:01
2020-08-18T10:49:51
null
UTF-8
PlantUML
false
false
2,407
puml
@startuml title ==Stroom single-node deployment All services running in docker containers end title ' define a style for the containers skinparam rectangle { roundCorner<<container>> 25 } ' Client hosts node "Datafeed client host" as dataload_client_host <<device>> { node "Event generator" as dataload_client_app <<application>> } node "User desktop host" as ui_client_host <<device>> { node "Web browser" as ui_client_browser <<web browser>> } node "Remote stroom-proxy host" as remote_proxy_host <<device>> { node "stroom-proxy" as remote_proxy <<application>> } ' Single stroom node node "stroom host" as stroom_host <<device>> { rectangle "nginx" as nginx_container <<container>>{ node "nginx" as nginx <<web server>> } rectangle "stroom-auth-ui" as stroom_auth_ui_container <<container>>{ node "stroom-auth-ui (nginx)" as stroom_auth_ui_nginx <<web server>> } rectangle "stroom-auth-service" as stroom_auth_service_container <<container>>{ node "stroom-auth-service" as stroom_auth_service_dropwiz <<java app>> } rectangle "stroom" as stroom_container <<container>>{ node "stroom" as stroom_dropwiz <<java app>> } rectangle "stroom-proxy (local)" as stroom_proxy_container <<container>>{ node "stroom-proxy" as stroom_proxy_dropwiz <<java app>> } rectangle "stroom-log-sender" as stroom_log_sender <<container>>{ node "stroom-log-sender" as stroom_log_sender_script <<script>> } rectangle "Database" as database_container <<container>>{ database stroom_all_dbs <<mysql>> { storage "stroom" as stroom_db <<database>> storage "stats" as stroom_stats_db <<database>> storage "auth" as stroom_auth_db <<database>> } } 'DB connections stroom_auth_service_dropwiz --> stroom_auth_db stroom_dropwiz --> stroom_db stroom_dropwiz --> stroom_stats_db ' API calls stroom_dropwiz --> nginx stroom_proxy_dropwiz --> nginx stroom_auth_service_dropwiz --> nginx stroom_log_sender_script -left-> nginx 'Reverse proxy connections nginx --> stroom_auth_ui_nginx nginx --> stroom_auth_service_dropwiz nginx --> stroom_dropwiz nginx --> stroom_proxy_dropwiz } 'Client connections ui_client_browser --> nginx dataload_client_app --> nginx remote_proxy --> nginx @enduml
false
true
false
false
sequence
4a46cd0846efbe0d54888b1a5f3037ad2051d85b
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140364/sprint3/lang07.2_extension_image2.puml
bf731387fb6fccd4b53cf1e1605ff6283792546b
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
746
puml
@startuml doc-files/lang07.2_extension_image2.png participant MenuBar as MB participant "extensionsMenu : JMenu" as extensionsMenu participant UIController as UIC participant "extension : UIExtensionMacroBeanShell" as UIE participant "extensionMenu : MacroBeanShellMenu" as EM MB -> MB : extensionsMenu = addMenu("Extensions", KeyEvent.VK_X); activate MB create extensionsMenu MB -> extensionsMenu : new deactivate MB MB -> UIC : extensions=getExtensions(); loop for UIExtension extension : extensions MB -> UIE : extensionMenu=extension.getMenu(); activate UIE create EM UIE -> EM : new deactivate UIE MB -> EM : icon = getIcon(); MB -> extensionsMenu : add(extensionMenu); end @enduml
false
true
false
false
sequence
1553c5067c82b27d24b986d9739d31846c25e452
7ce383ea99b3470eb42c4b2e3f417dbe94a0cb6d
/src/main/java/proyecto/tareas/tareas.plantuml
f7f82187b451ee94dfe2d5e786d1487e16d96088
[]
no_license
christyalagon/tareas-back
f4f13b837800f0d22a052072a3dc54f6cbeb1ae1
07053277421c6f2377f8eedabeab79c56e604fa2
refs/heads/master
2020-05-16T23:39:58.130352
2019-06-17T06:48:44
2019-06-17T06:48:44
183,372,961
0
0
null
null
null
null
UTF-8
PlantUML
false
false
371
plantuml
@startuml title __TAREAS's Class Diagram__\n package proyecto.tareas { class TareasApplication { {static} + main() + corsConfigurer() } } 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
4fc5f9743f1c4f15e27391cfff97d43e0661bb37
d827540cbf464c3c09194c3022598f94043a04f8
/puml-diagrams/sdd_err_chiedi_flusso_nodo.puml
e6a8b6308aa8e4a4a72e9c35a59d2126d5dc300a
[]
no_license
gliasphaltatori/pagopa-specifichepagamenti-docs
25f671a585e50a68a02291378ac28f0767b14866
49c30c276bff9109f36e598f9678b94b58a9a997
refs/heads/master
2023-04-30T21:55:52.268768
2021-05-11T08:08:00
2021-05-11T08:08:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
310
puml
@startuml hide footbox autonumber participant PSP participant NodoSPC participant EC ... passi non tracciati ... EC -> NodoSPC : req nodoChiediElencoFlussiRendicontazione NodoSPC -> EC : resp KO nodoChiediElencoFlussiRendicontazione note left NodoSPC : PPT_SINTASSI_EXTRAXSD\nPPT_PSP_SCONOSCIUTO @enduml
false
true
false
false
sequence
a72d3cc08794b82e4c0b1432c4c5cbfc6d361891
bdc6bbbe38175aefd65aea2e384d9a7c433eea87
/plantUML/sequenceDiagram/ReadQuestion.puml
97cc7d13ad29f656b128f48e86e9ab0eecf2eaee
[]
no_license
Ruiz16-17/Sofka_BuenasPracticas_Documentation_PlantUML
59905380c4e992cc37ac08ca1318379caa6d4fb8
30c8a645c85ceb3f39d340f44a0c278d4eb60963
refs/heads/master
2023-08-28T08:21:54.034592
2021-10-25T04:42:12
2021-10-25T04:42:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
296
puml
@startuml actor LoggingGuest actor Guest boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo2 --> LoggingGuest : To boundary Foo2 --> Guest : To boundary Foo3 --> Foo2 : To control Foo4 --> Foo3 : To entity Foo5 --> Foo4 : To database Foo6 --> Foo5 : To collections @enduml
false
true
false
false
sequence
969c7d59720ee26b3c86d77c3ace734262b93ed4
bfcc1cff5b98133396a36fc2644fca906d4f54de
/Python/Introduction CS-P/Problem Sets/ps04,/ps4b/diagram.puml
ac603853256a22e340c22ace6007495e4ba83f33
[ "Apache-2.0" ]
permissive
Alonoparag/my-datascience-prep
4b55d14be8c775a23f90d7ce2ca04bad647fd9c3
c18d6b85d44631e3478c6529bdd0be5df0e0a1d1
refs/heads/main
2023-02-19T01:01:08.090281
2021-01-22T21:30:45
2021-01-22T21:30:45
323,679,233
0
0
Apache-2.0
2021-01-12T09:51:55
2020-12-22T16:33:55
Jupyter Notebook
UTF-8
PlantUML
false
false
835
puml
@startuml class Global{ +load_words(file_name: string):list +is_word(word_list: list, word: string):boolean +get_story_string():string } class Message{ -message_text: string -valid_words: list +__init__(text:string):Message +get_message_text(): string +get_valid_words(): list +build_shift_dict(shift: int): dict +apply_shift(shift: int): string } class PlaintextMessage{ -shift: int -encryption_dict: dict -message_text_encrypted: string +__init__(text:string, shift:int):PlaintextMessage +get_shift():int +get_encryption_dict():dict +get_message_text_encrypted():string +change_shift(shift):None } class CiphertextMessage{ +__init__(text): CiphertextMessage +decrypt_message():tuple } Message<|--PlaintextMessage Message<|--CiphertextMessage @enduml
false
true
false
false
class
2463cdd53e59cee14d3a3cd2a15f9a1b9bfc4073
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/solution/fundamental/ex1/ex1.plantuml
66bbf2afbfe59da3688bca8d7ed1bc525ae11a63
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
955
plantuml
@startuml title __EX1's Class Diagram__\n namespace global.skymind { namespace solution.fundamental.ex1 { class global.skymind.solution.fundamental.ex1.Ex1_CommonPractices1 { {static} + PI_CONST : double + randInt : int + randStr : String ~ nonStaticRandD : double {static} ~ staticRandD : double {static} - helloJava : String + Ex1_CommonPractices1() + Ex1_CommonPractices1() {static} + getHelloJava() {static} + setRandD() } } } namespace global.skymind { namespace solution.fundamental.ex1 { class global.skymind.solution.fundamental.ex1.Ex1_CommonPractices2 { {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
fc7102c240c0e8c88c54713be6eed551a20f6e00
3bdbe6ad6fb883b05c43d614ab63d31836f59f62
/src/main/java/cn/vector/pattern/template/template.puml
a027844a65fa794d007eeabe73543314499aeba0
[]
no_license
HuangVector/pattern_demo
8264be71fa1e7e215b4be0ce9f24e3a0b66328a6
94bfa011decdf8fa97333a5a8a31dbb2fa50947a
refs/heads/master
2020-03-19T13:47:04.544829
2018-06-13T04:00:47
2018-06-13T04:00:47
136,594,947
0
0
null
null
null
null
UTF-8
PlantUML
false
false
472
puml
@startuml package "cn.vector.pattern.template" { class Tea{ # brew() # addCondiments() # isCustomerWantsCondiments() = false } class Coffee{ # brew() # addCondiments() } abstract class RefreshBeverage{ + prepareBeverageTemplate() .. - boilWater() # {abstract} brew() - pourInCup() # {abstract} addCondiments() # isCustomerWantsCondiments() = true } RefreshBeverage <|-- Tea RefreshBeverage <|-- Coffee } @enduml
false
true
false
false
class
eafa496b7c8c1bea12c5086319d0e7f63b140102
0884a8cda67e9dfbb70f6119fe6c8d6e7f56421a
/oop/slides/relation/source/assoc.puml
329d40d706358c7bca01adaf7da5c0697de74f0a
[]
no_license
AltmanEA/AltmanEA.github.io
3ca936e1d934a077681d7b86a4106b750b144b6a
a4d72ca6c4169c27a534647c1d0b86107526d45e
refs/heads/master
2023-08-31T10:45:16.476806
2023-08-31T06:14:13
2023-08-31T06:14:13
50,760,757
0
1
null
null
null
null
UTF-8
PlantUML
false
false
109
puml
@startuml skinparam classAttributeIconSize 0 skinparam MinClassWidth 150 class A class B A <-- B @enduml
false
true
false
false
class
0d27b2f6146912450d15617001e7e86026883f00
7b86a31cabc8a3f8c87995005675f82a7a39be22
/test5/book.puml
1ce3673741ef3b3337de4ede021e05ccac4d9cb5
[]
no_license
748580573/is_analysis
f8c241365f8dda070a70c349e21d8f0cba491435
827d589a52c72332882eb1d8a0fb842d60b835ac
refs/heads/master
2020-03-07T14:41:13.744509
2018-06-06T14:09:04
2018-06-06T14:09:04
127,532,744
1
1
null
null
null
null
UTF-8
PlantUML
false
false
308
puml
@startuml class book{ -int book_id .. -String name .. -String author .. -String publish .. -String ISBN .. -String introduction .. -String language .. -float price .. -int pubdate -- -void setter() .. -T getter() } @enduml
false
true
false
false
class
7a518cdf3a6c620f8ca59bb41d222fc6e0110623
af4761e34df2036a7b519bc492f96197d351e727
/src/_diagrams/community_erd_1.plantuml
93cd0609dc17d01984362969ce2dce08410c6c9d
[]
no_license
ylansegal/blog
f92da9bb1ad65c95d6dd3a1e3cff78efcc5b250b
32cb9d5c3ee47f8b0ca4c369853bc5088926ee1d
refs/heads/master
2023-08-16T17:58:22.354548
2023-08-12T20:02:53
2023-08-12T20:02:53
5,498,384
0
0
null
2022-12-26T21:05:40
2012-08-21T17:23:05
HTML
UTF-8
PlantUML
false
false
1,261
plantuml
@startuml hide circle skinparam linetype ortho entity "Person" as person { *id : number <<generated> } entity "Program" as program { *id : number <<generated>> } entity "ProgramParticipant" as program_participant { *id : number <<generated>> -- program_id : foreign_key participant_id : foreign_key (person) } entity "SignatureRequirement" as signature_requirement { *id : number <<generated>> } entity "ProgramSignatureRequirement" as program_signature_requirement { *id : number <<generated>> -- program_id : foreign_key signature_requirement_id : foreign_key } entity "Signature" as signature { *id : number <<generated>> -- signature_requirement_id : foreign_key participant_id : foreign_key (person) } entity "Household" as household { *id : number <<generated>> } entity "HouseholdPeople" as household_people { *id : number <<generated>> -- household_id : foreign_key person_id : foreign_key } program }o--|| program_participant program_participant }o--|| person signature_requirement }o--|| program_signature_requirement program }o--|| program_signature_requirement signature_requirement }o--|| signature person }o--|| signature household }o--|| household_people person }o--|| household_people @enduml
false
true
false
false
sequence
b172f82c79a2bdaa4e6641214fc6ac332711d63b
942438f1316c8c5bcb8f4d705290fec63a7f1446
/src/main/java/tech/eportfolio/server/listener/listener.plantuml
518e8ec1b77b9c5919b790f5df1e66022e939927
[]
no_license
eportfolio-tech/server
30ab0be7c66902552673de2d9401a71c9d88f787
058cf845b2a1b56487e61908266bae8a7c0203d6
refs/heads/dev
2023-01-20T07:06:12.074820
2020-12-02T15:31:42
2020-12-02T15:31:42
284,626,361
0
0
null
2020-11-02T08:41:44
2020-08-03T06:55:12
Java
UTF-8
PlantUML
false
false
1,407
plantuml
@startuml title __LISTENER's Class Diagram__\n namespace tech.eportfolio.server { namespace listener { class tech.eportfolio.server.listener.AddDefaultMusicListener { {static} + defaultMusicURL : String - logger : Logger - mongoTemplate : MongoTemplate + onApplicationEvent() } } } namespace tech.eportfolio.server { namespace listener { class tech.eportfolio.server.listener.CreateQueueOnStartupListener { - logger : Logger + onApplicationEvent() + setUserFollowRepository() + setUserFollowService() + setUserService() } } } tech.eportfolio.server.listener.AddDefaultMusicListener o-- tech.eportfolio.server.service.PortfolioService : portfolioService tech.eportfolio.server.listener.CreateQueueOnStartupListener o-- tech.eportfolio.server.repository.UserFollowRepository : userFollowRepository tech.eportfolio.server.listener.CreateQueueOnStartupListener o-- tech.eportfolio.server.service.UserFollowService : userFollowService tech.eportfolio.server.listener.CreateQueueOnStartupListener o-- tech.eportfolio.server.service.UserService : 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
271e1ffa570cb48e74edac70c7622b2f805edbbd
6d52d8dbfa9e58a82ce873b9b9412af98b151874
/docs/diagrams/AddBooleanCommand.puml
0adcaed49cc9b6fcff96be7e8c12291f7b3e06ea
[]
no_license
PraveenElango/tp
59072e694da65abf1fb5b88a783f0a957af9ed66
58778e0f0e7c6648d758a6f41abcd47391d2ccd1
refs/heads/master
2023-01-06T16:21:12.970855
2020-10-26T17:28:42
2020-10-26T17:28:42
299,291,890
0
0
null
2020-10-11T03:05:42
2020-09-28T11:49:57
Java
UTF-8
PlantUML
false
false
621
puml
@startuml [-> ":AddBooleanCommand" : execute() activate ":AddBooleanCommand" ":AddBooleanCommand" -> ":BooleanTemplate": addGate(template, "C", and) activate ":BooleanTemplate" ":BooleanTemplate" -> ":BinaryTree" : insert(idx, and) activate ":BinaryTree" ":BinaryTree" --> ":BooleanTemplate" deactivate ":BinaryTree" ":BooleanTemplate" -> ":BooleanTemplate" : buildTopDown() activate ":BooleanTemplate" ":BooleanTemplate" --> ":BooleanTemplate" deactivate ":BooleanTemplate" ":BooleanTemplate" --> ":AddBooleanCommand" deactivate ":BooleanTemplate" [<-- ":AddBooleanCommand" deactivate ":AddBooleanCommand" @enduml
false
true
false
false
sequence
a8399386a7c0d083a8ffbb707427de0b374e7297
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/QuoteRequestPagedQueryResponse.puml
8149b7a293a41cfa6715474b6c6daa5115551f94
[]
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
426
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 QuoteRequestPagedQueryResponse [[QuoteRequestPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[QuoteRequest.svg List<QuoteRequest>]] } @enduml
false
true
false
false
class
29c21c968844139ea59d4a070c281cc19b321efa
717ffdfbd41f798c39582950526690f5c88557fc
/docs/overview.puml
33a59590da6f62222ee52e45d9bbad1524e924df
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
orange-cloudfoundry/chaos-loris-configurer
c428d6581494d8f36b39bb88e92722acf5175751
0c8ef6192d35df33bbac4b3f04e966b6e006aa94
refs/heads/master
2020-06-23T05:47:17.155861
2017-01-11T11:05:36
2017-01-11T11:05:36
74,662,306
0
0
null
null
null
null
UTF-8
PlantUML
false
false
370
puml
@startuml actor Bot participant "Chaos-Loris-Configurer" as CLC participant "Chaos-Loris" as CL participant "Cloudfoundry" as CF participant "GitRepo" as Git activate CLC CLC -> CLC : init CLC -> Git : getConfig Git --> CLC CLC -> CF : loginAsAdmin activate CF CF --> CLC : oauth token CLC -> CF : retreiveAppGuid(config) CF --> CLC: CLC -> CL : loadConfig @enduml
false
true
false
false
usecase
5ced40c0624916741a7f03c4a668c23bdaa8e455
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/sequence - analysis/comment/viewComment.plantuml
abce77a303ce30e6ffb7a3b61a6c714b00fc8f55
[]
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,224
plantuml
@startuml viewComment actor ": User" boundary ": ViewCommentForm" control ": CommentController" entity ": Comment" entity ": ClassroomMember" activate ": User" ": User" -> ": ViewCommentForm": 1 // request view comment activate ": ViewCommentForm" ": ViewCommentForm" -> ": CommentController": 2 // request view comment activate ": CommentController" ": CommentController" -> ": ClassroomMember": 3 // checking permission to view comment activate ": ClassroomMember" alt can delete topic ": ClassroomMember" -->> ": CommentController": 4 // can view comment ": CommentController" ->> ": Comment": 5 // request view comment activate ": Comment" ": CommentController" --> ": ViewCommentForm": 7 // return comments deactivate ": Comment" ": ViewCommentForm" -->> ": User": 8 // return comments else can not delete topic ": ClassroomMember" -->> ": CommentController": 4.1 // not have permission to view comment deactivate ": ClassroomMember" ": CommentController" -->> ": ViewCommentForm": 4.2 // can not view comment deactivate ": CommentController" ": ViewCommentForm" -->> ": User": 4.3 // can not view comment end deactivate ": User" deactivate ": ViewCommentForm" @enduml
false
true
false
false
sequence
1f9c0da51e612c2db816cc123c6bc34093ad14a5
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/TestMode.puml
30b438d9785c57b31473fc161891363f05c8d625
[]
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
80
puml
@startuml enum TestMode { EditMode= 1 << 0, PlayMode= 1 << 1, } @enduml
false
true
false
false
class
3014c728e7e9dee394e892a4a24b6cdee9ca59a3
a6d804259e69e6ba2b76386ab73d90a49cd2a248
/doc/barebox_recipes.plantuml
9f9fc5623ca9b0623ef03587a66693296362a067
[ "MIT", "LicenseRef-scancode-dco-1.1" ]
permissive
menschel-d/meta-barebox
75de8958c3bfb42d1a818bf101f092e2f8f237d3
fb96e95f1670cce18716989c6da3b4093a37b188
refs/heads/master
2023-06-08T20:59:42.099861
2023-05-23T21:25:37
2023-05-23T21:25:37
96,714,115
4
6
MIT
2021-04-26T22:22:03
2017-07-09T22:04:43
BitBake
UTF-8
PlantUML
false
false
1,614
plantuml
@startuml skinparam packageStyle Folder package "meta" { class Cml1 as "cml1.bbclass" class Deploy as "deploy.bbclass" class KernelArch as "kernel-arch.bbclass" } package "meta-barebox" { class Barebox as "barebox.bbclass" { .. Input Variables .. BAREBOX_CONFIG BAREBOX_IMAGE_SRC .. Output Variables .. BAREBOX_IMAGE BAREBOX_IMAGE_BASENAME BAREBOX_IMAGE_SYMLINK BAREBOX_IMAGE_SUFFIX BAREBOX_IMAGE_SUFFIX_ELF BAREBOX_IMAGE_SUFFIX_PER BAREBOX_IMAGE_SUFFIX_SPI -- -find_cfgs() -find_dtss() -apply_cfgs() +do_configure() +do_compile() +do_deploy() } class BareboxCommonInc as "barebox-common.inc" << (I, yellow) >> { } class BareboxInc as "barebox.inc" << (I, yellow) >> { } class BareboxPblInc as "barebox-pbl.inc" << (I, yellow) >> { .. Output Variables .. BAREBOX_IMAGE_BASENAME BAREBOX_IMAGE_SUFFIX -- -get_extra_image_name() +do_deploy_append() } class BareboxUtilsInc as "barebox-utils.inc" << (I, yellow) >> { +do_install() } class BareboxBb as "barebox_<version>.bb" << (R, lightblue) >> { } class BareboxPblBb as "barebox-pbl_<version>.bb" << (R, lightblue) >> { } class BareboxUtilsBb as "barebox-utils_<version>.bb" << (R, lightblue) >> { } BareboxCommonInc <-- BareboxInc : require BareboxCommonInc <-- BareboxPblInc : require BareboxCommonInc <-- BareboxUtilsInc : require BareboxInc <-- BareboxBb : require BareboxPblInc <-- BareboxPblBb : require BareboxUtilsInc <-- BareboxUtilsBb : require } Cml1 <|-- Barebox Deploy <|-- Barebox KernelArch <|-- Barebox Barebox <|-- BareboxCommonInc hide empty members @enduml
false
true
false
false
class
6589b8e141fc3e1d8f77757e844ff2724aaf1c13
e90038263ff9bd8bc82d590a6af1c7160ae5d849
/exemples/layers/dto/class_diagram.puml
41d2e8470a7472e1e6c0087910d2a3b00cafaf22
[]
no_license
AntoineArthurG/cours-genie-logiciel
e6c417865583e838c9adec8ab178c54226af7036
c24f325a770648adfecef41323dee79078469ead
refs/heads/main
2023-02-28T18:27:36.460272
2021-05-18T21:07:55
2021-05-18T21:07:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
691
puml
@startuml left to right direction skinparam linetype ortho package dto { class UtilisateurDto { -login: String -nomComplet: String -dateNaissance: LocalDate +getters() / setters() +getAge(): int } } package dao { class UtilisateurDao { +findByLogin(String): UtilisateurDto } UtilisateurDao ..> UtilisateurDto } package service { class UtilisateurService { +findByLogin(String): UtilisateurDto } UtilisateurService --> UtilisateurDao UtilisateurService ..> UtilisateurDto } package ihm { class ConsoleIHM { +run() } ConsoleIHM --> UtilisateurService ConsoleIHM ..> UtilisateurDto } @enduml
false
true
false
false
class
aa120b759cdf33fb6b3c412f2c4aa8e7aef08bd5
388e7e207031c4b6447b3cbace7bf7a6ab65f240
/diagramas/qmp6-r.puml
bd93846cc0bf3a915ba0a8a599f8e83de2fa5ecb
[]
no_license
AlejandroDeheza/QMP
a0e73b4a1e88c46268cb6541a6063adff37617dc
94923394dc5b6e47c34c821d5ea10618320a99ab
refs/heads/main
2023-08-24T18:50:02.667926
2021-10-14T22:02:20
2021-10-14T22:02:20
361,529,489
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,150
puml
@startuml enum dominio.clima.AlertaMeteorologica { TORMENTA, GRANIZO } class dominio.interesadoEnAlertas.NotificationService { + void notify(String mensaje) } class dominio.usuario.Usuario { - String ciudad - String email + void calcularSugerenciaDiaria() + void suscribirAccionSobreAlertas(AccionAnteAlertaMeteorologica) + void desuscribirAccionSobreAlertas(AccionAnteAlertaMeteorologica) + void realizarAccionesSobreAlertas(List<AlertaMeteorologica>,String) } class dominio.interesadoEnAlertas.MailSender { + void send(String email,String texto) } class dominio.clima.AccuWeatherAPI { + List<Map<String,Object>> getWeather(String) + Map<String,Object> getAlertas(String) } interface dominio.interesadoEnAlertas.Correo { ~ void enviarCorreo(String,String) } class dominio.interesadoEnAlertas.ActualizadorSugerenciasAnteAlerta { + void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario) } interface dominio.interesadoEnAlertas.Notificador { ~ void mostrarNotificacion(String) } class dominio.interesadoEnAlertas.NotificadorAnteAlertas { - Map<AlertaMeteorologica,String> mensaje + void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario) } class dominio.usuario.RepositorioUsuarios { + void calcularSugerenciasDiarias() } class dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas { - String texto + void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario) } class dominio.clima.AccuWeather { - Long periodoDeActualizacion + EstadoDelClima obtenerCondicionesClimaticas(String) + void actualizarAlertasMeteorologicas(String) } class dominio.clima.RepositorioClima { - Map<String,List<AlertaMeteorologica>> alertasMeteorologicas + List<AlertaMeteorologica> getAlertasMeteorologicas(String) + void setAlertasMeteorologicas(String,List<AlertaMeteorologica>) } interface dominio.clima.ServicioMeteorologico { ~ EstadoDelClima obtenerCondicionesClimaticas(String) ~ void actualizarAlertasMeteorologicas(String) } interface dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica { ~ void anteNuevasAlertasMeteorologicas(List<AlertaMeteorologica>,Usuario) } class dominio.ropa.Atuendo { - Prenda prendaSuperior - Prenda prendaInferior - Prenda calzado - Prenda accesorio + Boolean esAdecuadoPara(BigDecimal) } class dominio.interesadoEnAlertas.MailSenderAdapter { + void enviarCorreo(String email, String cuerpo) } class dominio.interesadoEnAlertas.NotificationServiceAdapter { + void mostrarNotificacion(String mensaje) } dominio.clima.AlertaMeteorologica <.right. dominio.clima.RepositorioClima dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.ActualizadorSugerenciasAnteAlerta dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.NotificadorAnteAlertas dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica <|.. dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas dominio.clima.ServicioMeteorologico <|.down. dominio.clima.AccuWeather dominio.interesadoEnAlertas.Correo <|.. dominio.interesadoEnAlertas.MailSenderAdapter dominio.interesadoEnAlertas.Notificador <|.. dominio.interesadoEnAlertas.NotificationServiceAdapter dominio.ropa.Atuendo <-left- dominio.usuario.Usuario: sugerenciaDiaria dominio.interesadoEnAlertas.AccionAnteAlertaMeteorologica "*" <-up- dominio.usuario.Usuario: accionesSobreAlertas dominio.interesadoEnAlertas.Notificador <-up- dominio.interesadoEnAlertas.NotificadorAnteAlertas: notificador dominio.usuario.Usuario "*" <-up- dominio.usuario.RepositorioUsuarios: usuarios dominio.interesadoEnAlertas.Correo <-up- dominio.interesadoEnAlertas.EmisorDeCorreoAnteAlertas: correo dominio.clima.AccuWeatherAPI <-right- dominio.clima.AccuWeather: apiClima dominio.clima.RepositorioClima <-down- dominio.clima.ServicioMeteorologico: repositorioClima dominio.usuario.RepositorioUsuarios <-left- dominio.clima.ServicioMeteorologico: repoUsuarios dominio.interesadoEnAlertas.MailSender <-left- dominio.interesadoEnAlertas.MailSenderAdapter: mailSender dominio.interesadoEnAlertas.NotificationService <-left- dominio.interesadoEnAlertas.NotificationServiceAdapter: notificationService @enduml
false
true
false
false
class
0f78c857582c2e45a9276a4f2469acfd09d99bfe
b44c1d48553582c3fdc7d00ff95876753dd05de4
/uml/Events.puml
65c5c2db30098b54a1423a70cc774e58034df9cc
[]
no_license
sebastianzabielski/IRC_Chat_java_client
c850610bc4bd179e34d37e903ad85e70676e256f
bcf4afad0f7facf69a2f30c77b1d6f70810aca52
refs/heads/master
2022-12-16T11:37:53.873845
2020-09-16T18:25:49
2020-09-16T18:25:49
289,716,290
0
0
null
null
null
null
UTF-8
PlantUML
false
false
595
puml
@startuml interface ServerReceiveEventListener{ + handleEventUpdate(receive: Receive) + unsubscribe() } class ServerReceiveEvent { - {static} listeners: Map<Integer, Set<ServerReceiveEventListener>> + ServerReceiveEvent() + ServerReceiveEvent(eventType: Integer, item: ServerReceiveEventListener) + emit(eventType: Integer, receive: Receive) - initListenersMap() + subscribe(eventType: Integer, item: ServerReceiveEventListener) + unsubscribe(eventType: Integer, item: ServerReceiveEventListener) } ServerReceiveEventListener <|-- ServerReceiveEvent @enduml
false
true
false
false
class
e9dbdaa37750d987aacc42a374e6fb8a4018fc8c
728f724f8a9bcca154f31b18d47b82200811f18a
/Code/trafficsimulator/trafficsimulator.plantuml
6403b633602945a4828104d6778732df110466fb
[]
no_license
UGent-DNA/TGS
c08195f992958f5523dde49aaa35f2484347b24d
809c0207f5e7121bb58b4035ab1c3ef8b5229d1f
refs/heads/main
2023-04-01T16:52:55.029944
2021-04-02T07:56:49
2021-04-02T07:56:49
353,014,724
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,554
plantuml
@startuml title __TRAFFICSIMULATOR's Class Diagram__\n namespace trafficsimulator { class trafficsimulator.Cycle { - roads : Set<Road> + Cycle() + clear() + contains() + equals() + getInRoads() + getRoads() + hashCode() + isCritical() + isLocked() + toString() } } namespace trafficsimulator { class trafficsimulator.ExternalLoadHandler { - net : TrafficNetwork + ExternalLoadHandler() + startElement() } } namespace trafficsimulator { class trafficsimulator.Junction { - cap : double - t_last_cross : double - type : String + Junction() + getCap() + getTLast() + getType() + setCap() + setTLast() } } namespace trafficsimulator { class trafficsimulator.NetHandler { - edge : Edge - edges : HashMap<String, Edge> - node : Node - nodes : HashMap<String, Node> - total_length : float + endElement() + getEdges() + getNodes() + printTotalLength() + startElement() } } namespace trafficsimulator { class trafficsimulator.Road { - capacity : int - critical_cycles : Set<Cycle> - delayed_adds : Queue<Vehicle> - jam_occupancy : int - length : float - load : float {static} - mu : float - n_lanes : int - occupancy : int - speed : float - t_last_enter : double - t_last_exit : double - type : String - vehicles : LinkedList<Vehicle> - w_last : float + Road() + addCycle() + addDelayed() + addVehicle() + clear() + findCriticalCycle() + getCapacity() + getComplementCycles() + getCycles() + getCyclesInRoads() + getEMAWeight() + getFrom() + getFront() + getInRoads() + getJamOccupancy() + getLastEnterT() + getLastExitT() + getLength() + getLoad() + getNLanes() + getNextDelayed() + getOccupancy() + getOutRoads() + getReverse() + getSpeed() + getTo() + getTtr() + getType() + getVehicles() + hasDelayedAdd() + isCongested() + isCritical() + isFull() + isOccupied() + isQuasiFull() + removeBack() + removeCycle() + removeFront() + setLastEnterT() + setLastExitT() + setLoad() - updateEMA() } } namespace trafficsimulator { class trafficsimulator.SimVars { {static} + jam_density : float {static} + max_density : float {static} + max_speed : float {static} + tff : float {static} + tjf : float {static} + tjj : float } } namespace trafficsimulator { class trafficsimulator.SimulationTest { ~ sim : TrafficSimulation + SimulationTest() + SimulationTest() + getNextRoad() {static} + main() + makeFDRHetro() + makeFDRHomo() + printDensities() } } namespace trafficsimulator { class trafficsimulator.TrafficNetwork { + TrafficNetwork() + addExternalLoads() + getJunction() + getRoad() {static} + main() } } namespace trafficsimulator { class trafficsimulator.TrafficSimulation { - last_hopper : Vehicle - last_hopper_edge : Edge - net : TrafficNetwork - priority_vehicles : PriorityQueue<Vehicle> - step : int - t : double - vehicles : HashMap<String, Vehicle> + TrafficSimulation() + addVehicleRoute() + addVehicleRoute() + checkArrival() + clearSimulation() + getLastMover() + getLastMoverEdge() + getNetwork() + getNextTime() + getNumberOfVehicles() + getPriorityVehicles() + getStep() + getTime() + getVehicles() {static} + main() + priorityQueueEmpty() + setTime() + simStep() + updateEdgeWeights() + writeDensities() + writeLocks() - addDelayedVehicle() - f() - getTHead() - putInExitQueue() - updateFronts() } } namespace trafficsimulator { class trafficsimulator.Vehicle { - name : String - route : LinkedList<Road> - t_enter_sim : double - t_exit : double - t_exit_sim : double - t_min : double + Vehicle() + Vehicle() + advanceRoute() + arrived() + compareTo() + extendRoute() + getCurrentEdge() + getDestination() + getName() + getNextEdge() + getRouteLength() + getTExit() + getTInSim() + getTMin() + isAtFront() + setTExit() + setTExitSim() + setTMin() } } trafficsimulator.ExternalLoadHandler -up-|> org.xml.sax.helpers.DefaultHandler trafficsimulator.NetHandler -up-|> org.xml.sax.helpers.DefaultHandler trafficsimulator.Vehicle .up.|> java.lang.Comparable 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
9abfa8f5c1013ecfbb56217e7ccd8d5a189d407c
ae8d603e1a8a158e234db029994362498bd676cf
/Dossier de conception/V2/Copie.puml
747d336b4bf1bd157d392e5acecbc5c4ce483e54
[]
no_license
LeaMercier/Creation-of-a-mini-editor
91a29f663c0ba822ec6b23aaaf84ae2058738715
eee5fcd95a05ea43a43929a2c1d1169b8968eaa4
refs/heads/master
2023-04-08T11:16:27.934645
2021-04-17T11:13:04
2021-04-17T11:13:04
358,853,598
0
0
null
null
null
null
UTF-8
PlantUML
false
false
225
puml
@startuml VueComportementale skinparam Style strictuml actor Utilisateur Utilisateur -> Interface_Graphique : effectu_une_copie(selection, cache, memoire) Interface_Graphique -> PressePapier : enregistreCache() @enduml
false
true
false
false
usecase
b3cdb6e411a6d90c9521e3e4e86aaee9dd3a78b4
7e54066ce2b980f64d5d89c67a2c6d1b054dd689
/docs/reporter-interoperability.plantuml
9ec04890a5bf6281c2a71891a93fa5890e740caf
[]
no_license
reTHINK-project/dev-java-hyperty
1da1a59e8213794b7d446c855581ea6e9921f7bb
68ab9fb39042d49b682b8ea044561c408b0a4a3c
refs/heads/master
2022-12-13T05:20:07.877512
2019-06-28T11:12:05
2019-06-28T11:12:05
122,315,782
0
0
null
2022-12-08T07:36:54
2018-02-21T09:26:00
Java
UTF-8
PlantUML
false
false
570
plantuml
@startuml node "JVM Hyperty Runtime" { node vertx.io { node "Vertx Hyperty" as vertxHy interface "Vertx Stream" as stream } } node "Javascript Hyperty Core Runtime" as node { node "Javascript Hyperty" as jsHy node "Sync Manager" as sm node "P2P Requester Vertx Protostub" as vertxStub { node "Reporter" interface "Vertx Data Object" as vertxDO } } jsHy -> sm : subscribe sm -> vertxDO : subscribe vertxHy -down-> stream : stream stream -> Reporter : stream Reporter -down-> vertxDO : report jsHy -> vertxDO : observe @enduml
false
true
false
false
sequence
2bb13d396e76e7490f4c33aea746a3f6987550f8
53bd199cf3446f70de21adaba0d415e387b1f843
/docs/diagrams/openapi_class_diagram.plantuml
9b93684479c2aba7943a8170e5d5f9b51265db43
[ "MIT" ]
permissive
albamr09/bookish-node
a142d54e212531aaa44d695e0d6c47a4e1a7a963
23776473cdc7375348882ad7f66b3b7f55b25dbc
refs/heads/main
2023-09-04T19:04:32.070971
2021-11-04T19:31:19
2021-11-04T19:31:19
413,492,402
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,279
plantuml
@startuml class BasicUser { email * : string } class LogUser { password *: string } BasicUser <|-- LogUser class NewUser { name: string } LogUser <|-- NewUser class User { id * : string name: string } BasicUser <|-- User class BookProperties { isbn * : string title * : string edition : integer year_published : string author : Author publisher : string language : Language genre : Genre } BookProperties -- Author : author BookProperties -- Language : language BookProperties -- Genre : genre class BasicBook { isbn * : string title * : string author : Author } BasicBook -- Author : author class Book { id * : string } BookProperties <|-- Book class SuccessBook { book * : Book success * : boolean } SuccessBook -- Book : book class Author { id * : string name * : string birth_date : date } class Error { success * : boolean code * : Code message : string } Error -- Code : code enum Language { chinese spanish english hindi arabic portuguese bengali russian japanese french german } enum Genre{ fantasy science_fiction adventure romance horror thriller LGTBQ mistery science } enum Code {} @enduml
false
true
false
false
class
8d3903305c552daa1c467eff728362c9244ddbde
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1950689/sprint3/lang03_01_conditional_formating_SSD.puml
8b1a3e4de90e0db43e0a81aa7fe834b48fbc4611
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
384
puml
@startuml doc-files/lang03_01_conditional_formating_SSD.png actor USER as usr participant "ui : ConditionalFormatPanel" as ui usr -> ui : start cell conditional format activate ui ui --> usr : ask COLOR usr -> ui : insert COLOR ui --> usr : ask FONT usr -> ui : insert FONT ui --> usr : ask BORDER usr -> ui : insert BORDER usr -> ui : apply condition settings deactivate ui @enduml
false
true
false
false
sequence
d863cdc2a5ef75f0f579b011c3c32e79976de789
8381929e1d715c527d4352a9371195884f68f9e4
/Docs/DomainModel/BeforePlay-DeckDetails.puml
1b4f529f3ceec66a2468cc007ec79a41018c2d88
[]
no_license
kiarras/requirements
e42038dbf2707da192b8fed24b20f3bd41c095c7
1427e4ecb3aa5847b066153ffbde97d7dda4e84e
refs/heads/main
2023-06-16T10:45:25.600781
2021-07-10T16:01:50
2021-07-10T16:01:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
632
puml
@startuml Title 6 players BEFORE PLAY (deck details) example Uno *-- DrawPile Uno *-right- DiscardPile Uno *-- "6" Player Player *-- "0" Card DiscardPile *-- "0" Card Card <|-- NumeredCard Card <|-- ActionCard Card <|--WildCard WildCard <|-- DrawFourWildCard SimpleWildCard <|-- WildCard ActionCard <|-- DrawTwoCard ActionCard <|-- SkipCard ActionCard <|-- ReverseCard DrawPile ..> "(0..9 + 1..9) * Card Color" NumeredCard DrawPile ..> "2 * Card Color" DrawTwoCard DrawPile ..> "2 * Card Color" ReverseCard DrawPile ..> "2 * Card Color" SkipCard DrawPile ..> "4" SimpleWildCard DrawPile ..> "4" DrawFourWildCard @enduml
false
true
true
false
class
f306c01cb2a8f6879af0174239ffd5cb66784865
b9666593765b6b9eebcd00f5491cf19312247f67
/plantuml_usage/sequence_diagram.puml
f84cf0e8d95aa64fe2f4b7224adc43c0f8ce265a
[]
no_license
roamingunner/pics
23ae62f0cf1d62b59ec79a8c835eb4021e361951
b79b2d655f31df1ac34a59dfa1b042ec5617d55d
refs/heads/master
2023-06-24T22:05:52.478695
2021-07-22T12:05:04
2021-07-22T12:05:04
388,446,755
0
0
null
null
null
null
UTF-8
PlantUML
false
false
803
puml
@startuml autonumber box "UnTrustedDomain" #LightBlue database UnTrustedKeyStore as UKS control UnTrustedKeyManager as UKM boundary KeyLoader as KL end box box "TrustedDomain" #LightGreen database PersistentStorage as KS control KeyManager as KM end box group In the Beginning... == step1 == group RootKBPK note over KM: A Unique random key is born KS --> KS: Root KBPK exists end == step2 == group Storage in UnTrustedDomain KM --> KM: Create Class N KPBK KS --> KM: RootKBPK note over KM: Shorthand for create a KeyBlock with ClassKBPK N as key payload, and RootKBPK as KBPK UKM --> UKS: KeyBlock[ClassKBPK N]RootKBPK note over UKS: Process is repeated for ClassKBPK 1,2,3...N end end @enduml
false
true
false
false
sequence
d4da2d2497648828694d2fa793fa0e580155dff0
b7b7a4dd9535f893d8aee4e93abba7bb2e60232c
/processors.puml
e8ff243755c69e02fd87b7ffa397eabaa48736e1
[]
no_license
vicchimenti/ImageSharpAPI
b9462310db109566ae4645b2a2faf9d599e6b746
7aeff3a8eb77f8087e39ba2ff34138d39a91aac7
refs/heads/master
2020-04-28T19:38:23.180618
2019-03-14T01:59:18
2019-03-14T01:59:18
175,517,413
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,717
puml
@startuml processors IProcessorStrategy <|.. ClassicalProcessorStrategy IProcessorStrategy <|.. FunctionalProcessorStrategy ProcessorFactory --> IProcessorStrategy ClassicalProcessorStrategy --> OperationList ClassicalProcessorStrategy --> OperationParser ClassicalProcessorStrategy --> OperationProcessor FunctionalProcessorStrategy --> FunctionList FunctionalProcessorStrategy --> FunctionParser FunctionalProcessorStrategy --> FunctionProcessor FunctionProcessor --> FunctionList FunctionParser --> FunctionList OperationProcessor --> OperationList OperationParser --> OperationList class IProcessorStrategy { + ProcessImage(operations : string, imageData : byte[], loggerFactory : ILoggerFactory) : byte[] } class ProcessorFactory { + GetProcessor(strategy : string) : IProcessorStrategy } class FunctionList { + Functions: IEnumerable<Action<Image<Rgba32>, ILogger<Operation>>> + NumberOfOperations: int + Add(function: Action<Image<Rgba32>, ILogger<Operation>>) } class FunctionParser { + FunctionParser(operations: string, loggerFactory: ILoggerFactory) + Parse(): FunctionList } class FunctionProcessor { + FunctionProcessor(functionsList : FunctionList, loggerFactory : ILoggerFactory) + Execute(sourceImage: byte[]) : byte[] } class OperationList { + Operations: IEnumerable<Operation> + NumberOfOperations: int + Add(operation: Operation) } class OperationParser { + OperationParser(operations: string, loggerFactory: ILoggerFactory) + Parse(): OperationList } class OperationProcessor { + OperationProcessor(operationsList : OperationList, loggerFactory : ILoggerFactory) + Execute(sourceImage: byte[]) : byte[] } @enduml
false
true
false
false
class
22d2946e87911a7e7f3279d2a6683c256fc92f70
08ac8d04314c7ce7694bf90da87438901341267a
/document/sequence_diagram/us-4.puml
9946b4fa214058d67d57aff9d3aae9051bdcdb2a
[ "MIT" ]
permissive
kamontat/CheckIDNumberA
5ec59984f4018462213843407ffe86dccf9cecb6
f75a59d72e1567b3bafd16160b756ee6cd9fa1bb
refs/heads/master
2020-12-30T11:28:39.059077
2017-07-01T15:28:48
2017-07-01T15:28:48
91,566,835
0
0
null
2017-07-01T14:08:43
2017-05-17T11:02:23
Kotlin
UTF-8
PlantUML
false
false
4,270
puml
@startuml skinparam sequenceArrowThickness 2 skinparam sequenceParticipant underline actor User boundary MainActivity boundary InputFragment boundary NonExport boundary Export User -> MainActivity: onOptionsItemSelected(menuItem); activate MainActivity #FFBBBB MainActivity -> MenuItem: getItemId(); MainActivity <-- MenuItem: id alt id == R.id.top_menu_export MainActivity -> MainActivity: requestPermission(); activate MainActivity #DarkSalmon MainActivity -> MainActivity: checkPermission(); activate MainActivity #FFDDDD MainActivity -> ContextCompat: checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE); MainActivity <-- ContextCompat: permissionCheck MainActivity <-- MainActivity: isPermissionAllow deactivate MainActivity alt isPermissionAllow MainActivity -> ActivityCompat: shouldShowRequestPermissionRationale(this, Manifest.permission.WRITE_EXTERNAL_STORAGE); MainActivity <-- ActivityCompat : boolean alt boolean MainActivity <-- MainActivity: 2 else MainActivity -> ActivityCompat: requestPermissions(this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, PERMISSION_CODE); ref over MainActivity, ActivityCompat : wait user to response MainActivity <-- MainActivity: 1 end end MainActivity <-- MainActivity: 0 deactivate MainActivity alt request == 2 MainActivity -> NonExport: new NonExport(this); MainActivity -> NonExport: show(); activate NonExport #FFBBBB NonExport -> NonExport: setting(); NonExport -> MaterialDialog.Builder: new MaterialDialog.Builder(root); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: title(title); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: content(content); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: positiveText(R.string.yes); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: negativeText(R.string.no); NonExport <-- MaterialDialog.Builder: this NonExport -> NonExport: getRequestCallBack(); NonExport -> MaterialDialog.Builder: onNegative(callBack); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: canceledOnTouchOutside(true); NonExport <-- MaterialDialog.Builder: this NonExport -> MaterialDialog.Builder: show(); NonExport <-- MaterialDialog.Builder: dialog deactivate NonExport else request == 0 MainActivity -> Export: new Export(presenter); MainActivity -> Export: show(); activate Export #FFBBBB Export -> Export: setting(); Export -> MaterialDialog.Builder: new MaterialDialog.Builder(root); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: title(title); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: content(content); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: inputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: inputRange(1, 50); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: input(R.string.input_file_name_hint); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: checkBoxPromptRes(R.string.delete_message, false, null); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: positiveText(R.string.save_message); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: negativeText(R.string.cancel_message); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: canceledOnTouchOutside(true); Export <-- MaterialDialog.Builder: this Export -> MaterialDialog.Builder: show(); Export <-- MaterialDialog.Builder: dialog deactivate Export end end deactivate MainActivity @enduml
false
true
false
false
usecase
54ea4efdef77954264ce098c5427d61f0acfa127
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC10/UC10_MD.puml
769a0f3263e4a9f5bd1c7694f88c7a2c949303cd
[ "MIT" ]
permissive
GJordao12/ISEP-LAPR2
7f01f7fe4036f17a4a76f0595e80564c2dda7b3c
0c537d1cf57f627f98e42b6f1b7e100f49ff2d15
refs/heads/master
2023-08-17T10:59:19.469307
2021-10-02T16:27:19
2021-10-02T16:27:19
272,283,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,143
puml
@startuml hide methods left to right direction class Platform { -String designation } class Organization { -String designation } class User { -String name -String email -String password } class Collaborator { -String name -String email } class Manager { -String name -String email } class Freelancer { -String id -String name -String email -Integer NIF -String IBAN -double OverallPayments } class PaymentTransaction { -String id } class Task { -String id -String briefDescription -Double timeDuration -Double costPerHour -String category } Platform "1" -- "*" Organization : has registered > Platform "1" -- "*" Freelancer : has registered > Platform "1" -- "*" User : has registered > Organization "1" -- "1" Collaborator: has > Organization "1" -- "1" Manager: has > Organization "1" -- "*" Task : has > Organization "1" -- "*" PaymentTransaction : has > Collaborator "0..1" -- "1" User : act as > Manager "0..1" -- "1" User : act as > PaymentTransaction "*" -- "1" Freelancer : to > PaymentTransaction "1" -- "1" Task : referent > Freelancer "1" -- "*" Task : does > @enduml
false
true
false
false
class
94f6894f445aecc1fb4682f027029be5c6b5e0cf
3b5cc15f6abda714fb4f20e409bf8a7b4f2dec20
/etudes_de_projet/interface.puml
3055fd669e6c09f9a5d009f116678a1af15ed6a7
[]
no_license
StephaneBranly/LO21-RPN-Calculator
8009f3a02ca520ddd39ea2620e313c92d62a4190
781cedaed4fd94e378f7ae2308ad76deb47ff765
refs/heads/main
2023-02-13T21:55:43.046175
2021-01-04T13:46:27
2021-01-04T13:46:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,366
puml
@startuml class Subject class QMainWindow class QLabel class QDialog package Interface <<Folder>>{ class Pile { - ui : Pile* - size : size_t = 5 + Pile(parent : QWidget*) + ~Pile() + setMessage(m : const QString = "") + updateContent(content : const list<QString>) + updateSize(t : size_t) + getSize() const : size_t } class Commandline{ - ui : Commandline* - textContent : QString - clock : QTimer* - cursor : bool = false + Commandline(parent : QWidget*) + ~Commandline() + addText(str : const QString) + clearText() + backspace() + updateText() + getText() const : QString } class KeyboardFunctions{ - ui : KeyboardFunctions* - dock : QDockWidget* - signalMapper : QSignalMapper* + KeyboardFunctions(parent : QMainWindow*) + ~KeyboardFunctions() + getDock() const : QDockWidget* } class KeyboardNumeric{ - ui : KeyboardNumeric* - dock : QDockWidget* - signalMapper : QSignalMapper* + KeyboardNumeric(parent : QMainWindow*) + ~KeyboardNumeric() + getDock() const : QDockWidget* } class Programmes{ - ui : Programmes* - dock : QDockWidget* - progs : list<Program*> + Programmes(parent : QMainWindow*) + ~Programmes() + getDock() const : QDockWidget* + updateProgs(li : list<QString>) } class Program{ - parent : Programmes* - name : QString - content : QString - button : QPushButton* - layout : QHBoxLayout* - label : QLabel* - editLabel : ClickableLabel* + Program(v : Programmes*, name : const QString) } class Variables{ - ui : Variables* - dock : QDockWidget* - vars : list<Variable*> + Variables(parent : QMainWindow*) + ~Variables() + getDock() const : QDockWidget* + updateVars(li : const list<QString>) } class Variable { - parent : Variables* - name : QString - content : QString - button : QPushButton* - layout : QHBoxLayout* - label : QLabel* - editLabel : ClickableLabel* + Variable(v : Variables*, name : const QString) } class Mainwindow{ - ui : Mainwindow* - commandline : Commandline* - pile : Pile* - keyboardnumeric : KeyboardNumeric* - keyboardfunctions : KeyboardFunctions* - programmes : Programmes* - variables : Variables* - editAtomDialog : EditAtom* - buffer : QString - settings : Settings* - about : About* - saveW : SaveWindow* # keyPressEvent(ev : QKeyEvent*) + Mainwindow(parent : QWidget*) + ~Mainwindow() + getContentCommandLine() const : const QString + const QString getBuffer() const + setBuffer(s : QString) + setMessage(m:const QString) + updateAtoms(l : const list<tuple<QString, QString, QString>>) + updateStacks(m : const list<QString>) } class ClickableLabel { - refName : QString ="" # mousePressEvent(event : QMouseEvent*) + setRefName(s : QString) + {explicit} ClickableLabel(parent : QWidget*, f : WindowFlags) + ~ClickableLabel() } class Settings { - ui : Settings* + {explicit} Settings(parent : QWidget*) + ~Settings() + setInputValue(s : const size_t) } class SaveWindow { - *ui : SaveWindow - atoms : list<SaveWindowItem*> - buffer : QString + {explicit} SaveWindow(p : QWidget*) + ~SaveWindow() + setBuffer(s : const QString) + getBuffer() const : QString } class SaveWindowItem { - name : QString - checkbox : QCheckBox* - layout : QHBoxLayout* - label : QLabel* + {explicit} SaveWindowItem(parent : QWidget*, valueName : const QString) + isChecked() const : bool + getAtomName() const : QString } class EditAtom { + {explicit} EditAtom(parent : QWidget*) + ~EditAtom() + setAtomName(: const QString) + setAtomValue(: const QString) - ui : EditAtom* - oldName : QString } class About { - ui : About* + {explicit} About(parent : QWidget*) + ~About() } class QWidget QWidget <|-- Programmes QWidget <|-- Program QWidget <|-- KeyboardNumeric QWidget <|-- KeyboardFunctions QWidget <|-- Pile QWidget <|-- Variables QWidget <|-- Variable QWidget <|-- Commandline QWidget <|-- SaveWindowItem QDialog <|--- Settings QDialog <|-- SaveWindow QDialog <|-- EditAtom QDialog <|--- About Mainwindow *-- QWidget QMainWindow <|-- Mainwindow Subject <|-- Mainwindow QLabel <|--- ClickableLabel Programmes o-- Program Variables o-- Variable SaveWindow o-- SaveWindowItem } @enduml
false
true
false
false
class
7b590c105c884d66e10409b9c2bd8d539df873c5
c78d37803024db31063d7b6a9a0450fdcfd38028
/design/backend.puml
845a7017053beef63bd0d991354be98b96db98f1
[]
no_license
ArtemNikolaev/azul
9ae61394fb9808c80c73f4ca8875e3cb4017496b
40a9abf48ef27cb6b45350f226cec15305e1f79b
refs/heads/master
2023-01-05T00:29:35.953897
2018-10-02T12:31:50
2018-10-02T12:31:50
149,271,535
0
0
null
2023-01-04T14:01:38
2018-09-18T10:39:48
JavaScript
UTF-8
PlantUML
false
false
736
puml
@startuml class Game { -bag: Bag -table: Table -players: []<Player> } class Bag { -bag: []<String> -box: []<String> +void shuffle() +array getTiles() } class Table { -displays: []<[]<String>> -table: []<String> -scoringMarker: Boolean +void setDisplay(display: Number, colors: []<String>) +void move(color: String, display: Number || Undefined) } class Player { -score: Number = 0 -scoringMarker: Boolean } class Wall { -level: Number -wall: []<[]<{color: String, col: Number}>> + move(color: String, col: Number) } class PatternLines { +floorLine: Number = 0 } Game o-- Bag Game o-- Table Game o-- Player Player o-- Wall Player o-- PatternLines @enduml
false
true
false
false
class
9e57330856e55052dbc424a45a6dc09634f1b917
ddd27ef7207e3b508ba557b6f5ca1b2bd172a734
/app/UML/QuinnUseCase3.puml
d345b49b3f3eb9bfde97f4209272356bd0264802
[]
no_license
QRP0002/Wireless_Quote
7c095f66043b7780f03d624be2fe7956b3369a27
0b4762a69db0ebada3d518573e7618a0e57f0368
refs/heads/master
2020-06-04T02:48:51.629364
2015-05-01T12:49:49
2015-05-01T12:49:49
33,549,841
0
0
null
2015-04-16T20:57:50
2015-04-07T14:57:28
Java
UTF-8
PlantUML
false
false
242
puml
@startuml User -> Server : User clicks log off activate User activate Server Server --> User: Ask if sure User -> Server : User responds with yes Server --> User : Logs user out and shows main screen deactivate User deactivate Server @enduml
false
true
false
false
sequence
1301d485376f5ee01aeb00b9ed759e81131ddc8d
31ea04abb4acf9a94f1ebee9e62bcd19e5ee93c2
/docs/diagrams/log/DataPointAbstractClass.puml
f27f18f6e06fa84687cb56cb375e590a75d10775
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
chishanw/main
b6347529990a2f80d8a40d5a3f3d3d756655b121
54ed66bb7d30f2f6dfbc9048cd4f76748f214062
refs/heads/master
2021-01-07T03:33:19.184525
2020-04-13T14:06:45
2020-04-13T14:06:45
241,567,776
1
0
NOASSERTION
2020-02-19T08:16:34
2020-02-19T08:16:33
null
UTF-8
PlantUML
false
false
248
puml
@startuml class DataPoint { -labelName: String -result: String +DataPoint(String labelName, String defaultResult) +getLabelName(): String +getResult(): String +calculate(List<CompletedWorkouts> workouts): void } @enduml
false
true
false
false
class
32d99252768901379eb2985085e4a624c22d5a95
66608dec739e7950284e78607e638e030cba4d10
/osa0/04.puml
8a13da6b605c29c2afd90d2f867547409126453a
[]
no_license
pihvi/hyllstack
5d6a675a86d0555a6d252f8d2c0d348f99e2c7b7
e719056a12c67915ab8d63a33e31671831a481de
refs/heads/master
2023-01-05T05:19:21.620961
2019-12-29T11:57:29
2019-12-29T11:57:29
140,890,201
0
0
null
2023-01-05T03:43:24
2018-07-13T20:27:37
JavaScript
UTF-8
PlantUML
false
false
573
puml
@startuml skinparam handwritten true actor User as A participant Browser as B participant Server as C A -> B: Enter new note and press "Talleta" B -> C: POST /new_notes with new note data C --> B: 302 redirect to /notes B -> C: Get /notes C --> B: Return HTML of the notes page note left:: Parse HTML B -> C: Get main.css C --> B: return main.css note left:: Parse CSS B -> C: Get main.js C --> B: return main.js note left:: Parse main.js B -> C: Get data.json B -> B: add each item in data.json as an element to DOM B --> A: Show the page with the form and items @enduml
false
true
false
false
sequence
539c22a6af58cb43d605a73440cc72847184875b
efd347d9c7143093dc8c35c03bcc6a41d2291cc8
/ioc/2.ApplicationContext/ApplicationContext.puml
64f53b1efffd07abf15c7972efb8414255d16228
[]
no_license
willwhzhang/spring-source-note
340e2dd97087204263695719db4625f74f7b059a
a8731e0cf38ec446893df9145f832ec16deef867
refs/heads/master
2022-06-12T15:57:24.924322
2020-05-05T13:41:59
2020-05-05T13:41:59
261,181,689
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,769
puml
@startuml interface EnvironmentCapable interface BeanFactory interface ListableBeanFactory extends BeanFactory interface HierarchicalBeanFactory extends BeanFactory interface MessageSource interface ApplicationEventPublisher interface ResourcePatternResolver interface ApplicationContext EnvironmentCapable <|-- ApplicationContext ListableBeanFactory <|-- ApplicationContext HierarchicalBeanFactory <|-- ApplicationContext MessageSource <|-- ApplicationContext ApplicationEventPublisher <|-- ApplicationContext ResourcePatternResolver <|-- ApplicationContext interface Lifecycle interface Closeable interface ConfigurableApplicationContext extends ApplicationContext, Lifecycle, Closeable class AbstractApplicationContext extends DefaultResourceLoader implements ConfigurableApplicationContext { -ApplicationContext parent; -ConfigurableEnvironment environment; -List<BeanFactoryPostProcessor> beanFactoryPostProcessors -long startupDate -AtomicBoolean active -AtomicBoolean closed -Object startupShutdownMonitor -Thread shutdownHook -ResourcePatternResolver resourcePatternResolver -LifecycleProcessor lifecycleProcessor -MessageSource messageSource -ApplicationEventMulticaster applicationEventMulticaster -Set<ApplicationListener<?>> applicationListeners -Set<ApplicationListener<?>> earlyApplicationListeners -Set<ApplicationEvent> earlyApplicationEvents } interface AliasRegistry interface BeanDefinitionRegistry extends AliasRegistry class GenericApplicationContext extends AbstractApplicationContext implements BeanDefinitionRegistry interface AnnotationConfigRegistry class AnnotationConfigApplicationContext extends GenericApplicationContext implements AnnotationConfigRegistry @enduml
false
true
false
false
class
66c0114aa6d08730a689308aa37660a45f60db61
92977ea6ba766b9d87fcfc6dce5b6d0c712aa3d2
/docs/diagrams/DietTrackerMetricsCommandClassDiagram.puml
f99028b195aa71c2d15e31bbe61a558d3896bb1f
[ "MIT" ]
permissive
WillySeahh/main
202ea13b74807727fa8b1010b30139a034b8d94e
664611ec114ad35b7528bab89ca4c47876b28f22
refs/heads/master
2021-01-05T16:17:11.402471
2020-04-16T18:11:29
2020-04-16T18:11:29
241,072,558
0
0
NOASSERTION
2020-02-17T09:52:59
2020-02-17T09:52:58
null
UTF-8
PlantUML
false
false
1,884
puml
@startuml /' @author @jarrod-bob'/ /' Got inspiration and adapted from https://github.com/AY1920S2-CS2103T-W12-1/main/blob/master/docs/images/DeliveredClassDiagram.png '/ skinparam backgroundColor #ffffff skinparam classAttributeIconSize 0 hide circle class MetricsCommandParser implements Parser { /' Methods '/ + parse(args : String) : MetricsCommand } interface Parser<T extends Command> <<Interface>> { parse(userInput : String) : MetricCommand } abstract class Command<E> { {abstract} execute(model : E) : CommandResult } class MetricsCommand extends Command { /' Fields '/ /' Methods '/ + execute(dietModel : DietModel) : CommandResult + equals(other : Object) : boolean } interface DietModel <<Interface>> { + PREDICATE_SHOW_ALL_FOODS : Predicate<Food> + setUserPrefs(userPrefs : ReadOnlyUserPrefs) : void + getUserPrefs() : ReadOnlyUserPrefs + getMyselfFilePath() : Path + setMyselfFilePath(myselfFilePath : Path) : void + setMyself(myself : ReadOnlyMyself) : void + getMyself() : ReadOnlyMyself + setHeight(height : Height) : void + setWeight(weight : Weight) : void + getHeight() : Height + getWeight() : Weight + setMode(mode : Mode) : void + printMetrics() : String + getMode() : Mode + getFoodBookFilePath() : Path + setFoodBookFilePath(foodBookFilePath : Path) : void + setFoodBook(foodBook : ReadOnlyFoodBook) : void + getFoodBook() : ReadOnlyFoodBook + hasFood(food : Food) : boolean + deleteFood(target : Food) : void + addFood(food : Food) : void + setFood(target : Food, editedFood : Food) : void + getFilteredFoodList() : ObservableList<Food> + listFoods(mode : String) : String + updateFilteredFoodList(predicate : Predicate<Food>) : void } MetricsCommand ..> DietModel MetricsCommandParser ..> MetricsCommand @enduml
false
true
false
false
class
91172b6a1f0c1e9510a518a3fefb9be735c294d1
d24aed235517b5485930962b3b7af017ff8d8710
/04_object_oriented/uml/diagram.puml
cc355186b23ce3e7e883d219b2648b1b434554c4
[]
no_license
allokeen/PHP-Homeworks
e1e1c0f3037b784f0457007f8e1df67e5ae6f302
cd74c5f98d4b9dfc8a7fb4abce24a1e478d25100
refs/heads/master
2022-04-08T22:49:56.761609
2020-01-14T23:27:59
2020-01-14T23:27:59
249,502,035
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,873
puml
@startuml class App { + run() - render(Widget\Widget) } note as AppNote 1. Creates storage object. 2. Creates several widgets. 3. Stores widgets into storage. 4. Loads widgets from storage. 5. Draws widgets using render method. end note App .. AppNote namespace Widget { abstract class Widget { + draw() } class Link { + draw() } note as LinkNote Prints link HTML using echo command. Example: <a href="">widget_link_1</a> end note Link .. LinkNote class Button { + draw() } note as ButtonNote Prints button HTML using echo command. Example: <input type="button" value="widget_button_2"> end note Button .. ButtonNote Widget <|-- Link Widget <|-- Button } App ..> Widget.Widget : draws App ..> Widget.Button : creates App ..> Widget.Link : creates namespace Concept { abstract class Distinguishable { - id + key() : string - normalize(string) } note as DistinguishableNote Creates unique key for every objects. Takes id in constructor and combines it with type names. Example: widget_link_1, widget_button_2 Uses static::class to get type of deriving class. end note Distinguishable .. DistinguishableNote } Concept.Distinguishable <|-- Widget.Widget namespace Config { class Directory { - {static} root + {static} set(string) + {static} root() : string + {static} storage() : string + {static} view() : string + {static} src() : string } note as DirectoryNote Used to set path to main directory in index.php. Return path to storage/ and views/ directory. end note Directory .. DirectoryNote } namespace Storage { interface Storage { + store(Distinguishable) + loadAll() : array } class SessionStorage { + store(Distinguishable) + loadAll() : array } note as SessionStorageNote Stores serialized objects in $_SESSION Example: $_SESSION[$dummy->key()] = serialize($dummy) end note SessionStorage .. SessionStorageNote class FileStorage { + store(Distinguishable) + loadAll() : array } note as FileStorageNote Stores serialized objects in storage/ directory. Example file storage/widget_button_2 contains serialized object of type Button with id 2. end note FileStorage .. FileStorageNote Storage <|-- SessionStorage Storage <|-- FileStorage } Storage.Storage ..> Concept.Distinguishable : stores/loads Storage.FileStorage ..> Config.Directory : uses App ..> Storage.FileStorage : creates App ..> Storage.SessionStorage : creates App ..> Storage.Storage : uses package index.php <<Rectangle>> { } index.php ..> App : creates index.php ..> Config.Directory : configures @enduml
false
true
false
false
class
0c4557e08541242304d57535de54c14f9817ea6b
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/java/concept-parallelstream-forkjoin-2.plantuml
6e519f37e14821d7ddb85cf8f8175cca6762af81
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
331
plantuml
@startuml interface "Task" as t queue "\ninbound queue\n" as iq t -r-> iq :submit rectangle "Thread 1" as th1 queue "deque" as d1 rectangle "Thread 2" as th2 queue "deque(empty)" as d2 th1 -u-> iq :take th2 -u-> iq :take th1 --> d1 :push th1 <-- d1 :pop th2 --> d2 :push th2 <-- d2 :pop th2 --> d1: steal @enduml
false
true
false
false
sequence
88d969e40c1c2628dd2e54e62db6551c6ddc8758
3fbd7195a4f90f8516d1f88ad287fb2f041489ea
/LAB ACTIVITY/Q3usecase/agQ3usecase.puml
313afb1ff58f3487fcaaf79797027424b849b8e6
[]
no_license
Gab-Aguilar/PRELIMINARIES
cdb63b9766b48b770a564c661faf418db3110d09
d4686dbffc575a6476ddd1634dbb189a1fe9057f
refs/heads/master
2021-04-01T07:42:48.292076
2020-03-18T08:20:08
2020-03-18T08:20:08
248,168,996
0
0
null
null
null
null
UTF-8
PlantUML
false
false
281
puml
@startuml left to right direction skinparam packageStyle rectangle actor customer actor Bank actor clerk actor Administrator rectangle POS_Terminal { customer -- (checkout) Bank --- (checkout) :Administrator: ---> (Manage Users) (checkout) -- clerk } @enduml
false
true
false
false
usecase
e634d9bfad299541b5b94aa6f7e89582615a4ed5
ffbc236cfbbda0b7af27e8f1626b8d538327d707
/uml/component-diagrams/CD-SODALITEGeneralArchitecture.puml
d4f5ee587a2ac9293d32aff67c5eed21788e22d0
[ "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
1,604
puml
@startuml title SODALITE General Architecture skinparam fixCircleLabelOverlapping true skinparam defaultFontSize 20 skinparam dpi 90 'WP3 modelling layer [SODALITE\nModeling Layer] as WP3 #PaleGreen interface "Semantic\nReasonerAPI" as sem #PaleGreen WP3 -d- sem 'WP4 infrastructure as Code layer [SODALITE\nInfrastructure as Code Layer] as WP4 #LightSalmon interface "Deployment\nPreparationAPI" as dep #LightSalmon interface "DefectPrediction\nCorrectionAPI" as defect #LightSalmon interface "IaCVerifactionAPI" as verif #LightSalmon interface "ImageRegistryAPI" as imagereg #LightSalmon interface "ImageBuilderAPI" as imagebuilder #LightSalmon interface "PlatformDiscoveryAPI" as pds #LightSalmon WP4 -u- dep WP4 -u- defect WP4 -u- verif WP4 -u- pds WP4 -d- imagereg WP4 -u- imagebuilder 'WP4 infrastructure as Code layer [SODALITE\nRuntime Layer] as WP5 #LightSkyBlue interface "MonitoringAPI" as mon #LightSkyBlue interface "OrchestratorAPI" as orch #LightSkyBlue WP5 -u- mon WP5 -u- orch 'security APIs interface "IAMServiceAPI" as IAMApi #LightSlateGrey interface "SecretVaultAPI" as VaultAPI #LightSlateGrey cloud { node OpenStack node k8s as K8S node "PBS/Slurm" as wlm node AWS node OpenFaaS } WP3 -d-( IAMApi WP3 -d-( VaultAPI WP3 -d-( dep WP3 -d-( defect WP3 -d-( verif WP3 -d-( mon WP3 -d-( orch WP3 -d-( imagebuilder WP3 -d-( pds WP4 -u-( IAMApi WP4 -u-( VaultAPI WP4 -u-( sem WP4 -u-( orch WP5 -u-( IAMApi WP5 -u-( VaultAPI WP5 -u-( imagereg WP5 -r-( dep WP5 -r-( sem WP5 .d.> OpenStack WP5 .d.> K8S WP5 .d.> wlm WP5 .d.> AWS WP5 .d.> OpenFaaS @enduml
false
true
false
false
class
adacc50ee01e67eb17d4c2ae9879e6cf870316d6
8a0653b68453c355f27c1e0909da3d2d37601b65
/project/uml/EngineTransport_Revised.puml
ad81ea0b052051707b4f5990aabd9119616bd713
[]
no_license
ezequiels/nazz
c605e48262bb7c8386197e370736171c7f964e21
3735c58c464bb861b275481ec1216bc8da9ce84e
refs/heads/master
2021-08-30T04:35:27.576352
2017-12-16T02:25:12
2017-12-16T02:25:12
111,032,955
1
0
null
null
null
null
UTF-8
PlantUML
false
false
915
puml
@startuml 'skinparam backgroundcolor transparent participant TaskExecutionStrategy #GreenYellow participant Action #GreenYellow participant Connection boundary "SSH client/server connection" as SSH control "ssh daemon (or winrm service)" as daemon TaskExecutionStrategy->Action: init(..) TaskExecutionStrategy->Action: init(..) TaskExecutionStrategy->Action: run() Action->Connection: put_file() Connection->SSH: transfer module data SSH->daemon daemon->daemon: save module to disk daemon-->SSH Connection<--SSH: transfer complete Action<--Connection: return remote path Action->Connection: exec_command() Connection->SSH: run module remotely SSH->daemon daemon->daemon: execute shell command daemon-->SSH Connection<--SSH: return response code, stdout, stderr Action<--Connection: return response code, stdout, stderr TaskExecutionStrategy<--Action: return JSON @endumlRemoteExecutionSequence_Revised.puml
false
true
false
false
sequence
07d78a7b9b527e13c354506299191832199c18fe
b2d33d6e2b323281a5adab60b65f5c9906c6d5ec
/exempluGrafica/src/main/java/joc/listener/listener.plantuml
a0bcf071350d8a22da6421ae2711cfa6ee9eabdc
[]
no_license
LoghinVladDev/gameEx
b68da7b75f01cdf11afce935fac876cb4420ad68
3dc465af55f55b2aa5634446d2115615cc8a46f7
refs/heads/master
2022-10-17T05:20:03.623434
2020-06-11T16:03:28
2020-06-11T16:03:28
265,932,516
1
0
null
null
null
null
UTF-8
PlantUML
false
false
932
plantuml
@startuml title __LISTENER's Class Diagram__\n namespace joc { namespace listener { class joc.listener.CombatListener { + keyPressed() + keyReleased() + keyTyped() } } } namespace joc { namespace listener { class joc.listener.MovementListener { - down : boolean - left : boolean - right : boolean - up : boolean + isDown() + isLeft() + isRight() + isUp() + keyPressed() + keyReleased() + keyTyped() } } } joc.listener.CombatListener .up.|> java.awt.event.KeyListener joc.listener.MovementListener .up.|> java.awt.event.KeyListener 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
be57dbb256aba18c8464f002606e25c66b29650a
e313af6ff9b250b6d7daf55f4e779659fb141c20
/docs/adr/0002-new-asset-model/existing_asset_model.puml
3f16dbf84cee3d4fad00feb18b51a85a422a86a4
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
alphagov/whitehall
71f0806ea856082bd4ea71139ff3f1d299a02294
bdeb92e9e1dfc88a8693af44a1ae8c708ab94489
refs/heads/main
2023-09-03T23:56:44.719006
2023-09-01T15:16:37
2023-09-01T15:16:37
2,416,064
773
182
MIT
2023-09-14T17:54:53
2011-09-19T15:10:49
Ruby
UTF-8
PlantUML
false
false
1,682
puml
@startuml allowmixing hide empty description hide empty members skinparam dpi 300 class Document <<model>> rectangle "Attachables" { abstract Edition <<model>> { state } class PolicyGroup <<model>> rectangle "(others)" as othereds Edition <|-- othereds #line:blue;line.bold Edition <|-- Attachable #line:blue;line.bold note on link: several Edition descendants are Attachable PolicyGroup <|-- Attachable #line:blue;line.bold abstract Attachable<<concern>> } rectangle "Attachments" { together { abstract Attachment <<model>> class FileAttachment <<model>> rectangle "(other attachments - html, external)" as otheratts Attachment <|-- otheratts #line:blue;line.bold Attachment <|-- FileAttachment #line:blue;line.bold } class AttachmentData <<model>> { carrierwave_file } note right: only for file attachments! Attachment --* AttachmentData note on link: links to attachments from past editions as well } rectangle "Images" { class Image <<model>> class ImageData <<model>> { carrierwave_file } Image --* ImageData note on link: links to images from past editions as well } rectangle "Other models with assets" { class Person <<model>> { logo } note "several other similar\nmodels not shown" as N1 } Edition *-- Image Document *-- Edition Attachable *-- Attachment class Document { {method} latest_edition {method} live_edition } node AssetManager { class Asset { filename legacy_url_path state } } AttachmentData ..* Asset: 1:many e.g. asset + thumbnail ImageData ..* Asset: 1:many - multiple scaled versions Person ..* Asset: 1:1 typically @enduml
false
true
false
false
state
18ce1650d2f81ac7e81dacc6044046f53eae98eb
71a886e08b95bc6eb6bcf83fee1e494a0be5c231
/architecture/src/main/resources/diagrams/ext-claim-int/payment-create.puml
f61d9b2a3c9054a03a6bb20f0112e39c268faf40
[]
no_license
siarhei/java8
6cfce577f9c25daecc930042a71347998a5988e1
18201e75ddfca19415a63dbddfe031162c4738e2
refs/heads/master
2021-09-08T04:01:25.935910
2021-09-06T17:01:51
2021-09-06T17:01:51
147,394,381
0
0
null
null
null
null
UTF-8
PlantUML
false
false
784
puml
@startuml participant "Base Claims" as bc #lightblue participant "Claims Integration Layer" as cil #lightgreen queue "Payments" as c #lightgreen queue "Payments Status Update" as csu #lightgreen participant "Claims Integration" as ci #lightgreen c <- ci : 1 : fetch new payments cil <- c : 2 : new payment received bc <- cil : 3 : NewExternalPaymentAsyncTask bc <- bc : 4 : validate bc --> cil : 5 : PaymentValidatedEvent cil --> csu : 6 : update status csu --> ci : 7 : update status received alt "Validation Passes" bc <- bc : 8 : post new payment bc --> cil : 9 : PaymentPostedEvent cil --> csu : 10 : update status csu --> ci : 11 : update status received end legend |= |= Type | |<back:#lightgreen> </back>| Integration | |<back:#lightblue> </back>| EIS | endlegend @enduml
false
true
false
false
sequence
b0caafacc6c3982536036399555063c9fbda34bb
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/util/FileIOHelper.puml
9c94ac4aee986499e873a9ac1d77c011898c2a5b
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
473
puml
@startuml class FileIOHelper [[../sg/edu/ntu/scse/cz2002/util/FileIOHelper.html]] { {static} -init(): File {static} +exists(name:String): boolean {static} +createFolder(name:String): boolean {static} +getFile(name:String): File {static} +getFileBufferedReader(name:String): BufferedReader {static} +getFileBufferedWriter(name:String): BufferedWriter } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
a32e41c47ef7c8985bbf65c88ff2219c089b4845
36e8e37a895ba9b2666e81c1da40f7fd0580d37b
/out/production/DesignPatterns/javaLang/state/状态模式类图.puml
1abce6b635461bb2f728811e4c082e6b3992e1ff
[]
no_license
xhSun9527/DesignPatterns
0b08185780882a8e1b7e065c39a44e7c19838e17
1ed5099b9156853601e6b3a9cdf0c1d6090a6812
refs/heads/master
2023-02-01T06:22:45.580510
2020-12-17T08:55:19
2020-12-17T08:55:19
287,001,208
1
0
null
null
null
null
UTF-8
PlantUML
false
false
200
puml
@startuml interface State{ + doSomething() : void } class ConStateA{ + doSomething() : void } class ConStateB{ + doSomething() : void } State <.. ConStateA State <.. ConStateB @enduml
false
true
false
false
state
e4796a6770efbcdd457296bfa7571e45f0705426
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Implement/MonoSingleton.puml
45f2a5a51f343774d88b2846aad68bc978bf1538
[]
no_license
guolifeng2018/CIGA-Game-Jam
797734576510e27b5c5cee2eb17c1444f51d258c
fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d
refs/heads/master
2022-12-10T19:21:15.522141
2020-08-16T10:06:23
2020-08-16T10:06:23
285,986,041
0
0
null
null
null
null
UTF-8
PlantUML
false
false
254
puml
@startuml abstract class "MonoSingleton`2"<TSingleton,TProvider> { + {static} IsOnDestroying : bool <<get>> + {static} IsCreatedByProvider : bool <<get>> + {static} Instance : TSingleton <<get>> } MonoBehaviour <|-- "MonoSingleton`2" @enduml
false
true
false
false
class
8a1e93fbc7e67b1bd9215c8e52ef0baa3cdc9332
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Sequence/SelectAndMoveItem.puml
6eabc1a39ff1ba4d178ccb9e5ab5934de59e673f
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,017
puml
@startuml class ClearSelection { } class ItemSelection <<static>> { + {static} CanClearSelection(evt:Event) : bool + {static} RangeSelectItems(lastItemToSelect:ITimelineItem) : void + {static} HandleSingleSelection(evt:Event) : ISelectable + {static} HandleItemSelection(evt:Event, item:ISelectable) : void } class SelectAndMoveItem { m_Dragged : bool m_HorizontalMovementDone : bool m_VerticalMovementDone : bool m_CycleMarkersPending : bool + <<override>> Overlay(evt:Event, state:WindowState) : void HandleMarkerCycle() : bool HandleSingleSelection(evt:Event) : bool DropItems() : void {static} GetTrackDropTargetAt(state:WindowState, point:Vector2) : TrackAsset } Manipulator <|-- ClearSelection Manipulator <|-- SelectAndMoveItem SelectAndMoveItem --> "m_SnapEngine" SnapEngine SelectAndMoveItem --> "m_TimeAreaAutoPanner" TimeAreaAutoPanner SelectAndMoveItem --> "m_MouseDownPosition" Vector2 SelectAndMoveItem --> "m_MoveItemHandler" MoveItemHandler @enduml
false
true
false
false
class
0caac5ddcfddd1836dc0ad0e4411ade3e5db17e8
b13c95e4bfbc92cb752396b82dd0995b8c7f32b1
/docs/architecture.puml
f321ecc645bb582e2ea7beda1effaae814d9a055
[ "MIT" ]
permissive
0chain/zwalletcli
f9222e9a64d8d7738192a374e621fc8024c097dc
1d0a8fd963140f747adef9989813b7b81b2bf8dc
refs/heads/staging
2023-08-05T08:39:43.774548
2023-07-27T16:05:27
2023-07-27T16:05:27
191,838,462
20
19
MIT
2023-09-13T15:01:55
2019-06-13T21:57:24
Go
UTF-8
PlantUML
false
false
801
puml
@startuml card "<size:42><&terminal></size> zwalletcli" as cli folder filesystem { file "\~/.zcn/config.yaml" as config file "\~/.zcn/wallet.json" as wallet } cloud "0chain network" { node miners [ Miner1 === Miner2 === ... ] node sharders [ Sharder1 === Sharder2 === ... ] node "0dns" as 0dns } cli ---> config: start with cli ---> wallet: read cli ---> 0dns: discover nodes cli ---> miners: send txns cli ---> sharders: verify txns, get data note bottom of config: required zwallet config note bottom of wallet: contains secret key note bottom of miners: processes transactions note bottom of sharders: holds blockchain data note bottom of 0dns: serves the latest miner and sharder node details @enduml
false
true
false
false
sequence
4a7948017032d5587ea94850c87e087c6fadfe55
83a587c3c0059d7928d0d82a0b98cddea5e483c2
/asciidocs/plantuml/cld2.puml
f0b5ea29c98f02377eba7e4e3030dc375e0a8472
[]
no_license
2122-5ahitm-sew/01-microproject-thoefler
076302e3ea26b81d51770121ad5c48168987047a
a73ec96e83bd975b478d37e94ef2bb66c68c3533
refs/heads/master
2023-08-25T18:56:49.412621
2021-10-18T18:40:07
2021-10-18T18:40:07
408,422,857
0
0
null
null
null
null
UTF-8
PlantUML
false
false
786
puml
@startuml skinparam linetype polyline class Artist { - artistName: String - firstName: String - lastName: String - monthlyListeners: int } class Album { - name: String - artist: Artist - genre: String - tracklist: List<Track> } class Track { - title: String - trackLength: LocalDate - artist: Artist } class Tour { - title: String - tourStops: List<Concert> } class Concert { - locationName: String - performingArtist: Artist - date: LocalDate - adress: String - capacity: int } Artist "1*" -right--> "1*" Album: has > Artist "1" -left--> "1*" Track: has (single release) > Artist "1" ---> "1*" Tour: performs > Artist "1*" ---> "1*" Concert: performs > Album "*" <--- "1" Track: is made of > Tour "1" <-right-- "*" Concert: has > @enduml
false
true
false
false
sequence
45f15ef84f96b0b7dc14cd68275e306cb486ff33
61f77755f3ca65fa0a0dfbbdc51137e01ded03fc
/design_model/src/main/resources/结构型模式/装饰模式/装饰模式.puml
c6dcadc770390e1aa14445a71cf1969803bdfe5c
[]
no_license
lyszhen3/myWeb
670e02a585ea3193f6c388b9cea37969a94792dc
c1543ec5f48d84e6c6481a95e54b84f04654b323
refs/heads/master
2023-07-11T02:29:33.530130
2019-02-25T01:39:29
2019-02-25T01:39:29
78,835,228
0
1
null
2022-12-16T04:38:41
2017-01-13T09:31:45
Java
UTF-8
PlantUML
false
false
518
puml
@startuml abstract class Component{ +{abstract} void operation(); } abstract class Decorator{ +void operation(); } class ConcreteComponent{ +void operation(); } class ConcreteDecoratorA{ -addedState; +void operation(); } class ConcreteDecoratorB{ +void operation(); +void addedBehavior(); } note left:super.operation();\naddBehavior(); ConcreteComponent -right--|>Component Decorator -up-|>Component Decorator o-up->Component:component ConcreteDecoratorA -up-|>Decorator ConcreteDecoratorB -up-|>Decorator @enduml
false
true
false
false
sequence
9b57bfe76f914501a7b1417ad9db6d7b7c21c8d2
b3a709e56c1b83eb4f5af752d2c916fb7930ebf3
/PlantUML/MariosPizzabarDomæne.puml
3cbc5ad32e42beb55bd5a1d51a16fe5f45ec6c86
[]
no_license
ThorbjoernJensen/Marios-Pizzabar-individuel
7f3ea34793961acad8c94e340ac58923a6fad7b2
764c45631c359e091ba49de36edf20e260a4602e
refs/heads/master
2023-03-02T11:11:20.245872
2021-02-05T22:53:22
2021-02-05T22:53:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
629
puml
@startuml title domæneModel hide circle hide methods Class MenuKort{ List<Pizza> } Class Pizza{ nr navn ingredienser pris } Class OrderLine{ Pizza antal } Class Order{ List af orderLine bestillingsTId afhentningsTid pris leveringsstatus } Class OrderQueue{ Liste af leveret=false ordre sorteret i: Liste af fast leveringstidspunkt Liste uden fast leveringstidspunkt } Class OrderList{ Liste af ordre } MenuKort "1" -right- "*" Pizza Pizza "1" -- "*" OrderLine OrderLine "*"-right-"1" Order Order "*" -- "1" OrderList OrderList "*" -left- "1" OrderQueue @enduml
false
true
true
false
class
e48ced8142055163d5c8385efe7a8a630a649422
37541e11c08c0a3278cd6726263e0786473caad8
/src/strategy/strategy.puml
8569657c4a4cdb6dba898e48df4c55f2f11ed5e8
[]
no_license
whitehole-Z/design-modal
3b13a05559fb96ec1ad1ea0bbf3ac79767d90ec8
956d1894df7c378d08789b2b92f7ea0113896601
refs/heads/main
2023-04-17T17:00:09.425226
2021-04-02T09:26:38
2021-04-02T09:26:38
353,216,165
0
0
null
null
null
null
UTF-8
PlantUML
false
false
559
puml
@startuml together { class Client interface Compartor<T>{ void compare(T t1,T t2) } } together { class dogHeightCompartor<Dog>{ void compare(Dog t1,Dog t2) } class dogWeightCompartor<Dog>{ void compare(Dog t1,Dog t2) } class Dog } class dogHeightCompartor class dogWeightCompartor class sort{ void sortitem(T[] items,Compartor) } Compartor <|-- dogHeightCompartor Compartor <|-- dogWeightCompartor sort o-- Compartor Client - Compartor dogHeightCompartor o-- Dog dogWeightCompartor o-- Dog @enduml
false
true
false
false
class
f68559a7387a541f42141957ce0337d71316188b
f846d63c661dd87db67092994362483c828c643a
/docs/types_inheritance.puml
1af9b555e01b19e08273bdadaaac28b8c14c38fc
[ "Apache-2.0" ]
permissive
eProsima/xtypes
718f4a586205afef06e2eabf970ffa787cd8f5ef
16eb3fed587c2c670096c109e76f9faea1bd80e8
refs/heads/main
2023-06-25T03:40:00.267748
2023-06-15T06:55:24
2023-06-15T06:55:24
219,719,755
20
9
Apache-2.0
2023-06-15T06:55:26
2019-11-05T10:37:17
C++
UTF-8
PlantUML
false
false
736
puml
@startuml PrimitiveType -up-|> DynamicType AggregationType -up-|> DynamicType CollectionType -up-|> DynamicType AliasType -up-|> DynamicType PairType -up-|> DynamicType StructType -up-|> AggregationType UnionType -up-|> AggregationType ArrayType -up-|> CollectionType MutableCollectionType -up-|> CollectionType StringType -up-|> MutableCollectionType WStringType -up-|> MutableCollectionType SequenceType -up-|> MutableCollectionType MapType -up-|> MutableCollectionType EnumeratedType -up-|> PrimitiveType EnumerationType -up-|> EnumeratedType abstract DynamicType abstract AggregationType abstract CollectionType abstract MutableCollectionType class PrimitiveType<T> abstract EnumeratedType<T> class EnumerationType<T> @enduml
false
true
false
false
class
e713184e7d428c6da102bd22518974ca2976f821
3cd6a5ea51c646b30b97f99b35f0f89a966ac123
/src/main/resources/AddingProduct.puml
301c22145d9fea5f4fc66097c31eaecdef7ca9fc
[]
no_license
JWill2580/shopping-cart
65163d46c1665200d826fc55d40a11ab7dfb6385
5be26310840e4de46b6481b0daecf0fcdca48a46
refs/heads/master
2022-11-24T15:12:59.207758
2020-08-04T07:11:41
2020-08-04T07:11:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,056
puml
@startuml product-editor-sequence-diagram skinparam guillemet false skinparam classAttributeIconSize 0 skinparam linetype ortho skinparam style strictuml skinparam sequenceParticipant underline hide circle title Add product process actor "Staff" as staff participant "Administration" as admin <<main>> staff -> admin: runs program activate admin create "Main Screen" as main <<JFrame>> admin -> main: <<construct>> deactivate admin activate main main --> staff: displays main menu staff -> main: <<UI event>> clicks Add a New Product create "AddProducts" as dialog <<JDialog>> main -> dialog: <<construct>> deactivate main create "Db Manage Products" as dbman <<DAO>> activate dialog dialog->dbman: <<construct>> activate dbman staff <-- dialog: displays dialog frame dialog -> dbman: getCategories() database "Database" as dao dbman->dao: SELECT DISTINCT category FROM product activate dao dbman<--dao: Collection<String> deactivate dao dialog<--dbman: Collection<String> deactivate dbman create "Simple List Model" as slm <<Helper>> dialog -> slm: <<construct>> activate slm dialog-> slm: updateItems(categories) deactivate slm dialog -> dialog: txt.categorysetModel(simpleListModel) staff -> dialog: inputs product details alt saves product staff -> dialog: <<UI event>> clicks save product dialog -> dialog: getProduct() : id, name, description, category, price, quantity create "Product" as product <<Domain>> dialog -> product: <<construct>> activate product dialog <-- product: instance created deactivate product dialog -> dbman: saveProduct(instance) activate dbman dbman ->dao : MERGE INTO product ? VALUES ? activate dao dbman <-- dao : product merged dbman->dbman : construct a product list from data deactivate dao dialog <-- dbman : Collection<String> deactivate dbman dialog -> dialog: dispose() destroy dialog else doesnt want to save staff -> dialog: <<UI event>> clicks cancel dialog -> dialog: dispose() destroy dialog end @enduml
false
true
false
false
usecase
3727eab32f94449d260f183030504e0c1f2a1fa0
888ac742dda8b29a4fb06b99fba9dbb10ab2668d
/tomcattest/src/main/java/wang/study/plantuml/lesson3/graph1.puml
5d938bb7ed57dc85d68549a541c0e288e1dafaa0
[]
no_license
wangbin5/samples
5631673e80bb9e807f4af7c34bf5aa5f55ad2a0c
4fc6b8b03ab67b281ff7cbac45ca4c415f2ba9b9
refs/heads/master
2022-10-06T18:41:27.827624
2020-12-03T13:20:11
2020-12-03T13:20:11
102,315,419
0
0
null
2022-09-16T21:05:39
2017-09-04T03:34:27
Java
UTF-8
PlantUML
false
false
676
puml
@startuml top to bottom direction :Registered Customer: as RC :New Customer: as NC :Web Customer: as WC WC <|-- RC WC <|-- NC :Authentication: as Auth <<Service>> :Identity Provider: as IP :Credit Payment Service: as CPS :PayPal: as PP rectangle OnlineShopping <<Subsystem>>{ top to bottom direction RC --> (View Items) RC --> (Make Purchase) NC --> (View Items) NC --> (Client Register) Auth--> (View Items) Auth --> (Checkout) Auth --> (Client Register) IP--> (View Items) IP--> (Checkout) CPS--> (Checkout) PP--> (Checkout) (Make Purchase).>(View Items) :include (Make Purchase)..>(Checkout) :include } @enduml
false
true
false
false
class
19664aea93ea3c28e161944a26b6d80a70ad3d28
a9f5d6adab56c3085c88fbbf2806f7d8550d3ac4
/Ver5_Building/src/MainCode/InSetData/InSetData.plantuml
707647f8c1109ef412bbee85943c4f881f8555c3
[]
no_license
DoanHau2k/JavaFx_ClusterSort_2020
066c4f40632868804ebfa7537ba142d2a4e0d5c3
4c44b681ca95bbce2055a81b009d75d7853e9658
refs/heads/main
2023-06-21T00:14:58.349132
2021-07-30T05:17:56
2021-07-30T05:17:56
390,939,524
0
0
null
null
null
null
UTF-8
PlantUML
false
false
524
plantuml
@startuml title __INSETDATA's Class Diagram__\n namespace MainCode { namespace InSetData { class MainCode.InSetData.Node { - nameOfNode : String + Node() + getNameOfNode() + setNameOfNode() } } } MainCode.InSetData.Node -up-|> javafx.scene.shape.Circle 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
b3efc8c7c4a934141d0588d3a8530d24eab9500d
52f48cb2f08262f5066af749c882c60eae770858
/diag-sequence.puml
58178f0274ef5493faa1f5797620c4602b7a470b
[]
no_license
eterX/challenge
57a9492d943d0dd93a2a5db888f474157c9c18ad
d5324e42ca4ec2b8ac7cc95430dff5f88b5b9a81
refs/heads/master
2021-07-12T22:47:32.583006
2017-10-18T10:21:00
2017-10-18T10:21:00
104,831,220
0
0
null
null
null
null
UTF-8
PlantUML
false
false
556
puml
@startuml OperatorGUI -> Actionlib_Cnt : function call Actionlib_Cnt ---> Actionlib_Svr : actionGoal < GoalID(?) Actionlib_Svr ---> Robot : callback/topic/msg Actionlib_Svr ---> Actionlib_Cnt : actionFeedback Actionlib_Cnt ---> OperatorGUI : callback Actionlib_Svr ---> Actionlib_Cnt : actionFeedback Actionlib_Cnt ---> OperatorGUI : callback Actionlib_Svr ---> Actionlib_Cnt : actionFeedback Actionlib_Cnt ---> OperatorGUI : callback Actionlib_Svr ---> Actionlib_Cnt : actionResult Actionlib_Cnt ---> OperatorGUI : callback @enduml
false
true
false
false
sequence
473ceffe41ebf155a37346505019405d60352231
d0fd3d2b003db2c3bba6e0b39fe443c975e93977
/app/src/main/res/uml/binder/binder_driver_sequence.puml
ce7b0d7894e6077e34b30a3ca421bc49e0e51044
[ "Apache-2.0" ]
permissive
yaoguang8816/demoproject
b0160d82087faea537e05181dedd8bf0f6e26d4a
7a87a2a5154bd02ea9175e9734fdbf5a36f037f7
refs/heads/master
2023-02-01T03:26:44.477127
2020-12-18T06:06:59
2020-12-18T06:06:59
298,440,434
0
0
null
null
null
null
UTF-8
PlantUML
false
false
274
puml
@startuml participant binder.c as b participant misc.c as m participant list.h as l [-> b: device_initcall(\nbinder_init) activate b b -> b : init_binder_device activate b b -> b : miscdev init b -> m : misc_register b -> l: hlit_add_head deactivate b deactivate b @enduml
false
true
false
false
sequence
f3aef539ace44e999f653db12242e18057630b68
85f2e796c6c71b5b9e705ba14bc028484d80717a
/src/docs/abstractfactory_pattern.puml
8aa0978de1e7e2e789bc983dee68301149e55929
[]
no_license
cutem-0104/DesignpatternIntroduction
c6c52ce18f9e8290e7ef2320938cf314ebce8b50
9786b90ac9eb12733785aa96d4d6f41264046e91
refs/heads/master
2020-03-22T03:58:16.979520
2018-07-02T15:50:06
2018-07-02T15:50:06
139,463,949
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,097
puml
@startuml package factory { abstract Item { caption {abstract}makeHTML() } abstract Link { url {abstract}nakeHTML() } abstract Tray { tray add() {abstract}makeHTML() } abstract Page { title author add() output() {abstract}makeHTML() } abstract Factory { getFactory() {abstract}createLink() {abstract}createTray() {abstract}createPage() } } package listfactory { class ListLink { makeHTML() } class ListTray { makeHTML() } class ListPage { makeHTML() } class ListFactory { createLink() createTray() createPage() } } Link -u-|> Item Tray -u-|> Item Tray o-u-> Item Factory -u-> Link: Creates Factory -u-> Tray: Creates Factory -u-> Page: Creates ListLink -l-|> Link ListTray -l-|> Tray ListPage -l-|> Page ListFactory --|> Factory ListFactory -u-|> ListLink: Creates ListFactory -u-|> ListTray: Creates ListFactory -u-|> ListPage: Creates @enduml
false
true
false
false
sequence
e467f7415a7288e4b7e0470644e1ed9344fa958b
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/searching-service/src/main/java/com/vrush/microservices/searching/utils/utils.plantuml
6ac5157d43a3e081247c9db204a0e5ce14c22538
[ "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
440
plantuml
@startuml title __UTILS's Class Diagram__\n namespace com.vrush.microservices.searching { namespace utils { class com.vrush.microservices.searching.utils.DateUtils { {static} + getDatesBetween() } } } 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
3ca7eecdbd87164f58cded7cbbab624506fe0c25
17a6a64d2275c47c9b205f088394b4937292f9f5
/docs/clamp/acm/plantuml/system-dialogues/LockResponseStored.puml
0ffc51a6611f26838f4b0b8f32e848dadaa8c528
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
onap/policy-parent
2e8db0a82311ed576a2d3166ac293b8b5687987c
b12c67854c70ae410e02af501126ecf8434e5dd9
refs/heads/master
2023-08-16T15:28:59.552318
2023-08-04T13:00:54
2023-08-08T10:14:28
159,416,823
3
1
NOASSERTION
2021-06-29T19:01:07
2018-11-27T23:53:56
null
UTF-8
PlantUML
false
false
563
puml
@startuml participant ACM_Runtime participant Participant database ACM_Database ACM_Runtime <- Participant: [ASYNC] Lock Automation Composition Element Instance Response ACM_Runtime -> ACM_Database: Store Automation Composition Element Instance Response Information alt Is AC Element Instance Locked? ACM_Runtime -> ACM_Database: Set AC Element Instance administrative state as LOCKED alt Have all the other AC Element Instances in this AC Instance been LOCKED? ACM_Runtime -> ACM_Runtime: Set AC Instance administrative state as LOCKED end end @enduml
false
true
false
false
sequence
a092c2f330a2747d0193e0b65d0b65aec28b61f0
2457579ecaa8e6f6668ae5fcea8117ea3347f9dc
/docs/dev-workflow/plantuml-ae-style.iuml
6711f7d23f40e3ed0bce2f67ecf9259dc3245db1
[ "MIT" ]
permissive
AgileVentures/shf-project
006a2b0001860056f6482ea59dba602e2bb67aa8
cf1165d2bb6cf6af27f9ef57db95830fe0750966
refs/heads/develop
2022-09-24T11:52:31.074947
2022-09-14T07:05:38
2022-09-14T07:05:38
71,157,737
27
66
null
2022-09-14T07:05:39
2016-10-17T16:18:10
Ruby
UTF-8
PlantUML
false
false
5,549
iuml
/' @file plantuml-style.iml @desc: styles for PlantUML files Note that styles can be nested multiple times There seems to be a problem if some styles for an entity are nested and some aren't. @author: Ashley Engelund (ashley@ashleycaroline.com weedySeaDragon @ github) @date 2016-10-24 @see http://plantuml.com/skinparam '/ '............................. ' Layout and General settings: !define DEFAULT_BACKGROUND_COLOR white !define DEFAULT_BORDER_COLOR #111111 !define DEFAULT_FONT Helvetica !define DEFAULT_FONT_SIZE 11 !define DEFAULT_FONT_COLOR #111111 !define DEFAULT_NOT_SO_DARK #666666 !define TITLE_FONT_SIZE 18 skinparam componentStyle uml2 skinparam defaultFontName DEFAULT_FONT skinparam defaultTextAlignment center skinparam handwritten false skinparam monochrome false skinparam shadowing false skinparam BackgroundColor white skinparam HyperlinkColor #0000DD skinparam Default { FontColor DEFAULT_FONT_COLOR FontName DEFAULT_FONT FontSize DEFAULT_FONT_SIZE FontStyle plain } skinparam GenericArrow { FontColor #666666 'FontName courier FontSize 12 FontStyle italic } skinparam title { FontColor black FontName DEFAULT_FONT FontSize TITLE_FONT_SIZE FontStyle plain } skinparam legend { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK FontColor black FontName DEFAULT_FONT FontSize 10 } skinparam header { FontColor DEFAULT_NOT_SO_DARK FontName DEFAULT_FONT FontSize 9 FontStyle plain } skinparam Footer { FontColor DEFAULT_NOT_SO_DARK FontSize 12 FontName DEFAULT_FONT FontStyle italic } '............................. ' entities /' .............. Activities '/ ' problem: activityArrowColor is changed by usecaseArrowColor skinparam activity { Arrow { Color DEFAULT_NOT_SO_DARK 'FontColor DEFAULT_NOT_SO_DARK FontSize 12 FontStyle italic } BackgroundColor white BorderColor DEFAULT_BORDER_COLOR ' have to specify the background color and border color for Diamond ' it does not pick up the default for activity. ' maybe because it is defined? have to define everything for it? Diamond { FontStyle italic ' this is all we really want to change BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR BorderColor DEFAULT_NOT_SO_DARK FontColor DEFAULT_FONT_COLOR FontSize 14 } 'EndColor red FontSize 13 StartColor DEFAULT_NOT_SO_DARK } skinparam note { FontSize 18 FontStyle italic FontColor DEFAULT_FONT_COLOR BackgroundColor white BorderColor white } /' .............. Sequences '/ skinparam sequence { Arrow { Color black 'FontColor 'FontName 'FontSize 'FontStyle Thickness 1 } Box { LineColor black BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK FontColor DEFAULT_FONT_COLOR FontSize 11 FontStyle plain } Divider { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK BorderThickness 1 FontColor DEFAULT_NOT_SO_DARK ' FontSize FontStyle italic } Group { BackgroundColor white BodyBackgroundColor white BorderColor DEFAULT_BORDER_COLOR BorderThickness 2 Header { FontStyle bold } } LifeLine { BackgroundColor white BorderColor navy BorderThickness 1 } 'NewpageSeparatorColor Participant { BackgroundColor white BorderColor navy BorderThickness 1 FontColor navy FontSize 12 } Reference { BackgroundColor white BorderColor DEFAULT_NOT_SO_DARK BorderThickness 1 'FontSize 'HeaderBackgroundColor } Stereotype { ' FontColor ' FontName ' FontSize ' FontStyle } Title { FontColor black FontSize TITLE_FONT_SIZE 'FontStyle } } /' .............. Swimlane '/ skinparam swimlane{ BorderColor DEFAULT_BORDER_COLOR TitleFontSize TITLE_FONT_SIZE } skinparam Component { ArrowColor blue BackgroundColor white BorderColor DEFAULT_BORDER_COLOR FontColor DEFAULT_FONT_COLOR } skinparam State { ArrowColor DEFAULT_BORDER_COLOR 'AttributeFontStyle BackgroundColor DEFAULT_BACKGROUND_COLOR BorderColor DEFAULT_BORDER_COLOR EndColor red StartColor green } skinparam Object { ArrowColor blue ' Attribute { ' FontColor ' FontName ' FontSize ' FontStyle ' } BackgroundColor white BorderColor DEFAULT_BORDER_COLOR BorderThickness 1 } skinparam Usecase { ArrowColor DEFAULT_NOT_SO_DARK BackgroundColor white BorderColor DEFAULT_BORDER_COLOR }
false
true
false
false
sequence
90e733c08f73b0d4cba21313be2b478e0c2816f8
fb9f015ea244a23ad59b1bfc35087ca3aec360b3
/docs/game-ai.puml
989def1fa377605a60f144b7edb4dbaf50c270af
[]
no_license
binu-manoharan/CGBF
3ba67e46bdc5cae3f585bc6e22bfd0cdc805ddfd
8c6c3ae14637b5bcedda40b4a16137db209f278e
refs/heads/master
2021-01-21T14:58:10.211728
2016-06-24T21:41:15
2016-06-24T21:41:15
57,466,039
1
0
null
null
null
null
UTF-8
PlantUML
false
false
607
puml
@startuml hide empty fields hide empty method class GameManager { - Board board - GameAI gameAI - BlockQueue[] BlockQueue; } class BlockQueue { - Blocks[] block } class Block { - Cells[] cells } interface IGameAI { + scorePossibleMoves() + calculateNextMove() } abstract class GameAI extends IGameAI { - Aggression aggression } class A-GameAI extends GameAI { } class B-GameAI extends GameAI { } enum Aggression { PASSIVE BLOCKED NEUTRAL GREEDY } GameAI ..r> Aggression GameManager --r> GameAI GameManager --> BlockQueue BlockQueue --> Block @enduml
false
true
false
false
class
9382a70571d717635fb2ff16f43ba15c49b83f9b
bf49d55ccb1e5a55ad63de65366e8874f2258d94
/Digital_House-Certified_Tech_Developer/Backend_I/Responsability_chain_pattern/Sistema_de_créditos/src/Sistema_Crédito_Bancario.puml
33329a44c2d6bfc6eecb004828411c73e806abb6
[]
no_license
hfelipeserna/hfelipeserna.github.io
339f18c116db2738c3e093b748f7c9d746ad1eb5
9b643803f672bf4b34add22644919198e50da06d
refs/heads/main
2023-09-03T19:09:33.411053
2021-10-26T14:23:59
2021-10-26T14:23:59
359,453,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,473
puml
@startuml 'https://plantuml.com/class-diagram '___________STYLES___________ title UML - Sistema para el área de créditos de un banco skinparam classAttributeIconSize 0 skinparam backgroundColor White skinparam RoundCorner 10 skinparam Shadowing true skinparam class { ArrowColor Black BackgroundColor White HeaderBackgroundColor Gray BorderColor Black FontColor White FontSize 14 AttributeFontSize 12 } skinparam object{ ArrowColor Black BackgroundColor White BorderColor Black FontColor Black FontSize 14 AttributeFontSize 12 } skinparam note { BackgroundColor LightYellow BorderColor Black } '___________UML___________ abstract EmpleadoBanco { - siguienteEmpleadoBanco: EmpleadoBanco - cargo: String +{abstract}procesarSolicitud(Integer monto) +getSiguienteEmpleadoBanco(): EmpleadoBanco +setSiguienteEmpleadoBanco(EmpleadoBanco siguienteEmpleadoBanco) +getCargo(): String +setCargo() } class EjecutivoDeCuenta { +procesarSolicitud(Integer monto) } class Director { +procesarSolicitud(Integer monto) } class Gerente { +procesarSolicitud(Integer monto) } class CadenaDeManejadores { -manejadorInicial: EmpleadoBanco +CadenaDeManejadores() +getManejadorInicial(): EmpleadoBanco +setManejadorInicial(EmpleadoBanco manejadorInicial) } EmpleadoBanco <- EmpleadoBanco EmpleadoBanco <|-- EjecutivoDeCuenta EmpleadoBanco <|-- Gerente EmpleadoBanco <|-- Director CadenaDeManejadores .> EmpleadoBanco @enduml
false
true
true
false
class
bcc2b59c70dac91a5b16d3e3216556d23a9dabf2
f00fdaecb9a63f30c2e78ca4f7f1011ba1425a66
/src/Areas/Areas.plantuml
b3fb60e9323df5d2c15c2f6aa9cac7de3b8d5315
[]
no_license
Projectgroep-HHS-2019/Hotelsimulation2019
efd34cd9b9335b1b219af91d5b7ca9b56bee63ab
66575addd0233aaae6ddf37a5fd33afa671f1ce0
refs/heads/master
2020-07-25T02:03:59.653273
2019-12-20T09:17:20
2019-12-20T09:17:20
208,125,062
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,715
plantuml
@startuml title __AREAS's Class Diagram__\n namespace Areas { abstract class Areas.Area { {static} + areaList : List<Area> + areaType : String + available : boolean + capacity : long + dimensionW : int + distance : int + id : int + neighbours : HashMap<Area, Integer> + stars : int # dimensionH : int # imageLocation : String # roomImage : Image # roomImageView : ImageView # x : int # y : int {static} + getAreaList() # createSprite() } } namespace Areas { class Areas.Cinema { + Cinema() + startMovie() + stopMovie() } } namespace Areas { class Areas.Elevator { + Elevator() } } namespace Areas { class Areas.Fitness { + Fitness() } } namespace Areas { class Areas.HotelRoom { + HotelRoom() + getImageForStars() } } namespace Areas { class Areas.Lobby { + Lobby() } } namespace Areas { class Areas.Restaurant { + Restaurant() } } namespace Areas { class Areas.Stairway { + Stairway() } } Areas.Area o-- Areas.Area : latest Areas.Cinema -up-|> Areas.Area Areas.Elevator -up-|> Areas.Area Areas.Fitness -up-|> Areas.Area Areas.HotelRoom -up-|> Areas.Area Areas.Lobby -up-|> Areas.Area Areas.Restaurant -up-|> Areas.Area Areas.Stairway -up-|> Areas.Area 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
72a3881bb4a4675da953ca622cf8e3c94413deb6
015af2febe164b9667ae91319080ed064c132b0e
/kms/config-service/src/test/java/com/uwaterloo/iqc/configservice/configservice.plantuml
3c57c7ca10926a96d2f4d764fa7171ddff2fa885
[ "MIT" ]
permissive
crazoter/qkd-net
fb247b3a122821451a64ea587619926d9571444c
182860ec031bf066fd3a9fa60d6d3629b4d37899
refs/heads/master
2022-08-25T23:32:53.109504
2020-05-20T02:25:20
2020-05-20T02:25:20
263,811,400
1
0
null
2020-05-14T04:05:04
2020-05-14T04:05:04
null
UTF-8
PlantUML
false
false
412
plantuml
@startuml title __CONFIGSERVICE's Class Diagram__\n namespace com.uwaterloo.iqc.configservice { class com.uwaterloo.iqc.configservice.ConfigServiceApplicationTests { + contextLoads() } } 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
779910be881cad07b3db8d18376d86d1d9ba5be2
190b5e4e1ade4d3bf4e168c93db037dd84dba802
/ThingBook Process View.puml
bf6a6e708dba1543353469d9fc96b20bc9844e4c
[]
no_license
kerry-t-johnson/thingbook-doc
067e70587b3831320ece5fd1c7a920f292f9919b
5f97b2381f31c9285e61c8839dbbefc3d2e392f3
refs/heads/master
2023-04-02T02:15:03.431817
2021-04-10T19:33:34
2021-04-10T19:33:34
356,671,959
1
0
null
null
null
null
UTF-8
PlantUML
false
false
183
puml
@startuml "ThingBook Process View" rectangle PresentationTier { component UserInterface } rectangle BackendTier { component HTTPServer } UserInterface --> HTTPServer @enduml
false
true
false
false
component