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
88d30b3cb3e3d6bfc06db82b0674d72b2ed1bb5d
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/objects/restaurantItem/PromotionItem.puml
ee6df4347ad1dc1dcf0e6f255a1d7226dee8a7bd
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
779
puml
@startuml class PromotionItem [[../sg/edu/ntu/scse/cz2002/objects/restaurantItem/PromotionItem.html]] { -promoMain: int -promoDessert: int -promoDrink: int +PromotionItem(promoID:int, promoName:String, promoPrice:double, promoMain:int, promoDessert:int, promoDrink:int) +PromotionItem(csv:String[]) +toCsv(): String[] +getPromoMain(): int +setPromoMain(promoMain:int): void +getPromoDessert(): int +setPromoDessert(promoDessert:int): void +getPromoDrink(): int +setPromoDrink(promoDrink:int): void +printPromotionDetail(): String {static} +retrievePromotion(targetPromoID:int): PromotionItem } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
fde51612fc0327209312b4781b55fe248edbbfee
af702e7cb753b950247958798736e32575e7f6e8
/oauth/oauth2-refresh.puml
362c8f4e8787352d996f66f2adc67d964ddb2553
[ "Apache-2.0" ]
permissive
jgeewax/mojaloop-pisp
e0f4912a96dc933fd35bbc111c88b3fb06d191c4
48464c112a4f8585754892b67d3fbd9a12f709aa
refs/heads/master
2021-03-28T09:55:31.132846
2020-05-02T14:11:25
2020-05-02T14:11:25
247,855,265
2
2
Apache-2.0
2020-05-02T14:11:26
2020-03-17T01:49:53
null
UTF-8
PlantUML
false
false
1,299
puml
@startuml autonumber actor User participant "Web App" as App box "Service" participant "Authz Server" as AuthService participant "Resource Server" as ResourceService end box ... App -> AuthService: Can I have an access token for Resource #1234?\nHere's my authorization grant.\n""GET /accessToken?resource=1234&authGrant=~*~*~*"" AuthService --> App: Sure. Here's an access token and a refresh token.\n""200 OK. { accessToken: ~*~*~*, refreshToken: ~*~*~* }"" ... note over App, AuthService Wait for a long time until this token expires end note ... group Failed retrieval due to expired access token User -> App: I'd like to see Resource #1234.\n""GET /resources/1234"" App -> ResourceService: My user wants to see Resource #1234. Here's my access token.\n""GET /resources/1234?accessToken=~*~*~*"" ResourceService -->x App: Sorry, that access token has expired.\n""403 Access Denied."" end group group Use refresh token to get new access token App -> AuthService: I'd like to refresh my access token. Here's my refresh token.\n""GET /accessToken?resource=1234&refreshToken=~*~*~*"" AuthService --> App: Sure. Here's a new access token.\n""200 OK. { accessToken: "~*~*~*" }"" end group ... note over App Continue from here with a valid access token. end note @enduml
false
true
false
false
sequence
d6dd9522b5d7d86ef65ef9d839c99ede8d3b3d3d
4a3d217f0b9a010ffec202f4896afb7265e23478
/UML/Hiërarchisch schema.puml
3b508de6684c6de9f11d6c711d002f1351228b94
[]
no_license
VvWijhe/Cleanify
9cdedc5a6c903039f7f05742b2f036deff91cdcf
1ddf2c6f131efaf5a99105da0c616e10b2dd8355
refs/heads/master
2021-06-19T10:58:07.981410
2017-06-20T19:57:58
2017-06-20T19:57:58
81,064,227
0
0
null
2017-04-18T09:43:27
2017-02-06T08:21:18
C++
UTF-8
PlantUML
false
false
501
puml
@startuml scale 600 width state Roomba{ Roomba -down-> Sensoren Roomba -down-> Actuatoren Roomba -down-> Behuizing Roomba -down-> Besturingseenheid Roomba -down-> Voeding } state Sensoren{ Sensoren: Klif sensor Sensoren: Bots sensor Sensoren: Afstand sensor } state Actuatoren{ Actuatoren: Motoren wielen Actuatoren: Motoren borstels Actuatoren: Speaker Actuatoren: Status LED } state Behuizing{ } state Besturingseenheid{ Besturingseenheid:Raspberry Pi } state Voeding{ Voeding:Accu } @enduml
false
true
false
false
state
d33d637332c01e3d91f18dd0e0bd1b0f71ff4933
f576ded7c7322e8bb02ac9334761cafcf0106385
/Facade/General/out/ClassC.puml
2e2ea64c6456864fc7f4a8893a9c5199cee6db48
[]
no_license
Zukky55/design_pattern
233c7befca30d98af43804450c41f9fea36e4b0e
512464b01c23029db879b48a3e5533ec910724e8
refs/heads/master
2023-01-10T17:34:28.021070
2020-11-17T06:13:51
2020-11-17T06:13:51
304,786,374
0
0
null
null
null
null
UTF-8
PlantUML
false
false
52
puml
@startuml class ClassC { + c() : void } @enduml
false
true
false
false
class
35fb256ff5eb0e0f98c48392afb2f0823a486178
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware01/production/MiddlewareGisManagerImplementation/MiddlewareGisManagerImplementation.puml
cdd203661d367cb7f59c26a6ef642e9e5beaf8d3
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
660
puml
@startuml MiddlewareGisManagerImplementation package edu.oakland.production.middleware01 { class MiddlewareGisManagerImplementation { - DatabaseGisInterface databaseGisInterface - LocationDataPoint locationDataPoint - Satellite satelliteSignal __ + MiddlewareGisManagerImplementation(DatabaseGisInterface databaseGisInterface) .. Use Case 1 .. + String receieveGpsSignalStrength(Satellite satelliteSignal) + void storeLocationDataPoint() .. Use Case 2 .. + String evaluateGpsSignalStrength(Satellite satellite) - boolean isStrongEnough(int strength) } } @enduml
false
true
false
false
class
de90f0123e8e2f878c19aac7c331ee630531c24f
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_TimeCursor.puml
94c45d2158ae997783e35bda8c5172b3588c5590
[]
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
329
puml
@startuml class TimelineWindow <<partial>> { TimeCursorGUI(area:TimelineItemArea) : void CanDrawTimeCursor(area:TimelineItemArea) : bool DrawTimeOnSlider() : void DrawTimeCursor(drawHead:bool, drawline:bool) : void OnTrackHeadDrag(newTime:double) : void } TimelineWindow --> "m_PlayHead" TimeAreaItem @enduml
false
true
false
false
class
d74be78b41132f62d4b40bb3c4e8bc1982ffb510
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/Mediator/uml/Mediator.puml
353e3073955a8bfb81044252a641b449197c3f73
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
289
puml
@startuml abstract Mediator{ +Send(Strimg msg,Colleague) } ConcreteMediator-up--|>Mediator abstract Colleague Colleague o->Mediator ConcreteColleague1-up--|>Colleague ConcreteColleague2-up--|>Colleague ConcreteMediator-up->ConcreteColleague1 ConcreteMediator-up->ConcreteColleague2 @enduml
false
true
false
false
class
9e6c273eee43bf9cfeeba72973e1218ea790ed35
00cf22cb2b6656174b131dfe9bc99798fe440a3c
/docs/diagrams/ArchiveClassDiagram.puml
10c1012ff8525f0455dbb4ef330788816fb3cb68
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
AY1920S1-CS2103T-F12-4/main
c3924ee74e4a34f65e27bd757db5bccf78d3e410
0496b49f47ed7d500fde8b982c6b1feada2fd0c1
refs/heads/master
2020-07-24T17:08:25.885049
2019-11-11T15:52:05
2019-11-11T15:52:05
207,989,504
4
6
NOASSERTION
2019-11-11T15:52:06
2019-09-12T07:21:48
Java
UTF-8
PlantUML
false
false
535
puml
@startuml skinparam classAttributeIconSize 0 hide empty members package model { Interface Model <<Interface>> Class ModelManager Interface ReadOnlyArchiveWrapper Class ArchiveWrapper } package archive { Class Archive { String archiveName } } package expense { Class ExpenseList Class Expense } ModelManager .up.|> Model ArchiveWrapper .up.|> ReadOnlyArchiveWrapper ModelManager o-right- "1" ArchiveWrapper Archive -right-|> ExpenseList ArchiveWrapper *-right- Archive ExpenseList o-down- "*" Expense @enduml
false
true
false
false
class
a7936320214b6b2cc8708bf4eb6186877ac6d882
f001abdb18d10ccaab74ba6eb9cc23a1670ce113
/Factory.puml
64f62bc0cb6eea4e0f87128e32c7e8717cbdf5c2
[]
no_license
egryaznov/sokoban-solver
39718a8de64016a413d27ffcd2bf5e2882b7bc3b
4a2b82fffafe388a525c58dc6294afae2b27b8d6
refs/heads/master
2022-12-17T19:20:51.946868
2020-09-11T12:12:19
2020-09-11T12:12:19
294,663,228
11
1
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml interface SokobanFactory { + Sokoban make() } class CharSokobanFactory { + {static} CharSokobanFactory fromFile(File level) - List<String> charLines + Sokoban make() } CharSokobanFactory ..|> SokobanFactory @enduml
false
true
false
false
class
260fda6fa5b8d20efec3de609ff16cb763a0a861
657d81da959eb515078284f017af0b25a5677873
/src/main/java/oop/assignment3/ex42/ex42.puml
d9d86c2dac2742a651ac124b1dcbeb5e4b6d038c
[]
no_license
16smerkel/merkel-cop3330-assignment3
2c807949d55b0b9cdfb64d4cdce1f4163a665ba6
3bca92b4497a60cbb4fbe51db6a82e36bd400cb6
refs/heads/master
2023-06-08T07:32:49.264066
2021-06-20T07:49:13
2021-06-20T07:49:13
378,588,526
0
0
null
null
null
null
UTF-8
PlantUML
false
false
272
puml
@startuml 'https://plantuml.com/class-diagram class NewEmployee { - lastName - firstName - salary + lineSave() + goThroughLast() + goThroughFirst() + goThroughSal() } class PrintThings() { + printHeader() + printRecords() } @enduml
false
true
false
false
class
e369d182a9233ab744cb91bcdd0ac4a445fada9e
7a6617d1722fd020ea258142266c543449b0b42e
/src/main/java/ex43/websiteGenerator.puml
f3b81e65d980f6c76356cd627ff0259193506df2
[]
no_license
polvnco/polanco-cop3330-assignment3
f7c3d88955ad27edded31438c3c840fd732e95bc
959f5d956fa74107f402e2e71e6b943ee7fb4dd2
refs/heads/main
2023-05-27T00:17:27.544929
2021-06-21T03:12:40
2021-06-21T03:12:40
376,971,640
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,059
puml
/* * UCF COP3330 Summer 2021 Assignment 3 Solution * Copyright 2021 Christopher Polanco */ @startuml 'https://plantuml.com/sequence-diagram !define DARKRED !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml class websiteGenerator { - site : String - author : String - cssFolders : String - jsFolders : String -- + websiteGenerator (setAuthor : String, setSite : String, setJavascript : boolean, setCSS : boolean) + main (args : String[]) : void + callSite () : String + callAuthor () : String + callJavascript () : boolean + setAuthor (scanString : String) : void + getAuthor () : String + setJavascript (javaScript : boolean) : void + getJavaScript () : boolean + getSite () : String + getJavaScript () : boolean + callCSS () : boolean + setCSS (scanner : boolean) : void - makeDir () : void } websiteGeneratorTest <|-- websiteGenerator class websiteGeneratorTest { - siteAuthor : String - siteName : String -- ~ should_pass_if_jsFolder_created() : void ~ should_pass_if_cssFolder_created () : void } @enduml
false
true
false
false
class
9b91023cb3ec9e60861e473c04c6aefe9bc65c03
a9b03fd9ee21d0746fdb1770fdf9c0ee3e26c0f9
/lesson13/composition/train.puml
70f01f2adeacdea0faacbce3e34146ca959c5613
[]
no_license
Lia-k/py_course
a9ef1cb251d0b6dd102960929ab6558cc5c1d842
609a9916f782100997c70f35bb176708efc46fce
refs/heads/master
2023-08-28T22:15:20.286067
2021-10-26T20:24:05
2021-10-26T20:24:05
377,555,227
0
0
null
2021-09-26T21:47:27
2021-06-16T16:09:16
Python
UTF-8
PlantUML
false
false
155
puml
@startuml class Train{ -__train_cars +___str__() +add_train_car() } class TrainCar{ -__number +number() } Train *--> TrainCar @enduml
false
true
false
false
class
63181ba83892df0623b9ce67cec130b6f0962c72
40e351567ea4253710fab5639d62af6dbb8686d2
/plantuml/Shape.puml
90bf2da736a71fcd3cbe4376f78196b4245a6d63
[]
no_license
AlexMaxwell2001/MementoDesignPattern
e6e0c9715217e47ea352c5084621148897ba03c3
54a456ac2eecdca88dd7fab09ec7de19d04c7f59
refs/heads/main
2023-01-18T15:46:11.610765
2020-12-03T13:22:49
2020-12-03T13:22:49
318,200,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
87
puml
@startuml abstract class Shape { + <<override>> ToString() : string } @enduml
false
true
false
false
class
458f333deb326f95bc5343982ee23c10b9e3fac9
c7345e58606d4f4e9b9ae22e2e50a8756b4ce8b1
/src/main/java/ex42/Exercise42.puml
d866f46fb356514348f864c7abfd019eed7f8583
[]
no_license
MontgomeryJukebox/Santamaria-cop3330-assignment3
2792dd1ce71f92a1590964d8750ecbe8a1c77378
4a8ff5fbcf793e9c4cde7d7381c679afeb8db4f6
refs/heads/master
2023-05-31T21:04:10.083533
2021-06-21T03:39:24
2021-06-21T03:39:24
376,951,506
0
0
null
null
null
null
UTF-8
PlantUML
false
false
994
puml
@startuml 'https://plantuml.com/class-diagram @startuml 'https://plantuml.com/class-diagram class S3 { first: String second: String third: String } class Data { ArrayList<S3> data; } class Lexer { Scanner fileScanner Lexer(filepath) nextToken() hasNextToken() } class Parser { parse(Data data) } class App { data: Data } App *-- Data : Application has a data object Data *-- S3 : Data is a wrapper around a vector of S3 Parser o-- Writer : Parser has a reference to the Writer Parser --o Data : Parser has a reference to data object in App Parser ... Lexer : requests next token > Lexer ... Parser : gives next token or EOF > Parser *-- Lexer : Parser has a lexer < Parser .. Data : Creates a new S3 entry in data Lexer o.. InputFile : Lexer reads from input file Writer o.. OutputFile : Writer writes to output file class Writer { PrintWriter print Writer(filepath) printfToConsole(Data) printfToFile(Data) } @enduml @enduml
false
true
false
false
class
506a20424903c713f7b35d3987f23078f8e95e39
615aa15c4eeebf0eff78c7f02e65ad7c7814babb
/docs/Navigation/OnWayPointChange/assets/OnWayPointChange.puml
aa54fef8d18e08be10b863750344f759b015ede6
[]
permissive
smartdevicelink/sdl_hmi_integration_guidelines
4c1413d80b3a07a0293a1a62ba02ce413820bfab
a89289d22a3fe75db6e5b45d39d158e5b282021f
refs/heads/master
2022-10-31T16:50:47.768891
2022-10-26T15:27:10
2022-10-26T15:27:10
55,093,865
12
34
BSD-3-Clause
2022-10-25T21:08:55
2016-03-30T20:02:23
null
UTF-8
PlantUML
false
false
259
puml
@startuml OnWayPointChange participant SDL participant HMI SDL -> HMI: Navigation.SubscribeWayPoints() HMI --> SDL: Navigation.SubscribeWayPoints(SUCCESS) note right of HMI: Waypoint data has changed HMI -> SDL: Navigation.OnWayPointChange(waypoints) @enduml
false
true
false
false
sequence
20bf3c204e107c4c6ffdc421cb17677437a9db78
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-adapter-3.plantuml
a2737dfc57057662d3a0d854450304f8d53a2dc4
[ "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
430
plantuml
@startuml interface Calculator { {abstract} int calculateSnack() {abstract} int calculateCoffee() } class CalculatorSalePrice { CalculatorSalePrice(int snackPrice, coffeePrice) calculateSnack() calculateCoffee() } class Price { int snackPrice int coffeePrice Price(int snackPrice, int coffeePrice) int getSnackPrice() int getCoffeePrice() } Calculator <|.. CalculatorSalePrice Price <|-- CalculatorSalePrice @enduml
false
true
false
false
class
ff56dc9b174830e829892a9e168a5a802dd3129a
0270efedc0dbe3c19bc1490ab091d9c928dd6d97
/uml.puml
bef01e9d48343c73d1acdb7c00f73c6eb78f7d42
[]
no_license
andreygorlov-dev/TamagotchiGame
2f6fe7719aec0bd09e80b30921f553df2b570e73
30460803bdfce459e1125dd68c763bbd77f468c3
refs/heads/master
2023-05-01T10:23:05.102546
2021-05-08T20:10:45
2021-05-08T20:10:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,628
puml
@startuml class CatClass{ private Image[] imagesWalkRight = new Image[4]; private Image[] imagesWalkLeft = new Image[4]; private Image front; } class DogClass{ private Image[] imagesWalkRight = new Image[4]; private Image[] imagesWalkLeft = new Image[4]; private Image front; } class ConverterJSON { private final static String baseFile = "resources/user.json"; } class InterfaceClass { public static Integer hp; public static Integer hunger; public static Integer sleep; } class JsonData { public Integer hp; public Integer hunger; public Integer sleep; public Date lastSave; public String name; public Boolean dog; } class Main { private final static Integer WIDTH_WINDOW = 600; private final static Integer HIGHT_WINDOW = 600; private static PetsAbstractClass pets; private static int countAct = 0; private static int logic = 0; public static Thread t; private static Boolean gameAlive = true; public static ArrayList<ObjectClass> items = new ArrayList<>(); private Panel panel; private String name; private Boolean dog; public JPanel panelDraw; } class PanelDraw { } class ObjectClass { private String itemHint; private Image itemFromPanel; private Graphics g; private Integer paramHP = 0; } class PetsAbstractClass { protected final Integer LEFT = 0; protected final Integer RIGHT = 1; protected final Integer FRONT = 2; private String name; protected Graphics g; protected Integer x = 10; protected Integer y = 430; protected Image room; protected Integer clickX; protected Integer clickY; private static boolean mousePress = false; protected Image fallImageRight; protected Image fallImageLeft; protected Image fallImageFront; protected Image carryingImageRight; protected Image carryingImageLeft; protected Image carryingImageFront; protected Image sleepImageRight; protected Image sleepImageLeft; public static Image ball; protected Integer direction = RIGHT; private boolean game = false; private boolean sleep = false; } interface PetsInterface { void sleep(); void move(Integer x, Integer y); void walking(Graphics g, Image[] image, Integer offset) throws InterruptedException; void fall(); void carryOver(); void playVoice(); } class RoomClass { } CatClass <|-- PetsAbstractClass DogClass <|-- PetsAbstractClass PetsAbstractClass <|..PetsInterface Main *-- CatClass Main *-- DogClass Main *-- ObjectClass ObjectClass o-- PanelDraw Main *-- JsonData @enduml
false
true
false
false
class
2dfcedc1380a61ef56bee9ce5743a2ecadb4e629
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/ScanPointAnalyzer/ScanPointAnalyzer_Activity_analyzePoints.puml
ed3c6ec19ee14425797e246832a8ba4d99f8087c
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,199
puml
@startuml /' calculate normal vector decide straight line, corner or isolation input: vector<LPoint2D> &lps '/ (*) --> if "0 <= int i < lps.size()" as for_i then --> [Yes] "LPoint2D &lp = lps[i]" --> "ptype p \n Vector2D nL, nR, normal" --> "bool flagL = calNormal(i, lps, -1, nL) bool flagR = calNormal(i, lps, -1, nR)" --> "nR.x = -nR.x \n nR.y = -nR.y" --> if "flagL" as flagL then flagL --> [Yes] if "flagR" as flagR then else flagL -> if "flagR" then --> [Yes] "type = LINE \n normal = nR" --> "lp.setNormal(normal.x, normal.y) \n lp.setType(type)" else -> [No] "type = ISOLATE \n normal.x = INVALID \n normal.y = INVALID" --> "lp.setNormal(normal.x, normal.y) \n lp.setType(type)" flagR --> [Yes] if "fabs(nL.x*nR.x + nL.y*nR.y) >= costh" as costh then else flagR -> [No] "type = LINE \n normal = nL" --> "lp.setNormal(normal.x, normal.y) \n lp.setType(type)" costh --> [Yes] "type = LINE" --> "double dx = nL.x + nR.x" else costh --> [No] "type = CORNER" --> "double dx = nL.x + nR.x" --> "double dy = nL.y + nR.y double L = sqrt(dx*dx + dy*dy) normal.x = dx/L normal.y = dy/L" --> "lp.setNormal(normal.x, normal.y) \n lp.setType(type)" --> for_i else for_i -> [No] (*) @enduml
false
true
false
false
activity
2f9ebeb38eca544ac47ac73e378cff0ae6c409db
ae8e1aecb90d7c4afd7e5334111936f891c80073
/lib/model.puml
0b0cdd906ce0a51d5e9ae9e7f585251981321c14
[ "Apache-2.0" ]
permissive
Toryt/contracts
76e6a0e5c11ec6ecc00f624314185c14c11db239
03b83affe1d37ea2829c29666e2547327de3bf12
refs/heads/master
2023-01-12T23:06:43.738899
2021-07-19T10:12:06
2021-07-19T10:12:06
83,486,916
0
0
Apache-2.0
2023-01-07T04:28:47
2017-02-28T22:45:28
JavaScript
UTF-8
PlantUML
false
false
5,991
puml
/* Copyright 2017 - 2020 by Jan Dockx Licensed 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 class Function { +name: String <<readonly>> +/displayName: String +apply(…): Function +call(…): Function +bind(…): Function +toString(): String } class Error { +name: Any +message: Any +/stack: String <<readonly>> +toString(): String } Function <.. GeneralContractFunction: instanceof GeneralContractFunction --> "implementation" Function abstract class AbstractContract { +pre: Array <<readonly>> +post: Array <<readonly>> +exception: Array <<readonly>> +location: object <<readonly>> +{static} displayNamePrefix: String +{static} internalLocation: object<INTERNAL> +{static} root: AbstractContract +{static} contractFunctionDisplayName(f: FunctionWithImplementation): String +{static} bindContractFunction: Function +{static} isAGeneralContractFunction(f: Any): Boolean +{static} isAContractFunction(f: Any): Boolean +{static} bless(contractFunction: GeneralContractFunction, contract: AbstractContract, implFunction: Function, location: String): void +{static} falseCondition(): Boolean = false +{static} AbstractContract({pre: Function[]?, post: Function[]?, exception: Function[]?}, location: object?) } class InternalContract { +{static} InternalContract(pre: Function[]?, post: Function[]?, exception: Function[]?) +location: object<INTERNAL> } AbstractContract <|-- InternalContract class Contract { +{static} Contract(pre: Function[]?, post: Function[]?, exception: Function[]?) +implementation(implFunction: Function): ContractFunction } AbstractContract <|-- Contract interface GeneralContractFunction { +location: object <<readonly>> +/displayName: String +bind(…): GeneralContractFunction } AbstractContract +-- GeneralContractFunction GeneralContractFunction --> "contract" AbstractContract interface InternalContractFunction { +location: object<INTERNAL> <<readonly>> } GeneralContractFunction <|-- InternalContractFunction InternalContractFunction --> "contract" InternalContract interface ContractFunction { +location: string <<readonly>> +bind(…): ContractFunction } AbstractContract +-- ContractFunction GeneralContractFunction <|.. ContractFunction ContractFunction --> "contract" Contract abstract class GeneralAbstractContractFunction GeneralContractFunction <|- GeneralAbstractContractFunction AbstractContract --> "abstract <<readonly>>" GeneralAbstractContractFunction class InternalAbstractContractFunction GeneralAbstractContractFunction <|-- InternalAbstractContractFunction InternalContractFunction <|.. InternalAbstractContractFunction InternalContract --> "abstract <<readonly>>" InternalAbstractContractFunction class AbstractContractFunction GeneralAbstractContractFunction <|- AbstractContractFunction ContractFunction <|.. AbstractContractFunction Contract --> "abstract <<readonly>>" AbstractContractFunction abstract class ContractError { +name: String = "Contract Error" +message: String <<readonly>> +/stack: String <<multiline>> +{static} ContractError(message) } Error <|-- ContractError class AbstractError { +name: String = "Abstract Error" +message: String <<readonly>> +{static} AbstractError(contract) } AbstractContract +-- AbstractError ContractError <|-- AbstractError GeneralAbstractContractFunction ..> AbstractError : "<<throws>>" AbstractError --> "contract <<readonly>>" AbstractContract abstract class ConditionError { +name: String = "Contract Condition Error" +self: Object <<readonly>> +args: ArrayLike <<readonly>> +/stack: String <<multiline>> +getDetails(): String +{static} ConditionError(contractFunction, condition, self, args) } ContractError <|-- ConditionError class ConditionMetaError { +{static} name: String <<readonly>> +error: Any <<readonly>> +message: String <<readonly>> +getDetails(): String +{static} ConditionMetaError(contractFunction, condition, self, args, error) } abstract class ConditionViolation { +{static} name: String <<readonly>> +verify(contractFunction, condition, self, args): void <<prototype>> +verifyAll(contractFunction, conditions, self, args): void <<prototype>> +{static} ConditionViolation(contractFunction, condition, self, args) } class PreconditionViolation { +{static} name: String <<readonly>> +{static} PreconditionViolation(contractFunction, condition, self, args) } class PostconditionViolation { +{static} name: String <<readonly>> +result: Any <<readonly>> +getDetails(): String +{static} PostconditionViolation(contractFunction, condition, self, args, result: Any) } class ExceptionConditionViolation { +{static} name: String <<readonly>> +exception: Any <<readonly>> +getDetails(): String +{static} ExceptionConditionViolation(contractFunction, condition, self, args, exception: Any) } ConditionError --> "contractFunction <<readonly>>" GeneralContractFunction ConditionError --> "condition <<readonly>>" Function ConditionError --> "_stackSource <<readonly, frozen>>" Error ConditionError <|-- ConditionMetaError ConditionError <|-- ConditionViolation ConditionViolation <|-- PreconditionViolation ConditionViolation <|-- PostconditionViolation ConditionViolation <|-- ExceptionConditionViolation Contract ..> ConditionMetaError: <<use>> Contract ..> PreconditionViolation: <<use>> Contract ..> PostconditionViolation: <<use>> Contract ..> ExceptionConditionViolation: <<use>> Contract ..> ContractFunction: <<generates>> @enduml
false
true
true
false
class
c5e10836801cddf55b08fe3cbcdcfa604f877d6f
fa9855ed2f2ad20f1876549b9aa036265346adff
/use-cases/use-case-4.5.puml
bea3ce6777eae72474b98961bc5033cb2b6a5c02
[ "Apache-2.0" ]
permissive
scan-lan/Group-Project
fcc0f346ebe2c5495b2c31328275fcd773846892
db93a1510cce1355ebb79f01ba8eb42d2312a685
refs/heads/master
2023-04-15T18:20:10.702190
2021-04-27T17:23:47
2021-04-27T17:23:47
333,326,638
0
0
Apache-2.0
2021-04-27T17:23:48
2021-01-27T06:32:57
Java
UTF-8
PlantUML
false
false
313
puml
@startuml rectangle Database rectangle "Organisation" { usecase UC1 as "User defines N as Integer" usecase UC2 as "Get top N populated cities in district" usecase UCa as "Name, Country, District, Population" } User - UC1 UC1 ..> UC2 UC2 ..> UCa : include UC2 - Database @enduml
false
true
false
false
usecase
f847e08b0d4a37cf0a06bc4d4b4fd68198cedfeb
3a4fbffc931fc3f281e88c0eba61ee7e3111abff
/post/flink-ha.iuml
40fc3def45d58b30f51b4b5aa438f3eb2445a080
[]
no_license
jrthe42/jrthe42.github.io
801b0f8f4edd30a756400bce7ba12727ac8be6b5
e831589a82720d9fd8c8a4c69ef535ab59f5719c
refs/heads/master
2021-05-24T04:01:24.767798
2021-03-23T14:25:19
2021-03-23T14:25:19
34,150,333
1
0
null
2015-08-14T07:00:27
2015-04-18T03:06:28
CSS
UTF-8
PlantUML
false
false
4,980
iuml
@startuml flinl-ha together { interface LeaderContender { void grantLeadership(UUID leaderSessionID); void revokeLeadership(); void handleError(Exception exception); } LeaderElectionService -up-> LeaderContender 'each contender has to instantiate its own leader election service interface LeaderElectionService { void start(LeaderContender contender) throws Exception; void stop() throws Exception; void confirmLeadership(UUID leaderSessionID, String leaderAddress); boolean hasLeadership(@Nonnull UUID leaderSessionId); } 'only a single and thus directly grants him the leadership upon start up class StandaloneLeaderElectionService implements LeaderElectionService { } class EmbeddedLeaderElectionService implements LeaderElectionService { } interface LeaderElectionEventHandler { void onGrantLeadership(); void onRevokeLeadership(); void onLeaderInformationChange(LeaderInformation leaderInformation); } class DefaultLeaderElectionService implements LeaderElectionService, LeaderElectionEventHandler { private LeaderElectionDriver leaderElectionDriver; } interface LeaderElectionDriver { void writeLeaderInformation(LeaderInformation leaderInformation); boolean hasLeadership(); } class ZooKeeperLeaderElectionDriver implements LeaderElectionDriver { } class KubernetesLeaderElectionDriver implements LeaderElectionDriver { } DefaultLeaderElectionService --> LeaderElectionDriver } together { interface LeaderRetrievalListener { void notifyLeaderAddress(@Nullable String leaderAddress, @Nullable UUID leaderSessionID); void handleError(Exception exception); } interface LeaderRetrievalService { void start(LeaderRetrievalListener listener) throws Exception; void stop() throws Exception; } LeaderRetrievalService -up-> LeaderRetrievalListener class StandaloneLeaderRetrievalService implements LeaderRetrievalService { } class EmbeddedLeaderRetrievalService implements LeaderRetrievalService { } interface LeaderRetrievalEventHandler { void notifyLeaderAddress(LeaderInformation leaderInformation); } class DefaultLeaderRetrievalService implements LeaderRetrievalService, LeaderRetrievalEventHandler { private LeaderRetrievalDriver leaderRetrievalDriver; private volatile LeaderRetrievalListener leaderListener; } interface LeaderRetrievalDriver { void close() throws Exception; } DefaultLeaderRetrievalService --> LeaderRetrievalDriver class ZooKeeperLeaderRetrievalDriver implements LeaderRetrievalDriver { } class KubernetesLeaderRetrievalDriver implements LeaderRetrievalDriver { } } together { interface HighAvailabilityServices { LeaderRetrievalService getResourceManagerLeaderRetriever(); LeaderRetrievalService getDispatcherLeaderRetriever(); LeaderRetrievalService getJobManagerLeaderRetriever( JobID jobID, String defaultJobManagerAddress); LeaderElectionService getResourceManagerLeaderElectionService(); LeaderElectionService getDispatcherLeaderElectionService(); LeaderElectionService getJobManagerLeaderElectionService(JobID jobID); CheckpointRecoveryFactory getCheckpointRecoveryFactory(); JobGraphStore getJobGraphStore() throws Exception; RunningJobsRegistry getRunningJobsRegistry() throws Exception; BlobStore createBlobStore() throws IOException; } abstract class AbstractNonHaServices implements HighAvailabilityServices { } class StandaloneHaServices extends AbstractNonHaServices { } abstract class AbstractHaServices implements HighAvailabilityServices { } class ZooKeeperHaServices extends AbstractHaServices { } class KubernetesHaServices extends AbstractHaServices { } } together { interface RetrievableStateStorageHelper<T extends Serializable> { RetrievableStateHandle<T> store(T state) throws Exception; } class FileSystemStateStorageHelper<T extends Serializable> implements RetrievableStateStorageHelper { } interface StateHandleStore<T extends Serializable, R extends ResourceVersion<R>> { RetrievableStateHandle<T> addAndLock(String name, T state) throws Exception; void replace(String name, R resourceVersion, T state) throws Exception; R exists(String name) throws Exception; RetrievableStateHandle<T> getAndLock(String name) throws Exception; List<Tuple2<RetrievableStateHandle<T>, String>> getAllAndLock() throws Exception; Collection<String> getAllHandles() throws Exception; boolean releaseAndTryRemove(String name) throws Exception; void releaseAndTryRemoveAll() throws Exception; void clearEntries() throws Exception; void release(String name) throws Exception; void releaseAll() throws Exception; } class ZooKeeperStateHandleStore<T extends Serializable> implements StateHandleStore { private final RetrievableStateStorageHelper<T> storage; } class KubernetesStateHandleStore<T extends Serializable> implements StateHandleStore { private final RetrievableStateStorageHelper<T> storage; } } @enduml
false
true
false
false
class
cbb404cef5851f6b299efa0c21efc7bf82b61732
3150c7ff97d773754f72dabc513854e2d4edbf04
/P2/STUB_Yeste_Guerrero_Cabezas/diagrams/t3_visualizarCatalogoSeries.plantuml
3d604eabdac52677f1cd84951e43fc291a6712d8
[ "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
498
plantuml
@startuml title __T3_VISUALIZARCATALOGOSERIES's Class Diagram__\n package app.spec.t3_visualizarCatalogoSeries { class ViewCatalogTest { + init() + isInCatalog() + clearCatalog() + chkEmptyCatalog() } } ViewCatalogTest o-- Controller : controller 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
77ec6e3db649c4dd9825b12d905838ba1543194e
21aa0024f242a17594c6916d2a8ba32eae54451e
/src/main/java/ua/training/model/entities/lazyload/lazyload.plantuml
64719205f611049d254bc4bee4cad79c8538fae8
[]
no_license
HubenkoVV/dbCloudlApp
e3d3b57b7eac801855aea57e4e99bd701152a6e6
bd27e5dd58c3c6a0d6acd7a9e09ff15ca7b4370e
refs/heads/master
2021-12-15T01:54:46.565762
2021-12-14T09:25:46
2021-12-14T09:25:46
219,663,737
0
0
null
2021-12-14T09:28:35
2019-11-05T05:20:40
Java
UTF-8
PlantUML
false
false
939
plantuml
@startuml title __LAZYLOAD's Class Diagram__\n package ua.training.model.entities { package ua.training.model.entities.lazyload { class LazyPayment { + getPeriodicals() } } } package ua.training.model.entities { package ua.training.model.entities.lazyload { class LazyPeriodical { + getUsers() + getPayments() + getArticles() } } } package ua.training.model.entities { package ua.training.model.entities.lazyload { class LazyUser { + getPayments() + getPeriodicals() } } } LazyPayment -up-|> Payment LazyPeriodical -up-|> Periodical LazyUser -up-|> User UserBuilder o-- UserRole : role right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
ae744ceb02675bae0f9405f68c95b56dedebe60a
26e1fe33d9f48734e30f9d42601a46fceb1adb88
/src/docs/dev/client_js_structure.puml
da8f42c78b9a076e4992ae73c8f309baf4999dc7
[ "Apache-2.0" ]
permissive
fretboardfreak/gridrealm
69ae5bb18df85f58c750d4aa25f1ae5786127731
b0fcbc6e569daef186a45fc0531de8a275d6382c
refs/heads/master
2021-06-30T10:53:59.653912
2019-07-02T03:11:14
2019-07-02T03:11:14
184,120,963
0
0
null
null
null
null
UTF-8
PlantUML
false
false
911
puml
@startuml skinparam packageStyle rectangle class gridrealm { + IIFE DocumentReadyEvent + IIFE WindowResizeEvent } class auth { is_logged_in() toggle_login_state() create_account() init_panels() } class api { Enum uri Object api Object api_helpers } class util { get_font_size() build_image_tag() } class debug { add_size() update_size_record() } class chat_panel { load_chat_panel() } class action_panel { load_action_panel() } class multi_panel { load_multi_panel() change_multipanel_view() resize_multipanel_content() } class resize { resize_panels() } gridrealm <-- auth gridrealm <-- resize auth <-- chat_panel auth <-- action_panel auth <-- multi_panel auth <-- resize resize <-- multi_panel resize <-- debug resize <-- util chat_panel <-- util chat_panel <-- api action_panel <-- util action_panel <-- api multi_panel <-- util multi_panel <-- api @enduml
false
true
false
false
class
c75f6ffc947fcbaa486e56c120022adc756203df
257a401f3e72ddb5b20abc2e70d080738afc15dc
/Diagrams/useCaseAdmin.plantuml
8ee7ea1f1fe0ffb82edd52cdcf4ea6bc832d51c0
[]
no_license
MaximePoncin/TFE
3acda0c881a46380deda1194a0091eb00c00feef
52f05a672fca9bded96b1e7c7dc7468f3eceb525
refs/heads/master
2021-07-08T03:11:23.965765
2019-02-25T16:30:36
2019-02-25T16:30:36
146,801,192
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,219
plantuml
@startuml skinparam usecase{ BackgroundColor<<Implémentation à venir>> PowderBlue BackgroundColor<<Implémentation en cours>> IMPLEMENTATION } rectangle Administration_Clients_Publicitaire { :Administrateur: as Admin <<Humain>> (Déconnexion) as (deco) Admin -up- (deco) /'(Consulter la liste des réservations) as (ViewBookedStaysList) (Modification d'une réservation) as (EditBookedStay) (ViewBookedStaysList) <-up. (EditBookedStay) : <<extends>> (Suppression d'une réservation) as (DeleteBookedStay) (ViewBookedStaysList) <-up. (DeleteBookedStay) : <<extends>> (Ajout d'une réservation) as (AddBookedStay) (ViewBookedStaysList) <-up. (AddBookedStay) : <<extends>> Admin -up- (ViewBookedStaysList) (Consulter la liste des séjours) as (ViewStaysList) (Modification d'un séjour) as (EditStay) (ViewStaysList) <-up. (EditStay) : <<extends>> (Suppression d'un séjour) as (DeleteStay) (ViewStaysList) <-up. (DeleteStay) : <<extends>> (Ajout d'un séjour) as (AddStay) (ViewStaysList) <-up. (AddStay) : <<extends>> Admin -up- (ViewStaysList) (Consulter la liste des utilisateurs) as (ViewUsersList) (Modification d'un utilisateur) as (EditUser) (ViewUsersList) <-down. (EditUser) : <<extends>> (Suppression d'un utilisateur) as (DeleteUser) (ViewUsersList) <-down. (DeleteUser) : <<extends>> (Ajout d'un utilisateur) as (AddUser) (ViewUsersList) <-down. (AddUser) : <<extends>> Admin -down- (ViewUsersList) (Consulter la liste des standings) as (ViewStandingsList) (Modification d'un standing) as (EditStanding) (ViewStandingsList) <-down. (EditStanding) : <<extends>> (Suppression d'un standing) as (DeleteStanding) (ViewStandingsList) <-down. (DeleteStanding) : <<extends>> (Ajout d'un standing) as (AddStanding) (ViewStandingsList) <-down. (AddStanding) : <<extends>> Admin -down- (ViewStandingsList) (Consulter la liste des types de pension) as (ViewBoardTypesList) (Modification d'un type de pension) as (EditBoardType) (ViewBoardTypesList) <-up. (EditBoardType) : <<extends>> (Suppression d'un type de pension) as (DeleteBoardType) (ViewBoardTypesList) <-left. (DeleteBoardType) : <<extends>> (Ajout d'un type de pension) as (AddBoardType) (ViewBoardTypesList) <-down. (AddBoardType) : <<extends>> Admin -left-- (ViewBoardTypesList) (Consulter la liste des activités) as (ViewActivitysList) (Modification d'un activité) as (EditActivity) (ViewActivitysList) <-up. (EditActivity) : <<extends>> (Suppression d'un activité) as (DeleteActivity) (ViewActivitysList) <-left. (DeleteActivity) : <<extends>> (Ajout d'un activité) as (AddActivity) (ViewActivitysList) <-down. (AddActivity) : <<extends>> Admin -left- (ViewActivitysList) (Consulter la liste des thèmes) as (ViewThemesList) (Modification d'un thème) as (EditTheme) (ViewThemesList) <-up. (EditTheme) : <<extends>> (Suppression d'un thème) as (DeleteTheme) (ViewThemesList) <-right. (DeleteTheme) : <<extends>> (Ajout d'un thème) as (AddTheme)<<Implémentation à venir>> (ViewThemesList) <-down. (AddTheme) : <<extends>> Admin -right- (ViewThemesList) (Consulter la liste des types de bière) as (ViewBeerTypesList) (Modification d'un type de bière) as (EditBeerType) (ViewBeerTypesList) <-up. (EditBeerType) : <<extends>> (Suppression d'un type de bière) as (DeleteBeerType) (ViewBeerTypesList) <-right. (DeleteBeerType) : <<extends>> (Ajout d'un type de bière) as (AddBeerType) (ViewBeerTypesList) <-down. (AddBeerType) : <<extends>> Admin -right- (ViewBeerTypesList)'/ (Consulter la liste des clients publicitaire) as (ViewAdvertClientsList) (Modification d'un client publicitaire) as (EditAdvertClient) (ViewAdvertClientsList) <-- (EditAdvertClient) : <<extends>> (Suppression d'un client publicitaire) as (DeleteAdvertClient) (ViewAdvertClientsList) <-- (DeleteAdvertClient) : <<extends>> (Ajout d'un client publicitaire) as (AddAdvertClient) (ViewAdvertClientsList) <-- (AddAdvertClient) : <<extends>> Admin -down- (ViewAdvertClientsList) } @enduml
false
true
true
false
uml-unknown
cd904f7727561095f88273634ea22a21ad40c76f
b9b86e2e26c9ca3072a2e680b0d0a027e4e03279
/DesignPattern/puml_example/time_sequenct.puml
7e00d703e18e2a9f594a1c5e74e27a0d9c4870d6
[]
no_license
changmu/NoteBook
89159fa670e798be57d3672846daec0786133feb
d1ea0cf34309b4ef4abffa2041a8aafb76fc41cb
refs/heads/master
2020-05-03T12:46:51.799912
2019-04-18T03:59:22
2019-04-18T03:59:22
178,635,861
0
0
null
null
null
null
UTF-8
PlantUML
false
false
796
puml
@startuml skinparam backgroundColor #EEEBDC skinparam handwritten true ' skinparam sequence { ' ArrowColor DeepSkyBlue ' ActorBorderColor DeepSkyBlue ' LifeLineBorderColor blue ' LifeLineBackgroundColor #A9DCDF ' ParticipantBorderColor DeepSkyBlue ' ParticipantBackgroundColor DodgerBlue ' ParticipantFontName Impact ' ParticipantFontSize 17 ' ParticipantFontColor #A9DCDF ' ActorBackgroundColor aqua ' ActorFontColor DeepSkyBlue ' ActorFontSize 17 ' ActorFontName Aapex ' } actor User participant "First Class" as A participant "Second Class" as B participant "Last Class" as C User -> A: DoWork activate A A -> B: Create Request activate B B -> C: DoWork activate C C --> B: WorkDone destroy C B --> A: Request Created deactivate B A --> User: Done deactivate A @enduml
false
true
false
false
sequence
9d1d37b6f6603335fa1030edf97ad6ee22bf6cac
06138c54ea48414d6719781898496f22279a6519
/exercise43/docs/Solution43UML.puml
27c137d5c3591bd38058f7fb696cc743f9698a03
[]
no_license
MarcPalacio/palacio-a04
8bdb0a0a6bb6bd9175cfbc4f4b69ca96914a4ceb
2936e5626333922ae1bbb22b836caa38843f3858
refs/heads/master
2023-08-18T22:49:06.189370
2021-10-17T22:59:07
2021-10-17T22:59:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
734
puml
@startuml class Solution43{ 'Methods +main(String) } class FileCreator{ 'Methods 'Gets the input from user and calls createFile +getInput() 'Creates the files +createFile(String pathSite, String siteName, String authorName, String choiceJS, String choiceCSS) 'Creates HTML file -createHTML(String pathSite, String siteName, String author) } class Methods{ 'Attributes -in: Scanner 'Methods 'Asks user for input based on question +askQuestion(String question): String answer 'Asks user for a yes or no (y or n) 'Uses try catch to ensure answer is a string +verifyInput(String question): String answer } Solution43 -- FileCreator FileCreator -- Methods @enduml
false
true
false
false
class
e8eda39f0d958245ec2d5240a3fb51e70ff0b9d2
a2b717706eb8dfd1c36045606e5824934cfc20a5
/diagrams/factory-method.puml
493dea994a31b38bd8df37f53c612fb9e1351bcd
[]
no_license
zhongshijun/head-first-design-patterns-cpp
66f706264f848e26f6791057eb089a6cdf0a44d9
3dc4fc23abb884395313b388fd33e87c0b7730c6
refs/heads/master
2023-03-18T20:51:13.129157
2021-01-25T20:55:26
2021-01-25T20:55:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,199
puml
@startuml factory-method 'Creator abstract class PizzaStore{ +orderPizza(); +createPizza(); } class NYPizzaStore{ +createPizza(); } class ChicagoPizzaStore{ +createPizza(); } PizzaStore <|-- NYPizzaStore PizzaStore <|-- ChicagoPizzaStore 'Product abstract class Pizza{ #name_; #dough_; #sauce_; #toppings_; +prepare(); +bake(); +cut(); +box(); +getName() } class NYStyleCheesePizza{ +NYStyleCheesePizza() } class NYStyleClamPizza{ +NYStyleClamPizza() } class NYStylePepperoniPizza{ +NYStylePepperoniPizza() } class NYStyleVeggiePizza{ +NYStyleVeggiePizza() } class ChicagoStyleCheesePizza{ +ChicagoStyleCheesePizza() +cut() } class ChicagoStyleClamPizza{ +ChicagoStyleClamPizza() } class ChicagoStylePepperoniPizza{ +ChicagoStylePepperoniPizza() +cut() } class ChicagoStyleVeggiePizza{ +ChicagoStyleVeggiePizza() } Pizza <|-- NYStyleCheesePizza Pizza <|-- NYStyleClamPizza Pizza <|-- NYStylePepperoniPizza Pizza <|-- NYStyleVeggiePizza Pizza <|-- ChicagoStyleCheesePizza Pizza <|-- ChicagoStyleClamPizza Pizza <|-- ChicagoStylePepperoniPizza Pizza <|-- ChicagoStyleVeggiePizza @enduml
false
true
false
false
class
01c6d2ebc5c5b9a1d7c9c753d4004bd00e18fa5a
ff37fc7cd12d4fbf1edbfb497f799f0da4f796ed
/plantuml/python-module.puml
9b5d671ad4a007505f309f4966d294caa21f0dc0
[]
no_license
abulka/lcodemaps
d3cd2e748cd14026c2a055939b69ba9ba44c3a61
d40f7437cbe5a3484fb2136118f2c32a87aa7ceb
refs/heads/master
2022-03-07T13:32:43.446713
2022-02-14T00:21:25
2022-02-14T00:21:25
223,074,570
43
8
null
null
null
null
UTF-8
PlantUML
false
false
140
puml
@startuml Example of Python module as pseudo class class utils <<(M,#FF7700) MODULE utils.py>> { x y --- fred() } @enduml
false
true
false
false
class
993c39a2560a39265b9e1258a764f01132ee988c
171501bfd06567b1c8143aef81b2cc1c3c2b1d47
/board/src/main/plantuml/board.puml
4aaebab6e2aa2f5af72c1cba12c0fe6c39db0098
[]
no_license
atomnook/prototype5-nameless-gem
c174a8cb05786e8732b419d83d3cb536601c5a59
fa96d369976ad91c6d669f32281e1881c7e12dfb
refs/heads/master
2021-05-01T03:48:37.220761
2016-12-24T01:53:01
2016-12-24T01:53:01
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
521
puml
@startuml state Normal { [*] --> Init state Init { [*] --> InitializeBoard InitializeBoard: receive InitializeBoard message from parent InitializeBoard --> LinesReady LinesReady: receive LinesReady message from children LinesReady --> [*] } Init --> Setup : (on transition) tell BoardReady message to parent Setup --> [*] } Normal --> Error : (on transition) tell FallIntoErrorState message to parent Error: any state goes to error state when it receive unhandled message @enduml
false
true
false
false
sequence
149205ad7fdf764ac7f8d85cb193043898be5952
ae18f3805c2044dd28acb0e54142ffa3a213decf
/decorator/class.puml
9d1d41f0e0b4d4e88630327bac12b20101168eeb
[]
no_license
GochenRyan/DesignPatternsInPython
c125bff53b4edc73cba0eef4ed4408033ff28711
47103f46d9b803c0f53902e83daf7b7be032903b
refs/heads/main
2023-06-05T12:40:40.219251
2021-06-21T16:48:52
2021-06-21T16:49:05
366,058,078
0
0
null
null
null
null
UTF-8
PlantUML
false
false
253
puml
@startuml class CPerson { m_sName } class CFinery { m_oComponent Decorate(oComponent) Show() } class CTShirts { } class CBigTrouser{ } CPerson <|-- CFinery CFinery <|-- CTShirts CFinery <|-- CBigTrouser CFinery o-- CFinery @enduml
false
true
false
false
class
c1278856276823d608b21806742464ade7daf9b8
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderPagedQueryResponse.puml
5094d6b3fc8e48e9e22c75314972c2aab91f0fb7
[]
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
398
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 OrderPagedQueryResponse [[OrderPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[Order.svg List<Order>]] } @enduml
false
true
false
false
class
5beb200e094446f4d41b39c4aaf2f79601cd3803
c45ce074df6e9c8bb54ce906f387a4ec1730b2d6
/diagrams/design/patterns/class/structural/proxy.puml
bd4230b1e9fabc5d384bd9982aafcaed40580c9a
[]
no_license
eromero-kreatech/clean-code
82a4a62ae6d76985bc77e7a16f5d9890c41b652f
e5a29e0dacead4f25005e67163ffb57fbc4d2d44
refs/heads/master
2023-06-26T21:50:19.104747
2021-07-24T00:51:11
2021-07-24T00:51:11
388,963,257
0
1
null
null
null
null
UTF-8
PlantUML
false
false
445
puml
@startuml PROXY class Client interface Subject { + request() } class RealSubject { + request() } class Proxy { + request() } hide empty members Subject <|-- RealSubject Subject <|-- Proxy RealSubject <- Proxy : represents Client --> Subject note as N1 <b><color:royalBlue>Proxy</color></b> <b>Type:</b> Structural Provide a surrogate or placeholder for another object to control access to it. end note @enduml
false
true
false
false
class
611a13e627a72d3278760a16a426af130b66fcdf
752e97f7af708a7ab346c0829bf969109cba56d8
/Design/UML/class_overview.puml
5384e6b7eed83c96dd6aa9e6b8d0424b9711ee41
[]
no_license
mbartelsman-dev/contextPlease
cc203a5c598ce296e761799c56a636c1ebc90bab
d0d7aedd9b17259e7b31d386eb8b7ef980d5cb81
refs/heads/main
2023-04-20T23:54:04.853987
2021-05-13T14:54:52
2021-05-13T14:54:52
347,995,978
0
0
null
2021-05-13T14:54:53
2021-03-15T14:12:21
null
UTF-8
PlantUML
false
false
117
puml
@startuml class Program class ContextPlease class Configuration class JsonModel class RegistryModel @enduml
false
true
false
false
class
7045c1403dabcf515cc2261e659eb08c53d85f66
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/Manage-Application/Test-Application.puml
e7d72331ff4740fb38e8e7f9d4107f23681e8dab
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
284
puml
@startuml Actor "actorName" as A box "Manage-Application" #lightblue participant CLI as CLI participant Web as Web participant "caade" as S A -> CLI : caade-application-test() CLI -> S : application/test() A -> Web : application/test() Web -> S : application/test() end box @enduml
false
true
false
false
sequence
b4c5d37a0cfa8c478ae90e43a8e628a634997f90
01cf293a1b781ae355c4c8eb8409a6e1c85428e9
/6.Ficheros/docs/diagrams/src/vistaCasosUso/casoUsoRedo.plantuml
969ee50615457e68a5e6d3e6faee9561eab8ae45
[]
no_license
EnriqueCF/requirements
fe59445d677f9bae4262950cbd9ab61688e90013
8afdff6df115f97585ff980abe253d4da387de90
refs/heads/master
2023-06-13T23:42:22.698560
2021-07-11T18:59:59
2021-07-11T18:59:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
491
plantuml
@startuml StateDiagramRedoUndoState state A as "IN_GAME" state B as " " state C as " " state E as " " state if <<choice>> [*] --> A A --> B: Current turn player requests Redo B --> if: System shows updated board if --> C: [redoable] note on link undo has been made previously end note if --> E C --> [*]: System allows Play\nSystem allows Redo\nSystem allows Undo if undoable\nSystem allows Exit E --> [*]: System allows Play\nSystem allows Undo if undoable\nSystem allows Exit @enduml
false
true
false
false
sequence
b8151e2d6a94beccf843e163f56a8e20f1e72f29
a557a47e76e939252b71da737ef933e9513dda83
/wot-architecture/images/message-flows/A_3_1c_eventWebSocket.puml
988b92f094225c3f1c89bc13e63d2cd668c449f9
[ "Apache-2.0" ]
permissive
wot-ccly/wot-ccly.github.io
3d38333b5131bacaafcef7d9feccf2d8589e8ffc
dfa974f3a14179759dbcb27c44e73ea0117d32a7
refs/heads/master
2022-12-24T07:20:34.529217
2020-01-19T01:44:10
2020-01-19T01:44:10
234,498,309
0
0
Apache-2.0
2022-10-06T02:06:14
2020-01-17T07:49:06
HTML
UTF-8
PlantUML
false
false
807
puml
@startuml hide footbox box "WoT Client" participant "Application" as AP participant "Consumed Thing" as SA end box box "WoT Server" participant "Exposed Thing" as WS participant "Application" as DC end box == subscribe == AP -> SA: invoke\n"subscribeevent"\noperation activate SA SA -> AP: return Subscription SA -> WS: connect WebSocket\nto href of form\n with op=subscribeevent activate WS WS -> DC: wait until\nevent detected activate DC == notify == DC -> WS: change detected WS -> SA: send schema data\n through WebSocket connection SA -> AP: Subscription callback\n with schema data == unsubscribe == AP -> SA: invoke\n"unsubscribeevent"\noperation SA -> AP: returns void SA --> WS: disconnect WebSocket connection deactivate SA destroy WS WS --> DC: stop waiting destroy DC @enduml
false
true
false
false
sequence
99d4909b50bf2da9a25714d9ca08b34f1b9b18bd
b3625cc45df8f4308a64e3e0c2b31b78329276f0
/src/site/asciidoc/puml/auth-protocol.puml
48ebcb8ea9209abe80d0bf616bda940c53cf8730
[ "MIT" ]
permissive
ccguyka/doc-with-asciidoc
40374815de8adc8e6da1aa9aece2c5a5b259df96
81ce6fa0219e6c837c9590b299f85ded42b3acba
refs/heads/master
2021-01-19T19:13:52.821297
2017-04-16T11:49:40
2017-04-16T11:49:40
88,408,608
0
0
null
null
null
null
UTF-8
PlantUML
false
false
79
puml
.... Alice -> Bob: Hello World Request Bob --> Alice: Hello World Response ....
false
true
false
false
sequence
e4bec51e2bc192e9b0618cd667f21b437d3e30aa
e0197b084ea5fded857ce4b38a53005ee39c64e7
/ares.plantuml
88013d80d7a7b733bfe16f0d3b94978286d9f9fb
[ "MIT" ]
permissive
Shiroy/Ares_old
8bca3e95f5ee80793e5d9aceb76bc5d4a71b72e8
f8a017dd10c6af9bc1c8789164b0eded1808fae8
refs/heads/master
2021-01-18T01:56:07.698989
2016-07-26T12:55:28
2016-07-26T12:55:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
526
plantuml
@startuml abstract class Entity { +position +collide +speed +lifePoint } class GameObject class HumanPlayer class ComputerPlayer abstract class Player { +energies } GameObject --|> Entity HumanPlayer --|> Player ComputerPlayer --|> Player Player --|> Entity class Map Entity --o Map class SpellTemplate { +castTime +cooldownTime +energyCost +lifeCost } class Spell Spell -- SpellTemplate class AuraTemplate class Aura Aura -- AuraTemplate AuraTemplate --|> SpellTemplate @enduml
false
true
false
false
sequence
d8e7312470b099d78783f8bb8012c8125de24b01
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/useCase6.puml
fcec1f97fa48ec141061038cdfd5b0bb0eb5f502
[ "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
395
puml
@startuml useCase6 hide footbox participant "Buyer/Client" as B participant "Seller/Server" as S B -> S : POST {{baseUrl}}/performanceJob (PerformanceJob_Create) S -> S : basic validation S -> S : assign id S -> S : state: acknowledged alt successful inquiry B <-- S : 201 PerformanceJob with {{id}} else validation or internal problem B <-- S: 4xx/5xx : error response end @enduml
false
true
false
false
sequence
0b45cc694f6c00e97ad57c63bc1882cb458cb9f1
790e0e66a48b1e307fa3bc1d6edcc0b613e3d646
/Admin/admin_coms.puml
8788031300e31bf28c14dc4534ab914f84cf26c1
[]
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
3,170
puml
@startuml CommandsMaster !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 scale 1 ' rectangle "Master Inputs" as MasterQuestions { ' actor "Ask: who is master" as MasterAsk ' actor "Reply: I'm master" as MasterReply ' MasterAsk .[hidden]. MasterReply ' } skinparam rectangle<<QUEUES>>{ FontColor $PURPLE FontStyle none BorderColor $PURPLE BackgroundColor #White|LightSteelBlue } skinparam rectangle<<EXCHANGE>>{ FontColor $PURPLE FontStyle none BorderColor $PURPLE BackgroundColor #White|LightSeaGreen } rectangle "RabbitMQ Broker" as RmqBroker { rectangle "Master's Inputs Queue" <<QUEUES>> as RmqQueuesIn { card Card_TbottAdmin [ tbott_admin_master ___ --- --- --- --- ] } rectangle "Topic Exchanges" <<EXCHANGE>> as TopicEx { control "tbott_admin_master" as ExchTbott } rectangle "Admins' Queues" <<QUEUES>> as RmqQueuesOut { card Card_A0P0T0Q1 [ COUNCIL_<b>Q</b>_A0_P0_prod_uid1 ___ --- --- --- --- ] card Card_A0P0T0A1 [ COUNCIL_<b>A</b>_A0_P0_prod_uid1 ___ --- --- --- --- --- ] card Card_A0P0T0A2 [ COUNCIL_<b>Q</b>_A0_P0_prod_uid2 ___ --- --- --- --- --- ] card Card_A0P0T0Q2 [ COUNCIL_<b>A</b>_A0_P0_prod_uid2 ___ --- --- --- --- --- ] } } 'MasterAsk -l-> Card_TbottAdmin 'MasterReply -l-> Card_TbottAdmin Card_TbottAdmin -d-> ExchTbott ExchTbott --> Card_A0P0T0A1: "routing:\nCOUNCIL.<b>A</b>.A0.P0.prod.#" ExchTbott --> Card_A0P0T0Q1: "routing:\nCOUNCIL.<b>Q</b>.A0.P0.prod.#" ExchTbott --> Card_A0P0T0A2: "routing:\nCOUNCIL.<b>A</b>.A0.P0.prod.#" ExchTbott --> Card_A0P0T0Q2: "routing:\nCOUNCIL.<b>Q</b>.A0.P0.prod.#" frame "Admin" as FrameA0P0T1 { component CompA0P0T1 [ Domain: <b>A0</b> (cfg) Project: <b>P0</b> (cfg) Target: <b>prod</b> (cfg) Uuid : uid1 (auto.) ] } frame "Admin" as FrameA0P0T2 { component CompA0P0T2 [ Domain: <b>A0</b> (cfg) Project: <b>P0</b> (cfg) Target: <b>prod</b> (cfg) Uuid : uid2 (auto.) ] } FrameA0P0T1 -> Card_TbottAdmin: "Who is\nmaster\nCOUNCIL.<b>Q</b>.A0.P0.prod.#" FrameA0P0T2 -> Card_TbottAdmin: "I'm\nmaster\nCOUNCIL.<b>A</b>.A0.P0.prod.#" 'Com -u-> MasterQuestions Card_A0P0T0A1 --> CompA0P0T1: topic\nCOUNCIL.<b>A</b>.A0.P0.prod.uid1 Card_A0P0T0Q1 --> CompA0P0T1: topic\nCOUNCIL.<b>Q</b>.A0.P0.prod.uid1 Card_A0P0T0A2 --> CompA0P0T2: topic\nCOUNCIL.<b>A</b>.A0.P0.prod.uid2 Card_A0P0T0Q2 --> CompA0P0T2: topic\nCOUNCIL.<b>Q</b>.A0.P0.prod.uid2 @enduml
false
true
false
false
sequence
0c937bd3d2601ddd67b7c1743df35c83e855dce7
d3f5323b94d6a2b82dd03958d8eb834acf0fa55a
/orchid/src/main/resources/help/class-diagram/class-diagram-31.uml
fb02fe1c68c3bbb503391d16973af4c4ed11a773
[]
no_license
unidal/garden
620d34166804c5f37a0b800befe08b54e87dfee7
fd77faadb53b86ac251b8d0b8d6a7055e3a74735
refs/heads/master
2022-10-31T16:58:16.907708
2021-11-22T09:57:38
2021-11-22T09:57:38
2,817,716
8
7
null
2022-10-12T20:40:47
2011-11-21T05:01:48
HTML
UTF-8
PlantUML
false
false
147
uml
@startuml class Student { Name } Student "0..*" - "1..*" Course (Student, Course) .. Enrollment class Enrollment { drop() cancel() } @enduml
false
true
false
false
class
af2b505c98918c72a21f1b6e8571eab55616a031
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware02/production/MiddlewareCommDatabaseInterface/MiddlewareCommDatabaseInterface.puml
e2d1071624d2e40bd60e40aa8f6f5a5b909d2f38
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
455
puml
@startuml MiddlewareCommDatabaseInterface package edu.oakland.production.middleware02 { interface MiddlewareCommDatabaseInterface { __ .. Use Case 1 .. {abstract} + int checkCurrentRfid() {abstract} + String requestMode() {abstract} + TrackData getTrackData() {abstract} + void storeTrackData(TrackData trackData) {abstract} + LocationDataPoint getLocationDataPoint(int offset) } } @enduml
false
true
false
false
class
7f329b08c767c20ee8c2be9398f22d692e57c633
d5d840fab727586ba1b0f5adecd75a64c4653af8
/lab_1/_code/step4/visitable.puml
1f858d6830b32dfacbd8a25cacc73f7ce21995af
[]
no_license
mosser/sec-labs
fbdaca27867b68a94615de76c1825ec73a75e27a
86698ded6515d1cc8dd03208bd1b71d321b30010
refs/heads/master
2021-06-22T01:14:53.200889
2019-01-10T20:33:48
2019-01-10T20:33:48
91,062,799
8
3
null
2018-09-26T19:42:23
2017-05-12T07:16:31
Tcl
UTF-8
PlantUML
false
false
1,260
puml
@startuml interface Visitable { + {abstract} void accept(v: Visitor) } class App { + void accept(v: Visitor) { v.visit(this); } } class Actuator { + void accept(v: Visitor) { v.visit(this); } } class State { + void accept(v: Visitor) { v.visit(this); } } class Action { + void accept(v: Visitor) { v.visit(this); } } abstract class Visitor { + {abstract} void visit(App a); + {abstract} void visit(State s); + {abstract} void visit(Action a); + {abstract} void visit(Actuator a); } class ToC { + void visit(App a) {...} ; + void visit(State s) {...}; + void visit(Action a) {...}; + void visit(Actuator a) {...}; } class ToXXX { + void visit(App a) {...} ; + void visit(State s) {...}; + void visit(Action a) {...}; + void visit(Actuator a) {...}; } Visitable <|-- App Visitable <|-- Actuator Visitable <|-- State Visitable <|-- Action Visitor <|-- ToC Visitor <|-- ToXXX Visitable .. Visitor App *--> State App *--> Actuator State --> State State *--> Action Action --> Actuator note "The Visitor Pattern separates the model (left part)\nfrom its visit (right part). It requires an invasive\nmodifcation of the model (implementing Visitable)\nbut new visits can be added by extending Visitor." as N1 @enduml
false
true
false
false
state
f2157adc0d1424ac279012ea339595a02d0e0d66
220a9488453befbd410f5f7ac830b27c87539aca
/cli/uml/sequence_diagrams/reservation_sequence_dagram.puml
f58087d733ae67c107ee2cf83dba42a24d00f370
[]
no_license
ktvcv/hotel-project
5156d9d395152a884095b8d03174a12261e6bd02
14ace34aa8f38394235dd09746c8a9582fd99e1c
refs/heads/master
2023-04-28T09:17:36.141309
2020-12-09T17:17:37
2020-12-09T17:17:37
250,385,675
0
1
null
2023-04-14T17:44:03
2020-03-26T22:28:22
Java
UTF-8
PlantUML
false
false
791
puml
@startuml actor Guest boundary SearchingRoomViewComponent control Controller boundary ReservationService boundary IHotelRepository database Database Guest->SearchingRoomViewComponent:Input data for reservation SearchingRoomViewComponent->Controller: Controller->ReservationService:searchForFreeRooms(dates,) ReservationService->IHotelRepository: requestForAllRoom() ReservationService->IHotelRepository: requestForAllReservationWithinDates(dates,) IHotelRepository->Database: requestForData Database-->ReservationService: responseFromDB ReservationService->ReservationService: findFreeRooms(reservations, dates, ) ReservationService->Controller: updateRoomsDataset() Controller->SearchingRoomViewComponent:updateView() SearchingRoomViewComponent->Guest:show list of available rooms @enduml
false
true
false
false
usecase
49e5d163dc00aff60a1cc9609fbef4c57b791cee
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/hub-and-spoke/v7/wfm-error-worker.puml
a53345bb8ee6a30331cb1ed21003325ed88e6a87
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
1,227
puml
@startuml title hub and spoke wfm mk7 error in worker hide footbox participant NB participant "Kafka" as bus box "Hub" #LightBlue participant "Spout" as sp_hub participant "Bolt" as bolt_hub end box participant "Coordinator\nBolt" as coordinator box "Worker" #LightGreen participant "Spout" as sp_work collections "Bolt" as bolt_work end box NB ->> bus : request sp_hub <<- bus sp_hub ->> bolt_hub bolt_hub ->> coordinator : register callback request bolt_hub -> bolt_hub : prepare async jobs == Hub to Worker communications == bolt_hub ->> bolt_work : emit tuple for async process == Async Operations == bolt_work ->> coordinator : register callback request bolt_work ->>x bus: error without error response == Handle error == ... worker operation timeout ... coordinator ->> bolt_work : callback alt retry loop sp_work ->> bolt_work: emit tuple for async process end else cleanup if retry failed bolt_work -> bolt_work : cleanup bolt_work ->> coordinator : cancel callback bolt_work ->> bolt_hub: error response bolt_hub -> bolt_hub : cleanup bolt_hub ->> coordinator : cancel callback bolt_hub ->> bus: error response bus ->> NB: error response end @enduml
false
true
false
false
sequence
cb1a70b67b2918ab31a07fd482e578e29eeaf30d
ccafa1dcfebf3224d1c6566ed50d9b5ca9be6ac0
/docResources/architecture.puml
4125fa40ebb97d78a1090d62cc33f55fdaf7e005
[]
no_license
luigiDB/salesTaxes
ab3ddbe73a242d3c4b161b1b4c5539be88421f60
b1000dc1d4a7140867ffb04ebbf9744579901436
refs/heads/master
2023-02-21T14:22:34.364615
2021-01-21T23:28:18
2021-01-21T23:28:18
330,993,164
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,854
puml
@startuml 'https://plantuml.com/class-diagram ITaxableProduct <|-- TaxableProduct TaxableProduct o-- ITaxingStrategy ITaxingStrategy <|-- NoTaxStrategy ITaxingStrategy <|-- RoundedPercentageStrategy ICart <|-- Cart ICart o-- ITaxableProduct ICart <-- IReceipt IReceiptPrinter <-- IReceipt IReceiptPrinter <|-- ReceiptPrinter IReceipt <|-- Receipt IReceiptProduct <|-- ReceiptProduct IReceipt *-- IReceiptProduct ReceiptPrinter <-- IReceiptProduct IBilledProduct <|-- BilledProduct Cart <-- IBilledProduct Receipt <-- IBilledProduct interface ITaxableProduct { String getProduct() BigDecimal getPrice() BigDecimal getTaxedPrice() BigDecimal getTaxes() } class TaxableProduct { String getProduct() BigDecimal getPrice() BigDecimal getTaxedPrice() BigDecimal getTaxes() } interface ICart { add(ITaxableProduct, int) IReceipt bill() } class Cart { add(ITaxableProduct, int) IReceipt bill() } interface IReceipt { List<IReceiptProduct> billedItems() BigDecimal getTotal() BigDecimal getTaxes() } class Receipt { List<IReceiptProduct> billedItems() BigDecimal getTotal() BigDecimal getTaxes() } interface ITaxingStrategy { BigDecimal getTaxes(BigDecimal) } class NoTaxStrategy { BigDecimal getTaxes(BigDecimal) } class RoundedPercentageStrategy { BigDecimal getTaxes(BigDecimal) } interface IReceiptPrinter { void print(IReceipt) } class ReceiptPrinter { void print(IReceipt) } interface IReceiptProduct { String getProduct() int getQuantity() BigDecimal getPrice() } class ReceiptProduct { String getProduct() int getQuantity() BigDecimal getPrice() } interface IBilledProduct { ITaxableProduct getProduct() int getQuantity() } class BilledProduct { ITaxableProduct getProduct() int getQuantity() } @enduml
false
true
false
false
class
e094c4840647fa2eb92170189336404f81bd37fa
732b5846d72a834941a5eda950e6902b945c6c6c
/exercise43/Docs/Solution43.puml
c8e66b61a05ce88471a786a201af75c41339cb65
[]
no_license
JOLeary5/OLeary-a04
3311b77920bad93c9aa65ab82efb2045b524fe93
c5f71be80f52e4bc45a78a6e21c91b5617cac558
refs/heads/main
2023-08-22T20:03:14.850015
2021-10-18T01:11:19
2021-10-18T01:11:19
415,963,524
0
0
null
null
null
null
UTF-8
PlantUML
false
false
240
puml
@startuml 'https://plantuml.com/class-diagram class Solution43 { FUNCTION: LoadSite() FUNCTION: LoadAuthor() } class CreateHTML{ -prompts user for file creation - creates HTML info - Stores HTML info } Solution43 --|> CreateHTML @enduml
false
true
false
false
class
ca800f25b1e6b28b8eea2335866c10335f1ae436
555a1e45d2ced2f12fc120157aab8efd1de5b301
/Design/elevator.plantuml
37bb5bd1be31c012643d9e4e9acca5062f2fb577
[]
no_license
eivindhstray/Sanntid
2c09faa775587044b7d882ef0b533abdf09454fa
c4fa8c197f1ff7e9826eec20a08de28a7ce5d530
refs/heads/master
2022-04-22T17:06:00.598904
2020-04-22T10:56:31
2020-04-22T10:56:31
235,599,593
1
1
null
null
null
null
UTF-8
PlantUML
false
false
637
plantuml
@startuml class Network{ } class node{ node_send_action(action,address) node_receive_state() } class IO{ (...) } class Lights{ bool inside/outside int floor lights_on(inside/outside, floor) lights_off(inside/outside, floor) } enum state{ {IDLE,ARRIVED,RUNNING,EMERGENCY} } class Door{ door_open() door_close() } class State{ {IDLE,ARRIVED,RUNNING,EMERGENCY} } class Motor { bool d int v set_motor_dir(bool d) set_motor_voltage(int v) } Network <--> node node <--> State IO <--> Door IO <--> Lights State <-->Lights State <--> Door State <--> Motor Motor <--> IO @enduml
false
true
false
false
state
dc0bcbfbbaac0a1ae555eb497a694704890f4f84
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productSchema/ip/internetAccess/MEF 139 resources/media/IP Addressing.puml
33fd8cd6b8af13ac83e8de8d4cb4f80a2047ab97
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
1,051
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class Ipv4Address { } class Ipv4OrIpv6Address { } Ipv4OrIpv6Address -u[hidden]-> Ipv4OrIpv6Prefix class Ipv4PrimarySubnet { } Ipv4SecondarySubnet <|-- Ipv4PrimarySubnet Ipv4PrimarySubnet *--> Ipv4Address : subscriberIpv4Address class Ipv4SecondarySubnet { } Ipv4SecondarySubnet *--> Ipv4Prefix : ipv4Prefix Ipv4SecondarySubnet *-->"*" Ipv4Address : serviceProviderIpv4Addresses Ipv4SecondarySubnet *-->"*" Ipv4Prefix : reservedPrefixes class Ipv4OrIpv6Prefix { } Ipv4OrIpv6Prefix *--> Ipv6Prefix : ipv6Prefix Ipv4OrIpv6Prefix *--> Ipv4Prefix : ipv4Prefix class Ipv4Prefix { prefixLength: integer } Ipv4Prefix *--> Ipv4Address : ipv4Address class Ipv6Address { } class Ipv6Subnet { } Ipv6Subnet *--> Ipv6Prefix : ipv6Prefix Ipv6Subnet *-->"*" Ipv6Address : serviceProviderIpv6Addresses Ipv6Subnet *-->"*" Ipv6Prefix : reservedPrefixes class Ipv6Prefix { prefixLength: integer } Ipv6Prefix *--> Ipv6Address : ipv6Address @enduml
false
true
false
false
sequence
00a29ad3c0f6c6f011fd3c6ff4eb8db737e41d24
83db6b9e81ac56978b17ef6aede4233dd4b307aa
/units/src/unit_02/excercise_a/assets/classes-before-refactoring.puml
e732f0489e7510a2617e293b106e36ff1ce945ee
[]
no_license
msg-azubi/java-tutorial
cedefd6b1a213b71bee03d92e8325a2d908f5721
f8d5bc91d425f2f17361ea086de5c8b46b322e6d
refs/heads/master
2020-07-31T07:34:57.264426
2019-10-01T20:41:41
2019-10-01T20:41:41
210,532,064
0
3
null
null
null
null
UTF-8
PlantUML
false
false
2,099
puml
@startuml class Blume note left of Blume: Ziel des Refaktorings: \nKonstanten durch Enum-Werte \nersetzen. Aufzählungen werden \ndurch Enums `type-safe`, d.h.\nder Compiler kann nun die Werte \npräzise überprüfen.\n\nAus\n\tint blume\nwird\n\tSorte sorte\nund aus \n\tString farbe\nwird\n\tFarbe farbe. note right of Blume: Die Klasse Blume ist die Oberklasse \n(engl. super class) zu den Klassen \nRose, Tulpe und Nelke. note "Die Methode `identifizieren` wird\nin der Oberklasse definiert und\nin der Unterklasse überschrieben.\n\nDie Unterklassen können jederzeit\neiner Variablen vom Typ der Oberklasse \nzugeordnet werden.\n\n\tBlume[] blumen = new Blume[]{\n\t\tnew Rose(), new Tulpe(),new Nelke()};" as TheOverride Blume .. TheOverride note "Diese sind die Unterklassen (engl. sub classes): Rose, Tulpe und Nelke.\n\nDie Unterklassen können jederzeit einer Variablen vom Typ der Oberklasse zugeordnet werden.\nAllerdings brauchen Methoden, die nur in der Unterklasse bekannt sind, beim Aufruf eine Unterstützung:\n\n\t (Rose) blume[i].wurzeln() \n\t (Nelke) blume[i].stauden() \n\t (Tulpe) blume[i].zwiebeln() \n\nDie Unterstützung ist ein `Casting` der Oberklasse auf die spezifische Unterklasse. " as TheSubClasses Rose .. TheSubClasses Nelke .. TheSubClasses Tulpe .. TheSubClasses Blume <|-- Rose Blume <|-- Tulpe Blume <|-- Nelke class Blume { // Blumensorten, implizit protected final static int ROSE = 0; protected final static int TULPE = 1; protected final static int NELKE = 2; // Farben, implizit protected final static String ROT = "rot"; protected final static String GELB = "gelb"; protected final static String BLAU = "blau"; //Instanzfelder int blume String farbe public void farbe() public void identifizieren() } class Rose { @Override public void identifizieren() public void wurzeln() } class Tulpe { @Override public void identifizieren() public void zwiebeln() } class Nelke { @Override public void identifizieren() public void stauden() } center footer excercise_a von unit_02 vor dem Refaktoring: `Konstanten durch Enum-Werte ersetzen`. @enduml
false
true
true
false
class
77ae5911f08e5efc600b81d501f77dfd9060755d
550615633ff8691106f37bd4de08a857470fd407
/slides/cicd_architecture.puml
ee6f7542fc15c406fc962bf4747dd27d2e2895a0
[]
no_license
johns10/elixtron
1af4ef66fedd7ede1e91647ae8d138fdf5d10435
7787fe36a10d8d0a8382bad10a3525abdce33f08
refs/heads/master
2023-05-08T18:48:51.995154
2021-06-04T13:08:45
2021-06-04T13:08:45
372,980,353
4
0
null
null
null
null
UTF-8
PlantUML
false
false
289
puml
@startuml cloud { [Elixir Host] -down-> () graphql } package "container" { () graphql <-down-> [Runner] [Runner] <-left-> [Test] [Runner] <-down-> [Browser] [Test] <-down-> [Browser] } Browser <-down-> [LAN Device] Browser <-down-> [WAN Device] @enduml
false
true
false
false
deployment
a173d4e7ac96ce17436f393a869c65fdb1a52c6f
6bbee52d396d1aca9dfeb24d5d4a93293e49470c
/src/main/java/com/inspiware/price/aggregator/domain/domain.plantuml
fc70427f17218937d797abd70821aec43c26e453
[]
no_license
rpayal/price-aggregator
5d99dc92b87398c2f8001921e0b774eda6e4a86e
49df131fc3a22dc35fc4d7eb11a12e0a453b1d5f
refs/heads/master
2021-09-22T01:24:42.470662
2018-09-04T06:49:54
2018-09-04T06:49:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,156
plantuml
@startuml title __DOMAIN's Class Diagram__\n package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.domain { interface Entity { {abstract} + equals() {abstract} + hashCode() } } } package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.domain { class Instrument { - id : Long - symbol : String - name : String - currency : String + Instrument() + getId() + getSymbol() + getName() + getCurrency() } } } package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.domain { class InstrumentPrice { - bid : BigDecimal - ask : BigDecimal - created : Date + InstrumentPrice() + getInstrument() + getVendor() + getBid() + getAsk() + getCreated() + getKey() + equals() + hashCode() } } } package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.domain { class InstrumentPriceKey { - instrumentId : Long - vendorId : Long - priceDate : Date ~ InstrumentPriceKey() + getInstrumentId() + getVendorId() + getPriceDate() + equals() + hashCode() } } } package com.inspiware.price.aggregator { package com.inspiware.price.aggregator.domain { class Vendor { - id : Long - name : String + Vendor() + getId() + getName() } } } InstrumentPrice -up-|> Entity InstrumentPrice o-- Instrument : instrument InstrumentPrice o-- Vendor : vendor InstrumentPrice o-- InstrumentPriceKey : key InstrumentPrice +-down- InstrumentPriceKey InstrumentPriceKey -up-|> Entity 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
4077bfc8b306e1d49ef37ca145491fec8d4bddda
644b7bb773b84596a2de4d31a0603284d9562e56
/react/bootstrap/button.iuml
d4a08f155548ed38d9d74cbe512c64000b318573
[]
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
220
iuml
class Button{ --props-- active : boolean disabled : boolean href : string onClick : function --render-- passing href will use <a> wihtout href will use <button/> }
false
true
false
false
class
cfe8f072bf88a7b06d032d6196ada6f1d00031c0
c815f9c82c1400f76243750cd0ec609d217b9943
/naked-objects/etc/naked-objects-dom.urm.puml
6662a560a683f95d76ab4e9bdf1a621b33b4fe84
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
1,116
puml
@startuml package domainapp.dom.app.homepage { class HomePageViewModel { ~ simpleObjects : SimpleObjects + HomePageViewModel() + getObjects() : List<SimpleObject> + title() : String } class HomePageService { ~ container : DomainObjectContainer + HomePageService() + homePage() : HomePageViewModel } } package domainapp.dom.modules.simple { class SimpleObjects { ~ container : DomainObjectContainer + SimpleObjects() + create(name : String) : SimpleObject + findByName(name : String) : List<SimpleObject> + listAll() : List<SimpleObject> + title() : TranslatableString } class SimpleObject { - container : DomainObjectContainer - name : String + SimpleObject() + compareTo(other : SimpleObject) : int + default0UpdateName() : String + getName() : String + getVersionSequence() : Long + setName(name : String) + title() : TranslatableString + updateName(name : String) : SimpleObject + validateUpdateName(name : String) : TranslatableString } } HomePageViewModel --> "-simpleObjects" SimpleObjects @enduml
false
true
false
false
class
44c08f2428a57b6aefc315c4fe7b66026623d48b
41b9498f48c484fd10eeb0271f8a419ef86d7004
/src/main/java/establish/factorymethod/003工厂方法-完整解决方案.puml
97a6d103fc95c8a78f3abd644072179de8f42d5b
[]
no_license
sherwinwu93/design-pattern
04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55
372d7edc126b880a55ebe65f7b90bb356269173a
refs/heads/master
2023-04-06T09:25:32.672206
2020-12-28T16:35:46
2020-12-28T16:35:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
622
puml
@startuml class Client class Logger { void writeLog() } class LoggerFactory { Logger createLogger() } class FileLoggerFactory { Logger createLogger() } class FileLogger { void writeLog() } class DatabaseLoggerFactory { void createLogger } class DatabaseLogger { void writeLog() } Client ..down> LoggerFactory Client ..down> Logger FileLoggerFactory ..up|> LoggerFactory FileLogger ..up|> Logger FileLoggerFactory ..right> FileLogger : <<create>> DatabaseLoggerFactory ..up|> LoggerFactory DatabaseLogger ..up|> Logger DatabaseLoggerFactory ..right> DatabaseLogger : <<create>> @enduml
false
true
false
false
class
bf8b5cc3e9a1d345c3ca7351a887a6a2e9237882
abe16d0ba344a67354718c7324e1ddac43efd373
/dahua-design/src/main/java/ch16_01/责任链模式.puml
7baf72c8c55452aaf7bb44d1b32004e12fa10eda
[]
no_license
gerrywen/java-learn
9888ccdf04aff50e4d8e5902c03e13c64dbf65b8
a3ed4ab50af0c2bf305eda04730f7f2db326a141
refs/heads/master
2022-12-24T18:14:07.724295
2020-06-15T08:30:49
2020-06-15T08:30:49
203,317,957
0
0
null
2022-12-15T23:58:26
2019-08-20T06:56:17
Java
UTF-8
PlantUML
false
false
43
puml
@startuml abstract class Handler @enduml
false
true
false
false
class
773b876f1b6dc29384d26fe517a03b5ff3639dad
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/Telemetry/Process.puml
7db65b5e03dfdf3092770cc3d7308494eb8c653a
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
308
puml
@startuml partition "Telemetry" { } partition User #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Telemetry" #lightblue { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } partition Used #cccccc { "Test Code" --> "Do Something" } @enduml
false
true
false
false
activity
ccdbf2dd2c6e197bb1753dc4182bacdf5274ce9f
dd04713a6fe889208b5cac090baa7969d270ece3
/lark_demo_speed/test.puml
d231c3c9c38bd928dd5985adad6e1c7ce2f0b00f
[]
no_license
slookin/stuff
565291c869bd32099813cc1617b43fd4c51f68a2
ea7b88ee8e54c312eaa97472b6a4191d8a38ea23
refs/heads/master
2022-02-24T03:46:15.395369
2022-02-17T14:35:21
2022-02-17T14:35:21
148,280,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
14,303
puml
autonumber "IV-5-[00]" actor "Client" as CL participant BFF as BFF participant "Identity Verification" as IV #White participant "Shopping Cart" as SC #White participant "Product Validation" as PALIAS #Aqua participant "IV API" as IVA #Aqua participant "Important Actor" as PA #Aqua 'participant "Important Actor 2" as PMALIAS #Aqua 'participant "Important Actor 3" as PM #Aqua participant "Important Actor 4" as PO #Aqua participant "Actor" as BE participant "ACTOR" as IDS #LightGreen participant "ACTORACTOR" as NID alt user starts flow - opt user is logged in note over BFF, PA #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing elit, end note BFF -> PA: GET/message PA<->BE: get Party information PA -> BFF: 200, data opt #lightgreen FF=ON BFF -> IVA: POST /dsfdsf/ dsfsdfs IVA <-> BE: Get data alt #lightgreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF <- IVA: 200, Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over CL, BFF #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note else #lightgreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA -> BFF: 200,data note over CL, BFF #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end end opt end opt note over CL,BFF #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note OA-->BFF: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF, PA #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF->PALIAS:POST / Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), PALIAS<->BE: 200, data | Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), PALIAS->BFF: 200, data opt#lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue for Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note alt #lightGreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF<-> PA: PATCH / Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), else BFF<->PA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end alt alt #lightGreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> PA: PATCH Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), PA<->BE: g Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), PA -> BFF: 200, Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), else Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue C Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end alt else Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF -> PA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), PA <-> BE: data PA -> BFF: data note right BFF#lightGreen: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF<->PA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end else uLorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over CL,BE #LightBlue fLorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end 'Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ==Lorem ipsum dolor sit amet, consectetur adipiscing (/elit),== note over CL,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note opt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'note overLorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'TBD POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'end note BFF -> IVA: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA -> BFF: 200,data alt (Lorem ipsum dolor sit amet, consectetur adipiscing (/elit),) BFF -> IVA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: Get data IVA -> BFF: data else #lightGreen (Lorem ipsum dolor sit amet, consectetur adipiscing (/elit),) note over CL,BFF #Lightblue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end end opt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'note over BFF,HAL #LightBlue 'Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'end note 'alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'note over BFF,BE #LightBlue 'Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'end note BFF -> IVA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA -> BFF: data opt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF -> IVA: GET /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA -> BFF: data BFF-> CL: data else #lightGreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over CL,BFF #lightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end 'else #whiteLorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' BFF-> CL: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' note over BFF,BE #LightBlue ' Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' end note OA -> BFF: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF, BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IV -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IV -> IDS: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IDS -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IV -> BFF: data else Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IV -> BFF: data end note over BFF, BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF -> IVA: POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: data IVA -> BFF: 200, data OA <-> IDS:Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IDS -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'BFF -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'IV -> BFF: 200, data 'group Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over IV, BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note ' IV-> IVA: PATCH /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' IVA <-> BE: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' IVA -> IV: 200 data IV -> BFF: 200 data 'end 'OA -> BFF: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'BFF -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'IV -> BFF: data alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> IV: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), loop retry until Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note IV <-> IDS: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end loop else ILorem ipsum dolor sit amet, consectetur adipiscing (/elit), IV-> IVA: PATCH /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: update verifications IVA -> IV: 200 data IV -> BFF: ok end else Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), OA -> BFF: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> IVA : POST /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: data alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA -> BFF: 200 Ok else ident NOK note over BFF,NID #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end end BFF -> CL: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'group Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), OA --> NID: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,NID #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note NID->BE: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), NID--> CL: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), 'end 'opt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' CL -> BFF: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' BFF -> IVA: PATCH/Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' IVA <-> BE: data ' IVA -> BFF: data end end '------------------------------------ note over BFF,PA #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), -Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), -Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), -Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note opt - Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> CL: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note opt #lightGreen Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF->PA: GET /parties/id PA<->BE: GET /parties/id PA->BFF: 200 autonumber stop BFF<-->OA: Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), autonumber resume end alt user is Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note else user is on 'Register Service' flow note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note ' note over BFF,BE #LightBlue ' Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), ' end note OA -> BFF: ULorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> IVA: PATCH /Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), IVA <-> BE: 200 IVA -> BFF: 200 BFF -> CL: 200 end else - ILorem ipsum dolor sit amet, consectetur adipiscing (/elit), BFF -> CL: data note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue for Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), CLorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note else user is Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end else - Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note BFF -> CL: data alt Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note else user is Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note note over BFF,BE #LightBlue Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), Lorem ipsum dolor sit amet, consectetur adipiscing (/elit), end note end end ==Lorem ipsum dolor sit amet, / consectetur adipiscing elit,== alt#lightGreen Lorem ipsum dolor sit amet, consectetur adipiscing elit, note over CL,BE #LightGreen Lorem ipsum dolor sit amet, consectetur adipiscing elit, end note OA--> BFF BFF -> PO: POST /message PO <-> BE: data PO -> BFF: 200 BFF--> CL end @enduml
false
true
false
false
usecase
c6b0550cd6ad3fcf6c9e52eb8bacb0c1012e3aa3
d046d1d89b21d4e30f6ca382c15de6da3941395e
/uml/logic-view/architecture/architecture.puml
20738d362683031719047c438d55b9a3f361600e
[]
no_license
hombrenieve/klondike_rup
fff8cbc09e8b2a647b6f4c71111960b2a8fe3714
cb8e1bbcb24d0750dd93f6048ed840d7552dc145
refs/heads/master
2020-06-04T02:15:00.755154
2019-06-17T09:59:09
2019-06-17T09:59:09
191,829,982
0
0
null
null
null
null
UTF-8
PlantUML
false
false
173
puml
@startuml package klondike { package Controllers package Models package Views Views -> Controllers Views -> Models Controllers -> Models } @enduml
false
true
false
false
uml-unknown
1f5371ce968834b267046fd87ef7a53607a4d03b
dec8a5c6edadf47306506e4aae8685fb8c841c09
/concurrency.plantuml
fd739868ec0a802a1287fc4413ebc6754020b153
[]
no_license
rbroggi/web-crawler
68cb711e4e9f8dc261f2521f1b14baf3b9ec513d
38b31780097fa5d36b45c8b803ab4c317b7e582a
refs/heads/master
2023-04-09T01:50:01.419170
2021-04-17T21:39:13
2021-04-18T20:19:25
358,987,818
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,064
plantuml
@startuml file output as "stdout" node routineRoot as "Root go-routine\nscrapes input url" node go_routine_1 as "scraper go routine 1" node go_routine_11 as "scraper go routine 11" node go_routine_12 as "scraper go routine 11" node go_routine_2 as "scraper go routine 2" node go_routine_3 as "scraper go routine 3" node go_routine_31 as "scraper go routine 31" node go_routine_n as "scraper go routine n" url --> routineRoot routineRoot --> go_routine_1 : child eligible url go_routine_1 --> go_routine_11 : child eligible url go_routine_1 --> go_routine_12 : child eligible url routineRoot --> go_routine_2 : child eligible url routineRoot --> go_routine_3 : child eligible url go_routine_3 --> go_routine_31 : child eligible url routineRoot --> go_routine_n : child eligible url go_routine_1 --> output : url + links go_routine_11 --> output : url + links go_routine_12 --> output : url + links go_routine_2 --> output : url + links go_routine_3 --> output : url + links go_routine_31 --> output : url + links go_routine_n --> output : url + links @enduml
false
true
false
false
sequence
2dd51caaa773755ab595819ddd20341b72d522dd
2bdea266b9dbed4c9c7a2010bf5b3caf61d1174c
/src/main/java/ua/knucea/domain/entity/uml/Order.puml
2f5f96cb30036c46ded740d656d71ac5c7f44426
[]
no_license
Spotyk/springApp
e0a5b58f9e99e6cc75c4104fbdfa7864049f34f3
b1e7da87e211fcb79204e09af15286109516db84
refs/heads/master
2021-12-11T16:58:31.134179
2021-09-14T17:18:51
2021-09-14T17:18:51
226,185,934
0
0
null
null
null
null
UTF-8
PlantUML
false
false
297
puml
@startuml class Order { id:Long user:User orderDate:LocalDate status:OrderStatus totalSum:Long getId() setId() getUser() setUser() getOrderDate() setOrderDate() getStatus() setStatus() getTotalSum() setTotalSum() } @enduml
false
true
false
false
class
171e039cabc466dc5d696e1a24e3b79391e1c9d3
e9484221b0c6ba02e8734ee8012e6fd51603bf5f
/source/puml/user_analysis/arctic_fox_model_producer.puml
ea89db4453bdc91a72427d60cfa0bdd63df00960
[]
no_license
metno/S-ENDA-documentation
91ec3d69bb94f3c2e6902478b179821eaf0b98d7
a8c109a440587105509f800429d83657939c1c1e
refs/heads/master
2023-02-23T16:06:50.410409
2022-02-14T17:17:06
2022-02-14T17:17:06
227,606,604
2
7
null
2023-02-15T11:21:12
2019-12-12T12:52:31
Python
UTF-8
PlantUML
false
false
339
puml
@startuml package "Level 2 data" as L2 { (Biodiversity occurrence data) as (CD3) (Climate and weather observations) as (CD2) } package "Level 4 data" as L4 { (Model of arctic fox distribution) as NK } actor "Producer" as Producer Producer --> (CD2) : Consumes Producer --> (CD3) : Consumes Producer --> (NK) : Produces @enduml
false
true
false
false
usecase
694ecb1902c6c4674645406fa2d540c808a0b8fe
ecc219554fe9c14d408eb3e300c88087ddd7879d
/src/main/java/com/shiye/mir/service/impl/MailUML.puml
ccef3d729a4a9fe1850389fe3e31698f3a6b6a30
[]
no_license
Evilock/bfsu-cs-mir
219a6c6a068b03e561c8aad68eb5459f7de1c840
8f5ad31aecc37215c808a0890ba19643308f7642
refs/heads/master
2023-03-19T08:11:10.921532
2021-03-18T06:56:39
2021-03-18T06:56:39
298,587,872
0
0
null
null
null
null
UTF-8
PlantUML
false
false
912
puml
@startuml 'https://plantuml.com/class-diagram interface MailService{ sendHtmlEmail(to, subject, content) sendSimpleEmail(to, subject, content) sendAttachmentEmail(to, subject, content, filePath) sendEmailVerifyCode(to) } MailService <|- MailServiceImpl class MailServiceImpl{ from sendHtmlEmail(to, subject, content) sendSimpleEmail(to, subject, content) sendAttachmentEmail(to, subject, content, filePath) sendEmailVerifyCode(to) } MailServiceImpl <.. JavaMailSender MailServiceImpl <.. SimpleCharVerifyCodeGen JavaMailSender <.. MimeMessage class JavaMailSender{ send(var1) MimeMessage createMimeMessage() MimeMessage createMimeMessage(InputStream var1) } class MimeMessage interface SimpleCharVerifyCodeGen{ FONT_TYPES VALIDATE_CODE_LENGTH VALIDATE_CODE_LENGTH_FOR_EMAIL emailVerifyCode(to) generate() fillBackground() } @enduml
false
true
false
false
class
d48b00e45dd1653b98dc164d4bbe5703d0d92703
d6374fe9363a41031c51eb622cb0cb5e75b78380
/docs/technical/central-ledger/assets/diagrams/sequence/seq-get-transfer-1.1.5-phase2.plantuml
06f4689fb41fece15df938ad98e72407d154679a
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
6,324
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files 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, the Mojaloop files are 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. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Samuel Kummary <sam@modusbox.com> -------------- ******'/ @startuml ' declate title title 1.1.5. Request transfer status (getTransferStatusById) - Phase2 version autonumber ' declare actors actor "DFSP(n)\nParticipant" as DFSP control "ML API Notification Event Handler" as NOTIFY_HANDLER boundary "Central Service API" as CSAPI collections "Event-Topic" as TOPIC_EVENTS entity "Transfer-DAO" as TRANSFER_DAO database "Central Store" as DB box "Financial Service Provider" #lightGray participant DFSP end box box "ML API Adapter Service" #LightBlue participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant CSAPI participant TOPIC_EVENTS participant TRANSFER_DAO participant DB end box ' start flow group Request transfer status activate DFSP DFSP -> NOTIFY_HANDLER: Callback transfer status request URL - GET - /transfers/{ID} 'alt invalid tansferId ' activate NOTIFY_HANDLER ' NOTIFY_HANDLER -> NOTIFY_HANDLER: Validate TransferId ' break ' note right of NOTIFY_HANDLER #yellow ' { ' "errorInformation": { ' "errorCode": <integer>, ' "errorDescription": "Invalid payload or state" ' } ' } ' end note ' DFSP <-- NOTIFY_HANDLER: Respond HTTP - 4xx (Bad Request) ' end 'else valid transfer ||| group Persist Event Information ' hnote over NOTIFY_HANDLER #Pink ' Do we need to write the event to the Event-Topic? ' Not transaction related. ' end hnote NOTIFY_HANDLER -> CSAPI: Request transfer information - GET - /transfers/{ID} activate CSAPI activate TOPIC_EVENTS CSAPI -> TOPIC_EVENTS: Publish event information ||| ref over TOPIC_EVENTS : Event Handler Consume\n ||| CSAPI <-- TOPIC_EVENTS: Return success deactivate TOPIC_EVENTS CSAPI --> NOTIFY_HANDLER: Return success deactivate CSAPI end DFSP <-- NOTIFY_HANDLER: Respond HTTP - 200 (OK) 'end NOTIFY_HANDLER -> CSAPI: Request details for Transfer - GET - /transfers/{ID}\n<color #FF0000><b>Error code:</b> 2003</color> activate CSAPI CSAPI -> TRANSFER_DAO: Request transfer status\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANSFER_DAO TRANSFER_DAO -> DB: Fetch transfer status activate DB hnote over DB #lightyellow SELECT transferId, transferStateId FROM **transferStateChange** WHERE transferId = {ID} ORDER BY transferStateChangeId desc limit 1 end note deactivate DB CSAPI <-- TRANSFER_DAO: Return transfer status deactivate TRANSFER_DAO NOTIFY_HANDLER <-- CSAPI: Return transfer status\n<color #FF0000><b>Error codes:</b> 3202, 3203</color> deactivate CSAPI alt Is there a transfer with the given ID recorded in the system? alt Yes AND transferState is COMMITTED \nThis implies that a succesful transfer with the given ID is recorded in the system note left of NOTIFY_HANDLER #yellow { "fulfilment": "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8", "completedTimestamp": "2018-09-24T08:38:08.699-04:00", "transferState": "COMMITTED", extensionList: { extension: [ { "key": "Description", "value": "This is a more detailed description" } ] } } end note DFSP <- NOTIFY_HANDLER: callback PUT on /transfers/{ID} else transferState in [RECEIVED, RESERVED, ABORTED] note left of NOTIFY_HANDLER #yellow { "transferState": "RECEIVED", extensionList: { extension: [ { "key": "Description", "value": "This is a more detailed description" } ] } } end note DFSP <- NOTIFY_HANDLER: callback PUT on /transfers/{ID} end note right of NOTIFY_HANDLER #lightgray Log ERROR event end note else A transfer with the given ID is not present in the System or this is an invalid request note left of NOTIFY_HANDLER #yellow { "errorInformation": { "errorCode": <integer>, "errorDescription": "Client error description" } } end note DFSP <- NOTIFY_HANDLER: callback PUT on /transfers/{ID}/error end deactivate NOTIFY_HANDLER deactivate DFSP end @enduml
false
true
true
false
usecase
0bbd94e4a94b42654c157e5b8ec1b1e1131ad0e9
04702ad4b29858830278e7792de5d0bc6aa31519
/document/dbView/character.puml
6f8f2c7c4213e9d1f2c2920b2d870071b5653bb6
[]
no_license
platykun/trpg
8ed845f2786e9a3e5dcc1fd2ebcf359b39f6d7e5
dfe21054a17ec9a33037e5dfde7407f1ba8ebc01
refs/heads/main
2020-06-10T06:30:54.313858
2017-07-30T15:34:19
2017-07-30T15:34:19
76,052,562
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,440
puml
@startuml object CHARACTER_INFO { ID INT NOT NULL AUTO_INCREMENT NAME VARCHAR(20) } object HUMAN { ID INT NOT NULL AUTO_INCREMENT CHARACTER_ID INT NOT NULL JOB_ID INT, SCHOOL VARCHAR(20) COME_FROM VARCHAR(20) MENTAL_DISORDER VARCHAR(20) SEX VARCHAR(20) AGE INT HUMAN_TYPE INT } object MONSTER { ID INT NOT NULL AUTO_INCREMENT CHARACTER_ID INT NOT NULL ARMOR INT LACK_OF_SANITY VARCHAR(20) REMARKS VARCHAR(200) } object DETAIL{ ID INT NOT NULL AUTO_INCREMENT CHARACTER_ID INT DETAIL_TYPE INT DETAIL VARCHAR(200) } object JOB { ID INT NOT NULL AUTO_INCREMENT NAME VARCHAR(20) } object JOB_DETAIL { ID INT NOT NULL AUTO_INCREMENT JOB_ID INT NOT NULL INVESTIGATE_TYPE INT } object BELONGING{ ID INT NOT NULL AUTO_INCREMENT CHARACTER_ID INT BELONGING_TYPE INT NAME VARCHAR(20) DESCRIPTION VARCHAR(200) } object WEAPON { ID INT NOT NULL AUTO_INCREMENT NAME VARCHAR(20) ACCURACY INT DAMAGE INT RANGE INT REMARKS INT } object PARAMETER { ID INT NOT NULL AUTO_INCREMENT CHARACTER_ID INT PARAMETER INT DICE_VALUE VARCHAR(20) PARAMETER_TYPE INT DEFAULT_VALUE INT SUB_PARAMETER_TYPE INT } CHARACTER_INFO "1" -- "0..1" HUMAN CHARACTER_INFO "1" -- "0..1" MONSTER CHARACTER_INFO "1" -- "0..*" BELONGING CHARACTER_INFO "1" -- "0..*" PARAMETER HUMAN "1" .. "0..1" JOB HUMAN "1" .. "0..*" DETAIL JOB "1" .. "0..*" JOB_DETAIL BELONGING "1" -- "0..1" WEAPON @enduml
false
true
false
false
object
8b2edae2831254c324d8bfdd3576ac9562cc8e72
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/fixed-interests@0.6.0.puml
806112661d313de97055dbe42ec1be9d87341d03
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
661
puml
@startuml class org.accordproject.interests.Request << (T,yellow) >> { + String input } org.accordproject.interests.Request --|> concerto.Transaction class org.accordproject.interests.Response << (T,yellow) >> { + String output } org.accordproject.interests.Response --|> concerto.Transaction class org.accordproject.interests.TemplateModel << (A,green) >> { + MonetaryAmount loanAmount + Double rate + Integer loanDuration } org.accordproject.interests.TemplateModel --|> org.accordproject.contract.Clause class org.accordproject.interests.TextResponse { + String text } org.accordproject.interests.TextResponse --|> concerto.Concept @enduml
false
true
false
false
class
5d95f03f6e8fc6f12f55fd0e2d9625ff457920c4
4e2586435708420f782c03c1303da7219890941e
/docs/diagrams/Formatter.puml
603fbceb3870bbf4ad977b6c120db41302384883
[]
no_license
AY2021S1-CS2113-T13-1/tp
720454016061d5dbc23067e4505e2eac87e04449
4345646e211cdaeed2dfdf2e691e334c2d8e32ad
refs/heads/master
2023-01-19T13:31:58.992002
2020-11-10T12:57:57
2020-11-10T12:57:57
297,301,678
0
7
null
2020-11-10T12:57:58
2020-09-21T10:12:20
Java
UTF-8
PlantUML
false
false
1,422
puml
@startuml hide circle skinparam classAttributeIconSize 0 class Formatter { <u>+ LS: String <u>+ ROW_SPLIT: String <u>+ COLUMN_START: String <u>+ COLUMN_END: String <u>+ EMPTY_SPACE: String <u>+ CONTINUATION: String <u>+ TITLE: String <u>+ NOTE_INDEX: String <u>+ CONTENT: String <u>+ EMPTY_CHAR: char <u>- MAX_ROW_LENGTH: int <u>- MAX_MESSAGE_LENGTH: int <u>- ANSI_PREFIX_LENGTH: int <u>- CONTENT_CUTOFF: int <u>+ formatNotes(String, String, ArrayList<Note>, ArrayList<Note>, Notebook): String <u>+ formatNotes(String, ArrayList<Note>, Notebook): String <u>+ formatNote(String, Note): String <u>+ formatMonthTimetable(String, HashMap<Integer, ArrayList<Event>>): ArrayList<String> <u>+ formatTimetable(String, int, int, HashMap<Month, HashMap<Integer, ArrayList<Event>>>): String <u>+ formatTimetable(String, ArrayList<Event>): String <u>+ formatEvent(Event): ArrayList<String> <u>+ formatEventString(String, Event): String <u>+ formatReminders(String, ArrayList<Reminders>): String <u>+ formatReminder(Reminder): ArrayList<String> <u>+ formatString(String): String <u>+ formatString(ArrayList<String>, boolean): String <u>+ formatString(String[], boolean, boolean): String <u>+ generatesHeader(String): String <u>+ generatesRowSplit(): String <u>+ encloseTopAndBottom(String): String <u>+ encloseRow(String): String <u>+ getNumAsciiCode(String, ArrayList<Integer>, ArrayList<Integer>, ArrayList<String>): int } @enduml
false
true
false
false
class
68b45ac125d0741ad2440ddb05d3b639b426c90e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitStoresSetMessage.puml
968ba0c15506a347d709bb8393bc9098075151ab
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,199
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 BusinessUnitStoresSetMessage [[BusinessUnitStoresSetMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
be5b1d01d5ceb3e2bee61bb251460c1697cb9aca
20c9d90f40e69cba7b7044b840d3e29c6c79ea65
/docs/modules/ROOT/workflows/southbound_prog_workflow_v1.puml
ce081df6fa8821669cb9951e07ba74df22a04cb2
[ "MIT" ]
permissive
xieus/alcor
4ca39226596e66ada3832ae5df18bf2bd01c1c19
d786ac2bdd2cfab369fce1e3139cd0ace392ff4d
refs/heads/master
2023-02-08T06:04:53.875318
2022-12-22T03:59:06
2022-12-22T03:59:06
252,636,860
1
0
Apache-2.0
2020-06-04T21:46:18
2020-04-03T05:03:05
Java
UTF-8
PlantUML
false
false
8,102
puml
'MIT License 'Copyright(c) 2020 Futurewei Cloud ' ' Permission is hereby granted, ' free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, ' including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons ' to whom the Software is furnished to do so, subject to the following conditions: ' ' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. ' ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, ' WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @startuml title Southbound Workflow of Port Provisioning - v1 skinparam monochrome true collections "Port Manager" as pm collections "Data Plane Manager" as dpm 'collections "Message Queue" as mq participant "ACA@Host 1" as host1 participant "ACA@Host 2" as host2 participant "ACA@Host 3" as host3 ==Scenario A: Create the first Port P1 at Host 1== autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P1 w/ neighbor_info=NULL],[Subnet],[VPC],[SG]} activate dpm dpm -> host1: Send a GoalState message {[(P1,CREATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P1 programming status deactivate host1 dpm -> pm: Reply an InternalProgrammingStatus message on P1 programming status deactivate dpm ==Create the second Port P2 at Host 1== autonumber 5 "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P2 w/ neighbor_info=NULL],[Subnet],[VPC],[SG]} activate dpm dpm -> host1: Send a GoalState message \n{[(P2,CREATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P2 programming status deactivate host1 dpm -> pm: Once receiving response from Host1, reply an InternalProgrammingStatus\nmessage on P2 programming status deactivate dpm ================================================== ==Scenario B: Create Ports (P1, P2) at Host 1== autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P1,P2 w/ neighbor_info=NULL],[Subnet],[VPC],[SG]} activate dpm autonumber 2 "<b>[0]" dpm -> host1: Send a GoalState message \n{[(P1,CREATE),(P2,CREATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P1 and P2 programming status deactivate host1 autonumber 4 "<b>[0]" dpm -> pm: After receiving response from Host1 and Host2, reply an InternalProgrammingStatus\nmessage on P2 programming status deactivate dpm ==Scenario C: Create the first Port P1 at Host 1== autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P1 w/ neighbor_info=NULL],[Subnet],[VPC],[SG]} activate dpm dpm -> host1: Send a GoalState message {[(P1,CREATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P1 programming status deactivate host1 dpm -> pm: Reply an InternalProgrammingStatus message on P1 programming status deactivate dpm ==Create the second Port P2 at Host 2== autonumber 5 "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P2 w/ neighbor_info=[P1]],[Subnet],[VPC],[SG]} activate dpm autonumber 6 "<b>[0.a]" dpm -> host2: Send a GoalState message \n{[(P2,CREATE),(P1,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host2 host2 -> dpm: Reply a GoalStateOperationReply message on P2 programming status deactivate host2 autonumber 6 "<b>[0.b]" dpm -> host1: Send a GoalState message \n{[(P2,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P2 programming status deactivate host1 autonumber 8 "<b>[0]" dpm -> pm: After receiving response from Host1 and Host2, reply an InternalProgrammingStatus\nmessage on P2 programming status deactivate dpm ================================================== ==Scenario D: Create Ports (P1, P2) at Host 1, (P3, P4) at Host 2== autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration=\n\t{[P1,P2,P3,P4 w/ neighbor_info=NULL],[Subnet],[VPC],[SG]} activate dpm autonumber 2 "<b>[0.a]" dpm -> host1: Send a GoalState message \n{[(P1,CREATE),(P2,CREATE),(P3,NEIGHBOR_CREATE_UPDATE),\n(P4,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P1 and P2 programming status deactivate host1 autonumber 2 "<b>[0.b]" dpm -> host2: Send a GoalState message \n{[(P3,CREATE),(P4,CREATE),(P1,NEIGHBOR_CREATE_UPDATE),\n(P2,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host2 host2 -> dpm: Reply a GoalStateOperationReply message on P3 and P4 programming status deactivate host2 autonumber 4 "<b>[0]" dpm -> pm: After receiving response from Host1 and Host2, reply an InternalProgrammingStatus\nmessage on P1..4 programming status deactivate dpm ================================================== ==Scenario E: Create Ports (P1, P2) at Host 1, (P3, P4) at Host 2\nP0 is already on Host 1== autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P1,P2,P3,P4 each w/ neighbor_info=[P0]],[Subnet],[VPC],[SG]} activate dpm autonumber 2 "<b>[0.a]" dpm -> host1: Send a GoalState message \n{[(P1,CREATE),(P2,CREATE),(P3,NEIGHBOR_CREATE_UPDATE),\n(P4,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P1 and P2 programming status deactivate host1 autonumber 2 "<b>[0.b]" dpm -> host2: Send a GoalState message \n{[(P3,CREATE),(P4,CREATE),(P0,NEIGHBOR_CREATE_UPDATE),(P1,NEIGHBOR_CREATE_UPDATE),\n(P2,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host2 host2 -> dpm: Reply a GoalStateOperationReply message on P3 and P4 programming status deactivate host2 autonumber 4 "<b>[0]" dpm -> pm: After receiving response from Host1 and Host2, reply an InternalProgrammingStatus\nmessage on P1..4 programming status deactivate dpm ================================================== ==Scenario F: Create Ports (P2, P3) at Host 1, (P4, P5) at Host 2\nP0 is already on Host 1, P1 is in Host 3 == autonumber "<b>[0]" pm -> dpm: POST /port async with RequestBody NetworkConfiguration={\n\t[P2,P3 each w/ neighbor_info=[P1],\n\tP4,P5 each w/ neighbor_info=[P0,P1]],\n\t[Subnet],[VPC],[SG]} activate dpm autonumber 2 "<b>[0.a]" dpm -> host1: Send a GoalState message \n{[(P2,CREATE),(P3,CREATE),(P4,NEIGHBOR_CREATE_UPDATE),\n(P5,NEIGHBOR_CREATE_UPDATE),(P1,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host1 host1 -> dpm: Reply a GoalStateOperationReply message on P2 and P3 programming status deactivate host1 autonumber 2 "<b>[0.b]" dpm -> host2: Send a GoalState message \n{[(P4,CREATE),(P5,CREATE),(P2,NEIGHBOR_CREATE_UPDATE),(P3,NEIGHBOR_CREATE_UPDATE),\n(P0,NEIGHBOR_CREATE_UPDATE),(P1,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host2 host2 -> dpm: Reply a GoalStateOperationReply message on P4 and P5 programming status deactivate host2 autonumber 2 "<b>[0.c]" dpm -> host3: Send a GoalState message \n{[(P2,NEIGHBOR_CREATE_UPDATE),(P3,NEIGHBOR_CREATE_UPDATE),\n(P4,NEIGHBOR_CREATE_UPDATE),(P5,NEIGHBOR_CREATE_UPDATE)],[(Subnet,INFO)]} via gPRC activate host3 host3 -> dpm: Reply a GoalStateOperationReply message on neighbor programming status deactivate host3 autonumber 4 "<b>[0]" dpm -> pm: After receiving response from Host1, Host2 and Host3, reply an\nInternalProgrammingStatus message on P2..5 programming status deactivate dpm @enduml
false
true
false
false
sequence
6966982e4198bdf9756eb71bd33330fac3f1d9bd
93a8a02681001999d05b960d0dd8c58fbb522fee
/docs/libwint.puml
96b33ddd2e1df65d3170d8c07cbaae0b32c0e426
[]
no_license
tmhuysen/libwint
2dd9e8ff4caa5c6cf2441410bcc0636e14183676
eef54653ea9ad8059d69d908578599bd458a7c9e
refs/heads/master
2021-04-15T09:29:39.649226
2018-03-22T18:32:19
2018-03-22T18:32:19
126,815,700
0
0
null
2018-03-26T11:01:01
2018-03-26T11:01:01
null
UTF-8
PlantUML
false
false
6,542
puml
@startuml package libint #c6ffb3 { namespace libint2 #ffffff { class Atom { + atomic_number + x + y + z } class Engine { == constructors == **Engine**(Operator oper, size_t max_nprim, int max_l, <..>) __ public methods __ + const target_ptr_vec& **results**() + const Engine::target_ptr_vec& **calculate**() } class BasisSet { == constructors == **BasisSet**(std::string name, const std::vector<Atom>& atoms) __ public methods __ + size_type **size**() + long **calculateNumberOfBasisFunctions**() + size_t **max_nprim**() + long **max_l**() + const std::vector<size_t>& **shell2bf**() } enum Operator { overlap kinetic nuclear coulomb } class cxxapi { void **initialize**() void **finalize**() } class atom { inline std::vector<Atom> **read_dotxyz**(std::istream& is, <...>) } } } namespace libwint { class AOBasis { __ private members __ - const std::string basisset_name - std::vector<libint2::Atom>& atoms - bool are_calculated_overlap_integrals - bool are_calculated_nuclear_integrals - bool are_calculated_kinetic_integrals - bool are_calculated_electron_repulsion_integrals - Eigen::MatrixXd S - Eigen::MatrixXd T - Eigen::MatrixXd V - Eigen::Tensor<double, 4> g == constructors == **AOBasis**(const libwint::Molecule& molecule, std::string basisset_name) __ public methods __ + Eigen::MatrixXd **get_S**() const + Eigen::MatrixXd **get_T**() const + Eigen::MatrixXd **get_V**() const + Eigen::Tensor<double, 4> **get_g**() const + size_t **calculateNumberOfBasisFunctions**() const + void **calculateOverlapIntegrals**() + void **calculateKineticIntegrals**() + void **calculateNuclearIntegrals**() + void **calculateTwoElectronRepulsionIntegrals**() + void **calculateIntegrals**() } class SOBasis { __ private members __ - const size_t K - Eigen::MatrixXd h_SO - Eigen::Tensor<double, 4> g_SO __ private methods __ - parseFCIDUMPFile() == constructors == **SOBasis**(const libwint::AOBasis& ao_basis, const Eigen::MatrixXd& C) **SOBasis**(std::string fcidump_filename, size_t K) __ public methods __ + const size_t **get_K**() const + Eigen::MatrixXd const **get_h_SO**() const + Eigen::Tensor<double, 4> const **get_g_SO**() const + double **get_h_SO**(size_t i, size_t j) const + double **get_g_SO**(size_t i, size_t j, size_t k, size_t l) const + void **transform**(const Eigen::MatrixXd& T) + void **rotateJacobi**(size_t p, size_t q, double angle) } class transformations { Eigen::MatrixXd **transformOneElectronIntegrals**(const Eigen::MatrixXd& h, const Eigen::MatrixXd& T) Eigen::Tensor<double, 4> **transformTwoElectronIntegrals**(const Eigen::Tensor<double, 4>& g, const Eigen::MatrixXd& T) Eigen::MatrixXd **jacobiRotationMatrix**(size_t P, size_t Q, double theta, size_t M) void **checkJacobiParameters**(size_t p, size_t q, size_t M) void **checkJacobiParameters**(size_t p, size_t q, const Eigen::MatrixXd& h) Eigen::MatrixXd **rotateOneElectronIntegralsJacobi**(const Eigen::MatrixXd& h, size_t P, size_t Q, double theta) Eigen::Tensor<double, 4> **rotateTwoElectronIntegralsJacobi**(const Eigen::Tensor<double, 4> g, size_t P, size_t Q, double theta) Eigen::MatrixXd **transform_AO_to_SO**(const Eigen::MatrixXd& f_AO, const Eigen::MatrixXd& C) Eigen::MatrixXd **transform_SO_to_AO**(const Eigen::MatrixXd& f_SO, const Eigen::MatrixXd& C) Eigen::Tensor<double, 4> **transform_AO_to_SO**(const Eigen::Tensor<double, 4>& g_AO, const Eigen::MatrixXd& C) } class LibintCommunicator { __ private methods __ - **LibintCommunicator**() == private destructor == ~ ~LibintCommunicator() __ public methods __ + {static} LibintCommunicator& get() + LibintCommunicator(LibintCommunicator const& libint_communicator) = delete + void operator=(LibintCommunicator const& libint_communicator) = delete + Eigen::MatrixXd **calculateOneBodyIntegrals**(libint2::Operator opertype, std::string basisset_name, const std::vector<libint2::Atom>& atoms) const + Eigen::Tensor<double, 4> **calculateElectronRepulsionIntegrals**(std::string basisset_name, const std::vector<libint2::Atom>& atoms) const } class Molecule { __ private members __ - const size_t N - const std::vector<libint2::Atom> atoms __ private methods __ - std::vector<libint2::Atom> parseXYZFile(std::string filename) const == constructors == **Molecule**(std::string xyz_filename) **Molecule**(std::string xyz_filename, int molecular_charge) **Molecule**(const std::vector<libint2::Atom>& atoms) **Molecule**(const std::vector<libint2::Atom>& atoms, int molecular_charge) __ public methods __ + site_t **get_N** () const + size_t **numberOfAtoms**() const + size_t **calculateTotalNucleicCharge**() const + double **calculateInternuclearDistance**(size_t index1, size_t index2) const + double **calculateInternuclearRepulsionEnergy**() const } } libwint.AOBasis o--> libwint.Molecule libwint.AOBasis *--> libwint.LibintCommunicator libwint.LibintCommunicator *--> libint2.BasisSet libwint.LibintCommunicator ..> libint2.Operator libwint.LibintCommunicator *--> libint2.Engine libwint.LibintCommunicator ..> libint2.cxxapi libwint.Molecule *--> "1..*" libint2.Atom libwint.Molecule ..> libint2.atom libwint.SOBasis ..> libwint.transformations libwint.SOBasis o--> libwint.AOBasis @enduml
false
true
false
false
class
16ed25ec3058dc0c06b9c4971bbd22ab499bf27f
5bda871fceb094fb9925872cf46794a7bb523678
/src/main/java/singleton/examples/basic/basic.plantuml
b37aeb4cfc592c542ed82b19bb2ae8014f2e81e5
[]
no_license
jestin-g/java-design-pattern
9ec3526091fd4a5b795b035e3d6ae54a064e9ed2
da908b77cced2e25640f68f22d4bccda88e1321e
refs/heads/master
2023-02-11T14:12:52.417590
2021-01-06T16:48:53
2021-01-06T16:48:53
307,839,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
654
plantuml
@startuml title __BASIC's Class Diagram__\n namespace singleton.examples.basic { class singleton.examples.basic.BasicSingleton { {static} - INSTANCE : BasicSingleton - value : int {static} + getInstance() + getValue() + setValue() - BasicSingleton() } } namespace singleton.examples.basic { class singleton.examples.basic.BasicSingletonDemo { {static} + main() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
ef2c05c06dce02de3dd0eef6df09738102b6dc81
38b4399e9250868c765ee97bb03b4c2c59c877a8
/UML/ETM/etm-class-tjob-execution-live-general-front.puml
cc6ae63bb7f62b1356b39041f2cf39e6edc10672
[]
no_license
elastest/elastest.io-docs
5a20391d94b542d2ad0260f5043efdd4eef72d58
4443845d28b9717c0e77fdef9b0f9682165a77dd
refs/heads/master
2021-01-22T20:18:45.974210
2020-07-30T08:23:47
2020-07-30T08:23:47
85,305,936
1
7
null
2019-11-20T08:55:03
2017-03-17T11:46:37
HTML
UTF-8
PlantUML
false
false
1,143
puml
@startuml skinparam class { FontSize 16 FontStyle bold FontColor white BackgroundColor #ffac2f ArrowFontColor #333333 ArrowThickness 2 } skinparam linetype ortho ' Classes class TjobExecViewComponent class EtmMonitoringViewComponent class EtmLogsGroupComponent class LogsViewComponent class EtmChartGroupComponent class MetricsChartCardComponent class MonitoringService class ElastestRabbitmqService class EsmService class TJobService class TJobExecService ' Relations TjobExecViewComponent --> EtmMonitoringViewComponent TjobExecViewComponent --> EsmService TjobExecViewComponent -right-> TJobService TjobExecViewComponent -left-> TJobExecService EtmMonitoringViewComponent --> EtmLogsGroupComponent EtmMonitoringViewComponent --> EtmChartGroupComponent EtmMonitoringViewComponent --> MonitoringService EtmLogsGroupComponent --> LogsViewComponent EtmLogsGroupComponent -left-> MonitoringService EtmLogsGroupComponent --> ElastestRabbitmqService EtmChartGroupComponent --> MetricsChartCardComponent EtmChartGroupComponent -right-> MonitoringService EtmChartGroupComponent --> ElastestRabbitmqService @enduml
false
true
false
false
class
5f12011da49ca99bc695285ed43f670c841dae8b
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-dev/framework/captcha.puml
00d1fa189f3db62caf00122cfa9bfd776f4316ee
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,005
puml
@startuml skinparam handwritten true class yii.captcha.Captcha { +captchaAction : string|array = "site/captcha" +imageOptions : array = [] +options : array = [ \t"class" => "form-control" ] +template : string = "{image} {input}" +{static}checkRequirements() : string #getClientOptions() : array +init() +registerClientScript() +run() } class yii.captcha.Captcha extends yii.widgets.InputWidget class yii.captcha.CaptchaAction { +{static}REFRESH_GET_VAR = "refresh" +backColor : int = 16777215 +fixedVerifyCode : string +fontFile : string = "@yii/captcha/SpicyRice.ttf" +foreColor : int = 2113696 +height : int = 50 +imageLibrary : string +maxLength : int = 7 +minLength : int = 6 +offset : int = -2 +padding : int = 2 +testLimit : int = 3 +transparent : bool = false +width : int = 120 +generateValidationHash(code : string) : string #generateVerifyCode() : string #getSessionKey() : string +getVerifyCode(regenerate : bool = false) : string +init() #renderImage(code : string) : string #renderImageByGD(code : string) : string #renderImageByImagick(code : string) : string +run() #setHttpHeaders() +validate(input : string, caseSensitive : bool) : bool } class yii.captcha.CaptchaAction extends yii.base.Action class yii.captcha.CaptchaAsset { +depends = [ \t0 => "yii\web\YiiAsset" ] +js = [ \t0 => "yii.captcha.js" ] +sourcePath = "@yii/assets" } class yii.captcha.CaptchaAsset extends yii.web.AssetBundle class yii.captcha.CaptchaValidator { +captchaAction : string = "site/captcha" +caseSensitive : bool = false +skipOnEmpty : bool = false +clientValidateAttribute(model, attribute, view) +createCaptchaAction() : yii.captcha.CaptchaAction +getClientOptions(model, attribute) +init() #validateValue(value) } class yii.captcha.CaptchaValidator extends yii.validators.Validator @enduml
false
true
false
false
class
cb1b3ad974ff55f1f0bb14ea3e2fcdd7f74279ec
5635c597a38479879c55c4594c8b09877ef1102b
/src/main/java/org/hfeng/misc/hfdp/ch3/instance-beverage.puml
2da805032e29c6c399a99a5cd2d93e3602fe7bde
[]
no_license
harrifeng/java-in-action
6c4d49f51634e5397606690710331438e4835a9f
e9b88ecf2fd2033e1848234c770fb3967fb1ec9d
refs/heads/master
2020-11-26T18:31:08.066713
2015-05-19T01:04:17
2015-05-19T01:04:17
23,460,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
397
puml
@startuml abstract class Beverage { description milk soy mocha whip getDescription() cost() hasMilk() setMilk() hasSoy() setSoy() hasMocha() setMocha() hasWhip() setWhip() } class HouseBlend extends Beverage { cost() } class DarkRoast extends Beverage { cost() } class Decaf extends Beverage { cost() } class Espresso extends Beverage { cost() } @enduml
false
true
false
false
class
f3057ba5a918c495b9196c0bfe252e47d214a2a2
117a90114e3c40c87a4351df2077a36505b939f5
/temporal-sdk/src/main/java/io/temporal/internal/statemachines/TimerStateMachine.puml
780f842929f1b2906ba9c33890a632839b53429e
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cfieber/sdk-java
eccf7836ff3b1222461a1b5377502141f3d44108
221c4bb6a197b52e1e242b3713bd61cd251b6190
refs/heads/master
2023-05-14T13:04:17.949997
2021-05-20T01:27:20
2021-05-20T01:27:20
364,964,573
0
0
NOASSERTION
2021-05-26T21:38:48
2021-05-06T15:57:15
Java
UTF-8
PlantUML
false
false
1,608
puml
` Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved. ` ` Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. ` ` Modifications copyright (C) 2017 Uber Technologies, Inc. ` ` Licensed under the Apache License, Version 2.0 (the "License"). You may not ` use this file except in compliance with the License. A copy of the License is ` located at ` ` http://aws.amazon.com/apache2.0 ` ` or in the "license" file accompanying this file. This file 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. ` PlantUML <plantuml.com> State Diagram. ` Generated from src/main/java/io/temporal/internal/statemachines/TimerStateMachine.java ` by io.temporal.internal.statemachines.CommandsGeneratePlantUMLStateDiagrams. @startuml title Timer State Transitions [*] --> CREATED CANCEL_TIMER_COMMAND_CREATED --> CANCEL_TIMER_COMMAND_CREATED: CANCEL CANCEL_TIMER_COMMAND_CREATED --> CANCEL_TIMER_COMMAND_SENT: CANCEL_TIMER CANCEL_TIMER_COMMAND_SENT --> CANCELED: TIMER_CANCELED CREATED --> START_COMMAND_CREATED: SCHEDULE START_COMMAND_CREATED --> START_COMMAND_CREATED: START_TIMER START_COMMAND_CREATED --> START_COMMAND_RECORDED: TIMER_STARTED START_COMMAND_CREATED --> CANCELED: CANCEL START_COMMAND_RECORDED --> FIRED: TIMER_FIRED START_COMMAND_RECORDED --> CANCEL_TIMER_COMMAND_CREATED: CANCEL FIRED --> [*] CANCELED --> [*] center footer Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved. @enduml
false
true
false
false
sequence
435fad2d4702118a97c0a567cd7cbc8822821428
c78d37803024db31063d7b6a9a0450fdcfd38028
/design/game-process.puml
73d7d520ec6e6c9c79cf4a70639507563187506d
[]
no_license
ArtemNikolaev/azul
9ae61394fb9808c80c73f4ca8875e3cb4017496b
40a9abf48ef27cb6b45350f226cec15305e1f79b
refs/heads/master
2023-01-05T00:29:35.953897
2018-10-02T12:31:50
2018-10-02T12:31:50
149,271,535
0
0
null
2023-01-04T14:01:38
2018-09-18T10:39:48
JavaScript
UTF-8
PlantUML
false
false
1,328
puml
@startuml boundary Frontend as fe order 10 control Backend as be order 20 control Lambda as l order 30 group Start of the game alt creating game fe -> be: new game be -> be: creates lobby else connecting to the existed game fe -> be: connect to the game be -> be: updates lobby end be --> fe: show lobby fe -> be: start game be -> l: create lambda l -> l: create game l -> l: register socket l --> be: game info be --> fe: game info fe -> fe: register socket fe -> l: start:game l --> fe: game:status end loop group Move Preparation group Bag can be shuffled more than once fe -> l: emit bag:shuffle end fe -> l: emit select:first:display loop for each display l --> fe : emit move:from:bag:to:display end end group Move fe -> l: move:from:display:to:pattern:line l --> fe: game:status end group Move End loop l --> fe: move:from:pattern:line:to:wall end end end group End of the Game l --> fe: add:horizontal:line:bonus l --> fe: add:vertical:line:bonus l --> fe: add:color:bonus l --> fe: game:over group if you are host fe -> be: game:results end end @enduml
false
true
false
false
sequence
04323f25488604a44798aac2f0a7cc26111ac913
8e0e85b3875e06a4d76b4298decb879026847d7f
/docs/Skeleton/diagrams/Mine/Ship-mine.puml
59ee6dc3d189194ce72a2ca211f53d9f99cb3731
[]
no_license
viseguard-studios/Documentation
fba5030594be0303374d70019c7ea759316a96fe
290312ddbeab9cf9a28147c868f3330475aebd6d
refs/heads/main
2023-05-13T12:00:34.417075
2021-06-06T07:52:49
2021-06-06T07:52:49
338,383,487
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
puml
@startuml hide footbox title Ship mine from asteroid actor Tester as Tester participant ship as ship <<SpaceShip>> participant a as a <<Asteroid>> participant inv as inv<<Inventory>> participant res as res<<Resource>> Tester -> ship : Mine() activate ship ship -> a ++: Mine(ship) a -> res++ : Mine() res --> a--: item a --> ship--: item ship->inv++: InsertItem(i) inv --> ship--: true ship --> Tester deactivate ship @enduml
false
true
false
false
usecase
1b60d5316b96ef064ef3e6190371b8f8e5c17265
0fed38eca7a96e7c98834adddacf70ce57fb59ad
/cdm-rest-api-doc/src/test/resources/request-headers/RootResource.puml
d830188cebd2f54d1896916d1911b07c0f9aaf88
[ "Apache-2.0" ]
permissive
flexiooss/codingmatters-rest
5910f7dd9ed51ae005d415ef4b33aff80d692b59
167991ee9b014d876045ccee00722ab0653b8d94
refs/heads/master
2023-08-16T19:25:04.623292
2023-07-06T07:28:16
2023-07-06T07:28:16
89,199,140
0
0
null
null
null
null
UTF-8
PlantUML
false
false
314
puml
@startuml title QueryHeaders API - RootResource actor Client as client participant "QueryHeaders API" as api client --> api: <b>GET /root</b>\n\ <i>Headers</i>\n\ stringParam: string\n\ stringArrayParam: string[]\n\ intParam: integer\n\ intArrayParam: integer[]\n\ @enduml
false
true
false
false
sequence
fddcc1b9d238dc9f756b6c67f9e7347bde205e31
3e1428a980cadff03a6cf0f5279c677eca75a514
/test.puml
6d04880303d5c24b76eba3fc98439d2ed287944a
[]
no_license
lrosenthol/actionTest
56afde53ce4887c9f0fce4e8e32fd6fcc5dff721
e56114a46703ebc79fa97baa5eaf56f13dcb515a
refs/heads/master
2022-04-24T02:26:06.308424
2020-04-21T22:46:25
2020-04-21T22:46:25
256,069,125
0
0
null
null
null
null
UTF-8
PlantUML
false
false
236
puml
@startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo66 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo66 : To collections @enduml
false
true
false
false
sequence
0d888fe282cb5fc20b2a85510a1ca8f589da1402
784420293504203e0485674947e252b9a884f9cf
/asciidoctor-editor-other/testscripts/diagrams/component-diagram-10.puml
f80a22bd0767d995f04e0e8ede1f0bfbc1806177
[ "Apache-2.0" ]
permissive
de-jcup/eclipse-asciidoctor-editor
db5515421613e8ccfec749318fb6366b1f838e76
5dbbb4fdeac0634eec94c1cb6773246457ac2c3f
refs/heads/master
2023-02-16T00:20:39.858165
2023-02-10T21:52:39
2023-02-10T21:52:54
125,332,958
49
18
NOASSERTION
2022-08-21T23:26:15
2018-03-15T08:06:29
Java
UTF-8
PlantUML
false
false
398
puml
@startuml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example 1] } database "MySql" { folder "This is my folder" { [Folder 3] } frame "Foo" { [Frame 4] } } [Another Component] --> [Example 1] [Example 1] --> [Folder 3] [Folder 3] --> [Frame 4] @enduml
false
true
false
false
sequence
a596552b2d9bccce19c3deec96c9041cc9177fe4
438418cd05a82943f97001f8045ed447848aaee8
/comiot/Diagrams/DSeqUserReceiveCmd.puml
de14a8a1b23c985d62e9289a761f1ae4e820c3c1
[]
no_license
hectorgastaminza/comiot
5b2ace3d2640566470cb8f4cde1cd8ef31693e93
450fb500a23336e3d98e31389b780b9ff04a6220
refs/heads/master
2020-03-25T01:27:45.979382
2018-09-12T04:04:52
2018-09-12T04:04:52
143,239,210
0
0
null
null
null
null
UTF-8
PlantUML
false
false
298
puml
@startuml hide footbox title User receives a command from a device actor User entity Frontend entity Backend entity MQTT_Broker MQTT_Broker -> Backend: Send command Backend -> Backend: Processes command Backend -> Frontend: Update information Request Frontend -> User: Updated information @enduml
false
true
false
false
sequence
2c34ec5a6ed53f3ce773227c3374f90dbe6b4d48
69710f02e6406b4661d6eeb82fe8b995ce27ec04
/pml/d10.plantuml
56b56c598f28f90f97b0c35bad303bfdf623cf77
[]
no_license
1091643978/sequence
347ec8336d54c412af22825513012ff745155f8a
e946d503470929fb94bf06c0c87a6099d1b1aa93
refs/heads/master
2023-02-19T04:16:54.342944
2021-01-22T07:01:38
2021-01-22T07:01:38
295,281,292
0
0
null
null
null
null
UTF-8
PlantUML
false
false
88
plantuml
@startuml hide footbox [--> Board : create create Piece Board --> Piece: create @enduml
false
true
false
false
sequence
64fcd5e39d8c3991aece6fecd5c6774b20fb73fb
af31cdc27141e12c7acf21064644e91459267e4c
/message-server/approve_app.puml
da0ccb8e49b256597cf0906e633c9c71f03fd5fd
[]
no_license
SwingCoherent/connect-saas
de4c05080792725c9d33160b91b00af152534770
a383773245892a2dc843e007ad082b6ed2e4d19d
refs/heads/main
2023-03-29T20:39:19.421719
2021-04-01T08:50:03
2021-04-01T08:50:03
353,634,628
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,315
puml
@startuml autonumber actor client box MessageService participant "IAppApplicationService" as ms_AppAppService participant "IAppRepository" as ms_AppRepository participant "App" as ms_App end box box WhatsAppService #LightBlue participant "IAppApplicationService" as ws_AppAppService participant "IAppRepository" as ws_AppRepository participant "App" as ws_App participant "WhatsAppHttpClient" as ws_whatsAppClient end box client -> ms_AppAppService:Approve(appId,namespace,businessApiUrl) ms_AppAppService -> ms_AppRepository:app = GetById(appId) ms_AppRepository -> ms_App:app = new() ms_AppRepository --> ms_AppAppService:app ms_AppAppService -> ws_AppAppService:Approve(appId:app.MessageAppId,namespace,businessApiUrl) ws_AppAppService -> ws_AppRepository:app = Get(appId) ws_AppAppService -> ws_App:Approve(namespace,businessApiUrl) ws_AppAppService -> ws_AppRepository:Update(app) ws_AppAppService -> ws_whatsAppClient:Register(businessApiUrl) ws_whatsAppClient -> ws_whatsAppClient:WhatsApp3StepsVerify() ws_AppAppService --> ms_AppAppService:approveResult alt approveResult = Success ms_AppAppService -> ms_App:ApproveSuccess() else approveResult = Fail ms_AppAppService -> ms_App:ApproveFail() end ms_AppAppService -> ms_AppRepository:Update(app) @enduml
false
true
false
false
usecase
b04383302049e1704575f9dee132ccfadee34c7b
2c29958dc82c7f79117790996302b30114c815d6
/piggybank-spring-monolith/backend/docs/use-cases.puml
396b0c06481abb9a560370bc1e990dbb3aeae31d
[]
no_license
joaovicente/piggybank
382b0e15e3579429e945708abeb4a187bbb6f703
c2ac4efda325510a8ccb7fbd2653ae4377eb663d
refs/heads/master
2020-03-28T02:34:53.434018
2019-01-02T23:30:01
2019-01-02T23:30:01
147,581,054
0
1
null
2018-12-22T17:19:39
2018-09-05T21:23:27
Java
UTF-8
PlantUML
false
false
193
puml
@startuml actor Parent note right of Parent : i.e. Mum and Dad Parent --> (Record Credit) Parent --> (Record Debit) Parent --> (View Kids Balances) Parent --> (View Kid Transactions) @enduml
false
true
false
false
usecase
f85fd065d351992e4cdfea6f69c5e43ac3189c5c
ef1b86c724cae70816f3eed2bf99a2a255ad16cf
/ArrayList.iuml
0fa916658e2429315daf77bce69542ff031fa700
[]
no_license
arnaudroques/plantumlguide
63d33edfd6c9ea05c7e1ed95d9c844e592ec4532
5a85432fcd1c56db4ae9028bcb9d26d87cee6a2b
refs/heads/master
2021-01-21T00:16:24.183124
2011-01-31T21:28:29
2011-01-31T21:28:29
1,313,727
6
0
null
null
null
null
UTF-8
PlantUML
false
false
92
iuml
class ArrayList !ifdef SHOW_METHODS ArrayList : int size() ArrayList : void clear() !endif
false
true
false
false
class
88b50e70b688e332ec5c4d3e878db0b860f26826
961f5d9b3805e9905273778e4938b96640fb6293
/monads/monad-2.puml
6efe7dd320a7b25010f823f99bd56de89c28939b
[ "MIT" ]
permissive
RodrigoMattosoSilveira/chess-tournament-swiss
bc60511ab9d301b38f3ca17f8c330e6fc4d002e7
1a19a3afb0664db7e5cb20bad287ee83bfd27e00
refs/heads/master
2023-07-09T00:11:16.254076
2021-07-30T22:50:55
2021-07-30T22:50:55
328,517,226
0
0
MIT
2021-01-12T03:41:28
2021-01-11T01:26:49
null
UTF-8
PlantUML
false
false
996
puml
@startuml participant "client: Client" as client participant "router: CommonRoutesConfig" as router participant "middleware: UserMiddleware" as middleware participant "controller: UserController" as controller participant "service: UserService" as service participant "dao: UserDao" as dao activate client activate router activate middleware activate controller activate service activate dao note over client: TD issues a user HTTP CRUD client->router: submit request router->middleware: Route the request middleware->middleware: validate request alt valid middleware->controller: pass it on controller->service: apply data logic service->dao: apply business logic dao->dao: execute datastore operation note over dao: What is the most effective way to handle MongoDB Errors? else invalid middleware->client: return HTTP status=400, validation errors end group @enduml
false
true
false
false
sequence
514591868eae9cbdcb354e3664f31a7bea912d83
41a59498034c527e41804f51cffbd1a4f45fab3f
/lab8/diagrams/interpreter-ts-class.puml
4949cfd99006631026542c49ac6b67ea35aee070
[ "MIT" ]
permissive
vinogradnick/HsePatternsLab
0d7242c9245e1ca28b2f8211f1b11dae07ccd6a8
d8222e56edc2c889eeb854c3372aafe8a165b171
refs/heads/master
2021-01-07T22:30:41.031197
2020-02-20T09:04:40
2020-02-20T09:04:40
241,838,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
920
puml
@startuml interpreter-ts-class skinparam linetype ortho class Context<T>{ ctx: string; Output: T; } abstract class AbstractExpression<T>{ interpret(context: Context<T>); abstract MetricType(); abstract StructType(); } class VoltageExpression{ MetricType(); StructType(); } class AmperageExpression { MetricType(); StructType(); } class PowerExpression { MetricType(); StructType(); } class ConsumptionExpression { MetricType(); StructType(); } class TempExpression { MetricType(); StructType(); } class LightExpression { MetricType(); StructType(); } AbstractExpression o-- Context VoltageExpression <|-- AbstractExpression AmperageExpression <|-- AbstractExpression PowerExpression <|-- AbstractExpression ConsumptionExpression <|-- AbstractExpression TempExpression <|-- AbstractExpression LightExpression <|--AbstractExpression @enduml
false
true
false
false
class
d1ed837df949bb50eb1e6c74c0d4e0f07b7a7e95
3d33f4e31702fdba9b2d095dd3d91d711409264c
/class-diagram/common-config-class.puml
fb8c2384d1b804ff2a196ec141ebe74d53e5824a
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
JulienGuo/fabric-addsm
81a181dd4f91160abbd9f131d87e8c187a32c542
8a489300031d07c09f44fc0f1687793f6eaaa1c0
refs/heads/master
2021-05-04T21:27:43.690594
2018-02-02T05:43:34
2018-02-02T05:43:34
119,926,380
0
1
null
null
null
null
UTF-8
PlantUML
false
false
17,106
puml
@startuml namespace github.com\\hyperledger\\fabric\\common\\config { class ApplicationGroup { *Proposer *ApplicationConfig mspConfig *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class ApplicationConfig { *standardValues applicationGroup *ApplicationGroup applicationOrgs map[string]ApplicationOrg } } namespace github.com\\hyperledger\\fabric\\common\\config { class ApplicationOrgProtos { AnchorPeers *pb.AnchorPeers } } namespace github.com\\hyperledger\\fabric\\common\\config { class ApplicationOrgConfig { *OrganizationConfig protos *ApplicationOrgProtos applicationOrgGroup *ApplicationOrgGroup } } namespace github.com\\hyperledger\\fabric\\common\\config { class ApplicationOrgGroup { *Proposer *OrganizationGroup *ApplicationOrgConfig } } namespace github.com\\hyperledger\\fabric\\common\\config { class ChannelProtos { HashingAlgorithm *cb.HashingAlgorithm BlockDataHashingStructure *cb.BlockDataHashingStructure OrdererAddresses *cb.OrdererAddresses Consortium *cb.Consortium } } namespace github.com\\hyperledger\\fabric\\common\\config { class channelConfigSetter { target **ChannelConfig *ChannelConfig } } namespace github.com\\hyperledger\\fabric\\common\\config { class ChannelGroup { *ChannelConfig *Proposer mspConfigHandler *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class ChannelConfig { *standardValues protos *ChannelProtos hashingAlgorithm func(input []byte)[]byte appConfig *ApplicationGroup ordererConfig *OrdererGroup consortiumsConfig *ConsortiumsGroup } } namespace github.com\\hyperledger\\fabric\\common\\config { class ConsortiumProtos { ChannelCreationPolicy *cb.Policy } } namespace github.com\\hyperledger\\fabric\\common\\config { class ConsortiumGroup { *Proposer *ConsortiumConfig mspConfig *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class ConsortiumConfig { *standardValues protos *ConsortiumProtos orgs map[string]*OrganizationGroup consortiumGroup *ConsortiumGroup } } namespace github.com\\hyperledger\\fabric\\common\\config { class ConsortiumsGroup { *Proposer *ConsortiumsConfig mspConfig *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class ConsortiumsConfig { *standardValues consortiums map[string]Consortium consortiumsGroup *ConsortiumsGroup } } namespace github.com\\hyperledger\\fabric\\common\\config\\msp { class pendingMSPConfig { mspConfig *mspprotos.MSPConfig msp msp.MSP } } namespace github.com\\hyperledger\\fabric\\common\\config\\msp { class mspConfigStore { idMap map[string]*pendingMSPConfig proposedMgr msp.MSPManager } } namespace github.com\\hyperledger\\fabric\\common\\config\\msp { class MSPConfigHandler { pendingConfig map[interface { }]*mspConfigStore pendingLock sync.RWMutex msp.MSPManager } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrdererProtos { ConsensusType *ab.ConsensusType BatchSize *ab.BatchSize BatchTimeout *ab.BatchTimeout KafkaBrokers *ab.KafkaBrokers ChannelRestrictions *ab.ChannelRestrictions } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrdererGroup { *Proposer *OrdererConfig mspConfig *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrdererConfig { *standardValues protos *OrdererProtos ordererGroup *OrdererGroup orgs map[string]Org batchTimeout time.Duration } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrganizationProtos { MSP *mspprotos.MSPConfig } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrganizationConfig { *standardValues protos *OrganizationProtos organizationGroup *OrganizationGroup msp msp.MSP mspID string } } namespace github.com\\hyperledger\\fabric\\common\\config { class OrganizationGroup { *Proposer *OrganizationConfig name string mspConfigHandler *mspconfig.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class config { allocated Values groups map[string]ValueProposer } } namespace github.com\\hyperledger\\fabric\\common\\config { class Proposer { vh Handler pending map[interface { }]*config current *config pendingLock sync.RWMutex } } namespace github.com\\hyperledger\\fabric\\common\\config { class Root { channel *ChannelGroup mspConfigHandler *msp.MSPConfigHandler } } namespace github.com\\hyperledger\\fabric\\common\\config { class failDeserializer { } } namespace github.com\\hyperledger\\fabric\\common\\config { class standardValues { lookup map[string]proto.Message } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Org { Name()string MSPID()string } } namespace github.com\\hyperledger\\fabric\\common\\config { interface ApplicationOrg { AnchorPeers()[]*pb.AnchorPeer } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Application { Organizations()map[string]ApplicationOrg } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Channel { HashingAlgorithm()func(input []byte)[]byte BlockDataHashingStructureWidth()uint32 OrdererAddresses()[]string } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Consortiums { Consortiums()map[string]Consortium } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Consortium { ChannelCreationPolicy()*cb.Policy } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Orderer { ConsensusType()string BatchSize()*ab.BatchSize BatchTimeout()time.Duration MaxChannelsCount()uint64 KafkaBrokers()[]string Organizations()map[string]Org } } namespace github.com\\hyperledger\\fabric\\common\\config { interface ValueProposer { BeginValueProposals(tx interface { },groups []string)(ValueDeserializer,[]ValueProposer,error) RollbackProposals(tx interface { }) PreCommit(tx interface { })error CommitProposals(tx interface { }) } } namespace github.com\\hyperledger\\fabric\\common\\config { interface ChannelValues { HashingAlgorithm()func(input []byte)[]byte BlockDataHashingStructureWidth()uint32 OrdererAddresses()[]string } } namespace github.com\\hyperledger\\fabric\\common\\config { interface ValueDeserializer { Deserialize(key string,value []byte)(proto.Message,error) } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Values { Validate(interface { },map[string]ValueProposer)error Commit() } } namespace github.com\\hyperledger\\fabric\\common\\config { interface Handler { Allocate()Values NewGroup(name string)(ValueProposer,error) } } github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup -|> github.com\\hyperledger\\fabric\\common\\config.ApplicationConfig github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfig github.com\\hyperledger\\fabric\\common\\config.ApplicationConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.ApplicationConfig ---> github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup : applicationGroup github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig -|> github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig ---> github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgProtos : protos github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig ---> github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgGroup : applicationOrgGroup github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgGroup -|> github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgGroup -|> github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig github.com\\hyperledger\\fabric\\common\\config.channelConfigSetter ---> github.com\\hyperledger\\fabric\\common\\config.ChannelConfig : target github.com\\hyperledger\\fabric\\common\\config.channelConfigSetter -|> github.com\\hyperledger\\fabric\\common\\config.ChannelConfig github.com\\hyperledger\\fabric\\common\\config.ChannelGroup -|> github.com\\hyperledger\\fabric\\common\\config.ChannelConfig github.com\\hyperledger\\fabric\\common\\config.ChannelGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ChannelGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfigHandler github.com\\hyperledger\\fabric\\common\\config.ChannelConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.ChannelConfig ---> github.com\\hyperledger\\fabric\\common\\config.ChannelProtos : protos github.com\\hyperledger\\fabric\\common\\config.ChannelConfig ---> github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup : appConfig github.com\\hyperledger\\fabric\\common\\config.ChannelConfig ---> github.com\\hyperledger\\fabric\\common\\config.OrdererGroup : ordererConfig github.com\\hyperledger\\fabric\\common\\config.ChannelConfig ---> github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup : consortiumsConfig github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup -|> github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfig github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig ---> github.com\\hyperledger\\fabric\\common\\config.ConsortiumProtos : protos github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig ---> "*" github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup : orgs github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig ---> github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup : consortiumGroup github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup -|> github.com\\hyperledger\\fabric\\common\\config.ConsortiumsConfig github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfig github.com\\hyperledger\\fabric\\common\\config.ConsortiumsConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.ConsortiumsConfig ---> github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup : consortiumsGroup github.com\\hyperledger\\fabric\\common\\config\\msp.mspConfigStore ---> "*" github.com\\hyperledger\\fabric\\common\\config\\msp.pendingMSPConfig : idMap github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler ---> "*" github.com\\hyperledger\\fabric\\common\\config\\msp.mspConfigStore : pendingConfig github.com\\hyperledger\\fabric\\common\\config.OrdererGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.OrdererGroup -|> github.com\\hyperledger\\fabric\\common\\config.OrdererConfig github.com\\hyperledger\\fabric\\common\\config.OrdererGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfig github.com\\hyperledger\\fabric\\common\\config.OrdererConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.OrdererConfig ---> github.com\\hyperledger\\fabric\\common\\config.OrdererProtos : protos github.com\\hyperledger\\fabric\\common\\config.OrdererConfig ---> github.com\\hyperledger\\fabric\\common\\config.OrdererGroup : ordererGroup github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig -|> github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig ---> github.com\\hyperledger\\fabric\\common\\config.OrganizationProtos : protos github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig ---> github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup : organizationGroup github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup -|> github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup -|> github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfigHandler github.com\\hyperledger\\fabric\\common\\config.Proposer ---> "*" github.com\\hyperledger\\fabric\\common\\config.config : pending github.com\\hyperledger\\fabric\\common\\config.Proposer ---> github.com\\hyperledger\\fabric\\common\\config.config : current github.com\\hyperledger\\fabric\\common\\config.Root ---> github.com\\hyperledger\\fabric\\common\\config.ChannelGroup : channel github.com\\hyperledger\\fabric\\common\\config.Root ---> github.com\\hyperledger\\fabric\\common\\config\\msp.MSPConfigHandler : mspConfigHandler github.com\\hyperledger\\fabric\\common\\config.Org <|- github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup github.com\\hyperledger\\fabric\\common\\config.ApplicationOrg <|- github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig github.com\\hyperledger\\fabric\\common\\config.Application <|- github.com\\hyperledger\\fabric\\common\\config.ApplicationConfig github.com\\hyperledger\\fabric\\common\\config.Channel <|- github.com\\hyperledger\\fabric\\common\\config.ChannelConfig github.com\\hyperledger\\fabric\\common\\config.Consortiums <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumsConfig github.com\\hyperledger\\fabric\\common\\config.Consortium <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig github.com\\hyperledger\\fabric\\common\\config.Orderer <|- github.com\\hyperledger\\fabric\\common\\config.OrdererConfig github.com\\hyperledger\\fabric\\common\\config.ValueProposer <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup github.com\\hyperledger\\fabric\\common\\config.ValueProposer <|- github.com\\hyperledger\\fabric\\common\\config.Proposer github.com\\hyperledger\\fabric\\common\\config.ValueProposer <|- github.com\\hyperledger\\fabric\\common\\config.Root github.com\\hyperledger\\fabric\\common\\config.ChannelValues <|- github.com\\hyperledger\\fabric\\common\\config.ChannelConfig github.com\\hyperledger\\fabric\\common\\config.ValueDeserializer <|- github.com\\hyperledger\\fabric\\common\\config.failDeserializer github.com\\hyperledger\\fabric\\common\\config.ValueDeserializer <|- github.com\\hyperledger\\fabric\\common\\config.standardValues github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.ApplicationConfig github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.ApplicationOrgConfig github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumConfig github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumsConfig github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.OrdererConfig github.com\\hyperledger\\fabric\\common\\config.Values <|- github.com\\hyperledger\\fabric\\common\\config.OrganizationConfig github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.ApplicationGroup github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.ChannelGroup github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumGroup github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.ConsortiumsGroup github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.OrdererGroup github.com\\hyperledger\\fabric\\common\\config.Handler <|- github.com\\hyperledger\\fabric\\common\\config.OrganizationGroup @enduml
false
true
false
false
sequence
c836a8c3f405cf6aa508f3b8a779a14317a80c27
9eb433261b82c50ceb6740de50bacc6e469a1a34
/StarTrace_teacher/app/app.plantuml
0e5ad6b34c4d025db39530e41c13a4134aa8a956
[]
no_license
ZBRaphael/CourseManager
b983fa2e1b9360fa18e59c34ec6d4fb1b08c6341
c92adb2e44be9832bdf3a7004f2654cfffff75b7
refs/heads/master
2022-12-23T03:11:34.692408
2020-07-05T06:59:23
2020-07-05T06:59:23
270,888,361
0
0
null
2020-07-05T06:52:00
2020-06-09T02:54:09
null
UTF-8
PlantUML
false
false
504
plantuml
@startuml title __APP's Class Diagram__\n namespace com.example.teacherstartrace { class com.example.teacherstartrace.BuildConfig { } } namespace com.example.teacherstartrace { namespace util { class com.example.teacherstartrace.util.URLProviderUtils { } } } 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
9c8a835e0aa3ac4582af050c071719a0a92ec68c
6bc17f14e18802692c43be2669855c066d12eccc
/diagrams/broadcaster2.puml
0fb30265eede16b78d46093348eacd1cecfd839f
[]
no_license
metalg0su/engine-explained
6872644741fbccdff1bf1c51ef5e195e5d5c8e21
f0c034089770f090bb89081a3b975930be1b67d2
refs/heads/master
2021-07-10T00:17:08.604316
2020-08-19T07:12:15
2020-08-19T07:12:15
171,679,437
0
0
null
2020-06-25T05:01:29
2019-02-20T13:36:08
Python
UTF-8
PlantUML
false
false
2,137
puml
@startuml 'Declaration box "BroadcastScheduler" participant BroadcastScheduler as bs queue BroadcastQueue as bs_queue queue Listners as bs_listners end box box "Broadcaster" participant Broadcaster as bc queue TxQueue as bc_queue participant TimerService as timer participant RealBroadcaster as bc_real end box participant StubManager as stub_manager 'Relations [-> bs_listners: Add schedule_listner by (BroadcastCommand, params) ==Before handlers== [-> bs: (BroadcastCommand, params) bs -> bs_queue: (BroadcastCommand, params) bs -> bs_listners: Get callback of (BroadcastCommand, params) note over bs: Call schedule_listner group loop bs_queue --> bs: (BroadcastCommand, params) bs -> bc: (BroadcastCommand, params) end group note over bc: Pass params to proper handler func ==Handlers== alt HANDLER_CREATE_TX bs -> bc: (CREATE_TX, tx) activate bc note over bc: Make TxItem by given Tx. bc -> bc_queue: TxItem activate bc_queue bc -> timer: Set timer callback after n sec activate timer ... timer --> bc: Notify callback deactivate timer group Until queue is empty bc_queue --> bc: All TxItems deactivate bc_queue bc -> bc: make_tx_list_message bc -> bc_real: (**AddTxList**, message) deactivate bc end group else HANDLER_UPDATE_AUDIENCE bs -> bc: (UPDATE_AUDIENCE, audience_targets) activate bc group loop bc -> bc: add each target bc -> bc: remove each target deactivate bc end group else HANDLER_BROADCAST bs -> bc: (**RPC_METHOD_NAME**, rpc_args, rpc_kwargs) activate bc note over bc RPC_METHOD_NAME could be one of: - AnnounceUnconfirmedBlock - ComplainLeader - VoteUnconfirmedBlock end note bc -> bc_real: (**rpc_method_name**, rpc_args, rpc_kwargs) deactivate bc end alt ==Broadcast== bc_real -> stub_manager: (methods_name, message ...) stub_manager ->] : Broadcast to the other nodes!! '=====Not used? 'group HANDLER_BROADCAST 'end group 'group HANDLER_SEND_TO_SINGLE_TARGET 'end group @enduml
false
true
false
false
sequence
1c41842d495263494fdfbf14bc80a47cba04397f
750a4a80b39abf51d0b51e22269cfd0e75cb1569
/serveur/tp8/reservation2.puml
536d3aadbe67a4e60ef1bb2ed0a411d95a7a1b73
[]
no_license
florianPalabost/tiw-is-2018
ead3607f9fb57b7326fc21b7637c0e270048b458
eb7e666b8cb51076a090cf2f86628e886382452c
refs/heads/master
2023-01-14T01:10:58.370662
2019-02-18T13:54:58
2019-02-18T13:54:58
234,134,573
0
0
null
2023-01-06T01:28:16
2020-01-15T17:25:54
Java
UTF-8
PlantUML
false
false
217
puml
@startuml Borne -> Cinema: reserver Cinema --> Borne: reserverResponse Borne -> Banque: prelevement Banque --> Borne: prelevementResponse Banque -> Cinema: prelevementNotification Cinema -> Borne: notification @enduml
false
true
false
false
sequence
6b8b225f2030145049f902d20218c8433ad7f9d6
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/ipc02_02/advanced_workbooks_search/i130339/ipc_02_02_class_diagram_analysis.puml
ff342512dcfc3fa07a45168d9b1b7873efdff5b4
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
724
puml
@startuml doc-files/ipc_02_02_class_diagram_analysis.png class "<<analysis>> FindWorkbooksUI" as UI{ } class "<<analysis>> WorkBook" as workbook{ -Spreadsheet spreadsheet +getSpreadsheet() } class "<<analysis> Spreadsheet" as spreadsheet{ -Map<Address, Cell> cells +getCell(); } class "<<analysis>> Cell" as cell{ -String content -Address address +getContent() +getAddress() } class "<<analysis>> Address" as address{ -int column -int row +getColumn() +getRow() } workbook <|-- UI spreadsheet <|-- workbook cell <|-- spreadsheet address <|-- cell @enduml
false
true
false
false
class
37d2b728c80670634dd23f014f08c61ef30b6140
a65fe81fdb57e5d389a290fc70f724a593f1cd85
/01.Observer/src/ES2015-CascadingComboBox/diagrams/MixIn/ClassDiagram.puml
132e88916be8712a32d2343e6698d08b8e1197ae
[ "MIT" ]
permissive
leoshiang/DesignPatterns
56a74d317893e96d19e62d789f0379096ae4fe8b
aefa956b0d8caac1e4f80f75e87a5b44b954e8cb
refs/heads/master
2020-04-01T10:12:37.390007
2018-10-15T12:21:22
2018-10-15T12:21:22
113,122,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
413
puml
@startuml @startuml skinparam defaultFontName "Fira Code" skinparam class { FontStyle bold FontSize 12 } scale 800*800 class Component{ } class ComponentWithMinxIn class ComboBoxObserver{ } class Button{ } Component <|-down- ComponentWithMinxIn ComponentWithMinxIn <|-down- Button ComboBoxObserver <.right. ComponentWithMinxIn Button .up.> ComboBoxObserver @enduml
false
true
false
false
class
12827450a0c3e06efd3f8be176940b6ad103f7f8
f1aba451582862370bad7fa197f54f9f26692829
/uml.puml
90548ed00c8b87eb4fc888d49570b161d2279c40
[]
no_license
izzudin26/Istilahtify
49990734fdfa424b4881b2b4759513450e71b723
bae25b1f91718d844ff2bbea072af12bef177336
refs/heads/master
2023-02-01T19:00:01.616688
2020-12-21T05:22:42
2020-12-21T05:22:42
319,135,983
1
0
null
null
null
null
UTF-8
PlantUML
false
false
450
puml
@startuml actor User User -> FrontEndIstilahtify : Find Data FrontEndIstilahtify -> User : Show Data FrontEndIstilahtify -> Wikimediascrap : Request Wikimediascrap -> FrontEndIstilahtify : Response FrontEndIstilahtify -> KBBIscrap : Request KBBIscrap -> FrontEndIstilahtify : Response box "backend firebase" participant Wikimediascrap participant KBBIscrap end box Wikimediascrap <-> Wikipedia : scrapping KBBIscrap <-> KBBI : scrapping @enduml
false
true
false
false
sequence
9d16f064f8ae79a4cc8eed51ecc64bbe3f321013
6ec467bc5852ceec4f207fac67eb52a77b36804c
/spec/docs/overview.plantuml
7fbfc6753a5a62216c0fbc66cdf6033acf052f93
[]
no_license
mizhal/lord-of-the-tweets
21a5164ee5e2d8440beda22392babd18bad9b059
5e1df3ac6ac52e1ad3d38daf2a64a1a7b5026a5e
refs/heads/master
2020-04-10T20:32:29.267079
2017-04-10T13:45:23
2017-04-10T13:45:23
60,689,086
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,815
plantuml
@startuml left to right direction class Profile <<Document>> { } class Cluster <<Document>> { } package facts { class Tweet <<Document>> { } Tweet --> Profile : belongs-to } package habits { class KnownLocation <<GeoDocument>> { } class KnownClient <<Document>> { } Profile "1" o--> "*" KnownLocation Profile "1" o--> "*" KnownClient } package sentiment-analysis { class Domain <<Document>> { } class DomainTerm <<DocumentPart>> { } class TermOccurrence <<?>> { } Domain o--> DomainTerm DomainTerm <-- TermOccurrence TermOccurrence "*" --> "1" Profile } package metrics { class TargetingProfile <<Document>> { } class InfluenceProfile <<Document>> { } class ImpactProfile <<Document>> { } class ActivityProfile <<Document>> { } class ProfileDataEntry <<DocumentPart>> { } Profile "*" -- "*" ImpactProfile ImpactProfile "*" -- "*" Domain ImpactProfile *--> "*" ProfileDataEntry Profile "*" -- "*" InfluenceProfile InfluenceProfile "*" -- "*" Cluster InfluenceProfile *--> "*" ProfileDataEntry Profile "1" -- "1" TargetingProfile TargetingProfile *--> "*" ProfileDataEntry Profile "1" -- "1" ActivityProfile ActivityProfile *--> "*" ProfileDataEntry } package graph { class TwitterLink <<ActiveRel>> { } class TwitterCluster <<ActiveNode>> { } class TwitterTouch <<ActiveRel>> { } class TwitterProfileNode <<ActiveNode>> { } TwitterLink --> TwitterProfileNode : first TwitterLink --> TwitterProfileNode : second TwitterTouch --> TwitterProfileNode : first TwitterTouch --> TwitterProfileNode : second TwitterCluster -- TwitterProfileNode : < belongs TwitterProfileNode -- Profile : represents > TwitterCluster -- Cluster: represents > } @enduml
false
true
false
false
sequence
08b6ece76e6b61f8141524f51bd4dcf735d08abb
564a8e6f2693ce6670d069a552ccdc139c229df4
/cqrs.puml
528d586c1d556109f5c19dd2ce9089c734b523b6
[]
no_license
CardosoGit/axon-multi
ecae5bf07e6769c0e7b3e6cbd23b4bac48137e9c
560d6ac05959c408630879543126f4ee339ee3d0
refs/heads/master
2023-04-09T10:30:17.769677
2021-04-15T05:11:58
2021-04-15T05:11:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,207
puml
@startuml skinparam component { backgroundColor<<Aggregate>> lightBlue backgroundColor<<Event handler>> lightGreen } skinparam noteFontSize 10 component "Person" <<Aggregate>> as P database "Person\nschema" as PDB component "Address" <<Aggregate>> as A database "Address\nschema" as ADB queue "Event Bus" as E queue "Command Bus" as C queue "Query Bus" as Q interface "Command\nAPI" as CAPI interface "Query\nAPI" as QAPI component "Saga" <<Event handler>> as S database "Saga\nschema" as SDB component "Projection" <<Event handler>> as PR database "Projection\nschema" as PRDB CAPI -right-> C: "use" C --down--> P: "dispatch" C --down--> A: "dispatch" P -left- PDB: "JPA" A -right- ADB: "JPA" P -right-> E: "apply" E <.left. P: "listen" A -left-> E: "apply" A .left.> E: "listen" S .down.> E: "listen" S -up-> C: "dispatch" S -right- SDB: "JPA" PR .up.> E: "listen" PR -right- PRDB: "JPA" Q --up--> A: "query" Q --up--> P: "query" Q <-up-> PR: "query" QAPI -right-> Q: "use" note left of PR 1..* denormalized endnote note left of S 1..* workflow endnote note right of C Axon server infrastructure endnote note right of Q Axon server infrastructure endnote @enduml
false
true
false
false
sequence
5da2f09988f41ddb0b755d21ee7dcfd72177ce6b
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/SEQUENCE/admin/viewpegawaiBKA.puml
e18db96b5e36e7427ed40a7da8201b102f76b9ac
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
fiqihrosady/sistem_kp
b593e68eda63e3c4b2953447a2aa8f25f33f9921
7b9060a89f852577a6f4c1ea2596b59beb5e5b77
refs/heads/master
2020-09-27T00:03:37.042300
2019-12-05T18:54:26
2019-12-05T18:54:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
puml
@startuml autonumber hide footbox title Melihat Pegawai BKA Actor Admin boundary Dashborad_V boundary PegawaiBKA_V control Admin_C control Pegawai_C Entity Pegawai_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> Admin: Halaman Dashborad Admin --> Dashborad_V: klik Menu Pegawai BKA Dashborad_V --> Pegawai_C: pegawaibka() Pegawai_C --> Pegawai_E: Pegawai_E --> Pegawai_C: Pegawai_C --> PegawaiBKA_V: load->view() PegawaiBKA_V --> Admin: Halaman Pegawai BKA @enduml
false
true
false
false
sequence
16f55ea43fd1b9486675504034bfedd8e9ffa9cc
99040b0eb9a60c4149ee7c0a71073285f51aeaa6
/UmlDiagrams/u06a03.puml
791ae4183ecda738b3a87ce56aadf4d10f5c68fa
[]
no_license
marouanetayab/Parkhaus
ab14ec04fe32a5406c3f996b83e195a9a0abaa8d
cf4e25e3d752404d745fbd22283ac3b25a1e0ff1
refs/heads/master
2021-09-05T05:46:07.060964
2018-01-24T14:55:33
2018-01-24T14:55:33
107,417,551
1
0
null
null
null
null
UTF-8
PlantUML
false
false
496
puml
@startuml title Auto im Parkhaus parken skinparam sequenceParticipant underline hide footbox actor ":Kunde" as A participant ":Parkhaus" as C participant ":Parkplatzfinder" as B activate A A -> C: Parkhaus frei? activate C alt alle Parkplaetze besetzt A -> C : Einfahrtversuch C --> A: Fehlermeldung: Alles voll else Parkplatz frei A -> C : Einfahrtversuch C -> B: naechste freie Platznummer activate B B --> C: Nummer deactivate B C --> A: Platzzuweisung end deactivate A deactivate C @enduml
false
true
false
false
sequence
ea822059c5dc2bf978efa37cfbd5cf46c8952290
7eb0a3429f021f1a046bed8e667a6911d789d065
/CompositePattern/CompositePattern.puml
dec43b1dbd7d9a26046deac6b03a97096b70bb1f
[ "MIT" ]
permissive
gama79530/DesignPattern
d99431711fda65cfb7d790b2959ba0a712fa3f86
4730c50cdd839072ae50eef975cbed62b5a2a41c
refs/heads/master
2023-08-03T04:35:54.561642
2023-06-08T03:13:08
2023-07-31T12:32:13
269,562,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
333
puml
@startuml CompositePattern hide empty members class Client{ } interface Component{ operation() } class Composite{ operation() add(component) remove(component) getChild() } class Leaf{ operation() } Client -- Component: use > Component <|-- Composite Component <|-- Leaf Composite o-right- Leaf @enduml
false
true
false
false
class