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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c4757e6b5a52d40c9acd96954a7245b3de31dddc | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-tilgang.puml | 621fb7f2b5062e1f107cc833dec533865d6978e9 | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml
skinparam nodesep 100
hide circle
class Admin.Tilgang {
+systemID : SystemID [0..1]
+rolle : string
+tilgangskategori : Tilgangskategori
+referanseArkivenhet : SystemID [0..1]
+tilgangsrestriksjon : Tilgangsrestriksjon [0..1]
+les : boolean
+ny : boolean
+endre : boolean
+slett : boolean
}
@enduml
| false | true | false | false | class |
5440bd26178912b92222c8cbd6cf5c6a917cd265 | 19d51cc8ca942b1b92e22a7f213e5a6d8d3b81c6 | /documentation/iot-er.puml | 961d1320038e19d3caf1976df5685df94847f3cd | [
"Apache-2.0"
] | permissive | owahlen/mysmarthome | 14ddbd277b5dfd089e2216badedbf6cd3b45f34e | 419984de4cf592b687ad6d9dbac022fc4b2c82c1 | refs/heads/main | 2023-01-14T13:26:16.220826 | 2021-09-25T11:47:49 | 2021-09-25T11:47:49 | 209,645,635 | 1 | 0 | Apache-2.0 | 2023-01-07T04:38:33 | 2019-09-19T20:46:07 | TypeScript | UTF-8 | PlantUML | false | false | 1,179 | puml | @startuml
skinparam monochrome true
skinparam padding 4
hide circle
hide methods
package "AWS Account" {
entity "Thing" as thing {
* name (//RaspberryPi//)
* ARN
}
note right: Thing instance represents the\nphysical device in the cloud.
entity "Certificate" as certificate {
* name (//1471cfc859...//)
* ARN
}
note right: Represents the certificate\nfiles deployed on the device.\nThose are used for authentication\nagainst AWS IoT.
entity "Policy" as policy {
* name (//RaspberryPi//)
* ARN
* Policy document (JSON)
}
note right: Defines which operations or\nresources a device or user can access.
entity "MQTT Broker" as broker {
* topics
}
}
entity "Physical Device" as device {
.. Files ..
+ certificate (//1471cfc859-certificate.pem.crt//)
+ public key (//1471cfc859-public.pem.key//)
+ private key (//1471cfc859-private.pem.key//)
+ certificate authority (//AmazonRootCA1.pem//)
}
thing }--{ certificate
certificate }--{ policy
device -- thing
certificate ..> device: copy\lfiles
device <--> broker: Pub/Sub
@enduml | false | true | false | false | sequence |
dea04fd27e5a42a401bb19e55375b6a4ba64de38 | f297d20805f2546d5d0386e0f3de2b9dc8fd88f1 | /src/main/java/designpattern07_代理模式/代理模式类图.puml | 41e74e6285cd911b42c9625705b0528745f9ca47 | [] | no_license | MagicalFool/design-pattern | 2601f3eb545e22a5783bf157b09051040ef08f27 | 6a5028b990d66ea116f7e81159577321e437637a | refs/heads/master | 2020-05-05T07:45:35.878673 | 2019-04-07T13:04:39 | 2019-04-07T13:04:39 | 179,837,148 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
interface Eventable{
void sender();
}
class EventSender{
void sender();
}
class Proxy{
void sender();
}
Eventable <|.. EventSender
Eventable <|.. Proxy
Client ..> Proxy
@enduml | false | true | false | false | class |
7d66a924abc4d1f67a2a519ddc57c7055d0bb2f9 | e65f026da38fb8245390e2c66e7d0e6f6949f4dd | /Diagrams/UML/Class Diagrams/client/client.puml | 04c014bb7bf9626e3650b1c65c01ac9ea204eb8b | [
"MIT"
] | permissive | mashb1t/tcpchat | f6eb6d8fd6f6db2d7ee5638c1a050e185b9129eb | e90fdf83e0b8da30605502036bfe8089ef4d67a4 | refs/heads/master | 2021-08-27T15:29:45.616093 | 2015-06-12T11:16:26 | 2015-06-12T11:16:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,170 | puml | @startuml
class de.mash1t.chat.client.gui.ClientGui
class de.mash1t.chat.client.gui.ClientGuiThread
class de.mash1t.chat.client.gui.DialogHelper
class de.mash1t.chat.client.gui.tabs.ButtonTabComponent
class de.mash1t.chat.client.gui.tabs.ChatArea
class de.mash1t.chat.client.gui.tabs.ChatTab
class de.mash1t.chat.client.gui.tabs.JPanel
class de.mash1t.chat.client.gui.tabs.TabController
class de.mash1t.chat.client.gui.userlist.UserListController
class de.mash1t.chat.config.ConfigParam
class de.mash1t.chat.logging.Counters
class de.mash1t.networking.packets.ConnectPacket
class de.mash1t.networking.packets.DisconnectPacket
class de.mash1t.networking.packets.GroupMessagePacket
class de.mash1t.networking.packets.InvalidPacket
class de.mash1t.networking.packets.KickPacket
class de.mash1t.networking.packets.MessagePacket
class de.mash1t.networking.packets.Packet
class de.mash1t.networking.packets.PacketType
class de.mash1t.networking.packets.PrivateMessagePacket
class de.mash1t.networking.packets.UserListPacket
enum de.mash1t.chat.client.gui.tabs.ChatType
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.chat.client.gui.tabs.ChatTab
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.chat.client.gui.tabs.TabController
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.chat.client.gui.userlist.UserListController
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.chat.config.ConfigParam
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.networking.packets.ConnectPacket
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.networking.packets.DisconnectPacket
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.networking.packets.GroupMessagePacket
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.networking.packets.Packet
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.networking.packets.PrivateMessagePacket
de.mash1t.chat.client.gui.ClientGui ..> de.mash1t.chat.client.gui.tabs.ChatType
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.chat.client.gui.tabs.TabController
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.chat.logging.Counters
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.GroupMessagePacket
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.InvalidPacket
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.KickPacket
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.MessagePacket
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.Packet
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.PacketType
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.PrivateMessagePacket
de.mash1t.chat.client.gui.ClientGuiThread ..> de.mash1t.networking.packets.UserListPacket
de.mash1t.chat.client.gui.tabs.ButtonTabComponent --|> de.mash1t.chat.client.gui.tabs.JPanel
de.mash1t.chat.client.gui.tabs.ButtonTabComponent ..> de.mash1t.chat.logging.Counters
de.mash1t.chat.client.gui.userlist.UserListController ..> de.mash1t.chat.client.gui.tabs.TabController
de.mash1t.chat.client.gui.userlist.UserListController ..> de.mash1t.networking.packets.UserListPacket
@enduml | false | true | false | false | class |
d0bf5b515b4302304d69246a8010b4c983ae8090 | fe4eb6697e791df152d0c98645cb4dd417d0b4fd | /docs/uml/Autograde.puml | c84515f437668469abfee845221a2de4e57807e4 | [] | no_license | AY2021S2-CS2113T-F08-1/tp | 181794879f60fe98692cb30145839758cef4781c | 6e9a5418c1ca45d8ba09ff9a612013251e7417f4 | refs/heads/master | 2023-04-10T04:08:56.690286 | 2021-04-16T14:43:44 | 2021-04-16T14:43:44 | 340,670,502 | 0 | 6 | null | 2021-04-16T13:07:08 | 2021-02-20T14:13:17 | Java | UTF-8 | PlantUML | false | false | 2,167 | puml | @startuml
hide footbox
participant ":Parser" as Parser
participant ":AutogradeAssignmentCommand" as Command
participant ":Data" as Data
participant ":Module" as Module
participant ":Storage" as Storage
participant ":Answer" as Answer
participant ":Assignment" as Assignment
participant ":McqAssignment" as McqAssignment
participant ":ShortAnswerAssignment" as ShortAnswerAssignment
participant ":Student" as Student
participant ":Ui" as Ui
[-> Parser : parse("autograde assignment")
activate Parser
ref over Parser, Command : getCommand
[<-- Parser : AutogradeAssignmentCommand
deactivate Parser
[->Command : execute()
activate Command
Command -> Data : find(moduleCode)
activate Data
Data --> Command : module
deactivate Data
Command -> Module : findAssignment(assignmentName)
activate Module
Module --> Command : assignment
deactivate Module
Command -> Module : getStudents()
activate Module
Module --> Command : students
deactivate Module
Command -> Storage : loadAnswer(assignmentName, moduleCode)
activate Storage
ref over Storage, Answer : loadAnswer
Storage --> Command : answer
deactivate Storage
Command -> Assignment : setAnswers(answer)
activate Assignment
Assignment --> Command
deactivate Assignment
alt assignment instanceof McqAssignment
Command -> McqAssignment : autogradeAssignment(students, moduleCode, storage)
activate McqAssignment
ref over McqAssignment, Student, Storage, Answer : autogradeMcq
McqAssignment --> Command
deactivate McqAssignment
else assignment instanceof ShortAnswerAssignment
Command -> ShortAnswerAssignment : autogradeAssignment(students, moduleCode, storage)
activate ShortAnswerAssignment
ref over ShortAnswerAssignment, Student, Storage, Answer : autogradeShortAnswer
ShortAnswerAssignment --> Command
deactivate ShortAnswerAssignment
end
Command -> Assignment : getUngraded(students)
activate Assignment
Assignment --> Command : ungraded
deactivate Assignment
Command -> Ui : listAssignmentStudentGrades(assignment)
activate Ui
Ui --> Command
deactivate Ui
Command -> Ui : listUngradedStudents(ungraded)
activate Ui
Ui --> Command
deactivate Ui
[<-- Command
deactivate Command
@enduml | false | true | false | false | sequence |
1d69369f9bdc36fe7c918d0e055dd5f5f0c8df06 | f00a91976499d52ad04fc5710e4a29e9818ec07f | /doc/general_oauth.puml | 77d205b29039dd82d3ff09acc00d65a0186ebea4 | [
"Apache-2.0"
] | permissive | nuttybrewer/CloudFrontOAuthCognito | aa601e833e03eaa3e9f6380561b4caa6461a7586 | 411bd7cf2917a94b931c91e0ce25dc2e7bc040b1 | refs/heads/master | 2023-01-07T08:27:15.467032 | 2019-10-18T12:00:21 | 2019-10-18T12:00:21 | 200,921,110 | 1 | 0 | Apache-2.0 | 2022-12-22T12:42:03 | 2019-08-06T20:36:53 | JavaScript | UTF-8 | PlantUML | false | false | 906 | puml | @startuml
actor User
participant "CF:/" as SLASH
User -> SLASH : GET /<path?>
SLASH -> SLASH : Authorization header,\ncookie:sessiontoken\nor ?authorization=parameter?
SLASH --> User : 302 redirect to Cognito\n/oauth2/authorize?\nclient=<clientid>\n&redirect_uri="/"\n&response_type=code\n&scope=email,openid\n&state=<path>
User -> Cognito : POST /oauth2/authorize?\nclient=<clientid>\n&redirect_uri="/"\n&response_type=code\n&scope=email,openid\n&state=<path>
...
Cognito --> User : 302 redirect to https://CF/?code=<code>
User -> SLASH : GET /?code=<code>
SLASH -> Cognito : POST /oauth2/token?\ncode=<code>&client_id=<clientid>\n(Basic Auth header w/ client_id/secret)
Cognito --> SLASH : JWT {access_token, refresh_token, id_token}
SLASH -> S3 : GET index.html header:newauth=<access_token>
S3 --> SLASH : index.html
SLASH --> User : index.html header:\nSet-Cookie: sessiontoken=<access_token>
@enduml
| false | true | false | false | usecase |
6acc01a9f1cc6e2adb006306eddcdbcf7823a297 | 06e93d722a18add11c25541a4e525b9f4b9ab83d | /implementation/ast_decls.puml | 6c88f813ae0f16eaafc56286741bfb423d238582 | [] | no_license | eroatta/thesis | a00ee3c69966b9794ca69147881b94909a306851 | bd191d1691dea9ba433772fabf9b9726bc1b7237 | refs/heads/master | 2021-09-18T00:11:01.309241 | 2021-08-22T18:54:47 | 2021-08-22T18:54:47 | 91,565,606 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,404 | puml | @startuml ast_decls
package ast {
interface Spec {
# specNode()
}
class ImportSpec {
+ Doc *CommentGroup
+ Name *Ident
+ Path *BasicLit
+ Comment *CommentGroup
+ EndPos token.Pos
}
ImportSpec --|> Spec
class ValueSpec {
+ Doc *CommentGroup
+ Names []*Ident
+ Type Expr
+ Values []Expr
+ Comment *CommentGroup
}
ValueSpec --|> Spec
class TypeSpec {
+ Doc *CommentGroup
+ Name *Ident
+ Assign token.Pos
+ Type Expr
+ Comment *CommentGroup
}
TypeSpec --|> Spec
interface Decl {
# declNode()
}
class GenDecl {
+ Doc *CommentGroup
+ Lparen token.Pos
+ Rparen token.Pos
}
GenDecl -> Decl
GenDecl --* Spec : Specs
class FieldList {
+ Opening token.Pos
+ List *Field
+ Closing token.Pos
+ NumFields() int
}
class FuncDecl {
+ Doc *CommentGroup
+ Name *Ident
+ Body *BlockStmt
+ Type *FuncType
}
FuncDecl -> Decl
FuncDecl -- FieldList : Recv
class BadDecl {
+ From token.Pos
+ To token.Pos
}
BadDecl --> Decl
}
package token {
enum TokenType as "Token" {
IMPORT
CONST
TYPE
VAR
}
}
GenDecl --- TokenType : Tok
@enduml
| false | true | false | false | class |
5ad8c3b7321a9baea3a455dcb86b1eb9d1e3b261 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130383/sprint2/sort_extension_2.puml | 12cb328ac4c7ec3a09925bf761e5ade18f4f90c9 | [] | 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 | 727 | puml | @startuml doc-files/sort_extension_2.png
title: How SortExtension is loaded through ExtensionManager
participant ExtensionManager as ExtM
participant Class
participant "extensionClass:Class" as aClass
participant "extension : SortExtension" as SortExtension
ExtM -> Class : aClass = forName("csheets.ext.simple.ExtensionExample");
activate Class
create aClass
Class -> aClass : new
deactivate Class
ExtM -> aClass : extension = (Extension)newInstance();
activate aClass
create SortExtension
aClass -> SortExtension : new
deactivate aClass
ExtM -> SortExtension : name = getName();
activate SortExtension
deactivate SortExtension
ExtM -> ExtM : extensionMap.put(name, extension)
@enduml
| false | true | false | false | sequence |
31ff87019a5af007d04670da592056082c1b29c8 | 85530d94e423a597cee4859cd0d61090c81ee9c6 | /docs/uml/application-created.puml | 6d673fe784999236c49750817f1547aa96d36ff5 | [
"MIT"
] | permissive | strider2038/image-cache | ffe01073c463c6e1c07d9c0de0400c29081350f2 | 7b363ccdbc6c87840ff09a361d8e9f05fb11e375 | refs/heads/master | 2021-09-10T21:43:38.279337 | 2018-03-18T07:19:40 | 2018-03-18T07:19:40 | 93,193,476 | 1 | 0 | MIT | 2018-03-18T07:19:41 | 2017-06-02T18:29:45 | PHP | UTF-8 | PlantUML | false | false | 545 | puml | @startuml
Application -> RequestHandler : handleRequest(request)
RequestHandler -> AccessControl : canHandleRequest(request)
RequestHandler <-- AccessControl : true
RequestHandler -> ImageRequestHandlerFactory : createRequestHandlerByMethod(httpMethod)
RequestHandler <-- ImageRequestHandlerFactory : imageRequestHandler
RequestHandler -> imageRequestHandler : handleRequest(request)
RequestHandler <-- imageRequestHandler : response
Application <-- RequestHandler : response
Application -> ResponseSender : sendResponse(response)
@enduml
| false | true | false | false | sequence |
8083b344c295df9b7ba79f3ad60492199d3358c4 | befe83eaa5884c2e79ccf44f5e912c78953b2d20 | /docs/source/uml/webapi_seq.puml | 59c9f94a075c84d8ef722f2695c4d246d10c197b | [
"MIT"
] | permissive | CCI-Tools/cate | e2156deaf1acd8862a8b3b377cc834bf01a45752 | c7b914f93544c9c771f6796a605f95a55c542c13 | refs/heads/master | 2023-09-01T04:20:02.237904 | 2023-08-29T10:28:52 | 2023-08-29T10:28:52 | 54,632,786 | 40 | 14 | MIT | 2023-04-19T09:27:27 | 2016-03-24T10:11:06 | Python | UTF-8 | PlantUML | false | false | 1,787 | puml | @startuml
title Cate Frontend/Backend communication using the "React" state transition model
actor User
box "Frontend" #eeeeee
participant FrontendView
participant FrontendController
participant FrontendListener
participant FrontendStore
end box
box "Backend" #LightGray
participant BackendController
participant BackendStore
end box
User -> FrontendView: * click! *
activate FrontendView #DarkSalmon
FrontendView -> FrontendController: dispatch(action)
activate FrontendController #DarkSalmon
deactivate FrontendView #DarkSalmon
FrontendController -> BackendController: dispatch(action)
activate BackendController #DarkSalmon
deactivate FrontendController
BackendController -> BackendStore: dispatch(action)
activate BackendStore #DarkSalmon
deactivate BackendStore
BackendController -> BackendController: store_action(action)
activate BackendController #LightSalmon
deactivate BackendController
deactivate BackendController
activate FrontendController #DarkSalmon
FrontendController -> BackendController: get_new_actions(timestamp): timestamp, actions
note left
Getting new actions
is done asynchronously
from a background thread
that polls e.g. all 50ms
end note
activate BackendController #DarkSalmon
deactivate BackendController
FrontendController -> FrontendController: for all actions
activate FrontendController #LightSalmon
FrontendController -> FrontendStore: dispatch(action)
activate FrontendStore #DarkSalmon
deactivate FrontendController
deactivate FrontendController
FrontendStore -> FrontendListener: notify(new_state)
activate FrontendListener #DarkSalmon
FrontendListener -> FrontendView: render()
activate FrontendView #DarkSalmon
deactivate FrontendView
deactivate FrontendListener
deactivate FrontendStore
@enduml | false | true | false | false | usecase |
67be0538069acbc035b7642c4092e220bf3d37bd | 1ecbe75d13e45e5e7daae306ec34f62d2fcc6ddf | /images/useCaseArchitectureDeliveryMechanism.plantuml | abbd05ca6b6948567d2180c04d41a3a74baf09d1 | [] | no_license | skiadas/SoftwareDevelopmentPracticumCourse | 77ba943e6856e9a841b1f94aabd52c695a635812 | f8fccfcd9a9410a191455484c6a7b9927e325ed2 | refs/heads/master | 2020-04-15T23:40:28.229011 | 2019-12-06T15:16:56 | 2019-12-06T15:16:56 | 165,113,828 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,025 | plantuml | @startuml
skinparam shadowing false
skinparam class {
BackgroundColor White
BorderThickness 3
ArrowThickness 2
ArrowColor Maroon
BorderColor Maroon
FontColor Maroon
BorderColor<<boundary>> DarkTurquoise
FontColor<<boundary>> DarkTurquoise
BorderColor<<entity>> Green
FontColor<<entity>> Green
}
together {
class RequestModel << (D,orchid) >>
class ResponseModel << (D,orchid) >>
Interface B1 <<boundary>>
Interface B2 <<boundary>>
}
together {
class Interactor1
}
together {
class E1 <<entity>>
class E2 <<entity>>
class E3 <<entity>>
}
package DeliveryMech <<Cloud>> {
class Controller
class Presenter
}
Controller --> B1
Presenter --|> B2
Interactor1 -up-|> B1
B2 <-- Interactor1
Interactor1 --> E1
Interactor1 --> E2
Interactor1 --> E3
RequestModel <- B1
B2 -> ResponseModel
Presenter --> ResponseModel
Interactor1 -up-> ResponseModel
Interactor1 -up-> RequestModel
Controller --> RequestModel
B1 -[hidden]> B2
E1 -[hidden]> E2
E2 -[hidden]> E3
Controller -[hidden]>Presenter
@enduml
| false | true | false | false | class |
d250563b30efbc20b918db291b2230cfcb98b56a | 2b2acc58e16343190688ed460b26386980bb2b20 | /Documents/UC1/CD.puml | 4e176699b1e852a654190d189459b9015e2a2ca2 | [] | no_license | 1190452/LAPR3 | 0ca11285a3e85f93b5d687a0e10caef6f62a9577 | e641d35f6524fde900beb3683937fc697af3b325 | refs/heads/master | 2023-05-11T07:45:02.636516 | 2021-01-31T17:06:37 | 2021-01-31T17:06:37 | 372,571,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,109 | puml | @startuml
class Address {
-double latitude
-double longitude
-String street
}
class User {
-String nome
-String email
-String NIF
-String password
-int credits
-String street
-double latitude
-double longitude
-String number
-String monthExpiration
-String yearExpiration
-String ccv
newAddress(latitude, longitude, street)
newCreditCard(number, monthExpiration, yearExpiration, ccv)
saveUser()
}
class CreditCard {
-String number
-String monthExpiration
-String yearExpiration
-String ccv
}
class RegistUserController {
newUser(nome, email, NIF, password, credits, street, latitude, longitude, number, monthExpiration, yearExpiration, ccv)
sendEmail(email)
}
class EmailAPI {
sendEmail(email)
}
class UserHandler {
addUser(user)
}
class DataBase {
save(name, email, nif, password, credits, address, creditCard)
}
RegistUserUI ..> RegistUserController
RegistUserController ..> User
UserHandler ..> DataBase
RegistUserController ..> UserHandler
RegistUserController ..> EmailAPI
User "1" -- "1" Address: has
User "1" -- "1" CreditCard: has
@enduml | false | true | false | false | class |
11861060d52a84223844049afce22fe06734b1b3 | 8a0653b68453c355f27c1e0909da3d2d37601b65 | /project/uml/SequenceDiagram/PlaySequenceDiagram.puml | 89c343340548b8cbf058f1205509def26fdc535a | [] | no_license | ezequiels/nazz | c605e48262bb7c8386197e370736171c7f964e21 | 3735c58c464bb861b275481ec1216bc8da9ce84e | refs/heads/master | 2021-08-30T04:35:27.576352 | 2017-12-16T02:25:12 | 2017-12-16T02:25:12 | 111,032,955 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,259 | puml | @startuml
'skinparam backgroundcolor transparent
participant Play #greenyellow
participant PlayExecutionStrategy #greenyellow
Play -> PlayExecutionStrategy: run()
participant PlayExecutionStrategy
participant ConcurrencyStrategy #greenyellow
PlayExecutionStrategy->ConcurrencyStrategy: run()
create WorkerProcess
ConcurrencyStrategy->WorkerProcess: init()
ConcurrencyStrategy->WorkerProcess: run()
note left: Abstraction alert: ConcurrencyStrategy grabs \na WorkerProcess from a thread pool
create participant Task #greenyellow
WorkerProcess->Task: init()
WorkerProcess->Task: run()
participant Action #greenyellow
create Connection
Task->Connection: init() via loader
create Action
Task->Action: init() via loader
Task->Action: run()
Action -> Connection: exec_command()
entity RemoteMachine
Connection->RemoteMachine:run module remotely
Connection <-- RemoteMachine: return response
Action <-- Connection: return response
Action-->Task: return data
Task-->WorkerProcess: return result
destroy Task
WorkerProcess-->ConcurrencyStrategy: return result
note right: Abstraction alert: The WorkerProcess result \nactually returns via the thread pool
ConcurrencyStrategy-->PlayExecutionStrategy: return result
PlayExecutionStrategy --> Play: return result
@enduml | false | true | false | false | sequence |
38da9bdd3dc5c8ef38529e5958b64604e93e2dc2 | c6e6e12d59a3ec2676acd1382550fb3d4a97f618 | /gfx/UML/search-space.puml | c9379ea83c5e297c67a5b4985efd4d2b9b69c75f | [] | no_license | Berberer/master-thesis | e9f8bd327aba36a488260da4521f8b4956e8aebf | 6379065c375498d757afe8e628498d69065d9829 | refs/heads/master | 2022-12-26T05:51:09.006338 | 2020-10-07T21:55:28 | 2020-10-07T21:55:28 | 233,442,672 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,201 | puml | @startuml SearchSpaceManagement
abstract class GraphNode {
predecessor : GraphNode
successors : GraphNodes[ ]
node_id : String
{abstract} is_leaf_node() : boolean
}
abstract class GraphGenerator {
{abstract} get_root_node() : GraphNode
generate_successors(node : GraphNode) : GraphNode[ ]
{abstract} get_node_successors(node : GraphNode) : GraphNode[ ]
}
class SearchSpace {
get_components_by_name(component_name : String) : SearchSpaceComponent[ ]
get_components_providing_interface(interface_name : String) : SearchSpaceComponent[ ]
}
class SearchSpaceComponent {
name : String
id : String
provided_interfaces : String[ ]
required_interfaces : String[ ]
function_pointer : boolean
params : Map
create_default_parameter_config() : Map
draw_random_parameter_config() : Map
validate_parameter_config(config : Map) : boolean
create_construction_args_from_config(parameter_config : Map, required_interfaces : Map) : (List, Map)
}
class SearchSpaceComponentInstance {
parameter : Map
required_interfaces : Map
construct_pipeline_element() : Object
}
class SearchSpaceRestProblem {
required_interfaces : Map[ ]
component_mapping : Map
{static} from_previous_rest_problem(rest_problem : SearchSpaceRestProblem, satisfied_interface_component : SearchSpaceComponent) : SearchSpaceRestProblem
is_satisfied() : boolean
get_first_unsatisfied_required_interface() : String
}
class SearchSpaceGraphNode {
specified_interface : String
is_leaf_node() : boolean
}
class SearchSpaceGraphGenerator {
initial_component_name : String
get_root_node() : SearchSpaceGraphNode
get_node_successors(node : SearchSpaceGraphNode) : SearchSpaceGraphNode[ ]
}
SearchSpace "1" -- "0..*" SearchSpaceComponent : components >
SearchSpaceComponent "1" -- "1" SearchSpaceComponentInstance : component <
GraphNode ^-- SearchSpaceGraphNode
SearchSpaceGraphNode "1" -- "1" SearchSpaceRestProblem : rest_problem >
GraphGenerator ^-- SearchSpaceGraphGenerator
SearchSpaceGraphGenerator "1" -- "1" SearchSpace : search_space >
SearchSpaceGraphGenerator "1" -- "1" SearchSpaceGraphNode : root_node >
@enduml | false | true | false | false | class |
ef8e8d65975c8c4ef73762ac0d792f056ad92925 | 2ac74657de3cb81bab734d18094e945a442a167d | /sechub-doc/src/docs/asciidoc/diagrams/diagram_archive_support_overview.puml | f404dce79c835f846304841c1c15b8b96ba55143 | [
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
... | permissive | de-jcup/sechub | 64055bb7ccd5496e32207c140e5812997e97583b | 488d2d23b9ae74043e8747467623d291c7371b38 | refs/heads/develop | 2023-07-22T18:01:47.280074 | 2023-07-18T15:50:27 | 2023-07-18T15:50:27 | 199,480,695 | 0 | 1 | MIT | 2023-03-20T03:00:02 | 2019-07-29T15:37:19 | Java | UTF-8 | PlantUML | false | false | 1,383 | puml | ' SPDX-License-Identifier: MIT
@startuml
hide empty fields
hide empty members
enum ScanType
class SecHubConfigurationModel
class SecHubFileStructureDataProviderBuilder
interface SecHubFileStructureDataProvider {
boolean isRootFolderAccepted();
Set<String> getUnmodifiableSetOfAcceptedReferenceNames();
}
class MutableSecHubFileStructureDataProvider extends SecHubFileStructureDataProvider
interface ArchiveTransformationData{
boolean isAccepted();
boolean isPathChangeWanted();
String getChangedPath();
}
class ArchiveTransformationDataFactory
class ArchiveSupport {
ArchiveExtractionResult extract(ArchiveType type, InputStream,...)
}
class ArchiveExtractionResult
class PDSWorkspaceService
SecHubFileStructureDataProviderBuilder -> SecHubConfigurationModel : needs
SecHubFileStructureDataProviderBuilder -> ScanType : needs
SecHubFileStructureDataProviderBuilder --> SecHubFileStructureDataProvider : creates
ArchiveTransformationDataFactory --> SecHubFileStructureDataProvider : needs
ArchiveTransformationDataFactory --> ArchiveTransformationData : creates
ArchiveSupport --> ArchiveExtractionResult : returns
ArchiveSupport --> ArchiveTransformationDataFactory : uses
ArchiveSupport --> SecHubFileStructureDataProvider : needs
PDSWorkspaceService --> ArchiveSupport : uses
PDSWorkspaceService -> SecHubFileStructureDataProviderBuilder: uses
@enduml | false | true | false | false | sequence |
e5ece668f061ed387f3ebdbe66dc31cb4b547ce4 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/In-Vehicle-Infomatics/Distribute-Content.puml | 9b786983e68175321d1b74c7b0d9424471f78704 | [] | 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 | 292 | puml | @startuml
Actor "actorName" as A
box "In-Vehicle-Informatics" #lightblue
participant CLI as CLI
participant Web as Web
participant "adc" as S
A -> CLI : adc-content-distribute()
CLI -> S : content/distribute()
A -> Web : content/distribute()
Web -> S : content/distribute()
end box
@enduml
| false | true | false | false | sequence |
712e6cb9a647316646fa6c572c28e86ed4c33bc6 | deb30b4dd22ff7f5cb9087561c003f00d0e6d230 | /src/main/java/org/yuhang/designpattern/observer/observer.puml | a5f3324e8e4e613d01351519b963bf29f1aa897b | [] | no_license | yhsiashen/algorithm-exercise | 2e4a38ddde6c529e46b64bdf5844b19b12bf6db1 | c3e905ca5ea73c14a04bec1545d9735121cb6fe0 | refs/heads/master | 2023-08-28T00:51:57.948694 | 2021-11-14T10:37:59 | 2021-11-14T10:37:59 | 149,220,510 | 0 | 1 | null | 2023-08-07T19:27:47 | 2018-09-18T03:00:09 | Java | UTF-8 | PlantUML | false | false | 595 | puml | @startuml
interface Subject
interface Observer
class WeatherDataSubject
class ConcurrentDataStaticsDisplay
class ForeastDataDisplay
Subject <|.. WeatherDataSubject
Observer <|.. ConcurrentDataStaticsDisplay
Observer <|.. ForeastDataDisplay
Observer *-- Subject
interface Subject{
+registerObserver():void
+removeObserver():void
+notifyObservers():void
}
interface Observer{
+update(Object arg):void
}
class WeatherDataSubject{
-temperature
-humidity
-presurre
+setMeasurements():void
}
class ConcurrentDataStaticsDisplay{
-temperature
-humidity
-presurre
}
@enduml | false | true | false | false | class |
c90cb432c06523e4d8a853c5ec869097a4760e30 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/ip-payment@0.11.1.puml | 6ebc3f14bdecc3f227ac0d6a1457b0bcc033529b | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 850 | puml | @startuml
class org.accordproject.ippayment.PaymentRequest << (T,yellow) >> {
+ Double netSaleRevenue
+ Double sublicensingRevenue
+ DateTime permissionGrantedBy
}
org.accordproject.ippayment.PaymentRequest --|> org.accordproject.cicero.runtime.Request
class org.accordproject.ippayment.PayOut << (T,yellow) >> {
+ Double totalAmount
+ DateTime dueBy
}
org.accordproject.ippayment.PayOut --|> org.accordproject.cicero.runtime.Response
class org.accordproject.ippayment.IntellectualPropertyPaymentClause << (A,green) >> {
+ String royaltyText
+ Double royaltyRate
+ String sublicensingRoyaltyText
+ Double sublicensingRoyaltyRate
+ Duration paymentPeriod
+ Duration paymentPeriodWithPermission
}
org.accordproject.ippayment.IntellectualPropertyPaymentClause --|> org.accordproject.cicero.contract.AccordClause
@enduml
| false | true | false | false | class |
004a7da89c96d5a4fb545ea5211287fb06cfcb8f | c720cb97422d079dd91118f9ff1ea3c218ccd360 | /assets/uml/Filtering-Strategies.plantuml | ec39f04bb747a338b22f9d50fd84f0adb8b7d799 | [
"MIT"
] | permissive | danscho1/08-singleton-factory-strategy | eae9d2588c1cbd2393b8669c926f276a94af877b | 4524f3be32f575367b43703de5ff5c3aff8a5f8e | refs/heads/master | 2021-08-22T07:15:18.003649 | 2017-11-29T15:35:41 | 2017-11-29T15:35:41 | 112,448,665 | 0 | 0 | null | 2017-11-29T08:35:30 | 2017-11-29T08:35:29 | null | UTF-8 | PlantUML | false | false | 494 | plantuml | @startuml FilteringStrategies
package de.fhro.inf.prg3.a08.filtering {
interface MealsFilter {
filter(meals: List<Meal>): List<Meals>
}
class AllMealsStrategy implements MealsFilter {
}
abstract class FilterBase implements MealsFilter {
#include(m: Meal): boolean
}
class VegetarianStrategy extends FilterBase {
}
class NoPorkStrategy extends FilterBase {
}
class NoSoyStrategy extends FilterBase {
}
}
@enduml | false | true | false | false | class |
b737e09191fa1866a124d2d424cf9153e8ca67cd | 7eb0a3429f021f1a046bed8e667a6911d789d065 | /IteratorPattern/IteratorPattern.puml | 8327d5bcf1a4435d4531f12c5069f3d664aed844 | [
"MIT"
] | permissive | gama79530/DesignPattern | d99431711fda65cfb7d790b2959ba0a712fa3f86 | 4730c50cdd839072ae50eef975cbed62b5a2a41c | refs/heads/master | 2023-08-03T04:35:54.561642 | 2023-06-08T03:13:08 | 2023-07-31T12:32:13 | 269,562,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 247 | puml | @startuml IteratorPattern
hide empty members
class Client{
}
interface Iterable{
- collection
+ createIterator()
}
interface Iterator{
+ next()
+ hasNext()
}
Client -left- Iterable: > use
Client -right- Iterator: > use
@enduml | false | true | false | false | class |
08de5ebc390a24847523df7854423483727fedb7 | 5138fad4e257ab5c3b993e68417ca6be13556288 | /docs/diagrams/CommandManagerAddTaskSequenceDiagram.puml | 44379457cd082fa42e862883a1f499edb5c52524 | [
"MIT"
] | permissive | AY1920S1-CS2103T-F12-1/main | 457cd126da3c5cbf5e359bd77dde16f8cc8d6b16 | 412b4db6d387659ea88bc2d028ffceed962742ac | refs/heads/master | 2020-07-27T22:03:25.658633 | 2019-11-11T15:24:34 | 2019-11-11T15:24:34 | 209,227,517 | 4 | 5 | NOASSERTION | 2019-11-11T15:24:35 | 2019-09-18T05:46:12 | Java | UTF-8 | PlantUML | false | false | 1,991 | puml | @startuml
' Style
skinparam boxPadding 10
skinparam shadowing false
box Logic
participant CommandManager
participant CommandParser
participant CommandKeywordParser
participant AddTaskCommandBuilder
participant AddTaskCommand
end box
box Model
participant ModelManager
end box
box Ui
participant UserOutputListener
end box
[-> CommandManager : onCommandInput("add_task Homework")
activate CommandManager
CommandManager -> CommandParser : parse("add_task Homework")
activate CommandParser
CommandParser -> CommandKeywordParser : parse("add_task")
activate CommandKeywordParser
create AddTaskCommandBuilder
CommandKeywordParser -> AddTaskCommandBuilder
activate AddTaskCommandBuilder
CommandKeywordParser <-- AddTaskCommandBuilder : builder
deactivate AddTaskCommandBuilder
CommandParser <-- CommandKeywordParser : builder
deactivate CommandKeywordParser
CommandParser -> AddTaskCommandBuilder : acceptPhrase("Homework")
activate AddTaskCommandBuilder
CommandParser <-- AddTaskCommandBuilder
deactivate AddTaskCommandBuilder
CommandParser -> AddTaskCommandBuilder : build()
activate AddTaskCommandBuilder
create AddTaskCommand
AddTaskCommandBuilder -> AddTaskCommand
activate AddTaskCommand
AddTaskCommandBuilder <-- AddTaskCommand : command
deactivate AddTaskCommand
CommandParser <-- AddTaskCommandBuilder : command
deactivate AddTaskCommandBuilder
destroy AddTaskCommandBuilder
CommandManager <-- CommandParser : command
deactivate CommandParser
CommandManager -> AddTaskCommand : execute()
activate AddTaskCommand
AddTaskCommand -> ModelManager : setModelData()
activate ModelManager
AddTaskCommand <-- ModelManager
deactivate ModelManager
CommandManager <-- AddTaskCommand : output
deactivate AddTaskCommand
destroy AddTaskCommand
CommandManager -> UserOutputListener : onUserOutput(output)
activate UserOutputListener
CommandManager <-- UserOutputListener
deactivate UserOutputListener
[<-- CommandManager
deactivate CommandManager
@enduml
| false | true | false | false | sequence |
c933388ecd43cbf976c844714e630c4f876c2a77 | fb84bca41a00746017b56791cc1900e4cb811be7 | /plantuml/UIs/testSize.puml | 67b947e88143e621d9e7f597124619610a953026 | [] | no_license | MainCastle1212/EverythingEater_Main | 9b3622cc5cca5f78a411cfd7df61fbdec29a8856 | c228f75b78387aee448c6fbb2f3a362dccb724bd | refs/heads/main | 2023-01-12T07:33:38.139825 | 2020-11-12T10:01:22 | 2020-11-12T10:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 119 | puml | @startuml
class testSize {
Start() : void
}
MonoBehaviour <|-- testSize
testSize --> "Player" EatableObjSO
@enduml
| false | true | false | false | class |
4a16aeefe89f6f3a7ea1ef5436f047749f0e9026 | ed006f8e98c20dfd1fe16065e9037b6c8efc511d | /doc/design/diagrams/service-discovery/overview-alternative-d.puml | 5a185b66272a827f5e9dafcda2a32ef19e13d8ab | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | phongt/iceoryx | 939343855cc4bbe1610ce7c7ed504539a943f795 | efc697cf67a8bc8aedf3d123e2c9df582a5aeb83 | refs/heads/master | 2023-07-26T03:36:03.492954 | 2023-07-19T08:29:19 | 2023-07-19T08:29:19 | 237,723,029 | 0 | 0 | Apache-2.0 | 2023-07-21T19:33:59 | 2020-02-02T05:23:34 | C++ | UTF-8 | PlantUML | false | false | 1,751 | puml | @startuml
title Alternative D: iceoryx-based ECU forwarding CaPro messages to Gateway and User App
package "iceoryx instance e.g. electronic control unit" {
component RouDi {
artifact discoveryLoop [
PortManager::sendToAllMatchingInterfacePorts()
]
}
component "User App" {
component DiscoveryInfoA <<object>> {
artifact DiscoveryInfoNoteA [
+findService() : iox::expected<InstanceContainer, FindServiceError>
-m_subscriber : Subscriber<ServiceRegistryTopic>
-m_lastServiceRegistry : ServiceRegistryTopic
]
}
component UserAppListener <<object>>
component UserDefinedCallback <<object>>
}
component "DDS Gateway" {
component DiscoveryInfoB <<object>> {
artifact DiscoveryInfoNoteB [
+findService() : iox::expected<InstanceContainer, FindServiceError>
-m_subscriber : Subscriber<ServiceRegistryTopic>
-m_lastServiceRegistry : ServiceRegistryTopic
]
}
component GatewayListener <<object>>
component GatewayUserDefinedCallback <<object>>
}
}
package "DDS instance e.g. electronic control unit" {
component DCPSTopic
}
[DiscoveryInfoNoteB] ..> [DCPSTopic] : Implemented
[discoveryLoop] ..> [DiscoveryInfoNoteA] : publish(ServiceRegistryTopic)
[discoveryLoop] ..> [DiscoveryInfoNoteB] : publish(ServiceRegistryTopic)
[DCPSTopic] ..> [DiscoveryInfoNoteB] : Not yet implemented
[GatewayListener] ..> [GatewayUserDefinedCallback] : calls
[UserAppListener] ..> [UserDefinedCallback] : calls
[DiscoveryInfoNoteA] ..> [UserAppListener] : attached to
[DiscoveryInfoNoteB] ..> [GatewayListener] : attached to
@enduml | false | true | false | false | class |
10d77f409d41351438933c8b26367f05a10b0efa | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_01/UC1_Detail_getUnexecutedTaks.puml | cdfa0088c917adf44292568d183bb073baafdf08 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 874 | puml | @startuml UC1_Detail_getUnexecutedTaks
autonumber
hide footbox
participant ":CreateTransactionController" as cnt
participant "lt\n:ListTask" as lt
participant "ut\n:List<Transaction>" as ut
participant "tsk\n:Task" as tsk
participant "exe\n:Freelancer" as exe
activate cnt
cnt -> lt : ut = getUnexecutedTaks()
activate lt
lt -> ut ** : create()
loop for each Task
lt -> lt : tsk = getTask(ID)
lt -> tsk : exe = getExecutor()
activate tsk
deactivate tsk
opt exe == null
lt -> ut : add(tsk)
activate ut
deactivate ut
end
end
deactivate lt
deactivate cnt
@enduml | false | true | false | false | sequence |
121ee28ac405a8f34b210e6e2288815cbce50e36 | 898095b7b78a5df5870a1bcaf8f768ab9d48e1b5 | /doc/jsonapi-domain.plantuml | be2a45753db148cf85558ecc89aa8c848d3051a5 | [
"MIT"
] | permissive | shmdoc/app-shmdoc-osoc-poc | 1beac5e8a478e5796e9d92e1ab0d7a116bd7d8f4 | bfdc8522afbca6e7ab0788ca57972893ecc6a590 | refs/heads/master | 2022-11-22T12:59:14.272109 | 2020-07-29T14:18:41 | 2020-07-29T14:18:41 | 278,316,982 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,130 | plantuml | @startuml
set namespaceSeparator none
class "schema-analysis-jobs"
"schema-analysis-jobs" : created
"schema-analysis-jobs" --> "1" "files" : file >
"schema-analysis-jobs" --> "1" "sources" : source >
"schema-analysis-jobs" --> "*" "columns" : columns >
class "columns"
"columns" : name
"columns" : path
"columns" : description
"columns" : note
"columns" : disable-processing
"columns" : data-type
"columns" : quantity-kind
"columns" : record-count
"columns" : missing-count
"columns" : null-count
"columns" : min
"columns" : max
"columns" : mean
"columns" : median
"columns" : common-values
"columns" --> "1" "schema-analysis-jobs" : column >
"columns" --> "1" "units" : unit >
class "sources"
"sources" : name
"sources" : created
"sources" : description
"sources" : note
"sources" --> "*" "schema-analysis-jobs" : analysis-jobs >
class "files"
"files" : filename
"files" : format
"files" : size
"files" : extension
"files" : created
"files" : content-type
"files" --> "1" "files" : download >
class "units"
"units" : name
"units" : notation
"units" : uri
"units" : definition
"units" --> "*" "columns" : column >
@enduml
| false | true | false | false | sequence |
ac52a50b8809f848e83296d9d6a4f0b8dcbd8f0a | a7759048cb71046b8eb02a64752bbf607e9fe9e0 | /system-design-03/diagrams/distributed-transaction-mnolithic.puml | 2b8a07fe5dbd90ddc6c9b074c3ecd4e6ff6dbb49 | [] | no_license | RajBaviskar/system-design | 347898e1c43cff878521efcf19c80c5e0b2fcfde | 7eddd08eb38801497274def614f14aa414325869 | refs/heads/master | 2023-02-28T12:06:26.484919 | 2021-02-08T10:42:02 | 2021-02-08T10:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | puml | @startuml
autonumber
skinparam ParticipantPadding 40
box "Monolithic Application" #LightBlue
actor User
participant Amazon #99FF99
database AmazonDB #FFAA00
User -> Amazon : Place Order
'note left : Monolithic
Amazon -> AmazonDB : Start Transaction
Amazon -> AmazonDB : Update Balance Wallet
Amazon -> AmazonDB : Update Order
Amazon -> AmazonDB : Commit
User <-[#0000FF]- Amazon : Order Placed
end box
@enduml | false | true | false | false | sequence |
2ac118042ad0b8003d1a13a2f739f3074cf24f55 | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/plantuml/states/FullParticpantReport.puml | 50943c8b30125736d5dc1bdf22a7ef70051c6368 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
participant REST
participant ACM_Runtime
participant Participants
REST -> ACM_Runtime: Order Participant Information
ACM_Runtime -> Participants: Issue immediate Heartbeat Report\n(See §1.3)
REST <- ACM_Runtime: Participant Information Ordered
@enduml
| false | true | true | false | sequence |
5cf1a2895ddccc97ab7653b6d40ac1c8dc6acc20 | 625517108615e50180082e3c6d7d1444f643485e | /test/fixtures/class-classes/in.plantuml | 3c06bcd453f3e86904f02a6d52e4dbeeaae1b346 | [
"TCL",
"BSD-3-Clause",
"HPND",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"MIT",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | Enteee/plantuml-parser | 180c370b3025bb7566bd86576d327364b3d5a425 | 765ac61d0c29c7c8f39310cfa7c385017997aeb8 | refs/heads/master | 2023-07-26T02:00:39.582527 | 2023-03-27T20:49:09 | 2023-03-27T20:49:09 | 177,091,179 | 132 | 33 | Apache-2.0 | 2023-05-21T07:11:53 | 2019-03-22T07:20:31 | TypeScript | UTF-8 | PlantUML | false | false | 144 | plantuml | @startuml
title Classes - Class Diagram
class Dwelling {
+Int Windows
+void Lock()
}
class Apartment
class House
class Commune
@enduml
| false | true | false | false | class |
ad44bcd759ccf0f79e012711dd7a36a5c4560deb | 2115a1ca7be03140b8c007862249e63c9a3d1224 | /UML/uml.puml | db762a6237cb466a823911cd0d35f6ba14b9e9e6 | [] | no_license | EMachad0/POO-Hospital | 6539f31ebc367b3460f9bf230326e3d32d2a1250 | 199a4cca429707038d029dd6baff5c8b531c2189 | refs/heads/master | 2022-12-13T10:29:22.767477 | 2020-09-21T14:49:27 | 2020-09-21T14:49:27 | 283,222,939 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,334 | puml | @startuml uml
skinparam dpi 300
!define LIGHTORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
'package "Apresentacao" {
'
' class MainGui {
' - root : JPanel
' - tabbedPane : JTabbedpane
' + {Static} Main(String[]) : void
' + getRoot() : JPanel
' }
'
' class Tab {
' - root : JPanel
' - table : JTable
' - btnAdd : JButton
' - btnUpd : JButton
' - btnRmv : JButton
' + getRoot() : JPanel
' }
'
' class CadastroDialog {
' }
'
' class MyFormatter {
' + {static} formatCpf(long) : String
' + {static} formatMoney(float) : String
' }
'}
package "Sistema" {
abstract class "Sistema"<T> {
+ cadastrar(T) : void
+ remover(long) : void
+ atualizar(int) : void
+ select(long) : T
+ get(int) : T
+ getAll() : List<T>
+ getSize() : int
}
}
package "Dados" {
'interface "Dado"
class "Consulta" {
- id : int
- valor : float
- data : Date
- diagnostico : String
}
class "Medico" {
- especialidade : String
}
class "Paciente" {
- descricao : String
}
abstract class "Pessoa" {
- cpf : long
- nome : String
- idade : short
- cidade : String
}
}
package "DAO" {
class "ConsultaDAO"
class "MedicoDAO"
class "PacienteDAO"
' class "PessoaDAO"
interface "DAO"<T> {
+ {abstract} insert(T t) : boolean
+ {abstract} update(T t) : boolean
+ {abstract} delete(T t) : boolean
+ {abstract} select(int i) : T
+ {abstract} selectAll() : List<T>
}
class "Conexao" {
- senha : String
+ {static} getsenha() : String
+ getConexao() : Connection
}
class "Connection"
}
'MainGui --> Tab : -tabs
'Tab --> Sistema : -sistema
'Tab ..> CadastroDialog
'Consulta --|> Dado
'Pessoa <|-- Dado
Paciente --|> Pessoa
Medico --|> Pessoa
Consulta --> Paciente : -paciente
Consulta --> Medico : -medico
/'
ConsultaDAO ..> Consulta
MedicoDAO ..> Medico
PacienteDAO ..> Paciente
PessoaDAO ..> Pessoa
'/
ConsultaDAO ..|> DAO
MedicoDAO ..|> DAO
PacienteDAO ..|> DAO
DAO --> Conexao : -conexao
Conexao --> Connection : -connection
@enduml | false | true | false | false | sequence |
26d4068bdef9148b74652ae9e93f19433964e5ce | 0d8b0af121d7f501add14c3d5cefab24f062e0d4 | /readme_images/c12_CompoundPattern.plantuml | 12030b2895d268237471629456f7ac1fc3c08ae6 | [] | no_license | FisherZhongYi/HeadFirstDesignPatterns | 3705a0720fd910e057c550d202b7c49e4764fa6f | 17a5696cf47f0bd27c72c784920c02488b506444 | refs/heads/master | 2022-04-02T17:03:24.329010 | 2020-02-07T15:36:59 | 2020-02-07T15:36:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,330 | plantuml | @startuml CompoundPattern
abstract Observer {
+{abstract}update(Observable)
}
class Observable {
+registerObserver(Observer)
+notifyObservers()
}
note top: observer pattern
abstract Quackable {
+quack()
+registerObserver(Observer)
+notifyObservers()
-Obserable observable
}
Observable --* Quackable
Observable --> Observer : call Observer.update()
class GooseAdaptor {
+quack()
}
note top: adaptor pattern
Goose --* GooseAdaptor
Quackable <|-- GooseAdaptor
class QuackCounter {
+quack()
}
note top: decorator pattern
Quackable <|-- QuackCounter
Quackable <|.. MallardDuck
Quackable <|.. RedHeadDuck
Quackable <|.. DuckCall
Quackable <|.. RubberDuck
class DuckFactory {
+{static} Quackable createMallardDuck()
+{static} Quackable createRedHeadDuck()
+{static} Quackable createDuckCall()
+{static} Quackable createRubberDuck()
+{static} Quackable createGoose()
}
note top: simple factory idiom (strictly it's not the factory pattern).
DuckFactory --> MallardDuck
DuckFactory --> RedHeadDuck
DuckFactory --> DuckCall
DuckFactory --> RubberDuck
DuckFactory --> GooseAdaptor
DuckFactory --> QuackCounter
class DuckFlock {
+add(Quackable)
+registerObserver(Observer)
}
note top: composite pattern
Quackable <|-- DuckFlock
Observer <|.. Quackologist
@enduml | false | true | false | false | sequence |
4402db53f1537f6d83391e5c0f909d532dfaefb4 | 43fc7f97759eb0e50e1eb4db8dfc90dda934b74b | /addressBookEx1/physical_class_diag.puml | f0195f5a23e35b2bb2ea30a75ea72ca8c5a5b33d | [] | no_license | digiry/pythonStudy | 14b7447c1d966df864019e8759e218671e9fb63a | 9cf2c5e2372d6f9dc059c33b58947ef00fc7a520 | refs/heads/master | 2020-04-01T06:50:33.501334 | 2014-06-18T15:09:41 | 2014-06-18T15:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 814 | puml | @startuml
class addressInfo {
+name
+phoneNumber
+address
+addressInfo()
+set_name(name)
+set_phoneNumber(phoneNumber)
+set_address(address)
+get_name():string
+get_phoneNumber():string
+get_address():string
}
class addressList {
+addressList:list<addressInfo>
+add(info:addressInfo)
+remove(info:addressInfo)
+update(info:addressInfo,newInfo:addressInfo)
+getAt(index):addressInfo
+searchByName(name):addressInfo
+searchByPhoneNumber(phoneNumber):addressInfo
+sort()
+writeDB()
+readDB()
+saveFile()
+loadFile()
}
class addressListUI {
+list:addressList
+printMainmenu()
+selectMenu():menu
+inputInfo()
+deleteInfo()
+updateInfo()
+viewAllList()
+searchByName()
+searchByPhoneNumber()
+writeDB()
+readDB()
+saveFile()
+loadFile()
}
addressInfo "*" <--- "1" addressList
addressList <--- addressListUI
@enduml
| false | true | false | false | class |
96811850e313a85c2ed3a83b7a2f0e8e65cc3667 | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch14_elements/Browser-in-ch13.puml | 344420b53ad164ba9a3ac3613d56d263e6c23878 | [] | 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 | 951 | puml | @startuml
skinparam monochrome true
skinparam shadowing false
interface SearchScope
SearchScope : Element findElement(By by)
SearchScope : Optional<Element> optionalElement(By by)
SearchScope : boolean isPresent(Supplier<By> by)
interface ExplicitWait
ExplicitWait : Element await(By by)
ExplicitWait : void await(Predicate<SearchScope> predicate)
ExplicitWait : click(Supplier<By> by)
ExplicitWait : getText(Supplier<By> by)
ExplicitWait : getUpperText(Supplier<By> by)
SearchScope <|-- ExplicitWait
class DelegatingSearchContext<T extends SearchContext>
ExplicitWait <|.. DelegatingSearchContext
DelegatingSearchContext <|-- DelegatingWebDriver
DelegatingWebDriver <|-- Browser
DelegatingWebDriver : ...(...)
DelegatingSearchContext <|.. DelegatingWebElement
DelegatingWebElement <|-- Element
DelegatingWebElement : void clear()
DelegatingWebElement : void sendKeys(CharSequence... keysToSend)
DelegatingWebElement : ...(...)
@enduml
| false | true | false | false | class |
5c6fdd54a16949f88df9453903ce9e80957cd4b1 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/collaboration-service/Application/Services/CollaborationService.puml | 6d21224f9b0e81abefd05e2f3f3d1300edb96df8 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
interface ICollaborationService {
Create(createEvent:Event) : Task<Event>
}
class CollaborationService {
- <<readonly>> _collaborationRepository : ICollaborationRepository
- <<readonly>> _client : IClient
+ CollaborationService(collaborationRepository:ICollaborationRepository, client:IClient)
+ <<async>> Create(createEvent:Event) : Task<Event>
}
ICollaborationService <|-- CollaborationService
@enduml
| false | true | false | false | class |
a79233df4f74715252729065c17f9d94a6a473fb | 7942d1db03cfea625d7f2ae1cbe96b93df58ae2e | /class_diagram.puml | 9871a1ad91aa8b06cd543690b382e5d34ec83a23 | [] | no_license | naichilab/ruby-book | a56d46aeb45d2923fe7bf93033352ac58568c317 | 3c783d21328791d0a1de3ccef062c77a3764b1b8 | refs/heads/master | 2020-05-04T18:11:08.769300 | 2019-04-03T18:07:22 | 2019-04-03T18:07:22 | 179,343,315 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 139 | puml | @startuml
class Gear {
+ ratio()
+ gear_inches()
}
class Wheel {
+ diameter()
+ circumference()
}
Gear --> Wheel
@enduml | false | true | false | false | class |
38c3b1f4ebd4a47b9d6aa7fdf6d32cc792606b25 | a26bbd033192f4ea245a6dd3f166976b39459752 | /3_Documentazione/design/be/dao.puml | 21b8d7055afc7b561cd617a741be74665a2e3bb4 | [] | no_license | giuliobosco/freqline | fdc673e09e4cfc96dc67a759788120b81fdbae46 | e94256cc349797447cf414bbe4267ef45c89723e | refs/heads/master | 2022-04-10T16:22:55.993289 | 2020-04-06T13:28:19 | 2020-04-06T13:28:19 | 206,082,972 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,189 | puml | @startuml
skinparam classAttributeIconSize 0
class Exception {
}
package ch.giuliobosco.freqline {
package dao {
interface IDao<Base> {
+ Optional<Base> getById(int id)
+ Stream<Base> getAll()
+ boolean add(Base base)
+ boolean update(Base base)
+ boolean delete(Base base)
}
class Dao {
}
IDao <|.. Dao
class DaoException {
- {static} final long serialVersionUID = 1L
+ DaoException()
+ DaoException(String message)
+ DaoException(String message, Throwable cause)
}
Exception <|-- DaoException
}
package dbdao {
abstract DbDao {
- {static} Logger LOGGER
- {static} int NULL_ACTION_BY = 1
- Connection connection;
- DaoQueryBuilder daoQueryBuilder
- int actionBy
- int lastGeneratedKey
+ DbDao(JdbcConnector connector, Class<? extends Base> baseClass)
+ DbDao(JdbcConnector connector, Class<? extends Base> baseClass, int actionBy)
+ Connection getConnection()
+ int getActionBy()
+ int getLastGeneratedKey()
# Date getDate(ResultSet resultSet, String column)
# Timestamp getTimestamp(Date date)
# void mutedClose(Connection connection, PreparedStatement statement, ResultSet resultSet)
# Base getBase(ResulSet resultSet, String resulSetColumn, DbDao dao)
# {abstract} Base create(ResultSet resultSet, Base base)
# {abstract} void fillStatement(Base base, PreparedStatement statement)
- Base createBase(ResultSet resultSet)
- void setAuditData(Base base, PreparedStatement statement)
# PreparedStatement getByIdStatemnt(int id)
+ Optional<Base> getById(int id)
# PreparedStatement getAllStatement()
+ Stream<Base> getAll()
# PreparedStatement getAddStatement(Base base)
+ boolean add(Base base)
# PreparedStatement getUpdateStatement(Base base)
+ boolean update(Base base)
# PreparedStatement getDeleteStatement(Base base)
+ boolean delete(Base base)
}
Dao <|-- DbDao
class DbGeneratorDao {
+ DbGeneratorDao(JdbcConnector connector)
+ DbGeneratorDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGeneratorDao
class DbGroupDao {
+ DbGroupDao(JdbcConnector connector)
+ DbGroupDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGroupDao
class DbGroupPermissionDao {
+ DbGroupPermissionDao(JdbcConnector connector)
+ DbGroupPermissionDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbGroupPermissionDao
class DbMicDao {
+ DbMicDao(JdbcConnector connector)
+ DbMicDao(JdbcConnector connector, int actionBy)
- getPermission(ResultSet resultSet, JdbcConnector connector)
- getGroup(ResultSet resultSet, JdbcConnector connector)
}
DbDao <|-- DbMicDao
class DbPermissionDao {
+ DbPermissionDao(JdbcConnector connector)
+ DbPermissionDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbPermissionDao
class DbRemoteDao {
+ DbRemoteDao(JdbcConnector connector)
+ DbRemoteDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbRemoteDao
class DbUserDao {
+ DbUserDao(JdbcConnector connector)
+ DbUserDao(JdbcConnector connector, int actionBy)
}
DbDao <|-- DbUserDao
class DbUserGroupDao {
+ DbUserGroupDao(JdbcConnector connector)
+ DbUserGroupDao(JdbcConnector connector, int actionBy)
- getGroup(ResultSet resultSet, JdbcConnector connector)
- getUser(ResultSet resultSet, JdbcConnector connector)
}
DbDao <|-- DbUserGroupDao
}
}
@enduml | false | true | false | false | class |
12b7246d6f2e817acb1551410b348907169ab19a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitAddStoreAction.puml | c51498aae9df75d78706ac49d94dda1925447235 | [] | 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 | 509 | 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 BusinessUnitAddStoreAction [[BusinessUnitAddStoreAction.svg]] extends BusinessUnitUpdateAction {
action: String
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
}
interface BusinessUnitUpdateAction [[BusinessUnitUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
ea0dc09cf619a9555c8154317c9dc2fad21eb828 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRunner/EditmodeWorkItemFactory.puml | 7166f181d6bc09b9ccec2277bc31d681312d2861 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 97 | puml | @startuml
class EditmodeWorkItemFactory {
}
WorkItemFactory <|-- EditmodeWorkItemFactory
@enduml
| false | true | false | false | class |
b57545b4be46cd1861aaf98417ad7cef1b968c56 | 06c73b9830b5b6056afb7a918442d13efb70afd2 | /uml-diagram/WireTransferState.puml | 462a4c8ecfd6b16e1a08e8544fa389544031b8c6 | [] | no_license | mandoolala/reactive-stock-trader-scala | 82542e2dbd782ada659efa343d858174b060199c | 88e7abf7ba2e1d48b6da4c86f7ca3e52990d575d | refs/heads/master | 2023-03-05T23:55:19.140331 | 2020-01-15T07:58:13 | 2020-01-15T07:58:13 | 234,054,611 | 5 | 2 | null | 2023-03-02T12:10:16 | 2020-01-15T10:21:27 | Scala | UTF-8 | PlantUML | false | false | 622 | puml | @startuml
!pragma teoz true
[*] --> TransferInitiated : TransferFunds
note left of TransferInitiated
Request funds from source account
end note
TransferInitiated --> CouldNotSecureFunds : RequestFailed
TransferInitiated --> FundsRetrieved : RequestSucceeded
note left of FundsRetrieved
Send funds to destination
end note
FundsRetrieved --> DeliveryConfirmed : DeliverySuccessful
FundsRetrieved --> DeliveryFailed : DeliveryFailed
note left of DeliveryFailed
Send refund to source
end note
DeliveryFailed --> DeliveryFailed : RefundFailed
DeliveryFailed --> RefundDelivered : RefundSucceeded
@enduml | false | true | false | false | sequence |
8b1deff160b450d61b283baf38bb28956e97f38f | 5c484d9ecd194ad31555303aff004b739fc6b564 | /diagrams/overview.plantuml | bf7837444ecc4e65bca6a497a035a38d813e7331 | [] | no_license | bloogrox/hasoffers-kpi | 15b82c9287fc4a62e14e4b637c3d57d03db54233 | 227472f0090856048d1fdb0591ffbb15b575a311 | refs/heads/master | 2021-01-01T17:31:14.448122 | 2017-11-08T16:26:40 | 2017-11-08T16:26:40 | 98,095,120 | 0 | 1 | null | 2017-08-12T11:43:31 | 2017-07-23T12:05:31 | Python | UTF-8 | PlantUML | false | false | 202 | plantuml | @startuml
actor Affiliate
rectangle hasoffers
rectangle "KPI" as kpi
note bottom of kpi: analyzes reports for affiliates
hasoffers -> kpi: get reports
kpi -> Affiliate: send email
' kpi .. n
@enduml
| false | true | false | false | sequence |
c3d2737df434b8b2e129d6d6feabb17bf31a8b0b | b78fe46d0492145fbd29f94731a841fa579651ea | /src/main/webapp/doc/listerEFG.puml | 58d8d7436af6961e989389549938852e2d787b45 | [] | no_license | michel-plasse/siomassy2021 | 94a35a2607ccef3e4577a83ccffe921710f8a769 | 8afc0887ede9c88cc72d1b65210e921cda87a9a1 | refs/heads/master | 2023-05-05T04:37:47.986442 | 2021-05-25T00:19:06 | 2021-05-25T00:19:06 | 353,038,986 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,147 | puml | @startuml
' par défaut, les couches sont disposées dans l'ordre d'apparition
' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur
participant Navigateur
participant Vue
Navigateur -> Controleur: GET /efgs?idcanal=...
Controleur -> Controleur: verifie idCanal est entier
Controleur -> Dao: CanalDao.getEFGSByIdCanal(getIdCanal())
Dao -> SGBD: SELECT ...
SGBD -> Dao: EFG trouvées
Dao -> Controleur: List<EFG>;
Controleur -> Vue: EFGs.jsp
Vue -> Navigateur: ListeEFGs
@enduml
/' (commentaire sur plusieurs lignes, comme en Java, avec ' qui remplace *)
1ere étape
Créer le contrôleur et une vue minimale, et tester
Pour cela, créer une servlet ListerEFGServlet dans fr.siomassy2021.controller, avec
le chemin (utl) /efgs
=> commit
2e étape
Mettre des EFGs en dur dans le contrôleur,
et les afficher dans la JSP.
=> commit
3e étape
Appel de la Dao, qui construit la liste en dur
Le memberId est aussi mis en dur à 1
=> commit
4e étape
Développer la Dao avec les requête SQL afin qu une méthode getEFGSByIdCanal(id_canal)
recupere la liste des EFGs présent en base de données.
=>commit
| false | true | true | false | sequence |
342ba491e8349f44ec9a028ee02e5ea6edd1a938 | 415a34b6c0039605d6d833f9795e46c9375e9ae0 | /project/samplemysqlconnector/doc/mybatis/mybatis.puml | f582b16f10f7a3dac69c1cece56c709771e8b4f3 | [] | no_license | FS1360472174/MySQL-Learning | afd3a5469b0c9c42bf3ebc8fb90a072f58d2964e | 2255fdd5b1f7a6afe3245b06b0a78a5ae0b55ac7 | refs/heads/master | 2021-01-21T20:29:45.238348 | 2018-01-28T12:11:17 | 2018-01-28T12:11:17 | 92,242,690 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface SqlSession
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
SqlSession <|-- DefaultSqlSession
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
interface SQLSession {
<T> T selectOne(String var1);
}
@enduml | false | true | false | false | class |
a72d57d6f0e090178cdc58eee4bc1d1bdfe37917 | e43bb5b4bd248f756bc67d3da64ae7af62462259 | /src/main/java/platform/cameraManager/cameraManager.plantuml | 0723c9e9da61b0573ef6e363a3b61d4d5407a211 | [] | no_license | TasMarshall/multiCameraApplicationPlatform | 056a17e409e7d781dd58ade7c996744fb4d106e3 | ec1d1403926fbeaf596ee98fbdda336d1daf00d6 | refs/heads/master | 2020-03-21T16:11:07.823431 | 2018-09-11T13:31:38 | 2018-09-11T13:31:38 | 138,755,729 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 15,107 | plantuml | @startuml
title __CAMERAMANAGER's Class Diagram__\n
package platform {
package platform.camera {
package platform.cameraManager {
class CameraManager {
- id : String
- cameras : List<Camera>
- cameraIdMap : Map<String, Camera>
+ CameraManager()
+ initCameras()
{static} + heartbeat()
+ reinitNotWorkingCameras()
+ initCamera()
+ getWorkingCameras()
+ getNotWorkingCameras()
+ testSimpleAllCameras()
+ getCameras()
+ addAndInitCameras()
+ getCameraByID()
}
}
}
}
package platform {
package platform.camera {
package platform.cameraManager {
class CameraStreamManager {
~ streamURI : String
~ username : String
~ password : String
~ cameraWorking : boolean
~ cameraType : String
~ simulated : boolean
~ initialized : boolean
+ init()
+ updateStreams()
- startRealCameraStreams()
+ getDirectStreamView()
}
}
}
}
package platform {
package platform.camera {
package platform.cameraManager {
class DirectStreamView {
~ streamURI : String
~ username : String
~ password : String
~ cameraWorking : boolean
{static} - width : int
{static} - height : int
- videoSurface : JPanel
- image : BufferedImage
- mediaPlayerComponent : DirectMediaPlayerComponent
- streamIsPlaying : boolean
+ DirectStreamView()
+ playFromURIandUserPW()
+ updateStreamState()
+ isStreamIsPlaying()
+ getVideoSurface()
+ getOpenCVImageMat()
+ getJavaCVImageMat()
+ getBufferedImage()
+ bufferedImage2Mat()
{static} + Mat2BufferedImage()
}
}
}
}
package platform {
package platform.camera {
package platform.cameraManager {
class VideoSurfacePanel {
- VideoSurfacePanel()
# paintComponent()
}
}
}
}
class AccessibleJPanel {
# AccessibleJPanel()
+ getAccessibleRole()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
abstract class AccessibleJComponent {
- propertyListenersCount : int
# accessibleFocusHandler : FocusListener
# AccessibleJComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
# getBorderTitle()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
~ getAccessibleExtendedComponent()
+ getToolTipText()
+ getTitledBorderText()
+ getAccessibleKeyBinding()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class ActionStandin {
- actionListener : ActionListener
- command : String
- action : Action
~ ActionStandin()
+ getValue()
+ isEnabled()
+ actionPerformed()
+ putValue()
+ setEnabled()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class IntVector {
~ array : int[]
~ count : int
~ capacity : int
~ IntVector()
~ size()
~ elementAt()
~ addElement()
~ setElementAt()
}
class KeyboardState {
{static} - keyCodesKey : Object
~ KeyboardState()
{static} ~ getKeyCodeArray()
{static} ~ registerKeyPressed()
{static} ~ registerKeyReleased()
{static} ~ keyIsPressed()
{static} ~ shouldProcess()
}
class ReadObjectCallback {
- roots : Vector<JComponent>
- inputStream : ObjectInputStream
~ ReadObjectCallback()
+ validateObject()
- registerComponent()
}
class AccessibleAWTContainer {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleContainerHandler : ContainerListener
# AccessibleAWTContainer()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getAccessibleAt()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class DropTargetEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- DropTargetEventTargetFilter()
+ accept()
}
interface EventTargetFilter {
{abstract} + accept()
}
class MouseEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- MouseEventTargetFilter()
+ accept()
}
class WakingRunnable {
~ WakingRunnable()
+ run()
}
class AWTTreeLock {
~ AWTTreeLock()
}
abstract class AccessibleAWTComponent {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleAWTComponentHandler : ComponentListener
# accessibleAWTFocusHandler : FocusListener
# AccessibleAWTComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleParent()
+ getAccessibleIndexInParent()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getLocale()
+ getAccessibleComponent()
+ getBackground()
+ setBackground()
+ getForeground()
+ setForeground()
+ getCursor()
+ setCursor()
+ getFont()
+ setFont()
+ getFontMetrics()
+ isEnabled()
+ setEnabled()
+ isVisible()
+ setVisible()
+ isShowing()
+ contains()
+ getLocationOnScreen()
+ getLocation()
+ setLocation()
+ getBounds()
+ setBounds()
+ getSize()
+ setSize()
+ getAccessibleAt()
+ isFocusTraversable()
+ requestFocus()
+ addFocusListener()
+ removeFocusListener()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
enum BaselineResizeBehavior {
CONSTANT_ASCENT
CONSTANT_DESCENT
CENTER_OFFSET
OTHER
}
class BltBufferStrategy {
# caps : BufferCapabilities
# backBuffers : VolatileImage[]
# validatedContents : boolean
# width : int
# height : int
- insets : Insets
# BltBufferStrategy()
+ dispose()
# createBackBuffers()
+ getCapabilities()
+ getDrawGraphics()
~ getBackBuffer()
+ show()
~ showSubRegion()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
}
class BltSubRegionBufferStrategy {
# BltSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class DummyRequestFocusController {
- DummyRequestFocusController()
+ acceptRequestFocus()
}
class FlipBufferStrategy {
# numBuffers : int
# caps : BufferCapabilities
# drawBuffer : Image
# drawVBuffer : VolatileImage
# validatedContents : boolean
~ width : int
~ height : int
# FlipBufferStrategy()
# createBuffers()
- updateInternalBuffers()
# getBackBuffer()
# flip()
~ flipSubRegion()
# destroyBuffers()
+ getCapabilities()
+ getDrawGraphics()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
+ show()
~ showSubRegion()
+ dispose()
}
class FlipSubRegionBufferStrategy {
# FlipSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class ProxyCapabilities {
- orig : BufferCapabilities
- ProxyCapabilities()
}
enum VSyncType {
VSYNC_DEFAULT
VSYNC_ON
VSYNC_OFF
id
}
class FlipContents {
{static} - I_UNDEFINED : int
{static} - I_BACKGROUND : int
{static} - I_PRIOR : int
{static} - I_COPIED : int
{static} - NAMES : String[]
{static} + UNDEFINED : FlipContents
{static} + BACKGROUND : FlipContents
{static} + PRIOR : FlipContents
{static} + COPIED : FlipContents
- FlipContents()
}
class SingleBufferStrategy {
- caps : BufferCapabilities
+ SingleBufferStrategy()
+ getCapabilities()
+ getDrawGraphics()
+ contentsLost()
+ contentsRestored()
+ show()
}
package platform {
package platform.camera {
package platform.cameraManager {
class TutorialRenderCallbackAdapter {
- TutorialRenderCallbackAdapter()
# onDisplay()
}
}
}
}
CameraStreamManager o-- DirectStreamView : directStreamView
DirectStreamView +-down- VideoSurfacePanel
DirectStreamView +-down- TutorialRenderCallbackAdapter
VideoSurfacePanel -up-|> JPanel
VideoSurfacePanel +-down- AccessibleJPanel
VideoSurfacePanel +-down- AccessibleJComponent
VideoSurfacePanel +-down- ActionStandin
VideoSurfacePanel +-down- IntVector
VideoSurfacePanel +-down- KeyboardState
VideoSurfacePanel +-down- ReadObjectCallback
VideoSurfacePanel +-down- AccessibleAWTContainer
VideoSurfacePanel +-down- DropTargetEventTargetFilter
VideoSurfacePanel +-down- EventTargetFilter
VideoSurfacePanel +-down- MouseEventTargetFilter
VideoSurfacePanel +-down- WakingRunnable
VideoSurfacePanel +-down- AWTTreeLock
VideoSurfacePanel +-down- AccessibleAWTComponent
VideoSurfacePanel +-down- BaselineResizeBehavior
VideoSurfacePanel +-down- BltBufferStrategy
VideoSurfacePanel +-down- BltSubRegionBufferStrategy
VideoSurfacePanel +-down- DummyRequestFocusController
VideoSurfacePanel +-down- FlipBufferStrategy
VideoSurfacePanel +-down- FlipSubRegionBufferStrategy
VideoSurfacePanel +-down- ProxyCapabilities
VideoSurfacePanel +-down- SingleBufferStrategy
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleFocusHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleAWTComponentHandler
AccessibleJPanel +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleAWTComponentHandler
AccessibleJComponent +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
ActionStandin -up-|> Action
KeyboardState -up-|> Serializable
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleAWTContainer +-down- AccessibleAWTComponentHandler
AccessibleAWTContainer +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
WakingRunnable -up-|> Runnable
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
BltBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
DummyRequestFocusController -up-|> RequestFocusController
FlipBufferStrategy -up-|> BufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
ProxyCapabilities +-down- VSyncType
ProxyCapabilities +-down- FlipContents
FlipContents -up-|> AttributeValue
SingleBufferStrategy -up-|> BufferStrategy
TutorialRenderCallbackAdapter -up-|> RenderCallbackAdapter
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 |
1ee22592f0390c8be0abd9799b4701c6d15793e8 | 58888f3b87438efd34e7ab4389d7fc74cf1c4f7d | /src/main/java/org/rikh/utilities/utilities.plantuml | f4c2a1b704bdbd47ff89b206225ec60a3562672e | [
"MIT"
] | permissive | mrikh/javafx-poker | 10542ee0914e10eb1d9c217f83018f5342a6a0f3 | a0172321eca11079a912a9e01c191826854715a2 | refs/heads/master | 2022-12-15T04:33:47.492310 | 2020-09-03T23:21:13 | 2020-09-03T23:21:13 | 292,700,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,387 | plantuml | @startuml
title __UTILITIES's Class Diagram__\n
namespace org.rikh{
namespace org.rikh {
namespace utilities {
class org.rikh.utilities.Constants {
{static} + blackHex : String
{static} + defaultCardHeight : double
{static} + defaultCardWidth : double
{static} + greenHex : String
{static} + initialOpponentCoins : int
{static} + initialPlayerCoins : int
{static} + kAce : String
{static} + kAddTokens : String
{static} + kChooseBet : String
{static} + kClubs : String
{static} + kContinue : String
{static} + kDiamonds : String
{static} + kDone : String
{static} + kDraw : String
{static} + kEnterNumber : String
{static} + kEnterValue : String
{static} + kFlush : String
{static} + kFourKind : String
{static} + kFullHouse : String
{static} + kGameOver : String
{static} + kGoFirst : String
{static} + kHearts : String
{static} + kJack : String
{static} + kKing : String
{static} + kNothing : String
{static} + kOnePair : String
{static} + kOpponentWinsWith : String
{static} + kQueen : String
{static} + kQuestion : String
{static} + kQuit : String
{static} + kRoyalFlush : String
{static} + kSecondaryCard : String
{static} + kSelectFourToDiscard : String
{static} + kSelectOnlyFour : String
{static} + kSpades : String
{static} + kStartBet : String
{static} + kStraight : String
{static} + kStraightFlush : String
{static} + kTitle : String
{static} + kTriplets : String
{static} + kTwoPair : String
{static} + kWithHighestCard : String
{static} + kYouWin : String
{static} + kYouWinWith : String
{static} + lightGreenGex : String
{static} + quit : String
{static} + redHex : String
{static} + selectableCards : int
{static} + tokenRadius : double
{static} + totalCardsInHand : int
{static} + whiteHex : String
}
}
}
}
@enduml
| false | true | false | false | class |
dc60fec35cd46f4bc7758c78cede4ae9f991957c | 2a26cac9a61a1cacfbac1967df21ab1602933ca7 | /examenes_viejos/personales/finales-hechos/examen_final_algo3/diagramas/diagramaSecuencias.plantuml | f1d20e5706947a32168fc670b8dfaf5c462338a9 | [] | no_license | LuisParedes1/parciales_practica_algo3 | a781ea3fe66e7754c4a59a482edcdec90f79df8a | 7dc00fc6f82f34cebd2c145c9574540870e45239 | refs/heads/master | 2023-06-03T04:03:58.205306 | 2021-06-21T15:05:23 | 2021-06-21T15:05:23 | 378,966,123 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 94 | plantuml | @startuml
title diagramaSecuencias
/'
-> mensaje
<-- return
bob -> mike: mensaje
'/
@enduml | false | true | false | false | sequence |
41d11915ccffa37aa0006a59c281342e3d47a686 | c2b6bfee8da36cc39de688e146ba107b74218b12 | /plantuml/objectmodel/details/bookingOperation.plantuml | 75e595ae71ee935397568b7fbf05e173f842cafd | [
"Apache-2.0"
] | permissive | TOMP-WG/TOMP-API | 02bbd268c6ece21f7a5d28f4e42e1b456233e8e9 | 2aa6ae3d6b355a12a8936ff1069821bb7c89a743 | refs/heads/master | 2023-09-01T16:13:50.445300 | 2023-07-25T12:08:52 | 2023-07-25T12:08:52 | 189,022,994 | 80 | 34 | Apache-2.0 | 2023-08-22T12:36:34 | 2019-05-28T12:21:59 | null | UTF-8 | PlantUML | false | false | 82 | plantuml | @startuml g
class BookingOperation {
+String operation
String origin
}
@enduml
| false | true | false | false | class |
915d5d639d272ded3ee4481ab58bf8366cb93c1f | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Utility/DirectoryPath.puml | 6c889948322604ff3239e11ebef3b75429f17672 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 200 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class DirectoryPath {
+ <<create>> DirectoryPath(value: string)
+ ToString() : string
}
!endsub
@enduml | false | true | false | false | class |
79ee5e482e86f2567d62f60d33297d53f829ea20 | 48762f7e501886b6be2a6d7b88fcf914f42f4c00 | /mrtutils/templates/doc/assets/diagrams/button.puml | bf39a0cde698e46835afec749a1f57a2bba1bc85 | [] | no_license | uprev-mrt/mrtutils | 72607a5612d5f7336a5bfe6f5843c19a2e9f212f | 9bce541fe510fd97c3fcd6634df39f658dbcddd2 | refs/heads/master | 2023-03-18T12:58:44.593985 | 2023-03-09T22:45:25 | 2023-03-09T22:45:25 | 209,783,008 | 1 | 0 | null | 2022-10-11T16:40:24 | 2019-09-20T12:14:51 | Python | UTF-8 | PlantUML | false | false | 163 | puml | @startuml
[*] -> Idle
Idle --> Reading: Short Press
Idle --> Pairing: Long Press
Pairing --> Idle: complete
Reading : 5 Seconds
Reading --> Idle: timeout
@enduml | false | true | false | false | sequence |
8381aa926e82656f2a671f94350e99da8f26dd74 | 772f99680c0cae55198593aea205045b87263aad | /resources/account-creation-service.puml | 60003eabbcba7d3c6822484f413ec73fcda11198 | [
"MIT"
] | permissive | gklijs/kafka-protobuf-rust | 302ac3393d186bbdf7045914f1cd72668592ac6a | a404a265b5b0f13968a24d00c6494981063937fe | refs/heads/master | 2022-12-13T17:11:27.350646 | 2020-05-16T15:08:57 | 2020-05-16T15:08:57 | 298,061,908 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 679 | puml | @startuml
skinparam shadowing false
skinparam defaultFontName Roboto
skinparam defaultFontSize 26
actor client as cl #White
component producer as p #Yellow
component consumer as c #Yellow
database account as ac #LightBlue
component "schema-provider" as sp #Yellow
component "kafka" as kc #LightGrey
ac --> p :make request using uuid
c <-- kc :consumes\lAccountCreationConfirmed\nand\nAccountCreationFailed
cl <-right-> sp :request account\lusing server\nneeds token and iban
sp -> ac :if the username\lalready exists\nchecks the password\notherwise insert\nwith new uuid
p --> kc :produces\lConfirmAccountCreation
sp <-- c :send AccountResult\nfor active subscriptions
@enduml | false | true | false | false | sequence |
494bcaefd4d70293d644a339102c74ceca50432e | bd1088166880e3ba5b8447664e1d33ab83921325 | /docs/uml/ui_recycler_view.puml | 8dc33c3bdb54547e912803c625cac5aaa981c4f9 | [] | no_license | Aleks-Ya/context_habit | eacab63b55a480e6680b5148f087077557438e16 | d81ccb37c8f4e2e1e97c573671b3328f0d68c7b4 | refs/heads/master | 2021-07-07T05:42:24.636115 | 2020-10-09T07:05:57 | 2020-10-09T07:05:57 | 196,805,698 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,081 | puml | @startuml
actor User
User -> mainActivity : run
mainActivity -> repository **: new
|||
mainActivity -> repository: get contexts
repository --> mainActivity: List<ContextEntity>
|||
mainActivity -> contextAdapter **: new
mainActivity -> contextAdapter : set contexts
|||
mainActivity -> contextRecyclerView **: new
mainActivity -> contextRecyclerView : set adapter
|||
contextAdapter -> contextButton **: new
contextAdapter -> contextViewHolder **: new(contextButton)
|||
contextAdapter -> contextViewHolder : bind ContextEntity to contextViewHolder
contextAdapter -> repository : get habits for context
repository --> contextAdapter: List<HabitEntity>
contextAdapter -> contextButtonOnClickListener **: new(List<HabitEntity>)
|||
User -> contextButton :tap
contextButton -> habitActivity : activate
habitActivity -> habitRecyclerView **: new
habitActivity -> habitAdapter **: new
habitActivity -> habitRecyclerView **: set habitAdapter
habitAdapter -> habitButton **: new
|||
habitAdapter -> habitViewHolder **: new(habitButton)
habitAdapter -> habitViewHolder **: bind
@enduml
| false | true | false | false | usecase |
cfaeea48ebc45c6c0f2644cb55d922acd5b646b7 | 56c3d96069bdb4cdeadfae340022e3b90511afc0 | /src/3.x/class-input.puml | a3e67dab674a4fc6b08d09da83928fdc4b217b9e | [] | no_license | nibralab/joomla-architecture | 38db6234c9e12298716e529e46c907387e214166 | 99ab82e904fc56dc6113cf58a5990b295951aa12 | refs/heads/master | 2021-01-19T04:06:37.675771 | 2017-07-07T17:13:48 | 2017-07-07T17:13:48 | 36,740,646 | 3 | 5 | null | 2016-04-09T15:01:23 | 2015-06-02T14:57:25 | PHP | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
namespace Joomla.Input {
class Input
Input -> Joomla.Filter.InputFilter
class Cli extends Input
class Cookie extends Input
class Files extends Input
class Json extends Input
}
@enduml
| false | true | false | false | class |
85a78455bc48f341d2f51b8f435eaaee178b2f06 | 63bda33c457961b9141f635dd58e5e3b85038b2e | /design-docs/r2-sequence.plantuml | 5ae4b9684d35f30d743b47123c058f3e125cdcd7 | [] | no_license | kyranlange/sse-senate-vote | 41d065744ea6c86f70b9926da09473b369123a49 | 0864248622dd6b65b6087725138360f8a59e8c6c | refs/heads/master | 2022-12-09T21:15:10.336232 | 2020-09-04T12:55:27 | 2020-09-04T12:55:27 | 291,459,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 257 | plantuml | @startuml
actor ElectoralOfficial
database Disk
ElectoralOfficial -> Disk: Encryption Key
Disk -> ElectoralOfficial: Decrypted vote
ElectoralOfficial -> GPG: Vote
GPG -> ElectoralOfficial: Verified Vote
ElectoralOfficial -> Tally: Counted Preference
@enduml | false | true | false | false | sequence |
1ab8339ad2a6f2ea27e9b1c12bbadaff7384ea73 | 01fc1d7eaec538fbd45cc677d3fe63643580e57f | /docs/umls/command.puml | 267f00202d2908af756eb191247ea30d6fba6cfd | [] | no_license | Jiale-Sun/tp | b4d7598b947f27a4fff940e59ea04e9f2fafcfdd | 3e42908e7651096760a0ac59b9883557a1bbd981 | refs/heads/master | 2023-09-04T00:36:47.775422 | 2021-11-12T00:19:54 | 2021-11-12T00:19:54 | 411,294,329 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,791 | puml | @startuml
'https://plantuml.com/class-diagram
hide circle
skinparam classAttributeIconSize 0
skinparam groupInheritance 1
skinparam maxLength 128
AddModCommand <--- Command
AddUniCommand <---- Command
FindModCommand <---- Command
ListModCommand <---- Command
RemoveModCommand <--- Command
HelpCommand <- Command
ExitCommand <- Command
FindUniCommand <- Command
Command -> AddMapCommand
Command ---> RemoveUniCommand
Command ----> SearchMapCommand
Command ----> ListUniCommand
Command ---> RemoveMapCommand
class Command {
# storage: Storage
+ Command()
}
class AddModCommand {
+ AddModCommand(moduleToAdd: Module, moduleMasterList: ModuleList,
moduleSelectedList: ModuleList)
}
class AddUniCommand {
- universityToAdd: University
- universityIndexToAdd:int
+ AddUniCommand(universityToAdd: University, universityMasterList: UniversityList,
universitySelectedList: UniversityList)
}
class AddMapCommand {
+ AddMapCommand(universityIndexToMap: int, selectedMappingIndex: int, universityMasterList: UniversityList,
moduleMasterList: ModuleList, universitySelectedList: UniversityList, universityMasterList: UniversityList, moduleSelectedList: ModuleList)
}
class RemoveModCommand {
-moduleToRemove: Module
-moduleIndexToRemove: int
+ RemoveModCommand(moduleToRemove: Module, moduleMasterList: ModuleList,
moduleSelectedList: ModuleList)
}
class RemoveUniCommand {
- universityToRemove: University
- universityIndexToRemove:int
+ RemoveUniCommand(universityToRemove: University, universityMasterList: UniversityList,
universitySelectedList: UniversityList)
}
class RemoveMapCommand {
+ RemoveMapCommand(universityIndexToMap: int, selectedMappingIndex: int,
universityMasterList: UniversityList, universitySelectedList: UniversityList, universityMasterList: UniversityList)
}
class ListModCommand {
+ ListModCommand(moduleList: ModuleList, type: ListType)
}
class ListUniCommand {
+ ListUniCommand(universityList: UniversityList, type: ListType)
-printSelectedList(universityList: UniversityList): void
-printMasterList(universityList: UniversityList): void
}
class FindModCommand {
+ FindModCommand(userInput: String, moduleMasterList: ModuleList, type: FindModInputType)
}
class FindUniCommand {
+ FindUniCommand(userInput: String, universityMasterList: UniversityList)
}
class SearchMapCommand {
- selectedUniversity: University
+ SearchMapCommand(selectedUniversity: University, universitySelectedList: UniversityList
universityMasterList: UniversityList, moduleSelectedList: ModuleList, isAll: boolean)
+ getSelectedUniversity(): University
}
class HelpCommand {
+ HelpCommand()
}
class ExitCommand {
+ ExitCommand()
}
@enduml | false | true | false | false | class |
1e664580b53d6ed75addda6efde2948558c21fc2 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-class-dokumentobjekt.iuml | f38656c283d07d8b794286d0d0c5a154f6513e65 | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 437 | iuml | @startuml
class Arkivstruktur.Dokumentobjekt <Arkivenhet> {
+versjonsnummer : integer
+variantformat : Variantformat
+format : Format [0..1]
+formatDetaljer : string [0..1]
+referanseDokumentfil : string [0..1]
+filnavn : string [0..1]
+sjekksum : string [0..1]
+mimeType : string [0..1]
+sjekksumAlgoritme : string [0..1]
+filstoerrelse : integer [0..1]
+elektroniskSignatur : ElektroniskSignatur [0..1]
}
@enduml
| false | true | false | false | class |
43ec9b5c888740a856ad45ca1d0b792c04db7149 | 83cac1572fdf61481ac455f5129c8a8a4c412ea5 | /docs/diagrams/Requirement/RequirementClassDiagram.puml | a1f0bfed2dfc2a4ca581f296d6c522f27ebfeb80 | [
"MIT"
] | permissive | AY1920S2-CS2103T-F09-3/main | 07fca10e67ca1152e501e7dade13bfe97c4f679b | b0874e7c195e5d7c1233e67b48fc6d522491556f | refs/heads/master | 2021-01-03T19:15:41.925131 | 2020-04-13T15:51:04 | 2020-04-13T15:51:04 | 240,203,907 | 0 | 8 | NOASSERTION | 2020-04-13T15:51:05 | 2020-02-13T07:43:25 | Java | UTF-8 | PlantUML | false | false | 849 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
interface ReadOnlyRequirement {
+isFulfilled()
+isSameRequirement()
+equals()
}
class Requirement {
+addModule()
+setModule()
+removeModule()
-computeCredits()
}
class RequirementCode {
-value
+isValidRequirementCode()
}
class Title {
-value
+isValidTitle()
}
class Credits {
-creditsRequired
-creditsAssigned
-creditsFulfilled
+isValidCredits()
+isFulfilled()
}
class UniqueModuleList {
-internalList
-internalUnmodifiableList
+add()
+set()
+remove()
+contains()
+getByModuleCode()
+asUnmodifiableObservableList()
}
ReadOnlyRequirement <|-- Requirement
Requirement *-- "1" RequirementCode
Requirement *-- "1" Title
Requirement *-- "1" Credits
Requirement *-- "1" UniqueModuleList
@enduml
| false | true | false | false | class |
0626fd3aeade3b956c8650eaaa31c82986ae7e0b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitStoreMode.puml | 4ffbcdf63213ec6c9aaf2bb6c10691a8a1476a34 | [] | 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 | 7,445 | puml | @startuml
hide methods
enum BusinessUnitStoreMode {
EXPLICIT
FROM_PARENT
}
interface BusinessUnit [[BusinessUnit.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface BusinessUnitDraft [[BusinessUnitDraft.svg]] {
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[AssociateDraft.svg List<AssociateDraft>]]
addresses: [[BaseAddress.svg List<BaseAddress>]]
shippingAddresses: [[Integer.svg List<Integer>]]
defaultShippingAddress: Integer
billingAddresses: [[Integer.svg List<Integer>]]
defaultBillingAddress: Integer
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface Company [[Company.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface Division [[Division.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
custom: [[CustomFields.svg CustomFields]]
addresses: [[Address.svg List<Address>]]
shippingAddressIds: [[String.svg List<String>]]
defaultShippingAddressId: String
billingAddressIds: [[String.svg List<String>]]
defaultBillingAddressId: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[Associate.svg List<Associate>]]
inheritedAssociates: [[InheritedAssociate.svg List<InheritedAssociate>]]
parentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
topLevelUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface DivisionDraft [[DivisionDraft.svg]] {
key: String
status: [[BusinessUnitStatus.svg BusinessUnitStatus]]
stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
unitType: [[BusinessUnitType.svg BusinessUnitType]]
name: String
contactEmail: String
associateMode: [[BusinessUnitAssociateMode.svg BusinessUnitAssociateMode]]
associates: [[AssociateDraft.svg List<AssociateDraft>]]
addresses: [[BaseAddress.svg List<BaseAddress>]]
shippingAddresses: [[Integer.svg List<Integer>]]
defaultShippingAddress: Integer
billingAddresses: [[Integer.svg List<Integer>]]
defaultBillingAddress: Integer
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
parentUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
}
interface BusinessUnitSetStoreModeAction [[BusinessUnitSetStoreModeAction.svg]] {
action: String
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]]
}
interface BusinessUnitStoreModeChangedMessage [[BusinessUnitStoreModeChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]]
oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
}
interface BusinessUnitStoreModeChangedMessagePayload [[BusinessUnitStoreModeChangedMessagePayload.svg]] {
type: String
stores: [[StoreKeyReference.svg List<StoreKeyReference>]]
storeMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
oldStores: [[StoreKeyReference.svg List<StoreKeyReference>]]
oldStoreMode: [[BusinessUnitStoreMode.svg BusinessUnitStoreMode]]
}
BusinessUnitStoreMode --> BusinessUnit #green;text:green : "storeMode"
BusinessUnitStoreMode --> BusinessUnitDraft #green;text:green : "storeMode"
BusinessUnitStoreMode --> Company #green;text:green : "storeMode"
BusinessUnitStoreMode --> Division #green;text:green : "storeMode"
BusinessUnitStoreMode --> DivisionDraft #green;text:green : "storeMode"
BusinessUnitStoreMode --> BusinessUnitSetStoreModeAction #green;text:green : "storeMode"
BusinessUnitStoreMode --> BusinessUnitStoreModeChangedMessage #green;text:green : "storeMode"
BusinessUnitStoreMode --> BusinessUnitStoreModeChangedMessage #green;text:green : "oldStoreMode"
BusinessUnitStoreMode --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "storeMode"
BusinessUnitStoreMode --> BusinessUnitStoreModeChangedMessagePayload #green;text:green : "oldStoreMode"
@enduml
| false | true | false | false | sequence |
4f374e2388851f8e3424c97d2fde4b09fbe3e1d7 | 55e312a10d12d49d76ec62b1b40107143cdf39e6 | /Strategy/StrategyExample.puml | 02c2c4c8f2781d8476ac6f850f1ee0009d5374b8 | [] | no_license | hc0517z/DesignPattern | 4ad6d0b66c3787ae688b7c46d8a2ec210439d0fc | c48eb7342dffe1adb22a608a175c4e4d99308e38 | refs/heads/master | 2022-02-23T15:22:25.368025 | 2019-09-17T02:10:58 | 2019-09-17T02:10:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 993 | puml | @startuml
title Strategy Pattern
interface IMovingStrategy
{
+ {abstract} void Move();
}
class WalkingStrategy
{
+ void Move();
}
class FlyingStrategy
{
+ void Move();
}
IMovingStrategy <|.. WalkingStrategy
IMovingStrategy <|.. FlyingStrategy
interface IAttackStrategy
{
+ {abstract} void Attack();
}
class PunchStrategy
{
+ void Attack();
}
class MissileStrategy
{
+ void Attack();
}
IAttackStrategy <|.. PunchStrategy
IAttackStrategy <|.. MissileStrategy
abstract class Robot
{
- string name
+ Robot(string name)
+ string GetName()
+ string Attack()
+ string Move()
+ SetMovingStrategy(IMovingStrategy movingStrategy)
+ SetAttackStrategy(IAttackStrategy attackStrategy)
}
Robot o-left- IMovingStrategy
Robot o-right- IAttackStrategy
class TaekwonV
{
+TaekwonV(name:string)
}
class Atom
{
+Atom(name:string)
}
class Sungard
{
+Sungard(name:string)
}
Robot <|-- TaekwonV
Robot <|-- Atom
Robot <|-- Sungard
@enduml | false | true | false | false | class |
e3f32b6d16d0d23cbcf407d79fc6423e396693f2 | 87027febfeaac25bcdecd455a7c2edc0ee5edf31 | /doc/uml/cls_history.puml | d7cd7fd88a03cd730e29db047f954795fefddea4 | [] | no_license | Godotcoffee/nurupo | 28ddef7fde33db357ed4480cfd6380ca937ab963 | 83935d31c0e94648746fadb3680a6f5a2b365874 | refs/heads/master | 2020-04-10T09:37:27.672966 | 2018-12-28T00:31:13 | 2018-12-28T00:31:13 | 160,942,585 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 714 | puml | @startuml
package com.nurupo.movie.history.entity {
class History {
-historyId: Int
-userId: Int
-movieId: String
-rating: Float
-timestamp: Long
+getter()
+setter()
}
}
package com.nurupo.movie.history.dao {
interface IHistoryDAO {
+History findByUserIdAndMovieId(userId: Int, movieId: String)
+findAllByUserIdOrderByTimestamp(userId: Int, pageable: Pageable): Page<History>
+findAllByUserIdOrderByRating(userId: Int, pageable: Pageable): Page<History>
+findAllByMovieIdOrderByTimestamp(movieId: String, pageable: Pageable): Page<History>
}
}
JpaRepository <|-- IHistoryDAO
IHistoryDAO ..> History
@enduml | false | true | false | false | class |
30a5bdbf759e35e2113bb36dd04cd26a91f92300 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/palindrome_number/palindrome_number.plantuml | e7fe593f7bed11a4707aabb9e7df0b80c9fdf5f2 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 460 | plantuml | @startuml
title __PALINDROME_NUMBER's Class Diagram__\n
namespace cn.shui.order {
namespace palindrome_number {
class cn.shui.order.palindrome_number.Solution {
{static} + isPalindrome()
{static} + main()
}
}
}
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 |
a7cd65f85248ad263211f27d4a7a8ea3b9eb9d99 | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/kalman-overview-class-diagram.puml | b9e4a5be4e860824ed8da97f99c43da1c8f9803c | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 3,208 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.hipparchus #ECEBD8 {
interface "NonLinearProcess<T extends Measurement>" as NonLinearProcess_T {
+getEvolution(previousTime, previousState, measurement)
+getInnovation(measurement, evolution, innovationCovarianceMatrix)
}
class "ExtendedKalmanFilter<T extends Measurement>" as ExtendedKalmanFilter_T
ExtendedKalmanFilter_T --> "1" NonLinearProcess_T : estimate
}
package org.orekit #ECEBD8 {
package estimation #DDEBD8 {
package measurements #CBDBC8 {
class EstimatedMeasurement
interface ObservedMeasurement {
+estimate(state)
}
EstimatedMeasurement <-left- ObservedMeasurement
}
package sequential #CBDBC8 {
interface CovarianceMatrixProvider
class KalmanEstimator {
+getOrbitalParametersDrivers()
+getPropagatorsParametersDrivers()
+getMeasurementsParametersDrivers()
+setObserver(observer)
+estimationStep(measurement)
}
abstract AbstractKalmanModel {
#updateReferenceTrajectories(propagators, pType, sType)
#analyticalDerivativeComputations(mapper, state)
+ProcessEstimate getEstimate()
+EstimatedMeasurement<?> getCorrectedMeasurement()
+SpacecraftState[] getCorrectedSpacecraftStates()
}
class KalmanModel
class DSSTKalmanModel
class TLEKalmanModel
AbstractKalmanModel <-left-* KalmanEstimator
KalmanEstimator *-right-> ExtendedKalmanFilter_T
AbstractKalmanModel *--> CovarianceMatrixProvider
EstimatedMeasurement <-- AbstractKalmanModel
KalmanModel --|> AbstractKalmanModel
DSSTKalmanModel --|> AbstractKalmanModel
TLEKalmanModel --|> AbstractKalmanModel
}
}
}
package user.application #F3EDF7 {
class MyProcessNoiseMatrixProvider #EAE6F7/B9B3D2
CovarianceMatrixProvider <|-- MyProcessNoiseMatrixProvider
}
@enduml
| false | true | false | false | sequence |
1e44a6cfd400ff53b27980e8a834673283eaa29f | 21ccee783b583ee5f856623a9c37c1af9680a7f9 | /src/main/java/com/project/app/controller/controller.plantuml | 6b4e08b5c208bf635dec6166c82c75b0fe69ddae | [] | no_license | ixior462/WebApp | a110ab7c5a1f5d3c53c9708fff70a4235de3cefc | 01a7cd8bae2a1f4e57d17d73b91ca6e03198d15f | refs/heads/master | 2020-04-05T09:29:59.669852 | 2019-03-20T23:16:08 | 2019-03-20T23:16:08 | 156,759,849 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 539 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
package com.project.app {
package com.project.app.controller {
class Controller {
+ sayHello()
}
}
}
package com.project.app {
package com.project.app.controller {
class WebController {
+ showLearningPage()
}
}
}
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 |
eea1880c1f3a5de584b5bf3b698f640d2914bc31 | 665a2959f0de3a0c67b0aed378c5cc575d6ca742 | /excersice42/docs/PlantUML.puml | 2dc3783223f28c01cd43d3f7307da4ee42dde8ff | [] | no_license | RicardoB1437/barrios-a04 | c954668dda7b313e41ebda6b20d1def638e7420e | 858f5273bcf6d70cbf10df83120bac376c4ce9a6 | refs/heads/main | 2023-08-31T11:22:48.173819 | 2021-10-18T04:48:55 | 2021-10-18T04:48:55 | 414,372,178 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 264 | puml | @startuml
class FileRead
{
+takeInfoFromFile(): List<String>
+separateInfo(List<String> info): List<Map<String, String>>
+printInfoToFile(List<Map<String, String>> separated)
}
class Solution42
{
+main(String[])
}
Solution42 -- FileRead
@enduml | false | true | false | false | class |
b2b7c26fcb171e9f8b3001ec724e9e7ef46561bb | 0c5e47ecc8c280c7b6c41e585aace67524473bd4 | /src/main/resources/uebung6/exercise01d.puml | b85c9f444d8aec56d31c903fd913ee605a32944a | [] | no_license | phbenisc/msiComplexTheorie | bad88319e1ffe89bcb9c09d71b48447afab12897 | 24ba533c2915308f1edc304d37583cbed76c386f | refs/heads/master | 2023-02-27T21:38:58.384128 | 2021-02-01T07:57:27 | 2021-02-01T07:57:27 | 306,917,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 502 | puml | @startuml
left to right direction
skinparam state {
BackgroundColor White
BorderColor Gray
}
[*] --> S0
state "R" as S0
state "R" as S1
state "False" as S2
state "L" as S3
state "L" as S4
state "L" as S5
state "R" as S6
state "R" as S7
state "True" as S8
S0:0
S1:1
S2:2
S3:3
S4:4
S5:5
S6:6
S7:7
S8:8
S0 --> S1: 0,1
S1 --> S0: 0,1
S0 --> S3: #
S1 --> S2: #
S3 --> S4: 0:#
S3 --> S4: 1:#
S4 --> S5: #
S5 --> S5: 1:0
S5 --> S6: 0:1
S5 --> S6: '#:1
S6 --> S7: #
S7 --> S3: #
S3 --> S8: #
@enduml
| false | true | false | false | sequence |
0f41ca558fcb27d5933cc3db16ccf23d8894eee2 | 12a63551287f294bc8c70fa5d33f028530d9e607 | /src/main/uml/queryPaymentAuthCode.puml | dac50157c5c4940b7baf1b7026e0501f84af46a1 | [] | no_license | lalalaHAHAhehe/Test | 0b11478dba6e76cb0093cf11dcead7dcfc3ac936 | 89711ab4e7e9c7e3928217d179e8c3b984cf2c25 | refs/heads/main | 2023-07-13T00:48:51.507793 | 2021-08-18T08:37:34 | 2021-08-18T08:37:34 | 392,520,846 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,889 | puml | @startuml
autonumber
actor User
participant "User" as User
box "Merchant" #LightYellow
participant "Merchant APP" as MerchantAPP
participant "Merchant Backend" as MerchantBackend
end box
box "Easypaisa" #LightBlue
participant "EP H5" as EPH5 #LightGreen
participant "EP App" as EPApp #LightGreen
participant "EP Backend" as EPBackend #LightGreen
end box
== User Binding Flow ==
User -> MerchantAPP: Add Easypaisa payment method
activate MerchantAPP
MerchantAPP -> MerchantBackend: Add Easypaisa payment method
activate MerchantBackend
MerchantBackend -> EPBackend: <font color=#f7a98d><b> Step1: Get PaymentAuthCode via /v2/authorizations/getPaymentAuthCode
activate EPBackend
EPBackend --> MerchantBackend: Response authUrl
deactivate EPBackend
MerchantBackend --> MerchantAPP: Response authUrl
deactivate MerchantBackend
deactivate MerchantAPP
alt If EPApp installed
MerchantAPP -> EPH5: <font color=#f7a98d><b> Step2: Open authUrl(H5 middle page)
activate MerchantAPP
activate EPH5
EPH5 -> EPH5: Show middle page
EPH5 -> EPApp: Open EP App
deactivate EPH5
activate EPApp
deactivate EPBackend
EPApp -> EPApp: Show sign page
deactivate EPApp
loop If not receive sign result after some time
MerchantAPP -> EPBackend: <font color=#f7a98d><b> Step3: Query PaymentAuthCode via /v2/authorizations/queryPaymentAuthCode
activate EPBackend
EPBackend --> MerchantAPP: Response result
deactivate EPBackend
end
end
alt If EPApp not installed
MerchantAPP -> EPH5: <font color=#f7a98d><b> Step2: Open authUrl(H5 middle page)
activate EPH5
EPH5 -> EPH5: Show middle page
EPH5 -> EPH5: Show sign page
deactivate EPH5
loop If not receive sign result after some time
MerchantAPP -> EPBackend: <font color=#f7a98d><b> Step3: Query PaymentAuthCode via /v2/authorizations/queryPaymentAuthCode
activate EPBackend
EPBackend --> MerchantAPP: Response result
deactivate EPBackend
end
end
@enduml | false | true | false | false | usecase |
4f6e989cf747811e93876d02b98c23ef469ef969 | 73071b503ae97c90519e39dbc4bd83f9f6786c46 | /project_diagrams/classDiagrams/login.puml | e773cb4d8671010cfc67f41501f17dea327af890 | [] | no_license | guillaume-chebib/StudEasy | 3327c1ddfe16b4068332a179ede5913c0cef6c0c | 17a90a16cd1d1a954941d5acea26ce0c1b22231a | refs/heads/master | 2023-02-14T20:32:03.490210 | 2021-01-11T15:09:17 | 2021-01-11T15:09:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,617 | puml | @startuml
skinparam classAttributeIconSize 0
class Application
package launcher{
class Main{
start(Stage stage)
{static} main(String[] args)
}
Application <|-- Main
}
interface Initializable
package GUI{
abstract class AbstractRouter{
+ {static} LOGIN_FXML_PATH : String = "views/login.fxml"
+ {static} load(String pathFXML) : Parent
+ changeView(String pathFXML, ActionEvent event)
+ adminRestricted(String pathFXML, ActionEvent event)
+ studentRestricted(String pathFXML, ActionEvent event)
+ partnerRestricted(String pathFXML, ActionEvent event)
}
class LoginController{
- emailTF : TextField
- passwordTF : TextField
- loginFailLabel : Label
+ login(ActionEvent event)
+ loadRegister(ActionEvent event)
+ exit(ActionEvent event)
+ initialize(URL location, RessourceBundle resources)
}
class UserRouter{
+ {static} REGISTER_FXML_PATH : String = "views/user/register.fxml"
+ {static} HOME_STUDENT_FXML_PATH : String = "views/user/homeStudent.fxml"
+ {static} HOME_ADMIN_FXML_PATH : String = "views/user/homeAdmin.fxml"
+ {static} HOME_PARTNER_FXML_PATH : String = "views/user/homePartner.fxml"
+ {static} getInstance() : UserRouter
+ login(ActionEvent event )
}
Initializable <|.down. LoginController : implements
AbstractRouter <.. Main : creates
LoginController <-- AbstractRouter
AbstractRouter <.left. LoginController : creates
AbstractRouter <|-- UserRouter
}
package BusinessLogic{
class FacadeUser{
+ login(email,password)
+ {static} getInstance() : FacadeUser
}
class SessionUser{
+ {static} getInstance() : SessionUser
+ getCurrentUser() : User
+ setCurrentUser(User currentUser)
+ isStudent() : boolean
+ isAdmin() : boolean
+ isPartner() : boolean
}
interface SessionI{
+ isStudent(): boolean
+ isAdmin() : boolean
+ isPartner() : boolean
}
class User{
- lastname : String
- firstname : String
- emailAdress : String
- password : String
+ getLastname(): String
+ setLastname(String lastname)
+ getFirstname(): String
+ setFirstname(String firstname)
+ getEmailAdress(): String
+ setEmailAdress(String emailAdress)
+ getPassword(): String
+ setPassword(String password)
+ getRole(): Role
+ setRole(Role role)
}
abstract class Role
class Admin
class Student{
- pseudo : String
- points : int
- services : Service[]
- servicesBuy : CommandOfService[]
+ getPseudo() : String
+ setPseudo(String pseudo)
+ getPoints() : int
+ setPoints(int points)
+ getServices() : Service[]
+ setServices(Service[] services)
+ getServicesBuy() : CommandOfService[]
+ setServicesBuy(CommandOfService[] servicesBuy)
}
class Partner{
- company : String
- jobs : Job[]
- coupons : Coupon[]
+ getCompany() : String
+ setCompany(String company)
+ getJobs() : Job[]
+ setJobs(Job[] jobs)
+ getCoupons() : Coupon[]
+ setCoupons(Coupon[] coupons)
}
abstract class Factory{
+ CreateUserDAO() : UserDAO
+ {static} getInstance() : Factory
}
class MySQLFactory{
- db : Connection
+ CreateUserDAO() : UserDAO
+ getDb() : Connection
- openConnection()
- closeConnection()
}
Role <|-left Student
Role <|-right Admin
Role <|--up Partner
Role <-- User
User <-- SessionUser
SessionI <|.. SessionUser : implements
SessionI <-- AbstractRouter
SessionUser <.. FacadeUser : creates
Factory <|-- MySQLFactory
FacadeUser <-up- LoginController
}
package DAO{
abstract class UserDAO{
+ searchUser(String email) : User
+ {static} getInstance() : UserDAO
}
class MySQLUserDAO{
- DB : Connection
+ searchUser(String email) : User
}
class MySQLConnectionUtil{
- db : Connection
+ getDb() : Connection
+ {static} getInstance() : MySQLConnectionUtil
}
UserDAO <|- MySQLUserDAO
UserDAO <-- FacadeUser
UserDAO ..> Factory : creates
MySQLUserDAO <.left. MySQLFactory : creates
MySQLConnectionUtil <.left. MySQLFactory : creates
}
@enduml | false | true | false | false | class |
16ae559be5e899ac83cdc9d073c6d49fdc0c4f48 | 2bbb2a5fd13223b327cb2b61221315eaf0bf49c9 | /arch_docs/diagrams/sticky_queues.puml | c693e4bbca0ee9728186fa3f22c5b8d97b94f510 | [
"MIT"
] | permissive | yiminc/sdk-core | 35d43c7964ee246acaf0255086fab075022adf5f | 289da6da4d245b00155ed3fca0810cc60e30efd5 | refs/heads/master | 2023-08-24T08:12:35.683920 | 2021-10-06T17:19:42 | 2021-10-06T17:19:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,029 | puml | @startuml
title "Sticky Task Queue Interactions"
participant "Worker 1" as w1
participant "Server" as fe
queue "some_tq" as gq
queue "some_tq_worker_1_xxx" as sq
w1 -> fe : Poll on ""some_tq""
fe <- gq : grab next task
fe --> w1 : Workflow Task (entire history)
w1 -> w1 : Process task
w1 -> fe : Task complete, use task queue ""some_tq_worker_1_xxx""
fe -> fe : An event, like a timer firing
fe -> sq ** : Enqueue task
loop Processing workflow tasks on a specific queue
w1 -> fe : Poll on ""some_tq_worker_1_xxx""
fe <- sq : grab next task
fe --> w1 : Workflow Task (only new events)
w1 -> w1 : Process task
w1 -> fe : Task complete, use task queue ""some_tq_worker_1_xxx""
fe -> fe : An event, like a timer firing
fe -> sq : Enqueue task
end
w1 -> w1 : Evict workflow from cache
note right : Eviction happens of this workflow for some reason
w1 -> fe : ResetSticky (includes which workflow execution)
fe -> fe : An event, like a timer firing
fe -> gq : Enqueue task
note left : We go back to the shared queue
@enduml | false | true | false | false | sequence |
2f1c8e56aa57ee7827648e4c82460f0c8919b235 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSelectionDeletedMessage.puml | 09ddcfadf26aa79ef28bfcb31fac54240a45932a | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,141 | 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 ProductSelectionDeletedMessage [[ProductSelectionDeletedMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
5234265cd6da9c7a2d066623021393231c25685d | e18b4f4c49f0fea4056d223d402a74430444410b | /api/stackmovie/src/main/java/fty/api/uml/stackmovie-mld.puml | 546e1a78ddb4c63da4c100154a5681db81f05c3d | [] | 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 | 847 | puml | @startuml
Movie "1" -- "1..n" Genre : a
Movie "1" -- "1..n" Actor : a
Movie "1" -- "1..n" Director : a
User "1" -- "0..n" Movie : a vu
class Movie {
idMovie: Integer
title: String
director: String
date: Date
genres: Genre[]
actors: Actor[]
story: String
imdbRating: Float
imdbVote: integer
getMovieFromOmdbById(imdbId: String)
}
enum Genre {
[
"Action",
"Adventure",
"Crime",
"Drama",
"Fantasy",
"Mystery",
"Sci-Fi",
"Thriller",
...
]
}
class Actor {
idActor: Integer
firstName: String
lastName: String
}
class Director {
idDirector: Integer
firstName: String
lastName: String
}
class User {
idUser: Integer
firstName: String
lastName: String
mail: String
login: String
password: String
moviesSeen: Movie[]
}
@enduml
| false | true | false | false | class |
d6df76bd4771d4237f32cfcfaf5e38915975cc55 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Tests.EngineTests/TaxCalculationEngineTests.puml | fe1966dfbcd37718b37136cb6c3e9c85f5f71c54 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 153 | puml | @startuml
class TaxCalculationEngineTests {
+ TaxCalculationEngine_CalculateCartTax() : void
}
EngineTestBase <|-- TaxCalculationEngineTests
@enduml
| false | true | false | false | class |
7ffdf1f6fdb6e16c1eee42974656bb2d59c98bbf | e5e0d04a44fe67064105c32404e11f52d66ce464 | /docs/plantuml/FindQuiz.puml | 8f1af2e0d726682cc8417bafa8ceb6f85c3c560f | [] | no_license | durianpancakes/tp | 19902f0c344eca4544cda3caabb85c70d174853a | 7f9ff12f6d81a47bc208e64dcbcecb6dbf8687a5 | refs/heads/master | 2023-01-07T01:13:07.145901 | 2020-11-08T13:10:16 | 2020-11-08T13:10:16 | 299,612,457 | 0 | 0 | null | 2020-09-29T12:36:16 | 2020-09-29T12:36:15 | null | UTF-8 | PlantUML | false | false | 1,057 | puml | @startuml
skinparam ParticipantPadding 10
skinparam BoxPadding 5
hide footbox
box "Controller" #LightSalmon
participant ":FindCommand"
end box
box "Model" #YellowGreen
participant ":QuizManager"
participant ":FindQuiz"
end box
box "UserInterface" #skyblue
participant ":UserInterface"
end box
":FindCommand" -> ":QuizManager" : execute()
activate ":FindCommand"
activate ":QuizManager"
":QuizManager" -> ":QuizManager" : findQuiz()
activate ":QuizManager" #DarkSalmon
":QuizManager" -> ":FindQuiz" ** : constructor()
activate ":FindQuiz"
":FindQuiz" --> ":QuizManager"
deactivate ":FindQuiz"
":QuizManager" -> ":FindQuiz" : getFilteredQuizzes()
activate ":FindQuiz"
":FindQuiz" --> ":QuizManager" : filteredQuizzes
deactivate ":FindQuiz"
":QuizManager" -> ":UserInterface" : printArray()
activate ":UserInterface"
":UserInterface" --> ":QuizManager"
deactivate ":UserInterface"
":QuizManager" --> ":QuizManager"
deactivate ":QuizManager"
":QuizManager" --> ":FindCommand"
deactivate ":QuizManager"
deactivate ":FindCommand"
destroy ":FindQuiz"
@enduml | false | true | false | false | sequence |
25fa2d236390d33dfa2c0ab95fbd8c227d5844ff | dc0b615256cebbd5c643bc92c08c36b281164489 | /auth-sequence.puml | c2d1710935d035a907698c44b7bbb79e6e554510 | [] | no_license | thiagosoares/jwt-auth-health-insurance-example | 19471b14430c2fd25dac39a704c195c2d5501430 | ce438c8ed7cc5ce21cfdf0bd3fe66ff66aa062d6 | refs/heads/main | 2023-02-22T04:22:43.086479 | 2021-01-26T00:41:43 | 2021-01-26T00:41:43 | 300,928,249 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,210 | puml |
@startuml authDiagram
boundary "Partner Service" as PartnerService
autoactivate on
PartnerService -> AuthenticationController: Login as Partner
AuthenticationController -> AuthenticationService: POST /auth/login {clientId}
AuthenticationController <-- AuthenticationService: Partner Token
PartnerService <-- AuthenticationController: Partner Login
PartnerService -> AuthenticationController: Login as User
AuthenticationController -> AuthenticationService: POST /auth/account/login [PartnerToken] + {accountId}
AuthenticationController <-- AuthenticationService: Account specific token
PartnerService <-- AuthenticationController: Account Login
PartnerService -> AccountController: Get Account Users as Partner
AccountController -> AccountService: Get /account/{accountId}/users + [PartnerToken]
AccountController <-- AccountService: Account Users
PartnerService <-- AccountController: Account Users
PartnerService -> AccountController: Get Account Invoice as User
AccountController -> AccountService: Get Account Invoice as User /account/{accountId} [AccountToken]
AccountController <-- AccountService: Get Account Invoice
PartnerService <-- AccountController: Account Invoice
@enduml
| false | true | false | false | sequence |
e3e5e9e98ff2857965fbf8fdbf499c2241df974e | 564e8c1810c4c7cae58332e369289129185a1bb4 | /Entwurf/PlantUML/ClassDiagrams/MVC/Controller.puml | d7dda9d5c6ce1ec42953fb9f3f28dae37dbd5711 | [] | no_license | JonaEnz/pse-airquality-1 | e1e23bce8330949fabb822dcf4ac3ab70aac5ca7 | b7d69bd0f4c9a749e9755196c77a92335949c2b0 | refs/heads/master | 2022-12-14T03:04:53.259309 | 2020-09-06T18:54:30 | 2020-09-06T18:54:30 | 262,756,089 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,669 | puml | @startuml Controller
namespace Controller {
namespace Frost {
class DataProvider {
+ {static} getObservationStations(middle: Position, radius : number) : ObservationStation[]
+ {static} getLatestObservation(station : ObservationStation, feature : Feature) : Observation
+ {static} getObservations(station : ObservationStation, start : Date, end : Date,
{static} feature : Feature, freuqency? : Frequency) : Observation[]
+ {static} getObservationStations(middle : Position, radius : number) : ObservationStation[]
+ {static} getStation(id : string) : ObservationStation
}
note as N1
Fassade, nur diese Klasse ist nach außen sichtbar.
end note
DataProvider .. N1
DataProvider --> FrostFactory
DataProvider --> FrostServer
abstract QueryBuilder {
getQuery(options : any) : string
}
FrostFactory --> ResultModelConverter
namespace GetObservationStation {
class GetObservationStationsBuilder implements Controller.Frost.QueryBuilder {
getQuery(options: GetObservationStationsOptions) : string
}
class GetObservationStationFactory implements Controller.Frost.FrostFactory{
GetQueryBuilder() : GetObservationStationsBuilder
GetConverter() : GetObservationStationsConverter
}
GetObservationStationsBuilder --> GetObservationStationsOptions
GetObservationStationFactory --> GetObservationStationsBuilder
GetObservationStationFactory --> GetObservationStationsConverter
interface GetObservationStationsOptions {
middle : Position
radius : number
}
class GetObservationStationsConverter<ObservationStation[]> implements Controller.Frost.ResultModelConverter {
convert(json : string) : FrostResult<ObservationStation[]>
}
note as N3
GetObservationStation ist beispielhaft für alle Factorys
die für die Übersicht weggelassen wurden.
end note
GetObservationStationFactory .. N3
}
abstract ResultModelConverter<T> {
convert(json : string): FrostResult<T>
}
abstract FrostFactory {
GetConverter() : ResultModelConverter<T>
GetQueryBuilder() : QueryBuilder
}
FrostFactory --> QueryBuilder
class FrostServer {
getUrl() : string
setUrl(url : string)
request(ff : FrostFactory, options : any) : FrostResult
<<async>> asyncRequest(ff : FrostFactory, options : any) : Promise<FrostResult>
}
note as N2
request(new GetObservationStationsFactory(), options : GetObservationStationsOptions) {
var query = ff.getQueryBuilder().getQuery(options)
var json = this.send(query)
var obs = ff.getConverter().convert(json)
return obs
}
end note
FrostServer .. N2
}
namespace Storage {
class Language {
{static} + getText(id: string) : string
{static} + changeLanguage(languageId : string): void
{static} + getSelectedLanguageId() : string
}
class MapConfigurationMemory {
+ save(MapConfiguration conf, viewport : Viewport)
+ load() : (MapConfiguration, Viewport)
}
}
MapController --> Controller.Storage.MapConfigurationMemory
class MapController {
+ handlePopup(pin : MapPin) : [Station, Observation]
+ handleViewportChange(viewport : Viewport)
--
+ getPins() : MapPin[]
+ getPolygons() : Polygon[]
+ changeFeature(feature : Feature) : void
+ onConfigurationChange(mapConf : MapConfiguration) : void
+ search(searchTerm : string) : void
+ updateCurrentPosition(position : Position) : void
}
abstract MapConfiguration {
+ getPins(port : Viewport) : MapPin[]
+ getPolygons(port: Viewport) : Polygon[]
+ getScale() : Scale
+ getFeatures() : Feature[]
}
class StationConfiguration extends MapConfiguration {
+ setFeature(feature : Feature)
}
class PolygonConfiguration extends MapConfiguration {
+ setFeature(feature : Feature)
}
class NearConfiguration extends MapConfiguration {
+ radius : number
--
+ setFeature(feature : Feature)
}
}
@enduml | false | true | true | false | class |
f715b4ed0e1731c488f335067bca741470e4610c | 52ca52ff0ab109553953139c0206437651c4acea | /Structural/DecoratorPattern/Decorator.puml | 3d338158b9cddfe89e4306fb09d4a3c44f96e9f1 | [] | no_license | semihsevmm/Design-Patterns | d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1 | 58c108bd23ef5f913a25b2e9d15dd6899a85e6b5 | refs/heads/main | 2023-08-10T23:58:15.067685 | 2021-09-14T19:54:11 | 2021-09-14T19:54:11 | 349,040,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 721 | puml | @startuml
abstract class "Drone"{
+name : string
{abstract} +fly()
}
class Quadcopter{
+Quadcopter(name : string)
+name : string
+fly()
}
class Octocopter{
+Octocopter(name : string)
+name : string
+fly()
}
abstract class "DroneDecorator"{
+DroneDecorator(myDrone : Drone)
#myDrone : Drone
+name : string
+fly()
{abstract} +operation()
}
class CameraDecorator{
+CameraDecorator(myDrone : Drone)
+operation()
}
class NavigationDecorator{
+NavigationDecorator(myDrone : Drone)
+operation()
}
Drone <|.. Quadcopter
Drone <|.. Octocopter
Drone <|.."DroneDecorator"
Drone *-- "DroneDecorator"
"DroneDecorator" <|.. CameraDecorator
"DroneDecorator" <|.. NavigationDecorator
@enduml | false | true | false | false | class |
034a8e4901085cc6dd849ee864b66d22a22fef29 | 92addf9ac745235fb51e5e3a0abd2494db5f9f4b | /src/main/java/ex42/exercise42_UML.puml | 261f4bf857f180dbf944e07962883cb5be7578d1 | [] | no_license | vishal8557/choday-cop3330-assignment3 | bd61e8060aba52f8d5376e6df2faedc02ed1d3d3 | d81199eae03bf0404114aa812f8c3f50f425e2db | refs/heads/master | 2023-08-31T07:45:19.655353 | 2021-10-11T18:26:49 | 2021-10-11T18:26:49 | 416,053,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 271 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App{
- App : ArrayList<String>
- ArrayList -> list_of_names_from_the_file
}
class Process{
- ArrayList -> the_exercise_file_path_here
- the_names_of_the_ppl_in_our_list
- ArrayList -> rws_of_the_names_here
}
@enduml | false | true | false | false | class |
b89fd3a041387d04c69d2901d815b412d9c9c10e | 4ac07403e993c3934b7d71430471f184b2bfedb7 | /app/UML/systemsequencediagram.puml | 345d45cc1a2727899f9f42373aaca5d099071ed1 | [] | no_license | will72/comp_3710_termproject | d5b5b57260285b986d10f483c77d477a5c2d33a1 | 026f411ea56301f996a33917e14aa9bf53ddce2d | refs/heads/master | 2020-03-09T15:35:05.296176 | 2018-04-26T02:22:57 | 2018-04-26T02:22:57 | 128,862,635 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 459 | puml | @startuml
title Info SSD
actor Player
participant Game
participant Info
group SD: Gameboard
Player -> Game: start
loop while !(incorrect Game pressed)
Player <-- Game: currentSequence
note right: UC: Press a Colored Game
else
opt continueGame
Player -> Game: press
note right: UC: Correct Game
end
end
Player <-- Game: Score
note right: UC: Incorrect Game
Game -> Info: transmitScore
note right: UC: Publish Last Score and possibly High Score
end
@enduml
| false | true | false | false | usecase |
e6274c09f095f385e7a06832173374d89cd2008a | 68b465c4da2f9378b84511d1e52e685615088466 | /ProyectoFinal/diagramas/clases/General.plantuml | 66dff7bde545c2265d31314aa51946f2821c9dbd | [] | no_license | Vicroni/Modelado2020-4 | 470be04c19201219c23ced776aefbaf6da0c7003 | 13ee04f2e561ac9c669b12f364e70c3c5af31872 | refs/heads/master | 2022-12-22T06:45:30.350866 | 2020-09-29T15:24:12 | 2020-09-29T15:24:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,360 | plantuml | @startuml General
/'skinparam dpi 200'/
skinparam classAttributeIconSize 0
hide circle
/'-----Clases y subclases de soldado----'/
class Soldado {
-id: int
#nombre: String
#vida: int
#distancia: int
#movimiento: Movimiento
#ataque: Ataque
#reporte: String
/'-----Metodos----'/
+muestraAvance(): void
+muestraReporte(): void
+muestraMovimiento(): void
}
class Infanteria{
+Infanteria(distancia: int)
}
class Caballeria{
+Caballeria(distancia: int)
}
class Artilleria{
+Artilleria(distancia: int)
}
Soldado <|-- Infanteria
Soldado <|-- Caballeria
Soldado <|-- Artilleria
/'-----Strategy Movimiento----'/
interface Movimiento<<interface>>{
moverse(): int
}
class MovimientoLento{
moverse(): int
}
class MovimientoNormal{
moverse(): int
}
class MovimientoRapido{
moverse(): int
}
Movimiento <|.. MovimientoLento
Movimiento <|.. MovimientoNormal
Movimiento <|.. MovimientoRapido
Movimiento --o Soldado
/'-----Strategy Ataque----'/
interface Ataque<<interface>>{
atacar(enemigo: Enemigo): void
}
class AtaqueMosquete{
atacar(enemigo: Enemigo): void
}
class AtaqueCanon{
atacar(enemigo: Enemigo): void
}
class AtaquePistola{
atacar(enemigo: Enemigo): void
}
Ataque <|.. AtaqueMosquete
Ataque <|.. AtaqueCanon
Ataque <|.. AtaquePistola
Soldado o-- Ataque
/'-----Comandante----'/
class Comandante{
-peloton: List<Soldado>
-enemigo: Enemigo
-soldado: Soldado
+Comandante(soldado: Soldado)
+notificarAtaque(): void
+notificarMovimiento(): void
+notificarReporte(): void
+muestraAvance(): void
+muestraReporte(): void
+muestraMovimiento(): void
}
class Enemigo{
-vida: int
-distanciaInicial: int
+Enemigo(vida: int, distanciaInicial:int)
+recibeDano(dano:int): void
+getVida(): int
+getDistanciaInicial(): int
}
interface IObservable<<interface>>{
+notificarAtaque(): void
+notificarMovimiento(): void
+notificarReporte(): void
}
interface IObservador<<interface>>{
+muestraAvance(): void
+muestraReporte(): void
+muestraMovimiento(): void
}
Comandante --|> Soldado
Comandante ..|> IObservable
IObservador <|.. Soldado
Comandante o-- Enemigo
/'-----BuilderPelotones----'/
class ConstructorPelotones{
+{static} TIPOS: String[]
-comandante: Comandante
-enemigo: Enemigo
+ConstructorPelotones(tipoComandante: String, enemigo: Enemigo)
+agregaSoldados(tipo: String, numero: int): void
-creaSoldado(tipo: String): Soldado
+getInstancia(): Comandante
}
Comandante --o ConstructorPelotones
Soldado -->ConstructorPelotones :use
class Usuario{
-comandantes: List<Comandantes>
+Usuario()
+ordenaAtaque(): void
+ordenaMoverse(): void
+ordenaReportarse(): void
+agregaPeloton(): void
-creaEjercito(): ArrayList<Comandantes>
}
class UsuarioConEjercitoKamikase{
+UsuarioConEjercitoKamikase()
-creaEjercito: ArrayList<Comandantes>
}
class UsuarioConEjercitoExplorador{
+UsuarioConEjercitoExplorador()
-creaEjercito: ArrayList<Comandantes>
}
class UsuarioConEjercitoDefault{
+UsuarioConEjercitoDefault()
-creaEjercito: ArrayL ist<Comandantes>
}
Usuario <-- Comandante: use
Usuario <|-- UsuarioConEjercitoKamikase
Usuario <|-- UsuarioConEjercitoExplorador
Usuario <|-- UsuarioConEjercitoDefault
@enduml
| false | true | false | false | sequence |
df9943059921622f924d6007f184f447b4796b20 | 0c46b2988021dacf063778be69c12cf9466ff379 | /INF/B3/Fortgeschrittene Programmierkonzepte (FPK)/1/Übungen 2/04-generics/assets/class-spec-5.plantuml | 8f60fee9b1f455d00a72d9d906184a15547fa88c | [
"MIT"
] | permissive | AL5624/TH-Rosenheim-Backup | 2db235cf2174b33f25758a36e83c3aa9150f72ee | fa01cb7459ab55cb25af79244912d8811a62f83f | refs/heads/master | 2023-01-21T06:57:58.155166 | 2023-01-19T08:36:57 | 2023-01-19T08:36:57 | 219,547,187 | 0 | 0 | null | 2022-05-25T23:29:08 | 2019-11-04T16:33:34 | C# | UTF-8 | PlantUML | false | false | 376 | plantuml | @startuml
package de.thro.inf.prg3.a04.utils {
+abstract class PlantBedUtility{
+{static} <T> splitBedByColor(bed: PlantBed<T>) : Map<PlantColor, SimpleList<T>>
+{static}<T> pecs(dest: SimpleList<T>, source: SimpleList<T>): void
+{static}<T> pecsWithFilter(dest: SimpleList<T>, source: SimpleList<T>, predicate: Predicate<T>): void
}
}
@enduml | false | true | false | false | uml-unknown |
af3ffa3146b112439c1be49b6a29fd1b0c5bd985 | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/uml/application-ex.puml | 42f7cc2957c8912cbd845492c18af7bdd4aaa143 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,007 | puml | @startuml
package ModelProfile <<profile>> {
}
package MyApplication {
class CentralNode1 <<MainNode>> {
-- <<Node>> --
location="Office"
}
class CentralNode2 <<MainNode>> {
-- <<Node>> --
location="Kitchen"
}
class LocalNode1 <<Node>> {
-- <<Node>> --
location="Office"
}
class LocalNode2 <<Node>> {
-- <<Node>> --
location="Office"
}
CentralNode1 -- CentralNode2 : <<Edge>>
LocalNode1 -- CentralNode1 : <<LocalEdge>>
LocalNode2 -- CentralNode1 : <<LocalEdge>>
}
MyApplication --> ModelProfile : <<apply>>
hide circle
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml | false | true | false | false | sequence |
cd5a763b044b911100d2f7c5c71bdd954e6c7931 | 38aaf3aab3012f12640f7ec2d8e0b13d47bd73df | /Behavioral-Pattern/src/mediater/demo1/UML类图.puml | 546bd993cb0063333702824448662f644eb9ee80 | [] | no_license | Danbro007/DesignPattern | ff0bf4a2d68e40bd8cbf3574ad8e377200af1f20 | 38e5a4ec5bdfd463090e12f740e0638c9c8e6d25 | refs/heads/master | 2021-03-31T16:55:54.094329 | 2020-03-26T13:14:19 | 2020-03-26T13:14:19 | 248,121,211 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 826 | puml | @startuml
interface Mediator {
+ void getMessage(int changeState, String colleagueName);
+ void register(String colleagueName, ElectricAppliance electricAppliance);
}
abstract class ElectricAppliance{
- String name;
- Mediator mediator;
+ abstract void sendMessage(int changeState, String name);
+ Mediator getMediator()
+ abstract void start();
+ abstract void stop();
}
class Light
class Tv
class Alarm
class CoffeeMachine
class ConcreteMediator{
- HashMap<String, ElectricAppliance> colleagueMap;
- private HashMap<String, String> interMap;
}
class Client
ConcreteMediator --|> Mediator
Light --|> ElectricAppliance
Tv --|> ElectricAppliance
Alarm --|> ElectricAppliance
CoffeeMachine --|> ElectricAppliance
ElectricAppliance --o ConcreteMediator
Client ..> Mediator
@enduml | false | true | false | false | class |
a8de545b8d8461a07bee809bb804bfe314017050 | 80cf117aaede05b57e00eb9a6dea830a1c9f7c42 | /src/main/scaladoc/doc-files/flowchart.puml | 77afa5b81fa256ae7a60076348b619a0b9328976 | [
"Apache-2.0"
] | permissive | pnerg/sbt-scaladoc-settings-plugin | e1dad6bc621ab5a50d06eca35899b1ee2a0b47da | 349c117a0ae4b483e40b4bc051b63b92a59bf36e | refs/heads/master | 2021-01-19T12:10:14.891608 | 2017-08-04T06:35:15 | 2017-08-04T06:35:15 | 82,290,525 | 7 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 584 | puml | @startuml
title ScalaDocSettings doc-files processing
participant doc
participant ScalaDocSettings
participant PlantUMLGenerator
doc -> ScalaDocSettings: copyDocAssetsTask
activate ScalaDocSettings
ScalaDocSettings -> ScalaDocSettings: recursiveList[scaladoc]
group repeat for each found PlantUML file
ScalaDocSettings -> PlantUMLGenerator : renderImage(target-api-dir)
end
group repeat for each found file in doc-files
ScalaDocSettings -> ScalaDocSettings : copy-to-target-api-dir
end
ScalaDocSettings --> doc
deactivate ScalaDocSettings
@enduml | false | true | false | false | sequence |
72ed223023bfe04d6b043632bf0e6959ed272fae | 2722e2df37573602bc2880f3e7548e367b8eac5c | /doc/micro-services.puml | 33c47b081205170e7b3d5fe1bbf15982ea2c7217 | [] | no_license | elsand/vefa-srest | 0a3ee841ade6140c0fb8fa15a0f97da65582978a | dfeb8f84b4ccc3cc7d3f48a057c0a73a42b81193 | refs/heads/master | 2020-03-30T16:07:19.687516 | 2018-10-04T08:42:25 | 2018-10-04T08:44:36 | 151,394,022 | 0 | 0 | null | 2018-10-03T10:11:35 | 2018-10-03T10:11:35 | null | UTF-8 | PlantUML | false | false | 513 | puml | @startuml
interface "PEPPOL API" as PEPPOL
component Oxalis
folder "Inbound messages" as Inbound
Oxalis - PEPPOL
Oxalis -down- Inbound : persist\ninbound
component Buster
interface "Persistence" as P <<REST>>
Buster -up- P
component Ringo
interface "Backend API" as B <<REST>>
folder "Outbound messages" as Outbound
Ringo -left- B
Ringo -down- Outbound : persist\noutbound
Oxalis ..> P
Ringo ..> P
database "DBMS" as D
Buster -down-> D
D ..> Inbound : <<references>>
D ..> Outbound : <<references>>
@enduml | false | true | false | false | sequence |
8dc6d936d697f3815a1840abfae6bd1b7300e374 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/feature_config/diagrams/feature_config_data_layer_class_diagram.puml | 7b4126c20bce2d476b3dad0adb00f2fe6f098ec3 | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 732 | puml | @startuml feature_config_data_layer_class_diagram
package common.domain.repository {
interface FeatureConfigRepository {}
}
package common.domain.entities {
class FeatureConfig {}
}
package common.data {
package repository {
class FirestoreFeatureConfigRepository {}
}
package models {
class FeatureConfigData {
+ Map<String, dynamic> toJson()
+ factory fromJson(Map<String, dynamic> json)
}
}
}
package core.src.data.model {
class DataModel {}
}
FirestoreFeatureConfigRepository ..|> FeatureConfigRepository
FirestoreFeatureConfigRepository --> FeatureConfigData : uses
FeatureConfigData --> FeatureConfig
FeatureConfigData ..|> DataModel
@enduml
| false | true | false | false | sequence |
5166a6c72cefb80354393142fd74b71e211bd9df | ece7901e2a5e88048743f4ab96caff7e4063e987 | /SP4420.puml | 213e350dcedcca79b0379bb7f5d0bbf25e9b94cf | [] | no_license | manish-drake/sportspiparch | ac43f6ab453b0c291d9f738b14bfe07116306f34 | 8ac9d63eefaa0f4ac66df9fe2edace10ccf4ce67 | refs/heads/master | 2023-04-06T05:07:48.477941 | 2021-04-06T10:53:26 | 2021-04-06T10:53:26 | 291,276,027 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,299 | puml | @startuml Spike SP4420
actor "User" as user
user -> "Event Generator\n(simulator)" as evgen: uses()
activate evgen
control "NT Service" as nt
activate nt
database "Media Repository" as repo
create control "Queue Processor" as qp
nt -> qp: Init()
boundary "Laptop/iPad\n(Consumers)" as cns
cns -> qp: Subscribe()
evgen -> nt: StartEvent(taggingData)
create entity "Queue" as q
nt -> q: Add(startEventTaggingData)
activate q
hnote over evgen: after 5/10/20\nminutes
evgen -> nt: StopEvent(taggingData)
nt -> q: Add(stopEventTaggingData)
par Parallel
loop till true
qp -> q: ReadEvents()
q --> qp: return(eventData)
collections "Sources\n(iPhones/Androids)" as src
alt Event = Start?
qp -> src: StartEvent()
qp --> cns: Publish(startEventTaggingData)
create entity "Video File\n(H.264/H.265)" as video
src -> video: Encode()
activate video
else Event = Stop?
qp -> src: StopEvent()
src -> video: Save()
deactivate video
end
src --> qp: eventCompleted(eventMetadata, mediaMetadata)
qp -> src: fetchMedia()
src --> repo: return(mediaFile, TaggingData)
qp --> cns: Publish(saveEventTaggingData)
end
end
cns -> nt: fetchVideo(metadata)
repo --> cns: return(video)
user -> cns: view(newVideo?)
@enduml
| false | true | false | false | usecase |
3111a432958f27148d2cb2223d6ff573193c6610 | affcbd1efe104eb3e5682e5298277f91d2ed6ae1 | /sequence_terminal_start.plantuml | b0b59e5597c5134e0f7dcd858f9fb4b2119323eb | [] | no_license | rstudio/gary-uml | 5022b526613c3d765d735d5f66116ffebf7ba458 | c65df4f84fbc9e1804715d91801e115e433990df | refs/heads/master | 2021-07-19T22:40:19.323940 | 2020-06-04T21:56:20 | 2020-06-04T21:56:20 | 164,141,509 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,039 | plantuml | @startuml
title __Start New Terminal From IDE (WebSockets)__\n
box "Gwt"
participant TerminalTabPresenter
participant TerminalPane
participant TerminalList
participant DeckLayoutPanel
participant TerminalSession
participant ConsoleProcess
participant TerminalSessionSocket
participant WebSocket
participant JSWebSocket
participant XTermNative
participant EventBus
end box
box "RSession"
participant ConsoleProcessApi
participant ConsoleProcessTable
participant ConsoleProc
participant ConsoleProcessSocket
participant SocketCallbacks
participant ProcessSupervisor
participant ProcessCallbacks
endbox
[-> TerminalTabPresenter: onNewTerminal
activate TerminalTabPresenter
TerminalTabPresenter ->> TerminalPane ++ : activateTerminal
deactivate TerminalTabPresenter
TerminalPane -> TerminalPane: bringToFront
TerminalPane -> TerminalPane: onSelected
TerminalPane -> TerminalTabPresenter: callback
deactivate TerminalPane
activate TerminalTabPresenter
TerminalTabPresenter -> TerminalPane ++ : createTerminal
deactivate TerminalTabPresenter
TerminalPane ->> TerminalList ++ : createNewTerminal
deactivate TerminalPane
TerminalList -> TerminalList: startTerminal
create TerminalSession
TerminalList -> TerminalSession: create
activate TerminalSession
create TerminalSessionSocket
TerminalSession -> TerminalSessionSocket: create
TerminalList ->> TerminalSession: connect
TerminalList -> EventBus: TerminalBusyEvent
deactivate TerminalList
activate ConsoleProcessApi
TerminalSession ->> ConsoleProcessApi: startTerminalRPC
deactivate TerminalSession
activate ConsoleProcessTable
ConsoleProcessApi -> ConsoleProcessTable: createTerminalConsoleProc
create ConsoleProc
ConsoleProcessTable -> ConsoleProc: createTerminalProcess
activate ConsoleProc
ConsoleProc -> ConsoleProcessSocket: ensureServerRunning
activate ConsoleProcessSocket
ConsoleProc -> ConsoleProcessTable: addConsoleProcess
ConsoleProc -> ConsoleProcessTable: saveConsoleProcesses
create SocketCallbacks
ConsoleProc -> SocketCallbacks: create
ConsoleProc -> ConsoleProcessSocket: listen with callbacks
deactivate ConsoleProcessSocket
ConsoleProc -> ConsoleProcessTable: ConsoleProc
deactivate ConsoleProc
ConsoleProcessTable --> ConsoleProcessApi: ConsoleProc
deactivate ConsoleProcessTable
create ConsoleProcess
ConsoleProcessApi -> ConsoleProcess: returns
deactivate ConsoleProcessApi
activate TerminalSession
ConsoleProcess -> TerminalSession: onResponseReceived
activate TerminalSessionSocket
TerminalSession ->> TerminalSessionSocket: connect
deactivate TerminalSession
create WebSocket
TerminalSessionSocket -> WebSocket: create
TerminalSessionSocket ->> WebSocket: open
activate WebSocket
create JSWebSocket
WebSocket ->> JSWebSocket: open
activate JSWebSocket
deactivate WebSocket
JSWebSocket ->> ConsoleProcessSocket: connect
deactivate JSWebSocket
activate ConsoleProcessSocket
ConsoleProcessSocket -> ConsoleProcessSocket: onOpen
TerminalSessionSocket -> TerminalSession: onConnected
activate TerminalSession
TerminalSession ->> ConsoleProcess: start
deactivate TerminalSession
activate ConsoleProcess
ConsoleProcess ->> ConsoleProcessApi: processStartRPC
deactivate TerminalSession
deactivate ConsoleProcess
activate ConsoleProcessApi
ConsoleProcessApi -> ConsoleProcessTable: findProcByHandle
activate ConsoleProcessTable
ConsoleProcessTable -> ConsoleProcessApi: ConsoleProc
deactivate ConsoleProcessTable
ConsoleProcessApi -> ConsoleProc: start
activate ConsoleProc
create ProcessCallbacks
ConsoleProc -> ProcessCallbacks: create
ConsoleProc ->> ProcessSupervisor: runTerminal
deactivate ConsoleProc
activate ProcessSupervisor
ConsoleProcessApi -> TerminalSession: onResponseReceived
deactivate ConsoleProcessApi
activate TerminalSession
TerminalSession -> EventBus: TerminalSessionStartedEvent
deactivate TerminalSession
EventBus -> TerminalPane: onTerminalSessionStarted
activate TerminalPane
TerminalPane -> DeckLayoutPanel: add
TerminalPane -> TerminalPane: showTerminalWidget
@enduml | false | true | false | false | sequence |
35c7959016d4b6d9b163de4514fe5a17ef250a62 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderAddDiscountCodeAction.puml | 5ca14c313d65cfdb91a8bd18d47646368018c781 | [] | 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 | 468 | 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 StagedOrderAddDiscountCodeAction [[StagedOrderAddDiscountCodeAction.svg]] extends StagedOrderUpdateAction {
action: String
code: String
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
9b6bd69816a6456a913024ff20a9b9d8a9858edd | 5ee167b565338e368a147904bff6b275d2e55f3a | /docs/UI/SetVideoConfig/assets/SetVideoConfigBasicFlow.puml | 0a600458e8adf4241da489342a483800bddc920e | [] | permissive | Ford-Luxoft/sdl_hmi_integration_guidelines | 7ac981fcb827922bf3099ac5013663fc5d3e7aa2 | f39d965642a16b8b28f00d516707c7a4bbcc8544 | refs/heads/master | 2021-06-18T16:19:11.622285 | 2018-11-05T16:36:00 | 2018-11-05T16:36:00 | 160,529,407 | 0 | 0 | BSD-3-Clause | 2020-12-07T13:16:31 | 2018-12-05T14:20:58 | null | UTF-8 | PlantUML | false | false | 478 | puml | @startuml
/'
Source file for sequence diagram
More information at https://plantuml.com/
'/
Participant "App" as A
Participant "SDL" as SDL
Participant "HMI" as HMI
A -> SDL: StartService(serviceType:Video, streamingParams)
SDL -> HMI: UI.SetVideoConfig(config: streamingParams)
HMI -> SDL: UI.SetVideoConfig(SUCCESS)
SDL -> A: StartServiceACK(streamingParams)
SDL -> HMI: Navigation.StartStream(url: http://127.0.0.1:5050)
HMI -> SDL: Navigation.StartStream(SUCCESS)
@enduml | false | true | false | false | sequence |
9eeb5783d9128aa3a29a5d6bcf36367b1028d5e9 | c183d23433bcd562123927ec0a6fb4ee9832e6b5 | /parser/generated.puml | 9fd65f881311287222fbe7b32150f3ff94ae0cbf | [] | no_license | BGordts/MDDocumentation | 9337177ce2aa998dd1c2011fa2e7cf764197dc8a | f3010f51f45fd8aea1f395dd5449b12dc0d6529b | refs/heads/master | 2021-08-24T12:33:17.189895 | 2017-12-09T22:11:46 | 2017-12-09T22:11:46 | 113,659,120 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 184 | puml | @startuml
class Concepts.TodoItem {
{field} title (string)
{field} created_at (date)
}
class Concepts.Tag {
{field} title (string)
}
Concepts.TodoItem --> Concepts.Tag
@enduml | false | true | false | false | class |
62c0d923321a80f6884b4f49d830253efbf316e3 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /16 Creole/7a Table.puml | 0eafe070afb6380b30bd164fc13a2b742be2b44f | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 183 | puml | @startuml
skinparam titleFontSize 14
title
Example of simple table
|= |= table |= header |
| a | table | row |
| b | table | row |
end title
[*] --> State1
@enduml | false | true | false | false | state |
c500f47b34ce3966909a1720c54ed50ba572a392 | 0ed9afa0359ffd68d7765c3747baec328bbd096b | /app/docs/chitter_models.puml | 70a4184055eea11a74f703310d3011a1d41eaf6b | [] | no_license | meta-morpho-sys/new_chitter | 46f24d1741e0583b5654caff6f38c33324438453 | 0113c19f58e3b86bdacc183dc9cecefb4da751b1 | refs/heads/master | 2020-03-16T05:01:50.331328 | 2018-06-29T09:48:01 | 2018-06-29T09:48:01 | 132,524,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 234 | puml | @startuml
class User {
id
name
email
password
{static} create()
{static} find()
{static} authenticate()
{static} exists?()
peeps()
}
class Peep {
id
user_id
text
timestamp
{static} create()
{static} find()
{static} all()
}
@enduml
| false | true | false | false | class |
ee3d2d73a96f591eb5879d9a48c920fcf3b13e89 | d09f0e6e0ba364c9bb06e0985bee46bd1fdd1f4a | /docs/TP5-observer.plantuml | 2916f2dc09a351c24522bec45f059b90a33f5a0c | [
"CC-BY-SA-3.0",
"MIT"
] | permissive | IUT-Blagnac/cpoa-tp5-W-Trinh | 6004721d327bee6e9cce748f6813c849039b4c17 | 9cac2710a2772520aeed9e75c31f1926f1b53cec | refs/heads/master | 2023-02-02T14:18:36.556813 | 2020-12-09T11:12:05 | 2020-12-09T11:12:05 | 319,919,151 | 0 | 0 | MIT | 2020-12-09T11:12:13 | 2020-12-09T10:22:15 | Java | UTF-8 | PlantUML | false | false | 1,838 | plantuml | @startuml
interface Observer [[java:observer.pattern.Observer]] {
void update(Observable o)
}
class BarChartObserver [[java:observer.pattern.BarChartObserver]] {
-Vector<CourseRecord> courseData
+BarChartObserver(CourseData data)
+void paint(Graphics g)
+void update(Observable o)
}
class JPanel [[java:javax.swing.JPanel]] {
}
JPanel <|-- BarChartObserver
interface Observer [[java:observer.pattern.Observer]] {
}
Observer <|.. BarChartObserver
abstract class Observable [[java:observer.pattern.Observable]] {
#Vector<Observer> observers
+Observable()
+void attach(Observer o)
+void detach(Observer o)
+void notifyObservers()
+{abstract}Object getUpdate()
}
class CourseController [[java:observer.pattern.CourseController]] {
-Vector<JSlider> sliders
-JPanel coursePanel
+CourseController(CourseData courses)
+void addCourse(CourseRecord record)
+void update(Observable o)
+void actionPerformed(ActionEvent arg0)
+void stateChanged(ChangeEvent arg0)
+{static}void main(String[] args)
}
class CourseData [[java:observer.pattern.CourseData]] {
}
CourseController --> "1" CourseData : courseData
class JPanel [[java:javax.swing.JPanel]] {
}
JPanel <|-- CourseController
interface Observer [[java:observer.pattern.Observer]] {
}
Observer <|.. CourseController
interface ChangeListener [[java:javax.swing.event.ChangeListener]] {
}
ChangeListener <|.. CourseController
interface ActionListener [[java:java.awt.event.ActionListener]] {
}
ActionListener <|.. CourseController
class CourseData [[java:observer.pattern.CourseData]] {
-Vector<CourseRecord> courseData
+CourseData()
+void addCourseRecord(CourseRecord courseRecord)
+void changeCourseRecord(String subjectName, int numOfStudents)
+Vector<CourseRecord> getUpdate()
}
class Observable [[java:observer.pattern.Observable]] {
}
Observable <|-- CourseData
@enduml | false | true | false | false | sequence |
355dd3e9a935a73fa1af481df4019872c77f4188 | df0eb8ca6f3fb341d7319848cafceec002f2f8e8 | /sequence-diagrams/puml/purchase-items-and-send-survey.puml | 907c413cfaf459c46aa630654cdb803fa79e201f | [] | no_license | grigoresc/architecture-katas | 8b2097fd8fc9d29fd539220b950f7584d80e51a6 | 88346df560f0dc43c8ee2c9747ef80bb3502e473 | refs/heads/main | 2023-01-20T19:19:57.091686 | 2020-12-02T10:01:11 | 2020-12-02T10:01:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 742 | puml | @startuml
actor Customer as Cu
actor POS
participant "Coupon Service" as Co
participant "Order Service" as O
participant "Inventory Service" as I
participant "Survey Service" as S
participant "User Profile Service" as U
Cu -> POS: Purchase Items
alt Customer has a coupon
Cu -> POS: Apply Coupon Code
POS -> Co: Validate Coupon
Co -> POS: Coupon is Valid
end
Cu -> POS: Offline Payment
O -> POS: Fetch Purchases
activate O
POS -> O: All recent purchases
O -> O: Create Orders
alt Customer has a coupon
O -> Co: Mark coupon redeemed
end
O -> I: Update Inventory
alt Customer is a member
O -> S: Order Completed Event
deactivate O
activate S
S -> U: Fetch user information
S -> Cu: Send Survey
deactivate S
end
@enduml
| false | true | false | false | sequence |
4dcf334b63e91932c745800985c1e1af757e3f88 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Data-Coordinator/UserInteraction.puml | 7e7dac5bc3ba792e226134c3da9b8eae5a30b30d | [] | 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 | 79 | puml | @startuml
actor User
User -> "Cloud-Stack/Data-Coordinator": UseCase
@enduml
| false | true | false | false | sequence |
0dfb8c4a12da82efb5034526fedeba87c6a0b434 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/server42/packet_process.puml | f6e585ed314412225cfaae65cd72df8b0e842089 | [
"Apache-2.0"
] | permissive | telstra/open-kilda | 874b5204f8c2070860a2e7fc6f8be368a5d18726 | 686d31220f1033595d7f1d4374544af5ba9c42fe | refs/heads/develop | 2023-08-15T21:24:21.294425 | 2023-08-14T08:51:52 | 2023-08-14T08:51:52 | 104,974,693 | 82 | 70 | Apache-2.0 | 2023-09-14T19:11:22 | 2017-09-27T05:13:18 | Java | UTF-8 | PlantUML | false | false | 934 | puml | @startuml
participant "Server 42" as S42
participant "First Switch" as SW1
collections "Middle Switches" as SWX
participant "Last Switch" as SW2
participant "Stats Application" as SA
participant "Srever 42 \nStats Toplogy" as ST
participant "Stats Toplogy" as STT
participant "OpenTSDB" as OTSDB
activate S42
S42 -> S42: tick
S42 -> S42: generate packet
S42 -> SW1: send packet
deactivate S42
activate SW1
SW1 -> SW1: add first timestamp
SW1 -> SWX:
deactivate SW1
SWX -> SW2: recive packet
activate SW2
SW2 -> SW2: change src mac
SW2 -> SWX: send it back
deactivate SW2
SWX -> SW1
activate SW1
SW1 -> SW1: add second timestamp
SW1 -> S42
deactivate SW1
activate S42
S42 -> SA: zeroMq
deactivate S42
activate SA
SA -> SA: accumulate packets
alt if big packet ready
SA -> ST: kafka
deactivate SA
activate ST
ST -> ST: parse packets to entitys
ST -> STT: kafka
deactivate ST
activate STT
STT -> OTSDB: HTTP
deactivate STT
end
@enduml | false | true | false | false | sequence |
c4582ee7a65ac27a2f59b21c8b06890dd875de8d | d3f921b9e488b1d7e2fa86d01a2e6855219b1d05 | /docs/plantuml/EKA/access.plantuml | 1f3fc1ce1cc056dbf608c6185cc1d07ec3e65bf5 | [
"Apache-2.0"
] | permissive | gematik/ref-ePA-FdV-Modul | d50e244d781702b95a9a31dc4efee09765546d79 | 2c6aba13f01c4fb959424342a5fa8ce1660ffad4 | refs/heads/master | 2022-01-19T20:31:23.703274 | 2022-01-07T07:24:03 | 2022-01-07T07:24:03 | 239,501,237 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 182 | plantuml | @startuml
namespace de.gematik.ti.epa.fdv.key.access.control {
class de.gematik.ti.epa.fdv.key.access.control.DummyClass {
+ doSome()
}
}
@enduml
| false | true | false | false | class |
efcdebf844e9b42b945d6057e7c7b43613773a4c | 6a55e043c69afbb3c5fe5500dd8b434056d3c974 | /src/main/asciidoc/images/package-med.puml | 6bd54db2be7d9ae2875a4bfbad3b70f13516ff00 | [
"Apache-2.0"
] | permissive | kjys/jfachwert | 41122c005fad591ec14d19c349c67c201c4c48e8 | e21c79856fda2ce8e6fb4a14385e86e65ad1dd3c | refs/heads/master | 2020-06-15T04:00:15.571333 | 2019-05-28T20:40:37 | 2019-05-28T20:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 83 | puml | @startuml
package "med" {
class IK
class LANR
class BSNR
}
@enduml
| false | true | false | false | class |
a9889f8c389700024c54817d356581ffd4156f05 | a68f0deb2ada7b0a7177e989ea49e9bd0305f230 | /app-clock/src/main/java/cn/teachcourse/strategy/abstract.puml | 1962529a747354de259c9693959d1edc2a1ba619 | [] | no_license | anan52o/AllDemos | af7efdb1a010e197c03ce12f15d45a288e5f7ce6 | 5c43624e26fad6dd0627a336f02e06ce24819e4c | refs/heads/master | 2021-06-26T03:29:50.293835 | 2017-09-06T09:07:13 | 2017-09-06T09:07:13 | 104,657,926 | 1 | 0 | null | 2017-09-24T16:12:24 | 2017-09-24T16:12:24 | null | UTF-8 | PlantUML | false | false | 369 | puml | @startuml
abstract class WatchView{
{abstract} paint(Canvas canvas):void
}
class DefaultWatchViewImpl {
paint(Canvas canvas):void
}
class NormalWatchViewImpl {
paint(Canvas canvas):void
}
class DesignWatchViewImpl {
paint(Canvas canvas):void
}
WatchView <|--- DefaultWatchViewImpl
WatchView <|--- NormalWatchViewImpl
WatchView <|--- DesignWatchViewImpl
@enduml | false | true | false | false | class |
6985ab66e5c2e3e05dc08812e97ed8aa6837dfe0 | b1bb437a80bab0d65a80584eda2d27fbb3f3f981 | /test.puml | a6a5720ee53c7a22aadd49525a57236e5ea5a921 | [] | no_license | 14FRS851/plantuml_with_gravizo | 314e6ea5e8cf3b4a057f7737b7c21b51ea1110bd | ef2d64d3d02451da4e72bdd85f05e3b5c0cdcf13 | refs/heads/master | 2020-06-09T17:19:14.772299 | 2019-07-24T14:49:50 | 2019-07-24T14:49:50 | 193,475,859 | 0 | 0 | null | 2019-06-24T09:33:13 | 2019-06-24T09:33:13 | null | UTF-8 | PlantUML | false | false | 616 | puml | @startuml
skinparam defaultTextAlignment center
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0
!includeurl ICONURL/common.puml
!includeurl ICONURL/devicons/mysql.puml
!includeurl ICONURL/font-awesome/server.puml
!includeurl ICONURL/font-awesome-5/database.puml
title Styling example
FA_SERVER(web1,WEB1) #Green
FA_SERVER(web2,WEB1) #Yellow
FA_SERVER(web3,WEB1) #Blue
FA_SERVER(web4,WEB1) #YellowGreen
FA5_DATABASE(db1,LIVE,database,white) #RoyalBlue
DEV_MYSQL(db2,SPARE,database) #Red
db1 <--> db2
web1 <--> db1
web2 <--> db1
web3 <--> db1
web4 <--> db1
@enduml
| false | true | false | false | uml-unknown |
2c5c695e143def1c10623fc53e1e5159f0f8e446 | 60678bb1e6eb0b40271890207bdd9058951c4ef3 | /test.puml | 9b92fa1a0b4d7ecf87e4da6bd38076d5c2fc91d3 | [] | no_license | griloHBG/BattleshipGame | ee7abbe34afb18327a32c8f1127a72c0ada1984a | cd1575f7de513c24a977d887e6deb74237d5210d | refs/heads/master | 2020-06-08T02:56:16.171431 | 2019-07-09T01:29:33 | 2019-07-09T01:29:33 | 193,146,169 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,698 | puml | @startuml
abstract class Ship {
+Ship()
+placeShip()
+getCells()
+geRtotationCenter()
+operator-()
+{abstract} getSymbol()
+{abstract} getShipName()
+{abstract} getShipDirection()
+{abstract}clone()
#m_size
#m_goodParts
#m_destroyedParts
#m_cells
#m_rotationCenter
#m_direction
#{abstract}setupRemainingShip()
#verifyNumCells()
#getSize()
-m_isInitialized
}
class HydroPlane {
-setupRemainingShip()
+HydroPlane()
+getSymbol()
+getShipName()
+clone()
+getUnitType()
}
abstract class LinearShip {
+LinearShip()
+setupRemainingShip()
}
class Carrier {
+Carrier()
+getSymbol()
+getShipName()
+clone()
+getUnitType()
}
class Cruiser {
+Cruiser()
+getSymbol()
+getShipName()
+clone()
+getUnitType()
}
class Destroyer {
+Destroyer()
+getSymbol()
+getShipName()
+clone()
+getUnitType()
}
class Submarine {
+Submarine()
+getSymbol()
+getShipName()
+clone()
+getUnitType()
}
Ship <|-- LinearShip
LinearShip <|-- Carrier
LinearShip <|-- Cruiser
LinearShip <|-- Destroyer
LinearShip <|-- Submarine
Ship <|-- HydroPlane
enum ShipDirection {
NORTH
EAST
SOUTH
WEST
UNDEFINED
}
enum ShipAppendResult {
APPENDED
NOT_APPENDED_TOO_CLOSE
NOT_APPENDED_OUT_OF_BOUNDS
}
class Field {
-m_grid
-m_ships
-toString()
-at()
-boundCheck()
+Field()
+{abstract}Field()
+const ROWS = 14
+const COLS = 14
+<<friend>> operator<<()
+testShipPosition()
+operator<<()
+removeUnit()
+{static}string_to_Coordinate()
}
Field "1" *- "15" Ship : " m_ships\t"
@enduml | false | true | false | false | class |
2730673e0768e487029cb2418d42b575d90ca5e5 | 2949b4b5262b0ab2b73dfa53c21781aa1db626ca | /docs/UMLs/sequence_diagram.puml | 550a166c2e87b647c574c38875320b18f40988a6 | [
"BSL-1.0"
] | permissive | Sascha8a/MapReduce | 68ce91dbf392184b7d87307b409b16f462891a08 | ae8add3e78d6ef37f5a32658dba1cd501edb1099 | refs/heads/master | 2020-04-18T18:44:21.108648 | 2019-03-10T19:36:24 | 2019-03-10T19:36:24 | 167,693,534 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,165 | puml | @startuml sequence_diagram
par APIServer Thread
CLI -> Master: Creates new job
Master -> CLI: Responds with port for file upload
CLI -> Master: Uploads code and input chunks
Master -> CLI: Acknowledges receival of files and closes port
CLI -> Master: Requests job results
alt Job finished
Master -> CLI: Returns results and awaits approval
CLI -> Master: Approves data deletion
else Job unfinished
Master -> CLI: Returns job status
end
else n Scheduler Threads
loop Task in Queue
Master -> Node: Sends task
Node --> Worker: Starts executable / python
Worker -> Node: Requests job data
Node -> Worker: Returns job data
Worker -> Node: Sends results of operation
Node -> Master: Sends results of operation
opt Job's Map phase completed
Master -> Master: Schedule reduce tasks
end
opt Job's Reduce phase completed
Master -> Master: Save results to disk
end
end
else Master Thread
Node -> Master: Registers and awaits tasks
Master -> Node: Acknowledges and adds to scheduler
end
@enduml | false | true | false | false | sequence |
a2cbb59900b8a3a0ff2b348153f49fec701647d0 | d77bcaf0160a38ce795282236bcec89d8e64621a | /docs/design.puml | ea00b99a1cb89b8613be1a31f81765c8086b65ac | [
"MIT"
] | permissive | fedorpashin/statistical-modeling | 293122892a51b27da7a9578611142d59402c6bdf | 2630e6811afca29cf8a616bab130ae7f9547a043 | refs/heads/master | 2023-07-13T02:47:22.043100 | 2021-08-22T15:40:20 | 2021-08-22T15:40:20 | 369,577,986 | 2 | 0 | MIT | 2021-08-22T15:40:21 | 2021-05-21T15:27:05 | Python | UTF-8 | PlantUML | false | false | 1,456 | puml | @startuml
title Design
note "An example with concrete classes" as subtitle
interface Number
class Int
Number <|-- Int
class Float
Number <|-- Float
interface Distribution
class GeometricDistribution
Distribution <|-- GeometricDistribution
class RandomInt
Int <|-- RandomInt
RandomInt o--- Distribution
RandomInt o--- DiscreteDistributionAlgorithm
class RandomFloat
Float <|-- RandomFloat
RandomFloat o--- Distribution
RandomFloat o--- ContinuousDistributionAlgorithm
interface DistributionAlgorithm
DistributionAlgorithm --> Distribution
interface DiscreteDistributionAlgorithm
DistributionAlgorithm <|-- DiscreteDistributionAlgorithm
DiscreteDistributionAlgorithm -> Distribution
interface ContinuousDistributionAlgorithm
DistributionAlgorithm <|-- ContinuousDistributionAlgorithm
Distribution <- ContinuousDistributionAlgorithm
class GeometricDistributionAlgorithm
DiscreteDistributionAlgorithm <|-- GeometricDistributionAlgorithm
GeometricDistributionAlgorithm -> GeometricDistribution
class Sample
class RandomSample
Sample <|--- RandomSample
RandomSample o-- Distribution
RandomSample o-- DistributionAlgorithm
class GeometricDistributionVariance
Float <|-- GeometricDistributionVariance
GeometricDistributionVariance o-- GeometricDistribution
class SampleVariance
Float <|-- SampleVariance
Sample --o SampleVariance
class VarianceFactory
VarianceFactory --> SampleVariance
VarianceFactory --> GeometricDistributionVariance
@enduml
| false | true | false | false | class |
8c784d4bd92ffbc70970d4745affd8e8b9f42773 | 85afc48e0d69d1bd36729e62c352b92017a541ac | /SchemaTypes.puml | 08649ac0eeed067942806b85c37f4d1eaa5b91c0 | [] | no_license | quantummaid/schemademo | 7a0c09171cd0587dd30cf8155a9e4b8a46d73896 | dcaf670bbb19720b0dec1efdf79f2395bbfaa730 | refs/heads/master | 2023-02-06T21:47:39.468929 | 2020-12-27T15:33:38 | 2020-12-27T15:33:38 | 324,740,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
[*] --> HttpMaid : OpenAPI spec
[*] --> HttpMaid : AsyncAPI spec
[*] --> QueueMaid : AWS SQS schema
[*] --> QueueMaid : AsyncAPI spec
[*] --> Repository : NoSQL schema
HttpMaid --> UseCaseMaid : general schema
QueueMaid --> UseCaseMaid : general schema
UseCaseMaid --> MapMaid : schema for individual class
Repository --> MapMaid : schema for individual class
@enduml
| false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.