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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60c91681f70b4af5369d8c0b3e05d42b16e8cc2f | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevAssist/src/main/java/dev/base/base.plantuml | c42d431259f99eb9a896108a7becac2eb86cf47e | [
"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 | 2,379 | plantuml | @startuml
title __BASE's Class Diagram__\n
namespace dev {
namespace base {
class dev.base.DevBaseEntry {
+ DevBaseEntry()
+ DevBaseEntry()
+ DevBaseEntry()
+ getEntryKey()
+ getEntryValue()
+ isCorrect()
+ setEntryKey()
+ set... | false | true | false | false | class |
8d55b66d25b0744aec62fb0ecddc878e0c98da07 | 277510c06b82f033ec74f5996fac0d0e13127daa | /src/main/java/com/lukire/map/chunk/chunk.plantuml | eede5c722286f9b8738e0dd885f869d102659634 | [] | no_license | Lukires/school_cannon | c5448379fb5f33900ea31eab0f3643fd50643e83 | 4c82a7221a406c4c6a4c87a68c764136fc968346 | refs/heads/master | 2020-07-13T17:37:34.052637 | 2019-09-22T22:58:25 | 2019-09-22T22:58:25 | 205,124,231 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 879 | plantuml | @startuml
title __CHUNK's Class Diagram__\n
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.Chunk {
{static} - size : int
- tiles : Tile[][]
+ Chunk()
+ draw()
{static} + getSize()
+ getTile()
+ getTileFromGameCo... | false | true | false | false | class |
777271d1c808330c244fcd294db79cb528c07f96 | ae8d603e1a8a158e234db029994362498bd676cf | /Dossier de conception/V1/V1vueFonctionnelle.puml | 53588d601e5cd2847d5da89413ee5d231e202622 | [] | no_license | LeaMercier/Creation-of-a-mini-editor | 91a29f663c0ba822ec6b23aaaf84ae2058738715 | eee5fcd95a05ea43a43929a2c1d1169b8968eaa4 | refs/heads/master | 2023-04-08T11:16:27.934645 | 2021-04-17T11:13:04 | 2021-04-17T11:13:04 | 358,853,598 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 387 | puml | @startuml VueFonctionnelle
package Acteur {
actor "Utilisateur" as U
}
package Interface_Graphique {
usecase "Cliquer sur les boutons" as CB
usecase "ajouter du texte" as AjT
usecase "Edite le texte" as ET
usecase "Enregistrement et affichage du texte" as modif
}
U-AjT
U-CB
U-ET
AjT ..> modif :... | false | true | false | false | usecase |
21ac9e5f1ce5ea429785008680274e1a8a2ce2eb | e8e3c479fdc72120280486222e36fbd721c3e2fa | /Exercises/hero/uml.puml | 3524b311e2c05e64b3d8e674f72c9e7f2e9d90ad | [] | no_license | Tiagocl/FEUP-LPOO | 7010545a9baed3a1f4390b1ee755e3d400dbcb82 | 14c6b3f1c1f9d696425162e9745b9c00afab06da | refs/heads/master | 2023-04-09T21:49:50.175452 | 2021-04-21T14:32:13 | 2021-04-21T14:32:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 844 | puml | @startuml hero
class Game {
run()
}
abstract class Input {
getPressedKey()
}
package com.educorreia.hero.world {
class World {
step()
createWalls()
processInput()
}
class Position {
x
y
}
abstract class Element {
name
character
... | false | true | false | false | class |
62e8698042ac71cb5d32df35e7daa5978bb56d20 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_05/UC05_SSD.puml | d303eb57d0b8d5483ff4dba3e0990b820c5434f0 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 527 | puml | @startuml
autonumber
actor Manager as M
activate M
M -> ":Sistem" : defining time and day of the month unpaid tasks will be paid
activate ":Sistem"
":Sistem" --> M : request the time data (i.e. the day of the month and the time of day)
deactivate ":Sistem"
M -> ":Sistem" : enter the requested data
activate ":Sistem"
... | false | true | false | false | usecase |
9254c47a32f9bc6934543c58ed3e0d215fa20bde | 60db5a6d9cec64022c685514fa58607b05d65e8f | /src/UML/printingItems.puml | ebc3fb229fc7dbcc0f5e8db62e886cca583a4b8f | [] | no_license | rob0302/McQueen-COP3330-assignment4part2 | 88c7ab19714afe7dc160731da5a673f8711d5f62 | 30ce1441a674701e049fd6c83551e53c8b8bf2c4 | refs/heads/master | 2023-09-03T09:10:47.796103 | 2021-11-16T01:21:17 | 2021-11-16T01:21:17 | 428,475,353 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 89 | puml | @startuml
class printingItems{
printItems
printComplete
printIncoomplete
}
@enduml | false | true | false | false | class |
9767d739163021b0f1ac036c525e429b216dd9d1 | fb71f4802819b0f9e5eb2f71bfe356258b8d1f57 | /ontrack-docs/src/docs/asciidoc/integration-influxdb.puml | aa8f1ecb9dd0b81d14ef49b7573dac4732d0289f | [
"MIT"
] | permissive | nemerosa/ontrack | c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3 | de5ae2ebd9d9a30dce4c717f57e4604da85f0b51 | refs/heads/master | 2023-08-31T11:02:35.297467 | 2023-08-28T17:59:07 | 2023-08-28T17:59:07 | 19,351,480 | 111 | 35 | MIT | 2023-08-31T13:21:53 | 2014-05-01T17:08:33 | Kotlin | UTF-8 | PlantUML | false | false | 1,644 | puml | @startuml
actor Client
participant InfluxDBConnection
participant InfluxDB
database "Remote InfluxDB" as Remote
== First time connection ==
Client -> InfluxDBConnection: current
note right: Get the current ""InfluxDB"" connection
InfluxDBConnection -> InfluxDB: get current connection
InfluxDB --> InfluxDBConnection... | false | true | false | false | sequence |
a47471e171fafafc56bc67a59575f9b7b29e6169 | 1c6e2aedbd6cc1afb76c770095ab494f6eef620e | /schema/components.plantuml | 5ae8768f722318a7f39474cff02bacc72df8480e | [] | no_license | mbahr94/olfaction | eb76e0ed60c7bfa15d696782c4f78b4c92e043ae | 7435c56bc19a8ac794f0f85b71c243b2440ba103 | refs/heads/master | 2022-12-13T01:13:03.109575 | 2020-07-31T04:55:17 | 2020-07-31T04:55:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 825 | plantuml | @startuml components
skinparam monochrome true
skinparam shadowing false
skinparam backgroundColor transparent
skinparam classBackgroundColor transparent
skinparam style strictuml
database "Git Repositories" as GitRepos
database "PostgreSQL DB" as Postgres
() "HTTP Endpoint" as HTTP
component "Applicatio... | false | true | false | false | sequence |
e4622dc06ab69eedd989e54b5b96837900b22861 | 2ac74657de3cb81bab734d18094e945a442a167d | /sechub-doc/src/docs/asciidoc/diagrams/module_sechub_job.puml | e663c18043608937ffefe6df1e0e6352e08cec65 | [
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
... | permissive | de-jcup/sechub | 64055bb7ccd5496e32207c140e5812997e97583b | 488d2d23b9ae74043e8747467623d291c7371b38 | refs/heads/develop | 2023-07-22T18:01:47.280074 | 2023-07-18T15:50:27 | 2023-07-18T15:50:27 | 199,480,695 | 0 | 1 | MIT | 2023-03-20T03:00:02 | 2019-07-29T15:37:19 | Java | UTF-8 | PlantUML | false | false | 467 | puml | @startuml
' SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.domain.schedule {
class ScheduleSecHubJob <<Entity>> {
}
enum ExecutionState{
INITIALIZING
READY_TO_START
STARTED
CANCEL_REQUESTED
CANCELED
ENDED
}
enum ExecutionResult... | false | true | false | false | class |
af93740437addb70eb6bf5130f84c1e7691f0ba9 | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-5.1.puml | 2625fd903499c8fc179fffeb8aa7faaaf55b43ef | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | puml | @startuml
object View {
Responsibilities
-- displays information
about the model
}
object Model {
-- domain logic
}
object InputController {
-- handle input events
}
View .> Model
View <.. InputController
Model <.. InputController
@enduml | false | true | false | false | object |
47a35433c025dd01e0fcc49e7821d644b16c1a0e | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1950689/sprint2/core01_01_enable_disable_extensions_SD.puml | 9b67a5dfdcbeb8c8e649f775873c64a8bc25978e | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,379 | puml | @startuml doc-files/core01_01_enable_disable_extensions_SD.png
actor User
participant "ExtensionManagerPanel" as EMpanel
participant "UIController" as UICtrl
participant "em : ExtensionManager" as ExtMngr
participant "extensionMap : SortedMap<String, Extension>" as extMap
participant "extensions : Collection<Extension>... | false | true | false | false | usecase |
98121fa14bc5fa24f40286ae702b0fc8ff28e2e2 | 5fc0c198c164b25854e6b4f1bc75929699a59d7a | /src/main/docs/uml/use-case/restaurant/supplier.puml | 6381bf9e69fbcbcda78e98345fa6f8e75676991b | [] | no_license | ChantalSchot/molvenoVoorbeeld | e10b8a408afd08315011b5b75d9021d2d34885be | 93c30047d078a99925ae450f6ecf0cb7e3fb4a92 | refs/heads/master | 2020-12-19T00:43:07.581714 | 2018-12-13T08:54:03 | 2018-12-13T08:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 812 | puml | @startuml
left to right direction
actor "Front of House" as FoH
actor "FoH and Chef" as FC
rectangle "Food Supply Management System v0.3" {
(View all suppliers) as (RestaurantSupplyAll)
(View supplier) as (RestaurantSupplyView)
(Add supplier) as (RestaurantSupplyAdd)
(Modify supplier) as (RestaurantS... | false | true | false | false | usecase |
14e9d3b07c87eac9c881d1b74d283ae53d68a9e0 | a557c41780d6bbcbb7b566faa786e37ffa701329 | /doc/UML Diagrams/basic_sys.puml | 97e904a31890d5301c9ba6241c6afad2ed9ef00d | [] | no_license | Meorge/CS320_Journal_App | 8c532efb2c2155449c78e5e69a11c1687d4ec084 | e8bb50f3433d6cd7434e9be8b2c6887808059a2d | refs/heads/master | 2023-01-30T10:25:00.403026 | 2020-12-17T07:01:11 | 2020-12-17T07:01:11 | 310,656,349 | 0 | 0 | null | 2020-12-17T07:01:12 | 2020-11-06T16:58:34 | JavaScript | UTF-8 | PlantUML | false | false | 286 | puml | @startuml basic
:Generic User: as userGen
:User A: as userA
:User B: as userB
userGen <|-- userA
userGen <|-- userB
rectangle Application {
left to right direction
userA -> (Write Entry)
userA -> (Read Entry)
userA -> (Delete Entry)
userB -> (Read Entry)
}
@enduml | false | true | false | false | class |
d01ab35b555e77bf0f604b3bcfedd852801bb79d | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/dcltest/dcltest.plantuml | 0fc55c5a03564505161e0fee1bc7c9e4e42df214 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 775 | plantuml | @startuml
title __DCLTEST's Class Diagram__\n
namespace com.juc.dcltest {
class com.juc.dcltest.DclTest {
{static} - INSTANCE_ : DclTest
+ getInstance()
+ m()
{static} + main()
- DclTest()
}
}
namespace com.juc.dcltest {
class com.juc.dcltest.casAtomicTest... | false | true | false | false | class |
f9a66d145f61f920d9752b80d2c5da3fd6819784 | e3f608b2d2d160553212e823e0783e7d08f24c7b | /exercise46/docs/main.puml | 7e0680ccfae1f65c4be155d883c8b28f557ea676 | [] | no_license | nader-fares/fares-a04 | 3635a6f457bed61957ba581c90cca9a7ecf38299 | 3232d3ff5b3e4204189b67c6bd8f019dfce49873 | refs/heads/main | 2023-09-04T05:42:59.179310 | 2021-10-18T02:27:26 | 2021-10-18T02:27:26 | 415,470,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution46 {
List<Word> wordList
String currentWord
boolean doesExist
+main(String[])
+createHistogram(Word word): String
+checkForObject(List<Word> wordList, String currentWord): boolean
}
class Word {
-String name
int occurrenceCounter
+getName(): String
+getO... | false | true | false | false | class |
7b82ecba1aa6861c23dc62fd71473e0faf2470d6 | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/DAL/DBCommands/TourLogCommands/InsertTourLogCommand.puml | 0b0678ea628aba4f2678af96325001280ec51b57 | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 276 | puml | @startuml
class InsertTourLogCommand {
+ InsertTourLogCommand(db:IDBConnection, tourLog:TourLog)
+ Execute() : int
+ Undo() : int
}
IDBCommand <|-- InsertTourLogCommand
InsertTourLogCommand --> "db" IDBConnection
InsertTourLogCommand --> "tourLog" TourLog
@enduml
| false | true | false | false | class |
184ced76bfb3a971d093a975eda45ca2071e3d19 | 863a3d66a9dfb39f528d3786226fa3de9613ee6a | /docs/class_diagram.puml | 151f1419881c60393089d0db853fdb2d31d243f9 | [
"Apache-2.0"
] | permissive | predicador37/pyjstat | 6305b07dcdc2c76b0d7b740550f0a082b06bb193 | 0e54b946960531e308e79b1ee16e5115b10f09ee | refs/heads/master | 2023-04-15T19:38:40.789816 | 2023-03-31T12:19:20 | 2023-03-31T12:19:20 | 18,042,965 | 26 | 22 | Apache-2.0 | 2023-01-17T10:19:09 | 2014-03-23T20:34:48 | Python | UTF-8 | PlantUML | false | false | 1,008 | puml | @startuml
class Dataset {
+ read(data: DataFrame) : Dataset
+ read(data: OrderedDict): Dataset
+ read(data: String): Dataset
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe'): Dataframe
+ get_dimension_index(name: String, value: String): int
+ get_dimension_indices(query: List): List
+ ... | false | true | false | false | class |
01bede8b127e658599c95ed0c66897118232f20e | 74c770248992ccf153f049539902a89521211242 | /doc/uml/02_packages.puml | 487397f8a36166e77a0c45145efdf223d45a5934 | [] | no_license | Zepmanbc/oc_dapython_pr4 | 2e714fbae237bd01302db6c1ddc2856c295fe4af | 410fe16d2427a5e8bb4688cad51928daf2444589 | refs/heads/master | 2020-04-14T22:19:00.503173 | 2019-01-28T21:15:10 | 2019-01-28T21:15:10 | 164,157,948 | 0 | 0 | null | 2019-01-07T21:05:14 | 2019-01-04T21:46:56 | null | UTF-8 | PlantUML | false | false | 633 | puml | @startuml 02_packages
title Diagramme de packages
actor Gestionnaire_de_commande as GESTCMD
actor Client as CUSTOMER
actor Gestionnaire_de_stock as GESTSTOCK
actor Pizzaiolo as PZLO
actor Responsable as BOSS
actor Banque <<system>> as BANK
rectangle OC_Pizza{
left to right direction
package commande
pack... | false | true | false | false | sequence |
2bd6b0a75f3944721303c6e65a4b4b08650a404c | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Physical.puml | 647ce697e16df0d0699d3adb2b0ccccbb122177d | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml |
@startuml
package projectName {
component component1
component component2
interface i1
}
i1 - component1
component1 --> component2
@enduml
| false | true | false | false | class |
e30a2a1e89bd92d7b5940848661ca7c3faac191a | b4bbbdf1a5b6a11172db8c72f3a4a50712fbb9bb | /Diagrams/profile_management.plantuml | c98be5fe2ea394b74e6aab7bba807659ac794499 | [] | no_license | linhtch90/eProject2_Notes | c89deefec0767c67cce15b8fd7e32e9ae6222940 | e56903bb7ad702b43b9179ca7e9495c00e3bbef6 | refs/heads/main | 2023-08-21T19:36:50.886949 | 2021-10-19T12:08:54 | 2021-10-19T12:08:54 | 408,461,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 259 | plantuml | @startuml
scale 1.5
left to right direction
"Cashier" as Cashier
Cashier --> (Manage profile information)
(Manage profile information) ..> (View profile information) : include
(Manage profile information) ..> (Update profile information) : include
@enduml | false | true | false | false | class |
5464db84cb9c60f0cc05c11905d3007d0644fdda | 327a896950794a3907b06dfb4ab60eb9422e2c5e | /src/tutorial/roughly_scala/trait_/DiamondA_Linearization.puml | df6fd9541f702a614e135bd0a33de2eba5f3e4ff | [] | no_license | rami2076/scala_training | b4dc6c2686e1aae332855a09b894167a60040ca0 | 4ec8ef4d83bbcb1b819675e0844a1a4f7fcaff80 | refs/heads/master | 2020-09-11T11:01:49.744438 | 2019-12-26T06:27:21 | 2019-12-26T06:27:21 | 222,043,164 | 0 | 0 | null | 2019-12-26T06:27:22 | 2019-11-16T03:48:00 | Scala | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
title Diamond A Linearization
interface TraitA_Ex6 {
Unit +greet()
}
interface TraitB_Ex6 {
override Unit +greet()
}
interface TraitC_Ex6{
override Unit +greet()
}
class ClassA_Ex6
note top of ClassA_Ex6:class ClassA_Ex6 extends TraitB_Ex6 with TraitC_Ex6
note "TraitC_Ex6 implements TraitA_Ex6." as N1
... | false | true | false | false | class |
94759b5789d2ebaac6767ec0bc967c9f3ce7545c | 438418cd05a82943f97001f8045ed447848aaee8 | /comiot/Diagrams/DClassDevice.puml | 29382bcdce47a21c1439ad868b21cef0c02fceac | [] | no_license | hectorgastaminza/comiot | 5b2ace3d2640566470cb8f4cde1cd8ef31693e93 | 450fb500a23336e3d98e31389b780b9ff04a6220 | refs/heads/master | 2020-03-25T01:27:45.979382 | 2018-09-12T04:04:52 | 2018-09-12T04:04:52 | 143,239,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
class Device {
public boolean reset();
public boolean on();
public boolean off();
public boolean up();
public boolean down();
public boolean valueChange(int value);
}
@enduml | false | true | false | false | class |
a1e24232cbff4fba0db07d7fbac133eed737d2a7 | b4bbbdf1a5b6a11172db8c72f3a4a50712fbb9bb | /Diagrams/receipt_creation.plantuml | 85a2fa0f93774c3522110060126f72fd2c42b9dc | [] | no_license | linhtch90/eProject2_Notes | c89deefec0767c67cce15b8fd7e32e9ae6222940 | e56903bb7ad702b43b9179ca7e9495c00e3bbef6 | refs/heads/main | 2023-08-21T19:36:50.886949 | 2021-10-19T12:08:54 | 2021-10-19T12:08:54 | 408,461,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 685 | plantuml | @startuml
scale 1.5
left to right direction
"Cashier" as Cashier
Cashier --> (Create receipts)
(Create receipts) ..> (List all books) : include
(Create receipts) ..> (Search books based on\nID, title, author, publisher) : include
(Create receipts) ..> (Add new receipt items) : include
(Create receipts) ..> (Update re... | false | true | false | false | class |
3e0a67d1f569084d2212b072fa9402e0fc5ebc5f | 344a071ef570137e8190827adbf53bd3b7b057e5 | /Module_2/Ung_Dung_Tinh_Ngay_Tiep_Theo/src/main/java/com/codegym/Calendar.plantuml | 03b5a779cf3bf407733b404115ddcd355a05baee | [] | no_license | CaoXuanQuy1985/Codegym_Projects | d340198fd7e035c341e2ee6ea113c44e19a947f2 | cedc187f3eb69440a5893b68c9fa5de43fa2587b | refs/heads/master | 2021-01-05T06:32:00.807751 | 2020-07-02T06:59:17 | 2020-07-02T06:59:17 | 240,914,009 | 0 | 1 | null | 2020-10-13T20:47:43 | 2020-02-16T15:21:13 | Java | UTF-8 | PlantUML | false | false | 588 | plantuml | @startuml Calender UML
class Calendar {
- boolean isLeafYear(int year)
+ int determineTotalDateInMonth(int month)
}
class User {
- {static} Scanner sc
- String dataUser
+ User(String dataUser)
+ String getDataUser()
+ void setDataUser(String dataUser)
+ String getInputData()
}
cl... | false | true | false | false | class |
01aa76047a20f008b7a9bbf33a05b26b8fd72a43 | 19c8cf12c2433ce45c00c02593d98ace63b0eb2d | /design/policy-management/diagrams/monitor-policy-update.plantuml | 349c00288a996170d0c3dc60b25cd76eeefd166f | [
"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 | 2,355 | plantuml | @startuml
title Sequence Diagram for updating a monitor policy
note left of AdminAPI #aqua
Note: Only the scope of a monitor policy can be modified.
The ability to update policies is required
to ensure the monitor id on a tenant doesn't change
just because the policy's scope was altered.
If the tenant is no longer i... | false | true | false | false | sequence |
5098dfc8e8e72b4a3957fbd5326b49099c258460 | 4ef2a0d7b50e772e235e40bf33c1313a11e1d23a | /app/docs/asciidoc/models/modelui9.puml | d8e32ff7163bbdd1384fde911e385f1c623bdaf1 | [
"Apache-2.0"
] | permissive | SefkanTas/Sonofy | 4cb768b9eed72f2e133c2ec5b814c70352f39b4c | f4d7875d5c4ed996ec9ecc7fdf15ea75706af23a | refs/heads/master | 2023-03-27T03:41:36.030113 | 2021-03-27T20:14:31 | 2021-03-27T20:14:31 | 297,685,348 | 3 | 5 | Apache-2.0 | 2021-03-27T20:14:32 | 2020-09-22T15:04:53 | Java | UTF-8 | PlantUML | false | false | 2,565 | puml | @startuml modelui9
title <size:30><b>Diagramme de classes ui de la page de profil</b></size>
package app{
package ui{
package user{
class ProfilActivity extends AppCompatActivity{
- user: FirebaseAuth
- profilvm : ProfilViewModel
... | false | true | false | false | class |
6d40c32c0654cf98c4b741656223d85bd99d73e3 | 0c4947dd88f0571925ba65e79fd2ea6c6f35cdda | /src/main/java/cn/Utils.puml | ffcd751fdf86830b47e6b9be24e2a78be1c702a5 | [] | no_license | zou2561789/springuml | e31ad444152730d961a37d900951f1a1d3dd9609 | 15a505af77591b3e08a091dda2382940e8e6c48e | refs/heads/master | 2020-05-05T08:10:03.561315 | 2019-06-15T10:36:34 | 2019-06-15T10:36:34 | 179,853,364 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 17,051 | puml | @startuml
abstract class ReflectionUtils{
+ {static,final} MethodFilter NON_BRIDGED_METHODS
+ {static,final} MethodFilter USER_DECLARED_METHODS
+ {static,final} FieldFilter COPYABLE_FIELDS
- {static,final} String CGLIB_RENAMED_METHOD_PREFIX
- {static,final} Method[] NO_METHODS
- {static,fina... | false | true | false | false | class |
adb2a8b1426ff41502c465838284682a91c61774 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/workload/Process.puml | a2327fe3023f80971cfd59ef5b5215ac8a718353 | [] | 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 | 298 | puml | @startuml
rectangle "Diagram TBD"
@enduml
partition "workload" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "workload" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
}
| false | true | false | false | activity |
5d353bdf925f19d4b92007cc3a29c534d68a7bde | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/OpenClientsController.puml | d218530afca3bda01df1a009332755f8f5f3f5c3 | [] | no_license | Ruskab/agrimManager | 0e654c5bfc7bb6241f7a8cf4c49e58af55155886 | e264536edc42ad8def85e3714a7b1c15236d7de5 | refs/heads/develop | 2023-09-01T02:36:44.943558 | 2021-08-14T20:15:43 | 2021-08-14T20:15:43 | 166,677,735 | 1 | 2 | null | 2023-09-02T13:25:24 | 2019-01-20T15:37:25 | Java | UTF-8 | PlantUML | false | false | 216 | puml | @startuml
class OpenClientsController {
+readAllClients()
+searchClients(query)
}
CreateVehicleView --> OpenClientsController
OpenClientsController --> ClientsDao
ClientsView --> OpenClientsController
@enduml | false | true | false | false | class |
0d1941cc18e9a0774273f1176afa7152be344e91 | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/CommandManagerClassDiagram.puml | 5e37e040869826b099b81af1a75d0ad8a53295b2 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 1,703 | puml | @startuml
' Style
hide empty members
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType polyline
skinparam shadowing false
package Logic {
class CommandManager implements CommandInputListener {
- commandParser : CommandParser
- keywo... | false | true | false | false | class |
b51c04317c031c6baac2ccdc1bc0f0670a3ba793 | e996fa8ecacb2f092ee170ba4703cdafd464097a | /bouquet/templates/docs/Solution/Logical.puml | 5d05f0301f0d73d89fd66221e795ab54fc27eac1 | [
"MIT"
] | permissive | madajaju/bouquet | 24f46a8786cc9829eee8b7a2c452137b1481683a | 3224eef247bae360d30e90bd4928eb2cde29f3ac | refs/heads/master | 2023-04-28T22:12:20.533376 | 2018-11-21T13:45:09 | 2018-11-21T13:45:09 | 90,114,169 | 2 | 1 | null | 2023-04-18T11:23:53 | 2017-05-03T06:08:04 | JavaScript | UTF-8 | PlantUML | false | false | 267 | puml | @startuml
rectangle "Logical Diagram TBD"
@enduml
skinparam packageStyle rect
package <%= projectName %> {
package "SubSystem1" #aaffff {
}
package "SubSystem2" #aaffaa {
}
package "SubSystem3" #ffaaaa {
}
}
SubSystem1 --> SubSystem2
SubSystem2 --> SubSystem3
| false | true | false | false | uml-unknown |
6eaef22e66e299641a4cfe0f24793fd50d600054 | 625e3447fea7ecfac5cd9601974a5439b552200c | /Homework/RTFConverter/Team2/class_diagram/initial_design.puml | 629fda6b1326b81f4beafb6fd34b703a4e646353 | [] | no_license | ss900405twtw/SED2019 | f9edec553c22fafb22199dedeb9c25046f2b80f9 | 17e5ceb84f4f8ca84b26013e5ab95516b82e1be4 | refs/heads/master | 2022-07-19T00:13:36.456120 | 2020-05-10T02:56:01 | 2020-05-10T02:56:01 | 262,698,934 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 790 | puml | @startuml
class RTFConverter {
{field} + rawText: char[]
{method} + convert(String format, String rawText) : TextFormat
}
class TeXText {
}
class WidgetText {
}
class TextFormat {
{field} + text: String
{method} + display(): void
}
note as N1
if format.equals("Tex"):
TeXText tex = new TeXText... | false | true | false | false | activity |
b5ecc9d72d881f62f4642c478812a444502e3305 | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/dgraph/DGraphWriterFactory.iuml | d8af5601e74fd3854bbbb272507aa38e39f613ed | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 340 | iuml | package dgraph {
class DGraphWriterFactory {
-{static}HashMap<String, DGraphWriter> writers
+{static}DGraphWriter register(DGraphWriter writer, String extension)
+{static}DGraphWriter unregister(String extension)
+{static}DGraphWriter get(String extension)
}
DGraphWriterFactory... | false | true | false | false | class |
8364e81537ec979a126d24ea8e39bc459311c34e | a30b93addd419ce3dde8643ee0ad244aaeda5a31 | /src/06_1_cd_transient.puml | 63d34d4eb13849259d4fa30acc1b1e2c0aae0593 | [] | no_license | mosser/ood-dojo | 484ae52842522c6f622b9c8a89644b1f98d84d9d | eaddb9c943dc9ee901e3e841673e4902156c3e81 | refs/heads/master | 2020-03-30T13:13:53.645253 | 2018-10-03T21:23:59 | 2018-10-03T21:23:59 | 151,264,520 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 919 | puml | @startuml
skinparam nodesep 60
skinparam ranksep 60
skinparam class {
backgroundColor<<external>> #D3D3D3
}
hide stereotypes
class Portfolio {
~ {static} findByName(String): Project
+ create(String, String): Boolean
- addToPortfolio(Project): Boolean
- isAvailable(String): Boolean
}
class Project {
+ na... | false | true | false | false | class |
952549426ce3e1e9e4e1a64031bacc67d5e87093 | cf9b07f15ed454559db1764f4b98a786e249b43c | /out/production/MovieReservations/sample/sample.plantuml | 7cb9d05e4d7e0c6731b4954eaf9c0555405c8463 | [] | no_license | dency6/MovieReservations | 7108de569337b7585efd680dad9e318e37c49ad0 | dbe3991b1876b1e11e8146a1c8f038e5a56c456e | refs/heads/master | 2023-07-08T11:12:55.408449 | 2021-08-15T04:31:54 | 2021-08-15T04:31:54 | 395,945,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 15,779 | plantuml | @startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.CommonMethods {
{static} + confirmed : boolean
{static} + connection : connectionController
{static} + disablelogin : boolean
{static} + leftpanecolor : String
{static} + loggedout : boolean
... | false | true | false | false | class |
df81f1fa78fd91de6970c72c7d3e0baf296ffc56 | 7ed1eb3994eda47089e1252f4d8f43e77ed22627 | /docs/diagrams/classdiagrams/StorageClassDiagramv4.puml | dcbd9352639349840f6121728964605d3685d4f4 | [] | no_license | AY2122S1-CS2113T-T10-3/tp | 2be26f64081fb607109fddfbb1c643296e2c8288 | 6d401075e0f8d996957bd2ff5d04373fb54e8e1e | refs/heads/master | 2023-08-27T11:23:27.308170 | 2021-11-08T13:17:39 | 2021-11-08T13:17:39 | 411,891,809 | 3 | 4 | null | 2021-11-08T13:17:40 | 2021-09-30T02:08:19 | Java | UTF-8 | PlantUML | false | false | 577 | puml | @startuml
!define DECODEX_COLOR #99D5CA
!define STORAGE_COLOR #99D2F2
skinparam classAttributeIconSize 0
hide circle
Decodex -> "1" Storage
note right of Storage: Only the public methods of Storage \nare shown in this Class Diagram.
class Decodex DECODEX_COLOR {
- initDecodex(): void
+ run(): void
+ {static} m... | false | true | false | false | class |
a2d3c5b8c9aa4798b90252d424bdd595229493a0 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/Remittance/IRemittanceAccessor.puml | 9c3173b9b9b57b16bd16044b865ba9be503a8f48 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 135 | puml | @startuml
interface IRemittanceAccessor {
SalesTotal() : SellerOrderData[]
}
IServiceContractBase <|-- IRemittanceAccessor
@enduml
| false | true | false | false | class |
046d2f23b42f2f17c577090d88e316961a8ff32b | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/reroute/flow-reroute-current.puml | bd2755c925b5e8fa733e8ed26a6925d9e4963c8e | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 4,383 | puml | @startuml
title FLOW reroute
control kilda.topo.reroute
box "Reroute Topology" #LightGreen
participant RerouteBolt
participant FlowThrottlingBolt
end box
control kilda.flow
box "Flow Topology" #LightBlue
participant SplitterBolt
participant CrudBolt
participant TransactionBolt
participant Error... | false | true | false | false | sequence |
24d54309d841662fcc19ec1639d2114dc2ea6c73 | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_MedicalServiceProvider_MedicalServiceProviderCustomerJourney.puml | 99f58f7ef745b123045a108e85ce36ab0a5174ce | [] | no_license | NormanBaechtold/ServiceSystem | 5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a | ba125d9cb21cec6a894cef3936cce7dcbc21b5c9 | refs/heads/master | 2023-08-20T23:35:47.215567 | 2021-10-06T09:08:54 | 2021-10-06T09:08:54 | 394,977,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,778 | puml | @startuml
skinparam componentStyle uml2
package "'MedicalServiceProviderCustomerJourney' Aggregate" <<Rectangle>> {
class MedicalServiceProviderServiceForServiceExchange <<(A,#fffab8) Aggregate Root>> {
String valueExperience
MedicalServiceProviderContext engagementPreferences
MedicalServiceProviderValueExpect... | false | true | false | false | sequence |
68441935af4827851bf5682c02145ad7045e3444 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/null_entity/class-diagram.puml | 20d6018f669ae9503beb12f3e51d176537c47d63 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,493 | puml | @startuml
@startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam classStereotypeFontSize 18
skinparam titleFontColor #5cb85c
'Title Module null_entity
class NullPerson... | false | true | false | false | sequence |
d062dd003fb2066bab9e9a5e04981648d6f0bb0d | c820e60d1bba50bc3bc43151c2c9d773fe0fc2bd | /DesignClassDiagram.plantuml | e0d47a00bfb5610d2e5c0432ebe20c6bd8d2915e | [] | no_license | lukemcneil/csse374-project | 3e8282053b53bbf3348f08d5edf1b2365a80a2c2 | a2a49bb0c1665bc569036ffa50693c8c4318d3ac | refs/heads/master | 2023-03-03T18:46:58.921749 | 2021-02-11T13:19:07 | 2021-02-11T13:19:07 | 331,111,064 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,371 | plantuml | @startuml
page 2x1
package domain {
class Coffee {
{field} name : String
{field} customizations : String[]
{method} String getName()
{method} int getSize()
{method} String[] getCustomizations()
{method} String toString()
}
class Machine {
{field} machineID : int
{... | false | true | false | false | sequence |
5ffd8ef724cdc41dbd69f5d4a28fb7f221ca4bd8 | 70697ad4a96e6b16c2525b1c4b2d598f473924ef | /src/Maps/map0.puml | eefc44200245ad9dd21e9bda45764c6538c5661e | [] | no_license | John-Zoscak-02/Dijkstras | f4a3e8101244b258c9ac8fdc1a1723298c94ebc8 | b07c9035514811982524685e90661d5cdd43f3c6 | refs/heads/master | 2023-07-26T14:54:07.435328 | 2021-08-13T21:57:27 | 2021-08-13T21:57:27 | 268,644,919 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 229 | puml | @startuml
(A)
(B)
(C)
(D)
(E)
A --> B : 6
A --> D : 1
B --> A : 6
B --> D : 2
B --> E : 2
B --> C : 5
C --> B : 5
C --> E : 5
D --> A : 1
D --> B : 2
D --> E : 1
E --> D : 1
E --> B : 2
E --> C : 5
@enduml | false | true | false | false | sequence |
8213d5b651ef11973fad2f7e539a0c1f51d58b91 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderUpdateAction.puml | 1b04bad2699548b76ba6d0178b108bb19aca1bbc | [] | 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 | 18,133 | 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 OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
interface OrderAddDeliveryActio... | false | true | false | false | sequence |
d21e5266ef8b090841c96338727fc025173a18ec | 1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a | /docs/diagrams/recurringtracker/reminderSeqDiagram.puml | ee05585ec6e5b26e076db33babd987b914acffab | [] | no_license | AY2021S1-CS2113-T16-1/tp | 8abd1e1798a8ecc64b4b3ae28dd5da618714b972 | 6ef0845c809addb46fef872101ef528780571b5d | refs/heads/master | 2023-01-13T17:13:34.579399 | 2020-11-16T05:03:49 | 2020-11-16T05:03:49 | 300,199,426 | 0 | 1 | null | 2020-11-16T05:03:50 | 2020-10-01T08:10:30 | Java | UTF-8 | PlantUML | false | false | 2,011 | puml | @startuml
autoactivate on
":FinanceIt" -> "<<class>>\nReminderPrinter"
note top: <<class>> denotes\n static class.
"<<class>>\nReminderPrinter" -> "<<class>>\nReminderListGenerator": generateListOfRemindersAsStrings()
"<<class>>\nReminderListGenerator" -> "<<class>>\nRunHistory": getCurrentDayOfMonth();
... | false | true | false | false | sequence |
4ed65d6e950894839dda217cbe08f6f1c2e563b3 | 8742e6c49064e0c8870c5756dfb7fd2749c54fb2 | /src/main/java/csheets/worklog/n1140260/sprint4/core08.1_Export_pdf_sd_design_2.puml | 75fd66fc8f4051acb0bec5034e61a358e026e4a2 | [] | no_license | RubenTeixeira/cleansheets_isep_2dg_2016 | 8f9c3ba446da00ba862a27def010230efb392227 | 77c35c10da84d71e16498795868e53ddbab21d3f | refs/heads/master | 2021-08-30T20:54:18.110386 | 2017-12-19T11:23:03 | 2017-12-19T11:23:03 | 110,255,909 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,513 | puml | @startuml doc-files/core08.1_Export_pdf_sd_design_2.png
actor User
participant "UI" as UI
participant "UIController" as UIController
participant "ExportPDFController" as ExportPDFController
participant "ExportPDF" as ExportPDF
participant "<interface>\nSpreadsheet" as Spreadsheet
participant "PDFWriter" as P... | false | true | false | false | usecase |
4d0d3d5ee9a16d50992973565922e7a1c427cdb4 | 2fa402e00effa96db30c17aa45a97f361f40dcd0 | /Diagramas/diagramaClases.puml | 26fc8a8990e3dc85199d563c4ddcdf5be0792556 | [
"MIT"
] | permissive | julia-valdo/Algoritmos-3.TP2 | 9d497a25322b464045fe57484487f1ce7c15b94c | 65f4b5f8f8371b89589be2629194fc6d22c853b7 | refs/heads/master | 2023-07-03T02:44:33.910119 | 2021-08-09T17:20:06 | 2021-08-09T17:20:06 | 381,795,609 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,850 | puml | @startuml
class Batalla{
- perdidaAtacante:int
- perdidaDefensor:int
- resultadoDadoAtacante:ArrayList<Integer>
- resultadoDadoDefensor:ArrayList<Integer>
- compararResultado(ArrayList<Integer> resultadoDadoAtacante,ArrayList<Integer> resultadoDadoDefensor):void
- tirarDado(int cantidadDeTiros):ArrayList<Integer>
- tir... | false | true | false | false | class |
e5270fcc17ba0bb3373ce9b6a66f4d8ab1bb4290 | 3495a3bc8450a240a21780fb8c795c215f88000a | /docs/UC6 - Define Payment hour/UC6_SD.PUML | 0c4dc71732f2023b6a0d49d0ef4afa9fc45a9b10 | [] | no_license | 1190452/LAPR2 | f27ac4e485b91d04189dd0a37551bc108c070b12 | 97c5488c091243cf65f9e16821f56a5020e0ae2e | refs/heads/master | 2023-05-09T02:35:50.850483 | 2020-06-14T21:07:59 | 2020-06-14T21:07:59 | 372,570,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,985 | puml | @startuml
autonumber
'hide footbox
actor "Manager" as ADM
participant ":PaymentUI" as UI
participant ":DefinePaymentController" as CTRL
participant "ApplicationPOT" as _APP
participant "app\n:ApplicationPOT" as APP
participant "log\n:UserSession" as SESSAO
participant "Platform" as P
participant "rorgs\n:RegisterOrgan... | false | true | false | false | usecase |
0ab9568bef8b85e9378873ff8dd02b581f07b416 | b1ea040466bbbf2c3394e5042b6c035071bbe955 | /src/main/java/at/fhj/msd/swdesign/singleton/singelton.puml | 7e871cd67412a2e5d93412f2d0265ff92e5b28e0 | [] | no_license | elmarkrainz/msd18-swdesign-despat | 4cf7c02143dd96d4c0fb77384e12d4f191fa4d70 | 9f4c752722156b4007530acd6a6ea0e363f772d0 | refs/heads/master | 2020-09-12T02:54:36.498106 | 2020-01-13T07:40:08 | 2020-01-13T07:40:08 | 222,278,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 235 | puml | @startuml
title Singleton Pattern
skinparam classAttributeIconSize 0
class Singleton{
- {static} uniqueInstance : Singleton
- Singleton()
+ {static} getInstance() : Singleton
}
Singleton --> Singleton
Client -> Singleton
@enduml | false | true | false | false | class |
9782663d7eb8fa1c4f1a3281ed17c3df938a5a5c | 128294c37a76536f8f45fbdaac54dd6f42a4b7f4 | /app/src/main/java/br/com/mimoapp/mimo/project/ferabela_class.puml | afc9c10950b8b1bfce766969e3088bcc38985736 | [] | no_license | RAR90/Mimo | bea221f263fe6a2ec45e8ec48d4ec28a3ebc21a8 | 82bbe759bd99af28c784263dab79a860a583e4e6 | refs/heads/master | 2020-08-07T13:18:04.431248 | 2019-10-07T19:31:07 | 2019-10-07T19:31:07 | 213,465,838 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
class User {
id
FcmToken
name
phone
getters();
setters();
}
class Service {
id;
name;
description;
getters();
setters();
}
@enduml | false | true | false | false | class |
ad18aabf1ac57b01a3ce027b1cc7c0045495a2e9 | a965b9bd50c8f85d3548dc8bb5f0395c46a5d78b | /plantuml/sequence/sequence-bad.plantuml | a1ae329d0f45abbd9160d7270419e97143cc2592 | [] | no_license | dixel/puml-logo | db2b02b383b0dea81e57d17c5b49a2ad4e7b98e5 | 0ea9d24509871583fbe70916709e672bc7040045 | refs/heads/master | 2021-11-20T08:54:27.122731 | 2021-09-13T14:09:31 | 2021-09-13T14:09:31 | 176,615,756 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 406 | plantuml | @startuml
participant "webapp\n" as webapp
participant "api\n" as api
participant "queue\n" as q
participant "consumer\n" as cons
participant "reports\n" as db
webapp --> api: POST /cats?amount=232
activate api
api --> q: [cats 232]
api --> webapp: 200 success
deactivate api
q --> cons: [cats 232]
cons --> db: UPDATE... | false | true | false | false | sequence |
6b3c87734b218a981322750e7ade5bb5ee41537f | d292b249c98c79dfa24321012e3c1661f12ad9e4 | /docs/sequenceDiagrams/Parser.puml | e7be1431e0a1333dec0677bc1b3ae152035aa264 | [] | no_license | amanda-chua/tp | 6008f6183783e947e1f3773b89a4491ea613a855 | a4a8d45f12986bf843204aab714d866e108c42e9 | refs/heads/master | 2023-01-14T02:13:39.444311 | 2020-11-09T15:49:07 | 2020-11-09T15:49:07 | 297,545,009 | 0 | 0 | null | 2020-09-22T05:29:23 | 2020-09-22T05:29:22 | null | UTF-8 | PlantUML | false | false | 676 | puml | @startuml
title Parser
hide footbox
participant ":Parser" as Parser
->Parser++:parse()
Parser->Parser++: parseShortcutCommandAndDetails(userInput)
return command
alt add
Parser->Parser++:parseAddCommand()
return command
else edit
Parser->Parser++:parseEditCommand()
return command
else list
Parser->Parser++:parseListCo... | false | true | false | false | sequence |
3c9648dfd3f5e87a59fe2df61852382122756e65 | a6e3a9a9fbce0fe193e6440a4d7e0f77f7480b22 | /doc/assignment4/upload.puml | 9c90f81135cc51d87095b728bf3eded38824dbdb | [
"MIT"
] | permissive | uhafner/static-analysis-dashboard | 7bcbbbae2d07a429d9f5c29ba396559a45eb2243 | 08b5e37ef602f6de2297ba9e1b5c81a47a3cee3f | refs/heads/master | 2023-08-08T17:43:41.466244 | 2018-07-04T14:32:27 | 2018-07-04T14:32:27 | 137,481,082 | 4 | 0 | MIT | 2023-07-17T00:42:10 | 2018-06-15T11:43:59 | Java | UTF-8 | PlantUML | false | false | 2,323 | puml | @startuml
hide footbox
actor Actor
activate Actor
boundary Dashboard
boundary Upload
boundary Details
control DashboardController
control UploadController
control IssuesService
control IssuesEntityService
control EntityService
control IssueRepository
entity Issue
control IssuesRepository
entity Issues
Actor -> Das... | false | true | false | false | usecase |
6e1edf40eb059ec44e6ffd6a8ceccda6d2d1fbab | 26959d934fea041e129953da1053d73be3175556 | /design/002/package_structure.plantuml | 5cb8af297d17775cda58f5452a091f8bea7643f4 | [
"Apache-2.0"
] | permissive | tkuhrt/perun-proposals | 9691d585dce3d07dfd578abfe59b8beb01c113c7 | 927ae6544b83d20c158d300686aa019ecd9a0fce | refs/heads/master | 2022-11-27T23:31:23.086798 | 2020-08-03T08:22:08 | 2020-08-03T08:22:08 | 285,124,740 | 0 | 0 | Apache-2.0 | 2020-08-04T23:28:42 | 2020-08-04T23:28:41 | null | UTF-8 | PlantUML | false | false | 1,114 | plantuml | @startuml package_structure
title Package Structure\n
skinparam {
ComponentStyle uml2
TitleFontSize 20
ClassFontSize 16
LegendFontSize 12
LegendBackgroundColor LightGrey
LegendBorderColor White
ClassBackgroundColor PaleGreen
}
hide circle
hide empty members
class "internal/mocks" #LightG... | false | true | false | false | class |
dfc083aeb88a4336e2915f8839162ad19240d5b7 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/sk-ex/CircledCharacterFontStyle-italic.puml | c9ef3bcea9b08c21560c0f088a1abae2f5e16951 | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 129 | puml | @startuml
skinparam CircledCharacterFontStyle italic
title CircledCharacterFontColor blue
abstract class AbstractList
@enduml | false | true | false | false | class |
c6d952977bbb558311859641e670e0792c76f68f | 0041a51974395d13014e7fde2d308efa57cd670b | /docs/diagrams/commandsPlantUML/DeleteBudgetCommand.puml | 625b0db7663cb1385fe06ce58b5811ee2f59d581 | [
"MIT"
] | permissive | sogggy/tp | 944107897674c708cc6920276700bebd278cde3f | a5fe214586f5a57322d097ed9df26b8987df50eb | refs/heads/master | 2023-01-06T12:02:50.032190 | 2020-11-08T19:24:02 | 2020-11-08T19:24:02 | 295,070,262 | 0 | 0 | NOASSERTION | 2020-11-09T09:00:02 | 2020-09-13T03:25:08 | Java | UTF-8 | PlantUML | false | false | 1,177 | puml | @startuml
skinparam Sequence {
MessageAlign center
}
hide footbox
box "Logic" #LightBlue
participant ":LogicManager" as LM
participant ":MainPageParser" as MPP
participant ":DeleteBudgetCommandParser" as DBCP
participant "d:DeleteBudgetCommand" as DBC
participant ":result:CommandResult" as CR
participant "i: Budget... | false | true | false | false | sequence |
9405a74f8f43bcf84ddd276cb4eb2801de859e1d | 6644c158583dea12b2580add22a0ad1f9fba3fdb | /docs/networking/model/multihost-deployment.puml | 465356712eb588e440d00c02c758a0815acdd313 | [] | no_license | dcm4che/dcm4chee-arc-cs | 64c985976e11676598a16c060330f05fb254e841 | 74b6f7a37bc06eef74a9d51d9a9d45ea1e5a7ba6 | refs/heads/master | 2023-08-06T13:22:00.254579 | 2023-07-25T13:39:17 | 2023-07-25T13:39:17 | 47,506,895 | 3 | 14 | null | 2019-09-16T20:06:58 | 2015-12-06T17:44:22 | Makefile | UTF-8 | PlantUML | false | false | 830 | puml | @startuml
skinparam componentStyle uml2
node "Host B" {
node "WildFly AS" as as1 {
[Archive] as arc1
}
storage Storage1
storage Storage2
}
node "Host C" {
node "WildFly AS" as as2 {
[Archive] as arc2
}
storage Storage3
storage Storage4
}
node "Host A" {
node "WildFly AS" as as3 {
[Keycloak] as kc
}
database LDAP
databa... | false | true | false | false | sequence |
ac317e877d6c3880dea5aa4122b37fb4b9e9e5f2 | 555d982a6ffa796e7b3ad1dac1ea647d104e9e3d | /20160915-Multisensor-LOD/img/stat-comtrade.puml | f652d375ec66e8b56f31a7b4aadb9f9611387b6d | [] | no_license | VladimirAlexiev/multisensor | 218e99e8a1701be714dc0945e1aa3e7bcbbdb04d | e6359e80fdd1644b6f7093487f74af1df96bcccd | refs/heads/master | 2021-07-16T05:36:54.662918 | 2016-11-02T11:33:29 | 2016-11-02T11:33:29 | 67,613,414 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,637 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_comtr_dat_2012_IMP_AU_BE_2_USD as "ms-comtr-dat:2012-IMP-AU-BE-2-USD"
class ms_comtr_dat_2012_IMP_AU_BE_2_USD <<Import USD>>
class ms_comtr_dat_2012_EXP_AU_BE_2_USD as "ms-comtr-dat:2012-EXP-AU-BE-2-USD"
class ms_... | false | true | false | false | sequence |
5bdea73e2b559ff3621c71ba07144cca8d79ffe5 | a58f448d617ac460cf8f3541d137287e489ef0f7 | /docs/design/usecase/link-reroute-all-flows-which-go-through.puml | 3e39e3d5fde4aad1a28f6d6df40e6c718c154b0f | [
"Apache-2.0"
] | permissive | gauravchug/open-kilda | c1fc2de126fa09e67e21f12be47b0892b0d19c18 | 696f87ddc0d37bd64024ca80f17a942b4f196f10 | refs/heads/master | 2023-08-30T21:42:27.346545 | 2021-02-04T14:53:54 | 2021-02-04T14:53:54 | 131,945,988 | 2 | 0 | Apache-2.0 | 2023-08-24T19:52:00 | 2018-05-03T05:30:29 | Java | UTF-8 | PlantUML | false | false | 1,288 | puml | @startuml
title Reroute all flows which go through a particular ISL
participant Client
participant Northbound
control kilda.northbound
control kilda.topo.nb
participant NbWorkerTopology
participant Neo4j
control kilda.flow
Client -> Northbound : PATCH /links/flows/reroute\nRequest params:\nsrc_switch, src_port, ... | false | true | false | false | sequence |
3fdc8de1aaba021fb9fe9955f98be9d771f400ac | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/list.puml | a6ad5facc2f4fb96df9f7da96295f18958449a9d | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 891 | puml | @startuml
left to right direction
skinparam shadowing false
interface Struct
interface Atom
interface Empty {
+ {static} list(): EmptyList
+ {static} set(): EmptySet
}
interface EmptyList {
+ {static} invoke(): EmptyList
}
interface List {
+ size: Int
+ unfoldedArray: Array<Term>
+ unfoldedList: List<Term>... | false | true | false | false | class |
7e52bfaa39012e938a2a0830a48b9789cadc19f4 | eb88a9fa23ff08cd29da014d035d465eda9ab0e9 | /docs/source/Diagram.plantuml | 8083860c7987fff730b9096e102d4898a7926171 | [
"MIT"
] | permissive | HARDWAREdotASTRO/ROBh.aTnetwork | 07a52522fdaf78e7225afe5f63ac2e76b911b250 | 807239f517f8714576c3a4b16c80d07fb76359a2 | refs/heads/master | 2021-01-10T17:44:08.783433 | 2017-08-14T18:59:20 | 2017-08-14T18:59:20 | 45,119,756 | 0 | 1 | null | 2017-06-15T22:47:46 | 2015-10-28T14:55:20 | null | UTF-8 | PlantUML | false | false | 585 | plantuml | @startumle
actor "User" as U #FF2222
entity "Buttons" as B #99FF99
participant "GUI" as G
control "Arduino" as A #LightSkyBlue
participant "Raspberry P" as P #E20B5C
control Motors as M #229911
autonumber
autonumber 0
U -> B : Press Buttons
autonumber 0
U -> G : Press Buttons
autonumber 1
B <-> A : Read State of... | false | true | false | false | sequence |
e5b99e56c8661fcdb2c37917c6fee558a451b6e5 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolListener.puml | 246ec40860909625aa03553cd5df487ed29ce63d | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
class UnityTestProtocolListener {
+ UnityTestProtocolListener()
+ RunStarted(testsToRun:ITestAdaptor) : void
+ RunFinished(testResults:ITestResultAdaptor) : void
+ TestStarted(test:ITestAdaptor) : void
+ TestFinished(result:ITestResultAdaptor) : void
}
ScriptableObject <|-- UnityTestProtoc... | false | true | false | false | class |
589b7fadc74d66ec0901c8c27c38277c099520a9 | bf12c01920d8e8181487f027aee2e461083d089b | /website/content/plantuml/zuul-nodepool-workflow.plantuml | a795c35e0bac7a13b68aefda836dfbbee323d7e0 | [
"CC-BY-4.0"
] | permissive | softwarefactory-project/www.softwarefactory-project | 983e5770162666de17b0e2eaa08d62c8192bb9ff | df78b3385cf1ec1fe1b4a62c8b1bd83d62585a92 | refs/heads/master | 2023-08-30T07:36:41.904507 | 2023-08-21T12:39:24 | 2023-08-21T12:39:24 | 283,874,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,773 | plantuml | @startuml
hide footbox
title Zuul/Nodepool Job Execution Workflow
actor Human
participant "Code-Review"
participant "Zuul (web)"
participant "Zuul (scheduler)"
participant "Nodepool"
participant "PaaS/CaaS"
participant "Zuul (executor)"
Human -> "Code-Review" : Sends a patch
== Handle incoming event ==
activate "Co... | false | true | false | false | usecase |
77a8c7a8cba08a9eb6e2196ce12697a50046bb0d | 6fedb79cb2a26d55ec22595e3a001378b97b8f74 | /app/src/main/java/com/alex/kotlin/javadesignmode/bridge/uml/time.puml | c8ceb4b964fc224652a5d05fb599d856adbddc43 | [] | no_license | AlexTiti/JavaDesignMode | e3b283b9547207a82b3d1ea7e12e617038a5aacb | c605ca319c20d8628d7fa38c42c5776943568e06 | refs/heads/master | 2020-05-04T19:34:08.751540 | 2019-09-09T08:44:44 | 2019-09-09T08:44:44 | 179,399,468 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
title Bridge
Client -> ImplementerImpl : create
Client -> Abstract :create
Client -> Abstract :cactionAdd
Abstract -> ImplementerImpl : actionAdd
ImplementerImpl --> Abstract
Abstract --> Client
@enduml | false | true | false | false | sequence |
19d3e0fabfb51f909c602d651bc9f3729fb73758 | ace5e03192456a7ef42683a3793667631c4736d8 | /doc/sekvenssi2.plantuml | 5f792c940b781c3811ea4bd6928f481770676748 | [] | no_license | noggimcey/villebasse | 8fdc88a90735edd0e82dfdce41894d984e07dc8c | 98adade34e4b0a940a90bcf555cc5f42a27c2c59 | refs/heads/master | 2020-12-24T17:08:26.595293 | 2012-06-15T20:36:16 | 2012-06-15T20:36:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,045 | plantuml | ' http://plantuml.sourceforge.net/sequence.html
@startuml sekvenssi2.png
title UISwing
autonumber
hide footbox
participant "main:VilleBasse" as main
participant "ui:UISwing" as ui
participant "engine:VilleBasseEngine" as vbe
participant "borderPanel:BorderPanel" as bp
participant "controlPanel:ControlPanel" as cp
=... | false | true | true | false | sequence |
ebd38d1245d9ecd674e75e809cfd5c43765cf65f | a6e3a9a9fbce0fe193e6440a4d7e0f77f7480b22 | /doc/assignment-3/layers.puml | 750f148f13b38a92e1ab1d3febda1af5fefc5a4e | [
"MIT"
] | permissive | uhafner/static-analysis-dashboard | 7bcbbbae2d07a429d9f5c29ba396559a45eb2243 | 08b5e37ef602f6de2297ba9e1b5c81a47a3cee3f | refs/heads/master | 2023-08-08T17:43:41.466244 | 2018-07-04T14:32:27 | 2018-07-04T14:32:27 | 137,481,082 | 4 | 0 | MIT | 2023-07-17T00:42:10 | 2018-06-15T11:43:59 | Java | UTF-8 | PlantUML | false | false | 202 | puml | @startuml
skinparam componentStyle uml2
package "User Interface" {}
package "Service Layer" {}
package "Persistence" {}
"User Interface" ..> "Service Layer"
"Service Layer" ..> "Persistence"
@enduml | false | true | false | false | class |
653d7d50ddf6462a68fabcec00beb6daa63be520 | 1423267c7da79f77fdec74f3d6c68f173a7d8326 | /Strukturering/System/Diagrammer/System_BDD.puml | 7ca28421a580ae5389d6741c9fa5ac17a4f35164 | [] | no_license | Solvgraa-mager/E4PRJ4 | 60282c6857f62747ce99aacacab8f7b56efbf28e | 3f54f0415dcb1f5f7269db9653860f4071a17082 | refs/heads/main | 2023-05-08T15:53:25.639820 | 2021-06-03T12:47:11 | 2021-06-03T12:47:11 | 335,742,071 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 309 | puml | @startuml
skinparam BackgroundColor transparent
title Akvarieregulering BDD
object "Akvarieregulering" as System
object "PSU" as PSU
object "Sensorenhed" as sensor
object "Aktuatorenhed" as aktuator
object "Central Computer" as CC
System *-- PSU
System *-- sensor
System *-- aktuator
System *-- CC
@enduml | false | true | false | false | class |
733693b5348e97b4f57795de07a40a6a9bccf55c | 0fc0c388b9144c1308c4a65e954b52f51dfc9137 | /template/eopbc.plantuml | 6035b735f5abf0e730622c006d2f36c24e300807 | [] | no_license | swamp-thing-sovryn/court-presale | 5da92ef221f0ea5e56c5befc6deb0e9a28541ee0 | d22f226ce2394dbdd71b4d1f46246ca8296beef1 | refs/heads/master | 2022-11-06T06:53:50.831060 | 2020-06-17T14:02:39 | 2020-06-17T14:02:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,338 | plantuml | @startuml eopbc
' -- options --
allowmixing
skinparam handwritten true
' -- tokens --
package anj {
class MiniMeToken
note right
**symbol** ANJ
**name** Aragon Network Juror token
**decimals** 18
end note
}
' -- apps --
class controller {
{abstract}controller
}
class reserve {
{abst... | false | true | false | false | class |
f1dba9769015d741226246021f7cb60b2eaab5c4 | 0fc07e65dd376f17f35ecf643d34767654932510 | /doc/usecases/xs2a-connector-examples-PaymentCancellation.puml | ebc9a48224df340a3d0fecbc527d70a995e57251 | [
"Apache-2.0"
] | permissive | adorsys/xs2a-connector-examples | 2d61a7052d61683c15f194e14827ad788eaff7a9 | 47f1d0a8933d1ca79f7dbcb7a50786f8a16b513a | refs/heads/develop | 2023-07-25T00:56:27.320198 | 2022-01-19T08:38:03 | 2022-01-19T08:38:03 | 161,804,680 | 12 | 9 | Apache-2.0 | 2021-05-26T13:15:44 | 2018-12-14T15:35:09 | Java | UTF-8 | PlantUML | false | false | 1,853 | puml | @startuml
entity XS2A as xs2a
entity CONNECTOR as con
entity ASPSP as aspsp
xs2a->con: Java call Initiate PaymentCancellation"\nnSpiContexData\nSpiAPayment\nSpiAspspConsentDataProvider"
|||
con-->xs2a: SpiPaymentCancellation Response
alt paymentCancellationAuthorizationMandated = FALSE
|||
xs2a->con: Java Call CancelPa... | false | true | false | false | sequence |
eeb376501dc2a4210395c6addcc74d74a6793dca | 9a5854d7e73a6476f9c3ce7986078422acf983f6 | /docs/usecases.puml | 2d5cab23173d70a45e4141c438b563c4785f4620 | [
"BSD-3-Clause"
] | permissive | papagr/mnemon | 2b48dd1beab048f7b0d27e7fe7bf887b350c2129 | e51787cea3d0d1a2d5e6b8b02211c2335ff73a11 | refs/heads/master | 2023-01-05T03:25:10.295473 | 2020-10-29T20:52:19 | 2020-10-29T20:52:19 | 305,522,288 | 1 | 0 | BSD-3-Clause | 2020-10-22T07:51:03 | 2020-10-19T21:55:41 | HTML | UTF-8 | PlantUML | false | false | 1,351 | puml | @startuml
skinparam monochrome true
left to right direction
actor User
rectangle Mnemon {
(<i>Find Article</i>) as (Find Article)
(<i>Read Article</i>) as (Read Article)
(<i>Manage Article</i>) as (Manage Article)
User -- (Read Original Article)
User -- (Read Saved Article)
User -- (Search Article)
... | false | true | true | false | usecase |
f163582b42ef0ec198ba53c5955439cd99e3db54 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetCustomTypeAction.puml | 607c5ce4407030f9f07fed347e77d702bcb7d3a3 | [] | 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 | 531 | 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 OrderSetCustomTypeAction [[OrderSetCustomTypeAction.svg]] extends OrderUpdateAction {
action: Str... | false | true | false | false | class |
67eeb3aa5d9a7e7d703b0f6392649650691db09e | 105bd4b4ebe4cd54f5aaddc4e2a535430f51884a | /bouquet/templates/design/Solution/SubSystemName/Activity.puml | a85ae050e7659b42426db9bf639e45cc329dfbc3 | [
"MIT"
] | permissive | mishin/bouquet | d38b4941a0185d9d141448796e1609a10a41fc5f | 608b6c7689f1eca5baa354691ae0932e942f0225 | refs/heads/master | 2021-05-15T19:27:43.342139 | 2017-09-27T05:38:41 | 2017-09-27T05:38:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,101 | puml | @startuml
partition IDE #cccccc {
(*) --> "Create Project"
--> ===S1===
--> "Write Code"
}
partition CI/CD #cccccc {
"Commit Code" --> "Kick off Build"
"Execute Tests" --> "Evaluate Test Results"
}
partition CAADE {
===S1=== --> "Select Application Stack"
--> "Modify Application Stack"
--> "Te... | false | true | false | false | activity |
957e95a4f1666a4c68389fc6514b180826bc3918 | 0319acdfa7666a8b66a3205809fd32cce8f0caae | /diagrams_etc/animal_bank_class.puml | b7a3f4a0c846e014c1d3ac42dc240266707aa323 | [] | no_license | SBrahe/AnimalBank | 989ce77ac2decdfb70d57e09ecf42a2ed76a181d | 12b5bdba98ddd888d58c15c0facf0ca5f19f3341 | refs/heads/master | 2023-04-25T02:20:29.247799 | 2021-05-13T11:56:14 | 2021-05-13T11:56:14 | 359,489,869 | 0 | 0 | null | 2021-04-24T17:32:46 | 2021-04-19T14:31:22 | Java | UTF-8 | PlantUML | false | false | 884 | puml | @startuml animal_bank_class
hide circle
skinparam shadowing false
package CameraView{
class AddAnimalFragment{}
class CameraParentFragment{}
class CaptureImageFragment{}
}
package DataAccess{
class AnimalFireStoreModel{}
class Repository{}
}
package Domain{
class Animal{}
}
package InfoView{... | false | true | false | false | class |
e7a1d79a2ec27518b351275f7c27140534144a5e | 6180d2f459e52ba2494532385294cb16554ff305 | /diagrams/state/state_menu/state_menu_create.puml | c85b361e4cb3a7f7946d90882a9713d96c4cfcd2 | [] | no_license | MyraMidnight/VLN1_h16 | 2214cbc9106ac2f8504e81303df1338c49f89b2e | 5834fc1f8fae1f9db5baa333b9322c7fa6001ab9 | refs/heads/master | 2020-09-17T00:16:55.151798 | 2019-12-15T12:09:05 | 2019-12-15T12:09:05 | 223,929,419 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
state create as "Skrá ný gögn"
state cStaff as "Nýr starfsmaður"
cStaff : ""
state cVoyage as "Ný vinnuferð"
state cDestination as "Nýr áfangastaður"
state cPlane as "Ný flugvél"
[*] --> create : kemur frá main menu
create --> cStaff
create --> cPlane
create --> cDestination
create --> cVoyage
@enduml | false | true | true | false | sequence |
d9b5fb1edf78749b38c41150459cad26b3058056 | 8664bf2165c807e312c4ddc0cbab2815c56119e1 | /documentss/offers/hide.puml | aa4968560780c682ae8de5ee3f5d19915b42db1a | [
"MIT"
] | permissive | tuanlvse294/CHome | 3f36afcfd9c0b8a327b0bc81622da5fff095b492 | 115e898e8f734f90de915d73e8a98d3044afad58 | refs/heads/master | 2020-04-13T09:21:03.904078 | 2019-05-09T18:00:56 | 2019-05-09T18:00:56 | 163,108,106 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 682 | puml | @startuml
actor User
control OfferController
boundary list_offers_view
entity OfferModel
activate User
User -> OfferController: view offer list
activate OfferController
OfferController -> list_offers_view:manage()
deactivate OfferController
activate list_offers_view
list_offers_view -> list_offers_view:render()
list_o... | false | true | false | false | sequence |
d334a9e7cebec3ed14ccc2941dfc5345e492901e | a249c2addc54fa5250d268f1c9cb71c1f555fec4 | /learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/adapter/object_adapter.puml | 439a50def7a753840d8c714610f132af4c61653a | [] | no_license | hqbhoho/learn-bigdata | 3bb16248eed5498758bf3f98179242078ed6ddf7 | cb2eca9b1b795a4a8712850f0ec49a32b2f7922d | refs/heads/master | 2022-11-21T16:48:22.455348 | 2020-09-15T01:30:16 | 2020-09-15T01:30:28 | 173,652,937 | 19 | 7 | null | 2022-11-16T11:46:09 | 2019-03-04T01:31:39 | Java | UTF-8 | PlantUML | false | false | 1,760 | puml | @startuml
interface NormalVoltage{
{abstract} {method} + int outputVoltage()
}
interface NormalVoltageAdapter{
{abstract} {method} + boolean support(NormalVoltage normalVoltage)
{abstract} {method} + int output5V()
}
class ChinaNormalVoltage{
{method} + int outputVoltage()
}
class JanpaNormalVoltage... | false | true | false | false | class |
eaf3e1b4707df59ad836b11d10f552f6e6bcc46c | 58d2cd8afc250755a0cba86cedf6000aae0ced54 | /src/main/java/ex44/ProductSearch.puml | 7211fc65361f1ef2d351af661b23ec6d0e55f17e | [] | no_license | danielagd/gomez-dugan-cop3330-assignment3 | 5dddb24373f182e6cdf75051f9eee4aa540eeb24 | adbbbdc35962ff692cdfd2e0ae2decee43a6b693 | refs/heads/master | 2023-08-16T14:29:31.592049 | 2021-10-12T02:31:25 | 2021-10-12T02:31:25 | 416,141,605 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
class ProductSearch {
+ static void main(String[] args) throws FileNotFoundException
+ static List<Product> get_product(String file_dir)
+ static String search_for_products(List<Product> list)
+ static boolean search(List<Product> list, String product_name)
}
class Product {
- String nam... | false | true | false | false | class |
3c753ef1313ba0ea46177b89b8ddac280a432537 | 351752493ad8a9dca01ec3f1399674778e12999b | /docs/design/uml/QuotaPartialStatsSd.puml | 18285aa763bbefa2a99e8e3bd292a80ee0a64f4e | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | guymguym/noobaa-core | 68373e5ba41f8544e970b94980d2b1e22a2441ef | c497a4f17104081b58bcafbf5b64979cbb0f9ebc | refs/heads/master | 2023-08-31T00:01:35.615543 | 2023-08-27T12:31:38 | 2023-08-27T12:31:38 | 193,899,078 | 0 | 1 | Apache-2.0 | 2019-06-26T12:22:36 | 2019-06-26T12:22:36 | null | UTF-8 | PlantUML | false | false | 468 | puml | @startuml
/'To generate png file, use https://www.plantuml.com/plantuml '/
title Get Partial Stats
scale 1
actor Client order 10
participant "Rpc Server" as RS order 20
participant "stats_aggregator" as SA order 30
Client -> RS: get_partial_stats
RS -> SA: get_partial_stats
group get partital stats
SA -> SA: g... | false | true | false | false | sequence |
49122a221fb59bbc0f702861b7efd012660d1523 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US13/US13_CD.puml | 20c7f6a82efbf71c55385f850412cf30e5a0c1e9 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,634 | puml | @startuml
top to bottom direction
class ClientTestsUI{
}
class ClientTestsController{
-ClientStore clientStore
-TestStore testStore
-List<Client> clientListOrder
-Client client
--
+getClientListTin()
+getClientListName()
+getClientChosen(String tin)
+getValidatedTests(Client c)
+getTestChosen(String tin, List<Test> ... | false | true | false | false | sequence |
8fff703e94a934a213ebd57be490bc8fb715b9af | c57531f5b12932bb736bb5102f4795f1a50ddad8 | /uml/miscellaneous/objectVsClassDiagrams/images/od-StudentDegree.puml | e1ba31c1604e1afe7eb25f91d3108fa7d1cfa610 | [] | no_license | ianyong/se-book | 2fda2559edf39998c28041ea570a5e37886e9185 | c64a31d838b7ccb8b455d63a544f9f5ca5f25c2e | refs/heads/master | 2023-01-22T05:35:57.329556 | 2022-12-31T19:19:33 | 2022-12-31T19:19:33 | 316,722,302 | 0 | 0 | null | 2020-11-28T11:50:38 | 2020-11-28T11:50:38 | null | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam shadowing false
hide circle
hide empty members
class a as "__adam:Student__"
class e as "__eve:Student__"
class h as "__h1:Hall__"
class d1 as "__history:Degree__"
class d2 as "__english:Degree__"
a -- d1
a -right- h
e -left- h
e -- "major" d2
@enduml
| false | true | false | false | class |
7962aaf9d3607c3456c76bbcf4b0baef1bdaace7 | 27bade928da247751c05e64b7baa7cd79bbc4766 | /oodesignpatterns/diagrams/composite.puml | 12b8f43da92b61c2633f3cad4d0b736d03c67c8d | [] | no_license | zweibit0110/design-patterns | 7ef005c8f49752545d3093e2de3d7f058c48e278 | c8f88aa916ffdd556026722c4ca80e7555e535fa | refs/heads/master | 2021-07-24T07:50:11.906876 | 2019-11-29T12:51:53 | 2019-11-29T12:51:53 | 224,854,326 | 0 | 0 | null | 2020-10-13T17:50:56 | 2019-11-29T12:55:42 | Java | UTF-8 | PlantUML | false | false | 1,718 | puml | @startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.structural.composite {
' Classes and interfaces
abstract class Employee {
- name : String
+ ... | false | true | false | false | class |
addde012546feb7ccb5b870d2f31b4fa5b761a8b | 12acc31d6725e94204e10bb91b5d030bd422476e | /diagrammes/dds_creer_un_compte_et_connexion.plantuml | 61987e992a3b0a1d2eff8618301f091b9ec04922 | [] | no_license | HaiseB/P5_blogPhp | 1c307901113471ed1f025105ce5391125ca37bc2 | 0ef73e0a9ba6f6234ab5e836651bfc33b733ef74 | refs/heads/master | 2022-10-23T11:57:35.640362 | 2020-08-03T12:12:22 | 2020-08-03T12:12:22 | 249,029,432 | 0 | 1 | null | 2022-09-30T19:30:47 | 2020-03-21T17:45:23 | HTML | UTF-8 | PlantUML | false | false | 903 | plantuml | @startuml creer un compte et connexion
actor Visiteur
boundary Systeme
database BDD
Visiteur -> Systeme: newUser() : creer un nouvel utilisateur
Systeme -> BDD: creation de l'utilisateur
BDD --> Systeme : utilisateur créé
Systeme --> Visiteur: envoi d'un mail de confirmation
Visiteur -> Systeme: confirmRegister() :... | false | true | true | false | usecase |
0adeaffcdeb5ae6a45e758af00ce8988b340f988 | c6ee9a608b46c5375cdd626c74fbfdeae26776e5 | /usecase.plantuml | 2cb5ff4f32f5b290872b8455392313462685709c | [] | no_license | novriyantoAli/go-tko | af5a32b07c317032c73a8edf49f7783034a0672a | 4e913414e1e0cd55635cd44376521391988b6e81 | refs/heads/main | 2023-07-30T23:58:59.125348 | 2021-09-22T11:45:39 | 2021-09-22T11:45:39 | 409,181,461 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 575 | plantuml | @startuml
left to right direction
actor karyawan as kk
actor kasir as k
actor direktur as dr
actor manager as ma
package system {
usecase "Laporan" as lp
usecase "Stok Produk" as sp
usecase "Permintaan Pembelian" as ppem
usecase "Pembayaran Pembelian" as pbpem
usecase "Permintaan Return Pembelian"... | false | true | false | false | usecase |
60f50459ac61f943da49f7757dadd87e0cc5cf54 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/DB.puml | e0b1dde2fd2096cab27f813d5358c104faaff0f1 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,282 | puml | @startuml
enum EmployeeType {
Cleaner,
PoisonCleaner,
HeadCleaner,
SupervisorCleaner,
Cook,
SousChef,
Chef,
FoodDistributer,
HeadOfManagement,
FirstAid,
Nurse,
Paramedic,
HeadNurse,
Midwife,
BreechMidwife,
Intern,
BreechIntern,
Doctor,
SeniorDo... | false | true | false | false | class |
e753264fb7efb974d3efe3467be90d6b8e92fda7 | ae3c0c76bf8ad1b3bbe5ac4d45737fdbb3e10888 | /UML/Class_Diagram.puml | 56d7d5c2ec88bc75f3f3fc4fa4a4d7241a055d63 | [] | no_license | Elizene9/creighton-cop3330-assignment4 | 6e9fa3efbfbb7a9f0537bfa50ae31c1fbe2a8465 | 9cfa8cc8fdef8c88a71547daf3c87d20597a8b29 | refs/heads/master | 2023-06-21T04:17:17.329989 | 2021-07-05T02:11:37 | 2021-07-05T02:11:37 | 382,989,482 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,144 | puml | @startuml
'https://plantuml.com/class-diagram
+class LaunchApp {
main() : String[]
start()
}
+class LaunchAppController {
+ExitPressed(actionEvent : ActionEvent)
+AddToDoPressed(actionEvent : ActionEvent)
+DeleteToDoPressed(actionEvent : ActionEvent)
+EditToDoTitle(actionEvent : ActionEvent)
... | false | true | false | false | class |
dd99621d29aed08c275d9b52624a5d56d1627778 | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/admin/test/GpsSystemTests/GpsSystemTests.puml | 35132d510d4187af8a3f36815ed2c667528ff526 | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 742 | puml | @startuml GpsSystemTests
package edu.oakland.test.admin {
class GpsSystemTests {
+ void initDisplayGPSInterfaceNotNull()
+ void initSatelliteNamesNotNull()
+ void initSatelliteNamesNotEmpty()
+ void gpsSystemsConstructedSuccessfully()
+ void useCase1RunSuccessfully()
... | false | true | false | false | class |
332015236da312c9594a023e94a75ca2901752d9 | bdd433c3af2f10384f0a4fb06a6354b51a70750e | /plantuml/C4/includes/Models/SearchDto.puml | 03cacbf8420b82e3e6ffd48b191d1cea994093ed | [] | no_license | I4PRJ4/I4PRJ4-plantuml | d6188b60011e5a5f6f3cf7853393cba43996dfbf | 2b528f0a911917d5ee61a6d0051d46ea59282c5a | refs/heads/master | 2023-05-14T13:43:29.403199 | 2021-06-03T10:33:59 | 2021-06-03T10:33:59 | 348,710,373 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 80 | puml | @startuml
class SearchDto {
+ SearchTerm : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
954e8e72b43443271a67d7a2a142242fc5837f99 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Dynamic-Mapping/Update-Dynamic-Map.puml | 17473367a46e650193573dacfbc79b6545f91585 | [] | 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 | 265 | puml | @startuml
Actor "actorName" as A
box "Dynamic-Map" #lightblue
participant CLI as CLI
participant Web as Web
participant "adc" as S
A -> CLI : adc-dynamic-update()
CLI -> S : dynamic/update()
A -> Web : dynamic/update()
Web -> S : dynamic/update()
end box
@enduml
| false | true | false | false | sequence |
f1da800e1149e2999116c60a7ca517a92c9291fe | 507feae29e37c4a20f7be86010ec9a2c119b52b6 | /docs/StorageClassDiagram.puml | fa557cd6e6eb4f3496103664dffddb8bc985e517 | [] | no_license | serenakemono/tp | b6d55db4a72593e675085d06cb6a07d9389c1ed7 | 3823311f8977716ee3f9ff813024425ccf3ab846 | refs/heads/master | 2023-09-02T01:04:30.050776 | 2021-11-08T13:53:34 | 2021-11-08T13:53:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 542 | puml | @startuml
skinparam componentStyle rectangle
hide circle
class EncryptedFile {
}
class GameFileManager {
{static} decoder:FileDecoder
{static} encoder:FileEncoder
void writeFile(lines: String)
String readFile()
}
class GameDataFileDecoder {
{static} MAX_SCENE_NUMBER: int
{static} FACTO... | false | true | false | false | class |
fd60b979a2e2897fb061eea6a926d2a7ef8b6f0c | 6644c158583dea12b2580add22a0ad1f9fba3fdb | /docs/networking/specs/storage/stgcmt-scp-seq-diagram.puml | 8ccb21a1280a8f87609a918ba70fae9cce4e8f23 | [] | no_license | dcm4che/dcm4chee-arc-cs | 64c985976e11676598a16c060330f05fb254e841 | 74b6f7a37bc06eef74a9d51d9a9d45ea1e5a7ba6 | refs/heads/master | 2023-08-06T13:22:00.254579 | 2023-07-25T13:39:17 | 2023-07-25T13:39:17 | 47,506,895 | 3 | 14 | null | 2019-09-16T20:06:58 | 2015-12-06T17:44:22 | Makefile | UTF-8 | PlantUML | false | false | 599 | puml | @startuml
participant "Remote Storage\nCommitment\nSCU AE" as peer
participant "Storage\nApplication\nEntity" as arc
== Request ==
peer -> arc: Initiate Association
peer -> arc: Request Storage Commitment
arc -> arc: Queue Request
peer <-- arc: Confirm receive of Request
peer -> arc: Release Association
== Notificatio... | false | true | false | false | sequence |
99b0647b541efcbbc56c6a87bb584349af3ddd6b | db7746395f859154a7bb84d113715123d6992454 | /csrf/sequence/bank_transfer.puml | ce884d842fa1b6977eb8d8d13c62b8f19bbdac35 | [] | no_license | jiramot/security_tutorial | c271da9d9b0c160815ff074689b115261cf69511 | 2ccdfe8b27132a52386209e3868fd1e71d809c98 | refs/heads/main | 2023-08-23T05:12:57.458240 | 2021-10-04T08:09:23 | 2021-10-04T08:09:23 | 413,308,145 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 585 | puml | @startuml
hide footbox
actor "User" as user
participant "Bank" as bank
autonumber 1.1
user -> bank: Login
bank --> user: session-session
... user-session created ...
autonumber 2.1
user -> bank: Request transfer money
bank -> bank:
bank --> user: Transfer money form
... waiting until user input transfer money form ..... | false | true | false | false | sequence |
74c1d5d6e999dadf54e9c513384e7c3a6e16d624 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/LoopEvent.puml | 5e246e739bbe1a1694374a0483f8d1ff612cd3c2 | [
"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 | 167 | puml | @startuml
enum LoopEvent {
{static} +INCEPTION
{static} +CONTINUATION
{static} +INTERAPTION
-LoopEvent()
}
@enduml
| false | true | false | false | class |
4469bf4d925b2b6b2e0a2f46070c747c75ba73e9 | 9f66032ef4c66070e8c8ee1bc7a3e17cb048326c | /entity-model.puml | 440a22c5b8338ace4a0479cfddba0315e98a978b | [
"Apache-2.0"
] | permissive | valb3r/nerp | f77ce645f3f501aae089371d247d0887e42530fa | 38e66b0bb7399d3d294a329c97b6c94761babaa2 | refs/heads/master | 2022-12-28T13:58:03.979093 | 2020-10-16T09:28:06 | 2020-10-16T09:28:06 | 303,079,089 | 0 | 1 | Apache-2.0 | 2020-10-14T06:29:02 | 2020-10-11T08:51:36 | Java | UTF-8 | PlantUML | false | false | 199 | puml | @startuml
title Entity relationship model
(Catalog)-->(Product)
(Category A)-->(Category C)
(Category B)-->(Category C)
(Category C)-->(Product)
(Product)<-->(Stock)
(Warehouse)-->(Stock)
@enduml
| false | true | false | false | uml-unknown |
ac0ba61c459192a456c388e74bda24255202cf73 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/LensDistortionEditor.puml | 6fa40aa51f73b970c7fc2091350cffb255b09ea4 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
class LensDistortionEditor <<sealed>> {
+ <<override>> OnInspectorGUI() : void
}
DefaultPostProcessEffectEditor <|-- LensDistortionEditor
@enduml
| false | true | false | false | class |
e6575ad9efbe67f0ef951aa242aa3384f22c0a10 | 54445e30c74df01cccd6bab3419b1998a22ad599 | /documentation/it01-02/it2_process_view_post.puml | e280702d4aaf1d0fd633f542a40265322fe9e008 | [] | no_license | danieljfgoncalves/arqsi2017-3da-1151159-1151452 | 68694c11c692eb0a6724af986206dd4f7d326772 | 905e8b061f9c763be31107db0b5245a062e0bab0 | refs/heads/master | 2021-05-05T06:27:14.764693 | 2017-12-13T12:55:08 | 2017-12-13T12:55:08 | 118,801,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,458 | puml | @startuml
title: <size:20> POST Request [Process View]</size>
' Lifelines
participant Client as cl <<HTTP>>
participant Server as node <<NodeJS>>
participant App as app <<ExpressJS>>
participant Router as r <<ExpressJS>>
collections Middlewares as mds <<ExpressJS>>
participant Controller as c <<Controller>>
participa... | false | true | false | false | sequence |
ba285f81afdc03dc3b223c8b58cb5884f7f55a31 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingRatePriceTier.puml | a7d2ee744d975b438eb3c37174f81ce24c71ff92 | [] | 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,792 | 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 ShippingRatePriceTier [[ShippingRatePriceTier.svg]] {
type: [[ShippingRateTierType.svg ShippingR... | false | true | false | false | sequence |
836a6fc3caae912cd57c56c55cda3964c5b62ba1 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US5/US5_SSD.puml | 9e3afad1164a20ecadff15d602dabeb344af1d25 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 596 | puml | @startuml
autonumber
actor "Medical lab technician" as MLT
activate MLT
MLT -> ":System" : Asks to record the samples collected in the scope of a given test
activate ":System"
":System" --> MLT : Asks to select the test
deactivate ":System"
MLT -> ":System" : Choose a test and how many samples you have to record
act... | false | true | false | false | sequence |
4351c1b9cac31472f3cf65ddb21fd16d403f24c8 | 5952c3eb84747f8eaf15981bc089621c2fac00fc | /design-pattern-notes-strategy-pattern/other.puml | 4e861f9268d3aad34d49904ac81a2d5c6daaf2b6 | [] | no_license | dust347/blog_image | 643047f6a0ab1546b2ac5eecf99ab91b9dab68e5 | 046dd3e2a8f8f73329cc1a1447f60b0fe7110a7a | refs/heads/master | 2021-05-21T02:30:31.114253 | 2020-05-31T09:24:09 | 2020-05-31T09:24:09 | 252,502,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml | @startuml
interface StrategyInterface {
exe()
}
StrategyA : exe()
StrategyB : exe()
StrategyInterface <|.. StrategyA
StrategyInterface <|.. StrategyB
StrategyA <|-- StrategyContextA
StrategyB <|-- StrategyContextB
@enduml
| false | true | false | false | class |
df12ed7e7705a1c253f6862df90270129c7c7621 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao2/UC6_SD.puml | 409551427b2a5add14d888f8cb31a70a107f9caf | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,162 | puml | @startuml
autonumber
'hide footbox
actor "Colaborador de Organização" as ADM
participant ":EspecificarTarefaUI" as UI
participant ":EspecificarTarefaController" as CTRL
participant "AplicacaoPOT" as _APP
participant "app\n:AplicacaoPOT" as APP
participant "sessao\n:SessaoUtilizador" as SESSAO
participant ":Plataforma"... | false | true | true | false | usecase |
76835d1ccbf44f8c649c3cdf7c9524220efa6255 | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/CentralComputer/Klasser/Styringsenhed/SD-setDirectionAndSpeed.puml | 5a8cd2c7c69f28ade81d6e9c89866b5651813659 | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 848 | puml | @startuml
skinparam wrapWidth 200
title getDirectionAndSpeed
actor UC1 #Red
participant Styringsenhed
participant SPIMaster
UC1 -> Styringsenhed : getDirectionAndSpeed(&dir, &speed)
Styringsenhed -> SPIMaster : receiveMsg(&receiveBuffer)
opt
SPIMaster --> Styringsenhed : error
Styringsenhed -->... | false | true | false | false | usecase |
4566080985a8101373e0918c28d2060542200493 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/purchase-order-failure@0.1.0.puml | ac6b9d42a2cea7c23637b2cae9133e6d63be3183 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 602 | puml | @startuml
class com.docusign.clauses.PurchaseOrderFailure << (A,green) >> {
+ AccordParty buyer
+ Duration lateOne
+ Duration lateTwo
+ Duration lateThree
+ Double lateOnePercent
+ Double lateTwoPercent
+ Double lateThreePercent
+ String article
+ String thisSection
}
com.docusign.clauses.Pur... | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.