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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cfa90c11a7aee0e3006865dceb067a99d4a01a48 | eb6ceeb9b4d81abdcaf62759423d9631e241453e | /relman/images/clasHTML.plantuml | dc0ae1c4734439e4c879358cdd6aefeacb0661ba | [
"Apache-2.0"
] | permissive | CodeURJC-DAW-2018-19/santatecla-relaciones-2 | 18f3401f104daf95e3997a04da5dd53750bfed41 | c5131df07bcfe18f8dbe4b9a309116b734170a8d | refs/heads/master | 2020-04-19T07:15:55.034484 | 2019-04-07T21:56:38 | 2019-04-07T21:56:38 | 168,042,332 | 5 | 3 | Apache-2.0 | 2019-04-07T15:45:01 | 2019-01-28T21:42:24 | CSS | UTF-8 | PlantUML | false | false | 84 | plantuml | @startuml
set namespaceSeparator none
HTML <|-- HTML2.1
HTML <|-- HTML4.0
@enduml
| false | true | false | false | class |
5d56f7626898bf2e524caea8ea3502c3240eccd6 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ZoneUpdateAction.puml | 1ef953d11939f8f275871fa6bd31c0cb1f8075d4 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,468 | 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 ZoneUpdateAction [[ZoneUpdateAction.svg]] {
action: String
}
interface ZoneAddLocationAction [[ZoneAddLocationAction.svg]] {
action: String
location: [[Location.svg Location]]
}
interface ZoneChangeNameAction [[ZoneChangeNameAction.svg]] {
action: String
name: String
}
interface ZoneRemoveLocationAction [[ZoneRemoveLocationAction.svg]] {
action: String
location: [[Location.svg Location]]
}
interface ZoneSetDescriptionAction [[ZoneSetDescriptionAction.svg]] {
action: String
description: String
}
interface ZoneSetKeyAction [[ZoneSetKeyAction.svg]] {
action: String
key: String
}
interface ZoneUpdate [[ZoneUpdate.svg]] {
version: Long
actions: [[ZoneUpdateAction.svg List<ZoneUpdateAction>]]
}
ZoneUpdateAction --> ZoneAddLocationAction #blue;text:blue : "action : addLocation"
ZoneUpdateAction --> ZoneChangeNameAction #blue;text:blue : "action : changeName"
ZoneUpdateAction --> ZoneRemoveLocationAction #blue;text:blue : "action : removeLocation"
ZoneUpdateAction --> ZoneSetDescriptionAction #blue;text:blue : "action : setDescription"
ZoneUpdateAction --> ZoneSetKeyAction #blue;text:blue : "action : setKey"
ZoneUpdateAction --> ZoneUpdate #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
64376934ba1f9f092cb094413bb68c15cd6ca9a5 | 268b9bb5916c81e53174145350804e72dc208ef8 | /src/main/java/ex43/ex43uml.puml | 001285913535601ba35790eda826a0231e1ac5f1 | [] | no_license | theolinardic/Linardic-cop3330-Assignment3 | 4f98171c6cf90cf02064af8ad8ebde6388778242 | 718c7397dc6bf1da6c0bcaf1e7bb4dbe352936a5 | refs/heads/master | 2023-05-30T02:03:14.731736 | 2021-06-20T20:26:07 | 2021-06-20T20:26:07 | 378,733,689 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 505 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class app
abstract main
abstract generateContent
abstract getUserInput
interface userName
interface userAuthor
interface ynJava
interface ynCSS
main <|-- app
getUserInput <|-- main
generateContent <|-- getUserInput
userName <|-- getUserInput
userAuthor <|-- getUserInput
ynJava <|-- getUserInput
ynCSS <|-- getUserInput
userName <|-- generateContent
userAuthor <|-- generateContent
ynJava <|-- generateContent
ynCSS <|-- generateContent
@enduml | false | true | false | false | class |
781c00939c27972660320466e37836ba7a7a560c | 644b7bb773b84596a2de4d31a0603284d9562e56 | /sequenza/takeinfo.puml | 0960b6ebd2c3a80c65f2f6b27ae8f7899f4f3a3f | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,881 | puml | @startuml
box "React" #Pink
participant Virtual_DOM
participant TeacherExams
end box
box "Redux" #Plum
participant TeacherExam
participant Store
participant TeacherExamsSaga
end box
box "Web3" #LightGreen
participant Teacher
end box
[o-> TeacherExams: "Manage Exams"
note left: A teacher clicks "Manage Exams"\non his home page
activate TeacherExams
activate Store
TeacherExams ->> Store: dispatch(getListAction())
Store ->> TeacherExamsSaga: handler(getListAction())
activate TeacherExamsSaga
TeacherExamsSaga ->> Store: dispatch(listIsLoading())
Store -> TeacherExam: reducer(state, listIsLoading())
activate TeacherExam
TeacherExam --> Store: object
deactivate TeacherExam
Store ->> TeacherExams: update()
TeacherExams -> TeacherExams: render()
TeacherExams --> Virtual_DOM: update
note left: Show a loading component
TeacherExamsSaga -> Teacher: getExamNumber(address)
activate Teacher
Teacher --> TeacherExamsSaga: number
loop for each exam held by the teacher
TeacherExamsSaga ->> Teacher: getExamContractAt(address, i)
Teacher --> TeacherExamsSaga: object
end
deactivate Teacher
alt all exams fetched without errors
TeacherExamsSaga ->> Store: dispatch(setExamsList(object))
Store -> TeacherExam : reducer(state, setExamsList())
activate TeacherExam
TeacherExam --> Store: object
deactivate TeacherExam
else at least one exam fetched with errors
TeacherExamsSaga ->> Store : dispatch(listHasErrored())
Store -> TeacherExam : reducer(state, ListHasErrored())
activate TeacherExam
TeacherExam --> Store: object
deactivate TeacherExam
end
deactivate TeacherExamsSaga
Store ->> TeacherExams: update()
TeacherExams -> TeacherExams: render()
TeacherExams --> Virtual_DOM: update
note left: Show the list or the error message
deactivate TeacherExams
@enduml
| false | true | false | false | sequence |
ffa5d813574682f17d6140ec37a0dbe8ad47efa3 | 64c8dacb32731ce02a24ccd7f4f71da2dabc86e3 | /Module08_Heritage/POOI_Heritage_CompteBancaireSansAbstraction/plantuml/POOI_Heritage_CompteBancaireSansAbstraction/Transactions/TransactionFrais.puml | a9fc71a5c76a8e158290c0e2a07a7660cd0d1a27 | [
"CC0-1.0"
] | permissive | Mouadh-1994770/420-W20-SF | 0233d6e99d48dea14068db093686507c878892fb | a066b8b1fdcc4cb07f7c274b6aa3c479aee6d505 | refs/heads/master | 2022-12-21T19:44:13.247779 | 2020-06-02T03:21:28 | 2020-06-02T03:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml
class TransactionFrais {
+ TransactionFrais(p_montant:decimal)
}
Transaction <|-- TransactionFrais
@enduml
| false | true | false | false | class |
6f8e9584b03bbfc8270b1bb4a6b12d94167f009b | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /4 Activity Diagram/6 Synchronization.puml | 793f7be4923b3a6bfc08dae03d4f2fa8c602f61e | [
"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 | 132 | puml | @startuml
(*) --> ===B1===
--> "Parallel Activity 1"
--> ===B2===
===B1=== --> "Parallel Activity 2"
--> ===B2===
--> (*)
@enduml
| false | true | false | false | uml-unknown |
cab2736305f47fb33db0f0c03c848ed287379d5e | 78389ccc9e3b43cf7333289f1515154b7c8a39e3 | /applications/block-consumer/images/deploy-simple.plantuml | de7ec2baa0a224f462b65b1919493493d4b74f9c | [] | no_license | padfed/padfed-doc | 994776ec7a842c97a3c05dc6bc5ec74cf0c6076f | 9cb26c71f6231ac74f61065fb2cb0f7b8695d8dd | refs/heads/master | 2023-06-07T15:30:07.301704 | 2023-06-01T15:29:24 | 2023-06-01T15:29:24 | 186,463,580 | 6 | 8 | null | 2023-03-01T13:36:15 | 2019-05-13T17:10:46 | PLpgSQL | UTF-8 | PlantUML | false | false | 636 | plantuml | @startuml deploy-simple
title Block-Consumer
note as N1
Block-Consumer instalado localmente
accede a cualquier peer de la red
para recuperar nuevos bloques.
Procesa los bloques y registra
su contenido en un base de datos
relacional.
end note
package Blockchain {
[peer0.afip]
[peer1.afip]
[peer0.xxxx]
[peer1.xxxx]
}
package DataCenter {
component [Block-Consumer] as BlockConsumer
database "Oracle,\nPostgres o\nSQL Server" as db
}
cloud internet
BlockConsumer ..> internet
BlockConsumer ..> db : jdbc (write)
internet ..> Blockchain : gRPCs (read)
Blockchain -[hidden]left- DataCenter
@enduml
| false | true | false | false | sequence |
5200aee3642420295e4213f6dd589ccbb3c28bea | 0a0fa701ab93f38592532f36e2be71e353bfd568 | /UML/use case/low/crud_bd.puml | 643a1e0dd3af7c1e833d10bb3c326df4a22a7927 | [] | no_license | Pahoomich/nwchat | acdc409de39530909fba61ef49192d40f0ffe586 | 96b9ecf35e0e0ecc5b37d59de794882bc63c38ef | refs/heads/master | 2020-05-24T16:44:08.730653 | 2020-01-21T06:42:58 | 2020-01-21T06:42:58 | 187,366,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 46 | puml | @startuml
usecase (CRUD DB) as crud_bd
@enduml | false | true | false | false | usecase |
b29c77a7c065581681df728adce581ca64725ca1 | 3495a3bc8450a240a21780fb8c795c215f88000a | /docs/UC2 - Create Task/UC2_SD.puml | 3a0a4f99008a54514ebbbb68a37d19e314941af0 | [] | no_license | 1190452/LAPR2 | f27ac4e485b91d04189dd0a37551bc108c070b12 | 97c5488c091243cf65f9e16821f56a5020e0ae2e | refs/heads/master | 2023-05-09T02:35:50.850483 | 2020-06-14T21:07:59 | 2020-06-14T21:07:59 | 372,570,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,959 | puml | @startuml
autonumber
'hide footbox
actor "Collaborator" as ADM
participant ":CreateTaskUI" as UI
participant ":CreateTaskController" as CTRL
participant "ApplicationPOT" as _APP
participant "app\n:ApplicationPOT" as APP
participant "log\n:UserSession" as SESSAO
participant ":Plataform" as PLAT
participant "rorgs:Register\nOrganization" as RORGS
participant "org\n:Organization" as ORG
participant "tl\n:TaksList" as LTASKS
participant "task\n:Task" as TAREFA
activate ADM
ADM -> UI : The Collaborator initiates the creation of the task.
activate UI
UI --> ADM : The System asks for the data (id, brief description, time duration(in hours), cost per hour(in euros), task category).
deactivate UI
ADM -> UI : The Collaborator writes the data down.
activate UI
UI -> CTRL : newTask(idT, description, timeDuration, costHour, taskCategoty)
activate CTRL
CTRL -> _APP : app = getInstance()
activate _APP
deactivate _APP
CTRL -> APP : log = getActualSession()
activate APP
deactivate APP
CTRL -> SESSAO : email = getUserEmail()
activate SESSAO
deactivate SESSAO
CTRL -> PLAT : rorgs = getrOrgs()
activate PLAT
deactivate PLAT
CTRL -> RORGS : org2 = getOrganizationByUserEmail(email)
activate RORGS
deactivate RORGS
CTRL -> ORG : tl = getTaskList()
activate ORG
deactivate ORG
CTRL -> LTASKS : task = newTask(idTask, description, timeTask, costHour, taskCategory)
activate LTASKS
LTASKS -> TAREFA** : create(idTask, description, timeTask, costHour, taskCategory)
LTASKS -> LTASKS : validatesTask(task)
deactivate CTRL
deactivate LTASKS
UI --> ADM : shows the data and asks for confirmation.
deactivate UI
ADM -> UI : confirms the data
activate UI
UI -> CTRL : registersTask()
activate CTRL
CTRL -> LTASKS : registersTask(task)
activate LTASKS
LTASKS -> LTASKS : validatesTask(task)
LTASKS -> LTASKS : addTask(task)
deactivate LTASKS
deactivate CTRL
UI -> ADM : informs about the success of the operation
deactivate UI
deactivate ADM
@enduml
| false | true | false | false | usecase |
a951f4e8670d7a29c8dd82ec2690e8db2087d812 | 19f793bed6a7ddbe4f01616e2374a9ddc459e8b1 | /doc/创建型模式/建造者模式-时序图(2分).puml | faef5beb858bc8ba4b68e1034a66250d26e0a8a2 | [] | no_license | 1wang1/design-patterns | 02a87e8c2f170f2a2de4993e8f11b9ef9a522627 | 5ebd98248ea5a035e19a843f823971676899a212 | refs/heads/master | 2022-12-19T04:30:30.790952 | 2020-09-27T11:42:41 | 2020-09-27T11:42:41 | 272,214,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 385 | puml | @startuml
participant iMain
participant Director
participant ConcreteBuilder
activate iMain
iMain->ConcreteBuilder:create
iMain->Director:setBuilder(Builder*)
iMain->Director:constuct():Product*
Director->ConcreteBuilder:buildProductA()
Director->ConcreteBuilder:buildProductB()
Director->ConcreteBuilder:buildProductC()
Director->ConcreteBuilder:getResult()
deactivate iMain
@enduml | false | true | false | false | sequence |
263f1a5e7e8732bcf06fe9dc3716017b237e6cf4 | 5635c597a38479879c55c4594c8b09877ef1102b | /src/main/java/org/hfeng/misc/hfdp/ch4/factory/abstractf/abstract-factory.puml | 1c61c78043f7ec347a7b5553a05f55734fd4cfa9 | [] | no_license | harrifeng/java-in-action | 6c4d49f51634e5397606690710331438e4835a9f | e9b88ecf2fd2033e1848234c770fb3967fb1ec9d | refs/heads/master | 2020-11-26T18:31:08.066713 | 2015-05-19T01:04:17 | 2015-05-19T01:04:17 | 23,460,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 848 | puml | @startuml
interface AbstractFactory {
CreateProductA()
CreateProductB()
}
class ConcreteFactory1 implements AbstractFactory {
CreateProductA()
CreateProductB()
}
class ConcreteFactory2 implements AbstractFactory {
CreateProductA()
CreateProductB()
}
interface AbstractProductA
class ProductA1 implements AbstractProductA
class ProductA2 implements AbstractProductA
interface AbstractProductB
class ProductB1 implements AbstractProductB
class ProductB2 implements AbstractProductB
ConcreteFactory1 --> ProductA1
ConcreteFactory1 --> ProductB1
ConcreteFactory2 --> ProductA2
ConcreteFactory2 --> ProductB2
Client -down-> AbstractFactory
Client -down-> AbstractProductA
Client -down-> AbstractProductB
note right of Client : Client is written against \nthe abstract factory and\nthen at runtime with an \nactual factory
@enduml
| false | true | false | false | class |
4a58f54acbbad6642c548a5cf5e8658ab0de56fd | 6251767bc8bd4728f0c327cad020fd94e298ee6e | /altacredito.puml | c33cb0e75481459b40333f2908c63239fc89f42e | [] | no_license | HeraclitoDeEfeso/ayp3-tp-final | 182fe00f7cdb7af677d6ba0d0477d012259058e4 | 7fe0ef8598c6df73f6e58e0604b3fc46846dd37a | refs/heads/master | 2022-01-17T15:54:39.909785 | 2019-07-06T09:51:14 | 2019-07-06T09:51:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 543 | puml | @startuml
participant Aplicacion
participant Cliente
participant Credito
Aplicacion -> Cliente: obtenerCreditos(cliente)
activate Cliente
return creditos
Aplicacion -> Cliente: esPosibleOtroCredito(cliente)
activate Cliente
return esPosible
opt esPosible
create Credito
Aplicacion -> Credito: crearCredito()
activate Credito
return nuevoCredito
Aplicacion -> Credito: formularioCredito(nuevoCredito)
activate Credito
return nuevoCredito
Aplicacion -> Cliente: crearCreditoCliente(nuevoCredito)
activate Cliente
return
end
@enduml
| false | true | false | false | sequence |
70413f860fdd5ba5474ded842fb4a0914d34ab17 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/001/diagrama.puml | 479775b00d4dae8ccb091b51d466d1e4abf6bdd5 | [] | no_license | qxcodepoo/arcade | 3ff1852792a47584f00c1ab9fd5011ebb2c4b830 | 3722a8c976a51829b2b6f4913360c23bf114433a | refs/heads/master | 2023-08-31T04:07:06.255292 | 2023-08-25T03:16:42 | 2023-08-25T03:16:42 | 217,410,955 | 36 | 42 | null | 2020-09-24T13:22:18 | 2019-10-24T23:12:40 | C++ | UTF-8 | PlantUML | false | false | 1,336 | puml | '--
@startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
'==
class Calculator {
' a bateria atual
+ battery : int
' o máximo de bateria suportado
+ batteryMax : int
' guarda o resultado da última operação
+ display : float
__
' inicia os atributos batteryMax utilizando o parametro passado
' battery e display começam com o zero
+ Calculator(batteryMax : int)
' aumenta a bateria de value, porém não além do máximo.
+ charge(value : int)
' realiza a soma de dois número e coloca o resultado no display
' tenta gastar bateria usando o método useBattery()
' verifica o resultado do retorno
+ sum(a : int, b : int)
' realiza a divisão de dois números e armazena o resultado no display
' tenta gastar bateria usando o método useBattery()
' verifica o resultado do retorno
' verifica se não é divisão por zero
+ division(num : int, den : int)
' tenta gastar uma unidade da bateria
' emite um erro se não conseguir.
' retorna se conseguiu gastar ou não.
+ useBattery(): boolean
' retorna uma string com o formato
' display = 0.00, bateria = 0
+ toString(): string
}
class Legenda {
+ atributoPublic
- atributoPrivate
# atributoProtected
__
+ métodoPublic()
- métodoPrivate()
# métodoProtected()
}
'--
@enduml | false | true | true | false | class |
03fb18bb0d8a21bce1e8bb7827fa4170440f13a7 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Manage-Applications/Complex-Application.puml | 8e3fa08557330bfdfd932a0bde6eb50ebbe3c64e | [] | 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 | 802 | puml | @startuml
package "Hybrid Cloud C3" #ffffaa {
component Application #ffaa88
}
package "In Vehicle" #lightblue {
component Egress as IVE
component Worker3 #ffaa88
Worker3 --> IVE
}
package "Edge" #lightgreen {
interface ingress as EVI
component Worker2 #ffaa88
component Egress as EVE
EVI --> Worker2
Worker2 --> EVE
}
package "Data Center" #cccccc {
interface Ingress as DCI
component WebService #ffaa88
component Redis #ffaa88
component NodeJS #ffaa88
component Worker1 #ffaa88
Application *..> WebService
Application *..> Redis
Application *..> NodeJS
Application *..> Worker1
Application *..> Worker2
Application *..> Worker3
DCI -- WebService : 80
DCI -- Redis : 5000
DCI -- NodeJS : 1337
DCI -- Worker1 : 3001
}
IVE --> EVI
EVE --> DCI
@enduml
| false | true | false | false | class |
ebf4f885d17f3dc86632ecce548325cf844d1d50 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/SystemManager-Class.iuml | 25d40e7626d961f1b069efc93efdb2ea378be71c | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 131 | iuml | namespace SystemManagement {
class SystemManager {
}
SystemManager -up-|> SystemManagerInterface
}
| false | true | false | false | class |
0bad38bebec122429803d40402a2bce3ac0c5461 | 6bdb6f1e0e094792856dfc063fa7772df9c19bd6 | /PlantUML/API/Classes/IAPI.puml | c7078cfda3415e95fafeeba58048e81992cd8832 | [
"MIT"
] | permissive | mixapiy/import-frame | 965e1fef4bfca71075c1c650ff364b989187a67f | f51bcacafd0fb09fcff2bc75a87230c61a595e88 | refs/heads/master | 2020-03-27T17:56:24.890655 | 2018-08-31T19:49:01 | 2018-08-31T19:49:01 | 146,886,513 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 39 | puml | @startuml
interface IAPI {
}
@enduml | false | true | false | false | class |
30fb16a0945bd47ff331458b5cbf35429cdf3e2d | 2ac74657de3cb81bab734d18094e945a442a167d | /sechub-doc/src/docs/asciidoc/diagrams/module_sechub_productresult.puml | 1cbcc2f6ef8ab04d62aa333da78ac1bda8f09f71 | [
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
"EPL-1.0",
"CC0-1.0",
"Classpath-exception-2.0",
"Apache-2.0",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-public-domain",
"GPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"Apache-1.1",
"MPL-1.0",
"CDDL-1.1",
"LicenseRef-scancode-proprietary-license"
] | permissive | de-jcup/sechub | 64055bb7ccd5496e32207c140e5812997e97583b | 488d2d23b9ae74043e8747467623d291c7371b38 | refs/heads/develop | 2023-07-22T18:01:47.280074 | 2023-07-18T15:50:27 | 2023-07-18T15:50:27 | 199,480,695 | 0 | 1 | MIT | 2023-03-20T03:00:02 | 2019-07-29T15:37:19 | Java | UTF-8 | PlantUML | false | false | 385 | puml | @startuml
' SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.domain.scan {
class ProductResult<<Entity>>{
UUID uuid
UUID secHubJobUUID
UUID productExecutorConfigUUID
String result
String messages
String metaData
LocalDateTime started
LocalDateTime ended
}
}
@enduml | false | true | false | false | class |
a68923bd56e68c91fea9e08aaa5982bff4a658d4 | de4eb4b6da85b8c473116ad15ce1422aa2ffd1f0 | /doc/Multiplayer/uml/client-prediction.sequence.puml | cc92ca5255601031b2768d778fba57587bedc5fb | [
"MIT"
] | permissive | ProfPorkins/GameTech | bed4ce9905ebb73d04521642915b3770ec90540c | fab91e9ddc50ded98b6a40dde800ffcc368494c0 | refs/heads/trunk | 2023-04-17T08:17:11.088161 | 2023-04-11T19:37:21 | 2023-04-11T19:37:21 | 60,926,266 | 20 | 6 | MIT | 2021-05-30T16:34:06 | 2016-06-11T20:21:58 | JavaScript | UTF-8 | PlantUML | false | false | 570 | puml | @startuml Client Prediction - Sequence
participant Client
participant Server
note over Client: p1 (0, 0)
/ note over Server: p1 (0, 0)
note over Client: Update Game Model
Client -> Server: input: move-forward
note over Client: Update Game Model\nPredict move-forward
/ note over Server: Update Game Model\nSimulate move-forward
note over Client: p1 (0, 1)
/ note over Server: p1 (0, 1)
Server -> Client: update: game-state
note over Client: Update Game Model
/ note over Server: Update Game Model
note over Client: p1 (0, 1)
/ note over Server: p1 (0, 1)
@enduml
| false | true | false | false | sequence |
2f606411cecf8756c07ec58a121fa559c0aabb4b | 83d6e8e0fef491022eade2b4088c07463937d22e | /Documentation/Classes.puml | 78fae646d1ca262d6b399e7eec9b9e2f3bfecbe0 | [] | no_license | RicardoGuzmanVelasco/Kalendra.Inventory | 67cd1e6fa9bb95494043d325dcdf78e6934063b9 | 5e83be1b847aa17a9952a9a8b2bccc6d418f8e58 | refs/heads/main | 2023-07-07T07:50:19.434296 | 2021-08-08T17:35:08 | 2021-08-08T17:35:08 | 363,612,130 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,400 | puml | @startuml
package Domain
{
interface IInventory
{
Items
HasItem()
AddItem()
RemoveItem()
}
IInventory --> ItemPile
IInventory -->IInventoryItem
interface ICategorizedInventory
{
Categories
HasCategory()
GetItems()
}
ICategorizedInventory --|> IInventory
interface IWeightedInventory
{
MaxWeight
CurrentWeight
OnOverweight <<event>>
IncreaseMaxWeight()
CanBearItem()
}
IWeightedInventory --|> IInventory
interface IInventoryItemCategory
interface IInventoryItem
{
Category
Weight
}
IInventoryItem --> IInventoryItemCategory
class ItemPile <<Data structure>>
{
item : IInventoryItem
count : int
}
ItemPile --> IInventoryItem
}
note left of Domain : A ~ 1 \n (I = 0) \n E = 1
package Domain.Details
{
class GeneralistInventory
{
-itemPiles : List<itemPile>
}
GeneralistInventory --|> IWeightedInventory
GeneralistInventory --|> ICategorizedInventory
class LimitedWeightedInventory <<Decorator>>
{
-decorated : IWeightedInventory
}
LimitedWeightedInventory --|> IWeightedInventory
LimitedWeightedInventory o-- IWeightedInventory
}
note top of Domain.Details : A = 0 \n (I = 1) \n E = 0
@enduml | false | true | false | false | class |
d14f830beb4a3874cece2afc05ee705dccb88b98 | d5ff2b863d75995ad48b4de70abb9320400fe7c2 | /app/src/main/java/class-uml.puml | 1d32bbc1b790daa8907d4250ebb26ccfbdf3940f | [] | no_license | leeshi/RandomPoetry | b430ecf1df8d22ca20aa3b8dfc2c03547eae2c4e | 1a96158704586065803a8240525fe448b3e56581 | refs/heads/master | 2020-05-23T13:34:44.070937 | 2019-06-09T06:41:43 | 2019-06-09T06:41:43 | 186,780,342 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,251 | puml | @startuml
package presenter{
interface Presenter{
void onResume();
void onDestroy();
void onItemClick(int position);
void onProcess(String loadOption);
}
interface OnLoadListener{
void loadSuccess(Object data);
void loadFailed();
void loadOver();
Object getLoadOption();
}
}
class Activity{
void onCreate(Bundle savedBundle);
void onResume();
void onStop();
void onDestroy();
}
package view{
interface View{
Object getLoadArguments();
void showLoading();
void hideLoading();
void toMainActivity(Object data);
void showFailedError();
}
}
Activity --|> View:implements
package model{
interface Crawler{
void search(OnLoadListener onLoadListener);
}
}
Crawler <.. OnLoadListener
Crawler <..> Presenter:Interact
View <.> Presenter:Interact
class PoetryItem{
public final String mContent;
public final String mTitle;
public final String mPoet;
public final String serial;
}
Crawler o- PoetryItem:contains
/'package dictionary{
class DetailCrawlerImpl
class DetailPoetryPresenterImpl
class MainPageView
}
package search{
class SearchingCrawlerImpl
class SearchingPresenterImpl
class SearchingView
}
package main{
class MainCrawlerImpl
class MainPresenterImpl
class RecommendationView
}'/
@enduml | false | true | false | false | class |
6427de54f434aac4fdbf4419a071271932e51d3a | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/TECHNOLOGY.puml | c849ccd0b736cb8f33d33347814f05fdf522acc4 | [] | 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 #TECHNOLOGY
skinparam ClassFontColor #TECHNOLOGY
skinparam ClassBorderColor #TECHNOLOGY
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
be874272edc8bdfc41d41b0b3bfb5edbdb333ec8 | bca1facdcd2f5b76f99ffb409e236a531e09b737 | /src/main/java/sale/sale.plantuml | 27b3930d61272237a4a63212546b5528fc21655e | [] | no_license | aatulgoel/vending-machine | e9fd0a6d601c57edba12fac05af068d09c5b9e4f | 9bc6611a42af9b24088b1c13871f452987b5b43e | refs/heads/master | 2020-04-17T03:37:09.465536 | 2019-01-17T09:36:41 | 2019-01-17T09:36:41 | 166,192,071 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 883 | plantuml | @startuml
title __SALE's Class Diagram__\n
package sale {
class Order {
- transactionRef : String
- payment : Integer
+ getTransactionRef()
+ setTransactionRef()
+ getProduct()
+ setProduct()
+ getPayment()
+ setPayment()
}
}
package sale {
class VendingMachine {
- activeTransactionMap : Map<String, Order>
+ listAvailableProducts()
- convertCurrencyToAmount()
+ persistPayment()
+ registerProductChoice()
- isSufficetMoneyPaidForProduct()
- hasClientOverpaid()
+ processClientRequest()
}
}
Order o-- Product : product
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 |
9484192ff841980babfd2eee6775b107c0089678 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/SlamLauncher/SlamLauncher_Activity_mapByOdometry.puml | 2c38a7a012264cac8bcb34c713f1d7cdccff4937 | [] | 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 | 465 | puml | @startuml
/'
construct map by odometry
input: Scan2D *scan
'/
(*) --> "Pose2D pose
Pose2D::calRelativePose(scan->pose, ipose, pose)"
--> "vector<LPoint2D> &lps = scan->lps
vector<LPoint2D> glps"
--> if "0 <= size_t j < lps.size()" as for_j then
--> [Yes] "LPoint2D &lp = lps[j]
LPoint2D glp
pose.globalPoint(lp, glp)
glps.emplace_back(glp)"
--> for_j
else
for_j -> [No] "pcmap->addPose(pose)
pcmap->addPoints(glps)
pcmap->makeGlobalMap()"
--> (*)
@enduml | false | true | false | false | activity |
7f89eeadcf8d5e17db5ecc003226944d94bf6a45 | 750a4a80b39abf51d0b51e22269cfd0e75cb1569 | /serveur/tp8/reservation.puml | cf51c95894a4218203225ca58d539338429f7c6f | [] | no_license | florianPalabost/tiw-is-2018 | ead3607f9fb57b7326fc21b7637c0e270048b458 | eb7e666b8cb51076a090cf2f86628e886382452c | refs/heads/master | 2023-01-14T01:10:58.370662 | 2019-02-18T13:54:58 | 2019-02-18T13:54:58 | 234,134,573 | 0 | 0 | null | 2023-01-06T01:28:16 | 2020-01-15T17:25:54 | Java | UTF-8 | PlantUML | false | false | 191 | puml | @startuml
Client -> Cinema: reserver
Cinema --> Client: reserverResponse
Client -> Banque: prelevement
Banque --> Client: prelevementResponse
Banque -> Cinema: prelevementNotification
@enduml | false | true | false | false | sequence |
a0b35041c64fb070cd37a391a4405fc0cfe4dbe2 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ExtensionInput.puml | 339bc705ffc38f560b1d2f388ccfd39c79422ba3 | [] | 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 | 370 | 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 ExtensionInput [[ExtensionInput.svg]] {
action: [[ExtensionAction.svg ExtensionAction]]
resource: [[Reference.svg Reference]]
}
@enduml
| false | true | false | false | class |
f15d61f43b2fae717c16c2ecbb2803480eec78bc | 05c8bd1a709110820fd40a86efed565a75a57377 | /Software-Engineering/System-Design/Design-Patterns/iterator.puml | 448f3833c351e6094661c6e08a286592882a8e71 | [] | no_license | nl253/Notes | d08a05b21d69152a34db7938ea5cf19e292f6663 | d59be8c90ae16edd6d70528941cd5c70d2255c71 | refs/heads/master | 2020-03-19T15:19:08.574580 | 2019-12-29T15:10:45 | 2019-12-29T15:10:45 | 87,872,276 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 438 | puml | @startuml
interface Iterator<E> {
next(): E
previous(): E
first(): E
last(): E
isDone(): Boolean
}
interface Traversable<E> {
getIterator(): Iterator<E>
}
class ListIterator<E> implements Iterator
class HashSetIterator<E> implements Iterator
class List<E> implements Traversable
class HashSet<E> implements Traversable
List ...> ListIterator: << create >>
HashSet ...> HashSetIterator: << create >>
@enduml
| false | true | false | false | class |
9d5c89555f9951b80f0dade56ff7a14f3692d5d9 | 4f5437269c210e5ef322fa68e39d766e4b93be27 | /development.plantuml | 22acd1872f8492e38fbecd3cc3c353c8d4cb9521 | [] | no_license | kryptokommunist/freecad_development_graphic | 9a89f5c8293e0ceb1caa6c30aaf7b7c620dd352d | 748875ec635bb5d58c99b79acfc36e61402fa585 | refs/heads/master | 2022-09-30T15:56:13.897516 | 2020-05-21T05:54:05 | 2020-05-21T05:58:41 | 265,764,514 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,632 | plantuml | @startuml
allowmixing
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
skinparam defaultTextAlignment center
!include ICONURL/common.puml
!include ICONURL/font-awesome-5/gitlab.puml
!include ICONURL/font-awesome-5/github.puml
!include ICONURL/font-awesome-5/gitlab.puml
!include ICONURL/font-awesome-5/wikipedia_w.puml
!include ICONURL/font-awesome-5/home.puml
!include ICONURL/font-awesome-5/bug.puml
!include ICONURL/font-awesome-5/comments.puml
!include ICONURL/font-awesome-5/code.puml
!include ICONURL/font-awesome-5/whmcs.puml
!include ICONURL/font-awesome-5/comment_dots.puml
!include ICONURL/font-awesome-5/gitter.puml
!include ICONURL/devicons/travis.puml
FA5_HOME(website,[[https://www.freecadweb.org Website]],node) #White
FA5_WIKIPEDIA_W(wiki,[[https://wiki.freecadweb.org Wiki]],node) #White
FA5_COMMENTS(forum,[[https://forum.freecadweb.org Forum]],node) #White
node "dev tools" {
FA5_BUG(bugtracker,[[https://tracker.freecadweb.org Bugtracker]],node) #White
FA5_GITHUB(github,[[https://github.com/freecad Github]],node) #White
FA5_GITLAB(gitlab,[[https://gitlab.com/freecad Gitlab]],node) #White
FA5_CODE(sourceforge,[[https://sourceforge.net/projects/free-cad/ Sourceforge]],node) #White
DEV_TRAVIS(travis,[[https://travis-ci.org/FreeCAD/FreeCAD/branches Travis CI]],node) #White
}
node "live chats" {
FA5_COMMENT_DOTS(irc,[[irc://irc.freenode.net/freecad IRC]],node) #White
FA5_GITTER(gitter,[[https://gitter.im/FreeCAD/FreeCAD Gitter]],node) #White
}
FA5_WHMCS(freecad,[[https://github.com/FreeCAD/FreeCAD/releases FreeCAD]],node) #Red
usecase "implementation idea"
usecase "feature implementation"
usecase "pull request"
usecase problem
usecase release
freecad --|> problem
problem --|> wiki #Black: research
problem --|> forum #Black: research
problem --|> "live chats" #Black: research
problem --|> bugtracker: is bug
bugtracker --|> "implementation idea" #Green: solve bug
problem --|> "implementation idea" #Green: problem is not a bug
sourceforge --> github: moved to
github --> gitlab: mirror
"implementation idea" <|--|> forum #Green: propose, discuss & improve idea
forum <|--|> "feature implementation" #Green: discuss
"implementation idea" --|> "feature implementation" #Green: accepted in forum
"feature implementation" --|> "pull request" #Green: open
"pull request" --|> github #Green: merge
"pull request" --> travis #Green: trigger tests
release --|> release: new every 3 - 6 months
release --|> github: branch
release --|> travis: [[https://github.com/FreeCAD/FreeCAD-AppImage build]]
gitter --> irc: mirrors
gitter <-- irc: mirrors
@enduml
| false | true | false | false | usecase |
5169d11fa3831f10a39b21c8b28d944a0cec5bac | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/LuminPlatformSetup.puml | c1bbcc8976f337eab837b29e13f05ae710548100 | [] | 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 | 244 | puml | @startuml
class LuminPlatformSetup {
+ Setup() : void
+ PostBuildAction() : void
+ PostSuccessfulBuildAction() : void
+ PostSuccessfulLaunchAction() : void
+ CleanUp() : void
}
IPlatformSetup <|-- LuminPlatformSetup
@enduml
| false | true | false | false | class |
a708b892490c2b90bbb2de44f004a27ff4ddab72 | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/AppendRecordCommand.plantuml | 27b07c11ba5ee622786c93fff02bb23140f6db40 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,366 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class AppendRecordCommand {
{static} - CLA : int
{static} - INS : int
{static} - NO_MEANING : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ AppendRecordCommand()
+ AppendRecordCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
AppendRecordCommand -up-|> AbstractHealthCardCommand
@enduml | false | true | false | false | class |
3748f43501511d7cf489301d80e1abcb54148986 | 658effa425038c70a649dcc9008b63ccf5c4ad9d | /app/src/main/UML/RemoveIngredientDSSD.puml | f3afbdf8ef4c8b30caf69df1bbc88caab5d33a84 | [] | no_license | sap0034/RecipeGuruCOMP3710 | 3dc7dda4b052ad99069664dadf02bff809914ad8 | e1c9301fcd306dfd0698b1478ba7b7e69d75beb4 | refs/heads/master | 2020-03-15T08:49:26.714199 | 2018-05-04T13:03:34 | 2018-05-04T13:03:34 | 131,772,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 565 | puml | @startuml
User -> UserHomePage: Clicks button to remove Ingredient
UserHomePage -> System: Request to remove Ingredient
System --> UserHomePage: Request Ingredient number
User -> UserHomePage: Enters Ingredient number
UserHomePage -> System: Requests Ingredient details
System --> UserHomePage: Sends removal confirmation
User -> UserHomePage: Confirm removal
UserHomePage -> System: Submits Ingredient removal
System -> System: Deletes Ingredient
System --> UserHomePage: Returns Ingredient removal confirmation
User -> UserHomePage: Views confirmation
@enduml
| false | true | false | false | sequence |
26963082832b2da44b193efb888542afe883046e | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/views/LoginView.puml | 507a06eb849725f13d19c6a64441048b76747670 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
class LoginView {
+signin(username, password, repeatPassword)
+login(username, password)
}
LoginView --> LoginController
LoginView ..> "1" Session
LoginView --> "1" Mechanic
LoginView --> SignInView
LoginView --> OpenDashboard
@enduml | false | true | false | false | class |
bed7b0e2ef484de9e462e68064abfc4f0d69fce7 | 67b794119881212426459655fed63b9cdc0dfe1e | /docs/proposals/images/cluster-class/create.plantuml | 373e1dc78524bf0f59b3b3f47d57eb9fad5ac1ac | [
"Apache-2.0"
] | permissive | kubernetes-sigs/cluster-api | 203e1912a218222cffc2b0f15cd1b025d32f3d73 | b3e0615367f421302933c5ff6bcc48ecdcf9a8da | refs/heads/main | 2023-09-01T04:53:16.329644 | 2023-08-31T18:16:48 | 2023-08-31T18:16:48 | 124,157,517 | 3,053 | 1,232 | Apache-2.0 | 2023-09-14T20:07:21 | 2018-03-07T00:49:50 | Go | UTF-8 | PlantUML | false | false | 1,773 | plantuml | @startuml
title Figure 1. Cluster with ClusterClass Provisioning process
actor User
' -- GROUPS START ---
box #LightGreen
participant "API Server"
end box
box #LightBlue
participant "Cluster Controller"
end box
' -- GROUPS END ---
User -> "API Server" : Create Cluster object with\n""Cluster.Spec.Managed.Class""
"API Server" --> "Cluster Controller": New Cluster
opt #FFFFFFCC Required only if Cluster.Spec.Managed.Class is set
"Cluster Controller" --> "API Server": Creates the infrastructure cluster
"Cluster Controller" -> "Cluster Controller": Checks for\nCluster.Spec.ControlPlaneRef
opt Required only if Cluster.Spec.ControlPlaneRef is not set
"Cluster Controller" -> "Cluster Controller": Initializes the control plane \noject using the template
"Cluster Controller" -> "Cluster Controller": Sets the name of the object to <cluster.Name>
"Cluster Controller" -> "Cluster Controller": Sets the replicas & k8s version
"Cluster Controller" -> "API Server": Saves the control plane object
"Cluster Controller" -> "Cluster Controller": Updates the Cluster.Spec.ControlPlaneRef
"Cluster Controller" -> "API Server": Updates Cluster
end
loop For each deployment in\n""cluster.Spec.Managed.Worker.Deployments"" list
"Cluster Controller" -> "API Server": Check for MachineDeployment object\nwith name\n<cluster.Name>-<deployment.Name>
opt If MachineDeployment not found
"Cluster Controller" -> "Cluster Controller": Initializes new MachineDeployment object
"Cluster Controller" -> "Cluster Controller": Sets the name of MD to\n<cluster.Name>-<deployment.Name>
"Cluster Controller" -> "Cluster Controller": Sets the replicas & k8s version
"Cluster Controller" -> "API Server": Saves MachineDeployment
end
end
end
hide footbox
@enduml | false | true | false | false | sequence |
8349151322dc93dcb0f32f26fcc52835b4c53d9e | 2b2acc58e16343190688ed460b26386980bb2b20 | /Documents/UC7/UC7_MD.puml | 009597008cc37031cf2cd648e8c6d5f4e4457a37 | [] | no_license | 1190452/LAPR3 | 0ca11285a3e85f93b5d687a0e10caef6f62a9577 | e641d35f6524fde900beb3683937fc697af3b325 | refs/heads/master | 2023-05-11T07:45:02.636516 | 2021-01-31T17:06:37 | 2021-01-31T17:06:37 | 372,571,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 414 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Administrator {
-String email
-String password
}
class Pharmacy {
-String id
-String name
-int quantityScooters
}
class ElectricScooter {
-String id
-double maxBattery
-double actualBattery
}
Pharmacy "1" -- "1.." ElectricScooter: Has >
Administrator "1" -- "1.." Pharmacy: Manages >
@enduml
| false | true | false | false | class |
d8bc3488e4cac2eff7324efa5c070eb8e9226953 | c688bd560208b61dfd8ddf3941c2545b8de62c74 | /CMPUT301/sequence.puml | 1a345a0cda0d099e67257cd80a1adddb88a48eab | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | n30phyte/SchoolDocuments | a822a0577ca5d96da1f6e1651970cb1ec3f86a6f | 921ad351d906603e39063d2dafabb998b54b0c8f | refs/heads/master | 2023-08-09T09:18:12.486077 | 2023-07-30T06:45:46 | 2023-07-30T06:45:46 | 174,037,259 | 1 | 0 | Apache-2.0 | 2022-01-25T19:38:51 | 2019-03-05T23:38:51 | HTML | UTF-8 | PlantUML | false | false | 258 | puml | @startuml sequence
actor Client
Client -> ConcreteCommand : new()
Client <-- ConcreteCommand : commandInstance
Client -> Invoker : invokeCommand(commandInstance)
ConcreteCommand <- Invoker : execute()
ConcreteCommand -> Receiver : changeState()
@enduml
| false | true | false | false | usecase |
92eb4c2a8ded281fc8b7157ba9f5c6f3775c4e9d | b892c67f502bedc1ba9a7955fba254878b62d275 | /plantuml/Selenium.puml | f0304344a23d9c8b3a93fb2d6f5daa4c61b5fb60 | [
"MIT"
] | permissive | amartyushov/amartyushov.github.io | 191e29f840e5cb7dcd4e7da97bdc681b8e94bac4 | b524da97848c59e3541fb47fdc654f2285698755 | refs/heads/master | 2021-06-27T07:03:06.365527 | 2021-03-07T12:41:39 | 2021-03-07T12:41:39 | 111,903,687 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,005 | puml | @startuml
' New session creation
actor client
box "selenium-remote-driver" #LightBlue
participant DesiredCapabilities as capabilities
participant RemoteWebDriver
participant HttpCommandExecutor
participant ProtocolHandshake
participant DriverCommandExecutor
end box
box "selenium-chrome-driver" #DeepSkyBlue
participant ChromeDriver
participant ChromeDriverService
participant ChromeDriverCommandExecutor
end box
== Prepare browser capabilities ==
client -> capabilities : chrome()
capabilities -> client : capabilities object
== Prepare driver ==
client -> ChromeDriver : ::new(capabilities)
activate ChromeDriver
ChromeDriver -> ChromeDriverService : createDefaultService()
note right : service will use the chromedriver executable \nidentified by {@link #CHROME_DRIVER_EXE_PROPERTY}
activate ChromeDriverService
ChromeDriverService -> ChromeDriver : chromeDriverService
deactivate ChromeDriverService
ChromeDriver -> ChromeDriverCommandExecutor : ::new(chromeDriverService)
activate ChromeDriverCommandExecutor
ChromeDriverCommandExecutor -> ChromeDriver : commandExecutor
deactivate ChromeDriverCommandExecutor
ChromeDriver -> RemoteWebDriver : ::new(commandExecutor, capabilities)
activate RemoteWebDriver
RemoteWebDriver -> RemoteWebDriver : init(capabilities)
RemoteWebDriver -> RemoteWebDriver : startSession(capabilities)
activate RemoteWebDriver #FFBBBB
RemoteWebDriver -> DriverCommandExecutor : execute(DriverCommand.NEW_SESSION)
activate DriverCommandExecutor #FFBBBB
DriverCommandExecutor -> ChromeDriverService : start()
DriverCommandExecutor -> HttpCommandExecutor : execute(DriverCommand.NEW_SESSION)
activate HttpCommandExecutor #FFBBBB
HttpCommandExecutor -> ProtocolHandshake : createSession(command)
activate ProtocolHandshake #FFBBBB
ProtocolHandshake -> ProtocolHandshake : HTTP POST /session
ProtocolHandshake -> HttpCommandExecutor : result
deactivate ProtocolHandshake
HttpCommandExecutor -> DriverCommandExecutor : Result
deactivate DriverCommandExecutor
deactivate ProtocolHandshake
deactivate HttpCommandExecutor
RemoteWebDriver -> ChromeDriver
deactivate RemoteWebDriver
ChromeDriver -> client : driver
deactivate ChromeDriver
@enduml
@startuml
' opening a url (just a command)
actor client
box "selenium-remote-driver" #LightBlue
participant RemoteWebDriver
participant HttpCommandExecutor
participant DriverCommandExecutor
participant W3CHttpCommandCodec
participant W3CHttpResponseCodec
participant OkHttpClient
end box
client -> RemoteWebDriver : get("URL")
RemoteWebDriver -> RemoteWebDriver : execute(DriverCommand.GET, "URL")
activate RemoteWebDriver
RemoteWebDriver -> DriverCommandExecutor : execute(command)
DriverCommandExecutor -> HttpCommandExecutor : execute(command)
activate HttpCommandExecutor
HttpCommandExecutor -> W3CHttpCommandCodec : encode(command)
W3CHttpCommandCodec -> HttpCommandExecutor : HttpRequest "POST /session/XYZ/url URL"
HttpCommandExecutor -> OkHttpClient : execute(httpRequest)
OkHttpClient -> HttpCommandExecutor : httpResponse
HttpCommandExecutor -> W3CHttpResponseCodec : decode(httpResponse)
W3CHttpResponseCodec -> HttpCommandExecutor : Response response
HttpCommandExecutor -> RemoteWebDriver
deactivate HttpCommandExecutor
deactivate RemoteWebDriver
RemoteWebDriver -> client
@enduml
@startuml
'Capability hierarchy
package selenium-api <<Rectangle>> {
interface Capabilities
class AbstractCapabilities
class ImmutableCapabilities
class MutableCapabilities
}
package selenium-chrome-driver <<Rectangle>> {
class ChromeOptions
}
package selenium-remote-driver <<Rectangle>> {
class DesiredCapabilities
}
interface Serializable
Capabilities <|.down. AbstractCapabilities
Serializable <|.down. MutableCapabilities
Serializable <|.down. ImmutableCapabilities
AbstractCapabilities <|-down- MutableCapabilities
AbstractCapabilities <|-down- ImmutableCapabilities
MutableCapabilities <|-down- DesiredCapabilities
MutableCapabilities <|-down- ChromeOptions
@enduml
@startuml
' Driver classes hierarchy
package selenium-api <<Rectangle>> {
interface SearchContext
interface WebDriver
}
package selenium-remote-driver <<Rectangle>> {
class RemoteWebDriver
}
package selenium-chrome-driver <<Rectangle>> {
class ChromeDriver
}
SearchContext <.up. WebDriver
WebDriver <-up- RemoteWebDriver
RemoteWebDriver <-up- ChromeDriver
@enduml
@startuml
' overview of component communication for UI testing
node "ChromeDriver" as driver
[Selenium client library] -> driver : HTTP Request
note bottom of driver
implements WebDriver protocol
HttpServer in C++
end note
cloud "Browser" as browser
driver - debug_port : send commands
note bottom of debug_port
DevTools
remote debugging
interface
end note
debug_port -> browser : WebSocket
@enduml
@startuml
' DriverService classes hierarchy
package selenium-remote-driver <<Rectangle>> {
class DriverService
note left of DriverService
Manages the life and death of a native executable driver server.
It is expected that the driver server implements the
WebDriver W3C protocol (it was JsonWireProtocol before standartization)
In particular, it should implement /status command that is used to check if the server is alive.
In addition to this, it is supposed that the driver server implements /shutdown hook that is
used to stop the server.
end note
}
package selenium-chrome-driver <<Rectangle>> {
class ChromeDriverService
}
package selenium-firefox-driver <<Rectangle>> {
class GeckoDriverService
}
DriverService <|-down- ChromeDriverService
DriverService <|-down- GeckoDriverService
@enduml
@startuml
' CommandExecutor classes hierarchy
package selenium-remote-driver <<Rectangle>> {
interface CommandExecutor {
Response execute(Command command)
}
class HttpCommandExecutor
class DriverCommandExecutor
note left of DriverCommandExecutor
A specialized HttpCommandExecutor that will use a DriverService
that lives and dies with a single WebDriver session.
The service will be restarted upon each new session
request and shutdown after each quit command.
end note
class DriverService
}
package selenium-chrome-driver <<Rectangle>> {
class ChromeDriverCommandExecutor
note left of ChromeDriverCommandExecutor
understands ChromeDriver specific commands
end note
}
CommandExecutor <|.down. HttpCommandExecutor
HttpCommandExecutor <|-down- DriverCommandExecutor
DriverService -right-* DriverCommandExecutor
DriverCommandExecutor <|-down- ChromeDriverCommandExecutor
@enduml
@startuml
' CommandCodec classes hierarchy
package selenium-remote-driver <<Rectangle>> {
interface CommandCodec
note left of CommandCodec
Converts Command objects to and from another representation.
end note
class AbstractHttpCommandCodec
note left of AbstractHttpCommandCodec
Adheres to the W3C's WebDriver wire protocol
https://w3.org/tr/webdriver
end note
class JsonHttpCommandCodec
note bottom of JsonHttpCommandCodec
Adheres to the Selenium project's JSON/HTTP wire protocol
https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol
Should be deprecated
end note
class W3CHttpCommandCodec
note bottom of W3CHttpCommandCodec
Adheres to the W3C's WebDriver wire protocol
https://w3.org/tr/webdriver
end note
}
CommandCodec <|.down. AbstractHttpCommandCodec
AbstractHttpCommandCodec <|-down- JsonHttpCommandCodec
AbstractHttpCommandCodec <|-down- W3CHttpCommandCodec
@enduml
@startuml
' Overview of important class relations
package selenium-remote-driver <<Rectangle>> {
class RemoteWebDriver
interface CommandExecutor {
Response execute(Command command)
}
interface Capabilities {
Response execute(Command command)
}
class HttpCommandExecutor
class DriverCommandExecutor
class DriverService
}
CommandExecutor -left-* RemoteWebDriver
Capabilities -down-* RemoteWebDriver
CommandExecutor <|.down. HttpCommandExecutor
HttpCommandExecutor <|-down- DriverCommandExecutor
DriverService -right-* DriverCommandExecutor
@enduml
| false | true | false | false | usecase |
9d1a2dc4b2d2a500b8d61b950126cd806e78319f | 644b7bb773b84596a2de4d31a0603284d9562e56 | /web3function/file/University.iuml | 07b8e91d4b7b645fcee4140e3d83cf6f75df787e | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 184 | iuml | @startuml
skinparam classAttributeIconSize 0
class University{
+ isUniversityFounder(_address: address): bool
+ getRoleByAddress(_address: address): number
+ login(): number
}
@enduml
| false | true | false | false | class |
dc597c5aad8dfb05f4e6408667aa50a7872e4cf4 | 7ff46d623013a19c3c62dc73c50eb84837ebf22b | /Diagrama.puml | 63c1b536586b721dada62c54de47e7c868c980fb | [] | no_license | raulval/sa-soilcorrection | 9a3e107658d3c1025b85da53b511749376cd42ba | 08fbf64fbfff601819c91c928277453ffa7d46fd | refs/heads/main | 2023-08-21T21:05:10.401867 | 2021-10-09T16:53:33 | 2021-10-09T16:53:33 | 414,400,286 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,584 | puml | @startuml
package edu.utfpr.cp.dacom.sa.soilcorrection {
package conversao {
interface Conversao
class ConverteCMolcDm3EmMgDm3
class ConverteKgHaEmK2O
class ConverteKgHaEmP2O5
class ConverteMgDm3EmKgHa
Conversao <|.. ConverteCMolcDm3EmMgDm3
Conversao <|.. ConverteKgHaEmK2O
Conversao <|.. ConverteKgHaEmP2O5
Conversao <|.. ConverteMgDm3EmKgHa
}
package correcao {
class CorrecaoCalcioMagnesio
class CorrecaoFosforo
class CorrecaoPotassio
interface ICorrecaoNutriente
interface ICorrecaoNutrienteQuantidadeAplicar
class EquilibrioCorrecaoCTC
ICorrecaoNutriente <|.. CorrecaoCalcioMagnesio
ICorrecaoNutriente <|.. CorrecaoFosforo
ICorrecaoNutriente <|.. CorrecaoPotassio
ICorrecaoNutrienteQuantidadeAplicar <|.. CorrecaoPotassio
ICorrecaoNutrienteQuantidadeAplicar <|.. CorrecaoFosforo
}
package fonte {
enum FonteCalcioMagnesio
enum FonteFosforo
enum FontePotassio
interface IFonteNutriente
IFonteNutriente <|.. FonteCalcioMagnesio
IFonteNutriente <|.. FonteFosforo
IFonteNutriente <|.. FontePotassio
}
package nutriente {
enum NomeNutrienteAdicional
class NutrienteAdicional
class NutrientesCTC
NutrienteAdicional o-- NomeNutrienteAdicional
}
package solo {
enum TexturaSolo
}
nutriente <|.. fonte
nutriente <|.. solo
nutriente <|.. correcao
fonte <|.. correcao
}
@enduml | false | true | false | false | class |
7e0d650b17b0471fcd3ef8974095199752840cd6 | 7408ed3057898965559e73966a3a0dbeee5c03d0 | /out/production/design_patterns/flyweight/flywightUML.puml | 4b926d8f722d9f5b37781e08f74aefd28c0cc5dc | [] | no_license | wangzx-github/design_patterns | 85239a91fd5d518d7b79da54819c065663307058 | 862dd5898aaf9b655acf76e84d400bfdce2ee931 | refs/heads/master | 2023-07-31T18:37:13.734533 | 2021-09-21T17:29:36 | 2021-09-21T17:29:36 | 408,902,822 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 257 | puml | @startuml
class Website{
void use()
}
class ConcreteWebsite{
void use()
}
class Websitefactory{
void getWebsiteCategory()
}
class Client
ConcreteWebsite --|> Website
Website --* Websitefactory
Client --> Websitefactory
Client --> ConcreteWebsite
@enduml | false | true | false | false | class |
2598f29ffe5ea5fc6110315b28777da81ca516cc | f8c301dedf69d0d0c83889e7bbf8c6420fdb4994 | /Play backend Code/UML Diagrams/customer.puml | 7094a1135dec5afd014d405f06fbe6009086680b | [] | no_license | jatin1910/Bank-Website | 60d87fe99846bdd87998f1332b60f215bd96550e | 97c6bbde9a3c9bd2f67310cfa6f64a18530fe299 | refs/heads/master | 2023-08-31T09:51:49.935404 | 2021-10-14T11:22:40 | 2021-10-14T11:22:40 | 416,702,243 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 233 | puml | @startuml
left to right direction
:customer: as cs
rectangle BankApp{
usecase "Login" as c1
usecase "Send Money" as c3
usecase "Transaction history" as c4
usecase "Account Details" as c5
}
cs-->c1
cs-->c3
cs-->c4
cs-->c5
@enduml | false | true | false | false | usecase |
f48ce28ea1f2b864c5789c819fbb258bb564504e | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/learning_plan/beike/day_4/day_4.plantuml | 5f4be58af1a8efef8c9cb1f0cd2b463124dd50d9 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 716 | plantuml | @startuml
title __DAY_4's Class Diagram__\n
namespace cn.shui.learning_plan.beike.day_4 {
class cn.shui.learning_plan.beike.day_4.Beike_113 {
+ pathSum()
- helper()
}
}
namespace cn.shui.learning_plan.beike.day_4 {
class cn.shui.learning_plan.beike.day_4.Beike_120 {
+ minimumTotal()
}
}
namespace cn.shui.learning_plan.beike.day_4 {
class cn.shui.learning_plan.beike.day_4.Beike_264 {
+ nthUglyNumber()
+ nthUglyNumber2()
}
}
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 |
a501ef93c96c18e0764990baa69f7d5220be9e00 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Analytics/Process.puml | 49cf1acbbd80440664e7f996e49fe865101412bb | [] | 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 | 309 | puml | @startuml
partition "Service-Stack/Connected-Car-Cloud/Analytics" {
}
partition SubSystem #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Service-Stack/Connected-Car-Cloud/Analytics" {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
@enduml
| false | true | false | false | activity |
acc3764f68e1a230f7cdab92c6b7ec22bbbdf08f | 5bc8d0afbd27343f0351accf10bf641b76abb44a | /kafka-architecture/src/docs/plantuml/0110/interfaces_kafka_controller.puml | bff89b9a690d1151e4820ce572ca0376ce731760 | [] | no_license | ueisele/doc-kafka | c71e8d8fb8d6191c65ad788be86eaca9be372cc6 | d733110f616552524803bde652dae31ebbba8536 | refs/heads/master | 2021-04-15T04:28:22.902201 | 2018-03-23T20:00:29 | 2018-03-23T20:00:29 | 126,474,338 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,717 | puml | @startuml
skinparam componentStyle uml2
node Zookeeper {
() "-/controller" as zk_controller
() "-/brokers/ids" as zk_broker_ids
() "+/brokers/topics" as zk_broker_topics
() "-/brokers/topics/${topic}" as zk_broker_topic
() "-/brokers/topics/${topic}/partitions/${partitionId}/state" as zk_broker_topic_partition_leader_and_isr
() "+/admin/delete_topics" as zk_admin_delete_topics
() "+/admin/reassign_partitions" as zk_admin_reassign_partitions
() "+/admin/preferred_replica_election" as zk_admin_preferred_replica_leader_election
() "-/isr_change_notification" as zk_isr_change_notification
}
node Kafka {
package Server {
component KafkaApis {
package "Shutdown API" {
() "-ControlledShutdown" as kafkaapis_controlled_shutdown
}
}
}
package Controller {
zk_controller -- [KafkaController] : controller change (root)
zk_broker_ids -- [KafkaController] : broker change (child)
zk_broker_topics -- [KafkaController] : topic change (child)
zk_broker_topic -- [KafkaController] : partition modification (root)
zk_broker_topic_partition_leader_and_isr -- [KafkaController] : isr changes for reassigned partitions (root)
zk_admin_delete_topics -- [KafkaController] : topic deletion (child)
zk_admin_reassign_partitions -- [KafkaController] : partition reassignment (root)
zk_admin_preferred_replica_leader_election -- [KafkaController] : preferred replica leader election (root)
zk_isr_change_notification -- [KafkaController] : isr change notification (child)
[KafkaController] -- kafkaapis_controlled_shutdown
}
}
@enduml | false | true | false | false | component |
aad8afd3d14d9f00fbd060216a2d7f4656f8f309 | ce0643c50c3218277dc7443187acdf5da2210c52 | /content/chatd/sequence-diagram-chat.puml | bb0715b1b2f7c1e4f2df9f657a01044233d468d2 | [
"MIT"
] | permissive | wazo-platform/wazo-platform.org | 4618cad4955ada269ed319c887d5725e8543ce2a | 21584ce0ae1e4389d95d5aa0bee1183a726fa8c2 | refs/heads/master | 2023-08-31T08:09:37.738070 | 2023-08-30T14:50:20 | 2023-08-30T14:50:20 | 187,070,773 | 28 | 13 | MIT | 2023-09-07T13:49:07 | 2019-05-16T17:14:58 | SCSS | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
actor Alice
Alice -> chatd: <b>Create a room\nPOST /users/me/rooms\n{users:[<uuid:bob>]}
chatd --> Alice:
Alice -> chatd: <b>Create a message\nPOST /users/me/rooms/<uuid>/messages
chatd --> bus: <b>Publish message\nas Wazo platform event
bus --> websocketd: <b>Relay message
actor Bob
websocketd -> Bob: <b>Receive message
@enduml
| false | true | false | false | sequence |
4ab0ea7e82c95c46ed0c47ed01956107641ea84b | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/green/1160818/sp3/imgs/systemsd3.puml | 28ef11e11c317339aa61164650be0c55c822b11c | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 571 | puml | @startuml analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User->Client : clicks edit reminder button
Client->Server : editReminder(reminderDTO)
Server->Client : openEditWindow()
User->Client : edits the necessary fields
Client->Server : editReminder(newReminderDTO)
Server->Server : delete(reminderDTO)
Server->Server : save(newReminder)
Server-->Client :
Client->Client : refresh()
Client->User : informs user of success or insuccess
@enduml | false | true | false | false | usecase |
e5bd6248ad808e9a2727115dca98a8a75974cb40 | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-5.5.puml | 3a5801bb59f31a59e2d89c0276012c74c9a9bfb3 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class DateRange {
- start: Date
- end: Date
# /length: Integer
}
note right: {length = end - start}
@enduml
| false | true | false | false | class |
55eafaa8f8f1036c296b74f9c247b1969e30e75e | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/spec/concordion/common/command/execute/execute.plantuml | 24ad4b3fb83fbe398704e9d1eb22a6d2c3b54ed5 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,219 | plantuml | @startuml
title __EXECUTE's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class AccessToLinkHrefTest {
+ fragmentSucceeds()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ContinueAfterExceptionsFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecuteTest {
- myMethodWasCalled : boolean
- argument : String
+ myMethodWasCalledProcessing()
+ getArgument()
+ myMethod()
+ myMethod()
+ myMethod()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecutingListTest {
- treeEntries : List<MultiValueResult>
+ parseNode()
+ getNodes()
+ process()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class ExecutingTablesTest {
+ process()
+ generateUsername()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class Result {
+ successCount : long
+ failureCount : long
+ exceptionCount : long
+ lastExpectedValue : String
+ lastActualValue : Object
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastOnSpecificExceptionsFixture {
- myMethodWasCalled : boolean
+ myMethodWasCalledProcessing()
+ myTimeoutExceptionThrower()
+ myFileNotFoundExceptionThrower()
+ myMethod()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.execute {
class FailFastPassthroughFixture {
}
}
}
}
ExecutingTablesTest +-down- Result
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 |
59765868297ad3d4c7c62a9f0d1839e0affc9b7c | 6a55e043c69afbb3c5fe5500dd8b434056d3c974 | /src/main/asciidoc/images/package-steuer.puml | 06d334b48c67ed236f5277f83ab46338e77b9575 | [
"Apache-2.0"
] | permissive | kjys/jfachwert | 41122c005fad591ec14d19c349c67c201c4c48e8 | e21c79856fda2ce8e6fb4a14385e86e65ad1dd3c | refs/heads/master | 2020-06-15T04:00:15.571333 | 2019-05-28T20:40:37 | 2019-05-28T20:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 105 | puml | @startuml
package "steuer" {
class SteuerIdNr
class Steuernummer
class UStIdNr
}
@enduml
| false | true | false | false | class |
4b0ce12a4ea56ebd734cd35e1738716cf63f6706 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Utils/RuntimeUtilities.puml | 043c55aacc8559897f3877385a675841e8eb7394 | [] | 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 | 6,141 | puml | @startuml
class RuntimeUtilities <<static>> {
+ {static} GetLutStrip(size:int) : Texture2D
+ {static} SetRenderTargetWithLoadStoreAction(cmd:CommandBuffer, rt:RenderTargetIdentifier, loadAction:RenderBufferLoadAction, storeAction:RenderBufferStoreAction) : void
+ {static} SetRenderTargetWithLoadStoreAction(cmd:CommandBuffer, color:RenderTargetIdentifier, colorLoadAction:RenderBufferLoadAction, colorStoreAction:RenderBufferStoreAction, depth:RenderTargetIdentifier, depthLoadAction:RenderBufferLoadAction, depthStoreAction:RenderBufferStoreAction) : void
+ {static} BlitFullscreenTriangle(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, clear:bool, viewport:Rect?) : void
+ {static} BlitFullscreenTriangle(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, loadAction:RenderBufferLoadAction, viewport:Rect?) : void
+ {static} BlitFullscreenTriangle(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, clear:bool, viewport:Rect?) : void
+ {static} BlitFullscreenTriangleFromDoubleWide(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, material:Material, pass:int, eye:int) : void
+ {static} BlitFullscreenTriangleToDoubleWide(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, eye:int) : void
+ {static} BlitFullscreenTriangleFromTexArray(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, clear:bool, depthSlice:int) : void
+ {static} BlitFullscreenTriangleToTexArray(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, clear:bool, depthSlice:int) : void
+ {static} BlitFullscreenTriangle(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier, depth:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, clear:bool, viewport:Rect?) : void
+ {static} BlitFullscreenTriangle(cmd:CommandBuffer, source:RenderTargetIdentifier, destinations:RenderTargetIdentifier[], depth:RenderTargetIdentifier, propertySheet:PropertySheet, pass:int, clear:bool, viewport:Rect?) : void
+ {static} BuiltinBlit(cmd:CommandBuffer, source:Rendering.RenderTargetIdentifier, destination:RenderTargetIdentifier) : void
+ {static} BuiltinBlit(cmd:CommandBuffer, source:Rendering.RenderTargetIdentifier, destination:RenderTargetIdentifier, mat:Material, pass:int) : void
+ {static} CopyTexture(cmd:CommandBuffer, source:RenderTargetIdentifier, destination:RenderTargetIdentifier) : void
+ {static} scriptableRenderPipelineActive : bool <<get>>
+ {static} supportsDeferredShading : bool <<get>>
+ {static} supportsDepthNormals : bool <<get>>
+ {static} isSinglePassStereoEnabled : bool <<get>>
+ {static} isVREnabled : bool <<get>>
+ {static} isAndroidOpenGL : bool <<get>>
+ {static} isFloatingPointFormat(format:RenderTextureFormat) : bool
+ {static} Destroy(obj:UnityObject) : void
+ {static} isLinearColorSpace : bool <<get>>
+ {static} IsResolvedDepthAvailable(camera:Camera) : bool
+ {static} DestroyProfile(profile:PostProcessProfile, destroyEffects:bool) : void
+ {static} DestroyVolume(volume:PostProcessVolume, destroyProfile:bool, destroyGameObject:bool) : void
+ {static} IsPostProcessingActive(layer:PostProcessLayer) : bool
+ {static} IsTemporalAntialiasingActive(layer:PostProcessLayer) : bool
+ {static} GetAllSceneObjects() : IEnumerable<T>
+ {static} CreateIfNull(obj:T) : void
+ {static} Exp2(x:float) : float
+ {static} GetJitteredPerspectiveProjectionMatrix(camera:Camera, offset:Vector2) : Matrix4x4
+ {static} GetJitteredOrthographicProjectionMatrix(camera:Camera, offset:Vector2) : Matrix4x4
+ {static} GenerateJitteredProjectionMatrixFromOriginal(context:PostProcessRenderContext, origProj:Matrix4x4, jitter:Vector2) : Matrix4x4
+ {static} GetAllAssemblyTypes() : IEnumerable<Type>
+ {static} GetAllTypesDerivedFrom() : IEnumerable<Type>
+ {static} GetAttribute(type:Type) : T
+ {static} GetMemberAttributes(expr:Expression<Func<TType, TValue>>) : Attribute[]
+ {static} GetFieldPath(expr:Expression<Func<TType, TValue>>) : string
}
class "Dictionary`2"<T1,T2> {
}
class "IEnumerable`1"<T> {
}
RuntimeUtilities --> "m_WhiteTexture" Texture2D
RuntimeUtilities --> "whiteTexture" Texture2D
RuntimeUtilities --> "m_WhiteTexture3D" Texture3D
RuntimeUtilities --> "whiteTexture3D" Texture3D
RuntimeUtilities --> "m_BlackTexture" Texture2D
RuntimeUtilities --> "blackTexture" Texture2D
RuntimeUtilities --> "m_BlackTexture3D" Texture3D
RuntimeUtilities --> "blackTexture3D" Texture3D
RuntimeUtilities --> "m_TransparentTexture" Texture2D
RuntimeUtilities --> "transparentTexture" Texture2D
RuntimeUtilities --> "m_TransparentTexture3D" Texture3D
RuntimeUtilities --> "transparentTexture3D" Texture3D
RuntimeUtilities o-> "m_LutStrips<int,Texture2D>" "Dictionary`2"
RuntimeUtilities --> "s_Resources" PostProcessResources
RuntimeUtilities --> "s_FullscreenTriangle" Mesh
RuntimeUtilities --> "fullscreenTriangle" Mesh
RuntimeUtilities --> "s_CopyStdMaterial" Material
RuntimeUtilities --> "copyStdMaterial" Material
RuntimeUtilities --> "s_CopyStdFromDoubleWideMaterial" Material
RuntimeUtilities --> "copyStdFromDoubleWideMaterial" Material
RuntimeUtilities --> "s_CopyMaterial" Material
RuntimeUtilities --> "copyMaterial" Material
RuntimeUtilities --> "s_CopyFromTexArrayMaterial" Material
RuntimeUtilities --> "copyFromTexArrayMaterial" Material
RuntimeUtilities --> "s_CopySheet" PropertySheet
RuntimeUtilities --> "copySheet" PropertySheet
RuntimeUtilities --> "s_CopyFromTexArraySheet" PropertySheet
RuntimeUtilities --> "copyFromTexArraySheet" PropertySheet
RuntimeUtilities --> "defaultHDRRenderTextureFormat" RenderTextureFormat
RuntimeUtilities --> "m_AssemblyTypes<Type>" "IEnumerable`1"
@enduml
| false | true | false | false | class |
290fcd7c6297ff8b73f8811641c9bfacd61ebb5e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/PayloadNotIncluded.puml | 21f574a05e1b8ba3c50cad5c4ba957d8645112cb | [] | 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 | 875 | 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 PayloadNotIncluded [[PayloadNotIncluded.svg]] {
reason: String
payloadType: String
}
interface MessageDeliveryPayload [[MessageDeliveryPayload.svg]] {
projectKey: String
notificationType: String
resource: [[Reference.svg Reference]]
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
sequenceNumber: Long
resourceVersion: Long
payloadNotIncluded: [[PayloadNotIncluded.svg PayloadNotIncluded]]
}
PayloadNotIncluded --> MessageDeliveryPayload #green;text:green : "payloadNotIncluded"
@enduml
| false | true | false | false | sequence |
f7cc762697f08a85fbf4d30372d9fb1366866bae | 1e379c627fcc70d9bb312b9afc422bf054122f10 | /Diagrams/src/microservices.plantuml | 272095ee53c4e659c9425fab31ddcda467756dce | [] | no_license | nikhilw/understanding_ms-exploding_a_monolith | a533909022b8d7d34cdeb759280d34d165907919 | b92b766038d73121316ec9be77d97e31324f96b0 | refs/heads/master | 2021-08-30T06:04:32.288091 | 2017-12-16T10:17:06 | 2017-12-16T10:17:06 | 114,451,777 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,951 | plantuml | @startuml
rectangle MyKart {
'top to bottom direction
'left to right direction
[TransactionsService]
[ProductsService]
[ShippingService]
'collections GatewayService
[GatewayService]
rectangle [DiscoveryServer] as ds {
[Instance I]
[Instance II]
[Instance III]
}
rectangle "Log Aggregation Service" as las {
'collections [Aggregation Server]
[Aggregation Server]
database LogAggregationDb
}
rectangle [UserService] {
[UserService Code] as usc
database UserServiceDatabase as uscDb
queue UserServiceQueue as uscQ
rectangle "Circuit Breaker" as cb {
rectangle "Client-side Load Balancer" {
rectangle "Discovery aware rest client" as darc {
}
}
}
together {
rectangle "Config Service Client" as csc {
}
rectangle "Discovery Service Client" as dsc {
}
rectangle "Tracing Service Client" as tsc {
}
}
together {
rectangle "Log Aggregation Service Client" as lasc {
}
rectangle "Health check agent" as hca {
}
}
usc ..> darc :use
darc ..> dsc :use
tsc .[hidden]..> hca
darc .[hidden]..> tsc
darc .[hidden]..> csc
}
'collections "Central Configuration Service" as ccs
["Central Configuration Service"] as ccs
rectangle [DistributedTracingService] as dts {
' collections [DistributedTracingServer]
[DistributedTracingServer]
queue DistributedTracingServerQueue
}
rectangle "Circuit Breaker Event Aggregation Service" as cbeas {
' collections [Circuit Breaker Event Aggregation Server]
[Circuit Breaker Event Aggregation Server]
database CBEventAggregationDB
}
dsc ..> ds
csc ..> ccs
lasc ..> las
tsc ..> dts
hca ..> ds
cb ..> cbeas
usc --> uscDb
usc --> uscQ
'collections DiscoveryServer
'collections ProductsService
'collections UserService
'collections TransactionsService
'collections ShippingService
@enduml | false | true | false | false | sequence |
9b84c381302140ed69c310ed1663b737dddffdc6 | e95f543abae68daf66a319d2191fdf5c7d06f325 | /uml/system.plantuml | 90b3c5891480a266f499e540e9e96b2fbc558da1 | [
"Apache-2.0"
] | permissive | ffc-nectec/entities | b3bd479c51c12ce60f7a9a0d6b2f6374af83bb11 | 6ec51b8cd89c3f9a26548fd0d25e1f5583df1ce8 | refs/heads/master | 2021-07-02T01:44:25.660575 | 2019-05-02T08:23:21 | 2019-05-13T06:55:57 | 137,706,528 | 0 | 0 | Apache-2.0 | 2020-08-24T03:03:10 | 2018-06-18T03:30:20 | Kotlin | UTF-8 | PlantUML | false | false | 1,264 | plantuml | @startuml
skinparam monochrome true
rectangle "PCU" <<Private Network>> {
[AirSync] as AirSync
frame "HIS" {
[JHCIS] as J
database "JHCIS\nDatabase" {
[data] as JDB
}
}
AirSync -up- JDB
JDB = J
}
cloud Cloud {
frame FFC {
[API] <<RESTful>> as API
database "Database" {
[Data]
}
[Console] <<html>>
Console --> API : via
API -down- Data
}
frame "BeeStorage" {
[Controller] <<Thumbor>> as Img
database "Storage" {
[Image Data] as ImgData
}
Img - ImgData
}
() https
[Load Balancer] <<Proxy>> as Proxy
Proxy -up- https
Proxy -left. API : api.ffc.in.th
Proxy -. Img : img.ffc.in.th
[Console] .. Proxy : console.ffc.in.th
}
cloud "Push Notification \nService Provider" {
() Messaging
}
rectangle Mobile {
[Application] as app
}
API --> Messaging : Push
Messaging ..> app : Notify
Messaging ...> AirSync : Notify
AirSync ---> https : api
app ---> https : api
actor "HealthCare\n Provider" as Provider
Provider <<Care Manager>>
Provider -- J
Provider - app
actor Surveyor
Surveyor <<Care Giver>>
app -- Surveyor
actor Admin
() "Web Browser" as web
web -up-- Admin
web --> https : console
@enduml
| false | true | false | false | sequence |
b888ca7f09a83db84576c04a12691e7960219b2b | 873261e2d27905478bc72db08106f6a3c86eb90c | /ProyectoTDP/src/Engine/Engine.puml | 625b6e456eb30927f5cae79e6755c94b15699eec | [] | no_license | francoraniolo/PSS18-TPEO3-Com02 | f39929d8eab34d448e8661f1a6b6e04dc704a584 | 60b6f642a1dc85804ea82ad3825e1ec37086dbea | refs/heads/master | 2020-04-06T13:07:53.776674 | 2018-11-15T01:23:46 | 2018-11-15T01:23:46 | 157,426,565 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,976 | puml | @startuml
skinparam classAttributeIconSize 0
package Engine{
interface IEngine{
+{abstract}suscribeToUpdate(object:GameObject)
+{abstract}suscribeToUpdate(component:Component )
+{abstract}waitForFrames(action:Runnable , frames:int )
+{abstract}start();
+{abstract}Pauser():CorePauser
+{abstract}frameCounter():long
}
IEngine <|-- MyEngine
MyEngine -- "1" Core
MyEngine -- "2" IBroadcaster
class MyEngine{
#MyEngine();
+suscribeToUpdate(object:GameObject)+
+suscribeToUpdate(component:Component )+
+waitForFrames(action:Runnable , frames:int )+
+start();+
+Pauser():CorePauser+
+frameCounter():long+
}
interface IActivable{
isActive:boolean
setActive(a:boolean)
}
class Clock{
currentTimeNanos():long
}
IActivable <|-- Component
Component -- "1" GameObject
abstract class Component{
-active:boolean=true
+start()
+update()
#frameCounter():long
+OnEnable()
+OnDisable()
+OnDestroy()
+DestroyComponent()
+DestroyComponent()
+transform():Transform
#setGameObject(ref:GameObject)
+gameObject():GameObject
+isActive:boolean+
+setActive(a:boolean)+
}
GameObject -- "1" GameObject:root
note left on link: static
GameObject -- "*"GameObject:children,parent
GameObject -- "*"Component
GameObject -- "1"Transform
GameObject -- "1"HitBox
class GameObject
{
+{static} getRoot():GameObject
-GameObject()
-GameObject(parent:GameObject)
+addHitBox(c:HitBox ):HitBox
+<S extends Component> addComponent(S c):S
+getComponents():Iterable<Component>
+void sendMessage( consumer:Consumer<Component>)
+<C extends Component> addChild(Iterable<C> components):GameObject
+addChild():GameObject
+removeComponent(c:Component )
+getParent():GameObject
+children():Iterable<GameObject>
+transform():Transform
+Update()
+destroy()
-onDestroy:Runnable
+setOnDestroy(r:Runnable )
+SetEnabled(enabled:boolean)
+getHitbox():HitBox
+size():int
+SizeComps():int
-renderer:Renderizable
+setRenderer(rend:Renderizable)
+getRenderer():Renderizable
+getChildren():Iterable<GameObject>
}
Component <|-- Transform
Transform -- "2" Vector2: position,top
class Transform{
-ZCompontent:float
-lifetime:int
+Transform()
-Transform(position:Vector2)
+update()+
+position():Vector2
+position3():Vector3
+top():Vector2
+top(length:float):Vector2
+setPosition(position:Vector2)
+setTop(position:Vector2)
+rotate(angle:float)
+setFromPrototype(prototype:Transform)
+moveTowards(direction:Vector2)
+getZcomponent():float
+setZcomponent()
+getLifetime():int
}
Core -- "1" Core:instance
note on link: static
Core -- "4" IBroadcaster
Core -- "2" Invoker
Core -- "*" Runnable: Runnables for each frame
class Core{
-FPS:short
-paused:boolean
-currentFrame:long
-exit:boolean
-debt:long
#{static}getInstance():Core
-Core()
-clean()
-endOfFrame()
-mainLoop()
-sleep(time:long)
+Start()
+waitForSeconds(action:Runnable,seconds:float)
+waitForFrames(action:Runnable,frames:int)
+setPaused(p:boolean)
+isPaused():boolean
+frameCounter():long
}
KeyListener <|-- Transform
CorePauser -- "1" CorePauser:instance
note left on link: static
CorePauser -- "1" Core
class CorePauser
{
-paused = false:boolean
-CorePauser()
+{static} CorePauser Instance()
+keyTyped(e:KeyEvent )+
+keyPressed(e:KeyEvent ) +
+keyReleased(e:KeyEvent ) +
}
Component <|-- DoWhen
class DoWhen {
-condition:Callable<boolean>
-codeBlock:Runnable
-cond:boolean
+DoWhen(condition:Callable<Boolean>, Runnable action)
+update()+
-checks():Boolean
}
EngineGetter -- "1" EngineGetter:instance
note left on link: static
EngineGetter -- "1" IEngine
class EngineGetter
{
+ {static} Instance():EngineGetter
- EngineGetter()
+get():IEngine
}
Component <|-- While
class While
{
-condition:Callable<boolean>
-codeBlock:Runnable
-onComplete:Runnable
-cond:boolean
-runs:boolean
+While(condition:Callable<Boolean> ,codeBlock:Runnable)
+update()+
-checks():Boolean
+Excecute()
+OnComplete(onComplete:Runnable )
}
}
@enduml
| false | true | false | false | class |
0252c359b2312963ee4877afcefb3aa09f903262 | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/Robo_Sumo_Battle/Communication/Classes/Wifi/WifiClass.plantuml | 8ab5c5a2226b5cb766e8ede32a5256f7c197c89b | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 233 | plantuml | class Wifi{
+Wifi();
+createHotspot(string SSID, string passphrase)
+closeHotspot()
+connectToWifi(string SSID, string passphrase, string MAC)
+disconnectToWifi()
-SSID
-Passphrase
-MAC
~Wifi();
}
| false | true | false | false | class |
f82e1cb8c402233e96d5412269595ef17b66c6d6 | ea365b8214b0a52fdaebff9f95cfce5e69e58729 | /schema.puml | e9e670429dfa3178984a8fbcd3bafc2de19267c5 | [
"MIT"
] | permissive | frederikheld/devradar | 1bb01f42e0deefcd53a8f0f8b4bb064e246ae583 | 0c2476d7675bc23b3ce0151e3532443c4c6d3898 | refs/heads/master | 2021-07-15T04:12:24.696447 | 2020-07-29T06:54:31 | 2020-07-29T06:54:31 | 289,754,693 | 0 | 0 | MIT | 2020-08-23T19:39:07 | 2020-08-23T19:39:06 | null | UTF-8 | PlantUML | false | false | 1,706 | puml | @startuml firestore_schema
!includeurl https://gist.githubusercontent.com/anoff/d8f48105ac4d3c7b14ca8c34d6d54938/raw/7381f13a14e048bbd3cb4ecc70369e913908151a
object users
users : Collection<user>
object radars
radars : Collection<radar>
object roles
roles : Collection<role>
users .[hidden]right roles
roles .[hidden]right radars
object user
user : _id : Firebase UID
user : uid : String
user : displayName : String
user : lastLogin : String
user : name : String
user : email : String
user : radar : radar._id
users o-- user
object role
role : _id : user._id
role : admin : Boolean (optional)
role : editor : Boolean (optional)
role : viewer : Boolean (optional)
roles o-- role
role o.. user
object radar
radar : _id : Firebase UID
radar : blips : Collection<blip>
radar : categories : Array<String>
radar : levels : Array<String>
radar : owner : user._id
radar : readers : Array<user._id>
radar : isPublic : Boolean
radars o-- radar
radar o..o user
object blip
blip : _id : Firebase UID
blip : title : String
blip : description : String
blip : category : Number
blip : level : Number
blip : link : String
blip : changes : Array<change>
radar o-- blip
object change
change : id : UUIDv4
change : date : String (ISO8601)
change : newLevel : String
change : text : String
blip o-- change
object team
team : _id : Firebase UID
team : name : String
team : members : Array<user._id>
team : tech : radar._id
user ..o team
radar ..o team
object radarAliases
radarAliases : Collection<radarAlias>
radars .[hidden]right radarAliases
object radarAlias
radarAlias : _id : user._id
radarAlias : alias : string
radarAlias : radarId : radar._id
radarAliases o-- radarAlias
radarAlias o.. radar
@enduml | false | true | false | false | class |
21e08093d1404a42b27926a8b8c8da771885906b | 2bdea266b9dbed4c9c7a2010bf5b3caf61d1174c | /src/main/java/ua/knucea/domain/entity/uml/User.puml | 6510cb39b7b1459e5573a797b68ef61a71b05b6d | [] | no_license | Spotyk/springApp | e0a5b58f9e99e6cc75c4104fbdfa7864049f34f3 | b1e7da87e211fcb79204e09af15286109516db84 | refs/heads/master | 2021-12-11T16:58:31.134179 | 2021-09-14T17:18:51 | 2021-09-14T17:18:51 | 226,185,934 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 305 | puml | @startuml
class User{
name:String
password:String
email:String
state:String
country:String
avatarPath:String
active:boolean
role:String
birthDate:Date
isAdmin()
setBirthDate()
getBirthDate()
setAvatarPath()
getState()
setState()
setCountry()
getCountry()
setEmail()
getEmail()
}
@enduml | false | true | false | false | state |
cfaf9a2fd61a84cf396bc872489a144cffb6dcf1 | fafaf973381b21bea8eb334545ded62282cba3a2 | /prototype/Prototype.plantuml | ee5fa8f4a83d13dde22d2949eb30d9ff5aae7b91 | [] | no_license | recepkaraca/DesignPatternsCourse | d9edc61009b4313a08b0383473b0d97f8fb0a2dd | 69f507ebec842c6b50e9a2a093496f62760170fe | refs/heads/master | 2022-09-11T10:19:54.206890 | 2020-06-02T22:51:09 | 2020-06-02T22:51:09 | 245,816,321 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 459 | plantuml | @startuml scenario_uml
skinparam classAttributeIconSize 0
left to right direction
abstract class BookPrototype{
+int BookId
+string BookName
+string bookCategory
+BookPrototype()
{abstract}+BookProtype Clone()
}
class BookForDeep{
+BookForDeep()
}
class BookForShallow{
+BookForShallow()
}
class PrototypeRun{
+Main()
}
PrototypeRun --> BookPrototype
BookForShallow -|> BookPrototype
BookForDeep -|> BookPrototype
@enduml | false | true | false | false | class |
301bce5a9d62b443bbd4d378460eaa8efca10583 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Engines/DTOMapper.puml | 3b85297feedf34d924e758676d7664ffbe968b02 | [
"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 | 226 | puml | @startuml
class DTOMapper <<static>> {
+ {static} Map(source:object, dest:object) : void
+ {static} Map(source:object) : T
}
DTOMapper --> "_mapper" IMapper
DTOMapper --> "Configuration" IConfigurationProvider
@enduml
| false | true | false | false | class |
22bbaf9e6c03857ca5a35d60c3fdeeba9a6696d8 | 5e083b3b19a16e43d276114e11c46013be67bce5 | /doc/OOD/Bankkunde brug bank.puml | 5cdc52396e701a3d1c6064da501fe8919ff8a296 | [] | no_license | New123User321/bank | 6e1d4d1928ff74ca52ae77e132fd82a04c48877b | e00e8b99a21a6f01cdf90a078c0513923ffb3c71 | refs/heads/master | 2021-01-19T21:12:13.430544 | 2017-04-27T11:45:09 | 2017-04-27T11:45:09 | 88,622,609 | 1 | 0 | null | 2017-04-20T12:39:07 | 2017-04-18T12:29:56 | JavaScript | UTF-8 | PlantUML | false | false | 660 | puml | @startuml
left to right direction
Bankkunde <<human>>
TellerMachine <<abstract machine>> as TM
usecase (overfør penge) as overfør
Bankkunde --> (overfør)
(overfør) <-- TM
PengeAutomat <<ATM>> as ATM
TM <|- ATM
usecase (hæv pænge) as haev
Bankkunde --> (haev)
(haev) <-- ATM
usecase (indsæt pænge) as indsaet
Bankkunde --> (indsaet)
(indsaet) <-- ATM
NetBank <<web app>>
TM <|-- NetBank
usecase (betal regning) as betal #ffffff
Bankkunde --> (betal)
(betal) <--- NetBank
usecase (bed om penge) as bed #dddddd
Bankkunde --> (bed)
(bed) <-- TM
usecase (opkræv regning) as opkræv #dddddd
Bankkunde --> (opkræv)
(opkræv) <--- NetBank
@enduml | false | true | true | false | usecase |
44e8e8abfc8bb28eb11e3d3e67a88d84a19f867d | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/Cleaner.puml | edcc6cf8202834bce7133affabd5ef339b2f4998 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 304 | puml | @startuml
class Cleaner {
+ HourlyPay : double <<get>>
+ Cleaner(fname:string, lname:string, id:string, age:int, hours:double)
+ Cleaner(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
Employee <|-- Cleaner
IMinorEmployee <|-- Cleaner
@enduml
| false | true | false | false | class |
e952444d31d91d1e1149ff8ec9da6c3858e437fd | e3645014ec4552fa6507908a0284f3816b2fe998 | /thesis/diagrams/workflow.puml | bb6c2051ee56cb44d578703d03285020acc42157 | [
"MIT"
] | permissive | kuffel/ex_app | 581b378975dedb97ce9170eeee1e0d543b7ea057 | c67c1c9f9b48d6020859ea2b1f9d070dca69c84f | refs/heads/master | 2023-04-24T09:36:14.665804 | 2021-05-18T13:28:42 | 2021-05-18T13:28:42 | 297,621,378 | 0 | 0 | MIT | 2021-05-18T13:28:43 | 2020-09-22T10:59:59 | TeX | UTF-8 | PlantUML | false | false | 1,510 | puml | @startuml
title CI/CD Workflow
actor "Developer" as D
entity "Github" as GH
entity "CircleCI" as CI
actor "Reviewer" as R
entity "AWS ECS" as ECS
entity "AWS ECR" as ECR
entity "ExApp Lambda" as LMB
entity "Preview Application" as PRV_APP
entity "Production Application" as PROD_APP
group Development
D <-- GH: Create branch from master
D <- D: Make changes to the code
D --> GH: Push branch
end
group Review
D --> GH: Create pull request
GH --> CI: Start build
CI -> CI: Build, test and create docker images
CI -> ECR: Push image
CI -> ECS: Deploy preview
CI -> PRV_APP: Wait for deployed preview
CI -> LMB: Create comment with preview URL
LMB -> GH: Create comment with preview URL
GH -> R: Pull request ready for review
R -> R: Review code and preview application
R -> GH: Make comments, suggest changes
D -> GH: Discuss comments, push changes
end
alt Pull requests accepted and merged
R -> GH : Merge pull request
GH -> D : Inform about accepted pull request
CI -> LMB: Get merged preview environment
CI -> ECS: Delete preview environment
GH --> CI: Start master build
CI -> CI: Build, test and create docker images
CI -> ECR: Push image
CI -> PROD_APP: Deploy to production
CI -> LMB: Trigger delete of unused images
CI -> ECS: Trigger delete of preview application
ECS -> PRV_APP: Delete preview application
LMB -> ECS: Query for used images
LMB -> ECR: Delete unused images
end
@enduml | false | true | false | false | sequence |
74e5fa619b15c0d2d5c0a02552d67c6cca707b15 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC7/UC7_CD.puml | 2192645bcd3f0673f5e3ec34afcb435687fd2646 | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,258 | puml | @startuml
skinparam classAttributeIconSize 0
class LoadTransactionsFileUI{
}
class LoadTransactionsFileController{
+loadFileCsv(file)
+loadFileTxt(file)
}
class LoadFromCsvTxt{
loadFile(file)
}
class Platform {
-String designation
+getOrganizationsRegister()
+getFreelancersRegister()
}
class Organization {
-String designation
+getTaskList()
+getPaymentTransactionList()
}
class OrganizationsRegister{
+getOrganizationByUserEmail(email)
}
class AplicacaoPOT {
+static getInstance()
+getCurrentSession()
}
class UserSession {
+getUserEmail()
}
class User {
-String name
-String email
-String password
}
class Collaborator {
-String name
-String email
}
class Freelancer {
-String id
-String name
-String email
-Integer NIF
-Integer IBAN
-double OverallPayments
+Freelancer(id,name,email,NIF,IBAN,level,freeLocation)
+setPayment(pay)
}
class FreelancersRegister{
+contains(free)
+addFreelancer(free)
+getFreelancerById(freeID)
}
enum LevelOfExpertise {
-JUNIOR
-SENIOR
}
class Location {
-String address
-String country
+Location(address,country)
}
class PaymentTransaction {
-String id
-Integer day
-Integer hour
+PaymentTransaction(transID,free,task)
}
class PaymentTransactionList {
+contains(pay)
+addPaymentTransaction(pay)
}
class Task {
-String id
-String briefDescription
-Double timeDuration
-Double costPerHour
-String category
+Task(taskID,taskDesc,taskDuration,taskCost,taskCategory)
}
class TasksList{
+contains(task)
+addTask(task)
}
class TaskExecution{
-Date deadline
-Double delay
-String descQualityWork
}
LoadTransactionsFileUI .. LoadTransactionsFileController
LoadTransactionsFileController ..> LoadFromCsvTxt
LoadFromCsvTxt -- Platform
LoadFromCsvTxt -- Freelancer
LoadFromCsvTxt -- FreelancersRegister
LoadFromCsvTxt -- Task
LoadFromCsvTxt -- OrganizationsRegister
LoadFromCsvTxt -- Organization
LoadFromCsvTxt -- AplicacaoPOT
LoadFromCsvTxt -- UserSession
LoadFromCsvTxt -- TasksList
LoadFromCsvTxt -- PaymentTransactionList
LoadFromCsvTxt -- Collaborator
Platform "1" -- "*" Organization : has registered >
Platform "1" -- "*" Freelancer : has registered >
Platform "1" -- "*" User : has registered >
Platform "1" --> "1" FreelancersRegister : has
Platform "1" --> "1" OrganizationsRegister : has
FreelancersRegister "1" --> "*" Freelancer : has
OrganizationsRegister "1" --> "*" Organization : has
Organization "1" --> "1" TasksList : has
Organization "1" --> "1" PaymentTransactionList : has
Organization "1" --> "0..1" Collaborator : has
Organization "1" -- "*" Task : has >
Organization "1" -- "*" PaymentTransaction : has >
TasksList "1" --> "*" Task : has
PaymentTransactionList "1" --> "*" PaymentTransaction : has
PaymentTransaction "*" --> "1" Freelancer : to
PaymentTransaction "1" --> "1" Task : has
Collaborator "1" --> "*" Freelancer : registers
Collaborator "1" --> "*" Task : registers
Collaborator "1" --> "*" TaskExecution : registers
Collaborator "1" --> "*" PaymentTransaction : does
Collaborator "0..1" -- "1" User : act as >
Task "1" --> "1" TaskExecution : has
Freelancer "1" -- "1" LevelOfExpertise : has >
Freelancer "1" -- "1" Location : has >
Freelancer "1" -- "*" Task : does >
@enduml
| false | true | false | false | sequence |
9ed59daafef3204408dd70549288741b89d2a6a9 | 2a55af90da354874b8bae9e25185474f446cd695 | /infra/infra.puml | d0369311a620c3948fb36d6fecd7158b07aee976 | [
"Apache-2.0"
] | permissive | sunw31/boilerplate | acb9adfd4923c6cdc18e095701f5de92c24c34a7 | e7197a5ce99c0fa8219117b5765907ecbd5c3017 | refs/heads/master | 2020-12-29T05:26:08.590998 | 2020-02-04T03:45:41 | 2020-02-04T03:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,190 | puml | @startuml
package "event" {
class "Repository" as event.Repository <<E,#FFCC00>> {
-bucket: string
-db: nutsdb.DB
+Close(): error
+Load(ctx: context.Context, prefix: keyvalue.Prefixer): (keyvalue.KeyValuer, error)
+Save(ctx: context.Context, keyvalue: keyvalue.KeyValuer): error
}
}
event.Repository ..> keyvalue.Prefixer : <<use>>
event.Repository ..> keyvalue.KeyValuer : <<use>>
package "keystore" {
class "Repository" as keystore.Repository <<E,#FFCC00>> {
-bucket: string
-db: nutsdb.DB
+Close(): error
+Get(ctx: context.Context, key: keyvalue.Keyer): (keyvalue.KeyValuer, error)
+Save(ctx: context.Context, keyvalue: keyvalue.KeyValuer): error
}
}
keystore.Repository ..> keyvalue.Keyer : <<use>>
keystore.Repository ..> keyvalue.KeyValuer : <<return>>
keystore.Repository ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "Key" as keyvalue.Key <<E,#FFCC00>> {
+Key: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetKey(): []byte
}
}
package "keyvalue" {
class "KeyValue" as keyvalue.KeyValue <<E,#FFCC00>> {
+Key: []byte
+Value: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetKey(): []byte
+GetValue(): []byte
}
}
package "keyvalue" {
interface "KeyValueCloser" as keyvalue.KeyValueCloser {
+Close(): error
+Get(: context.Context, : keyvalue.Keyer): (keyvalue.KeyValuer, error)
+Save(: context.Context, : keyvalue.KeyValuer): error
}
}
keyvalue.KeyValueCloser ..> keyvalue.Keyer : <<use>>
keyvalue.KeyValueCloser ..> keyvalue.KeyValuer : <<return>>
keyvalue.KeyValueCloser ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "KeyValueWithContext" as keyvalue.KeyValueWithContext <<E,#FFCC00>> {
+Context: context.Context
+KeyValue: keyvalue.KeyValuer
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyValueWithContext --> keyvalue.KeyValuer
keyvalue.KeyValueWithContext ..> keyvalue.KeyValuer : <<return>>
package "keyvalue" {
interface "KeyValueWithContexter" as keyvalue.KeyValueWithContexter {
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyValueWithContexter ..> keyvalue.KeyValuer : <<return>>
package "keyvalue" {
interface "KeyValuer" as keyvalue.KeyValuer {
+Descriptor(): ([]byte, []int)
+GetKey(): []byte
+GetValue(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
class "KeyWithContext" as keyvalue.KeyWithContext <<E,#FFCC00>> {
+Context: context.Context
+Key: keyvalue.Keyer
+GetContext(): context.Context
+GetKey(): keyvalue.Keyer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyWithContext --> keyvalue.Keyer
keyvalue.KeyWithContext ..> keyvalue.Keyer : <<return>>
package "keyvalue" {
interface "KeyWithContexter" as keyvalue.KeyWithContexter {
+GetContext(): context.Context
+GetKey(): keyvalue.Keyer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
keyvalue.KeyWithContexter ..> keyvalue.Keyer : <<return>>
package "keyvalue" {
interface "Keyer" as keyvalue.Keyer {
+Descriptor(): ([]byte, []int)
+GetKey(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
interface "LoadSaveCloser" as keyvalue.LoadSaveCloser {
+Close(): error
+Load(: context.Context, : keyvalue.Prefixer): (<-chan keyvalue.KeyValuer, error)
+Save(: context.Context, : keyvalue.KeyValuer): error
}
}
keyvalue.LoadSaveCloser ..> keyvalue.Prefixer : <<use>>
keyvalue.LoadSaveCloser ..> keyvalue.KeyValuer : <<use>>
package "keyvalue" {
class "Prefix" as keyvalue.Prefix <<E,#FFCC00>> {
+Prefix: []byte
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetPrefix(): []byte
}
}
package "keyvalue" {
interface "Prefixer" as keyvalue.Prefixer {
+Descriptor(): ([]byte, []int)
+GetPrefix(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "keyvalue" {
interface "TopicKeyValueWithContexter" as keyvalue.TopicKeyValueWithContexter {
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyValueWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyValueWithContexter
+Subscribe(c: chan<- keyvalue.KeyValueWithContexter)
}
}
package "keyvalue" {
interface "TopicKeyWithContexter" as keyvalue.TopicKeyWithContexter {
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyWithContexter
+Subscribe(c: chan<- keyvalue.KeyWithContexter)
}
}
package "keyvalue" {
class "mapKeyValueWithContexter" as keyvalue.mapKeyValueWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*keyvalue.tKeyValueWithContexter
-get(topic: interface{}): keyvalue.TopicKeyValueWithContexter
}
}
package "keyvalue" {
class "mapKeyWithContexter" as keyvalue.mapKeyWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*keyvalue.tKeyWithContexter
-get(topic: interface{}): keyvalue.TopicKeyWithContexter
}
}
package "keyvalue" {
class "tKeyValueWithContexter" as keyvalue.tKeyValueWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- keyvalue.KeyValueWithContexter
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyValueWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyValueWithContexter
+Subscribe(c: chan<- keyvalue.KeyValueWithContexter)
}
}
package "keyvalue" {
class "tKeyWithContexter" as keyvalue.tKeyWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- keyvalue.KeyWithContexter
+Publish(ctx: context.Context, c: <-chan keyvalue.KeyWithContexter)
+Publisher(ctx: context.Context): chan<- keyvalue.KeyWithContexter
+Subscribe(c: chan<- keyvalue.KeyWithContexter)
}
}
keyvalue.Key -up-|> keyvalue.Keyer
keyvalue.KeyValue -up-|> keyvalue.KeyValuer
keyvalue.KeyValue -up-|> keyvalue.Keyer
keyvalue.KeyValueWithContext -up-|> keyvalue.KeyValueWithContexter
keyvalue.KeyValuer -up-|> keyvalue.Keyer
keyvalue.KeyWithContext -up-|> keyvalue.KeyWithContexter
keyvalue.Prefix -up-|> keyvalue.Prefixer
keyvalue.tKeyValueWithContexter -up-|> keyvalue.TopicKeyValueWithContexter
keyvalue.tKeyWithContexter -up-|> keyvalue.TopicKeyWithContexter
@enduml
| false | true | false | false | class |
db70f7d6716cdd298c3016f8dc006aba7997cac3 | a4750e0d70ea76001971df4511c7bde543c04a96 | /TD04/TD4.2.2.plantuml | 38be736915697a951b24c15b6087d99f90572f9a | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-NicolasIUT | 39019a72749beae52fb54429537391559322b2e4 | a8cf846d6d34addaac8771a69e5a70b2ebec1af5 | refs/heads/main | 2023-03-28T07:33:31.038455 | 2021-03-31T13:41:04 | 2021-03-31T13:41:04 | 335,633,635 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | plantuml | @startuml TD4.2.2
actor Client
usecase passerR as (Passer dans les rayons)
usecase demandeR as (Demander des renseignements)
usecase procederE as (Procéder à des essais)
usecase prendreA as (Prendre des articles)
usecase stockSuff as (Vérifier si le stock est suffisant)
usecase reglerA as (Régler ses achats)
usecase moyenP as (Régler avec moyen de payement)
usecase reglerAvReduc as (Régler avec réduction)
prendreA .> stockSuff <<include>>
Client -> passerR
passerR <.. demandeR: <<extend>>
passerR <..procederE: <<extend>>
Client ---> prendreA
reglerA <-- Client
moyenP --|> reglerAvReduc
reglerAvReduc --|> reglerA
@enduml
| false | true | true | false | usecase |
76bf8164041f31110b0b869a792fbc7fa6fe1997 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/crud/create/flow-create-hs.puml | 2705677ab6f26383278ca57b74783a2ef753ce95 | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 3,775 | puml | @startuml
title Hub And Spoke Flow Create
actor User
boundary "NB v2" as NB
participant FlowManager << Hub >>
participant DAO
participant FlowValidator
participant PathComputer
participant ResourcePool
participant CommandBuilder
database DAO
participant History
participant SpeakerWorker
participant RulesValidator
User -> NB : Create request
activate NB
NB -> FlowManager : Create flow
activate FlowManager
FlowManager -> History : Flow Creation Started "FLOW X: Initialized"
==Validation==
FlowManager -> FlowValidator : Validate flow
FlowValidator -> FlowValidator : Validate flow
FlowManager <- FlowValidator : Flow validation result
note right: Check whether flow with \nsuch id exists, ports/vlan \nconflicts, etc
alt Is flow valid?
NB <- FlowManager : Flow creation error
User <- NB : Flow creation error
end
FlowManager -> History : Flow Creation Started "FLOW X: Validated"
FlowManager -> FlowManager : Start Flow Creation Workflow
== Path calculation and resource allocation ==
FlowManager -> PathComputer : Find path
FlowManager <- PathComputer : Path for flow
alt Path is not present?
NB <- FlowManager : Flow creation error
User <- NB : Flow creation error
else Path is found
NB <- FlowManager : Flow creation\n is in progress
User <- NB : Flow creation response
deactivate NB
end
FlowManager -> History : Flow Creation is in progress "FLOW X: Path found"
FlowManager -> ResourcePool : Allocate resources
activate ResourcePool
ResourcePool -> DAO : Get available resources
ResourcePool <- DAO : Used cookies, vlans, meters
ResourcePool -> ResourcePool : Allocate resources for flow
ResourcePool -> DAO : Update used resources
FlowManager <- ResourcePool : Allocated resources
deactivate ResourcePool
FlowManager -> History : Flow Creation is in progress "FLOW X: Resources allocated"
FlowManager -> DAO : Save flow
note right: Status of the flow is IN_PROGRESS
FlowManager -> DAO : Save flow segments
FlowManager -> DAO : Update ISLs available bandwidth
== Flow installation ==
FlowManager -> CommandBuilder : Create Switch Rules
CommandBuilder -> CommandBuilder : Build commands
note right : Two groups of commands is created:\nEgress/transit (1st stage) and ingress (2nd stage)
FlowManager <- CommandBuilder: Flow installation commands
loop in (1st stage commands)
FlowManager -> SpeakerWorker : Install a rule
end
deactivate FlowManager
loop for each installed rule from 1st stage
FlowManager <- SpeakerWorker : a rule has been installed
activate FlowManager
FlowManager -> FlowManager : mark corresponding rule as installed
FlowManager -> History : N of M rules are installed
opt Is the last command in 1st group?
FlowManager -> History : Validating non-ingress installed rules
FlowManager -> RulesValidator : Validate egress/transit rules from 1st stage
end
end
deactivate FlowManager
FlowManager <- RulesValidator : Egress/transit rules are installed and valid
activate FlowManager
loop in (2nd stage commands)
FlowManager -> SpeakerWorker : Install an ingress rule
end
deactivate FlowManager
loop for each installed rule from 2nd stage
FlowManager <- SpeakerWorker : a rule has been installed
activate FlowManager
FlowManager -> History : N of M rules are installed
FlowManager -> FlowManager : mark corresponding rule as installed
opt Is the last command in 2nd group?
FlowManager -> History : Final validation of installed rules
FlowManager -> RulesValidator : Validate ingress rules
end
end
deactivate FlowManager
FlowManager <- RulesValidator : Ingress rules are installed and valid
activate FlowManager
FlowManager -> DAO : Update flow status to UP
FlowManager -> History : FLOW X is UP
deactivate FlowManager
@enduml | false | true | false | false | usecase |
dd81bccb306e3245a835e8ed6c9a54b9a6b52316 | 1e992cebb323e6f1bbddd1e23b6214f8806b7834 | /sip/LOGIN/voip_fetch_token_and_login_flow.puml | fdd3c196b7ae0799a3f9f5776dcf1ca536132eb2 | [] | 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,408 | puml | @startuml
skinparam monochrome true
hide footbox
participant Voip_Client order 10
participant Voip_Server order 20
participant Voip_Redis order 30
participant Snitch order 40
participant Snitch_Redis order 50
Voip_Client -> Snitch: 1. fetch voip.token
Snitch -> Snitch_Redis: 2. set Token t1 (ttl = 300 seconds)
Snitch -> Voip_Client: 3. return Token t1
Voip_Client -> Voip_Server: 4. LOGIN(token: t1, session: nil)
Voip_Server -> Voip_Redis: 5. Find Session nil
Voip_Redis -> Voip_Server: 6. nil
Voip_Server -> Snitch: 7. authenticate.voip_signal(token: t1)
Snitch -> Snitch_Redis: 8. Find Token t1
Snitch_Redis -> Snitch: 9. Find it
Snitch -> Voip_Server: 10. 200
Voip_Server -> Voip_Redis: 11. set Session s1 and expire it
Voip_Redis -> Voip_Server: 12. OK
Voip_Server -> Voip_Client: 13. LOGIN(code: 200, new_session_key: s1)
Voip_Client -> Voip_Server: 14. LOGIN(token: nil, session: s1)
Voip_Server -> Voip_Redis: 15. Find Session s1 (ttl=12 hours)
Voip_Redis -> Voip_Server: 16. Find it
Voip_Server -> Voip_Client: 17. LOGIN(code: 200)
Voip_Client -> Voip_Server: 18. LOGIN(token: nil, session: s1)
Voip_Server -> Voip_Redis: 19. Find Session s1
Voip_Redis -> Voip_Server: 20. nil
Voip_Server -> Snitch: 21. authenticate.voip_signal(token: nil)
Snitch -> Snitch_Redis: 22. Find Token nil
Snitch_Redis -> Snitch: 23. nil
Snitch -> Voip_Server: 24. 401
Voip_Server -> Voip_Client: 25. 401
@enduml
| false | true | false | false | sequence |
10e43e11e186ca651f310535001c6f70cdb6aec2 | 809595567dce42ca89d1d1aae2acf34d83ee7721 | /diagrams/standard_structure.puml | 593c1beec1424bf2486337892f8329460a9825b3 | [] | no_license | Brianspha/EM-Token | 522d83b7f8b8a4f6137fb887003529c265bb1dcc | 88c85a0fe3d46cd8ffb5748c45a126e83b6b6558 | refs/heads/master | 2022-01-27T19:29:10.478918 | 2019-06-17T14:59:04 | 2019-06-17T14:59:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,545 | puml | @startuml
title EMToken standard interfaces structure
hide footbox
skinparam {
ActorBorderColor #555555
ParticipantBorderColor #555555
BoundaryBorderColor #555555
ArrowColor #555555
SequenceLifeLineBorderColor #555555
SequenceBoxBorderColor #FFFFFF
NoteBorderColor #555555
NoteBackgroundColor #DDDDDD
}
class IEMoneyToken {
{field}event Created
==
{method}version()
}
class ITokenDetails {
==
{method}name()
{method}symbol()
{method}currency()
{method}decimals()
}
class IERC20 {
{field}event Transfer
{field}event Approval
==
{method}+transfer()
{method}+approve()
{method}+transferFrom()
{method}#totalSupply()
{method}#balanceOf()
{method}#allowance()
}
class IHoldable {
{field}event HoldCreated
{field}event HoldExecuted
{field}event HoldReleased
{field}event HoldRenewed
==
{method}+authorizeHoldOperator()
{method}+revokeHoldOperator()
{method}+hold()
{method}+holdFrom()
{method}+releaseHold()
{method}+executeHold()
{method}+renewHold()
{method}#isHoldOperatorFor()
{method}#doesHoldExist()
{method}#retrieveHoldData()
{method}#retrieveHoldExpiration()
{method}#retrieveHoldStatus()
{method}#isHoldActive()
{method}#isHoldExecuted()
{method}#isHoldReleased()
{method}#balanceOnHold()
{method}#totalSupplyOnHold()
}
class IOverdraftable {
{field}event UnsecuredOverdraftLimitSet
{field}event InterestEngineSet
{field}event interestCharged
==
{method}+setUnsecuredOverdraftLimit()
{method}+setInterestEngine()
{method}+chargeInterest()
{method}#unsecuredOverdraftLimit()
{method}#drawnBalance()
{method}#totalDrawnBalance()
{method}#interestEngine()
}
class IClearable {
{field}event ClearableTransferOrdered
{field}event ClearableTransferInProcess
{field}event ClearableTransferExecuted
{field}event ClearableTransferRejected
{field}event ClearableTransferCancelled
{field}event AuthorizedClearableTransferOperator
{field}event RevokedClearableTransferOperator
==
{method}+authorizeClearableTransferOperator()
{method}+revokeClearableTransferOperator()
{method}+orderTransfer()
{method}+orderTransferFrom()
{method}+cancelTransfer()
{method}+processClearableTransfer()
{method}+executeClearableTransfer()
{method}+rejectClearedTransferRequest()
{method}#isClearableTransferOperatorFor()
{method}#doesClearableTransferExist()
{method}#retrieveClearableTransferData()
}
class IFundable {
{field}event FundOrdered
{field}event FundInProcess
{field}event FundExecuted
{field}event FundRejected
{field}event FundCancelled
{field}event FundOperatorAuthorized
{field}event FundOperatorRevoked
==
{method}+authorizeFundOperator()
{method}+revokeFundOperator()
{method}+orderFund()
{method}+orderFundFrom()
{method}+cancelFund()
{method}+processFund()
{method}+executeFund()
{method}+rejectFund()
{method}#isFundOperatorFor()
{method}#doesFundExist()
{method}#retrieveFundData()
}
class IPayoutable {
{field}event PayoutOrdered
{field}event PayoutInProcess
{field}event PayoutFundsInSuspense
{field}event PayoutExecuted
{field}event PayoutRejected
{field}event PayoutCancelled
{field}event PayoutOperatorAuthorized
{field}event PayoutOperatorRevoked
==
{method}+authorizePayoutOperator()
{method}+revokePayoutOperator()
{method}+orderPayout()
{method}+orderPayoutFrom()
{method}+cancelPayout()
{method}+processPayout()
{method}+putFundsInSuspenseInPayout()
{method}+executePayout()
{method}+rejectPayout
{method}#isPayoutOperatorFor
{method}#doesPayoutExist
{method}#retrievePayoutData
}
class ICompliant {
--ERC20--
{method}#canTransfer()
{method}#canApprove()
--Holdable--
{method}#canHold()
{method}#canApproveToHold()
--Clearable--
{method}#canApproveToOrderClearableTransfer()
{method}#canOrderClearableTransfer()
--Fundable--
{method}#canApproveToOrderFunding()
{method}#canOrderFunding()
--Payoutable--
{method}#canApproveToOrderPayout()
{method}#canOrderPayout()
}
class IConsolidatedLedger {
{method}#availableFunds()
{method}#netBalanceOf()
}
IEMoneyToken <|-- ITokenDetails
IEMoneyToken <|-- IERC20
IEMoneyToken <|-- IHoldable
IEMoneyToken <|-- IOverdraftable
IEMoneyToken <|-- IClearable
IEMoneyToken <|-- IFundable
IEMoneyToken <|-- IPayoutable
IERC20 <|-- ICompliant
IHoldable <|-- ICompliant
IOverdraftable <|-- ICompliant
IClearable <|-- ICompliant
IFundable <|-- ICompliant
IPayoutable <|-- ICompliant
ICompliant <|-- IConsolidatedLedger
@enduml
| false | true | false | false | class |
e522ac9353cf8c842d5febea3bf8b1a3d7db81a4 | f116748bcbf67b1f9603cf848fbdf43102906488 | /การตูน.puml | 8232f6faf08ebcc8130dd62f7c3c1d235846accc | [] | no_license | Toopj/- | f48c2603e4fda196a2252090ab1e79e2117fcbd8 | 890f058b0eca6f9faa6104288db59455ef7ced34 | refs/heads/main | 2023-03-30T08:20:10.210714 | 2021-04-05T08:21:51 | 2021-04-05T08:21:51 | 354,766,416 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | @startuml
actor : Renters : as stu
(Book Queue Cartoon) as UC1
(Rent a cartoon) as UC2
(buy cartoon) as UC3
(Book night) as UC4
(Check booking) as UC5
(Check price) as UC6
(No item) as UC7
(Not enough money) as UC8
(Cartoon condition) as UC9
(Overdue date) as UC10
UC1 --|> UC5 : <<uses >>
UC2 --|> UC5 : <<uses >>
UC3 --|> UC6 : <<uses >>
UC5 <|-- UC7 : <<extends >>
UC6 <|-- UC8 : <<extends >>
UC6 <|-- UC7 : <<extends >>
UC4 <|-- UC10 : <<extends >>
UC4 <|-- UC9 : <<extends >>
stu --> UC1
stu --> UC2
stu --> UC3
stu --> UC4
@enduml | false | true | false | false | usecase |
70d4a45ec4569057bbb502fe11728219b5ff78ad | 6e30d5b3d773278394abbe71164bf1b8aff94b8d | /RoommateWrangler/app/UML/SystemSequenceDiagram8.puml | 83128f02afd75b27e380e0ce1aaa993470d54a61 | [] | no_license | irocketh/RoommateWrangler | 2ffdbcbd60a4a71cc5307f958cd5b80cd7411664 | 539b26e4181eb4d5da0604e9423fd8c519db35c7 | refs/heads/master | 2020-12-24T16:50:18.964057 | 2015-05-19T02:23:22 | 2015-05-19T02:23:22 | 35,854,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 154 | puml | @startuml
title reset
Actor Wrangler
RoommateWrangler -> RoommateWrangler: drops databases
Wrangler <-- RoommateWrangler: inform drop successful
@enduml | false | true | false | false | sequence |
28427ca1f07ecb5f95414e93334131c240a0ea1b | 2fa2f965ef5c1c576ff96086515d670f6ca7dbd3 | /diagrams/classes/bl.puml | c0c72328e74e4e407ca679cf8361c23179a4c25c | [] | no_license | JohnKhandygo/EM | 80d04b9b33872d48a641cf601cdfc5a674c5acad | 7fd8d752848c73747cda057cf1909481d7509cfc | refs/heads/master | 2021-01-17T17:09:22.012855 | 2016-11-25T15:35:44 | 2016-11-25T15:35:44 | 59,913,238 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,954 | puml | @startuml
left to right direction
class AuthService {
- authorizedUsers : Map<String, Tuple2<Integer, Employee>>
- authDAO : AuthDAO
+ auth(login : String, password : String) : String
+ employeeBySession(session : String) : Employee
+ employeeIdBySession(session : String) : int
}
class AwardsService {
- employeesDAO : EmployeesDAO
- awardsDAO : AwardsDAO
+ approvedFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ pendingInboxFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ pendingOutboxFor(employeeId : int) : List<Tuple2<Integer, Award>>
+ get(requester : Employee, awardId : int) : Award
+ propose(requester : Employee, when : long, duration : long, employeeId : int) : int
+ approve(requester : Employee, awardId : int) : void
+ reject(requester : Employee, awardId : int) : void
+ cancel(requester : Employee, awardId : int) : void
}
class EmployeesService {
- employeesDAO : EmployeesDAO
+ getAllUnderThePatronageOf(manager : Employee) : List<Tuple2<Integer, ? extends Employee>>
}
class OutOfOfficesService {
- employeesDAO EmployeesDAO
- outOfOfficesDAO OutOfOfficesDAO
+ create(requester : Employee, when : long, duration : long, reason : String, employeeId : int)
: int
+ cancel(requester : Employee, outOfOfficeId : int) : void
+ approvedFor(employeeId : int) : List<Tuple2<Integer, OutOfOffice>>
}
class VacationsService {
- employeesDAO EmployeesDAO;
- vacationsDAO VacationsDAO;
+ propose(requester : Employee, when : long, duration : long, employeeId : int) : int
+ approve(requester : Employee, vacationId : int) : void
+ reject(requester : Employee, vacationId : int) : void
+ cancel(requester : Employee, vacationId : int) : void
+ approvedFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
+ pendingInboxFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
+ pendingOutboxFor(employeeId : int) : List<Tuple2<Integer, Vacation>>
}
@enduml | false | true | false | false | activity |
6622c5c3b6a6657384d8636f5c2c7f673c7807cd | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Observer/SmartLight/uml/class_diagram_pull.puml | 1cfd7ec35609ac5623c78028659efb91bde3f62e | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 874 | puml | ' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
class Subject {
+ attach(o: Observer)
+ detach(o: Observer)
+ notifyObservers()
}
class AssistenteVocale extends Subject {
- storicoComandi: ComandoVocale[0..*]
+ registra(c: ComandoVocale)
+ getUltimoComando(): ComandoVocale
}
interface Observer {
+ update()
}
class SmartLight implements Observer {
+ update()
- elaboraComando(c: ComandoVocale)
- accendi()
- spegni()
}
Subject -right-> "*" Observer
SmartLight -left-> AssistenteVocale
note right of SmartLight::update()
elaboraComando(av.getUltimoComando());
end note
note left of AssistenteVocale::registra
storicoComandi.add(c);
notifyObservers();
end note
@enduml | false | true | false | false | class |
fb835b185742370d41783bd84e2d4ec4cbc40928 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/catalog/media/src/exemplaryFlow.puml | 2c3deb40f91d765add1901d6c74dfcb01ee3ddc4 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 2,299 | puml | @startuml
skinparam {
participantBorderColor DarkRed
participantBorderThickness 1
participantBackgroundColor BUSINESS
LifeLineBorderColor DarkRed
LifeLineBackgroundColor DarkRed
databaseBorderColor Grey
databaseBorderThickness 1
shadowing true
RoundCorner 0
LineColor DarkRed
ArrowColor DarkRed
ArrowThickness 1
}
hide footbox
participant Buyer as b
participant Seller as s
autonumber
opt
note over b
Buyer registers subscription to the events related to the Product Offerings:
- productOfferingCreateEvent
- productOfferingStatusChangeEvent
- productOfferingAttributeValueChangeEvent
end note
b -> s++: POST {{baseUrl}}/hub
activate b
b <-- s--: HTTP 201 Created (confirmation with subscription {{id}})
deactivate b
end opt
note over s
Product Offering created,
active but not published for marketing/ordering
end note
s -> s: ProductOffering.lifecycleStatus=active
opt
activate s
b <- s++: POST {baseUrl}/listener/productOfferingCreateEvent
b -->s--: HTTP 204 No Content (confirmation with event {{id}})
deactivate s
end opt
note over s
Product Offering published for marketing/ordering
end note
s -> s: ProductOffering.lifecycleStatus=orderable
opt
activate s
b <- s++: POST {baseUrl}/listener/productOfferingStatusChangeEvent
b -->s--: HTTP 204 No Content (confirmation with event {{id}})
deactivate s
end opt
note over b
Buyer wants to retrieve Product Offerings available for ordering
end note
b -> s++: GET {{baseUrl}}/productOffering?lifecycleStatus=orderable
activate b
b <-- s--: HTTP 200 Ok (list with one element)
note over b
Buyer wants to retrieve previously queries Product Offering details
end note
b -> b: Retrieve offering details
b -> s++: GET {{baseUrl}}/productOffering/{{id}}
b <-- s--: HTTP 200 Ok
deactivate b
note over s
Product Offering end of marketing
end note
s -> s: ProductOffering.lifecycleStatus=endOfSale
opt
activate s
b <- s++: POST {baseUrl}/listener/productOfferingStatusChangeEvent
b -->s--: HTTP 204 No Content (confirmation with event {{id}})
deactivate s
end opt
note over b
Buyer wants to retrieve Product Offerings available for ordering
end note
b -> s++: GET {{baseUrl}}/productOffering?lifecycleStatus=orderable
activate b
b <-- s--: HTTP 200 ok (an empty list)
deactivate b
...
@enduml | false | true | false | false | sequence |
c068c8ad7179e6baf5957b9d31a76884a8708d79 | c821aaa424690dc6a301bb0b3d16097f4c1c9201 | /MTADroneService_server/DroneService/src/main/java/MTADroneService/DroneService/application/models/models.plantuml | cd073ac37ecf3c28aa06b82a223c21290feba124 | [] | no_license | chiritagabriela/MTADroneService | ed962aeeaf5ebbb9168d12e6ef0411803e28cfc0 | 4f058ad18287a13c3cfd355fd4dd31d32b514e38 | refs/heads/main | 2023-08-04T14:02:09.408859 | 2021-09-03T08:00:52 | 2021-09-03T08:00:52 | 313,899,222 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,344 | plantuml | @startuml
title __MODELS's Class Diagram__\n
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.DroneModel {
~ droneID : String
~ droneModel : String
~ droneStatus : String
}
}
}
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.MissionModel {
~ missionDate : String
~ missionDroneID : String
~ missionID : String
~ missionLatitudeEnd : String
~ missionLongitudeEnd : String
~ missionStatus : String
~ missionType : String
~ userID : String
}
}
}
namespace MTADroneService.DroneService.application {
namespace models {
class MTADroneService.DroneService.application.models.UserModel {
- droneID : String
- email : String
- jwtToken : String
- password : String
- roles : List<String>
- userID : String
- username : String
}
}
}
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 |
f272aca91143445cf5406678a19fdd8e1ef8fceb | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/CommandBuilderClassDiagram.puml | 03181896cf90450112353736d6717eb4785311c5 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 2,398 | puml | @startuml
' Style
hide empty members
skinparam boxPadding 100
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType ortho
skinparam shadowing false
package Command {
abstract class Command
abstract class CommandBuilder {
- context : ArgumentList
- commandArguments : ArgumentList
- commandOptions : Map<String, ArgumentList>
# defineCommandArguments() {abstract} : RequiredArgumentList
# defineCommandOptions() {abstract} : Map<String, OptionalArgumentList>
+ acceptPhrase(phrase : String)
+ build() : Command
}
package Argument {
abstract class Argument<T> {
+ accept(input : String)
}
abstract class ArgumentBuilder<T> {
+ build() : Argument<T>
}
abstract class VariableArguments<T> {
+ accept(input : String)
}
abstract class VariableArgumentsBuilder<T> {
+ build() : VariableArguments<T>
}
package List {
class ArgumentList {
- arguments : List<Argument>
- variableArguments : VariableArguments
+ acceptArgument(input : String)
}
abstract class ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
+build() : ArgumentList
}
class RequiredArgumentList extends ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
}
class OptionalArgumentList extends ArgumentListBuilder {
+addArgument(argument : ArgumentBuilder)
+setVariableArguments(argument : VariableArgumentsBuilder)
}
}
}
}
CommandBuilder *--"*" ArgumentList
CommandBuilder ..> RequiredArgumentList
CommandBuilder ..> OptionalArgumentList
CommandBuilder .> Command
ArgumentBuilder ..> Argument
VariableArgumentsBuilder ..> VariableArguments
ArgumentList *--"*" Argument
ArgumentList *--"0..1" VariableArguments
ArgumentListBuilder .> ArgumentList
ArgumentListBuilder ..> ArgumentBuilder
ArgumentListBuilder ..> VariableArgumentsBuilder
@enduml
| false | true | false | false | class |
17a92ceb6de334c0188dbac3b54e3672e4b4ec42 | 0c0c8cbe62bf02944598b494c9e9ee1ec21c8027 | /devfile.plantuml | 6376254e8b4ba9dfa4f97550b4d07d4eb911f506 | [] | no_license | AndrienkoAleksandr/devfile | 5d26aa27a58456871a32d6c2ba3aa01cdc52bf95 | 97261a65bffd5e4cff0934fe1be2c0791815104e | refs/heads/master | 2020-04-28T17:11:32.450756 | 2019-03-12T13:01:54 | 2019-03-12T13:01:54 | 175,437,117 | 0 | 0 | null | 2019-03-13T14:27:34 | 2019-03-13T14:27:34 | null | UTF-8 | PlantUML | false | false | 1,814 | plantuml | @startuml devfile
class DevelopmentEnvironment {
- version
- name
- commands
- tools
- projects
}
together {
class DevelopmentTool
class Command
class Project
}
together {
class ToolAction
class CloudAppDefinition
}
DevelopmentEnvironment *-- "n" DevelopmentTool
DevelopmentEnvironment *-- "n" Command
DevelopmentEnvironment *-- "n" Project
class DevelopmentTool {
- name
- version
- attributes
- definition
- mountProjectsSources
}
DevelopmentTool o-- CloudAppDefinition
CloudAppDefinition <|-.. DockerImage
CloudAppDefinition <|-.. Dockerfile
CloudAppDefinition <|-.. ComposeFile
CloudAppDefinition <|-.. OpenShiftResources
CloudAppDefinition <|-.. KubernetesResources
CloudAppDefinition <|-.. HelmChart
CloudAppDefinition <|-.. ChePlugin
CloudAppDefinition <|-.. CheEditor
class Command {
- name
- type
- attributes
- tool
- timeout
}
Command *-- "n" ToolAction
ToolAction o-- DevelopmentTool
class ToolAction {
- tool
- action
}
ToolAction o-- "1" ActionType
ActionType <|-..ContainerExec
ActionType <|-..ContainerStart
ActionType <|-..ContainerStop
together {
class ContainerExec
class ContainerStart
class ContainerStop
}
class ContainerExec {
- command
- args
- workdir
}
class Project {
- name
- source
}
Project o-- "1" ProjectSource
class ProjectSource {
- type
- location
}
class DockerImage {
- image
- env
- entryPoint
- persistentVolumes
}
DockerImage *-- "n" PersistentVolume
class PersistentVolume {
- name
- containerPath
}
class ComposeFile {
- local
}
class Dockerfile {
- local
}
class OpenShiftResources {
- local
}
class KubernetesResources {
- local
}
class HelmChart {
- local
}
class ChePlugin {
- id
- registry
}
class CheEditor {
- id
- registry
}
@enduml | false | true | false | false | class |
06afd10ea981082b17483ed2a4e3f8bd60e99b32 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/PostProcessors/RiderAssetPostprocessor.puml | 70614703c796ec45fe7378458c30e3ec4047c8d3 | [] | 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 | 154 | puml | @startuml
class RiderAssetPostprocessor {
+ {static} OnPreGeneratingCSProjectFiles() : bool
}
AssetPostprocessor <|-- RiderAssetPostprocessor
@enduml
| false | true | false | false | class |
acb3d62f416e8479a13b5df7c1157a347672fa4b | fc87576cadd08c1475b4f43d017c3eedb2d91957 | /docs/diagrams/TaskClassDiagram.puml | 49386cf30e6d8dea7e20eb08ed6592a3ad12b0dd | [
"MIT"
] | permissive | AY1920S1-CS2103T-T17-1/main | d6419675e4dc5384db505c40ffc70de295a10a3c | 2af7a0f32afcf57e7aa2c3c848f77e16d194c1dc | refs/heads/master | 2020-07-31T21:52:40.385939 | 2020-01-20T17:44:35 | 2020-01-20T17:44:35 | 210,763,819 | 1 | 6 | NOASSERTION | 2020-01-20T17:44:36 | 2019-09-25T05:38:41 | Java | UTF-8 | PlantUML | false | false | 474 | puml | @startuml
skinparam classAttributeIconSize 0
Package Model <<Rectangle>> {
Class ProjectList
Package Project <<Rectangle>> {
Class Project
Class UniqueProjectList
Class Time
Class Description
Class Task {
+isDone: boolean
}
Class Time {
+time: String
+date: Date
}
Class Description {
+description: String
}
}
}
ProjectList *-right> "1" UniqueProjectList
UniqueProjectList o-right> "*" Project
Project *-down> "*" Task
Task *--> "1" Time
Task *--> "1" Description
@enduml
| false | true | false | false | class |
2048990e553adc50e5bc3929a50055b2685d16bf | a9af49931db840b31bf55753e3269aff5e4fc240 | /physical-classes-diagram.puml | e60b1d5f2eeb32e917fa366ee804e6dd6e77b323 | [] | no_license | alfieqashwa/plant-uml-dummy-example | d470ee6b55c45d154a22385cb4671a53c92619fb | 8ee59f7a39f395d1028521891977bba737a96bb4 | refs/heads/master | 2020-08-09T19:54:16.524449 | 2019-10-10T11:50:45 | 2019-10-10T11:50:45 | 214,161,309 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,166 | puml | @startuml
title Physical Classes Diagram
class RetailStore #Turquoise
class POSTerminal #Turquoise
RetailStore "1" -> "1..*" POSTerminal : has
class Cashier #MediumPurple
class POST #LightSkyBlue
class Administrator #MediumPurple
Cashier "1..*" -> "1" POST : operates
POST "1" <- "1..*" Administrator : maintains
class Customer #LightGreen
class BarcodeScanner #LightGreen
class Printer #LightGreen
class KeyboardInput #LightGreen
class DisplayScreen #LightGreen
class CardPaymentMachine #LightGreen
class CashTill #LightPink
Customer "1..*" --o POST
BarcodeScanner "1" --o POST
Printer "1" --o POST
KeyboardInput "1" --o POST
DisplayScreen "1..*" --o POST
CardPaymentMachine "1" --o POST
CashTill "1" --o POST
class Items #LightSalmon
class Receipt #LightSalmon
class InputToSystem #LightSalmon
Items "1..*" <- "1" BarcodeScanner : scan
Receipt "1" <- "1" Printer : prints
InputToSystem "1" <- "1" KeyboardInput : provides
class DebitCreditLoyaltyCard #LightSalmon
class Bills #LightSalmon
DebitCreditLoyaltyCard "1" <- "1" CardPaymentMachine : reads
Bills "1..*" <- "1" CashTill : keep
@enduml | false | true | false | false | sequence |
a987735ef87fb7a4a980cb7d75fb5f3a34eb5ceb | f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7 | /Barricade/Models/StartField.puml | dd532f3105fbddf6d745dd6d996e0574b8e1cac4 | [] | no_license | Evert-Arends/barricadegameModel3 | f7def3f2fd0dead5cc7807c488617505fb664ef5 | 98fa3d1e396ca133c424f459ea576086d0840814 | refs/heads/master | 2023-03-02T21:33:43.122111 | 2021-02-11T13:06:54 | 2021-02-11T13:06:54 | 337,192,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 119 | puml | @startuml
class StartField {
+ StartField()
+ <<override>> ToString() : string
}
Field <|-- StartField
@enduml
| false | true | false | false | class |
48fbe01331d4b3e392bc1822d7fa88924173c951 | 22059e81661a29ce85761af823a5b213d11e7a9f | /uml.puml | 849ce0f320699cb3c49e493712b7c4034059ac92 | [] | no_license | PetoO/bakalarka | e6ae9e6e40b43421f00cd1029aa36f40593db793 | 6c039309d6ad94afe487d050565b61f709717c0d | refs/heads/master | 2021-01-13T01:47:50.721810 | 2015-05-28T21:47:27 | 2015-05-28T21:47:27 | 28,754,976 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 464 | puml | @startuml
class Video_compose{
Object[] elementData
size()
}
class Video_reader{
}
class Video_writer{
}
class GPX_parser{
}
class TCX_parser{
}
class KML_parser{
}
class Data_collection{
}
abstract class FrameHandler{
}
Data_collection *-- GPX_parser
Data_collection *-- TCX_parser
Data_collection *-- KML_parser
Video_writer --* Video_compose
Video_compose *-- Video_reader
Video_compose o..> FrameHandler
Video_compose *- Data_collection
@enduml | false | true | false | false | class |
23393b3268bcc077dc0b854f3bd6b724c9b1b811 | 7e0191015b76e79c964662cd06547ae8b2463092 | /src/guia/tp3/ej7/BankAccount.puml | 9ea3bee0cf5dae45c8328f29e4b61bff77c188eb | [] | no_license | juani-garcia/POO | f05747f70494fc3a51fd45f250feaeddc2feaa54 | 1bbb5a076875a046c4e877550fda564967ec3da3 | refs/heads/master | 2023-01-19T14:13:10.095402 | 2020-11-11T19:59:34 | 2020-11-11T19:59:34 | 301,553,783 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 498 | puml | @startuml
Abstract class BankAccount{
-int id
-double balance
+void deposit(double amount)
+void extract(double amount)
#boolean canExtract(double amount)
+double getBalance()
}
class CheckingAccount{
-double overdraft
+CheckingAccount(int id, double overdraft)
#boolean canExtract(double amount)
}
class SavingAccount{
+SavingAccount(int id)
#boolean canExtract(double amount)
}
BankAccount <|-- SavingAccount
BankAccount <|-- CheckingAccount
@enduml | false | true | false | false | class |
c2547863794624bda738016e61822319cf066852 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLBadGatewayError.puml | 8c4f8a074589745ae437c5c04e8b90ae74c80fda | [] | 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 | 412 | 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 GraphQLBadGatewayError [[GraphQLBadGatewayError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
c99d17c4a30d5f652303b4713b888eab38dbc8c4 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /docs/listServices/pushInformationChannels.puml | 3621766d5d6f9b06877ae3f0159fa653c75e0361 | [] | no_license | danskernesdigitalebibliotek/plantuml | 4b109bab8a790e28fada98770a6ca25774bb4199 | e654bbf040f6d74d53dbf5fc56588b042b1d12bb | refs/heads/master | 2021-09-24T02:18:46.708657 | 2021-09-17T07:07:16 | 2021-09-17T07:07:16 | 187,801,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 779 | puml | @startuml
title Push information channels (draft)
' Removing color and border from cards
skinparam monochrome true
' Participants
frame FBS as "FBS" {
[SMS]
[EMAIL]
[PUSH]
}
frame DDBCMS as "DDB CMS" {
[SMSx] as "☐ SMS"
[EMAILx] as "☐ email"
[PUSHx] as "☒ PUSH"
}
note top of DDBCMS: User checks "Recieve service messages"
note left of FBS: LMS sends messages on event.
frame PUSHserver as "PUSH server" {
}
frame SMSgateway as "SMS gateway" {
}
frame MAILserver as "Mail server" {
}
SMSx --> SMS
EMAILx --> EMAIL
PUSHx --> PUSH
PUSH --> PUSHserver
SMS --> SMSgateway
EMAIL --> MAILserver
SMSgateway --> Mobile
MAILserver --> MailBox
node "Device" {
PUSHserver --> PUSHclient
[App1] -- PUSHclient
[App2] -- PUSHclient
}
@enduml
| false | true | false | false | deployment |
a937b75b6f2508dae97ec292c4f29d76e22bf4b8 | 1ea27b3fb2af15f61ab584de4e735310fd67fc46 | /docs/remove_attachment.puml | c653614416eae9eeac389d35d568fac06b856c7d | [] | no_license | scriptionapp/hayvnapp | d418ae957219ac4278183e767b2e03412a3fa180 | 56dfc2b9518a89ce6531564576477514cfb0062d | refs/heads/master | 2023-03-24T11:27:21.430894 | 2021-03-24T21:20:25 | 2021-03-24T21:20:25 | 351,225,859 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 634 | puml | @startuml
actor user
participant app
participant firestore as fs
participant CloudStorage as cs
=== Update Story, Delete File (recording or image) ==
user -> app: press existing story
app -> user: show story details
user -> app: press "Delete" on file line item
app -> user: confirm "Delete OK?"
alt "User Confirms Deletion"
user -> app: OK
app -> fs: update story and file record, remove the file attachment
fs -> app: update confirmation
app -> cs: delete record on cs
cs -> app: delete confirmation
app -> user: "File was removed"
else "User Rejects Deletion"
user -> app: Cancel
app -> app: noop
end
@enduml
| false | true | false | false | usecase |
ab1683fae24d6af0b3e86a900247bbf6cb438836 | cb984900515c8db7b4b2ba5361f5e6aeade25399 | /docs/autoskip_scenarios_use_case_diagram.puml | f07b848b04064d83635504fda58b7ab23ee28ffe | [
"MIT"
] | permissive | erichschroeter/plex-media-server-auto-skip-uml | 944f7772fe4c53c8bc194d41607f113b6f7e6555 | 8241f27eace69bd986bc3e400089d73e7e5ae8b7 | refs/heads/master | 2020-07-07T06:11:04.248193 | 2019-08-20T15:38:58 | 2019-08-20T15:38:58 | 203,274,141 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 613 | puml | @startuml "Video Intro/Outro Possibilities"
left to right direction
note as GeneralNote
All these scenarios can be generalized
by a feature that supports skipping multiple
durations within a video.
end note
:Video:
(Intro starts at 0:00)
(Intro starts after 0:00)
(Outro starts at end\nwithout previews)
(Outro starts at end\nwith previews)
(Skippable content\nin middle)
:Video: --> (Intro starts at 0:00)
:Video: --> (Intro starts after 0:00)
:Video: --> (Outro starts at end\nwithout previews)
:Video: --> (Outro starts at end\nwith previews)
:Video: --> (Skippable content\nin middle)
@enduml | false | true | false | false | sequence |
7e8c4e6eba296187464b5611d496b4d5ea6e02e3 | 7d42bd0841c6099f60c58a17bddfde3388783077 | /UML/NavigationLogin.puml | 802b74f8f08ce075be2a6799aa46719f193008b9 | [] | no_license | olvang/CupCakeProjekt | 60f01faaa13aab6836a1b578f2da09848a253ab2 | 28f1e42482ec1c478728804c069fb89e649d6282 | refs/heads/master | 2022-04-11T22:16:00.275458 | 2020-03-30T12:36:13 | 2020-03-30T12:36:13 | 246,563,759 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
Title Logging in
State Login.jsp
State LoggedIn
note right of LoggedIn
Email and role
stored in session
end note
[*] -> Login.jsp
Login.jsp --> LoggedIn : email and pw OK
Login.jsp --> Login.jsp : email or pw not OK
LoggedIn --> [*]
@enduml | false | true | false | false | sequence |
c6fb8d9735fe48cf16536541f5ff8dd41ecace8d | 03f8c62ae9a57bbf2666c3e97f8179a052f57cbb | /docs/scene_flow.plantuml | 409afc539ec1f741ae1e934b9e4c13e7aa264cd2 | [
"Apache-2.0"
] | permissive | krzysztofgromadzki/reefperf | b9d0b48620726a398d4865f3fd7f7f4569eef92b | 129afccb51d5cdcd9ce6d1d9e8f44cc9317f64f5 | refs/heads/master | 2020-03-06T23:32:18.401653 | 2018-02-20T22:54:19 | 2018-02-20T22:54:19 | 127,134,299 | 0 | 0 | null | 2018-03-28T12:07:02 | 2018-03-28T12:07:02 | null | UTF-8 | PlantUML | false | false | 454 | plantuml | @startuml
Act -> Scene: Scene(node, scene_config, app)
Act <- Scene: scene
Act -> Scene: play()
Scene -> Actor: Actor(node, actor_config, app)
Scene <- Actor: actor
Scene -> Actor: play()
Actor -> TestingToolWrapper: TestingToolWrapper(node, tool_config, app)
Actor <- TestingToolWrapper: testingtoolwrapper
Actor -> TestingToolWrapper: run_tool()
Actor <- TestingToolWrapper: test_results
Scene <- Actor: test_results
Act <- Scene: test_results
@enduml
| false | true | false | false | usecase |
0862cd0e0e6bf70fdcadb7aebad0a0359b9bd85e | 69ee3278dd7d29383f4f12bac046feabb65f25d2 | /docs/general.plantuml | 562a40561472036e7c8e2bd585764f548c303aa6 | [
"Apache-2.0"
] | permissive | AhlemFANTA/MAPC-TD1 | 82b73c983febe43db860ddfb4018534edf2b937f | 28f42147f9ddc845b23fb0e58b1a0d7970da0c3e | refs/heads/main | 2023-01-08T21:53:16.569121 | 2020-10-30T23:31:46 | 2020-10-30T23:31:46 | 300,909,600 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,596 | plantuml | @startuml
title __BURGER's Class Diagram__\n
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Burger {
~ items : List<DieteticElement>
~ name : String
+ Burger()
+ calories()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.burger.BurgerBuilder {
{abstract} + bigMeatPortion()
{abstract} + cheesePortion()
{abstract} + cook()
+ getMeatWeight()
{abstract} + mediumMeatPortion()
{abstract} + onionPortion()
{abstract} + saucePortion()
{abstract} + tinyMeatPortion()
{abstract} + tomatoPortion()
{abstract} + withCheese()
{abstract} + withOnion()
{abstract} + withSauce()
{abstract} + withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.CheapBurgerBuilder {
- name : String
- products : List<DieteticElement>
+ CheapBurgerBuilder()
+ bigMeatPortion()
+ cheesePortion()
+ cook()
+ mediumMeatPortion()
+ onionPortion()
+ saucePortion()
+ tinyMeatPortion()
+ tomatoPortion()
+ withCheese()
+ withOnion()
+ withSauce()
+ withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.CheapRestaurant {
+ orderPersonal()
+ selectMenu()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Cheddar {
- BASE_PRICE : double
- weight : double
+ Cheddar()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.DeepFriedOnions {
- BASE_PRICE : double
- weight : double
+ DeepFriedOnions()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.dietetic.DieteticElement {
+ calories()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.FancyBurgerBuilder {
- name : String
- products : List<DieteticElement>
+ FancyBurgerBuilder()
+ bigMeatPortion()
+ cheesePortion()
+ cook()
+ mediumMeatPortion()
+ onionPortion()
+ saucePortion()
+ tinyMeatPortion()
+ tomatoPortion()
+ withCheese()
+ withOnion()
+ withSauce()
+ withTomato()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.FancyRestaurant {
+ orderPersonal()
+ selectMenu()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.burger.BurgerIngredients {
{abstract} + caloriesPer100g()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Meat {
- weight : double
+ Meat()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
enum MeatSize {
BIG
MEDIUM
TINY
}
}
namespace td1.refactor.api.general {
enum MeatType {
BEEF
WHITEFISH
}
}
namespace td1.refactor.api.general {
enum Menu {
CHEESE
CUSTOM
FISH
MEAT
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.monetary.Product {
{abstract} + price()
{abstract} + weight()
}
}
namespace td1.refactor.api.general {
interface td1.refactor.api.general.restauration.Restaurant {
{abstract} + orderPersonal()
{abstract} + selectMenu()
}
}
namespace td1.refactor.api.general {
enum RestaurantType {
CHEAP
FANCY
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.restauration.RestaurantFactory {
+ selectRestaurant()
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Sauce {
{static} - BASE_PRICE : double
- weight : double
+ Sauce()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
namespace td1.refactor.api.general {
enum SauceType {
BARBECUE
BEARNAISE
BURGER
}
}
namespace td1.refactor.api.general {
class td1.refactor.api.general.burger.Tomato {
- BASE_PRICE : double
- weight : double
+ Tomato()
+ caloriesPer100g()
+ price()
+ toString()
+ weight()
}
}
td1.refactor.api.general.burger.Burger .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.CheapBurgerBuilder .up.|> td1.refactor.api.general.burger.BurgerBuilder
td1.refactor.api.general.restauration.CheapRestaurant .up.|> td1.refactor.api.general.restauration.Restaurant
td1.refactor.api.general.burger.Cheddar .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.DeepFriedOnions .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.FancyBurgerBuilder .up.|> td1.refactor.api.general.burger.BurgerBuilder
td1.refactor.api.general.restauration.FancyRestaurant .up.|> td1.refactor.api.general.restauration.Restaurant
td1.refactor.api.general.burger.Meat .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.Meat o-- td1.refactor.api.general.burger.Meat.MeatType : type
td1.refactor.api.general.burger.Meat +-down- td1.refactor.api.general.burger.Meat.MeatSize
td1.refactor.api.general.burger.Meat +-down- td1.refactor.api.general.burger.Meat.MeatType
td1.refactor.api.general.restauration.Restaurant +-down- td1.refactor.api.general.restauration.Restaurant.RestaurantType
td1.refactor.api.general.burger.Sauce .up.|> td1.refactor.api.general.dietetic.DieteticElement
td1.refactor.api.general.burger.Sauce o-- td1.refactor.api.general.burger.Sauce.SauceType : type
td1.refactor.api.general.burger.Sauce +-down- td1.refactor.api.general.burger.Sauce.SauceType
td1.refactor.api.general.burger.Tomato .up.|> td1.refactor.api.general.dietetic.DieteticElement
right footer
endfooter
@enduml
| false | true | false | false | class |
0cfe9ae28aa214e5001d496e5e388a8d5880ead6 | 64032466e3e1f17759de9b5b50cf289893a229d6 | /view/view.puml | f5c6446bc5cad3b28aa6198809338d185fed6669 | [] | no_license | AndreasAnemyrLNU/1DV449_AA223IG | 88f80f6c3bfdfbeb802157fc2c1ca6ec41813358 | 31c542ec68618c600d827cc3da8c1211547e3886 | refs/heads/master | 2016-09-01T12:20:11.643194 | 2016-01-07T23:31:39 | 2016-01-07T23:31:39 | 45,762,747 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 54 | puml | @startuml
class view.SinglePage{
getHTML()
}
@enduml | false | true | false | false | class |
3f92f4254c86856d17c42b5898cb4b7a4a424d5b | 0d4c542524d4218b7f68187c155d5d7e117afc83 | /Tests/fixtures/puml/arrow/complex-workflow-nomarking-nofooter.puml | d3d9273f250de8a3445d6a738c12546710a4fb27 | [
"MIT"
] | permissive | rsumner31/workflow-2 | e062ed0fbb414980874b73325627fa36d7312185 | 8d6c010f06170d5b194cff3e7bffc4a19d433bb6 | refs/heads/master | 2020-04-11T05:01:10.961883 | 2018-03-08T02:54:14 | 2018-03-08T02:54:14 | 124,325,862 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
title ComplexDiagram
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam state {
BackgroundColor<<initial>> #87b741
BackgroundColor<<marked>> #3887C6
BorderColor #3887C6
BorderColor<<marked>> Black
FontColor<<marked>> White
}
state a <<initial>>
state b
state c
state d
state e
state f
state g
a --> b: t1
a --> c: t1
b --> d: t2
c --> d: t2
d --> e: t3
d --> f: t4
e --> g: t5
f --> g: t6
@enduml
| false | true | false | false | sequence |
854a38fbb7dc290c6ab62a3e4e3a0de3d2ddd607 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/UwpPlatformSetup.puml | 0588d2acddd3949c073352ba54db7467bf005e21 | [] | 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 | 240 | puml | @startuml
class UwpPlatformSetup {
+ Setup() : void
+ PostBuildAction() : void
+ PostSuccessfulBuildAction() : void
+ PostSuccessfulLaunchAction() : void
+ CleanUp() : void
}
IPlatformSetup <|-- UwpPlatformSetup
@enduml
| false | true | false | false | class |
cb4efeb7598e72597685235ce555f9a7ebbdbb19 | b2281338312f6cf7c8e134d67bf1ed5d85ae5ed5 | /TD1/TD1.2.1.plantuml | f97d2e15eb64d0790d41b0872cfbf46dd5ead385 | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-LordHugo02 | b3136a66301c6bc340585878cd6535054a8d9d8b | 39943919d0a0858ddc6c0ab602b8fec91093547a | refs/heads/main | 2023-04-14T17:54:29.352678 | 2021-04-27T13:31:31 | 2021-04-27T13:31:31 | 335,632,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | plantuml | @startuml Titre
'--------------------------------
' Parametres pour le dessin
'--------------------------------
hide circle
hide empty members
hide empty methods
'--------------------------------
class Etudiant
{
numeroEtu
nomEtu
prenomEtu
dTNEtu
}
class Examen
{
dateExam
coefficientExam
}
class Note
{
}
class Cours
{
titre
module
}
class Enseignant
{
nomE
prenomE
}
Examen "0..*" -- "1" Cours : Concerne
(Etudiant, Examen) . Note
Cours "1" -left- "*" Enseignant : Enseigne
Cours "1" -- "*" Etudiant : Suivre
@enduml
| false | true | false | false | class |
2d6647bcf7b97427c366bc2ff31f8cbd95b929a0 | 220a9488453befbd410f5f7ac830b27c87539aca | /hotelproject/uml/sequence_diagrams/reservation_sequence_dagram.puml | a3fb696a52d367d000fa7414bd55579629e379d3 | [] | no_license | ktvcv/hotel-project | 5156d9d395152a884095b8d03174a12261e6bd02 | 14ace34aa8f38394235dd09746c8a9582fd99e1c | refs/heads/master | 2023-04-28T09:17:36.141309 | 2020-12-09T17:17:37 | 2020-12-09T17:17:37 | 250,385,675 | 0 | 1 | null | 2023-04-14T17:44:03 | 2020-03-26T22:28:22 | Java | UTF-8 | PlantUML | false | false | 802 | puml | @startuml
autonumber
actor Guest
boundary SearchingRoomViewComponent
control Controller
boundary ReservationService
boundary IHotelRepository
database Database
Guest->SearchingRoomViewComponent:Input data for reservation
SearchingRoomViewComponent->Controller:
Controller->ReservationService:searchForFreeRooms(dates,)
ReservationService->IHotelRepository: requestForAllRoom()
ReservationService->IHotelRepository: requestForAllReservationWithinDates(dates,)
IHotelRepository->Database: requestForData
Database-->ReservationService: responseFromDB
ReservationService->ReservationService: findFreeRooms(reservations, dates, )
ReservationService->Controller: updateRoomsDataset()
Controller->SearchingRoomViewComponent:updateView()
SearchingRoomViewComponent->Guest:show list of available rooms
@enduml | false | true | false | false | usecase |
7dd1ac0f874dddf1c18bf03024de060ecf45f509 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Factory/Shape/README.puml | d5a057bdd69274f2655d1e58c127ee57f6414a0b | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 286 | puml | @startuml Diagramme de classe
skinparam style strictuml
interface Shape {
draw(): void
}
class Circle implements Shape
class Square implements Shape
class Rectangle implements Shape
Class ShapeFactory{
getShape(String shape): Shape
}
ShapeFactory -right-> Shape: create
@enduml | false | true | false | false | sequence |
f19c36753ceb2e3e4cd50148f6777f2f3b993b57 | 9dc7349978074cf37e1d214024553a57175cd075 | /src/main/resources/diagram/Observer.puml | e56f179c35d088350d04be959953e9fc304632e4 | [] | no_license | yixiu868/design-pattern | 34b2cebb4962d2602628337ee58bb90db9edccb7 | 87819e035ac08957f4721053485ea4f27418623d | refs/heads/main | 2023-07-06T05:16:02.996982 | 2021-08-06T13:31:33 | 2021-08-06T13:31:33 | 392,955,564 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 383 | puml | @startuml
abstract class Subject {
+attach(in : Observer)
+detach(in : Observer)
+notify()
}
class ConcreteSubject {
+subjectState
}
interface Observer {
+update()
}
class ConcreteObserver {
-observerState
+update()
}
Subject <|.. ConcreteSubject
Observer <|.. ConcreteObserver
Subject -> Observer
ConcreteSubject <- ConcreteObserver
@enduml | false | true | false | false | class |
d834a0b37228104c49e389c312a8fdf9806ea5fa | 2649a88239e712c8642cb911e87132fca2dc6fd3 | /docs/architecture.puml | 86faaf66d8a60fcf9c70de56bcf9e97cc0c6fb96 | [] | no_license | user-docs/user-docs.github.io | 697b2c960996ea0e2b55b0b899ef554c80aaac91 | 6f9771c8529f12e909cf21c29fac53b206e39f29 | refs/heads/master | 2023-06-06T06:40:22.499914 | 2021-07-03T21:55:51 | 2021-07-03T21:55:51 | 382,695,762 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 710 | puml | @startuml
cloud "UserDocs"
package "Your Computer" {
["UserDocs\nDesktop"]
[UserDocs] <-down-> ["UserDocs\nDesktop"]
package "Browser" {
[Your App]
["UserDocs\nExtension"]
["UserDocs\nDesktop"] <-> [Your App]
["UserDocs\nDesktop"] <-down-> ["UserDocs\nExtension"]
}
}
package "Container" {
["UserDocs\nCI/CD"]
[UserDocs] <-down-> ["UserDocs\nCI/CD"]
package "Headless Browser" {
["Your App "]
["UserDocs\nCI/CD"] <-down-> ["Your App "]
}
}
[Local Host]
[Remote Host]
["Your App "] <-down-> [Local Host]
["Your App "] <-down-> [Remote Host]
[Your App] <-down-> [Local Host]
[Your App] <-down-> [Remote Host]
@enduml | false | true | false | false | deployment |
4291a57686fb08546f06714b6472faf8802e2825 | c7efe1a2a4f17820f1fd55a3f262828f1fa0b02b | /plantUML/DownloadedAndModifiedFromEU/complete-architecture.puml | c9918a34667b5aabb31935a51ab8f4f48dcfaa69 | [] | no_license | ariellucien/smartSDK | fab8682a5c776e5589e8ec598ba61938e8a6df02 | 038c6988d466d312904dd3129054867387d83dbd | refs/heads/master | 2020-12-02T19:27:19.721562 | 2017-08-01T20:30:36 | 2017-08-01T20:30:36 | 96,343,225 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,228 | puml | @startuml
!define ICONURL https://raw.githubusercontent.com/smartsdk/architecture-diagrams/master/dist
!includeurl ICONURL/common.puml
!includeurl ICONURL/fiware.puml
!includeurl ICONURL/smartsdk.puml
package "FrontEnd Smart City \n Application" as fesca{
rectangle "-" as r1{
[Home to user and \n managers] as htuam
[Register / Edit \n health profile] as rehp
[Subscribe to \n notifications] as stn
[Subscribe to \n groups] as stg
[Register / Edit user \n profile] as reup
[Register / Edit user \n vehicle profile] as revp
[View your \n generated events] as vyge
[Register public \n transport] as rpt
[Register transport schedule] as rts
}
}
htuam -[hidden]right- reup
rehp -[hidden]up- htuam
rehp -[hidden]right- revp
stn -[hidden]up- rehp
stn -[hidden]right-vyge
stg -[hidden]up- stn
stg -[hidden]right- rpt
rts-[hidden]up- rpt
rts-[hidden]up- stg
package "BackEnd Smart City \n Application" as besca{
rectangle "-" as r{
[Home to user and \n managers] as htuam1
[Module to manage \n health profile] as mtmhp
[Module to manage \n notifications] as mtmn
[Module to manage to \n groups] as mtmg
[Module to manage \n user profile] as mtmup
[Module to manage \n vehicle profile] as mtmvp
[Module to manage \n events] as mtme
[Module to manage \n public transport] as mtmpt
[Module to manage transport \n schedule] as mtmts
}
[Access Control] as ac
database "Public \n transport \n database" as ptd{
}
database "User, disease \n and vehicle \n database" as udavd{
}
}
htuam1 -[hidden]right- mtmup
mtmhp -[hidden]up- htuam1
mtmhp -[hidden]right- mtmvp
mtmn -[hidden]up- mtmhp
mtmn -[hidden]right- mtme
mtmg -[hidden]up- mtmn
mtmg -[hidden]right- mtmpt
mtmts-[hidden]up- mtmg
mtmts-[hidden]up- mtmpt
mtmts <-down-> ac
mtmts -down- ptd
mtmts -down- udavd
interface "Oauth 2 \n flow" as oadf
oadf -[hidden]up- rts
r1 - oadf
[Identity Manager \n (Keyrock)] as imkr
imkr-[hidden]up- oadf
oadf -- imkr
package "Route Service \n Enablement" as rse{
[Routing \n wrapper] as rw
[Public router (OTP)] as protp
[Routing engine] as re
interface "GTPS Data" as gtpsd
interface "OSM" as osm
}
re -[hidden]right- re
protp-[hidden]down- re
rse -[hidden]up- ac
rse -- besca
protp -- rw : "JSON"
re -- rw : "JSON"
protp -- gtpsd
protp -- osm
re -- osm
rw -[hidden]down- protp
rw -[hidden]left- re
package "Mobile Alerts for \n Smart City Scenario" as mafscs{
[Mobile alert application \n for accidents, traffic jam, \n pollution, weather condition \n pollen, asthma attacks] as allalerts
database "Alerts database" as ad
}
ad -[hidden]-allalerts
allalerts -- ad
package "Cosmos (to be developed)" as ctbd{
[Cygnus] as cygnus
[Big Data Analysis] as bdan
[STH commet] as sthc
}
ctbd -[hidden]left- rse
cygnus -- sthc
cygnus -- bdan
besca --cygnus
package "SDK library for NGSI" as sdklfngsi{
[Mobile device \n (location, acce- sensorslerometer, \n gyroscope)] as sensors
database "Mobile data context \n (current version)" as mdcd
}
sdklfngsi -[hidden]- ctbd
mdcd -[hidden]left- sensors
package "IoT Device" as piotd{
[Clouino] as cloudino
[Humidity sensor] as hs
[Temperature sensor] as ts
[GPS sensor (in progress)] as gpss
}
cloudino -- hs
cloudino -- gpss
cloudino - ts
interface "MQTT" as mqtt
cloudino -- mqtt
package "IoT Mobile Device" as iotmd{
[Smart Spot] as spot
[Gas detection sensor \n NO2, SO2, CO, O3] as gds
[Temperature and humidity sensor] as tahs
[GPS sensor \n (in progress)] as gpssip
}
spot - gds
spot -- gpssip
spot -- tahs
interface "LWM2M" as lwm2m
spot -- lwm2m
package "Iot Fixed Device" as iotfd{
[Smart spot] as ssp
[Gas detection sensor \n NO2, SO2, CO, O3] as gds2
[Temperature and humidity sensor] as tahs2
}
ssp -- gds2
ssp -- tahs2
ssp -- lwm2m
tahs -[hidden]down- lwm2m
tahs2 -[hidden]down- allalerts
rse -[hidden]right- mafscs
[Context Broker \n Orion] as cbo
cbo -[hidden]left- mtmup
interface "<font size=35 color=red>NGSI" as ngsi
fesca -- besca : "JSON"
besca ---- ngsi
cbo ----- ngsi
rw -- ngsi
ngsi -- allalerts
ngsi -- cygnus
ngsi -- sensors
ngsi -- cloudino
package "IoT Backed" as iotb{
[IoT Broker] as iotbr
[IoT Discovery] as iotd
[Backend device management \n IDAS] as bedmi
}
bedmi -- mqtt
iotbr ------ ngsi
iotd ------ ngsi
bedmi ------ ngsi
bedmi -[hidden]left- iotd
iotbr -[hidden]right- iotd
bedmi -- lwm2m
@enduml
| false | true | false | false | sequence |
bc29f42bca152cd5365c334baffbe8fc7411050a | 03be9bc80bd669dd90726a65d1b652dcde1019a5 | /diagram/4.puml | a641bc442966ba3cbe5db475fd1076f6cc072a94 | [] | no_license | zp000123/UmlTest | 1dc3fce8934142352e7a58ad291b3adb28ed7eff | 0013339948fc936e3aa69354edcd8363766fa0c8 | refs/heads/master | 2020-07-16T17:39:11.842902 | 2019-09-02T10:37:10 | 2019-09-02T10:37:10 | 205,834,074 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 298 | puml | @startuml
class Object <<general>>
Object <|--- ArrayList
note top of Object : In java, every class\nextends this one.
note "This is a floating note" as N1
note "This note is connected\n to several objects." as N2
Object .. N2
N2 .. ArrayList
class Foo
note left : On last defined class
@enduml | false | true | false | false | class |
e0fba41da160470bc7c6afbbaa213a14966ec3cb | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140329/sprint1/share_cell_send_analysis.puml | 710e94dda32a73bc5fd403b6b00b53ebe694da3e | [] | 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,589 | puml | @startuml doc-files/share_cell_send_analysis.png
actor User
participant "<<analysis>>\nShareCellUI" as ShareCellUI
participant "<<analysis>>\nShareCellController" as ShareCellController
participant "<<analysis>>\nVolt.UdpClient" as Volt.UdpClient
participant "<<analysis>>\nVolt.UdpServer" as Volt.UdpServer
User->ShareCellUI: activates "Send Cells" option
ShareCellUI->ShareCellController: new ()
activate ShareCellController
ShareCellController->Volt.UdpClient: new ()
ShareCellController->Volt.UdpServer: new ()
deactivate ShareCellController
ShareCellUI->ShareCellController: List<String> lst = getOtherInstances()
loop
activate ShareCellController
ShareCellController->Volt.UdpClient: send(":broadcast")
note right of ShareCellController: manager.after(1).every(5).fire(broadcast)
ShareCellController->Volt.UdpServer: expect(":ip|:port")
deactivate ShareCellController
end
ShareCellUI->User: Shows other available instances
note left of ShareCellUI: in a sidebar window
User->ShareCellUI: Selects instance
note right of ShareCellUI: String target = instance.ip+":"instance.port
User->ShareCellUI: Send Cell
activate ShareCellUI
ShareCellUI->ShareCellUI: List<Cell> cells = getSelectedCells()
ShareCellUI->ShareCellController: sendCells(target, cells)
activate ShareCellController
deactivate ShareCellUI
note right of ShareCellController: String msg = "";\nfor(Cell cell : cells){\n msg+=cell.address+"|"+cell.value+"|";\n}
ShareCellController->Volt.UdpClient: send(":address|:value", target, msg)
deactivate ShareCellController
ShareCellUI->User: Cell has been shared
@enduml | false | true | false | false | usecase |
dd23103ae9acfc83c442932d67d46b5b0172f589 | 4c13527f24ccc6d0524d18cc56deeb7e81886b36 | /Java3/src/main/java/E46.puml | 005be7827925e9f35ca89fd5bc7e639e78f68fa1 | [] | no_license | Nickc123z/-COOK--cop3330-assignment3 | f5b176a2a2b946a24610e1394b215a708453985d | 2fb7ae553249c86152141ef356db8bf3815e4621 | refs/heads/main | 2023-09-04T09:33:29.931092 | 2021-10-12T03:55:47 | 2021-10-12T03:55:47 | 416,132,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
'https://plantuml.com/class-diagram
print1 <|-- main
print <|-- main
rfile <|-- main
readily <|-- main
class print1 {
loops();
k = values;
}
class print{
map = ma[;
}
class readable{
while(can scan){
key[i] = array1;
}
class rfile{
new file();
scan = newfile;
new = new hashmap;
}
abstract class main{
readfile();
readfile1.readable();
}
@enduml | false | true | false | false | activity |
6d804f76d09bb402ad4b650350dfea924208e9cc | f451cee1b603ed5dd3a930ac8654e9ddd5a36883 | /docs/whitepaper/use-case-food-tracability-integration.puml | 82f591c767e3b309601c4474eb2e3453bf11d123 | [
"Apache-2.0"
] | permissive | etaroid/blockchain-integration-framework | ad3966e1f5d4ffaa7f959c15fd8d1d823e598631 | 380aea5e502fbb60a4412846bfdbc1de2bf92578 | refs/heads/master | 2021-03-06T22:56:45.057234 | 2020-03-05T21:57:39 | 2020-03-05T21:57:39 | 246,230,744 | 0 | 0 | Apache-2.0 | 2020-03-10T07:05:11 | 2020-03-10T07:05:11 | null | UTF-8 | PlantUML | false | false | 1,598 | puml | @startuml Food Tracability Integration
title Hyperledger Blockchain Integration Framework\nFood Tracability Integration
skinparam sequenceArrowThickness 2
skinparam roundcorner 5
skinparam maxmessagesize 30
skinparam sequenceParticipant underline
top to bottom direction
actor "Retailer Customer" as rc
frame "Company A\n<<organization>>" as ca #LightGray {
node "Food Tracability Solution A\n<<software>>" as ftsa #LightYellow {
}
}
frame "Company B\n<<organization>>" as cb #LightGray {
node "Food Tracability Solution B\n<<software>>" as ftsb #LightYellow {
}
}
frame "Food Retailer\n<<organization>>" as re #LightGray {
node "Food Tracability Solution B\n<<software deployment/subscription>>" as lftsb #LightGreen {
}
node "Integration for End to End Food Tracability\n<<software deployment/subscription>>" as ifeteft #LightSkyBlue {
}
}
frame "Food Manufacturer\n<<organization>>" as fm #LightGray {
node "Food Tracability Solution A\n<<software deployment/subscription>>" as lftsa #LightGreen {
}
}
frame "System Integrator Company\n<<organization>>" as sic #LightGray {
node "System Integration\n<<IT service>>" as ssi {
}
}
frame "Hyperledger\n<<organization>>" as hl #LightGray {
node "Blockchain Integration Framework\n<<software>>" as bif #LightYellow {
}
}
fm ==> ca #Green: Purchase Food Tracability Solution A
re ==> fm: Source food from manufacturer
re ==> cb #Green: Purchase Food Tracability Solution B
re ==> sic: Purchase System Integration Project
rc ==> ifeteft: Traces food origins
sic ==> hl: Builds integration on top of BIF
@enduml
| false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.