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
ef46ba5dd92f30e929cc9de235d73536f6f0ead9
8b60a1f56c325ba482666d1a97c25a1fc68b599c
/diagrams/src/Models/DataTransferObjects/UserRegistrationDto.puml
7b5d806eb90ceec30a51dac0691e867cae0ee4f6
[ "MIT" ]
permissive
converge-app/authentication-service
f0dfce52551d1ef9911caeef2d48272d8a9cb3bb
256dae2474075ff8a08ce8de3b09bdf5389bf397
refs/heads/master
2023-03-07T02:57:16.611505
2019-12-17T11:40:12
2019-12-17T11:40:12
211,710,378
0
0
MIT
2023-03-04T01:15:38
2019-09-29T18:51:22
C#
UTF-8
PlantUML
false
false
206
puml
@startuml class UserRegistrationDto { + FirstName : string <<get>> <<set>> + LastName : string <<get>> <<set>> + Email : string <<get>> <<set>> + Password : string <<get>> <<set>> } @enduml
false
true
false
false
class
b50c138d8c21ea43a58733371313c1b676f06c6b
2e56358cf164cc395bf43ec3ee9b54a55c30f5bb
/RUP/Design/Analisys view/Usecase analisys/04_UserLogin.puml
61d1f00cafab4e22ea653b6c3d2e282e4e9022ce
[ "Apache-2.0" ]
permissive
fraylopez/RUP-Arquitecturas-Agiles
8111875c8510282f3b461e6c7150032b421a386d
eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26
refs/heads/main
2023-05-31T02:01:52.815596
2021-06-05T07:08:26
2021-06-05T07:08:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
608
puml
@startuml UserLogin skinparam boundary { backgroundColor DodgerBlue borderColor black } skinparam control { backgroundColor LimeGreen borderColor black } skinparam entity { backgroundColor Orange borderColor black } actor Actor boundary AccountView control AccountController entity UserRepository entity UserEntity Actor -right-> (AccountView) : 1.setUserData()\n2.login(user) (AccountView) --> (AccountController) : 3.login(user) (AccountController) --> (UserRepository) : 5.findByMail(user) (AccountController) --> (UserEntity) : 4.checkIsInSession(user)\n6.checkPassword(password) @enduml
false
true
false
false
usecase
bf35cea6926e33172fc865c8f305dee8d9425f41
458d2ce4e9e348895e1ebeba205c4c50a2890ab2
/exercise44/docs/diagram.puml
6dc1fbf7866ff5985ee05a835596faa78ef36772
[]
no_license
billyfurie/furie-a04
6b8457044006338c33255953e8829353b74b3e36
318b5e852c5731647fa72e2719ff9fa36415b998
refs/heads/main
2023-08-18T06:49:51.184517
2021-10-16T20:13:05
2021-10-16T20:13:05
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
641
puml
@startuml 'https://plantuml.com/class-diagram class Solution { -String getProductNameFromUser() -String getInventoryFileAsString(String path) +Inventory getInventoryFromJSON(String path) } class Inventory { -Product[] products -HashMap<String, Product> productsMap -void createSearchMap() +boolean isProductInInventory(String name) +Product getProductFromSearch(String name) } class Product { -String name -double price -int quantity +String getName() // used for creating hashmap later +String toString() // override using our format } Inventory *-- Product : contains many @enduml
false
true
false
false
class
65ca4e5511d547d93bb3f3fd79c42e88e957d07c
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/solution/fundamental/ex2/ex2.plantuml
2d86b25bd95f088975cdb7dc5b34f29c1974c718
[ "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
567
plantuml
@startuml title __EX2's Class Diagram__\n namespace global.skymind { namespace solution.fundamental.ex2 { class global.skymind.solution.fundamental.ex2.Ex2_VariablesAndDataTypes { {static} + main() {static} ~ NonNumericPrimitive() {static} ~ NonPrimitiveTypes() {static} ~ NumericPrimitive() } } } 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
12831f44ec8b18c7354862d6b097aa316768243c
1f83c16c71c50c67514b2eb47503f391eea031cd
/input/images-source/MHD_ActorDiagram_ITI-65.plantuml
a2d289faa26f8eba027a91a7b82df3761d01868f
[]
no_license
costateixeira/ch-epr-mhealth
c4b57185f48070fdcf9c11eed420d6619f2d28ac
85af8017164a027f66fc605dd7047a08e1dad2a5
refs/heads/master
2023-07-24T04:12:52.176956
2021-06-15T15:36:55
2021-06-15T15:36:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
348
plantuml
@startuml title Interaction Diagram for [ITI-65] participant source as "Document\nSource" participant recipient as "Document\nRecipient" source -> recipient : Provide Document Bundle Request Message activate source activate recipient recipient -> source: Provide Document Bundle Response Message deactivate recipient deactivate source @enduml
false
true
false
false
sequence
890174e8918450ce5fa052be6a5a3370e68953d0
0956e376d4b13dd8ee00663c47f518c13efbd7e2
/docs/design/2.0.Transfers - Fulfil - Callback.puml
98f62b15706d198d6a22d99c77eb81c6e4cb42fc
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/poc-architecture
5953603a942a22435d8781675013acdaedd0bcc7
3aa8bda582cc18261fbff37e9221dc10a0217d3c
refs/heads/master
2023-02-22T13:58:08.375893
2021-01-13T18:32:10
2021-01-13T18:32:10
265,847,122
1
1
NOASSERTION
2021-01-13T18:46:25
2020-05-21T12:49:33
TypeScript
UTF-8
PlantUML
false
false
7,459
puml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list (alphabetical ordering) of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Coil - Donovan Changfoot <donovan.changfoot@coil.com> * Crosslake - Pedro Sousa Barreto <pedrob@crosslaketech.com> * ModusBox - Miguel de Barros <miguel.debarros@modusbox.com> - Roman Pietrzak <roman.pietrzak@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.0. Transfer Fulfil Callback autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Event Handlers ' entity - Command Handlers ' database - Persistance Store ' declare actors actor "PayerFSP" as PAYER actor "PayeeFSP" as PAYEE boundary "ML-API-ADAPTER\nService" as MLAPI ' boundary "ML-API-ADAPTER\nNotification Handler" as MLNOTIFY ' entity "Transfers\nEvt & Command\nHandler" as TRANSFERS ' entity "Participants Evt &\nCommand Handler" as PARTICIPANTS ' entity "Transfers\nQuery\nHandler" as TRANSFER_QUERY control "TransfersEvt" as TRANSFERS_EVT entity "TransfersCmd" as TRANSFERS_CMD control "ParticipantsEvt" as PARTICIPANTS_EVT entity "ParticipantsCmd" as PARTICIPANTS_CMD database "Transfer Store" as TRANSFERS_STORE database "Participant Store" as PARTICIPANTS_STORE database "Transers\nCmd Duplicate\nStore" as TRANSFERS_DUPLICATE_STORE ' database "Transfer Query Store" as TRANSFER_QUERY_STORE collections "Topic: MLIngressEvents" as TOPIC_MLINGRESS_EVT collections "Topic: ParticipantsDomainEvt" as TOPIC_PARTICIPANTS_EVT collections "Topic: ParticipantCommands" as TOPIC_PARTICIPANTS_CMD collections "Topic: TransfersDomainEvt" as TOPIC_TRANSFERS_EVT collections "Topic: TransferCommands" as TOPIC_TRANSFERS_CMD collections "Topic: NotificationsDomainEvt" as TOPIC_NOTIFICATIONS_EVT ' collections "Topic: TransferQueryReponse" as TOPIC_TRANSFER_QUERY_RESPONSE box "Participants" #LightSlateGrey participant PAYER participant PAYEE end box box "ML API Adapter Service" #LightBlue participant MLAPI participant TOPIC_MLINGRESS_EVT participant TOPIC_NOTIFICATIONS_EVT end box box "Command Services" #LightYellow participant TRANSFERS_EVT participant TOPIC_TRANSFERS_CMD participant TRANSFERS_CMD participant TRANSFERS_DUPLICATE_STORE participant TRANSFERS_STORE participant TOPIC_TRANSFERS_EVT participant PARTICIPANTS_EVT participant TOPIC_PARTICIPANTS_CMD participant PARTICIPANTS_CMD participant PARTICIPANTS_STORE participant TOPIC_PARTICIPANTS_EVT end box ' box "Query Services" #LightCyan ' participant TRANSFER_QUERY ' participant TOPIC_TRANSFER_QUERY_RESPONSE ' end box ' start flow PAYEE <-> MLAPI: PUT Transfer Fulfil Callback MLAPI --> TOPIC_MLINGRESS_EVT: Publish TransferFulfilRequestedEVT TOPIC_MLINGRESS_EVT --> TRANSFERS_EVT: Consume TransferFulfilRequestedEVT - Transfer Fulfil Callback from PayeeFSP TRANSFERS_EVT --> TOPIC_TRANSFERS_CMD: Publish FulfilTransferCmd TOPIC_TRANSFERS_CMD --> TRANSFERS_CMD: Consume FulfilTransferCmd TRANSFERS_CMD -> TRANSFERS_CMD: Load Transfer (<color:red>in-memory</color>) - Ref <color:red>"Consistency Miss-match for Transfers"</color> Exception Scenario TRANSFERS_CMD -> TRANSFERS_CMD: Validate Participants from existing Transfer state - Ref <color:red>"Invalid Participants on Fulfil Callback"</color> Exception Scenario TRANSFERS_CMD -> TRANSFERS_CMD: Validate Transfer State === <b>'RESERVED'</b> - Ref <color:red>"Fulfil Transfer Consistency Miss-match for Transfers"</color> Exception Scenario TRANSFERS_CMD -> TRANSFERS_CMD: Validate Crypto-condition against Fulfilment - Ref <color:red>"Crypto-Condition Miss-match"</color> Exception Scenario TRANSFERS_CMD -> TRANSFERS_CMD: Update Transfer with status <b>"RECEIVED_FULFIL"</b> - Ref <color:red>"Unable to Persist State for Transfers"</color> Exception Scenario TRANSFERS_CMD --> TOPIC_TRANSFERS_EVT: Publish TransferFulfilAcceptedEvt TOPIC_TRANSFERS_EVT --> PARTICIPANTS_EVT: Consume TransferFulfilAcceptedEvt PARTICIPANTS_EVT <-> PARTICIPANTS_STORE: Lookup PayerFSP Participants Partition PARTICIPANTS_EVT --> TOPIC_PARTICIPANTS_CMD: Publish CommitPayeeFundsCmd TOPIC_PARTICIPANTS_CMD --> PARTICIPANTS_CMD: Consume CommitPayeeFundsCmd PARTICIPANTS_CMD <-> PARTICIPANTS_STORE: Load PayeeFSP (<color:red>in-memory</color>) PARTICIPANTS_CMD -> PARTICIPANTS_CMD: Validate PayeeFSP Participant - Ref <color:red>"Invalid Participants on Fulfil Callback"</color> Exception Scenario 'PARTICIPANTS_CMD --> TOPIC_PARTICIPANTS_EVT: Publish InvalidParticipantEvt with PayerFSP.id - Ref Invalid Participant Flow PARTICIPANTS_CMD <-> PARTICIPANTS_STORE: Load PayerFSP (<color:red>no-in-memory</color>) PARTICIPANTS_CMD -> PARTICIPANTS_CMD: Validate PayerFSP Participant - Ref <color:red>"Invalid Participants on Fulfil Callback"</color> Exception Scenario PARTICIPANTS_CMD -> PARTICIPANTS_CMD: Calculate Position Change for PayeeFSP PARTICIPANTS_CMD <-> PARTICIPANTS_STORE: Update PayeeFSP state with Position Change (<color:red>in-memory</color> & <color:red>persisted</color>) - Ref <color:red>"Unable to Persist State for Participants"</color> Exception Scenario PARTICIPANTS_CMD --> TOPIC_PARTICIPANTS_EVT: Publish PayeeFundsCommittedEvt TOPIC_PARTICIPANTS_EVT --> TRANSFERS_EVT: Consume PayeeFundsCommittedEvt TRANSFERS_EVT --> TOPIC_TRANSFERS_CMD: Publish AckPayeeFundsCommittedCmd TOPIC_TRANSFERS_CMD --> TRANSFERS_CMD: Consume AckPayeeFundsCommittedCmd TRANSFERS_CMD -> TRANSFERS_CMD: Load Transfer (<color:red>in-memory</color>) - Ref <color:red>"Consistency Miss-match for Transfers"</color> Exception Scenario TRANSFERS_CMD -> TRANSFERS_CMD: Update Transfer state with status <b>"COMMITTED"</b> - Ref <color:red>"Unable to Persist State for Transfers"</color> Exception Scenario TRANSFERS_CMD --> TOPIC_TRANSFERS_EVT: Publish TransferFulfilledEvt TOPIC_TRANSFERS_EVT --> MLAPI: Consume TransferFulfilledEvt MLAPI <-> PAYER: PUT Transfer Fulfil Callback for PayerFSP MLAPI --> TOPIC_NOTIFICATIONS_EVT: Publish AckNotificationEvt for PayerFSP group <color:red>Optional</color> MLAPI <-> PAYEE: PUT Transfer Fulfil Callback for PayeeFSP MLAPI --> TOPIC_NOTIFICATIONS_EVT: Publish AckNotificationEvt for PayeeFSP end @enduml
false
true
true
false
usecase
287c81950a349cb977c7cc83f9f89dde2ec0c6d8
d4dba338d81466ad6e39aa59c7cfd0a4eb7f8b0d
/JavaCore/DesignPattern/src/main/java/principle/demoClass.puml
15a9c5ee80052efe5285270fa184c091649abef1
[]
no_license
change9326/JavaEnhance
85b438fcc98016aa81d615fbac0f287496d6662a
be09d8d805eacf83e96468e10ce7e7078afba824
refs/heads/master
2022-06-23T21:33:29.354662
2020-12-08T03:11:10
2020-12-08T03:11:10
190,956,047
0
0
null
2022-06-10T20:03:33
2019-06-09T02:35:50
Java
UTF-8
PlantUML
false
false
354
puml
@startuml abstract class AbstractList abstract AbstractCollection{ } interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList *-- ArrayList class ArrayList { Object[] elementData size() search() } enum TimeUnit { DAYS HOURS MINUTES } @enduml
false
true
false
false
class
3bef3d0b9ea09b565027ec90ffe5cc8af21e10ee
7e6fa61a8595cd38195713b5c7698f5de6f7c7b3
/base/008/diagrama.puml
e2ab5c44fbca935a73ab57a4a795a8ff274d250a
[]
no_license
qxcodepoo/arcade
3ff1852792a47584f00c1ab9fd5011ebb2c4b830
3722a8c976a51829b2b6f4913360c23bf114433a
refs/heads/master
2023-08-31T04:07:06.255292
2023-08-25T03:16:42
2023-08-25T03:16:42
217,410,955
36
42
null
2020-09-24T13:22:18
2019-10-24T23:12:40
C++
UTF-8
PlantUML
false
false
1,325
puml
'-- @startuml skinparam defaultFontName Hasklig skinparam dpi 150 '== enum Label { GIVE, TAKE, PLUS toString(): string } class Operation { - id : int - name : string - label: Label - value: int __ + Operation(id: int, name: string, label: Label, value: int) + toString() : String __ + getId() : int + getName() : string + getLabel(): Label } class Client { - name: string - limite: int - operations: List<Operation*> __ + Client(name: string, limite: int) + toString() : String __ + getName() : string + getLimite() : int + getOperations() : List<Operation*> + addOperation(name: string, label: Label, value: int) __ + getBalance() : int } class Agiota { - alive_list : List<Client> - death_list : List<Client> - alive_oper : List<Operation*> - death_oper : List<Operation*> - nextOpId : int __ - searchClient(name: string) : int - pushOperation(client: Client, name: string, label: Label, value: int) __ + Agiota() + getClient(name: string) : Client* + addClient(name: string, limite: int) + give(name: string, value: int) + take(name: string, value: int) + kill(name: string) + plus() __ + toString() : String } '-- Client "1" o-- "0..*" Operation Agiota "1" *-- "0..*" Operation Agiota "1" *-- "0..*" Client @enduml
false
true
false
false
class
4cf660b417230421af2ac37269567dbdba33c4eb
fb31cc2749d9d53ad5ba10b75fe092301c4a2e51
/docs/deployment.plantuml
fd723c5b26448ad6462e88e845e1dcf177e694cc
[]
no_license
mikkel-ol/I4SWT-MicrowaveOven
f4946d32c3ab95ef190d444dc6b30dcb1bbdd0eb
4efa0364afafabede1566fdf69619cfb3b0fcd1d
refs/heads/master
2020-05-04T08:46:18.758435
2019-05-08T20:37:53
2019-05-08T20:37:53
179,053,446
1
0
null
2019-04-30T21:45:40
2019-04-02T10:23:49
C#
UTF-8
PlantUML
false
false
565
plantuml
@startuml frame application{ card program } frame Core{ frame interface{ card IDoor card ILight card ITimer card IOutput card IPowerTube card IDisplay card IUserInterface card ICookController } frame boundary{ card Door card Light card Timer card Output card PowerTube card Display } frame controller{ card UserInterface card CookController } } 'Relations: application --> Core @enduml
false
true
false
false
uml-unknown
10295c96f4cf9f4353430bbe8a1ef0c1157646bd
06e710d2503cf2436c3d470019d2104468fd3689
/puml/dcls-instdepor.puml
85ff487cee5bd9941d0b85e64fb057e6c852faf6
[]
no_license
carlosgs-iesquevedo/UML2JavaInstDepor
4e69a938935c95a45f8eb6e11b88b4e198e088f4
5f23123e11deab45e44d3cba202f542dd8bda1c2
refs/heads/master
2023-03-13T03:07:32.373713
2021-03-04T09:51:13
2021-03-04T09:51:13
344,425,371
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,086
puml
@startuml instdepor 'https://plantuml.com/class-diagram skinparam classAttributeIconSize 0 enum TipoInstalacion << enumeration >> { Piscina Frontón Gimnasio PistaTenis } enum TipoArticulo << enumeration >> { Balón Red Raqueta } class Socio { - nombre : String - direccion : String - ciudad : String - provincia : String - telefono : String - cuota : float } class Articulo { - codigo : int - descripcion : String - tipo : TipoArticulo } class Instalacion { - nombre : String - tipo : TipoInstalacion } class Reserva { - id : int - socio : Socio - fecha : Date - horaInicio : LocalTime - horaFin : LocalTime } class ReservaArticulo { - articulo : Articulo - cantidad : int } class ReservaInstalacion { - instalacion : Instalacion } Socio "1" -- "0..*" Reserva : reserva > Articulo "1" -up- "0..*" ReservaArticulo : "es reservado" > Instalacion "1" -up- "0..*" ReservaInstalacion : "es reservada" > Reserva <|-- ReservaArticulo Reserva <|- ReservaInstalacion @enduml
false
true
true
false
class
58ea504dbc6813db3e7ed24e57c218b67018088f
c211337d51e433919be2fa87efa2ae57f6ca76c2
/src/mei/designpattern/creational/adaptor/carcontroller2/carcontroller1.puml
0e3d1494393f788576ee0775ac58e53710572be4
[]
no_license
nyannko/coder-notes
86ae29bfdffa79f681edea6a207ccbf2f35e5827
5789764bfc92379ca4fa9e2703db022fac8e463b
refs/heads/master
2020-05-29T09:12:21.050431
2019-06-10T19:37:17
2019-06-10T19:37:17
189,054,041
0
0
null
null
null
null
UTF-8
PlantUML
false
false
325
puml
@startuml title Class adaptor example interface CarController { +void move() } class PoliceCarAdapter extends PoliceLight implements CarController { +void move() } note left of PoliceCarAdapter super.alarmLight() end note class PoliceLight { +void alarmLight() } class Client{ } Client .right.> CarController @enduml
false
true
false
false
class
d4c192f9004f9f3d273421b993d9b378ca32b26e
286b233fd7e797c9d122461c20e399eba41ff31f
/comportement/strategy/uml/strategy_cd.puml
a6f75e0290614c8829567bf15646dd1a1977a7cf
[]
no_license
ace-lectures/pattern-repository
ab18431255285aff7a909ce020d4f0be8f17e4a2
126c9f42e8f29e48458196be48ca40dca1023e25
refs/heads/master
2021-07-05T20:59:34.369443
2020-09-18T14:39:38
2020-09-18T14:39:38
175,689,148
22
13
null
2020-09-18T14:39:40
2019-03-14T19:48:30
Java
UTF-8
PlantUML
false
false
288
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members class Context { + operation() } interface Strategy { + {abstract} algorithm() } class ConcreteStrategy { + algorithm() } Strategy <|.. ConcreteStrategy Context -right-> "1\nstrategy" Strategy @enduml
false
true
false
false
class
d214438e06d25d9500bb6949b701c03391bdbdba
f91b35525de4d3c2bd4cc147ff0662c2c509cff5
/uml/ParkingLot.plantuml
07017de395319dce6e5d702d129d915b758e7f47
[]
no_license
DeKal/OOD-ParkingLot
06e901f034f7acdcc7e20ad4f3941064c01e6a8f
ac266f020e8bdaba1850689c27e0f8cb6c85fb88
refs/heads/master
2022-02-11T17:17:06.870732
2019-09-09T14:06:42
2019-09-09T14:06:42
198,237,248
1
0
null
null
null
null
UTF-8
PlantUML
false
false
3,365
plantuml
@startuml title __PARKINGLOT's Class Diagram__\n namespace account { class account.Account { } } namespace account { namespace payment { class account.payment.CashPayment { } } } namespace account { namespace payment { class account.payment.CreditPayment { } } } namespace account { namespace payment { abstract class account.payment.Payment { } } } namespace database { abstract class database.IDatabase { } } namespace database { class database.Database { } } namespace factory { class factory.ChargerFactory { } } namespace factory { class factory.ParkingLotFactory { } } namespace factory { class factory.ParkingLotMapFactory { } } namespace finance { abstract class finance.MoneyCharger { } } namespace finance { class finance.ParkingMoneyCharger { } } namespace parking { class parking.ParkingLot { } } namespace parking { namespace map { class parking.map.LinearParkingLotMap { } } } namespace parking { namespace map { abstract class parking.map.ParkingLotMap { } } } namespace spot { class spot.CompactSpot { } } namespace spot { class spot.DummySpot { } } namespace spot { class spot.LargeSpot { } } namespace spot { class spot.MotorbikeSpot { } } namespace spot { abstract class spot.Spot { } } namespace vehicle { class vehicle.Bike { } } namespace vehicle { class vehicle.Bus { } } namespace vehicle { class vehicle.Car { } } namespace vehicle { class vehicle.DummyVehicle { } } namespace vehicle { abstract class vehicle.Vehicle { } } account.Account o-- account.payment.Payment : payment account.payment.CashPayment -up-|> account.payment.Payment account.payment.CreditPayment -up-|> account.payment.Payment database.Database -up-|> database.IDatabase factory.ChargerFactory o-- database.IDatabase : db factory.ChargerFactory --> finance.MoneyCharger : create factory.ParkingLotFactory o-- factory.ChargerFactory : chargerFactory factory.ParkingLotFactory o-- factory.ParkingLotMapFactory : mapFactory factory.ParkingLotMapFactory o-- database.IDatabase : db factory.ParkingLotMapFactory --> parking.map.ParkingLotMap : create finance.ParkingMoneyCharger -up-|> finance.MoneyCharger finance.MoneyCharger --> account.Account : 1-* parking.ParkingLot o-- finance.MoneyCharger : charger parking.ParkingLot o-- parking.map.ParkingLotMap : parkingLotMap parking.map.LinearParkingLotMap -up-|> parking.map.ParkingLotMap parking.map.ParkingLotMap --> spot.Spot : 1-* spot.CompactSpot -up-|> spot.Spot spot.DummySpot -up-|> spot.Spot spot.LargeSpot -up-|> spot.Spot spot.MotorbikeSpot -up-|> spot.Spot spot.Spot o-- vehicle.Vehicle : vehicle vehicle.Bike -up-|> vehicle.Vehicle vehicle.Bus -up-|> vehicle.Vehicle vehicle.Car -up-|> vehicle.Vehicle vehicle.DummyVehicle -up-|> vehicle.Vehicle right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
sequence
a72924f56478ccd67dd387225359691f5ccb547e
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/UseCases/Manage-Applications/Complex-Application-DC-Vehicle.puml
89e74c98e9cf50a8d88295b0764a3ae145805c56
[]
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
737
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 EVI -> EVE } package "Data Center" #ffaa88{ interface Ingress as DCI component WebService #ffffff component Redis #ffffff component NodeJS #ffffff Application *..> WebService Application *..> Redis Application *..> NodeJS Application *..> WorkerC Application *..> WorkerE DCI - WebService : 80 DCI -- Redis : 5000 DCI -- NodeJS : 1337 } IVE --> EVI EVE --> DCI @enduml
false
true
false
false
sequence
2cb6e75165f930b581e2e9856ff93fa4b6db0df2
99040b0eb9a60c4149ee7c0a71073285f51aeaa6
/UmlDiagrams/u08a01_a.puml
e633a1e12b4d30a5852dbe39831f8b50eacec37c
[]
no_license
marouanetayab/Parkhaus
ab14ec04fe32a5406c3f996b83e195a9a0abaa8d
cf4e25e3d752404d745fbd22283ac3b25a1e0ff1
refs/heads/master
2021-09-05T05:46:07.060964
2018-01-24T14:55:33
2018-01-24T14:55:33
107,417,551
1
0
null
null
null
null
UTF-8
PlantUML
false
false
371
puml
@startuml title __Erste Normalform (1ONF)__ skinparam classAttributeIconSize 0 class Abo{ -Beginn: long -Gebuehr: long -Art: int } class Kunde{ -KfzKennzeichen: String -Adresse: String -Firma: boolean } class ParkAuto { -platzNr: int -parkBeginn: long -parkEnde: long -parkDauer: int -parkGebuehr: int -bezahlArt: int +ParkAuto() } Kunde -- ParkAuto Kunde -- Abo @enduml
false
true
false
false
class
701540cfe6d765428c3d131d8533594b4c3d5604
62de719e261fac67d2a2bc347a98be5515b48948
/docs/red/1161391/sp1/analysis.puml
098bf9740e7276bde147384b037c8914ced2fabe
[]
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
348
puml
@startuml analysis.png skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : navigate to notes Browser ->> Server : getNotesByUser(user) database Database Server -> Database : fetch Server -->> Browser : return Browser -> Browser : display @enduml
false
true
false
false
usecase
9de0ab896526c797bc091396283153193b2c0d31
61f77755f3ca65fa0a0dfbbdc51137e01ded03fc
/design_model/src/main/resources/生产型模式/简单工厂模式/简单工产模式.puml
3bbc0d7c5698c4901d216f71108db3c0d80576f3
[]
no_license
lyszhen3/myWeb
670e02a585ea3193f6c388b9cea37969a94792dc
c1543ec5f48d84e6c6481a95e54b84f04654b323
refs/heads/master
2023-07-11T02:29:33.530130
2019-02-25T01:39:29
2019-02-25T01:39:29
78,835,228
0
1
null
2022-12-16T04:38:41
2017-01-13T09:31:45
Java
UTF-8
PlantUML
false
false
201
puml
@startuml interface Product{ } ConcreteProductA..|>Product ConcreteProductB..|>Product class Factory{ +factoryMethod(String arg):Product } Factory.>Product note "Simple Factory Pattern" as N1 @enduml
false
true
false
false
class
72ac915ad2f0f47ec8727bbcfaaf52f63ecba87a
3c4e2fd0dd03d22fbed7e9004b2c584e3e6ff0ad
/src/main/java/com/test/it/jdktest/jdk8/nio/reactor/reactor.puml
8595d30f6443e6a4b9639a88166a8eb711de1275
[]
no_license
zhhongCai/testit
d9e1ec4272e56c478f46cbea32aed896485718e3
7040203ce3954c42dc0f421eeb867c268ced2300
refs/heads/master
2022-12-29T06:16:56.755660
2021-09-24T13:42:27
2021-09-24T13:42:27
26,839,009
0
0
null
2022-12-16T01:31:59
2014-11-19T01:40:29
Java
UTF-8
PlantUML
false
false
341
puml
@startuml class Reactor { - Poller poller - Dispatch dispatch - Selector selector } class Acceptor class Poller interface Dispatch class MultiThreadDispatch implements Dispatch class SocketProcessor Reactor *.. "1" Poller Reactor *.. "1" Dispatch Reactor *.. "1" Acceptor MultiThreadDispatch *.. "n" SocketProcessor @enduml
false
true
false
false
class
1179f0ad1aef0da2f476f95d08454eff7d9919c5
575d9002eb4649abd316a07cf6390da7569f60c7
/4. deployment.puml
4a59b3aacaee286a7ed9d3973f3a79485f173033
[]
no_license
aokhrimenko/plantuml-demo
ebbd4260f4b772ae5d7fc0bb2e6564acff8aa788
52ebc3f0ac24f6d39738b765ce0a433c62c3ae8c
refs/heads/master
2020-04-19T00:15:00.297024
2019-01-28T14:34:59
2019-01-28T14:34:59
167,842,169
0
0
null
null
null
null
UTF-8
PlantUML
false
false
473
puml
@startuml actor User as user card Application as app { card "Upload\nsystem" as upload card "Processing\nsystem" as processor database Storage as storage collections "Notification\nsystem" as notificator queue Queue as queue } user -> upload: Upload document upload -> queue: Create processing task queue -> processor processor -> storage: Write data processor -> notificator: Send message back to user notificator -> user: deliver message @enduml
false
true
false
false
sequence
1bc3e4f6cce250951a0d7c2665b6d885c69c15a9
ad3b81b946aa6b5b72ba5d34de72f99829b2c6f7
/diagrams/webCustomerViewProducts.puml
d197c13eadcc40d766ca30d1abb534c6352e3cb1
[]
no_license
meadows115/ShoppingSysteminfo
5cae33ad4a2b0caa29ba17cefe359d418d98d860
ad984dcfae0716456f0748d8fa205a9fd6075565
refs/heads/master
2022-07-09T12:25:31.758679
2020-05-06T06:29:57
2020-05-06T06:29:57
261,670,956
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,495
puml
@startuml ' use strict UML mode skinparam style strictuml 'Creating a customer actor actor "Customer" as customer 'creating products web page participant "Products Web Page" as productsPage <<html>> 'creating the product controller participant "ProductController" as productController <<AngularJS>> 'creating the jooby module participant "ProductModule" as jooby <<Jooby>> 'creating the product dao participant "ProductManagerdao" as dao <<DAO>> customer->productsPage : Customer clicks "Browse Products" in navigation bar productsPage->productController++ : Create ProductController as prodCtrl productController->productController: productDAO.query(); productController->jooby++ : GET request /api/products/:id jooby->dao++ : ProductManagerdao.getProducts() dao->jooby : return products jooby->jooby: products encoded using JSON dao-- jooby->productController: return JSON products jooby-- productController->productsPage: All Products passed using ng-repeat="product in prodCtrl.products" productController->productController: categoryDAO.query(); productController->jooby++ : GET request /api/categories jooby->dao++ : ProductManagerdao.getCategories(); dao->jooby: return categories jooby->jooby: categories encoded using JSON jooby->productController: return JSON categories jooby-- productController->productsPage: All categories passed using ng-repeat="cat in prodCtrl.categories" productsPage->customer: Waiting for user to select a product or category productsPage-- @enduml
false
true
false
false
sequence
5a6bcb05c337d07bddcd5a0ba59d649c8108ace8
cf826b34b584c18dba80ca8b6eee174c22e71187
/src/main/java/oop/exercises/ex41/exercise41.puml
6bb0f182f4198161d97f6a2f1c34409ea0ae4f39
[]
no_license
Ivedent-Lloyd-III/lloyd-cop3330-assignment3
a41994969378f17d7c15c90aa2ed7ae1a13e7956
ade3ee3d56e652492c41a9a30fa8e6adddc986b4
refs/heads/master
2023-06-02T17:50:48.536779
2021-06-21T03:55:53
2021-06-21T03:55:53
377,673,629
0
0
null
null
null
null
UTF-8
PlantUML
false
false
166
puml
@startuml class solution41 class solution41 { +namesList; Array List +names; File +count; int +main(); void -listNames(); ArrayList -sortNames(); void } @enduml
false
true
false
false
class
61cd2b46ab547385725a7b6f6fb173a914fa282d
ef4f9913b31c7ce6c913c8adcced062c0d5db5f9
/design-patterns/codebase/src/main/resources/uml/adapter/solution-class-diagram.puml
284e1c5597ea89f0def09d0cce37fa58a10278da
[]
no_license
lzbair/OO-Paradigm
5061211c6af19612c9d8185493898441fb92257b
ddc653bd0fe17807bcd7fd6030bb3e6b05239d99
refs/heads/master
2023-06-27T14:54:19.349718
2023-02-21T09:53:06
2023-02-21T09:53:06
238,396,539
0
1
null
2023-06-14T22:49:02
2020-02-05T07:55:12
Java
UTF-8
PlantUML
false
false
625
puml
-@startuml PaymentApplication -right- PaymentService : accepts > interface PaymentService { pay() } class PaymentProvider { authorize() capture() } note "Target interface to which we should adapt" as N0 note "The adapter object" as N1 note "pay() manages both authorize() & capture()" as N2 note "The adaptee object" as N3 class OnlinePaymentService extends PaymentService { pay() {} } N0 -left- PaymentService N1 -right- OnlinePaymentService N2 -left- OnlinePaymentService N3 -left- PaymentProvider OnlinePaymentService *-right- PaymentProvider: part of < @enduml
false
true
false
false
class
d13ce1e142f79eca5fc76fda2425b6579b0a107e
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/product/simple/CreateProduct.puml
932099246afb7a30cd7d55bd9e5b0f1064ca3558
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,168
puml
@startuml title: Create Product Sequence Diagram actor user participant BelanjaYukFE box "BelanjaYuk.id" #LightBlue participant AppController participant ProductService end box user -> BelanjaYukFE ++ : create Product menu activate user BelanjaYukFE -> AppController ++ : /graphql create product note right of BelanjaYukFE content type: application/json request body: mutation { createProduct( product: $productInput ) : Product } ProductInput( name, SKU, stock, categoryId, productDetailInput( productStockId, sellingPrice, purchasePrice, value, productId ) ) end note AppController -> AppController : parseGraphql() AppController -> ProductService ++ : call createProduct() note left passing: - context - productInput end note ProductService --> AppController -- : Product AppController --> BelanjaYukFE -- : Product BelanjaYukFE --> user -- : create product successful and view product deactivate user @enduml
false
true
false
false
usecase
3f292468b1c791a39e07e612725aa5b571030fbf
8784f16125ff38f364f0b5f7fd1e967f208dd2fb
/UML/Interfaces.plantuml
4ff7e80e69445bb530f996e7fdfd0ce75e0ea063
[]
no_license
amalte/Lab2A
a13c4557a8ca67cf55ad50387becdcb732d1fc53
62c0634efc9cf1c9afe31543ca3a5696eab2a827
refs/heads/master
2020-09-16T13:15:01.900172
2019-12-06T14:25:23
2019-12-06T14:25:23
223,781,286
0
0
null
null
null
null
UTF-8
PlantUML
false
false
943
plantuml
@startuml title __INTERFACES's Class Diagram__\n interface Model.Interfaces.IMovable { Direction {abstract} + move() {abstract} + turnLeft() {abstract} + turnRight() } enum Direction { EAST NORTH SOUTH WEST } interface Model.Interfaces.IPositionable { {abstract} + getX() {abstract} + getY() {abstract} + setX() {abstract} + setY() } interface Model.Interfaces.ISizeable { {abstract} + getHeight() {abstract} + getLength() {abstract} + getWidth() {abstract} + setHeight() {abstract} + setLength() {abstract} + setWidth() } interface Model.Interfaces.ITransportable { {abstract} + isLoaded() {abstract} + setLoaded() } interface Model.Interfaces.ITransportableHolder { {abstract} + dropTransport() {abstract} + getLoadedTransport() {abstract} + loadTransport() } Model.Interfaces.IMovable +-down- Model.Interfaces.IMovable.Direction @enduml
false
true
false
false
class
c87d988de47b2d6bfd17d7737fb6d25b151a607d
c4f7d455bd5f34d0875b667304c2767143ef9ac3
/doc/plantuml/HCARDC/vsdm.plantuml
4d788f7eaa31853b6d69705062de038e1be9abec
[ "Apache-2.0" ]
permissive
gematik/ref-HealthCardControl
6b7482826e2e35242bfe6a3367dd2888244178d0
26a0e1be00206ca74785b4c7c008f17d863d854f
refs/heads/master
2022-01-22T11:48:22.199071
2020-02-20T13:12:39
2020-02-20T13:12:39
214,092,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,012
plantuml
@startuml namespace de.gematik.ti.healthcard.control { namespace vsdm { class de.gematik.ti.healthcard.control.vsdm.VsdReader { - cardToRead : HealthCard + VsdReader() + readGvd() + readPd() + readStatusVsd() + readVd() } } } namespace de.gematik.ti.healthcard.control { namespace vsdm { class de.gematik.ti.healthcard.control.vsdm.VsdService { - authorisingCard : HealthCard + VsdService() + getGvdDocument() + getPdDocument() + getVdDocument() } } } namespace de.gematik.ti.healthcard.control { namespace vsdm { class de.gematik.ti.healthcard.control.vsdm.VsdWriter { - cardToRead : ICard + VsdWriter() } } } de.gematik.ti.healthcard.control.vsdm.VsdService o-- de.gematik.ti.healthcard.control.vsdm.VsdReader : vsdReader @enduml
false
true
false
false
class
69ff1f3b28817ecd2e43f948c121b678b2233a3c
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/commands/package.puml
a0ececc06bf5dac2133e6a3ba1567012e1543ce7
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,523
puml
@startuml namespace ua.khpi.oop.malokhvii04.shell.commands { class UpdateSettingsCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +UpdateSettingsCommand() {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } class HistoryCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +HistoryCommand() {static} -printCommandInfo(int, Command): void {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } class HelpCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +HelpCommand() {static} -printCommandDescription(String, String): void {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } abstract class HandleTextFileCommand { {static} #FILE_PATH_PATTERN: String {static} -RESOURCE_BUNDLE_NAME: String {static} -resourceBundle: ResourceBundle +HandleTextFileCommand() {static} #getFilePath(): String {static} #updateResourceBundle(): void } class ExitCommand { {static} -description: String {static} -keys: List<String> {static} -RESOURCE_BUNDLE_NAME: String +ExitCommand() {static} -updateResourceBundle(): void +execute(): void +getDescription(): String +getKeys(): List<String> +update(Observable, Object): void } interface Command { {abstract} +execute(): void {abstract} +getDescription(): String {abstract} +getKeys(): List<String> {abstract} +getName(): String } abstract class AbstractCommandDecorator { +AbstractCommandDecorator(Command) +getDescription(): String +getKeys(): List<String> +getName(): String } abstract class AbstractCommand { +AbstractCommand() +getName(): String } AbstractCommand <|-- UpdateSettingsCommand AbstractCommand <|-- HistoryCommand AbstractCommand <|-- HelpCommand AbstractCommand <|-- HandleTextFileCommand AbstractCommand <|-- ExitCommand Command <|.. AbstractCommandDecorator Command <|.. AbstractCommand interface java.util.Observer { {abstract} +update(Observable, Object): void } java.util.Observer <|.. AbstractCommand AbstractCommandDecorator --> Command: command } @enduml
false
true
false
false
sequence
4df02ea1a5e29721b7cf8625e9fdabb3b03c2470
4ec6dc6688121825995ad066ddc62397387e8783
/restraunts.plantuml
7e22d1680f03636008b9526d842f70fa473de218
[]
no_license
marthasimmons/restaurants
7feb03aad415470824ef2d6ebeb241e44e7cf4a3
c9a5b8a32392f363c8f421ab2f5d1800da99d8c2
refs/heads/master
2022-12-20T10:23:55.092675
2020-09-28T15:57:34
2020-09-28T15:57:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
745
plantuml
@startuml class Restraunt { restraunts: Array<Restraunt> .. name: STRING description: STRING image: STRING menus: Array<Menu> tables: Array<Table> -- constructor() addMenu() addTable() removeMenu() removeTable() } class Menu{ name: STRING items: Array<Item> -- constructor() addItem() removeItem() } class Item{ name: STRING description: STRING price: FLOAT -- constructor() } class Table{ number: INTEGER bookings: Array<Booking> -- constructor() book() } Class Booking{ name: STRING date: Date() table: TABLE -- constructor() } Restraunt--{Menu Menu--{Item Restraunt--{Table Table--{Booking @enduml
false
true
false
false
class
4341d00c8dbc0708079264c878b207de8a60f2d2
573fd3fb5867c0f26fb2906f0478b234956e713f
/whitepaper/use-case-sequence-diagram-end-user-wallet-authentication-authorization.puml
53726fa98ef902e79beb87328f8956c8523d0bf8
[ "Apache-2.0" ]
permissive
RafaelAPB/blockchain-integration-framework
65cd73a7115069d343da7d269db45918710a7bbd
89d5102496adfe98a542a373e805dc38ecb8f269
refs/heads/main
2023-08-07T02:19:05.864116
2023-04-12T00:41:07
2023-04-14T07:37:08
241,220,244
5
0
Apache-2.0
2023-05-24T02:04:39
2020-02-17T22:22:43
TypeScript
UTF-8
PlantUML
false
false
1,870
puml
@startuml Sequence Diagram - End User Wallet Authentication Authorization skinparam ArrowFontStyle italic title Hyperledger Cactus\nSequence Diagram - End User Wallet Authentication Authorization actor User_A as a <<end-user>> box Cactus #White entity "API" as api entity "Validator(s)" as v database "Keychain" as k end box box "Ledgers" #White database LedgerOne as d1 database LedgerTwo as d2 end box autoactivate on autonumber == Register with Hyperledger Cactus == a -> api: Register User Account return Bearer Token == Import PKI == a -> api: Import **LedgerOne** keypair api -> k: Store **LedgerOne** keypair\nencrypted at rest return Keychain Update Done return Import Keypair Done a -> api: Import **LedgerTwo** keypair api -> k: Store **LedgerTwo** keypair\nencrypted at rest return Keychain Update Done return Import Keypair Done == Transact on Ledgers == a -> api: Execute Transaction\non **LedgerOne** note right **User A** only need to present **Bearer Token** from step 2 and Hyperledger Cactus will be able to impersonate **User A** on LedgerOne end note api -> v: Execute Transaction\non **LedgerOne** v -> k: Fetch LedgerOne\nPrivate Key of User_A return Private Key v -> d1: Execute Transaction\non **LedgerOne**\nas **User_A** return Transaction Executed return Transaction Executed return Transaction Executed a -> api: Execute Transaction\non **LedgerTwo** note right **User A** only need to present **Bearer Token** from step 2 and Hyperledger Cactus will be able to impersonate **User A** on LedgerTwo end note api -> v: Execute Transaction\non **LedgerTwo** v -> k: Fetch LedgerTwo\nPrivate Key of User_A return Private Key v -> d2: Execute Transaction\non **LedgerTwo**\nas **User_A** return Transaction Executed return Transaction Executed return Transaction Executed @enduml
false
true
false
false
usecase
d20c74ae7b47a584c2d0e3aaa66d1533ab8128dc
95359165ef052380534d37af31d62ff7fbc442b4
/out/plantuml/Interpreter.plantuml
47daaf8b7a007bb1f4d18bfae03e278a9e37d064
[]
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
2,562
plantuml
@startuml title __INTERPRETER's Class Diagram__\n namespace com.StockExchangeModel { namespace StockExchange { namespace Interpreter { enum ActionType { ADD DELETE EXECUTE_ALL NULL SHOW SHOW_ALL SHOW_CATEGORY STAGE } class com.StockExchangeModel.StockExchange.Interpreter.Action { + arguments : String[] + Action() + Action() } abstract class com.StockExchangeModel.StockExchange.Interpreter.ActionHandler { + actionLeader : String + ActionHandler() {static} + getActionString() {static} + getActionType() + handleAction() } class com.StockExchangeModel.StockExchange.Interpreter.Interpreter { + Interpreter() + interpret() + interpretFile() {static} + printInterpretedResults() + startSession() } class com.StockExchangeModel.StockExchange.Interpreter.Parser { {static} + parseCSVLine() {static} + parseDate() {static} + parseLine() } } } } com.StockExchangeModel.StockExchange.Interpreter.Action o-- com.StockExchangeModel.StockExchange.Interpreter.ActionHandler.ActionType : actionType com.StockExchangeModel.StockExchange.Interpreter.ActionHandler o-- com.StockExchangeModel.StockExchange.StockExchange : context com.StockExchangeModel.StockExchange.Interpreter.ActionHandler +-down- com.StockExchangeModel.StockExchange.Interpreter.ActionHandler.ActionType com.StockExchangeModel.StockExchange.Interpreter.Interpreter -up-|> com.StockExchangeModel.StockExchange.Interpreter.Parser com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Company.CompanyActionHandler : companyActionHandler com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.StockExchange : context com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Order.OrderActionHandler : orderActionHandler com.StockExchangeModel.StockExchange.Interpreter.Interpreter o-- com.StockExchangeModel.StockExchange.Trader.TraderActionHandler : traderActionHandler 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
0cb4ca2d423c226bf49e56eb548b284471e8e8ee
a5c2f1c99810b0a26487109f63fac195c82f0613
/docs/seq_auth.puml
b1b9892eb5c54cf343e2f51a4fcb799414887785
[ "Apache-2.0" ]
permissive
hank-cp/skr
4fbc70af580c1ed02885bb831510da66fdd73929
134654e2d7e2f52c571ed557a63d98d58b72ecfb
refs/heads/master
2023-07-19T19:13:10.453260
2023-07-18T14:19:20
2023-07-18T14:19:20
168,656,050
3
0
null
null
null
null
UTF-8
PlantUML
false
false
1,457
puml
@startuml title Sign Up AppClient -> AuthManager: I want to sign up AuthManager -> AppClient: <font color=red>sign up token</font> and <font color=red>captcha</font> AppClient -> AuthManager: My <font color=red>principle</font> and <font color=red>credential</font>\n(with sign up token and captcha) AuthManager -> AuthManagerImpl: Check if this <font color=red>principle</font> is valid to register AuthManagerImpl -> AuthManager: Checks ok, the <font color=red>principle</font> and <font color=red>credential</font> have been save to database. AuthManagerImpl -->X AuthManager: Refused because:\n - principle existed\n - certification identify exsited.\n - etc... AuthManager -->x AppClient: Refused because:\n - sign up token expired\n - principle existed\n - etc... AuthManager -> AppClient: OK. here are your <font color=red>authentication tokens</font>\n - accessToken\n - refreshToken\n - loginToken newpage Sign in AppClient -> AuthManager: I want to login with this <font color=red>credential</font> AuthManager -> AuthManagerImpl: Check if this <font color=red>credential</font> is valid AuthManagerImpl -> AuthManager: Checks ok, this <font color=red>credential</font> associates to this <font color=red>principle</font> AuthManager -->x AppClient: Refused because:\n - principle not found\n - credential not match AuthManager -> AppClient: OK. here are your <font color=red>authentication tokens</font>\n - accessToken\n - refreshToken @enduml
false
true
false
false
sequence
836a56b59321d62e0af5eb38704929397b6623d0
127c00726481da19a7009cf76d9a7392cfefd357
/builder/resources/builder.puml
6fe4a098f0a2e55028ac68ef2c652e5be79b7437
[]
no_license
wenfujing/design-pattern
aa8b07ae193f8c8d65c94113a5bc22a7f97ebd9d
a64b610a7650cfc14042c07c12b84b7b414f6512
refs/heads/master
2020-06-14T15:27:20.159809
2019-05-21T07:58:26
2019-05-21T07:58:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
368
puml
@startuml class ConcreteBuilder { + buildPartA(): void + buildPartB(): void + buildPartC(): void } abstract class Builder <<abstract>> { + buildPartA(): void + buildPartB(): void + buildPartC(): void } class Director { + construct() } class Product ConcreteBuilder ..> Product Director o-- Builder ConcreteBuilder <|-- Builder @enduml
false
true
false
false
class
0fc854d707bcc5d5ca55b2107f43cdfff97fed1d
f563631a7a9f473bb8a6a53ed87ab80cd9cd9d86
/Assets/Scripts/plantuml/LaserController.puml
8ae793a3a70b9f04515801387ec88da4178f53b3
[]
no_license
202004g07/UnityShooting
74cc68f7abf2cc49bc6455b8c19587e245227b50
1249e19e0f660cd8f51930a9466962ac2754ff19
refs/heads/main
2023-01-01T21:18:11.351731
2020-10-26T09:24:12
2020-10-26T09:24:12
302,015,985
0
1
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml class LaserController { - LaserTime : float = 0.75f - LaserStayTime : float = 2f - Start() : void - Update() : void - Shoot_Laser() : void } MonoBehaviour <|-- LaserController LaserController --> "LaserBeam" GameObject LaserController --> "Player" PlayerController LaserController o-> "ease" Ease LaserController --> "LaserTransformCashe" Transform LaserController --> "defaultScale" Vector3 @enduml
false
true
false
false
class
7d0cd13c967fe6ad16701ca4c6b3cf9834fa03d1
3b8da9139ced146b949abf375efd4de4904a615f
/docs/exercise43.puml
016c5d3443a5cadbe9c664cf08e70856a14083f3
[]
no_license
jparrondo24/parrondo-cop3330-assignment3
47c72c14cbf35fca5f1d98859f63a5c25645386c
a0a1ffb9057396f462e51b8f04dc266bda85a007
refs/heads/master
2023-06-04T01:45:29.487776
2021-06-20T01:11:04
2021-06-20T01:11:04
376,988,622
0
0
null
null
null
null
UTF-8
PlantUML
false
false
317
puml
@startuml class App { +main() } class WebsiteGenerator { -String rootDirectoryPath -String siteName -String author -boolean wantsJs -boolean wantsCss -String logs #addToLog(): void #generateDirectory(): void #generateIndexHtml(): void +generateWebsite(): void +getLogs(): String } @enduml
false
true
false
false
class
061078d17aadc2ebdf5bc582fab8002ac8afd2a2
7d292130ed85f439574c5565adfc910535050d84
/diagrams/CosmosContainer.puml
e02ca4fbe6cd2a84462079aae056b3b78fdfca97
[ "Apache-2.0" ]
permissive
swrhim/equinox
2f90214770bd576df759e2636cbf82ffccedb219
0a256a46812d681a2b9a72e7e4285c18bb5c0943
refs/heads/master
2022-06-03T01:24:12.029516
2022-03-15T15:14:29
2022-03-15T17:27:41
227,157,695
0
0
Apache-2.0
2019-12-10T15:45:35
2019-12-10T15:45:34
null
UTF-8
PlantUML
false
false
3,578
puml
@startuml !includeurl https://raw.githubusercontent.com/skleanthous/C4-PlantumlSkin/master/build/output/c4.puml title Container diagram for Equinox.CosmosStore (+ Propulsion.Cosmos) caption Moving parts for an Equinox app using a CosmosDB container that presently has 2 physical partitions actor "Applications" <<External>> as apps rectangle "Consistent Processing" <<Expanded>> { together { rectangle aggregate <<Component>> [ Aggregate / Service Events: codec Fold: initial, fold interpret / decide snapshot / isOrigin Service ] rectangle stream <<Component>> [ Equinox.Decider ] } database memorycache <<Internal>> [ **System.MemoryCache** StreamName -> etag+version+state ] rectangle eqxcosmos <<Component>> [ Equinox.CosmosStore ] cloud "CosmosDB Database D" as db { rectangle "Container C" as cosmos <<Container>> { node "D\C\Range 0" { rectangle [Sync SP] as sync0 <<Internal>> database range0 <<Internal>> [ **Range0** RangeA-M Tip Documents RangeA-M Stream Events ] } node "D\C\Range 1" { rectangle [Sync SP] as sync1 <<Internal>> database range1 <<Internal>> [ **Range1** RangeN-Z Tip Documents RangeN-Z Stream Events ] } } } } rectangle "**Publishers**" as publishers <<External Container>> { rectangle cfp0 <<External Component>> [ **ChangeFeedProcessor A** ] rectangle projector <<External Component>> [ **Publisher** ] } rectangle "**Reactors**" as reactors <<External Container>> { rectangle cfp1 <<External Component>> [ **ChangeFeedProcessor B** ] rectangle reactor <<External Component>> [ **Reactor** ] } database caches <<External>> [ **Read Models** ] rectangle outputs <<External System>> [ **Output Feeds** Topics / ATOM ] database aux <<External>> [ **Aux CosmosDB** CheckpointA0 CheckpointA1 CheckpointB0 CheckpointB1 HostALease0 HostALease1 HostBLease0 HostBLease1 ] apps <-> aggregate : transact\nagainst apps <. caches : reference\neventually\nconsistent aggregate <-L-> stream : Transact/\nQuery stream -L-> eqxcosmos : Load/\nTrySync eqxcosmos <-L-> memorycache : TryGet/\nUpdate eqxcosmos <-> sync0 : ExecuteStoredProc\n[Azure.Cosmos TCP] eqxcosmos <-> cosmos : ReadItem/\nQueryDocuments\n[Azure.Cosmos TCP] eqxcosmos <-> sync1 : ExecuteStoredProc\n[Azure.Cosmos TCP] range0 ..> cfp0 : continuously queries range1 ..> cfp0 : continuously queries range0 ..> cfp1 : continuously queries range1 ..> cfp1 : continuously queries cfp0 <-> aux : keeps checkpoints in\nnegotiates leases via cfp1 <-> aux : keeps checkpoints in\nnegotiates leases via cfp0 <.> publishers : projects events cfp1 <.> reactors : tracks relevant events reactors .> caches : maintains views in reactors .> publishers : compose notificatons for projector .> outputs : emits to eqxcosmos -[hidden]D-> sync0 cfp0 -[hidden]D-> aux publishers-[hidden]D-> outputs reactors -[hidden]U-> caches caches -[hidden]U-> apps @enduml
false
true
false
false
usecase
43c56a6ee57e40449c6d1bbece6f79e35cf1a783
ead42582173e22dc958d9ae74cfce6e819be39cb
/src/cleonproject.deliverables.architecture.model.architecture/src/cleon.architecturemethods.arc42.sample/img/cleon_architecturemethods_arc42_sample_arc42/Technisches_Kontext_Diagramm.puml
9a942322c67886bdcfdc0fe47275a71840101384
[]
no_license
marcozwyssig/cleon
6c66c6f55625f07a22c7e59b3f4989fa93aad324
1318b835dd584f11b51de41ad0ac10a3584bbb47
refs/heads/master
2023-08-05T15:14:30.350527
2023-07-28T13:45:42
2023-07-28T13:45:42
17,729,102
0
4
null
2016-03-10T15:57:31
2014-03-13T23:09:40
Java
UTF-8
PlantUML
false
false
408
puml
@startuml skinparam monochrome true skinparam componentStyle uml2 component FTP as "FTP" <<ExternalSystem>> component Chess as "Chess" <<SoftwareSystem>> FTP --> Chess : "verwendet" Chess --> FTP : "verwendet" ' Begin Protected Region [[layouting]] ' End Protected Region [[layouting]] @enduml // Actifsource ID=[dc5bfacd-eaac-11e8-88d3-bfc6b992bdec,35964cc6-fa45-11e8-af47-e5bdd8100025,Hash]
false
true
false
false
sequence
3496ee3c827c5d1b9632f0fd69e134bbd4df7f75
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/Manage-Build/Create-Build.puml
b4fe36d2233993fb95b9b9158438b82477598ea9
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
262
puml
@startuml Actor "actorName" as A box "Manage-Build" #lightblue participant CLI as CLI participant Web as Web participant "caade" as S A -> CLI : caade-build-create() CLI -> S : build/create() A -> Web : build/create() Web -> S : build/create() end box @enduml
false
true
false
false
sequence
5e6a5671e37e235cbfae02c44833c53f9e909307
1f1ceedff0ac7ccc3e78c39481a1df35b0a23029
/sequenceDiagram1.plantuml
d20ae586bbe2eae226997b5537da592ac87b1d55
[]
no_license
akarsh27/Ride-Sharing-Application
20977b039c7f3671f3d69ab8baa37de76f233c9e
c08d83eb8c101a2eaef07b2476d6290e9e21736d
refs/heads/main
2023-02-01T13:17:54.164953
2020-12-20T05:05:41
2020-12-20T05:05:41
322,994,325
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,437
plantuml
@startuml SequenceDiagram1 skinparam BackgroundColor #CAE1FF skinparam NoteBackgroundColor white skinparam NoteBorderColor #000033 skinparam ParticipantBackgroundColor #f0ffff skinparam ParticipantBorderColor #000033 skinparam SequenceLifeLineBackgroundColor #75cbec skinparam SequenceLifeLineBorderColor #000033 skinparam ArrowColor #191970 skinparam Linetype ortho skinparam ActorBackgroundColor #f0ffff skinparam ActorBorderColor #000033 participant ":Web Application" order 20 participant ":Server" order 30 participant ":Company Database" order 40 skinparam style strictuml skinparam SequenceMessageAlignment center title Sequence Diagram 1 actor User alt [SignIn] User -> ":Web Application" : logs(username,password) activate ":Web Application" ":Web Application" -> ":Company Database" : checks(username,password) activate ":Company Database" group break ":Company Database" -->> ":Server" : invalid credentials activate ":Server" User -> ":Web Application" : ForgotPassword ":Web Application" -> ":Company Database" : check(emailID) ":Company Database" -->> User : sendResetLink User ->> ":Web Application" : enternewpassword ":Web Application" -> ":Company Database" : reset(password) ":Company Database" -->> ":Company Database" : update(password) end ":Company Database" -->> ":Server" : credentials verified deactivate ":Company Database" ":Server" -->> ":Web Application" : Login Success deactivate ":Web Application" deactivate ":Server" ":Web Application" -->> User : LoginStatus(success) else [SignUp] User -> ":Web Application" : logs(email/google/PhoneNo.facebook) activate ":Web Application" ":Web Application" -->> ":Company Database" : register(username,password) activate ":Company Database" activate ":Server" ":Company Database" -->> ":Server" : Registration Successful ":Server" -->> ":Web Application" : Login Successful deactivate ":Server" deactivate ":Web Application" deactivate ":Company Database" ":Web Application" -->> User : LoginStatus(success) end newpage User ->> ":Web Application" : select(GiveRide/TakeRide) activate ":Web Application" note over ":Server" , ":Company Database" User has to select either to Offer a Ride or to Take a Ride endnote ":Web Application" -->> ":Web Application" : TakeDetails deactivate ":Web Application" alt [GIVE_RIDE] User ->> ":Web Application" : enterdetails(StartAddress,EndAddress) activate ":Web Application" ":Web Application" -> ":Company Database" : verify(DrivingLicense) activate ":Company Database" group break ":Company Database" -->> ":Server" : VerificatonUnauthorized activate ":Server" ":Server" -->> ":Web Application" : SendErrorMessage end ":Company Database" -->> ":Web Application" : Verificaton Successful deactivate ":Company Database" ":Web Application" -->> User : ViewNearbyRideTakers User -> ":Web Application" : ConfirmRideTaker ":Web Application" -> ":Server" : ConfirmationRequest ":Server" -->> ":Server" :UpdateDetails ":Server" -->> ":Web Application" : SendConfirmation deactivate ":Server" deactivate ":Web Application" ":Web Application" -->> User : SendRideTakerDetails else [TAKE_RIDE] User ->> ":Web Application" : enterdetails(PickupAddress,DropAddress) activate ":Web Application" ":Web Application" -> ":Company Database" : verify(IdentityProof) activate ":Company Database" group break ":Company Database" -->> ":Server" : VerificatonUnauthorized activate ":Server" ":Server" -->> ":Web Application" : SendErrorMessage end ":Company Database" -->> ":Web Application" : Verificaton Successful deactivate ":Company Database" ":Web Application" -->> User : ViewNearbyRideGivers User -> ":Web Application" : ConfirmRide ":Web Application" -> ":Server" : ConfirmationRequest ":Server" -->> ":Server" :UpdateDetails ":Server" -->> ":Web Application" : SendConfirmation deactivate ":Server" ":Web Application" -->> User : SendRideGiverDetails deactivate ":Web Application" end @enduml
false
true
false
false
usecase
fc7998101cb7e884849af7d0086151005dc86101
b038203821d22f0ae9db9697aaf5b41b9f77a40d
/src-gen/serviceSystem_BC_Traveler_TravelerContext.puml
0c4aba75911fce5d3b63254cba55fc97ce2dce62
[]
no_license
NormanBaechtold/ServiceSystem
5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a
ba125d9cb21cec6a894cef3936cce7dcbc21b5c9
refs/heads/master
2023-08-20T23:35:47.215567
2021-10-06T09:08:54
2021-10-06T09:08:54
394,977,218
0
0
null
null
null
null
UTF-8
PlantUML
false
false
837
puml
@startuml skinparam componentStyle uml2 package "'TravelerContext' Aggregate" <<Rectangle>> { class TravelerContext <<(A,#fffab8) Aggregate Root>> { TargetSegments segmentSpecifications IndividualCharacteristics individualData TravelerValueExpectation invoke() TravelerCustomerJourney provideData() TravelerCustomerJourney informEngagementDesign() } class TargetSegments <<(E,DarkSeaGreen) Entity>> { String painsAndGains String serviceRequirements String demographics String typicalBehaviors TravelerContext frame() } class IndividualCharacteristics <<(E,DarkSeaGreen) Entity>> { String personalData String healthData String tripData TravelerContext provideData() } } TravelerContext --> TargetSegments : segmentSpecifications TravelerContext --> IndividualCharacteristics : individualData @enduml
false
true
false
false
sequence
fc7e85a53c196e400b0a88d5b1aec2da70c81723
fbb40b162037d2a0001c1fd7b86b775e9278b1bf
/mastermind-documentView-withFactoryMethod/diagrams/src/mastermind.models.plantuml
f85e7599a60e6ea3f1b301c4fa7fbebe1cc22a7c
[]
no_license
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-asantamaria779
d208ea4e885a1d0dcc9ecd54235be668e180f846
8ac2c1128deca6a832928403edb25ed2633ada4c
refs/heads/main
2023-02-02T06:29:33.903703
2020-12-17T19:17:48
2020-12-17T19:17:48
319,729,841
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,178
plantuml
@startuml class mastermind.models.Game { -int MAX_ATTEMPTS -int numberOfAttempts -boolean isWinner +Game() +void reset() +Result getResult(int i) +void increaseNumberOfAttempts() +boolean isOver() +boolean isWinner() +void checkWinner() +int getNumberOfAttempts() +void addResult(ProposedCombination) } class mastermind.models.Combination { -{static}int LENGTH -String colors #Combination(String) +{static}boolean isValidLength(String) +{static}int length() +{static}boolean areValidColors(String) +{static}String validColors() #char getColor(int) +String getColors() #void setColors(String) } class mastermind.models.ProposedCombination { +ProposedCombination(String) #boolean contains(char,int) #boolean contains(char) } class mastermind.models.SecretCombination { #SecretCombination() -{static}String makeRandom() #Result check(ProposedCombination) } class mastermind.models.Result { -int numberOfBlacks -int numberOfWhites #Result(ProposedCombination,int,int) #boolean isWinner() +ProposedCombination getProposedCombination() +int getNumberOfBlacks() +int getNumberOfWhites() } enum mastermind.types.Color { RED BLUE YELLOW GREEN ORANGE PINK color ~Color(char color) +{static}boolean isValid(char) +{static}String validColors() } mastermind.models.Combination <|-- mastermind.models.SecretCombination mastermind.models.Combination <|-- mastermind.models.ProposedCombination mastermind.models.Game *-down-> "[0..10]" mastermind.models.Result mastermind.models.Game *-down-> mastermind.models.SecretCombination mastermind.models.Game ..> mastermind.models.ProposedCombination mastermind.models.Result *-down-> mastermind.models.ProposedCombination mastermind.models.SecretCombination ..> mastermind.models.ProposedCombination mastermind.models.Combination ..> mastermind.types.Color mastermind.models.SecretCombination ..> mastermind.types.Color mastermind.models.SecretCombination ..> mastermind.models.Result mastermind.models.Game -down[hidden]-> mastermind.models.Combination mastermind.models.SecretCombination .right.> java.util.Random @enduml
false
true
false
false
class
427526940f69c07dde728c4940059dc9e71a2956
78389ccc9e3b43cf7333289f1515154b7c8a39e3
/applications/block-consumer/images/entity-relationship-diagram.plantuml
d56c7129cdce007009935d8ce10b7107b628c085
[]
no_license
padfed/padfed-doc
994776ec7a842c97a3c05dc6bc5ec74cf0c6076f
9cb26c71f6231ac74f61065fb2cb0f7b8695d8dd
refs/heads/master
2023-06-07T15:30:07.301704
2023-06-01T15:29:24
2023-06-01T15:29:24
186,463,580
6
8
null
2023-03-01T13:36:15
2019-05-13T17:10:46
PLpgSQL
UTF-8
PlantUML
false
false
1,631
plantuml
@startuml diagrama-de-entidad-relaciones !define primary_key(x) <u>x</u> hide circle hide methods class BC_BLOCK { primary_key(block): Integer channel: String peer: String timestamp: Date consuming_time: Date valid_system_txs: Integer invalid_system_txs: Integer valid_user_txs: Integer invalid_user_txs: Integer } class BC_VALID_TX { primary_key(block): Integer primary_key(txseq): Integer {field} txid: String (index) org_name: String timestamp: Date chaincode: String function: String excluded_write_keys: Integer } class BC_INVALID_TX #DarkSalmon { primary_key(block): Integer primary_key(txseq): Integer txid: String org_name: String timestamp: Date chaincode: String function: String excluded_read_keys: Integer excluded_write_keys: Integer error: String } class BC_VALID_TX_WRITE_SET { primary_key(block): Integer primary_key(txseq): Integer primary_key(item): Integer {field} key: String (index) value: String big_value: CLOB {field} is_delete: Char (T | null) } class BC_INVALID_TX_SET #DarkSalmon { primary_key(block): Integer primary_key(txseq): Integer primary_key(item): Integer {field} type: Char (R | W) key: String version: String value: String big_value: CLOB {field} is_delete: Char (T | null) } BC_VALID_TX --[hidden]right> BC_INVALID_TX BC_VALID_TX "0..n" --up> "1" BC_BLOCK : < has BC_INVALID_TX "0..n" --up> "1" BC_BLOCK : < has BC_INVALID_TX_SET "0..n" --up> "1" BC_INVALID_TX : < has BC_VALID_TX_WRITE_SET "0..n" --up> "1" BC_VALID_TX : < has @enduml
false
true
false
false
class
e06ab1cc724c525ce731951d3ec9a71cd60f8e9d
342174f2359ebb7d003ab6e23960fe39458cf1e4
/docs/test.puml
98bb53cc5fde7a35c989d580eccc53f25307e124
[]
no_license
e195408/java-semi
3b772b4a63e3f2753fbe92ddda63dada861b2e13
9a9191aa5d39dcefc2102dc9a27d7edf0fdb35c7
refs/heads/master
2023-06-11T21:06:20.267675
2021-07-11T08:53:05
2021-07-11T08:53:05
363,568,340
0
0
null
2021-07-11T08:53:06
2021-05-02T04:48:26
Java
UTF-8
PlantUML
false
false
718
puml
@startuml class User { int id varchar user_name varchar mail varchar ps varchar answer datetime created_at datetime updated_at login() register_store() review() reply() follow() } class Store { int id varchar name varchar details datetime created_at datetime updated_at } class Review { int id int evaluation varchar comment datetime created_at } class Reply { int id varchar reply datetime created_at } class Follow { int id } class Question { int id varchar question } User"1" o-- "0..*"Review Review"1" o-- "0..*"Reply Store"1" o-- "0..*"Review User"1" *-- "1"Question (User,User) .. Follow @enduml
false
true
false
false
class
58f7dbc419f686a10fc14a7e13130d2dfb6ff268
ad96efb133a9bc6722a3f02146f36cc4dfffb7e1
/src/main/resources/diagram/the-winner-is.puml
105fe92fa9813632ce1e12a1eced4952243e1e2c
[]
no_license
Jug-Montpellier/lottery-jug-scala
f8b81a9ec23db78282cdb71fe81289e2c0d09c0d
1323d196b692eb899da92c6dbe05a060347f7b40
refs/heads/master
2021-01-10T23:12:13.773091
2018-10-07T20:23:07
2018-10-07T20:23:07
70,635,811
0
0
null
2017-10-24T11:34:52
2016-10-11T21:11:47
Scala
UTF-8
PlantUML
false
false
649
puml
@startuml participant Server Actor me participant App activate App App -> Lottery: LoadAttendees activate Lottery Lottery -> Requester: Ask for attentees Requester -> EventBrite EventBrite -> Requester Requester -> Lottery: Attendees list activate Lottery loop remaining pages Lottery -> Requester: Ask for attentees Requester -> EventBrite EventBrite -> Requester Requester -> Lottery: Attendees list end Lottery -> Server: Push(winner) deactivate Lottery deactivate App participant Lottery participant Requester participant EventBrite me -> Server: Ask for winner(n) Server -> Lottery: Ask next winner(n) Server -> me deactivate Lottery @enduml
false
true
false
false
usecase
76ec543c6e179eb7a41039fda0ad7095dfacbdc4
3c74f15950bd77d3bd52220e9d2972f769e54bc0
/Diagramme/Klassen/TinyTasksKit/Utilities/TypeObjectBindings.puml
07d0d31592c150b33f8c1a55e07d3a17ca090703
[]
no_license
Louis9902/Sosse19-SE
eff56539eed3e27e24342341356228ce5de7bd7c
6c146a6808781acbc6bf4e43157e2294013e65a3
refs/heads/master
2020-05-03T20:59:21.361284
2019-06-20T16:01:10
2019-06-20T16:01:10
178,814,946
2
0
null
2019-06-11T15:17:16
2019-04-01T08:05:57
C#
UTF-8
PlantUML
false
false
648
puml
@startuml class "TypeObjectBindings"<TBin> { - <<readonly>> mapBinToObj : Dictionary<TBin, Type> - <<readonly>> mapObjToBin : Dictionary<Type, TBin> + HasBinBinding(bin:TBin) : bool + HasObjBinding(type:Type) : bool + Register(bin:TBin, type:Type, mode:InsertMode) : bool + Register(pairs:IEnumerable<KeyValuePair<TBin, Type>>) : void + GetOrNothing(bin:TBin, type:Type) : bool + GetOrCompute(bin:TBin, func:Func<TBin, Type>) : Type + GetOrNothing(type:Type, bin:TBin) : bool + GetOrCompute(type:Type, func:Func<Type, TBin>) : TBin } enum InsertMode { Insert, DupleReturn, DupleThrows, } @enduml
false
true
false
false
class
4d587f9c4670894eb9b779008c65f35ee34849b0
5952c3eb84747f8eaf15981bc089621c2fac00fc
/design-pattern-notes-strategy-pattern/strategy-patterm.puml
23acdcbcb3d2cc4096f9a71d269e1f4eb1f00fa7
[]
no_license
dust347/blog_image
643047f6a0ab1546b2ac5eecf99ab91b9dab68e5
046dd3e2a8f8f73329cc1a1447f60b0fe7110a7a
refs/heads/master
2021-05-21T02:30:31.114253
2020-05-31T09:24:09
2020-05-31T09:24:09
252,502,868
0
0
null
null
null
null
UTF-8
PlantUML
false
false
203
puml
@startuml interface StrategyInterface { exe() } StrategyA : exe() StrategyB : exe() StrategyInterface <|.. StrategyA StrategyInterface <|.. StrategyB StrategyContext *-- StrategyInterface @enduml
false
true
false
false
class
ca202ba2e71dfdcc788e393271388a6cb4abbc87
b084e5a0ab4edf22313b30eacc19748ee4046540
/uml/Administrador_navegacion.puml
27c6a9c5f35a69f52c11e9141c4da970f8898281
[ "MIT" ]
permissive
CarlosRA97/AprendizajeServicioVoluntario
59ce8b5a3155be97c288b35c8fabfbdf66a6e552
7470baf10ae5a0636b238af6ac392b35ec21bd81
refs/heads/master
2022-05-29T20:49:18.221203
2020-05-02T21:08:53
2020-05-02T21:08:53
244,902,134
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,263
puml
@startuml Administrador-navegacion left to right direction skinparam linetype ortho caption Diagrama de navegacion title Administrador State Barra_navegacion note right of Barra_navegacion : Desde cualquier pagina\npuede usarse la\nbarra de navegacion note right of Inicio : ../index note left of Categorias: ../categories note right of Actividades_ofertas : ../activities note right of Informacion_actividad: ../activities/[actividad id] note left of Modificar_actividad: ../modify_activity/[actividad id] note right of Inicio_sesion: ../sing/in note right of Registro_usuario : ../sign/up note right of Formulario_datos: ../profile note left of Panel_control: ../profile_view State Inicio : index.xhtml state Modificar_actividad : modify_activity.xhtml State Actividades_ofertas : activities.xhtml State Informacion_actividad : activity.xhtml State Categorias: categories.xhtml State Panel_control : profile_view.xhtml State Formulario_datos : profile.xhtml State fork_Inicio <<fork>> State Inicio_sesion : sign.xhtml State Registro_usuario : sign.xhtml State fork_Actividad <<fork>> State fork_Actividad_Ususario <<fork>> 'State fork_BarraNabegacion <<fork>> ' 'fork_BarraNabegacion -down> Actividades_ofertas 'fork_BarraNabegacion -down> Inici [*] -> Inicio Inicio ---> fork_Inicio : Usuario\nno inicializado Inicio -> Panel_control : Usuario\ninicializado Inicio -right-> fork_Actividad Barra_navegacion -> fork_Inicio : Usuario\nno inicializado Barra_navegacion --> Actividades_ofertas Barra_navegacion -> Panel_control : Usuario\ninicializado fork_Inicio -> Registro_usuario fork_Inicio --> Inicio_sesion 'Inicio_sesion -> Sesion_iniciada Inicio_sesion --> Inicio Inicio_sesion -right> Registro_usuario Registro_usuario --> Formulario_datos Registro_usuario -left> Inicio_sesion Panel_control -> Formulario_datos Panel_control --> fork_Actividad_Ususario : Actividades\na gestionar fork_Actividad_Ususario --> Actividades_ofertas fork_Actividad_Ususario --> Informacion_actividad fork_Actividad --> Categorias fork_Actividad --> Actividades_ofertas fork_Actividad --> Informacion_actividad Categorias ---> Actividades_ofertas Actividades_ofertas -up> Informacion_actividad Informacion_actividad -> Modificar_actividad @enduml
false
true
false
false
sequence
9e48f03d320068a95bc3a418a20820518a77a05e
5acd49398273f60e06a9a473db1873362928ed94
/docs/ATF/Component Interaction View/assets/atf_execution.plantuml
fcbadd6db1f837b5167daf03f9e728170258a4bc
[]
no_license
Ford-Luxoft/sdl_core_documentation
8e30a518b46393bbbe318c1865d83f8eb4281d1d
c3714fcd74d55ee3a7b38e61e4ff3952cf07194a
refs/heads/master
2020-04-09T18:57:36.276627
2018-10-31T19:04:03
2018-10-31T19:04:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,850
plantuml
@startuml /' It is a source file for ATF SAD diagram. For further information, please, follow http://plantuml.com/ '/ title User Scripts Execution with ATF actor "User" as user participant "C++ Core" as cpp_core participant "Launch" as launch participant "User Script" as user_script user -> cpp_core : Start with a list of \ncommand line arguments cpp_core -> cpp_core: Execute first \nargument as a script alt First argument is Launch cpp_core -> launch : Execute Launch Script launch -> launch : Parse command \nline arguments loop For each User script launch -> user_script : User Script loading ref over user_script: User Script loading user_script -> launch end launch -> cpp_core else First argument is UserScript note over cpp_core, user_script Legacy scenario due to parsing command line arguments absent. end note cpp_core -> user_script : User Script loading ref over user_script: User Script loading user_script -> launch end cpp_core -> cpp_core: Start Qt Meta-Object System loop For each Registered //Test// cpp_core -> user_script : Execute User script //Function// ref over user_script: User //Function// execution user_script -> cpp_core end cpp_core -> user: Exit skinparam defaultFontSize 16 skinparam sequence { ArrowColor Blue ArrowFontColor #2027E8 ArrowFontStyle bold LifeLineBorderColor black ParticipantBorderColor black ParticipantBackgroundColor white ParticipantFontSize 17 ParticipantFontColor black ActorBorderColor black ActorBackgroundColor white ActorFontColor Blue ActorFontSize 17 ActorFontName Blue sequenceArrowFontSize 16 DividerBackgroundColor #FEFECE } skinparam note { BackgroundColor #EEEEEE BorderColor black } @enduml
false
true
false
false
sequence
c5f4abe0d0171bafe1019247fe646b4b10aac125
939ec2212f87c1894d792e169fce964bec902583
/docs/Solution/Hardware-Stack/Logical.puml
9b3701446958ef1a1c4ebca530715c33fb0642af
[]
no_license
CAADE/fleet
37e18246e0a10122a711efccdab3c134232d120e
a62d2a82a2100583d84e41ea21efda9512fc4ac7
refs/heads/master
2020-03-22T00:31:19.695430
2018-07-13T03:27:19
2018-07-13T03:27:19
139,250,021
0
0
null
null
null
null
UTF-8
PlantUML
false
false
817
puml
@startuml package "Hardware Stack" #aaffff { interface "Hardware Stack" { hardware } class Hardware { string name string type boolean disabled number capacity number available add(name,type,capacity) list remove(name) } class ComputeHardware { } class StorageHardware { } class NetworkHardware { } Hardware <|-- ComputeHardware Hardware <|-- StorageHardware Hardware <|-- NetworkHardware } package "Cloud Stack" #aaffaa { class ComputeResource { } class NetworkResource { } class StorageResource { } } ComputeHardware -- ComputeResource NetworkHardware -- NetworkResource StorageHardware -- StorageResource CLI ()-- "Hardware Stack" REST ()-- "Hardware Stack" Web ()-- "Hardware Stack" @enduml
false
true
false
false
class
316d09db2ca9f202c431b8afcdfa969154960232
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/multiply_strings/multiply_strings.plantuml
cacc8db2f83d81cc1b71dd602e5cc6d73a568adf
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
453
plantuml
@startuml title __MULTIPLY_STRINGS's Class Diagram__\n namespace cn.shui.order { namespace multiply_strings { class cn.shui.order.multiply_strings.Solution { {static} + main() {static} - multiply() } } } 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
ccdd3985c910b53f80fa7250bcfab66db7555c7c
f256fc6a2d0ae3e5006bd71e755fa703ad4d62e8
/exemplos/bff/users/src/main/java/dev/rpmhub/esquema.puml
c81988020de948a4779967190d1b08d573631f3a
[ "CC-BY-4.0" ]
permissive
rodrigoprestesmachado/pw2
f1841f4c06ad77bdd1a9788e3329412845cedf41
a6beabe0b075e7df346f653fdedd182767a5186d
refs/heads/main
2023-06-24T00:08:29.271819
2022-05-25T21:24:39
2022-05-25T21:24:39
220,531,392
4
10
CC-BY-4.0
2022-01-30T04:35:28
2019-11-08T19:08:01
Java
UTF-8
PlantUML
false
false
327
puml
@startuml [Thunder Client] sum - [BFF] : 8081 getSum - [backend] : 8082 getjwt - [Users] : 8080 validadeToken - [Users] : 8080 database Data { } [Thunder Client] --> getjwt : (1) Users --> Data : (2) [Thunder Client] --> sum : (3) sum --> validadeToken : (4) * getSum --> validadeToken : (5) * sum --> getSum : (6) @enduml
false
true
false
false
sequence
4d4552e6c908794e99f67f9c34bab40361891374
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Managers/Notification/NotificationManager.puml
4c55236754eb7ce83c4b3575d2a60bd6ac2e03f1
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
312
puml
@startuml class NotificationManager { + <<override>> TestMe(input:string) : string + SendNewOrderNotices(orderId:int) : NotificationResponse + SendOrderFulfillmentNotices(orderId:int) : NotificationResponse } ManagerBase <|-- NotificationManager INotificationManager <|-- NotificationManager @enduml
false
true
false
false
class
8f7449dd194f5057758f5166793c26b47d4ad0f0
0ab09f6ada7acd1db5bc6d7e3cb61fca533d8729
/diagrams/domain layer.puml
a6354e04d167ec2b0d2b0f501e32a70371915c32
[]
no_license
AlexPtrv/final_project
65cb90bcd7c0eed892f8f9a9ab780a6fe2f1143a
1339ef59eb704a184c8aa71c6ac7687c8c28755d
refs/heads/master
2021-09-06T11:12:32.811405
2018-02-05T22:26:27
2018-02-05T22:26:27
118,278,482
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,713
puml
@startuml package domain { abstract class AbstractAuditingEntity { String createdBy String lastModifiedBy Instant createdDate Instant lastModifiedDate } class User extends AbstractAuditingEntity { Long id String email String password String firstName String lastName boolean active UserStatus status UserType type Double hourSalary Department department Position position } class Position extends AbstractAuditingEntity { Long id String name } class Department extends AbstractAuditingEntity { Long id String name } enum UserType { EMPLOYEE MODERATOR ADMIN } enum UserStatus { WORKING VACATION PTO } class Event extends AbstractAuditingEntity { Long id EventType type List<EventUser> eventUsers } class EventUser extends AbstractAuditingEntity { Long id Long hours Long eventId Long userId } enum EventType { WORKING_DAY TECH_STUDY } class Receipt extends AbstractAuditingEntity { Long id Long userId Double salary } } package repositories { interface UsersRepository extends JpaRepository { + Optional<User> findByEmail(String email) } interface DepartmentsRepository extends JpaRepository interface PositionsRepository extends JpaRepository interface EventsRepository extends JpaRepository{ + List<Event> getAllForMonth(int month) } interface EventUsersRepository extends JpaRepository interface ReceiptsRepository extends JpaRepository{ + Double getSalaryForUser(Long userId, Instant from, Instant to) } } @enduml
false
true
false
false
class
5a1f901706a4abacc2a19e02e9ef3955442b1e14
2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35
/Behavioral/Visitor/uml.puml
925b782dccfce033412105dbb6d2e729f3144f47
[ "MIT" ]
permissive
ervin-meng/PHPDesignPatterns
c7b868148231f28226e7efd12283798890aae0f2
19cd506970898ae6db87d3e838d53658a2876ae7
refs/heads/master
2022-12-08T11:38:04.190536
2020-09-01T09:12:07
2020-09-01T09:12:07
291,909,626
0
0
null
null
null
null
UTF-8
PlantUML
false
false
400
puml
@startuml abstract class AbstractElement { abstract function accept(AbstractVisitor $visitor); } class Element extends AbstractElement { accept(AbstractVisitor $visitor) } abstract class AbstractVisitor { abstract function visit(AbstractElement $element); } class Visitor extends AbstractVisitor { visit(AbstractElement $element) } Visitor <-- Element Element <-- Visitor @enduml
false
true
false
false
class
bf57b956a9f997ec1f7036c327c636f20cd64e5e
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/DataTransferObjects/WebStoreCatalog.puml
3cc4036e7de948df7ea62d07f5389b4fa27acf0a
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
273
puml
@startuml class WebStoreCatalog { + Id : int <<get>> <<set>> + SellerId : int <<get>> <<set>> + Name : string <<get>> <<set>> + Description : string <<get>> <<set>> + SellerName : string <<get>> <<set>> + IsApproved : bool <<get>> <<set>> } @enduml
false
true
false
false
class
30ca86ce009f8e5b8414bdce198bf292f8c24328
c4ee9811b04b5340068a1f0f59469a1f3187b892
/docs/temperature_states.puml
074ae4ebb03f6af87e2f96a6b98fbf55b64bb2df
[]
no_license
aunsbjerg/fermentationpi
c3037f728ea370a04a539490398f83de045575cb
ad48862e187dcb1f47f006def73ddaedf20e0ffe
refs/heads/master
2020-05-14T09:14:25.637521
2019-04-22T15:29:44
2019-04-22T16:11:45
181,735,913
0
0
null
null
null
null
UTF-8
PlantUML
false
false
530
puml
@startuml temperature_states hide empty description [*] --> stop stop : entry: relays off stop --> neutral : start neutral --> stop : stop neutral : entry: relays off neutral --> cooling : cooling needed &&\n relay off time > min cooling : entry: relay on cooling -> neutral : !cooling needed &&\n relay on time > min cooling --> stop : stop neutral --> heating : heating needed &&\n relay off time > min heating : entry: relay on heating -> neutral : !heating needed &&\n relay on time > min heating --> stop : stop @enduml
false
true
false
false
sequence
95607bb9a7718450cc6e7afb46988d743f3ede1b
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/class - analysis/authentication/forgotPassword.plantuml
5cc447b23ebc44df0bcf1acb9fd9747fc963a8e3
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,251
plantuml
@startuml login class User <<entity>> { id: bigint email: string password: string first_name: string last_name: string dob: date school_id: string phone_number: string avatar_url: string token: string last_logged_in: datetime is_banned: bool is_admin: bool is_verify: bool created_at: datetime updated_at: datetime // create () // read () // update () // delete () // get user () // get classrooms () // get token () // delete token () } class ForgotPasswordForm <<boundary>> { // validate () // forgot password () } class ConfirmPasswordForm <<boundary>> { // validate () // confirm forgot password () } class AuthenticationController <<controller>> { // validate forgot password () // send forgot password email () // validate confirm password () // confirm password () } hide User <<entity>> circle hide ForgotPasswordForm <<boundary>> circle hide ConfirmPasswordForm <<boundary>> circle hide AuthenticationController <<controller>> circle AuthenticationController "1" -left- "1" User AuthenticationController "1" -down- "1" ForgotPasswordForm AuthenticationController "1" -down- "1" ConfirmPasswordForm @enduml
false
true
false
false
class
e35c51507e0f67a5ae4e91f698d57b6ef4f5fe73
a79120c6f60221e3f09847e4a77605ea06a24afa
/app/src/main/java/de/dhbw/activities/activities.plantuml
30174d55188790b029a77104c2cd9ad96c974458
[]
no_license
niwa99/Tower-Defense
c6e9e5b1f6cec98a91a1ff9ff894d5bf071ad728
e3c502fdf2e22099f68a04209933b5c9d1a5acdc
refs/heads/master
2020-08-07T13:38:17.006168
2020-07-02T08:36:46
2020-07-02T08:36:46
213,471,531
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,198
plantuml
@startuml title __ACTIVITIES's Class Diagram__\n namespace de.dhbw { namespace activities { class de.dhbw.activities.DifficultyFragment { {static} - FRAGMENT_EASY : int {static} - FRAGMENT_HARD : int {static} - FRAGMENT_MEDIUM : int - changeLeftButton : Button - changeRightButton : Button - textDifficultyDescription : TextView - textDifficultyHeader : TextView - textValueBuiltTowers : TextView - textValueEnemiesKilled : TextView - textValueMaxWave : TextView - textValueMoneySpent : TextView - textValueUpgrades : TextView + DifficultyFragment() + onCreateView() - setEasyInformation() - setHardInformation() - setMediumInformation() } } } namespace de.dhbw { namespace activities { class de.dhbw.activities.GameActivity { {static} - AUTO_HIDE : boolean {static} - AUTO_HIDE_DELAY_MILLIS : int {static} - UI_ANIMATION_DELAY : int - mContentView : View - mControlsView : View - mDelayHideTouchListener : OnTouchListener - mHideHandler : Handler - mHidePart2Runnable : Runnable - mHideRunnable : Runnable - mShowPart2Runnable : Runnable - mVisible : boolean - mapLayout : FrameLayout - mediaPlayer : MediaPlayer - textCurrentWave : TextView - textLifePoints : TextView - textMoney : TextView - textWaveRemaining : TextView + addView() + getGame() + getMapFrameLayout() + getMediaPlayer() + onBackPressed() + onOptionsItemSelected() + removeView() + returnToMainMenu() + setCurrentWaveNumber() + setForeGround() + setImageResource() + setLifePoints() + setMoney() + setWaveTimeRemaining() + showBuilder() + startAnimator() # onCreate() # onPostCreate() - delayedHide() - hide() - setupAndroidFullscreenAndLayout() - show() - toggle() } } } namespace de.dhbw { namespace activities { class de.dhbw.activities.MainActivity { - mediaPlayer : MediaPlayer + toggle() # onCreate() } } } de.dhbw.activities.DifficultyFragment -up-|> androidx.fragment.app.Fragment de.dhbw.activities.DifficultyFragment o-- de.dhbw.game.Difficulty : difficulty de.dhbw.activities.GameActivity .up.|> de.dhbw.game.IStatusBar de.dhbw.activities.GameActivity -up-|> androidx.appcompat.app.AppCompatActivity de.dhbw.activities.GameActivity o-- de.dhbw.game.Game : game de.dhbw.activities.MainActivity .up.|> de.dhbw.game.settings.ISettingsManager de.dhbw.activities.MainActivity -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
8456e54a7d1dc3cd0e25554d48366c9fb2cd59cc
3a8c0e2be0486a66d07c5d8ac2a5322aa3f1b8e7
/docs/responder-sequence.puml
dd8401b01da8dbc5d3da40bd7c1fe79a0d3768ae
[ "Apache-2.0", "MIT" ]
permissive
cnxtech/go-graphsync
13883833ba1220f1ddc08ae7f460190903051bbc
66c433979054763e9ea415a6aa36b18ac1276df4
refs/heads/master
2022-12-15T03:39:47.824166
2019-05-10T01:49:58
2019-05-10T01:49:58
190,256,818
0
0
NOASSERTION
2022-12-08T21:49:47
2019-06-04T18:22:34
Go
UTF-8
PlantUML
false
false
3,635
puml
@startuml Responding To A Request participant "GraphSync\nTop Level\nInterface" as TLI participant ResponseManager participant "Query Workers" as QW participant PeerTaskQueue participant PeerTracker participant PeerResponseManager participant PeerResponseSender participant LinkTracker participant ResponseBuilder participant IPLDBridge participant "Intercepted Loader" as ILoader participant Loader participant "Message Sending\nLayer" as Message == Initialization == TLI -> ResponseManager ** : Setup ResponseManager -> QW ** : Create activate QW TLI -> PeerTaskQueue ** : Setup TLI -> PeerResponseManager ** : Setup == Responding To Request == par loop until shutdown note over TLI : Request Queueing Loop TLI -> ResponseManager : Process requests alt new request ResponseManager -> PeerTaskQueue : Push Request PeerTaskQueue -> PeerTracker ** : Create for peer\n as neccesary PeerTaskQueue -> PeerTracker : Push Request ResponseManager -> ResponseManager : Create Request Context else cancel request ResponseManager -> ResponseManager : Cancel Request Context end end else par loop until shutdown note over QW: Request Processing Loop QW -> PeerTaskQueue : Pop Request PeerTaskQueue -> PeerTracker : Pop Request PeerTracker -> PeerTaskQueue : Next Request\nTo Process PeerTaskQueue -> QW : Next Request\nTo Process QW -> IPLDBridge : DecodeNode IPLDBridge -> QW : Selector Spec Node QW -> IPLDBridge : DecodeSelectorSpec IPLDBridge -> QW : Root Node, IPLD Selector QW -> PeerResponseManager : SenderForPeer PeerResponseManager -> PeerResponseSender ** : Create for peer\nas neccesary PeerResponseSender -> LinkTracker ** : Create PeerResponseSender -> QW : PeerResponseSender activate PeerResponseSender QW -> ILoader ** : Create w/ RequestID, PeerResponseSender, Loader QW -> IPLDBridge : Start Traversal Of Selector loop until traversal complete or request context cancelled note over PeerResponseSender: Selector Traversal Loop IPLDBridge -> ILoader : Request to load blocks\nto perform traversal ILoader -> Loader : Load blocks\nfrom local storage Loader -> ILoader : Blocks From\nlocal storage or error ILoader -> IPLDBridge : Blocks to continue\n traversal or error ILoader -> PeerResponseSender : Block or error to Send Back activate PeerResponseSender PeerResponseSender -> LinkTracker : Notify block or\n error, ask whether\n block is duplicate LinkTracker -> PeerResponseSender : Whether to\n send block PeerResponseSender -> ResponseBuilder ** : Create New As Neccesary PeerResponseSender -> ResponseBuilder : Aggregate Response Metadata & Block PeerResponseSender -> PeerResponseSender : Signal Work To Do deactivate PeerResponseSender end IPLDBridge -> QW : Traversal Complete QW -> PeerResponseSender : Request Finished activate PeerResponseSender PeerResponseSender -> LinkTracker : Query If Errors\n Were Present LinkTracker -> PeerResponseSender : True/False\n if errors present PeerResponseSender -> ResponseBuilder : Aggregate request finishing PeerResponseSender -> PeerResponseSender : Signal Work To Do deactivate PeerResponseSender end else loop until shutdown / disconnect note over PeerResponseSender: Message Sending\nLoop PeerResponseSender -> PeerResponseSender : Wait For Work Signal ... PeerResponseSender -> ResponseBuilder : build response ResponseBuilder -> PeerResponseSender : Response message data to send PeerResponseSender -> Message : Send response message data activate Message Message -> PeerResponseSender : Channel For When Message Processed ... Message -> PeerResponseSender : Notification on channel deactivate Message end deactivate PeerResponseSender end deactivate QW end @enduml
false
true
false
false
sequence
336808e62c58af5c80cb9d37276469c58da93c55
726fb86b9789d47704db1e4db39ea5da76e3687e
/diagram.puml
4efd670dc7f3dbda31730526164ee2d2afd1006a
[]
no_license
TeamBananaCore/Epic
58ef7e58ac306f4665ae59c3af16936457b42da1
2abb7d387091869abdd3998ef2e17220d0a3ae02
refs/heads/master
2021-01-10T15:09:10.634143
2016-04-28T09:36:29
2016-04-28T09:36:29
51,298,297
0
0
null
2016-04-27T10:02:19
2016-02-08T13:04:59
Java
UTF-8
PlantUML
false
false
2,002
puml
@startuml class DataParser{ } class App{ +main: void +start: void } 'Controllers class RootController{ -graphController: GraphController -brakeController: BrakeController -speedController: SpeedController -gearController: GearController -fuelController: FuelController } class GraphController{ } class BrakeController{ -active: Boolean } class GearController{ } class SpeedController{ } class FuelController{ } 'Models class BrakeSession{ -startSpd: Integer -endSpd: Integer -startTime: Timestamp -duration: Integer } class WrongGearSession{ -gear: Integer -startTime: Timestamp -duration: Integer } class FuelSession{ -avgUse: Float -startTime: Timestamp -duration: Integer } class SpeedSession{ -avgSpeed: Integer -startTime: Timestamp -duration: Integer } 'Interfaces interface BrakeInterface{ +updateBrakePedalStatus(Boolean, Timestamp) } interface RPMInterface{ +updateRPM(int, Timestamp) } interface SpeedInterface{ +updateVehicleSpeed(int, Timestamp) } interface GearInterface{ +updateGear(int, Timestamp) } interface FuelInterface{ +updateFuelLevel(double, Timestamp) +updateFuelConsumedSinceRestart(double value, Timestamp) } interface OdometerInterface{ +updateOdometer(double, Timestamp) } 'Relations BrakeInterface<|..BrakeController FuelInterface<|..FuelController SpeedInterface<|..SpeedController RPMInterface<|..GearController GearInterface<|..GearController OdometerInterface<|.. FuelController DataParser o-- BrakeInterface: brakeObservers DataParser o-- RPMInterface: rpmObservers DataParser o-- GearInterface: gearObservers DataParser o-- SpeedInterface: speedObservers DataParser o-- FuelInterface: fuelObservers DataParser o-- OdometerInterface: odometerObservers BrakeController--BrakeSession:save() SpeedController--SpeedSession:save() GearController--WrongGearSession:save() FuelController--FuelSession:save() App o-- RootController @enduml
false
true
false
false
class
1a38ff0a99b707a0f0d7ea05eb56a5bc61ab3c18
70779029a8fbd05f6a0ea5c36e12e8fc6744fe77
/ApplicationManager/ComposeApplication.remove.puml
146e277f04a0987c26ad88b58f0aec5e39f29cb8
[]
no_license
se-edge/framework-diagrams
1e526beadb7e2ca73e6762e8761db833bb446826
f6791b0a2c7b692c66fc076ab5b3c2dca90345f0
refs/heads/develop
2021-07-08T02:18:08.117942
2021-02-11T13:53:18
2021-02-11T13:53:32
234,077,942
0
0
null
2021-04-02T14:31:22
2020-01-15T12:40:10
Shell
UTF-8
PlantUML
false
false
274
puml
@startuml title "ComposeApplication remove" !include https://raw.githubusercontent.com/se-edge/diagrams/develop/Participants.puml [->CA: remove() CA->DComp ++: stop() DComp-->CA --: CA->DComp ++: rm() note over DComp: rm ~--stop ~--force DComp-->CA --: CA-->[: @enduml
false
true
false
false
sequence
28cbcbe76efc5f9b4ef719f2431e1605274c1c53
751781b4d947495d9a8e2cd7a21f60342fba46e5
/test3/puml文档/OverdueRec.puml
7c7501dea5cfeb7df745d88f9238a4a02858bad5
[]
no_license
Wangzhenzhenya/is_analysis
87229412176c5ffce548ff7f5393293eb9ce7bc3
a7c278af5028f16aa29bf8f0c13aebeb0df4b741
refs/heads/master
2022-06-28T15:16:47.521273
2020-05-15T06:55:15
2020-05-15T06:55:15
244,304,420
0
0
null
null
null
null
UTF-8
PlantUML
false
false
68
puml
@startuml object OverdueRec OverdueRec : overdueDays=25 @enduml
false
true
false
false
class
bd3be0a352adfdae162c9e24710833c58fb31e59
80e00ad16222ce75e991c90d49875c1dba11825a
/src/main/resources/inviteFriendSeqDiagramSadPath.puml
3bea6f911e5f24be1ae9c7e2cff4ccd3bc17d38c
[]
no_license
dmorenoh/shoppingList
e36ed6312f5e1cc987607c368489946d6dae6b1e
10a790d2501760eb9b176b3833a680c3a526bbc3
refs/heads/master
2021-01-17T20:33:43.697808
2016-08-04T06:09:54
2016-08-04T06:09:54
64,906,889
0
0
null
null
null
null
UTF-8
PlantUML
false
false
904
puml
@startuml hide footbox title Invite a Friend: Invitation Un-Successfully SENT autonumber actor User box "Client" #LightBlue boundary App end box box "BackEnd" control ShoppingManagementController control ShoppingService boundary SMSClient end box User -> App: Send Invitation by phone number activate App App -> ShoppingManagementController: sendInvitation (telephoneNumber) activate ShoppingManagementController ShoppingManagementController -> ShoppingService: sendInvitation(telephoneNumber) ShoppingService-> ShoppingService:checkInvitationLimit ShoppingService -> SMSClient: sendMessage(telephoneNumber, body) SMSClient-->ShoppingService: Failed to send ShoppingService --> ShoppingManagementController autonumber resume "<font color=red><b>Error " ShoppingManagementController --> App: HTTP_KO deactivate ShoppingManagementController App --> User: Invitation has NOT been sent deactivate App @enduml
false
true
false
false
usecase
181b737336341110c17ca78812092348a9b5bb4b
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1060708/sprint2/lang02_01_analysis_v2.puml
b6fb10d732523af4cd159ac2b490d8b11c86f092
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
303
puml
@startuml doc-files/lang02_01_analysis_v2.png interface Expression<T> { } class TemporalVariable { } class Reference { } class CellReference { } Expression <|-- Reference Reference <|-- TemporalVariable Reference <|-- CellReference @enduml
false
true
false
false
class
d8b63bf00e3cca4683c40764b138ce01de93a298
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/PaymentSetAnonymousIdAction.puml
4cb427ad98061119f879cdbfb80ef944409efecb
[]
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
453
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 PaymentSetAnonymousIdAction [[PaymentSetAnonymousIdAction.svg]] extends PaymentUpdateAction { action: String anonymousId: String } interface PaymentUpdateAction [[PaymentUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
a2d328a887a6d6cbd7482571d883c8c4eecafa72
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/observer.plantuml
685ed4e061976490d1c60aefcb0aaf2ac956295d
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
731
plantuml
@startuml '----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- 'hide circle hide empty members hide empty methods abstract class s as "Subject" { -ArrayList<Observer> observers +attach(o: Observer) +detach(o: Observer) +notify() } note left: foreach Observer o {\n o.update();\n} abstract class o as "Observer" { } o : {abstract} +update() class ConcreteSubject { -subjectState +getState() } note left: return subjectState; class ConcreteObserver { -ConcreteSubject subject -observerState +update() } note right: observerState = subject.getState(); s -> "*" o ConcreteSubject <- ConcreteObserver o <|-- ConcreteObserver s <|-- ConcreteSubject @enduml
false
true
false
false
class
ad64e253c52e7e1df19cea0a8434a87db2f26455
462b9598f08a48ab835f0b189d4d344560965227
/src/main/java/csheets/worklog/n1120035/sprint3/Rich_comments_and_history_EditComment_Analysis_01.puml
d5c683d8026b974a82fdaa811e3536c3556f7f50
[]
no_license
VitorMascarenhas/LAPR4-2016
19f5593b98b81763f77021fb04278ed231337028
e53a5a46c0e09fbc155fb91f2010d50532de85d2
refs/heads/master
2020-03-19T10:31:05.321699
2018-06-06T19:49:19
2018-06-06T19:49:19
136,027,190
0
0
null
null
null
null
UTF-8
PlantUML
false
false
497
puml
@startuml doc-files/Rich_comments_and_history_EditComment_Analysis_01.png actor User participant "<<analysis>>\nEditCommentUI" as UI participant "<<analysis>>\nEditCommentCtrl" as ctrl participant "<<analysis>>\nCommentableCell" as domain participant "<<analysis>>\nComment" as domain1 User -> UI : run() UI -> ctrl : run() ctrl -> domain : getCommentableCell() domain -> domain1 : getComment() ctrl -> domain : editComment() ctrl -> UI : returnEditComment() @enduml
false
true
false
false
sequence
19e0091f4e65971346d1cdd149c6626f5ed84856
e5e0d04a44fe67064105c32404e11f52d66ce464
/docs/plantuml/QuizWriteStorage.puml
b5905f8bd7fed1826d284a8dc6f4b10e77717950
[]
no_license
durianpancakes/tp
19902f0c344eca4544cda3caabb85c70d174853a
7f9ff12f6d81a47bc208e64dcbcecb6dbf8687a5
refs/heads/master
2023-01-07T01:13:07.145901
2020-11-08T13:10:16
2020-11-08T13:10:16
299,612,457
0
0
null
2020-09-29T12:36:16
2020-09-29T12:36:15
null
UTF-8
PlantUML
false
false
1,079
puml
@startuml skinparam ParticipantPadding 10 skinparam BoxPadding 5 hide footbox box "Controller" #LightSalmon participant ":ControlManager" end box box "Storage" #YellowGreen participant ":QuizStorageManager" participant ":QuizListEncoder" end box box "UserInterface" #skyblue participant ":UserInterface" end box -> ":ControlManager" activate ":ControlManager" ":ControlManager" -> ":ControlManager" : refreshQuizzes() activate ":ControlManager" #salmon ":ControlManager" -> ":QuizStorageManager" : saveData() activate ":QuizStorageManager" ":QuizStorageManager" -> ":QuizListEncoder" : encodeQuizList() activate ":QuizListEncoder" ":QuizListEncoder" --> ":QuizStorageManager" : encodedQuizzes deactivate ":QuizListEncoder" ":QuizStorageManager" --> ":ControlManager" deactivate ":QuizStorageManager" ":ControlManager" -> ":UserInterface" : showToUser() activate ":UserInterface" ":UserInterface" --> ":ControlManager" deactivate ":UserInterface" ":ControlManager" --> ":ControlManager" deactivate ":ControlManager" <-- ":ControlManager" deactivate ":ControlManager" @enduml
false
true
false
false
sequence
1efd38518dac1dab9ba23784be23baa03a0f7879
cdae9f2c0be2ac42d728f1895a6d9284eab7e02c
/bachelor/images/src/pu/class/controller.plantuml
6c0deb9641d515d0ff35ecd344a16892c35b1478
[]
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
342
plantuml
@startuml abstract class AbstractController { + Map<String, Object> errorHandler( HttpServletResponse response ) } class ControllerDocuments { } class ControllerUsers { } class ControllerGroups { } AbstractController <|-- ControllerDocuments AbstractController <|-- ControllerUsers AbstractController <|-- ControllerGroups @enduml
false
true
false
false
class
77857cf5eb4d9ca306dfc0b1eddd17f7ba234f15
84ddaa6f9c6fb2facf9f8a6c2fdbccb7d7cee052
/diagrams/FAexamples.puml
675dce8eaed92b660aa1d1cbbad0d3e0e7a4af3a
[]
no_license
caindy/arch-repo
23f62fd7dbc0d448093c910c70c1ca1b89ab901e
579922561f856cbd2b5685e05dc4a5f2f096e0eb
refs/heads/master
2020-08-28T17:33:30.914435
2019-11-03T13:47:04
2019-11-03T13:47:18
217,770,552
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,011
puml
You can learn more about what's available here: https://github.com/tupadr3/plantuml-icon-font-sprites/ @startuml skinparam defaultTextAlignment center !include <tupadr3/common> !include <tupadr3/font-awesome-5/server> !include <tupadr3/font-awesome-5/gitlab> !include <tupadr3/font-awesome/gears> !include <tupadr3/font-awesome/fire> !include <tupadr3/font-awesome/clock_o> !include <tupadr3/font-awesome/lock> !include <tupadr3/font-awesome/cloud> !include <tupadr3/devicons/nginx> !include <tupadr3/devicons/mysql> !include <tupadr3/devicons/redis> !include <tupadr3/devicons/docker> !include <tupadr3/devicons/linux> FA_CLOUD(internet,internet,cloud) #White { } DEV_LINUX(debian,Linux,node){ FA_CLOCK_O(crond,crond) #White FA_FIRE(iptables,iptables) #White DEV_DOCKER(docker,docker,node) { DEV_NGINX(nginx,nginx,node) #White DEV_MYSQL(mysql,mysql,node) #White DEV_REDIS(redis,redis,node) #White FA5_SERVER(nexus,nexus3,node) #White FA5_GITLAB(gitlab,gitlab,node) #White FA_GEARS(gitlabci,gitlab-ci-runner,node) #White FA_LOCK(letsencrypt,letsencrypt-client,node) #White } } internet ..> iptables : http iptables ..> nginx : http nginx ..> nexus : http nginx ..> gitlab : http gitlabci ..> gitlab : http gitlab ..> mysql : tcp/ip gitlab ..> redis : tcp/ip crond --> letsencrypt : starts every month @enduml @startuml skinparam defaultTextAlignment center !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0 !includeurl ICONURL/common.puml !includeurl ICONURL/devicons/mysql.puml !includeurl ICONURL/font-awesome/server.puml !includeurl ICONURL/font-awesome-5/database.puml title Styling example FA_SERVER(web1,WEB1) #Green FA_SERVER(web2,WEB1) #Yellow FA_SERVER(web3,WEB1) #Blue FA_SERVER(web4,WEB1) #YellowGreen FA5_DATABASE(db1,LIVE,database,white) #RoyalBlue DEV_MYSQL(db2,SPARE,database) #Red db1 <--> db2 web1 <--> db1 web2 <--> db1 web3 <--> db1 web4 <--> db1 @enduml
false
true
false
false
sequence
b30d0d160adb0d9d947b75281b346cb94932c807
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Cloud-Stack/Common-Cloud-Core/Process.puml
57de01193b75debfb19137906d9d7dd9f7502786
[]
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
281
puml
@startuml partition "Cloud-Stack/Common-Cloud-Core" { } partition SubSystem #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Cloud-Stack/Common-Cloud-Core" { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } @enduml
false
true
false
false
activity
717156bd210f61e16c38f713e3de0c2395aeb49c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/CommandLineTest/ExecutionSettings.puml
c918de2d21e4a4dc0c6631b881752353cea2f1b0
[]
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
112
puml
@startuml class ExecutionSettings { + TestResultsFile : string + DeviceLogsDirectory : string } @enduml
false
true
false
false
class
563cb4c9f5f3fd8caacc1372882caf6acdb34369
fe44f0baa7bd7f54487103623328c1d361f8af98
/mlopsctl.puml
d5bcdf3867bcfede3d23de5b1d612a5b2e7a1f53
[]
no_license
robinliubin/mlopshelm
622d3140bbfc594b3439f496304a2d277bf28018
edd292ecef5ae2bd063effd548e3448b2b988cb3
refs/heads/master
2023-05-05T09:07:27.231394
2021-05-13T19:32:41
2021-05-13T19:32:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
924
puml
@startuml 'https://plantuml.com/sequence-diagram box "Your local environment" participant "gen-pki" participant "k3s-values.yaml" end box box "Kubernetes cluster" #LightBlue participant "kubernetes" end box == Installation == group mlopsctl init "gen-pki" -> "gen-pki": Create local values end group mlopsctl patch "gen-pki" -> "k3s-values.yaml": Patch local yaml override values before updating end group mlopsctl update "k3s-values.yaml" -> "kubernetes": Update kubernetes values (via helm update) end ||100|| == Uninstallation == group mlopsctl uninstall "kubernetes" -> "kubernetes": Remove software and config from kubernetes (via helm uninstall) destroy "kubernetes" end group mlopsctl clean "gen-pki" -> "gen-pki": Remove local values (but not the local yaml) destroy "gen-pki" end ||100|| == Advanced == group mlopsctl fetch "kubernetes" -> "gen-pki": Restore local values from kubernetes end @enduml
false
true
false
false
sequence
d10665d2492c55aa2a01e8f1da2325246c0281f1
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/Solution/Hardware-Stack/Data-Lake/Physical.puml
2482401a7329d114d7a98cc081e111fbcbef735f
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
156
puml
@startuml package "Hardware-Stack/Data-Lake" { component component1 component component2 interface i1 } i1 - component1 component1 --> component2 @enduml
false
true
false
false
class
dfd3fd5ffa2a21ac7d340b9065d07ef383f1507b
36e8e37a895ba9b2666e81c1da40f7fd0580d37b
/out/production/DesignPatterns/javaLang/iterator/责任链模式类图.puml
a0e9fc19dcacce46ccd4e8202ba44f90a69aa481
[]
no_license
xhSun9527/DesignPatterns
0b08185780882a8e1b7e065c39a44e7c19838e17
1ed5099b9156853601e6b3a9cdf0c1d6090a6812
refs/heads/master
2023-02-01T06:22:45.580510
2020-12-17T08:55:19
2020-12-17T08:55:19
287,001,208
1
0
null
null
null
null
UTF-8
PlantUML
false
false
280
puml
@startuml abstract class Handler{ ~ successor : Handler + abstract handleRequest() : void } class ConHandler1{ + handleRequest() : void } class ConHandler2{ + handleRequest() : void } Handler <|-- ConHandler1 Handler <|-- ConHandler2 Handler o-- Handler @enduml
false
true
false
false
class
f90c994e19d9fa61d5aa3bdf95827e1b3d42b9f2
0fb3dcc2a0d50950514fcdc6914df228cfb9e3dc
/plantuml-kopfrechentrainer.puml
08c644ae59810cd0495d0e22e999f7d07bd84bda
[ "Apache-2.0" ]
permissive
deleonio/jqassistant-typescript-eval
d7b74b8903c138a631466fb88dbb351be9f53828
3b1b2b345eb7f7ca6afbe23e9225b21397b4b786
refs/heads/main
2023-03-15T16:56:25.465297
2021-03-26T22:31:27
2021-03-26T22:31:27
351,923,509
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,458
puml
@startuml package "ArchLib" { interface "GenericComponent" {} class "AbstractController" {} class "ReactComponent" {} } package "rechnen.component.tsx" { class "RechnenComponent" { +ctrl: "RechnenController": RechnenController -toggle -formRef -isModalVisible -isSubmitted -isEingabeDisabled +componentDidMount(): void -onKeyUp(event: unknown): void -onReset(): [MISSING_RETURN_TYPE_ANNOTATION] +render(): JSX.Element } } package "rechnen.controller.ts" { class "RechnenController" { -aufgabenService: "AufgabenService" -storageService: "StorageService" +aufgabe: "RechenAufgabe" +ergebnisText +ergebnisColor +constructor() +createAufgabe(): void -updateTextAndColor(): void +storeResult(answer: number): void +getRightWrongSum(results: Array<"AufgabeStore">): +getStatistic(): +getOrderedResults(): Array<Array<Array<Array<"AufgabeStore">>>> +getDayProgress(): +incDayLimit(incLimit: number): void } interface AufgabeStore {} } package "aufgaben.service.ts" { abstract class "RechenAufgabe" { +sign: string +values: Array<number> +result: number | +constructor(values: Array<number>) } class "RechenAufgabeAddition" { +sign +getErgebnis(): number } class "RechenAufgabeSubtraktion" { +sign +getErgebnis(): number } class "RechenAufgabeMultiplikation" { +sign +getErgebnis(): number } class "AufgabenService" { -storageService: "StorageService" +aufgabe: "RechenAufgabe" [MISSING_METHOD_DEFINITION_ACCESSIBILTY]constructor() -getRandomInt(max: number): [MISSING_RETURN_TYPE_ANNOTATION] -getProfil(): -patchAufgabe(rechenAufgabe: ): "RechenAufgabe" -newAufgabe(): "RechenAufgabe" +createAufgabe(): "RechenAufgabe" } } package "storage.service.ts" { class "StorageService" { -memoryStorage: "INameToValueMap" -namespace: string +constructor(namespace: [MISSING_PARAMETER_TYPE_ANNOTATION]) +setItem(key: string, value: unknown): void +getItem(key: string): "T" +removeItem(key: string): void -restore(): void -store(): void } } RechnenComponent -u-|> ReactComponent RechnenComponent .u.> GenericComponent RechnenComponent .. RechnenController RechnenController --|> AbstractController RechnenController .d. AufgabenService RechnenController .d. StorageService RechnenController .. RechenAufgabe RechnenController .. AufgabeStore RechenAufgabeAddition --|> RechenAufgabe RechenAufgabeSubtraktion --|> RechenAufgabe RechenAufgabeMultiplikation --|> RechenAufgabe AufgabenService .d. StorageService AufgabenService .. RechenAufgabe @enduml
false
true
false
false
class
762cca32ef8257c1db801f7204c1f2a7fe576b2a
3a3e44d479b4a2bfc5c57eae20da9865d436f304
/samples/oauth2/tonr/tonr.plantuml
aa2d00f96dc7989ff80b7044be21945152ca36d2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zwan2016/spring-security-oauth
abd781584a9e309df941ec53122b8f49575cbb35
43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3
refs/heads/master
2020-08-24T19:19:39.887062
2020-04-08T15:57:53
2020-04-08T15:57:53
216,889,795
0
0
Apache-2.0
2019-10-22T19:06:43
2019-10-22T19:06:43
null
UTF-8
PlantUML
false
false
3,315
plantuml
@startuml title __TONR2's Class Diagram__\n namespace org.springframework.security.oauth.examples.config { class org.springframework.security.oauth.examples.config.SecurityConfig { } } namespace org.springframework.security.oauth.examples.config { class org.springframework.security.oauth.examples.config.ServletInitializer { } } namespace org.springframework.security.oauth.examples.config { class org.springframework.security.oauth.examples.config.WebMvcConfig { } } namespace org.springframework.security.oauth.examples.tonr { class org.springframework.security.oauth.examples.tonr.SparklrException { } } namespace org.springframework.security.oauth.examples.tonr { interface org.springframework.security.oauth.examples.tonr.SparklrService { } } namespace org.springframework.security.oauth.examples.tonr { namespace converter { class org.springframework.security.oauth.examples.tonr.converter.AccessTokenRequestConverter { } } } namespace org.springframework.security.oauth.examples.tonr { namespace handler { class org.springframework.security.oauth.examples.tonr.handler.OAuth2ExceptionHandler { } } } namespace org.springframework.security.oauth.examples.tonr { namespace impl { class org.springframework.security.oauth.examples.tonr.impl.SparklrServiceImpl { } } } namespace org.springframework.security.oauth.examples.tonr { namespace mvc { class org.springframework.security.oauth.examples.tonr.mvc.FacebookController { } } } namespace org.springframework.security.oauth.examples.tonr { namespace mvc { class org.springframework.security.oauth.examples.tonr.mvc.SparklrController { } } } namespace org.springframework.security.oauth.examples.tonr { namespace mvc { class org.springframework.security.oauth.examples.tonr.mvc.SparklrRedirectController { } } } org.springframework.security.oauth.examples.config.SecurityConfig -up-|> org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter org.springframework.security.oauth.examples.config.ServletInitializer -up-|> org.springframework.web.servlet.support.AbstractDispatcherServletInitializer org.springframework.security.oauth.examples.config.WebMvcConfig -up-|> org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter org.springframework.security.oauth.examples.tonr.converter.AccessTokenRequestConverter .up.|> org.springframework.core.convert.converter.GenericConverter org.springframework.security.oauth.examples.tonr.impl.SparklrServiceImpl .up.|> org.springframework.security.oauth.examples.tonr.SparklrService org.springframework.security.oauth.examples.tonr.mvc.SparklrController o-- org.springframework.security.oauth.examples.tonr.SparklrService : sparklrService org.springframework.security.oauth.examples.tonr.mvc.SparklrRedirectController o-- org.springframework.security.oauth.examples.tonr.SparklrService : sparklrService 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
56af89a1478d7c417c7feb74f722f6b026acafba
a9f5d6adab56c3085c88fbbf2806f7d8550d3ac4
/Ver5_Building/src/MainCode/MainCode.plantuml
4f9c5540587323df9ae805d07ed7731a433df1d2
[]
no_license
DoanHau2k/JavaFx_ClusterSort_2020
066c4f40632868804ebfa7537ba142d2a4e0d5c3
4c44b681ca95bbce2055a81b009d75d7853e9658
refs/heads/main
2023-06-21T00:14:58.349132
2021-07-30T05:17:56
2021-07-30T05:17:56
390,939,524
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,154
plantuml
@startuml title __MAINCODE's Class Diagram__\n namespace MainCode { class MainCode.Controller { {static} + MAX_DIVERSITY : int {static} + MAX_K : int {static} + MAX_OPTIMIXE_G : int {static} + NO_OF_NODES : int {static} + SPEED : double - addPointButton : Button - chooseAlgorithmComboBox : ComboBox<AbstractClustering> - credit : VBox - creditShow : int - currentTransition : int - customKField : TextField - dForGenerate : int - delayOfSpeedField : TextField - display : Pane - diversityForGenerateField : TextField - dragTemplateFileTextFiled : TextField - dropDragTemplateFileTarget : HBox - errorAndWarningLabel : Label - forceStopButton : Button - hyperLinkGit : Hyperlink - k : int - loadingParraTrans : ParallelTransition - loadingPicPane : Pane - nameOfAlgorithm : String - nameOfAlgorithmLabel : Label - numOfNodes : Label - numPointLabel : Label - numberPointButton : ComboBox<Integer> - optionForCenterPoint : int - optionForGenerateField : TextField - pauseButton : Button - pickByHandButton : Button - quitHBox : HBox - quitHBoxState : int - quitPane : Pane - removePointButton : Button - resetButton : Button - running : boolean - setTemplateFileButton : Button - show : AnchorPane - showCreditButton : Button - speedDisplayLabel : Label - speedMul : double - speedSlider : Slider - stArray : ArrayList<SequentialTransition> - startButton : Button - statusLabel : Label - stepByStepNextButton : Button - stepByStepOffButton : Button - stepByStepOnButton : Button - stepByStepState : int - stepByStepStateLabel : Label - stopPickByHandButton : Button - testButton : Button + addPointButtonOnAction() + checkCustomArgumentBeforeRunning() + chooseAlgorithmComboBoxOnAction() + creditAnimation() + dForGenerateFieldOnEnter() + delayOfSpeedFieldOnEnter() + forceStopButtonOnAction() + hyperLinkGitOnAction() + initGridAnimationForDisplay() + initQuitPaneAnimation() + initSquareAnimationForDisplay() + initialize() + kFieldOnEnter() + optimizeGFieldOnEnter() + pauseButtonOnAction() + pickByHandButtonOnAction() + quitButtonOnAction() + removePointButtonOnAction() + resetButtonOnAction() + resetDisplayAndAlgorithm() + selectNumPoint() + setButtonStateAfterRunning() + setButtonStateBaseOnCondition() + setLoadingPicPane() + setTemplateFileButtonOnAction() + showCreditButtonOnAction() + speedSliderOnChange() + startButtonOnAction() + stepByStepOffButtonOnAction() + stepByStepOnButtonOnAction() + stepBystepNextButtonOnAction() + stopPickByHandButtonOnAction() + testButtonOnAction() } } namespace MainCode { class MainCode.HelpfullFunction { {static} + createARandomArrayWithDistinctElementFrom0ToX() {static} + getNodesFromFile() {static} + getRandomArray() {static} + getRandomDoubleInRange() {static} + getRandomIntInRange() {static} + withMathRound() } } namespace MainCode { class MainCode.Launcher { {static} + main() } } namespace MainCode { class MainCode.Main { {static} + main() + start() } } MainCode.Controller .up.|> javafx.fxml.Initializable MainCode.Controller o-- MainCode.ClusteringAlgorithm.AbstractClustering : abstractClustering MainCode.Main -up-|> javafx.application.Application 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
675cd0b1e9dc00d3db8507841a9a3a4054a419de
c815f9c82c1400f76243750cd0ec609d217b9943
/abstract-factory/etc/abstract-factory.urm.puml
9648a6a96049201439689bb0866d54ec04ba7325
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
2,076
puml
@startuml package com.iluwatar.abstractfactory { class App { - army : Army - castle : Castle - king : King + App() + createKingdom(factory : KingdomFactory) + getArmy() : Army ~ getArmy(factory : KingdomFactory) : Army + getCastle() : Castle ~ getCastle(factory : KingdomFactory) : Castle + getKing() : King ~ getKing(factory : KingdomFactory) : King + main(args : String[]) {static} - setArmy(army : Army) - setCastle(castle : Castle) - setKing(king : King) } class OrcKingdomFactory { + OrcKingdomFactory() + createArmy() : Army + createCastle() : Castle + createKing() : King } class ElfCastle { ~ DESCRIPTION : String {static} + ElfCastle() + getDescription() : String } class OrcCastle { ~ DESCRIPTION : String {static} + OrcCastle() + getDescription() : String } interface KingdomFactory { + createArmy() : Army {abstract} + createCastle() : Castle {abstract} + createKing() : King {abstract} } class ElfKing { ~ DESCRIPTION : String {static} + ElfKing() + getDescription() : String } class ElfArmy { ~ DESCRIPTION : String {static} + ElfArmy() + getDescription() : String } interface Castle { + getDescription() : String {abstract} } interface Army { + getDescription() : String {abstract} } class OrcKing { ~ DESCRIPTION : String {static} + OrcKing() + getDescription() : String } class OrcArmy { ~ DESCRIPTION : String {static} + OrcArmy() + getDescription() : String } interface King { + getDescription() : String {abstract} } class ElfKingdomFactory { + ElfKingdomFactory() + createArmy() : Army + createCastle() : Castle + createKing() : King } } App --> "-castle" Castle App --> "-king" King App --> "-army" Army OrcKingdomFactory ..|> KingdomFactory ElfCastle ..|> Castle OrcCastle ..|> Castle ElfKing ..|> King ElfArmy ..|> Army OrcKing ..|> King OrcArmy ..|> Army ElfKingdomFactory ..|> KingdomFactory @enduml
false
true
false
false
class
872d0302ee1be8f1fe15641ba15ded43662e17eb
8fb8accbf1d7c9eb8ae3407cf45a9de1198a7cd9
/app/UML/Activity.puml
013e1ac5e080979c35867c084656ce4f5bcbafe3
[]
no_license
boaz30333/Hamesakem--Android-app
4f091b94c482ba2fc58c9f021c23a8436c424374
f75aa97d4a75f048bda93b262c871110fd36dd00
refs/heads/master
2023-03-15T20:53:42.735459
2021-03-01T21:24:54
2021-03-01T21:24:54
343,433,635
0
0
null
null
null
null
UTF-8
PlantUML
false
false
282
puml
@startuml (*) -->"login" -->"search summaries" If "find the summary?" then ---> [Yes] "download summary" If "return to search?" then --> [ Yes] "search summaries" else --> [No] (*) Endif else -----> [ No] "search summaries" Endif "search summaries" -> (*) @enduml
false
true
false
false
activity
7ea4bff1fe08af392ebfdce6ef7710cc24d4f41c
31ef7a78855b0fb0e9644dd61907e0c811b0daf6
/thesis/logic-formula-generator/fol/cnf_signature_generators.puml
bbb5b9df99cc3cbd54969aab4ace23729ad0cbe5
[]
no_license
Przemcom/studio_projektowe1
f7d57affe30324c0d1470e719a05d8efd92fc701
a6418b164ee76b7dcb9c3287fb05ace1a79c13d3
refs/heads/master
2021-06-14T20:36:30.730708
2021-03-29T18:33:24
2021-03-29T18:33:24
179,491,905
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,477
puml
@startuml skinparam dpi 300 skinparam class { backgroundColor Ivory borderColor DarkRed } package SubGenerators { CNFFormulaGenerator o-- CNFClauseGenerator CNFClauseGenerator o-- LiteralGenerator LiteralGenerator o-- AtomGenerator AtomGenerator o-- PredicateGenerator AtomGenerator o-- VariableGenerator AtomGenerator o-- FunctorGenerator PredicateGenerator o-- VariableGenerator PredicateGenerator o-- FunctorGenerator VariableGenerator -o FunctorGenerator } note "Provides random\nPredicates: p, p(f), p(V, f)" as N PredicateGenerator - N class CNFFormulaGenerator { + generate() } note right of CNFFormulaGenerator: Provides random\nCNFFormula: cnf/1, cnf/2 class CNFClauseGenerator { clause_lengths + generate() } note right of CNFClauseGenerator: Provides random\nCNFClause: cnf(literal | literal). class LiteralGenerator { negation_change + generate() } note right of LiteralGenerator: Provides random\nLiteral: atom, ~atom class AtomGenerator { connectives + generate() } note right of AtomGenerator: Provides random\nAtom: p, V = V, f != V class PredicateGenerator { arities predicate_names + generate() } class FunctorGenerator { max_recursion_depth arities functor_names + generate() } note bottom of FunctorGenerator: Provides random\nFunctors: f, f(f), f(V), f(f(f)) class VariableGenerator { variable_names + generate() } note bottom of VariableGenerator: Provides random\nVariables: V1, V2 @enduml
false
true
false
false
class
657954df6b2eba90fef1b19fa3e5dd2e7944093b
8a65b3892e64cdab6fb818243fa5cd4473389110
/src/main/java/ex45/Diagram.puml
4dbcb771b9b1ebcaf8feaaca5be352deaed17921
[]
no_license
fpfrances/Frances-cop3330-assignment3
cecabe924cc09e5fcb36556e49368730dd86c902
ea79b7f431638f7147c60794aa757a66e4ffeb50
refs/heads/master
2023-08-16T17:07:38.954235
2021-10-12T02:02:01
2021-10-12T02:02:01
416,148,844
0
0
null
null
null
null
UTF-8
PlantUML
false
false
964
puml
/* * UCF COP3330 Fall 2021 Assignment 3 Solution * Copyright 2021 Filipe Frances */ @startuml abstract class ReadFile abstract class WordReplacer abstract class FileExport ReadFile <-- Main Main <.. ReadFile : \t\n\n WordReplacer <--- Main : \t Main <.. WordReplacer : \t\n\n FileExport <--- Main : \t Main <... FileExport : \t\n\n class Main{ + ReadFile () .. + WordReplacer () .. + FileExport () -- * print new document * print file path } class ReadFile{ + read () .. * read file * return file input as string } class WordReplacer{ + string() .. * take string from ReadFile * take old word and new word * return replacement string } class FileExport{ + fileName() .. * asks for user file name * calls fileGenerator () * return file name -- + fileGenerator() .. * takes file string * takes new file name * exports file w/ new name } @enduml
false
true
false
false
class
5642140092d65d65eea5ab2ebc014e446cc8def2
7c2a17fd3d19a13fb71558f79900a2908de98c58
/docs/uml-class-diagrams/admin/production/GpsSystem/GpsSystem.puml
4ce1fd9e84b26e2b36ffd51bdaf5461f8db414fb
[]
no_license
casher-ou/csi-3370-software-project
483b1add9fbab8349f30009eecc123c884bdcc7b
629fb9cce10429c2b80bd1ad33ab898d1466883b
refs/heads/main
2023-01-22T00:44:50.062944
2020-11-29T23:00:50
2020-11-29T23:00:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
605
puml
@startuml GpsSystem package edu.oakland.production.admin { class GpsSystem { - DisplayGpsInterface displayGpsInterface - Satellite[] satellites __ + GpsSystems(DisplayGpsInterface displayGpsInterface, \tString[] satelliteNames) + void runUseCase1(Scanner input) + void runUseCase2(Scanner input) + void configureSatellites(String[] satelliteNames \tfloat incrementLatAmount, float incrementLngAmount, \tLocationDataPoint initLocationDataPoint) - void configureSatellites(String[] satelliteNames) } } @enduml
false
true
false
false
class
08d55f38c6aef69e5e84f8d95db2814cc6abeed1
a18370967839d84d724a58879636b1605687dea6
/Sample diagrams/Example/Puppy.puml
4366d06b8e088a479b7145f6611046f9d587946e
[]
no_license
03376808-OOAD/plantuml-diagram
3794d57e8812b7bd4c075904f67dee0e18605f9b
c933d5518f28694d3a2999cbd84626fe50341b9e
refs/heads/master
2020-04-28T03:12:53.525237
2020-02-25T10:01:31
2020-02-25T10:01:31
174,927,954
0
4
null
null
null
null
UTF-8
PlantUML
false
false
79
puml
@startuml class Puppy { void Eat() void Bark() void Weep() } @enduml
false
true
false
false
class
33b741bd56cc880cb49e7ac0e8906ee6380a40b3
92228657a975489b1ab01abe3ca1a9b0086bc866
/dictionary-attack/docs/uml/class-diagram-v2.puml
7ac040ebcdf7a9d046da62e06513eb7aebb06027
[]
no_license
tayaee/security
92f9f84577cf6187f470eb8a7736d8b2c3a94ce6
237b0be68e682568810a1ae1c3604024ca70bbfa
refs/heads/master
2021-09-14T19:35:51.332026
2018-05-18T04:48:02
2018-05-18T04:48:02
53,287,998
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,005
puml
@startuml title Homework V2 Class Diagram ' challengers interface com.demo.challenger.Challenger { + boolean challenge(AttackTargetEntity, ChallengeEntity) } ' dictionaries interface com.demo.dictionary.Dictionary { + Iterator<ChallengeEntity> iterator(); } ' targets interface com.demo.attacktargetrepository.AttackTargetRepository { + Iterator<AttackTargetEntity> iterator(); } ' output repositories interface com.demo.outputrepository.OutputRepository { + void write(OutputEntity); } ' others interface java.lang.Runnable { + void run() } class com.demo.thread.AttackTask { + void run() } class com.demo.thread.ThreadManager { + void start() + void safeShutdown() } class com.demo.App ' relationship com.demo.App ..> com.demo.thread.ThreadManager: depends com.demo.attacktargetrepository.AttackTargetRepository <|-- com.demo.attacktargetrepository.FileAttackTargetRepository: inherits com.demo.challenger.Challenger <|-- com.demo.challenger.Sha1OfflineChallenger: inherits com.demo.dictionary.Dictionary <|-- com.demo.dictionary.EnglishDictionary: inherits com.demo.outputrepository.OutputRepository <|-- com.demo.outputrepository.FileOutputRepository: inherits com.demo.thread.AttackTask .> com.demo.attacktargetrepository.AttackTargetRepository: depends com.demo.thread.AttackTask ..> com.demo.challenger.Challenger: depends com.demo.thread.AttackTask ..> com.demo.dictionary.Dictionary: depends com.demo.thread.AttackTask ..> com.demo.outputrepository.OutputRepository: depends com.demo.thread.ThreadManager ..> com.demo.thread.AttackTask: depends java.lang.Runnable <|-- com.demo.thread.AttackTask: inherits com.demo.challenger.Challenger ...> ChallengeEntity: depends com.demo.challenger.Challenger ...> AttackTargetEntity: depends com.demo.dictionary.Dictionary ...> ChallengeEntity: depends com.demo.outputrepository.OutputRepository ...> OutputEntity: depends com.demo.attacktargetrepository.AttackTargetRepository ...> AttackTargetEntity: depends @enduml
false
true
false
false
class
72428b28610abae3080d07f7ef050089247e78e4
a78f16b34d32ff9f191a5bfc8784db5b160afd70
/uml/src/context-diagram.puml
8d8d3af41850115b41bf504fb9fa18bad1862bf0
[ "MIT" ]
permissive
rvallet/oc-pizza
57d93953e4d92c7cd69018dc147cb6350e8b28cb
9d8d701cca524102acc57c021d7e1746166f5f76
refs/heads/master
2020-08-10T21:53:08.051604
2020-01-03T09:14:51
2020-01-03T09:14:51
214,427,856
1
1
MIT
2020-01-03T09:14:52
2019-10-11T12:14:39
null
UTF-8
PlantUML
false
false
625
puml
@startuml /' Start UML Class '/ /' Flow Direction '/ /' Actor and Entity '/ :Client: << Human >> :Responsable: << Human >> :Livreur: << Human >> :Accueil: <<Human>> :Pizzaiolo: << Human >> :Système bancaire: << System >> as bank package OC-Pizza <<Information System>> as SI #A9A9A9 { } /':Points de vente: << System >> as pdv'/ /' Ordering actor and entity '/ Client -[hidden] Accueil Accueil -[hidden] Pizzaiolo Pizzaiolo -[hidden] Livreur Livreur -[hidden] Responsable /' Context Relationship '/ Client --> SI Responsable --> SI Livreur --> SI Accueil --> SI Pizzaiolo --> SI SI <--> bank /' End UML Class '/ @enduml
false
true
true
false
uml-unknown
80918eda6814fb4effdafe7b5a7b3cf54ba3185c
3406b274e69a2089714ff58ad982003a9015dafa
/docs/design/network-discovery/switch-FSM.puml
a3793b21e13960a30da6fa846df6e7e7dec20214
[ "Apache-2.0" ]
permissive
svinota/open-kilda
ee8fbfcff54700d662a1d2bb3253da03b96b7144
5e285f81e3468271c6a242c076b78d4bae986517
refs/heads/master
2023-04-08T09:20:57.472292
2021-03-31T16:19:02
2021-03-31T16:19:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,802
puml
Internal data: * switchId * list of portNumber+upState Input signals: * history * online * offline * port-add * port-del * port-up * port-down Output signals: * online * offline * setup-port * remove-port * port-up * port-down @startuml title Switch FSM legend top right sync-ended = [sync was successful || no attempts left] endlegend [*] --> INIT INIT --> SYNC : online INIT --> PENDING : history PENDING : enter / setup port workers PENDING --> ONLINE : online / init ports from history PENDING --> OFFLINE : offline SYNC : enter / init attempts count from config SYNC : enter / save speaker data SYNC : enter / create or update DB record SYNC : enter / save features SYNC : sync-response [!sync-ended] / process sync response SYNC : sync-error [!sync-ended] / process error response SYNC : sync-timeout [!sync-ended] / process timeout SYNC --> SETUP : sync-ended SYNC --> OFFLINE : offline SETUP : enter / update status in DB SETUP : enter / emit switch online status notification SETUP : enter / setup port FSM for NEW ports SETUP : enter / emit online for ALL ports SETUP : enter / emit port-del for REMOVED ports SETUP : enter / emit port-down for DOWN ports SETUP : enter / emit port-up for UP ports SETUP : enter / send reroute affected flows command SETUP --> ONLINE : next ONLINE : port-add / setup port FSM ONLINE : port-add / emit online for port ONLINE : port-add / emit port-up/down ONLINE : port-del / kill port FSM ONLINE : port-up / proxy ONLINE : port-down / proxy ONLINE : online / update ports status ONLINE --> OFFLINE : offline OFFLINE : enter / update status in DB OFFLINE : enter / emit offline for portAll() OFFLINE : enter / emit switch changed notification OFFLINE --> SYNC : online OFFLINE --> DELETED: switch-remove / kill ports FSM DELETED -> [*] @enduml
false
true
false
false
sequence
2b02bdebad8b2fc04686b63de636a838254b6516
06e8a88bdd899c56bdc47d66c8a8e18aecc14e02
/src/memento/MementoMode.puml
d756cb04ab664a42315071fb78dd06b7a0a5123a
[]
no_license
dlovetco/designMode
0f5a341992a3e62c75a2e80811e581d9405ed28a
0f166ebe06532bf4502e4fc6ce3c4c04a67944a7
refs/heads/master
2021-04-15T15:24:19.898505
2018-03-29T10:01:20
2018-03-29T10:01:20
126,817,842
0
0
null
null
null
null
UTF-8
PlantUML
false
false
170
puml
@startuml class Save{ } Save <.. Status class Status{ save() load() } Save <..* SaveManager class SaveManager{ Map<Integer, Save> saveMap createSave() getSave() } @enduml
false
true
false
false
class
d67c818c0abca620ee729667f707d6e8ebe073e1
676e3dba55b97d1185a640dacd8db9e88f6ffd5e
/uml/PlantUML_save_delete_todolist_controller.puml
10a46a6a343f29d4d01dc0da36ebe82c02ea25b6
[]
no_license
spenserTac/tacinelli-cop3330-assignment4
1354ef5b26c1efc6afdc0d9097ea34db343b3358
70d58c8dfe8ccc707e296fd949e4a04a41ad09bc
refs/heads/main
2023-08-23T00:59:38.010492
2021-11-01T21:33:09
2021-11-01T21:33:09
417,236,873
0
0
null
null
null
null
UTF-8
PlantUML
false
false
440
puml
@startuml 'https://plantuml.com/sequence-diagram class save_delete_todolist_controller { void new_todolist(ActionEvent event) void remove_todolist(ActionEvent event) void open_todolist(ActionEvent event) void open_multiple_todolists(ActionEvent event) void save_current_todolist(ActionEvent event) void save_all_todolists_as(ActionEvent event) void save_current_todolist_as(ActionEvent event) } @enduml
false
true
false
false
class
5b911bc8a5d0e438fb071c02e658063d8a70d1b4
62f4984a26ccbf686d5450a8189676dacde3e427
/assets/uml/model-spec.plantuml
a33aa88be15fc7db6d468e392cc11d40f6d9ab6c
[ "MIT" ]
permissive
raahed/softa-06-annotations-reflection
763518e9a841c5337e520e433d21f5239645bf33
2c9d05fa5e5f4a1bd0736f9a55bb06fded41da62
refs/heads/master
2023-04-29T22:39:48.790386
2023-04-25T07:59:27
2023-04-25T07:59:27
630,862,049
0
0
null
2023-04-21T10:18:23
2023-04-21T10:18:22
null
UTF-8
PlantUML
false
false
416
plantuml
@startuml !theme vibrant package de.thro.inf.prg3.a06.model as P1 { +class Joke { -identifier: String -content: String -rubrics: String[] +getIdentifier(): String +setIdentifier(identifier: String): void +getContent(): String +setContent(content: String): void +getRubrics(): String[] +setRubrics(rubrics: String[]): void } } @enduml
false
true
false
false
uml-unknown
f8a5af13512fce9727ff845804970d8b805f3c77
7218862754b5ac73d9c1ff522fbbeeeb084150a1
/docs/diagrams/aws-misc/aws-with-fallback.puml
bb01eb7ab56c3bbef95368de2ee0a07b8af6c1f3
[]
no_license
loganlinn/runbooks-mkdocs
c52bfd5333259bd907cf18c8caaed2128b9200bf
4e93cafce95378fda26592b737555a61a014313d
refs/heads/master
2023-04-03T10:18:42.038413
2021-01-22T13:26:30
2021-01-22T13:26:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,695
puml
@startuml Production Deployment !include <aws/common> !include <aws/Compute/AmazonEC2/AmazonEC2> !include <aws/Compute/AmazonEC2/instance/instance> !include <aws/Compute/AmazonEC2/instances/instances> !include <aws/Compute/AmazonVPC/AmazonVPC> !include <aws/General/AWScloud/AWScloud> !include <aws/General/client/client> !include <aws/General/users/users> !include <aws/General/user/user> !include <tupadr3/common> !include <tupadr3/devicons/nginx> !include <tupadr3/devicons/php> !include <aws/Storage/AmazonS3/AmazonS3> !include <aws/Storage/AmazonS3/bucket/bucket> !include <aws/Storage/AmazonS3/bucketwithobjects/bucketwithobjects> !include <aws/Storage/AmazonS3/object/object> /' Inclusions for more detailed diagrams '/ !include <aws/Compute/AmazonEC2/DBoninstance/DBoninstance> !include <aws/Compute/AmazonEC2/ElasticIPaddress/ElasticIPaddress> !include <aws/Compute/ElasticLoadBalancing/ApplicationLoadBalancer/ApplicationLoadBalancer> !include <aws/Compute/ElasticLoadBalancing/ClassicLoadbalancer/ClassicLoadbalancer> !include <aws/Compute/ElasticLoadBalancing/ElasticLoadBalancing> !include <aws/Database/AmazonRDS/AmazonRDS> !include <aws/Database/AmazonRDS/MySQLDBinstance/MySQLDBinstance> !include <aws/Database/AmazonRDS/MySQLinstancealternate/MySQLinstancealternate> !include <aws/SDKs/PHP/PHP> !include <aws/SecurityIdentityCompliance/ACM/certificatemanager/certificatemanager> ' Diagram related constants !$p_header="Bird eye organization" !$p_aws_id="aws" !$p_project="proj" !$p_fqdn="https://proj.com" !$p_env="prod" !$p_default_vpc="default-vpc" ' END header "$p_header" USERS(visitors, "visitors") AWSCLOUD(aws, "$p_aws_id") { CERTIFICATEMANAGER(aws_acm_certificate, "$p_fqdn") AMAZONS3(appcontent, "$p_project-content") AMAZONVPC(appvpc, "$p_default_vpc") { component httpredirector { } component appendpoint { } APPLICATIONLOADBALANCER(application_load_balancer, "$p_project-prod-alb") AMAZONEC2(appserver, "$p_project-$p_env-app-0") { DEV_NGINX(nginx1, "") DEV_PHP(php1, "") } AMAZONEC2(appserver2, "$p_project-$p_env-app-1") { DEV_NGINX(nginx2, "") DEV_PHP(php2, "") } MYSQLINSTANCEALTERNATE(db1, "RDS: $p_project-$p_env" ) } } aws_acm_certificate -> application_load_balancer visitors ---> application_load_balancer application_load_balancer ---> httpredirector application_load_balancer ---> appendpoint httpredirector ---> appserver appendpoint ---> appserver httpredirector ---> appserver2 appendpoint ---> appserver2 nginx1 -> php1 nginx2 -> php2 php1 ---> db1 php2 ---> db1 legend right Region: $p_region Git: $p_git_repo Runbooks: $p_runbook. endlegend left footer $p_footer @enduml
false
true
false
false
component
6a37ca2211fb33b443ceabcc5d58e99b0aa8c9ce
e46abdf67f8cdacd1bfe9d02156c52338bf7c743
/Class Diagram.puml
a48dd93487ca4ac0f957bd807cba0eb295b52259
[]
no_license
udaygudipudi/Gudipudi-cop3330-assignment4part2
a73e7973e0d368d9cc95003e8daf452249e7c2bf
220b729948f2e714603ecf6fa0606cb420ca38a0
refs/heads/master
2023-08-30T03:34:43.157192
2021-11-16T00:48:41
2021-11-16T00:48:41
428,467,869
0
0
null
null
null
null
UTF-8
PlantUML
false
false
822
puml
@startuml class HelloApplication { + start() throws IOException + main(String[] args) } class Item{ + String readdescription + newdescription(String newdescrption) + String readduedate () + newduedate(String newduedate) + String readcheck () + newcheck(String newcheck) } class ToDoList{ + ToDoList() + additem(String description, String duedate, String check) + removeitem (String description) + removeallitems () + itemdescription (String olddescription, String newdescription) + itemduedate (String description, String duedate) + itemcompletion (String description, String completion) + displayallitems () + displayallcompleteitems () + displayallincompleteitems () + savelist () throws IOException } Item->ToDoList @enduml
false
true
false
false
class
619a23adb0626b550921b236e76e7fd518a7b414
2948dc54c63fa1c0bc75bfbfb43f8990101c75cc
/use-cases/Countries Report System.puml
c0d75c2d583b098db389979716ecfc2c5972759b
[ "Apache-2.0" ]
permissive
dclake/sem-1
e589b3e8279e8e773167ba09f5a0195c9e890759
5e5c82903180fd270a322491f94f0149cc5d10ce
refs/heads/master
2022-04-10T13:57:31.584787
2020-03-16T02:28:13
2020-03-16T02:28:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
244
puml
@startuml actor dataAnalyst as "HR Advisor" rectangle Database rectangle "HR System" { usecase UC4 as "Get salaries by role" usecase UCa as "Print salaries" HR - UC4 UC4 ..> UCa : include UC4 - Database } @enduml
false
true
false
false
usecase
298bb3d74f2ab662a14b6a62fdd5bff1f4adf103
a2bd4162b22142a0364df882d0db7f9e6460eb74
/Circulo.puml
3d1bc6c1934212b4c11d39e88e8b30f734816b68
[]
no_license
alanmaizon/111mil-2020-PrimerosObjetos
ab54d883b06304a40e34a21616644df6e5c7b725
ca9966220693d3ee074c9501d144e2c185a0f7be
refs/heads/master
2022-12-10T23:22:03.069802
2020-08-14T12:41:34
2020-08-14T12:41:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
226
puml
@startuml Circulo skinparam ClassAttributeIconSize 0 hide circle class Circulo { - double radio - double x - double y + Circulo (double radio) + setRadio (double radio) + double getRadio () } @enduml
false
true
false
false
class
fa399dd2d8fdeedb9e0b0538f4d8eaa6acd452e8
8a65b3892e64cdab6fb818243fa5cd4473389110
/src/main/java/ex42/Diagram.puml
499b0ab748592c971a78984483ded7fcc1639f10
[]
no_license
fpfrances/Frances-cop3330-assignment3
cecabe924cc09e5fcb36556e49368730dd86c902
ea79b7f431638f7147c60794aa757a66e4ffeb50
refs/heads/master
2023-08-16T17:07:38.954235
2021-10-12T02:02:01
2021-10-12T02:02:01
416,148,844
0
0
null
null
null
null
UTF-8
PlantUML
false
false
920
puml
/* * UCF COP3330 Fall 2021 Assignment 3 Solution * Copyright 2021 Filipe Frances */ @startuml abstract class ReadFile abstract class StringReformat abstract class StringGenerator ReadFile <-- Main : \t\t\n1st Main <-- ReadFile StringReformat <-- Main : \t2nd Main <-- StringReformat StringGenerator <-- Main : \t3rd Main <-- StringGenerator class Main{ * calls: + ReadFile.storeData () + StringReformat.outputFormat () + StringGenerator.tableString () -- * compile and print output } class ReadFile{ + ReadFile () .. * scan file * store input into an array list * return array list } class StringReformat{ + outputFormat () .. * takes string * makes each index table ready * returns string array } class StringGenerator{ + tableString () .. * adds table header * adds each index into a single string * returns string } @enduml
false
true
false
false
class
758261d71e0dffa211c533dec3b9f3549aadf1ea
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShippingMethodSetPredicateAction.puml
b7d95629b79c97bc00510b51e4fb9ca5c7284cf6
[]
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
482
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 ShippingMethodSetPredicateAction [[ShippingMethodSetPredicateAction.svg]] extends ShippingMethodUpdateAction { action: String predicate: String } interface ShippingMethodUpdateAction [[ShippingMethodUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
b2bedd3dcff89a4d7a126ea7f8e7405dee4d045f
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-proxy-1.plantuml
dcd46e646bac77cd0063158d18459b2d82d4fe5f
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
303
plantuml
@startuml interface Subject { {abstract} request1() {abstract} request2() {abstract} request3() } class RealSubject { request1() request2() request3() } class Proxy { request1() request2() request3() } Subject <|... RealSubject Subject <|.. Proxy Subject <-right-o Client : Users < @enduml
false
true
false
false
class
23ad9d46238cf6396975c8cb36b86561b2697733
344999233db33bb6e462b2f4395222b5e395bcb0
/presentation/class_diagram.plantuml
bfa195fdfa5fd1209be02ed16f4ec7bb610c4e0b
[]
no_license
pabranch/workshop-plantuml
637ec4c3231eddefd0799f89b1a4e3b4e93451ad
08037a2ed7ccf49a90b281083681839856079617
refs/heads/master
2021-01-18T07:04:48.650528
2013-05-29T10:27:32
2013-05-29T10:27:32
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
707
plantuml
widget <|-- textWidget widget <|-- imageWidget jsWindow "1" *- "many" widget: contains > windowManager "1" *- "many" jsWindow : manages > class jsWindow { + void close() + void show() + void hide() + void setContent(string) + void setTitle(string) + string getWindowId() + string getTitle() + string getContents() } note bottom of jsWindow Can't be named window since thats a standard object in the browser end note class windowManager { - windows - active_window + jsWindow spawn(title, content) + jsWindow getActiveWindow(void) + jsWindow[] getInactiveWindows(void) + void close(jsWindow) } class widget { + render() } class textWidget { - text + render() } class imageWidget { - url + render() }
false
true
false
false
class
9c2d14847e84ce76f8e9c5034abc0cde3ed0e324
9e5f6e15483de42fa051ab3b991f3ff7838f6ebc
/activation.plantuml
679bc9646d43aa96644c37e81502d79aab7074cb
[]
no_license
nodeelect/nodeelect
465e5e2e79cb450ad5ea292f36c5bb78a9151171
9e18efdc7720b464187f31bb8cff48af9fda68a7
refs/heads/main
2023-03-20T23:13:15.342599
2021-03-11T23:58:21
2021-03-11T23:58:21
335,764,851
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,081
plantuml
@startuml Activation actor "Tenant Administrator" as tenant entity Edge as edge control "Registration Server" as reg database "MongoDB" as db entity "Operator Certificate Authority" as cao entity "Tenant Certificate Authority" as cat edge->reg: register (serial, mac, meta data) note right: metadata is device manufacturer, model number etc. reg -> db: check for activation order db --> reg: not found reg ->o db: store registration request reg -> edge: 404 ... "every 2 minutes" ... edge->reg: register (serial, mac, meta data) reg ->o db: update "last seen" reg ->edge: 404 ... "until profile is assigned" ... tenant -> reg: assign profile (serial, mac, tenant) reg -> db: is edge in register mode and last seen <30 min return available data reg->reg: create process token (ttl 30min) note right The Process token is then used in the following https requests headers of the tenant administrator end note reg->tenant: 200 (request activation) + edge metadata tenant->tenant: validate metadata note right Validation could be done by comparing visible serial number an ddevice type or by checking "last seen". It could also be one of teh configured tags of the nodeleect agent end note tenant->reg: place activation order for edge with (JSON) profile to be assigned reg->db: store profile for edge, validity 30 min reg->tenant: ok. waiting for edge group loop tenant->reg: check status return status (activated or waiting for edge) end edge->reg: register (serial, mac, signing request) note right: same as first call reg -> db: check for activation order db -> reg: activation order found reg ->o db: mark activation as started note right: all started activations without prove \nwill be automatically revoked by cron job db --> reg: found, return profile group existing assignment revocation reg -> db: check for older activation db -> reg: found, signed cert(s) reg ->o cao: revoke old certificate reg ->o cat: revoke old certificate end group assignment preparation reg -> cao: request signing cao -> reg: signed certificate for operator reg -> cat: request signing cat -> reg: signed certificate for tenant reg ->o db: store new assignment reg ->o db: store new assignment reg -> reg: create activation token ttl 300 sec end reg -> edge: profile + certificates + activation token group assignmemnt validation edge -> reg: send signed activation token for Operator CA and Tenant CA note right: POST /activate/TENANT/SERIAL/validation reg -> reg: validates signature activation token signature reg -> db: mark registration as done reg -> edge: end process end ... "somewhen later or after an factory reset" ... edge->reg: register reg -> db: check for activation order db --> reg: not found note right: because process was marked as done reg ->o db: store registration request reg -> edge: 200 ... "process will start from beginning" ... @enduml
false
true
false
false
usecase
49a36616f9fb139867d161f4b60480ca76b5bd03
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CustomerGroupSetMessage.puml
1fdfa5eae728c9e1e0c5a32717d25150fe53e3cb
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,200
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 CustomerGroupSetMessage [[CustomerGroupSetMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
3e8561c22855bf0df8d5506ca702a75c41319ec2
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/supported_storage_version/diagrams/storage_finished_updating_sequence_diagram.puml
6ca1520ad427af8a5b6cf576df4bf74e7afe3380
[ "Apache-2.0" ]
permissive
solid-vovabeloded/flank-dashboard
7e952fa1399585d3f15cae2ed2cab435fb82df3f
15dae0c40823cc12886a1bb0c087442c0697ac89
refs/heads/master
2023-07-11T19:54:58.430004
2021-08-06T10:29:26
2021-08-06T10:29:26
389,593,827
0
0
Apache-2.0
2021-07-26T10:33:52
2021-07-26T10:25:59
null
UTF-8
PlantUML
false
false
1,922
puml
@startuml storage_finished_updating participant Bob participant MetadataNotifier participant ReceiveStorageMetadataUpdates participant FirestoreStorageMetadataRepository participant NavigationNotifier participant BrowserNavigationState database Firestore Bob -> MetadataNotifier : opens the app activate MetadataNotifier MetadataNotifier -> ReceiveStorageMetadataUpdates : get storage metadata updates activate ReceiveStorageMetadataUpdates ReceiveStorageMetadataUpdates -> FirestoreStorageMetadataRepository : get storage metadata updates activate FirestoreStorageMetadataRepository FirestoreStorageMetadataRepository --> Firestore : get storage metadata updates activate Firestore Firestore --> FirestoreStorageMetadataRepository : return storage metadata updates deactivate Firestore FirestoreStorageMetadataRepository --> ReceiveStorageMetadataUpdates : return storage metadata updates deactivate FirestoreStorageMetadataRepository ReceiveStorageMetadataUpdates --> MetadataNotifier : return storage metadata updates deactivate ReceiveStorageMetadataUpdates MetadataNotifier -> MetadataNotifier : subscribes to storage metadata updates MetadataNotifier -> MetadataNotifier : receives storage metadata snapshot alt storage is updating MetadataNotifier -> NavigationNotifier : notifies storage updating activate NavigationNotifier NavigationNotifier --> Bob : shows application updating page deactivate NavigationNotifier else MetadataNotifier -> NavigationNotifier : notifies storage is not updating activate NavigationNotifier alt currentPage == ApplicationUpdatingPage NavigationNotifier -> BrowserNavigationState : refresh activate BrowserNavigationState BrowserNavigationState --> Bob : refreshes the browser page deactivate BrowserNavigationState deactivate NavigationNotifier end end deactivate MetadataNotifier @enduml
false
true
false
false
sequence
ec9aa6e5157f3bb55a79da11bec873117868414c
9a1e58fd142e0d6027f2bbab07b5fa8389ad59b2
/doc/Delay.puml
15888972b8fc518d0b29d04f8cfa0548ac377450
[]
no_license
HomeMadeBots/Delays
ea4e51bea982b4f42f43de6644c288790ca9bd08
98c6b9d4c70242405bc1d393fa47158da33d536e
refs/heads/main
2023-08-24T01:05:03.303797
2021-09-23T14:54:06
2021-09-23T14:54:06
395,313,574
0
0
null
null
null
null
UTF-8
PlantUML
false
false
271
puml
@startuml abstract class Delay <<Internal_Design_Class>> { Allows to apply some delay to the changes of a boolean data. -- + Delay_Duration:uint32 -- {abstract} + Set() {abstract} + Reset() + Get( OUT output:boolean ) {abstract} + Time_Is_Up() } @enduml
false
true
false
false
class