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
64194187b278c4997c83a6430b677fff013b310f
fb6cdc303c504ac460aabff216b9eb7d6cbae95d
/src/main/java/com/bgzyy/design/uml/composition/Composition.puml
fa207a1abe9042bf563ed5475d534a4573b1fb40
[]
no_license
bgzyy/Design-Patterns
67484fd535fb7c41e22cc8122e274b470ca011c8
6e0a2853814708ead8eae7a72171e61f705b6409
refs/heads/master
2023-01-01T16:12:13.380936
2020-10-24T08:48:19
2020-10-24T08:48:19
306,841,209
0
0
null
null
null
null
UTF-8
PlantUML
false
false
196
puml
@startuml class IDCard class Head class Person { -idCard: IDCard -head: Head = new Head() -- +setIdCard(IdCard idCard): void } IDCard "1" --o Person Head "1" --* Person @enduml
false
true
false
false
class
7d8911c675e0f2105e5572650d125c1d286a1932
3495a3bc8450a240a21780fb8c795c215f88000a
/docs/UC1 - Register Organization/UC1_SD_RegistUser.puml
fcec806a0e79949e9b0810e11a56a8400f6136fe
[]
no_license
1190452/LAPR2
f27ac4e485b91d04189dd0a37551bc108c070b12
97c5488c091243cf65f9e16821f56a5020e0ae2e
refs/heads/master
2023-05-09T02:35:50.850483
2020-06-14T21:07:59
2020-06-14T21:07:59
372,570,349
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,329
puml
@startuml autonumber participant "ro:Regist\nOrganizations" as ORGS participant "colab:Collaborator" as COLAB participant "manager:Manager" as MNGR participant ":Plataform" as PLAT participant "pwdGen: PasswordGenerator" as PWD participant "aut:AuthorizationFacade" as AUT participant "Writer" as WRT ORGS -> PLAT : alg=getPasswordGenerator() activate PLAT deactivate PLAT ORGS -> PLAT : aut = getFacadeAuthorazation() activate PLAT deactivate PLAT ORGS -> ORGS : registUser(manager) activate ORGS deactivate ORGS ORGS -> MNGR : nameM=getName() activate MNGR deactivate MNGR ORGS -> MNGR : emailM=getEmail() activate MNGR deactivate MNGR ORGS -> PWD : pwdM=generatePassword(nameM, emailM) activate PWD deactivate PWD ORGS -> AUT : registUser(nameM,emailM,pwdM,"MANAGER") activate AUT deactivate AUT ORGS -> WRT: sendsPwd(emailM, pwdM) activate WRT deactivate WRT ORGS -> ORGS : registUser(collaborator) activate ORGS deactivate ORGS ORGS -> COLAB : nameC = getName() activate COLAB deactivate COLAB ORGS -> COLAB : emailC=getEmail() activate COLAB deactivate COLAB ORGS -> PWD : pwdC=generatePassword(nameC, emailC) activate PWD deactivate PWD ORGS -> AUT : registUser(nameC,emailC,pwdC,"COLLABORATOR") activate AUT deactivate AUT ORGS -> WRT: sendsPwd(emailC, pwdC) activate WRT deactivate WRT @enduml
false
true
false
false
sequence
ff0bc1f2343eaf7ec327598791d3eee5e65ea916
efa602bd6dfab986499f40f3384777e2231620ea
/docs/diagrams/ContactSequence.puml
9a10ad5dd015b5d81197035399b7f57dd524b6d2
[ "MIT" ]
permissive
R-Ramana/Knewbie
004d74f6d2c96d9cf60ab425c0f52bfdcd132d19
930d3fbbfba9123e52b7c4c6f70b8a1e994e2883
refs/heads/master
2023-02-26T21:07:06.092241
2020-11-01T00:40:55
2020-11-01T00:40:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
932
puml
@startuml Actor User as user Participant ":View" as view box Controller participant ":Route" as Route participant ":views.py" as views participant ":validate" as validate participant ":Email" as email end box Participant ":Model" as model user --> view : Click "Submit" ContactForm activate view view --> Route : execute("Submit ContactForm") activate Route Route --> views : contact() activate views views --> validate : validateOnSubmit() activate validate validate --> views deactivate validate views --> email activate email email --> model : ContactForm.submit() activate model model --> email deactivate model email --> model : send_contact_email() activate model model --> email : Mail().send(Message()) deactivate model email --> views : contact(success=True) deactivate email views --> Route deactivate views Route --> view : contact.html(success=True) deactivate Route view --> user deactivate view @enduml
false
true
false
false
usecase
d8445d79ee30203a42ad3d2163deb34ddbfc3e0b
526e846bb447cfd4474199659ccc5f9617463837
/src/main/java/fty/uml/VenteEnLigne.puml
78b72d50be60539b6b10f6c26491a5226c48d177
[]
no_license
CiGit-Franck/java
dc7926277584e22e05d78322082ee8ce6a2262de
556b4919c55d1d298becc1adfb8c8f667ca4eb87
refs/heads/master
2022-09-15T07:15:36.933070
2019-12-21T18:45:28
2019-12-21T18:45:28
214,240,704
0
0
null
null
null
null
UTF-8
PlantUML
false
false
274
puml
@startuml Client -- Commande Commande - Produit (Commande, Produit) .. Ligne Vendeur -- Client Produit -- Stock (Stock, Produit) .. Case class Client { } class Produit { } class Vendeur { } class Stock { } class Commande { } class Ligne { } class Case { } @enduml
false
true
false
false
class
6b8ad862f330fb4eef4834cbf78d1d26df17f3b6
755cdb4fc5cc293af43e25b4853358e734b8255b
/feature/src/main/java/log/uml/SequenceAsyncHandler.puml
c84f240e3169077f1aa3118b70d3592f854c17cf
[]
no_license
weihuanhuan/MiscellaneousTest
f5e81e399db08a36132e43864929080c46804be6
86cb2b74302ebf2c7d5a094223cf30e218024837
refs/heads/test
2023-08-31T01:54:31.111248
2023-08-24T04:14:37
2023-08-24T04:14:37
124,471,368
1
2
null
2022-03-17T11:58:28
2018-03-09T01:43:46
Java
UTF-8
PlantUML
false
false
1,260
puml
@startuml 'style hide footbox 'participant actor User participant Logger participant LogManager participant LogRecord participant Handler collections Queue database File 'get logger flow ==user get logger == ... ignore get logger flow ... 'use logger flow ==user/system logging start == User -> Logger : logger.info() activate Logger create LogRecord Logger -> LogRecord : new LogRecord() activate LogRecord loop handlers with LogRecord alt sync handler Logger -> Handler : handler.publish() activate Handler Handler -> File : write LogRecord activate File return write end return one handler end else async handler Logger -> Handler : handler.publish() activate Handler Handler -> Queue : add LogRecord to queue activate Queue return publish end return one handler end end end Logger -> User ==user logging end == loop LogRecords Handler -> Queue : get LogRecord from Queue activate Queue activate Handler return LogRecord Handler -> File : write LogRecord activate File return write end deactivate Handler destroy LogRecord end ==system logging end == 'other flow ... ignore other flow ... @enduml
false
true
false
false
sequence
e983917c723ac85bcb6000c9c71e05acd4221fcb
369cc72050efdc9f57cb11f6abbd997e6a23009a
/docs/VVS.puml
d04e8cabdb8ad17e6baf0a16e071d39432e537ed
[]
no_license
TK5-Tim/Unibas-BCC2019-VVS
9b8d074ccc4208aa34eb8318cf1c22dc5745a7c2
13566b6466ae6a62ce11ef75b7c2d1be60ed5ca9
refs/heads/master
2020-09-12T02:53:04.273866
2019-12-14T09:42:15
2019-12-14T09:42:15
222,277,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,529
puml
@startuml VVS_classes class Vorsorge { String orgaFrom uint kundeSV uint balance bool orgaChangeStarted struct orga orga[] orgas String orgaTo String orgaNow function startOrgaChange(string _orgaFrom, uint _kundeSV, uint _balance) function orgaIsPart(string _orga) public returns (bool) function addressIsPart(address _address) public returns (bool) function getCurrentOrga() public view returns (string) function getHash() public view returns(bytes32) function getBalance(uint _transactionNr, string currOrga, uint _kundeSV) } class OrgaChange { uint transactionNr function startOrgaChange(string _orgaFrom, uint _kundeSV, uint _balance) function getOrga(string _orgaTo) function finishOrgaChange() private function getHash() public view returns(bytes32) } class Info { uint kundeSV function getCurrentOrga() public view returns (string) function getBalance(uint _transactionNr, string currOrga, uint _kundeSV) } class Identifikation { function verifyID(uint _KundeSV) public view returns(bool) function getID() private view returns (bool) } class VerifyTransaction { function getVerification(string _orgaFrom, string _orgaTo, int _kundeSV, int _balance, uint _ref) } Vorsorge --> OrgaChange : delegatecall Vorsorge --> Info : delegatecall Vorsorge --> VerifyTransaction : delegatecall OrgaChange --> Identifikation : call Info --> Identifikation: call VerifyTransaction --> Identifikation: call @enduml
false
true
false
false
sequence
27b39ab06f7291ad224928527e9467056bf3ca6d
6b130fc2ec8655191e29a24cf993f1ec3c9ff24a
/doc/collections/hierarchy.puml
eaf6e5b294081296c843078f4d74c51f6cf7b416
[]
no_license
Echogene/Ophelia
2f9b0c67cc83ee0368261284046d30f5a7922332
27573e481044947ffc620e00a5ec234167be4acc
refs/heads/master
2020-04-12T08:12:38.582537
2019-11-18T12:14:49
2019-11-18T12:14:49
23,670,299
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,123
puml
@startuml interface BaseCollection interface IntegerFiniteCollection BaseCollection <|-- IntegerFiniteCollection interface ModifiableCollection BaseCollection <|-- ModifiableCollection interface BaseSet BaseCollection <|-- BaseSet interface IntegerFiniteSet BaseSet <|-- IntegerFiniteSet IntegerFiniteCollection <|-- IntegerFiniteSet interface ModifiableSet BaseSet <|-- ModifiableSet ModifiableCollection <|-- ModifiableSet class HashSet ModifiableSet <|-- HashSet IntegerFiniteSet <|-- HashSet java.util.HashSet <|-- HashSet abstract class java.util.AbstractSet java.util.AbstractSet <|-- java.util.HashSet abstract class java.util.AbstractCollection java.util.AbstractCollection <|-- java.util.AbstractSet interface java.util.Collection java.util.Collection <|-- java.util.AbstractCollection interface java.util.Set java.util.Set <|-- java.util.HashSet java.util.Set <|-- java.util.AbstractSet java.util.Collection <|-- java.util.Set IntegerFiniteCollection <|.. java.util.Collection ModifiableCollection <|.. java.util.Collection IntegerFiniteSet <|.. java.util.Set ModifiableSet <|.. java.util.Set @enduml
false
true
false
false
class
ffd8200e44ae299a4a6f06848d4037fec9374217
898504c64b7e55b410ab372e98c31ab787afffe5
/bff-sequence.puml
2d231a7db8da0a925140846b366f00bab6b1adf7
[ "Apache-2.0" ]
permissive
TheBund1st/daming-docs
cf44c666ab9ac49ec85d6da987647854129874fd
98392a04681bd69e2b635602bcc21e0657041aaf
refs/heads/master
2020-05-18T16:24:01.582881
2019-05-02T05:20:27
2019-05-02T05:20:46
184,525,182
1
0
null
null
null
null
UTF-8
PlantUML
false
false
444
puml
@startuml UserAgent -> BFF: POST /api/sms/verification/code BFF -> DamingAAS: POST /api/sms/verification/code UserAgent -> BFF: POST /api/sms/verification/required with sms verification code BFF -> DamingAAS: DELETE /api/sms/verification/code DamingAAS --> BFF: a JWT BFF -> YourService: POST /api/sms/verification/required with JWT YourService -> YourService: verify JWT & mobile YourService --> BFF: returns BFF --> UserAgent: returns @enduml
false
true
false
false
sequence
d97416f0e2686b1165ddd324245a9fe3f6129e63
7d1e3c1da4f74b8a1db5131fe1422611c9ed0c3a
/puml/topology9-source-cross-domain-account.puml
50a7a175a998b7f45e4014ddcfe14b61e944bb8a
[ "Apache-2.0" ]
permissive
ianarsenault/jetstream-leaf-nodes-demo
836c162a521ab4218436d978bcf3e5e760059337
15a5057ba82448307fa2344334d8a4a4a7006263
refs/heads/main
2023-07-01T19:23:28.686032
2021-08-03T12:50:50
2021-08-03T12:50:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
716
puml
@startuml left to right direction database "JetStream domain hub" as jshub { package "account: HUBACC" { queue aggregate } } package "account: EXCACC" as dmz #white { label "listed in\nleafnode remotes" as l1 } database "JetStream domain spoke-1" as spoke1 { package "account: LEAFACC" as e1 { queue test as test1 } dmz <--- test1 : "export: \nJetStream leafacc.spoke-1" } database "JetStream domain spoke-2" as spoke2 { package "account: LEAFACC" as e2 { queue test as test2 } dmz <--- test2 : "export: \nJetStream leafacc.spoke-2" } aggregate <--- dmz : "import & source: \nJetStream leafacc.spoke-1" aggregate <--- dmz : "import & source: \nJetStream leafacc.spoke-2" @enduml
false
true
false
false
sequence
74ca9ed9a85ff4222c7422ed3351fb86d6bc7444
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Application-Orchestrator/Deployment.puml
a42d79c2776d41dfcb191ea64bcf67535dc3eeab
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
305
puml
@startuml package "Application Orchestrator" #lightblue { folder bin #ffffff { file app } folder "Services" #ffffff { file "app-orchestrator" } node micro node sailsjs database DB1 Services .. micro sailsjs -> micro sailsjs -- DB1 micro -- DB1 bin .. sailsjs } @enduml
false
true
false
false
sequence
bfdee80eed032d8169df570df2de60b35828de34
2e35fdb514df1fd131c4adb9791c7b8e18317186
/digital-ocean/network.puml
9d16dfcc55f5728d2d0a2fe0675dc706508a42d8
[]
no_license
petewasher/petewasher-net-content
66c9e4fb7f399f180b7fe7ae0fa31e0590b22d00
f8abdcca5ae5c98e1231d3a9464ca051273191da
refs/heads/master
2022-06-06T05:36:17.982320
2020-05-02T21:41:01
2020-05-02T21:41:01
260,771,582
0
0
null
null
null
null
UTF-8
PlantUML
false
false
250
puml
@startuml package DOServer { package GhostBackend <<network>> { [MariaDB] } package Web <<network>> { [GhostInstance] } GhostInstance - MariaDB [Traefik]--Web } HTTP -d- Traefik HTTPS -d- Traefik @enduml
false
true
false
false
uml-unknown
00ebf079ee163483b8158bff71290649af611d43
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShoppingListChangeLineItemQuantityAction.puml
0233233ed47a81aff0bdfe942e8757a2fb81aaf6
[]
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
536
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 ShoppingListChangeLineItemQuantityAction [[ShoppingListChangeLineItemQuantityAction.svg]] extends ShoppingListUpdateAction { action: String lineItemId: String lineItemKey: String quantity: Long } interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
dfedd4172cf5a736579a51d4ebf8bee4d34c0717
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Cloud-Stack/Data-Fabric/UserInteraction.puml
1a558f94275e64b00867db1db0c240e95c2b6d10
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
74
puml
@startuml actor User User -> "Cloud-Stack/Data-Fabric": UseCase @enduml
false
true
false
false
sequence
5b857cdc1db96a534387364d3b498bd735222b90
f2286f0532a3213ef872cf398cdb7d9fd914c1ba
/UML/UserSequenceDiagram.puml
d103851dfdad9f0b984ccde690b9e9f04a4fe81c
[ "MIT" ]
permissive
bj0rnar/ProjectTicketService
fc38a734df8d935a07a8684a30abf56a990639fd
633417255588d0aa0b22c18c4e9305751fffad59
refs/heads/master
2022-01-28T12:39:19.209678
2019-06-12T08:56:20
2019-06-12T08:56:20
173,109,596
0
0
null
null
null
null
UTF-8
PlantUML
false
false
727
puml
@startuml Actor Customer as C Participant TicketHandler as T Collections Database as D Entity PaymentService as P C -> T: 1.1: Login activate T T -> D: 1.2: Reserve ticket activate D D --> T: 1.3: Ticket reserved deactivate D T --> C: 1.4: Ticket available deactivate T C -> T: 1.5: Select options activate T T -> D: 1.6: Update ticket status activate D D --> T: 1.7: Ticket status updated deactivate D T --> C: 1.8: Ticket reserved deactivate T C -> T: 1.9: Pay product activate T T -> P: 1.10: Confirm payment activate P P --> T: 1.11: Payment confirmed deactivate P T -> D: 1.12: Update ticket information activate D D --> D: 1.13: Updated information deactivate D T --> C: 1.14: Purchase successful deactivate T @enduml
false
true
false
false
sequence
ee642313815b2e71fc928cd5b2ed4011386f820a
618414d7666e67b9535ebd975e1de61e9c01e095
/QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/swiperefreshlayout/swiperefreshlayout.plantuml
62bca0d04fcadfb324d86f297c1d09c608eb6bdf
[]
no_license
h2312/Do-an-TTLTA-03-TIN230DV01-0100
a0792724add3844de35d48a2bd87d3eeb8de8a93
e9f01e84b45042bd6192333842fb80feabb74707
refs/heads/master
2022-06-30T21:56:05.032422
2020-04-25T10:33:44
2020-04-25T10:33:44
258,747,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,184
plantuml
@startuml title __SWIPEREFRESHLAYOUT's Class Diagram__\n package android.support.swiperefreshlayout { class R { - R() } } package android.support.swiperefreshlayout { class attr { {static} + alpha : int {static} + font : int {static} + fontProviderAuthority : int {static} + fontProviderCerts : int {static} + fontProviderFetchStrategy : int {static} + fontProviderFetchTimeout : int {static} + fontProviderPackage : int {static} + fontProviderQuery : int {static} + fontStyle : int {static} + fontVariationSettings : int {static} + fontWeight : int {static} + ttcIndex : int - attr() } } package android.support.swiperefreshlayout { class color { {static} + notification_action_color_filter : int {static} + notification_icon_bg_color : int {static} + ripple_material_light : int {static} + secondary_text_default_material_light : int - color() } } package android.support.swiperefreshlayout { class dimen { {static} + compat_button_inset_horizontal_material : int {static} + compat_button_inset_vertical_material : int {static} + compat_button_padding_horizontal_material : int {static} + compat_button_padding_vertical_material : int {static} + compat_control_corner_material : int {static} + compat_notification_large_icon_max_height : int {static} + compat_notification_large_icon_max_width : int {static} + notification_action_icon_size : int {static} + notification_action_text_size : int {static} + notification_big_circle_margin : int {static} + notification_content_margin_start : int {static} + notification_large_icon_height : int {static} + notification_large_icon_width : int {static} + notification_main_column_padding_top : int {static} + notification_media_narrow_margin : int {static} + notification_right_icon_size : int {static} + notification_right_side_padding_top : int {static} + notification_small_icon_background_padding : int {static} + notification_small_icon_size_as_large : int {static} + notification_subtext_size : int {static} + notification_top_pad : int {static} + notification_top_pad_large_text : int - dimen() } } package android.support.swiperefreshlayout { class drawable { {static} + notification_action_background : int {static} + notification_bg : int {static} + notification_bg_low : int {static} + notification_bg_low_normal : int {static} + notification_bg_low_pressed : int {static} + notification_bg_normal : int {static} + notification_bg_normal_pressed : int {static} + notification_icon_background : int {static} + notification_template_icon_bg : int {static} + notification_template_icon_low_bg : int {static} + notification_tile_bg : int {static} + notify_panel_notification_icon_bg : int - drawable() } } package android.support.swiperefreshlayout { class id { {static} + action_container : int {static} + action_divider : int {static} + action_image : int {static} + action_text : int {static} + actions : int {static} + async : int {static} + blocking : int {static} + chronometer : int {static} + forever : int {static} + icon : int {static} + icon_group : int {static} + info : int {static} + italic : int {static} + line1 : int {static} + line3 : int {static} + normal : int {static} + notification_background : int {static} + notification_main_column : int {static} + notification_main_column_container : int {static} + right_icon : int {static} + right_side : int {static} + tag_transition_group : int {static} + tag_unhandled_key_event_manager : int {static} + tag_unhandled_key_listeners : int {static} + text : int {static} + text2 : int {static} + time : int {static} + title : int - id() } } package android.support.swiperefreshlayout { class integer { {static} + status_bar_notification_info_maxnum : int - integer() } } package android.support.swiperefreshlayout { class layout { {static} + notification_action : int {static} + notification_action_tombstone : int {static} + notification_template_custom_big : int {static} + notification_template_icon_group : int {static} + notification_template_part_chronometer : int {static} + notification_template_part_time : int - layout() } } package android.support.swiperefreshlayout { class string { {static} + status_bar_notification_info_overflow : int - string() } } package android.support.swiperefreshlayout { class style { {static} + TextAppearance_Compat_Notification : int {static} + TextAppearance_Compat_Notification_Info : int {static} + TextAppearance_Compat_Notification_Line2 : int {static} + TextAppearance_Compat_Notification_Time : int {static} + TextAppearance_Compat_Notification_Title : int {static} + Widget_Compat_NotificationActionContainer : int {static} + Widget_Compat_NotificationActionText : int - style() } } package android.support.swiperefreshlayout { class styleable { {static} + ColorStateListItem : int[] {static} + ColorStateListItem_android_color : int {static} + ColorStateListItem_android_alpha : int {static} + ColorStateListItem_alpha : int {static} + FontFamily : int[] {static} + FontFamily_fontProviderAuthority : int {static} + FontFamily_fontProviderCerts : int {static} + FontFamily_fontProviderFetchStrategy : int {static} + FontFamily_fontProviderFetchTimeout : int {static} + FontFamily_fontProviderPackage : int {static} + FontFamily_fontProviderQuery : int {static} + FontFamilyFont : int[] {static} + FontFamilyFont_android_font : int {static} + FontFamilyFont_android_fontWeight : int {static} + FontFamilyFont_android_fontStyle : int {static} + FontFamilyFont_android_ttcIndex : int {static} + FontFamilyFont_android_fontVariationSettings : int {static} + FontFamilyFont_font : int {static} + FontFamilyFont_fontStyle : int {static} + FontFamilyFont_fontVariationSettings : int {static} + FontFamilyFont_fontWeight : int {static} + FontFamilyFont_ttcIndex : int {static} + GradientColor : int[] {static} + GradientColor_android_startColor : int {static} + GradientColor_android_endColor : int {static} + GradientColor_android_type : int {static} + GradientColor_android_centerX : int {static} + GradientColor_android_centerY : int {static} + GradientColor_android_gradientRadius : int {static} + GradientColor_android_tileMode : int {static} + GradientColor_android_centerColor : int {static} + GradientColor_android_startX : int {static} + GradientColor_android_startY : int {static} + GradientColor_android_endX : int {static} + GradientColor_android_endY : int {static} + GradientColorItem : int[] {static} + GradientColorItem_android_color : int {static} + GradientColorItem_android_offset : int - styleable() } } R +-down- attr R +-down- color R +-down- dimen R +-down- drawable R +-down- id R +-down- integer R +-down- layout R +-down- string R +-down- style R +-down- styleable right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
927396107a9616b593ab299fb26823921c7a3035
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/administrator/viewsubmenu.puml
97847bae0fa79d6175d80237d3ed2201de4176eb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
511
puml
@startuml autonumber hide footbox title Melihat Submenu Actor Administrator boundary Dashboard_V boundary Submenu_V control Admin_C control Menu_C Entity Submenu_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> Administrator: Halaman Dashboard Administrator --> Dashboard_V: klik Submenu submenu management Dashboard_V --> Menu_C: Submenu() Menu_C --> Submenu_E: Submenu_E --> Menu_C: Menu_C --> Submenu_V: load->view() Submenu_V --> Administrator: Halaman Submenu management @enduml
false
true
false
false
sequence
c98680b02205ad617faad17d9843f659dbda8d49
97a25f431d81a9c1cf42d6fa55e31e325a4d6588
/asciidocs/plantuml/cld.puml
b300bc2edc204c14b3fed3839562cedfc537368f
[]
no_license
wiesingerjonas/01-microproject-dorfingerjonas
947f633d01a7205ed30e96eaf344133f447f223a
b2f958b93f12fa2ab15569743bc023181f2fbda3
refs/heads/master
2023-09-04T12:55:01.222993
2021-09-27T06:00:29
2021-09-27T06:00:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
714
puml
@startuml class Employee class Machine class MachineType class Material class Product class Production Product "1" --- "*" Production Material "1" --- "*" Production Employee "1" --- "*" Production Machine "1" --- "*" Production Machine "*" --- "1" MachineType Employee "*" --- "1" MachineType Product "*" --- "1" Material class Employee { + name + age + salary + hireDate + handleAbleMachineType } class Machine { + machineType + requiredMachineType } enum MachineType { HEAVY, MEDIUM, LIGHT } class Material { + name + code + inStock } class Product { + name + material } class Production { + employee + machine + product } @enduml
false
true
false
false
class
5a154244e775e0c97921018a0135948b48672d6b
70075e63dae20a56540fceb30bd2c0f5d15e2428
/doc/changes.puml
e8359478df9193155d0cd53d7aa6b580e90db5c4
[ "Apache-2.0" ]
permissive
TNG/mustard-cli
a280d0765b178b59bfede6e0652e2ce6413f4a3a
69d7f1a8193543602d4b549871b2b6157faaaf6d
refs/heads/release
2023-08-15T07:46:12.354230
2022-05-06T10:00:01
2022-05-06T10:00:01
180,951,062
12
1
Apache-2.0
2020-07-21T07:04:10
2019-04-12T07:08:50
C++
UTF-8
PlantUML
false
false
433
puml
@startuml class FileComments { file : string + accept( CommentConsumer) } class Comments { + accept( CommentConsumer) } Comments "1.." o-- FileComments class LineComment { comment : string line : string author : string ... } interface CommentConsumer{ +consume(string file, string line, string comment) } class BitBucketCommentUploader{ } BitBucketCommentUploader --|> CommentConsumer FileComments "1.." o-- LineComment @enduml
false
true
false
false
class
75187e6fa9504421eb486b36695d9b466c1c4154
18a71728b7801d914abdd7d00ac65325a4f2fc22
/rpiRobot/doc/application.plantuml
485d033772692f7480f2507ed15d152507ad2e6f
[ "WTFPL" ]
permissive
olgam4/GLO-3013_Pain
1fd08edee2195fdb2f0fb9f610fc4d3499c43557
6e05d123a24deae7dda646df535844a158ef5cc0
refs/heads/master
2020-05-17T11:52:22.773733
2019-04-26T21:28:02
2019-04-26T21:28:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
440
plantuml
@startuml participant ":Application" as app participant ":IRobotWorker" as worker participant ":ICerebrum" as cerebrum [-> app: run() activate app app -> worker ++ : run() note right of worker the worker here keeps the base station up to date end note app -> cerebrum ++ : run() note right of cerebrum the implementation does its work here end note return app ->o worker: stop() return [<-- app deactivate app @enduml
false
true
false
false
sequence
b3d9a89904d8efd29d2033ca444e7ee57797b958
45a7393bff677d63e6a90c83203eaefa3e62a8f1
/allClasses/inputClasses.puml
b63375f4d00b45586fb39c27741730cb148249c7
[]
no_license
32pounds/LaTexDocumenation
61f842692a55667f817edc14a4c061251664a8bf
936f5c7321035635ebd7ccc188474ca41030b9b3
refs/heads/master
2016-09-06T08:29:44.635334
2015-05-14T22:34:31
2015-05-14T22:34:31
30,378,336
1
2
null
2015-02-18T03:44:43
2015-02-05T21:04:40
TeX
UTF-8
PlantUML
false
false
1,840
puml
@startuml class OSInputProcessor{ {static} OSInputProcessor getInstance() void addInputPorcessor(InputProcessor inputProcessor) void removeInputPorcessor(InputProcessor inputProcessor) boolean keyDown(int keycode) boolean keyUp(int keycode) boolean keyTyped(char character) boolean touchDown(int screenX, int screenY, int pointer, int button) boolean touchUp(int screenX, int screenY, int pointer, int button) boolean touchDragged(int screenX, int screenY, int pointer) boolean mouseMoved(int screenX, int screenY) boolean scrolled(int amount) } class InputHandler{ InputHandler(GameID target, CommandHandler cH) boolean keyDown(int keycode) boolean keyUp(int keycode) boolean keyTyped(char character) boolean touchDown(int screenX, int screenY, int pointer, int button) boolean touchUp(int screenX, int screenY, int pointer, int button) boolean touchDragged(int screenX, int screenY, int pointer) boolean mouseMoved(int screenX, int screenY) boolean scrolled(int amount) } interface CommandHandler { void handleCommand(Command cmd) } abstract class Command { {abstract} void execute(GameState state) char[] packetize() {static} Command parse(char[] input) } class OSGame{ void create() void handle(String message) void handleCommand(Command cmd) void syncWithState(String state) void render() } OSGame --|> CommandHandler InputHandler --|> InputProcessor OSInputProcessor --|> InputProcessor OSInputProcessor o-- "1..@" InputProcessor PopupMenu --|> InputProcessor InputHandler "1..*" o-- CommandHandler : "Gives commands to" note top of OSInputProcessor libGDX sends input to a single InputHandler, OSInputProcessor collects multiple InputHandler and distributes input to them all" end note @enduml
false
true
false
false
class
326cdec26dbbb01cabccbc297b7338c110f9ce0f
954759fc9d5fcbfc311e1d1b207bb503aaf57174
/docs/password-reset-flow.puml
ed5c6d72c0398bc917458cafcb1bf76cbba0817b
[ "MIT" ]
permissive
standardgalactic/simple-jwt-provider
1ac6dc151095ea581f681eda0455383782cae657
58e0de8f99b86df84a9f94c6c2d9d13e00d1124d
refs/heads/master
2023-08-06T03:53:54.098003
2021-10-06T20:40:46
2021-10-06T20:40:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
411
puml
@startuml actor User as u participant "simple-jwt-provider" as sjp participant "mail-server" as ms participant "mail-client" as mc u -> sjp: trigger password-reset request sjp->sjp: generate password-reset mail sjp->ms: send password-reset mail with reset token ms->mc: receive password-reset mail mc->u: receive password-reset mail and extract reset-token u->sjp: reset password with received token @enduml
false
true
false
false
sequence
1d681723fc87eaf8d883a80cab516dd3fe8fd2e6
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ChannelAddRolesAction.puml
c93b7ac406a3d8628f966331ad55d1519affed11
[]
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
474
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 ChannelAddRolesAction [[ChannelAddRolesAction.svg]] extends ChannelUpdateAction { action: String roles: [[ChannelRoleEnum.svg List<ChannelRoleEnum>]] } interface ChannelUpdateAction [[ChannelUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
0fe103d06e0564dd382ec7866f4cd782592e2eec
7c468a29a573cf41e9f2c9ad29eab9286cf75036
/src/main/java/ex42/ParsingDataFile.puml
61f047b4b1429133f92dedfd1bd18c81201d12f3
[]
no_license
Lino437/Gonzalez-cop3330-assignment3
e8e738090103df284aae24c26e088ff709145c1e
f804d17918672785ea29c26df924f51624f1d935
refs/heads/master
2023-06-09T01:52:16.762281
2021-06-22T03:43:21
2021-06-22T03:43:21
378,556,313
0
0
null
null
null
null
UTF-8
PlantUML
false
false
178
puml
@startuml 'https://plantuml.com/class-diagram class App class NameSorter{ SortedNames readFile() processData() printSortedData() } App O--> NameSorter @enduml
false
true
false
false
class
937344737f5548fb775abe5dbb32d94f2689329e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductRevertStagedVariantChangesAction.puml
a3b3efac5df8502c1cff5c2cc181f45030b79b77
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
473
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface ProductRevertStagedVariantChangesAction [[ProductRevertStagedVariantChangesAction.svg]] extends ProductUpdateAction { action: String variantId: Long } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
464e116f9cc57d26e21c87f1666e25987f87201d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductDiscountUpdate.puml
75bf787d8e136540d4314fbbc881e7030906203f
[]
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
391
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 ProductDiscountUpdate [[ProductDiscountUpdate.svg]] { version: Long actions: [[ProductDiscountUpdateAction.svg List<ProductDiscountUpdateAction>]] } @enduml
false
true
false
false
class
ae3877d5258034ac4fdff5ecc9b486eedc35440a
42f152909a651a0e2f7f61ac59bdd1b3a7a1c480
/uml/TDList.puml
909965b49a283cbf6c6e2536c9a3f3d7f6d7e2f5
[]
no_license
MontgomeryJukebox/Santamaria-cop3330-assignment4
deacf1ca0aeeb98851118a3a3d632dc7a32cea3b
7067ed2fe90dc02a94efbaba7409f1631f644308
refs/heads/master
2023-06-15T17:55:00.113153
2021-07-06T02:18:50
2021-07-06T02:18:50
382,158,695
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,284
puml
@startuml 'https://plantuml.com/class-diagram class TDManagerController { } class TDViewer { + displayTODOs(TDGroup) + displayTODOs(TDList) + filteredDisplayTODOs(group: TDGroup, done: boolean) + filteredDisplayTODOs(list: TDList, done: boolean) } class Exporter { + exportToJSON(group: TDGroup); + exportToJSON(list: TDList); } File Output { } File Input { } class Importer { + loadFromJSON(filepath: String): TDGroup + loadFromJSON(filepath: String): TDList } class TDManager { tdGroup: TDGroup + getGroups(): TDGroup or ArrayList<TDGroup> } class TDList { title: String list: ArrayList<Item> + rename(newTitle: String) + addItem(item: Item) + rmItem(index: int) } class TDGroup { todos: ArrayList<TDList> + newList(list: TDList) + rmList(index: int) } class Item { description: String done: boolean dueDate: Date(YYYY-MM-DD) + editDescription(newDesc: String) + editDueDate(newDate: Date(YYYY-MM-DD)) + setDone(done: boolean) } javafx.Application <|-- TDViewer TDManager <-- TDManagerController TDManager o-- TDGroup TDGroup o-- TDList TDList o-- Item TDViewer <-- TDManager TDManager --> Exporter TDManager <-- Importer Output <-- Exporter Input --> Importer @enduml
false
true
false
false
class
3fdc5184de3c587fb84c0c52912d2ec861223a92
4a46872b586ed5cd62cdfb631d55be145978fe4c
/src/main/java/com/masterarbeit/masterarbeit.plantuml
f04df623b9fe0c50e710315bc809a6a9d01c44c4
[]
no_license
edegeyer/validator
3f80d7523f2dd36256e6b7e14ff870ff5b45e301
0dedd33202ddc2957b482bfdf387be74242cb146
refs/heads/master
2020-04-15T12:30:14.209365
2019-07-01T12:30:09
2019-07-01T12:30:09
164,677,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
355
plantuml
@startuml title __MASTERARBEIT's Class Diagram__\n package com.masterarbeit { class AnonymizerApplication { {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
67449670dc1f65669f07b516c8bee3443c2e9d5d
d10503f47377addd953c47db621947c28060f809
/Adapter/src/ClassDiagram.puml
333fd550eae2c7d63f9b2404e2a264c8a401e9f6
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
879
puml
@startuml interface Polygon{ + define(float x0, float y0, float x1, float y1, String color) : void + getCoordinates() : float[] + getSurface() : float + setId(String id) : void + getId() : String + getColor() : String } hide Polygon fields class Rectangle{ - x0 : float - y0 : float - height : float - width : float - color : String + getArea() : float + getOriginX() : float + getOriginy() : float + getOppositeCornerX() : float + getOppositeCornerY() : float + getColor() : String } hide Rectangle fields class RectangleClassAdapter { - name : String } class RectangleObjectAdapter{ - name : String - adaptee : Rectangle } hide RectangleClassAdapter fields Polygon <|.. RectangleClassAdapter Polygon <|.. RectangleObjectAdapter RectangleObjectAdapter o-- Rectangle Rectangle <|-- RectangleClassAdapter @enduml
false
true
false
false
class
5d9dc9d09d88db10238fc76d3280f6c03005d3b2
4d8bf417ae8c3dd8bcacc812422d1831c2e77aab
/src/main/java/com/tjudream/designpattern/templatemethod/image/template.puml
e7d1903c0d9bfa4c26b3f19c63bef5a10f589f49
[ "Apache-2.0" ]
permissive
tjudream/DesignPatterns
3aaa8e2a64382d7cb9f49a3b3e736f978e90bdbe
426773ae74804e661a425b00c0a8e4d05524f2b5
refs/heads/master
2020-04-05T19:39:32.984340
2018-12-02T11:46:54
2018-12-02T11:46:54
157,144,618
1
0
null
null
null
null
UTF-8
PlantUML
false
false
374
puml
@startuml skinparam classAttributeIconSize 0 abstract class AbstractClass { #doAnything():void #doSomething():void +templateMethod():void } class ConcreteClass1 { #doAnything():void #doSomething():void } class ConcreteClass2 { #doAnything():void #doSomething():void } AbstractClass <|-- ConcreteClass1 AbstractClass <|-- ConcreteClass2 @enduml
false
true
false
false
class
2385cf96abaddf08480eecae93c51164da8d5348
f843a7a2c1b9ea2fc0a14ccce9ed7391bd727643
/design/blankquiz-seq-update.puml
d3032e106183d7cdec95bac37a1620191eab3f65
[]
no_license
Easy-Dojo/ddd-exam-plantform
fb72dbd305f87b4f7ee8cf79d7551f514118f7ee
b2e63c1d25a39ad08f381d9b9bdde55b663fc18d
refs/heads/master
2023-06-26T03:32:23.722126
2021-08-03T15:14:47
2021-08-03T15:14:47
392,359,719
0
0
null
null
null
null
UTF-8
PlantUML
false
false
468
puml
@startuml actor Teacher Teacher -> BlankQuizController : PUT /blankquiz/:blank_quiz_id BlankQuizController -> BlankQuizApplicationService : reviseBlankQuiz() entity BlankQuiz BlankQuizApplicationService -> BlankQuizRepository: find() database blankquizDB BlankQuizRepository -> blankquizDB: SELECT *** BlankQuizApplicationService -> BlankQuiz : revise() BlankQuizApplicationService -> BlankQuizRepository: save() BlankQuizRepository -> blankquizDB: UPDATE *** @enduml
false
true
false
false
sequence
011a0cb1d6b5a7d0a4a0d61ebe5d2f1252366881
08738204ffb10b361a9d7a3b492cd0563f19e151
/architecture/systèmes/système-jeu-principal/systeme-principal-entite.puml
553370b57cd1cd993ae4b1356cb7b62252e0e64a
[]
no_license
ldalzotto/MyCrossyRoad
95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4
69aa9082f763a9700a82f0d1b534738ecff488ca
refs/heads/master
2021-01-22T21:00:21.860081
2017-04-10T07:48:05
2017-04-10T07:48:05
85,384,738
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
puml
@startuml component "Système Jeu Principal" as systeme package Entités { component "SkyBox" as skyEnt component "Joueur" as joueurEnt component "Obstacle" as obsEnt component "Menace" as menEnt component "Décor" as decorEnt component "Score" as scoreEnt } systeme *-down- skyEnt systeme *-down- joueurEnt systeme *-down- obsEnt systeme *-down- menEnt systeme *-down- decorEnt systeme *-down- scoreEnt @enduml
false
true
true
false
component
264f38403fac4a1da095e7379e1af1e35832d75d
729d0b395bf761ec80bbd9cfba0b5ec9fcfcb1f5
/Boost_Process/posix_exec_ok.puml
0178958a1cb00539598f0183deb087e68d9f44ef
[ "MIT" ]
permissive
dermojo/presentations
0e3be6f4260eac79e8960dcc4e80424a2482de7b
4f4da0e60c144e735c98bb4c77ce7ccb055bd20b
refs/heads/master
2021-01-11T23:23:13.295197
2020-01-07T20:11:44
2020-01-07T20:11:44
78,574,142
3
0
null
null
null
null
UTF-8
PlantUML
false
false
427
puml
@startuml participant Parent participant Child activate Parent Parent -> Parent : on_setup() activate Parent deactivate Parent Parent -> Child : fork() activate Child Parent -> Parent : wait for error deactivate Parent Child -> Child : on_exec_setup() activate Child deactivate Child Child -> Child : execve() activate Child #blue activate Parent Parent -> Parent : on_success() activate Parent deactivate Parent @enduml
false
true
false
false
sequence
ed323a281aeb742dbde857a14d485ca18da292b1
221c5f448e92489ed23eba7d57e6b7f170456f8c
/diagrams/skeleton_usecases/SequenceDiagram_UseCases_PandaFallsDownInLine.puml
70a0a260f8826b90bb7ca5928a55939b75174eca
[]
no_license
bokovhu/software-project-laboratory-assignment
04d4dfd5057ee946dcb9e84eb2829460af6f6b1b
562730be5e4aa8dd1be9fd007618a2a4c28e7d6d
refs/heads/master
2020-04-24T10:19:42.655964
2019-05-15T12:49:02
2019-05-15T12:49:02
171,890,819
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,567
puml
@startuml title Panda falls down in line participant "panda: JumpyPanda" as panda participant ": Level" as level participant "target: Tile" as target participant "orangutan: Orangutan" as orangutan participant "secondPanda: CowardPanda" as secondPanda participant "lastPanda: SleepyPanda" as lastPanda note over panda A target csempe isFragile változójának értéke true, a life mezeje pedig 0. Amikor a panda odamozog, akkor meghal. Ebben az esetben a panda mögött található még egy 2 pandából álló lánc, ez a panda halála előtt felbomlik. A panda-t vezető állat jelen esetben az orángután. end note [-> panda : moveTo (target) activate panda panda -> target ++ : accept (panda) target -> panda ++ : kill () panda -> panda ++ : stopLeading () panda -> orangutan ++ : setGuidedAnimal (null) panda <-- orangutan -- panda -> secondPanda ++ : stopLeading () secondPanda -> panda ++ : setGuidedAnimal (null) secondPanda <-- panda -- secondPanda -> lastPanda ++ : stopLeading () lastPanda -> secondPanda ++ : setGuidedAnimal (null) lastPanda <-- secondPanda -- lastPanda -> lastPanda ++ : setLeaderAnimal (null) lastPanda <-- lastPanda -- secondPanda <-- lastPanda -- secondPanda -> secondPanda ++ : setLeaderAnimal (null) secondPanda <-- secondPanda -- panda <-- secondPanda -- panda -> panda ++ : setLeaderAnimal (null) panda <-- panda -- panda <-- panda -- panda -> level ++ : removeAnimal (panda) panda <-- level -- target <-- panda -- panda <-- target -- : true [<-- panda deactivate panda @enduml
false
true
true
false
sequence
ece2a34482a9614c3a18c827cd4b173f1f514a92
52ea06a1d5207ff3bd37e9dc20e728b4a166fc06
/Documentation/plantuml/Mobile UseCase.plantuml
6a76218a77ee6ed077ff1c45e7c93f615ec51e93
[]
no_license
Deewens/Run4Exp
4eb478f7bb08e53e267f0abd6741679aef785627
d29b2cbf78639ff427082f270b3db8e2176ab80f
refs/heads/master
2023-08-25T12:41:46.078074
2021-09-25T15:04:31
2021-09-25T15:04:31
410,296,852
1
0
null
null
null
null
UTF-8
PlantUML
false
false
440
plantuml
@startuml mobile left to right direction actor User as user actor Admin as admin usecase "Supprimer le compte" as deleteAccount usecase "Participer au challenge" as participateChallenge usecase "Se connecter" as signin usecase "S'incrire" as signup user --> participateChallenge user --> signin user --> signup user -up-> deleteAccount signin <. participateChallenge : include deleteAccount .> signin : include user <|-up- admin @enduml
false
true
false
false
usecase
eb19b4910970e739f108c22a4e6166eacbd9852a
774c4da2b61171171f15886fd88f73dfc4b47eba
/docs/assets/session-no-pairing.puml
77a0b0a8532c1df3d1de2c7473cea96fe0352eac
[]
no_license
privacybydesign/irma-documentation
7f98f7374c2bc578bc176edb98483440af0c516b
d2c765aa7b39ec355cf2062d377c6d84641fe36a
refs/heads/master
2023-08-17T13:48:14.207959
2023-08-10T13:18:04
2023-08-10T13:18:04
173,740,719
3
7
null
2023-08-31T07:43:13
2019-03-04T12:27:07
JavaScript
UTF-8
PlantUML
false
false
1,719
puml
@startuml session-no-pairing skinparam sequence { backgroundColor #transparent ActorBorderColor #7A2626 ActorBackgroundColor #transparent ParticipantBorderColor #7A2626 ParticipantBackgroundColor #004C92 ParticipantFontColor white } actor "IRMA app user" as user participant "IRMA app" as app participant frontend as browser participant "requestor" as requestor participant "IRMA server" as server user -> browser: initiate session browser -> requestor: initiate session requestor -> server: <font color=#1D5B2A>**POST** /session/</font> (create session) server <- server: set state to INITIALIZED server --> requestor: session pointer + requestor token + frontendAuth requestor --> browser: session pointer (QR) + frontendAuth browser -> server: <font color=#1D5B2A>**GET** /irma/session/{clientToken}/frontend/status </font>(start polling) browser -> user: QR user -> app: scan QR app -> browser: read QR app -> server: <font color=#1D5B2A>**GET** /irma/session/{clientToken}</font> return session request server <- server: change state to CONNECTED server --> browser: polling response: state changed to CONNECTED app -> user: perform session? return yes app -> server: <font color=#1D5B2A>**POST** /irma/session/{clientToken}/proofs or /irma/session/{clientToken}/commitments</font> return proofStatus, possibly nextSession, possibly issuer signatures server <- server: change state to DONE server --> browser: polling response: state changed to DONE (+ possibly nextSession) browser -> requestor: done requestor -> server: <font color=#1D5B2A>**GET** /session/{requestorToken}/result server -> requestor: session result requestor --> browser: follow-up action browser -> user: follow-up action @enduml
false
true
false
false
usecase
617bce24de8c484bff8a115a399e05ad102a7422
82d936d3e60c99d0a01963837413664c4662dc8b
/src/main/java/cn/ksdshpx/designpattern/bridge/bridgeclass.puml
9d2a68aaba549e8c4478e192bafb6b609850ce0c
[]
no_license
ksdshpx/PDesignPattern
8aa5735e7636f571631dc14dce818180c7271c50
f73bfe30c79c84084a8dbb08a9857e749fa4df16
refs/heads/master
2021-07-08T14:09:02.524505
2020-11-09T01:39:46
2020-11-09T01:39:46
196,672,802
0
0
null
null
null
null
UTF-8
PlantUML
false
false
293
puml
@startuml abstract class Phone{ brand:Brand } class FoldedPhone extends Phone{ } class UpRightPhone extends Phone{ } interface Brand{ call():void } class Vivo implements Brand{ } class Xiaomi implements Brand{ } Phone o-- Brand class Client{ } Client ..> Phone @enduml
false
true
false
false
class
93f97516964e0e8716eb4dea14b499aa070a6d4c
56fd64c52067fe59433ea572bf50214b0c0e8012
/src/main/java/oop/examples/Lecture08/lecture08.puml
489c27e567543ff58e5dbf7f6fd144d66662c9cd
[]
no_license
rafuchosnow/COP3330-2021-Summer
41ef900a2154e10056b8c0532a2d17dcc4981d1e
bd03e4471cbf9e1b06eaea5724bc476994f5b75a
refs/heads/master
2023-05-29T03:34:52.326626
2021-06-17T19:48:30
2021-06-17T19:48:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,607
puml
@startuml 'https://plantuml.com/class-diagram class Gradebook { - Assignments: List + addStudent(Student) + removeStudent(Student) + lookupStudentGrades(Student) + getAssignmentStatistics(Assignment) + addAssignment(Assignment) + removeAssignment(Assignment) } class Assignment { - Students: List - maxScore: Double - title: String - dueDate: Date + addStudent(Student) + addStudent(String studentId) + addStudent(String firstName, String lastName) + getMaxScore() + setMaxScore() + getStudentScore(Student) + setStudentScore(Student) } interface TimedAssignmentBehaviors { + setTimeLimit() + setStudentTime() } interface MultipleChoiceAssignmentBehaviors { + setNumberOfChoices() } class TimedAssignments { - Students: List - maxScore: Double - title: String - dueDate: Date - timeLimit: int } class MultipleChoiceAssignment { generateMultipleChoices() } class EssayAssignment { } class Exam { } class TimedMultipleChoiceAssignment { generateMultipleChoices() getCompletionTime() setCompletionTime() } class Student { AssignmentScores: Map<Assignment, Double> } Gradebook o--> Student Student o--> Assignment Assignment <|-- TimedAssignments TimedAssignmentBehaviors <|-- TimedAssignments Assignment <|-- MultipleChoiceAssignment Assignment <|-- EssayAssignment Assignment <|-- Exam Assignment <|--- TimedMultipleChoiceAssignment TimedAssignmentBehaviors <|-- TimedMultipleChoiceAssignment MultipleChoiceAssignmentBehaviors <|-- TimedMultipleChoiceAssignment @enduml
false
true
false
false
class
7e2fff64dade645bcbb82c9f39cbb2c5aa3ea283
d6374fe9363a41031c51eb622cb0cb5e75b78380
/legacy/mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-quotes-overview-1.0.0.plantuml
3275abff7ec245edf87ac6ad97ef7adb14516a94
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
2,406
plantuml
@startuml Title Quoting Service Sequences participant "Payer FSP" participant "Switch\nQuoting\nService" as Switch participant "Payee FSP" autonumber note over "Payer FSP", Switch: Payer FSP requests quote from Payee FSP "Payer FSP" -\ Switch: POST /quotes Switch --/ "Payer FSP": 202 Accepted Switch -> Switch: Validate Quote Request alt quote is valid Switch -> Switch: Persist Quote Data note over Switch, "Payee FSP": Switch forwards quote request to Payee FSP\n<Payer based Rules> Switch -\ "Payee FSP": POST /quotes "Payee FSP" --/ Switch: 202 Accepted "Payee FSP" -> "Payee FSP": Calculate Fees/Charges alt Payee FSP successfully calculates quote note over "Payee FSP", Switch: Payee FSP responds to quote request "Payee FSP" -\ Switch: PUT /quotes/{ID} Switch --/ "Payee FSP": 200 Ok Switch -> Switch: Validate Quote Response alt response is ok Switch -> Switch: Persist Response Data note over Switch, "Payer FSP": Switch forwards quote response to Payer FSP\n<Payee \ whole request Rule> Switch -\ "Payer FSP": PUT /quotes/{ID} "Payer FSP" --/ Switch: 200 Ok note over "Payer FSP" #3498db: Payer FSP continues\nwith transfer if quote\nis acceptable... else response invalid note over Switch, "Payee FSP": Switch returns error to Payee FSP Switch -\ "Payee FSP": PUT /quotes/{ID}/error "Payee FSP" --/ Switch : 200 Ok note over Switch, "Payee FSP" #ec7063: Note that under this\nscenario the Payer FSP\nmay not receive a response end else Payee FSP calculation fails or rejects the request note over "Payee FSP", Switch: Payee FSP returns error to Switch "Payee FSP" -\ Switch: PUT quotes/{ID}/error Switch --/ "Payee FSP": 200 OK Switch -> Switch: Persist error data note over "Payer FSP", Switch: Switch returns error to Payer FSP Switch -\ "Payer FSP": PUT quotes/{ID}/error "Payer FSP" --/ Switch: 200 OK end else quote invalid note over "Payer FSP", Switch: Switch returns error to Payer FSP Switch -\ "Payer FSP": PUT quotes/{ID}/error "Payer FSP" --/ Switch: 200 OK end @enduml
false
true
false
false
sequence
7cb15483794c4521eef62a49acb6c80999be904d
9fbd8b7623b3aadfb877c517fc38fcff9d3fc3d2
/app/UML/UseCaseDiagram.puml
fc76e5de91679ad9faf40e66490c279c2e8cfbee
[]
no_license
NotHamlet/Shannon-sGasTracker
ba90069a795c0be5c72f4dcf3e7a14b03200c0ec
1d36470c00d1b4e79399ed3250cb530ffbe3254e
refs/heads/master
2020-12-31T05:09:31.012479
2016-05-05T04:11:29
2016-05-05T04:11:29
57,092,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
387
puml
@startuml title Shannon's Gas Tracker left to right direction actor "Dr. Umphress" as User rectangle { usecase (Record Gas Fillup) as RGF usecase (Record Maintenance) as RM usecase (Record Miscellaneous) as RMI usecase (View Service Record) as VSR usecase (Delete Entry) as DE User - VSR User - DE User - RGF User - RM User - RMI } @enduml
false
true
false
false
usecase
db331782133119b7a7ef10d0c10e974ba758db6c
c2105b92c810f5779b676dfb6b577ec9910d2687
/Documentation/PUML/gui/GuiPackageNavigationRelated.puml
7808cbcec04c3647a1a7a7bafe2a2b6684e05074
[ "MIT" ]
permissive
tunepruner/4wardslegacy
4df61c9f8a1a6a1d1a22ed164132beac8f46b0e7
410e3a26b073139b3dc2013d30a9fc7bb01ddc4d
refs/heads/master
2023-02-16T19:00:08.988933
2021-01-12T23:08:05
2021-01-12T23:08:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,139
puml
@startuml class Main{ main() } abstract class Application{ From javafx.application } class DirectionPaneLoader extends Application{ Pane directionPane TabPaneLoader start() } class TabPaneLoader{ Pane tabPane CenterPane } class CenterPaneLoader{ Pane centerPane PlanEditor DaysEditor BreakdownEditor ClockOutEditor StatsView CenterPaneLoader Collection<CenterPaneContent> trail int currentIdx -addStep() +load() -getIdx() +toPrevious() } interface CenterPaneContent{ load() } class PlanEditor<<CenterPaneContent>>{ Pane thisPane ListArea } class DaysEditor<<CenterPaneContent>>{ Pane thisPane } class ClockOutEditor<<CenterPaneContent>>{ Pane thisPane } class BreakdownEditor<<CenterPaneContent>>{ Pane thisPane } class StatsView<<CenterPaneContent>>{ Pane thisPane } class StartArea{ Pane thisPane } Main -* DirectionPaneLoader DirectionPaneLoader -* TabPaneLoader TabPaneLoader --* CenterPaneLoader TabPaneLoader -* StartArea CenterPaneLoader--* PlanEditor CenterPaneLoader--* DaysEditor CenterPaneLoader--* BreakdownEditor CenterPaneLoader--* ClockOutEditor CenterPaneLoader--* StatsView CenterPaneLoader -* CenterPaneContent @enduml
false
true
false
false
class
399d5bfb23105f9453bc99742f6a1feabf093e9b
ada58b08512f0390c1bf1a31f63defcac442d58b
/kj-repo-doc/src/main/java/com/kj/repo/doc/netty/bind-init.puml
39fd6da39dc2e55826609413418be2c3405de3cb
[]
no_license
Kuojian21/kj-repo
a508e83325f6cab9a2acba550d07f4515f9d2ca9
5ae4ff95fd843d69317e471ac20345fdbe109cbe
refs/heads/master
2022-12-21T11:50:21.906395
2021-10-04T23:24:50
2021-10-04T23:24:50
149,978,220
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,481
puml
@startuml autonumber ServerBootstrap -> ServerBootstrap:bind activate ServerBootstrap ServerBootstrap -> ServerBootstrap:ChannelFuture initAndRegister() activate ServerBootstrap ServerBootstrap -> ReflectiveChannelFactory:newChannel() activate ReflectiveChannelFactory ReflectiveChannelFactory -> NioServerSocketChannel:<init> activate NioServerSocketChannel NioServerSocketChannel -> SelectorProvider:SelectorProvider.provider().openServerSocketChannel() activate SelectorProvider SelectorProvider --> NioServerSocketChannel:ServerSocketChannel deactivate SelectorProvider NioServerSocketChannel -> NioMessageUnsafe:<init> activate NioMessageUnsafe NioMessageUnsafe --> NioServerSocketChannel deactivate NioMessageUnsafe NioServerSocketChannel -> DefaultChannelPipeline:<init> activate DefaultChannelPipeline DefaultChannelPipeline --> NioServerSocketChannel deactivate DefaultChannelPipeline NioServerSocketChannel --> ReflectiveChannelFactory deactivate NioServerSocketChannel ReflectiveChannelFactory --> ServerBootstrap deactivate ReflectiveChannelFactory ServerBootstrap -> ServerBootstrap:init() activate ServerBootstrap ServerBootstrap -> DefaultChannelPipeline:addLast(ChannelInitializer) -> EventLoop.addLast(ServerBootstrapAcceptor) activate DefaultChannelPipeline DefaultChannelPipeline --> ServerBootstrap deactivate DefaultChannelPipeline deactivate ServerBootstrap ServerBootstrap -> EventLoop:register() activate EventLoop EventLoop -> NioMessageUnsafe:register() activate NioMessageUnsafe NioMessageUnsafe -> EventLoop:addTask(register1) & thread.start() activate EventLoop EventLoop --> NioMessageUnsafe deactivate EventLoop NioMessageUnsafe --> EventLoop deactivate NioMessageUnsafe EventLoop --> ServerBootstrap deactivate EventLoop deactivate ServerBootstrap ServerBootstrap -> ChannelFuture:addListener(doBind0()) activate ChannelFuture ChannelFuture --> ServerBootstrap deactivate ChannelFuture deactivate ServerBootstrap @enduml
false
true
false
false
sequence
2150f2dacd94f2b4acd34a5113855bf2cc53e35c
644b7bb773b84596a2de4d31a0603284d9562e56
/web3function/file/Course.iuml
e285129f70b65591352a20b56569d493bc684c0f
[]
no_license
M9k/Marvin-Uml
e62d17245cf493d53f0b80f633a47be8ec44569e
0fe9bc36f947535ae4397181ccf8c85291244a87
refs/heads/master
2021-04-15T17:44:22.461549
2018-05-10T07:52:19
2018-05-10T07:52:19
126,618,685
0
0
null
null
null
null
UTF-8
PlantUML
false
false
392
iuml
@startuml skinparam classAttributeIconSize 0 class Course{ + getExamNumber(contract: address): number + getExamContractAt(contract: address, number _index): address + getName(contract: address): number + getCreditsToGraduate(contract: address): number + getSolarYear(contract: address): number + addNewExam(contract: address, _name: number, _credits: number, _obbligatoriety: bool) } @enduml
false
true
false
false
class
d947bb4b24863019d05880dc61e8703bd3f76f56
2a6d0d10285fb4e0f214fc2b8cd1eb46fdf25ab1
/src/main/resources/puml/asynchronous-kafka.puml
c4f74c5afac45bc3456be608ded13533d011ab7b
[]
no_license
Nikolas-Charalambidis/spring-cloud-microservices-integration
3fee1158c2b99c91b7eea69bd3ed6edb9a43ab05
da526aa99e3716349d4cd624b85df11b7558ab32
refs/heads/master
2020-12-12T16:17:11.340168
2020-04-26T22:11:30
2020-04-26T22:11:30
234,172,073
0
0
null
null
null
null
UTF-8
PlantUML
false
false
970
puml
@startuml [-> "Document API" activate "Document API" "Document API" -> "Topic" box "Apache Kafka" participant "Topic" participant "Partition X" participant "Partition Y" end box box "Consumter Group: notification-sms" participant "Notification SMS API" end box box "Consumter Group: notification-email" participant "Notification Email API" end box activate "Topic" "Topic" --> "Document API": Confirmed [<-- "Document API": 201 Created deactivate "Document API" activate "Partition X" activate "Partition Y" "Topic" --> "Partition X": Append-to-end "Topic" --> "Partition Y": Append-to-end deactivate "Topic" ... waiting in the partition ... par "Partition X" --> "Notification Email API": Push "Notification Email API" --> "Partition X": Acknowledged, commit offset else "Partition Y" --> "Notification SMS API": Push "Notification SMS API" --> "Partition Y": Acknowledge, commit offset end deactivate "Partition X" deactivate "Partition Y" @enduml
false
true
false
false
sequence
f87c9042e4934851fdf0170c0192e5019d925f07
62cf26b5069ff83bc679935adba2936ca278a77d
/src/docs/Connections.puml
e0023f085d1a9b181076bce27ce76cf5d2287fa9
[]
no_license
prystupa/MeshMadness
09b744fa2315ad0737126435c1e7bdd8466acc20
bbb2a1765ebf63088857e52d6a7c2de434023020
refs/heads/master
2020-12-07T05:11:02.921030
2013-10-20T15:42:55
2013-10-20T15:42:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
282
puml
@startuml == Login == actor User1 participant Sales1 participant Sales2 boundary SBP1 boundary SBP2 control SBP1_FSM control SBP2_FSM User1 --> SBP1: Login Sales1 --> SBP1: Login Sales2 --> SBP2: Login == Initiate meshmadness.RFQ == User1 --> SBP1: Request meshmadness.RFQ @enduml
false
true
false
false
sequence
bebb9d995c7747cd7c0210368975d885f4603357
4da7e78ec06aecb6c07518f92bec50e1906e0096
/docs/uml/Category-SubCategory-Brands.puml
20ba90a436b2dabb0641529f0b38a7b98a2b4b4f
[]
no_license
dinglc/testrite_tlw
e8b44340b3850de01411f1374d61d1b067546e9f
4dd695923384dc2b4d288eafdf3e057db54629f2
refs/heads/master
2021-01-10T12:04:45.537273
2015-10-30T11:02:25
2015-10-30T11:02:25
44,219,984
1
0
null
null
null
null
UTF-8
PlantUML
false
false
825
puml
@startuml CategoryData -- CategoryPageData : Contains ProductCategorySearchPageData <|- SubCategorySearchPageData CategoryData <|- BrandData class ProductCategorySearchPageData { } class SubCategorySearchPageData { +HotSellingProductsData hotSellingProducts +PreOrderProductsData preOrderProducts } class CategoryData { +List<ImageData> advertisementBanners } class BrandData{ +String brandStory } class CategoryPageData { +List<CategoryData> category +List<ProductData> preOrderProducts +List<CategoryData> subCategoryList +List<HotSellingProductsData> hotSellingProducts +List<ProductData> suggestedProducts +List<ProductData> clearingSalesProducts } class HotSellingProductsData { +CategoryData categoryData +List<ProductData> products } class PreOrderProductsData { +List<ProductData> products } @enduml
false
true
false
false
class
a67563f603580f606a9b68889d6ccdd275a0025f
40e9f5e3ebc60b4717b266786b5c384f888ba546
/src/main/uml/CustomRanking .puml
e714abd5ae135fe63c626e36268fd9ddc3eca9bd
[]
no_license
cardinals/ressadnatomdemo
801585b38da68dc24ffdcf4c5d2b9a74f3f53477
822716a61fe3adbd1de942c1e418429396761e30
refs/heads/master
2020-07-12T21:17:45.722316
2018-05-15T05:50:18
2018-05-15T05:50:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
287
puml
@startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml @startsalt { Login | "MyName " Password | "**** " [Cancel] | [ OK ] } @endsalt
false
true
false
false
sequence
a6ff53db4ed5764eb78e7252141971880a1a2d7b
136ce57f474d035a700706c5a2c829b716c32f1e
/cdct/diagramme_de_sequence/plantuml/modifier_groupe.puml
4a293e6697fe354cadf799423ebacc89ce3ba8e2
[]
no_license
SKAVALT-io/esidom_doc
fe98aefe219afc0d5761244c7a65977ca2953d55
b04889428a1a913e381cc5fc8615c4c7e450c854
refs/heads/main
2023-03-11T08:41:02.553855
2021-03-02T02:21:34
2021-03-02T02:21:34
322,641,413
0
0
null
null
null
null
UTF-8
PlantUML
false
false
394
puml
@startuml modifier groupe actor "Utilisateur" as u participant "Esidom front-end" as fe participant "Esidom back-end" as m participant "Home Assistant" as ha u -> fe: Modifier groupe fe -> m: PUT /group/{group_id} Data: {\n\ name: <String>,\n\ devices : <list>\n\ } m -> ha: POST /api/services/group/set ha --> m: 200 - Ok m --> fe: 200 - Ok fe --> u: Afficher le groupe modifié @enduml
false
true
true
false
sequence
7a13446454b4ee8048b743bfa3b3557156a530aa
2e5c7b75f420ad569ea9e054512eda56b41e8433
/src/test/resources/activityGraphWithJoin.plantuml
6eb09842ce1a828c9cea63950eded96132e3038b
[]
no_license
jinngit/plantuml-dsl
bb95471be60523ed9ab400a4a9dc203041b4a345
86ae4509a68920cc5c3b4902bc8fbcf1e8a0e747
refs/heads/master
2021-01-18T00:39:30.168863
2015-02-14T09:34:24
2015-02-14T09:34:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
105
plantuml
@startuml "Source 1" --> "Some activity" --> (*) "Source 2" --> "Some other activity" --> (*) @enduml
false
true
false
false
uml-unknown
c1161ff2655365c56e73f22c28741995077e23a1
ea9d93c21cc3d049d15ae3e4273d762d0c824af7
/Deployments/arm/demo/cisco/demo-core-cisco-1-firewall-nsg/diagram/dependsOnBase.puml
495c7ed0b3c815b5eff3ffb3d1e9e6b5635c5d4f
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
canada-ca/accelerators_accelerateurs-azure
85c071e09e30be0c1c517497fa5e88d4633dd1b0
c60275cad6b4862d0be800c74d8f1225ab2293e2
refs/heads/master
2022-04-29T21:33:48.970078
2022-04-21T02:10:44
2022-04-21T02:10:44
181,213,642
38
20
MIT
2022-04-21T02:09:25
2019-04-13T18:35:53
PowerShell
UTF-8
PlantUML
false
false
177
puml
@startuml artifact resourcegroups artifact workspace_LogAnalytics artifact keyvault_infra workspace_LogAnalytics --> resourcegroups keyvault_infra --> resourcegroups @enduml
false
true
false
false
deployment
9c04f64a596c9201c1a720256d08a30e842a645c
45bdcc7d5e2a88bc8934e070db799cc877e05df2
/doc/FilmService.puml
727b9b60620dd0cc9eed050d274cbb1c25be9d9a
[]
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,002
puml
@startuml Anwendungskern !pragma useNewPackage skinparam class AttributeIconSize 0 skinparam componentStyle uml12 interface Promise<T> package shared { class "sendMail()" as sendMail hide sendMail circle } package film { package entity { class FilmModel hide FilmModel circle class "validateFilm()" as validateFilm hide validateFilm circle interface FilmData <<entity>> } package service #DDDDDD { FilmService ..> Promise FilmService ..> FilmModel FilmService ..> FilmData FilmService ..> validateFilm FilmService ..> sendMail class FilmService << control >> { + async findById(id: string): Promise<FilmData | undefined> + async find(query?: any): Promise<Array<FilmData>> + async create(film: FilmData): Promise<FilmData> + async update(film: FilmData, version: string): Promise<FilmData> + async delete(id: string): Promise<boolean> } } } hide empty members footer (c) Jürgen Zimmermann @enduml
false
true
true
false
class
7e563b76cdc24ed553bcaec85ef43c60dd52208d
7be999d7edb37c6cf33fea50dba09818bbd36c56
/W01/181860086/uml/characters.puml
0bd8752deaa9c99d2c3f25785939a98806bd77d9
[]
no_license
jianhenglian/jwork-2021
6b5cdacf0df87719bcedc555f99806192fc9d6bd
d085b4262e9845ab46ccdd5a47b2bd436ceb206c
refs/heads/main
2023-08-11T15:49:48.616877
2021-09-28T15:21:12
2021-09-28T15:21:12
404,985,902
0
0
null
2021-09-10T06:58:32
2021-09-10T06:58:31
null
UTF-8
PlantUML
false
false
569
puml
@startuml 'https://plantuml.com/sequence-diagram class Being { shatter() hole() String name } class Creature { fallOn() dodge() laugh() angry() attack() see() speak() hurt() run() runAfter() climbUp() afraid() hold() throw() Being body Being arms Being hands } class Monster { changeHandPart() regeneration() toWind() Being pliers boolean isHands } class ThirdBaby { } Creature -[#green]> Being ThirdBaby -[#green]> Creature Monster -[#green]> Creature @enduml
false
true
false
false
class
be2b65bd59f375405f3c7e80f36e86f19210a349
828882025f74a51ee6a8cb5dd2f83bffe4d5c951
/test3/manager.puml
0451e73670320a644ae3a796b5f7b5f24c93de20
[]
no_license
ydswinter/is_analysis
cf27edc37bad712e225cd29f25a90164526a6461
40b3d3d555796524f787cca4f10667c1be427ae6
refs/heads/master
2021-09-15T20:24:39.891291
2018-06-10T11:58:58
2018-06-10T11:58:58
125,835,278
0
0
null
null
null
null
UTF-8
PlantUML
false
false
112
puml
@startuml object manager{ id = "0303023" password = "88888888" name = "yds" role = "m" } @enduml
false
true
false
false
object
e9fac2c0286c52495124de1c2a334fada1de6162
176fa7e597c2f2337f80a9d4e393e636e5823129
/stocky-devel/stocky/docs/source/uml_images/classes_serversocket_classes.plantuml
0b5a8ad20661771156e96f1271916e41c07623f0
[ "Apache-2.0" ]
permissive
cfe-lab/stocky
0133abf16bbf068d8ef3684af4d7b22e96756e37
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
refs/heads/master
2021-04-15T17:01:15.610547
2019-04-08T18:51:52
2019-04-08T18:51:52
126,519,914
2
0
null
null
null
null
UTF-8
PlantUML
false
false
313
plantuml
@startuml title classes serversocket class clientsocket { +on_close_cb(self, event) +on_message_JSON(self, data_from_server:typing.Any) +on_open_cb(self, event) +pythonify_dct(self, in_js) } class JSONserver_socket { +send(self, data_to_server) } clientsocket <|-- JSONserver_socket @enduml
false
true
false
false
class
7482b8dc0e3e57688a513e7bfc4427b6196620fb
1f82a579eb5d967f1cf2a2de0a7563bf3dd3562c
/uml/datamodel_apis.puml
e2abe67e03676e578e83d9567e7cf3e7c1316ea0
[]
no_license
sennierer/apis-translation-9-19
5177d5a4e784390a65f8328a35b672a9392589cf
8c4fc7a2aac8794f9358cf90e843212aa194f0ed
refs/heads/master
2020-07-29T09:19:42.986100
2019-09-20T10:49:36
2019-09-20T10:49:36
209,743,971
0
1
null
2019-09-20T10:42:20
2019-09-20T08:35:04
CSS
UTF-8
PlantUML
false
false
901
puml
@startuml left to right direction package entities <<Rectangle>> { class Person { first_name : string name : string start_date : date end_date : date } class Place { name : string start_date : date end_date : date lat : float lng : float } class Institution { name : string start_date : date end_date : date } class Work { name : string start_date : date end_date : date } class Event { name : string start_date : date end_date : date } } package meta.classes <<Rectangle>> { class Annotation { #start : int #end : int } class Text { text : longtext } } Person -- Place Place -- Institution Person -- Institution Person -- Work Place -- Work Institution -- Work Person -- Event Place -- Event Institution -- Event Work -- Event Person .. Annotation Institution .. Annotation Place .. Annotation Work .. Annotation Event .. Annotation Annotation -- Text @enduml
false
true
false
false
class
6805563a853900ae8d0cf68b8dbe2ac3efddbfd9
e19da2b4d59acf1fee903de42b8b44adf359cfc5
/ftc_app-dev/openCVLibrary3/src/main/java/org/opencv/calib3d/calib3d.plantuml
8030accf7d3008fd02eee8dc725d57d2f104c7ee
[ "BSD-3-Clause" ]
permissive
wyrobotics/roverruckus-robophins
489e13fe470ffd6f6e6a4b5d117472427d1f8895
effa587f9eafd80e464b0f047bb6e4fa58532642
refs/heads/master
2020-09-20T09:39:46.926438
2019-11-27T13:46:34
2019-11-27T13:46:34
224,439,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
21,674
plantuml
@startuml title __CALIB3D's Class Diagram__\n package org.opencv { package org.opencv.calib3d { class Calib3d { {static} + CALIB_USE_INTRINSIC_GUESS : int {static} + CALIB_RECOMPUTE_EXTRINSIC : int {static} + CALIB_CHECK_COND : int {static} + CALIB_FIX_SKEW : int {static} + CALIB_FIX_K1 : int {static} + CALIB_FIX_K2 : int {static} + CALIB_FIX_K3 : int {static} + CALIB_FIX_K4 : int {static} + CALIB_FIX_INTRINSIC : int {static} + CV_ITERATIVE : int {static} + CV_EPNP : int {static} + CV_P3P : int {static} + CV_DLS : int {static} + LMEDS : int {static} + RANSAC : int {static} + RHO : int {static} + SOLVEPNP_ITERATIVE : int {static} + SOLVEPNP_EPNP : int {static} + SOLVEPNP_P3P : int {static} + SOLVEPNP_DLS : int {static} + SOLVEPNP_UPNP : int {static} + SOLVEPNP_AP3P : int {static} + SOLVEPNP_MAX_COUNT : int {static} + CALIB_CB_ADAPTIVE_THRESH : int {static} + CALIB_CB_NORMALIZE_IMAGE : int {static} + CALIB_CB_FILTER_QUADS : int {static} + CALIB_CB_FAST_CHECK : int {static} + CALIB_CB_SYMMETRIC_GRID : int {static} + CALIB_CB_ASYMMETRIC_GRID : int {static} + CALIB_CB_CLUSTERING : int {static} + CALIB_FIX_ASPECT_RATIO : int {static} + CALIB_FIX_PRINCIPAL_POINT : int {static} + CALIB_ZERO_TANGENT_DIST : int {static} + CALIB_FIX_FOCAL_LENGTH : int {static} + CALIB_FIX_K5 : int {static} + CALIB_FIX_K6 : int {static} + CALIB_RATIONAL_MODEL : int {static} + CALIB_THIN_PRISM_MODEL : int {static} + CALIB_FIX_S1_S2_S3_S4 : int {static} + CALIB_TILTED_MODEL : int {static} + CALIB_FIX_TAUX_TAUY : int {static} + CALIB_USE_QR : int {static} + CALIB_FIX_TANGENT_DIST : int {static} + CALIB_SAME_FOCAL_LENGTH : int {static} + CALIB_ZERO_DISPARITY : int {static} + CALIB_USE_LU : int {static} + CALIB_USE_EXTRINSIC_GUESS : int {static} + FM_7POINT : int {static} + FM_8POINT : int {static} + FM_LMEDS : int {static} + FM_RANSAC : int {static} + fisheye_CALIB_USE_INTRINSIC_GUESS : int {static} + fisheye_CALIB_RECOMPUTE_EXTRINSIC : int {static} + fisheye_CALIB_CHECK_COND : int {static} + fisheye_CALIB_FIX_SKEW : int {static} + fisheye_CALIB_FIX_K1 : int {static} + fisheye_CALIB_FIX_K2 : int {static} + fisheye_CALIB_FIX_K3 : int {static} + fisheye_CALIB_FIX_K4 : int {static} + fisheye_CALIB_FIX_INTRINSIC : int {static} + fisheye_CALIB_FIX_PRINCIPAL_POINT : int {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffine2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + estimateAffinePartial2D() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findEssentialMat() {static} + findFundamentalMat() {static} + findFundamentalMat() {static} + findFundamentalMat() {static} + findFundamentalMat() {static} + findFundamentalMat() {static} + findHomography() {static} + findHomography() {static} + findHomography() {static} + findHomography() {static} + findHomography() {static} + findHomography() {static} + getOptimalNewCameraMatrix() {static} + getOptimalNewCameraMatrix() {static} + getOptimalNewCameraMatrix() {static} + getOptimalNewCameraMatrix() {static} + initCameraMatrix2D() {static} + initCameraMatrix2D() {static} + getValidDisparityROI() {static} + RQDecomp3x3() {static} + RQDecomp3x3() {static} + RQDecomp3x3() {static} + RQDecomp3x3() {static} + findChessboardCorners() {static} + findChessboardCorners() {static} + findCirclesGrid() {static} + findCirclesGrid() {static} + solvePnP() {static} + solvePnP() {static} + solvePnP() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + solvePnPRansac() {static} + stereoRectifyUncalibrated() {static} + stereoRectifyUncalibrated() {static} + calibrateCameraExtended() {static} + calibrateCameraExtended() {static} + calibrateCameraExtended() {static} + calibrateCamera() {static} + calibrateCamera() {static} + calibrateCamera() {static} + sampsonDistance() {static} + stereoCalibrateExtended() {static} + stereoCalibrateExtended() {static} + stereoCalibrateExtended() {static} + stereoCalibrate() {static} + stereoCalibrate() {static} + stereoCalibrate() {static} + fisheye_calibrate() {static} + fisheye_calibrate() {static} + fisheye_calibrate() {static} + fisheye_stereoCalibrate() {static} + fisheye_stereoCalibrate() {static} + fisheye_stereoCalibrate() {static} + rectify3Collinear() {static} + decomposeHomographyMat() {static} + estimateAffine3D() {static} + estimateAffine3D() {static} + estimateAffine3D() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + recoverPose() {static} + solveP3P() {static} + Rodrigues() {static} + Rodrigues() {static} + calibrationMatrixValues() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + composeRT() {static} + computeCorrespondEpilines() {static} + convertPointsFromHomogeneous() {static} + convertPointsToHomogeneous() {static} + correctMatches() {static} + decomposeEssentialMat() {static} + decomposeProjectionMatrix() {static} + decomposeProjectionMatrix() {static} + decomposeProjectionMatrix() {static} + decomposeProjectionMatrix() {static} + decomposeProjectionMatrix() {static} + drawChessboardCorners() {static} + filterHomographyDecompByVisibleRefpoints() {static} + filterHomographyDecompByVisibleRefpoints() {static} + filterSpeckles() {static} + filterSpeckles() {static} + matMulDeriv() {static} + projectPoints() {static} + projectPoints() {static} + projectPoints() {static} + reprojectImageTo3D() {static} + reprojectImageTo3D() {static} + reprojectImageTo3D() {static} + stereoRectify() {static} + stereoRectify() {static} + stereoRectify() {static} + stereoRectify() {static} + stereoRectify() {static} + stereoRectify() {static} + triangulatePoints() {static} + validateDisparity() {static} + validateDisparity() {static} + fisheye_distortPoints() {static} + fisheye_distortPoints() {static} + fisheye_estimateNewCameraMatrixForUndistortRectify() {static} + fisheye_estimateNewCameraMatrixForUndistortRectify() {static} + fisheye_estimateNewCameraMatrixForUndistortRectify() {static} + fisheye_estimateNewCameraMatrixForUndistortRectify() {static} + fisheye_initUndistortRectifyMap() {static} + fisheye_projectPoints() {static} + fisheye_projectPoints() {static} + fisheye_projectPoints() {static} + fisheye_stereoRectify() {static} + fisheye_stereoRectify() {static} + fisheye_stereoRectify() {static} + fisheye_stereoRectify() {static} + fisheye_undistortImage() {static} + fisheye_undistortImage() {static} + fisheye_undistortImage() {static} + fisheye_undistortPoints() {static} + fisheye_undistortPoints() {static} + fisheye_undistortPoints() {static} - estimateAffine2D_0() {static} - estimateAffine2D_1() {static} - estimateAffine2D_2() {static} - estimateAffine2D_3() {static} - estimateAffine2D_4() {static} - estimateAffine2D_5() {static} - estimateAffine2D_6() {static} - estimateAffinePartial2D_0() {static} - estimateAffinePartial2D_1() {static} - estimateAffinePartial2D_2() {static} - estimateAffinePartial2D_3() {static} - estimateAffinePartial2D_4() {static} - estimateAffinePartial2D_5() {static} - estimateAffinePartial2D_6() {static} - findEssentialMat_0() {static} - findEssentialMat_1() {static} - findEssentialMat_2() {static} - findEssentialMat_3() {static} - findEssentialMat_4() {static} - findEssentialMat_5() {static} - findEssentialMat_6() {static} - findEssentialMat_7() {static} - findEssentialMat_8() {static} - findEssentialMat_9() {static} - findEssentialMat_10() {static} - findEssentialMat_11() {static} - findFundamentalMat_0() {static} - findFundamentalMat_1() {static} - findFundamentalMat_2() {static} - findFundamentalMat_3() {static} - findFundamentalMat_4() {static} - findHomography_0() {static} - findHomography_1() {static} - findHomography_2() {static} - findHomography_3() {static} - findHomography_4() {static} - findHomography_5() {static} - getOptimalNewCameraMatrix_0() {static} - getOptimalNewCameraMatrix_1() {static} - getOptimalNewCameraMatrix_2() {static} - getOptimalNewCameraMatrix_3() {static} - initCameraMatrix2D_0() {static} - initCameraMatrix2D_1() {static} - getValidDisparityROI_0() {static} - RQDecomp3x3_0() {static} - RQDecomp3x3_1() {static} - RQDecomp3x3_2() {static} - RQDecomp3x3_3() {static} - findChessboardCorners_0() {static} - findChessboardCorners_1() {static} - findCirclesGrid_0() {static} - findCirclesGrid_2() {static} - solvePnP_0() {static} - solvePnP_1() {static} - solvePnP_2() {static} - solvePnPRansac_0() {static} - solvePnPRansac_1() {static} - solvePnPRansac_2() {static} - solvePnPRansac_3() {static} - solvePnPRansac_4() {static} - solvePnPRansac_5() {static} - solvePnPRansac_6() {static} - stereoRectifyUncalibrated_0() {static} - stereoRectifyUncalibrated_1() {static} - calibrateCameraExtended_0() {static} - calibrateCameraExtended_1() {static} - calibrateCameraExtended_2() {static} - calibrateCamera_0() {static} - calibrateCamera_1() {static} - calibrateCamera_2() {static} - sampsonDistance_0() {static} - stereoCalibrateExtended_0() {static} - stereoCalibrateExtended_1() {static} - stereoCalibrateExtended_2() {static} - stereoCalibrate_0() {static} - stereoCalibrate_1() {static} - stereoCalibrate_2() {static} - fisheye_calibrate_0() {static} - fisheye_calibrate_1() {static} - fisheye_calibrate_2() {static} - fisheye_stereoCalibrate_0() {static} - fisheye_stereoCalibrate_1() {static} - fisheye_stereoCalibrate_2() {static} - rectify3Collinear_0() {static} - decomposeHomographyMat_0() {static} - estimateAffine3D_0() {static} - estimateAffine3D_1() {static} - estimateAffine3D_2() {static} - recoverPose_0() {static} - recoverPose_1() {static} - recoverPose_2() {static} - recoverPose_3() {static} - recoverPose_4() {static} - recoverPose_5() {static} - recoverPose_6() {static} - recoverPose_7() {static} - recoverPose_8() {static} - solveP3P_0() {static} - Rodrigues_0() {static} - Rodrigues_1() {static} - calibrationMatrixValues_0() {static} - composeRT_0() {static} - composeRT_1() {static} - composeRT_2() {static} - composeRT_3() {static} - composeRT_4() {static} - composeRT_5() {static} - composeRT_6() {static} - composeRT_7() {static} - composeRT_8() {static} - computeCorrespondEpilines_0() {static} - convertPointsFromHomogeneous_0() {static} - convertPointsToHomogeneous_0() {static} - correctMatches_0() {static} - decomposeEssentialMat_0() {static} - decomposeProjectionMatrix_0() {static} - decomposeProjectionMatrix_1() {static} - decomposeProjectionMatrix_2() {static} - decomposeProjectionMatrix_3() {static} - decomposeProjectionMatrix_4() {static} - drawChessboardCorners_0() {static} - filterHomographyDecompByVisibleRefpoints_0() {static} - filterHomographyDecompByVisibleRefpoints_1() {static} - filterSpeckles_0() {static} - filterSpeckles_1() {static} - matMulDeriv_0() {static} - projectPoints_0() {static} - projectPoints_1() {static} - projectPoints_2() {static} - reprojectImageTo3D_0() {static} - reprojectImageTo3D_1() {static} - reprojectImageTo3D_2() {static} - stereoRectify_0() {static} - stereoRectify_1() {static} - stereoRectify_2() {static} - stereoRectify_3() {static} - stereoRectify_4() {static} - stereoRectify_5() {static} - triangulatePoints_0() {static} - validateDisparity_0() {static} - validateDisparity_1() {static} - fisheye_distortPoints_0() {static} - fisheye_distortPoints_1() {static} - fisheye_estimateNewCameraMatrixForUndistortRectify_0() {static} - fisheye_estimateNewCameraMatrixForUndistortRectify_1() {static} - fisheye_estimateNewCameraMatrixForUndistortRectify_2() {static} - fisheye_estimateNewCameraMatrixForUndistortRectify_3() {static} - fisheye_initUndistortRectifyMap_0() {static} - fisheye_projectPoints_0() {static} - fisheye_projectPoints_1() {static} - fisheye_projectPoints_2() {static} - fisheye_stereoRectify_0() {static} - fisheye_stereoRectify_1() {static} - fisheye_stereoRectify_2() {static} - fisheye_stereoRectify_3() {static} - fisheye_undistortImage_0() {static} - fisheye_undistortImage_1() {static} - fisheye_undistortImage_2() {static} - fisheye_undistortPoints_0() {static} - fisheye_undistortPoints_1() {static} - fisheye_undistortPoints_2() } } } package org.opencv { package org.opencv.calib3d { class StereoBM { {static} + PREFILTER_NORMALIZED_RESPONSE : int {static} + PREFILTER_XSOBEL : int # StereoBM() {static} + __fromPtr__() {static} + create() {static} + create() {static} + create() + getROI1() + getROI2() + getPreFilterCap() + getPreFilterSize() + getPreFilterType() + getSmallerBlockSize() + getTextureThreshold() + getUniquenessRatio() + setPreFilterCap() + setPreFilterSize() + setPreFilterType() + setROI1() + setROI2() + setSmallerBlockSize() + setTextureThreshold() + setUniquenessRatio() # finalize() {static} - create_0() {static} - create_1() {static} - create_2() {static} - getROI1_0() {static} - getROI2_0() {static} - getPreFilterCap_0() {static} - getPreFilterSize_0() {static} - getPreFilterType_0() {static} - getSmallerBlockSize_0() {static} - getTextureThreshold_0() {static} - getUniquenessRatio_0() {static} - setPreFilterCap_0() {static} - setPreFilterSize_0() {static} - setPreFilterType_0() {static} - setROI1_0() {static} - setROI2_0() {static} - setSmallerBlockSize_0() {static} - setTextureThreshold_0() {static} - setUniquenessRatio_0() {static} - delete() } } } package org.opencv { package org.opencv.calib3d { class StereoMatcher { {static} + DISP_SHIFT : int {static} + DISP_SCALE : int # StereoMatcher() {static} + __fromPtr__() + getBlockSize() + getDisp12MaxDiff() + getMinDisparity() + getNumDisparities() + getSpeckleRange() + getSpeckleWindowSize() + compute() + setBlockSize() + setDisp12MaxDiff() + setMinDisparity() + setNumDisparities() + setSpeckleRange() + setSpeckleWindowSize() # finalize() {static} - getBlockSize_0() {static} - getDisp12MaxDiff_0() {static} - getMinDisparity_0() {static} - getNumDisparities_0() {static} - getSpeckleRange_0() {static} - getSpeckleWindowSize_0() {static} - compute_0() {static} - setBlockSize_0() {static} - setDisp12MaxDiff_0() {static} - setMinDisparity_0() {static} - setNumDisparities_0() {static} - setSpeckleRange_0() {static} - setSpeckleWindowSize_0() {static} - delete() } } } package org.opencv { package org.opencv.calib3d { class StereoSGBM { {static} + MODE_SGBM : int {static} + MODE_HH : int {static} + MODE_SGBM_3WAY : int {static} + MODE_HH4 : int # StereoSGBM() {static} + __fromPtr__() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() {static} + create() + getMode() + getP1() + getP2() + getPreFilterCap() + getUniquenessRatio() + setMode() + setP1() + setP2() + setPreFilterCap() + setUniquenessRatio() # finalize() {static} - create_0() {static} - create_1() {static} - create_2() {static} - create_3() {static} - create_4() {static} - create_5() {static} - create_6() {static} - create_7() {static} - create_8() {static} - create_9() {static} - create_10() {static} - create_11() {static} - getMode_0() {static} - getP1_0() {static} - getP2_0() {static} - getPreFilterCap_0() {static} - getUniquenessRatio_0() {static} - setMode_0() {static} - setP1_0() {static} - setP2_0() {static} - setPreFilterCap_0() {static} - setUniquenessRatio_0() {static} - delete() } } } StereoBM -up-|> StereoMatcher StereoMatcher -up-|> Algorithm StereoSGBM -up-|> StereoMatcher 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
855cd9406a8c6d165759c00d849bce687f5032dd
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Environments/Create-Environment.puml
42d6b29c38304c59edd1efdaaa56efb954336241
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
280
puml
@startuml Actor "Operstions Manager" as A box "Manage-Environments" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-env-create(name) CLI -> S : env/create(name) A -> Web : env/create(name) Web -> S : env/create(name) end box @enduml
false
true
false
false
usecase
ee9ccee60d6bfd1d1f35b0002ccd0db26ed59691
90c1100ef937cc116c8b6db00eb5bc93ec443171
/src/main/java/Exercise45/Exercise45UML.puml
9e10d307e27016d90bc994cabf053de999c77d33
[]
no_license
Bash259/Braimoh-cop3330-assignment3
131ee524c72ea4a77f93f648ae7a1dc0c72554b9
ab72dc6b8a2bd22bb9314439ae1c18dc5fbf5340
refs/heads/master
2023-06-02T18:35:41.155347
2021-06-21T03:51:00
2021-06-21T03:51:00
378,799,584
0
0
null
null
null
null
UTF-8
PlantUML
false
false
141
puml
@startuml class main main --|> Input Input --|> RefactorClass RefactorClass --|> OutputTxt Input --|> main RefactorClass --|> main @enduml
false
true
false
false
class
be160fc334b0969d9c00ffb94a45ae3280caf491
44b988178521141958794509c224bba5ed619188
/workshops/workshop_1/domain_model.puml
94fcc5a3e17b996f5e1fbe6dec0fdcfd74b9208d
[]
no_license
SWEN900072021/Resources
cbdd790c605f8d7942d181d7f7b725f07884d177
45ae8c6d2bed266a2ac0bb5861408ababfa18d9e
refs/heads/main
2023-08-13T18:02:12.772523
2021-09-24T02:41:07
2021-09-24T02:41:07
389,478,869
3
6
null
2021-08-12T07:04:53
2021-07-26T01:44:41
null
UTF-8
PlantUML
false
false
809
puml
@startuml ' https://plantuml.com/class-diagram Exam "1" -- "1..*" Question : contains > Exam "1" -- "*" Grade : relates to > Submissions "*" -- "*" Question : answers > User "1" -- "*" Exam : creates > User "1..*" -- "0..*" Subject : teaches > User "1..*" -- "0..*" Subject : takes > User "*" -- "1" Submissions : submits > Subject "1" -- "0..*" Exam : includes > Submissions "0..*" -- "1" Exam : belongs to > Question <|-- MultipleChoiceQuestion MultipleChoiceQuestion "1" -- "2..*" Option : includes > class User { id firstName lastName email } class Grade { marks } class User { } class User { } class User { } class Subject { id name code year } class Exam { id title } class Question { } class MultipleChoiceQuestion { } class Option { } class Submissions { } @enduml
false
true
false
false
class
a81b33474d5c59cfc97e03575801bae26bd82dea
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/advanced/gui/javafx/ex6/ex6.plantuml
04d8bc6571b866ce837c34190b6bf3c1625ab5e9
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
759
plantuml
@startuml title __EX6's Class Diagram__\n namespace global.skymind { namespace training.advanced.gui.javafx.ex6 { class global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser { ~ button : Button ~ fileChooser : FileChooser + handle() {static} + main() + start() } } } global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser .up.|> javafx.event.EventHandler global.skymind.training.advanced.gui.javafx.ex6.MyFXFileChooser -up-|> javafx.application.Application 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
30289ef906cfd9271d2b7a4b7e60217e28300a89
6043246c170052b67f04ab145a837dd1bcdb32ad
/spring-learning-aop/chain/chain.puml
e6ebf43e22f668ffe7ef20c92954ad8bf2a1ea6f
[]
no_license
plx927/spring-learning
54b28d84dfde0bd153ebe2fa338ce7162a255be5
8d72440a88a6b69bf59f9c333acba9ad300b3b44
refs/heads/master
2020-05-22T08:11:38.256247
2018-07-24T17:21:29
2018-07-24T17:21:29
61,884,771
0
1
null
null
null
null
UTF-8
PlantUML
false
false
222
puml
@startuml class Client{ } abstract class Handler{ Handler successor handleRequest() } class ConcertHandler{ handleRequest() } Handler <|... Client Handler <|-- ConcertHandler Handler o-- Handler @enduml
false
true
false
false
class
109b5ec3539ee82168f47b0b325279180d881374
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/Solution/Service-Stack/Logical.puml
57c7eaa80125a5995ef4ab14db94b2c3f77a5ee0
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
177
puml
@startuml package "Service-Stack" { interface "Service-Stack" { } CLI ()-- "Service-Stack" REST ()-- "Service-Stack" Web ()-- "Service-Stack" } @enduml
false
true
false
false
class
79775b3533d342227ac11202b89b6ab3c81befc7
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/patterns/observer-example.puml
f61fc6eec6c786f5a89531417210b9dd9be82d79
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
535
puml
@startuml Data --|> Subject BinObserver --|> Observer OctalObserver --|> Observer HexaObserver --|> Observer Subject --> "-observers *" Observer abstract class Subject { +addListener(observer: Observer[1]) +update() } abstract class Observer<T> { {abstract}+update(subject: T[1]) } class Data { -entier: int[1] +setEntier() } class BinObserver <<Data>> { +update(data: Data[1]) } class OctalObserver <<Data>> { +update(data: Data[1]) } class HexaObserver <<Data>> { +update(data: Data[1]) } @enduml
false
true
false
false
class
8e46023ae0eea3fd128592bb133d83f116c938c0
21aa0024f242a17594c6916d2a8ba32eae54451e
/src/main/java/ua/training/model/dao/datasource/datasource.plantuml
008562b97f5a39c1fd3ce4df38ac75a1d78a5a4e
[]
no_license
HubenkoVV/dbCloudlApp
e3d3b57b7eac801855aea57e4e99bd701152a6e6
bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e
refs/heads/master
2021-12-15T01:54:46.565762
2021-12-14T09:25:46
2021-12-14T09:25:46
219,663,737
0
0
null
2021-12-14T09:28:35
2019-11-05T05:20:40
Java
UTF-8
PlantUML
false
false
464
plantuml
@startuml title __DATASOURCE's Class Diagram__\n package ua.training.model.dao { package ua.training.model.dao.datasource { class PoolConnection { {static} - dataSource : DataSource {static} + getDataSource() } } } 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
ad2e984f47fd8fbf6d1c09f734fa58b74990beaf
d5a82e56e8c04bda3f2fe67489f7544c33684f27
/dzienne/gr1/monopoly/board_init_activity.plantuml
d745211aceef6a9da19d410ce7f099aaf332f804
[]
no_license
kpodlaski/ProjObj2019
099f74373ce51f61c0faae3ddae988dc92352ecb
96b3e53e3eeb2fbb20618867966b120d51f71097
refs/heads/master
2020-09-09T20:05:46.434288
2020-01-26T10:22:35
2020-01-26T10:22:35
221,554,102
0
1
null
null
null
null
UTF-8
PlantUML
false
false
535
plantuml
@startuml (*) --> "Open configuration file" --> "Init basic fields" note right Create Bank end note --> "Iterate all emenents in file" if "elements left" then --> [true] "decide the Place type" partition "abstract factory" { --> "create Place object" --> "add Place to Board" --> "add Card to Bank" } note right if place has a Card end note --> "Iterate all emenents in file" else --> [false] (*) note right All activity can be done as builder for Board end note @enduml
false
true
false
false
activity
063cdc61c2e0a22e20d009264ce179fd08949ad2
610d0dd2197ab0ddbe7578682bb6e65de89afaf4
/hello_class.puml
e27b2c698c88a64e6461353f87ddd481525dc87b
[ "MIT" ]
permissive
startupit69/plantuml-playground
785066492c9e5aad2f51aa913ef269862eaeeb74
29b990d31d6d28ade37b5c80905e43bae72d72e2
refs/heads/master
2021-01-10T03:26:33.088122
2016-01-13T17:54:40
2016-01-13T17:54:40
49,591,614
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,028
puml
@startuml ' package and class defs package BigPackage <<Folder>> { class ArrayList abstract class List ArrayList .up.|> List class Class13 class Class17 class Class18 class Class19 class Class20 enum TimeUnit { DAYS HOURS MINUTES } annotation SuppressWarnings } package java.lang <<Rect>> { interface Runnable { run():void } } package Package02 <<Cloud>> { class Class01 { {static} -value1:string .. {abstract} #value2:string == +value3:string -- m(a: string):void } class Class02 } class Class15 <? extends Element > { } package FPackage <<Frame>> { class Class05 class Class06 class Class08 } package Package11 <<Database>> { class Class10 class Class04 Class05 o-- Class06 Class05 .. Class08 Class05 -- Class10 Class04 *-- Class05 } note "This is a floating note" as N1 Class01 -- N1 ' relationship Class01 <|-- Class02 Class13 --> Class20 : uses > Class15 .> Class20 : label Class17 ..|> Class20 Class19 <--* Class20 @enduml
false
true
false
false
sequence
71af666ca5ab0d2cbaecf78faeaa1f728ff32b45
da396d6d071eed9e17b93edb926e77121276b741
/src/UML/ListeningClientByServer.puml
c8f82243b51951256dd0793108c177b18aa07d7f
[]
no_license
viktorbilousov/ChatServerSockets
17c53edb2b956b460c40df81f66e03acd7d137fd
ebcd2a12aba46a681be11fcbadbe61737301509f
refs/heads/master
2021-06-07T21:42:12.602910
2016-10-19T23:28:57
2016-10-19T23:28:57
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
357
puml
@startuml (*) ->"Start" --> "check connect" if "client connected" -->[false]"remove from list" -->(*) else if "first time" -->[true] "send message log" -->"wait message" else -->[false]"wait message" endif --> "decrypt message" -> "send message to others clients" --> "check connect" endif @enduml
false
true
false
false
activity
08fe344515f01a0f9d23b4820c7baf4f8019f5bd
2c5fb01e6a0509736f2ab93b84334a1097f2d604
/docs/diagrams/CommandExecutionSequence.puml
5d24ba8d4dc3f1ae59a3f1d5af8952ced14182fe
[]
no_license
tengkianen/tp
c9c792ba5f6c73a105296ef5fe7307dcf787c6f0
4dadc63f410e2fca641f4f367edfed649b0b809d
refs/heads/master
2023-01-09T06:02:51.958194
2020-10-30T03:37:59
2020-10-30T03:37:59
297,359,059
0
0
null
2020-09-21T14:08:10
2020-09-21T14:08:09
null
UTF-8
PlantUML
false
false
903
puml
@startuml activate Trippie loop not isExit Trippie -> UI: in activate UI UI --> Trippie: fullCommand deactivate UI Trippie -> Parser: parse activate Parser create Command Parser -> Command: new activate Command Command -> Parser: command deactivate Command Parser -> Trippie: command deactivate Parser opt c is not null Trippie -> Command: execute activate Command Command -> TrippieData:setTripList activate TrippieData TrippieData --> Command deactivate TrippieData Command -> UI: print/getline activate UI UI --> Command deactivate UI Command --> Trippie deactivate Command end Trippie -> Storage:saveMasterFile/saveTrip activate Storage Storage --> Trippie deactivate Storage deactivate Trippie end @enduml
false
true
false
false
sequence
2211c678cca55f0a44846b67512842aca1b517e4
c69dba4cef780d27a126166ee912005507258413
/src/design/ccsds-structure-class-diagram.puml
859f521b0308211217fd4f3049993cc07f2ba6df
[ "MIT", "EPL-1.0", "Apache-2.0" ]
permissive
CS-SI/Orekit
2265900b501fe6727a57378956f9f2c61564909a
7ab7a742674eabee00e1dbe392833d587fdcdaab
refs/heads/develop
2023-09-03T20:33:42.748576
2023-09-01T14:34:03
2023-09-01T14:34:03
22,851,787
144
79
Apache-2.0
2023-03-28T17:53:33
2014-08-11T19:29:35
Java
UTF-8
PlantUML
false
false
2,907
puml
' Copyright 2002-2023 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit.files.ccsds #ECEBD8 { package section #DDEBD8 { interface Section { checkMandatoryEntries() } class Header { -formatVersion -creationDate -originator -messageId } class Metadata { -timeSystem } interface Data note top marker interface end note class Segment Section <|.. Header Section <|.. Metadata Section <|.. Data Metadata <--o Segment Data <--o Segment } package ndm #DDEBD8 { package odm #CBDBC8 { class OdmMetadata Metadata <|-- OdmMetadata package oem #CCCCC7 { class OemData { -ephemeridesDataLines -covarianceMatrices } class OemMetadata class Oem Data <|.. OemData OdmMetadata <|-- OemMetadata } package opm #CCCCC7 { class OpmMetadata class OpmData { - stateVector - keplerianElements - spacecraftParameters - covariance - maneuvers - userDefinedParameters } class Opm OdmMetadata <|-- OpmMetadata Data <|.. OpmData } } note bottom only OEM and OPM are detailed here similar constructions exist for messages OMM, OCM, TDM, APM, and AEM end note abstract class NdmConstituent class Ndm NdmConstituent <|-- Oem NdmConstituent <|-- Opm Header "1" <--o NdmConstituent Segment "*" <--o NdmConstituent NdmConstituent "*" <--o Ndm } } @enduml
false
true
false
false
class
23283af3319397d5e70c9e00b5202c7ec7061c4e
2a10d59748a8d3a3aa48772172b1dd1ce109b787
/Lab submits/60030037/imgs/class.puml
f35374f316f9dfa09d1782371cd4e20df4d6feda
[]
no_license
OOAD-037/OOAD-WEEK05
e5a17e8e6bf995bd58205258bd7c70fa82b1b449
d6c36efe16a3cba1452939134cbe7fde51b87e23
refs/heads/master
2021-01-16T01:20:28.657688
2020-03-14T12:05:30
2020-03-14T12:05:30
242,923,339
0
0
null
2020-02-25T06:04:45
2020-02-25T06:04:45
null
UTF-8
PlantUML
false
false
200
puml
@startuml class Animal{ void Eat() } class Cat{ void Eat() void Meow() } class Dog{ void Eat() void Bark() } class Puppy{ void Eat() void Bark() void Weep() } @enduml
false
true
false
false
class
e2bb6b5094792e003b0b3b3c2262e2b54afd8f99
32257097a8bde7dedc61fcbc6c3bdc3e3ee41c02
/src/C4 Code/deployment.puml
aab1cd668ea7414eb6cdf772e7a5b62d45327fdd
[]
no_license
rodrigogermano/c4-model-builder
40f42a58000d90e78740a9140688654287008be6
00e49dbffd772b373f5573e1443027fbe58a94cb
refs/heads/main
2023-04-04T01:14:58.996695
2021-04-12T21:10:06
2021-04-12T21:10:06
353,179,061
0
0
null
2021-03-31T14:30:24
2021-03-31T00:36:34
null
UTF-8
PlantUML
false
false
49
puml
@startuml C4Model --> MITArq : em_breve @enduml
false
true
false
false
sequence
c6b5c331828a51b50d1216678acaeb0e7756c474
64dd82efd4027d3d72f1532cc325e673f89bdc7b
/docs/linking/4-grant-consent.puml
fe4af99e8240de90829dd75778620f3959f47996
[ "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
1,382
puml
@startuml !pragma teoz true title PISP Linking: Grant consent participant "PISP" as PISP box "Mojaloop" participant "Thirdparty-API-Adapter" as Switch participant "Account Lookup Service" as ALS participant "Auth Service" as Auth end box participant "DFSP" as DFSP autonumber 1 "<b>GRANT-#</b>" DFSP -> Switch ++: ""POST /consents""\n\ "" FSIOP-Source: dfspa""\n\ "" FSIOP-Destination: pispa""\n\ "" {""\n\ "" consentId: "123",""\n\ "" consentRequestId: "456",""\n\ "" scopes: [ ""\n\ "" { accountId: "dfsp.username.1234",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" { accountId: "dfsp.username.5678",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" ],""\n\ ""}"" Switch --> DFSP: ""202 Accepted"" deactivate DFSP Switch -> PISP ++: ""POST /consents""\n\ "" FSIOP-Source: dfspa""\n\ "" FSIOP-Destination: pispa""\n\ "" {""\n\ "" consentId: "123",""\n\ "" consentRequestId: "456",""\n\ "" scopes: [ ""\n\ "" { accountId: "dfsp.username.1234",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" { accountId: "dfsp.username.5678",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" ],""\n\ ""}"" PISP --> Switch: ""202 Accepted"" @enduml
false
true
false
false
sequence
23e611e7741933b2cfed1db367603ba44e3fa58e
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/pemberitahuan/administrator bkd/Pemberitauah SPT.puml
71bfa43c716d388cea29d282012d3f0bf4e54ac7
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
582
puml
@startuml autonumber hide footbox title Pemberitahuan SPT BKD Actor AdministratorBKD boundary Dashborad_V boundary SuratPerintahTugas_V control Admin_C control BKD_C Entity SuratPerintahTugas_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> AdministratorBKD: Halaman Dashborad AdministratorBKD --> Dashborad_V: klik tombol pemberitahuan Dashborad_V --> BKD_C: spt() BKD_C --> SuratPerintahTugas_E: SuratPerintahTugas_E --> BKD_C: BKD_C --> SuratPerintahTugas_V: load->view() SuratPerintahTugas_V --> AdministratorBKD: Halaman Surat Perintah Tugas @enduml
false
true
false
false
sequence
a0dd8d411c0ede64b2e013293ec154f327ba1f76
24034df05451d1379cd5d067fd04119989e79ad4
/examples2/ex1-1entity5/images/CantReadTestDataUsingServiceInRequiredNew.puml
721f30ad482da2d029a88703d09bb78bd81b3677
[ "Apache-2.0" ]
permissive
isabella232/ioc-unit
da0c604b0a21c97d8e023b4563e9e59527c5a4ba
70d14ab1e514622e574023b6889806132d3e4b48
refs/heads/master
2023-03-08T15:48:51.039896
2021-01-02T16:52:10
2021-01-02T16:52:10
331,292,518
0
0
Apache-2.0
2021-02-24T04:04:53
2021-01-20T11:56:56
null
UTF-8
PlantUML
false
false
697
puml
@startuml title: Can't Read Testdata using Service RequiresNew? actor Test as t participant service as s participant "transaction\nmanager" as tm participant TestTransaction as tt database db t -> tm: begin Transaction 1 t -> db: insert testdata db -> t: return generated ids t -> tm: start RequiresNew Transaction 2 create tt tm -> tt: new(\nREQUIRES_NEW) tm -> t: return tt t -> s: read Data(id) s -> tm: REQUIRED note right of s: service will\nuse the running\ntransaction s -> db: read by id note right of db: dirty read\nis not possible db -> s: NoResultException s -> tm: close REQUIRED s -> t: NoResultException t -> tt: close(Exception) tt -> tm: rollback transaction 2 destroy tt @enduml
false
true
false
false
usecase
0bc2a5b4ed9502db6dbe0809a119f2e4e021febc
aedec23132eabce8e05ee4a0c773b86b470ab0f1
/Diagrams/SequenceDiagrams/seq-prepare-1.1.3.b.plantuml
ba20d15e00ecb7a5fed64cd061381482335d2ba5
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
arfintechpy/docs
465ef01f8bcf8201c7dd36033a4970886e40d09a
305a593be2ecd3f470dd6e199ef5656a2c746355
refs/heads/master
2020-04-20T22:03:45.265174
2019-02-01T08:00:32
2019-02-01T08:00:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,598
plantuml
@startuml ' declate title title 1.1.3.b. Transfer Handler Consume (batch messages) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "Transfer-Topic" as TOPIC_TRANSFERS control "Transfer Event Handler" as TRANS_HANDLER collections "Event-Topic" as TOPIC_EVENTS collections "Notification-Topic" as TOPIC_NOTIFICATIONS database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_TRANSFERS participant TRANS_HANDLER participant TOPIC_EVENTS participant TOPIC_NOTIFICATIONS participant DB end box ' start flow activate TRANS_HANDLER group Transfer Handler Consume TOPIC_TRANSFERS <- TRANS_HANDLER: Consume Transfer event batch of messages for Payer activate TOPIC_TRANSFERS deactivate TOPIC_TRANSFERS ||| TRANS_HANDLER -> TOPIC_EVENTS: Publish event information ref over TRANS_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/develop/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]} \n ||| ' group Update Prepare batch Transfer State with transferState='RESERVED' ' TRANS_HANDLER -> TRANS_DAO: Request to update batch transfer ' TRANS_DAO <-> DB: Update batch transfer ' TRANS_DAO -> TRANS_HANDLER: Return success ' end loop for each message in batch note right of TRANS_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <transferMessage.payerFsp>, to: <transferMessage.payeeFsp>, type: application/json content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: notification, action: prepare, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note TRANS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event for Payee activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end deactivate TRANS_HANDLER @enduml
false
true
false
false
sequence
d15f1fae32a338e0d3137da91c54a02efb2947df
d5e7a6abc10cbda2bbea2b9dd5da3ba03b0c88a0
/tests/simple_classes.puml
49461f31ca2b7ba15f84899e7309fdb129b58b6b
[ "MIT" ]
permissive
jilladel/hpp2plantuml
fd8d63dcb6644b67f371cca2e4182df333ad5a04
583b9afeaafbcb450a323d424643c4be1608651f
refs/heads/master
2023-07-19T16:06:55.006121
2021-09-27T09:06:21
2021-09-27T09:06:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,263
puml
@startuml /' Objects '/ abstract class Class01 { +{abstract} AbstractPublicMethod(int param) : bool +PublicMethod(int param) : bool {query} +{static} StaticPublicMethod(bool param) : bool #{abstract} _AbstractMethod(int param) : bool #_ProtectedMethod(int param) : bool #{static} _StaticProtectedMethod(bool param) : bool #_protected_var : int +public_var : int } class Class02 { +AbstractPublicMethod(int param) : bool -_AbstractMethod(int param) : bool -_PrivateMethod(T param) : bool -{static} _StaticPrivateMethod(bool param) : bool -_private_var : int } class Class02::ClassNested { -var : int } class Class03 <template<typename T>> { +Class03() +~Class03() -_data : Class01* -_obj : Class01* -_typed_obj : T* -_obj_list : list<Class02> +Method(Interface::Class04& c4) : void } enum Enum01 { VALUE_0 VALUE_1 VALUE_2 } class anon_union_1::anon_struct_1 { +x : float +y : float +z : float } class anon_union_1::anon_struct_2 { +phi : float +rho : float +theta : float } class anon_union_1 { +vec : float } namespace first_ns { namespace second_ns { class A { } } } namespace Interface { class Class04 { +Class04() +~Class04() -_obj : Class01* -_val : Enum01 -_var : T -_flag : bool } class Class04_derived { +Class04_derived() +~Class04_derived() -_var : int } enum Enum { A B } class Struct { +a : int } namespace NestedNamespace { class Class04_ns { #_e : Enum #_s : Struct } } } /' Inheritance relationships '/ first_ns.second_ns.A <|-- .Class03 .Class01 <|-- .Class02 .Class02 <|-- first_ns.second_ns.A Interface.Class04 <|-- Interface.Class04_derived Interface.Class04_derived <|-- Interface.NestedNamespace.Class04_ns /' Aggregation relationships '/ .Class03 "2" o-- .Class01 .Class03 *-- .Class02 Interface.Class04 o-- .Class01 Interface.Class04 *-- .Enum01 Interface.NestedNamespace.Class04_ns *-- Interface.Enum Interface.NestedNamespace.Class04_ns *-- Interface.Struct /' Dependency relationships '/ Interface.Class04 <.. .Class03 /' Nested objects '/ .Class02 +-- .Class02::ClassNested .anon_union_1 +-- .anon_union_1::anon_struct_1 .anon_union_1 +-- .anon_union_1::anon_struct_2 @enduml
false
true
false
false
class
ac69e8eeef80d635abefc34d3e175d13a28057bb
6a312ac1272ec81caf54b6640dd8788a739afaef
/Documentation/v190.puml
807a983f0a81f405854526bb017a0f1644c34ff2
[]
no_license
RicardoGuzmanVelasco/MIW.ADOO
ff65fe4fb530521575a06f80d8d85c6f315cebae
37d35899498c26ab7faaf34f3932e20ae8dfbc41
refs/heads/main
2023-04-28T14:26:36.647336
2021-05-22T18:29:58
2021-05-22T18:29:58
369,761,623
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,759
puml
@startuml enum Direction { None, Vertical, Horizontal, Diagonal, InverseDiagonal } enum Color { None, X, O } Color <-- Player Color <.. Board class ClosedInterval <<ValueObject>> { -min : int -max : int +ClosedInterval(min : int, max : int) +Includes(value : int) : bool +ToString() : string } ClosedInterval <.. TicTacToeCoord ClosedInterval <.. Player class LimitedIntDialog { -title : string -limits : ClosedInterval +LimitedIntDialog(title: string, max: int) +LimitedIntDialog(title: string, min: int, max :int) +Read() : int } LimitedIntDialog ..> IO LimitedIntDialog ..> ClosedInterval class Coord { #Row : int {get, set} #Col : int {get, set} +DirectionRelativeTo(other : Coord) : Direction -IsInRow(other : Coord) : bool -IsInCol(other : Coord) : bool -IsInDiagonal() : bool +Equals(other: Coord) } Coord ..> Direction class TicTacToeCoord { -{static} Dimension : int = 3 <<readonly>> -{field}{static} Limits : ClosedInterval = new(0, Dimension - 1) <<readonly>> +Row : int {get; set} +Col : int {get; set} +Read(title: string) +DirectionRelativeTo(other : Coord) : Direction <<override>> -IsInInverseDiagonal() : bool } TicTacToeCoord --|> Coord TicTacToeCoord ..> Direction TicTacToeCoord ..> IO TicTacToeCoord ..> LimitedIntDialog class Board { -coordinates : Dictionary<int, HashSet<Coord>> +Board(numPlayers : int) +IsTicTacToe() : bool -IsTicTacToe(color : Color) : bool +IsComplete() : bool +IsTileEmpty(coord : Coord) : bool +IsTileFull(coord : Coord, color : Color) : bool +Put(coord : Coord, color : Color) +Remove(coord : Coord) +Write() } Board ..> IO Board --> TicTacToeCoord class Player { ~color : Color +Player(playerIndex: int, numPlayers : int) +Put(board : Board) -Put(board : Board, title: string, fromCoord : Coord) +Move(board : Board) +Win() } Player --> Board Player ..> IO class Turn { -value : int = 0 -players : Player[] [0..*] +Turn(players : Player[]) +Current() : Player +Next() :Player +Change() +NextIndex() : int } Turn --> Player class TicTacToe { +PlayersCount : int = 2 {static} <<const>> -board : Board -players : Player[] [0..*] -turn : Turn +TicTacToe() +Play() } TicTacToe --> Board TicTacToe --> Player TicTacToe --> Turn class IO <<static>> { +ReadString(title : string) : string {static} +ReadInt(title : string) : int {static} +Write(title : string) {static} +WriteLn() {static} +WriteError(format : string) {static} } @enduml
false
true
false
false
class
3d28ceecd4e82e603b96984d26ff70129660fdf6
f88c11f8073b5b8d9da916dc856a9f4d0ff2b7f9
/src/game/backend/level/level.plantuml
2005bcc926fdd4b0cac6926a9f3b81cfd10c7cbb
[]
no_license
matiapa/itba-poo-final
ec1ac8011fbb0936d3147042eb22d805043aefbd
58f050e0c3c8566d674d3ab03772da2a5f6b91d4
refs/heads/master
2022-04-04T08:08:15.668422
2020-02-12T02:44:10
2020-02-12T02:44:10
238,546,867
0
1
null
null
null
null
UTF-8
PlantUML
false
false
986
plantuml
@startuml ' --------------- LEVELS --------------- ' ' Level1 ' class Level1{ - MAX_MOVES: int # fillCells(): void + tryMove(): bool - setGoldenCross(): void } Grid <-- Level1 Level1 *-- Level1State ' Level1State ' class Level1State{ - long maxMoves - long goldenCells + gameOver(): bool + playerWon(): bool + toString(): String - addGoldenCells(): void } GameState <-- Level1State ' Level3 ' class Level3 { - BOMB_FREQUENCY : double - BOMB_INITIAL_MOVES : int - NUMBER_OF_BOMBS : int + tryMove(): bool # fillCells(): void - updateBombCandies(): void } Grid <-- Level3 Level3 *-- Level3State ' Level3State' class Level3State { - bombExploded : boolean - bombsOnGrid : int - bombsToPlace : long - remainingMovements : int + gameOver(): bool + playerWon(): bool + setBombsOnGrid(int): void + toString(): String - bombExploded(): void - bombPlaced(): void - setRemainingMovements(int): void } GameState <-- Level3State @enduml
false
true
false
false
class
6e66ce5f3e440a5e4520c07b73d9f5fc20fc6eb0
d617521fbdf8a155b02b2e9fc776a207a8a3347f
/Factory/resources/AbstractFactory_drawRectangle.puml
5650c4ea6c5d0aee1f3a747ed3f9a70a102b8dc8
[]
no_license
jarchen/java-design-pattern
9963e8fdb12b58466f88438d717370562562796d
a1c43012dc9ee34070608726997a4a533f53c2e3
refs/heads/master
2022-12-27T04:34:41.862449
2020-07-18T07:43:12
2020-07-18T07:43:12
279,500,732
1
0
null
2020-10-13T23:40:24
2020-07-14T06:22:44
Java
UTF-8
PlantUML
false
false
813
puml
@startuml skinparam linetype ortho title Dare Rectangle Abstract Factory 'scale 1.5 class Rectangle { - width - height + paint(factory : PointCornerFactory) } together { interface PointCornerFactory { + getPoint() : Point + getCorner() : Corner } class PointCornerFactoryImpl implements PointCornerFactory } together { interface Corner { + leftUp() + rightUp() + leftDown() + rightDown() } class CornerImpl implements Corner } together { interface Point { + line(width : int) } class PointImpl implements Point } Rectangle ..> PointCornerFactory Rectangle .> Point Rectangle .> Corner PointCornerFactoryImpl - PointImpl : "create"> PointCornerFactoryImpl - CornerImpl : "create"> @enduml
false
true
false
false
class
badcf7ecd1f34220dd2dc587a56eaf0112fbcde4
96cf8f4bc6a47c8b3f46d5491021f895556dd8aa
/Diagrammer/Sekvens_Diagram.puml
c03f51b70932dc92f51d893f4f76e43014ed2b29
[]
no_license
anirml/FogByggemarked
6e5c3e3e790aadc789a7b2b405a34376ade828e4
f3fd302f5cdfe7078b43ca5dda6bc2c79561ef9c
refs/heads/master
2022-06-22T17:34:11.936272
2019-05-28T11:18:47
2019-05-28T11:18:47
183,390,314
0
0
null
2022-06-21T01:05:27
2019-04-25T08:26:46
Java
UTF-8
PlantUML
false
false
725
puml
@startuml scale 650 width skinparam monochrome true skinparam BoxPadding 30 autonumber == Fog Byggemarked == actor Customer as "Customer" box "Presentation Layer" boundary FrontController control Servlet end box box "Logic Layer" participant LF as "Facade" end box box "Storage Layer" participant DM as "Mappers" Database DB as "JDBC" end box Customer->FrontController: Input fra bruger FrontController->Servlet: Behandler POST Servlet->LF: Session Update LF->DM: Database Kald DM->DB: Prepared Statements,Con,SQL DB-->o DM: SQL Exception DM-->o LF: FogException LF-->o Servlet: FogException Servlet->Servlet: Catch FogException Servlet-->FrontController: Forward Error FrontController-->Customer: Error Besked @enduml
false
true
false
false
sequence
222387125c35fa7dea10ba312244b511bf6a9166
e96e871f1090024045f04097c317b00018fcb32f
/plantuml/elasticsearch/elasticsearch-structure.puml
abd4fb30d406715f1ff9dba4164394cfee5609d9
[]
no_license
gehel/notes
389ca45941e8c98ef2380d4e6b5eeefa978ef9d5
b9e4872410bc2ea31171e3416fad77ea744e4af2
refs/heads/master
2021-01-11T00:15:46.065202
2020-05-26T20:22:25
2020-05-26T20:22:25
70,569,532
0
0
null
null
null
null
UTF-8
PlantUML
false
false
304
puml
@startuml skinparam handwritten true Class "Index\n~2.5k" as Index note left: user facing abstraction Class "Shard\n(primary + replicas)\n~10k" as Shard note left: scalability unit Class "Segment\n~70k" as Segment note left: lucene internals Index "1" *-- "*" Shard Shard "1" *-- "*" Segment @enduml
false
true
false
false
class
d1cc21ca226a93406727fcc586335d4b3400cf83
b774d5b532ef20e5c8476e35ea90da5e3f09287e
/src/com/github/tomap/uml/analyse/classDiagrams/class/class_model_classDiagram.puml
db769349d90fb63087fd5f1524ed0e058452f2c3
[]
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
2,020
puml
@startuml title Class diagram which models a class and interface package model.class <<folder>> { package model.class.package <<folder>> { class A_Package { - name : String } } package model.class.class <<folder>> { class A_class { - isFinal : boolean - isStatic : boolean - isAbstract : boolean } } package model.class.interface <<folder>> { class An_Interface { } } package model.class.typedElement <<folder>> { class Attribute { - isDerivated : boolean } class Method { - isAbstract : boolean } class Parameter { } abstract class TypedElement{ # name : String # isFinal : boolean } abstract class VisibleTypedElement { # isStatic : boolean } } package model.class.type <<folder>> { abstract class Type{ # name : String } abstract class TypeBase{ - ByteSize : int } class Integer { } class Double { } class Float { } class Void { } class Boolean { } class AString { } } Boolean --|> TypeBase Float --|> TypeBase Double --|> TypeBase Integer --|> TypeBase Void --|> TypeBase AString --|> TypeBase TypeBase --|> Type TypedElement " " --* "1 type" Type Attribute " " --* "1 typeB {redefine type}" TypeBase package model.class.visibility <<folder>> { abstract class Visibility{ - name : String } class Private { } class Public { } class Protected { } class Package { } } Private --|> Visibility Public --|> Visibility Protected --|> Visibility Package --|> Visibility VisibleTypedElement --|> TypedElement Parameter --|> TypedElement Method --|> VisibleTypedElement Attribute --|> VisibleTypedElement VisibleTypedElement " " --* "1" Visibility A_class --|> Type A_class "1..*" --* "1" A_Package An_Interface "1..*" --* "1" A_Package A_class "1" *-- "1..*" Attribute A_class "1" *-- "1..*" Method An_Interface "1..*" *-- "1" Method Method "1..*" *-- "1" Parameter An_Interface --|> Type } @enduml
false
true
false
false
class
9aa9ee4874973c672a70817f7313017786106ffa
7307665b8a87ea5ff7b65556ecaba7783e81b6c9
/kunde/src/main/kotlin/de/hska/kunde/kunde.comp.puml
7c4081f72874ea8da186be4817b4cb6e646fd4ca
[]
no_license
braselbabsi/SWE_Gruppe1
90a458c8d3cbeda444efa71229c3bd283b3c7507
9de7c631b673bb2e299ff807186d918aa1803c76
refs/heads/master
2021-09-04T10:22:42.261025
2018-01-17T23:12:35
2018-01-17T23:12:35
116,799,157
0
2
null
2018-01-10T12:54:07
2018-01-09T10:05:07
Kotlin
UTF-8
PlantUML
false
false
1,397
puml
@startuml skinparam componentStyle uml2 left to right direction package de.shop.kunde #DDDDDD { [AppRouter] package rest <<boundary>> #FFFFFF { [KundeHandler] [KundeMultimediaHandler] } package service <<control>> #FFFFFF { [KundeService] [KundeMultimediaService] } package db <<control>> #FFFFFF { [KundeRepository] } package mail <<control>> #FFFFFF { [MailSender] } package entity <<entity>> #FFFFFF { [Kunde] } } cloud { [Spring Data MongoDB] } database "hska (MongoDB)" { [Collection kunde] } queue "Apache Kafka" node { [Mailserver] } RESTClient ..> [AppRouter] [AppRouter] ..> [KundeHandler] [AppRouter] ..> [KundeMultimediaHandler] [KundeHandler] ..> [Kunde] [KundeHandler] --> [KundeService] [KundeMultimediaHandler] --> [KundeMultimediaService] [KundeService] .up.> [Kunde] [KundeService] --> [KundeRepository] [KundeRepository] ..> [Kunde] [KundeRepository] ..> [Spring Data MongoDB] [KundeMultimediaService] ..> [Spring Data MongoDB] [Spring Data MongoDB] ..> [Collection kunde] [KundeService] --> [MailSender] [MailSender] .up.> [Kunde] [MailSender] ..> [Apache Kafka] [Apache Kafka] ..> [Mailserver] ' [hidden] fuer nicht-existierende Beziehungen als Workaround fuer das Layout [KundeHandler] -[hidden]-> [Kunde] footer (c) Juergen Zimmermann @enduml
false
true
false
false
sequence
ce471a5155ff0f533a2426add1ff2af2876e40cc
9d44cfba03b1a68454efb5252edb3b65016a314d
/diagram/auth_code_state.puml
7c6138b85298f4241934eab72e69451f1b564bb4
[]
no_license
jiramot/simple-openapi
dee6f0c76b75193698b689c0d116f5a4e179c36b
b0c4cb7695d2ed7168fe7721d46594cb06151d43
refs/heads/main
2023-08-14T00:19:17.331081
2021-10-01T16:49:01
2021-10-01T16:49:01
405,878,004
0
0
null
null
null
null
UTF-8
PlantUML
false
false
759
puml
@startuml hide footbox participant "Client" as client participant "Authorization Server" as oauth client -> client: Random state note left keep state in client end note autonumber 1 client -> oauth: Authorization Code Request to \n\ https://www.openapi.com/authorize?response_type=code\n\ &client_id=${clientID}\n\ &redirect_url=https://client.example.com/cb\n\ &**state=xyz** ... autonumber 4 oauth --> client: Redirect back to\n\ https://client.example.com/cb\n\ ?code=SplxlOBeZQQYbYS6WxSbIA\n\ &**state=xyz** alt client state == callback state autonumber 5 client -> oauth: Authentication Code + Client ID + Client Secret to \n\ https://www.openapi.com/oauth/token else client state != callback state autonumber stop client -> client: Reject end @enduml
false
true
false
false
sequence
3bf21185283f142b088397b4557279225da5d933
d68b1330ef8ce59c635f4692417a9192d5206942
/core/src/no/ntnu/idi/apollo69/uml/generated/dependencies/entities_dependencies.plantuml
758825c986a5625cbf58bb68158ab4a80b537e78
[ "MIT" ]
permissive
GardSteinsvik/apollo-69
847f74b762383641db20214ff7b5281c9d63f130
96cbf617618075a54613112bc8c0b34215fd50f7
refs/heads/master
2021-02-12T20:21:06.214711
2020-04-27T16:02:37
2020-04-27T16:02:37
244,626,902
0
0
null
null
null
null
UTF-8
PlantUML
false
false
207
plantuml
@startuml title __ENTITIES's Class Diagram__\n class no.ntnu.idi.apollo69.game_engine.entities.SpaceshipFactory { + create() + createPlayableSpaceship() } @enduml
false
true
false
false
class
8f5669749010ec0ffb3e598ecd52c7951823a3a3
540d43c90e930f35817857dd6f9df2dfbf93cff1
/puml/Android-3-VideoSource-1.puml
404873903de66909b675f11f88b6bf4f9065f734
[]
no_license
vintonliu/webrtc_code_read
252aad744b938ddfd7fb6bad389c9f9b5db6a89c
cffd54917e2cf5c29f5abb703401a7f23abf0f7c
refs/heads/master
2023-07-04T21:10:12.722636
2021-08-09T11:47:08
2021-08-09T11:47:08
371,236,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,301
puml
@startuml Android-3-VideoSource-1 abstract class RefCountInterface { + {abstract} void AddRef() .. + {abstract} RefCountReleaseStatus Release() } abstract class NotifierInterface { + {abstract} void RegisterObserver(ObserverInterface* observer) .. + {abstract} void UnregisterObserver(ObserverInterface* observer) } abstract class MediaSourceInterface { + {abstract} SourceState state() + {abstract} bool remote() } NotifierInterface <|-- MediaSourceInterface RefCountInterface <|-- MediaSourceInterface abstract class VideoSourceInterface <<VideoFrame>> { + {abstract} void AddOrUpdateSink(VideoSinkInterface<VideoFrameT>* sink, const VideoSinkWants& wants) .. + {abstract} void RemoveSink(VideoSinkInterface<VideoFrameT>* sink) } abstract class VideoTrackSourceInterface { + {abstract} bool is_screencast() .. + {abstract} bool needs_denoising() .. + {abstract} bool SupportsEncodedOutput() .. + {abstract} void GenerateKeyFrame() .. + {abstract} void AddEncodedSink( rtc::VideoSinkInterface<RecordableEncodedFrame>* sink) .. + {abstract} void RemoveEncodedSink( rtc::VideoSinkInterface<RecordableEncodedFrame>* sink) } MediaSourceInterface <|-- VideoTrackSourceInterface VideoSourceInterface <|-- VideoTrackSourceInterface class AdaptedVideoTrackSource { # AdaptedVideoTrackSource(int required_alignment) .. # void OnFrame(const webrtc::VideoFrame& frame) .. # bool AdaptFrame(...) .. # bool apply_rotation() .. # cricket::VideoAdapter* video_adapter() --field-- - {field} cricket::VideoAdapter video_adapter_ .. - {field} VideoBroadcaster broadcaster_ } VideoTrackSourceInterface <|-- AdaptedVideoTrackSource class AndroidVideoTrackSource { + void SetState(SourceState state) .. + ScopedJavaLocalRef<jobject> AdaptFrame(...) .. + void OnFrameCaptured(...) .. + void SetIsScreencast(JNIEnv* env, jboolean j_is_screencast) --field-- - {field} std::atomic<SourceState> state_ .. - {field} std::atomic<bool> is_screencast_ .. - {field} rtc::TimestampAligner timestamp_aligner_ .. - {field} bool align_timestamps_ } AdaptedVideoTrackSource <|-- AndroidVideoTrackSource @enduml
false
true
false
false
class
35ab7a8ded17941cf8494a6f2eda1e71d1dfce80
6614cb23f5a9f8116144328ea98b0c4118805635
/docs/uml/sequence_data_access.puml
cf4f83f674d01c2025c04e1e09588fd004c51b9a
[ "MIT" ]
permissive
gnomengineer/ClockPendelumAnalyzer
f9cce38a21cbd8d890e0c8715ed2a522de4c5f60
945dcccc63770bcf5cf7a122354df649fb6285ef
refs/heads/master
2021-09-03T22:01:00.580268
2018-01-12T10:16:52
2018-01-12T10:16:52
104,328,927
1
0
null
null
null
null
UTF-8
PlantUML
false
false
337
puml
@startuml participant WebClient as web participant RESTService as rest participant DataTransfer as dt database SQLite as sql ''access data web -> rest : get Data(name = 'testuhr') rest -> dt : getDataListByName() dt -> sql : getDataByName() dt <-- sql : data rest <-- dt : List<DataTupel> web <-- rest : post List<DataTupel> @enduml
false
true
false
false
sequence
464536a6a20e17c08fb2c1457f3129cf92df84d6
6d49224df7ec1a516284121b4dcaad272d54e195
/motorModuleV2/design.plantuml
734e872116c44cde8fea88951c5a8ad9d10a0c51
[]
no_license
IndoorPositioningTestRig/MotorModule
a3d4544d59e271dfdf6c20a59f938087e1960d81
af6ad6ac36c420de48a4cb86f5bc74ac132b1a36
refs/heads/master
2021-10-11T05:05:20.911508
2019-01-22T12:19:39
2019-01-22T12:19:39
110,092,592
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,718
plantuml
@startuml MotorModuleV2 class Main { + void commLoop() + void loop() } class Id{ - id + putId + getId } package Communication{ ' Sends and listens to the communication potocol. class Communicator { + void init() + bool receive() + void setMode() + Message decodeMessage() + void write_c() } class Message { - uint8_t sender - uint8_t target - uint8_t type - uint8_t length - uint8_t data[] } class SerialWrapper { + void begin() + void waitReady() + int available() + int read() + size_t readBytes() + size_t write() + size_t writeFrame() + void flush() } } package MotorLogic { ' Counts how far the rope has moved class Counter { + void init() + long getCount() + void reset() } ' Detects wether the rope is stretching or not ' and in which direction class ForceDetector { + void init() + void triggerMax() + void triggerMin() - bool max - bool min } class HallSensor { + void init() + bool isActive() - int state } class Logic { - ForceDetector _forceDetector - HallSensor _hallSensor - Counter _counter - Motor _motor - Home _home - HomeSupport _homeSupport - PID _pid + void init() + setSpeed() + loop() + void message() + void pidLoop() + void encoderLoop() } ' Controls the motor class Motor { - HallSensor _hallSensor + void init() + void retract() + void feed() + void stop() } class RotaryEncoder { - long _position + long getPosition() + void setPosition() + void tick() } package Homing { Class Home { - HallSensor _hallSensor - Motor _motor - ForceDetector _forceDetector + void init() + bool loop() } Class HomeSupport { - HallSensor _hallSensor - Motor _motor - ForceDetector _forceDetector + void init() + bool loop() } } } package PID { Class PID { + PID PID + void SetMode() + bool Compute() + void setOutputlimits() + void SetTunings() } } package Test { Class Debug { - Communicator _communicator + void log() + void print() } } Main --> Logic Main --> Id Main --> Communicator Main --> Debug Motor --> HallSensor Debug --> Communicator Home --> HallSensor Home --> Motor Home --> ForceDetector HomeSupport --> HallSensor HomeSupport --> Motor HomeSupport --> ForceDetector Logic --> ForceDetector Logic --> HallSensor Logic --> Counter Logic --> Motor Logic --> Home Logic --> HomeSupport Logic --> PID Counter --> RotaryEncoder Communicator --> SerialWrapper Communicator --> Message @enduml @startuml Controller class Main { } package UserInterface { ' Will most likely be a rest api with a web front-end class UserInterface { } } package ModuleController { class Controller { } ' Calculates the length each cable has to be class Logic { } ' Communicates with the test rig class Communication { } } package DataStorage { ' Save test data to sql, files or something else... class DataStorage { } } Main <--> UserInterface Main --> Controller Main --> DataStorage Controller --> Logic Controller --> Communication @enduml
false
true
false
false
class
d1bd8118c171e05577010e71225f06439a2a7581
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Utils/PostProcessShaderIncludePath.puml
7daea465250248a09c69ac141945a1ce7108afbd
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
105
puml
@startuml class PostProcessShaderIncludePath <<static>> { + {static} GetPaths() : string[] } @enduml
false
true
false
false
class
2ccc1bf2e4088943f1348c1e3a6ab582d753af94
a2b717706eb8dfd1c36045606e5824934cfc20a5
/diagrams/facade-schema.puml
250659bbaab533cc39bf5f4175195b8fa276e79f
[]
no_license
zhongshijun/head-first-design-patterns-cpp
66f706264f848e26f6791057eb089a6cdf0a44d9
3dc4fc23abb884395313b388fd33e87c0b7730c6
refs/heads/master
2023-03-18T20:51:13.129157
2021-01-25T20:55:26
2021-01-25T20:55:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
374
puml
@startuml facade-schema cloud subsystem{ class A{ +operationA() } class B{ +operationB() } class C{ +operationC() } } class Facade{ -classA -classB -classC +subsystemOperation() +subsystemAnotherOperation() } Facade *-down- A Facade *-down- B Facade *-down- C class Client{ } Client -> Facade @enduml
false
true
false
false
class
3b9062d812a607b6baf03cf36909912464788511
11907cf3d18059d2e94afbf154ab99bca59d6e6c
/umls/db.plantuml
ff14a5860c790cf9d1ca5f56a1a866de00f1730c
[]
no_license
zixzeus/employee_scheduler
3a182b8b05f4ee35a750132bc18c947e6ac03f98
4dd2f402dac2b2df8c5df9cc0b75b11b75cac880
refs/heads/master
2021-05-22T20:03:53.912956
2019-07-19T18:16:19
2019-07-19T18:16:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,022
plantuml
@startuml class cellules_employes { } class users { +id: int +matricule: string, unique +nom: string +prenom: string +encrypted_password: string, min: 6, max: 255 +role: {EMPLOYE, GESTIONNAIRE, ADMIN} +created_at: timestamp +last_update_at: timestamp } class employes { +id: int +experience: min 0 +type_employe : {TP,TPR,TPO} +created_at: timestamp +last_update_at: timestamp } class admins { +id: int +created_at: timestamp +last_update_at: timestamp } class gestionnaires { +id: int +created_at: timestamp +last_update_at: timestamp } class horaires { +id: int +date_debut +date_fin +statut = {EN_COURS, PROCHAINE_PERIODE} +created_at: timestamp +last_update_at: timestamp } class professions { +id: int +nom: string +created_at: timestamp +last_update_at: timestamp } class cellules { +id: int +date: timestamp +quart: [nuit, jour, soir] +created_at: timestamp +last_update_at: timestamp } class disponibilites { +id: int +created_at: timestamp +last_update_at: timestamp } class activites { +id: int +nom: string +created_at: timestamp +last_update_at: timestamp } class disponibilite_activites { +id: int +created_at: timestamp +last_update_at: timestamp } ' Relations concernant les différents utilisateurs employes "1" -- "1" users gestionnaires "1" -- "1" users admins "1" -- "1" users ' Relations profession gestionnaires "N" -- "1" professions employes "N" -- "1" professions activites "N" -- "1" professions ' Relations cellule cellules "1" -- "N" cellules_employes cellules_employes "N" -- "1" employes cellules_employes "N" -- "1" activites ' Relations en rapport avec un horaire horaires "1" -- "N" cellules horaires "N" -- "1" professions ' Relations pour les disponibilites employes "1" -- "N" disponibilites disponibilites "1" -- "N" disponibilite_activites disponibilite_activites "N" -- "1" activites @enduml
false
true
true
false
class
980aa66facaef592d03982e135ed4863c2c815d9
1f5a6d8f6827e4add92c2154e20310793d32f549
/OOP教育訓練計畫/9/01.Observer/src/ES2015-DigitalClock/diagrams/ObserverPattern.puml
83435d436e1f9efeac103251961d27ab55507718
[]
no_license
YenCheChangGoogle/YccSenaoOOP
8e9c2b02ded12b64e5e7a7d26faed0f593ee0fce
79e025ace78e966d07a59b8896c68040fe74ab86
refs/heads/master
2021-09-06T16:44:44.578700
2018-02-08T16:35:22
2018-02-08T16:35:22
107,415,206
0
0
null
null
null
null
UTF-8
PlantUML
false
false
456
puml
@startuml skinparam class { FontStyle bold FontSize 12 } class Subject{ +attach(observer) +detach(observer) +notify() } class ConcreteSubject{ +concreteState +getState() +setState() } class Observer{ +update } class ConcreteObserver{ +observerState +update } Subject <|-down- ConcreteSubject Observer <|-down- ConcreteObserver Subject -right-> Observer ConcreteObserver -left-> ConcreteSubject @enduml
false
true
false
false
class
14132c0c78c8d0d4a2d3f3a0fa11429353fbcd78
a3a3a65793e3fd9af5c8d6808eed4327f879e762
/src/main/resources/ordersworkflow.puml
c19be5c8ea196c575322ac143f9f105c765990d3
[]
no_license
Serverless-Workflow-Examples/orders-demo
84a302f615103f4da360dd2d7dcf7cc9deee76df
57ec15db321c3b3058df4946022d1e342e461a0e
refs/heads/master
2022-11-28T08:42:15.344731
2020-08-06T20:57:17
2020-08-06T20:57:17
270,801,693
1
0
null
null
null
null
UTF-8
PlantUML
false
false
921
puml
@startuml title Orders Workflow skinparam backgroundColor White skinparam state { StartColor Green EndColor Red } [*] --> HandleNewOrder HandleNewOrder : Type: Event State HandleNewOrder : Event: NewOrderEvent HandleNewOrder : Functions: AutoAproveOrderFunction HandleNewOrder --> CheckIfNeedManagerApproval CheckIfNeedManagerApproval: Type: Switch State CheckIfNeedManagerApproval: Conditions: 2 CheckIfNeedManagerApproval: Default: OrderManagerApproval CheckIfNeedManagerApproval --> OrderAutoApproved : Auto approved CheckIfNeedManagerApproval --> OrderManagerApproval : Manager needed OrderAutoApproved : Type: Inject State OrderAutoApproved : ProduceEvent: ApprovalDecisionEvent OrderManagerApproval : Type: Operation State OrderManagerApproval : Functions: OrderManagerApprovalFunction OrderManagerApproval : ProduceEvent: ApprovalDecisionEvent OrderAutoApproved --> [*] OrderManagerApproval --> [*] @enduml
false
true
false
false
sequence
92500a8bbaab7c04e312bac3de0def574c7d2efb
7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01
/src/com/cjj/designpattern/behavioral/adapter/AdapterClassGraph1.puml
808f33cd0bb61be3148f36b10b5257cc9e3980d3
[]
no_license
vuquangtin/DesignPattern-1
3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a
47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d
refs/heads/master
2021-10-09T20:10:01.009239
2019-01-03T01:33:51
2019-01-03T01:33:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml class Main{ } interface Print{ printWeak() printStrong() } class PrintBanner{ printWeak() printStrong() } class Banner{ showWithParen() showWithAster } Main --> Print:Uses > PrintBanner ..|>Print PrintBanner --|>Banner @enduml
false
true
false
false
sequence
9f41b8528d83fee53ec2d91010143de06cfe6873
17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05
/DesignModeTest/out/production/DesignModeTest/prototypePattern/prototypePattern.puml
f6f3f4372055fee04dd0e8ab1c2ed09395bfaacc
[]
no_license
lhdaydayup/Pattern
3d3d1e25d934428ed69c6c2618587d9328bdfe4e
8de7410801d9efcae9fc57f34466ed0711ceff54
refs/heads/master
2020-05-07T13:24:26.831224
2019-04-15T08:21:35
2019-04-15T08:21:35
180,546,544
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,199
puml
@startuml package prototypePattern #yellow { interface Cloneable interface Serializable interface Prototype Cloneable<|--Prototype Serializable<|--Prototype interface OfficePrototype{ +void clone() +void deepClone() } Prototype<|--OfficePrototype class AOfficePrototype{ +void clone() +void deepClone() } class BOfficePrototype{ +void clone() +void deepClone() } OfficePrototype<|..AOfficePrototype OfficePrototype<|..BOfficePrototype class PrototypeManager{ - static PrototypeManager prototypeManager=new PrototypeManager() - Hashtable hashtable - PrototypeManager() {hashtable=new Hashtable,hashtable.add("A",new AOfficePrototype),hashtable.add("B",new BOfficePrototype)} + static PrototypeManager getInstance(return prototypeManager) + OfficePrototype getOfficePrototype(String type) {hashtable.get(type).clone()} + OfficePrototype getOfficePrototypeDeep(String type) {hashtable.get(type).deepclone()} + void addOfficePrototype(String type,OfficePrototype officePrototype) {hashtable.add(type,officePrototype)} } OfficePrototype<..PrototypeManager PrototypeManager<..client } @enduml
false
true
false
false
class
27846426cb425ae6f600c1aaa58b87d886c47b3d
d2a19b07354480392ca76f3a9cfdb59672b9bced
/docs/listServices/userLoadPushDataFlow.puml
84fed8293962ea765d7787ac9dccd3c54266e232
[]
no_license
danskernesdigitalebibliotek/plantuml
4b109bab8a790e28fada98770a6ca25774bb4199
e654bbf040f6d74d53dbf5fc56588b042b1d12bb
refs/heads/master
2021-09-24T02:18:46.708657
2021-09-17T07:07:16
2021-09-17T07:07:16
187,801,964
0
1
null
null
null
null
UTF-8
PlantUML
false
false
499
puml
@startuml title User loan data flow via PUSH ' Removing color and border from cards skinparam monochrome true ' Participants [FBS] [Serviceplatform] as SP [Distributor] as DIST [DST] [Factor] [LoanHistory] as LH [CMS] [APP] ' Data FBS -> Factor FBS -> SP: Transactions SP -> DST: Transactions DST --> Factor: Anonymous\ntransactions ' Data FBS to user FBS --> DIST: PUSH transaction DIST -> LH: Loan transaction LH --> CMS: Individual\nloan history LH --> APP: Individual\nloan history @enduml
false
true
false
false
sequence
5801ecf3f575a1030778da52ac9792ce7f583368
43cd9448f918c38fb4ad7e949eda5c3269beecce
/diagrammes/RechercheProfil.puml
756e42eea17bd48601a308a1409d037c2303cc3a
[]
no_license
Shulk7/technoWeb
600a2d316705d850f0c5483cab0ffe07e90979fb
a28e4e92be83a9ce57a013e4f91a2cea3221efff
refs/heads/master
2020-04-15T10:59:47.618172
2019-01-08T09:21:58
2019-01-08T09:21:58
164,609,318
0
0
null
null
null
null
UTF-8
PlantUML
false
false
610
puml
@startuml title Use Case 3: Rechercher des profils actor "Utilisateur" as U boundary "Front" as F control "Middle" as M database BD autonumber U -> F : Va sur la page de navigation dans les profils F -> U : Affiche la page U -> F : Cique sur la barre de recherche F -> U : Affiche la barre de recherche U -> F : Renseigne ses critères F -> M : Transmet les critères de recherche M -> BD : Interroge la base de données BD -> M : Renvoie les résultats M -> M : Trie les résultats en fonction de leur score M -> F : Retourne les résultats par ordre décroissants F -> U : Affiche les résultats @enduml
false
true
true
false
sequence
87079d61407bd8d75b3d686566709138a9334f98
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TimelineGroupGUI.puml
95408aa025bcfeb061b2a3034f9b4b24b2cfcb34
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,240
puml
@startuml class TimelineGroupGUI { m_MustRecomputeUnions : bool = true m_GroupDepth : int <<readonly>> m_IsReferencedTrack : bool + ToWindowSpace(localRect:Rect) : Rect + <<override>> expandable : bool <<get>> + TimelineGroupGUI(treeview:TreeViewController, treeviewGUI:TimelineTreeViewGUI, id:int, depth:int, parent:TreeViewItem, displayName:string, trackAsset:TrackAsset, isRoot:bool) + <<virtual>> GetHeight(state:WindowState) : float + <<override>> OnGraphRebuilt() : void {static} CalculateGroupDepth(parent:TreeViewItem) : int DrawTrackButtons(headerRect:Rect, state:WindowState) : void + SetExpanded(expanded:bool) : void + <<override>> Draw(headerRect:Rect, contentRect:Rect, state:WindowState) : void DrawName(rect:Rect, isSelected:bool) : void IsTrackRecording(state:WindowState) : bool RecomputeRectUnions() : void {static} AllChildrenMuted(groupGui:TimelineGroupGUI) : bool } class "List`1"<T> { } TimelineTrackBaseGUI <|-- TimelineGroupGUI TimelineGroupGUI o-> "m_Unions<TimelineClipUnion>" "List`1" TimelineGroupGUI --> "boundingRect" Rect TimelineGroupGUI --> "expandedRect" Rect TimelineGroupGUI --> "rowRect" Rect TimelineGroupGUI --> "dropRect" Rect @enduml
false
true
false
false
class
756962bfa098e9d1c169bd0a72f491db923de538
2002ff4093dffdf7a040b3a578020dcbbe540471
/uml/db.puml
887036a41ccda7403699dc71afd64ae78bcc2e97
[]
no_license
isyufu/akka-http-test-app
e50e4450ffca3098022bf4302795a8cd213e07da
93b754791e767204c056d777c5f913c46ff50147
refs/heads/master
2021-09-14T14:32:27.894027
2018-05-15T05:31:30
2018-05-15T05:31:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
152
puml
@startuml object users { id: long name: string email: string } object pics { id: long user_id: long location:string } @enduml
false
true
false
false
class
ccf054e385d2f36fd10073774f9e445da0e74d3d
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/latedeliveryandpenalty@0.15.2.puml
c3f5525a9afcd51db02a910329279f509e1942df
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
1,048
puml
@startuml class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyContract << (A,green) >> { + AccordParty buyer + AccordParty seller + Boolean forceMajeure + Duration penaltyDuration + Double penaltyPercentage + Double capPercentage + Duration termination + TemporalUnit fractionalPart } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyContract --|> org.accordproject.cicero.contract.AccordContract class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest << (T,yellow) >> { + Boolean forceMajeure + DateTime agreedDelivery + DateTime deliveredAt + Double goodsValue } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyRequest --|> org.accordproject.cicero.runtime.Request class org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse << (T,yellow) >> { + Double penalty + Boolean buyerMayTerminate } org.accordproject.latedeliveryandpenalty.LateDeliveryAndPenaltyResponse --|> org.accordproject.cicero.runtime.Response @enduml
false
true
false
false
class
775cc5d32a00d865e8c3025897c3f1a371450e9e
ee96a70918e886f49a11a2646742ecd0615cd83d
/src/diagrams/util/queue_manager/packages/before.puml
c554b5deb3d0c82bfb34fbeb5aa48cb07ac5c68b
[ "MIT" ]
permissive
DorinR/Politisense
675c8138b8e768d3962759c8a52c15dfd3b42756
921e9ab04b378ebe341186d32e5c9522cab624b6
refs/heads/master
2023-01-23T12:20:29.224166
2020-04-12T00:42:39
2020-04-12T00:42:39
317,986,401
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,810
puml
@startuml package QueueManagers #e0e0d1 { class QueueAction class QueueManager } package Firebase #e0e0d1 { class Firestore package Models #e0e0d1 { class Politician class Bill class VoteRecord } } package Jobs #e0e0d1 { abstract class Job } package Updates #e0e0d1 { class DependencyGraph class UpdatePipelineManager } package Graphs #e0e0d1 { class TypeVertex } package Actions #e0e0d1 { package FetchActions #e0e0d1 { class FetchAction } package ParseActions #e0e0d1 { class TextParserAction class SelectionAction } package WrapperActions #e0e0d1 { class QueueManagerWrapperAction } package ClassifyActions #e0e0d1 { class UpdateCollectionAction } } package Before #e0e0d1 { class BillLinkFetchBefore { - manager: QueueManager - bills: Array<Array<Bill>> + perform(void): Promise<void> + BillLinkFetchBefore(manager: QueueManager): BillLinkFetchBefore {static} - retrieveBills(db: Firestore) : Promise<Array<Array<Bill>>> - createQueryParams(void): Promise<void> } QueueAction <|-- BillLinkFetchBefore class RoleBefore { - manager: QueueManager - bills: Array<Array<Bill>> + perform(void): Promise<void> + RoleBefore(manager: QueueManager): RoleBefore {static} - retrievePoliticians(db: Firestore) : Promise<Array<Array<Politician>>> {static} - formatName(name: String): String {static} - create(params: Object) : Job {static} - createRequestParams(params: Object) : Job - modifyManagerQueryParams(Array<String>): Promise<void> } QueueAction <|-- RoleBefore Actions <-- RoleBefore Jobs <-- RoleBefore class UpdateBeforeAction { - manager: UpdatePipelineManager - updates: Array<TypeVertex> + perform(void): Promise<void> + UpdateBeforeAction(manager: UpdatePipelineManager): UpdateBeforeAction {static} - createParams(vertex: TypeVertex): Object {static} - addActions(job: Job, params: Object, update: TypeVertex) : void } QueueAction <|-- UpdateBeforeAction Actions <-- UpdateBeforeAction Updates <-- UpdateBeforeAction Graphs <-- UpdateBeforeAction Jobs <-- UpdateBeforeAction class VotersBefore { - manager: QueueManager - voteRecords: Array<Array<VoteRecord>> + perform(void): Promise<void> + VotersBefore(manager: QueueManager): VotersBefore - retrieveVoteRecords(db: Firestore) : Promise<Array<Array<VoteRecord>>> {static} - parliamentExists(parliament: Number, session: Number): Boolean - modifyManagerParams(void): Promise<void> } QueueAction <|-- VotersBefore } Before --> QueueManagers Before --> Firebase Before --> Models @enduml
false
true
false
false
class