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
1dac6f610a838e646a218b4759b444b109ca2d05
282edfcec2b95118205092071ac8e7f2a53ea049
/system_model/ibd-system-electronic-sensing-system-dataflow.puml
dceaed7ff6efb23e441934d4ec1479fca26fb425
[ "MIT" ]
permissive
Burhan-Q/project-tetra-docs
5c57bf56e80ac06522a3aaf01d911b58b4285283
c208dc33c1032e132e544b7f266e9d987ce21e80
refs/heads/dev
2023-01-04T21:28:59.794390
2020-10-30T19:41:00
2020-10-30T19:41:00
275,214,266
0
0
MIT
2020-10-31T17:50:02
2020-06-26T17:43:56
HTML
UTF-8
PlantUML
false
false
1,658
puml
@startuml left to right direction skinparam nodesep 100 skinparam ranksep 100 frame "ibd [System] Electronic Sensing System [Power and Data Flow]" { [Raspberry Pi B+] <<Microcontroller>> as [Pi] () "Wall Outlet" as WO rectangle "Power System" { [LM259SX-5] <<Voltage Regulator>> as [VR] [Power Jack] as PJ WO ..> PJ PJ ..> VR VR ..> Pi: 5V } together { rectangle "Pressure Sensing System" as PresSens{ [SPL06 - 007 (x5)] <<Pressure Sensors>> as Pres [TCA9548A] <<I2C Pressure Multiplexer>> as [MUX1] Pres .. MUX1: <<I2C>> } rectangle "Open-Source Flow Sensing System" as Open{ [Automotive Airflow Sensors (x4)] <<Generic Sensors>> as AAS [TCA9548A] <<Analog Digital Converter>> as [ADC] () "Automotive Airflow Connectors (x4)" as ACon AAS -- ACon ACon .. ADC: <<SPI>> } rectangle "FDA-Approved Flow Sensing System" as FDA{ [Sensirion Airflow Sensors (x4)] <<Sensirion Sensors>> as Sens [TCA9548A] <<I2C Flow Multiplexer>> as [MUX2] () "Sensirion Airflow Connectors (x4)" as SCon Sens -- SCon SCon .. MUX2: <<I2C>> } } 'Used for aligning boxes' /' PresSens -[hidden]-> FDA FDA --> Open '/ "Clinician" <<Human>> as Doc "Patient" <<Human>> as Pat Pat ..> Sens Pat ..> Pres Pat ..> AAS MUX2 ..> Pi ADC ..> Pi MUX1 ..> Pi rectangle "Clinical Feedback" { () "Raspberry Pi B+ Display" <<Display>> as Display () "Indicator LEDs (x8)" as LED () "Audio Alarm" as Aud } Pi ..> LED Pi ..> Aud Pi ..> Display LED ..> Doc Aud ..> Doc Display ..> Doc } @enduml
false
true
false
false
class
80ceccf68caa5f1742fbd2bfa664d09d2473be30
d17dd2787d6f637b932d76797a02caa42c9e5709
/service.puml
8cb4fac9ed36546c5ad25dd2c9c24aac7251a0b5
[]
no_license
Service360-SampleOrg/Mobile-Android-App
29dfc6d5389affffedcdfe40ed760c4b40ff06d2
c24ad564167c76427186a2815cc8b3223ad760ce
refs/heads/master
2022-12-05T13:15:41.935894
2020-08-12T16:55:52
2020-08-12T16:55:52
219,786,592
0
0
null
null
null
null
UTF-8
PlantUML
false
false
189
puml
' Mobile-Android-App @startuml actor Customer node "Mobile-Android-App" as "MobileAndroidApp" { } node MobileAPI { } Customer --> MobileAndroidApp MobileAndroidApp --> MobileAPI @enduml
false
true
false
false
sequence
26d42b0d1534e85afe381c241ac30d8fb6de6ff6
c4c5490ee551ebafb342120b54666e5e8d560474
/simulator-samples/sample-jms/doc/all.puml
fdf03fdd2feb96ccf8a7794ac54a1f6c9a468fa2
[ "Apache-2.0" ]
permissive
citrusframework/citrus-simulator
17d6a8be1c77f1515ef0d83d0a53160ab1268bd7
baf1567fdecf5a51e05ee245bd338e42367af243
refs/heads/main
2023-09-01T14:27:57.825099
2023-05-30T17:29:26
2023-05-30T17:29:26
18,358,222
28
37
Apache-2.0
2023-09-14T11:57:31
2014-04-02T07:33:41
Java
UTF-8
PlantUML
false
false
971
puml
@startuml title __JMS Communication Example__ participant "Application" as Application participant "Simulator" as Simulator note over Application, Simulator Scenario: __ALL_GREETINGS__ Note: The __name__ from the __goodMorningRequest__ is used as a Correlation ID for correlating inbound requests or notifications later on to the correct scenario Todo: Divide up the 'Simulator' participant into multiple participants, based on the communication protocol and role (service provider or consumer) end note Application -> Simulator : goodMorningRequest activate Simulator Simulator -->> Application : goodMorningResponse deactivate Simulator ... wait ... Application -> Simulator : goodAfternoonNotification ... sleep 5 seconds ... Simulator --> Application : goodEveningRequest activate Application Application ->> Simulator : goodEveningResponse deactivate Application ... sleep 5 seconds ... Simulator -> Application : goodNightNotification @enduml
false
true
false
false
sequence
c91c8f5d69794d5a3f8b9be142811c24d8094b44
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/etc/concept-sync-async-blocking-non-blocking-1.plantuml
c0faf73c71e3f1f1daea05e261646ec81a4bbc55
[ "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
302
plantuml
@startuml 'skinparam linetype polyline 'skinparam linetype ortho participant "A Thread" as A participant "counter" as c participant "B Thread" as B A -> c : get count = 0 activate c A <- c : do count += 1 deactivate c B -> c : get count = 1 activate c B <- c : do count += 1 deactivate c @enduml
false
true
false
false
sequence
b0edf4fc045a17a94a9e1112b0ea6e48ee5a92ee
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Client.Admin/UICommandParameter.puml
be01ad181b71ac6582bfc1e612bc8c6baef5ab50
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
622
puml
@startuml abstract class UICommandParameter { + Message : string <<get>> <<set>> + {abstract} PromptForValue() : void } class IntUICommandParameter { + Value : int <<get>> <<set>> + <<override>> PromptForValue() : void } class DecimalUICommandParameter { + Value : decimal <<get>> <<set>> + <<override>> PromptForValue() : void } class StringUICommandParameter { + Value : string <<get>> <<set>> + <<override>> PromptForValue() : void } UICommandParameter <|-- IntUICommandParameter UICommandParameter <|-- DecimalUICommandParameter UICommandParameter <|-- StringUICommandParameter @enduml
false
true
false
false
class
53d820ca156cd83e16564a96e338a4fbbfd2c953
7a373b698c73b904ab903c1138f344508840f3bc
/doc/ds/concurrence.puml
ce26dd14ac8b49823db618eadc6e8154fa12477b
[]
no_license
karolinaoparczyk/Python_GTK
a4c24f9aede1019a496245dfc49529dff2648474
5f635358cd8ef45b2fb212f35090bbf3bda3522a
refs/heads/master
2021-03-12T13:48:03.227258
2019-11-25T15:17:17
2019-11-25T15:17:17
246,626,522
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,002
puml
------------------------ concurrence.png @startuml actor User control DeleteButton control QuestionBox control DeleteMethod database Fitness entity Workout entity Exercise entity ExerciseToWorkout control MessageBox User -> DeleteButton : clicks DeleteButton -> QuestionBox : shows QuestionBox -> User : asks for confirmation User -> QuestionBox : confirms QuestionBox -> DeleteMethod : gives information DeleteMethod -> Fitness : demands deletion Fitness -> Workout : delete Fitness -> Exercise : delete Fitness -> ExerciseToWorkout : delete Fitness -> DeleteMethod : confirms deletion DeleteMethod -> MessageBox : gives information MessageBox -> User : confirms deletion @enduml PlantUML version 1.2019.12(Sun Nov 03 10:24:54 UTC 2019) (GPL source distribution) Java Runtime: Java(TM) SE Runtime Environment JVM: Java HotSpot(TM) 64-Bit Server VM Java Version: 1.7.0_25-b15 Operating System: Linux Default Encoding: UTF-8 Language: en Country: US ------------------------
false
true
false
false
usecase
129c55317f5f78c0ce7dd4295e34fbb4c8a7014e
a1b305d6231f056755e3928969c797eefe25f73e
/docs/ex46.puml
e6a50f7c52147a2a3d787ab86f37636894efdfd9
[]
no_license
maxwellgraeser/Graeser-cop3330-assignment3
191cfbd22cced1e260b11a5a048124aa5817c332
eae96e7462d749e28272f0f341285b0a92798749
refs/heads/master
2023-08-26T15:42:02.766281
2021-10-12T02:38:55
2021-10-12T02:38:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
198
puml
@startuml class App { +String input +Map<String, String> frequency +void main() +String readInput() +Map<String, String> getFreq(String text) +void printOutput(Map<String, String> output) } @enduml
false
true
false
false
class
af19b6bb577b859268ca8b3a29999fa1a4ea670f
f5aae3ea83268e13b0d2c02ca6d94eedb87ca510
/docs/architecture.plantuml
f6e7daf1debc0aa174727f928afb47d6c1ac193f
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
openzero-team/evel-reporting-reference-vnf
446ad3f8919cb09bc0c7b920450589e32c5ad219
39bf9e30a4984f94bfc605d733d05fa491e65835
refs/heads/master
2021-06-06T05:06:04.029324
2016-10-11T02:47:39
2016-10-11T02:47:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,489
plantuml
@startuml Title Vendor Event Listener Service - Reference VNF Environment skinparam componentStyle uml2 cloud "OpenStack Cloud" { node "Reference VNF" as vnf { Component "Apache\nWeb Server" as httpd Interface "HTTP" as http http - httpd Component "Web\nApplication" as web_app httpd -> web_app : wsgi Component "Backend Service" as backend Interface "Command\nSocket" as cmd cmd - backend Component "Task Thread" as thr_task Component "Notification Thread" as thr_notify Interface "Notification\nQueue" as q_notify q_notify - thr_notify Component "Heartbeat Thread" as thr_heartbeat Database SQLite { Component "Fault Defs" as faults Component "Measurement Defs" as measurements Component "Syslog Defs" as syslogs Component "MobileFlow Defs" as mobileflows } web_app -> measurements web_app -> syslogs web_app -> mobileflows web_app -> faults : Django Data Model API web_app ..> cmd : JSON (TCP) backend --> thr_task : spawn backend --> thr_heartbeat : spawn thr_task ..> q_notify : Inter-thread queues thr_heartbeat ..> q_notify : Inter-thread queues thr_heartbeat --> thr_heartbeat : timer } Component "OpenStack\nMetadata Service" as metadata_svc #LightGreen Interface "Metadata" as metadata #LightGreen metadata - metadata_svc backend ..> metadata : JSON (HTTP) } package "AT&T Systems" as att { Component "Vendor Event Service" as collector #LightGreen Interface "Vendor Event\nListener" as vel #LightGreen vel - collector Component "Orchestrator" as orchestrator #LightGreen orchestrator ..> vnf : Instantiates } thr_notify ..> vel : JSON/HTTPS Node "Test Harness" { Component "Test Collector" as test_collector Interface "Test Listener\nSocket" as test_vel test_vel - test_collector Component "JSON Schema" as schema test_collector - schema } thr_notify ..> test_vel : "JSON/HTTPS" Actor "Test User" as tester #LightGreen Component "Test Client" as test_client #LightGray Component "Web Browser" as browser #LightGreen tester ..> browser tester ..> test_client browser ..> http : HTTP test_client ..> cmd : JSON (TCP) Note bottom of test_client Note that this does not form part of the deliverables, but is enabled by the use of a simple JSON over TCP interface into the backend service. end note @enduml
false
true
false
false
usecase
c021170c6e44bcce7d5e24260a53d55d2315652a
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/DodgerBlue.puml
9fa9f69334fb7e2c8f6be69a51acc82791a6160a
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
319
puml
@startuml skinparam ClassBackgroundColor #DodgerBlue skinparam ClassFontColor #DodgerBlue skinparam ClassBorderColor #DodgerBlue skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
7b395dcd9b24cc85d3ccea90ff8a91aab7a9703f
de0aea976255b18123dfb3ff5cd037f198b6d2fb
/src/test/java/be/tomcools/advancedtestingpatterns/troublesome/mocking.puml
8e6b1327b1eb6fc083061550e7ff112ced75c44d
[]
no_license
MahatmaFatalError/AdvancedTestingPatterns
fb0fb39881c284fe365570c5c609b3e32c806f0a
7c574c0138c332a70d924ffbc79e53ff69cae7b1
refs/heads/master
2023-02-22T14:10:24.363528
2021-01-26T13:06:24
2021-01-26T13:06:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
214
puml
@startuml cloud { [Velo Service] as velo #red } package "IN OUR CONTROL" { database Database #red package "Spring Boot" { [Spring Boot Service] #lightgreen } } HTTP --> [Spring Boot Service]: REST API @enduml
false
true
false
false
sequence
ca9e54d9ae09b1b03c599c20b7a4903cf594ee44
221c5f448e92489ed23eba7d57e6b7f170456f8c
/diagrams/StateChartDiagram_CouchState.puml
a7242f99219c1e8d846ea5968cb486f10cd41977
[]
no_license
bokovhu/software-project-laboratory-assignment
04d4dfd5057ee946dcb9e84eb2829460af6f6b1b
562730be5e4aa8dd1be9fd007618a2a4c28e7d6d
refs/heads/master
2020-04-24T10:19:42.655964
2019-05-15T12:49:02
2019-05-15T12:49:02
171,890,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
114
puml
@startuml hide empty description [*] --> Free Free --> Taken : sit Free --> [*] : end Taken --> [*] : end @enduml
false
true
false
false
sequence
aedaa1da8aad3d725802f04adea19e4ba77afdbe
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/pencarian/administrator tu/SearchTrashSuratMasuk.puml
d6cf6b00156b371030e1af6fd0bf47910b16f1f8
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
589
puml
@startuml autonumber hide footbox title Mencari Trash Surat Masuk Actor AdministratorBKA boundary Dashborad_V boundary Trash_V control Admin_C control SuratMasuk_C Entity SuratMasuk_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> AdministratorBKA: Halaman Dashborad AdministratorBKA --> Dashborad_V: tulis keyword yang ingin dicari pada form pencarian Dashborad_V --> SuratMasuk_C: searchtrash() SuratMasuk_C --> SuratMasuk_E: SuratMasuk_E --> SuratMasuk_C: SuratMasuk_C --> Trash_V: load->view() Trash_V --> AdministratorBKA: Halaman Trash Surat Masuk @enduml
false
true
false
false
sequence
b451087f49851f568592b0d8e935544b4d221d6c
d827540cbf464c3c09194c3022598f94043a04f8
/puml-diagrams/sdd_err_storno_nodo.puml
a42b194eed2f99e675711d4207bbe6670b5370b0
[]
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
421
puml
@startuml hide footbox autonumber actor Utilizzatore_Finale participant EC participant NodoSPC participant PSP ... passi precedenti non tracciati... PSP->PSP: Predisposizione documento ER PSP -> NodoSPC: nodoInviaEsitoStorno NodoSPC->NodoSPC:Valida ER NodoSPC -[#blue]-> PSP : resp KO nodoInviaEsitoStorno note left:PPT_SINTASSI_EXTRAXSD\nPPT_SINTASSI_XSD\nPPT_ER_DUPLICATA\nPPT_RR_SCONOSCIUTA\nPPT_SEMANTICA @enduml
false
true
false
false
sequence
f6df5dc6dd089c0fc31118bceb38669d57452849
56011b70fa14ea54931607a8a142c5bf9bd442db
/docs/first-class-collection.puml
d08fbcb807a8ec6cf9cf03e739082ddd141d73ae
[]
no_license
tooppoo/sample-for-vue-with-design-patterns
6e74d005baee84fe330413f1265876c1e6e27572
c169beb26f3557ae1469df5818aeff88434cb28a
refs/heads/master
2023-09-01T16:44:27.743430
2021-11-11T09:36:41
2021-11-11T09:36:41
215,710,455
25
6
null
2023-03-04T04:59:14
2019-10-17T05:31:49
TypeScript
UTF-8
PlantUML
false
false
310
puml
@startuml First Class Collection Pattern class CartItemList { remove(item) add(item) buyLater(item) buyNow(item) onlyBuyNow(): CartItemList totalPrice(): number length(): number } CartView *-> CartItemView CartItemList o-> CartItem CartView --> CartItemList CartItemView --> CartItem @enduml
false
true
false
false
class
fa065259f7a93922cf5c3f3dec69d7ae35c04f9f
1eb57c4695ffd1973b11b529242adfb4b8eaf1b2
/All.puml
195dafc523aed634c9857f0d3af7b29329721ded
[]
no_license
Fgdou/LaCueillette
ff18d2fb2a14730f47e2e5ba33850723856c3943
97514af24bc8f3e5685f49d553f36e522dfb15b9
refs/heads/master
2023-04-12T03:40:44.275860
2021-05-10T16:24:35
2021-05-10T16:24:35
329,839,069
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,493
puml
@startuml 'skinparam linetype ortho class Product{ String id String name float price boolean price_kg ProductCategory category List<SubProduct> SubProduct Store store boolean canBePicked boolean canBeDelivered List<Tag> tags float TVA DateInterval availability int expiration String description -- List<SubProduct> getSubProducts() boolean addSubProduct(SubProduct) boolean removeSubProduct(SubProduct) static ProductCategory create(...) boolean delete() static Product getById() } abstract class SubProduct{ abstract boolean buy() } class SubProductWeight extends SubProduct{ float weight -- boolean buy() static SubProductWeight create(...) boolean delete() } class SubProductUnit extends SubProduct{ int number Map<String, String> informations -- boolean buy() static SubProductUnit create(...) boolean delete() } class Store{ String name Address address String id Seller boss List<ProductCategory> products TimeTable timeTable String tel String mail -- static Store create(...) boolean delete() List<Product> getProducts() List<Product> search(String name) List<Order> getOrders() List<Order> getOrders(DateInterval) } class Cart{ Map<Integer, ProductCategory> products Cart cart User user -- boolean addProduct(Product) boolean removeProduct(Product) float getPrice() float getTVA() List<Order> buy() boolean clear() } class Order{ String id Map<Integer, ProductCategory> products Store store User user boolean paid Date date Address address int state DateTime rdv -- boolean startPrepare() boolean finishedPrepare() boolean cancel() float getPrice() float getTVA() } class User{ String id String name, surname String tel String mail String password List<Address> addresses List<Order> orders boolean admin -- static User register(...) Token login(String username, String password) boolean verifyToken(Token) boolean changePassword(String) boolean forgetPassword() boolean delete() List<Order> getOrders(DateInterval) List<Order> getOrders() Cart getCart() } class Seller extends User{ List<Store> stores -- static Seller register(...) Store getStore() } class ProductCategory{ String name -- Product getAll() } class Tag{ String name } class DateInterval{ Date start Date stop -- boolean isIn(Time) } class TimeInterval{ Time start Time stop -- boolean isIn(Time) } class Database{ '//TODO } class Address{ int number String way String city int postalCode String state } class TimeTable{ List<TimeInterval> ints -- Time getOpen(int day, Time) Time getClose(int day, Time) boolean isOpen(int day, Time) } class Token{ User user String value Date expiration -- Token create(...) boolean isValid() void use() } Product --> Store Product --> DateInterval Product --> Tag Product --> SubProduct Product --> ProductCategory Seller --> Store Cart --> Product Order --> Product User --> Cart User --> Order Token --> User Store --> Address Store --> TimeTable TimeTable --> TimeInterval Order --> Store @enduml
false
true
false
false
class
464031fa09fe57261a601c81b8935215cb54f09e
67b794119881212426459655fed63b9cdc0dfe1e
/docs/proposals/images/clusterctl-extensible-templates/templateClient.plantuml
b1a254158b2467536102a8d0f894d47a666c1761
[ "Apache-2.0" ]
permissive
kubernetes-sigs/cluster-api
203e1912a218222cffc2b0f15cd1b025d32f3d73
b3e0615367f421302933c5ff6bcc48ecdcf9a8da
refs/heads/main
2023-09-01T04:53:16.329644
2023-08-31T18:16:48
2023-08-31T18:16:48
124,157,517
3,053
1,232
Apache-2.0
2023-09-14T20:07:21
2018-03-07T00:49:50
Go
UTF-8
PlantUML
false
false
490
plantuml
@startuml class templateClient { listVariablesOnly: bool provider: config.Provider repository: Repository configVariablesClient: config.VariablesClient processor: YamlProcessor {method} Get(version, flavor, targetNamespace string) (Template, error) } note right An instance of this struct is created in newTemplateClient(TemplateClientInput). It defaults to using the default processor else it uses the specified yaml processor. end note @enduml
false
true
false
false
class
53da7f15ea2aed9ca6d054e56adea5d37d5904e5
13d8c83e14ae1cad511f30b984f5f4c86ed97976
/exercise42/docs/ex42.puml
2a8b06f2651dc8df8f5ebbf5efde1e82d30b64d2
[]
no_license
drumman22/grossman-a04
5a31dcf4086dbfceb889c6437477cdb65e285041
4303c3147249bf183f5af5b4fffbbd843947ba6a
refs/heads/master
2023-09-06T04:20:42.918012
2021-10-26T15:55:32
2021-10-26T15:55:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
538
puml
@startuml class Solution42 Solution42 : + List<Person> getPersonList(File inputFile) Solution42 : + List<Person> generatePersonList(List<String> lines) Solution42 : + void writePersonList(File outputFile, List<Person> people) class Person { String firstName String lastName int salary } Person : + String getFirst() Person : + void setFirst(String first) Person : + String getLastName() Person : + void setLastName(String last) Person : + int getSalary() Person : + void setSalary(int salary) Solution42 -- Person @enduml
false
true
false
false
class
389575edd603aa126988a6e8925104321b173162
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.collab-proxy@1.2.16/Editor/Collab/Views/PagedListView.puml
8fdcc3a5d1e70e27222cc8c58bac6f00b314e435
[]
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,309
puml
@startuml interface IPagerData { curPage : int <<get>> totalPages : int <<get>> } class PagerElement { + PagerElement(dataSource:IPagerData) OnPageDownClicked() : void OnPageUpClicked() : void + Refresh() : void UpdateControls() : void } enum PagerLocation { Top, Bottom, } class PagedListView { + <<const>> DefaultItemsPerPage : int = 10 m_PageSize : int m_TotalItems : int m_CurPage : int + pageSize : int <<set>> + totalItems : int <<set>> + PagedListView() LayoutItems() : void UpdatePager() : void pageCount : int <<get>> + curPage : int <<get>> <<set>> + totalPages : int <<get>> } class "IEnumerable`1"<T> { } IPagerData --> "OnPageChanged" PageChangeAction VisualElement <|-- PagerElement PagerElement --> "m_Data" IPagerData PagerElement --> "m_PageText" Label PagerElement --> "m_DownButton" Button PagerElement --> "m_UpButton" Button VisualElement <|-- PagedListView IPagerData <|-- PagedListView PagedListView --> "m_ItemContainer" VisualElement PagedListView --> "m_PagerTop" PagerElement PagedListView --> "m_PagerBottom" PagerElement PagedListView --> "m_Items<VisualElement>" "IEnumerable`1" PagedListView --> "items<VisualElement>" "IEnumerable`1" PagedListView --> "OnPageChanged" PageChangeAction @enduml
false
true
false
false
class
48dc3a3ab5867a98fe0e6f5d645805707aaf7b1b
99840a81b8bc1271bc8639cec018c7fa724be359
/parser/demoFiles/t├╝ri5xprocessorcore_hardware_part.puml
56a60d956a3d6ecaf43543e50819a33623a5c904
[ "BSD-2-Clause" ]
permissive
FloSchmidt-Develop/PlantUMLClassDiagram-Online-Editor
57a88d5a651b37500d036a75b24ac752cf528c39
7551e0f9c0ed7e2bb66f49f88837c8b17f4a33e0
refs/heads/master
2023-02-22T07:50:32.135831
2021-01-08T09:37:12
2021-01-08T09:37:12
327,559,001
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,014
puml
@startuml package "TURI5XProcessorCore: HardwarePart" { object "fetchStage: FetchStage" as fetchStage { latency = 1 issueWidth = 1 } object "instructionBuffer: FifoBuffer" as instructionBuffer { size = 12 } object "jumpFU: FunctionalUnit" as jumpFU { toProcess = [jump] latencies = [1] } object "decodeStage: PipelineStage" as decodeStage { latency = 1 } object "executeStage0: PipelineStage" as executeStage0 { latency = 1 } object "addSubLogicFU: FunctionalUnit" as addSubLogicFU { toProcess = [add, sub, logic] latencies = [1] } object "branchFU: BranchFunctionalUnit" as branchFU { toProcess = [branch] latencies = [1] } object "mulFU: FunctionalUnit" as mulFU { toProcess = [mul] latencies = [4] } object "divFU: FunctionalUnit" as divFU { toProcess = [div, rem] latencies = [34] } instructionBuffer -down-* fetchStage executeStage0 *-down- addSubLogicFU executeStage0 *-down- mulFU executeStage0 *-down- divFU executeStage0 *-down- branchFU branchFU -up-> fetchStage jumpFU -down-* fetchStage object "executeStage1: PipelineStage" as executeStage1 { latency = 1 } object "loadUnit: MemoryAccessUnit" as loadUnit { toProcess = [load] latencies = [1] } object "storeUnit: MemoryAccessUnit" as storeUnit { toProcess = [store] latencies = [1] } executeStage1 *-down- loadUnit executeStage1 *-down- storeUnit fetchStage -right-> decodeStage decodeStage -right-> executeStage0 executeStage0 -right-> executeStage1 object "registerFile: RegisterFile" as registerFile { numRegisters = 32 dataWidth = 4 } registerFile -up-> branchFU registerFile -up-> mulFU registerFile <-down- mulFU registerFile -up-> addSubLogicFU registerFile <-down- addSubLogicFU registerFile -up-> divFU : "read():data" registerFile <-down- divFU : "write():data" registerFile -up-> loadUnit : "read():address" registerFile <-down- loadUnit : "write():data" registerFile -up-> storeUnit : "read():address" object "l1ICache: LRUCache" as l1ICache { size = 64 dataWidth = 4 readLatency = 1 writeLatency = 2 } object "l1DCache: LRUCache" as l1DCache { size = 64 dataWidth = 4 readLatency = 1 writeLatency = 2 } object "l2Cache: RRCache" as l2Cache { size = 128 dataWidth = 4 readLatency = 2 writeLatency = 3 } l2Cache --> l1DCache : "read():data" l2Cache <-- l1DCache : "write():data" l2Cache --> l1ICache : "read():data" l1ICache -right-> fetchStage : "read():data" l1DCache --> loadUnit : "read():data" l1DCache <-- storeUnit : "write():data" executeStage1 -right-> l1DCache } @enduml
false
true
false
false
sequence
bc994a837d0da9b989cf848d772dbfc8d2534d7e
d335d0f28f1408e8a0186ae0e3c72f020feb2c93
/uml/RestAddMemo.puml
938ecf81e74fac52acef2022d5fb20528364c40b
[]
no_license
PiotrZlotowski/TIL
dd1e0be7f60a2754cd678017a61cbab71294381f
3f4d1ce1c0c464ab038bc0674415db90450e038f
refs/heads/master
2021-01-01T17:38:36.401773
2018-04-08T15:01:37
2018-04-08T15:01:37
98,117,554
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,102
puml
@startuml autonumber actor Client activate Controller Client -> Controller : addMemo() create MemoValidator Controller -> MemoValidator : <<create>> Controller -> MemoValidator : validateMemo() MemoValidator -> MemoValidator : Validation of MemoDTO destroy MemoValidator alt valid memo Controller -> Service : addMemo() activate Service activate BeanConverter Service -> BeanConverter : convertFromDto() Service <-- BeanConverter : Memo from MemoDTO Service -> MemoRepository : save() database Redis MemoRepository -> Redis : persistData MemoRepository <-- Redis : persistedData Service <-- MemoRepository : Saved Memo alt isJMSEnabled Service -> GenericProducer : sendMessage() end |||| Service -> BeanConverter : convertFromModel() Service <-- BeanConverter : MemoDTO from Memo destroy BeanConverter Controller <-- Service : MemoDTO Client <-- Controller : MemoDTO else Controller <-- Service: throw new Exception() Client <-- Controller: Display error end deactivate Service deactivate Controller @enduml
false
true
false
false
sequence
9220faba6c3e0e3d5d4aec6139b86e8754aae0c5
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-memento-3.plantuml
14a2fe825eeb66ff001a20e58b37c7f938a86ffa
[ "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
347
plantuml
@startuml participant Editor participant Page activate Editor Editor -> Page : createMemento activate Page create Memento Page -> Memento : new Page -> Memento : setStatus activate Memento Page <-- Memento deactivate Memento Editor <-- Page deactivate Page Editor -> Page : restoreMemento activate Page Editor <-- Page deactivate Page @enduml
false
true
false
false
sequence
20754d6d7cc9240e7b35d25028addb7f4a081916
37d0712e6c3870fe409574bcc8f7b8db9e46ab23
/textprep/src/main/java/com/example/textprep/Class diagram.puml
5cf73c439aa89d37572db69ea7674dc63dedb451
[]
no_license
alenosal/textprep
31e5e671f6132687dac786ca2b5e78c4bc09adf6
f416e8665a7539093dfa7bff1c0f7546ac8405a4
refs/heads/main
2023-03-11T02:18:25.778257
2021-02-27T11:28:19
2021-02-27T11:28:19
302,426,098
0
0
null
2020-11-22T12:27:32
2020-10-08T18:17:22
Java
UTF-8
PlantUML
false
false
150
puml
@startuml Class SchemeDd { private String name; private String url; private String type; private long size; } SchemeDd-->S @enduml
false
true
false
false
class
d143a34ae71734e333e3b2d97d5e4aad634b46c8
54ebd9eb2ddadc17b215617d96fac1f93f4acfef
/structural/facade/facade.puml
e4f4121a9985be395fc5a1e7f3037a03839378c7
[]
no_license
cesarkohl/design-patterns
acb42191662c141f064d9c90426dfd4491d43dfe
991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf
refs/heads/main
2023-06-11T07:16:18.484116
2023-05-28T14:41:01
2023-05-28T14:41:01
199,520,479
4
0
null
null
null
null
UTF-8
PlantUML
false
false
582
puml
@startuml note as n1 const subsystem1 = new Subsystem1(); const subsystem2 = new Subsystem2(); const facade = new Facade(subsystem1, subsystem2); console.log(facade.operation()); end note class Facade { - subsystem1: Subsystem1; - subsystem2: Subsystem2; + constructor(subsystem1?: Subsystem1, subsystem2?: Subsystem2) {} + operation(): string {} } class Subsystem1 { + operation1(): string {} + operationX(): string {} } class Subsystem2 { + operation1(): string {} + operationY(): string {} } Facade <.. Subsystem1 Facade <.. Subsystem2 @enduml
false
true
false
false
class
8acfd5df9354ee034e6e631448bea50b26a9f958
b6059923058dda0d49d3014e013e5b8bad93b883
/res/command-list.plantuml
e72788ad9ca6973e95b5bd4d81fddf69dc423248
[]
no_license
chlablak/slack-sentimental-bot
778117ffc8f66a53e7a5d0247a7b59bde7eb0847
626f7d23c5433fec3f15c410d4e53c60924932bc
refs/heads/master
2021-03-19T14:09:44.021527
2017-06-15T17:05:53
2017-06-15T17:05:53
90,355,013
0
0
null
null
null
null
UTF-8
PlantUML
false
false
242
plantuml
@startuml title ask for the users list with sentiments (command) -> rtm : new message rtm -> slacker : message slacker -> bot : process_message bot -> database : all database --> bot : List bot -> slacker : post <- slacker : post @enduml
false
true
false
false
sequence
d806277ddd948ebc36772e28838d7fb398cd346c
82dfcd0a1a909f931cb70ccb3357aaf30c662bb8
/diagrams/ds-observer.plantuml
d9350a91f61819ec324a5fe4b129ba1d8bb5dd68
[]
no_license
gylopezgiles/algo3_ejemplo_mvc_colores
38264b636331c6d81f99a63f858ecad371e4ad4f
7b5f55791190deff9f0a126c3f1a20cd904cadbb
refs/heads/master
2022-11-26T10:38:49.912873
2020-07-31T12:29:14
2020-07-31T12:29:27
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
348
plantuml
@startuml Actor User User -> ControladorMouse: mousePressed(event Event) ControladorMouse -> ModeloObservable: inicializarModeloDato(vista.posicion) ModeloObservable -> ModeloObservable: setChanged() ControladorMouse -> ModeloObservable: notifyObservers(vista) loop todo Observer ModeloObservable -> VistaModeloDato: update() end @enduml
false
true
false
false
usecase
63f5a2da484aaa18e82d6d21f909d1255ec3e2bd
ffb411f99f5be871b992caf94335d8d74a8c58f4
/uml/ToDoListAppDiagram.puml
31ead911fecd22b6681e8239b4b570ca7d88e2ae
[]
no_license
xariadavis/davis-cop3330-assignment4
4f3e7cc896c80113ceb2f27e522bee5e5c28345a
7ecefc086cfc921ab35c11f3d4cffe685cb8b111
refs/heads/main
2023-05-31T09:07:08.555793
2021-07-05T21:56:18
2021-07-05T21:56:18
382,987,825
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,058
puml
@startuml 'https://plantuml.com/class-diagram class AddItemWindowController() { + saveDescriptionAndDate(ActionEvent actionEvent) + saveInfo(String description, LocalDate dueDate) } class EditListWindowController() { + saveDescriptionAndDate(ActionEvent actionEvent) + saveInfo() } class ExistingToDoListsController() { - ArrayList<List> allLists = new ArrayList<List>(); - ListDatabase database = new ListDatabase(allLists); + initialize() + backButtonClicked(ActionEvent actionEvent) + populateExistingList() + addNewList(ActionEvent actionEvent) + removeList(ActionEvent actionEvent) + saveList(ActionEvent actionEvent) + saveAllLists(ActionEvent actionEvent) + addNewListToDatabase() + removeListFromDatabase(String title, ArrayList<Item> theList) + saveSingleListToTXT() + saveAllToDoListsToTXT() } class Item() { - String description - LocalDate dueDate - Boolean itemStatus + Item(String description, LocalDate dueDate) + setDescription(String description) + String getDescription() + setDueDate(LocalDate dueDate) + LocalDate getDueDate() + setItemStatus(Boolean itemStatus) + Boolean getItemStatus() + String toString() } class List() { - String title - ArrayList<Item> theList = new ArrayList<Item>() + List(String title, ArrayList<Item> theList) + add(String description, LocalDate dueDate) + remove(Item item) + ArrayList<Item> getList() + setTitle(String title) + String getTitle() } class ListDatabase() { - ArrayList<List> allLists + ListDatabase(ArrayList<List> allLists) + add(String title, ArrayList<Item> theList) + remove(String title, ArrayList<Item> theList) + ArrayList<List> getAllLists() } class NewListController() { - ListView<Item> eventList - TextField setTitleName - TextField setEventDescription - DatePicker setEventDueDate - String description - LocalDate dueDate - Item item = new Item(description, dueDate) - String title - ArrayList<Item> theList = new ArrayList<Item>() - List list = new List(title, theList) - ArrayList<List> allList = new ArrayList<List>() - ListDatabase database = new ListDatabase(allList) + backToHome(ActionEvent actionEvent) + addEventButton(ActionEvent actionEvent) + addListButton(ActionEvent actionEvent) + refreshEvent() + refreshTitle() + addEventToList(TextField setEventDescription, DatePicker setEventDueDate) + addListToDatabase(String title, ArrayList<List> theList) } class ToDoListApp() { + main(String[] args) + start(Stage primaryStage) } class ToDoListAppController() { + LoadListFromStorageClicked(ActionEvent actionEvent) + createNewListClicked(ActionEvent actionEvent) + existingListsButtonClicked(ActionEvent actionEvent) } class ViewListController() { - private ChoiceBox filterChoiceBox - ObservableList<String> filterChoiceBoxList - ObservableList<String> editItemsChoiceBoxList + initialize() + fillListTitle(ActionEvent actionEvent) + backToHome(ActionEvent actionEvent) + changeTitle(InputMethodEvent inputMethodEvent) + addItemToExistingList() + setFilterChoiceBox() + filterChoiceBoxSelection(MouseEvent mouseEvent) + editItemButtonClicked(ActionEvent actionEvent) + removeItemButtonClicked(ActionEvent actionEvent) + markAsComplete(ActionEvent actionEvent) + changeListTitle (String newTitle) + removeExistingList() + boolean ItemComplete() + setListColorToCompleted(boolean itemStatus) + filterListItems() + removeItemFromList(Item item) } javafx.Application <|-- ToDoListApp ToDoListApp - ToDoListAppController ToDoListAppController - NewListController ToDoListAppController - ExistingToDoListsController Item - AddItemWindowController Item - EditListWindowController List - NewListController ListDatabase - NewListController ListDatabase - ExistingToDoListsController ListDatabase - ViewListController @enduml
false
true
false
false
class
98ac8e51e9e1ecd20f159e4592799c71b6b73fbb
78921b7eb59ad66207c1eead59f763215085bac4
/src/main/java/ex44/ex44Diagram.puml
3e5130aa32ab0f89e329534e03b552beccec4e19
[]
no_license
salamander5777/Gilday-cop3330-assignment3
d3f2788b4b33d6157bf795a270aff7abd279747b
015d46a68d7b3e73f6665d157835177cf351b68d
refs/heads/main
2023-08-22T19:28:31.734038
2021-10-12T01:36:20
2021-10-12T01:36:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
402
puml
@startuml 'https://plantuml.com/class-diagram class Main class Search Main --|> Search class Search { +JsonReader JSONReader +String name +Double price +int quantity +String n {static} +productSearch() } class Main { +String firstLetter +String restOfLetters +Scanner start_scan +String product_name {static} +capitalize() {static} +main() } @enduml
false
true
false
false
class
a835387b1f236905d4a5e897e1ab879aca2a5105
07f08c29d80b243e66ee43272b33215175e5a930
/src/main/java/edu/mum/mumsched/sequence/CBlock.puml
d1bb397a18f5d39acbcd5d36438b2d2bc1c059e9
[]
no_license
thanhle95/SE_Project
5b5f6acebbba38f5cd9db3a9143d16e3e727c585
ca9e78049c5f89df3b818d8a3733e2d643a67d80
refs/heads/main
2023-03-23T01:54:25.368380
2021-03-21T06:04:52
2021-03-21T06:04:52
344,276,733
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,227
puml
@startuml 'https://plantuml.com/sequence-diagram title Sequence Diagram - Create New Block autonumber actor Admin participant UI participant BlockController participant Block participant BlockService participant EntryService participant BlockRepository participant EntryRepository actor DateBase autonumber 1 Admin -> UI: new autonumber 1.1 UI -> BlockController: add() autonumber 1.2 BlockController -> EntryService: findAll() autonumber 1.3 EntryService -> DateBase: read BlockController --> UI: displayPage deactivate DateBase deactivate EntryService autonumber 2 Admin -> UI: inputAndSubmit autonumber 2.1 UI -> BlockController: save() BlockController --> Block: //bindingData BlockController -> BlockController: checkValida BlockController -> BlockService: hasExistsBlock(entryId) BlockService -> BlockRepository: hasExistsBlock(entryId) deactivate BlockService BlockRepository -> DateBase: read deactivate DateBase deactivate BlockRepository BlockController --> UI: if(fails) return Error UI --> Admin: displayError BlockController -> BlockService: save(block) BlockService -> BlockRepository: save(block) BlockRepository -> DateBase: create BlockController --> UI: returnSuccess UI --> Admin: displaySuccess @enduml
false
true
false
false
usecase
a724c559ede96773f3058f8a13e7b5cea984720d
c5969fb12454d97bc4a29a88a5192f3f5eff5765
/diagrams/UseCases/UseCase_UsersManagement.puml
e0a5b3267610b545cb9dd3658bcda797c7023e4b
[]
no_license
Xwyk/BileMo
713dca788cdb3cc55686f3da748361af0fca3a3e
c5069f861109c76fb88d5c0819095bc6e84c0a57
refs/heads/main
2023-06-11T13:04:09.748514
2021-07-06T12:57:08
2021-07-06T12:57:08
369,250,043
0
1
null
2021-07-02T12:01:38
2021-05-20T15:11:58
PHP
UTF-8
PlantUML
false
false
460
puml
@startuml left to right direction Client <<operator>> as client rectangle "Users Management" { (Add user) as addUser (Delete user) as delUser (List users) as listUsers (Show user details) as showUser (authentication) as auth } client --> showUser client --> listUsers client --> addUser client --> delUser showUser ..> auth : <<include>> listUsers ..> auth : <<include>> addUser ..> auth : <<include>> delUser ..> auth : <<include>> @enduml
false
true
false
false
class
82e67da662bc3f14fc528110511c54384da0dead
2c4f2efab569c5d9302f9c00a972298802e61f67
/Task3_InformationHandling/test/by/training/task3/action/action.plantuml
518684d53cb749e26d6da9267ddb7c8db97af7c2
[]
no_license
alialiusefi/EPAM_JavaWebDev_Course
066ffe0c3b3fcdd5b5a51b2e59e887752b1f1157
b229167d84b118147d6b255229976b0ff3ec23aa
refs/heads/master
2022-12-04T15:02:37.944559
2019-08-03T08:56:54
2019-08-03T08:56:54
170,365,647
1
1
null
null
null
null
UTF-8
PlantUML
false
false
760
plantuml
@startuml title __ACTION's Class Diagram__\n package by.training.task3.action { class LexemeSorterTest { ~ expectedSentences : List<Component> ~ expectedLexemes : List<Component> ~ actualText : String + setUp() + testSortEachSentence() + testSortAllLexemes() } } package by.training.task3.action { class ParagraphSorterTest { ~ actualList : List<Component> ~ expectedList : List<Component> ~ actualText : String + setUp() + testSort() } } 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
2d1c7395c4ec5f73d36f3e4b9789537b12e9f18a
a3a48bef46b31fcdd914f8ab67f5282f560d5c28
/hipparchus-filtering/src/site/design/kalman.puml
46573b9f1391646f506d3acc53bea87205776389
[ "GPL-2.0-only", "MIT", "BSD-3-Clause", "Minpack", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
Hipparchus-Math/hipparchus
f88ebc1e4a9ab8cd698f258564ecfcda75a389a6
fc5af4e976fb48de690c6670b0bc0214d0b095db
refs/heads/master
2023-09-04T12:34:51.209790
2023-09-01T17:26:49
2023-09-01T17:26:49
60,063,484
114
41
Apache-2.0
2023-08-19T10:30:33
2016-05-31T06:24:32
Java
UTF-8
PlantUML
false
false
4,796
puml
' Licensed to the Hipparchus project under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' The ASF licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam linetype ortho package org.hipparchus.filtering.kalman #ECEBD8 { class ProcessEstimate { +getTime() +getState() +getCovariance() } interface Measurement { +getTime() +getValue() +getCovariance() } interface "KalmanFilter<T extends Measurement>" as KalmanFilter_T { +ProcessEstimate estimationStep(measurement) } KalmanFilter_T -right-> ProcessEstimate : generate Measurement <-left- KalmanFilter_T : consume package linear #DDEBD8 { class LinearEvolution { +getStateTransitionMatrix() +getControlMatrix() +getCommand() +getProcessNoiseMatrix() +getMeasurementJacobian() } interface "LinearProcess<T extends Measurement>" as LinearProcess_T { +getEvolution(measurement) } class "LinearKalmanFilter<T extends Measurement>" as LinearKalmanFilter_T LinearProcess_T "1" <--o LinearKalmanFilter_T : estimate LinearProcess_T --> LinearEvolution : generate LinearKalmanFilter_T ..|> KalmanFilter_T LinearEvolution <-left- LinearKalmanFilter_T } package extended #DDEBD8 { class NonLinearEvolution { +getCurrentTime() +getCurrentState() +getStateTransitionMatrix() +getProcessNoiseMatrix() +getMeasurementJacobian() } interface "NonLinearProcess<T extends Measurement>" as NonLinearProcess_T { +getEvolution(previousTime, previousState, measurement) +getInnovation(measurement, evolution, innovationCovarianceMatrix) } class "ExtendedKalmanFilter<T extends Measurement>" as ExtendedKalmanFilter_T NonLinearProcess_T "1" <--o ExtendedKalmanFilter_T : estimate NonLinearProcess_T --> NonLinearEvolution : generate ExtendedKalmanFilter_T ..|> KalmanFilter_T ExtendedKalmanFilter_T -right-> NonLinearEvolution } package unscented #DDEBD8 { class UnscentedEvolution { +getCurrentMeasurements() +getCurrentTime() +getCurrentStates() +getProcessNoiseMatrix() } interface "UnscentedProcess<T extends Measurement>" as UnscentedProcess_T { +getEvolution(previousTime, sigmaPoints, measurement) +getInnovation(measurement, predictedMeasurement, predictedState, innovationCovarianceMatrix) } class "UnscentedKalmanFilter<T extends Measurement>" as UnscentedKalmanFilter_T UnscentedProcess_T "1" <--o UnscentedKalmanFilter_T : estimate UnscentedProcess_T --> UnscentedEvolution : generate UnscentedKalmanFilter_T ..|> KalmanFilter_T UnscentedEvolution <-left- UnscentedKalmanFilter_T } } package user.application.linear #F3EDF7 { class MyLinearMeasurement #EAE6F7/B9B3D2 class MyLinearProcess #EAE6F7/B9B3D2 MyLinearMeasurement <-left- MyLinearProcess MyLinearProcess ..|> LinearProcess_T } package user.application.nonlinear #F3EDF7 { class MyNonLinearProcess #EAE6F7/B9B3D2 class MyNonLinearMeasurement #EAE6F7/B9B3D2 MyNonLinearMeasurement <-left- MyNonLinearProcess MyNonLinearProcess ..|> NonLinearProcess_T } package user.application.unscented #F3EDF7 { class MyUnscentedProcess #EAE6F7/B9B3D2 class MyUnscentedMeasurement #EAE6F7/B9B3D2 MyUnscentedMeasurement <-left- MyUnscentedProcess MyUnscentedProcess ..|> UnscentedProcess_T } @enduml
false
true
false
false
sequence
a9d21122e3e55499e619977cbe3df95788721332
8dcd1fda2772a3153f09f9fb83ccca6fd411fa5f
/plantuml/sequence2.puml
483804a15119ac5b184cc0daddd6de583dba2a33
[]
no_license
georgio/ood-3
eef514ae561beca1fcaf200d326f1c6cab8e50e3
72d5f3ee4da2de3e2c343a5aa725c5fa6f235dab
refs/heads/master
2022-04-21T08:17:49.376166
2020-04-24T15:09:31
2020-04-24T15:09:31
258,545,931
0
0
null
null
null
null
UTF-8
PlantUML
false
false
916
puml
@startuml actor Customer #red actor SalesAssistant #blue database System Customer -> SalesAssistant : 1. Arrives with DVDs to rent SalesAssistant -> System : 2. Starts new rental Customer -> SalesAssistant : 3. Membership ID SalesAssistant -> System : 4. Membership ID System -> SalesAssistant : 5. Fees Due SalesAssistant -> Customer: 6. Request Payment Customer -> SalesAssistant : 7. Payment SalesAssistant -> System : 8. Process Payment SalesAssistant -> System : 9. DVD ID System -> SalesAssistant : 10. Item description, rental fee, rental duration, running total SalesAssistant -> SalesAssistant : Repeats 6. and 7. for each DVD System -> SalesAssistant : 11. Total rental fee SalesAssistant -> Customer : 12. Total rental fee + payment request Customer -> SalesAssistant : 13. Cash SalesAssistant -> System : 14. Payment System -> SalesAssistant : 15. Receipt SalesAssistant -> Customer : 16. Receipt @enduml
false
true
false
false
sequence
a55c1e2ad400d5f545202ccbe5e195b28129576c
08738204ffb10b361a9d7a3b492cd0563f19e151
/conception/composants-interne/INTCalculEnvironnement/INTCalculEnvironnement-class.puml
59cef89b913a5f80cedcfe5f3328432f53a92b7b
[]
no_license
ldalzotto/MyCrossyRoad
95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4
69aa9082f763a9700a82f0d1b534738ecff488ca
refs/heads/master
2021-01-22T21:00:21.860081
2017-04-10T07:48:05
2017-04-10T07:48:05
85,384,738
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,220
puml
@startuml interface IINTCalculEnvironnement { .. Initialisation .. + initialisationEnvironnement() .. Création d'une ligne .. + Ligne creationLigne() } class INTCalculEnvironnement { .. Attributs .. - Environnement _environnement - bool _nbOuvertureModifiable - int _nbLignesAjoute .. Methodes .. - List<Bloc> populeBlocs(TypeBloc typeBloc) } enum EnvironnementInit { .. Description des premières lignes .. + Ligne1(int menace, TypeLigne typeLigne, \n List<Bloc> blocs) + Ligne2(int menace, TypeLigne typeLigne, \n List<Bloc> blocs) + Ligne3 ... } enum TypeBloc { .. Type du bloc .. + Décor + Obstacle } enum TypeLigne { .. Constructeur .. TypeLigne(int menace) .. Type de ligne .. + Route(1) + Eau(1) + Train(1) + Arbre(0) .. Type aléatoire depuis menace .. getTypeAleatoire(int menace) } class Ligne { .. Constructeur .. + Ligne(int menace, TypeLigne typeLigne, \n , List<Bloc> blocs) .. Attributs .. - int _menace - TypeLigne _typeLigne - List<Bloc> _blocs .. Récupération des blocs ouvertures .. + List<Bloc> getOuvertures() + List<int> getOuverturesIndex() } class Bloc { .. Constructeur .. + Bloc(TypeBloc typeBloc, bool isOuverture) .. Attributs .. - TypeBloc _typeBloc - bool _isOuverture .. Getters .. + bool isOuverture() } Ligne -down-* TypeLigne Ligne -down-* Bloc Bloc -down-* TypeBloc package ConfigurationPackage { enum Configuration { .. Configuration .. + EnvironnementLargeur + EnvironnementLongueur + DistanceDeltaOuverture } } class Environnement{ .. Constructeur .. + Environnement() .. Attributs .. - int _longueur - int _largeur - List<Ligne> _lignes - int _lignesCurseur .. Insertion ligne .. + int ajoutLigne(Ligne ligne) .. Récupération de la ligne actuelle .. + Ligne getLigneActuelle() .. Getter .. + int getLignesCurseur() } IINTCalculEnvironnement -down-|> INTCalculEnvironnement INTCalculEnvironnement -down-* EnvironnementInit INTCalculEnvironnement -down-* Environnement Ligne *-down- Environnement @enduml
false
true
true
false
class
b64db8d78ebd9653761d7c5a9d0bcf47127df6cc
a94b71ced31b347a2defd97cf974fbcdf381a9b0
/LightSlave/uml/setColorWithTransition.plantuml
4cf3b083d9bc7dffa4c722470f5c3e94186093ba
[]
no_license
Maytastico/ChuChuWakeUp
efa890077d738a9f982b6cde4beec9c32794078c
f5fde142d97f103f5644701e86e46416250ebc3c
refs/heads/master
2023-04-15T22:24:17.708491
2021-02-23T11:25:08
2021-02-23T11:25:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
399
plantuml
@startuml actor User participant "LedController" as led participant "TransitionHandler" as transition User -> led : setColorWithTransition(5555, FadeTo) activate led led -> transition : playTransition(5555, FadeTo) activate transition transition -> led : getCurrentColor() activate led led -->transition : 126 destroy led transition -> led : setColor(5555) destroy transition destroy led @enduml
false
true
false
false
usecase
72227c99e47ce49239e61193572694eeeb40c9d5
26e98c719f63b83dc52962c62b00f502b42e3348
/src/diagrams/scenarios/select-match.sequence.puml
25985b6f194297cca716f38f91b71e62594cfe82
[ "MIT" ]
permissive
thiagojsvix/chess
7fb1827c79c4fe3420fb9f282fbe174bce8306f1
cb517040c376b8aa908c3d6b6879dee186077dcc
refs/heads/master
2022-11-18T09:24:45.797887
2020-07-18T22:47:53
2020-07-18T22:51:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,706
puml
@startuml select-match.sequence title Select Match Scenario actor "Chess Player" as chessPlayer box "Console Application" #LightBlue participant "Scenario" as scenario participant Player as player end box box "Orleans Core" #LightGray participant "Cluster Client" as clusterClient end box box "Orleans Grain" #LightGray participant "Match Registry" as matchRegistry participant Match as match participant Dealer as dealer end box participant Game as game activate scenario !startsub Main scenario -> clusterClient : Get grain match registry activate clusterClient clusterClient --> scenario deactivate clusterClient scenario ->> matchRegistry : Get matches activate matchRegistry matchRegistry -->> scenario deactivate matchRegistry scenario -> scenario : Draw scenario loop until the option is valid chessPlayer -> scenario : Match selected end scenario -> clusterClient : Get grain match activate clusterClient clusterClient --> scenario deactivate clusterClient scenario ->> match : Wake up activate match scenario ->> match : Join player match -> game : Join player activate game game -> match deactivate game match ->> dealer : Add player activate dealer deactivate dealer alt players total is equal to 2 match ->> dealer : Next player activate dealer dealer -->> match deactivate dealer match -> player : Your move activate player #DarkSalmon activate scenario #DarkSalmon player -> scenario : Draw scenario deactivate player deactivate scenario end match -->> scenario deactivate dealer deactivate match scenario -> scenario : Draw game !endsub @enduml
false
true
false
false
sequence
7378af1ea99bfa7b97f9e4a8d2ceb812a354bcf6
f5f59016295a183565af167a861e2c8db9f1b070
/diagrams/src/Application/Models/DataTransferObjects/BrokerDto.puml
0a72a790896b8e66f010a9a6cb8669a9025d8716
[ "MIT" ]
permissive
converge-app/collaboration-broker-service
fb21788289134c265f1cd5db3ceaa3f32ba18406
69c676a5bbb3e602f939f9c91680560a6c63926a
refs/heads/master
2023-03-19T11:36:58.937045
2019-12-17T12:06:26
2019-12-17T12:06:26
218,333,241
0
0
MIT
2023-03-04T01:16:20
2019-10-29T16:29:32
C#
UTF-8
PlantUML
false
false
152
puml
@startuml class ResultDto { + Id : string <<get>> <<set>> + ProjectId : string <<get>> <<set>> + FileUrl : string <<get>> <<set>> } @enduml
false
true
false
false
class
fdfa28658b7a341c3c962b1f0b4b7e7e48c56ea5
058aa625a588b40c398fe672b9e7e5d18d872019
/overview simplified.puml
76961ad2cc6f1fdea40d11e5a2669d755500100c
[]
no_license
Sakurann/openid-connect-4-credential-issuance
12da040a349a0f0f210ee87fc563f506653410b6
a55ff39d3b31c6fffd2ecf2178295060dd7062f7
refs/heads/main
2023-08-30T16:56:48.426439
2021-10-28T23:53:34
2021-10-28T23:53:34
422,301,366
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,100
puml
@startuml actor User as U participant Wallet as W box Issuer participant "Init" as init participant "Authorize" as AS participant "Token" as T participant "Credentials" as P participant "Poll Credentials" as I end box autoactivate on hide footbox U -> W: interact note over W: Wallet discovers input material\nrequired to request issuance\nof a certain credential (Optional) W -> init: init_presentation return presentation_nonce W -> W: prepare presentations (bound to presentation_nonce) deactivate W W -> AS: authorize (credential type in claims parameter, nonce, code_challenge and (opt)presentations) note over AS: Issuer will authenticate user or utilize credentials or assertions to identify user. \noptions: local login, callback to wallet (OIDC4VPs), federated login (via OpenID or SAML), ... return code W -> T: token (code, code_verifier) return access_token, id_token W->P: credentials (access_token, bindable proofs) note over P: access token hash is used as challenge return credentials or acceptance_token W->I: poll_credential (accptance_token) return credentials @enduml
false
true
false
false
usecase
890e22b454546c977238dee898c063f0cc07e469
94ea2b59cf94f1b10378e5205d9fd6348eaac61d
/docs/uml/class_diagram/information.plantuml
3de081f1b2d5a170b34ecfe8ba589975033f5b55
[]
no_license
vltmn/qdio
80807206c2d959c7b610152c5fee458fab414c87
25b04fec1236d7ed93e6b859ee62fc4717aac7c3
refs/heads/master
2022-11-19T04:21:55.713787
2020-07-13T17:51:56
2020-07-13T17:51:56
279,373,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,524
plantuml
@startuml class MusicDataServiceFactory { + {static}MusicDataService getService(); } class SpotifyMusicDataSerivce interface MusicDataService { + Callable<List<Track>> searchForTrack(String query) + Callable<Map<String, Artist>> getArtistsFromUris(List<String> artists) + Callable<Artist> getArtist(String artistUri) + Callable<Album> getAlbumFromUri(String albumUri) + Callable<Track> getTrackFromUri(String trackUri) + Callable<Map<String, Track>> getTracksFromUris(List<String> tracks) } package auth { class AccessTokenGenerator { {static} + String getNewToken() } class SpotifyAuthHelper { + String getAccessToken() } AccessTokenGenerator --> SpotifyAuthHelper } class ImageFetchTask class MusicObjectFactory { {static} + Track createTrack(com.spotify.protocol.types.Track track) {static} + Track createTrack(kaes.spotify.webapi.android.models.Track track) {static} + Artist createArtist(com.spotify.protocol.types.Artist artist) {static} + Artist createArtist(ArtistSimple artist) {static} + Album createAlbum(com.spotify.protocol.types.Album album) {static} + Album createAlbum(kaaes.spotify.webapi.android.models.Album album) } MusicDataServiceFactory ..> AccessTokenGenerator SpotifyMusicDataSerivce ..> MusicObjectFactory SpotifyMusicDataSerivce ..> AccessTokenGenerator MusicDataService <|-- SpotifyMusicDataSerivce MusicDataServiceFactory ..> SpotifyMusicDataSerivce MusicDataServiceFactory -> MusicDataService @enduml
false
true
false
false
class
ae2421adc610e5a1d68e8fbe40a90e47e5399fa5
f4e746d7627fa2f2c1d91f40f73018d49587b40b
/src/Builders/TableBuilder/TableBuilder.puml
db0081fd2adde38be296f77ca44df06187fd6cb4
[]
no_license
ui-package/table-component
cd428ce66e972bd3d2a7bed1fa47efa0e8f8194f
a5705a8428cc4561362e01d74800051f85a53b56
refs/heads/master
2021-05-13T23:04:39.299701
2018-03-21T07:14:54
2018-03-21T07:14:54
116,505,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
994
puml
@startuml interface ColumnManagerInterface { } interface RenderManagerInterface { reRenderView() } interface PaginationManagerInterface { setCurrentPage(page: number) } interface DataSelectorManagerInterface { set (entities) add (entity) } interface SortInterface { by(field: string) } interface ResetManagerInterface { reload() } interface DensityManagerInterface { setDensity(density: number) } abstract class TableFacadeAbstract { } class TableBuilder { getTableFacade(): TableFacadeAbstract } TableBuilder .> TableFacadeAbstract ColumnManagerInterface <--o TableFacadeAbstract RenderManagerInterface <--o TableFacadeAbstract note left on link table.reRenderView() end note TableFacadeAbstract -> PaginationManagerInterface note left on link pag.setCurrentPage(34) end note TableFacadeAbstract ---> DensityManagerInterface TableFacadeAbstract ---> ResetManagerInterface TableFacadeAbstract ---> SortInterface TableFacadeAbstract ---> DataSelectorManagerInterface @enduml
false
true
false
false
class
ccb2310d30571623f376786e4537fc22c4f564e4
2d384dce0055a05c85361d9948fcb89f07668dd0
/docs/source/contribute/architecture/architecture.puml
9d21563012e7796d0f47adb6d78de7baf3af203c
[ "Apache-2.0" ]
permissive
PaParaZz1/treevalue
050b5196d1ba6bd79699cab07fded2e67c855c36
872f74f492d03f19f5ab82b84f1f5877bb4ca88f
refs/heads/main
2023-07-05T23:56:07.512870
2021-08-02T17:17:58
2021-08-02T17:17:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,052
puml
@startuml skinparam backgroundcolor transparent skinparam rectangle<<behavior>> { roundCorner 25 } sprite $primitive jar:archimate/application-component sprite $data jar:archimate/application-service sprite $logic jar:archimate/business-process rectangle "Logic Layer" as logiclayer { rectangle "TreeValue\n(Basic logic framework)" as treevalue <<$logic>> #Business rectangle "**func_treelize**\n(Function wrapper)" as func_treelize <<$logic>> #Application rectangle "**FastTreeValue**\n(Common treevalue)" as fasttreevalue <<$logic>> #Business rectangle "method_treelize" as method_treelize <<$logic>> #Application rectangle "classmethod_treelize" as classmethod_treelize <<$logic>> #Application method_treelize <-- func_treelize: Special wrapper \nfor instance method classmethod_treelize <-- func_treelize: Special wrapper \nfor class method fasttreevalue <-down- treevalue: Logic extension method_treelize --> fasttreevalue: Wrapper support classmethod_treelize --> fasttreevalue: Wrapper support } rectangle "Data Layer" as datalayer { rectangle "BaseTree" as basetree <<$data>><<behavior>> #Application rectangle "Tree\n(Primitive tree)" as tree <<$data>><<behavior>> #Application rectangle "TreeView\n(Logic tree)" as treeview <<$data>><<behavior>> #Application tree -up-> treevalue: "TreeValue can \nbe based on Tree." treeview -up-> treevalue: "TreeValue can \nbe based on TreeView." basetree *- tree : "BaseTree is parent \nclass of Tree." basetree *- treeview : "BaseTree is parent \nclass of TreeView." tree -> treeview : "TreeView is a \nlogic view of Tree." } rectangle "Primitive Python" as python { rectangle "Python Dict" as dict <<$primitive>> #Application rectangle "Python Operators" as operators <<$primitive>> #Application python -up-> tree : "Tree is based on \nprimitive python dict." } legend left Examples of Architecture ==== <$logic> : Logic Layer ==== <$data> : Data Layer ==== <$primitive> : Primitive Python endlegend @enduml
false
true
false
false
sequence
53fa2dd7411cbbb87f8136adb0e03433723f30c5
45fad34528b24e239c94f23c44d0e48fcc388f70
/src/app/behavioral/specification/specification.puml
e68fef62394a1e01f7e1f58b1160201a7d131cdd
[ "MIT" ]
permissive
bad199xqn/design-patterns
2a164d1c42d767a18366afb76314f4b511fd1e1c
6ac1d9956918d5180be77a3faf4919c2037ce329
refs/heads/main
2023-07-15T06:48:26.231897
2021-08-23T18:14:56
2021-08-23T18:14:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,017
puml
@startuml skinparam class { backgroundColor pink arrowColor firebrick borderColor firebrick } package specs.class.ts { abstract class Spec class AndSpec class OrSpec class NotSpec } abstract class Spec { + {abstract} isSatisfiedBy(value: number): boolean + and(spec: Spec): Spec + or(spec: Spec): Spec + not(): Spec } class AndSpec { - leftSpec: Spec - rightSpec: Spec constructor(leftSpec: Spec, rightSpec: Spec) + isSatisfiedBy(value: number): boolean } class OrSpec { - leftSpec: Spec - rightSpec: Spec constructor(leftSpec: Spec, rightSpec: Spec) + isSatisfiedBy(value: number): boolean } class NotSpec { - spec: Spec constructor(spec: Spec) + isSatisfiedBy(value: number): boolean } class GreaterThan <OR> { - value: number + isSatisfiedBy(value: number): boolean } class LowerThan <OR> { - value: number + isSatisfiedBy(value: number): boolean } GreaterThan --|> Spec LowerThan --|> Spec Spec <|-- AndSpec Spec <|-- OrSpec Spec <|-- NotSpec @enduml
false
true
false
false
class
453d0893262199528183b7fac04cbf83d215adc2
30dded105d5e7177332bccfd767638f3810929de
/diagrams/services.puml
ee3c1b6e130cf65de5f865375c0e27ba001ff763
[ "MIT" ]
permissive
aDovbiy/k8s-diagrams
63fc2d4535e9f467b690bbd40351245883a2a306
50631e57ffba8ef3c603b609c35c85040906796a
refs/heads/master
2022-11-30T06:52:25.646318
2020-08-13T10:01:04
2020-08-13T10:01:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,752
puml
@startuml !include <tupadr3/common> !define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014 !includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml !includeurl ICONURL/Devices/load_balancer.puml !define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master !includeurl CLOUDOGUURL/dogus/cloudogu.puml !includeurl CLOUDOGUURL/tools/k8s.puml !define CLOUDOGU_BLUE #23a3dd title <color:blue><$k8s></color> **Services, Nodes and Pods explained**<color:blue><$k8s></color>\n rectangle "<$load_balancer>\nLoad Balancer" as LB cloud "K8s Cluster" as k8s { together { rectangle "<$node>\nNode n" as node_n <<node>> { rectangle "<$svc>\nService" as service_n rectangle "<$pod>\nPod n" as pod_n } rectangle "<$node>\nNode 1" as node_1 <<node>> { rectangle "<$svc>\nService" as service_1 rectangle "<$pod>\nPod 1" as pod_1 rectangle "<$pod>\nPod 2" as pod_2 } } } LB -[hidden]-> k8s service_1 -[hidden]-> pod_1 service_1 -[hidden]-> pod_2 service_n -[hidden]-> pod_n LB -> service_1 LB -> service_n service_1 --> pod_1 service_1 --> pod_2 service_1 --> pod_n service_n --> pod_1 service_n --> pod_2 service_n --> pod_n legend <color:#23a3dd><$cloudogu></color> [[https://cloudogu.com cloudogu.com]] end legend skinparam arrow { Color CLOUDOGU_BLUE FontColor WHITE } skinparam rectangle { BackgroundColor CLOUDOGU_BLUE BorderColor #16688d FontColor WHITE backgroundColor<<node>> WHITE FontColor<<node>> CLOUDOGU_BLUE } skinparam legend { BackgroundColor WHITE BorderColor #16688d } @enduml
false
true
false
false
deployment
2db1b4f435ea216b9631222f3470b501bad2063b
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/resumePerformanceJobModel.puml
33cd5e2f92f3fbd9f3189b9bf9de382fb3625209
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
614
puml
@startuml resumePerformanceJobModel class ResumePerformanceJob { creationDate: date-time href: string id*: string resumptionDeniedReason: string state*: PerformanceJobProcessStateType } ResumePerformanceJob_Common <|-- ResumePerformanceJob class ResumePerformanceJob_Common { resumptionReason: string } ResumePerformanceJob_Common *-->"1" PerformanceJobRef : performanceJob class ResumePerformanceJob_Create { } ResumePerformanceJob_Common <|-- ResumePerformanceJob_Create enum PerformanceJobProcessStateType { accepted acknowledged completed declined } @enduml
false
true
false
false
sequence
049cd3024962bed805c7f9a0d4e4b77f8ee1d1a1
12acc31d6725e94204e10bb91b5d030bd422476e
/diagrammes/class.plantuml
38ba59b4aa2ced13071e3f257527126b142c59b0
[]
no_license
HaiseB/P5_blogPhp
1c307901113471ed1f025105ce5391125ca37bc2
0ef73e0a9ba6f6234ab5e836651bfc33b733ef74
refs/heads/master
2022-10-23T11:57:35.640362
2020-08-03T12:12:22
2020-08-03T12:12:22
249,029,432
0
1
null
2022-09-30T19:30:47
2020-03-21T17:45:23
HTML
UTF-8
PlantUML
false
false
3,058
plantuml
@startuml class class Users { {static} Auto_increment id {static} String name {static} String email {static} String password {static} Boolean token {static} Boolean is_registered {static} Boolean is_admin {static} Datetime created_at {static} Datetime updated_at {static} Boolean is_deleted --- getAllUsers() findUserById() findUserByName() findUserByNameOrMail() findUserByNameAndToken() createNewUser() activateUser() deleteUser() authentificationFailed() loggedOnly() adminOnly() } class Posts { {static} Auto_increment id {static} String user_id {static} String name {static} String picture {static} String catchphrase {static} Text content {static} Datetime created_at {static} Datetime updated_at {static} Boolean is_deleted --- getAllPosts() getLastPosts() getPostById() createNewPost() updatePost() addPicture() getLastPostId() deletePost() } class Comments { {static} Auto_increment id {static} String post_id {static} String user_id {static} String content {static} Boolean is_confirmed {static} Datetime created_at {static} Datetime updated_at {static} Boolean is_deleted --- getAllCommentsWithUsernames() getCommentsByPostsWithUsernames() getCommentById() getNumberOfNotConfirmedComments() createComment() confirmAllComments() deleteComment() } Users "1" - "many" Posts Users "1" - "many" Comments Posts "1" -- "many" Comments class CommentsController { --- delete() confirmAll() } class DefaultController { --- homePage() legalMentions() e404() } class PostsController { --- posts() post() newPost() editPost() delete() } class UsersController { --- loginPage() newUser() dashboard() confirmRegister() resetPassword() logout() delete() } class Twig { --- __construct() } class TwigFactory { --- get() } Twig - TwigFactory class Session { --- __construct() setFlash() flash() } class Altorouter { --- __construct() } class RouterController { --- callRoute() } Altorouter - RouterController class Model { --- __construct() } Model - Users Model - Posts Model - Comments class Kernel { --- __construct() } Session - Kernel RouterController -- Kernel TwigFactory -- Kernel Contact - Kernel Controller - Kernel Model --- Kernel class Database { --- __construct() fetchAll() fetch() create() update() delete() getLastId() } Database -- Users Database -- Posts Database -- Comments class Controller { --- __construct() } Controller -- CommentsController Controller -- DefaultController Controller -- PostsController Controller -- UsersController class Contact { --- __construct() sendContactMail() sendRegisterMail() _getContactMailBody() _getRegisterMailBody() _getTranport() } @enduml
false
true
false
false
sequence
ce4fc790b81e603e0ba0ffc331b697ecc32a5782
57fbc019b098405977ffe0e93551d48425ba78d0
/ethereum/nft/nft-statechart-bid.plantuml
a19ffc3594c8f3a775190c03b41456fc728d1a69
[]
no_license
3rdstage/models
40922c538ad3b56a555817d2258ee5f863002fca
7d6d41020f53fb39eace3fa3987af63a56d0ace3
refs/heads/master
2023-07-19T08:53:40.724866
2023-01-09T09:00:46
2023-01-09T09:00:46
205,056,655
0
2
null
2021-11-04T06:22:06
2019-08-29T01:39:54
D
UTF-8
PlantUML
false
false
489
plantuml
@startuml ' https://plantuml.com/state-diagram state Open { state Placed } state Closed { state Rejected state Accepted state Abandoned state Paid } [*] --> Placed Placed -right-> Canceled Canceled -right-> [*] Placed --> Rejected Placed --> Accepted Rejected -right-> Canceled Rejected --> Accepted note left on link when an accepted bidder has abandoned it end note Accepted --> Paid Accepted -right--> Abandoned Abandoned -right--> [*] Paid -right--> [*] @enduml
false
true
false
false
state
18f28bce5368266b88cf954076957586b6a1f577
76bd2393c8efc4ea4f00e604c0325b223e6c18d3
/doc/TestObserver2.puml
a34af7e9a517289a45adc8061ea499a42dbe1cb6
[]
no_license
suribada/RxJavaBook
8d5dfae113d778982822adb30aa3659a6f3fa490
a417aea43dae88f573d8a4121a60f339f008e689
refs/heads/master
2023-04-12T22:31:50.662032
2021-04-04T07:17:55
2021-04-04T07:17:55
106,604,606
0
0
null
null
null
null
UTF-8
PlantUML
false
false
210
puml
@startuml abstract class BaseTestConsumer<T, U extends BaseTestConsumer<T, U>> class TestObserver<T> BaseTestConsumer <|-- TestObserver class TestSubscriber<T> BaseTestConsumer <|-- TestSubscriber @enduml
false
true
false
false
class
085c4b98b6e5090c8c22ec7c3749b6e68e38f8f0
cfcf3c1b531a2cc9d74147b81903d56e8cb42218
/images/ch2-1-x-ptr-to-y-ptr.plantuml
7333271d8c17c1c833e10029a0ed5025fc7bb60e
[ "BSD-2-Clause", "CC-BY-NC-ND-4.0" ]
permissive
daheige/advanced-go-programming-book
d49f5e11983d8048eb44c74609662c5e70a5fa0d
0241bdc1675532b378912aefd8086fb10526b952
refs/heads/master
2022-12-07T19:14:18.865094
2022-12-01T04:25:24
2022-12-01T04:25:24
191,374,142
2
0
BSD-2-Clause
2019-06-11T13:10:35
2019-06-11T13:10:34
null
UTF-8
PlantUML
false
false
522
plantuml
' Copyright 2017 <chaishushan{AT}gmail.com>. All rights reserved. ' Use of this source code is governed by a Apache ' license that can be found in the LICENSE file. @startuml title *X <=> *Y participant "~*X" as x_ptr participant unsafe.Pointer as unsafe_Pointer participant "~*Y" as y_ptr == *X => *Y == x_ptr -> unsafe_Pointer: ~*X to unsafe.Pointer unsafe_Pointer -> y_ptr: unsafe.Pointer to *Y == *Y => *X == y_ptr -> unsafe_Pointer: ~*Y to unsafe.Pointer unsafe_Pointer -> x_ptr: unsafe.Pointer to *X @enduml
false
true
false
false
sequence
b92432660f7721f6c999d96a903effee47c33aa0
b6854bf459f7b074acd76802e66287b746d01a04
/SmsBankListener/UML/DB.puml
31c3d7e671374e867bab75b205f0a1af74bac122
[]
no_license
GugleGH/sms-bank-listener
e0c1aba3fec81a5a05023e6f85839235e15a93a8
969b57cc705d98a42ab0fd3ed31c4feadd7ce391
refs/heads/master
2021-01-17T17:06:32.908793
2015-03-30T12:10:45
2015-03-30T12:10:45
33,107,816
0
0
null
null
null
null
UTF-8
PlantUML
false
false
530
puml
@startuml object profile { _id = autoincrement visibleName displayAddress } object phone { _id = autoincrement _id_profile originatingAddress } object card { _id = autoincrement _id_phone cardNumber } object body { _id = autoincrement _id_card smsBody } object transaction { _id = autoincrement _id_card date amount } profile --|> phone : 1 : n phone --|> card : 1 : n card --|> body : 1 : n card --|> transaction : 1 : n @enduml
false
true
false
false
class
c8e71213db4891588f6ab6c4b08e94dd50b93083
e5d1f1d248f62d191c6ae37526ef2cdd01eec298
/HW02/entities.puml
14d58dd6ab8bd6f8d28b4fcb20eb03aad4455de9
[]
no_license
MyWayToJavaJunior/otus_javaEE_2017_12
ee001b287813655702840b8bf4fb54e3be61b9bd
49e3327a4a38ceb41cdf0aacb0c6afdd277ec435
refs/heads/master
2021-05-11T01:04:57.580249
2018-01-20T16:10:07
2018-01-20T16:10:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,587
puml
@startuml class Account { long id String login String password AccountRole role -- long getId() String getLogin() String getPassword() AccountRole getRole() -- void setId(long id) void setLogin(String login) void setPassword(String password) void setRole(AccountRole role) } class AccountRole { long id String name -- long getId() String getName() -- void setId(long id) void stName(String name) } class Department { long id String name -- long getId() String getName() -- void setId(long id) void setName(String name) } class Location { long id String name -- long getId() String getName() -- void setId(long id) void setName(String name) } class Position { long id String name -- long getId() String getName() -- void setId(long id) void setName(String name) } class EmployeePersonalInfo { long id Location location String firstName String secondName String middleName String personalEMail -- long getId() Location getLocation() String getFirstName() String getSecondName() String getMiddleName() String getPersonalEMail() -- void setId(long id) void setLocation(Location location) void setFirstName(String firstName) void setSecondName(String secondName) void setMiddleName(String middleName) void setPersonalEMail(String personalEMail) } class Employee { long id EmployeePersonalInfo personalInfo Account account Department department Position position String internalPhoneNumber Salary salary -- long getId(); EmployeePersonalInfo getPersonalInfo() Account getAccount() Department getDepartment() Position getPosition() String getInternalPhoneNumber() Salary getSalary() -- void setId(long id) void setPersonalInfo(EmployeePersonalInfo personalInfo) void setAccount(Account account) void setDepartment(Department department) void setPosition(Position position) void setInternalPhoneNumber(String internalPhoneNumber) void setSalary(Salary salary) } class Salary { long id; Employee employee long salary -- long getId() Employee getEmployee() long getSalary() -- void setId(long id) void setEmployee(Employee employee) void setSalary(long salary) } AccountRole <-- Account EmployeePersonalInfo <-- Location Employee <-- EmployeePersonalInfo Employee <-- Account Employee <-- Department Employee <-- Position Employee <-- Salary @enduml
false
true
false
false
class
f1234ca6365178c1a0e4c6ad46deee1eb3373b7b
3d312f7a6b4211011474707109a71c6bd9885e2b
/uml/ListController.puml
b1b5ea90a1771da435baa57ca10e4c855dc7255d
[]
no_license
rodriguezA3/Rodriguez-cop3330-assignment4part2
1133f7d278c118afe19cab9fd1ece4506d568559
284036ada238fa05f6cedb5d8aac35efb3924828
refs/heads/master
2023-08-30T18:28:06.277502
2021-11-16T04:01:21
2021-11-16T04:01:21
428,492,554
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,054
puml
@startuml class TaskController{ +FXML TextField nameTextField; +FXML DatePicker datePicker; +FXML TextArea descriptionTextArea; +FXML Button addTaskButton; +FXML Button removeTaskButton; +FXML Button removeAllTasksButton; +FXML Button markCompleteButton; +FXML Button saveExportButton; +FXML Button importButton; +FXML ListView<ToDoTask> taskList; +ObservableList<ToDoTask> ToDoTasks; +FileOutputStream fileOut; +addTaskEvent(Event e); +ToDoTask selUser(); +removeTaskEvent(Event e); +removeAllTasksEvent(Event e); +saveExport(); +saveExportEvent(Event e); +importEvent(); +importEvent(Event e); } class ToDoTask { +private String name; +private LocalDate date; +private String description; +String getName(); +setName(String name); +LocalDate getDate(); +setDate(LocalDate date); +String getDescription(); +setDescription(String description); +ToDoTask(String name, LocalDate date, String description); } ToDoTask <|-- TaskController @enduml
false
true
false
false
class
0d2eb4bc2f51bb0325f51b91b72e43d78bebc9d3
8c16ce0ac608ebebde84af133a7164e1052c1e43
/Clase/Prototype/classPrototype.puml
7872349b91ea32ec314cef5777dcee997cf94891
[]
no_license
dcharua/An-lisis-y-Modelacion-Software
0851cebd218d935e82fb704a540cb4bab6cbfeb7
5a844cf052712370f0210553854923c2ab138fbc
refs/heads/master
2021-01-15T19:06:36.865644
2017-11-08T15:41:47
2017-11-08T15:41:47
99,808,937
0
0
null
null
null
null
UTF-8
PlantUML
false
false
754
puml
@startuml Class Mundo{ + Mundo(string nombreMundo) + string nombreMundo } Class Personaje<<abstract>>{ + Personaje (); + Personaje(string nombre) + string nombre; + string correo; + int telefono; + Mundo* mundo; + virtual Personaje* clone(); } Class Princesa{ + Princesa(string n); + Princesa(const Princesa& p) + void gritar() + Personaje* clone() } Class Villano{ + Villano(string n); + Villano(const Villano& v) + void secuerstrar() + Personaje* clone() } Class Heroe{ + Heroe(string n); + Heroe(const Heroe& h) + void salvar() + Personaje* clone() } Mundo --*Personaje Princesa ..|> Personaje Villano ..|> Personaje Heroe ..|> Personaje @enduml
false
true
false
false
class
ef662cd4b012aab911745f1c59e8560c137cb1d7
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/java/concept-collectionsframeworkmap-1.plantuml
89684621615150f03620b7ee412dbee53f385cfb
[ "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
530
plantuml
@startuml interface Map { } interface SortedMap { } interface NavigableMap { } abstract class AbstractMap { } class EnumMap { } class HashMap { } class LinkedHashMap { } class IdentityHashMap { } class TreeMap { } class WeakHashMap { } Map <|-- SortedMap SortedMap <|-- NavigableMap Map <|... AbstractMap NavigableMap <|... TreeMap AbstractMap <|-- EnumMap AbstractMap <|-- HashMap AbstractMap <|-- IdentityHashMap AbstractMap <|-- TreeMap AbstractMap <|-- WeakHashMap HashMap <|-- LinkedHashMap @enduml
false
true
false
false
class
921e099646730513896d224ea976d54fded010f9
f8e357daee592f0c24cd2e5778c643a77b4a6404
/06classdiagram/26_classdiagram_abstractclass_and_interface.puml
6d37520e0abb1dab032a39318d7e90e9491f5931
[]
no_license
jahmanitheone/plantuml
bd3914c882d79157f387aa84268510edbebb05c2
dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1
refs/heads/main
2023-01-01T12:40:34.242849
2020-10-22T17:01:59
2020-10-22T17:01:59
306,404,003
0
0
null
null
null
null
UTF-8
PlantUML
false
false
759
puml
' 'ClassDiagrams: Abstract class, interface and enum ' 'You can declare a class as abstract using abstract" or abstract class keywords. 'The class will be printed in italic. 'You can use the interface, annotation and enum keywords too. ' 'abstract - italic 'interface - italic 'enum ' '-------------------------------------- ' @startuml 'Definition abstract class AbstractList abstract AbstractCollection interface List interface Collection class ArrayList { Object[] elementData size() } annotation SuppressWarnings 'interface Collection <|- List Collection <|-- AbstractCollection 'abstract List <|-- AbstractList AbstractCollection <|- AbstractList 'class AbstractList <|-- ArrayList enum TimeUnit { DAYS HOURS MINUTES } @enduml
false
true
false
false
class
3144b649b545fd21ef782d3e82af0cbbc580955d
aefdc6e26db90fe88c57b7eecde5596afc49d4cb
/src/it/example-java-x/src/test/resources/domain-aggregate-diagram.plantuml
1759f50cc26ba26cbb5c656a7c0df2b1e835af90
[ "Apache-2.0" ]
permissive
jboz/plantuml-builder
724bf75b2d5794b53603f8a9f60b01ae8b79116c
266d960a5d4a7c8e18048ddd7360df221428a0c4
refs/heads/main
2023-08-06T15:42:33.576311
2023-07-21T23:24:51
2023-07-21T23:24:51
89,647,955
41
13
Apache-2.0
2023-07-21T23:22:32
2017-04-27T23:14:47
Java
UTF-8
PlantUML
false
false
365
plantuml
@startuml class "Car" { brand : String model : String drivers : Set<Driver> price : Price wheels : Collection<Wheel> addDriver(Driver) : Car addWheel(Wheel) buyBy(Driver, BigDecimal, Devise) : Driver } "Car" --> "Devise" : use "Car" --> "*" "Driver" : drivers "Car" --> "Price" : price "Car" --> "*" "Wheel" : wheels "Vehicule" <|-- "Car" @enduml
false
true
false
false
sequence
7f628a63c43a3c700409f95bc2ce7398c8dd1195
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ContainerAndKey.puml
a83870d3406cee5647eb3f8c5bfe655869913e90
[]
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
684
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 ContainerAndKey [[ContainerAndKey.svg]] { key: String container: String } interface UserProvidedIdentifiers [[UserProvidedIdentifiers.svg]] { key: String externalId: String orderNumber: String customerNumber: String sku: String slug: [[LocalizedString.svg LocalizedString]] containerAndKey: [[ContainerAndKey.svg ContainerAndKey]] } ContainerAndKey --> UserProvidedIdentifiers #green;text:green : "containerAndKey" @enduml
false
true
false
false
sequence
23ac39cdacfe01d5083f78c0b86e4d6a12ec463c
6c732bae3f33a411a9bfa743cbf6cc7897eff371
/doc/uml/src/system.puml
3958c76f7485bf343e3048243230184294ec2271
[]
no_license
JoshuaSFryer/5001-simulation-project
0d8c8425f23fc614006032101a8f91017d23a734
c20daac96592a653748f7149a32dc6c2971d3d6d
refs/heads/main
2023-04-06T20:54:06.752859
2021-04-11T21:40:32
2021-04-11T21:40:32
339,490,496
1
1
null
null
null
null
UTF-8
PlantUML
false
false
2,210
puml
@startuml system-class-diagram skinparam ClassAttributeIconSize 0 ' skinparam Linetype ortho package "System" { class System { - clock : int - num_outputs : int - blocked_time : int - init() - time_advance() - next_event() - event_inspection(e:EndInspectionEvent) - event_assembly(e:EndAssemblyEvent) - event_end(e:EndSimulationEvent) - generate_statistics() } enum ComponentType { C1 C2 C3 } package "Inspector" { class Inspector { + id : int - input_types : list<ComponentType> ' - routing : OutputPolicy - pick_input() - pick_output() - generate_duration() : float - inspect() - is_blocked() : bool } enum OutputPolicy { DEFAULT SHORTEST_QUEUE } Inspector --> ComponentType : Inspects Inspector --> OutputPolicy : Implements } package "Workstation" { class Workstation { + id : int + output_type : ProductType - generate_duration() : float - get_components() - assemble() + can_accept(input:ComponentType) : bool } class Buffer { + id : int - type : ComponentType - capacity : int - contents : list<ComponentType> + enqueue(type:ComponentType) + dequeue() : ComponentType + is_full() : bool + is_empty() : bool } enum ProductType { P1 P2 P3 } Workstation --> ProductType : Outputs Workstation --> ComponentType : Consumes Workstation "1" *-- "*" Buffer : Draws From Buffer -left-> ComponentType : Stores } class FutureEventList { events : list<Event> add_event(time) next() : Event } System "1" o-- "*" Inspector System "1" o-- "*" Workstation System *-- FutureEventList : Manages Inspector --> Workstation : Outputs to } @enduml
false
true
false
false
sequence
08ef306e017e4d7c43e08799fe4684b02909d695
3c55d3c11501d1889a5547f4b8d64518c97fb0da
/doc/design/005-dkms/puml/recover-agent-policy-registry.puml
1f1919c3afd9e660bcaba02d846f5e691e0e7c2c
[ "Apache-2.0" ]
permissive
nveskovic/indy-sdk
b28e5c535fc7c386f9142c3b9846813ac882226c
24a8b49165969cdb016c679b343eb169d004fd1d
refs/heads/master
2020-03-19T02:01:09.613210
2018-05-31T12:50:44
2018-05-31T12:50:44
135,591,482
0
0
Apache-2.0
2018-05-31T14:02:31
2018-05-31T14:02:30
null
UTF-8
PlantUML
false
false
2,657
puml
@startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 15 skinparam maxmessagesize 100 skinparam sequence { ArrowColor grey LifeLineBorderColor grey ParticipantBorderColor grey boxbordercolor white ParticipantFontSize 17 actorfontsize 17 boxfontsize 17 boxfontcolor grey ActorBorderColor grey Actorbackgroundcolor white } actor Alice as al participant "Alice's\nEdge Agent" as aea participant "Alice's\nCloud Agent" as aca participant "Issuers\nAgent" as aci participant "Issuer" as iss participant "Ledger" as le note over al, le #f0f0e0 Assumptions: Alice no longer has any agent policy keys to use for control over her agent policy registry on the ledger. An attacker has compromised the agent policy registry and locked out Alice. end note == agent recovery == note over al, le #f0f0e0 Alice performs agent recovery by completing all steps in <b>Offline Recovery</b> diagram or <b>Social Recovery</b> diagram She can't complete the portion to update the agent policy registry because she is locked out end note == create new agent policy registry == aea -> aea: generate policy registry address **//P'//** aea -> aea: store **//P'//** note over al, le #77ccff include <b>Update Agent Policy Registry</b> diagram (with all authorizations) end note == revoke claims == note over al, le Alice revokes all her claims that include the old agent policy address <i>P</i> as a blinded attribute. Alice also petitions the Issuers to reuissue her claims. How to invalidate claims that are not revocable? end note al -> aea: revoke claim aea -[#blue]> aca: \nrevoke claim message note right Claim with claim schema <i>S</i> and claim index <i>S<sub>i</sub></i> end note par2 aca -[#blue]>aci: \n\nforward else aci -[#blue]>iss:\n\nnotify issuer end iss --> iss: verify alice note right Issuer authenticates Alice using the same methods as before when Alice was issued the claim end note iss -[#blue]> aci: revoke claim note right Add claim index <i>S<sub>i</sub></i> to the non-revocation accumulator <i>S<sub>O</sub></i> corresponding to claim schema <i>S</i>. Sign transaction with Issuer accumulator private key. end note aci -[#blue]> le: forward revoke claim note right Adds claim index <i>S<sub>i</sub></i> to the non-revocation accumulator corresponding to claim schema <i>S</i>. end note le -> le: update accumulator le -[#blue]> aci: result aci -[#blue]> iss: forward result par2 aci -[#blue]> aca: \nack else aca -[#blue]> aea: \n else aea -> al: \n end == reissue claims == note over al, le #77ccff Alice completes <b>Issue Claim</b> diagram for each claim with new policy address <i>P</i> end note @enduml
false
true
false
false
usecase
c35d60c4d546e011fb07eda4952f7ba68c14d6b4
346a7fb1e36df2691e26da9a6c40619ad7c95e41
/05-iterator/factory-method.plantuml
9bad806a3d0c913e4e7e043a608f8ce7f036a231
[ "MIT" ]
permissive
sWIFlezech/hsro-wif-prg2.github.io
c1587385b40dc11afc28a75367184108c97e0008
3698354299e087a8629c0e56c3f0a14ac985e2d9
refs/heads/master
2020-03-11T10:53:04.071038
2018-04-22T15:48:20
2018-04-22T15:48:20
129,954,522
0
0
MIT
2018-04-17T19:25:19
2018-04-17T19:25:19
null
UTF-8
PlantUML
false
false
233
plantuml
@startuml factory-method interface Interface { +operation() } class SomeClass { +interface(): Interface } class MyInterfaceImpl implements Interface { +operation() } SomeClass ..left..> MyInterfaceImpl : "<<creates>>" @enduml
false
true
false
false
class
ab7eee54390b578d0a0e9df65d934dc5e02139c1
4fb7e3ef2b429c6343e78f487da054b04491061c
/app/src/main/java/Diagrams/Service Class Diagram.puml
155d6a6be0775dc012b05bc74ef6805c0edf0bb8
[]
no_license
Kayu/COEN390
cf36d113f9f27946f5a07979e32451da46f48d04
adb807ebe6c1ce3430328eff29fa2ef0110fe5e0
refs/heads/master
2016-08-12T19:29:35.302950
2016-04-14T22:00:38
2016-04-14T22:00:38
53,161,179
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,509
puml
@startuml package "Service"{ class DbContract{ } class AddressEntry <<Static>>{ + {static} TABLE_NAME: String + {static} COLUMN_NAME: String + {static} COLUMN_NUM: String } class ContactsEntry <<Static>>{ + {static} TABLE_NAME: String + {static} COLUMN_FACT: String } class DbHelper{ - {static} DATABASE_NAME: String - {static} DATABASE_VERSION: int - DROP_ADDRESS: String - DROP_CONTACTS: String - ContactsTable: String - AddressTable: String - db: SQLiteDatabase + DbHelper (context: Context) + onCreate (db: SQLiteDatabase) + onUpgrade (db: SQLiteDatabase, oldVersion: int, newVersion: int) + insert_address (address: String) : boolean + getAllData_address () : Cursor + getAddress () : Cursor + deleteAll_address () + insert_contact (name: String, num: String) + getContact (num: int) : Cursor + getAllData_contacts () : Cursor + deleteAllData_contacts () : Cursor + deleteAll_contacts () + getDBVersion () : int } class MyLocListener{ - context: Context - GPSEnabled: boolean - NetworkEnabled: boolean - accessLocation: boolean - hasPermission: boolean - location: Location - latitude: double - longitude: double - {static} MIN_DISTANCE: long - {static} MIN_TIME_UPDATE: long - locationManager: LocationManager + MyLocListener (context: Context, gpsPermission : boolean + getLocation () : Location + getLongitude () : double + getLongitude () : double + ableToAccessLocation () : boolean + setPermission (permission: boolean) + showAlert () + onLocationChanged (location: Location) + onProviderDisabled (provider: String) + onProviderEnabled (provider: String) + onStatusChanged (provider: String, status: int, extras: Bundle) + onBind (arg0: Intent) : IBinder } class OutgoingCallReceiver{ + onReceive (context: Context, intent: Intent) + checkIfNeedBlocking (outgoingNumber: String, context: Context) } } DbContract o-- AddressEntry DbContract o-- ContactsEntry DbContract <.. DbHelper DbHelper <-- MainActivity DbHelper <-- SettingsActivity MainActivity ..>MyLocListener OutgoingCallReceiver<--MainActivity @enduml
false
true
false
false
class
29e4261688ec2d30d3a073ffa9ceb75db9260890
0451c8ba480721dd4f116d8d1c989fc941bf91f8
/personalFinanceManagement/src/main/java/switch2019/project/controllerLayer/rest/US003AddMemberToGroupControllerRestRef_InMemory.puml
d78510e66108220ebdfaa5d28d3827b124e3972c
[]
no_license
mleitaoribeiro/DevOpsMaven
ee8eac2ea35a3818a4480c7ee57c305f9f8938e3
c8e4bcb36dfd765a08f8b9140d3b60a260734ae1
refs/heads/master
2023-01-01T13:37:18.143028
2020-07-02T16:16:52
2020-07-02T16:16:52
304,918,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,665
puml
@startuml skinparam DefaultFontSize 20 autonumber 3.3.2 -> "service:US003AddMemberToGroupService" : createGroup(addMemberDTO) autonumber 3.3.2.1 activate "service:US003AddMemberToGroupService" #FFBBBB "service:US003AddMemberToGroupService" -> "addMemberDTO:AddMemberDTO" : personEmail = getPersonEmail() activate "addMemberDTO:AddMemberDTO" #FFBBBB deactivate "addMemberDTO:AddMemberDTO" "service:US003AddMemberToGroupService" -> "personRep:PersonRepository" : person = findPersonByEmail (personEmail) activate "personRep:PersonRepository" #FFBBBB deactivate "personRep:PersonRepository" "service:US003AddMemberToGroupService" -> "addMemberDTO:AddMemberDTO" : groupDescription = getGroupDescription() activate "addMemberDTO:AddMemberDTO" #FFBBBB deactivate "addMemberDTO:AddMemberDTO" "service:US003AddMemberToGroupService" -> "groupsRep:GroupsRepository" : group = findGroupByDescription(groupDescription) activate "groupsRep:GroupsRepository" #FFBBBB autonumber 3.3.2.4.1 "groupsRep:GroupsRepository" -> "group:Group" : boolean wasMemberAdded = add(person) activate "group:Group" #FFBBBB deactivate "groupsRep:GroupsRepository" #FFBBBB deactivate "group:Group" #FFBBBB autonumber 3.3.2.5 "service:US003AddMemberToGroupService" -> ":GroupDTOAssembler" : addedMemberDTO = addMemberDTO (groupID) activate ":GroupDTOAssembler" #FFBBBB autonumber 3.3.2.5.1 create "addedMemberDTO:AddedMemberDTO" ":GroupDTOAssembler" -> "addedMemberDTO:AddedMemberDTO" : new AddedMemberDTO\n(wasMemberAdded, person, group) deactivate ":GroupDTOAssembler" <-- "service:US003AddMemberToGroupService" : addedMemberDTO deactivate "service:US003AddMemberToGroupService" @enduml
false
true
false
false
sequence
e712127c286735fc7b72462528f600b21355e73f
cd3c5b056cff9ecc52a4b25a17ebdfd58d4f25f2
/docs/diagrams/AddTagClassDiagram.puml
c39deb9dc9a7e604face62c7d2ac616d8f7040ab
[ "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
AY2021S1-CS2103T-W17-1/tp
e81f8d9d87a4203051311260ec2de95aa0974391
3b77f20ab44a9af65386167c5cd5f122c65d9ae5
refs/heads/master
2023-01-22T02:05:55.603633
2020-11-23T00:50:27
2020-11-23T00:50:27
295,052,779
0
5
NOASSERTION
2020-11-23T00:50:28
2020-09-13T00:56:32
Java
UTF-8
PlantUML
false
false
432
puml
@startuml skinparam arrowThickness 1.1 skinparam arrowColor LOGIC_COLOR_T4 skinparam classBackgroundColor LOGIC_COLOR Interface Parser <<Interface>> Class "{abstract}\nCommand" as Command Class AddTagCommandParser Class AddTagCommand Class AddTagByStateCommand AddTagCommandParser .up.|> Parser AddTagCommandParser .right.> AddTagCommand: creates > AddTagCommand -up-|> Command AddTagByStateCommand -up-|> AddTagCommand @enduml
false
true
false
false
class
d76fa25b79a9aa0d3dc1f92d9a4f25f687b3335a
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ChannelUpdateAction.puml
5e622103d74800576dd94c508235d4fd7ab23457
[]
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
3,489
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 ChannelUpdateAction [[ChannelUpdateAction.svg]] { action: String } interface ChannelAddRolesAction [[ChannelAddRolesAction.svg]] { action: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] } interface ChannelChangeDescriptionAction [[ChannelChangeDescriptionAction.svg]] { action: String description: [[LocalizedString.svg LocalizedString]] } interface ChannelChangeKeyAction [[ChannelChangeKeyAction.svg]] { action: String key: String } interface ChannelChangeNameAction [[ChannelChangeNameAction.svg]] { action: String name: [[LocalizedString.svg LocalizedString]] } interface ChannelRemoveRolesAction [[ChannelRemoveRolesAction.svg]] { action: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] } interface ChannelSetAddressAction [[ChannelSetAddressAction.svg]] { action: String address: [[BaseAddress.svg BaseAddress]] } interface ChannelSetAddressCustomFieldAction [[ChannelSetAddressCustomFieldAction.svg]] { action: String name: String value: [[Object.svg Object]] } interface ChannelSetAddressCustomTypeAction [[ChannelSetAddressCustomTypeAction.svg]] { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface ChannelSetCustomFieldAction [[ChannelSetCustomFieldAction.svg]] { action: String name: String value: [[Object.svg Object]] } interface ChannelSetCustomTypeAction [[ChannelSetCustomTypeAction.svg]] { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface ChannelSetGeoLocationAction [[ChannelSetGeoLocationAction.svg]] { action: String geoLocation: [[GeoJson.svg GeoJson]] } interface ChannelSetRolesAction [[ChannelSetRolesAction.svg]] { action: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] } interface ChannelUpdate [[ChannelUpdate.svg]] { version: Long actions: [[ChannelUpdateAction.svg List<ChannelUpdateAction>]] } ChannelUpdateAction --> ChannelAddRolesAction #blue;text:blue : "action : addRoles" ChannelUpdateAction --> ChannelChangeDescriptionAction #blue;text:blue : "action : changeDescription" ChannelUpdateAction --> ChannelChangeKeyAction #blue;text:blue : "action : changeKey" ChannelUpdateAction --> ChannelChangeNameAction #blue;text:blue : "action : changeName" ChannelUpdateAction --> ChannelRemoveRolesAction #blue;text:blue : "action : removeRoles" ChannelUpdateAction --> ChannelSetAddressAction #blue;text:blue : "action : setAddress" ChannelUpdateAction --> ChannelSetAddressCustomFieldAction #blue;text:blue : "action : setAddressCustomField" ChannelUpdateAction --> ChannelSetAddressCustomTypeAction #blue;text:blue : "action : setAddressCustomType" ChannelUpdateAction --> ChannelSetCustomFieldAction #blue;text:blue : "action : setCustomField" ChannelUpdateAction --> ChannelSetCustomTypeAction #blue;text:blue : "action : setCustomType" ChannelUpdateAction --> ChannelSetGeoLocationAction #blue;text:blue : "action : setGeoLocation" ChannelUpdateAction --> ChannelSetRolesAction #blue;text:blue : "action : setRoles" ChannelUpdateAction --> ChannelUpdate #green;text:green : "actions" @enduml
false
true
false
false
sequence
4d539d26f2e8cbc3142da577a81c41a0368c5ac1
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Core/MORR/Session/Crypto/CryptoHelper.puml
a31a76ab7bbaa3606fc5a8253ebdf39492c39a2a
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
191
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default class CryptoHelper <<static>> { + {static} GenerateHash(rawData:string) : string } !endsub @enduml
false
true
false
false
class
544517ffc60ace279215e8e424a9407795dd2151
d3a876dfe2851c165719340252ac30e60912f6e6
/bg-manager/bg-designPattern/src/main/java/com/mhm/create/singleton/singleton.puml
62e69a85b6b932b322d48b53747b565d3c9c6ed2
[]
no_license
289562326/bigdata_mhm
846af37dbc8a00580b3c0424f1cebc21d659c672
210636d2ea350c0228deccf1485d3d1a6eb4a39c
refs/heads/master
2022-07-10T14:41:56.081002
2021-04-29T11:33:58
2021-04-29T11:33:58
190,759,465
0
0
null
2022-06-17T03:33:35
2019-06-07T14:42:09
Java
UTF-8
PlantUML
false
false
124
puml
@startuml Singleton --> Singleton class Singleton { -singleton:Singleton -Singleton() +getInstance():Singleton } @enduml
false
true
false
false
class
dbdf430ed2ebe55d85cc0dae42bf08d17fd6a6bc
ea1c235d799a63eb2ad7fab3a262b51199ab1c96
/src/main/java/com/designpatterns/graph/pattern/creative/builder/TraditionalUml.puml
3763d143de920f0c7cae8baf4cdc5ace8ea419b5
[]
no_license
violet-Bin/designpatterns
f286a9f4b18674acc1f095a440b104402c5f9edc
fb73bc8f033a3248ef41c17874ccea13c439120a
refs/heads/master
2022-07-13T02:43:34.134498
2021-11-25T16:25:42
2021-11-25T16:25:42
174,949,082
1
0
null
2022-06-17T03:35:02
2019-03-11T07:39:12
Java
UTF-8
PlantUML
false
false
511
puml
@startuml interface House class CommonHouse class HighHouse class Client House : +buildBasic(house:House):void House : +buildBasic(house:House):void House : +getHouse():House CommonHouse : +buildBasic(house:House):void CommonHouse : +buildBasic(house:House):void CommonHouse : +getHouse():House HighHouse : +buildBasic(house:House):void HighHouse : +buildBasic(house:House):void HighHouse : +getHouse():House House <|.. CommonHouse House <|.. HighHouse CommonHouse <.. Client HighHouse <.. Client @enduml
false
true
false
false
class
27651d8ce950cb029369706a6e66fc628253e3c7
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/SubscriptionUpdateAction.puml
1a6ebbfeee79eda33dd358605e224b1f51af702e
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,551
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 SubscriptionUpdateAction [[SubscriptionUpdateAction.svg]] { action: String } interface SubscriptionChangeDestinationAction [[SubscriptionChangeDestinationAction.svg]] { action: String destination: [[Destination.svg Destination]] } interface SubscriptionSetChangesAction [[SubscriptionSetChangesAction.svg]] { action: String changes: [[ChangeSubscription.svg List<ChangeSubscription>]] } interface SubscriptionSetKeyAction [[SubscriptionSetKeyAction.svg]] { action: String key: String } interface SubscriptionSetMessagesAction [[SubscriptionSetMessagesAction.svg]] { action: String messages: [[MessageSubscription.svg List<MessageSubscription>]] } interface SubscriptionUpdate [[SubscriptionUpdate.svg]] { version: Long actions: [[SubscriptionUpdateAction.svg List<SubscriptionUpdateAction>]] } SubscriptionUpdateAction --> SubscriptionChangeDestinationAction #blue;text:blue : "action : changeDestination" SubscriptionUpdateAction --> SubscriptionSetChangesAction #blue;text:blue : "action : setChanges" SubscriptionUpdateAction --> SubscriptionSetKeyAction #blue;text:blue : "action : setKey" SubscriptionUpdateAction --> SubscriptionSetMessagesAction #blue;text:blue : "action : setMessages" SubscriptionUpdateAction --> SubscriptionUpdate #green;text:green : "actions" @enduml
false
true
false
false
sequence
8699e958e675dfcb847bb089e232fe37080a41a4
c60a8fb67fedcbae08755d8125d97468a8aca24d
/Projet de UML Reverse/documents/trash/DAL/DiagrammesVueVersion1erLivrable/viewsimplifie.puml
a3c27afbccfd831bd06e2b97feb2efbd6883e5f0
[ "Apache-2.0" ]
permissive
BelkhousNabil/Projets-Informatiques
6be114f6a8dbcf978ef67daffb1394ee023255cf
47ffd6526bb66ae263c34725fe2b515b751127bb
refs/heads/master
2021-01-17T07:12:08.050466
2017-02-26T17:03:56
2017-02-26T17:03:56
54,788,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,669
puml
@startuml package View { class ADiagramEditor extends Pane implements IDiagramEditor { } class ADiagramEditorController implements IDiagramEditorController { } class classDiagramEditor extends ADiagramEditor { } class ClassDiagramEditorController extends ADiagramEditorController { } class Gestures { } interface IDiagramEditor { } interface IDiagramEditorController { } class MenuController { } class NodeGestures extends Gestures { } class PannableCanvas extends Group { } class SceneGestures extends Gestures { } class ZoomableScrollPane extends ScrollPane { } } SceneGestures --> EventHandler Gestures +-- DragContext NodeGestures ..> PannableCanvas ZoomableScrollPane --> Group ZoomableScrollPane ..> Node MenuController o-- MenuBar MenuController o-- Window MenuController --> ADiagramEditor PannableCanvas --o "1" ADiagramEditor ADiagramEditor --> IDiagramEditorController ADiagramEditor --> PannableCanvas ADiagramEditorController --> ADiagramEditor ADiagramEditorController --> INoteGraphic ADiagramEditorController --> MenuItem ADiagramEditorController --> ISelectionableEntityGraphic ADiagramEditorController ..> INoteGraphic ADiagramEditorController ..> IRelationGraphic ADiagramEditorController ..> ISelectionnableEntityGraphic ADiagramEditorController ..> NoteGraphic ClassDiagramEditorController --> IClassDiagram ClassDiagramEditorController ..> ADiagramEditor ClassDiagramEditorController ..> ObjectEntityGraphic @enduml
false
true
false
false
class
eb8876299ee5a8bc0919cf7a1f128fa167e2587a
1656774271bfaa85871f6c52a9f018a1842d8443
/docs/C4/acme_c3.puml
0f17d52116d358f4d71de7d528cc08004f6af5e5
[]
no_license
starkmapper/PlayingWithPlantUMLSource
e522a0d7b874bc027bbb05ab13c8607ed64f3c24
6a3102305852eae8d8b2a3376489a142840b8228
refs/heads/master
2022-09-13T17:00:13.963876
2020-06-01T19:10:56
2020-06-01T19:10:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,316
puml
@startuml 'AWS stuff here '================================ !includeurl <aws/common.puml> !includeurl <aws/SDKs/Java/Java.puml> !includeurl <aws/SDKs/Nodejs/Nodejs.puml> !includeurl <aws/General/users/users.puml> !includeurl <aws/General/client/client.puml> !includeurl <aws/General/AWScloud/AWScloud.puml> !includeurl <aws/General/mobileclient/mobileclient.puml> !includeurl <aws/Database/AmazonRDS/AmazonRDS.puml> !includeurl <aws/Database/AmazonRDS/DBinstance/DBinstance.puml> !includeurl <aws/Database/AmazonRDS/MySQLDBinstance/MySQLDBinstance.puml> !includeurl <aws/Compute/AWSElasticBeanstalk/AWSElasticBeanstalk.puml> !includeurl <aws/Compute/AWSElasticBeanstalk/deployment/deployment.puml> !includeurl <aws/Compute/AWSElasticBeanstalk/application/application.puml> !includeurl <aws/Compute/ElasticLoadBalancing/ApplicationLoadBalancer/ApplicationLoadBalancer.puml> !includeurl <aws/Compute/AWSLambda/AWSLambda.puml> !includeurl <aws/Compute/AWSLambda/LambdaFunction/LambdaFunction.puml> !includeurl <aws/Storage/AmazonS3/AmazonS3.puml> !includeurl <aws/Storage/AmazonS3/bucket/bucket.puml> !includeurl <aws/Storage/AmazonGlacier/AmazonGlacier.puml> !includeurl <aws/Storage/AmazonGlacier/archive/archive.puml> !includeurl <aws/SecurityIdentityCompliance/AWSIAM/AWSIAM.puml> !includeurl <aws/SecurityIdentityCompliance/IAM/permissions/permissions.puml> !includeurl <aws/SecurityIdentityCompliance/IAM/role/role.puml> !includeurl <aws/MobileServices/AmazonCognito/AmazonCognito.puml> !includeurl <aws/NetworkingContentDelivery/AmazonRoute53/AmazonRoute53.puml> !includeurl <aws/SecurityIdentityCompliance/AWSIAM/AWSIAM.puml> !includeurl <aws/Analytics/AmazonES/AmazonES.puml> !includeurl <aws/ManagementTools/AmazonCloudWatch/AmazonCloudWatch.puml> 'Elastic stuff here '================================ !define ELASTIC_PUML elastic !include <elastic/apm/apm.puml> !include <elastic/app_search/app_search.puml> !include <elastic/beats/beats.puml> !include <elastic/cloud/cloud.puml> !include <elastic/cloud_in_kubernetes/cloud_in_kubernetes.puml> !include <elastic/code_search/code_search.puml> !include <elastic/ece/ece.puml> !include <elastic/eck/eck.puml> !include <elastic/elasticsearch/elasticsearch.puml> !include <elastic/endpoint/endpoint.puml> !include <elastic/enterprise_search/enterprise_search.puml> !include <elastic/kibana/kibana.puml> !include <elastic/logging/logging.puml> !include <elastic/logstash/logstash.puml> !include <elastic/maps/maps.puml> !include <elastic/metrics/metrics.puml> !include <elastic/siem/siem.puml> !include <elastic/site_search/site_search.puml> !include <elastic/stack/stack.puml> !include <elastic/uptime/uptime.puml> 'change color of selected background shape https://plantuml.com/deployment-diagram skinparam actorBackgroundColor White skinparam agentBackgroundColor White skinparam artifactBackgroundColor White skinparam boundaryBackgroundColor White skinparam cardBackgroundColor White skinparam cloudBackgroundColor White skinparam componentBackgroundColor White skinparam controlBackgroundColor White skinparam databaseBackgroundColor White skinparam entityBackgroundColor White skinparam fileBackgroundColor White skinparam folderBackgroundColor White skinparam frameBackgroundColor White skinparam interfaceBackgroundColor White skinparam nodeBackgroundColor White skinparam packageBackgroundColor White skinparam queueBackgroundColor White skinparam stackBackgroundColor White skinparam rectangleBackgroundColor White skinparam storageBackgroundColor White skinparam usecaseBackgroundColor White 'To change background color to elastic green 'skinparam componentBackgroundColor 00BFB3 AWSCLOUD(aws) { AMAZONS3(s3_bucket,"Logs uploaded to here") package Elastic { 'add "node", "component", "agent" etc... to change background shape per https://plantuml.com/deployment-diagram 'default is agent ELASTICSEARCH(ElasticSearch, "Search and Analyze",database) LOGSTASH(Logstash, "Parse and Transform",node) KIBANA(Kibana, "Visualize",agent) } s3_bucket -down-> Logstash: Raw logs Logstash -right-> ElasticSearch: Transformed Data ElasticSearch -right-> Kibana: Data to View } footer %filename() rendered with PlantUML version %version()\nThe Hitchhiker’s Guide to PlantUML @enduml
false
true
true
false
sequence
3c9444ef3f7616643f6b4ce795fca223bd2b8b10
5a381cc3cba7566cfd785ad791ab9ddec81dfc44
/docs/StructurProjectMember.puml
4b2974c6c532875a9b9d6e2ca8c9fcd2691faacb
[]
no_license
PernilleOfte/PGR203-Java-Eksamensbesvarelse
2f4d530279140723e7039840a698d0ef0b9c40df
be594a9fb316bb52c98cf61abbc8ce436b162c28
refs/heads/main
2023-07-13T19:42:39.489236
2021-08-17T11:46:47
2021-08-17T11:46:47
397,232,072
0
0
null
null
null
null
UTF-8
PlantUML
false
false
773
puml
@startuml actor User participant WebBrowser box Java Server participant HttpServer participant ProjectMemberDao end box database PostgreSQL User -> WebBrowser: List projects member WebBrowser -> HttpServer: /index.html WebBrowser <-- HttpServer: <html>...>script>fetch()</html> WebBrowser -> HttpServer: /projectMember HttpServer --> ProjectMemberController: HttpMessage request ProjectMemberController -> ProjectMemberDao: list() ProjectMemberDao -> PostgreSQL: SELECT * FROM project_member ProjectMemberDao <- PostgreSQL: ResultatSet ProjectMemberController <-- ProjectMemberDao: list<ProjectMember> HttpServer <-- ProjectMemberController : [HttpMessage response] WebBrowser <-- HttpServer: <li>project member</li> User <- WebBrowser: List of project members @enduml
false
true
false
false
sequence
75806dce03ccaefa9e6a798882949ff9665b927c
5ca78f3c988590165f0ed39826daa7fec21d8c74
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-overview.puml
641c8b87e19e04f555e974a66ad878a5fbe00f55
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
mitelg/platform
9bbfc8310ab1f096c456995c79055cba6c46834f
68bfa7597cdd9e3b97037f3ad0bc7290e61ac1ec
refs/heads/master
2023-04-16T04:24:28.800380
2021-01-13T07:39:25
2021-01-13T07:39:25
167,531,369
0
1
MIT
2020-12-28T15:31:39
2019-01-25T10:40:55
PHP
UTF-8
PlantUML
false
false
18,576
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(ShopwareCoreFrameworkLog, "Shopware\Core\Framework\Log\n(Logs)") { log_entry Table } Table(ShopwareCoreFrameworkApi, "Shopware\Core\Framework\Api\n(Rest-API)") { acl_role Table acl_user_role Table } Table(ShopwareCoreFrameworkApp, "Shopware\Core\Framework\App\n(App system)") { app Table app_translation Table app_action_button Table app_action_button_translation Table app_template Table } Table(ShopwareCoreSystemCustomField, "Shopware\Core\System\CustomField\n(Custom Fields/EAV)") { custom_field Table custom_field_set Table custom_field_set_relation Table } Table(ShopwareCoreFrameworkEvent, "Shopware\Core\Framework\Event\n(Business events)") { event_action Table event_action_rule Table event_action_sales_channel Table } Table(ShopwareCoreFrameworkMessageQueue, "Shopware\Core\Framework\MessageQueue\n(Asynchronous messaging)") { dead_message Table message_queue_stats Table scheduled_task Table } Table(ShopwareCoreFrameworkPlugin, "Shopware\Core\Framework\Plugin\n(Plugins)") { plugin Table plugin_translation Table } Table(ShopwareCoreSystemLanguage, "Shopware\Core\System\Language\n(Languages)") { language Table } Table(ShopwareCoreContentSeo, "Shopware\Core\Content\Seo\n(Seo)") { seo_url Table seo_url_template Table main_category Table } Table(ShopwareCoreFrameworkWebhook, "Shopware\Core\Framework\Webhook\n(Webhooks)") { webhook Table } Table(ShopwareCoreSystemSalesChannel, "Shopware\Core\System\SalesChannel\n(Sales channels)") { sales_channel Table sales_channel_translation Table sales_channel_country Table sales_channel_currency Table sales_channel_domain Table sales_channel_language Table sales_channel_payment_method Table sales_channel_shipping_method Table sales_channel_type Table sales_channel_type_translation Table sales_channel_analytics Table } Table(ShopwareCoreSystemCountry, "Shopware\Core\System\Country\n(Countries)") { country Table country_state Table country_state_translation Table country_translation Table } Table(ShopwareCoreSystemCurrency, "Shopware\Core\System\Currency\n(Currencies)") { currency Table currency_translation Table } Table(ShopwareCoreSystemLocale, "Shopware\Core\System\Locale\n(Locales)") { locale Table locale_translation Table } Table(ShopwareCoreSystemSnippet, "Shopware\Core\System\Snippet\n(Custom placeholder translations)") { snippet_set Table snippet Table } Table(ShopwareCoreSystemSalutation, "Shopware\Core\System\Salutation\n(Salutations)") { salutation Table salutation_translation Table } Table(ShopwareCoreSystemTax, "Shopware\Core\System\Tax\n(Taxes)") { tax Table tax_rule Table tax_rule_type Table tax_rule_type_translation Table } Table(ShopwareCoreSystemUnit, "Shopware\Core\System\Unit\n(Units)") { unit Table unit_translation Table } Table(ShopwareCoreSystemUser, "Shopware\Core\System\User\n(Admin Accounts)") { user Table user_access_key Table user_recovery Table } Table(ShopwareCoreSystemIntegration, "Shopware\Core\System\Integration\n(O-Auth integrations)") { integration Table integration_role Table } Table(ShopwareCoreSystemStateMachine, "Shopware\Core\System\StateMachine\n(State machine)") { state_machine Table state_machine_translation Table state_machine_state Table state_machine_state_translation Table state_machine_transition Table state_machine_history Table } Table(ShopwareCoreSystemSystemConfig, "Shopware\Core\System\SystemConfig\n(System configuration)") { system_config Table } Table(ShopwareCoreSystemNumberRange, "Shopware\Core\System\NumberRange\n(Number ranges)") { number_range Table number_range_sales_channel Table number_range_state Table number_range_type Table number_range_type_translation Table number_range_translation Table } Table(ShopwareCoreSystemTag, "Shopware\Core\System\Tag\n(Tags)") { tag Table } Table(ShopwareCoreContentCategory, "Shopware\Core\Content\Category\n(Categories)") { category Table category_translation Table category_tag Table } Table(ShopwareCoreContentMedia, "Shopware\Core\Content\Media\n(Media/File management)") { media Table media_default_folder Table media_thumbnail Table media_translation Table media_folder Table media_thumbnail_size Table media_folder_configuration Table media_folder_configuration_media_thumbnail_size Table media_tag Table } Table(ShopwareCoreContentProduct, "Shopware\Core\Content\Product\n(Products)") { product Table product_category Table product_custom_field_set Table product_tag Table product_configurator_setting Table product_price Table product_property Table product_search_keyword Table product_keyword_dictionary Table product_review Table product_manufacturer Table product_manufacturer_translation Table product_media Table product_translation Table product_option Table product_category_tree Table product_cross_selling Table product_cross_selling_translation Table product_cross_selling_assigned_products Table product_feature_set Table product_feature_set_translation Table product_sorting Table product_sorting_translation Table product_visibility Table } Table(ShopwareCoreSystemDeliveryTime, "Shopware\Core\System\DeliveryTime\n(Delivery time)") { delivery_time Table delivery_time_translation Table } Table(ShopwareCoreContentNewsletter, "Shopware\Core\Content\Newsletter\n(Newsletter)") { newsletter_recipient Table newsletter_recipient_tag Table } Table(ShopwareCoreContentRule, "Shopware\Core\Content\Rule\n(Rules)") { rule Table rule_condition Table } Table(ShopwareCoreContentProductStream, "Shopware\Core\Content\ProductStream\n(Product streams)") { product_stream Table product_stream_translation Table product_stream_filter Table } Table(ShopwareCoreContentProductExport, "Shopware\Core\Content\ProductExport\n(Product export)") { product_export Table } Table(ShopwareCoreContentProperty, "Shopware\Core\Content\Property\n(Property)") { property_group Table property_group_option Table property_group_option_translation Table property_group_translation Table } Table(ShopwareCoreContentCms, "Shopware\Core\Content\Cms\n(Content Management)") { cms_page Table cms_page_translation Table cms_section Table cms_block Table cms_slot Table cms_slot_translation Table } Table(ShopwareCoreContentMailTemplate, "Shopware\Core\Content\MailTemplate\n(Mailing)") { mail_template Table mail_template_translation Table mail_template_type Table mail_template_type_translation Table mail_template_sales_channel Table mail_template_media Table mail_header_footer Table mail_header_footer_translation Table } Table(ShopwareCoreContentImportExport, "Shopware\Core\Content\ImportExport\n(Import/Export)") { import_export_profile Table import_export_log Table import_export_file Table import_export_profile_translation Table } Table(ShopwareCoreCheckoutCustomer, "Shopware\Core\Checkout\Customer\n(Customer)") { customer Table customer_group_translation Table customer_address Table customer_recovery Table customer_group Table customer_group_registration_sales_channels Table customer_tag Table customer_wishlist Table customer_wishlist_product Table } Table(ShopwareCoreCheckoutDocument, "Shopware\Core\Checkout\Document\n(Printed works)") { document Table document_type Table document_type_translation Table document_base_config Table document_base_config_sales_channel Table } Table(ShopwareCoreCheckoutOrder, "Shopware\Core\Checkout\Order\n(Orders)") { order Table order_address Table order_customer Table order_delivery Table order_delivery_position Table order_line_item Table order_tag Table order_transaction Table } Table(ShopwareCoreCheckoutPayment, "Shopware\Core\Checkout\Payment\n(Payments)") { payment_method Table payment_method_translation Table } Table(ShopwareCoreCheckoutPromotion, "Shopware\Core\Checkout\Promotion\n(Promotions)") { promotion Table promotion_sales_channel Table promotion_individual_code Table promotion_discount Table promotion_discount_rule Table promotion_setgroup Table promotion_setgroup_rule Table promotion_order_rule Table promotion_persona_customer Table promotion_persona_rule Table promotion_cart_rule Table promotion_translation Table promotion_discount_prices Table } Table(ShopwareCoreCheckoutShipping, "Shopware\Core\Checkout\Shipping\n(Shipping)") { shipping_method Table shipping_method_tag Table shipping_method_price Table shipping_method_translation Table } Table(ShopwareStorefront, "Shopware\Storefront\n(Storefront)") { theme Table theme_translation Table theme_sales_channel Table theme_media Table } ' relationshipd ShopwareCoreFrameworkApi --> ShopwareCoreFrameworkApi ShopwareCoreFrameworkApp --> ShopwareCoreFrameworkApi ShopwareCoreSystemIntegration --> ShopwareCoreFrameworkApi ShopwareCoreSystemUser --> ShopwareCoreFrameworkApi ShopwareCoreFrameworkApp --> ShopwareCoreFrameworkApp ShopwareCoreSystemIntegration --> ShopwareCoreFrameworkApp ShopwareCoreSystemCustomField --> ShopwareCoreFrameworkApp ShopwareCoreFrameworkWebhook --> ShopwareCoreFrameworkApp ShopwareCoreSystemLanguage --> ShopwareCoreFrameworkApp ShopwareCoreSystemCustomField --> ShopwareCoreSystemCustomField ShopwareCoreContentProduct --> ShopwareCoreSystemCustomField ShopwareCoreFrameworkEvent --> ShopwareCoreFrameworkEvent ShopwareCoreContentRule --> ShopwareCoreFrameworkEvent ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkEvent ShopwareCoreFrameworkMessageQueue --> ShopwareCoreFrameworkMessageQueue ShopwareCoreFrameworkPlugin --> ShopwareCoreFrameworkPlugin ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkPlugin ShopwareCoreSystemLanguage --> ShopwareCoreFrameworkPlugin ShopwareCoreSystemLanguage --> ShopwareCoreSystemLanguage ShopwareCoreSystemLocale --> ShopwareCoreSystemLanguage ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemLanguage ShopwareCoreContentNewsletter --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutOrder --> ShopwareCoreSystemLanguage ShopwareCoreContentCategory --> ShopwareCoreSystemLanguage ShopwareCoreSystemCountry --> ShopwareCoreSystemLanguage ShopwareCoreSystemCurrency --> ShopwareCoreSystemLanguage ShopwareCoreContentMedia --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutPayment --> ShopwareCoreSystemLanguage ShopwareCoreContentProduct --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutShipping --> ShopwareCoreSystemLanguage ShopwareCoreSystemUnit --> ShopwareCoreSystemLanguage ShopwareCoreContentProperty --> ShopwareCoreSystemLanguage ShopwareCoreSystemSalutation --> ShopwareCoreSystemLanguage ShopwareCoreContentProductStream --> ShopwareCoreSystemLanguage ShopwareCoreSystemStateMachine --> ShopwareCoreSystemLanguage ShopwareCoreContentCms --> ShopwareCoreSystemLanguage ShopwareCoreContentMailTemplate --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutDocument --> ShopwareCoreSystemLanguage ShopwareCoreSystemNumberRange --> ShopwareCoreSystemLanguage ShopwareCoreSystemDeliveryTime --> ShopwareCoreSystemLanguage ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemLanguage ShopwareCoreContentSeo --> ShopwareCoreSystemLanguage ShopwareCoreSystemTax --> ShopwareCoreSystemLanguage ShopwareCoreContentImportExport --> ShopwareCoreSystemLanguage ShopwareStorefront --> ShopwareCoreSystemLanguage ShopwareCoreSystemSalesChannel --> ShopwareCoreContentSeo ShopwareCoreContentProduct --> ShopwareCoreContentSeo ShopwareCoreContentCategory --> ShopwareCoreContentSeo ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCurrency --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutPayment --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutShipping --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCountry --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemSystemConfig --> ShopwareCoreSystemSalesChannel ShopwareCoreContentCategory --> ShopwareCoreSystemSalesChannel ShopwareCoreContentProduct --> ShopwareCoreSystemSalesChannel ShopwareCoreContentMailTemplate --> ShopwareCoreSystemSalesChannel ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemNumberRange --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutDocument --> ShopwareCoreSystemSalesChannel ShopwareCoreContentProductExport --> ShopwareCoreSystemSalesChannel ShopwareStorefront --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemSnippet --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCountry --> ShopwareCoreSystemCountry ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemCountry ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCountry ShopwareCoreSystemTax --> ShopwareCoreSystemCountry ShopwareCoreSystemCurrency --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemCurrency ShopwareCoreContentProductExport --> ShopwareCoreSystemCurrency ShopwareCoreSystemLocale --> ShopwareCoreSystemLocale ShopwareCoreSystemUser --> ShopwareCoreSystemLocale ShopwareCoreSystemSnippet --> ShopwareCoreSystemSnippet ShopwareCoreSystemSalutation --> ShopwareCoreSystemSalutation ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalutation ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalutation ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalutation ShopwareCoreContentProduct --> ShopwareCoreSystemTax ShopwareCoreSystemTax --> ShopwareCoreSystemTax ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTax ShopwareCoreContentProduct --> ShopwareCoreSystemUnit ShopwareCoreSystemUnit --> ShopwareCoreSystemUnit ShopwareCoreContentMedia --> ShopwareCoreSystemUser ShopwareCoreSystemUser --> ShopwareCoreSystemUser ShopwareCoreSystemStateMachine --> ShopwareCoreSystemUser ShopwareCoreContentImportExport --> ShopwareCoreSystemUser ShopwareCoreCheckoutOrder --> ShopwareCoreSystemUser ShopwareCoreSystemIntegration --> ShopwareCoreSystemIntegration ShopwareCoreSystemStateMachine --> ShopwareCoreSystemStateMachine ShopwareCoreCheckoutOrder --> ShopwareCoreSystemStateMachine ShopwareCoreSystemNumberRange --> ShopwareCoreSystemNumberRange ShopwareCoreContentProduct --> ShopwareCoreSystemTag ShopwareCoreContentMedia --> ShopwareCoreSystemTag ShopwareCoreContentCategory --> ShopwareCoreSystemTag ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemTag ShopwareCoreCheckoutOrder --> ShopwareCoreSystemTag ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTag ShopwareCoreContentNewsletter --> ShopwareCoreSystemTag ShopwareCoreContentCategory --> ShopwareCoreContentCategory ShopwareCoreContentMedia --> ShopwareCoreContentCategory ShopwareCoreContentProduct --> ShopwareCoreContentCategory ShopwareCoreContentCms --> ShopwareCoreContentCategory ShopwareCoreContentProductStream --> ShopwareCoreContentCategory ShopwareCoreContentMedia --> ShopwareCoreContentMedia ShopwareCoreContentProduct --> ShopwareCoreContentMedia ShopwareCoreContentProperty --> ShopwareCoreContentMedia ShopwareCoreContentMailTemplate --> ShopwareCoreContentMedia ShopwareCoreCheckoutDocument --> ShopwareCoreContentMedia ShopwareCoreCheckoutShipping --> ShopwareCoreContentMedia ShopwareCoreCheckoutPayment --> ShopwareCoreContentMedia ShopwareCoreCheckoutOrder --> ShopwareCoreContentMedia ShopwareCoreContentCms --> ShopwareCoreContentMedia ShopwareStorefront --> ShopwareCoreContentMedia ShopwareCoreContentProduct --> ShopwareCoreContentProduct ShopwareCoreSystemDeliveryTime --> ShopwareCoreContentProduct ShopwareCoreCheckoutOrder --> ShopwareCoreContentProduct ShopwareCoreCheckoutCustomer --> ShopwareCoreContentProduct ShopwareCoreContentProperty --> ShopwareCoreContentProduct ShopwareCoreContentRule --> ShopwareCoreContentProduct ShopwareCoreContentProductStream --> ShopwareCoreContentProduct ShopwareCoreCheckoutShipping --> ShopwareCoreSystemDeliveryTime ShopwareCoreSystemDeliveryTime --> ShopwareCoreSystemDeliveryTime ShopwareCoreContentNewsletter --> ShopwareCoreContentNewsletter ShopwareCoreContentRule --> ShopwareCoreContentRule ShopwareCoreCheckoutShipping --> ShopwareCoreContentRule ShopwareCoreCheckoutPayment --> ShopwareCoreContentRule ShopwareCoreCheckoutPromotion --> ShopwareCoreContentRule ShopwareCoreContentProductStream --> ShopwareCoreContentProductStream ShopwareCoreContentProductExport --> ShopwareCoreContentProductStream ShopwareCoreContentProperty --> ShopwareCoreContentProperty ShopwareCoreContentCms --> ShopwareCoreContentCms ShopwareCoreContentMailTemplate --> ShopwareCoreContentMailTemplate ShopwareCoreContentImportExport --> ShopwareCoreContentImportExport ShopwareCoreCheckoutCustomer --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutDocument --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutPayment ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutPromotion ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutShipping ShopwareStorefront --> ShopwareStorefront @enduml
false
true
false
false
uml-unknown
ed0e960aab526328d31fa16df48155a7b4c31e48
618414d7666e67b9535ebd975e1de61e9c01e095
/QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/fragment/fragment.plantuml
20dfb8023979b485689f51e29eb332f230205467
[]
no_license
h2312/Do-an-TTLTA-03-TIN230DV01-0100
a0792724add3844de35d48a2bd87d3eeb8de8a93
e9f01e84b45042bd6192333842fb80feabb74707
refs/heads/master
2022-06-30T21:56:05.032422
2020-04-25T10:33:44
2020-04-25T10:33:44
258,747,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
9,408
plantuml
@startuml title __FRAGMENT's Class Diagram__\n package android.support.fragment { class R { - R() } } package android.support.fragment { class attr { {static} + alpha : int {static} + coordinatorLayoutStyle : int {static} + font : int {static} + fontProviderAuthority : int {static} + fontProviderCerts : int {static} + fontProviderFetchStrategy : int {static} + fontProviderFetchTimeout : int {static} + fontProviderPackage : int {static} + fontProviderQuery : int {static} + fontStyle : int {static} + fontVariationSettings : int {static} + fontWeight : int {static} + keylines : int {static} + layout_anchor : int {static} + layout_anchorGravity : int {static} + layout_behavior : int {static} + layout_dodgeInsetEdges : int {static} + layout_insetEdge : int {static} + layout_keyline : int {static} + statusBarBackground : int {static} + ttcIndex : int - attr() } } package android.support.fragment { class color { {static} + notification_action_color_filter : int {static} + notification_icon_bg_color : int {static} + ripple_material_light : int {static} + secondary_text_default_material_light : int - color() } } package android.support.fragment { class dimen { {static} + compat_button_inset_horizontal_material : int {static} + compat_button_inset_vertical_material : int {static} + compat_button_padding_horizontal_material : int {static} + compat_button_padding_vertical_material : int {static} + compat_control_corner_material : int {static} + compat_notification_large_icon_max_height : int {static} + compat_notification_large_icon_max_width : int {static} + notification_action_icon_size : int {static} + notification_action_text_size : int {static} + notification_big_circle_margin : int {static} + notification_content_margin_start : int {static} + notification_large_icon_height : int {static} + notification_large_icon_width : int {static} + notification_main_column_padding_top : int {static} + notification_media_narrow_margin : int {static} + notification_right_icon_size : int {static} + notification_right_side_padding_top : int {static} + notification_small_icon_background_padding : int {static} + notification_small_icon_size_as_large : int {static} + notification_subtext_size : int {static} + notification_top_pad : int {static} + notification_top_pad_large_text : int - dimen() } } package android.support.fragment { class drawable { {static} + notification_action_background : int {static} + notification_bg : int {static} + notification_bg_low : int {static} + notification_bg_low_normal : int {static} + notification_bg_low_pressed : int {static} + notification_bg_normal : int {static} + notification_bg_normal_pressed : int {static} + notification_icon_background : int {static} + notification_template_icon_bg : int {static} + notification_template_icon_low_bg : int {static} + notification_tile_bg : int {static} + notify_panel_notification_icon_bg : int - drawable() } } package android.support.fragment { class id { {static} + action_container : int {static} + action_divider : int {static} + action_image : int {static} + action_text : int {static} + actions : int {static} + async : int {static} + blocking : int {static} + bottom : int {static} + chronometer : int {static} + end : int {static} + forever : int {static} + icon : int {static} + icon_group : int {static} + info : int {static} + italic : int {static} + left : int {static} + line1 : int {static} + line3 : int {static} + none : int {static} + normal : int {static} + notification_background : int {static} + notification_main_column : int {static} + notification_main_column_container : int {static} + right : int {static} + right_icon : int {static} + right_side : int {static} + start : int {static} + tag_transition_group : int {static} + tag_unhandled_key_event_manager : int {static} + tag_unhandled_key_listeners : int {static} + text : int {static} + text2 : int {static} + time : int {static} + title : int {static} + top : int - id() } } package android.support.fragment { class integer { {static} + status_bar_notification_info_maxnum : int - integer() } } package android.support.fragment { class layout { {static} + notification_action : int {static} + notification_action_tombstone : int {static} + notification_template_custom_big : int {static} + notification_template_icon_group : int {static} + notification_template_part_chronometer : int {static} + notification_template_part_time : int - layout() } } package android.support.fragment { class string { {static} + status_bar_notification_info_overflow : int - string() } } package android.support.fragment { class style { {static} + TextAppearance_Compat_Notification : int {static} + TextAppearance_Compat_Notification_Info : int {static} + TextAppearance_Compat_Notification_Line2 : int {static} + TextAppearance_Compat_Notification_Time : int {static} + TextAppearance_Compat_Notification_Title : int {static} + Widget_Compat_NotificationActionContainer : int {static} + Widget_Compat_NotificationActionText : int {static} + Widget_Support_CoordinatorLayout : int - style() } } package android.support.fragment { class styleable { {static} + ColorStateListItem : int[] {static} + ColorStateListItem_android_color : int {static} + ColorStateListItem_android_alpha : int {static} + ColorStateListItem_alpha : int {static} + CoordinatorLayout : int[] {static} + CoordinatorLayout_keylines : int {static} + CoordinatorLayout_statusBarBackground : int {static} + CoordinatorLayout_Layout : int[] {static} + CoordinatorLayout_Layout_android_layout_gravity : int {static} + CoordinatorLayout_Layout_layout_anchor : int {static} + CoordinatorLayout_Layout_layout_anchorGravity : int {static} + CoordinatorLayout_Layout_layout_behavior : int {static} + CoordinatorLayout_Layout_layout_dodgeInsetEdges : int {static} + CoordinatorLayout_Layout_layout_insetEdge : int {static} + CoordinatorLayout_Layout_layout_keyline : int {static} + FontFamily : int[] {static} + FontFamily_fontProviderAuthority : int {static} + FontFamily_fontProviderCerts : int {static} + FontFamily_fontProviderFetchStrategy : int {static} + FontFamily_fontProviderFetchTimeout : int {static} + FontFamily_fontProviderPackage : int {static} + FontFamily_fontProviderQuery : int {static} + FontFamilyFont : int[] {static} + FontFamilyFont_android_font : int {static} + FontFamilyFont_android_fontWeight : int {static} + FontFamilyFont_android_fontStyle : int {static} + FontFamilyFont_android_ttcIndex : int {static} + FontFamilyFont_android_fontVariationSettings : int {static} + FontFamilyFont_font : int {static} + FontFamilyFont_fontStyle : int {static} + FontFamilyFont_fontVariationSettings : int {static} + FontFamilyFont_fontWeight : int {static} + FontFamilyFont_ttcIndex : int {static} + GradientColor : int[] {static} + GradientColor_android_startColor : int {static} + GradientColor_android_endColor : int {static} + GradientColor_android_type : int {static} + GradientColor_android_centerX : int {static} + GradientColor_android_centerY : int {static} + GradientColor_android_gradientRadius : int {static} + GradientColor_android_tileMode : int {static} + GradientColor_android_centerColor : int {static} + GradientColor_android_startX : int {static} + GradientColor_android_startY : int {static} + GradientColor_android_endX : int {static} + GradientColor_android_endY : int {static} + GradientColorItem : int[] {static} + GradientColorItem_android_color : int {static} + GradientColorItem_android_offset : int - styleable() } } R +-down- attr R +-down- color R +-down- dimen R +-down- drawable R +-down- id R +-down- integer R +-down- layout R +-down- string R +-down- style R +-down- styleable 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
19760610ca949288abf99a13c4f6454999f8d8d2
6d52d8dbfa9e58a82ce873b9b9412af98b151874
/docs/diagrams/AddCommandOrAndXor.puml
fd2d4344c9e8e8bd9f11b3efed0c3a1c9632167d
[]
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
817
puml
@startuml package Gates { object "__:BooleanTemplate__" as State1 object "__:OrGate__" as State2 object "__:AndGate__" as State3 object “__:XorGate__" as State4 object “__:Gate__" as State5 object “__:TwoInputGate__" as State6 } object State1 { - BinaryTree<Gate> circuit + addGate(Gate gate, int index) } object State2 { + int getOutput() = {return input | secondInput} } object State3 { + int getOutput() = {return input & secondInput} } object State4 { + int getOuput() = {return input ^ secondInput} } object State5 { # int input + void setInput() + int getInput() } object State6 { # int secondInput + void setSecondInput() + int getInput() } State1 --> State5 State5 --> State6 State6 --> State3 State6 --> State4 State6 --> State2 @enduml
false
true
true
false
object
0494b4d28966a8e57abc01b77a47eab471cf0a47
3c74f15950bd77d3bd52220e9d2972f769e54bc0
/Diagramme/Sequenz/TinyTasks.puml
2d1e079cc70fed48995a13bec04857800e936705
[]
no_license
Louis9902/Sosse19-SE
eff56539eed3e27e24342341356228ce5de7bd7c
6c146a6808781acbc6bf4e43157e2294013e65a3
refs/heads/master
2020-05-03T20:59:21.361284
2019-06-20T16:01:10
2019-06-20T16:01:10
178,814,946
2
0
null
2019-06-11T15:17:16
2019-04-01T08:05:57
C#
UTF-8
PlantUML
false
false
1,752
puml
@startuml TinyTasks actor TinyTaskServices participant "Program" as program participant "manager : Workers" as manager participant "workers : IDictionary" as workers participant "DefaultWorker" as default participant "worker : SyncWorker" as worker participant "preferences : PreferenceSet" as preferences activate TinyTaskServices TinyTaskServices -> program activate program program -> manager : new Workers(configuration) activate manager manager --> program deactivate manager program -> workers : new Dictionary<Guid, IWorker>() activate workers workers --> program deactivate workers program-> manager : Load(workers) activate manager loop foreach entry in config manager -> default : <u>Instantiate(clazz, group, label)</u> activate default 'default --> manager: worker 'deactivate default default -> worker : new() activate worker worker -> preferences : new PreferenceSet() activate preferences preferences --> worker deactivate preferences group example worker -> preferences : Preference<Type>(name) activate preferences preferences --> worker : return preference deactivate preferences end worker --> default : worker deactivate worker default --> manager : worker deactivate default manager -> worker : LoadPreferences(payload) activate worker worker -> preferences : Load(stream) activate preferences preferences --> worker deactivate preferences worker --> manager deactivate worker end manager --> program deactivate manager loop foreach loaded worker program --> worker : StartWorker() activate worker worker --> program deactivate worker end deactivate program @enduml
false
true
false
false
usecase
025551e80ece4ba94c4082d9b3744608de78dbc9
d2a188c9357d76c2a22a9d5f4f68154a6a1901a4
/docs/uml/graphimprove_pipeline.plantuml
f4cf7a2341119d1efe957bb589f7802694a2612b
[ "MIT" ]
permissive
ArDoCo/PARSEGraphImprove
9f1b4e17be90862a7d488c2b45606a352a224aa6
3520197d6a1260566e6dd2da0ee279aa82b83709
refs/heads/master
2023-02-10T19:43:43.186266
2020-12-21T14:57:19
2020-12-21T14:57:19
244,677,807
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,583
plantuml
@startuml class GraphImprovePipeline [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImprovePipeline]] { +{static}String GRAPH_IMPROVE_PIPELINE +void init() +void exec(AbstractPipelineData data) +String getID() } class GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] { } GraphImprovePipeline --> "*" GraphImproveStrategy : strategies interface IPipelineStage [[java:edu.kit.ipd.parse.luna.pipeline.IPipelineStage]] { } IPipelineStage <|.. GraphImprovePipeline interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] { void createArcTypes(IGraph graph) void createNodeTypes(IGraph graph) void executeImprovement(IGraph graph) } class PhraseStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.PhraseStrategy]] { +{static}String CHUNKIOB_ATTRIBUTE_KEY ~Map<String,INodeType> nodeTypes ~Map<String,IArcType> arcTypes ~Map<String,Function<INode,Void>> functionMap ~IGraph graph ~INode phraseNode +PhraseStrategy() +void createArcTypes(IGraph graph) +void createNodeTypes(IGraph graph) +void executeImprovement(IGraph graph) -List<INode> getTokenNodes(IGraph graph) } interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] { } GraphImproveStrategy <|.. PhraseStrategy class SentenceStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.SentenceStrategy]] { +{static}String SENTENCE_NODE_TYPE +{static}String SENTENCE_TO_SENCTENCE_ARC_TYPE +{static}String WORD_TO_SENCTENCE_ARC_TYPE +{static}String SENTENCE_NUMBER_ATTRIBUTE -{static}int FIRST_SENTENCE_NUMBER -{static}IArcType word2sentenceArcTyp -{static}IArcType sentence2sentenceArcTyp -{static}INodeType sentenceNodeType +void createArcTypes(IGraph graph) +void createNodeTypes(IGraph graph) +void executeImprovement(IGraph graph) -Map<Integer,List<INode>> getTokenGroupedBySentence(IGraph graph) -void buildSentence(Map<Integer,List<INode>> sentences, IGraph graph) } interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] { } GraphImproveStrategy <|.. SentenceStrategy class SentenceToPhraseStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.improvestrategies.SentenceToPhraseStrategy]] { +{static}String SENTENCE2PHRASE -IArcType sentenceToPhraseArcTyp +void createArcTypes(IGraph graph) +void createNodeTypes(IGraph graph) +void executeImprovement(IGraph graph) } interface GraphImproveStrategy [[java:edu.kit.ipd.are.graphimprove.nlp.GraphImproveStrategy]] { } GraphImproveStrategy <|.. SentenceToPhraseStrategy @enduml
false
true
false
false
sequence
a0e6ebed7ca12dad4729a4fa7da1200cacf7953c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyCompanyDraft.puml
54ccab8f8e61e4e9080453cb5d7d14a007afcad6
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,143
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 MyCompanyDraft [[MyCompanyDraft.svg]] extends MyBusinessUnitDraft { key: String unitType: [[BusinessUnitType.svg BusinessUnitType]] name: String contactEmail: String custom: [[CustomFields.svg CustomFields]] addresses: [[BaseAddress.svg List<BaseAddress>]] shippingAddresses: [[Integer.svg List<Integer>]] defaultShippingAddress: Integer billingAddresses: [[Integer.svg List<Integer>]] defaultBillingAddress: Integer } interface MyBusinessUnitDraft [[MyBusinessUnitDraft.svg]] { key: String unitType: [[BusinessUnitType.svg BusinessUnitType]] name: String contactEmail: String custom: [[CustomFields.svg CustomFields]] addresses: [[BaseAddress.svg List<BaseAddress>]] shippingAddresses: [[Integer.svg List<Integer>]] defaultShippingAddress: Integer billingAddresses: [[Integer.svg List<Integer>]] defaultBillingAddress: Integer } @enduml
false
true
false
false
class
1eaeb01cd9a60139417cce005bc9a7bb4191846f
75819a1112c00d3128a0e15fb61af8b5cbecef4d
/data/ClassDiagram.puml
121f3388772f45f444d60af75ecc1c9eb7ece5c2
[]
no_license
OnlyShoky/TER-Trampolin
b42e956655ee6e3b287643503c3a6fdf9854ac58
f8f161328179630e641aa0d2b02efc7749df4a70
refs/heads/master
2020-05-17T01:22:34.729524
2019-04-25T11:53:29
2019-04-25T11:53:29
183,423,764
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,023
puml
@startuml title Machine temps de vol - Diagramme de classe class Ecran { -adresse : uint8 +clear() +write(string str) } class HTMLgenerator { +static page_vide : const char[] +static getCode(list<array<uint32, 10>> temps) : string } class Serveur { -DNS_PORT = 53 : const byte -SSID : const char* +WebServer(string SSID) +modifyMeasurements(list<array<uint32, 10>> tabTemps) } class ModeMesure{ -tabTemps : array<uint32, 10> -indiceTabTemps : int -pause : bool -mode1 : bool -mode2 : bool -interference : bool -presenceTrampolin : bool -presenceP : bool -lancerM : bool -finMesure : bool __ +ModeMesure (seuil = 300 : int, seuilInter = 100 : int) +getTime(): uint32_t +getTabTemps() : list<array<uint32, 10>> +lancerMesure() +presancePersonne() : bool .. Note .. presancePersonne() retourne un booléen pour indiquer la fin de la mesure : True - fin de la mesure False - Mesure en cours .. +getIndicateur() : bool +getIndice() : int +absencePersonne() } class TableauDesMesures{ -nbValue : uint32 -index_write : uint32 -tabToutesMesure : std::array<uint32_t, 10>[20] -EEPROMReadLong(adress:int): uint32 -EEPROMWriteLong(adress: int, value : uint32) +clearAll() +writeAll() +readAll() +remplirTableau(tab[10] : uint32) +getTab() : list<array<uint32, 10>> } class main { nbSaut = 0 : uint32 tempsVol = 0 : uint32 tempsTotal = 0 : uint32 bool enMesure = false : bool -- -void boutonPress() -void laser1Change() -void laser2Change() -void laser2Change() .. Note .. interruptions déclanché sur le un front des lasers ou du bouton .. +setup() +loop() == Programme principale. Il interface les entrées sortie du système avec les classes. } Serveur*--HTMLgenerator main*--Ecran main*--Serveur main*--ModeMesure main*--TableauDesMesures hide main circle @enduml
false
true
true
false
class
cc67586daa0818df7068d543acca1c126c46a61e
a557a47e76e939252b71da737ef933e9513dda83
/wot-architecture/publication/pr/images/message-flows/A_1_3b_observePropertySSE.puml
fe6e84d479eb55cfd04b6300f5a92bfd41904ae4
[ "Apache-2.0" ]
permissive
wot-ccly/wot-ccly.github.io
3d38333b5131bacaafcef7d9feccf2d8589e8ffc
dfa974f3a14179759dbcb27c44e73ea0117d32a7
refs/heads/master
2022-12-24T07:20:34.529217
2020-01-19T01:44:10
2020-01-19T01:44:10
234,498,309
0
0
Apache-2.0
2022-10-06T02:06:14
2020-01-17T07:49:06
HTML
UTF-8
PlantUML
false
false
964
puml
@startuml hide footbox box "Client" participant "Application" as AP participant "Consumed Thing" as SA end box box "Server" participant "Exposed Thing" as WS participant "Application" as DC end box == subscribe == AP -> SA: invoke\n"observeproperty"\noperation activate SA SA -> AP: returns Subscription SA -> WS: send HTTP POST Request\nto href of form\n with rel: observeProperty and\n subProtocol: sse \n (body: none) activate WS WS -> SA: send HTTP POST Response\n (body: none; Content-Type: text/event-stream) WS -> DC: wait until\n state changes activate DC == notify == DC -> WS: change detected WS -> SA: send HTTP POST Response\n (body: schema data; Content-Type: text/event-stream) SA -> AP: Subscription callback\n with schema data == unsubscribe == AP -> SA: invoke\n "unobserveproperty"\noperation SA -> AP: returns void SA --> WS: cancel pending HTTP POST Request deactivate SA destroy WS WS --> DC: stop waiting destroy DC @enduml
false
true
false
false
sequence
a85c8f5a0a45d2fc20569961628ce9fcacb22a7d
65d20a2522663f335ac05ff61a0d00cb3c9e02d6
/设计模式/行为型模式/17.Mediator中介者/mediator.puml
9f07a4e2f901231e1c5bee7f82e6e253ef9cff10
[]
no_license
GungnirLaevatain/doc
3f436387665cd67b93e84df0a0c92f9f894ad4a3
519643453e49a5a82e4a971597d186bfdc280116
refs/heads/master
2020-08-08T15:52:54.217559
2020-03-16T02:10:08
2020-03-16T02:10:08
213,863,201
0
0
null
null
null
null
UTF-8
PlantUML
false
false
653
puml
@startuml abstract class BaseJudgmentMediator{ + {abstract} void win(int chip, BasePlayer basePlayer) } abstract class BasePlayer{ + {abstract} void win(int chip, BaseJudgmentMediator mediator) + {abstract} void lose(int chip) } abstract class JudgmentMediator{ - BasePlayer first - BasePlayer second + void win(int chip, BasePlayer basePlayer) } abstract class Player{ - int chip + void win(int chip, BaseJudgmentMediator mediator) + void lose(int chip) } Player --|> BasePlayer JudgmentMediator --|> BaseJudgmentMediator JudgmentMediator --> Player BaseJudgmentMediator..>BasePlayer BasePlayer..>BaseJudgmentMediator @enduml
false
true
false
false
class
59aedc1cd76ba6cf27514957d21a6cd1e137bc60
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/misc/hfdp/ch3/first-beverage.puml
cd88822ab5244e7d3f070c8ea92d929a7d45cf30
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
273
puml
@startuml abstract class Beverage { description getDescription() cost() } class HouseBlend extends Beverage { cost() } class DarkRoast extends Beverage { cost() } class Decaf extends Beverage { cost() } class Espresso extends Beverage { cost() } @enduml
false
true
false
false
class
7f81fc3e333de2abd9a4c471c1d393e8ce31b519
ca0a47ab46b3f7a5c5bfaa2c7c4bf078e3646c32
/PlantUML/src/ac_diagram.plantuml
f2ed7e155b526d41694fc276c1b22b9c159618dd
[]
no_license
LasseKrarup/Laser-Tag-Project
4ea4b496c2e59c54512c4275247bf1bf3f452c5f
07510f50a6c98d9ffb59550b63838435da25ca4a
refs/heads/master
2021-07-14T09:54:43.202288
2019-06-26T11:41:30
2019-06-26T11:41:30
171,651,265
4
0
null
2020-07-07T04:42:06
2019-02-20T10:22:59
HTML
UTF-8
PlantUML
false
false
446
plantuml
@startuml ac_diagram left to right direction skinparam { monochrome true dpi 300 padding 5 packageStyle rectangle packageStyle frame shadowing false 'linetype polyline 'linetype ortho 'backgroundColor transparent } frame "ac Laser-Tag 3000" { actor Bruger as user actor Administrator as admin rectangle "\n\nLaser-Tag 3000\n\n" as lasertag user -- lasertag admin -- lasertag } @enduml
false
true
false
false
sequence
dd312d2c29a30144cd8a5b996bce3e925f3ef630
2a80cb8bfa6a711c50e003e5b10d58908ae5284c
/doc/Customizing-Authentication-Managers.plantuml
4fd5027120433a6e52d495e48eca076f42802250
[]
no_license
EvanJonQiu/StudySpringSecurity
79cd4e2f7d08287cc645d2ce71408ac2cf02fdcb
c55625f4a99c769fa36732fea82d2e365bfc9170
refs/heads/main
2023-08-02T16:09:01.592076
2021-09-29T03:40:44
2021-09-29T03:40:44
411,110,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,271
plantuml
@startuml together { abstract class WebSecurityConfigurerAdapter { +configure(AuthenticationManagerBuilder builder) } class ApplicationSecurityConfigurer extends WebSecurityConfigurerAdapter { -UserDetailsServiceImpl userDetialService +configure(AuthenticationManagerBuilder auth) --Beans-- +PasswordEncoder encoder() } note left of ApplicationSecurityConfigurer::configure auth.userDetailsService(userDetialService).passwordEncoder(encoder); end note note left of ApplicationSecurityConfigurer::encoder new BCryptPasswordEncoder() end note interface UserDetailsService { +UserDetails loadUserByUsername(String username) } class UserDetailsServiceImpl implements UserDetailsService { -UserRepository userRepository +UserDetails loadUserByUsername(String username) } note right of UserDetailsServiceImpl::loadUserByUsername SysUser sysUser = this.userRepository.findByUsername(username); if (sysUser == null) { throw new UsernameNotFoundException("User '" + username + "' not found"); } return new SysUserDetails(sysUser); end note class UserRepository { +SysUser findByUsername(String username) } UserDetailsServiceImpl - UserRepository ApplicationSecurityConfigurer - UserDetailsServiceImpl } @enduml
false
true
false
false
activity
216935c54ba75ef869f3018c5f0b974e8308ca8f
2233ecb0f0dfb124b3c413aaf3fa1a1916059739
/docs/Deliverable_51/hyperties/my-contacts/my-contacts-consume-contact-context.puml
4cf104eb08a3b7a3257969acdbdd48bdf11cc572
[ "Apache-2.0" ]
permissive
reTHINK-project/scenario-service-implementation
5dc30cd716d3a875ea8edfd93f8e62fde33adecc
c8c0a90299938bf00e31c01ca72a49eab26f8436
refs/heads/master
2021-03-16T09:11:46.864830
2017-06-01T14:43:15
2017-06-01T14:43:15
37,669,121
0
0
null
null
null
null
UTF-8
PlantUML
false
false
410
puml
@startuml autonumber participant "My Contacts\nApp" as app participant "My Contacts\nHyperty" as myContactsH participant "My Contact Context\nData Object" as myContactCtxt participant "Syncher" as sync participant "Msg BUS" as bus bus -> sync : postMsg\n( Update Contact Context Message ) myContactCtxt <- sync : set context value myContactCtxt -> app : appCallback( contact context changes ) @enduml
false
true
false
false
sequence
f011a4a44738161a0c0d0d4610e5782cf08698ed
d2a19b07354480392ca76f3a9cfdb59672b9bced
/docs/coverservice/CoverServiceMatchingProcess.puml
ee73968432e5e3018eb39de049b684245d0dfdd4
[]
no_license
danskernesdigitalebibliotek/plantuml
4b109bab8a790e28fada98770a6ca25774bb4199
e654bbf040f6d74d53dbf5fc56588b042b1d12bb
refs/heads/master
2021-09-24T02:18:46.708657
2021-09-17T07:07:16
2021-09-17T07:07:16
187,801,964
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,114
puml
@startuml title Cover Service matching process - Sequence Diagram title How to match local holding and build load file skinparam monochrome true actor User entity FBS entity "Open Search" as OpenSearch entity "Open Platform" as OP entity "MusicBrainz" as MB database "Load file (TSV)" as TSV 'actor User 'boundary "Web GUI" as GUI 'control "Shopping Cart" as SC 'database Widgets group Get holding User -> FBS: Query holding list (Data type) note over User, FBS: ISBN + UPC may not be available User <-- FBS: FAUST, Creator, Title, (ISBN, UPC) end alt Get metadata (Open Platform) User -> OP: Query list: Faust User <-- OP: FAUST, PID, Creator,\nTitle, ISBN (??), UPC (??) else Get metadata (Open Search) User -> OpenSearch: Query list: Faust User <-- OpenSearch: FAUST, PID, Creator (100a+h/110a),\nTitle (245a), ISBN (021a+b), UPC (023a) end group Get cover URL (Musicbrainz) User -> MB: Query list: Creator, Title, UPC User <-- MB: mbid, Creator, Title, Cover link end group Build load file User -> TSV: FAUST, PPID, PID, Vendor, Height, Width, URL end @enduml
false
true
false
false
usecase
cab9d6d4008a44d799a3966f32638ed3f016a285
449d02c3e9fddcf7e3d49579e0703c11b45b9283
/pert5/inhe.puml
64c940bb40b6cf00888c9648bb297973039558d4
[]
no_license
tiarauliasbrna/pbo-1
4ae4482b14ba2b55ac3347009c8b3b4881dd4e18
544a45fd021043460d8e8039a738e05a1b0ba272
refs/heads/main
2023-08-16T04:58:24.130963
2021-10-25T09:05:49
2021-10-25T09:05:49
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
734
puml
@startuml inheritance header Pertemuan 5 endheader caption copyright@esaunggul.ac.id legend left CTI211-Pemograman Berorientasi Objek endlegend class Kendaraan{ __ protected __ # merk : string # jenis : string -- source code pert5-3.cc } class Mobil{ __ public __ + kendaraan(): param __ private __ - paramJenis : string - paramMerk : string -- source code pert5-3.cc } Kendaraan <|--- Mobil note top of Kendaraan : Inheritance adalah konsep OOP dimana sebuah class dapat menurunkan data member dan member function yang dimilikinya kepada class lain. Konsep inheritance dipakai untuk memanfaatkan fitur code reuse, yakni menghindari terjadinya duplikasi kode program. @enduml
false
true
false
false
class
f1feaf356fbf0b7d15cc39543d760ce87d72dbd4
14aff7a8f8c9d4f961962f538398f322fa1a5481
/ProgramowanieObiektowe/Lista7/PO_L7/src/com/company/utils/utils.plantuml
4afa193f386c5cf602f066c377d42c13f106709f
[]
no_license
jakubprzydatek/studia
6529c5d024bf42d4c230dc966d8b3fbfa32729f1
9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe
refs/heads/main
2023-04-11T16:40:21.418832
2021-04-22T21:56:15
2021-04-22T21:56:15
318,674,064
0
2
null
null
null
null
UTF-8
PlantUML
false
false
476
plantuml
@startuml title __UTILS's Class Diagram__\n namespace com.company { namespace utils { class com.company.utils.FileUtils { {static} + ReadObjectFromFile() {static} + WriteObjectToFile() {static} + isFileExists() } } } 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
634de0a9456042666680a8f42b9eb96bda5f27b5
ffa5b52c74e891a1b57b1a7f0beac5ea729a8f50
/WingmanXUML.puml
aa11d5d5bd720fa00e796d1a8989bd98b886aba2
[]
no_license
Markvis/WingmanX
844416f919e436ec4d840252a43011a6ec889dfd
c9a8dc27da6fe80ee4c94a0282338e6b6bdcb8a3
refs/heads/master
2020-05-31T23:14:45.044342
2014-12-11T17:54:22
2014-12-11T17:54:22
27,191,765
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,150
puml
@startuml annotation java.lang.Override class java.awt.Image class java.awt.Rectangle class java.awt.event.ActionEvent class java.awt.event.KeyAdapter class java.awt.event.KeyEvent class java.awt.image.ImageObserver class java.io.File class java.io.FileInputStream class java.io.InputStream class java.net.URL class java.util.ArrayList class java.util.LinkedList class java.util.ListIterator class java.util.Observable class java.util.Random class javax.imageio.ImageIO class javax.sound.sampled.AudioInputStream class javax.sound.sampled.AudioSystem class javax.swing.Timer class sun.audio.AudioPlayer class sun.audio.AudioStream class wingmanx.GameBullets class wingmanx.GameEnemy class wingmanx.GameEvents class wingmanx.GameExplosion class wingmanx.GameIsland class wingmanx.GamePlayer class wingmanx.GamePowerUps class wingmanx.GameTimerClass class wingmanx.HealthBar class wingmanx.JApplet class wingmanx.KeyControl class wingmanx.WingmanX interface java.awt.event.ActionListener interface java.lang.Runnable interface java.util.Observer wingmanx.GameBullets ..> java.awt.Image wingmanx.GameBullets ..> java.awt.Rectangle wingmanx.GameBullets ..> java.awt.image.ImageObserver wingmanx.GameBullets ..> java.util.Random wingmanx.GameEnemy ..> java.awt.Image wingmanx.GameEnemy ..> java.awt.image.ImageObserver wingmanx.GameEnemy ..> java.io.File wingmanx.GameEnemy ..> java.io.FileInputStream wingmanx.GameEnemy ..> java.io.InputStream wingmanx.GameEnemy ..> java.util.ArrayList wingmanx.GameEnemy ..> java.util.Random wingmanx.GameEnemy ..> javax.imageio.ImageIO wingmanx.GameEnemy ..> sun.audio.AudioPlayer wingmanx.GameEnemy ..> sun.audio.AudioStream wingmanx.GameEvents ..> java.awt.event.KeyEvent wingmanx.GameEvents --|> java.util.Observable wingmanx.GameExplosion ..> java.awt.Image wingmanx.GameExplosion ..> java.awt.image.ImageObserver wingmanx.GameExplosion ..> java.util.ArrayList wingmanx.GameIsland ..> java.awt.Image wingmanx.GameIsland ..> java.awt.image.ImageObserver wingmanx.GameIsland ..> java.util.Random wingmanx.GamePlayer ..> java.awt.Image wingmanx.GamePlayer ..> java.awt.Rectangle wingmanx.GamePlayer ..> java.awt.event.KeyEvent wingmanx.GamePlayer ..> java.awt.image.ImageObserver wingmanx.GamePlayer ..> java.io.File wingmanx.GamePlayer ..> java.io.FileInputStream wingmanx.GamePlayer ..> java.io.InputStream wingmanx.GamePlayer ..> java.util.ArrayList wingmanx.GamePlayer ..> java.util.Observable wingmanx.GamePlayer ..> sun.audio.AudioPlayer wingmanx.GamePlayer ..> sun.audio.AudioStream wingmanx.GamePlayer --|> java.util.Observer wingmanx.GamePowerUps ..> java.awt.Image wingmanx.GamePowerUps ..> java.awt.image.ImageObserver wingmanx.GamePowerUps ..> java.util.ArrayList wingmanx.GamePowerUps ..> java.util.Random wingmanx.GameTimerClass ..> java.lang.Override wingmanx.GameTimerClass ..> java.awt.event.ActionEvent wingmanx.GameTimerClass --|> java.awt.event.ActionListener wingmanx.HealthBar ..> java.awt.Image wingmanx.HealthBar ..> java.awt.image.ImageObserver wingmanx.HealthBar ..> java.io.File wingmanx.HealthBar ..> java.util.Random wingmanx.HealthBar ..> javax.imageio.ImageIO wingmanx.KeyControl --|> java.awt.event.KeyAdapter wingmanx.KeyControl ..> java.awt.event.KeyEvent wingmanx.WingmanX ..> java.lang.Override wingmanx.WingmanX ..> java.awt.event.ActionEvent wingmanx.WingmanX ..> java.io.File wingmanx.WingmanX ..> java.io.FileInputStream wingmanx.WingmanX ..> java.io.InputStream wingmanx.WingmanX ..> java.net.URL wingmanx.WingmanX ..> java.util.ArrayList wingmanx.WingmanX ..> java.util.LinkedList wingmanx.WingmanX ..> java.util.ListIterator wingmanx.WingmanX ..> java.util.Observable wingmanx.WingmanX ..> java.util.Random wingmanx.WingmanX ..> javax.imageio.ImageIO wingmanx.WingmanX ..> javax.sound.sampled.AudioInputStream wingmanx.WingmanX ..> javax.sound.sampled.AudioSystem wingmanx.WingmanX ..> javax.swing.Timer wingmanx.WingmanX ..> sun.audio.AudioPlayer wingmanx.WingmanX ..> sun.audio.AudioStream wingmanx.WingmanX --|> wingmanx.JApplet wingmanx.WingmanX ..> java.awt.event.ActionListener wingmanx.WingmanX --|> java.lang.Runnable wingmanx.WingmanX ..> java.util.Observer @enduml
false
true
false
false
class
f67258f3384e80eea661debd40966b845bd84f13
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Stack-Template/Update-Stack-Template.puml
6a8dd9436705e8a3b757ad76ccae39de6c5eccbb
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
277
puml
@startuml Actor "actorName" as A box "Manage-Stack-Template" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-template-update() CLI -> S : template/update() A -> Web : template/update() Web -> S : template/update() end box @enduml
false
true
false
false
sequence
d1427d1f9ab82fdc80c075f80643ab69a4cfa6c1
3074b80e34f0cd74b8f518339ad20a03b9d8c0b8
/doc/design/attitude.puml
70e2a79046504db079e41ae68afe367a4311b420
[]
no_license
Orchaldir/SocialSimulation
f6a76987a1110141a0decd14e599736253d865af
de261249a873c1aa1a03b97ccceaac0b81f6ec0d
refs/heads/master
2022-12-26T02:24:50.700746
2020-09-26T08:55:39
2020-09-26T08:55:39
294,708,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
487
puml
@startuml hide empty members package character { package attitude { class Attitude { String name int default } class AttitudeComponent { Map<Pair<CharacterId,Attitude>,Int> attitudes Map<Attitude,Int> getAttitudes(CharacterId id) Map<CharacterId,Int> getAttitudes(Attitude type) int getAttitude(CharacterId id, Attitude type) } } class CharacterId class Character } AttitudeComponent -- Attitude Character *-- AttitudeComponent CharacterId *-- Character @enduml
false
true
false
false
class
ff1b60da2d992f9bf2bc27911bbfd99a27899bdd
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderSetShippingAddressCustomTypeAction.puml
73aa23f49ede6b52501deb5393575662e1ddf405
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
561
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface OrderSetShippingAddressCustomTypeAction [[OrderSetShippingAddressCustomTypeAction.svg]] extends OrderUpdateAction { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface OrderUpdateAction [[OrderUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
1f9d49a86ca8e9ba227e516de188f8d4224d0160
8a7d4e7348e7cf75ea65d857f140d0454add6f84
/docs/src/developer/subarraynode/core.puml
37e7b0a94e275f54c60125839d1f71a6fb03ebad
[ "BSD-3-Clause" ]
permissive
ska-telescope/cdm-shared-library
d1812ed010a09765a5be5a41d1c7e8e9694d110a
87083655aca8f8f53a26dba253a0189d8519714b
refs/heads/master
2023-09-01T08:27:16.704307
2023-08-08T13:01:10
2023-08-08T13:01:10
191,747,755
0
0
BSD-3-Clause
2023-02-10T13:48:25
2019-06-13T11:11:28
Python
UTF-8
PlantUML
false
false
419
puml
@startuml hide empty members package ska_tmc_cdm.messages.subarray_node.configure { package core.py <<Rectangle>> { class Target { coord : astropy.SkyCoord target_name : str } class PointingConfiguration PointingConfiguration *-- "1" Target class DishConfiguration { receiver_band : ReceiverBand } enum ReceiverBand { BAND_1 BAND_2 BAND_5A BAND_5B } } } @enduml
false
true
false
false
class
2fae642740f39d9d4211d6d4e0636ed4e88fdc3c
2abdc1d1aa0b6109f4b2d5ce4f332600c0f0d8ed
/UML/ApplicationUML.puml
c922d54ce5036852db069e2385d59981a95d6fc5
[]
no_license
RobertUriarte/Uriarte-2284-a5
5589edd0b18619d26b7613e9b6a96b15fad763c1
4751baf25c1d0d9eb09b73767e9b4c53f731c992
refs/heads/master
2023-06-23T20:47:01.227323
2021-07-24T18:27:58
2021-07-24T18:27:58
388,201,171
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,609
puml
@startuml 'https://plantuml.com/class-diagram class InventoryApplication{ - main(args) - start(Stage) } class Inventory_Controller{ + item_list: ObservableList<Inventory_Item> + location: URL + recourses: ResourceBundle + file: File + operator: String + tableView: TableView + value: TableColumn + serial: TableColumn + name: TableColumn + actionEvent: ActionEvent + valueTextField TextField + serialTextField TextField + nameTextField TextField + searchTextField TextField + selected_item: Inventory_Item + sortedList: SortedList<Inventory_Item> + filteredList: FilteredList<Inventory_Item> + newValue: String + duplicate: boolean + correct_serial: boolean + money_value: String + name_value: String + allItem: ObservableList<Inventory_Item> + all: ObservableList<Inventory_Item> - Initialize(location,recourses) - SearchButtonClicked(ActionEvent) - filterData(filteredList,newValue) - filterList(item_list,searchTextField) - addItemFunction(money_value,serialText,name_value,item_list) - AddItemButtonClicked(ActionEvent) - RemoveItemButtonClicked(ActionEvent) - remove_items(allItems,selectedRows) - remove_all_items(allItems,all) - is_duplicate(val, item_list) - valid_serial(serial_number,item_list) - valid_name(user_input,item_list) - ClearAllButtonClicked((ActionEvent) - format_money(money_value,item_list) - loadTsvButtonClicked(ActionEvent) - loadHtmlButtonClicked(ActionEvent) - loadJsonButtonClicked(ActionEvent) - saveTsvButtonClicked(ActionEvent) - saveHtmlButtonClicked(ActionEvent) - saveJsonButtonClicked(ActionEvent) - ChangeTitleCell(TableColumn.CellEditEvent ) - ChangeDescriptionCell(TableColumn.CellEditEvent ) - ChangeDateCell(TableColumn.CellEditEvent ) - ChangeStatusCell(TableColumn.CellEditEvent ) } class Inventory_Item{ + value: String + serial: String + name: String - Inventory_Item(value,serial,name) - getValue() - getSerial() - getName() - setValue(name) - setSerial(description) - setName(due_date) } class ParseTsv{ + tableView: TableView + fileChooser: JFileChooser + fileToSave: File + br: BuffReader + line: String + split: String[] - import_tsv(tableView)) - read_tsv_file(item_list,fileToSave) } class TsvExport{ + item_list: ObservableList<Inventory_Item> + fileChooser: JFileChooser + fileToSave: File + sb: StringBuilder + write: FileWriter - export_tsv(item_list) - write_tsv(item_list,fileToSave) } class ParseHtml{ + tableView: TableView + fileChooser: JFileChooser + fileToSave: File + br: BuffReader + line: String - import_html(tableView)) - read_html(item_list,fileToSave) } class HtmlExport{ + item_list: ObservableList<Inventory_Item> + fileChooser: JFileChooser + fileToSave: File + sb: StringBuilder + write: FileWriter + out: BuffWriter - export_html(item_list) - write_html(item_list,fileToSave) } class ParseJson{ + items: ObservableList<Inventory_Item> + fileElement: JsonElement + fileObject: JsonObject + fileChooser: FileChooser + jsonArrayofProducts: JsonArray + title: String + description: String + date: String + status: String + item: Inventory_Item + json: File + tableView: TableView<Inventory_Item> - parse(json file) - read_json(file,item_list) } class JsonExport{ + item_list: ObservableList<Inventory_Item> + fileChooser: JFileChooser + fileToSave: File + writer: FileWriter - export_json(item_list) - write_json(item_list,fileToSave) } class ExcelExport{ + tableView: TableView<Inventory_Item> + hssfWorkbook: HSSFWorkbook + hssfSheet: HSSFSheet + HSSFRow: firstRow + hssfRow: HSSFRow + celValue: Object + file: File - export(TableView) } java.fx <|-- InventoryApplication Inventory_Controller o--> Inventory_Item Inventory_Controller o--> ParseJson Inventory_Controller o--> ParseHtml Inventory_Controller o--> ParseTsv Inventory_Controller o--> TsvExport Inventory_Controller o--> HtmlExport Inventory_Controller o--> JsonExport Inventory_Controller o--> ExcelExport ParseJson o--> Inventory_Item ParseHtml o--> Inventory_Item ParseTsv o--> Inventory_Item TsvExport o--> Inventory_Item HtmlExport o--> Inventory_Item JsonExport o--> Inventory_Item ExcelExport o--> Inventory_Item InventoryApplication - Inventory_Controller @endUML
false
true
false
false
class
1b54cbf9a4801020015179a8e000d7b5a413c748
00aea531c06e59d3b5d046e594649ef264d2912b
/docker/tutorial/images/uml/user-mode.plantuml
3d9d4094bd3f7b8496c09cc611ae4d4b60b647f0
[ "BSD-3-Clause" ]
permissive
ebu/cpa-tutorial
3ca0769a6056bf5da5e19d1020b9381dab9cec58
ec2dd779cf45a8e583dab1ae6be4a535d1ccf9bf
refs/heads/master
2021-01-18T22:04:49.367375
2016-04-15T14:21:08
2016-04-15T14:21:08
40,175,085
0
2
null
null
null
null
UTF-8
PlantUML
false
false
375
plantuml
@startuml participant "Client" participant "Service Provider" as SP participant "Authorization Provider" as AP Client -> AP: POST /register Client <-- AP: 201 Created ||| Client -> AP: POST /associate Client <-- AP: 200 OK ||| Client -> AP: POST /token Client <-- AP: 202 Accepted == User verifies the code == Client -> AP: POST /token Client <-- AP: 200 OK @enduml
false
true
false
false
sequence
a9cf38f377a3f565cff053c5237514e4c793f9c8
5865f5a94a03a2cb217d5c2a0c83d593bbaef526
/STACJA_PALIW_USECASE_DIAGRAM.plantuml
f973cb97c2949e088c4e31d828953a510ebb3e32
[]
no_license
TheLongDistanceRunner2/ProjektowanieObiektowe2021
8969065a75c659d14ae7235f433d97970e3de0f2
2a6945dc2901340d1eab33c8b24413285298f122
refs/heads/master
2023-02-20T14:33:29.225376
2021-01-20T13:52:24
2021-01-20T13:52:24
327,702,360
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,495
plantuml
@startuml actor Klient as K actor Sprzedawca as S actor Bank as B rectangle Stacja_Paliw { usecase "Tankowanie" as tankowanie usecase "Benzyna" as benzyna usecase "Diesel" as diesel usecase "LPG" as lpg usecase "Myjnia" as myjnia usecase "Odkurzacz" as odkurzacz usecase "Płatność" as platnosc usecase "Karta" as karta usecase "Autoryzacja" as autoryzacja usecase "Potwierdzenie" as potwierdzenie usecase "Gotówka" as gotowka usecase "Rzeton" as rzeton usecase "Rachunek" as rachunek usecase "Paragon" as paragon usecase "Faktura" as faktura } K -- tankowanie K -- myjnia K -- odkurzacz S -- platnosc B -- autoryzacja 'benzyna, diesel, lpg to rodzaje tankowania: ' benzyna --|> tankowanie : <<extends>> diesel --|> tankowanie : <<extends>> lpg --|> tankowanie : <<extends>> 'tankowanie, myjnia i odkurzacz zawierają płatność: ' platnosc --> tankowanie <<includes>> platnosc --> myjnia <<includes>> platnosc --> odkurzacz <<includes>> 'karta, gotowka i rzeton to rodzaje platnosci:' karta --|> platnosc <<extends>> gotowka --|> platnosc <<extends>> rzeton --|> platnosc <<extends>> 'karta zawiera autoryzacje: ' autoryzacja --> karta <<includes>> 'autoryzacja zawiera potwierdzenie: ' potwierdzenie --> autoryzacja <<includes>> 'platnosc zawiera rachunek: ' rachunek --> platnosc <<includes>> 'paragon i faktura to rodzaje rachunku: ' paragon --|> rachunek : <<extends>> faktura --|> rachunek : <<extends>> @enduml
false
true
true
false
usecase
4eb3026e684c0e2a6619760edf55e8e18259ccd2
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/HouseConfiguration/US15v2/getInputPath_sd_HouseConfiguration.puml
848049f6799740fbd9f20c38aec2dd9522a8e36b
[]
no_license
Almadanmp/backend4
3aaa5cbe453041917a510ceee83bf318499a9823
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
refs/heads/master
2022-11-25T10:30:27.184246
2019-06-30T19:26:12
2019-06-30T19:26:12
194,547,877
0
0
null
2022-11-16T11:54:00
2019-06-30T18:24:24
Java
UTF-8
PlantUML
false
false
1,064
puml
@startuml title getInputPathJsonOrXML skinparam titleBorderRoundCorner 10 skinparam titleBorderThickness 3 skinparam titleBorderColor indianred skinparam titleBackgroundColor ivory skinparam FontName quicksand skinparam actor { BorderColor indianred } skinparam sequence { LifeLineBackgroundColor indianred ParticipantBackgroundColor ivory } skinparam roundcorner 10 skinparam component { arrowThickness 1 ArrowFontName Verdana ArrowColor indianred ArrowFontColor darkslategrey } actor Administrator HouseConfigurationUI -> InputHelperUI: getInputPathJsonOrXML() activate InputHelperUI InputHelperUI -> Administrator: Ask user for input. deactivate InputHelperUI activate Administrator Administrator -> InputHelperUI: Input path. deactivate Administrator activate InputHelperUI alt if path is valid (ends with .json or .xml and exists) InputHelperUI-->HouseConfigurationUI: return true else if path is invalid loop InputHelperUI -> Administrator: Ask user for input. activate Administrator deactivate InputHelperUI end loop end @enduml
false
true
false
false
usecase
4334c9d145ad5ba30f41627e78196dc3a2e141e6
cf9baed37600b84a10cedb8ed18ab9fa30a392e8
/src/main/java/TemplateTransaction/TemplateTransaction.plantuml
ff5081ebabb211b2ba66de487a18a37f45ee1b5f
[]
no_license
hoganSean99/DesignPatternsCA
d8a9f8e7112fb6ac173a5fd2d7fed8adafb850a7
6e050bcf936818dd100a897c94fe37b5117cc84c
refs/heads/master
2020-08-05T17:44:17.034255
2020-02-03T16:38:29
2020-02-03T16:38:29
212,638,867
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,082
plantuml
@startuml title __TEMPLATETRANSACTION's Class Diagram__\n abstract class TemplateTransaction.BookTransaction { + payment() {abstract} ~ confirmPayment() {abstract} ~ printReceipt() {abstract} ~ startPayment() {abstract} ~ startTransaction() } class TemplateTransaction.PurchaseBook { ~ confirmPayment() ~ printReceipt() ~ startPayment() ~ startTransaction() } class TemplateTransaction.RentBook { ~ confirmPayment() ~ printReceipt() ~ startPayment() ~ startTransaction() } class TemplateTransaction.TemplateDriver { {static} + main() } TemplateTransaction.PurchaseBook -up-|> TemplateTransaction.BookTransaction TemplateTransaction.RentBook -up-|> TemplateTransaction.BookTransaction 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
98571ba7994ef2e13fa7c93e26988b64f680ee77
f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6
/_src/rejection-before.plantuml
ab1596399f844634b8f91b6934cc73459f6f38c9
[ "MIT", "GPL-1.0-or-later", "WTFPL", "CC-BY-3.0-US", "BSD-3-Clause", "OFL-1.1" ]
permissive
oehf/ipf-docs
178fe1e3fe079afede58fd25fe93a360234a273a
3a8ea98c86b3405f6571cb23b4da44a726a8fbf4
refs/heads/master
2023-08-30T06:25:52.374023
2023-08-29T14:34:33
2023-08-29T14:34:33
158,552,584
0
3
MIT
2022-03-30T07:48:51
2018-11-21T13:31:43
HTML
UTF-8
PlantUML
false
false
433
plantuml
@startuml hide footbox participant "Client" box "IPF Application" participant "IPF Consumer" as CON participant "Server Camel Route" as SCR end box Client -> CON : Valid Request activate CON CON -> SCR : Valid Request activate SCR SCR --> CON : Response deactivate SCR CON --> Client : Response deactivate CON ||| Client -[#red]> CON : Invalid Request activate CON note right of CON: ??? CON --> Client : NAK deactivate CON @enduml
false
true
false
false
sequence
acd50aa2deb1f2637171b94452b75f1959fba917
7ca5bfba23f301de9ebf4a26362cc43e3aee84da
/docs/modeles/dss-details-demarrerJeu.puml
5ce22896d76eeac491759855984fb0f0b5a37ecf
[ "MIT" ]
permissive
profcfuhrmanets/log210-jeu-de-des-node-express-ts
a42d9a900d221e9810436b6b0368040beb3dab7e
512657b4fb703e7230377279ddbf73f14c2b3f05
refs/heads/master
2023-09-02T04:35:36.327065
2023-08-29T15:48:05
2023-08-29T15:48:05
131,038,343
5
33
MIT
2023-08-29T15:52:43
2018-04-25T17:01:00
HTML
UTF-8
PlantUML
false
false
1,067
puml
@startuml dss-details-demarrerJeu skinparam style strictuml skinparam backgroundcolor transparent skinparam SequenceBoxBorderColor transparent skinparam participantpadding 10 'skinparam handwritten true skinparam sequenceMessageAlign center actor ":Joueur" as j box "Couche présentation\n(Navigateur + une partie du Serveur)" #ddffdd participant ":Button" as b <<NavigateurWeb>> participant ":JeuRouteur" as r <<NodeExpress>> end box box "Couche domaine" #ddddff participant ":JeuDeDés" as c <<ContrôleurGRASP>> participant "..." as s end box j -> b : cliquer 'note over r : Class du serveur web b ->> r : REST niveau 1\nHTTP GET /api/v1/demarrerJeu/Cris r ->> r : demarrerJeu\n(req, res) note right Express //router handler// end note skinparam NoteTextAlignment center note over r, c L'<color blue>**opération système**</color> est envoyée à un //objet du domaine// (le contrôleur GRASP) end note r -[#blue,bold]> c : <color blue><size 20>**demarrerJeu**\n<color blue><size 20>**(nom:String)**</color> c -> s : ... note over c, s : Selon la RDCU... @enduml
false
true
true
false
usecase
dba638195960b4a9c542933102397e66a8460216
20639392995df21f125865bbb749dc802e5d2aed
/provisioning-x509deviceid.plantuml
d52d9d65ad6c02287556406c9670e18dcc7c0043
[]
no_license
massand/edgev2
e0416be0a1fa5aa7982f72e2678d53f4dbbc6a8c
ca513fc8cf89a95a0d1b9c3d8467f05c28f62f95
refs/heads/master
2022-04-23T20:27:47.572127
2020-04-23T18:03:29
2020-04-23T18:03:29
258,298,566
0
0
null
2020-04-23T18:40:58
2020-04-23T18:40:57
null
UTF-8
PlantUML
false
false
758
plantuml
@startuml title Provisioning using X.509 device ID cert participant EIS participant "openssl-engine-ks" box KS participant KS participant "libiothsm-keygen" end box box CS participant CS participant "libiothsm-certgen" end box participant DPS EIS -> KS ++: load_key_pair("device_id") KS -> "libiothsm-keygen" ++: load_key_pair("device_id") return OK return OK("key handle") EIS -> "openssl-engine-ks" ++: load_private_key("key handle") return openssl::EVP_PKEY EIS -> CS ++: create_or_load_cert("device_id") CS -> "libiothsm-certgen" ++: create_or_load_cert("device_id") return OK(openssl::X509) return OK(cert PEM) EIS -> DPS ++: TLS client auth using privkeys's openssl::EVP_PKEY + openssl::X509 from cert PEM return Provisioning response @enduml
false
true
false
false
sequence
0bb06a7a86f8607487d5b583dc8aad91d882ec91
fb110fead2ecfffb4b78d3920da1a3d162bd1932
/de.gematik.ti.cardreader.provider.api/src/main/java/de/gematik/ti/cardreader/provider/api/entities/entities.plantuml
35842dfe96ddb6423e82a2c3cb1e850394525f03
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-Api
ca8495bbb81b6f018f09c7f9856db5b56f827b4e
80d863c5b03a776534d7fa8a26916273dc7e39b9
refs/heads/master
2022-02-10T18:06:21.446280
2022-01-07T07:36:00
2022-01-07T07:36:00
227,793,349
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,432
plantuml
@startuml title __ENTITIES's Class Diagram__\n namespace de.gematik.ti.cardreader.provider.api { namespace entities { interface de.gematik.ti.cardreader.provider.api.entities.IProviderDescriptor { {abstract} + getClassName() {abstract} + getDescription() {abstract} + getLicense() {abstract} + getName() {abstract} + getShortDescription() } } } namespace de.gematik.ti.cardreader.provider.api { namespace entities { class de.gematik.ti.cardreader.provider.api.entities.ProviderDescriptor { - className : String - description : String - license : String - name : String {static} - serialVersionUID : long - shortDescription : String + ProviderDescriptor() + getClassName() + getDescription() + getLicense() + getName() + getShortDescription() + setClassName() + setDescription() + setLicense() + setShortDescription() } } } de.gematik.ti.cardreader.provider.api.entities.ProviderDescriptor .up.|> de.gematik.ti.cardreader.provider.api.entities.IProviderDescriptor 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
5bd17c0e58af96018e125e561b039aba96027990
b0a840ee583d0f1dd05adb2bb6e08e4951083c3d
/images/apA_selenium_grid/selenium-grid-sequence.puml
6d49160aa0a9631265d406f6b6e9e59eecb32514
[]
no_license
selenium-webdriver-book/manuscript
842ab108c9b3eb8127027c159b3318fd3fcdf59b
c8a8ced2b0ca495cacec6c909b3294ff3074e945
refs/heads/master
2021-01-12T14:00:07.309802
2017-04-23T15:17:59
2017-04-23T15:17:59
69,686,355
11
8
null
2017-04-23T15:17:59
2016-09-30T17:14:29
Shell
UTF-8
PlantUML
false
false
1,507
puml
@startuml hide footbox skinparam monochrome true skinparam shadowing false actor You participant "Test Script" participant Hub participant "Windows Node" activate "Windows Node" "Windows Node" -> Hub : Hello, I have Chrome and IE\n installed and I'm Windows\n - I'm ready to run tests! activate Hub Hub -> Hub : I'll store that for later on. activate Hub deactivate Hub Hub --> "Windows Node" deactivate Hub deactivate "Windows Node" note right you'll have many nodes with different operating systems and browsers end note activate You You -> "Test Script" : Run the test script. activate "Test Script" "Test Script" -> Hub : Open a Chrome browser\n on Windows please. activate Hub Hub -> Hub : Hmmm... I wonder which\n node can do that? activate Hub deactivate Hub Hub -> "Windows Node" : Open a Chrome browser\n please. activate "Windows Node" "Windows Node" --> Hub Hub -> Hub : lock node activate Hub deactivate Hub Hub --> "Test Script" deactivate Hub "Test Script" -> Hub : Open a web page activate Hub Hub -> "Windows Node" : Open a web page "Windows Node" --> Hub Hub --> "Test Script" deactivate Hub ... other operations, e.g. click buttons etc ... "Test Script" -> Hub : Quit browser. activate Hub Hub -> "Windows Node" : Quit browser. "Windows Node" --> Hub deactivate "Windows Node" Hub -> Hub : unlock node activate Hub deactivate Hub Hub --> "Test Script" deactivate Hub "Test Script" --> You : Tests passed/failed. deactivate "Test Script" deactivate You @enduml
false
true
false
false
sequence