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
c635386f53a9a69c4d21f03cad927a90e8ffe3f2
f5f59016295a183565af167a861e2c8db9f1b070
/diagrams/src/lib/utility/Application.Utility/Startup/Security.puml
ec9f1af3f172295f473c07d72224dec431a41228
[ "MIT" ]
permissive
converge-app/collaboration-broker-service
fb21788289134c265f1cd5db3ceaa3f32ba18406
69c676a5bbb3e602f939f9c91680560a6c63926a
refs/heads/master
2023-03-19T11:36:58.937045
2019-12-17T12:06:26
2019-12-17T12:06:26
218,333,241
0
0
MIT
2023-03-04T01:16:20
2019-10-29T16:29:32
C#
UTF-8
PlantUML
false
false
147
puml
@startuml class Security <<static>> { + {static} AddTokenValidation(services:IServiceCollection, secret:string) : IServiceCollection } @enduml
false
true
false
false
class
496bfae10ddbb785ecc4fcef0ac38de78815783b
94a36866bd0a28c6ec1b55e2d6eded074ab448b7
/django/Django.puml
60e9aeb7bbc20b48ea7d652f2d54d68448f07f9f
[]
no_license
Master-Desarrollo-20-21/arquitectura-del-software-diagramas-de-tu-framework-jmanuelsoberano
bc8e54e40c4d29d935da38fc1d4f642191e7e0b8
9fce39a8271018da9ab1a0c62fd607e63cd76747
refs/heads/main
2023-04-04T15:36:11.743418
2021-04-15T15:45:16
2021-04-15T15:45:16
358,122,019
0
0
null
null
null
null
UTF-8
PlantUML
false
false
164
puml
@startuml 'https://plantuml.com/class-diagram class Model <<Model>> class View <<Controller>> class Template <<View>> View *--> Model View *--> Template @enduml
false
true
false
false
class
4e8feec301a817cb123aa2c7d6e7154352422a1b
91678f027f1da807dfe4c113028f331f458c3a3d
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-tag.puml
154a444ae7b9050ebecf0586f40a7924796cea89
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
amtee/platform
fd4b863a98c4302a26782486d173c437dfa98baa
3518811b02bcfb746abb8553ae8e5ac6f15338c0
refs/heads/trunk
2023-08-20T03:41:00.473175
2021-09-27T11:20:36
2021-09-27T11:20:36
410,864,620
1
0
MIT
2022-02-06T18:56:01
2021-09-27T11:54:21
null
UTF-8
PlantUML
false
false
2,711
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(ShopwareCoreSystemTagTagDefinition, "tag\n(Taxonomy)") { primary_key(id) id not_null(name) string not_null(createdAt) createdAt updatedAt updatedAt } ForeignTable(ShopwareCoreContentProductAggregateProductTagProductTagDefinition, "product_tag") { } ForeignTable(ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition, "media_tag") { } ForeignTable(ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition, "category_tag") { } ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag") { } ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition, "order_tag") { } ForeignTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition, "shipping_method_tag") { } ForeignTable(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag") { } ForeignTable(ShopwareCoreContentLandingPageAggregateLandingPageTagLandingPageTagDefinition, "landing_page_tag") { } ' relationshipd ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentProductAggregateProductTagProductTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition ShopwareCoreSystemTagTagDefinition --> ShopwareCoreContentLandingPageAggregateLandingPageTagLandingPageTagDefinition @enduml
false
true
false
false
uml-unknown
24533234cf72bb0e844070a3f218b30ae9391f42
79086ca37b19a70fa722218f3bfe50a6e06b3333
/UML/UseCase.puml
03f3e5c0d2932553a9fcf9caab942dcf58a58533
[]
no_license
M-a-x-i-m-i-l-i-a-n/CardTrading
2e598b6d09dad4ce2e8216200410861be455ac8e
d405d7e6aa10b2dc571c62415f03e933f23eb93c
refs/heads/master
2023-08-25T19:58:51.851916
2021-10-28T12:11:04
2021-10-28T12:11:04
411,668,876
0
0
null
null
null
null
UTF-8
PlantUML
false
false
821
puml
@startuml left to right direction actor User package Actions { usecase "Register" usecase "Login" usecase "Buy Cards" usecase "Manage Cards" usecase "Search for a game" usecase "Playing a game" usecase "Compare stats on the scoreboard" } User -r-> (Register) User -r-> (Login) User -d-> (Buy Cards) User -r-> (Manage Cards) User -d--> (Search for a game) User -d--> (Playing a game) User -d--> (Compare stats on the scoreboard) package System{ actor LoginHandler actor Shop actor DeckHandler actor LobbyHandler actor GameHandler actor Scoreboard } LoginHandler -l-> (Register) LoginHandler -l-> (Login) Shop -u-> (Buy Cards) DeckHandler -u-> (Manage Cards) LobbyHandler -u--> (Search for a game) GameHandler -u--> (Playing a game) Scoreboard ---> (Compare stats on the scoreboard) @enduml
false
true
false
false
usecase
8225d8602f0d07669bdad76ff95bec80ef578cc9
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1060708/sprint3/ipc01_02_design_adding_cell_listeners.puml
a0cd18252bd293234559b8d780ca6e35c12e7fdb
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
506
puml
@startuml doc-files/ipc01_02_analysis_adding_cell_listeners.png participant Actor as Actor participant StartingSharingPanel as ui participant StartSharingController as controller participant CellImpl as cImpl Actor -> ui : connectAction(); ui -> controller : connectTo(); Actor -> ui : selectCellsToUpdate(); Actor -> ui : startAutomaticSharing(); ui -> controller : addCellListeners(); loop for CellListener lst : listeners controller -> cImpl : addCellListener(); end @enduml
false
true
false
false
sequence
95e187eedfb2ef1949571a083d7a3632ff2ccb5c
cce29a57ba4a057a882f22a930a104546431ccc4
/ch3/meditator/classdiagram_meditator.puml
47ffec63b4af5b3c0ec85935c0f56c383728f166
[]
no_license
Jonghwanshin/embedded_design_pattern
9c98654aa7016ed36f2c7e8bc6db42b013e84160
751ac291d27a336060144c8d805406aa18d5926f
refs/heads/master
2021-04-26T04:39:32.035639
2019-10-05T04:24:36
2019-10-05T04:24:36
124,033,966
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,458
puml
@startuml Meditator Example interface iRotationgJoint{ getRoatation() : int rotate(int x) : int zero() : int } interface iSlidingJoint{ getLength() : int setLength(int x) : int zero() : int } class Action{ rotatingArmJoint1 : int rotatingArmJoint2 : int rotatingArmJoint3 : int rotatingArmJoint4 : int slidingArmJoint1 : int slidingArmJoint2 : int slidingArmJoint3 : int slidingArmJoint4 : int manipulatorForce : int manipulatorOpen : int } class RobotArmManager{ nSteps: unsigned int currentStep: unsigned int status : int graspAt(int x, int y, int z, int t): int computeTrajectory(int x, int y, int z, int t): int executeStep() : int zero() : int } class RoatatingArmJoint{ angle : int deviceId: char getRoatation() : int rotate(int x) : int zero() : int } class GraspingManipulator{ deviceId : char maxForce : int = 0 open(): int close() : int setMaxForce(int m) : int getClosure() : int } class SlidingArmJoint{ currentLength : int deviceId : char minArmLength : int maxArmLength : int getLength() : int setLength(int x) : int zero() : int } RobotArmManager --> "100" Action RobotArmManager --> "4" RoatatingArmJoint RobotArmManager --> "1" GraspingManipulator RobotArmManager --> "2" SlidingArmJoint RoatatingArmJoint --|> iRotationgJoint SlidingArmJoint --|> iSlidingJoint @enduml
false
true
false
false
class
3a906062b9485ea0c589506b2dfa6a223b51b7f3
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitSetDefaultBillingAddressAction.puml
140c9fc539abb9bfb6b0abc33dc77d319b08cd37
[]
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
519
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 BusinessUnitSetDefaultBillingAddressAction [[BusinessUnitSetDefaultBillingAddressAction.svg]] extends BusinessUnitUpdateAction { action: String addressId: String addressKey: String } interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
c74d47933c6c0c81544a1d5e234f96d2803fa191
2674d2bfed6d4a96db1f1d40d19b237642d01ca7
/docs/green/s1160696/sp3/sd4.puml
7c2483e4e4777bdc3b726571d34276bfbcbd8f90
[]
no_license
HugoFernandes2343/LAPR4_2017-2018
9c827075d64c92d89c05bb772f7e7c3192416803
e1d4724d9995676ac1f25bed0e9c2884929c12bb
refs/heads/master
2023-02-26T22:39:42.292967
2018-06-20T12:37:30
2018-06-20T12:37:30
336,568,975
1
0
null
null
null
null
UTF-8
PlantUML
false
false
534
puml
@startuml actor Actor participant "WorkbookView" as WV participant "Color" as C Actor -> WV : starts pressing the colapsible bar and pressing the text color button WV -> C : l = Color.getValues() WV -> C : getName() Actor -> WV : selects the color he wants and confirms pressing the confirm button WV -> WV : activecell= getActiveCell() WV -> CellStyleExtension : new() WV -> CellStyleExtension : setTxtColor(txtBolor) WV -> WV : doStyleExt(TXT_COLOR) WV -> Actor : Text Color style applied to the cell @enduml
false
true
false
false
usecase
5fc427f63823c6b86c7d76dc92585a76878bd295
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/serviceSchema/carrierEthernet/uml/carrierEthernetService.puml
972af9e4f200a3901904c0eef7a4e6291ef3f601
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
768
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class CarrierEthernetService { administrativeState: AdminState[1] operationalState: OperationalState[1] cTagPcpPreservation: EnabledDisabled[1] cTagDeiPreservation: EnabledDisabled[1] connectionType: ConnectionType[1] frameDisposition: FrameDisposition[1] listOfCosNames: String[1..*] maximumFrameSize: PositiveInteger[1] availableMegLevel: AvailableMegLevel[0..1] carrierEthernetSls: CarrierEthernetSls[0..1] } class CarrierEthernetEvc { "...attributes are not shown" } class CarrierEthernetOvc { "...attributes are not shown" } CarrierEthernetService <|-- CarrierEthernetEvc CarrierEthernetService <|-- CarrierEthernetOvc @enduml
false
true
false
false
class
a391a81551ac7254d8317fcdc743617aa3e40961
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/LightGray.puml
42a1c84e3e18ff79f3926912b158bf90551e6a08
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
316
puml
@startuml skinparam ClassBackgroundColor #LightGray skinparam ClassFontColor #LightGray skinparam ClassBorderColor #LightGray skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
ab06ac63cdcd3c56fe1451bfa8fd64f01f37ac8f
fabe9afc4a163305992527dddc758cecc7f975f8
/doc/request-matcher.puml
99c41e6313351033090fa6df393947deb056f1cb
[ "MIT" ]
permissive
n1215/http-request-matcher
48664f38c6afb232a86104b40e55f7f301ef0e15
327e950e96c85f84d129580292c3b88e532fe33c
refs/heads/master
2022-03-28T14:48:00.917755
2020-01-11T10:20:25
2020-01-11T10:29:21
112,817,229
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,186
puml
@startuml package N1215\Http\RequestMatcher { interface RequestMatchResultInterface { + isSuccess(): bool + getParams(): array } note bottom of RequestMatchResultInterface: Holds whether matched or not, and matched params. interface RequestMatcherInterface { + match(RequestInterface $request): RequestMatchResultInterface } note bottom of RequestMatcherInterface: matcher for PSR-7 request Psr\Http\Message.RequestInterface --> RequestMatcherInterface: input RequestMatcherInterface --> RequestMatchResultInterface: output interface ServerRequestMatcherInterface { + match(ServerRequestInterface $request): RequestMatchResultInterface } note bottom of ServerRequestMatcherInterface: matcher for PSR-7 server request Psr\Http\Message.ServerRequestInterface --> ServerRequestMatcherInterface: input ServerRequestMatcherInterface --> RequestMatchResultInterface: output } namespace Psr\Http\Message { interface RequestInterface note top of RequestInterface: PSR-7 server request interface ServerRequestInterface note top of ServerRequestInterface: PSR-7 server request } @enduml
false
true
false
false
sequence
b11e6c92b5462a21256e24a30efb05846ead0207
bbd445af163123afc512986dc4e69bf39946a718
/leither-springitfarm/leither-springitfarm/src/main/java/arm/iot/sec/proxy/cglib/Test.puml
c18e1dc444a7cc8043c4897fe26c972d4d247fc1
[]
no_license
long437611591/leither-learning
6216e38662e2b045e1784651111f6d1c0765b63d
a9189d9f97f153034de0f972d830681f881ea52f
refs/heads/master
2022-12-04T15:03:05.353300
2020-08-18T15:13:46
2020-08-18T15:13:46
285,238,265
0
0
null
null
null
null
UTF-8
PlantUML
false
false
59
puml
@startuml class ConfigurationClassPostProcessor{} @enduml
false
true
false
false
class
68f5372b582623643eb0f4849833e98e20426b2c
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/java/concept-jpa-3.plantuml
c8178cc78ad5fe42ddc2c42b69cc1a9ed7624e55
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
454
plantuml
@startuml card "New(Transient)"as new { } rectangle "Persistence Context" as pc { card Managed { } } card Detached { } card Removed { } database "\n\nDatabase\n\n" as db . -l-> new : new new -l-> Managed :persist Managed -u-> Detached :detached\nclear\nclose Detached -d-> Managed :merge Managed -d-> Removed :remove Removed -u-> Managed :persist Managed --> db :flush\ncommit Removed --> db :flush\ncommit db --> Managed :find\nJPQL @enduml
false
true
false
false
sequence
4facc5d535cc69c6e2a1c14d6da5b7989dad096a
8d8fba266b08cf77055ec663c6f8c6f4d6917645
/moocJava2020/osa11/07.IsompiLuokkakaavio/07.IsompiLuokkakaavio.puml
63dbc190160f483470bf1452c08ad81faa493036
[]
no_license
lnxbusdrvr/ohjelmoinninPerusteet
4179dbb21269b87e92ae21e092528c5b4365e550
60079703ef17d7801c4aa1428e6f31e2ba1f0bf2
refs/heads/master
2022-02-05T06:09:27.338410
2020-11-11T23:52:04
2020-11-11T23:52:04
229,281,190
0
0
null
2022-01-21T23:48:05
2019-12-20T14:38:28
Java
UTF-8
PlantUML
false
false
222
puml
@startuml class A implements IA Interface IA <<Interface>> class B implements IB Interface IB <<Interface>> class C implements IC Interface IC <<Interface>> class D class E D -> IA E "*" - "*" C C -|> B B -|> A @enduml
false
true
false
false
class
bb9d14d2b9b147e234f8c5fc2f2a4d81ebe594e6
f16bbddd5bab88fa7b338cf125ebfb11d8518e54
/Tower_Defense_Maxime_LANGLET/out/production/Tower_Defense/sample/diagram_PNJ.puml
69604ff4c8017a9b4aba96df08ce53ae67f4c221
[]
no_license
Maxlanglet/Tower-Defense-with-JAVAFX
4a56f702f792b4b602a852eb8e0452a5064c48e0
1e96def9a690499ec3ac8c0e5e099264315b1b97
refs/heads/master
2022-06-26T03:50:20.730985
2020-05-11T16:53:25
2020-05-11T16:53:25
263,100,332
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,334
puml
@startuml !define DARKBLUE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml ' your UML ' scale 0.6 Waves o-- "*" PNJ PNJ "1"*--"1" HealthBar : has PNJ "1"*--"1" path : has (PNJ, path) ... HealthBar PNJ <|--- LightEnemy PNJ <|--- HeavyEnemy class Waves{ - pnjs : ArrayList<PNJ> - wave_num : int - mult_num : int - stackPane : StackPane - grid : grid - labels : Ressources - isGameOver : boolean - timer : Timeline "constructor" Waves(stackPane : StackPane, grid : grid, labels : Ressources) - update() - spawn_wave() - spawn_Light_Enemy() - spawn_Heavy_Enemy() - isNewWave() + setGameOver() + newGame() } class path{ - X : List<Integer> - Y : List<Integer> - X2 : List<Integer> - Y2 : List<Integer> - pathTransition : PathTransition - PNJpath : Path - r : Random - random : int - path12 : int - repositionX : int - repositionY : int - duration : Duration "constructor" path(duration : Duration, ressources : Ressources) "constructor" path( repositionX : double, repositionY : double, path12 : int, duration : Duration, ressources : Ressources) + setNode(node : Node) + newLevel() + size() : int } abstract class PNJ { # health : HealthBar # healthpath : path # isAlive : boolean # path : path # dammage : int # sante : double # duration : Duration # ressources : int # pane : Pane # hitbox : ImageView # spawnx : double # spawny : double # wave : Waves # lables : Ressources # stackPane : StackPane - timer : Timeline "constructor" PNJ(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) + setPause() + setPlay() + isInvisible() : boolean + update() + isDead() : boolean + doDamage() + removePNJ() + setDead() } class LightEnemy{ "constructor" LightEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) } class HeavyEnemy{ "constructor" HeavyEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) } class HealthBar{ - rectInt : Rectangle - innerWidth : double "constructor" HealthBar(path : path) + getDammage(value : double) + getHealth() : double } @enduml
false
true
false
false
class
385e969a6f1050ef4a58778409731b3bb47dc677
be25988f97a06377c2cd37ba2cf6c1a378fa02e1
/packages/governance/docs/contractGovernance.puml
1e16156bf4e68bc8b570cdfb35ddcc98711ca680
[ "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
Agoric/agoric-sdk
bea28b730ecb59433b1b963571f2a809ce4ae5c1
0cc126ec803bb3eeff9c94d950e679dfa3db4d6a
refs/heads/master
2023-08-31T13:19:11.750920
2023-08-31T03:13:41
2023-08-31T03:13:41
219,012,610
319
203
Apache-2.0
2023-09-14T18:20:17
2019-11-01T15:30:18
JavaScript
UTF-8
PlantUML
false
false
1,466
puml
@startuml contractGovernance package "GovernedContract Vat" <<Rectangle>> { Object ParamManager { paramDesc[] { name, type, value } -- +getParams() +getParam() -updateFoo() } class GovernedContract { <i>verifiable</i>: Governor, params, governedApis -- +terms: { electionManager, governedParams } +getState() -getParamMgrRetriever() } note left : calls buildParamManager(paramDesc);\nmakes paramMgr state public\nreturns paramMgr in creatorFacet } class "ContractGovernor\n(an ElectionManager)" as ContractGovernor { <i>verifiable</i>: governedInstance, electorateInstance -- +getElectorate() +getGovernedContract() - the governed instance +validateVoteCounter() +validateElectorate() +validateTimer() -- -voteOnParamChange() -voteOnApiInvocation() -getCreatorFacet() - The unrestricted part of the governed contract's creatorFacet } note left : ContractGovernor starts GovernedContract.\nvoteOnParamChange() and voteOnApiInvocation()\nshould be tightly held. getCreatorFacet()\nis for the contract's creator. class Electorate { Questions === -addQuestion() } GovernedContract ..> ParamManager : creates > GovernedContract --> ParamManager : access\nto params ContractGovernor ..> GovernedContract : creates > ContractGovernor --> Electorate ContractGovernor ==> ParamManager : manages\nparams @enduml
false
true
false
false
sequence
c0c054aec255e7b392d28b6488b114fa0fef6c45
0a603a193771e37763ff13f9a886b783e2dddadd
/Domain.puml
a16cd4f3adfd5715015e39a784c6e0973a2b4dd7
[]
no_license
khanhnguyen18/cfs-event
1358abedb227c9e0d70d92c64afdafada076690a
fdd6f303f6690472703d602a4c2769c744ac6a66
refs/heads/master
2023-04-07T04:45:06.140350
2021-04-07T16:01:41
2021-04-07T16:01:41
353,569,166
0
0
null
null
null
null
UTF-8
PlantUML
false
false
404
puml
@startuml class CfsEvent { #Id #Number #TypeCode #DispatchTime #Responder #Agency } class Agency { #Id #Name } class Responder { #Id #Code #Name #Agency } class User { #Id #UserName #Password #Agency } CfsEvent "many" *-- "1" Responder CfsEvent "many" *-- "1" Agency User "many" *-- "1" Agency Responder "many" *-- "1" Agency @enduml
false
true
false
false
class
dcb07d1b275d8bb79bc2296ce12daa080436362e
82163a3a7118d724d3297965ba3a48db8fb02244
/resources/account-creation-service.puml
140b52c5c6bb6d35390eb812e33e0cb96c52aa39
[ "MIT" ]
permissive
gklijs/bob2021
7ecf045d93a479d8ff7ea046dd53d27e982f8522
308316f525391ae2a0f8865e2958aef2c54692f9
refs/heads/main
2023-03-03T21:52:36.340594
2021-02-19T10:52:25
2021-02-19T10:52:25
332,185,292
8
1
MIT
2021-02-19T10:52:26
2021-01-23T10:40:03
Clojure
UTF-8
PlantUML
false
false
531
puml
@startuml skinparam shadowing false skinparam defaultFontName Roboto skinparam defaultFontSize 26 actor client as cl #White component "query-bus" as qb #Yellow component "command-bus" as cb #Yellow component "schema-provider" as sp #Yellow component "kafka" as kc #LightGrey cl <-right-> sp :request account\lvia graphql\nneeds token and iban sp --> qb: gets existing\nuser sp --> cb: crate new user, and\nbank account for user qb <-down-> kc: send queries\nreceives feedback cb <--> kc: send commands\nreceives feedback @enduml
false
true
false
false
sequence
57edd0f06bc9053787efcdd33b319dce68bd82fa
28cc353b960282035a9d030fbc9a1e8ce8491876
/document/diagrams/category/view_category.puml
1cadd1e1e506afba548dac3d9c630080a0052160
[ "MIT" ]
permissive
hataketsu/PetStore4
39b107ab004d16c23076a4d5ab24b81c9bc0d8de
479b0709e7d9f202b6fa90adf8a6c4a874681fa3
refs/heads/master
2020-03-19T17:09:25.162293
2019-12-26T16:26:31
2019-12-26T16:26:31
136,746,560
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,148
puml
@startuml actor Admin boundary list_categories_view boundary detail_categories_view control CategoryController entity CategoryModel activate Admin Admin -> list_categories_view: yêu cầu xem danh sách danh mục activate list_categories_view Admin <-- list_categories_view: Hiển thị danh sách danh mục Admin -> list_categories_view: Bấm vào danh mục deactivate Admin list_categories_view-> detail_categories_view: chuyển tới trang chi tiết danh mục deactivate list_categories_view activate detail_categories_view detail_categories_view ->CategoryController:yêu cầu lấy dữ liệu activate CategoryController CategoryController -> CategoryController : kiểm tra dữ liệu CategoryController -> CategoryModel : lấy dữ liệu activate CategoryModel CategoryModel --> CategoryController : trả dữ liệu danh mục deactivate CategoryModel detail_categories_view<-- CategoryController : trả kết qủa xóa danh mục deactivate CategoryController Admin <-- detail_categories_view:hiển thị tất cả sản phẩm trong danh mục activate Admin deactivate detail_categories_view deactivate Admin @enduml
false
true
true
false
sequence
90287455e36e16f04c91f002bca8e76605f273a3
768891590f576eaa7abefea752e737d22d8bdb1d
/WebViewProducts.puml
1b766b456aa9f6d6e44d77e48db547a768d758e9
[]
no_license
vilra830/INFO202
ac7ff8e0bd249c1d712b80bef0d126557049d379
84ded3e4ceeb602121e0b5a4406a6cc11c5e7508
refs/heads/main
2023-02-17T09:45:23.625038
2021-01-15T04:26:49
2021-01-15T04:26:49
329,767,567
0
0
null
null
null
null
UTF-8
PlantUML
false
false
749
puml
@startuml skinparam { Style strictuml } /' Sequence Diagram adapted from Sequence Diagram snippet shown in lecture 16 '/ actor "User" as user participant "Products Page" as browser <<Web Browser>> user->browser++: clicks Browse Products participant "Product Controller" as prodCtrl <<JS>> browser->prodCtrl++: productDAO.query() participant "Product Module" as productModule <<Jooby>> prodCtrl->productModule++: GET/api/products participant "ProductDBManager" as dao productModule->dao++: getProducts() participant "Database" as db dao->db++: select * from Product return ResultSet return products return json products loop ng-repeat prodCtrl return products are displayed by ng-repeat end return user sees products @enduml
false
true
false
false
sequence
9cd142fb8fed10c20f353e160c7b5b163db946cc
a3a48bef46b31fcdd914f8ab67f5282f560d5c28
/hipparchus-geometry/src/site/design/oneD.puml
9c07f944c9958c3cab27b06bcd9e88eefdb9ecf2
[ "GPL-2.0-only", "Apache-2.0", "MIT", "BSD-3-Clause", "Minpack", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
Hipparchus-Math/hipparchus
f88ebc1e4a9ab8cd698f258564ecfcda75a389a6
fc5af4e976fb48de690c6670b0bc0214d0b095db
refs/heads/master
2023-09-04T12:34:51.209790
2023-09-01T17:26:49
2023-09-01T17:26:49
60,063,484
114
41
Apache-2.0
2023-08-19T10:30:33
2016-05-31T06:24:32
Java
UTF-8
PlantUML
false
false
2,331
puml
' Licensed to the Apache Software Foundation (ASF) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' The ASF licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 package org.hipparchus.geometry #ECEBD8 { interface Space { +int getDimension() +Space getSubSpace() } note top Space is mainly used as a parameter for generics and to link d-dimensional space with (d-1)-dimensional space end note interface "Vector<S extends Space>" as Vector_S_ { +Space getSpace() +Vector getZero() +double getNorm() +Vector add() +Vector subtract() +Vector negate() +Vector normalize() +Vector scalarMultiply() +boolean isNaN() +boolean isInfinite() +double distance() +double dotProduct() } Space <-- Vector_S_ package partitioning #DDEBD8 { interface "Region<S extends Space>" as Region_S_ interface "Hyperplane<S extends Space>" as Hyperplane_S_ interface "SubHyperplane<S extends Space>" as SubHyperplane_S_ } package euclidean #DDEBD8 { package oned #DDDBD8 { class Euclidean1D class OrientedPoint class Interval class IntervalSet Space <|.. Euclidean1D Vector_S_ <|.. OrientedPoint Region_S_ <|.. IntervalSet } } } @enduml
false
true
false
false
class
67e6069f3d56a779544a792ff45cbc1b5973cd67
89a692c7324ba24c80561c0ee9389b73a174aa86
/tests/simple_classes.puml
e962e2b15f2363c8161c177dd848fb12ea8e90a4
[ "MIT" ]
permissive
rockkoca/hpp2plantuml
d8e439c99334daf0f397aa49a517a67b2d779c8c
ae53dde0c60524382dbffac10ae1ef6b41f0feb2
refs/heads/master
2023-04-30T20:52:46.447526
2017-02-27T20:29:03
2017-02-27T20:29:03
83,235,835
1
0
null
2017-03-01T19:01:19
2017-02-26T19:48:39
Python
UTF-8
PlantUML
false
false
822
puml
@startuml abstract class Class01 { +{abstract} AbstractPublicMethod(int param) : bool +PublicMethod(int param) : bool +{static} StaticPublicMethod(bool param) : bool #{abstract} _AbstractMethod(int param) : bool #_ProtectedMethod(int param) : bool #{static} _StaticProtectedMethod(bool param) : bool #_protected_var : int +public_var : int } class Class02 { +AbstractPublicMethod(int param) : bool -_AbstractMethod(int param) : bool -_PrivateMethod(int param) : bool -{static} _StaticPrivateMethod(bool param) : bool -_private_var : int } class Class03 <template<typename T>> { +Class03() +~Class03() -_data : Class01* -_obj : Class01* -_typed_obj : T* -_obj_list : list<Class02> } enum Enum01 { VALUE_0 VALUE_1 VALUE_2 } Class01 <|-- Class02 Class03 "2" o-- Class01 Class03 o-- Class02 @enduml
false
true
false
false
class
f3ea7221a7f7797607920570fcde3e0f14563064
49dc72d261467da942fec20b69687e5dfa79a725
/entity_relationship.plantuml
840329f1a2f848febe54714b2dda56a8e4dfa54a
[]
no_license
Hortech20202/Back-End
b74f7557fb18ef81f85def4e5340b67f1518b9c6
94cd4063a3487aca50015223ed32347bcde254d8
refs/heads/main
2023-06-27T04:03:34.360551
2021-08-01T18:16:04
2021-08-01T18:16:04
389,619,156
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,269
plantuml
@startuml hortech ' avoid problems with angled crows feet skinparam linetype ortho entity "Planta" as e1{ *id:number <<generated>> -- *nome:text especie:text tecnicas_plantio_replantio:text infos_by_estacao:text cor_folhas:text num_frutos_colhidos:number qtd_diaria_agua:number qtd_media_sementes:number nivel_incidencia_solar:number } entity "Solo" as e2{ *id:number <<generated>> -- nivel_ph:number tipo_solo:enum temperatura:number tipo_vaso:enum } entity "Doença" as e3{ *id:number <<generated>> -- *nome:text transmissao:text prevencao:text tratamento:text } entity "Agenda" as e4{ *id:number <<generated>> -- horario:number } entity "Plantacao" as e5{ *id:number <<generated>> -- solo:Solo <<FK>> agenda:Agenda <<FK>> } entity "Usuario" as e6{ *id:number <<generated>> -- *nome:text *login:text *senha:text endereco:text } e5 }o--o{ e1 e5 }o--|| e2 e5 ||--|| e4 e3 }o--o{ e1 e6 ||--o{ e5 @enduml
false
true
true
false
sequence
9edde25412fa70e6c18617671b7687a76c57c7d5
71b2b850f26a7aff13ad816e58b8a0e78bf7f16f
/distribution/fontawesome-5/Solid/Walking.puml
edb5840910eeb1439416bb83354f45bc815be309
[ "MIT" ]
permissive
VinayaSathyanarayana/plantuml-libs
3af384f3c7c471f928f48a9c6c7087586b9ad74e
d15f62139a69c281047469db46dcfd8d32cfadd1
refs/heads/master
2023-08-16T08:28:18.839481
2021-09-25T13:17:07
2021-09-28T14:13:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
644
puml
' definition of the Item fontawesome-5/Solid/Walking sprite $WalkingXs [6x10/16z] BSZ50S0m0810weso_xRH-m5TeKkoNIfuwyiHVEnBkXA4AlRRgpO sprite $WalkingSm [7x12/16z] 9Oa50G0W30GFT-ZVblbUaUaPdVUCHbMSK-0y6IcYK2BX5e4EEx-c9iydgC-rjdq sprite $WalkingMd [9x16/16z] JOo50G8n4C1Imo7xRylNctEbahzqz3cJJ2TIIQzN08AL27R0J-f9vAcbPZNXxldc6HJWQoX-8TUoMuIVboRW9Ny sprite $WalkingLg [12x20/16z] { POy50aKX2C2mszt_j2_WzvyrCH5ZB7dIu3KPi9_k8SaVeOtcp53YfHcCo--GUhxTcUD5d3GWsIxfzrZCm-s6ksFpzSS6GnsABDkrTG2dtntg-PN5OaitbNgD 9m } !procedure Walking($id, $name="", $tech="") IconElement($id, 'IconElement', 'fontawesome-5/Solid/Walking', $name, $tech) !endprocedure
false
true
false
false
class
ce9c49724f39936386c0c057fac064c3181a48e9
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Application-Orchestrator/UserInteraction.puml
0518301951ec456f2f0c327d9fa479c89ecfa07c
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
535
puml
@startuml actor "Devloper" as Dev actor "Application Analyzer" as AA participant "Application Orchestrator" as AM participant bin participant sailsjs Dev -> AM : Launch Application AM -> bin: app-launch(name,env,confg) bin -> sailsjs : stack/select(name,env,config) Dev -> AM : Check Application Health AA -> AM : Check Application Health AM -> bin: app-check(name,env) bin -> sailsjs: app/check(name) AA -> AM : Rebalance Application Instance AM -> bin: app-rebalance(appInstance) bin -> sailsjs : env/select(appInstance) @enduml
false
true
false
false
usecase
2299aefed52dc141c24429370825e28a0d8b9240
7658a6afe423ee752a621096f3b142ad7133277d
/aws/Database-DynamoDB.puml
3795553b95ab563a2a1bf19a9b69c71cd7171db5
[]
no_license
sky0621/try-plantuml
9bf1812c4ccd2c05a40a3253356f354efff92b9d
efb79c54685bfcc649da7840ed6cebb302c046ec
refs/heads/master
2020-04-22T13:38:33.556631
2019-10-02T15:13:27
2019-10-02T15:13:27
170,415,988
0
1
null
null
null
null
UTF-8
PlantUML
false
false
883
puml
@startuml !define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist !includeurl AWSPUML/common.puml !includeurl AWSPUML/Database/AmazonDynamoDB/AmazonDynamoDB.puml !includeurl AWSPUML/Database/AmazonDynamoDB/attribute/attribute.puml !includeurl AWSPUML/Database/AmazonDynamoDB/attributes/attributes.puml !includeurl AWSPUML/Database/AmazonDynamoDB/globalsecondaryindex/globalsecondaryindex.puml !includeurl AWSPUML/Database/AmazonDynamoDB/item/item.puml !includeurl AWSPUML/Database/AmazonDynamoDB/items/items.puml !includeurl AWSPUML/Database/AmazonDynamoDB/table/table.puml package "Database" { AMAZONDYNAMODB("AMAZONDYNAMODB") { ATTRIBUTE("ATTRIBUTE") ATTRIBUTES("ATTRIBUTES") GLOBALSECONDARYINDEX("GLOBALSECONDARYINDEX") ITEM("ITEM") ITEMS("ITEMS") TABLE("TABLE") } } @enduml
false
true
false
false
uml-unknown
f68cbdf3c9cd277b592657b9c16cc090d3b2a1ca
858fa53fae3d1587065f22cab6a020e62c47a331
/PlantUML.puml
454c3df2ceaf646984c52c91e24522c7c1423aa0
[]
no_license
camdensaks/Unit7-Camden
9639bb9d5f02e8b9eddc5b51d0084c4ab775431c
e5fffc76117ae924e95de712a8efd6e9b5dabf84
refs/heads/master
2021-02-25T21:56:55.345115
2020-03-13T16:23:43
2020-03-13T16:23:43
245,470,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
283
puml
@startuml abstract class Vegetable{ String name String getName() } interface Growable class Potato{ String feed() String harvest() String water() } class Lettuce{ String feed() String harvest() String water() } class Broccoli{ String feed() String harvest() String water() } @enduml
false
true
false
false
class
7bac1deb751b8e261e8ba4be104296b57855c680
c31c6a0a579d06f5d8208120c3c28cea0f22f99b
/utility/Socket.puml
6d5e7273d93a95d7fd6f7e357a8aafab581e3044
[]
no_license
elenasl96/ing-sw-2019-6
dc9d0851c69bf2c2018e6d5a098bb6b1666cc626
035626a290f26e2d5c24a2acad7a49c44003d324
refs/heads/master
2022-01-27T15:56:53.982270
2019-07-05T20:27:06
2019-07-05T20:27:06
176,553,576
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,092
puml
@startuml skinparam classAttributeIconSize 0 package server{ class ClientHandler class ServerController interface RequestHandler class Manager << (S,#FF7700) Singleton >> ClientHandler <--> ServerController ServerController ..|> RequestHandler ServerController --> Manager : get() ChatServer --> ClientHandler : start socket } package socketClient{ class Client class ClientController implements ResponseHandler class ViewClient class ClientContext << (S,#FF7700) Singleton >> ViewClient <--> ClientController ClientController <--> Client ClientContext <- ClientController : get() } package controller{ class GameController << (S,#FF7700) Singleton >> } package model{ class Game } Client <.> ClientHandler : Socket Connection Client -> ClientHandler : Request Client <- ClientHandler : Response ServerController -> GameController model <-- GameController interface Observer Observer <|.. ClientHandler Observer <|..ViewClient interface Observable Observable <|.. Game ClientHandler -> model : Observes @enduml
false
true
false
false
sequence
39e73c968f60e22f1330648e0b83f42409b37ea0
486940cf5fe3c0ab3494a953547222f036847c47
/src/main/java/ex45/DiagramEx45.puml
452a0ccb6766bd6cad72a74b42808a60b34f12c1
[]
no_license
joseyamin/yamin-cop3330-assignment3
db437b4b63a4aa20791bf73dba5079ae75a7c270
db592b58c840ce86c194b520268cb2710f8be440
refs/heads/master
2023-06-06T05:42:52.991039
2021-06-20T01:55:59
2021-06-20T01:55:59
378,538,420
0
0
null
null
null
null
UTF-8
PlantUML
false
false
158
puml
@startuml 'https://plantuml.com/class-diagram class FileEditor{ String fileStr String storeInputStr()() void editFileStr() String getFileStr() } @enduml
false
true
false
false
class
ae36ccc80fe12bc9e4e61669555d30e6b1f0fccd
ece7901e2a5e88048743f4ab96caff7e4063e987
/SP0321_dataflow.puml
fe2acc306fd8351f540e9eacc83ba468b823a520
[]
no_license
manish-drake/sportspiparch
ac43f6ab453b0c291d9f738b14bfe07116306f34
8ac9d63eefaa0f4ac66df9fe2edace10ccf4ce67
refs/heads/master
2023-04-06T05:07:48.477941
2021-04-06T10:53:26
2021-04-06T10:53:26
291,276,027
0
0
null
null
null
null
UTF-8
PlantUML
false
false
987
puml
@startuml sp0321_dataflow actor "User" as user box Win10 boundary stdk as "Stream Deck\n(Qt\Qml)" end box box Android/iOS boundary spmob as "Mobile APP\n(Qt\Qml)" end box box Ubuntu Server control ftp as "FTP Server" control srv as "Service\n(Ubuntu)" end box box iOS boundary ipad as "iPad" end box ipad -> srv: subscribe(event) user -> stdk : Press("start") stdk -> spmob: sendMessage("StartRecording", event) create entity srcvid as "video.mp4" spmob -> srcvid: Read() user -> stdk: Press("stop") stdk -> spmob : sendMessage("stopRecording", event) spmob -> ftp: FTP(videoBlob) create entity ftpvid as "video.mp4" ftp -> ftpvid: Save() spmob -> srv: sendMessage("videoFTPd", "video.mp4", event) loop for all subscribers to event srv -> ipad: sendMessage("videoUploaded", "video.mp4") end ipad -> ipad: display(metadata) user -> ipad: Press("downloadVideo", video.mp4) ipad -> ftp: fetchVideo("video.mp4") ftp --> ipad: return("video.mp4") ipad -> ipad: PlayVideo() @enduml
false
true
false
false
usecase
d5e5da2b9996cbf0ecabae708d8edf45d588104b
33c9019347fc7c36b29c6a80906363229bfead1f
/uml/blog-class.puml
22b838f68355c106e16c3111b2c923d3714d4922
[]
no_license
nzyi/Django--Shihu
59da0f90c3c67dee1f55d219a8139149f2fcf713
60b7284db19db109b232b8e467e91250155c2541
refs/heads/master
2020-12-09T19:51:38.890733
2020-01-13T08:57:13
2020-01-13T08:57:13
233,404,186
0
0
null
2020-01-13T08:21:52
2020-01-12T14:21:08
CSS
UTF-8
PlantUML
false
false
1,363
puml
@startuml blog-class package django.models { class Form class ModelForm } package django.db.models { class Model } package models { class Category { name __str__() } class Tag { name __str__() } class AnswerPostBase { excerpt modified_time created_time body title views author __str__() save() increase_views() } class Post { tags category get_absolute_url() } class Answer { post tags get_absolute_url() } class Liked { user post } Post --|> AnswerPostBase Answer --|> AnswerPostBase Category "1" -- "n" Post Post "1" -- "n" Answer Post "n" -- "n" Tag Answer "n" -- "n" Tag Category --|> Model Liked --|> Model Answer --|> Model Post --|> Model Tag --|> Model } package form { class ArticlePostForm { tags category body title } class ArticleForm class AnswerForm { tags body title } class AnswerPostForm ArticlePostForm --|> Form ArticleForm --|> ModelForm ArticleForm --o Post AnswerForm --|> Form AnswerPostForm --|> ModelForm AnswerPostForm --o Answer } @enduml
false
true
false
false
class
2920e08d79830814f9b08b4bd73a3311a84aaa96
2fdfdd23c429bcf31b21547b53fbae2d3c07e090
/Development/Component/ClientServer.puml
b01fe3f7a88c01a6d7d620bbceef5d2c38300ebc
[]
no_license
swa-group1/PlantUML
e3c7e073a4852678f98d7cc54d46e4cf5aa9b464
32d4a102b16a2d7c378b1c560bf170725cb2322f
refs/heads/main
2023-04-21T05:42:03.223046
2021-04-27T18:35:25
2021-04-27T18:35:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,088
puml
@startuml 'https://plantuml.com/component-diagram package "Server" { component "API endpoint" as endpoint component "Broadcaster" as broadcaster component "Router" as router component "Lobby" as lobby component "Orchestrator" as orchestrator component "Storage API" as storage component "Connection Broker" as broker orchestrator .up.> broker broadcaster ..> broker orchestrator .up.> endpoint orchestrator .up.> lobby orchestrator ..> router lobby .up.> router lobby .up.> broadcaster lobby ..> storage router -[hidden]up- broadcaster router -[hidden]up- storage router .down.> endpoint endpoint -[hidden]right- broadcaster broadcaster -[hidden]right- storage } package "Client" { component GameObserver component UserInterface component "Receiver" as receiver component "API connector" as connector GameObserver ..> receiver UserInterface ..> GameObserver UserInterface ..> connector GameObserver ..> connector } receiver ..> broadcaster connector ..> endpoint @enduml
false
true
false
false
class
d686202af4a517bbabd71434b3ed23815fbe45e8
4c13527f24ccc6d0524d18cc56deeb7e81886b36
/Java3/src/main/java/E41.puml
e9493ab5da04bcc82f644037bde90914123ab4b8
[]
no_license
Nickc123z/-COOK--cop3330-assignment3
f5b176a2a2b946a24610e1394b215a708453985d
2fb7ae553249c86152141ef356db8bf3815e4621
refs/heads/main
2023-09-04T09:33:29.931092
2021-10-12T03:55:47
2021-10-12T03:55:47
416,132,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
412
puml
@startuml 'https://plantuml.com/class-diagram abstract class outputNames abstract AbstractCollection outputNames <|-- main AbstractCollection <|-- outputNames main- AbstractCollection class main { scan file; Array Names; readNames(scan, names); scan.close; } abstract class outputNames{ fileWriter; for loop; output.close; } abstract AbstractCollection{ addnames(); } @enduml
false
true
false
false
class
67f3bcf47fe71da374d1684200d570d9a5c94c34
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Modules/WebBrowser/Producers/SwitchTabEventProducer.puml
5e77f0c04d4bfbdf4193a0369285d336fabe4579
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
411
puml
@startuml skinparam monochrome true skinparam ClassAttributeIconSize 0 !startsub default class SwitchTabEventProducer { + <<override>> Notify(eventJson:System.Text.Json.JsonElement) : void } abstract class "WebBrowserEventProducer<T>" { } enum "EventLabel" !endsub "WebBrowserEventProducer<T>" "<SwitchTabEvent>" <|-- SwitchTabEventProducer SwitchTabEventProducer --> "HandledEventLabel" EventLabel @enduml
false
true
false
false
class
b9ae6995d5582a260d28e0d4b537a4736df8d0bf
36cb976b603e5322ed48c7802738d6952945751c
/diagram/class-diagram/controller.plantuml
3ddfe79b6394707eb8834b22fdc52e68077e08c9
[]
no_license
eportfolio-tech/docs
c19e6cc2d02747056329a140f4e2bc93f70cc597
0cb887c0a5c3076655876c21d2e2dc06e12bb5f1
refs/heads/master
2023-01-08T13:26:53.086181
2020-11-05T11:00:34
2020-11-05T11:00:34
309,687,794
0
0
null
null
null
null
UTF-8
PlantUML
false
false
9,780
plantuml
@startuml skinparam linetype polyline skinparam dpi 300 title __CONTROLLER's Class Diagram__\n skinparam linetype ortho class tech.eportfolio.server.controller.AuthenticationController { - authenticationManager : AuthenticationManager - logger : Logger - refreshKey : String - signKey : String + AuthenticationController() + generatePasswordRecoveryLink() + generatePasswordRecoveryToken() + login() + renewToken() + sendPasswordRecoveryLink() + signUp() + verifyPasswordReset() - authenticate() - generateTokens() } class tech.eportfolio.server.controller.BlobController { - logger : Logger + BlobController() + deleteBlob() + getBlobs() + uploadBlob() + uploadImage() } class tech.eportfolio.server.controller.FeedController { - objectMapper : ObjectMapper + FeedController() + getActives() } class tech.eportfolio.server.controller.PortfolioController { {static} + CONTENT : String {static} + PORTFOLIO : String - objectMapper : ObjectMapper + PortfolioController() + createNewPortfolio() + deleteContent() + findByUsername() + findContentByUsername() + updatePortfolio() + uploadContent() } class tech.eportfolio.server.controller.SearchController { - objectMapper : ObjectMapper + SearchController() + searchByKeyword() + searchByTag() - addVisibilities() } class tech.eportfolio.server.controller.TagController { + createNewTag() + findAll() + findOneTag() } class tech.eportfolio.server.controller.TemplateController { - logger : Logger + TemplateController() + createTemplate() + deleteTemplate() + findAllTemplates() + findOneById() } class tech.eportfolio.server.controller.TestController { - logger : Logger + deleteTest() + letMeLogIn() + notifyTest() + quickTest() + setJwtTokenProvider() + setPortfolioService() + setUserFollowService() + setUserRepository() + setUserService() - createTestUser() } class tech.eportfolio.server.controller.UserCommentController { {static} - COMMENTS : String + UserCommentController() + createComment() + findWhoCommentedThisPortfolio() + reply() + uncommentPortfolio() } class tech.eportfolio.server.controller.UserController { + UserController() + addUserTag() + deleteUserTags() + findOneUser() + getUserTags() + passwordReset() + updateUser() } class tech.eportfolio.server.controller.UserFollowController { + UserFollowController() + findWhoFollowedThisUser() + findWhoIamFollowing() + followUser() + unfollowUser() } class tech.eportfolio.server.controller.UserLikeController { + UserLikeController() + findWhoLikedThisPortfolio() + likePortfolio() + unlikePortfolio() } class tech.eportfolio.server.controller.VerificationController { + VerificationController() + generateLink() + generateToken() + resend() + verify() } tech.eportfolio.server.controller.AuthenticationController -up-|> tech.eportfolio.server.common.exception.handler.AuthenticationExceptionHandler tech.eportfolio.server.controller.AuthenticationController -[hidden]> tech.eportfolio.server.common.exception.handler.AuthenticationExceptionHandler tech.eportfolio.server.controller.AuthenticationController o-- tech.eportfolio.server.common.utility.JWTTokenProvider tech.eportfolio.server.controller.AuthenticationController o-- tech.eportfolio.server.service.RecoveryService tech.eportfolio.server.controller.AuthenticationController o-- tech.eportfolio.server.common.unsplash.Client tech.eportfolio.server.controller.AuthenticationController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.AuthenticationController o-- tech.eportfolio.server.service.VerificationService tech.eportfolio.server.controller.BlobController -up-|> tech.eportfolio.server.common.exception.handler.AuthenticationExceptionHandler tech.eportfolio.server.controller.BlobController -[hidden]> tech.eportfolio.server.common.exception.handler.AuthenticationExceptionHandler tech.eportfolio.server.controller.BlobController o-- tech.eportfolio.server.service.AzureStorageService tech.eportfolio.server.controller.BlobController -[hidden]-> tech.eportfolio.server.service.AzureStorageService tech.eportfolio.server.controller.BlobController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.FeedController -[hidden]-> tech.eportfolio.server.service.ActivityService tech.eportfolio.server.controller.FeedController o--- tech.eportfolio.server.service.ActivityService tech.eportfolio.server.controller.FeedController o--- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.FeedController o--- tech.eportfolio.server.service.TagService tech.eportfolio.server.controller.FeedController o--- tech.eportfolio.server.service.UserFollowService tech.eportfolio.server.controller.FeedController o--- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.PortfolioController -[hidden]-> tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.PortfolioController o-- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.PortfolioController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.SearchController o-- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.SearchController o-- tech.eportfolio.server.service.TagService tech.eportfolio.server.controller.SearchController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.SearchController o-- tech.eportfolio.server.service.UserTagService tech.eportfolio.server.controller.TagController -[hidden]-> tech.eportfolio.server.service.TagService tech.eportfolio.server.controller.TagController o-- tech.eportfolio.server.service.TagService tech.eportfolio.server.controller.TemplateController -[hidden]-> tech.eportfolio.server.service.TemplateService tech.eportfolio.server.controller.TemplateController o-- tech.eportfolio.server.service.TemplateService tech.eportfolio.server.controller.TemplateController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.TestController o-- tech.eportfolio.server.common.utility.JWTTokenProvider tech.eportfolio.server.controller.TestController o-- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.TestController o-- tech.eportfolio.server.service.UserFollowService tech.eportfolio.server.controller.TestController o-- tech.eportfolio.server.repository.UserRepository tech.eportfolio.server.controller.TestController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.UserCommentController -[hidden]-> tech.eportfolio.server.service.UserCommentService tech.eportfolio.server.controller.UserCommentController o-- tech.eportfolio.server.service.UserCommentService tech.eportfolio.server.controller.UserCommentController o-- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.UserCommentController -[hidden]-> tech.eportfolio.server.service.UserCommentService tech.eportfolio.server.controller.UserCommentController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.UserController -[hidden]-> tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.UserController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.UserController o-- tech.eportfolio.server.service.UserTagService tech.eportfolio.server.controller.UserFollowController -[hidden]-> tech.eportfolio.server.service.UserFollowService tech.eportfolio.server.controller.UserFollowController o-- tech.eportfolio.server.service.UserFollowService tech.eportfolio.server.controller.UserFollowController -[hidden]-> tech.eportfolio.server.service.UserFollowService tech.eportfolio.server.controller.UserFollowController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.UserLikeController -[hidden]-> tech.eportfolio.server.service.UserLikeService tech.eportfolio.server.controller.UserLikeController o-- tech.eportfolio.server.service.PortfolioService tech.eportfolio.server.controller.UserLikeController o-- tech.eportfolio.server.service.UserLikeService tech.eportfolio.server.controller.UserLikeController -[hidden]-> tech.eportfolio.server.service.UserLikeService tech.eportfolio.server.controller.UserLikeController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.VerificationController -[hidden]-> tech.eportfolio.server.service.VerificationService tech.eportfolio.server.controller.VerificationController o-- tech.eportfolio.server.service.UserService tech.eportfolio.server.controller.VerificationController o-- tech.eportfolio.server.service.VerificationService @enduml
false
true
false
false
class
c59fc0d436da5a72f4ef6f01c5bc9469852e4e23
abaceb25c5cc5919c785455539c90c95fd2b0ac5
/atlas.plantuml
d4ad89db866ba42ded896836e648185767913a25
[]
no_license
dustinlacewell/haskell-typeclass-atlas
c1f4e306b16065989201be757a15b504b941e527
7319c3be925195a98d6aaf8e3d8c64915ad889ab
refs/heads/master
2023-08-01T08:11:11.606515
2021-09-21T18:10:58
2021-09-21T18:10:58
408,804,425
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,832
plantuml
@startuml hide circle hide method skinparam defaultFontColor black skinparam defaultFontName "Source Code Pro" scale 1.5 class Eq as "**Eq** :: * -> Constraint" class Ord as "**Ord** :: * -> Constraint" class Num as "**Num** :: * -> Constraint" class Semigroup as "**Semigroup** :: * -> Constraint" class Monoid as "**Monoid** :: Semigroup a => Monoid a where" class Functor as "**Functor** :: (* -> *) -> Constraint" class Foldable as "**Foldable** :: (* -> *) -> Constraint" class Traversable as "**Traversable** :: (* -> *) -> Constraint" class Applicative as "**Applicative** :: (* -> *) -> Constraint" class Comonad as "**Comonad** :: (* -> *) -> Constraint" class Category as "**Category** :: forall k. (k -> k -> *) -> Constraint" class Arrow as "**Arrow** :: (* -> * -> *) -> Constraint" class Monad as "**Monad** :: (* -> *) -> Constraint" class Alternative as "**Alternative** :: (* -> *) -> Constraint" class Eq { <size:14>Eq a where</size> --- (==) :: a -> a -> Bool (/=) :: a -> a -> Bool --Required-- <size:9>(==) | (/=)</size> --Instances-- <size:8>Int, Float, Double, Char, Bool</size> } Ord --left> Eq class Ord { <size:14>Eq a => Ord a where</size> --- (<) :: a -> a -> Bool (<=) :: a -> a -> Bool (>) :: a -> a -> Bool (>=) :: a -> a -> Bool max :: a -> a -> a min :: a -> a -> a --Required-- <size:9>compare | (<=)</size> --Instances-- <size:8>Int, Float, Double, Char, Bool</size> } class Num { <size:14>Num a where</size> --- (+) :: a -> a -> a (-) :: a -> a -> a (*) :: a -> a -> a negate :: a -> a abs :: a -> a signum :: a -> a fromInteger :: Integer -> a --Required-- <size:9>(+), (*), abs, signum, fromInteger, (negate | (-))</size> --Instances-- <size:8>Int, Float, Double, Char, Bool</size> } Functor --> Traversable Functor --> Applicative Functor --> Comonad class Functor { <size:14>Functor f where</size> --- fmap :: (a -> b) -> f a -> f b (<$) :: a -> f b -> f a --Required-- <size:9>fmap</size> --Instances-- <size:8>Either a, [], Maybe, IO, (->) r, (,) a</size> } class Comonad { <size:14>Functor w => Comonad w where</size> --- extract :: w a -> a duplicate :: w a -> w (w a) extend :: (w a -> b) -> w a -> w b --Required-- <size:9>(+), (*), abs, signum, fromInteger, (negate | (-))</size> --Instances-- <size:8>(->) m, (,) e</size> } Semigroup --> Monoid class Semigroup { <size:14>Semigroup a where</size> --- (<>) :: a -> a -> a sconcat :: NonEmpty a -> a stimes :: Integral b => b -> a -> a --Required-- <size:9>(<>)</size> --Instances-- <size:8>Either a b, [a], Maybe a, IO a, a -> b</size> } Applicative --> Alternative Applicative --> Monad class Applicative { <size:14>Functor f => Applicative f where</size> --- pure :: a -> f a (<*>) :: f (a -> b) -> f a -> f b liftA2 :: (a -> b -> c) -> f a -> f b -> f c (*>) :: f a -> f b -> f b (<*) :: f a -> f b -> f a --Required-- <size:9>pure, ((<*>) | liftA2)</size> --Instances-- <size:8>Either e, [], Maybe, IO, (->) r, (,) a</size> } class Monoid { <size:14>Semigroup a => Monoid a where</size> --- mempty :: a mappend :: a -> a -> a mconcat :: [a] -> a --Required-- <size:9>mempty</size> --Instances-- <size:8>[a], Maybe a, IO a, a -> b, (a, b)</size> } Category --> Arrow Foldable --> Traversable Foldable ..> Monoid Foldable ..up> Eq Foldable ..up> Ord Foldable ..up> Num class Foldable { <size:14>Foldable t where</size> --- fold :: Monoid m => t m -> m foldMap :: Monoid m => (a -> m) -> t a -> m foldr :: (a -> b -> b) -> b -> t a -> b foldl :: (b -> a -> b) -> b -> t a -> b foldr1 :: (a -> a -> a) -> t a -> a foldl1 :: (a -> a -> a) -> t a -> a toList :: t a -> [a] null :: t a -> Bool length :: t a -> Int elem :: Eq a => a -> t a -> Bool maximum :: Ord a => t a -> a minimum :: Ord a => t a -> a sum :: Num a => t a -> a product :: Num a => t a -> a --Required-- <size:9>foldMap | foldr</size> --Instances-- <size:8>[], Maybe, Either a, (,) a</size> } ' Monad --> MonadFix ' Monad --> MonadPlus ' Monad -> ArrowApply class Monad { <size:14>Applicative m => Monad m where</size> --- (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a --Required-- <size:9>(>>=)</size> --Instances-- <size:8>Either e, [], Maybe, IO, (->) r, (,) a</size> } Traversable ..> Applicative Traversable ..> Monad class Traversable { (<size:14>Functor t, Foldable t) => Traversable t where</size> --- traverse :: Applicative f => (a -> f b) -> t a -> f (t b) sequenceA :: Applicative f => t (f a) -> f (t a) mapM :: Monad m => (a -> m b) -> t a -> m (t b) sequence :: Monad m => t (m a) -> m (t a) --Required-- <size:9>traverse | sequenceA</size> --Instances-- <size:8>[], Maybe, Either a, (,) a</size> } class Alternative { <size:14>Applicative f => Alternative f where</size> --- empty :: f a (<|>) :: f a -> f a -> f a some :: f a -> f [a] many :: f a -> f [a] --Required-- <size:9>empty, (<|>)</size> --Instances-- <size:8>[], Maybe, IO</size> } class Category { <size:14>Category cat where</size> --- id :: cat a a (.) :: cat b c -> cat a b -> cat a c --Required-- <size:9>id, (.)</size> --Instances-- <size:8>->, Cokleisli w</size> } /' ' Arrow --> ArrowApply ' Arrow --> ArrowChoice ' Arrow --> ArrowLoop ' Arrow --> ArrowZero '/ class Arrow { <size:14>Category a => Arrow a where</size> --- arr :: (b -> c) -> a b c first :: a b c -> a (b, d) (c, d) second :: a b c -> a (d, b) (d, c) (***) :: a b c -> a b' c' -> a (b, b') (c, c') (&&&) :: a b c -> a b c' -> a b (c, c') --Required-- <size:9>arr, (first | (***))</size> --Instances-- <size:8>(->)</size> } /' ' ArrowZero -left-> ArrowPlus '/ @enduml
false
true
false
false
class
0c8dce18e62682bdc6fc7506d2a1c825d044890c
2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35
/Structural/Facade/uml.puml
bc8d8dafec6e3983bdc3f78c92009d6443cf8dc9
[ "MIT" ]
permissive
ervin-meng/PHPDesignPatterns
c7b868148231f28226e7efd12283798890aae0f2
19cd506970898ae6db87d3e838d53658a2876ae7
refs/heads/master
2022-12-08T11:38:04.190536
2020-09-01T09:12:07
2020-09-01T09:12:07
291,909,626
0
0
null
null
null
null
UTF-8
PlantUML
false
false
153
puml
@startuml class SystemA { methodA() } class SystemB { methodB() } class Facade { run() } SystemB <-- Facade SystemA <-- Facade @enduml
false
true
false
false
class
4d1f8c629229fea570783fac388eee9998324e8e
e12c7dd80dc84ac97716a4c404b83c4c15dfe672
/src/main/java/Diagrams/UpdateStatusSSD.puml
60d5a68eaa603ad04fd20874da78a6396636f689
[]
no_license
EmilVHermansen/Carport
a81a7dbb546464612b7fce0eda600c376f8cf6b0
ba9aad39c3ca1f8fe705aa0af1b35a4ac97a6b66
refs/heads/master
2020-03-12T21:58:52.726162
2018-06-01T16:36:52
2018-06-01T16:36:52
130,838,340
1
2
null
null
null
null
UTF-8
PlantUML
false
false
940
puml
@startuml title UpdateStatus boundary orderinformation.jsp control FrontController collections Command participant UpdateStatus participant Session participant Order participant LogicFacade as LF participant DataAccessObject as DAO database Database as DB orderinformation.jsp -> FrontController: Submit form FrontController -> Command: from() FrontController -> UpdateStatus: execute() UpdateStatus -> LF: getOrder() LF -> DAO: getOrder() DAO -> DB: executeQuery() DB --> DAO: Order DAO --> LF: Order LF --> UpdateStatus: Order UpdateStatus -> Order: setStatus() UpdateStatus -> LF: updateOrderStatus() LF -> DAO: updateOrderStatus() DAO -> DB: executeUpdate() UpdateStatus -> LF: getOrders() LF -> DAO: getOrders() DAO -> DB: executeQuery() UpdateStatus -> Session: removeAttribute() UpdateStatus -> Session: setAttribute() UpdateStatus --> FrontController: "billofmaterials" FrontController -> orderinformation.jsp: forward() @enduml
false
true
false
false
sequence
2970404745a8f07e7f1e7523eec8249cf1fe7bfe
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/Sales/PaymentAccessor.puml
4e57c9fffc6f85fb143b3e6f999c1249dca81d0b
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
286
puml
@startuml class PaymentAccessor { + Authorize(paymentInstrument:PaymentInstrument, orderId:int, total:decimal) : PaymentAuthStatusResult + Capture(authorizationCode:string) : PaymentCaptureResult } AccessorBase <|-- PaymentAccessor IPaymentAccessor <|-- PaymentAccessor @enduml
false
true
false
false
class
2c665ccf295b363b81a0f1cba3ca6715ac8ae110
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/Remmitance/RemittanceCalculationResult.puml
365de49cabe9decced121c769a04721604806832
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
147
puml
@startuml class RemittanceCalculationResult { + FeeAmount : decimal <<get>> <<set>> + RemittanceAmount : decimal <<get>> <<set>> } @enduml
false
true
false
false
class
c1c6809433b465ddba1aec4ac6d2768ba8f55c79
f64fe6610e4c5d577a15bfb724284166220a513c
/Use cases/Implementation/List/list-implementations.puml
fad213c881a8020bae032bdece143806888fe5d8
[ "Apache-2.0" ]
permissive
kathra-project/specifications
9f605febafa845dbe02988c1d00bd36298efd3e7
495100b867ab2bd6993caf3190a38b3afe0774f3
refs/heads/master
2022-12-17T06:55:11.624675
2020-08-04T17:44:25
2020-08-04T17:44:25
195,241,374
0
0
Apache-2.0
2022-12-06T01:32:33
2019-07-04T12:53:28
Shell
UTF-8
PlantUML
false
false
915
puml
@startuml title "List implementations - Sequence Diagram" actor User 'boundary Proxy participant Dashboard as UI participant AppManager participant ResourceManager activate User User -> UI: LINK: goto /smite/applications#implementations page activate UI UI -> User: deactivate UI note over User Requirements: User logged-in end note User -> AppManager: GET /implementations activate AppManager AppManager -> ResourceManager: GET /implementations activate ResourceManager ResourceManager -> ResourceManager : get implementations AppManager <- ResourceManager : Implementation[] [mandatories: \n metadatas:Map([mandatories:\n group:string\n ]),\n id:string, name:string, description:string, language: string, \n versions: Array([mandatories: \n id:string, name:string\n ])\n] deactivate ResourceManager User <- AppManager : Implementation[] deactivate AppManager deactivate User @enduml
false
true
false
false
usecase
edce6c50ee588aadefbf682ee9ce75c63a7ae800
09a8f84c65d9d5c7cde7ab4065c178551b5a4bbd
/doc/Diagramas/Diagramas_Secuencia/OrderedChoice/OrderedChoiceConOpcionesDesordenadas.puml
cb8ec5895d32bbfcfc50bd233a8df062785ac7c9
[ "MIT" ]
permissive
besednjak/TP2-Programacion-III
e6cb56ae978e4add773cdc597e42e2d24d6e4a1b
41aa07da9a77272106e06bd2b363dbcb07339485
refs/heads/main
2022-12-27T06:08:08.452458
2020-10-02T14:45:13
2020-10-02T14:45:13
300,644,868
0
0
null
null
null
null
UTF-8
PlantUML
false
false
686
puml
@startuml title OrderedChoice con opciones deordenadas hide footbox kahoot-> "ronda: Ronda" as ronda : responder(jugador: Jugador, opcionesSeleccionadas: List<Opcion>) activate ronda ronda-> "OrderedChoice: Preguntable" as OrderedChoice: establecerPuntuacion(opciones: List<Opcion>) activate OrderedChoice OrderedChoice -> OrderedChoice : tieneElOrdenAdecuado(opciones) activate OrderedChoice OrderedChoice --> OrderedChoice : false deactivate OrderedChoice ronda <-- OrderedChoice : 0 deactivate OrderedChoice ronda-> "jugador: Jugador" as jugador : sumarPuntos(puntaje: Int) deactivate ronda jugador-> jugador: puntos += 0 @enduml
false
true
false
false
sequence
7652dda6c89b87f7dafbae169865f080dc596653
28285a8f944c0fde1209e943890e795f1f7961d7
/src/main/java/construct/builder/Builder.puml
e13c1b7da8a4d92cfd29010838a2a055065bf33a
[]
no_license
shaoneng111/design-pattern
94496017f52eb86cf249a92090176df89e188ab1
298cbd0b5218c99adbd2fdd49c16ab6087246cfd
refs/heads/master
2021-06-28T16:31:29.374241
2020-09-29T11:09:33
2020-09-29T11:09:33
156,365,576
0
0
null
null
null
null
UTF-8
PlantUML
false
false
796
puml
@startuml class Product { } class Builder { {field} +product : Product; {method} +buildA() : void; {method} +buildB() : void; {method} +getResult() : Product; } class ConcreteBuilderA { {field} +product : Product; {method} +buildA() : void; {method} +buildB() : void; {method} +getResult() : Product; } class ConcreteBuilderB { {field} +Product product; {method} +buildA() : void; {method} +buildB() : void ; {method} +getResult() : Product; } class Director { {field} -Builder builder; {method} +construct(Builder builder) : Product; {method} +setBuilder(Builder *) : void } Builder <|.. ConcreteBuilderA Builder <|.. ConcreteBuilderB Builder o.left. Director ConcreteBuilderA ..> Product ConcreteBuilderB ..> Product @enduml
false
true
false
false
class
611d91ea67a54cf68bfd913b3ef750e971383174
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartChangeCustomLineItemPriceModeAction.puml
828e44aba2d1f77d20b68b73911292cf7c658aec
[]
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
569
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 CartChangeCustomLineItemPriceModeAction [[CartChangeCustomLineItemPriceModeAction.svg]] extends CartUpdateAction { action: String customLineItemId: String customLineItemKey: String mode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
1315836e0f194c6357ee5a03426d1fe0b746bb6c
178ff5731d23243560c9f6862b746b6355b1a30b
/uml/Item_structure.puml
f7bb0f71f950e281d71d1cb500ed0ab94372d992
[]
no_license
ivanp589/Pavlov-cop3330-assignment4
02674bb71b11e77de2effffc0bbf9844269cc66b
a919c525020b85660a5cae7e711389f6f78ebec9
refs/heads/master
2023-08-21T10:50:24.722995
2021-11-01T08:47:09
2021-11-01T08:47:09
423,394,052
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,069
puml
@startuml class Item extends ToDoList{ +String Desc +Date Date +boolean Complete +getDesc() +getDate() +getComplete() +setDescription() +setDueDate() setIsComplete() +Item() +item(String de,Date Da,Boolean c) } Item--getDesc Item--getDate Item--getComplete Item--setDescription Item--setDueDate Item--setIsComplete Item--Item1 interface getDesc{ returns Desc String } interface getDate{ returns Date } interface getComplete{ returns boolean value Complete } interface setDescription{ +String description sets Desc String of Item } interface setDueDate{ +Date dueDate sets Date value of Item } interface setIsComplete{ +Boolean isComplete sets Complete value of Item } interface Item1{ +String de +Date da +Boolean c } class ToDoList{ - TextField DescriptionString -DatePicker DueDateValue -Button AddButton '-String desc -Date Ddate +ObservableList<Item> listerv +ToDoList(ObservableList lister1) +ToDoList1() +AddItem(ActionEvent event) +AddItemToList(String newDescription,Date dueDate,boolean b) -sendData(ActionEvent event) } 'interface Item(){} @enduml
false
true
false
false
class
a7d8971bd076aea8b53638c9ef5cdd6e8084c6b4
1136a23e1c82aee31c05882fe3ef9fabb9167e7c
/src/FactoryPattern/UML.puml
aaac8dc65d3a7dd29f321f0de22d5e08240392a0
[]
no_license
vladv75/DesignPatterns
868a42fff7b37fa5b8e48b7ef85bce7b654266ed
fa1bdee0798f47c0a850481f67db6aab8d30156a
refs/heads/master
2021-01-20T20:52:38.291802
2016-02-07T10:31:05
2016-02-07T10:31:05
60,034,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
936
puml
@startuml abstract class Pizza { String name String dough String sauce ArrayList toppings void prepare() void bake() void cut() void box() public String getName() } class RUCheesePizza { + RUCheesePizza() } class RUBigCheesePizza { + RUBigCheesePizza() } class NYCheesePizza { + NYCheesePizza() } class NYBigCheesePizza { + NYBigCheesePizza() } Pizza <|-- RUCheesePizza Pizza <|-- RUBigCheesePizza Pizza <|-- NYCheesePizza Pizza <|-- NYBigCheesePizza abstract class PizzaStore { +Pizza orderPizza(String type) abstract Pizza createPizza(String type) } class RUPizzaStore { Pizza createPizza(String item) } PizzaStore <|-- RUPizzaStore RUPizzaStore ..> RUCheesePizza RUPizzaStore ..> RUBigCheesePizza class NYPizzaStore { Pizza createPizza(String item) } PizzaStore <|-- NYPizzaStore NYPizzaStore ..> NYCheesePizza NYPizzaStore ..> NYBigCheesePizza @enduml
false
true
false
false
class
e21d105c8145191ab64c3e20b186bc51eedbfde6
3496dcd6e67fbe7ffe6dfc3c6e78838161f03c83
/docs/source/diagrams/consensus-protocol.puml
a9a209dc41ed06a70a7ad483ba20010a20315b94
[ "Apache-2.0" ]
permissive
rashmidixit/indy-plenum
bd7976b50896a5d193cad91c88aa0311dd8c73e2
0392dc92a49e55a4b5d97796989e637e2d42a38b
refs/heads/master
2020-04-25T17:40:49.053085
2019-02-27T17:07:45
2019-02-27T17:07:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,673
puml
@startuml !pragma teoz true hide footbox participant Client participant Node1 participant Node2 participant Node3 participant Node4 note over Node1, Node4 Plenum implements RBFT Consensus Protocol with some improvements: 1. RBFT describes a distinct 3-phase commit for each request, but in Plenum, a 3-phase commit happens on batch of requests. 2. Consensus is combined with validation of transactions. PRE-PREPARE and PREPARE contain merkle tree roots and state trie roots which are used to confirm that each node has the same ledger and state on executing the batch of requests. 3. PRE-PREPARE contains a timestamp for the batch. The follower nodes validate the timestamp and if valid, acknowledge with a PREPARE. The timestamp is stored in the ledger for each transaction. 4. The 3-phase commit also includes a signature aggregation protocol where all nodes submit their signatures on the state trie root and those signatures are aggregated and stored. Later when a client needs to query the state, the client is given a proof over the state value and the signed (with aggregated signature) root. Thus the client does not have to rely on a response from multiple nodes. The signature scheme used is BLS. end note note over Node1, Node4 #FFAAAA Plenum has a couple of important TBD Items described in Three-Phase Commit Section. end note == Write Request Propagation == Client ->> Node1: Write Request Client ->> Node2: Write Request Client ->> Node3: Write Request Client ->> Node4: Write Request note right Node4 <b>Write Request: Client sends Write Request to Nodes end note Node1 -> Node1: Do Static Validation & Node2 -> Node2: Do Static Validation & Node3 -> Node3: Do Static Validation & Node4 -> Node4: Do Static Validation note right Node4 <b>Do Static Validation: When Request is received by a node for the first time (from Client OR via PROPAGATE) do the following: - validate schema, - do static validation (not taking into account current state and order of requests), - verify signature end note Node1 ->> Node2: PROPAGATE Node1 ->> Node3: PROPAGATE Node1 ->> Node4: PROPAGATE Node1 ->> Client: ACK Node2 ->> Node1: PROPAGATE Node2 ->> Node3: PROPAGATE Node2 ->> Node4: PROPAGATE Node2 ->> Client: ACK Node3 ->> Node1: PROPAGATE Node3 ->> Node2: PROPAGATE Node3 ->> Node4: PROPAGATE Node3 ->> Client: ACK Node4 ->> Node1: PROPAGATE Node4 ->> Node2: PROPAGATE Node4 ->> Node3: PROPAGATE Node4 ->> Client: ACK note right Node4 <b>PROPAGATE contains: - Request, - Sender of Request end note note right Node4 <b>ACK: Successfully validated Request is acknowledged end note group On gathering f+1 PROPAGATEs (2 in this example) Node1 -> Node1: Forward Request & Node2 -> Node2: Forward Request & Node3 -> Node3: Forward Request & Node4 -> Node4: Forward Request note right Node4 <b>Forward Request: Forward Request to Replicas end note end note == Three-phase Commit == note over Node1, Node4 RBFT has f+1 protocol instances: - master instance responsible for ordering and applying requests, - f backup (redundant) instances needed to evaluate performance of master instance and trigger View Change in case of degraded master Node participates in each protocol by a distinct replica. So Node has f+1 Replicas: master replica and f backup replicas. end note note over Node1, Node4 #FFAAAA <b>TBD 1 Plenum is a single-process application, while RBFT requires that all Replicas are run in separate processes leveraging multi-core architecture. This may lead to false positive view changes and affects performance of the system. end note note over Node1, Node4 #FFAAAA <b>TBD 2 Since consensus is combined with Validation of transactions, Plenum's Master Instance of the protocol performs more work than backup instances (see items in <color blue>blue</color>). This may lead to false positive view changes. end note loop For each protocol instance (2 in this example):<color blue>Master</color> and <color gray>Backup</color> note over Node1, Node4 Three-phase commit is performed in parallel in all protocol instances. Items related to <color blue><b>Master</b></color> Instance only are marked with <color blue><b>blue color</b></color>. <b>Each instance primary is located on its own node.</b> In this example: Node1 is primary of <color blue><b>Master</b></color> protocol instance, Node2 is primary of <color gray><b>Backup</b></color> protocol instance <i> (omitted in diagram for simplicity)</i> . end note group Pre-Prepare phase Node1 -> Node1: Create 3PC Batch note right Node4 <b>Create 3PC Batch:</b> For each ledger: Each Max3PCBatchSize requests OR Max3PCBatchWait seconds (depending on which is reached first): - dequeue forwarded requests for the ledger, - create 3PC Batch with dequeued requests end note Node1 -> Node1: <color blue>Apply 3PC Batch note right Node4 <color blue><b>Apply 3PC Batch: <color blue>For each request in 3PC Batch: <color blue>- do dynamic validation (against uncommitted state), <color blue>- if passed, apply request to ledger and state, <color blue> else discard request. <color blue>Eventually get: <color blue>- ledger_uncommitted, <color blue>- state_uncommitted, <color blue>- set of discared requests. end note Node1 ->> Node2: PRE-PREPARE Node1 ->> Node3: PRE-PREPARE Node1 ->> Node4: PRE-PREPARE note right Node4 <b>PRE-PREPARE contains: - (view_no, pre_prepare_seq_no), - pre-prepare time, - all requests keys, <color blue>- discarded requests keys, - digest of all requests, - ledger ID, <color blue>- ledger_uncommitted, <color blue>- state_uncommitted, <color blue>- BLS multi-signature of previous 3PC batch <i>Note: request digest serves as its key end note end group Prepare phase: on receiving PRE-PREPARE Node2 -> Node2: <color blue>Apply 3PC Batch & Node3 -> Node3: <color blue>Apply 3PC Batch & Node4 -> Node4: <color blue>Apply 3PC Batch Node2 -> Node2: Verify PRE-PREPARE & Node3 -> Node3: Verify PRE-PREPARE & Node4 -> Node4: Verify PRE-PREPARE note right Node4 <b>Verify PRE-PREPARE: - pre-prepare time is acceptable, - all previous PRE-PREPAREs have already been applied <i>(since PRE-PREPAREs must be applied sequentially only), <color blue>- BLS multi-signature of previous 3PC batch is the same, <color blue>- discarded requests keys are the same, - digest of all requests is the same, <color blue>- ledger_uncommitted is the same, <color blue>- state_uncommitted is the same end note Node2 ->> Node1: PREPARE Node2 ->> Node3: PREPARE Node2 ->> Node4: PREPARE Node3 ->> Node1: PREPARE Node3 ->> Node2: PREPARE Node3 ->> Node4: PREPARE Node4 ->> Node1: PREPARE Node4 ->> Node2: PREPARE Node4 ->> Node3: PREPARE note right Node4 <b>PREPARE contains: - (view_no, pre_prepare_seq_no), - pre-prepare time, - digest of all requests, <color blue>- ledger_uncommitted, <color blue>- state_uncommitted <i>(values are the same as in PRE-PREPARE) end note Node1 -> Node1: Verify PREPAREs & Node2 -> Node2: Verify PREPAREs & Node3 -> Node3: Verify PREPAREs & Node4 -> Node4: Verify PREPAREs note right Node4 <b>Verify PREPAREs: - digest of all requests is the same, <color blue>- ledger_uncommitted is the same, <color blue>- state_uncommitted is the same end note end group Commit phase: on gathering n-f-1 PREPAREs (2 in this example) Node1 -> Node1: <color blue>Sign with BLS Key & Node2 -> Node2: <color blue>Sign with BLS Key & Node3 -> Node3: <color blue>Sign with BLS Key & Node4 -> Node4: <color blue>Sign with BLS Key note right Node4 <color blue><b>Sign with BLS Key: <color blue>Sign 3PC Batch with BLS key end note Node1 ->> Node2: COMMIT Node1 ->> Node3: COMMIT Node1 ->> Node4: COMMIT Node2 ->> Node1: COMMIT Node2 ->> Node3: COMMIT Node2 ->> Node4: COMMIT Node3 ->> Node1: COMMIT Node3 ->> Node2: COMMIT Node3 ->> Node4: COMMIT Node4 ->> Node1: COMMIT Node4 ->> Node2: COMMIT Node4 ->> Node3: COMMIT note right Node4 <b>COMMIT contains: - (view_no, pre_prepare_seq_no), - <color blue>BLS signature end note Node1 -> Node1: Verify COMMITs & Node2 -> Node2: Verify COMMITs & Node3 -> Node3: Verify COMMITs & Node4 -> Node4: Verify COMMITs note right Node4 <b>Verify COMMITs: <color blue>- Verify BLS signature according to sending node end note end group Order phase: on gathering n-f COMMITs (3 in this example) Node1 -> Node1: <color blue>Calculate\n<color blue>BLS Multi-signature & Node2 -> Node2: <color blue>Calculate\n<color blue>BLS Multi-signature & Node3 -> Node3: <color blue>Calculate\n<color blue>BLS Multi-signature & Node4 -> Node4: <color blue>Calculate\n<color blue>BLS Multi-signature note right Node4 <color blue><b>Calculate BLS Multi-signature: <color blue>Calculate BLS multi-signature using <color blue>BLS signatures from nodes in consensus end note Node1 -> Node1: Order 3PC Batch & Node2 -> Node2: Order 3PC Batch & Node3 -> Node3: Order 3PC Batch & Node4 -> Node4: Order 3PC Batch note right Node4 <b>Order 3PC Batch: Return ordered 3PC Batch to Node end note end end loop == Writing to Ledger == Node1 -> Node1: Execute 3PC Batch\nfrom <color blue>Master</color> & Node2 -> Node2: Execute 3PC Batch\nfrom <color blue>Master</color> & Node3 -> Node3: Execute 3PC Batch\nfrom <color blue>Master</color> & Node4 -> Node4: Execute 3PC Batch\nfrom <color blue>Master</color> note right Node4 <b>Execute 3PC Batch from <color blue>Master</color>: Execute 3PC batch from <color blue>Master</color> protocol instance: - commit ledger_uncommitted, - commit state_uncommitted end note Node1 ->> Client: REPLY Node2 ->> Client: REPLY Node3 ->> Client: REPLY Node4 ->> Client: REPLY note right Node4 <b>REPLY: Request written to ledger is replied end note @enduml
false
true
false
false
sequence
8d0580766303c865b6a29e3b32028ee8bbbca179
a2eb3a031b0f317604ac9d6dfc5677d82d605d5d
/docs/testsResults/T13_Should_do_not_convert_collections.puml
fc0a2cfad4b6f288ffeaa621fe46ed9052875139
[ "Apache-2.0" ]
permissive
hundker/AutoUml-2
eb0ba64e239d067212abbc62d5cf6a6ecc318321
4c99ae3f13609e6279b2a62cc95ff9be64bed7f2
refs/heads/master
2022-11-11T00:21:38.805137
2020-07-06T10:39:58
2020-07-06T10:39:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,921
puml
@startuml title Diagram Test13 end title class AttributesListOwner { } class AttributesList { +int Capacity +int Count +void Add(AttributesListItem item) +void AddRange(IEnumerable<AttributesListItem> collection) +ReadOnlyCollection<AttributesListItem> AsReadOnly() +int BinarySearch(int index,int count,AttributesListItem item,IComparer<AttributesListItem> comparer) +int BinarySearch(AttributesListItem item) +int BinarySearch(AttributesListItem item,IComparer<AttributesListItem> comparer) +void Clear() +bool Contains(AttributesListItem item) +List<TOutput> ConvertAll(Converter<AttributesListItem,TOutput> converter) +void CopyTo(AttributesListItem[] array) +void CopyTo(int index,AttributesListItem[] array,int arrayIndex,int count) +void CopyTo(AttributesListItem[] array,int arrayIndex) +bool Exists(Predicate<AttributesListItem> match) +AttributesListItem Find(Predicate<AttributesListItem> match) +List<AttributesListItem> FindAll(Predicate<AttributesListItem> match) +int FindIndex(Predicate<AttributesListItem> match) +int FindIndex(int startIndex,Predicate<AttributesListItem> match) +int FindIndex(int startIndex,int count,Predicate<AttributesListItem> match) +AttributesListItem FindLast(Predicate<AttributesListItem> match) +int FindLastIndex(Predicate<AttributesListItem> match) +int FindLastIndex(int startIndex,Predicate<AttributesListItem> match) +int FindLastIndex(int startIndex,int count,Predicate<AttributesListItem> match) +void ForEach(Action<AttributesListItem> action) +Enumerator<AttributesListItem> GetEnumerator() +List<AttributesListItem> GetRange(int index,int count) +int IndexOf(AttributesListItem item) +int IndexOf(AttributesListItem item,int index) +int IndexOf(AttributesListItem item,int index,int count) +void Insert(int index,AttributesListItem item) +void InsertRange(int index,IEnumerable<AttributesListItem> collection) +int LastIndexOf(AttributesListItem item) +int LastIndexOf(AttributesListItem item,int index) +int LastIndexOf(AttributesListItem item,int index,int count) +bool Remove(AttributesListItem item) +int RemoveAll(Predicate<AttributesListItem> match) +void RemoveAt(int index) +void RemoveRange(int index,int count) +void Reverse() +void Reverse(int index,int count) +void Sort() +void Sort(IComparer<AttributesListItem> comparer) +void Sort(int index,int count,IComparer<AttributesListItem> comparer) +void Sort(Comparison<AttributesListItem> comparison) +AttributesListItem[] ToArray() +void TrimExcess() +bool TrueForAll(Predicate<AttributesListItem> match) } class AttributesListItem { +string Name } AttributesListOwner --{ AttributesListItem:Attributes AttributesListOwner o--> AttributesList:Attributes2 AttributesList --> AttributesListItem:Item @enduml
false
true
false
false
sequence
1db8666ca599343bfe7ee4e8bbc3f506b985c9df
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartSetCartTotalTaxAction.puml
8af5088ee360f39427b9ea7e584d740420ca8ade
[]
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
531
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 CartSetCartTotalTaxAction [[CartSetCartTotalTaxAction.svg]] extends CartUpdateAction { action: String externalTotalGross: [[Money.svg Money]] externalTaxPortions: [[TaxPortionDraft.svg List<TaxPortionDraft>]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
480aca13b0d61f6de593c620a3c95f28e9c59151
4ca21e514e0839917743071f38bd9077b29c1d9e
/docs/design/major_send_receive.puml
f2233064dd4590a3c587a3d34a8a08bce58870ec
[ "MIT" ]
permissive
ros-ukraine/orion
c1996fc55e91f704619e5c55b503a0631b6e5cc4
050d9df15c2b8e58d42a2b1aa467f08a14da099f
refs/heads/kinetic-devel
2023-06-09T08:13:30.101626
2021-06-22T21:57:29
2021-06-22T21:57:29
259,281,207
0
0
MIT
2021-06-22T21:57:30
2020-04-27T10:30:50
C++
UTF-8
PlantUML
false
false
922
puml
@startuml actor Actor as A participant Major as M participant Transport as T participant "Data Link Layer" as D participant COM as C A -> M: invoke activate M M -> T: sendPacket rnote over M: repeat provided\namount of times\nin case of failure deactivate M activate T T -> D: sendFrame deactivate T activate D D -> C: sendBuffer rnote over C: send until\ntimeout deactivate D activate C C --> D: result deactivate C activate D D --> T: result deactivate D activate T T --> M: result deactivate T activate M M -> T: receivePacket rnote over M: repeat provided\namount of times\nin case of failure deactivate M activate T T -> D: receiveFrame deactivate T activate D D -> C: receiveBuffer rnote over C: receive until\ntimeout deactivate D activate C C --> D: result deactivate C activate D D --> T: result deactivate D activate T T --> M: result deactivate T activate M M --> A: result deactivate M @enduml
false
true
false
false
sequence
76139b6968770049ba29e79b675fbdd794653ef8
c609f7309fa734773590f47ad21328b13a31b973
/doc/classes-design.puml
4a2904ee23627d10f05a03cea8cc67756f21b2ac
[ "MIT" ]
permissive
ganapatirao/github-checks-plugin
b6fc5f47b3cf7e6ae2bb6a97664348e6570b5c23
ff0bff5ef2459dd75e20b0f20ebc431834273b19
refs/heads/master
2022-12-10T03:24:36.244858
2020-08-11T07:21:22
2020-08-11T07:21:22
286,700,916
0
0
MIT
2020-08-11T09:22:36
2020-08-11T09:22:35
null
UTF-8
PlantUML
false
false
1,756
puml
@startuml interface ExtensionPoint #LightBlue class QueueLitener #LightBlue class RunListener #LightBlue class Run #LightBlue interface RunAction2 #LightBlue class GitHubAppCredentials #TECHNOLOGY { String generateAppInstallationToken() } class GHEventSubscriber #LightPink class JobListener #BUSINESS { void onEnterWaiting() void onStart() void onComplete() } class CheckGHEventSubscriber #BUSINESS class CheckRunResultAction #BUSINESS { long id CheckRunResult result CheckRunAction(long id, CheckRunResult result) long getId() CheckRunResult getResult() static List<CheckRunResultAction> all() } abstract class CheckRunResult #BUSINESS { String getName() Output getOutput() Annotation getAnnotation() } class CheckRunResultImpl1 #LightGray class CheckRunResultImpl2 #LightGray class CheckRunResultImpl3 #LightGray JobListener .right.> CheckRunResultAction JobListener .> CheckRunResult JobListener -up-|> QueueLitener JobListener -up-|> RunListener JobListener .down.> GitHubAppCredentials JobListener .left.> CheckGHEventSubscriber CheckGHEventSubscriber -up-|> GHEventSubscriber CheckRunResultAction "*" -right-> "1" Run CheckRunResultAction "1" --> "1" CheckRunResult CheckRunResultAction .up.|> RunAction2 CheckRunResult .right.|> ExtensionPoint CheckRunResultImpl1 -up-|> CheckRunResult CheckRunResultImpl2 -up-|> CheckRunResult CheckRunResultImpl3 -up-|> CheckRunResult skinparam legendBackgroundColor white legend |= |= Class Owners | |<back:BUSINESS> </back>| GitHub Checks API Plugin | |<back:lightBlue> </back>| Jenkins Core | |<back:TECHNOLOGY> </back>| GitHub Branch Source Plugin | |<back:LightGray> </back>| Consumers plugins | |<back:LightPink> </back>| GitHub Plugin | endlegend @enduml
false
true
false
false
class
ae0d6d80bfaacb308b8ff6a225545cb060563f9a
06b4f9b29e51db9eef79b9f9828f3aa369840ec1
/Deliverables/Oblig3/src/main/java/Grid/Grid.plantuml
fe35ceab0ff2a5f5c1964279d582edab3555fae5
[]
no_license
inf112-v19/Thebadguys
d650f57d5b23824e82498cfc55c7026d29a59762
ec1cbbd1ab466b1482fb0a72b466f351481d4917
refs/heads/master
2020-04-19T11:14:13.465654
2019-05-03T17:29:09
2019-05-03T17:29:09
168,161,605
0
0
null
2019-03-08T14:24:40
2019-01-29T13:44:35
Java
UTF-8
PlantUML
false
false
796
plantuml
@startuml title __GRID's Class Diagram__\n package Grid { enum Direction { NORTH SOUTH EAST WEST } } package Grid { interface IGrid { {abstract} + getHeight() {abstract} + getWidth() {abstract} + set() {abstract} + get() {abstract} + copy() } } package Grid { class MyGrid { - tiles : List<T> - height : int - width : int + MyGrid() + getHeight() + getWidth() + set() + get() + copy() } } MyGrid -up-|> IGrid 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
91d72a2adba7ba31f1919e010fa218ace19a7aa0
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleAssetMenu.puml
61553ea275172725b2a2b9e87a1954d253fbd6b9
[]
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
113
puml
@startuml class TMP_StyleAssetMenu <<static>> { + {static} CreateTextMeshProObjectPerform() : void } @enduml
false
true
false
false
class
bea9957f57f7757abda15881b193e02b54714222
e43d5b6c7f6978db4dd217a9fdb9e9e9934fcde5
/datamodel.puml
eb455c4fabc50d301ccf7d528bdf80af10096cf9
[]
no_license
jlehva/forum
237de46026ac4e2d28b3bf7ba21f85fdb59cfcb0
10f6a3dcbfe77041d7215d4adb69ec68945ecac5
refs/heads/master
2021-01-17T21:30:10.142053
2015-03-08T21:14:10
2015-03-08T21:14:10
31,866,255
0
0
null
2015-03-08T21:26:53
2015-03-08T21:26:52
Ruby
UTF-8
PlantUML
false
false
450
puml
@startuml left to right direction object User { id : int name: String } object Thread { id : int title: String user_id : int } object Post { id : int description : String user_id : int thread_id : int } object Like { id : int user_id : int post_id : int positive : boolean } Thread "1" -- "*" Post Post "1" -- "*" Like User "1" -- "*" Like User "1" -- "*" Thread User "1" -- "*" Post @enduml
false
true
false
false
class
1f606a076c2928a91fd6ad56b9eb8d6db1747719
35c914a519d87416c69a73cc4a40a992449b65a9
/docs/diagrama_caso_de_uso.puml
ee3f04b570a160e7184975c804509b6e56b9d9a1
[]
no_license
santiagomoyan0/Bookmaker-DS
7be9c841691b84ad96ef10b6490a13265991697c
5d58f256a502642dada9d5a6df71f3352d1d809d
refs/heads/main
2023-08-22T21:27:27.274226
2021-09-30T17:27:15
2021-09-30T17:27:15
395,457,803
0
0
null
null
null
null
UTF-8
PlantUML
false
false
211
puml
@startuml 'https://plantuml.com/use-case-diagram Cliente --> (Inicio con próximos partidos) Cliente --> (Sección de apuestas) Empresa --> (Administrar apuestas) Empresa --> (Administrar clientes) @enduml
false
true
true
false
uml-unknown
ec028716e5f6c3d8100c9b3faf5476daeb85c918
59931e6723e3d0025fb092017f427ba7d51052ad
/docs/use_cases/use_cases_pki.puml
99596464d83d3f12c54d0e36f32ea82913fffc4b
[ "Apache-2.0" ]
permissive
zigbee-alliance/distributed-compliance-ledger
ed5a6440cee6b4ba5b0113f550648f6df78b1610
964ff03b33e7e60a0efbf89026bf7352428a320c
refs/heads/master
2023-08-19T03:16:18.347567
2023-08-16T18:27:02
2023-08-16T18:27:02
279,344,506
81
39
Apache-2.0
2023-08-31T13:41:42
2020-07-13T15:42:09
TypeScript
UTF-8
PlantUML
false
false
1,063
puml
@startuml !pragma teoz true hide footbox actor "Root Authority" as RA actor "Zigbee Alliance Trustee 1" as T1 actor "Zigbee Alliance Trustee N" as TN actor Vendor as V database Ledger as L == Add a Root Certificate == RA -> L: PROPOSE_ADD_X509_ROOT_CERT RA <-> T1: Proof of privKey possession T1 -> L: APPROVE_ADD_X509_ROOT_CERT RA <-> TN: Proof of privKey possession TN -> L: APPROVE_ADD_X509_ROOT_CERT L -> L: Pending Root Certificate becomes approved\nafter receiving approval from N (or K% of) Trustees == Add an Intermediate or Leaf Certificate == V -> V: A Certificate signed by the Root Certificate V -> L: ADD_X509_CERT L -> L: Validate certificate against the Root Certificate == Revoke a Certificate by Trustees == T1 -> L: PROPOSE_REVOKE_X509_ROOT_CERT TN -> L: APPROVE_REVOKE_X509_ROOT_CERT L -> L:the certificate and all child certificates are revoked\nafter receiving approval from N (or K% of) Trustees == Revoke a Certificate by the owner == V -> L: REVOKE_X509_CERT L -> L: the certificate and all child certificates are revoked @enduml
false
true
false
false
usecase
21e700f4051b3d20020b2b6a017ed61e6a5d0386
6327621afec93f205a551a36197a214bd1842fd5
/plantUML/dobledespacho.puml
107785e51e277216d722d1edfe33a2d7415b6c5c
[]
no_license
MiguelAngelCB/Mobile-Store
2a78a02015f2e7eb33c8f205a4c106c74d1ccbbc
8fa14a7cdf4a212fa0b97bcbe16e9f2c1b941d81
refs/heads/master
2023-02-27T04:36:06.469868
2021-02-02T21:46:30
2021-02-02T21:46:30
335,432,203
1
0
null
null
null
null
UTF-8
PlantUML
false
false
578
puml
@startuml dobledespacho Interface OperationControllerVisitor{ visit(StartController) visit(PutController) } Class TictactoeView{ } Interface Controller{ } Class OperationController{ accept(OperationControllerVisitor) } OperationControllerVisitor o-- TictactoeView Controller o-- OperationController Interface IProfesor{ saludar(ICurso curso); visit(Segundo segundo); visit(Primero primero); despedirse(); } Class Jose { curso.aceptar(this); } Interface ICurso { aceptar(IProfesor profesor); } Class Primero { } ICurso o-- Primero IProfesor o-- Jose @enduml
false
true
false
false
class
45c4327350b02d2332f33df53d6fe075d59a641a
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
/docs/UC_12/SD.puml
6173c98a6f1b77d699a437567d14a261983f2c7f
[]
no_license
botelho-io/lapr2-2020-g029
c6a3c15bace1145c94c0495ac5f8ce54b7be478c
1834bf842e5ae1f94d20ab61dad8e8124fc9f61b
refs/heads/master
2023-08-17T00:53:42.364156
2020-06-14T22:29:10
2020-06-14T22:29:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,196
puml
@startuml SD autonumber actor "User" as U participant ":DeserializeUI" as ui participant ":DeserializeController" as ctr participant ":App" as app activate U U -> ui : starts the process of starting up the system activate ui ui -> ctr : b = hasDataFile() opt b == true ui --> U : questions if the changes that were made to the system in a previous session should be loaded deactivate ui U -> ui : confirms activate ui ui -> ctr : deserialize() activate ctr ctr -> app : deserialize(path) activate app note over app : The app deerializes all \nthe objects in the file deactivate app deactivate ctr ui --> U : starts up else ui --> U : starts up end deactivate ui deactivate U @enduml
false
true
false
false
usecase
ea7c27c3dbc1f4bfc71388fea4dd9a53a75eec97
e2d7c6f90469fa874a157acba102b9afdaf420c9
/src/main/java/design/patten/bridge/bridge.puml
1472bb6a551072ced99b3578c87a50d35221506c
[]
no_license
Asituyasi/TestPro
59ccb89a6672b30c2917eb4521f6d3d1845cf88c
18ec9b5b42f925864e20d547e56a8d5559e4e704
refs/heads/master
2020-04-26T07:45:54.089590
2019-03-21T11:40:02
2019-03-21T11:40:02
173,403,396
1
0
null
null
null
null
UTF-8
PlantUML
false
false
632
puml
@startuml abstract class Abstraction { -Implementor -mplementor +action() } interface Implementor { +actionImpl() } class ConcreteImplementorA{ +actionImpl() } class ConcreteImplementorB{ +actionImpl() } class RefinedAbstraction{ +action() } Implementor <|.. ConcreteImplementorA Implementor <|.. ConcreteImplementorB Abstraction <|-- RefinedAbstraction Abstraction o--> Implementor @enduml http://www.plantuml.com/plantuml/png/bT31oi8m30VmUvwYHqMo9n3PvichRz2low3Gfj9cf-cxgrGnWmb-jpRyuFzFsY8sonG3WFqhagqJuu8jnNIlhqziPi1Jl0IAn9AomSyRTfLijd03y2oKH-l8Q3w_qNDOOOqu9dQPX1Jk_eFxh_XCesSQr0xpigdkjxyspMgNdrGFAkMX45VI5mRneEy3q18FKmnt
false
true
false
false
class
bdd50d50de0a1d647c0eb056d5505e4fe9e0fb63
cdae9f2c0be2ac42d728f1895a6d9284eab7e02c
/vortrag/images/src/pu/class/auth.plantuml
89c9d2d645d59644129219e29bd08ab0b71cc136
[]
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
2,214
plantuml
@startuml package "AuthenticationPersistenceManager" { class SessionModel{ + String getId() + String getEmail() + String getToken() + void setId( Long id ) + void setEmail( String email ) + void setToken( String authToken ) __ private data __ Long id Date createdAt String email String token } class SessionRepository <extends CrudRepository>{ SessionModel findByEmail( String email ) SessionModel findByAuthToken( String authToken ) } class SessionService{ + void deleteExpiredSession() + boolean exists( String token ) + Session findByEmail( String email ) + Session findByToken( String email ) - boolean isExpired( Long expireIn ) } SessionModel -o SessionRepository SessionRepository --o SessionService } package "Authentication" { class TokenService{ @Autowired - SessionService sessionService; - final static Logger log = LoggerFactory.getLogger( AuthFilter.class); + static final int SCHEDULE_TIME = 360000; @Scheduled(fixedRate= SCHEDULE_TIME) + void removeExpiredSession() + void save( String token ) + boolean exists( String token ) + Session retrieve( String token ) } class AuthFilter<extends AbstractAuthenticationProcessingFilter>{ } class TokenAuthenticationProvider<implements AuthenticationProvider> { @Override + Authentication authenticate(Authentication authentication) } class AuthConfig<extends WebSecurityConfigurerAdapter>{ } class AuthExceptionHandler<extends AuthenticationException>{ } class AuthPreAuthentication<implements Authentication>{ } class AuthenticationToken<extends AbstractAuthenticationToken>{ } TokenAuthenticationProvider --o AuthConfig AuthFilter --o AuthConfig AuthenticationToken --o AuthFilter AuthPreAuthentication -o AuthFilter AuthConfig o-- AuthExceptionHandler TokenService o- SessionService TokenService -o AuthConfig } legend top CrudRepository : @ref : org.springframework.data.repository AuthenticationProvider : @ref : org.springframework.core.security.AuthenticationProvider AuthenticationProvider : @ref : org.springframework.core.security.Authentication AuthenticationProvider : @ref : org.springframework.core.security.WebSecurityConfigurerAdapter endlegend @enduml
false
true
false
false
class
2201d98c4af6f9a5d88336d096788dbea4db56f6
f54fe055164dc3074e25362c8286ba828e587d89
/src/main/java/database/database.plantuml
9b4ccd73c8ea648618fab146c2c3ada45ff6bd64
[]
no_license
BorisMilenski/To-Do-List
4b65e4c233676b2ca48f5a3fbc5e6b4e3179aec6
d1d836c4471870ca894db8636381bfd9ae2f8582
refs/heads/develop
2023-06-28T17:32:51.963500
2021-07-22T18:19:30
2021-07-22T18:19:30
387,732,122
0
0
null
2021-07-22T18:25:21
2021-07-20T08:57:07
Java
UTF-8
PlantUML
false
false
1,475
plantuml
@startuml title __DATABASE's Class Diagram__\n namespace database { abstract class database.DatabaseAccess { {static} # DATABASE_NAME : String {static} # DB_PASSWORD : String {static} # DB_URL : String {static} # DB_USERNAME : String # connection : Connection # closeConnection() # startConnection() } } namespace database { class database.TaskDAO { {static} - TABLE_NAME : String - tasks : List<Task> + TaskDAO() + add() + edit() + get() + markTaskAsCompleted() + remove() - doesIdExistInList() - refreshTaskList() } } namespace database { class database.UserDAO { {static} - TABLE_NAME : String - password : String - username : String + UserDAO() + add() + edit() + get() + getAllUsernames() + getUser() + initialize() + remove() } } database.TaskDAO .up.|> entities.DAO database.TaskDAO -up-|> database.DatabaseAccess database.TaskDAO o-- entities.User : user database.UserDAO .up.|> entities.DAO database.UserDAO -up-|> database.DatabaseAccess database.UserDAO o-- entities.User : user right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
sequence
6029cddc6c47a588d5da8f5871c762f3c0aeb0c6
215c015589634f4ee52a99ee0c96b6d16e67d6c4
/content/posts/2018-02-14-service-discovery/sequence.plantuml
989e10ff755fdedd0d26cbfe3f71f631050e752d
[ "MIT" ]
permissive
040code/040code.github.io
1d099f7787f3fa12fcc3ffbacee8623d996240b0
3821ef6003310d3e75e5b8ac71a128183ab0658f
refs/heads/source
2023-02-18T02:59:01.711034
2023-01-12T12:13:18
2023-01-12T12:13:18
87,338,389
0
4
MIT
2019-04-18T21:09:24
2017-04-05T17:36:30
CSS
UTF-8
PlantUML
false
false
844
plantuml
@startuml hide footbox skinparam roundcorner 20 skinparam handwritten true skinparam note { BorderColor DeepSkyBlue BackgroundColor DeepSkyBlue FontName Impact } skinparam sequence { ArrowColor DeepSkyBlue ActorBorderColor DeepSkyBlue LifeLineBorderColor blue ParticipantBorderColor DodgerBlue ParticipantBackgroundColor DodgerBlue ParticipantFontName Impact ParticipantFontSize 17 ParticipantPadding 40 } participant "ECS Agent" as A [-> A: create task create "Spring Application" A -> "Spring Application" : create container participant "Eureka Discovery" as E participant "AWS (169.254.169.254)" as M ||| "Spring Application" -> M : get ip "Spring Application" -> "Spring Application" : read meta data note left Look up external IP Look up exposed port end note ||| "Spring Application" -> E : register @enduml
false
true
false
false
sequence
5aa03603cf9948fae39f6c429954e60b7f2b1e8c
e096e9025533604ebb27cf9e5d2313990c51f77b
/img/plantuml/cls_writer.plantuml
5b79a70e0f38531b65a0a004f8558b0e2c89ba34
[]
no_license
Delzye/bachelors_thesis_anton_mende
6dfae3eab3ab020fd5b5d5cedadeb091d9d71dbd
ac5f163c354c101354207404ec739fce50fc2865
refs/heads/main
2023-06-06T23:26:21.280048
2021-07-12T09:01:05
2021-07-12T09:01:05
364,241,036
0
0
null
null
null
null
UTF-8
PlantUML
false
false
882
plantuml
@startuml package writer { class ODMWriter { #Document doc #Element root #Element meta_data #Element form #Element code_lists #Element clinical_data #Properties prop #String meta_data_oid #HashMap<Integer, Element> question_groups #ArrayList<String> written_cl_oids +ODMWriter(Survey s) +void createODMFile() +void writeFile() -void createODMRoot() -void addStudyData() -void addQuestionGroups() -void addQuestions() -void addConditions() -void addClinicalDataElement() +void addAnswers(LinkedList<Response> responses) -Element addQuestion(Question q, String data_type) -void addQuestionWithCL(Question q) -void addQuestionRef(int gid, String qid, String mandatory) -void addQuestionRefWithCond(int gid, String qid, String mandatory, String cond_oid) } } package parser{ package lss{ class Survey } } ODMWriter "1" -- "0..*" Survey : survey @enduml
false
true
false
false
class
4ae4855aa8171229a46fa23cc19ba45a0de4e6cd
09a8f84c65d9d5c7cde7ab4065c178551b5a4bbd
/doc/Diagramas/Diagramas_Secuencia/MultipleChoiceConPenalidad/MultipleChoiceConPenalidadCreacionError.puml
d9b607ef4f1282ca9018a544c1481050566fbc81
[ "MIT" ]
permissive
besednjak/TP2-Programacion-III
e6cb56ae978e4add773cdc597e42e2d24d6e4a1b
41aa07da9a77272106e06bd2b363dbcb07339485
refs/heads/main
2022-12-27T06:08:08.452458
2020-10-02T14:45:13
2020-10-02T14:45:13
300,644,868
0
0
null
null
null
null
UTF-8
PlantUML
false
false
626
puml
@startuml title Creación Multiple Choice Con Penalidad Con Opciones Inválidas hide footbox Kahoot -> CreadorPregunta: CreadorPregunta.crearPregunta(TipoPregunta.MultipleChoiceConPenalidad, pregunta, opciones) CreadorPregunta -> MultipleChoiceConPenalidad: new MultipleChoiceConPenalidad(pregunta, opciones) activate MultipleChoiceConPenalidad MultipleChoiceConPenalidad -> MultipleChoiceConPenalidad: validarOpciones(opciones) MultipleChoiceConPenalidad -> CreadorPregunta: throw ParametrosInvalidosExcepcion() deactivate MultipleChoiceConPenalidad CreadorPregunta --> Kahoot: throw ParametrosInvalidosExcepcion() @enduml
false
true
true
false
sequence
a7b3f5277090e4fa8d205d0c67f4b38c67624548
ad1dc69c89f5c014354f528a0949173646670e6e
/documentation/diagrams/src/fxui_class_diagram.puml
c3ba5b8d15a9d129ea65f1f2c2d1326dc652bba8
[]
no_license
AndrineHeg/it1901-dinnerium
434c99b2c336acfa10ead711325d29638848024a
4002b67d92f4c7d79e367bb45e930d34c3e47bea
refs/heads/master
2023-03-18T07:37:51.589442
2020-11-18T18:44:12
2020-11-18T18:44:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
707
puml
@startuml class AppController { - User user - DinneriumAccess dinneriumAccess ~ NavbarController navbarViewController } class SettingsController { - User user - NavbarController navbarController } class NavbarController { - AppController appController ~ SettingsController settingsViewController ~ FridgeController fridgeViewController ~ RecipesController recipesViewController } class FridgeController { - User user - NavbarController navbarController } class RecipesController { - User user } NavbarController -- FridgeController NavbarController -- SettingsController NavbarController --> RecipesController AppController -- NavbarController @enduml
false
true
false
false
class
7e196a56a14284c3db7aeaf1405b38fff41fc71c
2748577960ba36091dba79b507521c92dba723c8
/src/Portal/FileManagement/FileManagement.plantuml
6363504f82c407add8b87fab67ecaa9c8d5687cf
[]
no_license
MartinEmilEshack/Portal
a6e3c25b421afef854bd576d97ce9019e597f700
8ac77fd31dcd3d7f7b74524f60da32259141b09d
refs/heads/master
2022-02-21T09:47:12.538411
2019-10-16T17:51:16
2019-10-16T17:51:16
213,708,757
0
0
null
null
null
null
UTF-8
PlantUML
false
false
619
plantuml
@startuml title __FILEMANAGEMENT's Class Diagram__\n package Portal.FileManagement { class Explorer { {static} + copyFile() {static} + pasteFile() {static} - ReceivedFolderExists() {static} - getReceivedFolderPath() } } package Portal.FileManagement { class FileBytes { + fileName : byte[] + fileSize : byte[] + file : byte[] } } 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
b016b1c8f915b5d816cea969c60bb6580667e48c
261f3d4fd238b13676398b33df2304142bf505a0
/docs/hrDiagram/DeleteFromEvents.puml
2a0d544ca50dca4103948148d72e4158db7aa2f6
[]
no_license
AY2021S1-CS2113T-F14-1/tp
8a917e7e02274af464095b31ee695282f294737c
9e05f06f9f338e4059e96faa992c22a1bad412e7
refs/heads/master
2023-01-09T19:46:16.021830
2020-11-13T12:07:10
2020-11-13T12:07:10
300,518,941
0
4
null
2020-11-13T12:07:11
2020-10-02T06:13:45
Java
UTF-8
PlantUML
false
false
618
puml
@startuml -> ":MemberList" : deleteFromEvents(memberName) activate ":MemberList" loop eventSize ":MemberList" -> ":EventList" activate ":EventList" ":EventList" -> ":Event" :getEventName() activate ":Event" ":Event" --> ":EventList" deactivate ":Event" ":EventList" --> ":MemberList" : eventName deactivate ":EventList" ":MemberList" -> ":EventList" : deleteAttendance(eventName, memberName) ref over ":MemberList", ":EventList", ":Event" deleteAttendance(eventName, memberName) end ref activate ":EventList" ":EventList" --> ":MemberList" deactivate ":EventList" end <-- ":MemberList" deactivate ":MemberList" @enduml
false
true
false
false
sequence
bf89c9733261071be87ade5dd434ebaca65944ef
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Models/RegisterClassMapTarget.puml
cd3dca9d8368dd4e2fe726dc2787975b587da824
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
84
puml
@startuml enum RegisterClassMapTarget { Reader, Writer, Both, } @enduml
false
true
false
false
class
62c17a5f57303213a8d100f5080545afffa99809
28fb51d17c0f8561a27a0a62898ef765d4ab9b99
/doc/branching_model.puml
ab16492af0936654d75182ff7e2b7235ecfffb5e
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
dsever/django-DefectDojo
bd5273e7a6492bd8edc509f25c4d5389b1f6d706
800e0f33556aae43fbb7af9ea0a7861cbe604689
refs/heads/master
2023-06-01T01:18:50.738550
2020-08-04T14:53:38
2020-08-04T14:53:38
272,365,571
1
0
BSD-3-Clause
2023-04-03T07:46:31
2020-06-15T07:01:51
HTML
UTF-8
PlantUML
false
false
1,422
puml
@startuml !pragma teoz true == Release == participant "Dev branch" as devbranch order 10 #LightBlue participant "RC branch" as rcbranch order 20 #YellowGreen participant "Master branch" as master order 30 #99FF99 participant "Hotfix branch" as hotbranch order 40 #DarkSalmon {startrc} devbranch -> rcbranch ++ #YellowGreen: Create branch release/x.y.0 note left of devbranch Evolutions end note rcbranch <- devbranch: Cherry-pick bug fixes rcbranch <- devbranch: Cherry-pick more bug fixes note right of rcbranch - Bug fixes - Tag "x.y.0-rcn" on RC branch - Push "x.y.0-rcn" to DockerHub end note rcbranch -> master: Merge note right of master Official release - Tag "x.y.0" - Push "x.y.0" to DockerHub end note {endrc} rcbranch --> devbranch --: Release done devbranch -> rcbranch: Create branch release/x.(y+1).0 note left of devbranch Increase x if case of major breaking change end note ... ... {startrc} <-> {endrc}: 4-8 weeks == Hotfix == master -> hotbranch ++ #DarkSalmon: Create short-lived fix branch x.y.z note left z starts at 1. Increase for each hotfix. end note note right of hotbranch Severe bug to be corrected end note hotbranch <- devbranch --: Merge hotfix per PR hotbranch --> master: Cherry-pick note right of master Official release - Tag "x.y.z" on master - Push "x.y.z" to DockerHub end note hotbranch --> rcbranch: Cherry-pick @enduml
false
true
false
false
sequence
80872b73dd13e7e6fd348df5943ae0eededf5651
d50311267155e5ba41837cd5fc3186e70a54e1f1
/sharding-jdbc-doc/class-design/context-class.puml
229ef557840c8a02e6564facb21cc3501c39a9f0
[ "Apache-2.0" ]
permissive
wangjianwen/sharding-jdbc
53dad416e90a273c299ef1d94d9734fac90b113e
b554f7bcd7762dccf8eb87b5b9173bd9c488b187
refs/heads/master
2021-07-24T01:54:48.157302
2017-11-03T00:47:43
2017-11-03T00:47:43
105,404,336
0
0
null
null
null
null
UTF-8
PlantUML
false
false
521
puml
@startuml class ShardingDataSource class ExecutorEngine class ShardingContext class ShardingRule class DatabaseType class DataSourceRule class TableRules ShardingDataSource o-- ExecutorEngine ShardingDataSource o-- ShardingContext ShardingContext o-- ShardingRule ShardingContext o-- DatabaseType ShardingContext o-- ExecutorEngine ShardingRule o-- DataSourceRule ShardingRule o-- TableRules ShardingRule o-- BindingTableRules ShardingRule o-- DatabaseShardingStrategy ShardingRule o-- TableShardingStrategy @enduml
false
true
false
false
class
308121aab103c1bc1d2a6ba3311f9ab28ca14367
08738204ffb10b361a9d7a3b492cd0563f19e151
/conception/composants-interne/INTCalculEnvironnement/environnement-initialisation.puml
f0b83a666fed647dab08009fcb110ec1b18eb8e9
[]
no_license
ldalzotto/MyCrossyRoad
95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4
69aa9082f763a9700a82f0d1b534738ecff488ca
refs/heads/master
2021-01-22T21:00:21.860081
2017-04-10T07:48:05
2017-04-10T07:48:05
85,384,738
0
0
null
null
null
null
UTF-8
PlantUML
false
false
632
puml
@startuml hide footbox participant Environnement participant Configuration group Initialisation dimensions Environnement -> Configuration : getEnvironnementLongueur() Environnement <- Configuration : environnementLongueur Environnement -> Configuration : getEnvironnementLargeur() Environnement <- Configuration : environnementLargeur Environnement -> Environnement : _longueur = environnementLongueur Environnement -> Environnement : _largeur = environnementLargeur end Environnement -> Environnement : _lignes = new ArrayList<Ligne> Environnement -> Environnement : _lignesCurseur = 0; @enduml
false
true
false
false
sequence
9f8c571c64516f36cbd36e99fcc8d6db78bc898a
2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34
/设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/adapter/interfaceadapter/classAdapter.puml
3f9b55cd4d0ba26d64838b520d36f1d662a03480
[]
no_license
YiboXu/JavaLearning
c42091d6ca115826c00aad2565d9d0f29b1f5f68
97b4769ebbe096e0ab07acb6889fb177e2ca5abe
refs/heads/master
2022-10-27T23:47:54.637565
2020-06-16T09:12:09
2020-06-16T09:12:09
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
431
puml
@startuml interface Adapter { + int phoneCharging(); + int computerCharging(); + int padCharging(); } class VoltageAdapter implements Adapter{ + int phoneCharging(); + int computerCharging(); + int padCharging(); } class Phone { - VoltageAdapter voltageAdapter + Phone(VoltageAdapter voltageAdapter) + void charging() } Phone <|- VoltageAdapter @enduml
false
true
false
false
class
d3a9a3d2f20068b5253e215db46929919766ede1
7c1d5e6989709764082ac3eca848216555b5288c
/docs/arch.puml
9bfdd9f8c14f6f5c06be299cf8efafec2a8d05d9
[ "Apache-2.0" ]
permissive
FishJoey/gorpc
754259032d5fc7ac65930618fe0eec048193c465
384fe1a788faf9a719bbdce4d349c4add8b0b184
refs/heads/master
2023-08-03T20:42:56.378732
2021-09-30T17:43:03
2021-09-30T17:43:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,765
puml
@startuml package "helloworld" { interface Greeter { +Hello(ctx, *Request) (*Response, error) } class greeter { +Hello(ctx, *Request) (*Response, error) } greeter -up-|> Greeter class Greeter_ServiceDesc { Name string Methods map[string]HandleFunc } } package "server" { class Server { +modules []*ServerModule +interceptors []Interceptor +Start() +Stop() +Register(s *ServerModule) error +AtExit(fn func()) } interface ServerModule { +Start() +Stop() } Server "1" *-down- "N" ServerModule class PacketServer { svr *Server } PacketServer -up-|> ServerModule class StreamServer { svr *Server } StreamServer -up-|> ServerModule class HttpServer { svr *Server } HttpServer -up-|> ServerModule Server -up-> greeter Server -up-> Greeter_ServiceDesc interface Router { Route(rpc string) (Method, error) } Server -down-> Router interface Interceptor { Intercept(ctx context.Context) error } Server "1" -left-> "N" Interceptor } package "codec" { interface Session { TraceContext() (interface{}, error) ParseRequestBody(req interface{}) error Request() interface{} Response() interface{} Logger() logger } interface Codec { Encode(v interface{}) ([]byte, error) Decode([]byte) (interface{}, error) } class MessageReader { codec Codec builder SessionBuilder Read(net.Conn) (interface{}, error) } interface SessionBuilder { Build(req interface{}) (Session, error) } MessageReader -down-> Codec MessageReader -down-> SessionBuilder SessionBuilder -up-> Session StreamServer -down-> MessageReader PacketServer -down-> MessageReader HttpServer -down-> MessageReader } package "internal.codec" { GoRPC -up-|> Codec GRPC -up-|> Codec HTTP -up-|> Codec } package "internal.builder" { GoRPCBuilder -up-|> SessionBuilder GRPCBuilder -up-|> SessionBuilder HTTPBuilder -up-|> SessionBuilder } package "registry" { interface Registry { +Register(*Service, opts ... RegisterOption) error +DeRegister(*Service) error +GetService(string) ([]*Service, error) +ListServices() ([]*Service, error) +Watcher() (Watcher, error) } Registry "1" *-right- "1" Watcher Registry "1" -up-> "N" Service Server -left-> Registry interface Watcher { +Next() (*Result, error) +Stop() } Watcher -up-> Result class Result { +Action ActionType +Service *Service } enum Action { CREATE UPDATE DELETE } Result -right-> Action class Service { Name string Version string Nodes []Node } Service "1" -right-> "N" Node class Node { IP string Port int Weight int } } package "selector" { interface Selector { Select(service string, opts ...SelectOption) (Next, error) Mark(service string, node *registry.Node, err error) Reset(service string) Close() error } Selector -up-> Registry } package "internal.selector" { IPSelector --|> Selector EtcdSelector -left-|> Selector } package "client" { interface Client { Invoke(ctx, req) (rsp, error) } interface Transport { Send(ctx, req) (rsp, error) } class TcpTransport { pool *TcpConnectionPool eps []*Endpoint rd *MessageReader } TcpTransport -left-|> Transport TcpTransport "1" -right-> "TcpConnectionPool" class UdpTransport { ep *Endpoint rd *MessageReader } UdpTransport -up-|> Transport UdpTransport -right-|> Endpoint interface ConnectionPool { +GetConn() (net.Conn, error) +FreeConn(net.Conn) } TcpConnectionPool --|> ConnectionPool TcpConnectionPool "1" --> "N" Endpoint class Endpoint { -conn net.Conn +Read([]byte) (n, error) +Write([]byte) (n, error) } class client { name string codec Codec selector Selector trans Transport +Invoke(ctx, req) (rsp, error) } client -right-|> Client client -right-> MessageReader client -down-> Transport client -up-> Selector } package "broker" { interface Broker { ServerModule Subsribe(ctx, topic, gp) (<-chan interface{}, error) Publish(ctx, topic, req) error } Broker --|> ServerModule } package "internal.broker" { NATS --|> Broker Kafka --|> Broker } @enduml
false
true
false
false
class
5ce07982c942e1829100aa63aa63e9073e7d4ecb
48dc2afcaa2437f307bae085ecaacd7b7b4b460b
/src/com/eirunye/funtion_factory/funtion_factory.puml
384a69a2feb5562bfc5467f82c63a82f6bae2399
[]
no_license
eirunye/Simple_Factory_Pattern
45b4d7036058501a1883f960fa2c9a2130d2957a
46f0d01d8ecb97e90c1ef929f47fd98aa1c245b8
refs/heads/master
2020-03-29T04:59:49.559989
2018-09-26T02:48:27
2018-09-26T02:48:27
149,560,070
2
0
null
null
null
null
UTF-8
PlantUML
false
false
607
puml
@startuml abstract class MealStore{ + Meal submitOrderMeal(String type) # Meal createMeal(String type) } abstract class Meal{ __ public __ + List mealInfo = new ArrayList() + mealPreparation() + bake() + getMeal() + send() } class CrayfishMeal{ __ public __ + CrayfishMeal() + bake() } class RoastDuckMeal{ __ public __ + RoastDuckMeal() } class GuangDongMealStore{ # Meal createMeal(String type) } class JiangNanMealStore{ # Meal createMeal(String type) } Meal <|-- CrayfishMeal Meal <|-- RoastDuckMeal MealStore --> Meal MealStore <|-- GuangDongMealStore MealStore <|-- JiangNanMealStore @enduml
false
true
false
false
class
f30a8c474d0fd0c71a3f8026f2f347b74e0d413e
aefdc6e26db90fe88c57b7eecde5596afc49d4cb
/src/test/resources/service-diagram.plantuml
14d4185cc17ccab200e6a297f80a8d7408119cd0
[ "Apache-2.0" ]
permissive
jboz/plantuml-builder
724bf75b2d5794b53603f8a9f60b01ae8b79116c
266d960a5d4a7c8e18048ddd7360df221428a0c4
refs/heads/main
2023-08-06T15:42:33.576311
2023-07-21T23:24:51
2023-07-21T23:24:51
89,647,955
41
13
Apache-2.0
2023-07-21T23:22:32
2017-04-27T23:14:47
Java
UTF-8
PlantUML
false
false
311
plantuml
@startuml skinparam backgroundColor lightgray header class diagram type endheader title Service diagram interface "AccessDataService" { whoDrive(Car, Instant) : Driver } "AccessDataService" --> "Car" : use "AccessDataService" --> "Driver" : use footer page 1/1 endfooter show methods hide fields @enduml
false
true
false
false
sequence
c0cd60e688266d8d3faaa92820d638a631c68cb6
b4b568b0bdbdc083f8492665f9a0e09df6bd71f0
/specs/agents/uml/publish.puml
05b01d4eabd942539393cee0fb51b07004a3e8a6
[ "Apache-2.0" ]
permissive
elastic/apm
1bfa40ab22cbe5e591e22266db00a3159fd935d8
5791498e9569ef9111615ef439e1cbf0b7fd7c18
refs/heads/main
2023-08-29T02:14:33.915235
2023-08-11T21:08:03
2023-08-11T21:08:03
152,424,770
358
107
Apache-2.0
2023-09-05T22:48:01
2018-10-10T13:04:32
Gherkin
UTF-8
PlantUML
false
false
562
puml
@startuml publish hide footbox participant "Application (Publisher)" as app participant "APM agent" as apm queue "Messaging system" as queue activate app activate apm #00BFB3 app -> queue: **publish message** deactivate app activate queue activate apm #1BA9F5 apm -> apm: span.Start() note left of apm **Capture new span** There is an active transaction end note apm -> apm: span.End() queue --> app deactivate queue activate app deactivate apm @enduml
false
true
false
false
sequence
56262fd7998ffeaf9ac6917a552cc487965c4327
b7d2ba71058efa46eff4ed885324819fb3f99266
/src/doc/CLI_Controllers/EnergyConsumption/selectRoom_sd_EnergyConsumption.puml
f20c5fdf1f429db35beccf2b4740fe8d27503094
[]
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,318
puml
@startuml skinparam titleBorderThickness 3 skinparam titleBorderColor indianred skinparam titleBackgroundColor ivory skinparam FontName quicksand skinparam actor { BorderColor indianred } skinparam sequence { LifeLineBackgroundColor indianred ParticipantBackgroundColor ivory } skinparam roundcorner 10 skinparam component { arrowThickness 1 ArrowFontName Verdana ArrowColor indianred ArrowFontColor darkslategrey } actor PowerUser activate PowerUser -> ":EnergyConsumptionUI": selectRoom activate ":EnergyConsumptionUI" ":EnergyConsumptionUI" -> ":InputUtils": getInputRoom(:House) activate ":InputUtils" ":InputUtils" -> ":House": getRoomList() activate ":House" ":House" -> ":RoomList": getRoomList() activate ":RoomList" ":RoomList" --> ":InputUtils": return :RoomList deactivate ":RoomList" deactivate ":House" ":InputUtils" -> ":InputUtils": buildRoomListString() ":InputUtils" -> PowerUser: display list of available rooms PowerUser -> ":InputUtils": select room by index ":InputUtils" -> ":House": getRoomByIndex() activate ":House" ":House" -> ":RoomList": getRoomByIndex() activate ":RoomList" ":RoomList" --> ":EnergyConsumptionUI" : return :Room deactivate ":RoomList" deactivate ":House" deactivate PowerUser deactivate ":EnergyConsumptionUI" deactivate ":InputUtils" @enduml
false
true
false
false
usecase
46a61b826e50e078d1a4ec2cd6dbca4b07921ea4
c55a0f6f5912b83eba44e21eb49411b7e9ddc8b4
/assets/docs/diagrams/src/muduo_atomic.puml
291cf0b59c4b704730a21afb26e1e5716c251fce
[]
no_license
pusidun/pusidun.github.io
28264234a10a439a92bdb88d14f39841c69ad38d
914455fcd22984538d2dd3d55a1e793271001396
refs/heads/master
2021-07-05T23:39:24.811134
2021-06-01T06:17:42
2021-06-01T06:17:42
115,238,548
0
1
null
null
null
null
UTF-8
PlantUML
false
false
254
puml
@startuml Atomic class Atomic{ +AtomicIntegerT +get() +getAndAdd(T x) +addAndGet(T x) +T incrementAndGet() +decrementAndGet() +add(T x) +increment() +void decrement() +T getAndSet() -volatile T value_ } @enduml
false
true
false
false
class
eaab9e4153550b10584137d6d3cd56cdb7dbd079
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/TaxMode.puml
6e5b5aede592e59c7a946b2e1e186db98638319b
[]
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,023
puml
@startuml hide methods enum TaxMode { PLATFORM EXTERNAL EXTERNAL_AMOUNT DISABLED } interface Cart [[Cart.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalLineItemQuantity: Long totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] cartState: [[CartState.svg CartState]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] custom: [[CustomFields.svg CustomFields]] deleteDaysAfterLastModification: Integer lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface CartDraft [[CartDraft.svg]] { currency: String key: String customerId: String customerEmail: String customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]] anonymousId: String businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] lineItems: [[LineItemDraft.svg List<LineItemDraft>]] customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]] taxMode: [[TaxMode.svg TaxMode]] externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[BaseAddress.svg BaseAddress]] shippingAddress: [[BaseAddress.svg BaseAddress]] shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]] shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]] shippingMode: [[ShippingMode.svg ShippingMode]] customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]] shipping: [[ShippingDraft.svg List<ShippingDraft>]] itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]] discountCodes: [[String.svg List<String>]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] deleteDaysAfterLastModification: Long custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface CartChangeTaxModeAction [[CartChangeTaxModeAction.svg]] { action: String taxMode: [[TaxMode.svg TaxMode]] } interface MyCartDraft [[MyCartDraft.svg]] { currency: String customerEmail: String businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]] store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]] lineItems: [[MyLineItemDraft.svg List<MyLineItemDraft>]] taxMode: [[TaxMode.svg TaxMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[BaseAddress.svg BaseAddress]] shippingAddress: [[BaseAddress.svg BaseAddress]] shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]] itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]] discountCodes: [[String.svg List<String>]] country: String locale: String deleteDaysAfterLastModification: Long custom: [[CustomFieldsDraft.svg CustomFieldsDraft]] } interface MyCartChangeTaxModeAction [[MyCartChangeTaxModeAction.svg]] { action: String taxMode: [[TaxMode.svg TaxMode]] } interface StagedOrderChangeTaxModeAction [[StagedOrderChangeTaxModeAction.svg]] { action: String taxMode: [[TaxMode.svg TaxMode]] } interface Order [[Order.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] cart: [[CartReference.svg CartReference]] quote: [[QuoteReference.svg QuoteReference]] orderState: [[OrderState.svg OrderState]] shipmentState: [[ShipmentState.svg ShipmentState]] paymentState: [[PaymentState.svg PaymentState]] state: [[StateReference.svg StateReference]] syncInfo: [[SyncInfo.svg List<SyncInfo>]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] lastMessageSequenceNumber: Long custom: [[CustomFields.svg CustomFields]] completedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface QuoteRequest [[QuoteRequest.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]] comment: String customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String cart: [[CartReference.svg CartReference]] businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface Quote [[Quote.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]] stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]] customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] validTo: DateTime sellerComment: String buyerComment: String store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] quoteState: [[QuoteState.svg QuoteState]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } TaxMode --> Cart #green;text:green : "taxMode" TaxMode --> CartDraft #green;text:green : "taxMode" TaxMode --> CartChangeTaxModeAction #green;text:green : "taxMode" TaxMode --> MyCartDraft #green;text:green : "taxMode" TaxMode --> MyCartChangeTaxModeAction #green;text:green : "taxMode" TaxMode --> StagedOrderChangeTaxModeAction #green;text:green : "taxMode" TaxMode --> Order #green;text:green : "taxMode" TaxMode --> QuoteRequest #green;text:green : "taxMode" TaxMode --> Quote #green;text:green : "taxMode" @enduml
false
true
false
false
sequence
994a4a3c9f91cc4c7ae24d106892d4cbed8ab62c
644b7bb773b84596a2de4d31a0603284d9562e56
/Solidity/Contracts/User.iuml
f22976e5ecc65797e1dc859c35ff7628e10e0c78
[]
no_license
M9k/Marvin-Uml
e62d17245cf493d53f0b80f633a47be8ec44569e
0fe9bc36f947535ae4397181ccf8c85291244a87
refs/heads/master
2021-04-15T17:44:22.461549
2018-05-10T07:52:19
2018-05-10T07:52:19
126,618,685
0
0
null
null
null
null
UTF-8
PlantUML
false
false
301
iuml
@startuml class User #87FF95 { # publicAddress: address # name: bytes32 # surname: bytes32 # university: University __modifiers__ onlySubject __ + User(_name: bytes32, _surname: bytes32, _publicAddress: address) +@ getPublicAddress(): address +@ getName(): bytes32 +@ getSurname(): bytes32 } @enduml
false
true
false
false
class
1fcdc37f1a4d7f19cd1bd6c2b6aedacfeacd86a9
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Application-Stack/Destroy-Application-Stack.puml
757a16fab0053e481bbf091cabf7bd4af0c1514b
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
272
puml
@startuml Actor "actorName" as A box "Manage-Application-Stack" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-stack-destroy() CLI -> S : stack/destroy() A -> Web : stack/destroy() Web -> S : stack/destroy() end box @enduml
false
true
false
false
sequence
05f993711092ede2cf5aefde0871d2d8487c1bc4
d33079ed6343577d9d5ad094f2f510b03ecd1ded
/tests/Feature/TestData/NullableTypes.puml
5ba61c38e45ec78bdbce2f66d4156a88c903e50f
[]
no_license
Prizephitah/php2puml
908bf2c98a8bf0882bc94d663c3b0951858be9f5
3af0bde788e57aa0f4fe30144db9931379951add
refs/heads/master
2023-01-19T01:13:59.324114
2020-11-12T13:58:05
2020-11-12T13:58:05
263,049,006
0
0
null
null
null
null
UTF-8
PlantUML
false
false
127
puml
@startuml class Example.ExampleClass { -const TEST #int count +doStuff(?string input, int amount): ?array } @enduml
false
true
false
false
class
e983da94eb54fdb35e573a65e6ed95d24dfe8d02
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerAddBillingAddressIdAction.puml
1a7979a556c5ddf68016da26c4603fdaa5712ab9
[]
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
489
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 CustomerAddBillingAddressIdAction [[CustomerAddBillingAddressIdAction.svg]] extends CustomerUpdateAction { action: String addressId: String addressKey: String } interface CustomerUpdateAction [[CustomerUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
a624cfd8c6b56ba2fae66bd7abcc8b27d26fea47
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/contact-information@0.2.0.puml
4f17e8a7e2342de46a7facaf82e50b6ebfb4177f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
454
puml
@startuml class org.accordproject.contactinformation.CommunicationChannel << (E,grey) >> { + EMAIL + PHONE } class org.accordproject.contactinformation.ContactInformation << (A,green) >> { + String name + String title + String email + String phone + TimeZone timezone + CommunicationChannel communicationChannel } org.accordproject.contactinformation.ContactInformation --|> org.accordproject.cicero.contract.AccordClause @enduml
false
true
false
false
class
169aac13fd86bc206350eaa7a84ea78ca64cf202
a31d4d705e38e84a6da6e491a811599d813d56a0
/ntu_6_5/src/com/company/company.plantuml
5c8d1f57b3138d2e0413af9dd63c2567287fe7e2
[]
no_license
rabiefw/Java_Examples_NTU
ea97330e2d8aabc03a9d8b97693ece475a3ccee1
c653bb6fab68f2246b13378a7aba0f58e1ad76a1
refs/heads/main
2023-06-14T04:07:49.284710
2021-07-16T15:44:36
2021-07-16T15:44:36
384,429,520
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,102
plantuml
@startuml title __COMPANY's Class Diagram__\n namespace com.company { class com.company.Circle { # radius : double + Circle() + getArea() + getPerimeter() + toString() } } namespace com.company { interface com.company.GeometricObject { {abstract} + getArea() {abstract} + getPerimeter() } } namespace com.company { class com.company.Main { {static} + main() } } namespace com.company { interface com.company.Resizable { {abstract} + resize() } } namespace com.company { class com.company.ResizableCircle { + ResizableCircle() + resize() + toString() } } com.company.Circle .up.|> com.company.GeometricObject com.company.ResizableCircle .up.|> com.company.Resizable com.company.ResizableCircle -up-|> com.company.Circle 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
3478db77f85f3a32eafbe4444a150316cb65b200
2d364119b91651fee014c2e60777583aa618701a
/exercice_dss/dss_v1.puml
d05bbe4bbe85e56090f4f00d1a6977c8b42c8925
[]
no_license
bnel-inc/plantuml-examples
d7a462ab39e25b77ec3bab2c75bcb6df4bd4d0ee
3e86b4fa8747240efda25e66529f7b1e4a4be6ff
refs/heads/master
2023-03-01T18:31:24.401126
2021-02-04T15:54:51
2021-02-04T15:54:51
328,886,082
0
0
null
null
null
null
UTF-8
PlantUML
false
false
686
puml
@startuml skinparam style strictuml skinparam sequence { MessageAlign center } title Réserver un livre de la bibliothèque <I>Exercice DSS</i>\nLOG210-01 C. Fuhrman\n Vincent Audette actor ":Membre" as mb [-> Bibliothèque : recherche(descLivre: String) activate Bibliothèque Bibliothèque -> Inventaire : rechercheLivre(bookQuery:String) Bibliothèque <-- Inventaire: livresOrdonnee:List Livre activate Something mb <- Bibliothèque: Diffuser List Livres Recherché create Other Bibliothèque --> Other : new note right You can also put notes on several lines. end note Bibliothèque --> Membre : ok deactivate Bibliothèque [<-- Membre : ok deactivate Bibliothèque @enduml
false
true
true
false
usecase
f02f054fdf0a43c21032ae8f0c017442de27d673
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/tech-apache/apache-lang/src/main/resources/guava/guava-cache.puml
c189049b676cf4f0fbac5a795ed924d9959a04ac
[]
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
831
puml
@startuml abstract class AbstractCache<K, V> implements Cache abstract class AbstractLoadingCache<K, V> extends AbstractCache implements LoadingCache interface Cache<K, V> class CacheBuilder<K, V> class CacheBuilderSpec abstract class CacheLoader<K, V> class CacheStats abstract class ForwardingCache<K, V> extends ForwardingObject implements Cache abstract class ForwardingLoadingCache<K, V> extends ForwardingCache implements LoadingCache interface LoadingCache<K, V> extends Cache, Function class LocalCache<K, V> extends AbstractMap implements ConcurrentMap interface LongAddable interface ReferenceEntry<K, V> enum RemovalCause interface RemovalListener<K, V> class RemovalListeners class RemovalNotification<K, V> extends SimpleImmutableEntry abstract class Striped64 extends Number interface Weigher<K, V> @enduml
false
true
false
false
class
2e0c74cc42e6129ebcc9e1e39cc7e04e16b27f22
6b1d23d1865e84efe7aa0bdb12bca279ee9b3d43
/src/images/Concurrent_Validation2.plantuml
95b96e97018aba19b76acfdc5ec1fa9d592871df
[]
no_license
riccardoscilla/OCC-for-Distributed-Transactions
91ee7c4dc32b01ba0ef1b8d75fb56e4b24e98a36
b213438626c1de70fd091c69c1a100596201d90a
refs/heads/main
2023-07-26T02:19:52.648652
2021-09-10T08:56:01
2021-09-10T08:56:01
382,293,213
1
0
null
null
null
null
UTF-8
PlantUML
false
false
4,173
plantuml
@startuml Concurrent Validation 2C2S skinparam sequenceMessageAlign left skinparam NoteTextAlignment center skinparam NoteFontSize 30 skinparam ArrowFontSize 30 skinparam ParticipantFontSize 30 skinparam SequenceDividerFontSize 30 skinparam ParticipantPadding 30 participant Client0 participant Client1 participant Coordinator0 participant Server0 participant Server1 ==Begin Transaction== Client0 [#blue]-> Coordinator0: TxnBegin rnote right Create TxnId 0.0/0 end note Client1 [#red]-> Coordinator0: TxnBegin rnote right Create TxnId 0.1/1 end note Coordinator0 [#blue]-> Client0: TxnAccept Coordinator0 [#red]-> Client1: TxnAccept ==Read items== Client0 [#blue]-> Coordinator0: Read(client=0, key=1) Client0 [#blue]-> Coordinator0: Read(client=0, key=9) Coordinator0 [#blue]-> Server0: FwdRead(key=1, TxnId=0.0/0) hnote right **workSpace TxnId 0.0/0** key=1, version=0, value=100, 0 end note Client1 [#red]-> Coordinator0: Read(client=1, key=1) Client1 [#red]-> Coordinator0: Read(client=1, key=19) Coordinator0 [#blue]-> Server0: FwdRead(key=9, TxnId=0.0/0) hnote right **workSpace TxnId 0.0/0** key=1, version=0, value=100, 0 key=9, version=0, value=100, 0 end note Coordinator0 [#red]-> Server0: FwdRead(key=1, TxnId=0.1/1) hnote right **workSpace TxnId 0.1/1** key=1, version=0, value=100, 0 end note Coordinator0 [#red]-> Server1: FwdRead(key=19, TxnId=0.1/1) hnote right **workSpace TxnId 0.1/1** key=19, version=0, value=100, 0 end note Server0 [#blue]-> Coordinator0: FwdReadResult(key=1, value=100, TxnId=0.0/0) Server0 [#blue]-> Coordinator0: FwdReadResult(key=9, value=100, TxnId=0.0/0) Coordinator0 [#blue]-> Client0: ReadResult(key=1, value=100) Coordinator0 [#blue]-> Client0: ReadResult(key=9, value=100) note left Can send writes immediately end note Server1 [#red]-> Coordinator0: FwdReadResult(key=19, value=100, TxnId=0.1/1) Coordinator0 [#red]-> Client1: ReadResult(key=19, value=100) Server0 [#red]-> Coordinator0: FwdReadResult(key=1, value=100, TxnId=0.1/1) Coordinator0 [#red]-> Client1: ReadResult(key=1, value=100) note left Can send writes immediately end note ==Write items== Client0 [#blue]-> Coordinator0: Write(client=0, key=1, value=50) Client0 [#blue]-> Coordinator0: Write(client=0, key=9, value=150) note left Can send Commit immediately end note Coordinator0 [#blue]-> Server0: FwdWrite(key=1, value=50, TxnId=0.0/0) hnote right **workSpace TxnId 0.0/0** key=1, version=1, value=50, 1 key=9, version=0, value=100, 0 end note Client1 [#red]-> Coordinator0: Write(client=0, key=1, value=30) Client1 [#red]-> Coordinator0: Write(client=0, key=19, value=170) note left Can send Commit immediately end note Coordinator0 [#blue]-> Server0: FwdWrite(key=9, value=150, TxnId=0.0/0) hnote right **workSpace TxnId 0.0/0** key=1, version=1, value=50, 1 key=9, version=1 value=150, 1 end note Coordinator0 [#red]-> Server0: FwdWrite(key=1, value=70, TxnId=0.1/1) hnote right **workSpace TxnId 0.1/1** key=1, version=1, value=70, 1 end note Coordinator0 [#red]-> Server1: FwdWrite(key=19, value=130, TxnId=0.1/1) hnote right **workSpace TxnId 0.1/1** key=19, version=1, value=130, 1 end note ==Commit phase== Client0 [#blue]-> Coordinator0: Commit Client1 [#red]-> Coordinator0: Commit Coordinator0 [#blue]-> Server0: CanCommit(TxnId=0.0/0) rnote right Acquire lock on items 1 and 9 end note Coordinator0 [#red]-> Server1: CanCommit(TxnId=0.1/1) rnote right Acquire lock on item 19 end note Coordinator0 [#red]-> Server0: CanCommit(TxnId=0.1/1) rnote right Cannot acquire lock on item 1 Discard changes directly end note Server0 [#blue]-> Coordinator0: ServerDecision(change=True, TxnId=0.0/0) Coordinator0 [#blue]-> Server0: FinalDecision(commit, TxnId=0.0/0) rnote right Apply changes end note Coordinator0 [#blue]-> Client0: TxnResult(commit) rnote left Commit OK end note Server1 [#red]-> Coordinator0: ServerDecision(change=True, TxnId=0.1/1) Server0 [#red]-> Coordinator0: ServerDecision(change=False, TxnId=0.1/1) Coordinator0 [#red]-> Server1: FinalDecision(abort, TxnId=0.1/1) rnote right Discard changes end note Coordinator0 [#red]-> Client1: TxnResult(abort) rnote left Commit FAIL end note @enduml
false
true
false
false
sequence
57a909e654948a3e38c4a37605b519f5b9f42d9e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ZoneSetDescriptionAction.puml
17a64b0844aad6722423550fa537518ee3807d69
[]
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
438
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 ZoneSetDescriptionAction [[ZoneSetDescriptionAction.svg]] extends ZoneUpdateAction { action: String description: String } interface ZoneUpdateAction [[ZoneUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
ca5d3e6d8bc6507935e03c836e68e5556bc8c79c
130925fb149bd7c43c6eeb1d3a7ad382a0627a43
/docs/server.puml
a8717a84579e734ba29010aad3b553fe8425e673
[ "MIT" ]
permissive
AntonHellbe/ServerProject
dfe4de914893c8fff7506009bda7b5457a000f2d
dcbef71c628ee236e5bae095435dbba4d90ee6d3
refs/heads/master
2021-01-17T07:09:20.274705
2016-06-01T13:39:02
2016-06-01T13:39:02
55,596,438
2
0
null
null
null
null
UTF-8
PlantUML
false
false
806
puml
@startuml class User{ -String id; -String firstName; -String lastName; -RfidKey rfidKey; } class Stamp{ #Calendar date; #boolean checkIn; } class PiStamp extends Stamp{ -String lastName; -String lastName; -String firstName; } interface PiService { public ResponseEntity<PiStamp> addNewStamp(RfidKey rfidKey); } class PiServiceImpl implements PiService { TimeRepository timeRepository; UserRepository userRepository; public ResponseEntity<PiStamp> addNewStamp(RfidKey rfidKey) } class TimeRepository{ } class UserRepository{ } class TimeStamp{ } class RfidKey{ } PiServiceImpl -- TimeRepository PiServiceImpl -- UserRepository PiServiceImpl -- User PiServiceImpl -- Timestamp PiServiceImpl -- RfidKey PiServiceImpl -- PiStamp PiServiceImpl -- TimeStamp @enduml
false
true
false
false
class
e918d3adb59028e00e520c8e43c183cdd28c8dd5
104baec967c5fc89abbbcc738f2a9bb58ca8a784
/uml/lark_v0/impl/api_gateway.puml
14fffe62ac218eea080abd953637d8fce5d818a9
[]
no_license
lsy357/golang
57abd62aa859e0779cf2b64a23f2c6cf009a649f
af73d7d784c88934b615b8ea11ca771b47cc4af1
refs/heads/main
2023-05-25T03:19:25.749688
2021-05-04T09:14:01
2021-06-14T05:14:22
376,710,612
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,582
puml
@startuml class APIGatewayHandler { + void cmdHandler(Context ctx) + void signInHandler(Context ctx) + void signUpHandler(Context ctx) + void sendSMSHandler(Context ctx) } APIGatewayHandler --> ReverseProxyFactory ReverseProxyFactory --> ReverseProxy class ReverseProxyFactory { + void getReverseProxy(String url) } class ReverseProxy { + void serveHTTP(HttpRespWriter rw, HttpReq httpReq) } class Dispatcher { Map<Integer, String> cmdRouter - void init() + void RegisterCmdRoute(int cmd, String svr) + String getCmdHandleSvr(int cmd) + byte[] dispatch(SvrReq req, int cmd) } class SvrReqFactory { + SvrReq getSvrReq(HttpReq httpReq) } class SvrReq { + int64 userID + int64 deviceID + String requestID + String source + byte[] payload } class SvrResp { + int statusCode + String msg + byte[] payload } 'class MetricsEmitter { ' + void emitCounter(Map<String, String> tags, String name, int value) ' + void emitTimer(Map<String, String> tags, String name, int value) '} class ServeClient { + SvrResp serve(SvrReq req) } class Server { + SvrResp serve(SvrReq req) } note "Thrift RPC" as n1 ServeClient ..n1 n1.. Server Server --> FuncDispatcher Server --> SvrReq Server --> SvrResp class FuncDispatcher { + dispatch(int cmd) + register(int cmd, Func handler) } APIGatewayHandler o-- Dispatcher SvrReqFactory --> SvrReq 'Dispatcher --> MetricsEmitter Dispatcher --> SvrReqFactory Dispatcher --> ServeClient ServeClient --> SvrReq ServeClient --> SvrResp @enduml
false
true
false
false
class
515ffa7480931ccbf17d34360fdbe6e7dec70a42
eba86ba778d78c873e41c86ca92ac92bc5a92810
/docs/img/ndl-uml.plantuml
1d8babe66f1af17726feaee213364a02e28ff24f
[ "MIT" ]
permissive
ajelenak/ndl
4cd6ffb474a8f837a8c1e305e605edd8eb536a4c
bafe19ada2a8b981321817f2f2cd18a03c4431ad
refs/heads/master
2023-05-02T22:27:40.892644
2023-04-12T13:41:05
2023-04-12T13:41:05
149,538,181
2
0
MIT
2023-04-12T05:52:19
2018-09-20T02:14:29
null
UTF-8
PlantUML
false
false
391
plantuml
@startuml hide circle class "File" as F class "Group" as G { name } class "Attribute" as A { name shape type value } class "DimCoord" as DC { name size type value } class "Ndarray" as Nd { name shape type value } F -- G DC *-- "0..*" A G *-- G G *-- "0..*" A G *-- "0..*" DC Nd *-- "0..*" A G *-- "0..*" Nd Nd <-- "0..*" DC @enduml
false
true
false
false
class
a6b77d9045fc500094368c733de088fb0cb384ba
49201c6059aff7268f202bb61942cc3eb7ba462b
/sequence glide.puml
a3fa01776d466bab76f1508ab8027b869b625508
[]
no_license
OzBenDev/designs
fdc614d5ceff22e14600d1614c7b206aec375a70
d22aa7238f080312bb9bded8ac77676cc5e630fd
refs/heads/master
2023-08-07T14:00:41.829442
2021-09-14T13:14:47
2021-09-14T13:14:47
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,050
puml
@startuml participant ViewController_Fragment participant List_Data participant Adapter participant ViewHolder participant Glide ViewController_Fragment -> Adapter: create(DownloadController::handleRequest, List_Data) group getItemViewType group override getItemViewType Adapter -> Adapter: return List_Data[position].type end group override OnCreateViewHolder alt viewType == TYPE 1 Adapter -> ViewHolder: create TYPE_1(inflated viewType, handleRequest) else Adapter -> ViewHolder: create TYPE_2(inflated viewType, handleRequest) end end group #PeachPuff override onBindViewHolder calls ViewHolder.onBind(List_Data[position]) group #ivory if the dataObject has a url handle ViewHolder -> Glide: load(url).Into(Container) note right: Glide updates the Container with the drawable \n prior to updating the dataObject Glide --> ViewHolder: OnResourceReady(T) ViewHolder --> Adapter: callback(t:T) Adapter -> List_Data: List_Data[position].update(t) end end @enduml
false
true
false
false
sequence
4bc9aad399394eb49eac78d30451a0b8a866eb4f
62de719e261fac67d2a2bc347a98be5515b48948
/docs/blue/1161386/sp2/design4.puml
05a9937790a98777c29c3602381146ec5ba4f52b
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,218
puml
@startuml design3.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User boundary MenuView control MenuPresenter control NoteService control NoteController control NoteServiceImpl entity NoteRepository entity UserRepository database Database box "NSheets Client" participant MenuView participant MenuPresenter end box box "Server" participant NoteServiceImpl participant NoteController participant NoteService participant UserRepository participant NoteRepository end box box "Database" participant Database end box User -> MenuPresenter : onClick() / When clicking the confirm in edit button MenuPresenter ->> NoteServiceImpl: addVersion(NoteDTO note) NoteServiceImpl -> NoteController : addVersion(NoteDTO note) NoteController -> NoteService: addVersion(NoteDTO note) NoteService -> UserRepository: getUserByUsername(Username username) NoteService -> NoteRepository: getNotesByUser(User user) NoteService -> NoteRepository: addVersion(NoteDTO note) NoteRepository -> Database : delete NoteController ->> MenuPresenter : onSuccess() MenuPresenter -> MenuView : refreshNotes() / Informs of success @enduml
false
true
false
false
usecase
504d584b5812e982d999294db29ad06cb327b3a5
826245a81aa5b04aee737fc42ed0b2ad5b63c634
/uml/App.puml
e76e34acad0270c303145271ea17d6655451e1b6
[]
no_license
Lino437/Gonzalez-cop3330-assignment4
2942952b49800b8503c36115573b4709dcca4e51
7339e6b207ba4b87da28ac62b070e4358cdeefba
refs/heads/master
2023-06-11T19:54:53.678856
2021-07-06T03:52:37
2021-07-06T03:52:37
383,330,887
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,089
puml
@startuml 'https://plantuml.com/class-diagram class TodoListManager { main() start() } class TodoController{ model: TodoListModel 'javafx event handlers addButtonClicked() removeButtonClicked() editButtonClicked() saveButtonClicked() loadButtonClicked() display } class ListItemsController{ model: ListItemsDisplay 'javafx event handlers addButtonClicked() removeButtonClicked() editDueDateButtonClicked() editDescriptionButtonClicked() displayAllButtonCLicked() displayCompletedButtonCLicked() displayUncompletedButtonCLicked() saveButtonClicked } class TodoListModel { ListTittle: String addItem() removeItem() editDescription() editDueDate() sortByDueDate() toString() } class ListItem { completed: boolean description: String due date: object format MM-DD-YYYY } org.javafx.Application <|- TodoListManager TodoListManager o--> TodoController TodoController - ListItemsController TodoController o--> TodoListModel ListItemsController o--> ListItem @enduml
false
true
false
false
class
83f339d95ca580871b3c2e82b03afa198e164a16
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/EntityFramework/Seller.puml
94bfaf04ac406962f1d50ae8b6647b334f3cd6b0
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
419
puml
@startuml class Seller { + Seller() + Id : int <<get>> <<set>> + Name : string <<get>> <<set>> + IsApproved : bool <<get>> <<set>> + BankRoutingNumber : int <<get>> <<set>> + BankAccountNumber : int <<get>> <<set>> + OrderNotificationEmail : string <<get>> <<set>> + UserName : string <<get>> <<set>> } Seller o-> "CreatedAt" DateTimeOffset Seller o-> "UpdatedAt" DateTimeOffset @enduml
false
true
false
false
class
fc16988956cb9c6ba6d5ca5c10d1efbb74ea3259
6ff813388cbd3e18e188c0ad20d997972f2b4fcb
/project-resources/diagram/entity_relation_diagram.puml
5c2681ff175aa49623c9fa73b5c41a15fa00dc79
[]
no_license
Ikuzen-software/tournament-mp2
cda7748e06facf12f92b28f43a1a460ac009fce2
00050beb0896efbc995bfa714dc182deec50ca4e
refs/heads/master
2023-08-03T10:33:13.112253
2021-03-13T17:59:56
2021-03-13T17:59:56
289,947,419
1
0
null
2020-09-03T23:05:51
2020-08-24T14:14:58
TypeScript
UTF-8
PlantUML
false
false
515
puml
@startuml ' hide the spot hide circle ' avoid problems with angled crows feet skinparam linetype ortho entity "tournament" as tournament { *_id : string <<generated>> -- *name : text description : text participants : users } entity "user" as user { *_id : string <<generated>> -- *e1_id : number <<FK>> other_details : text } entity "match" as match { *_id : string <<generated>> -- e1_id : number <<FK>> other_details : text } tournament |o..o{ match user }o--o{ tournament @enduml
false
true
false
false
sequence
be72e39ccb1242029f73f1009f585c5bdaf0eeff
28285a8f944c0fde1209e943890e795f1f7961d7
/src/main/java/construct/abstractFactory/AbstractFactory.puml
10f7a481e239adafca90e2c2d96bf15b98bc7c3d
[]
no_license
shaoneng111/design-pattern
94496017f52eb86cf249a92090176df89e188ab1
298cbd0b5218c99adbd2fdd49c16ab6087246cfd
refs/heads/master
2021-06-28T16:31:29.374241
2020-09-29T11:09:33
2020-09-29T11:09:33
156,365,576
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,159
puml
@startuml abstract class AbstractProductA { {method} +use() : void } abstract class AbstractProductB { {method} +eat() : void } abstract class AbstractFactory { {method} +createProductA() : AbstractProductA {method} +createProductB() : AbstractProductB } class ConcreteFactory1 { {method} +createProductA() : AbstractProductA {method} +createProductB() : AbstractProductB } class ConcreteFactory2 { {method} +createProductA() : AbstractProductA {method} +createProductB() : AbstractProductB } class ConcreteProductA1 { {method} +use() : void } class ConcreteProductA2 { {method} +use() : void } class ConcreteProductB1 { {method} +eat() : void } class ConcreteProductB2 { {method} +eat() : void } AbstractProductA <|.. ConcreteProductA1 AbstractProductA <|.. ConcreteProductA2 AbstractProductB <|.. ConcreteProductB1 AbstractProductB <|.. ConcreteProductB2 AbstractFactory <|.. ConcreteFactory1 AbstractFactory <|.. ConcreteFactory2 ConcreteFactory1 ..> ConcreteProductA1 ConcreteFactory1 ..> ConcreteProductB1 ConcreteFactory2 ..> ConcreteProductA2 ConcreteFactory2 ..> ConcreteProductB2 @enduml
false
true
false
false
class
71a28ce898d6bc777bd05ad15cf0f58c77b3bfd5
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140364/sprint4/core07.3_extension_design_1.puml
2339948e398ad70ceeab5e15126ad2e2fd343429
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
730
puml
@startuml doc-files/core07.3_extension_design_1.png participant MenuBar as MB participant "extensionsMenu : JMenu" as extensionsMenu participant UIController as UIC participant "extension : UISearch" as UIE participant "extensionMenu : SearchReplaceMenu" as EM MB -> MB : extensionsMenu = addMenu("Extensions", KeyEvent.VK_X); activate MB create extensionsMenu MB -> extensionsMenu : new deactivate MB MB -> UIC : extensions=getExtensions(); loop for UIExtension extension : extensions MB -> UIE : extensionMenu=extension.getMenu(); activate UIE create EM UIE -> EM : new deactivate UIE MB -> EM : icon = getIcon(); MB -> extensionsMenu : add(extensionMenu); end @enduml
false
true
false
false
sequence
c3f6472fcee0485fbca702178dd19aae70c73b7e
790e0e66a48b1e307fa3bc1d6edcc0b613e3d646
/Admin/messaging_commands.puml
f456881dbd276a499933d5998877f64e411b73ad
[]
no_license
momenttech/maestro-architecture
381aae75ed4051aae895f31fc22586cb389f96b6
5ac8d208dc6da46d517f619882f1744e1fda2086
refs/heads/master
2023-03-18T12:21:38.601546
2021-03-17T10:29:32
2021-03-17T10:29:32
276,158,302
0
1
null
null
null
null
UTF-8
PlantUML
false
false
4,190
puml
@startuml MessagingCommands !includeurl https://raw.githubusercontent.com/momenttech/plantuml/master/globals/commons.puml '!include ./globals/commons.puml 'skinparam linetype ortho 'skinparam linetype polyline 'left to right direction 'top to bottom direction skinparam nodesep 30 skinparam ranksep 20 actor Dashboard rectangle Backend rectangle Proxy skinparam rectangle<<QUEUES>>{ FontColor $PURPLE FontStyle none BorderColor $PURPLE BackgroundColor #White|LightSteelBlue } skinparam rectangle<<EXCHANGE>>{ FontColor $PURPLE FontStyle none BorderColor $PURPLE BackgroundColor #White|LightSeaGreen } skinparam card<<MASTER>>{ BorderColor $WARNING } skinparam arrow<<MASTER>> { Thickness 1 Color $WARNING } skinparam frame<<POD1>> { BorderColor ForestGreen } skinparam frame<<POD2>> { BorderColor CornflowerBlue } skinparam frame<<POD3>> { BorderColor Darkorange } Dashboard --> Backend: "update command\ntest command" Proxy -l-> Dashboard<<MASTER>> rectangle "RabbitMQ Broker" as RmqBroker { rectangle "Topic Exchanges" <<EXCHANGE>> as TopicEx { control "tbott topics" as ExchTbott } rectangle "Backend's Queue" <<QUEUES>> as RmqQueuesIn { card Card_TbottAdmin_out [ tbott_admin_out ___ --- --- --- --- ] card Card_TbottAdmin_in [ tbott_admin_in ___ --- --- --- --- ] Card_TbottAdmin_in -[hidden]u- Card_TbottAdmin_out } rectangle "Admins' Queues" <<QUEUES>> as RmqQueuesOut { card Card_D0P0T1MASTER <<MASTER>> [ D0_P0_prod_reply ___ --- --- --- --- ] card Card_D0P0T1 [ D0_P0_prod_uid1 ___ --- --- --- --- ] card Card_D0P0T2 [ D0_P0_prod_uid2 ___ --- --- --- --- --- ] card Card_D0P1T1 [ D0_P1_prod_uid3 ___ --- --- --- --- --- ] card Card_D1P0T1 [ D1_P0_test_uid4 ___ --- --- --- --- --- ] } } Backend -> Card_TbottAdmin_in Card_TbottAdmin_in -> ExchTbott ExchTbott -u-> Card_TbottAdmin_out<<MASTER>>: "routing:\nD0.P0.prod.reply" Card_TbottAdmin_out -> Backend<<MASTER>> Backend --> Proxy<<MASTER>> ExchTbott --> Card_D0P0T1: "routing:\nD0.P0.prod.#" ExchTbott <-- Card_D0P0T1MASTER<<MASTER>>: "routing:\nD0.P0.prod.reply" ExchTbott --> Card_D0P0T2: "routing:\nD0.P0.prod.#" ExchTbott --> Card_D0P1T1: "routing:\nD0.P1.prod.#" ExchTbott --> Card_D1P0T1: "routing:\nD1.P0.test.#" frame "Pods D0.P0.prod" as POD1 <<POD1>> { frame "Admin*" as FrameD0P0T1 { component CompD0P0T1 [ Domain: <b>D0</b> Project: <b>P0</b> Target: <b>prod</b> Uuid : uid1 (auto.) ] "master" } frame "Admin" as FrameD0P0T2 { component CompD0P0T2 [ Domain: <b>D0</b> Project: <b>P0</b> Target: <b>prod</b> Uuid : uid2 (auto.) ] } } frame "Pods D0.P1.prod" as POD2 <<POD2>> { frame "Admin" as FrameD0P1T1 { component CompD0P1T1 [ Domain: <b>D0</b> Project: <b>P1</b> Target: <b>prod</b> Uuid : uid3 (auto.) ] } } frame "Pods D1.P0.test" as POD3 <<POD3>> { frame "Admin" as FrameD1P0T1 { component CompD1P0T1 [ Domain: <b>D1</b> Project: <b>P1</b> Target: <b>test</b> Uuid : uid4 (auto.) ] } } Card_D0P0T1 --> CompD0P0T1: topic\nD0.P0.prod.uid1 Card_D0P0T1MASTER <-- CompD0P0T1<<MASTER>>: topic\nD0.P0.prod.reply Card_D0P0T2 --> CompD0P0T2: topic\nD0.P0.prod.uid2 Card_D0P1T1 --> CompD0P1T1: topic\nD0.P1.prod.uid3 Card_D1P0T1 --> CompD1P0T1: topic\nD1.P0.test.uid4 @enduml
false
true
false
false
usecase