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
3a9918cfada19edae4e1d1ed8628d85e90ba7bef
de6c5a5bd148ba54f06ef9797f78b6a6fc06e058
/src/main/java/org/assignment3/resources/ex43uml.puml
9cbb4cf106ffec017b142f7de52fed5204b3728a
[]
no_license
akwill47/weatherlow-cop3330-assignment3
879bab21366508ee14317fe1dda975472ead53fe
82706afc9da87c617be1a2fa0fb278c39690135e
refs/heads/master
2023-06-03T10:09:39.704192
2021-06-21T01:53:04
2021-06-21T01:53:04
376,952,678
0
0
null
null
null
null
UTF-8
PlantUML
false
false
205
puml
@startuml 'https://plantuml.com/class-diagram App --|> input App --|> generate class input{ +author() +siteName(); +jsPrompt(); +cssPrompt(); } class generate { +createHtml(); +createDirs(); } @enduml
false
true
false
false
class
9950d2cdafabad3196575b9cff7da2acd36a57d7
e585be0c356bba949ecad37bf513cddc91c22a9f
/uml/8_activity_life_cycle/3_activity_on_restore_instance_state.puml
5f76eef43a0b28ef17cae03d1204e7f03aa7ba9a
[]
no_license
heavy-james/AndroidStartSequence
b69b9a1cb57764cda5344a542e48a9b0986732c0
c043546aa56e0cae5bba1f9b34ad08af80a2c8fc
refs/heads/master
2020-04-25T04:26:36.861476
2019-02-26T00:57:10
2019-02-26T00:57:28
172,510,252
0
0
null
null
null
null
UTF-8
PlantUML
false
false
842
puml
@startuml participant ActivityThread as "ActivityThread.java" participant Instrumentation as "Instrumentation.java" participant Activity as "Activity.java" ActivityThread -> Instrumentation : callActivityOnRestoreInstanceState(activity, r.state);\ \n//persistentState alternatively available here deactivate ActivityThread activate Instrumentation Instrumentation -> Activity : performRestoreInstanceState(savedInstanceState); deactivate Instrumentation activate Activity Activity -> Activity : onRestoreInstanceState(savedInstanceState); Activity -> Activity : restoreManagedDialogs(savedInstanceState); Activity --> Instrumentation : performRestoreInstanceState finished deactivate Activity activate Instrumentation Instrumentation --> ActivityThread : callActivityOnRestoreInstanceState finished deactivate Instrumentation @enduml
false
true
false
false
sequence
3c8cb46b699669afb9b79be063ee6eacea1b7d7e
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/Peru.puml
87bbce687e0a699379a648a5ed0cc1152d85ea5a
[]
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
301
puml
@startuml skinparam ClassBackgroundColor #Peru skinparam ClassFontColor #Peru skinparam ClassBorderColor #Peru skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
f57090bfae8f62ada3cbb65193ef9ac78e7970da
af360ccdadedd63bc7bbabc9adc3d2a68926485c
/docs/diagrams/RemarkState2.puml
56ad7f66ab03f36c3449b4eb49497aa2c0879a8d
[ "MIT" ]
permissive
JQChong/tp
f4381d2377136ef11e3a78f79d2a161ac750fd49
f7a9c991a958c75a403c60786052399729edfaaf
refs/heads/master
2023-03-31T21:29:24.063256
2021-04-12T14:18:36
2021-04-12T14:18:36
338,991,090
0
0
NOASSERTION
2021-02-18T15:06:17
2021-02-15T06:52:41
Java
UTF-8
PlantUML
false
false
572
puml
@startuml skinparam ClassFontColor #000000 skinparam ClassBorderColor #000000 title After "remark 3 r/Absent" package Objects <<rectangle>> { object "__:AddressBook__" as ab object "__personToEdit:Person__" as person1 person1 : name = "John Doe" object "__:Remark__" as remark1 remark1 : value = "No remark" object "__editedPerson:Person__" as person2 person2 : name = "John Doe" object "__:Remark__" as remark2 remark2 : value = "Absent" } person1 -> remark1 ab -> person2 person2 -> remark2 person1 -[hidden]-> person2 @enduml
false
true
false
false
class
3d7421d1f19b7774090ee9506d1f2a906da81bac
16e30132698b12631bd1cb2175ef3dee29bf5364
/ComponentDiagram.puml
67a5f6fbf12e92dabd49e1201fbb102a43c830ba
[]
no_license
bazhydlouskim/calculator
94a1a7f73394bdc3a0706e59092d0d815cc3e4c8
69ccde05c13864e921f888e7fe2264d3f5b037dc
refs/heads/master
2020-05-03T21:14:51.174665
2019-04-01T08:39:59
2019-04-01T08:39:59
178,820,059
0
0
null
null
null
null
UTF-8
PlantUML
false
false
508
puml
@startuml skinparam componentStyle uml2 skinparam component { BackgroundColor Azure ArrowColor RoyalBlue BorderColor DeepSkyBlue } skinparam interface { componentStyle uml2 BackgroundColor Aqua BorderColor DeepSkyBlue } package "server" { component "Server" interface " " as Port1 Server -- Port1 Port1 --> server } package client { interface " " as Port2 [Client Application] --( Port2 Port2 --> client } interface "Socket" as Calculate server #--> Calculate client #--( Calculate @enduml
false
true
false
false
class
a2b40c1401ba30373372eee2d22746674bf54504
e80c5fe439cb8fe4bcca554f1ff861299f40fa60
/1.Basics/3_Button/thingml-gen/UML/Button1App/Button1App/docs/Button1_TestButton.plantuml
ef6c40694644c5c7a7e1c0f9d9c0f812ca53ba8e
[]
no_license
madkira/ThingMLArduinoDemo
331a8e258d4e57d18efb9dccd581179b8f69c0ba
730789e11960547852cd4e1a0254f49f08ea8131
refs/heads/master
2020-12-07T03:57:47.048263
2017-06-27T12:19:36
2017-06-27T12:19:36
95,461,161
0
0
null
2017-06-26T15:27:01
2017-06-26T15:27:01
null
UTF-8
PlantUML
false
false
308
plantuml
@startuml skinparam defaultTextAlignment left caption Behavior of thing Button1 [*] --> TestButton state TestButton{ state Waiting{ Waiting : but?press / \naction print "PRESS\\n"\n Waiting : but?release / \naction print "RELEASE\\n"\n } [*] --> Waiting TestButton : entry / print "READY!\\n"\n } @enduml
false
true
false
false
state
a312f5477e08fecb75ee790ffd5c4fdcd128467d
3967933d314adb789c879344140767f45fee86d2
/src/twisk/ressources/UML/fichierPUML/UML_mondeIG.puml
7dfc7913c6095f340d66086d8b4595a9d0c009fe
[]
no_license
PerryPerrz/Twisk
2281d95416de256a57ab68412b0caf80932b0146
b7677e715cad0aca198d3cc32f349b655eaa4c7d
refs/heads/master
2023-08-17T19:13:42.345634
2021-06-07T17:44:24
2021-06-07T17:44:24
406,896,396
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,127
puml
@startuml class twisk.mondeIG.MondeIG { - {static} long serialVersionUID - int style - Object simulation - int nbClients - String nom - String loi + void ajouter(String) + Iterator<EtapeIG> iterator() + int nbEtapes() + void ajouter(PointDeControleIG,PointDeControleIG) + Iterator<ArcIG> iteratorArcs() + void creationArc(PointDeControleIG) + EtapeIG getEtapeIndice(String) + void ajouterEtapeSelectionnee(EtapeIG) + boolean isSelected(EtapeIG) + void supprimerLaSelection() + void supprimer(Iterator<EtapeIG>) + void renommerLaSelection(String) + int nbEtapesSelectionnees() + void changerEmplacementEtape(String,int,int) + void selectionArc(ArcIG) + boolean isSelected(ArcIG) + void effacerLaSelection() + void setEntree() + void setSortie() + void setDelai(String) + void setEcart(String) + void setStyle(int) + int getStyle() + void setTokens(int) + boolean etapesSelectionneesSontDesGuichets() - void verifierMondeIG() + Monde creerMonde() + void simuler() + CorrespondanceEtapes getCorE() + GestionnaireClients getGestionnaireClientDeSimulation() + boolean simulationACommencee() + void reagir() + void lavageDesClients() + int getNbClients() + void setNbClients(int) + String getNom() + void setNom(String) + void setLoi(String) + String getLoi() + int getNbArcsSelectionnes() + boolean etapesSelectionneesContientUnGuichet() } twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG twisk.mondeIG.MondeIG--"*" twisk.mondeIG.EtapeIG twisk.mondeIG.MondeIG--"*" twisk.mondeIG.ArcIG twisk.mondeIG.MondeIG--"1" twisk.outils.CorrespondanceEtapes twisk.mondeIG.MondeIG--"1" twisk.outils.FabriqueIdentifiant class twisk.mondeIG.ActiviteIG { - {static} long serialVersionUID - boolean estUneActiviteRestreinte + boolean estUneActivite() + boolean estUneActiviteRestreinte() + int siEstUnGuichetGetNbJetons() + void siEstUnGuichetSetNbJetons(int) + void siEstUnGuichetSetVersLaDroite(Boolean) + boolean setActiviteRestreinte(boolean) + Boolean siEstUnGuichetGetVersLaDroite() } class twisk.mondeIG.PointDeControleIG { - {static} long serialVersionUID - int centreX - int centreY - String id - boolean clicked + void setCentre(int,int) + int getCentreX() + int getCentreY() + void setClicked() + boolean isClicked() + String getId() + EtapeIG getEtapeRattache() } twisk.mondeIG.PointDeControleIG--"1" twisk.mondeIG.EtapeIG class twisk.mondeIG.ArcIG { - {static} long serialVersionUID - boolean select + PointDeControleIG getPdcDepart() + PointDeControleIG getPdcArrive() + boolean isLinkedToStage(EtapeIG) + boolean isSelected() + void setSelect(boolean) + EtapeIG getEtapePdcDepart() + EtapeIG getEtapePdcArrive() } twisk.mondeIG.ArcIG --"2" twisk.mondeIG.PointDeControleIG abstract class twisk.mondeIG.EtapeIG { - {static} long serialVersionUID # String nom # String identifiant # int posX # int posY # boolean entree # boolean sortie # int delai # int ecart # int nbPrec + void randomPositions() + void raffraichissementPdc() + String getIdentifiant() + int getPosX() + int getPosY() + Iterator<PointDeControleIG> iterator() + PointDeControleIG getPdcIndex(int) + String getNom() + void setNom(String) + void setPosXPosY(int,int) + void invEntree() + void invSortie() + int getDelai() + int getEcart() + void setDelai(int) + void setEcart(int) + boolean estUneEntree() + boolean estUneSortie() + boolean estUneActivite() + boolean estUneActiviteRestreinte() + boolean estUnGuichet() + {abstract}int siEstUnGuichetGetNbJetons() + {abstract}void siEstUnGuichetSetNbJetons(int) + {abstract}void siEstUnGuichetSetVersLaDroite(Boolean) + void ajouterSuccesseur(EtapeIG) + void supprimerSuccesseur(EtapeIG) + boolean possedeUnSuccesseur() + boolean estSuivieDUneActivite() + {abstract}boolean setActiviteRestreinte(boolean) + boolean actSuccIntoActRes() + ArrayList<EtapeIG> getSucc() + boolean estAccessibleDepuis(EtapeIG) + int getNbPrec() + void incrementeNbPrec() + void decrementeNbPrec() + {abstract}Boolean siEstUnGuichetGetVersLaDroite() } twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.PointDeControleIG twisk.mondeIG.EtapeIG--"*" twisk.mondeIG.EtapeIG twisk.mondeIG.EtapeIG--"1" twisk.outils.FabriqueIdentifiant class twisk.mondeIG.GuichetIG { - {static} long serialVersionUID - int nbJetons - int numSemaphore - Boolean versLaDroite + boolean estUnGuichet() + int siEstUnGuichetGetNbJetons() + void siEstUnGuichetSetNbJetons(int) + void siEstUnGuichetSetVersLaDroite(Boolean) + boolean setActiviteRestreinte(boolean) + Boolean siEstUnGuichetGetVersLaDroite() + void setVersLaDroite(Boolean) } twisk.mondeIG.GuichetIG--"1"twisk.outils.FabriqueIdentifiant twisk.designPattern.Observateur <|.. twisk.mondeIG.MondeIG java.io.Serializable <|.. twisk.mondeIG.MondeIG twisk.designPattern.SujetObserve <|-- twisk.mondeIG.MondeIG java.io.Serializable <|.. twisk.mondeIG.ActiviteIG twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.ActiviteIG java.io.Serializable <|.. twisk.mondeIG.PointDeControleIG java.io.Serializable <|.. twisk.mondeIG.ArcIG twisk.mondeIG.Iterable <|.. twisk.mondeIG.EtapeIG java.io.Serializable <|.. twisk.mondeIG.EtapeIG java.io.Serializable <|.. twisk.mondeIG.GuichetIG twisk.mondeIG.EtapeIG <|-- twisk.mondeIG.GuichetIG @enduml
false
true
false
false
class
49a533cd6ec81dd5efd349773ed9afdd8fbfb6bb
286b233fd7e797c9d122461c20e399eba41ff31f
/creation/abstract_factory/uml/abstract_factory_cd.puml
b7d88085dd3b586737a21d291efb0bb5c992876d
[]
no_license
ace-lectures/pattern-repository
ab18431255285aff7a909ce020d4f0be8f17e4a2
126c9f42e8f29e48458196be48ca40dca1023e25
refs/heads/master
2021-07-05T20:59:34.369443
2020-09-18T14:39:38
2020-09-18T14:39:38
175,689,148
22
13
null
2020-09-18T14:39:40
2019-03-14T19:48:30
Java
UTF-8
PlantUML
false
false
1,037
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members together { interface AbstractFactory { + {abstract} buildA(): ProductA + {abstract} buildB(): ProductB } class ConcreteFactory1 { + buildA(): ProductA + buildB(): ProductB } class ConcreteFactory2 { + buildA(): ProductA + buildB(): ProductB } } AbstractFactory <|.. ConcreteFactory1 AbstractFactory <|.. ConcreteFactory2 package A { interface ProductA class ConcreteProductA1 class ConcreteProductA2 ConcreteProductA2 .[hidden]. ConcreteProductA1 ProductA <|.. ConcreteProductA1 ProductA <|.. ConcreteProductA2 } package B { interface ProductB class ConcreteProductB1 class ConcreteProductB2 ConcreteProductB2 .[hidden]. ConcreteProductB1 ProductB <|.. ConcreteProductB1 ProductB <|.. ConcreteProductB2 } ConcreteFactory2 .[hidden]. ConcreteFactory1 ConcreteFactory1 .> ConcreteProductA1 ConcreteFactory2 ..> ConcreteProductA2 ConcreteFactory1 .> ConcreteProductB1 ConcreteFactory2 ..> ConcreteProductB2 @enduml
false
true
false
false
class
7806579e1b0ef4e20780539d582051fd2fa7968d
4ef2a0d7b50e772e235e40bf33c1313a11e1d23a
/app/docs/asciidoc/models/UserProfil.puml
710964cebb80502fb027a97738d787c0d6ad117f
[ "Apache-2.0" ]
permissive
SefkanTas/Sonofy
4cb768b9eed72f2e133c2ec5b814c70352f39b4c
f4d7875d5c4ed996ec9ecc7fdf15ea75706af23a
refs/heads/master
2023-03-27T03:41:36.030113
2021-03-27T20:14:31
2021-03-27T20:14:31
297,685,348
3
5
Apache-2.0
2021-03-27T20:14:32
2020-09-22T15:04:53
Java
UTF-8
PlantUML
false
false
876
puml
@startuml actor User as g participant "::MainProfilActivity " as act participant "auth::ProfilViewModel " as profilvm participant "::PublicationFirestore " as pubb participant "::EmotionFirestore " as emobb g -> act : Appuyer sur mon profil activate act activate profilvm act -> profilvm : loadPublicationsAuthor(id) act -> profilvm : loadEmotionsAuthor(id)) activate pubb profilvm -> pubb : getPublicationByAuthorId(authorId) pubb --> profilvm : liste publication de l'user deactivate pubb activate emobb profilvm -> emobb : getEmotionByAuthorId(authorId) emobb --> profilvm : liste des emojis de l'user deactivate emobb profilvm --> act : liste publication et emojis deactivate profilvm act --> g : affichage page profil act --> g : onglet publication : liste publications act --> g : onglet emotions : liste emotions correspondante aux publications deactivate act @enduml
false
true
false
false
usecase
72d523b4f866fe158d3deb0493b3eff5e137b2ff
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140280/sprint4/analysis_IPC_4_3_Export.puml
5ccf7e62b49a715989a1e3e9f8c8da0a67abb61a
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
356
puml
@startuml doc-files/analysis_IPC_4_3_Export.png actor Actor User->System : Selects a range of cells(default will be from A1 to Z25) User->System : Asks to export to a database System->User : Ask database connection System->User : Ask database table name User->System : Select connection and name System->Database : Saves data System-->User : Sucess @enduml
false
true
false
false
usecase
7549ea85172764216fc3f4699b9491869839247c
85941aa70df3b2bd4a9e2d2f389067a8175da56e
/docs/plantUML/inheritance-coordinator-actions.puml
cedf9e93d67f43b1a7a9bce988e7ba247b9aa5c8
[]
no_license
chuyunshen/recruitment-system
ce94a33772d2d3bb51824eca98c99d5971af0cde
d4b625f77a12401666052e9cd361becfd7cb6e0f
refs/heads/master
2020-11-29T01:22:53.328872
2019-12-24T11:18:19
2019-12-24T11:18:19
229,976,040
0
2
null
2019-12-24T16:55:17
2019-12-24T16:55:17
null
UTF-8
PlantUML
false
false
3,227
puml
@startuml title: Coordinator Actions footer Page 5 of 9 interface Action { + collectParameters(): void + performAction(): void + getDescription(): String + getShortcut(): String } abstract class AbstractAction { - description: String - shortcut: String + AbstractAction(shortcut: String, description: String) + getDescription(): String + getShortcut(): String } Action <|-- AbstractAction AbstractAction <|-- CoordinatorAction CoordinatorAction <|-- CloseJobPostingAction CoordinatorAction <|-- CreateJobPostingAction CoordinatorAction <|-- HireApplicantAction CoordinatorAction <|-- GetApplicantsInfoAction CoordinatorAction <|-- CreateInterviewAction CoordinatorAction <|-- GetJobPostingApplicantsAction CoordinatorAction <|-- ReadReferenceLetterAction abstract class CoordinatorAction{ # coordinator: Coordinator + CoordinatorAction(shortcut: String, description: String, coordinator: Coordinator) } class CloseJobPostingAction { - jobPosting: JobPosting - closingDate: Date + collectParameters(): void + performAction(): void } class CreateJobPostingAction{ - title: String - description: String - location: String - postedDate: Date - applicationDeadlineDate: Date - interviewType: Map<String, Integer> - tags: List<String> - requiredDocuments: List<String> - {static} PREFIX: String + CreateJobPostingAction(coordinator: Coordinator) + collectParameters(): void + performAction(): void - getDateFromUser(dateType: String): Date - chooseInterviewType(): void - addTags(): void - addLocation(): void - addRequiredDocuments(): void } class HireApplicantAction{ - jobApplicationsForHiring: Map<JobPosting, List<Application>> - jobToFill: JobPosting - applicationToAccept: Application - today: Date + HireApplicantAction(coordinator: Coordinator, today: Date) + collectParameters(): void + performAction(): void } class ReadReferenceLetterAction { - applicant: Applicant - lettersIds: List<Integer> - allApplicants: List<User> + ReadReferenceLetterAction(coordinator: Coordinator) + collectParameters(): void + performAction(): void } class GetApplicantsInfoAction { - {static} APPLICANTS_DOCUMENTS: String - {static} INFO_APPLIED_JOBS: String - applicant: Applicant - applicantUsername: String - actionOptionChoice: String - documentTitle: String - {static} PREFIX: String + GetApplicantsInfoAction(coordinator: Coordinator) + collectParameters(): void + performAction(): void - getJobPostingsInCompany(): List<JobPosting> } class GetJobPostingApplicantsAction{ - jobPosting: JobPosting + GetJobPostingApplicantsAction(coordinator: Coordinator) + collectParameters(): void + performAction(): void } class CreateInterviewAction { - chosenApplications: Application - chosenInterviewer: Interviewer - chosenInterviewType: String + CreateInterviewAction(coordinator: Coordinator) + collectParameters(): void + performAction(): void - chooseApplication(): void - chooseInterviewType(): InterviewType - chooseInterviewer(): void } @enduml
false
true
false
false
class
fd5b610d88a8fa28cafb65a52e6e501797856be0
9a5854d7e73a6476f9c3ce7986078422acf983f6
/docs/initialarticleclass.puml
830e21793f38a3d43da1489a9ab76c016e9e2d8f
[ "BSD-3-Clause" ]
permissive
papagr/mnemon
2b48dd1beab048f7b0d27e7fe7bf887b350c2129
e51787cea3d0d1a2d5e6b8b02211c2335ff73a11
refs/heads/master
2023-01-05T03:25:10.295473
2020-10-29T20:52:19
2020-10-29T20:52:19
305,522,288
1
0
BSD-3-Clause
2020-10-22T07:51:03
2020-10-19T21:55:41
HTML
UTF-8
PlantUML
false
false
265
puml
@startuml skinparam monochrome true class Article { + id : str + source_url : str + tags : list of str + is_favorite : bool + title : str + abstract : str + body : str + author : str + extracted_on : date + published_on : date + status : str } @enduml
false
true
false
false
class
42894c32c9a7719f9427f18b80d309d0d80e915b
996ee478b490942918811a5000706e6a41549015
/UML/ToDoProjectUML.puml
1a3bb8e5ade45ed2f3593674a37c17a09f7a1bea
[]
no_license
Bash259/Braimoh-cop330-Assignment4part2
90e7946b9f2e9982026afc31c93be26fee6b342a
f3ea3fb3d12addc47ba7ce6ec048104c2f477b6f
refs/heads/master
2023-06-15T04:04:25.563393
2021-07-12T03:02:20
2021-07-12T03:02:20
384,608,493
0
0
null
null
null
null
UTF-8
PlantUML
false
false
621
puml
@startuml class MainApp{ main() start() } class ToDoListCollector{ String Progress String Task String Date +getProgress() +setProgress() +getTask() +setTask() +getDate() +setDate() } class MainAppController{ +returnToDoList +returnListItem +returnItemDate +AddItem() +ToDoListCollectorGen() +initialize() +buttonRemove() +onEditChanged() +saveAList() +LoadList() +showDone() } javafx.Application <|-- MainApp MainApp <|-- ToDoListfxml ToDoListfxml --|> MainAppController MainAppController <|-- ToDoListCollector @enduml
false
true
false
false
class
4eecb4ff724b599b7766a99dd0381846a918a0f8
d6ba22a8a9dd431921b8af8982edf115e0f84e01
/stroom-proxy/stroom-proxy-app/doc/storing-data.puml
dc869c93b750dddc31a2cafba0d4770f5ba28907
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0", "CDDL-1.0", "GPL-1.0-or-later", "LGPL-2.0-or-later", "MPL-1.0", "CC-BY-4.0", "LicenseRef-scancode-public-domain", "EPL-1.0" ]
permissive
gchq/stroom
15dc1d4a8527fe7888d060d39e639b48183ff8bd
759370c31d5d441444bca9d59c41c54bc42816f2
refs/heads/master
2023-09-05T01:40:41.773252
2023-09-04T16:40:12
2023-09-04T16:40:12
72,740,687
442
65
Apache-2.0
2023-09-14T12:12:28
2016-11-03T11:55:47
Java
UTF-8
PlantUML
false
false
456
puml
@startuml title Storing Data class ProxyRequestHandler { } class ProxyRepo { } class ProxyRepoSources { } storage repo { folder folder { file zip { } file meta { } } } package Database <<Database>> { entity source } interface ChangeListener { } ProxyRequestHandler --> ProxyRepo ProxyRepo --|> repo ProxyRepo --> ProxyRepoSources ProxyRepoSources --|> source ProxyRepoSources ..> ChangeListener @enduml
false
true
false
false
sequence
b2da3c318714b1d3a90325739c18d5f3d9d554b1
c2b6bfee8da36cc39de688e146ba107b74218b12
/plantuml/TripExecution/finish-asset-by-TO.plantuml
e542a9310fbf83eb34dad698dde3be7219fd85d1
[ "Apache-2.0" ]
permissive
TOMP-WG/TOMP-API
02bbd268c6ece21f7a5d28f4e42e1b456233e8e9
2aa6ae3d6b355a12a8936ff1069821bb7c89a743
refs/heads/master
2023-09-01T16:13:50.445300
2023-07-25T12:08:52
2023-07-25T12:08:52
189,022,994
80
34
Apache-2.0
2023-08-22T12:36:34
2019-05-28T12:21:59
null
UTF-8
PlantUML
false
false
290
plantuml
@startuml finish-asset-by-TO title Trip execution Scenario Part 'Close asset by TO' - V1.0.0 participant App participant MP participant TO participant Asset App -> MP : stop MP -> TO : /executions/{id}/events { "operation" : "FINISH" } TO -> Asset: close return ok TO -> MP: ok @enduml
false
true
false
false
sequence
46789d24d150f64279f4be29172ace8331d2acb3
e114f68911384d55b11189f635b5f38a2b5d39fe
/compilers/thingmltools/src/main/java/org/thingml/monitor/class.plantuml
1a2852ecd4dc77a5219fa59896169d2050efe6c9
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
TelluIoT/ThingML
f498076404072c7302dd554029c12de363b75970
8196145a401c1ce2b335da9a0e9c849c691106b4
refs/heads/master
2022-02-21T09:46:12.634874
2022-02-03T08:37:14
2022-02-03T08:37:14
1,971,081
61
31
Apache-2.0
2021-04-26T17:40:09
2011-06-29T07:38:33
Java
UTF-8
PlantUML
false
false
2,061
plantuml
@startuml namespace org.thingml.compilers #DDDDDD { interface ThingMLGenerator { name, ID, description : String +compile(ThingMLModel model, String... options) } abstract class ThingMLCompiler { } note bottom of org.thingml.compilers.ThingMLCompiler ThingML2Code generators end note } namespace org.thingml.tools #DDDDDD { abstract class ThingMLTool { } note bottom of org.thingml.tools.ThingMLTool ThingML2ThingML pre-processors end note } namespace org.thingml.tools.monitor #DDDDDD { interface MonitoringAspect { +monitor() } org.thingml.compilers.ThingMLGenerator <|-left- org.thingml.tools.ThingMLTool org.thingml.compilers.ThingMLGenerator <|-- org.thingml.compilers.ThingMLCompiler namespace org.thingml.tools.monitor.string #DDDDDD { class MonitorGenerator { } class EventMonitoring {} class FunctionMonitoring {} class PropertyMonitoring {} org.thingml.tools.ThingMLTool <|-left- MonitorGenerator EventMonitoring <-down- MonitorGenerator FunctionMonitoring <-down- MonitorGenerator PropertyMonitoring <-down- MonitorGenerator org.thingml.tools.monitor.MonitoringAspect <|-up- EventMonitoring org.thingml.tools.monitor.MonitoringAspect <|-up- FunctionMonitoring org.thingml.tools.monitor.MonitoringAspect <|-up- PropertyMonitoring } namespace org.thingml.tools.monitor.binary #DDDDDD { class BinaryMonitorGenerator { } class EventMonitoringBinary {} class FunctionMonitoringBinary {} class PropertyMonitoringBinary {} org.thingml.tools.ThingMLTool <|-left- BinaryMonitorGenerator org.thingml.tools.monitor.MonitoringAspect <|-down- EventMonitoringBinary org.thingml.tools.monitor.MonitoringAspect <|-down- FunctionMonitoringBinary org.thingml.tools.monitor.MonitoringAspect <|-down- PropertyMonitoringBinary EventMonitoringBinary <-up- BinaryMonitorGenerator FunctionMonitoringBinary <-up- BinaryMonitorGenerator PropertyMonitoringBinary <-up- BinaryMonitorGenerator class Binary2String {} class ByteHelper {} Binary2String <-left- BinaryMonitorGenerator ByteHelper <-down- BinaryMonitorGenerator } } @enduml
false
true
false
false
class
fbaf0302e62af47f669008351b0f63e962dc5c04
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/order/minimum_depth_of_binary_tree_111/minimum_depth_of_binary_tree_111.plantuml
f9b359d4f17c532b6b90fd8eef1f5ad3487abae0
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
501
plantuml
@startuml title __MINIMUM_DEPTH_OF_BINARY_TREE_111's Class Diagram__\n namespace cn.shui.order { namespace minimum_depth_of_binary_tree_111 { class cn.shui.order.minimum_depth_of_binary_tree_111.Solution { {static} + main() {static} - minDepth() } } } 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
23110c1d54fd7dddd8b46410bea616438ab6162d
01cb5dea2df442ad2bf4b3e7122ebb1355459cab
/simi/doc/puml/src/simi_bouncer.puml
f7aaf96d4d1f0b18d7a919a902774f78649dc86b
[ "MIT" ]
permissive
Luescher/simi
a48b0cc5abe59087b6e9a017c09470e4f3d550f6
addabd782a82171b0afdedc4ad3cb643b1923ee6
refs/heads/master
2022-11-27T07:20:07.996250
2020-07-28T15:18:19
2020-07-28T15:18:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
243
puml
@startuml class "SingleLayer (SL)" as sl << package Core >> package "Bouncer" { class "ProtectedService" as ps class "Ressource" as res class "LayerRelation" as lr } res "1" -- "1..n" lr lr "*" -- "1" sl res "1-n" -- "1" ps @enduml
false
true
false
false
class
0f2a2f4faf739beba8e24876e63ebc571fc2059e
e618e68be491bb98c0573a467be63146a053cc6c
/SA/sequencediagram/staff/simple/UpdateStaff.puml
97fb903c92aaf477684400c49b85e42e7171f730
[]
no_license
dedeandress/belanjayukid-be-services
14101c676e2bdd56c5df72b9ccddae648951cf8b
9bedbf42cdd0b764e27c9dc839df8b401ac0bb62
refs/heads/master
2022-04-07T04:29:30.602535
2020-02-28T05:39:33
2020-02-28T05:39:33
194,123,362
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,079
puml
@startuml title: Update Staff Sequence Diagram actor user participant BelanjaYukFE box "BelanjaYuk.id" #LightBlue participant BelanjaYukBE participant StaffService end box user -> BelanjaYukFE ++ : Update staff menu activate user BelanjaYukFE -> BelanjaYukBE ++ : /graphql Update staff note right of BelanjaYukFE content type: application/json request body: mutation { updateStaff( staffId, fullName, phoneNumber, address, noNik, dateOfBirth, email, roleId ) : Staff } end note BelanjaYukBE -> BelanjaYukBE : call parseGraphql() StaffResolver -> StaffService ++ : call updateStaff() note left passing: - context - staffId, - fullName, - phoneNumber, - address, - noNik, - dateOfBirth, - email, - roleId end note StaffService --> BelanjaYukBE -- : Staff BelanjaYukBE --> BelanjaYukFE -- : Staff BelanjaYukFE --> user --: update staff successful and view staff deactivate user @enduml
false
true
false
false
usecase
82c3f20d3cc25c5c8d23b8c2283a17e2ade298af
f4384d50fe026e4116e1edb60f4128de4ec6639a
/src/docs/layout.plantuml
09dd81874417cdfc3709f53dbfa46b3b527a95b5
[]
no_license
TNOCS/csnext-basic-example
21d15e997d5724a2dbac8b9ce8fda685a0bc433f
84624f6a066dbd2f8cc61e17512745744281a955
refs/heads/master
2022-12-13T19:16:50.984483
2020-05-07T19:32:50
2020-05-07T19:33:02
209,309,589
0
0
null
2022-12-11T06:26:49
2019-09-18T13:01:20
TypeScript
UTF-8
PlantUML
false
false
434
plantuml
@startuml scale 350 width [*] --> InitLayer state InitLayer { [*] --> Idle Idle --> Configuring : EvConfig Configuring --> Idle : EvConfig } state Configuring { [*] --> NewValueSelection NewValueSelection --> NewValuePreview : EvNewValue NewValuePreview --> NewValueSelection : EvNewValueRejected NewValuePreview --> NewValueSelection : EvNewValueSaved state NewValuePreview { State1 -> State2 } } @enduml
false
true
false
false
sequence
3058d41225525fb13534c26fe6a6e9bea690a4da
ded296da4bb9fcc7316fd6f789e3554fffac118e
/design/back-end/authentication.puml
1349b99897c1fae214b4d5931d0f521b86279d9f
[ "MIT" ]
permissive
giuliobosco/domotics
7feacd7647318222ad89f20a5c6cd5b83bd1ad90
b327a94e319c379148b3a0ec1d840d820bb1c4bd
refs/heads/master
2021-06-21T16:28:59.965625
2019-05-29T09:29:45
2019-05-29T09:29:45
133,505,107
3
1
MIT
2018-10-16T14:47:08
2018-05-15T11:18:30
JavaScript
UTF-8
PlantUML
false
false
2,715
puml
@startuml package javax.servlet.http { class HttpServlet { } } package ldap { class LdapConnector { + final DEFAULT_PORT : int + static DEFAULT_SECURITY_AUTHENTICATION : String + static DEFAULT_INITIAL_CONTEXT_FACTORY : String - domain : String - port : int - base : String - security : String - setDomain(domain : String) : void + getDomain() : String - setPort(port : int) : void + getPort() : int - setBase(base : String) : void + getBase() : String - setSecurity(security : String) + getSecurity() : String + LdapConnector(domain : String, port : int, base : String, security : String) + LdapConnector(domain : String, port : int, base : String) + LdapConnector(domain : String, base : String, security : String) + LdapConnector(domain : String, base : String) - getConnectionString() : String - getDn(username : String) : String - getEnvironment(username : String, password : String) : Hashtable<String, String> + getDirContext(username : String, password : String) : DirContext + static main(args : String[]) : void } } package portal.authentication { interface Authenticator { authenticate(username : String, password : String) : boolean } class SqlAuthenticator { + authenticate(username : String, password : String) : boolean } Authenticator <|.. SqlAuthenticator class LdapAuthenticator { - static DOMAIN : String - static PORT : int - static BASE_OU : String - static SECURITY : String - subOu : String - getBaseOu() : String + LdapAuthenticator(subOu : String) + LdapAuthenticator() - getLdapConnector() : LdapConnector + authenticate(username : String, password : String) : boolean + static main(args : String[]) : void } Authenticator <|.. LdapAuthenticator class AuthenticationChecker { - session : HttpSession + AuthenticationChecker(session : HttpSession) + isValidSession() : boolean + getSessionUsername() : String } class LoginServlet { # doPost(request : HttpServletRequest, response : HttpServletResponse) : void # doGet(request : HttpServletRequest, response : HttpServletResponse) : void } HttpServlet <|-- LoginServlet class LogoutServlet { # doPost(request : HttpServletRequest, response : HttpServletResponse) : void # doGet(request : HttpServletRequest, response : HttpServletResponse) : void } HttpServlet <|-- LogoutServlet } @enduml
false
true
false
false
class
ab830c430ab9cc1ef061304d57a1fdc20140249f
b8ac411234c893f4dca1889ddc96b98021877ec0
/components/true-nft-content/uml/image-storage-mint.plantuml
971c4910365e226fe93c3a3e7041df423422ad44
[]
no_license
joydark/True-NFT
5843a8d6ef8e132a532087567682e7ec1fa4cadb
a6755f1db8021fb6c9a574ddf3b3b7956b79b235
refs/heads/main
2023-08-16T06:31:39.434387
2021-09-14T09:05:12
2021-09-14T09:05:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
557
plantuml
@startuml image-storage header image-storage title image-storage skinparam maxMessageSize 200 skinparam guillemet true autonumber actor "Author" as A participant "NftRoot" as R << NftRoot >> participant "Data" as D << Data >> participant "Storage" as S << Storage >> participant "Index" as I << Index >> A --> R: mint activate R R -> D: deploy R -> S: deploy deactivate R A --> S: fillContent activate S S -> S: after getting last chunk - set complete == true S -> D: onFillComplete deactivate S activate D D -> I: deploy D -> I: deploy deactivate D @enduml
false
true
false
false
sequence
3ea6fce1a0a7513225dc93928909c870cac9be22
a1f38b56c2a5674ddf2f84a60c8e414cbda32371
/docs/diagrams/example-event-stream.puml
cf9f6a6eb8dcc2ddf7100c9365109c158c1fbed6
[ "Apache-2.0" ]
permissive
go-po/po
d6ee7cbca092ffbed27174826c382c8d238f1eea
a9c877c3e461c54edaeda820fcbf3f38aa866be5
refs/heads/master
2020-12-22T10:21:53.589376
2020-08-16T19:24:47
2020-08-16T19:24:47
236,748,932
2
0
Apache-2.0
2020-08-16T19:24:48
2020-01-28T14:05:10
Go
UTF-8
PlantUML
false
false
537
puml
@startuml left to right direction object A { stream = "users-peter" id.type = 1 id.stream = 1 } object B { stream = "users-peter" id.type = 2 id.stream = 2 } object C { stream = "users-anna" id.type = 3 id.stream = 1 } object D { stream = "users-anna" id.type = 5 id.stream = 2 } note bottom: Notice the gap in id.type object E { stream = "users-peter" id.type = 6 id.stream = 3 } object F { stream = "users-anna" id.type = 7 id.stream = 3 } A --> B B --> C C --> D D --> E E --> F @enduml
false
true
false
false
object
b0753aa35300da7223b598af054dd46d063ef5c8
9e418a0fb69b8ee356d5c1d5d009706394edf54d
/class - design/classroom/updateClass.plantuml
91c29303f6d0ab03121b8dc128b45eb9447c24a4
[]
no_license
anonyhostvn/OOAD-Diagram
67f3a3a4aa976ee8459d3f4801147ddd1382e41e
f8f7a0e4ba826335cc964d3b73bebea3f4f857e4
refs/heads/master
2023-01-10T04:26:29.983705
2020-11-13T10:08:12
2020-11-13T10:08:12
311,749,932
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,629
plantuml
@startuml updateClass class Classroom { - id: bigint - classroom_name: string - description: string - teacher_id: bigint - created_at: datetime - updated_at: datetime + get_id(): bigint + get_classroom_name(): string + set_classroom_name(string) + get_description(): string + set_description(string) + get_teacher_id(): string + set_teacher_id(string) + get_created_at(): datetime + get_updated_at(): datetime } class IClassroomDB <<interface>> { + create(classroom_name, description, teacher_id) + read() + read(classroom_id) + update(classroom_id, class_name, description) + delete(classroom_id) + get_users(classroom) } class UpdateClassroomForm { - classroom_id: string - classroom_name: string - description: string + validate(token, classroom_id) + update_classroom(token, classroom_id, classroom_name, description) } class IClassroomForm <<interface>> { + validate(token, classroom_name, description) + update_classroom(token, classroom_id, classroom_name, description) } class ClassroomController { + update_classroom(token, classroom_id, classroom_name, description) + validate_update_classroom(token, classroom_id, classroom_name, description) } hide Classroom circle hide IClassroomDB <<interface>> circle hide UpdateClassroomForm circle hide IClassroomForm <<interface>> circle hide ClassroomController circle IClassroomDB -down.> Classroom IClassroomForm .down.> UpdateClassroomForm ClassroomController "1"-left-"1" IClassroomDB IClassroomForm "1"-left-"1" ClassroomController @enduml
false
true
false
false
class
5fe1247a8e1fded23ff73ebc7065f33c431fa44a
62ccd14957a58d55451b3aff56020d36a91091e6
/uml/reference_01-31-1_Stereotypes-and-Spots.uml
8861495610e2fd2a990bdf0dca3e013d7fe6ae84
[]
no_license
aklt/plantuml-syntax-test
a20421b4dbbfc7db0af932fcdc66a7b24b861990
0dccdb3cd2084cf24642e6915bfc8fc7ede1a034
refs/heads/master
2022-05-21T05:09:50.242583
2022-04-01T19:47:42
2022-04-01T19:47:42
91,947,227
6
2
null
2022-04-01T19:47:43
2017-05-21T09:50:53
Shell
UTF-8
PlantUML
false
false
137
uml
@startuml participant "Famous Bob" as Bob << Generated >> participant Alice << (C,#ADD1B2) Testable >> Bob->Alice: First message @enduml
false
true
false
false
sequence
1a87dbb430f03053ab3ff8b10f0aef21102b091d
2023eaf5d26a303fd122058dad30f8479700eb08
/uml/collapse-all.puml
fa6826bc4c78f0545cf04992a4363560c74e8432
[]
no_license
elishields/atlas
8216afaf95ee201ff7b5b3d88252ed2c6818a87b
10ac5e6785e7fedf066d79dd45d0f81791d6b31a
refs/heads/master
2021-10-03T10:44:02.552089
2018-12-02T22:42:02
2018-12-02T22:42:02
147,987,956
0
0
null
null
null
null
UTF-8
PlantUML
false
false
406
puml
@startuml title Collapse All Actor User Participant ServiceNow Participant View Participant ClientController User -> View: Click "Collapse All" button View -> ClientController: Collapse all ClientController -> ClientController: Remove all data from GoJS graph\n except the focus employee ClientController -> View: Re-render graph View -> ServiceNow: Display view User -> ServiceNow: View graph @enduml
false
true
false
false
sequence
06761372930f42748ba43ebaa379b1ada0850233
24cc83f303b034e808e1c775ba8063f9ce01afc4
/ddd_160306/vendor.puml
5632a983cb02e0c4ae1008397759af38a82188c0
[]
no_license
iamapen/puml
7110aea5171be5bd8f735fb252c674c8a78a9943
9a59dad08faee1b494c2dafefbefb32feacb90b6
refs/heads/master
2020-08-26T19:18:18.364585
2020-01-05T17:48:55
2020-01-05T17:48:55
214,042,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
269
puml
@startuml namespace Doctrine { namespace ORM { class EntityRepository class EntityManager } namespace DBAL.Types { class GuidType } } namespace Symfony.Component.Console { class Application namespace Command { class Command } } @enduml
false
true
false
false
class
ba40db61563ef8af5af29f1712b8cdce6e935660
ae98eb7fd6567123b33b1120ac4926650b6b6ff7
/diagrams/sequenceDiagrams/reserveCars.puml
fabfd88ddb328bd4bf1e56e9e6035532a36d19ee
[ "MIT" ]
permissive
Bhamoss/java_rmi_ds_project
a268855a927cce8ac70e9e8d062f13b216bd892f
6bd235c4e8620ca6b9537d6dd6593106f3d49b27
refs/heads/master
2022-02-27T20:29:20.921707
2019-11-01T17:06:04
2019-11-01T17:06:04
215,340,662
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,019
puml
@startuml title Car renter wants to reserve cars at two car rental companies: A and B participant Client participant ReservationSession participant CarRentalAgency participant "crcA : CarRentalCompany" as CarRentalCompanyA participant "crcB : CarRentalCompany" as CarRentalCompanyB participant "rcA : ReservationConstraint" as RCA participant "rcB : ReservationConstraint" as RCB activate Client activate ReservationSession activate CarRentalAgency == check availability of a car type at CRC A == ' cartype at company A Client->ReservationSession: checkForAvailableCarTypes ReservationSession->CarRentalAgency : getAvailableCarTypes CarRentalAgency->CarRentalCompanyA : getAvailableCarTypes activate CarRentalCompanyA CarRentalCompanyA-->ReservationSession : set of available cartypes deactivate CarRentalCompanyA CarRentalAgency->CarRentalCompanyB : getAvailableCarTypes activate CarRentalCompanyB CarRentalCompanyB-->ReservationSession : set of available cartypes deactivate CarRentalCompanyB ReservationSession-->Client : print all sets of available cartypes == create quote for a car type at CRC A == ' TODO eerst ReservationConstraint aanmaken Client->RCA **: rcA = create a reservation constraint Client->ReservationSession: addQuote(rcA) == check availability of a car type at CRC B == ' cartype at company B Client->ReservationSession: checkForAvailableCarTypes ReservationSession->CarRentalAgency : getAvailableCarTypes CarRentalAgency->CarRentalCompanyA : getAvailableCarTypes activate CarRentalCompanyA CarRentalCompanyA-->ReservationSession : set of available cartypes deactivate CarRentalCompanyA CarRentalAgency->CarRentalCompanyB : getAvailableCarTypes activate CarRentalCompanyB CarRentalCompanyB-->ReservationSession : set of available cartypes deactivate CarRentalCompanyB ReservationSession-->Client : print all sets of available cartypes == create quote for a car type at CRC B == Client->RCB **: rcB = create a reservation constraint Client->ReservationSession: addQuote(rcB) @enduml
false
true
false
false
sequence
2949c869fde532ca2bdc619de78a2f924fc14a09
d7cdb6cd725e77545feb32c1af04d7c5e1c5225a
/class-diagram/contest.puml
635e956b3301a32d61d0c05931045d4b1558e5ed
[ "MIT" ]
permissive
shuoj/diagram
2df5b6929c6be317b046204512f59417905e1d80
598db805fdbee9e8050051022168cd91cfba2c41
refs/heads/master
2020-09-02T05:34:48.410912
2019-12-12T15:29:04
2019-12-12T15:29:04
219,143,722
1
0
null
null
null
null
UTF-8
PlantUML
false
false
6,465
puml
@startuml class Clarification { private String id; private User author; private Contest contest; private String question; private String answer; private LocalDateTime createDate; private Boolean isPublic; private Boolean isRead; } class Contest { private String id; private Long idx; private User author; private String name; private String description; private String password; private OpenType openType = OpenType.PUBLIC; private ContestType contestType = ContestType.ICPC; private JudgeType judgeType = JudgeType.IMMEDIATELY; private Boolean realTimeRank = true; private LocalDateTime startDate; private LocalDateTime endDate; private LocalDateTime createDate; private List<Submission> submissionList; private Set<ContestProblem> contestProblemSet; private List<Clarification> clarificationList; private Set<RankingUser> rankingUserList; private Long frozenOffset = 4 * 60 * 60 * 1000L; private Boolean frozen = false; private Boolean enable = false; private Boolean visible = false; private ContestStatus status = ContestStatus.NOT_STARTED; private Boolean sharable = true; public void setPassword(String password); public boolean isRankingFrozen(); public boolean isICPC(); public boolean isOI(); } class ContestProblem { private String id; private Contest contest; private Problem problem; private String label; private Integer acceptCount = 0; private Integer submitCount = 0; private Double acceptRate = 0.0; private Integer score = 0; private List<TimeCost> timeList; private Submission firstSubmission; public String getContestId() public String getProblemId() public void increaseAcceptCount() public void decreaseAcceptCount() public void increaseSubmitCount() public void computeAcceptRate() } class Problem { private String id; private Long idx; private User author; private String title; private String description; private Integer timeLimit; private Integer ramLimit; private Difficulty difficulty; private Double degreeOfDifficulty; private Boolean visible = true; private Set<Tag> tagList; private String inputDesc; private String outputDesc; private String sampleIO; private List<ContestProblem> contestProblemList; private List<Submission> submissionList; private Boolean specialJudged = false; private String testData; private String hint = ""; private String source = ""; private Integer averageAcceptTime = 0; private Integer acceptCount = 0; private Integer submitCount = 0; private Double acceptRate = 0.0; private LocalDateTime createDate; private LocalDateTime lastUsedDate; private LocalDateTime modifiedDate; private Integer testCaseCount = 0; } class RankingUser { private String id; private User user; private Contest contest; private Integer passedCount = 0; private Integer acceptCount = 0; private Integer submitCount = 0; private Integer errorCount = 0; private Double score = 0.0; private Long time = 0L; private List<TimeCost> timeList; private Boolean ranked = true; private Integer rankingNumber; private String teacherId; private String groupId; public void increasePassedCount() public void increaseAcceptCount() public void decreaseAcceptCount() public void decreaseSubmitCount() public void increaseSubmitCount() public void increaseErrorCount() public void addTime(Long milliseconds) public void minusTime(Long milliseconds) public void addScore(Double score) public void minusScore(Double score) } class Submission { private String id; private Long idx; private User author; private Problem problem; private String code; private Contest contest; private Boolean isPractice; private LocalDateTime createDate; private Language language; private Integer memory; private Integer length; private Integer duration; private Boolean isBeforeFrozen; private Boolean shared; private Result result; private String resultDetail; public String getAuthorId() public String getContestId() public String getProblemId() } class User { private String id; private String username; private String password; private String studentNumber; private String firstname; private String lastname; private String name; private String email; private String school; private String signature; private Long acCount = 0L; private Long submitCount = 0L; private Double acRate = 0.0; private Boolean enabled = true; private Date lastPasswordResetDate; private List<Authority> authorities; private List<Problem> problemList; private List<VirtualProblem> virtualProblemList; private List<Contest> contestList; private List<RankingUser> rankingUserList; private List<Announcement> announcementList; private List<Group> createGroupList; private List<AuthLog> authLogList; private List<Clarification> clarificationList; private List<Group> groupList; private List<UserSecurityQuestion> userSecurityQuestionList; private Long referUserId; private Boolean temporary = false; public boolean isAdmin() public boolean isAdminOrStuff() public void setPassword(String password) public void setMd5Password(String password) } class TimeCost { private String id; private ContestProblem contestProblem; private Long totalTime = 0L; private Integer errorCount = 0; private Boolean submitted = false; private Boolean passed = false; private Boolean firstPassed = false; private Double score = 0.0; private RankingUser rankingUser; public void addTotalTime(Long milliseconds) public void minusTotalTime(Long milliseconds) public void increaseErrorCount() public void decreaseErrorCount() public void addScore(Double score) } User "1"--"many" Contest : create User "1"--"many" Problem : create Contest "1"--"many" RankingUser : contains User "1"--"many" RankingUser : join RankingUser "1"--"many" TimeCost : contains Contest "1"--"many" ContestProblem : contains Problem "1"--"many" ContestProblem : used ContestProblem "1"--"many" TimeCost : contains Contest "1"--"many" Clarification : contains Contest "1"--"many" Submission : contains Problem "1"--"many" Submission : has User "1"--"many" Submission : create User "1"--"many" Clarification : create @enduml
false
true
false
false
class
574259d344f978225bb29ec9dda977cce15a354c
e04b4630836d345c7d3d96b2d5f80ebe2a7f8763
/anc31819a_gr7/Analyse/UCD/UCD.puml
0d94fe491069e2852e9c084365bfeae4941c4f3b
[]
no_license
1204almabikamuzadi/java-desktop
749c1d92715e187dce82088a14134b776369af5d
ed50d6c1a1737aa6498bd812c21299f409b3eb17
refs/heads/main
2022-12-30T01:50:06.434551
2020-10-18T08:03:06
2020-10-18T08:03:06
305,051,343
0
0
null
null
null
null
UTF-8
PlantUML
false
false
699
puml
@startuml skinparam shadowing False left to right direction : Manager:as M package Tournoi{ usecase UC_TOURNOI_LIST usecase UC_LIST_JOUEUR usecase UC_ADD_TOURNOI usecase UC_TOURNOI_DELETE usecase UC_TOURNOI_UPDATE } package Match{ usecase UC_MATCH_ADD usecase UC_MATCH_DELETE usecase UC_MATCH_UPDATE usecase UC_MATCH_LIST } M-->UC_ADD_TOURNOI UC_ADD_TOURNOI-->UC_TOURNOI_LIST:<<include>> M-->UC_TOURNOI_DELETE UC_TOURNOI_DELETE-->UC_TOURNOI_LIST:<<include>> M-->UC_TOURNOI_UPDATE UC_TOURNOI_UPDATE-->UC_TOURNOI_LIST:<<include>> UC_TOURNOI_LIST--> UC_LIST_JOUEUR M-->UC_MATCH_ADD M-->UC_MATCH_DELETE M-->UC_MATCH_UPDATE @enduml
false
true
false
false
usecase
2c7f50beab6c212d57f3674d8fe3c7e1d628fa8d
c7cdd92a5da35eb761253b22a56f252991bad235
/src/docs/domain/championship/Season.puml
b11bee1d5bfbd3a093a60c6b2f2597a4f1a3396e
[ "MIT" ]
permissive
CollaborationInEncapsulation/snooker
708ea84bcfa843b3ef1474ccf37f9fe663f50b4e
9282c4cc45e27c401c837680cc20dc96e1615971
refs/heads/master
2021-01-12T15:05:04.099769
2017-02-04T09:11:28
2017-02-04T09:11:28
71,690,299
0
1
null
null
null
null
UTF-8
PlantUML
false
false
110
puml
@startuml package ua.cie.snooker.domain.championship { class Season { int year } } @enduml
false
true
false
false
class
9b47e2e1aeff90076df5993d4d149478c1621fd6
5c444423b1f6f7b7699611395f7c5e5e5b0477ee
/DiveIntoDesignPatterns/structural/Adapter/page147.plantuml
6a1f503b2370b11cbf2106b20ada5edf485e0890
[ "MIT" ]
permissive
zhengtong0898/books
f7951cbb949ba2cc4ff6c3015c031f54c127d490
65ca7d7cfaf3d07f910a0ba324e00017022c68ee
refs/heads/master
2021-06-21T14:40:34.883570
2020-07-16T02:56:34
2020-07-16T02:56:34
254,500,102
1
0
null
null
null
null
UTF-8
PlantUML
false
false
669
plantuml
@startuml hide empty members class Client {} interface ClientInterface { + method(data) } package "serviceA Adapter" { class ServiceA << concrete class >> { ... -- + serviceAMethod(special_data) } class ServiceAAdapter { - ServiceA service + method(data) } ServiceAAdapter o-right-> ServiceA ServiceAAdapter -up-|> ClientInterface } package "serviceB Adapter" { class ServiceB << concrete class >> { ... -- + OtherServiceMethod(special_Data) } class ServiceBAdapter { - ServiceB service + method(data) } ServiceBAdapter o-right-> ServiceB ServiceBAdapter -up-|> ClientInterface } Client -down-> ClientInterface @enduml
false
true
false
false
class
fdac08417a2e6b5c6794da077a76fc016f2785e3
17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e
/factory/uml.puml
8c91bfebe90af2ead92d919ac02161095b909e76
[]
no_license
lazy3311/design_patterns
a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea
f8da613ecf14d9f47fac67d1efafbafe6156f0b1
refs/heads/master
2022-12-09T20:32:13.457813
2020-09-11T09:25:31
2020-09-11T09:25:31
286,716,509
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,008
puml
@startuml factory_pattern !define DARKORANGE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml abstract class Creator <<FactoryAnimal>> { + {abstract} Product create_product(); } class ConcreateCreator <<FactoryPet>> { + Product create_product(); } abstract Product <<Animal>> { - string name; + product_name(); + do_work(); } class ConcreateProduct { + do_work(); } note "Cat Dog Animals" as N1 allow_mixing rectangle Client #DarkOliveGreen Client --> Creator Client --> Product Creator <|-down- ConcreateCreator Product <|-down- ConcreateProduct ' Creator .right.> Product ConcreateCreator .right.> ConcreateProduct ' note left of Creator : Factory abstract class ' note right of Product : Abstract product class note left of ConcreateCreator : will return new product N1 .up. ConcreateProduct ' -- Below is sample to connect notes -- ' note "Product will be created at creator" as N1 ' Creator .. N1 ' N1 .. ConcreateCreator @enduml
false
true
false
false
class
fc4476763b8484a7a602e1ece6d5a5f074cf156d
419eb02841b65ed09e77699b92bf553577c47178
/src/main/test/UMLs/VariableAndJoinActivity.puml
0f84adaded48a95999cc84ef03e87582df56b70e
[]
no_license
ccincd/exp
aa0e0d06029bf264d76b5bc578ad86f04d4bb263
75ded1e15f81160605bc6e3300edd42ed2af2c74
refs/heads/master
2020-12-13T03:45:18.010322
2017-05-18T02:18:31
2017-05-18T02:18:31
50,319,905
1
1
null
null
null
null
UTF-8
PlantUML
false
false
222
puml
@startuml (*) --> "check input" If "input is verbose" then --> [Yes] "turn on verbosity" as tov --> "run command" else --> "run command" -down-> ===bar=== Endif -->(*) tov -down-> "use variable" -down-> ===bar=== @enduml
false
true
false
false
activity
36d08d4bedccad34f48db73f0bf7e764140ba9f4
3b587e9034d35a1feff33079d59b6e2043781ed5
/docs/assets/images/plantuml/83-Oauth.plantuml
051eacebf3bf0cb4910c2c4a790e6208db9ec4d5
[ "Apache-2.0", "MIT" ]
permissive
Factor-y/domino-keep-docs
ed12a64dd91ce71fd92fbbb7cb8ff2fc9bbd095e
f172c3aa8ae47603921f307942e6a2d5b85d4c8a
refs/heads/main
2023-08-14T10:34:58.851394
2021-10-14T13:22:55
2021-10-14T13:22:55
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,156
plantuml
@startuml OAuthDance autonumber title OAuth Flow actor "Resource\nOwner" as human participant "Public Client\nor\nApplication Server" as App participant "OAuth\nAuthorization\nEndpoint" as OAuth1 participant "OAuth\nToken\nEndpoint" as OAuth2 participant "OAuth\nRegistration\nEndpoint" as OAuth3 participant "Identity Provider" as IdP actor "Administrator" as admin database "KEEP API\nEndpoint" as keep group registration admin -> OAuth3: register new application admin -> OAuth3: Define scopes for application admin -> App: Provide client id end human -> App: request resource group use PKCE for public client human <-- App: request\nauthorization human -> OAuth1: access OAuth OAuth1 --> IdP: redirect to Authentication human <-> IdP: authenticates human -> OAuth1: authorizes client\nfor registered scopes human <-- OAuth1: redirects with authorization code human -> App: provide authorziation code App -> OAuth2: send client id\nand authorization code end App <- OAuth2: provide access token (JWT) group covered by KEEP App -[#000000]> keep: send access token (JWT) with resource request App <[#000000]- keep: provide resource end @enduml
false
true
false
false
usecase
1c70bf8d10f117c4222b70774ac96e0e06ee6062
c76fe0e93a144d0b42d01346304c79cf6dff4d38
/readme_files/cache_refetch.puml
e991005562c59be7922db3f9faeb8941b43e791c
[ "Apache-2.0" ]
permissive
motorro/RxLceModel
b3e0ca3e10ad2dd773484f41674150f570ced847
d6c0d456e23544982fed95dcd68c926005857ed6
refs/heads/master
2023-05-10T16:09:01.957578
2023-05-08T18:41:59
2023-05-08T18:41:59
172,682,449
7
0
Apache-2.0
2023-01-31T15:35:40
2019-02-26T09:43:11
Kotlin
UTF-8
PlantUML
false
false
814
puml
@startuml Actor Subscriber Participant InternalService Participant LceModel Participant CacheService Database Database == Subscribe to state changes == Subscriber -> LceModel: subscribe state == Subscribe to cache events == LceModel -> CacheService: subscribe getData(params) CacheService -> Database: SELECT CacheService <-- Database: "ORIGINAL" LceModel -> Subscriber: onNext(Content(data = "ORIGINAL")) == Internal Service changes some internal cache structure == InternalService -> Database: UPDATE value="UPDATE" InternalService -> CacheService: refetch(PARAMS) note right Internal service makes cache service to refetch changed data and update subscribers end note CacheService -> Database: SELECT CacheService <-- Database: "UPDATE" LceModel -> Subscriber: onNext(Content(data = "UPDATE")) @enduml
false
true
false
false
usecase
32cec19d49cfd1cfb0823c723611c2f2716dc729
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/2 Use Case Diagram/5 Extension.puml
bc1e7968c99ed2c21deeceeb19b22757604e80a4
[ "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
108
puml
@startuml :Main Admin: as Admin (Use the application) as (Use) User <|-- Admin (Start) <|-- (Use) @enduml
false
true
false
false
class
b91e889997cb142ec09be9e36ebd9b2b718f7da8
9320ccc808c219e0a1a479db889b5531979cd118
/doc/bestspot4me_architecture.puml
fe53b65983067def921e47684b32b57ad16367f1
[]
no_license
gartcimore/bestspot4me
e9cd0ba2e4e27fc867f18db16346b8580ad3a0cf
af318792ba28ec85713189a2c2c8b757a6e42df5
refs/heads/master
2020-09-21T19:12:01.640051
2019-09-19T09:45:15
2019-09-19T09:45:15
67,681,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
681
puml
@startuml node "docker frontend" as dockerfrontend { [web frontend] as frontend } database "MongoDB" as mongo { [mongo] ..> [dbdata] : use docker volume } node "websocket-server" { } node "docker rest-api" as dockerrest { [rest-api] frame "Docker volume" as restdata { } } node "Monitoring" { node "WeaveScope" as scope { } } node "web-app" { } node "load balancer" { [NGInx] as nginx } cloud { [Third Party Data] } cloud { [Http Clients] } [Http Clients] --> [nginx] [nginx] --> [frontend] [frontend] --> [rest-api] [rest-api] ..> [restdata] : use docker volume [rest-api] --> [mongo] [rest-api] --> [Third Party Data] @enduml
false
true
false
false
sequence
209790ed9c156034ff0d141612f0a5374f903005
5037fa8d593da60bfc0ffabc20430d62ed78a1c1
/docs/m2m-use-cases.puml
4b68e6fd72a4c92595e0724f6301990de1695174
[ "Apache-2.0" ]
permissive
reTHINK-project/dev-smart-contextual-assistance-app
f7adea96beacaec7fc91302de6289e6ad318743b
adcdb86cc400da79dccabb2412fcdc8dd2325ad4
refs/heads/develop
2020-05-30T07:20:16.816636
2018-01-17T22:09:37
2018-01-17T22:09:37
56,498,153
0
0
Apache-2.0
2018-01-08T11:02:43
2016-04-18T10:17:55
CSS
UTF-8
PlantUML
false
false
191
puml
@startuml usecase (Video Monitoring) as videoMonitorUC usecase (Temperature Monitoring) as temperatureUC usecase (Light Monitoring) as lightUC usecase (Power Monitoring) as powerUC @enduml
false
true
false
false
usecase
8dd3fadb55f6a27178058b13a5f41ffda4098f41
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/ui/SettingsView.puml
4de5f375d47e163886a385c8a8da75223a4048e2
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
454
puml
@startuml class SettingsView { [[SettingsView.html]] {static} -FXML_FILE: String -interfacesList: ComboBox<Map.Entry<String, InetAddress>> -serverNameField: TextField -serverNameLabel: Label -serversList: ComboBox<ServerSession> -serversListLabel: Label -initializeInterfacesList(): void -initializeServerNameField(): void -initializeServersList(): void } @enduml
false
true
false
false
class
45ce3d923f0ee3dd18a645129466c1488ecac5ff
1e992cebb323e6f1bbddd1e23b6214f8806b7834
/sip/ClientServer/sip_state_client_server_invite_transaction.puml
61050dce4bf11490cc54eb96393195a43d0443ca
[]
no_license
gongpengjun/code_diagrams
006c66441ae26331d19a408912af01c84e1bd5f4
686a830f47e407ddc58e7f8003331ee4fca5975c
refs/heads/master
2021-06-26T00:52:25.079556
2020-10-27T13:45:34
2020-10-27T13:45:34
166,416,838
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,869
puml
@startuml title SIP INVITE Client and Server Transaction skinparam monochrome true autonumber "F00 " hide footbox skinparam BoxPadding 40 skinparam headerFontSize 14 'skinparam headerFontColor red header SIP-0 box "INVITE client transaction" participant "Calling" as InviteTC_Calling participant "Proceeding" as ITC_Proceeding participant "Completed" as ITC_Completed participant "Terminated" as ITC_Terminated end box box "INVITE server transaction" participant "Proceeding" as ITS_Proceeding participant "Completed" as ITS_Completed participant "Confirmed" as ITS_Confirmed participant "Terminated" as ITS_Terminated end box InviteTC_Calling -> ITS_Proceeding: INVITE hnote over InviteTC_Calling: Calling activate InviteTC_Calling activate ITS_Proceeding InviteTC_Calling -> InviteTC_Calling: start timer A (INVITE request retransmit)\n0.5s, 1s, 2s...32s InviteTC_Calling -> InviteTC_Calling: start timer B (INVITE transaction timeout)\n32s InviteTC_Calling -> ITC_Terminated: INVITE timeout (timer B fired) activate ITC_Terminated hnote over ITC_Terminated: Terminated destroy ITC_Terminated 'InviteTC_Calling -> ITS_Proceeding: INVITE (timer A fired) deactivate InviteTC_Calling hnote over ITS_Proceeding: Proceeding ITC_Proceeding <- ITS_Proceeding: 100 Trying activate ITC_Proceeding hnote over ITC_Proceeding: Proceeding 'note right of ITC_Proceeding: stop timer A 'note right of ITC_Proceeding: stop timer B ITC_Proceeding -> ITC_Proceeding: restart timer C (call timeout)\n3mins(iOS)/1mins(Android)/5mins(Server) ITC_Proceeding <- ITS_Proceeding: 180 Ringing note left of ITC_Proceeding: Ringing deactivate ITC_Proceeding '== wait for HUMAN input == ITS_Proceeding -> ITS_Terminated: 200 (user accept) activate ITS_Terminated ITC_Terminated <- ITS_Terminated: 200 (launch Ack transaction server to transmit 200 and wait ACK) hnote over ITS_Terminated: Terminated activate ITC_Terminated destroy ITS_Terminated hnote over ITC_Terminated: Terminated destroy ITC_Terminated ITS_Proceeding -> ITS_Completed: 300-699 (408 Timeout/486 Busy/487 cancel Terminated/603 Decline) deactivate ITS_Proceeding activate ITS_Completed ITC_Completed x<- ITS_Completed: 300-699 hnote over ITS_Completed: Completed ITS_Completed -> ITS_Completed: start timer G (INVITE response retransmit)\n0.5s, 1s, 2s...32s ITS_Completed -> ITS_Completed: start timer H (Wait for ACK receipt)\n32s ITC_Completed x<- ITS_Completed: 300-699 (timer G fired) ITS_Completed -> ITS_Terminated: timer H fired (can't recv ACK in 32s) activate ITS_Terminated hnote over ITS_Terminated: Terminated destroy ITS_Terminated ITC_Completed <- ITS_Completed: 300-699 (timer G fired) deactivate ITS_Completed activate ITC_Completed hnote over ITC_Completed: Completed 'note right of ITC_Completed: stop timer A 'note right of ITC_Completed: stop timer B ITC_Completed -> ITC_Completed: start timer D (Wait for final response retransmits)\n32s ITC_Completed -> ITS_Confirmed: ACK (300-699) hnote over ITS_Confirmed: Confirmed activate ITS_Confirmed 'note right of ITS_Confirmed: stop timer G 'note right of ITS_Confirmed: stop timer H ITS_Confirmed -> ITS_Confirmed: start timer I (Wait for ACK retransmits)\n5s(Maximum duration a message in network) ITS_Confirmed -> ITS_Terminated: timer I fired activate ITS_Terminated deactivate ITS_Confirmed hnote over ITS_Terminated: Terminated destroy ITS_Terminated ITC_Completed -> ITC_Terminated: timer D fired activate ITC_Terminated deactivate ITC_Completed hnote over ITC_Terminated: Terminated destroy ITC_Terminated skinparam footerFontSize 14 'skinparam footerFontColor red footer INVITE failure transaction is three way handshake: (INVITE,300-699,ACK) and delivered hop-by-hop by INVITE transaction itself\nINVITE successful transaction is three way handshake: (INVITE,200,ACK) and the 200 and ACK is delivered end-to-end by SIP core layer @enduml
false
true
false
false
sequence
050df8825b103a55393c95fd44685b938fcb2dee
c815f9c82c1400f76243750cd0ec609d217b9943
/poison-pill/etc/poison-pill.urm.puml
f05c406922266fcb94266d367e75e917c2c682bc
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
1,873
puml
@startuml package com.iluwatar.poison.pill { interface MqPublishPoint { + put(Message) {abstract} } interface Message { + POISON_PILL : Message {static} + addHeader(Headers, String) {abstract} + getBody() : String {abstract} + getHeader(Headers) : String {abstract} + getHeaders() : Map<Headers, String> {abstract} + setBody(String) {abstract} } class App { + App() + main(args : String[]) {static} } interface MessageQueue { } class Producer { - isStopped : boolean - name : String - queue : MqPublishPoint + Producer(name : String, queue : MqPublishPoint) + send(body : String) + stop() } class Consumer { - name : String - queue : MqSubscribePoint + Consumer(name : String, queue : MqSubscribePoint) + consume() } class SimpleMessageQueue { - queue : BlockingQueue<Message> + SimpleMessageQueue(bound : int) + put(msg : Message) + take() : Message } interface MqSubscribePoint { + take() : Message {abstract} } class SimpleMessage { - body : String - headers : Map<Headers, String> + SimpleMessage() + addHeader(header : Headers, value : String) + getBody() : String + getHeader(header : Headers) : String + getHeaders() : Map<Headers, String> + setBody(body : String) } enum Headers { + DATE {static} + SENDER {static} + valueOf(name : String) : Headers {static} + values() : Headers[] {static} } } SimpleMessageQueue --> "-queue" Message Headers ..+ Message Consumer --> "-queue" MqSubscribePoint Producer --> "-queue" MqPublishPoint SimpleMessage --+ Message Producer --+ Message Message --> "-POISON_PILL" Message Consumer --+ Message MessageQueue --|> MqPublishPoint MessageQueue --|> MqSubscribePoint SimpleMessageQueue ..|> MessageQueue SimpleMessage ..|> Message @enduml
false
true
false
false
class
b5813e2827db952f6a924044c4f367add2dadd2a
ac8c77c3c3948dcddcfc8802a72486b71fcacf0c
/src/main/resources/test.puml
d64c5dc6b9749f66b687bce3431f2df6032ba2ce
[]
no_license
cuiyindeng/java-core
e0d8d47d4a315625f44c2b4ae982bae7499000f6
205bc172d4bfab9716b39bd3f25001cf96f17a17
refs/heads/master
2023-07-21T03:35:28.916032
2023-07-06T12:30:03
2023-07-06T12:30:03
195,913,007
0
0
null
2020-10-13T14:26:53
2019-07-09T01:53:50
Java
UTF-8
PlantUML
false
false
325
puml
@startuml Alice -> Bob: Authentication Request alt successful case Bob -> Alice: Authentication Accepted else some kind of failure else Another type of failure Bob -> Alice: Please repeat Bob --> Alice: Authentication end Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml
false
true
false
false
sequence
3861253c6f4f58c3b4de150561f9ed7fc44ac6dd
74d7c3c95e01495cc10d5f5c8769059529c80970
/figuras.puml
920117524518fe3d01a3fd473864ae4a5db05c52
[]
no_license
meschoyez/FigurasHerencia
c6bdaf5f456333725710c06556597aae04ec6a73
72430e32c5714c48da4cb09e78d2aac298700323
refs/heads/master
2020-05-24T01:40:34.829521
2019-05-16T13:57:56
2019-05-16T13:57:56
187,039,712
0
0
null
null
null
null
UTF-8
PlantUML
false
false
362
puml
@startuml class figurasherencia.FIgurasHerencia class figurasherencia.FiguraGeometrica class figurasherencia.Rectangulo class java.awt.Color figurasherencia.FIgurasHerencia ..> java.awt.Color figurasherencia.FiguraGeometrica ..> java.awt.Color figurasherencia.Rectangulo --|> figurasherencia.FiguraGeometrica figurasherencia.Rectangulo ..> java.awt.Color @enduml
false
true
false
false
class
d5d2d7325e896bba1dee630245186f1d5c88d273
e84cdf400a0c388fb619ee59d2e9b7088c68a42e
/Lab submits/60030112/Task 2/Task 2.puml
1ccd75d817450c56ae4c63a618202761f98dcf94
[]
no_license
03376808-OOAD/OOAD-WEEK09
d26687e13b991490dd87ed39c672401b613de35d
5d1067a52587f950b5abf6e89de8a951f752266d
refs/heads/master
2022-09-08T11:20:50.411169
2020-06-01T09:05:32
2020-06-01T09:05:32
69,578,305
0
10
null
2020-06-01T09:05:33
2016-09-29T14:57:50
null
UTF-8
PlantUML
false
false
783
puml
@startuml skinparam classAttributeIconSize 0 hide circle class Computer{ + CPU - PowerSupply + Brand logo + Monitor() + Mouse() + Printer() + Scanner() + Keyboard) } class Monitor{ + Button + Brand logo + Plug Screen() } class Mouse{ +color - USB wireless + Brand logo + Click left() + Click eight() + sroll bar() } class Printer{ + Brand logo + Scan + Print BlackWhithe() + Print Color() } class Scanner{ +Macro +Brand logo +RGB +Check val() +Send val() } class Keyboard{ +Button text +Button number +Brand logo +Change symbols() +ChangeLanguage() +Key up } Computer -- "1..."Monitor :connect Computer -- "1...1"Mouse :connect Computer -- "0...1"Printer :connect Computer -- "0...1"Scanner :connect Computer -- "1...1"Keyboard :connect @enduml
false
true
false
false
class
3e7f6625ec20f563dcba859b845e90f2a58255bb
9fe1fda67ad94124e2bfc1214d396bbb7e37583a
/flutter_unit_test/flutter_unit_ex/reports/docs/diagrams/src/diagrams.puml
b815bf568bc699cfded9bc26a1dd13e1334bd672
[ "BSD-3-Clause" ]
permissive
fredgrott/flutter_test
e45f6ee7c14653c9817441369db26702a9199937
cf79be56197740bfa17e2e4e2939189b51a5e94b
refs/heads/master
2023-07-28T02:51:44.887893
2021-08-29T16:33:49
2021-08-29T16:33:49
399,275,568
0
0
null
null
null
null
UTF-8
PlantUML
false
false
627
puml
@startuml set namespaceSeparator :: class "flutter_unit_ex::main.dart::MyApp" { +Widget build() } "flutter::src::widgets::framework.dart::StatelessWidget" <|-- "flutter_unit_ex::main.dart::MyApp" class "flutter_unit_ex::main.dart::MyHomePage" { +dynamic title +State createState() } "flutter::src::widgets::framework.dart::StatefulWidget" <|-- "flutter_unit_ex::main.dart::MyHomePage" class "flutter_unit_ex::main.dart::_MyHomePageState" { -int _counter -void _incrementCounter() +Widget build() } "flutter::src::widgets::framework.dart::State<T>" <|-- "flutter_unit_ex::main.dart::_MyHomePageState" @enduml
false
true
false
false
class
914137e88feb1f92c5199165748d6d430d287add
3403dc23d8f0c8c9fccff8cf6f550b445ce0fc3d
/user/sign-up.puml
b15c428fb3e52034d9b35aa4761992e3f0cfdaf6
[]
no_license
yokumar9780/plantuml-github-integration-example
754b60f18d57029ad1776954d21e20bac25e1200
ed4766f70541d87e1a763c1da5aaec61373d1c39
refs/heads/master
2022-09-03T12:19:21.006388
2020-05-25T21:57:43
2020-05-25T21:57:43
266,878,479
0
0
null
null
null
null
UTF-8
PlantUML
false
false
727
puml
@startuml header User footer Page %page% of %lastpage% title Sign up skinparam sequenceArrowThickness 2 skinparam roundcorner 20 skinparam maxmessagesize 60 skinparam sequenceParticipant underline actor User participant "GUI" as Gui participant "Keycloak" as Keycloak database DB User -> Gui: Sign-up Request activate Gui Gui -> Keycloak: Redirect activate Keycloak Keycloak -> Gui: Sign-up Page User -> Gui: Provide User details & Submit Request Gui -> Gui: ValidateUser Gui -> Keycloak: CreateUser Request Keycloak -> DB: StoreUser Request DB --> Keycloak: StoreUser Response Keycloak -> Gui: Send created user Token Or error message Response deactivate Keycloak Gui -> User: Redirect to Landing Page Or error Page @enduml
false
true
false
false
sequence
125cfe44f05c0329ef93b8ad4ec10007c524d2a5
856447e30ad4c24a8496f9462801d2479b6a520a
/WebPult/WebZulu/documents/UML/Packets/ru.zulu.client.utils.puml
960eb07934fd805a4c739a7bf641101266174b23
[]
no_license
Zulu-Platform/Zulu-ManagementPlane
d65c5d8c68271386b33dbaea9b7d32f8649a001c
b660f0096fff6138f0b7560ec6cef7ae03b66252
refs/heads/master
2021-03-30T17:58:24.822767
2017-08-24T08:44:10
2017-08-24T08:44:10
36,858,630
1
0
null
null
null
null
UTF-8
PlantUML
false
false
57
puml
@startuml package ru.zulu.client.utils { } @enduml
false
true
false
false
uml-unknown
bcf3d23ab7ae0661b1299888d6e84e2d165993d8
57e8b8da601d18fc1d3b94c01ea1cba7e0afeae5
/server/Izeat/src/java/fr/izeat/service/user/NutritionStatusInferfaceUML.puml
4b1edb0736ed05d8040a7cbc1745edf6b03ad8e5
[ "ISC" ]
permissive
baballev/Izeat
89091a7d34a51186ad1c6115301074f67c63b6f3
230416058c65a52e7ccdbbbc7a8cc14416b9a199
refs/heads/master
2022-10-31T22:20:55.149931
2020-06-08T14:42:04
2020-06-08T14:42:04
270,700,260
0
0
null
null
null
null
UTF-8
PlantUML
false
false
160
puml
@startuml interface NutritionStatusInterface{ void setStatusFromDataBase(int userId) NutritionValues getUserNeeds() NutritionValues setUserNeeds() } @enduml
false
true
false
false
class
a8e26e30abf526d6290972f950d152503c98b12d
5e8f232619b586a930d7b66f31993f0d7818bfc8
/source/uml/rln_dev_processes.puml
19c8ecce34f6a60dcdc2184751c82c0fbc2d7b67
[]
no_license
androsanta/Thesis
cfdf8ce99c4eb7fdd7a0fc02585265f0e454d7ea
7a90db288dfeaaef10b60ff282ef13ac44fff6f1
refs/heads/master
2023-01-30T09:24:38.868426
2020-12-14T10:00:07
2020-12-14T10:00:07
295,688,015
0
0
null
null
null
null
UTF-8
PlantUML
false
false
337
puml
@startuml Restlessness dev command generated processes left to right direction node "Cli process" as cli node "Backend process\nhttp://localhost:4123" as backend node "Frontend process\nhttp://localhost:5000" as frontend node "Project process\nhttp://locahost:4000" as project cli --> backend cli --> frontend cli --> project @enduml
false
true
false
false
deployment
e85ed8abea740a76bcf8a609308b9756ae5d2e6e
8647fb9e7ecc6e34c5d51dc45622215c0e839c58
/Confidence Level/CL-50-Happy Path.puml
c9a319c73f8691dc616fb7f36fd62ce54a3201e7
[ "Apache-2.0" ]
permissive
uk-gov-mirror/hmrc.api-architecture
68206547d85e8d172634e51b40f936514897e870
bf51f6dccfb84ac02a3614a06caa8993f8345609
refs/heads/master
2023-04-16T07:30:16.174231
2021-04-19T17:09:11
2021-04-19T17:09:11
356,719,835
0
0
null
null
null
null
UTF-8
PlantUML
false
false
801
puml
@startuml title AS IS - Happy Path Authentication Flow CL50: First Time User Access end title participant MTD as "MTD API Dev" #lightblue participant APIG as "API Gateway" #lightblue 'participant IV as "Identity Verfication" participant OA as "OAuth/IV" #lightblue participant 3PV as "Registered App" #lightblue actor TP as "MTD Taxpayer" #lightblue note over TP #CCCCCC Signed up to MTD CL50 end note note over MTD #CCCCCC read:self-assessment write:self-assessment CL: null end note MTD -> APIG : Publish API TP -> 3PV: Login 3PV -> OA: tax.service.gov.uk/oauth/authorize OA -> TP: redirect TP -> OA: MTD sign in & 2FA OA -> TP: Success - Approve app? TP -> OA: Yes OA -> 3PV: OAuth token (CL50) 3PV -> APIG: OAuth token (CL50) 3PV -> APIG: API request APIG -> 3PV: API response @enduml
false
true
false
false
usecase
e193b119f836912fe4f0e8e8b7fdead7685ca148
2fdfdd23c429bcf31b21547b53fbae2d3c07e090
/Process/Sequence/ClientInput2.puml
0d646a44dd0b7ff0367c4e01ff20f42b4510b368
[]
no_license
swa-group1/PlantUML
e3c7e073a4852678f98d7cc54d46e4cf5aa9b464
32d4a102b16a2d7c378b1c560bf170725cb2322f
refs/heads/main
2023-04-21T05:42:03.223046
2021-04-27T18:35:25
2021-04-27T18:35:25
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
905
puml
@startuml 'https://plantuml.com/sequence-diagram !pragma teoz true actor "User" as user box "Requesting Client" participant "User Interface" as ui participant "Game Observer" as game participant "ApiClient" as connector participant "Receiver" as receiver end box participant "Server" as server box "Passive Client" participant "Receiver" as receiver2 participant "Game Observer" as game2 participant "User Interface" as ui2 'participant "ApiClient" as connector2 end box actor "User" as user2 user -> ui : Place tower input ui -> connector : PlaceTowerRequest() connector -> server : (Http/s) Endpoint is called server -> receiver : &server -> receiver2: (TCP socket) Broadcast sent receiver -> game: TowerPlacedMessage &receiver2 -> game2: TowerPlacedMessage game -> ui : State change &game2 -> ui2: State Change ui -> user: :) &ui2 -> user2: :O @enduml
false
true
false
false
usecase
872b39988ca48ca834aa35e5da0f846a6f690bd7
005aa476ac9d11d36d1c0d202daa1e7c86df94c2
/hedwig-jdesignpattern/docs/imgs/structural/composite/composite.puml
1ff35456a89f6f64cac0efe349a6d33c32f333a3
[]
no_license
qdriven/designpattern-sanity
51d2c9ebb1970c24bb2746ac6ba38ffd966a541c
c67622c9d153a9154e941fa2aad4ab1c10dd37a9
refs/heads/master
2022-12-06T22:02:15.117957
2020-08-21T05:59:25
2020-08-21T05:59:25
98,328,079
0
0
null
2020-05-15T19:22:30
2017-07-25T16:33:31
Java
UTF-8
PlantUML
false
false
366
puml
@startuml class Leaf{ + operation() } class Component { + operation() + add(Component c) + remove(Component c) + getChild(int index) } class Composite{ + operation() + add(Component c) + remove(Component c) + getChild(int index) } Component <-- Composite Component <-- Leaf Composite *--->Component client ..> Component @enduml
false
true
false
false
class
65f19aa2c5e9aae70ce6b77fb42c0daa93222fd4
6d672f7ff2870a66f97bf7da95e9b3ad7bfc887c
/docs/MainFlow.puml
011f9725218d3b6e4a6bedea0d2e9307ee71cc24
[ "MIT" ]
permissive
ortolanph/BlogBot
aa60171a7e50aa88efdd57ec01e3f532ff82c630
3eedbcb9e59f2ea2ec91af5ea41f76811d40ef56
refs/heads/master
2022-01-25T12:23:09.881402
2022-01-22T17:59:28
2022-01-22T17:59:28
236,848,322
1
0
MIT
2022-01-22T18:00:23
2020-01-28T21:41:31
Java
UTF-8
PlantUML
false
false
353
puml
@startuml (*) --> "check input" If "/start" then --> [Yes] "Register user" --> "Send link to user blog" --> (*) else --> [No] "Handle message type" If "TEXT" --> [Yes] "Save on the database" --> "Notify User" --> (*) else --> [No] "Save asset on disk" --> "Save on the database" --> "Notify User" Endif Endif -->(*) @enduml
false
true
false
false
activity
22a107ede898a406145f9ec11836433ccad9644a
9791cc329437a2a9bfce6485d45d6a2e53572924
/docs/spec-saga-akka/plantuml/saga-state-diagram.puml
77e1d20e05b6b6a27faebeddd275d0cebb566421
[ "Apache-2.0", "MIT" ]
permissive
coolbeevip/servicecomb-pack
f2bd5f74378732b2968eede2db70358d4c38b671
5dda9dc1ffc221378e374a77b8ed0fcad8da919c
refs/heads/master
2022-09-16T02:26:06.000521
2022-05-20T22:13:41
2022-08-02T09:30:38
166,359,852
0
1
Apache-2.0
2020-05-18T03:31:02
2019-01-18T07:02:44
Java
UTF-8
PlantUML
false
false
1,897
puml
@startuml hide empty description [*] --> IDEL : SagaStartedEvent IDEL --> PARTIALLY_ACTIVE : TxStartedEvent<font color=blue>:addTxEntity</font> IDEL --> SUSPENDED : SagaEndedEvent IDEL --> SUSPENDED : SagaAbortedEvent PARTIALLY_COMMITTED --> PARTIALLY_COMMITTED : TxEndedEvent<font color=blue>:UpdateTxEntity</font> PARTIALLY_COMMITTED --> COMMITTED : SagaEndedEvent PARTIALLY_COMMITTED --> PARTIALLY_ACTIVE : TxStartedEvent<font color=blue>:AddTxEntity</font> PARTIALLY_COMMITTED --> FAILED : SagaAbortedEvent<font color=red>:doCompensation</font> PARTIALLY_COMMITTED --> SUSPENDED : SagaTimeoutEvent PARTIALLY_ACTIVE --> PARTIALLY_ACTIVE : TxStartedEvent<font color=blue>:addTxEntity</font> PARTIALLY_ACTIVE --> PARTIALLY_COMMITTED : TxEndedEvent<font color=blue>:UpdateTxEntity</font> PARTIALLY_ACTIVE --> FAILED : TxAbortedEvent<font color=blue>:UpdateTxEntity</font><font color=red>,doCompensation</font> PARTIALLY_ACTIVE --> SUSPENDED : SagaTimeoutEvent SUSPENDED --> SUSPENDED : SagaTimeoutEvent FAILED --> COMPENSATED : SagaAbortedEvent<font color=red>:doCompensation</font> FAILED --> SUSPENDED : SagaTimeoutEvent FAILED --> FAILED : TxCompensateAckSucceedEvent<font color=blue>:UpdateTxEntity</font>\nTxCompensateAckFailedEvent<font color=blue>:UpdateTxEntity</font>\nTxCompensateAckTimeoutEvent<font color=blue>:UpdateTxEntity</font>\nTxStartedEvent<font color=blue>:AddTxEntity</font>\nTxEndedEvent<font color=red>:doCompensation</font>\nComponsitedCheckEvent COMPENSATED --> [*] COMMITTED --> [*] SUSPENDED --> [*] IDEL: Map<localTxId,TxEntity> txEntityMap PARTIALLY_ACTIVE: Map<localTxId,TxEntity> txEntityMap PARTIALLY_COMMITTED: Map<localTxId,TxEntity> txEntityMap FAILED: Map<localTxId,TxEntity> txEntityMap COMMITTED: Map<localTxId,TxEntity> txEntityMap COMPENSATED: Map<localTxId,TxEntity> txEntityMap SUSPENDED: Map<localTxId,TxEntity> txEntityMap @enduml
false
true
false
false
sequence
c8ce07c35a7f200b70a340577337979df89a2195
476cfe55dafcfd1e0a88c798a2cb501a4e3b9660
/app/src/main/java/com/lyb/besttimer/androidshare/plantuml/simpleSubscribe.puml
4d68f4b477a4061402fbd3ede07289afcf22b8bc
[]
no_license
linyibiao/AndroidShare
1fe9d69afea766c6cec959af2ad61778b7c329f1
cf60592bde28e8a5f95efbb1f63a50c78376138c
refs/heads/master
2021-06-08T03:02:43.192404
2021-06-01T09:31:29
2021-06-01T09:31:29
63,312,583
5
3
null
2021-05-31T11:09:31
2016-07-14T07:25:40
Java
UTF-8
PlantUML
false
false
2,352
puml
@startuml interface Function interface Action extends Function interface Action0 extends Action{ void call() } interface Action1<T> extends Action{ void call(T t) } interface OnSubscribe<T> extends Action1{ void call(Subscriber<? super T> t) } class Observable<T>{ final OnSubscribe<T> onSubscribe public final Observable<T> subscribeOn(Scheduler scheduler) public final Observable<T> observeOn(Scheduler scheduler) public final Subscription subscribe(final Observer<? super T> observer) public final Subscription subscribe(Subscriber<? super T> subscriber) public final Subscription unsafeSubscribe(Subscriber<? super T> subscriber) } interface Subscription{ void unsubscribe() boolean isUnsubscribed() } interface Observer<T>{ void onCompleted() void onError(Throwable e) void onNext(T t) } abstract class Subscriber<T> implements Observer,Subscription{ public void onStart() } class SafeSubscriber<T> extends Subscriber{ private final Subscriber<? super T> actual; } interface ThreadFactory{ Thread newThread(Runnable r) } class RxThreadFactory implements ThreadFactory abstract class Scheduler{ public abstract Worker createWorker() } class NewThreadScheduler extends Scheduler{ final ThreadFactory threadFactory } ThreadFactory <-- NewThreadScheduler class Worker{ public abstract Subscription schedule(Action0 action) public abstract Subscription schedule(final Action0 action, final long delayTime, final TimeUnit unit) } class NewThreadWorker extends Worker{ private final ScheduledExecutorService executor } NewThreadWorker <.. NewThreadScheduler class OperatorSubscribeOn<T> implements OnSubscribe{ final Scheduler scheduler final Observable<T> source } interface Func1<T, R> extends Function{ R call(T t) } interface Operator<R, T> extends Func1{ Subscriber<? super T> call(Subscriber<? super R> t) } class OperatorObserveOn<T, T> implements Operator{ private final Scheduler scheduler } class OnSubscribeLift<T, R> implements OnSubscribe{ final OnSubscribe<T> parent final Operator<? extends R, ? super T> operator void call(Subscriber<? super R> r) } class ObserveOnSubscriber<T> extends Subscriber implements Action0{ final Subscriber<? super T> child; final Worker recursiveScheduler; } @enduml
false
true
false
false
class
af71da0a2f9fde51a49738e09f12e2b19b5ff95c
6e4f101bf0c73633a499b8a1e741676c582c8a3f
/Diagramas UML/Secuencia/Movimiento simple.puml
c5387ab0861a13772f2e0c7ee624b7098ae144f1
[ "MIT" ]
permissive
trinibucc/TP2-AlgoBlocks
34c61fcf80a346c2ed804fc062c0d2ece14a5611
fc175f31953a357f61f9c3c2c1bc403631e02b27
refs/heads/main
2023-03-21T01:57:58.859160
2021-03-13T20:51:00
2021-03-13T20:51:00
320,431,952
0
0
MIT
2021-03-13T20:48:49
2020-12-11T01:14:45
Java
UTF-8
PlantUML
false
false
1,122
puml
@startuml header page header title test05MoverIzquierdaConBloqueMoverIzquierdaPersonajeSeMueveIzquierda actor test05 test05 -> AlgoBlocks: agregarBloqueIzquierda() activate AlgoBlocks create BloqueIzquierda AlgoBlocks -> BloqueIzquierda: new BloqueIzquierda() activate BloqueIzquierda BloqueIzquierda -> BloqueIzquierda: nombre = "bloqueIzquierda" BloqueIzquierda --> AlgoBlocks: add(BloqueIzquierda) deactivate BloqueIzquierda test05 -> Algoritmo: ejecutar() activate Algoritmo Algoritmo -> BloqueIzquierda: ejecutar(personaje) activate BloqueIzquierda BloqueIzquierda -> Personaje: actualizarPosicion(-1, 0) Personaje -> Posicion: copiarXY(final) activate Posicion deactivate Posicion Personaje -> Posicion: sumarse(posicion) activate Posicion deactivate Posicion BloqueIzquierda -> Personaje: dibujar() activate Personaje Personaje -> LapizArriba: trazar(inicial, final) activate LapizArriba create SectorDibujo LapizArriba -> SectorDibujo: noAplicarTrazo(inicial, final) activate SectorDibujo SectorDibujo -> SectorDibujo: add(Segmento) deactivate SectorDibujo deactivate LapizArriba deactivate AlgoBlocks @enduml
false
true
false
false
usecase
c721d1b480ca09c06bd7dc94779cc5a1ee79d0b2
af6a660b6b61baffd53a4d83c336d59a1705c71d
/base-system/system-document/http无状态协议.puml
11d597f07a9e4ffdbac12399f86766effe49f4ea
[]
no_license
syshlang/syshlang-agile-machinist
38837ec0958fa913e1b42e8f1a982c28c5732f18
04e77d638926e9ece5f055ac6f60ca66d023c514
refs/heads/master
2022-12-28T03:14:25.265068
2021-11-28T13:58:31
2021-11-28T13:58:31
144,880,963
0
0
null
2022-12-16T06:31:30
2018-08-15T17:08:15
JavaScript
UTF-8
PlantUML
false
false
227
puml
@startuml browser -> server: first Request server --> browser: first Response browser -> server: second Request browser <-- server: second Response browser -> server: third Request browser <-- server: third Response @enduml
false
true
false
false
sequence
d966acb5422d3eeec206bab45c513bc75c7f4557
136ce57f474d035a700706c5a2c829b716c32f1e
/cdct/diagramme_de_sequence/plantuml/afficher_objet.puml
ce4acc366b3e9ec15af174791b8bf63678a4044f
[]
no_license
SKAVALT-io/esidom_doc
fe98aefe219afc0d5761244c7a65977ca2953d55
b04889428a1a913e381cc5fc8615c4c7e450c854
refs/heads/main
2023-03-11T08:41:02.553855
2021-03-02T02:21:34
2021-03-02T02:21:34
322,641,413
0
0
null
null
null
null
UTF-8
PlantUML
false
false
709
puml
@startuml afficher objet actor "Utilisateur" as u participant "Esidom front-end" as fe participant "Esidom back-end" as m participant "Home Assistant" as ha u -> fe: Afficher objet fe -> m: GET /device/{device_id} m -> ha: WS : {type: "search/related", item_type: "device", item_id: "{device_id}"} ha --> m: WS :\n {type: "result", success: true,\n result:\n {\ \n area:["salon"], \ \n automation: ["automation.nouvelle_automatisation_2"]\ \n config_entry: ["67a55a3af85a25e4985e34e6a0ec4cd4"], \ \n entity: ["sensor.oeil_fibaro_luminance", "sensor.oeil_fibaro_burglar", "sensor.oeil_fibaro_general"] \ \n}} m --> fe: 200 - Ok fe --> u: Affiche les informations de l'objet @enduml
false
true
false
false
sequence
8b8eadb7aed0e6a53c3c637065482efbec25a2f1
0a0fa701ab93f38592532f36e2be71e353bfd568
/UML/state machine diagram/new_account.puml
96f986944e829c5c6d6a172dc3e4c358184f8d74
[]
no_license
Pahoomich/nwchat
acdc409de39530909fba61ef49192d40f0ffe586
96b9ecf35e0e0ecc5b37d59de794882bc63c38ef
refs/heads/master
2020-05-24T16:44:08.730653
2020-01-21T06:42:58
2020-01-21T06:42:58
187,366,752
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,387
puml
@startuml [*] --> OpenIsCreateUserPage: user visit page "create user" OpenIsCreateUserPage --> FullNameFieldsIsFilled: user filling field FullNameFieldsIsFilled --> ServerGetRequest : http.post(user) ServerGetRequest --> EntityIsCorrect : Binding.hasError() == flase ServerGetRequest --> EntityIsIncorrect : Binding.hasError() == true EntityIsIncorrect --> OpenIsCreateUserPage : redirect EntityIsCorrect --> LoginAndPassIsGenerated : user.genUserLogin()\n user.genUserPassword() LoginAndPassIsGenerated --> DbPerformedTransaction : UserRepository.save(user) DbPerformedTransaction --> OpenIsShowUserPage : redirect OpenIsShowUserPage --> [*] 'LoginAndPassIsGenerated: genUserLogin(User new_user)\n genUserPassword(User new_user) 'LoginAndPassIsGenerated --> SaveButtonIsPress 'SaveButtonIsPress --> RequestForBD : UserRepository.getUserByName(User new_user) \n 'RequestForBD --> ShowMessageSuccess : Model.setViewName() \n 'RequestForBD --> ShowMessageIncorrectFullName : Model.setViewName('Error message') \n 'ShowMessageSuccess --> [*] 'ShowMessageIncorrectFullName --> [*] 'state PageIsOpen : user with empty field 'state FullNameFieldsIsFilled : user with filling first name and last name 'state LoginAndPassIsGenerated : Filling Login and Pass fields \n 'state SaveButtonIsPress 'state RequestForBD 'state ShowMessageSuccess 'state ShowMessageIncorrectFullName @enduml
false
true
false
false
sequence
fca8664a083aed418b4cd2a5400fdb4629218d7b
828882025f74a51ee6a8cb5dd2f83bffe4d5c951
/test3/reader.puml
c97f443439fe0017c0ec506200dbfcf9443b1eb1
[]
no_license
ydswinter/is_analysis
cf27edc37bad712e225cd29f25a90164526a6461
40b3d3d555796524f787cca4f10667c1be427ae6
refs/heads/master
2021-09-15T20:24:39.891291
2018-06-10T11:58:58
2018-06-10T11:58:58
125,835,278
0
0
null
null
null
null
UTF-8
PlantUML
false
false
156
puml
@startuml object reader{ id = 201510414422 password = "123456" name= "yds" role = "r" maxBorrowNum = 10 maxBorrowDay s= 60 } @enduml
false
true
false
false
object
1a8cf549c8fefddc03cd2e9dc4202736c01b750e
29cb40266a20b6bc33248ccae4cccf02b8167a35
/Examples/carrental/src/main/resources/system.puml
e04c302edc3430c4cb843f1bcda00e07e85e401e
[ "Apache-2.0" ]
permissive
chdharm/LearningPython
397c0a829a960bd885b635ecb07c02870bcf1026
fad3a50e0dfb02c9caa8d745d81ec105696f1309
refs/heads/master
2022-06-17T16:31:56.064226
2022-06-02T06:18:59
2022-06-02T06:18:59
100,912,022
1
3
null
2022-06-02T06:19:24
2017-08-21T04:21:01
Python
UTF-8
PlantUML
false
false
280
puml
@startuml left to right direction actor "System" as sys package Notification { usecase "Compute Invoice" as suc1 usecase "Send invoice" as suc2 usecase "Send Booking Reminder" as suc3 usecase "Update Inventory" as suc4 } sys --> suc1 sys --> suc2 sys --> suc3 sys --> suc4 @enduml
false
true
false
false
usecase
ea9e84114d990adfabe767291682b347d55fe8dc
b36e0c7fe97088c7ae5394b9b821a98e7e270888
/diagrams/test.puml
2940d85df2d82a95dbac61968f97e957e9a8da79
[ "MIT" ]
permissive
calypso-lang/assets
d4833c0104986f0b1e209610a4b328a59ee140bd
2dc7f59cc325cc17608cb9b28409c653b665c0c6
refs/heads/main
2023-04-20T14:54:19.199937
2021-05-11T01:34:41
2021-05-11T01:34:41
314,695,669
0
0
null
null
null
null
UTF-8
PlantUML
false
false
617
puml
' This is a test UML document to make sure that PlantUML, GraphViz, and the theme are working. @startuml test !include https://raw.githubusercontent.com/bschwarz/puml-themes/master/themes/cyborg-outline/puml-theme-cyborg-outline.puml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } 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
52ea831bd688cf50b5e2e00430cfb007280ee14e
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Stack-Template/List-Stack-Template.puml
4c94af549cb21099b343c94b18a8d1f1fbcbf66d
[]
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
269
puml
@startuml Actor "actorName" as A box "Manage-Stack-Template" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S A -> CLI : c3-template-list() CLI -> S : template/list() A -> Web : template/list() Web -> S : template/list() end box @enduml
false
true
false
false
sequence
6a6fa3aa8fb6cfe4ef7381ed8ba7233fc0299cc4
5bdf02940dcc5fd81c6e7b34d0111ac8fbd0bc28
/design/exam.puml
5caddade8b2dddae13e209afd390d9cd1eb32ea8
[]
no_license
jie-meng/exam
2790b927b3ed3b00737e77dad8dd99265097e7fc
fad005b769061afbae2f41214a7256847febd473
refs/heads/master
2022-04-19T21:08:05.737820
2020-04-20T05:48:13
2020-04-20T05:48:13
255,036,506
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,761
puml
@startuml package paper <<Aggregate>> { class Paper <<Aggregate Root>> { id: String blankQuizzes: List<BlankQuiz> reassemble(blankQuizzes: List<BlankQuiz>) {static} assemble(blankQuizzes: List<BlankQuiz>): Paper } class BlankQuiz <<ValueObject>> { id: String question: String referenceAnswer: String score: Int } Paper "1" o-- "N" BlankQuiz } package examination <<Aggregate>> { class Examination <<Aggregate Root>> { id: String paper: Paper examMinutes: Int startDate: Long endDate: Long {static} create(paperId: PaperId, examMinutes: Int, startDate: Long, endDate: Long): Examination } class "Paper" as P <<Value Object>> { id: String blankQuizzes: List<BlankQuiz> } class "BlankQuiz" as Q <<Value Object>> { id: String question: String referenceAnswer: String score: Int } class PaperId <<Value Object>> { id: String } Examination "1" *-- "1" P P "1" *-- "5..20" Q PaperId "1" <.. "1" Examination } package examsheet <<Aggregate>> { class ExamSheet <<Aggregate Root>> { id: String studentId: String examinationId: ExaminationId answers: List<Answer> leftMinutes: Int submitAnswer(index: Int, answer: String) handIn() {static} assign(examination: Examination): AnswerSheet } class Answer <<Entity>> { id: String answer: String submit(answer: String) } class ExaminationId <<Value Object>> { id: String } ExaminationId "1" <-- "1" ExamSheet ExamSheet "1" *-- "5..20" Answer } @enduml
false
true
false
false
class
16b881cfd0100cc28fc71c8a6c7d701780232f59
e0fc387e3c625fa8993aac6eb359b59bdad6d112
/docs/sequence_diagram/update_transaction_by_admin.plantuml
1b9dd88111852ce8dd6652f0d7e8a06e3e20d0e2
[]
no_license
davidgamaliel/telkomsel-cart
21406546030a823182ce24ad5de07938167bdaf3
b943a9ec628ce53bf3db828bbcfe47243c95360a
refs/heads/main
2023-08-18T20:33:42.952846
2021-10-11T16:17:23
2021-10-11T16:17:23
416,004,420
0
0
null
null
null
null
UTF-8
PlantUML
false
false
621
plantuml
title Update Transaction Event By Adminn autonumber actor Admin participant Client participant Backend database "go_cart_database" participant RemitService Admin -> Client: deliver transaction Client -> Backend: PATCH /api/_exclusive/transactions/:id/deliver Backend -> go_cart_database: update transactions with state `delivered` and remit amount go_cart_database --> Backend: transaction updated successfully Backend --> RemitService: trigger remit event RemitService --> RemitService: remit amount to seller (in background) Backend --> Client: return updated transaction Client --> Admin: return updated transaction
false
true
false
false
usecase
865b2fba1f17fbf7ecdaa0d54d4c11b6d04c74d5
d3a876dfe2851c165719340252ac30e60912f6e6
/bg-manager/bg-designPattern/src/main/java/com/mhm/struct/facade/facade.puml
441033e750755782f5a8aa9a4569c410848c80f2
[]
no_license
289562326/bigdata_mhm
846af37dbc8a00580b3c0424f1cebc21d659c672
210636d2ea350c0228deccf1485d3d1a6eb4a39c
refs/heads/master
2022-07-10T14:41:56.081002
2021-04-29T11:33:58
2021-04-29T11:33:58
190,759,465
0
0
null
2022-06-17T03:33:35
2019-06-07T14:42:09
Java
UTF-8
PlantUML
false
false
124
puml
@startuml Facade o-- Module class Facade { -Module module +doSomething() } class Module{ +method() } @enduml
false
true
false
false
class
d920e492bcaf265bdd715dc3107de5ea11af94d2
5a7e90c78082baf0160490802050be4a35ac4307
/umls/plantuml/Types.puml
d1b2081c94a426450d5a034c5a34158b5a194e6b
[]
no_license
lamasumas/DLP_PMM
fc3b3560dc92342cd31005fcfa6f5e06acbb2d7a
cd0fe6d29b298791881723877cf9e4c903494326
refs/heads/master
2022-11-12T14:24:58.329549
2020-07-02T17:58:57
2020-07-02T17:58:57
276,710,989
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,205
puml
@startuml Types class ArrayType{ - int theLine - int theColumn - int theSize - Type theType + R accept(Visitor<R,T> v, T param) + Type squareBrackets(Type otherType) + int getByteSize() + FieldDefinition getField() + String getTypeString() } class CharType{ + R accept(Visitor<R,T> v, T param) + Type promotesTo(Type otherType) + boolean isBuiltInType() + Type canBeCast(Type otherType) + int getByteSize() + boolean isValidReturnType(Type otherReturnType) + String getTypeString() } class DoubleType{ + R accept(Visitor<R,T> v, T param) + Type arithmetic(Type otherType) + Type comparison(Type otherType) + Type promotesTo(Type otherType) + boolean isBuiltInType() + Type canBeCast(Type otherType) + boolean isValidReturnType(Type otherType) + Type arithmetic(int errorline) + int getByteSize() + String getTypeString() } class ErrorType{ - String message - ErrorHandler eh + String getMessage() + R accept(Visitor<R,T> v, T param) + Type arithmetic(Type otherType) + boolean isValidReturnType(Type otherType) + Type comparison(Type otherType) + Type logic(Type otherType, int errorline) + Type logic(int errorline) + Type promotesTo(Type otherType) + Type canBeCast(Type otherType) + Type squareBrackets(Type otherType) + Type dot(String theField) + Type parenthesis(List<Expression> param, int errorline) + Type arithmetic(int errorline) } class FieldDefinition{ - String fieldName - Type fieldType - int offset + String getFieldName() + Type getFieldType() + R accept(Visitor<R,T> v, T param) + int getByteSize() + int getOffset() + void setOffset() + String getTypeString() } class FuncType{ - Type returnType - List<VarDefinition> params + Type getReturnType() + List<VarDefinition> getParams() + R accept(Visitor<R,T> v, T param) + boolean isBuiltInType() + Type parenthesis(List<Expression> param, int errorline) + boolean isValidReturnType(Type otherReturn) + int getByteSize() } class IntType{ + boolean isLogic() + R accept(Visitor<R,T> v, T param) + Type arithmetic(Type otherType) + Type comparison(Type otherType) + Type logic(int line) + Type logic(Type otherType, int errorline) + Type promotesTo(Type otherType) + boolean isBuiltInType() + Type canBeCast(Type otherType) + boolean isValidReturnType(Type otherReturn) + Type arithmetic(int errorline) + int getByteSize() + String getTypeString() } class StrucType{ - List<FieldDefinition> fieldDefinitionList + List<FieldDefinition> getFieldDefinitionList() + R accept(Visitor<R,T> v, T param) + Type dot(String theField) + int getByteSize() + String getTypeString() } class VoidType{ + R accept(Visitor<R,T> v, T param) + boolean isValidReturnType(Type otherReturn) } class Cast { - Type theType - Expression theExpression + R accept(Visitor<R,T> v, T param) + Expression getTheExpression() + Type getTheType() } interface Type{ boolean isLogic() Type logic(Type otherType, int errorline) Type logic(int errorline) Type arithmetic(Type otherType) Type arithmetic(int errorline) Type comparison(Type otherType) Type promotesTo(Type otherType) boolean isBuiltInType() Type canBeCast(Type otherType) Type squareBrackets(Type otherType) Type dot(String theField) Type parenthesis(List<Expression> param, int errorline) int getByteSize() boolean isValidReturnType(Type otherReturn) String getTypeString(); } note top of Type: This interface is implemented an Abstract class \n and then this abstrac class is extended by each class. interface ASTNode{ int getLine int getColumn R accept(Visitor<R,T> v, T param) } Type <|.. IntType Type <|.. CharType Type <|.. StrucType Type <|.. FuncType Type <|.. ErrorType Type <|.. DoubleType Type <|.. VoidType Type <|.. ArrayType StrucType o--"n" FieldDefinition Type "1"--o FieldDefinition FuncType o--"1" Type : Return type Type "1"--o Cast ASTNode <-- Type @enduml
false
true
false
false
class
7cb94cdc47e9231544de23b196ffa9ef00f27d3b
d10503f47377addd953c47db621947c28060f809
/State/src/main/java/stateSequenceDiagram.puml
00991b8e12f227f3b6f1975b963101af25d22522
[ "MS-PL" ]
permissive
BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML
a0c93981e4924ded0b1db50b296d48c0155f376e
dd5fbb54da0daf0fa8ecb7184af9baecaf508d85
refs/heads/master
2021-01-17T23:11:04.570954
2015-03-18T20:17:21
2015-03-18T20:17:21
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,821
puml
@startuml actor main activate main create VideoPlayerContext main -> VideoPlayerContext: new create VideoPlayerStoppedState VideoPlayerContext ->VideoPlayerStoppedState:new main -> VideoPlayerContext: play activate VideoPlayerContext VideoPlayerContext -> VideoPlayerStoppedState:play(VideoPlayerContext) activate VideoPlayerStoppedState create VideoPlayerPlayingState VideoPlayerStoppedState->VideoPlayerPlayingState: new VideoPlayerStoppedState -> VideoPlayerContext:changeState(VideoPlayerPlayingState) destroy VideoPlayerStoppedState deactivate VideoPlayerContext main -> VideoPlayerContext: getCurrentMode activate VideoPlayerContext VideoPlayerContext -> VideoPlayerPlayingState: getMode() activate VideoPlayerPlayingState VideoPlayerContext <-- VideoPlayerPlayingState: mode deactivate VideoPlayerPlayingState main <-- VideoPlayerContext : currentMode deactivate VideoPlayerContext main -> VideoPlayerContext: stop activate VideoPlayerContext VideoPlayerContext -> VideoPlayerPlayingState:stop(VideoPlayerContext) activate VideoPlayerPlayingState VideoPlayerPlayingState-> VideoPlayerStoppedState: new VideoPlayerPlayingState -> VideoPlayerContext:changeState(VideoPlayerStoppedState) destroy VideoPlayerPlayingState deactivate VideoPlayerContext main -> VideoPlayerContext: getCurrentMode activate VideoPlayerContext VideoPlayerContext -> VideoPlayerStoppedState: getMode() activate VideoPlayerStoppedState VideoPlayerContext <-- VideoPlayerStoppedState: mode deactivate VideoPlayerStoppedState main <-- VideoPlayerContext : currentMode destroy VideoPlayerStoppedState destroy VideoPlayerContext deactivate main @enduml
false
true
false
false
usecase
d5a24e716d071315fbf90d730c12b1f17d4469cd
94bce29d12d29b41ff73545ca8b7af668d6afd43
/src/main/java/ex41/Exercise_41.puml
3b0ed750bd88b59e1c6ee079273f2e1673e13851
[]
no_license
ColinMitchellGit/mitchell-cop3330-assignment3
3ce2f25b0dbf2d95b0df1810622d472ef4ab6dd0
97dff19866a680963e4c8cfe45436071a4772bc0
refs/heads/master
2023-06-02T19:15:44.326179
2021-06-21T03:15:12
2021-06-21T03:15:12
378,758,491
0
0
null
null
null
null
UTF-8
PlantUML
false
false
189
puml
@startuml 'https://plantuml.com/class-diagram exercise41_input.txt --|> ex41 NameSorter --|> ex41 ex41 --|> exercise41_output.txt class NameSorter { readNames() outputNames() } @enduml
false
true
false
false
class
6ef20a4c6023131d72410212e63280eed81f3212
7847fd2d7b5a7a21a2f83416befa95e32d482347
/docs/use-case/user-account.puml
d95e81a2ed36b01a92e9da23a81dc370bac7014f
[ "Apache-2.0" ]
permissive
cyprianno/mailblackbox
9ea5956ca13395445726b8f37922b3a7d14f215e
2a23afd227b8b4662b5498dc88193b6958ed5035
refs/heads/master
2020-04-06T04:47:09.698014
2017-04-01T00:31:16
2017-04-01T00:31:16
82,966,008
0
0
null
2017-03-02T00:56:44
2017-02-23T19:59:20
null
UTF-8
PlantUML
false
false
229
puml
@startuml note "Registration should be enabled\nto perform this task" as RegEnabled User --> (Register) RegEnabled . (Register) User --> (Log in) User --> (OAuth login) User --> (Update account) User --> (Remove account) @enduml
false
true
false
false
uml-unknown
6dd11f6a7e738eaad7cb6b3d4714e616b0c212f4
3d02493ef03cd6b6bdf1049da8beed48216fa762
/diagramas/Maquina de estados/codigo/contactoA_ME.puml
87e4c5ebfad959c3505a6431528c5b9e0a8e1cfb
[]
no_license
ArturoBurela/Residencias
482e88f891cd601a6d95ae983ee8e46aa74ee0fd
53fc532a0d971834ac0930b46f23a79ecc2fadcb
refs/heads/master
2021-08-22T16:51:13.452307
2017-11-30T17:45:03
2017-11-30T17:45:03
110,843,664
1
2
null
2017-11-22T16:21:24
2017-11-15T14:26:26
Java
UTF-8
PlantUML
false
false
283
puml
[*] --> Inicio Inicio : Seleccionar alumno a contactar Motivo: Seleccionar el motivo de contacto Descripción: Agregar mensaje Terminar : Mandar la información Inicio --> Motivo: Agregar Motivo --> Descripción: Completar Descripción--> Terminar : mandar Terminar --> [*] @enduml
false
true
true
false
sequence
fbdf3a773a0615a7ae5cb2a718332736d0d07d0e
8b5ebdbc84ed44cc21fd3115f741a1a369243364
/docs/concept.puml
a3752407cbf63ac024b014fd1e253a4081ef3b5b
[ "MIT" ]
permissive
the-bailiff/bailiff
509cf08ad662285119560b05beecf2738b203fd1
52e61cb31727fdbd193c15e85fa42709fac66847
refs/heads/master
2023-04-21T20:34:07.035363
2021-05-21T08:01:22
2021-05-21T08:01:22
270,720,997
3
0
MIT
2021-05-21T08:01:23
2020-06-08T15:30:38
Go
UTF-8
PlantUML
false
false
929
puml
@startuml actor User as user participant "Ingress" as ingress participant "Bailiff" as bailiff participant "Storage" as storage participant "Foo microservice" as ms user -> ingress: income request /foo/* ingress -> bailiff: route to bailiff proxy note right ingress every microservice has it's own bailiff sidecar end note bailiff -> storage: restore session data bailiff -> ms: populate income request with session data note right bailiff bailiff automatically adds extra headers with session data to income request with pattern: <b>X-Session-//Foo//: //Bar//</b> end note ms ---> bailiff: backend can optionally pass data to save in response headers note left ms bailiff will check response headers if there are any data to set to session: <b>X-Session-Set-//Foo//: //Baz//</b> end note bailiff -> storage: update session data if required bailiff ---> ingress: return response ingress ---> user: return response @enduml
false
true
false
false
sequence
b062aef3a7eb6e76ce6855f1f43f350879e352a3
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/class/label_relations.puml
133b91d8a974a39e19f14f585c74ad099330d9c9
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
122
puml
@startuml Class01 "1" *-- "many" Class02 : contains Class03 o-- Class04 : aggregation Class05 --> "1" Class06 @enduml
false
true
false
false
class
5d8cbf05641ee212255184fd338184ea3d06f75d
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/behavioral/mediator/class-diagram.puml
1915d3c6c0061ec80bdf4db194d57e2c3d824871
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
439
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam titleFontColor #5cb85c Title Mediator Pattern abstract class Mediator class ConcreteMediator implements Mediator abstract class Colleague class ConcreteColleague implements Colleague Mediator "1" o-- "many" Colleague Colleague "1" o-- "1" Mediator @enduml
false
true
false
false
class
d4ac39193844c9bd9cc1fc3673f04a628ed779c4
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/Custom/ElCazador.Worker/Modules/Spoofers/Models/SpooferPacket.puml
072e86e4f6efc70bea3c6705fc290995c615cf1f
[]
no_license
fisboger/Thesis
a6887e195c7daa8317abe3167de1676420173e33
4746126f69da615c641380fd7a33c863f2fedee3
refs/heads/master
2020-04-03T15:18:08.671739
2019-02-07T11:17:06
2019-02-07T11:17:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
120
puml
@startuml class SpooferPacket { + <<const>> BUFFER_SIZE : int = 508 + Buffer : byte[] <<get>> <<set>> } @enduml
false
true
false
false
class
c8fde1b5526809d26fba728f678a7c82464ef657
d6374fe9363a41031c51eb622cb0cb5e75b78380
/legacy/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-manage-participant-limit-1.1.0.plantuml
0d42f4d9430eff186ee2805df15b2c2f2591a020
[ "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
6,933
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> * Samuel Kummary <sam@modusbox.com> * Shashikant Hirugade <shashikant.hirugade@modusbox.com> -------------- ******'/ @startuml ' declare title title 1.1.0 Manage Participant Limits autonumber ' declare actors actor "HUB OPERATOR" as OPERATOR boundary "Central Service API" as CSAPI control "Participant Handler" as PARTICIPANT_HANDLER entity "Central Service API" as CSAPI entity "Participant DAO" as PARTICIPANT_DAO database "Central Store" as DB box "Central Services" #LightYellow participant PARTICIPANT_HANDLER participant PARTICIPANT_DAO participant DB end box ' start flow activate OPERATOR group Manage Net Debit Cap OPERATOR -> CSAPI: Request to adjust Participant Limit for a certain Currency - POST - /participants/{name}/limits note right of OPERATOR #yellow Message: { payload: { currency: <string>, limit: { type: <string>, value: <Id> } } } end note activate CSAPI CSAPI -> PARTICIPANT_HANDLER: Adjust Limit for Participant activate PARTICIPANT_HANDLER PARTICIPANT_HANDLER ->PARTICIPANT_DAO: Fetch Participant/currency \n<color #FF0000><b>Error code:</b> 3200</color> activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Fetch Participant/currency activate DB hnote over DB #lightyellow participant participantCurrency end note DB --> PARTICIPANT_DAO: Retrieved Participant/currency deactivate DB PARTICIPANT_DAO --> PARTICIPANT_HANDLER: Return Participant/currency deactivate PARTICIPANT_DAO PARTICIPANT_HANDLER -> PARTICIPANT_HANDLER: Validate DFSP alt Validate participant (success) PARTICIPANT_HANDLER ->PARTICIPANT_DAO: (for ParticipantCurrency) Fetch ParticipantLimit \n<color #FF0000><b>Error code:</b> 3200</color> activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Fetch ParticipantLimit activate DB hnote over DB #lightyellow participantLimit end note DB --> PARTICIPANT_DAO: Retrieved ParticipantLimit deactivate DB PARTICIPANT_DAO --> PARTICIPANT_HANDLER: Return ParticipantLimit deactivate PARTICIPANT_DAO PARTICIPANT_HANDLER -> PARTICIPANT_HANDLER: Validate ParticipantLimit alt Validate participantLimit (success) Group DB TRANSACTION IMPLEMENTATION - Lock on ParticipantLimit table with UPDATE note right of PARTICIPANT_DAO #lightgrey If (record exists && isActive = 1) oldIsActive.isActive = 0 insert Record Else insert Record End end note PARTICIPANT_HANDLER ->PARTICIPANT_DAO: (for ParticipantLimit) Insert new ParticipantLimit \n<color #FF0000><b>Error code:</b> 3200</color> activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Insert ParticipantLimit activate DB hnote over DB #lightyellow participantLimit end note DB --> PARTICIPANT_DAO: Inserted ParticipantLimit deactivate DB PARTICIPANT_DAO --> PARTICIPANT_HANDLER: Return ParticipantLimit deactivate PARTICIPANT_DAO ' Release Lock on ParticipantLimit table End else Validate participantLimit (failure) note right of PARTICIPANT_HANDLER #red: Validation failure! note right of PARTICIPANT_HANDLER #yellow Message: { "errorInformation": { "errorCode": 3200, "errorDescription": "ParticipantLimit Not Found", } } end note end PARTICIPANT_HANDLER --> CSAPI: Return new Limit values and status 200 note right of PARTICIPANT_HANDLER #yellow Message: { "currency": "EUR", "limit": { "participantLimitId": <number>, "participantLimitTypeId": <number>, "type": <string>, "value": <string>, "isActive": 1 } } end note CSAPI --> OPERATOR: Return new Limit values and status 200 else Validate participant (failure) note right of PARTICIPANT_HANDLER #red: Validation failure! note right of PARTICIPANT_HANDLER #yellow Message: { "errorInformation": { "errorCode": 3200, "errorDescription": "FSP id Not Found", } } end note end PARTICIPANT_HANDLER -->CSAPI: Return <color #FF0000><b>Error code:</b> 3200</color> deactivate PARTICIPANT_HANDLER CSAPI -->OPERATOR: Return <color #FF0000><b>Error code:</b> 3200</color> deactivate PARTICIPANT_HANDLER deactivate CSAPI deactivate OPERATOR end @enduml
false
true
true
false
usecase
f0f0556675d6d9ba7e342788622a208688644eb5
19583f5446f1ae5122400ffdeacd9eda078166a8
/resources/puml/maris-purchase-flow.puml
a1604729ba0e891e5de1eb4a1dcc44c787d50257
[]
no_license
raghavendranvc/dp
18369890c940e5bb6e05c53f14e4fde1d3d648fb
afcda7732e83688fcf0ce1ff3c033d1c3b77265e
refs/heads/master
2022-11-30T19:42:27.191095
2020-07-22T13:59:31
2020-07-22T13:59:31
108,888,554
0
0
null
null
null
null
UTF-8
PlantUML
false
false
777
puml
@startuml box TravelBrowse box box EANI participant EANImporter as EANI database EANDB end box box EAN participant EAN end box participant Kafka box TravelSearch participant TravelSearch database RedisCache end box activate EANI EANI -> EANDB : Get Hotel List activate EANDB EANDB -> EANI deactivate EANDB EANI -> EAN : Get Hotel Prices for Hotels activate EAN EAN -> EANI deactivate EAN loop "For All Hotels" EANI -> Kafka : Price Update activate Kafka Kafka ---> TravelSearch : publish message activate TravelSearch Kafka -> EANI deactivate Kafka deactivate EANI TravelSearch -> RedisCache : Store HotelPrice activate RedisCache RedisCache -> TravelSearch deactivate RedisCache deactivate TravelSearch end @enduml
false
true
false
false
sequence
c3298bc4709611af2e8ee9ac4e2f56c928b77efa
0566e0606a56c4ea2c243c9d184a7f5ca89a473a
/Design Pattern/Park/src/main/kotlin/factoryPattern/idCardFactory/IdFactory.puml
fa1815e6d240f973d161d8c6e20b9b80a37134d8
[]
no_license
jgj1018/long_runner_study
0ff25bd1bca9f511432d89dc402aca10e2fb5321
6c252add5dc49872f9c72419f1628d204fc6e001
refs/heads/master
2021-09-08T14:01:14.537303
2018-03-10T04:51:29
2018-03-10T04:51:29
104,207,490
0
0
null
null
null
null
UTF-8
PlantUML
false
false
288
puml
@startuml abstract Factory{ Product create() createProduct() registerProduct() } abstract Product{ use() } Factory <|-- IDCardFactory class IDCardFactory{ owners IDCard createProduct() registerProduct() getOwners() } Product <|-- IDCard class IDCard{ owner use() getOwner() } @enduml
false
true
false
false
class
399199d3d9de0cdd6d92001a9bdced277f856388
5865dd57979572fdeb3c27dde090ef30891a4d66
/test3/3.3.puml
500fcdd55876e1c247247bf3cdc4984d7726e8a9
[]
no_license
Zengyulong/is_analysis
c702fa437386e53481f89cc36e17af144be60846
4af1d9058b6e95aeb1f162b14729ffbf611d8e0d
refs/heads/master
2021-04-12T08:22:24.397584
2018-06-08T09:11:52
2018-06-08T09:11:52
125,817,376
0
2
null
null
null
null
UTF-8
PlantUML
false
false
341
puml
@startuml object Librarian { username = "LibrarianName" userid = "LibrarianId" password = "LibrarianPassWord" } object Administor { username = "AdministorName" password = "AdministorPassWord" } object Borrower { username = "BorrowerName" userid = "BorrowerId" password = "BorrowerPassWord" } @enduml
false
true
false
false
object
bb62e826602cc41977280355aed03bb1b63dcdbc
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StoreKeyReference.puml
35f7f079efe22b3e3068ec7a7e4ea1b2f6656725
[]
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
17,812
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 StoreKeyReference [[StoreKeyReference.svg]] extends KeyReference { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] key: String } interface KeyReference [[KeyReference.svg]] { typeId: [[ReferenceTypeId.svg ReferenceTypeId]] key: String } interface BusinessUnit [[BusinessUnit.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] key: String status: [[BusinessUnitStatus.svg BusinessUnitStatus]] stores: [[StoreKeyReference.svg List<StoreKeyReference>]] storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] unitType: [[BusinessUnitType.svg BusinessUnitType]] name: String contactEmail: String custom: [[CustomFields.svg CustomFields]] addresses: [[Address.svg List<Address>]] shippingAddressIds: [[String.svg List<String>]] defaultShippingAddressId: String billingAddressIds: [[String.svg List<String>]] defaultBillingAddressId: String associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]] associates: [[Associate.svg List<Associate>]] inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]] parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface CartDiscount [[CartDiscount.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] name: [[LocalizedString.svg LocalizedString]] key: String description: [[LocalizedString.svg LocalizedString]] value: [[CartDiscountValue.svg CartDiscountValue]] cartPredicate: String target: [[CartDiscountTarget.svg CartDiscountTarget]] sortOrder: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] isActive: Boolean validFrom: DateTime validUntil: DateTime requiresDiscountCode: Boolean references: [[Reference.svg List<Reference>]] stackingMode: [[StackingMode.svg StackingMode]] custom: [[CustomFields.svg CustomFields]] } interface Customer [[Customer.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String customerNumber: String externalId: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] email: String password: String firstName: String lastName: String middleName: String title: String dateOfBirth: Date companyName: String vatId: String addresses: [[Address.svg List<Address>]] defaultShippingAddressId: String shippingAddressIds: [[String.svg List<String>]] defaultBillingAddressId: String billingAddressIds: [[String.svg List<String>]] isEmailVerified: Boolean customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] custom: [[CustomFields.svg CustomFields]] locale: String salutation: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] authenticationMode: [[AuthenticationMode.svg AuthenticationMode]] } interface StoreCartDiscountsLimitReachedError [[StoreCartDiscountsLimitReachedError.svg]] { code: String message: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface GraphQLStoreCartDiscountsLimitReachedError [[GraphQLStoreCartDiscountsLimitReachedError.svg]] { code: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface BusinessUnitStoreModeChangedMessage [[BusinessUnitStoreModeChangedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] stores: [[StoreKeyReference.svg List<StoreKeyReference>]] storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]] oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] } interface BusinessUnitStoresSetMessage [[BusinessUnitStoresSetMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface BusinessUnitStoreModeChangedMessagePayload [[BusinessUnitStoreModeChangedMessagePayload.svg]] { type: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]] oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]] } interface BusinessUnitStoresSetMessagePayload [[BusinessUnitStoresSetMessagePayload.svg]] { type: String stores: [[StoreKeyReference.svg List<StoreKeyReference>]] } interface Cart [[Cart.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalLineItemQuantity: Long totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] cartState: [[CartState.svg CartState]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] custom: [[CustomFields.svg CustomFields]] deleteDaysAfterLastModification: Integer lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface BusinessUnitStoreAddedMessage [[BusinessUnitStoreAddedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] store: [[StoreKeyReference.svg StoreKeyReference]] } interface BusinessUnitStoreRemovedMessage [[BusinessUnitStoreRemovedMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] store: [[StoreKeyReference.svg StoreKeyReference]] } interface OrderStoreSetMessage [[OrderStoreSetMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] store: [[StoreKeyReference.svg StoreKeyReference]] } interface BusinessUnitStoreAddedMessagePayload [[BusinessUnitStoreAddedMessagePayload.svg]] { type: String store: [[StoreKeyReference.svg StoreKeyReference]] } interface BusinessUnitStoreRemovedMessagePayload [[BusinessUnitStoreRemovedMessagePayload.svg]] { type: String store: [[StoreKeyReference.svg StoreKeyReference]] } interface OrderStoreSetMessagePayload [[OrderStoreSetMessagePayload.svg]] { type: String store: [[StoreKeyReference.svg StoreKeyReference]] } interface Order [[Order.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime orderNumber: String purchaseOrderNumber: String customerId: String customerEmail: String customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] anonymousId: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] inventoryMode: [[InventoryMode.svg InventoryMode]] billingAddress: [[Address.svg Address]] shippingAddress: [[Address.svg Address]] shippingMode: [[ShippingMode.svg ShippingMode]] shippingKey: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] shippingCustomFields: [[CustomFields.svg CustomFields]] shipping: [[Shipping.svg List<Shipping>]] itemShippingAddresses: [[Address.svg List<Address>]] discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] country: String locale: String origin: [[CartOrigin.svg CartOrigin]] cart: [[CartReference.svg CartReference]] quote: [[QuoteReference.svg QuoteReference]] orderState: [[OrderState.svg OrderState]] shipmentState: [[ShipmentState.svg ShipmentState]] paymentState: [[PaymentState.svg PaymentState]] state: [[StateReference.svg StateReference]] syncInfo: [[SyncInfo.svg List<SyncInfo>]] returnInfo: [[ReturnInfo.svg List<ReturnInfo>]] lastMessageSequenceNumber: Long custom: [[CustomFields.svg CustomFields]] completedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } interface QuoteRequest [[QuoteRequest.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequestState: [[QuoteRequestState.svg QuoteRequestState]] comment: String customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String cart: [[CartReference.svg CartReference]] businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface Quote [[Quote.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime key: String lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] quoteRequest: [[QuoteRequestReference.svg QuoteRequestReference]] stagedQuote: [[StagedQuoteReference.svg StagedQuoteReference]] customer: [[CustomerReference.svg CustomerReference]] customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]] validTo: DateTime sellerComment: String buyerComment: String store: [[StoreKeyReference.svg StoreKeyReference]] lineItems: [[LineItem.svg List<LineItem>]] customLineItems: [[CustomLineItem.svg List<CustomLineItem>]] totalPrice: [[TypedMoney.svg TypedMoney]] taxedPrice: [[TaxedPrice.svg TaxedPrice]] shippingAddress: [[Address.svg Address]] billingAddress: [[Address.svg Address]] inventoryMode: [[InventoryMode.svg InventoryMode]] taxMode: [[TaxMode.svg TaxMode]] taxRoundingMode: [[RoundingMode.svg RoundingMode]] taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]] country: String shippingInfo: [[ShippingInfo.svg ShippingInfo]] paymentInfo: [[PaymentInfo.svg PaymentInfo]] shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]] itemShippingAddresses: [[Address.svg List<Address>]] directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]] custom: [[CustomFields.svg CustomFields]] quoteState: [[QuoteState.svg QuoteState]] state: [[StateReference.svg StateReference]] purchaseOrderNumber: String businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]] } interface ShoppingList [[ShoppingList.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime name: [[LocalizedString.svg LocalizedString]] key: String customer: [[CustomerReference.svg CustomerReference]] slug: [[LocalizedString.svg LocalizedString]] description: [[LocalizedString.svg LocalizedString]] lineItems: [[ShoppingListLineItem.svg List<ShoppingListLineItem>]] textLineItems: [[TextLineItem.svg List<TextLineItem>]] deleteDaysAfterLastModification: Long anonymousId: String store: [[StoreKeyReference.svg StoreKeyReference]] custom: [[CustomFields.svg CustomFields]] lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] } StoreKeyReference --> BusinessUnit #green;text:green : "stores" StoreKeyReference --> CartDiscount #green;text:green : "stores" StoreKeyReference --> Customer #green;text:green : "stores" StoreKeyReference --> StoreCartDiscountsLimitReachedError #green;text:green : "stores" StoreKeyReference --> GraphQLStoreCartDiscountsLimitReachedError #green;text:green : "stores" StoreKeyReference --> BusinessUnitStoreModeChangedMessage #green;text:green : "stores" StoreKeyReference --> BusinessUnitStoreModeChangedMessage #green;text:green : "oldStores" StoreKeyReference --> BusinessUnitStoresSetMessage #green;text:green : "stores" StoreKeyReference --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "stores" StoreKeyReference --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "oldStores" StoreKeyReference --> BusinessUnitStoresSetMessagePayload #green;text:green : "stores" StoreKeyReference --> Cart #green;text:green : "store" StoreKeyReference --> BusinessUnitStoreAddedMessage #green;text:green : "store" StoreKeyReference --> BusinessUnitStoreRemovedMessage #green;text:green : "store" StoreKeyReference --> OrderStoreSetMessage #green;text:green : "store" StoreKeyReference --> BusinessUnitStoreAddedMessagePayload #green;text:green : "store" StoreKeyReference --> BusinessUnitStoreRemovedMessagePayload #green;text:green : "store" StoreKeyReference --> OrderStoreSetMessagePayload #green;text:green : "store" StoreKeyReference --> Order #green;text:green : "store" StoreKeyReference --> QuoteRequest #green;text:green : "store" StoreKeyReference --> Quote #green;text:green : "store" StoreKeyReference --> ShoppingList #green;text:green : "store" @enduml
false
true
false
false
sequence
3d3122434d8b2906e63e1b3ff31758e696d42379
898d82eeabb1fc98006e54be6f9d0ea7dd5df39c
/diagrams/temporal_agreement.puml
ca09f3ecdfc740587bda6d190f4e042ae2279b9e
[]
no_license
lecler-i/mani-home-specs
d2d5de134f741109e7ad5523f5b069e685f27ec3
8eb4f57f86b83313fd684f4fd80a6327dd9b8abf
refs/heads/master
2021-01-19T09:05:59.945504
2017-05-18T21:27:49
2017-05-18T21:27:49
87,724,697
1
0
null
null
null
null
UTF-8
PlantUML
false
false
101
puml
Actor user as u Actor owner as ow (temporal agreement) as temp u .right.> temp ow .left.> temp
false
true
false
false
usecase
06abae7a6f7387495b30403a60322f057b5f0f76
ea1c235d799a63eb2ad7fab3a262b51199ab1c96
/src/main/java/com/designpatterns/graph/pattern/struct/proxy/Proxy.puml
0f902fd9ce9e6cc453d8ce5abb32c16b4cdfbfb2
[]
no_license
violet-Bin/designpatterns
f286a9f4b18674acc1f095a440b104402c5f9edc
fb73bc8f033a3248ef41c17874ccea13c439120a
refs/heads/master
2022-07-13T02:43:34.134498
2021-11-25T16:25:42
2021-11-25T16:25:42
174,949,082
1
0
null
2022-06-17T03:35:02
2019-03-11T07:39:12
Java
UTF-8
PlantUML
false
false
123
puml
@startuml class ProxyObject class Client class TargetObject ProxyObject <-- Client TargetObject <-- ProxyObject @enduml
false
true
false
false
class
e3fd461190889048c385f40adb89eba2c7edbaa2
22c062df90adff61becb66216348f35b57920adb
/UML/StructureDiagrams/ClassDiagram/diagrams/PersonHeart.puml
6ca88386904fed99192b6f6d6eb3fefdbb41a931
[ "BSD-3-Clause" ]
permissive
zainmehdi/software_engineering
0ca30f6daf526434fbec9ae0240da0685dc5977a
9b655590d05246d6e859673161de05ecde788b14
refs/heads/master
2022-12-29T14:33:41.798904
2020-10-12T13:57:20
2020-10-12T13:57:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
74
puml
@startuml class Person class Heart Person "1" *-- "1" Heart : has @enduml
false
true
false
false
class
eafaed2b52e586ac34d7428f1c4890d1b1af8e8c
5144618094d4bc4b50d2fd163e22469bed0924f0
/docs/mulit-env/resoureces/create_app_flow_v1.plantuml
71c99caaede022c9d07c284f1f52b8383b8f1854
[]
no_license
fr34k8/fabric8-devdoc
b8c21a6ba9410a25e85613f9fd09372645d213fb
613c34df2c0451601fd2b7fbebf94497d4e77427
refs/heads/master
2020-04-25T23:20:29.599907
2018-09-08T02:06:23
2018-09-08T02:06:23
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,113
plantuml
@startuml actor client participant "Create App Wizard/UI" as ui participant "Launcher" as ls participant "WIT" as wit participant "Tenant Service" as ts participant "Auth Service" as auth participant "GitHub" as gh participant "OSO-Proxy" as osp participant "OSD/OSO" as os title Create App Flow v1 client->ui:Create ui->ls:POST /osio/launch\nmission=...&pipeline=...\n&appName=...&repo=... ls->wit:GET /user/service wit->ts:GET /tenant wit<--ts:tenant:[]namespace\nwhere namespace:{\n"name","clusterURLs","type":"jenkins|user|che|...",\n"state","version"} ls<--wit ||| ls->auth:GET /token?for=github ls<--auth:GitHub token ||| ls->osp:Create GitHub secret in "user" ns (username/token) osp->os osp<--os ls<--osp ||| ls->gh:Create repository ls<--gh:Repository ||| ls->osp:Create Build config in "user" ns osp->os osp<--os ls<--osp:Build Config ||| ls->gh:Push to repository ls->gh:Register Jenkins webhook ||| ls->osp:Create Jenkins Config Map in "user" ns osp->os osp<--os ls<--osp ||| ls->osp:Trigger Build in "user" ns osp->os osp<--os ls<--osp ||| ls->wit:Create codebase ls<--wit ||| ui<--ls:Done @enduml
false
true
false
false
usecase
18044752f21cbaa37dc25123bdca61af7af6f7e8
7041d4eab20296045d22e31c56211bc84b17da1c
/docs/sécurité/RDCU_sécurité.puml
73cde322d8626a74129141066dc34090fbc35f91
[]
no_license
nerdz88/SGA-TS
ff97ce5cd5c78de97a851e80e0c948f7552b0f2c
608d0748ff5ceff47ff75a9053cc1b5fee061df9
refs/heads/main
2023-07-09T19:54:11.262264
2021-07-28T17:39:07
2021-07-28T17:39:07
397,959,207
0
0
null
null
null
null
UTF-8
PlantUML
false
false
898
puml
@startuml securite skinparam style strictuml skinparam defaultfontname Verdana title RDCU pour securite participant ":SgaRouteur" as routeur participant ":Auth.Middleware" as authentification participant ":AuthorizationHelper" as helper participant ":GestionnaireCours" as gestionnaire participant ":Universite" as universite routeur -> authentification : authMiddleware(req, res, next) note left : Selon expert.\nÀ l'initialisation du routeur,\nil est défini que le routeur\nutilise authMiddleware.\nIl fait donc cet appel\navant chaque opération authentification -> helper : logged = isLoggedIn(req) note left : Selon expert. alt !logged helper --> routeur : <<exception>>\nUnauthorizedError() end routeur -> gestionnaire : recupererTousEspaceCours(req, res, next) note left : Selon expert. gestionnaire -> universite : recupererTousEspaceCours(idEnseignant) note left : Selon expert. @enduml
false
true
true
false
sequence
7337498127859958427d45f56339b1cc51f4d449
c2a9989820cfbad677989362adf5f5063534b1aa
/Collection.puml
958033a86706af20c896602371cde211f0305464
[]
no_license
luckystar88/JDKNote
9cff0effb34301ce9e4e20c2466c9e8c1911287e
654ea610a6a12953925843a42198f060667a7f39
refs/heads/master
2020-04-24T02:22:43.282510
2019-02-28T08:25:22
2019-02-28T08:25:22
171,634,832
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,893
puml
@startuml abstract class AbstractList abstract AbstractCollection abstract AbstractSet interface List interface Collection interface Set class EnumSet class HashSet interface Map class HashMap class EnumMap abstract class AbstractMap class Hashtable abstract class Dictionary class IdentityHashMap class ConcurrentHashMap interface ConcurrentMap class TreeMap interface NavigableMap interface SortedMap class WeakHashMap class LinkedHashMap class LinkedHashSet class LinkedList abstract class AbstractSequentialList class CopyOnWriteArrayList class Properties class TreeSet interface SortedSet interface NavigableSet class Vector Dictionary <|-- Hashtable Hashtable ..|> Map AbstractMap<|--ConcurrentHashMap AbstractMap <|-- IdentityHashMap IdentityHashMap ..|> Map Map <|-- ConcurrentMap ConcurrentHashMap ..|> ConcurrentMap Map <|-- ConcurrentMap AbstractMap <|-- TreeMap TreeMap ..|> NavigableMap SortedMap <|-- NavigableMap Map <|-- SortedMap AbstractMap <|-- WeakHashMap WeakHashMap ..|> Map HashMap <|-- LinkedHashMap LinkedHashMap ..|> Map Hashset <|-- LinkedHashSet LinkedHashSet ..|> Set AbstractList <|-- AbstractSequentialList AbstractSequentialList <|-- LinkedList LinkedList ..|> List Hashtable <|-- Properties AbstractSet <|-- TreeSet TreeSet ..|> NavigableSet SortedSet <|-- NavigableSet Set <|-- SortedSet AbstractList <|-- Vector Vector ..|> List AbstractMap ..|> Map AbstractMap <|-- HashMap AbstractMap <|-- EnumMap HashMap ..|> Map Iterable <|-- Collection List <|-- AbstractList AbstractCollection ..|> Collection AbstractSet ..|> Collection Collection <|- List Collection <|-- Set AbstractCollection <|- AbstractList AbstractList <|-- ArrayList ArrayList ..|> List CopyOnWriteArrayList ..|> List AbstractSet <|-- EnumSet AbstractSet <|-- HashSet HashSet ..|> Set interface Iterable { Iterator iterator() } class ArrayList { Object[] elementData size() } @enduml
false
true
false
false
class
fff1070b160adc49373e9d71fc1eba988b58a738
abc9c76539eb29eb9ea75392e80f52016e145dc4
/observer/observer.puml
991af416a2a7b4d074420c73d6300c4c1fc923cc
[]
no_license
burakCokyildirim/yazilimTasarimKaliplari_01
f2bef048e4b11f06136ec5d0c53ab9f046102492
43eb28d97387ea4f1c5e6bdfaf436022716b06de
refs/heads/master
2022-11-28T20:05:19.706006
2020-08-05T07:54:31
2020-08-05T07:54:31
246,383,862
0
0
null
null
null
null
UTF-8
PlantUML
false
false
672
puml
@startuml skinparam classAttributeIconSize 0 interface "Observer" { +update(usbA: usbB: usbC:) } interface "Subject" { +register(observer:) +unregister(observer:) +notify() } Class "USBManager" { -observers: [Observer] -isConnect_usbA: Bool -isConnect_usbB: Bool -isConnect_usbC: Bool +register(observer:) +unregister(observer:) +notify() +changeUSBState(usbType:) } Class "USBObserver" { +init(subject: Subject) +update(usbA: usbB: usbC:) } enum "USBTypes" { usbA usbB usbC } USBManager ..|> Subject USBObserver -> Subject : <<uses>> USBObserver ..|> Observer USBManager -> Observer : <<uses>> USBManager - USBTypes @enduml
false
true
false
false
sequence
c7372c53e4ce1692ffc3f5313c82622fb3127bb9
42f844ba4a784b7a47d85984edcfd8189fa40f46
/UML/.puml files/Swipe-Sequence-Diagram.puml
654226f9bd5b01236bd50aeab8d7d08bb1b445d2
[]
no_license
jaywha/AU2048Game
b9b9af7b1b307202f66cdbd93b36aa2dd23d8aab
7b852b0f16a7c9df25b4dc30e4fb47b800acfa55
refs/heads/master
2021-01-19T19:59:16.183912
2017-07-25T06:37:09
2017-07-25T06:37:09
88,472,777
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,312
puml
@startuml title AU2048 Swipe Sequence Diagram actor User boundary SwipeListener as SL entity MainActivity as MA control Controller as C entity MainActivityFragment as MAF participant BoardView as BV database Model as M create MA User -> MA : Starts App create C activate MA MA -> C : onCreate() activate C create MAF MA -> MAF : onCreate() activate MAF create BV MAF -> BV : onCreateView() activate BV loop watntstoContinue == true create SL User -> SL : Swipe SL -> MA : GestureDetector.Direction MA -> C : onSwipe(Direction) C -> M : setArr() C -> M : setScore() M --> C : doesWantToContinue() MA -> MAF : setupArrView() MA -> MAF : setArrView() alt noMovesPossible && past2048 C --> MA : checkWin() C --> MA : win() alt dialogChoice == reset C -> MA : reset() else dialogChoice == continue note left reset like reset button or simply continue loop end note end alt else noMovesPossible && !past2048 C --> MA : noMovesPossible() C --> MA : gameover() User -> MA : Presses Reset MA -> C : Action.DOWN C --> MA : reset() end alt deactivate BV deactivate MAF deactivate C end play BV <- MAF : onDestroy() destroy BV MA -> MAF : onDestroy() destroy MAF deactivate MA destroy MA @enduml
false
true
false
false
usecase
5e6c8efa153d07e33604804211cca092f2b18df4
8676480acd634796d7df6c26e70717128b93f245
/src/doc/uml/ProjectOwnerUseCase.puml
fb7af37301e23f2b8557a1e79ccddc2e9473937b
[ "MIT" ]
permissive
YannisSchmutz/Collabo
c0e89d8c9fa2f52a6152bb433f8de050bdce19b8
415761fd457eae5ff152d82fdf14108add12e137
refs/heads/master
2021-07-05T03:55:08.689178
2019-12-26T21:24:37
2019-12-26T21:24:37
211,638,858
0
0
null
2020-12-23T14:37:07
2019-09-29T09:32:44
PHP
UTF-8
PlantUML
false
false
220
puml
@startuml title ProjectOwner UseCases rectangle Collabo { usecase "Create Project" as create_project usecase "Like collaborator" as like_collaborator usecase "Define needed skills for a project" } @enduml
false
true
false
false
usecase
28de50d89efd2e9e3bfa05adddfccd7526a31bda
fee440e085cbf63e26d2dae8a0fbc398b23eeef6
/src/main/java/ar/edu/unahur/obj2/ejercicio4/ejercicio4.plantuml
d143e5c0a369835e1ac535ec6ea3f98dfa7ee2bb
[]
no_license
adramarilla/recuperatorio-objetos2-25062019-IDMorrison
847b6b0bb5d2ba60fb619ac6261f3337a1c86369
2072c5f87041a60b657cd69e6cdafd8772a21890
refs/heads/master
2020-06-11T00:08:02.058400
2019-06-25T23:53:28
2019-06-25T23:53:28
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,197
plantuml
@startuml interface ChristmasTree { {abstract} + assembly() } class PlasticChristmasTree { + assembly() } class PlasticChristmasTreeWithBubbleLights { + assembly() } class PlasticChristmasTreeWithGarland { + assembly() } class PlasticChristmasTreeWithGarlandAndBubbleLights { + assembly() } class RealChristmasTree { + assembly() } class RealChristmasTreeWithBubbleLights { + assembly() } class RealChristmasTreeWithGarland { + assembly() } class RealChristmasTreeWithGarlandAndBubbleLights { + assembly() } PlasticChristmasTree .up.|> ChristmasTree PlasticChristmasTreeWithBubbleLights -up-|> PlasticChristmasTree PlasticChristmasTreeWithGarland -up-|> PlasticChristmasTree PlasticChristmasTreeWithGarlandAndBubbleLights -up-|> PlasticChristmasTreeWithGarland RealChristmasTree .up.|> ChristmasTree RealChristmasTreeWithBubbleLights -up-|> RealChristmasTree RealChristmasTreeWithGarland -up-|> RealChristmasTree RealChristmasTreeWithGarlandAndBubbleLights -up-|> RealChristmasTreeWithGarland @enduml
false
true
false
false
class
fd4c8508a941ff897e3e01323e7a2a9aa5d4a41f
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CartSetBillingAddressCustomFieldAction.puml
161992bd2eebc6f1ab309b142ce4471e1dfaad00
[]
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
492
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 CartSetBillingAddressCustomFieldAction [[CartSetBillingAddressCustomFieldAction.svg]] extends CartUpdateAction { action: String name: String value: [[Object.svg Object]] } interface CartUpdateAction [[CartUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
b75732d9ce2b4d5d462659f20b1cb928d04e3d55
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/advanced/gui/javafx/ex1/ex1.plantuml
9058c1b38aad9a437333cd54b97bce6e18522622
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
561
plantuml
@startuml title __EX1's Class Diagram__\n namespace global.skymind { namespace training.advanced.gui.javafx.ex1 { class global.skymind.training.advanced.gui.javafx.ex1.MyFXStage { {static} + main() + start() } } } global.skymind.training.advanced.gui.javafx.ex1.MyFXStage -up-|> javafx.application.Application right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
7a2e5ed1e886422bd509e8a25b56f445b6548b8f
41bf54743064e61990c7bfb2bbe1070c02c0d6e5
/app/UML/Activity Diagram/EditCard.puml
8f11144b5d6b62c62bcf784a8f197735c6b00cfc
[]
no_license
ultiferrago/ElStudioGato
4206f43fa11867837591cde288638885297350fb
15c91c8a6859b513c5f4d2f2b8da2e76abff978e
refs/heads/master
2021-01-23T13:30:39.323136
2015-05-04T01:23:11
2015-05-04T01:23:11
34,616,703
0
0
null
2015-04-30T22:32:19
2015-04-26T15:07:16
Java
UTF-8
PlantUML
false
false
295
puml
@startuml title elStudioGato Edit Cards (*) --> "Student presses Edit \non Flashcard Menu" --> "Student selects a card" --> "Student done editing card" if "Was card updated?" then -->[yes]"System saves flashcard changes" --> ===done=== else --> [no]===done=== endif @enduml
false
true
false
false
activity
a0691f68660b9eecd94eed0323df818b2b573d53
0bcfca13028126a2924e67d25ba541d746f002ec
/Tema_3/T_3_3/pruebaDiagrama.puml
c7c3ec00711116893c6a3082ecd26d4c03360f1f
[]
no_license
POOUJA/teoria
1be824afb326302605dec45cec0a2ff8e0f9a1d8
7cf89985981f523328cf0338ba1963fa1570da6a
refs/heads/master
2023-03-30T12:41:52.859593
2023-03-21T10:12:37
2023-03-21T10:12:37
42,666,840
7
24
null
2019-02-27T16:55:31
2015-09-17T16:12:09
C++
UTF-8
PlantUML
false
false
905
puml
@startuml hide circle skinparam classAttributeIconSize 0 class Tablero { - _tablero: carácter[3,3] - checkMovimiento ( f: entero, c: entero ) + Tablero () + Tablero ( orig: Tablero ) + ~Tablero () + getPos ( f: entero, c: entero ): carácter + setPos ( f: entero, c: entero, jugador: carácter ): entero + operator= ( orig: Tablero ): Tablero } class TicTacToe { - _jugadores: texto[2] - _turno: entero + TicTacToe ( ) + TicTacToe ( orig: TicTacToe ) + TicTacToe ( jugador1: texto, jugador2: texto ) + ~TicTacToe ( ) + setJugador1 ( j1: texto ) + setJugador2 ( j2: texto ) + getJugador1 (): texto + getJugador2 (): texto + getSiguiente (): texto + getAnterior (): texto + getTablero (): Tablero + movimiento ( f: entero, c: entero ): entero + operator= ( orig: TicTacToe ): TicTacToe } TicTacToe *--- "tablero\n1" Tablero @enduml
false
true
true
false
class
9a76f57d4919cadd5d6b39d082696d82a540ddf1
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-mappe.puml
94fd4d950aac3f68758307e0eba9678da4788c6b
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
2,245
puml
@startuml skinparam nodesep 100 hide circle class Arkivstruktur.Mappe <Arkivenhet> { +mappeID : string [0..1] [1..1] +tittel : string +offentligTittel : string [0..1] +beskrivelse : string [0..1] +noekkelord : string [0..*] +dokumentmedium : Dokumentmedium [0..1] [1..1] +oppbevaringssted : string [0..*] +avsluttetDato : datetime [0..1] +avsluttetAv : string [0..1] +referanseAvsluttetAv : SystemID [0..1] +kassasjon : Kassasjon [0..1] +skjerming : Skjerming [0..1] +gradering : Gradering [0..1] +referanseForelderMappe : SystemID [0..1] +virksomhetsspesifikkeMetadata : VirksomhetsspesifikkeMetadata [0..1] } class Arkivstruktur.Arkivdel <Arkivenhet> { } Arkivstruktur.Arkivdel "arkivdel 0..1" o--> "mappe 0..*" Arkivstruktur.Mappe class Arkivstruktur.Arkivenhet { } Arkivstruktur.Arkivenhet <|-- Arkivstruktur.Mappe class Arkivstruktur.Klasse <Arkivenhet> { } Arkivstruktur.Klasse "klasse 0..1" o--> "mappe 0..*" Arkivstruktur.Mappe class Arkivstruktur.Kryssreferanse <Arkivenhet> { } Arkivstruktur.Mappe "mappe 0..1" *--> "kryssreferanse 0..*" Arkivstruktur.Kryssreferanse class Arkivstruktur.Registrering <Arkivenhet> { } Arkivstruktur.Mappe "mappe 0..1" o--> "registrering 0..*" Arkivstruktur.Registrering Arkivstruktur.Mappe "overmappe 0..1" o-- "undermappe 0..*" Arkivstruktur.Mappe class Arkivstruktur.Merknad { } Arkivstruktur.Mappe *-- "merknad 0..*" Arkivstruktur.Merknad class Arkivstruktur.Part { } Arkivstruktur.Mappe *-- "part 0..*" Arkivstruktur.Part class Arkivstruktur.Gradering <<dataType>> { } Arkivstruktur.Mappe *-- Arkivstruktur.Gradering class Arkivstruktur.Kassasjon <<dataType>> { } Arkivstruktur.Mappe *-- Arkivstruktur.Kassasjon class Arkivstruktur.Skjerming <<dataType>> { } Arkivstruktur.Mappe *-- Arkivstruktur.Skjerming class VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata <<VirksomhetsspesifikkeMetadata>> { } Arkivstruktur.Mappe *-- VirksomhetsspesifikkeMetadata.VirksomhetsspesifikkeMetadata class Sakarkiv.Saksmappe <Mappe> { } Arkivstruktur.Mappe <|-- Sakarkiv.Saksmappe class Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator { } Arkivstruktur.Mappe o-- "nasjonalidentifikator 0..*" Arkivstruktur.NasjonaleIdentifikatorer.Nasjonalidentifikator @enduml
false
true
false
false
class
87ec6f494bf712a0bb8956c082f9b29b6b4fce60
844665d08d1be5dacc41d8495725d881c68dba71
/Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/src/cu/datys/patterns/gof/structural/facade/discount/class-diagram.puml
cd0eda66aedfc1a474037c2dcc54b92bb0b28a96
[ "MIT" ]
permissive
alexescalonafernandez/curso-patrones-diseno
ec1cf0a993707d78c294208e04604a3a0ffd164e
f586e27791e1281087df6cc137da87f407179e65
refs/heads/master
2021-01-25T13:35:26.659206
2018-03-02T20:18:06
2018-03-02T20:18:06
123,588,331
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,301
puml
@startuml skinparam backgroundcolor transparent skinparam classFontSize 18 skinparam noteFontSize 18 skinparam arrowFontSize 18 skinparam classAttributeFontSize 18 skinparam packageFontSize 18 skinparam titleFontColor #5cb85c Title Facade Pattern Example class ApplyDiscountRequest { - long idCustomer - long idProduct - long idDiscount } class Customer { - String name - String address - Date birthDate } class Product { - long idProduct - String name - BigDecimal price } class ProductService { + Product find(long id) } class CustomerService { + Customer find(long id) } class DiscountFacade { - CustomerService cs - ProductService ps - DiscountService dse + boolean applyDiscount(ApplyDiscountRequest adr) } class DiscountService { + boolean applyDiscount(Customer c, Product p) } ProductService --> Product: find CustomerService --> Customer: find DiscountService --> Product: use DiscountService --> Customer: use DiscountFacade --> ProductService: use DiscountFacade --> CustomerService: use DiscountFacade --> DiscountService: use DiscountFacade --> ApplyDiscountRequest: use note right of DiscountFacade::applyDiscount Customer c = cs.find(adr.getIdCustomer()); Product p = ps.find(adr.getIdProduct()); return ds.applyDiscount(c, p); end note @enduml
false
true
false
false
sequence
cdfc86902582f80dccbf489fd1a3cc6de878a106
139cd7d8785ab417690f02fe0f41eee7c435bed5
/docs/class.puml
23ab9a85e6f2fcddde6246aae1dfa76771232292
[]
no_license
appkr/laravel-msa-example
762b9171c3746b990d804334e53556d41207fcc1
e7e177d99b7ed67d9bc7ba1680ffc484e516d349
refs/heads/master
2023-03-10T16:56:06.997208
2021-02-24T03:28:47
2021-02-24T03:28:47
336,183,291
6
0
null
2021-02-24T03:28:48
2021-02-05T06:20:34
PHP
UTF-8
PlantUML
false
false
743
puml
@startuml class TokenAuthenticate <<HTTP middleware>> { + handle(Request): Closure } class TokenExtractor { + {static} extract(Request): String } class TokenParser { + parse(String): Token } interface TokenKeyProvider { + getKey(): String } class UaaTokenKeyProvider implements TokenKeyProvider { - httpClient: GuzzleClient } class CacheableTokenKeyProvider implements TokenKeyProvider { - delegate: TokenKeyProvider - cacheRepository: Repository } class Token { + {static} fromTokenString(String): Token } class JWT <<ext library>> { + {static} decode(): stdClass } TokenAuthenticate --> TokenExtractor TokenAuthenticate --> TokenParser TokenParser --> Token TokenParser --> TokenKeyProvider Token --> JWT @enduml
false
true
false
false
class
6e59ea98ff502c4864acfc22758cad0abb2c8eaf
c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac
/docs/uml-class-diagrams/middleware01/test/MiddlewareGisProcessorImplementationTests/MiddlewareGisProcessorImplementationTests.puml
0fc26451dcf288669821ecea8706e9ee5f539878
[]
no_license
Slackjaw1431/csi-3370-software-project
79666760712ee4625bea3daea48c7072e7826465
af44ad1066695e4f9eff74eda79cebef3ad2b1af
refs/heads/main
2023-03-23T23:03:17.404846
2021-03-17T18:52:02
2021-03-17T18:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
267
puml
@startuml MiddlewareGisProcessorImplementationTests package edu.oakland.test.middleware01 { class MiddlewareGisProcessorImplementationTests { + void isGpsSignalStrengthNull() + void checkValueGpsSignalStrength() + void managerIsNotNull() } } @enduml
false
true
false
false
class
9c7e21b9ad8e2057ab656fe38ba0d19c507483de
6b6abef623fcadf697c8172f49aafaee8ac8df18
/uml/overview.puml
d59e7781540855838fe1c1909a53eb6d4ed6de8f
[]
no_license
MistreanuIonutCosmin/posecore-srv-electron
da2598635cac20515315f370861182c25baf0075
fcd3fa71215de218e24839a1419cf076f73c1483
refs/heads/master
2022-04-26T09:22:17.423713
2020-04-26T17:53:20
2020-04-26T17:53:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,001
puml
@startuml posecore Component "PoseCore client(s)" as client Component "Computer webcamera" as camera Component "External body \ntracking sensor(s)" as ext_sensor node "PoseCore Server" as pes { package "PoseCore comm srv" as pcs { Component "MQTT Srv" as mqtt_srv Component "Broadcast server" as broadcast_srv } Component "PoseNet sensor" as pose_srv } mqtt_srv <-- pose_srv client -- mqtt_srv: MQTT client -- broadcast_srv: UDP Broadcast pose_srv -- camera pcs -left- ext_sensor @enduml @startuml posecore-apis Component "PoseCore client(s)" as client node "PoseCore Server" as pes { Component "Broadcast server" as broadcast_srv Component "HTTP Srv" as http Component "HTTPS Srv" as https Component "MQTT Srv" as mqtt_srv } client -- mqtt_srv: MQTT over \nTCP:1883 client -- broadcast_srv: UDP Broadcast client -- http: MQTT over\n websocket:9080 client -- https: MQTT over\n websocket:9443 http -- mqtt_srv: MQTT https -- mqtt_srv: MQTT @enduml
false
true
false
false
component