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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49bf7f56b351ca1ac952db8bf50f6c3573491869 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130105/sprint4/lang08.3_Import_analysis.puml | d4ea6abe9a1717881bc65c696bb08b60d6615a9f | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 321 | puml | @startuml doc-files/lang08.3_Import_analysis.png
actor User
participant "<<analysis>>\nSystem" as System
User -> System: begins the process
User <-- System: show options
User -> System: selects the option import XML and select the file
User <-- System: validates XML tags and import the file to the workbook
@enduml
| false | true | false | false | sequence |
a79e3ffeed4171cab6f47653a30cf252395e7fd3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeSetType.puml | 01b2085c57080bd41c8c076b6e1a064c0e96d693 | [] | 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 | 438 | 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 AttributeSetType [[AttributeSetType.svg]] extends AttributeType {
name: String
elementType: [[AttributeType.svg AttributeType]]
}
interface AttributeType [[AttributeType.svg]] {
name: String
}
@enduml
| false | true | false | false | class |
a5c1a6e83f52a0fff6a504eec70933a06a88a6b9 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PointCloudMap/PointCloudMap_Framework.puml | b8f69288e79c4adeb48e4612d88a467300ac0652 | [] | 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 | 941 | puml | @startuml
skinparam classAttributeIconSize 0
class PointCloudMap{
+ {static} const int MAX_POINT_NUM = 1000000
+ int nthre
+ std::vector<Pose2D> poses
+ Pose2D lasePose
+ Scan2D lastScan
+ std::vector<LPoint2D> globalMap
+ std::vector<LPoint2D> localMap
+ PointCloudMap() : nthre(1) {globalMap.reserve(MAX_POINT_NUM)}
+ ~PointCloudMap()
+ void setNthre(int n){nthre = n}
+ void setLastPose(const Pose2D &p){lastPose = p}
+ Pose2D getLastPose() {return(lastPose)}
+ void setLastScan(const Scan2 &s){lastScan = s}
+ virtual void addPose(const Pose2D &p) = 0
+ virtual void addPoints(const std::vector<LPoint2D> &lps)
+ virtual void makeGlobalMap() = 0
+ virtual void makeLocalMap() = 0
+ virtual void remakeMaps(const std::vector<Pose2D> &newPoses) = 0
}
PointCloudMap <|-- PointCloudMapLP
PointCloudMap <|-- PointCloudMapGT
PointCloudMap <|-- PointCloudMapBS
@enduml | false | true | false | false | class |
41b08527e80c7b1e51b00f30b8202c045ccaa4d5 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Hybrid-Cloud/Storage/Deployment.puml | 143ca23a9a2b376b26cf6bbe40c21152053fc35a | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 298 | puml | @startuml
package "Hybrid Cloud/Storage" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
@enduml
| false | true | false | false | sequence |
7160b6fb44199e9a81da954216ad9d815be55d02 | 607af5292e24796d3399222f2b35c6e6d6cb88dd | /cryptopricer.plantuml | a0e9ab767ccac74d8fdb46822611020b465b9938 | [] | no_license | nanorobocop/crypto-pricer | 72661ab7d7ec873705e04018cfc4af46702e38da | 74662f30a5d005b52433a1f5ac1190d24f45b218 | refs/heads/master | 2023-05-11T13:14:39.198279 | 2019-01-25T04:48:44 | 2019-01-25T04:48:44 | 159,154,312 | 1 | 0 | null | 2023-05-05T02:21:34 | 2018-11-26T10:51:39 | Go | UTF-8 | PlantUML | false | false | 399 | plantuml | @startuml cryptopricer
object Server {
+ Gin framework
}
object Database {
+ MongoDB
}
object Collector {
+ Fetch asynchronously
}
object Exchange1 {
+ Bitflyer
}
object Exchange2 {
+ Zaif
}
object Exchange3 {
+ ...
}
Server <-right-> Database
Database <-right-> Collector
Collector <-up-> Exchange1
Collector <-right-> Exchange2
Collector <-down-> Exchange3
@enduml
| false | true | false | false | sequence |
2c2743ad0dabb3a8dbc2b9abf2bf0fe5ca8913e4 | f7cbd1bbf9534a5bf2529f4a704adcec6b3aafa2 | /diagrams/Meal.puml | 946ac876608bc95309f6879843b2e1a459aa2165 | [] | no_license | AY2122S1-CS2113T-F14-3/tp | cbe08bd0acafd839c68eb062c73f1425f5ed7b36 | 4dfe1a9649049d037aba9fe67908a82564f983ab | refs/heads/master | 2023-08-27T11:53:12.522530 | 2021-11-12T11:57:49 | 2021-11-12T11:57:49 | 412,351,373 | 0 | 6 | null | 2021-11-12T11:57:50 | 2021-10-01T06:15:19 | Java | UTF-8 | PlantUML | false | false | 611 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
'https://plantuml.com/class-diagram
class Meal
abstract class Tracker {
}
class Meal {
protected ArrayList<String> meals;
#mealNumber: int
#calories: int
#description: String
#date: String
#time: String
#totalCalories: int
- {static} logger: Logger
+generateWeightParameters(inputArguments: String): void
+addMeal(inputArguments: String): void
+deleteMeal(inputArguments: String): void
+listMeals(inputArguments: String): void
+getCalories(date: String): int
}
Meal --|> "<<extends>>" Tracker
@enduml | false | true | false | false | class |
07a8c349caeb81b45469599fdb042cd713c100fe | 0823b999b6c9168dd6f9139af4b4d24e90043021 | /UMl/DiagramaAgregarUnSintomaNoHabitual.puml | fb375858bec9cdc9b0779b536ef98468e06de6b3 | [] | no_license | mpata2000/Algo3-TP1-Algovid | f1ee58b088c459cfc956e014da5ecc61cc1cfe79 | ca03f8860131ba69ac3a88f0ceac398e0eddb19e | refs/heads/master | 2023-06-01T19:45:48.306965 | 2021-06-17T17:02:03 | 2021-06-17T17:02:03 | 377,239,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,049 | puml | @startuml DiagramaAgregarUnSintomaNoHabitualASinSintomas
participant ":Persona" as Persona
participant "SinSintomas:Sintomas" as SinSintomas
participant "UnSintomaNoHabitual:Sintomas" as UnSintoma
participant ":DiagnosticoSospechoso" as Diagnostico
->Persona: agregarSintoma("Dolor")
activate Persona
Persona -> SinSintomas: agregarSintoma("Dolor")
activate SinSintomas
SinSintomas -> SinSintomas: agregarSintomaNoHabitual(listaSintomas)
activate SinSintomas
create UnSintoma
SinSintomas --> UnSintoma: <<create>>
activate UnSintoma
create Diagnostico
UnSintoma --> Diagnostico: <<create>>
UnSintoma --> SinSintomas: :UnSintomaNoHabitual
deactivate UnSintoma
SinSintomas --> SinSintomas: :UnSintomaNoHabitual
deactivate SinSintomas
SinSintomas --> Persona: :UnSintomaNoHabitual
deactivate SinSintomas
destroy SinSintomas
Persona -> UnSintoma: pincharBurbuja(unaBurbuja)
activate UnSintoma
UnSintoma -> Diagnostico: pincharBurbuja(unaBurbuja)
activate Diagnostico
deactivate Diagnostico
deactivate UnSintoma
@enduml | false | true | false | false | sequence |
6fd8a164f5c149b123a6d22724a8eac090a1089c | c41ffccbf1897b399a8238cd3116538eab50156f | /BJUT-Tour-Guide/src/main/java/cn/liboyan/bjuttourguide/ds/DataStructure.puml | 8c931e21cd323fe24a602753673db7056e17523e | [
"Apache-2.0"
] | permissive | lbytony/BJUT-Tour-Guide | 7c84433e6943bf82d8064b951bc97867834426c3 | 9a5f02c8273633f3a7fbe5ca1ea63803ad170a24 | refs/heads/master | 2020-07-18T22:10:30.321961 | 2020-02-14T16:23:31 | 2020-02-14T16:23:31 | 206,322,153 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,795 | puml | @startuml
skinparam BackGroundColor #FFFFFF
skinparam class {
BorderColor #cbd5d6
FontSize 20
}
class Vertex {
- int id;
- String name;
- int pointType;
- int pointPosition;
+ Vertex(int _id, String _name, int _pointType, int _pointPosition)
+ int getId()
+ String getName()
+ int getPointType()
+ int getPointPosition()
}
class Edge {
+ int from, to, weight;
+ Edge()
+ Edge(int _from, int _to, int _weight)
}
class ArrayList<T> {
- T[] data
- int size, length, curPos;
+ ArrayList()
+ ArrayList(int n)
+ int getLength()
+ int getSize()
- void expandSize()
+ void insert(T info, int pos)
+ void add(T info)
+ void del(int pos)
- void setPos(int pos)
+ int getPos()
+ T getData(int pos)
+ void setData(int pos)
+ void print()
}
class Graph {
+ int numVertex, numEdge;
+ int[] visited, inDegree;
+ Graph(int _numVertex, int _numEdge)
}
Graph <|-- GraphMatrix : extends
GraphMatrix <-down- Vertex : dependent
GraphMatrix <-up- Edge : dependent
GraphMatrix <-up- ArrayList : dependent
class GraphMatrix {
+ int[][] matrix
+ GraphMatrix(int _numVertex, int _numEdge)
+ GraphMatrix(int _numVertex, int _numEdge, ArrayList<Vertex> _vertices, ArrayList<Edge> _edges)
+ void setEdge(int from, int to, int weight)
+ void delEdge(int from, int to)
+ Edge firstEdge(int from)
+ Edge nextEdge(Edge sourceEdge)
+ void visited(int target)
+ boolean isEdge(Edge e)
+ int[][] Floyd()
+ void showMatrix()
}
class Location{
- double latitude;
- double longtitude;
- int id;
+ Location(double longtitude, double latitude, int id);
+ double getLatitude();
+ double getLongtitude();
+ int getId();
}
@enduml | false | true | false | false | class |
7ffd8d8b2fd85099e2f2f32072372c607051b50e | 03726524c5f152378f7ed47fc6a4a50fdd320f84 | /src/by/spalex/bmp/coder/coder.plantuml | f7708df96304f0850488059efde6eb5e10d31c9f | [] | no_license | thatalex/bmpcoder | c8718b320908af3201489287fb6b639c992e40eb | fa609eeadc65a4c8d1ff153db0054119070e53f0 | refs/heads/master | 2020-03-23T13:23:23.935289 | 2018-07-20T14:06:54 | 2018-07-20T14:06:54 | 141,615,339 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 774 | plantuml | @startuml
package by.spalex.bmp.coder {
class Decoder {
+ Decoder()
+ decode()
- decodeTrueColor()
- getTrueColorByte()
- decodeColorPallete()
- decodeRGB888()
- decodeRGB555()
- getRGB555Byte()
- decodeRGB444()
- getRGB444Byte()
}
}
package by.spalex.bmp.coder {
class Encoder {
+ Encoder()
+ encode()
- encodeTrueColor()
- encodeColorPalette()
- encodeRGB888()
- encodeRGB555()
- encodeRGB444()
}
}
class Bitmap{
- bytes : byte[]
- bitmask : Color
- palette : Color[]
- paletteOffset : int
}
Decoder o-- Bitmap : bitmap
Encoder o-- Bitmap : bitmap
@enduml
| false | true | false | false | class |
fd7e1e50669f859577ee077929f6e900893be3bf | 532461252879f2e0f8b67ff3e70ae2c0e1083f33 | /AA2/Daemon/use_case.plantuml | 65fc8357c1f768d8ba59048821108c100ebf0f0b | [
"MIT"
] | permissive | FocusCompany/Documents | 2da60735e45bfc2af5336973d2899ea118b3a0f4 | 36d52a5426b0eac2c0d08c00f449ac32069addc6 | refs/heads/master | 2021-05-07T07:19:26.807783 | 2018-08-16T17:00:55 | 2018-08-16T17:00:55 | 109,117,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 368 | plantuml | @startuml
left to right direction
actor Utilisateur
rectangle Daemon {
Utilisateur -- (Mise en pause/démarrage du tracking)
Utilisateur -- (Connexion au Daemon)
Utilisateur -- (Activer/désactiver filtres)
(Mise en pause/démarrage du tracking) .> (Connexion au Daemon) : <<include>>
(Activer/désactiver filtres) .> (Connexion au Daemon) : <<include>>
}
@enduml
| false | true | true | false | usecase |
c0ed516ba8c498372e28e42e4e2f580b5a176e09 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-class-dokumentflyt.puml | f0d2ae3a89cbc4149c83d41d7d30a00ce03fdba5 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 647 | puml | @startuml
skinparam nodesep 100
hide circle
class Sakarkiv.Dokumentflyt {
+systemID : SystemID [0..1] [1..1]
+flytTil : string [0..1] [1..1]
+referanseFlytTil : SystemID [0..1] [1..1]
+flytFra : string [0..1] [1..1]
+referanseFlytFra : SystemID [0..1] [1..1]
+flytMottattDato : datetime
+flytSendtDato : datetime [0..1] [1..1]
+flytStatus : FlytStatus [0..1] [1..1]
+flytMerknad : string [0..1]
}
class Sakarkiv.Arkivnotat <Registrering> {
}
Sakarkiv.Arkivnotat *-- "dokumentflyt 0..*" Sakarkiv.Dokumentflyt
class Sakarkiv.Journalpost <Registrering> {
}
Sakarkiv.Journalpost *-- "dokumentflyt 0..*" Sakarkiv.Dokumentflyt
@enduml
| false | true | false | false | class |
7bc3fffe41d1fb90e4e394f31f9b7279cec99110 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/ext/simple/simple_extension_image4.puml | 9b267a810615451b62d6a8abfe42787ddbd12fd6 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 733 | puml | @startuml doc-files/simple_extension_image4.png
participant MenuBar as MB
participant "extensionsMenu : JMenu" as extensionsMenu
participant UIController as UIC
participant "extension : UIExtensionExample" as UIE
participant "extensionMenu : ExampleMenu" as EM
MB -> MB : extensionsMenu = addMenu("Extensions", KeyEvent.VK_X);
activate MB
create extensionsMenu
MB -> extensionsMenu : new
deactivate MB
MB -> UIC : extensions=getExtensions();
loop for UIExtension extension : extensions
MB -> UIE : extensionMenu=extension.getMenu();
activate UIE
create EM
UIE -> EM : new
deactivate UIE
MB -> EM : icon = getIcon();
MB -> extensionsMenu : add(extensionMenu);
end
@enduml
| false | true | false | false | sequence |
0eb822c0c219fec4989e6ddfdb09a45484d8ba67 | e48aa6eb3063f355a4d92a6faa1570453d8f3215 | /design/multi-aggregate.puml | 601373e9127c11aa4d0566fdd3bdcace2222c3b2 | [] | no_license | yaoyaocjj/exam-plantform | 7e10d79fa7383d38a4dccd47f5b64c9f1f8b7cd3 | 899bff475e5125bb74a2ef27021b65657298919f | refs/heads/master | 2022-11-09T08:13:49.363564 | 2020-07-04T12:56:41 | 2020-07-04T12:56:41 | 276,091,946 | 1 | 0 | null | 2020-06-30T12:27:28 | 2020-06-30T12:27:27 | null | UTF-8 | PlantUML | false | false | 1,070 | puml | @startuml
package paper <<Aggregate>> {
class Paper <<Aggregate Root>> {
paperId: PaperId
createTime: DateTime
teacherId: String
{static} assemble()
reassemble()
}
class "Quiz" as q1 <<Value Object>> {
quizId: QuizId
score: int
}
Paper "1" *-- "*" q1
}
package "examination" <<Aggregate>> {
class Examination <<Aggregate Root>> {
examinationId: ExaminationId
createTime: DateTime
dueTime: DateTime
duration: Time
{static} create(): Examination
}
class "Paper" as p2 <<Value Object>>{
paperId: String
}
interface "Quiz" as q2 <<Value Object>>{
String desc
int score
}
class BlankQuiz {
String referenceAnswer
}
class EssayQuiz {
Matrix matrix
}
Examination "1" *-- "1" p2
p2 "1" *-- "*" q2
q2 <|-right- BlankQuiz
q2 <|-left- EssayQuiz
}
@enduml
| false | true | false | false | class |
56bc6bab392a6874705f7fa07c45c6c0517f7c2e | 221c5f448e92489ed23eba7d57e6b7f170456f8c | /diagrams/SequenceDiagram_Wave_Hits.puml | 30b14bf150097e7d1fb313ba11187caef5e435c5 | [] | no_license | bokovhu/software-project-laboratory-assignment | 04d4dfd5057ee946dcb9e84eb2829460af6f6b1b | 562730be5e4aa8dd1be9fd007618a2a4c28e7d6d | refs/heads/master | 2020-04-24T10:19:42.655964 | 2019-05-15T12:49:02 | 2019-05-15T12:49:02 | 171,890,819 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 726 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam guillemet false
participant "w : Wave" as w
participant "a: Animal" as a
participant "standingOn: Tile" as standingOn
participant "waveOrigin: Tile" as origin
[->w: hit(a)
opt w is SleepyWave
w->a ++: goToSleep(waveOrigin)
opt a is SleepyPanda
a->a++: moveTo(waveOrigin)
a-->a --
opt origin accepts panda
a->a ++: isAsleep = true
a-->a --
a->a ++: stopLeading()
a-->a --
end
end
a-->w --
end
opt w is JumpyWave
w->a ++: jump()
opt a is JumpyPanda
a->standingOn ++: damage()
standingOn-->a --
a->a ++: stopLeading()
a -->a --
end
a-->w --
end
opt w is BeepWave
w->a ++: scare()
opt a is CowardPanda
a->a ++ : stopLeading()
a-->a --
end
a-->w --
end
[<-- w
@enduml | false | true | false | false | sequence |
ae04c34e4d5b9d21dbc1cffa0ca19b37850ed46c | b6d7dcc349e9d95108fa6d0e54a171ae43213daf | /docs/analyse.uml.puml | de9a8daa4091e339bbc9c30966d0337655ec02c2 | [] | no_license | wstmarc/cinemajpa2table | c9e9051b4acd2dc8d8556fb571d15e3c476c1b65 | 7be4ec18ea83970c9f4310f4c156b25f496f1c70 | refs/heads/master | 2020-04-12T02:39:34.297980 | 2019-01-02T14:54:39 | 2019-01-02T14:54:39 | 162,249,308 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 269 | puml | @startuml
class Play {
id
name
}
class Film{
id
name
rank
imagepath
}
class Person {
id
name
}
Play "*" -- "1" Person
Play "*" -- "1" Film
Film " * \n directedFilms" - "1 \n director" Person: " "
hide circle
@enduml | false | true | false | false | class |
f4e68eb27c698ea349bb75cd6fdaf6617eb1cfc3 | 9e8e943a3e6b3aeb396a0f270f6b38382fac6540 | /sequence_closed_arbitration.plantuml | e7a17c31c901725cd5cdbc3d54168e4db9a3a7d2 | [
"MIT"
] | permissive | icocheck/techspecs | ccb59d1207420f6bb6be8000bfa40f04261e4558 | a1b38d9e7d088bcd3fa16b5603ba767ddc44360e | refs/heads/master | 2021-07-05T13:05:55.324357 | 2017-10-01T12:21:52 | 2017-10-01T12:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,811 | plantuml | @startuml
box "Client"
actor "Client" as client
participant "Client dApp" as dapp
end box
box "Distributed Data"
entity "Pandora Contracts" as pandora
database "IPFS" as ipfs
end box
box "Workers"
collections "Worker Nodes" as workers
control "Keras/TensorFlow" as nn
collections "Validating Nodes" as validators
collections "Arbiters" as arbiters
end box
entity "Cognition Contract" as cognition
== Closed Cognitive Arbitration Round ==
loop until arbitors found, but < N times
|||
ref over pandora: lottery
pandora -> pandora: selectArbitors
activate pandora
pandora -->> cognition: initWithArbitors
... mining transaction ...
pandora -[#blue]->> arbiters: newArbitrationJob
deactivate pandora
alt Arbiter timeout
pandora -[#red]->x arbiters: penalty
group repeat
end
else Arbiter active
activate arbiters
arbiters -> cognition: readData
cognition --> arbiters: < cognitive job info >
arbiters ->> ipfs: download
... downloading ...
ipfs -->> arbiters: < files >
arbiters -> nn: loadNetwork
activate nn
arbiters -> nn: getDetails
activate pandora
alt Arbiter accepts job
arbiters ->> pandora: jobAccepted(timeEstimation)
else Arbiter declined job
arbiters ->> pandora: jobDeclined
pandora -[#red]->x arbiters: penalty
group repeat
end
end
pandora -> pandora: updateArbiters
deactivate arbiters
... mining transaction ...
pandora -[#blue]->> arbiters: startArbitration
activate arbiters
deactivate pandora
par
arbiters ->> nn: compute
... computing ...
nn -->> arbiters: < results >
deactivate nn
else
ipfs <<- arbiters: download
activate ipfs
note right: downloading\ncomputation\nresults
... downloading ...
ipfs -->> arbiters: < files >
deactivate ipfs
end
arbiters -> arbiters: compareResults
arbiters ->> cognition: arbitrationVerdict
deactivate arbiters
cognition -> pandora: arbitrationResults
alt Arbitration verdict is reached
ref over pandora, workers, validators: Public Appeal
else Arbiter answer timeout
pandora -[#blue]->> arbiters: updateTimeEstimation
activate pandora
alt Arbiter responses
arbiters ->> pandora: updateTimeEstimation
pandora -[#red]->x arbiters: smallPenalty
else Arbiter does not response
pandora -[#red]->x arbiters: penalty
group repeat
end
end
deactivate pandora
end
end
end
group if [Not all arbiters found / worked]
pandora -[#blue]->> dapp: jobCompleted\nArguableValidation
pandora -[#green]->>o client: partialPayout
pandora -[#green]->>o pandora: makePayments\n(accepingValidatorVerdict)
end
|||
deactivate pandora
@enduml
| false | true | false | false | usecase |
7ab666297f2d2c4467fe24e454fc36cc27080353 | c6769e178b3c998413ddea943d65afbb96d9e68f | /docs/diagrams/CommitActivityDiagram.puml | 96b8c9423bc36d3eed13e68b84916521a8677952 | [
"MIT"
] | permissive | AY1920S1-CS2103T-T09-3/main | aea4a71c171a6efb1b849c6201d203de71a2f7b0 | 13809e2b96e548e6edabfc1ebfcc33db435e2fc7 | refs/heads/master | 2022-03-02T15:41:23.927401 | 2019-11-11T15:55:37 | 2019-11-11T15:55:37 | 206,784,225 | 2 | 3 | NOASSERTION | 2019-11-11T15:55:38 | 2019-09-06T11:58:30 | Java | UTF-8 | PlantUML | false | false | 630 | puml | @startuml
start
:User executes command ;
if () then ([command execution is successful] )
if () then (
[command is an
ReversibleActionPairCommand] )
:Purge redundant
commands in the
Redo stack ;
:Adds the command
to the undo stack ;
:Inform user of
command result ;
:Invoke storage to
save the current
state of the model ;
else ( [else])
:Inform user of
command result ;
endif
else ( [else])
:Inform user that
an error occurred ;
endif
stop
@enduml
| false | true | false | false | activity |
05d4352aff7b8490f69c849db90ba4a7f244d3e8 | b8ceedc92306034d6edd33fef22143c96f342a36 | /docs/diagrams/BookPredicateFilledObjectDiagram.puml | 9ce6c1a2bdfd1353e3a7861cb9a39a4be5b614ff | [
"MIT"
] | permissive | AY1920S1-CS2103T-F13-1/main | aa04f087a5cd11e6d8a2758cea5623d3054265bd | c6262e35daa2f807d8415cbe4dde8f62a110ba71 | refs/heads/master | 2020-07-25T07:05:44.886872 | 2019-11-11T09:41:36 | 2019-11-11T09:41:36 | 208,202,695 | 1 | 5 | NOASSERTION | 2019-11-11T09:41:38 | 2019-09-13T05:41:11 | Java | UTF-8 | PlantUML | false | false | 223 | puml | @startuml
object BookPredicate {
String title = "harry Potter"
String author = null
String serialNumber = null
Set<Genre> genres = null;
Flag loanState = Flag.LOANED;
int displayLimit = 5;
}
@enduml
| false | true | false | false | object |
ffd7d09045a0aeb21ee6f6019647b17747185da5 | cde433048c4291d3352565b650088aef7b1566d0 | /src/main/java/nl/han/dea/marijn/database/models/models.plantuml | bd9e86958a215aaeff5c463ef598b4e024173772 | [] | no_license | marijndegen/deaberoepsproduct | 5f0fa0ec728683410476fe4713860c716e1b5d53 | 6e50e270168072f7fdcb551a0ca229f5a23135ff | refs/heads/master | 2022-10-28T18:32:44.607645 | 2018-04-05T09:43:17 | 2018-04-05T09:43:17 | 125,343,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 878 | plantuml | @startuml
title __MODELS's Class Diagram__\n
package nl.han.dea.marijn.database.models {
class ActiveSubscription {
{static} + makeNewStandardActiveSubscription()
{static} + getActiveSubscriptions()
}
}
package nl.han.dea.marijn.database.models {
class SharedSubscription {
}
}
package nl.han.dea.marijn.database.models {
class Subscription {
{static} + searchSubscription()
}
}
package nl.han.dea.marijn.database.models {
class User {
+ calculateTotalAmount()
}
}
ActiveSubscription -up-|> Model
SharedSubscription -up-|> Model
Subscription -up-|> Model
User -up-|> Model
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 |
9c35f46d2728cd5fd92d7a0c0a73176c9505e153 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TransactionState.puml | 1f14e7eb4f1320590fb7516dd37d52bd3f0d4b74 | [] | 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 | 2,086 | puml | @startuml
hide methods
enum TransactionState {
INITIAL
PENDING
SUCCESS
FAILURE
}
interface PaymentTransactionStateChangedMessage [[PaymentTransactionStateChangedMessage.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]]
transactionId: String
state: [[TransactionState.svg TransactionState]]
}
interface PaymentTransactionStateChangedMessagePayload [[PaymentTransactionStateChangedMessagePayload.svg]] {
type: String
transactionId: String
state: [[TransactionState.svg TransactionState]]
}
interface Transaction [[Transaction.svg]] {
id: String
timestamp: DateTime
type: [[TransactionType.svg TransactionType]]
amount: [[CentPrecisionMoney.svg CentPrecisionMoney]]
interactionId: String
state: [[TransactionState.svg TransactionState]]
custom: [[CustomFields.svg CustomFields]]
}
interface TransactionDraft [[TransactionDraft.svg]] {
timestamp: DateTime
type: [[TransactionType.svg TransactionType]]
amount: [[Money.svg Money]]
interactionId: String
state: [[TransactionState.svg TransactionState]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface PaymentChangeTransactionStateAction [[PaymentChangeTransactionStateAction.svg]] {
action: String
transactionId: String
state: [[TransactionState.svg TransactionState]]
}
TransactionState --> PaymentTransactionStateChangedMessage #green;text:green : "state"
TransactionState --> PaymentTransactionStateChangedMessagePayload #green;text:green : "state"
TransactionState --> Transaction #green;text:green : "state"
TransactionState --> TransactionDraft #green;text:green : "state"
TransactionState --> PaymentChangeTransactionStateAction #green;text:green : "state"
@enduml
| false | true | false | false | sequence |
b2e9e7d7f4e9375c64a6894087cab3a1c239992b | 617e5c41d650f3ae75e9e17ca4b512239003e6fe | /Models/UML/SDPi Transactions 2020-06-05A/biceps_services_discovery/biceps_services_discovery__main.puml | 6a7df692b6c8f73caf23620a461edd392d515578 | [] | no_license | egbordzor/sdpi-fhir | 11b57d49b86e24ce7e1981dffed2bc5afe31860b | 1f35778743f02be4f4b72cee863d46c396d9d271 | refs/heads/master | 2023-06-24T06:16:57.545747 | 2021-07-30T06:20:34 | 2021-07-30T06:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 577 | puml | sdc_sc -> sdc_sp: TransferGet()
sdc_sc <-- sdc_sp: TransferGetResponse(HostingService, ThisDevice, ThisModel, HostedServices)
opt conditional if BICEPS interfaces are processed dynamically
loop on EndpointReference in HostedServices
sdc_sc -> sdc_sp: MetadataGet()
sdc_sc <-- sdc_sp: MetadataGetResponse([WsdlDescription], [WsdlUrl])
opt conditional if WSDL description was not enclosed in MetadataGetResponse
sdc_sc -> sdc_sp: HTTP_GET(WsdlUrl)
sdc_sc <-- sdc_sp: HTTP_GET_RESPONSE(WsdlDescription)
end
end
end | false | true | false | false | sequence |
0798841ca6b0541eefe1015b213db95db237d8e4 | d57ebc7b49fe0b04e6fe13bce97e099603dfc86a | /temporal-sdk/src/main/java/io/temporal/internal/statemachines/FailWorkflowStateMachine.puml | 293c61ef428cd87fd160bd97d6e4ace7dbb6e75f | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | mfateev/temporal-java-sdk | 6f3cff2c1b97b7c0664682b95427e272cfbf704b | c5f0ebbe8a5cd52ee018809ecdd466379b5a7339 | refs/heads/master | 2023-07-04T10:05:15.312011 | 2022-11-24T04:44:50 | 2022-11-24T04:44:50 | 250,878,598 | 0 | 0 | Apache-2.0 | 2023-03-13T09:56:57 | 2020-03-28T19:39:37 | Java | UTF-8 | PlantUML | false | false | 1,397 | puml | `Copyright (C) 2022 Temporal Technologies, Inc. All Rights Reserved.
`
`Copyright (C) 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
`
`Modifications copyright (C) 2017 Uber Technologies, Inc.
`
`Licensed under the Apache License, Version 2.0 (the "License");
`you may not use this material 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.
` PlantUML <plantuml.com> State Diagram.
` Generated from src/main/java/io/temporal/internal/statemachines/FailWorkflowStateMachine.java
` by io.temporal.internal.statemachines.CommandsGeneratePlantUMLStateDiagrams.
@startuml
title FailWorkflow State Transitions
[*] --> CREATED
CREATED --> FAIL_WORKFLOW_COMMAND_CREATED: SCHEDULE
FAIL_WORKFLOW_COMMAND_CREATED --> FAIL_WORKFLOW_COMMAND_CREATED: FAIL_WORKFLOW_EXECUTION
FAIL_WORKFLOW_COMMAND_CREATED --> FAIL_WORKFLOW_COMMAND_RECORDED: WORKFLOW_EXECUTION_FAILED
FAIL_WORKFLOW_COMMAND_RECORDED --> [*]
center footer Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved.
@enduml
| false | true | false | false | sequence |
e6ae519295dd588e84db850dd5e1db4d2e3dc8d6 | fbe1dfa9dc016367ee5c1bf32c4689bdfb9d868e | /legal/legal.plantuml | f73db1f68cb57b6f2d98dd5b93d38c837f6562bc | [
"Apache-2.0"
] | permissive | marcllort/Car_Rental_Monorepo | 844638554f226f04b2b00c35c4077d98b947f7c2 | 9f3fad50034cd85e149d457e323561d517220d31 | refs/heads/master | 2023-06-30T15:18:00.352756 | 2021-07-26T17:46:46 | 2021-07-26T17:46:46 | 323,322,306 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,444 | plantuml | @startuml
namespace Rest {
class PdfRestAPI << (S,Aquamarine) >> {
+ customerReport(@Autowired invoiceGenerator: InvoiceGenerator, @Autowired routeGenerator: RouteGenerator, @RequestBody request: LegalRequest): ResponseEntity<InputStreamResource>
}
}
namespace Generator {
class InvoiceGenerator << (S,Aquamarine) >> {
~ FILE_PATH : String
+ generateInvoicePDF(Service) InputStream
}
class RouteGenerator << (S,Aquamarine) >> {
~ FILE_PATH : String
+ generateRoutePDF(Service) InputStream
}
}
namespace Model {
class LegalRequest << (S,Aquamarine) >> {
+ Flow string
+ UserId string
+ Company string
+ Price string
+ Service Service
+ Client ClientUser
}
class Service << (S,Aquamarine) >> {
+ ServiceId int
+ Origin string
+ Destination string
+ ClientId int
+ DriverId int
+ Description string
+ ServiceDatetime String
+ CalendarEvent string
+ PayedDatetime String
+ BasePrice float32
+ ExtraPrice float32
+ ConfirmedDatetime String
+ Passengers int
+ SpecialNeeds string
}
}
"Rest.PdfRestAPI""uses" o-- "Generator.RouteGenerator"
"Rest.PdfRestAPI""uses" o-- "Generator.InvoiceGenerator"
"Generator.InvoiceGenerator""uses" o-- "Model"
"Generator.RouteGenerator""uses" o-- "Model"
@enduml
| false | true | false | false | class |
5c0593043f4ed91fc73fd6c8cb78342640e79985 | 13565a0b6077f78b773576035cbd2752871240bc | /Babenko/BabenkoDydykDiplomaProject/BabenkoDydykDiplomaProject.plantuml | f981284b7b3c8b3e4d2d42dc53b7bc8375026473 | [
"Apache-2.0"
] | permissive | vbabenk/GeneticRace | 92ff1da794f7a83fba01e3dbeca91c1b36b7fcbd | 37f1731fc003755b1c1d03caaa09b0ace55bedd6 | refs/heads/master | 2021-08-02T19:02:15.575865 | 2021-07-30T15:26:45 | 2021-07-30T15:26:45 | 218,497,240 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,054 | plantuml | @startuml
title __BABENKODYDYKDIPLOMAPROJECT's Class Diagram__\n
package GeneticRace.condition {
class ConditionController {
}
}
package GeneticRace.condition {
class ConditionModel {
}
}
package GeneticRace.fsLook {
class FSLookController {
}
}
package GeneticRace.fsLook {
class FSLookModel {
}
}
package GeneticRace.firstStage {
class FirstStageController {
}
}
package GeneticRace.firstStage {
class FirstStageModel {
}
}
package GeneticRace.login {
class LoginController {
}
}
package GeneticRace.login {
class LoginModel {
}
}
package GeneticRace.mainMenu {
class MainMenuController {
}
}
package GeneticRace.classes {
class Patient {
}
}
package GeneticRace.patientChooser {
class PatientChooserController {
}
}
package GeneticRace.repositories {
class PatientRepository {
}
}
package GeneticRace.profile {
class ProfileController {
}
}
package GeneticRace.profile {
class ProfileModel {
}
}
package GeneticRace.execution {
class Program {
}
}
package GeneticRace.ssLook {
class SSLookController {
}
}
package GeneticRace.ssLook {
class SSLookModel {
}
}
package GeneticRace.secondStage {
class SecondStageController {
}
}
package GeneticRace.secondStage {
class SecondStageModel {
}
}
ConditionController o-- ConditionModel : conditionModel
FirstStageController o-- FirstStageModel : fsModel
LoginController o-- LoginModel : loginModel
MainMenuController o-- PatientChooserController : controller
ProfileController o-- ProfileModel : profileModel
Program -up-|> Application
SecondStageController o-- SecondStageModel : ssModel
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 |
a73744e31fc1516595a69e9ccfa6c7317dc6fd73 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSearchNumberRangeValue.puml | 597ea17a0b213d5d1ed411f59b15e2b7ffd8fd4f | [] | 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 | 579 | 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 OrderSearchNumberRangeValue [[OrderSearchNumberRangeValue.svg]] extends OrderSearchQueryExpressionValue {
field: String
boost: Integer
customType: String
gte: Double
lte: Double
}
interface OrderSearchQueryExpressionValue [[OrderSearchQueryExpressionValue.svg]] {
field: String
boost: Integer
customType: String
}
@enduml
| false | true | false | false | class |
f717992260c9a5b4cc806cee619e99afbd125591 | 03e955d210d9acbaab1c525f9581a6315defc190 | /factory-pattern/src/main/resources/abstract_factory.puml | 9c40b9913cf540b72c5633a52ca3f6ae69fe4ea3 | [] | no_license | chzhyu/head-first-design-patterns | b841cf63881d3abd119136a6c4f986ebc89ffc5c | 667f3b26e3ac2a7e89af683b62956f3d09645619 | refs/heads/master | 2020-03-08T04:51:30.046337 | 2018-05-14T10:13:51 | 2018-05-14T10:13:51 | 127,932,816 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 800 | puml | @startuml
interface PizzaIngredientFactory{
creteDough();
creteSauce();
creteCheese();
creteVeggies();
cretePepperoni();
creteClam();
}
note left
Provide an abstract
interface for creating a
family of product
end note
note right of PizzaIngredientFactory
PizzaIngredientFactory is implemented as
an Abstract Factory because we need to create
families of produces (the ingredients). Each
subclass implements the ingredients using its own
regional suppliers.
end note
PizzaIngredientFactory <|.. ChicagoPizzaIngredientFactory
note as N1
Each ingredient represents a product that
is produced by a Factory Method in the Abstract
Factory (eg: Dough,Clams)
end note
class ChicagoPizzaIngredientFactory{
creteDough();
creteSauce();
creteCheese();
creteVeggies();
cretePepperoni();
creteClam();
}
@enduml
| false | true | false | false | class |
e0f69cb31dd38c7012c4c1d6e109531ee41d57c5 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintB/US/US3/US3_SD_V2.puml | 7aaa51cc57ce802b1b003d84f4734b223a40aa74 | [
"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,668 | puml | @startuml
autonumber
'hide footbox
actor "Receptionist Employee" as RCE
participant ":ClientCreatorUI" as UI
participant ":ClientCreatorController" as CCC
participant ":AuthFacade" as AUFA
participant ":UserSession" as USSE
participant ":ClientNotification" as NOTI
participant ":Receptionist" as RC
participant ":ClientMapper" as CLMA
participant "dto:ClientDto" as CLDTO
participant ":Platform" as PLAT
participant ":ClientStore" as CLST
participant "obj:Client" as CL
activate RCE
RCE -> UI : asks to create a new client
activate UI
|||
deactivate CCC
UI --> RCE : request client data(citizenNumber, healthcareNumber, birthDate, tin, name, phoneNumber, sex)
deactivate UI
|||
RCE -> UI : types the client data
activate UI
UI -> CCC : createClient(dto)
activate CCC
CCC -> RC : client = createClient(dto)
activate RC
RC -> CLMA : client = toModel(dto)
activate CLMA
CLMA -> PLAT : allClients = getClients()
activate PLAT
PLAT -> CLST : allClients = getClients()
activate CLST
deactivate CLST
deactivate PLAT
CLMA -> CLDTO : citizenNumber = getCitizenNumber()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : healthcareNumber = getHealthcareNumber()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : birthDate = getBirthDate()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : tin = getTin()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : name = getName()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : phoneNumber = getPhoneNumber()
activate CLDTO
deactivate CLDTO
CLMA -> CLDTO : sex = getSex()
activate CLDTO
deactivate CLDTO
CLMA -> CLMA : validate(client)
|||
CLMA --> CL** : createClient(citizenNumber, healthcareNumber, birthDate, tin, name, phoneNumber, sex)
CLMA --> RC : result
deactivate CLMA
RC --> CCC : result
deactivate CCC
CCC --> UI : result
UI --> RCE : shows client data and requests confirmation
deactivate UI
deactivate RC
|||
RCE -> UI : confirms the client data
activate UI
UI -> CCC : saveClient()
activate CCC
CCC -> RC : saveClient(client)
activate RC
|||
RC -> PLAT : addClient(client)
activate PLAT
PLAT -> CLST : addClient(client)
activate CLST
deactivate PLAT
deactivate CLST
RC --> CCC : result
CCC --> UI : result
UI --> RCE : request the user data (email)
deactivate RC
deactivate CCC
deactivate UI
|||
RCE -> UI : types the user data
activate UI
UI -> CCC : addUser(name, email)
activate CCC
CCC -> AUFA : existsUser(email)
|||
activate AUFA
CCC -> AUFA : addUser(name, email, password)
|||
deactivate AUFA
CCC -> NOTI : sendNotification(type, message)
activate NOTI
deactivate NOTI
CCC --> UI: result
|||
UI --> RCE : informs operation success
deactivate RC
deactivate CCC
deactivate UI
deactivate RCE
@enduml | false | true | false | false | usecase |
2dff9067164fe32d69ca46177394853f2a630e0e | eace5cc91d30597da909131cd33f752061873905 | /docs/refresh-token.puml | 99fcb7ec3848b21b8b0888b73758eaad7e77c9ee | [
"MIT"
] | permissive | pcandido/ms-account | 60d78945ea87e05093d8d7a86497e60a6a75c51c | 19ac509b5f7eac3e40f08e9d60bfd82cd00033a3 | refs/heads/main | 2023-07-09T22:50:57.735840 | 2021-08-17T01:20:31 | 2021-08-17T01:20:31 | 338,481,352 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 640 | puml | @startuml "refresh-token"
package controllers {
[RefreshTokenController] -up-> () Validator
[refreshTokenValidator] -.-> () Validator
}
package domain {
() RefreshToken
}
package usecase {
() LoadAccountByEmailRepository <-- [RefreshTokenUseCase]
() TokenDecoder <-- [RefreshTokenUseCase]
() TokenSetGenerator <-- [RefreshTokenUseCase]
}
package gateway {
[AccountMongoRepository]
[JwtAdapter]
}
RefreshTokenController --> RefreshToken
RefreshTokenUseCase -.-> RefreshToken
AccountMongoRepository -.-> LoadAccountByEmailRepository
JwtAdapter -.-> TokenDecoder
JwtAdapter -.-> TokenSetGenerator
@enduml
| false | true | false | false | uml-unknown |
d69f7960a0f47681812e5b315280bc60f3625ba8 | ccc4a578b9cf4323653f87212acca9b3d12f1c23 | /WasteWatcherApp/WasteWatcherApp/UML/Waste/EditableWasteCollection.puml | fba3b9c2efd4958a2c15c3b28ed9900c6ba2dc38 | [] | no_license | MarioGeier00/WasterWatcherApp | 383531013b68fb52927ef4abf529e83bd6beff4b | 88190459884fa0252ebfe63fdf3e1ce852eeb75f | refs/heads/dev | 2023-06-04T09:37:22.112757 | 2021-07-01T11:57:02 | 2021-07-01T11:57:02 | 355,274,133 | 0 | 0 | null | 2021-05-19T12:48:26 | 2021-04-06T17:24:11 | C# | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
class EditableWasteCollection {
+ EditableWasteCollection(wasteList:List<WasteAmount>)
+ SetWasteAmount(wasteType:WasteType, wasteAmount:int) : EditableWasteCollection
+ RemoveWasteAmount(wasteType:WasteType) : EditableWasteCollection
+ ClearAllWaste() : EditableWasteCollection
}
class "List`1"<T> {
}
EditableWasteCollection --> "WasteList<WasteAmount>" "List`1"
@enduml
| false | true | false | false | class |
2dc6f3ab6b95e05ace5013020f6f2b3e15ba1bdb | b120fd65ff39c926b71e8cd50aad1ba2697a1ca6 | /Chapter15-ObserverPattern-1-default/src/com/parkgaram/observer/basicObserver.puml | fef1f83fe483f405c314f98fa76a292d54c09e83 | [] | no_license | frog97/java-design-pattern | e8106eaceb213ab3f5c83f273d997fdf56783e09 | 2a03c7071b650aaf82c7becb2f16ceed650a95df | refs/heads/master | 2023-03-30T17:51:21.154591 | 2021-04-11T11:32:51 | 2021-04-11T11:32:51 | 351,084,280 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | puml | @startuml
'https://plantuml.com/class-diagram
interface Observer {
+ update(Target) : Object
}
class Target
{
+ setObserver(Observer):void
+ notify() : Object
}
class ConcreteObserver
{
+update(Target): Object
}
Observer <-- Target : update
Observer <|-- ConcreteObserver
@enduml | false | true | false | false | class |
48c1a4607ea17c268028c9b4bb3a95c59ec8e30c | c0daa38416d0df67da681d5a3b457cc63b4a78bf | /src/main/java/uk/ac/ebi/pride/utilities/iongen/ion/ion.plantuml | 782892775fa627f09a8caf263023336b92c9fa6c | [
"Apache-2.0"
] | permissive | PRIDE-Utilities/pride-utilities | 5dca0a5154c13a27d6dfa6e18dbc4a6a1c908962 | a6a375d69c1f3085cd1774a1fbd27e2b5c77a9cf | refs/heads/master | 2022-09-05T01:09:01.400987 | 2022-09-02T13:24:19 | 2022-09-02T13:24:19 | 23,535,931 | 1 | 3 | null | 2022-09-02T13:24:20 | 2014-09-01T08:35:19 | Java | UTF-8 | PlantUML | false | false | 2,772 | plantuml | @startuml
title __ION's Class Diagram__\n
package uk.ac.ebi.pride.utilities.iongen {
package uk.ac.ebi.pride.utilities.iongen.ion {
class FragmentIonType {
{static} + A_ION : FragmentIonType
{static} + B_ION : FragmentIonType
{static} + C_ION : FragmentIonType
{static} + D_ION : FragmentIonType
{static} + X_ION : FragmentIonType
{static} + Y_ION : FragmentIonType
{static} + Z_ION : FragmentIonType
{static} + V_ION : FragmentIonType
{static} + W_ION : FragmentIonType
{static} + AMBIGUOUS_ION : FragmentIonType
{static} + IMMONIUM_ION : FragmentIonType
{static} + IN_SOURCE_ION : FragmentIonType
{static} + CO_ELUTING_ION : FragmentIonType
{static} + NON_IDENTIFIED_ION : FragmentIonType
{static} + PRECURSOR_ION : FragmentIonType
- name : String
- label : String
- FragmentIonType()
+ getName()
+ getLabel()
+ equals()
+ hashCode()
+ clone()
+ toString()
}
}
}
package uk.ac.ebi.pride.utilities.iongen {
package uk.ac.ebi.pride.utilities.iongen.ion {
class FragmentIonTypeColor {
{static} + A_ION_COLOR : Color
{static} + B_ION_COLOR : Color
{static} + C_ION_COLOR : Color
{static} + D_ION_COLOR : Color
{static} + X_ION_COLOR : Color
{static} + Y_ION_COLOR : Color
{static} + Z_ION_COLOR : Color
{static} + V_ION_COLOR : Color
{static} + W_ION_COLOR : Color
{static} + AMBIGUOUS_ION_COLOR : Color
{static} + IMMONIUM_ION_COLOR : Color
{static} + IN_SOURCE_ION_COLOR : Color
{static} + CO_ELUTING_ION_COLOR : Color
{static} + NON_IDENTIFIED_ION_COLOR : Color
{static} + PRECURSOR_ION_COLOR : Color
{static} + getColor()
}
}
}
package uk.ac.ebi.pride.utilities.iongen {
package uk.ac.ebi.pride.utilities.iongen.ion {
class FragmentIonUtilities {
{static} + getFragmentIonType()
{static} + isBackboneFragmentIonType()
{static} + isNTerminalFragmentation()
{static} + isCTerminalFragmentation()
{static} + isCTerminalSideChainFragmentation()
{static} + isNTerminalSideChainFragmentation()
{static} + isImmoniumFragmentation()
{static} + getFragmentIonNeutralLoss()
}
}
}
FragmentIonType -up-|> Cloneable
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 |
b3b2d4c74699bb50e0cfae8465a7d994ce67c65b | f7eea5cc0be09100690dd741a15eb2c97b9f3519 | /Alarm/src/main/java/Model/Model.plantuml | f16e5ca063167a43325a5a946c3b823a4d7bf01e | [] | no_license | filipeguimaraes/GR_TP2 | 39d5bcc01a209746e9ef2c9bad09b335de6b8f7f | 1d73f04fd25d3312ffd0c62c6e835638e53d6097 | refs/heads/main | 2023-06-28T23:57:31.099477 | 2021-07-25T10:18:23 | 2021-07-25T10:18:23 | 314,855,252 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,672 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace odel {
class Model.Alarm {
- alarmFile : File
- br : BufferedReader
- command : String
- cpuThreshold : Double
- doCommand : boolean
- doEmail : boolean
- email : String
{static} - instance : Alarm
- memThreshold : Double
- path : String
- running : boolean
- textArea : TextArea
+ Alarm()
+ appendToAlarmFile()
{static} + getInstance()
+ printText()
+ read()
+ sendByCommand()
+ setCommand()
+ setCpuThreshold()
+ setDoCommand()
+ setDoEmail()
+ setEmail()
+ setMemThreshold()
+ verifyProcesses()
- init()
- open()
- verifyCPU()
- verifyMEM()
}
}
namespace odel {
class Model.Email {
- recipient : String
- sender : String
- session : Session
+ Email()
+ send()
- init()
}
}
namespace odel {
class Model.Process {
- cpu : Double
- mem : Double
+ Process()
+ getCpu()
+ getMem()
}
}
namespace odel {
class Model.Tradutor {
{static} + linhaProcess()
{static} - getCPU()
{static} - getRAM()
}
}
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 |
6fb28c14f42ee0b073b73296cd3efa357f387f22 | cd46a7f084e1a7ddea394b0e0dfffc35fb7edcd5 | /out/production/_Proiect/Input/Input.plantuml | 03481acad94c5f0fddc2e70b98622c9fa310bb3d | [] | no_license | IulianMurariu-Tanasache/ProiectPAOO_FirstDungeon | 0338c66822bfa8ee1139da18c79ca0e291e1d66c | a2a23eaadc01fd6f70f57b9dbf85ae21f3a6e73d | refs/heads/master | 2023-05-07T20:43:23.334249 | 2021-04-24T09:04:47 | 2021-04-24T09:04:47 | 361,116,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 598 | plantuml | @startuml
title __INPUT's Class Diagram__\n
namespace Input {
enum KeyEnum {
A
CTRL
D
L
S
SHIFT
SPACE
W
}
}
namespace Input {
class Input.KeyInput {
- keys : boolean[]
+ KeyInput()
+ getKey()
+ keyPressed()
+ keyReleased()
}
}
Input.KeyInput -up-|> java.awt.event.KeyAdapter
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 |
b83f64d4002529de0cfc720c45a2936521653013 | 2b866c2b9b077d6c4ad7fec64e0ba5944d4b7a1c | /resources/LoverQuestUML.puml | 043e913c3ee31be3d9c366c8bb51d330b9429235 | [] | no_license | SDEprojects/SDE18-LDR-LoversQuest | 5b3d5bc2229aaab4b8744d2abf36d3b74c476318 | d7a1f1e2e615302e06fa2049fd65ce6d431a0d79 | refs/heads/master | 2022-12-27T01:22:00.756175 | 2020-09-22T22:18:06 | 2020-09-22T22:18:06 | 299,363,365 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,769 | puml | @startuml
package com.loversQuest{
class GameWorld{
+Location ++
+Item ++
+createMap()
+equipPLayer()
+isGameOver()
}
package gameWorldPieces{
Item <--"is_A" Container
enum CarinalDirection
Item *--"has_a" NonPlayerCharacters
Officer <--"is_A" NonPlayerCharacters
Lover <--"is_A" NonPlayerCharacters
RuckSack *--"has_a" Player
NonPlayerCharacters <|-- "use" Player
class PlayerController{}
class Item {
-String name
-String useResponse
+String use()
+String toString()
}
class Container{
-Arraylist<Item> contents
+getItem(String name)
}
class NonPlayerCharacters{
-String name
-String description
-Location location
-Item keyItem
-Item prize
+String interact(Player player)
}
class Officer{
-int numOfItemsNeeded;
-String keyItemName;
-private Location sendPlayerDestination;
+String reRoute(Player player)
+String interact(Player player)
}
class Lover{
-int numOfItemsNeeded
-String keyItemName
+setKeyItemName(String KeyItemName)
+setNumOfItemsNeeded(int numOfItemsNeeded)
}
class Player{
-String name
-Location currentLocation
-boolean hasChallengeCoin
-boolean hasKiss
+RuckSack ruckSack
+go(String directionInput)
+validateLocation(Location destination)
+addItem(Item item)
+pickUpItem(String itemName)
+inspect() @return <Item>
+displayItems()
+getAllItems() @return ruckSack.items
}
class RuckSack{
#Arraylist<Item> items
+addItem(Item item)
+getItem(String itemName)
+getAllItems() @return <Item>
+displayRuckSackContents() @return String
}
enum CarinalDirection {
NORTH
SOUTH
EAST
WEST
}
}
package GUI{
class GameFrame
class GameResponsePanel
class InputPanel
class InventoryPanel
class JFrameInput
class JPanelFactory
class MapFactory
class MapFrame
class MapPanel
}
package IO{
class GraphicClass
class Input
class InputParser
class Output
}
}
@enduml | false | true | false | false | class |
efadfc8c3e35ecf6bba7510f3a7c7d76fb2afdff | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 4_ Patrones de Diseño de Comportamiento/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/principles/dip/authentication/bad/class-diagram.puml | 538462c366e7e56c322685de6aae2ac52112bf3a | [
"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 | 503 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #c9302c
Title DIP: Uso incorrecto
class User{
- int id
+ int getId()
+ void setId(int id)
}
class SimpleAuthentication{
+ boolean authenticate(User user)
}
SimpleAuthentication --> User: use
class LoginManager{
+ void login(User user)
}
LoginManager --> SimpleAuthentication: use
@enduml | false | true | false | false | sequence |
ba09e962e82b8acad38821ee9110e119afeb74c8 | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch18_datepicker/Datepicker.v5.puml | de0b5a392c824a336a2193faafdf73d75f6e097e | [] | no_license | selenium-webdriver-book/manuscript | 842ab108c9b3eb8127027c159b3318fd3fcdf59b | c8a8ced2b0ca495cacec6c909b3294ff3074e945 | refs/heads/master | 2021-01-12T14:00:07.309802 | 2017-04-23T15:17:59 | 2017-04-23T15:17:59 | 69,686,355 | 11 | 8 | null | 2017-04-23T15:17:59 | 2016-09-30T17:14:29 | Shell | UTF-8 | PlantUML | false | false | 987 | puml | @startuml
skinparam monochrome true
skinparam shadowing false
Calendar : Browsre browser
Calendar : Consumer<Browser> trigger
Calendar : void show()
note bottom : The calendar is displayed\nafter calling show
CalendarPicker : Browser browser
CalendarPicker : Consumer<Browser> previous
CalendarPicker : Consumer<Browser> next
CalendarPicker : Function<Browser, Integer> displayValue
CalendarPicker : void pick(int value)
note bottom : There are two CalendarPicker\none to pick year\none to pick month
interface DayPicker
DayPicker : void pick(int day)
note bottom : Used for pick the\nday of the month
Datepicker "1" *-- "1" Calendar : contains
Datepicker "1" *-- "2" CalendarPicker : contains
Datepicker "1" *-- "1" DayPicker : contains
Datepicker : Browser browser
Datepicker : CalendarPicker yearPicker
Datepicker : CalendarPicker monthPicker
Datepicker : DayPicker dayPicker
Datepicker : void pick(Month, int, int)
note right : Test script calls\npick(APRIL, 1, 2014)
@enduml
| false | true | false | false | class |
8bac5d9c0e6591f6d82a581d39d355b426f32a49 | d2eddfc6e96773231a60ce059e84cde1e8715247 | /src/wallet-service.puml | fe8806f62aebaee95a7a0a20b94d46df410d3118 | [] | no_license | smaruf/go-lang-study | cb279d9a6504d877f34c1034d9578fa5117fa21c | 4a60f39c68ad2961ab8e489301b2b2dc53f01952 | refs/heads/master | 2023-08-17T14:20:02.463051 | 2023-08-15T10:57:29 | 2023-08-15T10:57:29 | 221,408,700 | 1 | 0 | null | 2023-03-21T13:50:24 | 2019-11-13T08:24:16 | Go | UTF-8 | PlantUML | false | false | 1,645 | puml | @startuml
'https://plantuml.com/object-diagram
map WPin {
}
map WAccount {
}
map WTrx {
}
map WQuery {
}
map MemoryDb {
}
map Sms {
}
map Email {
}
map Push {
}
map WMsg {
Push *--> Push
Sms *--> Sms
Email *--> Email
}
map WGateway {
}
map StatsDb {
}
map StoreDb {
}
map TCash {
}
map WQueue {
Store *--> StoreDb
Stats *--> StatsDb
TCash *--> TCash
Msg *--> WMsg
}
map WReport {
}
map WAnalytic {
}
map WMng {
}
map Cache {
}
map ExternalService {
}
map WalletService {
Account *-> WAccount
Transaction *--> WTrx
Query *---> WQuery
Stream *--> WQueue
Report *--> WReport
Management *--> WMng
Cache *--> Cache
Analytic *--> WAnalytic
}
'flow of microservice calling
ExternalService --> WGateway
WGateway --> WalletService
WQueue --> StatsDb
WQueue --> StoreDb
WQueue --> TCash
WQueue --> WMsg
WAccount --> MemoryDb
WAccount --> Cache
WAccount --> WalletService::Stream
WQuery --> WAccount
WQuery --> MemoryDb
WQuery --> Cache
WQuery --> WalletService::Stream
WPin --> WAccount
WPin --> Cache
WPin --> MemoryDb
WPin --> WalletService::Stream
WTrx --> WAccount
WTrx --> WPin
WTrx --> MemoryDb
WTrx --> Cache
WTrx --> WalletService::Stream
MemoryDb --> WalletService::Stream
WReport --> StatsDb
WReport --> WQueue::Msg
WReport --> WalletService::Stream
WAnalytic --> StatsDb
WAnalytic --> StoreDb
WAnalytic --> WQueue::Msg
WAnalytic --> WalletService::Stream
WMng --> WReport
WMng --> WAccount
WMng --> WQuery
WMng --> WTrx
WMng --> WPin
WMng --> Cache
WMng --> WalletService::Stream
@enduml
| false | true | false | false | sequence |
75059162c883fd515ae4367c4760843ca5582fa1 | 5182c071d0316eff5aad407dff1872e3ef8f0c10 | /readmeFiles/Request.iuml | 68e705ec82de5a035aa1e30516f6fa30730ccc5e | [
"Apache-2.0"
] | permissive | fh-erfurt/1234Altwagen | 99bdd696c68b32fb20577ab5b6b411d65853eaae | 3a90aa709cbfb481a74cdaa94ea16c7579c9c7a0 | refs/heads/master | 2020-08-29T12:27:59.230959 | 2020-08-03T17:08:57 | 2020-08-03T17:08:57 | 218,030,883 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | iuml | @startuml
class Request {
-car: Car
-employee: Employee
-customer: Customer
-float: price
-type: RequestType
-status: RequestStatus
+Request(RequestType, Car, Customer, float)
{method} getter und setter
}
@enduml | false | true | false | false | class |
4c8d610e61093aa1a8fb0f2023dfbd7c77147403 | 622c008212ad81846b9e5fbf6ac5ea98d4a442c9 | /src/memento/game/game.puml | 3708543fb14523539d6aa797f52279b5a5d393c6 | [] | no_license | YangLiuQing-star/design-pattern | a6561cf5113128be355ec118807c2c0c6206bad7 | 2823c77e317a1de922142590166f784966f0b152 | refs/heads/master | 2022-12-27T21:23:56.249453 | 2020-10-13T13:49:25 | 2020-10-13T13:49:25 | 303,718,595 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
class Memento{
attack:int
def:int
}
class CareTaker{
memento:Memento
}
Memento --o CareTaker
class GameRole{
createMemento():Memento
getStatueFromMemento():void
}
GameRole ..> Memento
class Client
Client ..> GameRole
Client ..> Memento
@enduml | false | true | false | false | class |
156e3a3a72b3f7f57b3623d50d0050bac6387c55 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /decorator/uml.puml | e0d1028da78559bc77bc01a1aa7e411f6621be43 | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 681 | puml | @startuml decorator_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
abstract class Component <<IPizza>> {
+ {abstract} get_cost();
}
class ConcreteComponent <<ThinCrustPizza>>{
+ get_cost();
}
abstract class Decorator <<IToppingDecorator>>{
- Component concreate_component;
+ Decorator(Component)
+ {abstract} get_cost();
}
class ConcreteDecorator {
+ get_cost();
}
note "These are ToppingMozarella, ToppingSauce" as N1
N1 .right. ConcreteDecorator
Component <|-- ConcreteComponent
Component <|-- Decorator
Decorator <|-- ConcreteDecorator
Component <-- ConcreteDecorator
@enduml | false | true | false | false | class |
0bfaf826b85a74cb3d49aa2e8c99748965a27816 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/STB/old/usecase/useCase_diag_classe/uc_class.puml | 4bb793c9a373b96eb59b52a866ef0a20fb3f2cf6 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 521 | puml | @startuml
title Diagramme de cas d'utilisation\nde la modification d'un diagramme de classe
Actor :user:
rectangle {
(Relation) as (lien)
(Créer/Supprimer/Cacher/Modifier) as crrmed
:user: - (crrmed)
(crrmed) <|-- (lien)
(crrmed) <|-- (Entité)
(Entité) <|-- (Note)
(Entité) <|-- (Classe)
(Entité) <|-- (Interface)
note bottom of (Entité)
Possibilité de modifier la visibilité
et la position de nos entités
end note
@enduml | false | true | true | false | usecase |
7a6390e4f680bc764eec67f3319c67231bca9a21 | 4c5d25e670d887c43e6cab8a1b8658ec62c17f36 | /src/main/java/model/model.plantuml | 7c297af98dfd951d7c34193bec0e1b5c2ac85baa | [] | no_license | RichardKovacik/bankDAO | e8fba1f74da6110ca6bb82e2fb74789fb7eabc02 | 65caf7429d76efaede5b36120f3074a478da5586 | refs/heads/main | 2023-06-27T20:40:56.671572 | 2021-07-20T15:00:38 | 2021-07-20T15:00:38 | 385,254,693 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 958 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace model {
class model.KlientModel {
{static} + nazvyStlpcov : String[]
- zoznamKlientov : List<Klient>
+ KlientModel()
+ getColumnClass()
+ getColumnCount()
+ getColumnName()
+ getRowCount()
+ getValueAt()
}
}
namespace model {
class model.UcetModel {
{static} + nazvyStlpcov : String[]
- zoznamUctov : List<Ucet>
+ UcetModel()
+ getColumnClass()
+ getColumnCount()
+ getColumnName()
+ getRowCount()
+ getValueAt()
}
}
model.KlientModel -up-|> javax.swing.table.AbstractTableModel
model.UcetModel -up-|> javax.swing.table.AbstractTableModel
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 |
c35af6e096dbca7bf4e76ecc5ff72d0a7b0331c6 | 658effa425038c70a649dcc9008b63ccf5c4ad9d | /app/src/main/UML/AddStepDSSD.puml | d2c1fa6de582b9c0150c5868b22a0497d51d6f5a | [] | no_license | sap0034/RecipeGuruCOMP3710 | 3dc7dda4b052ad99069664dadf02bff809914ad8 | e1c9301fcd306dfd0698b1478ba7b7e69d75beb4 | refs/heads/master | 2020-03-15T08:49:26.714199 | 2018-05-04T13:03:34 | 2018-05-04T13:03:34 | 131,772,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
User -> UserHomePage: Clicks button to add new Step
UserHomePage --> User: Prompts for adding Step
User -> UserHomePage: Enters Step contents
User -> UserHomePage: Clicks button to save Step
UserHomePage -> System: Saves Step to Recipe
System --> UserHomePage: Confirms addition of Step
@enduml
| false | true | false | false | sequence |
1335aced1728df00fed18723ccf504797433f90a | 8a7d4e7348e7cf75ea65d857f140d0454add6f84 | /docs/src/developer/schema_san.puml | ccf0b4a2a0644f519ae70d0856bd2454b4560b6b | [
"BSD-3-Clause"
] | permissive | ska-telescope/cdm-shared-library | d1812ed010a09765a5be5a41d1c7e8e9694d110a | 87083655aca8f8f53a26dba253a0189d8519714b | refs/heads/master | 2023-09-01T08:27:16.704307 | 2023-08-08T13:01:10 | 2023-08-08T13:01:10 | 191,747,755 | 0 | 0 | BSD-3-Clause | 2023-02-10T13:48:25 | 2019-06-13T11:11:28 | Python | UTF-8 | PlantUML | false | false | 3,114 | puml | @startuml
scale 2000 width
!pragma useNewPackage
hide empty members
' Remove the following lines when VLBI, PSS and PST
' are added to CDM
remove VLBIConfiguration
remove PSTConfiguration
remove PSSConfiguration
remove VLBIConfigurationSchema
remove PSTConfigurationSchema
remove PSSConfigurationSchema
package ska_tmc_cdm.messages.subarray_node {
package configure {
package core.py <<Rectangle>> {
class Target
class PointingConfiguration
class DishConfiguration
}
package csp.py <<Rectangle>> {
class FSPConfiguration
class CBFConfiguration
class CommonConfiguration
class SubarrayConfiguration
class CSPConfiguration
class PSSConfiguration
class PSTConfiguration
class VLBIConfiguration
}
package sdp.py <<Rectangle>> {
class SDPConfiguration
}
package mccs.py <<Rectangle>> {
class StnConfiguration
class SubarrayBeamConfiguration
class MCCSConfiguration
}
package tmc.py <<Rectangle>> {
class TMCConfiguration
}
package ~__init__.py {
class ConfigureRequest
}
}
package scan.py <<Rectangle>> {
class ScanRequest
}
}
package ska_tmc_cdm.schemas.subarray_node {
package configure as P2 {
package core.py as P3 {
class TargetSchema
class PointingSchema
class DishConfigurationSchema
class ConfigureRequestSchema
note top of TargetSchema
This maps a ""Target""
used in the context of
a dish pointing
end note
}
package csp.py as P4 {
class FSPConfigurationSchema
class CBFConfigurationSchema
class CommonConfigurationSchema
class SubarrayConfigurationSchema
class CSPConfigurationSchema
class PSSConfigurationSchema
class PSTConfigurationSchema
class VLBIConfigurationSchema
}
package sdp.py as P5 {
class SDPConfigurationSchema
}
package tmc.py as P6 {
class TMCConfigurationSchema
}
package mccs.py as P7 {
class StnConfigurationSchema
class SubarrayBeamConfigurationSchema
class MCCSConfigurationSchema
}
}
package scan.py as P1 {
class ScanRequestSchema
}
}
ScanRequestSchema --- ScanRequest
TargetSchema --- Target
PointingSchema --- PointingConfiguration
DishConfigurationSchema --- DishConfiguration
ConfigureRequestSchema --- ConfigureRequest
FSPConfigurationSchema --- FSPConfiguration
CBFConfigurationSchema --- CBFConfiguration
PSSConfigurationSchema --- PSSConfiguration
PSTConfigurationSchema --- PSTConfiguration
VLBIConfigurationSchema --- VLBIConfiguration
CommonConfigurationSchema --- CommonConfiguration
SubarrayConfigurationSchema --- SubarrayConfiguration
CSPConfigurationSchema --- CSPConfiguration
SDPConfigurationSchema --- SDPConfiguration
TMCConfigurationSchema --- TMCConfiguration
StnConfigurationSchema --- StnConfiguration
SubarrayBeamConfigurationSchema --- SubarrayBeamConfiguration
MCCSConfigurationSchema --- MCCSConfiguration
note as N1
These classes map the same Python
class to different JSON representations
as required by the target systems
end note
N1 ------ TargetSchema
@enduml
| false | true | false | false | class |
2cac3d8a01a6899baf5a2ae90eb663c812f6cd8c | af31cdc27141e12c7acf21064644e91459267e4c | /message-server/message_template_domain.puml | e86210e4cbb32a736d53a2464260d5b3fe5d99de | [] | no_license | SwingCoherent/connect-saas | de4c05080792725c9d33160b91b00af152534770 | a383773245892a2dc843e007ad082b6ed2e4d19d | refs/heads/main | 2023-03-29T20:39:19.421719 | 2021-04-01T08:50:03 | 2021-04-01T08:50:03 | 353,634,628 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,589 | puml | @startuml
hide empty member
header Message service
package MessageTemplate
{
enum ETriggerType
{
Schedule
ApiCall
}
enum EParameterValueSourceType
{
DataSource
Variable
?System?
}
enum ELanguage
{
English
Chinese
...
}
enum EMessageTemplateType
{
Simple
Template
}
enum EMessageTemplateDataType
{
Text
Currency
DateTime
Image
Document
Video
}
class MessageTemplateSeries #yellow
{
Title:string
Description:string
}
class MessageTemplate #yellow
{
TenantId:string
MessageTemplateSeriesId:Guid
Name:string
Channel:EChannel
CategoryId:Guid
Type:EMessageTemplateType
TriggerType:ETriggerType
TargetMessageTemplateId:Guid
Header:MessageTemplateHeader
Bodys:MessageTemplateBody[]
BodyParameters:MessageTemplateBodyParameter[,]
Footer:MessageTemplateFooter
}
MessageTemplate -- EMessageTemplateType
MessageTemplate -- ETriggerType
MessageTemplate "1" o-- "0..1" MessageTemplateHeader
MessageTemplate "1" o-- "0..1" MessageTemplateFooter
MessageTemplate "1" o-- "1..3" MessageTemplateBody
MessageTemplate "1" o-- "0..*" MessageTemplateBodyParameter
class MessageTemplateHeader
{
MessageTemplateId:Guid
DataType:EMessageTemplateDataType
Content:string
}
MessageTemplateHeader -- EMessageTemplateDataType
class MessageTemplateBody
{
MessageTemplateId:Guid
Language:ELanguage
Content
}
MessageTemplateBody -- ELanguage
class MessageTemplateFooter
{
MessageTemplateId:Guid
DataType:EMessageTemplateDataType
Content:string
}
MessageTemplateFooter -- EMessageTemplateDataType
class MessageTemplateCategory
{
Name:string
}
class MessageTemplateBodyParameter
{
MessageTemplateId:Guid
Name:string
ValueSourceType:EParameterValueSourceType
DefaultValue:string
Value:string
IsRequired:bool
DataType:EMessageTemplateDataType
SortNumber:Number
}
MessageTemplateBodyParameter -- EParameterValueSourceType
MessageTemplateBodyParameter -- EMessageTemplateDataType
class SystemParameter? #gray
{
Name:string
Value:string
Enabled:bool
}
}
@enduml | false | true | false | false | class |
aa5bb36cc31925f9e99cb300d55fa4e26d031722 | decdc40a2dadf203fb1c80076bd332f6031b0db6 | /diagrams/MemoryStore.puml | b5e66b1e49fe6b90108eddf84843c0d37e44cc71 | [
"Apache-2.0"
] | permissive | xandkar/equinox | 3d5c3aa64b99d4b2f04a79c2cb055447f38902ef | f15d14eb6f2ab40f3c18b2dc999c3e72ce0b7852 | refs/heads/master | 2022-04-23T22:34:42.866752 | 2020-04-22T23:30:17 | 2020-04-22T23:30:50 | 259,296,076 | 0 | 0 | Apache-2.0 | 2020-04-27T11:38:46 | 2020-04-27T11:38:45 | null | UTF-8 | PlantUML | false | false | 2,432 | puml | @startuml
!includeurl https://raw.githubusercontent.com/skleanthous/C4-PlantumlSkin/master/build/output/c4.puml
title Component diagram for Equinox.MemoryStore
caption Detailed moving parts for an integration test scenario using MemoryStore in lieu of a Durable Store
actor "Integration\nTests" <<Internal>> as tests
together {
rectangle "Equinox.MemoryStore" <<Expanded>> {
interface IObservable <<Component>>
rectangle eqxms <<Component>> [
Equinox.MemoryStore
]
database eqxmsdict <<Internal>> [
**ConcurrentDictionary**
StreamName -> TimelineEvent<T>
]
}
database caches <<External>> [
**Read Model Simulators**
**and/or Concrete Stores**
]
rectangle "Application Consistent Processing /System Under Test" <<External Container>> as app {
rectangle aggregate <<Component>> [
Aggregate / Service A
Events: codec
Fold: initial, fold
interpret / decide
Service
]
rectangle aggregate2 <<Component>> [
Aggregate / Service B
Events: codec
Fold: initial, fold
interpret / decide
Service
]
rectangle stream <<Component>> [
Equinox.Stream
]
interface IStream <<Component>>
}
}
rectangle "System Under Test + Simulators" <<Expanded>> {
rectangle ingesters <<Container>> [
**Ingesters Under Test**
]
rectangle reactors <<Container>> [
**Reactors Under Test**
]
rectangle inputs <<External Component>> [
**Input Simulators**
]
}
tests <-> app : transact\nagainst
tests <.. caches : may probe\neventually\nconsistent
tests -> eqxms : may validate\nby probing
aggregate <-R-> stream : Transact
aggregate2 <-R-> stream : Transact/\nQuery
stream -R-> IStream : Load/\nTrySync
eqxms -> IStream : implements
eqxms .> eqxmsdict : has a\nvolatile
eqxms -R-> IObservable : feeds
ingesters -U-> aggregate : run transactions against
ingesters .R.> caches : maintain\nviews\nin
ingesters <.R. inputs : feed into
reactors <-L- IObservable : can subscribe to\n(TODO)
reactors <-U-> aggregate2 : run transactions against
reactors .U.> caches : maintain\nviews\nin
@enduml | false | true | false | false | usecase |
c48b46948c5017742a2b877385bc47630b3a8bf3 | e18b4f4c49f0fea4056d223d402a74430444410b | /api/stackmovie/src/main/java/fty/api/uml/stackmovie-mcd.puml | 70449f0e04e436fc77840b502d9d823f5b28ca19 | [] | no_license | CiGit-Franck/stack-movie | cdf49aaf96582d18e4eb4e13718c3ed4a042785a | e9a391268cb1dd2105e41e36d459f1742cce204e | refs/heads/master | 2023-01-10T21:38:04.381229 | 2021-04-05T19:44:27 | 2021-04-05T19:44:27 | 252,415,921 | 0 | 0 | null | 2023-01-07T16:41:41 | 2020-04-02T09:49:45 | Java | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
title MCD
class Movie
enum Genre
class Actor
class Director
class User
Movie "0..n" -- "1..n" Genre : a
Movie "0..n" -- "1..n" Actor : a
Movie "0..n" -- "1..n" Director : a
User "1" -- "0..n" Movie : a vu
@enduml
| false | true | false | false | class |
a6b01ae0c1e08d2243d92feb7834dfeeb42fe97e | d39ac8b9030501b41ffdfcdc881325ea2f697a76 | /model/StemmedWord.puml | ce9ad1356d2e5bfb4f9130222577a8179fa6dfbb | [
"MIT"
] | permissive | huntertran/seco-storms-maker | 15cedbe9c4b9fdfcd41c81b32e8b41973fdcf7ed | 3caac1eb79463933622c22da967ed16d1a4c8ba3 | refs/heads/master | 2023-09-01T05:24:46.230645 | 2021-07-06T01:47:11 | 2021-07-06T01:47:11 | 208,285,191 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 179 | puml | @startuml stemmed_word
class StemmedWord
class UnStemmed {
word: String
count: Integer
}
StemmedWord "1"--|>"many" UnStemmed
hide empty members
@enduml | false | true | false | false | class |
2cae8dc7007b3f32fbea8a6417c89c95feb3bd81 | 2284e62e14349bd92f9a01b755f3045278f5f0a8 | /resource/example/example-chartmap.puml | 7274986444bf72bd2dde6eda64b29dc5ef413ce1 | [
"Apache-2.0"
] | permissive | paulbrodner/alfresco-anaxes-chartmap | 2c3ae447b82816c4e6cf28653fedc57ecf34d5c1 | 4d21032e2c2dc4b15994e09b4336e0c0ab2bf6cd | refs/heads/master | 2020-09-20T09:39:10.323352 | 2019-11-21T12:35:49 | 2019-11-21T12:35:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,075 | puml | @startuml
skinparam linetype ortho
skinparam backgroundColor white
skinparam usecaseBorderColor black
skinparam usecaseArrowColor LightSlateGray
skinparam artifactBorderColor black
skinparam artifactArrowColor LightSlateGray
title Chart Map for alfresco-dbp:1.5.0
'There are 14 referenced Helm Charts
artifact "postgresql:0.9.3\n====\n\tpostgresql\n====\n\t0.9.3\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: databus23\n====\n\tKeywords: postgresql\npostgres\ndatabase\nsql" as postgresql_0_9_3 #LightSteelBlue
artifact "alfresco-process-services:0.2.0\n====\n\talfresco-process-services\n====\n\t0.2.0\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: Alfresco\n====\n\tKeywords: " as alfresco_process_services_0_2_0 #Gainsboro
artifact "alfresco-sync-service:1.1.1\n====\n\talfresco-sync-service\n====\n\t1.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: Alfresco Apps Repo Team\n====\n\tKeywords: syncservice\nalfresco\napplication" as alfresco_sync_service_1_1_1 #CadetBlue
artifact "alfresco-identity-service:1.1.0\n====\n\talfresco-identity-service\n====\n\t1.1.0\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: Alfresco\n====\n\tKeywords: alfresco\nkeycloak\nidentity-service" as alfresco_identity_service_1_1_0 #Chartreuse
artifact "alfresco-dbp:1.5.0\n====\n\talfresco-dbp\n====\n\t1.5.0\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: Alfresco Platform Services Team\n====\n\tKeywords: alfresco\ndbp\nplatform" as alfresco_dbp_1_5_0 #LightSkyBlue
artifact "alfresco-content-services:2.1.3\n====\n\talfresco-content-services\n====\n\t2.1.3\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: \n====\n\tKeywords: content\ncontent services\nalfresco\nalfresco content services" as alfresco_content_services_2_1_3 #Gainsboro
artifact "activemq:1.1.1\n====\n\tactivemq\n====\n\t1.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: activemq\nmessage broker" as activemq_1_1_1 #LightBlue
artifact "alfresco-infrastructure:4.1.1\n====\n\talfresco-infrastructure\n====\n\t4.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: " as alfresco_infrastructure_4_1_1 #Cornsilk
artifact "postgresql:0.15.0\n====\n\tpostgresql\n====\n\t0.15.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: databus23\n====\n\tKeywords: postgresql\npostgres\ndatabase\nsql" as postgresql_0_15_0 #LightSteelBlue
artifact "alfresco-digital-workspace:2.1.1\n====\n\talfresco-digital-workspace\n====\n\t2.1.1\n====\n\thttps://kubernetes-charts.alfresco.com/incubator\n====\n\tMaintainers: \n====\n\tKeywords: alfresco\ndigital workskspace" as alfresco_digital_workspace_2_1_1 #DodgerBlue
artifact "alfresco-search:1.0.1\n====\n\talfresco-search\n====\n\t1.0.1\n====\n\thttps://kubernetes-charts.alfresco.com/stable\n====\n\tMaintainers: \n====\n\tKeywords: search\nsearch services\nalfresco search services\ninsight\ninsight engine\nalfresco insight engine" as alfresco_search_1_0_1 #GhostWhite
artifact "postgresql:3.11.3\n====\n\tpostgresql\n====\n\t3.11.3\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: Bitnami, desaintmartin\n====\n\tKeywords: postgresql\npostgres\ndatabase\nsql\nreplication\ncluster" as postgresql_3_11_3 #LightSteelBlue
artifact "nginx-ingress:0.14.0\n====\n\tnginx-ingress\n====\n\t0.14.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: jackzampolin, mgoodness, chancez\n====\n\tKeywords: ingress\nnginx" as nginx_ingress_0_14_0 #DarkSalmon
artifact "keycloak:4.3.0\n====\n\tkeycloak\n====\n\t4.3.0\n====\n\thttps://kubernetes-charts.storage.googleapis.com\n====\n\tMaintainers: unguiculus, thomasdarimont\n====\n\tKeywords: sso\nidm\nopenid connect\nsaml\nkerberos\nldap" as keycloak_4_3_0 #LightBlue
'There are 21 referenced Docker Images
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-process-services:1.10.0-RC1\n====\n\t1.10.0-RC1" as quay_io_alfresco_alfresco_process_services_1_10_0_RC1 #LightCoral
usecase "Image\n====\n\tDocker Hub\n====\n\tpostgres\n====\n\t11.4" as postgres_11_4 #Ivory
usecase "Image\n====\n\tdocker.io\n====\n\tbitnami/postgresql:10.7.0\n====\n\t10.7.0" as docker_io_bitnami_postgresql_10_7_0 #DarkSalmon
usecase "Image\n====\n\tDocker Hub\n====\n\tpostgres\n====\n\t10.1" as postgres_10_1 #Ivory
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-transform-router:1.0.2.1\n====\n\t1.0.2.1" as quay_io_alfresco_alfresco_transform_router_1_0_2_1 #Aqua
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-dbp-repository:6.1.1\n====\n\t6.1.1" as quay_io_alfresco_alfresco_dbp_repository_6_1_1 #Chartreuse
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-shared-file-store\n====\n\t0.5.3" as alfresco_alfresco_shared_file_store_0_5_3 #CadetBlue
usecase "Image\n====\n\tquay.io\n====\n\tkubernetes-ingress-controller/nginx-ingress-controller:0.12.0\n====\n\t0.12.0" as quay_io_kubernetes_ingress_controller_nginx_ingress_controller_0_12_0 #LightSkyBlue
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-dbp-share:6.1.1\n====\n\t6.1.1" as quay_io_alfresco_alfresco_dbp_share_6_1_1 #LightSkyBlue
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-activemq\n====\n\t5.15.8-java-8-oracle-centos-7-87b15e37ce8b" as alfresco_alfresco_activemq_5_15_8_java_8_oracle_centos_7_87b15e37ce8b #Khaki
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-process-services-admin:1.10.0-RC1\n====\n\t1.10.0-RC1" as quay_io_alfresco_alfresco_process_services_admin_1_10_0_RC1 #CadetBlue
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-process-workspace-app:1.3.4\n====\n\t1.3.4" as quay_io_alfresco_alfresco_process_workspace_app_1_3_4 #Azure
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-pdf-renderer:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_pdf_renderer_2_0_17 #GoldenRod
usecase "Image\n====\n\tquay.io\n====\n\talfresco/service-sync:3.1.2\n====\n\t3.1.2" as quay_io_alfresco_service_sync_3_1_2 #LightPink
usecase "Image\n====\n\tDocker Hub\n====\n\tjboss/keycloak\n====\n\t4.8.3.Final" as jboss_keycloak_4_8_3_Final #LemonChiffon
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-imagemagick:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_imagemagick_2_0_17 #Cyan
usecase "Image\n====\n\tDocker Hub\n====\n\tk8s.gcr.io/defaultbackend\n====\n\t1.3" as k8s_gcr_io_defaultbackend_1_3 #DarkSeaGreen
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-tika:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_tika_2_0_17 #Khaki
usecase "Image\n====\n\tDocker Hub\n====\n\talfresco/alfresco-search-services\n====\n\t1.4.0" as alfresco_alfresco_search_services_1_4_0 #Coral
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-libreoffice:2.0.17\n====\n\t2.0.17" as quay_io_alfresco_alfresco_libreoffice_2_0_17 #Khaki
usecase "Image\n====\n\tquay.io\n====\n\talfresco/alfresco-digital-workspace:1.3.0-beta\n====\n\t1.3.0-beta" as quay_io_alfresco_alfresco_digital_workspace_1_3_0_beta #FloralWhite
'Chart Dependencies
alfresco_dbp_1_5_0--[#green]-|>alfresco_process_services_0_2_0
alfresco_process_services_0_2_0--[#green]-|>postgresql_3_11_3
alfresco_dbp_1_5_0--[#green]-|>alfresco_infrastructure_4_1_1
alfresco_infrastructure_4_1_1--[#green]-|>nginx_ingress_0_14_0
alfresco_infrastructure_4_1_1--[#green]-|>activemq_1_1_1
alfresco_infrastructure_4_1_1--[#green]-|>alfresco_identity_service_1_1_0
alfresco_identity_service_1_1_0--[#green]-|>keycloak_4_3_0
keycloak_4_3_0--[#green]-|>postgresql_0_15_0
alfresco_dbp_1_5_0--[#green]-|>alfresco_content_services_2_1_3
alfresco_content_services_2_1_3--[#green]-|>alfresco_digital_workspace_2_1_1
alfresco_content_services_2_1_3--[#green]-|>alfresco_search_1_0_1
alfresco_content_services_2_1_3--[#green]-|>alfresco_sync_service_1_1_1
alfresco_sync_service_1_1_1--[#green]-|>postgresql_0_9_3
alfresco_content_services_2_1_3--[#green]-|>postgresql_0_9_3
postgresql_0_9_3--[#orange]-|>postgres_11_4
postgresql_0_9_3--[#orange]-|>postgres_10_1
alfresco_process_services_0_2_0--[#orange]-|>quay_io_alfresco_alfresco_process_services_1_10_0_RC1
alfresco_process_services_0_2_0--[#orange]-|>quay_io_alfresco_alfresco_process_workspace_app_1_3_4
alfresco_process_services_0_2_0--[#orange]-|>quay_io_alfresco_alfresco_process_services_admin_1_10_0_RC1
alfresco_sync_service_1_1_1--[#orange]-|>quay_io_alfresco_service_sync_3_1_2
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_pdf_renderer_2_0_17
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_transform_router_1_0_2_1
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_dbp_repository_6_1_1
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_imagemagick_2_0_17
alfresco_content_services_2_1_3--[#orange]-|>alfresco_alfresco_shared_file_store_0_5_3
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_tika_2_0_17
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_libreoffice_2_0_17
alfresco_content_services_2_1_3--[#orange]-|>quay_io_alfresco_alfresco_dbp_share_6_1_1
activemq_1_1_1--[#orange]-|>alfresco_alfresco_activemq_5_15_8_java_8_oracle_centos_7_87b15e37ce8b
postgresql_0_15_0--[#orange]-|>postgres_10_1
alfresco_digital_workspace_2_1_1--[#orange]-|>quay_io_alfresco_alfresco_digital_workspace_1_3_0_beta
alfresco_search_1_0_1--[#orange]-|>alfresco_alfresco_search_services_1_4_0
postgresql_3_11_3--[#orange]-|>docker_io_bitnami_postgresql_10_7_0
nginx_ingress_0_14_0--[#orange]-|>k8s_gcr_io_defaultbackend_1_3
nginx_ingress_0_14_0--[#orange]-|>quay_io_kubernetes_ingress_controller_nginx_ingress_controller_0_12_0
keycloak_4_3_0--[#orange]-|>jboss_keycloak_4_8_3_Final
center footer Generated on 2019/11/17 16:01:29 by org.alfresco.deployment.util.PlantUmlChartMapPrinter\nhttps://github.com/Alfresco/alfresco-anaxes-chartmap
@enduml
| false | true | false | false | usecase |
b3580c25c37e79165dae70cfdbfec34ee78acea4 | 2e07419decb2d8297ccb034bb7364ac914e98ad0 | /ems-doc/uml/entities.puml | c425272f97d45a5d8263957c7bfd0150310365cf | [] | no_license | Loomloo/ems | 65f7a2f1dbc1dfbc2b289c5ca540a911c2ecd5fa | 7d358073ff9fc7c5965dd90042b2bbc40568f8fd | refs/heads/master | 2021-01-11T09:28:54.296149 | 2017-03-13T22:21:49 | 2017-03-13T22:21:49 | 81,207,149 | 1 | 0 | null | 2017-02-07T12:46:24 | 2017-02-07T12:46:24 | null | UTF-8 | PlantUML | false | false | 4,222 | puml | @startuml
'===Classes
class Appeal {
+id : long
+source : AppealSource
+phoneNumber : String NULL
+result : AppealResult
+technical : boolean
+calls : List<Call>
+createdWhen : Timestamp
+createdBy : Employee
}
enum AppealSource {
DEFAULT
PASSING
FROM_CREW
FROM_POLICE
FROM_FIRE
FROM_MED
ERROR
}
enum AppealResult {
CALL_STARTED
NOT_CALL
REDIRECTED
TRACKING
}
class Call {
+id : long
+createdWhen : Timestamp
+finishedWhen : Timestamp
+appeals : List<Appeal>
+address : Address
' +building : Building
' +apartment : Apartment
' +place : Place
+patient : Patient
+cause : Cause
+state : CallState
+description : String
+notes : List<CallNote>
}
class CallState {
+id : long
+call : Call
+status : CallStatus
+prevState : CallState
+createdBy : Employee
+createdWhen : Timestamp
}
enum CallStatus {
NOT_ASSINGED
ASSIGNED
MOVING
FINDING
TREATMENT
TRANSPORTATION
RETURN
FINISHED
ARCHIVED
}
class CallNote {
+id : long
+call : Call
+type : CallNoteType
+text : String
}
enum CallNoteType {
GENERAL
// TODO add more
}
enum Cause {
+name : String
+priority : int
-Cause (name : String, priority : int)
}
interface Address {
+id : long
+location : Location
+notes : List<AddressNote>
}
class Building {
+regionId: long
+areaId: long
+townId: long
+districtId: long NULL
+streetId: long
+number: int
}
class Apartment {
TODO
}
class Place {
+mainName : PlaceName
}
class PlaceName {
+id : long
+place : Place
+name : String
}
class AddressNote {
+id : long
+note : String
+active : boolean
}
class MedAction {
+call : Call
+type : MedActionType
+item : MedItem NULL
+count : int NULL
+createdWhen : Timestamp
+createdBy : Employee
}
class Crew {
+members : List<Employee>
+car : Car
+state : CrewState
+currentCall : Call
+assignedCalls : List<Call>
+areaStatus : AreaStatus
}
class CrewState {
+id : long
+crew : Crew
+status : CrewStatus
+areaStatus : CrewAreaStatus
+prevState : CrewState
+createdBy : Employee
+createdWhen : Timestamp
}
enum CrewStatus {
ACTIVE
INACTIVE
INACTIVE_DINNER
DISABLED
DISABLED_FUEL
DISABLED_BROKEN
}
enum CrewAreaStatus {
ON_STATION
IN_AREA
OUT_AREA
}
class Car {
+id : long
+model : String
+number : String
+govNumber : String
}
class Shift {
+id : long
+createdWhen : Timestamp
+createdBy : Employee
+closedWhen : Timestamp
+closedBy : Employee
+position : Position
+employee : Employee
}
class Employee {
+id : long
+lastName : String
+firstName : String
+fatherName : String
+birthdate : Date
+positions : List<Position>
}
enum Position {
DRIVER
DISPATCHER
DOCTOR
ASSISTANT
STATION_DOCTOR
CHIEF_DOCTOR
}
'class Driver {
'}
'class Doctor {
'}
'class Dispatcher {
'}
class Patient {
+id : long
+lastName : String
+firstName : String
+fatherName : String
+birthdate : Date
}
'===End of Classes
'===Relations
Appeal "0..*" o-- "1" AppealSource
Appeal "0..*" -- "1" AppealResult
Call "0..*" -- "1..*" Appeal
Call "0..*" -- "0..*" Crew : assignedCalls
Call "1" -- "0..*" Crew : currentCall
Call -- Address
Call "1" *-- "1..*" CallState
Call "1" *-- "0..*" CallNote
Call "0..*" o-- "1" Cause
Call "1" -- "0..*" MedAction
CallState "0..1" <-- "0..1" CallState
CallState "0..*" -- "1" CallStatus
CallNote "0..*" o-- "1" CallNoteType
Address <|-down- Building
Address <|-down- Apartment
Address <|-down- Place
Place "1" -- "0..*" PlaceName
Address "1" *-- "0..*" AddressNote
Apartment "0..*" -up-> "1" Building
Crew "1" -- "1..*" CrewState
CrewState "0..1" -- "0..1" CrewState
CrewState "0..*" -- "1" CrewStatus
CrewState "0..*" -- "1" CrewAreaStatus
Crew -- Car
'Employee -down- Driver
'Employee -down- Doctor
'Employee -down- Dispatcher
Employee -down- Shift
Employee "0..*" -- "0..*" Position
Shift "0..*" -down- "1" Position
'===End of Relations
@enduml | false | true | false | false | class |
2f0841fd51b2d3017db5a319e43b1659770c35b5 | febecf6bc87fb231bbf823eb4db0ced155787193 | /android_send_broadcast.puml | aa73934801dc6ac89b189cfc102a37853a2925e3 | [] | no_license | peggy109/AndroidSystemServer | d9839221c13871a58d31e1dd42e2ae02cb031c50 | b0c0602cf3287fe9e991c0d9b21ed73ef41804d0 | refs/heads/master | 2020-04-12T14:06:02.588706 | 2019-02-15T07:32:45 | 2019-02-15T08:28:54 | 162,540,018 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,311 | puml | @startuml
participant ContextImpl
participant ActivityManagerService
participant BroadcastQueue
participant BroadcastHandler
participant ApplicationThreadProxy
participant ApplicationThreadNative
participant ApplicationThread
participant IIntentReceiver.Stub.Proxy
participant IIntentReceiver.Stub
participant Am.IntentReceiver
[-> ContextImpl : sendBroadcast
ContextImpl --> ActivityManagerService : broadcastIntent
ActivityManagerService -> ActivityManagerService : broadcastIntentLocked
activate ActivityManagerService
ActivityManagerService -> BroadcastQueue : performReceiveLocked
activate BroadcastQueue
BroadcastQueue -> ApplicationThreadProxy : scheduleRegisteredReceiver
ApplicationThreadProxy --> ApplicationThreadNative : onTransact
ApplicationThreadNative -> ApplicationThread : scheduleRegisteredReceiver
ApplicationThread -> IIntentReceiver.Stub.Proxy : performReceive
IIntentReceiver.Stub.Proxy --> IIntentReceiver.Stub : onTransact
alt
IIntentReceiver.Stub -> Am.IntentReceiver : performReceive
else
IIntentReceiver.Stub -> LoadedApk.ReceiverDispatcher.InnerReceiver : performReceive
LoadedApk.ReceiverDispatcher.InnerReceiver -> LoadedApk.ReceiverDispatcher : performReceive
LoadedApk.ReceiverDispatcher ---> LoadedApk.ReceiverDispatcher.Args : run
LoadedApk.ReceiverDispatcher.Args -> BroadcastReceiver : onReceive
end
deactivate BroadcastQueue
|||
ActivityManagerService -> BroadcastQueue : enqueueParallelBroadcastLocked
activate BroadcastQueue
BroadcastQueue -> BroadcastQueue : mParallelBroadcasts.add
deactivate BroadcastQueue
ActivityManagerService -> BroadcastQueue : scheduleBroadcastsLocked
activate BroadcastQueue
BroadcastQueue --> BroadcastHandler : handleMessage
activate BroadcastHandler
BroadcastHandler -> BroadcastQueue : processNextBroadcast
activate BroadcastQueue
BroadcastQueue -> BroadcastQueue : deliverToRegisteredReceiveLocked
activate BroadcastQueue
BroadcastQueue -> BroadcastQueue : performReceiveLocked
deactivate BroadcastQueue
deactivate BroadcastQueue
deactivate BroadcastHandler
deactivate BroadcastQueue
|||
ActivityManagerService -> BroadcastQueue : enqueueOrderedBroadcastLocked
BroadcastQueue -> BroadcastQueue : mOrderedBroadcasts.add
deactivate ActivityManagerService
@enduml | false | true | false | false | sequence |
1c988e4ed49919abcc9deaca0aace93c4eaa95b6 | 8d751506bc876c7f84bb8db1a57829a594d62208 | /docs/sequence_uml/PartList_Request.puml | 1039c22e2f8032bbcacec47c6054bf997bd38753 | [] | no_license | avrocha/plant-floor-control | 28cd87fb8eb93aff6b5ee2cbc0eb6188a62ff346 | 374ca15bba08ca04c901ab9859432210f5d59415 | refs/heads/main | 2023-06-02T20:43:59.264827 | 2021-06-09T12:37:29 | 2021-06-09T12:37:29 | 341,634,003 | 4 | 0 | null | 2021-06-21T14:05:56 | 2021-02-23T17:26:39 | Java | UTF-8 | PlantUML | false | false | 646 | puml | @startuml
skinparam linetype ortho
skinparam Monochrome true
skinparam classAttributeIconSize 0
title Part List Request Sequence Diagram
Actor ERP
ERP ->CommsManager: PartList request
CommsManager->CommandManager:
CommandManager->":CommandRequestPartList":
CommandManager->":CommandRequestPartList": getResponse
":CommandRequestPartList"->DatabaseManager: query
note left: count all parts by type
DatabaseManager->":CommandRequestPartList": return quantity
Create ":CommandResponse"
":CommandRequestPartList"->":CommandResponse": new
":CommandRequestPartList"->CommandManager
CommandManager->CommsManager
CommsManager->ERP
@enduml | false | true | false | false | sequence |
d3a7f7f3e4c39bd97e7d32330a192eb1969dd38d | 7349c504a9ea28225c208fd80a7f6556a78779a1 | /ContosoPets/uml/src/ContosoPets_ClassDiagram.puml | 0a2b72448c7bf80474f9eb3e9ef8c7b0d49eebe4 | [] | no_license | Apollo013/EntityFrameworkCore | fea8709d35c51c1f5cfbf781442907a2d0dddba2 | 0754c3b8c19b18899a544bb3a4f4f4c78fb74466 | refs/heads/master | 2022-11-25T15:09:55.638385 | 2020-07-19T21:24:57 | 2020-07-19T21:24:57 | 280,861,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml ContosoPets
class BaseEntity << abstract >> {
+Id : int
}
class Customer {
+FirstName : string [required]
+LastName : string [required]
+Address : string [?]
+Phone : string [?]
}
class Product {
{field} +Name : string (req)
{field} +Price : decimal (18,2)
}
@enduml | false | true | false | false | class |
228ab2bf37f18029b3c667fec5c6feca91d7e531 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLMatchingPriceNotFoundError.puml | 859c161ffe9208c323379fb051b2bda6a571f552 | [] | 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 | 648 | 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 GraphQLMatchingPriceNotFoundError [[GraphQLMatchingPriceNotFoundError.svg]] extends GraphQLErrorObject {
code: String
productId: String
variantId: Integer
currency: String
country: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
channel: [[ChannelReference.svg ChannelReference]]
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
23cabbb089c39284654862a4e905d13394eb8230 | 743358bee6d4cb2757abd892ec42be938f3f994e | /videochat_docs/uml/sequence/join_room.puml | 65c7636deeed9d03b00e2c5636f717ffba219638 | [] | no_license | kariandreyka/Salam | 4efbd69a0b38ab08e2fddd4a673c2f46d780f5d6 | 85deb54340266678a1376b713945fee9bb21df4e | refs/heads/master | 2023-02-03T10:35:02.726276 | 2020-12-16T00:03:53 | 2020-12-16T00:03:53 | 317,249,569 | 0 | 5 | null | 2020-12-16T00:03:54 | 2020-11-30T14:31:11 | JavaScript | UTF-8 | PlantUML | false | false | 559 | puml | @startuml Create room
hide footbox
actor User
User -> HomePage: Create room link
activate HomePage
HomePage -> Create_room: Enter Name
deactivate HomePage
activate Create_room
Create_room -> Store: Save state
activate Store
Store -> SignalServer: createRoom
activate SignalServer
SignalServer -> SignalServer: addUser
activate SignalServer
deactivate SignalServer
SignalServer --> Store: room id
deactivate SignalServer
Store --> Create_room: Select room id
deactivate Store
Create_room --> User: Redirect to the room
deactivate Create_room
@enduml
| false | true | false | false | sequence |
01a5326a5f894358610354f065d108b1e0b6bd20 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Edgeville-Manager/Deployment.puml | 3a5f5729077383914af3c02080d05cb8f2d44ce3 | [] | 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 | 334 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Control Layer/Edgeville Manager" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
4aaa37c71e72594502ba7db829e33c3d40b5e01d | 63d05a2d8db31272352bb47eaf1981b74093b719 | /uml/controller/apps/l3_base/_add_router_extra_route.puml | 18904b345a2f084297c1382bce09f2b4fa3ae075 | [
"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,438 | puml | @startuml add new router port
L3AppMixin->L3AppMixin:_add_router_extra_route(self,router,route)
activate L3AppMixin
note over L3AppMixin
Add extra route to router.
end note
L3AppMixin->LOG:debug('Add extra route %(route)s to router %(router)s',{'route': route, 'router': router})
L3AppMixin->L3AppMixin:router_port = _get_gateway_port_by_ip(router, route.nexthop)
L3AppMixin->L3AppMixin:lport = _get_port_by_lswitch_and_ip(route.nexthop,router_port.lswitch.id)
loop not lport
L3AppMixin->LOG:debug("lport with IP %s doesn't exist, skip adding ""extra route.", route.nexthop)
L3AppMixin->L3AppMixin:_add_to_route_cache(ROUTE_TO_ADD, router_id, route)
L3AppMixin-->L3AppMixin
end
L3AppMixin->L3AppMixin:_add_extra_route_to_router(router.unique_key,router_port.mac,lport.unique_key,lport.mac, route)
activate L3AppMixin
note over L3AppMixin
Add extra route to router.
@param router_unique_key: The unique_key of router where the extra
route belongs to
@param router_if_mac: The mac address of related router port
@param lport_unique_key: The unique_key of lport whick will act as
nexthop.
@param lport_mac: The mac address of lport which will act as nexthop
@param route: The extra route dict
end note
L3AppMixin->LOG:info('Add extra route %s to router', route)
note over L3AppMixin
Install openflow entry for extra route, only packets come from
the same subnet as nexthop port can use extra route.
Match: ip, reg5=router_unique_key, dl_dst=router_if_mac,
nw_dst=destination,
Actions:ttl-1, mod_dl_src=router_if_mac, mod_dl_dst=lport_mac,
load_reg7=next_hop_port_key,
goto: egress_table
end note
L3AppMixin->L3AppMixin:match = _generate_extra_route_match(router_unique_key,router_if_mac,route.destination)
note over L3AppMixin
actions = [
parser.OFPActionDecNwTtl(),
parser.OFPActionSetField(eth_src=router_if_mac),
parser.OFPActionSetField(eth_dst=lport_mac),
parser.OFPActionSetField(reg7=lport_unique_key),
]
action_inst = parser.OFPInstructionActions(
ofproto.OFPIT_APPLY_ACTIONS, actions)
goto_inst = parser.OFPInstructionGotoTable(const.EGRESS_TABLE)
inst = [action_inst, goto_inst]
end note
L3AppMixin->L3AppMixin:mod_flow(inst=inst,table_id=const.L3_LOOKUP_TABLE,priority=const.PRIORITY_VERY_HIGH,match=match)
deactivate
L3AppMixin->L3AppMixin:_add_to_route_cache(ROUTE_ADDED, router_id, route)
deactivate
@enduml | false | true | false | false | sequence |
ad93f81c7eb0d9be0fa6d1c044c83b4cef1069be | a58f448d617ac460cf8f3541d137287e489ef0f7 | /docs/design/round-trip-latency/new-discovery-not-noviflow.puml | 34ee3a4b3c6ec5d56f973f32441e53300ba9ff63 | [
"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,422 | puml | @startuml
title New implementation of ISL discovery and round-trip latency with NOT NoviFlow switch and with groups support
collections Floodlights as FL
participant Floodlight_B as FL
participant "Switch_A\n(Not Noviflow)" as SWA
participant "Switch_B\n(With/without\ngroups support)" as SWB
control kilda.topo.disco as DI
participant NetworkTopology as NT
database DB
control kilda.isl.latency as LT
participant IslLatencyTopology as ILT
control kilda.otsdb as OTSDB
participant OpenTSDBTopology as OTOP
activate FL
FL -> FL : set current timestemp **T**
FL -> SWA : Discovery Packet
deactivate FL
activate SWA
SWA -> SWB : Discovery Packet
deactivate SWA
activate SWB
SWB -> FL : Discovery Packet (old style)
deactivate SWB
activate FL
FL -> DI : IslInfoData\n(without latency)
DI -> NT : IslInfoData\n(without latency)
activate NT
NT -> DB : Store ISL
deactivate NT
FL -> FL : calculate one way latency \n**curTime - T - controller latency**
FL -> LT : IslOneWayLatency
deactivate FL
LT -> ILT : IslOneWayLatency
activate ILT
ILT -> DB : Set Latency
ILT -> OTSDB : latency metric
deactivate ILT
OTSDB -> OTOP : latency metric
group With group support case:
activate SWB
SWB -> SWB : Copy packet \n(get P1 and P2)
SWB -> SWB : Change UDP port in P2\n(to match P2 on Switch_A)
SWB -> SWA : Packet P2
deactivate SWB
activate SWA
SWA ->x SWB : Drop packet P2
deactivate SWA
end
@enduml
| false | true | false | false | sequence |
c51a1db809ad795a17c78c540fef194143099f55 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/edgeville-manager/UseCases.puml | 3fc90424f96327598cc1ed51640de5b716e9f1c2 | [] | 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 | 276 | puml | @startuml
rectangle "Diagram TBD"
@enduml
left to right direction
actor :User:
actor :SubSystem:
rectangle "edgeville-manager Service" #lightblue {
UseCase UC1 as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
| false | true | false | false | usecase |
55a678f40cf049dc3cdfb59a5be4688e30526ddc | 829bec442ac3931f43190cbf67fb53580c73742c | /Documentation/heirarchy.puml | 8f88803999a801fcace94ec81a08a62402b457ce | [
"MIT"
] | permissive | aaron-jencks/ion_application | 3fdff19060240d193a6664b6b527102d528d5d2d | c868be88347ee2a9173d5724e48516f8d9f8e88f | refs/heads/master | 2023-01-30T01:05:38.587605 | 2019-08-07T03:35:47 | 2019-08-07T03:35:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,328 | puml | @startuml
package multiprocessing <<Node>>{
class Process
class Queue
}
package threading <<Node>>{
class Thread
}
package state_machine <<Node>>{
class StateMachine{
#dict states
{static} +StateMachine()
#execute_state(string s)
}
class QSM{
#string idle
#string initial
#string error
#string exit
#deque q
{static} +QSM(string idle, string initial, string error, string stop)
#None add_state(string s)
#None add_states(list s)
#string get_next(bool execute)
}
StateMachine <|-- QSM
}
package modules <<Node>>{
class Module{
+bool is_stopping
#Exception raised_error
#None module_init()
#None module_event_check()
#None module_err()
#None module_exit()
#None module_STOP()
}
Process <|-- Module
QSM <|-- Module
class TModule{
+bool is_stopping
#Exception raised_error
#None module_init()
#None module_event_check()
#None module_err()
#None module_exit()
#None module_STOP()
}
Thread <|-- TModule
QSM <|-- TModule
}
package communication <<Node>>{
class Message{
+string command
+Object data
}
class IonLink{
+Queue rx
-Queue tx
{static} +None IonLink(Queue tx, Queue rx)
#None send_message(Message msg)
#Message wait_for_message()
}
Queue *.. IonLink
Message *.. IonLink
class IonModule{
}
Module <|-- IonModule
IonLink <|-- IonModule
class IonTModule{
}
TModule <|-- IonTModule
IonLink <|-- IonTModule
class IonProcessor{
{static} +Queue global_q
+None register_module(IonLink mod)
}
Module <|-- IonProcessor
IonLink *.. IonProcessor
}
package application <<Node>>{
class Application{
+IonModule[] modules
#IonProcessor comm_processor
-IonModule[] initialized_mods
+start()
#modules_initialize()
#modules_setup()
#modules_start()
#modules_cleanup()
}
QSM <|-- Application
IonLink *.. Application
Module *.. Application
TModule *.. Application
IonProcessor *.. Application
}
@enduml | false | true | false | false | class |
a18a5bcc070ddfc67b397cbf2ea6bcdca4d35827 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/performance/media/src/performanceReportStates.puml | 08e30b9ed96c25e16271fbd3396b0e7937207316 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 787 | puml | @startuml performanceReportStates
'skinparam Linetype polyline
'skinparam Linetype ortho
skinparam state {
BackgroundColor White
BorderColor Black
}
hide empty description
'''decisions'''
state validation_successful <<choice>>
note right of validation_successful : Validation successful?
state processing_successful <<choice>>
note right of processing_successful : Processing successful?
state "in-progress" as in_progress
''' diagram'''
[*] -d-> acknowledged
acknowledged -d-> validation_successful
validation_successful -l-> rejected: No
validation_successful -d-> in_progress: Yes
in_progress --> processing_successful
processing_successful -r-> completed: Yes
processing_successful -d-> failed: No
rejected -d-> [*]
failed -d-> [*]
completed -d-> [*]
@enduml | false | true | false | false | sequence |
3b0cdf5d478aed902f5a7a89b25bed531338eb60 | c8d8dd39e053490727f807b9f74b84b46225f0d0 | /Server/src/exceptions/exceptions.plantuml | 6cc4b8fe71ae0333f5fc87a8a44fdd7aa08f17a6 | [] | no_license | 89oinotna/retiP | 91a108bd330e08ba418cc6132179687ee79f5348 | 1a8d7d9c3d9dc13ef3c247c457100cd3063a2a97 | refs/heads/master | 2023-01-23T13:45:32.829579 | 2020-12-03T20:06:00 | 2020-12-03T20:06:00 | 230,627,762 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,812 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace exceptions {
class exceptions.ChallengeException {
+ ChallengeException()
+ ChallengeException()
}
}
namespace exceptions {
abstract class exceptions.CustomException {
+ CustomException()
+ CustomException()
}
}
namespace exceptions {
class exceptions.FriendshipException {
+ FriendshipException()
}
}
namespace exceptions {
class exceptions.UserAlreadyExists {
+ UserAlreadyExists()
}
}
namespace exceptions {
class exceptions.UserAlreadyInGame {
+ UserAlreadyInGame()
}
}
namespace exceptions {
class exceptions.UserAlreadyLogged {
+ UserAlreadyLogged()
}
}
namespace exceptions {
class exceptions.UserNotExists {
+ UserNotExists()
}
}
namespace exceptions {
class exceptions.UserNotOnline {
+ UserNotOnline()
}
}
namespace exceptions {
class exceptions.WrongCredException {
+ WrongCredException()
}
}
exceptions.ChallengeException -up-|> exceptions.CustomException
exceptions.FriendshipException -up-|> exceptions.CustomException
exceptions.UserAlreadyExists -up-|> exceptions.CustomException
exceptions.UserAlreadyInGame -up-|> exceptions.CustomException
exceptions.UserAlreadyLogged -up-|> exceptions.CustomException
exceptions.UserNotExists -up-|> exceptions.CustomException
exceptions.UserNotOnline -up-|> exceptions.CustomException
exceptions.WrongCredException -up-|> exceptions.CustomException
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 |
40f8aa3cc82af0f5b16dc4da96a80b5a25a49392 | 3c98cc9e9f11294a17cd3c2022ef2867704b02af | /docs/source/pic/src/reseed.puml | 4e0c65e768eb7484712e294477f6e038f5677cc1 | [
"Apache-2.0"
] | permissive | hyperledgerkochi/von_anchor | d194fe4b30f4d265576080034f2f3532181bb6f6 | c8d061cec715abbc69afa3b297373a2a598f33b0 | refs/heads/master | 2022-02-18T16:45:24.428635 | 2019-09-06T07:43:29 | 2019-09-06T07:43:29 | 198,063,762 | 0 | 0 | Apache-2.0 | 2019-09-06T07:43:30 | 2019-07-21T14:04:04 | Python | UTF-8 | PlantUML | false | false | 1,459 | puml | @startuml
/'
Copyright 2017-2019 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
Licensed 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.
'/
skinparam ParticipantPadding 20
skinparam BoxPadding 20
title Key Rotation Sequence
box "Indy" #LightBlue
participant "Ledger" as ledger
endbox
box "VON Anchor" #Linen
actor "Anchor" as an
actor "Wallet" as wallet
endbox
actor "Actuator" as ator
=== KEY ROTATION SEQUENCE ==
note over ledger, ator
All VON anchor service wrapper APIs are up
VON anchor DID is on ledger
endnote
ator -> an: call reseed(next seed)
an -> wallet: call reseed_init(next seed)
wallet --> an: new verification key
an -> ledger: get nym role
ledger --> an: current role
an -> ledger: update nym on current role
ledger --> an:
an -> wallet: call reseed_apply()
wallet -> wallet: update seed, seed-to-DID metadata, verification key
wallet --> an:
an --> ator:
@enduml
| false | true | false | false | usecase |
9bb1e236f562029505a1270980a3c97adf70fe7b | d1b958a947d162d451a7989bb7212dcfb8d80f5f | /Circle.puml | 504785f1c16b4e0bd7bc9764a37c4c0e1b1fc8a2 | [] | no_license | scorpio611/Circle | 88312a391f27dfe8a2d2357770c2c2d92204e0f8 | 26a6686f45ce8b7ca20b5352a4800dc55ffa81c4 | refs/heads/master | 2020-04-14T13:32:03.568700 | 2019-01-02T17:46:56 | 2019-01-02T17:46:56 | 163,871,517 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
Circle <|- Cylinder
class Circle {
-String color
-double radius
+Circle()
+Circle(double radius)
+Circle(double radius, String color)
+getRadius():double
+setRadius(double radius):void
+getColor():String
+setColor(String color):void
+getArea():double
+**toString():String**
}
class Cylinder{
-double height
+Rectangle()
+Rectangle(double height)
+Rectangle(double height, double radius, String color)
+getHeight():double
+setHeight(double height):void
+getVolumetric():double
+**toString():String**
}
@enduml | false | true | false | false | class |
deaa46b93fb889d85bdb238a9e04987807fdb444 | 2f155271d292d377036fa1f443bf6ad4635f3469 | /sequence_diagram/delete_track.puml | 0453f0aa854c2b851532d2df0d1e0c84e7a18f85 | [] | no_license | austudio-team/austudio-uml-graph | 1519a4589469e943a11d899d743d023b3f42b584 | e22788d17814ae3e61703e0daf414f60bab2b25c | refs/heads/master | 2021-03-03T09:13:02.261657 | 2020-03-29T17:54:45 | 2020-03-29T17:54:45 | 245,948,897 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 531 | puml | @startuml
actor User
User -> AudioChannel: Right Click
activate AudioChannel
AudioChannel -> AudioChannel: contextMenuHandler
activate ContextMenu
AudioChannel -> ContextMenu: render
User -> ContextMenu: Click "Delete"
ContextMenu -> AudioChannel: deleteHandler
deactivate ContextMenu
AudioChannel -> ChannelAction: deleteChannel(index)
deactivate AudioChannel
ChannelAction -> ChannelSaga: deleteChannelSaga()
ChannelSaga -> EventEmitter: emit('CHANNEL_DELETE_CHANNEL')
EventEmitter -> AudioController: removeChannel()
@enduml
| false | true | false | false | usecase |
5033655f0262e7c11436567f8ceb6a706fa4c83d | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Annotation-Engine/UseCases.puml | 7f500614a151365eac65fd363c5b6a8cee66a539 | [] | 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 | 362 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #lightblue
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "Service-Stack/Connected-Car-Cloud/Annotation-Engine" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
9c25c1a94b49b7456e3f9af95c7187d0ff5e3732 | 47d3b6c26cdbf6cba6db12d5788773f08ecae337 | /uml-output/0x12b1c1b3d63372991976a622435651aa873a2e8a4a263d5c055a76e9200b7fc2.puml | 9e1ca84ddeba47dde21afab308dc43ee8acf7871 | [] | no_license | cds-blog-code-samples/Reentrant | 735c5f68689e0dffd8be141231f152db2e0a7d49 | f1b9bcd0cc86f467aff4ad55f806c10479c3c82e | refs/heads/master | 2023-01-28T11:18:48.609986 | 2021-02-20T16:56:22 | 2021-03-03T16:47:35 | 140,290,855 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,370 | puml |
@startuml
autonumber
skinparam legendBackgroundColor #FEFECE
<style>
header {
HorizontalAlignment left
FontColor purple
FontSize 14
Padding 10
}
</style>
header Insights by Truffle
title Txn Hash: 0x12b1c1b3d63372991976a622435651aa873a2e8a4a263d5c055a76e9200b7fc2
actor EOA as "EOA"
participant TestGuard_01 as "TestGuard_01"
participant ReentrancyMock_01 as "ReentrancyMock_01"
"EOA" -> "TestGuard_01" ++: beforeEach()
"TestGuard_01" -> "ReentrancyMock_01" ++: constructor()
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "ReentrancyMock_01" ++: callback()
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: count()
"ReentrancyMock_01" -> "ReentrancyMock_01" --:
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "ReentrancyMock_01" ++: callback()
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: count()
"ReentrancyMock_01" -> "ReentrancyMock_01" --:
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "EOA" --:
legend
Participant details
<#FEFECE,#D0D000>|= Alias |= Contract name |= Address |
<#FEFECE>| EOA | Externally Owned Account | 0x074879d0D753cf4A850a6a3614D60d0b2309A58F |
<#FEFECE>| TestGuard_01 | TestGuard | 0x63fb898997d985983B63843bd5a1d6A7AD11b95A |
<#FEFECE>| ReentrancyMock_01 | ReentrancyMock | 0xD3915F4ED8AFec3653376798bA11972FdCff807A |
endlegend
@enduml | false | true | false | false | sequence |
3d37fb5dd16849fc32aaa400ef5f7012b0f5e1fe | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-flytstatus.puml | 60b3502e57c4bf4d4a59c48622e06be193b4d837 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 189 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.FlytStatus <<codelist>> {
+Godkjent = G
+Ikke godkjent = I
+Sendt tilbake til saksbehandler med kommentarer = S
}
@enduml
| false | true | false | false | class |
99b1fb83ed1d1dcd4ca9a1c3d9d19e18a1c621d7 | b384a892ec852a6531a08028988d4598fa62e18e | /Turnstile-UML/Turnstile-3-fsm.puml | b39e373efb31f1b08cd9f7442d20a4a0e81c2149 | [] | no_license | giopde1ste/IntroductionC | 97a6f5ca9cf97da6da9d35256f6983eba83a7e5e | ba1e4e8cf519d2e4c6f82854f7ac74de42a58c0b | refs/heads/master | 2022-10-06T23:57:57.463645 | 2020-04-17T15:45:29 | 2020-04-17T15:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml
title FSM Turnstile - 3 -
[*] --> Locked : / lock();
Locked -right--> Unlocked : E_COIN / unlock();
Locked --> Violation: E_PASS / alarm();
Violation --> Locked : E_READY / resetAlarm(); lock();
Violation --> Violation : E_RESET / resetAlarm();
Violation --> Violation : E_PASS\n
Violation --> Violation : E_COIN\n
Unlocked -left--> Locked : E_PASS / lock();
Unlocked --> Unlocked : E_COIN / thankyou();
@enduml
| false | true | false | false | sequence |
8b3e0de0095153febc17908c031c40f986e71616 | c17d67715206a3ab16c4e852d34f1df3ed3b9211 | /GuitarShop/out/production/GuitarShop/GuitarShop.puml | 2a66c38b39b50b21226535f9606dc1636b0b90f0 | [] | no_license | jackcarroll5/Object-Oriented-Analysis-And-Design | a5137718260b0f3ba03d20e326022dd2136056eb | 5dff7bee0663954097522f3e26e02c69b545dc60 | refs/heads/master | 2020-03-28T10:49:18.412649 | 2019-03-19T14:42:49 | 2019-03-19T14:42:49 | 148,148,567 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,303 | puml | @startuml
skinparam classAttributeIconSize 0
class Guitar{
+ Guitar(serialNumber : String, price : double, spec : GuitarSpec)
- serialNumber : String
- price : double
- spec : GuitarSpec
+ getSerialNumber() : String
+ getPrice() : double
- setPrice(newPrice : double) : void
+ getGuitarSpec() : GuitarSpec
}
class Inventory{
+ Inventory()
- guitars : LinkedList
+ addGuitar(serialNumber : String, price : double,spec : GuitarSpec) : void
+ getGuitar(serialNumber : String) : Guitar
+ searchSimple(searchGuitar : GuitarSpec) : List <Guitar>
}
class GuitarSpec{
+ GuitarSpec(builder : Builder, model : String,
type : Type, noString : NumString, backWood : Wood, topWood : Wood)
- builder : Builder
- model : String
- type : Type
- noString : NumString
- backWood : Wood
- topWood: Wood
+ getBuilder() : Builder
+ getModel() : String
+ getType() : Type
+ getNumStrings() : NumString
+ getBackwood() : Wood
+ getTopwood() : Wood
+ matches(spec : GuitarSpec) : boolean
}
Inventory o-- Guitar : contains
Guitar --> GuitarSpec : has a
enum Wood{
ALDER
CEDAR
MAHOGANY
}
enum Builder{
FENDER
GIBSON
MARTIN
COLLINGS
}
enum Type{
ACOUSTIC
ELECTRIC
}
enum NumString{
SIXSTRING
TWELVESTRING
}
@enduml | false | true | false | false | sequence |
e84245f22515b6756100125bf390c4097c222c20 | 64c8dacb32731ce02a24ccd7f4f71da2dabc86e3 | /Module08_Heritage/POOI_Heritage_CompteBancaireSansAbstraction/plantuml/POOI_Heritage_CompteBancaireSansAbstraction/Transactions/TransactionRetrait.puml | eb3a407ae16acd4e803fd24c2b80ade4f4ddeeaf | [
"CC0-1.0"
] | permissive | Mouadh-1994770/420-W20-SF | 0233d6e99d48dea14068db093686507c878892fb | a066b8b1fdcc4cb07f7c274b6aa3c479aee6d505 | refs/heads/master | 2022-12-21T19:44:13.247779 | 2020-06-02T03:21:28 | 2020-06-02T03:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml
class TransactionRetrait {
+ TransactionRetrait(p_montant:decimal)
}
Transaction <|-- TransactionRetrait
@enduml
| false | true | false | false | class |
a7b8a6ca14eed9efdade222185715de43d802ef7 | 47abc859d6be4f2e075579e8a9f6faaca572c2d5 | /doc/layout_of_app.puml | ecb16857885f157648ad29f6f8f24f7b3134b0e1 | [
"MIT"
] | permissive | ktv12/RESTED | 8d3d492b6437b85d4daee5d96700c01a90652efe | 3ed79495074e719354d77b7284220f03ef927b3b | refs/heads/master | 2020-07-26T07:52:23.318759 | 2016-10-12T20:21:58 | 2016-10-12T20:22:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,431 | puml | @startuml
class "app.js" as App {
.. Description ..
Where the app is bootstrapped
}
class RootCtl {
.. Description ..
Holds <b>$rootScope</b> and fetches
initial data from DB.
..
Can generally be considered the
top level of the app.
}
class Collections {
.. Description ..
Holds the list where the
collections are displayed.
}
class Request {
.. Description ..
Holds the view logic for sending
new requests to a server.
}
class OptionsCtl {
..Description..
The controller for the options
modal (popup box).
}
class Modal {
..Description..
The directive that controls
the currently visible Modal
(popup box), if any.
}
note "There are also several services with\nglobally accessible utility functions" as Services
App --> RootCtl
OptionsCtl --> Modal
RootCtl --> Collections
RootCtl --> Request
RootCtl.OptionsCtl
RootCtl-->Modal
RootCtl.Services
class DB {
..Description..
Holds the database API
Each collection placed
in IndexedDB gets these
methods:
--Methods--
get()
add(item)
set(item)
delete(item)
}
class Collection {
..Description..
Holds CRUD methods
on collections
}
class "... And more!" as More
Services .. DB
Services .. Collection
Services .. More
class "constants.js" as Constants {
..Description..
Holds any and all constants
that is used by the app globally.
}
@enduml
| false | true | false | false | sequence |
8539a1f5bc8ea5472f96e54b746a223b2915a0de | 188eed20c216f3a9cce01f598a4b0a54c1bde405 | /class_diagram.puml | ad4e76b99b072410373a9fba5751b6409fdfc05e | [] | no_license | houfio/sudoku | 234c335649e7f9d52dc64e8d9b4a7b31c3de5a06 | 04bf278c379d10e8464c781297c53743563b67c6 | refs/heads/main | 2023-05-19T17:54:30.703163 | 2021-06-13T18:44:13 | 2021-06-13T18:44:13 | 369,759,796 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,877 | puml | @startuml
package service {
interface PuzzleReader {
+readPuzzles(): List<PuzzleCandidate>
}
class DefaultPuzzleReader extends PuzzleReader
note left of PuzzleReader: Dependency Injection
}
package controller {
abstract class Controller {
#sudoku: Sudoku
{abstract} +createView(): View
}
class OverviewController extends Controller
class PuzzleController extends Controller
OverviewController --> PuzzleReader
}
package widget {
abstract class Widget {
Component
..
{abstract} +draw(Graphics2D)
{abstract} +update()
+iterator(): Iterator<Widget>
}
class WidgetIterator {
Iterator
..
+hasNext(): Boolean
+next(): Puzzle
}
class WidgetGroup extends Widget {
Composite
..
#children: Widget[]
+findChild(): Widget
}
class ButtonWidget extends Widget {
Leaf
..
}
class ListWidget extends Widget {
Leaf
..
}
class TileWidget extends Widget {
Leaf
..
}
class FrameWidgetGroup extends WidgetGroup {
Composite
..
}
WidgetGroup *-- Widget
Widget .l.> WidgetIterator
note top of WidgetGroup: Composite
note right of Widget: Iterator
}
package view {
abstract class View extends WidgetGroup {
Composite
..
}
class OverviewView extends View {
Composite
..
}
class PuzzleView extends View {
Composite
..
}
View --> Controller
}
package model {
class Game {
+execute(Command)
+rollback()
}
class GameData << (D, pink) >> {
Receiver
..
}
package tile {
abstract class Tile {
+accept(TileVisitor)
}
class Position << (D, pink) >> {
+x: Int
+y: Int
}
class PositionedTile << (D, pink) >>
class DefaultTile extends Tile {
Element
..
}
class StaticTile extends Tile {
Element
..
}
PositionedTile --> Tile
PositionedTile --> Position
note top of Tile: Template
}
package visitor {
interface TileVisitor {
Visitor
..
+visit(DefaultTile)
+visit(StaticTile)
}
class ResetTileVisitor extends TileVisitor {
Concrete Visitor
..
}
note right of TileVisitor: Visitor
}
package solver {
interface Solver {
Strategy
..
+trySolve(Puzzle): Boolean
+getErrors(Puzzle): List<Position>
}
class DefaultSolver extends Solver {
Concrete Strategy
..
}
class SamuraiSolver extends Solver {
Concrete Strategy
..
}
note left of Solver: Strategy
}
package puzzle {
class Puzzle {
+setTile(Position, Tile)
+getTile(Position): Tile?
+getTiles(): List<PositionedTile>
+visitTiles(TileVisitor)
}
class PuzzleCandidate << (D, pink) >> {
+name: String
+type: String
+content: String
}
interface PuzzleFactory {
Abstract Factory
..
{static} +get(String): PuzzleFactory
+createPuzzle(PuzzleCandidate): Puzzle
}
class DefaultPuzzleFactory extends PuzzleFactory {
Concrete Factory
..
}
class JigsawPuzzleFactory extends PuzzleFactory {
Concrete Factory
..
}
class SamuraiPuzzleFactory extends PuzzleFactory {
Concrete Factory
..
}
Puzzle *-- Tile
Puzzle --> Solver
Puzzle .u.> ResetTileVisitor
PuzzleCandidate -d[hidden]-> PuzzleFactory
note left of PuzzleFactory: Abstract Factory
}
package command {
interface Command {
Command
..
+execute(GameData): Boolean
+rollback()
}
class CommandExecutor {
Invoker
..
+execute(Command)
+rollback()
+empty(): Boolean
}
class EnterCommand extends Command {
Command
..
}
class StartCommand extends Command {
Command
..
}
class SwitchCommand extends Command {
Command
..
}
Command *-- CommandExecutor
StartCommand ..> PuzzleFactory
note right of Command: Command
}
package state {
interface State {
State
..
+enter(GameData, Position, Char?): Char?
}
class PlayState extends State {
Concrete State
..
}
class NoteState extends State {
Concrete State
..
}
note right of State: State
}
Game --> GameData
Game --> CommandExecutor
GameData --> Puzzle
GameData -u-> State
}
package util {
class Fonts << (O, orange) >> {
Singleton
..
+Small: Font
+Normal: Font
+Big: Font
}
class Images << (O, orange) >> {
Singleton
..
+read(String): Image
}
}
note left of util: Singleton
class Sudoku {
-controller: Controller
+push(Class<Controller>)
}
Sudoku --> Game
Sudoku <-> Controller
Sudoku --> Widget
note top of Sudoku: MVC & Factory Method
@enduml
| false | true | false | false | state |
865585d60d99cd98f606fc4fb5a07e68f1a6396f | defed9daa354309bd44b7647548c9f21a153de3c | /builder/builder.puml | 92975968b0b8d69ae485b9f23baf2d3eff9cb5ca | [] | no_license | vaRinia/design-patterns-apprentice | 448ddd888fd49ec76f6141522fd9c58b459b724b | 9682ff589d99bc046d1dd368417696688a609306 | refs/heads/master | 2021-04-19T00:58:22.747278 | 2017-06-09T18:18:10 | 2017-06-09T18:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 278 | puml | @startuml
class Product {
final properties..
}
class ProductBuilder {
properties..
ProductBuilder buildPart1()
ProductBuilder buildPart2()
ProductBuilder ...()
ProductBuilder buildPartN()
Product getResult()
}
ProductBuilder .left.> Product
@enduml | false | true | false | false | class |
022f821998d2069009fc937043fb1e8a6a234901 | 1144550a17ec0b2763671e6e668ebf31888a5580 | /docs/DiagramaSecuencia-ConstruccionPreguntas.plantuml | de1a0f3fc9d0bc3ad7063672b87eac9810e7b7d2 | [
"MIT"
] | permissive | diegosanchez/TP2-Kahoot | 4e76b7fe1a29e2362c25dc639e8ba8b2d7debc6c | 2dddfe4aedbed0e9b7886b81afaf377c5f1e217f | refs/heads/master | 2022-12-03T07:09:13.029479 | 2020-08-11T22:13:25 | 2020-08-11T22:13:25 | 286,867,561 | 0 | 0 | null | 2020-08-11T23:16:17 | 2020-08-11T23:16:16 | null | UTF-8 | PlantUML | false | false | 435 | plantuml | @startuml
actor User
title Diagrama Secuencia TP2 - Construcción de preguntas
hide footbox
User -> question ** : new TrueFalseWithPenaltyQuestion(¿1 es mayor que 2?")
User -> opcionTrue ** : new GameOption("True")
User -> opcionTrue ** : new GameOption("False")
User -> question : setCorrectOption(opcionFalse)
User ->question : calculatePoints(optcionFalse)
activate question
question --> User : 2
deactivate question
@enduml
| false | true | true | false | usecase |
b49b409a0024065afc2e45795f8a9a184b16c736 | 7e911954f1390d6f88927f4a4dc7e6662c370425 | /src/sample/ClassDiagram.puml | 941296fef6cd5fddc298fbc19f494b1fc4f2715f | [] | no_license | Fantast024/Graphics-editor | 7fb6d566f894983b7b0c8ea530fb28f86cab1d92 | 5372b40fdd681baf4b0a071212ce18d22630340f | refs/heads/main | 2023-06-17T19:33:21.709737 | 2021-06-27T16:20:12 | 2021-06-27T16:20:12 | 375,971,561 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 707 | puml | @startuml
title __Graphics redactor's Class Diagram__\n
namespace sample {
namespace model {
}
}
namespace sample {
class model.Model {
}
}
namespace sample {
class model.Point {
}
}
namespace sample {
class sample.Controller {
}
}
namespace sample {
class sample.Main {
}
}
sample.Controller o-- model.Point
sample.Controller o-- model.Model
sample.Main -up-|> javafx.application.Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml | false | true | false | false | class |
4cd7ea7de258ff71b6134e7d21df30d3ecfa7dcd | 9383288a6b61bc27145e29886d3aa278a7c65d23 | /app/app.plantuml | cc06d763a8c4f8c1dbbcde754d86b5c5dca04719 | [] | no_license | CiaShangLin/SilverhairCalendar | 05b554044def17d50d178e658c3680a79b85e92e | 71297c8d6d028324c3e54e935aa9e61d7831263f | refs/heads/master | 2020-05-19T14:07:28.570104 | 2019-06-03T07:23:39 | 2019-06-03T07:23:39 | 185,053,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,511 | plantuml | @startuml
title __APP's Class Diagram__\n
package com.shang.livedata {
class BuildConfig {
}
}
package com.shang.livedata {
package com.shang.livedata.Calender {
class ColorfulMonthView {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Calender {
class ColorfulWeekView {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Room {
class EventDao_Impl {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Calender {
class MyWeekBar {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Room {
class RoomDatabase_Impl {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Calender {
class SimpleMonthView {
}
}
}
package com.shang.livedata {
package com.shang.livedata.Calender {
class SimpleWeekView {
}
}
}
ColorfulMonthView -up-|> MonthView
ColorfulWeekView -up-|> WeekView
EventDao_Impl -up-|> EventDao
EventDao_Impl o-- DateConverter : __dateConverter
MyWeekBar -up-|> WeekBar
RoomDatabase_Impl -up-|> RoomDatabase
RoomDatabase_Impl o-- EventDao : _eventDao
SimpleMonthView -up-|> MonthView
SimpleWeekView -up-|> WeekView
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 |
bc4bd84c45d104cc254e6d225ab41940dadbcbf9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxCategoryUpdate.puml | b2e9eb61413c5594667ade2daa58c7dd7eb24d7c | [] | 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 | 375 | 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 TaxCategoryUpdate [[TaxCategoryUpdate.svg]] {
version: Long
actions: [[TaxCategoryUpdateAction.svg List<TaxCategoryUpdateAction>]]
}
@enduml
| false | true | false | false | class |
56316b2aca3948930ed8dbf762a92f47058c7ce5 | 3e2da778ff8bd76fa3ae2eb2e61f043226682288 | /src/repository/repository.plantuml | 8d7f7e7a10ff55717394373f9d13b4ba485e69fc | [
"CC-BY-4.0"
] | permissive | Dieunelson-Dorcelus/todo-cli | d165438d566dd7eccf9e463e9a2c6d84e04754be | a5cc8983aeca5962f42cb936a3d59f3241e96f20 | refs/heads/main | 2023-02-25T16:05:39.132504 | 2021-02-02T09:44:19 | 2021-02-02T09:44:19 | 317,835,869 | 0 | 1 | null | 2021-01-10T04:41:34 | 2020-12-02T11:08:42 | Java | UTF-8 | PlantUML | false | false | 2,393 | plantuml | @startuml
title __REPOSITORY's Class Diagram__\n
namespace repository {
class repository.Comment {
- content : String
- created : Date
+ Comment()
+ Comment()
+ getContent()
+ getCreated()
}
}
namespace repository {
class repository.DataSource {
+ getInstance()
+ save()
}
}
namespace repository {
interface repository.Repository {
{abstract} + create()
{abstract} + delete()
{abstract} + read()
{abstract} + readAll()
{abstract} + update()
}
}
namespace repository {
abstract class repository.Task {
- comments : ArrayList<Comment>
- creaded : Date
- description : String
- title : String
+ Task()
+ Task()
+ Task()
{abstract} + create()
{abstract} + delete()
+ getCreaded()
+ getDescription()
+ getTitle()
{abstract} + read()
{abstract} + readAll()
{abstract} + update()
# getComments()
}
}
namespace repository {
abstract class repository.TaskList {
- created : Date
- name : String
- tasks : HashMap<String, Task>
+ TaskList()
+ TaskList()
+ TaskList()
{abstract} + create()
{abstract} + delete()
+ getCreated()
+ getName()
{abstract} + read()
{abstract} + readAll()
{abstract} + update()
# getTasks()
}
}
namespace repository {
class repository.TaskListTXT {
+ TaskListTXT()
+ TaskListTXT()
+ TaskListTXT()
+ create()
+ delete()
+ read()
+ readAll()
+ update()
}
}
namespace repository {
class repository.TaskTXT {
+ TaskTXT()
+ TaskTXT()
+ TaskTXT()
+ create()
+ delete()
+ read()
+ readAll()
+ update()
}
}
repository.Task .up.|> repository.Repository
repository.TaskList .up.|> repository.Repository
repository.TaskListTXT -up-|> repository.TaskList
repository.TaskTXT -up-|> repository.Task
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 |
b5c36101353b2a4fc0f2d49efdc9973db30b4586 | e406142d8e5e3eb24702e802e801f3b1206c0bf2 | /doc/classlist.puml | df1d1145161c8b08de341aa5ac431ff0f2f6d5fe | [] | no_license | pparke/pitfall-challenge | 9f5015e258e7aa4e0e380f00b5043b6924fe4ebf | 1f0a07f33bc65a0a15203b754e64f90b3ad63be1 | refs/heads/master | 2021-01-17T08:15:32.278311 | 2016-08-08T11:25:11 | 2016-08-08T11:25:11 | 64,152,427 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,327 | puml | @startuml
class BarrelController {
- mainCamera : Camera
+ rolling : bool
- rigidbody2d : Rigidbody2D
+ speed : float
+ offscreenLeft : float
- animator : Animator
bool IsOffLeftSide()
}
class BarrelSpawner {
+ barrel : GameObject
+ pattern : List<float>
- _cursor : int
- mainCamera : Camera
- next : float
void SpawnBarrel()
void MoveOffScreen()
+ void SetPattern()
}
class CheckpointController {
- gameManager : GameManager
}
class ClimbState {
- player : PlayerController
- prevGravity: float
}
class CrocodileMouthController {
- animator : Animator
- behaviours : CrocodileBehaviour[]
+ open : bool
+ openDuration : float
+ closedDuration : float
+ void OpenMouth()
+ void CloseMouth()
}
class Cutoff {
+ cutoffMat : Material
+ void SetCutoff()
}
class DamageState {
- player : PlayerController
- enterTime : float
- exitDelay : float
}
class DeadState {
- player : PlayerController
- playerDead : PlayerDeadBehaviour
}
class ExitController {
- segment : SegmentData
- colliding : false
}
class FollowCamera {
+ buffer : float
+ panSpeed : float
+ minY : float
+ maxY : float
bool pastBuffer()
}
class GameManager {
+ gameDuration : int
- timeRemaining : int
- player : PlayerController
+ checkpoint : GameObject
+ playerStart : GameObject
+ buttonDelay : float
- lastPress : float
- durationInSeconds : int
void Tick()
+ void ResetPlayer()
+ void Reset()
+ void SetCheckpoint
+ void ExitGame()
+ void MainMenu()
+ void StartGame()
+ void ToggleExitPanel()
}
class GroundState {
- player : PlayerController
}
class IPlayerState {
void fixedUpdate()
void update()
void onTriggerEnter()
void onTriggerStay()
void enter()
void exit()
}
class JumpState {
- player : PlayerController
- exitDelay : float
- lastJump : float
- boostUsed : bool
}
class LimboState {
- player : PlayerController
- prevGravity : float
}
class MenuManager {
+ void StartGameButton()
+ void ExitGameButton()
void StartGame()
void ExitGame()
}
class PickupController {
+ particle : GameObject
}
class PitController {
- animator : Animator
- behaviours : PitBehaviour[]
+ quicksand : bool
+ open : bool
+ openDuration : float
+ closedDuration : float
+ void OpenPit()
+ void ClosePit()
}
class PlayerController {
- currentState : IPlayerState
- states : Dictionary<string, IPlayerState>
- playerSprite : GameObject
+ gameManager : gameManager
+ rigidbody2d : Rigidbody2D
+ animator : Animator
+ hingejoint2d : HingeJoint2D
+ collidedWith : Collider2D
+ speed : float
+ jumpForce : float
+ jumpBoost : float
+ horizontalForce : float
+ horizontalCorrection : float
+ jumpPressed : bool
+ jumpPressedDuration : float
+ horizontalAxis : float
+ verticalAxis : float
+ groundCheck : Collider2D
+ groundMask : LayerMask
+ facingRight : bool
+ score : int
+ lives : int
+ void ChangeState()
+ void CheckGrounded()
+ void FaceForward()
+ void Flip()
+ void Kill()
+ void TakeDamage()
+ void AddPoints()
+ void Reset()
+ void Reposition()
+ void Revive()
}
class SceneFadeInOut {
+ {static} fadeSpeed : float
+ {static} fade : bool
+ {static} fader : Image
delegate void TransitionHandler()
- {static} transition : TransitionHandler
+ delegate void CompleteHandler()
+ {static} onComplete CompleteHandler
{static} void FadeToClear()
{static} void FadeToBlack()
+ {static} void StartScene()
+ {static} void EndScene()
- {static} void Init()
}
class SegmentData {
+ barrelPattern : List<float>
+ newSpawn : float
- active : bool
- barrelSpawn : BarrelSpawner
void Enter()
void Exit()
+ void Toggle()
+ void AddSpawn()
}
class SegmentDataEditor {
}
class SwingState {
- player : PlayerController
- prevGravity : float
- hingejoint2d : HingeJoint2D
}
class UIManager {
- {static} scoreText : Text
- {static} timeText : Text
- {static} livesImage : Image
- {static} quitMenu : Canvas
- {static} menuActive : bool
+ {static} lifeWidth : float
+ {static} void SetScore()
+ {static} void SetTime()
+ {static} void SetLives()
+ {static} void ToggleExitPanel()
}
class VineController {
+ amplitude : float
+ period : float
+ phaserShift : float
- elapsedTime : float
+ y : float
}
@enduml
| false | true | false | false | class |
ca8cb3c271140e3f47c882c2f18dab809f8901c4 | af85987a1d1c83f29672ac0d9862a565c413d465 | /doc/4c/2.0 AIORAE containers.plantuml | 19230ca8b8e27eaf3a2d9d8adae503eef82a1aea | [] | no_license | PSI-Polska/aaas-java6 | bff2459fc98c9852306fe78d859d9eebc64a61dc | adc652e4b2ea91d6a199e870c780bf11c0b14211 | refs/heads/master | 2020-03-24T23:39:24.051357 | 2018-08-01T07:11:42 | 2018-08-01T07:11:42 | 143,147,531 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 279 | plantuml | @startuml
skinparam dpi 200
skinparam backgroundColor transparent
title AI OR AE Containers
actor User
package {
component PSIProduct as PSI
database DB
}
component AAAS as 3as
cloud {
component Engines as engine
}
User <--> PSI
PSI <--> 3as
3as <--> engine
@enduml | false | true | false | false | sequence |
7d6ff1b664f865fb0f4f1ae6d5bb9db2e4dbc423 | b0956a85955d743a879868c0cf1387eb6f29ced0 | /docs/diag_packages.puml | aa389c5284d6a6826730392c165b418dc232effe | [
"Apache-2.0",
"Python-2.0"
] | permissive | OpenWinch/OpenWinch-Python | 89268aa07e6fa67c93316376f09acda6866dc4b7 | 9bef54ed66c4e77128cfb63fc2d0af747a65a35f | refs/heads/master | 2022-11-26T21:34:01.664155 | 2020-06-05T23:39:35 | 2020-06-05T23:39:35 | 262,579,938 | 2 | 0 | Apache-2.0 | 2020-06-05T23:39:36 | 2020-05-09T13:43:51 | Python | UTF-8 | PlantUML | false | false | 2,471 | puml | @startuml
skinparam package {
BackgroundColor White
ArrowColor Grey
BorderColor Black
}
skinparam packageStyle frame
title packages no name
package openwinch {
}
package openwinch.singleton {
}
package openwinch.__main__ {
}
package openwinch.controller {
}
package openwinch.config {
}
package openwinch.hardwarePi {
}
package openwinch.display_config {
}
package openwinch.version {
}
package openwinch.keyboard {
}
package openwinch.utils {
}
package openwinch.display {
}
package openwinch.hardware {
}
package openwinch.hardware_config {
}
package openwinch.mode {
}
package openwinch.constantes {
}
package openwinch.web_main {
}
package openwinch.logger {
}
package openwinch.web_extra {
}
openwinch.config +-- openwinch
openwinch.constantes +-- openwinch
openwinch.controller +-- openwinch
openwinch.logger +-- openwinch
openwinch.mode +-- openwinch
openwinch.singleton +-- openwinch
openwinch.version +-- openwinch
openwinch.web_extra +-- openwinch
openwinch.web_main +-- openwinch
openwinch.controller +-- openwinch.singleton
openwinch.web_extra +-- openwinch.__main__
openwinch.web_main +-- openwinch.__main__
openwinch.version +-- openwinch.controller
openwinch.mode +-- openwinch.controller
openwinch.logger +-- openwinch.controller
openwinch.utils +-- openwinch.controller
openwinch.constantes +-- openwinch.controller
openwinch.config +-- openwinch.controller
openwinch.controller +-- openwinch.hardwarePi
openwinch.hardware +-- openwinch.hardwarePi
openwinch.hardware_config +-- openwinch.hardwarePi
openwinch.logger +-- openwinch.hardwarePi
openwinch.display_config +-- openwinch.keyboard
openwinch.constantes +-- openwinch.utils
openwinch.logger +-- openwinch.utils
openwinch.controller +-- openwinch.display
openwinch.constantes +-- openwinch.display
openwinch.display_config +-- openwinch.display
openwinch.hardware_config +-- openwinch.display
openwinch.version +-- openwinch.display
openwinch.controller +-- openwinch.hardware
openwinch.display_config +-- openwinch.hardware
openwinch.display +-- openwinch.hardware
openwinch.logger +-- openwinch.hardware
openwinch.controller +-- openwinch.mode
openwinch.logger +-- openwinch.mode
openwinch.constantes +-- openwinch.mode
openwinch.utils +-- openwinch.mode
openwinch.constantes +-- openwinch.web_main
openwinch.controller +-- openwinch.web_main
openwinch.singleton +-- openwinch.web_main
openwinch.constantes +-- openwinch.web_extra
openwinch.singleton +-- openwinch.web_extra
@enduml
| false | true | false | false | uml-unknown |
0a4caaf3fac38f1a373779d1c5bf96022e88e0b4 | 594d7be42b0f1e9f0f4b41e639459c4daaf9740e | /test4.puml | 89511a73840486ee1f6c5df083129128d6b0ef6f | [] | no_license | wanghuang86/kafka-test | 77b4bae0f03d512da1527d1b647166207864146f | 75f3f48ed8fa56c0c5b7d23056915a6cdaf576ec | refs/heads/master | 2022-11-06T15:31:56.692156 | 2020-06-30T13:41:05 | 2020-06-30T13:41:05 | 276,034,529 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 612 | puml | @startuml
scale 350 width
/'[*] --> NotShooting
state NotShooting {
[*] --> Idle
Idle --> Configuring : EvConfig
Configuring --> Idle : EvConfig
}
state Configuring {
[*] --> NewValueSelection
NewValueSelection --> NewValuePreview : EvNewValue
NewValuePreview --> NewValueSelection : EvNewValueRejected
NewValuePreview --> NewValueSelection : EvNewValueSaved
state NewValuePreview {
State1 -> State2
}
}'/
@startuml
start
if (Graphviz installed?) then (yes)
:process all\ndiagrams;
else (no)
:process only
__sequence__ and __activity__ diagrams;
endif
stop
@enduml
@enduml | false | true | false | false | sequence |
e33a24b5e6708df2db70bcd0d4cc66cf48768006 | 5978086d18edaabba255295549d49c3e6959d4bf | /exercise1/architecture.puml | 34389e4161789084fd24a71af786b93c750e9a4a | [] | no_license | civitz/example-assignment | 58765279b171760e8d9b40e74390eb5247f4ffc3 | 496543a7ecab304b112b97467f6eca39d7b48d40 | refs/heads/master | 2022-04-01T04:03:11.903919 | 2020-01-17T22:48:09 | 2020-01-17T22:48:09 | 231,575,214 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 730 | puml | @startuml
actor Website
interface SLOW
component [Slow\nService] as SL
interface AUTH
component [Authentication\nService] as AuthS
package "To be" {
component [Collector\nService] as CS
component [Queue] as queue
component [Query Service] as QueryServ
component [Store\nService] as SS
component [API Gateway\n(Cache,\nRate Limiter)] as GW
database Elasticsearch as DB
}
interface REST as RestCollector
interface REST as RestQuery
Website -right-> RestCollector
RestCollector -right- CS
CS .right.> AUTH : validate clientID
AUTH - AuthS
CS -down-> queue
queue -down-> SS
SS -down-> GW
GW .right.> SLOW
SLOW - SL
SS -right-> DB
DB <-right- QueryServ
QueryServ ..> AUTH : validate Auth-Token
QueryServ -right- RestQuery
@enduml | false | true | false | false | usecase |
1dd7970268dde2d49a12d7ef439af483b1d3e4e4 | e618e68be491bb98c0573a467be63146a053cc6c | /SA/sequencediagram/staff/addStaff.puml | 316f4dec4b10f4ddea697e95acf24fa4336a7e45 | [] | no_license | dedeandress/belanjayukid-be-services | 14101c676e2bdd56c5df72b9ccddae648951cf8b | 9bedbf42cdd0b764e27c9dc839df8b401ac0bb62 | refs/heads/master | 2022-04-07T04:29:30.602535 | 2020-02-28T05:39:33 | 2020-02-28T05:39:33 | 194,123,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,539 | puml | @startuml
title: Create Staff Sequence Diagram
actor user
participant BelanjaYukFE
database BelanjaYukDB
box "BelanjaYuk.id" #LightBlue
participant BelanjaYukBE
participant StaffResolver
participant StaffService
participant UserRepository
participant StaffRepository
participant UserProfileRepository
participant JWTUtility
participant BelanjaYukDB
end box
user -> BelanjaYukFE ++ : add staff menu
BelanjaYukFE -> BelanjaYukBE ++ : /graphql add staff
note right of BelanjaYukFE
content type: application/json
request body:
mutation {
createStaff(
staff: $staffInput
) : Staff
}
StaffInput(
UserInput(
username,
password,
email,
)
UserProfileInput(
fullName,
phoneNumber,
address,
noNik,
dateOfBirth,
)
roleId
)
end note
BelanjaYukBE -> StaffResolver ++ : call StaffResolver
StaffResolver -> StaffService ++ : call StaffService
note left
passing:
- context
- staffInput
end note
StaffService -> JWTUtility: validate token and claim role
alt #LightGreen token is not expired
alt #LightYellow role is admin or cashier
StaffService -> UserRepository ++ : get user passed username in StaffInput
UserRepository -> BelanjaYukDB ++ : select user where username is given
BelanjaYukDB --> UserRepository -- : user or null
UserRepository --> StaffService -- : user or null
alt user is null
StaffService -> UserRepository ++ : add user
UserRepository -> BelanjaYukDB ++ : insert into user table
BelanjaYukDB --> UserRepository -- : affected rows no error and return user id
UserRepository --> StaffService -- : affected rows no error and return user id
StaffService -> StaffService : create UserProfile model
StaffService -> UserProfileRepository ++ : add UserProfile
UserProfileRepository -> BelanjaYukDB ++ : insert into user profile table
BelanjaYukDB --> UserProfileRepository -- : affected rows no error
UserProfileRepository --> StaffService -- : affected rows no error
StaffService -> StaffRepository ++ : add staff
StaffRepository -> BelanjaYukDB ++ : insert into staff table
BelanjaYukDB --> StaffRepository -- : affected rows no error and return staff
StaffRepository --> StaffService -- : affected rows no error and return staff
StaffService --> StaffResolver : staff model
StaffResolver --> BelanjaYukBE : staff model
BelanjaYukBE --> BelanjaYukFE : staff model
else user is not null
StaffService --> StaffResolver: throw exception already exist
StaffResolver --> BelanjaYukBE: message user already exist
BelanjaYukBE --> BelanjaYukFE: message user already exist
end alt
else error: role is not admin or cashier
StaffService --> StaffResolver : Error: Not Authorized
StaffResolver --> BelanjaYukBE : Error: Not Authorized
BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize
end alt
else token is expired
StaffService --> StaffResolver -- : Error: token expired
StaffResolver --> BelanjaYukBE -- : Error: token expired
BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired
end alt
@enduml | false | true | false | false | usecase |
25ef7200296c1a73dcb799e7d705270c9fbe7a54 | 369db1e5fbb24c1b103966fb52b7d3cc9b5bbe9d | /doc/Physical_Quantities_Interfaces.puml | 732b6faa26d2f7aa4f7026118a234c8a40228400 | [] | no_license | HomeMadeBots/Physical_Quantities_Interfaces | 2118107b602c1ae6039d6c2800e563c9a53d2b9d | bb0e98be209c225a60a1afd36d66554778504941 | refs/heads/main | 2023-07-18T21:54:27.234362 | 2021-09-20T13:23:54 | 2021-09-20T13:23:54 | 391,996,167 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 135 | puml | @startuml
package Physical_Quantities_Interfaces [
Gathers software elements allowing to deal
with physical quantities.
]
@enduml | false | true | false | false | uml-unknown |
b5d4cfbb8030ecf28934d948be51734e18299efb | ed024736c98255d4b309a1694dd45f4912d44f7b | /plugin/src/test/resources/design.puml | 25b1f6fc8c97567bf05848a0c3c55766ff65d045 | [
"MIT"
] | permissive | jenkinsci/warnings-ng-plugin | 02caee0467eae6f1c1ec662b2f87598fedaaae0f | db07bfe4addb69a649ffc1cfcc7ec72ad3314041 | refs/heads/master | 2023-08-31T05:35:47.546531 | 2023-08-02T11:30:37 | 2023-08-02T11:30:37 | 152,814,648 | 344 | 342 | MIT | 2023-09-13T09:39:01 | 2018-10-12T22:41:36 | Java | UTF-8 | PlantUML | false | false | 881 | puml | @startuml
skinparam componentStyle uml2
skinparam component {
BorderColor #a0a0a0
BackgroundColor #f8f8f8
}
[Warnings] <<..analysis.warnings..>>
[Steps] <<..core.steps>>
[Model] <<..core.model>>
[Charts] <<..core.charts>>
[Filter] <<..core.filter>>
[Portlets] <<..core.portlets>>
[Columns] <<..core.columns>>
[Rest API] <<..core.restapi>>
[Tokens] <<..core.tokens>>
[Utilities] <<..core.util>> <<..api>>
[Warnings] --> [Utilities]
[Warnings] --> [Model]
[Steps] --> [Utilities]
[Steps] --> [Model]
[Steps] ---> [Filter]
[Steps] ---> [Rest API]
[Tokens] --> [Model]
[Tokens] --> [Utilities]
[Portlets] --> [Model]
[Portlets] --> [Utilities]
[Portlets] --> [Charts]
[Columns] --> [Model]
[Columns] --> [Utilities]
[Model] --> [Utilities]
[Model] --> [Charts]
[Model] --> [Rest API]
[Charts] --> [Utilities]
[Rest API] --> [Utilities]
[Filter] --> [Utilities]
@enduml
| false | true | false | false | class |
de378574dbac6562ddac81c220dad234584b4fe8 | ab89ca5057ed953ac267e51693b3c54cac4802f4 | /docs/GameState.puml | f7905a090b054b11b4b06e8c17efaf0a9da4e419 | [
"MIT"
] | permissive | GewoonMaarten/fp-pac-man | 15f8659eb4d318e96a6eef9c805fe8312a8d9fda | e67ef5901266a3df871af4e9309b7fb6e30841be | refs/heads/master | 2020-08-18T01:43:59.612242 | 2019-11-10T13:16:04 | 2019-11-10T13:16:04 | 215,733,547 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 793 | puml | @startuml
[*] --> Initial
Initial: GameState Home []
note right of Initial
data GameState = GameState {
Scene :: Scene
Level :: Grid
}
type Grid = [[GridItem]]
data GridItem = Empty
| Door
| Wall
| SpawnPoint
| Collectible CollectibleState CollectibleType
| Player Orientation Lives Score
| Ghosts (Ghost, Ghost, Ghost, Ghost)
deriving (Show)
end note
Initial --> Playing : EnterPressed
Playing: GameState Level [[GridItem]]
Playing -> Pause : EscPressed
Pause: GameState Pause [[GridItem]]
Pause --> Playing : EscPressed
Pause --> Initial : EnterPressed
Playing --> GameOver : LivesUp
GameOver: GameState GameOver []
GameOver --> Initial : EnterPressed
@enduml | false | true | false | false | sequence |
a6e53e5dd4e39c09383472bf1b687d38c663fbb5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartChangeLineItemQuantityAction.puml | 925b0cac1cd5735d5b220ff93f87c748a46f1238 | [] | 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 | 621 | 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 CartChangeLineItemQuantityAction [[CartChangeLineItemQuantityAction.svg]] extends CartUpdateAction {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
externalPrice: [[Money.svg Money]]
externalTotalPrice: [[ExternalLineItemTotalPrice.svg ExternalLineItemTotalPrice]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
a9733acf4b7f2186fb877c73dcaa5a509b02f745 | 172e4895181dca01903565564bfe13679dadc38f | /plantuml/application.repository.plantuml | dee25f1b6ae6166b65626fe76b2e950515a99fee | [] | no_license | Brunomcarvalho89/RentCar | f39e552622801e122d90e4f63afadaa483afef92 | 2299d2fc8ea8dbda13be436507d97f781de0b56f | refs/heads/main | 2023-03-23T08:13:41.351309 | 2021-03-05T00:43:15 | 2021-03-05T00:43:15 | 344,620,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,179 | plantuml | @startuml
package "application.repository" {
class CarClassificationRepository {
-std::vector<std::shared_ptr<CarClassification>> repository
-std::shared_ptr<CarClassification> classificationNC
+CarClassificationRepository()
+~CarClassificationRepository()
+virtual std::shared_ptr<CarClassification> getByID(int id)
}
AbstractCarClassificationRepository <|-- CarClassificationRepository
class CarRepository {
-std::vector<std::shared_ptr<Car>> repository
+CarRepository()
+~CarRepository()
+virtual std::shared_ptr<Car> getByID(int id)
}
AbstractCarRepository <|-- CarRepository
class ClientRepository {
-std::vector<std::shared_ptr<Client>> repository
+ClientRepository()
+~ClientRepository()
+virtual std::shared_ptr<Client> getByID(int id)
}
AbstractClientRepository <|-- ClientRepository
class VehicleMaintenanceRepository {
-std::vector<std::shared_ptr<VehicleMaintenance>> repository
+VehicleMaintenanceRepository()
+~VehicleMaintenanceRepository()
+virtual std::shared_ptr<VehicleMaintenance> getByID(int id)
}
AbstractVehicleMaintenanceRepository <|-- VehicleMaintenanceRepository
}
@enduml | false | true | false | false | class |
f351c0241611ac02674c2ddfa9ad9be05cd253d3 | dca8938b76ae33950996b85fda8027ede62174b4 | /Raytracerv1.0/Raytracerv0.7.plantuml | fd4187b5d1aa619d98effed0029f60a4c9e909cc | [] | no_license | Benchamon/RayTracer | e2ecc50d3d78042b80c518ad041a411dcea87e07 | 4ecfbca46c8f7e8f5df2a33f58404b0920b8ed2d | refs/heads/main | 2023-09-02T19:27:52.176211 | 2021-11-03T18:36:07 | 2021-11-03T18:36:07 | 423,940,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,532 | plantuml | @startuml
title __RAYTRACERV0.7's Class Diagram__\n
namespace up.edu.isgc.raytracer {
interface up.edu.isgc.raytracer.IIntersectable {
}
}
namespace up.edu.isgc.raytracer {
class up.edu.isgc.raytracer.Intersection {
}
}
namespace up.edu.isgc.raytracer {
class up.edu.isgc.raytracer.Ray {
}
}
namespace up.edu.isgc.raytracer {
class up.edu.isgc.raytracer.Raytracer {
}
}
namespace up.edu.isgc.raytracer {
class up.edu.isgc.raytracer.Scene {
}
}
namespace up.edu.isgc.raytracer {
class up.edu.isgc.raytracer.Vector3D {
}
}
namespace up.edu.isgc.raytracer {
namespace lights {
class up.edu.isgc.raytracer.lights.DirectionalLight {
}
}
}
namespace up.edu.isgc.raytracer {
namespace lights {
abstract class up.edu.isgc.raytracer.lights.Light {
}
}
}
namespace up.edu.isgc.raytracer {
namespace lights {
class up.edu.isgc.raytracer.lights.PointLight {
}
}
}
namespace up.edu.isgc.raytracer {
namespace objects {
class up.edu.isgc.raytracer.objects.Camera {
}
}
}
namespace up.edu.isgc.raytracer {
namespace objects {
abstract class up.edu.isgc.raytracer.objects.Object3D {
}
}
}
namespace up.edu.isgc.raytracer {
namespace objects {
class up.edu.isgc.raytracer.objects.Polygon {
}
}
}
namespace up.edu.isgc.raytracer {
namespace objects {
class up.edu.isgc.raytracer.objects.Sphere {
}
}
}
namespace up.edu.isgc.raytracer {
namespace objects {
class up.edu.isgc.raytracer.objects.Triangle {
}
}
}
namespace up.edu.isgc.raytracer {
namespace tools {
class up.edu.isgc.raytracer.tools.Barycentric {
}
}
}
namespace up.edu.isgc.raytracer {
namespace tools {
abstract class up.edu.isgc.raytracer.tools.OBJReader {
}
}
}
up.edu.isgc.raytracer.Intersection o-- up.edu.isgc.raytracer.Vector3D : normal
up.edu.isgc.raytracer.Intersection o-- up.edu.isgc.raytracer.objects.Object3D : object
up.edu.isgc.raytracer.Intersection o-- up.edu.isgc.raytracer.Vector3D : position
up.edu.isgc.raytracer.Ray o-- up.edu.isgc.raytracer.Vector3D : direction
up.edu.isgc.raytracer.Ray o-- up.edu.isgc.raytracer.Vector3D : origin
up.edu.isgc.raytracer.Scene o-- up.edu.isgc.raytracer.objects.Camera : camera
up.edu.isgc.raytracer.lights.DirectionalLight -up-|> up.edu.isgc.raytracer.lights.Light
up.edu.isgc.raytracer.lights.DirectionalLight o-- up.edu.isgc.raytracer.Vector3D : direction
up.edu.isgc.raytracer.lights.Light -up-|> up.edu.isgc.raytracer.objects.Object3D
up.edu.isgc.raytracer.lights.PointLight -up-|> up.edu.isgc.raytracer.lights.Light
up.edu.isgc.raytracer.objects.Camera -up-|> up.edu.isgc.raytracer.objects.Object3D
up.edu.isgc.raytracer.objects.Object3D .up.|> up.edu.isgc.raytracer.IIntersectable
up.edu.isgc.raytracer.objects.Object3D o-- up.edu.isgc.raytracer.Vector3D : position
up.edu.isgc.raytracer.objects.Polygon -up-|> up.edu.isgc.raytracer.objects.Object3D
up.edu.isgc.raytracer.objects.Sphere -up-|> up.edu.isgc.raytracer.objects.Object3D
up.edu.isgc.raytracer.objects.Triangle .up.|> up.edu.isgc.raytracer.IIntersectable
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 |
000ce54fadf1d78843abbc5f7eed493f545c0827 | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_SITA_ResourceIntegration.puml | d7899a9e619eeeee8afaa5bf1dd29d8599754a85 | [] | 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 | 419 | puml | @startuml
skinparam componentStyle uml2
package "'ResourceIntegration' Aggregate" <<Rectangle>> {
class PassengerData <<(E,DarkSeaGreen) Entity>> {
String personalData
String healthData
}
class DataProvision <<(A,#fffab8) Aggregate Root>> {
String sitaAirportNetwork
PassengerData passengerData
ImmigrationAuthority transmittPassengerData()
}
}
DataProvision --> PassengerData : passengerData
@enduml
| false | true | false | false | sequence |
98e8fe0bd7e1f1d943493799fba7954bf3b1dc1b | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros02_01/variables/i130395/draft_macros_02_01.puml | a1a2f946d8019414034e98f8dd2e2e8428f336b4 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 714 | puml | @startuml doc-files/draft_macros_02_01.png
actor User
participant "<<analysis>>\nCellUI" as UI
participant "<<analysis>>\nCellCtrl" as ctrl
participant "<<analysis>>\nCell" as cell
participant "<<analysis>>\nWorkbook" as Workbook
participant "<<analysis>>\nVariable" as Variable
User -> UI : string
activate UI
UI -> ctrl : setContent(string)
activate ctrl
deactivate UI
ctrl -> cell : setContent(string)
activate cell
deactivate ctrl
cell->Workbook : setContent(value)
activate Workbook
Workbook->Workbook : valida()
alt se nao existir
Workbook->Variable : create(value)
Workbook -> Workbook : add(value)
else
Workbook -> Variable : setContent(value)
end
deactivate Workbook
deactivate cell
@enduml | false | true | false | false | usecase |
071a7eb91c3738dd941bca85bb01d9c1b420902d | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/DAL/DBConnection/IDbCommand.puml | ad31f5071a44dd83fd0a5083ce0b055195c006a5 | [] | 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 | 196 | puml | @startuml
interface IDbCommand {
ExecuteNonQuery() : int
ExecuteReader() : IDataReader
}
IDbCommand --> "Parameters" DbParameterCollection
IDbCommand --> "Connection" DbConnection
@enduml
| false | true | false | false | class |
51b8f0e5eadbd9704ea1b5a24b44177c70cec71a | 29e1081dcb7431308968c9a247890c76ffcde578 | /docs/system-context.puml | c74e0034c0722cd477609ef734cacfd1ba8c28e4 | [] | no_license | chaosdorf/dorfmap-deb | a53ac33e2956fba232e6182e45ac08e7eebd5963 | c891170b5a486c855ffe4b945457a077ec777ef7 | refs/heads/master | 2020-04-03T14:34:49.433721 | 2019-11-15T18:02:06 | 2019-11-15T18:02:06 | 9,006,078 | 1 | 0 | null | 2018-02-03T17:44:06 | 2013-03-25T12:57:29 | Perl | UTF-8 | PlantUML | false | false | 547 | puml | @startuml
actor "Hacker"
package "User Device" {
[Web frontend]
}
package "Host: feedback" {
[Backend]
[GPIOs]
}
package "Host: door" {
[Door server]
}
package "Eletrical Wiring" {
[Dorfbus]
[Device]
}
[Hacker] .right.> [Web frontend] : Click
[Web frontend] <-right-> [Backend] : HTTP
[Backend] --> [Door server] : Get/set door status
[Backend] <-- [Door server] : Ring bell
[Backend] -right-> [GPIOs] : Bitbanging
[GPIOs] --> [Dorfbus] : Eletrical signals
[Dorfbus] --> [Device] : Switch device e.g. avrshift
@enduml
| false | true | false | false | sequence |
25357a81d63b12a9bb0e30a4b704f75bc44245c0 | 828882025f74a51ee6a8cb5dd2f83bffe4d5c951 | /test3/borrowInfo.puml | bf996da176585a96aa566fd79e1360c031926ea0 | [] | no_license | ydswinter/is_analysis | cf27edc37bad712e225cd29f25a90164526a6461 | 40b3d3d555796524f787cca4f10667c1be427ae6 | refs/heads/master | 2021-09-15T20:24:39.891291 | 2018-06-10T11:58:58 | 2018-06-10T11:58:58 | 125,835,278 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 200 | puml | @startuml
object borrowInfo{
readerId = 201510414422
ISBN = "978-7-308-17148-9"
borrowTime = 2018-4-17"
deadline = 2018-05-15
returnTime = 0000-00-00
isReturn = false
}
@enduml | false | true | false | false | object |
3e6030652dfb07b717c680e08b53eb6aabb9639a | f576ded7c7322e8bb02ac9334761cafcf0106385 | /TemplateMethod/Use/out/UnrealEngineLesson.puml | e2e2d4e65e6b4075a467003b107a24084b090838 | [] | no_license | Zukky55/design_pattern | 233c7befca30d98af43804450c41f9fea36e4b0e | 512464b01c23029db879b48a3e5533ec910724e8 | refs/heads/master | 2023-01-10T17:34:28.021070 | 2020-11-17T06:13:51 | 2020-11-17T06:13:51 | 304,786,374 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 199 | puml | @startuml
class UnrealEngineLesson {
+ <<override>> Lecture() : void
+ <<override>> Test() : void
+ <<override>> ResultsAnnounce() : void
}
TemplateLesson <|-- UnrealEngineLesson
@enduml
| false | true | false | false | class |
8e560b0484fca59644331b24818d6717b54af401 | 4d44ebf6db6016183d13dc34d8ce5e9465f6d3c6 | /class.puml | 2a8453bae01b2da5834567e4a9857096d03edc20 | [
"MIT"
] | permissive | kyusque/percival | d9468035766044b27dd8a0e84868fbf9736ea3bd | 31f204f7988c6acff6a489a2ffc698d19a259e09 | refs/heads/develop | 2021-07-20T06:57:58.783252 | 2019-05-17T17:36:17 | 2019-05-20T09:19:51 | 187,256,699 | 0 | 0 | MIT | 2020-01-07T03:05:34 | 2019-05-17T17:30:27 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 2,484 | puml | @startuml
class User
package "Parcival" {
package "Preparation Context" {
class Conformer <<entity>>{
mol_with_structure: rdchem.RWMol
to_sdf(): str
}
class Conformers <<first class collection>>{
conformer_list: List[Conformer]
to_sdf(): str
}
class Molecule <<entity>>{
mol: rdchem.RWMol
title: str
generate_conformers(self, num_confs:int, prune_rms_thresh:int): Conformers
}
class MoleculeFactory <<factory>> {
create_molecule_from_smiles(smiles: Smiles, title: str): Molecule
}
package "Value Object " {
class Smiles <<value object>>{
Value: str
}
}
package "Service" {
class InputGenerator <<service>>{
{static} generate_gjf_directory(smiles: Smiles, directory_name:str): None
{static} generate_gjf(conformer: Conformer): str
}
}
Conformers "1" o-- "*" Conformer
MoleculeFactory --> Molecule
Molecule -> Conformers
MoleculeFactory --> Smiles
User --> MoleculeFactory
User --> InputGenerator
User --> Smiles
}
package "Analysis Context" {
package "Table Aggregate"{
class Table <<aggregate root>>{
entries: EntryRepository
}
}
class EntryRepository <<repository, factory>>{
entries: List[Entry]
}
package "Entry Aggregate"{
class Entry <<aggregate root>>{
conformers: Conformers
directory_path: str
}
class "Conformer " <<entity>>{
mol_with_structure: rdchem.RWMol
electronic_structure: ElectronicStructure
}
class "Conformers " <<first class collection>>{
conformer_list: List[Conformer]
}
}
package "Value Object" {
class MolecularOrbital <<value object>>{
energy: Energy
occupied: bool
}
class MolecularOrbitals <<first class collection>>{
molecular_orbitals: List[MolecularOrbital]
}
class ElectronicStructure <<value object>>{
program: str
basis: str
method: str
energy: Energy
molecular_orbitals: MolecularOrbitals
}
class Energy <<value object>>{
hartree_energy: float
}
Table "1" -> "*" EntryRepository
EntryRepository "1" o-- "*" Entry
Entry -> "Conformers "
"Conformers " "1" o-- "*" "Conformer "
"Conformer " -> ElectronicStructure
ElectronicStructure --> MolecularOrbitals
ElectronicStructure --> Energy
MolecularOrbitals --> MolecularOrbital
MolecularOrbital --> Energy
}
}
User --> Table
User --> EntryRepository
@enduml | false | true | false | false | class |
8537785cba4c75817e8cd152e220b642a09dcc77 | 6b465859db51d4d194f452155f46c75d04e5d859 | /src/com/company/haaphoop/thinkingInJava/chapter17/Collection.puml | 54cd53672f9ff0f1d9d4b258d53fab8ca761b119 | [] | no_license | haaphoop/idea-workspace | 2753b614ed9f29c427d8eac85b7be8c6e85ad78a | b2c43b71a3c2f859e393cfa3f8e525e06a7a7341 | refs/heads/master | 2021-05-23T06:02:24.780784 | 2018-09-03T15:24:37 | 2018-09-03T15:24:37 | 94,769,353 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,421 | puml | @startuml
interface Iterator
interface Collection
interface List
abstract class AbstractList
abstract class AbstractCollection
interface ListIterator
class Vector{
}
class Stack{
}
class ArrayList{
}
abstract class AbstractSequentialList
class LinkedList{
}
Collection <|-- List
Iterator <|-- ListIterator
ListIterator <|-- List
Collection <|-- AbstractCollection
List <|-- AbstractList
AbstractCollection <|-- AbstractList
AbstractList <|-- Vector
Vector <|-- Stack
AbstractList <|-- ArrayList
AbstractList <|-- AbstractSequentialList
AbstractSequentialList <|-- LinkedList
interface Set
interface SortedSet
abstract AbstractSet
class TreeSet{
}
class HashSet{
}
class LinkedHashSet{
}
Collection <|-- Set
Set <|-- SortedSet
Set <|-- AbstractSet
AbstractCollection <|-- AbstractSet
SortedSet <|-- TreeSet
AbstractSet <|-- TreeSet
AbstractSet <|-- HashSet
HashSet <|-- LinkedHashSet
interface Queue
Collection <|-- Queue
interface Map
abstract AbstractMap
interface SortedMap
class HashMap{
}
class LinkedHashMap{
}
class WeakHashMap{
}
class HashTable{
}
class IdentityHashMap{
}
class TreeMap{
}
Map <|-- AbstractMap
Map <|-- SortedMap
AbstractMap <|-- HashMap
HashMap <|-- LinkedHashMap
AbstractMap <|-- WeakHashMap
AbstractMap <|-- HashTable
AbstractMap <|-- IdentityHashMap
AbstractMap <|-- TreeMap
SortedMap <|-- TreeMap
interface Comparable
interface Comparator
class Collections{
}
class Arrays{
}
@enduml | false | true | false | false | class |
bd4c822c8eef80051d79376f4588ee847f33c710 | 84dbfc8df17a0a3f9d6382d781ba13dd616b93dd | /rapport/UML_1_5/Vegetal.puml | 9d8fceb54889679417df89f0e697f20d471f5193 | [
"MIT"
] | permissive | C-Rio/Simulation_monde | ca20856ca68b3f96555304736bc1f2b58cd4ae02 | 99e118c3782eea332f064abe7600fbb1b5c6006d | refs/heads/master | 2022-10-28T23:39:17.566527 | 2022-10-09T17:22:35 | 2022-10-09T17:22:35 | 253,203,756 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | puml | @startuml
abstract Class Vegetal {
# double : x
# double : y
+ double : get_x()
+ void : set_x(double)
+ double : get_y()
+ void : set_y(double)
+ {abstract} void : dessiner()
+ {abstract} void : dessiner_simple()
+ {abstract} void : grandir(double)
}
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.