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
f5643dd108ad89ff38f4ed54f61f3ec542f7f4f1
f048f9ead64f1a1254e9c570ae4296c95813774a
/docs/design/stitch_use_case_diagram.puml
2b0d0d350cbbe95dfd5221ea9683ee7f8213759a
[ "MIT" ]
permissive
erichschroeter/stitch
f5a58cac325aac46eb542a9bd3e2994fffbfd078
6930fb4bbe96df91dbda80ece4c3365463390b25
refs/heads/master
2020-07-10T04:56:03.844298
2019-08-26T16:29:29
2019-08-26T16:29:29
204,171,980
0
0
null
null
null
null
UTF-8
PlantUML
false
false
115
puml
@startuml "Stitch Use Cases" left to right direction :User: :User: --> (Stitch multiple images together) @enduml
false
true
false
false
uml-unknown
5999e1d95a9f87aefd328681af15a38874c287c4
4a2a96a9d4538ae3ea0f2c23a7cd65d4d7686e5e
/menu/Add SubMenu Item.puml
310f2c3ddd4440e302ed1d9e9d093efdda67c793
[]
no_license
ronie2/navigation
d36deb7fa9f28f048637373d04d0b1c380996f6c
e8d4eb3108e15d574cd6eeffcabde7661a4180c1
refs/heads/master
2020-06-16T16:55:58.739409
2016-12-02T16:18:45
2016-12-02T16:18:45
75,081,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
702
puml
@startuml autonumber title Add SubMenu Item\n in CMS v2 actor User participant FrontendCMSv2 participant Radiality_BE database RethinkDB User -> FrontendCMSv2 : Add\n SubMenu Item FrontendCMSv2 -> Radiality_BE : CREATE child\n (<b>parent_ID</b>) Radiality_BE -> RethinkDB : UPDATE Parent with\n <b>child_ID</b> record\n in 'menu' table Radiality_BE -> RethinkDB : READ records\n in 'menu' table RethinkDB --> Radiality_BE : 'menu' table cursor Radiality_BE -> Radiality_BE : Create list (?) Radiality_BE --> FrontendCMSv2 : List of all items FrontendCMSv2 -> FrontendCMSv2 : Parse response\n and create 'tree' (?) FrontendCMSv2 -> FrontendCMSv2 : Render UI FrontendCMSv2 --> User : Show menu @enduml
false
true
false
false
usecase
e8b4b395f8f09fdffbdf80e3e09fc4a8945fc9f7
61f6a3452ee4ded9ebdfdb5028545d672d8f40af
/AutoCompletionSystem/src/FiltruCuvinte.puml
47d946d55d360634d98d5ea6c183588ec34b9257
[]
no_license
scatalin/licenta
ce5387edc0d685c79b18c10623b3cb51fff164b9
9349d677b9ade4da41b32c95429ce80ee7049e72
refs/heads/master
2021-01-10T19:28:09.475799
2015-09-13T19:02:05
2015-09-13T19:02:05
22,123,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
560
puml
@startuml package updater{} interface Filter { filterWord() } CharacterFilter <|-- RomanianCharacterFilter WordsFilter <- Controller Controller -> updater WordsFilter --> CharacterFilter WordsFilter --> Filter FilterFactory -> Filter Filter <|-- StopWordsFilter Filter <|-- LengthFilter abstract class CharacterFilter{ filterCharacters(String word) : String } class FilterFactory{ createFilter(String mode) : Filter } class WordsFilter{ List<Filter> filters filterWord(String word) } class Controller{ WordsFilter handleWord(String word) } @enduml
false
true
false
false
class
3ec4d31434c99a3787da821a8b25894e46004b7d
a535c551b126312761b0d0df30f0e821290ae567
/diplomConponents.plantuml
19a8293a6a3a92c6d502b367b0ce83e5b4d55a0c
[]
no_license
KateChaus/fate
d0dd0e524cb7fb42b32f1389f73088794a5ec8f0
33b1099e5fdea04561fced096b3bfa2944d0da73
refs/heads/main
2023-05-08T00:55:21.692888
2021-06-08T15:34:51
2021-06-08T15:34:51
371,137,495
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,013
plantuml
@startuml namespace art_orders { class Application { } /'************************************************************** ***************************CONFIG******************************* ***************************************************************'/ namespace config { class MvcConfig { } class WebSecurityConfig { } } /'************************************************************** ************************CONTROLLER****************************** ****************************************************************'/ namespace controller { class ControllerUtil { } class MainController { } class OrderApplicationController { } class RegistrationController { } class SearchController { } class SettingsController { } class UserController { } } /'************************************************************** ****************************DOMAIN****************************** ****************************************************************'/ namespace domain { class Order { } class OrderApplication { } class Rating { } class Site { } enum Status { } enum Type { } class User { } } /'************************************************************** ****************************REPOS****************************** ****************************************************************'/ namespace repos { interface MessageRepo { } interface OrderApplicationRepo { } interface OrderRepo { } interface SiteRepo { } interface UserRepo { } } /'************************************************************** ****************************SERVICE****************************** ****************************************************************'/ namespace service { class UserService { } } namespace resources { namespace static {} namespace templates {} } art_orders.controller.MainController o-- art_orders.repos.OrderRepo art_orders.controller.OrderApplicationController o-- art_orders.repos.OrderApplicationRepo art_orders.controller.OrderApplicationController o-- art_orders.repos.OrderRepo art_orders.controller.OrderApplicationController o-- art_orders.repos.UserRepo art_orders.controller.RegistrationController o-- art_orders.service.UserService art_orders.controller.SearchController o-- art_orders.repos.OrderApplicationRepo art_orders.controller.SettingsController o-- art_orders.repos.SiteRepo art_orders.controller.SettingsController o-- art_orders.repos.UserRepo art_orders.controller.UserController o-- art_orders.repos.OrderRepo art_orders.domain.Order o-- art_orders.domain.User art_orders.domain.Order o-- art_orders.domain.User art_orders.domain.Order o-- art_orders.domain.OrderApplication art_orders.domain.Order o-- art_orders.domain.Status art_orders.domain.OrderApplication o-- art_orders.domain.User art_orders.domain.OrderApplication o-- art_orders.domain.Type art_orders.domain.Rating o-- art_orders.domain.Order art_orders.domain.Site o-- art_orders.domain.User art_orders.controller.UserController o-- art_orders.service.UserService art_orders.config.WebSecurityConfig o-- art_orders.service.UserService art_orders.service.UserService o-- art_orders.repos.UserRepo art_orders.domain.OrderApplication o-- art_orders.repos.OrderApplicationRepo art_orders.domain.Order o-- art_orders.repos.OrderRepo art_orders.domain.User o-- art_orders.repos.UserRepo art_orders.domain.OrderApplication o-- art_orders.repos.OrderApplicationRepo art_orders.domain.Site o-- art_orders.repos.SiteRepo art_orders.controller.RegistrationController o-- art_orders.controller.ControllerUtil art_orders.controller.UserController -- art_orders.resources } @enduml
false
true
false
false
class
2d96972233700fe1df2994eb038fe189c5c4e210
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/supply-agreement-loc@0.1.0.puml
2e49bd5d08bb9791b2004dc916718cb9722cc824
[ "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
2,301
puml
@startuml class org.cloudsecurityalliance.supplyagreement.SensorReading << (T,yellow) >> { + Double temperature + Double humidity } org.cloudsecurityalliance.supplyagreement.SensorReading --|> org.accordproject.runtime.Request class org.cloudsecurityalliance.supplyagreement.CheckContract << (T,yellow) >> { } org.cloudsecurityalliance.supplyagreement.CheckContract --|> org.accordproject.runtime.Request class org.cloudsecurityalliance.supplyagreement.DeliveryResponse << (T,yellow) >> { + String message + Boolean inGoodOrder } org.cloudsecurityalliance.supplyagreement.DeliveryResponse --|> org.accordproject.runtime.Response class org.cloudsecurityalliance.supplyagreement.SupplyAgreementState << (A,green) >> { + SensorReading[] sensorReadings } org.cloudsecurityalliance.supplyagreement.SupplyAgreementState --|> org.accordproject.runtime.State class org.cloudsecurityalliance.supplyagreement.SupplyAgreementContract << (A,green) >> { + DateTime executionDate + String exporter + String importer + String product + String importerCreditworthiness + DateTime issueDate + String importerLOCBank + Integer importerLOCNumber + MonetaryAmount importerLOCAmount + String orderBillOfLading + String packingList + Integer renewalTerms + Period termRenewal + Period termTerminationNotice + String invoice + String bookingId + String purchaseOrder + String exporterAddress + Integer turnaroundTime + Integer amountOfEachProduct + MonetaryAmount unitPriceOfEachProduct + String locationForDelivery + DateTime deliveryDate + Integer exporterBankAccount + String modifiedPurchaseOrder + Duration cancellationDeadline + String shipper + String importPort + String exportPort + String productDescription + Integer productWeight + String productMeasurement + MonetaryAmount freightCharges + Duration evaluationTime + String acceptanceCriteria + DateTime termBeginDate + Period termPeriod + Period currentTerm + String shipment + MonetaryAmount unitPrice + Integer unit + Integer sensorReadingFrequency + TemporalUnit duration + Period countPeriod } org.cloudsecurityalliance.supplyagreement.SupplyAgreementContract --|> org.accordproject.contract.Contract @enduml
false
true
false
false
class
d292271a461d3cd22736fd8011bfa2f1089fad73
4fa3470bab92291134039826e59f820b2837e489
/src/main/java/ex45/WordFinder.puml
2150f64d5fe44d9c65053a4cd4a4869d70d39c7a
[]
no_license
kiwibrie/juntunen-cop3330-assignment3
45940de6a234d2c78bff524bffb4af6760d502c3
9838a40329422e9d81f36473d6a677c2c80fb7e9
refs/heads/master
2023-05-31T20:03:03.258661
2021-06-21T21:36:26
2021-06-21T21:36:26
377,695,884
0
0
null
null
null
null
UTF-8
PlantUML
false
false
138
puml
@startuml 'https://plantuml.com/class-diagram class WordFinder{ + readFromFile + generateNewText + writeToFile + promptString } @enduml
false
true
false
false
class
ed7e3ec0df91a1d3a69da605cc814ab8fe421150
220ee20d5ea1522166a47c4442ce44e649b6478f
/overview.puml
aec3022e76fbb87f99d6911d73eb2cfafd2069aa
[]
no_license
iamdevice/chessboard
b191dbdfeb4daa84ec11b8752aee76a3f76fcfc1
05627be36b4be3b63cfb33a9ae0dd5b6f666ac5d
refs/heads/master
2021-05-03T07:21:48.630822
2018-02-07T11:45:43
2018-02-07T11:45:43
120,608,224
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,035
puml
@startuml interface FigureInterface { +getName() } FigureInterface <|-- Figure interface CellInterface { +putFigure(FigureInterface $figure) +getFigure() +removeFigure() } CellInterface <|-- Cell CellInterface -* FigureInterface interface BoardInterface { +__constructor(int $size) +getBoard() +cell(int $col, int $row) +putFigureOnCell(CellInterface $cell, FigureInterface $figure) +moveFigure(CellInterface $from, CellInterface $to) +save() +load() +clear() } BoardInterface <|-- Board BoardInterface -* CellInterface class Figure { -name: string +getName() } class Cell { -figure: FigureInterface +putFigure(FigureInterface $figure) +getFigure() +removeFigure() } class Board { -board: CellInterface[][] +__constructor(int $size) +getBoard() +cell(int $col, int $row) +putFigureOnCell(CellInterface $cell, FigureInterface $figure) +moveFigure(CellInterface $from, CellInterface $to) +save() +load() +clear() } @enduml
false
true
false
false
class
1ea79fd6e86433e5c57bce4a451a666509c62008
008380a4479bddd6b17b6d752b0d91ba220e6b33
/Eureka/Assets/Scripts/plantuml/QuestionManager.puml
ef2daa4bac1126491e86757c026c86502968648b
[]
no_license
xxbokusu/Eureka
bb2b8c92973905c05a38b4661d00d4d0090bf918
e4e2284d304bfd76ba0aa9cd735fb30f73a3d722
refs/heads/master
2023-06-09T06:13:54.758394
2023-06-08T03:33:01
2023-06-08T03:33:01
195,805,623
0
0
null
2023-06-08T03:55:52
2019-07-08T12:16:08
C#
UTF-8
PlantUML
false
false
466
puml
@startuml class QuestionManager { - _questDic : Dictionary<int, Quest> - _playerAnswerList : List<PlayerQuestAnswer> - Awake() : void - _InitializeQuest() : void - _MakeQuestByReadline(line:string) : Quest + Show() : void + Hide() : void + selectRandomQuest() : Quest + CheckAnswer(reply:bool) : bool + getPlayerAnsList() : List<PlayerQuestAnswer> } "SingletonMonoBehaviour`1" "<QuestionManager>" <|-- QuestionManager @enduml
false
true
false
false
class
8ca3359ebb091d142091f2692d8966a92d7990b3
d9de8b06fc82f304eb2912b3cbc0325f36df7100
/src/model/company.plantuml
52383ba9984b121735c285d49690acdfd2cbf787
[]
no_license
achalvaish/AP_Ass2
eab6f935a455d5d1f5130ba638ad1a2e19bb84ea
30241c5ebfd63d047f5b4b89cf3630d934cae34c
refs/heads/master
2020-03-18T06:20:35.253866
2018-05-22T09:20:33
2018-05-22T09:20:33
134,390,095
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,403
plantuml
@startuml title __COMPANY's Class Diagram__\n package com.company { class Adult { - childID : ArrayList<Child> + Adult() + connectChild() + displayChildren() } } package com.company { class Child { + Child() + getParentID1() + getParentID2() + removeParent() + isSibling() + isChild() + displayParents() } } package com.company { class Driver { ~ userList : ArrayList<User> + Driver() + addUser() + deleteUser() + searchUser() + exists() + run() } } package com.company { class MiniNet { {static} + main() } } package com.company { abstract class User { # name : String # status : String # image : String # age : int # friendList : ArrayList<User> + getName() + getStatus() + getImage() + getAge() + displayDetails() + addFriend() + isFriend() + updateprofile() } } Adult -up-|> User Child -up-|> User Child o-- Adult : parentID1 Child o-- Adult : parentID2 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
eb0296335ed53c229794cee8dd43eeb714e2e643
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/UseCases/Manage-Applications/Complex-Application-Edge-Vehicle.puml
9feac44ba01a30e5e193e83d4f3d1161bd5ce739
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
558
puml
@startuml package "Hybrid Cloud C3" #ffffaa { component Application #ffffff component OverlayNetwork Application *-> OverlayNetwork } package "In Vehicle" #lightblue { component Egress as IVE component WorkerC #ffffff WorkerC -> IVE : 3001 } package "Edge" #lightgreen { interface ingress as EVI component Egress as EVE component WorkerE #ffffff EVI -> WorkerE WorkerE -> EVE : 3000 } package "Data Center" #ffaa88{ interface Ingress as DCI Application *..> WorkerC Application *..> WorkerE } IVE --> EVI EVE --> DCI @enduml
false
true
false
false
sequence
26ca73746b7e3c2fc199fe819c66988ec013c867
1144550a17ec0b2763671e6e668ebf31888a5580
/docs/DiagramaSecuencia-ConestarPreguntaconAugmenter.plantuml
5a7cf38d1692b3092aa37d4da080c730b24edff7
[ "MIT" ]
permissive
diegosanchez/TP2-Kahoot
4e76b7fe1a29e2362c25dc639e8ba8b2d7debc6c
2dddfe4aedbed0e9b7886b81afaf377c5f1e217f
refs/heads/master
2022-12-03T07:09:13.029479
2020-08-11T22:13:25
2020-08-11T22:13:25
286,867,561
0
0
null
2020-08-11T23:16:17
2020-08-11T23:16:16
null
UTF-8
PlantUML
false
false
1,176
plantuml
@startuml actor User title Diagrama Secuencia TP2 - Jugador contesta una pregunta con augmenter hide footbox participant "player : Player" as player participant "score : Score" as score participant "multiplierX2 : TwoMultiplier" as multiplierx2 User -> player ** : new Player("Jugador1") User -> multiplierx2 ** : new User -> player : answerQuestionWithAugmenter\n(question, selectedOptions, multiplerx2) activate player player -> score : setAugmenter(multiplierx2) player -> Question : calculatePoints(selectedOption) activate Question Question --> player : points deactivate Question player -> score : setQuestionScore(points) deactivate player User -> ScoreCalculator : calculateAndAssignPoints(player ... playerN) activate ScoreCalculator ScoreCalculator -> ScoreCalculator : calculate(playerList) activate ScoreCalculator loop N players loop N players ScoreCalculator -> player : updateScore(opponentScore) activate player player -> score : update(opponentScore) deactivate player activate score score -> multiplierX2 : applyScoreAugmenter(this, opponentScore) deactivate score deactivate ScoreCalculator end loop end loop deactivate ScoreCalculator @enduml
false
true
false
false
usecase
8bf554aac0ed27687b3c7d547a1282921b8481eb
95359165ef052380534d37af31d62ff7fbc442b4
/out/plantuml/Trader.plantuml
3397cabf70b4e2375f1631ca673456ace7a384cb
[]
no_license
spashii/stock-exchange-model
f7a5d5dd823e43f8c4c1bf56ec241b75c48c606d
c2665ab87e29dd3991bd62ff9cb4cbcf6c6b81b2
refs/heads/master
2023-01-09T05:48:37.657882
2020-11-10T08:51:17
2020-11-10T08:51:17
310,286,052
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,275
plantuml
@startuml title __TRADER's Class Diagram__\n namespace com.StockExchangeModel { namespace StockExchange { namespace Trader { class com.StockExchangeModel.StockExchange.Trader.Trader { {static} ~ count : long ~ funds : double ~ holdings : HashMap<Stock, Integer> ~ id : long ~ name : String + Trader() + Trader() + getFunds() + getHolding() + getHoldings() + getId() + getName() + putFunds() + putHolding() + setFunds() + setHoldings() + setId() + setName() + toString() + toStringHoldings() } class com.StockExchangeModel.StockExchange.Trader.TraderActionHandler { + TraderActionHandler() + handleAction() } } } } com.StockExchangeModel.StockExchange.Trader.TraderActionHandler -up-|> com.StockExchangeModel.StockExchange.Interpreter.ActionHandler 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
65d9a6dd47973bea3d50a0a48af5c3ff32c4b559
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CategorySetMetaDescriptionAction.puml
0c857165ea7c2e0f4eb0c9b81f2baed045c5afb3
[]
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
503
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 CategorySetMetaDescriptionAction [[CategorySetMetaDescriptionAction.svg]] extends CategoryUpdateAction { action: String metaDescription: [[LocalizedString.svg LocalizedString]] } interface CategoryUpdateAction [[CategoryUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
d99a46c3e380290ba60f689dfee7c624e5097272
6ebeba1b534a0cc3814afe039947197e773d5de8
/exercise45/docs/sulution45.puml
3ab552c472ab6a006d709c526903f4136d814ea9
[]
no_license
Benjaminshin1/shin-a04
3adc8944b6c7f72deebfcdf606fc92f05ccd16b1
285e21d9e9f658f4b05c70855e243211e69fa1c9
refs/heads/main
2023-08-21T14:08:40.169176
2021-10-16T20:37:13
2021-10-16T20:37:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
70
puml
@startuml class solution45{ +rewrite +read_file +write_file } @enduml
false
true
false
false
class
5e206c31f8d215afaab242e279df5fbfb6689f28
de36ccf5a79e6d21aa01f3b34557af740f95e31e
/benchmark/docs/uml.puml
62dd462cda2cbd15684980742a3e1a153510a206
[]
no_license
rookie-12/fast_immutable_collections
c97ba9aefbf93170446e2e3cf6993a9ed14e2821
1e4460600a70d2b678f1e3a7f941c0de717eb501
refs/heads/master
2022-12-17T19:10:52.483174
2020-09-25T00:53:50
2020-09-25T00:53:50
298,476,075
1
0
null
2020-09-25T05:26:37
2020-09-25T05:26:37
null
UTF-8
PlantUML
false
false
11,314
puml
@startuml fast_immutable_collections_benchmarks set namespaceSeparator :: class "fast_immutable_collections_benchmarks::src::benchmarks.dart::FullReporter" { +Map<String, BenchmarkReporter> benchmarks +void report() +void save() } class "fast_immutable_collections_benchmarks::src::cases::add.dart::AddBenchmark" { +void report() } "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::AddBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add.dart::_ListAddBenchmark" { +List<int> list +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::_ListAddBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add.dart::_IListAddBenchmark" { +IList<int> iList +IList<int> result +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::add.dart::_IListAddBenchmark" o-- "fast_immutable_collections::src::i_list.dart::IList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::_IListAddBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add.dart::_KtListAddBenchmark" { +dynamic ktList +dynamic result +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::_KtListAddBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithRebuildBenchmark" { +BuiltList<int> builtList +BuiltList<int> result +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithRebuildBenchmark" o-- "built_collection::src::list.dart::BuiltList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithRebuildBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithListBuilderBenchmark" { {static} +int innerRuns +BuiltList<int> builtList +BuiltList<int> result +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithListBuilderBenchmark" o-- "built_collection::src::list.dart::BuiltList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add.dart::_BuiltListAddWithListBuilderBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add_all.dart::AddAllBenchmark" { +void report() } "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" <|-- "fast_immutable_collections_benchmarks::src::cases::add_all.dart::AddAllBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_ListAddAllBenchmark" { -List<int> _list +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_ListAddAllBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_IListAddAllBenchmark" { -IList<int> _iList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_IListAddAllBenchmark" o-- "fast_immutable_collections::src::i_list.dart::IList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_IListAddAllBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_KtListAddAllBenchmark" { -dynamic _ktList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_KtListAddAllBenchmark" class "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_BuiltListAddAllBenchmark" { -BuiltList<int> _builtList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_BuiltListAddAllBenchmark" o-- "built_collection::src::list.dart::BuiltList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::add_all.dart::_BuiltListAddAllBenchmark" class "fast_immutable_collections_benchmarks::src::cases::empty.dart::EmptyBenchmark" { +void report() } "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" <|-- "fast_immutable_collections_benchmarks::src::cases::empty.dart::EmptyBenchmark" class "fast_immutable_collections_benchmarks::src::cases::empty.dart::_ListEmptyBenchmark" { +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::empty.dart::_ListEmptyBenchmark" class "fast_immutable_collections_benchmarks::src::cases::empty.dart::_IListEmptyBenchmark" { +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::empty.dart::_IListEmptyBenchmark" class "fast_immutable_collections_benchmarks::src::cases::empty.dart::_KtListEmptyBenchmark" { +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::empty.dart::_KtListEmptyBenchmark" class "fast_immutable_collections_benchmarks::src::cases::empty.dart::_BuiltListEmptyBenchmark" { +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::empty.dart::_BuiltListEmptyBenchmark" class "fast_immutable_collections_benchmarks::src::cases::read.dart::ReadBenchmark" { +void report() } "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" <|-- "fast_immutable_collections_benchmarks::src::cases::read.dart::ReadBenchmark" class "fast_immutable_collections_benchmarks::src::cases::read.dart::_ListReadBenchmark" { -List<int> _list +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::read.dart::_ListReadBenchmark" class "fast_immutable_collections_benchmarks::src::cases::read.dart::_IListReadBenchmark" { -IList<int> _iList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::read.dart::_IListReadBenchmark" o-- "fast_immutable_collections::src::i_list.dart::IList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::read.dart::_IListReadBenchmark" class "fast_immutable_collections_benchmarks::src::cases::read.dart::_KtListReadBenchmark" { -dynamic _ktList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::read.dart::_KtListReadBenchmark" class "fast_immutable_collections_benchmarks::src::cases::read.dart::_BuiltListReadBenchmark" { -BuiltList<int> _builtList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::read.dart::_BuiltListReadBenchmark" o-- "built_collection::src::list.dart::BuiltList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::read.dart::_BuiltListReadBenchmark" class "fast_immutable_collections_benchmarks::src::cases::remove.dart::RemoveBenchmark" { +void report() } "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" <|-- "fast_immutable_collections_benchmarks::src::cases::remove.dart::RemoveBenchmark" class "fast_immutable_collections_benchmarks::src::cases::remove.dart::_ListRemoveBenchmark" { -List<int> _list +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::remove.dart::_ListRemoveBenchmark" class "fast_immutable_collections_benchmarks::src::cases::remove.dart::_IListRemoveBenchmark" { -IList<int> _iList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::remove.dart::_IListRemoveBenchmark" o-- "fast_immutable_collections::src::i_list.dart::IList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::remove.dart::_IListRemoveBenchmark" class "fast_immutable_collections_benchmarks::src::cases::remove.dart::_KtListRemoveBenchmark" { -dynamic _ktList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::remove.dart::_KtListRemoveBenchmark" class "fast_immutable_collections_benchmarks::src::cases::remove.dart::_BuiltListRemoveBenchmark" { -BuiltList<int> _builtList +void setup() +void run() } "fast_immutable_collections_benchmarks::src::cases::remove.dart::_BuiltListRemoveBenchmark" o-- "built_collection::src::list.dart::BuiltList<int>" "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::cases::remove.dart::_BuiltListRemoveBenchmark" abstract class "fast_immutable_collections_benchmarks::src::utils::benchmark_reporter.dart::BenchmarkReporter" { +List<TableScoreEmitter> tableScoreEmitters +void report() +void save() } abstract class "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" { +int runs +int size {static} +List<int> dummyStaticList {static} +List getDummyGeneratedList() +void exercise() } "benchmark_harness::benchmark_harness.dart::BenchmarkBase" <|-- "fast_immutable_collections_benchmarks::src::utils::list_benchmark_base.dart::ListBenchmarkBase" class "fast_immutable_collections_benchmarks::src::utils::table_score_emitter.dart::TableScoreEmitter" { -String _reportName -Map<String, double> _scores {static} -String _mu +Map<String, double> scores +String table +void emit() +void saveReport() -void _createReportsFolderIfNonExistent() -Map _normalizedColumn() -Map _normalizedAgainstListColumn() } "benchmark_harness::benchmark_harness.dart::ScoreEmitter" <|-- "fast_immutable_collections_benchmarks::src::utils::table_score_emitter.dart::TableScoreEmitter" @enduml
false
true
false
false
class
3841d717242b82b0f6a0fe80db0d3b9835797459
88bd3e900f38d4966f36ce538b57fd5e422aee41
/TP Software Construccion Lautaro Lagos Leiva COM 3/TP Software Construccion Lautaro Lagos Leiva COM 3.plantuml
f0c5cedc624b8512a5f3705338e9722e9f10f2e9
[]
no_license
lautarolagos/Prog3
a7e29f20083e03098153ff37e3cc08a8d4a4e92e
9c266fd175b944ab082af19ef8dc873acd94bd3a
refs/heads/master
2022-12-07T01:32:08.800457
2020-09-08T23:07:42
2020-09-08T23:07:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,624
plantuml
@startuml title __TP SOFTWARE CONSTRUCCION's Class Diagram__\n namespace com.company { class com.company.Arquitecto { } } namespace com.company { class com.company.Comercial { } } namespace com.company { class com.company.Comercio { } } namespace com.company { class com.company.Domestica { } } namespace com.company { class com.company.Empleado { } } namespace com.company { class com.company.Empresa { } } namespace com.company { class com.company.Hotel { } } namespace com.company { class com.company.Maestro { } } namespace com.company { class com.company.Main { } } namespace com.company { class com.company.Obra { } } namespace com.company { class com.company.Obrero { } } namespace com.company { interface com.company.Trabajo { } } com.company.Arquitecto -up-|> com.company.Empleado com.company.Comercial -up-|> com.company.Obra com.company.Comercio -up-|> com.company.Comercial com.company.Domestica -up-|> com.company.Obra com.company.Hotel -up-|> com.company.Comercial com.company.Maestro .up.|> com.company.Trabajo com.company.Maestro -up-|> com.company.Empleado com.company.Obra -up-|> com.company.Empresa com.company.Obrero .up.|> com.company.Trabajo com.company.Obrero -up-|> com.company.Empleado 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
fed80dcd6166f6ba97b94626829d704e011898eb
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/MyBusinessUnitRemoveAddressAction.puml
eebb9a6926223426600cb04bec00dc2782c9af6f
[]
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
507
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 MyBusinessUnitRemoveAddressAction [[MyBusinessUnitRemoveAddressAction.svg]] extends MyBusinessUnitUpdateAction { action: String addressId: String addressKey: String } interface MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
c46bb5c41d04a77f28472ece523ea9c7844d5e55
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140423/sprint1/share_cell_receive_image.puml
bb28f2f83154e704b5fb51bf65adcf2122b98b82
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,309
puml
@startuml doc-files/share_cell_receive_image.png actor User participant "<<analysis>>\nShareCellUI" as ShareCellUI participant "<<analysis>>\nShareCellController" as ShareCellController participant "<<analysis>>\nVolt.UdpClient" as Volt.UdpClient participant "<<analysis>>\nVolt.UdpServer" as Volt.UdpServer participant "<<analysis>>\nUI" as UI User->ShareCellUI: activates "Receive Cells" option ShareCellUI->ShareCellController: new () activate ShareCellController ShareCellController->Volt.UdpClient: new () ShareCellController->Volt.UdpServer: new () deactivate ShareCellController ShareCellUI->ShareCellController: List<Cell> cells = receiveCells() activate ShareCellController ShareCellController->Volt.UdpClient: expect (":broadcast") ShareCellController->Volt.UdpServer: send (":ip|:port") ShareCellController->Volt.UdpServer: expect (":address|:value") deactivate ShareCellController ShareCellUI->ShareCellUI: checkCells() note left of ShareCellUI: checks if the received cells\nare located on an address that\nalready has existing cells alt if there are already existing cells ShareCellUI->User: Do you wish to replace the current cells\n with the received ones? User->ShareCellUI: Yes end ShareCellUI->UI: setCells(cells) ShareCellUI->User: Cells changed successfully @enduml
false
true
false
false
usecase
6eba75820b1ed38ca59709a5f1d3204b5c7ffb3b
c931fab627d76aac94f223642e63dc0f5358c800
/app/src/test/java/com/example/aflah/tracki_master/tracki_master.plantuml
414db5ecb566dd8b1a2111ca52e4160fc2be5a6a
[]
no_license
aflahtaqiu/tracki-android
842c78ad53d0717f51e094721150a6d8205e3a7a
6990d21cf21771cd1e5927e44564b06f4b2c8391
refs/heads/master
2020-04-15T02:03:17.136741
2019-01-06T12:02:17
2019-01-06T12:02:17
164,301,470
0
0
null
2019-01-06T11:40:37
2019-01-06T11:40:36
null
UTF-8
PlantUML
false
false
370
plantuml
@startuml title __TRACKI_MASTER's Class Diagram__\n package com.example.aflah.tracki_master { class ExampleUnitTest { + addition_isCorrect() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
351dedf58630cc5ab95f43feb7b9aaf9ff09fb0d
60008b3081a06ebd71e2bd8e8524aced5ca055b2
/doc/sequence.puml
88d397fd06db1b0bb7378d36f3e891eff9356130
[ "BSD-2-Clause" ]
permissive
billziss-gh/pmci
8474ffd95a34cbb76cb0314ed331bb891f2a7152
47c0ed4bc18295abf7dc581413418c77af4ec504
refs/heads/master
2020-03-20T17:30:16.791564
2018-08-01T22:52:46
2018-08-01T22:52:46
137,560,425
33
0
null
null
null
null
UTF-8
PlantUML
false
false
857
puml
hide footbox skinparam BoxPadding 40 participant "<img:github.png>" as GitHub box "Controller" participant Listener participant Dispatcher participant Collector end box participant "Builder\nPool" as Pool GitHub ->> Listener: push(repo) activate Listener deactivate Listener loop retry delivery while\nno builder available Listener ->> Dispatcher: work(repo) activate Dispatcher end Pool ->> Dispatcher: name create builder Dispatcher -> builder: new(name, repo) activate builder deactivate Dispatcher builder -> builder: build(repo) activate builder #Salmon deactivate builder builder -> "Build\nLogs": store(build_log) builder ->> GitHub: status builder ->> Collector: done(name) destroy builder activate Collector Collector ->> Pool: name deactivate Collector note over builder #Salmon Salmon color: CI processing. end note
false
true
false
false
sequence
37c9ba993b04aa20052697885f5d77a552cdc935
933c746219cd5961c5ec886da728ce1a34433ca6
/app/src/main/java/za/co/tribalapp/tribal/LogExercise_Activity.puml
acdf2998899986f48207a2a1dc3535d4311cb6f1
[]
no_license
yannickrb/tribal
9166f518744e2ba99f8f04f6f734a3b1c6649439
06511fdc94598cd2aec59d05edf2bbe043a538a0
refs/heads/master
2023-06-10T00:29:39.965107
2021-07-03T20:37:59
2021-07-03T20:37:59
381,655,399
0
0
null
null
null
null
UTF-8
PlantUML
false
false
317
puml
@startuml (*) --> If "Logging \nmethod" then --> [Time cardio\nor strength] "Input session name" --> "Start timer" --> "Stop timer" --> "Record heart rate" --> "Session recorded" else --> [Pre-set duration] "Input session name,\ntype, duration" --> "Session recorded" Endif -->(*) @enduml
false
true
false
false
activity
012827ab98c5bbb2943dbef359645b5212499d4e
43e3182287389d0ad80786be908e987d81519266
/src/doc/Customer.puml
6f8006d64e977a0b68ced9854e2c6a9a28c972a5
[]
no_license
RikLakhe/CustomerManagementSystem
69b4aec13789cf3189770ae7183f975c0eaf8564
2660dd42d27dac44bd3a0c27a121910387cd5370
refs/heads/master
2022-12-13T12:15:19.690346
2020-09-15T07:14:58
2020-09-15T07:14:58
292,647,868
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,964
puml
@startuml namespace model { abstract class AbstractCustomer implements Customer{ ~ String id ~ String name ~ String address ~ String email ~ String joinYear ~ String joinPackage ~ Int age ~ Boolean paidForMembership --Getter-- + String getName() + String getId() --Setter-- + void setPaidForMembership(boolean) + void setJoinPackage(String) } class VipCustomer extends AbstractCustomer{ ~ String personalTrainer ~ double discount --Getter-- + double getDiscount() + void show() } class NormalCustomer extends AbstractCustomer{ ~ String workoutTime --Getter-- + void show() } interface Customer{} } namespace services { interface CustomerRegistrationService{ + String register(Customer) + void findCustomer (String) + Customer findCustomerByIdentifier(String) + String payCustomerByPrice(Customer, int, String) } class CustomerRegistrationServiceFactory{ - CustomerRegistrationService normalRegistrationService - CustomerRegistrationService vipRegistrationService + CustomerRegistrationService get(String) } CustomerRegistrationService "1" *--> "1" CustomerRegistrationServiceFactory class NormalCustomerRegistrationServiceImpl implements CustomerRegistrationService{ - List<NormalCustomer> normalCustomers - Logger Logger + String register(Customer) + void findCustomer(String) + Customer findCustomerByIdentifier(String) + String payCustomerByPrice(Customer, int, String) } class VipCustomerRegistrationServiceImpl implements CustomerRegistrationService{ - List<VipCustomer> vipCustomers - Logger Logger + String register(Customer) + void findCustomer(String) + Customer findCustomerByIdentifier(String) + String payCustomerByPrice(Customer, int, String) } CustomerRegistrationServiceFactory ..> VipCustomerRegistrationServiceImpl : create CustomerRegistrationServiceFactory ..> NormalCustomerRegistrationServiceImpl : create } services.VipCustomerRegistrationServiceImpl "1" *-- "*" model.VipCustomer services.NormalCustomerRegistrationServiceImpl "1" *-- "*" model.NormalCustomer namespace view { class FrontDeskView{ - String readLine() - Int readInLine() - void customerPayProcess() - void packagePaymentProcess() - void customerFindProcess() - void customerRegistrationProcess() - boolean customerRegistrationSelectionProcess(String,String, String, int) - void registerNormalCustomer(String,String,String,String,int) - void registerVipCustomer(String,String,String,String,int) } } view.FrontDeskView ..> model.VipCustomer view.FrontDeskView ..> model.NormalCustomer view.FrontDeskView ..> services.CustomerRegistrationServiceFactory view.FrontDeskView ..> model.Customer services.CustomerRegistrationService ..> model.Customer class CustomerManagementSystem{ + void main(String[]) } CustomerManagementSystem ..> view.FrontDeskView @enduml
false
true
false
false
class
eefe7d937ef7f46f4ab3712b30798e597b997006
f4e746d7627fa2f2c1d91f40f73018d49587b40b
/src/Facades/TableFacade.puml
d123b6814bdfbda6d030b65521d86a36bc43128d
[]
no_license
ui-package/table-component
cd428ce66e972bd3d2a7bed1fa47efa0e8f8194f
a5705a8428cc4561362e01d74800051f85a53b56
refs/heads/master
2021-05-13T23:04:39.299701
2018-03-21T07:14:54
2018-03-21T07:14:54
116,505,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,148
puml
@startuml interface ColumnManagerInterface interface RenderManagerInterface interface PaginationManagerInterface interface DensityManagerInterface interface ResetManagerInterface interface SortInterface interface DataSelectorManagerInterface interface TableFacadeInterface { {abstract} getEntities(entities: T[]): T[] {abstract} getColumnManager (): ColumnManagerInterface {abstract} getRenderManager (): RenderManagerInterface } abstract class TableFacadeAbstract { {abstract} getPaginationManager(): PaginationManagerInterface {abstract} getDensityManager(): DensityManagerInterface {abstract} getResetManager(): ResetManagerInterface {abstract} getSortManager (): SortInterface {abstract} getChooseManager (): DataSelectorManagerInterface } TableFacadeAbstract .|> TableFacadeInterface ColumnManagerInterface <--o TableFacadeAbstract RenderManagerInterface <--o TableFacadeAbstract TableFacadeAbstract --> PaginationManagerInterface TableFacadeAbstract --> DensityManagerInterface TableFacadeAbstract --> ResetManagerInterface TableFacadeAbstract --> SortInterface TableFacadeAbstract --> DataSelectorManagerInterface @enduml
false
true
false
false
class
c6ba8ee88b6197ab5cb5a89de5b58719f93d7937
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140364/sprint2/ipc_3.1_extension_image4.puml
5f6b53f6c4b1bcbe6635ba404c48caba3c9f46f3
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
653
puml
@startuml doc-files/ipc_3.1_extension_image4.png actor User participant WorkbookSearchAction as EA participant WorkbookSearchUI as Option participant JOptionPane as JOption participant "controller : DistributedWorkbookSearchController" as Control participant "this.uiController : UIController" as UIC User -> EA : actionPerformed(ActionEvent event) create Option EA -> Option : new() EA -> Option : run() create Control Option -> Control : new() alt !port >= 0 && !timer >= 0 Option -> UIC : addSelectionListener(this) Option -> JOption : result=showMessageDialog(...) Option -> Option : dispose() else end @enduml
false
true
false
false
usecase
ee0bd6286a189ccad4ee455b3a88cdb0e05d0d87
62de719e261fac67d2a2bc347a98be5515b48948
/docs/red/1161025/sp1/createEventSSD.puml
1a52a73bcc6cc0b97c0ed55d86401265a26c8066
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
382
puml
@startuml analysis2.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : new event Browser ->> Server : createEvent() database Database Server -> Database : save Server -->> Browser : return Browser -> Browser : display @enduml
false
true
false
false
sequence
857c0c0edead1aa2a24221613b5b5e9cce073315
d17b884b5fc0a552f2b8205f2b2d95c837caff6d
/PokerLib/klassdiagram.plantuml
1d966ade3f160177c67cb970e97d4cfa412010dc
[]
no_license
Iteipnilia/Poker
54d12b5e198c3bc59844567f3d0f93f335809964
239bd00e740adf7b826344f4cd97db77bb003bf1
refs/heads/main
2023-02-24T19:40:40.732088
2020-12-13T15:43:35
2020-12-13T15:43:35
334,084,630
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,294
plantuml
@startuml Klassdiagram Scale 1.3 left to right direction class Deck { -Card[] Cards +Deck() void Shuffle() Card GetTopCard() void PutBackCard(Card) } Deck --* Card class Card { -Suite suite -Rank rank + Card() } Card --* Suite Card --* Rank Card *-* ICard class Player { - string name -Hand Hand + Player() + ICard[] Discard } Player --o Hand Player *-* IPlayer class Dealer { -Deck Deck Deal(Table) void TakeCard(Card) void GiveReplacementCard(Player) } Dealer --o Deck class Hand { -Card[] cards +Hand() void HandValue() void ReceiveReplacementCard(Card) void SortHand() void DiscardCard() void CompareHands() } Hand --* Card Hand --*HandType class Table { -Player[] Players void ShowHand() } Table --* Player class Game { -Dealer Dealer -Table Table void NewGame() void Loadgame(string) void WinnerPlayer() void DrawPlayer() void SaveGame(string) } Game --o Table Game --o Dealer Game *-* IPokerGame enum Suite { {static} Clubs {static} Diamonds {static} Hearts {static} Spades } enum Rank { {static} Two = 2 {static} Three {static} Four {static} Five {static} Six {static} Seven {static} Eight {static} Nine {static} Ten {static} Jack {static} Queen {static} King {static} Ace } enum HandType { {static} HighCard {static} Pair {static} TwoPairs {static} ThreeOfAKind {static} Straight {static} Flush {static} FullHouse {static} FourOfAKind {static} StraightFlush {static} RoyalStraightFlush } interface ICard { + Suite Suite + Rank Rank } interface IPlayer { + string Name + ICard[] Hand + HandType HandType + int Wins + ICard[] Discard } IPlayer --o ICard interface IPokerGame { IPlayer[] Players void RunGame() void SaveAndExit(string) void Exit() <<event>> NewDeal() <<event>> SelectCardsToDiscard(IPlayer) <<event>> RecievedReplacementCards(IPlayer) <<event>> ShowAllHands() <<event>> Winner(IPlayer) <<event>> Draw(IPlayer[]) } IPokerGame --o IPlayer class GameFactory { {static} + IGame NewGame() {static} + IGame LoadGame(string) } GameFactory --> IPokerGame GameFactory --> Game @enduml
false
true
false
false
class
d68da02ec76ac1a8355fb3e99c4f2569e1e71b28
20391c18be0f5d9fa3adee5029be766534a0cf8e
/iterator-pattern/example1/problem/example1.puml
5ecf903abf59d798a8b65edc038f13284f2a217b
[]
no_license
Caballerog/blog
34ee257ea9e033dfab732d15b7eff7b2a03a59a0
c02c18b49cd65894ebd5e4f7eebc946195cde0f6
refs/heads/master
2023-04-28T15:00:41.602153
2023-04-21T19:56:59
2023-04-21T19:56:59
169,620,009
28
7
null
2022-12-11T21:37:16
2019-02-07T18:22:56
TypeScript
UTF-8
PlantUML
false
false
304
puml
@startuml class Client {} class WordsCollection { -items: string[] = [] +getItems(): string[] +addItem(item: string): void } Client .> WordsCollection : "<<use>>" note left of Client { ... items = collection.getItems(); for(...) { console.log(items[i]); } ... } end note @enduml
false
true
false
false
class
9dbf00b84987a4efa80c21f7d28d95bc01a024a8
84d13fed87f7e79d7db781abd29b1159612bfe32
/prid-art-nor/analyse/CD.puml
dccf4d736a6bd972c4c4e2ce286f4558818d0a52
[]
no_license
NormanVermeulen/norman-project-trello
6c571bbf731ef21caa0b886b64dd88c103560985
a93f1cdfe7f631e9d55453cfa469fe477007aa46
refs/heads/master
2023-02-26T03:54:01.279634
2021-01-29T18:00:12
2021-01-29T18:00:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,230
puml
@startuml title Diagramme de classes package model{ class User { - int id - string pseudo - string password - string email - string firstName - string lastName - enum role - string token + add() + update() + delete() } class Board { - int id - string name - User owner - picture wallPaper - List<User> collaboraters - List<List> lists + add() + update() + delete() } class List { - int id - string name - User author - list<card> cards + add() + update() + delete() + dragAndDrop() } class Card { - int id - string name - User author - list<User> participaters + add() + update() + delete() + dragAndDrop() } } User "1" *-- "*" Board : owns User "1" *-- "*" List : owns User "*" -- "*" Board : collaborates Board "1" *-- "*" List : contains List "1" *-- "*" Card : contains User "1" *-- "*" Card : authors User "*" -- "*" Card : participates Card -right- User Board -up- User Board -right- List @enduml
false
true
false
false
class
61c1f88550b056c5ccbb3246600221fa71034fd0
d827540cbf464c3c09194c3022598f94043a04f8
/puml-diagrams/sdd_err_inviaRT_EC.puml
942335a1012a82b73b3a234f902b917a0678d198
[]
no_license
gliasphaltatori/pagopa-specifichepagamenti-docs
25f671a585e50a68a02291378ac28f0767b14866
49c30c276bff9109f36e598f9678b94b58a9a997
refs/heads/master
2023-04-30T21:55:52.268768
2021-05-11T08:08:00
2021-05-11T08:08:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
411
puml
@startuml hide footbox autonumber participant EC participant NodoSPC participant PSP hnote over NodoSPC : RT_PSP PSP -> NodoSPC : req nodoInviaRT NodoSPC -> EC : req paaInviaRT note left PSP : PAA_SINTASSI_EXTRAXSD\nPAA_SINTASSI_XSD\nPAA_RT_DUPLICATA\nPAA_SEMANTICA EC -[#blue]-> NodoSPC : resp KO paaInviaRT NodoSPC -[#blue]-> : resp KO nodoInviaRT note left NodoSPC : PPT_ERRORE_EMESSO_DA_PAA @enduml
false
true
false
false
sequence
e39970a244228a25f2efa90cac0ac270342b9551
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 1_ Principios de Diseño/PrincipleAndPatternDesign/src/cu/datys/principles/isp/mediaplayer/bad/class-diagram.puml
1d5ee6e41e12dcca1563faff3697dbc3ad3fd791
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
655
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #c9302c Title ISP: Uso incorrecto interface IMediaPlayer{ + void playAudio() + void playVideo() } class DivMediaPlayer implements IMediaPlayer class VlcMediaPlayer implements IMediaPlayer class WinampMediaPlayer implements IMediaPlayer class VideoUnsupportedException WinampMediaPlayer --> VideoUnsupportedException : throws note top of WinampMediaPlayer{ Solo reproduce audio, por lo que lanza excepción en el método playVideo } @enduml
false
true
true
false
sequence
180b98c8a488cf33b184ad14efe8e2d284e7c3eb
a967a3605dbba3c30465b53d37586644b5160918
/Q4/Q4 With Strategy.puml
c9cbddfba2ce43607667654dc8bb977a0d846041
[]
no_license
AbhiniveshP/OOAD-Project-2
1009fdf37df18434c8ea086895643ed66097d890
cb3c95b8edadc219d1b4137c19f87107ce60e519
refs/heads/master
2020-08-02T12:45:03.301537
2019-10-04T22:57:32
2019-10-04T22:57:32
211,357,239
0
0
null
null
null
null
UTF-8
PlantUML
false
false
495
puml
@startuml Q4-With-Strategy (*) --> "Initialize Zookeeper and Animals" if "No Out Directory" then --> [True]"Make Out directory" --> "Redirect stdout to outfile in Out directory" else -->[False] "Redirect stdout to outfile in Out directory" "Redirect stdout to outfile in Out directory" --> "Wake Animals" "Wake Animals" --> "Roll Call" "Roll Call" --> "Feed Animals" "Feed Animals" --> "Let Animals Roam" "Let Animals Roam" --> "Put Animals to Bed" "Put Animals to Bed" --> (*) @enduml
false
true
false
false
activity
780c01c266bc13b7eaf0dcb12e59d20151cfc1f1
6e30d5b3d773278394abbe71164bf1b8aff94b8d
/RoommateWrangler/app/UML/DomainDiagram.puml
4153e25615f0523ef3c2ced6e995b26d04d900ae
[]
no_license
irocketh/RoommateWrangler
2ffdbcbd60a4a71cc5307f958cd5b80cd7411664
539b26e4181eb4d5da0604e9423fd8c519db35c7
refs/heads/master
2020-12-24T16:50:18.964057
2015-05-19T02:23:22
2015-05-19T02:23:22
35,854,456
0
0
null
null
null
null
UTF-8
PlantUML
false
false
332
puml
@startuml enum BillType{ WATER, POWER, INTERNET_CABLE, TRASH, LANDSCAPING } enum GroceryType{ BREAD, EGGS, MILK, FF_PIZZA } class Grocery { } class Bill { int amount boolean paid } class Roommate{ String name int phoneNumber } Bill *-- BillType Bill *-- Roommate Grocery *-- Roommate Grocery *-- GroceryType hide methods @enduml
false
true
false
false
class
651cdb733f38fd38f00fb0ea092ef3c2d5b90b8c
e3f608b2d2d160553212e823e0783e7d08f24c7b
/exercise44/docs/main.puml
94a1a8fcb9c4f0f72ddbff1b5f3bebbf8061b52b
[]
no_license
nader-fares/fares-a04
3635a6f457bed61957ba581c90cca9a7ecf38299
3232d3ff5b3e4204189b67c6bd8f019dfce49873
refs/heads/main
2023-09-04T05:42:59.179310
2021-10-18T02:27:26
2021-10-18T02:27:26
415,470,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
354
puml
@startuml 'https://plantuml.com/sequence-diagram class Solution44 { boolean isFound String productName +main(String[]) +productDeserialization(): ItemShop } class Products { -String name -double price -int quantity +getName() +getPrice() +getQuantity() } class ItemShop{ List<Products> products } Solution44 o-- ItemShop ItemShop o-- Products @enduml
false
true
false
false
class
932bb10f51bbe272cb2c5b086ae0ac840bd3d11e
a2cc33d32e16570a8da9f5a15eae66c6d4ea6df9
/tfmobile/src/org/tensorflow/demo/env/env.plantuml
9050d11a739f7f396cfea1e219a6012907223dbf
[]
no_license
mr-haseeb/SafeDrive
84019ecef0375bde29ba0e5c22ffe987635c30a1
c24e3c42b5255d83d3ce627e65c1ff56cda3cad5
refs/heads/main
2023-06-28T20:25:46.661267
2021-08-07T07:42:33
2021-08-07T07:42:33
322,583,138
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,092
plantuml
@startuml title __ENV's Class Diagram__\n namespace org.tensorflow.demo { namespace env { class org.tensorflow.demo.env.BorderedText { - exteriorPaint : Paint - interiorPaint : Paint - textSize : float + BorderedText() + BorderedText() + drawLines() + drawText() + getTextBounds() + getTextSize() + setAlpha() + setExteriorColor() + setInteriorColor() + setTextAlign() + setTypeface() } } } namespace org.tensorflow.demo { namespace env { class org.tensorflow.demo.env.ImageUtils { {static} ~ kMaxChannelValue : int {static} - LOGGER : Logger {static} + convertImageToBitmap() {static} + convertYUV420ToARGB8888() {static} + cropAndRescaleBitmap() {static} + getTransformationMatrix() {static} + getYUVByteSize() {static} + saveBitmap() {static} - YUV2RGB() {static} - convertByteToInt() {static} - fillBytes() } } } namespace org.tensorflow.demo { namespace env { class org.tensorflow.demo.env.Logger { {static} - DEFAULT_MIN_LOG_LEVEL : int {static} - DEFAULT_TAG : String {static} - IGNORED_CLASS_NAMES : Set<String> - messagePrefix : String - minLogLevel : int - tag : String + Logger() + Logger() + Logger() + Logger() + Logger() + d() + d() + e() + e() + i() + i() + isLoggable() + setMinLogLevel() + v() + v() + w() + w() {static} - getCallerSimpleName() - toMessage() } } } namespace org.tensorflow.demo { namespace env { class org.tensorflow.demo.env.Size { + height : int {static} + serialVersionUID : long + width : int + Size() + Size() + aspectRatio() + compareTo() {static} + dimensionsAsString() + equals() {static} + getRotatedSize() + hashCode() {static} + parseFromString() {static} + sizeListToString() {static} + sizeStringToList() + toString() } } } namespace org.tensorflow.demo { namespace env { class org.tensorflow.demo.env.SplitTimer { - lastCpuTime : long - lastWallTime : long + SplitTimer() + endSplit() + newSplit() } } } org.tensorflow.demo.env.Size .up.|> java.io.Serializable org.tensorflow.demo.env.Size .up.|> java.lang.Comparable org.tensorflow.demo.env.SplitTimer o-- org.tensorflow.demo.env.Logger : logger 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
a49fffa3be082dc77d6a1084fc508f5a8419ab9a
5db644a4162b97bdd2ffa7a4f5b0f58ad34f74a1
/uml/component/opentrading-persistence_component.puml
7a3d8e7f4376ed7d961947f5910b13dd774e5ce8
[]
no_license
bhaskart/docs
ad65e1d4155143f32ea20e343dfd6e55e6ade520
71217ba89bd1cb85dfce50fbea76c403932f77e5
refs/heads/master
2023-01-02T04:52:31.233606
2020-10-27T10:26:16
2020-10-27T10:26:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
158
puml
@startuml package "opentrading-persistence" { () "PersistenceDAO" as P [PostgresDAO] as PP [RedisDAO] as RP P --> PP P --> RP } @enduml
false
true
false
false
uml-unknown
bddab66369c5ce867261f47e2372567c6a6bee1e
c1377e4076799edb610d11b3df2b8a340cc42d70
/Client/app/src/main/java/com/chrisjaunes/communication/client/client.plantuml
41d0fcbcbf81096b6880c232af8380f38e72b091
[]
no_license
ChrisJaunes/CommunicationTool
e6921d1670caed8054350efea37eda8ebedd01a6
9b8d0ba06959e225cc44f8decdde548978373762
refs/heads/main
2023-03-12T12:16:51.502928
2021-02-27T07:23:37
2021-02-27T07:23:37
316,022,499
1
0
null
null
null
null
UTF-8
PlantUML
false
false
4,620
plantuml
@startuml title __CLIENT's Class Diagram__\n namespace com.chrisjaunes.communication.client { class com.chrisjaunes.communication.client.Config { {static} + ACCOUNT_VISITORS : String {static} + BUNDLE_ACCOUNT : String {static} + CONTACTS_FRIENDS_AGREE : String {static} + CONTACTS_FRIENDS_REJECT : String {static} + CONTACTS_FRIEND_REQUEST : String {static} + ERROR_AVATAR_TOO_LARGE : String {static} + ERROR_NET : String {static} + ERROR_UNKNOWN : String {static} + STATUS_NET_ERROR : String {static} + STATUS_QUERY_SUCCESSFUL : String {static} + STATUS_REGISTER_ACCOUNT_EXIST : String {static} + STATUS_REGISTER_SUCCESSFUL : String {static} + STATUS_UPDATE_FAIL : String {static} + STATUS_UPDATE_SUCCESSFUL : String {static} + STR_ACCOUNT : String {static} + STR_ACCOUNT1 : String {static} + STR_ACCOUNT2 : String {static} + STR_AVATAR : String {static} + STR_CONTENT : String {static} + STR_CONTENT_TYPE : String {static} + STR_NICKNAME : String {static} + STR_OPERATION : String {static} + STR_PASSWORD : String {static} + STR_SEND_TIME : String {static} + STR_STATUS : String {static} + STR_STATUS_DATA : String {static} + STR_TEXT_STYLE : String {static} + STR_TIME : String {static} + TABLE_ACCOUNT : String {static} + TABLE_CONTACTS : String {static} + URL_BASE : String {static} + URL_CONTACTS_QUERY : String {static} + URL_GROUP_MESSAGE_ADD : String {static} + URL_GROUP_MESSAGE_QUERY : String {static} + URL_LOGIN : String {static} + URL_REGISTER : String {static} + URL_TALK_QUERY : String {static} + URL_TALK_UPDATE : String {static} + URL_UPDATE_MESSAGE : String } } namespace com.chrisjaunes.communication.client { abstract class com.chrisjaunes.communication.client.LocalDatabase { {abstract} + getContactsDao() {abstract} + getGroupDao() {abstract} + getTalkMessageDao() } } namespace com.chrisjaunes.communication.client { class com.chrisjaunes.communication.client.MainActivity { {static} - MENU_AVATAR : int {static} - MENU_LOGOUT : int {static} - MENU_UPDATE_TEXT_STYLE : int {static} - PHOTO_REQUEST_GALLERY : int - radioGroupOnCheckedChangeListener : OnCheckedChangeListener - toolbarOnMenuItemClickListener : OnMenuItemClickListener + onActivityResult() # onCreate() - updateFragment() } } namespace com.chrisjaunes.communication.client { class com.chrisjaunes.communication.client.MyApplication { {static} - instance : MyApplication + MyApplication() {static} + getInstance() + getLocalDataBase() + setAccount() } } namespace com.chrisjaunes.communication.client { class com.chrisjaunes.communication.client.PreActivity { # onCreate() } } com.chrisjaunes.communication.client.LocalDatabase -up-|> androidx.room.RoomDatabase com.chrisjaunes.communication.client.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.account.AccountViewModel : accountViewModel com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.contacts.AddContactsFragment : addContactsFragment com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.group.GAddFragment : gAddFragment com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.group.GListFragment : gListFragment com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.contacts.NewContactsFragment : newContactsFragment com.chrisjaunes.communication.client.MainActivity o-- com.chrisjaunes.communication.client.contacts.NowContactsFragment : nowContactsFragment com.chrisjaunes.communication.client.MyApplication -up-|> android.app.Application com.chrisjaunes.communication.client.MyApplication o-- com.chrisjaunes.communication.client.LocalDatabase : localDatabase com.chrisjaunes.communication.client.PreActivity -up-|> androidx.appcompat.app.AppCompatActivity 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
c15897a1998fed50935908b74facf5df97b74955
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteDeletedMessagePayload.puml
09db70de25ac672e4bac0248a8d88f7ef9b04ba7
[]
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
420
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 StagedQuoteDeletedMessagePayload [[StagedQuoteDeletedMessagePayload.svg]] extends MessagePayload { type: String } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
8a7993e5be2ce701449d2ade717905646c17be14
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/Drawers/TrackItemsDrawer.puml
f8df4b8c3027b8f0b9ee10b6ee59c6c216ae5976
[]
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
397
puml
@startuml class TrackItemsDrawer <<struct>> { + TrackItemsDrawer(parent:IRowGUI) BuildGUICache(parent:IRowGUI) : void + Draw(rect:Rect, state:WindowState) : void } class "List`1"<T> { } class "IEnumerable`1"<T> { } TrackItemsDrawer --> "m_Layers<ItemsLayer>" "List`1" TrackItemsDrawer --> "m_ClipsLayer" ClipsLayer TrackItemsDrawer --> "clips<TimelineClipGUI>" "IEnumerable`1" @enduml
false
true
false
false
class
e9646e1bc4fd3cf1f87dff97063709f23b0b7d6d
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
/photoniced/testiii/common/IInterpreter.puml
986d108feea41d9fccf4238f28b1279c9a4e0441
[]
no_license
tzAcee/photonized
c929a6c04bedd0304a4e427d6c2895cdf73568d3
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
refs/heads/main
2023-05-03T15:13:31.148910
2021-05-25T13:55:17
2021-05-25T13:55:17
316,536,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
256
puml
@startuml interface IContext { } interface IExpression { Interpreter(context:IContext) : void } class "IDictionary`2"<T1,T2> { } class "IList`1"<T> { } IContext --> "Result<string,object>" "IDictionary`2" IContext --> "Error<string>" "IList`1" @enduml
false
true
false
false
class
f2998eff2294f460be075e0989bc32374a45e6bb
c9d49168edc406499204f69721424bb6deded5fd
/Modelo/Pessoa.plantuml
9cc8b4da7d832d30cf20f7eeb3998ee54e73a414
[ "MIT" ]
permissive
JonatasAfonso/poc-consultorio-comum
1d2880314bacbf7809f59c2d76c8619e73bf6253
936a507ec888eb978abfdbf44c7cb4fe30a3633d
refs/heads/main
2023-03-12T19:39:26.314301
2021-02-26T12:35:39
2021-02-26T12:35:39
342,554,404
0
0
null
null
null
null
UTF-8
PlantUML
false
false
125
plantuml
@startuml class Pessoa { Id : Guid Nome : String Cidade : String Email : String DataNascimento : DateTime } @enduml
false
true
false
false
class
d51d6669abb4c49cd0a0fb36aa5758afa5d5bc5f
20132c369488c73d3413d390eb30e087e26caad6
/diagrams/src/scenario-flow.puml
6c0114b5f5bcee6621348ea08e63300dc109da78
[ "Apache-2.0" ]
permissive
jancamenisch/offline-vcreds
351bf28fd4f5d1766c9a44e1eb81d22c51e55685
3b469a2b11b47a447b61f11f8adfbedfe385c3df
refs/heads/master
2020-03-26T16:50:16.732937
2018-08-14T13:34:17
2018-08-14T13:34:17
145,126,598
0
0
Apache-2.0
2018-08-17T13:53:21
2018-08-17T13:53:21
null
UTF-8
PlantUML
false
false
607
puml
@startuml autonumber title Verified Credentials for Offline Interactions\n actor "Alice" as Holder participant "Holder-Agent" as HA participant "Verifier-Agent" as VA actor "Bob" as Verifier group Secure Connection for Proofing Process Holder->HA: Open Digital Wallet Verifier->VA: Open Digital Wallet Verifier->VA: Select desired proof request Verifier->VA: Start challenge process VA->HA: Request connection HA->VA: Accept Connection VA->HA: Send proof-request HA->HA: Verify proof-request Holder->HA: Select credentials for response HA->VA: Send proof-response VA->VA: Validate response end @enduml
false
true
false
false
sequence
4a2df54544ceffed7b38e660c68611dd22b83bfb
ade32103d8b1252195ae66021f51639d13b8bbd4
/docs/img/pldotnet-sequence-diagram.puml
7494bc7605e3875a3df2e34e402a4e7eb5226459
[ "PostgreSQL" ]
permissive
Brick-Abode/pldotnet
a5c7b9e4e41a0faad5a0a496340cc8c24de263b2
a5a56f42a633c17e16690047ca1b6423f34e0276
refs/heads/master
2023-05-26T02:55:57.615505
2023-01-30T18:30:35
2023-01-30T18:30:35
582,709,302
10
3
PostgreSQL
2023-05-14T21:58:46
2022-12-27T16:40:23
PLpgSQL
UTF-8
PlantUML
false
false
3,293
puml
@startuml !pragma useVerticalIf on participant "PostgreSQL" as S participant "pl/dotnet: C" as D participant "pl/dotnet: C#/UserHandler" as H participant "pl/dotnet: C#/UserFunction" as F autonumber S -> D: pldotnet_generic_handler(FunctionCallInfo fcinfo, bool is_inline, pldotnet_Language language="csharp") group Main call from C into dotnet D -> H: CallUserFunction (arguments: List<IntPtr>, output: IntPtr, isnull: bool[]) group Convert each Datum to dotnet values to pass to function H -> H: argument_0 = InputNullableValue(arguments.[0], isnull.[0]) H -> H: InputValue(arguments.[0]) H -> D: pldotnet_GetInt32(arguments.[0]) D -[dotted]->> H: return(value) H -[dotted]->> H: return(value) // return from InputValue() H -[dotted]->> H: return(value) // return from InputNullableValue() H -> H: argument_1 = InputNullableValue(arguments.[1], isnull.[1]) H -> H: InputValue(arguments.[1]) H -> D: pldotnet_GetInt16(arguments.[1]) D -[dotted]->> H: return(value) H -[dotted]->> H: return(value) // return from InputValue() H -[dotted]->> H: return(value) // return from InputNullableValue() end group UserFunction call H -> F: user_function(argument_0, argument_1) F -> F: result = a + b F -[dotted]->> H: return(result) // from user_function() end group Convert dotnet value to Datum & set for return H -> H: IntHandlerObj.OutputNullableValue(result); H -> D: pldotnet_CreateDatumInt32(result) D -[dotted]->> H: return(resultDatum) H -[dotted]->> H: return() // from IntHandlerObj.OutputNullableValue(result) end H -[dotted]->> D: return(success) // from CallUserFunction() end D -[dotted]->> S: return(datum) // from pldotnet_generic_handler() @enduml ''' namespace PlDotNET.UserSpace ''' { ''' public static class UserFunction ''' { ''' public static int? integertest(int a, short b) ''' { ''' #line 1 ''' return a + b; ''' } ''' } ''' public static class UserHandler ''' { ''' public static IntHandler IntHandlerObj = new IntHandler(); ''' public static ShortHandler ShortHandlerObj = new ShortHandler(); ''' public static unsafe void CallUserFunction(List<IntPtr> arguments, IntPtr output, bool[] isnull) ''' { ''' #line 1 ''' // As the SQL function named integertest is `STRICT` or `RETURNS NULL ON NULL INPUT`, ''' // `PL.NET` doesn't check whether any argument datum is null. ''' // You can also set true for the `Engine.AlwaysNullable` variable ''' // to always check whether the datum is null. ''' // BEGIN create arguments for integertest ''' var argument_0 = IntHandlerObj.InputValue(arguments[0]); ''' var argument_1 = ShortHandlerObj.InputValue(arguments[1]); ''' // END create arguments for integertest ''' var result = PlDotNET.UserSpace.UserFunction.integertest((int)argument_0, (short)argument_1); ''' var resultDatum = IntHandlerObj.OutputNullableValue(result); ''' OutputResult.SetDatumResult(resultDatum, result == null, output); ''' } ''' } ''' }
false
true
false
false
sequence
0b80966381d1e8ff029328b0a542d21e620511f9
c629acfffbec95f0b3eca4c11a7fe61d0f882041
/core/docs/core_classes.puml
3052799221146209091c2c7c55cd5c7ebc6c72f9
[]
no_license
saratoga8/sights_detect
6ebe37ecc3deff31e0509200efa0fb32c05e3d95
5be3a6f865f2e187d8bdfa83caca8158dbf0f34c
refs/heads/master
2021-07-24T07:37:15.928914
2020-10-01T09:19:40
2020-10-01T09:19:40
194,370,159
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,063
puml
@startuml abstract class Controller { {abstract}-storage {abstract}-properties -paths +detections +start() +stop() } class DesktopController { #storage } class DetectionsStorage { -path +save() +load() } class ObjectSeekerFactory { +getObjSeekers() } class PicSeekerFactory { +getPicSeekers() } class Detection { +path +descriptions +state } class Request { -properties +post() } class GoogleResponse { } Controller *- Properties Controller *- DetectionsStorage Controller *- "0..*" Detection Controller o..> Detections Controller o..> "1..*" Seeker Controller ..> ObjectSeekerFactory Controller ..> PicSeekerFactory DesktopController ..> Properties DesktopController *- DetectionsStorage Request o..> GoogleResponse Detection *- Detections Seeker o..> "1" Detection PicsSeeker ..> Detection PicSeekerFactory ..> DesktopFS PicSeekerFactory o..> "0..*" Seeker PicSeekerFactory ..> Detection PicSeekerFactory o..> "0..*" PicsSeeker DesktopFS o..> "0..*" Detection ObjectSeekerFactory ..> Properties ObjectSeekerFactory ..> Detection ObjectSeekerFactory o..> "0..*" Seeker ObjectSeekerFactory o..> "0..*" GoogleObjSeeker ObjectSeeker ..> Detection GoogleVision ..> Properties GoogleVision *- Request GoogleVision o..> GoogleRequest GoogleVision o..> GoogleResponse GoogleObjSeeker o..> "0..*" Detection GoogleObjSeeker *- Properties GoogleObjSeeker o..> GoogleVision GoogleObjSeeker o..> GoogleResponse GoogleObjSeeker ..> Detections interface ObjectSeeker { } enum Detections { PROCESSING NO FOUND UNKNOWN } interface Seeker { {abstract} +find() {abstract} +stop() } interface PicsSeeker { +picFormats {abstract} +find() {abstract} +stop() } Controller <|.. DesktopController PicsSeeker <|.. DesktopFS Seeker <|.. PicsSeeker ObjectSeeker ..|> Seeker ObjectSeeker <|.. GoogleObjSeeker class DesktopFS { -dirPath -recursive +find() +stop() } class GoogleObjSeeker { -path -properties +find() +stop() } class GoogleVision { -properties +doRequest() } @enduml
false
true
false
false
class
68390fcf8ea863a1378d73f21f0608ce78e74dad
ddd27ef7207e3b508ba557b6f5ca1b2bd172a734
/app/UML/Olivia/OliviaConc4.puml
5f56ca2cf40058204757e4d2134604756fd60459
[]
no_license
QRP0002/Wireless_Quote
7c095f66043b7780f03d624be2fe7956b3369a27
0b4762a69db0ebada3d518573e7618a0e57f0368
refs/heads/master
2020-06-04T02:48:51.629364
2015-05-01T12:49:49
2015-05-01T12:49:49
33,549,841
0
0
null
2015-04-16T20:57:50
2015-04-07T14:57:28
Java
UTF-8
PlantUML
false
false
1,191
puml
@startuml Employee -> SystemHomePage : Log In activate Employee activate SystemHomePage activate EmployeeHomePage SystemHomePage -> EmployeeHomePage : onCreate() EmployeeHomePage -> EmployeeHomePageController: onCreate activate EmployeeHomePageController Employee -> EmployeeHomePage : Create New Quote EmployeeHomePage -> EmployeeHomePageController : createNewQuote() EmployeeHomePageController -> CreateQuotePage : On Create activate CreateQuotePage CreateQuotePage -> CreateQuotePageController : onCreate() activate CreateQuotePageController CreateQuotePage --> Employee : Empty Fields Employee -> CreateQuotePage : Fill Out Fields Employee -> CreateQuotePage : Submit New Quote CreateQuotePage -> CreateQuotePageController : Send Information CreateQuotePageController -> CreateQuotePageController : Validate CreateQuotePageController -> CalculateCostController : onCreate() activate CalculateCostController CreateQuotePageController -> CalculateCostController : validate(False) CalculateCostController --> CreateQuotePageController : informationError(True) CreateQuotePageController --> CreateQuotePage : Need Information CreateQuotePage --> Employee : Display: Need Information @enduml
false
true
false
false
sequence
3924e13480b5b8b4c3a6449a67c8240905ce789c
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/intermediate/oop/demo/demo01_object_creation/without_constructor/without_constructor.plantuml
55e89f9b992b50040700b16eb769669d44034be5
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
982
plantuml
@startuml title __WITHOUT_CONSTRUCTOR's Class Diagram__\n namespace global.skymind { namespace training.intermediate.oop.demo.demo01_object_creation { namespace without_constructor { class global.skymind.training.intermediate.oop.demo.demo01_object_creation.without_constructor.Demo01_ClassAndObjects { {static} + main() } } } } namespace global.skymind { namespace training.intermediate.oop.demo.demo01_object_creation { namespace without_constructor { class global.skymind.training.intermediate.oop.demo.demo01_object_creation.without_constructor.Person { ~ age : int ~ name : String ~ eat() ~ intro() ~ walk() } } } } 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
f9149488c50e78c435982e0baae040eeeea673a8
9719552a1c9d48895aa95b7235a414ce4f9be2a4
/builder/src/builder/builder.puml
966ac8531d4e29ebc109e4391c65d21bd312bee0
[]
no_license
lzyJava666/designMode
c2b582702ddb38eecf65b355408a937c8678f8c9
cf3bee2e67ece800853efe6b0a1c06bde8c16bbf
refs/heads/main
2023-03-07T13:55:48.882683
2021-02-04T07:59:16
2021-02-04T07:59:16
325,688,331
1
0
null
null
null
null
UTF-8
PlantUML
false
false
485
puml
@startuml class House{ color:String heigh:float } interface HouseBuilder{ house:House=new House() piling():void walls():void capping():void build():House } HouseBuilder *-- House class CommonHouse class Villa HouseBuilder <|.. CommonHouse HouseBuilder <|.. Villa class HouseDirector{ houseBuilder:HouseBuilder createHouse():House } HouseDirector o-- HouseBuilder class client client ..> HouseDirector client ..> CommonHouse client ..> Villa @enduml
false
true
false
false
class
3fa7654b25632458629f30c169d87694a0ce0658
6a5e245caa0dcbee9fadd99b05c3ed67aad9da2c
/out/production/Sales/Sales.puml
bd86ae647189a6720fc0c12c402f3ae5e387b001
[]
no_license
jimmyrabbit88/BridgeDP
4cf48bb5d73a7a2b87aef9188d78c1a041030b9f
f40747b29a1e3edaac29a5bded2baf31c1a6bfb9
refs/heads/master
2023-01-13T13:06:00.664423
2020-11-22T11:30:00
2020-11-22T11:30:00
312,625,783
0
0
null
null
null
null
UTF-8
PlantUML
false
false
710
puml
@startuml skinparam classAttributeIconSize 0 PictureAdCar o-- Car TextAdCar o-- Car PictureAdFurniture o-- Furniture TextAdFurniture o-- Furniture class DisplayBehaviour{ -display() } class PictureAdCar{ - Car car - DisplayBehavior display behaviour + display(): String } class TextAdCar{ - Car car + display(): String } class PictureAdFurniture{ - Furniture furniture + display(): String } class TextAdFurniture{ - Furniture furniture + display(): String } class Car{ - String picUrl - String make - String model - String[] features - int price } class Furniture{ - String picUrl - String description - float price } @enduml
false
true
false
false
class
6ab50df7f949fa855be5fc6aa2c38826a9079cf6
91af97261776c9456c809597025f96764615190e
/example/shared/app.puml
18e76695ce0ce811c92069bdff86c81b6fe72e24
[]
no_license
pcarroll-inmotion/FlowKit
29ef577ec234a9611019d9ed634b96e8bce1a33c
021aa7de9b57e1f1714f4fa73c1952d68f385d24
refs/heads/master
2023-01-28T23:23:35.789207
2020-04-22T14:07:54
2020-04-22T14:07:54
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
91
puml
@startuml [*] --> Home Home --> Login Home --> Home Login --> Home Home --> [*] @enduml
false
true
false
false
state
795ac32b0fd2d4c804087bff4e3327ef226d41e3
f16bbddd5bab88fa7b338cf125ebfb11d8518e54
/Tower_Defense_Maxime_LANGLET/src/sample/diagram_PNJ.puml
2f86786ae480367a788f04d15d534dd891443981
[]
no_license
Maxlanglet/Tower-Defense-with-JAVAFX
4a56f702f792b4b602a852eb8e0452a5064c48e0
1e96def9a690499ec3ac8c0e5e099264315b1b97
refs/heads/master
2022-06-26T03:50:20.730985
2020-05-11T16:53:25
2020-05-11T16:53:25
263,100,332
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,446
puml
@startuml 'Ces diagrammes n'ont pas été généré automatiquement mais c'est moi même qui ait coder ' 'ces diagrammes' !define DARKBLUE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml ' your UML ' scale 0.6 Waves o-- "*" PNJ PNJ "1"*--"1" HealthBar : has PNJ "1"*--"1" path : has (PNJ, path) ... HealthBar PNJ <|--- LightEnemy PNJ <|--- HeavyEnemy class Waves{ - pnjs : ArrayList<PNJ> - wave_num : int - mult_num : int - stackPane : StackPane - grid : grid - labels : Ressources - isGameOver : boolean - timer : Timeline "constructor" Waves(stackPane : StackPane, grid : grid, labels : Ressources) - update() - spawn_wave() - spawn_Light_Enemy() - spawn_Heavy_Enemy() - isNewWave() + setGameOver() + newGame() } class path{ - X : List<Integer> - Y : List<Integer> - X2 : List<Integer> - Y2 : List<Integer> - pathTransition : PathTransition - PNJpath : Path - r : Random - random : int - path12 : int - repositionX : int - repositionY : int - duration : Duration "constructor" path(duration : Duration, ressources : Ressources) "constructor" path( repositionX : double, repositionY : double, path12 : int, duration : Duration, ressources : Ressources) + setNode(node : Node) + newLevel() + size() : int } abstract class PNJ { # health : HealthBar # healthpath : path # isAlive : boolean # path : path # dammage : int # sante : double # duration : Duration # ressources : int # pane : Pane # hitbox : ImageView # spawnx : double # spawny : double # wave : Waves # lables : Ressources # stackPane : StackPane - timer : Timeline "constructor" PNJ(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) + setPause() + setPlay() + isInvisible() : boolean + update() + isDead() : boolean + doDamage() + removePNJ() + setDead() } class LightEnemy{ "constructor" LightEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) } class HeavyEnemy{ "constructor" HeavyEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources) } class HealthBar{ - rectInt : Rectangle - innerWidth : double "constructor" HealthBar(path : path) + getDammage(value : double) + getHealth() : double } @enduml
false
true
true
false
class
459be804154d4f6d397d82316fd2314051862cfe
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Utils/StacktraceFilter.puml
d30a8b29ba3bfa3b807c35cc31608bb930fd4636
[]
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
111
puml
@startuml class StackTraceFilter <<static>> { + {static} Filter(inputStackTrace:string) : string } @enduml
false
true
false
false
class
a7a0899c09ffeeb8a79e24c65b9a11a1171ee0fb
cdae9f2c0be2ac42d728f1895a6d9284eab7e02c
/vortrag/images/src/pu/usecase/generalUsecase.plantuml
df868608326212c207d873b126961304e1cf43e6
[]
no_license
fab-du/documentations
943c7b8edf6fdd605feb54337616d19ac92446f3
2fd118d6e25f72472ef0bd36bc64fa964344238c
refs/heads/master
2021-01-21T14:01:15.730145
2016-05-09T16:43:07
2016-05-09T16:43:07
53,966,952
0
0
null
null
null
null
UTF-8
PlantUML
false
false
614
plantuml
@startuml skinparam packageStyle rect actor Bob rectangle LocalServer { left to right direction usecase UC_req as "Request" usecase UC_simple_req as "Request without \n cryptographie Operations" usecase UC_crypto_req as "Request envolving \n cryptographie Operations" usecase UC_cryptographie as "Processing Cryptographie Operations" UC_req <|-- UC_simple_req UC_req <|-- UC_crypto_req UC_crypto_req --> UC_cryptographie Bob --> UC_req } left to right direction rectangle RemoteServer{ } left to right direction UC_simple_req --> RemoteServer UC_cryptographie --> RemoteServer @enduml
false
true
false
false
usecase
b248cbcc74a7f23b209f5a19d51ef1ece0443729
636d88cc43ec1ba57c3699ed58d0cec51a1a3084
/UML/class_diagram/Singleton_Class_diagram.puml
f02a575ee247d4ffe0a12039051db0e0472355fb
[]
no_license
ahmedAlraimi/Tasarim
088944d13cbdaeea4e0537f7035b1e7ad618c91c
c5a1ee24b3c57561cca80fd7a6e81359bde5b040
refs/heads/master
2020-04-26T15:33:28.741752
2019-07-10T13:09:39
2019-07-10T13:09:39
173,650,584
0
1
null
null
null
null
UTF-8
PlantUML
false
false
896
puml
@startuml skinparam classAttributeIconSize 0 class Demo_index{ } class LocationController{ {field} - location : Location {field} - view : LocationView {method} + setModel() {method} + setView() {method} + getLocation() {method} + useLocation() } class LocationView{ {method} + printLocation() } class Location{ {field} - type : String {field} - action : String {field} - location : MeetingHallSingleton {method} + getLocation() } class MeetingHallSingleton{ {field} - title : String {field} - limit : Integer {field} - type : String {static} - is_occupied {static} - hall {static} + reserve() {method} + checkOut() {method} + getTitle() {method} - __construct() {method} - __clone() {method} - __wakeup() } LocationController <- Demo_index : uses LocationView <- LocationController : updates LocationController --> Location : uses Location --> MeetingHallSingleton : asks @enduml
false
true
false
false
sequence
0c2f10387a2270176a18e9fe0832f6ddcac123a1
7125836b45d79a4b47619227ff1150d2c4fd4ae0
/entwurf/beendigungsphase.plantuml
c2d494dcd705e73b30923fa531117fae180a1029
[]
no_license
erlangh8er/Verteilter-Algorithmus
72d4f7a0d56b06edad52872ae6a9af67ab5be00d
a0ce12720b8f2fd9235c3b362139a60e13787d16
refs/heads/main
2023-04-05T14:44:57.473720
2021-04-07T13:41:13
2021-04-07T13:41:13
355,557,234
0
0
null
null
null
null
UTF-8
PlantUML
false
false
844
plantuml
@startuml Beendigungsphase actor Client #red participant Koordinator participant Namensdienst participant ggTProzess participant NachbarggtProzess == Beendigungsphase == 'TODO: Mit Steffen besprechnen Client -> Koordinator : kill Koordinator -> ggTProzess : kill ggTProzess -> Namensdienst : {<PID>,{unbind,MeinName}} Namensdienst --> ggTProzess : ok ggTProzess -> ggTProzess: kill ggTProzess --> Koordinator : ok destroy ggTProzess Koordinator -> NachbarggtProzess : kill NachbarggtProzess -> Namensdienst : {<PID>,{unbind,MeinName}} Namensdienst --> NachbarggtProzess : ok NachbarggtProzess -> NachbarggtProzess: kill NachbarggtProzess --> Koordinator : ok destroy NachbarggtProzess Koordinator -> Namensdienst : {<PID>,{unbind,MeinName}} Namensdienst --> Koordinator : ok Koordinator -> Koordinator : exit() destroy Koordinator @enduml
false
true
false
false
sequence
27930a3958f51d3d6f3d8e6255b5b160a3e5e730
74c770248992ccf153f049539902a89521211242
/doc/uml/05_DeploymentDiagram.puml
c0982696e6bdd22d26e38768d14aa60f5b4136d6
[]
no_license
Zepmanbc/oc_dapython_pr4
2e714fbae237bd01302db6c1ddc2856c295fe4af
410fe16d2427a5e8bb4688cad51928daf2444589
refs/heads/master
2020-04-14T22:19:00.503173
2019-01-28T21:15:10
2019-01-28T21:15:10
164,157,948
0
0
null
2019-01-07T21:05:14
2019-01-04T21:46:56
null
UTF-8
PlantUML
false
false
336
puml
@startuml 05_DeployementDiagram title Diagramme de déploiement actor Humain agent Browser cloud { node ServeurWeb{ component ApplicationDjango } database PostgreSQL } node Banque Humain - Browser Browser - ApplicationDjango ApplicationDjango -- PostgreSQL ApplicationDjango --Banque Browser -- Banque @enduml
false
true
true
false
sequence
8b5a2d10f03c30daa9c08f06d01b0d5763d98dfa
c81b7b697e927417a35e531da84cc15be386cfbb
/src/main/java/com/wordpython/decorator/decorator.puml
6d9656f3c443226f5acb23a4e2cc81f19f65df8b
[]
no_license
wordpython/DesignPattern
9d3f98a732bc3d0a2bc7950456cdfa69f09ab6c3
92125162b0e55cd00c0a04e45fec81c8244ac513
refs/heads/master
2021-02-18T14:44:21.797776
2020-03-05T16:11:59
2020-03-05T16:11:59
245,207,022
0
0
null
null
null
null
UTF-8
PlantUML
false
false
732
puml
@startuml abstract class Drink{ + String des - float price {abstract} float cost() } class Coffee{ + float cost() } class Decorator{ - Drink drink + Decorator(Drink obj) + float cost() + String getDes() } class Espresso{ + Espresso() } class DeCaf{ + DeCaf() } class LongBlack{ + LongBlack() } class ShortBlack{ + ShortBlack() } class Milk{ + Milk(Drink obj) } class Soy{ + Soy(Drink obj) } class Chocolate{ + Chocolate(Drink obj) } class CofferBar{ } Coffee --|> Drink Decorator --|> Drink Decorator *-- Drink Chocolate --|> Decorator Milk --|> Decorator Soy --|> Decorator DeCaf --|> Coffee Espresso --|> Coffee LongBlack --|> Coffee ShortBlack --|> Coffee @enduml
false
true
false
false
class
8200f1e6d2eaf80a1baa17b004b5bebe986a0372
cce29a57ba4a057a882f22a930a104546431ccc4
/ch2/observer_example/patternized/classdiagram_patternized.puml
07fbfbdfb673151c000b9cb68b71475fa82ad100
[]
no_license
Jonghwanshin/embedded_design_pattern
9c98654aa7016ed36f2c7e8bc6db42b013e84160
751ac291d27a336060144c8d805406aa18d5926f
refs/heads/master
2021-04-26T04:39:32.035639
2019-10-05T04:24:36
2019-10-05T04:24:36
124,033,966
2
0
null
null
null
null
UTF-8
PlantUML
false
false
2,129
puml
@startuml classdiagram for observer pattern scale 2 class PatternLib::AbstrctObserver{ install():void update(instanceNum:int, value:int): void } class PatternLib::AbstractSubject{ nSubcribers:int = 0 value:int subscribe(updateFuncAddr:UpdateFuncPtr):void unsubscribe(updateFuncPtr:UpdateFuncPtr):void notify():void } class NotificationHandle{ updateAddr:UpdateFuncPtr } class TMDQueue{ head:int=0 size:int=0 nSubscribers:int=0 insert(tmd:TimeMarkedData):void remove(index:int):TimeMarkedData isEmpty():boolean getNextIndex(index:int):int notify(tmd:TimeMarkedData):void subscribe(updateFuncAddr:UpdateFuncPtr):void unsubscribe(updateFuncAddr:UpdateFuncPtr):void } class ECG_Module{ lead1:int lead2:int dataNum:int setLeadPair(l1:int,l2:int):void acquireValue():void } class ArrythemiaDetector{ pvcCount:int STSegmentHeight:int firstDegreeHeatBlock:int Two_one_heartBlock:int prematrueAtrialContraction:int fibrillation:int ' index:int=0 identifyArrthmia():void ' getDataSample():void update(tmd: TimeMarktedData):void init() cleanup() } class QRSDetector{ heartRate:int ' index:int computeHR():void ' getDataSample():void update(tmd: TimeMarktedData):void init() cleanup() } class HistorgramDisplay{ ' index:int=0 updateHistogram():void ' getValue():void update(tmd: TimeMarktedData):void init() cleanup() } class WaveformDisplay{ index:int=0 display():void ' getScalarValue():void update(tmd: TimeMarktedData):void init() cleanup() } NotificationHandle <-- NotificationHandle NotificationHandle <-- TMDQueue PatternLib::AbstrctObserver <|-- WaveformDisplay PatternLib::AbstrctObserver <|-- HistorgramDisplay PatternLib::AbstrctObserver <|-- QRSDetector PatternLib::AbstrctObserver <|-- ArrythemiaDetector PatternLib::AbstractSubject <|-- TMDQueue TMDQueue <-- ECG_Module TMDQueue <-- ArrythemiaDetector TMDQueue <-- QRSDetector TMDQueue <-- HistorgramDisplay TMDQueue <-- WaveformDisplay @enduml
false
true
false
false
class
7f633a546502168fa6f4bced6d5a55069922f16d
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140263/sprint3/forms_editor_analysis.puml
2cb78cdc2f0ebd3ec985fc27fa124a25ee242a70
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
460
puml
@startuml doc-files/forms_editor_analysis.png actor User User->System: Starts the process. System->User: Opens the window with options add or remove. System->User: Presents the option to add or remove. User->System: Chooses an option. System->User: ask the name of the label and the textbox description User->System: Answer. System->User: Adds a new line. User->System: If the chosen option is to remove. System->User: Removes one line in the window. @enduml
false
true
false
false
sequence
e12b1e82abcf112482360292563a786b0b1989a8
5d180276957df094f09ee511e05786316537f25d
/src/main/java/month/month.plantuml
2523adb766613eee19bb8ca7fc04f73a013e1875
[ "Apache-2.0" ]
permissive
SomberOfShadow/Local
f727189f1791de203f1efd5cd76b8f241857e473
474e71024f72af5adf65180e5468de19ad5fdfd8
refs/heads/main
2023-07-18T04:11:49.240683
2021-09-07T15:55:28
2021-09-07T15:55:28
389,494,221
0
0
null
null
null
null
UTF-8
PlantUML
false
false
336
plantuml
@startuml title __MONTH's Class Diagram__\n namespace month { class month.getMonthTest { {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
d03f8eb05682b7a8167aeb3611b4ddf36ca285e7
a312e266365b7854cda81f8315faa33e51c30074
/CinnamonCinema.puml
9713127efeef55c2de836b89fba70d7830847717
[]
no_license
abinormal/CinnamonCinemas
23574afaf56798108aaac4aedab68e85c8fd5ee9
01bb9a5eaebdba04d9b61ce4c873f22cf3d92e10
refs/heads/main
2023-08-19T13:37:52.957126
2021-10-22T12:35:14
2021-10-22T12:35:14
419,246,936
0
0
null
null
null
null
UTF-8
PlantUML
false
false
322
puml
@startuml 'https://plantuml.com/class-diagram Cinema --{ "many" Customer Cinema -- Controller class Controller { +customer:ArrayList } class Cinema { -seats: array[][] +allocateSeats(seats int):int +print() } class Customer{ +id : int +seats : String[] +print() +print(id : int) } @enduml
false
true
false
false
class
8e25fd6d5b51ee27645d886baf4af5d60a0767bc
7b8fef858e7115df5778699d803ff63467617d18
/doc/headers.plantuml
863009984c9b04148fbd563052234b8696193498
[ "MIT" ]
permissive
bratkartoffel/security-jwt
9a92a87a0a3facd795130d2d564659881fdcfab5
ee73ab364dd5f71e63dc54257439a4dec4af4f5e
refs/heads/develop
2023-08-16T12:45:49.336620
2023-07-31T04:16:16
2023-07-31T17:00:02
91,423,639
36
4
MIT
2023-09-13T02:08:48
2017-05-16T06:30:10
Java
UTF-8
PlantUML
false
false
1,522
plantuml
@startuml actor "User" as u participant "Microservice" as ms participant "JWT Library" as jwtl database "JDBC\nDatabase" as db database "RefreshTokenStore\nmodule" as rstore == Fetching tokens == activate u u -> ms: POST /auth/login\n(username, password) activate ms ms -> jwtl: validate credentials activate jwtl jwtl -> db: validate credentials\nwith JDBC activate db db --> jwtl: user details deactivate db jwtl -> jwtl: create tokens alt refresh-module jwtl -> rstore: store refresh token activate rstore rstore --> jwtl: OK deactivate rstore jwtl --> u: 200 Ok\n(AccessToken, RefreshToken) else no-module jwtl --> u: 200 Ok\n(AccessToken) end deactivate ms deactivate jwtl == Using tokens == u -> ms: GET /foobar\nAuthorization: AccessToken activate ms ms -> jwtl: Check authorization activate jwtl jwtl -> jwtl: Parse token jwtl -> jwtl: Validate token jwtl --> ms: OK deactivate jwtl ms -> ms: Some business logic ms --> u: Result of call deactivate jwtl deactivate ms == Using refresh token == alt refresh-module u -> ms: POST /auth/refresh\n(RefreshToken) activate ms ms -> jwtl: use token activate jwtl jwtl -> rstore: validate and delete token activate rstore rstore --> jwtl: OK deactivate rstore jwtl -> db: validate userdetails\nwith JDBC activate db db --> jwtl: ok deactivate db jwtl -> jwtl: create tokens jwtl -> rstore: store refresh token activate rstore rstore --> jwtl: OK deactivate rstore jwtl --> u: 200 Ok\n(AccessToken, RefreshToken) deactivate ms deactivate jwtl end deactivate u @enduml
false
true
false
false
usecase
7b25b240da12ed0e690f60f608a880ada70ed3cc
299b128aa49ea8056a297d9ac1141bd3837b0c71
/src/main/java/ex43/ex43.puml
a9a63516d7ab9ad2103f5512ceb3d1c2270e4968
[]
no_license
DyroZang/mousa-cop3330-assignment3
b9cbe9cfe95bc82797f426b986b65a1010a660ab
85d49ecd8592919592be8706fc54b2b37d62a450
refs/heads/master
2023-08-23T11:14:59.921548
2021-10-11T21:10:09
2021-10-11T21:10:09
416,087,579
0
0
null
null
null
null
UTF-8
PlantUML
false
false
181
puml
@startuml class ex43.App { ~ {static} void printer(String[]) ~ {static} void establishFiles(String[]) ~ {static} String[] prompter(String[]) + {static} void main(String[]) } @enduml
false
true
false
false
class
f3793e816ccbc7630305c12a6f22fd6691393e24
cf4a96462c2391f2af0893e6a5afbfdf46ab37ac
/Diagramas/Puml/processor_inferior.puml
d41c0b4f141bbe12037c6120440d36e4abd4d58d
[]
no_license
Alex1161/tp1
e84f08dd3546c03cd467dd1c7edc0e7ce6795085
03759a87a502b0ad183f641077b065413d07fbcc
refs/heads/master
2023-01-07T12:31:21.609474
2020-11-01T15:02:54
2020-11-01T15:02:54
302,702,659
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,147
puml
@startuml Processor inferior hide circles skinparam ClassAttributeIconSize 0 hide interface fields Class Encryptor{ -nombre: char * -key: char * +encode(message: const char *, message_size: size_t, result: unsigned char *): int +decode(code: unsigned char *, code_size: size_t, message: char *): int } Class Socket{ -fd: int +socket_bind_listen(service: const char *): int +socket_accept(peer: socket_t *): int +socket_connect(host: const char *, service: const char *): int +socket_send(buffer: const char *, length: size_t): int +socket_receive(buffer: char *, length: size_t): int } Class File_processor{ -name: const char* -file: File * -file_size: size_t +file_processor_read(msg: char *): size_t +file_processor_write(buffer: char *, size_buffer: size_t): size_t } class Processor{ +processor_process_client(server_host: const char *, server_port: const char *, file_name: const char *): int +processor_process_server(server_port: const char *, file_name: const char *): int } Processor *-up- File_processor Processor -up-> Socket Processor -down-> Encryptor @enduml
false
true
false
false
class
b0dab78ab9646bc74873060daa40de4ef7acd37c
5124b2dbc6276b681910d5584179a02ddc345669
/documentation/uml/class/Main.puml
99f882602ac34487dabe92fd6ab3fed9c20a9f3e
[]
no_license
Dedda/paintball
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
refs/heads/master
2020-12-30T09:58:02.507682
2015-06-16T17:22:59
2015-06-16T17:22:59
30,232,508
1
1
null
null
null
null
UTF-8
PlantUML
false
false
82
puml
@startuml class hotel.main.Main { + {static} main(String[]) : void } @enduml
false
true
false
false
class
8b2f436293eae74ea897a6be7d3edb58488c31c2
0cb29c43efe769f3399305a621f91363fba64585
/uml/command_class.puml
b51d3d8ca14a53cafc65f0db8ecbbc54b963e4d3
[]
no_license
lsy563193/design_patterns
94c924b4e2b199656d8e7d7d952e496d64d90481
b4a02421c62d5da8a41b2d2b0f23dfd8843cbb99
refs/heads/master
2020-03-07T17:25:40.888472
2018-04-01T09:59:07
2018-04-01T09:59:07
127,610,812
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,001
puml
@startuml abstract Command { + void execute() } ConcreteCommand -up-|> Command abstract Receiver{ + void action() } class ConcreteCommand { Receiver *m_pReceiver; } class Invoker { void call() } Clien -right->Receiver Receiver -right-> ConcreteCommand Invoker -right-> Command @enduml ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @startuml abstract Command { -ConcreteReceiver1 -ConcreteReceiver2 -ConcreteReceiver3 --- + void execute() } interface Receiver{ + void command1() + void command2() + void command3() } class Invoker { void setCommand() void call() } Clien -right->Invoker Invoker -up--> Command Command -up->ConcreteReceiver1 Command -up->ConcreteReceiver2 Command -up->ConcreteReceiver3 Command -down-> ConcreteCommand1 Command -down-> ConcreteCommand2 Command -down-> ConcreteCommand3 ConcreteReceiver1 -up-|> Receiver ConcreteReceiver2 -up-|> Receiver ConcreteReceiver3 -up-|> Receiver @enduml
false
true
false
false
class
f89df584f24ceac533dae9f262eb7d068ecbb7f5
24ca4d272192509dd1793344d8a81586f5786eac
/shiro/A_Class_UML/ReflectionBuilder.Statement .puml
eb114e81d162e15865dcbf1fff1d10c2e5ffa3cd
[]
no_license
ljhupahu/MyProject
e5c92227e3252618ad5873427fdec585dd8d24c6
9bf94b4fc95a8012d024a6a8b6250f1b56367e15
refs/heads/master
2019-07-12T03:51:53.230109
2018-04-24T14:31:06
2018-04-24T14:31:06
92,294,198
0
0
null
null
null
null
UTF-8
PlantUML
false
false
361
puml
@startuml abstract class ReflectionBuilder.Statement{ protected final String lhs; protected final String rhs; protected Object bean; private Object result; abstract Object doExecute(); } ReflectionBuilder.Statement <|-- ReflectionBuilder.AssignmentStatement ReflectionBuilder.Statement <|-- ReflectionBuilder.InstantiationStatement @enduml
false
true
false
false
class
c805b88fe94996757f3edf02283504553ec3685d
3632fd7883057ab7158a1aae3c30dcd301140256
/dependency-graph.puml
7d96d3f030cc58e930ffce6a476aa13be86c7de6
[ "MIT" ]
permissive
hussein-aitlahcen/frunk
fb6c840948ee8401a3ea69f364731a34e0d6a824
f1926d75a328aa23209175f067ec3ea1a2689628
refs/heads/master
2023-08-12T01:28:54.769774
2021-09-15T10:07:42
2021-09-15T10:07:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
586
puml
@startuml participant core as c participant proc_macro_helpers as pmh participant proc_macro_impl as pmi participant proc_macros as pm participant derives as d participant frunk as f participant laws as l c --> d: dev-dependency c --> pm: dev-dependency c --> f: dev-dependency pmh -> c: dependency pmi -> c: dependency pmi -> pmh: dependency pm -> c: dependency pm -> pmi: dependency pm --> f: dev-dependency d -> c: dependency d -> pmh: dependency f -> c: dependency f -> pm: dependency f -> d: dependency f --> l: dev-dependency l -> c: dependency l -> f: dependency @enduml
false
true
false
false
sequence
151a0e55dccd37158c24763eb9f32b1438774e61
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CountryNotConfiguredInStoreError.puml
10a800428cb208f17c9a7753a92b48a2ccdff766
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
519
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface CountryNotConfiguredInStoreError [[CountryNotConfiguredInStoreError.svg]] extends ErrorObject { code: String message: String storeCountries: [[String.svg List<String>]] country: String } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
class
090bc9145cb29e82bfbadddc41986555c81d8d56
57e8b8da601d18fc1d3b94c01ea1cba7e0afeae5
/server/Izeat/src/java/fr/izeat/service/nutritionEngine/FoodItemsUML.puml
9555eb4e9a0786391581512ff389e56baa303956
[ "ISC" ]
permissive
baballev/Izeat
89091a7d34a51186ad1c6115301074f67c63b6f3
230416058c65a52e7ccdbbbc7a8cc14416b9a199
refs/heads/master
2022-10-31T22:20:55.149931
2020-06-08T14:42:04
2020-06-08T14:42:04
270,700,260
0
0
null
null
null
null
UTF-8
PlantUML
false
false
290
puml
@startuml class FoodItem { private NutritionValues nutritionValues private String name public NutritionValues getNutritionValues() public void setNutritionValues(NutritionValues nutritionValues) public String getName() public void setName(String name) } @enduml
false
true
false
false
class
791a74a0a9bd37b36f71c89826d75090db7c65dd
f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a
/clases/InformacionAsignaturas.iuml
eb2d2adbaac98c385685489dea2b96dc03485507
[]
no_license
alejflorg/Entregable-1
6a2b6ab4df1ba7e2d04a20f26400742559db65ca
e750bf10fbccc33cbc53ba35743f4be88401ff49
refs/heads/main
2023-01-06T01:14:49.249982
2020-11-01T16:39:43
2020-11-01T16:39:43
309,140,327
0
0
null
null
null
null
UTF-8
PlantUML
false
false
116
iuml
Class InformacionAsignaturas <<Entidad>> { nombre acronimo creditos curso tipo: TipoAsignatura }
false
true
false
false
class
fd5bbac837bf7ec6300af93a7ee360cb9ee4cf2f
2ff2c2e72ce3249ba3aafafa8cd4746a7fb0c7df
/assets/component-diagram.puml
c28fbb848a30a2b37864f5d3d42cf9f3567855d1
[ "MIT" ]
permissive
helipilot50/aerospike-and-kafka
7ee1e14eadb41efb9a75de60de57ce216eafecb0
90b64cb9f23ff3037beed169f842c2d51912c259
refs/heads/master
2023-04-29T12:43:09.668189
2019-08-21T12:38:06
2019-08-21T12:38:06
196,792,199
1
3
MIT
2023-04-12T21:27:20
2019-07-14T04:10:13
Java
UTF-8
PlantUML
false
false
936
puml
@startuml skinparam componentStyle uml2 together { package "Viewer" { component [Kafka\nCli] as kafCli } package "Producer" { component [Site Tracking\nTraffice simulator] as traffic component "Aerospike\nJava Client" as asClient } } package "Aerospike services" { () "3000" as asSocket component [Aerospike\nEnterprise\nEdition] as asee asSocket - asee () "8080" as asOutbound component [Aerospike\nOutbound Kafka\nConnector] as asKafka asOutbound - asKafka } package "Kafka and Zookeeper" { () "9092" as kafClient component [Kafka\nCluster] as kafCluster kafClient - kafCluster component [Zoo\nKeeper] as zookeeper } asClient <..> asSocket: TCP\nbinary\nprotocol traffic -r(0- asClient asee ..> asOutbound: HTTP(s) zookeeper <..> kafCluster asKafka .r.> kafClient: TCP\nbinary\nprotocol kafCli <.. kafClient: TCP\nbinary\nprotocol @enduml
false
true
false
false
class
e818c0bcc1c43998acdd529ed681d08e7787029d
25509ebe2a169a65c5e07c502099920657d34bf1
/assets/TERN/0_creative_approval.plantuml
d3cc51c71fde0154c137deb46daa9aaec66f12c7
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
abdi1965/turtledove
3e22817c805a935207b88e7127b41652dc97b932
acb1486b4a86dac487e2371c07a7a609d27c3dbe
refs/heads/master
2023-01-23T16:24:04.967192
2020-11-05T21:19:16
2020-11-05T21:19:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
749
plantuml
@startuml title Auditing mechanism participant "DSP" as dsp participant "SSP" as ssp rnote over ssp Ad network; has publishers; publishers have ad space to sell; joins buyers and sellers via auction. end note rnote over dsp Ad space buyer; has advertisers; show highest utility ads among all advertiser ads. end note dsp -> ssp : POST /ad-review {"name": "ad-123456789", ...} ssp -> dsp : (approved, "review-token-123879") ... dsp -> ssp : POST /ad-review {"name": "ad-333333333", ...} ssp -> dsp : (pending, "review-token-222222") ... dsp -> ssp : POST /check-review {"token": "review-token-222222"} alt approved ssp -> dsp : (approved, "review-token-222222") else rejected ssp -> dsp : (rejected, "brand safety prohibition") end @enduml
false
true
false
false
sequence
d31d5f0fcae2df0b36f560e46dabbdd1e083f85a
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/session/UserSessionManager.puml
5928f92448f1ecfa33ca821a5dfee9ff62275c3f
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
1,473
puml
@startuml class UserSessionManager { [[UserSessionManager.html]] {static} -LOG: Logger {static} -instance: UserSessionManager -activeSessions: Map<Integer, UserSession> -inactiveSessions: Map<Integer, UserSession> -usersAskedForPlayPause: Set<Integer> -usersAskedForNextTrack: Set<Integer> -usersAskedForPreviousTrack: Set<Integer> -usersAskedToTurnVolumeUp: Set<Integer> -usersAskedToTurnVolumeDown: Set<Integer> -scheduledExecutorService: ScheduledExecutorService {static} +getInstance(): UserSessionManager +store(Integer): void +countActiveSessions(): int +countInactiveSessions(): int +countPlayPauseRequests(): int +countNextTrackRequests(): int +countPreviousTrackRequests(): int +countTurnVolumeUpRequests(): int +countTurnVolumeDownRequests(): int +playPause(Integer): void +previousTrack(Integer): void +nextTrack(Integer): void +upvote(Integer, String): void +downvote(Integer, String): void +turnVolumeUp(Integer): void +turnVolumeDown(Integer): void +resetNextTrackRequests(): void +resetPreviousTrackRequests(): void +resetTurnVolumeUpRequests(): void +resetTurnVolumeDownRequests(): void +resetPlayPauseRequests(): void -deleteObsoleteSessions(): void +stop(): void } @enduml
false
true
false
false
class
2411cd9e5b6f921d9b13473cbef8f8604a185581
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/SubscriptionSetKeyAction.puml
ffa622d50b38109dd10908a432657bb534ad778b
[]
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
454
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 SubscriptionSetKeyAction [[SubscriptionSetKeyAction.svg]] extends SubscriptionUpdateAction { action: String key: String } interface SubscriptionUpdateAction [[SubscriptionUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
2c2d2ca15733c109e3ac7e63e9fc7bb065f0ce82
c067a7796bba1bcd97ed5d7a5a7877a3217d532c
/uml/Properties/Proxy/DatiProxy.puml
167d77b0cab2a037a5a1e6d7bbd1c18aaee644e7
[]
no_license
inifares23lab/PMO_Proj-DatiCovid
6897e2d04753c6faff3045aa2ac8822035683e14
186ec91ef3eb5647439c346909bfd8e7b3fb9e6e
refs/heads/master
2022-10-22T03:17:14.494294
2020-06-16T21:10:50
2020-06-16T21:10:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
261
puml
@startuml class DatiProxy { - _url : string - _path : string + DatiProxy(url:string, path:string) - GetDati() : Dati + DownloadDati() : JArray } IDati <|-- DatiProxy DatiProxy --> "_dati" Dati DatiProxy --> "check" CheckDataDownload @enduml
false
true
false
false
class
6f157bf8a88fcdb54efa52cd81b412a1dffce308
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/payment-upon-iot@0.7.0.puml
35c4eade379901c092ce7399ed67a8457fd8c9cb
[ "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
1,109
puml
@startuml class org.accordproject.payment.iot.CounterState << (A,green) >> { + ContractLifecycleStatus status + Double counter + Double paymentCount } org.accordproject.payment.iot.CounterState --|> org.accordproject.cicero.contract.AccordContractState class org.accordproject.payment.iot.ContractLifecycleStatus << (E,grey) >> { + INITIALIZED + RUNNING + COMPLETED } class org.accordproject.payment.iot.CounterResponse << (T,yellow) >> { + Double counter + Double paymentCount } org.accordproject.payment.iot.CounterResponse --|> org.accordproject.cicero.runtime.Response class org.accordproject.payment.iot.MonetaryAmountPayment << (T,yellow) >> { + MonetaryAmount amount } org.accordproject.payment.iot.MonetaryAmountPayment --|> org.accordproject.payment.PaymentReceived class org.accordproject.payment.iot.PaymentUponButtonContract << (A,green) >> { + AccordParty buyer + AccordParty seller + MonetaryAmount amountPerUnit + Integer paymentCount } org.accordproject.payment.iot.PaymentUponButtonContract --|> org.accordproject.cicero.contract.AccordContract @enduml
false
true
false
false
class
9eb4c17257aa2f534c2d6039e088e0c5970bda19
005b36d73fc283f007ac35ac9be6e97f812c9f98
/doc/wallet/design/wallet-arch.puml
5a86275363500a579b55e71ca00ea216d1032d52
[ "Apache-2.0" ]
permissive
colinandzxx/bitgrin
23ea7d6550e877a8d6635bedb13378f7673433c4
497f7756680ed321cb2c120c0bdd8684eee5f8bc
refs/heads/master
2020-06-05T07:54:17.034176
2019-06-15T16:17:16
2019-06-15T16:17:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,784
puml
@startuml bitgrin-wallet-overview skinparam componentStyle uml2 [BitGrin Node] as bitgrin_node folder "Provided by BitGrin" as services { component foreign_api [ **Foreign API** External-Facing functions - receive_tx, build coinbase ] component owner_api [ **Owner API** Functions used by wallet owner only - retrieve outputs, retrieve txs, get balances, send, etc. . . ] component libtx [ **Transaction Library (libTx)** Lower-Level transaction functions - Build transaction (via Slate), sign, build reward, fees, etc. . . ] component libwallet [ **Wallet Library (libWallet) ** - Higher level wallet functions (select coins, update wallet from node, etc) - Service Controller (instantiate libs, start listeners) ] () "Owner HTTP Listener (localhost only)" as owner_http () "Foreign HTTP Listener" as foreign_http () "Owner Single-Use" as owner_single () "Foreign Single-Use" as foreign_single } ' Trait definitions package "Traits Implemented by Wallets" as traits { database "WalletBackend" as wallet_backend database "KeyChain" as keychain component "NodeClient" as wallet_client } note left of wallet_client - Communication layer implementation - Handles underlying communication with bitgrin node or other wallets - HTTP implementation provided currently, (Other, more secure protocols possible.) end note note bottom of keychain - Handles all key derivation operations end note note bottom of wallet_backend - Implements underlying storage for wallet data - LMDB storage provided in default client, others possible (Flat-file, other DBs, etc) end note libtx <--> traits libwallet <--> traits note right of traits **Default Wallet simply a struct that provides** **implementations for these 3 traits** end note ' Client Side 'package "Provided as reference implementation" { [Pure JS Wallet Client Implementation] as js_client [Command Line Wallet Client] as cl_client component web_server [ V. Light Rust Web Server - Serve static files (TBD) (Provided by default - localhost only) (Serve up pure JS client) ] '} [External Wallets] as external_wallets [External Wallets] as external_wallets_2 wallet_client <--> bitgrin_node wallet_client <--> external_wallets_2 web_server <--> owner_http js_client <-- web_server cl_client <--> owner_single cl_client <--> foreign_single owner_single <--> owner_api foreign_single <--> foreign_api libwallet <--> libtx foreign_api --> libwallet owner_api --> libwallet js_client <--> owner_http owner_http <--> owner_api external_wallets <--> foreign_http foreign_http <--> foreign_api 'layout fix 'bitgrin_node -[hidden]- wallet_backend @enduml
false
true
false
false
sequence
7cf484e4b384cdb68b14b13e86525f1b00f4d088
2658a42eb6bbcc140cae19c1120864277f893b2f
/documentation/src/orchid/resources/assets/diagrams/constant.puml
0cc26f3414ffdeb4117c80902e2ee64bd64bccfe
[ "Apache-2.0" ]
permissive
tuProlog/2p-kt
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
6510ea0414985b708dd492ee240727f2e261176c
refs/heads/master
2023-08-17T18:41:12.310798
2023-07-19T10:34:16
2023-07-19T13:13:27
230,784,338
84
15
Apache-2.0
2023-09-13T22:49:25
2019-12-29T17:51:34
Kotlin
UTF-8
PlantUML
false
false
319
puml
@startuml left to right direction skinparam shadowing false interface Term { + isGround: Boolean + variables: Sequence<Var> + equals(other: Any): Boolean + structurallyEquals(other: Term): Boolean + freshCopy(): Term + toString(): String } interface Constant { + value: Any } Term <|-- Constant @enduml
false
true
false
false
class
32e27aa91a5a85d34bebc7da41538b86b7533446
84e711faa0f6399f5c84f7945b96d29a7eafe764
/diagrams/appointment-confirmation-current-us.puml
3f499ab393f4fd31a5a29d0d0a1d9f823055194e
[]
no_license
bsavage-dbi/dbi-assets
f44c7c18e7c2ddeaf0080a58a38f13f8f22fb5e0
44a7d83d8ec9846f26bed8be66c9e2c5e74db2d2
refs/heads/main
2023-07-18T09:55:30.245979
2021-08-30T15:32:08
2021-08-30T15:32:08
381,825,744
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,422
puml
@startuml skinparam sequenceBoxBorderColor #black skinparam NoteBorderColor #black skinparam sequence { ArrowColor DarkBlue ActorBackgroundColor White ActorBorderColor black LifeLineBorderColor DarkBlue LifeLineBackgroundColor #A9DCDF BoxPadding 20 ParticipantPadding 20 ParticipantBorderColor Black ParticipantBackgroundColor White } autonumber "<b>[00] " footer created by Brian Savage 06/10/2021 \n all rights reservrd David's Bridal Inc. title Appointment Confirmation Text Messages United States - Current box "DBI" #D4E1F5 participant "Data Services" as DBI_DATA participant "API Services" as DBI_API actor "DBI Stylist" as DBI_STY end box box "Liveperson" #D4E1F5 participant "Conversational Cloud" as LPCC participant "Proactive Messaging API Service" as LPPM end box box "Twiliow" #D4E1F5 participant "OPT OUT API Service" as TWAS end box actor "DBI Customer" as DBI_CUS DBI_DATA -> DBI_API : Send Data DBI_API -> LPPM : send message note over DBI_STY, LPCC #EEE <b>Payload Sent to Proactive Messaging - "variables": {"1": "MESSAGE CONTENT"} - "skill": "Greeter Bot/Skill", end note LPPM -> TWAS : send message for OPT OUT Check TWAS -> DBI_CUS : send message to customer activate LPCC LPCC <- DBI_CUS : she replies to text LPCC <-> DBI_CUS : skill interacts with her DBI_STY <- LPCC : skill to stylist deactivate LPCC DBI_STY <-> LPCC : stylist to customer @enduml
false
true
false
false
sequence
a9efa89937ac3c23a7c499ae17a2aab18fa27f25
90c20a92a65e3ef715db1c0b67517e1c35fb0903
/src/com/company/accountbook/accountBookUML.puml
171e56065b6951b937d3ca99b8b289c99fb15404
[]
no_license
Kimyechan/account-book
63ed4864a2277a68e108113c5f5d74c79cd52b6c
c3a521d8cc78f224527cf34ba8b22b461e64d452
refs/heads/master
2023-01-01T03:03:06.192662
2020-10-23T04:51:54
2020-10-23T04:51:54
303,882,112
0
2
null
null
null
null
UTF-8
PlantUML
false
false
6,015
puml
@startuml enum ExpenseCategory { FOOD CLOTH TAX } enum IncomeCategory { SALARY POCKET_MONEY FINANCIAL_MONEY ETC } enum PayCategory { CARD MONEY GIFT_CARD } class AccountBook { - int bookId; - String userName; - List<Report> reportList; + String toString(); } class Report { - static String accountBookName; - int reportId; - boolean isIncome; - String paymentMethod; - String category; - int price; - String content; - int year; - int month; - int day; + String toString(); } interface AccountBookDAO { void insertAccountBook(String username, String password); List<AccountBook> findAll(); AccountBook findByBookName(String bookName); void update(String bookName, String changedBookName, String changedPass); void delete(String bookName); } class AccountBookDAOImpl implements AccountBookDAO { } class AccountBookService { AccountBookDAOImpl accountBookDAOImpl ReportDAOImpl reportDAOImpl + void addAccountBook(String bookName, String pass) + List<AccountBook> getAccountBooks() + boolean checkExisting(String bookName) + boolean checkAccessRight(String bookName, String password) + void updateAccountBook(String bookName, String changedBookName, String changedPass) + void deleteAccountBook(String bookName) } AccountBookService *-- AccountBookDAOImpl AccountBookService *-- ReportDAOImpl interface ReportDAO { void insertReport(boolean isIncome, String paymentMethod, String category, int price, String memo, LocalDate date); List<Report> findDayReport(int year, int month, int day); List<Report> findWeekReport(LocalDate startDate, LocalDate endDate); List<Report> findMonthReport(int year, int month); List<Report> findYearReport(int year); List<Report> findIsComeReport(boolean isInCome); List<Report> findIncomeCategoryReports(String content); List<Report> findExpenseCategoryReports(String content); List<Report> findReportByIsInComeAndCategory(boolean isIncome, String content); List<Report> findAllReport(String accountBookName); void delete(Integer reportId); void deleteBookCascade(String bookName); void updateBookCascade(String changedBookName, String bookName); } class ReportDAOImpl implements ReportDAO{ } class ReportService { ReportDAOImpl reportDAOImpl - void addReport(boolean isIncome, String paymentMethod, String category, int price, String content, LocalDate date) + List<Report> getDayReports(int year, int month, int day) + List<Report> getMonthReports(int year, int month) + List<Report> getYearReports(int year) + List<Report> getIsComeReports(boolean isIncome) + List<Report> getIncomeCategoryReports(IncomeCategory category) + List<Report> getExpenseCategoryReports(ExpenseCategory category) + void setBookNameForReportList(String bookName) + Map<String, Integer> getDayExpenseStatics(int year, int month, int day) + Map<String, Integer> getMonthExpenseStatics(int year, int month) + Map<String, Integer> getYearExpenseStatics(int year) - Map<String, Integer> getStatistics(List<Report> reports) + Integer getCategoryPrice(List<Report> reports, ExpenseCategory category) + public Map<String, Integer> getDayIncomeStatics(int year, int month, int day) + Map<String, Integer> getMonthIncomeStatics(int year, int month) + Map<String, Integer> getYearIncomeStatics(int year) + Integer getCategoryPrice(List<Report> reports, IncomeCategory category) + Integer getExpenseAllStatics() + Integer getIncomeAllStatics() + Map<String, Integer> calculateCurrentAllMoney() + Map<String, Integer> calculateCurrentMonthMoney(int year, int month) + Map<String, Integer> calculateCurrentYearMoney(int year) + Map<String, Integer> getCurrentMoneyStream(List<Report> reports) + void deleteReport(Integer reportId) } ReportService *-- ReportDAOImpl class AccountBookMenu { AccountBookService accountBookService ReportService reportService String accountBookName String password static AccountBookMenu instance static AccountBookMenu getInstance() void accountBookMenu() } class CheckMenu { ReportService reportService Scanner sc - int year; - int month; - int day; - static CheckMenu instance; - static CheckMenu getInstance() + void checkMenuPrint() + void dayCheckReport() + void weekCheckReport() + void monthCheckReport() + void yearCheckReport() } class InputDateMenu { Scanner sc * int year; * int month; * int day; - static InputDateMenu instance; - InputDateMenu() + static InputDateMenu getInstance() + void inputYearMonthDay() + void inputYearMonth() + void inputYear() + void inputReportDate( } class InputReportMenu { ReportService reportService InputDateMenu inputDateMenu Scanner sc - String number; - String category; - String content; - String paymentMethod; - static InputReportMenu instance - InputReportMenu() + static InputReportMenu getInstance() + void inputReportMenuPrint() + void inputExpenseReport() + void inputIncomeReport() } class MainMenu { Scanner sc - static MainMenu instance + static MainMenu getInstance() + void mainMenuPrint() } class StatisticsMenu { Scanner sc - int totalMoney Map<String, Integer> expense Map<String, Integer> income InputDateMenu inputDateMenu ReportService reportService - static StatisticsMenu instance; + static StatisticsMenu getInstance() + void statisticsMenuPrint() + void printStatistics(boolean isIncome,Map<String, Integer> reportList) } AccountBookMenu *-- AccountBookService AccountBookMenu *-- ReportService CheckMenu *-- ReportService InputReportMenu *- ReportService InputReportMenu o-- InputDateMenu StatisticsMenu *-- ReportService StatisticsMenu o-- InputDateMenu @enduml
false
true
false
false
class
388d66e81950b32c4b1270e20ae87503e80e3074
57515bfad33d5ab1e68cccc924700e88316e19b9
/DiagramaClases/Clases/Clientes.puml
2f948cf97911c09e6b7bd2e0ee6ddd2af4feb8cb
[]
no_license
NicolasBachs/DocumentacionZMGestion
0e42009bf3bbf4d244e85a8545997c880f233074
a099ddb44b8911b8428b9c4bdc2f9156c480af47
refs/heads/master
2023-01-27T17:57:29.235074
2020-12-02T15:35:21
2020-12-02T15:35:21
232,633,959
1
0
null
2020-01-08T18:44:12
2020-01-08T18:44:11
null
UTF-8
PlantUML
false
false
359
puml
@startuml Clientes hide circle class Clientes{ idCliente: int tipo: string razonSocial: string idPais: int listarDomicilios(): List<Domicilios> listarVentas(): List<Ventas> listarPresupuestos(): List<Presupuestos> crearDomicilio(domicilio Domicilios): Reponse borrarDomicilio(domicilio Domicilios): Response } @enduml
false
true
false
false
class
d6057853984dacc28784b334b082f6398e665f8d
af505460e684b328b85170a77326b72cc212e769
/src/main/java/com/puml/oop.puml
ea7129b7f2aabe436697c12fa16512e17f80d220
[]
no_license
xiaoyingzhi/blog
fd6b8b9e233764f30346e400d57c6e3346a1219b
4097bc984522e87edfb1186c216a67862ea2876d
refs/heads/master
2023-02-14T20:08:39.181013
2021-01-11T03:09:16
2021-01-11T03:09:16
316,798,262
0
0
null
null
null
null
UTF-8
PlantUML
false
false
247
puml
@startuml class oopDesc class instanceOopDesc class arrayOopDesc class objArrayOopDesc class typeArrayOopDesc oopDesc <|-- instanceOopDesc oopDesc <|-- arrayOopDesc arrayOopDesc <|-- objArrayOopDesc arrayOopDesc <|-- typeArrayOopDesc @enduml
false
true
false
false
class
b8051f5df9cced40eeae5a564ff872bac614e01b
73dcd3b03616c43de6d152bce414630d880b7f7f
/docs/Classes.puml
ddfc9176554435b086317fda1b5be36774495fa1
[]
no_license
AltarixTraining2016/sokolov.dmitry
c75a0ffbd360fb1026c19ba92098bdc8ae5782b8
1b66176f49545c7270070c61b770bda1fe5220e0
refs/heads/master
2021-01-18T05:55:02.385109
2016-07-12T08:21:34
2016-07-12T08:21:34
60,672,679
0
1
null
null
null
null
UTF-8
PlantUML
false
false
212
puml
@startuml class Type { int _id String name } class Device { int _id String name Type type } class Metering { int _id Date creationDate } class Summary { } Type "1" --o Device Device "1" --o Metering @enduml
false
true
false
false
class
c2fdd9b32fe5ebbc858068c1f1a333824bc76a25
4c55cfdb2d921adc3350307289b61b661afc006b
/use_case_page_navigation.puml
2640fdcabc45151960a92664c065a2dffd7ed579
[]
no_license
4ntoine/mv3_spec_c4
df75fb43d18890cce920398f796a51d9713ac202
1df25017894aab4597963b1016b880ea1872bc5b
refs/heads/main
2023-08-29T19:46:47.885840
2021-10-08T09:35:17
2021-10-08T09:41:17
408,376,763
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,263
puml
@startuml actor User as user participant Browser as browser participant "Content script" as contentScript participant "Background script" as bgScript boundary "Messaging API" as messagingApi boundary "JavaScript API" as jsApi boundary "Persistence API" as persistenceApi user -> browser : Type URL browser -> browser : Load resources note right: Both static and dynamic rules applied here browser -> contentScript : Execute the script(s) contentScript -> messagingApi : Subscribe to messages from Background script(s) contentScript -> messagingApi : "Get user stylesheet" message note right: Background script already subscribed messagingApi -> bgScript : Forward "Get user stylesheet/snippets" bgScript -> persistenceApi : Load content scripts Index persistenceApi -> bgScript : Content scripts Index bgScript -> bgScript : Check for matches and generate user stylesheet alt Background script can apply stylesheet directly bgScript -> jsApi : Apply user stylelesheet/snippets else Background script has to send to Content script bgScript -> messagingApi : "User stylesheet" message messagingApi --> contentScript : Forward "User stylesheet" message contentScript -> jsApi : Apply user stylelesheet/snippets end @enduml
false
true
false
false
usecase
eb378371c1d787e0a7c2c0fdf11c7308c8c1b72e
0eaf20ed09874f2560a65fff9518626c8a7e4661
/doc/client-get-published-albums.puml
ce00b35057a089b7eef3ef7789a6b0f8ba73857e
[]
no_license
asnowfix/node-photoflow
13f7d852d74f2e7899892ce30766d0363ec59de0
5a89e4d66f14f9a25bc0e436b3e2f314d1a8d954
refs/heads/master
2021-01-11T01:11:32.070118
2016-11-20T17:18:10
2016-11-20T17:18:10
71,070,918
0
0
null
null
null
null
UTF-8
PlantUML
false
false
672
puml
@startuml participant "PhotoFlow\nClient" as pfc participant "PhotoFlow\nWeb-Service" as pfw participant "PhotoFlow\nHome Application" as pfha participant "PhotoFlow\nMobile Application" as pfma participant "Picasa Web" as picasa participant "Flash-Air\nSDCARD" as flashair ... network availability test ... -> pfc : wi-fi connected pfc -> pfw : test captive static page pfc <-- pfw : OK pfc -> pfc : free network available ... update from Internet ... pfc -> pfw : get journal group for each journal entry alt is picasa entry else is dropbox entry else is icloud photo entry else is OneDrive photo entry else is flash-air entry end end group @enduml
false
true
false
false
sequence
da5eaee56032e2f33ddb01d75ae2c4469ccf8453
f3e5470b71219337445bca0f5e5c1ffa32da3af8
/Documentation/PUML/PathFlowChart.puml
00c9df3751adb52648254cd3518a6bec76f81afa
[ "MIT" ]
permissive
Jaren-Taylor/Smart-City-Dashboard
65116d7afd09bdc9d5ff33e05213a83bc73b52cb
7d947637bc1c0b0d4a7a2b781c405518481dc319
refs/heads/main
2023-04-14T06:55:40.565340
2021-04-26T19:55:52
2021-04-26T19:55:52
327,404,880
0
0
null
2021-04-19T02:11:24
2021-01-06T19:02:38
C#
UTF-8
PlantUML
false
false
213
puml
@startuml [*] -> GetNextTarget GetNextTarget -> CheckTraverseList CheckTraverseList -> PopulateTraverseList : If list is empty state PopulateTraverseList { [*] -> PopulateTraverseToBareMinimum } @enduml
false
true
false
false
sequence
afbc763de007b19fa96f0482dda1cd1414356272
7cf13cedfcf362bf25d3f9885f4358b965119420
/.plantuml/overview.plantuml
f23dc68d00e689456d83e05881c0c49db56f6b63
[]
no_license
dimitriin/service-assistant
84023b9fcaa34d98232768031deb5bf27bf92d7a
f70493ee5400685fc02eafbe92e965d3db86c55c
refs/heads/master
2023-01-01T22:53:11.335609
2020-10-18T10:50:21
2020-10-18T10:50:21
299,660,562
0
0
null
null
null
null
UTF-8
PlantUML
false
false
397
plantuml
@startuml package "Your Service POD" { [Your Service] -right-> UnixSocket: helth/ready status\nprometheus metrics [Service Assistant] -left-> UnixSocket [Service Assistant] - HTTP } package "Kubelet" { [Probes scrapper] -up-> HTTP: /readyz\n/healthz } package "Prometheus" { [Metrics scrapper] -up-> HTTP: /metrics } @enduml
false
true
false
false
sequence
ef354e20a056ea14c6ad21e7aebf23a1835d2dda
f2b0300b19defee84f850f3382572cd9996f5b6f
/比萨店(工厂模式)/简单工厂/factory.puml
f108c119f57bebc3552f8a670141c1bf796e6975
[]
no_license
yangqing870410/design_pattern
95a0b486132e835da2a0223066c3f9063776112a
a0afd06412df0c9f5614e7c2c24c8e0a26abe9bf
refs/heads/master
2022-07-16T14:15:42.449648
2020-05-17T13:08:13
2020-05-17T13:08:13
259,402,736
0
0
null
null
null
null
UTF-8
PlantUML
false
false
377
puml
@startuml SimplePizzaFactory <-- PizzaStore Pizza <-- SimplePizzaFactory Pizza <|-- CheesePizza Pizza <|-- ClamPizza Pizza <|-- PepperoniPizza Pizza <|-- VeggiePizza class PizzaStore class SimplePizzaFactory abstract class Pizza Pizza : prepare() Pizza : bake() Pizza : cut() Pizza : box() class CheesePizza class ClamPizza class PepperoniPizza class VeggiePizza @enduml
false
true
false
false
class
6016ebfc8a1631c267702b15758fed19249818be
8831a87b4bcdf77329b1a8bd689388de988cf5ba
/diagrams/books_example/selling_domain_2.plantuml
62b3f91b31d79d1afe2401432e2b94e62d6f5375
[]
no_license
ddd-ftw/dddrail-talk
89855ae5993f84335086e7ab7d4658b625180033
31dddb8fa3cf751d30d6b214f9fcbc563180e51d
refs/heads/master
2020-06-22T11:28:19.974330
2016-03-31T18:13:03
2016-03-31T18:56:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
395
plantuml
@startuml skinparam shadowing false class Book { title } class CoverDesign class Pages Book --> CoverDesign Book --> Pages Book --> SaleConfiguration class SaleConfiguration { price paper_type cover_type } class Order class LineItem { price quantity } class PurchasedConfiguration { paper_type cover_type } Order --> LineItem LineItem --> PurchasedConfiguration @enduml
false
true
false
false
class
5b16dc0dde2c523c1d67558f47a39f3ea700e2e4
1bb1c097237b01cd71de26efa466c24737ff89fe
/diagrammes/src/sequences/recover.puml
aa8f68ffcb1335b1162bf1f204811e4f2792fe81
[]
no_license
assimhabeek/memoire
4934892d884848692d9bf3f16dbd83ee5fbbcec1
f11fd97c6a7a75dd681cf11408ff519e67656c7f
refs/heads/master
2021-03-22T05:12:20.753268
2018-05-01T16:25:14
2018-05-01T16:25:14
121,604,872
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,280
puml
@startuml skinparam backgroundColor #fff skinparam defaultFontColor #37474f skinparam defaultFontSize 14 skinparam defaultFontName serif skinparam defaultFontStyle bold skinparam actorBackgroundColor #fff skinparam actorBorderColor #000 skinparam boundaryBackgroundColor #fff skinparam boundaryBorderColor #000 skinparam controlBackgroundColor #fff skinparam controlBorderColor #000 skinparam entityBackgroundColor #fff skinparam entityBorderColor #000 skinparam participantBackgroundColor #fff skinparam participantBorderColor #000 skinparam ArrowColor #000 skinparam sequenceLifeLineBorderColor #000 skinparam sequenceBoxBorderColor #FFF skinparam ParticipantPadding -80 title Diagramme de séquence : Récupérer le mot de passe - scénario nominal hide footbox actor Étudiant as student boundary RécupérerTemplate control RécupérerComposant entity UtilisateursDépôt participant GestionnaireEmail student -> RécupérerTemplate : cliquez sur\n récupérer RécupérerTemplate -> RécupérerComposant : soumettre(email) RécupérerComposant -> UtilisateursDépôt : trouverPar(email) UtilisateursDépôt -> UtilisateursDépôt : envoyerEmailRécupération(id,email) UtilisateursDépôt -> GestionnaireEmail: envoyerEmail() GestionnaireEmail ->]: envoyer() @enduml
false
true
true
false
usecase
a9bf55568ef9822f3e55a9afbbf558c193161d73
3af267393622706d7fd6fe2edb4a2bc7c144e3be
/docs/create_work_sequence.puml
7a98d7804ea73e71627054eb16125247f1b1fb1a
[ "BSD-3-Clause" ]
permissive
DARMA-tasking-internal/darma-frontend
e135787e71c1047e299df8f2200f58c686e867d6
fc7a6194e2b5a3eef2984e3e511416c367b989d8
refs/heads/master
2021-03-27T13:31:33.532144
2018-05-15T20:12:42
2018-05-15T20:12:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,385
puml
@startuml title create_work call sequence end title "create_work()" -> "_create_work_impl()" : \ forwards arguments to helper \n\ specialized for lambda or functor \ntask creation. participant TaskBase as "TaskBase (implemented as\nFunctorTask or LambdaTask)" participant CaptureManager as "CaptureManager (implemented\nby TaskBase)" "_create_work_impl()" -> TaskBase : \ creates Task object, stores pointer\n\ to that object in \n\ current_create_work_context_ field \n\ of get_running_task() loop potential dependencies TaskBase -> CopyCapturedObject : \ triggers copy ctor to detect potential dependency CopyCapturedObject --/o TaskBase : \ get pointer to active CaptureManager object from \n\ get_running_task()->current_create_work_context_ CopyCapturedObject -> AccessHandle : \ calls report_capture() with \n\ the active CaptureManager as \n\ an argument AccessHandle -[#0000ff]> CaptureManager : \ calls do_capture(*this, *source) where source is (essentially)\n\ a pointer to the argument of the copy constructor CaptureManager -[#0000ff]> AccessHandle : \ CaptureManager::do_capture() determines the required\n\ permissions and calls call_make_captured_use_holder() AccessHandle -> "make_captured_use_holder()" : \ calls make_captured_use_holder() \n\ with the correct callbacks for Use \n\ construction. "make_captured_use_holder()" -> GenericUseHolder : \ constructs a UseHolder GenericUseHolder -> AccessHandle : \ Constructor of GenericUseHolder calls \n\ get_backend_runtime()->register_use(), return value is set \n\ to the current_use_ field of AccessHandle AccessHandle -> CaptureManager : \ returns from call_make_captured_use_holder(), still inside\n\ CaptureManager::do_capture() CaptureManager -[#0000ff]> AccessHandle : \ calls AccessHandleBase::call_add_dependency() AccessHandle -> TaskBase : \ calls TaskBase::add_dependency() end TaskBase -> "_create_work_impl()" : \ When all copy ctors of potential dependencies \n\ have been triggered, TaskBase sets \n\ get_running_task()->current_create_work_context_\n\ to nullptr so that copy ctors no longer\n\ perform captures, and returns from the \n\ Task ctor. _create_work_impl() calls \n\ get_backend_runtime()->register_task() \n\ with the newly constructed Task footer <font color=#0000ff>Blue</font> arrows indicate virtual method calls between frontend components. end footer @enduml
false
true
false
false
sequence
484981c6e9b436504c5d9cc2bffed9001daccd27
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/supplyagreement-perishable-goods@0.1.0.puml
0967f8c3293955cab1e9a8ad85c1bf22b09df883
[ "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
641
puml
@startuml class org.accordproject.perishablegoods.contract.SupplyAgreementPerishableGoodsContract << (A,green) >> { + Grower grower + Importer importer + Shipment shipment + DateTime dueDate + Double unitPrice + Unit unit + Integer minUnits + Integer maxUnits + String product + Integer sensorReadingFrequency + TemporalUnit duration + Double minTemperature + Double maxTemperature + Double minHumidity + Double maxHumidity + Double penaltyFactor } org.accordproject.perishablegoods.contract.SupplyAgreementPerishableGoodsContract --|> org.accordproject.cicero.contract.AccordContract @enduml
false
true
false
false
class
9ea7cf0d121bd5983b031fac1b4405820e8b9fc6
cd708fc998bd2893b04fac0f646fd13503220b66
/doc/test.puml
1eff46aab7a49f61d1a4d129f10138614ac24331
[]
no_license
jikkojikkowatanabe/Spagappear
126b5f7e244c8d03f634a8735adb2b929078b299
b3177916c59a7dd4e08d41096de5364b94365a42
refs/heads/master
2020-06-27T08:11:58.948350
2019-09-24T23:41:19
2019-09-24T23:41:19
199,894,612
0
0
null
null
null
null
UTF-8
PlantUML
false
false
87
puml
@startuml package abc{ class abc{ - this } } class deg { - alt } @enduml
false
true
false
false
class
ae6ccd737e5686870b7e8838341f959f4d5367ab
3a2607b600dea7be6b832d64c5828c96ad9580b4
/Creational/Builder/Builder.puml
d70926a291f57a672eaf491a4c4e58948a3c1ae4
[]
no_license
flashytime/design-patterns-php
c1619e8f4b2affdbca096dfda94870b3c7b2bf9a
76104721a8a8b367baac6c8eafc0a6f2623839b1
refs/heads/master
2018-12-08T12:50:48.245627
2018-09-18T08:36:41
2018-09-18T08:36:41
73,289,635
0
0
null
null
null
null
UTF-8
PlantUML
false
false
722
puml
@startuml abstract class Vehicle { - $parts + setPart($key, $value) } class Car class Truck Vehicle <|-- Car Vehicle <|-- Truck class Engine class Door class Wheel interface Builder { + createVehicle() + addWheel() + addEngine() + addDoor() + getVehicle() } class CarBuilder { - $car + createVehicle() + addWheel() + addEngine() + addDoor() + getVehicle() } class TruckBuilder { - $truck + createVehicle() + addWheel() + addEngine() + addDoor() + getVehicle() } Builder <|.. CarBuilder Builder <|.. TruckBuilder CarBuilder ..> Vehicle TruckBuilder ..> Vehicle class Director { + build(Builder $builder) } Director ..> Builder @enduml
false
true
false
false
class
bdb350a65139dcde19f5dd6d46b9c4f1ec6bf9a8
6d52d8dbfa9e58a82ce873b9b9412af98b151874
/docs/diagrams/CircuitCommandClassDiagram.puml
68323cf92829ffdbc9a23a375ee8b4036414202f
[]
no_license
PraveenElango/tp
59072e694da65abf1fb5b88a783f0a957af9ed66
58778e0f0e7c6648d758a6f41abcd47391d2ccd1
refs/heads/master
2023-01-06T16:21:12.970855
2020-10-26T17:28:42
2020-10-26T17:28:42
299,291,890
0
0
null
2020-10-11T03:05:42
2020-09-28T11:49:57
Java
UTF-8
PlantUML
false
false
503
puml
@startuml hide member package Command { Class "{abstract}\nCommand" as Comd Class "SummaryCommand" as Summary Class "TutorialCircuitCommand" as Help package "Circuit" { Class "{abstract}\nCircuitCommand" as Circuit Class "SetCircuitCommand" as Set Class "AddCircuitCommand" as Add Class "CalculateCircuitCommand" as Calc Class "TemplateCircuitCommand" as Template } Help --|> Summary Template --|> Circuit Set --|> Circuit Calc --|> Circuit Add --|> Set Summary --|> Comd Circuit --|> Comd @enduml
false
true
false
false
class
5cf0bee6f73b7319b1c08eae60f494bec6fa73cb
d713a654176826d3c19449a024198f7c532f10b0
/src/com/bad_java/lectures/_03/design/aggregation.puml
5d57b61f72515b73d683d5636a9a80bebe2f096d
[]
no_license
rulonchik/bad_java_202107
23e671fd0f1e402c089ec611781507bb757eba17
06f14a2f3913f90e51bf3b6f05496efad84653b1
refs/heads/master
2023-07-17T19:40:58.359617
2021-08-19T10:40:05
2021-08-19T10:40:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
120
puml
@startuml ' avoid problems with angled crows feet skinparam linetype ortho Base o-- Child hide empty members @enduml
false
true
false
false
class
a23b3fd332c0caba9854545f9db053c72ff1a081
0db2a1b3f42bc02382a3ef4dcc292a327aa574e0
/documents/version_1/diagrammes/classe/diagClasse.puml
3751b973b28f0d37641004921e0cf15e441727d6
[]
no_license
arnoux23u-IUTNC/2021_COO_Zeldiablo
9d872fbaf107b05f02c5d1a5bc4f4bc3c314b94e
2b44e0479eacb3114f897d82bc57372a89ae68af
refs/heads/main
2023-09-02T13:52:01.393111
2021-11-15T21:47:07
2021-11-15T21:47:07
368,554,956
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,887
puml
@startuml title Diagramme de Classe - Zeldiablo V1 class Jeu{ + Jeu() } abstract class Personnage{ + Personnage(l : Labyrinthe, depart : Case) + setPosition(position : Case) + getCase() : Case + seDeplacer(d : Direction) : boolean } class Labyrinthe{ + Labyrinthe() + Labyrinthe(map : String) + deplacerJoueur(p : Personnage, d : Direction) : boolean - peutBouger(p : Personnage, d : Direction) : boolean - getDestination(p : Personnage, d : Destination) : Case + jouer() + getJoueur() : Joueur + toString() : String + getEntree() : Porte } class Main{ +main(args : String[]) } abstract class Case{ - x : int - y : int + Case(x : int, y : int) + peutTraverser(p : Personnage) : boolean + getIdentifier() : String + toString() : String } class Chemin extends Case{ - identifier : char + Chemin(x : int, y : int) + peutTraverser(p : Personnage) : boolean + getIdentifier() : String } abstract class Obstacle extends Case{ + Obstacle(x : int, y : int) } class Mur extends Obstacle{ - identifier : char + Mur(x : int, y : int) + peutTraverser(p : Personnage) : boolean + getIdentifier() : String } class Porte extends Case{ - identifier : char - ferme : boolean + Porte(x : int, y : int) + setFerme(boolean b) + peutTraverser(p : Personnage) : boolean + getIdentifier() : String } class Joueur extends Personnage{ + Joueur(l : Labyrinthe, e : Porte) } enum Direction{ NORTH SOUTH EAST WEST } Jeu "1" --> "1" Labyrinthe: " - labyrinthe" Labyrinthe "1" -down-> "1" Porte: " - entree " Labyrinthe "1" -left-> "1" Porte: " - sortie " Labyrinthe "1" --> "*" Case: " - cases " Personnage "*" --> "1" Case: " - position " Personnage "*" --> "1" Labyrinthe: " - l " Labyrinthe "1" -left-> "1" Joueur: " - joueur " @enduml
false
true
false
false
sequence
b620b7877a49dbc2ecf24b28220eab166c8e0df2
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/ApplicationsEnvironmentsProduction.puml
8fa634e43a87430943c932bf58823e38d92ea858
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
650
puml
@startuml left to right direction Actor Dev package "Production" #lightblue { component NGInX #lightyellow component NodeJS1 #lightgreen component NodeJS2 #lightgreen component NodeJS3 #lightgreen component "NodeJS Worker 1" #lightgreen component "NodeJS Worker 2" #lightgreen component "NodeJS Worker 3" #lightgreen component "NodeJS Worker 4" #lightgreen component "NodeJS Worker 5" #lightgreen component "NodeJS Worker 6" #lightgreen component MongoDB1 #pink component MongoDB2 #pink component MongoDB3 #pink component Redis1 #orange component Redis2 #orange component Redis3 #orange } Dev --> Production @endum
false
true
false
false
sequence
99bad9a1584ad546b0b4a1e5b9e36735ccd054e7
5f8c519abc8326f93330b09655abc5e426900d8e
/Actividades/A6.2.PrácticaFinal/diagramaClases.puml
9e13cba73259a18c04940d49ec4282e7ee50dd2b
[]
no_license
emilianoabascal/A01023234_AyMSS18
2fcfaa6305b3ab3bcee6651dd2e1c9016f90dca7
fb9f85b509d848e22d5d300d5d6447a6558bf80c
refs/heads/master
2021-05-12T14:35:33.911706
2018-05-14T01:12:59
2018-05-14T01:12:59
116,961,382
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,421
puml
@startuml class Printers{ -string tipo +Printers() +Printers(string t):tipo(t) } class Documents { -string nombre +printOn(Printers p) } class Base{ } class Subclass{ } class CloneFunction{ +Base* clone() } class Laser { -string t +Laser() +Laser(string t) +Laser(const Laser& temp) +Printers* clone() } class Inyeccion { -string t +Inyeccion() +Inyeccion(string t) +Inyeccion(const Inyeccion& temp) +Printers* clone() } class PDF { -string t +PDF() +PDF(string t) +PDF(const PDF& temp) +Printers* clone() } class Postscript { -string t +Postscript() +Postscript(string t) +Postscript(const Postscript& temp) +Printers* clone() } class Creator{ -static int cont -static Creator* instance; +Creator() +static Creator* getInstance() +static void destroyInstance() } ' Cliente .> mandaEmail ' Cliente .> mandaSMS ' Cliente .> llamaCliente ' Command --> Email ' Command --> SMS ' Command --> Llamada ' Invoker o--> Command ' mandaEmail -> Receiver ' mandaSMS -> Receiver ' llamaCliente -> Receiver ' Cliente -> Receiver Laser .> CloneFunction PDF .> CloneFunction Inyeccion .> CloneFunction Postscript .> CloneFunction Printers <-- Laser Printers <-- PDF Printers <-- Inyeccion Printers <-- Postscript Printers <-- Documents CloneFunction --> Base CloneFunction --> Subclass @enduml
false
true
false
false
class
8230f834d531dbf04e618281006bf43bf10d04c7
1524cbff41f6c7dcccae490f05fef712e4ec63a5
/diagrams/ProtocolStateDiagram.plantuml
006f1d74b5e951e2cd1900192746c9c6cde720d1
[ "MIT" ]
permissive
muisje/robot_arm_aansturing
59010f9a572eacf3636b28b471c695fdee5e2e2c
c1a06b15d6624794632739672d4dcbda50fc6ca2
refs/heads/master
2020-04-22T21:16:07.389774
2019-04-03T09:25:17
2019-04-03T09:25:17
170,668,777
1
0
null
null
null
null
UTF-8
PlantUML
false
false
934
plantuml
@startuml title Robot_arm{protocol} state Robot_arm { [*] -left-> Park_pose Park_pose -down-> Moving : [armIsConnected()]/ Ready_pose -down-> Moving : [armIsConnected()]/ Straight_up_pose -down-> Moving : [armIsConnected()]/ Costum_pose -down-> Moving : [armIsConnected()]/ Moving -left-> Standby : [armIsMoving()]/[armIsAtPos()] Standby --> Park_pose : setPose-action/ Standby --> Ready_pose : setPose-action/ Standby --> Straight_up_pose : setPose-action/ Standby --> Costum_pose : costum-pose-action/ Moving --> Emergency_stop : emergency-action/[queueIsEmpty() && !armIsMoving()] Emergency_stop --> Standby } state Robot_arm_controller { [*] --> Getting_user_imput Getting_user_imput --> Create_message : [userIsPresentedWithInstructions()]userInputDone/[userInputIsValid()] Create_message -right-> Send_message : /[recieverNodeIsOnline()] Send_message --> Getting_user_imput : [MessageIsSend]/ } @enduml
false
true
false
false
sequence
62708ea44de16966f1e472c2f8a891803429a639
eee65bdd4128eeedc3271601006ed5739b43bd67
/uml/lsp_rec_square.puml
13c35be96877427aa9456e0ba3df24777ff7afa4
[]
no_license
argh87/bachelorthesis
25e8443e61233a628a12a6207f20b0a8319c3cf5
9f8a463b455b6e84f67a424ebf5efc2507bc3ebc
refs/heads/master
2023-04-14T08:47:44.757939
2021-04-12T08:32:34
2021-04-12T08:32:34
345,094,877
0
1
null
2021-04-12T08:32:35
2021-03-06T13:01:32
TeX
UTF-8
PlantUML
false
false
145
puml
@startuml class User class Rectangle { + setH() + setW() + area() } class Square { + setSide() } User -> Rectangle Rectangle <|-- Square @enduml
false
true
false
false
class