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
45bf64a840045536121b57b67a59d8560f1825b0
7bdb1cab91d4914b5b0829286327119ea31ec6bd
/LSP Example/out/production/LSP Example/com/company/company.plantuml
bf6bbf731cbce48ab533d326fe3578a659eeba76
[]
no_license
rshahamiriuoa/SOFTENG306Part2LectureCode
5c6b3c00cf0d2921b75209fff18d941be28365c5
49e2a1e64c09938ccb9936ca16b48d81129a855b
refs/heads/master
2022-12-09T17:59:20.145562
2020-09-26T22:29:38
2020-09-26T22:29:38
278,200,892
5
4
null
null
null
null
UTF-8
PlantUML
false
false
1,689
plantuml
@startuml title __COMPANY's Class Diagram__\n namespace com.company { class com.company.Eagle { + fly() } } namespace com.company { class com.company.Falcon { + fly() } } namespace com.company { abstract class com.company.FlyingBird { {abstract} + fly() + walk() } } namespace com.company { class com.company.GameUser { + GameUser() + move() } } namespace com.company { interface com.company.IBird { {abstract} + fly() {abstract} + walk() } } namespace com.company { class com.company.Main { {static} + main() } } namespace com.company { abstract class com.company.NonFlyingBird { + fly() {abstract} + walk() } } namespace com.company { class com.company.Owl { + fly() } } namespace com.company { class com.company.Penguin { + walk() } } namespace com.company { class com.company.Pigeon { + fly() } } com.company.Eagle -up-|> com.company.FlyingBird com.company.Falcon -up-|> com.company.FlyingBird com.company.FlyingBird .up.|> com.company.IBird com.company.GameUser o-- com.company.IBird : character com.company.NonFlyingBird .up.|> com.company.IBird com.company.Owl -up-|> com.company.FlyingBird com.company.Penguin -up-|> com.company.NonFlyingBird com.company.Pigeon -up-|> com.company.FlyingBird 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
c8d182c18e875c00e31866ae3b05071390fae73b
61f77755f3ca65fa0a0dfbbdc51137e01ded03fc
/design_model/src/main/java/example/designpattern/creational/factorymethod/Factory Method Pattern.puml
8e4c83065ddc75fc97b0e6637f9de19177d08800
[]
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
565
puml
@startuml interface Logger{ +void writeLog() } interface LoggerFactory{ +Logger createLogger() } class FileLogger{ +void writeLog() } class DatabaseLogger{ +void writeLog() } class FileLoggerFactory{ +Logger createLogger() } class DatabaseLoggerFactory{ +Logger createLogger() } class Client{ } FileLogger..|>Logger DatabaseLogger..|>Logger FileLoggerFactory..|>LoggerFactory DatabaseLoggerFactory...|>LoggerFactory Client .up.> Logger Client .up.> LoggerFactory FileLoggerFactory..>FileLogger:<<create>> DatabaseLoggerFactory..>DatabaseLogger:<<create>> @enduml
false
true
false
false
class
4c7740314b580c1854a9b7a1ebec616ace6ece19
ac1615f8b1bf7b82bcd4bf178f62179c63fedaf5
/src/com/bext/creational/builder/approachwikibuilder/wikiClassBuilder.puml
5f8f535b449140ffeea50947fd726eeadf3f7847
[]
no_license
jalbertomr/designPatternsJava2019
a0d72e7ae43167c112cad5f3e4c465a0ed339048
eab9279bee088b88228f1c37e9bf42fee9779f61
refs/heads/master
2020-11-24T02:52:35.572202
2020-01-09T02:12:23
2020-01-09T02:12:23
227,934,274
0
0
null
null
null
null
UTF-8
PlantUML
false
false
303
puml
@startuml class Director{ builder: Builder construct() } note left :this.builder.buildPart(); interface Builder{ buildPart() } class ConcreteBuilder{ buildPart() getResult(): Product } class Product Director o-right- Builder Builder <|-- ConcreteBuilder ConcreteBuilder ..> Product:<<create>> @enduml
false
true
false
false
class
da6eb50acf5689704c250eaff1bafbded601bcf5
c4993ee471748dd34de4774bfdc13bd80be3e6fc
/project/Cargo.puml
640451819960a49342b22220788c884825c12e00
[]
no_license
thorgits/Cargo
92d9ae03632e09703a48294e4638bc7d868e276c
ef742e4ba2704c7c3372a1d957206c0bac2b85c6
refs/heads/master
2021-05-17T14:22:26.809420
2020-03-28T14:44:31
2020-03-28T14:44:31
250,816,391
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,911
puml
@startuml skinparam linetype ortho skinparam Shadowing false skinparam package { backgroundColor #E3F2FD } skinparam Class { ClassBorderThickness 1 ArrowColor Gray ActorBorderColor Gray BackgroundColor #E3F2FD BorderColor #64B5F6 FontSize 14 AttributeFontSize 14 StereotypeFontColor #589DF6 StereotypeFontSize 14 } left to right direction '!@Item class casestudy.cargo.DeliveryHistory<<Entity>> { String id HandlingEvent[] events } class casestudy.location.LocationService<<DomainService>> { + abstract void resolveByPortCode(String portCode) } class casestudy.location.Location<<ValueObject>> { String portCode } class casestudy.cargo.HandlingEvent<<Entity>> { - Date completeTime - String type + CarrierMovement carrierMovement - Cargo[] cargo } class casestudy.customer.Customer<<Entity>> { + String name + String customerID + void getName(Location location) } class casestudy.cargo.CargoRepository<<Repository>> { + Cargo findByTackingID(String id) + Cargo findByCustomerID(String id) } class casestudy.shared.LocationShared<<ValueObject>> { String portCode Location location } class casestudy.cargo.Cargo<<AggregateRoot, Entity>> { - String trackingID - Customer[] customers + DeliveryHistory deliveryHistory - DeliverySpecification deliverySpecification CustomerShared customerShared + static void ss() } class casestudy.cargo.DeliverySpecification<<Specification>> { + Date arrivalTime @Comment(note = "destination") LocationShared locationShared LocationService locationService + boolean verify(LocationShared locationShared) } class casestudy.shared.CustomerShared<<ValueObject>> { Customer ID } class casestudy.cargo.CarrierMovement<<Entity>> { - long scheduleID + LocationShared to + LocationShared from } interface casestudy.customer.CustomerRepository<<Repository>> { Customer findByName(String name) Customer findByCustomerID(String ID) } '!@Relation casestudy.cargo.DeliverySpecification --> casestudy.location.LocationService casestudy.cargo.DeliverySpecification --> casestudy.shared.LocationShared casestudy.shared.CustomerShared --> casestudy.customer.Customer casestudy.cargo.DeliveryHistory --> casestudy.cargo.HandlingEvent casestudy.customer.Customer --> casestudy.location.Location casestudy.cargo.HandlingEvent --> casestudy.cargo.Cargo casestudy.cargo.HandlingEvent --> casestudy.cargo.CarrierMovement casestudy.cargo.CarrierMovement --> casestudy.shared.LocationShared casestudy.cargo.Cargo --> casestudy.cargo.DeliveryHistory casestudy.cargo.Cargo --> casestudy.shared.CustomerShared casestudy.cargo.Cargo --> casestudy.cargo.DeliverySpecification casestudy.cargo.Cargo --> casestudy.customer.Customer casestudy.shared.LocationShared --> casestudy.location.Location casestudy.cargo.CargoRepository --> casestudy.cargo.Cargo casestudy.customer.CustomerRepository --> casestudy.customer.Customer @enduml
false
true
false
false
class
837c25b07a66dca0e87150ec97003fa9f20094d5
a76e7ded7055b62cf913ba91d8f8e745f443530f
/moneytransfer/src/main/kotlin/moneytransfer/boundedcontext/Relation-Routing.puml
5fee0b492e787b20beab3b6ebf508b6222950fcd
[]
no_license
michaem/DDDSample
7acbbb5d81aa9120a3a7b4611c4c0edc5965c01c
b1887c425a48d8e2a1f87632fd961a234620ed04
refs/heads/main
2022-12-27T22:48:48.832296
2020-10-13T17:13:41
2020-10-13T17:13:41
301,216,256
6
1
null
null
null
null
UTF-8
PlantUML
false
false
1,300
puml
@startuml package "Host" <<Rectangle>> { } package "Country Bounded Context" <<Rectangle>> { package "Country Domain Layer" <<Rectangle>> { class Country class GetCountries { + invoke(): Countries } GetCountries ..> Country : use } package "Country Presentation Layer" <<Rectangle>> { } "Country Presentation Layer" ..> GetCountries : "use" } "Host" ..> "Country Presentation Layer" : Downstream package "Transfer Bounded Context" <<Rectangle>> { package "Transfer Presentation Layer" <<Rectangle>> { } package "Transfer Domain Layer" <<Rectangle>> { class Transfer { - country: Country - receiver: Receiver } class TransferNumber class CreateTransfer { invoke(): Transfer } CreateTransfer ..> Transfer : use class SendTransfer { invoke(transfer: Transfer): TransferNumber } SendTransfer ..> Transfer SendTransfer ..> TransferNumber class ConfirmTransfer { invoke(transfer: Transfer): Status } ConfirmTransfer ..> Transfer } "Transfer Presentation Layer" ..> CreateTransfer : use } "Host" ..> "Transfer Presentation Layer" : Upstream @enduml
false
true
false
false
class
bc7301344ca98d5d33365e6755f433f4519e8e50
8452043d61819f0b7ee785740699d86d0b518d00
/gof/gof-Redirection Proxy.puml
6d283702f76254e698c52a62e4fd6180d002d799
[]
no_license
arielsashcov/LOG210-exercices
30b4f560d40ad4e97fb859b39c8a79f9e69faa02
ff0662106974aa5b93faa0c818218d4af561bbd5
refs/heads/master
2023-02-19T21:22:51.983498
2021-01-21T18:21:00
2021-01-21T18:21:00
331,715,420
1
0
null
null
null
null
UTF-8
PlantUML
false
false
895
puml
@startuml Redirection Proxy skinparam style strictuml skinparam BackgroundColor transparent skinparam SequenceMessageAlignment center participant ":Register" as r participant "accounting:Accounting\nRedirection\nProxy" as p participant "externalAccounting:SAP\nAccounting\nAdapter" as sap participant "localAccounting:Local\nAccounting" as local participant "SAP\nAccounting\n(externe)" as sape -> r : makePayment(...) activate r r -> r : completeSaleHandling(...) activate r r -> p : postSale(currentSale) activate p p -> sap : postSale(sale) activate sap note right : Échec possible sap -> sape : (service externe) activate sape deactivate sape deactivate sap alt externalAccounting fails p -> local : postSale(sale) activate local note right Sauvegarder sale dans fichier local end note deactivate local end deactivate p deactivate r deactivate r @enduml
false
true
true
false
sequence
04c32323ba1e1c3f8191ee934c02cdcd887fc7c7
a10af8a5366e5aa7f0fbd6ffec17247df4a0fcac
/src/main/resources/flow/add_book_api_flow.puml
3257ecc8f75ab4afc642ea70c0b379615c59d3bc
[]
no_license
kiemnx/spring_plusplus_01
e0715f898503e39759022f0dc2ca80000c9f08ea
491de4cc376863955b6864c917ae1549451cef95
refs/heads/main
2023-05-22T07:04:15.285637
2021-06-14T06:53:42
2021-06-14T06:53:42
323,010,808
0
0
null
null
null
null
UTF-8
PlantUML
false
false
729
puml
@startuml participant client participant BookController as bcontroler participant BookService as bservice participant Database as db note left client method: POST url: /book_store/user_store/addBook Body: title, quantity, author avatar, publicDate.. end note client -> bcontroler: addNewBook() activate bcontroler bcontroler -> bservice: verifyInput(title, quantity..) activate bservice bservice --> bcontroler: ok deactivate bservice bcontroler -> bservice: insertNewBook(user, bookinfo) activate bservice bservice -> db: executeSQL insert activate db db --> bservice: entity deactivate db bservice --> bcontroler: entity deactivate bservice bcontroler -->client: entity deactivate bcontroler @enduml
false
true
false
false
sequence
b14a9fdea0cd03c3b9ff6f969c26c1fe12d7f569
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/productstock/DeleteProductStock.puml
59f04d5809c7ff62cd24fde1000b642b18f86d70
[]
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
2,039
puml
@startuml title: Delete ProductStock Sequence Diagram actor user participant BelanjaYukFE database BelanjaYukDB box "BelanjaYuk.id" #LightBlue participant BelanjaYukBE participant ProductStockResolver participant ProductStockService participant ProductStockRepository participant JWTUtility participant BelanjaYukDB end box user -> BelanjaYukFE ++ : delete product stock menu BelanjaYukFE -> BelanjaYukBE ++ : /graphql delete product stock note right of BelanjaYukFE content type: application/json request body: mutation{ deleteProductStock(productStockId) } end note BelanjaYukBE -> ProductStockResolver ++ : call ProductStockResolver ProductStockResolver -> ProductStockService ++ : call ProductStockService note left passing: - context - productStockId end note ProductStockService -> JWTUtility: validate token and claim role alt #LightGreen token is not expired ProductStockService -> ProductStockRepository ++ : update status product stock to false ProductStockRepository -> BelanjaYukDB ++ : update category set status is passed from request BelanjaYukDB --> ProductStockRepository -- : affected row no error ProductStockRepository --> ProductStockService -- : affected row no error ProductStockService --> ProductStockResolver : product stock deleted ProductStockResolver --> BelanjaYukBE : product stock deleted BelanjaYukBE --> BelanjaYukFE : product stock deleted alt #LightYellow role is admin or cashier else error: role is not admin or cashier ProductStockService --> ProductStockResolver : Error: Not Authorized ProductStockResolver --> BelanjaYukBE : Error: Not Authorized BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize end alt else token is expired ProductStockService --> ProductStockResolver -- : Error: token expired ProductStockResolver --> BelanjaYukBE -- : Error: token expired BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired end alt @enduml
false
true
false
false
usecase
edbbe7ea88ccf388f0779b2541b24c66154ddaaa
5fac89166c6e6642d226b3793c461003712b8d6d
/etc/design/usecases.puml
bacffca6a879b529011edc535ea077618739c39f
[]
no_license
heiho1/scamchain
7a96536c901d12e0bf084a25c61c730c43d1b262
f51e36203d6481ec96760e686b06f123c9d4744e
refs/heads/master
2023-05-20T03:14:55.355318
2021-06-06T03:22:13
2021-06-06T03:22:13
372,996,215
0
0
null
null
null
null
UTF-8
PlantUML
false
false
426
puml
@startuml skinparam actorStyle awesome (Report Scam Incident) as (SI) (Scam Response) as (RI) actor Victim actor Scammer actor WatchDAO Victim --> (SI) : The Victim of a scammer or a concerned party reports a scam incident (SI) --> Scammer : The incident identifies the address of the scammer WatchDAO --> (RI) (RI) --> Victim (RI) --> Scammer (SI) --> WatchDAO : A scam incident causes a response from the WatchDAO @enduml
false
true
false
false
usecase
e1f17355cfb2feca41f61196f3c785de9784d661
372d0fe94d7e59fd48620c687fee8fc94841408b
/deadheat-lock-example/microservices-example/searching-service/src/main/java/com/vrush/microservices/searching/enums/enums.plantuml
2294c20d68dc5cffa15a9c3c714932102448de13
[ "Apache-2.0" ]
permissive
vrushofficial/deadheat-lock
4ae44e23fea2ad57db17aadeba58e39ef4f63822
11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2
refs/heads/main
2023-01-14T17:28:38.161881
2020-11-29T11:11:55
2020-11-29T11:11:55
310,531,739
2
1
null
2020-11-19T08:16:25
2020-11-06T08:06:52
CSS
UTF-8
PlantUML
false
false
440
plantuml
@startuml title __ENUMS's Class Diagram__\n namespace com.vrush.microservices.searching { namespace enums { enum BookingStateEnum { PAYMENT_APPROVED PAYMENT_PENDING PAYMENT_REFUSED } } } 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
902595fb5544259d58d3a0b11afa43a8694ef56b
dc3506287b47f7ec8c6947a908b4794e4a5711ef
/src/04-codigo/02-diagrama-sequencia.puml
684fe29e1065556a7d7776718bc19453bc7ade5b
[]
no_license
elissonlobao/igti-arq-web-trabalho-pratico
80800e7a2030e9fbc4bfec9805ec3850f3daec87
d9f175cc99c9be51a68ca35f5c95ad2dac20e951
refs/heads/main
2023-04-30T12:41:59.976432
2021-05-15T20:33:38
2021-05-15T20:33:38
367,476,730
0
0
null
null
null
null
UTF-8
PlantUML
false
false
964
puml
@startuml C4_Elements actor Ususário Ususário -> Front_end: Acessa Front_end -> solicitarPagamentoService: cria solicitação de post solicitarPagamentoService -> PagamentoController: solicita fatura pagamento PagamentoController -> PagamentoAS: gera solicitação fatura PagamentoAS -> ServiçoPaypal: solicita fatura pagamento alt success PagamentoAS <-- ServiçoPaypal: success PagamentoController <-- PagamentoAS: success solicitarPagamentoService <-- PagamentoController: success Front_end <-- solicitarPagamentoService: success Ususário <-- Front_end: success else failure PagamentoAS <-- ServiçoPaypal: failure PagamentoController <-- PagamentoAS: failure solicitarPagamentoService <-- PagamentoController: failure Front_end <-- solicitarPagamentoService: failure Ususário <-- Front_end: failure end @enduml
false
true
true
false
sequence
09e3bc42fcc67201799801674aba3bd7682412c8
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/kubernetes/concept-cluster-architecture-plant-1.plantuml
a0fb350b021c376b49d44f4b37df5ecc33433483
[ "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
1,065
plantuml
@startuml 'skinparam linetype ortho !include <tupadr3/common> !include <tupadr3/govicons/user> rectangle "Controller Plane(Master)" as master { card "kubelet" as master_kubelet { } card etcd { } rectangle "Docker" as master_docker { card "kube-proxy" as master_kube_proxy { } card "kube-scheduler" as kube_scheduler { } card "kube-controller-manager" as kube_controller_manager { } card "kube-apiserver" as kube_apiserver { } } master_kubelet <--> master_docker kube_scheduler <--> kube_apiserver kube_controller_manager <--> kube_apiserver master_kube_proxy <--> kube_apiserver kube_apiserver <--> etcd } rectangle Node { card "kubelet" as node_kubelet { } card "Docker" as node_docker { } card "kube-proxy" as node_kube_proxy { } node_kubelet <--> node_docker } node_kubelet <--> kube_apiserver node_kube_proxy <--> kube_apiserver 'master_kubelet --> master_docker 'kube-scheduler --> kube-apiserver 'kube-controller-manager --> kube-apiserver 'master_kube-proxy --> kube-apiserver 'kube-apiserver --> etcd @enduml
false
true
false
false
uml-unknown
29dfedc3ace04146d922b554e8ed8656821ad625
3bdff3033c27498cfa1e0eef1f05276fe74dd49c
/src/main/carport.puml
91e46406a5f2e61cc8cf639df04044825b883f77
[]
no_license
ThorbjoernJensen/Fog-Carporte
4df4b1f80b91bdacea78776bad1c999f3968f943
af8c89162c7fa3c38ff45111f04e0aa0da2285ea
refs/heads/main
2023-05-13T06:12:48.250524
2021-05-28T09:36:13
2021-05-28T09:36:13
364,071,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,826
puml
@startuml Title CARPORT State index.jsp State loginpage.jsp State registerpage.jsp State showsvgpage.jsp note left of loginpage.jsp Username and role stored in session end note [*] -> index.jsp index.jsp --> registerpage.jsp: ny bruger registerpage.jsp --> registerpage.jsp: register [fejl] registerpage.jsp --> LoggedOnAsCustomer: register [ok] index.jsp --> loginpage.jsp: log på loginpage.jsp --> loginpage.jsp: log på [fejl] loginpage.jsp --> LoggedOnAsCustomer: log på [ok] State LoggedOnAsCustomer { State custormerpage.jsp State viewrequestpage.jsp State receiptpage.jsp State newrequestpage.jsp [*] -> custormerpage.jsp custormerpage.jsp --> viewrequestpage.jsp: se status/slette ordre custormerpage.jsp --> newrequestpage.jsp: ny ordreforespørgsel viewrequestpage.jsp --> showsvgpage.jsp: se svgtegning af carport newrequestpage.jsp --> receiptpage.jsp: bekræfdigelse af bestilling receiptpage.jsp --> custormerpage.jsp: tilbage til kundesiden } loginpage.jsp --> LoggedOnAsEmployee: login [ok] State LoggedOnAsEmployee { State employeepage.jsp State showallorders.jsp State showsingleorderpage.jsp State showcarportrequestpage.jsp State orderHandler.jsp State editorpage.jsp [*] -> employeepage.jsp employeepage.jsp --> showcarportrequestpage.jsp: se alle forespørgseler employeepage.jsp --> showallorders.jsp: se alle ordre showcarportrequestpage.jsp --> orderHandler.jsp: se detaljeret forespørgsel orderHandler.jsp --> showsvgpage.jsp: se tegning af kundens ønskede carport orderHandler.jsp --> showallorders.jsp: ordre godkendt showallorders.jsp --> showsingleorderpage.jsp: se enkelt ordre showsingleorderpage.jsp --> editorpage.jsp: ret pris i enkelt ordre editorpage.jsp --> showallorders.jsp: ordre rettet. } @enduml
false
true
true
false
sequence
1e7dbb856f778404945c3eeb5bb51d53e0d2b11b
507feae29e37c4a20f7be86010ec9a2c119b52b6
/docs/ParserClassDiagram.puml
f7fbe0af1cecaab420206763b7d5e9bd4caa0360
[]
no_license
serenakemono/tp
b6d55db4a72593e675085d06cb6a07d9389c1ed7
3823311f8977716ee3f9ff813024425ccf3ab846
refs/heads/master
2023-09-02T01:04:30.050776
2021-11-08T13:53:34
2021-11-08T13:53:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
329
puml
@startuml skinparam componentStyle rectangle component { [Parser] [XYZCommand] as xyzCommand [{abstract} Command] as command } component Ui { } component Investigation { } component SceneList { } Parser .down.> xyzCommand xyzCommand -down-|> command command ..> Ui command ..> Investigation command ..> SceneList @enduml
false
true
false
false
class
f4353ca0e5fd1a31f0ec836d8682388907d052e8
b378a3a0c687f5f2c207d2aca18b157f136bf386
/assets/exclusion/xla_analysis/PlantUML/xla_pass.puml
b61d9a450c9a2b5477a4a93ccbd3fb4df425b4b5
[]
no_license
wzzju/wzzju.github.io
14d1a2200c41801a67c147c0315bb4bfc982533a
c034b9eed4804f665e95509e3fd167f40611dabb
refs/heads/master
2023-05-13T04:13:25.848856
2023-05-06T14:18:05
2023-05-09T11:42:38
115,188,979
2
2
null
null
null
null
UTF-8
PlantUML
false
false
13,333
puml
' https://plantuml.com/class-diagram ' https://crashedmind.github.io/PlantUMLHitchhikersGuide/layout/layout.html @startuml HLO-Passes-UML skinparam groupInheritance 6 left to right direction 'top to bottom direction !theme cerulean-outline ' Create from the analysis of GpuCompiler::OptimizeHloModule ' https://github.com/tensorflow/tensorflow/blob/f386883f9f5995aa0f6e0988e29dd67f809271e5/tensorflow/compiler/xla/service/gpu/gpu_compiler.cc#L267 ' https://github.com/tensorflow/tensorflow/blob/f386883f9f5995aa0f6e0988e29dd67f809271e5/tensorflow/compiler/xla/service/gpu/gpu_compiler.cc#L745 interface HloPassInterface { + {abstract} name(): absl::string_view + {abstract} Run(module: HloModule*): StatusOr<bool> + {abstract} RunOnModuleGroup(module_group: HloModuleGroup*): StatusOr<bool> + {method} RunOnChangedComputations(module: HloModule*, run_state: RunState*): Status + {method} IsPassPipeline(): bool } abstract class HloModulePass { + {method} RunOnModuleGroup: <b><color:#008080>override</color></b> + {method} UpdateLayout(shape: Shape*): void } abstract class HloModuleGroupPass { + {method} Run: <b><color:#008080>override</color></b> (<color:red>prohibit</color>) } ' note left of HloModuleGroupPass::Run ' Calling the <b>Run</b> method will return an error: ' Module group pass cannot be run on a module. ' end note abstract class OpExpanderPass { + {field} PatternExtraFilter: std::function<bool(const HloInstruction*)> # {field} extra_filter_: PatternExtraFilter + {method} Run: <b><color:#008080>override</color></b> # {method} InstructionMatchesPattern(instruction: HloInstruction*): bool # {method} ExpandInstruction(instruction: HloInstruction*): HloInstruction* } class HloPassFix<typename Pass, is_base_of<HloPassInterface, Pass>, HloPassFix extends Pass> { + {method} Run: <b><color:#008080>override</color></b> + {method} RunOnModuleGroup: <b><color:#008080>override</color></b> + {method} RunOnChangedComputations: <b><color:#008080>override</color></b> - {method} RunToFixPoint(module: HloModule*, run_state: RunState*): Status - {method} RunOnChangedComputationsOnce(module: HloModule*, run_state: RunState*): Status } class HloPassPipeline { - {field} passes_: std::vector<std::unique_ptr<HloPassInterface>> - {field} invariant_checkers_: std::vector<std::unique_ptr<HloPassInterface>> + {method} name: <b><color:#008080>override</color></b> + {method} Run: <b><color:#008080>override</color></b> + {method} RunOnModuleGroup: <b><color:#008080>override</color></b> + {method} IsPassPipeline: <b><color:#008080>override</color></b> + {method} AddPass(args: Args&&...): T& + {method} AddInvariantChecker(args: Args&&...): T& + {method} PassesSize(): int + {method} GetPass(index: int): HloPassInterface& } ' GpuCompiler::OptimizeHloModule class HloVerifier ' optimization pipeline class AllToAllDecomposer{ - decompose_to_tuple_: bool - min_array_rank_: int64_t } class OperandUpcaster class ResultCaster note top of ResultCaster ResultCaster should run after OperandUpcaster. end note class RngExpander class RngBitGeneratorExpander class ZeroSizedHloElimination note top of ZeroSizedHloElimination: Replaces zero sized Hlos\nwith a zero sized constant\nliteral. class GpuScatterExpander class ScatterExpander class QrExpander class EighExpander class DynamicIndexSplitter class CallInliner class DotDecomposer class Convolution4DExpander class StableSortExpander class BFloat16Normalization note right of BFloat16Normalization: Add F32 <-> BF16 conversions\nfor HLO instructions that don't\nsupport BF16 input/output or\nmixedprecision class BatchNormExpander { - rewrite_training_op_: bool - rewrite_inference_op_: bool - rewrite_grad_op_: bool } note right of BatchNormExpander: `rewrite_inference_op_`\nis always true for GPU.\n All three of them are set\nto true by default for GPU. class CudnnBatchNormRewriter class LogisticExpander class ConditionalCanonicalizer class DynamicDimensionSimplifier class DynamicPadder class GatherExpander ' AlgebraicSimplifier is important class AlgebraicSimplifier class BitcastDtypesExpander class DotDecomposer class DotMerger class SortSimplifier class TupleSimplifier class WhileLoopConstantSinking class WhileLoopSimplifier class SliceSinker class ReshapeMover class HloConstantFolding class ConditionalSimplifier class RealImagExpander class TransposeFolding note right of TransposeFolding: Fold transpose operators\ninto Dot operators. class HloCSE class HloDCE class WhileLoopTripCountAnnotator ' collective optimizations pipeline class AllReduceFolder class ReduceScatterCreator class AllReduceReassociate class AllGatherBroadcastReorder ' target-specific HLO optimization passes for convolution canonicalization ' conv canonicalization pipeline class GpusolverRewriter class GpuConvRewriter class GpuConvPaddingLegalization ' layout assignment optimization passes class FlattenCallGraph class LayoutAssignment class GpuLayoutAssignment ' target-specific HLO optimization passes after layout assignment ' post layout_assignment pipeline class ReductionDegenerateDimRemover class ReductionLayoutNormalizer class ReductionDimensionGrouper class ReductionSplitter class GpuTreeReductionRewriter ' AlgebraicSimplifier ' TransposeFolding class GemmRewriter class GemmBroadcastFoldingRewriter note right of GemmBroadcastFoldingRewriter: Rewrite GEMMs with broadcasted\ninputs as strided GEMMs. class GpuConvAlgorithmPicker ' fusion optimization pipeline class VariadicOpSplitter note right of VariadicOpSplitter: Split variadic ops with many\nparameters into several. ' split variadic ops with many parameters into several such ops to avoid exceeding the parameter space. ' fusion is needed to learn about in detail class InstructionFusion { - {field} is_expensive_: std::function<bool(const HloInstruction& instruction)> - {field} may_duplicate_: bool {field} ...... + {method} Run: <b><color:#008080>override</color></b> + {method} name: <b><color:#008080>override</color></b> + {static} IsExpensive(instruction: const HloInstruction&): bool + {static} ShouldFuseInPlaceOp(producer: const HloInstruction*, consumer: const HloInstruction*): bool # {method} GetFusionComputations(module: HloModule*): std::vector<HloComputation*> # {method} ShouldFuse(consumer: HloInstruction*, operand_index: int64_t): bool # {method} ShouldFuseIntoMultiOutput(consumer: HloInstruction*, operand_index: int64_t): bool # {method} ChooseKind(producer: const HloInstruction*, consumer: const HloInstruction*): FusionKind # {method} FuseInstruction(fusion_instruction: HloInstruction*, producer: HloInstruction*): HloInstruction* # {method} Fuse(producer: HloInstruction*, consumer: HloInstruction*): HloInstruction* - {method} AddFusionInstruction(producer: HloInstruction*, consumer: HloInstruction*): HloInstruction* {method} ...... } class GpuInstructionFusion { + {static} {method} IsExpensive: <b><color:#008080>override</color></b> + {method} ShouldFuse: <b><color:#008080>override</color></b> + {method} ShouldFuseIntoMultiOutput: <b><color:#008080>override</color></b> + {method} ChooseKind: <b><color:#008080>override</color></b> + {method} Run: <b><color:#008080>override</color></b> - {method} FuseInstruction: <b><color:#008080>override</color></b> } ' GpuInstructionFusion: may_duplicate=false ' GpuInstructionFusion: may_duplicate=true class FusionMerger class GpuMultiOutputFusion ' horizontal fusion pipeline: important class GpuHorizontalLoopFusion class GpuHorizontalInputFusion ' FusionBitcastLift must be after InstructionFusion class FusionBitcastLift ' post-fusion optimization pipeline class AllGatherCombiner class AllReduceCombiner class ReduceScatterCombiner ' AllReduceBlueConnect&AllReduceContiguous&AsyncCollectiveCreator are optional class AllReduceContiguous class AllReduceBlueConnect class AsyncCollectiveCreator class CollectivesScheduleLinearizer ' spmd partitioner pipeline class ShardingPropagation class SpmdPartitioner class GpuSpmdPartitioner class ShardingRemover ' GpuCompiler::PrepareHloModuleForIrEmitting ' Modifies the given HLO module so that it will be accepted by IrEmitter. ' Unlike optimization passes, the passes are necessary for correctness. ' GPU ir emit prepare pipeline package "Just for correctness" #E3F2FD { class AliasPassthroughParams class LoopScheduleLinearizer class GpuCopyInsertion class GpuSanitizeConstantNames } HloPassInterface <|-- HloModulePass HloPassInterface <|-- HloModuleGroupPass HloPassInterface <|-- HloPassPipeline HloModulePass <|-- HloVerifier #line:DarkCyan HloModulePass <|-- OpExpanderPass #line:DarkCyan OpExpanderPass <|-- AllToAllDecomposer #line:SteelBlue OpExpanderPass <|-- OperandUpcaster #line:SteelBlue OpExpanderPass <|-- ResultCaster #line:SteelBlue ' ResultCaster <.. OperandUpcaster OpExpanderPass <|-- RngExpander #line:SteelBlue OpExpanderPass <|-- RngBitGeneratorExpander #line:SteelBlue OpExpanderPass <|-- ZeroSizedHloElimination #line:SteelBlue OpExpanderPass <|-- ScatterExpander #line:SteelBlue ScatterExpander <|-- GpuScatterExpander #line:Cyan OpExpanderPass <|-- QrExpander #line:SteelBlue OpExpanderPass <|-- EighExpander #line:SteelBlue HloModulePass <|-- DynamicIndexSplitter #line:DarkCyan HloModulePass <|-- CallInliner #line:DarkCyan HloModulePass <|-- DotDecomposer #line:DarkCyan OpExpanderPass <|-- Convolution4DExpander #line:SteelBlue OpExpanderPass <|-- StableSortExpander #line:SteelBlue HloModulePass <|-- BFloat16Normalization #line:DarkCyan HloModulePass <|-- BatchNormExpander #line:DarkCyan HloModulePass <|-- CudnnBatchNormRewriter #line:DarkCyan OpExpanderPass <|-- LogisticExpander #line:SteelBlue HloModulePass <|-- ConditionalCanonicalizer #line:DarkCyan HloModulePass <|-- DynamicDimensionSimplifier #line:DarkCyan HloModulePass <|-- DynamicPadder #line:DarkCyan HloPassPipeline <|-- HloPassFix #line:Red AlgebraicSimplifier <|-- HloPassFix #line:Red ReductionSplitter <|-- HloPassFix #line:Red GpuTreeReductionRewriter <|-- HloPassFix #line:Red OpExpanderPass <|-- GatherExpander #line:SteelBlue HloModulePass <|-- AlgebraicSimplifier #line:DarkCyan OpExpanderPass <|-- BitcastDtypesExpander #line:SteelBlue HloModulePass <|-- DotMerger #line:DarkCyan HloModulePass <|-- SortSimplifier #line:DarkCyan HloModulePass <|-- TupleSimplifier #line:DarkCyan HloModulePass <|-- WhileLoopConstantSinking #line:DarkCyan HloModulePass <|-- WhileLoopSimplifier #line:DarkCyan HloModulePass <|-- SliceSinker #line:DarkCyan HloModulePass <|-- ReshapeMover #line:DarkCyan HloModulePass <|-- HloConstantFolding #line:DarkCyan HloModulePass <|-- ConditionalSimplifier #line:DarkCyan OpExpanderPass <|-- RealImagExpander #line:SteelBlue HloModulePass <|-- TransposeFolding #line:DarkCyan HloModulePass <|-- HloCSE #line:DarkCyan HloModulePass <|-- HloDCE #line:DarkCyan HloModulePass <|-- WhileLoopTripCountAnnotator #line:DarkCyan HloModulePass <|-- AllReduceFolder #line:DarkCyan HloModulePass <|-- ReduceScatterCreator #line:DarkCyan HloModulePass <|-- AllReduceReassociate #line:DarkCyan HloModulePass <|-- AllGatherBroadcastReorder #line:DarkCyan HloModulePass <|-- GpusolverRewriter #line:DarkCyan HloModulePass <|-- GpuConvRewriter #line:DarkCyan HloModulePass <|-- GpuConvPaddingLegalization #line:DarkCyan HloModulePass <|-- FlattenCallGraph #line:DarkCyan HloModulePass <|-- LayoutAssignment #line:DarkCyan LayoutAssignment <|-- GpuLayoutAssignment #line:DarkTurquoise HloModulePass <|-- ReductionDegenerateDimRemover #line:DarkCyan HloModulePass <|-- ReductionLayoutNormalizer #line:DarkCyan HloModulePass <|-- ReductionDimensionGrouper #line:DarkCyan HloModulePass <|-- ReductionSplitter #line:DarkCyan HloModulePass <|-- GpuTreeReductionRewriter #line:DarkCyan HloModulePass <|-- GemmRewriter #line:DarkCyan HloModulePass <|-- GemmBroadcastFoldingRewriter #line:DarkCyan HloModulePass <|-- GpuConvAlgorithmPicker #line:DarkCyan HloModulePass <|-- VariadicOpSplitter #line:DarkCyan HloModulePass <|-- InstructionFusion #line:DarkCyan InstructionFusion <|-- GpuInstructionFusion #line:c77182 HloModulePass <|-- FusionMerger #line:DarkCyan HloModulePass <|-- GpuMultiOutputFusion #line:DarkCyan HloModulePass <|-- GpuHorizontalLoopFusion #line:DarkCyan HloModulePass <|-- GpuHorizontalInputFusion #line:DarkCyan HloModulePass <|-- FusionBitcastLift #line:DarkCyan HloModulePass <|-- AllGatherCombiner #line:DarkCyan HloModulePass <|-- AllReduceCombiner #line:DarkCyan HloModulePass <|-- ReduceScatterCombiner #line:DarkCyan HloModulePass <|-- AllReduceContiguous #line:DarkCyan HloModulePass <|-- AllReduceBlueConnect #line:DarkCyan HloModulePass <|-- AsyncCollectiveCreator #line:DarkCyan HloModulePass <|-- CollectivesScheduleLinearizer #line:DarkCyan HloModulePass <|-- ShardingPropagation #line:DarkCyan HloModulePass <|-- SpmdPartitioner #line:DarkCyan SpmdPartitioner <|-- GpuSpmdPartitioner #line:7fe994 HloModulePass <|-- ShardingRemover #line:DarkCyan HloModulePass <|-- AliasPassthroughParams #line:DarkCyan HloModulePass <|-- LoopScheduleLinearizer #line:DarkCyan HloModulePass <|-- GpuCopyInsertion #line:DarkCyan HloModulePass <|-- GpuSanitizeConstantNames #line:DarkCyan @enduml
false
true
false
false
class
decb891fa3d92e6b6aa510c17b62d81bd588b9db
414c0d989f92d5b3b86e13042b12674662449b36
/spring-state-machine/src/main/resources/时序图-生命线.puml
ce95a2f4e43d2daad56aa187722cb0b4ff95e6f6
[]
no_license
zgdkik/spring-boot-1
c32f26f2b342f786dde6cd6775a09721d369f34d
1fbd8e22beaafb12da8c61bf431b05776aaea645
refs/heads/master
2023-07-31T11:12:45.194939
2020-09-20T17:22:34
2020-09-20T17:22:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
246
puml
@startuml participant User User -> A : Do work activate A #FFBBBB A -> A : Internal call activate A #DarkSalmon A -> B : << createRequest >> activate B B --> A : RequestCreated deactivate B deactivate A A -> User : Done deactivate A @enduml
false
true
false
false
sequence
b06360fb93f90db2e2fa30a3302f3ff643f6fc06
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ExtensionSetKeyAction.puml
0fcd5d165ccf36517919123e8d2be379c721a426
[]
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
439
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 ExtensionSetKeyAction [[ExtensionSetKeyAction.svg]] extends ExtensionUpdateAction { action: String key: String } interface ExtensionUpdateAction [[ExtensionUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
075807c278650fc6f182d771632ae418d5a5b39a
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/simplelatedeliveryandpenalty@0.3.0.puml
b6dd2d0fce269451b4ea6e220c2753e30735c366
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
1,036
puml
@startuml class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyContract << (A,green) >> { + AccordParty buyer + AccordParty seller + Duration penaltyDuration + Double penaltyPercentage + Double capPercentage + Duration maximumDelay } org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyContract --|> org.accordproject.cicero.contract.AccordContract class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyRequest << (T,yellow) >> { + DateTime agreedDelivery + DateTime deliveredAt + Double goodsValue } org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyRequest --|> org.accordproject.cicero.runtime.Request class org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyResponse << (T,yellow) >> { + Double penalty + Boolean buyerMayTerminate } org.accordproject.simplelatedeliveryandpenalty.SimpleLateDeliveryAndPenaltyResponse --|> org.accordproject.cicero.runtime.Response @enduml
false
true
false
false
class
49ae037a356c48aa00e547e8ed400993e51d5612
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartDiscountPagedQueryResponse.puml
7c1cd385cda605af302e88168b63bd37b034957d
[]
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
426
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 CartDiscountPagedQueryResponse [[CartDiscountPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[CartDiscount.svg List<CartDiscount>]] } @enduml
false
true
false
false
class
cd6d172058004bf93181ad0c6764d5e8bfe71be7
ed46977954b0228495c02ea9198df0d92e3d2060
/Documentation/Classes.puml
3e9c2bf563ec845f6c6f638017e00483e8e8b680
[ "BSD-3-Clause" ]
permissive
SlicerProstate/SlicerPIRADS
9327450234be7a14bf77ecaf6a8adcafbd6d1539
b160dc547a955f2d20f52b7247d39d4de21eaa8e
refs/heads/master
2021-05-12T08:10:13.225219
2020-05-12T17:19:24
2020-05-12T17:19:24
117,270,412
0
0
BSD-3-Clause
2018-04-20T16:57:10
2018-01-12T17:39:15
null
UTF-8
PlantUML
false
false
6,074
puml
@startuml 'TODO: think about loading and saving data! package SlicerPIRADSLogic { 'interface DataHandler { ' + save() ' + load(fileName): bool '} ' 'class ReportDataHandler { '} 'DataHandler <|-- ReportDataHandler 'DataHandler <|-- StudyAssessmentHandler ' 'Assessment -> DataHandler: has_a class LesionAssessmentRule { } LesionAssessmentRule <|-- TZRule LesionAssessmentRule <|-- PZRule LesionAssessmentRule <|-- CZRule class LesionAssessmentRuleFactory { {static} getEligibleLesionAssessmentRule(sectors): LesionAssessmentRule } LesionAssessmentRuleFactory::getEligibleLesionAssessmentRule ..> LesionAssessmentRule: returns class Finding { .. events .. + DataChangedEvent + RuleChangedEvent .. members .. # _name # _assessmentRule: LesionAssessmentRule # _sectors: list() # _annotations: dict() .. setters .. + setName(str) + setSectors(list) + setAllVisible(bool) + setSeriesTypeVisible(SeriesType, bool) .. getters .. + getName(): str + getSectors(): list() + getPickList(SeriesType): list() + getPickListTooltip(SeriesType): str + getOrCreateAnnotation(seriesType, mrmlNodeClass): Annotation .. other methods .. + deleteAnnotation(seriesType, mrmlNodeClass) } LesionAssessmentRuleFactory::getEligibleLesionAssessmentRule <.. Finding::setSectors: calls LesionAssessmentRule <-- Finding::_assessmentRule Annotation "*" <.. "1" Finding::getOrCreateAnnotation: has class SeriesType { } SeriesType <|-- ADC SeriesType <|-- T2a SeriesType <|-- T2c SeriesType <|-- T2s SeriesType <|-- DCE SeriesType <|-- DWIb SeriesType <|-- SUB interface Annotation { # _masterVolume # mrmlNode=None } class Fiducial { } class Segmentation { } class Ruler { } } package SlicerPIRADSWidgets { class AssessmentWidget { # _forms: list() # _assessmentFormWidget: FormsDialog + title .. methods .. + setup() + getData(): dict() } ctk.ctkCollapsibleButton <|-- AssessmentWidget SlicerDevelopmentToolboxUtils.mixins.GeneralModuleMixin <|-- AssessmentWidget SlicerDevelopmentToolboxUtils.forms.FormsDialog <.. AssessmentWidget::_assessmentFormWidget class ProstateWidget { # _measurementsListWidget + setup() } ctk.ctkCollapsibleButton <|-- ProstateWidget SlicerDevelopmentToolboxUtils.mixins.GeneralModuleMixin <|-- ProstateWidget ' class ProstateMeasurementItemWidget { ' ' } class ProstateSectorMapDialog { + getSelectedSectors(): list() + setSelectedSectors(sectors) + resetButtons() } class AnnotationItemWidget { # _seriesType # _finding .. methods .. + setup() + getSeriesType(): SeriesType } SeriesType <.. AnnotationItemWidget::_seriesType abstract class AnnotationToolWidget { .. properties .. + annotation .. members .. # _finding # _seriesType .. methods .. + resetInteraction() + setData(finding, seriesType) } SeriesType <.. AnnotationToolWidget::_seriesType Annotation <-- AnnotationToolWidget::annotation class CustomSegmentEditorWidget { } AnnotationToolWidget <|-- CustomSegmentEditorWidget SegmentEditor.SegmentEditorWidget <|-- CustomSegmentEditorWidget class AnnotationWidgetFactory { + SUPPORTED_MRML_NODE_WIDGETS = [CustomSegmentEditorWidget] + {static} getEligibleAnnotationWidgetClass(mrmlNode): AnnotationToolWidget } CustomSegmentEditorWidget <-- AnnotationWidgetFactory::SUPPORTED_MRML_NODE_WIDGETS class FindingInformationWidget { # _finding: Finding # _volumeNodes: list # _annotationListWidget + setFinding(finding) + setup() } Finding <.. FindingInformationWidget::_finding AnnotationItemWidget "*" <.. "1" FindingInformationWidget::_annotationListWidget: has class FindingsWidget { # _prostateMapDialog: ProstateSectorMapDialog # _findingsListView # _findingsListModel # _findingInformationWidget: FindingInformationWidget + setup() } FindingsWidget::_findingInformationWidget ..> FindingInformationWidget: has ProstateSectorMapDialog <..FindingsWidget::_prostateMapDialog class FindingsListModel { } qt.QAbstractListModel <|-- FindingsListModel FindingsListModel <-- FindingsWidget::_findingsListModel class DataSelectionDialog { # _patientTable # _studiesTable } } class SlicerPIRADSWidget { .. properties .. + loadedVolumeNodes .. members .. # _loadedVolumeNodes # _patientWatchBox # _patientAssessmentWidget # _studyAssessmentWidget # _prostateMeasurementsWidget # _findingsWidget # _dataSelectionDialog .. methods .. + updateGUIFromData() + setup() } SlicerDevelopmentToolboxUtils.widgets.DICOMBasedInformationWatchBox <- SlicerPIRADSWidget::_patientWatchBox AssessmentWidget <-- SlicerPIRADSWidget::_patientAssessmentWidget AssessmentWidget <-- SlicerPIRADSWidget::_studyAssessmentWidget ProstateWidget <-- SlicerPIRADSWidget::_prostateMeasurementsWidget FindingsWidget <-- SlicerPIRADSWidget::_findingsWidget DataSelectionDialog <-- SlicerPIRADSWidget::_dataSelectionDialog SlicerDevelopmentToolboxUtils.mixins.GeneralModuleMixin <|-- SlicerPIRADSWidget 'FindingAssessmentWidget ..> AssessmentHelp 'FindingAssessmentWidget ..> FindingAssessment:generated_from 'StudyAssessmentWidget ..> StudyAssessment:generated_from ' 'FindingsList "1" ..> "0..*" Finding:has/creates 'FindingsWidget ..> FindingInformationWidget: has 'FindingsWidget::_AnnotationToolWidget ..> AnnotationToolWidget: has 'FindingsWidget::__FindingsList ..> FindingsList: has ' 'FindingInformationWidget "1" .> "n" AnnotationToolSelectionWidget: has ' ' 'Finding "1" *-- "1" FindingAssessment: has_a 'Finding::_annotations "1" *-- "n" Annotation: has ' 'Report::findings "1" ..> "n" Finding 'Report::studyAssessment "1" ..> "1" StudyAssessment ' 'Assessment <|-- FindingAssessment 'Assessment <|-- StudyAssessment Annotation <|-- Fiducial Annotation <|-- Segmentation Annotation <|-- Ruler @enduml
false
true
false
false
class
6dc11c3747771d6b81b0507d6755638e3ccf98fb
e48aa6eb3063f355a4d92a6faa1570453d8f3215
/Examination.puml
65eedbbc1ec8d3f60f087ec3f36be2b69e4db83e
[]
no_license
yaoyaocjj/exam-plantform
7e10d79fa7383d38a4dccd47f5b64c9f1f8b7cd3
899bff475e5125bb74a2ef27021b65657298919f
refs/heads/master
2022-11-09T08:13:49.363564
2020-07-04T12:56:41
2020-07-04T12:56:41
276,091,946
1
0
null
2020-06-30T12:27:28
2020-06-30T12:27:27
null
UTF-8
PlantUML
false
false
594
puml
@startuml package examination <<Aggregate>> { class Examination <<Aggregate Root>> { id: ExaminationId paper: Paper createdAt: Time startTime: Time duration: Time teacherId: TeacherId score: Int course: CourseId create(): Examination } Examination "1" *--> "1" Paper class Paper <<Value Object>> { id: PaperId } Paper "1" *--> "N" BlankQuiz class BlankQuiz <<Value Object>> { id: BlankQuizId content: String answer: String score: Int } } @enduml
false
true
false
false
class
6b69dd23f5d5e061951678d47155d9068551b13f
fd4a0dd2f1e9aae2b3726f12e63bd918f5eeca31
/patterns/builder/diagram.puml
20a18c01e5f86e572e9c64a94e0557ba58d2ed1b
[ "MIT" ]
permissive
huntertran/soen6441-design-patterns
41e2d3e46a01dc4210f7245cf3da88fef7b33844
5b97aefae260fa816fa04ddf92f5af1027b28e5f
refs/heads/master
2020-10-02T04:09:13.910240
2019-12-19T04:04:56
2019-12-19T04:04:56
227,698,036
0
0
MIT
2019-12-13T15:00:47
2019-12-12T21:16:18
Java
UTF-8
PlantUML
false
false
997
puml
@startuml builder_pattern abstract class AbstractBuilder { #product: Product +Product getProduct() +void createNewProduct() abstract void buildPart1() abstract void buildPart2() } note left: ShelterBuilder class ConcreteBuilderA { product: Product +void buildPart1() +void buildPart2() } note left: PolarShelterBuilder class ConcreteBuilderB { product: Product +void buildPart1() +void buildPart2() } note left: TropicalShelterBuilder class Product note top: Shelter class Director { -builder: AbstractBuilder +void setBuilder(builder:AbstractBuilder) +Product getProduct() +void buildProduct() } note left: Explorer class Client note left: Expedition hide empty members Client ..|> Director : use AbstractBuilder --* Director (ConcreteBuilderA, ConcreteBuilderB) --|> AbstractBuilder ConcreteBuilderA .. ConcreteBuilderB (ConcreteBuilderA, ConcreteBuilderB) .. Product @enduml
false
true
false
false
class
7ac2c8c2a4ee548c62e3d49c29a17a5e39ce0d9a
416e1ef4c0823851ff2fb359276230bc21d2158f
/test.puml
35f6352e25f1d0fb9aedaabcc244af5516068739
[]
no_license
pegroman/NFSCloudSim
dd34f34564840ccb3a35cf4d402c3c3db3d2d862
81a12ccbb5b7e456ead7fb537a84cf43bb0501fa
refs/heads/master
2020-07-13T09:01:49.947555
2019-08-29T01:09:08
2019-08-29T01:09:08
205,051,878
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,747
puml
@startuml annotation java.lang.Override annotation java.lang.SuppressWarnings class ar.edu.unaj.lab215.estructuras.ArbolGeneral class ar.edu.unaj.lab215.estructuras.NodoGeneral class ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 class ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 class ar.edu.unaj.lab215.syntethic.Archivo class ar.edu.unaj.lab215.syntethic.Directorio class ar.edu.unaj.lab215.syntethic.Elemento class ar.edu.unaj.lab215.syntethic.NfsClientVm class ar.edu.unaj.lab215.syntethic.NfsServerVm class ar.edu.unaj.lab215.syntethic.SyntethicTags class java.text.DecimalFormat class java.util.ArrayList class java.util.Calendar class java.util.Iterator class java.util.LinkedList class java.util.List class java.util.Queue class org.cloudbus.cloudsim.Cloudlet class org.cloudbus.cloudsim.CloudletScheduler class org.cloudbus.cloudsim.CloudletSchedulerTimeShared class org.cloudbus.cloudsim.Datacenter class org.cloudbus.cloudsim.DatacenterBroker class org.cloudbus.cloudsim.DatacenterCharacteristics class org.cloudbus.cloudsim.Host class org.cloudbus.cloudsim.Log class org.cloudbus.cloudsim.Pe class org.cloudbus.cloudsim.Storage class org.cloudbus.cloudsim.UtilizationModel class org.cloudbus.cloudsim.UtilizationModelFull class org.cloudbus.cloudsim.Vm class org.cloudbus.cloudsim.VmAllocationPolicySimple class org.cloudbus.cloudsim.VmSchedulerTimeShared class org.cloudbus.cloudsim.core.CloudSim class org.cloudbus.cloudsim.core.CloudSimTags class org.cloudbus.cloudsim.core.Ior class org.cloudbus.cloudsim.core.Lock class org.cloudbus.cloudsim.core.Rpc class org.cloudbus.cloudsim.core.SimEntity class org.cloudbus.cloudsim.core.SimpleStorage class org.cloudbus.cloudsim.core.SistemaArchivos class org.cloudbus.cloudsim.core.VirtualFileSystem class org.cloudbus.cloudsim.provisioners.BwProvisionerSimple class org.cloudbus.cloudsim.provisioners.PeProvisionerSimple class org.cloudbus.cloudsim.provisioners.RamProvisionerSimple ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> java.lang.Override ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> ar.edu.unaj.lab215.syntethic.Archivo ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> ar.edu.unaj.lab215.syntethic.Directorio ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> ar.edu.unaj.lab215.syntethic.Elemento ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> java.util.ArrayList ar.edu.unaj.lab215.estructuras.ArbolGeneral ..> java.util.Iterator ar.edu.unaj.lab215.estructuras.NodoGeneral ..> java.lang.Override ar.edu.unaj.lab215.estructuras.NodoGeneral ..> java.util.ArrayList ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.lang.SuppressWarnings ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> ar.edu.unaj.lab215.syntethic.NfsClientVm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> ar.edu.unaj.lab215.syntethic.NfsServerVm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.text.DecimalFormat ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.util.ArrayList ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.util.Calendar ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.util.LinkedList ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> java.util.List ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Cloudlet ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.CloudletSchedulerTimeShared ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Datacenter ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.DatacenterBroker ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.DatacenterCharacteristics ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Host ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Log ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Pe ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Storage ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.UtilizationModel ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.UtilizationModelFull ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.Vm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.VmAllocationPolicySimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.VmSchedulerTimeShared ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.core.CloudSim ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.core.Ior ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.core.Rpc ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.core.SistemaArchivos ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.core.VirtualFileSystem ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.provisioners.BwProvisionerSimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.provisioners.PeProvisionerSimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample1 ..> org.cloudbus.cloudsim.provisioners.RamProvisionerSimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.lang.SuppressWarnings ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> ar.edu.unaj.lab215.syntethic.NfsClientVm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> ar.edu.unaj.lab215.syntethic.NfsServerVm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.text.DecimalFormat ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.util.ArrayList ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.util.Calendar ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.util.LinkedList ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> java.util.List ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Cloudlet ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.CloudletSchedulerTimeShared ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Datacenter ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.DatacenterBroker ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.DatacenterCharacteristics ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Host ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Log ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Pe ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Storage ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.UtilizationModel ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.UtilizationModelFull ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.Vm ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.VmAllocationPolicySimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.VmSchedulerTimeShared ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.core.CloudSim ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.core.Ior ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.core.Rpc ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.core.SistemaArchivos ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.core.VirtualFileSystem ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.provisioners.BwProvisionerSimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.provisioners.PeProvisionerSimple ar.edu.unaj.lab215.examples.BenchmarkingCloudSimExample2 ..> org.cloudbus.cloudsim.provisioners.RamProvisionerSimple ar.edu.unaj.lab215.syntethic.Archivo ..> java.lang.Override ar.edu.unaj.lab215.syntethic.Archivo --|> ar.edu.unaj.lab215.syntethic.Elemento ar.edu.unaj.lab215.syntethic.Directorio ..> java.lang.Override ar.edu.unaj.lab215.syntethic.Directorio --|> ar.edu.unaj.lab215.syntethic.Elemento ar.edu.unaj.lab215.syntethic.Elemento ..> java.lang.Override ar.edu.unaj.lab215.syntethic.NfsClientVm ..> ar.edu.unaj.lab215.estructuras.ArbolGeneral ar.edu.unaj.lab215.syntethic.NfsClientVm ..> org.cloudbus.cloudsim.CloudletScheduler ar.edu.unaj.lab215.syntethic.NfsClientVm --|> org.cloudbus.cloudsim.Vm ar.edu.unaj.lab215.syntethic.NfsClientVm ..> org.cloudbus.cloudsim.core.Ior ar.edu.unaj.lab215.syntethic.NfsClientVm ..> org.cloudbus.cloudsim.core.Rpc ar.edu.unaj.lab215.syntethic.NfsClientVm ..> org.cloudbus.cloudsim.core.SimpleStorage ar.edu.unaj.lab215.syntethic.NfsClientVm ..> org.cloudbus.cloudsim.core.VirtualFileSystem ar.edu.unaj.lab215.syntethic.NfsServerVm ..> java.util.ArrayList ar.edu.unaj.lab215.syntethic.NfsServerVm ..> org.cloudbus.cloudsim.CloudletScheduler ar.edu.unaj.lab215.syntethic.NfsServerVm --|> org.cloudbus.cloudsim.Vm ar.edu.unaj.lab215.syntethic.NfsServerVm ..> org.cloudbus.cloudsim.core.Rpc ar.edu.unaj.lab215.syntethic.NfsServerVm ..> org.cloudbus.cloudsim.core.SimpleStorage ar.edu.unaj.lab215.syntethic.SyntethicTags ..> org.cloudbus.cloudsim.core.CloudSimTags org.cloudbus.cloudsim.core.Ior ..> java.lang.Override org.cloudbus.cloudsim.core.Ior ..> ar.edu.unaj.lab215.syntethic.SyntethicTags org.cloudbus.cloudsim.core.Ior ..> org.cloudbus.cloudsim.Log org.cloudbus.cloudsim.core.Ior --|> org.cloudbus.cloudsim.core.SimEntity org.cloudbus.cloudsim.core.Lock ..> java.lang.Override org.cloudbus.cloudsim.core.Lock ..> ar.edu.unaj.lab215.syntethic.SyntethicTags org.cloudbus.cloudsim.core.Lock ..> org.cloudbus.cloudsim.Log org.cloudbus.cloudsim.core.Lock --|> org.cloudbus.cloudsim.core.SimEntity org.cloudbus.cloudsim.core.Rpc ..> java.lang.Override org.cloudbus.cloudsim.core.Rpc ..> ar.edu.unaj.lab215.syntethic.NfsClientVm org.cloudbus.cloudsim.core.Rpc ..> ar.edu.unaj.lab215.syntethic.SyntethicTags org.cloudbus.cloudsim.core.Rpc ..> java.util.ArrayList org.cloudbus.cloudsim.core.Rpc ..> java.util.LinkedList org.cloudbus.cloudsim.core.Rpc ..> java.util.Queue org.cloudbus.cloudsim.core.Rpc ..> org.cloudbus.cloudsim.Log org.cloudbus.cloudsim.core.Rpc --|> org.cloudbus.cloudsim.core.SimEntity org.cloudbus.cloudsim.core.SistemaArchivos ..> java.lang.Override org.cloudbus.cloudsim.core.SistemaArchivos ..> ar.edu.unaj.lab215.estructuras.ArbolGeneral org.cloudbus.cloudsim.core.SistemaArchivos ..> ar.edu.unaj.lab215.syntethic.SyntethicTags org.cloudbus.cloudsim.core.SistemaArchivos ..> java.util.ArrayList org.cloudbus.cloudsim.core.SistemaArchivos ..> org.cloudbus.cloudsim.Log org.cloudbus.cloudsim.core.SistemaArchivos --|> org.cloudbus.cloudsim.core.SimEntity org.cloudbus.cloudsim.core.VirtualFileSystem ..> java.lang.Override org.cloudbus.cloudsim.core.VirtualFileSystem ..> ar.edu.unaj.lab215.estructuras.ArbolGeneral org.cloudbus.cloudsim.core.VirtualFileSystem ..> ar.edu.unaj.lab215.syntethic.SyntethicTags org.cloudbus.cloudsim.core.VirtualFileSystem ..> java.util.ArrayList org.cloudbus.cloudsim.core.VirtualFileSystem ..> org.cloudbus.cloudsim.Log org.cloudbus.cloudsim.core.VirtualFileSystem --|> org.cloudbus.cloudsim.core.SimEntity @enduml
false
true
false
false
class
0958b67c72e44e5ddbbe6a86e272a67729bd7770
4b9b67c71f686441aa6e9db4612c67d8a4539037
/docs/diagrams/entrytracker/entryTrackerEditEntrySeqDiagram1.puml
2b6b4e2306be3e56f2204a936132cf90b5f3768d
[]
no_license
kaiwen98/tp
d331c7045046a6af92800fdfb01e13a5ad8b9cea
34fee9ce06722da48d97e1f3f9e44ed3ef6d0b24
refs/heads/master
2023-01-07T17:19:50.555756
2020-11-09T10:13:23
2020-11-09T10:13:23
300,204,510
0
0
null
2020-10-01T08:28:08
2020-10-01T08:28:07
null
UTF-8
PlantUML
false
false
1,665
puml
@startuml autoactivate on scale 1094 width skinparam shadowing false skinparam sequence { ActorBorderColor white ActorBackgroundColor white ActorFontColor white ActorFontSize 17 ActorFontName "" } actor User box "Data Tracker" #LightYellow participant entryTracker as entryTracker <<class>> endBox box "Logic" #LightBlue participant "retrieveEntryHandler:RetrieveEntryHandler" participant "editEntryHandler:EditEntryHandler" participant ":ParamChecker" endBox box "Data" #LightGreen participant "entry:Entry" participant "entryList:EntryList" endBox User -> entryTracker: Edit Entry entryTracker ->entryTracker: handleCreateEntry() == Phase 1: Retrieve Entry == entryTracker-> "retrieveEntryHandler:RetrieveEntryHandler" : getInstance() return handler entryTracker-> "retrieveEntryHandler:RetrieveEntryHandler" : handlePacket ref over entryTracker, "retrieveEntryHandler:RetrieveEntryHandler", ":ParamChecker","entryList:EntryList" : handlePacket (Phase 1) return == Retrieval of entry from entryList == entryTracker -> "entryList:EntryList" : getItemAtCurrIndex() return entry == Phase 2: Edit Entry == entryTracker-> "editEntryHandler:EditEntryHandler" : getInstance() return handler entryTracker -> "editEntryHandler:EditEntryHandler" : setPacket(packet) return entryTracker -> "editEntryHandler:EditEntryHandler" : handlePacket ref over entryTracker, "retrieveEntryHandler:RetrieveEntryHandler", ":ParamChecker","entryList:EntryList" : handlePacket (Phase 2) return == Edit successful == return return @enduml
false
true
false
false
usecase
76ef8d108dfc5fcd9ccd7f7440f483cba74499f8
4a33cd939bd0845f543a4eba93fd879e3154eadb
/strategy/cache.puml
babc6c681390b0f282bab293b075474b9f586d16
[]
no_license
aryeht/grok-design-patterns
0ff5008a193a34313e7a45ffc9e7169bf003176c
e564555bf72611516f4bd008ccb2688389e9a78f
refs/heads/master
2021-01-16T16:55:07.463463
2020-02-26T13:16:58
2020-02-26T13:16:58
243,189,601
0
0
null
null
null
null
UTF-8
PlantUML
false
false
382
puml
@startuml Cache : evictionAlgo Cache : setevictionAlgo(evictionAlgo) together { class Cache interface Strategy } interface Strategy { {abstract} doSomething() } Client --> Cache Strategy <- Cache together { class "Concrete strategy 1" as s1 class "Concrete strategy 2" as s2 } s1 : doSomething() s2 : doSomething() Strategy <|.. s1 Strategy <|.. s2 @endum
false
true
false
false
class
1ecd8f0ea922deafe2da51f17b1b6c5a7a0b448a
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/ApplePlatformSetup.puml
d176d87eefe41036b5e163667aadb4ebc6bca218
[]
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
294
puml
@startuml class ApplePlatformSetup { + ApplePlatformSetup(buildTarget:BuildTarget) + Setup() : void + PostBuildAction() : void + PostSuccessfulBuildAction() : void + PostSuccessfulLaunchAction() : void + CleanUp() : void } IPlatformSetup <|-- ApplePlatformSetup @enduml
false
true
false
false
class
914a392ab42f500d3ff11c244229f481eefe8f1d
b04d5166435afbe4a531aaccc447a40c92bb649b
/docs/Solution/Telemetry/Physical.puml
f1a0e246be30ce8a187b7c5867f5b692aef23b6f
[]
no_license
CAADE/CloudLet
bc8e2d2ca4662aa60732888d727fca11d4045f66
08066bb296578ca6dc60a20388b15cb0f08425c4
refs/heads/master
2021-07-24T19:23:37.384552
2018-08-11T13:37:52
2018-08-11T13:37:52
81,122,426
0
0
null
null
null
null
UTF-8
PlantUML
false
false
391
puml
@startuml package "Telemetry" #lightblue { interface CLI interface Web interface REST folder bin #ffffff { component binName } folder appName #ffffff { component sails.io component sailsjs } folder uService1 #ffffff { component micro } } CLI -- binName binName -- REST Web -- sailsjs Web -- REST REST -- sailsjs Web -- sails.io REST -- micro @enduml
false
true
false
false
class
ec23d6a0fabadbd6bb8d12b93a7e70362b975863
e0cc651b356a514b7463bcc14b9dd1cc240d70a2
/docs/design/network-discovery/switch-FSM.puml
251a259ea047d4621bd7e3524586a72104b5da34
[ "Apache-2.0" ]
permissive
FeatureToggleStudy/open-kilda
f6995f1fd662ded41a9ec972bc912c1130599de2
cb92ee4e06c169f3299edb829f6b7c57b3cbc3f1
refs/heads/master
2020-09-03T01:55:42.267371
2019-10-28T11:10:21
2019-10-28T11:10:21
219,355,794
0
0
Apache-2.0
2019-11-03T19:44:43
2019-11-03T19:44:43
null
UTF-8
PlantUML
false
false
1,543
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 --> OFFLINE : history / setup port workers INIT --> SYNC : online 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 / 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 --> 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 --> SYNC : online OFFLINE --> DELETED: switch-remove / kill ports FSM DELETED -> [*] @enduml
false
true
false
false
sequence
3011b5ec08fe7c59da3154ee7ab0824130375e4a
6bad29a1359dd1883170ac47167f50158002d526
/src/main/java/ex41/ex41.puml
f6808ab3c73ed32a2c85c062fe05dfe6b04b1f9b
[]
no_license
ZacharyN89/nowicki-cop3330-assignment3
5989fdc6a7dfdb70f0c9f175ff370f577942dd25
dd7bcbe5106b0fcaac98de841414bb29f848ef11
refs/heads/master
2023-06-02T02:07:27.320106
2021-06-18T20:55:27
2021-06-18T20:55:27
376,991,661
0
0
null
null
null
null
UTF-8
PlantUML
false
false
458
puml
@startuml 'https://plantuml.com/sequence-diagram class App{ } class fileReader{ - BufferedReader br + getList ArrayList<String>() + readFile void() + readFileLine String() + makeFileReader BufferedReader() } class nameFormatter{ - ArrayList<String> list + setNames void(ArrayList<String>) + sortList ArrayList<String>() + makeTable String(ArrayList<String> list) } App o-> fileReader App o--> nameFormatter @enduml
false
true
false
false
class
e0d050ca94798c1e3063c35290618ef9bbcc9dcd
1a063f98aeb793e8dd21892b91d53cf81b2055cb
/docs/dss-jouer.puml
94775ea44fe79546fe95a854d3865954d7a97498
[]
no_license
gabrielsomma/log210-jeu-de-des-node-express-ts
1af344a7a0e2750879e12f67be790acc09cae8d4
83cfa951bcb8aa4cdc7dbf8d20a8e03b6f4f9781
refs/heads/master
2022-07-04T08:25:00.582580
2020-05-16T15:34:55
2020-05-16T15:34:55
265,321,505
0
0
null
2020-05-19T17:52:47
2020-05-19T17:52:46
null
UTF-8
PlantUML
false
false
489
puml
@startuml skinparam style strictuml skinparam defaultfontname Verdana skinparam sequence { MessageAlign center } title DSS pour un scénario adapté de <i>Jouer aux dés</i>\n(Ch. 1 de Larman) actor ":Joueur" as c participant ":Système" as s c->s : démarrerJeu(nom : String) loop pas terminé c->s : jouer(nom : String) c<<--s : nom, total du lancer, résultat (gagné ou perdu),\nnb de parties, nb de parties gagnées end loop c->s : terminerJeu(nom :String) @enduml
false
true
true
false
usecase
f73a5744f0d6c3a2e44a90b2abb82239e0733470
94fadb84ffae8b6185b456de0758c2d00debcd7e
/exemple.iuml
0d3f3a13b1472b7b5776bb03bac50e5f2bf7d432
[]
no_license
nokomprendo/pages-test
71c27964c3d095bc04e197991aba10ed6a0597a1
3fc495a676546e1e1cfcdb10dba05c4d021b4245
refs/heads/main
2023-07-12T22:28:45.537396
2021-08-22T13:02:16
2021-08-22T13:02:16
398,789,922
0
0
null
null
null
null
UTF-8
PlantUML
false
false
105
iuml
@startuml actor client node app node car node tshirt car -> app app -> client client -> tshirt @enduml
false
true
false
false
sequence
3a4ef730b2e88e170aa7c9acd432349f9d435351
ada58b08512f0390c1bf1a31f63defcac442d58b
/kj-repo-doc/src/main/java/com/kj/repo/doc/netty/bind-task_4.puml
c24c03c1cb7ee53723541a2bc7db2c4a15ced855
[]
no_license
Kuojian21/kj-repo
a508e83325f6cab9a2acba550d07f4515f9d2ca9
5ae4ff95fd843d69317e471ac20345fdbe109cbe
refs/heads/master
2022-12-21T11:50:21.906395
2021-10-04T23:24:50
2021-10-04T23:24:50
149,978,220
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,682
puml
@startuml autonumber EventLoop -> ChannelPipeline:fireChannelActive() activate ChannelPipeline ChannelPipeline -> AbstractChannelHandlerContext:invokeChannelActive() activate AbstractChannelHandlerContext AbstractChannelHandlerContext -> HeadContext:channelActive activate HeadContext HeadContext -> HeadContext:readIfIsAutoRead activate HeadContext HeadContext -> ChannelPipeline:read() activate ChannelPipeline ChannelPipeline -> HeadContext:read() activate HeadContext HeadContext -> Unsafe:beginRead() activate Unsafe Unsafe -> Channel:doBeginRead() activate Channel Channel -> SelectionKey:interestOps activate SelectionKey SelectionKey --> Channel deactivate SelectionKey Channel --> Unsafe deactivate Channel Unsafe --> HeadContext deactivate Unsafe HeadContext --> ChannelPipeline deactivate HeadContext ChannelPipeline --> HeadContext deactivate ChannelPipeline deactivate HeadContext HeadContext --> AbstractChannelHandlerContext deactivate HeadContext AbstractChannelHandlerContext --> ChannelPipeline deactivate AbstractChannelHandlerContext ChannelPipeline --> EventLoop deactivate ChannelPipeline @enduml
false
true
false
false
sequence
a54fbc477ca0248d479a22e40c09c35075b61f28
e96e871f1090024045f04097c317b00018fcb32f
/plantuml/maps/maps-components.puml
01cc5f7434cb1c8d403f6b77e23e00bf37701a6f
[]
no_license
gehel/notes
389ca45941e8c98ef2380d4e6b5eeefa978ef9d5
b9e4872410bc2ea31171e3416fad77ea744e4af2
refs/heads/master
2021-01-11T00:15:46.065202
2020-05-26T20:22:25
2020-05-26T20:22:25
70,569,532
0
0
null
null
null
null
UTF-8
PlantUML
false
false
606
puml
@startuml () tiles () "geolines\ngeoshapes" as geoshapes () "static maps" as staticmaps [Varnish] [Kartotherian] [Tilerator] [TileratorUI] [OSM] database Cassandra database Redis database Postgres tiles -- Varnish geoshapes -- Varnish staticmaps -- Varnish OSM -> Postgres: import maps data Tilerator -left-> Redis: consume job queue Tilerator --> Postgres: get data to pre-generate\nvector tiles Tilerator -> Cassandra: stores pre-generated\nvector tiles TileratorUI ..> Redis: schedule jobs to\npre-generate tiles Kartotherian --> Cassandra: serve tiles\nto end user Varnish --> Kartotherian @enduml
false
true
false
false
sequence
64a18a3f0734ee078944723f2a39d68d9528fd34
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/CovarianceCalculator/CovarianceCalculator_Activity_calUk.puml
f138e0f52555fbc3ebc9da25a5d5e7db2d2a8837
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
159
puml
@startuml /' input1: double vt input2: double wt input3: Eigen::Matrix2d &Uk '/ (*) --> "Uk << a1 * vt * vt, 0, 0, a2 * wt * wt" --> (*) @enduml
false
true
false
false
class
9a659a9f06294b1d45701971602a5049f40e3639
e43802d5fca159219499334fb50cf1d76f82324f
/UML/DomainDiagrams/DomainModel.puml
dc7e15553c01053e8074a5be6dcb23a6c559a42d
[]
no_license
phillipjf/SNMPrint
7102a93f47e60315f5badbec6768de8000c8e078
1cdfc793661c00db0aca29628b0e60ca71843acb
refs/heads/master
2021-05-28T21:49:03.985683
2015-07-22T21:02:37
2015-07-22T21:02:37
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
444
puml
@startuml title Domain Model class Printer class PrinterList class User class PrinterHub class PrinterCreator class PrinterUpdater User"1" -- "1"PrinterHub : views > User"1" - "1"PrinterCreator : uses PrinterCreator "1" -* "*"Printer : creates Printer"*" - "1"PrinterList : added to > PrinterCreator"1" -- "1"PrinterUpdater : requests update > PrinterUpdater"1" -- "1"PrinterList : uses > PrinterHub"1" -- "1"PrinterUpdater : updates < @enduml
false
true
false
false
class
3cc098b6cc7ea2450d771b6354bd939b6d50a9f9
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Sales/WebStoreOrder.puml
9d86268231ee736210b9e25374376b0e8dcc03cf
[ "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
641
puml
@startuml class WebStoreOrder { + Id : int <<get>> <<set>> + SubTotal : decimal <<get>> <<set>> + TaxAmount : decimal <<get>> <<set>> + Total : decimal <<get>> <<set>> + AuthorizationCode : string <<get>> <<set>> } class WebStoreOrderLine { + ProductId : int <<get>> <<set>> + ProductName : string <<get>> <<set>> + Quantity : int <<get>> <<set>> + UnitPrice : decimal <<get>> <<set>> + ExtendedPrice : decimal <<get>> <<set>> } WebStoreOrder --> "BillingAddress" Address WebStoreOrder --> "ShippingAddress" Address WebStoreOrder --> "Status" OrderStatuses WebStoreOrder --> "FromCartId" Guid @enduml
false
true
false
false
class
728863f33378127e81abc8454d06fe246856b0c7
1c2afbade580f305b0320101394cc74353b46b1f
/docs/source/diagrams/from_thesis/class_diagram/transformers.puml
475a3458024b075e43bac9dd856c540ea451b80d
[ "MIT" ]
permissive
Breaka84/Spooq
90ebc064f7f3a830eddc30f6710294f1d3cfb667
2a624b3f0e5728725dd98064ed1c7fecb5910921
refs/heads/master
2023-07-26T01:32:56.953806
2023-02-17T16:12:05
2023-02-17T16:12:05
249,298,485
9
1
MIT
2023-07-25T21:17:39
2020-03-23T00:20:43
Python
UTF-8
PlantUML
false
false
1,657
puml
@startuml skinparam monochrome true skinparam defaultFontname Bitstream Vera Sans Mono skinparam defaultFontSize 18 left to right direction namespace transformer{ class Transformer { .. derived .. name : str logger : logging.logger __ transform(input_df : DataFrame) } class Mapper { mapping : list __ transform(input_df : DataFrame) } class Exploder { exploded_elem_name : str = "included" path_to_array : str = "elem" __ transform(input_df : DataFrame) } class NewestByGroup { group_by : list = ["id"] order_by : list = ["updated_at", "deleted_at"] __ transform(input_df : DataFrame) } class Sieve { filter_expression : str __ transform(input_df : DataFrame) } class BaseCleaner { cleaning_definitions : dict column_to_log_cleansed_values : str __ transform(input_df : DataFrame) } class EnumCleaner { __ transform(input_df : DataFrame) } class ThresholdCleaner { __ transform(input_df : DataFrame) } class mapper_custom_data_types << (M,orchid) >> { add_custom_data_type(function_name, func) _get_select_expression_for_custom_type(*mapping_tuple) } ' Exploder --|> Transformer ' NewestByGroup --|> Transformer ' Mapper --|> Transformer ' Sieve --|> Transformer ' ThresholdCleaner --|> Transformer Transformer --|> Mapper Mapper <. mapper_custom_data_types : provides custom data types Transformer --|> Exploder Transformer --|> NewestByGroup Transformer --|> Sieve Transformer --|> BaseCleaner BaseCleaner --|> ThresholdCleaner BaseCleaner --|> EnumCleaner } @enduml
false
true
false
false
class
2a177e992c1443dd8d5f5ef122db9d6a75d82623
3a2607b600dea7be6b832d64c5828c96ad9580b4
/Creational/Singleton/Singleton.puml
94ba53cd1288e1ee7b7d2a340e657c538134409b
[]
no_license
flashytime/design-patterns-php
c1619e8f4b2affdbca096dfda94870b3c7b2bf9a
76104721a8a8b367baac6c8eafc0a6f2623839b1
refs/heads/master
2018-12-08T12:50:48.245627
2018-09-18T08:36:41
2018-09-18T08:36:41
73,289,635
0
0
null
null
null
null
UTF-8
PlantUML
false
false
146
puml
@startuml class Singleton { - $instance - __construct() + getInstance() - __clone() } class Client Client ..> Singleton @enduml
false
true
false
false
class
22681f9bd9f34b76fc18aa2240249adca84bfa08
53327fd90132f6b2e57bc5fa867121bedcdef914
/app/UML/UC.puml
5ea1844a94c2548135b166ca789ae3f095a44aa7
[]
no_license
zedtran/AubieMemoryGame
10712b31739ba25414ea544ee2b9c226279566b8
dd223d2f06a31b08e7091ba5177e996aa19b3863
refs/heads/main
2020-03-09T19:00:57.232471
2018-04-26T02:23:18
2018-04-26T02:23:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
449
puml
@startuml title Use Case Diagram actor Player actor Aubie 'should aubie be an actor? and if not isnt it him verifying the input sequence? rectangle { usecase "publish score" as UC3 usecase "start game" as UC2 usecase "view score" as UC1 usecase "flash sequence" as UC4 usecase "verify input" as UC5 Player -- UC2 Player -- UC1 Aubie -- UC4 Aubie -- UC5 UC2 ..> (press button): <<includes>> UC2 ..> (show Simon board): <<includes>> } @enduml
false
true
false
false
usecase
c9af0d88cca212a0e35ce136525daf48f74371bd
e38113bb0c9feca3441479754ae7bd632b71d8d3
/use-case.puml
a896a8777cb98ee4cd6460cc1a1fc1b6c68b8f0e
[]
no_license
flipab/plantuml-demo
41cf7c623351c674303d409d5ca275d0b4dcd1b3
81d20b061fa2e7c36dc953b867e33bdf5d2272fe
refs/heads/dev
2022-11-14T12:06:04.538624
2020-05-03T22:56:27
2020-05-03T22:56:27
270,060,520
0
0
null
2020-06-06T17:58:10
2020-06-06T17:58:09
null
UTF-8
PlantUML
false
false
490
puml
@startuml "Casos de uso" :Usuário: as Usuario (Listar alertas) as (listar) (Adicionar alerta) as (adicionar) note right of Usuario : Todos os usuários possuem o mesmo papel. Usuario ---> (listar) Usuario ---> (adicionar) note "Ao criar um alerta de horário\nrelativo, deve-se configurar:\n- Quantidade de minutos\n- Descrição" as N3 note "Ao criar um alerta de horário\nabsoluto, deve-se configurar:\n- Horário\n- Descrição" as N2 (adicionar) .. N2 (adicionar) .. N3 @enduml
false
true
true
false
uml-unknown
4beba54304359e46bdb4270ab0a7c8a3c17961d6
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/pemberitahuan/administrator tu/PemberitahuanSPTBKD.puml
3488ff29391ab36dcf5013652b9cb718908d95c9
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
574
puml
@startuml autonumber hide footbox title Pemberitahuan SPT BKD Actor AdministratorTU boundary Dashborad_V boundary SPTBKD_V control Admin_C control KontrolSPT_C Entity SuratPerintahTugas_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> AdministratorTU: Halaman Dashborad AdministratorTU --> Dashborad_V: klik tombol pemberitahuan Dashborad_V --> KontrolSPT_C: kontrolsptbka() KontrolSPT_C --> SuratPerintahTugas_E: SuratPerintahTugas_E --> KontrolSPT_C: KontrolSPT_C --> SPTBKD_V: load->view() SPTBKD_V --> AdministratorTU: Halaman SPT BKD @enduml
false
true
false
false
sequence
d69efb93d78b361c382fc7e65e1a6e5697ce28df
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/admin/helper/LocationDataPoint/LocationDataPoint.puml
f141e8a78ced24038041da322c30fa8cf4b569ac
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
461
puml
@startuml LocationDataPoint package edu.oakland.helper.admin { class LocationDataPoint { - float lat - float lng - LocalDateTime time + LocationDataPoint(float lat, float lng, LocalDateTime time) + float getLat() + float getLng() + LocalDateTime getTime() + String toString() - float[] normalizeLatAndLng(float lat, float lng) - float normalizeLng(float lng) } } @enduml
false
true
false
false
class
f233a0878f85a5c627d93b40bb5fb2eac3687ff3
66420da5b0a51cb023e5e0481b9e5338eb7b4f43
/uml/ClassDiagram_RobustFLA.puml
ff43e640e31be1968dc8f1d98a0a5928aa145f50
[]
no_license
fortunezzy/RobustFLA
53cbb6deb4ea4827281377534bfa24cd34605077
ba9d74869eb9030b1156079df23e01568de82abd
refs/heads/master
2021-01-01T17:13:40.129678
2017-07-21T14:23:29
2017-07-21T14:23:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,485
puml
@startuml class Input{ -String sConfigPath +explict Input(const String &configPath, Network *network) +~Input() -void parseFlights() -void parseAirports() -void parseWayPoints() +void initNetwork() } class Network{ -FlightsVector vpFlightsList -AirportsVector vpAirportsList -WayPointsVector vpWayPointsList +FlightsVector &getFlights() +AirportsVector &getAirports() +WayPointsVector &getWayPoints() -Flight *findFlightById(const String &sCode) -Airport *findAirportByCode(const String &sCode) -WayPoint *findWayPointByCode(const String &sCode) +Flight * getFlightAtI(int index) const +void addNewFlight(Flight *pFlight) +void addNewAirport(Airport *pAirport) +void addNewWayPoint(WayPoint *pWayPoint) +Network* clone() } class Position{ -double dLatitude -double dLongitude +Position(const Position &position) +Position(double dLatitude, double dLongitude) +~Position() +double getLatitude() cost +double getLongitude() cost +bool operator==(const Position &rhs) const +bool operator!=(const Position &rhs) const +Position *clone() } class Node{ #String sCode #String sName #Position position +Node(const Node &node) +Node(const String &sCode, const String &sName, \n const Position &position) +Node(const String &sCode, const String &sName, \n const double dLatitude, const double dLongitude) +~Node() +const String &getCode() const +const String &getName() const +const Position &getPosition() const +bool operator==(const Node &rhs) const +bool operator!=(const Node &rhs) const +Node *clone() } class FLevel{ -ALevel iFlightLevel -double dPenalCost +FLevel(const FLevel &level) +FLevel(ALevel iFlightLevel) +FLevel(ALevel iFlightLevel, double dPenalCost) +~FLevel() +double getFlightLevel() const; +double getPenalCost() const; +void setPenalCost(double dPenalCost); +bool operator==(const FLevel &rhs) const +bool operator!=(const FLevel &rhs) const +FLevel *clone() } class Flight{ -String sCode -Airport *pAOrigin -Airport *pADestination -Time dDepartureTime -int iDefaultRoute -int iCurrentRoute -FLevelVector vpFeasibleLevelList -RouteVector vpPossibleRouteList +Flight(const Flight &flight) +Flight(const String &sCode, Airport *pAOrigin, \n Airport *pADestination, Time dDepartureTime, Route *pRouteDefault) +~Flight() +setCurrentRoute(int iCurrentRoute) +Route *getCurrentRoute() const +void addNewRoute(Route *pActiveRoute) +bool operator==(const Flight &rhs) const +bool operator!=(const Flight &rhs) const +Flight *clone() } class Point{ -WayPoint *pWayPoint -Time iArrivingTime +Point(Point &point) +Point(WayPoint *pWayPoint, Time iArrivingTime) +~Point() +Time getArrivingTime() const +WayPoint *getWayPoint() const +void setArrivingTime(Time iArrivingTime) +bool operator==(const Point &rhs) const +bool operator!=(const Point &rhs) const +Point* clone() } class Route{ -FLevel *pFlightLevel -PointVector vpPointsList +Route(Route &route) +Route(FLevel *pFlightLevel) +Route(FLevel *pFlightLevel, PointVector vpPointsList) +~Route() +void addNewPoint(Point *pPoint) +void setFlightLevel(FLevel *pFlightLevel) +ALevel getFlightLevel() const +PointVector getPointsList() const +Point *getPointAtI(int index) const +Point *getPointNextOfI(int index) const +Point *getPointBeforeI(int index) const +bool operator==(const Route &rhs) const +bool operator!=(const Route &rhs) const +Route* clone() } class Solver{ #ProcessClock clock #IloModel model #IloNumVarArray x #IloCplex solver #Network *pNetwork +Solver(IloEnv &env, Network *pNetwork) +virtual ~Solver() +void initDecisionVariable() +void initFunctionObjective() +void initConstraints() +virtual bool feasibilityEstimation() +void solve() +IloNumArray getDecisionVariable() const } class MonteCarloMethod{ +bool feasibilityEstimation() +~Solver() } class HoeffdingMethod{ +bool feasibilityEstimation() +~Solver() } class EnumerationMethod{ +bool feasibilityEstimation() +~Solver() } class GaussianMethod{ +bool feasibilityEstimation() +~Solver() } Airport -u-|> Node WayPoint --|> Node Route *-u- Point:(1:*) Route *-l-> FLevel:(1:1) Point *-u->WayPoint:(1:1) Flight *-u->Route:(1:*) Flight *-l->Airport:(2:1) Node *-u->Position:(1:1) Input o-->Network:(1:1) Network o--Flight:(1:*) Network o-d-Airport:(1:*) Network o--WayPoint:(1:*) Solver *-->Network:(1:1) MonteCarloMethod --|> Solver HoeffdingMethod --|> Solver EnumerationMethod --|> Solver GaussianMethod -r-|> Solver Main -d- MonteCarloMethod Main -d- HoeffdingMethod Main -u- EnumerationMethod Main -r- GaussianMethod 'Airport --|> Node 'WayPoint --|> Node 'Route *-- Point:(1:*) 'Route *--> FLevel:(1:1) 'Point *-u->WayPoint:(1:1) 'Flight *-->Route:(1:*) 'Flight *-->Airport:(1:2) 'Node *-->Position:(1:1) 'Input o-->Network:(1:1) 'Network o-r-Flight:(1:*) 'Network o--Airport:(1:*) 'Network o-l-WayPoint:(*:1) 'Solver *-->Network:(1:1) 'MonteCarloMethod --|> Solver 'HoeffdingMethod --|> Solver 'EnumerationMethod --|> Solver 'GaussianMethod --|> Solver 'Main -- MonteCarloMethod 'Main -- HoeffdingMethod 'Main -- EnumerationMethod 'Main -- GaussianMethod @enduml
false
true
false
false
sequence
0d9d63e9cb7c8b8f34b2023b0c507ec61f38119f
7a1ad09761a9607fa91422fa6464daed599090ff
/project_description/diagrams_src/InformowanieOZużytejEnergii.puml
7bfd683f0ae87c51738650cf21b09353a2cb94d3
[]
no_license
michalMilewski-8/SmartBuilding_Agent_MiNI_Project
d0daa7f7ccbb286aa25d0bc79149485718cee4e9
b196ec6129a57abc668132b0999e519bc149c11e
refs/heads/master
2021-02-16T12:39:58.624684
2020-06-29T19:06:41
2020-06-29T19:06:41
245,006,263
0
0
null
2020-06-29T19:02:00
2020-03-04T21:20:03
Python
UTF-8
PlantUML
false
false
228
puml
@startuml actor AgentEnergetyk actor AgenciPokojówSpotkań actor AgenciPokojówOsobistych AgenciPokojówSpotkań -> AgentEnergetyk : energy_usage_inform AgenciPokojówOsobistych -> AgentEnergetyk : energy_usage_inform @enduml
false
true
true
false
sequence
422e8e2d957fb44aa4f6b590ff64a4c5d3b82464
cc6b5940d80553bf8a178e8f3108167945fcfb12
/kie-pmml-trusty/CompiletimeCodegen.puml
00d28d25c59d2eabb0c339646f3e47805d979161
[ "Apache-2.0" ]
permissive
yesamer/drools
f0f9889f212a1becb1144ed704e58649f2555bcd
92b5f4e57755bfd1f4e52af34dfcbf0d608f33c9
refs/heads/master
2023-07-06T14:50:31.161516
2023-06-27T01:00:28
2023-06-27T01:00:28
185,600,193
0
0
Apache-2.0
2022-02-15T11:22:48
2019-05-08T12:19:09
Java
UTF-8
PlantUML
false
false
270
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber participant Compiletime participant Assembler participant Compiler Compiletime -> Assembler: search model Assembler -> Compiler: codegen Compiler -> Assembler: sources Assembler -> Compiletime: kjar @enduml
false
true
false
false
sequence
9d7928a070b0c1533ddb3b6d6dd44e8479ffc7d7
cb4db9f87c49d860c9ee67e04bada466d3aa6137
/ColaVendingMachine/ColaVendingMachine-UML/ColaVendingMachine-2-fsm.puml
df6bc9bde301dd23616135234f861e3a3ba38411
[]
no_license
r1r3nn3/Tomato
45404946925b7cd3a854d2e01e753051a0959022
bd8a528dbdc47b5bdcbdc416a9c567f1f0f25115
refs/heads/master
2020-11-24T09:24:40.470020
2020-02-07T23:49:07
2020-02-07T23:49:07
228,077,955
0
0
null
null
null
null
UTF-8
PlantUML
false
false
804
puml
@startuml title FSM Cola Vending Machine - 2 - [*] --> Initialised : E_START / CVMinitialise() Initialised : insertedMoney = 0 Initialised : priceCola = 125 Initialised : change = 0 Initialised --> WaitForCoins : E_CONTINUE WaitForCoins --> Detected_10C : E_10C Detected_10C : insertedMoney += 10 Detected_10C --> WaitForCoins : E_NOT_ENOUGH Detected_10C --> WaitForCoins : \ E_ENOUGH / CLDdispenseCola();\n CHDdispenseChange(change); WaitForCoins --> Detected_20C : E_20C Detected_20C : insertedMoney += 20 Detected_20C --> WaitForCoins : E_NOT_ENOUGH Detected_20C --> WaitForCoins : \ E_ENOUGH / CLDdispenseCola();\n CHDdispenseChange(change); note right of Initialised All subsystems in CVM initialised. end note note left of Initialised #red All currency values in cents. end note @enduml
false
true
false
false
sequence
36129a047a25b2ad3a6c94c95f8c8cd13f1440d6
636d88cc43ec1ba57c3699ed58d0cec51a1a3084
/UML/use_case/System_Use_Case.puml
df92f60130340098c71efd430b61ea65d149bfb6
[]
no_license
ahmedAlraimi/Tasarim
088944d13cbdaeea4e0537f7035b1e7ad618c91c
c5a1ee24b3c57561cca80fd7a6e81359bde5b040
refs/heads/master
2020-04-26T15:33:28.741752
2019-07-10T13:09:39
2019-07-10T13:09:39
173,650,584
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,180
puml
@startuml left to right direction skinparam packageStyle rectangle /'Actors'/ actor Admin actor Alumni_Student actor Event_Manager rectangle Alumni_website { /'Use Cases'/ (Log In) (Registration) (Alumni List) (Scheduling Events) (Preview Events) (Verify Password) (Reset Password) (Verify Membership) (Brief Info) (Updating Events) (Like/Comment On Events) (Search Events) /'Include Relationships'/ (Verify Membership) <. (Registration) : <<include>> (Log In) .> (Verify Password) : <<include>> /'Extend Relationships'/ (Reset Password) .> (Log In) : <<extend>> (Brief Info) .> (Alumni List) : <<extend>> (Updating Events) .> (Scheduling Events) : <<extend>> (Like/Comment On Events) .> (Preview Events) : <<extend>> (Preview Events) <. (Search Events) : <<extend>> /'Association'/ (Log In) -- Admin (Alumni List) -- Admin (Preview Events) -- Admin (Verify Membership) ---- Admin Alumni_Student --- (Log In) Alumni_Student --- (Registration) Alumni_Student --- (Alumni List) Alumni_Student --- (Preview Events) Event_Manager ---- (Log In) Event_Manager ---- (Alumni List) Event_Manager ---- (Preview Events) Event_Manager ---- (Scheduling Events) } @enduml
false
true
false
false
usecase
b1600951ae25c7f718d3e55a04ffebf7526b3064
b27b1c82ff4783149041cd7a81d372f3be98746b
/seqsubsys_login.puml
f8426c54fcac55dbb1e2b0451b83ac7d2a88535e
[]
no_license
Huy-Ngo/reddit-design
b9c25f4c79a5bb69507820432a1cda7f3c7c1015
b91146dc29ae29d9dffe511a8a56c8d8aef3e19d
refs/heads/master
2022-12-30T09:05:53.794370
2020-10-23T03:10:03
2020-10-23T03:10:03
297,368,530
0
0
null
null
null
null
UTF-8
PlantUML
false
false
671
puml
@startuml autoactivate on autonumber hide footbox participant ": Login Handling" as handler participant ": Authentication" as auth <<subsystem proxy>> participant ": Account" as acc participant ": Werkzeug security packages" as werkzeug <<external>> participant ": SQLAlchemy" as orm <<external>> handler -> auth : // create account() auth -> acc : getPassword(username) acc -> orm : // send SQL query() orm --> acc : // return password acc --> auth : // return password hash note left If the user does not exist, refuse and mark as bad request end note auth -> werkzeug : checkPasswordHash(password, password_hash) werkzeug --> auth auth --> handler @enduml
false
true
false
false
sequence
aa0a7da734dc3c9f41a564a639eefb5b927d5cc9
ccc4b0eaa4448ce6d8e6112f57aa69452357c356
/examples/state-ex2.puml
8253eb411d255f34e721582d60d51d92aa711d3a
[ "MIT" ]
permissive
bschwarz/puml-themes
b30d5535f0cc3f673f3b434636b66ce3f9b7cb04
2e2152c349e1c53e1a9de727399b4490afa78434
refs/heads/master
2023-08-31T03:29:02.229960
2023-08-19T00:38:46
2023-08-19T00:38:46
211,412,178
254
69
MIT
2022-07-17T16:27:21
2019-09-27T22:41:33
CSS
UTF-8
PlantUML
false
false
625
puml
@startuml !if %variable_exists("$THEME") title State Diagram 2 - $THEME theme !else title State Diagram 2 !endif state choice1 <<choice>> state fork1 <<fork>> state join2 <<join>> state end3 <<end>> [*] --> choice1 : from start\nto choice choice1 --> fork1 : from choice\nto fork choice1 --> join2 : from choice\nto join choice1 --> end3 : from choice\nto end fork1 ---> State1 : from fork\nto state fork1 --> State2 : from fork\nto state State2 --> join2 : from state\nto join State1 --> [*] : from state\nto end join2 --> [*] : from join\nto end @enduml
false
true
false
false
sequence
5e57aac75332df75d3cd896e5659d4b3494ed5fb
552479c31741fa1622b1fa40e8d450c012382419
/docs/logs.plantuml
9e97399b0302848d9046ae59b457bb0e3b687240
[]
no_license
mucer/openarena-log-parser
1f613c16a8db5a0ac8b56df4221821057b7170a9
62ab63f7323d3ba15920980d353320d1b3ac70ca
refs/heads/master
2023-01-12T09:10:08.763760
2019-04-18T13:02:01
2019-04-18T13:02:19
172,858,618
2
0
null
2023-01-07T03:24:46
2019-02-27T06:41:04
TypeScript
UTF-8
PlantUML
false
false
363
plantuml
interface User { name: string clientIds: string[] } interface Client { id: string } interface Kill { from: Client to: Client cause: MeanOfDeath } interface Join { startTime: number endTime?: number client: Client team: number name: string } interface Game { kills: Kill[] joins: Join[] awards: Award[] }
false
true
false
false
class
78779a70a00d6874168696d9f24d93a8e4874c0b
6d04ad5d18e564c09c4dffdd8177f8e811c130cd
/media/tree_basic.puml
c997c8b94a61ce4a849d7139ecb247afe1d6d8fa
[]
no_license
Sipondo/PMPH_parallel_woody
92ccb1b4f2473b62d5fd0fa0912b9199cb958f01
916c2f52add772891d67b773bf716906aefa413c
refs/heads/master
2022-12-03T15:14:07.273996
2018-12-04T20:06:35
2018-12-04T20:06:35
151,559,829
2
0
null
2022-11-22T01:22:15
2018-10-04T11:16:25
Python
UTF-8
PlantUML
false
false
159
puml
@startuml partition Map { (*) --> if "Node 1" then --> "Node 2" else if "Node 3" then --> "Node 4" else --> "Node 5" endif endif } @enduml
false
true
false
false
activity
1b475f3c1b821045d04904d53ffaf1eed82ef4fb
5bdc19e7ff1d6880ca51c600fb9edc3943a3c4b5
/doc/plantuml/src/class_diagrams/overall_architecture_20191109.puml
cd01145adaeef274f0b27a9a04ffb46ee8f509d9
[]
no_license
Warwolt/tr2k_drum_machine
1a8e617137ed8c6d23856bf490c18f0067979564
430e9a3199b16807a6e88860d80c1ec4fd826fa9
refs/heads/master
2022-04-08T10:36:54.567422
2020-02-24T22:30:07
2020-02-24T22:30:07
192,423,856
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,033
puml
@startuml ' skinparam linetype ortho title Overall Step Sequencer MVC-Architecture ''' Class definitions ''' package Presentation { class TempoControlView { handleTempoControl() } class PlaybackTransportView { handleTransportControl() } class RhythmEditView { handleRhythmEditing() } class TempoKnob { read() : BeatsPerMinute } class DigitalTempoKnob { read() : BeatsPerMinute } } package Application { class RhythmPlaybackController { setTempo(bpm : BeatsPerMinute) restartPlayback() stopPlayback() continuePlayback() } class RhythmEditController { selectActivePattern(patternNum : int) toggleActivePatternStep(stepNum : int) getActivePatternState() : PatternState clearActivePattern() } } package Domain { ' note left of PlaybackChannelManager : Handles outputing trigger signals class PlaybackChannelManager { outputSignal(channelNum : int) } ' note right of RhythmPatternManager : Stores programmed rhythms class RhythmPatternManager { patternStepIsActive(patternNum : int, stepNum : int) : bool toggleStepInPattern(patternNum : int, stepNum : int) clearPattern(patternNum : int) incrementAllPlaybackPositions() resetAllPlaybackackPositions() } ' note left of PlaybackStepHandler : Handles a single playback step\n(including but not limited to outputing signals) class PlaybackStepHandler <<callback function>> { handlePlaybackStep() } ' note right of TempoTimer : Keeps track of when 16th notes occur interface TempoTimer { setTempo(BeatsPerMinute) start() stop() clear() playbackStepIsDue() : bool startCountingNextStep() } class TempoTimer16Bit { setTempo(BeatsPerMinute bpm) start() stop() clear() countPulse() playbackStepIsDue() : bool startCountingNextStep() } ' note left of TempoTimingManager : Coordinates playback handling with tempo class TempoTimingManager { addPlaybackStepHandler(handler : PlaybackStepHandler) handlePlayback() } } package HardwareAbstractionLayer { interface ButtonGroup { getNumButtons() : int buttonPressedNow(u8 buttonNum) : bool buttonReleasedNow(u8 buttonNum) : bool buttonIsUp(u8 buttonNum) : bool buttonIsDown(u8 buttonNum) : bool } interface LedGroup { getNumLeds() : int setLed(ledNum : int) clearLed(ledNum : int) toggleLed(ledNum : int) } interface FourDigitDisplay { setNumberToDisplay(number : int) enableDecimalPoint(digit : int) disableDecimalPoint(digit : int) } class CharlieplexMappedLedGroup class MatrixMappedButtonGroup interface Timer16bit { setPrescaler(prescaler : PrescaleOption) setPeriod(period : int) start() stop() clear() } } Package Driver { class CharlieplexMatrix class GpioMatrix class GpioPin { setDirection(dir : GpioPinDirection) set() clear() toggle() } class RotaryEncoder { handleEdge() setRotationCeiling(ceil : int) setRotationFloor(floor : int) getNumRotations() : int } class SegmentDisplay74HC595 class Spi class Timer1 } ''' Package relations ''' Presentation -[hidden]down-> Application Presentation -[hidden]down-> HardwareAbstractionLayer Application -[hidden]down-> Domain ''' Class relations ''' ' Views ' TempoControlView -down-> RhythmPlaybackController TempoControlView -down-> FourDigitDisplay TempoControlView -down-> TempoKnob TempoKnob <|.down. DigitalTempoKnob DigitalTempoKnob -down-> RotaryEncoder PlaybackTransportView -down-> RhythmPlaybackController PlaybackTransportView -down-> ButtonGroup RhythmEditView -down-> RhythmEditController RhythmEditView -down-> ButtonGroup RhythmEditView -down-> LedGroup ' Controllers ' RhythmPlaybackController -down-> TempoTimer RhythmPlaybackController -down-> RhythmPatternManager RhythmEditController -down-> RhythmPatternManager ' Domain ' TempoTimingManager *-down->"1..*" PlaybackStepHandler TempoTimingManager -down-> TempoTimer PlaybackStepHandler -down-> PlaybackChannelManager PlaybackStepHandler -down-> RhythmPatternManager ' Hardware Abstraction Layer ' LedGroup <|.down. CharlieplexMappedLedGroup ButtonGroup <|.down. MatrixMappedButtonGroup CharlieplexMappedLedGroup -down-> CharlieplexMatrix MatrixMappedButtonGroup -down-> GpioMatrix FourDigitDisplay <|.down. SegmentDisplay74HC595 SegmentDisplay74HC595 -down-> Spi TempoTimer <|.down. TempoTimer16Bit TempoTimer16Bit -down-> Timer16bit ' Driver ' CharlieplexMatrix -down-> GpioPin GpioMatrix -down-> GpioPin RotaryEncoder -down-> GpioPin Timer16bit <|.down. Timer1 @enduml
false
true
false
false
class
a8923d5569d932b19146950a835ad69f8b0cc058
8e0b778be8c51759f212c9a7d6750f501bc5a130
/src/main/java/com/demo/deep/deep.puml
f2857404f0e38da91c1429b9b7ef1d26d51ddde5
[]
no_license
ab9508/proxy
993f913fcfa2ba314d0640ca06a8625989b95ea4
b427beb039e3447fdf37266471731a610d200f5f
refs/heads/master
2021-02-10T13:56:53.118440
2020-03-09T10:40:40
2020-03-09T10:40:40
244,387,567
0
0
null
null
null
null
UTF-8
PlantUML
false
false
188
puml
@startuml interface Process class Process01 class Process02 class Process03 class Client Process <|-- Process01 Process <|-- Process02 Process <|-- Process03 Process <.. Client @enduml
false
true
false
false
class
8709c8be7630376f5b03b6de4fe995fcdb2cefa2
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140280/sprint2/lang04_01_design1.puml
4d6a99b4eee4869a2b6761999bd6e42d016d441d
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
1,277
puml
@startuml doc-files/lang04_01_design1.png actor Actor participant "WizardAction" as WizardAction participant "frame : WizardFrame" as WizardFrame participant "controller : WizardController" as WizardController note right of Actor Extention loading and integration with main UI can be found on Example Extention diagrams end note Actor -> WizardAction : starts use case create WizardFrame WizardAction -> WizardFrame : new(UIController) create WizardController WizardFrame -> WizardController : new(UIController) WizardFrame -> WizardController : getFunctions() WizardController -> Language : getInstance() WizardController -> Language : getFunctions() loop WizardFrame -> WizardFrame : displayInformation() end Actor -> WizardFrame : Select Function WizardFrame -> WizardController : getExpression(function) WizardFrame -> Actor : show editable expression to user Actor -> WizardFrame : Sets parameters and selects ok WizardFrame -> WizardController : getResult(String expression) WizardController -> UIController : cell=getActiveCell() WizardController -> FromulaCompiler : getInstance() WizardController -> FromulaCompiler : compile(cell,expression) WizardController -> WizardFrame : return result @enduml
false
true
false
false
usecase
92c7d414bdcc0901437257d787b46da441c6d2e6
5dae7c3097624dac7d3ef75feb19633a34af4c6b
/src/sequence/Proceed Payment.puml
4f8a4ce621b9ac412fd06a9d6a638f3dad14b56c
[]
no_license
Cavitedev/plantuml_examples
497a94db406367cc3a017a23d00170f7d90207fa
f3e8a1dadb6e1c69f2624808729a10bbdd48ca2e
refs/heads/master
2023-02-03T09:40:36.156097
2020-12-17T20:30:03
2020-12-17T20:30:03
318,535,441
0
0
null
null
null
null
UTF-8
PlantUML
false
false
959
puml
@startuml scale 650 width actor Neighbour boundary UI_Payment control Control_Payment entity Payment entity Accounts Neighbour -> UI_Payment : View Payment UI_Payment -> Control_Payment ++: Ask Payment Control_Payment -> Payment ++: Get Payment return Payment return Show Payment Neighbour -> UI_Payment : Confirm Payment UI_Payment -> Control_Payment ++: Ask Accounts Control_Payment -> Accounts ++: getAccounts return Accounts return Display Accounts Neighbour -> UI_Payment : Select Account UI_Payment -> Control_Payment ++: Set Account return Show Account Neighbour -> UI_Payment : Select Payment Method UI_Payment -> Control_Payment : Ask Perform Payment alt Transference Control_Payment -> Accounts :Perform Transference(Account) else Credit Card Control_Payment -> Accounts : Pay credit card (Account) end Accounts --> Control_Payment : Payed Control_Payment -> Payment : Set Payed Control_Payment --> UI_Payment : Print Result @enduml
false
true
false
false
usecase
38131468a96e80dd9ddb49cd45ca6b0b69bad460
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Tests.AccessorTests/ShippingAccessorTests.puml
82b75a8ee20b33579e80318de2f86799ba2d7e19
[ "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
196
puml
@startuml class ShippingAccessorTests { + ShippingAccessor_RequestShipping() : void + ShippingAccessor_RequestShippingFail() : void } DbTestAccessorBase <|-- ShippingAccessorTests @enduml
false
true
false
false
class
292034f0d479689184dbb4c850c004dba4558a02
45e91b8c80d3814f20109ac211e721d832f3479e
/doc/system_use_cases_diagram.puml
8066b56bd1d7276567bb5edb5939c718ba185e8b
[ "MIT" ]
permissive
eroatta/src-reader
38e4b3ed7b73dde96b36e330ee63d51862b4bc20
fff90dbb4f06d9afc7ef3696f75b2f4fcfebaee6
refs/heads/master
2021-06-05T07:21:42.507511
2020-07-07T23:06:58
2020-07-07T23:06:58
147,129,169
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,361
puml
@@startuml system_use_cases_diagram skinparam usecase { BackgroundColor<< Main >> LightGreen BorderColor<< Main >> SeaGreen } actor Analyzer actor Visualizer rectangle "src-reader" { usecase (Create Project) as CreateProject << Main >> usecase (Retrive Project) as GetProject usecase (Analyze Project) as AnalyzeProject << Main >> usecase (Delete Project) as DeleteProject usecase (Extract Insights \nfrom analysis) as GainInsights << Main >> usecase (Delete Analysis) as DeleteAnalysis usecase (Retrieve Insights) as GetInsights usecase (Delete Insights) as DeleteInsights usecase (Retrieve original File) as RetrieveOriginalFile << Main >> usecase (Retrieve rewritten File) as RetrieveRewrittenFile << Main >> note "Both use cases are needed to \ncompare files with original and modified ASTs." as N1 N1 .left. RetrieveRewrittenFile N1 .left. RetrieveOriginalFile } DeleteProject ..> DeleteAnalysis : << includes >> DeleteAnalysis ..> DeleteInsights : << includes >> left to right direction Analyzer --> CreateProject Analyzer --> DeleteProject Analyzer --> AnalyzeProject Analyzer --> DeleteAnalysis Analyzer --> GainInsights Analyzer --> DeleteInsights Visualizer --> GetProject Visualizer --> GetInsights Visualizer --> RetrieveOriginalFile Visualizer --> RetrieveRewrittenFile @@enduml
false
true
false
false
usecase
a316a0fad0b1605e7b4204d7b8cd7cc6c2c1a190
3ea02aab5d9a15def695d50ffd9c538a0b4e5173
/test/museum-object/title.puml
ba5e3eed33e769680ced5068e7b57fa7d527ff88
[]
no_license
VladimirAlexiev/rdf2rml
cd6a3c7c27dd3ce30214c852b4b0d9291464b461
29d7f21c9ed3defd5d6a64a02a5e18315d30b559
refs/heads/master
2023-06-09T10:08:02.313163
2023-06-07T11:25:10
2023-06-07T11:25:10
158,509,814
35
5
null
2023-05-30T12:54:05
2018-11-21T07:44:42
Perl
UTF-8
PlantUML
false
false
1,612
puml
@startuml hide empty methods hide empty attributes hide circle skinparam classAttributeIconSize 0 class _object_ObjectID_ as "<object/(ObjectID)>" _object_ObjectID_ : a crm:E22_Man-Made_Object class _object_ObjectIDclean_title_TitleIDclean_ as "<object/(ObjectIDclean)/title/(TitleIDclean)>" _object_ObjectID_ -down-> _object_ObjectIDclean_title_TitleIDclean_ : crm:P102_has_title _object_ObjectID_ : "\nselect *, \n replace[',','',ObjectID] as ObjectIDclean\n replace[',','',TitleID] as TitleIDclean\n [case TitleType of 'Primary Title' then Title else null end] as TitlePrimary\nfrom titles.csv\n" _object_ObjectID_ : rdfs:label "[TitlePrimary]" class _thesaurus_title_TitleTypeIDclean_ as "<thesaurus/title/(TitleTypeIDclean)>" _thesaurus_title_TitleTypeIDclean_ : a skos:Concept _thesaurus_title_TitleTypeIDclean_ : rdfs:label "[TitleType]" _thesaurus_title_TitleTypeIDclean_ : skos:exactMatch aat:SOMETHING _object_ObjectIDclean_title_TitleIDclean_ : a crm:E35_Title _object_ObjectIDclean_title_TitleIDclean_ -down-> _thesaurus_title_TitleTypeIDclean_ : crm:P2_has_type class _object_ObjectIDclean_title_TitleIDclean_id_ as "<object/(ObjectIDclean)/title/(TitleIDclean)/id>" _object_ObjectIDclean_title_TitleIDclean_ -down-> _object_ObjectIDclean_title_TitleIDclean_id_ : crm:P1_is_identified_by _object_ObjectIDclean_title_TitleIDclean_ : crmx:display_order "[DisplayOrder]"^^xsd:integer _object_ObjectIDclean_title_TitleIDclean_ : rdf:value "[Title]" _object_ObjectIDclean_title_TitleIDclean_id_ : a crm:E42_Identifier _object_ObjectIDclean_title_TitleIDclean_id_ : rdf:value "[TitleIDclean]" @enduml
false
true
false
false
sequence
18ea5404dcd265ff6cf3ac1ca0d599740a7eb335
c254d3bcb8f29e538200d8379d0ab8bca645dafe
/uml.plantuml
aeab57e506b73a81dfb4c7fa31c5a360630976c4
[]
no_license
401-advanced-javascript-joejemmely/lab-34
33934988641d859f7738b69e4da747da878ba349
6c07942b4ca094fdfa94c003e52960c0157a2d38
refs/heads/master
2020-06-11T12:34:55.187077
2019-06-27T15:26:59
2019-06-27T15:26:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,231
plantuml
@startuml lab-34 class App{ } class Nav{ } class Login{ } class ACLAuth{ } class ToDo{ } class Counter{ } class Form{ } class List{ } class AppContextProvider{ ==context== # todoList:Array # item:Object # editing:Boolean # handleInputChange:function # addItem:function # updateItem:function # toggleComplete:function # saveItem:function # toggleEdit:function ==state== # todoList:Array # item:Object # editing:Boolean # handleInputChange:function # addItem:function # updateItem:function # toggleComplete:function # saveItem:function # toggleEdit:function ==methods== +handleInputChange() +addItem() +updateItem() +toggleComplete() +saveItem() +toggleEdit() } class AuthContextProvider{ ==context== # loggedIn:Boolean # token:String # login:function # logout:function ==state== # loggedIn:Boolean # token:String ==methods== +login() +logout() } App --* AppContextProvider App --* AuthContextProvider App --* Nav AppContextProvider --* ToDo AuthContextProvider --* ToDo AuthContextProvider --# Login AuthContextProvider --# ACLAuth ToDo --* Counter ToDo --* Form ToDo --* List Counter --* ACLAuth Form --* ACLAuth List --* ACLAuth @enduml
false
true
false
false
class
489bbce985eceb38e00999c4f92588fe1bbfcf19
e867f88f6533be07733b08b14a2559d4d2931460
/use-cases/Country Reports UML.puml
a50864390a555f110922843b873137e6514b9fa0
[ "Apache-2.0" ]
permissive
kaimainz/Group_G_Coursework
1eace035bec8c8dece686c2f1f195adbf72a98b7
22d08cb9d598bc03f96178ebabbd293fd97d03a2
refs/heads/master
2020-04-17T23:19:15.398380
2019-04-30T12:41:35
2019-04-30T12:41:35
167,028,029
0
0
null
null
null
null
UTF-8
PlantUML
false
false
269
puml
@startuml actor President as "UN President" rectangle database rectangle "Reporting System" { usecase UC3 as "Country Reports" usecase UCc as "Display requested Country Report" President - UC3 UC3 ..> UCc : include UC3 - database @enduml
false
true
false
false
usecase
f9319da8f4adb695b058f0b4f97f7763bd4dcd98
8c59fbc94a2ba7fa9a12c10991fe334cda0df128
/metrics/web/docs/features/feature_config/diagrams/feature_config_sequence_diagram.puml
7e07fd0abf3e350d889403a7450c12e424b4a022
[ "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,617
puml
@startuml feature_config_sequence_diagram skinparam ParticipantPadding 20 skinparam BoxPadding 10 actor Bob box "presentation" participant UI participant FeatureConfigNotifier << (C,#ADD1B2) >> end box box "domain" participant FetchFeatureConfigUseCase << (C,#ADD1B2) >> end box box "data" participant FirestoreFeatureConfigRepository << (C,#ADD1B2) >> participant FeatureConfigData << (C,#ADD1B2) >> end box database "Firestore" as FRC Bob -> UI : Enters the application activate UI UI -> FeatureConfigNotifier : setDefaults(bool isPasswordSignInOptionEnabled, bool isDebugMenuEnabled) activate FeatureConfigNotifier UI -> FeatureConfigNotifier : initializeConfig() FeatureConfigNotifier -> FetchFeatureConfigUseCase : call(FeatureConfigParam params) activate FetchFeatureConfigUseCase FetchFeatureConfigUseCase -> FirestoreFeatureConfigRepository : fetch() activate FirestoreFeatureConfigRepository FirestoreFeatureConfigRepository -> FRC : Fetch Feature config FRC --> FirestoreFeatureConfigRepository : Feature config json FirestoreFeatureConfigRepository -> FeatureConfigData : fromJson() activate FeatureConfigData FeatureConfigData --> FirestoreFeatureConfigRepository : FeatureConfig deactivate FeatureConfigData FirestoreFeatureConfigRepository --> FetchFeatureConfigUseCase : FeatureConfig deactivate FirestoreFeatureConfigRepository FetchFeatureConfigUseCase --> FeatureConfigNotifier : FeatureConfig deactivate FetchFeatureConfigUseCase FeatureConfigNotifier --> UI : Notify about new config deactivate FeatureConfigNotifier UI --> Bob : Dismiss the loading screen deactivate UI @enduml
false
true
false
false
usecase
c2829794a270df031a2ab19b70c295cc1defd6e7
48b52770fd3fc14946a0072a685be1a99de4ac40
/src/example-uml.iuml
6ad97db0a6b3fbbf9bc3d37ddc30ca788e2dbfc5
[]
no_license
i-kay/plantuml-test
d1069e9a5275f4da82d55c06bc2afa51a1b1e5f5
5057312f336cb759a90617619bcb0e041a2826cd
refs/heads/main
2023-06-26T09:54:21.281394
2021-07-29T05:47:22
2021-07-29T05:47:22
389,896,089
0
0
null
null
null
null
UTF-8
PlantUML
false
false
200
iuml
@startuml Alice4 ..> Bob22: Authentication Request Bob22 --> Alice4: Authentication Response Alice4 -> Bob22: Another authentication Request Alice4 <-- Bob22: another authentication Response @enduml
false
true
false
false
sequence
5037febfd195265cc0ba7c922495bae77fd0ebf6
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-nasjonalidentifikator.iuml
b58d028e2c6d653a4108c2544ff10fec09ffb1a4
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
126
iuml
@startuml class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator { +systemID : SystemID [0..1] [1..1] } @enduml
false
true
false
false
class
945633fafea61d76d8f7d064cd0ab1afa714ac52
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/WhiteSmoke.puml
cf46fd18c4e10cd5f162814b674a6e395323499a
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
319
puml
@startuml skinparam ClassBackgroundColor #WhiteSmoke skinparam ClassFontColor #WhiteSmoke skinparam ClassBorderColor #WhiteSmoke skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
6d28a1215fe16c4ea75cb531e5fe7799c88cf27d
c3871e3e33b6862aa9747997af2d9f5e714a00c7
/app/app.plantuml
25fba09eb93fc56b30be7effe06075430c5d4c18
[]
no_license
zuilintan/Personal_StadiumBookingSystem_Client
47610baea349acbc4d6b4744aacedc134ba53a0d
c5bd349196cf4c8bf95c1b0979e4b75de625a926
refs/heads/master
2020-06-03T22:25:35.310902
2019-06-13T12:12:41
2019-06-13T12:12:41
191,756,309
4
0
null
null
null
null
UTF-8
PlantUML
false
false
11,722
plantuml
@startuml title __APP's Class Diagram__\n package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class AboutActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class Account { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class AccountActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class ActivityUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { abstract class BaseActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class BaseAppGlideModule { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class BaseApplication { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { abstract class BaseDialog { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { abstract class BaseFragment { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { abstract class BaseRecyclerViewAdapter { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class BaseViewHolder { } } } package com.lt.personal_stadiumbookingsystem { class BuildConfig { } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.dialog { class ConfirmDialog { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class DataTime { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class DateTimeUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class DensityUtil { } } } package com.bumptech.glide { class GeneratedAppGlideModuleImpl { } } package com.bumptech.glide { class GeneratedRequestManagerFactory { } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class GlideApp { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class GlideOptions { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class GlideRequest { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.base { class GlideRequests { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class GlideUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class GsonUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class Gym { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.adapter { class GymAdapter { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class GymFragment { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.adapter { class HistoryAdapter { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class HistoryFragment { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class HttpUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class LogUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class LoginActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { package com.lt.personal_stadiumbookingsystem.ui.activityBak.activity { class MainActivity { } } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class MainActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.fragment { class MeFragment { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class OkHttpUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class Order { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class OrderActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class ReflectionUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class RegisterActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class SPUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class ScreenUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class SettingActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class Site { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { package com.lt.personal_stadiumbookingsystem.ui.activityBak.activity { class SiteActivity { } } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class SiteActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.adapter { class SiteAdapter { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.constant { class SpConstant { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class ThemeActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.entity { class Time { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { class TimeActivity { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.activity { package com.lt.personal_stadiumbookingsystem.ui.activityBak.activity { class TimeActivity { } } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.ui.adapter { class TimeAdapter { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.util { class ToastUtil { } } } package com.lt.personal_stadiumbookingsystem { package com.lt.personal_stadiumbookingsystem.constant { class UrlConstant { } } } AboutActivity -up-|> BaseActivity AccountActivity -up-|> OnClickListener AccountActivity -up-|> BaseActivity BaseActivity -up-|> AppCompatActivity BaseAppGlideModule -up-|> AppGlideModule BaseApplication -up-|> Application BaseDialog -up-|> DialogFragment BaseDialog o-- OnDialogClickListener : mOnDialogClickListener BaseFragment -up-|> Fragment BaseRecyclerViewAdapter -up-|> OnClickListener BaseRecyclerViewAdapter -up-|> OnLongClickListener BaseRecyclerViewAdapter -up-|> Adapter BaseRecyclerViewAdapter o-- OnItemClickListener : mItemClickListener BaseRecyclerViewAdapter o-- OnItemLongClickListener : mItemLongClickListener BaseViewHolder -up-|> ViewHolder ConfirmDialog -up-|> BaseDialog GeneratedAppGlideModuleImpl -up-|> GeneratedAppGlideModule GeneratedAppGlideModuleImpl o-- BaseAppGlideModule : appGlideModule GeneratedRequestManagerFactory -up-|> RequestManagerFactory GlideOptions -up-|> Cloneable GlideOptions -up-|> RequestOptions GlideRequest -up-|> Cloneable GlideRequest -up-|> RequestBuilder GlideRequests -up-|> RequestManager GymAdapter -up-|> BaseRecyclerViewAdapter GymFragment -up-|> BaseFragment GymFragment o-- GymAdapter : mGymAdapter HistoryAdapter -up-|> BaseRecyclerViewAdapter HistoryAdapter o-- ConfirmDialog : mPayDialog HistoryAdapter o-- ConfirmDialog : mCancelDialog HistoryFragment -up-|> BaseFragment HistoryFragment o-- HistoryAdapter : mHistoryAdapter LoginActivity -up-|> BaseActivity MainActivity -up-|> BaseActivity MainActivity o-- GymFragment : mGymFragment MainActivity o-- HistoryFragment : mHistoryFragment MainActivity o-- MeFragment : mMeFragment MainActivity -up-|> BaseActivity MainActivity o-- GymFragment : mGymFragment MainActivity o-- HistoryFragment : mHistoryFragment MainActivity o-- MeFragment : mMeFragment MeFragment -up-|> BaseFragment OrderActivity -up-|> BaseActivity OrderActivity o-- Order : mOrder OrderActivity o-- ConfirmDialog : mPayDialog OrderActivity o-- ConfirmDialog : mCancelDialog RegisterActivity -up-|> BaseActivity SettingActivity -up-|> OnClickListener SettingActivity -up-|> BaseActivity SiteActivity -up-|> BaseActivity SiteActivity o-- SiteAdapter : mSiteAdapter SiteActivity -up-|> BaseActivity SiteActivity o-- SiteAdapter : mSiteAdapter SiteAdapter -up-|> BaseRecyclerViewAdapter ThemeActivity -up-|> OnClickListener ThemeActivity -up-|> BaseActivity TimeActivity -up-|> BaseActivity TimeActivity o-- TimeAdapter : mTimeAdapter TimeActivity -up-|> BaseActivity TimeActivity o-- TimeAdapter : mTimeAdapter TimeAdapter -up-|> OnClickListener TimeAdapter -up-|> BaseRecyclerViewAdapter TimeAdapter o-- DataCallBack : mBookCallBack TimeAdapter o-- ConfirmDialog : mBookDialog 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
158d940fb0ea17023ffabf65b1f7b09fde38293b
1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf
/images/observerPatterns.plantuml
2f72857f82acb90172ab00998a9cc0025cb9c400
[]
no_license
skiadas/SoftwareDevelopmentPracticumCourse
77ba943e6856e9a841b1f94aabd52c695a635812
f8fccfcd9a9410a191455484c6a7b9927e325ed2
refs/heads/master
2020-04-15T23:40:28.229011
2019-12-06T15:16:56
2019-12-06T15:16:56
165,113,828
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,391
plantuml
@startuml skinparam shadowing false skinparam packageStyle rectangle skinparam package { BackgroundColor Gainsboro } skinparam class { BackgroundColor White BorderThickness 3 ArrowThickness 2 ArrowColor Maroon BorderColor Maroon FontColor Maroon BorderColor<<boundary>> DarkTurquoise FontColor<<boundary>> DarkTurquoise BorderColor<<entity>> Green FontColor<<entity>> Green } package Attempt1 { class Clock1 as "Clock" { + tick() + getTime() } class RealTimeDisplay1 as "RealTime\nDisplay" { - clock : Clock + showTime() } Clock1 <- RealTimeDisplay1 note top of RealTimeDisplay1 : while (true) clock.getTime() } package Attempt2 { class Clock2 as "Clock" { - display + tick() + getTime() } class RealTimeDisplay2 as "RealTime\nDisplay" { + showTime(time) } Clock2 -> RealTimeDisplay2 note top of Clock2 : display.showTime(time) } package Attempt3 { class Clock3 as "Clock" { - observers - register(observer) - notify() -- + tick() + getTime() } interface Observer3 as "Observer" { + update() } class RealTimeDisplay3 as "RealTime\nDisplay" implements Observer3 { + showTime(time) } Observer3 <-- Clock3 } package Attempt4 as "Normal Observer" { class Subject4 as "Subject" { - observers - register(observer) - notify() } class Clock4 as "Clock" extends Subject4 { + tick() + getTime() } interface Observer4 as "Observer" { + update() } class RealTimeDisplay4 as "RealTime\nDisplay" implements Observer4 { + showTime(time) } Subject4 -> Observer4 } package Attempt5 as "Multiple Inheritance Observer" { class Subject5 as "Subject" { - observers - register(observer) - notify() } class Clock5 as "Clock" { + tick() + getTime() } class ObservableClock5 as "ObservableClock" extends Subject5 { } interface Observer5 as "Observer" { + update() } class RealTimeDisplay5 as "RealTime\nDisplay" implements Observer5 { + showTime(time) } Clock5 <|-- ObservableClock5 Subject5 -> Observer5 } package Attempt6 as "Observer with Delegation" { class Subject6 as "Subject" { - observers - register(observer) - notify() } class Clock6 as "Clock" { + tick() + getTime() } class ObservableClock6 as "ObservableClock" extends Subject6 { clock : Clock } interface Observer6 as "Observer" { + update() } class RealTimeDisplay6 as "RealTime\nDisplay" implements Observer6 { + showTime(time) } Clock6 <- ObservableClock6 : <<delegate>> Subject6 -> Observer6 } Clock2 -[hidden]-> Clock5 Clock1 -[hidden]-> Subject4 Clock1 -[hidden]> Clock2 Clock2 -[hidden]> Clock3 RealTimeDisplay1 -[hidden]-> Observer4 RealTimeDisplay2 -[hidden]> Clock3 RealTimeDisplay2 -[hidden]-> Observer5 RealTimeDisplay1 -[hidden]> Clock2 RealTimeDisplay3 -[hidden]-> Observer6 RealTimeDisplay5 -[hidden]> Clock6 Observer4 -[hidden]> Clock5 Clock5 -[hidden]> Subject5 Observer5 -[hidden]> Subject6 Clock2 -[hidden]-> Clock5 Clock3 -[hidden]> RealTimeDisplay3 @enduml
false
true
false
false
class
68dcd4ab752d8d27af92c3cace0f8acf3a61996f
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/2 Use Case Diagram/10a Left to right direction.puml
6b612c809919e6671cf8928fb01b3482e85cf36c
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
97
puml
@startuml 'default top to bottom direction user1 --> (Usecase 1) user2 --> (Usecase 2) @enduml
false
true
false
false
uml-unknown
8b4a3ee2c207c69253c78792b291fabbba5a0361
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/DarkSlateGrey.puml
c54e04960c915eb8d964c37fd5a92bc5fb17af61
[]
no_license
weedySeaDragon/plantuml-documentation
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
3c23cd2cd7fc1b4a85423ef9861711907fab2296
refs/heads/develop
2022-12-09T05:57:04.055959
2022-05-12T16:05:20
2022-05-12T16:05:20
165,910,589
55
6
null
2022-11-22T10:34:29
2019-01-15T19:28:35
SCSS
UTF-8
PlantUML
false
false
328
puml
@startuml skinparam ClassBackgroundColor #DarkSlateGrey skinparam ClassFontColor #DarkSlateGrey skinparam ClassBorderColor #DarkSlateGrey skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
d63ff1703ff0c194aaa6a19bd0e0ff64804a82e5
abe16d0ba344a67354718c7324e1ddac43efd373
/dahua-design/src/main/java/ch13_01/原型模式.puml
23d07691af56698231d85c4b362eea9fb62f9b16
[]
no_license
gerrywen/java-learn
9888ccdf04aff50e4d8e5902c03e13c64dbf65b8
a3ed4ab50af0c2bf305eda04730f7f2db326a141
refs/heads/master
2022-12-24T18:14:07.724295
2020-06-15T08:30:49
2020-06-15T08:30:49
203,317,957
0
0
null
2022-12-15T23:58:26
2019-08-20T06:56:17
Java
UTF-8
PlantUML
false
false
38
puml
@startuml class AdvTemplate @enduml
false
true
false
false
class
fbf361446aa32433652a090f5474f82d1a601063
db3bd1716f606674f93eb5cb493ba53c12c7d8c2
/uml/Program.puml
9eadc2df72ca7a5d1b4d06061d890eab33ab2fb8
[]
no_license
ZhengWilliamUCF/Zheng-cop3330-assignment4part2
da0eaada00696530643de76bfc3918ac0370d6b9
d60ef188cb8923415a2ae370761c616e707b3d9b
refs/heads/master
2023-06-17T14:49:02.900032
2021-07-12T20:15:16
2021-07-12T20:15:16
385,097,802
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,280
puml
@startuml 'https://plantuml.com/sequence-diagram class MainProgram{ main() start() } class Event{ description: String eventDate : String eventStatus: boolean Event(description, eventDate, eventStatus) getDescription() getEventData() getEventStatus() getDateAndDescription() setEventStatus() setEventDate() setDescription() } class FilteredListController{ FilteredStatusTable: TableView<Event> DueDateColumn: TableColumn<Event, String> EventDescriptionColumn: TableColumn<Event, String> IsCompletedColumn: TableColumn<Event, Boolean> initialize() transferData(List<Event> filtered) } class ToDoListController{ EventStatus: CheckBox EventDate: DatePicker EventDescription: TextField myToDoTable: TableView<Event> DueDateColumn: EventDescriptionColumn: EventStatusColumn: AddEventButton: Button ModifyEventButton: Button DeleteEventButton: Button ChangeStatusButton: Button DeleteAllButton: Button ShowAllButton: Button ShowCompletedButton: Button ShowIncompleteButton: Button filechooser: FileChooser master: ObservableList<Event> AddEventButtonClicked() DeleteEventButtonClicked() EditButtonClicked() ShowCompletedButtonClicked ShowIncompleteButtonClicked ShowAllButtonClicked() ImportButtonClicked() ExportButtonClicked() ChangeStatusButtonClicked() initialize() ValidateGregorianDate(int year, int month, int day) CheckLengthTextField() CheckEmptyTextField() CheckEmptyDatePicker() getYear() getMonth() getDay() ClearTextField() ClearDatePicker() ClearCheckBox() ItemIsSelected() ItemIsUnselected() AddItemsToList() updateMaster() showFilteredList(List<Event> filtered) ReadFile(File data) saveDataToFile() convertDataToText(String data, File file) } class ErrorMessageController{ ErrorMessage: Label setErrorMessage(String text) } javafx.FilteredList <-- javafx.ToDoList javafx.ToDoList <-- MainProgram MainProgram --> FilteredListController MainProgram --> ToDoListController ToDoListController --> ErrorMessageController FilteredListController <-- Event ToDoListController <-- Event @enduml
false
true
false
false
class
92514a691c7b8f6a2225379cf306fa616329a1f6
5ece33f07178956c9d5bc46a4fb138ac4aa1c6ad
/doc/class.puml
5081ceacd7d211b12511e300708ab2ebc8bde9fe
[]
no_license
Iris0908/c-
c8a9b558112a50c5d559ebfa39fdd1da1d91b232
4b68e3d99bd2cfc1102ba744ebfb09e784e5b1bd
refs/heads/master
2021-07-09T08:28:29.987842
2020-11-15T14:57:14
2020-11-15T14:57:14
214,664,887
0
0
null
null
null
null
UTF-8
PlantUML
false
false
173
puml
@startuml clockService class Service { -deviceDriver +bcnStatusGet(bool) +bcnSyncGet(uint32_t) +bcnSyncSet(uint32_t) } BcnStatusGet -up-|> Service @enduml
false
true
false
false
class
944fc0368ab882bd567364043466909e6a29735b
bc6d6ddcd628eee20d78ba858b083a52a151934f
/puml/scc-standalone-setup-with-refresh.puml
716fbea0872b060b6aea84dbf61a996e480eb443
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
erecarte/erecarte.github.io
582ac1b9bac08c9a38e260f95ae994890224414e
6e96764a0e3b99dd56983c814cd5f8297928306a
refs/heads/master
2021-05-23T04:14:18.747324
2021-02-03T09:08:11
2021-02-03T09:08:11
29,288,392
0
0
null
null
null
null
UTF-8
PlantUML
false
false
843
puml
@startuml skinparam monochrome true 'scale 10 node "Client Application" { "RefreshListener" as [RefreshListenerA] "RefreshEndpoint" as [RefreshEndpointA] "Spring Cloud Config Client" as [SpringCloudConfigA] [RefreshListenerA] -d-> [SpringCloudConfigA]: Refresh [RefreshEndpointA] -d-> [SpringCloudConfigA]: Refresh } node "Server Application" { [Spring Cloud Config Server] [Spring Cloud Config Monitor] } node "Git Server" { [Git Repository] } node "RabbitMQ" { [Spring Cloud Bus] } [Git Repository] <-d- [Spring Cloud Config Server]: Git Pull [Git Repository] -u-> [Spring Cloud Config Monitor] : POST /monitor [Spring Cloud Config Monitor] -r-> [Spring Cloud Bus] [SpringCloudConfigA] -d-> [Spring Cloud Config Server]: Get config [Spring Cloud Bus] --> [RefreshListenerA]: RefreshRemoteApplicationEvent @enduml
false
true
false
false
sequence
803e4c11fceb310cb85a0de637572d1cba6e3c8e
56c20102c13a8954fc972d28603045a4f2f2087f
/src/main/java/com/liyi/design/pattern/behavior/observer/improve/_Observer.puml
06fe3a1ff6a5be7c46908f682c4c10aa6805c64d
[]
no_license
liyigithub1114/design-pattern
74234027be2b8e90fe5a50afca64d35e6035be1d
3a5d9e2c96ec21c9903f34657827ade43140feec
refs/heads/master
2022-11-21T21:29:20.902171
2020-07-22T03:28:02
2020-07-22T03:28:02
281,564,379
0
0
null
null
null
null
UTF-8
PlantUML
false
false
529
puml
@startuml interface Observer{ void update(); void display(); } interface Subject{ boolean registryObserver(Observer observer); boolean removeObserver(Observer observer); boolean notifyObserver(); } class WetherData implements Subject{ List<Observer> observers; boolean registryObserver(Observer observer); boolean removeObserver(Observer observer); boolean notifyObserver(); } class MyObserver implements Observer{ void update(); void display(); } Observer o--> WetherData @enduml
false
true
false
false
class
4cb3bd9679a408af7fa01680b3dbf7a548b296b3
20a9ed6432088ae92019ac51bedf2ab7061296c7
/diagrams/purchaseorder.puml
297bb416cca34a2e307c5970854d3b4b02d4e39e
[ "MIT" ]
permissive
karbonfw/purchaseorderdoc
552ba276ada34d40453d7b06a393465cbe0d9ac5
bf1638ab98def7e89f1709ea375b0e39982e66b2
refs/heads/master
2022-11-06T08:42:22.266172
2020-06-18T06:23:27
2020-06-18T06:23:27
262,283,304
0
0
null
null
null
null
UTF-8
PlantUML
false
false
251
puml
@startuml class PurchaseOrder { {method} assignSupplier(SupplierCode) } class PurchaseOrderLine { {method} cancel() {method} isCancelled() {method} activate() {method} allocateQuantityToBooking(BookingNumber,Quantity) } @enduml
false
true
false
false
class
a705358f76b356bc39e6b6a1f188b2ef1a056807
ee96a70918e886f49a11a2646742ecd0615cd83d
/src/diagrams/util/queue_manager/packages/after.puml
7e102d99d6bc90455a6f014d37bbccc4be6d8eba
[ "MIT" ]
permissive
DorinR/Politisense
675c8138b8e768d3962759c8a52c15dfd3b42756
921e9ab04b378ebe341186d32e5c9522cab624b6
refs/heads/master
2023-01-23T12:20:29.224166
2020-04-12T00:42:39
2020-04-12T00:42:39
317,986,401
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,104
puml
@startuml package QueueManagers #e0e0d1 { class QueueAction class QueueManager } package Job #e0e0d1 { abstract class Job } package Actions #e0e0d1 { package FetchActions #e0e0d1 { class FetchAction } package ParseActions #e0e0d1 { class TextParserAction class SelectionAction } package AdapterAction #e0e0d1 { class PoliticianAfterAdapterAction } } package Firebase #e0e0d1 { class Firestore package Models #e0e0d1 { class Politician class Bill class VoteRecord class Vote } } package After #e0e0d1 { class PoliticianAfter { - manager: QueueManager + perform(void): Promise<void> + PoliticianAfter(manager: QueueManager): PoliticianAfter {static} - createFetchJob(void) : Job - attachToMps(links: Array<String>) void - findUrl(politician: Politician, links: Array<String>) : String - stripHyphens(void) : void - stripHyphensFromRecord(record: Politician) : void } Job <-- PoliticianAfter Actions <-- PoliticianAfter QueueAction <|-- PoliticianAfter class VoteAfter { - manager: QueueManager - bills: Array<Array<Bill>> + perform(void): Promise<void> + VoteAfter(manager: QueueManager): VoteAfter {static} - retrieveBills(db: Firestore) : Promise<Array<Array<Bill>>> {static} - findBill(vote: VoteRecord, bills: Array<Bill>) : Bill - attachBillsToVotes(void): void } QueueAction <|-- VoteAfter class VotersAfter { - manager: QueueManager - politicians: Array<Array<Politician>> + perform(void): Promise<void> + VotersAfter(manager: QueueManager): VotersAfter {static} - retrievePoliticians(db: Firestore) : Promise<Array<Array<Politician>>> {static} - findPolitician(member: String, polticians: Array<Politician>) : Politician - replaceMemberName(void): Promise<void> } QueueAction <|-- VotersAfter } QueueManagers <-- After Models <-- After Firebase <-- After @enduml
false
true
false
false
class
76b6cd728f6634e8d03b90bc8c947457cd263ff1
9b3ab80752b3b8293568a84df78c757f3af8e0cb
/ClassDiagram.puml
904a707e5df4fdc935ffbe7f31dc299a9100cb98
[]
no_license
AmitMizrahi123/SuperHelp
da824c9d7cb398d3c681836f4377e50481bf51e0
2e1f194a35a5f67173e70b4b07acb1d58f676fa2
refs/heads/master
2023-08-04T17:15:25.310503
2021-09-20T11:55:57
2021-09-20T11:55:57
393,326,659
0
1
null
2021-09-20T11:55:57
2021-08-06T09:27:34
Java
UTF-8
PlantUML
false
false
9,835
puml
@startuml class Main { +Logger : Logger } class SingletonLogger { +_firstInstance +_logger +_createTemplate -SingletonLogger() -getInstance() -configLogger() } class User { +_email : String +_password : String -User() -getEmail() -setEmail() -getPassword() -setPassword() -toString() } class Client { +FirstName : String +LastName : String +Address : String +Permission : String +PhoneNumber : String -Client() -getFirstName() -getLastName() -getAddress() -getPermission() -getPhoneNumber() -setFirstName() -setLastName() -setAddress() -setPermission() -setPhoneNumber() -toString() } class Volunteering { +VolunteerId : int +Name : String +Age : int +Gender : String +PhoneNumber : String +Address : String +Problem : String +Time : Timestamp -Volunteering() -getVolunteerId() -getName() -getAge() -getGender() -getPhoneNumber() -getAddress() -getProblem() -getTime() -toString() } class SingletonVolunteeringDetails { +FirstInstance : SingletonVolunteeringDetails +Ages : int[] +Locations : List<String> +Gender : String[] -SingletonVolunteeringDetails() -getInstance() -getAges() -setLocations() -getAges() -getLocations() -getGender() } class ContactController { +_theView : Contact +_theModel : ClientRepository +_logger : Logger -addGoBackListener() } class AdminController { +_theView : Admin +_theModel : ClientRepository +_logger : Logger -addGoBackListener() -addLogoutListener() -addVolunteeringListener() -deleteVolunteeringListener() -addMouseListener() -updateVolunteeringListener() } class LoginController { +_theView : Login +_theModel : ClientRepository +_logger : Logger -addLoginListener() -addRegisterListener() -addContactListener() } class ManagerController { +_theView : Manager +_theModel : ClientRepository +_logger : Logger -addGoBackListener() -addClientListener() -deleteClientListener() } class RegisterController { +_theView : Register +_theModel : ClientRepository +_logger : Logger -addGoBackListener() -addRegisterListener() } class VolunteerController { +_theView : Volunteer +_theModel : VolunteeringRepository +_logger : Logger -addLogoutListener() -addMouseListener() -addSearchListener() -addClearListener() -addChooseVolunteerListener() } class Contact { +contentPane : JPanel +phoneLabel : JLabel +emailLabel : JLabel +imageLabel : JLabel +goBackButton : JButton -Contact() -addGoBackListener() -displayErrorMessage() } class Admin { +contentPane : JPanel +mainHeaderText : JTextPane +nameLabel : JLabel +ageLabel : JLabel +genderLabel : JLabel +adressLabel : JLabel +phoneNumberLabel : JLabel +problemText : JTextPane +addButton : JButton +nameText : JTextField +phoneNumberText : JTextField +ageCB : JComboBox<Integer> +genderMaleRB : JRadioButton +genderFemaleRB : JRadioButton +genderBG : ButtonGroup +addressCB : JComboBox<String> +list : JList +dlm : DefaultListModel +deleteButton : JButton +logoutButton : JButton +updateButton : JButton -displayErrorMessage() -displaySuccessMessage() -addLogoutListener() -addVolunteeringListener() -deleteVolunteeringListener() -addMouseListener() -updateVolunteeringListener() -getName() -getGender() -getPhoneNumber() -getAddress() -getProblem() -getAge() -addVolunteeringToList() -setListResult() -getSelectedItem() -getSelectedIndex() -removeItemFromList() -getListElementsSize() -getListSize() -clearFields() -setDetailsVolunteeringForEdit() } class Login { +contentPane : JPanel +emailField : JTextField +passwordField : JPasswordField +loginButton : JButton +registerButton : JButton +contactUsButton : JButton +adLabel : JLabel +mainHeader : JLabel +emailLabel : JLabel +passwordLabel : JLabel +adImageLabel : JLabel -Login() -addLoginListener() -addRegisterListener() -addContactListener() -displaySuccessMessage() -displayErrorMessage() -getEmailField() -setEmailField() -getPasswordField() -setPasswordField() } class Manager { +dlm : DefaultListModel +list : JList +scrollPane : JScrollPane +contentPane : JPanel +logoutButton : JButton +deleteButton : JButton +addButton : JButton -Manager() -addGoBackListener() -deleteClientListener() -addClientListener() -displayErrorMessage() -setListResult() -addClientToListElement() -getSelectedItem() -removeItemFromList() -getSelectedIndex() } class Register { +contentPane : JPanel +registerHeaderLabel : JLabel +emailLabel : JLabel +passwordLabel : JLabel +firstNameLabel : JLabel +lastNameLabel : JLabel +addressLabel : JLabel +phoneNumberLabel : JLabel +permissionLabel : JLabel +emailError : JLabel +passwordError : JLabel +firstNameError : JLabel +lastNameError : JLabel +addressError : JLabel +phoneNumberError : JLabel +emailField : JTextField +passwordField : JPasswordField +firstNameField : JTextField +lastNameField : JTextField +addressField : JTextField +phoneNumberField : JTextField +permissionComboBox : JComboBox +registerButton : JButton +goBackButton : JButton -Register() -addGoBackListener() -addRegisterListener() -getEmailField() -getPasswordField() -getFirstNameField() -getLastNameField() -getAddressField() -getPhoneNumberField() -getPermissionComboBox() -displaySuccessMessage() -displayErrorMessage() } class Volunteer { +contentPane : JPanel +addressCB : JComboBox +searchButton : JButton +clearButton : JButton +list : JList +DLM_result : DefaultListModel +takeVolunteeringButton : JButton +logoutButton : JButton -Volunteer() -displayErrorMessage() -displaySucessMessage() -addLogoutListener() -addMouseListener() -addSearchListener() -addClearListener() -addTakeVolunteeringListener() -setListResult() -setListElement() -addVolunteeringToList() -getAddress() -clearList() -getSelectedItem() -getSelectedIndex() -removeItemFromList() } class Utilities { +Logger : Logger -connectToMySql() -createSchema() -checkIfSchemaExists() -createTable() -checkIfTableExists() } class ClientDB { -getAllData() -insertData() -deleteData() } class ClientRepositoryInterface { -getAllClients() -findClientByEmail() -isEmailExist() -add() -delete() -getClientPermission() -validateUserPassword() -isValidEmail() -isValidPassword() -isValidName() -isValidAddress() -isValidPermission() -isValidPhoneNumber() } class ClientRepository { +DB : Connection +Clients : ArrayList<Client> -ClientRepository() -getAllClients() -findClientByEmail() -isEmailExist() -add() -delete() -getClientPermission() -validateUserPassword() -isValidEmail() -isValidPassword() -isValidName() -isValidAddress() -isValidPermission() -isValidPhoneNumber() } class VolunteeringDB { -getAllVolunteeringData() -insertData() -deleteData() } class VolunteeringRepositoryInterface { -getAllVolunteering() -add() -delete() -findVolunteeringById() -getVolunteeringAddress() -isVolunteeringExists() -isValidName() -isValidPhoneNumber() } class VolunteeringRepository { +DB : Connection +Volunteerings : ArrayList<Client> -getAllVolunteering() -add() -delete() -findVolunteeringById() -getVolunteeringAddress() -isVolunteeringExists() -isValidName() -isValidPhoneNumber() } Utilities <|-- Main Main <|-- Utilities Login <|-- Main AdminController <|-- Admin Admin <|-- AdminController Admin <|-- SingletonVolunteeringDetails ContactController <|-- Contact Login <|-- ContactController Contact <|-- LoginController LoginController <|-- Login Admin <|-- LoginController Manager <|-- LoginController Volunteer <|-- LoginController Register <|-- LoginController Login <|-- AdminController Login <|-- ManagerController Login <|-- VolunteerController Login <|-- RegisterController ManagerController <|-- Manager RegisterController <|-- Register VolunteerController <|-- Volunteer ClientRepositoryInterface *-- ClientRepository VolunteeringRepositoryInterface *-- VolunteeringRepository User *-- Client VolunteeringRepository <|-- AdminController AdminController <|-- VolunteeringRepository ClientRepository <|-- ContactController ClientRepository <|-- LoginController LoginController <|-- ClientRepository ClientRepository <|-- ManagerController ManagerController <|-- ClientRepository ClientRepository <|-- RegisterController RegisterController <|-- ClientRepository ClientRepository <|-- VolunteerController VolunteerController <|-- ClientRepository ClientDB <|-- ClientRepository Client <|-- ClientDB ClientRepository <|-- ClientDB VolunteeringDB <|-- VolunteeringRepository Volunteering <|-- VolunteeringDB VolunteeringRepository <|-- VolunteeringDB ContactController <|-- SingletonLogger AdminController <|-- SingletonLogger LoginController <|-- SingletonLogger ManagerController <|-- SingletonLogger RegisterController <|-- SingletonLogger VolunteerController <|-- SingletonLogger Utilities <|-- SingletonLogger Main <|-- SingletonLogger @enduml
false
true
false
false
class
d45a9b9848c988015c62b5367fc6420f6b0dc5a7
1a3123ab9f1801ed9c962dea2fe7de64b0b1648b
/doc/birthday_greeting_components.puml
c9f6d2170238d8440896ec22b2e8717edee9ab0d
[ "Unlicense" ]
permissive
techrabbit58/KataBirthdayGreeting
cc395b4cd6733bb34d95b2514edea9399e9bb20e
0154c7120464b326d6b77bf29ad79510937a952c
refs/heads/master
2020-09-02T11:57:03.752718
2019-11-09T15:08:26
2019-11-09T15:08:26
219,215,898
0
0
null
null
null
null
UTF-8
PlantUML
false
false
664
puml
@startuml actor "Caller" as CALLER package "Birthday Greeting" { rectangle "Birthday Greeting Application" as CORE CALLER ->> CORE rectangle "POJOs & Helpers" as HELPERS CORE ->> HELPERS rectangle "Friends Directory" as FRIENDS_IFS <<interface>> rectangle "Notification Service" as NOTIFICATOR_IFS <<interface>> CORE -->> FRIENDS_IFS CORE -->> NOTIFICATOR_IFS } package "Data Providers" { rectangle FRIENDS [ Actual Data Provider ] } package "Notification Services" { rectangle NOTIFICATOR [ Actual Notification Service Adapter ] } FRIENDS_IFS <|-- FRIENDS NOTIFICATOR_IFS <|-- NOTIFICATOR @enduml
false
true
false
false
sequence
b134515d20d6ee57084dfa6534a571c30affae17
f37e90775a158ea0ae644e334eac5bba341f4989
/Documentation+/PlantUml/mixing/mixing.puml
3951167e4a3ae0f635be369401cedeff0da5a262
[]
no_license
Aleks-Ya/yaal_examples
0087bbaf314ca5127051c93b89c8fc2dcd14c1e3
ec282968abf1b86e54fc2116c39f2d657b51baac
refs/heads/master
2023-09-01T07:40:44.404550
2023-08-27T15:24:34
2023-08-29T22:01:46
14,327,752
4
2
null
2021-06-16T20:39:19
2013-11-12T09:26:08
Java
UTF-8
PlantUML
false
false
63
puml
@startuml allowmixing object HabitsActivity file abc @enduml
false
true
false
false
object
53853edaf2e87bc6d97aece112cacec54d78a6de
45e91b8c80d3814f20109ac211e721d832f3479e
/doc/package_usecase_class_diagram.puml
679850e3abfde83bfaf5e83653663ca76b954831
[ "MIT" ]
permissive
eroatta/src-reader
38e4b3ed7b73dde96b36e330ee63d51862b4bc20
fff90dbb4f06d9afc7ef3696f75b2f4fcfebaee6
refs/heads/master
2021-06-05T07:21:42.507511
2020-07-07T23:06:58
2020-07-07T23:06:58
147,129,169
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,457
puml
@@startuml package_usecase_class_diagram package usecase { class usecase.Exported <<(E, Orange)>> { + NewCreateProjectUsecase() : CreateProjectUsecase + NewAnalyzeProjectUsecase() : AnalyzeProjectUsecase + NewGainInsightsUsecase() : GainInsightsUsecase + NewGetInsightsUsecase() : GetInsightsUsecase + NewGetProjectUsecase() : GetProjecUsecase + NewDeleteAnalysisUsecase() : DeleteAnalysisUsecase + NewDeleteInsightsUsecase() : DeleteInsightsUsecase + NewDeleteProjectUsecase() : DeleteProjectUsecase + NewOriginalFileUsecase() : OriginalFileUsecase + NewRewrittenFileUsecase() : RewrittenFileUsecase } interface usecase.CreateProjectUsecase { + Process(context, projectRef) : entity.Project, error } usecase.Exported -down-> usecase.CreateProjectUsecase : builds interface usecase.AnalyzeProjectUsecase { + Process(context, projectID) : entity.AnalysisResults, error } usecase.Exported -up-> usecase.AnalyzeProjectUsecase : builds interface usecase.GainInsightsUsecase { + Process(context, analysisID) : []entity.Insight, error } usecase.Exported -up-> usecase.GainInsightsUsecase : builds interface usecase.GetInsightsUsecase { + Process(context, id) : []entity.Insight, error } usecase.Exported -up-> usecase.GetInsightsUsecase : builds interface usecase.GetProjecUsecase { + Process(context, id) : entity.Project, error } usecase.Exported -left-> usecase.GetProjecUsecase : builds interface usecase.DeleteAnalysisUsecase { + Process(context, analysisID) : error } usecase.Exported -left-> usecase.DeleteAnalysisUsecase : builds interface usecase.DeleteInsightsUsecase { + Process(context, analysisID) : error } usecase.Exported -left-> usecase.DeleteInsightsUsecase : builds interface usecase.DeleteProjectUsecase { + Process(context, projectID) : error } usecase.Exported -down-> usecase.DeleteProjectUsecase : builds interface usecase.OriginalFileUsecase { + Process(context, projectRef, filename) : []byte, error } usecase.Exported -down-> usecase.OriginalFileUsecase : builds interface usecase.RewrittenFileUsecase { + Process(context, projectRef, filename) : []byte, error } usecase.Exported -down-> usecase.RewrittenFileUsecase : builds } @@enduml
false
true
false
false
usecase
cc0f133ca159516daa3a05b1872d7c433bf6cd9d
e4cb8fc1fcc7eb0ed9150a681256c93c2ac0eb7d
/Task03/src/by/khomenko/training/task03/binexp/binexp.plantuml
b83aa4944055af711b522f676e1203ae3d002acf
[]
no_license
EX22/EpamTraining
44411ea262885b8f940acb08b22299b88ad99dec
6258ae08f9927ada9c33c8da9465aac02ea3f32d
refs/heads/master
2022-07-17T05:46:13.245526
2019-05-29T03:17:28
2019-05-29T03:17:28
170,499,105
0
0
null
2022-06-21T01:09:16
2019-02-13T11:48:20
Java
UTF-8
PlantUML
false
false
421
plantuml
@startuml title __BINEXP's Class Diagram__\n package by.khomenko.training.task03 { package by.khomenko.training.task03.binexp { interface Expression { {abstract} + interpret() } } } 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
2ed92008f31cbdfab57359483a0aa4aead6a226b
71508ad2c864b06ebe1ccdda4e3818447602f39c
/src/headfirst/designpatterns/factory/pizzas/as.puml
d11c4b2c203ee7a5af527c1e8f485a8435172412
[]
no_license
ilovers/Head-First-Design-Patterns
8135ba0e3a6da4f865c08ad3479bad366eff3581
d66647bae1e7d81f472cf52af28442f490b55da8
refs/heads/master
2022-06-08T14:13:54.009661
2020-05-09T01:00:09
2020-05-09T01:00:09
259,570,755
0
0
null
null
null
null
UTF-8
PlantUML
false
false
411
puml
@startuml class Pizza { String name void prepare() void bake() void cut() void box() } class SimplePizzaFactory { Pizza createPizza(String type) } class PizzaStore { SimplePizzaFactory simplePizzaFactory Pizza orderPizza(String type) } Pizza <|-- CheesePizza Pizza <|-- VeggiePizza Pizza <|-- ClamPizza Pizza <|-- SeaPizza PizzaStore -* SimplePizzaFactory SimplePizzaFactory -* Pizza @enduml
false
true
false
false
class
eb9e43eae6572b400f898ed425228c326b34e003
1e992cebb323e6f1bbddd1e23b6214f8806b7834
/sip/SIP-01-INVITE-Sending/sip_end_to_end_invite_sending.puml
615b653f28c407099c9839c3a0ad0961b6a1153b
[]
no_license
gongpengjun/code_diagrams
006c66441ae26331d19a408912af01c84e1bd5f4
686a830f47e407ddc58e7f8003331ee4fca5975c
refs/heads/master
2021-06-26T00:52:25.079556
2020-10-27T13:45:34
2020-10-27T13:45:34
166,416,838
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,227
puml
@startuml 'title SIP INVITE Sending Flow skinparam monochrome true autonumber "F00 " hide footbox skinparam BoxPadding 10 'skinparam headerFontSize 14 'skinparam headerFontColor red 'header SIP-0 box "caller" participant "INVITE client transaction" as UAC_ITC << UAC >> end box box "proxy" participant "INVITE server transaction" as Proxy_ITS << Server >> participant "INVITE client transaction" as Proxy_ITC << Server >> end box box "callee" participant "INVITE server transaction" as UAS_ITS << UAS >> end box 'hnote over UAC_ITC: None activate UAC_ITC hnote over UAC_ITC: Calling UAC_ITC -> Proxy_ITS: INVITE activate Proxy_ITS hnote over Proxy_ITS: Proceeding UAC_ITC <- Proxy_ITS: 100 Trying hnote over UAC_ITC: Proceeding 'hnote over Proxy_ITC: None Proxy_ITS -> Proxy_ITC: INVITE activate Proxy_ITC hnote over Proxy_ITC: Calling Proxy_ITC -> UAS_ITS: INVITE activate UAS_ITS hnote over UAS_ITS: Proceeding Proxy_ITC <- UAS_ITS: 180 Ringing note right of UAS_ITS: Ringing hnote over Proxy_ITC: Proceeding Proxy_ITS <- Proxy_ITC: 180 Ringing UAC_ITC <- Proxy_ITS: 180 Ringing note left of UAC_ITC: Ringing == wait for HUMAN input == skinparam footerFontSize 14 footer INVITE request is delivered hop-by-hop @enduml
false
true
false
false
sequence
de9c3cc5b7073eb68a6ff3d1e1cc51f69c570ecc
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Connection-Services/Notification-Gateway/Deployment.puml
ca6221ea419ca115551ed41801dd4be9c63cf01e
[]
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
193
puml
@startuml package "Service-Stack/Connection-Services/Notification-Gateway" { cloud cloud1 node node1 artifact artifact1 storage objectStore database db1 folder folder1 } @enduml
false
true
false
false
sequence
72866283b01d797d511dbfce5324793b2ead4847
d3f921b9e488b1d7e2fa86d01a2e6855219b1d05
/docs/plantuml/AUTHNSPI/fdv.authentication.service.provider.plantuml
42ab62f99ca9ec273ad9078d428147c209f96473
[ "Apache-2.0" ]
permissive
gematik/ref-ePA-FdV-Modul
d50e244d781702b95a9a31dc4efee09765546d79
2c6aba13f01c4fb959424342a5fa8ce1660ffad4
refs/heads/master
2022-01-19T20:31:23.703274
2022-01-07T07:24:03
2022-01-07T07:24:03
239,501,237
2
1
null
null
null
null
UTF-8
PlantUML
false
false
1,620
plantuml
@startuml namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api { interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticationResult { } } namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api { interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticator { } } namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api { interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.ICertificateHolder { } } namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api { namespace entities { class de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult { } } } namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.api { namespace entities { enum AuthenticationState { } } } namespace de.gematik.ti.epa.fdv.authentication.service.provider.provider.spi { interface de.gematik.ti.epa.fdv.authentication.service.provider.provider.spi.IAuthenticationProvider { } } de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult .up.|> de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.IAuthenticationResult de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationResult o-- de.gematik.ti.epa.fdv.authentication.service.provider.provider.api.entities.AuthenticationState : authState @enduml
false
true
false
false
class
25fef9c1c344d6d26b5dea732eef5ebc85da1321
ff68a32541c77cb582e18e9602fb33eb1bec5b1c
/img/auth/oauth2/password.puml
96dd89c4055c762cd5ab4630287d4574419c6049
[]
no_license
barudisshu/barudisshu.github.io
4c3a8210b26053e661a9b7bc5f7596405ac93abf
b73dc31f4e84d6a94577fa5e8b46ba9a3c4bcd49
refs/heads/master
2023-07-03T10:37:08.495691
2023-06-20T03:37:58
2023-06-20T03:37:58
63,325,262
0
0
null
null
null
null
UTF-8
PlantUML
false
false
837
puml
@startuml participant "Resource Owner" participant "Client" participant "Authorization Server" participant "Resource Server" "Resource Owner" -> "Client": Authenticate with Credentials "Client" -> "Authorization Server": Access Token Request activate "Authorization Server" #FFBBBB rnote over "Authorization Server" Needs //**client_id**// //**client_secret**// //**redirect_uri**// //**grant_type = <color #red>password</color>**// //**username**// //**password**// endrnote "Client" <-- "Authorization Server": Access Token [+ Refresh Token] deactivate "Authorization Server" loop "Client" -> "Resource Server": Call API with Access Token activate "Resource Server" #DarkSalmon "Client" <-- "Resource Server": Response With Data deactivate "Resource Server" end ...subsequent as you wish ... @enduml
false
true
false
false
sequence
472585051a5a8580fc2710d3d86fbdc0af7fa4f7
5917ffcb780cfcfe4e2b87b11fca1f68f387b239
/docs/source/diagrams/catchup-procedure.puml
3c337d12d13ec6907485449f6f9eeae650ae39e1
[ "Apache-2.0" ]
permissive
hyperledger/indy-plenum
6ff9f705af80dfa28d4cb92743683f78bb937aa3
698b9500ad3a7a15993af72a1c35a406c5673262
refs/heads/main
2023-08-29T01:32:26.384729
2023-06-20T16:42:11
2023-06-20T16:42:11
51,585,028
171
420
Apache-2.0
2023-06-20T16:42:14
2016-02-12T12:03:16
Python
UTF-8
PlantUML
false
false
11,802
puml
@startuml !pragma teoz true hide footbox participant Node1 participant Node2 participant Node3 participant Node4 note over Node1, Node4 <b>Catch-up of Node4 end note Node4 -> Node4: Process all ORDERED msgs note right Node4 <b>Process and execute all ORDERED msgs before catch-up is started and the uncommitted state is reverted end note Node4 -> Node4: Revert unordered 3PC batches on Master replica note right Node4 <b>Revert</b> applied but not yet ordered 3PC batches on Master replica end note Node4 -> Node4: mode = starting note right Node4 <b>- While mode != participating - Replicas do not generate, send or process any 3PC messages - All 3PC messages as well as checkpoints and view-change-related messages are stashed (in received order) - No ORDERED msgs are processed end note loop For every ledger in order: audit, pool, config, domain note over Node1, Node4 <b> STEP 1: Learn how many transaction to catch-up end note alt not Audit Ledger Node4 -> Node4: Get the number of transactions to cacthup from the last audit ledger transaction else Audit ledger alt The node's just started up Node1 ->> Node4: LEDGER_STATUS Node2 ->> Node4: LEDGER_STATUS Node3 ->> Node4: LEDGER_STATUS note right Node4 <b>LEDGER_STATUS contains: - <b>txn_seq_no</b> <i>(seq_no of last transaction in the ledger), - <b>merkle root</b> <i>(i.e. ledger root) end note else catchup starts when the node is participating Node4 ->> Node1: MESSAGE_REQUEST(LEDGER_STATUS) Node4 ->> Node2: MESSAGE_REQUEST(LEDGER_STATUS) Node4 ->> Node3: MESSAGE_REQUEST(LEDGER_STATUS) note right Node4 Ask other nodes for <b>their LEDGER_STATUSes</b> end note Node1 ->> Node4: MESSAGE_RESPONSE(LEDGER_STATUS) Node2 ->> Node4: MESSAGE_RESPONSE(LEDGER_STATUS) Node3 ->> Node4: MESSAGE_RESPONSE(LEDGER_STATUS) end alt alt At least n-f-1 nodes replied with not newer LEDGER_STATUSes note over Node1, Node4 Node finds its ledger up to date end note else At least f+1 nodes replied with newer LEDGER_STATUSes note over Node1, Node4 Node finds its ledger lagged end note Node4 ->> Node1: LEDGER_STATUS Node4 ->> Node2: LEDGER_STATUS Node4 ->> Node3: LEDGER_STATUS note right Node4 Send <b>own LEDGER_STATUS</b> to other nodes to ask them for <b>CONSISTENCY_PROOFs from own ledger size <b>to their ledger sizes end note Node1 ->> Node4: CONSISTENCY_PROOF Node2 ->> Node4: CONSISTENCY_PROOF Node3 ->> Node4: CONSISTENCY_PROOF note right Node4 <b>CONSISTENCY_PROOF contains: - <b>seq_no_start</b> <i>(seq_no of last transaction - i.e. ledger size - on lagged node), - <b>seq_no_end</b> <i>(seq_no of last transaction - i.e. ledger size - on sending node), - <b>old merkle root</b> <i>(merkle root of ledger on lagged node), - <b>new merkle root</b> <i>(merkle root of ledger on sending node), - <b>hashes</b> <i>(consistency proof for transactions lacking on lagged node) end note opt Did not gather f+1 same CONSISTENCY_PROOFs Node4 -> Node4: Determine desired ledger size note right Node4 Determine <b>desired ledger size</b> as other's ledger size occurred in received CONSISTENCY_PROOFs with median rate end note Node4 -> Node4: Discard received CONSISTENCY_PROOFs Node4 ->> Node1: MESSAGE_REQUEST(CONSISTENCY_PROOF) Node4 ->> Node2: MESSAGE_REQUEST(CONSISTENCY_PROOF) Node4 ->> Node3: MESSAGE_REQUEST(CONSISTENCY_PROOF) note right Node4 Ask other nodes for <b>CONSISTENCY_PROOFs from <b>own ledger size to desired ledger size end note Node1 ->> Node4: MESSAGE_RESPONSE(CONSISTENCY_PROOF) Node2 ->> Node4: MESSAGE_RESPONSE(CONSISTENCY_PROOF) Node3 ->> Node4: MESSAGE_RESPONSE(CONSISTENCY_PROOF) note right Node4 Gather at least f+1 <b>same CONSISTENCY_PROOFs</b> end note end opt note over Node1, Node4 Node gathered at least f+1 same CONSISTENCY_PROOFs end note Node4 -> Node4: Designate target ledger size for catch-up note over Node1, Node4 Designate <b>target ledger size</b> for catch-up according to <b>quorumed CONSISTENCY_PROOF</b> end note end alt end alt note over Node1, Node4 <b> STEP 2: Request and apply transactions from other nodes end note alt Ledger is audit Node4 -> Node4: mode = discovering else Ledger is not (pool or audit) Node4 -> Node4: mode = syncing end alt Node4 -> Node4: Generate CATCHUP_REQs note right Node4 Generate <b>CATCHUP_REQs</b> for different slices of lacking part of ledger in quantity equal to count of other nodes <i>For example, ledger size on Node4 is 52 and target ledger size is 82. <i>Following 3 requests (since count of other nodes is 3) will be generated: <i>- CATCHUP_REQ for transactions with seq_nos from 53 to 62, <i>- CATCHUP_REQ for transactions with seq_nos from 63 to 72, <i>- CATCHUP_REQ for transactions with seq_nos from 73 to 82 end note Node4 ->> Node1: CATCHUP_REQ Node4 ->> Node2: CATCHUP_REQ Node4 ->> Node3: CATCHUP_REQ note right Node4 Send generated CATCHUP_REQs to other nodes: each request is sent to a distinct node (and to it only). <b>Each CATCHUP_REQ contains: - <b>seq_no_start</b> <i>(seq_no of first requested transaction), - <b>seq_no_end</b> <i>(seq_no of last requested transaction), - <b>catchup_till</b> <i>(seq_no of last transaction to catch up - <i>i.e. target ledger size) end note Node1 ->> Node4: CATCHUP_REP Node2 ->> Node4: CATCHUP_REP Node3 ->> Node4: CATCHUP_REP note right Node4 Other nodes reply with CATCHUP_REPs. <b>Each CATCHUP_REP contains: - <b>transactions</b> <i>(requested transactions), - <b>consistency proof</b> <i>(consistency proof from last transaction <i>in this reply to last transaction to catch up) end note loop On each received catch-up reply opt Solid range adjacent to ledger of not yet applied\nreceived catch-up replies exists loop For each catch-up reply in solid range adjacent to ledger Node4 -> Node4: Verify catch-up reply note right Node4 <b>Verify catch-up reply: Transactions and consistency proof in catch-up reply must conform with quorumed CONSISTENCY_PROOF end note Node4 -> Node4: Apply catch-up reply note right Node4 <b>Apply catch-up reply: For each transaction in catch-up reply: - Add transaction to ledger in committed mode - Apply transaction to state in committed mode end note end loop end opt end loop note over Node1, Node4 Ledger reached target size end note opt Ledger is pool Node4 -> Node4: mode = discovered end opt end loop Node4 -> Node4: Adjust parameters from the last audit transaction note right Node4 - last_caught_up_3PC = (viewNo, ppSeqNo) from last audit txn - viewNo = viewNo from last audit txn - node_reg is recovered from the audit ledger - primaries are calculated based on the recovered node registry (using a node registry as it was at the beginning of previous view) end note opt last_caught_up_3PC > Master's last_ordered_3pc loop For each replica alt Replica is master Node4 -> Node4: Replica's last_ordered_3pc = last_caught_up_3PC Node4 -> Node4: Clear replica's collections up to last_caught_up_3PC note right Node4 <b>Clear following replica's collections: - batches <i>- up to last_caught_up_3PC, - sent_preprepares <i>- up to last_caught_up_3PC, - prePrepares <i>- up to last_caught_up_3PC, - prepares <i>- up to last_caught_up_3PC, - commits <i>- up to last_caught_up_3PC, - requestQueues <i>- requests from 3PC batches up to last_caught_up_3PC, - ORDEREDs from outBox <i>- up to last_caught_up_3PC, - _checkpointer._checkpoint_state <i>- completely, - _checkpointer._stashed_recvd_checkpoints <i>- up to last_caught_up_3PC end note Node4 -> Node4: Update replica's watermarks to\n(last_caught_up_3PC[1], last_caught_up_3PC[1] + LOG_SIZE) else Replica is backup note right Node4 <i>If backup replica is primary then it could not miss any 3PC batches <i>since it is source of them and so it does not need any clearance or <i>updates to proceed 3PC process. end note opt Replica is non-primary note right Node4 <i>Non-primary backup replica is not informed about last_ordered_3pc <i>value on up-to-date replicas in its instance. Due to this it intends <i>to resume 3PC process just from currently incoming messages. <i>In order to do this, it resets last_ordered_3pc, clears its collections <i>and widens watermarks. end note Node4 -> Node4: Replica's last_ordered_3pc = (current view_no, 0) Node4 -> Node4: Clear replica's collections completely note right Node4 <b>Clear following replica's collections completely: - batches, - sent_preprepares, - prePrepares, - prepares, - commits, - requestQueues, - outBox, - _checkpointer._checkpoint_state, - _checkpointer._stashed_recvd_checkpoints end note Node4 -> Node4: Update replica's watermarks to (0, sys.maxsize) note right Node4 <i>Later replica will wait for gathering prepared certificate of <i>incoming 3PC messages with any keys. When it gathers such <i>certificate, it will adjust last_ordered_3pc right under <i>prepared certificate key and so will join 3PC process. end note end note end alt end loop end opt loop For each replica Node4 -> Node4: Unstash all 3PC messages stashed during catchup end loop Node4 -> Node4: mode = synced Node4 -> Node4: mode = participating @enduml
false
true
false
false
sequence
5aeacaff4eb4ce55cc782f4576c773c7ddfc14d6
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/crm01_01/edicao_contacto/i130348/comments_extension_uc_analysis_crm_01_01.puml
41e77ba42e1aa8266fb179f98190070deea9584f
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,662
puml
@startuml doc-files/comments_extension_uc_analysis_crm_01_01.png actor User participant "<<analysis>>\nUIExtensionContacts" as UI participant "<<analysis>>\nContactsController" as ctrl participant "<<analysis>>\nContact" as contact participant "<<analysis>>\nEvent" as event participant "<<analysis>>\nDataBase" as db UI -> User : Ask if the user want to login or register alt Option == "Login" User -> UI : Inserts the information (username, password) UI -> ctrl : loginInformation(username, password) ctrl -> db : validate(username,password) else Option == "Register" User -> UI : Inserts the information (username, password) UI -> ctrl : registerLoginInformation (username,password) ctrl -> db : validateRegister(username,password) end alt Option = "Contact" alt Option == "Create" UI -> User: Ask about all the information User -> UI: First and last name and image UI ->ctrl: ContactInformation(first, last, image) ctrl -> contact: newContact(first, last, image) ctrl -> db: addContact(user,contact) UI -> User: sucess else Option == "Edit" UI -> ctrl: getAllContacts(user) ctrl -> db: getAllContacts(user) UI -> User: show all Contacts User -> UI: choose one to edit User -> UI: Enter new Information UI -> ctrl: updateContact(contact) ctrl -> db: updateContact(user,contact) else Option == "Remove" UI -> ctrl: getAllContacts(user) ctrl -> db: getAllContacts(user) UI -> User: show all Contacts User -> UI: choose one to remove UI -> ctrl: removeContact(contact) ctrl -> db: removeContact(user,contact) end else Option = "Calendar" alt Option = "Create a new Event" UI -> ctrl: getAllEvents(user) ctrl -> db: getAllContacts(user) UI -> User: Ask about all the information User -> UI: Inserts the information about the new Event UI -> ctrl: createEvent(timestamp, descriptive_text) create event ctrl -> event: create(timestamp, descriptive_text) ctrl -> db: addEvent(user,event) UI -> User: Sucess else Option = "Edit an Event" UI -> ctrl: getAllEvents(user) ctrl -> db: getAllEvents(user) UI -> User: Ask about all the information User -> UI: Inserts the new information about the Event UI -> ctrl: updateEvent(event) ctrl -> db: update(user,event) UI -> User: Sucess else Option = "Remove an Event" UI -> ctrl: getAllEvents(user) ctrl -> db: getAllEvents(user) UI -> User: Ask about all the information User -> UI: Inserts the event to remove UI -> ctrl: removeEvent(event) ctrl -> db: removeEvent(user,event) UI -> User: Sucess end end @enduml
false
true
false
false
usecase
5eabc6b3c48ba4389ff78f27ffa0e5cdfdeaac5b
e15413bf56f8405e3f54556efac8d9dcf70863cb
/Wasteless-app/wasteless-server/src/main/java/wasteless/server/diagrams/exception.plantuml
c3c80ec622b7274c155f56b78053c873393d32f8
[]
no_license
sd-2020-30431/assignment-2-cezarasabou
901d0b605ac3cd374eff28f958ab845f9d5f829c
f3bfda99dad3f12326b9ff1cc41d2fbfb12b9d38
refs/heads/master
2023-01-14T01:25:19.393086
2020-04-18T15:47:19
2020-04-18T15:47:19
249,999,198
0
0
null
2023-01-07T17:08:31
2020-03-25T14:21:57
Java
UTF-8
PlantUML
false
false
1,168
plantuml
@startuml title __EXCEPTION's Class Diagram__\n namespace wasteless.server { namespace exception { class wasteless.server.exception.ErrorDetails { - details : String - message : String - timestamp : Date + ErrorDetails() + getDetails() + getMessage() + getTimestamp() } } } namespace wasteless.server { namespace exception { class wasteless.server.exception.GlobalExceptionHandler { + globleExcpetionHandler() + resourceNotFoundException() } } } namespace wasteless.server { namespace exception { class wasteless.server.exception.ResourceNotFoundException { {static} - serialVersionUID : long + ResourceNotFoundException() } } } wasteless.server.exception.GlobalExceptionHandler -up-|> org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler 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
d606a80fa0edea9afd6f4e45fdb04513201fbd0b
ac726c6f7dd8c0f88c2840b32ed571ce8b447c9e
/Design/Business Entities View.puml
a8399949491cb5940972c40fd0024b999b5f2532
[ "Apache-2.0" ]
permissive
binary-paper/spring-boot-framework
b9b100b20f5d4822840d2cc0b55529452940fc62
50fe3593e6517833669707552e97e3266beec793
refs/heads/master
2018-07-14T16:29:19.980790
2018-06-15T07:13:16
2018-06-15T07:13:16
105,872,679
1
0
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml class ActivatableEntity <<MappedSuperclass>> { - active: Boolean } ActivatableEntity <|-- DatedEntity class DatedEntity <<MappedSuperclass>> { - effectiveFrom: Date - effectiveTo: Date } DatedEntity <|-- LookupValue class LookupValue <<JPA Entity>> { - id: Long - version: Long - lookupListName: String - displayValue: String } LookupValue "-parent 1" *-- "-children 0..*" LookupValue @enduml
false
true
false
false
class
2fbad747789d0e0d917ebf2d0099cb5383678e8d
89634bb006a9df141b85b9d653ed3f9036cebe42
/src/Docs/Resources/deprecated/2-internals/1-core/10-erd/_puml/erd-overview.puml
92dd8f9855fab3f4d9765cc7b301f8425f00c249
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
8mylez/platform
a3290e4e2294dd9d21def95a90c28951084c3a93
14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9
refs/heads/master
2021-01-13T23:30:54.500566
2020-09-18T07:06:25
2020-09-18T07:06:25
296,546,535
1
1
MIT
2020-09-18T07:27:12
2020-09-18T07:27:11
null
UTF-8
PlantUML
false
false
16,407
puml
@startuml ' uncomment the line below if you're using computer with a retina display ' skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >> !define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >> ' we use bold for primary key ' green color for unique ' and underscore for not_null !define primary_key(x) <b>x</b> !define unique(x) <color:green>x</color> !define not_null(x) <u>x</u> ' other tags available: ' <i></i> ' <back:COLOR></color>, where color is a color name or html color code ' (#FFAACC) ' see: http://plantuml.com/classes.html#More hide methods hide stereotypes hide empty members skinparam backgroundColor #FFFFFF ' entities Table(ShopwareCoreFrameworkLogging, "Shopware\Core\Framework\Log\n(__EMPTY__)") { log_entry Table } Table(ShopwareCoreFrameworkAcl, "Shopware\Core\Framework\Api\Acl\n(__EMPTY__)") { acl_resource Table acl_role Table acl_user_role Table } Table(ShopwareCoreFrameworkCustomField, "Shopware\Core\System\CustomField\n(Custom Fields/EAV)") { custom_field Table custom_field_set Table custom_field_set_relation Table } Table(ShopwareCoreFrameworkEvent, "Shopware\Core\Framework\Event\n(Business events)") { event_action Table } Table(ShopwareCoreFrameworkMessageQueue, "Shopware\Core\Framework\MessageQueue\n(Asynchronous messaging)") { dead_message Table message_queue_stats Table } Table(ShopwareCoreFrameworkPlugin, "Shopware\Core\Framework\Plugin\n(Plugins)") { plugin Table plugin_translation Table } Table(ShopwareCoreFrameworkScheduledTask, "Shopware\Core\Framework\MessageQueue\ScheduledTask\n(Scheduled messages)") { scheduled_task Table } Table(ShopwareCoreFrameworkLanguage, "Shopware\Core\System\Language\n(Languages)") { language Table } Table(ShopwareCoreFrameworkSeo, "Shopware\Core\Content\Seo\n(__EMPTY__)") { seo_url Table seo_url_template Table main_category Table } Table(ShopwareCoreSystemSalesChannel, "Shopware\Core\System\SalesChannel\n(Sales channels)") { sales_channel Table sales_channel_translation Table sales_channel_country Table sales_channel_currency Table sales_channel_domain Table sales_channel_language Table sales_channel_payment_method Table sales_channel_shipping_method Table sales_channel_type Table sales_channel_type_translation Table } Table(ShopwareCoreSystemCountry, "Shopware\Core\System\Country\n(Countries)") { country Table country_state Table country_state_translation Table country_translation Table } Table(ShopwareCoreSystemCurrency, "Shopware\Core\System\Currency\n(Currencies)") { currency Table currency_translation Table } Table(ShopwareCoreSystemLocale, "Shopware\Core\System\Locale\n(Locales)") { locale Table locale_translation Table } Table(ShopwareCoreFrameworkSnippet, "Shopware\Core\System\Snippet\n(Custom placeholder translations)") { snippet_set Table snippet Table } Table(ShopwareCoreSystemSalutation, "Shopware\Core\System\Salutation\n(Solutations)") { salutation Table salutation_translation Table } Table(ShopwareCoreSystemTax, "Shopware\Core\System\Tax\n(Taxes)") { tax Table } Table(ShopwareCoreSystemUnit, "Shopware\Core\System\Unit\n(Units)") { unit Table unit_translation Table } Table(ShopwareCoreSystemUser, "Shopware\Core\System\User\n(Admin Accounts)") { user Table user_access_key Table user_recovery Table } Table(ShopwareCoreSystemIntegration, "Shopware\Core\System\Integration\n(O-Auth integrations)") { integration Table } Table(ShopwareCoreSystemStateMachine, "Shopware\Core\System\StateMachine\n(State machine)") { state_machine Table state_machine_translation Table state_machine_state Table state_machine_state_translation Table state_machine_transition Table state_machine_history Table } Table(ShopwareCoreSystemSystemConfig, "Shopware\Core\System\SystemConfig\n(System configuration)") { system_config Table } Table(ShopwareCoreSystemNumberRange, "Shopware\Core\System\NumberRange\n(Number ranges)") { number_range Table number_range_sales_channel Table number_range_state Table number_range_type Table number_range_type_translation Table number_range_translation Table } Table(ShopwareCoreSystemTag, "Shopware\Core\System\Tag\n(Tags)") { tag Table } Table(ShopwareCoreContentCategory, "Shopware\Core\Content\Category\n(Categories)") { category Table category_translation Table category_tag Table } Table(ShopwareCoreContentMedia, "Shopware\Core\Content\Media\n(Media/File management)") { media Table media_default_folder Table media_thumbnail Table media_translation Table media_folder Table media_thumbnail_size Table media_folder_configuration Table media_folder_configuration_media_thumbnail_size Table media_tag Table } Table(ShopwareCoreContentProduct, "Shopware\Core\Content\Product\n(Products)") { product Table product_category Table product_tag Table product_configurator_setting Table product_price Table product_property Table product_search_keyword Table product_keyword_dictionary Table product_review Table product_manufacturer Table product_manufacturer_translation Table product_media Table product_translation Table product_option Table product_category_tree Table product_visibility Table } Table(ShopwareCoreContentDeliveryTime, "Shopware\Core\System\DeliveryTime\n(Delivery time)") { delivery_time Table delivery_time_translation Table } Table(ShopwareCoreContentNewsletter, "Shopware\Core\Content\Newsletter\n(Newsletter)") { newsletter_recipient Table newsletter_recipient_tag Table } Table(ShopwareCoreContentRule, "Shopware\Core\Content\Rule\n(Rules)") { rule Table rule_condition Table } Table(ShopwareCoreContentProductStream, "Shopware\Core\Content\ProductStream\n(Product streams)") { product_stream Table product_stream_translation Table product_stream_filter Table } Table(ShopwareCoreContentProperty, "Shopware\Core\Content\Property\n(Property)") { property_group Table property_group_option Table property_group_option_translation Table property_group_translation Table } Table(ShopwareCoreContentCms, "Shopware\Core\Content\Cms\n(Content Management)") { cms_page Table cms_page_translation Table cms_section Table cms_block Table cms_slot Table cms_slot_translation Table } Table(ShopwareCoreContentMailTemplate, "Shopware\Core\Content\MailTemplate\n(Mailing)") { mail_template Table mail_template_translation Table mail_template_type Table mail_template_type_translation Table mail_template_sales_channel Table mail_template_media Table mail_header_footer Table mail_header_footer_translation Table } Table(ShopwareCoreContentImportExport, "Shopware\Core\Content\ImportExport\n(Import/Export)") { import_export_profile Table import_export_log Table import_export_file Table } Table(ShopwareCoreCheckoutCustomer, "Shopware\Core\Checkout\Customer\n(Customer)") { customer Table customer_group_translation Table customer_address Table customer_group Table customer_tag Table } Table(ShopwareCoreCheckoutDocument, "Shopware\Core\Checkout\Document\n(Printed works)") { document Table document_type Table document_type_translation Table document_base_config Table document_base_config_sales_channel Table } Table(ShopwareCoreCheckoutOrder, "Shopware\Core\Checkout\Order\n(Orders)") { order Table order_address Table order_customer Table order_delivery Table order_delivery_position Table order_line_item Table order_tag Table order_transaction Table } Table(ShopwareCoreCheckoutPayment, "Shopware\Core\Checkout\Payment\n(Payments)") { payment_method Table payment_method_translation Table } Table(ShopwareCoreCheckoutPromotion, "Shopware\Core\Checkout\Promotion\n(Promotions)") { promotion Table promotion_sales_channel Table promotion_individual_code Table promotion_discount Table promotion_discount_rule Table promotion_setgroup Table promotion_setgroup_rule Table promotion_order_rule Table promotion_persona_customer Table promotion_persona_rule Table promotion_cart_rule Table promotion_translation Table promotion_discount_prices Table } Table(ShopwareCoreCheckoutShipping, "Shopware\Core\Checkout\Shipping\n(Shipping)") { shipping_method Table shipping_method_tag Table shipping_method_price Table shipping_method_translation Table } Table(ShopwareStorefront, "Shopware\Storefront\n(Storefront)") { theme Table theme_translation Table theme_sales_channel Table theme_media Table } ' relationshipd ShopwareCoreFrameworkAcl --> ShopwareCoreFrameworkAcl ShopwareCoreSystemUser --> ShopwareCoreFrameworkAcl ShopwareCoreFrameworkCustomField --> ShopwareCoreFrameworkCustomField ShopwareCoreFrameworkScheduledTask --> ShopwareCoreFrameworkMessageQueue ShopwareCoreFrameworkPlugin --> ShopwareCoreFrameworkPlugin ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkPlugin ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkPlugin ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemLocale --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutCustomer --> ShopwareCoreFrameworkLanguage ShopwareCoreContentNewsletter --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutOrder --> ShopwareCoreFrameworkLanguage ShopwareCoreContentCategory --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemCountry --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemCurrency --> ShopwareCoreFrameworkLanguage ShopwareCoreContentMedia --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkLanguage ShopwareCoreContentProduct --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutShipping --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemUnit --> ShopwareCoreFrameworkLanguage ShopwareCoreContentProperty --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemSalutation --> ShopwareCoreFrameworkLanguage ShopwareCoreContentProductStream --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemStateMachine --> ShopwareCoreFrameworkLanguage ShopwareCoreContentCms --> ShopwareCoreFrameworkLanguage ShopwareCoreContentMailTemplate --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutDocument --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemNumberRange --> ShopwareCoreFrameworkLanguage ShopwareCoreContentDeliveryTime --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutPromotion --> ShopwareCoreFrameworkLanguage ShopwareCoreFrameworkSeo --> ShopwareCoreFrameworkLanguage ShopwareStorefront --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkSeo ShopwareCoreContentProduct --> ShopwareCoreFrameworkSeo ShopwareCoreContentCategory --> ShopwareCoreFrameworkSeo ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCurrency --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutPayment --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutShipping --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCountry --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemSystemConfig --> ShopwareCoreSystemSalesChannel ShopwareCoreContentCategory --> ShopwareCoreSystemSalesChannel ShopwareCoreContentProduct --> ShopwareCoreSystemSalesChannel ShopwareCoreContentMailTemplate --> ShopwareCoreSystemSalesChannel ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemNumberRange --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemSalesChannel ShopwareCoreCheckoutDocument --> ShopwareCoreSystemSalesChannel ShopwareStorefront --> ShopwareCoreSystemSalesChannel ShopwareCoreFrameworkSnippet --> ShopwareCoreSystemSalesChannel ShopwareCoreSystemCountry --> ShopwareCoreSystemCountry ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemCountry ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCountry ShopwareCoreSystemCurrency --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutShipping --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemCurrency ShopwareCoreSystemLocale --> ShopwareCoreSystemLocale ShopwareCoreSystemUser --> ShopwareCoreSystemLocale ShopwareCoreFrameworkSnippet --> ShopwareCoreFrameworkSnippet ShopwareCoreSystemSalutation --> ShopwareCoreSystemSalutation ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalutation ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalutation ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalutation ShopwareCoreContentProduct --> ShopwareCoreSystemTax ShopwareCoreContentProduct --> ShopwareCoreSystemUnit ShopwareCoreSystemUnit --> ShopwareCoreSystemUnit ShopwareCoreContentMedia --> ShopwareCoreSystemUser ShopwareCoreSystemUser --> ShopwareCoreSystemUser ShopwareCoreSystemStateMachine --> ShopwareCoreSystemUser ShopwareCoreContentImportExport --> ShopwareCoreSystemUser ShopwareCoreSystemStateMachine --> ShopwareCoreSystemStateMachine ShopwareCoreCheckoutOrder --> ShopwareCoreSystemStateMachine ShopwareCoreSystemNumberRange --> ShopwareCoreSystemNumberRange ShopwareCoreContentProduct --> ShopwareCoreSystemTag ShopwareCoreContentMedia --> ShopwareCoreSystemTag ShopwareCoreContentCategory --> ShopwareCoreSystemTag ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemTag ShopwareCoreCheckoutOrder --> ShopwareCoreSystemTag ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTag ShopwareCoreContentNewsletter --> ShopwareCoreSystemTag ShopwareCoreContentCategory --> ShopwareCoreContentCategory ShopwareCoreContentMedia --> ShopwareCoreContentCategory ShopwareCoreContentProduct --> ShopwareCoreContentCategory ShopwareCoreContentCms --> ShopwareCoreContentCategory ShopwareCoreContentMedia --> ShopwareCoreContentMedia ShopwareCoreContentProduct --> ShopwareCoreContentMedia ShopwareCoreContentProperty --> ShopwareCoreContentMedia ShopwareCoreContentMailTemplate --> ShopwareCoreContentMedia ShopwareCoreCheckoutDocument --> ShopwareCoreContentMedia ShopwareCoreCheckoutShipping --> ShopwareCoreContentMedia ShopwareCoreCheckoutPayment --> ShopwareCoreContentMedia ShopwareCoreCheckoutOrder --> ShopwareCoreContentMedia ShopwareCoreContentCms --> ShopwareCoreContentMedia ShopwareStorefront --> ShopwareCoreContentMedia ShopwareCoreContentProduct --> ShopwareCoreContentProduct ShopwareCoreContentDeliveryTime --> ShopwareCoreContentProduct ShopwareCoreContentProperty --> ShopwareCoreContentProduct ShopwareCoreContentRule --> ShopwareCoreContentProduct ShopwareCoreCheckoutCustomer --> ShopwareCoreContentProduct ShopwareCoreCheckoutShipping --> ShopwareCoreContentDeliveryTime ShopwareCoreContentDeliveryTime --> ShopwareCoreContentDeliveryTime ShopwareCoreContentNewsletter --> ShopwareCoreContentNewsletter ShopwareCoreContentRule --> ShopwareCoreContentRule ShopwareCoreCheckoutShipping --> ShopwareCoreContentRule ShopwareCoreCheckoutPayment --> ShopwareCoreContentRule ShopwareCoreCheckoutPromotion --> ShopwareCoreContentRule ShopwareCoreContentProductStream --> ShopwareCoreContentProductStream ShopwareCoreContentProperty --> ShopwareCoreContentProperty ShopwareCoreContentCms --> ShopwareCoreContentCms ShopwareCoreContentMailTemplate --> ShopwareCoreContentMailTemplate ShopwareCoreContentImportExport --> ShopwareCoreContentImportExport ShopwareCoreCheckoutCustomer --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutDocument --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutPayment ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutPromotion ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutShipping ShopwareStorefront --> ShopwareStorefront @enduml
false
true
false
false
uml-unknown
1af69c216b26392b7b38ea0e4dcf34b8059a34de
2c085f9c931269cc6284603e659809968e874e17
/orm.puml
0fbfceac040923226424049689899c04dc19beac
[]
no_license
asmadsen/pgr200-exam
4f5af55c1019ada464e822b594275989f3876792
1c7602e354c0a606c192ad0e4c1e077729ef5ace
refs/heads/master
2022-09-30T22:18:35.003296
2019-11-04T12:24:15
2019-11-04T12:24:15
219,493,372
0
0
null
2022-09-08T01:03:31
2019-11-04T12:12:03
Java
UTF-8
PlantUML
false
false
5,278
puml
@startuml namespace Common { class User extends BaseModel { +id : int +name : String @Validate(String::class, notNull = true) +email : String } abstract class BaseModel<T> implements Orm.IBaseModel { --- +validate() : Set<ConstraintViolation> +populateAttributes(attributes : Map<String, ColumnValue>) +getAttributes() : Map<String, ColumnValue> } } namespace Orm { interface IBaseModel<T> extends Serializable { --- +validate() : Set<ConstraintViolation> +populateAttributes(attributes : Map<String, ColumnValue>) +getAttributes() : Map<String, ColumnValue> +compareTo(model : IBaseModel) } abstract class BaseRecord<T> implements Pagination { #state : BaseModel<T> -dbState : BaseModel<T> -deleteFunctionality : DeleteFunctionality --- #getDeleteFunctionality() : DeleteFunctionality -isDirty() : boolean -exists() : boolean -- State manipulators -- +setAttribute(name : String, value : V | ColumnValue) +getAttribute(name : String) : ColumnValue -- Database operations -- +create(attributes : Map | BaseModel<T>) : BaseRecord<T> +save() : boolean +update(attributes : Map | BaseModel<T>) : boolean +all() : List<User> +fill(attributes : Map | BaseModel<T>) : User +delete() : boolean -- Relations -- +hasOne(class : Class<Model>, foreignKey : String, localKey : String) +belongsTo(class : class<Model>, foreignKey : String, localKey : String) +hasMany(class : class<Model>, foreignKey : String, localKey : String) +hasManyThrough(class : class<Model>, foreignKey : String, localKey : String) } interface Pagination { --- +paginate() } interface DeleteFunctionality { +delete() : boolean } BaseRecord "1" o-- "1" DeleteFunctionality class DefaultDeleteFunctionality implements DeleteFunctionality { +delete() : boolean } class SoftDelete implements DeleteFunctionality { #deleted_at : String --- +restore() : BaseRecord +delete() : boolean +delete(force : boolean) : boolean } interface ISoftDelete { #getDeleteFunctionality() : DeleteFunctionality +restore() : BaseRecord - Default +forceDelete(force : boolean) : boolean - Default } class SelectQuery<T extends BaseRecord<V>, V extends IBaseModel<V>> { -model : T -table : String -selects : Set<String> -wheres : LinkedList<ConditionalStatement> -groupBy : LinkedHashSet<String> -orderBy : LinkedHashSet<String> -having : LinkedList<ConditionalStatement> --- +select(columns : String...) +where(key : String, operator : SqlOperator, value : T, useAnd : boolean = true) +whereNot(column : String, value : V) +whereEquals(column : String, value : V) +whereIsNull(column : String) +having(key : String, operator : SqlOperator, value : T, useAnd : boolean = true) +groupBy(column : String...) +orderBy(column : String...) +get() : List<T> +first() : T +delete() : boolean +getSqlStatement() : String +populateStatement(statement : PreparedStatement) } SelectQuery "1" o-- "*" ConditionalStatement class UpdateQuery { -table : String -sets : LinkedList<ConditionalStatement> -wheres : LinkedList<ConditionalStatement> --- +set(column : String, value : V) +where(key : String, operator : SqlOperator, value : T, useAnd : boolean = true) +whereNot(column : String, value : V) +whereEquals(column : String, value : V) +whereIsNull(column : String) +populateStatement(statement : PreparedStatement) +getSqlStatement() : String } UpdateQuery "1" o-- "*" ConditionalStatement class InsertQuery<T> { -model : T -table : String --- +set(column : String, value : V) +where(key : String, operator : SqlOperator, value : T, useAnd : boolean = true) +whereNot(column : String, value : V) +whereEquals(column : String, value : V) +whereIsNull(column : String) +populateStatement(statement : PreparedStatement) +getSqlStatement() : String } class DeleteQuery<T> { -table : String -wheres : LinkedList<ConditionalStatement> --- +populateStatement(statement : PreparedStatement) +getSqlStatement() : String } DeleteQuery "1" o-- "*" ConditionalStatement class ConditionalStatement<T> { key : String operator : SqlOperator value : T useAnd : boolean = true --- getStatement() : String } ConditionalStatement "1" o-- "1" SqlOperator enum SqlOperator { } } namespace Server { class UserModel extends Orm.BaseRecord implements Orm.ISoftDelete { #state : Common.User -deleteFunctionality = new SoftDelete() } UserModel "1" o--- "1" Common.User } @enduml
false
true
false
false
class
813800abceaf4573782656a6ef37a4f450916142
e7b14eb61e6636ec8774e39e9d3fbbb5f4e8bf0a
/documentation/domain-model.puml
4fb68ca3b3aa95b2bb0a8700986771cb86533185
[ "MIT" ]
permissive
Milkhan/pluslms
56cac429175baaa426c441fb1037195ec7c62905
0dd139e0d5c90bcf64839026db490e60fe1d5560
refs/heads/master
2023-07-07T06:49:41.883294
2021-08-13T21:12:07
2021-08-13T21:12:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
454
puml
@startuml Group "1" o--- "1 *" Course Student o-- Course Course "1" o-- "1 *" Topic Topic o-- Activity Activity <|-- Text Activity <|- PDF Activity <|-- Forum Activity <|-- Video Activity <|-- Exersice Activity <|-- Video CompleteActivity"1" *-- "1" Student CompleteActivity "1" *-- "1" Activity CompleteActivity <-- Score Course *-- Gradebook Gradebook o-- Score Gradebook <|-- Student Course *-- CourseWiner CourseWiner o-- Student @enduml
false
true
false
false
sequence
9f4ecd95db7697b0708aec3707f5493966184df4
f4cdd5f5b4bf31ae281288e25b37bc771575823d
/images/05/create_acp.puml
7f4f8f748cd5a7b3b50892c0079e10b24c9a74a0
[ "BSD-3-Clause" ]
permissive
ankraft/onem2m-jupyter-notebooks
9af20d3c8e802c71133a78837696efcc20ccb8ed
6481b757e7fc6ff718ae7a30ed0bc4256e8abf67
refs/heads/master
2023-08-17T15:32:45.684608
2023-08-07T12:32:16
2023-08-07T12:32:16
174,227,639
5
3
BSD-3-Clause
2023-08-30T00:06:12
2019-03-06T21:59:19
Python
UTF-8
PlantUML
false
false
546
puml
@startuml hide footbox !theme plain skinparam backgroundcolor transparent ' Turquoise #668c97 ' Orange #F6921E participant "Notebook\nAE" as AE box "CSE & Hosted Resources" #f8f8f8 participant "StreetLight-AE-1\nLight-Container-1" as container1 participant "StreetLight-AE-2\nLight-Container-2" as container2 participant "Streetlight-ACP-2" as acp2 end box AE -> container2 ++: CREATE <ACP>\ncse-in/StreetLight-AE-2\n<font color="#5555ff">Originator: CstreetLight-AE-2 container2 -->> acp2: created AE <- container2 --: Response @enduml
false
true
false
false
sequence
bc48e091f90ee20c04751bd15152219f5868cb4b
12b3c91d0e79e6e80f4c095c0064e9765e959efb
/spring-start/src/main/java/com/spring/start/applicationContext.puml
3ce16f65b0dc22dfdd0095a7e573874509b43cc8
[]
no_license
binecy/bin-learning
8d40628a5724e871dcfe48d6cef6eb31528497d2
e356a4b3187f91ee8f35362c5babf03d9757ea9b
refs/heads/master
2021-01-21T05:29:08.337953
2018-03-09T08:49:45
2018-03-09T08:49:45
83,192,816
4
0
null
2017-10-25T03:04:24
2017-02-26T08:02:43
Java
UTF-8
PlantUML
false
false
1,552
puml
@startuml interface BeanFactory interface ApplicationContext BeanFactory <|-- ApplicationContext interface ConfigurableApplicationContext ApplicationContext <|-- ConfigurableApplicationContext abstract class AbstractApplicationContext ConfigurableApplicationContext <|-- AbstractApplicationContext abstract class AbstractRefreshableApplicationContext AbstractApplicationContext <|-- AbstractRefreshableApplicationContext abstract class AbstractRefreshableConfigApplicationContext AbstractRefreshableApplicationContext <|-- AbstractRefreshableConfigApplicationContext abstract class AbstractXmlApplicationContext AbstractRefreshableConfigApplicationContext <|-- AbstractXmlApplicationContext class ClassPathXmlApplicationContext AbstractXmlApplicationContext <|-- ClassPathXmlApplicationContext interface WebApplicationContext ApplicationContext <|-- WebApplicationContext interface ConfigurableWebApplicationContext WebApplicationContext <|-- ConfigurableWebApplicationContext abstract class AbstractRefreshableWebApplicationContext ConfigurableWebApplicationContext <|-- AbstractRefreshableWebApplicationContext ConfigurableApplicationContext <|-- ConfigurableWebApplicationContext class XmlWebApplicationContext AbstractRefreshableWebApplicationContext <|-- XmlWebApplicationContext class AnnotationConfigWebApplicationContext AbstractRefreshableWebApplicationContext <|-- AnnotationConfigWebApplicationContext class FileSystemXmlApplicationContext AbstractXmlApplicationContext <|-- FileSystemXmlApplicationContext @enduml
false
true
false
false
class
e7262f0cfe4d5a8b19aa50992deaab51cbce78bc
618414d7666e67b9535ebd975e1de61e9c01e095
/QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/support/interpolator/interpolator.plantuml
be616029d54f675788f9a73e2bae5648ec277e51
[]
no_license
h2312/Do-an-TTLTA-03-TIN230DV01-0100
a0792724add3844de35d48a2bd87d3eeb8de8a93
e9f01e84b45042bd6192333842fb80feabb74707
refs/heads/master
2022-06-30T21:56:05.032422
2020-04-25T10:33:44
2020-04-25T10:33:44
258,747,594
0
0
null
null
null
null
UTF-8
PlantUML
false
false
335
plantuml
@startuml title __INTERPOLATOR's Class Diagram__\n package android.support.interpolator { class R { - R() } } 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
4db628cf6b5c0751d8c5382e0ffee317d4e196cf
ec6497ddaac12466826b27045136058aff4875db
/docs/uml/DataSchema.puml
94e9c6c16775f29e9fd00c9951127fac623c527e
[]
no_license
zihan9485/pet-social
43c56415feea05816b1e6539bb29931e782325c7
1d320c73e49c2889259bd5f0bbef93467674c7a8
refs/heads/main
2023-07-03T07:10:00.595925
2021-08-16T11:41:16
2021-08-16T11:41:16
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,175
puml
@startuml DataSchema hide circle skinparam classAttributeIconSize 0 class User { id: ID! username: String! password: String! email: String! accountType: String! name: Name! avatarPath: String! posts: [Post]! savedPosts: [Post]! friends: [User]! blockedUser: [User]! chats: [Chat]! sentFriendRequests: [FriendRequest]! receivedFriendRequests: [FriendRequest]! notifications: [Notification]! online: Boolean! registeredDate: Date! profileBio: String playgroups: [Playgroup]! pets: [Pet]! settings: Settings! } class Name { givenName: String! familyName: String! } class Settings { familyNameFirst: Boolean! defaultPrivacy: String! likeNotification: Boolean! commentNotification: Boolean! shareNotification: Boolean! } class Post { id: ID! user: User! date: Date! postType: String! privacy: String! imageFilePath: String videoFilePath: String tagged: [Pet] location: String text: String! likedBy: [User] comments: [Comment]! isEdited: Boolean! } class Comment { id: ID! user: User! post: Post! date: Date! text: String! likedBy: [User] isEdited: Boolean! replies: [Comment] } class Notification { id: ID! fromUser: User! toUser: User! date: Date! notificationType: String! post: Post friendRequest: FriendRequest comment: Comment } class Chat { id: ID! users: [User!]! messages: [Message]! name: String! } class Message { id: ID! user: User! chat: Chat! date: Date! text: String! isEdited: Boolean! isSeen: Boolean! } class Pet { id: ID! name: String! owners: [User!]! dateOfBirth: Date! gender: String! breed: String! picturePath: String } class Playgroup { id: ID! name: String! description: String playgroupAdmin: [User!]! members: [User!]! meetingDates: [Date]! meetingLocation: String! dateCreated: Date! playgroupChat: Chat! } class FriendRequest { id: ID! fromUser: User! toUser: User! date: Date! } @enduml
false
true
false
false
class
a3b5df3f1f1b7a66e39d6cfd994600f82c77ec93
3e3099490a257b32f269274b53c15e049ef7a881
/laravel_backend.puml
7aed9b6220be63ff3a523f64136c11d03391548e
[]
no_license
othman-ab/erd_backend
167d5d299ef0355cfcb7dee0ba45829e39eb06dd
a2918ab3e011d149c5d02b9aa79861356cbfdab2
refs/heads/master
2023-07-20T17:14:22.088629
2021-09-01T16:31:23
2021-09-01T16:31:23
402,042,824
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,617
puml
@startuml !define DARKBLUE # change color here E.g. DARKBLUE, LIGHTBLUE ... GREEN ... RED ... !include https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml?fbclid=IwAR2eYqwxf9YIa7oSDWJCumJRDLLnBYEORYICuyi295mYOxN-H-SCRLoa30c newpage package laravel\laravel { class Model{} class Controller{} class Request{} class Response{} class Migration{} class FormRequest{} class Factory{} class Seeder{} class Middleware{} interface ControllerResource{ + index() : [Model] + show(Model) : Model + create() : View + store(FormRequest) : Response + edit(Model) : View + update(Model,FormRequest) : Response + destroy(Model) : Response } interface ControllerApiResource{ + index() : [Model] + show(Model) : Model + store(FormRequest) : Response + update(Model,FormRequest) : Response + destroy(Model) : Response } interface PolicyResource { use HandlesAuthorization + viewany() + view() + create() + update() + delete() } } newpage package Model { class User extends Model{ + fillable + country() : Country + states() : [State] + city() : City + departments : [Department] } class Country extends Model{ + fillable + user() : User + states() : State } class State extends Model{ + fillable + cities() : [City] } class City extends Model{ + fillable + users() : [User] } class Department extends Model{ + fillable + users() : [User] } } newpage package Controller { class UserController extends Controller implements ControllerResource {} class CountryController extends Controller implements ControllerResource{} class StateController extends Controller implements ControllerResource{} class CityController extends Controller implements ControllerResource{} class DepartmentController extends Controller implements ControllerResource{} } newpage package ControllerApi{ class UserApiController extends Controller implements ControllerApiResource{} class CountryApiController extends Controller implements ControllerApiResource{} class StateApiController extends Controller implements ControllerApiResource{} class CityApiController extends Controller implements ControllerApiResource{} class DepartmentApiController extends Controller implements ControllerApiResource{} } newpage package Request { namespace User{ class StoreUserRequest extends FormRequest {} class UpdateUserRequest extends FormRequest {} } namespace Country{ class StoreCountryRequest extends FormRequest {} class UpdateCountryRequest extends FormRequest {} } namespace state{ class StoreStateRequest extends FormRequest {} class UpdateStateRequest extends FormRequest {} } namespace City{ class StoreCityRequest extends FormRequest {} class UpdateCityRequest extends FormRequest {} } namespace Department{ class StoreDepartmentRequest extends FormRequest {} class UpdateDepartmentRequest extends FormRequest {} } } newpage package Policy { class UserPolicy extends Policy implements PolicyResource{} class CountryPolicy extends Policy implements PolicyResource{} class StatePolicy extends Policy implements PolicyResource{} class CityPolicy extends Policy implements PolicyResource{} class DepartmentPolicy extends Policy implements PolicyResource{} } @enduml
false
true
false
false
class
cbebd20f7e9336b71d78a19ffa82976d1ed4e45e
0403c2cfd650447c80c21a0bb16a620c3ff5f63d
/listOfComponents.plantuml
fbfb7a7fed574c45044f2b8218bc3058db132695
[]
no_license
samuelpoudroux/reactGuide
07747374ba5061ce7e3cf4573c779f9ca26b23c3
66695a26fd7d68885a790c7c068232e0a872fb24
refs/heads/main
2023-08-05T18:33:02.892030
2021-10-02T08:24:01
2021-10-02T08:24:01
409,137,554
0
0
null
null
null
null
UTF-8
PlantUML
false
false
672
plantuml
@startuml listOfComponents title Découpage composants en référence à notre IHM package "My business/components" { [SideBar] [Button] [Header] [APP] [Pagination] [Table] [Select] [Checkbox] } package "MyBusiness/Features" { [DirectOrder] [StockReporing] [FixtureCatalog] [Franchise] } package "MyBusiness/components/Header/components" { [User] [SearchBar] [Logo] [AppName] } package "MyBusiness/components/SideBar/components" { [CustomLink] } package "MyBusiness/components/Table/components" { [TableHeader] [TableRow] [TableData] [TableFooter] } package "MyBusiness/Features/Franchise/components" { [*Header] } @enduml
false
true
true
false
uml-unknown
024357c75b2aa97c4a8d3926f23a8155c68baaa0
514b6508ef7f8e90376a8cce9d689eba515c2b44
/docs/diagrams/CalendarPanelClassDiagram.puml
0bfd388ff2ab753af285e2f3fc7f6f7fcb0ac81b
[ "MIT" ]
permissive
AY1920S1-CS2103T-T09-4/main
7403105a2e27d769909eccd7cfc347a1c9c6adc0
2661410bcfc330a587617114d1aad8ac3e4b476d
refs/heads/master
2020-07-23T15:08:09.884686
2019-11-11T15:49:32
2019-11-11T15:49:32
207,598,911
0
5
NOASSERTION
2020-05-06T02:01:36
2019-09-10T15:42:06
Java
UTF-8
PlantUML
false
false
645
puml
@startuml abstract class UIPart { } class CalendarPanel { -agenda: Agenda -scheduleList: ObservableList<Schedule> -orderList: ObservableList<Order> -calendarDate: CalendarDate +CalendarPanel(ObservableList<Schedule>, ObservableList<Order>, CalendarDate) +getAgenda() -populateAgenda() -setAgendaView(Calendar) } class CalendarDate { -property: SimpleObjectProperty +CalendarDate(Calendar) +setCalendar(Calendar) +getProperty() +getCalendar() +equals(Object) } UIPart <|-down- CalendarPanel CalendarPanel --right--> CalendarDate note left of CalendarPanel: Only relevant attributes and methods \n(mentioned in explanation) are shown @enduml
false
true
false
false
class
635b57b9a38f89514882823856cc31763e6035f5
556c9650d5df902e9bfd93c5799eb4281fc0bf01
/docs/core.puml
5e0cf46b533dab5e79ac9a15b86c29ec5a3f38ff
[ "Apache-2.0" ]
permissive
kevenli/scrapydd
a7823b7dad53ec5b68f33ea1c40a934fbfe693ff
ba7854a69e756e5d0e6b5f835d8f36fe57f7f7c2
refs/heads/master
2023-08-19T00:44:00.339381
2020-09-16T08:52:32
2020-09-16T08:52:32
70,041,146
5
3
Apache-2.0
2023-08-14T22:13:17
2016-10-05T08:08:29
Python
UTF-8
PlantUML
false
false
784
puml
@startuml class Project class ProjectPackage class ProjectStorage class Spider class SpiderExecutionQueue class HistoricalJob class ProjectManager{ create_project() delete_project() add_project_package() remove_project_package() add_spider() remove_spider() update_spider_settings() } ProjectManager *-- Project ProjectManager *-- Spider Project o-- Spider class SchedulerManager{ add_spider_trigger() remove_spider_trigger() add_job(spider, settings) : SpiderExecutionQueue job_finish(job: SpiderExecutionQueue): HistoricalJob } SchedulerManager --> Spider SchedulerManager *-- SpiderExecutionQueue SchedulerManager *-- HistoricalJob package APScheduler{ class BaseScheduler } SchedulerManager --> BaseScheduler @enduml
false
true
false
false
class