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
cc2e6853b2aabe5be542d06c84a8a788b5314cee
ff194f40e9ffee051627fdb28368b54a54658ceb
/general-tests/src/main/java/leetcode/sub/ListNode_Crycle.puml
6b37c84c42fa6cc61e21ac753c14b702dc373881
[]
no_license
haoshuimofu/common-components-parent
481a0cab1db60a59c3ff9b6ebbf6d063a06951ee
8cc2cc8e41117b28b5282d538334b396106b3387
refs/heads/master
2023-08-31T02:14:46.265734
2023-08-30T16:09:21
2023-08-30T16:09:21
281,634,859
0
5
null
2023-04-27T09:12:55
2020-07-22T09:32:52
Java
UTF-8
PlantUML
false
false
144
puml
@startuml left to right direction circle "3" circle "0" circle "2" circle "-4" "3" --> "2" "2" --> "0" "0" ---> "-4" "-4" ---> "2" @enduml
false
true
false
false
uml-unknown
ed1b00d2a67aacae066d491e6df03e52668a5354
043fdcb857c4324511ae0ace78c8a4f0c3342d07
/requirements/puml/MVC.puml
9d5ff0c44c6a0f44720b0fb1758902975978dc87
[]
no_license
VladCode97/Hanged-Master
23e3ecf24b0204b362b2c21850b97deef94760ce
436743a3a161ab3ce2ca021e02413f8c9b34ea62
refs/heads/master
2023-06-22T02:58:21.797149
2021-07-21T18:42:28
2021-07-21T18:42:28
385,668,106
0
0
null
null
null
null
UTF-8
PlantUML
false
false
798
puml
@startuml package "main" { class Hanged } package "views"{ abstract class View package "console" { class StartView class InGameView } } package "controllers"{ class Logic enum SesionValue abstract class Controller class StartController class ProposedWordController{ - Word word + findCharacterInWord(char) : char[] } class EndController } package "models" { class Word{ - String word + getLengthWord() : int + getWord() : String } class HangedPart{ } class Turn class Player class BoardPaper } Hanged *--> View Hanged *--> Logic Logic o--> Controller View <|-- StartView View <|-- InGameView Controller <|-- StartController Controller <|-- ProposedWordController Controller <|-- ProposedCharController Controller <|-- EndController Logic o--> SesionValue @enduml
false
true
false
false
class
2ef36eb1a3655ce8299d6216f68bc8e99774fe86
adc1be69234432655526ba7136d8d3144338509c
/packages/ui/example-seqds/uml-ex6.puml
74c85a2d8a327a8f4515efd44b2019c1458b76de
[ "MIT" ]
permissive
tum-esi/wot-runtime
062b6863b555b391fd70cbf2bc7c9639ee8a751a
aabb896d0b5f223e5f3aab6993be445e2dc29848
refs/heads/main
2023-06-19T04:21:14.298268
2021-07-20T22:09:02
2021-07-20T22:09:02
387,924,384
1
0
null
null
null
null
UTF-8
PlantUML
false
false
390
puml
@startuml templateObserve [->"Agent": top:templateObserve() activate "Agent" group strict par "Agent" -> "VirtualCoffeeMachine" : observeProperty: "state" activate "VirtualCoffeeMachine" "VirtualCoffeeMachine" --> "Agent" : confirmation "VirtualCoffeeMachine" ->> "Agent" : data-pushed end par "Agent" -> "TestThing" : writeProperty: "string" end end [<-"Agent" deactivate "Agent" @enduml
false
true
false
false
sequence
10ca7c3a6e6d01e541f71dca3c4ddbf1759f57ec
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GraphQLError.puml
7e6a27c0e45cf7aa722cd0d2afe404cae7550f85
[]
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
662
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 GraphQLError [[GraphQLError.svg]] { message: String locations: [[GraphQLErrorLocation.svg List<GraphQLErrorLocation>]] path: [[Object.svg List<Object>]] extensions: [[GraphQLErrorObject.svg GraphQLErrorObject]] } interface GraphQLResponse [[GraphQLResponse.svg]] { data: [[Object.svg Object]] errors: [[GraphQLError.svg List<GraphQLError>]] } GraphQLError --> GraphQLResponse #green;text:green : "errors" @enduml
false
true
false
false
sequence
885150fa208385dbef9bb8b57281c682c36beacf
3ca9e58bcb43c7a06b42770e03482244b09c1df8
/uml/tuya/professional/group/群组的创建/zigbee标准群组.puml
a860fbfce311ca5e23baab97a4e7e77a510fafed
[ "Apache-2.0" ]
permissive
yufns/uml
3abca774ef5787d27d09bb3fe0981c86df0e60c3
0173ce1a8138b6e88ed39f08c9c42b22a38c880a
refs/heads/master
2021-11-10T17:50:18.612839
2021-10-25T06:56:02
2021-10-25T06:56:02
145,532,139
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml 'https://plantuml.com/class-diagram autonumber participant CommonModel order 10 participant TuyaZigbeeGroup order 20 participant TuyaZigbeeGroupMonitorManager order 21 participant IDevModel order 30 CommonModel -> TuyaZigbeeGroup : addDeviceToGroup TuyaZigbeeGroup -> TuyaZigbeeGroupMonitorManager : sendCommand TuyaZigbeeGroupMonitorManager -> IDevModel : addZigBeeGroup @enduml
false
true
false
false
sequence
a1190be91e97f567cc1c72aab6aa8756154d0e92
bfe47eef5d4ec0d6760357d9ef1971f73aa81608
/S7/MOCI-CDSI/Projet/grp_1/classe.puml
43f53ddda9a59bda06a7b46f526cafeb84cc2e8c
[]
no_license
Knackie/telecom
0a9736350a1ab3b029fa1ab3421b8becc856e5d4
159bd532fe870dae4df98fd1fd0868b7d302b25c
refs/heads/master
2023-07-11T19:52:52.273823
2023-07-03T12:58:51
2023-07-03T12:58:51
213,642,206
9
7
null
2023-07-03T12:59:00
2019-10-08T12:56:12
Python
UTF-8
PlantUML
false
false
2,133
puml
@startuml title Diagramme de classe Goodbasket class Utilisateur { +int utilisateur_id +string nom +string prenom +string email +string adresse +string tel +string username +string password +void change_password() } class Commande { +bool paye +int commande_id +date commande_date +double montant_totale +double get_total() +void add_ligne_commande(produit, quantite) +int delete_produit(produit) +double get_total_panier() +vector<Produit> liste_produit() } class Detail_produit{ +int produit_id +double prix +String nom +string description } class Ligne_commande{ +int quantité +double get_total_from_line() } class Reglement{ +string carte_number +double montant } class Controlleur_vente{ + Payer(commande_id, Reglement) + Add_produit(commande_id, produit_id, quantite) } class Commandes_listes{ + get_commande(commande_id) : Commande } class Controlleur_utilisateur{ +void incription(utlisateur_id, nom, prenom, email, adresse, tel, username, password) +void connexion(username,password) } class Point_collecte{ +string adresse } class Gestionnaire_pc{ } class Producteur{ +void add_produit() } class Client{ +void creer_panier() : commande_id +void update_panier() : commande_id +void delete_panier() } class Catalogue{ +int id } class Stock{ +int quantite +Detail_produit Get_produit() } class Controlleur_producteur{ +void add_produit(produit, prix, quantite) +void delete_produit() } Client "1" -- "*" Commande Controlleur_vente "1" -- "*" Commandes_listes Commandes_listes "1" -- "*" Commande Point_collecte "1" -- "1" Catalogue : Contient Controlleur_producteur "1" -- "1" Catalogue Commande "1" -- "*" Ligne_commande : contient Detail_produit"1" -- "*" Ligne_commande : décrit par Utilisateur <|-- Producteur Utilisateur <|-- Client Utilisateur <|-- Gestionnaire_pc Catalogue "1" -- "*" Stock : Est décrit par Stock "1" -- "*" Detail_produit Producteur "1" -- "*" Stock : propose Gestionnaire_pc "1" -- "1" Point_collecte : gere Commande "1" -- "0-1" Reglement Controlleur_utilisateur "1" -- "*" Utilisateur @enduml
false
true
true
false
class
90d3b0e80e863de26f48640fcc32f1cbcd73a615
cee5d393e620eb394cdfe3847c251034670a1c1d
/docs/todolistuml.puml
db90804038667cfa7b1dbae5a519df0984cea014
[]
no_license
MRosario530/Rosario-app1-impl
30a0bc5f97ffb2df3abe1db4b8260e0be2da45dc
0b725ed9deaa9e0460a5cf1562ba168c7acaa157
refs/heads/main
2023-08-22T23:25:45.916166
2021-11-08T00:47:59
2021-11-08T00:47:59
423,632,969
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,457
puml
@startuml class ToDoListApplication { 'methods +main(String[]) {static} +start(Stage) } class ApplicationController { 'attributes -masterList: ToDoList -visibleList: List<Item> -currentView: int -listTable: TableView<Item> -descriptionCol: TableColumn<Item, String> -dueDateCol: TableColumn<Item, String> -completionCol: TableColumn<Item, String> -newDescriptionBox: TextArea -newDateBox: DatePicker -inputErrorLabel: Label -editDescriptionBox: TextArea -editDateBox: DatePicker -completeCheckbox: CheckBox -addItemCountLabel: Label -editItemCountLabel: Label -dateClearCheckbox: CheckBox -editInputErrorLabel: Label 'methods -onAddItemPressed(ActionEvent) -onDeleteItemPressed(ActionEvent) -onDisplayAllPressed(ActionEvent) -onDisplayCompletePressed(ActionEvent) -onDisplayIncompletePressed(ActionEvent) -onEditItemPressed(ActionEvent) -resetEditSide() -onClearListPressed(ActionEvent) -onDownloadListPressed(ActionEvent) -onUploadListPressed(ActionEvent) -updateTable() +initialize(URL, ResourceBundle) } class Item { 'attributes -final description: SimpleStringProperty -final dueDate: SimpleStringProperty -final isComplete: SimpleStringProperty -final INC: String {static} 'methods +Item(String, String, String): +Item(String, String): +Item(String): +setIsComplete(boolean) +getIsComplete(): String +setDescription(String) +getDescription(): String +setDueDate(String) +getDueDate(): String +toString(): String } class ToDoList { 'attributes -thingsToDo: List<Item> 'methods +ToDoList() +getThingsToDo(): List<Item> +addToList(String, LocalDate) +getCompleteThingsToDo(): List<Item> +getIncompleteThingsToDo(): List<Item> +editItem(Item, String, LocalDate, boolean) +deleteItem(Item) +clearList() +loadListFromFile(File) +saveListToFile(File) +toString(): String -addItemWithDescAndDate(String, String) -addItemOnlyDesc(String description) -validateDescriptionLength(String): boolean } class ToDoListFileConverter { 'methods +loadListFromFile(File): List<Item> +saveListToFile(String, File) -csvParser(String): String[] } ToDoListApplication -- ApplicationController ApplicationController -- ToDoList ToDoList --o ToDoListFileConverter ToDoList -- Item @enduml
false
true
false
false
class
64c38760080104cb0e7a22540242c89285248993
5bdbd6738fe541bd2e09ee38cdcf8e5396e969e4
/hadoop/src/mr2/secure-mapreduce2-01-yarn-bootstrap.puml
8b91899fbf6070e03917150b943c5f7d1ad2fb92
[]
no_license
kminder/puml
a788960884f2cabea5ff3daf05818716c0c28489
bc65fc266143105da327d94e1fc6a91677093412
refs/heads/master
2021-01-20T06:25:50.168990
2013-06-18T17:20:54
2013-06-18T17:20:54
10,411,289
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,617
puml
@startuml title Secure Map Reduce 2 - YARN Bootstrap autonumber 'hide footbox 'participant "Name\nNode\n(nn)" as NN 'participant "Data\nNode\n(dn)" as DN 'participant "Client\n(c)" as C participant "Resource\nManager\n(rm)" as RM participant "Node\nManager\n(nm)" as NM 'participant "Shuffle\nHandler\n(ss)" as SS 'participant "History\nServer\n(hs)" as HS 'participant "Application\nMaster\n(am)" as AM 'participant "Client\nService\n(cs)" as CS 'participant "Application\nContainer\n(ac)" as AC #red 'participant "Task\n(t)" as T #orange 'participant "File\nSystem\n(fs)" as FS participant "Kerberos\nKDC" as KDC 'note over RM,DN #green: QUESTION: ? '1 RM->RM: <b>createClientTokenMasterKey()\n : clnt-tkn-mk note right: Used by AM/CS to validate clnt-tkn from clients. activate RM '2 RM->RM:<b>createNodeManagerTokenMasterKey()\n : nm-tkn-mk note right: Used by NM to validate nm-tkn from AM. '3 RM->RM: <b>createApplicationTokenMasterKey()\n : app-tkn-mk note right: Used by RM to validate app-tkn from AM. '4 RM->RM:<b>createContainerTokenMasterKey()\n : cntnr-tkn-mk note right: Used by TC to validate cntnr-tkn from AM. deactivate RM ... '5 NM->KDC:<b>kinit/AS_REQ\n [KRB]\n ( nm-kp )\n : AS_REP{nm-tgt} note left: Password used to decrypt nm-tgt from NM's keytab. activate NM '6 NM->KDC:<b>TGS_REQ\n [KRB(nm-tgt)]\n ( rm-kp )\n : TGS_REP{nm-rm-kst} note left: Service ticket nm-rm-kst stored in NM's ticket cache. '7 NM->RM:<b>registerNodeManager/nodeHeartbeat\n [RSKT(nm-rm-kst)]\n ( nm-status )\n : nm-tkn-mk note right: Distribute nm-tkn-mk to all NMs deactivate NM @enduml
false
true
false
false
sequence
18a6a97db25a4ecac34c51032eece7cc932a4cb1
dedb4508c600a75d8fc61dbd1d4bf5279a3fee18
/app_in_studio/android/app/src/main/java/io/flutter/plugins/plugins.plantuml
971847365a678a7752e9d2efb8f1386aff496668
[]
no_license
likping/baidu_disk
f734ddfd6a44b05d2dc41420b1a64ab8a8aa5839
ef13d68cd4aba23f73c66476b6912c49241e1a06
refs/heads/master
2022-10-23T01:27:27.800032
2020-06-10T07:09:23
2020-06-10T07:09:23
267,245,354
0
0
null
null
null
null
UTF-8
PlantUML
false
false
428
plantuml
@startuml title __PLUGINS's Class Diagram__\n namespace io.flutter.plugins { class io.flutter.plugins.GeneratedPluginRegistrant { {static} + registerWith() {static} - alreadyRegisteredWith() } } 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
d7a96ef27b5171e0333be9fc2c8b56d80fa317fc
3a3e44d479b4a2bfc5c57eae20da9865d436f304
/samples/oauth2/tonr/src/main/java/org/springframework/security/oauth/examples/tonr/converter/converter.plantuml
f13981450d364e0a50f958f531ee770237c9910d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zwan2016/spring-security-oauth
abd781584a9e309df941ec53122b8f49575cbb35
43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3
refs/heads/master
2020-08-24T19:19:39.887062
2020-04-08T15:57:53
2020-04-08T15:57:53
216,889,795
0
0
Apache-2.0
2019-10-22T19:06:43
2019-10-22T19:06:43
null
UTF-8
PlantUML
false
false
725
plantuml
@startuml title __CONVERTER's Class Diagram__\n namespace org.springframework.security.oauth.examples.tonr { namespace converter { class org.springframework.security.oauth.examples.tonr.converter.AccessTokenRequestConverter { - convertibleTypes : Set<ConvertiblePair> + convert() + getConvertibleTypes() } } } org.springframework.security.oauth.examples.tonr.converter.AccessTokenRequestConverter .up.|> org.springframework.core.convert.converter.GenericConverter 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
b3e990de313dd5098739dfffa73ab671c982340f
d3a876dfe2851c165719340252ac30e60912f6e6
/bg-manager/bg-designPattern/src/main/java/com/mhm/action/chainOfResponsibility/chainOfResponsibility.puml
8fc172b6562d0a64a81de79947e1f9ddacfb2e17
[]
no_license
289562326/bigdata_mhm
846af37dbc8a00580b3c0424f1cebc21d659c672
210636d2ea350c0228deccf1485d3d1a6eb4a39c
refs/heads/master
2022-07-10T14:41:56.081002
2021-04-29T11:33:58
2021-04-29T11:33:58
190,759,465
0
0
null
2022-06-17T03:33:35
2019-06-07T14:42:09
Java
UTF-8
PlantUML
false
false
309
puml
@startuml Handler <|-- HeartBeatHandler Handler <|-- ServerHandler Handler o--Handler abstract class Handler{ -Handler handler +handlerRequest() +getHandler() +addLast(Handler handler) } class HeartBeatHandler { +handlerRequest() } class ServerHandler { +handlerRequest() } @enduml
false
true
false
false
class
db2d50c7f84c96622845bd2b1a359eb5d72f0a7b
8a4057d8c754c93b16c13815b4f1b7c4b3251bb7
/Docs/update-information.puml
c99016497a811610ceea20438c76de0afe5458f3
[ "MIT" ]
permissive
sygnowskip/modular-monolith
0cf414d84122e18277dadb4259ce25a0e1679997
d02b570a1febd9b8ce4e7fc1ce2b333c65660e48
refs/heads/master
2022-03-11T22:44:48.018280
2022-02-06T18:12:06
2022-02-06T18:12:06
244,965,038
1
0
MIT
2022-02-06T18:12:07
2020-03-04T17:41:32
C#
UTF-8
PlantUML
false
false
500
puml
@startuml Title "Update information" actor User participant API participant Command participant Aggregate database Database User -> API : Wants to change something API -> Command : Executes == Transaction boundary == Command -> Aggregate : Apply change on Aggregate -> Database : Update state Aggregate -> Database : Publish domain events to Outbox Aggregate -> Command : Returns result == Transaction boundary == Command -> API : Returns result API -> User : Display result of the action @enduml
false
true
false
false
sequence
428d8e4f86887e037804074b07af65858b8f5dd6
f2286f0532a3213ef872cf398cdb7d9fd914c1ba
/UML/Cancel_Order_Process.puml
1e4a82a612bd1289588fe213c690ee9ddc9a153d
[ "MIT" ]
permissive
bj0rnar/ProjectTicketService
fc38a734df8d935a07a8684a30abf56a990639fd
633417255588d0aa0b22c18c4e9305751fffad59
refs/heads/master
2022-01-28T12:39:19.209678
2019-06-12T08:56:20
2019-06-12T08:56:20
173,109,596
0
0
null
null
null
null
UTF-8
PlantUML
false
false
204
puml
@startuml (*) --> "Cancel order" If "Array ticketlist empty" then --> [Yes] "Pop first ticket in \n shopping cart" --> "Return ticket to event" --> "Leave page" else --> "Leave page" Endif -->(*) @enduml
false
true
false
false
activity
a5a2f64c47d552c83ae16a31b7fc272637ac8bfc
372e13940be1f116c671dbb746617a331f06899e
/Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Provider/ResourceComponentSingletonProvider.puml
2bd297da6124ade7dc032bff1f0a7ab999b3002a
[]
no_license
guolifeng2018/CIGA-Game-Jam
797734576510e27b5c5cee2eb17c1444f51d258c
fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d
refs/heads/master
2022-12-10T19:21:15.522141
2020-08-16T10:06:23
2020-08-16T10:06:23
285,986,041
0
0
null
null
null
null
UTF-8
PlantUML
false
false
327
puml
@startuml class "ResourceComponentSingletonProvider`1"<TSingleton> { + ProvideSingleton() : TSingleton + <<virtual>> SingletonResourcePath : string <<get>> } "ISingletonProvider`1" "<TSingleton>" <|-- "ResourceComponentSingletonProvider`1" IResourceSingletonProvider <|-- "ResourceComponentSingletonProvider`1" @enduml
false
true
false
false
class
09d3ca9901f35485784c4f786853f9efa22ab450
4cdd9f62e2283d4bb4454638197064e02fa90587
/app/src/main/java/com/example/widget_turntable/thanhniencung_luckyWheel/model/model.plantuml
6b999a8ca51a44c71ddb5bcd2dd62339902ecf16
[]
no_license
CFD08Joshua/WidgetTurntable
48b8d9bc56f7c01e719a6b3fa4b93b2638afb053
e59972adb920fa3129240542b95eed9a0b863aab
refs/heads/master
2023-08-25T10:25:13.521845
2021-11-04T02:10:15
2021-11-04T02:10:15
424,437,499
0
0
null
null
null
null
UTF-8
PlantUML
false
false
635
plantuml
@startuml title __MODEL's Class Diagram__\n namespace com.example.widget_turntable { namespace thanhniencung_luckyWheel { namespace model { class com.example.widget_turntable.thanhniencung_luckyWheel.model.LuckyItem { + color : int + icon : int + secondaryText : String + secondaryTextOrientation : int + topText : String } } } } 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
08f30c3714bd0f43c7874d3acac08403b3cc6976
407c65079dda49dd9533f2606ccfb34aab3dd4e0
/src/use-cases/UC003/UC3-B-orderCapture-4.puml
6450b50253b5328e0a5bfd77e9cb945afa40f020
[]
no_license
adepeufeilhoux/api-call-flow-test
2e8c7d52ce324129100fd5211534125a2edb923f
28f688b81f6f97f4344e1bc7dfebbd3cbca3a7ab
refs/heads/master
2023-03-07T11:43:41.382381
2021-02-24T10:17:39
2021-02-24T10:17:39
341,839,629
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,562
puml
@startuml skinparam ParticipantFontColor automatic Title: Order Capture 5 autonumber 53 actor person participant EngagementManagement #Purple participant OrderCapture #Black database ProductOrder database Installedbase activate OrderCapture == Payment & Account not displayed == EngagementManagement -> OrderCapture: Payment info (not detailled (666 & 676) activate EngagementManagement == Order completion validation == OrderCapture --> EngagementManagement : 201 SessionId, ProcessId4, available actions:\nTaskId9 require order completion confirmation deactivate EngagementManagement EngagementManagement -> EngagementManagement: display order completion form\n and request confirmation person-> EngagementManagement: click on confirm EngagementManagement --> OrderCapture : PATCH SessionId, process4, taskid9 [Confirmed] activate EngagementManagement == Order Validation == OrderCapture --> EngagementManagement : 201 SessionId, ProcessId4, available actions:\nTaskId10 require order confirmation deactivate EngagementManagement EngagementManagement -> EngagementManagement: display final order confirmation form person-> EngagementManagement: click on confirm your order EngagementManagement --> OrderCapture : PATCH SessionId, process4, taskid10 [Confirmed] activate EngagementManagement OrderCapture --> ProductOrder : PATCH ProductOrder/7 to change the status to 'validated'* (* not a std status) Note over OrderCapture: Order capture trigger a welcome process to continue the interaction flow with EngagementManagement deactivate OrderCapture @enduml
false
true
false
false
usecase
e8862aa21fff191f0015256bc0e884e68482f50d
e39899c3e841e43ed477bb3bcb15e35664df0224
/MasterDegreeBackend/Builders/GameCycle.puml
7af88bec2c139f940c178aa7b5144c13780c67ab
[ "MIT" ]
permissive
Deusald/MasterDegree
f339210bb96b83fdc568613453c4e01b727f8628
8ec03523e451b1e0b5789968a851fc46a4628521
refs/heads/main
2023-07-28T07:04:22.288311
2021-09-12T22:02:12
2021-09-12T22:02:12
400,824,393
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,108
puml
@startuml autonumber participant Gracz1 participant Gracz2 participant KontrolerSerwerów participant Agones participant SerwerGry KontrolerSerwerów -> Agones: Przygotuj serwery note over Agones Utworzenie gotowych serwerów gry end note Gracz1 -> KontrolerSerwerów: Prośba o nowy serwer KontrolerSerwerów -> Agones: Czy są jeszcze dostępne serwery? Agones -> SerwerGry: Alokacja serwera SerwerGry -> SerwerGry: Rozpoczęcie cyklu gry, \ngotowość do przyjęcia graczy Agones -> KontrolerSerwerów: Przesłanie IP oraz portów \ndla nowego serwera KontrolerSerwerów -> Gracz1: Przesłanie IP, portów oraz kodu\nnowego serwera Gracz1 -> Gracz1: Przejście na scenę gry Gracz1 -> SerwerGry: Połącznie z serwerem gry SerwerGry -> SerwerGry: Utworzenie połączonego gracza\nw świecie fizyki SerwerGry -> Gracz1: Przekazanie informacji o stanie mapy i numerze gracza Gracz2 -> KontrolerSerwerów: Wysłanie prośby o dołączenie do gry\n(przesłanie kodu gry w wiadomości) KontrolerSerwerów -> Gracz2: Przesłanie IP oraz portów z pamięci\n(jeśli gra istnieje) Gracz2 -> Gracz2: Przejście na scenę gry Gracz2 -> SerwerGry: Połącznie z serwerem gry SerwerGry -> SerwerGry: Utworzenie połączonego gracza\nw świecie fizyki SerwerGry -> Gracz2: Przekazanie informacji o stanie mapy i numerze gracza Gracz1 -> SerwerGry: Wystartowanie gry note over SerwerGry Rozpoczęcie gry end note ... Gracz1 -> SerwerGry: Wysyłanie danych wejściowych SerwerGry -> Gracz1: Przekazywanie informacji o stanie gry Gracz2 -> SerwerGry: Wysyłanie danych wejściowych SerwerGry -> Gracz2: Przekazywanie informacji o stanie gry ... note over SerwerGry Koniec gry end note Gracz1 -> Gracz1: Rozłączenie od serwera gry,\npowrót do głównego menu,\nponowne podłączenie się do kontrolera serwerów Gracz2 -> Gracz2: Rozłączenie od serwera gry,\npowrót do głównego menu,\nponowne podłączenie się do kontrolera serwerów SerwerGry -> Agones: Informacja o zakończeniu gry Agones -> SerwerGry: Zamknięcie tego serwera Agones -> Agones: Postawienie nowej instacji serwera gry @enduml
false
true
true
false
sequence
8fe7cbfdb22b34d2253ce7b69bb10fc456d0f881
fa2d85c243ca50392c07026a20980c498af80b07
/use-case.puml
a70192a8b6dfb386e290dbf3fde432a9687c1a65
[]
no_license
paulanthonybegley/contract-uml
2407c97e91b5533603d7cbbf103af59159a53ab3
1c0406feb3cc5130ab105dae1a1fc922cab6ad4b
refs/heads/main
2023-07-12T22:58:26.386870
2021-09-01T13:56:18
2021-09-01T13:56:18
402,126,349
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,545
puml
@startuml left to right direction actor "Super Admin" as sa actor "System User" as su actor "Contractor" as co actor "Customer" as cu usecase "Manage Users and Full Application" as UC1 usecase "Manage Contract" as UC2 usecase "Manage Authoring" as UC3 usecase "Login and Logout from System" as UC4 usecase "Update my profile" as UC5 usecase "Change account password" as UC6 usecase "Manage Audit" as UC7 usecase "Manage obligations" as UC8 usecase "Manage tenders" as UC9 usecase "Create Quotations" as UC10 usecase "Check contract details" as UC11 usecase "Apply for contract" as UC12 usecase "View invoices" as UC13 usecase "Create contract request" as UC14 usecase "Make payment" as UC15 sa -> UC1 sa -> UC2 sa -> UC3 sa -> UC4 sa -> UC5 sa -> UC6 su -> UC2 #line:red;line.bold;text:red su -> UC4 #line:red;line.bold;text:red su -> UC5 #line:red;line.bold;text:red su -> UC6 #line:red;line.bold;text:red su -> UC7 #line:red;line.bold;text:red su -> UC8 #line:red;line.bold;text:red su -> UC9 #line:red;line.bold;text:red co -> UC10 #green;line.dashed;text:green co -> UC11 #green;line.dashed;text:green co -> UC12 #green;line.dashed;text:green co -> UC4 #green;line.dashed;text:green co -> UC5 #green;line.dashed;text:green co -> UC6 #green;line.dashed;text:green cu -> UC4 #blue;line.dotted;text:blue cu -> UC5 #blue;line.dotted;text:blue cu -> UC6 #blue;line.dotted;text:blue cu -> UC13 #blue;line.dotted;text:blue cu -> UC14 #blue;line.dotted;text:blue cu -> UC15 #blue;line.dotted;text:blue @enduml
false
true
false
false
usecase
cdc6ac43feef6ad6fae60c232b5db7d2f8aad289
bd389a66e62ddd463f89d0f8689b4801d00d033b
/asd.puml
8291bba46b2269eb2750a1c6e9bd3f899fd96cf5
[]
no_license
iqram31/RPL-SI-ATK-simple
f7ac71d0799b4ce85442cb24aec3209a02c5d05b
d8a53e91019df3c6220fe4efcd8d5c54354d34e3
refs/heads/master
2022-08-29T21:11:53.329379
2020-05-29T07:41:06
2020-05-29T07:41:06
94,573,999
0
0
null
null
null
null
UTF-8
PlantUML
false
false
16,477
puml
@startuml annotation java.lang.Override annotation java.lang.SuppressWarnings class com.mysql.jdbc.Driver class id.co.ish.FormATK class id.co.ish.FormLogin class id.co.ish.FormPilihBarang class id.co.ish.FormPilihPegawai class id.co.ish.FormTambahATK class id.co.ish.FormTambahTransKlr class id.co.ish.FormTambahTransMsk class id.co.ish.FormTransKeluar class id.co.ish.FormTransMasuk class id.co.ish.FormUbahATK class id.co.ish.FormUtama class id.co.ish.PilihTglTransKeluar class id.co.ish.PilihTglTransMasuk class id.co.ish.daoimpl.AdminDAOImpl class id.co.ish.daoimpl.BarangDAOImpl class id.co.ish.daoimpl.PegawaiDAOImpl class id.co.ish.daoimpl.TransaksiKeluarDAOImpl class id.co.ish.daoimpl.TransaksiMasukDAOImpl class id.co.ish.entity.Admin class id.co.ish.entity.Barang class id.co.ish.entity.Pegawai class id.co.ish.entity.TransaksiKeluar class id.co.ish.entity.TransaksiMasuk class id.co.ish.tabelmodel.BarangTM class id.co.ish.tabelmodel.PilihBarangTM class id.co.ish.tabelmodel.PilihPegawaiTM class id.co.ish.tabelmodel.TransaksiKeluarTM class id.co.ish.tabelmodel.TransaksiMasukTM class id.co.ish.utility.DatabaseConnectivity class java.awt.Color class java.awt.event.KeyEvent class java.io.File class java.io.InputStream class java.sql.Connection class java.sql.DriverManager class java.sql.PreparedStatement class java.sql.ResultSet class java.sql.SQLException class java.text.SimpleDateFormat class java.util.ArrayList class java.util.Date class java.util.HashMap class java.util.Map class java.util.logging.Level class java.util.logging.Logger class javax.activation.FileDataSource class javax.swing.JDialog class javax.swing.JFrame class javax.swing.JOptionPane class javax.swing.table.AbstractTableModel class net.sf.jasperreports.engine.JasperCompileManager class net.sf.jasperreports.engine.JasperFillManager class net.sf.jasperreports.engine.JasperPrint class net.sf.jasperreports.engine.JasperReport class net.sf.jasperreports.engine.design.JasperDesign class net.sf.jasperreports.engine.xml.JRXmlLoader class net.sf.jasperreports.view.JasperViewer interface id.co.ish.dao.AdminDAO interface id.co.ish.dao.BarangDAO interface id.co.ish.dao.PegawaiDAO interface id.co.ish.dao.TransaksiKeluarDAO interface id.co.ish.dao.TransaksiMasukDAO id.co.ish.FormATK ..> java.lang.SuppressWarnings id.co.ish.FormATK ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormATK ..> id.co.ish.entity.Barang id.co.ish.FormATK ..> id.co.ish.tabelmodel.BarangTM id.co.ish.FormATK ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.FormATK ..> java.io.File id.co.ish.FormATK ..> java.io.InputStream id.co.ish.FormATK ..> java.text.SimpleDateFormat id.co.ish.FormATK ..> java.util.ArrayList id.co.ish.FormATK ..> java.util.HashMap id.co.ish.FormATK ..> java.util.Map id.co.ish.FormATK --|> javax.swing.JFrame id.co.ish.FormATK ..> javax.swing.JOptionPane id.co.ish.FormATK ..> net.sf.jasperreports.engine.JasperCompileManager id.co.ish.FormATK ..> net.sf.jasperreports.engine.JasperFillManager id.co.ish.FormATK ..> net.sf.jasperreports.engine.JasperPrint id.co.ish.FormATK ..> net.sf.jasperreports.engine.JasperReport id.co.ish.FormATK ..> net.sf.jasperreports.engine.design.JasperDesign id.co.ish.FormATK ..> net.sf.jasperreports.engine.xml.JRXmlLoader id.co.ish.FormATK ..> net.sf.jasperreports.view.JasperViewer id.co.ish.FormATK ..> id.co.ish.dao.BarangDAO id.co.ish.FormLogin ..> java.lang.Override id.co.ish.FormLogin ..> java.lang.SuppressWarnings id.co.ish.FormLogin ..> id.co.ish.daoimpl.AdminDAOImpl id.co.ish.FormLogin ..> id.co.ish.entity.Admin id.co.ish.FormLogin ..> id.co.ish.entity.Pegawai id.co.ish.FormLogin ..> javax.activation.FileDataSource id.co.ish.FormLogin --|> javax.swing.JDialog id.co.ish.FormLogin ..> javax.swing.JOptionPane id.co.ish.FormLogin ..> id.co.ish.dao.AdminDAO id.co.ish.FormPilihBarang ..> java.lang.Override id.co.ish.FormPilihBarang ..> java.lang.SuppressWarnings id.co.ish.FormPilihBarang ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormPilihBarang ..> id.co.ish.entity.Barang id.co.ish.FormPilihBarang ..> id.co.ish.tabelmodel.PilihBarangTM id.co.ish.FormPilihBarang ..> java.util.ArrayList id.co.ish.FormPilihBarang --|> javax.swing.JDialog id.co.ish.FormPilihBarang ..> javax.swing.JOptionPane id.co.ish.FormPilihBarang ..> id.co.ish.dao.BarangDAO id.co.ish.FormPilihPegawai ..> java.lang.Override id.co.ish.FormPilihPegawai ..> java.lang.SuppressWarnings id.co.ish.FormPilihPegawai ..> id.co.ish.daoimpl.PegawaiDAOImpl id.co.ish.FormPilihPegawai ..> id.co.ish.entity.Pegawai id.co.ish.FormPilihPegawai ..> id.co.ish.tabelmodel.PilihPegawaiTM id.co.ish.FormPilihPegawai ..> java.util.ArrayList id.co.ish.FormPilihPegawai --|> javax.swing.JDialog id.co.ish.FormPilihPegawai ..> javax.swing.JOptionPane id.co.ish.FormPilihPegawai ..> id.co.ish.dao.PegawaiDAO id.co.ish.FormTambahATK ..> java.lang.Override id.co.ish.FormTambahATK ..> java.lang.SuppressWarnings id.co.ish.FormTambahATK ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormTambahATK ..> id.co.ish.entity.Barang id.co.ish.FormTambahATK ..> java.util.ArrayList id.co.ish.FormTambahATK --|> javax.swing.JDialog id.co.ish.FormTambahATK ..> javax.swing.JOptionPane id.co.ish.FormTambahATK ..> id.co.ish.dao.BarangDAO id.co.ish.FormTambahTransKlr ..> java.lang.Override id.co.ish.FormTambahTransKlr ..> java.lang.SuppressWarnings id.co.ish.FormTambahTransKlr ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormTambahTransKlr ..> id.co.ish.daoimpl.TransaksiKeluarDAOImpl id.co.ish.FormTambahTransKlr ..> id.co.ish.daoimpl.TransaksiMasukDAOImpl id.co.ish.FormTambahTransKlr ..> id.co.ish.entity.Barang id.co.ish.FormTambahTransKlr ..> id.co.ish.entity.Pegawai id.co.ish.FormTambahTransKlr ..> id.co.ish.entity.TransaksiKeluar id.co.ish.FormTambahTransKlr ..> java.awt.Color id.co.ish.FormTambahTransKlr ..> java.awt.event.KeyEvent id.co.ish.FormTambahTransKlr ..> java.text.SimpleDateFormat id.co.ish.FormTambahTransKlr ..> java.util.Date id.co.ish.FormTambahTransKlr --|> javax.swing.JDialog id.co.ish.FormTambahTransKlr ..> javax.swing.JOptionPane id.co.ish.FormTambahTransKlr ..> id.co.ish.dao.BarangDAO id.co.ish.FormTambahTransKlr ..> id.co.ish.dao.TransaksiKeluarDAO id.co.ish.FormTambahTransKlr ..> id.co.ish.dao.TransaksiMasukDAO id.co.ish.FormTambahTransMsk ..> java.lang.Override id.co.ish.FormTambahTransMsk ..> java.lang.SuppressWarnings id.co.ish.FormTambahTransMsk ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormTambahTransMsk ..> id.co.ish.daoimpl.TransaksiMasukDAOImpl id.co.ish.FormTambahTransMsk ..> id.co.ish.entity.Barang id.co.ish.FormTambahTransMsk ..> id.co.ish.entity.Pegawai id.co.ish.FormTambahTransMsk ..> id.co.ish.entity.TransaksiMasuk id.co.ish.FormTambahTransMsk ..> java.awt.Color id.co.ish.FormTambahTransMsk ..> java.awt.event.KeyEvent id.co.ish.FormTambahTransMsk ..> java.text.SimpleDateFormat id.co.ish.FormTambahTransMsk ..> java.util.ArrayList id.co.ish.FormTambahTransMsk ..> java.util.Date id.co.ish.FormTambahTransMsk --|> javax.swing.JDialog id.co.ish.FormTambahTransMsk ..> javax.swing.JOptionPane id.co.ish.FormTambahTransMsk ..> id.co.ish.dao.BarangDAO id.co.ish.FormTambahTransMsk ..> id.co.ish.dao.TransaksiMasukDAO id.co.ish.FormTransKeluar ..> java.lang.SuppressWarnings id.co.ish.FormTransKeluar ..> id.co.ish.daoimpl.TransaksiKeluarDAOImpl id.co.ish.FormTransKeluar ..> id.co.ish.entity.TransaksiKeluar id.co.ish.FormTransKeluar ..> id.co.ish.tabelmodel.TransaksiKeluarTM id.co.ish.FormTransKeluar ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.FormTransKeluar ..> java.io.File id.co.ish.FormTransKeluar ..> java.io.InputStream id.co.ish.FormTransKeluar ..> java.util.ArrayList id.co.ish.FormTransKeluar ..> java.util.HashMap id.co.ish.FormTransKeluar ..> java.util.Map id.co.ish.FormTransKeluar --|> javax.swing.JFrame id.co.ish.FormTransKeluar ..> javax.swing.JOptionPane id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.JasperCompileManager id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.JasperFillManager id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.JasperPrint id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.JasperReport id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.design.JasperDesign id.co.ish.FormTransKeluar ..> net.sf.jasperreports.engine.xml.JRXmlLoader id.co.ish.FormTransKeluar ..> net.sf.jasperreports.view.JasperViewer id.co.ish.FormTransKeluar ..> id.co.ish.dao.TransaksiKeluarDAO id.co.ish.FormTransMasuk ..> java.lang.SuppressWarnings id.co.ish.FormTransMasuk ..> id.co.ish.daoimpl.TransaksiMasukDAOImpl id.co.ish.FormTransMasuk ..> id.co.ish.entity.TransaksiMasuk id.co.ish.FormTransMasuk ..> id.co.ish.tabelmodel.TransaksiMasukTM id.co.ish.FormTransMasuk ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.FormTransMasuk ..> java.io.File id.co.ish.FormTransMasuk ..> java.io.InputStream id.co.ish.FormTransMasuk ..> java.util.ArrayList id.co.ish.FormTransMasuk ..> java.util.HashMap id.co.ish.FormTransMasuk ..> java.util.Map id.co.ish.FormTransMasuk --|> javax.swing.JFrame id.co.ish.FormTransMasuk ..> javax.swing.JOptionPane id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.JasperCompileManager id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.JasperFillManager id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.JasperPrint id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.JasperReport id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.design.JasperDesign id.co.ish.FormTransMasuk ..> net.sf.jasperreports.engine.xml.JRXmlLoader id.co.ish.FormTransMasuk ..> net.sf.jasperreports.view.JasperViewer id.co.ish.FormTransMasuk ..> id.co.ish.dao.TransaksiMasukDAO id.co.ish.FormUbahATK ..> java.lang.Override id.co.ish.FormUbahATK ..> java.lang.SuppressWarnings id.co.ish.FormUbahATK ..> id.co.ish.daoimpl.BarangDAOImpl id.co.ish.FormUbahATK ..> id.co.ish.entity.Barang id.co.ish.FormUbahATK --|> javax.swing.JDialog id.co.ish.FormUbahATK ..> javax.swing.JOptionPane id.co.ish.FormUbahATK ..> id.co.ish.dao.BarangDAO id.co.ish.FormUtama ..> java.lang.SuppressWarnings id.co.ish.FormUtama ..> java.awt.Color id.co.ish.FormUtama --|> javax.swing.JFrame id.co.ish.PilihTglTransKeluar ..> java.lang.Override id.co.ish.PilihTglTransKeluar ..> java.lang.SuppressWarnings id.co.ish.PilihTglTransKeluar --|> javax.swing.JDialog id.co.ish.PilihTglTransMasuk ..> java.lang.Override id.co.ish.PilihTglTransMasuk ..> java.lang.SuppressWarnings id.co.ish.PilihTglTransMasuk --|> javax.swing.JDialog id.co.ish.daoimpl.AdminDAOImpl ..> java.lang.Override id.co.ish.daoimpl.AdminDAOImpl ..> id.co.ish.entity.Admin id.co.ish.daoimpl.AdminDAOImpl ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.daoimpl.AdminDAOImpl ..> java.sql.Connection id.co.ish.daoimpl.AdminDAOImpl ..> java.sql.PreparedStatement id.co.ish.daoimpl.AdminDAOImpl ..> java.sql.ResultSet id.co.ish.daoimpl.AdminDAOImpl ..> java.sql.SQLException id.co.ish.daoimpl.AdminDAOImpl ..> java.util.logging.Level id.co.ish.daoimpl.AdminDAOImpl ..> java.util.logging.Logger id.co.ish.daoimpl.AdminDAOImpl --|> id.co.ish.dao.AdminDAO id.co.ish.daoimpl.BarangDAOImpl ..> java.lang.Override id.co.ish.daoimpl.BarangDAOImpl ..> id.co.ish.entity.Barang id.co.ish.daoimpl.BarangDAOImpl ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.daoimpl.BarangDAOImpl ..> java.sql.Connection id.co.ish.daoimpl.BarangDAOImpl ..> java.sql.PreparedStatement id.co.ish.daoimpl.BarangDAOImpl ..> java.sql.ResultSet id.co.ish.daoimpl.BarangDAOImpl ..> java.sql.SQLException id.co.ish.daoimpl.BarangDAOImpl ..> java.util.ArrayList id.co.ish.daoimpl.BarangDAOImpl ..> java.util.logging.Level id.co.ish.daoimpl.BarangDAOImpl ..> java.util.logging.Logger id.co.ish.daoimpl.BarangDAOImpl --|> id.co.ish.dao.BarangDAO id.co.ish.daoimpl.PegawaiDAOImpl ..> java.lang.Override id.co.ish.daoimpl.PegawaiDAOImpl ..> id.co.ish.entity.Pegawai id.co.ish.daoimpl.PegawaiDAOImpl ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.daoimpl.PegawaiDAOImpl ..> java.sql.Connection id.co.ish.daoimpl.PegawaiDAOImpl ..> java.sql.PreparedStatement id.co.ish.daoimpl.PegawaiDAOImpl ..> java.sql.ResultSet id.co.ish.daoimpl.PegawaiDAOImpl ..> java.sql.SQLException id.co.ish.daoimpl.PegawaiDAOImpl ..> java.util.ArrayList id.co.ish.daoimpl.PegawaiDAOImpl ..> java.util.logging.Level id.co.ish.daoimpl.PegawaiDAOImpl ..> java.util.logging.Logger id.co.ish.daoimpl.PegawaiDAOImpl --|> id.co.ish.dao.PegawaiDAO id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.lang.Override id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> id.co.ish.entity.TransaksiKeluar id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.sql.Connection id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.sql.PreparedStatement id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.sql.ResultSet id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.sql.SQLException id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.util.ArrayList id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.util.logging.Level id.co.ish.daoimpl.TransaksiKeluarDAOImpl ..> java.util.logging.Logger id.co.ish.daoimpl.TransaksiKeluarDAOImpl --|> id.co.ish.dao.TransaksiKeluarDAO id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.lang.Override id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> id.co.ish.entity.TransaksiMasuk id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> id.co.ish.utility.DatabaseConnectivity id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.sql.Connection id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.sql.PreparedStatement id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.sql.ResultSet id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.sql.SQLException id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.util.ArrayList id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.util.logging.Level id.co.ish.daoimpl.TransaksiMasukDAOImpl ..> java.util.logging.Logger id.co.ish.daoimpl.TransaksiMasukDAOImpl --|> id.co.ish.dao.TransaksiMasukDAO id.co.ish.entity.TransaksiKeluar ..> java.util.Date id.co.ish.entity.TransaksiMasuk ..> java.util.Date id.co.ish.tabelmodel.BarangTM ..> java.lang.Override id.co.ish.tabelmodel.BarangTM ..> id.co.ish.entity.Barang id.co.ish.tabelmodel.BarangTM ..> java.util.ArrayList id.co.ish.tabelmodel.BarangTM --|> javax.swing.table.AbstractTableModel id.co.ish.tabelmodel.PilihBarangTM ..> java.lang.Override id.co.ish.tabelmodel.PilihBarangTM ..> id.co.ish.entity.Barang id.co.ish.tabelmodel.PilihBarangTM ..> java.util.ArrayList id.co.ish.tabelmodel.PilihBarangTM --|> javax.swing.table.AbstractTableModel id.co.ish.tabelmodel.PilihPegawaiTM ..> java.lang.Override id.co.ish.tabelmodel.PilihPegawaiTM ..> id.co.ish.entity.Barang id.co.ish.tabelmodel.PilihPegawaiTM ..> id.co.ish.entity.Pegawai id.co.ish.tabelmodel.PilihPegawaiTM ..> java.util.ArrayList id.co.ish.tabelmodel.PilihPegawaiTM --|> javax.swing.table.AbstractTableModel id.co.ish.tabelmodel.TransaksiKeluarTM ..> java.lang.Override id.co.ish.tabelmodel.TransaksiKeluarTM ..> id.co.ish.entity.TransaksiKeluar id.co.ish.tabelmodel.TransaksiKeluarTM ..> java.util.ArrayList id.co.ish.tabelmodel.TransaksiKeluarTM --|> javax.swing.table.AbstractTableModel id.co.ish.tabelmodel.TransaksiMasukTM ..> java.lang.Override id.co.ish.tabelmodel.TransaksiMasukTM ..> id.co.ish.entity.TransaksiMasuk id.co.ish.tabelmodel.TransaksiMasukTM ..> java.util.ArrayList id.co.ish.tabelmodel.TransaksiMasukTM --|> javax.swing.table.AbstractTableModel id.co.ish.utility.DatabaseConnectivity ..> com.mysql.jdbc.Driver id.co.ish.utility.DatabaseConnectivity ..> java.sql.Connection id.co.ish.utility.DatabaseConnectivity ..> java.sql.DriverManager id.co.ish.utility.DatabaseConnectivity ..> java.sql.SQLException id.co.ish.dao.AdminDAO ..> id.co.ish.entity.Admin id.co.ish.dao.BarangDAO ..> id.co.ish.entity.Barang id.co.ish.dao.BarangDAO ..> java.util.ArrayList id.co.ish.dao.PegawaiDAO ..> id.co.ish.entity.Pegawai id.co.ish.dao.PegawaiDAO ..> java.util.ArrayList id.co.ish.dao.TransaksiKeluarDAO ..> id.co.ish.entity.TransaksiKeluar id.co.ish.dao.TransaksiKeluarDAO ..> java.util.ArrayList id.co.ish.dao.TransaksiMasukDAO ..> id.co.ish.entity.TransaksiMasuk id.co.ish.dao.TransaksiMasukDAO ..> java.util.ArrayList @enduml
false
true
false
false
class
1b198e1bec28629ff25685ac43904c211241fb6b
3719022897014e52297e0ab39b307408fb740107
/src/main/java/de/shimunmatic/informationhub/repository/repository.plantuml
bc78d7bd45448e080a60ebe62bdececd561bdb9e
[]
no_license
shimunmatic/information-hub
2bcdf8ba83f06570aa7552827a961b231e561a8b
f13c39b3b44975236d114e0e628be4fa3c5703cb
refs/heads/master
2021-03-16T20:30:19.407191
2020-11-22T18:05:43
2020-11-22T18:05:43
246,939,810
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,003
plantuml
@startuml title __REPOSITORY's Class Diagram__\n namespace de.shimunmatic.informationhub { namespace repository { interface de.shimunmatic.informationhub.repository.CountryStateRepository { {abstract} + findByCountryNameEquals() {abstract} + findByCountryNameEqualsAndProcessedDateIdEquals() {abstract} + findByProcessedDateIdEquals() {abstract} + findDistinctCountryNames() } } } namespace de.shimunmatic.informationhub { namespace repository { interface de.shimunmatic.informationhub.repository.ProcessedDateRepository { {abstract} + findByOrderByProcessedDateDesc() {abstract} + findByProcessedDateFormattedEquals() {abstract} + findFirstByOrderByProcessedDateDesc() } } } 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
3dece246124b6c54fbd9fc3fc551c7c6cf52a3e5
f06026a2065ab92978d5550401ae6347bbcda5d4
/exercise43/docs/classes.puml
0ee600682c9714f9f809a68c46ea9f5a3c79f423
[]
no_license
Dbug100/Murphy-a04
b42e07e982a7e179c613b1e43507600bfe02d9ff
ed78d4b0a4c3a915d43f2e1e364a78be3e8e616e
refs/heads/main
2023-08-31T18:21:35.130680
2021-10-20T02:57:05
2021-10-20T02:57:05
417,349,117
0
0
null
null
null
null
UTF-8
PlantUML
false
false
124
puml
@startuml class Solution43{ - FileMaker } class FileMaker{ -File fileCss - File fileJs } FileMaker --> Solution43 @enduml
false
true
false
false
class
d95d4f2aaf1a27982f952da4cb103372a04fa5e9
0db050b9bc387d88bc7e865ab7daa165674b6839
/diagrams/list_sequence.puml
8f06d75a4fab6a782aca2ee57c58c9a9de5c6eab
[]
no_license
mdgriffin/distributed-computing-project
a1656af01c26b019e14191b26806f4c9597f8329
c8a0d7c7a51994c20bb3181824ecf8630b8fea5b
refs/heads/master
2020-04-25T03:55:36.031611
2019-04-12T08:38:57
2019-04-12T08:38:57
172,493,391
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,237
puml
@startuml actor Client entity Server Database "Session Store" Database "File Store" group Request Message Client -> Server: **LIST** Request Client -> Server: Session Key end Server -> "Session Store": Check if Session Key is Valid "Session Store" --> Server: Session Key check result alt Has valid Session Key Success Server -> "File Store": Get list of Files in User Directory "File Store" --> Server: File Listing result alt File Listing Retrieved Successfully group Response Message Server --> Client: **SUCCESS** Response Server --> Client: SUCCESS Header Message Server --> Client: File Listing end else Failed to retrieve File Listing group Response Message Server --> Client: **ERROR** Response Server --> Client: ERROR Reason Header Message end end else Invalid Session Key group Response Message Server --> Client: **Denied** Response Server --> Client: DENIED Reason Header Message end else Session Key not provided with Request group Response Message Server --> Client: **Error** Response Server --> Client: DENIED Reason Header Message end end @enduml
false
true
false
false
sequence
987728ae9a1fca43ae4c67a3ab810c6896e22b2a
398bd9fad32b9891190496db0fc14ab1b52dd682
/uml/use_case.plantuml
5d010737bdbed6c59b9678b9a5daabba0e469660
[]
no_license
Florkin/bus_travel_calculator
84e7cb02f25a4474db9fcf9954efc4feda98353d
cb1493b6c09b645b0667b12b916cbb93846dd3f6
refs/heads/develop
2023-03-14T18:29:40.895762
2021-03-21T17:38:16
2021-03-21T17:38:16
350,044,578
0
0
null
2021-03-21T17:38:17
2021-03-21T15:50:31
PHP
UTF-8
PlantUML
false
false
462
plantuml
@startuml left to right direction skinparam actorStyle awesome :User: :Admin: package Use { User --> (Set max time) User --> (set budget) User --> (Ask available path) User --> (Set destination) (Ask available path) .> (Set destination) : include } Admin --> (CRUD cities) Admin --> (CRUD groups) Admin --> (Authenticate as Admin) (CRUD cities) .> (Authenticate as Admin) : include (CRUD groups) .> (Authenticate as Admin) : include @enduml
false
true
false
false
uml-unknown
56ffa427c6997d0cd08f8a9be2f61c777c4fa79e
d34532068a6a02344ece88f389432763bda1516d
/queue-components.puml
9fd018be0268bdd3dce33e532cd3c40bd0043631
[]
no_license
Queue2Deanery/queue-docs
b1672c0a962caf19cfe6a3249b0df7f18e73f295
414e78de052ab205aaa1787e4fac3734185cd633
refs/heads/master
2020-05-31T20:01:39.603712
2019-06-10T00:01:48
2019-06-10T00:01:48
190,466,933
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,751
puml
@startuml scale 0.4 () https - nginx cloud "nginx api gateway" as nginx { } external --> nginx internal --> nginx package "API zewnętrzne dla studentów" as external { folder "przypadki użycia zewnętrzne" { [ActiveIssuesInQueueQuery] [UserDeleteIssueCommand] [UserIssueQuery] [UserPatchIssueCommand] [UserSubmitIssueCommand] [QueueQuery] [QueuesQuery] [UserQueuesQuery] } } () external_port - external () internal_port - internal package "API wewnętrzne dla dziekanatu" as internal { folder "przypadki użycia wewnętrzne" { [ActiveIssuesQuery] [IssueDetailsQuery] [IssueProcessingCompleteCommand] [IssueProcessingStartCommand] [IssueRemoveCommand] [IssuesQuery] [IssueCategoriesQuery] [IssueCategoryRemoveCommand] [IssueCategorySubmitCommand] [QueueQuery] [QueuesQuery] } } () auth_port - auth internal --> auth_port external --> auth_port package "Mail" as mail { folder "przypadki użycia microserwisu mail" { [TokenGenerationMessageConsumer] } } rabbit --> mail auth --> rabbit cloud "RabbitMQ kolejka" as rabbit { [queue] } package "API JWT LDAP autoryzacja/autentykacja" as auth { folder "przypadki użycia auth" { [LogTokenGenerationCommand] [TokenGenerationQuery] [TokenRevocationCommand] [TokenValidationQuery] } } internal --> queue_db_port external -->queue_db_port auth --> auth_db_port () queue_db_port - queuedb () auth_db_port - authdb database "PostgreSQL 1 instancja" { folder "queue_db" as queuedb { [field_of_study] [issue] [issue_category] [queue_] [active_issue_view] [issue_processing_est_view] } } database "PostgreSQL 2 instancja" { folder "authentication_db" as authdb { [revoked_jwt_token] [token_generation_audit] } } auth --> ldap database "LDAP PW" as ldap { folder "użytkownicy" { } } @enduml
false
true
true
false
sequence
140aa2d67da3d0ae3c261de9109aa2b8f26b4506
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/useCase15.puml
e2ad97a125256701b495335a3f6d282638c560a4
[ "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
417
puml
@startuml useCase15 hide footbox participant "Buyer/Client" as B participant "Seller/Server" as S B -> S : POST {{baseUrl}}/suspendPerformanceJob (SuspendPerformanceJob_Create) S -> S : basic validation S -> S : assign id S -> S : state: acknowledged alt successful inquiry B <-- S : 201 SuspendPerformanceJob with {{id}} else validation or internal problem B <-- S: 4xx/5xx : error response end @enduml
false
true
false
false
sequence
d83f0faa0bdc115eb61e5d051e825ffc287e18c4
8e0e85b3875e06a4d76b4298decb879026847d7f
/docs/Skeleton/diagrams/Craft_robot/comm/2.Possible_to_craft_robot.puml
1e2e42ce189d5c1c6f8bf4c00cc096f277d4b064
[]
no_license
viseguard-studios/Documentation
fba5030594be0303374d70019c7ea759316a96fe
290312ddbeab9cf9a28147c868f3330475aebd6d
refs/heads/main
2023-05-13T12:00:34.417075
2021-06-06T07:52:49
2021-06-06T07:52:49
338,383,487
0
0
null
null
null
null
UTF-8
PlantUML
false
false
750
puml
@startuml rectangle "recipe: RobotRecipe" as recipe rectangle "s: SpaceShip" as s rectangle "inv: Inventory" as inv rectangle "a: Asteroid" as a rectangle "inventory:Inventory" as inventory rectangle "item: Item" as item rectangle "aItem: Item" as aItem title SpaceShip can craft robot \n recipe -right- s: 1. GetAsteroid() \n ----> \n 2. a \n <- - - \n 3. GetInventory() \n ----> \n 4. inv \n <- - - recipe -left- inv: 5. getItems() \n <---- \n 6. items \n - - -> recipe -- a: 7. GetInventory() \n <---- \n 8. inventory \n - - -> recipe -- inventory: 9. GetItems() \n <---- \n 10. aItems \n - - -> recipe -- item: 11. Satisfies(i)\n ---->\n 12. x \n <- - - recipe -- aItem: 13. Satisfies(i)\n ---->\n 14. y \n <- - - @enduml
false
true
false
false
sequence
fcc6e9b55e391ffc50d27118eba26d7aae1f4573
617e5c41d650f3ae75e9e17ca4b512239003e6fe
/SDPi Supplement/SDPi Rev 1.0/SDC Message Examples/SDPi Transactions/SDPi Transactions/SDPi DEV-24.puml
5120deabc93fcfc5df94fb615e40ce4e21269bab
[]
no_license
egbordzor/sdpi-fhir
11b57d49b86e24ce7e1981dffed2bc5afe31860b
1f35778743f02be4f4b72cee863d46c396d9d271
refs/heads/master
2023-06-24T06:16:57.545747
2021-07-30T06:20:34
2021-07-30T06:20:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
893
puml
skinparam monochrome true autonumber !global $str_sdpi_p_somds_cons = "SOMDS Consumer" !global $str_sdpi_p_somds_prov = "SOMDS Provider" participant "$str_sdpi_p_somds_cons" as sdpi_somds_consumer participant "$str_sdpi_p_somds_prov" as sdpi_somds_provider == SDPi [DEV-24] Discover Network Topology == ||| group unsecured loop (to ensure SDC "Hello" messages are not missed) sdpi_somds_consumer ->> sdpi_somds_provider: BICEPS: DiscoverNetworkProviders( Search Criteria, ...) sdpi_somds_consumer <- sdpi_somds_provider: BICEPS: DiscoverNetworkProvidersResponse(PROVIDER UID, Discovery Type, ...) '||| ' opt if XAddrs were missing from ProbeMatches or Hello ' sdpi_somds_consumer ->> sdpi_somds_provider: SDC: Resolve(EndpointReference) ' sdpi_somds_consumer <- sdpi_somds_provider: SDC: ResolveMatches(XAddrs) ' end end end |||
false
true
false
false
sequence
657ad55854ad676468c7a62d7c39adddf7011665
a81e562f727c45dbbca8c325630d0e26005d651c
/docs/plantuml/Model/IInspectionPlanFromDB.puml
c79eb961d378b194ae9b3075f67760937af15154
[]
no_license
kelvinleclaire/PA2
46768de9af832d892812d39b248bf1636eb52db3
39fc53a5ecbcdecd81ace88a5f681769dc62813c
refs/heads/main
2023-04-30T16:37:05.951439
2021-05-18T10:21:49
2021-05-18T10:21:49
368,485,770
0
0
null
null
null
null
UTF-8
PlantUML
false
false
150
puml
@startuml interface IInspectionPlanFromDB { inspectionPlanName: String pathToPlan: String valuesAndTolerances: [IValueAndTolerance] } @enduml
false
true
false
false
class
1aff8b4b2b118608a192730fb190f0ae7a9f3143
1780d045451129d92e39d01641e56085fd771538
/uml/TaskListController.puml
24f304c7ce29833f726c599db9a94ceef960d02a
[]
no_license
Jsnoap/snoap-cop3330-assignment4
041ca3f45038f1305d5a456ee8ae1b77f5941e61
93401c3f8c47116bd14b24a5ace085612bdf6247
refs/heads/master
2023-08-24T05:02:14.752393
2021-11-01T17:23:51
2021-11-01T17:23:51
423,554,563
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,060
puml
@startuml 'https://plantuml.com/class-diagram class TaskListController { -Stage stage -Scene scene -Parent root +Button addButton +DatePicker datePicker +TextField taskText +ListView<Task> listData +Pane goBack +Button removeList +MenuItem saveIndividualList +MenuItem loadIndividualList +Button editTaskDesc +Button removeTask +Button markComplete +Button editTaskDate +MenuItem allTasksShown +MenuItem completedTasksShown +MenuItem uncompletedTasksShown +Button goBackHome +ObservableList<Task> list +FileChooser fileChooser +addTask (Event e) +goBackHomeButtonClicked(ActionEvent actionEvent) +saveButtonClicked(ActionEvent actionEvent) +loadButtonClicked(ActionEvent actionEvent) +editTaskButtonClicked(ActionEvent actionEvent) +removeTaskButtonClicked(ActionEvent actionEvent) +markCompleteButtonClicked(ActionEvent actionEvent) +allTasksDisplayedChosen(ActionEvent actionEvent) +completedTasksDisplayedChosen(ActionEvent actionEvent) +uncompletedTasksDisplayedChosen(ActionEvent actionEvent) +removeListButtonClicked(ActionEvent actionEvent) } @enduml
false
true
false
false
class
fb37cc545de6b79b2bc3ee379e62c4078ba2caa5
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/common/command/assertEquals/nonString/nonString.plantuml
37b0b7866e987e6b35081fd3912716f178809d08
[ "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,577
plantuml
@startuml title __NONSTRING's Class Diagram__\n package spec.concordion { package spec.concordion.common.command { package spec.concordion.common.command.assertEquals { package spec.concordion.common.command.assertEquals.nonString { class AssertEqualsBooleanTest { + successOrFailure() } } } } } package spec.concordion { package spec.concordion.common.command { package spec.concordion.common.command.assertEquals { package spec.concordion.common.command.assertEquals.nonString { class NonStringTest { + outcomeOfPerformingAssertEquals() } } } } } package spec.concordion { package spec.concordion.common.command { package spec.concordion.common.command.assertEquals { package spec.concordion.common.command.assertEquals.nonString { class NullResultTest { + outcomeOfPerformingAssertEquals() } } } } } package spec.concordion { package spec.concordion.common.command { package spec.concordion.common.command.assertEquals { package spec.concordion.common.command.assertEquals.nonString { class VoidResultTest { + process() + myVoidMethod() } } } } } 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
0faadafcf3d3abaa9fe813a801e7c45c62e0dba8
2ca78359939cd902a692508ef5df9834dc44b95f
/BLEflowchart.plantuml
4f3a06a783d8a7d0f37af8892d2794ffd53979e1
[]
no_license
uztbt/Arduino
2eeef60ea4cbe2f6dc574a9d0d5212350ef5dc6f
16ad737096b70dab7d107dca586ae6aee7aa6f80
refs/heads/master
2021-03-06T06:11:06.222529
2020-06-14T07:20:28
2020-06-14T07:20:28
246,185,178
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,342
plantuml
@startuml Main -> Main: setup() activate Main Main -> BLEDevice: init() BLEDevice -> BLEScan: getScan() activate BLEScan BLEScan -> BLEScan: setAdvertisedDeviceCallbacks() BLEAdvertisedDeviceCallbacks --> BLEScan BLEScan -> BLEScan: setActiveScan(true) BLEScan -> BLEScan: start(duration, is_continue) deactivate Main Main -> Main: loop() activate Main BLEScan --> BLEAdvertisedDeviceCallbacks entity BLEAdvertisedDevice BLEAdvertisedDevice -> BLEAdvertisedDeviceCallbacks: onResult() activate BLEAdvertisedDeviceCallbacks BLEAdvertisedDeviceCallbacks -> BLEAdvertisedDevice: isAdvertisingService(UUID) BLEAdvertisedDevice --> BLEAdvertisedDeviceCallbacks: true BLEAdvertisedDeviceCallbacks --> BLEScan: stop() deactivate BLEScan BLEAdvertisedDeviceCallbacks --> Main: doConnect = true, doScan = true, mydevice = BLEAdvertisedDevice deactivate BLEAdvertisedDeviceCallbacks BLEDevice -> BLEClient: createClient() activate BLEClient BLEClient -> BLEClient: setClientCallbacks() MyClientCallback --> BLEClient BLEClient -> BLEClient: connect(myDevice) BLEClient -> BLERemoteService: getService(serviceUUID) activate BLERemoteService BLERemoteService -> BLERemoteCharacteristic: getCharacteristic(charUUID deactivate BLERemoteService BLEClient --> Main: connected = true deactivate BLEClient Main -> BLERemoteCharacteristic: writeValue() @enduml
false
true
false
false
sequence
8c19edade7eb4998b26fd379e13455e8394cfeaa
233db381dee8610f36fe77bb5d4c361901e3691a
/diagrams/rest layer.puml
9f206a293b01ee642b114048cbcbb960f820ea7e
[]
no_license
mayweather1993/Hotel_booking
1c07f21c6da45a535f514df40824508589a542f6
c97154693b6c4d741a5e9971e2433b9603c5ff0f
refs/heads/master
2021-01-25T13:28:55.977927
2018-03-02T13:04:23
2018-03-02T13:04:23
123,577,882
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,261
puml
@startuml class BookingController{ + ResponseEntity create(BookingVM vm) + ResponseEntity getPage(Pageable pageable) + ResponseEntity getById(Long id) + ResponseEntity delete(Long id) + ResponseEntity update(Long id,BookingVM bookingVM) - BookingVM toVM(BookingEntity entity) - BookingEntity toEntity(BookingVM vm) } class HotelController{ + public ResponseEntity create(HotelVM vm) + ResponseEntity getPage(Pageable pageable) + ResponseEntity getById(Long id) + ResponseEntity delete(Long id) + ResponseEntity update(Long id,HotelVM hotelVM) - HotelVM toVM(HotelEntity entity) - HotelEntity toEntity(HotelVM vm) } class RoomController{ + ResponseEntity create(RoomVM roomVM) + ResponseEntity getPage(RoomCategory category,Pageable pageable) + ResponseEntity getById(Long id) + ResponseEntity delete(Long id) + ResponseEntity update(Long id,RoomVM roomVM) - RoomVM toVM(RoomEntity entity) - RoomEntity toEntity(RoomVM roomVM) } class UserController{ + ResponseEntity create(UserVM vm) + ResponseEntity getPage(Pageable pageable) + ResponseEntity getById(Long id) + ResponseEntity getUserBookings(Long id) + ResponseEntity update(Long id,UserVM userVM) - UserVM toVM(UserEntity entity) - UserEntity toEntity(UserVM vm) } @enduml
false
true
false
false
class
f012637b5a18784f2d4243182c3238921b968c68
9cc0c1d6efbb6a5c411c97fdacc855b960c68968
/plantUML/tutorial-1/tutorialscenario.puml
0c7d434cbd64b0a969f61f28fb064500ad224bbf
[]
no_license
talfco/tutorial-apache-avro
4ba4113790a80419e5dba89c17537252dec29ccb
d999dcbef8132a013f6dc740f6bf113473846dc9
refs/heads/master
2023-04-16T18:49:16.412004
2021-04-26T21:19:56
2021-04-26T21:19:56
260,910,192
2
0
null
2021-04-26T21:19:57
2020-05-03T12:24:02
Java
UTF-8
PlantUML
false
false
405
puml
@startuml title "Tutorial Scenario" footer "Avro-ElasticSearch Tutorial - cloudburo.net" actor endUser autonumber endUser -> ReactUI: enterData endUser -> ReactUI: clickOk ReactUI -> ServiceComponent: put /model/strategy(localizedJSONData) ServiceComponent -> BackendComponent: put /persist(avroMessageBinary) BackendComponent -> ElasticSearchCluser: put /businessmodel/strategy(avroMessageJSON) @enduml
false
true
false
false
usecase
a799b6ebe364fce4f3e4d9a545bdc8c3da0df1c0
c55d0843baf5692c48cf21e1d60e3d870550759c
/doc/API/API_predict_ticket.puml
2c1c5e3213924d037622887254a18cd0acebc279
[]
no_license
qperez/buticc-webapp
3bc07bbc7617c7091a37bb892d29ab1e1e839f48
d70705ee704e83e9b1260c34239f24506e612d92
refs/heads/main
2023-02-13T00:14:29.508061
2021-01-12T09:35:41
2021-01-12T09:35:41
328,692,649
0
0
null
null
null
null
UTF-8
PlantUML
false
false
694
puml
@startuml Index.html -> Controller: POST /predict/ticket activate Controller Controller -> Vectorizer: String (doc) activate Vectorizer Vectorizer -> Vectorizer : transform(doc) Vectorizer --> Controller : Vectors (X) deactivate Vectorizer Controller -> SelectKBest : Vectors (X) activate SelectKBest SelectKBest -> SelectKBest : transform(X) SelectKBest --> Controller : Vectors Reduced (X reduced) deactivate SelectKBest Controller -> MLP : Vectors Reduced (X reduced) activate MLP MLP -> MLP : predict(X reduced) MLP -> MLP : predict_proba(X reduced) MLP --> Controller : Prediction deactivate MLP Controller --> Index.html : 200 OK with JSON Payload deactivate Controller @enduml
false
true
false
false
sequence
61eaee5f1404e10fdc9ffe49efa8102ea465dde3
13fd168c2136098087aeca7ec84ec06079f92c52
/app/UML/DM.puml
0004b3c15e04f88e245f50fa770103ab6ebdd802
[]
no_license
llittle3701/AubieMemory
1c2975bc6fafc8881b6fe9283002a5fa20c67a73
1bc7418f24ca71ee066ffbc01fbf5c73045ec843
refs/heads/master
2020-03-10T07:39:52.297182
2018-05-02T05:00:48
2018-05-02T05:00:48
129,268,057
0
0
null
null
null
null
UTF-8
PlantUML
false
false
343
puml
@startuml title AubieMemory Domain Model class Player { score } class Button { color tone picture } class Game { } class HighScoreManager { difficulty highScore } Game "1" *-- "8" Button: contains > Player - HighScoreManager: views high score > Player -- Button: presses > Player -- Game: views > hide empty members hide methods @enduml
false
true
false
false
class
9c891628e40aa1897719963ce8c161419be557b7
2674d2bfed6d4a96db1f1d40d19b237642d01ca7
/docs/red/s1161213/sp1/analysis1.puml
8e5cf11b0db56549c4383846e4ed350ab7d4ceb8
[]
no_license
HugoFernandes2343/LAPR4_2017-2018
9c827075d64c92d89c05bb772f7e7c3192416803
e1d4724d9995676ac1f25bed0e9c2884929c12bb
refs/heads/master
2023-02-26T22:39:42.292967
2018-06-20T12:37:30
2018-06-20T12:37:30
336,568,975
1
0
null
null
null
null
UTF-8
PlantUML
false
false
577
puml
@startuml analysis1.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : initiates the creation of an event Browser ->> Browser : asks for the event information User -> Browser : enters the information Browser -> Server : newEvent() Browser ->> Browser : shows event and asks for confirmation User -> Browser : Confirms database Database Browser -> Server : saveEvent() Server -> Database : save Browser -> Browser : shows success message @enduml
false
true
false
false
sequence
4fc3291aab9af81acaf2370fc0d58d7570866315
c587d361c63039e388826f14c4690c59c5fb7c99
/src/main/java/oop/exercises/ex43/Ex43ClassDiagram.puml
7458fdfd309046862396351fc70398501a6765fe
[]
no_license
agalvezv/galvez-vega-cop3330-assignment3
37923bab0475a9f6ebc1987f1d78da17d23de5e8
59e5e7d072b6b305f23aea09ff202a6859336d32
refs/heads/master
2023-05-24T13:39:07.440480
2021-06-21T03:12:21
2021-06-21T03:12:21
378,302,043
0
0
null
null
null
null
UTF-8
PlantUML
false
false
457
puml
@startuml class NameList { +String siteName +String author +String jsCheck +String cssCheck +String pathway +boolean success +SiteGen() +getSiteName(String holder) +getAuthor(String holder) +getjsCheck(String holder) +getcssCheck(String holder) +generateSite() +writeInSite() +printWebGen() } class Application { +String given +Scanner inputs +SiteGen newSite +print operations } @enduml
false
true
false
false
class
c1cab2c28874b4b1baa13ab9c57dc8ba8aeb9106
e7a90139b09baeea8c6616683d1a879a7535e3c3
/src/parser/uml/tests/classDiagram.puml
061d7644425c741d8e4e33e0ebb6e076d77c0693
[]
no_license
seiyab/turbo-pancake
d9fcbaf6201782e51cd4166891d6079a013bfd96
9cbf33f353aedc3c3d165f33e489f6c1a5ce3988
refs/heads/master
2023-01-02T10:32:09.617427
2020-10-25T13:21:54
2020-10-25T13:21:54
303,067,257
1
0
null
null
null
null
UTF-8
PlantUML
false
false
144
puml
@startuml test class Class01 class Class02 class Class03 { String name boolean isActive } Class01 --|> Class02 Class02 o-- Class03 @enduml
false
true
false
false
class
61adc946be3a4bd7c8b95750981567fcff622ec3
a3faded5a55bc21be298300d143d41f6e50a9ce6
/base-uml-design.puml
05f480ff18807fc4bf6971551a1271c8cdcf7392
[]
no_license
qiding1991/design-pattern
7c506e5d4abd1f010751f644888d422cd01dbf36
696fd672b0badbeab9fda8aa57c42fe8bbfe55e1
refs/heads/master
2021-07-16T03:15:50.424962
2019-10-23T13:41:05
2019-10-23T13:41:05
215,778,627
0
1
null
2020-10-13T16:56:06
2019-10-17T11:44:06
Java
UTF-8
PlantUML
false
false
345
puml
@startuml abstract class AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|.. AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { - elementData:int - size():void } enum TimeUnit { DAYS HOURS MINUTES } @enduml
false
true
false
false
class
b61c78f8fcd3140bb9638f2b9b1e5bc45974f411
71f991ceeedbb609fdc6461988fe0267d10e8bac
/uml/ui/DraggablePanel.puml
e6ea79c57f8cbd274febe546a386cfcbb60cc304
[]
no_license
CodyAdam/project__chatbot
23d0ef12207fb0201258c288ee07872d957b1742
afc0d8532f7a162d5b303b09fb41b345f4736697
refs/heads/main
2023-08-02T04:11:36.149644
2021-10-09T21:02:45
2021-10-09T21:02:45
415,371,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
106
puml
@startuml 'https://plantuml.com/class-diagram class DraggablePanel { Integer offset Point start } @enduml
false
true
false
false
class
70e1d22d923a732375a350e0d9aa61895cdb9305
5ebc6bd43779c11d45d5e1ab472f9b0a54ccaa34
/UML/Form.puml
7435455a74e31c3b55f1538a0990774389886b33
[]
no_license
DavidKeaton/CopyRIGHT
e8b91ff9c1dd6ff22283263d71459c8ba0ca6998
936412de4f358c8cf3ba6a209f0ca71b4be1bc94
refs/heads/master
2020-06-30T02:37:09.010946
2019-08-19T15:13:14
2019-08-19T15:13:14
200,695,197
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,247
puml
@startuml package Chapter { class Question { -question : String -weight : double +Question(String, double) +get() : Object[] +set(String, double) : void } class Page { -number : int -questions : ArrayList<Question> +Page(int) +Page(int, Question[]) +Page(int, String[], double[]) +add(Question) : void +add(Question[]) : void +add(String, double) : void +add(String[], double[]) : void #getID() : int +get() : Question[] +get(int) : Question #set(int, Question) : void #set(int, String, double) : void #set(int[], Question[]) : void #set(int[], String[], double[]) : void } class Chapter { -pages : Map<int,Page> -currentPage : int +Chapter() +Chapter(Chapter[]) +add(Chapter) : void +get(int) : Chapter } abstract class DBHelper { -name : String -results : Result +DBHelper(db_name : String) #open(db_name : String) : boolean #close() #connect() +query(sql_statement : String) : Result +getResults() : Result } } @enduml
false
true
false
false
class
0d4010dc7914e92fa9b918a9761dd588bbef3a5c
573fd3fb5867c0f26fb2906f0478b234956e713f
/packages/cactus-plugin-ledger-connector-besu/docs/architecture/run-transaction-endpoint-transact-signed.puml
7c40ebcc00ef61df23d78ef5ee49930f0dc56480
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
1,014
puml
@startuml Sequence Diagram - transact method title Hyperledger Cactus\nSequence Diagram\nRun Transaction Endpoint\ntransactSigned() method skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 120 skinparam sequenceParticipant underline actor "Caller" as caller participant "transactSigned()" as ts participant "web3.eth.sendSignedTransaction()" as wesst caller -> ts: req activate caller group #e6e632 if web3SigningCredential == NONE activate ts ts -> wesst: rawTransaction activate wesst wesst --> ts: txPoolReceipt deactivate wesst group #ecec66 if ReceiptType == NODETXPOOLACK ts --> caller: returns [txPoolReceipt] as resBody else #f2f299 ReceiptType == LEDGERBLOCKACK ts -> ts: pollForTxReceipt(txHash, consistencyStrategy) ts --> caller: return [ledgerReceipt as transactionReceipt] as resBody else #LightCoral ts --> caller: throw Error: Unrecognized ReceiptType deactivate ts end end deactivate caller @enduml
false
true
false
false
usecase
aa34bafca8d6b7918b4c72e1189e4133bed58a28
8255480ee8ecef1ad7d65f60b261efce689ba52c
/distribution/material-4/Social/SentimentVerySatisfied.puml
71f85ffed87a8e769e766c3adfc867b79749b19a
[ "MIT" ]
permissive
tmorin/plantuml-libs
26e2eca7afa650a54ee8df4e7300e14e19e43ec0
006af18927be7a3f7b4a41950db45b9a8026a534
refs/heads/master
2023-08-09T03:49:04.516794
2023-05-30T19:04:23
2023-05-30T19:04:23
181,646,969
95
25
MIT
2023-07-20T10:12:29
2019-04-16T08:24:49
TypeScript
UTF-8
PlantUML
false
false
895
puml
' definition of the Item material-4/Social/SentimentVerySatisfied sprite $SentimentVerySatisfiedXs [10x10/16z] LS710K00002X083RVrjlvQSUS8T612ATMiPPWClhhePb97K9KwCbOBb7V sprite $SentimentVerySatisfiedSm [12x12/16z] NSd50S0W44JHZplJVxN1RdcmpbzkWMSe-wfqsyQXSn8LJ4AGTpQaoJHqnzCjiJAsZW2H91bp-Zp1OMJOecRNQIzZEHO sprite $SentimentVerySatisfiedMd [16x16/16z] { RSa55aCX30NHmRu1UVlVRKz2lRqumtyfyMR8RInPLe53aw1EIEjZ626JL3nN9A-TCVs4OmT6PXDayLIrUWw9tPjskbp6BeZFAMcdAG6O9LA1feCmDLhPpPzB DKazySSD } sprite $SentimentVerySatisfiedLg [20x20/16z] { bOw75GCW44BjNTb_so3fFVbsZ-DX_gE0J6-kP62DFhcxyzS0t5djpgf-hZh0wW9SNJnKBzGtU7bOBiaM5veQ8hi3RrjjaneZDrHkaboH8SRzN-Qse8J2cgY4 OLSWsYNOOic2qAbkWN8kfdFUxgzv2O--NI8kNzHq23LUYMqKQjzo } !procedure SentimentVerySatisfied($id, $name="", $tech="", $desc="") IconElement($id, 'IconElement', 'material-4/Social/SentimentVerySatisfied', $name, $tech, $desc) !endprocedure
false
true
false
false
uml-unknown
e335947bf4cc3e5f12a722837030e4361a90c384
f843c9d5922c2ef92cc3ca50f20f44184ed27ef8
/src/main/java/Prototype/Shape/README.puml
0f52ed5eaad03610b95b1ec6c023ffeb454452eb
[]
no_license
yvanross/LOG121-GOF-exemples
c80a4d1b29f0b953e4666e100a82d4fde1923bea
7cff56d019b40901ed54b85a62d69317cf61da59
refs/heads/master
2023-05-04T07:39:48.742354
2021-05-21T13:43:50
2021-05-21T13:43:50
261,219,115
2
25
null
2021-01-25T22:44:14
2020-05-04T15:11:44
Java
UTF-8
PlantUML
false
false
527
puml
@startuml Diagramme de classe class PrototypePatternDemo class Circle extends Shape class Rectangle extends Shape class Shape implements Cloneable { +draw(): void +getType(): String +getId() : String +setId(String id) : void +clone() : Object } class Square extends Shape Class ShapeCache { getShape(final String shapeId): Shape } ShapeCache ..> Circle ShapeCache ..> Rectangle ShapeCache ..> Square PrototypePatternDemo *-- ShapeCache ShapeCache *-- Shape: Hashtable<String, Shape> @enduml
false
true
false
false
class
5cf788d0885bef63617e5691eaffe2f0cf5f5062
be53d08f95f21cb99273b687b00222662dabb468
/entity.plantuml
0ace4f23cfa85b17ac44d12cdc5c18a07f6145ea
[]
no_license
song9063/aws-sdk-go-v2-examples
f31e987d9c73a474f310c031691863e723fdb628
904c0200c22ddd336dbde48f641f0c4f35f9c0f1
refs/heads/main
2023-04-04T10:27:39.366499
2021-04-09T09:15:33
2021-04-09T09:15:33
355,599,043
2
0
null
null
null
null
UTF-8
PlantUML
false
false
378
plantuml
@startuml entity User { Username Email Birthdate Address Status Interests } entity Friendship { Fllowing User Followed User Timestamp } entity Photo { Username Timestamp Location } entity Reaction { Photo Reaction Reacting User Timestamp } User }o--o{ Friendship User --o{ Photo Photo --o{ Reaction @enduml
false
true
false
false
sequence
b2cd2041c293909fa46d62d7e6e59db28a338a61
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/builds_aggregation/diagrams/build_days_data_layer_class_diagram.puml
cf129af127be3d54c4dd87a32584ff9f2c2dfb41
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
1,491
puml
@startuml build_days_data_layer_class_diagram package core.data.model { abstract class DataModel { + toJson() : Map<String, dynamic> } } package common { package domain { package repositories { interface BuildDayRepository { + projectBuildDaysInDateRangeStream(String projectId, {DateTime from, DateTime to}) : Stream<List<BuildDay>> } } package entities { class BuildDay { + projectId : String + successful: int + failed: int + unknown: int + inProgress: int + totalDuration : Duration + day : DateTime } } } package data { package repositories as data_repositories { class FirestoreBuildDayRepository { - _firestore : Firestore + projectBuildDaysInDateRangeStream(String projectId, {DateTime from, DateTime to}) : Stream<List<BuildDay>> } } package model { class BuildDayData { + factory fromJson(Map<String, dynamic> json) : BuildDayData + toJson() : Map<String, dynamic> } } } } FirestoreBuildDayRepository ..|> BuildDayRepository FirestoreBuildDayRepository --> BuildDayData : uses BuildDayData --|> BuildDay BuildDayData -left-..|> DataModel BuildDayRepository --> BuildDay : provides @enduml
false
true
false
false
sequence
6a656140f66d323868a21b6c2ea4a323b2673a1a
57c100e58e74482ada45f0a4998ea30c335221a1
/docs/img/src/embedded_ais_wiremock_validation_enabled.puml
399e2c790dd2718a490f1cd42bbfe043b1c916a4
[]
no_license
berezkin88/pet-clinic
92d37569bad84b14c979ab50b3f10e4cfe2cd81b
8731b498cdc66ea265ad042e875a935c925eb437
refs/heads/master
2023-08-09T07:28:22.877673
2021-09-13T11:31:17
2021-09-13T11:31:17
264,966,205
0
0
null
2021-09-02T08:43:03
2020-05-18T14:33:08
Java
UTF-8
PlantUML
false
false
1,081
puml
@startuml participant tpp as "TPP" participant adapter as "XS2A\nAdapter" participant bank as "ASPSP" tpp->adapter: account information consent request ||| adapter->bank: account information consent request ||| adapter<-bank: 201 account-information response (startAuthorisation link) ||| adapter<-adapter: check existing stub ||| tpp<-adapter: 201 account-information response (startAuthorisation link) ||| group psu authorisation tpp->adapter: start authorisation request (psu credentials) ||| adapter->bank: start authorisation request (psu credentials) ||| adapter<-bank: 201 start-authorisation response (available sca methods) ||| adapter<-adapter: check existing stub ||| tpp<-adapter: 201 start-authorisation response (available sca methods) ||| tpp->adapter: authorisation update request (sca method) ||| adapter->bank: authorisation update request (sca method) ||| adapter<-bank: 200 authorisation-update response ||| adapter<-adapter: check existing stub ||| tpp<-adapter: 200 authorisation-update response ... end ... === Other AIS requests/responses... == ||| @enduml
false
true
false
false
sequence
304a5c6e33101585b7c9c9a7221e52b113735e67
0bbb19794ee3b0ae71b9de431bab7de68e869faa
/uml/orientation_state.puml
9d45ba002cd10115114179158617dc310880f2c2
[]
no_license
shixin58/KillBill
6cdb629846613bbcd64f9fc69b90cf9f38b914f1
c3347fac4f99d64fc9597d277cfa6aeda9cbb227
refs/heads/master
2023-09-01T11:58:08.116723
2023-08-13T04:50:28
2023-08-13T04:50:28
114,085,569
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,797
puml
@startuml class BaseActivity class FullscreenActivity { OrientationUtils mOrientationUtils onCreate(Bundle savedInstanceState) onResume() onPause() onConfigurationChanged(Configuration newConfig) } class OrientationUtils { Activity mActivity boolean mOrientationEventListenerSwitch = true boolean mIsLandscape OrientationEventListener mOrientationEventListener OrientationUtils(Activity activity, ChangePageOrientationCallback callback) init() onConfigurationChanged(int orientation) start() end() setPortraitDefault() setLandscapeDefault() } abstract class OrientationEventListener { SensorManager mSensorManager Sensor mSensor SensorEventListener mSensorEventListener OrientationListener mOldListener enable() disable() } abstract class SensorManager { SparseArray<List<Sensor>> mSensorListByType = new SparseArray<>() Sensor getDefaultSensor(int type) boolean registerListener(SensorEventListener listener, Sensor sensor, int samplingPeriodUs) unregisterListener(SensorEventListener listener) } class Sensor interface SensorEventListener { onSensorChanged(SensorEvent event) onAccuracyChanged(Sensor sensor, int accuracy) } abstract OrientationListener { onOrientationChanged(int orientation) } interface SensorListener { onSensorChanged(int sensor, float[] values) onAccuracyChanged(int sensor, int accuracy) } BaseActivity <|- FullscreenActivity FullscreenActivity *-- OrientationUtils OrientationUtils *-- OrientationEventListener OrientationEventListener *-- Sensor OrientationEventListener *--- SensorManager OrientationEventListener *- SensorEventListener OrientationEventListener *--- OrientationListener SensorListener <|-- OrientationListener @enduml
false
true
false
false
class
18d47086562b72c893e50b7b2fd6574b5061c96d
e32786a76a0133f49e0212193fcb0e35456acc90
/C4/DiscountComponent.puml
9d3a76347148c02e791a81c0cafc2bd608badd4c
[]
no_license
krzysztofowsiany/course_c4_model_dotnetcore
80d4a4fd8bd9dd1cc3870e87edb55677af8ee7f9
8c9c0997e6fdc78164c3e9b5932d1a83406f14c8
refs/heads/master
2023-04-16T21:09:36.602246
2021-05-07T19:26:19
2021-05-07T19:26:19
349,501,447
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,016
puml
@startuml DiscountComponent package "Discount Component" { class ApplyDiscountCodeHandler { +handle(command:ApplyDiscountCode):void } class Discount { +applayDiscountCode(code:string, offerId:int):bool } ApplyDiscountCode <.. ApplyDiscountCodeHandler ApplyDiscountCodeHandler ..> Discount DiscountCodeApplied <.. Discount DiscountCodeWasInvaild <.. Discount Discount *--> RightPeriodRule Discount *--> AvailableDIscountRule Discount *--> VaildDiscountRule class GenerateDiscountHandler { +handle(command:GenerateDiscount):void } class DiscountGenerator { +generateDiscount(code:String, periodStart:DateTime, periodEnd:DateTime):bool } GenerateDiscount <.. GenerateDiscountHandler DiscountGenerator <.. GenerateDiscountHandler DiscountGenerated <.. DiscountGenerator DiscountGenerator *--> ActualOfferRule DiscountGenerator *--> LessDIscountRule hide members show Discount methods show ApplyDiscountCodeHandler methods show DiscountGenerator methods show GenerateDiscountHandler methods } @enduml
false
true
false
false
class
71ed6c12c3bd66a99e36b3aad35f9aa90ff9eaa6
1e29db5bed77a596689f962e97e884fbc15c3677
/uml/PostofficeClassDiagram.plantuml
b9b4d48a54e0c31631fb9e8c9ad6f7c8f025545d
[]
no_license
AlirezaAtGeeks/android_pipeline_test
649b3d89115cfafccd534bd9533ecd8c95ed3609
8e43d90fe652a107872112d49cdaf72e744cb9f5
refs/heads/master
2020-09-24T21:06:38.557352
2019-12-05T16:23:36
2019-12-05T16:23:36
225,844,074
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,872
plantuml
@startuml title __Post Office Android App High Level Class Diagram__\n namespace co.uk.postoffice.apps.parcelshop { class co.uk.postoffice.apps.parcelshop.MainActivity { } } namespace co.uk.postoffice.apps.parcelshop { namespace dtos { class co.uk.postoffice.apps.parcelshop.dtos.AccessPointDTO class co.uk.postoffice.apps.parcelshop.dtos.BluetoothDeviceDTO } } namespace co.uk.postoffice.apps.parcelshop { namespace fragments { class co.uk.postoffice.apps.parcelshop.fragments.FragmentInit class co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb class co.uk.postoffice.apps.parcelshop.fragments.FragmentSet class co.uk.postoffice.apps.parcelshop.fragments.ScreenReceiver } } namespace co.uk.postoffice.apps.parcelshop { namespace javascriptbridge { class co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject class co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings } } namespace co.uk.postoffice.apps.parcelshop { namespace services { class co.uk.postoffice.apps.parcelshop.services.BluetoothBroadcastReceiver class co.uk.postoffice.apps.parcelshop.services.BatteryService class co.uk.postoffice.apps.parcelshop.services.BluetoothPairingBroadcastReceiver class co.uk.postoffice.apps.parcelshop.services.BluetoothService interface co.uk.postoffice.apps.parcelshop.services.IBatteryService interface co.uk.postoffice.apps.parcelshop.services.IBluetoothService interface co.uk.postoffice.apps.parcelshop.services.IWifiService class co.uk.postoffice.apps.parcelshop.services.WifiService } } co.uk.postoffice.apps.parcelshop.services.BatteryService .up.|> co.uk.postoffice.apps.parcelshop.services.IBatteryService co.uk.postoffice.apps.parcelshop.services.BluetoothService .up.|> co.uk.postoffice.apps.parcelshop.services.IBluetoothService co.uk.postoffice.apps.parcelshop.services.WifiService .up.|> co.uk.postoffice.apps.parcelshop.services.IWifiService co.uk.postoffice.apps.parcelshop.services.WifiService ..> co.uk.postoffice.apps.parcelshop.dtos.AccessPointDTO : uses co.uk.postoffice.apps.parcelshop.services.BluetoothService ..> co.uk.postoffice.apps.parcelshop.dtos.BluetoothDeviceDTO : uses co.uk.postoffice.apps.parcelshop.services.BluetoothService *-- co.uk.postoffice.apps.parcelshop.services.BluetoothBroadcastReceiver co.uk.postoffice.apps.parcelshop.services.BluetoothService *-- co.uk.postoffice.apps.parcelshop.services.BluetoothPairingBroadcastReceiver co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.WifiService co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.BluetoothService co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings <|-- co.uk.postoffice.apps.parcelshop.services.BatteryService co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.fragments.FragmentInit co.uk.postoffice.apps.parcelshop.MainActivity *-- co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb *-- co.uk.postoffice.apps.parcelshop.fragments.ScreenReceiver co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb ..|> co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInjectSettings co.uk.postoffice.apps.parcelshop.fragments.FragmentWeb ..|> co.uk.postoffice.apps.parcelshop.javascriptbridge.AndroidInject right footer endfooter @enduml
false
true
false
false
class
c07e3e5077fd4b73072d2c5295f272f836841f7a
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-mediator-3.plantuml
b5f0ebed6335089d941475c3bd3c112ad06474a6
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
547
plantuml
@startuml participant ChatRoom participant ColleagueUser participant ColleagueBotDateTime activate ColleagueUser ColleagueUser -> ChatRoom : sendMessage(datetime) activate ChatRoom ChatRoom -> ColleagueUser : receiveMessage(datetime) ChatRoom -> ColleagueBotDateTime : receiveMessage(datetime) activate ColleagueBotDateTime ColleagueBotDateTime -> ChatRoom : sendMessage(2020-03-11 00:00:00) deactivate ColleagueBotDateTime ChatRoom -> ColleagueUser : receiveMessage(2020-03-11 00:00:00) deactivate ChatRoom deactivate ColleagueUser @enduml
false
true
false
false
sequence
a1d3e478727fdc8f60191c9a251d6b7708e61438
5cdd9dc6e8fbc5b138b3215638c4585b9ac02a53
/docs/docs/flappy-bird-like/player/multi-extension.puml
7078e9906b92048df04d9c2524dbd35a4ff2a5d1
[ "MIT" ]
permissive
fal-works/make-games-with-p5js
3ff8a7f83f4cade538cfbeef5afeb3b799510b49
e6768783e0fc0a5a3cded73dfd2f221d7b70dea9
refs/heads/master
2020-12-22T00:53:40.613190
2020-02-05T20:35:12
2020-02-05T20:35:12
236,618,381
0
0
null
null
null
null
UTF-8
PlantUML
false
false
124
puml
@startuml multi-extension hide empty members A <|-- B A <|-- C A <|-- D B <|-- E C <|-- E C <|-- F D <|-- F D <|-- G @enduml
false
true
false
false
class
85b8f984a526a436e1b9371717b1b555c63e97c5
13753f4f5699113c8c7ce4bcf1ca5f8ab3010897
/plantUML/decorator.puml
c8d3717a1bc1f4b8b77de688fb7f64cb07c74f0a
[]
no_license
43Carrig/Design_Patterns_Car
5c3c3949be61efaeda95f68b5615047afd062768
4f1bb7cc11e54faa5ddaafb1bfade8b11d8dbdf7
refs/heads/master
2020-03-30T02:55:58.725679
2018-12-01T22:18:45
2018-12-01T22:18:45
150,658,623
0
0
null
null
null
null
UTF-8
PlantUML
false
false
693
puml
@startuml title Decorator Pattern class Alloys extends ModDecorator{ + Alloys(CarModification carModification) + double getPrice() + String toString() } abstract class CarModification { + abstract double getPrice() + abstract String toString() } class LeatherSeats extends ModDecorator{ + LeatherSeats(CarModification carModification) + double getPrice() + String toString() } abstract class ModDecorator extends Modification{ # CarModification carModification + ModDecorator(CarModification carModification) +double getPrice() } class Modification extends CarModification{ + double getPrice() + String toString() } @enduml
false
true
false
false
class
ccacb458e046d70a963af391aa4e3aaa4885a108
22d04c6c48741d578b62d4b83552a8a90f8ec199
/docs/plantuml/SensorRepresentation.puml
857f4e547aa38ba9e1711eb2f12bd7c7c844e002
[ "MIT" ]
permissive
RobinJespersen/BEMOnt
54d63846d3644ebbcd46f527207396b5af77ff58
1a7619ce8c8a1ee8d5b612697cd553ca0eb29f4d
refs/heads/master
2023-07-14T04:16:26.887385
2021-08-31T09:56:29
2021-08-31T09:56:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,036
puml
@startuml scale 0.4 skinparam class { ArrowColor DarkBlue ArrowFontColor DarkBlue BackgroundColor LightBlue BorderColor DarkGrey } skinparam dpi 300 skinparam stereotypeCBackgroundColor Wheat skinparam classAttributeFontColor Green /' Definition of the classes referring the SSN-core part '/ class System <<ssn>> class Sensor <<ssn>> class Observation <<ssn>> { externalStorageID xsd:string } class MobileBuildingApplianceLocationObservation <<bem>> class MobileBuildingAppliance <<bem>> class FeatureOfInterest <<ssn>> class Property <<ssn>> class SensorOutput <<ssn>> class ObservationValue <<ssn>> class Instant <<time>>{ time:inXSDDateTime [xsd:DateTime] } class DateTimeInterval <<time>>{ time:inXSDDateTime [xsd:DateTime] } class Unit <<QUDT>> class IfcSensor <<ifc4>> class IfcSensorType <<ifc>> /' Definition of the Geo-core part '/ class _Feature <<geo>> class _Geometry <<geo>> class Point <<geo>> class Polygon <<geo>> /' Definition of the SSN model to model the sensor observation of the building facilities '/ System --> System: ssn:hasSubSystem System <|-- Sensor Observation <|-- MobileBuildingApplianceLocationObservation MobileBuildingAppliance --> MobileBuildingApplianceLocationObservation: hit2gap:wasLocated IfcSensor --> Sensor: owl:equivalentClass Sensor --> Observation: ssn:observedBy Sensor --> Property: ssn:observes Observation --> FeatureOfInterest: ssn:featureOfInterest Observation --> Property: ssn:observedProperty FeatureOfInterest --> Property: ssn:Property Observation --> SensorOutput: ssn:ObservationResult SensorOutput --> ObservationValue: ssn:hasValue ObservationValue --> Unit: qudt:unit Observation --> Instant: ssn:observationResultTime Observation --> DateTimeInterval: ssn:observationResultTime /' Definition of the geospatial part using GeoOWL ontology '/ _Feature --> _Geometry: geo:where _Geometry <|-- Point _Geometry <|-- Polygon _Feature <|-- FeatureOfInterest _Feature <|-- System IfcSensor --> IfcSensorType: owl:equivalentClass @enduml
false
true
false
false
sequence
3422dc85acc89425cba3577e7fcfefbd9d32b30d
d30a515c22c9ada0c66856e4f1dba9650d47aef1
/use-cases/HR System.puml
b75a4340f2fbc26446dc44e559cbe605964b38b3
[ "Apache-2.0" ]
permissive
lewiskaye/napier-sem
91fb278bbe25eee9d6dee081f20bc471502aa4ba
6aa7336e82af168e7716837ff9c9d4f4a0fdb031
refs/heads/master
2020-12-10T15:38:53.264854
2020-03-02T17:48:38
2020-03-02T17:48:38
233,634,699
0
0
null
null
null
null
UTF-8
PlantUML
false
false
371
puml
@startuml actor HR as "HR Advisor" rectangle Database rectangle "HR System" { usecase UC4 as "Get salaries by role" usecase UCa as "Print salaries" HR - UC4 UC4 ..> UCa : include UC4 - Database } rectangle "HR System" { usecase UC3 as "Get salaries by department" HR - UC3 UC3 ..> UCa : include UC3 - Database } @enduml
false
true
false
false
usecase
93986f89f1a2f91e2d197ce1ba859f066778817d
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Core/MORR/Data/Capture/Video/VideoSample.puml
6197cf6c36e63ddf7b731802c6c6528b1b29df9b
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
151
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 !startsub default class VideoSample { } !endsub Event <|-- VideoSample @enduml
false
true
false
false
class
56d37ebe8fca6bf1cc411a401f74e748e39b0237
46ac19fdc1692da6dea80d191b853c1d9cfddb16
/Documentation/Test.puml
f9afdd8e0cebabc7dce6a95b9aeac92c0e25a47d
[ "MIT" ]
permissive
bobkocisko/libgui
661022676987c163f038fdd5d08f90d0fc2b740f
41444ff9db4c1848b193ded7d6fb1c982bee31c4
refs/heads/master
2021-08-07T17:55:37.755759
2021-07-30T15:55:13
2021-07-30T15:55:13
33,839,331
5
2
null
null
null
null
UTF-8
PlantUML
false
false
460
puml
@startuml [*] --> Enabled state Enabled: enter: "EnterEnabled" state Enabled: leave: "LeaveEnabled" state Enabled { [*] -> CheckIsEnabled state ToDisabled: exit state CheckIsEnabled -> ToDisabled: *Any* [AtopDisabled] -- [*] -> Pending Pending -> Engaged: Down / "Down" Engaged -> Pending: Up / "Up" state Engaged: enter: "EnterEngaged" state Engaged: leave: "LeaveEngaged" } Enabled -> Disabled: ExitToDisabled @enduml
false
true
false
false
sequence
0c191143781bd88c248a068004c76d52f0cad04a
93de869c4c8e34d1c1e14881c5e106d48f043684
/docs/seaquence-diagram.puml
1c6f2c4a79e8a7ab7a1cb78b011b77a7f1207bda
[]
no_license
potherca-blog/github-find-typos
ea47c5b5a1524bd61245beb6567bd7f745d5635b
5ce0bad26154be639928004a58f2445e73e58670
refs/heads/master
2022-07-12T05:46:56.438282
2021-06-21T11:42:20
2021-06-21T11:42:20
107,049,539
0
1
null
2019-11-18T20:26:51
2017-10-15T21:12:56
PHP
UTF-8
PlantUML
false
false
2,027
puml
@startuml skinparam sequenceGroupBackgroundColor #D0EAFB skinparam sequenceGroupBackgroundColor #D0EAFB == ACTORS == actor User as client box "Application" #FFC boundary "Github Typo Search" as server end box box "External HTTP API's" #FFE entity "Wordnik API" as wn entity "Github API" as gh end box client <--> server server --> wn server --> gh == EVENTS == group Show search form client o-> server: Request search page activate server client <- server: Respond with search page deactivate server end group Show search Results client o-> server: Request search for options note right ""search-term"" ""skip-typo-check"" ""show-duplicates"" ""show-multi-typo-hits"" end note activate server server -> wn : Request word for search-term activate wn server <-- wn : Respond with word result deactivate wn alt query is not a typo] //AND// [""skip-typo-check == false"" server -> client: Respond with error message else query is a typo] //OR// [""skip typo check == true"" server -> gh : Request search-term search activate server activate gh server <-- gh : Respond with search result loop each result server -> gh: Request "stars" activate gh server <-- gh: Respond with "stars" deactivate gh end deactivate gh deactivate server loop each result server -> server: Mark search-result that has multiple typo's end loop each result server -> server: Mark search-result that exist multiple times end server -> server: Sort search results by star count server -> client: Respond with search results end deactivate server end @enduml
false
true
false
false
sequence
d16dc15c663a84d7cb15e2c8e3c9d9304567cd29
0e43f538adbf1cefc637a4d4d51dd1daebb92c2a
/UMLs/sprites.plantuml
373ac7e9686c40180ed9c60e06bde103a160dd07
[]
no_license
plspeziali/jpacman
ce7be0f6e4121f89ce5e667383af7dd20fa2c9e4
559734c443bcff46e4281b28c9b3f33cc70e92db
refs/heads/master
2022-12-03T17:06:41.978403
2020-08-23T10:38:24
2020-08-23T10:38:24
280,392,795
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,971
plantuml
@startuml title __SPRITES's Class Diagram__\n namespace sprites { class sprites.Blinky { + Blinky() } abstract class sprites.Character { {abstract} + addFrameManager() {abstract} + move() + returnToSpawnPoint() } class sprites.Clyde { + Clyde() } enum Direction { DOWN LEFT RIGHT UP } class sprites.Fruit { + Fruit() } abstract class sprites.Ghost { # frightTime : long # timer : Timer + Ghost() + becomeEaten() + becomeFrightened() + calcDist() + changeDir() + changeToRandDir() {abstract} + setChaseTarget() } class sprites.Inky { + Inky() } class sprites.Pacman { - keyCode : int - lives : int - timer : Timer + Pacman() + addPoints() + changeLoop() + doOneLoop() + keyPressed() } class sprites.Pill { + Pill() } class sprites.Pinky { + Pinky() } class sprites.Portal { # color : String + Portal() } class sprites.PowerPill { + PowerPill() } abstract class sprites.Sprite { # dead : boolean # dx : int # dy : int # h : int # imageList : Image # points : int # w : int # x : int # y : int + Sprite() + checkCollision() + checkCircleCollision() + die() } enum State { CHASE EATEN FRIGHTENED SCATTER } sprites.Blinky -up-|> sprites.Ghost sprites.Character -up-|> sprites.Sprite sprites.Clyde -up-|> sprites.Ghost sprites.Fruit -up-|> sprites.Sprite sprites.Ghost -up-|> sprites.Character sprites.Ghost o-- frameManagers.GhostFrameManager : frameManager sprites.Ghost o-- loops.GhostLoop : ghostLoop sprites.Pacman o-- loops.PacmanLoop : timer.getActionListeners() sprites.Ghost o-- sprites.Pacman : pacman sprites.Ghost o-- sprites.State : state sprites.Inky -up-|> sprites.Ghost sprites.Inky o-- sprites.Blinky : blinky sprites.Pacman -up-|> sprites.Character sprites.Pacman o-- frameManagers.PacmanFrameManager : frameManager sprites.Pill -up-|> sprites.Sprite sprites.Pinky -up-|> sprites.Ghost sprites.Portal -up-|> sprites.Sprite sprites.Portal o-- sprites.Portal : other sprites.PowerPill -up-|> sprites.Sprite sprites.Sprite o-- sprites.Direction : dir logic.GameLogic o-- sprites.Pacman : pacman logic.GameLogic o-- sprites.Ghost : ghosts structure.Maze o-- sprites.Portal : bluePortal / redPortal structure.Maze o-- sprites.Pill : pills structure.Maze o-- sprites.Fruit : fruit structure.Maze o-- sprites.PowerPill : powerPills @enduml
false
true
false
false
class
684932540c93973218de0b0ce989eda875142c58
618414d7666e67b9535ebd975e1de61e9c01e095
/QLSV/app/src/test/java/vn/edu/hoasen/qlsv/qlsv.plantuml
1fb083b697964255f9b9516e39c138d38f611342
[]
no_license
h2312/Do-an-TTLTA-03-TIN230DV01-0100
a0792724add3844de35d48a2bd87d3eeb8de8a93
e9f01e84b45042bd6192333842fb80feabb74707
refs/heads/master
2022-06-30T21:56:05.032422
2020-04-25T10:33:44
2020-04-25T10:33:44
258,747,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
348
plantuml
@startuml title __QLSV's Class Diagram__\n package vn.edu.hoasen.qlsv { class ExampleUnitTest { + addition_isCorrect() } } 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
8c428883f942cf3e7d8583b9a0b9bf8963728bb5
9848b13775c0033c816534c19b1e507773db968c
/src/src.plantuml
0c7deb54696d6239e90300ea325ec0f2e4a3ca9c
[]
no_license
adamrhurley/chainOfResponsibility
69908c72f56d86af33bc07f8d7b88ae475d2432b
e854eefed3bbae2a97aaeb69ce4d487fb829a584
refs/heads/master
2023-01-13T13:08:18.288592
2020-11-24T23:18:33
2020-11-24T23:18:33
311,479,171
0
0
null
null
null
null
UTF-8
PlantUML
false
false
675
plantuml
@startuml skinparam classAttributeIconSize 0 title Class Diagram class Amount { - amount : int + Amount() + getAmount() } class ATM { + ATM() + main() } interface ChainCreate { + withdraw() + setNextChain() } class Withdraw10s { + withdraw() + setNextChain() } class Withdraw20s { + withdraw() + setNextChain() } class Withdraw50s { + dispense() + setNextChain() } ATM o-- ChainCreate Withdraw10s .up.|> ChainCreate Withdraw20s .up.|> ChainCreate Withdraw50s .up.|> ChainCreate @enduml
false
true
false
false
class
1d275a2dac46c8e8c498be9b161a369e702f09db
61bd728a794674110bf2a8b4536e08bd7fe6a504
/src/kotlin_example/observer/observer-push.puml
3d6ef5d438dbc02ce95548c40ef94ba30a31d304
[ "MIT" ]
permissive
wafer-li/DesignPatternExample
5a73e9b0947fb213a103207dab487f26f59aa2c6
9e402bd7d270fad028e4ec7fc0ca7143ca3dadff
refs/heads/master
2020-04-06T06:14:17.485045
2019-07-01T07:36:21
2019-07-01T07:36:21
73,566,948
0
0
null
null
null
null
UTF-8
PlantUML
false
false
382
puml
@startuml interface Observer { {abstract} void update(Data data) } interface Observable { {abstract} void addObserver(Observer observer) {abstract} void removeObserver(Observer observer) {abstract} void notifyObservers() } class CurrentConditionDisplay implements Observer class WeatherData implements Observable Observable o- Observer hide empty members @enduml
false
true
false
false
class
ddacce9e032a40a7acf217937f18f63d8c2b7bbf
c488ccf558bea0b7096330ce529d84fc7e591b62
/Docs/7-GET_download-file.plantuml
5c6742fecd9e74799544e3332c432fd0fe9f43a2
[]
no_license
doctorlev/api-toughy
58f955e016985d83c5a8ecbbd9d6f9c756be7c5c
ceb9d229c4cc41f272c079783304c48cbbf562b2
refs/heads/master
2021-05-08T03:27:58.117121
2017-10-31T03:12:50
2017-10-31T03:12:50
108,208,760
0
0
null
2017-10-25T02:32:22
2017-10-25T02:22:55
null
UTF-8
PlantUML
false
false
565
plantuml
@startuml title "GET - download a specific file of a user" actor client boundary "storAPI" database Redis client -> storAPI : curl -H "Authorization: Bearer {<b>User's UUID</b>}" -X <b>GET</b> http://127.0.0.1:8081/storage/{Filename} note over storAPI: Retrieve Token storAPI -> Redis : EXISTS "token:token" Redis -> storAPI : "user exists" storAPI -> Redis : GET "HSET User's UUID: Filename" Redis -> storAPI : "{Filename: File-UUID}" note over storAPI: locate the file (locally): /tmp/{User-UUID}/{file-UUID} storAPI-> client : Downloading:File-UUID @enduml
false
true
false
false
usecase
c5ff81d97ce9185091be27ac5afbd5487289443d
412fd025df171893b59ada3931040a099b9ab25e
/documentation/Delegacje/PobierzMojeDelegacje/PobierzMojeDelegacje.puml
daf3444c7bc3cec31738637e54b4c5f73127bea2
[]
no_license
Buk1m/delegation-assistance
175c9503b605a95d660ad2ef8713d2475f067dd4
3d39d1c1c75e84ad9bb1cbfd5abcc1ede3a851b6
refs/heads/master
2021-06-22T11:31:17.458125
2019-07-10T09:09:10
2019-07-10T09:09:10
216,405,693
1
1
null
null
null
null
UTF-8
PlantUML
false
false
2,110
puml
@startuml PobierzMojeDelegacje "Client"->"DelegationService":getMyDelegations(LocalDateTime since, LocalDateTime until, DelegationStatus status) alt filtering by date and status "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin, LocalDateTime since, LocalDateTime until, DelegationStatus status) database DB DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations else filtering by date "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin, LocalDateTime since, LocalDateTime until) DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations else flitering by status "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin, DelegationStatus status) DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations else flitering by status and since "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin, DelegationStatus status, LocalDateTime since) DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations else flitering by status and until "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin, DelegationStatus status, LocalDateTime until) DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations else without filtering - all delegations "DelegationService"->DelegationRepository:getDelegationsByUserLogin(String userLogin) DelegationRepository->DB:query DB-->DelegationRepository:result DelegationRepository-->"DelegationService":Iterable<Delegation> delegations end "DelegationService"-->Client:Iterable<DelegationDTO> delegationDtos @enduml
false
true
false
false
sequence
251fce66fe7f8a9dd7f19ae83b2d2813607f2e1f
d9368929e091355d19e5aee37ab3c1c16cddab6b
/docs/diagrams/plantuml/EditTaskModelSequenceDiagram.puml
aadeb68eb4959143f87fc769fdf7fb9aa9233b14
[ "MIT" ]
permissive
astock1229/main
017f65cc2ec819f7f674760d72c7ab77ebcf3b72
1198f1cd69de4b1ce3c4d796d9a8ab0abb3ecf96
refs/heads/master
2022-01-15T02:55:05.151380
2018-11-12T15:51:08
2018-11-12T15:51:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,200
puml
@startuml scale 2 skinparam defaultFontName Calibri skinparam defaultFontSize 16 skinparam BoxPadding 10 skinparam ParticipantPadding 20 skinparam shadowing false hide stereotype skinparam sequence { BoxBorderColor transparent BoxFontSize 20 ParticipantBorderColor #0070C0 ParticipantBackgroundColor #0070C0 ParticipantFontColor #FFFFFF ParticipantBorderColor<<ui>> #00B050 ParticipantBackgroundColor<<ui>> #00B050 ParticipantBorderColor<<logic>> #0070C0 ParticipantBackgroundColor<<logic>> #0070C0 ParticipantBorderColor<<model>> #7030A0 ParticipantBackgroundColor<<model>> #7030A0 LifeLineBorderColor DarkGrey LifeLineBackgroundColor #7030A0 ParticipantFontColor #FFFFFF ArrowColor #7030A0 ArrowBorderColor #7030A0 ArrowFontColor #7030A0 } hide footbox box "Model" #E6E0EC participant modelManager as "model:ModelManager" <<model>> participant versionedAddressBook as "versionedAddressBook:VersionedAddressBook" <<model>> participant tasks as "tasks:UniqueTaskList" <<model>> end box participant addressBookChangedEvent as ":AddressBookChangedEvent" [-[#00B050]> modelManager: <color: #0070C0> updateTask(tasksToEdit, editedTask) activate modelManager modelManager -> versionedAddressBook: updateTask(target, editedTask) activate versionedAddressBook versionedAddressBook -> tasks: setTask(target, editedTask) activate tasks tasks --> versionedAddressBook deactivate tasks versionedAddressBook --> modelManager deactivate versionedAddressBook modelManager -> modelManager: indicateAddressBookChanged() activate modelManager create addressBookChangedEvent modelManager -> addressBookChangedEvent activate addressBookChangedEvent #0070C0 addressBookChangedEvent --[#0070C0]> modelManager deactivate addressBookChangedEvent modelManager --> modelManager deactivate modelManager modelManager -->[ deactivate modelManager [-[#00B050]> modelManager: <color: #0070C0> commitAddressBook() activate modelManager modelManager -> versionedAddressBook: commit() activate versionedAddressBook versionedAddressBook --> modelManager deactivate versionedAddressBook modelManager -->[ deactivate modelManager @enduml
false
true
false
false
sequence
173947aec13d6c76254c3638f25f966709dc7594
9465ad57cf3c02b77cfa058ace1fca51c1e6f60f
/java/src/main/java/catsandmice/model/model.puml
7b89e23b3a9197e05b405037ff946b5a5f7336a6
[]
no_license
steeeve1510/foop2019
01b30f68acf80da51276fdd25021b29dcdd6d5c7
16c65e97f2181062efa783db59bc434816fd5925
refs/heads/master
2020-04-30T21:44:25.857916
2019-06-12T21:55:11
2019-06-12T21:55:11
177,100,807
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,168
puml
@startuml class Board { width: int height: int } Board -- "1" Surface: surface Board -- "*" Subway: subways class Cat Cat --|> Player Cat -- "1" CatClient: catClient Cat -- "1" Position: position class Coordinate { x: int y: int } class Game Game -- "1" Board: board Game -- "1" Subway: goalSubway Game -- "*" Mouse: mice Game -- "*" Cat: cats interface Layer class Mouse { isDead: boolean } Mouse --|> Player Mouse -- "1" MouseClient: mouseClient Mouse -- "1" Position: position interface Player { getPosition(): Position setPosition(pos: Position): void isDead(): boolean getNextMove(): Command update(game: Game) gameOver(winner: String) } class Position Position -- "1" Coordinate: coordinate Position -- "1" Layer: layer class Subway Subway --|> Layer Subway -- "*" Coordinate: entrances Subway -- "*" Coordinate: catsLastSeen class Surface Surface --|> Layer interface CatClient { getNextMove(): Command gameOver(winner: String): void render(view: CatView): void } interface MouseClient { getNextMove(): Command gameOver(winner: String): void render(view: MouseView): void } @enduml
false
true
false
false
class
9f70180d61319c59447a4383fb51f189c4c47ee9
564e8c1810c4c7cae58332e369289129185a1bb4
/Implementierung/plantUML/diagrams.puml
7408210b7544f3974b3adf09a79915da4d4158ef
[]
no_license
JonaEnz/pse-airquality-1
e1e23bce8330949fabb822dcf4ac3ab70aac5ca7
b7d69bd0f4c9a749e9755196c77a92335949c2b0
refs/heads/master
2022-12-14T03:04:53.259309
2020-09-06T18:54:30
2020-09-06T18:54:30
262,756,089
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,101
puml
@startuml Diagrams namespace View #LightGreen { class Diagram extends React.Component class DetailPage extends React.Component } View.Diagram "1" *- "1" Controller.IDiagramController View.DetailPage "1" o-- "*" View.Diagram namespace Controller #LightSalmon { interface IDiagramController{ getChartType(): ChartType getGraphicsOptions(): {} isConfigurable(): boolean getConfigurationOptions(): string[] getDefaultConfigurationOption(): string getData(configurationOptionName: string): any[][] } enum ChartType class FeatureHistoryLineChartController implements IDiagramController class YearComparisonPieChartController implements IDiagramController class ComparisonToLastYearLineChartController implements IDiagramController class DiagramFactory{ {static} getDiagramController(id: string, observationStation: ObservationStation, feature: Feature): IDiagramController } } Controller.IDiagramController "*" *- "1" Controller.ChartType Controller.DiagramFactory -> Controller.IDiagramController @enduml
false
true
false
false
class
6a10e6385259976c7f8a81f44960586c0edc5221
857b854f7709da2372b395ff9445d6cb1787d3e1
/uml/asynchronous_pay.puml
510f78eca70491787298ad2edcd2d47954d61327
[]
no_license
CasimirYang/demoframework
9297ba723839589c4ec59be7474a8bfff9604aa5
9f4da4c21ef2c9e280901e9c91e7d1014be40904
refs/heads/master
2020-04-13T06:56:12.561266
2019-03-11T06:51:21
2019-03-11T06:51:21
162,699,393
0
0
null
null
null
null
UTF-8
PlantUML
false
false
509
puml
@startuml actor browser == asynchronous charge == browser -> G_Shield: charge G_Shield --> browser: 302 to checkout browser -> G_Shield: select channel to charge G_Shield -> grabPay: charge grabPay -> grabPay: 302 to checkout grabPay -> browser: charge result grabPay -> G_Shield: charge result G_Shield --> grabPay: confirm receive == refund == browser -> G_Shield: withdrawal G_Shield -> grabPay: refund grabPay --> G_Shield: refund result G_Shield --> browser: withdrawal result @enduml
false
true
false
false
sequence
b9c743c2384b69cfc1d8eeb8da776e037039509b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PriceFunction.puml
b9a43041698414ffe5db4f62e4555968fb6254d4
[]
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
626
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 PriceFunction [[PriceFunction.svg]] { currencyCode: String function: String } interface CartScoreTier [[CartScoreTier.svg]] { type: [[ShippingRateTierType.svg ShippingRateTierType]] score: Integer price: [[Money.svg Money]] priceFunction: [[PriceFunction.svg PriceFunction]] isMatching: Boolean } PriceFunction --> CartScoreTier #green;text:green : "priceFunction" @enduml
false
true
false
false
sequence
2bdfad1f494a79ebd88069efc55e32b4244f651a
3381f654f6c9c4b46dc99f9e6e22246db23ac441
/ems-doc/uml/entities.puml
e43649a962995dc9f619e80e8412de7f3b1eead1
[]
no_license
LiomSV/ems
a7b155282c0f96284739a5c46b614ca823eecf9c
434e192ac1b72060e092818af75248b714926389
refs/heads/master
2021-01-11T16:14:14.260742
2017-04-17T19:56:44
2017-04-17T19:56:44
80,045,249
0
1
null
2017-02-19T13:03:57
2017-01-25T18:43:51
null
UTF-8
PlantUML
false
false
4,250
puml
@startuml '===Classes class Appeal { +id : long +source : AppealSource +phoneNumber : String NULL +result : AppealResult +technical : boolean +calls : List<Call> +createdWhen : Timestamp +createdBy : Employee } enum AppealSource { DEFAULT PASSING FROM_CREW FROM_POLICE FROM_FIRE FROM_MED ERROR } enum AppealResult { CALL_STARTED NOT_CALL REDIRECTED TRACKING } class Call { +id : long +createdWhen : Timestamp +finishedWhen : Timestamp +appeals : List<Appeal> +location : Location ' +building : Building ' +apartment : Apartment ' +place : Place +patient : Patient +cause : Cause +state : CallState +description : String +notes : List<CallNote> } class CallState { +id : long +call : Call +status : CallStatus +prevState : CallState +createdBy : Employee +createdWhen : Timestamp } enum CallStatus { NOT_ASSINGED ASSIGNED MOVING FINDING TREATMENT TRANSPORTATION FINISHED ARCHIVED } class CallNote { +id : long +call : Call +type : CallNoteType +text : String } enum CallNoteType { GENERAL // TODO add more } enum Cause { +name : String +priority : int -Cause (name : String, priority : int) } interface Location { ' +id : long ' +location : Location ' +notes : List<AddressNote> } class Building { +regionId: long +areaId: long +townId: long +districtId: long NULL +streetId: long +number: int } class Apartment { TODO } class Place { +mainName : PlaceName } class PlaceName { +id : long +place : Place +name : String } class AddressNote { +id : long +note : String +active : boolean } class MedAction { +call : Call +type : MedActionType +item : MedItem NULL +count : int NULL +createdWhen : Timestamp +createdBy : Employee } class Crew { +id : long +members : List<Employee> +car : Car +state : CrewState +currentCall : Call +assignedCalls : List<Call> +areaStatus : AreaStatus } class CrewState { +id : long +crew : Crew +status : CrewStatus +areaStatus : CrewAreaStatus +prevState : CrewState +createdBy : Employee +createdWhen : Timestamp } enum CrewStatus { ACTIVE INACTIVE INACTIVE_DINNER DISABLED DISABLED_FUEL DISABLED_BROKEN } enum CrewAreaStatus { ON_STATION IN_AREA OUT_AREA } class Car { +id : long +model : String +number : String +govNumber : String } class Shift { +id : long +createdWhen : Timestamp +createdBy : Employee +closedWhen : Timestamp +closedBy : Employee +position : Position +employee : Employee } class Employee { +id : long +lastName : String +firstName : String +fatherName : String +birthdate : Date +positions : List<Position> } enum Position { DRIVER DISPATCHER DOCTOR ASSISTANT ATTENDANT STATION_DOCTOR CHIEF_DOCTOR } 'class Driver { '} 'class Doctor { '} 'class Dispatcher { '} class Patient { +id : long +lastName : String +firstName : String +fatherName : String +birthdate : Date } '===End of Classes '===Relations Appeal "0..*" o-- "1" AppealSource Appeal "0..*" -- "1" AppealResult Call "0..*" -- "1..*" Appeal Call "0..*" -- "0..*" Crew : assignedCalls Call "1" -- "0..*" Crew : currentCall Call -- Location Call "1" *-- "1..*" CallState Call "1" *-- "0..*" CallNote Call "0..*" o-- "1" Cause Call "1" -- "0..*" MedAction CallState "0..1" <-- "0..1" CallState CallState "0..*" -- "1" CallStatus CallNote "0..*" o-- "1" CallNoteType Location <|-down- Building Location <|-down- Apartment Location <|-down- Place Place "1" -- "0..*" PlaceName Address "1" *-- "0..*" AddressNote Apartment "0..*" -up-> "1" Building Crew "1" -- "1..*" CrewState CrewState "0..1" -- "0..1" CrewState CrewState "0..*" -- "1" CrewStatus CrewState "0..*" -- "1" CrewAreaStatus Crew -- Car 'Employee -down- Driver 'Employee -down- Doctor 'Employee -down- Dispatcher Employee -down- Shift Employee "0..*" -- "0..*" Position Shift "0..*" -down- "1" Position '===End of Relations @enduml
false
true
false
false
class
c2cef811ec91d7ee1954e3f277477912f22599ba
63d05a2d8db31272352bb47eaf1981b74093b719
/uml/db/api_nb/create.puml
64de216661df67b54265e9261bfc6df0b0804033
[ "Apache-2.0" ]
permissive
ChaosXu/dragonflow
b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c
e497928bc34269bcecc7ea4488f22b5c98b972dc
refs/heads/master
2020-05-05T09:33:07.999625
2019-04-25T11:07:00
2019-04-25T11:07:00
179,908,580
0
0
null
2019-04-07T02:18:32
2019-04-07T02:18:32
null
UTF-8
PlantUML
false
false
676
puml
@startuml create obj MechDriver->NbApi:create(self,obj,skip_send_event=False) activate NbApi note over NbApi """Create the provided object in the database and publish an event about its creation. """ end note NbApi->type:model = type(obj) NbApi->obj:on_create_pre() NbApi->obj:serialized_obj = to_json() NbApi->api_nb:topic = _get_topic(obj) activate api_nb note over api_nb getattr(obj, 'topic', None) end note api_nb-->NbApi deactivate NbApi->NbApi:driver.create_key(model.table_name, obj.id,serialized_obj, topic) alt not skip_send_event NbApi->NbApi:_send_db_change_event(model.table_name, obj.id, 'create',serialized_obj, topic) end deactivate @enduml
false
true
false
false
sequence
da4e0b2fde7499e30a83217efe3b95ac6a7f869f
175075be60b3e1f8aead99a334e0b3779530b0e0
/2020-12-JavaAdvent/docs/src/docs/plantuml/javaadvent20-agoncal-figure-pokemons.puml
6de08fd6e6f96eaa03b9f64fea37de56ccaaae68
[]
no_license
adinadragan/agoncal-articles
ca2f14f99c5cdd599e008201e09149bac31f236c
38ab7fc7825b39d917d086a7109b089353aee690
refs/heads/master
2023-06-19T09:14:51.984599
2021-07-12T12:49:19
2021-07-12T12:49:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
365
puml
@startuml skinparam dpi 300 class Pokemon <<@Entity>> { + name : String + manufacturer : String + weight : int {static} + findARandomPokemon() : Pokemon } class PokemonResource <<@Path("/api/pokemons")>> { + getARandomPokemon() : Pokemon + getAllPokemons() : List<Pokemon> } PokemonResource .> Pokemon PanacheEntity <|-- Pokemon @enduml
false
true
false
false
class
a9c1f123dc8356e2bea01c4c0e52c01a61f3af71
f7389ede7c743b8ce3d174eee24ebcab316354f6
/Diagrammer/CentralComputer/Overordnet_State_Machine/SM.puml
b263cefa9ae1d222636730c0fcf0c8921370d558
[]
no_license
Solvgraa-mager/E3PRJ3
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
fb507b5528417459714c00b73c75378d6465af19
refs/heads/master
2023-01-31T11:01:30.966313
2020-12-18T10:28:55
2020-12-18T10:28:55
294,479,612
0
1
null
null
null
null
UTF-8
PlantUML
false
false
396
puml
@startuml [*] --> Init Init --> Init : A SumoBot Connected to CC Init --> Ready : 2 SumoBots Connected to CC Init: Waiting for 2 SumoBots to connect Ready --> GamePlay : User presses start state GamePlay { [*] --> CountDown CountDown --> Battle Battle --> Life_Lost : SumoBot Successfull Attack Life_Lost --> CountDown } GamePlay --> GameOver : A SumoBot has 0 lives @enduml
false
true
false
false
sequence
070593c428d1326f5cdc9836a5bebedb3c1af183
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/test-lab/sequence-crud-v.puml
8d29789c2ba98601096cba1deab0fb9875921a91
[ "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
1,093
puml
@startuml title Create/Delete Virtual Lab group Create virtual environment User -> API: Create virtual env API -> Docker: Up new instance with topology id Docker -> Lab: Create Lab container Lab -> API: Get topology definition by id API --> Lab: topology definition note right: topology format from atdd-staging loop create all OF switches Lab -> OVS: Create bridge end loop create all links Lab -> iproute2: Create veth-pair end loop comuttate all bridges Lab -> OVS : Create port with pair end loop Run all traffgens Lab -> Lab : Run traffgen end Lab -> Lab : Run lock-keeper alt Topology created Lab -> API: Activate topology by id API --> User: Topology with id created else Error Lab -> API: Activate topology by id with passing error API --> User: Return creation error end end group Delete virtual environment User -> API: Delete request API -> Docker: Stop and delete instance Docker -> API: Done API -> User: Done end @enduml
false
true
false
false
sequence
8f3ca810869c2b4511f5489f8f3498213ecca646
c083168b4255af019262677c09ac0883d199b532
/kapitler/media/uml-class-dokumentobjekt.iuml
5d504da5c4cc68cf93b3db6a249784c9b362600d
[]
no_license
gra-moore/noark5-tjenestegrensesnitt-standard
270f7088898ff0c5fa809b42297cfc56f829eeaa
0c3936475ce40ab41793b61aee5c4dcdff9c791d
refs/heads/master
2020-05-22T18:37:59.814751
2019-05-13T11:10:23
2019-05-13T11:10:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
520
iuml
@startuml class Arkivstruktur.Dokumentobjekt { +systemID : SystemID [0..1] +versjonsnummer : integer +variantformat : Variantformat +format : Format [0..1] +formatDetaljer : string [0..1] +opprettetDato : datetime [0..1] +opprettetAv : string [0..1] +referanseDokumentfil : string [0..1] +filnavn : string [0..1] +sjekksum : string [0..1] +mimeType : string [0..1] +sjekksumAlgoritme : string [0..1] +filstoerrelse : integer [0..1] +elektroniskSignatur : ElektroniskSignatur [0..1] } @enduml
false
true
false
false
class
d019c00be1658dc327b0b3c27a3cdbcdc09592e5
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/lateinvoicewithpayment@0.7.0.puml
3c5f8f434c25b141a6f8980ff13eb55e01dc14df
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
752
puml
@startuml class org.accordproject.lateinvoicewithpayment.LateInvoiceContract << (A,green) >> { + Duration maximumDelay + Party purchaser + Party supplier } org.accordproject.lateinvoicewithpayment.LateInvoiceContract --|> org.accordproject.contract.Contract class org.accordproject.lateinvoicewithpayment.LateInvoiceRequest << (T,yellow) >> { + DateTime invoiceDue + MonetaryAmount amountDue } org.accordproject.lateinvoicewithpayment.LateInvoiceRequest --|> org.accordproject.runtime.Request class org.accordproject.lateinvoicewithpayment.LateInvoiceResponse << (T,yellow) >> { + Boolean paymentRequired + String cause } org.accordproject.lateinvoicewithpayment.LateInvoiceResponse --|> org.accordproject.runtime.Response @enduml
false
true
false
false
class
133bcc3640c2e2490e5ec7446d0c7d4702fa2554
11eb610c81465b53d61aaf77f1f30bfd16eecd47
/diagrams/class-general/src/class-map.puml
6d4e4b4c6e41ac45a50a3a942dec9af95d9b3a07
[]
no_license
bauerkamil/hogwartSim
a0ff366bb764c325d4d98907edfbf06188a37455
cc47e0cd27040520c4916d79cf64b12436591442
refs/heads/main
2023-05-24T10:08:02.273423
2021-06-15T21:42:28
2021-06-15T21:42:28
361,216,537
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,387
puml
@startuml 'https://plantuml.com/class-diagram skinparam classAttributeIconSize 0 package hogwartSim.map{ interface IMap{ + getCreatures(): List<ICreature> + randomLocate(ICreature): void + randomRelocate(ICreature): void + randomLocate(IItem): void + getAtPosition(PositionXY): List<ICreature> + getItemsAtPosition(PositionXY): List<IItem> + getPosition(ICreature): PositionXY + removeFromMap(ICreature): void + removeFromMap(IItem): void } class MaraudersMap{ - rnd: Random - mapSize: int # creaturePosition: Map<ICreature, PositionXY> # itemPosition: Map<IItem, PositionXY> + getCreatures(): List<ICreature> + randomLocate(ICreature): void + randomRelocate(ICreature): void + randomLocate(IItem): void + getAtPosition(PositionXY): List<ICreature> + getItemsAtPosition(PositionXY): List<IItem> + getPosition(ICreature): PositionXY + removeFromMap(ICreature): void + removeFromMap(IItem): void } class PositionXY{ + x: int +y: int +equals(Object): boolean } IMap <|-- MaraudersMap PositionXY --* MaraudersMap } package hogwartSim.general{ interface ICreature interface IItem } IMap - ICreature IMap - IItem @enduml
false
true
false
false
class
031c3aac2243bbbce9c5f814878130f9908d1a52
d1e3ade02e1d410525006a391678f230205a65aa
/Dokumentation/Domænemodel/Domain_Model_Meew.puml
317040156e0cebb415c0000ea18251135b26f54a
[]
no_license
ariktwena/Meew
0918a21baa23fa8014809ff8d6ec4c404399fbda
29bd6abaf6ca11e5b5e2c239ac4bbfd42a97eae1
refs/heads/master
2023-09-02T06:58:19.421488
2021-10-27T14:28:21
2021-10-27T14:28:21
420,369,207
0
0
null
null
null
null
UTF-8
PlantUML
false
false
342
puml
@startuml Title Domænemodel hide circle hide methods class Wheel { serienummer } class Felter { beskrivelse værdi } class Spin { runder præmie } class Spiller { navn email } class Firma { navn } Firma "1" -- "*" Wheel Wheel "1" -- "*" Felter Wheel "1" -- "*" Spin Spin "*" -- "1" Spiller @enduml
false
true
true
false
class
21db87e033f3639c69a88625c1f4f25793552f7e
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Assertions/InvalidSignatureException.puml
5bb5ca50811987ba571d67df1f42f4f377694f20
[]
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
210
puml
@startuml class InvalidSignatureException { + InvalidSignatureException(message:string) } ResultStateException <|-- InvalidSignatureException InvalidSignatureException --> "ResultState" ResultState @enduml
false
true
false
false
class
08dd60a5667b09fe5925323e231d6732b6475693
068579f9ad18a1368961dc3b9f812129f4f7e858
/DesignPattern/Facade/BattleRoyale/uml/class_diagram.puml
45d1dd13ef9049cc37fde48f3d007520104d6113
[]
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
1,010
puml
' Documentazione: https://plantuml.com/class-diagram @startuml ' START STYLE skinparam { monochrome true 'shadowing false classBackgroundColor white noteBackgroundColor white classAttributeIconSize 0 } hide circle ' END STYLE title Facade: esempio Battle Royale class Client hide Client members class Giocatore { + getID(): int + getEquip(): String } Client -up-> Giocatore 'BattleRoyale -up-> Giocatore class BattleRoyale { + partecipa(g: Giocatore) + registra(g: Giocatore) } class Server { + isPieno(): boolean + addGiocatore(g: Giocatore): void } class GiocatoriRegistrati { + isRegistrato(g: Giocatore): boolean + registra(g: Giocatore): void } class CheatBuster { + isCheater(g: Giocatore): boolean } Client -right-> BattleRoyale BattleRoyale -right-> CheatBuster BattleRoyale -right-> GiocatoriRegistrati BattleRoyale -right-> Server ' per migliorare il posizionamento nel diagramma GiocatoriRegistrati -[hidden]-> CheatBuster Server -[hidden]up-> GiocatoriRegistrati @enduml
false
true
false
false
class
56344ed60dcc1c5a6629a87da6fea3176c6f8e6c
857b854f7709da2372b395ff9445d6cb1787d3e1
/uml/hikariCP-class-diagram.puml
45ef09064d58d0cd0eabc01d0fa4175bf1281eb9
[]
no_license
CasimirYang/demoframework
9297ba723839589c4ec59be7474a8bfff9604aa5
9f4da4c21ef2c9e280901e9c91e7d1014be40904
refs/heads/master
2020-04-13T06:56:12.561266
2019-03-11T06:51:21
2019-03-11T06:51:21
162,699,393
0
0
null
null
null
null
UTF-8
PlantUML
false
false
132
puml
@startuml Object <|-- ArrayList Object : equals() ArrayList : Object[] elementData ArrayList : size() @enduml
false
true
false
false
class
9d0d1bb5d6c0160beb993686ffe07a74210ca3c2
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/Docs/Sprint2/GetNominalPowerRoomsDevices.puml
b1bf18fe1f0277486f31510f9b29e6d68a06cfd9
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,742
puml
@startuml skinparam sequenceMessageAlign center skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DarkBlue LifeLineBorderColor black LifeLineBackgroundColor #A9DCDF ParticipantBorderColor Black ParticipantBackgroundColor DeepSkyBlue ParticipantFontStyle Bold ActorBackgroundColor DimGrey ActorFontColor DeepSkyBlue ActorFontSize 17 ActorFontName Aapex } autonumber actor User User -> UI: getNominalPowerRoomsDevices activate UI UI -> Controller: listOfHouseGrids() activate Controller Controller -> House: listOfHouseGrids() activate House House -> HouseGridList: listOfHouseGrids() activate HouseGridList Controller <-- HouseGridList: listOfHouseGrids UI <-- Controller: listOfHouseGrids deactivate HouseGridList deactivate House deactivate Controller User <-- UI: listOfHouseGrids User -> UI: Int Position: HouseGrid UI -> Controller: getHouseGrid (HouseGrid) activate Controller Controller -> House: getHouseGrid (HouseGrid) activate House House -> HouseGridList: getHouseGrid (HouseGrid) activate HouseGridList Controller <-- HouseGridList: HouseGrid deactivate HouseGridList deactivate House UI <-- Controller: HouseGrid deactivate Controller UI -> Controller: getRoomListContent() activate Controller Controller -> HouseGrid: getRoomListContent() activate HouseGrid HouseGrid -> RoomList: getRoomListContent() activate RoomList Controller <-- RoomList: RoomListContent deactivate RoomList deactivate HouseGrid UI <-- Controller: RoomListContent deactivate RoomList deactivate Controller User <-- UI: RoomListContent User -> UI: Int Position: Room UI -> Controller: getDeviceList (Room) activate Controller Controller -> HouseGrid: getDeviceList (Room) activate HouseGrid HouseGrid -> RoomList: getDeviceList (Room) activate RoomList RoomList -> Room: getDeviceList (Room) activate Room Room -> DeviceList: getDeviceList (Room) activate DeviceList Controller <-- DeviceList: DeviceList (Room) deactivate Room deactivate RoomList deactivate HouseGrid deactivate DeviceList UI <-- Controller: DeviceList deactivate Controller User <-- UI: DeviceList User -> UI: Int Position: Device/Room UI -> Controller: addMeasurable (Device/Room) activate Controller Controller -> MeasurableList: addMeasurable (Device/Room) activate MeasurableList Controller <-- MeasurableList: Measurable (Device/Room) deactivate MeasurableList UI <-- Controller: Measurable (Device/Room) deactivate Controller UI -> Controller: getNominalPower() activate Controller Controller -> MeasurableList: getNominalPower() activate MeasurableList Controller <-- MeasurableList: NominalPower deactivate MeasurableList UI <-- Controller: NominalPower deactivate Controller deactivate MeasurableList User <-- UI: NominalPower deactivate UI @enduml
false
true
false
false
usecase
e75767d21b10eb62cdd12e328ce5a87e69d8dcf5
62de719e261fac67d2a2bc347a98be5515b48948
/docs/red/1161032/sp1/sortCellsSD.puml
4e052e1a204be0736a957bf9f8dbbd18072b1fe5
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,202
puml
@startuml skinparam monochrome true skinparam shadowing false actor User participant WorkbookView participant WorkbookPresenter participant sortCellsController participant WorkbooksService participant WorkbooksServiceImpl box "NSheets Client" participant WorkbookView participant WorkbookPresenter participant WorkbooksService end box box "Server" participant WorkbooksServiceImpl participant sortCellsController end box box "Shared" participant Spreadsheet participant Cell end box User -> WorkbookView : click ascending/descending button WorkbookView -> WorkbookPresenter : onClick() WorkbookPresenter ->> WorkbooksService : sortCompleto() WorkbooksService ->> WorkbooksServiceImpl : sortCompleto() WorkbooksServiceImpl -> sortCellsController : sortCompleto() sortCellsController -> Spreadsheet : getColumn() sortCellsController -> sortCellsController : typeOfColumn() sortCellsController -> sortCellsController : isNumber() sortCellsController -> sortCellsController : isDate() sortCellsController -> sortCellsController : ascendingSort()/descendingSort() sortCellsController -> sortCellsController : addSortedColumn() Spreadsheet -> Cell : getCell() Cell -> Cell :setContent() @enduml
false
true
false
false
sequence
3b230ba39dea58774e616953dd74bf3b1e0f7597
873b28ccdc2f16a3aac913c3e5a0364c65158c7a
/diagramms/listener_timeout.puml
3390e242f9625f7a19a926a879c47c49092a99e0
[]
no_license
Anthony-Jhoiro/Archi-Sys_sophia
def06beec12359baf56899ff6b5171355b6c0416
004b5bcf605de615c1698dba58dda62e39cbeef3
refs/heads/master
2023-02-24T00:48:05.048210
2021-01-28T19:06:56
2021-01-28T19:06:56
326,987,807
0
0
null
null
null
null
UTF-8
PlantUML
false
false
792
puml
@startuml Listen_with_timemout ' Le tube (*) --> "Création du tube" if "Le tube a bien été créé ?" then -->[NON] "Log : 'Error creating the pipe'" --> (*) else -->[OUI] ===MAIN=== endif ' Le timer ===MAIN=== -->[Timer] "Attendre 4 secondes" --> ===SECOND=== ' Le listener ===MAIN=== -->[Listener] "Fermer la sortie du tube" --> "Listen (voir fonction listen)" --> "Ecrire le résultat dans le tube" --> ===SECOND=== ===MAIN=== -->[Père] "Attendre le premier fils" --> ===SECOND=== ===SECOND=== --> if "Le premier fils à se terminer est le time ?" then -->[OUI] "Log 'connexion timeout'" --> "Arrêt du processus listener" --> (*) else -->[NON] "Arrêt du processus timer" --> "Récupération du message dans le tube" --> (*) endif @enduml
false
true
true
false
sequence
3488df1d0d03e23a85099027119ee78edc6d4cf8
175075be60b3e1f8aead99a334e0b3779530b0e0
/2020-12-JavaAdvent/docs/src/docs/plantuml/javaadvent20-agoncal-figure-rest-client.puml
c7e9b44db6a2bef5a0ee40cd6513e3cf6c1afd48
[]
no_license
adinadragan/agoncal-articles
ca2f14f99c5cdd599e008201e09149bac31f236c
38ab7fc7825b39d917d086a7109b089353aee690
refs/heads/master
2023-06-19T09:14:51.984599
2021-07-12T12:49:19
2021-07-12T12:49:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
712
puml
@startuml skinparam dpi 300 actor Santa box "Santa Microservice" participant SantaResource as santa participant SantaService as service participant ChildProxy as childProxy participant PresentProxy as pokemonProxy participant Schedule end box box " Kid Microservice " participant KidResource as kid end box box " Pokemon Microservice " participant PokemonResource as pokemon end box Santa -> santa : createASchedule(country) santa -> service : getAllGoodChildren(country) service -> childProxy: getAllGoodChildren(country) childProxy -> kid: HTTP GET santa -> service : getEachChildAPresent() service -> pokemonProxy: getAPresent() pokemonProxy -> pokemon: HTTP GET santa -> Schedule: persist() @enduml
false
true
false
false
usecase
b49a9d1747933ed2ae6503044ac6eb4d8f011755
4a6a389449fa439db1565a83b4a392f72d3cc9f6
/doc/Class.plantuml
99bb15a1d24c4f758b207bdc66b2f58897d37399
[]
no_license
zabila/ConsoleBattleship
5c5ac453bc8810a9ec11ee3a4916b0494772d8f7
b4cc06e3e3890a825a5febee82b0d5a53b199ef3
refs/heads/master
2023-06-23T18:30:36.264498
2017-06-22T18:30:03
2017-06-22T18:30:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,082
plantuml
@startuml scale max 1024*768 class LifeCycle{ +void play() -GameState* game } abstract Ship{ +enum class ShipType - vector<cordinate> shipCells + {abstract} void DeactivateCellsAround() = 0 + {abstract} bool CheckHit() = 0 } class Map{ -vactor<cordinate> Cell - vector<Ship> ships - void AddShip(ShipType) + bool IsCellActive(Cordinate) + void DeactiveteCells(Cordinate) + bool TakeShot(Cordinate) } class Sloop{ } class Corvete{ } class Frigate{ } class Linkor{ } class Drawer{ + static void DrowMap(Map) + void ClearView() + void DrowText(string) + void DrowStatistic() } class AI{ + Cordinate GetShotPoint() } class AITurn{ } class PlayerTurn{ } class Pause{ } class GameState{ + {abstract} void Next() = 0 + {abstract} Cordinate MakeTurn() = 0 } LifeCycle *-- Map Map *-- Ship Ship <|-- Sloop Ship <|-- Corvete Ship <|-- Frigate Ship <|-- Linkor LifeCycle *-- Drawer AITurn *-- AI LifeCycle *-- GameState GameState <|-- PlayerTurn GameState <|-- AITurn GameState <|-- Pause @enduml
false
true
false
false
class
94036e169cb51495541d091259748a79f7eb70bc
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/patterns/iterator-pattern.puml
2cc0968c1bb3553cef4ea8e52a5f88b127e9bc43
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
131
puml
@startuml class Product interface Iterator class ConcreteIterator Product *--> Iterator Iterator <|-- ConcreteIterator @enduml
false
true
false
false
class
71b301b95819abcec88a1e2eb04851d5ae9ac70b
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
/docs/uml/software/device/DeviceSorter.puml
c591c1d7c9099c737c13f9757ef830fa3b59b9fb
[]
no_license
tzAcee/photonized
c929a6c04bedd0304a4e427d6c2895cdf73568d3
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
refs/heads/main
2023-05-03T15:13:31.148910
2021-05-25T13:55:17
2021-05-25T13:55:17
316,536,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
304
puml
@startuml class DeviceSorter { - <<const>> DEFAULT_SPLIT : int = 3 + DeviceSorter(console:IConsole) + set_parser(parser:ICommandLineParser) : void + sort() : void } IDeviceSorter <|-- DeviceSorter DeviceSorter --> "_parser" ICommandLineParser DeviceSorter --> "_Console" IConsole @enduml
false
true
false
false
class
994f1d00ccb553b5ac6b0e724d9c082bafc37711
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/serviceSchema/ip/uml/ipServicesExternalInterface.puml
8f9ee5b505b696ed95f62a3c5477961c1e75b234
[ "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
944
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class IpServicesExternalInterface{ identifier: Identifer53 [1] administrativeState: AdminState [1] operationalState: OperationalState [1] } class IpUni { ipUniAccessLink: IpUniAccessLink [1..*] ipvcEndPoint: IpvcEndPoint [*] managementType: UniManagementType [1] ingressBandwidthProfileEnvelope: IpUniIngressBwpEnvelope [0..1] egressBandwidthProfileEnvelope: IpUniEgressBwpEnvelope [0..1] listOfControlProtocols: RoutingProtocols [0..1] reversePathForwarding: EnabledDisabled [1] } class IpEnni { enniType: EnniType [1] routingInformation: EnniRoutingInformation [1..*] ingressBandwidthProfileEnvelopes: IpEnniIngressBwpEnvelopePerEnniLink [1] egressBandwidthProfileEnvelopes: IpEnniEgressBwpEnvelopePerEnniLink [1] } IpServicesExternalInterface <|-- IpUni IpServicesExternalInterface <|-- IpEnni @enduml
false
true
false
false
class
77e3a09326d0085c03e72cb996b3e8f2e9816783
ed006f8e98c20dfd1fe16065e9037b6c8efc511d
/doc/design/diagrams/request_response/request_response_header.puml
566bbe44292265c37ced951a463d108452e90064
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-generic-export-compliance" ]
permissive
phongt/iceoryx
939343855cc4bbe1610ce7c7ed504539a943f795
efc697cf67a8bc8aedf3d123e2c9df582a5aeb83
refs/heads/master
2023-07-26T03:36:03.492954
2023-07-19T08:29:19
2023-07-19T08:29:19
237,723,029
0
0
Apache-2.0
2023-07-21T19:33:59
2020-02-02T05:23:34
C++
UTF-8
PlantUML
false
false
975
puml
@startuml class RpcBaseHeader { + RpcBaseHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t, sequenceId: uint64_t, rpcHeaderVersion: uint8_t) + getRpcHeaderVersion(): uint8_t + getSequenceId(): int64_t + getChunkHeader(): ChunkHeader* + getUserPayload(): void* # m_rpcHeaderVersion: uint8_t # m_lastKnownClientQueueIndex: uint32_t # m_uniqueClientQueueId: UniqueId # m_sequenceId: int64_t } class RequestHeader { + RequestHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t) + setSequenceId(sequenceId: int64_t): void {static} fromPayload(payload: void*): RequestHeader* } class ResponseHeader { + ResponseHeader(uniqueClientQueueId: UniqueId&, lastKnownQueueIndex: uint32_t, sequenceId: uint64_t) + setServerError(): void + hasServerError(): bool {static} fromPayload(payload: void*): RequestHeader* - m_hasServerError: bool } RequestHeader --> RpcBaseHeader ResponseHeader --> RpcBaseHeader @enduml
false
true
false
false
class
abdc8b9d91544457c2ddbaa2b6af5a1ee53e6ee0
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1141042/sprint4/crm06_01_design_add_reminder.puml
aeb58e9f96f56f267cd8685443979e8dbcf17748
[]
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,294
puml
@startuml doc-files/crm06_01_design_add_reminder.png User -> CreateReminderUI : create reminder CreateReminderUI --> User : asks necessary data (nameReminder, description, time) User -> CreateReminderUI : inserts data CreateReminderUI -> CreateReminderController : createReminder(nameReminder, description, time) : Reminder CreateReminderController -> Persistence : repositoryFactory = repositories() Persistence -> AppSettings : instance() Persistence -> AppSettings : getRepositoryFactory() create RepositoryFactory AppSettings -> RepositoryFactory : create() AppSettings --> Persistence : RepositoryFactory Persistence --> CreateReminderController : RepositoryFactory CreateReminderController -> RepositoryFactory : reminderRepository() create ReminderRepository RepositoryFactory -> ReminderRepository : create() RepositoryFactory --> CreateReminderController : ReminderRepository CreateReminderController -> ReminderFactory : create(nameReminder, description, time) : Reminder ReminderFactory --> CreateReminderController : Reminder CreateReminderController -> ReminderRepository : save(Reminder : reminder) ReminderRepository --> CreateReminderController : Reminder CreateReminderController --> CreateReminderUI : Reminder CreateReminderUI --> User : display reminder information @enduml
false
true
false
false
sequence
9d49611250c76782354f421f99e9080c38970546
84dbfc8df17a0a3f9d6382d781ba13dd616b93dd
/rapport/UML_6/total/Client.puml
9863303c60bf000c51bbca55e53963b76c5c97e5
[ "MIT" ]
permissive
C-Rio/Simulation_monde
ca20856ca68b3f96555304736bc1f2b58cd4ae02
99e118c3782eea332f064abe7600fbb1b5c6006d
refs/heads/master
2022-10-28T23:39:17.566527
2022-10-09T17:22:35
2022-10-09T17:22:35
253,203,756
0
0
null
null
null
null
UTF-8
PlantUML
false
false
38
puml
@startuml Class Client { } @enduml
false
true
false
false
class
6ed1b60c9df753361e4216270ce96b23902d4641
90846e51de5846158818d7883e703188bbb5e29e
/diagrams/addNewProduct.puml
b27154b2320df79d0e3b2e525d835590461cea8e
[]
no_license
yuan410/milestone
a967145b7f004e3cd27975597951422bf23db216
66216974aa426fe86d3bc87355f72c1ce848ac75
refs/heads/master
2020-07-07T06:30:18.475688
2019-08-22T08:48:17
2019-08-22T08:48:17
203,278,196
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,237
puml
@startuml skinparam style strictuml actor "User" as user participant "Administration" as main <<main>> main++ create "MainMenu" as menu <<frame>> main -> menu : construct user -> menu++ : clicks 'Add New Product' button create "ProductEditor" as editor <<dialog>> menu -> editor : construct(this, true) editor++ create "ProductsListDAO" as dao <<DAO>> editor -> dao : construct create "SimpleListModel" as modellist <<gui.helpers>> editor -> modellist : construct editor -> dao++ : getCategories() : allCategories dao-- editor -> modellist++ : updateItems(allCategories) modellist-- editor -> editor : setModel(categoryDisplay) editor-- user -> editor++ : enters product details editor-- user -> editor++ : clicks 'Save' button editor -> editor : use getText() to get attributes from GUI editor -> editor : convert number values to BigDecimal and Integer create "Product" as product <<domain>> editor -> product : construct editor -> product++ : use setters to set product attributes product-- editor -> dao++ : save(product) dao-- editor-- user -> editor++ : clicks 'Cancel' button editor -> editor : dispose() editor --> menu destroy editor menu --> user-- : awaiting next operation @enduml
false
true
false
false
usecase
c84733149d0abd6985787cb615a5c2f3e6e8fe05
7bedee9aa5138c7efd939da14d07d61996e30438
/documentation/architecture/diagrams/speedboat-access-company-a-api.puml
202d826636ba1ae69fc8e3572af7805945c79652
[ "Apache-2.0" ]
permissive
sn0wcat/tractusx
24d8f230d5ddda0e806a4d4451eb1416b9983ebf
1f584a2439d1d0a38438b6ab1c0197d871c35e5e
refs/heads/main
2023-08-29T00:47:09.516258
2021-10-25T07:16:55
2021-10-25T07:16:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
568
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber participant "Company B" as CompanyB participant "Company B Consumer" as CompanyBConsumer #efefef participant "Company A Provider" as CompanyAProvider #efefef participant "Company A API" as CompanyAAPI CompanyB -> CompanyBConsumer: Request artifact data CompanyBConsumer -> CompanyAProvider: Request artifact data CompanyAProvider -> CompanyAAPI: Request artifact data CompanyAProvider <-- CompanyAAPI: Answers CompanyBConsumer <-- CompanyAProvider: Answers CompanyB <-- CompanyBConsumer: Answers @enduml
false
true
false
false
sequence
db2050f3611ff84ae6d26b958d00634185b5a4f2
98c049efdfebfafc5373897d491271b4370ab9b4
/docs/SPRINT_3/UC42-Cancel_Order/UC40_SD.puml
374395ca470b2e0c8f056f187b8066f7609a0ced
[]
no_license
antoniodanielbf-isep/LAPR3-2020
3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3
7ee16e8c995aea31c30c858f93e8ebdf1de7617f
refs/heads/main
2023-05-27T14:42:05.442427
2021-06-20T18:09:59
2021-06-20T18:09:59
378,709,095
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,074
puml
@startuml autonumber 'hide footbox actor "Client" as ADM participant ":CancelOrderUI" as UI participant ":CheckoutBasketController" as CTRL participant ":UserSession" as US participant "session:UserSession" as SUS participant "user:User" as U participant ":ClientDB" as AC participant ":OrdersQueue" as OQ activate ADM ADM -> UI : starts canceling an order activate UI UI -> CTRL: getClientOrdersByEmail() activate CTRL CTRL -> US : session=getUserSession() activate US deactivate US CTRL -> SUS : user=getUser() activate SUS deactivate SUS CTRL -> U : email=getUserEmail() activate U deactivate U CTRL -> AC : getClientOrdersByEmail(email) activate AC deactivate CTRL deactivate AC UI --> ADM : shows all orders and requests the order id deactivate UI ADM --> UI : inserts order id activate UI UI --> CTRL: changeOrderToCanceled(id) activate CTRL CTRL --> AC: changeOrderToCanceled(id) activate AC AC --> OQ: removeOrderFromQueue(id) activate OQ deactivate OQ deactivate CTRL deactivate AC UI --> ADM : process finishes deactivate UI deactivate ADM @enduml
false
true
false
false
usecase
d4664b5f01bcc529b9489ca81641c40e0858d500
c5ba091cb650334f8538409bff1947d8d35d1ddd
/Coding/fw/doc/design/Mainloop_Sequence.plantuml
ed5d7d10636868ca56d645668429c58e374a9837
[ "BSD-3-Clause" ]
permissive
zengqz98/esp32-can-iot
d457b2ad9c06868c2b71b933e9ee838285dee3d0
7d3f17cc18107fe80ecb2b8c116964ef7bebb800
refs/heads/master
2023-03-11T17:58:16.487406
2021-02-23T06:39:56
2021-02-23T06:39:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,308
plantuml
@startuml Title Mainloop Sequence group Setup Mainloop --> Board : init() Board --> Mainloop Mainloop --> Lawicel : begin() Lawicel --> Lawicel : Set up Adapters alt WebSocket Adapter Configured Lawicel --> ESPServer : begin() ESPServer --> WebConfig : importSettings() WebConfig --> ESPServer : return bool success ESPServer --> WLAN : begin() WLAN --> Board : checkUserButton() Board --> WLAN : return bool buttonPressed WLAN --> WLAN : Initialize selected \nWiFi Mode WLAN --> ESPServer : return bool success ESPServer --> ESPServer : Set up Web Pages ESPServer --> Lawicel : return bool success end Lawicel --> Mainloop : return bool success else Initialization returns false Mainloop --> Board : set Error LED \nand System halt Board --> Board : wait for error handling\nfrom user and restart end group loop Mainloop --> Lawicel : executeCycle() Lawicel --> Mainloop : return bool success Mainloop --> WLAN : Check Connection Status WLAN --> Mainloop : return bool success else Restart requested ESPServer --> Mainloop : restart() Mainloop --> Lawicel : end() Mainloop --> ESPServer : end() Mainloop --> Board : esp.restart() end @enduml
false
true
false
false
sequence
8e9f239e5d8db57c95df84284b2df54b910fb981
eee65bdd4128eeedc3271601006ed5739b43bd67
/uml/srp_okay.puml
e5a9934bec3c3e4fd76855e02f577ef90049743a
[]
no_license
argh87/bachelorthesis
25e8443e61233a628a12a6207f20b0a8319c3cf5
9f8a463b455b6e84f67a424ebf5efc2507bc3ebc
refs/heads/master
2023-04-14T08:47:44.757939
2021-04-12T08:32:34
2021-04-12T08:32:34
345,094,877
0
1
null
2021-04-12T08:32:35
2021-03-06T13:01:32
TeX
UTF-8
PlantUML
false
false
221
puml
@startuml allowmixing class DVD { + getDetails() } class DVDRepository { + save(DVD) } actor "Cineast" as cine actor "Admin" as db db -> DVDRepository::save DVDRepository .> DVD : uses cine -> DVD::getDetails @enduml
false
true
false
false
usecase
26d06d8e5db36cc6973224418ec71bf54010db8a
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/casual-things/src/main/resources/books-mindmap/web-general/ch2/inputStream/writer.puml
368fb49a44e7280b5c555af2e0bf64fb1567584e
[]
no_license
physicsLoveJava/java-miscellaneous
614cfbad7dd7679e99c561b210ebbbf1a9df941e
e7563fdc9b5f955662cba40fc48614e45747d020
refs/heads/master
2021-07-19T13:30:51.096326
2019-01-21T09:09:50
2019-01-21T09:09:50
105,858,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
422
puml
@startuml abstract class Writer class PipedWriter class FilterWriter class StringWriter class PrintWriter class BufferedWriter class OutputStreamWriter class FileWriter class CharArrayWriter Writer <|-- PipedWriter Writer <|-- FilterWriter Writer <|-- StringWriter Writer <|-- PrintWriter Writer <|-- BufferedWriter Writer <|-- OutputStreamWriter OutputStreamWriter <|-- FileWriter Writer <|-- CharArrayWriter @enduml
false
true
false
false
class
7dd4b80e523b8ee17e7a26a698bbcb8bbecf4280
0bdd2517ff2cfa34051b64678d00bcf0b732dd1e
/de/ostfalia/practice/id568441/id568441.plantuml
a080c9d377259e0edfe51402d4d96a5e7f4bf189
[]
no_license
Kjay9558/supermarkt
a07f5a42d40253a249dd84f9ea57c281b6d55c44
dbad8590c13595ffb94cd3f710dffce177cb6499
refs/heads/master
2021-01-04T09:22:06.133162
2020-02-14T13:07:15
2020-02-14T13:07:15
240,486,278
0
0
null
2020-02-14T13:07:16
2020-02-14T10:46:00
Java
UTF-8
PlantUML
false
false
2,766
plantuml
@startuml title __ID568441's Class Diagram__\n namespace de.ostfalia.practice.id568441 { class de.ostfalia.practice.id568441.Getraenk { - alkgehalt : double - kalorien : int - kohlensaeure : boolean - volumen : double + Getraenk() + getAlkgehalt() + getKalorien() + getVolumen() + isKohlensaeure() + setAlkgehalt() + setKalorien() + setKohlensaeure() + setVolumen() + toString() } } namespace de.ostfalia.practice.id568441 { class de.ostfalia.practice.id568441.Kleidung { + Kleidung() } } namespace de.ostfalia.practice.id568441 { enum groesse { L M S XL XS XXL } } namespace de.ostfalia.practice.id568441 { class de.ostfalia.practice.id568441.Lebensmittel { - gewicht : double - kalorien : int + Lebensmittel() + getGewicht() + getKalorien() + setGewicht() + setKalorien() + toString() } } namespace de.ostfalia.practice.id568441 { class de.ostfalia.practice.id568441.Spiel { + Spiel() } } namespace de.ostfalia.practice.id568441 { enum typ { BRETT KARTE VIDEO } } namespace de.ostfalia.practice.id568441 { abstract class de.ostfalia.practice.id568441.Ware { - altersfreigabe : short - artikelnummer : int - hersteller : String - name : String - preis : double + Ware() + getAltersfreigabe() + getArtikelnummer() + getHersteller() + getName() + getPreis() + setAltersfreigabe() + setArtikelnummer() + setHersteller() + setName() + setPreis() + toString() } } namespace de.ostfalia.practice.id568441 { class de.ostfalia.practice.id568441.supermarkt { } } de.ostfalia.practice.id568441.Getraenk -up-|> de.ostfalia.practice.id568441.Ware de.ostfalia.practice.id568441.Kleidung -up-|> de.ostfalia.practice.id568441.Ware de.ostfalia.practice.id568441.Kleidung +-down- de.ostfalia.practice.id568441.Kleidung.groesse de.ostfalia.practice.id568441.Lebensmittel -up-|> de.ostfalia.practice.id568441.Ware de.ostfalia.practice.id568441.Spiel -up-|> de.ostfalia.practice.id568441.Ware de.ostfalia.practice.id568441.Spiel +-down- de.ostfalia.practice.id568441.Spiel.typ de.ostfalia.practice.id568441.Ware -up-|> de.ostfalia.practice.id568441.supermarkt 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
38f3a8e14a0a40db721979f9a356001a39e99737
573fd3fb5867c0f26fb2906f0478b234956e713f
/whitepaper/plugin-architecture-component-diagram.puml
fdfcd1a25f084008f55957cc6e533fcfd223190b
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
1,223
puml
@startuml Plugin Architecture !include <tupadr3/common> !include <tupadr3/font-awesome/mobile> !include <tupadr3/font-awesome/database> !include <tupadr3/font-awesome/key> !include <tupadr3/font-awesome/server> title Hyperledger Cactus\nPlugin Architecture ' left to right direction ' allow_mixing skinparam DefaultTextAlignment center skinparam Linetype ortho skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 30 skinparam sequenceParticipant underline ' actor "Application User" as actor1 <<identity owner>> ' FA_MOBILE(mobiledevice,"Mobile Device") box "End Users" #LightBlue actor Bob end box box "Hyperledger Cactus Deployment" #LightGrey collections "API Server Node(s)" as ApiServer participant FabricConnectorPlugin end box box "Ledger Deployments" #LightSalmon database "Fabric Network" as FabricNetwork end box Bob -> ApiServer : Request Transaction Execution activate ApiServer ApiServer -> FabricConnectorPlugin: Call Transaction Execution Plugin activate FabricConnectorPlugin FabricConnectorPlugin -> FabricNetwork: Request Transaction Execution activate FabricNetwork return Transaction Results return Transaction Results return Transaction Results @enduml
false
true
false
false
usecase