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
395bcb0c15751aa4c3784d0c2b92a9f1bcdfde61
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/design/Data_arch.puml
0b3e23ae3035fffeb8220441ccea6a9a92e3abb8
[]
no_license
AY2021S1-CS2113-T16-1/tp
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
6ef0845c809addb46fef872101ef528780571b5d
refs/heads/master
2023-01-13T17:13:34.579399
2020-11-16T05:03:49
2020-11-16T05:03:49
300,199,426
0
1
null
2020-11-16T05:03:50
2020-10-01T08:10:30
Java
UTF-8
PlantUML
false
false
1,390
puml
@startuml hide circle skinparam classAttributeIconSize 0 skinparam BoxPadding 50 skinparam shadowing false left to right direction scale 1049 width skinparam package<<Layout>> { borderColor Transparent backgroundColor Transparent fontColor Transparent stereotypeFontColor Transparent } rectangle Storage { } rectangle Model { rectangle Data { class Item <<abstract>> { setIndex() getIndex() } class XYZItem { getName() toString() } class AccountStorage { } class Goal { } } rectangle DataList { class XYZItemList { } class ItemList <<abstract>> { items: ArrayList<Item> addItem() addItemAndSort() removeAllItems() } } } ItemList <|- XYZItemList XYZItem --|> Item XYZItemList o--> "*" XYZItem #line:red;text:red : contains > rectangle " \nLogicManagers\n " { } " \nLogicManagers\n " --> "1" XYZItemList #line:red;text:red : keeps track \nof items using > " \nLogicManagers\n " --> "*" AccountStorage : Manages > " \nLogicManagers\n " --> "*" Goal : Manages > Storage ..> XYZItemList #line:green;text:green : > Saves and loads Storage ..> Goal #line:green;text:green : > Saves and Loads Goal @enduml
false
true
false
false
sequence
6e5940636448c101d9c7cf55d679b37ec55be1bf
cafc1e066ca57578e4919aeb9a011154067fa34c
/target/classes/test.puml
86c771a52346ed8537813f5e90e4dc5140dd476d
[]
no_license
TUHaoMax/SWE1-MTCG
bb36edcf4a447be0c70f9102d9d3c7410419211f
6c641bbdb424a2ae44e86cc9a3a6da18ba17f3b3
refs/heads/main
2023-02-13T15:45:17.446599
2021-01-10T21:31:33
2021-01-10T21:31:33
304,995,421
0
0
null
null
null
null
UTF-8
PlantUML
false
false
513
puml
@startuml threadserver <|-- mainserver jsonmsg --|> parse Request --|> parse Response --|> parse class mainserver { main() } class threadserver { run() } class jsonmag{ } class Request{ } class parse{ } class Response{ } Datasql --|> SQL deck --|> SQL PackageData --|> SQL scoreboard --|> SQL stats --|> SQL trade --|> SQL user --|> SQL interface SQL{ } class GameData{ } class Datasql{ } class deck{ } class PackageData{ } class scoreboard{ } class stats{ } class trade{ } class user{ } @enduml
false
true
false
false
class
5cc4b9ece68d52ac683a8f06bdd3293c162b622c
45ae639aa80ed04376331845c991723cd984068d
/doc/usecases/diagrams/paymentInitOAuthIntegrated.puml
87da9c4db5f12a194ba72523b2e7fda9664e2b65
[ "Apache-2.0" ]
permissive
ggiorkhelidze/xs2a
a1b3a8abc002d37f8ab03983cff572a9c22117b4
f844081ac1c780eb95d5465a9603aa62787dc8b8
refs/heads/develop
2023-08-17T06:42:13.153059
2021-10-08T05:43:33
2021-10-08T05:43:33
329,286,507
0
0
Apache-2.0
2021-01-13T11:28:29
2021-01-13T11:28:29
null
UTF-8
PlantUML
false
false
1,419
puml
@startuml actor PSU entity TPP entity Connector as "XS2A + CMS +\n Connector-Examples" entity OBA as "Online Banking \n app" entity IDP as "IDP \n(Keycloak)" entity Ledgers as "ASPSP \n(Ledgers)" == Payment Initiation with OAuth approach (integrated mode) == PSU->TPP: Initiate payment activate TPP ||| TPP->Connector: REST Call Initiate payment\nPOST "/v1/payments/{payment-product}" ||| activate Connector ||| Connector-->TPP: HTTP 201: Successful response with "scaRedirect" link, \n Payment ID and Authorisation ID deactivate Connector ||| TPP->IDP: Redirect to IDP and provide payment ID and authorisation ID ||| activate IDP ||| IDP-->TPP: Response with "authorization_endpoint" parameter deactivate IDP TPP-->PSU: Link to Online Banking app deactivate TPP activate PSU ||| PSU->OBA: Login to Online Banking app and complete the SCA with the help of this application deactivate PSU activate OBA OBA-> Ledgers: Execute payment ||| deactivate OBA activate Ledgers ||| Ledgers--> OBA: Transaction Status deactivate Ledgers activate OBA ||| OBA-->TPP: Return back to TPP with the "code" parameter deactivate OBA activate TPP ||| TPP->IDP: Exchange auth code with token deactivate TPP activate IDP ||| IDP-->TPP: Access token deactivate IDP ||| deactivate Connector ||| ref over PSU, Ledgers For all GET requests use this access token and see Payment Initiation diagrams for Redirect approach end ref ||| @enduml
false
true
false
false
usecase
51d6a97d6af17dd018cec863b1c9583f197e9327
9bd3363456776acaf2740dbb98d9a580ce0a33a5
/ivy-compiler.puml
e882f2127bbb6147982ec5ba38d0e2c3c4824aba
[]
no_license
pgpbpadilla/reading-notes-angular
14060f06ebf59cb8268d3b3e202def8f15a6f1bb
e740c63b4fa15e06cc26db3753e53bdd137ac9a9
refs/heads/master
2023-06-09T13:57:22.284069
2021-06-29T10:16:30
2021-06-29T10:16:30
316,340,119
0
0
null
null
null
null
UTF-8
PlantUML
false
false
468
puml
@startuml 'Ivy Compiler package "Ivy: Compilation + Rendering" as IVY { note as IvyN Ivy --- * requires Angular 9+ * AOT (Ahead-of-time) compilation * Tree shaking (removes dead code) ** smaller bundle size * Incremental compilation * Flexibility (easier to extend) end note ' Component Definition generation [ComponentA] --> [Compiler]: is compiled by component "Component Definition" as ComponentDef1 Compiler --> ComponentDef1: produces } @enduml
false
true
false
false
sequence
3aaf0d5e4d01ad898c11d7f831096f5a02271124
6eb5780f85fa0fd1170dfa770811612448b68ae8
/lab2.plantuml
f194bfcc9f59106af2da5f07e9cb411a97c0f56d
[]
no_license
Smehnov/programming-lab-2
485f663bcb1fed73d6c7c7c1dfacd77c656d54ec
81864d064e38972537c5f2decd0835be5b3990e8
refs/heads/master
2020-08-14T09:22:03.134355
2020-01-16T11:24:24
2020-01-16T11:24:24
215,139,848
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,875
plantuml
@startuml title __PROGA-LAB2's Class Diagram__\n class ru.ifmo.smehnov.moves.AerialAce { + AerialAce() # checkAccuracy() # describe() } class ru.ifmo.smehnov.moves.AirSlash { + AirSlash() # applyOppEffects() # describe() } class ru.ifmo.smehnov.moves.Bite { + Bite() # applyOppEffects() # describe() } class ru.ifmo.smehnov.moves.BugBuzz { + BugBuzz() # applyOppEffects() # describe() } class ru.ifmo.smehnov.moves.Facade { + Facade() # applySelfEffects() # describe() } class ru.ifmo.smehnov.moves.FocusEnergy { + FocusEnergy() # calcCriticalHit() # describe() } class ru.ifmo.smehnov.moves.IceBeam { + IceBeam() # applyOppEffects() # describe() } class ru.ifmo.smehnov.moves.Rest { + Rest() # applySelfEffects() # describe() } class ru.ifmo.smehnov.moves.Swagger { + Swagger() # applySelfEffects() # describe() } class ru.ifmo.smehnov.moves.WingAttack { + WingAttack() # describe() } class ru.ifmo.smehnov.pokemons.Deoxys { + Deoxys() + Deoxys() } class ru.ifmo.smehnov.pokemons.Duosion { + Duosion() + Duosion() } class ru.ifmo.smehnov.pokemons.Reuniclus { + Reuniclus() + Reuniclus() } class ru.ifmo.smehnov.pokemons.Solosis { + Solosis() + Solosis() } class ru.ifmo.smehnov.pokemons.Swellow { + Swellow() + Swellow() } class ru.ifmo.smehnov.pokemons.Taillow { + Taillow() + Taillow() } class ru.ifmo.smehnov.Main { {static} + main() } ru.ifmo.smehnov.moves.AerialAce -up-|> ru.ifmo.se.pokemon.PhysicalMove ru.ifmo.smehnov.moves.AirSlash -up-|> ru.ifmo.se.pokemon.SpecialMove ru.ifmo.smehnov.moves.Bite -up-|> ru.ifmo.se.pokemon.PhysicalMove ru.ifmo.smehnov.moves.BugBuzz -up-|> ru.ifmo.se.pokemon.SpecialMove ru.ifmo.smehnov.moves.Facade -up-|> ru.ifmo.se.pokemon.PhysicalMove ru.ifmo.smehnov.moves.FocusEnergy -up-|> ru.ifmo.se.pokemon.StatusMove ru.ifmo.smehnov.moves.IceBeam -up-|> ru.ifmo.se.pokemon.SpecialMove ru.ifmo.smehnov.moves.Rest -up-|> ru.ifmo.se.pokemon.StatusMove ru.ifmo.smehnov.moves.Swagger -up-|> ru.ifmo.se.pokemon.StatusMove ru.ifmo.smehnov.moves.WingAttack -up-|> ru.ifmo.se.pokemon.PhysicalMove ru.ifmo.se.pokemon.PhysicalMove -up-|> ru.ifmo.se.pokemon.Move ru.ifmo.se.pokemon.StatusMove -up-|> ru.ifmo.se.pokemon.Move ru.ifmo.se.pokemon.SpecialMove -up-|> ru.ifmo.se.pokemon.Move ru.ifmo.smehnov.pokemons.Deoxys -up-|> ru.ifmo.se.pokemon.Pokemon ru.ifmo.smehnov.pokemons.Duosion -up-|> ru.ifmo.smehnov.pokemons.Solosis ru.ifmo.smehnov.pokemons.Reuniclus -up-|> ru.ifmo.smehnov.pokemons.Duosion ru.ifmo.smehnov.pokemons.Solosis -up-|> ru.ifmo.se.pokemon.Pokemon ru.ifmo.smehnov.pokemons.Swellow -up-|> ru.ifmo.smehnov.pokemons.Taillow ru.ifmo.smehnov.pokemons.Taillow -up-|> ru.ifmo.se.pokemon.Pokemon 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
8c5a7281e8bcffe838fc4632cbb63995ee5be951
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/red/1161140/sp2/analysis.puml
6d8b272b53bccbf0fee15f2cd943f69c0614a2ce
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
237
puml
@startuml analysis skinparam monochrome true skinparam shadowing false hide footbox actor User User -> Browser : Imports the file Browser ->> Server : importXmlFile() Server -->> Browser : return Browser -> Browser : display @enduml
false
true
false
false
sequence
166a0938ed3df8e44d37b40968574a699fa7caf4
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1130303/sprint4/design_CRM_5_3.puml
75bebac41939cd72da75cab9a514a4f777f4db6c
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,090
puml
@startuml doc-files/design_CRM_5_3.png actor Actor participant "AgendaAction" as AgendaAction participant "frame : AgendaFrame" as AgendaFrame participant "controller : AgendaController" as AgendaController note right of Actor Extention loading and integration with main UI can be found on Example Extention diagrams end note Actor -> AgendaAction : starts use case create AgendaFrame AgendaAction -> AgendaFrame : new(UIController) create AgendaController AgendaFrame -> AgendaController : new(UIController) AgendaFrame -> AgendaController : getContacts() AgendaFrame -> AgendaController : getCurrentDay() loop Actor -> AgendaFrame : Select Contact AgendaFrame -> AgendaController : getEvents(Contact,Date) AgendaController -> persistence : getEvents(Contact,Date) AgendaController --> AgendaFrame : show events loop Actor -> AgendaFrame : Select Date AgendaFrame -> AgendaController : getEvents(Contact,Date) AgendaController -> persistence : getEvents(Contact,Date) AgendaController --> AgendaFrame : show events end end @enduml
false
true
false
false
usecase
bb30c15c0b38d13a304445f015cbe3789d052940
dd968a8b1484ff8082f64516d568ec26505ca1e5
/src/main/java/game/konsoleApp/konsoleApp.plantuml
c39413f229363960f7ad8c67370a81cd5fa97dbe
[]
no_license
kot-1999/Maze
bc41bca5f7e89f3cf2b7072f47f6eef2e4a9ea0f
efa5b08db9603dcc2c05d9419f9a20339c2a500f
refs/heads/main
2023-08-30T14:41:00.342449
2021-11-12T12:03:21
2021-11-12T12:03:21
427,344,911
0
0
null
null
null
null
UTF-8
PlantUML
false
false
844
plantuml
@startuml title __KONSOLEAPP's Class Diagram__\n class konsoleApp.KonsoleGame { {static} + gameState : GameState + play() - playGame() - printMaze() - printMenu() - setPlayer() } konsoleApp.KonsoleGame .up.|> gameLogic.Game konsoleApp.KonsoleGame o-- gameLogic.raiting.GameRaiting : gameRaiting konsoleApp.KonsoleGame o-- gameLogic.Maze : maze konsoleApp.KonsoleGame o-- gameLogic.characters.Player : player konsoleApp.KonsoleGame o-- gameLogic.controller.SimplyController : sc konsoleApp.KonsoleGame o-- gameLogic.levelBuilder.SimplyLevelBuilder : slb 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
8d889a95f18e70b21cfb3ea0232c02f95f70ed03
ecc219554fe9c14d408eb3e300c88087ddd7879d
/src/main/java/com/shiye/mir/service/impl/RegisterUML.puml
621fbcb3a25f8b6b6ca0c9c963d18ea7cdd2ab73
[]
no_license
Evilock/bfsu-cs-mir
219a6c6a068b03e561c8aad68eb5459f7de1c840
8f5ad31aecc37215c808a0890ba19643308f7642
refs/heads/master
2023-03-19T08:11:10.921532
2021-03-18T06:56:39
2021-03-18T06:56:39
298,587,872
0
0
null
null
null
null
UTF-8
PlantUML
false
false
837
puml
@startuml interface UserInfoDao{ int activate() int insert() int changePassword() int emailFailedLog() UserInfo selectUserInfoByLoginName() } interface MailService{ EnumEmailSendStatus sendHtmlEmail(to, subject, content) void sendSimpleEmail(to, subject, content) void sendAttachmentEmail(to, subject, content, filePath) EnumEmailSendStatus sendEmailVerifyCode(to) } interface RegisterService{ EnumEmailSendStatus sendVerifyMail(to, userId) int activate(userId) int emailFailedLog(userId, email, statement() } RegisterService <|- RegisterServiceImpl RegisterServiceImpl <.. UserInfoDao RegisterServiceImpl <.. MailService class RegisterServiceImpl{ EnumEmailSendStatus sendVerifyMail(to, userId) int activate(userId) int emailFailedLog(userId, email, statement() } @enduml
false
true
false
false
class
d6c5cfab1148aff020fabf54c626879f62996946
98d4585817afc8eafe532f916ade5080b29ef7f0
/src/main/resources/uml/Task1.1.puml
54a7ff4dca7e8190bb7fa52d0c5e0d2ed2608339
[]
no_license
Vaysman/BankAppTask1
cee8cc8d7ee5719d159ec3ddab2d6b011189ac88
01593535d785465981e59d788d63139f166b2925
refs/heads/master
2021-01-19T10:23:35.979596
2015-02-09T21:17:15
2015-02-09T21:17:15
29,219,394
0
1
null
null
null
null
UTF-8
PlantUML
false
false
664
puml
@startuml skinparam shadowing false title Bank Application class BankApplication class Client { -String name -List<Account> accounts +Client() +void addAccount(Account account) +List<Account> getAccounts() } interface Report { +String getReport() } class Bank { -List<Client> clients +void addClient(Client client) +List<Client> getClients() } interface Account { +float getBalance() +void deposit(float amount) +void withdraw(float amount) } class SavingAccount { -float balance } Client "1" *-- "*" Account Client "*" --* "1" Bank Report <|-- Account Account <|.. SavingAccount Report <|.. Bank BankApplication -- Bank @enduml
false
true
false
false
class
3f63b0cfecda05214b2bff90a123c479c464adea
221c5f448e92489ed23eba7d57e6b7f170456f8c
/diagrams/SequenceDiagram_Animal_moveTo.puml
01b545f9357b9faa8f7887769c6859d495ac8cfc
[]
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
966
puml
@startuml skinparam classAttributeIconSize 0 skinparam guillemet false participant "a : Animal" as a participant "t : Tile" as t participant "currentAnimal : Animal" as currentAnimal participant "guidedAnimal : Animal" as guidedAnimal participant "standingOn : Tile" as standingOn [-> a : moveTo (t) activate a a -> t ++ : accept (a) opt currentAnimal != null t -> a ++ : collideWithAnimal (t.currentAnimal) a --> t -- t --> a : false else opt life == 0 t -> a ++ : kill () a --> t -- t --> a : true end t -> a ++ : getStandingOn () a --> t -- : standingOn t -> standingOn ++ : setCurrentAnimal (null) standingOn --> t -- opt a.guidedAnimal !=null a -> guidedAnimal ++: moveTo(standingOn) guidedAnimal --> a -- end t -> a ++ : setStandingOn (t) a --> t -- t -> t ++ : setCurrentAnimal (a) t --> t -- t --> a -- : true end [<-- a deactivate a @enduml
false
true
false
false
sequence
9253f6e931f5232cd674bb7c3da5ef13f0d01e19
24109a89f9b5fe9274c67aded8187d6d6b41d903
/docs/Sequence Diagrams/ListCommand.puml
830170f318a1e4c26864f4d060e9bf1fe7605331
[]
no_license
AY2021S2-CS2113-W10-2/tp
46dcdfe1eada20ca71244f8354ad2e908e492d61
cc0d0c06faaf46ed0f4b19aa209157f2c7aaf978
refs/heads/master
2023-04-02T15:59:23.187651
2021-04-12T15:38:29
2021-04-12T15:38:29
343,974,496
0
6
null
2021-04-12T15:38:30
2021-03-03T02:17:37
Java
UTF-8
PlantUML
false
false
437
puml
@startuml participant " :Actor" hide footbox " :Actor" -> ":ListCommand" : execute( ) activate ":ListCommand" ":ListCommand" -> "<<class>>\n:Parser" : getTypeToList( ) activate "<<class>>\n:Parser" "<<class>>\n:Parser" --> ":ListCommand" deactivate "<<class>>\n:Parser" ":ListCommand" -> ":EmailManager" : printEmailByType( ) activate ":EmailManager" ":EmailManager" --> ":ListCommand" deactivate ":EmailManager" return @enduml
false
true
false
false
sequence
21cc35e63833e0b1eab56d005b70791cc1f2a773
9fec21d0e4d64c6d2bb74e9db292d32d3509e702
/diagram/fsm.puml
25c5155a821cd65b9bef4b6b5d3b54d5a65263c8
[ "MIT" ]
permissive
pwm/fsm
1549e2a91f163bdab2c0fbdb2958dd594eabd73b
fbebde0a2078083b53e33572ea2908e87cd3a714
refs/heads/master
2021-01-21T20:53:25.672741
2017-06-19T11:39:52
2017-06-19T11:39:52
94,756,978
9
1
null
null
null
null
UTF-8
PlantUML
false
false
410
puml
@startuml state Awake state Dressed state Fed state ReadyToGo state Work state Cafe state Home state Asleep Asleep -up-> Awake: Alarm Awake --> Dressed: Dress Awake --> Fed: Eat Dressed --> ReadyToGo: Eat Fed --> ReadyToGo: Dress ReadyToGo --> Work: GoToWork Work -> Work: Think Work -left-> Cafe: Yawn Cafe --> Work: DrinkCoffee Work --> Home: GoHome Home --> Asleep: Read Home --> Asleep: WatchTV @enduml
false
true
false
false
sequence
1b3ca2f2683f7782ec1e3e83608d01adf9be3c8e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProductSetAssetKeyAction.puml
b4c8bb03e47f5a3d95894a0f0d45a6de2fce07d1
[]
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
520
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 ProductSetAssetKeyAction [[ProductSetAssetKeyAction.svg]] extends ProductUpdateAction { action: String variantId: Long sku: String staged: Boolean assetId: String assetKey: String } interface ProductUpdateAction [[ProductUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
412d87c51400208224b7625854e78478cab392e9
84e20402a90eab514ea6e1cbec5cb23a0bf24c58
/app/src/main/java/com/example/appkru/model/LaporanHarian/LaporanHarian.plantuml
657b284a7f38e466c5198036cac68fd93083173a
[]
no_license
kholishulil97/AppKru
0539b356237155525c4f04b277941872c93fb530
118db86ebddaabd207ee7d953a36a707e0c3d3ff
refs/heads/main
2023-03-30T21:17:10.172868
2021-04-04T13:40:28
2021-04-04T13:40:28
354,548,055
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,613
plantuml
@startuml title __LAPORANHARIAN's Class Diagram__\n namespace com.example.appkru { namespace model.LaporanHarian { class com.example.appkru.model.LaporanHarian.DatumLaporanHarian { - jamSelesai : String - kelas : String - laporanHarianId : String - nipNamaKasir : String - nominal : String - nopol : String - statusSetorKata : String - tanggal : String - tanggalSetorLong : String - trayek : String + getJamSelesai() + getKelas() + getLaporanHarianId() + getNipNamaKasir() + getNominal() + getNopol() + getStatusSetorKata() + getTanggal() + getTanggalSetorLong() + getTrayek() + setJamSelesai() + setKelas() + setLaporanHarianId() + setNipNamaKasir() + setNominal() + setNopol() + setStatusSetorKata() + setTanggal() + setTanggalSetorLong() + setTrayek() } } } namespace com.example.appkru { namespace model.LaporanHarian { class com.example.appkru.model.LaporanHarian.LaporanHarian { - data : List<DatumLaporanHarian> - status : Boolean + getData() + getStatus() + setData() + setStatus() } } } 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
373e9efebd7079833ecf725931ef111415fee902
206bd3e9c9a3d2c2becbdbdd7a27b980e4da959a
/diagrams/packages.puml
e5263d492e6aad5dd6ee2859f7a5e64e5c47b9d0
[ "Apache-2.0" ]
permissive
bwsw/simple-rtb-exchange
7051b1d3d54ad714603c4bc5ceef5b76fceb9a25
c32cea4ab492d08b369e21841d7b6044f2bfba05
refs/heads/master
2021-01-12T08:19:33.232164
2016-12-16T05:19:33
2016-12-16T05:19:33
76,538,907
20
2
null
null
null
null
UTF-8
PlantUML
false
false
546
puml
@startuml title Package diagram skinparam componentStyle uml2 package model { package ad package db package request package response package message } package service { package dao package actor package parser package writer package validator package factory } package Akka { package AkkaHttp package AkkaActor package AkkaStream package AkkaUtil package AkkaPattern package AkkaEvent } package application application .> service service .> Akka service .> model @enduml
false
true
false
false
uml-unknown
414e5a94921572cdf281da86a28465af4c370c12
f15fd2dd26637efbb02dda284673da9627066f11
/patterns/negotiation-seq.puml
1a24529371a5d97fed31b8ea35b732079e03f5a0
[]
no_license
dhh1128/protocol
19fb3563e8b1b1e64e2d151c98c7801016165d83
5ca68975acbd5ad82bb271026cb2e0de7d1eeb62
refs/heads/master
2020-03-14T00:09:27.968083
2019-10-04T15:47:17
2019-10-04T15:47:17
127,847,109
0
0
null
null
null
null
UTF-8
PlantUML
false
false
944
puml
@startuml title Negotiation Pattern Sequence actor Acquirer as a actor Provider as p a <-- p : <font color=green><b>OFFER note left An initial offer is strictly required, though in practice, it is expected OFFERs will precede a REQUEST. end note a -> p : <font color=green><b>REQUEST opt optional; can loop as long as the parties have \npatience a <- p : <font color=green><b>OFFER note left If the Provider does not like the terms of a previous REQUEST, it may counter with a new OFFER, or it may abandon the negotiation. end note a -> p : <font color=green><b>REQUEST note left If the Acquirer does not like the terms of a previous OFFER, it may propose the terms they like in the REQUEST, or it may abandon the negotiation. end note end a <- p : <font color=green><b><MATTER> note left The thing that was negotiated. end note a --> p : <font color=green><b>ACK note left An acknowledgement the <MATTER> was received. end note @enduml
false
true
false
false
sequence
9ca4c04ad11ca20c276b9b256965af419afbb3d5
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/billing/media/src/useCases.puml
7c8a4bbbca60e0049930512e862fed740314d5da
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
634
puml
@startuml left to right direction actor Buyer actor Seller skinparam usecase { } rectangle { (1. Register for Invoice Notification) (2. Generate Invoice Notifications) (3. Retrieve Invoice List) (4. Retrieve Invoice by Invoice Identifier) (5. Retrieve Invoice Line Item by Invoice Identifier) (6. Retrieve Printable Invoice) Buyer --> (1. Register for Invoice Notification) Buyer --> (3. Retrieve Invoice List) Buyer --> (4. Retrieve Invoice by Invoice Identifier) Buyer --> (5. Retrieve Invoice Line Item by Invoice Identifier) Buyer --> (6. Retrieve Printable Invoice) (2. Generate Invoice Notifications)<-- Seller @enduml
false
true
false
false
usecase
7317f0edf5e86c4205cef11fb12a663a41f8afd7
5852f6b38b87d13b732b67c8fdef4c22ae215a8f
/docs/diagrams/src/movies20.plantuml
f0c7cd5b9493bc1800779baa92738cf0727bef60
[]
no_license
ivlago/Refactor
bbc940ba59aa2b397d52c3c041e3b1db97f8b22d
5fc9ddb4517bc21dba3a8df0b629637b213cff79
refs/heads/main
2023-04-05T18:22:56.671516
2021-04-22T20:14:21
2021-04-22T20:14:21
359,514,464
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,270
plantuml
@startuml movies class Customer { - String name; - List<Rental> rentals; + Costumer(String name) + void addRental(Rental rental) + String getName() + String statement() - double getTotalCharge() - int getTotalFrequentRenterPoints() } class Rental { - Movie movie; - int daysRented; + Rental(Movie movie, int daysRented) + int getDaysRented() + Movie getMovie() + double getCharge() + int getFrequentRenterPoints() } class Movie { + static final int REGULAR = 0; + static final int NEW_RELEASE = 1; + static final int CHILDRENS = 2; - String title; - Price price; + Movie(String title, int priceCode) + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) + void setPriceCode(int priceCode) + String getTitle() } class Price { + int getPriceCode() + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) } class RegularPrice { + double getCharge(int daysRented) } class ChildrenPrice { + double getCharge(int daysRented) } class NewReleasePrice { + int getPriceCode() + double getCharge(int daysRented) + int getFrequentRenterPoints(int daysRented) } Customer o-down-> Rental Rental -down-> Movie Movie *-down- Price Price <|-down- RegularPrice Price <|-down- ChildrenPrice Price <|-down- NewReleasePrice @enduml
false
true
false
false
class
1ed31ca2f6853d4e038ea3c49610a8a2c7e7267e
5f8572dd1ee715027764cdbc009a1e686921fe86
/docs/plantUML/sequenceDiagram.puml
ddf8fdcaaaa3fbae2798b2bae119840fd4666396
[]
no_license
isgasho/Souin
f212b2c6b56eb1c74d4b3b8c11cf93be60be6b88
bc0a4e5e7f3139652befc73aabeba2685fc34dd0
refs/heads/master
2023-02-22T08:57:12.952539
2021-01-13T13:29:41
2021-01-13T13:29:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,052
puml
@startuml actor User actor System activate System participant Souin collections Providers participant Memory participant Redis participant ReverseProxy System -> ReverseProxy ++ : run() System -> Souin ++ : main() Souin -> Providers : Init() activate Providers Providers -> Memory ++ : MemoryConnectionFactory() Providers <-- Memory : *AbstractProvider Providers -> Redis ++ : RedisConnectionFactory() Providers <-- Redis : *AbstractProvider Souin <-- Providers : AbstractProvider[] ... Waiting for user request ... loop User requests User -> Souin : request activate User par Request providers content Souin -> Memory: GetRequestInCache() else Souin -> Redis: GetRequestInCache() else Souin -> ReverseProxy: GetRequestInReverseProxy() end par Response providers content Souin <-- Memory: *Response else Souin <-- Redis: *Response else Souin <-- ReverseProxy: *Response Souin -> Memory: SetRequestInCache() Souin -> Redis: SetRequestInCache() end Souin -> User : response deactivate User end @enduml
false
true
false
false
sequence
a473581e3d9d8127ed7049a3d6ec0674c1ff8709
82d7ce623c32b8733161e644682cbcb2f1eb8ee6
/src/main/java/com/company/doc/DataDependencies.puml
d735df49b05a858f8f921ec9dc30522f3812921c
[]
no_license
atomicbombvendor/LittleProject
a5f47612be27660e5d5c433a996484be1c2683d2
3d55104e0e43a10fb48f9aa3d509cb8f927edd05
refs/heads/master
2020-04-04T10:50:48.950566
2018-11-03T00:59:27
2018-11-03T00:59:27
85,679,043
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,842
puml
@startuml skinparam monochrome reverse skinparam defaultFontName Consolas skinparam shadowing false [*] --> RawPrice : PriceXOI\n message [*] --> RawReport : MEDS CDC RawReport : - GlobalProductReport RawReport : - GlobalProductDatapoint [*] --> RawTSO : NFS CDC RawTSO : - TSOCompanyLevelAdjust RawTSO : - TSOCompanyLevelAdjustAtlas RawTSO : - TSOCompanyLevelByType RawTSO : - TSOShareLevelAdjust RawTSO : - TSOShareLevelRaw [*] --> CompanyOperation : GID\n message [*] --> ShareClassOperation : GID\n message [*] --> ParRatio : NFS CDC [*] --> ConvRatio : NFS CDC [*] --> SplitDividends : GPCA CDC RawReport --> CalculatedReport : RawReportChanged state CalculatedReport { [*] --> FinancialReport FinancialReport : - FinancialReportReference FinancialReport : - BalanceSheet FinancialReport : - IncomeStatement FinancialReport : - CashFlow FinancialReport : - EarningReport FinancialReport --> TSOBSMapping } CompanyOperation --> CalculatedReport : CompanyOperationChanged ShareClassOperation --> CalculatedReport : ShareClassOperationChanged RawTSO --> CalculatedReport : TSOChanged ParRatio --> CalculatedReport : ParRatioChanged ConvRatio --> CalculatedReport : ConvRatioChanged SplitDividends --> CalculatedReport : SplitChanged CalculatedReport --> DerivedReportData : ReportChangedWithPeriodEndDate state DerivedReportData { [*] --> FinancialReportGrowthData FinancialReportGrowthData : - BalanceSheetGrowth FinancialReportGrowthData : - IncomeStatementGrowth FinancialReportGrowthData : - CashFlowGrowth FinancialReportGrowthData : - EarningReportGrowth -- [*] --> CalcFinancialData CalcFinancialData : - CalcFinancialDataBalanceSheet CalcFinancialData : - CalcFinancialDataCashFlow CalcFinancialData : - CalcFinancialDataIncomeStatement CalcFinancialData : - CalcFinancialDataEarningReport CalcFinancialData --> CalcFinancialDataGrowth : ReportChangedWithPeriodEndDate CalcFinancialDataGrowth : - CalcFinancialDataBalanceSheetGrowth CalcFinancialDataGrowth : - CalcFinancialDataCashFlowGrowth CalcFinancialDataGrowth : - CalcFinancialDataIncomeStatementGrowth CalcFinancialDataGrowth : - CalcFinancialDataEarningReportGrowth state Efficiency { [*] --> EfficiencyRatio EfficiencyRatio --> EfficiencyRatioGrowth : EfficiencyRatioChanged } CalcFinancialData --> Efficiency : ReportChangedWithPeriodEndDate state FinancialHealth { [*] --> FinancialHealthRatio FinancialHealthRatio --> FinancialHealthRatioGrowth : FinancialHealthRatioChanged } CalcFinancialData --> FinancialHealth : ReportChangedWithPeriodEndDate state ProfitabilityData { [*] --> Profitability Profitability --> ProfitabilityGrowth : ProfitabilityChanged } CalcFinancialData --> ProfitabilityData : ReportChangedWithPeriodEndDate state MomentumData { [*] --> Momentum Momentum --> MomentumGrowth : MomentumChanged } CalcFinancialData --> MomentumData : ReportChangedWithPeriodEndDate -- state EstimateData { [*] --> Estimate Estimate --> EstimateGrowth : EstimateChanged } [*] --> EstimateData } ValuationRatio --> DerivedReportData : ValuationRatioChanged (FinancialHealthRatio) ??? MarketCapital --> DerivedReportData : MarketCapitalChanged (FinancialHealthRatio) ??? [*] --> EmployeeNumber : CDC EmployeeNumber --> DerivedReportData : EmployeeNumberChanged (Profitability) [*] --> RawEstimate : CDC RawEstimate --> DerivedReportData : EstimatedChanged (Estimate) AdjustPrice --> PriceMultipleValuation : AdjustPriceChanged DerivedReportData --> PriceMultipleValuation : ReportChangedWithFileDate\n (combine all changes, no growth) state PriceMultipleValuation { [*] --> PriceMultiple PriceMultiple : - PriceMultiple PriceMultiple : - ValuationRatio PriceMultiple --> PriceMultipleGrowth : PriceMultipleChanged PriceMultipleGrowth : - PriceMultipleGrowth PriceMultipleGrowth : - ValuationRatioGrowth } RawPrice --> AdjustPrice : RawPriceChanged SplitDividends --> AdjustPrice : SplitAndSpinOffChanged AdjustPrice --> MarketReturn : AdjustPriceChangedForMarketReturn\n(include SpinOffChange) SplitDividends --> MarketReturn : CashDividendChanged state MarketReturn { [*] --> MarketTotalReturn MarketTotalReturn --> MarketReturnGrowth : MarketTotalReturnChanged MarketTotalReturn --> ReturnsBasedRiskStatistics : MarketTotalReturnChanged } AdjustPrice --> PreferYield : PreferStockPriceChanged [*] --> PreferredStockSpecific : CDC PreferredStockSpecific --> PreferYield : PreferredStockSpecificChanged PreferYield --> PreferYieldGrowth : PreferYieldChanged PreferYieldGrowth --> [*] MarketReturn --> [*] PriceMultipleValuation --> [*] @enduml
false
true
false
false
sequence
3d4d03bf187f502653d48115f41499a5f1422707
52f8db7d1cc2cdf96edccf8ea67e11fa7d66187f
/uml/ClassDiagram.puml
da9cb1346205b095c34a68550783973d29012440
[]
no_license
kyubifang/jackson-7286-a5
e750b98b557eb62420b51bee9afe07a720f948f0
7a8d5a58a58d2aa62d966dec42433598e124164b
refs/heads/master
2023-06-26T13:22:44.770262
2021-07-26T03:57:21
2021-07-26T03:57:21
387,780,111
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,761
puml
@startuml class InventoryTracker { start() main() } class SceneManager { scenes: Map<String, Scene> load() getScene(String): Scene } class MainWindowController { items: ItemModel scenes: SceneManager fileManager: FileManager +MainWindowController(ItemModel, SceneManager) addItemButtonClicked(EventHandler) editItemButtonClicked(EventHandler) removeItemButtonClicked(EventHandler) saveInventoryAsCSVButtonClicked(EventHandler) addItem(String, String, BigDecimal) editItem() saveInventoryAsCSV(filename: String) saveInventoryAsHTML(filename: String) saveInventoryAsJSON(filename: String) } class AddItemWindowController { } class EditItemWindowController { } class RemoveItemWindowController { } class SearchItemWindowController { } class ItemModel { -ObservableList<Item> } class Item { -name: SimpleStringProperty -serialNumber: SimpleStringProperty -value: SimpleDoubleProperty +getName() +setName() +nameProperty() +getSerialNumber() } class FileManager { saveAsCSV(filename: String, data: String) saveAsJSON(filename: String, data: String) saveAsHTML(filename: String, data: String) } openjfx.org.Application <|-- InventoryTracker InventoryTracker -- SceneManager SceneManager -- MainWindowController SceneManager -- AddItemWindowController SceneManager -- EditItemWindowController SceneManager -- RemoveItemWindowController SceneManager -- SearchItemWindowController MainWindowController o-- ItemModel AddItemWindowController o-- ItemModel EditItemWindowController o-- ItemModel RemoveItemWindowController o-- ItemModel SearchItemWindowController o-- ItemModel ItemModel *-- Item MainWindowController o-- FileManager @enduml
false
true
false
false
class
6bfb40be7d84e2b84f2a40aa8c31af397b3e42b4
a58db08cb75b9e9c66bfe60eb93ab4edf613721d
/app/src/main/java/com/example/shutda/view/data/data.plantuml
61acc6be023db58f92477c32fbfe882c1207a21b
[]
no_license
HoYY/Shutda
afdaf17974cd444ab3611cda77945973419d5d10
b66e80f0993243e1c2231f1356f2be59f92acc64
refs/heads/master
2020-07-31T11:47:26.722242
2019-06-10T10:10:01
2019-06-10T10:10:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,585
plantuml
@startuml title __DATA's Class Diagram__\n package com.example.shutda { package com.example.shutda.view { package com.example.shutda.view.data { class DummyCards { {static} + TheNumberofCard : int {static} + January1 : int {static} + January2 : int {static} + February1 : int {static} + February2 : int {static} + March1 : int {static} + March2 : int {static} + April1 : int {static} + April2 : int {static} + May1 : int {static} + May2 : int {static} + June1 : int {static} + June2 : int {static} + July1 : int {static} + July2 : int {static} + August1 : int {static} + August2 : int {static} + September1 : int {static} + September2 : int {static} + October1 : int {static} + October2 : int {static} + Cards : int[] {static} + mangtong : int {static} + onegguk : int {static} + twogguk : int {static} + threegguk : int {static} + fourgguk : int {static} + fivegguk : int {static} + sixgguk : int {static} + sevengguk : int {static} + eightgguk : int {static} + gapou : int {static} + seryuk : int {static} + jangsa : int {static} + jangping : int {static} + guping : int {static} + doksa : int {static} + alli : int {static} + oneDDang : int {static} + twoDDang : int {static} + threeDDang : int {static} + fourDDang : int {static} + fiveDDang : int {static} + sixDDang : int {static} + sevenDDang : int {static} + eightDDang : int {static} + nineDDang : int {static} + jangDDang : int {static} + gwangDDang13 : int {static} + gwangDDAng18 : int {static} + gwangDDAng38 : int {static} + GwangCatcher : int {static} + DDangCatcher : int {static} + rematch : int {static} + rematchDumbful : int } } } } package com.example.shutda { package com.example.shutda.view { package com.example.shutda.view.data { class JogboData { + text : String + img : int + JogboData() } } } } package com.example.shutda { package com.example.shutda.view { package com.example.shutda.view.data { class User { - name : String - score : long - Card1 : int - Card2 : int - SumOfBetting : int - isAlive : boolean - EnableClickHalfButton : boolean - EnableClickCallButton : boolean - EnableClickDieButton : boolean - EnableClickCheckButton : boolean + User() + getName() + setName() + getScore() + setScore() + isAlive() + setAlive() + getCard1() + setCard1() + getCard2() + setCard2() + getSumOfBetting() + setSumOfBetting() + setEnableClickCheckButton() + setEnableClickCallButton() + setButtonClickEnable() + getButtonClickEnable() + getCardValues() + Betting() + All_in() } } } } package com.example.shutda { package com.example.shutda.view { package com.example.shutda.view.data { class UserForRank { ~ name : String ~ score : Long + UserForRank() + getName() + setName() + getScore() } } } } package com.example.shutda { package com.example.shutda.view { package com.example.shutda.view.data { class constantsField { {static} + basedBettingMoney : int {static} + onlyLeaveEnable : Boolean[] {static} + AllbuttonOFF : Boolean[] {static} + AITurnPeriod : int {static} + ReactionSpeed : int } } } } 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
0327561960ffe3a9ebba8819f86f692e4d7624a3
75eaa10c2313ae8dbf4d7ad1614d8b11c72672be
/app/src/main/java/demo/ht/com/heightproject/seven_principles/inversion/a.puml
c15062bc3f91f6dd773e938b8d262e3dd0e073e9
[]
no_license
langyangyangzzZ/HighLightProject
d33ab0d999f8daf9ee12cc45f35b30a0895d4cf5
bc4347673dafdbcbe870f843c85c93cf1995d5ed
refs/heads/master
2023-02-10T04:51:17.768529
2021-01-06T02:53:38
2021-01-06T02:53:38
325,489,089
0
0
null
null
null
null
UTF-8
PlantUML
false
false
347
puml
@startuml class A{ void run(); void run2(); } class B B ..|> A package foo1 <<Node>> { class Class1 } package foo2 <<Rectangle>> { class Class2 } package foo3 <<Folder>> { class Class3 } package foo4 <<Frame>> { class Class4 } package foo5 <<Cloud>> { class Class5 } package foo6 <<Database>> { class Class6 } @enduml
false
true
false
false
class
08678bbb67092d5eb82f879b0a194b8fd63920b7
ad92525fbd2bcf4178b4704616299f597f5e520c
/uml/antes.puml
1962c337183d1322e816830d43c4cb6af3065fd1
[]
no_license
alejandroleoz/CodeSmellExamples
67e36861d5a8d5cd0f33a3967185bba56eccb40f
96d3172300777e26e4de0d3883a52cbabbb35ee0
refs/heads/master
2021-01-01T05:20:33.159420
2019-05-14T23:22:25
2019-05-14T23:22:25
56,722,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
633
puml
@startuml class Persona { - nombre:String - apellido: String - fechaNacimiento: Date - provincia: String - localidad: String - calle: String - numero: int - rol: String + Persona() + Persona(nombre:String, apellido:String) + Persona(nombre:String, apellido:String, fechaNacimiento:Date) - init() : void + getNombre() : String + getApellido(): String + setDomicilio(provincia: String, localidad:String, calle:String, numero:int): void + printDomicilio(): void + getRol(): String + setRol(rol:String) + boolean estaAutorizado() } @enduml
false
true
false
false
class
7dfa34c3c7592d6af5b41ce47b31bdd27f0c86a3
6e43c89d67e8f3edcfea7d99aa87b09e47680b80
/Homework8/Homework8.puml
4e435379f4fc6d8fc427167397552efd629dd8d7
[]
no_license
SteveTsao/DesignPattern
9fe82d94b6550e0c8501f7eff28fbf13aa57bbfe
4879a9b9102877143d0e45bc01500a04b1e032d1
refs/heads/master
2021-09-12T23:20:23.307109
2018-04-22T15:20:17
2018-04-22T15:20:17
114,538,275
0
0
null
null
null
null
UTF-8
PlantUML
false
false
673
puml
@startuml interface PrintInterface { +open +close +print +display } abstract class AbstractPrint { {abstract}+open {abstract}+close {abstract}+print {abstract}+display } class RandomPrint { +open +close +print +display } interface DocumentInterface { +open +close +print } abstract class AbstractDocument { {abstract}+open {abstract}+close {abstract}+print } class DocumentTxt { +open +close +print } PrintInterface <|.. AbstractPrint AbstractPrint <|-- RandomPrint DocumentInterface <|.. AbstractDocument AbstractDocument <|-- DocumentTxt AbstractPrint -> DocumentInterface @enduml
false
true
false
false
class
f336ff6aeeb948927998310d659c115adc1b4afa
e8af03501ee1e8808dd5af079210ac26769893eb
/small.puml
8f9d8e9a7b4f8b61ca583314690a20eb26eae38c
[]
no_license
JakeGinnivan/journal
e1e875985606dd13936dff420c096f54ae2a14fc
2bcc5451211a086b58af77ddddc39217f04e850c
refs/heads/master
2022-03-20T10:32:49.522636
2019-12-24T15:21:32
2019-12-24T15:21:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,918
puml
@startuml scale 0.9 skinparam defaultFontName Calibri !include <office/Concepts/firewall> !include <office/Servers/server_generic> !include <office/Servers/server_farm> !include <office/Servers/cluster_server> !include <cloudinsight/docker> !include <office/Servers/reverse_proxy> !include <office/Users/users> !include <office/Clouds/cloud> !include <office/Servers/database_server> !include <office/Concepts/globe_internet> !include <office/Databases/database_availability_group> !include <office/Servers/web_server> !include <office/Users/administrator> !include <office/Servers/file_server> hide stereotype skinparam { ArrowColor<< https >> Red ArrowColor<< http >> Green ArrowColor<< ssh >> Purple ArrowColor<< nfs >> DarkOrange ArrowColor<< jdbc >> Blue ArrowColor<< flow >> Black DefaultTextAlignment center BackgroundColor White ' shadowing false RoundCorner 10 RoundCorner<< flat >> 50 dpi 300 } skinparam rectangle { BackgroundColor transparent BorderColor #cccccc 'GROUPE BorderColor<< groupe >> #888888 shadowing<< groupe >> false BorderStyle<< groupe >> dashed BorderTickness<< groupe >> 10 ' ~bug TextAlignment<< groupe >> left ' DMZ BorderColor<< dmz >> #999999 'FLAT BorderColor<< flat >> transparent shadowing<< flat >> false 'FW BorderColor<< fw >> chocolate } rectangle "Servers LAN" << dmz >> as lan { rectangle "<$web_server>\nApplication" as App rectangle "data" << groupe >> as data { rectangle "<$database_server>\nRedis" as redis rectangle "<$server_farm>\nhadoop" as hpc rectangle "<$database_availability_group>\nDatabase" as db rectangle "<$file_server>\nNAS" as nas } } 'user flow' 'app flows' App --> db << jdbc >> : 4 App --> hpc << flow >> : 6 App --> redis << flow >> : 5 App --> nas << nfs >> : 7 @enduml
false
true
false
false
sequence
72a0befb728cc2b966a84acb67901c41bd7b4981
ccc4a578b9cf4323653f87212acca9b3d12f1c23
/WasteWatcherApp/WasteWatcherApp/UML/AppDataFlow.puml
0ae71ad072efe1dbc756ac00d114e1c0621cf030
[]
no_license
MarioGeier00/WasterWatcherApp
383531013b68fb52927ef4abf529e83bd6beff4b
88190459884fa0252ebfe63fdf3e1ce852eeb75f
refs/heads/dev
2023-06-04T09:37:22.112757
2021-07-01T11:57:02
2021-07-01T11:57:02
355,274,133
0
0
null
2021-05-19T12:48:26
2021-04-06T17:24:11
C#
UTF-8
PlantUML
false
false
2,527
puml
@startuml !theme plain interface IProductSource<T> { GetData(barcode:string) : Task<T> } class Product { + ProductName : string <<get>> <<set>> + Barcode : string <<get>> <<set>> + Brand : string <<get>> <<set>> + ProductImage : string <<get>> <<set>> + Package : string <<get>> <<set>> + EcoScore : string <<get>> <<set>> } class OpenFoodFactsApi <<static>> { + {static} <<async>> GetProductDataByBarcode(barcode:string) : Task<Product> + {static} <<async>> GetProductDataJsonByBarcode(barcode:string) : Task<string> } class ProductCache { + {static} IsCachingEnabled : bool <<get>> <<set>> + ProductCache(fallbackSource:IProductSource<string>) + <<async>> GetData(barcode:string) : Task<string> } OpenFoodFactsApi --> ProductCache ProductCache --> OpenFoodFactsApi class ProductJsonParser { + <<async>> GetData(barcode:string) : Task<Product> + {static} Parse(jsonData:string, barcode:string) : Product } ProductCache --> ProductJsonParser ProductJsonParser --> ProductCache class ProductRequestStore { + GetData(barcode:string) : Task<Product> + {static} GetRequestedBarcodesSince(minimumDate:DateTime) : string[] SaveRequestDate(barcode:string, dateTime:DateTime) : void } "IProductSource" "<string>" <|-- ProductCache "IProductSource" "<Product>" <|-- ProductRequestStore "IProductSource" "<Product>" <|-- ProductJsonParser ProductRequestStore --> ProductJsonParser ProductJsonParser --> ProductRequestStore class MainPage <<partial>> { + MainPage(productSource:IProductSource<Product>) MainPage_Appearing(sender:object, e:EventArgs) : void CachingSwitch_Toggled(sender:object, e:ToggledEventArgs) : void <<async>> ShowTestProduct_Clicked(sender:object, e:EventArgs) : void <<async>> ScanButton_Clicked(sender:object, e:EventArgs) : void <<async>> LoadProduct(productId:string, minLoadingTime:uint) : Task<Product> <<async>> LoadWasteStatisticsAsync() : Task } class ProductInfoPage <<partial>> { + ProductInfoPage(product:Product) MainPage_Appearing(sender:object, e:EventArgs) : void <<async>> LoadWasteData(wasteData:WasteCollection) : void <<async>> EcoScoreInfoButton_Clicked(sender:object, e:EventArgs) : void <<async>> AddWasteInfo_Clicked(sender:object, e:EventArgs) : void } ContentPage <|-- ProductInfoPage ContentPage <|-- MainPage ProductRequestStore --> MainPage MainPage --> ProductRequestStore MainPage --> ProductInfoPage ProductInfoPage --> MainPage @enduml
false
true
true
false
class
e32439550ebd8d0943ddc27a87052aa9525f394d
5f4581d823f7540d542962a9b365d671bd32c77d
/packages/trustix-doc/doc_old/trustix-submission.puml
e3faba26cc6bf139c7efb162fbd9c535d0d667f7
[]
no_license
nix-community/trustix
2075ed137bc1ee8bce30c42254e08dad188d64ca
c852d3cb0f6eaa0dff2e6e25dcbfb48f5b494976
refs/heads/master
2023-06-22T13:11:11.464261
2022-11-04T03:52:55
2022-11-04T03:52:55
318,237,629
48
4
null
2023-03-08T22:07:52
2020-12-03T15:30:40
Go
UTF-8
PlantUML
false
false
756
puml
@startuml skinparam sequenceMessageAlign center skinparam padding 2 title Trustix log submission flow participant User participant Nix participant "Trustix post-build hook" as BuildHook participant "Trustix Log" as Trustix User-->Nix: Instantiate `hello` from nixpkgs with git sha ff00ff User<--Nix: /nix/store/lzq1bv4y9zjr75rj7b4lixkf4l3ac0lr-hello-2.10.drv User-->Nix: Realise (build) /nix/store/lzq1bv4y9zjr75rj7b4lixkf4l3ac0lr-hello-2.10.drv\n (store hash 5rxgjmfa79psrfa6ynl7agywg3q1mavn) Nix-->BuildHook: Submit 5rxgjmfa79psrfa6ynl7agywg3q1mavn BuildHook-->Trustix: Submit store hash 5rxgjmfa with output hash 0v1pkm7xg0gp5 Trustix-->Trustix: Publish STH (sign log) Trustix-->BuildHook: OK BuildHook-->Nix: OK Nix-->User: Return OK @enduml
false
true
false
false
sequence
bb65ff9323da3ccf379a10827c38469cbe60521e
d3570e8ad540d5a3732da8330c50907cc0ff82fc
/docs/eml_model.puml
10ce30eb96c517260b969a3420a47a97d82fc236
[ "Apache-2.0" ]
permissive
PASTAplus/metapype-eml
2089fb0d0a4e8be85c574b100695c4eadea4c4c1
d8f83ea74a6508365dab8c078bf65e3ee204ac5e
refs/heads/master
2023-04-27T22:29:29.392857
2023-04-19T00:45:43
2023-04-19T00:45:43
137,548,722
4
5
Apache-2.0
2023-01-06T03:12:45
2018-06-16T02:58:56
Python
UTF-8
PlantUML
false
false
2,180
puml
@startuml class eml { name: 'eml' attributes: {'packageId':'edi.23.1', 'system':'metapype'} content: None parent: None children: [access, dataset] } class access { name: 'access' attributes: {'authSystem':'pasta', 'order':'allowFirst'} content: None parent: eml children: [allow] } class allow { name: 'allow' attributes: {} content: None parent: access children: [principal, permission] } class principal { name: 'principal' attributes: {} content: 'uid=gaucho,o=EDI,dc=edirepository,dc=org' parent: allow children: [] } class permission { name: 'permission' attributes: {} content: 'all' parent: allow children: [] } class dataset { name: 'dataset' attributes: {} content: None parent: eml children: [title, creator, contact] } class title { name: 'title' attributes: {} content: 'Green sea turtle counts: Tortuga Island 2017' parent: dataset children: [] } class creator { name: 'creator' attributes: {} cotent: None parent: dataset children: [individualName_creator] } class contact { name: 'contact' attributes: [] content: None parent: dataset children: [individualName_contact] } class individualName_contact { name: 'individualName' attributes: {} content: None parent: creator children: [surName_contact] } class surName_contact { name: 'surName' attributes: {} content: 'Gaucho' parent: individualName_contact children: [] } class individualName_creator { name: 'individualName' attributes: {} content: None parent: creator children: [surName_creator] } class surName_creator { name: 'surName' attributes: {} content: 'Gaucho' parent: individualName_creator children: [] } eml <--> access eml <--> dataset access <--> allow allow <--> principal allow <--> permission dataset <--> title dataset <--> creator creator <--> individualName_creator individualName_creator <--> surName_creator dataset <--> contact contact <--> individualName_contact individualName_contact <--> surName_contact @enduml
false
true
false
false
class
47a38c9e0a6eb98fb008c55e47a6242589fd09ac
8452043d61819f0b7ee785740699d86d0b518d00
/etat/telephone-intelligent/etat-telephone-Intelligent-2.plantuml
9f4ccf3eaa43139f777787f0eeb14ab99dd35117
[]
no_license
arielsashcov/LOG210-exercices
30b4f560d40ad4e97fb859b39c8a79f9e69faa02
ff0662106974aa5b93faa0c818218d4af561bbd5
refs/heads/master
2023-02-19T21:22:51.983498
2021-01-21T18:21:00
2021-01-21T18:21:00
331,715,420
1
0
null
null
null
null
UTF-8
PlantUML
false
false
257
plantuml
@startuml skinparam Style strictuml title État du téléphone intélligent [*] -> Éteint Éteint --> Allumé: power() Allumé --> Éteint: power() Allumé --> Encharge: branche() Éteint --> Encharge: branche() Encharge --> Éteint: débranche() @enduml
false
true
true
false
sequence
4c788f868b348867d34f0be9808260ae317fdf06
5336f97e3eb81d4ad9b2939726bfde17ae682ea7
/desktop/src/com/mygdx/game/desktop/desktop.plantuml
6232a80eee4eb8b823121cf78dae54b77cfa4712
[]
no_license
kkersis/traffic-simulation-java
106bc38a9b50a59a77bc5793604314330ebd8aa7
f0088ea4143f9fa9dcb9b7c710f2e841d9760cc9
refs/heads/master
2022-09-13T07:54:04.482623
2020-05-28T06:08:33
2020-05-28T06:08:33
254,651,572
0
0
null
null
null
null
UTF-8
PlantUML
false
false
375
plantuml
@startuml title __DESKTOP's Class Diagram__\n namespace com.mygdx.game.desktop { class com.mygdx.game.desktop.DesktopLauncher { {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
9170224d43fb65dc5be88f85904351a01e2cd2ae
256d77b8a566bae638bc2923787394306efb6cc1
/doc/events.puml
b722529100a917ebd704fba9cf0cfec601ec221a
[ "MIT" ]
permissive
umitakkaya/store
b07a6a7f199b5b7518cf2f1fc542199467eafa7f
928043731721004b9c1465c9c88b1f3c53c40229
refs/heads/master
2020-07-30T10:26:34.600514
2019-10-23T11:25:01
2019-10-23T11:25:01
210,193,116
0
0
null
null
null
null
UTF-8
PlantUML
false
false
395
puml
@startuml Event ..> CartItemAddedEvent Event ..> UserPlacedOrderEvent interface Event { +getName(): string } class CartItemAddedEvent { -Cart cart -CartItem addedItem +getName(): string +getAddedCartItem(): CartItem +getCart(): Cart } class UserPlacedOrderEvent { -User user -Cart cart +getName(): string +getUser(): User +getCart(): Cart } @enduml
false
true
false
false
class
eb43c2899df5de9e0db6f9f300451f4c2a67088b
539cc25ee5a15b53f4649c7d2588e51d5c8138d2
/src/main/java/com/example/stowellcop3330assignment4/UML Class Diagram.puml
1b37a9d1a46a6c3f3fea6e96371541e9e3bca6ad
[]
no_license
Reese2as/Stowell-COP3330-Assignment4
6528368ac70cb6250a7d8090153a29cf07a6496f
a325af6748008881113c452d31399a56c3d0d4e1
refs/heads/master
2023-08-25T10:47:37.757376
2021-11-02T01:16:26
2021-11-02T01:16:26
423,667,013
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,245
puml
@startuml /' UCF COP3330 Fall 2021 Assignment 4 Solution Copyright 2021 Reese Stowell Class HelloController will be renamed to Controller and Class HelloApp will be renamed to App in the UML I used what it WILL BE '/ Class Controller { private Button AddList private Button DeleteList private Button LoadList private Button SaveList private ListView TodoLists private TextField Titlebox private Label Nameoflist private ListView ItemList private Button Edit private Button AddItem private Button DeleteItem private Button ShowCompleted private Button ShowIncomplete private Button ShowAll private Checkbox Completed private DatePicker EditDate private ChoiceBox EditStatus private TextArea EditDescription private DatePicker Date private ChoiceBox Status private TextArea Description private Button Save private Button SaveEdit AddList() DeleteList() LoadList() SaveList() AddItem() SaveItem() DeleteItem() ShowCompleted() ShowIncomplete() ShowAll() EditTodo() SaveEdit() initialize() } Class ToDoList { String Title Item[] Items } Class Item { String Description LocalDate Date Boolean Status } Class App { start(Stage stage) main() } ToDoList -- Item: > Holds App -- Controller: > Uses Controller -- ToDoList: > Creates and Uses @enduml
false
true
false
false
class
7037c1bd3f29d152fb403ce26be5e4f645dd293a
42e57a58fc95226a7ec40bca58c351092f126102
/kapitler/media/uml-datatype-elektronisksignatur.iuml
1ca25293c5309a27859d6de528e5e9ba2776b55e
[]
no_license
tsodring/noark5-tjenestegrensesnitt-standard
8d3b31fe83203255ae8361e639f99209974c3ece
df354ac231091e63bde3123f2c779009009b7e80
refs/heads/master
2023-01-22T01:33:20.794431
2019-07-02T12:40:47
2019-07-02T12:40:47
194,827,953
0
0
null
2019-07-02T09:03:29
2019-07-02T09:03:28
null
UTF-8
PlantUML
false
false
308
iuml
@startuml class Arkivstruktur.ElektroniskSignatur <<dataType>> { +elektroniskSignaturSikkerhetsnivaa : ElektroniskSignaturSikkerhetsnivaa +elektroniskSignaturVerifisert : ElektroniskSignaturVerifisert +verifisertDato : date +verifisertAv : string +referanseVerifisertAv : SystemID [0..1] } @enduml
false
true
false
false
class
ab5edae6023a177ba0dcb5ea458d69949981846a
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdater.puml
84cd3e8f4f7bfcec868e8532e7a7a4ace252a745
[]
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
416
puml
@startuml class WindowResultUpdater { + WindowResultUpdater() + RunStarted(testsToRun:ITestAdaptor) : void + RunFinished(testResults:ITestResultAdaptor) : void + TestStarted(testName:ITestAdaptor) : void + TestFinished(test:ITestResultAdaptor) : void + TestTreeRebuild(test:ITestAdaptor) : void } ICallbacks <|-- WindowResultUpdater ITestTreeRebuildCallbacks <|-- WindowResultUpdater @enduml
false
true
false
false
class
b842cf71c24e66a0b6550885e4c2085485c0fa55
20391c18be0f5d9fa3adee5029be766534a0cf8e
/singleton-pattern/example2/singleton-solution/heroes.plantuml
d78c8fb42a7c5048972e3598ff87b1adc6c47f8d
[]
no_license
Caballerog/blog
34ee257ea9e033dfab732d15b7eff7b2a03a59a0
c02c18b49cd65894ebd5e4f7eebc946195cde0f6
refs/heads/master
2023-04-28T15:00:41.602153
2023-04-21T19:56:59
2023-04-21T19:56:59
169,620,009
28
7
null
2022-12-11T21:37:16
2019-02-07T18:22:56
TypeScript
UTF-8
PlantUML
false
false
914
plantuml
@startuml interface Hero { + name: string + city: string } abstract class HeroBase { #hero: Hero # _getUniqueIdentificator: number # constructor(hero: Hero) + toString(): string + getUniqueIdentificator() {abstract}{static} #getHero(): HeroBase } class Batman extends HeroBase { - {static} instance: Batman; - constructor() + {static} getHero(): Batman } class Spiderman extends HeroBase { - {static} instance: Spiderman; - constructor() + {static} getHero(): Spiderman } class Client2 { - batman: Batman; - spiderman: Spiderman + constructor() + showHero(Hero): string } class Client1 { - batman: Batman; - spiderman: Spiderman + constructor() + showHero(Hero): string } HeroBase .> Hero : "<<use>>" Batman --o Client1 Spiderman --o Client1 Batman --o Client2 Spiderman --o Client2 Client1 <-. Context : "<<use>>" Client2 <-. Context : "<<use>>" @enduml
false
true
false
false
class
e51e4472dadeaa2e389f21b0e2fee9bd16d5d477
0452a0075bb759b7eaec770f843f058e682e4fe7
/src/UML/PhoneBook.puml
9c0f41e72c0d2ef1d7032ede4bfe6345ddebd110
[]
no_license
kh11884/PhoneBookSpringHibernate
c231e50be6148a94987ea10573f8e90ec6fe951e
1d0987a9d63b070a0bee1d25d119c53d3520ffa7
refs/heads/master
2021-01-06T10:26:25.437515
2020-03-01T12:35:05
2020-03-01T12:35:05
241,295,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,493
puml
@startuml actor User participant Browser participant Server database DataBase == show all contacts == User -> Browser: open PhoneBook Browser -> Server: http request (get) getAllContacts Server -> DataBase: SQL Request: SELECT with filter not deleted contacts Server <- DataBase: return contacts Browser <- Server: response contacts User <- Browser: show contacts == add contact == User -> Browser: fill form fields and press "add contacts" Browser -> Server: http request (post) addContact with data "Contact" Server -> DataBase: SQL Request: add new contact Server -> DataBase: SQL Request: SELECT with filter not deleted contacts Server <- DataBase: return contacts Browser <- Server: response contacts User <- Browser: show contacts == delete contact == User -> Browser: press button "delete" Browser -> Server: http request (post) deleteContact with data "Contact" Server -> DataBase: SQL Request: update contact - mark "deleted" Server -> DataBase: SQL Request: SELECT with filter not deleted contacts Server <- DataBase: return contacts Browser <- Server: response contacts User <- Browser: show contacts == filter == User -> Browser: fill form field and press button "filter" Browser -> Server: http request (get) getAllContacts with parameter keyString Server -> DataBase: SQL Request: SELECT with filter not deleted contacts and keyString (firstName OR lastName OR phone) Server <- DataBase: return contacts Browser <- Server: response contacts User <- Browser: show contacts @enduml
false
true
false
false
usecase
aa51a8ec2c380e6c26400843e35c45722bfb33b9
afaba8b7f5d826664155b257db77cf4dbf4b8816
/oop-pattern/ch07/resources/08-observer-sensor.puml
30bf27d8442c34a49b34273780294612ef80d1d1
[ "MIT" ]
permissive
appkr/pattern
b40b621e52c9b27be01f2a21f2f605a459ac998f
1e635f7b79cc4b89d2e75455cb14e1572619eb20
refs/heads/master
2022-11-02T01:56:18.654766
2022-10-12T08:45:58
2022-10-12T08:47:36
71,896,898
11
2
MIT
2018-11-10T15:05:11
2016-10-25T12:55:03
PHP
UTF-8
PlantUML
false
false
564
puml
@startuml abstract class Sensor <<observable>> { - observers: List<Display> + add(Display): void + remove(Display): void + notifyObservers(): void + {abstract}getState(): int + {abstract}setState(state: int): void } class HumiditySensor extends Sensor { - humidity: int } class TempratureSensor extends Sensor { - temperature: int } interface Display <<observer>> { + update(Sensor): void } class LogDisplay implements Display { - path: String } class ScreenDisplay implements Display { } Sensor o-> Display @enduml
false
true
false
false
class
85c569d6f56812c4b654aaa527eebdae5bb4a83c
bdd433c3af2f10384f0a4fb06a6354b51a70750e
/plantuml/Sequence Diagrams/Design/UC5.puml
e5310e93fd3cd4b605afa89852abb86d9d9d5550
[]
no_license
I4PRJ4/I4PRJ4-plantuml
d6188b60011e5a5f6f3cf7853393cba43996dfbf
2b528f0a911917d5ee61a6d0051d46ea59282c5a
refs/heads/master
2023-05-14T13:43:29.403199
2021-06-03T10:33:59
2021-06-03T10:33:59
348,710,373
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,628
puml
@startuml mainframe **sd** Use Case 5 - Fjern tip actor Moderator as mod control ":TipsController" as tipscont boundary ":HomeViewIndex" as homeindex boundary ":TipsViewIndex" as tipsindex boundary ":TipsViewDelete" as tipsdelete boundary ":TipRepository" as tipsrepo database ":DatabaseContext" as db mod -> tipscont: http GET Delete(int) note left Første del af use casen er udeladt og kan ses i sekvensdiagrammet "Indledende sekvensdiagram" end note Activate tipscont tipscont -> tipsrepo: GetTipDetails(int) Activate tipsrepo tipsrepo -> db: LINQ Query Activate db db --> tipsrepo: IQueryable<Tip> Deactivate db tipsrepo --> tipscont: IQueryable<Tip> Deactivate tipsrepo tipscont -> tipsdelete: UpdateView(int) Activate tipsdelete tipsdelete --> tipscont: View() Deactivate tipsdelete tipscont --> mod: http response Deactivate tipscont mod -> tipscont: http DELETE DeleteConfirmed(int) Activate tipscont tipscont -> tipsrepo: DeleteTip(int) Activate tipsrepo tipsrepo -> db: Remove(Tip) Activate db db --> tipsrepo: OK Deactivate db tipsrepo ->> db: SaveChangesAsync() tipsrepo --> tipscont: OK Deactivate tipsrepo tipscont -> tipsrepo: GetTips(int, string) Activate tipsrepo tipsrepo --> db: LINQ Query Activate db db --> tipsrepo: IQueryable<Tip> Deactivate db tipsrepo --> tipscont: IQueryable<Tip> Deactivate tipsrepo tipscont -> tipsindex: UpdateView(List<Tip>) Activate tipsindex tipsindex --> tipscont: View() Deactivate tipsindex tipscont --> mod: http response Deactivate tipscont hide footbox @enduml
false
true
true
false
usecase
8f80a1d828726f05367a94c3f42f07145b81bb4d
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
/src/dgraph/DGraphWriterDot.iuml
ec5e145d1557faed79332082c7d7b86aa0e6b1dd
[ "CECILL-B" ]
permissive
vanthonguyen/lattice-sequence
2e962d089b0053ba90332932fe3881dfe8ec71ac
72ebfe551ef013da521b81121e3f98164b2a00bf
refs/heads/master
2020-04-15T07:22:32.920465
2015-02-01T17:33:59
2015-02-01T17:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
266
iuml
package dgraph { class DGraphWriterDot { -{static}DGraphWriterDot instance +void write(DGraph graph, BufferedWriter file) +{static}DGraphWriterDot getInstance() +{static}void register() } DGraphWriter <|-- DGraphWriterDot }
false
true
false
false
class
9ea9a74d8bc3e35d6a32da816b2657f9a743b0fb
d8542196004614346e18570418310e4104c01578
/docs/proposals/images/controlplane/controlplane-init-4.plantuml
2e19ada0d194d7e4cddbe0c09c4dbc5417c8ea94
[ "Apache-2.0" ]
permissive
diamanticom/cluster-api
d30ab09dd0756742707a7483e6cf7919562eaf64
1491f04a099dfcb9c61d116bed1236dc6426dc5e
refs/heads/master
2022-01-01T14:28:15.712115
2021-08-30T20:43:39
2021-08-30T20:43:39
238,814,477
1
1
Apache-2.0
2021-06-01T12:56:47
2020-02-07T00:39:53
Go
UTF-8
PlantUML
false
false
1,011
plantuml
@startuml title User creates a Cluster with KubeadmControlPlane ' -- GROUPS START --- box #lightgreen participant "API Server" end box box #lightslategray participant "Cluster API Cluster Controller" end box ' -- GROUPS END --- "API Server"-->>"Cluster API Cluster Controller": KubeadmControlPlane updated "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Cluster Controller Reconcile activate "Cluster API Cluster Controller" opt Cluster.Spec.ControlPlaneRef -> Status.Initialized is true "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Set Cluster.Status.ControlPlaneInitialized = true opt Cluster.Spec.ControlPlaneRef -> Status.Ready is true "Cluster API Cluster Controller"-> "Cluster API Cluster Controller":Set Cluster.Status.ControlPlaneReady = true end end "Cluster API Cluster Controller"->"API Server": Patch Cluster Status "Cluster API Cluster Controller"<<--"API Server": Response deactivate "Cluster API Cluster Controller" hide footbox @enduml
false
true
false
false
sequence
fefa9cbffd5454719c89a13acf315c6ef45bd627
da311f3c39421f5ff2277bd403b80cb0587c8abc
/Serveur/diagrammes/class_diagram_fragments/class_diagram_bdd.puml
2a9195d37ce4930a15fb23b50b8b4801cb0ddea1
[]
no_license
Reynault/Pipop-Calendar
380059bcbaa89d464b9ddf7c5661c924bb47b2ab
5d2b5e28f604cd67964b316517c80c490ce5692e
refs/heads/master
2021-06-09T14:35:16.647870
2019-03-29T14:22:13
2019-03-29T14:22:13
173,611,806
8
3
null
2021-04-29T09:40:03
2019-03-03T18:12:28
JavaScript
UTF-8
PlantUML
false
false
1,299
puml
@startuml skinparam class { BackgroundColor AliceBlue ArrowColor DarkTurquoise BorderColor Turquoise } skinparam stereotypeCBackgroundColor DarkTurquoise skinparam stereotypeIBackgroundColor Magenta skinparam stereotypeABackgroundColor Yellow package "serveur.mycalendar.modele" #F0F0F0 { package bdd #E0E0E0 { class GestionnaireBDD <<(S, #FF7700)>> { {field}{static}private static GestionnaireBDD instance {field}{static}private static String userName {field}{static}private static String password {field}{static}private static String serverName {field}{static}private static String portNumber {field}{static}private static String name {field}{static}private static String url private GestionnaireBDD() {static}public static synchronized GestionnaireBDD getInstance() {static}public static Connection getConnection() public void createConnection() public void closeConnection() public void setNomDB(String nomDb) {static}public static String getName() {static}public static boolean verifierExistenceCalendrier(int idc) {static}public static boolean verifierAjoutAmi(String email1, String email2) } } GestionnaireBDD -- "2" Properties GestionnaireBDD -- "1" Connection } @enduml
false
true
false
false
class
cd7d2bcd14f49f48cfe10a168543e3add587fa10
a7817aab72d8baed265f5c1a413257a235328d16
/trab1/casodeUso.plantuml
0acc73f2c15580e93ddb698e623654c335caf9a5
[]
no_license
RenataBrito/SistemasComputacionaisDistribuidos
9231a1b1cda3619ca3309e9d51660044dd561d03
6c824ab5a0017b73abfd4706b650b41ee70561ec
refs/heads/master
2023-01-22T02:35:27.438746
2020-12-01T02:28:40
2020-12-01T02:28:40
313,495,962
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,126
plantuml
@startuml Trabalho 2 left to right direction skinparam Style strictuml actor "Usuario da Rede" as u_Rede actor "Vendedor" as vendedor actor "Cliente" as cliente actor "Dono da Rede" as dono usecase "Modificar função de usuário" as mod usecase "Cadastrar na rede" as cad_Rede usecase "Consultar carro" as con_car usecase "Comprar carro" as comp_car usecase "Anunciar carro" as anun_car usecase "Cancelar anuncio" as can_anun usecase "Adicionar e remover membros a rede" as mrede usecase "Editar cadastros na rede" as edit usecase "Efetuar pagamento" as pagar usecase "Alterar dados do anuncio" as alt_anun usecase "Enviar mensagem" as envia usecase "Avaliar Compra" as avalia 'casos de uso u_Rede --> cad_Rede u_Rede --> con_car u_Rede --> envia cliente --> comp_car cliente --> avalia dono --> mod dono --> mrede dono --> edit vendedor --> anun_car anun_car -- alt_anun : extend anun_car -- can_anun : extend comp_car -- pagar : include 'include = obriga a execucao do UC incluido quando UC base eh executadp 'extend = execucao do UC estendido eh opcional 'herenca u_Rede <|-- vendedor u_Rede <|-- cliente @enduml
false
true
true
false
usecase
cc9c7c6c67efe4ca5f06957c71206a6746c01398
a35809cd34147b14b63d8b2dc942054392805e68
/src/main/java/com/shengsiyuan/dp/adapter/objectadapter/objectadapter.puml
5d2069f7de6c2764cbc9f7cb12f1a651d6794b61
[]
no_license
fyk943749465/netty_lecture
8185cb628f89128420024ae613887bfd74fc222f
7afcab5e42a60e281b83f29ccb8dd0c61af1e53a
refs/heads/master
2023-02-22T01:31:44.187631
2021-01-29T14:02:50
2021-01-29T14:02:50
319,482,885
0
0
null
null
null
null
UTF-8
PlantUML
false
false
417
puml
@startuml class Voltage220V { } interface Voltage5V { } class VoltageAdapter { - voltage220V: Voltage220V + VoltageAdapter(Voltage220V voltage220V):VoltageAdapter } Voltage220V o-- VoltageAdapter Voltage5V <|.. VoltageAdapter class Phone { + charging(voltage5V: Voltage5V): void } Voltage5V <.. Phone class Client { } Phone <.. Client VoltageAdapter <.. Client Voltage220V <.. Client @enduml
false
true
false
false
class
3a139c23f1bf1e20a4294d3a20e8ccdc3422cbe3
9e8e943a3e6b3aeb396a0f270f6b38382fac6540
/use_cases_cognitive_arbitration_actors.plantuml
c23e395aad09e08fc3b8b06cb9ea41feda9fd9a9
[ "MIT" ]
permissive
icocheck/techspecs
ccb59d1207420f6bb6be8000bfa40f04261e4558
a1b38d9e7d088bcd3fa16b5603ba767ddc44360e
refs/heads/master
2021-07-05T13:05:55.324357
2017-10-01T12:21:52
2017-10-01T12:21:52
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,440
plantuml
@startuml rectangle "Generic Pools" { actor :Worker Nodes: as workers actor :Validator Nodes: as validators actor :Arbiter Nodes: as arbiters validators --|> workers: high stake arbiters --|> validators: high reputation } rectangle "Public Arbitration\nParticipants" { actor :Public Arbitration\nApplicant Nodes\n(PAAN): as paan actor :Public Arbitration\nQuorum Nodes\n(PAQN): as paqn actor :Public Arbitration\nExcluded Nodes\n(PAEN): as paen rectangle "Closed Arbitration\nParticipants" { rectangle "Validation Participants" { actor :Original Worker\nNode (OWN): as own actor :Original Validator\nNode (OVN): as ovn } actor :3 x Closed Arbitration\nArbiter Nodes\n(CAAN): as caan } } actor :Appealing Nodes\n(ApN): as apn actor :Initial Appealing\nNode (IApN): as iapn actor :Public Appealing\nNode (PApN): as papn apn <|-- iapn apn <|-- papn rectangle "Final Categories" { actor :Faulty Node(s)\n(FN): as fn actor :True Node(s)\n(TN): as tn } own --|> workers: lottery ovn --|> validators: lottery caan --|> arbiters: lottery paan --|> workers: opened applications paan <|-- paqn: if responded paan <|-- paen: if didn't responded iapn <|.. own: in case of initial appeal papn <|.. own: in case of public appeal papn <|.. ovn: in case of public appeal 'fn <|.. own 'fn <|.. ovn 'fn <|.. caan 'fn <|.. paqn: <25% 'tn <|.. own 'tn <|.. ovn 'tn <|.. caan 'tn <|.. paqn: >75% @enduml
false
true
false
false
usecase
f3fa150b9d640505a994ba3ec3530f25e9779811
5c415270a84b05da7de1098123f86e2e7538ed63
/uml/ex_2/schema.puml
10fb7ac68bf9f30d12c044d297041a3317de62d1
[]
no_license
maxime-bambara/php-poo-learning
9ab934fc60a046cb3693af551ab87d0581e1f1d0
38098553777fbfa15367706fb6637636ebf0b3f0
refs/heads/master
2023-02-11T13:07:19.012140
2021-01-12T09:00:43
2021-01-12T09:00:43
328,599,965
0
0
null
null
null
null
UTF-8
PlantUML
false
false
110
puml
@startuml Person *-- Heart Person *-- Hand City o-- Tree City o-- Car Pond *-- Water Pond o-- Duck @enduml
false
true
false
false
class
24d9f141c5714a56d63428367d6471d189a8677a
e2dd502e4d1d4c8e408bea3ed0754f9a8289e8ae
/documentation/uml/entities.plantuml
1acc5891f8fb28f23843956941852ff9da64458a
[]
no_license
danadambean/Proiect_Java_Scoala_Informala
51f0fa01606e4d48eb6ba9e870df6bbdd490a4e4
6ede12974c9a10ef91114c89e04c91b1a65c8108
refs/heads/master
2023-03-01T03:45:01.218317
2021-02-02T14:24:26
2021-02-02T14:24:26
335,292,678
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,271
plantuml
@startuml title __ENTITIES's Class Diagram__\n namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.AppUser { ~ id : long - created : Date - email : String - password : String - passwordConfirm : String - userName : String + AppUser() + AppUser() + getCreated() + getEmail() + getId() + getPassword() + getPasswordConfirm() + getRole() + getUserName() + setCreated() + setEmail() + setId() + setPassword() + setRole() + setUserName() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.DailySchedule { ~ dayId : long - name : String + DailySchedule() + DailySchedule() + DailySchedule() + equals() + getDayId() + getItinerary() + getName() + hashCode() + setDayId() + setItinerary() + setName() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.Favorite { ~ id : long - dateAdded : Date + Favorite() + Favorite() + getDateAdded() + getId() + getPlace() + getUser() + setDateAdded() + setId() + setPlace() + setUser() + toString() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.HourMapping { - hourId : long - time : String + HourMapping() + HourMapping() + equals() + getDailySchedule() + getHourId() + getPlace() + getTime() + hashCode() + setDailySchedule() + setHourId() + setPlace() + setTime() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.Itinerary { ~ itineraryId : long - created : Date - description : String - name : String - startDate : Date + Itinerary() + Itinerary() + Itinerary() + equals() + getCreated() + getDescription() + getItineraryId() + getName() + getStartDate() + getUser() + hashCode() + setCreated() + setDescription() + setItineraryId() + setName() + setStartDate() + setUser() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.Place { ~ id : long - address : String - city : String - coordinates : String - county : String - created : Date - description : String - email : String - galleryImage1FileName : String - galleryImage2FileName : String - galleryImage3FileName : String - galleryImage4FileName : String - galleryImage5FileName : String - name : String - phoneNumber : String - thumbnailFileName : String - workingHours : String + Place() + Place() + getAddress() + getCategory() + getCity() + getCoordinates() + getCounty() + getCreated() + getDescription() + getEmail() + getGalleryImage1FileName() + getGalleryImage1Path() + getGalleryImage2FileName() + getGalleryImage2Path() + getGalleryImage3FileName() + getGalleryImage3Path() + getGalleryImage4FileName() + getGalleryImage4Path() + getGalleryImage5FileName() + getGalleryImage5Path() + getId() + getName() + getPhoneNumber() + getSubcategory() + getThumbnailFileName() + getThumbnailImagePath() + getUser() + getWorkingHours() + setAddress() + setCategory() + setCity() + setCoordinates() + setCounty() + setCreated() + setDescription() + setEmail() + setGalleryImage1FileName() + setGalleryImage2FileName() + setGalleryImage3FileName() + setGalleryImage4FileName() + setGalleryImage5FileName() + setId() + setName() + setPhoneNumber() + setSubcategory() + setThumbnailFileName() + setUser() + setWorkingHours() + toString() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.Rating { ~ id : long - comment : String - created : Date - starRating : int + Rating() + Rating() + getComment() + getCreated() + getId() + getPlace() + getStarRating() + getUser() + setComment() + setCreated() + setId() + setPlace() + setStarRating() + setUser() } } } namespace ci.travel_app.walkthebear { namespace model.entities { class sci.travel_app.walkthebear.model.entities.UnplannedPlacesList { - listId : long - unplannedPlacesTemp : List<Place> + getListId() + getUnplannedPlacesTemp() + getUser() + setListId() + setUnplannedPlacesTemp() + setUser() } } } sci.travel_app.walkthebear.model.entities.AppUser o-- sci.travel_app.walkthebear.model.misc.AppUserRole : role sci.travel_app.walkthebear.model.entities.DailySchedule o-- sci.travel_app.walkthebear.model.entities.Itinerary : itinerary sci.travel_app.walkthebear.model.entities.Favorite o-- sci.travel_app.walkthebear.model.entities.Place : place sci.travel_app.walkthebear.model.entities.Favorite o-- sci.travel_app.walkthebear.model.entities.AppUser : user sci.travel_app.walkthebear.model.entities.HourMapping o-- sci.travel_app.walkthebear.model.entities.DailySchedule : dailySchedule sci.travel_app.walkthebear.model.entities.HourMapping o-- sci.travel_app.walkthebear.model.entities.Place : place sci.travel_app.walkthebear.model.entities.Itinerary o-- sci.travel_app.walkthebear.model.entities.AppUser : user sci.travel_app.walkthebear.model.entities.Place o-- sci.travel_app.walkthebear.model.misc.Category : category sci.travel_app.walkthebear.model.entities.Place o-- sci.travel_app.walkthebear.model.misc.SubCategory : subcategory sci.travel_app.walkthebear.model.entities.Place o-- sci.travel_app.walkthebear.model.entities.AppUser : user sci.travel_app.walkthebear.model.entities.Rating o-- sci.travel_app.walkthebear.model.entities.Place : place sci.travel_app.walkthebear.model.entities.Rating o-- sci.travel_app.walkthebear.model.entities.AppUser : user sci.travel_app.walkthebear.model.entities.UnplannedPlacesList o-- sci.travel_app.walkthebear.model.entities.AppUser : user right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
77e726b76b29948b0331f9d0a6a9f6e952d78a51
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Applications/Deploy-App.puml
b29e418f229dedf54994fabef3d9f4dc1cbbd8a4
[]
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
255
puml
@startuml Actor "actorName" as A box "Manage-Applications" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-app-deploy() CLI -> S : app/deploy() A -> Web : app/deploy() Web -> S : app/deploy() end box @enduml
false
true
false
false
sequence
4ec956b5317325292d3674b7e3a2c33f37f94185
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/models/Viewable.puml
3d636fe43cc71bc2d7783a75b997d5766e9b2f7a
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
1,770
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none interface "<b><size:14>Viewable</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Viewable [[../../soen6441riskgame/models/Viewable.html{soen6441riskgame.models.Viewable}]] { {abstract} +void view(PrintStream printStream,int indent) +void view() +void view(int indent) +void view(PrintStream printStream) +void printIndent(int indent) +void printIndent(PrintStream printStream,int indent) } class "<b><size:14>Card</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Card [[../../soen6441riskgame/models/Card.html{soen6441riskgame.models.Card}]] { } hide soen6441riskgame.models.Card fields hide soen6441riskgame.models.Card methods soen6441riskgame.models.Card ..|> soen6441riskgame.models.Viewable class "<b><size:14>Continent</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Continent [[../../soen6441riskgame/models/Continent.html{soen6441riskgame.models.Continent}]] { } hide soen6441riskgame.models.Continent fields hide soen6441riskgame.models.Continent methods soen6441riskgame.models.Continent ..|> soen6441riskgame.models.Viewable class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] { } hide soen6441riskgame.models.Country fields hide soen6441riskgame.models.Country methods soen6441riskgame.models.Country ..|> soen6441riskgame.models.Viewable class "<b><size:14>PrintStream</b>\n<size:10>java.io" as java.io.PrintStream #lightgrey { } hide java.io.PrintStream fields hide java.io.PrintStream methods soen6441riskgame.models.Viewable ..> java.io.PrintStream @enduml
false
true
false
false
class
d659d0ade5abd78dbb7ab70891d61ae6d6e05ad1
2d334c01a079ace819aff6759708680e67440926
/docs/design/client_factory.puml
b6cf18350ab6ce6dfa794fbd4488d57c9626ccae
[ "MIT" ]
permissive
kyoacker/msgraph-sdk-python-core
b8a25a578023ad4d5a432e09694e1412115673e5
4404367456d5b6a66fe950b1a2d6c8a75d0b7882
refs/heads/master
2023-06-16T16:02:37.010918
2021-06-10T18:12:29
2021-06-10T18:12:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
879
puml
@startuml ClientFactory enum NationalClouds { +GERMANY +PUBLIC +US_GOV +CHINA } class HttpClientFactory { -TIMEOUT: string -SDK_VERSION: string -BASE_URL: string -pipeline: MiddlewarePipeline +__init__(session: Session, cloud: NationalClouds) +with_default_middleware(auth_provider: TokenCredential): Session +with_user_middleware(middleware: [Middleware]): Session } class Session {} class GraphClient { -session: Session +__init__(session: Session, credential: TokenCredential, version: ApiVersion, cloud: NationalClouds) +get() +post() +put() +patch() +delete() } package "middleware" { class MiddlewarePipeline {} } HttpClientFactory --> NationalClouds HttpClientFactory -right-> middleware HttpClientFactory --> Session GraphClient -right-> HttpClientFactory note right of Session: HTTPClient imported from requests @enduml
false
true
false
false
class
131237af482c21c46e6028c4bb1463cc094426ac
1bdd30cc501cd2eb5f7b21d9681397e10531269a
/documentation/place_order_sequence.puml
c447522647aba8adcc1322de0fae96911ead0368
[]
no_license
Thomas-Rosenkrans-Vestergaard/fog
259d6b3f32dea5075fdc2f3c0e2c23ed3703bb46
05239f4f094b30daf39a72cbaf2bb990a1d8bc98
refs/heads/master
2020-03-12T01:58:30.521446
2018-06-02T08:39:33
2018-06-02T08:39:33
130,370,988
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,334
puml
@startuml title Order placement by authorized users. actor Kunde as Customer collections "/place-order" as PLACE_JSP collections "/order" as ORDER_JSP control PlaceOrderServlet as Servlet control CsrfProtector as Csrf entity Notifications entity OrderFacade entity OrderPlacer entity OrderValidator entity OrderDAO database Database Customer -> PLACE_JSP : Indtast information. PLACE_JSP -> Servlet : doPost() Servlet -> Csrf : verify() Csrf --> Servlet : boolean alt Csrf error Servlet -> Notifications : error() Notifications --> Servlet : void Servlet --> PLACE_JSP : sendRedirect() else No Csrf error Servlet -> OrderFacade : create() OrderFacade -> OrderPlacer : place() OrderPlacer -> OrderValidator : validate() OrderValidator --> OrderPlacer : errors break !errors.isEmpty() OrderPlacer --> Servlet : throw OrderValidationException loop foreach Error Servlet -> Notifications : .error(Error) Notifications --> Servlet end Servlet --> PLACE_JSP : sendRedirect() end OrderPlacer -> OrderDAO : create() OrderDAO -> Database : INSERT Database --> OrderDAO : Results OrderDAO --> OrderPlacer : Order OrderPlacer --> OrderFacade : Order OrderFacade --> Servlet : Order Servlet --> ORDER_JSP : sendRedirect() end @enduml
false
true
false
false
usecase
ee306164c2f89e928a40d2efdfd238dcb3320932
5992899e0dc7e047598bf810d6d66fb171b6b8fa
/src/main/javadoc/resources/fr/kbertet/lattice/io/ImplicationalSystemReaderText.iuml
8ac50202ab8528a24ab83d9314d1b5ca021d2863
[ "CECILL-B" ]
permissive
kbertet/java-lattices
9e237162ce8330f64769e27284a7f98fa189206f
ddca76f97c41024866e3f3a32b719cb0492c034b
refs/heads/master
2020-12-03T09:19:43.451861
2014-12-12T11:20:45
2014-12-12T11:20:45
29,913,611
1
0
null
2015-01-27T12:41:58
2015-01-27T12:41:58
null
UTF-8
PlantUML
false
false
363
iuml
package fr.kbertet.lattice.io { class ImplicationalSystemReaderText { -{static}ImplicationalSystemReaderText instance +void read(ImplicationalSystem system, BufferedReader file) +{static}ImplicationalSystemReaderText getInstance() +{static}void register() } ImplicationalSystemReader <|-- ImplicationalSystemReaderText }
false
true
false
false
class
13394b26878bafa006d950eeb82d4d7f0eaa5217
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/network-discovery/bfd-session-FSM.puml
674e477c6cfa90c80a5986d2badf9112273254c1
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
2,125
puml
Internal data * BfdSessionData * BFD discriminator * effective properties * action * error flag Internal signals * action-success * action-fail * ready Input signals * online * offline * port-up * port-down * enable (ISL-FSM) * disable (ISL-FSM) * speaker-response Output signals * bfd-up * bfd-down * bfd-fail * bfd-kill @startuml bfd-port-FSM title BFD session FSM [*] --> ENTER note right of ENTER The system must receive one of the events that lead out of this state right after FSM was created. i.e. FSM must not stay in this state. end note ENTER : enter / load existing session ENTER : enter / load existing properties ENTER --> PREPARE : enable ENTER --> REMOVING : disable PREPARE : enter / reset effective properties PREPARE : enter / allocate(lock) BFD-discriminator PREPARE : enter / [isOnline] make BFD-setup action and fire ready PREPARE --> CREATING : ready PREPARE --> HOUSEKEEPING : disable PREPARE --> ERROR : error PREPARE : online / make BFD-setup action and fire ready CREATING : enter / clean port status transitions CREATING --> ACTIVE : action-success CREATING --> ERROR : action-fail CREATING --> REMOVING : disable ACTIVE : enter / save properties into DB state ACTIVE { [*] --> WAIT_STATUS WAIT_STATUS : enter / pull port status transition WAIT_STATUS --> UP : port-up WAIT_STATUS --> DOWN : port-down UP -r-> DOWN : port-down UP : enter / emit bfd-up DOWN -l-> UP : port-up DOWN : enter / emit bfd-down } ACTIVE --> REMOVING : disable ACTIVE --> OFFLINE : offline ACTIVE : exit / emit bfd-kill OFFLINE : enter / clean port status transitions OFFLINE --> ACTIVE : online OFFLINE --> REMOVING : disable REMOVING : enter / [isOnline] make BFD-remove action REMOVING --> HOUSEKEEPING : action-success REMOVING : action-fail / emit bfd-fail REMOVING : online / make BFD-remove action REMOVING : disable / [isOnline] make BFD-remove action ERROR : enter / raise error flag ERROR : enter / emit bfd-fail ERROR --> HOUSEKEEPING : next HOUSEKEEPING : enter / [discriminator != null] release BFD-discriminator HOUSEKEEPING --> [*] : next @enduml
false
true
false
false
sequence
0418fc852d768e85707def86dd98852ec27e0217
3781d5adcc4a353f8e98725d5ccf2436e2d2edf7
/media/rest-anatomy.puml
e3e53014fa7cb6ee6e06a5db0ae19b5c6c387e9f
[]
no_license
ilearnazuretoday/create-api
e1bcdf1a0b646414c85c752fcfa53644541e2792
a949cfbc575509f8e8d8292c5bfaf3aa12c6d65c
refs/heads/main
2023-07-18T19:57:09.826954
2021-06-22T12:45:19
2021-06-22T12:45:19
386,993,711
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,654
puml
@startuml rest-anatomy !theme cerulean participant client participant request participant response participant "REST API\nendpoint" as api ==Build Request== client -> request: Create request note left:- Metnod\n- EndpointURL\n- Path to resource\n- HTTP Version [optional]\n- Headers note across: Certain verbs require additonal informaiton on request alt GET client -> request: without parameters note right: by default GET will \nretrieve all resources client -> request: add query parameters, this is like filtering note right: if endpoint supports\n query parameters, **?q=** client -> request: add /{ID} to retrieve specific resource end alt POST, PUT, PATCH client -> request: add payload note right: payload can be JSON \nor XML or other content type end alt DELETE client -> request: must add /{ID} to delete specific resource end ==Send Request== client -> api:issue request by calling API endpoint api ->]: <<backend service>> ==Receive Response== note across: Certain verbs require additonal informaiton on response api -> response : Create response alt GET api -> response: Status code **200** (OK) with payload note right: Payload type depends on the \n**content-type** header value end alt POST, PUT api -> response: Status code **201** (Created) with id of \n changed/created resource note right: No payload end alt DELETE api -> response: Status code **204** (No Content) note right: No payload end alt ERROR api -> response: Status codes starting with **4** or **5** note right: Those status codes indicate errror, some of them can have payloads end ==Send Response== api -> client: Send response to the client @enduml
false
true
false
false
sequence
104f8042e6d94eb5f53486ee9123efdac8f55ac8
e251f0f9a7fcc88a46be4be7e969da1ce5336c59
/src/main/java/Iterateur/Name/README.puml
7ce48b2850204eedb2a36ad862e5f6895cff6143
[]
no_license
RaulSima/LOG121-GOF-exemples
c8974b93825d4b29e833ffde899b1c4056d87c75
f778d48faa2d79d5f2d4cb7b46fccacf493e5b29
refs/heads/master
2023-02-21T01:34:43.043039
2021-01-22T20:01:59
2021-01-22T20:01:59
330,019,270
0
0
null
2021-01-15T20:49:47
2021-01-15T20:49:34
null
UTF-8
PlantUML
false
false
537
puml
@startuml Diagramme de classe skinparam style strictuml interface Container <<Interface>> { getIterator(): Iterator } interface Iterator <<Interface>> { hasNext(): boolen next(): Object } class NameRepository{ name: String[] getIterator(): Iterator } class NameIterator{ hasNext(): boolean next(): Object } class IteratorPatternDemo{ main():void } class NameRepository implements Container class NameIterator implements Iterator IteratorPatternDemo -> NameRepository : uses NameRepository -> NameIterator : as @enduml
false
true
false
false
sequence
ccd0a380cae260bbe91d35a4cb359fbf316a4941
3495a3bc8450a240a21780fb8c795c215f88000a
/Exemplos/uc13-timer example/UC13_MD.puml
4bd80324628fea2368b7b9b1849a97b98c210d06
[]
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,505
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Plataforma { -String designacao } class TipoRegimento { -String designacao -String descricaoRegras } class Freelancer { -String nome -String NIF -String telefone -String email } class Anuncio { -Date dtInicioPublicitacao -Date dtFimPublicitacao -Date dtInicioCandidatura -Date dtFimCandidatura -Date dtInicioSeriacao -Date dtFimSeriacao } class Candidatura { -Date dataCandidatura -Double valorPretendido -Integer nrDias -String txtApresentacao -String txtMotivacao } class Classificacao { -Integer lugar } class ProcessoSeriacao { -Date dataRealizacao -String conclusao } class ProcessoAdjudicacao { } Plataforma "1" -- "*" TipoRegimento : suporta > Plataforma "1" -- "*" Anuncio : publicita > Plataforma "1" -- "*" Freelancer : tem/usa > Anuncio "*" -- "1" TipoRegimento: rege-se por > Anuncio "1" -- "*" Candidatura: recebe > Anuncio "1" -- "0..1" ProcessoSeriacao: espoleta > Anuncio "1" -- "0..1" ProcessoAdjudicacao: espoleta > Candidatura "*" -- "1" Freelancer: realizada por > ProcessoSeriacao "*" -- "1" TipoRegimento: decorre em concordância com > ProcessoSeriacao "1" -- "*" Classificacao: resulta > ProcessoAdjudicacao "1" -- "*" Classificacao: resulta > ProcessoAdjudicacao "*" -- "1" TipoRegimento: decorre em concordância com > Classificacao "0..1" -- "1" Candidatura: referente a > @enduml
false
true
true
false
class
a27fb9207b8908df1ff5f518e13e680afba9ecc1
4d3b41d0c0e5b97f4591e31a2e1834e1474bfa3d
/docs/actors.puml
e7faaafd4218f9820173cf6b0a00d414f23be7b0
[]
no_license
zhongdj/learning-zio
d167a07c2585970b243ce6fc6d4ef0a02193fd3f
e6d65c560321a88576819062957d81a369ff584d
refs/heads/main
2023-06-18T22:36:24.506216
2021-07-11T14:24:54
2021-07-11T14:24:54
374,076,309
3
0
null
null
null
null
UTF-8
PlantUML
false
false
3,431
puml
@startuml package "domain" { interface DomainEvent #LightGreen interface DomainEventProcessor #LightGreen package "mgt" { class AnalysisProject #Orange } package "git" { class GitProject #LightGreen package "commit" #LightGreen { class GitCommit #LightGreen class GitCommitCreated #LightGreen implements DomainEvent interface GitCommitRepository #LightGreen } package "entry" { class EntryAdded #LightGreen implements DomainEvent class EntryDeleted #LightGreen implements DomainEvent class EntryMoved #LightGreen implements DomainEvent class CommitEntryOpProcessor #Orange implements DomainEventProcessor EntryAdded *-up- GitCommit EntryDeleted *-up- GitCommit EntryMoved *-up- GitCommit } package "contributor" { class CommitContributorProcessor #Turquoise implements DomainEventProcessor class Contributor #LightGreen class ProjectContributor #LightGreen interface ContributorRepository #Orange ContributorRepository .. Contributor: save > ContributorRepository .. ProjectContributor: save > ProjectContributor *- GitProject CommitContributorProcessor .. Contributor: generates CommitContributorProcessor .. ProjectContributor: generates } } AnalysisProject "1" *-up- "many" GitProject: contains > DomainEventProcessor "1" .left. "many" DomainEvent: consumes GitCommit *-- GitProject: belongs > CommitEntryOpProcessor .. EntryAdded: generates CommitEntryOpProcessor .. EntryDeleted: generates CommitEntryOpProcessor .. EntryMoved: generates } package "application.core" { class AnalysisProjectOwner<Actor> #Turquoise class AnalysisProjectWorker<Actor> #Turquoise class AnalysisTaskExecutor<Actor> #Turquoise interface AnalysisTask #Turquoise AnalysisProjectOwner "1" *-up- "many" AnalysisProjectWorker: dispatch git\nproject > AnalysisProjectWorker "1" -- "many" AnalysisTaskExecutor: Orchestrate Tasks into > AnalysisTask --up-- GitProject: analysis > AnalysisProjectOwner "1" -up- "1" AnalysisProject: Manage > AnalysisTaskExecutor "1" -- "1" AnalysisTask: completes > } package "application.task" { class GitCloneOrUpdateTask #Orange implements AnalysisTask class ReadCommitTask #Turquoise class CommitMessageAnalysisTask #Turquoise implements AnalysisTask class CommitContributorProcessor<Actor> implements DomainEventProcessor CommitContributorProcessor "1" .up. "many" GitCommitCreated: consumes > CommitContributorProcessor "0..1" .up. "1" AnalysisProject: within > CommitContributorProcessor "1" .up. "many" Contributor: generates > CommitContributorProcessor "1" .up. "many" ProjectContributor: generates > CommitContributorProcessor *-up- ContributorRepository: aggregates ReadCommitTask ..|> AnalysisTask GitCloneOrUpdateTask "1" o-up- "1" GitProject: clone/update > ReadCommitTask "1" .up. "many" GitCommit: read from\ngit db ReadCommitTask "many" o.up. "1" GitCommitRepository: write commits to ReadCommitTask "1" .up. "many" GitCommitCreated: generates > } package "infrastructure" { class AnalysisProjectDelegate #Orange class MySQLGitCommitRepository #Turquoise class MySQLContributorRepository #Turquoise MySQLContributorRepository -..up..|> ContributorRepository MySQLGitCommitRepository -..up..|> GitCommitRepository AnalysisProjectDelegate "1" ..up.. "many" AnalysisProjectOwner: Create or Update > } @enduml
false
true
false
false
class
beb5965daf72de7267d67bc0489fd7bae596cb96
e44b9cd5cb9b48a1c86b0852b2c593bcc742c3b1
/src/td1/exercice3.puml
0a2739851a136290eface40facfd5b84f9d495f5
[]
no_license
Sayoden/COO
e4436614a832c4f122cc005909ad96460159310d
dca32c89c55fdc471a229b47f98a6d7c964cafbc
refs/heads/master
2023-05-06T12:50:18.174146
2021-05-28T09:22:28
2021-05-28T09:22:28
352,588,307
0
0
null
null
null
null
UTF-8
PlantUML
false
false
448
puml
@startuml 'https://plantuml.com/use-case-diagram skinparam actorStyle hallow left to right direction :Porteur CB: as A1 :Client banque: as A2 :Opérateur de maintenance: as A3 :Banque: as A4 A2 --|> A1 rectangle DAB{ (S'autentifier) as C1 (Carte Visa) as C2 (Carte de la banque) as C3 (Retirer de l'argent) as C4 (Consulter son compte) as C5 (Créditer son compte) as C6 A1 -- C1 C1 <|-- C2 C1 <|-- C3 } @enduml
false
true
true
false
class
ff235fe5a60acec00d0b1ebaca20471a71b4fad9
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Memento.puml
cf7738bed233d7dd4b9e9c04c6f04d6e7e698c54
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
182
puml
@startuml class Memento { + GetState() : ArrayList + SetState(state:ArrayList) : void + CreateMemento() : Memento + SetMemento(ar:ArrayList) : void } @enduml
false
true
false
false
class
1fd719ec971bc4a45ea83d1b24332c4c12c8c116
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/Manage-Project/Create-Project.puml
de666e26e7221bb14e847f8a5109f6ef86d0b5eb
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
272
puml
@startuml Actor "actorName" as A box "Manage-Project" #lightblue participant CLI as CLI participant Web as Web participant "caade" as S A -> CLI : caade-project-create() CLI -> S : project/create() A -> Web : project/create() Web -> S : project/create() end box @enduml
false
true
false
false
sequence
cbdd17fe4a986728796028c1e01f798eaa60c1ee
636d88cc43ec1ba57c3699ed58d0cec51a1a3084
/Term Project/Memento/Memento_Class_diagram.puml
1ca93f703800422296455e4ed7b8dd07429310f2
[]
no_license
ahmedAlraimi/Tasarim
088944d13cbdaeea4e0537f7035b1e7ad618c91c
c5a1ee24b3c57561cca80fd7a6e81359bde5b040
refs/heads/master
2020-04-26T15:33:28.741752
2019-07-10T13:09:39
2019-07-10T13:09:39
173,650,584
0
1
null
null
null
null
UTF-8
PlantUML
false
false
579
puml
@startuml skinparam classAttributeIconSize 0 class Ticket { {field} - currentState {method} + open() {method} + assign() {method} + close() {method} + saveToMemento() {method} + restoreFromMemento(memento) {method} + getState() } class Memento { {field} - state) {method} + getState() } class State { {field} - validStates {field} - state {field} - STATE_CREATED {field} - STATE_OPENED {field} - STATE_ASSIGNED {field} - STATE_CLOSED {static} + ensurelsValidState(state) {method} + __toString() } Ticket -> Memento Memento <-- State @enduml
false
true
false
false
class
e6e69a100afa86f4c89713779ce3b30b8f4cbe3b
c8c28d1e58be39dffd89441533049aeded1fae71
/tasks.puml
fb74a434eb8c108741f2e85b00f669afb06a12ae
[]
no_license
griloHBG/students-statistics-MPI
db2543284c6452b7e4e2026454c42c92a7eaf50e
c1223b2738f02d140e4d78800ec65c24bd826241
refs/heads/master
2020-09-05T13:39:36.934883
2019-11-28T18:12:41
2019-11-28T18:12:41
220,122,105
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,567
puml
@startuml skinparam arrowthickness 2 'skinparam linetype polyline 'skinparam linetype ortho left to right direction scale 1.1 hide circles hide members header cit_min: <b>nota mínima da cidade</b> cit_max: <b>nota máxima da cidade</b> cit_med: <b>mediana das notas da cidade</b> cit_avg: <b>média aritimética das notas da cidade</b> cit_dev: <b>desvio padrão das notas da cidade</b> reg_min: <b>nota mínima da região</b> reg_max: <b>nota máxima da região</b> reg_med: <b>mediana das notas da região</b> reg_avg: <b>média aritimética das notas da região</b> reg_dev: <b>desvio padrão das notas da região</b> cou_min: <b>nota mínima do país</b> cou_max: <b>nota máxima do país</b> cou_med: <b>mediana das notas do país</b> cou_avg: <b>média aritimética das notas do país</b> cou_dev: <b>desvio padrão das notas do país</b> sum: <b>somatória das notas</b> sq_sum: <b>somatória dos quadrados das notas</b> sorting: <b>ordenamento das notas em ordem crescente</b> endheader namespace tarefas_dos_blocos { 'sorting -left>max #darkred 'sorting -left> min #darkred sq_sum --> tarefas_principais_dos_blocos.sq_sum #green } namespace tarefas_principais_dos_blocos { tarefas_dos_blocos.sum -left-> "<b>cit_avg</b>" #blue tarefas_dos_blocos.sorting --> sorting #red sorting -left> "<b>cit_max</b>" #darkred sorting -left> "<b>cit_min</b>" #darkred sorting -left> "<b>cit_med</b>" #darkred sq_sum -left-> "<b>cit_dev</b>" #darkgreen class "<b>cit_min</b>" #indianred class "<b>cit_max</b>" #indianred class "<b>cit_med</b>" #indianred class "<b>cit_avg</b>" #lightblue class "<b>cit_dev</b>" #lightgreen 'gambiarra "<b>cit_avg</b>" -left[hidden]-> sorting "<b>cit_dev</b>" -left[hidden]-> "<b>cit_med</b>" } namespace tarefas_principais_das_cidades { tarefas_principais_dos_blocos.sorting --> sorting #red tarefas_principais_dos_blocos.sq_sum --> sq_sum #green "tarefas_principais_dos_blocos.<b>cit_avg</b>" --> max_cit_avg #darkblue 'gambiarra max_cit_avg <-[hidden]right-"<b>reg_avg</b>" sorting -left-> "<b>reg_max</b>" #darkred sorting -left-> "<b>reg_min</b>" #darkred sorting -left-> "<b>reg_med</b>" #darkred sq_sum -left-> "<b>reg_dev</b>" #darkgreen class "<b>reg_min</b>" #indianred class "<b>reg_max</b>" #indianred class "<b>reg_med</b>" #indianred class "<b>reg_avg</b>" #lightblue class max_cit_avg #yellow class "<b>reg_dev</b>" #lightgreen class "<b>mandar para a última tarefa</b>" #yellow "tarefas_principais_dos_blocos.<b>cit_min</b>" -> "<b>mandar para a última tarefa</b>" #gray "tarefas_principais_dos_blocos.<b>cit_max</b>" -> "<b>mandar para a última tarefa</b>" #gray "tarefas_principais_dos_blocos.<b>cit_med</b>" -> "<b>mandar para a última tarefa</b>" #gray "tarefas_principais_dos_blocos.<b>cit_dev</b>" -> "<b>mandar para a última tarefa</b>" #gray "tarefas_principais_dos_blocos.<b>cit_avg</b>" -> "<b>mandar para a última tarefa</b>" #gray } tarefas_principais_das_cidades -[hidden]-> tarefa_principal_das_regiões namespace tarefa_principal_das_regiões { tarefas_principais_das_cidades.sorting --> sorting #red "tarefas_principais_dos_blocos.<b>cit_avg</b>" --> "tarefas_principais_das_cidades.<b>reg_avg</b>" #blue "tarefas_principais_das_cidades.<b>reg_avg</b>" --> max_reg_avg #darkblue "tarefas_principais_das_cidades.<b>reg_avg</b>" --> "<b>cou_avg</b>" #blue tarefas_principais_das_cidades.sq_sum --> sq_sum #green class max_reg_avg #yellow sorting -left-> "<b>cou_max</b>" #darkred sorting -left-> "<b>cou_min</b>" #darkred sorting -left-> "<b>cou_med</b>" #darkred sq_sum -left-> "<b>cou_dev</b>" #darkgreen class "<b>cou_min</b>" #indianred class "<b>cou_max</b>" #indianred class "<b>cou_med</b>" #indianred class "<b>cou_avg</b>" #lightblue class "<b>cou_dev</b>" #lightgreen class "<b>última tarefa</b>" #yellow "tarefas_principais_das_cidades.<b>reg_min</b>" -> "<b>última tarefa</b>" #gray "tarefas_principais_das_cidades.<b>reg_max</b>" -> "<b>última tarefa</b>" #gray "tarefas_principais_das_cidades.<b>reg_med</b>" -> "<b>última tarefa</b>" #gray "tarefas_principais_das_cidades.<b>reg_dev</b>" -> "<b>última tarefa</b>" #gray "tarefas_principais_das_cidades.<b>reg_avg</b>" -> "<b>última tarefa</b>" #gray "tarefas_principais_das_cidades.<b>mandar para a última tarefa</b>" -> "<b>última tarefa</b>" #gray } @enduml
false
true
true
false
class
55b11df7e69df75ebb4922c82a7bcd00b742f28f
0451c8ba480721dd4f116d8d1c989fc941bf91f8
/personalFinanceManagement/src/main/java/switch2019/project/controllerLayer/rest/US006CreatePersonAccountControllerRestRef_DB.puml
1a79b2a8091528dba9a4eb9b4b467a015a0d706b
[]
no_license
mleitaoribeiro/DevOpsMaven
ee8eac2ea35a3818a4480c7ee57c305f9f8938e3
c8e4bcb36dfd765a08f8b9140d3b60a260734ae1
refs/heads/master
2023-01-01T13:37:18.143028
2020-07-02T16:16:52
2020-07-02T16:16:52
304,918,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,942
puml
@startuml autonumber 3.3.2.1 -> "service:US006CreatePersonAccountService" : createPersonAccount(createPersonAccountDTO) activate "service:US006CreatePersonAccountService" #FFBBBB "service:US006CreatePersonAccountService" -> "createPersonAccountDTO:CreatePersonAccountDTO" : personEmail = getPersonEmail() activate "createPersonAccountDTO:CreatePersonAccountDTO" #FFBBBB deactivate "createPersonAccountDTO:CreatePersonAccountDTO" "service:US006CreatePersonAccountService" -> "createPersonAccountDTO:CreatePersonAccountDTO" : accountDenomination= getAccountDenomination() activate "createPersonAccountDTO:CreatePersonAccountDTO" #FFBBBB deactivate "createPersonAccountDTO:CreatePersonAccountDTO" "service:US006CreatePersonAccountService" -> "createPersonAccountDTO:CreatePersonAccountDTO" : accountDescription = getAccountDescription() activate "createPersonAccountDTO:CreatePersonAccountDTO" #FFBBBB deactivate "createPersonAccountDTO:CreatePersonAccountDTO" "service:US006CreatePersonAccountService" -> "personRepo:PersonRepository" : personID = findPersonByEmail(personEmail) activate "personRepo:PersonRepository" #FFBBBB deactivate "personRepo:PersonRepository" "service:US006CreatePersonAccountService" -> "accountRepo:AccountRepository" : createAccount(accountDenomination, accountDescription, personID) activate "accountRepo:AccountRepository" #FFBBBB autonumber 3.3.2.6.1 create "account:Account" "accountRepo:AccountRepository"-->"account:Account":create(accountDenomination, \naccountDescription, personEmail) "accountRepo:AccountRepository"->":AccountDomainDataAssembler":toData(account) activate ":AccountDomainDataAssembler" #FFBBBB autonumber 3.3.2.6.2.1 ":AccountDomainDataAssembler"->"account:Account" : personEmail = getOwnerID().toString() activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : denomination = denominationToString() activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : description = descriptionToString() activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : balance = getBalance().toString() activate "account:Account" #FFBBBB deactivate "account:Account" create "accountJpa:AccountJpa" ":AccountDomainDataAssembler"-->"accountJpa:AccountJpa" : create(personEmail, denomination, \n description, balance) ":AccountDomainDataAssembler"-->"accountRepo:AccountRepository" : accountJpa deactivate ":AccountDomainDataAssembler" autonumber 3.3.2.6.3 "accountRepo:AccountRepository"->"accountRepo:AccountRepository": accountJpaSaved = save(accountJpa) "accountRepo:AccountRepository"->":AccountDomainDataAssembler":toDomain(accountJpaSaved) activate ":AccountDomainDataAssembler" #FFBBBB autonumber 3.3.2.6.4.1 ":AccountDomainDataAssembler"->"account:Account" : personEmail = getAccountIDJpa().getOwner(); activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : denomination = getAccountIDJpa().getDenomination() activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : description = accountJpa.getDescription() activate "account:Account" #FFBBBB deactivate "account:Account" ":AccountDomainDataAssembler"->"account:Account" : balance = accountJpa.getAmount() activate "account:Account" #FFBBBB deactivate "account:Account" create "newAccount:Account" ":AccountDomainDataAssembler"-->"newAccount:Account" : create(personEmail, denomination, \n description, balance) ":AccountDomainDataAssembler" -> "accountRepo:AccountRepository" : newAccount deactivate ":AccountDomainDataAssembler" "accountRepo:AccountRepository" --> "service:US006CreatePersonAccountService" : newAccount deactivate "accountRepo:AccountRepository" autonumber 3.3.2.7 "service:US006CreatePersonAccountService" -> ":AccountDTOAssembler": createAccountDTOFromDomainObject(newAccount) activate ":AccountDTOAssembler" #FFBBBB autonumber 3.3.2.7.1 ":AccountDTOAssembler" -> "newAccount:Account" : personEmail = \ngetOwnerID().toString() activate "newAccount:Account" #FFBBBB deactivate "newAccount:Account" #FFBBBB ":AccountDTOAssembler" -> "newAccount:Account" : denomination = \ngetID().getDenomination() activate "newAccount:Account" #FFBBBB deactivate "newAccount:Account" #FFBBBB ":AccountDTOAssembler" -> "newAccount:Account" : description = \ndescriptionToString() activate "newAccount:Account" #FFBBBB deactivate "newAccount:Account" #FFBBBB create "accountDTO:AccountDTO" ":AccountDTOAssembler" --> "accountDTO:AccountDTO" : create(personEmail, \ndenomination, description) ":AccountDTOAssembler" --> "service:US006CreatePersonAccountService" : accountDTO deactivate ":AccountDTOAssembler" <-- "service:US006CreatePersonAccountService" : accountDTO deactivate "service:US006CreatePersonAccountService" @enduml
false
true
false
false
sequence
ce7d05e8d63402a27c962b4e9aea6bdc8f4920d3
1f0e9a49c0ab4aea79d2184a3e3c388b77fe4efb
/List.iuml
48c0c947e29e7703209cab79df866a417e457c87
[]
no_license
crocom/scratch
bacaa1c7d2bdd9f04a70da7a4553df69600785d4
59c4358129006fb14fc832e9430bf2456eb6fc54
refs/heads/main
2023-08-26T04:09:40.264117
2021-10-04T16:11:36
2021-10-04T16:11:36
388,811,695
0
0
null
null
null
null
UTF-8
PlantUML
false
false
92
iuml
@startuml interface List List : int size() List : void clear() List <|.. ArrayList @enduml
false
true
false
false
class
933262339dcf78c0ca0cc738a6ac70c476fc99c3
839110c61147336520651df5662d286d0746add4
/documentation/klassediagram/klassediagram.plantuml
82d71e8677317f819bf1bbe055e5f264760afdb1
[]
no_license
dxnlz/DDU---eksamensprojekt
523a743e062eb246ae0a3dacb07f943d8d7099a0
2b750fd1bdcc6fc231cc20b4380c2be35ddd92fe
refs/heads/main
2023-05-03T04:56:19.686962
2021-05-19T18:20:15
2021-05-19T18:20:15
345,969,175
0
1
null
2021-05-18T20:35:22
2021-03-09T10:32:49
TypeScript
UTF-8
PlantUML
false
false
3,582
plantuml
@startuml title Klassediagram ' class DataStore << (P,yellow) Provider>> { ' +viewState: ViewState ' +newSessionModal: boolean ' +oldSessionModal: boolean ' +data: Array<SensorData> ' +session: number ' +recordBegin: number ' +lastUpdate: number ' ==methods== ' ~openNewSessionModal() ' ~ParseSensorData(elem) ' ~FetchSensorData() ' ~FetchSessionList() ' } class NextApp { //imported from nextjs// } class App << (M,green) React.Component>> extends NextApp { ==methods== ~async getInitialProps() ~componentDidMount() ~render() } class DropItem << (M,green) React.Component>> { ==props== +text: string +url: string +path?: string ==methods== ~render() } class BarItem << (M,green) React.Component>> { ==props== +text: string +url: string +path?: string ==methods== ~render() } class TitleItem << (M,green) React.Component>> { ==props== +text: string +url: string +path?: string ==methods== ~render() } class Header << (M,green) React.Component>> { ==props== +path: string +inputstyles?: any +profile: IProfileStatus ==state== +search: string ==methods== ~onLogout(popupState: any) ~loggedOutMenu(popupState: any) ~render() } class Cell << (M,green) React.Component>> { ==props== +id: number +name: string +description: string +price: number +stock: number +category: number +image: string +created: string +last_updated: string ==methods== ~render() } class Review << (M,green) React.Component>> { ==props== +id: number +stars: number +review: string +author: number +created: Date +product: number +last_updated: Date +username: string ==methods== ~render() } ' class Modal << (M,green) React.Component>> { ' ==props== ' +children ' +title ' +show ' +buttons ' ==methods== ' ~onHide() ' } ' class OldSessionList << (M,green) React.Component>> { ' +sessions: Session[] ' ==props== ' +data: DataStore ' ==methods== ' ~onSelectSession() ' ~componentWillMount() ' } ' class Graph << (M,blue) React.Component>> { ' ==props== ' +title: string ' +graphTitle: string ' +yAxis: string ' +xAxis: string ' +graphRef: React.RefObject<Line> ' +graphs: string[] ' ==methods== ' ~onHide() ' } ' package Container { ' class CanSat3D << (M,blue) React.Component>> { ' +roll ' +pitch ' ==props== ' +data: DataStore ' ==methods== ' ~calcRoll() ' ~calcPitch() ' } ' class Kort << (M,blue) React.Component>> { ' ==props== ' +data: DataStore ' ==methods== ' ~getLocation() ' } ' class Telemetry << (M,blue) React.Component>> { ' } ' class Table << (M,blue) React.Component>> { ' -tableRef ' -columns ' ==props== ' +title: string ' +data: DataStore ' } ' } ' class NavBar { ' //imported from bootstrap// ' } ' skinparam nodesep 100 ' App -[hidden]> DataStore ' DataStore |o-- App : store: DataStore ' DataStore |o-- OldSessionList : store: DataStore ' DataStore |o-- Container : store: DataStore ' DataStore -[hidden]> Container ' ' DataStore o.. CanSat3D : store: DataStore ' ' DataStore o.. Kort : store: DataStore ' ' DataStore o.. Table : store: DataStore ' App <..> NavBar ' App <..> Modal ' App <..[norank]> Container ' Modal <..> OldSessionList ' App <..> GraphView ' GraphView <..> Graph @enduml
false
true
false
false
class
450fb6d1626bc8738dd8da25bbc2baa52c703a5a
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC2/UC2_SSD.puml
00af899b3848d227bf7a2ae34aa9ed842e45b303
[ "MIT" ]
permissive
GJordao12/ISEP-LAPR2
7f01f7fe4036f17a4a76f0595e80564c2dda7b3c
0c537d1cf57f627f98e42b6f1b7e100f49ff2d15
refs/heads/master
2023-08-17T10:59:19.469307
2021-10-02T16:27:19
2021-10-02T16:27:19
272,283,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
623
puml
@startuml autonumber actor "Collaborator of the Organization" as CO activate CO CO -> ":System" : Starts the registration of a Freelancer activate ":System" ":System" --> CO : Requests the data that characterizes the freelancer (id, name, level of \nexpertise, e­mail, NIF, bank account (IBAN), address and country) deactivate ":System" CO -> ":System" : Enters the requested data activate ":System" ":System" --> CO : Displays the data, asking you to confirm it deactivate ":System" CO -> ":System" : Confirms activate ":System" ":System" --> CO : Success of the operation deactivate ":System" deactivate CO @enduml
false
true
true
false
usecase
e5832a4efb934219f28f785185169ed24cc57d97
50d407c64bc9a791eb92a3e6985c40f77b4b3604
/java8_test/src/main/java/com/jim/java8/mybatis/mybatis.puml
1c7b80e2ea072277eaa36d91ce1ca0b249c054a8
[]
no_license
helloworld28/demos
5f044d95afa9bfdd489dd0fc23d89c1e04266361
c29b2a13cadca88ae464cd77ca30b84a744db22a
refs/heads/master
2022-07-21T19:43:07.203438
2019-08-08T10:24:59
2019-08-08T10:24:59
143,503,932
0
0
null
2022-06-21T01:06:01
2018-08-04T06:29:18
Java
UTF-8
PlantUML
false
false
717
puml
@startuml sqlSession -> configuration: getMappedStatement(id) sqlSession -> CachingExecutor: query(MappedStatement) CachingExecutor -> BaseExecutor: createCacheKey CachingExecutor -> CachingExecutor: getCache CachingExecutor -> BaseExecutor: query BaseExecutor -> SimpleExecutor: doQuery SimpleExecutor -> configuration: newStatementHandler configuration -> interceptorChain: pluginAll configuration <-- interceptorChain: StatementHandler SimpleExecutor <-- configuration: RoutingStatementHandler SimpleExecutor -> BaseExecutor: getConnection SimpleExecutor -> StatementHandler: prepare SimpleExecutor -> PreparedStatementHandler: query PreparedStatementHandler -> DefaultResultSetHandler: handleResultSets @enduml
false
true
false
false
sequence
14fc1ac6f1f7323d40d85668a8ffd72da36643ce
cc2bd8f80488850533e0d31ae4d317b3e6abd106
/src/main/java/ex44/base/EX44.puml
e5bce0ba34f3c0ab031ed2563e374ef0720312a6
[]
no_license
joshfeds/Federman-cop3330-assignment3
680d3b1b2901a1554681abd901a44391dfd61cb8
667b357fd674df7734dc7a4b93d8fab866f2ad76
refs/heads/master
2023-06-03T08:48:21.431093
2021-06-21T03:49:43
2021-06-21T03:49:43
378,732,878
0
0
null
null
null
null
UTF-8
PlantUML
false
false
394
puml
@startuml 'https://plantuml.com/class-diagram listCreation <|-- Base44 Products <|-- Base44 StringBase44 <|-- Base44 BooleanBase44 <|-- StringBase44 Base44 <|-- StringBase44 class Base44 { printingOutput(); } class Products{ Name Price Quantity } class listCreation { createList(); } class BooleanBase44{ doesProductExist(); } class StringBase44{ getProductName(); creatingOutput(); } @enduml
false
true
false
false
class
6a724a69d92cba47d9c400aeaf6a51cb38f2bdec
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/product/simple/DeleteProduct.puml
44ed0f88d6563ae05aee12417a66440fc94fe226
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
807
puml
@startuml title: Delete Product Sequence Diagram actor user participant BelanjaYukFE box "BelanjaYuk.id" #LightBlue participant AppController participant ProductService end box user -> BelanjaYukFE ++ : delete Product menu activate user BelanjaYukFE -> AppController ++ : /graphql delete product note right of BelanjaYukFE content type: application/json request body: mutation { deleteProduct(productId) } end note AppController -> AppController : parseGraphql() AppController -> ProductService ++ : call deleteProduct() note left passing: - context - id end note ProductService --> AppController -- : delete successful AppController --> BelanjaYukFE -- : delete successful BelanjaYukFE --> user -- : delete successful deactivate user @enduml
false
true
false
false
usecase
acbbe6e0dd8e6ee1f7359fa691606a8ad457e71f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Assets/Test/Script/DebugQuestionTime.puml
2b1bd1c0719449a2a34f4b380b7ee8a686c91428
[]
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
204
puml
@startuml class DebugQuestionTime { Start() : void Update() : void } MonoBehaviour <|-- DebugQuestionTime DebugQuestionTime --> "at" CharacterTest DebugQuestionTime --> "debugQTText" Text @enduml
false
true
false
false
class
cbdc8db53af9d41e4e6726f9a0c0cbaa2868dc10
8a7a2b763c25a755aedf038864286f5fcf0e47be
/exercise45/docs/classes.puml
ebd55daf9eb16b8c31ec14ae66b9f65983f856cc
[]
no_license
Your0nlySon/Duncan-a04
c9b375dd79a52ec89e7c59ed1ef8b3230f2ac05d
6108e441b8dd7d5d0063426aa571ab0608f6c55e
refs/heads/main
2023-08-24T19:49:40.986791
2021-10-18T03:55:07
2021-10-18T03:55:07
416,451,319
0
0
null
null
null
null
UTF-8
PlantUML
false
false
698
puml
@startuml class Solution45 { -readFile rF; -replaceWord rW; -writeFile wF; -String fileName = "data/exercise44_input.txt" main(String[]) +fileRead() 'rF.fileRead(fileName) +wordReplace() 'rW.wordReplace(fileRead) +askFilename() 'fN.askFN() +fileWrite() 'wF.fileWrite(wordReplace) } class readFile { +String fileReader(String fileName) } class replaceWord { +String wordReplacer(String fileString) } class askFilename { +String askFn } class writeToFile { +fileWriter(String stringToFile, String askFilename) } Solution45 --o readFile Solution45 --o replaceWord Solution45 --o askFilename Solution45 --o writeToFile @enduml
false
true
false
false
class
283a931d7fffd9c913c5a2c5d704c8cc6bc25ae5
e7b5da6e0b837e56c70cfc3a8884932e2d9b9cfe
/docs/Implementation/Services/deployment.puml
af249ad7866a861fde9817fefe92b3e499b22dd0
[ "MIT" ]
permissive
madajaju/ailtire
0e15941fb821a205aca2956b5e0d233f09000310
e85b256b7ea0ba30336dfe8415fc875de53be8b7
refs/heads/master
2023-08-31T05:07:09.454887
2023-07-19T17:19:53
2023-07-19T17:19:53
246,922,496
1
0
null
2023-08-09T04:58:25
2020-03-12T20:13:09
JavaScript
UTF-8
PlantUML
false
false
2,910
puml
@startuml left to right direction queue external #black [ <b><color:white>external</color></b> ] interface 80 80 -- external interface 443 443 -- external interface 8080 8080 -- external entity myapp_family #black entity myapp_mypackage_family #black entity myapp_mypackage2_family #black external -- myapp_family rectangle "mypackage" as mypackageStack #lightblue { queue mypackageStacksnet #black [ <b><color:white>parent</color></b> ] } rectangle "mypackage2" as mypackageStack2 #lightblue { queue mypackageStacksnet2 #black [ <b><color:white>parent</color></b> ] node "frontend" as mypackageGwService { card "./myservice" as myservice1 card "./myservice2" as myservice2 card "./admin" as myp1adminmap } } package "myapp" #lavender { queue childrennet #black [ <b><color:white>child</color></b> ] queue childrennet2 #black [ <b><color:white>child2</color></b> ] childrennet -[#black]- myapp_mypackage_family childrennet2 -[#black]- myapp_mypackage2_family queue siblingnet #blue [ <b><color:white>sibling</color></b> ] node "frontend" as frontendService { card "/web" as webmap card "/docs" as docsmap card "/mypackage" as mypackagemap card "/mypackage2" as mypackagemap2 card "/admin" as adminmap } node "admin" as adminService node "mypackage" as mypackageService #lightblue node "mypackage2" as mypackageService2 #lightblue node "pubsub" as pubsubService node "web" as webService node "doc" as docService collections "myapp:latest" as myapplatestimage collections "myapp_mypackage:latest" as mypackagelatestimage collections "myapp_mypackage2:latest" as mypackagelatestimage2 artifact "redis" as redisimage artifact "myapp_web" as myapp_webimage artifact "myapp_doc" as myapp_docimage } external -[#black]- frontendService mypackageService -[#black]- childrennet mypackageService2 -[#black]- childrennet2 mypackageService2 -[#blue]- siblingnet adminService -[#blue]- siblingnet pubsubService -[#blue]- siblingnet mypackageService -[#blue]- siblingnet webService -[#blue]- siblingnet docService -[#blue]- siblingnet frontendService -[#blue]- siblingnet adminService .... myapplatestimage mypackageService .... mypackagelatestimage mypackageService2 .... mypackagelatestimage2 pubsubService .... redisimage webService .... myapp_webimage docService .... myapp_docimage mypackagelatestimage --> mypackageStack mypackagelatestimage2 --> mypackageStack2 mypackageStacksnet --[#black]-- myapp_mypackage_family mypackageStacksnet2 --[#black]-- myapp_mypackage2_family docsmap --> docService webmap --> webService mypackagemap --> mypackageService mypackagemap2 --> mypackageService2 mypackageService2 --> mypackageGwService adminmap --> adminService @enduml
false
true
false
false
sequence
e4b2dde95600080cc9e7d1f8e0d20fc3b30d242e
b567033a25879cab957cb23605e945a677e85912
/mvvm.plantuml
57f45ef2138b1ed1bc67686aa2607e42fb97e219
[]
no_license
wjun8452/blog
5d89bb78eb9acee1706f4a3bded6c126f43ce873
5caa73aa25cfb8108c98ebe3d50f61ab7189e0f3
refs/heads/master
2021-01-19T00:11:02.202085
2019-10-12T23:13:11
2019-10-12T23:13:11
72,924,715
0
0
null
null
null
null
UTF-8
PlantUML
false
false
53
plantuml
@startuml [View] --> [VM] [VM] --> [Model] @enduml
false
true
false
false
uml-unknown
fa433175b01cd87a5c419a8d085b38f0a372e6fe
e80c5fe439cb8fe4bcca554f1ff861299f40fa60
/1.Basics/2_Blink/thingml-gen/UML/Blink3App/Blink3App/docs/Blink2_Blink.plantuml
5fafbcfa8b16af65f78b93858a7d9d28a0d9bb01
[]
no_license
madkira/ThingMLArduinoDemo
331a8e258d4e57d18efb9dccd581179b8f69c0ba
730789e11960547852cd4e1a0254f49f08ea8131
refs/heads/master
2020-12-07T03:57:47.048263
2017-06-27T12:19:36
2017-06-27T12:19:36
95,461,161
0
0
null
2017-06-26T15:27:01
2017-06-26T15:27:01
null
UTF-8
PlantUML
false
false
353
plantuml
@startuml skinparam defaultTextAlignment left caption Behavior of thing Blink2 [*] --> Blink state Blink{ state OFF{ OFF : entry / do \nled!led_OFF()\ntimer!timer_start(...)\nend\n OFF --> ON : e:timer?timer_timeout } state ON{ ON : entry / do \nled!led_ON()\ntimer!timer_start(...)\nend\n ON --> OFF : e:timer?timer_timeout } [*] --> OFF } @enduml
false
true
false
false
sequence
bba199760be2f12675db7c7b19079be88db7d218
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerSetCustomFieldAction.puml
86f7abc00d7fe74199eb92ea1f5c45d7bba919ef
[]
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
484
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 CustomerSetCustomFieldAction [[CustomerSetCustomFieldAction.svg]] extends CustomerUpdateAction { action: String name: String value: [[Object.svg Object]] } interface CustomerUpdateAction [[CustomerUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
483d3c812f2323110cea50238c279b07d0ac1f6f
470e3aac8b627ec99783a4dbf2b8a39e4b97471d
/singleton-pattern/classdiagram.puml
7fe17cee57e27e7916170e138c4cc1fba2da6284
[]
no_license
Almaentregua/Head-First-Design-Patterns
b68bee107c14deb30d8d291f271c65a5398deca1
eb9660e15bdb6a7ffd8aa8b7d81fbaec32209b61
refs/heads/master
2023-02-06T11:33:52.449439
2020-12-30T20:55:07
2020-12-30T20:55:07
284,276,498
0
0
null
null
null
null
UTF-8
PlantUML
false
false
90
puml
@startuml Class Singleton { static uniqueInstance static getInstance() } @enduml
false
true
false
false
class
d548b37738d5a9b859a98ce38199075b5e578eb1
f1043bbb871f3e3a5dd14feae76075162bf62678
/diagramas/secuencias/secuencia_prueba_loop.plantuml
e0bbd4e89626a92dbb40e8c90b6c99f9bc580b4c
[ "MIT" ]
permissive
diegosanchez/invap-modulo-uml
cd9e7329f3a4ff6bfbee36249ac936b50e3ed2f8
7ba9b07cde50a655df58de80801b48d8b47f8a06
refs/heads/main
2023-07-17T06:16:50.063408
2021-08-25T12:43:12
2021-08-25T12:43:12
396,763,438
1
2
null
null
null
null
UTF-8
PlantUML
false
false
706
plantuml
@startuml ":TestCase" -> ":SensorTemperatura": loging(usuario,password) activate ":SensorTemperatura" loop cada usuario ":SensorTemperatura" -> ":Usuario": verificar(usuario, password) activate ":Usuario" alt password == this->password && usuario == this->id ":Usuario" --> ":SensorTemperatura": [ok = true] else ":Usuario" --> ":SensorTemperatura": [error = false] end deactivate ":Usuario" end /' ' ":SensorTemperatura" --> ":TestCase": [error = false] '/ @enduml
false
true
false
false
sequence
39410430a402674a3bdc81cc3f9683b99ad80baf
a7b7fc77a24f9303002690c2200a5df124c6b7c5
/payment-processor/doc/puml/delete-customer.puml
4e90fb082c0f35520cdcdcb7a3f935ce18857979
[ "Apache-2.0" ]
permissive
ostelco/ostelco-core
e2916cc5aefca5f5a3049f4a528e4d2b84e04b86
b072ada4aca8c4bf5c3c2f6fe0d36a5ff16c11af
refs/heads/develop
2021-07-21T19:44:47.777138
2019-12-18T14:13:16
2019-12-18T14:13:16
112,729,477
38
12
Apache-2.0
2021-06-30T14:12:00
2017-12-01T10:51:32
Kotlin
UTF-8
PlantUML
false
false
1,404
puml
@startuml actor Client participant Client box "Prime" participant "client-api" participant "payment-processor" participant OCS participant DAO end box participant Stripe activate Client Client -> "client-api": DELETE /profile activate "client-api" note right of "client-api" {name} identifies the user (from Oauth2 auth.) and is equivalent to the users email address end note "client-api" -> DAO : getCustomerId(name) activate DAO DAO -> "client-api" : {customerId} deactivate DAO "client-api" -> "payment-processor" : deletePaymentProfile(customerId) activate "payment-processor" alt successful case "payment-processor" -> Stripe : DELETE /v1/customers {customerId} activate Stripe "Stripe" -> "payment-processor" : {result} deactivate Stripe "payment-processor" -> OCS : clearBucket(customerId) activate OCS OCS -> "payment-processor" : {result} deactivate OCS "payment-processor" -> "client-api" : {result} deactivate "payment-processor" else error note right of "payment-processor" : Unroll etc. (TBD) end "client-api" -> DAO : deleteProfile(name) activate DAO DAO -> "client-api" : {result} deactivate DAO "client-api" -> Client : {result} deactivate "client-api" deactivate Client @enduml
false
true
false
false
usecase
15419fe72ece5f7fabc996858b474a7febf641ae
3ad61f0f2022769ec749a2b606ab068c850be54d
/src/main/java/ex46/ex46PUML.puml
42161dbd2999b00f656f4343a4a0a86f75124545
[]
no_license
Nickstar2020/smarsh-cop3330-assignment3
82bb7317a36f0c943d37ede51197c0014bdb718d
5ae8b92a307371508bde7c0eac3fc32720a294dd
refs/heads/master
2023-08-12T07:29:35.380647
2021-10-11T18:38:57
2021-10-11T18:38:57
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,346
puml
@startuml header ex45 code flow class readFile{ reads the input File creates an array list *scans the input into the array list {method} returns allWords } class countOccurrences{ takes in: *allWords *word {method}loops through the array list and counts how many times a words has {method} been in the input from the allWords list. {method} returns count } class findHighestOccurrence { takes in: *count *word *word amount also creates an array of the graphical visuals {method} organizes the arrays from highest to lowest {method} prints out the word and how many times it was contained in the input } class findTheWords { look through all the words and pair the occurrences together. {method} } class main { creates an array list that's = to readFile creates a number for the amount of mods that is = to writeFile {method} prints out the amount of modifications } main -[thickness=4]> readFile : sends info main -[thickness=4]> findTheWords : sends info findTheWords -[thickness=4]> findHighestOccurrence : reorders the arrays from highest to lowest occurrence findTheWords -[thickness=1]> countOccurrences : asks to count occurrence of a word countOccurrences -[thickness=1]> findTheWords : sends how many times its been counted @enduml
false
true
false
false
class
aa82a47c9f6822db75748ce409e6609216d0cb9d
4152b63621468f0958e32b3d767c7172fc4f1cf4
/uml/ProgramStructure.puml
813781fc9ab6728c59d7b97fec2a6137e0fe2849
[]
no_license
Cryogenic117/Knudson-9973-a5
6b766869cf2c9d1bb92a5b965a165b6a048a4ec9
f51c250b86a84a910aef4e4da7837fe816687802
refs/heads/main
2023-06-24T22:43:39.829873
2021-07-25T21:34:11
2021-07-25T21:34:11
387,872,240
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,661
puml
@startuml Class App { main() OpenFilePopUp() SavePopUp() closePopUp } Class ListFunctions { displayList() addItem() removeItem() search() } Class InventoryItem { SimpleStringProperty Serial, name, value; } Class InventorySystemController { initialize() ChangeSerialNumEvent() changeValueEvent() changeNameEvent() saveButtonClicked() openButtonClicked() NewButtonClicked() removeButtonClicked( searchButtonClicked getList() } Class AddItemPopUpController { okButtonClicked() cancelButtonClicked() } Class ImportPopUpController { initialize() okayButtonClicked() cancelButtonClicked() } Class ExportPopUpController { initialize() okayButtonClicked() cancelButtonClicked() } Class ImportFileFunctions { inputHandler() importAsJSON() importHtml() ImportTSV() } Class ExportFileFunctions { inputHandler() exportAsJSON() exportAsHtml() exportAsTSV() } Class VerifyItemEntry { verifySerialNumber() verifyValue() verifyName() validateEntries() } InventorySystemController -- ListFunctions ListFunctions -- VerifyItemEntry App -- javafx.application javafx.application --> javafx.AddItemPopUp javafx.application --> javafx.ExportPopUp javafx.application --> javafx.ImportPopUp javafx.application -- InventorySystemController InventorySystemController -- InventoryItem javafx.AddItemPopUp -- AddItemPopUpController javafx.ExportPopUp -- ExportPopUpController javafx.ImportPopUp -- ImportPopUpController ExportPopUpController -- ExportFileFunctions ImportPopUpController -- ImportFileFunctions @enduml
false
true
false
false
class
9154250e37e057126faa9070d9d47081025a6405
c60ab2294d1a452d23fdfe8545f4939c8080188b
/diagrams/login.puml
12d1fa371f9daadc2120afe447bf4df90c4eb02a
[]
no_license
itggot-gosta-larsson/webbserver-slutprojekt
037f114eb356682943ff3a1c516d6932b3fac0d0
2e382b4373bd9b0095f972b04bcc95b5af2151fc
refs/heads/master
2021-04-09T10:22:32.019928
2018-05-18T13:01:22
2018-05-18T13:01:22
125,339,880
0
0
null
2018-03-15T09:03:29
2018-03-15T09:03:29
null
UTF-8
PlantUML
false
false
1,211
puml
@startuml login title Login to 'johnny.john' with password 'coolpass' actor Browser participant "Web Server" participant App.rb database Database activate Browser Browser -> "Web Server": HTTP post /login activate "Web Server" "Web Server" -> App.rb: post('/login', \n\tparams={\n\t\t'password'='coolpass', \n\t\t'username'='johnny.john'\n\t}) activate App.rb App.rb -> App.rb: match route activate App.rb App.rb -> Database: SELECT * FROM users WHERE UPPER(username) IS UPPER(johnny.john) activate Database Database -> App.rb: result = [[5, 'johnny.john', 'an39n9qhh328x18mc', 'Johnny John'&#93;] deactivate Database alt result is not empty alt password is 'coolpass' App.rb -> App.rb: session['user_id'] = 'johnny.john' App.rb -> App.rb: redirect('/contacts') else App.rb -> App.rb: @error = 'Invalid password' end else result is empty App.rb -> App.rb: @error = 'Invalid username' end App.rb -> App.rb: slim('/login') App.rb -> "Web Server": HTML deactivate App.rb deactivate App.rb "Web Server" -> Browser: HTTP response deactivate "Web Server" deactivate Browser @enduml
false
true
false
false
usecase
e51ed980a4f880ff3bca1761ef63cb8fe42a9416
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ItemShippingTarget.puml
6fc553f62c3f207af8cea88487450fa01eefb81e
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,954
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 ItemShippingTarget [[ItemShippingTarget.svg]] { addressKey: String quantity: Long shippingMethodKey: String } interface ItemShippingDetails [[ItemShippingDetails.svg]] { targets: [[ItemShippingTarget.svg List<ItemShippingTarget>]] valid: Boolean } interface ItemShippingDetailsDraft [[ItemShippingDetailsDraft.svg]] { targets: [[ItemShippingTarget.svg List<ItemShippingTarget>]] } interface CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction [[CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction.svg]] { action: String customLineItemId: String customLineItemKey: String targetsDelta: [[ItemShippingTarget.svg List<ItemShippingTarget>]] } interface CartApplyDeltaToLineItemShippingDetailsTargetsAction [[CartApplyDeltaToLineItemShippingDetailsTargetsAction.svg]] { action: String lineItemId: String lineItemKey: String targetsDelta: [[ItemShippingTarget.svg List<ItemShippingTarget>]] } interface MyCartApplyDeltaToLineItemShippingDetailsTargetsAction [[MyCartApplyDeltaToLineItemShippingDetailsTargetsAction.svg]] { action: String lineItemId: String lineItemKey: String targetsDelta: [[ItemShippingTarget.svg List<ItemShippingTarget>]] } ItemShippingTarget --> ItemShippingDetails #green;text:green : "targets" ItemShippingTarget --> ItemShippingDetailsDraft #green;text:green : "targets" ItemShippingTarget --> CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction #green;text:green : "targetsDelta" ItemShippingTarget --> CartApplyDeltaToLineItemShippingDetailsTargetsAction #green;text:green : "targetsDelta" ItemShippingTarget --> MyCartApplyDeltaToLineItemShippingDetailsTargetsAction #green;text:green : "targetsDelta" @enduml
false
true
false
false
sequence
912750b09469e42a117ce8edec78c9dfb21de410
b209f48148c07f4c1733694cfccb4f2563b93b9f
/MainReport/img/dnsprivacy-classification.plantuml
ea52ee685b5e3f2f7b7a94faab265768696e0ff1
[]
no_license
songhokun/2DV50E-2019VT
4014aa43114b6b5429565c222a3c9996f32400b9
a567737edf0342c6f60ade1658be97553385d13e
refs/heads/master
2020-04-24T04:18:34.411832
2019-06-19T10:39:30
2019-06-19T10:39:30
171,698,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,296
plantuml
@startuml skinparam dpi 400 abstract Hierachial { Preserving exisiting\nDNS Structure } abstract Decentralised { Radical DNS\narchitecture change } abstract Encipherment { } abstract Redaction { Minimise information leaks } abstract TransportChannel { } abstract CurrentStandards { Reusing DNS\nover exisiting secure protocols } abstract NewChannelMethod { Reusing DNS over\nown-implemented secure protocols } class DoT { standarised = "T" } class DoH { standarised = "T" } class Namecoin { standarised = "F" } class GNUNet { standarised = "F" } class ObliviousDNS{ standarised = "F" } class QNAMEMinimization{ standarised = "T" } class DTLS{ standarised = "T" } class DNSCrypt{ standarised = "F" } class DNSCurve{ standarised = "F" } class DoQUIC{ standarised = "Ongoing" } Hierachial -- Encipherment Hierachial -- Redaction Encipherment -- TransportChannel TransportChannel -- CurrentStandards TransportChannel -- NewChannelMethod CurrentStandards <|-- DoT CurrentStandards <|-- DoH CurrentStandards <|-- DTLS Redaction <|-- ObliviousDNS Redaction <|-- QNAMEMinimization NewChannelMethod <|-- DNSCrypt NewChannelMethod <|-- DNSCurve NewChannelMethod <|-- DoQUIC Decentralised <|-- Namecoin Decentralised <|-- GNUNet @enduml
false
true
false
false
class
ebeafbd4babc56b75567de1a864283b1b19ad59e
89ce22784b25e74a731104006524709bc75f259e
/src/edu/ifes/lfa/calc/data/CalcData.puml
e702074b525c793e0dad47733e9a7b6c339b9f41
[]
no_license
LuizGuzzo/LFA-Calc-20182
64123c426f1c2ed91662216362ae9845c25895d0
f566bb275e7a01d5f8f1d273af7cce90c73489f6
refs/heads/master
2020-04-11T13:59:02.447947
2018-12-14T21:52:20
2018-12-14T21:52:20
160,973,559
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,232
puml
@startuml abstract class Expr { +{abstract}eval(ctx: Context): Expr +{abstract}write(): String } Expr --> Context class Context { #parent: Optional<Context> +isGlobal(): boolean +contains(name: String): boolean +put(name: String, value: Expr) +set(name: String, value: Expr): boolean +get(name: String): Expr } abstract class Literal { +eval(ctx: Context): Expr } Expr <|-- Variable class Variable { +name: String } Expr <|-- ExpecialForm ExpecialForm <|-- Assignment class Assignment { +varName: String +expr: Expr +eval(ctx: Context) } ExpecialForm <|-- BlockExpr class BlockExpr { +exprList: List<Expr> +eval(ctx: Context): Expr } ExpecialForm <|-- IfExpr class IfExpr { +cond: Expr +thenExpr: Expr +elseExpr: Expr +eval(ctx: Context): Expr } class WhileExpr { +cond: Expr +doExpr: Expr +eval(ctx: Context): Expr } ExpecialForm <|-- WhileExpr Expr <|-- Literal class Numeric { +intValue: Long +decValue: Double } class Int { +value: Integer {readOnly} } class Decimal { +value: Double {readOnly} } Literal <|-- Numeric Numeric <|-- Int Numeric <|-- Decimal class Bool { +value: Boolean +{static}VERUM: Bool +{static}FALSUM: Bool +neg(): Bool } Literal <|-- Bool class CompositeExpr { +fn: Function +args: List<Expr> +eval(ctx: Context): Expr } Expr <|-- CompositeExpr CompositeExpr *-- Expr : args CompositeExpr --> Function abstract class Function { +minArity: Integer +maxArity: Optional<Integer> +notation: ExprNotation #checkArity(args: List<Expr>) +apply(args: List<Expr>): Expr } enum ExprNotation { INFIX PREFIX POSTFIX } hide enum methods Literal <|-- Function Function --> ExprNotation abstract class SysFunction { +apply(args: List<Expr>): Expr +{abstract}fn(values: List<Expr>): Expr } Function <|-- SysFunction class UserFunction { +formalArgs: List<String> +body: Expr +apply(args: List<Expr>): Expr } Function <|-- UserFunction class Operator { +symbol: String } SysFunction <|-- Operator abstract class Declaration { +name: String +initValue: Expr } Expr <|-- Declaration @enduml
false
true
false
false
class
1bfe2fe7e5a30d900ff2c8a0526ade794dc67e11
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/performanceJobStates.puml
b085cd5d2c8870298ce35746e44dd256e2d7102d
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
1,551
puml
@startuml performanceJobStates 'skinparam Linetype polyline 'skinparam Linetype ortho skinparam state { BackgroundColor White BorderColor Black } hide empty description '''decisions''' state validation_successful <<choice>> note top of validation_successful : Validation successful? state immediate <<choice>> note left of immediate : Immediate start time? state modification <<choice>> note top of modification : Modification successful? state resources <<choice>> note right of resources : Resources available? state recurring <<choice>> note left of recurring : Recurring job? state "in-progress" as in_progress state "resource-unavailable" as resource_unavailable ''' diagram''' [*] -d-> acknowledged acknowledged -d-> validation_successful validation_successful -d-> rejected: No validation_successful -r-> immediate: Yes immediate -r-> scheduled: No scheduled -d-> cancelled: Cancel scheduled -d-> resources: schedule start time resources -d-> resource_unavailable: No resources -l-> in_progress: Yes immediate -d-> resources: Yes in_progress -d-> recurring recurring -d-> completed: No recurring -u-> immediate: Yes in_progress -d-> cancelled: Cancel in_progress -u-> suspended: Suspend suspended -r-> in_progress: Resume suspended -u-> modification: Modify modification -d-> suspended: No scheduled -u-> modification: Modify modification -d-> scheduled: No modification -r-> pending: Yes pending -d-> immediate rejected -d-> [*] completed -d-> [*] cancelled -d-> [*] resource_unavailable -d-> [*] @enduml
false
true
false
false
sequence
9ca864e3fc80d254eb8bb6b85f2d80d3c31a4d70
e6403fd81293f089091f8019534d15366d85fc3d
/docs/architecture.puml
08bfdaf9bd741c4b307b6fc8890d885b41b33da1
[]
no_license
tomkoptel/yetanotherreddit
f6dda527c957d1b95820743e927d4fc70d5090b8
6b58ba60ce45ee2cfffe2ee597f165cf722d3be0
refs/heads/develop
2023-05-06T03:48:16.202680
2021-06-03T09:33:21
2021-06-03T09:33:21
372,293,577
0
0
null
2021-06-03T09:33:22
2021-05-30T18:58:33
Kotlin
UTF-8
PlantUML
false
false
1,729
puml
@startuml top to bottom direction skinparam state { BackgroundColor<<Domain>> #D4E6F1 BackgroundColor<<UI>> #A2D9CE BackgroundColor<<Data>> #FADBD8 } state Domain<<Domain>> { state GetFeedPage<<Domain>> GetFeedPage: Contract interface that represents usecase state FeedPage<<Domain>> FeedPage: Exposes collection of items and metadata for paging state FeedItem<<Domain>> FeedItem: Exposes basic info id, title, url, author } state Data<<Data>> { state ChildrenDto<<Data>> ChildrenDto: Moshi DTO state ChildrenMapper<<Data>> ChildrenMapper: Mapper from DTO to Domain type state RedditHotDto<<Data>> RedditHotDto: Moshi DTO state RedditHotMapper<<Data>> RedditHotMapper: Mapper from DTO to Domain type state NetworkGetFeedPage<<Data>> NetworkGetFeedPage: Concrete implementation of use case that speaks to Reddit network API state RedditApi<<Data>> RedditApi: Retrofit implementation of API client } state View<<UI>> { state FeedList<<UI>> FeedList: Declarative UI with Compose FeedList: Consumes PagingSource to load data state FeedPagingSource<<UI>> FeedPagingSource: Relies on the data layer to load stream of feed state FeedViewModel<<UI>> FeedViewModel: Exposes paging source to the View layer } GetFeedPage --> FeedPage FeedPage --> FeedItem ChildrenMapper --> ChildrenDto ChildrenMapper --> FeedItem RedditHotMapper --> FeedPage RedditHotMapper --> RedditHotDto RedditHotMapper --> ChildrenMapper NetworkGetFeedPage --> RedditHotMapper NetworkGetFeedPage --> GetFeedPage NetworkGetFeedPage --> RedditApi FeedPagingSource --> NetworkGetFeedPage FeedViewModel --> FeedPagingSource FeedList --> FeedViewModel FeedList --> FeedItem @enduml
false
true
false
false
state
40b0fd37e457af6e593338cc46e50900385eff51
3749560da1ecabdc893404c1c2889c97dcd905bf
/src/main/java/com/myself/nettychat/common/ip/ip.plantuml
59263e5d2c4df15a0374e9a59c7fce67224d4405
[ "Apache-2.0" ]
permissive
anhtu1197/WebSocketProject
02ceb566fc9995d499a76e685b053781b5d4b885
7e57a9077943322fbe3cd845fc65029c1155fe1f
refs/heads/master
2020-04-05T04:38:52.015046
2018-11-09T01:24:28
2018-11-09T01:24:28
156,559,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
463
plantuml
@startuml title __IP's Class Diagram__\n package com.myself.nettychat { package com.myself.nettychat.common.ip { class IpUtils { {static} + internetIp() {static} + intranetIp() {static} + getHost() } } } 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
892032bb9250af4fbfe260a90f989e156a79d6f8
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyBusinessUnitSetCustomFieldAction.puml
f78662ba02b834682288e07c6dcd594dbfa82315
[]
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
514
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 MyBusinessUnitSetCustomFieldAction [[MyBusinessUnitSetCustomFieldAction.svg]] extends MyBusinessUnitUpdateAction { action: String name: String value: [[Object.svg Object]] } interface MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
6b85c3a021a1ffc2d817bc4cb2a1c49a85e3a855
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLDuplicateStandalonePriceScopeError.puml
8661accb0b463f80938b210a4c6f85a411ba4b70
[]
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
810
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 GraphQLDuplicateStandalonePriceScopeError [[GraphQLDuplicateStandalonePriceScopeError.svg]] extends GraphQLErrorObject { code: String conflictingStandalonePrice: [[StandalonePriceReference.svg StandalonePriceReference]] sku: String currency: String country: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] channel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] validFrom: DateTime validUntil: DateTime } interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { code: String } @enduml
false
true
false
false
class
07e00a4566fa85fef416edf9dab9416d8ec9fa58
1ceb04012f8773175268bf6bb361a5236b0b81b3
/info202_project/diagrams/DeleteProduct.puml
533f14e244ef5985805eacd463a7b61dffffb4a1
[]
no_license
seuwand-tee/Shopping-System
bb0ef7e9de81a9a76e99d513fa537b4f7bce2b02
4cda0aeee9cae9e933611b65ad48550e60b6ef69
refs/heads/master
2022-12-25T21:36:12.954240
2020-10-14T00:48:12
2020-10-14T00:48:12
303,866,880
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,701
puml
@startuml ' style tweaks to make the diagram a little more readable skinparam { Style strictuml RoundCorner 5 Database { ' the default border no longer matches the normal colours (bug?), so fix this BorderColor #A80036 } Sequence { ' make activations yellow too LifeLineBackgroundColor #FDFDCD ' make stereotypes less ugly Stereotype { Font { Size 11 Style plain } } } } actor User as user participant "Main" as main participant "MainMenu" as menu <<gui>> participant "ViewProduct" as ViewProduct <<gui>> participant "productsList\n:ProductJdbcDAO" as dao <<ProductDAO>> participant "productsModel\n:SimpleListModel" as model <<helpers>> participant "categoriesModel\n:SimpleListModel" as categoriesmodel <<helpers>> database "H2\nDatabase" as db create dao main -> dao : �construct� create menu main -> menu : �construct(dao)� user -> menu++ : clicks 'View Products' create ViewProduct menu -> ViewProduct++ : �?construct?(dao)� create model ViewProduct -> model : <<construct>> create categoriesmodel ViewProduct -> categoriesmodel : <<construct>> 'ViewProduct++ ViewProduct -> dao++ : getProducts() dao -> db++ : Select * from Product return ResultSet return products ViewProduct -> model++ : updateItems(products) model-- ViewProduct -> ViewProduct :jList1.setModel(productsModel) ViewProduct -> dao++ : getCategories() dao -> db++ : select distinct category from Product return ResultSet return categories ViewProduct -> categoriesmodel++ : updateItems(categories) categoriesmodel-- ViewProduct -> ViewProduct :filtercombobox.setModel(categoriesModel) ViewProduct --> menu ViewProduct-- menu -> ViewProduct++ : setVisible(true) user -> ViewProduct++ : clicks 'Delete' Group If a product is selected user -> ViewProduct++ : Selects a product ViewProduct -> ViewProduct : deleteProduct = jList1.getSelectedValue() ViewProduct -> ViewProduct : result = JOptionPane.showConfirmDialog() Group If result is yes ViewProduct -> dao++ : deleteProduct(deleteProduct) dao -> db++ : delete from Product where productID (...) db-- dao-- ViewProduct -> dao++ : getProducts() dao -> db++ : Select * from Product return ResultSet return products ViewProduct -> model++ : updateItems(products) model-- ViewProduct -> ViewProduct: clearSelection() ViewProduct-- end ViewProduct-- end @enduml@startuml ' style tweaks to make the diagram a little more readable skinparam { Style strictuml RoundCorner 5 Database { ' the default border no longer matches the normal colours (bug?), so fix this BorderColor #A80036 } Sequence { ' make activations yellow too LifeLineBackgroundColor #FDFDCD ' make stereotypes less ugly Stereotype { Font { Size 11 Style plain } } } } actor User as user participant "Main" as main participant "MainMenu" as menu <<gui>> participant "ViewProduct" as ViewProduct <<gui>> participant "productsList\n:ProductJdbcDAO" as dao <<Product?DAO>> participant "productsModel\n:SimpleListModel" as model <<helpers>> participant "categoriesModel\n:SimpleListModel" as categoriesmodel <<helpers>> database "H2\nDatabase" as db create dao main -> dao : �construct� create menu main -> menu : �construct(dao)� user -> menu++ : clicks 'View Products' create ViewProduct menu -> ViewProduct++ : �?construct?(dao)� create model ViewProduct -> model : <<construct>> create categoriesmodel ViewProduct -> categoriesmodel : <<construct>> ViewProduct-- 'ViewProduct++ ViewProduct -> dao++ : getProducts() dao -> db++ : Select * from Product return ResultSet return products ViewProduct -> model++ : updateItems(products) model-- ViewProduct -> ViewProduct :jList1.setModel(productsModel) ViewProduct -> dao++ : getCategories() dao -> db++ : select distinct category from Product return ResultSet return categories ViewProduct -> categoriesmodel++ : updateItems(categories) categoriesmodel-- ViewProduct -> ViewProduct :filtercombobox.setModel(categoriesModel) ViewProduct --> menu menu -> ViewProduct++ : setVisible(true) user -> ViewProduct++ : clicks 'Delete' Group If a product is selected user -> ViewProduct++ : Selects a product ViewProduct -> ViewProduct : deleteProduct = jList1.getSelectedValue() ViewProduct -> ViewProduct : result = JOptionPane.showConfirmDialog() Group If result is yes ViewProduct -> dao++ : deleteProduct(deleteProduct) dao -> db++ : delete from Product where productID (...) db-- dao-- ViewProduct -> dao++ : getProducts() dao -> db++ : Select * from Product return ResultSet return products ViewProduct -> model++ : updateItems(products) model-- ViewProduct -> ViewProduct: clearSelection() ViewProduct-- end ViewProduct-- end @enduml
false
true
true
false
usecase
6bbaf76e0a34c2c5fba42dc2c8f693d0d1dcc6a8
699af3572c154257239505377b8bfe8ef26e39b6
/src/main/java/ru/example/udinkirill/domain/enums/enums.plantuml
c203b54fda8139d88b3b24545f43112d265f03b6
[]
no_license
bkmzli1/UdinKirill
a19a9932adeeabdfc343f8f89da02e8f8b21aaf2
b8b0760254e711fa4bd514d5396b4a620cfdd17a
refs/heads/master
2023-06-03T08:50:34.139294
2021-06-22T16:19:59
2021-06-22T16:19:59
378,037,793
0
0
null
null
null
null
UTF-8
PlantUML
false
false
965
plantuml
@startuml title __ENUMS's Class Diagram__\n namespace ru.example.udinkirill { namespace domain { namespace enums { enum ImgType { PROFILE_BACKGROUND PROFILE_IMG TASK TASK_MS type } } } } namespace ru.example.udinkirill { namespace domain { namespace enums { enum Level { HIGH INFO LOW MEDIUM } } } } namespace ru.example.udinkirill { namespace domain { namespace enums { enum Role { ADMIN EXECUTOR USER role } } } } 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
795983db96d6974df38eb67593fe6b5b425c8ab3
7e76778bf9a2540a68e2f05ad6ad32f99fc70bed
/Assets/Assets/Scripts/NoteItem.puml
18196bb81eb70c8eb24a4a0b2b0617e9f84d44a2
[]
no_license
JosipSkrlec/TVZ_GuestBook
e047760cd605d9d433406edc09f3f24d8a6c3ba3
1455332d4b71d615ea38db23698b31741289b056
refs/heads/main
2023-07-16T18:40:16.758495
2021-08-28T12:42:11
2021-08-28T12:42:11
347,311,742
0
0
null
null
null
null
UTF-8
PlantUML
false
false
215
puml
@startuml class NoteItem { + SetupNote(noteID:int, noteUsername:string, noteContent:string, pinIndicator:int, randomSpawn:bool) : void + DeleteNoteOnAdminClick() : void } MonoBehaviour <|-- NoteItem @enduml
false
true
false
false
class
34b20f512ffeb4e0ca743231a26e92d9be011564
e17dd4e05456644b240264792d3dfee8cd30ac7d
/tutorials/assets/JavaFxHierarchy.puml
29fcd413fb509a46d0f72124fc06a3ab7d6ee2bc
[]
no_license
Deunitato/duke
ad6940b267a3592b59a330f5d8a3818092247c16
a09c66c9c122a0fc892a3913149e0ad935c8febd
refs/heads/master
2020-12-14T09:23:50.692381
2020-02-29T06:27:33
2020-02-29T06:27:33
234,698,232
1
0
null
2020-02-18T14:55:24
2020-01-18T07:29:11
Java
UTF-8
PlantUML
false
false
435
puml
@startuml hide members hide circle skinparam shadowing false skinparam ClassFontSize 16 skinparam ClassFontName Arial Class Stage Class Scene Class "Root Node" as RN Class Node Class "Node" as Node1 Class "Node" as Node2 Class "Node" as Node3 Scene -up-> Stage : > must have one RN -up-> Scene : > must have one Node -up-> RN : > can have zero or more Node1 -up-> Node Node2 -up-> Node Node3 -up-> Node @enduml
false
true
false
false
sequence
4bc76cf9393b4223fe03b233209c6a0a0aa070ae
bfbed813cd4bb4efebcab723eafeccd4a45fee54
/pr_workflow.puml
f3297e774990101c6d27c8802c03297dbc7a6bc5
[]
no_license
fr-demo-org/fastrobot_demo_image_manager
8310426e08e03695d5215ff0f6553a0e2ab11ef6
220dd30507121cc617acf45292086211672d7db8
refs/heads/main
2023-01-29T12:58:07.141397
2020-11-18T09:08:06
2020-11-18T09:08:06
311,493,368
0
0
null
2020-12-16T00:19:30
2020-11-09T23:43:35
Python
UTF-8
PlantUML
false
false
1,137
puml
@startuml actor User participant "This Repo" as A control "Image Builder\nCircleCI Project" as B control "Image Validation\nCircleCI Project" as D database "AMI Registry\nAWS" as C User -> A: Submits a PR\nwith image building changes.\nSpeculative policy activate A A <-> B: Packer builds the branch\ncreates a new AMI\ntagged with a datestamp activate B B -> B: Basic image tests:\nQuick inspec validation\nNothing too complex B -> C: Image candidate\nnot yet ready for prime time\npushed to registry activate C B -> A: Packer updates git\nbuild status, image-id\nannotated tag deactivate B A <-> User: Approving the PR\ntriggers merge to main branch.\nRepo now tracks built image activate B A -> B: push to main deactivate A B -> D: main-restricted job\nperforms some sanity checks\ntriggers other project activate D deactivate B D <-> C: Pulls new image candidate D -> D: Launches AMI,\nvalidates via Inspec\nor any suite of tests D -> C: Updates image tag\nReflecting vetted status.\nThis image now gold deactivate C activate A D -> A: Update main branch with pointer to vetted image tag and AMI-id deactivate D deactivate A @enduml
false
true
false
false
sequence
63c47780c31dfe7a70b922dfe94ec3b17a975746
068579f9ad18a1368961dc3b9f812129f4f7e858
/DesignPattern/MVC/uml/sequence_diagram.puml
acffdc6d2c98018025b5ddaf6d51cc595d82daea
[]
no_license
AleMidolo/materiale-tutorato-ids
d9c27a9d0da9436842144a7cc8bd6d381f6e3546
3d95de651214245b113c92481007ec177ce95471
refs/heads/master
2023-03-30T22:05:39.627666
2021-04-01T13:53:07
2021-04-01T13:53:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
755
puml
' Documentazione: https://plantuml.com/sequence-diagram @startuml ' START STYLE skinparam { monochrome true 'shadowing false } skinparam sequence { participantBackgroundColor white } hide footbox ' END STYLE ' Aggiungo delle etichette participant "c:Controller" as c participant "m:Model" as m participant "v:View" as v -> c: addButtonPressed() activate c c -> v: getIncValue() activate v c <-- v deactivate v c -> m: incCounter() activate m m -> m: notify() m -> v: update() activate v v -> m: getValue() v -> m: getMax() v -> v: display() m <-- v deactivate v m -> c: update() activate c c -> m: getValue() c -> m: getMax() m <-- c deactivate c c <-- m deactivate m c -[hidden]-> c deactivate c @enduml
false
true
false
false
sequence
49a2a50e0383bdea711c6e0083561e3da6818e39
143e16ad5e69e3b604c2a76f24991a7c98ddb043
/docs-dev/plantuml/old-component-overview.plantuml
9cee35db782c28dc589c87515358526d0df9f80f
[ "MIT" ]
permissive
jlorich/iot-identity-service
b995ecae008b55f5c70af9a9674c619e5e013368
e4c61e3a314a0a184833f69d98b443e88e8e76c4
refs/heads/main
2023-07-14T14:42:55.338024
2021-08-27T22:42:31
2021-08-27T22:42:31
401,369,556
0
0
MIT
2021-08-30T14:17:02
2021-08-30T14:17:01
null
UTF-8
PlantUML
false
false
803
plantuml
@@startuml title Data flow - old architecture cloud "DPS Service" { [DPS Gateway] <<service>> } cloud "IoT Hub Service" { [IoTHub Gateway] <<service>> } node "Edge Security Daemon" { folder "ESD Legacy Service" { [ESD API Server] } } node "Edge Agent" { [ESD EA Client] [IoTHub EA Client] } node "Edge Hub" { [ESD EH Client] [IoTHub EH Client] } database "HSM" [ESD EH Client] --> [ESD API Server] : IPC [ESD EA Client] --> [ESD API Server] : IPC [ESD API Server] -down-> HSM : libiothsm [ESD API Server] -left-> [DPS Gateway] : HTTPS [ESD API Server] -up-> [IoTHub Gateway] : HTTPS [IoTHub EH Client] <-up-> [IoTHub Gateway] : AMQP (EH Module) [IoTHub EA Client] -up-> [IoTHub Gateway] : HTTPS skinparam component { backgroundColor White } @@enduml
false
true
false
false
sequence
c68274a0c82fe17fa1c08935233b6398c8144454
4bde884fbde7b14a13a3a71e2ccb83a663cdf054
/src/main/java/com/ycorn/patterns/observer/pratices/observer.puml
7a815d560f93ca97561617fe922e0d5944bda529
[]
no_license
woshiwjma956/java-design-patterns-learn
31b2a7ea2ae90dc0ca8f329066fc0fa6bdb88e7e
ebbbfa72d76f17a4db4c05823ce85cb9d82cb18a
refs/heads/master
2021-05-18T01:05:26.324439
2020-05-14T09:53:28
2020-05-14T09:53:28
251,039,101
0
0
null
null
null
null
UTF-8
PlantUML
false
false
341
puml
@startuml interface Observer{ void update(Object data); } interface Subject{ void notifyObserver(); void registerObserver(Observer observer) void remoteObserver(Observer observer) } Observer <|-- ObserverA Observer <|-- ObserverB Subject <|-- ConcreteSubject ConcreteSubject <-- client ObserverA <-- client ObserverB <-- client @enduml
false
true
false
false
class
9a682da1447d40b73087cf3e2b265aeed2339ae2
d1f63947144be0ead575386d7306963dff76a161
/docs/TP5-observer.plantuml
26503cacd7c42bd3c5bc0cae00463296891d19d1
[ "MIT", "CC-BY-SA-3.0" ]
permissive
IUT-Blagnac/cpoa-tp5-MiloGrabie
5650c0f17d6d3d48cc06400c4436906b8e18b989
b438053cac6f58935377ec9661e53ec2d3642b1c
refs/heads/master
2023-01-31T08:21:27.638509
2020-12-09T10:06:36
2020-12-09T10:06:36
319,254,703
0
0
MIT
2020-12-07T08:56:24
2020-12-07T08:37:38
Java
UTF-8
PlantUML
false
false
1,324
plantuml
@startuml class CourseViewer { - button : JButton - coursePanel : JPanel - scrollPane : JScrollPane - sliderPanel : JPanel - sliders : Vector<JSlider> + CourseViewer() + actionPerformed() + addCourse() {static} + main() + paint() + stateChanged() } CourseViewer .up.|> ActionListener CourseViewer .up.|> ChangeListener CourseViewer -up-|> JFrame class BarChartObserver { - courseData : Vector<CourseRecord> + BarChartObserver() + paint() + update() } class CourseController { - coursePanel : JPanel - sliders : Vector<JSlider> + CourseController() + actionPerformed() + addCourse() {static} + main() + stateChanged() + update() } class CourseData { - courseData : Vector<CourseRecord> + CourseData() + addCourseRecord() + changeCourseRecord() + getUpdate() } abstract class Observable { # observers : Vector<Observer> + Observable() + attach() + detach() {abstract} + getUpdate() + notifyObservers() } interface Observer { {abstract} + update() } BarChartObserver .up.|> Observer BarChartObserver -up-|> JPanel CourseController .up.|> ActionListener CourseController .up.|> ChangeListener CourseController .up.|> Observer CourseController -up-|> JPanel CourseController o-- CourseData : courseData CourseData -up-|> Observable @enduml
false
true
false
false
class
de93fce133d922573f40e0d4f377004c5ac98c65
7028a90e3cc6096e70b06e0d18c51983bf54f4d6
/plantuml/SettingManager.puml
97ec10f1ae999fc4447b86e7b915bf20eb5c4557
[]
no_license
KazukiShimura/AnimalVillage
2d73f459e9df3b839f9328309de890c09f4b1f1d
916c5edc80613ade565b5fe481debf79f890b505
refs/heads/main
2023-05-06T07:27:10.043196
2021-05-27T01:55:47
2021-05-27T01:55:47
358,861,857
0
0
null
null
null
null
UTF-8
PlantUML
false
false
227
puml
@startuml class SettingManager { + OnSettingPanel() : void + Quit() : void + OnHowToPanel() : void + OffHowToPanel() : void } MonoBehaviour <|-- SettingManager SettingManager --> "howToPanel" GameObject @enduml
false
true
false
false
class