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
26f6482a628869493e48d25d3c3599f0b39745fb
833c4b92528ecd1580abf373ab58e7f77b874ea1
/diagrams/07-table-relation-joined.puml
8aca95028eb5671187331403a58f8f8100c70974
[]
no_license
lcalmsky/jpa
3d67b948d5d68646cb1194871a1f1214bdc44a52
fa36fcf46b25c638cb64a682ec1bde097e5a934d
refs/heads/master
2022-08-21T08:53:49.261282
2022-07-11T13:12:37
2022-07-11T13:12:37
251,661,495
1
1
null
2022-07-11T13:02:41
2020-03-31T16:20:39
Java
UTF-8
PlantUML
false
false
263
puml
@startuml entity product { id -- name price } entity song { id -- singer writer } entity movie { id -- director actor } entity book { id -- author isbn } product ||-d-o| song product ||-d-o| movie product ||-d-o| book @enduml
false
true
false
false
sequence
8836af63d3273a726ba981095ecc0274d6ca6210
3a668243372d277d96cd024517345e2381d3906a
/diagrammes/phase1_sequence.puml
91e83be1cabac548723d2b6e633795054880e549
[]
no_license
nahuelfl/MeshMapGenerator
ec66c34effdd466a6d39055fde513c38f9360eb3
87f7b572637b80cf57a929c1cd6e876560853ec2
refs/heads/main
2023-02-15T07:19:50.184837
2021-01-12T16:07:31
2021-01-12T16:07:31
329,037,363
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,180
puml
@startuml participant GestionDépartamentale participant CommandeDeCours participant CoursPresentielBuilder group Ajout horaire en même temps que construction du Cours GestionDépartamentale -> CommandeDeCours : ajoutCours(CoursPresentielBuilder) activate CommandeDeCours CommandeDeCours -> CoursPresentielBuilder : ajoutHoraire(Horaire) activate CoursPresentielBuilder create Horaire CoursPresentielBuilder -> Horaire : new() Horaire --> CoursPresentielBuilder CoursPresentielBuilder --> CommandeDeCours deactivate ... Ajout des autres composantes au besoin ... CommandeDeCours -> CoursPresentielBuilder: build() activate CoursPresentielBuilder create CoursPresentiel CoursPresentielBuilder -> CoursPresentiel: setHoraire(horaire) ... Set des autres composantes au besoin ... CoursPresentiel --> CoursPresentielBuilder : cours CoursPresentielBuilder --> CommandeDeCours : cours deactivate CommandeDeCours --> GestionDépartamentale : cours deactivate ... end ... @enduml
false
true
true
false
sequence
968d80f467ec6cb1d938ae220517bba14b5c7ca2
5272d553701a63c86b4eb496fcd395c52d1e77e3
/asciidocs/plantuml/cld.puml
01dbc8bc0839f47ad29e8b886f6010308f3d805f
[]
no_license
2122-5ahitm-sew/01-microproject-kalinkesilvio
55b3d7f4d8d6102726770ef430d54624aa2ab0b2
626fbe683500ad81c59816509fc56f51e00732ed
refs/heads/main
2023-08-15T16:47:56.175124
2021-10-17T17:11:42
2021-10-17T17:11:42
408,422,795
0
0
null
null
null
null
UTF-8
PlantUML
false
false
582
puml
@startuml class FacilityManager { + Long: id * String: firstName * String: lastName * double: salary } class Building { + Long: id * String: typeOfBuilding * int: surface } class Room { + Long: id * String: usage; * boolean: used * int: surface } class Repair { + Long: id * String: typeOfDamage * String: description * double: fixingTime } FacilityManager "1" -- "*" Building : work at > Building "1" -- "*" Room : has > Room "1" -- "0..*" Repair : may need > FacilityManager "1" -- "0..*" Repair : has to > @enduml
false
true
false
false
class
d2a7494fe22b417bad735f6ffc556e613a280749
176fa7e597c2f2337f80a9d4e393e636e5823129
/stocky-devel/stocky/docs/source/uml_images/classes_ChemStock_classes.plantuml
0463a8519133d8ea0a2a5d31b4ecec73b52836b2
[ "Apache-2.0" ]
permissive
cfe-lab/stocky
0133abf16bbf068d8ef3684af4d7b22e96756e37
6c4114551d9b61c5ba3db2c237e995fecdd2f6b3
refs/heads/master
2021-04-15T17:01:15.610547
2019-04-08T18:51:52
2019-04-08T18:51:52
126,519,914
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,534
plantuml
@startuml title classes ChemStock class Reagent { +basetype +catalog_number +category +date_msds_expires +disposed +expiry_time +hazards +id +msds_filename +name +needs_validation +notes +qcs_document_id +storage +supplier_company_id } class Location { +id +name } class Reagent_Item { +id +last_seen +lot_num +notes +qcs_location_id +qcs_reag_id +rfid } class Reagent_Item_Composition { +id +src_item_id +sub_item_id } class Reagent_Item_Status { +id +occurred +qcs_reag_item_id +qcs_user_id +qcs_validation_id +status } class User { +email +id +initials +login } class TimeUpdate { +dt +id } class TableChange { +stamp +table_name } class LocMutation { +ignore +locid +op +reag_item_id +sent_to_qai } class ChemStockDB { +add_loc_changes(self, locid:int, locdat:chemdb.LocChangeList) +get_db_stats(self) +get_loc_changes(self, oldhash:typing.Optional[str]=None) +get_location_list(self) +get_reagent_item_list(self) +get_reagent_item_status_list(self) +get_reagent_list(self) +get_ts_data(self) +get_update_time(self) +load_qai_data(self, qai_ds:qai_helper.QAIDataset, update_dct:typing.Optional[qai_helper.QAIUpdatedct]=None) +number_of_loc_changes(self) +perform_loc_changes(self, move_dct:dict) +reset_loc_changes(self) +set_ignore_flag(self, reag_item_id:int, do_ignore:bool) } @enduml
false
true
false
false
class
40aa3c6dd3926eef396b5287e4ee6465eb25d2d5
ca49dbe950da559fb90953e45efcb52040bfc2c6
/uml/færdig.puml
a48d1d6953207ba95c401727843cc1f54cdc3a94
[]
no_license
stoxhorn/SP3
80f70685449630d00f78892f5e525810ac9e42d3
b4ba85fd575f1d238d11d2ed0eda3569239ff541
refs/heads/main
2023-09-03T16:22:20.690815
2021-11-18T10:18:41
2021-11-18T10:18:41
424,177,017
0
1
null
null
null
null
UTF-8
PlantUML
false
false
4,070
puml
@startuml class KnockoutPhase [[java:KnockoutPhase]] { -rounds: ArrayList<Match[]> -numberOfTeams: int -numberOfRounds: int -tournamentName: String -tournamentTree: ArrayList<Match[]> +KnockoutPhase(tournamentName: String) +createFirstRound(): void +createNextRound(): void -addRoundToTournament(matches: Match[]): void +isRoundOver(matches: Match[]): boolean +makeMatches(teams: ArrayList<Team>): Match[] +getTournamentTree(): ArrayList<Match[]> +getNumberOfTeams(): int +getNumberOfRounds(): int } KnockoutPhase --|> Tournament class Match [[java:Match]] { -matchID: int -team1Goals: int -team2Goals: int -date: String -matchDone: boolean input: Scanner +Match(t1: Team, t2: Team) -addDate(): void +updateResult(team1Goals: int, team2Goals: int): void +isMatchDone(): boolean +setTeam1Goals(team1Goals: int): void +setTeam2Goals(team2Goals: int): void +setDate(date: String): void +setMatchDone(matchDone: boolean): void +setTeam1(team1: Team): void +setTeam2(team2: Team): void +setMatchID(newID: int): void +getMatchID(): int +getDate(): String +getTeam1Goals(): int +getTeam2Goals(): int +toString(): String } Match --> "2" Team class Player [[java:Player]] { -playerID: int -name: String -schoolClass: String -mail: String -phoneNumber: String +Player(playerID: int, name: String, schoolClass: String, mail: String, phoneNumber: String) +Player(name: String, schoolClass: String, mail: String, phoneNumber: String) +copyPlayer(newID: int): Player +setName(name: String): void +setSchoolClass(schoolClass: String): void +setMail(mail: String): void +setPhoneNumber(phoneNumber: String): void +getPlayerID(): int +getName(): String +getSchoolClass(): String +getMail(): String +getPhoneNumber(): String +toString(): String } class Team [[java:Team]] { -teamID: int -teamName: String -goalsScored: int -goalsConceded: int +Team(teamID: int, teamName: String) +addPlayer(newPlayer: Player): void +removePlayer(playerID: int): void +getID(): int +getAmountOfPlayers(): int +getGoalsScored(): int +getGoalsConceded(): int +getTeamName(): String +toString(): String } Team --> "*" Player class TeamTest [[java:TeamTest]] { Organizer : TournamentOrganizer +{static} main(args: String[]): void } TeamTest --> "1" TournamentOrganizer class Tournament [[java:Tournament]] { -matches : ArrayList<Match> -teams : ArrayList<Team> +Tournament() +addTeam(players: ArrayList<Player>, teamName: String): void +addTeam(players: Player[], teamName: String): void -addTeamHelper(players: Player[], teamName: String): void +addMatch(newMatch: Match): void +removeMatch(): void +editMatch(matchId: int, team1Goals: int, team2Goals: int): void +saveToFile(): void +getAmountOfPlayers(): int +getWinner(): void +toString(): String } Tournament --> "*" Match Tournament --> "*" Team class TournamentOrganizer [[java:TournamentOrganizer]] { -input: Scanner -password: String -userInput: String -tournamentName: String +TournamentOrganizer() +showMenu(): void -organizerLogin(): void -organizerMenu(): void -tournamentMenu(): void -teamMenu(): void -matchMenu(): void -playerMenu(): void -createPlayer(): void -addPlayerToTeam(): void -savePlayerToFile(p: Player): void -savePlayerListToFile(): void -deletePlayer(): void -editPlayer(): void -save(): void -createMatch(): void -deleteMatch(): void -editMatch(): void -createTeam(): void -deleteTeam(): void -editTeam(): void -saveTeamToFile(t: Team): void -viewTeams(): void -createNewTournament(): void -editTournament(): void -finalizeTournament(): void -setTournamentRules(): void -addRules(): void -viewMatchProgramme(): void -viewTournamentRules(): void -deleteTournament(): void } TournamentOrganizer --> "1" KnockoutPhase TournamentOrganizer --> "*" Player TournamentOrganizer --> "*" Team TournamentOrganizer --> "1" User class User [[java:User]] { -input: Scanner +userMenu(): void -viewTeams(): void -viewMatchProgramme(): void -viewTournamentRules(): void } @enduml
false
true
false
false
class
94dfd2f350dc0d980fa672f9b8be3655dc2bf5eb
962989bb15befd5177b53099836f5262cb2d82d0
/5.1-data-model/srv-ztp-call-flow.puml
291e736336d182747ee3b5d4e42f619e23a579a3
[]
no_license
jnpr-tjiang/cfm-data-model
25c12acca65e6a7e4db10058172665517a0f9c11
2046f7227f80f98d88844c256b310c442d9cd960
refs/heads/master
2020-03-16T23:10:44.612882
2019-02-04T05:51:27
2019-02-04T05:51:27
133,068,065
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,945
puml
@startuml autonumber "<b>[00]" participant WebUI as ui participant "Contrail" as contrail ui -> contrail : install Contrail AIO activate contrail contrail -> contrail : initialize db activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-00.png> end note deactivate contrail ui -> contrail : fabric ztp job activate contrail contrail -> contrail : fabric onboarding activate contrail deactivate contrail contrail -> contrail : fabric role assignment activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-01.png> end note deactivate contrail ui -> contrail : server discovery job activate contrail contrail -> contrail : discover server\n and topology activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-02.png> end note deactivate contrail ui -> contrail : import node profile job activate contrail contrail -> contrail : create node profile\nfor dell servers activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-03.png> end note deactivate contrail ui -> contrail : create infra networks activate contrail contrail -> contrail : create infra\nnetworks activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-04.png> end note deactivate contrail ui -> contrail : server role assignment job activate contrail contrail -> contrail : assign server role activate contrail deactivate contrail note right <b>Related objects created in VNC DB</b> <img:images/srv-ztp-data-model-05.png> end note deactivate contrail @enduml
false
true
false
false
sequence
12022ebc084ba00febd75654db30f3e13f896b5b
43948901e48e0cc3fc44149fc8a7c3e479c3f46e
/diagrama.puml
a3cc76f6910a8b95f0f987868319274bfaaf6ca9
[]
no_license
gasparhabif/macowins
7cd6628aa0e28b633bd8fb42123f3978d54ef706
e20a17888688f587389936936c67f7d41a6d108f
refs/heads/main
2023-04-09T09:50:40.637602
2021-04-18T01:16:45
2021-04-18T01:16:45
358,033,087
0
0
null
null
null
null
UTF-8
PlantUML
false
false
776
puml
@startuml class Tienda { gananciasDelDia(dia) } class Venta { getTotalVenta() } class Item { getTotal() } class Prenda { getPrecioFinal() } enum TipoDePrenda{ PANTALON SACO CAMISA } interface EstadoPrenda { modificarPrecio(valor) } class Liquidacion { modificarPrecio(valor) } class Nuevo { modificarPrecio(valor) } class Promocion { modificarPrecio(valor) } abstract class MedioDePago { aplicarRecargo(item) } class Tarjeta{ aplicarRecargo(item) } class Efectivo { } Tienda --> Venta Venta --> Item Item --> Prenda Venta --> MedioDePago Prenda --> EstadoPrenda Prenda --> TipoDePrenda EstadoPrenda <|.. Liquidacion EstadoPrenda <|.. Promocion EstadoPrenda <|.. Nuevo MedioDePago <|-- Tarjeta MedioDePago <|-- Efectivo @enduml
false
true
false
false
class
794fba7614f98f7ac0561bce4052ca999b8b6637
aefb1807676f66cc46e45071b3deb1969e682322
/SELAIN SISTEM/UML/SEQUENCE/pencarian/administrator bka/SearchSuratBKA.puml
66afc522e189bbcda63e59f000f1e68aa5a608f8
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kurniado729/sistem_kp
f456f7a22392f99c117797370c9a8d70c96b0df4
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
refs/heads/master
2023-02-01T21:00:47.861038
2019-12-20T18:52:46
2019-12-20T18:52:46
220,038,247
0
1
MIT
2023-02-01T02:14:20
2019-11-06T16:12:42
HTML
UTF-8
PlantUML
false
false
557
puml
@startuml autonumber hide footbox title Mencari Surat BKA Actor AdministratorBKA boundary Dashborad_V boundary SuratBKA_V control Admin_C control BKA_C Entity SuratDisposisi_E Admin_C --> Dashborad_V: load->view() Dashborad_V --> AdministratorBKA: Halaman Dashborad AdministratorBKA --> Dashborad_V: tulis keyword yang ingin dicari pada form pencarian Dashborad_V --> BKA_C: searchbka() BKA_C --> SuratDisposisi_E: SuratDisposisi_E --> BKA_C: BKA_C --> SuratBKA_V: load->view() SuratBKA_V --> AdministratorBKA: Halaman Surat BKA @enduml
false
true
false
false
sequence
5e35c6af2cc71d7bcd90b5cff6f0cd4f2620ea7b
38be29362e14a16202b5292a0091156b9ce6a713
/uml/ClassDiagram.puml
8506f1e8a03e25fdd61da1a3456c183fec466515
[]
no_license
AbdelNabut/nabut-cop3330-assignment4part2
a2f70acce0724334a824be12dbfe95cd2b60059f
4d243616685cc75a5d93f175ef11769281d649da
refs/heads/master
2023-06-19T07:18:33.856583
2021-07-12T03:54:48
2021-07-12T03:54:48
384,193,976
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,453
puml
@startuml class ToDoListApp { main() start() } class ToDoList { -name: String -tasks: ArrayList<Task> getName() setName() } class Task { -description: String -CheckBox: boolean -dueDate: Date getDescription() setDescription() getDueDate() setDueDate() getCompleted() setCompleted() completedProperty() } class ToDoListController { -listName: label viewButtonClicked() renameButtonClicked() deleteButtonClicked() newListButtonClicked() saveListButtonClicked() saveAllListsButtonClicked() loadListButtonClicked() loadMultipleListsButtonClicked() loadMultipleLists() loadList() renameList() getLists() deleteList() saveList() createList() } class TaskListController{ -itemTable: TableView allListsButtonClicked() allTasksButtonClicked() completedTasksButtonClicked() incompleteTasksButtonClicked() showToDoLists() showIncompleteTasks() showCompleteTasks() showAllTasks() ascendSort() descendSort() } class Serializer { Serialize() } class Deserializer { Deserialize() } class DatePickerCell { + DatePickerCell() } javafx.Application <|-- ToDoListApp ToDoListApp - ToDoListController ToDoListController-ToDoList ToDoList-Task TaskListController - ToDoListApp TaskListController - Task TaskListController - Serializer TaskListController - Deserializer @enduml
false
true
false
false
class
648e1471fa3ee2e4ecddb4a81f460c738babac0c
83bec850817e3deb2a33a5ab2527784a976338b3
/log210-contenu/S20213/assets/Solution_SGA.puml
91220cc87b946bce64e2fd4300d4a570543d7b98
[]
no_license
yvanross/github-action-learning-larman-mdd
df8fb1907a84046ce0ed3b62ea555fd3b12655ad
e0195b3344ecdfaa934e788e839e8758453bc4ca
refs/heads/main
2023-08-30T10:22:28.071260
2021-11-11T15:29:27
2021-11-11T15:29:27
304,116,705
0
0
null
2020-10-15T01:32:37
2020-10-14T19:34:03
JavaScript
UTF-8
PlantUML
false
false
1,340
puml
@startuml SGA skinparam style strictuml hide methods hide empty members title Modèle du domaine SGA set namespaceSeparator :: class "Université" as SGB::U { } class "Enseignant" as SGB::En { } class "Étudiant" as SGB::Et { } class "Cours" as SGB::Cours { } class "CatalogueCours" as SGB::CatalogueCours { } class "GroupeCours" as SGB::GC { } class "CoursEnLigne" as CoursSGA { } class "Question" as Question { } class "Questionnaire" as Questionnaire { } class "Devoir" as Devoir { } class "RemiseDevoir" as RDevoir { } class "RemiseQuestionnaire" as RQuestionnaire { } SGB::U "1" -- "1" SGB::CatalogueCours : Offre > SGB::U "1" -- "1..*" SGB::Et : Forme > SGB::U "1" -- "1..*" SGB::En : Emploie > SGB::CatalogueCours "1" -- "1..*" SGB::Cours : Répertoirie > SGB::Cours "1" -- "1..*" SGB::GC : Décrit > SGB::En "1" -- "1..*" SGB::GC : Enseigne > SGB::Et "1..*" -- "1..*" SGB::GC : S'inscrit-dans > SGB::GC "1" -- "0..1" CoursSGA : Est-supporté-par > CoursSGA "1" *-- "0..*" Devoir : Contient > CoursSGA "1" *-- "0..*" Question : Contient > CoursSGA "1" *-- "0..*" Questionnaire : Contient > Questionnaire "1" -- "1..*" Question : Contient > RDevoir "*" -- "1" Devoir : Est-faite-pour > RQuestionnaire "*" -- "1" Questionnaire : Est-faite-pour > SGB::Et "1" -- "*" RDevoir : Remet > SGB::Et "1" -- "*" RQuestionnaire : Remet > @enduml
false
true
true
false
class
ea5335b305c60f97c4fcdfe385fc760eb5807e02
c12709b46160493fa7837ddd96cf2dc170b7dc0d
/assets/umls/proxy-pattern.puml
900d112bb4e71615fd33b93dba7a3d7ad6ed3fca
[]
no_license
battlerhythm/battlerhythm.github.io
c0e9bd62695b915ce734266be35a0e367c4e6225
3b53041d25f2935747122c75dc3b501bc9cba05a
refs/heads/master
2021-12-03T08:38:20.238977
2021-11-28T19:21:25
2021-11-28T19:21:25
132,821,261
0
1
null
2018-05-10T01:15:52
2018-05-09T22:59:00
JavaScript
UTF-8
PlantUML
false
false
208
puml
@startuml interface ISubject { request() } class RealSubject { request() } class Proxy { request() } ISubject <|-- RealSubject ISubject <|-- Proxy RealSubject <- Proxy : "Controling Access" @enduml
false
true
false
false
class
919c2c55238ddea1223b3f1f9e77cc6e0f279fff
1b71391fdddd0ee748669a6a4badfcd69347c281
/src/main/java/system/controller/service/service.plantuml
16da3a498d3033c66f1308bb1d1261ea9b0a79dc
[]
no_license
berl-a/DiplomaBackend
e809f2257c059314f310d4a6e8195b23831d9eda
d6e65609133ff93b2b275a1eb0496e9e6ce790ce
refs/heads/master
2020-04-01T06:47:56.459540
2019-01-02T18:22:43
2019-01-02T18:22:43
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
6,160
plantuml
@startuml title __SERVICE's Class Diagram__\n package system.controller { package system.controller.service { class FilesService { ~ servletContext : ServletContext + replaceServerLocationInJsFiles() } } } package system.controller { package system.controller.service { class GameArchiver { + archiveFinishedGames() } } } package system.controller { package system.controller.service { class GameService { {static} + CODE_LENGTH : int {static} + NUMBER_OF_TRIES_TO_GENERATE_CODE : int - games : LinkedList<Game> + set() + getAll() + addGameFromQuiz() + getWithQuiz() + get() + getByCode() + remove() + removeByCode() - getGameWithActualQuiz() - generateGameCode() + join() + getQuestionsForPlayer() + getRealQuestionsForPlayer() + startGame() + answerQuestion() + getFinishedGames() + removeFinishedGames() } } } package system.controller { package system.controller.service { class PlayerService { + getAll() + addPlayer() + get() + removePlayer() + getPlayersForIds() } } } package system.controller { package system.controller.service { class QuestionGroupService { - cachedQuestionGroups : LinkedList<QuestionGroup> + updateCached() + getAll() + getAllWithNumberOfQuestions() + getAll() + getAllWithNumberOfQuestions() + get() + add() + edit() + remove() + getNumberOfQuestions() + rename() + getNumberOfQuestions() + getQuestionsFromGroups() + getQuestionsFromGroupsFree() } } } package system.controller { package system.controller.service { class QuestionService { - cachedQuestions : LinkedList<Question> + updateCached() + getAll() + get() + add() + copy() + edit() + remove() + removeQuestionsFromGroup() + getAllWithCatNames() + getAllWithCatNamesByTeacher() - appendCatNamesToQuestions() } } } package system.controller { package system.controller.service { class QuizGroupService { - cachedQuizGroups : LinkedList<QuizGroup> + updateCached() + getAll() + get() + add() + edit() + remove() + rename() } } } package system.controller { package system.controller.service { class QuizPartService { - cached : LinkedList<QuizPart> + updateCached() + getAll() + get() + add() + edit() + remove() + getAllFromQuiz() + copy() + getAllWithCatNamesFromQuiz() - appendCatNamesToQuizParts() } } } package system.controller { package system.controller.service { class QuizService { - cachedQuizzes : LinkedList<Quiz> + updateCached() + getAll() + get() + appendQuizParts() + add() + edit() + remove() + removeQuizzesFromGroup() + getAllWithCatNames() + getAllWithCatNamesByTeacher() - appendCatNamesToQuizzes() + copy() + generateRealQuestions() } } } package system.controller { package system.controller.service { class ResultService { - cachedResults : LinkedList<Result> + updateCached() + getAll() + getAllByTeacher() + get() + add() - set() + grade() - recalculatePoints() + edit() + remove() + archiveGames() } } } package system.controller { package system.controller.service { class StartupService { + postConstruct() } } } package system.controller { package system.controller.service { class UserService { - cached : LinkedList<User> + updateCached() + getAll() + get() + get() + getById() + isPasswordCorrect() + add() - doesUserWithUsernameExist() + edit() + copy() + remove() + addAdminToDatabase() } } } GameArchiver o-- GameService : gameService GameArchiver o-- ResultService : resultService GameService o-- PlayerService : playerService GameService o-- QuizService : quizService GameService o-- QuestionService : questionService GameService o-- QuestionGroupService : questionGroupService PlayerService o-- PlayerDao : dao QuestionGroupService o-- QuestionGroupDao : dao QuestionGroupService o-- QuestionService : questionService QuestionService o-- QuestionDao : dao QuestionService o-- QuestionGroupService : questionGroupService QuizGroupService o-- QuizGroupDao : dao QuizGroupService o-- QuizService : quizService QuizPartService o-- QuizPartDao : dao QuizPartService o-- QuestionGroupService : questionGroupService QuizService o-- QuizDao : dao QuizService o-- QuizGroupService : quizGroupService QuizService o-- QuizPartService : quizPartService QuizService o-- QuestionGroupService : questionGroupService ResultService o-- ResultDao : dao ResultService o-- QuizService : quizService ResultService o-- PlayerService : playerService ResultService o-- QuestionService : questionService StartupService o-- FilesService : filesService StartupService o-- UserService : userService UserService o-- UserDao : dao 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
411a26b081b9226c8655fa1f26027e9bc4a0d9b9
fa5ebd1d59ae2e0bd5fcb065fcabbc2c4a21b346
/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-timeout-2.3.0.plantuml
150029a0f39900237466be81b11768dbfdb7d299
[ "Apache-2.0" ]
permissive
chopoti/documentation
f67f00f68696394849a976e5b2225dead6d462f2
eedd7587119c3f0f50c70519d6f5c368b5fec857
refs/heads/master
2020-05-20T20:25:01.075946
2019-05-08T11:59:33
2019-05-08T11:59:33
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,272
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> * Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.3.0. Transfer Timeout (incl. Bulk Transfer) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors actor "DFSP1\nPayer" as DFSP1 actor "DFSP2\nPayee" as DFSP2 boundary "ML API\nAdapter" as MLAPI control "ML API Notification\nEvent Handler" as NOTIFY_HANDLER control "Transfer Timeout\nHandler" as EXP_HANDLER collections "Transfer-Position-\nTopic" as TOPIC_TRANSFER_POSITION control "Position Event\nHandler" as POS_HANDLER control "Bulk Processing\nHandler" as BULK_PROCESSING_HANDLER collections "Notification-\nTopic" as TOPIC_NOTIFICATIONS collections "Event-\nTopic" as TOPIC_EVENT collections "Bulk-Processing-\nTopic" as BULK_PROCESSING_TOPIC box "Financial Service Providers" #lightGray participant DFSP1 participant DFSP2 end box box "ML API Adapter Service" #LightBlue participant MLAPI participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant EXP_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENT participant POS_HANDLER participant TOPIC_NOTIFICATIONS participant BULK_PROCESSING_HANDLER participant BULK_PROCESSING_TOPIC end box ' start flow activate NOTIFY_HANDLER activate EXP_HANDLER activate POS_HANDLER activate BULK_PROCESSING_HANDLER group Transfer Expiry ||| ref over EXP_HANDLER, TOPIC_EVENT : Timeout Handler Consume {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-timeout-2.3.1.svg 2.3.1]]} \n alt transferStateId == 'RECEIVED_PREPARE' alt Regular Transfer EXP_HANDLER -> TOPIC_NOTIFICATIONS: Produce message else Individual Transfer from a Bulk EXP_HANDLER -> BULK_PROCESSING_TOPIC: Produce message end else transferStateId == 'RESERVED' EXP_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message ref over TOPIC_TRANSFER_POSITION, TOPIC_NOTIFICATIONS : Position Hander Consume (Timeout) {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-position-1.3.3-abort.svg 1.3.3]]} \n alt Regular Transfer POS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message else Individual Transfer from a Bulk POS_HANDLER -> BULK_PROCESSING_TOPIC: Produce message end end opt action IN ['bulk-timeout-received', 'bulk-timeout-reserved'] ||| BULK_PROCESSING_TOPIC <- BULK_PROCESSING_HANDLER: Consume message ref over TOPIC_NOTIFICATIONS, BULK_PROCESSING_TOPIC : Bulk Processing Consume {[[http://url-of-bulk-processing-sequence TODO]]} \n BULK_PROCESSING_HANDLER -> TOPIC_NOTIFICATIONS: Send callback notification end ||| opt action IN ['timeout-received', 'timeout-reserved', 'bulk-timeout-received', 'bulk-timeout-reserved'] ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message ref over DFSP1, TOPIC_NOTIFICATIONS : Send notification to Participant (Payer) {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-prepare-1.1.4.a.svg 1.1.4.a]]} \n NOTIFY_HANDLER -> DFSP1: Send callback notification end ||| opt action IN ['timeout-reserved', 'bulk-timeout-reserved'] ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message ref over DFSP2, TOPIC_NOTIFICATIONS : Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-prepare-1.1.4.a.svg 1.1.4.a]]} \n NOTIFY_HANDLER -> DFSP2: Send callback notification end end deactivate BULK_PROCESSING_HANDLER deactivate POS_HANDLER deactivate EXP_HANDLER deactivate NOTIFY_HANDLER @enduml
false
true
true
false
usecase
46a39bae9cf444bfb75b96d7dda409ddee7a7756
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/BusinessUnitDefaultShippingAddressSetMessage.puml
67c70d0ee67a2f5466b4d69e082d8536b946dbbe
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,206
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 BusinessUnitDefaultShippingAddressSetMessage [[BusinessUnitDefaultShippingAddressSetMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] address: [[Address.svg Address]] } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
fb79fd0e5d18fe761e94a028929e5708a392e3b8
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/LPoint2D/LPoint2D_Class.puml
09ae37b1021f9b13a6f8604f2b01a223b61eed02
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
912
puml
@startuml skinparam classAttributeIconSize 0 class Vector2D <<struct>>{ double x double y } enum ptype{ UNKNOWN = 0 LINE = 1 CORNER = 2 ISOLATE = 3 } class LPoint2D <<struct>>{ int sid /'scan index'/ double x /'position x'/ double y /'position y'/ double nx /'normal vector'/ double ny /'normal vector'/ double atd /'accumulated travel distance'/ ptype type /'type of point'/ LPoint2D(): sid(-1), x(0), y(0) { init() } LPoint2D(int id, double _x, double _y): x(_x), y(_y) { init(); sid = id; } void init() void setData(int id, double _x, double _y) void setXY(double _x, double _y) void calXY(double range, double angle) void calXYi(double range, double angle) void setSid(int i) void setAtd(double t) void setType(ptype t) void setNormal(double x, double y) } LPoint2D o-- ptype LPoint2D o-- Vector2D @enduml
false
true
false
false
class
8eba14f8f1b18ddad944e142c5e3b304066410dc
ae470707643117e2c12d9004a301547dbe6dc5eb
/docs/setup.puml
f2227bd3efc617bc791da6fc7d1534d19af7a24c
[]
no_license
schoeffm/metrics-with-microprofile
43fb9a5406d97472bbc4827cc4e21fa621b7e57c
29d187efd195c81c56d5e689597c5d378736e828
refs/heads/master
2021-05-22T18:39:52.021097
2020-04-05T14:48:58
2020-04-05T14:48:58
253,043,647
0
0
null
null
null
null
UTF-8
PlantUML
false
false
443
puml
@startuml [client] -> REST REST - [Service] [Service] - Metrics Metrics <-- [Prometheus]: scrapes [Prometheus] <- [Grafana] note top of [Service] Three running instances simulating a cluster of microservices. end note note top of [client] cURL (produceSteadyLoad.sh) to put some traffic onto the deployed service instances end note note left of [Prometheus] Scrapes tbe services in intervals of 5 seconds. end note @enduml
false
true
false
false
uml-unknown
b7685cf889c6d6d1c87eaf412613b6f41e99fbbd
111365367de6c7db25dccdd7d2cae47aaba155b4
/docs/design/node-remove.puml
e31fd0295c41abecdd5f646709317038a6a982da
[ "Apache-2.0" ]
permissive
jmleefree/poc-cicd-ladybug
47cf4037166bc8d4f3115df50f275b071d4c8a4c
a9ec19caafae77f7b85c8b97a8b5c385f3bd8a64
refs/heads/main
2023-07-14T16:32:59.744884
2021-08-19T08:18:46
2021-08-19T08:18:46
394,126,346
0
0
Apache-2.0
2021-08-09T02:47:44
2021-08-09T02:47:43
null
UTF-8
PlantUML
false
false
984
puml
@startuml header **Cloud-Barista Ladybug** (v0.4.0-cafemocha) title Remove a node hide footbox participant "Webtool" as webtool #d1e0ff participant "Ladybug" as provider database "Ladybug data" as db participant "Tumblebug" as tumblebug #d1e0ff participant "Worker nodes" as wNodes #eeeeee activate webtool webtool -> provider : DELETE\n/ns/:ns/clusters/:cluster/nodes/:node\n activate provider provider -->o db : select {control-plane} provider -> webtool : [if there is an error]\nerror provider ->o wNodes : drain node (ssh) provider -> webtool : [if there is an error]\nerror provider ->o wNodes : delete node (ssh) provider -> webtool : [if there is an error]\nerror provider -> tumblebug : DELETE\n/ns/:ns/mcis/:mcis/vm/:vm provider <-- tumblebug : {status} provider -> webtool : [if there is an error]\nerror provider ->o db : delete {node} provider --> webtool : {result} deactivate provider deactivate webtool @enduml
false
true
false
false
sequence
f149fc9984bc26374d883b97a5f10b7cf925d2ef
de9e624b60847fab6bf0d97b0ffc297f5141b928
/diagrams/FiltersWorkingsAndEvents.puml
93ba3156fd00f1505a3b39b33f3c234a5b943f71
[]
no_license
Maximus905/ReactBootstrap4Table
c8c1ef0f591c69c5e941c0984db8988bf0eb2101
c87ed934c87a15755af31e5b93b0704635bcaf6f
refs/heads/master
2023-01-07T21:45:15.524531
2020-03-02T08:22:04
2020-03-02T08:22:04
190,179,723
0
1
null
2023-01-04T21:47:34
2019-06-04T10:26:42
JavaScript
UTF-8
PlantUML
false
false
4,909
puml
@startuml participant App participant dataLoader participant "App reducer" as reducer participant "App state" as state participant Filter participant "filterReducer" as fReducer participant "filterState" as fState App -> state: set initial reducer state state -> App: initial data state -> Filter: filtersSettings state -> Filter: filters[accessor] - filter state Filter -> fState: set state dataLoader <- state: filters value dataLoader -> state: data from server state -> App: loaded data ==Filter event: change checked type in settings list== Filter -> fReducer: CHANGE_FILTER_TYPE() fReducer -> fState: **settingList** mark clicked item fReducer -> fState: **filterValue** reset to [] if not empty fReducer -> fState: clear **inputValue** (reset context search input) fReducer -> fState: **data** fill from props.data if new type is LIST fReducer -> fState: set up **selectAll** if new type is LIST fReducer -> fState: set **checkedItemsCounter** to filterList length if new type is LIST Filter -> Filter: **closeSettingsMenu()** Filter -> App: onSaveSettings({accessor, newType}) Filter -> App: onChangeFilter({accessor, filterBy, type: currentType, value: filterValue, selectAllState}) ==Filter event: change settingList || selectAllState || filterValue== Filter -> App: onChangeFilter({accessor, filterBy, type: currentType, value: filterValue, selectAllState}) ==Filter event: onOpen== Filter -> App: onOpen({accessor}) App -> reducer: REQUEST_FILTER_LIST note right Only if filter type is LIST and **didInvalidate** is true (__AppState->filters[accessor].didInvalidate__) end note == Filter event: change type of filter == Filter -> App: onSaveSettings(accessor, newType) App -> reducer: SET_FILTER_TYPE(accessor, newType) reducer ->state: **filtersSettings[accessor]** - set new type reducer -> state: **filters[accessor]** - set new type reducer --> state: **filters[accessor]** - clear value group Only if previous filters[accessor] value was not empty reducer -> state: **filters[another accessors]** - set **didInvalidate** if it need note right for all filters with preloaded lists of values end note reducer --> state: **state** - set **didInvalidate** dataLoader <-- state: filters value dataLoader --> state: data from server state --> App: loaded data end == Filter event: set value of filter == Filter -> App: onChangeFilter({accessor, value, append: false, remove: false)} App -> reducer: SET_FILTER_VALUE(accessor, value) reducer -> state: **filters[accessor]** - set value as [value] reducer -> state: **filters[another accessors]** - set **didInvalidate** note right set didInvalidate only if need reload list values for current filter end note reducer --> state: **state** - set **didInvalidate** dataLoader <-- state: filters value dataLoader --> state: data from server state --> App: loaded data == Filter event: append value to filter == Filter -> App: onChangeFilter({accessor, value, append: true, remove: false)} reducer -> state: **filters[accessor]** - add value to array of values reducer -> state: **filters[another accessors]** - set **didInvalidate** note right set didInvalidate only if need reload list values for current filter end note reducer --> state: **state** - set **didInvalidate** dataLoader <-- state: filters value dataLoader --> state: data from server state --> App: loaded data == Filter event: remove filter's value == Filter -> App: onChangeFilter({accessor, value, append: false, remove: true)} reducer -> state: **filters[accessor]** - remove value from array of values reducer -> state: **filters[another accessors]** - set **didInvalidate** note right set didInvalidate only if need reload list values for current filter end note reducer --> state: **state** - set **didInvalidate** dataLoader <-- state: filters value dataLoader --> state: data from server state --> App: loaded data ==Filter type LIST: click on item== Filter -> fReducer: CLICK_ON_ITEM(value) fReducer -> fState: add/remove value to/from **checkedItems[]** note right if in **checkedItems[]** - remove else - append end note fReducer -> fState: set checkbox for this item in list fReducer -> fState: **checkedItemsCounter** = amount of selected items in list Filter <- fState: render new state ==Filter type LIST: click on selectAll checkbox== Filter -> fReducer: CLICK_ON_SELECT_ALL fReducer -> fState: **selectAll** = !selectAll fReducer -> fState: select all items in list fReducer -> fState: **checkedItems** = [] fReducer -> fState: **checkedItemsCounter** = 0 or length of list note right depends on new state of selectAll if selectAll is **true** - select all items else - unselect all in list end note Filter <- fState: render new state @enduml
false
true
false
false
sequence
b2233ed79e511becb65e9d6f9a7bface18a4a81c
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/SEQUENCE/admin tu/AddDisposisi.puml
e3359f2d171a1cf72d98c4792f12b52eeb7cb52f
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
fiqihrosady/sistem_kp
b593e68eda63e3c4b2953447a2aa8f25f33f9921
7b9060a89f852577a6f4c1ea2596b59beb5e5b77
refs/heads/master
2020-09-27T00:03:37.042300
2019-12-05T18:54:26
2019-12-05T18:54:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
908
puml
@startuml autonumber hide footbox title Mendisposisi Surat Masuk Actor AdminTU boundary Dashboard_V boundary SuratMasuk_V control Admin_C control SuratMasuk_C Entity SuratMasuk_E Entity SuratDisposisi_E Admin_C --> Dashboard_V: load->view() Dashboard_V --> AdminTU: Halaman Dashboard AdminTU --> Dashboard_V: klik menu Surat Masuk Dashboard_V --> SuratMasuk_C: index() SuratMasuk_C --> SuratMasuk_E: SuratMasuk_E --> SuratMasuk_C: SuratMasuk_C --> SuratMasuk_V: load->view() SuratMasuk_V --> AdminTU: Halaman Surat Masuk AdminTU --> SuratMasuk_V: klik tombol Disposisi Surat Masuk SuratMasuk_V --> SuratMasuk_C: disposisimail() SuratMasuk_C --> SuratMasuk_E: SuratMasuk_E --> SuratMasuk_C: SuratMasuk_C --> SuratDisposisi_E: SuratDisposisi_E --> SuratMasuk_C: SuratMasuk_C --> SuratMasuk_V: load->view() SuratMasuk_V --> AdminTU: Halaman Surat Masuk @enduml
false
true
false
false
sequence
5c99f3c85b3350c5cfc6d71b71d06e596c339ac6
884f012c11464ab54e3af6e2bed9e2bd5276f979
/src/main/java/ex41/NameSorter.puml
6ec3d1338cd05b3406885855ede8acde448ff1b6
[]
no_license
qburnss/burney-cop3330-assignment3
e486d34e568432a47b83a17b7d4c76461c50805c
384b7d711ff90e0c759495dcd74c6946a35fc044
refs/heads/master
2023-06-13T23:31:46.389264
2021-06-21T03:42:07
2021-06-21T03:42:07
378,797,710
0
0
null
null
null
null
UTF-8
PlantUML
false
false
246
puml
@startuml 'https://plantuml.com/sequence-diagram class solution41{ read filePath use ReadNameList sort Alphabetically display names in output file } class ReadNameList{ a read fileFunction } ReadNameList -->solution41 @enduml
false
true
false
false
class
d7968a3ecdf9764ab72abf55211127bf3003d2f3
f5f59016295a183565af167a861e2c8db9f1b070
/diagrams/src/lib/utility/Application.Utility/ClientLibrary/Bid/BidData.puml
cd171dca09b7f523183826c837288d08bf9cdf31
[ "MIT" ]
permissive
converge-app/collaboration-broker-service
fb21788289134c265f1cd5db3ceaa3f32ba18406
69c676a5bbb3e602f939f9c91680560a6c63926a
refs/heads/master
2023-03-19T11:36:58.937045
2019-12-17T12:06:26
2019-12-17T12:06:26
218,333,241
0
0
MIT
2023-03-04T01:16:20
2019-10-29T16:29:32
C#
UTF-8
PlantUML
false
false
233
puml
@startuml class BidData { + Id : string <<get>> <<set>> + ProjectId : string <<get>> <<set>> + FreelancerId : string <<get>> <<set>> + Message : string <<get>> <<set>> + Amount : decimal <<get>> <<set>> } @enduml
false
true
false
false
class
846272bd7614652ae6ba9661891dcffafafea0e5
ab65eee5e0df11da17d01069d65c447d9e44ef34
/spec/fixtures/component-interfaces.plantuml
26a2e5221c54250137ccc4e5160b40165ef7b2af
[ "MIT" ]
permissive
leungwensen/plantuml-parser
b9c86850c0b3c605f4cf4430d18bba2cf49c9e2a
6686ae6cae24291c479040fb5e1af3d9a83f783b
refs/heads/master
2020-09-10T20:40:13.803024
2016-08-23T09:57:00
2016-08-23T09:57:00
66,256,830
7
3
null
null
null
null
UTF-8
PlantUML
false
false
228
plantuml
@startuml title Interfaces - Component Diagram [Business Logic] [Data Access] as DA component [Graphic User\nInterface] as GUI interface IMath as Math interface "IItems" as Items [Business Logic] -- Math DA .. Items @enduml
false
true
false
false
class
6436bcb350004aef3c2632eac0ff72ef928fe6b2
4912b4a1dc3f9053ef63ac442fee5ae24b4ee1b8
/buildUML/messaging/topic.puml
94d2f0ae09bf8048d4a33a1d44f95fb7ada15290
[ "Apache-2.0" ]
permissive
JetBrains/intellij-sdk-docs
92f20b8323f3296d008d20739c2576817502a58a
2e3eaced65ec7bd962fa0867112cd83735fb0464
refs/heads/main
2023-08-31T22:13:05.228222
2023-08-31T14:52:25
2023-08-31T14:52:25
27,145,735
1,207
1,072
Apache-2.0
2023-09-12T13:57:17
2014-11-25T20:59:00
Markdown
UTF-8
PlantUML
false
false
381
puml
@startuml skinparam classAttributeIconSize 0 hide empty fields hide empty methods left to right direction ' Define the objects in the diagram class "com.intellij.util.messages.Topic" as Topic { +getDisplayName() +getBroadcastDirection() } class ListenerClass { +method1() {method} ... +methodN() } ' Define the class relationships Topic o--> "1 " ListenerClass @enduml
false
true
false
false
class
f8b12ebbe9fe297a1f9c85cfa9aa4ae23efac9fc
d8c81b9fa31bccbe7ff966b7183241cd6cd4f913
/ODA_ajanvaraus.plantuml
7942d79fc3741af652ea2e63ec6e3147b53140d3
[ "CC-BY-4.0" ]
permissive
mauno-ronkko/rfc
7421e8e161214a50c918904f803254fc0251d249
139a67885476b577f657e5ae84e035782988f938
refs/heads/master
2020-12-07T17:12:03.828878
2017-08-03T10:34:28
2017-08-03T10:34:28
95,440,042
0
0
null
2017-06-26T11:34:39
2017-06-26T11:34:39
null
UTF-8
PlantUML
false
false
1,955
plantuml
@startuml hide methods object Appointment <<**GetAndWrite**>> { identifier status appointmentType reason ' added description field for a human readable description description start end minutesDuration comment } object Slot <<**GetAndWrite**>> { identifier schedule status start end } object Practitioner <<**Get**>> { identifier name telecom address gender birthDate photo communication ' role.organization (ODAOrganization) ... role does not exist in DSTU3 any nmore ' role.healthcareService (ODAHealthcareService) ... role does not exist in DSTU3 any nmore } object Location <<**Get**>> { identifier status name telecom address position } note right : "cname" will be coded\nin the identifier field object Patient <<**Write**>> { ' added some missing fields that are used in a patient resource identifier name telecom gender birthDate address communication } object HealthcareService <<**Search**>> { identifier type name telecom ' characteristic -- dropped this field out at this stage; used eg. to indicate wheel chair access appointmentRequired } note bottom : "palvelutunnus" will be\ncoded in the type field object Organization { ' added some missing fields that are used in a patient resource identifier active type name telecom address } note bottom : "oid" will be coded\nin the identifier field object CareTeam { } Appointment "0..*" -left-> "0..*" Practitioner : participant.actor Appointment "0..*" -down-> "1" HealthcareService : participant.actor Appointment "0..*" -up-> "1" Patient : participant.actor Appointment "1" -right-> "0..*" Slot : slot HealthcareService "0..*" -left-> "1" Organization : "providedBy " HealthcareService "0..* " -right-> "1" Location : location CareTeam "0..*" -right-> "0..*" Practitioner : participant.member CareTeam "0..*" -down-> "0..*" Organization : managingOrganization @enduml
false
true
false
false
sequence
5f068b8cee88bc12c8b20c41710c6c2af79d1ad6
9995368234849f13240eb004ca4b86c99b956b14
/docs/igor_sequence.puml
41569e63f21e9b8da098148495e6ee8a1776cf48
[ "MIT" ]
permissive
herohenu/igor
4ff87c3e60652bbcd9fecdc12bb49f55ec5ee30a
fb36849572c4df4a790cc6cc11701d670e8dd81b
refs/heads/master
2020-07-01T17:09:30.385923
2016-11-05T09:22:36
2016-11-05T09:22:36
74,268,917
1
0
null
2016-11-20T11:14:54
2016-11-20T11:14:53
null
UTF-8
PlantUML
false
false
1,957
puml
@startuml title Architecture of Igor autonumber skinparam sequenceArrowThickness 2 box "Website communication" actor "User\n(browser)" as user participant "CloudFront" as front participant "Google\nOAuth" as google participant "Cognito" as cognito endbox box "Shared" participant DynamoDB as db endbox box "Back end in AWS" participant "CloudWatch\nRule" as cron participant "Igor\nLambda" as lambda endbox box "Flowdock\nAPI" participant "Flowdock\nOfficial API" as flowdock participant "Flowdock\nUnofficial API" as flowdock_xhr endbox == Configuration == user ->> front: download content activate user activate front front --> user: site contents\nHTML,CSS,JS deactivate front user ->> google: authenticate activate google google --> user: auth token user ->> db: do any DB operation\nfor this user activate db db -->> cognito: utilize token activate cognito cognito ->> google: verify token google --> cognito: token OK cognito --> db: deactivate google deactivate cognito db --> user: data saved or fetched deactivate db deactivate user == Background processing == loop each 60 seconds cron --> lambda: process activate cron deactivate cron activate lambda lambda ->> db: fetch all known\nconfigurations activate db db --> lambda: configs deactivate db lambda ->> flowdock: get latest \nmentions activate flowdock flowdock --> lambda: mentions deactivate flowdock lambda ->> flowdock_xhr: get latest \nprivate messages activate flowdock_xhr flowdock_xhr --> lambda: private messages deactivate flowdock_xhr loop for each <b>unanswered</b> mention or message lambda ->> db: update last\ncommunication\nfor user X activate db deactivate db lambda ->> flowdock: send to user X\na private\nor flow message activate flowdock flowdock --> lambda deactivate flowdock end deactivate lambda end @enduml
false
true
false
false
usecase
920dcffa67765aaed114173c722a10207c6168bb
bcac835db99d56888b168ae101724f0972692854
/FootballChampionship.puml
57a574a33fbd411c6a7ad7badd241ab35a54b76a
[]
no_license
BasilAntonov/FootballChampionship
2b7850cd304022ae39b0a7b1c3c9c2a04b6dc6b2
77453688dbe4c127124705385ffd84ee22fdb323
refs/heads/master
2022-06-19T12:23:04.347117
2020-05-08T10:12:21
2020-05-08T10:12:21
259,617,975
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,049
puml
@startuml skinparam classAttributeIconSize 0 class FootballChampionship { - {static} logger : Logger - {static} FILE_READ : String - {static} FILE_WRITE : String - {static} FILE_ENCODING : String + {static} main(args : String) } class FootballTeam { - name : String - numGame : Integer - points : Integer + FootballTeam(name : String, numGame : Integer, points : Integer) + getName() : String + getNumGame() : Integer + getPoints() : Integer + compareTo(o : FootballTeam) : Integer } class StringToFootballTeamConverter { + {static} stringToFootballTeamConverter(str : String) : FootballTeam } class FileFun { + {static} readFile(nameFile : String, encoding : String) : ArrayList<FootballTeam> + {static} writeFile(nameFile : String, flag : Boolean, data : ArrayList<FootballTeam>) } FootballChampionship .> FootballTeam FootballChampionship ..> FileFun FileFun .> StringToFootballTeamConverter FileFun ..> FootballTeam StringToFootballTeamConverter .> FootballTeam @enduml
false
true
false
false
class
b344115cb6e0a83114b9096747f2eab64449d61a
11269ea478c80838b3752de762174da4047ce68f
/docs/images/parsec2.puml
430fd1bb175c545db36e99fbe0dc9580c962ae92
[ "MIT" ]
permissive
mori0091/cparsec2
afa23378c2871c3118ca00ab424d582f3191de54
e439cd07147286e4d9aa9e93f9b41192b977adfd
refs/heads/master
2020-05-24T15:16:34.423735
2019-10-20T06:01:46
2019-10-20T06:01:46
187,326,949
4
1
MIT
2019-10-20T06:01:47
2019-05-18T07:19:00
C
UTF-8
PlantUML
false
false
422
puml
' -*- coding: utf-8-unix -*- @startuml file text [ "123 456 789" ] rectangle parseTest as "parseTest(p, text)" rectangle parser as "p::PARSER(List(Int))" <<parser>> rectangle many as "many(number)" <<parser-combinator>> rectangle number as "number::PARSER(Int)" <<parser>> file result as "[123, 456, 789]" text "text" -> parseTest parseTest -> result parseTest <-- parser parser <-- many : create many <-- number @enduml
false
true
false
false
uml-unknown
15478fda6dbc801b5498e0a7d5634b48f5dad749
fcfe170c9b78eeeeea1b9a6540355d92a586505e
/class-diagram.puml
4c8362d4e094c52c437632c53a330a63e8861407
[]
no_license
teohaik/polymorphism
de1bd833621c0363c29b819aa41ca2cc12b8caff
1fe1c2e831368dba8019e0b397e6b4fe3d02bef1
refs/heads/master
2023-08-23T07:15:04.496930
2021-10-20T17:49:38
2021-10-20T17:49:38
419,430,451
0
0
null
null
null
null
UTF-8
PlantUML
false
false
465
puml
@startuml class gr.teohaik.polymorphism.Main class gr.teohaik.polymorphism.PaintCircle class gr.teohaik.polymorphism.PaintSquare class gr.teohaik.polymorphism.PaintTriangle gr.teohaik.polymorphism.PaintCircle --|> gr.teohaik.polymorphism.ShapePainter gr.teohaik.polymorphism.PaintSquare --|> gr.teohaik.polymorphism.ShapePainter gr.teohaik.polymorphism.PaintTriangle --|> gr.teohaik.polymorphism.ShapePainter interface gr.teohaik.polymorphism.ShapePainter @enduml
false
true
false
false
class
8f7b2c7a7bcd0a4b93cf07df6f61dfcbcd91d3b9
705261cab29d30d45e00b02933f9c7ab8f309119
/docs/design/network-discovery/bfd-port-FSM.puml
2f586aef6bbc38a3cd52f2288e75baee9c8afd34
[ "Apache-2.0" ]
permissive
gauravchug/open-kilda
c1fc2de126fa09e67e21f12be47b0892b0d19c18
a6ac3343a29f8934d2f872d8d50f9cc45584e273
refs/heads/develop
2023-08-30T21:42:27.346545
2019-04-09T13:59:43
2019-04-09T13:59:43
131,945,988
2
0
Apache-2.0
2023-08-24T19:52:00
2018-05-03T05:30:29
Java
UTF-8
PlantUML
false
false
2,120
puml
Internal data * BFD-discriminator * isUp (initial false) Internal signals * fail Input signals * port-up * port-down * enable (ISL-FSM) * disable (ISL-FSM) * FL-ok (worker) * FL-fail (worker) * FL-timeout (worker) * isl-move (ISL-FSM) Output signals * bfd-up * bfd-down * bfd-kill @startuml title BFD port FSM [*] --> INIT state initChoice <<choice>> INIT --> initChoice : history / load persistence-data initChoice --> IDLE : [BFD-discriminator is empty] initChoice --> CLEANING : [BFD-discriminator is set] IDLE --> INSTALLING : enable IDLE -l-> FAIL : port-up INSTALLING --> ACTIVE : port-up INSTALLING --> CLEANING : FL-fail [match reuest-key] /\nreport error INSTALLING --> CLEANING : isl-move INSTALLING --> CLEANING : disable INSTALLING --> FAIL : fail INSTALLING : enter / save remote SwitchId INSTALLING : enter / allocate BFD-discriminator INSTALLING : enter / emit BFD-session setup INSTALLING : enter / save request-key state cleaningChoice <<choice>> CLEANING --> cleaningChoice : FL-ok / release BFD-discriminator CLEANING --> FAIL : FL-fail [match reuest-key] /\nreport error CLEANING --> FAIL : fail CLEANING --> HOUSEKEEPING : kill CLEANING : enter / emit BFD-session remove CLEANING : enter / save request-key CLEANING : port-up / set isUp = true CLEANING : port-down / set isUp = false CLEANING : exit / clear remote SwitchId cleaningChoice --> IDLE : [not isUp] cleaningChoice --> WAIT_RELEASE : [isUp] WAIT_RELEASE --> IDLE : port-down WAIT_RELEASE : exit : set isUp = false state ACTIVE { [*] --> UP UP --> DOWN : port-down UP : enter / emit bfd-up UP : enter / set isUp = true DOWN --> UP : port-up DOWN : enter / emit bfd-down DOWN : enter / set isUp = false } ACTIVE --> CLEANING : isl-move ACTIVE --> CLEANING : disable ACTIVE --> HOUSEKEEPING : kill HOUSEKEEPING : enter / emit bfd-kill HOUSEKEEPING : enter [remote SwitchId is set] / emit BFD-session remove HOUSEKEEPING : enter [remote SwitchId is set] / save request-key HOUSEKEEPING --> [*] : fail\nFL-ok / release BFD-discriminator\nFL-fail / report error FAIL -r-> IDLE : port-down @enduml
false
true
false
false
sequence
50dfe2a3ad72e525e934ad9d8b26df0e929f4bf0
37f032317a78bab2b22b6f90b01d9162e09538a4
/UML_Diagrams/ClassDiagram.puml
4e7b944ee93dba2509bb2290093ddae078832973
[]
no_license
mcdigregorio/EMOM_Timer
e75b36d97e7a69eef8e786a9ec2b781a6b1dd2a2
473ca28b1c4091129317ba72ed7c60c9f5bd54fa
refs/heads/master
2020-12-20T22:16:26.666389
2020-03-07T21:42:44
2020-03-07T21:42:44
236,223,938
0
0
null
null
null
null
UTF-8
PlantUML
false
false
416
puml
@startuml class EMOM_Timer { -int workInterval -int restInterval -int rounds -int countdownTime -int timeRemaining -int formattedDisplayTime -start() -stop() -reset() -notifyIntervalChange() -notifyEnd() -calculateTimeRemaining } class QTime { void start() int elapsed() } class QTimer { void start(int msec) void stop() void timeout() } @enduml
false
true
false
false
class
60190862ab315079a3c542fb5c86e2afde083f7a
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/perishable-goods@0.15.0.puml
09cef256d976fe023bb784cc1cd9b131834a5f83
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
2,783
puml
@startuml class org.accordproject.perishablegoods.PerishableGoodsContract << (A,green) >> { + Party grower + Party importer + Shipment shipment + DateTime dueDate + MonetaryAmount unitPrice + UnitOfMass unit + Integer minUnits + Integer maxUnits + String product + Integer sensorReadingFrequency + TemporalUnit duration + Double minTemperature + Double maxTemperature + Double minHumidity + Double maxHumidity + Double penaltyFactor } org.accordproject.perishablegoods.PerishableGoodsContract --|> org.accordproject.contract.Contract class org.accordproject.perishablegoods.ShipmentStatus << (E,grey) >> { + CREATED + IN_TRANSIT + ARRIVED } org.accordproject.perishablegoods.ShipmentStatus --|> concerto.Concept class org.accordproject.perishablegoods.ShipmentTransaction << (T,yellow) >> { + Shipment shipment } org.accordproject.perishablegoods.ShipmentTransaction --|> org.accordproject.runtime.Request class org.accordproject.perishablegoods.SensorReading << (T,yellow) >> { + Double centigrade + Double humidity } org.accordproject.perishablegoods.SensorReading --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.ShipmentReceived << (T,yellow) >> { + Integer unitCount } org.accordproject.perishablegoods.ShipmentReceived --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.PriceCalculation << (T,yellow) >> { + MonetaryAmount totalPrice + MonetaryAmount penalty + Boolean late } org.accordproject.perishablegoods.PriceCalculation --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.Shipment << (A,green) >> { + String shipmentId + ShipmentStatus status + Party grower + Party importer + SensorReading[] sensorReadings + String smartClause } org.accordproject.perishablegoods.Shipment --|> concerto.Asset class org.accordproject.perishablegoods.Business << (P,lightblue) >> { + MonetaryAmount accountBalance } org.accordproject.perishablegoods.Business --|> org.accordproject.organization.Organization class org.accordproject.perishablegoods.Grower << (P,lightblue) >> { } org.accordproject.perishablegoods.Grower --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Shipper << (P,lightblue) >> { } org.accordproject.perishablegoods.Shipper --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Importer << (P,lightblue) >> { } org.accordproject.perishablegoods.Importer --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.SetupDemo << (T,yellow) >> { } org.accordproject.perishablegoods.SetupDemo --|> concerto.Transaction @enduml
false
true
false
false
class
f568b7f40b347a1f29fae913f7b7bf00f438c8f4
e5a08cb9be84408f6eef11216c7478bd2693fcae
/documentation/usecasediagrams/StartOfTermRosterLoading.plantuml
1597d1e446fd200b587a146683a88fbe68bda5ba
[]
no_license
JamesKang26/ColdCallSystem
bfc938664663af4524b9dd0eb323b062d6b4a575
39035c823b2c6d86cf0c1d2b858f690d7c970026
refs/heads/master
2021-05-23T17:18:13.790728
2020-04-06T04:59:00
2020-04-06T04:59:00
253,398,079
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,809
plantuml
@startuml actor User as User participant ":Instructor Interface" as InstructorUI participant ":Cold Call Class List" as List participant ":Cold Call Queue" as Queue participant ":Cold Call Class" as Class participant ":State Persistence" as StatePersistence participant ":Roster Import/Export" as RosterIE participant "CIS 422 Roster.csv : Roster File" as RosterFile autoactivate on note over User, RosterFile: Previous state data may or may not already be loaded in == Add new class == User -> InstructorUI : user chooses to create a new class InstructorUI -> User : prompts for name of new class User --> InstructorUI InstructorUI -> List : addClass(class_name) List -> Class : loadState() Class -> StatePersistence : loadState() StatePersistence --> Class : nothing loaded as class is new Class -> Queue : loadQueue(roster) Queue --> Class Class --> List List --> InstructorUI InstructorUI --> User == Import the new roster == User -> InstructorUI : user chooses to import a new roster InstructorUI -> Class : loadRoster() Class -> RosterIE : loadRoster() RosterIE -> RosterFile : read file RosterFile --> RosterIE RosterIE --> Class Class --> InstructorUI InstructorUI -> Class : compareRoster() Class --> InstructorUI : comparison results InstructorUI -> User : display comparison and ask for confirmation User --> InstructorUI : return instructor's choice alt import confirmed InstructorUI -> Class : updateRoster(true) Class -> Queue : loadQueue() Queue --> Class Class -> StatePersistence : storeClass() StatePersistence --> Class Class --> InstructorUI else import cancelled InstructorUI -> Class : updateRoster(false) note right: imported data discarded Class --> InstructorUI end InstructorUI --> User @enduml
false
true
false
false
usecase
6f7ae3518af4d82317d028ef2dcc54ab14404739
d6709a3c3b347b6f40c62a0fc0a361cb6a431ec1
/use-case-diagram/Homework/Lab-submit/60030007/Book.puml
2fed01404d36280e41407de0b8ce7bdfc50da0cd
[]
no_license
OOAD007/PlantUML-Labs
6b6f180d09535cc18e55e5a6a4d303db529d2a04
7b39132a0ce81928598806b1543baf2fc7220931
refs/heads/master
2022-05-21T20:38:14.934646
2020-04-23T17:34:18
2020-04-23T17:34:18
256,772,800
0
0
null
2020-04-18T14:23:40
2020-04-18T14:23:39
null
UTF-8
PlantUML
false
false
647
puml
@startuml book-store actor Customer actor Employee left to right direction skinparam Shadowing false skinparam actor{ FontColor yellowgreen BackgroundColor yellowgreen BorderColor yellowgreen } skinparam rectangle{ FontColor yellowgreen BorderColor yellowgreen } skinparam usecase { FontColor White ArrowColor SteelBlue BackgroundColor SteelBlue BorderColor SteelBlue } rectangle "Book store"{ Customer -- (Find a book) Customer -- (add to cart) Customer -- (Checkout) (make invoice) -- Employee Customer -- (payment) (payment) -- Employee (Print slip) -- Employee } @enduml
false
true
false
false
usecase
5abeaf09d2df572fec53651dde23d477215adf39
f7aae51eb57147eebc536d68bfc466fbe0be6d1a
/diagrams/scenario.puml
0111a30dc4ea52ee42c92cda598a3a1550500370
[]
no_license
mgawlowski/ModalCommLangGrunding
ab4a1d98dbb97de8d8484cdb888e575d771ebed0
157b9b471f8ff110f79e108bab070cad6395e68b
refs/heads/master
2020-03-10T16:08:51.977621
2018-06-06T12:26:51
2018-06-06T12:26:51
129,466,621
0
1
null
2018-04-14T00:28:27
2018-04-14T00:28:27
null
UTF-8
PlantUML
false
false
606
puml
@startuml actor Uzytkownik Uzytkownik -> Agent: Deklaracja związanych obiektów Agent -> Srodowisko:Sprawdzenie istnienia nowych obserwacji Agent <- Srodowisko: Rejestracja nowej obserwacji Agent -> Agent: Zapis obserwacji Agent -> Srodowisko:Sprawdzenie istnienia nowych obserwacji Agent <- Srodowisko: Rejestracja nowej obserwacji Agent -> Agent: Zapis obserwacji Uzytkownik -> Agent: Zadanie pytania Agent -> Agent: przetworzenie pytania Agent -> Agent: wygenerowanie ugruntowanych formuł Agent -> Agent: wygenerowanie odpowiedzi w języku naturalnym Agent -> Uzytkownik: Zwrócenie odpowiedzi @enduml
false
true
true
false
sequence
4061d185bffe2959775813eadb12e21c0d28adca
0246a4889713a9f37cfe235f04a53eb6770a61ae
/content/en/docs/api-reference/img/KeypleCore-2-SE_Proxy-ReaderAccess.iuml
d2ffeff783f7a55f32eb9483788dbc0e87e0e979
[ "Apache-2.0" ]
permissive
jeanpierrefortune/docsy-example
2022b03167acf7620070d9ff1f11061a71d94898
b1d35577041ed5788965d95149f6b223ff78b816
refs/heads/master
2021-01-14T02:48:32.503680
2020-02-25T17:22:53
2020-02-25T17:22:53
242,576,043
0
0
Apache-2.0
2020-02-23T19:16:52
2020-02-23T19:16:51
null
UTF-8
PlantUML
false
false
2,053
iuml
@startuml together { package external.terminalapplication #3399FF { class SpecificTerminal } package java.util #FFFFFF { interface Comparable<T> { +int compareTo(T o) } } } package org.eclipse.keyple.core #FFFFFF { package seproxy #FFFFFF { +class "<b>final</b> SeProxyService" as SeProxyService << Singleton >> { +{static}SeProxyService getInstance() +String getVersion() +registerPlugin(AbstractPluginFactory pluginFactory) +boolean isRegistered(String pluginName) +boolean unregisterPlugin(String pluginName) +ReaderPlugin getPlugin(String name) +SortedSet<ReaderPlugin> getPlugins() } } +interface ReaderPlugin { +SortedSet<String> getReaderNames() +SeReader getReader(String name) +SortedSet<? extends SeReader> getReaders() } +interface ReaderPoolPlugin { +SortedSet<String> getReaderGroupReferences() +SeReader allocateReader(String groupReference) +releaseReader(SeReader seReader) } +interface SeReader { +boolean isSePresent() +void addSeProtocolSetting(SeProtocol seProtocol, String protocolRule); +void setSeProtocolSetting(Map<SeProtocol, String> protocolSetting); +TransmissionMode getTransmissionMode(); } SeProxyService "1" *-down-> "*" ReaderPlugin : plugins ReaderPlugin <|-left- ReaderPoolPlugin : extends ReaderPlugin "1" *-right-> "*" SeReader : readers } package util #FFFFFF { +interface Configurable { +Map<String, String> getParameters(); +void setParameter(String key, String value) +void setParameters(Map<String, String> parameters) } +interface Nameable { +String getName(); } } SpecificTerminal -down-> SeProxyService : uses > Nameable <|-up- ReaderPlugin : extends Nameable <|-- SeReader : extends Configurable <|-up- ReaderPlugin : extends Configurable <|-- SeReader : extends Comparable <|-- ReaderPlugin : extends 'Comparable <|-up- SeReader : extends 'Comparable <|-down- SeReader : extends Comparable <|-- SeReader : extends 'SpecificTerminal -[hidden]right- Comparable '"external.terminalapplication" -right- "java.util" '"java.util" -down- "org.eclipse.keyple.core" @enduml
false
true
false
false
sequence
8cdd8f5fb7fcb758f6e649c5ca55501a05f08b15
42cc9d4c96ee095c8263a63e902e521159b16aa0
/src/main/java/org/mvnsearch/ali/oss/spring/system.puml
c7970cc57ee67e1ccab8f7e3325e1739cf9f588f
[ "MIT" ]
permissive
denghp/ali-oss-tools
8237e01d4521569687dd96cf961341c7ffce4c7c
29b50cdb98d8634a4abee66ab790130a07a58bd3
refs/heads/master
2016-09-05T18:43:51.958735
2013-08-12T05:00:04
2013-08-12T05:00:04
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
284
puml
@startuml interface ConfigService interface AliyunOssService class OSSUri class OssOperationCommands OssOperationCommands -- ConfigService OssOperationCommands -- AliyunOssService OssOperationCommands -- OSSUri AliyunOssService --> ConfigService AliyunOssService --> OSSUri @enduml
false
true
false
false
class
4ce73ee8bb4bffc163a23d6ddce3b0d5f0da762e
53171f99b9c35cbc19968d53c949e5938f6e8047
/UML/class_diagrams/Coordinates.puml
97eeb3d8c00a81e6c8f4372df289833ece6a96b7
[ "MIT" ]
permissive
tockards/Adhan
f40b060331a974a73908f41a7d8003909745d76f
93239a1634634d1833f56b2ff18f9de5a9c14ac9
refs/heads/master
2020-03-28T04:10:46.405943
2018-09-12T20:00:18
2018-09-12T20:00:18
147,698,739
0
0
MIT
2018-09-06T16:00:06
2018-09-06T16:00:06
null
UTF-8
PlantUML
false
false
124
puml
@startuml class Coordinates { +latitude: double +longitude: double +Coordinates(double latitude, double longitude) } @enduml
false
true
false
false
class
ce8d96229735f81e7057a9dd288b9c4c92e8038c
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Application-Development-Framework/UserInteraction.puml
6ac2acaffd3c597c3b6087acc4e2c36d62ba80af
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
98
puml
@startuml actor User User -> "Service-Stack/Application-Development-Framework": UseCase @enduml
false
true
false
false
sequence
1363cf64a007a5b36fbf65cb066c84363589bd77
90bf507b5df5624feb750edc86860970936f1be6
/docs/Iteracao1/UC3_MD.puml
f18909a94dceba42fc4d853eaa13fd7adf2e236a
[ "MIT" ]
permissive
atuhrr/ESOFT-ISEP
9dd56286f2af84b580f075a8dcae55eaafb78802
d989da51f49475c21c6a02ced68a2b9d8e34efe5
refs/heads/master
2022-04-24T11:32:29.084103
2020-04-28T21:29:24
2020-04-28T21:29:24
259,753,073
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,271
puml
@startuml hide methods left to right direction class Plataforma { -String designacao } class AreaAtividade { -String codigo -String descBreve -String descDetalhada } class CompetenciaTecnica { -String codigo -String descBreve -String descDetalhada } class Administrativo { -String nome -String telefone -String email } class CategoriadeTarefa { -String codigo -String descBreve -String descDetalhada } class ObrigatoriedadeCT { -boolean obrgCT -CompetenciaTecnica comp } Administrativo "1" -- "1" Plataforma : trabalha para > Administrativo "1" -- "*" CategoriadeTarefa : define > Administrativo "1" -- "*" CompetenciaTecnica : define > Administrativo "1" -- "*" AreaAtividade : define > AreaAtividade "1" -- "*" ObrigatoriedadeCT : tem > Plataforma "1" -- "*" CategoriadeTarefa : possui > Plataforma "1" -- "*" AreaAtividade : possui > Plataforma "1" -- "*" CompetenciaTecnica : possui > Plataforma "1" -- "*" Administrativo : tem > CompetenciaTecnica "*" -- "*" AreaAtividade : referente a > CompetenciaTecnica "*" -- "*" ObrigatoriedadeCT : tem > CategoriadeTarefa "1" -- "*" AreaAtividade : referente > CategoriadeTarefa "1" -- "*" CompetenciaTecnica : referente > CategoriadeTarefa "1" -- "*" ObrigatoriedadeCT : tem @enduml
false
true
false
false
class
81f2dfd4a3f06b023da941457c71b4cb0f93442b
455fe4b4f64a8f13d6941dc1eb2cae31337cb41d
/src/model/model.plantuml
6a9de0d01b24c73fc68a91d380f8b24b8da3154c
[]
no_license
NikitaPechkurov/Testing
4c1e0781cb7e9f7b49cc98eb6f38d74884f061f0
cd36a0af680d8d2555ce48c82a8f60e5e156aa65
refs/heads/master
2022-11-11T00:48:16.998491
2020-06-22T09:30:23
2020-06-22T09:30:23
273,451,773
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,467
plantuml
@startuml title __MODEL's Class Diagram__\n namespace model { abstract class model.Colleague { + Colleague() + getReceivedMessage() {abstract} + notifyColleague() + receive() } } namespace model { class model.Editor { + Editor() + notifyColleague() } } namespace model { interface model.Mediator { {abstract} + setView() } } namespace model { class model.Question { ~ answergood : ArrayList<StringProperty> ~ badanswer : ArrayList<StringProperty> ~ question : StringProperty ~ type : Integer + Question() + addFalse() + addTrue() + getBadAnswer() + getGoodAnswer() + getQuestionProperty() + getTest() + setQuestion() } } namespace model { class model.Viewer { + Viewer() + notifyColleague() } } namespace model { class model.Worker { + Worker() + notifyColleague() } } model.Colleague o-- model.Mediator : mediator model.Colleague o-- model.Question : receivedMessage model.Editor -up-|> model.Colleague model.Viewer -up-|> model.Colleague model.Worker -up-|> model.Colleague 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
ed6aac86a42fe361ecde65b1cdd86c399e566cac
7e6fa61a8595cd38195713b5c7698f5de6f7c7b3
/base/044/escreve2.puml
537feebc3862585879ef23d6627389018286321e
[]
no_license
qxcodepoo/arcade
3ff1852792a47584f00c1ab9fd5011ebb2c4b830
3722a8c976a51829b2b6f4913360c23bf114433a
refs/heads/master
2023-08-31T04:07:06.255292
2023-08-25T03:16:42
2023-08-25T03:16:42
217,410,955
36
42
null
2020-09-24T13:22:18
2019-10-24T23:12:40
C++
UTF-8
PlantUML
false
false
196
puml
@startuml skinparam defaultFontName Hasklig skinparam dpi 150 left to right direction Pessoa -- Livro : escreve class Pessoa { - nome : String } class Livro { - autor : Pessoa } @enduml
false
true
false
false
class
6b507563e4f036b02af806722ab81f07205421b9
8728c3785ee0664196c688e0a4c2b27f23fb9ad6
/doc/Diagramme_classes-v1/diagramme_classes.plantuml
d8984ea99b4e5a033cbdaed10d73efa59c832b75
[]
no_license
Xuxin2333/ptut-v1
7df94b190addfa5c621c0b85e458f55593507192
637518bfc988e24acdbb777993f6151a1d4cd188
refs/heads/master
2023-05-07T15:08:14.142080
2021-05-28T08:30:56
2021-05-28T08:30:56
371,632,908
0
0
null
null
null
null
UTF-8
PlantUML
false
false
762
plantuml
@startuml ' diagramme de classes pour l'application class Employé { -idEmploye -nom -prenom -login -nomDePasse -estActif } class Role { -idRole -nom } class NiveauCompetence { -tauxHoraire } class Niveau { -idNiveau -intitule } class Competence { -idCompetence -nom } class Projet { -idProjet -nom -description -dateDebut -dateFinEstimee -dateFinReelle -dateFacturation -montantFacture -estActif } class Client { -idNumCli -nom -prenom -entreprise -email -telephone -estActif } Role "1" -down- "0..*" Employé : Avoir (Niveau, Competence)..NiveauCompetence NiveauCompetence "1" - "0..*" Employé : Detenir Employé "0..1" - "1" Projet : Travailler Projet "0..*" - "1" Client : Rattacher @enduml
false
true
true
false
class
fc2d2be1761c28f0d60c2a415a12bbad5f285e58
41e335a2ded65f95ece1c413fe9d465df1d198b4
/lib/DevJava/src/main/java/dev/utils/common/validator/validator.plantuml
6c69aae1bbfeb007941a3d024835e323723144de
[ "Apache-2.0" ]
permissive
tulensayyj/DevUtils
ea40e897de72b88591cc1f1cea798eb74175eda8
3bc39eaf343c811270bc01e223cd37e80db9e04c
refs/heads/master
2022-11-27T05:08:28.115620
2020-07-27T13:24:50
2020-07-27T13:24:50
281,569,859
0
0
Apache-2.0
2020-07-22T03:59:24
2020-07-22T03:59:23
null
UTF-8
PlantUML
false
false
4,656
plantuml
@startuml title __VALIDATOR's Class Diagram__\n namespace dev.utils { namespace common { namespace validator { class dev.utils.common.validator.BankCheckUtils { {static} - BANK_BIN : String[] {static} - BANK_NAME : String[] {static} - TAG : String {static} + checkBankCard() {static} + getBankCardCheckCode() {static} + getNameOfBank() - BankCheckUtils() } } } } namespace dev.utils { namespace common { namespace validator { class dev.utils.common.validator.IDCardUtils { {static} + CHINA_ID_MAX_LENGTH : int {static} + CHINA_ID_MIN_LENGTH : int {static} - POWER : int[] {static} - TAG : String {static} - sCityCodeMaps : Map<String, String> {static} - sHKFirstCodeMaps : Map<String, Integer> {static} - sTWFirstCodeMaps : Map<String, Integer> {static} + convert15CardTo18() {static} + getAgeByIdCard() {static} + getBirthByIdCard() {static} + getBirthdayByIdCard() {static} + getCheckCode18() {static} + getDateByIdCard() {static} + getGenderByIdCard() {static} + getMonthByIdCard() {static} + getPowerSum() {static} + getProvinceByIdCard() {static} + getYearByIdCard() {static} + validateCard() {static} + validateHKCard() {static} + validateIdCard10() {static} + validateIdCard15() {static} + validateIdCard18() {static} + validateTWCard() - IDCardUtils() {static} - converCharToInt() {static} - isNumber() {static} - validateDateSmllerThenNow() } } } } namespace dev.utils { namespace common { namespace validator { class dev.utils.common.validator.ValiToPhoneUtils { {static} + CHAIN_PHONE_FORMAT_CHECK : String {static} + CHINA_MOBILE_PATTERN : String {static} + CHINA_PHONE_PATTERN : String {static} + CHINA_TELECOM_PATTERN : String {static} + CHINA_UNICOM_PATTERN : String {static} + HK_PHONE_PATTERN : String {static} + PHONE_CALL_PATTERN : String {static} + isPhone() {static} + isPhoneCallNum() {static} + isPhoneCheck() {static} + isPhoneToChinaMobile() {static} + isPhoneToChinaTelecom() {static} + isPhoneToChinaUnicom() {static} + isPhoneToHkMobile() - ValiToPhoneUtils() } } } } namespace dev.utils { namespace common { namespace validator { class dev.utils.common.validator.ValidatorUtils { {static} + REGEX_CHINESE : String {static} + REGEX_CHINESE_ALL : String {static} + REGEX_CHINESE_ALL2 : String {static} + REGEX_CONTAIN_NUMBER : String {static} + REGEX_EMAIL : String {static} + REGEX_IP_ADDR : String {static} + REGEX_LETTER : String {static} + REGEX_NICKNAME : String {static} + REGEX_NUMBER : String {static} + REGEX_NUMBER_OR_DECIMAL : String {static} + REGEX_NUMBER_OR_LETTER : String {static} + REGEX_PASSWORD : String {static} + REGEX_REALNAME : String {static} + REGEX_SPACE : String {static} + REGEX_SPECIAL : String {static} + REGEX_URL : String {static} + REGEX_USERNAME : String {static} + REGEX_WX : String {static} - TAG : String {static} + isChinese() {static} + isChineseAll() {static} + isContainChinese() {static} + isContainNumber() {static} + isEmail() {static} + isIPAddress() {static} + isLetter() {static} + isNickName() {static} + isNumber() {static} + isNumberDecimal() {static} + isNumberLetter() {static} + isPassword() {static} + isRealName() {static} + isSpec() {static} + isUrl() {static} + isUserName() {static} + isWx() {static} + match() - ValidatorUtils() } } } } 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
36bc1a0b376ba7add68312e08103dd878a2510f1
6c1c7cd7bf6df648880c0676964502463f18fda5
/src/main/java/Model/ResponseBody/ResponseBody.plantuml
538fa0d72a28df9a1915b695b172e39ce348ca76
[]
no_license
yannickTilly/appliVisiteurCli
978c0ee4f04bca36c12911c2b7bb477ed53275d8
407e183f3998825d96409eef530ed5d6656fe5b5
refs/heads/master
2022-12-11T17:56:20.251585
2020-05-19T11:24:35
2020-05-19T11:24:35
217,737,041
0
0
null
2022-11-15T23:31:18
2019-10-26T16:28:45
Java
UTF-8
PlantUML
false
false
490
plantuml
@startuml title __RESPONSEBODY's Class Diagram__\n namespace Model { namespace ResponseBody { class Model.ResponseBody.AuthResponse { - token : String + AuthResponse() + getToken() + setToken() } } } 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
4f8d182422291ed2cd33ce11774be54f4b9a211e
19c8cf12c2433ce45c00c02593d98ace63b0eb2d
/design/file-upload/file-upload.puml
313e8a44a22cd1986804addaee5ce02713576dc7
[ "Apache-2.0" ]
permissive
racker/salus-docs
269ca0a88757798b2fe1aee33938f6a6f0d4924c
83a44cb1732b79b14adee0ee88af97f53b2bb6f4
refs/heads/master
2021-06-24T19:58:49.516310
2021-01-19T14:44:28
2021-01-19T14:44:28
194,307,660
3
0
Apache-2.0
2022-06-06T16:48:45
2019-06-28T17:02:08
null
UTF-8
PlantUML
false
false
1,305
puml
@startuml title Monitor/Resource File Upload/Delete actor User participant MonitorMgmt as MM participant ResourceMgmt as RM database DB participant Ambassador as Amb participant Envoy == User requests Monitor with File upload == User -> MM: POST Monitor with file MM -> DB: saves file as mediumblob, creates bm with hashes, renders template vars MM -> Amb: bound monitor event Amb -> MM: get bound monitor with hashes Amb -> Envoy: send config op with hashes Envoy -> Amb: if hashes dont match, request new zipfiles Amb -> MM: get the zip files from the db Amb -> Envoy: send zip files Envoy -> Envoy: unzip files == User deletes Monitor with File == User -> MM: Delete Monitor with file MM -> DB: deletes monitor/bm's MM -> Amb: bound monitor event Amb -> Envoy: send delete config op Envoy -> Envoy: delete files, if no other bound monitors are using them. == User requests Resource with File upload == User -> RM: POST Resource with file RM -> DB: saves file as mediumblob in resource table RM -> MM: resource event MM -> DB: creates bm with hashes, renders template vars, then same as monitor upload == User deletes Resource with File == User -> RM: Deletes Resource with file RM -> DB: deletes resource RM -> MM: resource event MM -> DB: deletes bm's, then same as monitor delete @enduml
false
true
false
false
sequence
37fe4865c287683f9fb8779561e71ce0ae6bbbaf
f4912b210d7eb691deae8a8a396ecbc2b9ae4386
/assets/ExternalService-Address5.puml
0f631e5a135c0c748c9f3b68150638bca18d8e4c
[ "MIT" ]
permissive
newportg/newportg.github.io
8eaf3eb41e7502b26c7aa33b55e3e9ec67731536
5fae722e228c339cf6707ba4a4747fc7bbbf9705
refs/heads/master
2021-06-06T00:04:48.145436
2020-03-06T09:18:45
2020-03-06T09:18:45
152,589,658
0
1
null
2019-02-08T15:05:51
2018-10-11T12:40:31
JavaScript
UTF-8
PlantUML
false
false
1,098
puml
@startuml class FindQueryResultsItem { + Id : string <<get>> <<set>> + Type : string <<get>> <<set>> + Text : string <<get>> <<set>> + Highlight : string <<get>> <<set>> + Description : string <<get>> <<set>> + Language : string <<get>> <<set>> + Country : string <<get>> <<set>> + Container : string <<get>> <<set>> } ConfigurationElement <|-- FindQueryResultsItem class RetrieveQueryResultsItem { + Id : string <<get>> <<set>> + BuildingNumber : string <<get>> <<set>> + City : string <<get>> <<set>> + SubBuilding : string <<get>> <<set>> + SecondaryStreet : string <<get>> <<set>> + Street : string <<get>> <<set>> + District : string <<get>> <<set>> + Line1 : string <<get>> <<set>> + Line2 : string <<get>> <<set>> + Line3 : string <<get>> <<set>> + Province : string <<get>> <<set>> + ProvinceName : string <<get>> <<set>> + PostalCode : string <<get>> <<set>> + Type : string <<get>> <<set>> + CountryIsoCode : string <<get>> <<set>> } ConfigurationElement <|-- RetrieveQueryResultsItem @enduml
false
true
false
false
class
a0f93cd07c21f630a0e54126bbdc1d59453e6d4a
eec795fe8c5846fabbe68b2aa68f87ca7f024ffc
/Diagrams/SequenceDiagrams/seq-fulfil-2.1.1.plantuml
845a0d22434abb11f490c1c7cef11cea02991f89
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
AlbogastAman/docs
933dac710c40be2533bab257f3b13a505d3bdd45
d179f6df93770e8c00bbe168b49f9ee5104faf3b
refs/heads/master
2020-04-22T20:23:12.401158
2019-02-12T14:34:13
2019-02-12T14:34:13
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,761
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> * Rajiv Mothilal <rajiv.mothilal@modusbox.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.1.1. Fulfil Handler Consume (Success) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "Fulfil-Topic" as TOPIC_FULFIL control "Fulfil Event Handler" as FULF_HANDLER collections "Event-Topic" as TOPIC_EVENT collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION collections "Notification-Topic" as TOPIC_NOTIFICATIONS 'entity "Transfer Duplicate Facade" as DUP_FACADE entity "Transfer DAO" as TRANS_DAO database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_FULFIL participant FULF_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENT participant TOPIC_NOTIFICATIONS participant TRANS_DAO participant DB end box ' start flow activate FULF_HANDLER group Fulfil Handler Consume (Success) alt Consume Single Message TOPIC_FULFIL <- FULF_HANDLER: Consume Prepare event message for Payer activate TOPIC_FULFIL deactivate TOPIC_FULFIL break group Validate Event FULF_HANDLER <-> FULF_HANDLER: Validate event - Rule: type == 'fulfil' && action == 'commit'\n<color #FF0000><b>Error codes:</b> 2001</color> end end group Persist Event Information FULF_HANDLER -> TOPIC_EVENT: Publish event information ref over FULF_HANDLER, TOPIC_EVENT: Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]} end group Validate FSPIOP-Signature ||| ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Validate message.content.headers.**FSPIOP-Signature** {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-signature-validation.svg seq-signature-validation]]} \n<color #FF0000><b>Error codes:</b> 3105/3106</color> end group Validate Transfer Fulfilment Duplicate Check FULF_HANDLER -> FULF_HANDLER: Generate transferFulfilmentId uuid FULF_HANDLER -> TRANS_DAO: Request to retrieve transfer fulfilment hashes by transferId\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Request Transfer fulfilment duplicate message hashes hnote over DB #lightyellow SELET transferId, hash FROM **transferFulfilmentDuplicateCheck** WHERE transferId = request.params.id end note activate DB TRANS_DAO <-- DB: Return existing hashes deactivate DB TRANS_DAO --> FULF_HANDLER: Return (list of) transfer fulfil messages hash(es) deactivate TRANS_DAO FULF_HANDLER -> FULF_HANDLER: Loop the list of returned hashes and compare each entry with the calculated message hash alt Hash matched ' Need to check what respond with same results if finalised then resend, else ignore and wait for response FULF_HANDLER -> TOPIC_EVENT: Publish event information (for duplicate) ( Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0]]} ) FULF_HANDLER -> TRANS_DAO: Request to retrieve Transfer Fulfilment and Transfer state\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Request to retrieve Transfer Fulfilment and Transfer state hnote over DB #lightyellow transferFulfilment transferStateChange end note activate DB TRANS_DAO <-- DB: Return Transfer Fulfilment and Transfer state deactivate DB TRANS_DAO --> FULF_HANDLER: Return Transfer Fulfilment and Transfer state deactivate TRANS_DAO alt transferFulfilment.isValid == 0 break FULF_HANDLER <-> FULF_HANDLER: <color #FF0000><b>Error handling:</b> 3106</color> end else transferState IN ['COMMITTED', 'ABORTED'] break ref over FULF_HANDLER, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n end else transferState NOT 'RESERVED' break FULF_HANDLER <-> FULF_HANDLER: <color #FF0000><b>Error code:</b> 2001</color> end else break FULF_HANDLER <-> FULF_HANDLER: Allow previous request to complete end end else Hash not matched FULF_HANDLER -> TRANS_DAO: Request to persist transfer hash\n<color #FF0000><b>Error codes:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist hash hnote over DB #lightyellow transferFulfilmentDuplicateCheck end note activate DB deactivate DB TRANS_DAO --> FULF_HANDLER: Return success deactivate TRANS_DAO end end group Validate and persist Transfer Fulfilment FULF_HANDLER -> TRANS_DAO: Request information for the validate checks\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Fetch from database activate DB hnote over DB #lightyellow transfer end note DB --> TRANS_DAO deactivate DB FULF_HANDLER <-- TRANS_DAO: Return transfer deactivate TRANS_DAO FULF_HANDLER ->FULF_HANDLER: Validate that Transfer.ilpCondition = SHA-256 (content.payload.fulfilment)\n<color #FF0000><b>Error code:</b> 2001</color> FULF_HANDLER -> FULF_HANDLER: Validate expirationDate\n<color #FF0000><b>Error code:</b> 3303</color> opt Transfer.ilpCondition validate successful group Request current Settlement Window FULF_HANDLER -> TRANS_DAO: Request to retrieve current/latest transfer settlement window\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Fetch settlementWindowId activate DB DB --> TRANS_DAO hnote over DB #lightyellow settlementWindow end note deactivate DB FULF_HANDLER <-- TRANS_DAO: Return settlementWindowId to be appended during transferFulfilment insert\n**TODO**: During settlement design make sure transfers in 'RECEIVED-FULFIL'\nstate are updated to the next settlement window deactivate TRANS_DAO end end group Persist fulfilment FULF_HANDLER -> TRANS_DAO: Persist fulfilment with the result of the above check (transferFulfilment.isValid)\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist to database activate DB deactivate DB hnote over DB #lightyellow transferFulfilment transferExtension end note FULF_HANDLER <-- TRANS_DAO: Return success deactivate TRANS_DAO end alt Transfer.ilpCondition validate successful group Persist Transfer State (with transferState='RECEIVED-FULFIL') FULF_HANDLER -> TRANS_DAO: Request to persist transfer state\n<color #FF0000><b>Error code:</b> 2003</color> activate TRANS_DAO TRANS_DAO -> DB: Persist transfer state activate DB hnote over DB #lightyellow transferStateChange end note deactivate DB TRANS_DAO --> FULF_HANDLER: Return success end note right of FULF_HANDLER #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: position, action: commit, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payee activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION else Validate Fulfil Transfer not successful break FULF_HANDLER -> TOPIC_NOTIFICATIONS: Route & Publish Notification event for Payee activate TOPIC_NOTIFICATIONS deactivate TOPIC_NOTIFICATIONS end end end else Consume Batch Messages note left of FULF_HANDLER #lightblue To be delivered by future story end note end end deactivate FULF_HANDLER @enduml
false
true
true
false
sequence
1e42b748f06f1624fe231b18a60a16a49f884b19
db25c3515aaf370d6529b8e2cc553f232f4ac1eb
/conceptions/Diagramme séquence.puml
b1b46239d38e791c3418620f03916327bf04fa83
[]
no_license
matissel/EnCasDeSoif
5bb4f47af280363b909eb5d03a8ae39dcdfdc499
73d5eb32fc8814cd29d00eb98417228d07b7f700
refs/heads/master
2021-06-18T11:33:00.252842
2019-08-05T08:52:36
2019-08-05T08:52:36
184,081,295
0
0
null
2021-03-19T22:23:59
2019-04-29T13:58:13
Python
UTF-8
PlantUML
false
false
520
puml
@startuml title Diagramme Sequence : interraction avec l'API MapBox actor "Client" as C participant "Server" as S participant "MapBox" as M C -> S : Demande page avec carte activate S alt pas de token OU token expiré (toutes les 15 min) S -> M : Authentification activate M M --> S : OK S -> M : Besoin d'un token public M -> M : Revoque ancien token M -> M : Création nouveau token M --> S : Nouveau token public deactivate M end S --> C : Carte avec token public deactivate S @enduml
false
true
true
false
usecase
a36c5ea7122f43a85221c3bacc84dec6cca5ad7e
c5ba091cb650334f8538409bff1947d8d35d1ddd
/Coding/fw/doc/design/Hardware_Overview.plantuml
d4184db6fd74a1c5639a478b4945a36ad0b9c4d1
[ "BSD-3-Clause" ]
permissive
zengqz98/esp32-can-iot
d457b2ad9c06868c2b71b933e9ee838285dee3d0
7d3f17cc18107fe80ecb2b8c116964ef7bebb800
refs/heads/master
2023-03-11T17:58:16.487406
2021-02-23T06:39:56
2021-02-23T06:39:56
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
813
plantuml
@startuml title ESP CAN-Bus Adapter component "External CAN/OBD-II Bus" as CANBUS interface "DSUB-9" as DSUB interface "USB" as usb interface "WiFi" as internet package "PCB" { package "Power Supply"{ component "Step-Down Converter" as PowerSupply } package "CAN Transceiver" as Transceiver component "ESP32 DevKitV1" as esp32 interface "JTAG" as iJtag interface "GPIO" as GPIO interface "WiFi Mode Button" as userButton interface "WiFi Mode LEDs" as LEDs } CANBUS --( DSUB DSUB -- PowerSupply : 12V VCC (only with OBD) DSUB -- Transceiver : Data PowerSupply -- esp32 : 5V esp32 -- iJtag : input/output esp32 -- Transceiver : Data and 3V3 esp32 -- userButton: input esp32 -- GPIO : input/output esp32 -- LEDs : output esp32 -- usb esp32 -- internet @enduml
false
true
false
false
class
b112c8ea782c6a558454e3e1270932e7ee1f1474
9e5c9068e16da680367367308589a4ccb27cec2a
/Clase/FactoryMethod/Hierarchy.puml
944166dc6db2161df9c3cbe4b574d418c033a0b6
[]
no_license
fernandoalcasan/AyMdSS_A01019595
668512028fb6c142b27be53d9c6dabf814a58861
814ab982871122df8a6253eb3df4274409d80fd7
refs/heads/master
2021-01-15T19:06:36.292164
2017-10-27T23:30:30
2017-10-27T23:30:30
99,808,394
0
0
null
null
null
null
UTF-8
PlantUML
false
false
289
puml
@startuml class Product{ +void operation(); +void operation2(); } class Creator{ -virtual Product* createProduct(int type); +Product* factoryMethod(int type); } class CreatorA{ +Product* createProduct(int type); } CreatorA --|> Creator Product -- CreatorA : regresa @enduml
false
true
false
false
class
3110640a4fd145554767da40a16096f74a06da13
63c2be909a7b3729f1c9e7dd8cf2a97bdd9749ee
/documentation/diagrams/Resource_Push.puml
43a7008467c2eb079709042364dd496a3d0d5907
[]
no_license
MarcoDamianiVF01/ResourcePoolMngmt
96e586d6da79c995211450589e6f6660d8c777fd
22d1dd1ef352b9e36fb62a297fa022e3cd2764c5
refs/heads/main
2023-03-08T16:55:05.332710
2021-02-19T17:12:49
2021-02-19T17:12:49
340,437,086
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,951
puml
@startuml hide circle hide methods hide stereotype show <<Enumeration>> stereotype skinparam class { BackgroundColor<<Enumeration>> #E6F5F7 BackgroundColor<<Ref>> #FFFFE0 BackgroundColor<<Pivot>> #FFFFFFF BackgroundColor #FCF2E3 } class Push <<Pivot>> { href : String id : String @baseType : String @schemaLocation : Uri @type : String } class Capacity { capacitySpecification : String plannedOrActualCapacity : String @baseType : String @schemaLocation : Uri @type : String } class PlaceRef <<Ref>> { href : String id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } class CapacityAmount { timePeriod : TimePeriod @baseType : String @schemaLocation : Uri @type : String } class Amount { amount : String amountFrom : String amountTo : String rangeInterval : String @baseType : String @schemaLocation : Uri @type : String } class AppliedCapacityAmount { timePeriod : TimePeriod @baseType : String @schemaLocation : Uri @type : String } class ResourcePoolRef <<Ref>> { href : String id : String name : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } class ResourceRef <<Ref>> { href : String id : String name : String value : String @baseType : String @referredType : String @schemaLocation : Uri @type : String } Push *--> "0..1" Capacity : capacity Capacity *--> "0..1" CapacityAmount : capacityAmount CapacityAmount *--> "0..1" Amount : amount CapacityAmount *--> "0..*" AppliedCapacityAmount : appliedCapacityAmount AppliedCapacityAmount *-right-> "0..1" Amount : amount Push *-right-> "0..1" ResourcePoolRef : resourcePool PlaceRef "0..1" <-left-* Capacity : place ResourcePoolRef *--> "0..*" ResourceRef : resource @enduml
false
true
false
false
sequence
edda3aec17a0347fda61aae402327dd80a44b9d8
75732426f13d523ab1c7be7bee23c2152eb9a77c
/documents/diagrams/services_tracker_services_rem_seq.puml
a409e956a0b5d6bdace6e58fb66727ac7a923704
[ "Apache-2.0", "BSD-3-Clause", "MIT" ]
permissive
apache/celix
841da4d364432bff49c796f908d64090cec1d759
28118976b802f421f4789ece0c15e791f542712f
refs/heads/master
2023-09-04T22:17:43.815664
2023-09-04T01:22:00
2023-09-04T01:22:00
22,781,134
158
114
Apache-2.0
2023-09-12T01:22:30
2014-08-09T07:00:07
C
UTF-8
PlantUML
false
false
1,550
puml
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. @startuml actor ProviderBundle actor TrackerBundle control celix_event_thread ProviderBundle -> celix_bundle_context_t ++: celix_bundleContext_unregisterService celix_bundle_context_t -> celix_framework_t ++: celix_framework_unregisterAsync celix_framework_t -> celix_framework_t note right: Add new celix_framework_event_t to the event queue return celix_bundle_context_t -> celix_framework_t ++: celix_bundleContext_waitForAsyncUnregistration celix_event_thread -> celix_framework_t ++ : fw_handleEventRequest celix_framework_t -> celix_service_registry_t ++ : celix_serviceRegistry_unregisterService celix_service_registry_t -> celix_service_tracker_t ++ : serviceChanged celix_service_tracker_t -> TrackerBundle ++ : <<rem>> callback return return return return return return @enduml
false
true
false
false
usecase
932e0f0b451c9043e27eb20bbcb55eaad455204c
f68d083aa2b6bdf81f5e9ce8c13db0785e74d7e9
/talk/readme_workflow.plantuml
9a845edf9045ede269e3880dc4ebb9c5f60dfbba
[]
no_license
davidroeca/web-app-orchestration-talk
5d13d18d7e4fb1fdca4c98abbb6a45f8ea02b1dc
a01948a36b9b539171d14502090813c4171129df
refs/heads/master
2020-03-27T06:45:06.137401
2018-09-06T04:10:24
2018-09-06T04:10:24
146,132,955
3
1
null
null
null
null
UTF-8
PlantUML
false
false
1,012
plantuml
@startuml left to right direction skinparam backgroundColor lightGray actor :Core Developer: as dev1 rectangle "Core Developer Machine" { usecase (Database Dependency) as db1 usecase (API Environment Dependency) as aed1 usecase (Frontend Environment Dependency) as fed1 usecase (Additional Dependencies) as ad1 } actor :New Developer: as dev2 rectangle "New Developer Developer Machine" { usecase (Database Dependency) as db2 usecase (API Environment Dependency) as aed2 usecase (Frontend Environment Dependency) as fed2 usecase (Additional Dependencies) as ad2 } rectangle Repo { usecase (README) as readme usecase (App Code) as appcode } dev1 -down-> db1 dev1 -down-> aed1 dev1 -down-> fed1 dev1 -down-> ad1 dev1 -down-> appcode : leverages dependency change dev1 -down-> readme : documents readme note right of readme : hopefully this is up to date? readme -up-> dev2 : check readme for system dependencies dev2 -up-> db2 dev2 -up-> aed2 dev2 -up-> fed2 dev2 -up-> ad2 @enduml
false
true
false
false
usecase
18c46d3d9e937d37f3e0ff25be1076bce9b247f0
1e992cebb323e6f1bbddd1e23b6214f8806b7834
/sip/SIP-01-INVITE-Sending/sip_client_server_invite_sending_with_timer.puml
98db933d4c4f0efcef7d8be35c6fa2bd342f301e
[]
no_license
gongpengjun/code_diagrams
006c66441ae26331d19a408912af01c84e1bd5f4
686a830f47e407ddc58e7f8003331ee4fca5975c
refs/heads/master
2021-06-26T00:52:25.079556
2020-10-27T13:45:34
2020-10-27T13:45:34
166,416,838
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,269
puml
@startuml 'title SIP INVITE Sending Flow with Retransmit Timer skinparam monochrome true autonumber "F00 " hide footbox skinparam BoxPadding 10 'skinparam headerFontSize 14 'skinparam headerFontColor red 'header SIP-0 box "UAC" participant "INVITE client transaction" as UAC_ITC end box box "UAS" participant "INVITE server transaction" as UAS_ITS end box 'hnote over UAC_ITC: None activate UAC_ITC hnote over UAC_ITC: Calling UAC_ITC ->x UAS_ITS: INVITE UAC_ITC -> UAC_ITC: start timer A (INVITE request retransmit)\n0.5s, 1s, 2s... UAC_ITC -> UAC_ITC: start timer B (INVITE transaction timeout)\n32s 'hnote over Proxy_ITS: None UAC_ITC -> UAS_ITS: INVITE (timer A fired) activate UAS_ITS hnote over UAS_ITS: Proceeding UAC_ITC x<- UAS_ITS: 100 Trying / 180 Ringing UAC_ITC -> UAS_ITS: INVITE (timer A fired) note over UAS_ITS: still in Proceeding UAC_ITC <- UAS_ITS: 100 Trying / 180 Ringing hnote over UAC_ITC: Proceeding note right of UAC_ITC: stop timer A note right of UAC_ITC: stop timer B UAC_ITC -> UAC_ITC: restart timer C (call timeout)\n>3mins(belong to SIP Core layer) 'skinparam footerFontSize 14 'skinparam footerFontColor red 'footer INVITE request is delivered hop-by-hop and stop retransmit after receiving provisional response(100/180) @enduml
false
true
false
false
sequence
8bc2e424859889ee5c26afbb0ef9e80aeedfbe83
35fb4960297c31a530317e50ed8ec31b8dfd671b
/gitReset--mixedHEAD/resetmixedHeadCommit02.puml
a701a66504905ad833838947ccdf42365140c970
[]
no_license
jalbertomr/githubBloggerDoc
cedf2e38f54b3ee620ae7d1a38a3ce860d3bf166
a36f5650b5252967f56ce6bcfba3e790908e1edb
refs/heads/main
2023-01-31T04:40:23.795375
2020-12-16T04:35:45
2020-12-16T04:35:45
321,867,336
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,079
puml
@startuml scale 350 width title <color:silver><size:25>Smashing Commit, after git reset --mixed HEAD~ jalbertomr.blogspot.com skinparam backgroundColor royalblue skinparam arrowcolor white skinparam arrowfontStyle bold skinparam arrowfontcolor w skinparam state { backgroundColor SkyBlue BorderColor gray backgroundColor<< Stage >> LimeGreen backgroundColor<< WorkDir >> Tomato backgroundColor<< History >> Khaki FontSize 16 FontStyle bold fontcolor navy } state Working_Directory << WorkDir >> state "Stage (index)" as Stage << Stage >> state _HEAD <<History>> state HEAD state master state 289e5c1 <<History>> state 5cd6744 <<History>> state 95575a2 <<History>> [*] --> 289e5c1 : commit_01 289e5c1 --> 5cd6744 : commit_02 5cd6744 --> 95575a2 : commit_03 289e5c1 : <size:20>file1:v1\n 5cd6744 : <size:20>file1:v2\n 95575a2 : <size:20>file1:v3\n HEAD -right-> master master -right-> 5cd6744 Working_Directory : \n<size:20>file1:v3\n Stage : \n<size:20><color:red><back:black><b>file1:v3\n _HEAD : <size:16>5cd6744\n<size:20>file1:v2\n @enduml
false
true
false
false
sequence
48f8e49f70c2bac18535007ce9853ed23be168d5
6148ce6d883a6f94b1588ab302147c63dd8fc644
/microservices/kunde/src/main/kotlin/de/hska/kunde/rest/KundeHandler.puml
d814ff7bd027175a6e6ae13625553ee714ef0fc3
[]
no_license
Zwal/AngularTest
5517f691dd12047fbe685a3feeda1cda8a2bac27
1d86c2c8fdd51fa2b1000129fe61d8b44b602a8c
refs/heads/master
2021-05-11T06:16:16.699868
2018-01-18T16:35:40
2018-01-18T16:35:40
117,983,216
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,757
puml
@startuml skinparam classAttributeIconSize 0 skinparam componentStyle uml2 ' !pragma horizontalLineBetweenDifferentPackageAllowed package reactor.core.publisher { abstract class Mono { } } package javax.validation { interface Validator { } } package org.springframework.web.reactive.function.server { class ServerRequest { } class ServerResponse { } } package de.hska.kunde { package entity { class Kunde << entity >> { } } package service { class KundeService << service >> { } } package rest #DDDDDD { KundeHandler *-down-> "1" KundeService KundeHandler .down.> Kunde KundeHandler .down.> Mono KundeHandler ..> ServerRequest KundeHandler ..> ServerResponse KundeHandler *-down-> "1" Validator ' [hidden] fuer nicht-existierende Beziehungen als Workaround fuer das Layout Kunde -[hidden]-> Validator Kunde -[hidden]-> Mono KundeService -[hidden]-> ServerRequest class KundeHandler << boundary >> << @Component >> { + findById(request: ServerRequest): Mono<ServerResponse> + find(request: ServerRequest): Mono<ServerResponse> + create(request: ServerRequest): Mono<ServerResponse> + update(request: ServerRequest): Mono<ServerResponse> + patch(request: ServerRequest): Mono<ServerResponse> + deleteById(request: ServerRequest): Mono<ServerResponse> + deleteByEmail(request: ServerRequest): Mono<ServerResponse> } } } hide empty members hide empty methods hide empty fields footer (c) Juergen Zimmermann @enduml
false
true
false
false
class
3f888125b6f75f087effdbe5aec189582a2dd974
4b530ac0e761ea1137383655bc952ba3e6f7c8f9
/k0s-student-project/docs/spec/5_diagrams/admin - set priority.puml
cdc078976b054410320bce2c138658c8f6810738
[]
no_license
allgreed/uni-bachelors
a6321a99fd581fdf4e6d77d843cf340d1ecbcaae
29399749a91e0b7a5858e75cadefc659cd98569e
refs/heads/master
2022-12-30T02:56:38.611656
2020-10-11T00:07:04
2020-10-11T00:07:04
303,008,627
1
0
null
null
null
null
UTF-8
PlantUML
false
false
761
puml
@startuml title Set Priority actor Administrator boundary UI activate UI participant Main database LDAP Administrator -> UI: Request users UI -> Main: Resquest users activate Main Main -> LDAP: Request users activate LDAP LDAP --> Main: Send users deactivate LDAP Main --> UI: Send users deactivate Main UI --> Administrator: Show users Administrator -> UI: Check user UI -> Main: Check user activate Main Main -> LDAP: Check user activate LDAP LDAP --> Main: Return user details deactivate LDAP Main --> UI: Return user details deactivate Main UI --> Administrator: Show user details Administrator ->> UI: Set user priority UI ->> Main: Set user priority activate Main Main ->> LDAP: Set user priority activate LDAP deactivate LDAP deactivate Main @enduml
false
true
false
false
sequence
04b5218910cfce2f0aa8b08a2aa87684de45cf82
b7bb3f20096cbbfaa123ae7b7b786d936496fb67
/ihe-swf.puml
c6bc684b66ac27cff05fe3f1cfb51ae120a4d4d6
[]
no_license
madhub/plantuml-designs
c82c3a9667b99588ffb8b6fa5a358b49e658150a
c97bc28faae3f489189b5148c1ac7a1e11107ec7
refs/heads/master
2023-04-16T12:09:51.925070
2021-05-02T11:52:59
2021-05-02T11:52:59
295,026,632
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,621
puml
@startuml skinparam defaultFontName Segoe UI skinparam ArrowThickness 2.2 'skinparam ArrowColor #gray skinparam sequenceArrowThickness 1 skinparam roundcorner 5 skinparam maxmessagesize 60 skinparam RectangleFontColor #black skinparam ActorBorderColor #skyblue skinparam ActorBackgroundColor #gray skinparam RectangleBackgroundColor #D1D8E0 together { rectangle HIS { rectangle "Patient Registration ADT" as adt#9DC3E2{ } rectangle "Order Entry/Placing" as orderentry#9DC3E2{ } } rectangle RIS { rectangle "Order scheduling" as orderschedule#9DC3E2{ } } rectangle Modality { rectangle "Image Acquisition" as imageacq#9DC3E2{ } } } rectangle PACS { rectangle "Image Management" as imagemgmt#9DC3E2{ } rectangle "Image Archive" as imagearchive#9DC3E2{ } } rectangle ReviewWorkstation { rectangle "Image Review" as imagereview#9DC3E2{ } } actor "Referring Physician" as refphy #green actor "Patient" as patient #Orange actor "Radiologist" as radiologist #blue refphy .right.>patient : <<flow>> patient info patient .left.>adt: <<flow>> adt ..>orderentry: <<flow>> patient registration orderentry .down.>orderschedule: <<flow>> order orderschedule .down.>imageacq: <<flow>> imageacq .>imagemgmt: <<flow>> images imagemgmt .up.> imagearchive: <<flow>> images PACS ..[hidden]up.> ReviewWorkstation: <<flow>> images imagearchive .>imagereview: <<flow>> images imagereview ..>refphy : dianosis,notes,images imagereview .up.>radiologist: <<flow>> @enduml
false
true
false
false
sequence
d4d9c498083893701b3e5c51fb64007751d3fb64
af505460e684b328b85170a77326b72cc212e769
/src/main/java/com/puml/thread_local.puml
9b4a6befd84b59733a4d1c53ec1b71527dc34efc
[]
no_license
xiaoyingzhi/blog
fd6b8b9e233764f30346e400d57c6e3346a1219b
4097bc984522e87edfb1186c216a67862ea2876d
refs/heads/master
2023-02-14T20:08:39.181013
2021-01-11T03:09:16
2021-01-11T03:09:16
316,798,262
0
0
null
null
null
null
UTF-8
PlantUML
false
false
170
puml
@startuml class Thread{ ThreadLocalMap threadLocals } class ThreadLocal{ } class ThreadLocalMap{ Entry[] table } class Entry{ } class WeakReference<T>{ } @enduml
false
true
false
false
class
23de80af832dd810509434ccf019a9b39ba04514
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-facade-2.plantuml
8fb499961f27e9d4d92ca490169c6ef519c4f9ff
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
1,440
plantuml
@startuml skinparam classAttributeIconSize 0 class Calculator << Singleton >> { - {static} Calculator instance OperationHandler handler -Calculator() +{static} Calculator getInstance() + double calculator(String expression) } package operation { class Parser { + {static} List<String> parsing(String expression, String operation) } class OperationHandler { -Operation operation -LinkedList<String> operandList -OperationHandler next +OperationHandler(Operation operation) +OperationHandler setNext(OperationHandler next) -double calculator() +double operandProcess(String expression) } abstract class Operation { - String operationStr +Operation(String operationStr) +String getOperationStr() + {abstract} double operate(double ...nums) } class PlusOperation { + PlusOperation() +double operate(double ...nums) } class MinusOperation { + MinusOperation() +double operate(double ...nums) } class MultiplyOperation { + MultiplyOperation() +double operate(double ...nums) } class DivisionOperation { + DivisionOperation() +double operate(double ...nums) } } Operation <|-- PlusOperation Operation <|-- MinusOperation Operation <|-up- MultiplyOperation Operation <|-up- DivisionOperation Calculator <--o Calculator Calculator <-- Client : Use < OperationHandler <--o OperationHandler OperationHandler <-down-o Calculator Parser <-down- OperationHandler : Use < Operation <--o OperationHandler @enduml
false
true
false
false
class
9961c49664a78d8aa436e1f45079d87bea275597
7638fb3218b31ffa418b07707e7760d3872f1838
/diagrams/http_throttle.puml
9bb0580c17bdd2dc5301c74b7fa4ce9e4537bc37
[ "Apache-2.0" ]
permissive
d3sw/conductor
68e594b8dc1a794cb7d421e809ba135be13733b6
5275bdcaf3656e5e50ef8c15fb2beeba1720ac82
refs/heads/main
2023-09-04T00:50:19.087947
2023-08-01T18:30:47
2023-08-01T18:30:47
95,158,890
3
0
Apache-2.0
2023-09-14T12:18:30
2017-06-22T21:41:59
Java
UTF-8
PlantUML
false
false
3,866
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber participant "Async(HTTP) \nQueue Poller" as hqp participant "Workflow \nExecutor" as wfe participant "Execution DAO\n(Runtime Data)" as edao participant "Task Definition \n(Metadata)" as tdf participant "HTTP Task\nTask Implementation" as http hqp -> hqp: Picks task ids \nfrom http queue loop For all picked task ids hqp -> wfe: Calls executeSystemTask (<task id>) wfe -> edao: Reads the task by given id wfe <-- edao: The task wfe -> wfe: Determines **unpopOffset** note over wfe **unpopOffset** is the number of seconds to defer task back to queue upon throttling execution Determined by reading vault configuration. Default **30 seconds** if no configuration defined per task definition name end note wfe -> wfe: Determines **task definition name** (e.g. <font color=red><b>http_assetreg) note over wfe Each task **optionally** has definition in the system. If defined, it will have these options (among others): c1) concurrentExecLimit - How many concurrent execution per task definition in the system c2) rateLimitPerFrequency - How many concurrent execution per time window period c3) rateLimitFrequencyInSeconds - Defines number of seconds for the time window period **c1** has precedence over **c2/c3**. **c2** and **c3** always work in conjunction end note wfe -> edao: Calls **exceedsInProgressLimit**(<task>) activate wfe edao -> tdf: Gets task definition by name edao <-- tdf: Task definition edao -> edao: Checks task definition wfe <-- edao: Returns **false** (not throttled) \nif **no task definition** in the system \nor **concurrentExecLimit is 0** edao -> edao: Gets the number of **in_progress** tasks \nper task definition name in the system note over edao Reads **task_in_progress** table end note wfe <-- edao: Returns **true** (shall throttle) \nif number exceeds **concurrentExecLimit** deactivate wfe wfe -> wfe: Is above result **false** (not throttled) ? activate wfe wfe -> edao: Calls **exceedsRateLimitPerFrequency**(<task>) edao -> tdf: Gets task definition by name edao <-- tdf: Task definition edao -> edao: Checks task definition wfe <-- edao: Returns **false** (not throttled) \nif **no task definition** in the system \nor **rateLimitPerFrequency is 0** \nor **rateLimitFrequencyInSeconds is 0** edao -> edao: Determines start of **window period** note over edao Start Window Period: **Current Time** - **rateLimitFrequencyInSeconds** end note edao -> edao: Gets the number of tasks per \ntask definition name in the system \ntheir start time between **Start Window Period** \nand **Current Time** note over edao Reads **task_rate_limit** table end note wfe <-- edao: Returns **true** (shall throttle) \nif number exceeds **rateLimitPerFrequency** deactivate wfe newpage wfe -> wfe: Determines whether the task shall be throttled note over wfe Either by result of : - **exceedsInProgressLimit** - **exceedsRateLimitPerFrequency** end note alt <font color=red><b>Execution shall be throttled wfe -> wfe: Logs a debug message & Data Dog metric wfe -> edao: Updates queue message back to **unpop** status. note over edao Queue record will be available for pick after **unpopOffset** time end note wfe <-- edao: Record updated hqp <-- wfe: Task id considered as processed else <font color=green><b>Execution shall NOT be throttled wfe -> edao: Updates PollCount in the task wfe -> edao: Calls **updateInProgressStatus(<Task>)** note over edao Sets InProgress flag against the task record in **task_in_progress** table end note wfe -> http: Starts the task http -> http: Sends the request to the **X service** wfe <-- http: Updated (in **memory**) task wfe -> edao: Updates the task with result to the **database** wfe -> edao: Wakes up the **Workflow Sweeper** for the workflow task belongs to hqp <-- wfe: Task id considered as processed end end @enduml
false
true
false
false
sequence
6dcc5bae64c9f2abed6c3849f61fbade69e026de
f2b3f0970d1b8c52a9cec82be4107ffe1f33a8a2
/lei20_21_s4_2dk_03/docs/USE_CASES/UC16-3021#22/SD.puml
d82d8eba97373305e75ac9a9820bf5e812e903d7
[ "MIT" ]
permissive
antoniodanielbf-isep/LAPR4-2021
b98ed96809e4726957ede0904b4265825a1083c6
f665064e65cc4f917514c10950af833f053c9b3b
refs/heads/main
2023-05-31T14:29:45.364395
2021-06-20T17:55:26
2021-06-20T17:55:26
378,706,704
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,689
puml
@startuml 'https://plantuml.com/sequence-diagram actor "Utilizador" as UTIL participant TarefasPendentesUI as WDUI <<presentation>> participant TarefasPendentesController as CTRL <<application>> participant AuthorizationService as AUTH <<authorization>> participant AuthzRegistry as AUTHR <<registry>> participant UserSession as USER <<session>> participant PersistenceContext as PC <<persistence>> participant RepositoryFactory as REP <<factory>> database ColaboradorRepository as CB <<repository>> database ActividadeRepository as AR <<repository>> UTIL -> WDUI: Consultar informação activate WDUI WDUI -> CTRL**: create() activate CTRL CTRL -> AUTH**: create() activate AUTH AUTH -> AUTHR**: create() activate AUTHR AUTHR -> USER**: create() AUTH -> AUTHR: authorizationService() deactivate AUTH AUTHR --> CTRL: authz deactivate AUTHR CTRL -> PC**:repositories() activate PC PC -> REP**: create() deactivate PC activate REP CTRL -> REP: colaboradores() REP -> CB**: create() activate CB CB --> CTRL: colaboradorRepository deactivate CB CTRL -> REP: actividadeServico() REP -> AR**: create() deactivate REP activate AR AR --> CTRL: actividadeRepository CTRL -> AR: listaAtividade = getAll() deactivate AR loop foreach Actividade actividade : listaActividade alt if actividade.buscarEstado() != "Pendente" && actividade.buscarTipo.class() != "ActividadeManual" CTRL -> CTRL: listaActividade.remove(actividade) note right : obter a lista de todas as actividade pendentes manuais end end CTRL -> WDUI : mostrarListaActividadesPendentes() WDUI -> UTIL : mostrar lista de actividades pendentes @enduml
false
true
true
false
usecase
e780a51316c3f392f3c86a0817a30015aeca6eaf
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/GeoJsonPoint.puml
d51135a275a3cdf79adf58ce57625b89e9dd14a1
[]
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
404
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 GeoJsonPoint [[GeoJsonPoint.svg]] extends GeoJson { type: String coordinates: [[Double.svg List<Double>]] } interface GeoJson [[GeoJson.svg]] { type: String } @enduml
false
true
false
false
class
a06b41f282db4c1d7f6ec0b5686a4b50f8505446
47656fa3fdb2f85216209db42b7399ec81e2de6f
/sequence-diagrams/Professional-service-requests.puml
9c1c0b0fdf4521a9f215f93778f1c34c71545b15
[]
no_license
mrinnetmaki/definitions
e3a177439b09100d10d10a6af7fd5abdb2bbaa1d
6f10293e96aadd8a3e0ed31764a675b132c4cd47
refs/heads/master
2021-06-15T09:22:40.907211
2021-01-23T12:05:31
2021-01-23T12:05:31
90,738,774
0
0
null
2021-01-23T12:05:32
2017-05-09T11:36:56
null
UTF-8
PlantUML
false
false
2,012
puml
@startuml actor Professional participant ODA_WEB_UI participant ODA_FHIR_API participant ODA_PHR note left of ODA_WEB_UI #aqua Pre-Condition 1: User is logged in via professional URL end note Professional -> ODA_WEB_UI: Open service request lists -view ODA_WEB_UI -> ODA_FHIR_API: GET [oda-fhir-base]/CareTeam/$searchservicerequests?Practitioner={id} note left of ODA_FHIR_API #aqua Search all CareTeams professional belongs to end note ODA_FHIR_API -> ODA_PHR: GET [oda-phr-base]/CareTeam?Practitioner={id} ODA_PHR --> ODA_FHIR_API: HTTP 200 OK [Bundle with CareTeam resources] note left of ODA_FHIR_API #aqua Search all CarePlans professional is authorized to access end note ODA_FHIR_API -> ODA_PHR: GET [oda-phr-base]/CarePlan?CareTeam={id} ODA_PHR --> ODA_FHIR_API: HTTP 200 OK [Bundle with CarePlan resources] note left of ODA_FHIR_API #aqua Search all Episodes of Care professional is participating to end note ODA_FHIR_API -> ODA_PHR: GET [oda-phr-base]/EpisodeOfCare/$searchbycareplan?CarePlan={id} ODA_PHR --> ODA_FHIR_API: HTTP 200 OK [Bundle with EpisodeOfCare resources] note left of ODA_FHIR_API #aqua Search patients' personal info for UI end note ODA_FHIR_API -> ODA_PHR: GET [oda-phr-base]/Patient/$getpersonaldata?Patient={id} ODA_PHR --> ODA_FHIR_API: HTTP 200 OK [Bundle with Patient and Person resources] ODA_FHIR_API -> ODA_FHIR_API: Add caremanager and patient info to CarePlan resource ODA_FHIR_API --> ODA_WEB_UI: HTTP 200 OK [Bundle with CareTeam and CarePlan resources] ODA_WEB_UI --> Professional: Service request lists authorized to user Professional -> ODA_WEB_UI: Select task/careplan and take responsibility ODA_WEB_UI -> ODA_FHIR_API: [oda-fhir-base]/CarePlan/{id}/$assign?Practitioner={id} note left of ODA_FHIR_API #aqua Update (if exists) or create new EpisodeOfCare and set careManager reference to Practitioner end note ODA_FHIR_API -> ODA_PHR: POST [oda-phr-base]/EpisodeOfCare ODA_PHR --> ODA_FHIR_API: HTTP 200 OK ODA_FHIR_API --> ODA_WEB_UI: HTTP 200 OK @enduml
false
true
false
false
usecase
a096310896fc5fc69f3836ff79d6dacd14062021
4d66b0a15e5d42eb96ed5e7527ff506757d74285
/src/dgraph/Edge.iuml
9ad6882b19a72d85bd5c1c23804bedf9e6dbf446
[ "CECILL-B" ]
permissive
ngocbichdao/java-lattices
1ac847eaa2bbbcc73ceeb61ec9c5cfa618bac574
6742e87de51205923e158db93fd495ffa381f10a
refs/heads/master
2020-04-05T18:57:29.576127
2014-04-04T08:53:29
2014-04-04T08:53:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
638
iuml
package dgraph { class Edge { -Node from -Node to -Object content .. Constructors .. +Edge(final Node from, final Node to, final Object content) +Edge(final Node from, final Node to) .. Accessors .. +Node getFrom() +Node getTo() +Object getContent() .. Mutators .. +Edge setContent(final Object content) .. Predicates .. +boolean hasContent() .. Transformers .. +String toString() +String toDot() .. Comparators .. +int compareTo(final Object object) } Edge *-- "2" Node }
false
true
false
false
class
9e7ba4213bc79d8d1c5e6fa489ba3b031c02c638
22694cfdec9fa8efc64b8f5e86b906d76e8b89fe
/docs/uml/scheduler.puml
eab85def9e03b88b046b2aeeffc65e33d224db81
[]
no_license
mattiamari/unibo-smartradar
db10bb7eb00a5dc7e41a827911296360a98c65b9
122897a188230eabf85d5acbe719c30ae9191652
refs/heads/master
2020-09-12T17:13:27.719641
2019-11-27T17:53:55
2019-11-27T17:53:55
222,490,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
213
puml
@startuml scheduler interface Scheduler { add(task : Task, interval : integer) remove(task : Task) clear() schedule() } interface Task { step() isComplete() } Scheduler o-- Task @enduml
false
true
false
false
class
985bf00f49e10109cfe767b7fbd29c96212341ca
e10cac196aa29d7353b36e26c7bf65fa39c5763b
/docs/DG_Diagrams/DeleteFavCommand/DeleteFavSeq.puml
232e58ae8a21b6f01a572ceb54c16aa3df46fe03
[]
no_license
wamikamalik/tp
174c866802ecc34139def88fa91c79d9c682c7bc
d6beb431ad97a6608bcdf8418f698c6faa779c61
refs/heads/master
2023-01-11T22:41:16.157009
2020-11-09T13:17:45
2020-11-09T13:17:45
299,304,875
1
0
null
2020-09-28T12:41:08
2020-09-28T12:41:07
null
UTF-8
PlantUML
false
false
1,179
puml
@startuml skinparam BoxPadding 5 box logic #B6D8F2 participant ":Parser" participant ":DeleteFavCommand" end box box model #9AC8EB participant ":FavList" end box box Ui #5784BA participant "<<class>>\n:Ui" end box [-> ":Parser" : setUserInput("/deletefav <valid index>") activate ":Parser" [<-- ":Parser" deactivate ":Parser" [-> ":Parser" : extractType() activate ":Parser" create ":DeleteFavCommand" ":Parser" -> ":DeleteFavCommand" activate ":DeleteFavCommand" ":DeleteFavCommand" --> ":Parser" deactivate ":DeleteFavCommand" ":Parser" -> ":DeleteFavCommand" : executeCommand() activate ":DeleteFavCommand" ":DeleteFavCommand" -> ":FavList" : getSize() activate ":FavList" ":FavList" --> ":DeleteFavCommand" : Int sizeOfArray deactivate ":FavList" ":DeleteFavCommand" -> "<<class>>\n:Ui" :printDeleteFavMessage(index) activate "<<class>>\n:Ui" "<<class>>\n:Ui" --> ":DeleteFavCommand" deactivate "<<class>>\n:Ui" ":DeleteFavCommand" -> ":FavList" : deleteFav(index) activate ":FavList" ":FavList" --> ":DeleteFavCommand" deactivate ":FavList" ":DeleteFavCommand" --> ":Parser" deactivate ":DeleteFavCommand" [<--":Parser" : Boolean isOngoing deactivate ":Parser" @enduml
false
true
false
false
sequence
d2d1e20a1c6f08e7ff27291597e6d24c824e6ffd
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/class/label_relations_class.puml
aa6ff2085d082cd7593a82ab5f7a88d0cc669853
[ "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
151
puml
@startuml Class01 <|-- Class02:Extension Class03 *-- Class04:Composition Class05 o-- Class06:Aggregation Class07 .. Class08 Class09 -- Class10 @enduml
false
true
false
false
class
55c3a625726aedb64639bfa31c5f67afdaff694a
7e54066ce2b980f64d5d89c67a2c6d1b054dd689
/docs/token-rating/elearning_server.plantuml
7e458fa32a3a6d93d7a91e554bec24142f74e335
[]
no_license
reTHINK-project/dev-java-hyperty
1da1a59e8213794b7d446c855581ea6e9921f7bb
68ab9fb39042d49b682b8ea044561c408b0a4a3c
refs/heads/master
2022-12-13T05:20:07.877512
2019-06-28T11:12:05
2019-06-28T11:12:05
122,315,782
0
0
null
2022-12-08T07:36:54
2018-02-21T09:26:00
Java
UTF-8
PlantUML
false
false
565
plantuml
@startuml node "Elearning Server" as dsmServer { node "Citizen Wallet" as wallet node "Elearning Rating" as citzRate interface "Elearning" as data } node "Smart Citizen" as citz { interface "Citizen Wallet" as citzWallet node "Elearning Player" as player interface "Answer" as answer } citzRate -up-> data : 1: report player -> data : 2: read player -> answer : 3: report citzRate --> answer : 4:observe citzRate -> citzRate : 5:calculate rating citzRate --> wallet : 6:transfer(citzUrl, tokens) wallet --> citzWallet : 7:tokens transaction @enduml
false
true
false
false
sequence
e5692ca2e142ff52fc0c722f549b742de13d1706
208bc3111dcb8d68b977b1c67aae672bb8cdc4ee
/doc/diagrams/ClassDiagrams/SimulatorClassDiagram.puml
74360b7bf2bc28fb77e11fc4d08c4522fcca0836
[]
no_license
tanvir1990/Elevator-Control-System
5d1374bd61114397f04eea92e9cd585ad243090e
912e72108ad2f3646692a037d78b1016e385c35a
refs/heads/master
2021-10-26T05:16:51.559694
2019-04-10T22:49:47
2019-04-10T22:49:47
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,825
puml
@startuml note "All private fields are implied to have getter and setter methods, as appropriate." as N1 enum Direction{ UP DOWN IDLE } class ElevatorVector <<Datatype>> { +currentFloor: int +currentDirection: Direction +targetFloor: int } together { class Timer class TimerTask } TimerTask <|-- TimedEvent Timer <|-- EventTimer EventTimer ..> TimedEvent: "schedules" > together { class FloorReceiver<<(S, blue)>>{ + receiveElevatorArrived(int floor, Direction direction) } class ElevatorSender<<(S, blue)>>{ + sendElevatorClick(int elevatorNum, int floor) } class FloorSender <<(S, blue)>>{ + sendFloorClick(int floor, Direction direction) } } together { class EventTimer<<(S, blue)>>{ + add(Event): boolean } class TriggeredEventMap<<(S, blue)>>{ HashMap<floor: HashMap<direction: Event>> + add(Event event) + send(int floor, Direction direction, int elevatorNum) } class TimedEvent{ - event: Event + run(): void } } together { class Event{ - time: dateTime - floor: int - direction: Direction - elevatorButton: int } } together { class EventMaker<<(S, blue)>>{ + addEventsFromFileToTimer(String filename): void - createEvenatAndAddToTimer(String[] stringArray): boolean; } class FileParser<<(S, blue)>>{ - parsed: List<String[]> + parse(String filename): void + getParsed(): List<String[]> } } EventMaker .> Event: "creates" EventMaker .> EventTimer: "adds events" TriggeredEventMap "[floor, direction]" o-- Event TimedEvent o-- Event Event o-- Direction TimedEvent ..> FloorSender: sends event using TriggeredEventMap ..> ElevatorSender: sends events using TriggeredEventMap <.. FloorReceiver: triggers FileParser <. EventMaker : gets event data from file using @enduml
false
true
false
false
class
8e906dbf2b268dc83eb553961e89102a3d8e1d27
3ed63f92af46c2fab9d06f8d852b9fc40f7c83e5
/uml/lift.puml
25da4ad3cb1b320473a892dcd4efff2c35f6296c
[ "Apache-2.0" ]
permissive
Blankeer/RxJava
a524f367fe0662ecae8f7e8a058d3d9998ac26fd
831ff6a45ca95e371e1aa856469b7bac7714a509
refs/heads/1.x
2021-01-24T08:19:10.334105
2017-07-23T03:11:22
2017-07-23T03:11:22
69,142,950
0
0
null
2016-09-25T04:05:59
2016-09-25T04:05:59
null
UTF-8
PlantUML
false
false
886
puml
@startuml autonumber actor me me -> operator : new Operator(...) me -> sourceObservable : lift(operator) sourceObservable -> onSubscribeLift : new OnSubscribeLift(onSubscribe,operator) sourceObservable -> liftObservable : create(onSubscribeLift) me -> liftObservable : subscribe(targetSubscriber) liftObservable -> targetSubscriber : onStart() liftObservable -> onSubscribeLift : call(targetSubscriber) onSubscribeLift -> operator : call(targetSubscriber) operator --> onSubscribeLift : liftSubscriber onSubscribeLift -> liftSubscriber : onStart() onSubscribeLift -> sourceOnSubscribe : call(liftSubscriber) sourceOnSubscribe -> sourceOnSubscribe : do work sourceOnSubscribe -> liftSubscriber : onNext(T) liftSubscriber -> targetSubscriber : onNext(R) sourceOnSubscribe -> liftSubscriber : onCompleted()/onError(e) liftSubscriber -> targetSubscriber : onCompleted()/onError(e) @enduml
false
true
false
false
usecase
313d1de565a206a334016d11b5eb6605d48a9b6d
53fef97bdce5b666ecd0f75fd50d7ee871d078cb
/docs/diagram.plantuml
d9d55c698ffb1fdae257e741872a13736a3f0411
[]
no_license
alexeirojas87/DotNetFullMasterStack
cd9b3de5a0dac7972579495e6431cfb9de1250fc
5c7097e82cdeecc357fed1003ce501fe4ab0adc3
refs/heads/master
2023-02-10T16:45:29.204301
2020-12-28T17:09:19
2020-12-28T17:09:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
879
plantuml
@startuml left to right direction actor User package "DotNetFullMasterStack" { component BlazorUI package "dotnet core micro" { component [customer service] as customer component [kitchen service] as kitchen component [ordering service] as ordering component [restaurant service] as restaurnat } package "Spring cloud" { component [gateway service] as gateway component [admin service] as admin component [config service] as config component [eureka service] as eureka } User --> BlazorUI BlazorUI --> gateway gateway <-up-> customer gateway <-up-> kitchen gateway <-up-> ordering gateway <-up-> restaurnat eureka <-up.. customer eureka <-up.. kitchen eureka <-up.. ordering eureka <-up.. restaurnat database "SQL Sever" as sqlserver sqlserver --> customer sqlserver --> kitchen sqlserver --> ordering sqlserver --> restaurnat } @enduml
false
true
false
false
sequence
adc34ae764a5b6b1dd4a712fb2084b37e203d948
4291ef524e205e9b7c7c479052e1fe40078a1f60
/doc/part_two/sensor.puml
c35bdfd0b8f1774ad40b2614115658751e3196c9
[ "BSD-2-Clause" ]
permissive
nymann/portfolio-assignment
4136ab71b2bac64d6a4474c76b16ee5e57f9d21d
abb6d840d6d9ae59b90e8417f140c2314b1e7a27
refs/heads/master
2023-04-27T00:19:10.391313
2021-05-21T21:02:46
2021-05-21T21:02:46
367,152,436
0
0
null
null
null
null
UTF-8
PlantUML
false
false
625
puml
@startuml skinparam roundCorner 10 skinparam shadowing false skinparam classFontName Lato skinparam classFontSize 16 skinparam defaultFontName Source Code Pro skinparam defaultFontSize 14 skinparam ClassAttributeFontStyle normal skinparam ClassBackgroundColor white skinparam ClassBorderColor black skinparam ClassBorderThickness 1 skinparam ArrowColor black skinparam linetype polyline interface dev.nymann.sensor.ISensor { ~ String getName() ~ Double getValue() } abstract class dev.nymann.sensor.Sensor { + {abstract}void start() + {abstract}void stop() } dev.nymann.sensor.ISensor <|.. dev.nymann.sensor.Sensor @enduml
false
true
false
false
class
a2d4f9f3997cf5d687e684f59e26b9c93fa5c99b
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-jui.puml
46cbfefa993f40b9ed9280de7058a30197880a57
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,357
puml
@startuml skinparam handwritten true class yii.jui.Accordion { +headerOptions : array = [] +itemOptions : array = [] +items : array = [] +options : array = [] #renderItems() : string +run() } class yii.jui.Accordion extends yii.jui.Widget class yii.jui.AutoComplete { +renderWidget() : string +run() } class yii.jui.AutoComplete extends yii.jui.InputWidget class yii.jui.DatePicker { +attribute : string +containerOptions : array = [] +dateFormat : string +inline : boolean = false +language : string +value : string +init() #renderWidget() : string +run() } class yii.jui.DatePicker extends yii.jui.InputWidget class yii.jui.DatePickerLanguageAsset { +autoGenerate : boolean = true +depends = [ \t0 => "yii\jui\JuiAsset" ] +language : string +sourcePath = "@bower/jquery-ui" +registerAssetFiles(view) } class yii.jui.DatePickerLanguageAsset extends yii.web.AssetBundle class yii.jui.Dialog { +init() +run() } class yii.jui.Dialog extends yii.jui.Widget class yii.jui.Draggable { #clientEventMap = [ \t"create" => "dragcreate", \t"drag" => "drag", \t"stop" => "dragstop", \t"start" => "dragstart" ] +init() +run() } class yii.jui.Draggable extends yii.jui.Widget class yii.jui.Droppable { #clientEventMap = [ \t"activate" => "dropactivate", \t"create" => "dropcreate", \t"deactivate" => "dropdeactivate", \t"drop" => "drop", \t"out" => "dropout", \t"over" => "dropover" ] +init() +run() } class yii.jui.Droppable extends yii.jui.Widget class yii.jui.InputWidget { +attribute : string +model : yii.base.Model +name : string +value : string #hasModel() : bool +init() } class yii.jui.InputWidget extends yii.jui.Widget class yii.jui.JuiAsset { +css = [ \t0 => "themes/smoothness/jquery-ui.css" ] +depends = [ \t0 => "yii\web\JqueryAsset" ] +js = [ \t0 => "jquery-ui.js" ] +sourcePath = "@bower/jquery-ui" } class yii.jui.JuiAsset extends yii.web.AssetBundle class yii.jui.Menu { +clientEvents : array = [] +clientOptions : array = [] +init() +run() } class yii.jui.Menu extends yii.widgets.Menu class yii.jui.ProgressBar { +init() +run() } class yii.jui.ProgressBar extends yii.jui.Widget class yii.jui.Resizable { #clientEventMap = [ \t"create" => "resizecreate", \t"resize" => "resize", \t"start" => "resizestart", \t"stop" => "resizestop" ] +init() +run() } class yii.jui.Resizable extends yii.jui.Widget class yii.jui.Selectable { +{static}MODE_BEGIN = "MODE_BEGIN" +{static}MODE_DEFAULT = "MODE_DEFAULT" +itemOptions : array = [] +items : array = [] +mode : string = "MODE_DEFAULT" +options : array = [] +{static}begin(config : array = []) : static +init() +renderItems() : string +run() } class yii.jui.Selectable extends yii.jui.Widget class yii.jui.Slider { #clientEventMap = [ \t"change" => "slidechange", \t"create" => "slidecreate", \t"slide" => "slide", \t"start" => "slidestart", \t"stop" => "slidestop" ] +run() } class yii.jui.Slider extends yii.jui.Widget class yii.jui.SliderInput { #clientEventMap = [ \t"change" => "slidechange", \t"create" => "slidecreate", \t"slide" => "slide", \t"start" => "slidestart", \t"stop" => "slidestop" ] +containerOptions : array = [] +init() +run() } class yii.jui.SliderInput extends yii.jui.InputWidget class yii.jui.Sortable { #clientEventMap = [ \t"activate" => "sortactivate", \t"beforeStop" => "sortbeforestop", \t"change" => "sortchange", \t"create" => "sortcreate", \t"deactivate" => "sortdeactivate", \t"out" => "sortout", \t"over" => "sortover", \t"receive" => "sortreceive", \t"remove" => "sortremove", \t"sort" => "sort", \t"start" => "sortstart", \t"stop" => "sortstop", \t"update" => "sortupdate" ] +itemOptions : array = [] +items : array = [] +options : array = [] +renderItems() : string +run() } class yii.jui.Sortable extends yii.jui.Widget class yii.jui.Spinner { #clientEventMap = [ \t"spin" => "spin", \t"change" => "spinchange", \t"create" => "spincreate", \t"start" => "spinstart", \t"stop" => "spinstop" ] +renderWidget() : string +run() } class yii.jui.Spinner extends yii.jui.InputWidget class yii.jui.Tabs { +encodeLabels : boolean = true +headerOptions : array = [] +itemOptions : array = [] +items : array = [] +linkTemplate : string = "<a href="{url}">{label}</a>" +options : array = [] #renderItems() : string +run() } class yii.jui.Tabs extends yii.jui.Widget class yii.jui.Widget { #clientEventMap : array = [] +clientEvents : array = [] +clientOptions : array = [] +options : array = [] +init() #registerClientEvents(name : string, id : string) #registerClientOptions(name : string, id : string) #registerWidget(name : string, id : string = null) } class yii.jui.Widget extends yii.base.Widget @enduml
false
true
false
false
class
a644402159058a1530aac7ceffd7bbe5d62c65d8
c2b6bfee8da36cc39de688e146ba107b74218b12
/plantuml/OperatorInformation/default.plantuml
32985d27647706c6192bce8a12b7f315fe3e03e5
[ "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
796
plantuml
@startuml Default operator information title Planning Scenario 'default operator information' - V1.0.0 participant MP participant Lookup participant TO autoactivate on note over TO **ProcessIdentifiers**: DEFAULT end note note over MP Endpoints that could be used by the MP: /operator/meta /operator/available-assets /operator/stations /operator/regions /operator/operating-calendar /operator/operating-hours /operator/pricing-plans /operator/information end note MP -> TO : e.g. /operator/available-assets return available assettypes (optionally containing assets) note over Lookup Endpoints that could be used by the MP: /operator/meta /operator/information /operator/regions end note Lookup -> TO : e.g. /operator/meta return precise description of the implementation of the API @enduml
false
true
false
false
sequence
330b285171a3ca7888665e227224d2db5a4278fa
2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34
/设计模式/设计模式尚硅谷/designpatternlearning/src/main/java/tk/designpattern/factory/simplefactory/order-service.puml
66c99ec6bc32264011d3b43ffd2f5203ae24c54f
[]
no_license
YiboXu/JavaLearning
c42091d6ca115826c00aad2565d9d0f29b1f5f68
97b4769ebbe096e0ab07acb6889fb177e2ca5abe
refs/heads/master
2022-10-27T23:47:54.637565
2020-06-16T09:12:09
2020-06-16T09:12:09
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
601
puml
@startuml abstract class Pizza{ - String name; + String getName() + abstract void prepare(); + void bake() + void cute() + void box() + String toString() } class ChinaPizza{ + void prepare() } class JapanPizza{ + void prepare() } class PizzaFactory { + Pizza orderPizza(String type) } class OrderService { - PizzaFactory pizzaFactory + void setPizzaFactory(PizzaFactory pizzaFactory) + Pizza getPizza(String type) } Pizza <|-- ChinaPizza Pizza <|-- JapanPizza Pizza <-- PizzaFactory Pizza <-- OrderService OrderService o– PizzaFactory @enduml
false
true
true
false
class
bd902fde2e4bfbbb93e547dcdd81aeb9ef85e0c5
6e7eee30b5d1700459f1f0193ecd81c7b7cc2155
/src/Poker/plantuml/Dealer.puml
0c3cbf21b3f90124443b91e0ecd5ffc3a5ae753d
[]
no_license
jonaskeisu/newton-sysg-test
7f534f17c8400eb03c618c7d4c064cc7652fe896
1201512b8946cb1dd535cda3341c0d79f4eaf094
refs/heads/main
2023-01-23T00:52:40.483897
2020-12-08T08:31:54
2020-12-08T08:31:54
311,073,580
0
0
null
null
null
null
UTF-8
PlantUML
false
false
310
puml
@startuml class Dealer { + Dealer(deck:Deck) + Deal(players:IEnumerable<Player>) : void + ReplaceCards(player:Player) : void + CollectAllCards(graveyard:List<Card>, players:IEnumerable<Player>) : void + SelectPlayersWithBestHand(players:IEnumerable<Player>) : IEnumerable<Player> } @enduml
false
true
false
false
class
102080451271e1e53adc7b4845ea4a4ae25b3bab
bac7eb7bafe7f0629b33d420e03cdf9fa08b3d28
/2019.04.18_Jak_se_pise_programovaci_jazyk_5_Bajtkod_a_literaly/frames.plantuml
59378e10273aab34f9bde62d57974519e639f8de
[]
no_license
Bystroushaak/clanky
3ab4e58e83c9168cebbdd5da7be23687856136c3
4281a62a298cd9ff30cc8bd07264031c0c7f4d47
refs/heads/master
2023-04-26T18:44:43.704854
2023-04-13T20:35:13
2023-04-13T20:35:13
19,652,520
4
11
null
2019-02-16T16:33:27
2014-05-10T21:33:24
HTML
UTF-8
PlantUML
false
false
1,655
plantuml
class ObjectHolder { .obj : Object .prev : ObjectHolder / None } class MethodStackLinkedList { ._stack : ObjectHolder / None ._length : int .prev_stack : MethodStackLinkedList / None .bc_index : int .code_context : CodeContext instance .error_handler : Object / None .self : Object / None .tmp_method_obj_reference : Object / None -- .push() .pop() .pop_or_nil() } class MethodStackPreallocatedArray { ._stack : list[Object] ._stack_max_size : int ._length : int .bc_index : int .code_context : CodeContext instance .error_handler : Object / None .self : Object / None .tmp_method_obj_reference : Object / None -- .push() .pop() .pop_or_nil() } class ProcessStack { .frame : MethodStack ._length : int .result : Object / None .finished : bool .finished_with_error : bool -- .is_nested_call() .push_frame() .top_frame() ._cleanup_frame() .pop_frame() .pop_and_clean_frame() .pop_frame_down() .pop_and_cleanup_frame() .as_tself_object() } class ProcessCycler { .cycler : int .process : ProcessStack .processes : list[ProcessStack] .process_count : int -- .add_process() .has_processes_to_run() .remove_process() .remove_active_process() .next_process() } ObjectHolder .l.> MethodStackLinkedList: is used by MethodStackLinkedList .d.> MethodStack MethodStackPreallocatedArray .d.> MethodStack MethodStackLinkedList -[hidden]l-> MethodStackPreallocatedArray MethodStack .r.> ProcessStack: is used in ProcessStack .r.> ProcessCycler: is used in
false
true
false
false
class
80e7ac816c214a0d98ac67601234c7c8b5089561
bc407cd9335acde293ef07f9a9e09519d8a89dca
/doc/design/ApplicationSequence.plantuml
9b1620662eee1a7e250e1afbc64396a653818cac
[ "MIT" ]
permissive
watahboy/RacingLapTimer
22b939d82357f54bfe82ee4d7aa8ae7279c782c4
ea5aa0688de60aba432938ba1ca66d513f2a7987
refs/heads/master
2023-06-05T06:43:39.819891
2021-06-22T14:52:02
2021-06-22T14:52:02
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,629
plantuml
@startuml title Application Sequence autoactivate on participant "Main Application" as mainloop participant "Board" as board participant "WIFI" as wifi participant "EEPROM" as nvm participant "Web Server" as webserver participant "Lap Trigger" as competition actor "Client" as client group Setup mainloop -> board : begin() return success mainloop -> wifi :begin() wifi -> nvm : importCredentials() return success group true == importCredentials() wifi -> wifi : connect to station return success group false == connect to station wifi -> wifi : Start AP Mode return end else "No stored STA Credentials" wifi -> wifi : Start AP Mode return end return success mainloop -> webserver : begin() webserver -> webserver : Mount Little FS return webserver -> webserver : Start mDNS return webserver -> webserver : Register Web Pages \nand Handlers return return success end group Loop mainloop -> webserver : cycle() webserver -> competition : handleCompetition() return success group true == success webserver ->> client : Send output message return end webserver -> webserver : Update mDNS return webserver -> webserver : Handle Web Client return webserver -> webserver : Handle Web Socket return return success mainloop -> wifi : cycle() wifi -> wifi : Check connection return return success group false == success mainloop -> board : errorHalt() end end @enduml
false
true
false
false
sequence
d9ff2a6f47f5c7c88a9bda40cefa2a1d4ed25570
8346e88afd786d114f567c5efb8ffea7eb8bed86
/uml/CustomerArea/Models/Customer/Domain.puml
20caa02ae8098f389fe49dd424bb0698db98d497
[ "MIT" ]
permissive
lefevbre-organization/eShopOnContainers
910e7af562fe4fd7cbffc048c402551dad93cf91
620dfaf3b8ca51732417432ea3a15d748368967f
refs/heads/lef-main-containers
2023-02-18T21:08:56.362792
2023-02-09T11:02:48
2023-02-09T11:02:48
203,787,005
0
0
MIT
2023-02-08T05:15:42
2019-08-22T12:06:29
PHP
UTF-8
PlantUML
false
false
106
puml
@startuml class Domain { + Type : string <<get>> <<set>> + Url : string <<get>> <<set>> } @enduml
false
true
false
false
class
bffe80a1ae1a99154278737de28dabff23b7e4c0
f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a
/enumerados/Megafonia.iuml
e20706e5ba8116200b1262bf8655db0f65cce607
[]
no_license
alejflorg/Entregable-1
6a2b6ab4df1ba7e2d04a20f26400742559db65ca
e750bf10fbccc33cbc53ba35743f4be88401ff49
refs/heads/main
2023-01-06T01:14:49.249982
2020-11-01T16:39:43
2020-11-01T16:39:43
309,140,327
0
0
null
null
null
null
UTF-8
PlantUML
false
false
46
iuml
Enum Megafonia <<Enumerate>> { si no }
false
true
false
false
class
c2dede4035ff1b3014397bfc108c03f31621b56c
d8d5fe533dc8e1e529f5b5c4cc1c18608442b18f
/Soft Token Application.puml
6cdb1bec2f570fd18d168b4d48992519191e3990
[]
no_license
Vierheller/tuda_linux_ctap_softtoken_design
4eba3b282345fdb50a23ae9c8dbf192810a0651c
37f89a275711fab0bb671d100c2a4c8e84113e77
refs/heads/main
2023-02-26T13:41:09.266704
2021-02-01T21:12:10
2021-02-01T21:12:10
315,286,993
0
0
null
null
null
null
UTF-8
PlantUML
false
false
130
puml
@startuml package "Soft Token Application" { [Key Management] [CTAP Analyzer] [Logging] } package "OS" { } @enduml
false
true
false
false
uml-unknown
f96ced7658bb509af5893cd4977dd0b7c33d87ca
7847fd2d7b5a7a21a2f83416befa95e32d482347
/docs/use-case/main-admin.puml
234613da3a4ac201be8edd0f3d29de3e48d221e8
[ "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
519
puml
@startuml :Main Admin: as Admin Admin --> (Install application \nfor the first time\n using generated access token\n from startup logs) Admin --> (Configure) (Configure) <-- (Enable/Disable registration) Admin --> (Register new user) Admin -> (Create or update project) note "New project requires\nregistered user" as CreateNote (Register new user) . CreateNote CreateNote . (Create or update project) Admin --> (Pause system) (Pause system) <-- (Pause particular project) Admin --> (Monitor system usage) @enduml
false
true
false
false
uml-unknown
855d87e6aae031399d007b86f4f620aeab1b1417
63d05a2d8db31272352bb47eaf1981b74093b719
/uml/controller/topology/check_topology_info.puml
09d610dc29806a7203c5f86e6893ca8d4a491d57
[ "Apache-2.0" ]
permissive
ChaosXu/dragonflow
b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c
e497928bc34269bcecc7ea4488f22b5c98b972dc
refs/heads/master
2020-05-05T09:33:07.999625
2019-04-25T11:07:00
2019-04-25T11:07:00
179,908,580
0
0
null
2019-04-07T02:18:32
2019-04-07T02:18:32
null
UTF-8
PlantUML
false
false
2,471
puml
@startuml check_topology_info DfLocalController->Topology:check_topology_info(self) activate Topology note over Topology """ In order to prevent the situation that the connection between df controller and df db break down, we should recheck the local ovs ports to make sure all the topics of these ovs ports could be subscribed and all the vms could work well. """ new_ovs_to_lport_mapping = {} add_ovs_to_lport_mapping = {} delete_ovs_to_lport_mapping = self.ovs_to_lport_mapping end note loop switch_port in self.db_store.get_all(switch.SwitchPort) Topology->switch_port:key = id alt switch_port.type == constants.SWITCH_COMPUTE_INTERFACE Topology->Topology:lport = _get_lport(switch_port) alt lport is None note over Topology LOG.warning("No logical port found for ovs port: %r",switch_port) continue end note end Topology->lport:topic = topic alt not topic note over Topology continue end note end Topology->OvsLportMapping:new_ovs_to_lport_mapping[key] = OvsLportMapping(lport_id=lport.id, topic=topic) alt not delete_ovs_to_lport_mapping.pop(key, None) Topology->OvsLportMapping:add_ovs_to_lport_mapping[key] = OvsLportMapping(lport_id=lport.id, topic=topic) end end Topology->Topology:ovs_to_lport_mapping = new_ovs_to_lport_mapping loop value in add_ovs_to_lport_mapping.values() Topology->value:lport_id = lport_id Topology->value:topic = topic Topology->Topology:_add_to_topic_subscribed(topic, lport_id) activate Topology alt not self.enable_selective_topo_dist or not topic Topology-->Topology end alt topic not in self.topic_subscribed ' LOG.info("Subscribe topic: %(topic)s by lport: %(id)s",{"topic": topic, "id": lport_id}) Topology->DfLocalController:register_topic(topic) Topology->topic_subscribed:topic_subscribed[topic] = set([lport_id]) else Topology->topic_subscribed:topic_subscribed[topic].add(lport_id) end deactivate end loop value in delete_ovs_to_lport_mapping.values() Topology->value:lport_id = lport_id Topology->value:topic = topic Topology->Topology:_del_from_topic_subscribed(topic, lport_id) end deactivate @enduml
false
true
false
false
sequence
c253e987a673f47cfb0717bdd8d87471e7431bbb
22c062df90adff61becb66216348f35b57920adb
/UML/StructureDiagrams/ClassDiagram/diagrams/PlaylistTrackData.puml
c2d137b176cf7f09016abb84c365db55dba7fd73
[ "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
98
puml
@startuml left to right direction class Playlist circle TrackData Playlist --( TrackData @enduml
false
true
false
false
class
049cdf795b1dbd9325c6df0e24a1675d1483cb5b
bef901555a43363f28cb20f8ee3062f95bfde812
/puml/enterprise-web-sessions.puml
3cc1085a665d8e0ba661b846a967fe503fc405f3
[]
no_license
isabella232/bryan_cb_sf_2020_talk
438621c3c909fb2c2e48c1c6c8d35c899e648336
08799c0c2a929ecac8cd35bcf0aa7692cf9844e5
refs/heads/master
2022-04-08T12:24:41.163585
2020-03-05T22:54:39
2020-03-05T22:54:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
822
puml
@startuml overview title How "enterprise" browser sessions work actor Browser == Session creation == activate Webserver User -> Webserver: request page return page/cookie entity SS as "SessionStore" Webserver -> SS : new session activate SS SS -> SS : generate strong random session_id SS -> SS : allocate dictionary to session_id SS -> SS : start inactivity timer Webserver -> SS : associate some data with session_id Browser -> Webserver: request page return page/session_id Browser -> Webserver: another request Webserver -> SS: store data SS -> SS: update timeout == Session timeout == Browser -> Browser: inactive SS -> SS: session timeout destroy SS == Session recreation == Browser -> Webserver: request page Webserver -> SS : new session activate SS Webserver -> Browser: page with contents reset @enduml
false
true
false
false
sequence
1b550836eb043252ddce93ab06cc1f1481732a03
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderEditSetKeyAction.puml
9a26e30747cc29acfba382f3d6899f088b0e4386
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
439
puml
@startuml hide empty fields hide empty methods legend |= |= line | |<back:black> </back>| inheritance | |<back:green> </back>| property reference | |<back:blue> </back>| discriminated class | endlegend interface OrderEditSetKeyAction [[OrderEditSetKeyAction.svg]] extends OrderEditUpdateAction { action: String key: String } interface OrderEditUpdateAction [[OrderEditUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
4d487b62376beff1b2fb5bd5d48218598f42dc45
f09a123ee1698a5fded15f43fe3741f0c75cf2ba
/docs/puml/1to1_pubsub-online.puml
5e43fb42635393f9ec81aafeb26a902c4c68ea8f
[]
no_license
kyopark2014/webchat
50f8f0533a1043897712dd1d46cfee884847170e
ef020959d061892adea2960eb4d8a6ced2a1903f
refs/heads/master
2022-11-18T15:59:58.389836
2020-06-25T12:13:35
2020-06-25T12:13:35
269,232,605
6
0
null
null
null
null
UTF-8
PlantUML
false
false
997
puml
@startuml callflow skinparam class { BackgroundColor White ArrowColor Black BorderColor Black AttributeIconSize 0 } 'skinparam style strictuml skinparam stereotypeCBackgroundColor White skinparam stereotypeIBackgroundColor White skinparam stereotypeEBackgroundColor White skinparam stereotypeABackgroundColor White skinparam linetype ortho 'title "Basic Flow 1-to-1 (PUBSUB))" hide footbox actor A actor B participant IM1 participant IM2 database SQL queue PUBSUB AS RD A -> IM1 : connect IM1 -> SQL : location A IM1 -> RD : SUBSCRIBE A B -> IM2 : connect IM2 -> SQL: location B IM2 -> RD : SUBSCRIBE B A -> IM1 : "msg" to B IM1 -> SQL++: Is B online? return online IM1 -> RD : PUBLISH B "msg" RD -> IM2 : "msg" IM2 -> B : "msg" B -> IM2 : "delivery" IM2 -> RD : PUBLISH A "delivery" RD -> IM1 : "delivery" IM1 -> A : "delivery" B -> B : read "msg" B -> IM2 : "display" IM2 -> RD : PUBLISH A "display" RD -> IM1 : "display" IM1 -> A : "display" @enduml
false
true
false
false
sequence
9332338c91e69aca96dca30e76a34adb0907be8b
4a9c96162c97f838de41ebf07817adef64b7df54
/docs/agent-states.puml
9f8b5786a9bb7d9f78f4fbfe628f9e48c59eff0f
[]
no_license
jofrancis1997/rebellion
a819515fd5a67b661ebff0c9ddffafae66fc2481
db8c710b3aaf490c3b1f569a7bcdc01a5065fad8
refs/heads/master
2023-02-25T21:33:44.745065
2020-05-30T03:50:15
2020-05-30T03:50:15
334,377,119
0
0
null
2021-01-30T09:39:31
2021-01-30T09:39:24
null
UTF-8
PlantUML
false
false
207
puml
@startuml agent-states [*] --> Quiet Quiet --> Active : [grievance > net-risk] Active --> Quiet : [grievance < net-risk] Active --> Jail : sent to jail by Cop Jail --> Quiet : [jail-term == 0] @enduml
false
true
false
false
sequence
dcbd2e4df2c97b410207e64d3b80dd209af4d02f
62f0d64f2408d480dfdb7a255494e2264900c2f2
/demo/AndroidX/app/src/main/java/com/pingfangx/demo/androidx/activity/android/content/context/Context 创建时序图.puml
61991d2fff52a3fc5fe291d7d776aca5a8d795a5
[]
no_license
pingfangx/AndroidX
1c6abf93fcfb975fd0ae1fc3c0ed27ba5ad2a458
a5f76a598e65002052b25866afb94cedb43dde4d
refs/heads/master
2021-06-03T23:23:47.146750
2019-11-19T08:13:14
2019-11-19T15:40:29
102,621,690
4
5
null
null
null
null
UTF-8
PlantUML
false
false
636
puml
@startuml autonumber --> ActivityThread:performLaunchActivity ActivityThread -> ContextImpl:createActivityContext ActivityThread -> Instrumentation:newActivity Instrumentation -> Activity:newInstance(); ActivityThread -> Application:r.packageInfo.makeApplication ActivityThread -> ContextImpl:appContext.setOuterContext(activity); ActivityThread -> Activity:attach(appContext,...) Activity -> ContextThemeWrapper:attachBaseContext ContextThemeWrapper -> ContextWrapper:attachBaseContext ContextThemeWrapper -> Context:super() ActivityThread -> Instrumentation:callActivityOnCreate Instrumentation -> Activity:onCreate @enduml
false
true
false
false
sequence
62cab211c1efd721f02d1b772e39532991478a0e
b9e25bff48db3a6fc0efcfc5338c8bf648b1c00d
/uml/Aggregation.puml
3e690c596a66d8869d842768de6618cbf8904e2d
[ "Apache-2.0" ]
permissive
liuyu1212120/My-MVP
58911b8b12138fa35d26140967db9644f2decb39
78e06a1eb94d681750d82fffe576b45f0990d5a9
refs/heads/master
2022-12-03T07:58:53.302140
2020-08-10T03:45:43
2020-08-10T03:45:43
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
56
puml
@startuml MyAdapter o-- OnRecyclerViewListener @enduml
false
true
false
false
class
98331b6775d750dd32cbb997ba7c58a0f04e4512
a5363088e137b966b8488c3d5bf847c29c52a25f
/exercise43/docs/exercise43UML.puml
e8185f993bb357d65dbd6e77c3301b9c935ab75b
[]
no_license
gmartin02/martin-a04
eb8e1523bc3c257b392490e6df31d49fbbbb1dab
9e79ed87a1affc72379c1710d250277970616014
refs/heads/main
2023-08-23T18:06:56.562606
2021-10-18T03:37:14
2021-10-18T03:37:14
414,690,502
0
0
null
null
null
null
UTF-8
PlantUML
false
false
654
puml
@startuml class Solution43 { +main() 'main is where the siteName and author come from so 'they are not class variables +getSiteName() +getSiteAuthor() +javaFolderAnswer() +cssFolderAnswer() } class WebsiteCreator { String output = "Created ./website/"; String website = "website/"; 'these variables help format output +createWebsiteFolder(String siteName): File +createHTMLFile(String author, String siteName): File +createJavaFolder(String siteName): File +createCSSFolder(String siteName): File 'all methods return a File to make unit testing easier } Solution43 --o WebsiteCreator @enduml
false
true
false
false
class
3cc3143f41ac905913cbf006b21cdc83138817c7
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii05/doc/plantuml/ua/khpi/oop/malokhvii05/util/algorithms/sort/SortAlgorithm.puml
cd65ea33b9a4857347ad589d2318c5561c9e20a9
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
208
puml
@startuml interface SortAlgorithm<T> { {abstract} +isReversedOrder(): boolean {abstract} +setReversedOrder(boolean): void {abstract} +sort(Array<T>): void } @enduml
false
true
false
false
class
7ca0a5cbdaac7a95c15ae72da0d79fd64ae13cb0
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/Solution/Control/Security/Remediation/UserInteraction.puml
12f9e3fe55f7508e4d673291e6493cd8fbdbf22c
[]
no_license
CAADE/edgeville
fd0053d749c259029ef4c7791210663ace87be21
6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65
refs/heads/master
2020-03-28T06:11:31.554585
2019-05-02T17:37:03
2019-05-02T17:37:03
147,819,682
0
0
null
null
null
null
UTF-8
PlantUML
false
false
165
puml
@startuml rectangle "Diagram TBD" @enduml actor User User -> "Security/Remediation": UseCase "Security/Remediation" -> bin: bin-name() bin -> sailsjs: bin/name()
false
true
false
false
sequence
a0e3db9231d233f34b4de6eba619511d6c20d185
0e4c1ad3bdc9c974086c72238ddb01a030eaa422
/lektioner/06-fält-och-loopar/fig/tilldelning-av-fält-1.plantuml
b2032c2d06cc042daabfb36f6fbfe08a334ce984
[]
no_license
jonaskeisu/newton-sysg-op1
814e5a982ab4830d48a6a399f8ba0b041fd2a9fa
844a20dcb4b7c5a9c49f68395e29490fd0e42d28
refs/heads/master
2023-01-24T21:57:42.613166
2020-11-18T15:28:47
2020-11-18T15:28:47
290,378,004
0
1
null
null
null
null
UTF-8
PlantUML
false
false
310
plantuml
@startuml tilldelning-av-fält-1 skinparam ranksep 1 node "(<i>referens</i>)" as aref note left of aref : int[] <i>a</i> node "(<i>referens</i>)" as bref note left of bref : int[] <i>b</i> cloud "heap" { node "{ 1, 2, 3 }" as aval node "{ 4, 5, 6 }" as bval } aref --> aval bref --> bval @enduml
false
true
true
false
deployment
804f2a85fbd2d0a7c2d66946a31282824f138281
d6374fe9363a41031c51eb622cb0cb5e75b78380
/docs/technical/sdk-scheme-adapter/assets/sequence/PayerDFSPBulkDoubleIntegrationApi.PlantUML
7d193ae2c6351357eaa47e456f258ec87bbe6619
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
3,048
plantuml
@startuml PayerDFSPBulkDoubleIntegrationApiPattern /'***** -------------- ******'/ skinparam activityFontSize 4 skinparam activityDiamondFontSize 30 skinparam activityArrowFontSize 22 skinparam defaultFontSize 22 skinparam noteFontSize 22 skinparam monochrome true ' declare title ' title PayerDFSPBulkDoubleIntegrationApi ' declare actors participant "Core banking solution" as CBS box "Payment Manager\nPayer DFSP" #LightGrey participant "Core\nConnector" as CC participant "Mojaloop\nConnector" as MC end box participant "Mojaloop\nSwitch" as Switch autonumber 1 1 "<b>[0]" == Payer DFSP integration - 2 phase commit - with user confirmation == CBS->CC: **POST** /bulkTransactions\n(AUTO_ACCEPT_PARTY = true, AUTO_ACCEPT_QUOTES = **false**, synchronous = false) Loop n times (in parallel) hnote left of CC For each individual transfer in bulk message end hnote CC -> CC: validate MSISDN & Prefix end Loop CC->MC: **POST** /bulkTransactions\n(AUTO_ACCEPT_PARTY = true, AUTO_ACCEPT_QUOTES = **false**, synchronous = false) activate MC loop N times & within bulkExpiration timelimit (in parallel) hnote left of MC For each transfer in bulk message end hnote activate MC MC->Switch: **GET** /parties/{Type}/{ID}/{SubId} Switch-->MC: HTTP 202 response Switch->Switch: Determine Payee DFSP using oracle Switch->Switch: Lookup Payee Information from Payee DFSP\n using **GET** /parties Switch->MC: **PUT** /parties/{Type}/{ID}/{SubId} MC-->Switch: HTTP 200 Response end Loop rnote left MC Accept Party endrnote loop Quote Processing (M times & within bulkExpiration timelimit in parallel) hnote left of MC For each payee DFSP in bulk message end hnote MC->MC: Check bulkExpiration MC->MC: Create bulkTransactionId MC -> MC: Calculate bulk expiry \nbased on both expirySeconds config and \nbulkExpiration MC->Switch: **POST** /bulkquotes Switch-->MC: HTTP 202 response Switch->Switch: Pass on quote to Payee DFSP\n using **POST** /bulkquotes Switch->MC: **PUT** /bulkquotes/{Id} MC-->Switch: HTTP 200 Response end loop MC->CC: **PUT** /bulkTransactions/{Id} deactivate MC CC->CBS: **PUT** /bulkTransactions/{Id} CBS->CBS: Obtain concent from Payer on Fees and Payee Info CBS->CBS: Reserve funds CBS->CC: **PUT** /bulkTransactions/{bulkhometransferId} CC->MC: **PUT** /bulkTransactions/{bulktransactionId} loop Transfer Processing (M times & within bulkExpiration timelimit in parallel) hnote left of MC For each payee DFSP in bulk message end hnote activate MC MC->Switch: **POST** /bulktransfers Switch-->MC: HTTP 202 response Switch->Switch: Reserve Payer DFSP funds Switch->Switch: Pass on transfer to Payee DFSP\n using **POST** /bulktransfers Switch->Switch: Commit Payer DFSP funds Switch->MC: **PUT** /bulktransfers/{Id} MC-->Switch: HTTP 200 Response end loop MC->CC: **PUT** /bulkTransactions/{Id} deactivate MC CC->CBS: **PUT** /bulkTransactions/{Id} CBS->CBS: Commit funds @enduml
false
true
false
false
sequence
a1da798f3c30877538d3410832c88b45c68b8f45
60b6ad4d37afce9e5dffebac7f9315833208d7f2
/general/src/main/java/com/xxx/designpatterns/creationalpattern/simplefactory/工厂模式.puml
68d01962798cf64acc993c85dc5fa65df18d4bdc
[]
no_license
gitreposity/mycode
8a2c06d9a7986f61a338a672888fb10b878d4b6d
54db332061ab40d2d8c80745a07d52055e910791
refs/heads/master
2022-06-27T16:08:51.194214
2019-05-23T07:24:07
2019-05-23T07:24:07
136,902,249
0
0
null
2022-06-17T01:44:17
2018-06-11T09:13:01
Java
UTF-8
PlantUML
false
false
333
puml
@startuml interface Car { void run(); } class Ferrari implements Car { void run(); } class Tesla implements Car{ void run(); } class client class CarFactory{ public static Car createCar(String carName); } Car <|-- CarFactory Ferrari <|-- CarFactory Tesla <|-- CarFactory Car <|-- client CarFactory <|-- client @enduml
false
true
false
false
class
0ea810bfe668334d89399dad4517d7001b02f424
dc1ce0dda5d7b14289011eb99ff9adaffa6f3081
/src/docs/diagrams/06_SD_LoadRoutes.puml
1e27e0ba253f707288f90f3eedafbb428da6635c
[ "MIT" ]
permissive
lamasumas/viade_en1b
0d73151b9339d905f770f38c2bfd7e642dfc37bf
ce7d7b5fc0e8a1cbb9397bb186a619c9f231d99d
refs/heads/master
2022-06-10T10:25:10.208525
2020-05-05T11:19:20
2020-05-05T11:19:20
261,439,261
0
0
MIT
2020-05-05T11:12:48
2020-05-05T11:12:47
null
UTF-8
PlantUML
false
false
1,313
puml
title Load routes - Sequence Diagram @startuml participant NavBar as nb participant ReduxStore as rs participant RouteActions as ra participant RouteReducer as rr participant RouteMiddleware as rm participant Solid.js as s participant parser.js as pa database POD as p activate nb nb -> rs: loadRoutesRequest() activate rs rs -> ra: dispatch(loadRoutesRequest()) activate ra ra -> rm: loadRoutesRequest() destroy ra activate rm rm -> s: getRoutesFromPod(userwebid) activate s rm -> rr: loadRoutesRequest() activate rr rr --> rs: state destroy rr loop for each user´s routes s -> p: readFile() activate p p --> pa: route in JsonLd activate pa pa --> s: route in json destroy pa end destroy p ... alt routes successfully loaded s --> rm: routes destroy s rs -> ra: dispatch(loadRoutesSuccess(routes)) activate ra ra -> rr: loadRoutesSuccess(routes) activate rr destroy ra rr -> rr: updateState(routes) rr --> rs: state with routes updated destroy rr else error at loading routes s --> rm: error destroy s rs -> ra: dispatch(loadRoutesError(error)) activate ra ra -> rr: loadRoutesError(error) activate rr destroy ra rr -> rr: updateState(error) rr --> rs: state updated destroy rr end destroy rm rs --> nb: state destroy rs legend right line = method dash line = data endlegend @enduml
false
true
true
false
sequence
f268148920fec1281a69e1c861b1ed5db3347be5
60e80b1719d9c929747baf3d32537c1731c0168f
/factorymethod/src/main/java/com/gilxyj/factorymethod/pizzaFactorymethod.puml
769185c1f727db331dec31856a94ffc12ffce2c2
[]
no_license
GilbertXiao/JavaDesignPatterns
8c0b82634c96107f6311dbacabdaa38119402782
35ce09c85b40ae585ecfc8fb7c3247375eb2a40b
refs/heads/master
2021-07-11T11:10:04.956876
2020-07-19T11:59:28
2020-07-19T11:59:28
179,295,966
1
0
null
null
null
null
UTF-8
PlantUML
false
false
773
puml
@startuml interface PizzaStore{ # Pizza createPizza(String type) } interface Pizza class ChicagoPizzaStore{ + Pizza createPizza(String type) } class NYPizzaStore{ + Pizza createPizza(String type) } class OrderPizza{ - PizzaStore pizzaStore - Pizza pizza + void main() } class ChicagoCheesePizza class ChicagoGreekPizza class ChicagoPepperPizza class NYCheesePizza class NYGreekPizza class NYPepperPizza PizzaStore .> Pizza: createPizza PizzaStore <|.. ChicagoPizzaStore PizzaStore <|.. NYPizzaStore Pizza <|... ChicagoCheesePizza Pizza <|... ChicagoGreekPizza Pizza <|... ChicagoPepperPizza Pizza <|... NYCheesePizza Pizza <|... NYGreekPizza Pizza <|... NYPepperPizza OrderPizza -> PizzaStore OrderPizza -> Pizza @enduml
false
true
false
false
class
f39bf7fe238ff2696180955cfa5c4f579cf36fb9
08bae0d624d84f5e383b172b423e0c4d6077f63a
/UML/Activity启动流程/不同进程/no2_pauseActivity_pausedActivity.puml
ded3787a2a5953c8071aa626cdbc39994d8c2c24
[]
no_license
kishimotoindb/AndroidUMLProject
1992c5d430bc667735ab8bee9e6e3129a576456c
fc05dd0c2065d66b3f5c2d177e7506cb1fe7439b
refs/heads/master
2020-04-05T17:58:43.346482
2018-12-02T04:35:10
2018-12-02T04:35:10
157,083,654
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,786
puml
@startuml participant "Activity\n(Source)" as a participant "Instrumentation\n(Source)" as inst1 participant "ActivityThread\n(Source)" as at1 participant "ApplicationThread\n(Source)" as apt1 participant "ApplicationThreadNative\n(Source)" as atn1 participant "ActivityManagerProxy\n(Source)" as amp1 boundary "Activity(Source)-AMS" participant "ApplicationThreadProxy\n(Source)" as atp1 participant ActivityManagerService as ams participant ActivityStackSupervisor as ass participant ActivityStack as as participant "ApplicationThreadProxy\n(Target)" as atp2 boundary "AMS-Activity(Target)" participant "ActivityManagerProxy\n(Target)" as amp2 participant "ApplicationThreadNative\n(Target)" as atn2 participant "ApplicationThread\n(Target)" as apt2 participant "ActivityThread\n(Target)" as apt2 participant "Activity\n(Target)" as b boundary process participant Zygote as zygote participant Process as proc at1->at1: handleMessage(PauseActivity) activate at1 at1->at1: handlePauseActivity activate at1 at1->at1:performUserLeavingActivity activate at1 at1->inst1: callActivityOnUserLeaving activate inst1 inst1->a:onUserLeaving() activate a deactivate a deactivate inst1 deactivate at1 at1->at1: performPauseActivity activate at1 at1->at1: callCallActivityOnSaveInstanceState activate at1 at1->inst1:callActivityOnSaveInstanceState activate inst1 inst1->a : onSaveInstanceState activate a deactivate a deactivate inst1 deactivate at1 at1->at1:performPauseActivityIfNeeded activate at1 at1->inst1:callActivityOnPause activate inst1 inst1->a : performPause activate a a->a:onPause activate a deactivate a deactivate a deactivate inst1 deactivate at1 deactivate at1 at1->amp1: activityPaused activate amp1 deactivate at1 deactivate at1 amp1->ams: activityPaused activate ams @enduml
false
true
false
false
sequence