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
72b57b699cd2d2e9cf77ce24686e3cf9f5b617a6
ceadf6755dd4d3d41f66e0f6563675e6224044d1
/docs/resource/sequence/high-level-ldap-auth-sequence.puml
0fc0e68c038973214cf5b14f0ebb1838042e5412
[ "Apache-2.0" ]
permissive
Alfresco/alfresco-identity-service
5bd055d8d605078ea8f053d826bfb43407257ecd
a3f358ac82c3dd79e18587ab5fd09deba473796c
refs/heads/master
2023-08-27T16:14:02.429468
2023-08-11T14:50:14
2023-08-11T14:50:14
126,387,836
35
33
Apache-2.0
2023-09-01T12:04:12
2018-03-22T19:53:40
Shell
UTF-8
PlantUML
false
false
1,453
puml
@startuml autonumber Title: Alfresco JWT (Implicit) Authentication Against Identity Service Configured for LDAP actor "User's\nBrowser" as UB participant "App" as APP participant "Identity\nService" as IS participant "Alfresco\nComponent\n(ACS, APS)" as ALFC database "Alfresco\nComponent\nDatabase" as ALFCDB participant "LDAP" as LDAP note right of ALFC - X endpoints represent abbreviated flows where either a subsystem is not configured for the scenario or an external system does not know about the particular user - Note that this is high-level, not all details are shown end note ALFC<->LDAP: LDAP User/Group Sync ALFC<->ALFCDB ... LDAP sync completed ... UB<->APP: Request page UB<->APP: Login initiated UB->IS: Request token activate IS note left of IS Identity Service has not authenticated this user end note IS->UB: Return login page deactivate IS UB->IS: Submit login form activate IS note left of IS username=bsmith password=mypass end note IS<->LDAP: Validate user/pass ... User is now authenticated with Identity Service ... IS->UB: Return token note left of IS JWT: eyJhbGci... end note deactivate IS ... App / Browser has obtained JWT from Identity Service ... UB->ALFC: GET /some-api note right of UB HTTP Headers Authorization: Bearer eyJhbGci... end note activate ALFC ALFC<-->IS: Get signing keys ALFC->ALFC: Verify JWT ALFC<->ALFCDB: User in Context ALFC<->ALFC: Authorization/ACLs ALFC->UB: Response deactivate ALFC @enduml
false
true
false
false
usecase
a84140a1389f3db829cdc775791d7b8ce26c1dbf
503de38f481b81220b0d5c4eb1042764320f6a5d
/2Room.puml
9972560dae6933953a80c1ce4df306eece6fbe70
[]
no_license
Phruksa/Use-case-diagram
16e3b41388e2f09915edc36c5a92456644453234
1e96abd9f87890b83316a4a937a754ce639cc4b2
refs/heads/main
2023-04-08T00:10:49.251028
2021-04-05T06:45:44
2021-04-05T06:45:44
354,744,739
0
0
null
null
null
null
UTF-8
PlantUML
false
false
576
puml
@startuml left to right direction actor Customer as c package Professional { actor personnel as p } package Room { usecase "Check in" as UC1 usecase "Check out" as UC2 usecase "Check room" as UC4 usecase "Payment" as UC5 usecase "Cost calculation" as UC6 usecase "No cash" as UC7 usecase "Check for damage" as UC8 usecase "Insurance refund" as UC10 usecase "Calculate the penalty" as UC11 } c --> UC1 c --> UC2 c --> UC5 p --> UC4 p --> UC5 p --> UC6 p --> UC8 UC7<..UC5 UC10<..UC8 UC11<..UC8 UC1-->UC4 UC1-->UC6 UC2-->UC8 @enduml
false
true
false
false
usecase
fb90f4fee4b1ff0b9e4026ed086deec6d0a4e791
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/No1_50/No1_50.plantuml
81c82c0f196559d3c5a5d59ab5c8925a7350e955
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
462
plantuml
@startuml title __NO1_50's Class Diagram__\n namespace cn.shui.order { namespace No1_50 { class cn.shui.order.No1_50.PermutationsII { {static} + main() {static} - help() {static} - permuteUnique() } } } 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
6f28ecd10809110e53679fed1094b6bf2cdee2e5
a9f3dbb3c1b5c04bdf659ecce27c5c1f467e5d0b
/priv/test-resources/elixirpresentation/diagrams/workflow-activity.puml
dacdf101074989b712e8ccc6f28d3baed7114628
[]
no_license
binarytemple/deckset_parser
7cd44fcdb17ba2169d4f84bccb0e571960fdb508
0c6003fa8554cc9957caeca7dc59be463080980c
refs/heads/master
2021-01-01T05:29:22.272079
2016-05-06T08:20:36
2016-05-06T08:20:36
58,138,354
0
0
null
null
null
null
UTF-8
PlantUML
false
false
686
puml
@startuml partition Developer { (*) --> "commit code" } partition "Codeship Build" { -left--> "push notification received by codeship" If "master or tagged" then -left--> [Yes] "perform a docker build" If "build succeeded" then --> [Yes] "continue" If "last commit was a tag operation" then --> [Yes] "label using tag " -right--> [push to docker hub](*) else --> [No] "label as 'latest'" -right--> [push to docker hub](*) Endif else --> [No] "Notify of failure" --> (*) Endif } else --> [No] "ignore build" --> (*) Endif } @enduml
false
true
false
false
activity
3e64fed0c50b39881c430c422a5dd3d379724b00
bfecf47f8abc3c4a92f499fbcbb84128d29b1b8f
/docs/diagrams/helm-chart/helm-components-aws.puml
4040c3aea95923279088567757691298e5e64c90
[ "Apache-2.0" ]
permissive
Sphereon/acs-deployment
81a709aa5e6a7633dea34cef127bd88dba37049d
b54cdf651ab781b500093cfa3d2f41bde7be18be
refs/heads/master
2022-03-20T00:43:11.383103
2018-11-20T15:14:45
2018-11-20T15:14:45
158,413,727
0
0
Apache-2.0
2021-03-17T08:18:52
2018-11-20T15:46:13
Smarty
UTF-8
PlantUML
false
false
1,456
puml
@startuml Title: ACS on AWS Helm Deployment Overview skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "nginx-ingress namespace" { component "NGINX ingress-controller" as nginx #lightgrey } node "ACS namespace" { component "Alfresco Digital Worspace" as adw #lightgrey component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "Alfresco Share" as share #lightgrey database "EFS Volume Claim" as vc rectangle "Alfresco Transform Service" { component "Transform Router" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "ActiveMQ" as amq #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey } } database "Aurora RDS" as db database "S3" as s3 Client --> nginx nginx --> acs nginx --> share nginx --> adw acs --> vc ass --> vc sfs --> vc acs --> s3 ass <--> acs acs --> db acs --> pdfr acs --> libr acs --> img acs --> tika acs --> sfs acs <--> amq tr --> pdfr tr --> libr tr --> img tr --> tika tr <-up-> amq pdfr --> sfs libr --> sfs img --> sfs tika --> sfs share --> acs center footer Copyright 2018 Alfresco Software Inc @enduml
false
true
false
false
sequence
3db515ae02210b137fb0f21dbcc4c5ba720e5397
a77b592e7fac226544675176bddb7cecb7ff16b7
/core/doc/MountSource.puml
8dc465ddee18a946ec2e16d935da8545c6fd232a
[ "MIT" ]
permissive
mxmlnkn/ratarmount
ee66448029487a939be7f28d9cc41487ab02aeb4
623e0e4a915c73c0dfd4875317cfef6b878e6140
refs/heads/master
2023-08-21T17:25:20.379680
2023-02-21T21:59:17
2023-05-20T17:14:32
171,697,459
427
33
MIT
2023-04-29T17:03:41
2019-02-20T15:23:31
Python
UTF-8
PlantUML
false
false
1,985
puml
@startuml ' bluegray cerulean-outline crt-amber materia-outline mimeograph cyborg !theme crt-amber '!pragma svek_trace on /' generate in your local folder two intermediate files: foo.dot : intermediate file in "dot" language provided to GraphViz foo.svg : intermediate result file which is going to be parsed by PlantUML to retrieve element positions. '/ 'skinparam backgroundColor #121212 skinparam backgroundColor #000000 /' Use the UML symbols +-#~ for visibility instead of PlantUML-specific icons '/ skinparam classAttributeIconSize 0 set namespaceSeparator :: hide empty hide empty members ' Only takes more space vertically, does not reduce width :/ 'left to right direction 'top to bottom direction skinparam linetype ortho 'skinparam linetype polyline /' "linetype ortho" looks the best imo, but it does not work at all with arrow labels as they are place too far away to be meaningful. Same bug applies to polyline. See: https://forum.plantuml.net/1608/is-it-possible-to-only-use-straight-lines-in-a-class-diagram https://crashedmind.github.io/PlantUMLHitchhikersGuide/layout/layout.html#linetype-polyline-ortho https://github.com/plantuml/plantuml/issues/149 '/ class StenciledFile class ProgressBar abstract class MountSource { +{abstract} listDir +{abstract} getFileInfo +{abstract} fileVersions +{abstract} open } class SQLiteIndexedTar SQLiteIndexedTar *-- StenciledFile SQLiteIndexedTar *-- ProgressBar class FolderMountSource class ZipMountSource class RarMountSource class UnionMountSource class FileVersionLayer MountSource <|-- SQLiteIndexedTar MountSource <|-- FolderMountSource MountSource <|-- ZipMountSource MountSource <|-- RarMountSource MountSource <|-- AutoMountLayer MountSource <|-- UnionMountSource MountSource <|-- FileVersionLayer class fuse.Operations class FuseMount FuseMount <|-- fuse.Operations FuseMount *-- AutoMountLayer FuseMount *-- UnionMountSource FuseMount *-- FileVersionLayer @enduml
false
true
false
false
class
1d2c325247e84e6fbfc7e501012ccff4f8019aa2
3dc069311b33f55c2d82b50e2e3e66c1e0b352f2
/class_diagrams.puml
e667f7d8fcf2c3d4eb1543a12cf123009a809942
[]
no_license
nlipsyc/shade_game
8fee26d067dc7af09f0daee5cb4f429331704f64
1f36c718844d52d6854fb6829039a322c849dfe3
refs/heads/master
2022-12-29T17:24:52.276704
2020-10-22T20:46:21
2020-10-22T20:46:21
249,270,959
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,324
puml
@startuml class GameParameters { Tuple[int, int] game_dimensions Int shade_size } class AlgorithmParameters { CellCalculator cell_calculator_class CursorInitializer cursor_initializer_class MoveProposer move_proposer_class } class AbstractAlgorithm { GameParameters game_params AlgorithmParameters algorithm_parameters Int seed Optional[str] seed List[???] claimable_cells Int claimable_cells_cursor MoveProposer move_proposer {abstract} Tuple[int, int] propose_move() } class ConstructedAlgorithm { Int seed Tuple[int, int] propose_move() } class CellCalculator { Tuple[int, int] game_dimensions Int shade_size {abstract} List[???] get_claimable_cells() } class CursorInitializer { List[???] claimable_cells {abstract} Int get_cursor_initial_index() } class MoveProposer { GameParameters game_params List[???] _claimable_cells Int _cursor_index {abstract} propose_move(game_params, cell) } AbstractAlgorithm o-- GameParameters AbstractAlgorithm o-- AlgorithmParameters ConstructedAlgorithm <|-- AbstractAlgorithm CellCalculator o.. GameParameters MoveProposer o.. GameParameters AlgorithmParameters <|-- CellCalculator AlgorithmParameters <|-- CursorInitializer AlgorithmParameters <|-- MoveProposer @enduml
false
true
false
false
class
396ec826cb1cec69ebffb571d1b40501dad80222
5a8fafc1af19d5eb6730c0da83db05e0db76d388
/preamble-class.puml
c4d7c9b771d62ee571c7ab4f81a6428fd5fa3188
[]
no_license
LuisFajardoF/Diagramas-PUML
d041fcc7be377b5692a864c726d3cdcb19f3be2b
4b886eefbd2207de708e056767a0a185851efc7f
refs/heads/master
2023-03-29T01:22:24.559466
2021-04-13T17:39:58
2021-04-13T17:39:58
340,369,399
0
0
null
null
null
null
UTF-8
PlantUML
false
false
302
puml
@startuml class Preamble << (S,PaleGreen) >> { + Preamble() + ~Preamble() + void add(unsigned int code) + string getCode() + unordered_map<unsigned int, string> code + vector<string> codes } enum CODES { Siunitx ToDoList Biblatex } Preamble *- CODES : use @enduml
false
true
false
false
class
0adc764a0841329241672208068f8e6b64edc361
e6a585dfa5292761773d2d523832eef2b49e8e9d
/docs/diagrams/LogicComponent.plantuml
b78d4bd01a19c0f3fdf755eb09acd93782c8ffd6
[]
no_license
AY2021S2-CS2113T-F08-3/tp
82d8b49f18290b6e0d37f1aaa77b711455ace50f
27db5d4a86be5478fc4e8258997fb8c83257cec6
refs/heads/master
2023-04-14T04:07:25.089995
2021-04-12T16:53:53
2021-04-12T16:53:53
344,644,739
0
4
null
2021-04-12T15:56:05
2021-03-05T00:12:02
Java
UTF-8
PlantUML
false
false
1,442
plantuml
@startuml LogicComponent hide circle !define LIGHTGREEN !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml skinparam classAttributeIconSize 0 rectangle Logic #TECHNOLOGY{ class Parser class Commands } rectangle Model #Khaki { class RecommendationList class ReviewList } class Commands #PaleGreen { - boolean isReviewMode + reviewMode() + recommendationMode() + printHelp() + list() + sort() + view() + add() + edit() + done() + delete() + display() } class RecommendationList #Gold { - ui : Ui + recommendations : ArrayList<Recommendation> + addRecommendation() + listRecommendations() + editRecommendation() + deleteRecommendation() + convertRecommendation() } class ReviewList #Gold { - ui : Ui + reviews : ArrayList<Reviews> - displayStars : boolean + addReview() + sortReviews() + listReviews() + viewReview() + editReview() + deleteReview() + changeDisplay() } class Parser #PaleGreen { + determineCommand() } class Storage #PowderBlue { - ui : Ui + retrieveDataFile() : boolean + loadConnoisseurData() : ConnoisseurData + saveConnoisseurData() } Parser - Commands : deciphered commands > Commands -- Storage : store data > Commands -- ReviewList : deciphered arguments > Commands -- RecommendationList : deciphered arguments > @enduml
false
true
false
false
class
63cc23ca275320df2c9a0802aaf918bb575ba7cd
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/red/1160630/sp1/domain.puml
eea720e4e6df9854981c7565a4ab0c624099f58a
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
549
puml
@startuml domain.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false hide empty methods interface Chart class name << ValueObject >> class content << ValueObject >> class firstCell << ValueObject >> class lastCell << ValueObject >> class associatedCell << ValueObject >> class BarChart << (E,yellow) >> Chart <|.. BarChart BarChart --> name BarChart --> content BarChart --> firstCell BarChart --> lastCell BarChart --> associatedCell @enduml
false
true
false
false
class
b75a62f8b253ba2ee30870f01480ac4fd460ed60
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/RemoteTestResultReciever.puml
1e8aef12dbc1fe6daad6c62e51aef998b5b860c8
[]
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
172
puml
@startuml class RemoteTestResultReciever { + RunStarted(messageEventArgs:MessageEventArgs) : void + RunFinished(messageEventArgs:MessageEventArgs) : void } @enduml
false
true
false
false
class
6b7d462ed5cf151de2a76e9a383d09b131c59d78
187a297fd124a643e014d6f523de9efb1b804632
/doc/httpServer.puml
4b043652cabd11bc6733fdf80a4a3c842ab2cd3f
[]
no_license
SigmundGjengedal/http-v2
f2b03e0330bc5cf88d069ecf4c3dc7fabcb7fbe4
cb4d6e4ec6167f5ddee98670ede19fd295137ec1
refs/heads/master
2023-08-25T04:56:02.230954
2021-11-01T11:43:24
2021-11-01T11:43:24
407,287,840
0
0
null
2021-10-30T14:32:49
2021-09-16T19:18:39
Java
UTF-8
PlantUML
false
false
805
puml
@startuml actor Browser participant HttpServer participant controllers participant AddPersonController participant PersonDao database PERSON_DB Browser -> HttpServer: POST /api/people HttpServer -> controllers: get("/api/people") HttpServer <- controllers: AddPersonController HttpServer -> AddPersonController: respons = handle(request) AddPersonController -> AddPersonController : person = new person AddPersonController -> AddPersonController : person.setFirstName(request.get("firstName"))\n ... note left AddPersonController: reads form parameters from request body AddPersonController -> PersonDao: save(person) PersonDao -> PERSON_DB: INSERT INTO people ... HttpServer <- AddPersonController: OK 200 HttpServer -> HttpServer: respons.write(socket) Browser <- HttpServer: HTTP/1.1 200 ok @enduml
false
true
false
false
usecase
d1045f4d943bd69b2e6b3c16adb96e760ce8c8fe
e2012fd3240bab9a7d53d50d7398e34e8f14427e
/uml/class diagram/progetto-programmazione-ad-oggetti-java.plantuml
f539a046f5e02649766c6a0e616ec617a8b93b1b
[]
no_license
defo-cris/progetto-programmazione-ad-oggetti
1acf8d4fd4d9a754b509ee90d274dff206544b3e
9d775a75fbde1b43597b53e0e2c76c12c186cdaf
refs/heads/master
2020-06-11T20:41:12.993226
2019-07-19T16:35:55
2019-07-19T16:35:55
194,078,969
2
1
null
2019-07-07T07:30:10
2019-06-27T10:59:21
null
UTF-8
PlantUML
false
false
3,288
plantuml
@startuml title __PROGETTO's Class Diagram__\n class MavenWrapperDownloader { } namespace com.example.progetto { class com.example.progetto.ProgettoApplication { } } namespace com.example.progetto { namespace Spring { class com.example.progetto.Spring.DataCsvRow { } } } namespace com.example.progetto { namespace Spring { class com.example.progetto.Spring.DataCsvRowController { } } } namespace com.example.progetto { namespace Spring { class com.example.progetto.Spring.DataCsvRowServices { } } } namespace com.example.progetto { namespace Spring { class com.example.progetto.Spring.FilterParameter { } } } namespace com.example.progetto { namespace Spring { class com.example.progetto.Spring.NumberStats { } } } namespace com.example.progetto { namespace csvClasses { class com.example.progetto.csvClasses.DataCsv { } } } namespace com.example.progetto { namespace csvClasses { namespace csvRetrieve { class com.example.progetto.csvClasses.csvRetrieve.CsvSplitter { } } } } namespace com.example.progetto { namespace csvClasses { namespace csvRetrieve { class com.example.progetto.csvClasses.csvRetrieve.CsvValidator { } } } } namespace com.example.progetto { namespace csvClasses { namespace csvRetrieve { class com.example.progetto.csvClasses.csvRetrieve.GetCsvDataFromUrl { } } } } namespace com.example.progetto { namespace csvClasses { namespace csvRetrieve { class com.example.progetto.csvClasses.csvRetrieve.GetCsvUrlFromJsonUrl { } } } } namespace com.example.progetto { namespace csvClasses { namespace csvRetrieve { class com.example.progetto.csvClasses.csvRetrieve.ReadLineFromBufferedReader { } } } } namespace com.example.progetto { namespace csvClasses { namespace dataType { class com.example.progetto.csvClasses.dataType.Metadata { } } } } namespace com.example.progetto { namespace csvClasses { namespace dataType { class com.example.progetto.csvClasses.dataType.ObjArray { } } } } namespace com.example.progetto { namespace csvClasses { namespace dataType { class com.example.progetto.csvClasses.dataType.PrintClass { } } } } namespace com.example.progetto { namespace csvClasses { namespace dataType { class com.example.progetto.csvClasses.dataType.UrlWithDescription { } } } } com.example.progetto.csvClasses.csvRetrieve.CsvSplitter o-- com.example.progetto.csvClasses.csvRetrieve.GetCsvDataFromUrl : csv com.example.progetto.csvClasses.csvRetrieve.GetCsvDataFromUrl o-- com.example.progetto.csvClasses.csvRetrieve.ReadLineFromBufferedReader : br right footer endfooter @enduml
false
true
false
false
class
0dc754950c0d1dd44c7f07a2609a5f2b93f07896
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/diagrams/dependency_rule_diagram.puml
7ed00bb563e88bcba6426afd247e40a84024a6b1
[ "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
180
puml
@startuml dependency_rule_diagram [Database] --> [Repositories] [UI] --> [Presenters] [Presenters] --> [Use case] [Repositories] --> [Use case] [Use case] --> [Entities] @enduml
false
true
false
false
uml-unknown
5d7365649509aa08bc09d63d230350d9a7c9d386
eeaa5c632615d2a999693af1b61292907643903e
/asciidocs/plantuml/ucd.puml
9b9ad258e9ba6af976c25469ac77bf9fb0453fec
[]
no_license
2122-5ahif-nvs/02-microproject-Paatz
098e50548b8f517044dae99d271f206ad4a825b1
8fb0e67f74ecf352bb33bc107486b3385343bfcd
refs/heads/main
2023-08-22T14:50:24.680625
2021-10-17T14:09:01
2021-10-17T14:09:01
413,361,372
0
0
null
null
null
null
UTF-8
PlantUML
false
false
276
puml
@startuml left to right direction actor User as user package DanceSchool { usecase "manage dancers" as UC1 usecase "manage rooms" as UC2 usecase "manage groups" as UC3 usecase "manage danceclasses" as UC4 } user --> UC1 user --> UC2 user --> UC3 user --> UC4 @enduml
false
true
false
false
usecase
eb958479ec93c852c61937d131f41efb1aa5458d
68e6169d299ad4315c20e65ff75bc2a427784b69
/uml/clases.plantuml
6c2175303d25f75ccf8b626cd9ef004b521e5529
[]
no_license
jrgallego21/sopaLetras
f3f53240adc1fc6650db592516d6c2e921f8a3cf
c84409b5322efe69497a0d2b6f03ad84cb67cfcc
refs/heads/main
2023-05-23T09:29:16.987774
2021-06-11T01:56:26
2021-06-11T01:56:26
375,226,604
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,225
plantuml
@startuml diagrama_clases ' https://plantuml.com/es/ class Tablero { {static} CARACTER_VACIO: const -fila: int -columna: int -tablero: Array -construct(): +iniciarTablero(): void +completarTableroAleatoriamente(): void -generarCaracterAleatorio(): char +mostrarTablero(): void +mostrarTableroHtml(): void } class Palabra { -ruta: String -palabras: Array construct(): +buscarPalabras(): void -convertirPalabrasAMayusculas(): void +mostrarPalabrasHtml(): String } class ColocarPalabra { +derecha(palabra, movimiento, tablero): tablero +izquierda(palabra, movimiento, tablero): tablero +arriba(palabra, movimiento, tablero): tablero +abajo(palabra, movimiento, tablero): tablero +diagonalPrincipal(palabra, movimiento, tablero): tablero +diagonalPrincipalInvertida(palabra, movimiento, tablero): tablero +diagonalNegativa(palabra, movimiento, tablero): tablero +diagonalNegativaInvertida(palabra, movimiento, tablero): tablero } class Movimiento { -ruta: String -valorMaximoFila: int -valorMaximoColumna: int -tipoMovimiento: object +generarMovimiento(): Array } class TipoMovimiento { -ruta: String -tipoMovimiento: object +buscarTipoMovimiento(): } @enduml
false
true
false
false
class
7a1464cefbcdd7987be4da870d906881540cc61d
f742676fd61427e7a51087ca645b3635b0dd7b50
/docs/daily.puml
7c489083da528a5165a8316cde13271aee14d95c
[]
no_license
PainNarrativesLab/PainPrayerProject
15fac3b833d7f3a4a94c6859d6043e51fee46436
c378402160da9e36f606ce8503746117e788eb4a
refs/heads/master
2021-01-10T16:03:26.017869
2015-06-30T03:49:36
2015-06-30T03:49:36
36,324,465
0
0
null
null
null
null
UTF-8
PlantUML
false
false
376
puml
@startuml System --> Agent: Generates request with unique values System --> Patient: Generates unique request System -> Agent: Sends request System --> Patient: Sends request Patient ->System: Logs on Agent -> System: Logs on Agent -> System: Does responses Patient -> System: Does responses Agent -> System: Does prayer System --> Patient: Notifies that prayed for @enduml
false
true
false
false
sequence
01cb24d8712d19c85e3cfce5ee918bcbd8661a88
fc87576cadd08c1475b4f43d017c3eedb2d91957
/docs/diagrams/MemberClassDiagram1.puml
d6e77eabbc98c70cf90a7788fd680caa95037a10
[ "MIT" ]
permissive
AY1920S1-CS2103T-T17-1/main
d6419675e4dc5384db505c40ffc70de295a10a3c
2af7a0f32afcf57e7aa2c3c848f77e16d194c1dc
refs/heads/master
2020-07-31T21:52:40.385939
2020-01-20T17:44:35
2020-01-20T17:44:35
210,763,819
1
6
NOASSERTION
2020-01-20T17:44:36
2019-09-25T05:38:41
Java
UTF-8
PlantUML
false
false
369
puml
@startuml skinparam classAttributeIconSize 0 scale 540 height scale 420 width Package Model <<Rectangle>> { Class ProjectList Package Project <<Rectangle>> { Class Project { -members: List<String> } Class e Class UniqueProjectList } } hide e ProjectList -> e e *--> UniqueProjectList ProjectList *--> "1" UniqueProjectList UniqueProjectList o--> "*" Project @enduml
false
true
false
false
class
20bbf882aba3348a7df6eb7dcff421f0608cbcc5
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/static-blogs/framework/jetty/uml/jetty主体代码流程.puml
498b8cc2e61bd9e47768b964f88556f2eb50999c
[]
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
1,445
puml
@startuml JavaMain --> Server group Server Initialization Server --> ThreadPool : CreateOrSetThreadPool Server --> Server : setServer group ServerConnector Initialization Server --> ServerConnector : CreateConnector ServerConnector --> ServerConnector : setExecutor ServerConnector --> ServerConnector : setScheduler ServerConnector --> ServerConnector : setByteBufferPool ServerConnector --> ServerConnector : addBeans ServerConnector --> ServerConnector : addConnectionFactories ServerConnector --> ServerConnector : computeAndSetAcceptors(Math.max(1, Math.min(4,cores/8))) ServerConnector --> ServerConnector : newSelectionManager group SelectorManager Initialization SelectorManager --> SelectorManager : setExecutorAndScheduler SelectorManager --> SelectorManager : newManagerSelectorArray end end ServerConnector --> ServerConnector : setPort Server --> ServerConnector : setConnectors end group Server Start Server --> Server : setStartingEvent Server --> AbstractLifeCycle : start AbstractLifeCycle --> AbstractLifeCycle : setStartingEvent AbstractLifeCycle --> AbstractLifeCycle : doStart Server --> Server : ShutdownThreadRegister Server --> Server : ShutdownMonitorRegister Server --> Server : ShutdownMonitorStart Server --> Server : SuperDoStart Server --> Server : LoopConnectorsStart Server --> Server : SetAcceptor AbstractLifeCycle --> AbstractLifeCycle : setStartedEvent Server --> Server : setStartedEvent end @enduml
false
true
false
false
sequence
f22a8b3b926a0e2df2c031a051a6dea31835da51
3e42a3533e38dfc8912d3bb6e59e942c718fd57e
/src/com/zjh/factory/abstractfactory/abstractfactory.puml
d9505fb499f995b2d06b4b306d15d01c98776496
[]
no_license
zjh-escape/DesignPattern
d2c90dc1380322d9ed3fb85cb4fdc8e88b1bf1a5
e268fff5cf556e8a6b64208855c50a0b0d36bc64
refs/heads/master
2022-04-24T16:54:50.067028
2020-04-18T07:45:29
2020-04-18T07:45:29
256,657,447
0
0
null
null
null
null
UTF-8
PlantUML
false
false
595
puml
@startuml abstract class Pizza{ + void prepare() + void bake() + void cut() + void box() } class BJCheesePizza class BJPepperPizza class LDCheesePizza class LDPepperPizza interface AbsFactory{ + Pizza createPizza(); } class BJFactory class LDFactory class OrderPizza BJCheesePizza <.. BJFactory BJPepperPizza <.. BJFactory LDCheesePizza <.. LDFactory LDPepperPizza <.. LDFactory AbsFactory <|.. BJFactory AbsFactory <|.. LDFactory Pizza <|-- BJCheesePizza Pizza <|-- BJPepperPizza Pizza <|-- LDCheesePizza Pizza <|-- LDPepperPizza OrderPizza o-- AbsFactory @enduml
false
true
false
false
class
50fef51d683c071998ea76f6e128b26dd128f2dd
236dd8046d9a1901c1550677ee05bd70fc596986
/docs/app2_diagram.puml
74f9101a1b32613a37575c2c0f6226cfed562066
[]
no_license
DavidABeers/beers-app2
499c453d0aa7b2848ae9e120cdee1109ae1ba918
5122016b86ce6bada92888c8030751096c47c224
refs/heads/main
2023-09-05T20:57:38.671862
2021-11-22T04:28:01
2021-11-22T04:28:01
428,665,290
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,158
puml
@startuml 'https://plantuml.com/sequence-diagram class ControllerActions{ +addItem() +removeItem() +removeAll() +validSerialNumber() +validateName() +validatePrice() +saveAsText() +saveAsJson() +saveAsHTML() +loadTabSeparatedText() +loadJson() +loadHTML() } class Inventory{ -ObservableList<InventoryItem> inventory +additem +removeItem() +clearList() +getItem() +getInventory() } class InventoryItem{ -String serialNumber -String itemName -String price +InventoryItem() +InventoryItem(String sn, String name, String price) +setPrice(String price) +setItemName(String itemName) +setSerialNumber(String serialNumber) +getPrice() +getItemName() +getSerialNumber() } class InventoryManagementApplication{ +start() +main() } class JsonToInventory{ -InventoryItem[] inventoryItems +getInventoryItems() +setInventoryItems() } class MainSceneController{ -Stage primaryStage -Scene primaryScene -Scene newItemScene -Inventory inventory -ControllerActions ca +setStage(Stage stage) +setPrimaryScene(Scene scene) +setNewItemScene(Scene scene) +changeToNewItemScene() +changeToPrimaryScene() -Button newItem -Button removeItem -Button clearAll -Button saveInventory -Button loadInventory -TableView<InventoryItem> inventoryView -TableColumn<InventoryItem, String> snColumn -TableColumn<InventoryItem, String> nameColumn -TableColumn<InventoryItem, String> priceColumn -TextField snSearch -TextField nameSearch -Label errorLabel +showPriceError() +initialize() -displayItem() -addNewItem(ActionEvent event) -saveSNChange(TableColumn.CellEditEvent<InventoryItem, String> event) -saveNameChange(TableColumn.CellEditEvent<InventoryItem, String> event) -savePriceChange(TableColumn.CellEditEvent<InventoryItem, String> event) -filterBySN(ActionEvent event) -filterByName(ActionEvent event) -openSaveChooser(ActionEvent event) -openLoadChooser(ActionEvent event) -deleteItem(ActionEvent event) -clearInventory(ActionEvent event) } MainSceneController -- InventoryManagementApplication MainSceneController --|> ControllerActions Inventory --|> InventoryItem JsonToInventory --|> InventoryItem MainSceneController --|>Inventory ControllerActions --|> JsonToInventory @enduml
false
true
false
false
class
3df4276c5a351971703785897be9890038b08a1e
0320358d622e120abcab07eef23a52a8bcc65f68
/assets/uml/Cook.plantuml
6b47d2eb39b7820e502d1ba4d806632d8f3b49a1
[ "MIT" ]
permissive
studmuehmi7187/10-threads-jfx
ea491a1ee3e375e81dfba9dfdbf929d753323a0d
5fc7ce11c5edffb14464f81090e28d80bb03274e
refs/heads/master
2020-09-24T20:38:46.171227
2019-12-11T09:56:06
2019-12-11T09:56:06
225,838,101
0
0
MIT
2019-12-04T10:16:26
2019-12-04T10:16:25
null
UTF-8
PlantUML
false
false
381
plantuml
@startuml Cook package java.lang { interface Runnable { run(); } } package de.thro.inf.prg3.a10.kitchen.workers { +class Cook implements Runnable { -name: String -progressReporter: ProgressReporter -kitchenHatch: KitchenHatch +Cook(name: String, kitchenHatch: KitchenHatch, progressReporter: ProgressReporter) } } @enduml
false
true
false
false
class
24f8f6b2fc81f8635620c686f199a4010115bc0e
70063e38a90f11c5cd29bdd2559db912c2c33a9e
/Test/test.puml
daa3b70a215c25cf3b8efcd5b3c75ea0338ae422
[]
no_license
dotlive/LT-scriptsys
bf1aa0d531acf4c4179e16741b780e81c3edf4f7
46af430c9b9bd05e986c8b8cd9a77aa0a497b8c8
refs/heads/master
2022-12-16T05:58:24.734309
2020-09-22T09:19:45
2020-09-22T09:19:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,640
puml
@startuml class IScriptSigLogic { +is_time_out : boolean | false {static} -__type_name : string | "IScriptSigLogic" +check() +checkTimeOut() -__ctor() } class IScriptManager { -_getScriptListeningSig() -_scriptWait() {static} -__type_name : string | "IScriptManager" -_scriptOnSig() -_setSigDispatcher() -__ctor() } class ScriptManager { -_script_map : map -_sig_dispatcher : IScriptSigDispatcher[weak] -_active_script : Script[weak] -_scriptOnSig() {static} -__type_name : string | "ScriptManager" -__dtor() -_unsetActiveScript() +abortScript() -_setActiveScript() +loadScript() {static} -__super : IScriptManager -__ctor() -_handleScriptTickResult() -_setSigDispatcher() -_abortScript() -_awakeScript() -_getScriptListeningSig() -_handleScriptAwakeArgs() -_sleepScript() -_scriptWait() -_runScript() +scriptIsActive() +runScript() +scriptIsRunning() } IScriptManager <|-- ScriptManager ScriptManager --> map ScriptManager ..> IScriptSigDispatcher : weak ScriptManager ..> Script : weak class array { -_et_type : number | 0 -_et : unmanaged -_a : unmanaged +insert() +clear() +get() +peekBack() -__dtor() +peekFront() +set() +popFront() +pushFront() +pushBack() +popBack() +size() {static} -__type_name : string | "array" -__ctor() } class map { -_et_type : number | 0 -_kt : string | "" -_et : unmanaged -_m : unmanaged +containKey() {static} -__type_name : string | "map" +pairs() -__dtor() -_next() +set() +isEmpty() +clear() +get() -__ctor() } class ScriptAPIManager { -_forbid_post_api : boolean | false -_waiting_sig_logic : IScriptSigLogic -_api_dispatcher : IScriptAPIDispatcher[weak] -_sig_factory : ScriptSigFactory[weak] -_script_manager : IScriptManager[weak] -_script_api_space : unmanaged -_api_proxy_map : unmanaged +getAPISpace() -_built_in_apiIsPending() {static} -__type_name : string | "ScriptAPIManager" -_built_in_apiIsExecuting() -_registerBuiltInAPI() +registerAssistAPI() -__ctor() -_built_in_apiDiedOfInterruption() -_built_in_apiAbort() -_built_in_apiGetTimeSpent() -_built_in_waitEvent() -_built_in_apiWait() -_built_in_apiIsDead() -_waitSig() -_built_in_waitCondition() -_callAPI() +registerAPI() -_built_in_delay() -_built_in_apiGetReturn() } ScriptAPIManager --> IScriptSigLogic ScriptAPIManager ..> IScriptAPIDispatcher : weak ScriptAPIManager ..> ScriptSigFactory : weak ScriptAPIManager ..> IScriptManager : weak class ScriptSigFactory { +createSig_API() {static} -__type_name : string | "ScriptSigFactory" +createSig_Event() -__dtor() -__ctor() } class ScriptThread { -_co : unmanaged +awake() +sleep() {static} -__type_name : string | "ScriptThread" +abort() -__dtor() -_handleResumeResult() -_endRunning() -_log() -_handleYieldResule() -_startRunning() +isActive() +start() +isRunning() -__ctor() } class ScriptSystem { -_api_dispatcher : IScriptAPIDispatcher -_script_manager : ScriptManager -_api_manager : ScriptAPIManager -_sig_dispatcher : ScriptSigDispatcher -_sig_factory : ScriptSigFactory {static} -__type_name : string | "ScriptSystem" +sendSig_Event() -__dtor() +runScript() +registerAPI() +scriptIsRunning() +loadScript() +registerAssistAPI() +abortScript() +sendSig_API() +tick() -__ctor() } ScriptSystem --> IScriptAPIDispatcher ScriptSystem --> ScriptManager ScriptSystem --> ScriptAPIManager ScriptSystem --> ScriptSigDispatcher ScriptSystem --> ScriptSigFactory class IScriptSigDispatcher { -_listenSig() {static} -__type_name : string | "IScriptSigDispatcher" -_unlistenSig() -_setScriptManager() -__ctor() } class SSL_Event { -_time_spent : number | 0 -_time_out : number | -1 -_event_logic_func : unmanaged +check() +checkTimeOut() {static} -__type_name : string | "SSL_Event" {static} -__super : IScriptSigLogic -__dtor() -__ctor() } IScriptSigLogic <|-- SSL_Event class SSL_Timing { -_time_spent : number | 0 -_time : number | 0 +check() +checkTimeOut() {static} -__type_name : string | "SSL_Timing" {static} -__super : IScriptSigLogic -__dtor() -__ctor() } IScriptSigLogic <|-- SSL_Timing class Script { -_name : string | "" -_thread : ScriptThread -_proc : unmanaged +awake() +sleep() {static} -__type_name : string | "Script" +abort() -__dtor() +run() +isActive() +isRunning() -__ctor() } Script --> ScriptThread class ScriptSigDispatcher { -_sigs_cache : map -_script_listen_map : map -_script_manager : IScriptManager[weak] -_listenSig() {static} -__type_name : string | "ScriptSigDispatcher" -__dtor() -_setScriptManager() +sendSig() {static} -__super : IScriptSigDispatcher -_unlistenSig() +tick() -__ctor() } IScriptSigDispatcher <|-- ScriptSigDispatcher ScriptSigDispatcher --> map ScriptSigDispatcher ..> IScriptManager : weak class SSL_Condition { -_time_spent : number | 0 -_time_out : number | -1 -_condition : unmanaged +check() +checkTimeOut() {static} -__type_name : string | "SSL_Condition" {static} -__super : IScriptSigLogic -__dtor() -__ctor() } IScriptSigLogic <|-- SSL_Condition class IScriptAPIDispatcher { +postAPI() +apiIsExecuting() +apiIsPending() {static} -__type_name : string | "IScriptAPIDispatcher" +apiGetReturn() +apiGetTimeSpent() +apiAbort() +apiDiedOfInterruption() +apiIsDead() +tick() -__ctor() } class SSL_API { -_api_token : number | 0 -_time_out : number | -1 -_sig : string | "" -_api_dispatcher : IScriptAPIDispatcher[weak] +check() +checkTimeOut() {static} -__type_name : string | "SSL_API" {static} -__super : IScriptSigLogic -__dtor() -__ctor() } IScriptSigLogic <|-- SSL_API SSL_API ..> IScriptAPIDispatcher : weak @enduml
false
true
false
false
class
29c709a660319f150b286735296f66f2a202ab36
e7aab27dc3b56328c92d783d7fa8fce12d8ac544
/kapitler/media/uml-class-presedens.puml
fb4aa6fe145dc84139764514878d3289c6f615cf
[]
no_license
petterreinholdtsen/noark5-tjenestegrensesnitt-standard
855019a61c8679a8119549e2824fa32ecc669e66
4673ba7134d83a6992bba6f9036c521c7ae1897f
refs/heads/master
2023-06-11T12:08:52.134764
2023-03-05T11:05:21
2023-03-05T11:05:21
160,586,219
0
0
null
null
null
null
UTF-8
PlantUML
false
false
887
puml
@startuml skinparam nodesep 100 hide circle class Sakarkiv.Presedens { +systemID : SystemID [0..1] +presedensDato : datetime +opprettetDato : datetime [0..1] +opprettetAv : string [0..1] +referanseOpprettetAv : SystemID [0..1] +tittel : string +beskrivelse : string [0..1] +presedensHjemmel : string [0..1] +rettskildefaktor : string +presedensGodkjentDato : datetime [0..1] +presedensGodkjentAv : string [0..1] +referansePresedensGodkjentAv : SystemID [0..1] +avsluttetDato : datetime [0..1] +avsluttetAv : string [0..1] +referanseAvsluttetAv : SystemID [0..1] +presedensStatus : PresedensStatus [0..1] } class Sakarkiv.Journalpost <Registrering> { } Sakarkiv.Presedens "presedens 0..*" *--> "journalpost 0..*" Sakarkiv.Journalpost class Sakarkiv.Saksmappe <Mappe> { } Sakarkiv.Presedens "presedens 0..*" *--> "saksmappe 0..*" Sakarkiv.Saksmappe @enduml
false
true
false
false
class
5641f8b5001d38ec15082352abb7975286572f68
1e0bdbd24fbbe7ea0b524c0bfe185a2f92aa0c33
/UML/ParkhausKundeActivity.puml
4492d58a9164478c0ce0a3193a4cdc9445f58d46
[ "LicenseRef-scancode-warranty-disclaimer", "ECL-2.0" ]
permissive
jhausin/ParkhausSE1
dbf86f47ecf0d7d898b9d3b614969fa7c1ffacc2
624c4a29c13064e453addd6cb8962de201fca1d3
refs/heads/master
2022-12-24T22:35:20.492068
2020-10-08T11:54:00
2020-10-08T11:54:00
288,991,677
0
1
null
null
null
null
UTF-8
PlantUML
false
false
300
puml
/** *Author: Joshua Bäuml */ @startuml (*)if "" then --> [Kunde fährt rein] "Kunde zieht ein Ticket" --> Kunde parkt if "Kunde will Ticket bezahlen" --> [Bar] "Kunde zahlt Bar" --> Kunde fährt raus else --> [mit Kart] "Kunde zahlt mit Karte" endif --> Kunde fährt raus -->(*) else -->(*) @enduml
false
true
true
false
activity
353c68d141c41771d9b4d65ccc775458d5e2c03a
4c0fcf44fbbfe7df324d8b24fe9e0c91902fb71d
/doc/smtm_component.puml
37340f3399bea75563e2fcd60d5e9a47adcd8f92
[ "MIT" ]
permissive
msaltnet/smtm
7cba2bcfb1a02a1e4ab8b411913da3be9e692c65
be655232647509666c03797cd62ca7fa71a22a1e
refs/heads/master
2023-08-30T08:01:49.892691
2023-08-21T15:19:47
2023-08-21T15:19:47
219,296,564
72
80
MIT
2023-04-12T12:16:43
2019-11-03T12:21:08
Python
UTF-8
PlantUML
false
false
460
puml
@startuml package "Core Layer" { [Analyzer] [Strategy] [Trader] [DataProvider] } package "Operation Layer" { [Operator] } package "Controller Layer" { [TelegramController] [JptController] [Controller] [Simulator] } Operator --> DataProvider Operator --> Strategy Operator --> Trader Operator --> Analyzer Simulator --> Operator Controller --> Operator JptController --> Operator TelegramController --> Operator @enduml
false
true
false
false
uml-unknown
dbe46ac17e2256ec9c1eeb40824c6fc4d1e97b72
ead9fb01617d0c01e434dc4780544304138086ed
/plantuml/nwserver.puml
194c56d7ec227805ba67d39892ae7c47157037e1
[]
no_license
joonwonpark/TIL
78f6ce01f856b4282f02a5df030c5a79dc1f458a
f128fdc05b5f1a9529bb720923dc353746cbcc3a
refs/heads/master
2022-09-16T17:54:30.773091
2022-09-05T05:15:47
2022-09-05T05:15:47
226,786,234
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,600
puml
@startuml nwServer skinparam backgroundColor #EEEBDC !include <cloudinsight/java> !include <cloudinsight/tomcat> !include <cloudinsight/postgresql> !include <cloudinsight/redis> !include <cloudinsight/rabbitmq> !include <cloudinsight/server> !include <cloudinsight/linux> node "<$server>\n NW Server" as NW_Server { cloud Gateway #SkyBlue node "<$linux>\n CentOS7" as CentOS7{ package ChirpStack { [ChirpStack_Gateway_Bridge] queue "<$rabbitmq>\n rabbitmq" as MQTT_Broker [ChirpStack_Network_Server] [ChirpStack_Application_Server] } rectangle database{ database "<$postgresql>\npostgresql" as PostgreSQL database "<$redis>\n redis" as Redis } database InfluxDB package Application { (Consumer1) (Consumer2) (Consumer3) } rectangle "<$java>\n JAVA" as JAVA rectangle "<$tomcat>\ntomcat" as tomcat } Gateway <-[bold]-> ChirpStack_Gateway_Bridge : UDP ChirpStack_Gateway_Bridge <--> MQTT_Broker : MQTT ChirpStack_Gateway_Bridge -- ChirpStack_Network_Server MQTT_Broker <-> ChirpStack_Network_Server ChirpStack_Network_Server <--> ChirpStack_Application_Server ChirpStack_Application_Server <--> InfluxDB : Integration MQTT_Broker <--> Consumer1 MQTT_Broker <--> Consumer2 MQTT_Broker <--> Consumer3 JAVA <-> InfluxDB tomcat <-> JAVA Redis -right- ChirpStack_Network_Server Redis -right- ChirpStack_Application_Server PostgreSQL -right- ChirpStack_Network_Server PostgreSQL -right- ChirpStack_Application_Server PostgreSQL -[hidden]- Redis @enduml
false
true
false
false
sequence
ffb431f07600c85db7b97cac9a4617fca4efba97
e73ea882ac887c3fc3239d25e145038117943699
/sysl2/sysl/tests/with_restrict_by-golden.puml
d34b972f1654a9764c32def145410c760ce5ef73
[ "Apache-2.0" ]
permissive
sahejsingh/sysl
fcadeb3d52ceb0f6e93b804265d7be8052e1e68e
42e22c3928f95b1cc1ca2d9bd1803bbcc4a54197
refs/heads/master
2021-05-13T19:10:32.619667
2019-08-05T02:46:14
2019-08-05T02:46:14
116,885,568
0
0
null
2018-01-10T00:08:18
2018-01-10T00:08:18
null
UTF-8
PlantUML
false
false
790
puml
'''''''''''''''''''''''''''''''''''''''''' '' '' '' AUTOGENERATED CODE -- DO NOT EDIT! '' '' '' '''''''''''''''''''''''''''''''''''''''''' @startuml left to right direction scale max 16384 height hide empty description skinparam state { BackgroundColor FloralWhite BorderColor Black ArrowColor Crimson } state "IntegratedSystem" as X_0 <<highlight>> { state "endpoint client" as _0 <<highlight>> state "integrated_endpoint_1" as _1 <<highlight>> } state "Systema" as X_1 { state "endpoint" as _2 state "endpoint2 client" as _3 } state "Systemb" as X_2 { state "endpoint2" as _4 } _1 -[#silver]-> _0 _0 -[#black]> _2 : with_restrict_by _2 -[#silver]-> _3 _3 -[#black]> _4 : with_restrict_by @enduml
false
true
false
false
state
1d9fe084ed112cdc4366f517f6d4b47523558bdf
6df8f2e17e6828100a4437b1b470328d7c6aafae
/uml/02_Adapter_inherit.puml
20bc8b4eb0bbb814f95cc8fdede20aac729ef081
[]
no_license
yinm/java-design-pattern
ea4af99fda49be066a35edb5cee6b5314b5024ae
98bfa015c189de6d267dfea1ced80dddb0d8f5bb
refs/heads/master
2020-04-18T16:17:15.822973
2019-02-27T01:03:27
2019-02-27T01:03:27
167,630,531
0
0
null
null
null
null
UTF-8
PlantUML
false
false
326
puml
@startuml class Client interface Target { {abstract} targetMethod1() {abstract} targetMethod2() } class Adapter { targetMethod1() targetMethod2() } class Adaptee { methodA() methodB() methodC() } Client -d-> Target : Uses > Adapter ..l..|> Target : implements > Adapter --r--|> Adaptee : extends > @enduml
false
true
false
false
sequence
2a93119e6a23ccf60b111c7c6c9c64c822c6148a
5ca78f3c988590165f0ed39826daa7fec21d8c74
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-tax.puml
e75d7a9f0a6c6b8bc5aad79e103c5db063a1cb51
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
mitelg/platform
9bbfc8310ab1f096c456995c79055cba6c46834f
68bfa7597cdd9e3b97037f3ad0bc7290e61ac1ec
refs/heads/master
2023-04-16T04:24:28.800380
2021-01-13T07:39:25
2021-01-13T07:39:25
167,531,369
0
1
MIT
2020-12-28T15:31:39
2019-01-25T10:40:55
PHP
UTF-8
PlantUML
false
false
3,030
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreSystemTaxTaxDefinition, "tax\n(Available tax settings)") { primary_key(id) id not_null(taxRate) float not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition, "tax_rule\n(Tax rules)") { primary_key(id) id not_null(taxRuleTypeId) foreignKey not_null(countryId) foreignKey not_null(taxRate) float data json not_null(taxId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition, "tax_rule_type\n(Tax rule types)") { primary_key(id) id not_null(technicalName) string not_null(position) int typeName translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition, "tax_rule_type_translation\n((Translations))") { not_null(typeName) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(taxRuleTypeId) foreignKey primary_key(languageId) foreignKey } ForeignTable(ShopwareCoreContentProductProductDefinition, "product") { } ForeignTable(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method") { } ForeignTable(ShopwareCoreSystemCountryCountryDefinition, "country") { } ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") { } ' relationshipd ShopwareCoreSystemTaxTaxDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemTaxTaxDefinition ShopwareCoreSystemTaxTaxDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition @enduml
false
true
false
false
uml-unknown
d57d255344485387fcc0b6e57c5ce0578e51cdae
11c449725c13532b6cdb12d19b08c5c1a38f3a17
/60030007/shut.puml
3a7b06d10d2628f414b62677389bd7391de00871
[]
no_license
OOAD007/OOAD-WEEK11
d55b676bfbbc2bf72a323b19e32ddf6dfeb6721d
018479f336a881a15859444e7c18d3b29f8b1bd0
refs/heads/master
2022-06-12T06:30:09.851290
2020-05-03T12:53:24
2020-05-03T12:53:24
258,282,686
0
0
null
2020-04-23T17:37:21
2020-04-23T17:37:20
null
UTF-8
PlantUML
false
false
327
puml
@startuml shut skinparam Shadowing false skinparam state{ BackgroundColor LightPink BorderColor Brown } [*] -> Ready Ready : Waiting Instruction Ready -> TurnOff : push your TurnOff button TurnOff : save all files and shutdown TurnOff --> Shutdown : Turned Off Shutdown : TurnOffComputer Shutdown --> [*] : end @enduml
false
true
false
false
sequence
44bc568bf89dfa3ed5d987d26e68123d3109fbdc
341f66f96379bdc1d40dc412e3c827f0ed75c584
/uml.puml
38471e9be8c3bf03221cba636055d254e31f49c8
[ "MIT" ]
permissive
Leonckq/sdk_bridge
7441a5582128c4c31253c88392994796705247ee
e12a3eeb22d59c88a429a6fe3b3859af288fb69f
refs/heads/main
2023-06-03T22:45:03.913366
2021-06-25T09:16:45
2021-06-25T09:16:45
380,185,774
0
0
null
null
null
null
UTF-8
PlantUML
false
false
303
puml
@startuml package "app" { app --> SDK: app.xxx() package "SDK" { [scan] --> implementation [preview] --> implementation [...] --> implementation } package "implementation"{ [dingtalk] [kdcloud] [wechat] [others] } } @enduml
false
true
false
false
sequence
97fbaae2caf2ec1872f311439f1881356630fa4d
2d11d250843e81d7ffe0644e864c3f78fe442165
/src/main/java/ex44/ex44_Class_Diagram.puml
b02049e13f02fd3cd5f18dce0949bf90eefe846d
[]
no_license
Nikpie7/coletta-cop3330-assignment3
d6ece4425a3eccf8aef4300efd64229a509e8ef2
35205b2037e3cc8902280b803ecf92dee7404d5b
refs/heads/master
2023-08-22T01:44:55.788989
2021-10-13T03:38:30
2021-10-13T03:38:30
415,458,918
0
0
null
null
null
null
UTF-8
PlantUML
false
false
839
puml
@startuml Product <|-- Inventory Product <|-- App Inventory <|-- App App <|-- AppTest Product : private String name Product : private double price Product : private int quantity Product : public String getName() Product : public double getPrice() Product : public int getQuantity() Product : public void setName(String name) Product : public void setPrice(double price) Product : public void setQuantity(int quantity) Inventory : private Product[] products Inventory : public Product[] getProducts() Inventory : public void setProducts( Product[] products ) App : public static void main(String[] args) throws IOException App : public static void mainLoop(Product[] P, Scanner scan) App : public static Product searchProduct(Product[] P, String name) App : public static void printProduct(Product p) AppTest : void searchProduct() @enduml
false
true
false
false
class
d92ebf87aa180c988b328bff4647fc78307de564
98c049efdfebfafc5373897d491271b4370ab9b4
/docs/SPRINT_1/UC18-Add_Courier/UC18_MD.puml
5fc5b597b149c06eea1bce5f6ce7886757899461
[]
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
896
puml
@startuml skinparam classAttributeIconSize 0 hide methods left to right direction class Pharmacy { -Integer id -String designation } class Courier { -Integer nif -char niss -String name -String email -float maxWeight } class CourierState{ -Integer id -String designation } class Scooter { -boolean qrCode } class Vehicle{ -Integer id -float batteryCapacity -float battery -double maxPayload } class Administrator { } class User{ -String email -int NIF -String name -String password } /'------------------------------------------------------------------------------------ '/ Administrator "1" -- "1" User: acts like > Administrator "1" -- "*" Courier: adds > Courier "1" --- "1..*" Scooter: uses > Courier "*" --- "1" Pharmacy: works in > Courier "1" --- "1" CourierState: has > Pharmacy "1" -- "1..*" Vehicle: has > @enduml
false
true
false
false
class
dc51d8ad38d55d43649aa60aa1b7e225f3bfdd00
fc40244eeea613246b5a84a242a6fa4c3fe264f2
/schema.plantuml
f699ea9cc8f954cecf4b72127a98a081a19ad783
[]
no_license
Farakhutdinova/k.r.
3700ccf247b9efdeaaba606cea039863e35a7adb
08f8421e9cfbc9ab928886b03727ef33f449895c
refs/heads/master
2021-05-03T08:57:30.266900
2017-01-13T09:34:49
2017-01-13T09:34:49
72,268,023
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,047
plantuml
@startuml skinparam defaultFontName Courier Class Group { INTEGER ★ idGroup INTEGER ☆ Child INTEGER ☆ Event VARCHAR ⚪ GroupName VARCHAR ⚪ VospName } Class User { INTEGER ★ idUser INTEGER ☆ Child VARCHAR ⚪ Email VARCHAR ⚪ FirstName VARCHAR ⚪ LastName VARCHAR ⚪ TelNum VARCHAR ⚪ UserName VARCHAR ⚪ UserPass VARCHAR ⚪ VKID TEXT ⚪ password_hash check_password() set_password() } Class Child { INTEGER ★ idChild VARCHAR ⚪ Age DATETIME ⚪ Name } Class Event { INTEGER ★ idEvent DATETIME ⚪ EventDate VARCHAR ⚪ EventName VARCHAR ⚪ EventPlace VARCHAR ⚪ EventTime } Group <--o Child: Child Group <--o Event: Event User <--o Child: Child right footer generated by sadisplay v0.4.6 @enduml
false
true
true
false
sequence
fcbd25d0762d43af4b9e09af43042d5a8d681a0d
0d78c1b22cbbd5d3a1aec747048980e51ae2fb79
/assets/zustandsautomat.plantuml
6292661a40b25ee02d5a21524b7bb19e32fd6380
[ "MIT" ]
permissive
valeriia7/refresher
d79b5ca4805d8f0d68a57e7f890535994b4d9bff
f91bbafc1f6c11da45a69c0189c07e25c652894c
refs/heads/master
2020-03-22T18:56:12.781274
2018-01-05T15:08:11
2018-01-05T15:08:11
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
558
plantuml
@startuml [*] --> schlafend aufgewacht --> schlafend : snooze schlafend --> aufgewacht : aufwecken aufgewacht --> geduscht : duschen aufgewacht --> wach : frühstücken geduscht --> wach : frühstücken wach --> fleissig : lernen wach --> faul : fernsehen fleissig --> müde : lernen faul --> müde : gammeln müde --> bettfertig : umziehen bettfertig -> schlafend : hinlegen müde --> schlafend : hinlegen ' state geduscht { ' [*] --> duschbereit : ausziehen ' duschbereit --> nass : duschen ' nass --> trocken : abtrocknen ' trocken --> [*] '} @enduml
false
true
true
false
sequence
1a33773d5cc6766cde5170077682ab0653e4e73a
ffbc236cfbbda0b7af27e8f1626b8d538327d707
/uml/sequence-diagrams/security/Login.puml
ca3a850c42adc002cc82817222d980419f39659c
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
SODALITE-EU/project-wide-documentation
bd035fd455660368675843cdee74f86b8f685629
7a7b8ce76add1940c5f501ae2c2280ab47b939de
refs/heads/master
2021-12-27T17:22:26.360944
2021-12-22T15:48:10
2021-12-22T15:48:10
225,436,822
3
3
Apache-2.0
2021-12-22T15:49:03
2019-12-02T17:59:29
null
UTF-8
PlantUML
false
false
654
puml
@startuml hide unlinked title Login participant "SODALITE IDE" as editor participant "Semantic\nReasoner" as reasoner participant "Semantic\nKnowledge Base\n(ontology in GraphDB)" as ontology participant "Secrets\nVault" as secretstore participant "IAM" as IAM participant "Platform Discovery\nService" as PDS participant "Infrastructure\nresource" as resource activate editor editor->IAM: Send username/password activate IAM IAM->IAM: Check credentials alt #LightBlue Successful login IAM-->editor: JWT access token editor->editor: Save JWT\naccess token else #Pink Failure IAM-->editor: Invalid credentials end deactivate IAM @enduml
false
true
false
false
sequence
46e472d2ba7b9e500390a1d9947e66d6284a5cb6
fce25996263e5e7d6825c9887cd6636cafa76445
/14ood/method.puml
262a8d51a57a6fab02edbf0c4a20678f5e194315
[ "CC-BY-4.0", "CC-BY-3.0" ]
permissive
janbucher/rsd-engineeringcourse
d6a8f66365060c32298d7e9e469069b77f313338
e54fa9faa1a36faba726015640a7c6b62fa43d30
refs/heads/master
2022-03-03T19:30:08.608224
2019-11-12T11:31:08
2019-11-12T11:31:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
65
puml
@startuml Class MyClass { void someMethod(argument) } @enduml
false
true
false
false
class
a52b8cba99375ebcee5a6ae56f7c801b52d83818
50ae156dbf29dab8f56ccb717d0d5edb98a07afe
/docs/initialization.puml
b971e235374902cca97a5e672dbcd5a292514550
[]
no_license
gsnerf/Baud-Bag
bfb8f1715fa23df69e3bb3fc515d03229e3ee530
5dc265131d975211e8a9fa5315bc9e34538725eb
refs/heads/master
2023-06-08T15:55:22.728552
2023-05-17T21:39:44
2023-05-17T21:39:44
77,284,675
8
1
null
2018-07-29T06:32:22
2016-12-24T13:38:49
Lua
UTF-8
PlantUML
false
false
355
puml
@startuml participant BaudBagFrame [-> BaudBagFrame: BaudBagFrame_OnLoad(self, event, ...) create BagSet BaudBagFrame -> BagSet: new BaudBagFrame -> BagSet: PerformInitialBuild activate BagSet create Container BagSet -> Container: new create SubContainer BagSet -> SubContainer: new BagSet -> BagSet: tinsert subcontainer into internal list @enduml
false
true
false
false
sequence
8d7d007158ac695b5b1d57775e37d1367fb2ddc8
1e992cebb323e6f1bbddd1e23b6214f8806b7834
/sip/ClientServer/voip_sip_invite_cancel_with_dialog_full.puml
6717afd1ef7d761e77de5be6ccfb1f131b59750a
[]
no_license
gongpengjun/code_diagrams
006c66441ae26331d19a408912af01c84e1bd5f4
686a830f47e407ddc58e7f8003331ee4fca5975c
refs/heads/master
2021-06-26T00:52:25.079556
2020-10-27T13:45:34
2020-10-27T13:45:34
166,416,838
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,611
puml
@startuml title Invite and Cancel Flow skinparam monochrome true autonumber box "caller" participant "CancelTC" as CancelTC << caller >> participant "UAC" as UAC << caller >> participant "InviteTC" as InviteTC << caller >> end box box "callee" participant "InviteTS" as InviteTS << callee >> participant "UAS" as UAS << caller >> participant "CancelTS" as CancelTS << callee >> end box UAC -> InviteTC**: new note over InviteTC: None InviteTC -> UAS!!: INVITE request note over InviteTC: Calling InviteTC -> InviteTC: timer fired\n(0.5s, 1s, 2s...32s) InviteTC -> UAS: INVITE request (resend) note over InviteTS: None InviteTS <- UAS**:new note over InviteTS: Proceeding InviteTC <- InviteTS: respond 180 Ringing note over InviteTC: Proceeding note right of InviteTC: stop resend INVITE == wait for HUMAN input == -> UAC: caller user cancel UAC -> CancelTC**: new CancelTC -> UAS!!: CANCEL request CancelTC -> CancelTC: timer fired\n(0.5s, 1s, 2s...32s) CancelTC -> UAS: CANCEL request (resend) CancelTS <- UAS**: new CancelTC <- CancelTS: 200 OK (CANCEL) note over CancelTS: Terminated note over CancelTC: Terminated InviteTS <- UAS: doCancel() note over InviteTS: Completed InviteTC <- InviteTS: 487 Request Terminated (INVITE) note over InviteTC: Completed InviteTC -> InviteTC: start timer D (32s) InviteTC -> InviteTS!!: ACK InviteTS <- InviteTS: timer fired\n(0.5s, 1s, 2s...32s) InviteTC <- InviteTS: 487 Request Terminated (INVITE) InviteTC -> InviteTS: ACK note over InviteTC: Terminated note over InviteTS: Confirmed InviteTS -> InviteTS: start timer I (5s) note over InviteTS: Terminated @enduml
false
true
false
false
sequence
2bacf0c78377c44467728cfcb183560122310d2e
e50b955c2a51aabfe3970d25f2a6b3445e806222
/docs/diagrams/plannerCommand/save_planner_sequence.puml
301e3bfea9a02987be2698e72ceea8587d2b300e
[]
no_license
AY2021S1-CS2113T-W11-1/tp
7a49c176366eadf240354649815b157edd62c976
ca108c7eacffcb4b7123bb7e52942072f4525839
refs/heads/master
2023-01-12T21:36:13.434397
2020-11-13T11:09:57
2020-11-13T11:09:57
299,793,065
2
5
null
2020-11-09T15:44:51
2020-09-30T02:50:54
Java
UTF-8
PlantUML
false
false
1,319
puml
@startuml -> ":SavePlannerCommand" : execute(bookmarks, planner, ui) activate ":SavePlannerCommand" create ":File" ":SavePlannerCommand" -> ":File" : new File("./data/planner") activate ":File" ":File" --> ":SavePlannerCommand" deactivate ":File" ":SavePlannerCommand" -> ":File" : listFiles() activate ":File" ":File" --> ":SavePlannerCommand" : array of files deactivate ":File" loop num_of_files create ":Storage" ":SavePlannerCommand" -> ":Storage" : new Storage(f.getPath(), Timetable.class) activate ":Storage" ":Storage" --> ":SavePlannerCommand" deactivate ":Storage" ":SavePlannerCommand" -> ":Storage" : load() activate ":Storage" ":Storage" --> ":SavePlannerCommand" : timetable deactivate ":Storage" ":SavePlannerCommand" -> ":SavePlannerCommand" : writeToFile() activate ":SavePlannerCommand" ":SavePlannerCommand" --> ":SavePlannerCommand" deactivate ":SavePlannerCommand" ":SavePlannerCommand" -> ":Storage" : writePlanner(timetable, file) activate ":Storage" ":Storage" --> ":SavePlannerCommand" deactivate ":Storage" destroy ":Storage" end ":SavePlannerCommand" -> ":Ui" : print(message) activate ":Ui" ":Ui" --> ":SavePlannerCommand" deactivate ":Ui" <-- ":SavePlannerCommand" deactivate ":SavePlannerCommand" @enduml
false
true
false
false
sequence
6b0eda22d0987928f1b34a36e44c354a125a2a9b
cdae9f2c0be2ac42d728f1895a6d9284eab7e02c
/vortrag/images/src/pu/usecase/mvc.plantuml
1560efe5723cfba52515ea8162a2af0f09377914
[]
no_license
fab-du/documentations
943c7b8edf6fdd605feb54337616d19ac92446f3
2fd118d6e25f72472ef0bd36bc64fa964344238c
refs/heads/master
2021-01-21T14:01:15.730145
2016-05-09T16:43:07
2016-05-09T16:43:07
53,966,952
0
0
null
null
null
null
UTF-8
PlantUML
false
false
175
plantuml
@startuml rectangle Model{ } rectangle View{ } rectangle Controller{ } Controller --> View Controller --> Model View -> Model Model --> View View --> Controller @enduml
false
true
false
false
uml-unknown
40a0a5ed6dfde47ddd95f5a8f1f26f9e50e0af78
0542c1493ec9be527acc54f67a0db02c59883199
/doc/namespacehandler处理逻辑/namespacehandler 设计方法.puml
4b192a3b4ad01e013808f8cfb7d682629f16c45c
[]
no_license
kangjiabang/springlearn
178c6df7441eb507d5fe484ff004cdd2a09cf570
90ece0ff4a25f416a944de996f83d0e707b594cf
refs/heads/master
2022-04-14T13:27:27.551434
2020-04-20T04:32:58
2020-04-20T04:32:58
114,709,497
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,026
puml
@startuml interface NamespaceHandler abstract NamespaceHandlerSupport class AopNamespaceHandler note left of AopNamespaceHandler public void init() // In 2.0 XSD as well as in 2.1 XSD. registerBeanDefinitionParser("config", new ConfigBeanDefinitionParser()); registerBeanDefinitionParser("aspectj-autoproxy", new AspectJAutoProxyBeanDefinitionParser()); registerBeanDefinitionDecorator("scoped-proxy", new ScopedProxyBeanDefinitionDecorator()); // Only in 2.0 XSD: moved to context namespace as of 2.1 registerBeanDefinitionParser("spring-configured", new SpringConfiguredBeanDefinitionParser()); } end note class DubboNamespaceHandler interface NamespaceHandlerResolver class DefaultNamespaceHandlerResolver interface BeanDefinitionParser NamespaceHandlerResolver <|.. DefaultNamespaceHandlerResolver NamespaceHandler <|.. NamespaceHandlerSupport NamespaceHandlerSupport <|-- AopNamespaceHandler NamespaceHandlerSupport <|-- DubboNamespaceHandler DefaultNamespaceHandlerResolver --> "*" NamespaceHandler NamespaceHandlerSupport --> "*" BeanDefinitionParser BeanDefinitionParser <|.. ConfigBeanDefinitionParser BeanDefinitionParser <|.. AspectJAutoProxyBeanDefinitionParser BeanDefinitionParser <|.. ScopedProxyBeanDefinitionDecorator BeanDefinitionParser <|.. SpringConfiguredBeanDefinitionParser interface NamespaceHandler { void init(); } class AopNamespaceHandler { @override void init(); } interface NamespaceHandlerResolver { NamespaceHandler resolve(String namespaceUri); } interface BeanDefinitionParser { BeanDefinition parse(Element element, ParserContext parserContext) } class NamespaceHandlerSupport { Map<String, BeanDefinitionParser> parsers; void registerBeanDefinitionParser(String elementName, BeanDefinitionParser parser); } class DefaultNamespaceHandlerResolver { String DEFAULT_HANDLER_MAPPINGS_LOCATION = "META-INF/spring.handlers"; /** mappings from namespace URI to NamespaceHandler */ Map<String, Object> handlerMappings; } @enduml
false
true
false
false
class
6eb6d206c41f2cb3aef63bc78015d39de70e762e
c85d255daca76e76b7073e0a288849be195b214e
/app/src/main/java/com/architectica/socialcomponents/main/main/Notifications/Notifications.plantuml
25e64cdcb963d758903378107541d36b18ef627a
[ "Apache-2.0" ]
permissive
AryaAshish/Archcrony
75bb4646d938b2da11721aff0dde11ad49f4a357
3cf972c48e900d513d53ebed857373741c1969b5
refs/heads/master
2020-04-29T12:34:32.168647
2019-08-01T12:56:05
2019-08-01T12:56:05
176,141,477
1
3
Apache-2.0
2019-08-01T12:56:06
2019-03-17T18:16:12
Java
UTF-8
PlantUML
false
false
2,901
plantuml
@startuml title __NOTIFICATIONS's Class Diagram__\n namespace com.architectica.socialcomponents { namespace main.main { namespace Notifications { class com.architectica.socialcomponents.main.main.Notifications.NotificationsFragment { - counterAnimationInProgress : boolean - newPostsCounterTextView : TextView - progressBar : ProgressBar - recyclerView : RecyclerView - swipeContainer : SwipeRefreshLayout + NotificationsFragment() + createPresenter() + hideCounterView() {static} + newInstance() + onCreate() + onCreateView() + onResume() + openPostDetailsActivity() + openProfileActivity() + refreshPostList() + showCounterView() + showFloatButtonRelatedSnackBar() - initContentView() - initPostCounter() - initPostListRecyclerView() } } } } namespace com.architectica.socialcomponents { namespace main.main { namespace Notifications { class com.architectica.socialcomponents.main.main.Notifications.NotificationsPresenter { + NotificationsPresenter() + initPostCounter() ~ onPostClicked() ~ updateNewPostCounter() } } } } namespace com.architectica.socialcomponents { namespace main.main { namespace Notifications { interface com.architectica.socialcomponents.main.main.Notifications.NotificationsView { {abstract} + hideCounterView() {abstract} + openPostDetailsActivity() {abstract} + openProfileActivity() {abstract} + refreshPostList() {abstract} + showCounterView() {abstract} + showFloatButtonRelatedSnackBar() } } } } com.architectica.socialcomponents.main.main.Notifications.NotificationsFragment .up.|> com.architectica.socialcomponents.main.main.Notifications.NotificationsView com.architectica.socialcomponents.main.main.Notifications.NotificationsFragment -up-|> com.architectica.socialcomponents.main.base.BaseFragment com.architectica.socialcomponents.main.main.Notifications.NotificationsFragment o-- com.architectica.socialcomponents.adapters.NotificationsAdapter : postsAdapter com.architectica.socialcomponents.main.main.Notifications.NotificationsPresenter -up-|> com.architectica.socialcomponents.main.base.BasePresenter com.architectica.socialcomponents.main.main.Notifications.NotificationsPresenter o-- com.architectica.socialcomponents.managers.PostManager : postManager 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
b49ccd77a13fb13b8e6bc87b1dd12f099deec6e4
38cccadc8908fc064fcf0abba965cd17d2a47825
/uml/sendMessage.puml
b6e3578eddcc3673751f8530d87937a479d12753
[]
no_license
johnbukaixin/demo-consumer
7fb702b9193242de381b51b491c3617a84dc4139
3f7a3e7e0172a0c8d797511691357b50889e2d84
refs/heads/master
2021-05-11T18:04:45.228231
2018-01-29T08:08:57
2018-01-29T08:08:57
117,814,832
0
0
null
null
null
null
UTF-8
PlantUML
false
false
697
puml
@startuml interface SendMessageStrategy SendMessageStrategy <|-- AbstractSendMessageStrategy AbstractSendMessageStrategy <|-- sendMessageStrategy AbstractSendMessageStrategy <|-- CardSendMessageStrategy AbstractSendMessageStrategy <|-- BatchSendMessageStrategy abstract class AbstractSendMessageStrategy { +send(BaseParam param); ~build(param); ~sendMessage(param); } class sendMessageStrategy{ +send(BaseParam param); ~build(param); ~sendMessage(param); } class CardSendMessageStrategy{ +send(BaseParam param); ~build(param); ~sendMessage(param); } class BatchSendMessageStrategy{ +send(BaseParam param); ~build(param); ~sendMessage(param); } @enduml
false
true
false
false
class
fb9ee0d04be5de4c6342e32952a1a98eb08984c2
07b0fd9f1ad48c9611fd70a3f62bcd4afc27d865
/.idea/modules/app/app.plantuml
07c38c9d5cae3e6a05418cdf675766a4831f2701
[]
no_license
cyberflax2020/COMP2100_6442_S2_2020_GROUP_PROJECT
9c668698b4722c73a85d8f850414a35b4579b761
51ca21a4e3e62d25f7a1d60674cce51a313d3b57
refs/heads/main
2023-04-14T22:04:12.605649
2021-05-08T16:33:57
2021-05-08T16:33:57
365,550,501
1
1
null
null
null
null
UTF-8
PlantUML
false
false
12,786
plantuml
@startuml title __PROCOM_SEARCH.APP's Class Diagram__\n namespace com.example.procomsearch { class com.example.procomsearch.BuildConfig { } } namespace com.example.procomsearch { class com.example.procomsearch.Company { } } namespace com.example.procomsearch { class com.example.procomsearch.CompanyAdapter { } } namespace com.example.procomsearch { class com.example.procomsearch.CompanyFactory { } } namespace com.example.procomsearch { class com.example.procomsearch.CompanyPageActivity { } } namespace com.example.procomsearch { class com.example.procomsearch.FavoriteAdapter { } } namespace com.example.procomsearch { class com.example.procomsearch.MainActivity_sign_in { } } namespace com.example.procomsearch { class com.example.procomsearch.Page_sign_up { } } namespace com.example.procomsearch { class com.example.procomsearch.SearchActivity { } } namespace com.example.procomsearch { class com.example.procomsearch.SelectActivity { } } namespace com.example.procomsearch { namespace buttonEditText { class com.example.procomsearch.buttonEditText.ClearableEditText { } } } namespace com.example.procomsearch { namespace dataFrame { class com.example.procomsearch.dataFrame.ArrayListIntent { } } } namespace com.example.procomsearch { namespace dataFrame { class com.example.procomsearch.dataFrame.BST { } } } namespace com.example.procomsearch { namespace dataFrame { class com.example.procomsearch.dataFrame.Company_Index { } } } namespace com.example.procomsearch { namespace dataFrame { class com.example.procomsearch.dataFrame.Database_reader { } } } namespace com.example.procomsearch { namespace dataFrame { class com.example.procomsearch.dataFrame.Node { } } } namespace com.example.procomsearch { namespace history { class com.example.procomsearch.history.HistoryUtil { } } } namespace com.example.procomsearch { namespace layoutManagerTool { class com.example.procomsearch.layoutManagerTool.AutoPageUpLinearLayoutManager { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.And_Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Attribute_Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Bigger_Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Dou_Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Equal_Exp { } } } namespace com.example.procomsearch { namespace parser { abstract class com.example.procomsearch.parser.Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.NotExp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.OrExp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Parser { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Smaller_Exp { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.UnknownRst { } } } namespace com.example.procomsearch { namespace parser { class com.example.procomsearch.parser.Unknown_Exp { } } } namespace com.example.procomsearch { namespace searcher { class com.example.procomsearch.searcher.Searcher { } } } namespace com.example.procomsearch { namespace tokenizer { class com.example.procomsearch.tokenizer.Token { } } } namespace com.example.procomsearch { namespace tokenizer { class com.example.procomsearch.tokenizer.Tokenizer { } } } namespace com.example.procomsearch { namespace ui.Favorite { class com.example.procomsearch.ui.Favorite.FavoriteFragment { } } } namespace com.example.procomsearch { namespace ui.Favorite { class com.example.procomsearch.ui.Favorite.FavoriteViewModel { } } } namespace com.example.procomsearch { namespace ui.Profile { class com.example.procomsearch.ui.Profile.ProfileFragment { } } } namespace com.example.procomsearch { namespace ui.Profile { class com.example.procomsearch.ui.Profile.ProfileViewModel { } } } namespace com.example.procomsearch { namespace ui.Search { class com.example.procomsearch.ui.Search.SearchFragment { } } } namespace com.example.procomsearch { namespace ui.Search { class com.example.procomsearch.ui.Search.SearchViewModel { } } } namespace com.example.procomsearch { namespace userDatabase { class com.example.procomsearch.userDatabase.MyDatabaseHelper { } } } com.example.procomsearch.Company .up.|> java.io.Serializable com.example.procomsearch.CompanyAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.procomsearch.CompanyAdapter o-- com.example.procomsearch.CompanyFactory : companies com.example.procomsearch.CompanyFactory .up.|> java.io.Serializable com.example.procomsearch.CompanyFactory -up-|> java.util.ArrayList com.example.procomsearch.CompanyPageActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.procomsearch.CompanyPageActivity o-- com.example.procomsearch.dataFrame.ArrayListIntent : AI com.example.procomsearch.FavoriteAdapter -up-|> androidx.recyclerview.widget.RecyclerView.Adapter com.example.procomsearch.FavoriteAdapter o-- com.example.procomsearch.CompanyFactory : favoriteCompanies com.example.procomsearch.MainActivity_sign_in -up-|> androidx.appcompat.app.AppCompatActivity com.example.procomsearch.MainActivity_sign_in o-- com.example.procomsearch.userDatabase.MyDatabaseHelper : dbHelper com.example.procomsearch.Page_sign_up -up-|> androidx.appcompat.app.AppCompatActivity com.example.procomsearch.SearchActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.procomsearch.SearchActivity o-- com.example.procomsearch.dataFrame.ArrayListIntent : AI com.example.procomsearch.SelectActivity -up-|> androidx.appcompat.app.AppCompatActivity com.example.procomsearch.buttonEditText.ClearableEditText .up.|> android.text.TextWatcher com.example.procomsearch.buttonEditText.ClearableEditText .up.|> android.view.View.OnFocusChangeListener com.example.procomsearch.buttonEditText.ClearableEditText .up.|> android.view.View.OnTouchListener com.example.procomsearch.buttonEditText.ClearableEditText -up-|> androidx.appcompat.widget.AppCompatEditText com.example.procomsearch.dataFrame.ArrayListIntent .up.|> java.io.Serializable com.example.procomsearch.dataFrame.BST o-- com.example.procomsearch.dataFrame.Node : root com.example.procomsearch.dataFrame.Company_Index .up.|> java.io.Serializable com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : FET com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : MET com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : NPAT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : NPGT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : OET com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : OPT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : PROMT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : SET com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : TOET com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : TOIAT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : TOIGT com.example.procomsearch.dataFrame.Database_reader o-- com.example.procomsearch.dataFrame.BST : TPT com.example.procomsearch.dataFrame.Node o-- com.example.procomsearch.dataFrame.Node : left com.example.procomsearch.dataFrame.Node o-- com.example.procomsearch.dataFrame.Node : parent com.example.procomsearch.dataFrame.Node o-- com.example.procomsearch.dataFrame.Node : right com.example.procomsearch.layoutManagerTool.AutoPageUpLinearLayoutManager -up-|> androidx.recyclerview.widget.LinearLayoutManager com.example.procomsearch.parser.And_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.And_Exp o-- com.example.procomsearch.parser.Exp : exp com.example.procomsearch.parser.And_Exp o-- com.example.procomsearch.parser.Exp : term com.example.procomsearch.parser.Attribute_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.Bigger_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.Bigger_Exp o-- com.example.procomsearch.parser.Exp : Dou com.example.procomsearch.parser.Bigger_Exp o-- com.example.procomsearch.parser.Exp : term com.example.procomsearch.parser.Dou_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.Equal_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.Equal_Exp o-- com.example.procomsearch.parser.Exp : Dou com.example.procomsearch.parser.Equal_Exp o-- com.example.procomsearch.parser.Exp : term com.example.procomsearch.parser.NotExp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.NotExp o-- com.example.procomsearch.parser.Exp : exp com.example.procomsearch.parser.OrExp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.OrExp o-- com.example.procomsearch.parser.Exp : exp1 com.example.procomsearch.parser.OrExp o-- com.example.procomsearch.parser.Exp : exp2 com.example.procomsearch.parser.Parser o-- com.example.procomsearch.tokenizer.Tokenizer : _tokenizer com.example.procomsearch.parser.Smaller_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.parser.Smaller_Exp o-- com.example.procomsearch.parser.Exp : Dou com.example.procomsearch.parser.Smaller_Exp o-- com.example.procomsearch.parser.Exp : term com.example.procomsearch.parser.Unknown_Exp -up-|> com.example.procomsearch.parser.Exp com.example.procomsearch.tokenizer.Token o-- com.example.procomsearch.tokenizer.Token.Type : _type com.example.procomsearch.tokenizer.Tokenizer o-- com.example.procomsearch.tokenizer.Token : currentToken com.example.procomsearch.ui.Favorite.FavoriteFragment -up-|> androidx.fragment.app.Fragment com.example.procomsearch.ui.Favorite.FavoriteFragment o-- com.example.procomsearch.ui.Favorite.FavoriteViewModel : favoriteViewModel com.example.procomsearch.ui.Favorite.FavoriteViewModel -up-|> androidx.lifecycle.ViewModel com.example.procomsearch.ui.Profile.ProfileFragment -up-|> androidx.fragment.app.Fragment com.example.procomsearch.ui.Profile.ProfileFragment o-- com.example.procomsearch.CompanyAdapter : adapter com.example.procomsearch.ui.Profile.ProfileFragment o-- com.example.procomsearch.ui.Profile.ProfileViewModel : profileViewModel com.example.procomsearch.ui.Profile.ProfileViewModel -up-|> androidx.lifecycle.ViewModel com.example.procomsearch.ui.Search.SearchFragment -up-|> androidx.fragment.app.Fragment com.example.procomsearch.ui.Search.SearchFragment o-- com.example.procomsearch.buttonEditText.ClearableEditText : searchBox com.example.procomsearch.ui.Search.SearchFragment o-- com.example.procomsearch.ui.Search.SearchViewModel : searchViewModel com.example.procomsearch.ui.Search.SearchViewModel -up-|> androidx.lifecycle.ViewModel com.example.procomsearch.userDatabase.MyDatabaseHelper -up-|> android.database.sqlite.SQLiteOpenHelper 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
2afd581ebcf10a22e2c42909510d1689bc71bc7f
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-saksmappe.iuml
9260773f3b2505172400ff7b3f55ae6b944cb509
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
548
iuml
@startuml class Sakarkiv.Saksmappe <Mappe> { +saksaar : integer [0..1] [1..1] +sakssekvensnummer : integer [0..1] [1..1] +saksdato : datetime [0..1] [1..1] +administrativEnhet : string [0..1] [1..1] +referanseAdministrativEnhet : SystemID [0..1] [1..1] +saksansvarlig : string [0..1] [1..1] +referanseSaksansvarlig : SystemID [0..1] [1..1] +journalenhet : string [0..1] [1..1] +saksstatus : Saksstatus [0..1] [1..1] +utlaantDato : datetime [0..1] +utlaantTil : string [0..1] +referanseUtlaantTil : SystemID [0..1] } @enduml
false
true
false
false
class
2daebbf964f501fc6993ad267d54916efb615da1
5e2c0b7fc7534d2214190795542e540f304fd271
/src/hua/lee/zygote/ClientTransaction.puml
b9b23d31d0ac4ded8862ddd662b899fa0debd02a
[]
no_license
lijieqing/ThreadFactory
00d0a52c0191ba2e627d5e2a11596370eb90187c
ff9719a48f1f0d1d0e98cfa7089c938e114ef415
refs/heads/master
2021-07-14T03:56:33.226996
2021-05-22T12:42:44
2021-05-22T12:42:44
246,733,259
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,908
puml
@startuml abstract class ClientTransactionHandler abstract class ClientTransactionItem class ClientTransaction{ private List<ClientTransactionItem> mActivityCallbacks; .. private ActivityLifecycleItem mLifecycleStateRequest; .. private IApplicationThread mClient; .. private IBinder mActivityToken; -- public void schedule(); } interface BaseClientRequest{ default void preExecute(ClientTransactionHandler client, IBinder token) -- void execute(ClientTransactionHandler client, IBinder token, PendingTransactionActions pendingActions) -- default void postExecute(ClientTransactionHandler client, IBinder token, PendingTransactionActions pendingActions) } () Parcelable ClientTransactionItem .up.|> BaseClientRequest ClientTransactionItem .left. Parcelable ClientTransaction .right. Parcelable abstract class ActivityLifecycleItem extends ClientTransactionItem { public static final int UNDEFINED = -1; public static final int PRE_ON_CREATE = 0; public static final int ON_CREATE = 1; public static final int ON_START = 2; public static final int ON_RESUME = 3; public static final int ON_PAUSE = 4; public static final int ON_STOP = 5; public static final int ON_DESTROY = 6; public static final int ON_RESTART = 7; -- public abstract int getTargetState(); } LaunchActivityItem -up-|> ClientTransactionItem ResumeActivityItem -up-|> ActivityLifecycleItem PauseActivityItem -up-|> ActivityLifecycleItem StopActivityItem -up-|> ActivityLifecycleItem DestroyActivityItem -up-|> ActivityLifecycleItem ClientTransactionHandler *-up- ClientTransaction ActivityThread -up-|> ClientTransactionHandler class ClientLifecycleManager{ void scheduleTransaction(ClientTransaction transaction); } ClientLifecycleManager *-right- ClientTransaction ActivityManagerService *-up- ClientLifecycleManager @enduml
false
true
false
false
class
28fbefacee8c09b4472b459c9524cce4e3115c12
615a3e42249ebc695f09fc62d3038a857133b9f3
/docs/ToDoList.puml
4752f9773acbf9b6ae9bc894763caf34072b2400
[]
no_license
RyanTheGuyInSpace/hodge-app1-impl
60b80af046110bd59c70858f172d2485e03c0f02
2737e370bdfa858daeb72472e353f1cb76271f4c
refs/heads/master
2023-08-23T09:48:40.868992
2021-11-08T03:32:43
2021-11-08T03:32:43
422,279,866
0
0
null
null
null
null
UTF-8
PlantUML
false
false
584
puml
@startuml class ToDoListManager { +Gson serializer; +createList(String title); } class ToDoList { -String path; -String title; -ObservableList<Task> tasks; +addTask(String description); +removeTask(Task task); +clearAllTasks(); +load(); +save(); +toString(); } class Task { -String description; -Date dueDate; 'Format due date as YYYY-MM-DD' -private boolean isComplete; +setCompletion(boolean complete); +isComplete(); +setDescription(String description); +getDescription(); +toString(); } @enduml
false
true
false
false
class
b2a432117e46b68155665002afd920cf4ce7ed62
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/text/SearchTextCommand.puml
0c8406b1dcae12c92af9c0e91561f84611d67d94
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
453
puml
@startuml class SearchTextCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +SearchTextCommand() {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } @enduml
false
true
false
false
class
dcecb45b9d2868461853b1420bc8b1262333ff22
729d0b395bf761ec80bbd9cfba0b5ec9fcfcb1f5
/Boost_Process/posix_fork_err.puml
273fc89d60ee243b23178c38c79ba427566f8fda
[ "MIT" ]
permissive
dermojo/presentations
0e3be6f4260eac79e8960dcc4e80424a2482de7b
4f4da0e60c144e735c98bb4c77ce7ccb055bd20b
refs/heads/master
2021-01-11T23:23:13.295197
2020-01-07T20:11:44
2020-01-07T20:11:44
78,574,142
3
0
null
null
null
null
UTF-8
PlantUML
false
false
321
puml
@startuml participant Parent participant Child activate Parent Parent -> Parent : on_setup() activate Parent deactivate Parent Parent --> Child : fork() - failed destroy Child Parent -> Parent : on_fork_error() activate Parent deactivate Parent Parent -> Parent : on_error() activate Parent deactivate Parent @enduml
false
true
false
false
sequence
228f8cd676a6ec81e3e7a5e7c3a9098210e9ef1d
608c7301bf1eaed2b79855fd8030b15e4fc0d4aa
/docs/uml/sequence_diagram/evade.puml
fc6eb808cd6e57ab87c30857b4c5d059aa084d64
[]
no_license
mehmetrizaoz/autonomous_steering_agents
48d0fbba36eafd081c78b825687d156bb02a5764
5d901252f66b68bfcaf48dd7da6145b1bdc462f0
refs/heads/master
2023-05-15T07:28:49.473767
2021-06-14T10:43:48
2021-06-14T10:43:48
356,524,673
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,307
puml
@startuml actor actor as user participant graphics as view participant agent as agent participant behavior as steeringBehavior participant evade as ev user -> ev: user defines scenario activate ev activate view activate agent activate steeringBehavior note left: anytime user -> view: set mouse position loop triggered with 20ms periodic event loop for all agents alt if agent is lion ev -> view: request mouse position view --> ev: gives mouse position ev -> agent: set agent target position ev -> steeringBehavior: request seek force for target pos. steeringBehavior --> ev: gives seek force ev -> agent: set seek force ev -> view: draw leaders name ev -> agent:set arrive bevahior else agent is gazelle ev -> agent: set target point ev -> steeringBehavior: request evade force steeringBehavior --> ev: gives evade force ev -> agent: set force end end agent -> agent: calculates next position ev -> view: draw agents ev -> view: draw title ev -> view: refresh end user -> view: stop program deactivate ev deactivate view deactivate agent deactivate steeringBehavior @enduml
false
true
false
false
sequence
004160b4675a170c6472fdd7c082716a4f0c721d
c6a0a761cbd0e7b897a62c0dd61d211e1c16fa10
/confdgnmi/docs/subscribeonce.puml
541f10b09764cc293da7b915fcb202b8f54b885f
[ "Apache-2.0" ]
permissive
ConfD-Developer/ConfD-Demos
f24c35f3e930213a4e182e11f9815b11cd7e2b14
dd1323b7b199e58caf164e788f99a7503bbae8a0
refs/heads/master
2023-04-09T13:09:53.298831
2023-03-22T09:43:33
2023-03-22T09:43:33
215,371,169
13
8
Apache-2.0
2023-03-28T15:20:36
2019-10-15T18:39:40
Python
UTF-8
PlantUML
false
false
2,802
puml
@startuml hide footbox autonumber title ONCE subscription skinparam BackgroundColor #FFFFFF-#EEEBDC skinparam SequenceParticipantBackgroundColor #FFFFFF-#DDEBDC skinparam DatabaseBackgroundColor #FFFFFF-#DDEBDC skinparam SequenceBoxFontStyle plain skinparam SequenceGroupFontStyle plain skinparam SequenceDividerFontStyle plain box " gNMI Adapter client " #FFEB99 participant client as " <size:20><&terminal></size> gNMI Client " participant sub_read as "Subscription reader\nthread " end box box " gNMI Adapter server " #E6F3F8 participant server as " <size:20><&wrench></size> gNMI Server " participant adapter as " <size:20><&list></size> gNMI Adapter " participant device_adapter as " <size:20><&list></size> gNMI Device Adapter\n(ConfD Adapter) " end box box " Device " #FFEB99 participant device as " <size:20><&tablet></size> ConfD\n(device) " end box == Subscription == [-> client : <size:24><&person></size> ""subscribe"" activate client note right of client : Subscription invoked. Request iterator (""SubscribeRequest"") is sent to the server, response iterator (""SubscribeResponse"") is returned to the client. client -> server : Subscribe(stream SubscribeRequest) activate server server --> client : stream SubscribeResponse note right of client : The client starts reading responses in dedicated thread (""read_subscribe_responses""). client -> sub_read : start thread\n""read_subscribe_responses(responseIterator)"" activate sub_read sub_read -> sub_read : iterate over responseIterator activate sub_read server -> server : subscription processing activate server note right of client : The server gets next element from ""SubscribeRequest"" stream (calls ""next(request_iterator)""). server -> client : next SubscribeRequest\n(""generate_subscriptions"") activate client client --> server : ""yield SubscribeRequest"" item deactivate client note right of client : The client uses ""generate_subscriptions"" generator function to return next ""SubscribeRequest"" in the stream. server -> adapter : read activate adapter note right of server : Get current sample (all values). adapter -> device_adapter : get_sample activate device_adapter device_adapter <--> device device_adapter --> adapter deactivate device_adapter adapter --> server : current sample server --> sub_read : SubscribeResponse\n(returned in response stream) sub_read -> sub_read : process response activate sub_read deactivate sub_read deactivate server deactivate sub_read deactivate server deactivate adapter sub_read --> client : end response thread deactivate sub_read [<-- client deactivate client @enduml
false
true
false
false
sequence
7f531239cf8852208ef56a0cdf658eb2af5f653a
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-datatype-skjerming.iuml
0cb6d949b69658a812830dd59f3357ee1aeb446f
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
340
iuml
@startuml class Arkivstruktur.Skjerming <<dataType>> { +tilgangsrestriksjon : Tilgangsrestriksjon +skjermingshjemmel : string +skjermingMetadata : SkjermingMetadata [1..*] +skjermingDokument : SkjermingDokument [0..1] [1..1] +skjermingsvarighet : integer [0..1] [1..1] +skjermingOpphoererDato : datetime [0..1] [1..1] } @enduml
false
true
false
false
class
d5e9a6c6ca849baa624662c2a47a04a7c56f4262
c0246a5dc2377093b68f40fc9211d070ff30815f
/Iterator/BookShelf/class_diagram.puml
ab985683872e24ba1597ef59ce6f8c7284d9dcc8
[]
no_license
yelbluelow/Design-Pattern
17f66b76d9a4f724669ff15e900220810fbcb246
f06900ece2ec0b8ec5c9df64bfac74425e283e97
refs/heads/master
2020-08-13T18:57:14.975760
2019-10-22T13:40:35
2019-10-22T13:40:35
215,021,282
0
0
null
2019-10-22T13:40:37
2019-10-14T11:04:28
Python
UTF-8
PlantUML
false
false
563
puml
@startuml BookShelf interface Aggregate { {abstract} iterator() } interface Iterator { {abstract} hasNext() {abstract} next() } class BookShelf { book last getBookAt() appendBook() getLength() iterator() } class BookShelfIterator { bookShelf index hasNext() next() } class Book { name getName() } Aggregate -> Iterator : Creates > BookShelf .up.|> Aggregate BookShelfIterator .up.|> Iterator BookShelfIterator o-left-> BookShelf BookShelf o--> Book @enduml
false
true
false
false
sequence
17911653861eae5777db31014ad0b08218d1d55f
bc409fb200f6ef88fe5d6968223a7f4222f1daab
/uml/App.puml
19814f214067b9d5b72410aff0ec9fb2b36daed8
[]
no_license
LeonieAlex/ToDoList-Program
98963b74dfd6282e99c15a173c14cca9a903eb52
00077f2c8ca71c1a15cef42b20136c57d305d3df
refs/heads/master
2023-06-16T13:40:11.214315
2021-07-12T03:42:06
2021-07-12T03:42:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,795
puml
@startuml 'https://plantuml.com/class-diagram class ToDoListController { -TableView<Task> tableView; -TableColumn<Task, String> table_task; -TableColumn<Task, String> table_description; -TableColumn<Task, String> table_date; -TableColumn<Task, String> table_progress; -Button ButtonDelete -Button ButtonClear -TextField FilterField -Menu MenuOpen -Menu MenuSave -Menu MenuSaveAs -TextField Name -TextField Description -DatePicker datePickerOption -CheckBox Progress -Button ButtonAdd -Button HelpButton +ObservableList<Task> task +MenuSave() +MenuSaveAs() +OnClickHelp() +OnButtonClickDelete() +OnButtonClickClear() +OnButtonClickAdd() +changeTableDate() +changeTableDescCellEvent() +changeTableProgress() +openFile() +initialize() +getTask() CountRows() CountCompleted() CountIncomplete() CountAll() } class HelpController { -Button NextButton -Button Back +NextButton() +OnClickBackToMain() } class HelpPage2Controller { -TableView<> tableView -Button BackToMain -Button Back +OnClickBack() +OnClickBackToMain() } class Task{ -simpleStringProperty TaskName -simpleStringProperty TaskDesc -simpleStringProperty Progress -String Date +Task() +getTaskName() +setTaskName() +getTaskDesc() +setTaskDesc() +getProgress() +setProgress() +getDate() +setDate() +toString() } class DateValidation{ +dateValidation() +checkDate() } class AlertBox{ +display() } class JsonFile{ +ToJson() +ReadJson() } class App{ +main() +start() } class Check{ CheckLength() ChangeDate() ChangeDescription() ChangeProgress() } class JsonFile{ +ToJson() +readJson() +transferContents() } javafx.Application <|-- App App - ToDoListController App - HelpController App - HelpPage2Controller ToDoListController <-- Task ToDoListController <-- Check Check <-- DateValidation ToDoListController <-- JsonFile @enduml
false
true
false
false
class
dfb545a97fa10f7adc0c83b8ce831e12b304f303
88f8e9df6277662ab92e1f88a38b15cc727cea9b
/structurizr-export/test/unit/com/structurizr/io/plantuml/structurizr/36141-SignIn-sequence.puml
801a3e7468d8719adf238d878ac8320a444384e7
[ "Apache-2.0" ]
permissive
brunofigalves/java-extensions
103d0c62bba1fe6718bc5285093c0b1d3851ac1d
17779a49d0d48f90e05309999ffac8394f6c1257
refs/heads/master
2023-06-14T14:46:21.600324
2021-06-28T06:56:37
2021-06-28T06:56:37
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,444
puml
@startuml title API Application - Dynamic skinparam { shadowing false arrowFontSize 10 defaultTextAlignment center wrapWidth 200 maxMessageSize 100 PackageBorderColor<<group>> #cccccc PackageFontColor<<group>> #cccccc } hide stereotype skinparam sequenceParticipant<<21>> { BackgroundColor #438dd5 FontColor #ffffff BorderColor #2e6295 } skinparam sequenceParticipant<<32>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 } skinparam sequenceParticipant<<29>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 } skinparam sequenceParticipant<<17>> { BackgroundColor #438dd5 FontColor #ffffff BorderColor #2e6295 } participant "Single-Page Application\n<size:10>[Container: JavaScript and Angular]</size>" as 17 <<17>> #438dd5 participant "Sign In Controller\n<size:10>[Component: Spring MVC Rest Controller]</size>" as 29 <<29>> #85bbf0 participant "Security Component\n<size:10>[Component: Spring Bean]</size>" as 32 <<32>> #85bbf0 database "Database\n<size:10>[Container: Oracle Database Schema]</size>" as 21 <<21>> #438dd5 17 -[#707070]> 29 : 1. Submits credentials to 29 -[#707070]> 32 : 2. Validates credentials using 32 -[#707070]> 21 : 3. select * from users where username = ? 32 <-[#707070]- 21 : 4. Returns user data to 29 <-[#707070]- 32 : 5. Returns true if the hashed password matches 17 <-[#707070]- 29 : 6. Sends back an authentication token to @enduml
false
true
false
false
sequence
73c2ba5975e6c28819b26fe5aa723d3bf9516320
bd0c82d5bc92ecfdf39fe5a7991e0cb790f26a00
/src/Chapter_2_Observer/weatherStationWithOutImportUtil/WetherStation.puml
3368e4f742c77ed21ac784c02a297d922b68ac27
[]
no_license
shramkoaleksey90/Head_First_Design_Patterns
74186508a1f20c07437fb6f88d5dde47dae33f92
d9188ebaab760ace34cdd2472ca10ec1925e9a1f
refs/heads/master
2021-01-14T00:10:53.346806
2020-03-10T08:48:57
2020-03-10T08:48:57
242,537,357
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,390
puml
@startuml Subject --* Observer Subject <|.. WeatherData WeatherData --* CurrentConditionsDisplay WeatherStation --* WeatherData package display { Observer <|.. CurrentConditionsDisplay Observer <|.. StatisticsDisplay Observer <|.. ThirdPartDisplay Observer <|.. ForecastDisplay Observer <|.. HeatIndexDisplay } DisplayElement <|.. CurrentConditionsDisplay DisplayElement <|.. StatisticsDisplay DisplayElement <|.. ThirdPartDisplay DisplayElement <|.. ForecastDisplay DisplayElement <|.. HeatIndexDisplay +interface Subject{ + registerObserver(Observer observer) + removeObserver(Observer observer) + notifyObserver() } +interface Observer{ + update(float temp, float humidity, float pressure) } +interface DisplayElement{ + display() } +class WeatherStation{ + {static} main() } +class WeatherData{ - ArrayList observers - float temperature - float humidity - float pressure -- + WeatherData() + setMeasurements(float temperature, float humidity, float pressure) + registerObserver(Observer observer) + removeObserver(Observer observer) + notifyObserver() - measurementsChanged() } +class CurrentConditionsDisplay{ - float temperature - float humidity - Subject weatherDate -- + CurrentConditionsDisplay(Subject weatherDate) + update(float temp, float humidity, float pressure) + display() } +class StatisticsDisplay{ - float maxTem - float minTem - float temSum - int numReadings - WeatherData weatherData -- + StatisticsDisplay(WeatherData weatherData) + update(float temp, float humidity, float pressure) + display() } +class ForecastDisplay{ - float currentPressure - float lastPressure - WeatherData weatherData -- + ForecastDisplay(WeatherData weatherData) + update(float temp, float humidity, float pressure) + display() } +class HeatIndexDisplay{ - heatIndex - WeatherData weatherData -- + HeatIndexDisplay(WeatherData weatherData) - computeHeatIndex() + update(float temp, float humidity, float pressure) + display() } class ThirdPartDisplay{ - float temperature; - float humidity; - float pressure; - WeatherData weatherData; -- + ThirdPartDisplay(WeatherData weatherData) + update(float temp, float humidity, float pressure) + display() } @enduml
false
true
false
false
class
a3349811aa98251c9ea35ac0e374bc5c534e4b7e
8e0e85b3875e06a4d76b4298decb879026847d7f
/docs/Skeleton/diagrams/Gao_seq_Comm_NE_INCLUDE-OLD!/Com/Hide1-Robot.puml
86415e2cebf90e7e4ee164d6e165a51c7f975ecc
[]
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
155
puml
@startuml 'autonumber "0:" skinparam linestyle ortho actor Tester as Tester rectangle "R : Robot" as S Tester --> S: "1 : -> Hide()" "2 : <--" @enduml
false
true
false
false
sequence
69534cd3466909bfb798bfd31477baed69f68e23
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TermFacetResultType.puml
8791fb6be7b491ffd0995bbf266fb19e8a6ac71d
[]
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
126
puml
@startuml hide methods enum TermFacetResultType { TEXT DATE TIME DATETIME BOOLEAN NUMBER } @enduml
false
true
false
false
class
82dc5dda473092a201764cf3f05cf2feb8748342
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
/docs/diagrams/entrytracker/entryTrackerEditEntrySeqDiagram3.puml
e838cb5894177826d0c8344b152527549a4d8f8b
[]
no_license
AY2021S1-CS2113-T16-1/tp
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
6ef0845c809addb46fef872101ef528780571b5d
refs/heads/master
2023-01-13T17:13:34.579399
2020-11-16T05:03:49
2020-11-16T05:03:49
300,199,426
0
1
null
2020-11-16T05:03:50
2020-10-01T08:10:30
Java
UTF-8
PlantUML
false
false
2,826
puml
@startuml autoactivate on scale 900 width skinparam shadowing false skinparam sequence { ActorBorderColor white ActorBackgroundColor white ActorFontColor white ActorFontSize 17 ActorFontName "" } box "Data Tracker" #LightYellow participant ":EntryTracker" as entryTracker <<class>> endBox box "Logic" #LightBlue participant "editEntryHandler:EditEntryHandler" participant ":ParamChecker" endBox box "Data" #LightGreen participant "entry:Entry" participant "entryList:EntryList" endBox group "sd [handlePacket (Phase 2)]" == Handling of Params in packet for edit == entryTracker -> "editEntryHandler:EditEntryHandler" : handlePacket "editEntryHandler:EditEntryHandler" -> "editEntryHandler:EditEntryHandler" : handleParams "editEntryHandler:EditEntryHandler" -> ":ParamChecker" : setPacket(packet) return loop For all paramType in the command packet note left: "Note: Params will be verified for correctness\nby ParamChecker singleton class before being\nset into the entry instance." "editEntryHandler:EditEntryHandler" -> "editEntryHandler:EditEntryHandler" : handleSingleParam alt "paramType = PARAM_TIME" "editEntryHandler:EditEntryHandler" ->":ParamChecker": checkAndReturnTime(paramType) return time "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setTime(time) return else "paramType = PARAM_AMOUNT" "editEntryHandler:EditEntryHandler" ->":ParamChecker": checkAndReturnDoubleSigned(paramType) return amount "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setAmount(amount) return else "paramType = PARAM_INC" "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setEntryType(EntryType.INC) return else "paramType = PARAM_EXP" "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setEntryType(EntryType.EXP) return else "paramType = PARAM_DESCRIPTION" "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setDescription(description) return else "paramType = PARAM_CATEGORY" "editEntryHandler:EditEntryHandler" ->":ParamChecker": checkAndReturnCategory(paramType) return "editEntryHandler:EditEntryHandler" -> "entry:Entry" : setCategory() return end return end return return end @enduml
false
true
false
false
sequence
5b6f32d38d4bab65c1e177fb9bd90e14498557b6
4108210ff97f84d12acf511ede7d0e1cac0babc5
/src/main/UML/Login_Sequence_doGet.puml
d251a104c7caf2a00e9a9711b088f71b866a1939
[]
no_license
ariktwena/CupCake_Onion
939f6d8c93a8346e596438e733f8cde60a786d34
4ad20f6dd13633e9434781551ae885b9b07285c6
refs/heads/master
2023-01-14T05:37:12.378772
2020-11-22T22:11:04
2020-11-22T22:11:04
309,806,347
0
0
null
null
null
null
UTF-8
PlantUML
false
false
262
puml
@startuml autonumber Title Login Sequence GET actor customer boundary Tomcat customer -> Tomcat:GET / box entries (UI) Tomcat -> Login:doGet() Login -> BaseServlet:render() BaseServlet -> login.jsp:forward() end box login.jsp --> customer:result @enduml
false
true
false
false
usecase
1c3f96b5806aec68f1c017cb91337d01144fd884
45ae639aa80ed04376331845c991723cd984068d
/doc/usecases/diagrams/paymentInitEmbeddedImplicit.puml
bdca4068c169ca80feab8293a0718b617ab9a657
[ "Apache-2.0" ]
permissive
ggiorkhelidze/xs2a
a1b3a8abc002d37f8ab03983cff572a9c22117b4
f844081ac1c780eb95d5465a9603aa62787dc8b8
refs/heads/develop
2023-08-17T06:42:13.153059
2021-10-08T05:43:33
2021-10-08T05:43:33
329,286,507
0
0
Apache-2.0
2021-01-13T11:28:29
2021-01-13T11:28:29
null
UTF-8
PlantUML
false
false
5,610
puml
@startuml actor PSU entity TPP entity XS2A entity CMS entity SPI entity ASPSP == Payment Initiation with Embedded approach implicit authorisation mode== PSU->TPP: Initiate payment activate TPP TPP -> XS2A: REST Call Initiate payment\nPOST "/v1/payments/{payment-product}" activate XS2A XS2A->SPI: Java Call SPIinitiatePayment activate SPI ||| SPI-->XS2A: SpiSinglePaymentInitiationResponse deactivate SPI ||| XS2A->CMS: Save payment ||| ||| XS2A->SPI: Start authorisation request \n(payment, Authorisation ID, SCA status, resolved SCA approach) activate SPI SPI->ASPSP: Authorisation request activate ASPSP ASPSP-->SPI: Authorisation response \n(chosen SCA approach, PSU message, SCA status) deactivate ASPSP SPI-->XS2A: Start Authorisation response deactivate SPI XS2A->CMS: Save Authorisation XS2A-->TPP:Payment Initiation response\n"link_updatePsuWithAuthentication" deactivate XS2A ||| TPP-->PSU: Feedback to the customer\n"Please enter your User-id & password" deactivate TPP activate PSU ||| PSU->TPP: PSU provide User-id & password deactivate PSU activate TPP ||| TPP->XS2A: REST Call Update PSU data (Authentication)\n"PUT/v1/{payment-service}/{payment-id}/\n{payment-product}/authorisations/{authorisationId}" deactivate TPP activate XS2A ||| XS2A->SPI: Java Call PaymentAuthorisationSpi activate SPI ||| SPI->ASPSP: AuthorisedPsu activate ASPSP ||| ASPSP-->SPI: AuthorisedPsu Response deactivate ASPSP ||| SPI-->XS2A: SpiPsuAuthorisationResponse\nStatus with scaExempted (TRUE or FALSE) ||| XS2A->SPI: Java Call PaymentAuthorisationSpi ||| SPI-->XS2A: List "SpiAvailableScaMethodsResponse"\nwith scaExempted (TRUE or FALSE) deactivate SPI ||| XS2A->CMS: REST Call UpdatePisAuthorisation activate CMS ||| CMS-->XS2A: UpdatePisAuthorisation Response deactivate CMS ||| XS2A->TPP: UpdatePsuAuthenticationResponse deactivate XS2A activate TPP ||| TPP-->PSU: Feedback to the customer\n"Please select SCA method" activate PSU ||| PSU->TPP: SCA Method ||| TPP->XS2A: REST Call Update Psu data(Select Authentication Method)\n"PUT/v1/{payment-service}/{payment-id}/\n{payment-product}/authorisations/{authorisationId}" activate XS2A ||| XS2A->SPI: Java Call PaymentAuthorisationSpi activate SPI ||| SPI->ASPSP: SelectScaMethod activate ASPSP ||| ASPSP-->PSU: ScaAuthenticationData ||| ASPSP-->SPI: SelectScaMethod Respons deactivate ASPSP ||| SPI-->XS2A: SpiAuthorisationCodeResult\nwith scaExempted (TRUE or FALSE) deactivate SPI ||| XS2A->CMS: REST Call UpdatePisAuthorisation activate CMS ||| CMS-->XS2A: UpdatePisAuthorisation Response deactivate CMS ||| XS2A-->TPP:UpdatePsuAuthenticationResponse deactivate XS2A ||| PSU->TPP: Provide Authentication Data ||| TPP->XS2A: REST Call Transaction Authorisation\n"PUT/v1/{payment-service}/{payment-id}/\n{payment-product}/authorisations/{authorisationId}" deactivate TPP activate XS2A ||| XS2A->SPI: Java Call SinglePaymentSpi activate SPI ||| SPI-->ASPSP: Authorised Payment activate ASPSP ||| ASPSP-->SPI: Authorised Payment Response deactivate ASPSP ||| SPI-->XS2A: SpiPaymentExecution Response deactivate SPI ||| XS2A->CMS: REST Call UpdatePisAuthorisation activate CMS ||| CMS-->XS2A: UpdatePisAuthorisation Response deactivate CMS ||| XS2A-->TPP: Transaction Authorisation Response deactivate XS2A activate TPP ||| TPP-->PSU: Feedback to the customer:\n"Payment Authorised" deactivate PSU ||| TPP->XS2A: REST Call get payment status\n"GET/v1/{payment-service}/{paymentId}/status" activate XS2A XS2A->CMS: REST Call GetPaymentById activate CMS ||| CMS-->XS2A: Payment Object Response deactivate CMS ||| XS2A->SPI: Java Call SPI GetPaymentStatusByid activate SPI ||| SPI->ASPSP: GetPaymentStatusById activate ASPSP ||| ASPSP-->SPI: Transaction Status Response deactivate ASPSP ||| SPI-->XS2A: Transaction Status Response deactivate SPI ||| XS2A->CMS: REST Call UpdateTransactionStatus activate CMS ||| CMS-->XS2A: UpdateTransactionStatus Response deactivate CMS ||| XS2A-->TPP: Transaction Status Response ||| TPP->XS2A: REST Call Get Payment Request\n"GET/v1/{payment-service}/{paymentId}" ||| XS2A->CMS: REST Call GetPaymentById activate CMS ||| CMS-->XS2A: Payment Object Response deactivate CMS ||| XS2A->SPI: Java Call SpiGetPaymentbyId activate SPI ||| SPI->ASPSP: GetPaymentById activate ASPSP ||| ASPSP-->SPI: Payment Object Response deactivate ASPSP ||| SPI-->XS2A: SpiSinglePayment /\nSpiPeriodicPayment /\nSpiBulkPayment /\nSpiPaymentInfo Response deactivate SPI ||| XS2A->CMS: REST Call UpdatePayment activate CMS ||| CMS-->XS2A: UpdatePayment Response deactivate CMS ||| XS2A-->TPP: GetPayment Response ||| TPP->XS2A: REST Call Get Authorisation Sub-resources\n"GET/v1/{payment-service}/{payment-product}\n/{paymentId/authorisations}" ||| XS2A->CMS: GetAuthorisationsByPaymentId activate CMS ||| CMS-->XS2A: GetAuthorisationsByPaymentId Response deactivate CMS XS2A-->TPP: AuthorisationByPaymentIdsList Response ||| TPP->XS2A: REST Call Get Sca Status Request\n"GET/v1/{payment-service}/{payment-product}/\n{paymentId/authorisations}/{authorithationId}" ||| XS2A->CMS: REST Call getPaymentInitiationAuthorisationScaStatus activate CMS ||| CMS-->XS2A: getPaymentInitiationAuthorisationScaStatus Response deactivate CMS ||| XS2A->SPI: Java Call getScaStatus activate SPI ||| SPI->ASPSP: getScaStatus activate ASPSP ||| ASPSP-->SPI: getScaStatus Response deactivate ASPSP SPI->XS2A: SpiScaStatusResponse deactivate SPI ||| XS2A->CMS: REST Call UpdateAuthorisationStatus activate CMS ||| CMS-->XS2A: UpdateAuthorisationStatus Response ||| deactivate CMS ||| XS2A-->TPP: Get Sca Status Response deactivate TPP deactivate XS2A @enduml
false
true
false
false
usecase
1b7f0f4107c899ca07f929662cee848e511ecb7c
73a2ec211090e75d728bfe08f07f90a50ecde9d4
/src/uml/sequence diagrams/overall.puml
867e18a41f3eed238f95c7c93e84e97137b9c587
[]
no_license
AY2021S1-CS2113T-F14-2/tp
080d69cd41305be497efb4e92db44b2ea28bb153
da1045800fbd5bc280f052ed9943717dc2cf66f6
refs/heads/master
2023-01-05T11:52:07.039686
2020-11-09T15:08:14
2020-11-09T15:08:14
297,841,937
0
5
null
2020-11-09T15:08:15
2020-09-23T03:31:27
Java
UTF-8
PlantUML
false
false
646
puml
@startuml hide footbox activate main main -> ui: requests user \ncommand activate ui ui -> user: gets user \ncommand user --> ui: sends user \ncommand ui --> main: passes \ncommand deactivate ui main -> parser: processes \ncommand activate parser parser --> main: returns \nprocessed \ncommand deactivate parser main -> command: executes \ncommand activate command command -> data: updates \ndata activate data data -> storage: saves data activate storage storage --> data deactivate storage data --> command deactivate data command -> ui: returns message activate ui ui --> command deactivate ui command --> main deactivate command @enduml
false
true
false
false
sequence
ab16033730ce101a85cac626cfef78c22bd218ad
41189885f0fa6f54ddc6f48ad8cdf6d1e2c9f479
/out/production/GestionAsignaturas - CodigoFuente/capaInterfaz/menuConfiguracion/menuConfiguracion.plantuml
438dd358586aba12a1226123e1d99a536f64b8ee
[]
no_license
miguel-benito-martin/Practica_Migracion
af116a41842d0fb252e00286123710a2da099f85
ab3dbd3e60629aab622e84ae84930f7f46a8937e
refs/heads/main
2023-05-01T18:52:03.590117
2021-05-26T10:34:40
2021-05-26T10:34:40
366,121,731
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,396
plantuml
@startuml title __MENUCONFIGURACION's Class Diagram__\n namespace capaInterfaz { namespace menuConfiguracion { class capaInterfaz.menuConfiguracion.JDialogMenuConfiguracion { {static} + Password : String {static} + URL : String {static} + User : String {static} + botonCammbioBaseDatosPulsado : boolean {static} + color : Color - botonCambioConvocatoriaPulsado : boolean - botonCambioCursoPulsado : boolean - botonDeshacerUltimaDecisionPulsado : boolean - jButtonBackUp : JButton - jButtonCambiarConvocatoria : JButton - jButtonCambiarCurso : JButton - jButtonCancelar : JButton - jButtonOK : JButton - jButtonSelectBBDD : JButton - jPanel1 : JPanel - jPanelConfiguracion : JPanel - jTabbedPane1 : JTabbedPane + JDialogMenuConfiguracion() {static} + main() - initComponents() - jButtonBackUpActionPerformed() - jButtonCambiarConvocatoriaActionPerformed() - jButtonCambiarCursoActionPerformed() - jButtonCancelarActionPerformed() - jButtonOKActionPerformed() - jButtonSelectBBDDActionPerformed() } } } namespace capaInterfaz { namespace menuConfiguracion { class capaInterfaz.menuConfiguracion.JDialogMenuSeleccionarBDD { - jButtonBack : JButton - jButtonOK : JButton - jButtonTestConnection : JButton - jLabelPassword : JLabel - jLabelTestConnection : JLabel - jLabelURL : JLabel - jLabelUser : JLabel - jTextFieldPassword : JTextField - jTextFieldURL : JTextField - jTextFieldUser : JTextField + JDialogMenuSeleccionarBDD() - initComponents() - jButtonBackActionPerformed() - jButtonOKActionPerformed() - jButtonTestConnectionActionPerformed() - jTextFieldPasswordActionPerformed() } } } namespace capaInterfaz { namespace menuConfiguracion { class capaInterfaz.menuConfiguracion.JDialogMenuSeleccionarBDDPrimeraVez { - jButtonBack : JButton - jButtonOK : JButton - jButtonTestConnection : JButton - jLabelExplication : JLabel - jLabelPassword : JLabel - jLabelTestConnection : JLabel - jLabelURL : JLabel - jLabelUser : JLabel - jTextFieldPassword : JTextField - jTextFieldURL : JTextField - jTextFieldUser : JTextField + JDialogMenuSeleccionarBDDPrimeraVez() {static} + main() - initComponents() - jButtonBackActionPerformed() - jButtonOKActionPerformed() - jButtonTestConnectionActionPerformed() - jTextFieldPasswordActionPerformed() } } } capaInterfaz.menuConfiguracion.JDialogMenuConfiguracion -up-|> javax.swing.JDialog capaInterfaz.menuConfiguracion.JDialogMenuSeleccionarBDD -up-|> javax.swing.JDialog capaInterfaz.menuConfiguracion.JDialogMenuSeleccionarBDDPrimeraVez -up-|> javax.swing.JDialog 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
b54622360ad75a34d78f3cfa9d2f248791e77fe1
1e379c627fcc70d9bb312b9afc422bf054122f10
/Diagrams/src/monolith_1splits.plantuml
efe79d27468ae67436eea2265adf292ef2bff6ef
[]
no_license
nikhilw/understanding_ms-exploding_a_monolith
a533909022b8d7d34cdeb759280d34d165907919
b92b766038d73121316ec9be77d97e31324f96b0
refs/heads/master
2021-08-30T06:04:32.288091
2017-12-16T10:17:06
2017-12-16T10:17:06
114,451,777
0
0
null
null
null
null
UTF-8
PlantUML
false
false
795
plantuml
@startuml rectangle MyKart { together { package user { [User profile and address management] as cmp2 } package products { [Product listings] } } together { package transactions { [Purchases] } package external { [External integrations] as ei } } rectangle "ShippingService" { [service load balancer] as lb1 [shipping1] [shipping2] [shipping3] } note left of ShippingService : The revolting 'package'\n becoming a 'service'\n split from the monolith\n (aka POC) [Purchases] -[hidden]--> lb1 lb1 -[hidden]--> ei cmp2 -[hidden]--> ei lb1 -[hidden]-> shipping1 lb1 -[hidden]-> shipping2 lb1 -[hidden]-> shipping3 } @enduml
false
true
false
false
uml-unknown
3a7589aef4981886bcb094d668aabd8f2892899f
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/chess.plantuml
dcd1699b43805db3f1982341c53a6066e48e8f22
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
656
plantuml
@startuml '----------------------------------- ' UML patterns illustrated ' JMB 2014 ' 2020 version, in English from IU class ' Adapted from Nikolay Buldakov '----------------------------------- [*] -> Nominal state Nominal as "Playing" { [*] -> WhitesTurn WhitesTurn -> BlacksTurn : Whites's move\n[!checkmate] BlacksTurn -> WhitesTurn : Blacks's move\n[!checkmate] } Nominal --> Draw : repetitions Nominal --> Draw : pat Nominal --> WhitesWin : Whites's move\n[checkmate] Nominal --> BlacksWin : Blacks's move\n[checkmate] WhitesWin --> [*] BlacksWin --> [*] Draw --> [*] center footer Adapted from Nicolay Buldakov solution 2020-04-10 :-) @enduml
false
true
false
false
sequence
f211763c544c9e596fd0cf1850bc31d9ad9853d0
23b6d8898641351662b890c510b906aeb6380e21
/1. Design documentation/class.puml
6c19fdb56f8e4934a1bb77844d2adba50f9720ed
[]
no_license
antonianwufo/Multiverse-Bootcamp-End-Project
8d6861fce63cb7fd6236f2a2ed794926774cb631
ad14cf31e4764d96bae825da3415898695aa21ab
refs/heads/main
2023-06-29T23:32:24.127400
2021-07-30T10:14:18
2021-07-30T10:14:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
481
puml
@startuml Omniverse Class Diagram title Omniverse - Class Diagram class Category { description array items } object Electronics { } object Mens { } object Womens { } object Jewelery { } class Item { image Float price description } object Cart { Array items AddToCart() Checkout() } Cart "0..*" -- "many" Item Item "many" -- "1" Category Category <|-- Electronics Category <|-- Mens Category <|-- Womens Category <|-- Jewelery @enduml
false
true
false
false
class
6cb98c6d90c9e1ee4af3751ff423f1973fa97f78
746a34e7c063ed3a081f50e070b463b1bfab6744
/docs/uml/part/auth.Infra.puml
61fe4566199d1708406f9d61523cffd0992371e7
[]
no_license
aya-eiya/gradle-vertx-sample
e5a94275b6a865842056b325d5031b79493f1d9e
6dcf211896eebd792b0765c71b84aa19b53be344
refs/heads/master
2023-02-19T15:54:09.215226
2021-01-17T09:51:00
2021-01-17T09:51:00
307,665,709
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,857
puml
@startuml skinparam backgroundColor white skinparam linetype polyline left to right direction card "auth.Infra" as Infra { package "InMemory" as Infra.memory { together { class "InMemoryApplicationContextManager" as Infra.memory.InMemoryApplicationContextManager { +tokenRepo: SessionIDRepository +appContextRepo: ApplicationContextRepository } class "InMemoryApplicationContextRepository" as Infra.memory.InMemoryApplicationContextRepository { -data: Map[SessionID,ApplicationContext] +resetTimeout() +contextOf() +create() +putContext[T <: Context: ClassTag](context: T) } class "InMemorySessionIDRepository" as Infra.memory.InMemorySessionIDRepository { -data: MutMap[SessionID, SessionIDStatus] +create(): IO[SessionID] +verify(sessionID: SessionID): IO[SessionIDStatus] } } together { class "InMemoryEmailAuthorizer" as Infra.memory.InMemoryEmailAuthorizer { +emailRepo: MemberEmailRepository } class "InMemoryMemberEmailRepository" as Infra.memory.InMemoryMemberEmailRepository { -data: Map[AuthEmailAddress, EncryptedPassword] +exists(emailAddress: AuthEmailAddress,rawPassword: String): OptionT[IO, Boolean] } } } } package "auth.Service" as auth.Service { class "EmailAuth" as auth.Service.EmailAuth { +emailAuthorizer: EmailAuthorizer +contextManager: ApplicationContextManager +login(): LoginStatusData } } component "auth" as auth { card "UseCase" as auth.UseCase { interface "EmailAuthorizer" as auth.UseCase.EmailAuthorizer { } } card "Repository" as auth.Repository { interface "MemberEmailRepository" as auth.Repository.MemberEmailRepository { } } } component "state" as state { card "UseCase" as state.UseCase { interface "ApplicationContextManager" as state.UseCase.ApplicationContextManager } card "Repository" as state.Repository { } } component "vertx" { component "app-base"{ } } "app-base" <|-- auth.Service.EmailAuth auth.Service.EmailAuth --* Infra.memory.InMemoryEmailAuthorizer auth.Service.EmailAuth --* Infra.memory.InMemoryApplicationContextManager Infra.memory.InMemoryEmailAuthorizer --|> auth.UseCase.EmailAuthorizer Infra.memory.InMemoryEmailAuthorizer --* Infra.memory.InMemoryMemberEmailRepository Infra.memory.InMemoryMemberEmailRepository --|> auth.Repository.MemberEmailRepository Infra.memory.InMemoryApplicationContextManager --* Infra.memory.InMemorySessionIDRepository Infra.memory.InMemoryApplicationContextManager --* Infra.memory.InMemoryApplicationContextRepository Infra.memory.InMemoryApplicationContextManager --|> state.UseCase.ApplicationContextManager Infra.memory.InMemoryEmailAuthorizer -- Infra.memory.InMemoryApplicationContextManager @endtuml
false
true
false
false
class
9c5c951c51cf4f84b40df69c8456bf8342568d74
36d4c9a57b53f5e14acb512759b49fe44d9990d8
/geekbrains_java_0/l2_test/classes.plantuml
16b167df3bf8e2445471eca9a11bb71af403adfe
[]
no_license
yosef8234/test
4a280fa2b27563c055b54f2ed3dfbc7743dd9289
8bb58d12b2837c9f8c7b1877206a365ab9004758
refs/heads/master
2021-05-07T22:46:06.598921
2017-10-16T18:11:26
2017-10-16T18:11:26
107,286,907
4
2
null
null
null
null
UTF-8
PlantUML
false
false
3,470
plantuml
@startuml top to bottom direction skinparam headerFontSize 30 skinparam headerFontStyle bold skinparam classAttributeIconSize 0 scale 1.0 package ex0_seabattle { class ex0_seabattle.Main { .. Methods .. .. Static .. + {static} main() : void } class ex0_seabattle.Field { .. Fields .. ~cells : char[] ~ships : Ship[] .. Methods .. ~doShoot(int) : void -drawShip(Ship) : void ~init() : void ~isNotGameOver() : boolean ~setShips() : void ~show() : void .. Static .. + {static} SHIPS_AMOUNT : int ~ {static} SIZE : int } class ex0_seabattle.Ship { .. Fields .. ~positionEnd : int ~positionStart : int ~size : int .. Methods .. ~initWithRandomPositionAndSize() : void ~isIntersectWithAnotherShip(Ship) : boolean } class ex0_seabattle.Player { .. Methods .. ~getShoot() : int } } package ex0_stackoverflow { class ex0_stackoverflow.Main { .. Fields .. .. Methods .. .. Static .. + {static} main() : void - {static} i : int - {static} test() : void } } package ex1_arraylist { class ex1_arraylist.Ship { } class ex1_arraylist.Main2 { .. Methods .. .. Static .. + {static} main() : void } class ex1_arraylist.Main3 { .. Methods .. .. Static .. + {static} main() : void } } package ex2_static { class ex2_static.Main1 { .. Methods .. .. Static .. + {static} main() : void } class ex2_static.Field { .. Fields .. ~cells : char[] .. Methods .. ~show() : void .. Static .. ~ {static} instance : Field } class ex2_static.Cat { .. Fields .. ~age : int ~name : String .. Methods .. ~about() : void ~showCatsAmount() : void .. Static .. ~ {static} catsAmount : int ~ {static} staticShowCatsAmount() : void } class ex2_static.Main { .. Methods .. .. Static .. + {static} main() : void } class ex2_static.SuperField { .. Fields .. .. Methods .. .. Static .. + {static} getInstance() : SuperField - {static} ourInstance : SuperField } class ex2_static.Point { .. Fields .. -x : int -y : int .. Methods .. +getX() : int +getY() : int +setX(int) : void +setY(int) : void .. Static .. + {static} getRandomPoint() : Point } } package ex3_equals { class ex3_equals.Main { .. Methods .. .. Static .. + {static} main() : void } class ex3_equals.Main2 { .. Methods .. .. Static .. + {static} main() : void } class ex3_equals.Cat { .. Fields .. ~age : int ~name : String .. Methods .. ~about() : void +equals(Object) : boolean +hashCode() : int ~showCatsAmount() : void .. Static .. ~ {static} catsAmount : int ~ {static} staticShowCatsAmount() : void } } package ex4_inc { class ex4_inc.Date { .. Fields .. -day : int -month : int -year : int .. Methods .. +getDay() : int +getMonth() : int +getYear() : int +setDay(int) : void +setMonth(int) : void +setYear(int) : void +show() : void } class ex4_inc.Main { .. Methods .. .. Static .. + {static} main() : void } } package ex5_oop { class ex5_oop.Feline <? extends Animal> { .. Fields .. ~eye : String } class ex5_oop.Lion <? extends Feline> { } class ex5_oop.Crocodile <? extends Animal> { } class ex5_oop.Dog <? extends Animal> { } class ex5_oop.Animal { .. Fields .. ~age : int ~name : String .. Methods .. ~about() : void } class ex5_oop.Cat <? extends Feline> { .. Fields .. ~home : String ~murrString : String } class ex5_oop.Main { .. Methods .. .. Static .. + {static} main() : void } } ex5_oop.Animal <|-- ex5_oop.Feline ex5_oop.Feline <|-- ex5_oop.Lion ex0_seabattle.Field *-- "0..*" ex0_seabattle.Ship ex5_oop.Animal <|-- ex5_oop.Crocodile ex5_oop.Animal <|-- ex5_oop.Dog ex5_oop.Feline <|-- ex5_oop.Cat @enduml
false
true
false
false
class
d66264c57293db35f9ec9ab0e65f13374e8e640b
07b0fd9f1ad48c9611fd70a3f62bcd4afc27d865
/app/src/main/java/com/example/procomsearch/searcher/searcher.plantuml
447d273ed1d28f86ca20a12948505c79d5280d10
[]
no_license
cyberflax2020/COMP2100_6442_S2_2020_GROUP_PROJECT
9c668698b4722c73a85d8f850414a35b4579b761
51ca21a4e3e62d25f7a1d60674cce51a313d3b57
refs/heads/main
2023-04-14T22:04:12.605649
2021-05-08T16:33:57
2021-05-08T16:33:57
365,550,501
1
1
null
null
null
null
UTF-8
PlantUML
false
false
690
plantuml
@startuml title __SEARCHER's Class Diagram__\n namespace com.example.procomsearch { namespace searcher { class com.example.procomsearch.searcher.Searcher { {static} - database_reader : Database_reader {static} - rst : ArrayList<Company_Index> {static} + getAllComps() {static} + getAllPromotedSortedList() {static} + search() {static} + setDatabase_reader() {static} + sortCompanies() } } } 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
86f10e624af53c7a62738f3a4ceaf26c0d016228
19de0597a5790bab6ff021899b4479506ae0829a
/uml/skeleton_seq_diagrams/robot drills and moves/robot_moves_to_asteroid.plantuml
35de64cc44eab25e1f82ec7926e20a8f2380f638
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
518
plantuml
@startuml skinparam SequenceLifeLineBackgroundColor LightYellow title "Robot moves to asteroid" actor Controller as controller participant "r: Robot" as robot participant "onAsteroid: Asteroid" as onAsteroid participant "target: Asteroid" as target controller -> robot ++ : Move(target) robot -> onAsteroid ++ : GetNeighbours() onAsteroid --> robot -- : neighbours alt neighbours contains target robot -> target ++ : ReactToMove (onAsteroid, s) target --> robot -- end robot --> controller -- @enduml
false
true
false
false
usecase
9dc8dba47ce604b2ef092382b968c0243c69ed68
2a7be97105feda5a8f0efb5c86891edc88c6127d
/InheritanceDemo01/test01.puml
d095c90230bbc6bdc7be5577251ffdd8ccd98efb
[]
no_license
LucarioKubowicz/csharp01
b32bf95b78d123aef1b66b2d12401e96c6d511c2
b080c4772b751aaf1e4690aeb5075d08ca06c29b
refs/heads/master
2022-04-24T17:21:28.300115
2020-04-22T18:53:44
2020-04-22T18:53:44
255,720,607
0
0
null
null
null
null
UTF-8
PlantUML
false
false
250
puml
@startuml actor Foo1 boundary Foo2 control Foo3 database Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml
false
true
false
false
sequence
5e427dd6983ce172f848fb164a3a3ee07d24636f
12b9d2ffbe5de070337738f76a00a25cd3f0f3b5
/docs/images/SafeIsland_Components.puml
0d6be04b5a975b57ee29ab5c1e171bc7639c2774
[ "Apache-2.0" ]
permissive
evidenceledger/PrivacyCredentials
86b2dd2f89a59df95f0d46974692225008e5da81
f79a95e2cf228c8b607df59651a6b26377875b2f
refs/heads/main
2023-07-13T10:54:35.834183
2021-08-26T09:33:42
2021-08-26T09:33:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,583
puml
@startuml SafeIsland_Components package "Issuer Entity" { card OperatorApp [ <b>Operator App ==== Data entry for Citizen and Certificates ] node IssuerServer [ <b>Issuer server ==== Manages Certificates ] database IssuerDatabase [ <b>Issuer database ==== Encrypted certificates ] } package "Citizen Entity" { card CitizenApp [ <b>Citizen WebApp ==== Downloaded from Issuer server or any other secure server ] } package "Verifier Entity" { card VerifierApp [ <b>Verifier App ==== Verifies certificates ] node VerifierServer [ <b>Verifier server ==== Logs verifications for auditing ] database VerifierDatabase [ <b>Verifier database ==== Logs verifications Privacy-preserving ] } package Blockchain { database Identities [ <b>Legal Person Identities ==== Identities of Legal Persons: - Issuers and Verifiers ---- Never personal information ] node VerifierNode [ <b>Verifier node ] node IssuerNode [ <b>Issuer node ] } IssuerDatabase -right-> IssuerNode OperatorApp .right.> CitizenApp: <b>QR</b> CitizenApp .right.> VerifierApp: <b>QR</b> OperatorApp --> IssuerServer IssuerServer -- IssuerDatabase IssuerNode -r- Identities VerifierNode -l- Identities VerifierNode -right-> VerifierDatabase VerifierApp --> VerifierServer VerifierServer -- VerifierDatabase @enduml
false
true
false
false
sequence
5e4d4e83142568176a7dacbb37621d319c67dac2
f2286f0532a3213ef872cf398cdb7d9fd914c1ba
/UML/admin_sequence_manage_TYPES.puml
8afb8b8109db237126f9f5110edabf16adf664c2
[ "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
639
puml
@startuml Actor Admin Admin -> TicketService: Log in activate TicketService TicketService --> Database: Auth request activate Database TicketService <-- Database: Auth response deactivate Database TicketService --> Admin : Log in complete deactivate TicketService Admin -> TicketService : Create new <Type> activate TicketService note left: Sending with all \ninfo needed to \ncreate a new <Type>\n\n <Type> = User/Event/Ticket TicketService --> Database: Request new <Type> activate Database Database --> TicketService : new <Type> response deactivate Database TicketService --> Admin : new <Type> created deactivate TicketService @enduml
false
true
false
false
sequence
e211afdc9e6e6e56dccbfb4cc924c28a10e72685
1e557a8d0b755ce2d66458e43dcd426dd8f27fec
/阅读代码/android/优化算法/LruCache.plantuml
dd6de476d74511a01ed9ed0dbb78283ffe87a77c
[]
no_license
rickgit/rickgit.github.io
94ff804637d1fe891583c9c1513a9b65b86361f5
5891f01bdd8ca1231cd9977a68960e11e28688f4
refs/heads/master
2023-08-29T21:35:00.999632
2023-08-12T04:40:16
2023-08-12T04:40:16
52,088,713
4
0
null
null
null
null
UTF-8
PlantUML
false
false
499
plantuml
@startuml skinparam monochrome true skinparam classBackgroundColor transparent skinparam style strictuml class LruCache { private final LinkedHashMap<K, V> map; /** Size of this cache in units. Not necessarily the number of elements. */ private int size; private int maxSize; private int putCount; private int createCount; private int evictionCount; private int hitCount; private int missCount; protected int sizeOf(String key, Bitmap bitmap) } @enduml
false
true
false
false
class
4a40d1dfdb3fe4782ed7829fc93d637efd443381
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/RoomMonitoring/US605/US605_sd_RoomMonitoring.puml
3cc536fb447ace68a8ef06296ac4ae506fae4874
[]
no_license
Almadanmp/backend4
3aaa5cbe453041917a510ceee83bf318499a9823
07ab3c1af9c7de6ff35cf23bf44b0e664db82f46
refs/heads/master
2022-11-25T10:30:27.184246
2019-06-30T19:26:12
2019-06-30T19:26:12
194,547,877
0
0
null
2022-11-16T11:54:00
2019-06-30T18:24:24
Java
UTF-8
PlantUML
false
false
1,245
puml
@startuml actor User User -> MainUI: Get Current Temperature In A Room MainUI -> HouseMonitoringUI: Get Current Temperature In A Room HouseMonitoringUI --> User: Request Room Name or Index from List User -> MainUI: insert data (Room name) or select Room from List MainUI -> HouseMonitoringUI: set data (Room name or Index) HouseMonitoringUI -> HouseMonitoringController: check if name/index is contained in list HouseMonitoringController -> RoomList: check if name/index is contained in list RoomList -> Room: match by name or by index Room -> Room: validate data Room --> HouseMonitoringUI: set data (Room) HouseMonitoringUI --> User: Request Sensor Name User -> MainUI: insert data (Sensor name) MainUI -> HouseMonitoringUI: set data (Sensor name) HouseMonitoringUI -> HouseMonitoringController: check if name is contained in list HouseMonitoringController -> SensorList: check if name is contained in list SensorList -> Sensor: match by name Sensor -> Sensor: validate data Sensor --> HouseMonitoringUI: set data (Sensor) HouseMonitoringUI -> Room: getCurrentRoomTemperature Room->Sensor: getSensor Sensor->ReadingList: getReadingList ReadingList->Reading: getMostRecentValueOfReading Reading-->User: Display Current Room Temperature @enduml
false
true
false
false
usecase
2a1ff65e52e98a5a027e2f40927b3de6de39d7c8
d914ee1960a6dd57539085db620607105386a049
/docs/diagrams/statistic_frag.iuml
598e60bf7a720eb51830871c283ae39ac895b3c2
[ "BSD-3-Clause" ]
permissive
LSSTDESC/firecrown
015cf8fbaa087786ceb9d186e06710e14d9c4307
8b2ce0d218751cc622759441bfe8d1063a49f35f
refs/heads/master
2023-08-25T03:04:36.362768
2023-08-14T20:17:23
2023-08-14T20:17:23
72,570,187
26
7
BSD-3-Clause
2023-08-28T22:45:03
2016-11-01T19:39:51
Python
UTF-8
PlantUML
false
false
209
iuml
abstract class Statistic { + {abstract} read(data : sacc.Sacc) + {abstract} compute_theory_vector(cosmo: pyccl.Cosmology) : np.array + {abstract} compute_data_vector(cosmo: pyccl.Cosmology) : np.array }
false
true
false
false
class
6eba7a8263c68e98e52f4f6e4ebd8e032176cf39
bef901555a43363f28cb20f8ee3062f95bfde812
/puml/phoenix-and-plug-web-sessions.puml
0f479f8f34c0abdac40deb7bc98723b841642914
[]
no_license
isabella232/bryan_cb_sf_2020_talk
438621c3c909fb2c2e48c1c6c8d35c899e648336
08799c0c2a929ecac8cd35bcf0aa7692cf9844e5
refs/heads/master
2022-04-08T12:24:41.163585
2020-03-05T22:54:39
2020-03-05T22:54:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
575
puml
@startuml overview title Phoenix/Plug browser sessions actor Browser autoactivate on == Session creation == ' activate Browser Browser -> Website: request page Website -> Website: encrypt/sign \nsession data into cookie Website --> Browser: return page and cookie Browser -> Browser: manage cookie expiration ' deactivate Browser == User inactive == Browser -> Browser !! : inactive == User active == ' activate Browser Browser -> Website: request page \n (session in cookie) Website -> Website: decode session Website -> Browser: return page and updated session @enduml
false
true
false
false
usecase
ea6fe51193f99e0327ae5cda838f02e9870938b4
cd0b9d76c416ffcc14da858407ca0580d6e6cdfa
/etc/puml/crab-task-state.puml
23362d4eeebead5ca0630813d7783cad4aa18e88
[]
no_license
dmwm/CRABServer
723cdf41b5b6187e9a7eadfbe003bdd971474c27
608a79f53fad7a2c60f1193e967dbf38506fec83
refs/heads/master
2023-08-31T07:36:56.504010
2023-08-30T18:45:10
2023-08-30T18:45:10
4,423,776
18
30
null
2023-09-13T16:00:18
2012-05-23T18:31:37
Python
UTF-8
PlantUML
false
false
1,413
puml
@startuml [*] --> NEW : crab submit NEW --> HOLDING /' I am gonna work on it '/ HOLDING --> QUEUE /' I acquire it for my internal queue '/ 'HOLDING --> SUBMITFAILED /': (SUBMIT)MasterWorkeer.algorithm.failBannedTask,(SUBMIT)MasterWorkeer.algorithm.skipRejectedCommand'/ 'HOLDING --> KILLFAILED /': (KILL)MasterWorkeer.algorithm.failBannedTask'/ 'HOLDING --> RESUBMITFAILED /': (RESUBMIT)MasterWorkeer.algorithm.failBannedTask'/ 'are these state transition correct as it suppose to be? 'HOLDING --> SUBMITTED /': (RESUBMIT)MasterWorkeer.algorithm.skipRejectedCommand'/ 'HOLDING --> SUBMITTED /': (KILL)MasterWorkeer.algorithm.skipRejectedCommand'/ 'submit QUEUE --> UPLOADED : dryrun UPLOADED --> SUBMITTED : crab-progress SUBMITTED --> NEW : crab-kill,crab-resubmit UPLOADED --> SUBMITFAILED : crab-progress QUEUE --> SUBMITTED QUEUE --> SUBMITFAILED QUEUE --> RESUBMITFAILED RESUBMITFAILED --> NEW QUEUE --> KILLFAILED KILLFAILED --> NEW : crab resubmit QUEUE --> KILLED : Command=KILL KILLED --> NEW : crab resubmit ' tape recall QUEUE --> TAPERECALL TAPERECALL --> TAPERECALL : wait for RucioRule TAPERECALL --> NEW : RucioRule is OK TAPERECALL --> KILLRECALL : crab kill KILLRECALL --> KILLED : TapeRecallManager QUEUE --> NEW : (tw startup) TAPERECALL --> FAILED : wait longer than n day SUBMITTED --> FAILED : (predag) SUBMITTED --> COMPLETED : task finish NEW --> KILLED : crab kill @enduml
false
true
false
false
sequence
7204c2e8a80af27efeb8888c2874aeb6fdabb2dc
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/Manage-Application/Destroy-Application.puml
afa9b125a71daa9af537614c6dec4a4b3e132006
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
296
puml
@startuml Actor "Developer" as A box "Manage-Application" #lightblue participant CLI as CLI participant Web as Web participant "caade" as S A -> CLI : caade-application-destroy() CLI -> S : application/destroy() A -> Web : application/destroy() Web -> S : application/destroy() end box @enduml
false
true
false
false
sequence
358539fd8091b6b5cfed028bb2de6253bbbd2e9c
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ItemShippingDetailsDraft.puml
438a4b4117ed5b8c1dd3f04a30c32274567b318f
[]
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
11,628
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 ItemShippingDetailsDraft [[ItemShippingDetailsDraft.svg]] { targets: [[ItemShippingTarget.svg List<ItemShippingTarget>]] } interface CustomLineItemDraft [[CustomLineItemDraft.svg]] { name: [[LocalizedString.svg LocalizedString]] key: String quantity: Long money: [[Money.svg Money]] slug: String taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]] } interface LineItemDraft [[LineItemDraft.svg]] { key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] perMethodExternalTaxRate: [[MethodExternalTaxRateDraft.svg List<MethodExternalTaxRateDraft>]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface CartAddCustomLineItemAction [[CartAddCustomLineItemAction.svg]] { action: String money: [[Money.svg Money]] name: [[LocalizedString.svg LocalizedString]] key: String quantity: Long slug: String taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]] } interface CartAddLineItemAction [[CartAddLineItemAction.svg]] { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface CartRemoveLineItemAction [[CartRemoveLineItemAction.svg]] { action: String lineItemId: String lineItemKey: String quantity: Long externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] shippingDetailsToRemove: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface CartSetCustomLineItemShippingDetailsAction [[CartSetCustomLineItemShippingDetailsAction.svg]] { action: String customLineItemId: String customLineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface CartSetLineItemShippingDetailsAction [[CartSetLineItemShippingDetailsAction.svg]] { action: String lineItemId: String lineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface MyLineItemDraft [[MyLineItemDraft.svg]] { key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyCartAddLineItemAction [[MyCartAddLineItemAction.svg]] { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyCartRemoveLineItemAction [[MyCartRemoveLineItemAction.svg]] { action: String lineItemId: String lineItemKey: String quantity: Long externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] shippingDetailsToRemove: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface MyCartSetLineItemShippingDetailsAction [[MyCartSetLineItemShippingDetailsAction.svg]] { action: String lineItemId: String lineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface StagedOrderAddCustomLineItemAction [[StagedOrderAddCustomLineItemAction.svg]] { action: String money: [[Money.svg Money]] name: [[LocalizedString.svg LocalizedString]] key: String quantity: Long slug: String taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface StagedOrderAddLineItemAction [[StagedOrderAddLineItemAction.svg]] { action: String key: String productId: String variantId: Long sku: String quantity: Long addedAt: DateTime distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface StagedOrderRemoveLineItemAction [[StagedOrderRemoveLineItemAction.svg]] { action: String lineItemId: String lineItemKey: String quantity: Long externalPrice: [[Money.svg Money]] externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]] shippingDetailsToRemove: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface StagedOrderSetCustomLineItemShippingDetailsAction [[StagedOrderSetCustomLineItemShippingDetailsAction.svg]] { action: String customLineItemId: String customLineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface StagedOrderSetLineItemShippingDetailsAction [[StagedOrderSetLineItemShippingDetailsAction.svg]] { action: String lineItemId: String lineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface CustomLineItemImportDraft [[CustomLineItemImportDraft.svg]] { name: [[LocalizedString.svg LocalizedString]] key: String slug: String quantity: Long money: [[Money.svg Money]] taxRate: [[TaxRate.svg TaxRate]] taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]] priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] state: [[ItemState.svg List<ItemState>]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface LineItemImportDraft [[LineItemImportDraft.svg]] { name: [[LocalizedString.svg LocalizedString]] key: String variant: [[ProductVariantImportDraft.svg ProductVariantImportDraft]] productId: String quantity: Long price: [[PriceDraft.svg PriceDraft]] taxRate: [[TaxRate.svg TaxRate]] distributionChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] supplyChannel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]] inventoryMode: [[InventoryMode.svg InventoryMode]] shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] state: [[ItemState.svg List<ItemState>]] custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface OrderSetCustomLineItemShippingDetailsAction [[OrderSetCustomLineItemShippingDetailsAction.svg]] { action: String customLineItemId: String customLineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } interface OrderSetLineItemShippingDetailsAction [[OrderSetLineItemShippingDetailsAction.svg]] { action: String lineItemId: String lineItemKey: String shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]] } ItemShippingDetailsDraft --> CustomLineItemDraft #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> LineItemDraft #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> CartAddCustomLineItemAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> CartAddLineItemAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> CartRemoveLineItemAction #green;text:green : "shippingDetailsToRemove" ItemShippingDetailsDraft --> CartSetCustomLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> CartSetLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> MyLineItemDraft #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> MyCartAddLineItemAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> MyCartRemoveLineItemAction #green;text:green : "shippingDetailsToRemove" ItemShippingDetailsDraft --> MyCartSetLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> StagedOrderAddCustomLineItemAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> StagedOrderAddLineItemAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> StagedOrderRemoveLineItemAction #green;text:green : "shippingDetailsToRemove" ItemShippingDetailsDraft --> StagedOrderSetCustomLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> StagedOrderSetLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> CustomLineItemImportDraft #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> LineItemImportDraft #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> OrderSetCustomLineItemShippingDetailsAction #green;text:green : "shippingDetails" ItemShippingDetailsDraft --> OrderSetLineItemShippingDetailsAction #green;text:green : "shippingDetails" @enduml
false
true
false
false
sequence
04b129f1248f40e6f57732dc863b6250ecb859d1
9fef178af756f361ceef6dc83d068b2bf36554ac
/play.puml
2adf5426324dc145d8cf82a965c1046ceaf6008f
[]
no_license
gillescoolen/sudoku-diagrams
258d3eb504f8f45d33876b7a2dc23f3a403aff1a
7d5c7850b384e272075b98ff630d67afe582b5e9
refs/heads/main
2023-04-19T17:23:12.615718
2021-05-09T15:40:40
2021-05-09T15:40:40
365,787,991
1
0
null
null
null
null
UTF-8
PlantUML
false
false
941
puml
@startuml sequence actor User participant View participant Controller participant Game participant Cell User->View : Enters value 7 in cell View->Controller : Calls ChangeCell() Controller->Game : Calls ChangeCell() alt value is empty Game->Cell : Sets the definitive value of the cell to 7. else value is equal Game->Cell : Empties the cell. else value is different Game->Cell : Sets the definitive value of the cell to 7. end View<--Controller : Render new value User->View : Changes state View->Controller : Calls ChangeState() Controller->Game : Changes state to hint state View<--Controller : Render hint values User->View : Enters value 5 in cell View->Controller : Calls ChangeCell() Controller->Game : Calls ChangeCell() alt hint is set Game->Cell : Empties the cell. else hint is not set Game->Cell : Sets the hint value of the cell to 5. else definitive is set end View<--Controller : Render new value @enduml
false
true
false
false
sequence
38b9845146420dd6e4bb6561a39a721e8620459d
9cffb6f01a73e220a23fac7c603d1589e6f3342c
/diagram.puml
cdb89d1d73892c80648b1fa1abd8c174cb17c26a
[]
no_license
Neerajsh8851/framework
8d946a19fde37dcf67109be95c1135fd4d153811
bb5df992fa05de27160c820f5f296a751031cd35
refs/heads/master
2023-05-02T01:18:58.630911
2021-05-09T20:31:05
2021-05-09T20:31:05
365,494,368
0
0
null
null
null
null
UTF-8
PlantUML
false
false
893
puml
@startuml 'https://plantuml.com/class-diagram 'abstract class AbstractList 'abstract AbstractCollection 'interface List 'interface Collection ' 'List <|-- AbstractList 'Collection <|-- AbstractCollection ' 'Collection <|- List 'AbstractCollection <|- AbstractList 'AbstractList <|-- ArrayList ' 'class ArrayList { 'Object[] elementData 'size() '} 'enum TimeUnit { 'DAYS 'HOURS 'MINUTES '} BaseActor <|-- AnimeActor BaseActor <|-- DActor BaseActor <|-- FActor AnimeActor <|-- FAnimeActor AnimeActor <|-- DAnimeActor abstract class BaseActor { public BaseActor(float x, float y, Stage stage) protected draw(Batch batch, TextureRegion texture) } class AnimeActor { public AnimeActor(float x, float y, Stage stage) private Animation<TextureRegion> createAnimationByImages(String[] name, ) createAnimationBySpriteSheet() } class FAnimeActor class DAnimeActor class FActor class DActor @enduml
false
true
false
false
class
6534e639081b80791e62aaac1e3b718932628d73
fe637e269d77235f784ef2b1247ec671a2758cff
/cart-service/src/main/java/com/groupjn/cartservice/configuration/configuration.plantuml
e0a8926b497120b352c1b460ecf33172197a80f1
[]
no_license
Software-Architecture-CS5722-Group/E-commerce
69ae28d633d69d72e3f5bda04cecb746d6d53030
7defdcb8bb16f28bc57d2d23db02544253304084
refs/heads/main
2023-07-17T09:05:40.188643
2021-05-24T23:12:35
2021-05-24T23:12:35
363,711,507
0
0
null
null
null
null
UTF-8
PlantUML
false
false
462
plantuml
@startuml title __CONFIGURATION's Class Diagram__\n namespace com.groupjn.cartservice { namespace configuration { class com.groupjn.cartservice.configuration.ShoppingConfiguration { {static} + validationWithHashMap() } } } 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
9c322147225fa19a7a49d8ab1672d37f8429bbc3
8c555187950d10a13a62f6a6c8d20af3230a925e
/diagrams/common.puml
79aedd2861d71ede4858c97c3f9f911adc2e8ce0
[ "Apache-2.0" ]
permissive
Mayur0307/assignment
1dc177307bed29600165a19ca0d3db70fdee4f2b
187f9541717c03fb4edecbed66553eca317406c5
refs/heads/master
2021-12-05T09:59:00.481640
2015-03-12T21:36:05
2015-03-12T21:36:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
147
puml
@startuml package "ru.assignment.chat.common" #DDDDDD { class ChatMessage { -String text +String getMessage() } } @enduml
false
true
false
false
class
7ce0be94316eea6c7f7f9ff785813989a2eb6682
2cb5704e6bfcb1657a169afab3906b004ef06b5f
/assets/uml/KitchenHatch.plantuml
ec053d1c1f89fbfd366a6cf7be43306b82d6c5c7
[ "MIT" ]
permissive
noopliez/10-threads-android
701ee008fccd1d933e11e7e09898f5ec528061dc
15ff794ade915a5e24f66f0072be992d6aaafd32
refs/heads/master
2022-04-05T11:41:55.541217
2020-02-04T13:08:18
2020-02-04T13:08:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
494
plantuml
@startuml KitchenHatch package de.fhro.inf.prg3.a10.kitchen { +interface KitchenHatch { getMaxDishes(): int getOrderCount(): int getDishesCount(): int dequeueOrder(): Order dequeueOrder(timeout: long): Order dequeueDish(): Dish dequeueDish(timeout: long): Dish enqueueDish(dish: Dish) } +class KitchenHatchImpl implements KitchenHatch { +KitchenHatchImpl(maxMeals: int, orders: Deque<Order>) } } @enduml
false
true
false
false
class
694dccd1323d3509ccf4d1d6f2b564fff04f22e0
0416b8caa2a1a01e971999f29a3747e804d36bbc
/docs/ex41.puml
61becb83057df8c187d5733d71ed4304a75501ac
[]
no_license
Jerry-235/Pike-cop3330-assignment3
6feb3092627d30402b51bb1f42f6812e8494e33d
be07b5fcd93fd646c449de85d1df2415a003c256
refs/heads/master
2023-08-20T00:00:26.238092
2021-10-12T03:07:02
2021-10-12T03:33:50
416,171,042
0
0
null
null
null
null
UTF-8
PlantUML
false
false
297
puml
@startuml abstract class main { +scanner +array +read names and sort try for success } class writeNames { +file writer +output to .txt } class readNames { +while input exist +add to new line } main <|-- writeNames readNames --> writeNames main <|-- readNames @enduml
false
true
false
false
class
7d2af78dc15bfdfac5324afbeafabc817d48e6ec
331b5fb9eb6c392092ab8826181261276b854181
/libraries/Catena-Arduino-Platform/assets/cFramStorage.puml
233819eba955365135b57974d474307d25919624
[ "MIT" ]
permissive
cornell-eerl-iot/iotHardware
ceabd45968856e826ee94e5ccb52739687d795b4
a1213cb57c569850a1fd4da2f1a77617d92c6812
refs/heads/master
2020-03-20T10:24:20.510006
2018-07-02T14:59:00
2018-07-02T14:59:00
137,369,594
2
0
null
2018-08-07T03:55:49
2018-06-14T14:33:22
C++
UTF-8
PlantUML
false
false
1,413
puml
@startuml /' PlantUML image for FRAM '/ namespace McciCatena { class cFramStorage { +enum StandardKeys +typedef uint32_t Offset; +{static}const StandardItem vItemDefs[]; } class cFramStorage::StandardItem { -uint32_t makeValue(); +uint32_t getSize(); +StandardKeys getKey(); +bool isNumber(); +bool isReplicated(); +const GUID *getGuid(); -uint32_t uValue; } class cFramStorage::ObjectRaw { +uint32_t uSizeKey +GUID Guid +uint8_t uKey +uint8_t uVer[3] +bool isStandard() +cFramStorage::Object *getStandardObject() } class cFramStorage::Object { +uint16_t getObjectSize() +uint16_t nextObjectOffset(); +uint16_t getObjectClicks(); +bool setObjectSize(); +uint16_t hasValidSize(); +uint16_t getDataSize(); +bool matchesGuid(); +int getKey(); +{static}uint16_t neededClicks(); +bool validDataSize(); +bool isReplicated(); +unsigned nReplicants(); +uint32_t offsetOfReplicant(); +uint8_t getCurrent(); +uint8_t setCurrent(); +uint8_t *getDiscriminatorBuffer(); +size_t getDiscriminatorBufferSize(); +size_t offsetOfDiscriminator(); +size_t getBufferSize(); +uint8_t *getBuffer(); +bool initialize(); +bool isValid(); } cFramStorage "1" *--> "kMax" cFramStorage::StandardItem : vItemDefs[] class cFramStorage::StandardKeys cFramStorage *--> cFramStorage::StandardKeys cFramStorage::ObjectRaw <|-- "cFramStorage::Object" } @enduml
false
true
false
false
sequence
d890bc2160809a7358bfcaae1682adbe0f3e4041
9a7ad7e3358b11938616be7fd96ea4e54176d3e6
/docs/puml_raw/db_scheme.puml
f74390c07dc68937926bb52f2e42fe1092658dd3
[ "MIT" ]
permissive
Noxud/ProjectEulerApi
e7d776cf6931f9d2bbb202e605708ef5a505958b
94a4b5fef6e90241f37f05b822cd1252ec331602
refs/heads/main
2023-06-01T10:16:04.570029
2021-06-19T22:25:21
2021-06-19T22:25:21
376,047,826
0
0
MIT
2021-06-19T22:25:22
2021-06-11T14:17:25
null
UTF-8
PlantUML
false
false
1,032
puml
@startuml hide circle skinparam shadowing false ' skinparam lineType ortho skinparam class { BorderColor 005cc5 BackgroundColor bab8e6 FontName Courier } skinparam note { BorderColor 005cc5 BackgroundColor bab8e6 FontSize 10 } skinparam ArrowColor 005cc5 legend |= Symbol |= Definition | | <&sun> | Required (not null) | | <&star> | Unique | | <&link-intact> | Relation | | <&key> | Primary key | | <&script> | Constraint | | <&signal> | Serial | endlegend entity problem { <&key><&signal> id **int** <&sun> solution **varchar(?)** <&sun> text **text** -- The main problem table. //text// field is problem text in english. } entity translation { <&sun><&link-intact> problem_id **int** <&sun> lang **char(2)** <&sun> text **text** -- <&script><&star> problem_id_lang_unique_together -- The problems translations. Can't create translation with empty text. The problem_id and the lang must be unique together } translation::problem_id --> problem::id @enduml
false
true
false
false
sequence
8e73fc084a2eb255224f2a7eeeb5be2239fbfdec
5e1144554f593084489650b0723cfe8ce8c8e26a
/Lab submits/Decode/Decode.puml
d2cc320e05adbeb39f8272b251ba6bef712becff
[]
no_license
03376808-OOAD-60030112/OOAD-WEEK11
1838f72bb5bb31ae4b2bc87f3a1251c1581b932c
7b50686807343739302b04f9a9b51bb1ca47a986
refs/heads/master
2022-06-18T22:42:09.342048
2020-05-08T16:28:26
2020-05-08T16:28:26
262,302,228
0
0
null
2020-05-08T11:09:37
2020-05-08T11:09:37
null
UTF-8
PlantUML
false
false
276
puml
@startuml Decode skinparam Shadowing false skinparam state{ BackgroundColor Red } [*]-> Ready Ready:do/waiting for instruction Decode : decoding Display : show decoded data Ready-> Decode:Received encoded data Decode --> Display : Decoded Display -left-> [*] : end @enduml
false
true
false
false
sequence
56f667631866512f06a6de2e3c1ce9e2a84cef00
a22c0329bd4e7cbe9bbf31d10f718719eb4ba5a8
/UML/class_diagram.puml
9f55f3951a1da28bc46c19232ec56b302a7f8bd7
[]
no_license
BerIgor/Robopop
c1815c628010abef9451ead5a2de9bce454fae6d
055390646f2ce09034c6e4de3e8fb1b3f78e959f
refs/heads/master
2021-01-15T14:23:14.946887
2017-10-24T13:09:33
2017-10-24T13:09:33
99,692,165
0
0
null
2017-08-12T15:15:33
2017-08-08T12:49:39
Java
UTF-8
PlantUML
false
false
1,275
puml
@startuml class AppCompatActivity AppCompatActivity <|-- StartupActivity AppCompatActivity <|-- MainActivity class StartupActivity { -selectedPower: int -selectedSound: int +dialogSoundConstructor() +dialogPowerConstructor() } StartupActivity .. MainActivity class MainActivity { +popIndexList: LinkedList<Integer> +bufferSize: int +recording: short[][] -audioRecorder: AudioRecord -mediaPlayer: MediaPlayer +stopAll() } class RecorderTask class ProcessorTask MainActivity "1 " +-- RecorderTask MainActivity "1 " +-- ProcessorTask MainActivity "1" *-- StopCondition MainActivity "1" *-- PeakFinder MainActivity "1" *-- PeakFinderFactory interface StopCondition { #popList: LinkedList<Integer> +conditionSatisfied() +getCurrentCondition() } class CountingCondition class IntervalCondition StopCondition <|-- CountingCondition StopCondition <|-- IntervalCondition interface PeakFinder { getPops() reset() factor popWidth } class PeakFinderFactory { getPeakFinder() } class ZamirBerendorf class MovingAverage PeakFinder <-- PeakFinderFactory: creates PeakFinder <|-- ZamirBerendorf PeakFinder <|-- MovingAverage class AsyncTask AsyncTask <|-- RecorderTask AsyncTask <|-- ProcessorTask @enduml
false
true
false
false
class
a6b25bd5e6f6a648900234eda10503cdb1c75da9
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/main/java/org/concordion/api/extension/extension.plantuml
ed663e0ba4c922bd8a3fd4d1af6d60fed0e4d868
[ "WTFPL", "Apache-2.0" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,451
plantuml
@startuml title __EXTENSION's Class Diagram__\n package org.concordion { package org.concordion.api { package org.concordion.api.extension { interface ConcordionExtender { {abstract} + withCommand() {abstract} + withAssertEqualsListener() {abstract} + withAssertTrueListener() {abstract} + withAssertFalseListener() {abstract} + withExecuteListener() {abstract} + withSetListener() {abstract} + withRunListener() {abstract} + withVerifyRowsListener() {abstract} + withThrowableListener() {abstract} + withDocumentParsingListener() {abstract} + withSpecificationProcessingListener() {abstract} + withExampleListener() {abstract} + withOuterExampleListener() {abstract} + withBuildListener() {abstract} + withResource() {abstract} + withEmbeddedCSS() {abstract} + withEmbeddedCSS() {abstract} + withLinkedCSS() {abstract} + withEmbeddedJavaScript() {abstract} + withLinkedJavaScript() {abstract} + withSource() {abstract} + withTarget() {abstract} + withSpecificationLocator() {abstract} + withRunStrategy() {abstract} + withBreadcrumbRenderer() {abstract} + withSpecificationType() } } } } package org.concordion { package org.concordion.api { package org.concordion.api.extension { interface ConcordionExtension { {abstract} + addTo() } } } } package org.concordion { package org.concordion.api { package org.concordion.api.extension { interface ConcordionExtensionFactory { {abstract} + createExtension() } } } } package org.concordion { package org.concordion.api { package org.concordion.api.extension { interface Extension { } } } } package org.concordion { package org.concordion.api { package org.concordion.api.extension { interface Extensions { {abstract} + value() } } } } 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
a44065fb8ef4856385bb374dbc86adec29200104
e26b12eef876a125fde9033090a333f28cd1f098
/Latex/UML/program-logic.plantuml
21ad0d5f1eb1836908b1e5c82684c26370632e37
[]
no_license
XaBerr/tesi-magistrale
6dfe91f887af0d8f6d44d3bfe1c2709dc86adea2
0408d1ea5a0e337b00e5e1e3d0d4641be448cf34
refs/heads/master
2022-12-14T23:07:52.957898
2020-09-07T13:34:03
2020-09-07T13:34:03
281,984,022
0
1
null
null
null
null
UTF-8
PlantUML
false
false
435
plantuml
@startuml program-logic !$LIGHT = 1 !includeurl https://raw.githubusercontent.com/XaBerr/plantUMLstyle/master/style.plantuml rectangle "backend" { object "business logic" as bl { Calculator.cpp Calculator.h } } rectangle "frontend" { object "presentation logic" as pl { CalculatorWidget.cpp CalculatorWidget.h } object "UI/GUI" as ui { CalculatorWidget.ui } } bl <-right-> pl pl <-right-> ui @enduml
false
true
false
false
object
c55d186b062b7e883bc8dd1ad03276fa73478ff8
8f18b6f5eb73b1f84d73fc4e77f8795333d89702
/src/main/java/UML/ClassDiagram.puml
31f2ebad893a1c18a2bd167c0dd53aaf30e1d773
[]
no_license
NikolajX4000/Sem2Exam
2b132d7733aaa7a0340cdca99eb80697f109d3a4
2e74cda6d83cab6c190be7959fc94d0985a346e0
refs/heads/master
2020-03-10T17:37:13.385377
2018-06-01T15:48:31
2018-06-01T15:48:31
129,504,246
3
0
null
2018-06-01T15:35:36
2018-04-14T09:50:11
Java
UTF-8
PlantUML
false
false
1,130
puml
@startuml class Employee{ -int id -String name -String password } class Material{ -int id -String name -int price -int size -String description -int unitSize } class Order{ -int id -String stringId -List<PartLine> partsList -int price -int materialPrice -String name -String address -int zipCode -String City -String phone -String email -String note -int width -int length -int roof -int angle -int shedWidth -int shedLength -String placed -String status +int calculatePrice() +boolean hasShed() +boolean isFlat() +String getStatusColor() +String generateStringId(int amount) +String getStringId() +String getDrawingSide() +String getDrawingTop() +List<PartLine> getPartList() } class PartLine{ -Material material -int size -int amount -int unit -String description +calculatePrice() } class Roof{ -int ID -String NAME -int TYPE } Order "*" -left- "1" Roof Order "1" -right- "*" PartLine PartLine "*" -- "1" Material @enduml
false
true
false
false
class
2126439ec95d157e9b3d8d90d503efa31906d0f5
12d22393334f51dbfe8b15c3838bf19353d6a12d
/showcontrol4j-core/src/main/java/com/showcontrol4j/exception/exception.plantuml
76f98d436c450d60695e12730287e15c5693b3fc
[ "Apache-2.0" ]
permissive
JamesHare/ShowControl4J
0179f9b27dc6f62a94202862566e5a402cffa49d
9419cc26aae596895821385fe64a74caccec33a9
refs/heads/master
2021-06-17T17:37:35.024337
2021-05-02T03:00:59
2021-05-02T03:00:59
202,650,026
0
0
Apache-2.0
2020-10-13T20:26:54
2019-08-16T03:13:34
Java
UTF-8
PlantUML
false
false
1,314
plantuml
@startuml title __EXCEPTION's Class Diagram__\n namespace com.showcontrol4j.exception { class com.showcontrol4j.exception.NullBrokerConnectionFactoryException { + NullBrokerConnectionFactoryException() + NullBrokerConnectionFactoryException() } } namespace com.showcontrol4j.exception { class com.showcontrol4j.exception.NullBrokerHostException { + NullBrokerHostException() + NullBrokerHostException() } } namespace com.showcontrol4j.exception { class com.showcontrol4j.exception.NullMessageExchangeException { + NullMessageExchangeException() + NullMessageExchangeException() } } namespace com.showcontrol4j.exception { class com.showcontrol4j.exception.NullMessageExchangeNameException { + NullMessageExchangeNameException() + NullMessageExchangeNameException() } } namespace com.showcontrol4j.exception { class com.showcontrol4j.exception.NullSCFJMessageCommandException { + NullSCFJMessageCommandException() + NullSCFJMessageCommandException() } } 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
bf9af0fc9a5d4af6983921a40a8fa83bc2e893b3
bb34b1f4f4134e42da3a119aa0ee3a0e218c985c
/src/OwsProxy3/CoreBundle/Documentation/communication.puml
5381e92f37208f4c1866d3faf76ea9d36acd5ee3
[ "MIT" ]
permissive
mapbender/owsproxy3
52a9a90a61c33df98101fa5abc9a51bf4018bbf8
700e0a6be144a8aaa5dd77a412eb632d48140717
refs/heads/master
2023-04-08T17:08:49.767354
2023-03-30T09:34:55
2023-03-30T09:34:55
8,309,127
2
3
MIT
2019-06-28T08:13:08
2013-02-20T08:34:43
PHP
UTF-8
PlantUML
false
false
684
puml
@startuml box "Client" participant Browser end box box "Mapbender server" participant "Url preprocessor" participant OwsProxy end box box "External service" participant GeoServer end box group Backend "Url preprocessor" -> Browser: Rewrite URL, add signature hash\nhttp://mapbender.server/owsproxy?\n signature=HASH&\n url=http://wms.server/path end group Frontend Browser -> OwsProxy: Get service data activate OwsProxy OwsProxy -> GeoServer: Get service data deactivate OwsProxy activate GeoServer GeoServer -> OwsProxy: Service response deactivate GeoServer activate OwsProxy OwsProxy -> Browser: Forward response deactivate OwsProxy end @enduml
false
true
false
false
sequence
f51c75347ce0d805613623d207692d64211875a5
786b8d255485f952a5761abff55a191fd736dc1e
/main/java/com/gmail/ib/projectCrypt/backend/cryptData/cryptData.plantuml
d061e0bfe9866e6fc34b2603b292f3681b68e41b
[]
no_license
notd5a-alt/projectCrypt
3e5149217bde9b573b674beecc99e9a09fa70319
2f46d41160963bc4f78b49e5ad6a9db6b8ac7845
refs/heads/master
2022-04-11T10:50:28.626265
2020-03-24T11:39:07
2020-03-24T11:39:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,071
plantuml
@startuml title __CRYPTDATA's Class Diagram__\n namespace com.gmail.ib.projectCrypt { namespace backend.cryptData { class com.gmail.ib.projectCrypt.backend.cryptData.API { {static} - apiKey : String {static} + main() {static} - jsonDataParser() {static} - makeAPICall() {static} - updateDB() } } } namespace com.gmail.ib.projectCrypt { namespace backend.cryptData { class com.gmail.ib.projectCrypt.backend.cryptData.SQLConnector { + SQLConnection() } } } namespace com.gmail.ib.projectCrypt { namespace backend.cryptData { class com.gmail.ib.projectCrypt.backend.cryptData.cryptCurrencyPriceData { - dateAdded : String - market_cap : double - name : String - percentChange_24h : double - percent_change_1h : double - percent_change_7d : double - price : double - slug : String - symbol : String - volume_24h : double + cryptCurrencyPriceData() + cryptCurrencyPriceData() + cryptCurrencyPriceData() + cryptCurrencyPriceData() + getDateAdded() + getMarket_cap() + getName() + getPercentChange_24h() + getPercent_change_1h() + getPercent_change_7d() + getPrice() + getSlug() + getSymbol() + getVolume_24h() + setDateAdded() + setMarket_cap() + setName() + setPercentChange_24h() + setPercent_change_1h() + setPercent_change_7d() + setPrice() + setSlug() + setSymbol() + setVolume_24h() } } } com.gmail.ib.projectCrypt.backend.cryptData.cryptCurrencyPriceData .up.|> java.io.Serializable 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
00b1c957189453ef961227d36eeff6a46cd83fdc
ec373ea0c1137fa2efb36315ff754a0e808e4aaf
/Docs/SequenceDiagram.puml
15555ba8c165e90bcc49a4ae9b5a319e91294f54
[]
no_license
asmadsen/LottasFleaMarket
c33ce4294c999d4b4336e557b3afbdf26413bce6
f10d5ed560a9b060dc5976506ff4dcf5f66b916b
refs/heads/master
2020-04-06T10:08:39.595031
2018-11-18T22:38:41
2018-11-18T22:38:41
157,369,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
944
puml
@startuml actor Buyer participant Market actor Seller opt Buyer -> Market: Registers itself as a observer end loop Until seller has sold all it's items Seller -> Market: Puts item up for sale Buyer <- Market: Notifies buyer of new items ||| opt Buyer is registered after Market already has items on sale ||| Buyer -> Market: Registers itself as a observer Buyer <-- Market: Notifies buyer of new items ||| alt Buyer has money to buy item ||| Buyer -> Seller: Buys item from seller Seller -> Market: Removes item from market Buyer <-- Seller: Transfers item ||| end ||| end ||| alt Buyer has money to buy item ||| Buyer -> Seller: Buys item from seller Seller -> Market: Removes item from market Buyer <-- Seller: Transfers item ||| end end @enduml
false
true
false
false
sequence
3fbc21b2369bcc3eb583bbc02f83823ad4f10f44
a047afd92ca0e112af65d4e1a3ffa0c5d4b3f9b8
/source/images/concepts/finalize_generic_blockchain.plantuml
5a4710b70b2fdd91fadfb12c5bd557dd614ee48e
[ "CC-BY-4.0" ]
permissive
cryptphil/perun-doc
9c98c2acb57e5a08aae916427b2b35e980236de6
7a432dcdf8d11c7817e08e90e42f2b6ad6ca57c5
refs/heads/main
2023-08-13T19:06:22.466947
2021-08-18T08:03:37
2021-08-18T08:03:37
411,830,302
0
0
CC-BY-4.0
2021-09-29T21:10:04
2021-09-29T21:10:03
null
UTF-8
PlantUML
false
false
1,197
plantuml
' SPDX-FileCopyrightText: 2021 Hyperledger ' SPDX-License-Identifier: CC-BY-4.0 @startuml finalize_generic_blockchain hide footbox skinparam SequenceMessageAlign center participant "Alice" as alice participant "Blockchain" as blockchain participant "Bob" as bob opt if latest off-chain state is not finalized alice -> blockchain: Register state\n(along with signatures\n of all participants) loop until challenge duration for register has not expired\nand the state is valid note over blockchain #LightGray If a state was already registered, then the newer state must have a higher version. end note blockchain -> blockchain:Update registered state\nand\nrestart challenge duration\nfor register alice <- blockchain: State registered blockchain -> bob: State registered opt if state registered is not latest blockchain <- bob: Register latest state\n(along with signatures\n of all participants) end end blockchain -> blockchain: Wait for challenge duration\nfor register to expire opt if channel has an app blockchain -> blockchain: Start challenge duration\nfor on-chain progression else if channel does not have an app blockchain -> blockchain: Channel finalized\non-chain end end @enduml
false
true
false
false
sequence