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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cba6f73fd1987b5fbab5651cf92afa0c3ad4cbd2 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/tests/device/service_test/DevicePathServiceTest.puml | 79af54db08a2d96dc8e1594bd95f74879932d992 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
class DevicePathServiceTest {
+ path_valid_null_test() : void
+ path_valid_true_test() : void
+ get_file_exception_test() : void
+ get_file_test() : void
}
@enduml
| false | true | false | false | class |
748be9de3f9878c79e1cccc4924afc451c0f0cff | e778c50fb529563a0106509e3635959099a00924 | /Conception/Diagrams/plantUml/Use Cases/Project_Ineractions.puml | 780103e795716defa3971babbaa4105d4c3a1d51 | [] | no_license | joelemenyu20/Sahem | cc07c7172dbaec42199510089f7d372b91a8508f | 1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff | refs/heads/master | 2023-05-07T03:17:02.861896 | 2020-07-21T05:45:26 | 2020-07-21T05:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 680 | puml |
@startuml ProjectInteractions
left to right direction
skinparam packageStyle rectangle
actor Creator as A3 << Human >>
actor Project as A9 << DataBase >>
' actor Project as A8 << Database >>
' usecase (UC4-ShareToSocialMedia) as UC4
' A1 -- (UC4)
' (UC4) -- A6
rectangle ProjectInteractions {
usecase (UC8-FundProject) as UC8
usecase (UC10-VoteOnProject) as UC10
usecase (UC11-CommentOnProject) as UC11
usecase (UC26-ShareProject) as UC26
usecase (UC30-ReportProject) as UC30
A3 -- (UC8)
A3 -- (UC10)
A3 -- (UC11)
A3 -- (UC26)
A3 -- (UC30)
(UC10) -- A9
(UC11) -- A9
(UC8) -- A9
(UC26) -- A9
(UC30) -- A9
}
@enduml
| false | true | false | false | usecase |
253a67e52827342e2a8545ea8ddfb710ebfc057b | c60a5a2696ec6d4de2b66be242a235720453ab6f | /assets/PlantUML/usecase_diagram.puml | 38ed0b9bcde48455253b945c1a4ba223045dc40b | [
"MIT"
] | permissive | krisums/clean-architecture-dotnet | 41c3286b5b154f2cca4c56db2281cf77d47079fe | 2870740c26dfbff8d9178596d73f5ebec4bb2687 | refs/heads/main | 2023-07-02T16:19:39.590441 | 2021-06-24T12:22:02 | 2021-06-24T12:22:02 | 405,450,798 | 1 | 0 | MIT | 2021-09-11T18:11:54 | 2021-09-11T18:11:53 | null | UTF-8 | PlantUML | false | false | 905 | puml | @startuml
' title <b>eCommerce Use case Diagram</b>
left to right direction
skinparam packageStyle rect
actor customer
actor admin
rectangle "Product Management" {
admin --> (Add Product)
customer --> (Get Product)
customer --> (Return Product)
(Get Product) <-- admin
}
rectangle "Customer Management" {
admin --> (Add Customer)
admin --> (Check Email Available)
admin --> (Get Customer)
admin --> (Remove Customer)
admin --> (Update Customer)
(Check Email Available) <-- customer
(Get Customer) <-- customer
(Update Customer) <-- customer
}
rectangle "Cart Management" {
customer --> (Add Product to Cart for Customer)
customer --> (Get Cart for Customer)
customer --> (Remove Product of Customer)
customer --> (Checkout)
}
rectangle "Settings Management" {
admin --> (Get History Data)
customer --> (Get Country)
(Get History Data) <-- customer
}
@enduml
| false | true | false | false | usecase |
27107df3edaee54dae16b20a751360543f1dd137 | c0daa38416d0df67da681d5a3b457cc63b4a78bf | /src/test/java/uk/ac/ebi/pride/utilities/iongen/iongen.plantuml | f6e9135b02bea15b0bb0506708d71ec94ae86832 | [
"Apache-2.0"
] | permissive | PRIDE-Utilities/pride-utilities | 5dca0a5154c13a27d6dfa6e18dbc4a6a1c908962 | a6a375d69c1f3085cd1774a1fbd27e2b5c77a9cf | refs/heads/master | 2022-09-05T01:09:01.400987 | 2022-09-02T13:24:19 | 2022-09-02T13:24:19 | 23,535,931 | 1 | 3 | null | 2022-09-02T13:24:20 | 2014-09-01T08:35:19 | Java | UTF-8 | PlantUML | false | false | 925 | plantuml | @startuml
title __IONGEN's Class Diagram__\n
package uk.ac.ebi.pride.utilities.iongen {
class Constants {
{static} + DEVIATION : double
- Constants()
}
}
package uk.ac.ebi.pride.utilities.iongen {
class ProductIonFactoryTest {
- printProductIons()
+ testDefaultProductIons()
- printImmoniumIons()
+ testImmuniumIons()
+ testModificatedProductIons()
- compareResults()
+ patchDefaultProductIons()
+ patchModificatedProductIons()
+ patchImmoniumIons()
}
}
package uk.ac.ebi.pride.utilities.iongen {
class TestUtils {
{static} + generateTestset()
+ testGenerateTestset()
}
}
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 |
b3e30c218cc0cf2f00d0840e414fcb49208f36e0 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/minilatedeliveryandpenalty-capped@0.5.0.puml | df143fcd6092a9a8940dc75652521c46abf0fa6b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 898 | puml | @startuml
class org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause << (A,green) >> {
+ AccordParty buyer
+ AccordParty seller
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Double capPercentage
+ Duration maximumDelay
}
org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause --|> org.accordproject.cicero.contract.AccordClause
class org.accordproject.minilatedeliveryandpenalty.LateRequest << (T,yellow) >> {
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.minilatedeliveryandpenalty.LateRequest --|> org.accordproject.cicero.runtime.Request
class org.accordproject.minilatedeliveryandpenalty.LateResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.minilatedeliveryandpenalty.LateResponse --|> org.accordproject.cicero.runtime.Response
@enduml
| false | true | false | false | class |
7106ed2ccac50f84bcae8aacf5822f60cb9ff694 | 84b65c695458bc888cd2acaf7ab0b3ee812f8c0f | /uml/uml_exceptions.puml | 1f7759a6d56137e4b0e89b35406352c924fcaf2e | [] | no_license | absolutty/java.DobrodruznaHra | 1b6a17807c1474e2057b9951ff76c03166d8a31f | 9b2423f2389f895af838c9ba12c604b86078d2f3 | refs/heads/master | 2023-06-09T06:45:40.678931 | 2021-06-29T08:56:20 | 2021-06-29T08:56:20 | 381,299,474 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | puml | @startuml
class sk.uniza.fri.exceptions.PosunException {
- int x
- int y
+ {static} int upravHodnotu(int,int)
+ int getX()
+ int getY()
}
sk.uniza.fri.exceptions.ArrayIndexOutOfBoundsException <|-- sk.uniza.fri.exceptions.PosunException
@enduml | false | true | false | false | class |
261a55e45fc795c20344ea4f1bd7ca1cbfb428e2 | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/BL/Factories/ITourLogFactory.puml | 35fe6beb25f919817fc1d0fc0d1fa2990746d841 | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
interface ITourLogFactory {
+ CreateTourLog(tourLog:TourLog) : Task
+ UpdateTourLog(tourLog:TourLog) : Task
+ DeleteTourLog(tourLog:TourLog) : Task
}
@enduml
| false | true | false | false | class |
7e18c872c44c1c1c5491e87ec208a328c0dec699 | 179b0a913428628329ceb3bc5bae2730ac8db1c1 | /Documentation/diagrams/src/PHSA_CDC_Laboratory_Flow.puml | a3a6dc75d00eb4aec21846259ad15829665bba37 | [
"Apache-2.0"
] | permissive | bcgov/healthgateway | 05116ac6f0cd7043189ca16959d1789dff49ca74 | 314bce83a3b5e0e72c3a77738b684ab9627d0430 | refs/heads/dev | 2023-08-21T06:40:44.879340 | 2023-08-19T01:33:41 | 2023-08-19T01:33:41 | 185,277,191 | 50 | 20 | Apache-2.0 | 2023-09-14T21:37:03 | 2019-05-06T21:54:23 | C# | UTF-8 | PlantUML | false | false | 1,845 | puml | @startuml PHSA_CDC_Laboratory_Flow
autonumber
actor Citizen
Citizen -> HealthGateway_WebClient : Login
HealthGateway_WebClient <-> KeyCloak_AuthServer : OIDC Authentication Request
Citizen <-> BCSC_IDIM_Services : External IdP; BCSC login flow at id.gov.bc.ca
BCSC_IDIM_Services -> KeyCloak_AuthServer : Redirect back after successful BCSC login
HealthGateway_WebClient <- KeyCloak_AuthServer : Authentication Successful, Grant JWT
HealthGateway_WebClient -> HealthGateway_Laboratory_Controller : Fetch COVID Results
HealthGateway_Laboratory_Controller -> PHSA_CDC_Laboratory_Service : /api/v1/LabReports Fetch All COVID Results (JWT, HDID)
PHSA_CDC_Laboratory_Service -> KeyCloak_AuthServer : Verify Access Token by fetching public key (JWT)
PHSA_CDC_Laboratory_Service <-> PHSA_CDC_Laboratory_Service : Verify Scope in JWT is correct
PHSA_CDC_Laboratory_Service <-> PHSA_CDC_Laboratory_Service : Resolve HDID to PHN using internal HCIM access
HealthGateway_WebClient <- PHSA_CDC_Laboratory_Service : Return LabReports for this user
Citizen -> HealthGateway_WebClient : Select to View LabReport Document (a PDF)
HealthGateway_WebClient -> HealthGateway_Laboratory_Controller : initiate fetch for Lab Report document
HealthGateway_Laboratory_Controller -> PHSA_CDC_Laboratory_Service: /api/v1/{id}/LabReportDocument Fetch All COVID Report Doc (JWT, HDID)
PHSA_CDC_Laboratory_Service -> KeyCloak_AuthServer : Verify Access Token by fetching public key (JWT)
PHSA_CDC_Laboratory_Service <-> PHSA_CDC_Laboratory_Service : Verify Scope in JWT is correct
PHSA_CDC_Laboratory_Service <-> PHSA_CDC_Laboratory_Service : Resolve HDID to PHN using internal HCIM access
HealthGateway_WebClient <- PHSA_CDC_Laboratory_Service : Return Lab report document (PDF) for this user
Citizen -> HealthGateway_WebClient : View and/or Download PDF Document
@enduml
| false | true | false | false | usecase |
152bd26a1a6385c7afe79020471da98189e5ea04 | 643df57a80e01a9dc3117c6ce37a0818ef60a847 | /carnet.puml | 44e66c07bfd41f21a6f41b41b452c895afba8174 | [] | no_license | PerryPerrz/Carnet | db56e27e2569833da1c41e439edac7cc29ea1a4e | 70762819e72fb464e26f1e8dba00b1a8f76e13c6 | refs/heads/master | 2023-08-01T00:43:14.787159 | 2021-06-04T15:15:46 | 2021-06-04T15:15:46 | 405,447,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,673 | puml | @startuml
class carnet.exceptions.FormatCoordonneesException {
}
class carnet.exceptions.CancelImageException {
}
class carnet.panneauDeControle.PanneauDeControleMenu {
+ void enregistrer()
+ void nouveau()
+ void renommer()
+ void supprimer()
+ void quitter()
+ void affichagePage()
+ void ouvrirUnCarnet()
+ void copier()
+ void coller()
+ void reagir()
}
carnet.panneauDeControle.PanneauDeControleMenu--"3" javafx.scene.layout.BorderPane
carnet.panneauDeControle.PanneauDeControleMenu--"3" javafx.scene.control.MenuItem
class carnet.panneauDeControle.PanneauDeControlePageDePresentation {
- void ajouterAuteur()
- void ajouterDateDebut()
- void ajouterDateFin()
- void ajouterParticipants()
+ void nouvellePage()
+ void pageSuivante()
+ void sauvegarderLesModifications()
+ void onDragDropped(DragEvent)
+ void onDragOver(DragEvent)
+ void onMouseClicked()
+ void leaveHome()
+ void reagir()
}
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"1" javafx.scene.control.Label
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"2" javafx.scene.control.DatePicker
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"1" javafx.scene.control.TextArea
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"1" javafx.scene.control.TextField
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"1" javafx.scene.image.ImageView
carnet.panneauDeControle.PanneauDeControlePageDePresentation--"3" javafx.scene.control.Button
class carnet.Main {
+ void start(Stage)
+ {static} void main(String[])
}
class carnet.designPattern.SujetObserve {
+ void ajouterObservateur(Observateur)
+ void notifierObservateurs()
}
carnet.designPattern.SujetObserve"1"--"*" carnet.designPattern.Observateur
class carnet.exceptions.SupprimerPageDePresentationException {
}
class carnet.model.PageDePresentation {
- String auteur
+ void setAuteur(String)
+ void setDateDebut(Date)
+ void setDateFin(Date)
+ String getAuteur()
+ Date getDateDebut()
+ Date getDateFin()
}
carnet.model.PageDePresentation --"2" java.util.Date
class carnet.exceptions.ImageNotLoadedException {
}
class carnet.exceptions.CarnetException {
}
class carnet.outil.FabriqueNumeroPage {
- int numPage
- {static} FabriqueNumeroPage instance
+ {static} FabriqueNumeroPage getInstance()
+ int getNumeroPage()
+ void reset()
}
abstract class carnet.model.Page {
# String titre
# int numeroPage
# int indicePage
# String pathImagePage
+ void setTitre(String)
+ int getNumeroPage()
+ int getIndicePage()
+ void setIndicePage(int)
+ String getTitre()
+ String getPathImagePage()
+ void setPathImagePage(String)
}
interface carnet.designPattern.Observateur {
~ void reagir()
}
class carnet.panneauDeControle.PanneauDeControlePageDuCarnet {
- void ajouterTitre()
- void ajouterTexte()
+ void nouvellePage()
+ void pageSuivante()
+ void pagePrecedente()
+ void enregistrer()
+ void onDragDropped(DragEvent)
+ void onDragOver(DragEvent)
+ void onMouseClicked()
+ void goHome()
~ void initialize()
+ void changerLesCoordonnees()
+ void reagir()
}
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" com.sothawo.mapjfx.Marker
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" com.sothawo.mapjfx.MapView
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" javafx.scene.control.Label
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" javafx.scene.control.TextArea
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" javafx.scene.image.ImageView
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"4" javafx.scene.control.Button
carnet.panneauDeControle.PanneauDeControlePageDuCarnet--"1" javafx.scene.layout.VBox
class carnet.outil.TailleComposants {
- {static} TailleComposants instance
- int tailleBouton
- int windowX
- int windowY
+ {static} TailleComposants getInstance()
+ int getTailleBouton()
+ int getWindowX()
+ int getWindowY()
}
class carnet.sauvegarde.SauvegardeDuCarnet {
- {static} SauvegardeDuCarnet instance
+ {static} SauvegardeDuCarnet getInstance()
+ void sauvegardeDuCarnet(CarnetDeVoyage,File,String)
+ CarnetDeVoyage retranscriptionDuCarnet(File)
+ void sauvegardeDUnePage(PageDuCarnet)
+ PageDuCarnet retranscriptionDUnePageDuCarnet()
}
class carnet.exceptions.PageInexistanteException {
}
class carnet.exceptions.FichierDeSauvegardeException {
}
class carnet.model.PageDuCarnet {
- String texte
- Double latitude
- Double longitude
+ String getTexte()
+ void setTexte(String)
+ Double getLatitude()
+ void setLatitude(Double)
+ Double getLongitude()
+ void setLongitude(Double)
+ void changerLesCoordonneesDuCurseur(String)
}
class carnet.model.CarnetDeVoyage {
- ArrayList<String> participants
- int pageActuelle
- boolean toTheLeft
+ void enregistrerCarnet(File,String)
+ void renommerCarnet(String)
+ void renommerPage(String)
+ void ajouterPage()
+ void supprimerPage(int)
+ void ajouterParticipants(String)
+ Page pagePrecedente()
+ Page pageSuivante()
+ PageDePresentation getPageDePresentation()
+ PageDuCarnet getPageDuCarnet()
+ Page getPageDuCarnetAvecUnNumero(int)
+ Iterator<PageDuCarnet> iteratorPageDuCarnet()
+ Iterator<String> iteratorParticipantsDuCarnet()
+ void raffraichirIndices()
+ int getNbPagesDuCarnet()
+ int getPageActuelle()
+ boolean siLaPageActuelleEstLaPageDePresentation()
+ String getParticipants()
+ boolean isToTheLeft()
+ void nettoyerLesParticipants()
+ void backToPageDePresentation()
+ void goToLastPage()
+ void retranscriptionDesInformationsDUnePageDuCarnet(PageDuCarnet)
}
carnet.model.CarnetDeVoyage--"1" carnet.model.PageDePresentation
carnet.model.CarnetDeVoyage--"*" carnet.model.PageDuCarnet
carnet.exceptions.CarnetException <|-- carnet.exceptions.FormatCoordonneesException
carnet.exceptions.CarnetException <|-- carnet.exceptions.CancelImageException
carnet.designPattern.Observateur <|.. carnet.panneauDeControle.PanneauDeControleMenu
carnet.designPattern.Observateur <|.. carnet.panneauDeControle.PanneauDeControlePageDePresentation
javafx.application.Application <|-- carnet.Main
carnet.exceptions.CarnetException <|-- carnet.exceptions.SupprimerPageDePresentationException
carnet.model.Page <|-- carnet.model.PageDePresentation
carnet.exceptions.CarnetException <|-- carnet.exceptions.ImageNotLoadedException
carnet.exceptions.Exception <|-- carnet.exceptions.CarnetException
carnet.designPattern.Observateur <|.. carnet.panneauDeControle.PanneauDeControlePageDuCarnet
carnet.exceptions.CarnetException <|-- carnet.exceptions.PageInexistanteException
carnet.exceptions.CarnetException <|-- carnet.exceptions.FichierDeSauvegardeException
carnet.model.Page <|-- carnet.model.PageDuCarnet
carnet.designPattern.SujetObserve <|-- carnet.model.CarnetDeVoyage
@enduml | false | true | false | false | class |
1a7f834d80517945d72ed3455a4c0269c00cd6b4 | ee8c65dde2cbdad0dc067af1007d1483de2d3ba5 | /swapp/core/classdiagram.puml | 4905434cf73ca5f324c99346b96cb75f39052796 | [] | no_license | StefanTomic-NTNU/swapp | 0ab711ab52c045541b6a45828841c02eaec62ad0 | 9ad456b233be8b6e1329fb5d42f8e4a0be38678c | refs/heads/master | 2023-08-11T15:17:36.356818 | 2020-11-18T14:58:30 | 2020-11-18T14:58:30 | 407,889,775 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 107 | puml | @startuml
SwappList"1" *-- "many" SwappItem: contains
SwappModel"1" *-- "many" SwappList: contains
@enduml | false | true | false | false | class |
ee97663ed33c857ee3a7a4b9dbdc7f824e5fcfc2 | 407c65079dda49dd9533f2606ccfb34aab3dd4e0 | /src/use-cases/UC003/UC3-B-orderCapture-0.puml | b2be227b4496c3dc77ba06249b881fffb6d3c54c | [] | no_license | adepeufeilhoux/api-call-flow-test | 2e8c7d52ce324129100fd5211534125a2edb923f | 28f688b81f6f97f4344e1bc7dfebbd3cbca3a7ab | refs/heads/master | 2023-03-07T11:43:41.382381 | 2021-02-24T10:17:39 | 2021-02-24T10:17:39 | 341,839,629 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,078 | puml | @startuml
skinparam ParticipantFontColor automatic
Title: Order Capture
autonumber
actor person
participant EngagementManagement #Purple
participant Welcome #Red
participant OrderCapture #Black
participant TechnicalEligibility #MediumBlue
participant CPQManagement #Black
database ProductOrder
database Catalog
database Installedbase
== Order Capture Initialization from previous interaction==
activate Welcome
person -> EngagementManagement: select an offer
EngagementManagement -> Welcome: TMF701 PATCH SessionId, processId3\n, taskId2 (start order), offering25, addressId9, partyId8,\nserviceQualificationId11
activate EngagementManagement
Note over OrderCapture: we assume the story is following 2 previous UC
Welcome -> OrderCapture : TMF 701 POST sessionId, offeringId25,\nserviceQualificationId11\n, addressId9, partyId8, sc
activate OrderCapture
group Check data consistency
Note over OrderCapture: Process describes if new SQ requires (via POST) or just check previous one (if provided)
OrderCapture -> TechnicalEligibility: GET serviceQualification/serviceQualificationId11?\nfields=qualificationResult (or POST SQ) (TMF645)
TechnicalEligibility --> OrderCapture : 200 - green
OrderCapture -> CPQManagement : POST configuration (offeringId25, partyId8, sc)\n(xxx)
activate CPQManagement
note over CPQManagement: as of today no 'configuration' API
CPQManagement --> OrderCapture: 200 - green - configurationId9 created (offeringId25,26,89)
deactivate CPQManagement
end
OrderCapture --> Welcome: 201 SessionId, ProcessId4, available actions:\nTaskId2 Configure cart[configurationId9],\n TaskId99 quit
Welcome-->EngagementManagement: 201 SessionId, ProcessId, available actions:\nTaskId2 Configure cart[configurationId9],\n TaskId99 quit
deactivate Welcome
deactivate EngagementManagement
OrderCapture-> ProductOrder: POST ShoppingCart (offeringId25,26,89 partyId8)\n(663)
activate ProductOrder
ProductOrder -> Installedbase : optional (could be done later)\POST product (637)
ProductOrder --> OrderCapture : 201 ShoppingCart 7 created
deactivate ProductOrder
@enduml
| false | true | false | false | usecase |
331d73083dec85426e916642604dae48f4ecf486 | 431c585b08c9534476fc28636fde0734b6458756 | /documentation/transitions/stale.puml | 7bb8312989bae868ca0145148642457bd7e8befb | [
"MIT"
] | permissive | cyberlis/hitbox | e40af59654e0623f54ec8a66fe99f6a6f9cd3761 | c9266124e544b9ed80934f2a171bf883e58931ac | refs/heads/master | 2023-07-19T09:59:02.106699 | 2021-09-15T19:00:51 | 2021-09-15T19:00:51 | 406,895,267 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,121 | puml | @startuml
'https://plantuml.com/state-diagram
scale 700 width
[*] --> Initial
Initial --> CachePolled::Actual
Initial --> CachePolled::Stale
Initial --> CachePolled::Miss
Initial --> CachePolled::Error
CachePolled::Actual --> Finish
CachePolled::Stale --> UpstreamPolledStaleRetrieved::Successful
CachePolled::Stale --> UpstreamPolledStaleRetrieved::Error
UpstreamPolledStaleRetrieved::Successful --> CachePolicyChecked::Cacheable
UpstreamPolledStaleRetrieved::Successful --> CachePolicyChecked::NonCacheable
CachePolicyChecked::Cacheable --> CacheUpdated
CacheUpdated --> Finish
CachePolicyChecked::NonCacheable --> Finish
UpstreamPolledStaleRetrieved::Error --> Finish
CachePolled::Miss --> UpstreamPolled::Successful
UpstreamPolled::Successful --> CachePolicyChecked::Cacheable
UpstreamPolled::Successful --> CachePolicyChecked::NonCacheable
CachePolled::Miss --> UpstreamPolled::Error
CachePolled::Error --> UpstreamPolled::Successful
CachePolled::Error --> UpstreamPolled::Error
UpstreamPolled::Successful --> CacheUpdated
UpstreamPolled::Error --> Finish
CacheUpdated --> Finish
Finish --> [*]
@enduml | false | true | false | false | sequence |
5f31070f8e83685c2f69b51acb55ec5c798023aa | 21e84fc3166fe5a703c7d066bbdbd8e913624d3b | /_drafts/uml/设计模式/创建型模式/单例模式-Singleton.puml | 251853d396d043abd38c36c5f38712649c5327ea | [
"MIT"
] | permissive | sunmood/sunmood.github.io | eae0c10f7f8c7f06fa84e20a1ec177f2c1068415 | 10b7131d7b48e2eed29be153543b64b47fd028c7 | refs/heads/master | 2021-08-15T23:52:30.677755 | 2021-01-28T02:23:00 | 2021-01-28T02:23:00 | 90,123,783 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 249 | puml | @startuml
class Singleton{
- instance : Singleton
- Singleton()
+ GetInstance() : Singleton
}
Singleton <--o "instance" Singleton
note bottom of Singleton : if(instance == null) \n instance = new Singleton(); \nreturn instance;
@enduml | false | true | false | false | class |
9d117ddfa52cc8c3942524fbe4735ce86ff4b598 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/creation-factory-method-pattern/src/main/resources/static/diagram-demo.puml | 33029601e644153b858d3c973bb1611db204c752 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 431 | puml | @startuml
KeyboardFactory *-- Keyboard
interface Keyboard {
+void display()
}
class DellKeyboard implements Keyboard {
+void display()
}
class LenovoKeyboard implements Keyboard {
+void display()
}
interface KeyboardFactory {
+Keyboard produce()
}
class DellKeyboardFactory implements KeyboardFactory {
+Keyboard produce()
}
class LenovoKeyboardFactory implements KeyboardFactory {
+Keyboard produce()
}
@enduml | false | true | false | false | class |
d12bc40898cb7da97396285b09fd7217bd011542 | feea725d8b6091ec803659cb1092516a15d6fd7e | /src/main/java/ex46/ex46.puml | b1a0bbb7012e467d4218a5f3644416fa8462b7fb | [] | no_license | simonautran/autran-cop3330-assignment3 | 73e97e06262c3cbf04bd017dc9d86f94d210073e | 4ff24a05a61106681466da954b90e6271e0b9b8a | refs/heads/main | 2023-05-30T19:23:55.457315 | 2021-06-21T03:17:53 | 2021-06-21T03:17:53 | 378,757,105 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 228 | puml | @startuml
'https://plantuml.com/class-diagram
class ex46 {
String readFile()
}
class WordCount
{
Map <String, Int> word
countWord()
sortWordCount()
printWordCount()
getDot()
}
ex46 --|> WordCount
@enduml
| false | true | false | false | class |
7ae8bfed2069b77f75cbbce73e632be9f5d53b48 | c2b2a4affcfd19e9156642f010f37c887373aeac | /ConsultaChelo/Bascula/BasculaDocumentation/dominio.plantuml | 371074aa5e6afa211c62fda45a66d4564f60a82e | [] | no_license | programaconnosotros/UTN-FRT_DS | 55cc659177622232fb8d90f3f05fc2fa99fd9912 | 38a9e15ee9ec3d7006389cdd32a08757ccb766a6 | refs/heads/master | 2023-02-01T17:15:04.374649 | 2020-12-20T23:47:24 | 2020-12-20T23:47:24 | 276,188,651 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 281 | plantuml | @startuml
class Lectura{
String dispositivo,
LocalDate fecha,
}
class Alarma{
String mensaje
}
class Pesaje{
double peso
}
class Vehiculo{
String codigo
String modelo
}
Lectura -- Vehiculo
Lectura <|-- Pesaje
Lectura <|-- Alarma
hide members
show fields
@enduml
| false | true | false | false | class |
90fb013d301cb83f9d1aad4e3828abd9df28eb2d | 44464287763e824fc2567c36d4a4598420c679ba | /Aula 2016-01-13/project-structure.puml | 37c1dbb9b13d1fe59deb2be60680822450664c5f | [] | no_license | isel-leic-pi/1516i-LI51N | fab5db1fd7f394f277bf6a6e2b5c68a3ecd5cddf | 6e87b622fdcc39ec311fb7747f45fa8d1fef8bd1 | refs/heads/master | 2021-06-02T01:19:14.305761 | 2016-01-14T02:28:50 | 2016-01-14T02:28:50 | 43,317,444 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 622 | puml | @startuml
package "Web Client" {
[HTML Pages]
[JavaScript]
}
package "Web Server" {
[HTML Pages] --> HTTP
[JavaScript] --> HTTP
HTTP --> [Controllers]
[Controllers] --> [Model]
[Controllers] --> [Views]
[Model] --> [CouchDB]
[Views]..>[Model]
package "Model" {
}
}
'node "Other Groups" {
' FTP - [Second Component]
' [First Component] --> FTP
'}
'cloud {
' [Example 1]
'}
database "CouchDB" {
' folder "This is my folder" {
' [Folder 3]
' }
' frame "Foo" {
' [Frame 4]
' }
}
'[Another Component] --> [Example 1]
'[Example 1] --> [Folder 3]
'[Folder 3] --> [Frame 4]
@enduml | false | true | false | false | sequence |
93ae7a8ee760b315b402fce91c3999ee5942ef67 | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/ui/UI.puml | 1bf6f0381dd7e045a27494deee1070445209dd71 | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 164 | puml | @startuml
'https://plantuml.com/class-diagram
class UI << (O, #FF7700) >> {
Boolean hasLang
init()
onNewMessage()
userSay()
avatarSay()
getCurrentTime()
}
@enduml | false | true | false | false | class |
40f382cb2e84f87e7f1fefd92051b003462fcd22 | 124b894a3ef93319757b58a1fd24ff43d69e7186 | /docs/uml/add collaborator.puml | 6d52d68ef14f626e4541bd1802b74014502a7df4 | [
"MIT"
] | permissive | 0chain/gosdk | 614cc6079609f0a02aefc37f9ef5d3e2164317ff | acf2724b91db051ea886b20f991cf4a34a48665c | refs/heads/staging | 2023-08-31T22:49:21.221247 | 2023-08-16T15:16:35 | 2023-08-16T15:16:35 | 191,593,548 | 30 | 36 | MIT | 2023-09-14T19:54:49 | 2019-06-12T15:04:03 | Go | UTF-8 | PlantUML | false | false | 571 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox add-collab" as cli
collections gosdk
collections blobber
cli -> gosdk: GetAllocation(allocationID)
cli -> gosdk: AddCollaborator(remotepath, collabID)
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: create collaborator request
group for each blobber (blobber, bidx)
gosdk -> blobber: call http request to update collaborator
alt successful status code
gosdk -> gosdk: return successful status
end
end
gosdk -> gosdk: check the number of successful status equal to the number of blobbers
@enduml
| false | true | false | false | sequence |
0d639989e82f5cef70fb6be6255c8a73d02364f1 | fa1b1537aeace0b2dafb2c3b5286685f3cd498be | /src/uml/Assignment04.puml | 8561b300525f5d33ca47ba8a0274f73679dcaa92 | [] | no_license | K-Schiffli/Schiffli-5856-a5 | 171e665078f578b2c1e37edac2df0b8ee3a77abe | 7013f14d63d9a9c86d251df25b81a54dbb187bec | refs/heads/master | 2023-06-23T02:15:37.894138 | 2021-07-25T19:28:05 | 2021-07-25T19:28:05 | 388,525,090 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,571 | puml | @startuml
'https://plantuml.com/class-diagram
Class InventoryLists{
+load initial scene
}
Class InventoryListsController{
--Methods--
+Initialize()
+clickedNewItem()
+clickedDeleteItem()
+clickedSaveListAsJSON()
+clickedLoadListAsJSON()
+clickedSaveListAsTSV()
+clickedLoadListAsTSV()
+clickedSaveListAsHTML()
+clickedLoadListAsHTML()
+clickedClearList()
+editedName()
+editNameEnd()
+editedPrice()
+editPriceEnd()
+editedSerialNum()
+editSerialNumEnd()
+clickedSearchByName()
+clickedSearchBySerialNum()
+clickedHelp()
}
Class ListHandler{
--Parameters--
List<InventoryList>
}
Class InventoryList{
--Parameters--
String
List<InventoryItem>
--Methods--
+addItem()
+removeItem()
+getItems()
+validateName()
+validatePrice()
+validateSerialNum()
+checkForSerialNumDupe()
}
Class InventoryItem{
--Parameters--
String name
String price
String serialNum
--methods--
+setItemName()
+setItemPrice()
+setItemSerialNum()
+getItemName()
+getItemPrice()
+getItemSerialNum()
}
Class ListSaveAndLoadHandler{
--methods--
+SaveListAsJSON()
+loadListAsJSON()
+SaveListAsTSV()
+loadListAsTSV()
+SaveListAsHTML()
+loadListAsHTML()
}
Class ItemSearchHandler{
--methods--
+getSearchedItems()
+searchItems()
}
InventoryLists ..|> InventoryListsController
InventoryListsController -- ListHandler
ListHandler o- InventoryList
InventoryList o- InventoryItem
InventoryListsFXML --|> InventoryListsController
ItemSearchHandler -- InventoryList
ListSaveAndLoadHandler -- InventoryList
InventoryListsController -- ItemSearchHandler
InventoryListsController -- ListSaveAndLoadHandler
@enduml | false | true | false | false | class |
c6076119b11412befbdc23ca581e0943895610b1 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /7 State Diagram/4 Long name.puml | 7e41f86b31205dfa5ef385030fa9bb3a932f2910 | [
"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 | 447 | puml | @startuml
scale 600 width
[*] -> State1
State1 --> State2 : Succeeded
State1 --> [*] : Aborted
State2 --> State3 : Succeeded
State2 --> [*] : Aborted
state State3 {
state "Accumulate Enough Data\nLong State Name" as long1
long1 : Just a test
[*] --> long1
long1 --> long1 : New Data
long1 --> ProcessData : Enough Data
}
State3 --> State3 : Failed
State3 --> [*] : Succeeded / Save Result
State3 --> [*] : Aborted
@enduml
| false | true | false | false | sequence |
cd050815ed6c31609de25a478e5b79297374599a | 29421a50b9fee94fdcbeb9c13fd8a469dd2f33db | /.diagram.puml | 96ff9b8067102af129372c8d6daaa9cba5a6e54b | [] | no_license | dpapathanasiou/spring-webflux | beab7ef6a71c2f5ce67d24837b31df8687e8b198 | 69b6b172ec24fb051f21b8f803994166d36fa62d | refs/heads/master | 2021-03-02T21:49:53.158308 | 2020-03-21T22:34:06 | 2020-03-21T22:34:06 | 245,908,214 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
' Created with PlantUML https://plantuml.com/
participant "<size:30><&person></size>" as client
participant "<size:30><&code></size>" as jar
participant "<size:30><&cloud></size>" as api
client -> jar: http://localhost:8080/weather/latitude/longitude
jar -> api: API call to\n<b>/points/latitude,longitude</b>
api -> jar: <&file> json containing\nforecast (gridpoints) URL
jar -> jar: parse gridpoints URL
jar -> api: API call to\n<b>/gridpoints/x,y/forecast</b>
api -> jar: <&file> json containing\ntime period forecasts
jar -> jar: parse time period results
jar -> client: HTML table of results
@enduml
| false | true | false | false | sequence |
21897424d8af5e96cf5ad8fb647d5a6417fe3bf7 | 17d379635b7eab96da73a633d80cbd485c3ac8d8 | /info202_project/SequenceDiagrams/search_sequence_diagram.puml | dc62d482fc1c652620aa1ebaded03cecee5d9165 | [] | no_license | Ben-Stacey/INFO202-Project | e64f74aa338bb50ed98fea03bd61c6bbbabbfd45 | 2f7de985a3be5f15795713f749b23ef14ad78663 | refs/heads/master | 2023-08-24T06:04:05.611004 | 2021-10-26T03:35:19 | 2021-10-26T03:35:19 | 411,868,582 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,082 | puml | @startuml
' === Style Tweaks ===
skinparam {
Style StrictUML
RoundCorner 5
ParticipantPadding 10
Padding 2
SequenceStereotype {
Font {
Size 10
Style plain
}
}
}
' === Actors / Participants
actor "User" as user
participant "Main" as main
participant "MainMenu" as menu <<form>>
participant "Product Viewer" as ViewProducts <<dialog>>
participant "ProductJdbiDAO" as J <<ProductDAO>>
participant "SimpleListModel" as list <<Model>>
database "H2 Database" as datastore <<data store>>
' === Messages ===
main -> J : construct
main -> menu : construct(dao)
user -> menu : click "View Products"
menu -> ViewProducts : construct(dao)
ViewProducts -> J++ : getProducts()
J -> datastore++ : select product
return query result
return
ViewProducts -> list : updateItems(product)
user -> ViewProducts : enters searchId
user -> ViewProducts : click "Search"
ViewProducts -> J++ : searchById(productId)
J -> datastore++ : select product where
return query
return Products
ViewProducts -> list : updateItems(product)
destroy ViewProducts
@enduml | false | true | false | false | usecase |
72c7727381fa0077265293b50a025c7829a2ad22 | 0cae2955100096249a854d37b067b1fe9037a2ad | /docs/uml/User.puml | 9c638d5b4047556a0024c1422e381a8bad7c4391 | [] | no_license | psmon/netcore-restweb-entity-akka | 20ef6dcc4ae7f0f10b191b34dc6b4af08499ed81 | b956685f790761a169faeb9b6b4f3f45101d9001 | refs/heads/master | 2022-11-24T16:41:40.883176 | 2019-07-21T04:04:49 | 2019-07-21T04:04:49 | 160,953,228 | 0 | 0 | null | 2022-11-22T00:21:06 | 2018-12-08T15:40:38 | C# | UTF-8 | PlantUML | false | false | 325 | puml | @startuml
class User {
+ UserId : int <<get>> <<set>>
+ SocialInfos : List<SocialInfo> <<get>> <<set>>
+ IsSocialActive : Boolean <<get>> <<set>>
+ NickName : String <<get>> <<set>>
+ MyId : String <<get>> <<set>>
+ PassWord : String <<get>> <<set>>
+ RegDate : DateTime <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
37fedc26128cd1cc622598668c10000d1850bc2e | 6c14aa19e43b319922b03a2826106c0c020f1ef1 | /3_patterns/src/doc/class/observer.puml | 6ef7cbdc1fed23362ced66a8e707b4cfe08819a9 | [
"MIT"
] | permissive | nvamelichev/hse-java-spring-2021 | 50cdd53aa06baad9e31cc51108f0b356766fbe7b | 5409e60473bf8981d9de41faa2c1e33364bcb806 | refs/heads/main | 2023-05-14T15:00:07.196656 | 2021-06-04T11:48:23 | 2021-06-04T11:48:23 | 336,320,393 | 5 | 11 | MIT | 2021-05-14T10:36:53 | 2021-02-05T16:05:28 | Java | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
class EventObject
class Observable {
+ addListener(o: Listener)
+ removeListener(o: Listener)
+ notify(e: EventObject)
}
class Listener {
+ onEvent(e: EventObject)
}
Observable "*" *-> "*" Listener
Listener -> EventObject
Observable -> EventObject
skinparam linetype ortho
skinparam Shadowing false
@enduml
| false | true | false | false | class |
392473143c435912377d5a3b95a6cd25a6c1e1cd | 261d2b3c6ca9d2bf9e74a6b850957a58d1c1730a | /uml.puml | 2bba8c8fb3158218e1a8867b55a3aa76170fe542 | [] | no_license | dimschlukas/projectAD | ffcef55883067f05fd1c32b06cbcac34fae1a487 | 8c3c2dff8b7939dfe4266caa69ea8f44d88b91f9 | refs/heads/master | 2022-04-07T07:45:04.384529 | 2020-02-24T19:16:30 | 2020-02-24T19:16:30 | 239,359,544 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,456 | puml | @startuml
class QMainWindow {
PyQt5 API
}
class Ui_main_ui {
+ setupUi(..)
+ retranslateUi(..)
}
note left: Die Klasse Ui_main_ui \nwird mithilfe des Qt Creator \ngrafisch erstellt und in die \nKlasse Main integriert.
class Main {
+ ui class Ui_main_ui
+ menu class Menu
+ toolbar class Toolbar
+ statusbar class Statusbar
+ __init__(..)
+ start_measure()
+ stop_measure()
+ adjust_samples()
+ fft_slider()
+ view_subsinus()
+ view_ch1()
+ view_ch2()
+ add_sinus()
+ delete_sinus()
+ delete_all_sinus()
+ generate_sinus()
+ keyPressEvent(..)
+ resizeEvent(..)
+ closeEvent(..)
+ on_main_started(..)
+ contextMenuEvent(..)
}
class Menu {
+ main_menu
+ __init__(..)
+ on_about()
+ simulation()
+ load_config()
+ save_config()
+ save_fft_plot_function()
+ save_fft_csv_function()
+ credits()
+ context_main_menu()
}
class Toolbar {
+ main
+ ..
+ __init__(..)
}
class Statusbar {
+ statusbar
+ __init__(..)
+ status_message(..)
}
class Config {
- _file_path
- _config
+ style_dark
+ offset
+ periods
+ factor
+ samples
+ default_frequency
+ default_amplitude
+ default_phase
+ frequencies
+ amplitudes
+ phases
+ __init__(..)
+ read()
+ write()
+ callback_update()
+ register_callback_update()
{static} bool_to_string(..)
}
class AnalogDiscovery {
+ channel
+ ch1
+ ch2
+ serialnumber
+ __init__(..)
+ open()
+ close()
+ create_custom_waveform()
+ collect_data()
+ read_data()
}
class Sinusgen {
+ frequencies
+ amplitudes
+ phases
+ n_sp
+ asp
+ offset
+ factor
+ time
+ signal
+ sinus
+ __init__(..)
+ calc()
}
class SignalgenVisu {
+ zeit
+ signal
+ subsinus
+ subsinus_visible
+ __init__(..)
+ plot.__init__(..)
+ plot.update_complete()
+ plot.subplots_adjust()
+ plot.legend()
}
class FftVisu {
+ x_ch1
+ y_ch1
+ fft_freq_ch1
+ fft_spect_ch1
+ x_ch2
+ y_ch2
+ fft_freq_ch2
+ fft_spect_ch2
+ ch1
+ ch2
+ xmax
+ __init__(..)
+ plot.__init__(..)
+ plot.update_complete()
+ plot.subplots_adjust()
+ plot.legend()
}
class Fft {
- __x = __x
- __y = __y
- __fmax = fmax
+ fenstermethode
+ interpolatemethode
+ __init__(..)
+ calc()
+ stuetzstellen_anpassung()
+ fensterfunktion()
+ frequenzspektrum()
+ plot()
+ csv_export()
}
class CsvReadWrite{
+ url_read
+ url_write
+ delimiter_read
+ delimiter_write
+ header
+ data_np
+ __init__(..)
+ read()
+ write()
+ print_data_info()
}
class RunThread_fft{
+ parent
+ __init__(..)
+ run()
+ start_thread()
+ stop()
}
class RunThread_Progressbar{
+ fft_thread
+ parent
+ __init__(..)
+ run()
+ start_thread()
+ stop()
}
Menu - Config
Menu - AnalogDiscovery
Menu - CsvReadWrite
RunThread_fft -- RunThread_Progressbar
RunThread_fft -- AnalogDiscovery
Fft - RunThread_fft
Main -- SignalgenVisu
Main -- FftVisu
Main - Sinusgen
Main -- RunThread_fft
QMainWindow <|--- Main
Ui_main_ui -- Main
Menu -- Main
Toolbar - Main
Statusbar - Main
Main . Config
Config .. SignalgenVisu
Config .. FftVisu
Menu .. Config
@enduml
// https://useblocks.github.io/posts/daniel/diagramme_mit_plantuml/
// http://plantuml.com/de/class-diagram
| false | true | false | false | class |
122c41af00042625f153258d60ac29a6f6907c18 | fce2d7964ab73c9a3ecae18177ad8115ee370d06 | /observer/doc/example/sequence.puml | 0949f10f09631a90cb7ff4c86f74d5602310a83d | [] | no_license | nsanitate/design-patterns | 56bfcd97e6a98572a897a49483513dba133e4113 | 6056a264c8b0dbe512084d47f7ee2e9c3550f78f | refs/heads/master | 2021-09-14T09:35:33.889605 | 2018-05-11T11:04:27 | 2018-05-11T11:04:27 | 125,198,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 885 | puml | @startuml Observer Pattern example sequence diagram
title Observer Pattern example sequence diagram
participant weatherStation <<IObservable>>
participant phoneDisplay <<IObserver>>
participant windowDisplay <<IObserver>>
activate weatherStation
activate phoneDisplay
activate windowDisplay
phoneDisplay -> weatherStation : "add"
windowDisplay -> weatherStation : "add"
-> weatherStation : "setTemperature"
weatherStation -> weatherStation : "notifyObservers"
activate weatherStation
weatherStation -> phoneDisplay : "update"
phoneDisplay -> weatherStation : "getTemperature"
activate weatherStation
deactivate weatherStation
weatherStation -> windowDisplay : "update"
windowDisplay -> weatherStation : "getTemperature"
activate weatherStation
deactivate weatherStation
deactivate weatherStation
deactivate phoneDisplay
deactivate windowDisplay
deactivate weatherStation
@enduml | false | true | false | false | sequence |
940298b8df121d89a11a1d922b604a35031345d8 | f16bbddd5bab88fa7b338cf125ebfb11d8518e54 | /Tower_Defense_Maxime_LANGLET/out/production/Tower_Defense/sample/diagram.puml | 85a154f34f60553fe27512572e3d7634beb63587 | [] | no_license | Maxlanglet/Tower-Defense-with-JAVAFX | 4a56f702f792b4b602a852eb8e0452a5064c48e0 | 1e96def9a690499ec3ac8c0e5e099264315b1b97 | refs/heads/master | 2022-06-26T03:50:20.730985 | 2020-05-11T16:53:25 | 2020-05-11T16:53:25 | 263,100,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 11,484 | puml | @startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
' your UML '
skinparam classAttributeIconSize 0
scale 0.4
hide stereotype
skinparam rectangle {
FontSize 12
StereotypeFontSize 12
FontStyle bold
}
contextMenu - Ressources
Tower - contextMenu
grid -- contextMenu
Myapp "1" *-- "1" MainMenu : has
MainMenu "1" *-- "1" music : has
grid "1" *-- "1" Ressources : has
MainMenu "1"*--"1" grid
grid "1" *-- "1" menuBar : has
grid -- Pause
MainMenu -- Pause
grid -- Waves
Waves *-- Ressources
Waves o-- "*" PNJ
grid -- path
Waves -- GameOver
MainMenu -- GameOver
GameOver -- Sauvegarde
MainMenu --- Sauvegarde
PNJ "1"*--"1" HealthBar : has
PNJ "1"*--"1" path : has
(PNJ, path) ... HealthBar
PNJ <|--- LightEnemy
PNJ <|--- HeavyEnemy
grid "1,2,.." o--- "*" Tower
TowerInterface <|-- TowerInterfaceWithClosest
Tower <|-- baseTower
Tower <|-- missileTower
Tower <|-- magicTower
TowerInterfaceWithClosest <|.. missileTower
TowerInterfaceWithClosest <|.. baseTower
TowerInterface <|.. magicTower
magicTower <|-- magicTower1
EndBranchTowers <|.. magicTower1
baseTower <|-- baseTower1
baseTower <|-- baseTower2
EndBranchTowers <|.. baseTower1
EndBranchTowers <|.. baseTower2
missileTower <|-- missileTower1
EndBranchTowers <|.. missileTower1
Projectile <|-- Bullet
Projectile <|-- Missile
baseTower1 -- Bullet
baseTower2 -- Bullet
magicTower1 -- Bullet
missileTower1 -- Missile
class Myapp{
+ root : StackPane
+ scene : Scene
}
class MainMenu{
- newGame : Button
- Button credits : Button
- Button Score : Button
- VBox layout : VBox
- Button backToMenu : Button
- TextField pseudota : TextField
- music : music
- pause : Pause
- enter : Button
- pseudo : String
- creds : Label
- root : StackPane
"constructor" MainMenu(root : StackPane, gameover : boolean)
"constructor" MainMenu(root : StackPane)
- setScore()
- setCredits()
- setBackToMenu()
- setActions(button : Button)
- launchGame()
- addPause(root : StackPane, mainMenu : MainMenu)
}
class music{
- mute : Button
- mediaPlayer : MediaPlayer
- song : String
- muteon : boolean
"constructor" music()
- setMute(button : Button)
+ getMute() : button
}
class Ressources{
- vbox : VBox
- kills : int
- resources : int
- score : int
- wave : int
- level : int
- CastleHealth : int
- pseudo : String
- killsLable : Label
- resourcesLable : Label
- scoreLable : Label
- castleLabel : Label
- waveLabel : Label
- livesLabel : Label
"constructor" Ressources()
+ update()
}
class grid{
- columns : int
- rows : int
- grid : GridPane
- path : path
- towers : ArrayList<Tower>
- pnjs : ArrayList<PNJ>
- menuBar : menuBar
- X : List<Integer>
- Y : List<Integer>
- X2 : List<Integer>
- Y2 : List<Integer>
- towers : ArrayList<Tower>
- pnjs : ArrayList<PNJ>
- stackPanes : ArrayList<StackPane>
- panes : ArrayList<Pane>
- ressources : Ressources
- isPause : boolean
- root : StackPane
"constructor" grid( menuBar : menuBar, ressources : Ressources, root : StackPane)
- setConstraints()
- initializePath()
+ newLevel()
- makeContextMenu(pane : StackPane, tower : Tower)
- addTower(pane : StackPane, x : int, y : int)
- setPath()
- determineTower(CenterX : double, CenterY : double, gridPosX : int, gridPosY : int) : Tower
- addPane( grid : GridPane, i : int, j : int, menuBar : menuBar )
+ addPNJ( pnj : PNJ )
+ addTower( tower : Tower )
+ clearArrays()
+ addTower(tower : Tower)
+ removeTower(tower : Tower)
}
class menuBar{
- towerselected : int
- towertype : int
- towercost : int
- menuBar : MenuBar
"constructor" menuBar()
}
class Pause{
- grid grid : grid
- pause : Button
- pauseOn : boolean
"constructor" Pause
+ makePause(button : Button)
}
class Waves{
- pnjs : ArrayList<PNJ>
- wave_num : int
- mult_num : int
- stackPane : StackPane
- grid : grid
- labels : Ressources
- isGameOver : boolean
- timer : Timeline
"constructor" Waves(stackPane : StackPane, grid : grid, labels : Ressources)
- update()
- spawn_wave()
- spawn_Light_Enemy()
- spawn_Heavy_Enemy()
- isNewWave()
+ setGameOver()
+ newGame()
}
class GameOver{
"constructor" GameOver(stackPane : StackPane, lables : Ressources)
}
class Sauvegarde{
- nameTop : String
- scoreTop : int
- listint : ArrayList<Integer>
- listname : ArrayList<String>
- listComplete : ArrayList<String>
- myFile : File
"constructor" Sauvegarde()
- findTopPlayer()
+ writeFile(pseudo : String, score : int)
}
class path{
- X : List<Integer>
- Y : List<Integer>
- X2 : List<Integer>
- Y2 : List<Integer>
- pathTransition : PathTransition
- PNJpath : Path
- r : Random
- random : int
- path12 : int
- repositionX : int
- repositionY : int
- duration : Duration
"constructor" path(duration : Duration, ressources : Ressources)
"constructor" path( repositionX : double, repositionY : double, path12 : int, duration : Duration, ressources : Ressources)
+ setNode(node : Node)
+ newLevel()
+ size() : int
}
abstract class PNJ {
# health : HealthBar
# healthpath : path
# isAlive : boolean
# path : path
# dammage : int
# sante : double
# duration : Duration
# ressources : int
# pane : Pane
# hitbox : ImageView
# spawnx : double
# spawny : double
# wave : Waves
# lables : Ressources
# stackPane : StackPane
- timer : Timeline
"constructor" PNJ(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources)
+ setPause()
+ setPlay()
+ isInvisible() : boolean
+ update()
+ isDead() : boolean
+ doDamage()
+ removePNJ()
+ setDead()
}
class LightEnemy{
"constructor" LightEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources)
}
class HeavyEnemy{
"constructor" HeavyEnemy(stackPane : StackPane, grid : grid, wave : Waves, labels : Ressources)
}
class HealthBar{
- rectInt : Rectangle
- innerWidth : double
"constructor" HealthBar(path : path)
+ getDammage(value : double)
+ getHealth() : double
}
interface TowerInterface <<I>> {
isInRange() : boolean
findClosestEnemy()
setRotation()
update()
upgrade()
towerDead()
fire()
}
interface TowerInterfaceWithClosest <<I>> {
isInRange() : boolean
findClosestEnemy()
setRotation()
update()
upgrade()
towerDead()
fire()
}
abstract class Tower{
# distance : double
# dammage : double
# positionX : double
# positionY : double
# gridPosX : int
# gridPosY : int
# base : ImageView
# canon : ImageView
# canonUp : ArrayList<ImageView>
# upgraded : int
# pnjs : ArrayList<PNJ>
# rotation : double
# towerDead : boolean
# isPause : boolean
# root : StackPane
# projectiles : ArrayList<Projectile>
# closestPnj : PNJ
# pnjsInRadius : ArrayList<PNJ>
"constructor" Tower(pnjs : ArrayList<PNJ>, positionX : double, positionY : double, gridPosX : int
, gridPosY : int, root : StackPane, bool : boolean)
+ towerDead()
+ clearProjectile()
+ clearPNJ()
+ upgrade()
+ costUpgrade()
}
abstract class baseTower{
# base_damage : double
# dammage : double
# rate_of_fire : double
# range : double
# projectileColor : Color
- closestPnj : PNJ
"constructor" baseTower(ArrayList<PNJ> pnjs, double positionX, double positionY, int gridPosX
, int gridPosY, StackPane root, boolean bool)
+ findClosestEnemy()
+ setRotation()
+ isInRange() : boolean
+ fire()
+ update()
+ towerDead()
}
abstract class missileTower{
# base_damage : double
# dammage : double
# rate_of_fire : int
# indicator : int
# range : double
# blastRadius : double
- closestPnj : PNJ
# pnjsInRadius : ArrayList<PNJ>
# missiles : ArrayList<ImageView>
"constructor" missileTower(ArrayList<PNJ> pnjs, double positionX, double positionY, int gridPosX
, int gridPosY, StackPane root, boolean bool)
+ isInRange() : boolean
+ findClosestEnemy()
+ setRotation()
+ towerDead()
+ update()
+ fire()
+ inBlastRadius()
- clearBlastRadius()
}
abstract class magicTower{
# base_damage : double
# dammage : double
# rate_of_fire : double
- rate : int
# rate_max : int
# max_pnj : int
# range : double
# projectileColor : Color
"constructor" magicTower(pnjs : ArrayList<PNJ>, positionX : double, positionY : double, gridPosX : int
, gridPosY : int, root : StackPane, bool : boolean)
+ distanceEnemy(PNJ pnj)
+ isInRange(PNJ pnj) : boolean
+ fire()
+ setRotation()
+ upgrade()
+ towerDead()
# update()
}
class magicTower1{
"constructor" magicTower(pnjs : ArrayList<PNJ>, positionX : double, positionY : double, gridPosX : int
, gridPosY : int, root : StackPane, bool : boolean)
+ costUpgrade() : int
+ upgrade()
}
class missileTower1{
"constructor" missileTower1(ArrayList<PNJ> pnjs, double positionX, double positionY, int gridPosX
, int gridPosY, StackPane root, boolean bool)
+ upgrade()
+ costUpgrade() : int
}
class baseTower1{
"constructor" baseTower1(pnjs : ArrayList<PNJ>, positionX : double, positionY : double, gridPosX : int
, gridPosY : int, root : StackPane, bool : boolean)
+ costUpgrade() : int
+ upgrade()
}
class baseTower2{
"constructor" baseTower2(pnjs : ArrayList<PNJ>, positionX : double, positionY : double, gridPosX : int
, gridPosY : int, root : StackPane, bool : boolean)
+ costUpgrade() : int
+ upgrade()
}
interface EndBranchTowers{
upgrade()
costUpgrade() : int
}
abstract class Projectile{
# posTowX : double
# posTowY : double
# posPNJX : double
# posPNJY : double
# trajectoire : Path
# animation : PathTransition
# distanceParcourue : double
# root : StackPane
# tower : Tower
# bullet : Ellipse
"constructor" Projectile(positionX : double, positionY : double, PNJX : double, PNJY : double, root : StackPane, tower : Tower)
+ setOpacity(i : int)
+ setRadius(radius : int)
+ setPause()
+ setPlay()
}
class Bullet{
- bullet : Ellipse
"constructor" Bullet(positionX : double, positionY : double, PNJX : double, PNJY : double, root : StackPane, tower : Tower, color : Color)
- update()
- distance() : double
- distance(finX : double, finY : double) : double
- apparition()
+ setOpacity(i : int)
}
class Missile{
- missile : ImageView
"constructor" Missile(positionX : double, positionY : double, PNJX : double, PNJY : double, root : StackPane, tower : Tower, missile : ImageView)
+ setOpacity(i : int)
}
class contextMenu{
- contextMenu : ContextMenu
- ressources : Ressources
- canonUp : ImageView
- canon : ImageView
- base : ImageView
- grid : grid
- tower : Tower
- upgraded : int
- upgradeString : String
"constructor" contextMenu(grid : grid, tower : Tower, ressources : Ressources, pane : StackPane)
}
@enduml | false | true | false | false | class |
80c3270fca95b07f0526ffdff660699cf0e33dff | ffb11df0cdd4a568d9da710a417827a4ce0904ad | /assets/class-spec-2.plantuml | 1e241d10e39244d21c6d40561260bd6667fada06 | [
"MIT"
] | permissive | alexggg99/05-generic-bounds | a6dcaba8774ac2cf7b5225b842cffe308cdf5923 | a0d08223b6691ac60bdc33f78b29ddd25322f9df | refs/heads/master | 2020-03-09T12:12:14.335197 | 2018-04-09T15:00:08 | 2018-04-09T15:00:08 | 128,779,923 | 0 | 0 | null | 2018-04-09T13:54:16 | 2018-04-09T13:54:16 | null | UTF-8 | PlantUML | false | false | 219 | plantuml | @startuml
package de.fhro.inf.prg3.a05 {
+class PlantBed<T> {
-plants: SimpleList<T>
+add(plant: T)
+size(): int
+getPlantsByColor(color: PlantColor): SimpleList<T>
}
}
@enduml
| false | true | false | false | uml-unknown |
7fba1a0643612a9d467801968ce8cc7a8b909284 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderShipmentStateChangedMessagePayload.puml | 323b4d7953c4db16ea12d1a13f05a1ae8df18346 | [] | 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 | 562 | 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 OrderShipmentStateChangedMessagePayload [[OrderShipmentStateChangedMessagePayload.svg]] extends OrderMessagePayload {
type: String
shipmentState: [[ShipmentState.svg ShipmentState]]
oldShipmentState: [[ShipmentState.svg ShipmentState]]
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
d3038bd5e6d31b7d7e54fd2be46c315625f580b0 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/APPLICATION.puml | 70f150071a9bf6ed8d96022bbb175d6e15d70eeb | [] | 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 | 322 | puml | @startuml
skinparam ClassBackgroundColor #APPLICATION
skinparam ClassFontColor #APPLICATION
skinparam ClassBorderColor #APPLICATION
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
1ba2afdf8f0cebfd4002a5f94ec2696b40556f0a | 00a5b71efb2c440b009c43d9a3c052a51ae1664b | /services/LinkLoss/plantuml/source/disconnection_reconnection.puml | 9eacc1f30f8d0ab006825904db278c87b51064a1 | [
"Apache-2.0"
] | permissive | ARMmbed/mbed-os-experimental-ble-services | abdcb91dc3810de96cdc759292f37d3f3232a9ad | 6db2c601106de94a49465917b7814c0f3c139999 | refs/heads/main | 2023-08-10T17:56:09.928036 | 2021-07-12T20:50:17 | 2021-07-14T10:16:13 | 307,758,956 | 8 | 9 | Apache-2.0 | 2021-07-14T10:16:14 | 2020-10-27T16:17:54 | C++ | UTF-8 | PlantUML | false | false | 683 | puml | @startuml
participant Application as APP
participant LinkLossService as LLS
participant BT_Stack as BTS
participant EventQueue as EQ
== Link Loss Service Constructed ==
LLS <- BTS : onDisconnectionComplete(event)
activate LLS
LLS -> LLS : get_alert_level()
note left
ret: level = HIGH_ALERT or MILD_ALERT
end note
APP <- LLS : on_alert_requested(level)
LLS -> EQ : call_in(t, stop_alert())
note left
t: alert timeout in ms > 0
end note
activate EQ
LLS <- BTS : onConnectionComplete(event)
LLS -> LLS : stop_alert()
note left
Called due to reconnection
end note
LLS -> EQ : cancel(x)
note left
0 < x
end note
deactivate EQ
LLS -> APP : on_alert_end()
deactivate LLS
@enduml | false | true | false | false | sequence |
d6d111120c08dc7e7757d032d4cbc4dccee49f78 | dc01dbc16556236214d634f4bbbd24b31be27902 | /UML/Sequenzdiagramm.plantuml | ca35e6f91f1247f23c3ce7c1dd838f960b9106f0 | [] | no_license | c-odenk/DigitalesParkhaus | 6fdd725fa0a86c852b0c2ba697e8d3be505837af | 324261ecb8ee0a6f505daaa368511172c675f6c0 | refs/heads/master | 2022-12-27T10:10:53.457045 | 2020-10-08T21:32:13 | 2020-10-08T21:32:13 | 299,742,183 | 0 | 0 | null | null | null | null | ISO-8859-3 | PlantUML | false | false | 648 | plantuml | Erstellt von Emre Türker (etuerk2s)
@startuml
actor "K:Kunde" as K
boundary EinfahrtMaske as EM
control EinweiserCtrl as EC
entity Einweiser as E
boundary AusfahrtMaske as AM
control BezahlungCtrl as BC
entity Bezahlung as B
K -> EM: Ticket ziehen
EM -> EC: Daten übergeben
EC -> E: new
E -> EC: einfahren
EC-> EM: Parkplatz geben
EM -> K: eingefahren
K-> AM: ausfahren
AM -> BC: Daten übergeben
AM -> EC: Daten übergeben
EC -> E: Kunden entfernen
E -> EC: entfernt
BC -> B: new
B -> BC: Gebühr berechnen
alt Kunde ist Mitarbeiter
BC -> AM: keine Gebühr
else kein Mitarbeiter
BC -> AM: Gebühr einnehmen
end
AM -> K: ausgefahren
@enduml | false | true | true | false | usecase |
e1f7af749ebbd2a5ebcf0f1ee59f33f9c6018c63 | 615aa15c4eeebf0eff78c7f02e65ad7c7814babb | /docs/Navigation/SetVideoConfig/assets/SetVideoConfigBasicFlow.puml | 1cd59542f6c8b9589d82c6ad84021dfbc562ac00 | [] | permissive | smartdevicelink/sdl_hmi_integration_guidelines | 4c1413d80b3a07a0293a1a62ba02ce413820bfab | a89289d22a3fe75db6e5b45d39d158e5b282021f | refs/heads/master | 2022-10-31T16:50:47.768891 | 2022-10-26T15:27:10 | 2022-10-26T15:27:10 | 55,093,865 | 12 | 34 | BSD-3-Clause | 2022-10-25T21:08:55 | 2016-03-30T20:02:23 | null | UTF-8 | PlantUML | false | false | 498 | puml | @startuml
/'
Source file for sequence diagram
More information at https://plantuml.com/
'/
Participant "App" as A
Participant "SDL" as SDL
Participant "HMI" as HMI
A -->> SDL: StartService(serviceType:Video, streamingParams)
SDL -> HMI: Navigation.SetVideoConfig(config: streamingParams)
HMI -> SDL: Navigation.SetVideoConfig(SUCCESS)
SDL -->> A: StartServiceACK(streamingParams)
SDL -> HMI: Navigation.StartStream(url: http://127.0.0.1:5050)
HMI -> SDL: Navigation.StartStream(SUCCESS)
@enduml | false | true | false | false | sequence |
9c7055207b359cc166ea72ce54e176597b8b5376 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /docs/technical/transaction-requests-service/assets/diagrams/sequence/seq-trx-req-authorizations-3.0.0.plantuml | 0d4005e6888ebc36cb1fe3adfafae5f4a03e91c3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 3,252 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Sam Kummary <sam@modusbox.com>
--------------
******'/
@startuml
Title Transaction Requests Service - Authorizations
participant "Payer FSP"
participant "Switch\ntransaction-requests-service" as Switch
participant "Payee FSP"
autonumber
"Payee FSP" --\ "Payee FSP": Lookup, Transaction request,\nprocessing not shown here
note over "Payee FSP", Switch: Payee FSP generates a transaction-request to the Payer FSP
"Payer FSP" --> "Payer FSP": Do quote, generate OTP\nnotify user (not shown here)
"Payer FSP" -\ Switch: GET /authorizations/{TransactionRequestID}
Switch --/ "Payer FSP": 202 Accepted
alt authorization request is valid
Switch -> Switch: Validate GET /authorizations/{TransactionRequestID} (internal validation)
Switch -> Switch: Retrieve corresponding end-points for Payee FSP
note over Switch, "Payee FSP": Switch forwards GET /authorizations request to Payee FSP
Switch -\ "Payee FSP": GET /authorizations/{TransactionRequestID}
"Payee FSP" --/ Switch: 202 Accepted
"Payee FSP" -> "Payee FSP": Process authorization request\n(Payer approves/rejects transaction\nusing OTP)
note over Switch, "Payee FSP": Payee FSP responds with PUT /authorizations//{TransactionRequestID}
"Payee FSP" -\ Switch: PUT /authorizations//{TransactionRequestID}
Switch --/ "Payee FSP": 200 Ok
note over "Payer FSP", Switch: Switch forwards PUT /authorizations//{TransactionRequestID} to Payer FSP
Switch -> Switch: Retrieve corresponding end-points for Payer FSP
Switch -\ "Payer FSP": PUT /authorizations//{TransactionRequestID}
"Payer FSP" --/ Switch: 200 Ok
else authorization request is invalid
note over "Payer FSP", Switch: Switch returns error callback to Payer FSP
Switch -\ "Payer FSP": PUT /authorizations/{TransactionRequestID}/error
"Payer FSP" --/ Switch: 200 OK
"Payer FSP" --> "Payer FSP": Validate OTP sent by Payee FSP
end
@enduml
| false | true | true | false | sequence |
e8912b04e109144854281f015881e85d2c9bded4 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/one-time-payment-tr@0.14.0.puml | f1605134fc916385541dea800687cc6ce8c97df1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
class org.accordproject.onetimepayment.OneTimePaymentState << (A,green) >> {
+ ContractLifecycleStatus status
}
org.accordproject.onetimepayment.OneTimePaymentState --|> org.accordproject.runtime.State
class org.accordproject.onetimepayment.ContractLifecycleStatus << (E,grey) >> {
+ UNINITIALIZED
+ OBLIGATION_EMITTED
+ COMPLETED
}
org.accordproject.onetimepayment.ContractLifecycleStatus --|> concerto.Concept
class org.accordproject.onetimepayment.OneTimePaymentContract << (A,green) >> {
+ Party buyer
+ Party seller
+ MonetaryAmount totalPurchasePrice
}
org.accordproject.onetimepayment.OneTimePaymentContract --|> org.accordproject.contract.Contract
@enduml
| false | true | false | false | class |
9a987866f89af4e92d0d044367e50452595cc235 | aead6c4897bbcd4faa8202ddfbb086b0c53d1fdf | /docs/scenarios/orders/issueOrder.puml | 39e454706bb02bb798b6ff215043ccb47570e51f | [
"MIT"
] | permissive | deanarchy/relace | c9a60e3f90b45e237652d5d63e8d55b1255ccf0f | 930b79f8e164e3e2fa120f35b8f306326ec588ac | refs/heads/master | 2023-08-23T08:53:42.869347 | 2021-10-20T08:09:18 | 2021-10-20T08:09:18 | 418,796,864 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 504 | puml | @startuml [Sequence] Issue Order
actor "User (Customer)" as User
participant Client as Client
box "Order Domain"
participant NewOrderController
participant OrderDatabase
end box
collections Account as Account
User -> Client: Place order for an item
Client -> NewOrderController: POST /api/orders + item.id
NewOrderController -> OrderDatabase: Write order data (status: Pending)
NewOrderController ---> Account: << Event OrderIssued >>
NewOrderController --> Client: 201 OK Resource Created
@enduml | false | true | false | false | usecase |
ffcae08e8f9d53159e520abc1cb8b92e7318e0f3 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC11/SD_calculateOverallPercentageOfDelays.puml | 387b1d5891e0f17cabd73a33a433a035da5c101f | [
"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 | 1,789 | puml | @startuml
autonumber
participant "ro:OrganizationRegistration" as OR
participant "orgList:List<Organization>" as LSTORG
participant "org:Organization" as ORG
participant "trans:PaymentTransactionList" as TLIST
participant "ListTransactions:List<PaymentTransaction>" as LIST
participant "transaction:PaymentTransaction" as TRA
participant "task:Task" as T
participant "taskExec:TaskExecution" as TE
participant "free:Freelancer" as FREEL
participant ":Calendar" as CAL
participant "date: Date " as DT
participant "calendar:Calendar" as CALD
participant "now:Calendar" as CALN
[o-> OR: calculateOverallPercentageOfDelays()
activate OR
OR -> OR: orgList=getOrganizationsList()
OR -> OR : totalDelays = 0
OR -> OR : totalTasks = 0
OR -> CAL : now=getInstance()
activate CAL
deactivate CAL
OR -> CAL : calendar=getInstance()
activate CAL
deactivate CAL
loop [ For each Organization ]
OR -> LSTORG : org = get(z)
activate LSTORG
deactivate LSTORG
OR -> ORG : trans = getPaymentTransactionList()
activate ORG
deactivate ORG
OR -> TLIST : ListTransactions = getPaymentTransactions()
activate TLIST
deactivate TLIST
loop [ For each transaction ]
OR -> LIST : transaction = get(y)
activate LIST
deactivate LIST
OR -> TRA : task = getTask()
activate TRA
deactivate TRA
OR -> T : taskExec = getTaskExecution()
activate T
deactivate T
OR -> TE : delay=getDelay()
activate TE
deactivate TE
OR -> TE : date=getDate()
activate TE
deactivate TE
OR -> CALD : setTime(date)
activate CALD
deactivate CALD
opt [ (calendar.get(Calendar.YEAR)) == (now.get(Calendar.YEAR)) ]
OR -> OR : totalTasks++
opt [ delay > 0 ]
OR -> OR : totalDelays++
end loop
end loop
end
end
OR -> OR : overallPercentage = (totalDelays/totalTasks)*100
<-- OR : overallPercentage
deactivate OR
@enduml
| false | true | false | false | sequence |
31d40e3d8225eb6219dc2a5b9880251103acf659 | a81e562f727c45dbbca8c325630d0e26005d651c | /docs/plantuml/Usecase/Preworker.puml | eb2a5e272f004fa32bf432b09f7f05a1a48a181d | [] | no_license | kelvinleclaire/PA2 | 46768de9af832d892812d39b248bf1636eb52db3 | 39fc53a5ecbcdecd81ace88a5f681769dc62813c | refs/heads/main | 2023-04-30T16:37:05.951439 | 2021-05-18T10:21:49 | 2021-05-18T10:21:49 | 368,485,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
'https://plantuml.com/use-case-diagram
left to right direction
actor Preworker as prw
actor System as sys
package InspectionPlanPreWorker {
prw -> (PreworkerPage)
(PreworkerPage) --> (FileUpload)
prw --> (Plan Overview)
(Plan Overview) --> (BackendCommunication): uses
prw --> (Planpage)
(Planpage) --> (Plan Overview) : uses
(FileUpload) --> (BackendCommunication) : uses
(BackendCommunication) <-- sys
}
@enduml
| false | true | false | false | usecase |
80b3b95caeb64d1ebc552b9e2ef3613cfbe3a1ff | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Effects/ScreenSpaceReflections.puml | 880fd200c16532e369b484a733f962b83b21d030 | [] | 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 | 1,989 | puml | @startuml
enum ScreenSpaceReflectionPreset {
Lower,
Low,
Medium,
High,
Higher,
Ultra,
Overkill,
Custom,
}
enum ScreenSpaceReflectionResolution {
Downsampled,
FullSize,
Supersampled,
}
class ScreenSpaceReflectionPresetParameter <<sealed>> {
}
class ScreenSpaceReflectionResolutionParameter <<sealed>> {
}
class ScreenSpaceReflections <<sealed>> {
+ <<override>> IsEnabledAndSupported(context:PostProcessRenderContext) : bool
}
class ScreenSpaceReflectionsRenderer <<sealed>> {
+ <<override>> GetCameraFlags() : DepthTextureMode
+ <<override>> Render(context:PostProcessRenderContext) : void
+ <<override>> Release() : void
}
class "ParameterOverride`1"<T> {
}
class "PostProcessEffectRenderer`1"<T> {
}
class QualityPreset {
+ maximumIterationCount : int
+ thickness : float
}
enum Pass {
Test,
Resolve,
Reproject,
Composite,
}
"ParameterOverride`1" "<ScreenSpaceReflectionPreset>" <|-- ScreenSpaceReflectionPresetParameter
"ParameterOverride`1" "<ScreenSpaceReflectionResolution>" <|-- ScreenSpaceReflectionResolutionParameter
PostProcessEffectSettings <|-- ScreenSpaceReflections
ScreenSpaceReflections o-> "preset" ScreenSpaceReflectionPresetParameter
ScreenSpaceReflections o-> "maximumIterationCount" IntParameter
ScreenSpaceReflections o-> "resolution" ScreenSpaceReflectionResolutionParameter
ScreenSpaceReflections o-> "thickness" FloatParameter
ScreenSpaceReflections o-> "maximumMarchDistance" FloatParameter
ScreenSpaceReflections o-> "distanceFade" FloatParameter
ScreenSpaceReflections o-> "vignette" FloatParameter
"PostProcessEffectRenderer`1" "<ScreenSpaceReflections>" <|-- ScreenSpaceReflectionsRenderer
ScreenSpaceReflectionsRenderer --> "m_Resolve" RenderTexture
ScreenSpaceReflectionsRenderer --> "m_History" RenderTexture
ScreenSpaceReflectionsRenderer +-- QualityPreset
QualityPreset --> "downsampling" ScreenSpaceReflectionResolution
ScreenSpaceReflectionsRenderer +-- Pass
@enduml
| false | true | false | false | class |
ed3ddb3053cfe1f18bac90a4c026b3ba3f1491ac | 37ada1a9c96780d523b5938a834d2044d396734e | /Docs/Diagrams/behaviour diagrams/scripts/dataChooseSeq.puml | 78c3ec6e2d51d145e16c981eb5b3cec42aa06a71 | [] | no_license | Arseni1919/FinalProject | f6f630ba35e36bb82f13cb7251b7e92b76bf4409 | 77f387a065a27c5d76e904a5b80beab742524669 | refs/heads/master | 2021-09-16T04:23:23.933610 | 2018-06-16T11:24:39 | 2018-06-16T11:24:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,181 | puml | @startuml
actor User as u
participant DataAccessController as DAC
participant ExperimentBuilder as EB
activate u
activate ExperimentConfigurationPresenter
activate Service
activate EB
activate JsonLoader
ExperimentConfigurationPresenter -> ExperimentConfigurationPresenter : [displays the available algorithms in the list builder element]
u -> ExperimentConfigurationPresenter : [clicks "Start Experiment"]
note left
user selected the desired
problems in the list
builder GUI element
end note
alt Json files describing problems are available in the system
ref over Service : Choosing Problem UseCase
ExperimentConfigurationPresenter -> Service : loadProblems(List<problemNames: String>)
activate DAC
Service -> DAC : getProblems(List<problemNames: String>)
DAC -> JsonLoader : getProblems(List<problemNames: String>)
JsonLoader -> JsonLoader : loadDevices()
JsonLoader --> DAC : [ProblemLoadResult]
DAC -->Service : [ProblemLoadResult]
Service --> ExperimentConfigurationPresenter : [ProblemLoadResult]
alt There is a problem with the Json files
ExperimentConfigurationPresenter --> u : [Displays error message]
else All Json files are good
ExperimentConfigurationPresenter -> Service : setProblemsForExperiment(List<Problem>)
Service -> EB : setProblems(List<Problem>)
ref over ExperimentConfigurationPresenter : Run Experiment UseCase
end
else no available Json files describing problems in the system
ExperimentConfigurationPresenter --> u : [the list of available algorithms will be empty]
' else one or more of the Json files is not a valid problem
' ref over Service : Choosing Algorithms UseCase
' ExperimentConfigurationPresenter -> Service : loadProblems(List<problemNames: String>)
' activate DAC
' Service -> DAC : getProblems(List<problemNames: String>)
' DAC -> JsonLoader : getProblems(List<problemNames: String>)
' JsonLoader -> JsonLoader : loadDevices()
' JsonLoader -> ExperimentConfigurationPresenter : [throws an exception]
' ExperimentConfigurationPresenter --> u : [shows an error message]
end
@enduml | false | true | false | false | usecase |
1915165634f18f5292c2866838c82ce49703838a | 38e9f5883c1867d0a85abb6c60afbda9970b4a5d | /sequence.puml | bc1e5ee28a74f5a3653624dc73da15e9a8540dda | [
"MIT"
] | permissive | makiyamad/teamaki | 5fd5da818d1ed6c85bbfc2be7c6b982b14e466b1 | 5e852a6a2e14a97deb1895bb082aadf62c94b7a1 | refs/heads/master | 2023-01-03T20:58:32.585957 | 2020-11-01T18:27:33 | 2020-11-01T18:27:33 | 293,644,137 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,022 | puml | @startuml
participant UI
participant Customer
participant Orders
participant Menu
participant Payments
UI -> Menu : GET /products
Menu -> UI : 200
UI -> Menu : GET /product:id
Menu -> UI : 200
== anonymous user ==
par
UI -> Customer : POST /customer
Customer -> UI : 200
else
UI -> Orders : POST /order
Orders -> Menu : GET /product:id
Menu -> Orders : 200
Orders -> UI : 201 created
end
UI -> Orders : PUT /order:id
Orders -> UI : 204 no content
== add item ==
UI -> Orders : POST /order:id/item
Orders -> Menu : GET /product:id
Menu -> Orders : 200
Orders -> UI : 201 created
== increase quantity ==
UI -> Orders : PUT /order:id/item:id
Orders -> UI : 204 no content
== remove order ==
UI -> Orders : DELETE /order:id
Orders -> UI : 204 no content
== pay ==
UI -> Payments : POST /payment
Payments -> Gateway : POST /payment
Gateway -> Payments : 200
Payments -> Gateway : PUT /payment:id
Gateway -> Payments : 204 no content
== sign up ==
UI -> Customer : PUT /customer:id
Customer -> UI : 204 no content
@enduml | false | true | false | false | sequence |
0204096b0a7cd7903b539c52f3a6b6000deb5a4b | 9dc7349978074cf37e1d214024553a57175cd075 | /src/main/resources/diagram/javaDynamicProxy.puml | 1b3549511641a13299afe838adf0b56db841d74a | [] | 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 | 321 | puml | @startuml
interface InvocationHandler
InvocationHandler : invoke
interface Subject
Subject : request
InvocationHandler <|.. ProxyInvHand
ProxyInvHand : invoke
Subject <|.. RealSubject
RealSubject : request
Subject <|.. Proxy
Proxy : request
Proxy -> ProxyInvHand
ProxyInvHand -> RealSubject
@enduml | false | true | false | false | class |
9e90ad62dab4ea1c5376720d21b1cceb903870c2 | 319488df94b7f979aaa11c71088151b868a4bd8a | /demoLSPBeverageManager/demoLSPBeverageManager.plantuml | 51e0e8faaa6f688c1fdc891e937c334046046eef | [] | no_license | ccabrejo20/SOLIDDemos | 0864ad080a1f35f492845d1cc78ad80b0583075e | 8dbb918f710f62d520eda00146a0b1d54a02b244 | refs/heads/master | 2022-12-07T02:28:40.710654 | 2020-08-08T03:47:56 | 2020-08-08T03:47:56 | 285,679,469 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,682 | plantuml | @startuml
title __DEMOLSPBEVERAGEMANAGER's Class Diagram__\n
namespace com.example.ocp.demolspbeveragemanager {
namespace coffeecomponent {
abstract class com.example.ocp.demolspbeveragemanager.coffeecomponent.Beverage {
~ description : String
{abstract} + cost()
+ getDescription()
}
}
}
namespace com.example.ocp.demolspbeveragemanager {
namespace coffeetype {
class com.example.ocp.demolspbeveragemanager.coffeetype.DarkRoast {
+ cost()
+ getDescription()
}
}
}
namespace com.example.ocp.demolspbeveragemanager {
namespace coffeetype {
class com.example.ocp.demolspbeveragemanager.coffeetype.Espresso {
+ cost()
+ getDescription()
}
}
}
namespace com.example.ocp.demolspbeveragemanager {
namespace coffeetype {
class com.example.ocp.demolspbeveragemanager.coffeetype.HouseBlend {
+ cost()
+ getDescription()
}
}
}
com.example.ocp.demolspbeveragemanager.coffeetype.DarkRoast -up-|> com.example.ocp.demolspbeveragemanager.coffeecomponent.Beverage
com.example.ocp.demolspbeveragemanager.coffeetype.Espresso -up-|> com.example.ocp.demolspbeveragemanager.coffeecomponent.Beverage
com.example.ocp.demolspbeveragemanager.coffeetype.HouseBlend -up-|> com.example.ocp.demolspbeveragemanager.coffeecomponent.Beverage
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 |
85512dfd59f714cffd5009529294b09e730f1664 | f186398d5e92752e98f1be186e211a22c50a26ec | /diagrams/usecases/Quản lý công việc.plantuml | dc3d67e89b454526a8382684ab521a2172b43c07 | [] | no_license | loia5tqd001/HRM-UIT | 76f5e77cd7514d491596922f10d9d39a3222596e | afa8fb5b107a37f1ee623fabf782d37b03381aba | refs/heads/main | 2023-06-19T09:50:00.207031 | 2021-07-20T12:45:59 | 2021-07-20T12:45:59 | 382,784,477 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 928 | plantuml | @startuml "Quản lý công việc"
left to right direction
skinparam packageStyle rectangle
actor Manager
package "Quản lý công việc" {
Manager --- (Thay đổi vị trí công việc)
Manager --- (Thôi việc)
Manager --- (Quản lý lý do nghỉ việc)
note right of (Quản lý lý do nghỉ việc)
Thêm, xóa, sửa
end note
Manager --- (Quản lý chức vụ công việc)
note right of (Quản lý chức vụ công việc)
Thêm, xóa, sửa
end note
Manager --- (Quản lý trạng thái tuyển dụng)
note right of (Quản lý trạng thái tuyển dụng) : Thêm, xóa, sửa
Manager --- (Quản lý lịch làm việc)
note right of (Quản lý lịch làm việc): Thêm xóa, sửa
Manager --- (Quản lý địa điểm làm việc)
note right of (Quản lý địa điểm làm việc): Thêm xóa, sửa
}
@enduml | false | true | true | false | usecase |
a7cbf524fc91285804cdd486311277930ae411ef | d81a659a71c13a7986159d6c7ad22e16d36ccaaa | /rst/uml/ConfigLoaded.puml | c2a537f018cb354b4bcf570a5736e762206ca619 | [
"BSD-2-Clause"
] | permissive | tarantool/cartridge | 321045a65fb58d1c2f4c7bae356a923c5b744eaf | 986e8065ae83747b184fa7655f1f6e415645887b | refs/heads/master | 2023-09-01T15:02:42.625136 | 2023-08-25T11:45:22 | 2023-08-25T11:45:22 | 204,727,434 | 102 | 37 | BSD-2-Clause | 2023-09-13T08:20:56 | 2019-08-27T14:59:05 | Lua | UTF-8 | PlantUML | false | false | 173 | puml | @startuml
hide empty description
state "BootstrappingBox or RecoveringSnapshot" as BootstrappingBox
ConfigFound --> ConfigLoaded
ConfigLoaded --> BootstrappingBox
@enduml | false | true | false | false | state |
520a7402851b19e9b4370bacfba69495cb941c75 | 36892e157a666e9fb463c134b812b0115b32350e | /doc/update.puml | f6cd77aba816fbfe326b5c811ca4ed33d6ffcf9c | [
"MIT"
] | permissive | kurtcagle/Fore | 183ffdfe88bf128263896f32bf38f64edd0f20e7 | 26633feae3fe73a902dab9505179823c27f2730c | refs/heads/master | 2023-06-22T01:45:19.639772 | 2020-09-16T09:40:32 | 2020-09-16T09:40:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
Title: updates from client
(*) --> "update.xql"
note right
- get changes from request
- get instances from session
end note
--> "fore:update($changes,$instances)"
If "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command"
else
--> "run command"
Endif
-->(*)
@enduml | false | true | false | false | sequence |
5b040eb41c0cbb25d01a4e9ff360184dd082f5a3 | 63501732059bb67af1073f5fd69829421bd8d76b | /resource/example/example-chartmap.puml | 03c0922e895f2040eb722056e734134de6617a7f | [
"Apache-2.0"
] | permissive | blaise-sumo/alfresco-anaxes-chartmap | 53693c1dd848270fbf8513a9c036bc3340895b69 | 3d146d4288e1d9464d2607bdbbb911d09ac89245 | refs/heads/master | 2020-08-21T09:23:00.821667 | 2019-10-16T20:30:54 | 2019-10-16T20:30:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,603 | puml | @startuml
skinparam linetype ortho
skinparam backgroundColor white
skinparam usecaseBorderColor black
skinparam usecaseArrowColor LightSlateGray
skinparam artifactBorderColor black
skinparam artifactArrowColor LightSlateGray
title Chart Map for alfresco-dbp:1.5.0
'There are 13 referenced Helm Charts
artifact "postgresql:0.9.3\n====\n\tpostgresql\n====\n\t0.9.3\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: databus23\n====\n\tKeywords: postgresql\npostgres\ndatabase\nsql" as postgresql_0_9_3 #LightSteelBlue
artifact "alfresco-sync-service:1.0.0\n====\n\talfresco-sync-service\n====\n\t1.0.0\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: Alfresco Apps Repo Team\n====\n\tKeywords: syncservice\nalfresco\napplication" as alfresco_sync_service_1_0_0 #CadetBlue
artifact "alfresco-identity-service:1.1.0\n====\n\talfresco-identity-service\n====\n\t1.1.0\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: Alfresco\n====\n\tKeywords: alfresco\nkeycloak\nidentity-service" as alfresco_identity_service_1_1_0 #Chartreuse
artifact "alfresco-dbp:1.5.0\n====\n\talfresco-dbp\n====\n\t1.5.0\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: Alfresco Platform Services Team\n====\n\tKeywords: alfresco\ndbp\nplatform" as alfresco_dbp_1_5_0 #LightSkyBlue
artifact "alfresco-digital-workspace:1.2.0\n====\n\talfresco-digital-workspace\n====\n\t1.2.0\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: alfresco\ndigital workskspace" as alfresco_digital_workspace_1_2_0 #DodgerBlue
artifact "activemq:1.1.1\n====\n\tactivemq\n====\n\t1.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: activemq\nmessage broker" as activemq_1_1_1 #LightBlue
artifact "alfresco-content-services:2.1.0\n====\n\talfresco-content-services\n====\n\t2.1.0\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: content\ncontent services\nalfresco\nalfresco content services" as alfresco_content_services_2_1_0 #Gainsboro
artifact "alfresco-infrastructure:4.1.1\n====\n\talfresco-infrastructure\n====\n\t4.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: " as alfresco_infrastructure_4_1_1 #Cornsilk
artifact "postgresql:0.15.0\n====\n\tpostgresql\n====\n\t0.15.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: databus23\n====\n\tKeywords: postgresql\npostgres\ndatabase\nsql" as postgresql_0_15_0 #LightSteelBlue
artifact "alfresco-search:0.0.12\n====\n\talfresco-search\n====\n\t0.0.12\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: search\nsearch services\nalfresco search services\ninsight\ninsight engine\nalfresco insight engine" as alfresco_search_0_0_12 #GhostWhite
artifact "nginx-ingress:0.14.0\n====\n\tnginx-ingress\n====\n\t0.14.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: jackzampolin, mgoodness, chancez\n====\n\tKeywords: ingress\nnginx" as nginx_ingress_0_14_0 #DarkSalmon
artifact "keycloak:4.3.0\n====\n\tkeycloak\n====\n\t4.3.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: unguiculus, thomasdarimont\n====\n\tKeywords: sso\nidm\nopenid connect\nsaml\nkerberos\nldap" as keycloak_4_3_0 #LightBlue
artifact "alfresco-process-services:0.1.5\n====\n\talfresco-process-services\n====\n\t0.1.5\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: Alfresco\n====\n\tKeywords: " as alfresco_process_services_0_1_5 #Gainsboro
'There are 21 referenced Docker Images
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-digital-workspace:1.2.0\n====\n\t1.2.0" as quay_io_alfresco_alfresco_digital_workspace_1_2_0 #FloralWhite
usecase "Image\n====\n\tDocker Hub\n====\n\tpostgres\n====\n\t11.4" as postgres_11_4 #Ivory
usecase "Image\n====\n\tDocker Hub\n====\n\tpostgres\n====\n\t10.1" as postgres_10_1 #Ivory
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-transform-router:1.0.2.1\n====\n\t1.0.2.1" as quay_io_alfresco_alfresco_transform_router_1_0_2_1 #Aqua
usecase "Image\n====\n\tDocker Hub\n====\n\tpostgres\n====\n\t9.4.6" as postgres_9_4_6 #Ivory
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-shared-file-store\n====\n\t0.5.3" as alfresco_alfresco_shared_file_store_0_5_3 #CadetBlue
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-dbp-repository:6.1.1-RC1\n====\n\t6.1.1-RC1" as quay_io_alfresco_alfresco_dbp_repository_6_1_1_RC1 #Chartreuse
usecase "Image\n====\n\tquay.io\n====\n\tkubernetes-ingress-controller/nginx-ingress-controller:0.12.0\n====\n\t0.12.0" as quay_io_kubernetes_ingress_controller_nginx_ingress_controller_0_12_0 #LightSkyBlue
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-search-services\n====\n\t1.3.0.4" as alfresco_alfresco_search_services_1_3_0_4 #Coral
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-activemq\n====\n\t5.15.8-java-8-oracle-centos-7-87b15e37ce8b" as alfresco_alfresco_activemq_5_15_8_java_8_oracle_centos_7_87b15e37ce8b #Khaki
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-dbp-share:6.1.1-RC1\n====\n\t6.1.1-RC1" as quay_io_alfresco_alfresco_dbp_share_6_1_1_RC1 #LightSkyBlue
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-pdf-renderer:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_pdf_renderer_2_0_17 #GoldenRod
usecase "Image\n====\n\tquay.io\n====\n\talfresco/service-sync:3.1.2\n====\n\t3.1.2" as quay_io_alfresco_service_sync_3_1_2 #LightPink
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/process-services-admin\n====\n\t1.9.0.1" as alfresco_process_services_admin_1_9_0_1 #BlanchedAlmond
usecase "Image\n====\n\tDocker Hub\n====\n\tjboss/keycloak\n====\n\t4.8.3.Final" as jboss_keycloak_4_8_3_Final #LemonChiffon
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-imagemagick:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_imagemagick_2_0_17 #Cyan
usecase "Image\n====\n\tDocker Hub\n====\n\tk8s.gcr.io/defaultbackend\n====\n\t1.3" as k8s_gcr_io_defaultbackend_1_3 #DarkSeaGreen
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-tika:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_tika_2_0_17 #Khaki
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-libreoffice:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_libreoffice_2_0_17 #Khaki
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-process-workspace-app:1.3.2\n====\n\t1.3.2" as quay_io_alfresco_alfresco_process_workspace_app_1_3_2 #Azure
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/process-services\n====\n\t1.9.0.1" as alfresco_process_services_1_9_0_1 #LightBlue
alfresco_dbp_1_5_0--[#green]-|>alfresco_process_services_0_1_5
alfresco_process_services_0_1_5--[#green]-|>postgresql_0_9_3
alfresco_dbp_1_5_0--[#green]-|>alfresco_content_services_2_1_0
alfresco_content_services_2_1_0--[#green]-|>postgresql_0_9_3
alfresco_content_services_2_1_0--[#green]-|>alfresco_digital_workspace_1_2_0
alfresco_content_services_2_1_0--[#green]-|>alfresco_sync_service_1_0_0
alfresco_sync_service_1_0_0--[#green]-|>postgresql_0_9_3
alfresco_content_services_2_1_0--[#green]-|>alfresco_search_0_0_12
alfresco_dbp_1_5_0--[#green]-|>alfresco_infrastructure_4_1_1
alfresco_infrastructure_4_1_1--[#green]-|>activemq_1_1_1
alfresco_infrastructure_4_1_1--[#green]-|>nginx_ingress_0_14_0
alfresco_infrastructure_4_1_1--[#green]-|>alfresco_identity_service_1_1_0
alfresco_identity_service_1_1_0--[#green]-|>keycloak_4_3_0
keycloak_4_3_0--[#green]-|>postgresql_0_15_0
postgresql_0_9_3--[#orange]-|>postgres_11_4
postgresql_0_9_3--[#orange]-|>postgres_10_1
postgresql_0_9_3--[#orange]-|>postgres_9_4_6
alfresco_sync_service_1_0_0--[#orange]-|>quay_io_alfresco_service_sync_3_1_2
alfresco_digital_workspace_1_2_0--[#orange]-|>quay_io_alfresco_alfresco_digital_workspace_1_2_0
activemq_1_1_1--[#orange]-|>alfresco_alfresco_activemq_5_15_8_java_8_oracle_centos_7_87b15e37ce8b
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_pdf_renderer_2_0_17
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_transform_router_1_0_2_1
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_imagemagick_2_0_17
alfresco_content_services_2_1_0--[#orange]-|>alfresco_alfresco_shared_file_store_0_5_3
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_tika_2_0_17
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_dbp_repository_6_1_1_RC1
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_libreoffice_2_0_17
alfresco_content_services_2_1_0--[#orange]-|>quay_io_alfresco_alfresco_dbp_share_6_1_1_RC1
postgresql_0_15_0--[#orange]-|>postgres_10_1
alfresco_search_0_0_12--[#orange]-|>alfresco_alfresco_search_services_1_3_0_4
nginx_ingress_0_14_0--[#orange]-|>k8s_gcr_io_defaultbackend_1_3
nginx_ingress_0_14_0--[#orange]-|>quay_io_kubernetes_ingress_controller_nginx_ingress_controller_0_12_0
keycloak_4_3_0--[#orange]-|>jboss_keycloak_4_8_3_Final
alfresco_process_services_0_1_5--[#orange]-|>alfresco_process_services_admin_1_9_0_1
alfresco_process_services_0_1_5--[#orange]-|>quay_io_alfresco_alfresco_process_workspace_app_1_3_2
alfresco_process_services_0_1_5--[#orange]-|>alfresco_process_services_1_9_0_1
center footer Generated on 2019/10/16 16:21:36 by org.alfresco.deployment.util.PlantUmlChartMapPrinter\nhttps://github.com/Alfresco/alfresco-anaxes-chartmap
@enduml
| false | true | false | false | usecase |
3e3c3226760f13c37b0eb533801c7305e6779c3e | ac8493322a4cde818a2a04634f2de0d1fd6208f0 | /pages/plantuml/philosophy-chain.puml | 610a2f9910fef95368904905fdd8a52ba7784d3e | [
"Apache-2.0"
] | permissive | cescoffier/mutiny-doc-sandbox | 32d7e5b75a2d0be65a3790ba184b5f254bf6aa31 | 59b56a998ab0f11c4c1f0b316e7b7e6bca0a9a13 | refs/heads/main | 2023-01-24T02:09:47.568392 | 2020-11-26T15:11:37 | 2020-11-26T15:11:37 | 306,060,097 | 1 | 0 | Apache-2.0 | 2020-11-25T06:39:21 | 2020-10-21T14:57:52 | Java | UTF-8 | PlantUML | false | false | 584 | puml | @startuml
skinparam dpi 200
skinparam useBetaStyle true
skinparam handwritten true
skinparam StereotypeFontSize 0
participant Source as m1 <<Publisher>> #D2B4DE
participant "Processor A" as m2 <<Publisher, Subscriber>> #FAE5D3
participant "Processor B" as m3 <<Publisher, Subscriber>> #FAE5D3
participant "Sink" as subscriber <<Subscriber>> #D2B4DE
m1 --> m2 : item[...]
m2 --> m3 : item[...]
m3 --> subscriber: item[...]
m1 --> m2 : item[...]
m2 --> m3 : item[...]
m3 --> subscriber: item[...]
m1 --> m2 : completion
m2 --> m3 : completion
m3 --> subscriber : completion
@enduml | false | true | false | false | sequence |
2161222ce0152585cf1a0b289f36c74f363a36ae | a18370967839d84d724a58879636b1605687dea6 | /Sample diagrams/use case diagram/game1.txt | dad1ed24c460a9415f72b95da390ed418b7cf802 | [] | no_license | 03376808-OOAD/plantuml-diagram | 3794d57e8812b7bd4c075904f67dee0e18605f9b | c933d5518f28694d3a2999cbd84626fe50341b9e | refs/heads/master | 2020-04-28T03:12:53.525237 | 2020-02-25T10:01:31 | 2020-02-25T10:01:31 | 174,927,954 | 0 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 126 | txt | @startuml
left to right direction
skinparam packageStyle rectangle
actor player
rectangle game {
player -- (score)
}
@enduml | false | true | false | false | usecase |
dea68cecf7073a223a8dc3e5473e078de970af2e | 0b10fb7e76d10a0b1fce44b1163900b6483f470e | /ateliers/06-deployment-frontend/workshop-deployment-01.puml | 30bb0ff9437670e70e705a39cfedbe6803f373a4 | [
"Apache-2.0"
] | permissive | ahmed00E/renault-digital-2020 | 08680193e7e565bb0267f3ad6c6d165b43051c3f | 1a686bab93868be40745a75239a2b9848a60851d | refs/heads/master | 2023-08-24T16:55:47.227953 | 2020-09-10T14:09:14 | 2020-09-10T14:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,238 | puml | @startuml
title
Workshop - Deployment frontend
end title
skinparam component {
ArrowColor black
ArrowFontColor black
}
skinparam node {
BorderColor black
BackgroundColor white
}
skinparam rectangle {
BorderColor black
BackgroundColor white
}
skinparam file {
BorderColor black
BackgroundColor white
}
skinparam database {
BorderColor black
BackgroundColor white
}
rectangle "Client" as node_client
node "Server (Google Cloud Platform - VM Instance)" as node_server {
rectangle "Nginx" as node_nginx {
rectangle "/" as node_nginx_root
' rectangle "/api" as node_nginx_api
}
rectangle "/var/www/html" as node_html {
file "index.html" as file_index
file "app.js" as file_app
}
' rectangle "node server.js" as node_node
' rectangle "java -jar server.jar" as node_java
' database "PostgreSQL" as database_postgres
}
' Get /
node_client <--> node_nginx_root : "GET / "
node_nginx_root <--> file_index
' Get /api
'node_client <--> node_nginx_api : " GET /api"
'node_nginx_api <--> node_node
'node_nginx_api <--> node_java
' Backend -> database
'node_node <--> database_postgres
'node_java <--> database_postgres
@enduml | false | true | false | false | sequence |
63bd954f6f9cb5a5e33145368d28b39b694f1edf | b0207ee6e3a9317148d535294d49d8e925374eb0 | /uml/fdrive-app-sm.iuml | ebd42edcf9ee81f6ec3a29658a3d3f1ce3d60679 | [] | no_license | PiotrStrzalka/PiotrStrzalka.github.io | 19834ee3b30e0ef5894eb61daac57bfb827d610c | fa0bdcc811a503ff5dc552e4c87a1a8c7eef85b7 | refs/heads/master | 2023-04-25T08:25:25.705675 | 2021-05-08T08:22:38 | 2021-05-08T08:22:38 | 302,616,840 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,418 | iuml | @startuml
skinparam backgroundColor #FEFFFF
skinparam state {
StartColor Black
EndColor Black
BackgroundColor #3AAFA9
BorderColor #2B7278
FontName Yu Gothic UI Semibold
StateBackgroundColor #DEF2F1
ArrowColor #17252A
ArrowThickness 2
ArrowFontName Yu Gothic UI Semibold
}
state app_fdrive {
Drive_NotArmed: Entry:
Drive_NotArmed: Release Motor
state choice <<choice>>
state Drive_Armed {
state Triggered {
Jump --> CoolDown : TimeElapsed &&\nmotorAttached == FALSE\n
CoolDown --> Jump : TimeElapsed\n&& attempts_left>0
Jump --> Running : TimeElapsed &&\nmotorAttached == TRUE
Running --> Jump : motorAttached == FALSE
Running --> Running : 10 seconds running \n/ attempts_left = 3U
CoolDown -up-> choice : TimeElapsed &&\nattempts_left == 0U/\noverall_errors ++ \n bip 3 times
choice -left-> Drive_NotArmed : overall_errors > 3U / \nStore error in memory,
choice -up-> Drive_NotArmed : overall_errors <= 3U
' Jump --> Drive_NotArmed : motorAttached == FALSE \n&& attempts_left == 0U /\noverall_errors ++\n if overall_errors > 3U /\n Store error in memory,\n bip 3 times
' Attaching_Error : Entry:
' Attaching_Error : overall_errors ++
Jump : Entry:
Jump : Set Motor Speed = SPEED_GOAL
Jump: Set Timer = 500ms
CoolDown : Entry:
CoolDown : Break Motor
CoolDown : Set Timer = 500ms
CoolDown : attempts_left--
}
Armed_Idle : Exit:
Armed_Idle : attempts_left = 3
Armed_Idle --> Jump : PAS Moving Forward\n && !motorAttached
Armed_Idle --> Running : PAS Moving Forward \n&& motorAttached / \n Set Motor Speed = SPEED_GOAL
Triggered -up-> Armed_Idle: !PAS Moving Forward /\nRelease motor
}
Drive_NotArmed --> Armed_Idle : PAS Signal TurnBack / \n overall_errors = 0U,\n bip once
Drive_Armed -up-> Drive_NotArmed : PAS Signal TurnBack /\nbip twice
' Attaching_Error -up-> Drive_NotArmed : overall_errors > 3U /\n Store error in memory,\n bip 3 times
}
[*] -right-> Drive_NotArmed
app_adc --> app_fdrive[H]: ADC input < 80mV
app_fdrive --> app_adc: ADC input > 120mV
app_fdrive[H] --> Drive_NotArmed : Wasn't armed
app_fdrive[H] -down-> Armed_Idle : Was armed
@enduml | false | true | false | false | sequence |
dbf54da8dd16014bf582553c8316c2e4c58d414b | c69dba4cef780d27a126166ee912005507258413 | /src/design/tessellation-class-diagram.puml | 1a40d17bd3e48caac77cb8d9e6cb0dd1cabca6fc | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 2,340 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package "Hipparchus" #F3EDF7 {
class SphericalPolygonsSet #EAE6F7/B9B3D2
}
package org.orekit #ECEBD8 {
package model.earth.tessellation #DDEBD8 {
class EllipsoidTesselator {
+List<List<Tile>> tessellate(zone, width, length, overlap, ...)
+List<List<GeodeticPoint>> sample(zone, width, length)
}
interface TileAiming {
+Vector3D alongTileDirection(Vector3D point, GeodeticPoint gp)
}
class AlongTrackAiming
class ConstantAzimuthAiming
class Tile
SphericalPolygonsSet <-- EllipsoidTesselator : zone
EllipsoidTesselator *--> "1" TileAiming
EllipsoidTesselator --> Tile : create
TileAiming <|-- AlongTrackAiming
TileAiming <|-- ConstantAzimuthAiming
}
package bodies #DDEBD8 {
class Ellipsoid
class GeodeticPoint
AlongTrackAiming --> Ellipsoid
ConstantAzimuthAiming --> Ellipsoid
Tile *--> "4" GeodeticPoint
}
package orbits #DDEBD8 {
class Orbit
AlongTrackAiming o--> Orbit
}
}
@enduml
| false | true | false | false | sequence |
5f02d77d1cb2484d5b6610e98aeb163344ccdd89 | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/04.PABF#25.predict-actions-based-on-frequency/PPDA#37.class.plantuml | 6603bf9fff80e76ca2cebc7c6bcc3ea5aff08927 | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,322 | plantuml |
@startuml PPDA#37.class
skinparam monochrome true
package UI {
class MainActivity <<Activity>> {
}
class HorusListFragment <<Fragment>> {
void userWantsToExecute(HorusListItem)
}
MainActivity -u-> HorusListFragment
}
package Domain {
class HorusAction <<Entity>> {
Drawable icon
UUID identifier
LocalizableString name
void perform()
}
class ActionExecution <<VO>> {
DateTime time
String userIdentifier
String deviceIdentifier
}
class ExecuteAction <<Interactor>> {
void perform()
}
class HorusList {
}
class HorusListItem {
+ Int numberOfExecutionsLastWeek
}
ActionExecution -l-> HorusAction
HorusList o-u-> "*" HorusListItem
HorusListItem -> "1" HorusAction
ExecuteAction -u-> HorusAction
ExecuteAction -u-> ActionExecution
ExecuteAction -r-> ActionExecutionRepository
}
package Infrastructure {
class App {
+ void perform()
}
AppExecutionRepository -d-> AppExecutionDAO
}
App -u-|> HorusAction
HorusListFragment -u-> ExecuteAction
HorusListFragment -u-> HorusList
AppExecutionRepository .u.|> ActionExecutionRepository
Infrastructure -[hidden]u-> Domain
Infrastructure -[hidden]l-> UI
hide empty members
@enduml
| false | true | false | false | class |
7556d8627677dff28487185893f6d1ccb66d9ca3 | 83db6b9e81ac56978b17ef6aede4233dd4b307aa | /units/src/unit_02/excercise_a/assets/classes-after-refaktoring.puml | 47024fad0dd4bd3cfc9f06c6843084ffeafc4dc3 | [] | no_license | msg-azubi/java-tutorial | cedefd6b1a213b71bee03d92e8325a2d908f5721 | f8d5bc91d425f2f17361ea086de5c8b46b322e6d | refs/heads/master | 2020-07-31T07:34:57.264426 | 2019-10-01T20:41:41 | 2019-10-01T20:41:41 | 210,532,064 | 0 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,232 | puml | @startuml
abstract class Blume
note "Die toString Methoden erlauben,\ndie Stringausgabe anzupassen. \n\nDamit man z. B. `Rose` ausgeben kann, \nstatt `ROSE`." as TheToStringOfEnum
Sorte .. TheToStringOfEnum
Farbe .. TheToStringOfEnum
note left of Blume: Warum die Enum-Typen sowie die Instanzfelder \nprotected sind?\n\tWeil die Konstruktoren der Unterklassen\n\tdiese benötigen.
note top of Sorte: Jeder Enum-Type hat eine Methode `values()`, \ndie seine Werte in einem Array ausgibt.
Blume <|-- Rose
Blume <|-- Tulpe
Blume <|-- Nelke
class Blume {
// Blumensorte, explizit als Typ
protected enum Sorte
// Farbe, explizit als Typ
protected enum Farbe
// Instanzfelder
Sorte sorte
Farbe farbe
public String toString()
public void farbe()
public void identifizieren()
}
enum Sorte {
ROSE
TULPE
NELKE
public String toString()
}
enum Farbe {
ROT
GELB
BLAU
public String toString()
}
class Rose {
@Override public void identifizieren()
public void wurzeln()
}
class Tulpe {
@Override public void identifizieren()
public void zwiebeln()
}
class Nelke {
@Override public void identifizieren()
public void stauden()
}
center footer excercise_a von unit_02 nach dem Refaktoring: `Konstanten durch Enum-Werte ersetzen`.
@enduml | false | true | true | false | class |
7a4908cc947bc2d57fbd41aaa331bc33e49907e2 | 4912b4a1dc3f9053ef63ac442fee5ae24b4ee1b8 | /buildUML/messaging/subscribe.puml | 1802beb44e9b8f396c6b8f0de573dbbb4f53965b | [
"Apache-2.0"
] | permissive | JetBrains/intellij-sdk-docs | 92f20b8323f3296d008d20739c2576817502a58a | 2e3eaced65ec7bd962fa0867112cd83735fb0464 | refs/heads/main | 2023-08-31T22:13:05.228222 | 2023-08-31T14:52:25 | 2023-08-31T14:52:25 | 27,145,735 | 1,207 | 1,072 | Apache-2.0 | 2023-09-12T13:57:17 | 2014-11-25T20:59:00 | Markdown | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
left to right direction
' Define the activity
(*) --> if "" then
--> [don't have connection] "Get message\nbus reference"
--> "Create connection\nto the bus"
--> "Subscribe"
else
--> [have connection] "Subscribe"
endif
--> (*)
@enduml
| false | true | false | false | activity |
5aff29a48202e113ff27ab9cd9a392c56fc7b229 | 0db2a1b3f42bc02382a3ef4dcc292a327aa574e0 | /documents/version_3/diagrammes/classe/diagClasse.puml | 4f12ddf093f301dd55b6ef7ee668771ab3cdebdf | [] | no_license | arnoux23u-IUTNC/2021_COO_Zeldiablo | 9d872fbaf107b05f02c5d1a5bc4f4bc3c314b94e | 2b44e0479eacb3114f897d82bc57372a89ae68af | refs/heads/main | 2023-09-02T13:52:01.393111 | 2021-11-15T21:47:07 | 2021-11-15T21:47:07 | 368,554,956 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,883 | puml | @startuml
title Diagramme de Classe - Zeldiablo V3
interface Jeu{
+ evoluer(d : Direction, b : boolean)
+ etreFini() : boolean
}
class JeuPerso extends Jeu{
- partieEnCours : boolean
+ JeuPerso()
+ evoluer(d : Direction)
+ etreFini() : boolean
+ getJoueur() : Joueur
+ getLabyrinthe() : Labyrinthe
}
class Controleur implements KeyListener{
- attaqueEnCours : boolean
- attaqueARetourner : boolean
+ Controleur()
+ getDirection() : Direction
+ getAttaque() : boolean
+ keyTyped(KeyEvent e)
+ keyPressed(KeyEvent e)
+ keyReleased(KeyEvent e)
}
interface DessinJeu{
+ dessiner(image : BufferedImage)
}
class DessinPerso implements DessinJeu{
- {static} TAILLE_CASE : int
+ DessinPerso(j : JeuPerso)
- dessinerObjet(s : String, x : int, y : int, im : BufferedImage)
+ dessiner(im : BufferedImage)
}
class InterfaceGraphique{
+ InterfaceGraphique(afficheurUtil : DessinJeu, x : int, y : int)
+ getControleur() : Controleur
+ dessiner()
}
class MoteurRendu{
+ MoteurRendu(pJeu : Jeu, pAffiche : DessinJeu)
+ lancerJeu(width : int, height : int)
}
class PanelDessin(){
- imageSuivante : BufferedImage
- imageEnCours : BufferedImage
- width : int
- height : int
+ PanelDessin(x : int, y : int, affiche : DessinJeu)
+ dessinerJeu()
+ paint(g : Graphics)
}
abstract class Personnage{
- pv : int
- degats : int
+ Personnage(l : Labyrinthe, depart : Case, pdv : int, deg : int)
+ setPosition(position : Case)
+ getCase() : Case
+ seDeplacer(d : Direction) : boolean
+ diminuerVie(vieDown : int)
+ augmenterVie(vieUp : int)
+ getPv() : int
+ setPv(newPv : int)
+ attaquer(p : Personnage)
+ etreMort() : boolean
+ getLabyrinthe()
}
class Labyrinthe{
- {static} TAILLE : int
+ Labyrinthe(autoGenerate : boolean)
+ deplacerJoueur(p : Personnage, d : Direction) : boolean
- peutBouger(p : Personnage, d : Direction) : boolean
- getDestination(p : Personnage, d : Destination) : Case
+ getJoueur() : Joueur
+ toString() : String
+ getEntree() : Porte
+ getSortie() : Porte
+ getCase(x : int, y : int) : Case
+ getCases() : Case[][]
+ getPieges() : ArrayList<Piege>
+ getMonstres() : ArrayList<Piege>
}
abstract class Case{
- x : int
- y : int
+ Case(x : int, y : int)
+ {abstract} peutTraverser(p : Personnage) : boolean
+ {abstract} getIdentifier() : String
+ toString() : String
+ equals() : boolean
+ hashCode() : int
}
class Piege extends Obstacle{
+ Piege(x : int, y : int)
+ getIdentifier() : String
+ peutTraverser(p : Personnage) : boolean
+ prendDegats(p : Personnage)
+ getX() : int
+ getY() : int
}
class Chemin extends Case{
- {static} IDENTIFIER : char
+ Chemin(x : int, y : int)
+ peutTraverser(p : Personnage) : boolean
+ getIdentifier() : String
}
abstract class Obstacle extends Case{
+ Obstacle(x : int, y : int)
+ peutTraverser(p : Personnage) : boolean
}
class Mur extends Obstacle{
- {static} IDENTIFIER : char
+ Mur(x : int, y : int)
+ peutTraverser(p : Personnage) : boolean
+ getIdentifier() : String
}
class Porte extends Case{
- {static} IDENTIFIER : char
- ferme : boolean
+ Porte(x : int, y : int)
+ setFerme(boolean b)
+ peutTraverser(p : Personnage) : boolean
+ getIdentifier() : String
}
class Joueur extends Personnage{
+ Joueur(l : Labyrinthe, e : Porte)
+ attaquerAutour()
}
enum Direction{
NORTH
SOUTH
EAST
WEST
}
abstract class Monstre extends Personnage{
+ Monstre(l : Labyrinthe, depart : Case, pdv : int, deg : int, intelligence : int)
+ getIntelligence() : int
}
class Troll extends Monstre{
- tapeDansLeTour : boolean
+ Troll(l : Labyrinthe, depart : Case)
+ seRegenerer()
+ attaquerTroll()
}
class Fantome extends Monstre{
+ Fantome(l : Labyrinthe, depart : Case)
}
Personnage "*" -> "1" Case: " - position "
Personnage "*" -> "1" Labyrinthe: " - l "
Labyrinthe "1" -> "1" Porte: " - entree "
Labyrinthe "1" -> "1" Porte: " - sortie "
Labyrinthe "1" -> "*" Case: " - cases "
Labyrinthe "1" -> "1" Joueur: " - joueur "
Labyrinthe "1" -> "*" Piege : "- lPieges"
Labyrinthe "1" -> "*" Monstre : "- lMonstre"
PanelDessin "1" -> "1" DessinJeu : "- dessin"
DessinPerso "1" -> "1" JeuPerso : "- jeuEnCours"
JeuPerso "1" -> "1" Labyrinthe : "- l"
JeuPerso "1" -> "1" Joueur : "- pj"
Controleur "1" -> "1" Direction : "- enCours"
Controleur "1" -> "1" Direction : "- aRetourner"
MoteurRendu "1" -> "1" Jeu : "- jeu"
MoteurRendu "1" -> "1" InterfaceGraphique : "- gui"
MoteurRendu "1" -> "1" DessinJeu : "- dessin"
InterfaceGraphique "1" -> "1" Controleur : "- controleur"
InterfaceGraphique "1" -> "1" PanelDessin : "- panel"
@enduml | false | true | false | false | sequence |
7643f15d75edde5b8c821494ab1fc196b478bf02 | 40567c1824176b46468e1e3e0ec8083acfc319ac | /src/main/java/org/study/patterns/behavioral/strategy/Strategy.puml | 6d48433dfb6a05cc138e41bb14b085aad9082271 | [] | no_license | Maxvgrad/Patterns | 18b7ee3b13c71a202716a0879ca328117a95661a | e94339f722d7e86ba2465ff83f358276618ed985 | refs/heads/master | 2020-03-19T05:15:30.138568 | 2018-07-19T07:22:13 | 2018-07-19T07:22:13 | 135,914,463 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 397 | puml | @startuml
class Context {
Strategy strategy
contextInterface()
}
interface Strategy {
algorithmInterface()
}
class ConcreteStrategyA {
algorithmInterface()
}
class ConcreteStrategyB {
algorithmInterface()
}
class ConcreteStrategyC {
algorithmInterface()
}
Strategy <|-- ConcreteStrategyA
Strategy <|-- ConcreteStrategyB
Strategy <|-- ConcreteStrategyC
Context o-- Strategy
@enduml | false | true | false | false | class |
9b68f367cca5b7261b6a0bd6beef6ce77467ec92 | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/Skeleton/diagrams/Gao_seq_Comm_NE_INCLUDE-OLD!/Com/Hide4-SpaceShip-Robot.puml | df06e0299bd35e442034f5a13596f7c9690035f8 | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 419 | puml | @startuml
'autonumber "0:"
skinparam linestyle ortho
actor Tester as Tester
rectangle "S : Spaceship" as S
rectangle "currentAsteroid : Asteroid" as cA
rectangle "hidingVessel : Robot" as hV
Tester --> S: "1 : -> Hide()" "8 : <--"
S --> cA: "2 : -> Hide(S)" "7 : <-- true"
cA --> hV: "3 : -> GetHidingSpaceRequirement()" "4 : <-- usedSpace"
cA --> S: "5 : ->GetHidingSpaceRequirement()" "6 : <-- neededSpace"
@enduml | false | true | false | false | usecase |
420293b8b5e9a35679190585e105f32d56729c44 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Factory/Shape/shapeFactory.plantuml | b3acc47e05baca7510b77e5ac573f7b56bdbfd50 | [] | 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 | 243 | plantuml |
@startuml
interface Shape {
draw(): void
}
class Circle implements Shape
class Square implements Shape
class Rectangle implements Shape
class ShapeFactory {
getShape(shape: string): Shape
}
ShapeFactory -right-> Shape: create()
@enduml | false | true | false | false | sequence |
8b2f6258cd6c703479c2284247e283ad0054fc75 | 9d852efca8af76cf0feaf7b479c5b647e085ff20 | /app/UML/Class.puml | 16b5817e3cdc74e2466db9055490c0702e52d1c9 | [] | no_license | bke0002/Timers | a27cee0cc610ee32ae1211b1f33924659e501562 | 496db1bc620a3ef980a891588c609faa5c5d6039 | refs/heads/master | 2021-03-08T19:29:56.586740 | 2016-05-04T21:56:36 | 2016-05-04T21:56:36 | 58,054,297 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
title Classes - Class Diagram
class Marker {
int MarkerId
string Description [nullable]
int Offset
int Duration [nullable]
int TimerId [nullable]
}
class Timer{
int TimerId
int StartTime
int Duration
string Title
string Description
}
Marker--Timer
@enduml
| false | true | false | false | class |
eaac70f6963b09537a5f14ced2cec0704d0c93e9 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /docs/components/OpenPlatform.puml | ca937c5e5b0b4211da5826272177a1d300b1e019 | [] | 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 | 511 | puml | @startuml
'header SayHello
'footer Page %page% of %lastpage%
skinparam component {
backgroundColor [Biblio] LightGray
}
package "Den Åbne Platform" {
together {
[Order]
[Cms]
[Search]
[Libraries]
[Recommend]
[Status]
[Suggest]
[Beta/workpresentation] #Khaki
[Community] #LightGray
note bottom of [Beta/workpresentation]: Currently Beta
note bottom of [Community]: Alpha and not documented. Avoid using this end-point
}
}
@enduml
| false | true | true | false | uml-unknown |
7d1af6df8fc4c0ed60c26d931b0c98c592fbaa00 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Clouds/Create-Cloud.puml | 19c0d325cf3426fe8154267a30c824a63724851f | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
Actor "actorName" as A
box "Manage-Clouds" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-cloud-create(name, type)
CLI -> S : cloud/create(name, type)
A -> Web : cloud/create(name, type)
Web -> S : cloud/create(name, type)
end box
@enduml
| false | true | false | false | usecase |
b0ad42419ea8df7f562d3228c97629d0fa43cb8d | 1105e96909d016d9114358c3a6df3cf25c712f65 | /InceptionUML/Class Diagrams/Plugins.puml | 5e2ebfc44af11312144ef8c498c780c46578d343 | [] | no_license | PedroMartinDelCampo/inception_project | a39ffbb06356d6afe2ee23de2ca1273360c1ec90 | 675d7916b07b2ea0ca5957a81aed69f1e9b645a8 | refs/heads/master | 2021-01-20T08:01:58.474449 | 2017-06-02T01:35:46 | 2017-06-02T01:35:46 | 90,088,698 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 755 | puml | @startuml
interface Plugin {
getLabel(): String
createStimulus(): Stimulus
createPreview(Stimulus s): Node
createPropertiesPane(Stimulus s): Node
getStimulusClass(): Class
}
class PluginListWrapper {
setPlugins(List<String> plugins)
getPlugins(): List<String>
}
class PluginManager {
findByStimulus(Class stimulus): Plugin
getPlugin(Class plugin): Plugin
getPlugins(): Collection<Plugin>
registerPlugin(Class plugin)
}
class PluginLoader {
{static} loadFromFile(File f)
}
PluginLoader -left> PluginManager
PluginManager -down> PluginListWrapper
PluginListWrapper -up> Plugin
PluginManager -left> Plugin
@enduml
| false | true | false | false | class |
8164cce85df762543bdeffa645738f040834f204 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Sequence/RectangleZoom.puml | 83a90f7645ab1c8ebffb17cf87b35e6b812e5757 | [] | 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 | 75 | puml | @startuml
class RectangleZoom {
}
RectangleTool <|-- RectangleZoom
@enduml
| false | true | false | false | class |
9dba4793d1bf9645ddfd0e42712c7685b68a8feb | f4435881fb92cbfdeddbe5df2a4875fd0380de05 | /documentation/manual/src/main/paradox/guides/authentication-flow.plantuml | c6c5efdb46d170d94fc683488acc2fd66efe7de7 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | endpoints4s/endpoints4s | b6c264320182fbb333340868ddb4ede9363091a8 | 0cba8bcded63c6c89eb4a6178009d8d6d7e347f0 | refs/heads/master | 2023-08-31T23:47:21.860898 | 2023-08-05T14:34:53 | 2023-08-06T10:00:43 | 57,041,055 | 140 | 31 | MIT | 2023-09-12T16:52:39 | 2016-04-25T12:48:00 | Scala | UTF-8 | PlantUML | false | false | 607 | plantuml | @startuml
client -> server : GET /login
note over client
Client sends its credentials
(e.g., a password or an API key)
end note
alt valid credentials
server --> client : OK: JSON Web Token
note over server
Server replies with a JSON Web
Token attached to its response
end note
else invalid credentials
server --> client : Bad Request
end
...
client -> server : GET /protected-resource
note over client
Client tries to access to a protected
resource by using its JWT
end note
alt valid JWT
server --> client : OK
else invalid or missing JWT
server --> client : Unauthorized
end
@enduml
| false | true | false | false | sequence |
75f350790063f9a3ebe421fe57a85fc6c8e894ef | 11d717eb3a8210f83f4ae255ffb1d440b14e64ee | /submit/60030112/Sequence diagram 1.puml | 7e4beabd52666075b9cdc355eadc5239d3b4d2b0 | [] | no_license | AvirutRut/OOAD-WEEK12 | 06dde2729399b262b8a4d18055a12b419613e2e6 | c59bc90051a36a015382a56d7bd1037e5b27b5bc | refs/heads/master | 2022-09-02T05:26:56.314167 | 2020-05-26T07:56:35 | 2020-05-26T07:56:35 | 266,979,906 | 0 | 0 | null | 2020-05-26T07:55:47 | 2020-05-26T07:55:46 | null | UTF-8 | PlantUML | false | false | 449 | puml | @startuml
participant Customer
Customer -> member : Add
member -> Enployee : application
Enployee -> Manu : SetManu
Manu -> Product : Check product
Product -> Manu : NO
Product -> Table : SetTable
Table -> Order : SetOrder
Order -> Food : SetFood
Food --> Order : sendFoodInfo
deactivate Order
Order -> Enployee : SendFoodList
deactivate Enployee
Enployee --> Customer : RequestPayment
Customer -> Enployee : MakePayment
@enduml | false | true | false | false | sequence |
465c46bab7314f7f6c4416cd23825248c517b41a | 54ebd9eb2ddadc17b215617d96fac1f93f4acfef | /creational/4-builder/builder-furniture-simplest.puml | 4a405ace56f1bf7b75051e15974447f3f95c148c | [] | no_license | cesarkohl/design-patterns | acb42191662c141f064d9c90426dfd4491d43dfe | 991f83d0076b0a69e9d6b7c1163cf49fde3bfcbf | refs/heads/main | 2023-06-11T07:16:18.484116 | 2023-05-28T14:41:01 | 2023-05-28T14:41:01 | 199,520,479 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 862 | puml | @startuml
'Too many constructor parameters
'In most cases most of the parameters will be unused,
'making the constructor calls pretty ugly.
note as n1
const builder = new IkeaChairBuilder();
const director = new ChairCreator(builder);
director.createChair();
const chair: IkeaChair = builder.getChair();
end note
class ChairCreator {
- builder: ChairBuilder;
+ constructor(builder: ChairBuilder) {}
+ createChair(type: string = "ikea") {}
}
interface ChairBuilder {
+ reset(): void;
+ buildStepA(): void;
+ buildStepB(): void;
+ buildStepZ(): void;
}
class IkeaChairBuilder implements ChairBuilder {
- result: IkeaChair;
+ reset() {}
+ buildStepA() {}
+ buildStepB() {}
+ buildStepZ() {}
+ getChair(): IkeaChair {}
}
class IkeaChair {}
ChairCreator <.. ChairBuilder
IkeaChairBuilder o-- IkeaChair
@enduml | false | true | false | false | class |
b4fd201d33c6712438bb64e95e119f42706f2548 | 22b81a626055c43898764e7254b44ad2805dc1a0 | /doc/gkgraph.puml | 9cce8cade891cfdde6f848b4f12518c7c8869dd1 | [] | no_license | dizaknz/gkgraph | 75d7d1b236b526f4dbd6aa1e37638e91bbd19a29 | ad479d6aad1b58ac57a1079f6245cf6e40a84ea3 | refs/heads/master | 2023-07-19T15:20:54.247050 | 2023-07-05T23:08:20 | 2023-07-05T23:08:20 | 217,021,698 | 0 | 0 | null | 2023-09-13T09:10:59 | 2019-10-23T09:40:36 | Go | UTF-8 | PlantUML | false | false | 7,234 | puml | @startuml
namespace datastore {
class EventDatastore << (S,Aquamarine) >> {
- db golang-neo4j-bolt-driver.Conn
- logger log.Logger
+ Add(ev *types.Event) error
}
}
namespace endpoint {
class AddRequest << (S,Aquamarine) >> {
+ Event *types.Event
}
class AddResponse << (S,Aquamarine) >> {
+ Error error
+ Failed() error
}
class Endpoints << (S,Aquamarine) >> {
+ AddEndpoint endpoint.Endpoint
+ Add(ctx context.Context, event *types.Event) error
}
interface Failure {
+ Failed() error
}
}
"endpoint.Failure" <|-- "implements""endpoint.AddResponse"
"endpoint.AddRequest""uses" o-- "types.Event"
"endpoint.Endpoints""uses" o-- "endpoint.Endpoint"
namespace grpc {
class grpcServer << (S,Aquamarine) >> {
- add grpc.Handler
+ Add(ctx context.Context, req *pb.AddRequest) (*pb.AddReply, error)
}
}
namespace http {
class errorWrapper << (S,Aquamarine) >> {
+ Error string
}
}
namespace pb {
class AddReply << (S,Aquamarine) >> {
+ Success bool
+ Message string
+ XXX_NoUnkeyedLiteral <font color=blue>struct</font>{}
+ XXX_unrecognized []byte
+ XXX_sizecache int32
+ 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()
+ GetSuccess() bool
+ GetMessage() string
}
class AddRequest << (S,Aquamarine) >> {
+ Event *EventMessage
+ XXX_NoUnkeyedLiteral <font color=blue>struct</font>{}
+ XXX_unrecognized []byte
+ XXX_sizecache int32
+ 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()
+ GetEvent() *EventMessage
}
class AttrValue << (S,Aquamarine) >> {
+ Attr string
+ Val string
+ Typ AttrValue_AttrType
+ XXX_NoUnkeyedLiteral <font color=blue>struct</font>{}
+ XXX_unrecognized []byte
+ XXX_sizecache int32
+ 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()
+ GetAttr() string
+ GetVal() string
+ GetTyp() AttrValue_AttrType
}
class AttrValue_AttrType << (S,Aquamarine) >> {
+ String() string
+ EnumDescriptor() ([]byte, []int)
}
interface EventClient {
+ Add(ctx "context.Context, in *AddRequest, opts ...grpc.CallOption) (*AddReply, error)
}
class EventLink << (S,Aquamarine) >> {
+ EventID string
+ EventType string
+ LinkType string
+ Attrs []*AttrValue
+ XXX_NoUnkeyedLiteral <font color=blue>struct</font>{}
+ XXX_unrecognized []byte
+ XXX_sizecache int32
+ 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()
+ GetEventID() string
+ GetEventType() string
+ GetLinkType() string
+ GetAttrs() []*AttrValue
}
class EventMessage << (S,Aquamarine) >> {
+ Id string
+ Typ string
+ Timestamp *timestamp.Timestamp
+ Attrs []*AttrValue
+ Links []*EventLink
+ XXX_NoUnkeyedLiteral <font color=blue>struct</font>{}
+ XXX_unrecognized []byte
+ XXX_sizecache int32
+ 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()
+ GetId() string
+ GetTyp() string
+ GetTimestamp() *timestamp.Timestamp
+ GetAttrs() []*AttrValue
+ GetLinks() []*EventLink
}
interface EventServer {
+ Add( "context.Context, *AddRequest) (*AddReply, error)
}
class UnimplementedEventServer << (S,Aquamarine) >> {
+ Add(ctx "context.Context, req *AddRequest) (*AddReply, error)
}
class eventClient << (S,Aquamarine) >> {
- cc *grpc.ClientConn
+ Add(ctx "context.Context, in *AddRequest, opts ...grpc.CallOption) (*AddReply, error)
}
class pb.AttrValue_AttrType << (T, #FF7700) >> {
}
}
"pb.EventServer" <|-- "implements""pb.UnimplementedEventServer"
"pb.EventClient" <|-- "implements""pb.eventClient"
"pb.AddRequest""uses" o-- "pb.EventMessage"
"pb.AttrValue""uses" o-- "pb.AttrValue_AttrType"
"pb.EventLink""uses" o-- "pb.AttrValue"
"pb.EventMessage""uses" o-- "pb.AttrValue"
"pb.EventMessage""uses" o-- "pb.EventLink"
"pb.EventMessage""uses" o-- "timestamp.Timestamp"
namespace service {
interface EventService {
+ Add(ctx "context.Context, event *types.Event) error
}
class eventService << (S,Aquamarine) >> {
- ds *datastore.EventDatastore
+ Add(ctx "context.Context, event *types.Event) error
}
class loggingMiddleware << (S,Aquamarine) >> {
- logger log.Logger
- next EventService
+ Add(ctx "context.Context, event *types.Event) error
}
class service.Middleware << (T, #FF7700) >> {
}
}
"service.EventService" <|-- "implements""service.eventService"
"service.EventService" <|-- "implements""service.loggingMiddleware"
namespace types {
class Attribute << (S,Aquamarine) >> {
+ Name string
+ Value <font color=blue>interface</font>{}
}
class Event << (S,Aquamarine) >> {
+ ID string
+ Type string
+ Timestamp time.Time
+ Attributes []*Attribute
+ Links []*EventLink
}
class EventLink << (S,Aquamarine) >> {
+ EventID string
+ EventType string
+ LinkType LinkType
+ Attributes []*Attribute
}
class LinkType << (S,Aquamarine) >> {
+ String() string
}
class types.LinkType << (T, #FF7700) >> {
}
}
"types.Event""uses" o-- "time.Time"
"types.Event""uses" o-- "types.Attribute"
"types.Event""uses" o-- "types.EventLink"
"types.EventLink""uses" o-- "types.Attribute"
"types.EventLink""uses" o-- "types.LinkType"
"__builtin__.int32" #.. "alias of""pb.AttrValue_AttrType"
"__builtin__.string" #.. "alias of""types.LinkType"
"service.<font color=blue>func</font>(EventService) EventService" #.. "alias of""service.Middleware"
@enduml
| false | true | false | false | class |
186e3a27895e19dc41e5be463ff1b9510150320d | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_09/SD.puml | cfc00bc536dcd93e4d0596415a0639586cb27cef | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,135 | puml | @startuml SD
autonumber
actor "Administrator" as A
participant ":AdministratorStatisticsUI" as ui
participant ":AdministratorStatisticsController" as ctr
participant ":App" as app
participant "rf\n:RegistFreelancer" as rf
participant "ro\n:RegistOrganization" as ro
participant "org\n:Organization" as org
participant "trs\n:Collection<Transaction>" as trs
participant "lt\n:ListTransaction" as lt
participant "tr\n:Transaction" as tr
participant "trss\n:Collection<Transaction>" as trss
participant "td\n:TaskExecutionDetails" as td
participant "fres\n:Collection<Freelancer>" as fres
participant "result\n:Double"
participant "histData\n:Map<Double,Integer>"
activate A
A -> ui : starts the process of visualizing statistics about the performance of the freelancers
activate ui
ui -> ctr : fres = getFreelancers()
activate ctr
ctr -> app : rf = getRegistFreelancer()
activate app
deactivate app
ctr -> rf : fres = getFreelancers()
activate rf
deactivate rf
deactivate ctr
ui --> A : shows the freelancers in the system and requests to select which ones to include
deactivate ui
A -> ui : selects the freelancers
activate ui
ui -> ctr : setFreelancers(selected)
activate ctr
ctr -> app : ro = getRegistOrganization()
activate app
deactivate app
ctr -> ro : trs = getTransactionsOfFreelancers(selected)
activate ro
ro -> trs ** : create()
loop for each Organization
ro -> ro : org = get(ID)
ro -> org : lt = getListTransaction()
activate org
deactivate org
ro -> lt : trss = getTransactionsOfFreelancers(selected)
activate lt
loop for each Transaction
lt -> trss ** : create()
lt -> lt : tr = get(ID)
lt -> tr : madeTo = madeToAny(selected)
activate tr
deactivate tr
opt madeTo == true
lt -> trss : add(tr)
activate trss
deactivate trss
end
end
deactivate lt
ro -> trs : addAll(trs)
activate trs
deactivate trs
end
deactivate ro
deactivate ctr
ui -> ctr : result = getMeanDelays()
activate ctr
loop for each Transaction
ctr -> trs : tr = get(ID)
activate trs
deactivate trs
ctr -> tr : td = getTaskExecutionDetails()
activate tr
deactivate tr
end
deactivate ctr
ui -> ctr : result = getMeanPayments()
activate ctr
loop for each Transaction
ctr -> trs : tr = get(ID)
activate trs
deactivate trs
ctr -> tr : getAmount()
activate tr
deactivate tr
end
deactivate ctr
ui -> ctr : result = getStandardDeviationDelays()
activate ctr
note over ctr : Same responsibility assignments as getMeanDelays
deactivate ctr
ui -> ctr : result = getStandardDeviationPayments()
activate ctr
note over ctr : Same responsibility assignments as getMeanPayments
deactivate ctr
ui -> ctr : result = getProbabilityMeanDelayLessThan(3)
activate ctr
note over ctr : Same responsibility assignments as getMeanDelays
deactivate ctr
ui -> ctr : result = getNumberTransactions()
activate ctr
ctr -> trs : size()
activate trs
deactivate trs
deactivate ctr
ui -> ctr : histData = getHistogramDataDelays(bucketSize)
activate ctr
note over ctr : Same responsibility assignments as getMeanDelays
deactivate ctr
ui -> ctr : histData = getHistogramDataPayments(bucketSize)
activate ctr
note over ctr : Same responsibility assignments as getMeanPayments
deactivate ctr
ui --> A : shows the statistical data \n( mean and the standard deviation of the delays; \nmean and the standard deviation of the payments; \nhistograms to analyze the delays and payments; \nthe probability that the sample execution delay time mean is higher than 3 hours)
deactivate ui
deactivate A
@enduml | false | true | false | false | usecase |
7ae2a1cfd94fafb00e5e5fbed4fdb9c334a7db97 | 2c6ab2bbf47e960ac0f63c40f0b6d734ae6303fe | /dev/design/reactive.sequence.puml | ae833669bd1daeddd3a60221b4637aee7cd046d3 | [
"Apache-2.0"
] | permissive | pyranja/asio | 7d2b6168cf11a9699f48ba080bbbe9172ef2a739 | ab671f21531a47b41eb58217675e83489c8a7a81 | refs/heads/master | 2020-05-04T14:09:52.498966 | 2015-07-16T12:17:34 | 2015-07-16T12:17:34 | 35,887,562 | 1 | 1 | null | 2015-07-16T12:17:36 | 2015-05-19T14:32:19 | Java | UTF-8 | PlantUML | false | false | 1,240 | puml | @startuml
title asio - reactive query processing
boundary request
control engine
entity "task\ncompletion" as outer_observable
entity "result\ndata" as inner_observable
entity task
autonumber
activate request
request -> engine : invoke operation
activate engine
create task
engine -> task : submit
activate task
task --> engine
create outer_observable
engine -> outer_observable : create
engine --> request
deactivate engine
request -> outer_observable : subscribe
activate outer_observable
outer_observable -> task : addCallback
outer_observable --> request
deactivate outer_observable
deactivate request
||100||
task --> outer_observable
destroy task
activate outer_observable
create inner_observable
outer_observable -> inner_observable : create
outer_observable --> request
destroy outer_observable
activate request
request -> inner_observable : subscribe
activate inner_observable
loop
inner_observable -> inner_observable : serialize row
activate inner_observable
inner_observable -> request : next
activate request
[<- request : send chunk
deactivate request
deactivate inner_observable
end
inner_observable -> request : complete
destroy inner_observable
[<- request : commit response
destroy request
@enduml
| false | true | false | false | sequence |
67ad48460cae9428a0912e6b1c9dd12ea22c66e7 | 331cb3ee06ae117570160dcee18ae4cadaf53c8a | /doc/uml/class_diagrams/controller.plantuml | e243624b072f5fc886cd47557aeaef64db027de1 | [
"Apache-2.0"
] | permissive | Icohedron/Alexandria | 687cf4a9b2cbac7cf911e03fff56365dfc1a070f | 18fc3b14ad463657a758cbfec0f8945bdbb7699f | refs/heads/master | 2020-04-21T10:21:12.746241 | 2019-03-26T14:58:10 | 2019-03-26T14:58:10 | 169,483,537 | 0 | 0 | Apache-2.0 | 2019-02-06T22:01:18 | 2019-02-06T22:01:17 | null | UTF-8 | PlantUML | false | false | 4,747 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class BookController {
- database : DatabaseReference
{static} - instance : BookController
- BookController()
{static} + getInstance()
+ addBook()
+ getBook()
+ updateBook()
+ deleteBook()
+ requestBook()
+ cancelRequest()
+ returnBook()
+ acceptBookRequest()
+ declineBookRequest()
+ exchangeBook()
- addMyBorrowedBook()
+ getMyBorrowedBook()
+ getMyBorrowedBooks()
- updateMyBorrowedBook()
- deleteMyBorrowedBook()
+ addMyOwnedBook()
+ getMyOwnedBook()
+ getMyOwnedBooks()
+ updateMyOwnedBook()
+ deleteMyOwnedBook()
- addUserBorrowedBook()
+ getUserBorrowedBook()
+ getUserBorrowedBooks()
- updateUserBorrowedBook()
- deleteUserBorrowedBook()
- addUserOwnedBook()
+ getUserOwnedBook()
+ getUserOwnedBooks()
- updateUserOwnedBook()
- deleteUserOwnedBook()
- addUserBook()
- getUserBook()
- getUserBooks()
- updateUserBook()
- deleteUserBook()
- updateUserBook()
- addAvailableOwner()
- removeAvailableOwner()
- getMyUserId()
- getBookDatabaseReference()
- getUserDatabaseReference()
- getUserBooksReference()
- getUserBookReference()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class BookParser {
{static} + UserBooksToBookList()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class ChatController {
- database : FirebaseDatabase
{static} - instance : ChatController
- ChatController()
{static} + getInstance()
+ addChatRoom()
- addChatRoomPrivate()
- checkChatRoomExists()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class ImageController {
- IMAGE_FORMAT : String
- storage : StorageReference
{static} - instance : ImageController
- ImageController()
{static} + getInstance()
+ addImage()
+ getImage()
+ updateImage()
+ deleteImage()
- getImageReference()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class SearchController {
- client : Client
- index : Index
- gson : Gson
{static} - instance : SearchController
- SearchController()
{static} + getInstance()
+ searchBooks()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.controller {
class UserController {
- auth : FirebaseAuth
- database : FirebaseDatabase
{static} - instance : UserController
- UserController()
{static} + getInstance()
+ isAuthenticated()
+ authenticate()
+ deauthenticate()
+ createUser()
+ getMyId()
- getUserEmail()
+ getUserProfile()
+ getMyProfile()
+ updateMyProfile()
}
}
}
UserController "1" -down- "*" User : manages >
UserController "1" -down- "*" UserProfile : manages >
BookController "1" -down- "*" BorrowedBook : manages >
BookController "1" -down- "*" OwnedBook : manages >
BookController "1" -down- "*" Book : manages >
BookController "1" -right- "1" UserController : interfaces with >
ChatController "1" -down- "*" ChatRoom : manages >
ChatController "1" -down- "*" Message : manages >
ChatController "1" -left- "1" UserController : interfaces with >
BookParser "1" -- "1" BookController
BookParser "1" -- "1" UserController
BookParser "1" -- "1" ImageController
right footer
PlantUML diagram partly 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 |
8346e21e2b7ae4c43e841065108867fa5820e0d2 | 248650544b2ce98a1168e68d882b006b3e2ae35a | /uml/InventoryDiagram.puml | 4f9621b64bbb81148fa0b1d8f146dc41f360fa1e | [] | no_license | kieran-l-jimenez/jimenez-2990-a5 | e0bde9c6f6faddd4e2fb812d7f4eae2620829c54 | ef9a354ccb0093b868eefe488b3bc37b54b92247 | refs/heads/master | 2023-06-22T00:37:00.503029 | 2021-07-26T05:14:51 | 2021-07-26T05:14:51 | 389,223,274 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,856 | puml | @startuml
'https://plantuml.com/class-diagram
interface Initializable{}
class App {
+ main()
+ start()
}
class InventoryController {
- inventoryTable : TableView
- valColumn : TableColumn
- serColumn : TableColumn
- nameColumn : TableColumn
- inputValue : TextField
- inputSerial : TextField
- inputName : TextField
- errorLabel : Label
- currentInventory : Inventory
'13.2, 14.1
- fileChooser : FileChooser
'1
'8-10 handled in TableView
'3
+ newItemPressed()
'4
+ deleteItemPressed()
'5
+ editItemValuePressed()
'6
+ editItemSerialPressed()
'7
+ editItemNamePressed()
'11
+ searchSerialNumberPressed()
'12
+ searchNamePressed()
'13.0
+ saveInventoryPressed()
'14.0
+ loadInventoryPressed()
+ initialize()
+ makeItem()
+ removeItem()
'7 handled in TableView
'+ editItemName()
'+ editItemValue()
+ searchInventoryBySerialNumber()
+ searchInventoryByName()
'13.1.1
+ saveTSVFormat()
'13.1.2
+ saveHTMLFormat()
'13.1.3
+ saveJSONFormat()
+ loadInventory()
}
class Inventory {
- itemsArrayList : ArrayList<Item>
- itemsObservable : ObservableList<Item>
+ Inventory()
'3.0, calls checkConflict
+ addItem()
+ getItemSerialIndex() : int
+ getItemNameIndex() : int
+ getItemObject() : Item
+ getItemsObservable : ObservableList<Item>
'5
+ editItemValue()
'6.0, calls checkConflict
+ editItemSerialNumber()
'7
+ editItemName()
'4
+ removeItem()
'3.1, 6.1
+ checkConflict() : boolean
- checkParameters() : boolean
}
class Item {
'2.1
-monetaryValue : Double
'2.2
-serialNumber : String
'2.3
-name : String
+ Item()
+ Item(Double, String, String)
+ setMonetaryValue()
+ getMonetaryValue() : Double
+ setSerialNumber()
+ getSerialNumber() : String
+ setName()
+ getName() : String
}
javafx.Application <|-- App
App - InventoryController
Initializable <|.. InventoryController
InventoryController -- Inventory
Inventory "1 " *-- "many" Item
@enduml | false | true | false | false | class |
c1b5efa5bac7caab64990733af55371642eb33ef | b16be9a8f0a3adc1631d1a55c45e1cba9b8746d7 | /src/SGG/Visitor/Visitor.puml | 63065c920da572d610e254fb854cd484267a20dd | [] | no_license | yicheny/DesignPattern | 2fb55d6e264be126963b9c3eeef7720f23be01b9 | fb9ff66d1c371ae68d47a7f110e1a5d42a86ff7a | refs/heads/main | 2023-04-14T12:22:35.162357 | 2021-04-28T04:44:29 | 2021-04-28T04:44:29 | 349,940,142 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 546 | puml | @startuml
'https://plantuml.com/class-diagram
client --> Action
client --> ObjectStructure
abstract class Action{
+getManResult()
+getWomanResult()
}
Action <--> Person
Action <|-- Success
Action <|-- Fail
class Success{
+getManResult()
+getWomanResult()
}
class Fail{
+getManResult()
+getWomanResult()
}
abstract class Person{
+accept()
}
Person <|-- Man
Person <|-- Woman
class Man{
+accept()
}
class Woman{
+accept()
}
ObjectStructure o-- Person
class ObjectStructure{
Person elements
}
@enduml | false | true | false | false | class |
79cab8d6f31a2858b67568bfeea794803d83d61d | a6dacfed7998847d8edcb6dbf4bed16068cd83b1 | /time-based-domain-events/modelling/.assets/diagrams/discount_eligibility_first_model.puml | 5cd15b2382cb8864effdf36de7e3008930664aa1 | [] | no_license | puncoz-bookmarks/ddd-public-materials | 689258869da350a2e74e069dbfd5ad8735c1c2b8 | 8ed0700c4b5b955efc2f1e8405628578bad484be | refs/heads/master | 2023-04-09T23:42:55.480926 | 2021-04-21T08:57:49 | 2021-04-21T08:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,769 | puml | @startuml
!include <tupadr3/common>
!include <tupadr3/font-awesome-5/clock>
!include <tupadr3/font-awesome-5/calendar_alt>
!include <tupadr3/font-awesome-5/gripfire>
skinparam defaultFontName Purisa
skinparam handwritten true
skinparam backgroundcolor transparent
skinparam defaultTextAlignment center
scale 2200*2480
frame **Whenever** #MediumPurple {
file EmployeeJoined #Orange [
**EmployeeJoined**
....
employeeId
]
file CreateDiscount #DeepSkyBlue [
**CreateDiscount**
....
employeeId
]
}
file Discount1 #Yellow [
<<aggregate>>
**Discount**
]
file Discount2 #Yellow [
**Discount**
<<aggregate>>
---
**DiscountEligibility**
....
is discount eligibility date reached?
]
file DiscountCreated #Orange [
**DiscountCreated**
....
employeeId
eligibilityDate
]
file DiscountAssociated #Orange [
**DiscountAssociated**
....
employeeId
accountId
]
file DiscountAccountSystem #IMPLEMENTATION [
**DiscountAccountSystem**
]
EmployeeJoined -> CreateDiscount
CreateDiscount -> Discount1
Discount1 -> DiscountCreated
frame **DiscountEligibilityProcessManager** #MediumPurple {
file CreateDiscountAccount #DeepSkyBlue [
1.
<$clock>
**CreateDiscountAccount**
]
file AssociateDiscount #DeepSkyBlue [
2.
**AssociateDiscount**
....
accountId
]
DiscountCreated -D-> CreateDiscountAccount
CreateDiscountAccount "1." ---R-> DiscountAccountSystem
DiscountAccountSystem "On failure:\nEligibilityDate + 1" .L.> CreateDiscountAccount
CreateDiscountAccount "2." --> AssociateDiscount
AssociateDiscount "3." -D-> Discount2
}
Discount2 -> DiscountAssociated
@enduml | false | true | false | false | uml-unknown |
dd720992216b4c067457607f30c0610bd4063506 | 3a3e44d479b4a2bfc5c57eae20da9865d436f304 | /samples/oauth2/sparklr/src/main/java/org/springframework/security/oauth/examples/sparklr/sparklr.plantuml | e35f1646f93405dd4c6f1ff409563b59cdad20eb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zwan2016/spring-security-oauth | abd781584a9e309df941ec53122b8f49575cbb35 | 43d8cf4d0386515c48a5cae2d463e2ac0e40dbe3 | refs/heads/master | 2020-08-24T19:19:39.887062 | 2020-04-08T15:57:53 | 2020-04-08T15:57:53 | 216,889,795 | 0 | 0 | Apache-2.0 | 2019-10-22T19:06:43 | 2019-10-22T19:06:43 | null | UTF-8 | PlantUML | false | false | 1,205 | plantuml | @startuml
title __SPARKLR's Class Diagram__\n
namespace org.springframework.security.oauth.examples.sparklr {
class org.springframework.security.oauth.examples.sparklr.PhotoInfo {
- id : String
- name : String
- resourceURL : String
- userId : String
+ getId()
+ getName()
+ getResourceURL()
+ getUserId()
+ setId()
+ setName()
+ setResourceURL()
+ setUserId()
}
}
namespace org.springframework.security.oauth.examples.sparklr {
interface org.springframework.security.oauth.examples.sparklr.PhotoService {
{abstract} + getPhotosForCurrentUser()
{abstract} + loadPhoto()
}
}
namespace org.springframework.security.oauth.examples.sparklr {
class org.springframework.security.oauth.examples.sparklr.PhotoServiceUser {
- name : String
- username : String
+ PhotoServiceUser()
+ getName()
+ getUsername()
}
}
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 |
a200039d7515744bdea894fb2cf8a18f545c3ed4 | 6c369b570f222c894964989ee63b706c69e8174d | /docs/dev/payroll/use_case_04.puml | b6dbeeface557985d314d37058d8bbe122413b51 | [] | no_license | k2works/etude_for_rails | f74eae1844a9430d3c81047203ffc5d384e995ed | e728291c99ad4e34f144deedc44617bb796ac275 | refs/heads/master | 2021-01-20T01:46:29.373716 | 2018-04-26T08:53:20 | 2018-04-26T08:53:20 | 89,328,180 | 0 | 0 | null | 2017-06-08T02:25:58 | 2017-04-25T07:00:29 | HTML | UTF-8 | PlantUML | false | false | 64 | puml | @startuml
CommissionedEmployee *-->"0..*" SalesReceipt
@enduml | false | true | false | false | class |
9efdf5262578ca74e5fcab7350c51fb8563fe780 | 9b97649137eb308e83c86f20a537e84e3bac42e5 | /src/main/diagramas_puml/clasesTablero.puml | 1bb93a73a8c881288d89f0073bbdd00b5e04ccdb | [
"MIT"
] | permissive | juanireil/algo3_tp2 | 3c8c2f724bbc4ea02f48ddcd358f1f758960fdbf | 199b47b4194222ecad2933e76695e5b2f295a1db | refs/heads/master | 2023-07-14T17:24:56.069727 | 2021-09-01T22:48:38 | 2021-09-01T22:48:38 | 382,445,125 | 0 | 0 | MIT | 2021-09-01T22:48:39 | 2021-07-02T19:35:17 | Java | UTF-8 | PlantUML | false | false | 845 | puml | @startuml
class Pais{
- nombre:String
-ejercitos: Integer
-paisesLimitrofes: ArrayList
+ colocarEjercitos(cantidadDeEjercitos:Integer, unaFicha:FIcha)
+ eliminarEjercito(): void
+ cambiarFicha(Ficha:unaFicha)
+ ocuparPais(unPais:Pais, cantidadDeEjercitos; Integer)
+ atacarA(paisEnemigo:Pais):void
}
class Batalla{
+ combateEntre(atacante:Pais,defensor:Pais): void
- evaluarDados(atacante:Pais,defensor:Pais):void
+ batallasIndividuales(atacante:Pais,defensor:Pais, dadosAtacante:ArrayList, dadosDefensor:ArrayList):void
}
class Tablero{
+ obtenerCantidadPaisesJugador():int
+ fichasContinente(unJugador:Jugador):int
}
Juego *-- Tablero
Tablero *-- Continente
Tablero *--Pais
Continente-- Pais
Pais --> Ficha
Pais -- TarjetaPais
Pais ..> Dados
Juego --> Batalla
Batalla ..> Pais
@enduml | false | true | false | false | class |
18ec27607a25783674d9328d9457ae13978d1e11 | a08d18fffd5657f2eea3307191d3e5159398ee16 | /out/production/PaooGameEtapa1/PaooGame/States/States.plantuml | c9f5e71c8d54b5cc96131771eea0dab75fb1c43f | [] | no_license | raducornea/Joc-PAOO | 9436b9b0e74af3020d746fe9400828cd17e9aaae | 1f597ba2db22d662c624f7c0329727539e81fe04 | refs/heads/master | 2023-07-30T12:00:36.361135 | 2021-09-19T07:10:59 | 2021-09-19T07:10:59 | 408,056,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,701 | plantuml | @startuml
title __STATES's Class Diagram__\n
namespace PaooGame {
namespace States {
class PaooGame.States.AboutState {
+ AboutState()
+ Draw()
+ Update()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.BattleState {
- EnemyOption : String
- EnemyOption1 : String
- NPCs : List<NPC>
- choice : int
- countHits : int
- downFlag : boolean
- enterFlag : boolean
- hashtagX : int
- hashtagY : int
- image : BufferedImage
- letterImages : List<BufferedImage>
- myTurn : boolean
- optionsString : List<String>
- releaseDOWNFlag : boolean
- releaseENTERFlag : boolean
- releaseUPFlag : boolean
- upFlag : boolean
+ BattleState()
+ Draw()
+ Update()
+ resetBattle()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.InventoryState {
{static} - inventory : Inventory
+ Draw()
+ InventoryState()
+ Update()
{static} + getInventory()
{static} + getState()
{static} + setState()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.MenuState {
{static} - menu : Menu
+ Draw()
+ MenuState()
+ Update()
{static} + getMenu()
{static} + getState()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.PlayState {
{static} - hero : Hero
{static} - npcs : List<NPC>
+ Draw()
+ PlayState()
+ Update()
{static} + getHero()
{static} + getNpcs()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.Sample {
{static} + main()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.SettingsState {
+ Draw()
+ SettingsState()
+ Update()
}
}
}
namespace PaooGame {
namespace States {
class PaooGame.States.Singleton {
- data : int
{static} - instance : Singleton
{static} + GetInstance()
{static} + Reset()
+ getData()
~ setData()
- Singleton()
}
}
}
namespace PaooGame {
namespace States {
abstract class PaooGame.States.State {
{static} - currentState : State
{static} - previousState : State
{abstract} + Draw()
{static} + GetState()
{static} + SetState()
+ State()
{abstract} + Update()
}
}
}
PaooGame.States.AboutState -up-|> PaooGame.States.State
PaooGame.States.BattleState -up-|> PaooGame.States.State
PaooGame.States.BattleState o-- PaooGame.States.Singleton : mySingleton
PaooGame.States.BattleState o-- PaooGame.Items.Hero : hero
PaooGame.States.BattleState o-- PaooGame.Items.NPC : npc
PaooGame.States.InventoryState -up-|> PaooGame.States.State
PaooGame.States.MenuState -up-|> PaooGame.States.State
PaooGame.States.PlayState -up-|> PaooGame.States.State
PaooGame.States.PlayState o-- PaooGame.Maps.Map : map
PaooGame.States.SettingsState -up-|> PaooGame.States.State
PaooGame.States.State o-- PaooGame.RefLinks : refLink
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 |
98658778d84b548a28b629d92c88b8a568a8eae0 | 7e6fa61a8595cd38195713b5c7698f5de6f7c7b3 | /base/044/livro.puml | d612efdf6d25146cf6812e3ba04e652e1ab1500c | [] | 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 | 171 | puml | @startuml
skinparam defaultFontName Hasklig
skinparam dpi 150
left to right direction
Livro "1" *-- "*" Capitulo : contém
Capitulo "1" *-- "*" Secao : contém
@enduml | false | true | true | false | class |
3e12c01ec2129ed35f366f1b8347fce5979b93d9 | 71bcb22231b308627b86059928fedbfdd397772e | /kmitl-esd-exercise2-61090022-Jui/client/target/classes/kmitl/esd/exercise2/exercise2.plantuml | 98ddd630165f666c66a68b8a53e9f89b8ee764f9 | [] | no_license | jui2542123/kmitl-esd-exercise2-61090022-Jui | 142643fdea62b05d25934a7614309e3d4d8a13f8 | b3a1cb5dfacea135d2923822d3def947512a763e | refs/heads/master | 2023-03-11T06:51:16.462388 | 2021-02-25T03:18:12 | 2021-02-25T03:18:12 | 341,794,492 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 479 | plantuml | @startuml
title __EXERCISE2's Class Diagram__\n
namespace kmitl.esd.exercise2 {
class kmitl.esd.exercise2.Client {
{static} - log : Logger
+ Client()
{static} + main()
+ restTemplate()
+ run()
~ callGetHello()
}
}
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 |
79ff2a3f85a23420c6060966019cfd1f754d47e8 | d724c7a2db615c0f524bb5e4d307ddd449bad460 | /a3-loops-strings-GraydonHall42/NewtonUML.puml | cd6c9a04115f19e816adfe68c00e6d4a2c02b396 | [] | no_license | GraydonHall42/Java-and-OOP-University-of-Calgary-ENSF-593 | ffddcbc3cdeb727ea5ec5ac9e00f69c6499c1573 | 00efaa4f5f5632333761e6a1fd3dda63d42484f4 | refs/heads/main | 2023-07-15T16:05:26.358633 | 2021-08-29T00:25:10 | 2021-08-29T00:25:10 | 400,917,087 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 630 | puml | @startuml
class NewtonApp [[java:NewtonApp]] {
-reader: KeyboardReader
- calc: NewtonTester
+NewtonApp()
+run(): void
+{static} main(args: String[]): void
}
class KeyboardReader [[java:KeyboardReader]] {
}
class NewtonTester [[java:NewtonTester]] {
}
class NewtonTester [[java:NewtonTester]] {
-N: double
-maxError: double
-guess: double
-numIterations: double
+NewtonTester(N: double, maxError: double, guess: double)
+sqrt(): double
+getNumIterations(): double
}
class KeyboardReader [[java:KeyboardReader]] {}
NewtonApp *-- "1" NewtonTester : contains
NewtonApp *-- "1" KeyboardReader : contains
@enduml | false | true | false | false | class |
d92239941819afaaacde3a35f2c4181d14e3f8a9 | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Análise/UC10_Seriar_Candidaturas_Anúncio/UC10_DC/UC10_DC.plantuml | 5f3cc5df39a7ad67cbb1fa8d9f7e7e723a594e5d | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 2,170 | plantuml | @startuml
title UC10 - Seriar Candidatura \n
Class AreaColaboradorUI {
}
Class SeriarCandidaturaController {
+ criarProcessoSeriacao(List<Candidatura> candidaturas, List<Colaborador> colaboradores, String emailColaborador)
+ getAllColaboradoresOrganizacao(String emailColaborador)
+ getAllCandidaturasPorSelecionar(Anuncio anuncio)
+ candidaturasSeriadasPorValor(Anuncio anuncio)
+ isSeriacaoAutomatica (Anuncio anuncio)
}
Class RepositorioProcessoSeriacao {
+getFreelancerByEmail(Email email)
+insertUtilizadorFreelancer(Freelancer freelancer, String password)
}
Class RepositorioColaborador {
+getColaboradoresOrganizacaoByEmail(new Email(emailColaborador)
}
Class RepositorioCandidatura {
+getCandidaturasByAnuncio(anuncio)
}
Class ProcessoSeriacao {
- Anuncio anuncio;
- Data data;
- List<Classificacao> classificacao;
- List<Colaborador> colaboradores;
}
Class Classificacao {
- Anuncio anuncio;
- Freelancer freelancer;
- lugar;
}
Class Colaborador {
- String nome;
- Telefone telefone;
- Email email;
- String funcao;
}
Class Anuncio {
- Tarefa tarefa;
- TipoRegimento tipoRegimento;
- Data dataInicioPublicitacao;
- Data dataFimPublicitacao;
- Data dataInicioCandidatura;
- Data dataFimCandidatura;
- Data dataInicioSeriacao;
- Data dataFimSeriacao;
}
class AuthenticationController {
+getEmail()
}
class UsersAPI {
+getEmail()
}
class UsersAPIAdapter {
+getSession()
}
AreaColaboradorUI ..> SeriarCandidaturaController
AreaColaboradorUI ..> AuthenticationController
SeriarCandidaturaController ..> RepositorioProcessoSeriacao
SeriarCandidaturaController ..> RepositorioColaborador
SeriarCandidaturaController ..> RepositorioCandidatura
AuthenticationController ..> UsersAPI
UsersAPI --> AlgoritmoGeradorPasswords : usa
UsersAPI ..> UsersAPIAdapter
RepositorioProcessoSeriacao "1"--> "1..*" ProcessoSeriacao : cria
ProcessoSeriacao "1" -> "1"Anuncio: relativo a
ProcessoSeriacao "1" --> "1..*" Colaborador : necessita
ProcessoSeriacao "1" --> "1..*" Classificacao : possui
@enduml | false | true | false | false | sequence |
7d8c5ed7fc41be2944871a676be371a88506be38 | 511df7212d8bea810c5eecb33339acb520ab30b4 | /design-uml/6.CD_Controller.puml | 2e0dbf67d7c7ade022b93140cd4d19dbc575052d | [] | no_license | tungnm-ict/spring-hibernate-demo | 67f6bd3a55aab93d7829cbc224c18be7bd309e73 | 2eff134615fdddb4c6e4473ec5f44a53b8c6b31b | refs/heads/master | 2020-03-17T16:24:23.330655 | 2018-05-17T03:44:35 | 2018-05-17T03:44:35 | 133,747,409 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,155 | puml | @startuml
node "Controller Classes" {
class ProductController{
- productService: ProductService
- categoryService: CategoryService
- attributeService: AttributeService
+ showProducts()
+ createNewProduct()
+ doCreateNewProduct()
+ updateProduct()
+ doUpdateProduct()
+ doDeleteProduct()
}
class CategoryController{
- categoryService: CategoryService
+ showCategories()
+ createNewCategory()
+ doCreateNewCategory()
+ updateCategory()
+ doUpdateCategory()
+ doDeleteCategory()
}
class AttributeController{
- attributeService: AttributeService
+ createNewAttribute()
+ doCreateNewAttribute()
+ updateAttribute()
+ doUpdateAttribute()
+ doDeleteAttribute()
}
class ProductAttributeController{
- productAttributeService: ProductAttributeService
+ createNewProductAttribute()
+ doCreateNewProductAttribute()
+ updateProductAttribute()
+ doUpdateProductAttribute()
+ doDeleteProductAttribute()
}
}
@enduml | false | true | false | false | class |
99c91ee8a7aae1a1f1f88d548626ea130911ec99 | f5f59016295a183565af167a861e2c8db9f1b070 | /diagrams/src/Application/Models/DataTransferObjects/BrokerUpdateDto.puml | fa1b069e335c52e40a18efeff7f32a54d3cf6fbb | [
"MIT"
] | permissive | converge-app/collaboration-broker-service | fb21788289134c265f1cd5db3ceaa3f32ba18406 | 69c676a5bbb3e602f939f9c91680560a6c63926a | refs/heads/master | 2023-03-19T11:36:58.937045 | 2019-12-17T12:06:26 | 2019-12-17T12:06:26 | 218,333,241 | 0 | 0 | MIT | 2023-03-04T01:16:20 | 2019-10-29T16:29:32 | C# | UTF-8 | PlantUML | false | false | 158 | puml | @startuml
class BrokerUpdateDto {
+ Id : string <<get>> <<set>>
+ ProjectId : string <<get>> <<set>>
+ FileUrl : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
ee92ebf9cd3588682461887b0cc42b20d2a068ed | 801880bc4b1c286292a21989afe7a0f8f79fb647 | /docs/aggregates.plantuml | 7fc881c1e772a50b387aa5e440dc08355c82ca36 | [] | no_license | Firat-Bayram/loanapp | 9130bc25b6987b6d6820552a3942f409eedb4eea | 6087296370beca5beaa047d06c968e240f634d7e | refs/heads/master | 2023-03-23T08:38:35.771819 | 2021-03-13T00:16:19 | 2021-03-13T00:16:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,837 | plantuml | @startuml
class LoanApplication <<aggregate root>> {
LoanApplicationNumber Number
LoanApplicationStatus Status
ScoringResult Score
Decision Decision
Registration Registration
void Evaluate(ScoringRules rules)
void Accept(Operator decisionBy)
void Reject(Operator decisionBy)
}
class Customer <<value object>> {
NationalIdentifier NationalIdentifier
Name Name
DateTime Birthdate
Amount MonthlyIncome
Address Address
AgeInYears AgeInYearsAt(DateTime date)
}
class Loan <<value object>> {
Amount LoanAmount
int LoanNumberOfYears
Percent InterestRate
Amount MonthlyInstallment()
DateTime LastInstallmentsDate()
}
class Property <<value object>> {
Amount Value
Address Address
}
class Decision <<value object>>{
DateTime DecisionDate
OperatorId DecisionBy
}
class Registration <<value object>>{
DateTime RegistrationDate
OperatorId RegisteredBy
}
class Operator <<aggregate root>> {
bool CanAccept(Amount loanLoanAmount)
}
class ScoringRules <<domain service>>{
}
class NationalIdentifier <<value object>>{
string Value
}
class Address <<value object>> {
string Country
string ZipCode
string City
string Street
}
class AgeInYears <<value object>>{
int age
AgeInYears Between(DateTime start, DateTime end)
}
LoanApplication *--> Customer : customer
LoanApplication *--> Loan : loan
LoanApplication *--> Property : property
LoanApplication *--> Decision : decision
LoanApplication *--> Registration : registration
LoanApplication .left.> ScoringRules : <<uses>>
LoanApplication .right.> Operator : <<uses>>
Customer *--> NationalIdentifier : nationalIdentifier
Customer *--> Address :address
Customer ..> AgeInYears : <<uses>>
Property *--> Address :address
@enduml | false | true | false | false | sequence |
9d9cf29d2cf7dc4215231098404c9d45019218ff | bfecf47f8abc3c4a92f499fbcbb84128d29b1b8f | /docs/diagrams/helm-chart/helm-components-trial.puml | 2ff5e306d0d276f007520b90b83d2eec1547eeaf | [
"Apache-2.0"
] | permissive | Sphereon/acs-deployment | 81a709aa5e6a7633dea34cef127bd88dba37049d | b54cdf651ab781b500093cfa3d2f41bde7be18be | refs/heads/master | 2022-03-20T00:43:11.383103 | 2018-11-20T15:14:45 | 2018-11-20T15:14:45 | 158,413,727 | 0 | 0 | Apache-2.0 | 2021-03-17T08:18:52 | 2018-11-20T15:46:13 | Smarty | UTF-8 | PlantUML | false | false | 1,451 | puml | @startuml
Title: ACS Trial Helm Deployment Overview
skinparam componentStyle uml2
skinparam linetype ortho
skinparam rectangle {
BorderStyle dashed
FontSize 15
FontStyle none
}
actor Client
node "nginx-ingress namespace" {
component "NGINX ingress-controller" as nginx #lightgrey
}
node "ACS namespace" {
component "Alfresco Digital Worspace" as adw #lightgrey
component "Alfresco Content Services" as acs #lightgrey
component "Alfresco Search Services" as ass #lightgrey
component "PostgreSQL" as psql #lightgrey
component "Alfresco Share" as share #lightgrey
database "Volume Claim" as vc
rectangle "Alfresco Transform Service" {
component "Transform Router" as tr #lightgrey
component "Shared File Store" as sfs #lightgrey
component "ActiveMQ" as amq #lightgrey
component "Alfresco PDF Renderer" as pdfr #lightgrey
component "LibreOffice" as libr #lightgrey
component "ImageMagick" as img #lightgrey
component "Tika" as tika #lightgrey
}
}
Client --> nginx
nginx --> acs
nginx --> share
nginx --> adw
acs --> vc
ass --> vc
psql --> vc
sfs --> vc
ass <--> acs
acs --> psql
acs --> pdfr
acs --> libr
acs --> img
acs --> tika
acs --> sfs
acs <--> amq
tr --> pdfr
tr --> libr
tr --> img
tr --> tika
tr <-up-> amq
pdfr --> sfs
libr --> sfs
img --> sfs
tika --> sfs
share --> acs
center footer Copyright 2018 Alfresco Software Inc
@enduml
| false | true | false | false | sequence |
9cdf31ec18a2f2b18be0afb9d9fcf6190607b995 | 2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d | /docs/Diagrams/CharacterCreationModel.plantuml | 2a4f6193060cb43e23abd95157679ec7e11ea311 | [] | no_license | Stryse/DungeonGame | f109e9f7a30689aa52c7f60f9316351eb41abaae | f0a8aeb47a70f00c42bcd26475f51f31faf13654 | refs/heads/master | 2022-12-29T09:17:42.875468 | 2020-10-18T21:03:47 | 2020-10-18T21:03:47 | 300,079,856 | 0 | 0 | null | 2020-09-30T22:36:53 | 2020-09-30T22:35:56 | C++ | UTF-8 | PlantUML | false | false | 1,080 | plantuml | # GameLoaderModel
@startuml
left to right direction
skinparam ClassAttributeIconSize 0
class CharacterCreationModel{
-maxSkillPoints : **int**
-playerName : **QString**
-playerPortraitPath : **QString**;
-playerStrength : **int**;
-playerIntellect : **int**;
-playerStamina : **int**;
-playerDataAccess : **IPlayerDataAccess***
----
makePlayer() : **Player***
-- <<getter>> --
getPlayerName() : **QString**
getPlayerStrength() : **int**
getPlayerIntellect() : **int**
getPlayerStamina() : **int**
getMaxSkillPoints() : **int**
-- <<setter>> --
setPlayerName(const QString& value) : **void**
setPlayerPortraitPath(const QString& value) : **void**
addPointStrength(int value) : **int**
addPointIntellect(int value) : **int**
addPointStamina(int value) : **int**
getPlayerDataAccess() : **IPlayerDataAccess***
}
CharacterCreationModel -left-|> QObject
interface IPlayerDataAccess <<interface>>
CharacterCreationModel <-- PlayerDataAccessImpl : <<injected>>
IPlayerDataAccess <|-right- PlayerDataAccessImpl : <<implements>>
CharacterCreationModel --> Player : <<creates>>
@enduml | false | true | false | false | sequence |
d94b9f09e4bbb939770d54ec462da090bcfa6ff2 | f3c80a33fb02b8931bc5e05e44bca9f70ea5f077 | /upskill_Java1_LPJ_grupo1-main/Sprint/FicheirosProjeto/IT1/UC4_RegistarCT/UC4_SSD.wsd | 5538138c0009c6f5f4e85c19260185946d15e4e9 | [] | no_license | helfer1991/T4J-Platform-UpSkill | ae4728fa3ca37964e8083e2d2d3bafde4c894043 | 2c439b6196ff6d1eae0f0877a4caba60b89f728b | refs/heads/main | 2023-04-04T19:10:25.676176 | 2021-04-12T20:20:14 | 2021-04-12T20:20:14 | 357,322,435 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 787 | wsd | @startuml
autonumber
actor "Administrativo" as ADM
activate ADM
ADM -> ":Sistema" : inicia a especificação de uma competência técnica
activate ":Sistema"
":Sistema" --> ADM : solicita os dados \n(código, área de atividade, descrição breve e detalhada)
deactivate ":Sistema"
ADM -> ":Sistema" : introduz os dados solicitados
activate ":Sistema"
loop
":Sistema" --> ADM : solicita os vários graus de proficiência aplicaveis
deactivate ":Sistema"
ADM -> ":Sistema" : introduz os dados de cada grau
activate ":Sistema"
end loop
":Sistema" --> ADM : apresenta os dados e solicita confirmação
deactivate ":Sistema"
ADM -> ":Sistema" : confirma os dados
activate ":Sistema"
":Sistema" --> ADM : informa do sucesso da operação
deactivate ":Sistema"
deactivate ADM
@enduml
| false | true | true | false | usecase |
8f3b027dfba560a7a83dc5eb18ac6c0989e9b9ad | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /2.Creational Design Patterns/1.Factory Method/2.Factory Concrete Creator/src/main/resources/diagram/Concrete Factory Creator.puml | 9dabd540e4031b919ba7cad5a3616e5384035c50 | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 723 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam class {
BackgroundColor white
BorderColor black
ArrowColor black
}
skinparam note {
BackgroundColor lightgrey
BorderColor black
}
interface Creator {
+ createProduct() : Product
}
interface Product {
+ getName() : String
}
class ConcreteCreator {
+ createProduct() : Product
}
class ConcreteProduct {
+ getName() : String
}
class ConcreteProductOne {
+ getName() : String
}
class ConcreteProductTwo {
+ getName() : String
}
Creator <|-- ConcreteCreator
Product <|-- ConcreteProduct
ConcreteProduct <|-- ConcreteProductOne
ConcreteProduct <|-- ConcreteProductTwo
ConcreteCreator ..> ConcreteProduct
Creator ..> Product
@enduml | false | true | false | false | class |
0c7398134a50468fdb3491e24f4566af433b61e4 | e1ccd3df82ae197f3c0925c4685557bd9a40e0e5 | /src/main/java/ex41/ex41-plantuml.puml | 71a78eca603bc44b95b2b5174d510ba32e4b0144 | [] | no_license | ttcole1254/coleman-cop3330-assignment3 | 1aec463c661d4a64eb3810def8818d5d5242e5c4 | d46d8d92cd2b60d3c183bfc1a13d773a42cb005d | refs/heads/master | 2023-08-27T22:29:53.914222 | 2021-10-12T03:44:16 | 2021-10-12T03:44:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 330 | puml | @startuml
class NameSorter {
+(static)readFile: BufferedReader
+(static)writeFile: BufferedWriter
+void main(args: String[])
+fileRead(inout inputFile: BufferedReader, fileName: String): ArrayList<String>
+fileWrite(inout outputFile: BufferedWriter, sortedString: ArrayList<String>, String fileName): BufferedWriter
}
@enduml | false | true | false | false | class |
5fe2659889b1d0db97b72ccabdda6de2c54b0555 | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/booking-service/src/main/java/com/vrush/microservices/booking/mappers/mappers.plantuml | c7b35e40df5f8a9973427706a0f494da0e9198c9 | [
"Apache-2.0"
] | permissive | vrushofficial/deadheat-lock | 4ae44e23fea2ad57db17aadeba58e39ef4f63822 | 11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2 | refs/heads/main | 2023-01-14T17:28:38.161881 | 2020-11-29T11:11:55 | 2020-11-29T11:11:55 | 310,531,739 | 2 | 1 | null | 2020-11-19T08:16:25 | 2020-11-06T08:06:52 | CSS | UTF-8 | PlantUML | false | false | 804 | plantuml | @startuml
title __MAPPERS's Class Diagram__\n
namespace com.vrush.microservices.booking {
namespace mappers {
interface com.vrush.microservices.booking.mappers.BookingMapper {
{abstract} + toDTO()
{abstract} + toDTO()
+ toDTO()
{abstract} + toEntity()
}
}
}
namespace com.vrush.microservices.booking {
namespace mappers {
interface com.vrush.microservices.booking.mappers.RoomMapper {
{abstract} + toDTO()
{abstract} + toDTO()
+ toDTO()
{abstract} + toEntity()
}
}
}
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 |
2625fcbc9e2f84f68f624c5d6d8e4fb1ebe41cab | a249c2addc54fa5250d268f1c9cb71c1f555fec4 | /learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/interpreter/interpreter.puml | e9d515d86177ff4b522b0de2b879395c9d7ecc96 | [] | no_license | hqbhoho/learn-bigdata | 3bb16248eed5498758bf3f98179242078ed6ddf7 | cb2eca9b1b795a4a8712850f0ec49a32b2f7922d | refs/heads/master | 2022-11-21T16:48:22.455348 | 2020-09-15T01:30:16 | 2020-09-15T01:30:28 | 173,652,937 | 19 | 7 | null | 2022-11-16T11:46:09 | 2019-03-04T01:31:39 | Java | UTF-8 | PlantUML | false | false | 815 | puml | @startuml
interface Expression{
{abstract} {method} + int interpreter(HashMap<String,Integer> map)
}
abstract class SymbolExpression{
{field} - Expression left
{field} - Expression right
}
class AddExpression{
{method} + int interpreter(HashMap<String,Integer>)
}
class SubExpression{
{method} + int interpreter(HashMap<String,Integer>)
}
class VarExpression{
{field} - String key
{method} + int interpreter(HashMap<String,Integer>)
}
class Calculator{
{method} - Expression prase(String calStr)
{method} + int run(String calStr,HashMap<String,Integer> map)
}
class Client
Expression <|.. VarExpression
Expression <|.. SymbolExpression
SymbolExpression <|-- SubExpression
SymbolExpression <|-- AddExpression
Expression <.. Calculator
Calculator <.. Client
@enduml | false | true | false | false | class |
928aa225987f1970e2eced23431a8117b012a0cc | fda8e469ad27adbad3e10d288ca8c6ea106c8070 | /diagrams/service.plantuml | 00b9161eb3bb86b77482983bb48cc6915e2a9b7a | [] | no_license | tliu/KubernetesWorkshop | 117d99f011d0f7dccee62feeac4d5b0ea69961d5 | aa81020b2353223b4efd51ec2663936adbb8b370 | refs/heads/master | 2023-02-10T17:17:25.252690 | 2021-01-06T16:10:22 | 2021-01-06T16:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 213 | plantuml | @startuml
skinparam componentStyle rectangle
scale 450 height
component Pod1
component Pod2
component PodN
component Service
note right: app=foo
Service --> Pod1
Service --> Pod2
Service --> PodN
@enduml | false | true | false | false | component |
1e15a66bd9d5983526f97162d6fe091d38a69a87 | 00ddc6effd09208ffcf65d7402158563d2e58dca | /design/Components.puml | 63054e929de633161e0b6e789180137be565b6fb | [] | no_license | microservicesteam/project-adele | 94ba515b442ec9e3ec69868c4e6368e62a175192 | 950692b7201119d1e92c018349d3140045f5c284 | refs/heads/master | 2021-01-12T00:05:51.497594 | 2018-11-28T19:50:47 | 2018-11-28T19:50:47 | 78,672,113 | 0 | 0 | null | 2018-11-28T19:50:48 | 2017-01-11T19:29:42 | Java | UTF-8 | PlantUML | false | false | 662 | puml | @startuml
() "/orders" as ORD
() "/reservations" as RES
() "/programs" as PRO
() "/tickets" as TIC
() REST
node "Reservation" {
[Booking Clerk] - RES
[Booking Clerk] -u- TIC
[Booking Clerk] --> [Ticket Master]
}
node "Ordering" {
database "Orders" {
}
ORD - [Order Manager]
[Order Manager] -> [Payment]
[Order Manager] --> Orders
Orders <- [Scheduler]
}
node "Program Management" {
database "Progs" {
}
[Program Manager] -> Progs
[Order Manager] -u-> [Program Manager]
}
PRO - [Program Manager]
[UI] --> ORD
[UI] --> RES
[UI] -> PRO
[UI] -l-> TIC
REST - [PayPal API]
[Payment] -> REST
[Postman] -> SMTP
@enduml | false | true | false | false | sequence |
01db9914490a2200e0823e42fb9a5a2d8dd235e5 | c452e4f63f50eca1ab44e5bb5fa557cbc5c93515 | /src/main/resources/ex42/ClassDiagrams/ConsoleIn.puml | d6c0bfd5047d4b8d564920d409facc974956fa03 | [] | no_license | mplekunov/Assignment_3 | b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b | 81138b959274d3c8bf9586c0c4f6c164f6c84780 | refs/heads/master | 2023-05-31T12:28:19.214249 | 2021-06-21T00:40:42 | 2021-06-21T00:40:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 137 | puml | @startuml
'https://plantuml.com/class-diagram
class ConsoleIn {
-Scanner scanner
+ConsoleIn()
+String readLine()
}
@enduml | false | true | false | false | class |
3de018bbca342f2e716d5f9b1111ff8ced3a57c2 | 4c9d31f780dff82dd5fa852ca376f02218d20fd3 | /1/model.puml | b9312be4ffa8d98812d5f5bfa1cfc1a1426edbf4 | [] | no_license | procsy-tech/attorney | 75921a721b6854b4d5182b07cc1f0823cf4cb302 | 96f8a1fa9c72f8298601b61cda27ace1aa7642d3 | refs/heads/main | 2023-07-07T14:14:54.314054 | 2021-08-17T13:46:57 | 2021-08-17T13:46:57 | 397,258,413 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 158 | puml | @startuml
class POA {
String DateFrom
String DateTo
String AuthorityINN
Integer Create(POA POA)
ConfirmAttorney(String ID)
}
@enduml
| false | true | false | false | class |
06fb86b0fadbeb482f0659ea954f197b2548ee55 | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/Skeleton/diagrams/Gao_seq_Comm_NE_INCLUDE-OLD!/Com/PlaceResource5.puml | 49ac64d97c9bb483d5a251d047e0701e00085789 | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 543 | puml | @startuml
'autonumber "0:"
skinparam linestyle ortho
actor Tester as Tester
rectangle "S : SpaceShip" as S
rectangle "currentAsteroid : Asteroid" as ca
rectangle "item: Item"
rectangle "currentAsteroid.invertory: Invertory" as cinv
rectangle "S.invertory: Invertory" as sinv
Tester --> S: "1 : -> PlaceItem(item)" "10 : <-- true"
S --> ca: "2 : -> PlaceItem(item)" "7 : <-- true"
ca --> cinv: "3 : -> TryInsertItem(item)" "4 : <-- true"
ca --> cinv: "5 : -> InsertItem(item)" "6 : <--"
S--> sinv: "8 : -> RemoveItem(item)" "9 : <--"
@enduml | false | true | false | false | usecase |
91de084bc461e62a215be096134a353767d3c17c | 9b97649137eb308e83c86f20a537e84e3bac42e5 | /src/main/diagramas_puml/DiagramaPaquete.puml | 55ade2561efcf1c594c98839d1a08dd17a7deb5e | [
"MIT"
] | permissive | juanireil/algo3_tp2 | 3c8c2f724bbc4ea02f48ddcd358f1f758960fdbf | 199b47b4194222ecad2933e76695e5b2f295a1db | refs/heads/master | 2023-07-14T17:24:56.069727 | 2021-09-01T22:48:38 | 2021-09-01T22:48:38 | 382,445,125 | 0 | 0 | MIT | 2021-09-01T22:48:39 | 2021-07-02T19:35:17 | Java | UTF-8 | PlantUML | false | false | 761 | puml | @startuml DiagramaPaquete
package "src/main/java/edu/fiuba/algo3" as jv{
package "vista" as vista {
[Formas]
[Mapa]
[VistaEtapaAtaque]
[VistaEtapaColocacion]
[VistaInicial]
[VistaPais]
[VistaTarjetaPais]
}
package "controlador" as controlador {
[CantidadDeJugadores]
[Jugar]
[ModificarVista]
}
package "modelo" as modelo {
[canje]
[continente]
[etapa]
[exception]
[juego]
[lectura]
[tipoTarjeta]
}
}
[VistaInicial] --> [CantidadDeJugadores]
/'
cloud {
[Example 1]
}
/'
database "MySql" {
folder "This is my folder" {
[Folder 3]
}
frame "Foo" {
[Frame 4]
}
}
[Another Component] --> [Example 1]
[Example 1] --> [Folder 3]
[Folder 3] --> [Frame 4]
'/
@enduml | false | true | false | false | sequence |
986a9237b97d7e52287fc8f93db4e36352af5baa | cb1bdaea1cc52faec0b4614ea5adb47852bc5c13 | /app/src/test/java/com/utilisateur/orthomem/orthomem.plantuml | aa8bf533b00e3fb7cd2a80392afcd51e9cca2368 | [] | no_license | rv25oc/orthomem | 88e6c775438c02a58fdbadbfc28104c4a4ec9287 | 8c5679a3a94f742c9356a9cdf484b74a4a27c058 | refs/heads/master | 2020-03-21T15:56:09.569758 | 2018-10-09T11:09:08 | 2018-10-09T11:09:08 | 136,359,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | plantuml | @startuml
title __ORTHOMEM's Class Diagram__\n
package com.domain.utilisateur.orthomem {
class ExampleUnitTest {
+ addition_isCorrect()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.