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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97451e18403ff8a3f0a335c45f31f0c34fb0406f | 0d4c542524d4218b7f68187c155d5d7e117afc83 | /Tests/fixtures/puml/arrow/complex-workflow-marking-nofooter.puml | 72a3fe4cac0dece272f08656d51e3a54de8df5d9 | [
"MIT"
] | permissive | rsumner31/workflow-2 | e062ed0fbb414980874b73325627fa36d7312185 | 8d6c010f06170d5b194cff3e7bffc4a19d433bb6 | refs/heads/master | 2020-04-11T05:01:10.961883 | 2018-03-08T02:54:14 | 2018-03-08T02:54:14 | 124,325,862 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 477 | puml | @startuml
title ComplexDiagram
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam state {
BackgroundColor<<initial>> #87b741
BackgroundColor<<marked>> #3887C6
BorderColor #3887C6
BorderColor<<marked>> Black
FontColor<<marked>> White
}
state a <<initial>>
state b
state c <<marked>>
state d
state e <<marked>>
state f
state g
a --> b: t1
a --> c: t1
b --> d: t2
c --> d: t2
d --> e: t3
d --> f: t4
e --> g: t5
f --> g: t6
@enduml
| false | true | false | false | sequence |
194e7ca77b7f0a79b4d8d6043e4074f0d050a606 | 3630b0717f619c7e36da9e63eab9d62e2d23fb94 | /UML/Character.puml | 1067b9cef0f7617223a7f9ea212a6c7aa62e70cc | [] | no_license | RoelStierum/Gameproject | cccadb089fd48ab68b0445ff3b36413c3e745363 | 0e85786f11d722507c2f4c52ef6e0ab3ac821bd9 | refs/heads/master | 2023-02-22T01:01:58.857881 | 2021-01-31T12:26:41 | 2021-01-31T12:26:41 | 322,389,134 | 0 | 0 | null | 2021-01-28T15:07:31 | 2020-12-17T19:13:32 | C++ | UTF-8 | PlantUML | false | false | 1,374 | puml | @startuml
skinparam class{
BorderColor black
BackgroundColor #a3a3a3
}
class Character{
-GameDataRef _data;
-sf::Sprite sprite;
-sf::Vector2f position;
-sf::Texture texture;
-sf::Texture texture_flip;
-sf::Texture run_right1;
-sf::Texture run_right2;
-sf::Texture run_left1;
-sf::Texture run_left2;
-bool flip = false;
-sf::Clock animationClock;
-int animationRun = 0;
-bool air_texture = false;
+sf::Vector2f velocity = {0,0};
+float speed = 400.0f;
+float jump_speed = 600.0f;
+float slow_down = 0.0f, slow_down_ground = 40.0f, slow_down_air = 5.0f;
+float speed_up = 0.0f, speed_up_ground = 40.0f, speed_up_air = 30.0f;
+int max_jump =1, jump = 0;
+bool jump_done = false, on_ground = false;
-void flipTexture();
+Character(GameDataRef data);
+void update();
+void setTexture(6 Textures);
+void setPosition(const sf::Vector2f& position_);
+void setPosition(const float& x, const float& y);
+sf::Vector2f getPosition();
+void draw(sf::RenderWindow& renderWindow);
+void move(sf::Vector2f movement);
+void move(const float& x, const float& y);
+sf::Vector2f nextPosition(sf::Vector2f movement);
+sf::Sprite nextSprite(sf::Vector2f movement);
+sf::Sprite& getSprite();
+bool objectCollisionAndFalling(const sf::Sprite &object, const float& dt);
+void updateVelocity(const float& dt);
+void respawn(sf::Vector2f spawn);
+void characterKeyboardInput();
}
@enduml | false | true | false | false | class |
b391a6d94af343813930f0b4d2ab3991ff452299 | 6cf6c00870d645c10b07ed9fba28615d72379b7e | /ui/states.plantuml | edd7ae828d0c00d51e3fb8da7149e3f3fdbd6620 | [] | no_license | jbro/acsv2 | 2dd75f7dc5f04f3d349561c824a954e09d430b6b | 769d54a279f677223594ee0083aa1de6ac4ac392 | refs/heads/master | 2023-08-29T18:30:27.723875 | 2021-10-24T13:30:18 | 2021-10-24T13:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,455 | plantuml | @startuml
hide empty description
<style>
stateDiagram {
arrow {
LineColor Gray
}
}
</style>
state fatal_lock #ff0000
state fatal_unlock #ff0000
state fatal_timed_unlock #ff0000
note "All fatal_xxx states are the same" as fatal_note
state locked #8080ff
state unlocked #80ff80
state timed_unlock #ff8000
[*] --> locking: handle is raised
[*] --> wait_for_close: handle is not raised
alert_unlocked --> alert_unlocked: Timeout
alert_unlocked -[#green,bold]-> unlocked: Press Green, Open door
locked -[#gray,bold]-> opening: Press White
locked -[#green,bold]-> timed_unlocking: Press Green
locked --> unlocking: Swipe card
locked --> wait_for_leave_unlock: Press Leave
locking --> fatal_lock: Locking failed
locking --> locked: Locking done
open -[#red,bold]-> locking: Press Red (door is closed)
open -[#red,bold]-> wait_for_close: Press Red (door is open)
open --> unlocked: End of Thursday
opening --> open: Unlocking done
timed_unlock -[#red,bold]-> locking: Press Red, Timeout
timed_unlock --> wait_for_leave: Press Leave
timed_unlocking --> fatal_timed_unlock: Unlocking failed
timed_unlocking --> timed_unlock: Unlocking done
unlocked --> wait_for_enter: Open door
unlocked --> wait_for_handle: Close door
unlocked --> wait_for_leave: Press Leave
unlocking --> fatal_unlock: Unlocking failed
unlocking --> wait_for_open: Unlocking done
wait_for_close --> locking: Raise handle
wait_for_close -[#green,bold]-> unlocked: Press Green
wait_for_close --> wait_for_handle: Close door
wait_for_close -[#gray,bold]-> opening: Press White
wait_for_enter -[#green,bold]-> timed_unlocking: Press Green
wait_for_enter -[#grey,bold]-> open: Press White
wait_for_enter --> wait_for_handle: Close door
wait_for_enter -[#gray,bold]-> opening: Press White
wait_for_enter -[#red,bold]-> wait_for_close: Press Red (door is open)
wait_for_handle --> alert_unlocked: Timeout
wait_for_handle -[#green,bold]-> timed_unlocking: Press Green
wait_for_handle --> wait_for_enter: Open door
wait_for_handle --> wait_for_lock: Raise handle
wait_for_handle -[#gray,bold]-> opening: Press White
wait_for_leave --> locking: Timeout
wait_for_leave --> wait_for_close: Open door
wait_for_leave --> locking: Timeout
wait_for_leave_unlock --> wait_for_leave: Unlocking done
wait_for_lock -[#red,bold]-> locking: Press Red, Timeout
wait_for_lock -[#green,bold]-> timed_unlock: Press Green
wait_for_open --> locking: Timeout
wait_for_open --> wait_for_enter: Open door
@enduml
| false | true | false | false | sequence |
930b578216507c1e7e98388261bfd448f372d578 | 54445e30c74df01cccd6bab3419b1998a22ad599 | /documentation/it01-02/it2_sys_process_view_get.puml | f1767dbeacbb352a099e323292ec9945d478038b | [] | no_license | danieljfgoncalves/arqsi2017-3da-1151159-1151452 | 68694c11c692eb0a6724af986206dd4f7d326772 | 905e8b061f9c763be31107db0b5245a062e0bab0 | refs/heads/master | 2021-05-05T06:27:14.764693 | 2017-12-13T12:55:08 | 2017-12-13T12:55:08 | 118,801,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 512 | puml | @startuml
title: <size:20> GET Request [System Process View]</size>
' Lifelines
participant Client as cl <<HTTP>>
participant Server as node <<NodeJS>>
database Database as db <<MongoDB>>
' Sequence
note over of node #00aeff: Express JS App
cl -> node : [GET] request
activate node #6cc24a
note over of db #ecb731: CRUD
node -> db : READ
activate db #146eb4
db --> node : returns json objects
deactivate db
node --> cl : display json\n<font color=blue><b>[status: 200]
deactivate node
@enduml | false | true | false | false | sequence |
64ea9bb6ea6945ec5f3bf1ee40f07d0c310e7d43 | 342ac96cc1a16cf50665c51f34856a31d0b1f8ab | /assets/Catena_LoRaWAN.plantuml | f05fbecc9e9e7eb4692741cffff6b190df1512f2 | [
"MIT"
] | permissive | isabella232/Catena-Arduino-Platform | 6ec5739719dd66b68e527248ed67c2dc579eb8c2 | 119e90eacc803f523e054e5cbf8cebcd47cbc090 | refs/heads/master | 2022-04-03T00:53:09.969247 | 2020-02-10T20:32:03 | 2020-02-10T20:32:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,397 | plantuml | @startuml
/'
Module: Catena_LoRaWAN.plantuml
Function:
PlantUML reference source for Catena::LoRaWAN class diagram.
Copyright:
See accompanying LICENSE file at
https:://github.com/mcci-catena/Catena-Arduino-Platform
Author:
Terry Moore, MCCI Corporation July 2019
Notes:
PlantUML images in REAMDE.md are generated by pasting this file into
the server at http://www.plantuml.com/plantuml, and grabbing the
resulting URLs.
'/
hide empty members
package Arduino-LoRaWAN as "MCCI Arduino LoRaWAN Library" {
abstract class Arduino_LoRaWAN
abstract class Arduino_LoRaWAN_machineQ_base as ".._machineQ_base"
class Arduino_LoRaWAN_machineQ_us915 as ".._machineQ_us915"
class Arduino_LoRaWAN_machineQ
abstract class Arduino_LoRaWAN_ttn_base as ".._ttn_base"
class Arduino_LoRaWAN_ttn_eu868 as ".._ttn_eu868"
class Arduino_LoRaWAN_ttn_us915 as ".._ttn_us915"
class Arduino_LoRaWAN_ttn_au921 as ".._ttn_au921"
class Arduino_LoRaWAN_ttn_as923 as ".._ttn_as923"
class Arduino_LoRaWAN_ttn_in866 as ".._ttn_in866"
class Arduino_LoRaWAN_ttn
Arduino_LoRaWAN <|-- Arduino_LoRaWAN_machineQ_base
Arduino_LoRaWAN <|-- Arduino_LoRaWAN_ttn_base
Arduino_LoRaWAN_machineQ_base <|-- Arduino_LoRaWAN_machineQ_us915
Arduino_LoRaWAN_machineQ_us915 <|.. Arduino_LoRaWAN_machineQ
note right on link
Region selected at compile time
by IDE or command line
end note
class Arduino_LoRaWAN_network
Arduino_LoRaWAN_ttn_base <|-- Arduino_LoRaWAN_ttn_eu868
Arduino_LoRaWAN_ttn_base <|-- Arduino_LoRaWAN_ttn_us915
Arduino_LoRaWAN_ttn_base <|-- Arduino_LoRaWAN_ttn_au921
Arduino_LoRaWAN_ttn_base <|-- Arduino_LoRaWAN_ttn_as923
Arduino_LoRaWAN_ttn_base <|-- Arduino_LoRaWAN_ttn_in866
Arduino_LoRaWAN_ttn_eu868 <|.. Arduino_LoRaWAN_ttn
Arduino_LoRaWAN_ttn_us915 <|.. Arduino_LoRaWAN_ttn
Arduino_LoRaWAN_ttn_au921 <|.. Arduino_LoRaWAN_ttn
Arduino_LoRaWAN_ttn_as923 <|.. Arduino_LoRaWAN_ttn
Arduino_LoRaWAN_ttn_in866 <|.. Arduino_LoRaWAN_ttn
Arduino_LoRaWAN_machineQ <|.. Arduino_LoRaWAN_network
note right on link
Network selected at compile time
by IDE or command line.
end note
Arduino_LoRaWAN_ttn <|.. Arduino_LoRaWAN_network
}
namespace McciCatena {
class cPollableObject
class Catena::LoRaWAN
note right
Some complexity hidden;
Subclasses deal with device
configuration and FRAM
usage.
end note
cPollableObject <|- Catena::LoRaWAN
.Arduino_LoRaWAN_network <|.. Catena::LoRaWAN
}
@enduml | false | true | false | false | class |
6f5caa32b0146ccb5b474ade36f445a9d0f1b090 | b622200b7096310181b49f92318b0ad9fb269610 | /0_BLENotifier/thingml-gen/UML/HouseTestCfg/HouseTestCfg/docs/HouseTestCfg_datatypes.plantuml | 9047b56b63e6528ff0a96292d3c67caafb5cb601 | [] | no_license | srlaghm/ThingML-BLE | 2ab887c8c836423a3982d4c87acdd65511dd92be | a7aa1580ece9e520f777601093a07b39fcb26d7b | refs/heads/master | 2023-04-06T18:10:34.883400 | 2017-06-15T07:38:05 | 2017-06-15T07:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 672 | plantuml | @startuml
caption Datatypes used in configuration HouseTestCfg
class UInt8 <<(D,#D2E524)1>> {
}
note bottom of UInt8 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint8_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"1"</color>\n
class ArduinoServo <<(O,#E5D224)>> {
}
note bottom of ArduinoServo : <b>@c_type</b> <color:royalBlue>"Servo"</color>\n<b>@c_byte_size</b> <color:royalBlue>"2"</color>\n
class UInt32 <<(D,#D2E524)4>> {
}
note bottom of UInt32 : <b>@type_checker</b> <color:royalBlue>"Integer"</color>\n<b>@c_type</b> <color:royalBlue>"uint32_t"</color>\n<b>@c_byte_size</b> <color:royalBlue>"4"</color>\n
@enduml | false | true | false | false | class |
c1e23079cd0c2a8c57e4b367bb5c949967b89a32 | 9768d75a1c566d427b15ffdc2066c2ddb7eb5a19 | /design/HandleSocket.puml | 00fc90a33773ce23bd28a78d735040a6d1939ff6 | [] | no_license | iaine/Mia | e47768c262c0d4073e0462d41594ea972df156df | 6fa62aa14283a389735339a58d654159c529e6e6 | refs/heads/master | 2022-12-20T23:46:17.463540 | 2019-08-11T21:32:13 | 2019-08-11T21:32:13 | 199,810,234 | 0 | 0 | null | 2022-12-10T05:22:35 | 2019-07-31T08:08:12 | JavaScript | UTF-8 | PlantUML | false | false | 395 | puml | @startuml
User -> LiveEdit: Shows Edit View
User -> LiveEdit: Create Programme
LiveEdit --> LiveEdit: Check Syntax
User -> LiveEdit: Plays Programme
LiveEdit --> Parser: Create ParseTree
Parser -> Language: Run Programme
Language -> Data: Connect to DataSource
Language <- Data: Sends Events
alt
Language <- Language: Handle Events
else
Language <- Language: Handle Error
end
@enduml | false | true | false | false | sequence |
ad9b3323778981fef5d27080c7f9fcbb17a38220 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1141042/sprint2/forms_editor_design.puml | d341161d654eb43007de57eaa63288013469a963 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 631 | puml | @startuml doc-files/forms_editor_design.png
actor User
participant "<<analysis>>\nFormEditorUI" as FormEditorUI
User->FormEditorUI: form().
FormEditorUI->FormFrame: new()
loop
alt add
FormFrame->AskContent: new()
AskContent->FormFrame: showConfirmDialog()
FormFrame->SingleLine: addSingleLine(new SingleLine( name,content))
SingleLine->FormFrame: addSingleLine(SingleLine panel)
FormFrame->FormFrame: refreshUI()
end
alt remove
FormFrame->SingleLine: remove()
SingleLine->FormFrame: showConfirmDialog()
FormFrame->SingleLine: answer()
SingleLine->FormFrame: removeSingleLine()
FormFrame->FormFrame: refresh()
end
end
@enduml | false | true | false | false | usecase |
94399bff2b7a89421cb9fe6e41522f36102c24c3 | 0d2a35c13be1c9575d0ec63a49a88778f523ead3 | /doc/diagrams/puml/sequenceDIagramMove.puml | 6dd7c3b492dd755a0a36ec08770d96d91876fde0 | [] | no_license | Karolina606/Safari | fb99904d4cc093bf4d2508181ae77756dc0540a7 | b22e49ba55ce94d896f2dd3848e04dd059ebe1c9 | refs/heads/master | 2022-07-29T03:01:51.781883 | 2020-05-26T10:29:02 | 2020-05-26T10:29:02 | 254,879,029 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,025 | puml | @startuml
title move
-> Animal
activate Animal
loop times appropriate to energyLevel
Animal -> Position: ask for random position
activate Position
Position --> Animal: random position
deactivate Position
Animal -> SafariMap: what is on position
activate SafariMap
SafariMap --> Animal: return SafariObject from position
deactivate SafariMap
alt position empty
Animal -> SafariMap: place on position
SafariMap -> SafariMap: place animal on position
Animal -> Animal: decrease energy
else object to eat
Animal -> SafariObject: eat that object
activate SafariObject
SafariObject -> SafariMap: delete object from map
deactivate SafariObject
Animal -> Animal: increase energy
else object the same type
Animal -> SafariObject: reproduct
Animal -> SafariMap: place new object of this type on map
else another object
Animal -> Animal: don't move
end
end
<- Animal
deactivate Animal
@enduml | false | true | false | false | sequence |
b65cc0fcf43aaecc6e371a08f0505cc8720e1c76 | 58f618450c8fe36e1cc5a75b678bbf74a0c99836 | /docu/diagrams/cld.puml | 0cf067ce0bcbad94dba1b27741c623ba278013f4 | [] | no_license | 2122-5ahif-nvs/02-microproject-gahleitnerLorenz | 9f17b7052a2a0efe15a694a15c2b5979fe8c05af | 9da0119c1b78754f76bbfbd1ee5280b0760c6149 | refs/heads/main | 2023-08-19T16:03:30.027245 | 2021-10-14T10:44:41 | 2021-10-14T10:44:41 | 414,503,727 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 680 | puml | @startuml
class Employee{
-name: String
-birthdate: LocalDate
-count: Integer
-id: Long
-contract: List<Contract>
}
class Client{
-adress: String
-name: String
-contracts: List<Contract>
-rooms: String
-id: Long
}
Enum TypeOfFacilityManagement{
-CLEANING
-SECURITY
-REPAIRMENT
-PREPARE
-PLAN
}
class Contract{
-endDateOfContract: Date
-employee: Worker
-companyOfWork: Company
-salary: Double
-facilityManagementperformed: TypeOfFacilityManagement
-id: Long
}
Employee "1" <-- "*" Contract : has
Client "1" <-- "*" Contract : has
Contract "*" -- "1" TypeOfFacilityManagement : has
@enduml | false | true | false | false | class |
6aac13fcb6664fb28723bb69cb0e7c56a33438bd | 3a87571e84f18ed4bf02f652408bee9e4a18505c | /diagram/steven.puml | 975c91c355a3e83bae52426feda8f7888c0ca9c7 | [
"MIT"
] | permissive | canonical-debate-lab/cd-domain-model | e2b945066f963d12206083792f063e56886ef13b | 37921e45659b6d0bd2d0d8ed8679f2d010e2c4bb | refs/heads/main | 2023-04-02T18:12:29.555732 | 2021-04-13T16:05:31 | 2021-04-13T16:05:31 | 317,239,684 | 1 | 0 | MIT | 2020-12-11T18:54:27 | 2020-11-30T13:55:48 | Kotlin | UTF-8 | PlantUML | false | false | 339 | puml | @startuml
class Claim {
String* positive_sentences
String* negation_sentences
String generate_negation_sentence()
}
class Support {
Claim premise
boolean premise_affirmation
Claim conclusion
boolean conclusion_affirmation
}
Claim "1" <- Support: < premise
Claim "1" <- Support: < conclusion
Claim <|-- Support
@enduml
| false | true | false | false | class |
dc7b63cf552f2021233ab7e3f3f288fe7087cdcb | df151ab0be7c27fd0cf1ab85ccc841493f3d369c | /app/src/main/java/com/sinhvien/quanlychitieu/adapter/adapter.plantuml | 1738f037f5bdd36ec509b094942f2ff108681b62 | [] | no_license | ncdanh19/QuanLyChiTieu | 1b6d72d5c320ae05f7133b8903d9d00b26051408 | a63213af69e0c108090d16008b3cf5351b52ffb6 | refs/heads/master | 2020-05-16T11:49:42.141615 | 2019-06-11T02:08:24 | 2019-06-11T02:08:24 | 182,412,608 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,085 | plantuml | @startuml
title __ADAPTER's Class Diagram__\n
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class AlertDialogAdapter {
- listTaiKhoan : List<TaiKhoan>
- context : Context
+ AlertDialogAdapter()
+ AlertDialogAdapter()
+ AlertDialogAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class AlertDialogViewHolder {
~ imageicon : ImageView
~ tv_tenTaiKhoan : TextView
~ AlertDialogViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class ChuyenImage {
{static} + getString()
{static} + getStringtoImage()
+ getBytes()
+ getImage()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class HanMucAdapter {
~ context : Context
~ listHanMuc : List<HanMuc>
~ simpleDateFormat : SimpleDateFormat
+ HanMucAdapter()
+ HanMucAdapter()
+ updateData()
+ onCreateViewHolder()
+ onBindViewHolder()
- formatCurrency()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class HanMucViewHolder {
- imageHangMuc : ImageView
- tenHanMuc : TextView
- ngayBatDau : TextView
- ngayKetThuc : TextView
- soTienHanMuc : TextView
- soTienConLai : TextView
- currentcy1 : TextView
- currentcy2 : TextView
- ngayConLai : TextView
- trangThai : TextView
- processBar : ProgressBar
+ HanMucViewHolder()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
interface ItemClickListener {
{abstract} + onClick()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class LoaiTaiKhoanViewAdapter {
- loaiTaiKhoans : ArrayList<LoaiTaiKhoan>
- context : Context
+ LoaiTaiKhoanViewAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class RecyclerViewHolder {
~ textItem : TextView
~ imageItem : ImageView
~ RecyclerViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class MyHangMucChiRecyclerViewAdapter {
- context : Context
- listHangMuc : List<HangMuc>
+ MyHangMucChiRecyclerViewAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class HangMucChiViewHolder {
~ textItem : TextView
~ imageItem : ImageView
~ HangMucChiViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class MyHangMucThuRecyclerViewAdapter {
- context : Context
- listHangMuc : List<HangMuc>
+ MyHangMucThuRecyclerViewAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class HangMucThuViewHolder {
~ textItem : TextView
~ imageItem : ImageView
~ HangMucThuViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
interface OnPagerItemSelected {
{abstract} + pagerItemSelected()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class TaiKhoanAdapter {
- listTaiKhoan : List<TaiKhoan>
- context : Context
+ TaiKhoanAdapter()
+ TaiKhoanAdapter()
+ TaiKhoanAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
- formatCurrency()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class TaiKhoanViewHolder {
~ buttonTuyChon : ImageButton
~ imageicon : ImageView
~ tv_tenTaiKhoan : TextView
~ tv_SoTien : TextView
~ textCurrency : TextView
+ recyclerView : RecyclerView
~ TaiKhoanViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class ThongKeAdapter {
- context : Context
- listThuChi : List<ThuChi>
+ ThongKeAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
- TongTien()
+ getItemCount()
- formatCurrency()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class ThongKeViewHolder {
~ imageHangMuc : ImageView
~ tenHangMuc : TextView
~ soTien : TextView
~ processBar : ProgressBar
~ textCurrency : TextView
~ percent : TextView
~ ThongKeViewHolder()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class TongQuanAdapter {
- listThuChi : List<ThuChi>
- context : Context
+ TongQuanAdapter()
+ onCreateViewHolder()
+ onBindViewHolder()
- formatCurrency()
+ getItemCount()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class TongQuanViewHolder {
~ textCurrency : TextView
~ imageHangMuc : ImageView
~ textHangMuc : TextView
~ textNgay : TextView
~ textSoTien : TextView
~ textViTien : TextView
~ TongQuanViewHolder()
+ onClick()
+ onLongClick()
~ setItemClickListener()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.adapter {
class ViewPagerAdapter {
- mFragmentList : List<Fragment>
- mFragmentTitleList : List<String>
+ ViewPagerAdapter()
+ getItem()
+ getCount()
+ addFragment()
+ getPageTitle()
}
}
}
AlertDialogAdapter -up-|> Adapter
AlertDialogAdapter o-- OnPagerItemSelected : listener
AlertDialogAdapter +-down- AlertDialogViewHolder
AlertDialogViewHolder -up-|> OnClickListener
AlertDialogViewHolder -up-|> OnLongClickListener
AlertDialogViewHolder -up-|> ViewHolder
AlertDialogViewHolder o-- ItemClickListener : itemClickListener
HanMucAdapter -up-|> Adapter
HanMucAdapter +-down- HanMucViewHolder
HanMucViewHolder -up-|> ViewHolder
LoaiTaiKhoanViewAdapter -up-|> Adapter
LoaiTaiKhoanViewAdapter o-- OnPagerItemSelected : listener
LoaiTaiKhoanViewAdapter +-down- RecyclerViewHolder
RecyclerViewHolder -up-|> OnClickListener
RecyclerViewHolder -up-|> OnLongClickListener
RecyclerViewHolder -up-|> ViewHolder
RecyclerViewHolder o-- ItemClickListener : itemClickListener
MyHangMucChiRecyclerViewAdapter -up-|> Adapter
MyHangMucChiRecyclerViewAdapter o-- OnPagerItemSelected : listener
MyHangMucChiRecyclerViewAdapter +-down- HangMucChiViewHolder
HangMucChiViewHolder -up-|> OnClickListener
HangMucChiViewHolder -up-|> OnLongClickListener
HangMucChiViewHolder -up-|> ViewHolder
HangMucChiViewHolder o-- ItemClickListener : itemClickListener
MyHangMucThuRecyclerViewAdapter -up-|> Adapter
MyHangMucThuRecyclerViewAdapter o-- OnPagerItemSelected : listener
MyHangMucThuRecyclerViewAdapter +-down- HangMucThuViewHolder
HangMucThuViewHolder -up-|> OnClickListener
HangMucThuViewHolder -up-|> OnLongClickListener
HangMucThuViewHolder -up-|> ViewHolder
HangMucThuViewHolder o-- ItemClickListener : itemClickListener
TaiKhoanAdapter -up-|> Adapter
TaiKhoanAdapter o-- OnPagerItemSelected : listener
TaiKhoanAdapter o-- TaiKhoanHelper : tk_database
TaiKhoanAdapter o-- ThuChiHelper : tc_database
TaiKhoanAdapter o-- TaiKhoanAdapter : adapter
TaiKhoanAdapter +-down- TaiKhoanViewHolder
TaiKhoanViewHolder -up-|> OnClickListener
TaiKhoanViewHolder -up-|> OnLongClickListener
TaiKhoanViewHolder -up-|> ViewHolder
TaiKhoanViewHolder o-- TaiKhoanAdapter : adapter
TaiKhoanViewHolder o-- ItemClickListener : itemClickListener
ThongKeAdapter -up-|> Adapter
ThongKeAdapter +-down- ThongKeViewHolder
ThongKeViewHolder -up-|> ViewHolder
TongQuanAdapter -up-|> Adapter
TongQuanAdapter +-down- TongQuanViewHolder
TongQuanViewHolder -up-|> OnClickListener
TongQuanViewHolder -up-|> OnLongClickListener
TongQuanViewHolder -up-|> ViewHolder
TongQuanViewHolder o-- ItemClickListener : itemClickListener
ViewPagerAdapter -up-|> FragmentPagerAdapter
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 |
d6f59954880cdc52a8cf88ef4d06477cb9a6d157 | 8621a669225007fdbe4ed1605a1ab66037b8cbce | /src/main/resources/CollectionFrame.puml | 745b8b06477465d99bcd43898943daab13498ea6 | [] | no_license | xingxingge/MyProjects | cad27add50d70527c82bba02e9973e6e93da2028 | 1d7625c1be82ef7869c619a5ebf69e8fc0d877a9 | refs/heads/master | 2022-09-03T20:29:57.748093 | 2022-08-19T14:11:37 | 2022-08-19T14:11:37 | 52,705,444 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,192 | puml | @startuml
interface Iterable{
Iterator iterator()
}
interface Collection
interface Iterator{
}
abstract class AbstractCollection
interface List{
}
interface ListIterator{
}
class Vector{
}
class Stack{
}
abstract class AbstractList
Iterator <.. Collection
Iterable <|- Collection
Collection <|- List
List <|.. AbstractList
Iterator<|.. ListIterator
Collection <|.. AbstractCollection
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
AbstractList <|-- AbstractSequentialList
List <|.. LinkedList
Deque <|.. LinkedList
Queue <|-- Deque
Collection <|-- Queue
AbstractSequentialList <|-- LinkedList
Collection <|- Set
Set <|.. AbstractSet
AbstractCollection <|- AbstractSet
Vector <|-Stack
AbstractList <|-Vector
List <|..Vector
Map <|-AbstractMap
AbstractMap <|-HashMap
Map <|..HashMap
Map <|.. LinkedHashMap
HashMap <|- LinkedHashMap
interface Deque{
}
interface Queue{
}
class ArrayList {
Object[] elementData
size()
}
class LinkedList {
Object[] elementData
size()
}
abstract class AbstractSet{
}
abstract class AbstractSequentialList{
}
interface Set{
}
interface Map{
}
abstract class AbstractMap{
}
class HashMap{
}
class LinkedHashMap{
}
@enduml
| false | true | false | false | class |
09e0b19c83895cd230d5b41797f1191538ee3251 | 426c9b9b2ccb9a4ff7f797065b0ec3999ee66629 | /chapter5/automobile.puml | dd6c100efcd0e21d5e9e2a8b4ad2e57c53b8cece | [] | no_license | kyamashiro/head-first-ooad | 0f19da87a694cb47b6d6725049201b14afe1985f | cef1319789ce7225d1e97f51f94b29ccefaeff8b | refs/heads/master | 2020-05-09T12:09:08.686383 | 2019-08-25T09:05:54 | 2019-08-25T09:05:54 | 181,103,279 | 1 | 0 | null | 2019-08-15T09:58:19 | 2019-04-13T00:59:13 | PHP | UTF-8 | PlantUML | false | false | 117 | puml | @startuml
class Automobile {
start()
stop()
changeTires(Tire [*])
drive()
wash()
checkOil()
getOil():int
}
@enduml
| false | true | false | false | class |
5e42ea27dc0931cf35ab48157b10113fc792f06b | 418493e99ee0c87456da7cb3ef22aa4bcb83be60 | /documentation/software_design/manage_split/create_split_diagSequence.puml | bd6585e87baf310a0fb0526d64f3238a0f570542 | [] | no_license | AyoubMoujane/SplitPay | 8fc6fe1eb09b5d1566015994b5443e77eb5ec2a4 | 8408108f732a77ed837dfc695e9a712c33b614a7 | refs/heads/main | 2023-02-16T11:40:57.259756 | 2021-01-17T07:26:19 | 2021-01-17T07:26:19 | 311,427,277 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,014 | puml | @startuml
autonumber
actor SplitOwner
Participant ParticipantView
Participant CreationSplitController
Participant SplitClientFacade
Participant ObservableSplitClient
Participant AdaptableSplitClient
SplitOwner -> ParticipantView : Split creation attempt
ParticipantView -> CreationSplitController: createSplit()
CreationSplitController -> SplitClientFacade: createSplit()
SplitClientFacade -> ObservableSplitClient: sendToServer()
ObservableSplitClient -> AdaptableSplitClient: sendToServer()
AdaptableSplitClient -> AdaptableSplitClient: handleMessageFromServer()
AdaptableSplitClient -> ObservableSplitClient: handleMessageFromServer()
ObservableSplitClient -> ObservableSplitClient: notifyAllObservers()
ObservableSplitClient -> SplitClientFacade: update()
SplitClientFacade -> SplitClientFacade: handleMessageFromServer()
alt creation success
SplitClientFacade -> CreationSplitController: success message
else error creation split
SplitClientFacade -> CreationSplitController: error message
end
@enduml
| false | true | false | false | sequence |
8d835fc76d02584f4da67e443c17abe5ab0167d0 | e80c5fe439cb8fe4bcca554f1ff861299f40fa60 | /1.Basics/3_Button/thingml-gen/UML/Button2App/Button2App/docs/Button2App_class_compact.plantuml | 98c97bd95ef140dfa0b7605ea3600de06a982633 | [] | no_license | madkira/ThingMLArduinoDemo | 331a8e258d4e57d18efb9dccd581179b8f69c0ba | 730789e11960547852cd4e1a0254f49f08ea8131 | refs/heads/master | 2020-12-07T03:57:47.048263 | 2017-06-27T12:19:36 | 2017-06-27T12:19:36 | 95,461,161 | 0 | 0 | null | 2017-06-26T15:27:01 | 2017-06-26T15:27:01 | null | UTF-8 | PlantUML | false | false | 1,021 | plantuml | @startuml
caption Things used in configuration Button2App
class LED <<(T,#F94918)PSM>> {
..Properties..
-PIN : UInt8 = 11
..Port ctrl..
>>led_ON
>>led_OFF
..Functions..
-setDigitalOutput(...) : void
-digitalWrite(...) : void
}
class LEDMsgs <<(T,#5BBF09)PIM>> {
..Messages..
-led_ON()
-led_OFF()
}
class TestButton <<(T,#5BBF09)PIM>> {
..Port led1..
<<led_ON
<<led_OFF
..Port led2..
<<led_ON
<<led_OFF
..Port but..
>>press
>>release
..Port timer..
>>timer_timeout
<<timer_start
<<timer_cancel
}
class ButtonMsgs <<(F,#BC74ED)Fragment>> {
..Messages..
-press()
-release()
}
class TimerMsgs <<(F,#BC74ED)Fragment>> {
..Messages..
-timer_start(...)
-timer_cancel(...)
-timer_timeout(...)
-ms25_tic()
-ms500_tic()
}
class Button <<(T,#F94918)PSM>> {
..Properties..
-PIN : UInt8 = 8
..Port clock..
>>ms25_tic
..Port evt..
<<press
<<release
..Functions..
-is_pressed() : Boolean
}
LEDMsgs <|-- LED
ButtonMsgs <|-- TestButton
LEDMsgs <|-- TestButton
TimerMsgs <|-- TestButton
ButtonMsgs <|-- Button
TimerMsgs <|-- Button
@enduml | false | true | false | false | class |
2049c7a00a213baaf629d47adf810adc71b7b0e0 | 1a874b3427decfdc734e03583dd8cc63d657cdad | /app/src/main/java/com/example/airpnp/AuthPackage/AuthPackage.plantuml | 99e1db77c5652141e13a85ce2c2252073757621e | [] | no_license | IdoPerez/AirPnP | 0badff3de357d4add3e262115310e5ffed5d1dab | 785869469e7958e4d4acaf3f6a6ff7f0b5a07433 | refs/heads/master | 2023-06-05T01:16:14.054826 | 2021-06-23T06:16:55 | 2021-06-23T06:16:55 | 309,782,171 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,345 | plantuml | @startuml
title __AUTHPACKAGE's Class Diagram__\n
namespace com.example.airpnp {
namespace AuthPackage {
class com.example.airpnp.AuthPackage.Authentication {
+ edEmail : EditText
+ edPassword : EditText
- mAuth : FirebaseAuth
+ Auth()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ userRegister()
# onCreate()
- userLogin()
}
}
}
namespace com.example.airpnp {
namespace AuthPackage {
class com.example.airpnp.AuthPackage.EmailVerification {
- btn : Button
+ sendEmailVerification()
+ startEmailVerification()
# onCreate()
}
}
}
namespace com.example.airpnp {
namespace AuthPackage {
class com.example.airpnp.AuthPackage.RegisterSecStep {
~ addCarBtn : ImageButton
~ carName : String
~ carNumber : String
~ edCarName : EditText
~ edCarNumber : EditText
~ email : String
~ password : String
~ phoneNum : String
~ sizeItems : ArrayList<SizeItem>
~ sizeSpinner : Spinner
~ userCarList : ListView
~ userCars : ArrayList<UserCar>
~ username : String
- mAuth : FirebaseAuth
+ createUser()
# onCreate()
- carEditTextCheck()
- createUserFireBase()
}
}
}
namespace com.example.airpnp {
namespace AuthPackage {
class com.example.airpnp.AuthPackage.RegisterUser {
~ backBtn : ImageButton
~ infoLayout : LinearLayout
- edEmail : EditText
- edName : EditText
- edPassword : EditText
- edPhoneNum : EditText
+ createUser()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onCreate()
- createUserDetails()
}
}
}
com.example.airpnp.AuthPackage.EmailVerification o-- com.example.airpnp.Helper.FirebaseHelper : firebaseHelper
com.example.airpnp.AuthPackage.RegisterUser o-- com.example.airpnp.UserPackage.User : user
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 |
2765c0470c740bc54204f190708a968de05aaa29 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/add_binary/add_binary.plantuml | c266860a09d04acca0837706cce2a7189517fe3a | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 436 | plantuml | @startuml
title __ADD_BINARY's Class Diagram__\n
namespace cn.shui.order {
namespace add_binary {
class cn.shui.order.add_binary.Solution {
{static} + addBinary()
{static} + main()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
2f6e7fc274ac7d4323949bf9923ace77599b64e6 | c0daa38416d0df67da681d5a3b457cc63b4a78bf | /src/test/java/uk/ac/ebi/pride/utilities/util/util.plantuml | 6cb807a679853fb399c50d7f17009b91526f5371 | [
"Apache-2.0"
] | permissive | PRIDE-Utilities/pride-utilities | 5dca0a5154c13a27d6dfa6e18dbc4a6a1c908962 | a6a375d69c1f3085cd1774a1fbd27e2b5c77a9cf | refs/heads/master | 2022-09-05T01:09:01.400987 | 2022-09-02T13:24:19 | 2022-09-02T13:24:19 | 23,535,931 | 1 | 3 | null | 2022-09-02T13:24:20 | 2014-09-01T08:35:19 | Java | UTF-8 | PlantUML | false | false | 513 | plantuml | @startuml
title __UTIL's Class Diagram__\n
package uk.ac.ebi.pride.utilities.util {
class NumberUtilitiesTest {
+ testIsNumber()
+ testIsInteger()
+ testIsNonNegativeInteger()
+ testScaleDouble()
+ testIsoPointcaculate()
+ testGravicalculate()
}
}
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 |
f773493708e5f8a6c866548f3733ab37839cd184 | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/conception/sequenceDiagrams/addRelation.puml | 082e7eadc0bc4ebc4113199faed470a14c95f6ae | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,593 | puml | @startuml
actor User as u
participant ListenerDialogEditor as lde
participant ListenerDialogNRelation as ldbr
participant A_ClassDiagram as Cd
participant "r : N_Relation" as r
participant "dm : DoubleMultiplicity" as dm
participant "a : Association" as a
u -> lde: Add n- relation click
activate lde
lde -> ldbr: new ListenerDialogNRelation()
activate ldbr
ldbr --> lde
deactivate ldbr
lde --> u: Add binary relation form
deactivate lde
u -> ldbr: Array<A_class> : classes
activate ldbr
opt
u -> ldbr: A_class : associative
end
u -> ldbr: click OK
ldbr -> r: new N_Relation("n-ary")
activate r
r --> ldbr: r
deactivate r
loop foreach A_Class c in classes
ldbr -> dm: new DoubleMultiplicity(0, 0, "", c, r)
activate dm
dm --> ldbr: dm
deactivate dm
ldbr -> r: addMultiplicity(dm)
activate r
r --> ldbr
deactivate r
end
alt isDefined(associative)
ldbr -> a: new Association(associative, r)
activate a
a --> ldbr: a
deactivate a
ldbr -> Cd: addRelation(a)
activate Cd
Cd --> ldbr
deactivate Cd
else
ldbr -> Cd: addRelation(r)
activate Cd
Cd --> ldbr
deactivate Cd
end
ldbr --> u: repainted view
deactivate ldbr
@enduml | false | true | false | false | usecase |
d12533a40dfa25534139c93a435371dcb96f2a4e | 8d91ff31e22d4f0f2082ebba0c6da8ec4391e8f4 | /src/doc/sequenceDiagram/UpdateUserDetails.puml | ba31aa6dd2c07e8b0134d4a7dd02178b3c9c80a9 | [] | no_license | suraj903/sportsgeek_backend-1 | fe54372687c96ac6a92a8e76d913bf60f44ffee7 | 99fe51fa81a9df4599f2b3eeac299846d5bf835d | refs/heads/master | 2023-07-28T02:16:51.481764 | 2021-09-13T14:43:12 | 2021-09-13T14:43:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,291 | puml | @startuml
header SportsGeek
title Update User Details
skinparam ParticipantPadding 10
skinparam BoxPadding 20
actor User
box "SportsGeek System"
participant sportsGeek
end box
box "User Service"
participant user
end box
box "database"
database database
end box
User -> sportsGeek: Get User by UserId
activate sportsGeek #lightblue
alt #white Update User Details
sportsGeek -> "user" : Get User Details
activate user #lightblue
user -> "database" : Get User Details
activate "database" #lightblue
"database" --> "user" : <font color=darkblue><b>Response User Details
deactivate "database"
alt #lightgreen If user Found
"user" --> sportsGeek : <font color=darkblue><b>Response User Details
"sportsGeek" --> User : <font color=darkblue><b>Response User Details
else #pink If User Not Found
"user" --> "sportsGeek" : <font color=darkblue><b>Response User with UserId not found
deactivate "user"
"sportsGeek" --> User : <font color=darkblue><b>Response User with UserId not found
deactivate "sportsGeek"
end alt
User -> "sportsGeek": Update User Details
activate sportsGeek #lightblue
note right #yellow
*params*
firstName=xyz
lastName=pqr
genderId=1
username=xyz112
email=xyz123@gmail.com
mobileNumber=9632587410
profilePicture=xyz.png
end note
"sportsGeek" -> "user" : Update User Details
activate user #lightblue
user -> "database" : Update User Details
activate "database" #lightblue
alt #lightgreen Success
"database" --> "user" : <font color=darkblue><b>Response User Details Updated
"user" --> "sportsGeek" : <font color=darkblue><b> Response User Details Updated Successfully
"sportsGeek" --> User : <font color=darkblue><b> Response User Details Updated Successfully
else #pink If User Not Found
"database" --> "user" : <font color=darkblue><b>User with UserId not found
deactivate "database"
"user" --> "sportsGeek" : <font color=darkblue><b>Response User with UserId not found
"sportsGeek" --> User : <font color=darkblue><b>Response User with UserId not found
else #pink Error
"user" --> "sportsGeek" : <font color=darkblue><b> Response Unable to upload User Image
deactivate "user"
"sportsGeek" --> User : <font color=darkblue><b> Response Unable to upload User Image
deactivate "sportsGeek"
end alt
end alt
User -> "sportsGeek": Update Password
activate sportsGeek #lightblue
alt #white Update Password
note right #yellow
*params*
userId=1
oldPassword=*
newPassword=*
end note
"sportsGeek" -> "user" : Check Old Password
activate user #lightblue
user -> "database" : Check Old Password
activate "database" #lightblue
alt #lightgreen If old Password Matched
"database" --> "user" : <font color=darkblue><b>Password Changed Successfully
"user" --> "sportsGeek" : <font color=darkblue><b>Response Password Changed Successfully
"sportsGeek" --> User : <font color=darkblue><b>Response Password Changed Successfully
else #pink If Old Password Not Matched
"database" --> "user" : <font color=darkblue><b>Old Password does not match
deactivate "database"
"user" --> "sportsGeek" : <font color=darkblue><b>Response Old Password does not match
deactivate "user"
"sportsGeek" --> User : <font color=darkblue><b>Response Old Password does not match
deactivate "sportsGeek"
end alt
end alt
@enduml | false | true | false | false | sequence |
760e5090cc8467b92b96b66e8e6a6c44a399442b | c0a72ae92089703f45898b42b126b9bda65c7629 | /src/PlantUML/Domain Diagram.puml | 912876a4aa33727631613631851d516a65ab22bb | [] | no_license | EmmsDK/Diagrams | 5be31d15a29ccebc760c3f9c4326d780d41cf284 | 19c87aa7a61ded2edbecd9ebc4ba68d5a7f8e6e8 | refs/heads/master | 2023-08-25T09:54:05.471270 | 2021-11-03T12:01:13 | 2021-11-03T12:01:13 | 424,204,112 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 211 | puml | @startuml
(Main)<|-- (Admin)
(Admin) <|-- (Team)
(Admin) <|-- (Date)
(Admin) <|-- (Knockout)
(Admin) <|-- (Brackets)
(Team) <|-- (Player)
(Brackets) <|-- (Team)
(Date) <|-- (Team)
(Knockout) <|-- (Team)
@enduml
| false | true | false | false | class |
a52eb9e99dd98fbeb282f1075331188784268a4e | 0c4947dd88f0571925ba65e79fd2ea6c6f35cdda | /src/main/java/cn/Bean.puml | b3feabed144041257207d466f89bf8ef14e39e33 | [] | no_license | zou2561789/springuml | e31ad444152730d961a37d900951f1a1d3dd9609 | 15a505af77591b3e08a091dda2382940e8e6c48e | refs/heads/master | 2020-05-05T08:10:03.561315 | 2019-06-15T10:36:34 | 2019-06-15T10:36:34 | 179,853,364 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 20,734 | puml | @startuml
class RootBeanDefinition{
- BeanDefinitionHolder decoratedDefinition
- AnnotatedElement qualifiedElement
- boolean allowCaching
- boolean isFactoryMethodUnique
{volatile} ResolvableType targetTyp
{volatile} Class<?> resolvedTargetType
{volatile} ResolvableType factoryMethodReturnType
{volatile} Method factoryMethodToIntrospect;
{final} Object constructorArgumentLock
Executable resolvedConstructorOrFactoryMethod
boolean constructorArgumentsResolved
Object[] resolvedConstructorArguments
Object[] preparedConstructorArguments
{final} Object postProcessingLock
boolean postProcessed
{volatile} Boolean beforeInstantiationResolved
- Set<Member> externallyManagedConfigMembers
- Set<String> externallyManagedInitMethods
- Set<String> externallyManagedDestroyMethods
+ String getParentName()
+ void setDecoratedDefinition(@Nullable BeanDefinitionHolder decoratedDefinition)
+ BeanDefinitionHolder getDecoratedDefinition()
+ void setQualifiedElement(@Nullable AnnotatedElement qualifiedElement
+ AnnotatedElement getQualifiedElement()
+ void setTargetType(ResolvableType targetType)
+ void setTargetType(@Nullable Class<?> targetType)
+ Class<?> getTargetType()
+ ResolvableType getResolvableType()
+ Constructor<?>[] getPreferredConstructors()
+ void setUniqueFactoryMethodName(String name)
+ boolean isFactoryMethod(Method candidate)
+ Method getResolvedFactoryMethod()
+ void registerExternallyManagedConfigMember(Member configMember)
+ boolean isExternallyManagedConfigMember(Member configMember)
+ void registerExternallyManagedInitMethod(String initMethod)
+ boolean isExternallyManagedInitMethod(String initMethod)
+ void registerExternallyManagedDestroyMethod(String destroyMethod)
+ boolean isExternallyManagedDestroyMethod(String destroyMethod)
+ RootBeanDefinition cloneBeanDefinition()
+ boolean equals(Object other)
+ String toString()
}
class BeanDefinitionHolder{
-{final} BeanDefinition beanDefinition
-{final} String beanName
-{final} String[] aliases
+ BeanDefinition getBeanDefinition()
+ String getBeanName()
+ String[] getAliases()
+ Object getSource()
+ boolean matchesName(@Nullable String candidateName)
+ String getShortDescription()
+ String getLongDescription()
+ String toString()
boolean equals(Object other)
}
class BeanComponentDefinition{
- BeanDefinition[] innerBeanDefinitions
- BeanReference[] beanReferences
+ String getName()
+ String getDescription()
+ BeanDefinition[] getBeanDefinitions()
+ BeanDefinition[] getInnerBeanDefinitions()
+ BeanReference[] getBeanReferences()
+ String toString()
+ boolean equals(Object other)
}
class GenericBeanDefinition{
- String parentName
+ void setParentName(String parentName)
+ String getParentName()
+ AbstractBeanDefinition cloneBeanDefinition()
+ boolean equals(Object other)
+ String toString()
}
class AnnotatedGenericBeanDefinition{
- {final} AnnotationMetadata metadata
- MethodMetadata factoryMethodMetadata
+ {final} AnnotationMetadata getMetadata()
+ {final} MethodMetadata getFactoryMethodMetadata()
}
class ChildBeanDefinition{
- String parentName
+ void setParentName(String parentName)
+ void validate() throws BeanDefinitionValidationException
+ AbstractBeanDefinition cloneBeanDefinition()
+ boolean equals(Object other)
+ int hashCode()
+ String toString()
}
class ScannedGenericBeanDefinition{
- {final} AnnotationMetadata metadata
+ {final} AnnotationMetadata getMetadata()
+ MethodMetadata getFactoryMethodMetadata()
}
class BeanMetadataAttribute{
-{final} String name
-{final} Object value
- Object source
+ String getName()
+ Object getValue()
+ void setSource(@Nullable Object source)
+ Object getSource()
+ boolean equals(Object other)
+ int hashCode()
+ String toString()
}
abstract class AbstractBeanDefinition{
+{static,final} String SCOPE_DEFAULT
+{static,final} int AUTOWIRE_NO
+{static,final} int AUTOWIRE_BY_NAME
+{static,final} int AUTOWIRE_BY_TYPE
+{static,final} int AUTOWIRE_CONSTRUCTOR
+{static,final} int AUTOWIRE_AUTODETECT
+{static,final} int DEPENDENCY_CHECK_NONE
+{static,final] int DEPENDENCY_CHECK_OBJECTS
+{static,final} int DEPENDENCY_CHECK_SIMPLE
+{static,final} int DEPENDENCY_CHECK_ALL
+{static,final} String INFER_METHOD
-{volatile} Object beanClass
- String scope
- boolean abstractFlag
- boolean lazyInit
- int autowireMode
- int dependencyCheck
- String[] dependsOn
- boolean autowireCandidate
- boolean primary
- {final} Map<String, AutowireCandidateQualifier> qualifiers
- Supplier<?> instanceSupplier
- boolean nonPublicAccessAllowed
- boolean lenientConstructorResolution
- String factoryBeanName
- String factoryMethodName
- ConstructorArgumentValues constructorArgumentValues
- MutablePropertyValues propertyValues
- MethodOverrides methodOverrides
- String initMethodName
- String destroyMethodName
- boolean enforceInitMethod
- boolean enforceDestroyMethod
- boolean synthetic
- int role
- String description
- Resource resource
AbstractBeanDefinition(BeanDefinition original)
+ void overrideFrom(BeanDefinition other)
+ void applyDefaults(BeanDefinitionDefaults defaults)
+ void setBeanClassName(@Nullable String beanClassName)
+ String getBeanClassName()
+ void setBeanClass(@Nullable Class<?> beanClass)
+ Class<?> getBeanClass() throws IllegalStateException
+ boolean hasBeanClass()
+ Class<?> resolveBeanClass(@Nullable ClassLoader classLoader) throws ClassNotFoundException
+ void setScope(@Nullable String scope)
+ String getScope()
+ boolean isSingleton()
+ boolean isPrototype()
+ void setAbstract(boolean abstractFlag)
+ boolean isAbstract()
+ void setLazyInit(boolean lazyInit)
+ boolean isLazyInit()
+ void setAutowireMode(int autowireMode)
+ int getAutowireMode()
+ int getResolvedAutowireMode()
+ void setDependencyCheck(int dependencyCheck)
+ int getDependencyCheck()
+ void setDependsOn(@Nullable String... dependsOn)
+ String[] getDependsOn()
+ void setAutowireCandidate(boolean autowireCandidate)
+ boolean isAutowireCandidate()
+ void setPrimary(boolean primary)
+ boolean isPrimary()
+ void addQualifier(AutowireCandidateQualifier qualifier)
+ boolean hasQualifier(String typeName)
+ AutowireCandidateQualifier getQualifier(String typeName)
+ Set<AutowireCandidateQualifier> getQualifiers()
+ void copyQualifiersFrom(AbstractBeanDefinition source)
+ void setInstanceSupplier(@Nullable Supplier<?> instanceSupplier)
+ Supplier<?> getInstanceSupplier(
+ void setNonPublicAccessAllowed(boolean nonPublicAccessAllowed)
+ boolean isNonPublicAccessAllowed()
+ void setLenientConstructorResolution(boolean lenientConstructorResolution)
+ boolean isLenientConstructorResolution()
+ void setFactoryBeanName(@Nullable String factoryBeanName)
+ String getFactoryBeanName()
+ void setFactoryMethodName(@Nullable String factoryMethodName)
+ String getFactoryMethodName()
+ void setConstructorArgumentValues(ConstructorArgumentValues constructorArgumentValues)
+ ConstructorArgumentValues getConstructorArgumentValues()
+ boolean hasConstructorArgumentValues()
+ void setPropertyValues(MutablePropertyValues propertyValues)
+ MutablePropertyValues getPropertyValues()
+ boolean hasPropertyValues()
+ void setMethodOverrides(MethodOverrides methodOverrides)
+ MethodOverrides getMethodOverrides()
+ boolean hasMethodOverrides()
+ void setInitMethodName(@Nullable String initMethodName)
+ String getInitMethodName()
+ void setEnforceInitMethod(boolean enforceInitMethod)
+ boolean isEnforceInitMethod()
+ void setDestroyMethodName(@Nullable String destroyMethodName)
+ String getDestroyMethodName()
+ void setEnforceDestroyMethod(boolean enforceDestroyMethod)
+ boolean isEnforceDestroyMethod()
+ void setSynthetic(boolean synthetic)
+ boolean isSynthetic()
+ void setRole(int role)
+ int getRole()
+ void setDescription(@Nullable String description)
+ String getDescription()
+ void setResource(@Nullable Resource resource)
+ Resource getResource()
+ void setResourceDescription(@Nullable String resourceDescription)
+ String getResourceDescription()
+ void setOriginatingBeanDefinition(BeanDefinition originatingBd)
+ BeanDefinition getOriginatingBeanDefinition()
+ void validate() throws BeanDefinitionValidationException
+ void prepareMethodOverrides() throws BeanDefinitionValidationException
void prepareMethodOverride(MethodOverride mo) throws BeanDefinitionValidationException
+ Object clone()
+ abstract AbstractBeanDefinition cloneBeanDefinition()
+ boolean equals(Object other)
+ int hashCode()
+ String toString()
}
class BeanMetadataAttributeAccessor{
- Object source
+ void setSource(@Nullable Object source)
+ Object getSource()
+ void addMetadataAttribute(BeanMetadataAttribute attribute)
+ BeanMetadataAttribute getMetadataAttribute(String name)
+ void setAttribute(String name, @Nullable Object value)
+ Object getAttribute(String name)
+ Object removeAttribute(String name)
}
class AutowireCandidateQualifier{
+{static,final} String VALUE_KEY
-{final} String typeName
+ String getTypeName()
}
class ConstructorArgumentValues{
-{final} Map<Integer, ValueHolder> indexedArgumentValues
-{final} List<ValueHolder> genericArgumentValue
+ void addArgumentValues(@Nullable ConstructorArgumentValues other)
+ void addIndexedArgumentValue(int index, @Nullable Object value)
+ void addIndexedArgumentValue(int index, @Nullable Object value, String type)
+ void addIndexedArgumentValue(int index, ValueHolder newValue)
+ void addOrMergeIndexedArgumentValue(Integer key, ValueHolder newValue)
+ boolean hasIndexedArgumentValue(int index)
+ ValueHolder getIndexedArgumentValue(int index, @Nullable Class<?> requiredType)
+ ValueHolder getIndexedArgumentValue(int index, @Nullable Class<?> requiredType, @Nullable String requiredName)
+ Map<Integer, ValueHolder> getIndexedArgumentValues()
+ void addGenericArgumentValue(Object value)
+ void addGenericArgumentValue(Object value, String type)
+ void addGenericArgumentValue(ValueHolder newValue)
- void addOrMergeGenericArgumentValue(ValueHolder newValue)
+ ValueHolder getGenericArgumentValue(Class<?> requiredType)
+ ValueHolder getGenericArgumentValue(Class<?> requiredType, String requiredName)
+ ValueHolder getGenericArgumentValue(@Nullable Class<?> requiredType, @Nullable String requiredName, @Nullable Set<ValueHolder> usedValueHolders)
+ List<ValueHolder> getGenericArgumentValues()
+ ValueHolder getArgumentValue(int index, Class<?> requiredType)
+ ValueHolder getArgumentValue(int index, Class<?> requiredType, String requiredName)
+ ValueHolder getArgumentValue(int index, @Nullable Class<?> requiredType, @Nullable String requiredName, @Nullable Set<ValueHolder> usedValueHolders)
+ int getArgumentCount()
+ boolean isEmpty()
+ void clear()
+ boolean equals(Object other)
+ int hashCode()
}
class ValueHolder{
- Object value
- String type
- String name
- Object source
- boolean converted
- Object convertedValue
+ void setValue(@Nullable Object value)
+ Object getValue()
+ void setType(@Nullable String type)
+ String getType()
+ void setName(@Nullable String name)
+ String getName()
+ void setSource(@Nullable Object source)
+ Object getSource()
+ synchronized boolean isConverted()
+ synchronized void setConvertedValue(@Nullable Object value)
+ synchronized Object getConvertedValue()
- boolean contentEquals(ValueHolder other)
- int contentHashCode()
+ ValueHolder copy()
}
class MutablePropertyValues{
-{final} List<PropertyValue> propertyValueList
- Set<String> processedProperties
- {volatile} boolean converted
+ List<PropertyValue> getPropertyValueList()
+ int size()
+ MutablePropertyValues addPropertyValues(@Nullable PropertyValues other)
+ MutablePropertyValues addPropertyValues(@Nullable Map<?, ?> other)
+ MutablePropertyValues addPropertyValue(PropertyValue pv)
+ void addPropertyValue(String propertyName, Object propertyValue)
+ MutablePropertyValues add(String propertyName, @Nullable Object propertyValue)
+ void setPropertyValueAt(PropertyValue pv, int i)
+ PropertyValue mergeIfRequired(PropertyValue newPv, PropertyValue currentPv)
+ void removePropertyValue(PropertyValue pv)
+ void removePropertyValue(String propertyName)
+ Iterator<PropertyValue> iterator()
+ Spliterator<PropertyValue> spliterator()
+ Stream<PropertyValue> stream()
+ PropertyValue[] getPropertyValues()
+ PropertyValue getPropertyValue(String propertyName)
+ Object get(String propertyName)
+ PropertyValues changesSince(PropertyValues old)
+ boolean contains(String propertyName)
+ boolean isEmpty()
+ void registerProcessedProperty(String propertyName)
+ void clearProcessedProperty(String propertyName)
+ void setConverted()
+ boolean isConverted()
+ boolean equals(Object other)
+ int hashCode()
+ String toString()
}
class PropertyValue{
-{final} String name
-{final} Object value
- boolean optional
- boolean converted
- Object convertedValue
- {volatile} Boolean conversionNecessary
- {transient,volatile} Object resolvedTokens
+ String getName()
+ Object getValue()
}
class MethodOverrides{
-{final} Set<MethodOverride> overrides
-{volatile} boolean modified
+ void addOverrides(@Nullable MethodOverrides other)
+ void addOverride(MethodOverride override)
+ Set<MethodOverride> getOverrides()
+ boolean isEmpty()
+ MethodOverride getOverride(Method method)
+ boolean equals(Object other)
+ int hashCode()
}
interface AnnotationMetadata{
Set<String> getAnnotationTypes()
Set<String> getMetaAnnotationTypes(String annotationName)
boolean hasAnnotation(String annotationName)
boolean hasMetaAnnotation(String metaAnnotationName)
boolean hasAnnotatedMethods(String annotationName)
Set<MethodMetadata> getAnnotatedMethods(String annotationName)
}
interface ClassMetadata{
String getClassName()
boolean isInterface()
boolean isAnnotation()
boolean isAbstract()
boolean isConcrete()
boolean isFinal()
boolean isIndependent()
boolean hasEnclosingClass()
String getEnclosingClassName()
boolean hasSuperClass()
String getSuperClassName()
String[] getInterfaceNames()
String[] getMemberClassNames()
}
interface AnnotatedTypeMetadata{
boolean isAnnotated(String annotationName)
Map<String, Object> getAnnotationAttributes(String annotationName)
Map<String, Object> getAnnotationAttributes(String annotationName, boolean classValuesAsString)
MultiValueMap<String, Object> getAllAnnotationAttributes(String annotationName)
MultiValueMap<String, Object> getAllAnnotationAttributes(String annotationName, boolean classValuesAsString
}
interface ComponentDefinition{
String getName()
String getDescription()
BeanDefinition[] getBeanDefinitions()
BeanDefinition[] getInnerBeanDefinitions()
BeanReference[] getBeanReferences()
}
interface BeanReference{
String getBeanName()
}
interface AnnotatedBeanDefinition{
AnnotationMetadata getMetadata()
MethodMetadata getFactoryMethodMetadata()
}
interface MethodMetadata{
String getMethodName()
String getDeclaringClassName()
String getReturnTypeName()
boolean isAbstract()
boolean isStatic()
boolean isFinal()
boolean isOverridable()
}
interface MultiValueMap<K,V>{
V getFirst(K key)
void add(K key, @Nullable V value)
void addAll(K key, List<? extends V> values)
void addAll(MultiValueMap<K, V> values)
void set(K key, @Nullable V value)
void setAll(Map<K, V> values)
Map<K, V> toSingleValueMap()
}
interface PropertyValues{
Iterator<PropertyValue> iterator()
Spliterator<PropertyValue> spliterator()
Stream<PropertyValue> stream()
PropertyValue[] getPropertyValues()
PropertyValue getPropertyValue(String propertyName)
PropertyValues changesSince(PropertyValues old)
boolean contains(String propertyName)
boolean isEmpty()
}
abstract class AttributeAccessorSupport{
-{final} Map<String, Object> attributes
+ void setAttribute(String name, @Nullable Object value)
+ Object getAttribute(String name)
+ Object removeAttribute(String name)
+ boolean hasAttribute(String name)
+ String[] attributeNames()
void copyAttributesFrom(AttributeAccessor source)
boolean equals(Object other)
int hashCode()
}
interface BeanDefinition{
String SCOPE_SINGLETON
String SCOPE_PROTOTYPE
int ROLE_APPLICATION
int ROLE_SUPPORT
int ROLE_INFRASTRUCTURE
void setParentName(@Nullable String parentName)
String getParentName()
void setBeanClassName(@Nullable String beanClassName)
String getBeanClassName()
void setScope(@Nullable String scope)
String getScope()
void setLazyInit(boolean lazyInit)
boolean isLazyInit()
void setDependsOn(@Nullable String... dependsOn
String[] getDependsOn()
void setAutowireCandidate(boolean autowireCandidate)
boolean isAutowireCandidate()
void setPrimary(boolean primary)
boolean isPrimary()
void setFactoryBeanName(@Nullable String factoryBeanName)
String getFactoryBeanName()
void setFactoryMethodName(@Nullable String factoryMethodName)
String getFactoryMethodName()
ConstructorArgumentValues getConstructorArgumentValues()
boolean hasConstructorArgumentValues()
MutablePropertyValues getPropertyValues()
boolean hasPropertyValues()
void setInitMethodName(@Nullable String initMethodName)
String getInitMethodName()
void setDestroyMethodName(@Nullable String destroyMethodName)
String getDestroyMethodName()
void setRole(int role)
int getRole()
void setDescription(@Nullable String description)
String getDescription()
// Read-only attributes
boolean isSingleton()
boolean isPrototype()
boolean isAbstract()
String getResourceDescription()
BeanDefinition getOriginatingBeanDefinition()
}
interface AttributeAccessor{
void setAttribute(String name, @Nullable Object value)
Object getAttribute(String name)
Object removeAttribute(String name)
boolean hasAttribute(String name)
String[] attributeNames()
}
interface BeanMetadataElement{
Object getSource();
}
RootBeanDefinition --|>AbstractBeanDefinition
AbstractBeanDefinition --|>BeanMetadataAttributeAccessor
AbstractBeanDefinition ..|>BeanDefinition
BeanMetadataAttributeAccessor --|>AttributeAccessorSupport
BeanMetadataAttributeAccessor ..|>BeanMetadataElement
BeanDefinition --|>AttributeAccessor
BeanDefinition --|>BeanMetadataElement
ScannedGenericBeanDefinition ..|>AnnotatedBeanDefinition
ScannedGenericBeanDefinition --|>GenericBeanDefinition
AnnotatedBeanDefinition --|>BeanDefinition
GenericBeanDefinition --|>AbstractBeanDefinition
AttributeAccessorSupport ..|>AttributeAccessorSupport
AutowireCandidateQualifier --|>BeanMetadataAttributeAccessor
BeanDefinitionHolder --|>BeanMetadataElement
BeanComponentDefinition --|> BeanDefinitionHolder
BeanComponentDefinition --|> ComponentDefinition
BeanReference --|> BeanMetadataElement
AnnotationMetadata --|>ClassMetadata
AnnotationMetadata --|>AnnotatedTypeMetadata
AnnotatedGenericBeanDefinition --|>GenericBeanDefinition
AnnotatedGenericBeanDefinition ..|>AnnotatedBeanDefinition
MethodMetadata --|>AnnotatedTypeMetadata
MultiValueMap --|>Map
BeanMetadataAttributeAccessor <--o BeanMetadataAttribute
AbstractBeanDefinition <..o AutowireCandidateQualifier
AbstractBeanDefinition <..o ConstructorArgumentValues
AbstractBeanDefinition <..o MutablePropertyValues
AbstractBeanDefinition <..o MethodOverrides
AbstractBeanDefinition <..o Resource
ConstructorArgumentValues<--o ValueHolder
MutablePropertyValues <--o PropertyValues
MutablePropertyValues <--o PropertyValue
RootBeanDefinition <--o BeanDefinitionHolder
RootBeanDefinition <--o ResolvableType
ComponentDefinition <--o BeanDefinition
ComponentDefinition <--o BeanReference
ScannedGenericBeanDefinition <--o AnnotationMetadata
AnnotatedTypeMetadata <..o MultiValueMap
AnnotatedGenericBeanDefinition <--o AnnotationMetadata
AnnotatedGenericBeanDefinition <--o MethodMetadata
AnnotatedGenericBeanDefinition <--o StandardAnnotationMetadata
@enduml | false | true | false | false | class |
f9870e3678912cf60fd3720cc0b2547e00bf11c4 | 4291ef524e205e9b7c7c479052e1fe40078a1f60 | /doc/part_one/domain-commands.puml | 39e6f86b89a9ee38887655331371027ba0c0df1c | [
"BSD-2-Clause"
] | permissive | nymann/portfolio-assignment | 4136ab71b2bac64d6a4474c76b16ee5e57f9d21d | abb6d840d6d9ae59b90e8417f140c2314b1e7a27 | refs/heads/master | 2023-04-27T00:19:10.391313 | 2021-05-21T21:02:46 | 2021-05-21T21:02:46 | 367,152,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,909 | puml | @startuml
skinparam roundCorner 10
skinparam shadowing false
skinparam classFontName Lato
skinparam classFontSize 16
skinparam defaultFontName Source Code Pro
skinparam defaultFontSize 14
skinparam ClassAttributeFontStyle normal
skinparam ClassBackgroundColor white
skinparam ClassBorderColor black
skinparam ClassBorderThickness 1
skinparam ArrowColor black
skinparam linetype polyline
interface dev.nymann.domain.commands.ICommandFactory {
+ ICommand makeFromString(String,ISensorService)
}
class dev.nymann.domain.commands.AddSensorCommand {
- ISensorService sensorService
- ISensorFactory sensorFactory
+ String execute()
+ void validateArguments()
}
class dev.nymann.domain.commands.CommandFactory {
+ ICommand makeFromString(String,ISensorService)
}
class dev.nymann.domain.commands.ReadSensorCommand {
- ISensorService sensorService
+ String execute()
+ void validateArguments()
}
interface dev.nymann.domain.commands.ICommand {
~ String execute()
~ void validateArguments()
}
class dev.nymann.domain.commands.ListSensorsCommand {
- ISensorService sensorService
+ String execute()
+ void validateArguments()
}
abstract class dev.nymann.domain.commands.Command {
# List<String> args
+ {abstract}String execute()
+ {abstract}void validateArguments()
}
class dev.nymann.domain.commands.RemoveSensorCommand {
- ISensorService sensorService
+ String execute()
+ void validateArguments()
}
dev.nymann.domain.commands.Command <|-- dev.nymann.domain.commands.AddSensorCommand
dev.nymann.domain.commands.ICommandFactory <|.. dev.nymann.domain.commands.CommandFactory
dev.nymann.domain.commands.Command <|-- dev.nymann.domain.commands.ReadSensorCommand
dev.nymann.domain.commands.Command <|-- dev.nymann.domain.commands.ListSensorsCommand
dev.nymann.domain.commands.ICommand <|.. dev.nymann.domain.commands.Command
dev.nymann.domain.commands.Command <|-- dev.nymann.domain.commands.RemoveSensorCommand
@enduml | false | true | false | false | class |
27f02beb2de79790cd8bbff2b072ab29b8e49506 | 714f9744f76cc2af51f47b4dbe9fd7b38e616ce4 | /doc/uml/context-test.puml | 25ae16a911ca6c3697532fb528a4b4aa92c97674 | [] | no_license | sopra-steria-norge/pharmacy.no | 3082b724b7c93b327a8ad884d9fee2ad40a92321 | b0d3e8ee3d6a358a96b6401bd23fc789ad865882 | refs/heads/master | 2021-07-18T19:51:32.802750 | 2017-10-24T22:10:24 | 2017-10-24T22:14:58 | null | 0 | 0 | null | null | null | null | IBM852 | PlantUML | false | false | 794 | puml | @startuml
title DIFA med testgrensesnitt
actor Pasient #silver
actor Tester
package Kjede {
node POS #lime
node ERP #silver
}
node DifaGUI #limegreen
node DIFA #limegreen
node RF <<simulator>> #pink
node Farmalogg #silver
node HELFO <<simulator>> #pink
node HDIR #silver
node helsenorge.no #silver
Tester -down-> RF: Resept
Tester -down-> HELFO
Pasient <-right-> Tester
Tester -down-> DifaGUI: Ekspeder
Tester -down-> POS: Motta betaling
Tester -down-> DifaGUI: Farmas°ytkontroll
DIFA <-left-> RF: M9.1, M9.2,\nM9.3, M9.4,\nM10
DIFA <-right-> HELFO: M18, M22, M23
DIFA <.down. HDIR: HPR db
DIFA .down.> helsenorge.no: Journal
DifaGUI -down-> DIFA
DifaGUI .down.> ERP: Priser og beholdning
ERP <.left. POS
POS -down-> DIFA: Reseptkurv, utlever
DIFA <.down. Farmalogg
@enduml
| false | true | true | false | sequence |
790fec04770cd5fbd86bb6c450d6f38b6cb5ac59 | 7d9818d68ff4798882c532f264f365cda95e32da | /BuilderPattern/UML/ClassDiagram.puml | 7a7697c7402110296f3359071c1ec1852c938d82 | [
"MIT"
] | permissive | Jimmy016360/DesignPatternHomework | 0754153312dee869aae687886a185c78e8fdf9b6 | 43948c80f0dab223aa076c4b119718bff29f4795 | refs/heads/master | 2021-09-09T03:51:14.847426 | 2018-03-13T17:18:18 | 2018-03-13T17:18:18 | 114,652,486 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 525 | puml | @startuml Builder pattern
interface IComputerStore {
+CustomBuild()
}
abstract class ComputerStore {
#CustomComputer
{abstract} #AddCup()
{abstract} #AddMotherBoard()
{abstract} #AddPower()
{abstract} #AddMemory()
{abstract} #AddHardDisk()
{abstract} #AddVedioCard()
}
class SenaoComputerStore
class OanesComputerStore
class CustomComputer
IComputerStore <|- ComputerStore
ComputerStore <|.. SenaoComputerStore
ComputerStore <|.. OanesComputerStore
ComputerStore *-> CustomComputer
@enduml | false | true | false | false | class |
1036afd598dde36b9e2299747f6fd3534230fcf6 | 81df60c226e8c63ae64cd18c85ff54c3f608d01d | /UML/mot de passe oublié.puml | 45a75690f36ed41698b5dca50358459796512d24 | [] | no_license | kenchi-san/blog-pro | 18e974b855613e4841e631e3fc5ede32679ec859 | 02ca62ab553dd1c04a54d91dd3fecdd37006347e | refs/heads/master | 2023-02-12T00:14:23.721040 | 2021-01-13T00:32:54 | 2021-01-13T00:32:54 | 278,068,036 | 0 | 0 | null | 2020-11-22T20:45:10 | 2020-07-08T11:13:28 | TSQL | UTF-8 | PlantUML | false | false | 754 | puml | @startuml
title Sequence : Mot de passe oublié
actor Utilisateur as U
participant Application as A
participant SGBD as bdd
U->A : Mot de passe oublié(Mail)
activate A
A->bdd:recherche de l'utilisateur
activate bdd
alt ustilisateur exist
bdd-->A:utilisateur trouvé
deactivate bdd
A-->U: envoie d'un lien avec un token
else utilisateur non trouvé
A-->U: Adresse introuvable
deactivate A
end
alt token valide
U->A: changement de mot de passe
activate A
A->A: pwd 1 et pwd 2 ok
A->bdd: Requete Update bdd
activate bdd
bdd-->A: ok
deactivate bdd
A-->U: redirection sur la page de conection
deactivate bdd
else token invalide
U->A: page non trouvé
deactivate A
end
@enduml | false | true | true | false | usecase |
496282786a44acfa8e10c6c3873e803e2890a7c9 | 3f5334019e291af01a0068af7e265d3682cd6ced | /docs/examples/animals.puml | e0cff254f12d997745ccab52f75c5f6204435a52 | [
"Apache-2.0"
] | permissive | arnoldmd181/ScalaUml | 53df85de2435c0f829b946a9a577573e1cacf1ef | c919e1daec7544ef37ddfa4102d3efe25ee05dab | refs/heads/master | 2023-08-11T07:18:41.400180 | 2021-09-20T18:51:02 | 2021-09-20T18:51:02 | 408,312,092 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 531 | puml | @startuml need_to_find_id
package animals::extension{
class animals::extension.Olm << caseclass >>{
<< ctor >>Olm (location : String)
-- <<scalaclass>> --
isSealed
}
}
package animals{
class animals.Wombat << caseclass >>{
<< ctor >>Wombat (location : String)
-- <<scalaclass>> --
isSealed
}
abstract class animals.Animal << trait >>{
location : String
}
}
animals.Animal <|-- animals.Wombat
animals.Animal <|-- animals::extension.Olm
@enduml | false | true | false | false | class |
6fd43e66c09709c784d804c6e9172a6cf0402dac | eb79b5e41b205bca757ecb47616d107d0c78e13d | /design_patterns/creational/factories/5. factory_method_pattern_general.puml | 7a826e72fce7de8ac22f12d4887b039173a76f59 | [] | no_license | kevinwong1983/exploration | 6023bb1c903c316794b132b1bff4ef817fe55f5d | 20029c025c7ae44e0dba535a6ec47b065b19f65b | refs/heads/master | 2022-06-09T09:48:26.087800 | 2022-06-05T22:29:47 | 2022-06-05T22:29:47 | 207,248,735 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 718 | puml | @startuml
skinparam monochrome true
interface Factory {
createProduct()
operate()
}
note left of Factory
Factory Method defer instantiation
to subclasses. Factory is defining
operate method, but leaving the createProduct
method to be implemented by the subclasses.
end note
class FactoryOne {
createProduct()
}
class FactoryTwo {
createProduct()
}
Factory <|.. FactoryOne
Factory <|.. FactoryTwo
interface Product {
MethodA()
MethodB()
}
class ConcreteProductOne {
MethodA()
MethodB()
}
class ConcreteProductTwo {
MethodA()
MethodB()
}
Product <|.. ConcreteProductOne
Product <|.. ConcreteProductTwo
class Client
Client --* Factory
Client --* Product
@enduml | false | true | false | false | class |
3cb91452cfbefaa412a38e7c2facbeab618d5f4f | 81a7a641e1ce74318ddfb64ecdc48100e49e621f | /designdoc/class_diagram.puml | 56c0cc4f57257961970c30671e26d712f6f595fc | [
"MIT"
] | permissive | MSUSEL/msusel-pattern-generator | 2ba8792de046dcb4e442f767d7fee8ef5f3d465c | 0f004ebf9f0746d42a2692d40b7ca7403dd236a7 | refs/heads/master | 2023-05-25T23:52:03.550424 | 2021-11-04T09:25:03 | 2021-11-04T09:25:03 | 139,508,629 | 0 | 1 | NOASSERTION | 2023-05-23T20:11:37 | 2018-07-03T00:30:14 | Groovy | UTF-8 | PlantUML | false | false | 1,428 | puml | @startuml
abstract class AbstractFileGenerator {
+ generateFiles()
}
abstract class AbstractSrcMLBuilder {
+ construct(tree:CodeTree)
}
abstract class AbstractDirStructGenerator {
+ generateDirStruct()
}
abstract class AbstractPatternGenerator {
+ generate(CodeTree tree)
}
abstract class AbstractLanguagePlugin {
}
interface LanguagePlugin
LanguagePlugin <|.. AbstractLanguagePlugin
AbstractLanguagePlugin <|-- JavaPlugin
AbstractLanguagePlugin <|-- RubyPlugin
AbstractLanguagePlugin <|-- CSharpPlugin
AbstractLanguagePlugin <|-- CppPlugin
AbstractLanguagePlugin --> AbstractDirStructGenerator
AbstractLanguagePlugin --> AbstractFileGenerator
AbstractLanguagePlugin --> AbstractPatternGenerator
AbstractPatternGenerator <|-- JavaPatternGenerator
AbstractPatternGenerator <|-- RubyPatternGenerator
AbstractPatternGenerator <|-- CSharpPatternGenerator
AbstractPatternGenerator --> AbstractSrcMLBuilder
AbstractSrcMLBuilder <|-- JavaSrcMLBuilder
AbstractSrcMLBuilder <|-- CSharpSrcMLBuilder
AbstractFileGenerator <|-- JavaFileGenerator
AbstractFileGenerator <|-- RubyFileGenerator
AbstractFileGenerator <|-- CSharpFileGenerator
AbstractDirStructGenerator <|-- JavaDirStructGenerator
AbstractDirStructGenerator <|-- RubyDirStructGenerator
AbstractDirStructGenerator <|-- CSharpDirStructGenerator
AbstractLanguagePlugin --> LanguageDescriptor
Generator *--> AbstractLanguagePlugin
Generator --> GeneratorConfig
@enduml | false | true | false | false | class |
2c6f0bcc837e202bc3d707a1d3a84823df0555b6 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /1 Sequence Diagram/16 Reference.puml | 7927557f7f127c1b82537dace9272403ca1ce3e8 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
participant Alice
actor Bob
ref over Alice, Bob : init
Alice -> Bob : hello
ref over Bob
This can be on
several lines
end ref
@enduml
| false | true | false | false | sequence |
1d9efe1e0ebb7be26b1f4554baf489250083da9a | 37f032317a78bab2b22b6f90b01d9162e09538a4 | /UML_Diagrams/UseCase.puml | a51f4c11e022d6f662e2e2636c317d1625fe56ac | [] | no_license | mcdigregorio/EMOM_Timer | e75b36d97e7a69eef8e786a9ec2b781a6b1dd2a2 | 473ca28b1c4091129317ba72ed7c60c9f5bd54fa | refs/heads/master | 2020-12-20T22:16:26.666389 | 2020-03-07T21:42:44 | 2020-03-07T21:42:44 | 236,223,938 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
left to right direction
actor user
rectangle EMOM_Timer{
user-->(set work interval)
user-->(set work interval quantity)
user-->(set rest interval)
user-->(set duration)
user-->(set countdown)
user-->(start)
user-->(stop)
user-->(reset)
(notify interval change)-->user
}
@enduml
| false | true | false | false | usecase |
7baf8d99ece9bb2a41840482f1efe07b72c30679 | 71a886e08b95bc6eb6bcf83fee1e494a0be5c231 | /architecture/src/main/resources/diagrams/qq/deployment.puml | 8af7e6c572dd373a0d3f48d78d5cec3b6afbfd56 | [] | no_license | siarhei/java8 | 6cfce577f9c25daecc930042a71347998a5988e1 | 18201e75ddfca19415a63dbddfe031162c4738e2 | refs/heads/master | 2021-09-08T04:01:25.935910 | 2021-09-06T17:01:51 | 2021-09-06T17:01:51 | 147,394,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,051 | puml | @startuml
title Quick Quote Deployment Diagram
actor "Mobile Agent" as user #red
actor "Rating Admin" as admin #red
rectangle "Firewall" as firewall
rectangle "Firewall" as firewallws
node "DXP Server" as dxps {
component "dxp-gateway" as dxp
database "DXP H2" as dxpdb
}
node "DB Server" {
database "MSSQL" as db
}
node "EIS Server" as eis {
component "ipb-app" as app
component "E-Folder" as cmis
storage "CMIS Storage" as cmisstore
}
node "Party Server" as party {
component SOLR as solr
storage "Party Index" as pindex
}
node "Rating Server" {
component "ipb-rate-app" as rate
component webstudio as ws
storage "Design Repository" as design
database "Rating H2" as rateh2
}
user -> firewall : <<https>>
firewall -right- dxp : <<https>>
dxp -down- dxpdb
dxp - app : REST <<https>>
app -- cmis
cmisstore - cmis
cmis -right- db
db - app
app - solr
solr -- pindex
design -- ws
ws - rateh2
rate -- rateh2
ws <-left- firewallws : <<https>>
firewallws <-left- admin : <<https>>
app --- rate
@enduml | false | true | false | false | sequence |
f644c253305e55f610a3b3a14226a0c5d0c920b4 | 4cc053c0710a3067cc6f02c3a33b89200359818d | /diagrams/singleton.puml | 076b11889ed7ce4a0f37a6964c67cb8499cf6780 | [
"MIT"
] | permissive | vinogradnick/Pattern_AB_Factory_Singleton | 02ff336273b4d9cda323648a5dc7117118515c73 | a07f96bf53fa3c8da37fb102e69775db977bb1c4 | refs/heads/master | 2020-12-15T14:48:42.513283 | 2020-01-21T05:23:52 | 2020-01-21T05:23:52 | 235,143,180 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | puml | ```plantuml
@startuml singleton
class Instance{
+platformItems List<Button>
}
class Singleton{
+instance Instance
GetInstance() Instance
}
Singleton <|-- Singleton
Singleton ..> Instance
@enduml
``` | false | true | false | false | class |
315bea4797e06c9ea449817a90e22eda63896cb1 | d59ab1487d37825fe364dcea11f009a1c40a74e0 | /docs/cars-step-08-class-diagram.puml | 2bc6ac830627e7cf12230a43e59d9cff69432f96 | [] | no_license | JordanSOA/renault-digital-2020-projet | 79cca3a56685a1fe2f91a23a24017f402d3c4865 | 4ac8bc440a67ae6c11c1be82658c5cbfd2e42a37 | refs/heads/master | 2021-04-01T09:46:59.803815 | 2020-04-28T10:56:14 | 2020-04-28T10:56:14 | 248,179,272 | 0 | 0 | null | 2020-03-18T08:43:23 | 2020-03-18T08:43:22 | null | UTF-8 | PlantUML | false | false | 412 | puml | @startuml
title
Cars - Step 08 - Owner
end title
skinparam class {
BackgroundColor White
ArrowColor DarkSlateGray
BorderColor DarkSlateGray
}
class Car {
+ id : int
+ brand : String
+ model : String
}
class Owner {
+ id : int
+ name : String
}
class Dealership {
+ id : int
+ name : String
+ address : String
}
Car *- "1" Owner
Car "*" *-* "*" Dealership : sells
@enduml | false | true | false | false | class |
03a2b2a8564b14ca6682debfb671a7e153b91a68 | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-sakarkiv-entiteter.puml | 058a88ebb85016b1aaae5228315bd3ee0719fc2b | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,193 | puml | @startuml uml-sakarkiv-entiteter.puml
skinparam classAttributeIconSize 0
skinparam nodesep 180
class Arkivstruktur.Mappe <Arkivenhet>
class Arkivstruktur.Registrering <Arkivenhet>
class Arkivstruktur.Basisregistrering <Registrering>
class Sakarkiv.Journalpost <Basisregistrering>
class Sakarkiv.Saksmappe <Mappe>
Arkivstruktur.Registrering <|-- Arkivstruktur.Basisregistrering
Arkivstruktur.Basisregistrering <|-- Sakarkiv.Journalpost
Arkivstruktur.Mappe <|- Sakarkiv.Saksmappe
Arkivstruktur.Mappe "+mappe 0..1" o--> "+registrering 0..*" Arkivstruktur.Registrering
Arkivstruktur.Mappe o--> "+undermappe 0..*" Arkivstruktur.Mappe
Sakarkiv.Saksmappe *-> "+sakspart 0..*" Sakarkiv.Sakspart
Sakarkiv.Saksmappe "+sak 0..*" o--> "+presedens 0..*\n" Sakarkiv.Presedens
Sakarkiv.Journalpost "+journalpost 0..*" o--> "+presedens 0..*" Sakarkiv.Presedens
Sakarkiv.Journalpost *--> "+korrespondansepart 0..*" Sakarkiv.Korrespondansepart
Sakarkiv.Journalpost *--> "+avskrivning 0..*" Sakarkiv.Avskrivning
Sakarkiv.Journalpost *--> "+dokumentflyt 0..*\n" Sakarkiv.Dokumentflyt
Arkivstruktur.Registrering "+registrering 1..*" o--> "+dokumentbeskrivelse 0..*" Arkivstruktur.Dokumentbeskrivelse
@enduml
| false | true | false | false | class |
7424e7ada1af9ec7f46b03a753a90545ee4c2233 | f1043bbb871f3e3a5dd14feae76075162bf62678 | /diagramas/clases/std_file.plantuml | 34eb96de63ed2144a8f48dcf2ca437c29bec0250 | [
"MIT"
] | permissive | diegosanchez/invap-modulo-uml | cd9e7329f3a4ff6bfbee36249ac936b50e3ed2f8 | 7ba9b07cde50a655df58de80801b48d8b47f8a06 | refs/heads/main | 2023-07-17T06:16:50.063408 | 2021-08-25T12:43:12 | 2021-08-25T12:43:12 | 396,763,438 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 130 | plantuml | @startuml
class basic_ifstream {
basic_ifstream()
"~basic_ifstream()"
open()
close()
}
@enduml
| false | true | false | false | class |
837e15faa5ac33e5ca282ae599eaa7cc0a938e3c | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Ryan/RyanConc1.puml | d8c314617b0f325f6765ec0ade961b5df6056760 | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 597 | puml | @startuml
Employee -> SystemHomePage : Log In
activate Employee
activate SystemHomePage
activate EmployeeHomePage
SystemHomePage -> EmployeeHomePage : onCreate()
EmployeeHomePage -> EmployeeHomePageController: onCreate
activate EmployeeHomePageController
Employee -> EmployeeHomePage : Create New Quote
EmployeeHomePage -> EmployeeHomePageController : createNewQuote()
EmployeeHomePageController -> CreateQuotePage : On Create
activate CreateQuotePage
CreateQuotePage -> CreateQuotePageController : onCreate()
activate CreateQuotePageController
CreateQuotePage --> Employee : Empty Fields
@enduml | false | true | false | false | sequence |
b8fdd894a934e561f18ec7fc558462147db28ab2 | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /creational/1-simple-factory/2-simple-factory-furniture-complete.puml | 503c541cd45862723ecf65a117c11d53dc22def1 | [] | 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 | 308 | puml | @startuml
note as n2
const creator = new Creator();
const chair = creator.createChair("A");
end note
class Creator {
+ create(type: string): Chair {};
}
interface Chair {}
class ChairA implements Chair {}
class ChairB implements Chair {}
Creator <-- Chair
Creator o-- ChairA
Creator o-- ChairB
@enduml | false | true | false | false | class |
707c112578112adb1e9834df06b3433c17b1fa86 | 971e28b34fda4bcc6fb00f8f2831e0cc9e8b339e | /assets/0004/0004-api-call-direct.puml | dc81618689874444b644e136359a76ee06b787d2 | [
"Apache-2.0"
] | permissive | mimblewimble/grin-rfcs | 14032dbf5cbbd1cd9fce7921e0f49d10b7ad4cc2 | 50a98ab5d41f165777d6f58fea88e192d89e88e0 | refs/heads/master | 2023-05-03T02:46:08.851263 | 2022-11-10T10:58:18 | 2022-11-10T10:58:18 | 193,092,414 | 42 | 37 | Apache-2.0 | 2022-07-08T09:07:52 | 2019-06-21T12:14:48 | null | UTF-8 | PlantUML | false | false | 498 | puml | @startuml
actor "Client" as client
participant "Internal Rust API" as rustapi
participant "Wallet Backend" as backend
title Wallet API Call (Directly Linked)
== API Call ==
client -> client: Stored token **t**
client -> rustapi: call_api_function(**t**, **other_params**)
rustapi -> backend: retrieve_seed(**t**)
backend -> backend: calc(**t** ^ **seedT**) -> **seed**
rustapi -> backend: Internal Wallet Calls
backend -> backend: Drop **seed**
rustapi -> client: Return (**return_data**)
@enduml | false | true | false | false | usecase |
b7b4a0a186d2378ac27707d6d2e0ea93c6dbc1e0 | 1e3dba3f02025ce0e7ff066565f56eeb516bcea0 | /docs/SprintD/US_2/UC2_CD.puml | 723728c964fa85bfe01d3a7f79526d9414888a7d | [] | no_license | RuiRioPina/ManyLabs | 1e3f413a08ef6ed2ad35b0326f992fef2808a4c7 | 4ef550952a81c0ce24b47dd85b3062e0c32df05b | refs/heads/master | 2023-06-10T21:37:15.884362 | 2021-06-20T21:44:38 | 2021-06-20T21:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 482 | puml | @startuml
skinparam classAttributeIconSize 0
class Company
{
-String designation
}
class Client {
-String name
-String address
-String phoneNumber
-String eMail
-String sex
-String cnn
-String nhsNumber
-String birthDate
-String tin
}
class UpdateClientDataController {
+updateInfo()
}
class UpdateClientDataScene {
}
UpdateClientDataScene ..> UpdateClientDataController
UpdateClientDataController ..> Company
Company "1" --> "1..*" Client: has
@enduml | false | true | false | false | sequence |
d915e68c80d727294f685c2350b16328caa59c88 | c2ec5d73b5a79e63f3dfff38b09f277999c788f8 | /docs/uml/summary.puml | 285b7a0224a815620560542d2275eec1b441f6c8 | [
"CC0-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain-disclaimer"
] | permissive | dblodgett-usgs/hygeo | 5f25732f80369d1bf78c18550bebed2554cd54ce | 883b65fcf1f2d5133bbd4ae0431eefc0f2ac6aa3 | refs/heads/master | 2021-04-07T04:04:13.916441 | 2020-12-16T15:25:27 | 2020-12-16T15:25:27 | 248,643,831 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 917 | puml | @startuml
HY_CatchmentRealization <|-- HY_FlowPath
HY_CatchmentRealization <|-- HY_CatchmentArea
class HY_FlowPath {
+ flowpathFormulation
}
class HY_CatchmentArea {
+ catchmentAreaFormulation
}
class HY_IndirectPosition {
+ distanceExpression
+ distanceDescription
__
<b>Constraints</b>
{point-referent}
{measure-along-flowpath}
}
HY_IndirectPosition --> "1" HY_FlowPath
HY_IndirectPosition <--> HY_HydroLocation
HY_IndirectPosition --> HY_HydroLocation
HY_Waterbody --> HY_HydroLocation
class HY_HydroLocation {
+ shape
+ hydroLocationType
}
HY_HydroLocation <--> HY_HydroNexus
class HY_Waterbody {
__
<b>Constraints</b>
{outlet-at-landmark}
}
HY_Catchment <--> HY_CatchmentRealization
HY_Catchment <--> HY_HydroNexus
HY_Catchment <--> HY_HydroNexus
HY_HydroNetwork --|> HY_CatchmentRealization
HY_HydroNetwork --> "0..*" HY_FlowPath
HY_HydroNetwork --> "0..*" HY_CatchmentArea
@enduml | false | true | false | false | class |
16d2ac9c91056956f11f20e9e954f018c98a2661 | 6aef8325074746870857c9730cc787eed485cf66 | /app/UML/restart_game_seq.puml | 8c4c0a99a6e77d828855555e6425ff423950fce9 | [] | no_license | Tjaub95/2048 | 95d36726fcb047f0d75a6ee01315dd53c6eaaab5 | 2633f555996e9020f9811b71a2c5e0052e940194 | refs/heads/master | 2021-01-20T07:20:42.750500 | 2017-05-02T04:46:59 | 2017-05-02T04:46:59 | 89,992,568 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 172 | puml | @startuml
actor User
boundary RestartButton
User -> RestartButton : clicks
RestartButton -> Game : newGame()
Game -> Score : reset()
Game -> HighScore : reset()
@enduml
| false | true | false | false | sequence |
7887de0497ee74b927c37f5e3f153ea0100d850f | 8b020718305c0bc96be99a18fa98918134ef8903 | /mojaloop-technical-overview/central-settlements/settlement-process/assets/diagrams/sequence/seq-setwindow-6.1.1.plantuml | 81c19c4c735eac853035593cdffc2f8875692070 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | HenkKodde/documentation | 97e3a33cf4c1701c02aa52712b15f5da1c734a4e | b47ac13c5436cc9e81d735db778848a7a476ef09 | refs/heads/master | 2020-09-26T16:08:52.517605 | 2019-12-13T11:36:34 | 2019-12-13T11:36:34 | 226,287,940 | 0 | 0 | NOASSERTION | 2019-12-06T09:04:22 | 2019-12-06T09:04:21 | null | UTF-8 | PlantUML | false | false | 3,546 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title 6.1.1. Request Settlement Window By Id (getSettlementWindowById)
autonumber
' declare actors
actor "Hub Employee" as OPERATOR
boundary "Settlement Service API" as SSAPI
entity "Settlement DAO" as SETTLE_DAO
database "Central Store" as DB
box "Central HUB" #lightpink
participant OPERATOR
end box
box "Settlement Service" #lightgreen
participant SSAPI
participant SETTLE_DAO
end box
box "Central Services" #lightyellow
participant DB
end box
' start flow
group Request Settlement Window
activate OPERATOR
OPERATOR -> SSAPI: GET - /settlementWindows/{id}
activate SSAPI
SSAPI -> SETTLE_DAO: Request settlementWindow by id\n<color #FF0000><b>Error code:</b> 2001</color>
activate SETTLE_DAO
SETTLE_DAO -> DB: Select from DB
activate DB
hnote over DB #lightyellow
SELECT sw.settlementWindowId, swsc.settlementWindowStateId,
swsc.reason, sw.createdDate, swsc.createdDate changedDate
FROM **settlementWindow** AS sw
JOIN **settlementWindowStateChange** AS swsc
ON swsc.settlementWindowStateChangeId = sw.currentStateChangeId
WHERE sw.settlementWindowId = {id}
end hnote
deactivate DB
SSAPI <-- SETTLE_DAO: Return **data**
deactivate SETTLE_DAO
alt settlementWindow found
note left of SSAPI #Yellow
{
"id": data.settlementWindowId,
"state": data.settlementWindowStateId,
"reason": data.reason,
"createdDate": data.createdDate,
"changedDate": data.changedDate
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 200 (OK)
else
note right of SSAPI #lightgray
Log ERROR event
end note
note left of SSAPI #yellow
{
"errorInformation": {
"errorCode": <integer>,
"errorDescription": <string>
}
}
end note
OPERATOR <-- SSAPI: Respond HTTP - 4xx (Client error)
deactivate SSAPI
deactivate OPERATOR
end
end
@enduml
| false | true | true | false | usecase |
0cef6f919f17dbc2c15fedcff84085c84aeeb316 | c242ddc8a644e8285ef6aa7f743b9afa68c02db3 | /src/main/java/com/example/progetto/progetto.plantuml | 69f54f281b7e8a18bce797c0e1a723bc1c72685a | [] | no_license | Luca-Dambro/progetto_programmazione_ad_oggetti_java | 0d9e04ee2cb908e2f425beb26fdf13b1862fba0c | e81630f7279f37f1a9844d0ff8d03b05b62fe058 | refs/heads/master | 2022-01-18T15:04:44.602780 | 2019-07-19T16:32:33 | 2019-07-19T16:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 526 | plantuml | @startuml
title __PROGETTO's Class Diagram__\n
namespace com.example.progetto {
class com.example.progetto.GetCSVfromJSON {
{static} + fileName : String
- link : String
+ getlink()
~ download()
~ readUrlFromJSON()
- FindCsvlink()
{static} - readAll()
}
}
namespace com.example.progetto {
class com.example.progetto.ProgettoApplication {
{static} + main()
}
}
right footer
endfooter
@enduml
| false | true | false | false | class |
2e877b98687c60ef12308c353f6697cadb7af1e5 | 9946a687fabda10b6aa2acde66eeff2f691c7aaa | /docs/cachedValueFlow.puml | 05156e304c5b50b4720541c3c71d58f5f652a20e | [
"MIT"
] | permissive | buildo/avenger | ee8e978af48cb31b26da8f400153be2f10a35554 | 73214093d31f056cd4ae43772b103b713b3de2fb | refs/heads/master | 2023-07-06T09:28:59.123788 | 2021-11-05T11:51:15 | 2021-11-05T11:51:15 | 37,076,692 | 65 | 2 | MIT | 2022-03-04T15:22:33 | 2015-06-08T15:50:57 | TypeScript | UTF-8 | PlantUML | false | false | 577 | puml | @startuml "CachedValue"
title
Architecture Flow with cached Value
end title
participant Query
participant Cache
participant CacheMap
Query -> Cache : getUser({ user: 1 })
Cache -> CacheMap : get CachedValue
note right
{
[{ user: 1 }]: CacheValueResolved({ username: "Gigi", preferredColor: "red" }),
[{ user: 2 }]: CacheValueResolved({ username: "Sandro", preferredColor: "violet" }),
}
end note
CacheMap -> Cache : CacheValueResolved({ username: "Gigi", preferredColor: "red" })
Cache -> Query : CacheValueResolved({ username: "Gigi", preferredColor: "red" })
@enduml
| false | true | false | false | sequence |
d5f1777ff562a5bf474c1e0c28cf89229a082298 | 6acdd421bafcd94147a87a08650600b0fa968b06 | /UML/dependency.puml | 1e990995cbcae9fd879fc23edd69fea5f8a86262 | [] | no_license | anokl/UML_samples | dd4a12d73b6f1ae2417511a4348d9b1ca5176275 | 7674e65f76fa973355edc66f5c0ae0b29682882c | refs/heads/master | 2021-01-01T07:40:28.784385 | 2020-02-14T11:32:48 | 2020-02-14T11:32:48 | 239,176,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
skinparam monochrome true
class PeerDirectory
{
+std::vector<Peer> GetPeersHandlingMessage(MessageId messageId)
}
class Peer
{
+string PeerName;
+string ip;
+string protocol;
+int port;
}
PeerDirectory..>Peer
@enduml
| false | true | false | false | class |
16eaa84eadc5e72827fc4b994c906bb415408853 | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/Ajouter questionnaire/RDCU_Ajouter_Questionnaire.puml | 24d2167b7a785e4ef86e04c016ff5bf95caa2c00 | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,826 | puml | @startuml recupererToutQuestionnaires
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU pour recupererTousQuestionnairesEspaceCours
participant ": GestionnaireQuestionnaire" as gestionnaireQuestion
participant "universite : Universite" as universite
participant "espaceCours : EspaceCours" as cours
-> gestionnaireQuestion : questionnaires = recupererTousQuestionnairesEspaceCours(idEspaceCours)
note left : Selon contrôleur,\ncontrôleur de session
gestionnaireQuestion -> universite : espaceCours = recupererUnEspaceCours(idEspaceCours)
note left : Selon expert, universite a toutes les\ninformations pour recupererUnEspaceCours
gestionnaireQuestion -> cours : questionnaires = recupererTousQuestionnairesEspaceCours()
note left : Selon expert, espaceCours contient\ntous ces questionnaires
@enduml
@startuml creerQuestionnaire
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU pour creerQuestionnaire
participant ": GestionnaireQuestionnaire" as gestionnaireQuestion
participant "universite : Universite" as universite
participant "espaceCours : EspaceCours" as cours
participant "newQuestionnaire : Questionnaire" as questionnaire
participant "questionnaires : Questionnaire[]" as questionnaires
-> gestionnaireQuestion : tags = creerQuestionnaire(idEspaceCours)
note left : Selon controleur,\ncontrôleur de session
gestionnaireQuestion -> universite : espaceCours = recupererUnEspaceCours(idEspaceCours)
note left : Selon expert, universite a toutes les\ninformations pour recupererUnEspaceCours
gestionnaireQuestion -> cours : creerQuestionnaire(idEspaceCours, description, etat)
note left : Selon expert, espaceCours contient\ntous ces questionnaires
cours --> questionnaire** : newQuestionnaire = create(id, description, etat)
note left : Selon createur, EspaceCours\ncontient Questionnaire
cours -> questionnaires : push(newQuestionnaire)
note left : Selon expert
gestionnaireQuestion -> cours : tags = recupererTagQuestions()
note left : Selon expert
@enduml
@startuml recupererQuestionParTag
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU pour recupererQuestionParTag
participant ": GestionnaireQuestionnaire" as gestionnaireQuestion
participant "universite : Universite" as universite
participant "espaceCours : EspaceCours" as cours
participant "questions : Question[]" as questions
participant "questionCourante : Question" as question
participant "questionsResultat : Question[]" as resultat
-> gestionnaireQuestion : questionsResultat = recupererQuestionParTag(idEspaceCours, tag)
note left : Selon contrôleur,\ncontrôleur de session
gestionnaireQuestion -> universite : espaceCours = recupererUnEspaceCours(idEspaceCours)
note left : Selon expert, universite a toutes les\ninformations pour recupererUnEspaceCours
gestionnaireQuestion -> cours : questionsResultat = recupererQuestionParTag(tag)
note left : Selon expert, espaceCours contient\ntous ces questionnaires
cours -> resultat** : create()
note left : Selon créateur, EspaceCours utilise\nétroitement questionsResultat
loop questions.length
cours -> questions : questionCourante = get(i)
note left : Selon expert, questions est\nl'attribut de EspaceCours\noù sont stockées les questions
cours -> question : tagCourant = getTag()
note left : Selon expert, tag est un\nattribut de Question
alt tagCourant = tag
cours -> resultat : push(questionCourante)
note left : Selon expert
end
end
@enduml
@startuml gererQuestionsQuestionnaire
skinparam style strictuml
skinparam defaultfontname Verdana
title RDCU pour gererQuestionsQuestionnaire
participant ": GestionnaireQuestionnaire" as gestionnaireQuestion
participant "universite : Universite" as universite
participant "espaceCours : EspaceCours" as cours
participant "questionnaire : Questionnaire" as questionnaire
participant "questions : Question[]" as questions
-> gestionnaireQuestion : gererQuestionsQuestionnaire\n(idQuestionnaire : number, idEspaceCours: number,\narrayIdQuestionsAjouter: string
note left : Selon contrôleur,\ncontrôleur de session
gestionnaireQuestion -> universite : espaceCours = recupererUnEspaceCours(idEspaceCours)
note left : Selon expert, universite a toutes les\ninformations pour recupererUnEspaceCours
gestionnaireQuestion -> cours : questionnaire = recupererUnQuestionnaire(idQuestionnaire)
note left : Selon expert, espaceCours contient\ntous ces questionnaires
loop questionnaires.questions.length
gestionnaireQuestion -> cours : question = recupererUneQuestion(idQuestion)
note left : Selon expert, espaceCours\ncontient ses questions
gestionnaireQuestion -> questionnaire : ajouterQuestion(question)
note left : Selon expert
questionnaire -> questions : push(question)
note left : Selon expert, questions est\nl'attribut de Questionnaire\noù sont stockées les questions
end
@enduml | false | true | true | false | sequence |
88e36dc6e67fb79ad5f7ac932bb105c40d3797f3 | 7814fb0d5e6e12a5010f3e238120603103b351d1 | /SequenceLayer1.puml | 115986b4bb8f407edd78cb3eb248523564bdc733 | [] | no_license | LeifHelbig/Systemudvikling2021 | 3655ae2647bdce45b174a98e93fc933cc6548c56 | dba042974776d66f178668b365ac5deafd2d6f3c | refs/heads/main | 2023-05-30T21:34:24.866487 | 2021-06-14T20:56:41 | 2021-06-14T20:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
'https://plantuml.com/sequence-diagram
actor Citizen
Citizen -> UI: Leder efter testresultat
activate UI
UI -> Web_services: fremsøger data
activate Web_services
Web_services -> CoronaNET: Fremsøger data
activate CoronaNET
CoronaNET -> Lab: Løbende søgning af testresultat
activate Lab
CoronaNET <-- Lab: Løbende sending af testresultat
deactivate Lab
Web_services <-- CoronaNET: Sender data
deactivate CoronaNET
UI <- Web_services: Viser testresultat
deactivate Web_services
@enduml
| false | true | true | false | sequence |
6612bb8808b8f25245e6e31fa7e383503778c41b | 569d026106230836e9cc366b71d8b6b5891801ad | /listManager.puml | 007033c6123bd1a526b81d8a8f7f220670e3eb65 | [] | no_license | raymepersad/persad-cop3330-assignment_4 | c1f4d32bbac2cd548f572c55c626c8371f8dc61b | c91e7617a641ad4e010efea2d43040b02e0f4fb1 | refs/heads/master | 2023-06-22T10:58:49.922960 | 2021-07-17T03:26:59 | 2021-07-17T03:26:59 | 383,329,542 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 652 | puml | /*
* UCF COP3330 Summer 2021 Assignment 4 Solution
* Copyright 2021 RAYME PERSAD
*/
@startuml
'https://plantuml.com/sequence-diagram
class todoList {
todoList(topic:string)
display()
assignTask -> (taskName:String, employee:string)
assignDeadline ->(taskName:string, dueDate:Date)
createTask() ->assignTask
markAsDone(taskName:String)
removeTask((taskName:String)
renameTask(oldName:String, newName:String)
}
class task {
name:String
deadLine: Date
employee:String
Task(name:String)
setName(name:String)
setDeadline(date:String)
setEmployee(name:String)
display()
}
@enduml | false | true | false | false | sequence |
f1712b113ddf45c2e670d304be56a978209e1a41 | cdae9f2c0be2ac42d728f1895a6d9284eab7e02c | /vortrag/images/src/pu/activity/user_user_document_share.plantuml | 23329de10a2f8a356af51f4dd3548908d3fac129 | [] | no_license | fab-du/documentations | 943c7b8edf6fdd605feb54337616d19ac92446f3 | 2fd118d6e25f72472ef0bd36bc64fa964344238c | refs/heads/master | 2021-01-21T14:01:15.730145 | 2016-05-09T16:43:07 | 2016-05-09T16:43:07 | 53,966,952 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 485 | plantuml | @startuml
left to right direction
(*) --> "shareDocumentWithUser( Bob )"
-right-> "Bob.isFriendOf( Alice )"
if "" then
-down->[true] "Group group = new Group()"
--> "group.setGV( Alice )"
-right-> "group.create()"
-right-> "group.addMember( Bob )"
-right-> "group.addDocument( document )"
-right-> "group.update()"
-->[end] (*)
else
-right->[false] "Friend friend = new Friend( Alice, Bob )"
-right-> "friend.commit()"
-down-> "Group group = new Group()"
@enduml
@enduml
| false | true | false | false | activity |
b997b96d089f87157c42752ab60e93a7406e0e29 | 5311c3ad523918b01c52d8f00a9b96e38b24db9e | /bot/src/main/java/LevelModule/uml/LevelModule.plantuml | 1776fb99152af5930e2eaf3f54e1e9c848dc7753 | [] | no_license | twgust/DiscordBot | 08bfa99b0e9c3a1baf15b3a04782e518a41f5da9 | 895f8b56dfb7b2c6776c86a88d401cecc2af1d8a | refs/heads/master | 2022-06-04T22:32:34.518640 | 2020-12-20T19:49:56 | 2020-12-20T19:49:56 | 246,451,508 | 1 | 0 | null | 2022-05-20T21:32:36 | 2020-03-11T02:02:05 | Java | UTF-8 | PlantUML | false | false | 2,595 | plantuml | @startuml
title __LEVELMODULE's Class Diagram__\n
namespace LevelModule {
class LevelModule.AddLevelRoleCommand {
- perm : Permission
+ execute()
+ getPerm()
}
}
namespace LevelModule {
class LevelModule.GuildMap {
- guildMap : Map<Guild, MemberMap>
+ addLevelRole()
+ checkForRoleLevel()
+ containsKey()
+ containsMember()
+ get()
+ getUserLevel()
+ put()
}
}
namespace LevelModule {
class LevelModule.LevelController {
{static} - filename : String
{static} - guildMap : GuildMap
{static} - levelDB : LevelDBConnector
{static} + addExp()
{static} + addGuild()
{static} + addLevelRole()
{static} + checkForRoleLevel()
{static} + checkMember()
{static} + getUserInfo()
{static} + writeToDisk()
}
}
namespace LevelModule {
class LevelModule.LevelDBConnector {
- conn : Connection
+ LevelDBConnector()
+ addUserExp()
+ newGuildTable()
- DBUserExist()
- addExpToDBUser()
- connect()
- createDBTable()
- createDBUser()
}
}
namespace LevelModule {
class LevelModule.LevelListener {
+ LevelListener()
+ onGuildJoin()
+ onGuildMessageReceived()
}
}
namespace LevelModule {
class LevelModule.MemberMap {
- levelRoleMap : Map<Integer, Role>
- memberMap : Map<Member, UserLevel>
+ containsKey()
+ containsLevelRoleKey()
+ get()
+ put()
+ putLevelRole()
+ setLevelRole()
}
}
namespace LevelModule {
class LevelModule.ProfileCommand {
+ execute()
}
}
namespace LevelModule {
class LevelModule.UserLevel {
- currentExp : int
- level : int
- member : Member
- nextLevelExp : int
+ UserLevel()
+ addExp()
+ getCurrentExp()
+ getLevel()
+ getMember()
+ getNextLevelExp()
- levelUp()
}
}
LevelModule.AddLevelRoleCommand -up-|> Commands.Command
LevelModule.LevelListener -up-|> net.dv8tion.jda.api.hooks.ListenerAdapter
LevelModule.LevelListener o-- EconomyModule.EconomyController : economyController
LevelModule.ProfileCommand -up-|> Commands.Command
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 |
0edce1fd337b8bcb197fc6943cdf4faf47789ce2 | 20478b6c19855983adf0781338d1a30e98101a7b | /diagramas/Factory_g.iuml | 83ea00dcb0e65ef5e006ec16c9d6749084121a5c | [] | no_license | LEON12699/Patrones_diseno | f9391a3071ae76b6c70de0610c70804e9ab0cbdb | cf0e97ba3f7efe6101dc575b8508faedbf3d75b9 | refs/heads/master | 2023-01-02T13:49:08.209731 | 2020-10-26T03:40:25 | 2020-10-26T03:40:25 | 305,895,825 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 350 | iuml | @startuml Factory structure
skinparam class {
BackgroundColor lightGreen
BorderColor black
}
interface Product
class Factory{
+ {abstract} factoryMethod()
+ operation()
}
class ConcreteFactory{
+ {abstract} factoryMethod()
}
Product <|-- ConcreteProduct
ConcreteFactory <- ConcreteProduct
Factory <|-- ConcreteFactory
@enduml | false | true | false | false | class |
c8a74d83b4f235355db7c7667fb0076ec9fad0ae | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/command/execute/execute.plantuml | 1e845a25cd1e9a5205bb42f0a0d7e80d79f07857 | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,272 | plantuml | @startuml
title __EXECUTE's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class AccessToLinkHrefTest {
+ fragmentSucceeds()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ContinueAfterExceptionsFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecuteTest {
- myMethodWasCalled : boolean
- argument : String
+ myMethodWasCalledProcessing()
+ getArgument()
+ myMethod()
+ myMethod()
+ myMethod()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecutingListTest {
- treeEntries : List<MultiValueResult>
+ parseNode()
+ getNodes()
+ process()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecutingTablesTest {
+ process()
+ generateUsername()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class Result {
+ successCount : long
+ failureCount : long
+ exceptionCount : long
+ lastExpectedValue : String
+ lastActualValue : Object
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastOnSpecificExceptionsFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myTimeoutExceptionThrower()
+ myFileNotFoundExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastPassthroughFixture {
}
}
}
}
ExecutingTablesTest +-down- Result
FailFastPassthroughFixture -up-|> RunTotalsFixture
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 |
c917400c5bf380cd20fd2613bdfa87fdca9e951c | d6c7879f1468c4e1af4125fdbbdbe270024affc2 | /doc/Klassendiagramm.puml | 4aa2080c69aa4f0ba4e02db32828e6a8fb154946 | [] | no_license | ponchofiesta/supertetris | c8134e6649f76e10973ec19533a073de067f2d6c | 56b8063511141eeae048aae7fd91e2ee87cbaf94 | refs/heads/master | 2020-06-24T08:14:20.567372 | 2017-07-11T19:02:50 | 2017-07-11T19:02:50 | 96,926,800 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,202 | puml | @startuml
skinparam classAttributeIconSize 0
package network {
interface Actions
class ClientInterface
class GameServer
class PlayerClient
class PlayerOnServer
class MultiBoardViewController
class MultiGameController
class MultiplayerGame
class JoinViewController
class CreateViewController
class OpponentBoard
}
package game {
class Board
class BoardListener
class BoardPane
class BoardViewController
class GameController
class GameoverViewController
class Scores
class StartViewController
class Stone
class StoneType
class Stopwatch
class MusicPlayer
}
SupertetrisApp ..> StartViewController : starts
SupertetrisApp *-- MusicPlayer
StartViewController ..> BoardViewController : starts
StartViewController ..> JoinViewController : starts
StartViewController ..> CreateViewController : starts
BoardViewController "1" *--* "1" GameController
GameController "1" *-- "1" Board
GameController "1" *-- "1" Stopwatch
GameController "1" *-- "1" Scores
BoardListener <|-- Board
Board "1" *-- "*" Stone
Board *-- BoardPane
GameController <|-- MultiGameController
GameController *-- BoardPane
BoardViewController ..> GameoverViewController : starts
MultiBoardViewController ..> GameoverViewController : starts
MultiBoardViewController *-- MultiGameController
MultiGameController *-- OpponentBoard
MultiGameController *-- BoardPane
MultiplayerGame ..> MultiBoardViewController : starts
OpponentBoard *-- BoardPane
'ViewController <|-- StartViewController
'ViewController <|-- BoardViewController
'ViewController <|-- MultiBoardViewController
'ViewController <|-- JoinViewController
'ViewController <|-- CreateViewController
'ViewController <|-- GameoverViewController
JoinViewController *-- PlayerClient
JoinViewController *-- ClientInterface
JoinViewController *-- MultiplayerGame
MultiBoardViewController *-- MultiplayerGame
MultiGameController *-- ClientInterface
CreateViewController *-- PlayerClient
CreateViewController *-- ClientInterface
CreateViewController *-- MultiplayerGame
CreateViewController *-- GameServer
ClientInterface *-- PlayerClient
ClientInterface ..> Actions : use
GameServer ..> Actions : use
PlayerClient ..> Actions : use
GameServer *-- PlayerOnServer
Stone +-- StoneType
class SupertetrisApp {
main()
}
abstract class ViewController {
}
note right: base class for all \n *ViewController classes
abstract class BoardListener {
onGameover()
onRowDeleted(int count)
onRowAdded()
onNext(Stone stone)
onDropped()
onMove()
onRotate()
onSpawn(Stone stone)
}
class StartViewController {
}
class BoardViewController {
gameController : GameController
}
class MultiBoardViewController {
}
class GameController {
board : Board
start()
stop()
}
class OpponentBoard {
}
class ClientInterface {
}
interface Actions {
}
class Board {
currentStone : Stone
nextStone : Stone
matrix : int[][]
downTimer : Timeline
}
class Stone {
matrix : int[][]
stoneType : StoneType
}
class StoneType {
color : Color
matrix : int[][]
}
class Scores {
level : int
points : int
lineCount : int
}
@enduml | false | true | false | false | class |
f7249ddea7746121302248ac23b1f4d44bf1425c | d4058ccbfd0bd7bb0a5f2fd15ca2ba8d02d39042 | /docs/flowchart.puml | 4caadd5ac40570357cd22308e46265f3849453df | [] | no_license | shaoxt/pipeline | 39d49128337b563e4c5f53feafe0af8d88ee16d3 | 1e5f65a76c355bea945151df67b0c9abe7bbbd13 | refs/heads/master | 2021-01-25T13:59:05.585255 | 2018-03-06T19:35:21 | 2018-03-06T19:35:21 | 123,636,894 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,438 | puml | @startuml
== Application creation ==
autonumber 1
User -> PaaS: Ask for an Application creation
PaaS -> Github: Create git repo, setup webhook url and secret
Github -> PaaS: Git repo URL and secret
PaaS -> K8S: Create Application, store info
== User push code ==
autonumber 1
User -> Github: Push code
Github -> PaaS: Webhook request includes git infos
PaaS -> K8S: Create Pipeline for showing status
PaaS -> PaaS: Trigger a Pipeline job
PaaS -> Scheduler: Find or create an executor and schedule the job
Scheduler -> Executor: Pick up job and run
Executor -> K8S: Query Application and Template
Executor -> Github: Checkout the repo
Executor -> K8S: Update status on Pipeline
Executor -> Executor: Build the code
Executor -> K8S: Update status on Pipeline
Executor -> Executor: Run test
Executor -> K8S: Update status on Pipeline
Executor -> DockerEngine: Packaging as docker image
Executor -> K8S: Update status on Pipeline
Executor -> DockerHub: Push image to dockerhub
Executor -> K8S: Update status on Pipeline
Executor -> K8S: Create or replace Deployment
Executor -> PaaS: Job done!
== Trigger build in K8S ==
autonumber 1
User --> K8S: Create a Pipeline
PaaS --> K8S: Watch the Pipeline
PaaS --> Scheduler: Trigger a Pipeline Job
User --> K8S: Pull status
== Trigger build in PaaS ==
autonumber 1
User --> PaaS: UI or API
PaaS --> Scheduler: Trigger a Pipeline Job
PaaS --> User: Status URI
User --> PaaS: Pull status
@enduml | false | true | false | false | sequence |
f5e1b61b93b76c0415d033aa0d202be501a3d745 | 4377d08019f74ce2ffb5283f76830b8ccf0a82d5 | /doc/sequence.plantuml | 6fd9d9f0a8de09bd09267860d3510727b96cb5c2 | [] | no_license | tomasz-skowronski/ml-bouncing-racoon | 8aea1b950e82424b5a1e91781182bf5a6f42d46c | 4725f652c88ac87b196f320f7b2d1d0998a8bd99 | refs/heads/master | 2021-07-05T23:39:16.696015 | 2020-01-21T10:59:08 | 2020-01-21T11:56:58 | 235,533,790 | 0 | 0 | null | 2021-04-26T19:54:11 | 2020-01-22T08:55:47 | Java | UTF-8 | PlantUML | false | false | 370 | plantuml | @startuml
participant "ml-backend" as MLB
participant "ml-bouncing-racoon" as BR
actor "email-validator.net" as RTEV
boundary "ml-external-api" as API
MLB -> BR : validate e-mails
BR -> RTEV : POST api/verify
RTEV -> API : callback
API -> BR : taskId
BR -> RTEV : POST /download.html
BR -> BR : taskResult
BR -> MLB : statusMessage
...
BR -> MLB : statusMessage
@enduml | false | true | false | false | sequence |
83986ecd7381878bfea8a875bdff057ab10f137e | 9d7c8260b9d6c4217c0ec446d023abe0102e2b6f | /diagrams/services.puml | 45776364bf795dde2cae892f930b0807ca26a403 | [
"MIT"
] | permissive | greenstevester/k8s-diagrams | c779ad9a909c816e86a6959ec7902ca46a3681a4 | 8c62b3618809988bd5218f4ea2b1506db00f2e7d | refs/heads/master | 2023-08-21T16:38:52.324768 | 2021-09-13T12:11:59 | 2021-09-13T12:11:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,831 | 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
' Remove this line for transparent background
skinparam backgroundColor WHITE
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 |
85e2f2fed878b3c9ad8aafb01a56f6e57a55e626 | 64dd82efd4027d3d72f1532cc325e673f89bdc7b | /docs/transfer/api_calls_simple.puml | 65c3fdba8f7bb8420e269f99566023675c95a7a4 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | yeradis/pisp | af89a7e72de234a3dbb8be989ea388b3d1f41f1d | 00421b180570e944f3035a51459b50c0293d6410 | refs/heads/master | 2023-03-04T14:54:40.435085 | 2021-02-15T12:45:38 | 2021-02-15T12:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,079 | puml | @startuml
title PISPTransferSimpleAPI
box "Mobile device"
actor "Ayesha\n(+44 8765 4321)" as CA
participant "PISP App" as App
end box
box "PISP"
participant "PISP Server" as D1
end box
box "Mojaloop"
participant Switch as S
participant "ALS" as A
participant "Auth-Service" as FIDO
end box
box "DFSP A"
participant "DFSP A\n(Payer)" as D2
end box
box "DFSP B"
participant "DFSP B\n(Payee)" as D3
end box
actor "Bhavesh\n(+44 1234 5678)" as CB
note over S
This document aims to demonstrate the high level API Calls between the PISP, Mojaloop Hub and DFSPs.
end note
== Discovery (Lookup) ==
D1 -> S: ""GET /parties/MSISDN/+4412345678""
... Get participants/parties flow not shown here ...
S -> D3: ""GET /parties/MSISDN/+4412345678""
D3 -> S: ""PUT /parties/MSISDN/+4412345678""
S -> D1: ""PUT /parties/MSISDN/+4412345678""
... The PISP confirms payee party with their user ...
== Agreement Phase ==
D1 -> S: ""POST /thirdpartyRequests/transactions""
S -> D2: ""POST /thirdpartyRequests/transactions""
D2 -> D2: Lookup this ""consentId"", ""sourceAccountId"" \nand ""pispId"". Verify that they exist, and consent \nis granted with a valid credential
D2 -> D2: Generate a unique transactionId for this transaction request: ""987""
D2 -> S: ""PUT /thirdpartyRequests/transactions/{id}""
S -> D1: ""PUT /thirdpartyRequests/transactions/{id}""
D2 -> S: ""POST /quotes""
S -> D3: ""POST /quotes""
D3 -> S: ""PUT /quotes/456""
S -> D2: ""PUT /quotes/456""
note left of D2
DFSPA has the quote, they can now ask
the PISP for authorization
end note
D2 -> S: ""POST /authorizations""
S -> D1: ""POST /authorizations""
note right of D1
PISP checks the quote with the user,
and uses FIDO to sign the the QuoteResponse object
end note
D1 -> S: ""PUT /authorizations/123""
S -> D2: ""PUT /authorizations/123""
D2 -> D2: Lookup the ""thirdpartyRequests/transaction""\nrequest, get the ""consentId"" and ""sourceAccountId""
D2 -> D2: Confirm pispId from ""PUT /authorizations/123""\n matches the ""thirdpartyRequests/transaction""
note over D2
Switch has the signed condition
For 3rd party FIDO, it now needs to make sure everything checks out
end note
D2 -> S: ""POST /thirdpartyRequests/transactions""\n"" /123/authorizations""
S -> AUTHS: ""POST /thirdpartyRequests/transactions""\n"" /123/authorizations""
AUTHS -> AUTHS: Lookup this consent based on consentId
AUTHS -> AUTHS: Ensure the sourceAccountId matches what is in Consent
AUTHS -> AUTHS: Check that the signed bytes match the \npublickey we have stored for the consent
AUTHS -> S: ""PUT /thirdpartyRequests/transactions""\n"" /123/authorizations""
S -> D2: ""PUT /thirdpartyRequests/transactions""\n"" /123/authorizations""
note over D2
DFSPA now knows that the user signed this transaction
and can go ahead and initiate the transfer
end note
== Transfer Phase ==
D2 -> S: ""POST /transfers""
S -> D3: ""POST /transfers""
D3 -> S: ""PUT /transfers/4321""
S -> D2: ""PUT /transfers/4321""
S -> D1: ""PATCH /thirdpartyRequests/transactions/123""
@enduml
| false | true | false | false | usecase |
cb033978b3bbd122af9c6bf6e1a55b6960ad44bf | e3a1ac3ebe5292badffef8308c04b5a36961c157 | /conception-regression-lineaire.iuml | a279b31bb71270fd08ac53d31b9ca33d5179055c | [] | no_license | alexandrecardinal/log330 | b78824ea6815bd390cdc9a590e8dc47ad6c1ebe5 | 72b88a4e2f73c5d7b4188eb814884a365b7fbc33 | refs/heads/master | 2020-03-18T20:25:37.502993 | 2018-07-29T18:55:09 | 2018-07-29T18:55:09 | 135,214,989 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,327 | iuml | @startuml
actor Utilisateur
boundary Programme
entity ArgumentParser
entity readCSV
entity validateFile
entity validateTuples
entity linearRegression
entity add
entity computeLinearRegressionFormula
Utilisateur -> Programme : python calculator.py file.csv --linear-regression
Programme -> ArgumentParser : Demande du CSV
Programme <-- ArgumentParser : csvFile
|||
Programme -> readCSV : readTuplesCSV(csvFile)
readCSV -> validateFile
readCSV <-- validateFile : OK
readCSV -> validateTuples
readCSV <-- validateTuples : OK
Programme <-- readCSV : dataset
|||
Programme -> linearRegression : linearRegression(dataset)
|||
loop len(dataset)
linearRegression -> add : add(sumX, dataset[i, 0])
linearRegression <-- add : sumX
linearRegression -> add : add(sumY, dataset[i, 1])
linearRegression <-- add : sumY
linearRegression -> add : add(sumXY, dataset[i, 0] * dataset[i, 1])
linearRegression <-- add : sumXY
linearRegression -> add : add(sumXX, dataset[i, 0] * dataset[i, 0])
linearRegression <-- add : sumXX
end
linearRegression -> computeLinearRegressionFormula : computeLinearRegressionFormula(len(dataset), sumX, sumXY, sumXX)
linearRegression <-- computeLinearRegressionFormula : linearRegression
Programme <-- linearRegression : LinearRegression
Utilisateur <-- Programme : LinearRegression
@enduml | false | true | false | false | usecase |
2977032ab541e497bbe3c8ce2dbadfd84d1579c6 | e89e04b442735f7f0c997d0396d4164f6aebf3ef | /md/open/asserts/open_flow.puml | e3156e38edd333c1d8a785c1f087fc78f159ee37 | [] | no_license | wildfirechat/docs | f7c97765d247f144ff29c8676ad13ff0b6b03b44 | 2521a8e7750c020752c4f5de16941c70877ba632 | refs/heads/master | 2023-08-31T10:53:25.351644 | 2023-08-25T15:20:40 | 2023-08-25T15:20:40 | 152,587,955 | 101 | 136 | null | 2023-07-17T06:13:32 | 2018-10-11T12:28:04 | JavaScript | UTF-8 | PlantUML | false | false | 386 | puml | @startuml
work_page -> IM_SDK : getAuthCode
IM_SDK -> IM_Server : getAuthCode
IM_Server --> IM_SDK : response
IM_SDK --> work_page : response
work_page -> open_server : login
open_server -> IM_Server : verifyAuthCode
IM_Server --> open_server : success
open_server --> work_page : login success
open_server <-> work_page : getApplications/favApplication etc.
@enduml
| false | true | false | false | sequence |
cea2b95c418c9150b8b14ddac4ce40664f4a89bc | 7d618c99d0bcee98fa0fdc58c1d8e1880c78d192 | /Reeks2/Codering/UML/Class.puml | d7848b0f3c4b47fa0f656b88095ce561a5febfc1 | [
"MIT"
] | permissive | LorenzoDeBie/SoftwareOntwikkelingII | f67cdea65841ae2220180134cac20fc98926ec2f | 0f8a6fc6f89ca99b5339a16bd1da3f31182263b9 | refs/heads/master | 2020-08-05T23:44:58.411612 | 2019-12-05T14:38:19 | 2019-12-05T14:38:19 | 212,760,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 934 | puml | @startuml
skinparam classAttributeIconSize 0
class PlainText {
+ GecodeerdeString(codeString : string) : string
}
interface ICodeerbareString {
+ GecodeerdeString(codeString : string) : string
}
abstract Class Codering {
# Codeerbarestring : ICodeerbareString
+ GecodeerdeString(codeString : string) : string
}
together {
class Cijfer {
+ GecodeerdeString(codeString : string) : string
}
note bottom : Decorator
class Wissel {
+ GecodeerdeString(codeString : string) : string
}
note bottom : Decorator
class Blok {
+ GecodeerdeString(codeString : string) : string
}
note bottom : Decorator
}
ICodeerbareString <|.. PlainText
ICodeerbareString <|.. Codering
Codering <|-- Cijfer
Codering <|-- Blok
Codering <|-- Wissel
Codering o-- ICodeerbareString
note top of PlainText : Component
note right of Codering::GecodeerdeString
Roept GecodeerdeString() van zijn Component op
end note
@enduml | false | true | true | false | class |
fe13799e6d7427e3d08496e816222461f03192f3 | 761b21b5da583d99f49b4db3ffd1ae038a565357 | /docs/ImportWorkflow.puml | af67a1114f1932f674e7c25f9e8f51e824656a64 | [
"Apache-2.0"
] | permissive | peichman-umd/archelon | 3ea0a630a912892ceefc328ea25a9079d36781e5 | 9b2402d105c63a637bc2a08cce9fbce9d2707a42 | refs/heads/develop | 2023-07-21T23:42:36.496689 | 2023-05-05T20:15:01 | 2023-05-05T20:15:01 | 77,943,385 | 0 | 0 | Apache-2.0 | 2021-11-15T20:24:38 | 2017-01-03T18:43:34 | Ruby | UTF-8 | PlantUML | false | false | 1,010 | puml | @startuml
<style>
Title {
Margin 20
FontSize 20
}
</style>
hide empty description
title
Archelon
Import Job State Transitions
end title
[*] --> validate_pending : start_validation
validate_pending --> validate_in_progress : [message received by STOMP queue]
validate_pending --> validate_error :[STOMP communication error]
validate_in_progress --> validate_success : [no invalid fields]
validate_in_progress --> validate_failed : [invalid fields]
validate_failed --> validate_pending : [user resubmits metadata]
validate_in_progress --> validate_error : [Plastron error]
validate_success --> import_pending : start_import
import_pending --> import_in_progress : [message received by STOMP queue]
import_pending --> import_error : [STOMP communication error]
import_in_progress --> import_incomplete
import_in_progress --> import_error : [Plastron error]
import_in_progress --> import_complete
import_complete --> [*]
import_incomplete --> import_pending : resume_import
@enduml
| false | true | false | false | sequence |
127147dbc74178254c4e0374a838fa8679734fde | 2cb0d17b297862de0b2876905bc69fab6a3fda1a | /diagrams/interaction_diagrams/UC 4 - Create Task.plantuml | d3cfcf232cd0259c977a65956044f29afd30f18a | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | julienbenaouda/projectJJA | 507bd714ec752d41ce1ef2f7fd05104390f34e92 | 9063388043b79e68640379cda5f674df62f76213 | refs/heads/master | 2021-04-27T17:28:29.111045 | 2018-06-14T19:29:11 | 2018-06-14T19:29:11 | 122,321,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 945 | plantuml | @startuml
title "Use Case - Create Task"
-> ":Controller": createTask(ProjectWrapper, String, String, long, double, Map<ResourceTypeWrapper, Integer>)
activate ":Controller"
":Controller" -> ":BranchOfficeManager": getCurrentBranchOffice()
activate ":BranchOfficeManager"
":Controller" <-- ":BranchOfficeManager": BranchOffice
deactivate ":BranchOfficeManager"
":Controller" -> ":BranchOffice": getUserManager()
activate ":BranchOffice"
":Controller" <-- ":BranchOffice": UserManager
deactivate ":BranchOffice"
":Controller" -> ":UserManager": getCurrentUser()
activate ":UserManager"
":Controller" <-- ":UserManager": User
deactivate ":UserManager"
":Controller" -> ":Project" : createTask(String, String, long, double, User)
activate ":Project"
":Project" -> ":Task" : new Task(String, String, long, double, User)
activate ":Task"
":Project" <-- ":Task": Task
deactivate ":Task"
deactivate ":Project"
deactivate ":Controller"
@enduml
| false | true | false | false | sequence |
f4b029e108df357fe9f7ceb51306e5e76e2ca7a9 | 109a03dabbac924dddcfedea919961c56aa329f0 | /pattern/res/factory.puml | c9900a1e4ddaa13a74bdc5bfa40ecc4ca5805bde | [
"Apache-2.0"
] | permissive | yumodev/yumodev_notes | 464452cddb9f416a6939db9da42353c042e8d3fa | 7f0815e96706c307764eaf431f0ba62ef42d80fa | refs/heads/master | 2022-01-26T03:40:27.678175 | 2019-07-08T22:35:45 | 2019-07-08T22:35:45 | 83,787,775 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 367 | puml | @startuml
skinparam classAttributeIconSize 0
Product <|-- ConcreteProduct
Factory <|-- ConcreteFactory
ConcreteProduct <.. ConcreteFactory
abstract class Product{
+ abstract void mothod()
}
class ConcreteProduct{
+ void mothod();
}
abstract class Factory{
+ abstract Product createProduct();
}
class ConcreteFactory{
+ Product createProduct();
}
@enduml
| false | true | false | false | class |
34a45cc98e454ee35d515b8c0fd3a8f73431f697 | 99fd128e25c1aef4813198b9594d1366b6e23943 | /Techs/software-craft/know-design/examples/用模板实现常见消息转发框架/ex_template_forward.puml | 2e9b36881412bd88b7d11a038813a7a5b8a76a7c | [] | no_license | tcfh2016/knowledge-map | 68a06e33f8b9da62f9260035123b9f86850316f0 | 23aff8bf83c07330f1d6422fc6d634d3ecf88da4 | refs/heads/master | 2023-08-24T19:14:58.838786 | 2023-08-13T12:04:37 | 2023-08-13T12:04:45 | 83,497,980 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
class "Forward<T>" as Forward_t
TemplateForward *-- Forward
class TemplateForward {
Forward_t forward
+ handle()
}
class Forward_t {
+ handle()
- forwardToA()
- forwardToB()
- ...()...
}
Forward_t <|-- Forward_t_msgId1
Forward_t <|-- Forward_t_msgId2
Forward_t <|-- Forward_t_msgId3
@enduml
| false | true | false | false | class |
26d6f2d38d7bf4460bec9140cff4351db7b9d028 | ae2b542745730cc44ac21318c7cbbc0c7c6605fa | /devdocs/sketches/opdata.puml | f1092f6bd1794778a34f12d0f4df1b3d8aca9fbc | [
"Apache-2.0"
] | permissive | weideng1/nosqlbench | 39957535cda38f3d01e0efe6b73444a68c359b6e | 87302800f27a25c63934aac631e0929776e57b1b | refs/heads/master | 2022-09-20T10:23:19.454187 | 2022-08-10T22:59:44 | 2022-08-10T22:59:44 | 260,520,242 | 0 | 0 | Apache-2.0 | 2020-05-01T17:38:55 | 2020-05-01T17:38:54 | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
actor a as activity
actor nd as "NB Driver"
actor pd as "Native Driver"
actor r as "ReadyOp"
actor op as "op"
@enduml | false | true | false | false | sequence |
ea0a25ddbeba661b146fc6b643c9c1ba2b27f3bd | 45bdcc7d5e2a88bc8934e070db799cc877e05df2 | /doc/FilmHandler.puml | 488437a5b0bae8c6ec00cd6e198c3319b77ca9a7 | [] | no_license | jangrunicke/express_movies | c6718d8af7ef682d043b42b4611c4d50925ac6ce | f9ee81fcd4aae13731631bce4a6d199e6a2fa9f2 | refs/heads/main | 2023-01-07T04:52:41.589216 | 2020-05-07T12:57:34 | 2020-05-07T12:57:34 | 311,109,435 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,793 | puml | @startuml Handler-Funktionen und Handler-Klasse
!pragma useNewPackage
skinparam ClassAttributeIconSize 0
skinparam componentStyle uml12
interface Promise<T>
package express {
package core {
interface Express
}
class "express()" as express
hide express circle
interface Request
interface Response
}
class App <<boundary>> {
+ readonl< app: Express
}
App ..> Express
App ..> express
package Film {
package entity {
interface FilmData <<entity>> {
}
}
package service {
class FilmService << control >> {
}
}
package rest #DDDDDD {
"Handler Functions" .right.> Request
"Handler Functions" ..> Response
"Handler Functions" ..> Promise
"Handler Functions" ..> FilmHandler
FilmHandler o--> "1" Filmservice : service
FilmHandler .right.> Request
FilmHandler ..> Response
FilmHandler ..> FilmData
FilmHandler ..> Promise
class "Handler Functions" << boundary >> {
+ async findById(req: Request, res: Response): Promise<void>
+ async find(req: Request, res: Response): Promise<void>
+ async create(req: Request, res: Response): Promise<void>
+ async update(req: Request, res: Response): Promise<void>
+ async deleteFn(req: Request, res: Response): Promise<void>
}
hide "Handler Functions" << boundary >> circle
class FilmHandler << control >> {
+ async findById(req: Request, res: Response): Promise<void>
+ async find(req: Request, res: Response): Promise<void>
+ async create(req: Request, res: Response): Promise<void>
+ async update(req: Request, res: Response): Promise<void>
+ async delete(req: Request, res: Response): Promise<void>
}
}
}
App ..> "Handler Functions"
hide empty members
footer (c) Jan Grunicke
@enduml
| false | true | false | false | sequence |
86afe58a7908925404211ec3c90e8acfdf6a5337 | aa651f34cf93e3496dc707e484cd71fca961fb10 | /docs/user.puml | 776e540b99a8e324b3f943becdbbe9a4a1b27fd7 | [] | no_license | alexcvcoelho-gabrielgio/sample-cqrs | 9ab8d564b8d188dbdbba819921a1883b4c365247 | e27c902ebb2bb2211ee1432eaa6d84a01e6241e5 | refs/heads/master | 2021-01-20T07:09:08.795558 | 2017-05-01T22:34:52 | 2017-05-01T22:34:52 | 89,968,722 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 369 | puml | @startuml
package "User API" {
[QueryUser]
[CommandUser]
}
package Process{
[UserP]
}
database redis
database mongo
database datomic
CommandUser "\nWrites Commands"-right-> redis
QueryUser "\nRequest info"-right-> mongo
redis "Event Soucing"-right-> UserP
UserP "Writes cache"-left-> mongo
UserP "Writes history\nWrites update"--> datomic
@enduml | false | true | false | false | sequence |
14fe7bc2a33967f199d07b320bbd8575a07939f2 | 1e7357ca133a0628e388e87dceaa8d800dc9aff7 | /crud.iuml | 7dda483ca0e830588e787ed822d0f1acde807dbc | [] | no_license | vgutierrez-fms/Dev-Challengues | 2a1888233a5eb6dfab6c3466dbe716e6e291e31d | 33795190e6ce38b4cfd8e05793b0912b1b94c6a9 | refs/heads/main | 2023-07-29T22:14:07.308665 | 2021-10-05T15:02:35 | 2021-10-05T15:02:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | iuml | @startuml
user --> (Create a Blog)
user --> (Update a Blog)
user --> (Delete a Blog)
user --> (List their Blogs)
user --> (Get a Blog By Id)
@enduml
| false | true | false | false | uml-unknown |
edb658fbe7afc2da2cd25d5351a756f8b6644339 | b6b556c4a0b8ca11d38057a1b804815507ffe488 | /sequence.puml | 806f82be33c2002fdf0cb4b9e4a8c742d618d571 | [] | no_license | nsr07/css555-parking-lot | 1cb1558cce5ec3a884fc6d378562245ea306be4f | 92c072844b6dfcc361a8d590e04f23feb4e341c5 | refs/heads/master | 2020-04-16T22:09:18.726399 | 2019-01-16T21:14:34 | 2019-01-16T21:14:34 | 165,955,418 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,518 | puml | @startuml "Parking Lot: Sequence Diagram"
skinparam dpi 300
actor Driver
actor Vehicle
participant "Parking Manager" as M
participant Camera as C
participant Slot as S
participant Gate as G
activate M
activate G
M -> S : Initilize
activate S
group Entering the parking lot
Vehicle -> C : Approching entrance gate
note right of Vehicle
This is triggerd by Motion
Sensor.
end note
activate C
rnote over C : scan vehicle \nimage
C --> M : Provide Plate# and Height
deactivate C
end
M --> M : Check for vehicle height
alt allowed to enter
M --> M : Check for available slot
alt available
M --> G : Open Entrance Gate
rnote over G :wait 2 sec
G --> G : Close
Driver -> S: Park
S --> M: Reserved
Driver -> S: Depart
S--> M: Clear
group Exiting the parking lot
Vehicle -> C: Approching exit gate
activate C
note right of Vehicle
This is triggerd by Motion
Sensor.
end note
C --> M: Provide Plate#
deactivate C
M --> Driver: Ask for Payment
end
group Payment
Driver -> M: Pay
M --> G: Open Exit
deactivate Vehicle
rnote over G: wait 5 sec
G --> G: Close
end
else
M --> Driver: Display "Parking is full!"
end
else
M --> Driver: Display "You are not allowed to enter!"
end
@enduml | false | true | false | false | sequence |
f76071bf3bd5ff892c700b8915baebbb1f3b7c36 | b0c72021ae284fd0c8277077a87d70e1efb804f7 | /app/UML/DSD1.puml | a6c6f9306f7d968888e48b940f817e5bf1c2cce5 | [] | no_license | zok0001/MemoryMatch-master | 49681b2a4ba4e7aaff1443b7334c608c47fa1cfc | da15cf0e6685ff2c61df3147a2e48ef8d2b370e3 | refs/heads/master | 2020-04-06T11:55:11.461249 | 2015-05-03T18:09:27 | 2015-05-03T18:09:27 | 34,892,228 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,304 | puml | @startuml
title AuburnMatch Design SD: Play Game
User -> MenuActivity : open
User <-- MenuActivity : game modes
User -> MenuActivity : select game mode
User <-- MenuActivity : list of difficulties
User -> MenuActivity : select difficulty
MenuActivity -> MemoryGame : start game
User <-- MemoryGame : game board
alt in timed mode
MemoryGame -> Handler : start timer
end
loop until all cards matched
User -> MemoryGame: select first card
MemoryGame -> Card : get first image
MemoryGame <-- Card : first image
User <-- MemoryGame : first card image
User -> MemoryGame : select second card
MemoryGame -> Card : get second image
MemoryGame <-- Card : second image
User <-- MemoryGame : second card image
MemoryGame -> Handler : check match
alt cards match
MemoryGame -> Card : remove cards
User <-- MemoryGame : updated board
else cards do not match
MemoryGame -> Card : turn cards over
User <-- MemoryGame : updated board
end
end
alt in timed mode
MemoryGame -> Handler : stop timer
MemoryGame <-- Handler : total time
end
User -> MemoryGame : enter initials
MemoryGame -> HighScoreArchive : check score
MemoryGame <-- HighScoreArchive : can be added
alt score good enough to be saved
MemoryGame -> HighScoreArchive : add current score
MemoryGame <-- HighScoreArchive : score added successfully
end
@enduml | false | true | false | false | sequence |
c441cf1544204cda720836614db3ec6ab4c794fa | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140780/sprint2/core07_01_class_diagram.puml | 00f3723f83564d976420e9b2c240ca71c38cc48e | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,238 | puml | @startuml doc-files/search_class_diagram.png
class UIController {
-extensions : uiExtension[]
--
+UIController(Cleansheet app)
+getExtensions() : uiExtension[]
}
class ExtensionManager {
-instance : ExtensionManager
-extensionMap : SortedMap<String,Extension>
--
-ExtensionManager()
+load(String ClassName) : SearchExtension
+load(Extension _class)
}
class Extension{
}
class SearchExtension{
-NAME : string
--
+super(String name)
+getUIExtension(UIController controller) : UIExtension
}
class UIExtension{
}
class UISearch{
+UISearch(UIController controller);
+getSideBar() : SearchPanel
}
class SearchPanel{
-uiController : UIController
-searchController : SearchController
--
+SearchPanel(UIController controller)
}
class SearchController{
--
*+searchWorkBook(Workbook workbook, String searchstring)*
+SearchController(UIController controller);
}
Extension <|-- SearchExtension
UIExtension <|-- UISearch
UIController --> ExtensionManager : getExtensions();
ExtensionManager --> SearchExtension : load(Extension extension);
SearchExtension --> UISearch : new(UIController controller);
UISearch --> SearchPanel : new(UIController controller);
SearchPanel --> SearchController : new(UIController);
@enduml | false | true | false | false | sequence |
4c9e37aaa96198e640fe1f7be9ae42e386c1463e | 63d05a2d8db31272352bb47eaf1981b74093b719 | /uml/controller/apps/tunneling/logicalport_remote_unbbind.puml | e7a408fd920a331001df28a8da029c7e7f7a8559 | [
"Apache-2.0"
] | permissive | ChaosXu/dragonflow | b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c | e497928bc34269bcecc7ea4488f22b5c98b972dc | refs/heads/master | 2020-05-05T09:33:07.999625 | 2019-04-25T11:07:00 | 2019-04-25T11:07:00 | 179,908,580 | 0 | 0 | null | 2019-04-07T02:18:32 | 2019-04-07T02:18:32 | null | UTF-8 | PlantUML | false | false | 708 | puml | @startuml logicalport remote unbind
Controller->TunnelingApp:_add_remote_port(self,lport)
activate TunnelingApp
TunnelingApp->lport:lswitch = lswitch
TunnelingApp->lswitch:network_type = network_type
alt network_type not in self.tunnel_types
TunnelingApp-->TunnelingApp
end
TunnelingApp->TunnelingApp:_remove_egress_dispatch_flow(lport)
TunnelingApp->lswitch:network_id = unique_key
TunnelingApp->lswitch:segmentation_id = segmentation_id
TunnelingApp->TunnelingApp:local_networks.remove_remote_port(port_id=lport.id,network_id=network_id,network_type=network_type)
TunnelingApp->TunnelingApp:_modify_egress_bum_flow(network_id,network_type,segmentation_id,self.ofproto.OFPFC_MODIFY)
deactivate
@endstart | false | true | false | false | sequence |
4da4bae958234afb73d890af16e056e0daa0a3da | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Data-Coordinator/Physical.puml | 3f976e64f86c76a637c40be9457cdd804e072d15 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 437 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Control Layer/Data Coordinator" #lightblue {
interface CLI
interface Web
interface REST
folder bin #ffffff {
component binName
}
folder appName #ffffff {
component sails.io
component sailsjs
}
folder uService1 #ffffff {
component micro
}
}
CLI -- binName
binName -- REST
Web -- sailsjs
Web -- REST
REST -- sailsjs
Web -- sails.io
REST -- micro
| false | true | false | false | class |
94eddd9a12d79fb2c7346e3a34ff476606459d49 | 02a2a448ecb295ff4c294179a8cbea01c0630c19 | /src/main/java/org/example/ex41/Base/ex41_UML.puml | 4503a87669a11e52d1e1c93913415582e8f87965 | [] | no_license | C-Gagne/gagne-cop3330-assignment3 | 1d065d2626f1f7f599a102b47eb43753fce0c364 | 142f76552ac2737f2d6821c15301f93fd33238d6 | refs/heads/master | 2023-06-02T11:09:05.671032 | 2021-06-18T17:28:29 | 2021-06-18T17:28:29 | 378,222,072 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 729 | puml | @startuml
'https://plantuml.com/class-diagram
class UserInput
{
getUserString()
Scanner
return inputString
}
class ReadFile
{
getFile(inputString)
return fileContentsString
}
class StringToList
{
convertStringToList(fileContentsString)
return fileContentsList
}
class SortList
{
sortFile(fileContentsList)
return sortedFileOutputList
}
class OutputString
{
generateOutputString(sortedFileOutputList)
return outputString
}
class WriteFile
{
generateOutputFile(outputString)
}
UserInput --|> ReadFile
ReadFile --|> StringToList
StringToList --|> SortList
SortList --|> OutputString
OutputString --|> WriteFile
@enduml | false | true | false | false | class |
287b3c12e4901a90c6dd8fe0f13a5fefd89b2bbb | d1a9e99e1505127548f1ad47a9cac6ea932c9cf9 | /puml/src/ap_realisierung.puml | 7bf7a7f2562cf8a07d14d7856d605856285b65d0 | [] | no_license | ojeker/simi | 2dc25350846761c278a8e8bf0a0461b9f7ab8346 | b310f43989c0835402356107f9776e989dddc0c6 | refs/heads/master | 2022-10-13T05:40:50.650701 | 2020-06-08T15:33:46 | 2020-06-08T15:33:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
package "Realisierung" {
[R1: SIMI "Low Code"] as r1
[R2: Model-Reader] as r2
[R3: GRETL-Integration] as r3
[R4: Datenmigrationsskripte] as r4
[R5: Config-Deployment] as r5
[R6: «Know your GDI» Auswertung] as r6
[R7: Integrationstest] as r7
r1 --> r2
r1 --> r4
r4 --> r5
r4 --> r6
r1 --> r7
r2 --> r7
r3 --> r7
r4 --> r7
r5 --> r7
r6 --> r7
}
@enduml | false | true | true | false | uml-unknown |
82aad713b7522d38b0fc9a728090e4b4c7d9c7b8 | 9dacf3115d4da5b805449c0247658f7599d15073 | /uml/packageFactories.puml | 80f8991f6455b2fd5dc7586fe4bee7aa8ee20444 | [] | no_license | xera51/gray-cop3330-assignment4part2 | 8e372853fae20c1ff6fcb63b0aa1d8c9ef4f3249 | fed733e420982c3f7ae252b58c842eaeb70993f6 | refs/heads/master | 2023-06-26T12:53:40.665340 | 2021-07-12T04:34:23 | 2021-07-12T04:34:23 | 383,518,572 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,041 | puml | @startuml
package ucf.assignments.factories {
class PopUps {
+ {static} getNewListPopUp(Stage owner) : Dialog<String>
+ {static} getListAlreadyExistsPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getListCreationFailedPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getSaveConfirmationPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getInvalidJsonFilePopUp(Stage owner) : Dialog<ButtonType>
+ {static} getSaveFailedPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getDeleteConfirmationPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getDeleteFailedPopUp(Stage owner) : Dialog<ButtonType>
+ {static} getWrongFileTypePopUp(Stage owner) : Dialog<ButtonType>
+ {static} getAddToDoPopUp(Stage owner) : Dialog<ToDo>
+ {static} getHelpPopUp(Stage owner) : Dialog<Void>
}
class TaskCell {
- controller : TaskCellController
+ TaskCell(): TaskCell
# updateItem(ToDo todo, boolean empty): void
}
}
@enduml | false | true | false | false | class |
9bfb608c6974e90fc1c7f2f6e7007bcdd0aa1110 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLEnumKeyDoesNotExistError.puml | 0963fae33560dbd085317c1c72ab456db6d59a92 | [] | 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 | 498 | 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 GraphQLEnumKeyDoesNotExistError [[GraphQLEnumKeyDoesNotExistError.svg]] extends GraphQLErrorObject {
code: String
conflictingEnumKey: String
conflictingAttributeName: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
a4e9591f952d659560ac4f5afa5e318a90f41f1b | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140611/sprint4/core03.3_classDiagram.puml | 7fc87fc17e9f1de74f86c605282dccbb5be95e6e | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 875 | puml | @startuml doc-files/core03.3_classDiagram.png
class csheets.core.Cell
class csheets.core.Spreadsheet
class csheets.ext.sort.SortController
class csheets.ext.sort.ui.AutomaticSortAction
class csheets.ext.sort.SortService
class csheets.ui.ctrl.UIController
interface csheets.ui.ctrl.SelectionListener
csheets.ext.sort.ui.AutomaticSortAction ..> csheets.core.Cell
csheets.ext.sort.ui.AutomaticSortAction ..> csheets.core.Spreadsheet
csheets.ext.sort.ui.AutomaticSortAction ..> csheets.ext.sort.SortController
csheets.ext.sort.ui.AutomaticSortAction --|> csheets.ui.ctrl.BaseAction
csheets.ext.sort.ui.AutomaticSortAction ..> csheets.ui.ctrl.SelectionEvent
csheets.ext.sort.ui.AutomaticSortAction ..> csheets.ui.ctrl.UIController
csheets.ext.sort.ui.AutomaticSortAction --|> csheets.ui.ctrl.SelectionListener
csheets.ext.sort.SortController->csheets.ext.sort.SortService
@enduml | false | true | false | false | class |
314fae1e141966cea098b4db65110510d4234a4a | 14d1536e3b8cec4c2f0b8a695ea4d66b6296173c | /uml-diagrams/forwarded-for/ip-with-forward-headers-stratergy-empty.puml | e673e8c8722e439f2117e90641e7c26a55b23da0 | [] | no_license | dhananjay12/spring-microservice-demo | cc2d239b4b05d59f5602fb96690d567cea199659 | e1dec03a50af3eb9e81a079b3cf9a892e6437be4 | refs/heads/master | 2023-06-17T05:34:02.612611 | 2023-02-23T19:28:47 | 2023-02-23T19:28:47 | 142,627,004 | 14 | 5 | null | 2023-02-23T19:28:49 | 2018-07-27T22:00:09 | Java | UTF-8 | PlantUML | false | false | 1,166 | puml | @startuml
title server.forward-headers-strategy=null for Service 1/2
actor "Browser/Postman" as B
participant "Proxy" as P #Teal
participant "Gateway" as G #SkyBlue
participant "Service One" as S1 #Orange
participant "Service Two" as S2 #Yellow
B -> P : /api/service-one/url
P -> G : /api/service-one/url
note right of P #Teal
X-Forwarded-For: 192.168.65.3
X-Real-IP: 192.168.65.3
end note
G -> S1: /url
note right of G #SkyBlue
X-Forwarded-For: 192.168.65.3,192.168.6.3
X-Real-IP: 192.1.68.65.3
Forwarded: proto=http;host=kubernetes.docker.internal;for="192.168.65.3:44722"
end note
note over S1 #Orange
In controller requestObject:
"getRemoteAddr()": "192.168.65.3",
"x-forwarded-For": null,
"forwarded": "proto=http;host=kubernetes.docker.internal;for="192.168.65.3:44722""
end note
S1 -> S2: /some-other-url
note right of S1 #Orange
X-Real-IP: 192.1.68.65.3
Forwarded: proto=http;host=kubernetes.docker.internal;for="192.168.65.3:44722"
end note
note over S2 #Yellow
In controller requestObject:
"getRemoteAddr()": "10.1.6.246",
"x-forwarded-For": null,
"forwarded": "proto=http;host=kubernetes.docker.internal;for="192.168.65.3:44722""
end note
@enduml | false | true | false | false | sequence |
6a66e25eb7613259210ea4e9a68fe8ce2db603bc | 1ce6145af4ab75460f5b6176dfd22a2426434cb4 | /RoyalWormDemo/Network/Network.plantuml | 810d23b6968d4276fd0d4599dca90c34e37ed9a2 | [] | no_license | zyzzyxxy/RoyalWorm | 89436a49c215f486c8ddeae7213f4640ded1a8d0 | db144a146983a8854a492d17a912922512c47d64 | refs/heads/master | 2020-04-20T20:51:47.678261 | 2019-03-10T22:32:38 | 2019-03-10T22:32:38 | 169,090,100 | 1 | 0 | null | 2019-03-10T12:39:20 | 2019-02-04T14:23:54 | Java | UTF-8 | PlantUML | false | false | 715 | plantuml | @startuml
title __NETWORK's Class Diagram__\n
package Network {
class NetworkController {
{static} + sendWorldData()
{static} + sendData()
{static} + sendDirectionData()
}
}
package Network {
class NetworkReciever {
- receiveSocket : DatagramSocket
- recieveData : byte[]
- recievePort : int
+ NetworkReciever()
+ recieveData()
+ run()
}
}
NetworkReciever -up-|> Runnable
NetworkReciever -up-|> Observable
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 |
03c8b45d5ad137fd02b272137bed0f805537ffdc | ade6828159cfad850e92d0399c3e78fdfac0ba35 | /workspaces/cogito-web3-provider/images/sign-transaction.plantuml | c257f359f52807f7e7231a7d539592f0e1d96c99 | [
"MIT"
] | permissive | philips-software/cogito | c983f219b0cb0374552e313bf0ac66f8005ddc7d | e84ddb4fb1e9ae95652595f3111c43eebb6e4982 | refs/heads/master | 2023-08-31T16:18:56.808691 | 2020-08-25T15:31:54 | 2020-08-26T07:44:55 | 136,214,087 | 17 | 7 | MIT | 2023-08-23T21:36:31 | 2018-06-05T17:47:45 | Swift | UTF-8 | PlantUML | false | false | 742 | plantuml | @startuml sign-transaction
skinparam monochrome true
skinparam shadowing false
skinparam dpi 300
skinparam ParticipantPadding 50
hide footbox
participant Web3 as "cogito\nweb3 provider"
participant Eth as "ethereum\nnode"
participant Cogito as "cogito\nmobile app"
actor User as " "
--> Web3 : transaction
activate Web3
Web3 -> Eth -- : request transaction defaults
activate Eth
Eth -> Web3 -- : transaction defaults
activate Web3
Web3 -> Web3 : construct transaction object\nfor signing
Web3 -> Cogito -- : request signature
activate Cogito
Cogito -> User -- : request permission to sign
User -> Cogito ++ : grant permission
Cogito -> Cogito : sign
Cogito -> Web3 -- : signature
activate Web3
Web3 -> Eth -- : signed transaction
@enduml
| false | true | false | false | sequence |
a45d61f5198fb63e35ba3dd3ce38e63a9710a9c2 | 114d183f85e91502b4f87581521dcfa41a8152a0 | /doc/diagrams/eagine/logging_overview.puml | dbe641abfe2cc1613c5c60e27a74f18e4e8aa0c0 | [
"BSL-1.0",
"GPL-3.0-only",
"GPL-1.0-or-later"
] | permissive | ford442/oglplu2 | 5544c888a11b9b2f92c3dd658c914403a6372604 | abf1e28d9bcd0d2348121e8640d9611a94112a83 | refs/heads/develop | 2023-07-28T03:56:59.431213 | 2021-09-01T05:40:48 | 2021-09-01T05:40:48 | 403,495,160 | 0 | 0 | BSL-1.0 | 2021-09-06T05:23:50 | 2021-09-06T05:21:38 | null | UTF-8 | PlantUML | false | false | 1,796 | puml | @startuml
enum log_event_severity {
trace
debug
stat
info
warning
error
fatal
}
interface logger_backend {
+type_id() : identifier
+set_description()
+enter_scope()
+leave_scope()
+log_chart_sample(...)
+begin_message(...)
+add_argument(...)
+finish_message(...)
+finish_log()
}
class null_log_backend {
}
class syslog_log_backend {
}
class ostream_log_backend {
}
class asio_ostream_log_backend {
}
class proxy_log_backend <<Proxy>> {
}
class log_entry {
+set_format(...)
+arg(...)
}
class basic_logger {
+instance_id() : identifier
+backend()
+make_log_entry()
}
class logger {
+log()
+error()
+warning()
+info()
+stat()
+debug()
+trace()
}
class named_logging_object {
+log()
+log_fatal()
+log_error()
+log_warning()
+log_info()
+log_stat()
+log_debug()
+log_trace()
}
class root_logger {
}
class root_logger_options {
}
class program_args {
+begin()
+end()
+find()
}
class main_ctx_object {
}
class main_ctx {
}
logger_backend <|-- null_log_backend : implements
logger_backend <|-- syslog_log_backend : implements
logger_backend <|-- ostream_log_backend : implements
ostream_log_backend <|-- asio_ostream_log_backend
proxy_log_backend --|> logger_backend : implements
proxy_log_backend *--> logger_backend : delegates to
log_entry --> log_event_severity : has
log_entry --> logger_backend : uses
basic_logger ..> log_entry : instantiates
basic_logger o--> logger_backend
logger --|> basic_logger
basic_logger <|-- named_logging_object
named_logging_object <|-- main_ctx_object
main_ctx_object --> main_ctx
root_logger --|> logger
root_logger --> program_args : uses
root_logger --> root_logger_options : uses
@enduml
| false | true | false | false | sequence |
6e2330799426fd0568d0464f9a57c413aae3d810 | 12bfce152bb20ca481a58349f84e9bba2e64b4b7 | /img/pattern/state.puml | 2ed85492fd615ce6f4c09c4f626f3d7350810d8e | [] | no_license | axiomaster/axiomaster.github.io | 88f27a740d87dd1c86804340690e5a5e2caf5833 | fa6fa7623d5272ca117e25ab85ae6ade1b814dc0 | refs/heads/master | 2022-01-23T14:20:24.336568 | 2022-01-09T08:33:39 | 2022-01-09T08:33:39 | 164,185,260 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 287 | puml | @startuml
interface State{
handle()
}
class ConcreateStateA{
handle()
}
class ConcreateStateB{
handle()
}
State <|.. ConcreateStateA
State <|.. ConcreateStateB
class Context{
State stateA
State stateB
State state
request()
}
State <-- Context
@enduml | false | true | false | false | state |
71f1f1fd13303656bfcee887ea8e87a7bd5140ec | e557d0c0a23d52661e7ea8cf194da99d745a5a0d | /docs/source/pic/src/class.puml | 8c2b326bd55a812a005a10ca752ceed31d9d1363 | [
"Apache-2.0"
] | permissive | nrempel/von_anchor | 15879a82e32a0058ee6118be39a4840df7905e05 | db6ae077e7161d7e333371583c26615a7d47fbe5 | refs/heads/master | 2020-04-07T10:28:14.352270 | 2019-02-27T12:59:52 | 2019-02-27T12:59:52 | 158,287,984 | 0 | 0 | Apache-2.0 | 2018-11-19T20:47:48 | 2018-11-19T20:47:48 | null | UTF-8 | PlantUML | false | false | 7,509 | puml | @startuml
/'
Copyright 2017-2019 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
or
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.
'/
scale max 2000 width
title Class Diagram
class ErrorCode {
}
class VonAnchorError {
+error_code
+message
}
class SchemaKey {
}
class SchemaCache {
-_schema_key2schema
-_seq_no2schema_key
+lock
+__getitem__()
+__setitem__()
+contains()
+index()
+schema_key_for()
+schemata()
+feed()
+clear()
}
class CredDefCache{
+lock
}
class Tails {
+reader_handle
+rr_id
+path
+open()
{static} +ok_hash()
{static} +associate()
{static} +dir()
{static} +linked()
{static} +links()
{static} +unlinked()
{static} +next_tag()
{static} +current_rev_reg_id()
}
class RevoCacheEntry {
+rev_reg_def
+tails
+cull()
-_get_update()
+rr_delta_frames
+rr_state_frames
+get_delta_json()
+get_state_json()
}
class RevRegUpdateFrame {
+qtime
+timestamp
+to
+rr_update
}
class RevocationCache {
+lock
}
class EndpointCache {
+lock
}
class ArchivableCaches {
{static} +clear()
{static} +archive()
{static} +parse()
{static} +purge_archives()
}
class Wallet {
-_seed
-_next_seed
+name
+handle
+config
+auto_remove
+access_creds
+storage_type
+did
+verkey
+create_local_did()
+get_local_did_infos()
+get_local_did_info()
+get_anchor_did()
+create()
+open()
+close()
+write_pairwise()
+delete_pairwise()
+get_pairwise()
+encrypt()
+decrypt()
+sign()
+verify()
+pack()
+unpack()
+reseed_init()
+reseed_apply()
+remove()
}
class DIDInfo {
+did
+verkey
+metadata
}
class PairwiseInfo {
+their_did
+their_verkey
+my_did
+my_verkey
+metadata
}
class EndpointInfo {
+endpoint
+ip_addr
+port
+verkey
}
enum Protocol {
{static} +V_13
{static} +V_14
{static} +V_15
{static} +V_16
{static} +V_17
{static} +V_18
{static} +DEFAULT
}
class NodePoolManager {
+protocol
+add_config()
+list()
+get()
+remove()
}
class NodePool {
+name
+handle
+config
+protocol
+cache_id
+open()
+close()
+refresh()
}
enum Predicate {
{static} +LE
{static} +LT
{static} +GE
{static} +GT
}
enum Role {
{static} +STEWARD
{static} +TRUSTEE
{static} +TRUST_ANCHOR
{static} +USER
{static} +ROLE_REMOVE
}
class BaseAnchor {
+pool
+wallet
+did
+verkey
-_submit()
-_sign_submit()
-_verkey_for()
{static} +least_role()
+open()
+close()
+reseed()
+set_did_endpoint()
+get_did_endpoint()
+send_endpoint()
+get_endpoint()
+get_nym()
+get_nym_role()
+get_cred_def()
+get_rev_reg_def()
+get_schema()
+encrypt()
+decrypt()
+sign()
+verify()
+get_txn()
}
class AnchorSmith {
{static} +role()
+send_nym()
}
class Origin {
+send_schema()
}
class RevRegBuilder {
{static} +get_state()
{static} +dir_tails()
{static} +dir_tails_sentinel()
-_start_data_json()
-_create_rev_reg()
+dir_tails_top()
+dir_tails_target()
+serve()
+stop()
}
enum State {
{static} +RUNNING
{static} +STOPPING
{static} +ABSENT
}
class Issuer {
-_send_rev_reg_def()
-_set_rev_reg()
-_sync_revoc_for_issue()
+open()
+path_tails()
+send_cred_def()
+create_cred_offer()
+create_cred()
+revoke_cred()
+get_box_ids_json()
}
class HolderProver {
+config
+dir_cache
-_link_secret
-_sync_revoc_for_proof()
-_build_rr_delta_json()
+build_req_creds_json()
+dir_tails()
+open()
+close()
+rev_regs()
+offline_intervals()
+create_link_secret()
+create_cred_req()
+store_cred()
+load_cache_for_proof()
+get_box_ids_json()
+get_cred_infos_by_q()
+get_cred_infos_by_filter()
+get_cred_info_by_id()
+get_creds()
+get_creds_by_id()
+get_cred_briefs_by_proof_req_q()
+create_proof()
+reset_wallet()
}
class Verifier {
+config
+dir_cache
-_build_rr_state_json()
{static} +least_role()
+build_proof_req_json()
+load_cache_for_verification()
+open()
+verify_proof()
}
class TrusteeAnchor {
}
class NominalAnchor {
{static} +least_role()
}
class SRIAnchor {
{static} +least_role()
}
class BCRegistrarAnchor {
}
class OrgBookAnchor {
}
class OrgHubAnchor {
{static} +least_role()
+close()
}
enum PublicKeyType {
{static} +RSA_SIG_2018
{static} +ED25519_SIG_2018
{static} +EDDSA_SA_SIG_SECP256K1
}
class PublicKey {
+did
+id
+type
+value
+controller
+authn
+to_dict()
}
class Service {
+did
+idp
+type
+endpoint
+to_dict()
}
class DIDDoc {
+did
+verkeys
+authnkeys
+services
+to_json()
+serialize()
{static} +from_json()
{static} +deserialize()
}
VonAnchorError "1" *-up- "1" ErrorCode
SchemaCache -left-> SchemaKey
BaseAnchor -left-> SchemaKey
NodePoolManager "1" *-- "1" Protocol
NodePoolManager ..> NodePool
NodePool *-- Protocol
RevRegBuilder *-- State
BaseAnchor -up-> SchemaCache
BaseAnchor "1" *-left- "1" Wallet
BaseAnchor "1" *-up- "1" NodePool
RevoCacheEntry -up-> Tails
RevoCacheEntry "2" *-down- "n" RevRegUpdateFrame
RevocationCache -> RevoCacheEntry
Wallet --> DIDInfo
Wallet --> PairwiseInfo
BaseAnchor --> EndpointInfo
BaseAnchor -up-> RevoCache
BaseAnchor --> EndpointCache
BaseAnchor -up-> CredDefCache
BaseAnchor <|-down- AnchorSmith
BaseAnchor <|-down- Origin
BaseAnchor <|-down- HolderProver
BaseAnchor <|-down- Verifier
BaseAnchor <|-right- NominalAnchor
AnchorSmith <|-down- TrusteeAnchor
BaseAnchor <|-down- RevRegBuilder
RevRegBuilder <-- Issuer
Origin <|-left- SRIAnchor
Issuer <|-left- SRIAnchor
Verifier <|-right- SRIAnchor
Issuer <|-up- BCRegistrarAnchor
Origin <|-up- BCRegistrarAnchor
HolderProver <|-down- OrgBookAnchor
OrgBookAnchor <|-- OrgHubAnchor
Issuer <|-- OrgHubAnchor
Origin <|-- OrgHubAnchor
Verifier <|-- OrgHubAnchor
HolderProver ..> ArchivableCaches
Verifier ..> ArchivableCaches
OrgHubAnchor ..> ArchivableCaches
HolderProver ..> Predicate
Verifier ..> Predicate
BaseAnchor ..> Role
AnchorSmith ..> Role
Verifier ..> Role
NominalAnchor ..> Role
OrgHubAnchor ..> Role
SRIAnchor ..> Role
PublicKey "1" *-- "1" PublicKeyType
DIDDoc "1" *-- "n" PublicKey
DIDDoc "1" *-- "n" Service
@enduml
| false | true | false | false | class |
1ca2e23fced0a0677140dee5d047048255d0b8e5 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-klassifikasjonssystem.iuml | 547f597cedec478fbc3ec7ea0b77d948419c1ba8 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 287 | iuml | @startuml
class Arkivstruktur.Klassifikasjonssystem <Arkivenhet> {
+klassifikasjonstype : Klassifikasjonstype [0..1]
+tittel : string
+beskrivelse : string [0..1]
+avsluttetDato : datetime [0..1]
+avsluttetAv : string [0..1]
+referanseAvsluttetAv : SystemID [0..1]
}
@enduml
| false | true | false | false | class |
fabfb5180aa8fce4e35307db65c9a233792c8c8e | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/BL/Exceptions/BLExporterImporterException.puml | 63c25b64c02ee1d8791576f48982999475ab359b | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 252 | puml | @startuml
class BLExporterImporterException {
+ BLExporterImporterException()
+ BLExporterImporterException(message:string)
+ BLExporterImporterException(message:string, inner:Exception)
}
Exception <|-- BLExporterImporterException
@enduml
| false | true | false | false | class |
17aac373c4b54ac38f45366e9ffa70eceb17e34e | a76e7ded7055b62cf913ba91d8f8e745f443530f | /moneytransfer/src/main/kotlin/moneytransfer/objects/Entites.puml | 55d9e8de40e20f62ffcb1b55bfa2905077ee6cb0 | [] | no_license | michaem/DDDSample | 7acbbb5d81aa9120a3a7b4611c4c0edc5965c01c | b1887c425a48d8e2a1f87632fd961a234620ed04 | refs/heads/main | 2022-12-27T22:48:48.832296 | 2020-10-13T17:13:41 | 2020-10-13T17:13:41 | 301,216,256 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 681 | puml | @startuml
together {
class SessionId <<Value Object>> {
- id: String
}
class Session << Entity >> {
- sessionId: SessionId
- expireDate: Date
}
Session o-- SessionId
}
together {
class CardId <<Value Object>> {
- id: String
}
class Card << Entity >> {
- id: CardId
- number: String
}
Card o-- CardId
}
together {
class CountryId <<Value Object>> {
- id: String
}
class Country <<Entity>> {
- id: CountryId
- name: String
- code: String
}
Country o-- CountryId
}
together {
class Receiver << ? >>
class Transfer << ? >>
}
@enduml | false | true | false | false | class |
5f710b0f81ef005876918dbb20cdcad12d48f09c | a459373fa54c2903a9470556d452586ad9320bd0 | /doc/after.puml | ea0eee9376ca70373c48fad98ddd387e8c238f85 | [] | no_license | nazonohito51/log-analyzer | b07e5172c4945fa80f859ba788cb61b0e7f92033 | b11eaa7b1bd9a13b308866c2dbe59876bc965b2e | refs/heads/master | 2022-01-20T06:59:32.008241 | 2019-08-06T02:16:17 | 2019-08-06T02:16:17 | 106,846,203 | 6 | 0 | null | 2018-11-12T07:09:26 | 2017-10-13T16:08:09 | PHP | UTF-8 | PlantUML | false | false | 2,123 | puml | @startuml
package CollectionBuilder {
class CollectionBuilder {
- array[LogFile] files
# void addLog(path, parser)
+ void addApacheLog(path)
+ void addLtsvLog(path)
+ Collection build()
}
class LogFile {
- string path
- ParserInterface parser
}
class SplFileObject {
}
interface ParserInterface {
}
class ApacheLogParser {
- string format
}
class LtsvParser {
}
}
package Collection {
class Collection {
- array[int] itemIds
- DatabaseInterface db
+ View dimension(key, callable = null)
+ int count()
+ array showScheme()
}
class ColumnarDatabase {
}
interface DatabaseInterface {
- array scheme
+ ColumnInterface getColumn(key)
+ array getScheme()
}
class FileStorageColumn {
- array values
- array dictionary
}
class InMemoryColumn {
- array values
- array dictionary
}
interface ColumnInterface {
+ void add(value, itemId)
}
}
package View {
class View {
- array[Collection] collections
+ void addColumn(key, callable = null)
+ Collection getCollection(dimensionValue)
+ array showScheme()
}
interface ColumnValueStrategyInterface {
}
abstract class AbstractColumnValueStrategy {
}
class DimensionStrategy {
}
class CountStrategy {
}
}
package Presenter {
class ProgressBarObserver {
}
class ConsoleTable {
}
}
LogFile "0..n" -- "1" ParserInterface
LogFile <|-- SplFileObject
View o- Collection : create
View o-- ColumnValueStrategyInterface
CollectionBuilder .> Collection : create
CollectionBuilder o-- LogFile
Collection "1..n" *-- "1" DatabaseInterface
ApacheLogParser <|- ParserInterface
LtsvParser <|- ParserInterface
ColumnarDatabase <|- DatabaseInterface
FileStorageColumn <|- ColumnInterface
InMemoryColumn <|- ColumnInterface
DatabaseInterface o-- ColumnInterface
AbstractColumnValueStrategy <|- ColumnValueStrategyInterface
DimensionStrategy <|- AbstractColumnValueStrategy
CountStrategy <|- AbstractColumnValueStrategy
ProgressBarObserver "1" -- "0..1" CollectionBuilder
ConsoleTable <.. View : create
@enduml
| false | true | false | false | class |
6f05b3662af9fc55de876b56e9eb88eb5483e3e5 | f53547189c088bd8b81e897e755812f03ec5faa8 | /documentation/puml/arch.puml | 81665aa50060d425e9ab9f694b63c5222748d7bb | [] | no_license | yemelanooov/codebase-operator | 33916b47759506446540166a7ef373a76b7e9c78 | 8b56e9426a9479d67b157d9fa46e0f68bfefbff4 | refs/heads/master | 2022-11-14T19:22:01.754107 | 2020-07-02T06:55:50 | 2020-07-02T06:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,767 | puml | @startuml
skinparam class {
BackgroundColor #white
BackgroundColor<<wip>> LightGoldenRodYellow
BackgroundColor<<tbd>> Khaki
}
package com.epam.edp.codebase {
class Codebase {
-- metadata --
String name
-- spec --
CodebaseType type
String lang
String description
String framework
String buildTool
Strategy strategy
Repository repository
Database database
String testReportFramework
String gitServer
String jiraServer
String gitUrlPath
String jenkinsSlave
String jobProvisioning
String deploymentScript
Versioning versioning
-- status --
Boolean available
Date lastTimeUpdated
String status
String username
ActionType action
Result result
String detailedMessage
String value
}
Codebase -> Strategy : strategy
enum Strategy {
CREATE
CLONE
}
Codebase --> CodebaseType : type
enum CodebaseType {
APPLICATION
AUTOTESTS
LIBRARY
}
Versioning -> VersioningType : versioningType
enum VersioningType {
EDP
DEFAULT
}
Codebase "1" -r-* "0..1" Repository : internal structure
class Repository {
String url
}
Codebase "1" --* "1" Versioning : internal structure
class Versioning {
VersioningType type
String startFrom
}
Codebase "1" --* "0..1" Route : internal structure
class Route {
String site
String path
}
Codebase "1" --* "0..1" Database : internal structure
class Database {
String kind
String version
String capacity
String storage
}
Codebase "1" --* "1..*" CodebaseBranch : codebaseName, owner ref
class CodebaseBranch {
-- metadata --
String name
-- spec --
String codebaseName
String branchName
String fromCommit
String version
String build
Boolean release
-- status --
Date lastTimeUpdated
String status
[]String versionHistory
String username
ActionType action
Result result
String detailedMessage
String value
}
CodebaseBranch "1" --o "0..1" CodebaseImageStream : creates, owner ref
class CodebaseImageStream {
-- metadata --
String name
-- spec --
String imageName
[]Tag tags
-- status --
<color red>String version</color>
<color red>String url</color>
}
CodebaseImageStream "1" --* "0..*" Tag : internal structure
class Tag {
String name
}
Codebase "0..*" o-- "1" GitServer : gitServer
class GitServer {
-- metadata --
String name
-- spec --
String gitHost
String gitUser
String httpsPort
String sshPort
String nameSshKeySecret
Boolean createCodeReviewPipeline
-- status --
Date lastTimeUpdated
String status
String username
ActionType action
Result result
String detailedMessage
String value
}
GitServer "1" --* "1" GitServerSecret : nameSshKeySecret
class GitServerSecret <Secret> {
-- metadata --
String name
-- data --
String id_rsa
String id_rsa.pub
String username
}
GitRepository <-- GitServer : owner ref
class GitRepository <<tbd>> {
-- metadata --
String name
-- spec --
-- status --
Boolean available
}
Codebase "0..*" o--- "1" JiraServer : jiraServer
class JiraServer {
-- metadata --
String name
-- spec --
String apiUrl
String rootUrl
String credentialName
-- status --
Date lastTimeUpdated
Boolean available
}
Codebase "1" ---* "0..*" JiraFixVersion : codebaseName
class JiraFixVersion {
-- metadata --
String name
-- spec --
String []commits
String []tickets
String codebaseName
-- status --
Date lastTimeUpdated
String detailedMessage
Boolean released
Boolean archived
String status
}
JiraServer "1" --* "1" JiraUserServerSecret : credentialName
class JiraUserServerSecret <Secret> {
-- metadata --
String name
-- spec --
String password
String username
}
}
class EdpComponent <<tbd>> {
}
GitServer --> EdpComponent : creates, owner
JiraServer --> EdpComponent : creates, owner
Codebase -u-> ImageStream : creates (s2i, Openshift)
Codebase "1" -u-> "1" JenkinsFolder : creates, owner
legend
|Type | Field | Status |
|<back:LightGoldenRodYellow> </back> | <color brown>String name</color> |Work In Progress|
|<back:white> </back>| String name |Implemented |
|<back:Khaki> </back>| <color red>String name</color>|TBD |
endlegend
@enduml | false | true | false | false | sequence |
b423fa329e985223399cce0d07630cfab572e183 | f90c39ffff44a5a39493336c9c18331db8f8760f | /docs/StateDiagram.plantuml | ab1c59398ee2fc84c595b69c3ccb5255a5dbf3a5 | [] | no_license | Sertinell/klondike | e60d49defc893f459218c491a084e1872fddaa44 | 7c10f627fda6caf8b1ddc9e2cd6a59b218f34c53 | refs/heads/master | 2023-04-11T08:18:00.482272 | 2021-04-22T12:46:28 | 2021-04-22T12:46:28 | 338,658,308 | 0 | 9 | null | 2021-04-22T12:46:29 | 2021-02-13T19:59:43 | null | UTF-8 | PlantUML | false | false | 665 | plantuml | @startuml States
hide empty description
state a <<choice>>
state "**CLOSED_GAME**" as CLOSED_GAME
state "**OPEN_GAME**" as OPEN_GAME
CLOSED_GAME -down[hidden]-> OPEN_GAME
[*] -down-> CLOSED_GAME : Player runs the application
CLOSED_GAME --> OPEN_GAME : StartGame
OPEN_GAME --> [*]: ExitGame
OPEN_GAME -up-> OPEN_GAME : \n*ReStartGame\n*MoveFromDeckToWaste\n*MoveFromWasteToTableau\n*MoveFromTableauToTableau\n*FlipCardFromDeck
OPEN_GAME -left-> a : \n*MoveFromWasteToFoundation\n*MoveFromTableauToFoundation
note left of a
[is Foundation complete?]
end note
a -right-> OPEN_GAME
a -right-> CLOSED_GAME : True
CLOSED_GAME -right-> [*] : ExitGame
@enduml
| false | true | false | false | sequence |
90e13e038f017455f5ae8df0c0a11b7606b919b5 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/workload/Logical.puml | 9423b9a196159c9cf3fd5b6a0ed81f9c891f4011 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 206 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "workload" #lightblue {
interface "workload" {
}
CLI ()-- "workload" : 5000
REST ()-- "workload" : 3000
Web ()-- "workload" : 80
}
| false | true | false | false | class |
9cec0d583f48af947999cce5375b1165c36461e6 | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Análise/UC9_Efetuar_Candidatura/UC9_SD/UC9_SD.plantuml | 3791e3cb5e04241fd6b9836993e9df59e9803f92 | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 1,957 | plantuml | @startuml
actor FreelancerUser as FreelancerUser
FreelancerUser -> "AreaFreelancerUI" : 1 Inicia sessao para se poder candidatar
activate FreelancerUser
activate AreaFreelancerUI
AreaFreelancerUI -> EfetuarCandidaturaCtrl : 2 getAnunciosMatched(String emailFreelancer)
activate EfetuarCandidaturaCtrl
EfetuarCandidaturaCtrl -> RepositorioFreelancer : 3 freelancer = getFreelancerByEmail(new Email(emailFreelancer))
activate RepositorioFreelancer
deactivate RepositorioFreelancer
EfetuarCandidaturaCtrl -> RepositorioAnuncio : 4 todosAnuncios = getAllAnunciosCandidatura()
activate RepositorioAnuncio
deactivate RepositorioAnuncio
EfetuarCandidaturaCtrl -> RepositorioCandidatura : 5 candidaturasFreelancers = getAllCandidaturasFreelancer(freelancer.getEmail())
activate RepositorioCandidatura
deactivate RepositorioCandidatura
EfetuarCandidaturaCtrl --> AreaFreelancerUI : lista os anuncios aos quais o freelancer se pode candidatar
deactivate EfetuarCandidaturaCtrl
AreaFreelancerUI -> EfetuarCandidaturaCtrl : efetuarCandidatura(anuncio, emailFreelancer, dataCandidatura,\nvalorPretendido, nrDias, txtApresentacao, txtMotivacao)
activate EfetuarCandidaturaCtrl
EfetuarCandidaturaCtrl -> RepositorioCandidatura : criarCandidatura(anuncio, freelancer, dataCandidatura, valorPretendido, nrDias, txtApresentacao, txtMotivacao)
activate RepositorioCandidatura
RepositorioCandidatura -> BaseDados : insertCandidatura(Candidatura candidatura)
activate BaseDados
RepositorioCandidatura <-- BaseDados : 12 ok
deactivate RepositorioCandidatura
deactivate BaseDados
deactivate EfetuarCandidaturaCtrl
AreaFreelancerUI -> RepositorioCandidatura : 13 getCandidaturaByAnuncioFreelancer(Anuncio anuncio, String emailFreelancer)
activate RepositorioCandidatura
RepositorioCandidatura --> AreaFreelancerUI : 13 OK
deactivate RepositorioCandidatura
AreaFreelancerUI --> FreelancerUser : 14 operação bem sucedida, \n mostra dados
deactivate AreaFreelancerUI
@enduml | false | true | true | false | usecase |
d116f265301bc1dc9a5d26ee547b9d975339495a | d37bb81b1fbe162e7fb4ebc0332c4cc1d1521766 | /diagrams/hca-top.puml | b8e6ec72e0f63e3b4dfa8eb286d97d1bafd72b2f | [] | no_license | department-of-veterans-affairs/healthcare-application | 2a29f9364b2bb708718819d19594b0b3d95adca4 | ba0c60c9fee0322c6325371c65248b0f98c9d14d | refs/heads/master | 2023-06-11T19:44:30.996712 | 2017-01-18T15:43:03 | 2017-01-18T15:43:03 | 55,422,491 | 6 | 6 | null | 2023-06-04T14:23:51 | 2016-04-04T15:27:09 | JavaScript | UTF-8 | PlantUML | false | false | 1,589 | puml | @startuml
title Healthcare Application Network Diagram
skinparam componentStyle uml2
frame "Public Internet" {
[End-user\nweb-browser] as user
[Staging-user\nweb-browser] as tester
}
cloud "GovCloud" {
[vets.gov\nContent] as vets_prod_html
[staging.vets.gov\nContent] as vets_sqa_html
[HCA Back-end\nStaging] as hca_sqa_rest
[HCA Back-end\nProduction] as hca_prod_rest
}
frame "VA Network" {
[Pre-Prod VOA Submit (protected)] as es_preprod_soap
[Production VOA Submit (protected)] as es_prod_soap
[Dev VOA Submit] as es_dev_soap
[SQA VOA Submit] as es_sqa_soap
}
note right of es_sqa_soap
https://vaww.esrstage1a.aac.va.gov/voa/voaSvc
vaww.esrstage1a.aac.va.gov is an alias for
vhaesrweb6.aac.va.gov
end note
note right of es_preprod_soap
https://vaww.esrpre-prod.aac.va.gov/voa/voaSvc
vaww.esrpre-prod.aac.va.gov
end note
note right of es_prod_soap
https://vaww.esr.aac.va.gov/voa/voaSvc
vaww.esr.aac.va.gov
end note
note right of es_dev_soap
https://vaww.esrdev30.aac.va.gov:8432/voa/voaSvc
vaww.esrdev30.aac.va.gov
end note
frame "DSVA developers on VA Network" {
[Developer\nweb-browser] as devuser
[Developer\nweb-server] as devui
[Developer\nBack-end] as devbe
() "choose endpoint" as choose
}
user <--> vets_prod_html : HTML
user <--> hca_prod_rest : REST
hca_prod_rest <--> es_prod_soap : SOAP
tester <--> vets_sqa_html : HTML
tester <--> hca_sqa_rest : REST
hca_sqa_rest <--> es_preprod_soap : SOAP
devuser <--> devui : HTML
devuser <--> devbe : REST
devbe <--> choose
choose <--> es_dev_soap : SOAP
choose <--> es_sqa_soap : SOAP
@enduml
| false | true | false | false | sequence |
69889348dda1e341e4d102511ca99ee66156ffa3 | 2ac74657de3cb81bab734d18094e945a442a167d | /sechub-doc/src/docs/asciidoc/diagrams/diagram_pds_adapter_configuration_overview.puml | 1a8a2c67ca54c62fdcdef5b8656aa86152b36bbe | [
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
... | permissive | de-jcup/sechub | 64055bb7ccd5496e32207c140e5812997e97583b | 488d2d23b9ae74043e8747467623d291c7371b38 | refs/heads/develop | 2023-07-22T18:01:47.280074 | 2023-07-18T15:50:27 | 2023-07-18T15:50:27 | 199,480,695 | 0 | 1 | MIT | 2023-03-20T03:00:02 | 2019-07-29T15:37:19 | Java | UTF-8 | PlantUML | false | false | 3,350 | puml | ' SPDX-License-Identifier: MIT
@startuml
hide empty fields
hide empty members
interface PDSAdapterConfigData {
Map<String, String> getJobParameters();
UUID getSecHubJobUUID();
String getPdsProductIdentifier();
InputStream getSourceCodeZipFileInputStreamOrNull();
String getSourceCodeZipFileChecksumOrNull();
InputStream getBinaryTarFileInputStreamOrNull();
boolean isReusingSecHubStorage();
boolean isSourceCodeZipFileRequired();
boolean isBinaryTarFileRequired();
SecHubConfigurationModel getSecHubConfigurationModel();
ScanType getScanType();
}
interface PDSAdapterConfigurator{
setPdsProductIdentifier(String);
setSourceCodeZipFileInputStreamOrNull(InputStream);
setSourceCodeZipFileChecksumOrNull(String);
setBinaryTarFileInputStreamOrNull(InputStream);
setSecHubJobUUID(UUID);
setJobParameters(Map<String, String>);
setSecHubConfigurationModel(SecHubConfigurationModel);
setSourceCodeZipFileRequired(boolean);
setBinaryTarFileRequired(boolean);
setScanType(ScanType);
validateNonCalculatedParts();
calculate();
configure();
}
interface PDSAdapterConfigDataProvider{
PDSAdapterConfigData getPdsAdapterConfigData()
}
interface PDSAdapterConfiguratorProvider{
PDSAdapterDataConfigurator getPdsAdapterConfigurator()
}
interface PDSAdapterConfig extends PDSAdapterConfigDataProvider
interface PDSAdapterConfigBuilder extends PDSAdapterConfiguratorProvider
class PDSAdapterDataConfigurator implements PDSAdapterConfigData,PDSAdapterConfigurator{
}
class PDSAdapterV1
class PDSAdapterConfigurationStrategy
PDSAdapterConfigurationStrategy --> PDSAdapterConfiguratorProvider #line:orange :uses provider\nto fetch configurator (3a)
PDSAdapterConfigurationStrategy --> PDSAdapterConfigurator #line:orange :use provided\nconfigurator to\nset PDS data (3b)
together {
class PDSCodeScanProductExecutor
class PDSCodeScanConfig implements PDSAdapterConfig{
PDSAdapterConfigData getPdsAdapterConfigData()
}
class PDSCodeScanConfigBuilder implements PDSAdapterConfigBuilder{
PDSAdapterConfigData getPdsAdapterConfigurator()
}
}
PDSCodeScanProductExecutor --> PDSAdapterConfigurationStrategy #line:orange : creates + use strategy\non config builder(2)
PDSCodeScanConfigBuilder --> PDSCodeScanConfig #line:blue :builds (4)
PDSCodeScanProductExecutor --> PDSCodeScanConfigBuilder #line:blue : create + use (1)
PDSCodeScanConfigBuilder o-- PDSAdapterDataConfigurator
PDSAdapterConfigDataProvider --> PDSAdapterConfigData : provides
PDSAdapterV1 --> PDSAdapterConfig #line:green :uses (6)
PDSCodeScanProductExecutor --> PDSAdapterV1 #line:green : calls (5)
PDSCodeScanConfig o-- PDSAdapterConfigData
note top of PDSCodeScanProductExecutor
We show here only PDS Code scan as an example, but it is similar for other PDS scan variants
end note
note top of PDSAdapterConfigurationStrategy
The strategy calculates all necessary data and set the calculated values to the configurator
end note
note bottom of PDSAdapterDataConfigurator
This class represents both worlds: the configurator (to set values) and also the data object.
Inside custom build method the builder will set this object finally into the created configuration
(in this example: PDSCodeSCanConfig) as the `PDSAdapterConfigData`
end note
@enduml | false | true | false | false | sequence |
2a48a69e5322fc32a5f24c1eec00157c136cc6a3 | 3799485d044ea837adff21cb08b03fef972fcf03 | /ArtOrders/out/production/ArtOrders/orders/view/renderers/renderers.plantuml | 5ea23a406bc84448e0a30e16342dec38c7dfcf5e | [] | no_license | KateChaus/artOrders | 4d3f5552fbaed5a96d7050562cc1a9cf5fd7076e | 2ef2c87d48c9aebab5746ea2dd53e66e33433362 | refs/heads/master | 2022-09-20T21:16:40.879672 | 2020-05-30T17:13:23 | 2020-05-30T17:13:23 | 268,121,691 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,119 | plantuml | @startuml
title __RENDERERS's Class Diagram__\n
namespace orders {
namespace view.renderers {
class orders.view.renderers.GalleryRenderer {
~ pane : JPanel
+ GalleryRenderer()
+ getListCellRendererComponent()
}
}
}
namespace orders {
namespace view.renderers {
class orders.view.renderers.ImageRenderer {
~ pane : JPanel
+ ImageRenderer()
+ getListCellRendererComponent()
}
}
}
namespace orders {
namespace view.renderers {
class orders.view.renderers.OrderApplicationRenderer {
~ pane : JPanel
+ OrderApplicationRenderer()
+ getListCellRendererComponent()
}
}
}
namespace orders {
namespace view.renderers {
class orders.view.renderers.OrderRenderer {
~ pane : JPanel
- isIn : boolean
+ OrderRenderer()
+ getListCellRendererComponent()
}
}
}
namespace orders {
namespace view.renderers {
class orders.view.renderers.UserRenderer {
~ pane : JPanel
+ UserRenderer()
+ getListCellRendererComponent()
}
}
}
orders.view.renderers.GalleryRenderer .up.|> javax.swing.ListCellRenderer
orders.view.renderers.GalleryRenderer -up-|> javax.swing.JPanel
orders.view.renderers.ImageRenderer .up.|> javax.swing.ListCellRenderer
orders.view.renderers.ImageRenderer -up-|> javax.swing.JPanel
orders.view.renderers.OrderApplicationRenderer .up.|> javax.swing.ListCellRenderer
orders.view.renderers.OrderApplicationRenderer -up-|> javax.swing.JPanel
orders.view.renderers.OrderRenderer .up.|> javax.swing.ListCellRenderer
orders.view.renderers.OrderRenderer -up-|> javax.swing.JPanel
orders.view.renderers.UserRenderer .up.|> javax.swing.ListCellRenderer
orders.view.renderers.UserRenderer -up-|> javax.swing.JPanel
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 |
0c1068e2a2c25083d891874c610bcd32cd50d47c | 9814429e78506e699c0059be7c5a568fe67c900f | /docs/docker-compose/diagrams/docker-compose-community.puml | 89e92ed75c5da940d08c3bdcda7371d1d726d7e4 | [
"Apache-2.0"
] | permissive | luojasonlee/acs-deployment | 5c745ca1b59fb342e72638667de333e3bf7b7aed | da6351fc3dfe817573fff788a98868301f85eb46 | refs/heads/master | 2023-08-11T07:42:52.317416 | 2021-09-27T02:08:56 | 2021-09-27T02:08:56 | 366,678,173 | 0 | 0 | Apache-2.0 | 2021-09-27T02:08:56 | 2021-05-12T10:30:35 | null | UTF-8 | PlantUML | false | false | 794 | puml | @startuml
Title: Docker Compose Deployment Overview (Community)
skinparam componentStyle uml2
skinparam linetype ortho
skinparam rectangle {
BorderStyle dashed
FontSize 15
FontStyle none
}
actor Client
node "Docker Compose" {
component "NGINX proxy" as proxy #lightgrey
component "Alfresco Content Services" as acs #lightgrey
component "Alfresco Search Services" as ass #lightgrey
component "PostgreSQL" as psql #lightgrey
component "Alfresco Share" as share #lightgrey
component "ActiveMQ" as amq #lightgrey
component "Transform Core (AIO)" as tcore #lightgrey
}
Client --> proxy
proxy --> acs
proxy --> share
acs <-left-> ass
acs --> psql
acs --> tcore
acs <-left-> amq
share --> acs
center footer Copyright 2021 Alfresco Software Inc
@enduml
| false | true | false | false | usecase |
44cf29bdc4e173a5363377a8ec99cc6f9cb30cdf | 67aa6db2365f7165f162643553928288c04f2dd3 | /patterns/creational/singleton/singleton.puml | a5406b64799b518e35a35331f400572052320081 | [] | no_license | vbillet/UMLWizard | f8a7c6eb18f607af52ac9cbfbc6c39f502df9483 | f9a719c30243a62dda26c13b8850b0bfbcc4848e | refs/heads/master | 2020-12-13T23:07:28.650913 | 2020-01-17T17:55:37 | 2020-01-17T17:55:37 | 234,557,896 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | puml | @startuml Singleton
title
Singleton pattern example
end title
header last-updated 17/01/2020
footer authored by Vincent BILLET
class Singleton {
-{static} Singleton instance
constructor()
+{static} Singleton get()
~void packagePrivateMethod()
}
class MonManager << (S,#FF7700) Singleton >> {
# {static} MonManager instance
+ {static}void MethodeStatique()
+ void MethodeInstance()
}
Singleton <|-- MonManager : extends
@enduml | false | true | false | false | class |
8e513a16017009b0feef9fe8738cd9d2c512c886 | 6d093b8a50ccbbafd801ede4e37deb54d0adc012 | /PoC/docs/interactionDiagrams/src/USAAIssuanceLIQuote.puml | 3edeba3ad8f71120c8b811f04aca29d4d83a6e2c | [
"Apache-2.0"
] | permissive | bharatUSAA/bbu-tswg-research | f90616bd77eeb5b17ccc729b6e46488d4cf5c42f | 09e9dc4be4bcd26123dbb08ccd4030c1729328f3 | refs/heads/main | 2023-08-22T22:42:02.027685 | 2021-09-24T13:47:31 | 2021-09-24T13:47:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,721 | puml | @startuml
participant "Bob" as USER
participant "Bob's Mobile Phone" as MP
participant "USAA Web Portal" as US
participant "Bedrock Ledger" as LE
group Acquire Life Insurance Quote
USER->US: Chooses "Life Insurance Quote" path
US->USER: Displays page requesting user information. User may provide\nidentification information or provide an Identity Credential
USER->US: Chooses Identity Credential path
US->USER: Displays page that can be used to begin the connection process
USER->US: Connection established with USAA's agent
US->USER: Displays page portraying successful connection and information on\narriving proof request for identity
US->MP: USAA agent sends Aries RFC 0037 compliant request-proof message to mobile agent
MP->USER: Notifies user of request for proof
USER->MP: User agrees to provide information
MP->USER: Mobile agent presents user with available information in wallet that satisfies request
USER->MP: User makes choices, sends response
MP->LE: Mobile agent builds proof of non-revocation
MP->US: Mobile agent sends presentation message to USAA agent
US->LE: Checks for revocation, retrieves credential schemas and definitions for issuers
US->US: USAA agent verifies proof response
US->MP: USAA agent sends ack message to mobile agent
MP->USER: Notifies user of successful share
US->US: Search for existing request for quote for user. None found because new user
US->US: Create new life insurance quote for user, store in system of record
US->USER: Display new life insurance quote information to the user. Option\nprovided to user to apply for life insurance using the new quote.
end
group Left to Do
USER->US: Define how user uses mobile app to connect with USAA
end
@enduml | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.