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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
973196da3c594696a41e0d055381a802e758fd20 | 30bc94fe49b28656c408148438ba2de897db2626 | /mymovies/package.puml | 2d0d1de5a1aea43cde8d32fe6deb166808d23091 | [] | no_license | victoriahopso/IT1901 | 2aff22385084928d0d85e17b6622b0d5aa4e4433 | e1fdafca7f752aeae9865ed5a0a707179c4552bb | refs/heads/master | 2023-08-19T07:46:16.836999 | 2020-11-19T14:27:45 | 2020-11-19T14:27:45 | 412,639,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 478 | puml | @startuml
component core {
package mymovies.core
package mymovies.json
}
component restserver {
package mymovies.restserver
}
component fxui {
package mymovies.ui
}
component javafx {
component fxml {
}
}
component jackson {
}
component springboot{
}
mymovies.json ..> jackson
mymovies.ui ..> mymovies.core
mymovies.ui ..> mymovies.json
fxui ..> javafx
fxui ..> fxml
mymovies.restserver ..> mymovies.core
restserver ..> jackson
restserver ..> springboot
@enduml | false | true | false | false | class |
06fd63979ea412f9cd63c8c6bb4dc0ce67c3e687 | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/IOwnership-umlClassDiagram-80.puml | dccd038f0e58664f86123ab96e0a11725f6ba108 | [
"MIT"
] | permissive | dreambo8563/todo-core | a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da | 96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611 | refs/heads/master | 2022-11-21T11:51:16.649734 | 2020-07-18T17:57:03 | 2020-07-18T17:57:03 | 274,677,442 | 0 | 0 | MIT | 2020-06-28T10:36:09 | 2020-06-24T13:36:10 | TypeScript | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
hide empty methods
hide empty fields
interface "IOwnership" {
+owner : ITaskOwner | null
}
class "PeriodTask" {
+content : T
+finishDate : FinishDate
+id : string
+owner : ITaskOwner | null
+status : ETaskStatus
+toggle() : void
}
"IOwnership" <|.. "PeriodTask"
@enduml | false | true | false | false | class |
db887501f5e45b3e78ce1dbbf54142e3ab9a141b | 87ddf2a488aa295eafdabdb7943b61469b663957 | /plantuml/3-current-componenets-simpler.plantuml | 0c2db077697c8ba79e0a67576845e121a161e8bb | [] | no_license | jtimon/consensus-doc | ef4f3ce8a4823f4c61cfac5c52cbbd8fa168b650 | 639f6f5a3498dd55b961d8d8bf283a8564da3123 | refs/heads/master | 2021-01-11T00:46:08.515925 | 2016-10-13T16:15:16 | 2016-10-13T16:15:16 | 70,494,200 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 686 | plantuml | @startuml ../img/3_current_simpler.png
interface bitcointx
interface bitcoind
node "LIBBITCOIN_CRYPTO" {
}
node "LIBSECP256K1" {
}
node "LIBBITCOIN_CONSENSUS" {
}
node "LIBBITCOIN_COMMON" {
}
node "LIBBITCOIN_UTIL" {
}
node "LIBUNIVALUE" {
}
node "LIBBITCOIN_SERVER" {
}
libbitcoinconsensus --> LIBBITCOIN_CONSENSUS
bitcointx --> LIBUNIVALUE
bitcointx --> LIBBITCOIN_COMMON
bitcointx --> LIBBITCOIN_UTIL
bitcoind --> LIBBITCOIN_SERVER
bitcoind --> LIBUNIVALUE
LIBBITCOIN_SERVER --> LIBBITCOIN_COMMON
LIBBITCOIN_COMMON --> LIBBITCOIN_UTIL
LIBBITCOIN_COMMON --> LIBBITCOIN_CONSENSUS
LIBBITCOIN_CONSENSUS --> LIBBITCOIN_CRYPTO
LIBBITCOIN_CONSENSUS --> LIBSECP256K1
@enduml
| false | true | false | false | class |
e9568cb80cc3d8d74bedc1e9d78224b90a32bdba | f874f1cfc2cccb15e283461402e403c58f2c3ce8 | /report/res/sprint2/explore.puml | 1f2217f154166693d25287f516fd7bb878cf0e47 | [
"Apache-2.0"
] | permissive | NiccoMlt/ISS-2018-Final-Task | 7ae2d909d9ecc9766eceb7fbc9976344d94dadaf | dd897bd445abae392e1c2e03ee7d0fc35a478df8 | refs/heads/master | 2020-06-10T16:18:48.467657 | 2019-12-08T21:11:13 | 2019-12-08T21:11:13 | 193,672,934 | 0 | 0 | Apache-2.0 | 2020-04-16T22:36:14 | 2019-06-25T09:03:41 | Java | UTF-8 | PlantUML | false | false | 1,380 | puml | @startuml explore
title: Sprint 2: Esplorazione - Interazioni fra QActor
actor User
' participant "World Observer" as wo
participant "Robot Discovery Mind" as rdm
participant "Robot Advanced" as radv
participant "Robot Adapter" as radpt
participant "One Cell Forward" as ocf
== environment: environment(notok) ==
User --> rdm: cmdExplore
activate rdm
rdm -> rdm: checkTemperatureAndExplore
== environment: environment(ok) ==
rdm --> radpt: robotCmd: robotCmd(blinkStart)
activate radpt
rdm <-- radpt: moveMsgCmdDone: moveMsgCmdDone(blinkStart)
deactivate radpt
rdm -> rdm: doPlan()
alt !? move(M)
loop until map is explored
rdm --> radv: robotCmd: robotCmd(M)
activate radv
alt
activate radpt
hnote over radpt: one of the following messages \nactivates the adapter.
else robotCmd: robotCmd(a)
radv --> radpt: robotAdapterCmd: robotCmd(a,T)
else robotCmd: robotCmd(d)
radv --> radpt: robotAdapterCmd: robotCmd(d,T)
else robotCmd: robotCmd(w)
radv --> ocf: moveMsgCmd : moveMsgCmd(w)
activate ocf
ocf --> radpt: robotAdapterCmd: robotCmd(w,T)
deactivate ocf
end
radpt --> radv: moveMsgCmdDone: moveMsgCmdDone(M)
deactivate radpt
radv --> rdm: moveMsgCmdDone: moveMsgCmdDone(M)
deactivate radv
end
rdm -> rdm: endAction
else
rdm -> rdm: endAction
end
deactivate rdm
@enduml
| false | true | false | false | usecase |
84ed628db48f44fe8350525db7acb16272967baf | c8389a6296e12c46f837108781da8c96e41dcbad | /doc/workflow.base.puml | 165d3821c8210838333dc64d16bab7939dc0c31e | [
"Apache-2.0"
] | permissive | rpreissel/ref-idp-server | eae1f7ea02877c64975f4a9cd3f0664b38684021 | 18bcdc479cfd54423559c64d39ce149b9aefe3fb | refs/heads/master | 2023-05-13T19:12:18.445946 | 2021-06-04T10:42:53 | 2021-06-04T10:42:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,717 | puml | @startuml
!startsub Actors
actor "Anwender:in" as V
participant "Fachlogik" as FL
participant Authenticator as authM
participant Fachdienst as FD
box #skyblue
participant IDP_Discovery as IDPDisc
participant IDP_Authorization as IDPAuth
participant IDP_Token as IDPToken
endbox
' participant "OC SP/TSL Dienst" as OCSPD
!endsub
!startsub GetCertsFromFD
activate FL
FL -> FD : GET CertList
FL <-- FD : RETURN certificates
!endsub
!startsub GetDiscoveryDoc
== get discovery doc ==
FL -> IDPDisc ++ : getDiscoveryDocument()\nGET uri_disc
deactivate FL
IDPDisc -> IDPDisc : build discovery document
IDPDisc -> IDPDisc : sign discovery document
hnote right #lightgreen : sign with prk_idp_sig
activate FL
FL <-- IDPDisc -- : RETURN jwt(signed discovery document)
FL -> FL : validate signature (tuc_pki18 auf puk_idp_sig cert)
hnote right #lightgreen : cert from x5c header
!endsub
!startsub ChooseCodeVerifier
== choose code verifier ==
FL -> FL : generate CODE_VERIFIER
FL -> FL : CODE_CHALLENGE = hash(CODE_VERIFIER)
hnote right #lightgreen : sha256
authM <- FL -- : forward CODE_CHALLENGE
!endsub
!startsub GetKeysFromIDP
== get keys from Idp ==
activate authM
authM -> IDPDisc ++ : GET uri_puk_idp_enc
authM <-- IDPDisc : RETURN jwk(puk_idp_enc public key)
authM -> IDPDisc : GET uri_puk_idp_sig
authM <-- IDPDisc -- : RETURN jwk(puk_idp_sig certificate)
!endsub
!startsub RequestAuthenticationChallenge
== request authentication challenge ==
authM -> IDPAuth ++ : getAuthenticationChallenge()\nGET authorization_endpoint\nclient_id, state, redirecturl, code_challenge, scope, ...
deactivate authM
IDPAuth -> IDPAuth : create CHALLENGE
note left #lightgreen : sign with prk_idp_sig
IDPAuth -> IDPAuth : create USER_CONSENT list
IDPAuth --> authM ++ : RETURN jwt(CHALLENGE, USER_CONSENT)
authM -> authM : validate CHALLENGE signature
note right #lightgreen : validate with puk_idp_sig
deactivate IDPAuth
!endsub
!startsub ConfirmUserConsent
== confirm user consent ==
authM -> V ++ : display USER_CONSENT
authM <- V -- : confirm USER_CONSENT
deactivate authM
!endsub
!startsub SignChallenge
== sign challenge ==
authM -> authM++ : read AUT certificate from SMC-B (via Konnector) or eGK per NFC
authM -> authM : SIGNED_CHALLENGE = jws(njwt: CHALLENGE, aut certificate im x5c header)
hnote right #lightgreen : sign with c.ch.aut / c.hci.aut / c.hp.aut
note left
since Primärsystem has no private key
the signature has to be created on the Konnektor
via the externalized signature interface
end note
authM -> authM-- : ENCRYPTED_SIGNED_CHALLENGE = jwe(njwt: SIGNED_CHALLENGE)
hnote right #lightgreen : encrypt with puk_idp_enc
!endsub
!startsub RequestAuthorizationCodeWithSignedChallenge
== request authorization code ==
authM -> IDPAuth ++ : GetTokenCode()\n POST authorization_endpoint\nENCRYPTED_SIGNED_CHALLENGE with certificate in x5c header
deactivate authM
IDPAuth -> IDPAuth : decrypt and validate ENCRYPTED_SIGNED_CHALLENGE
hnote left #lightgreen : validate SIGNED_CHALLENGE signature\nvalidate certificate
IDPAuth -> IDPAuth : generate AUTHORIZATION_CODE
hnote left #lightgreen : sign with prk_idp_sig
IDPAuth -> IDPAuth : generate SSO_TOKEN
IDPAuth --> authM : RETURN 302 redirect to Fachlogik with location header\ncontaining AUTHORIZATION_CODE, state and\nSSO_TOKEN as query param
note left : sso token can be omitted (returned as null value)\nfor specific client_ids configured on the IDP server.\nThis specifically includes Primärsysteme
deactivate authM
deactivate IDPAuth
||45||
!endsub
!startsub RequestAuthorizationCodeWithSSOToken
authM -> IDPAuth ++ : GetTokenCode()\n POST /sso_endpoint CHALLENGE, SSO_TOKEN
deactivate authM
IDPAuth -> IDPAuth : validate SSO_TOKEN
IDPAuth -> IDPAuth: generate AUTHORIZATION_CODE
hnote left #lightgreen : sign with prk_idp_sig
IDPAuth --> authM : RETURN 302 redirect to Fachlogik with AUTHORIZATION_CODE as query param, no SSO_TOKEN
deactivate IDPAuth
deactivate authM
!endsub
!startsub RequestAuthorizationCodeWithAltAuth
authM -> authM : create and sign SIGNED_AUTH_DATA
hnote right #lightgreen : sign with prk_secure_element \nencrypt with puk_idp_enc
authM -> IDPAuth ++ : GetTokenCode()\n POST auth_pair_endpoint\njwe(SIGNED_AUTH_DATA)
deactivate authM
IDPAuth -> IDPAuth : decrypt and validate SIGNED_AUTH_DATA
IDPAuth -> IDPAuth : check block/allow list
hnote left #lightgreen : validate signature\nvalidate certificate
IDPAuth -> IDPAuth : generate AUTHORIZATION_CODE
hnote left #lightgreen : sign with prk_idp_sig
IDPAuth -> IDPAuth : generate SSO_TOKEN
IDPAuth --> authM : RETURN 302 redirect to Fachlogik with location header\ncontaining AUTHORIZATION_CODE, state and\nSSO_TOKEN as query param
deactivate IDPAuth
deactivate authM
!endsub
!startsub CreateKeyVerifier
== create key verifier ==
authM -> FL ++ : follow 302 redirect
deactivate authM
FL -> FL : create random TOKEN_KEY
hnote right #lightgreen : AES256
FL -> FL : create KEY_VERIFIER (TOKEN_KEY, CODE_VERIFIER)
FL -> FL : encrypted KEY_VERIFIER = jwe(KEY_VERIFIER)
hnote right #lightgreen : encrypt with idp_puk_enc
FL -> FL : store TOKEN_KEY (for derycpting access and id token later on)
!endsub
!startsub GetTokens
== get tokens ==
FL -> IDPToken ++ : getTokens()\nPOST token_endpoint AUTHORIZATION_CODE, jwe(KEY_VERIFIER)
deactivate FL
IDPToken -> IDPToken : decrypt KEY_VERIFIER jwe -> TOKEN_KEY
hnote left #lightgreen : with prk_idp_enc
IDPToken -> IDPToken : validate client, code and KEY_VERIFIER
hnote left #lightgreen : verify signature
IDPToken -> IDPToken : encrypt ACCESS_TOKEN and ID_TOKEN
hnote left #lightgreen : with TOKEN_KEY
FL <-- IDPToken -- : RETURN jwe(ACCESS_TOKEN, TOKEN_KEY),\njwe(ID_TOKEN, TOKEN_KEY)
' deactivate FL
!endsub
!startsub UseAccessTokenAtFD
== use access token at Fachdienst ==
activate FL
FL -> FL : decrypt ACCESS_TOKEN
hnote left #lightgreen : with TOKEN_KEY
FL -> FL : decrypt ID_TOKEN
hnote left #lightgreen : with TOKEN_KEY
FL -> FL : validate ACCESS_TOKEN and ID_TOKEN
FL -> FL : encrypt ACCESS_TOKEN
hnote left #lightgreen : with shared secret between FL and FD
FL -> FD ++ : sendAccessTokenAndRequestedFachdaten()
deactivate FL
FD -> FD : validate ACCESS_TOKEN
FD -> FD : getClaims()
FL <-- FD -- : RETURN Fachdaten
activate FL
FL -> V : displayFachDaten()
deactivate FL
!endsub
@enduml | false | true | true | false | usecase |
f29daea3490da00f935d8a67080c19336794815e | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Facade/BattleRoyale/uml/sequence_diagram.puml | 2b36282338a9e2902a9f4c227611cf11655558af | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 937 | puml | ' Documentazione: https://plantuml.com/sequence-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
}
skinparam sequence {
participantBackgroundColor white
}
hide footbox
' END STYLE
title Facade: esempio Battle Royale
' Aggiungo delle etichette
participant "c:Client" as c
participant "br:BattleRoyale" as br
participant "gr:GiocatoriRegistrati" as gr
participant "cb:CheatBuster" as cb
participant "s:Server" as s
'participant "g:Giocatore" as g
activate c
c -> br: registra(giocatore)
activate br
br -> gr: registra(giocatore)
activate gr
deactivate gr
deactivate br
c -> br: partecipa(giocatore)
activate br
br -> gr: isRegistrato(giocatore)
activate gr
gr --> br: true
deactivate gr
br -> cb: isCheater(giocatore)
activate cb
cb --> br: false
deactivate cb
br -> s: isPieno()
activate s
s --> br: false
deactivate s
br -> s: addGiocatore(giocatore)
activate s
's --> br
deactivate s
@enduml | false | true | false | false | sequence |
848a1d66bd35b9c5fc13fcba46bcec67efee7bd2 | 3ab04633114246adbc54b015be4b74c563eb3f63 | /chat-docu/src/site/plantuml/technicalContext.puml | c2d7a841f176f009f3310401ff437076f23e367e | [] | no_license | mszalbach/simple-chat | f0faea48c76844caa811993b0d901297cbab00c9 | 4bd2a42d6ec62f0c10622d8f160bd3e8465639ba | refs/heads/master | 2021-01-19T20:18:58.717636 | 2018-02-28T08:28:51 | 2018-02-28T08:28:51 | 35,614,590 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 171 | puml | @startuml
actor User
component "simple-chat" as system
User .> ()Browser
Browser - system:http
database MongoDB as db {
node messages
}
system - db :mongodb://
@enduml | false | true | false | false | sequence |
cf33d0b09793e7b71464bbad9b0fc4e861b7d3bc | f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7 | /Barricade/Program.puml | 80a00dc27cb4698e97caa5c30bbbb57bbc2c8bff | [] | no_license | Evert-Arends/barricadegameModel3 | f7def3f2fd0dead5cc7807c488617505fb664ef5 | 98fa3d1e396ca133c424f459ea576086d0840814 | refs/heads/master | 2023-03-02T21:33:43.122111 | 2021-02-11T13:06:54 | 2021-02-11T13:06:54 | 337,192,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 86 | puml | @startuml
class Program {
{static} <<async>> Main(args:string[]) : Task
}
@enduml
| false | true | false | false | class |
cf7d5d4dadb7809e45790979ef8420e5044623d6 | f2893b3141066418b72f1348da6d6285de2512c6 | /modelViewPresenter/presentationModel/withComposite/docs/diagrams/src/arquitectura.plantuml | 60aff4fb8a2b8bad2c8e586c4a0de8e1d5141a7b | [] | no_license | x-USantaTecla-game-connect4/java.swing.socket.sql | 26f8028451aab3c8e5c26db1b1509e6e84108b0d | 28dcc3879d782ace1752c2970d314498ee50b243 | refs/heads/master | 2023-09-01T11:43:43.053572 | 2021-10-16T16:19:50 | 2021-10-16T16:19:50 | 417,161,784 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 813 | plantuml | @startuml arquitectura
package usantatecla.tictactoe #DDDDDD { }
package usantatecla.utils #DDDDDD { }
package usantatecla.tictactoe.controllers #DDDDDD { }
package usantatecla.tictactoe.models #DDDDDD { }
package usantatecla.tictactoe.views #DDDDDD { }
package java.io{ }
package java.util{ }
usantatecla.tictactoe .down.> usantatecla.tictactoe.views
usantatecla.tictactoe .down.> usantatecla.tictactoe.controllers
usantatecla.tictactoe.controllers .down.> usantatecla.tictactoe.models
usantatecla.tictactoe.controllers .down.> java.util
usantatecla.tictactoe.models .down.> java.util
usantatecla.tictactoe.models .down.> usantatecla.utils
usantatecla.utils .down.> java.io
usantatecla.tictactoe.views .down.> usantatecla.tictactoe.controllers
usantatecla.tictactoe.views .down.> usantatecla.utils
@enduml | false | true | false | false | uml-unknown |
ead7489b2a1b4e0dd20da66e7d2de5bbb86fec34 | 30f6de88f201adace4651477bab46c727e3a0d11 | /src/main/java/uml/RequestHandle.puml | 4263070c34e4c3dd9011d999df20b9a431f456fc | [] | no_license | brady-deng/leetcode | 86329e630b5ca2e81f13b48a1aa0da73e01b2437 | 4e8100c662466da639a28f0eaea535b21c1c4edf | refs/heads/master | 2023-08-08T12:50:13.244550 | 2023-08-06T06:23:13 | 2023-08-06T06:23:13 | 193,465,718 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
participant DynamicAdvisedInterceptor as F1
participant AdvisedSupport as F2
participant CglibMethodInvocation as F3
participant ReflectiveMethodInvocation as F4
participant AbstractAspectJAdvice as F5
F1 -> F2 : getInterceptorsAndDynamicInterceptionAdvice
F2 -> F1 : List<Object>
F1 -> F3 : CglibMethodInvocation
F3 -> F4 : proceed
F4 -> F5 : invokeAdviceMethod
F5 -> F4 : void
F4 -> F3 : Object
F3 -> F2 : Object
F2 -> F1 : Object
@enduml | false | true | false | false | sequence |
7b02681fef543bd068e6f31f4fce0e01278c9757 | 51496986e7fd12ba8c96b08d6394591f24472d59 | /docs/UML/plantuml2papyrus/test.uml | db3650b4fb005e2b952d650df742082e9358bdd0 | [
"Apache-2.0"
] | permissive | superfluidity/RDCL3D | 3ba33051e19b362f9084d35037f881c332576dae | 3c5717941bd4046aa1be178e9004db1dc1c469a0 | refs/heads/master | 2020-04-06T04:13:50.615021 | 2019-01-06T14:56:51 | 2019-01-06T14:56:51 | 83,023,039 | 8 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 125 | uml | @startuml
class Class1 {
}
class Class2 {
}
class Class3 {
}
Class1 o-- "0..*" Class2
Class2 *-- "1..*" Class3
@enduml
| false | true | false | false | class |
405a859fb9a50819173fd39970ad844b4a0654c3 | a75816f80bbe9b7c8142122a244d2948fefc515a | /doc/Liquido Authy Login Sequence.plantuml | 0d13120720e0cb5ab23902e947ac922125c041b9 | [] | no_license | Doogiemuc/liquido-backend-spring | 0c21f0a6dbbe2a464b5eac43c63e774aeceb85ba | 7857fdf7d3a5e07a816e7bb0e09b3e9097f01fc7 | refs/heads/master | 2023-02-18T02:10:22.177873 | 2023-02-15T09:58:19 | 2023-02-15T09:58:19 | 68,840,722 | 7 | 1 | null | 2022-11-23T22:22:18 | 2016-09-21T17:20:49 | Java | UTF-8 | PlantUML | false | false | 2,652 | plantuml | @startuml
actor User
participant LiquidoApp
participant "Liquido Backend" as BE
participant AuthyAPI
note over AuthyAPI: ""https://api.authy.com/protected/json""
== Register ==
User -> LiquidoApp: "/welcome"
activate LiquidoApp
LiquidoApp -> BE: ""POST /auth/register""\n""{email, profile.mobilephone}""
rnote over BE #lightblue: ""UserService.registerUser()""
BE -> AuthyAPI: ""POST /users/new""
AuthyAPI --> BE: HTTP 200 OK
BE --> LiquidoApp: Login Data(team, user, jwt)
LiquidoApp --> User: registered successfully
deactivate LiquidoApp
== Login ==
User -> LiquidoApp: ""/login""
activate LiquidoApp
LiquidoApp -> BE: ""/auth/requestToken""
rnote over BE #lightblue: ""UserService.sendSmsOrPushNotification()""
BE -> AuthyAPI: ""GET /sms/{AUTHY_ID}""
deactivate LiquidoApp
note over AuthyAPI: SMS is sent or AuthyApp pops up\nand shows One Time Token (OTT) to user\n2FA: User switches back to LiquidoApp
AuthyAPI -[#blue]->o User: User sees Authy one time token (OTT). 2FA: This is not a technical callback! This is human interaction.
|||
User -> LiquidoApp: user manually enters OTT\nin LiquidoApp
activate LiquidoApp
LiquidoApp -> BE: ""/auth/loginWithToken""
rnote over BE #lightblue: ""UserService.verifyOneTimePassword()""
BE -> AuthyAPI: ""GET verify/{TOKEN}/{AUTHY_ID}""
AuthyAPI --> BE: HTTP 200 OK
note over BE: If user is member of more than one team\nthen log him into his last used team.
BE --> LiquidoApp: JsonWebToken (JWT)
LiquidoApp -> LiquidoApp: cache JWT in localStorage
LiquidoApp --> User: login successful
deactivate LiquidoApp
|||
== Switch Team ==
User -> LiquidoApp: ""/team""
activate LiquidoApp
LiquidoApp -> BE: ""/auth/switchTeam""\n(authenticated call with JWT)
rnote over BE #lightblue: ""UserService.switchTeam()""
' should I require authentication via authy here again?
BE --> LiquidoApp: new JWT for new team
LiquidoApp -> User: Team Home of new team
deactivate LiquidoApp
|||
== Authenticated Calls ==
LiquidoApp -> BE: authenticated requests\nwith JWT in header
BE --> LiquidoApp: HTTP 200 OK
|||
== Dev Login (can be used in tests) ==
User -> LiquidoApp: Test simulates user.\n""/login""
activate LiquidoApp
LiquidoApp -> BE: GraphQL: QUERY\n""authToken(mobilephone, devLoginToken)""
note over BE #lightblue: ""UserGraphQL.requestAuthToken()""\ncheck devLoginToken\nUser must exist.\nThen AuthyAPI is **not** called.
BE --> LiquidoApp: DummySID
LiquidoApp -> BE: REST call:\n""GET /devLogin""\n"" email,teamName,token""
note over BE #lightblue: ""DevRestController.devLogin()""
BE --> LiquidoApp: Login Data\n(user, team, jwt)
LiquidoApp --> User: user is logged in
deactivate LiquidoApp
@enduml | false | true | false | false | usecase |
7591f8c01f206bf8415a60336eae267861dc0156 | 037fa517804ff638db479cbf2ab81bdea4a99bf7 | /assets/images/guides/springboot/200_30_assets_deploy_2.puml | b52b1af54a4972210b34ab5453ea5773a3eb15f9 | [
"Apache-2.0"
] | permissive | 31337Ghost/werf-guides | 92c307ca8b863507d9e1eaf0f683e0469bdf1fa5 | 753eee4754c92d7c5a9db2ea3d539cf6ab029b5c | refs/heads/master | 2023-09-03T08:44:09.680727 | 2021-10-27T10:59:51 | 2021-10-27T10:59:51 | 415,009,417 | 0 | 0 | Apache-2.0 | 2021-10-12T11:42:19 | 2021-10-08T14:03:31 | null | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
package "Deployment" {
node "node-assets" {
[nginx]
}
node "basicapp" {
[java]
}
}
package "Configmap" {
[basicapp-configmap]
}
[Ingress] --> [nginx]
[Ingress] --> [java]
[nginx] - [basicapp-configmap]
@enduml
| false | true | false | false | deployment |
6a235ff984c463064911d7bc2985f7d6f0db433b | f1e4ad7f8d03b777ab9efa7a7c53a4d470e607b3 | /docs/api.puml | c9e29993ee7d1962b36ed11f74fbaf51524637a5 | [
"Apache-2.0"
] | permissive | gulayciragiloglu79/goLang | f7bf220ade6bb268907a3cc8e1c697c4ef24adba | 3324358789aa320072092d1d0c1f8439ac995b8f | refs/heads/main | 2023-01-23T07:13:49.733405 | 2020-11-22T12:07:25 | 2020-11-22T12:07:25 | 315,026,314 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 698 | puml | @startuml
package "api" {
class Command << bootstrapper>>{}
class Transport << Handler Registration>>{}
class Resource <<controller>>{}
class Echo << http handler>> {}
class Service <<domain service>>{
Get(id string) (Movie,error)
Create(item *Movie) (err error)
}
class Movie <<class>>{}
interface Repository{
Get(id string) (Movie,error)
Create(item *Movie) (err error)
}
Transport --> Command
Resource --> Transport
Echo -left-> Transport
Service -right-> Resource
Repository -up-> Service
Movie -up-> Service
MongoRepository -up-> Repository
MongoDatabase -up-> MongoRepository
}
@enduml | false | true | false | false | class |
85474edbab20bc5960a5859b73aafa661cc24711 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/find_first_and_last_position_of_element_in_sorted_array/find_first_and_last_position_of_element_in_sorted_array.plantuml | a0671cdbab6acd1efc1e846efe1c85efbb740913 | [] | 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 | 573 | plantuml | @startuml
title __FIND_FIRST_AND_LAST_POSITION_OF_ELEMENT_IN_SORTED_ARRAY's Class Diagram__\n
namespace cn.shui.order {
namespace find_first_and_last_position_of_element_in_sorted_array {
class cn.shui.order.find_first_and_last_position_of_element_in_sorted_array.Solution {
{static} + main()
{static} - searchRange()
}
}
}
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 |
0875c3d13ae4a837338fa86a27d17c343546d3a4 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Storage-Services/Raw-Storage/Deployment.puml | d374b03fe96739bce8280bef7f11f08c320f669e | [] | 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 | 181 | puml | @startuml
package "Service-Stack/Storage-Services/Raw-Storage" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
05329029316a4a1fb51135c81c950cf38baf00da | a967a3605dbba3c30465b53d37586644b5160918 | /Q2/Q2 With Observer.puml | cacd1efa6eb60483cce47402e94b118775892c1e | [] | no_license | AbhiniveshP/OOAD-Project-2 | 1009fdf37df18434c8ea086895643ed66097d890 | cb3c95b8edadc219d1b4137c19f87107ce60e519 | refs/heads/master | 2020-08-02T12:45:03.301537 | 2019-10-04T22:57:32 | 2019-10-04T22:57:32 | 211,357,239 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,360 | puml | @startuml Q2-With-Observer
left to right direction
Zookeeper "1" - "2 of each Animal" Animal
Zookeeper : {field} +Animal[] animalsList
Zookeeper : +main()
Zookeeper : +wakeAnimals()
Zookeeper : +feedAnimals()
Zookeeper : +letAnimalsRoam()
Zookeeper : +rollCallAnimals()
Zookeeper : +putAnimalsToBed()
Zookeeper : +addObserver(ZooAnnouncer)
Zookeeper : +notifyObservers(Task)
Zookeeper : +removeObserver(ZooAnnouncer)
ZooAnnouncer : {field} +announcementMap
ZooAnnouncer : {field} +Zookeeper zookeeper
ZooAnnouncer : +update(Task)
ZooAnnouncer : +unsubscribe()
ZooAnnouncer -> "subject" Zookeeper
Zookeeper -> "observer" ZooAnnouncer
Animal : {field} #string name
Animal : {field} #Roamer roamer
Animal : +Sleep()
Animal : +Wakeup()
Animal : +Roam()
Animal : {abstract} Eat()
Animal : {abstract} makeNoise()
Canine -|> Animal
Feline -|> Animal
Pachyderm -|> Animal
Dog -|> Canine
Wolf -|> Canine
Cat -|> Feline
Lion -|> Feline
Tiger -|> Feline
Elephant -|> Pachyderm
Hippo -|> Pachyderm
Rhino -|> Pachyderm
Dog : +eat()
Dog : +makeNoise()
Wolf : +eat()
Wolf : +makeNoise()
Cat : +eat()
Cat : +makeNoise()
Cat : +makeNoiseCat()
Cat : +randomBehavior()
Lion : +eat()
Lion : +makeNoise()
Tiger : +eat()
Tiger : +makeNoise()
Elephant : +eat()
Elephant : +makeNoise()
Hippo : +eat()
Hippo : +makeNoise()
Rhino : +eat()
Rhino : +makeNoise()
@enduml | false | true | false | false | uml-unknown |
4d79b0e1891d92158fb1dfec6588cfedf11d08ab | a2869509d73be36578547b153ac7286dabace7eb | /Multisensor/img/annot-image-oa.puml | 5c551d16d4fa27d1716e195b9edc3206b0764a45 | [] | no_license | gerardbdn/VladimirAlexiev.github.io | ac5728d1c03b8462e26d4f899aa8b40de1f60c72 | ac74a61378e8cf8a076d03c60fc95b4cc2640843 | refs/heads/master | 2020-12-30T17:19:40.411134 | 2016-01-22T08:38:16 | 2016-01-22T08:38:16 | 50,588,148 | 0 | 0 | null | 2016-01-28T14:25:29 | 2016-01-28T14:25:28 | null | UTF-8 | PlantUML | false | false | 2,890 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_annot_1234153426_Amateur_Video as "ms-annot:1234153426-Amateur_Video"
ms_annot_1234153426_Amateur_Video : a oa:SemanticTag
class ms_concept_Amateur_Video as "ms-concept:Amateur_Video"
ms_annot_1234153426_Amateur_Video --> ms_concept_Amateur_Video : skos:related
ms_annot_1234153426_Amateur_Video : ms:confidence 0.884379
class _http___data_multisensorproject_eu_agent_imageAnnotator_ as "<http://data.multisensorproject.eu/agent/imageAnnotator>"
_http___data_multisensorproject_eu_agent_imageAnnotator_ : a prov:SoftwareAgent
_http___data_multisensorproject_eu_agent_imageAnnotator_ : foaf:name "CERTH Image Annotator v1.0"
class ms_concept_Armed_Person as "ms-concept:Armed_Person"
ms_concept_Armed_Person : a skos:Concept, oa:SemanticTag
class ms_concept_ as "ms-concept:"
ms_concept_Armed_Person --> ms_concept_ : skos:inScheme
ms_concept_Armed_Person : skos:prefLabel "Armed Person"
class ms_annot_1234153426 as "ms-annot:1234153426"
ms_annot_1234153426 : a oa:Annotation
ms_annot_1234153426 -right-> _http___data_multisensorproject_eu_agent_imageAnnotator_ : oa:annotatedBy
ms_annot_1234153426 --> ms_annot_1234153426_Amateur_Video : oa:hasBody
class ms_annot_1234153426_Concepts3_Or_More_People as "ms-annot:1234153426-Concepts3_Or_More_People"
ms_annot_1234153426 --> ms_annot_1234153426_Concepts3_Or_More_People : oa:hasBody
class ms_annot_1234153426_Armed_Person as "ms-annot:1234153426-Armed_Person"
ms_annot_1234153426 --> ms_annot_1234153426_Armed_Person : oa:hasBody
class _http___images_zeit_de_____540x304_jpg_ as "<http://images.zeit.de/...-540x304.jpg>"
ms_annot_1234153426 -left-> _http___images_zeit_de_____540x304_jpg_ : oa:hasTarget
ms_annot_1234153426 : oa:annotatedAt "2015-10-01T12:34:56"^^xsd:dateTime
ms_annot_1234153426 : oa:motivatedBy oa:tagging
_http___images_zeit_de_____540x304_jpg_ : a dctype:Image
_http___images_zeit_de_____540x304_jpg_ : dc:format "image/jpeg"
class ms_concept_Concepts3_Or_More_People as "ms-concept:Concepts3_Or_More_People"
ms_concept_Concepts3_Or_More_People : a skos:Concept
ms_concept_Concepts3_Or_More_People --> ms_concept_ : skos:inScheme
ms_concept_Concepts3_Or_More_People : skos:prefLabel "Concepts: 3 or More People"
ms_annot_1234153426_Armed_Person : a oa:SemanticTag
ms_annot_1234153426_Armed_Person --> ms_concept_Armed_Person : skos:related
ms_annot_1234153426_Armed_Person : ms:confidence 0.35975
ms_annot_1234153426_Concepts3_Or_More_People : a oa:SemanticTag
ms_annot_1234153426_Concepts3_Or_More_People --> ms_concept_Concepts3_Or_More_People : skos:related
ms_annot_1234153426_Concepts3_Or_More_People : ms:confidence 0.731893
ms_concept_Amateur_Video : a skos:Concept, oa:SemanticTag
ms_concept_Amateur_Video --> ms_concept_ : skos:inScheme
ms_concept_Amateur_Video : skos:prefLabel "Amateur Video"
@enduml
| false | true | false | false | sequence |
adef9f3d74a7588d9a9c08fbd3467c0e07d25163 | 287632511b7bc00c7ffd95282c8230dc10ba64c3 | /uml/async-tcp-server.puml | 28898ac4bb9804b8504b8f44af400de8044b667a | [] | no_license | bonewell/samples | 76946f48925693e37a6e7dab58460059d5c0993c | e97321621aedfcfd0b94e219bb334a158e9af8df | refs/heads/master | 2021-06-05T03:42:34.707385 | 2021-05-29T16:50:23 | 2021-05-29T16:50:23 | 60,779,530 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,452 | puml | @startuml
class asio::io_context
note bottom
int main() {
asio::io_context io_context;
tcp_server(io_context);
io_context.run();
}
end note
class enable_shared_from_this
class tcp_connection {
- socket : socket
- message : string
+ {static} create(io_context) : shared_ptr<tcp_connection>
+ socket() : socket
+ start()
- tcp_connection(io_context)
- handle_write(error_code, size_t)
}
enable_shared_from_this <|-- tcp_connection
asio::io_context <. tcp_connection
note bottom of tcp_connection
start() {
message = make_message();
async_write(socket, buffer(message),
bind(&handle_write, shared_from_this(),
error, bytes_transferred));
}
end note
class tcp_server {
- acceptor : acceptor
+ tcp_server(io_context)
- start_accept()
- handle_accept(new_conn, error)
}
tcp_server .> asio::io_context
note top of tcp_server
tcp_server(...) {
start_accept();
}
end note
note left of tcp_server
start_accept() {
auto new_conn = tcp_connection::create(
acceptor.get_executor().context());
acceptor.async_accept(new_conn->socket(),
bind(&handle_accept, this, new_conn, error));
}
end note
note bottom of tcp_server
handle_accet(...) {
if (!error)
new_conn->start();
start_accept();
}
end note
tcp_server .> tcp_connection
@enduml
| false | true | false | false | activity |
1457ac0b61aac50930fccae13bed5e0a2d3a181e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListSetCustomFieldAction.puml | 8212cdfb78a3edf9572449606b5b39880a72a541 | [] | 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 | 504 | 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 ShoppingListSetCustomFieldAction [[ShoppingListSetCustomFieldAction.svg]] extends ShoppingListUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
6e66db0728a7911cfb8f1e55d6e78fa6ef203d85 | 82dd7b778e320eb988c11cd8b598d1e7ecade126 | /src/exceptions/exceptions.plantuml | 90450176c64a101874719f5e730a42be623c6140 | [] | no_license | joram-sjamaar/ChatClient | e998e0092dd1cd0b6b5f45b4ee1d6767c7189685 | c8be32fbac4ce89883ebb45aca070e0cf97e51b4 | refs/heads/master | 2022-11-03T14:35:55.806756 | 2020-01-26T22:15:04 | 2020-01-26T22:15:04 | 223,383,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 411 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace exceptions {
class exceptions.TooFewArgumentsException {
+ TooFewArgumentsException()
+ TooFewArgumentsException()
}
}
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 |
771182d0ccbd2187e091eb19238095e83161dc6a | cdae9f2c0be2ac42d728f1895a6d9284eab7e02c | /vortrag/images/src/pu/sequence/delete_group.plantuml | 4929b8f8551a72a88981e376757967df0d8be98b | [] | no_license | fab-du/documentations | 943c7b8edf6fdd605feb54337616d19ac92446f3 | 2fd118d6e25f72472ef0bd36bc64fa964344238c | refs/heads/master | 2021-01-21T14:01:15.730145 | 2016-05-09T16:43:07 | 2016-05-09T16:43:07 | 53,966,952 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 233 | plantuml | @startuml
user -> locale : delete group (group_id)
locale -> remote : delete all menbers and shared files
locale <-- remote : ok
locale -> remote : requests to delete this group
locale <-- remote : ok
user <-- locale : ok
@enduml | false | true | false | false | sequence |
df58dd81aa575cac64f9343eb2b7d55ccdf5d718 | 11a3f0f236146b4e679b5213b5830b64f19bf155 | /docs/Application.puml | bdb8d155b6d8fb828ac9f0f9be4dd7d57e73b3b5 | [] | no_license | Tomatoats/backUpRepoBeforeImessThingsUp | c89cc56e3b63bba8abb060b42fbba8a0599514a9 | 97452de58518efa4b19b5870a78b80dafa2841b7 | refs/heads/main | 2023-09-06T05:48:55.256807 | 2021-11-08T00:53:46 | 2021-11-08T00:53:46 | 422,407,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,829 | puml | @startuml
package controllers{
class ListController {
-Button removeButton;
-Button AddItemButton;
-Button sortAll;
-Button sortComplete;
-Button sortIncomplete;
+TextField descriptionText;
+TextField dueDateText;
-Label errorLabel;
-Button clearButton;
-Button loadButton;
-Button saveButton;
-TableView<Item> listTable;
+TableColumn colComplete;
+TableColumn colDescription;
+TableColumn colDueDate;
+CheckBox checkBox;
+initialize(URL, ResourceBundle)
-main(String[] args)
addPressed(ActionEvent event)
removePressed(ActionEvent event)
allPress(ActionEvent event)
completePress(ActionEvent event)
incompletePress(ActionEvent event)
clearPressed(ActionEvent event)
loadPressed(ActionEvent event)
saveList(ActionEvent event)
+removeItem()
+findAndSave()
+incompleteLists()
+completeLists()
+allList()
+addItem()
+getItem()
+setListTable(listTable)
+getListTable()
+setList(List)
+clearList()
+initializeTable()
+listload()
save(File)
+closeAndOpen(string, string)
+close()
}
}
class ObservableList{}
class TodoListApplication{
ObservableList currentList;
Map<String,Scene> scenemap;
+start(stage)
+main(String[] args)
+addscenes()
+getCurrentList()
getScenemap()
}
package functions {
class Item{
String dueDate;
String description;
public CheckBox complete;
+Item(String,String)
+getDueDate()
+getDescription()
+getCheckBox()
+setDueDate(string)
+setDescription(string)
+setComplete(CheckBox)
+whatComplete(string)
+DueDateRegex(string)
+DescriptionLength(string)
}
class List {
ObservableList<Item> currentList;
+addListener(listener)
+removeListener(listener)
+addAll(List.elements)
+setAll(List.elements)
+setAll(collection)
+removeAll(List.elements)
+retainAll(List.elements)
+remove(int, int)
+size(int)
+isEmpty()
+contains(object)
+iterator()
+toArray()
+toArray(Array[])
+add(List)
+remove(object)
+containsAll(collection)
+addAll(collection)
+addAll(int, (collection)
+removeAll(Collection)
+retainAll(collection)
+clear();
+get(int)
+set(int, List.elements)
+add(int, List.elements)
+remove(int)
+indexOf(object)
+lastIndexOf(object)
+listIterator()
+listIterator(int)
+subList(int, int)
+addListener(listener)
+removeListener(listener)
}
}
java.fx.application.Application <|-- TodoListApplication
TodoListApplication <|-- ListController
java.fx.initializable -- ListController
ObservableList <|-- List
List -- Item
ListController -- List
@enduml | false | true | false | false | class |
6f7d7e9bf5060f79b36cf683afb53791f12a7a90 | 20644d12a34773dd4586c4f6b767745ad004db26 | /core/out/production/core/com/messenger/messenger.plantuml | 44fe1ca4f7394a54eede2899444c71bbaea89c14 | [] | no_license | thuyhoang-bkuer/CN-assignment-1 | 5862f4a2e136a484eff14f322e23a4462fe2fa0e | 58d119a48fac65b6fcbbf1b59b5975ced5357e10 | refs/heads/master | 2020-08-27T05:53:40.188382 | 2019-10-27T13:43:58 | 2019-10-27T13:43:58 | 217,261,236 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,506 | plantuml | @startuml
title __MESSENGER's Class Diagram__\n
namespace com.messenger {
class com.messenger.MessengerController {
{static} + allMessages : ArrayList<String>
~ logger : Logger
- byteArray : byte[]
- file : File
- fileAttachButton : ImageView
- fileChooser : FileChooser
- messageList : ScrollPane
- messageSendBox : TextArea
- messageSendButton : ImageView
- root : Pane
- stage : Stage
- themeChangeButton : ColorPicker
- topPane : Pane
+ MessengerController()
+ generateAnimation()
+ initialize()
+ linkSenderAndReceiver()
+ newSendMessage()
+ saveFile()
+ saveReceivedMessage()
+ setReceiver()
+ setRoot()
+ setSender()
+ setStage()
+ showScene()
}
}
namespace com.messenger {
class com.messenger.Receiver {
~ logger : Logger
{static} ~ vbox : VBox
- connected : boolean
- finalMessage : String
- messageList : ArrayList<String>
- messageListView : ScrollPane
- receiver : Socket
- receiverSocket : ServerSocket
- root : Pane
- sender : String
- stage : Stage
+ Receiver()
+ getMessageList()
+ getReceiverPort()
+ isConnected()
+ run()
+ saveFile()
+ setRoot()
+ setStage()
}
}
namespace com.messenger {
class com.messenger.Sender {
~ logger : Logger
- client : Socket
- destinationIP : String
- destinationPort : int
- messageList : ArrayList<String>
- messageListView : ScrollPane
- messageToSend : String
- root : Pane
- sender : String
+ Sender()
+ Sender()
+ Sender()
+ getMessageList()
+ getSender()
+ getSenderPort()
+ run()
+ sendBackgroundColor()
+ sendFile()
+ sendMessage()
+ setRoot()
+ setSender()
}
}
com.messenger.MessengerController o-- com.messenger.Receiver : receiver
com.messenger.MessengerController o-- com.messenger.Sender : sender
com.messenger.Sender o-- com.messenger.MessengerController : controller
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 |
4626df0cdf80db821ccae957092427e4fc5da4d8 | 7fbdb3db8e966a7f78cad2d9e6798dfd8aedea01 | /src/com/cjj/designpattern/structural/bridge/BuilderClassGraph.puml | e7842f5576e17f57f7da4c98624b3ac8ca87ab4f | [] | no_license | vuquangtin/DesignPattern-1 | 3d1fc64e8412bf5ba3a10a38dde121c68ffc8b9a | 47182c1c6e3f7e4126d33bdca53e055d9f0b3b5d | refs/heads/master | 2021-10-09T20:10:01.009239 | 2019-01-03T01:33:51 | 2019-01-03T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 237 | puml | @startuml
class Display{
DisplayImpl impl
open()
print()
close()
display()
}
class DisplayImpl{
rawOpen()
rawPrint()
rawClose()
}
class CountDisplay{
multiDisplay()
}
class StringDisplayImpl{
rawOpen()
rawPrint()
rawClose()
}
@enduml | false | true | false | false | class |
0aa15a9553cb3cac7ef2baf428c28a886f66d777 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_MaterialManager.puml | 518c1fba070c089c02615aea9751b40d897808c6 | [] | 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 | 1,780 | puml | @startuml
class TMP_MaterialManager <<static>> {
{static} TMP_MaterialManager()
{static} OnPreRender(cam:Camera) : void
{static} OnPreRenderCanvas() : void
+ {static} GetStencilMaterial(baseMaterial:Material, stencilID:int) : Material
+ {static} ReleaseStencilMaterial(stencilMaterial:Material) : void
+ {static} GetBaseMaterial(stencilMaterial:Material) : Material
+ {static} SetStencil(material:Material, stencilID:int) : Material
+ {static} AddMaskingMaterial(baseMaterial:Material, stencilMaterial:Material, stencilID:int) : void
+ {static} RemoveStencilMaterial(stencilMaterial:Material) : void
+ {static} ReleaseBaseMaterial(baseMaterial:Material) : void
+ {static} ClearMaterials() : void
+ {static} GetStencilID(obj:GameObject) : int
+ {static} GetMaterialForRendering(graphic:MaskableGraphic, baseMaterial:Material) : Material
+ {static} GetFallbackMaterial(sourceMaterial:Material, targetMaterial:Material) : Material
+ {static} AddFallbackMaterialReference(targetMaterial:Material) : void
+ {static} RemoveFallbackMaterialReference(targetMaterial:Material) : void
+ {static} CleanupFallbackMaterials() : void
+ {static} ReleaseFallbackMaterial(fallackMaterial:Material) : void
+ {static} CopyMaterialPresetProperties(source:Material, destination:Material) : void
}
class FallbackMaterial {
+ baseID : int
+ fallbackID : long
+ count : int
}
class MaskingMaterial {
+ count : int
+ stencilID : int
}
TMP_MaterialManager +-- FallbackMaterial
FallbackMaterial --> "baseMaterial" Material
FallbackMaterial --> "fallbackMaterial" Material
TMP_MaterialManager +-- MaskingMaterial
MaskingMaterial --> "baseMaterial" Material
MaskingMaterial --> "stencilMaterial" Material
@enduml
| false | true | false | false | class |
27d9c42fcf71795bcd595bd3e08b04bdf2f92297 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductRemoveVariantAction.puml | f33b068f8980ffbcac3515df88ea311299a9a4d7 | [] | 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 | 476 | 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 ProductRemoveVariantAction [[ProductRemoveVariantAction.svg]] extends ProductUpdateAction {
action: String
id: Long
sku: String
staged: Boolean
}
interface ProductUpdateAction [[ProductUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
a81b91a0377e0d23b8d8d46d0219907147c98663 | 9aaa711bb5d6ea7a93889a3c265614b59ebf62bd | /Documentations/Diagram/use_case.plantuml | 70619aacdf7a02d01c739178eb5fa9095bd60477 | [
"MIT"
] | permissive | LinkIsACake/PTUT-CoffreFortElectronique | faf724d9eeddbfd7c326136584fa2dbf44ce1299 | 7c1fb0fb408f641a6d3ae77d50c8d3088dd21964 | refs/heads/master | 2022-04-10T04:16:02.491464 | 2020-03-10T11:06:39 | 2020-03-10T11:06:39 | 221,546,020 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 392 | plantuml | @startuml
actor Utilisateur
rectangle "Application Client" {
usecase "Gerer ses Fichiers" as manageFiles
usecase "S'authentifier" as login
'usecase "Mettre a jour ces informations personnels" as updateAccount
Utilisateur -right-> (manageFiles)
'Utilisateur -right-> (updateAccount)
manageFiles -down-> (login) : include
'updateAccount -right-> (login) : include
}
@enduml
| false | true | false | false | usecase |
d7e7f40d9dece436ccd67211e423bf33ba14a797 | aef9a95106eaf24b85104f4536d20cf7341506a6 | /src/main/java/br/com/bianeck/creational/builder/etc/caso1/Livro.puml | 3e9c6f95c3d4d3c9d65797bab361dae622a58a56 | [
"MIT"
] | permissive | JElvisBL/designpatternstutorial | a3b4952af57998e83b8743ac5797be1fd8027184 | 3e5f92d4cc2f8ae098b66c73236e7a8498932d5a | refs/heads/master | 2022-04-22T09:19:19.415037 | 2020-01-22T01:42:36 | 2020-01-22T01:42:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,682 | puml | @startuml
package br.com.bianeck.creacional.builder.caso1 {
class Livro {
- id : Long
- titulo: String
- editora: String
- autores: List<String>
- resumo: String
- isbn: String
- anoLancamento: Integer
- numeroDePaginas: Integer
- valor: BigDecimal
+ Livro()
' + Livro(id : Long, titulo: String, editora: String, autores: List<String>, resumo: String, isbn: String, anoLancamento: Integer, numeroDePaginas: Integer, valor: BigDecimal)
+ Livro(builder : LivroBuilder)
}
class LivroBuilder {
- id : Long
- titulo: String
- editora: String
- autores: List<String>
- resumo: String
- isbn: String
- anoLancamento: Integer
- numeroDePaginas: Integer
- valor: BigDecimal
+ LivroBuilder(id: Long)
+ LivroBuilder(id: Integer)
+ livroPadrao() : LivroBuilder
+ comTitulo(titulo : String ) : LivroBuilder
+ comSubTitulo(subtitulo : String) : LivroBuilder
+ comEditora(editora : String) : LivroBuilder
+ comAutores(autores : String[]) : LivroBuilder
+ comResumo(resumo : String) : LivroBuilder
+ comIsbn(isbn : String) : LivroBuilder
+ comAnoDeLancamento(anoLancamento : Integer) : LivroBuilder
+ comNumeroDePaginas(numeroDePaginas : Integer) : LivroBuilder
+ comValor(valor : BigDecimal) : LivroBuilder
+ comValor(valor : String) : LivroBuilder
+ comValor(valor : Double) : LivroBuilder
+ comValor(valor : Long) : LivroBuilder
+ comValor(valor : Integer) : LivroBuilder
+ build(): Livro
}
}
LivroBuilder ..+ Livro
@enduml | false | true | false | false | class |
212d73fdf1b2b46b699d27447a10695cb60def72 | e618e68be491bb98c0573a467be63146a053cc6c | /SA/sequencediagram/staff/simple/login.puml | dd820d733ac633be8939bbde63523d4a958d066a | [] | no_license | dedeandress/belanjayukid-be-services | 14101c676e2bdd56c5df72b9ccddae648951cf8b | 9bedbf42cdd0b764e27c9dc839df8b401ac0bb62 | refs/heads/master | 2022-04-07T04:29:30.602535 | 2020-02-28T05:39:33 | 2020-02-28T05:39:33 | 194,123,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 830 | puml | @startuml
title: login Sequence Diagram
actor user
box "BelanjaYuk.id" #LightBlue
participant BelanjaYukFE
participant AppController
participant StaffService
end box
user -> BelanjaYukFE ++ : login
activate user
BelanjaYukFE -> AppController ++ : POST: /graphql
note right of BelanjaYukFE
content type: application/json
request body:
mutation{
login(username, password){
bearerToken
id
}
}
end note
AppController -> AppController : Call parseGraphql()
AppController -> StaffService ++: Call login()
note left
passing:
- context
- username
- password
end note
StaffService --> AppController -- : LoginUser model
AppController --> BelanjaYukFE -- : BearerToken, staffId
BelanjaYukFE --> user -- : view dashboard
deactivate user
@enduml | false | true | false | false | usecase |
86670366ff2cf8f0d088a747c86fc0bdb093e953 | 286b233fd7e797c9d122461c20e399eba41ff31f | /extras/visitor/uml/visitor_sd.puml | 712741d597bb4d8be18f056069bb9032346e059b | [] | no_license | ace-lectures/pattern-repository | ab18431255285aff7a909ce020d4f0be8f17e4a2 | 126c9f42e8f29e48458196be48ca40dca1023e25 | refs/heads/master | 2021-07-05T20:59:34.369443 | 2020-09-18T14:39:38 | 2020-09-18T14:39:38 | 175,689,148 | 22 | 13 | null | 2020-09-18T14:39:40 | 2019-03-14T19:48:30 | Java | UTF-8 | PlantUML | false | false | 601 | puml | @startuml
hide footbox
title Visitor Pattern Behavior
participant ": Client" as C
[-> C:
activate C
create "v: ConcreteVisitor" as V
C -> V: new()
activate V
participant "a: ConcreteElementA" as A
participant "b: ConcreteElementB" as B
V --> C
deactivate V
C -> A: accept(v)
activate A
A -> V: visitA(a)
activate V
V -> A: operationA()
activate A
A --> V
deactivate A
V --> A
deactivate V
A --> C
deactivate A
C -> B: accept(v)
activate B
B -> V: visitB(b)
activate V
V -> B: operationB()
activate B
B --> V
deactivate B
V --> B
deactivate V
B --> C
deactivate B
[<-- C
deactivate C
@enduml
| false | true | false | false | sequence |
2b71e5ec88fb48736647d82d37bcf51a13c94968 | cd0466433f042272eaa9e9e28a223241c13aa87a | /diagrams/container.puml | 761d3c4b622f2e50a715200b211511ee4185ba0a | [
"Apache-2.0"
] | permissive | rkayman/equinox | 08509d505beb3501cea48309f9d5269a27d1001f | c7c4f62048e038395bbda0768231dd3f0bf5ff14 | refs/heads/master | 2023-06-07T15:18:17.997677 | 2023-06-03T00:05:54 | 2023-06-03T00:05:54 | 211,165,541 | 0 | 0 | null | 2019-09-26T19:22:49 | 2019-09-26T19:22:48 | null | UTF-8 | PlantUML | false | false | 3,690 | puml | @startuml
!includeurl https://raw.githubusercontent.com/skleanthous/C4-PlantumlSkin/master/build/output/c4.puml
title Containers Diagram for Equinox (+Propulsion)
caption Packages / Elements breakdown of an event sourced system using Equinox
rectangle "Ingesters" as ingesters <<External System>>
rectangle "Input Feeds" as inputs <<External System>>
actor "Applications" as apps <<Internal>>
together {
frame "Consistent Processing" <<Container>> as services {
rectangle "Equinox" <<Component>> as equinox
rectangle "Aggregate Roots" as aggs <<Container>>
}
frame "Read Models" <<External Container>> as caches {
database "REDIS" as red <<External>>
database "SQL" as sql <<External>>
database "CosmosDB" as cdb <<External>>
database "etc etc" as etc <<External>>
}
}
frame "Consistent Event Stores" as stores <<Expanded>> {
frame "Cosmos" as cosmos <<Internal>> {
rectangle "Equinox.CosmosStore" <<Component>> as cs
rectangle "Propulsion.Cosmos" <<External Component>> as cr
rectangle "Azure.Cosmos" <<ExternalComponent>> as cc
}
frame "EventStore" <<Internal>> {
rectangle "Equinox.EventStoreDb" <<Component>> as es
rectangle "Propulsion.EventStore" <<External Component>> as er
rectangle "EventStore.Client.Grpc.Streams" <<External Component>> as esc
}
frame "Integration Test Support" <<Internal>> {
rectangle "Equinox.MemoryStore" <<Component>> as ms
}
interface IStream <<Component>>
rectangle "Equinox.Core" as core <<External>> {
rectangle "System.MemoryCache" <<External Container>>
interface ICache <<Component>>
}
frame "SqlStreamStore" as ssss <<Internal>> {
rectangle "Equinox.SqlStreamStore.MsSql" <<Component>> as ssm
rectangle "Equinox.SqlStreamStore.MySql" <<Component>> as ssy
rectangle "Equinox.SqlStreamStore.Postgres" <<Component>> as ssp
rectangle "Equinox.SqlStreamStore" <<External Component>> as sss
rectangle "SqlStreamStore" <<External Component>>
}
}
rectangle "Reactors" as reactors <<External System>>
rectangle "Publishers" as publishers <<External System>>
rectangle "Output Feeds" as outputs <<External System>>
apps .> caches : reference\neventually consistent
apps <-> aggs : transact\nagainst
aggs -> equinox : use
equinox -> IStream : Query/\nTransact
stores .> publishers : are followed by
stores .U.> reactors : trigger
ingesters <. inputs : sync from external
ingesters -> aggs : reconcile into
ingesters .> caches : push into
reactors <-U-> aggs : feed back into
reactors .> caches : maintain views in
reactors <- ms : can react to
reactors <- cr : can react to
reactors <- er : can react to
reactors .> publishers : trigger
publishers .> outputs : emit notifications to\nrender events to
publishers <-- cr : can feed from
publishers <-- er : can feed from
ms .> IStream : implements
es -> ICache
es .> IStream : implements
es -> esc
cs --> ICache
cs .> IStream : implements
cs <-> cc
sss -> ICache
sss .> IStream : implements
ssm -> sss : is a
ssy -> sss : is a
ssp -> sss : is a
sss <-> SqlStreamStore
services -[hidden]D-> reactors
ingesters -[hidden]D-> services
IStream -[hidden]D-> ssss
red -[hidden]R-> sql
sql -[hidden]R-> cdb
cdb -[hidden]R-> etc
@enduml
| false | true | false | false | usecase |
80d11f021d98f10905db4e2c5e4f73ca7279a11b | 9b14b171d7428dee112ba735a21f476edd2d8649 | /statemachine_ortohogonal/state.puml | 99e9465b0111e9fbc17ce699fe225f4ff14796fa | [] | no_license | richardece/cpp_basics | c04c45c99f58ec5fdcad2629b06955b81fc2b6df | 613890d83e32d41896dfd300f7e73fc10064d54b | refs/heads/master | 2023-04-12T04:08:09.420898 | 2021-05-02T03:17:04 | 2021-05-02T03:17:04 | 361,793,348 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 706 | puml | @startuml
'scale 350 width
[*] --> firstState
state firstState{
'Initial declared in mpl::list
[*] --> firstStateInner_1_0
'Substates under orthogonal<0>
state firstStateInner_1_0 {
}
state firstStateInner_1_1 {
}
state firstStateInner_1_2 {
}
firstStateInner_1_0 --> firstStateInner_1_1 : event1
firstStateInner_1_1 --> firstStateInner_1_2 : event2
--
'Initial declared in mpl::list
[*] --> firstState_Inner_2
'Substates under orthogonal<1>
state firstState_Inner_2{
}
--
'Initial declared in mpl::list
[*] --> firstState_Inner_3
'Substates under orthogonal<2>
state firstState_Inner_3{
}
}
@enduml | false | true | false | false | sequence |
92a52bbc38dda0ed4588657e659ebb20d6666054 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/common/ImpInterpreter.puml | e63edb91b0be428e933d13b7d367adf649ca6c8a | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
class UserInput {
}
class MoveFilesExpression {
+ Interpreter(context:IContext) : void
}
class "IDictionary`2"<T1,T2> {
}
class "IList`1"<T> {
}
IContext <|-- UserInput
UserInput o-> "Result<string,object>" "IDictionary`2"
UserInput o-> "Error<string>" "IList`1"
IExpression <|-- MoveFilesExpression
@enduml
| false | true | false | false | class |
c25e5bd43af5c0bb6ce6d2bed6f3e2b140ac4704 | 13576c93ce75f45170b93f833584230dd6426db4 | /example/ativacao-cartao.service.ts.sequence.puml | 82422d09d28ee8617b128484d05ef92071c0fd60 | [] | no_license | tommymolto/ng-reverse-uml | cca0e8ea45b32ed584e87e088f81acd74fbff3fd | 0914d7f05dce043220e1b1b41794fcf664946307 | refs/heads/master | 2023-03-31T00:00:44.294770 | 2021-04-05T00:33:29 | 2021-04-05T00:33:29 | 336,896,454 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 860 | puml | @startuml
participant participant as Usuario
actor AtivacaoCartaoService as AtivacaoCartaoService<<AtivacaoCartaoService >>
boundary IClienteService as clienteService<<clienteService >>
boundary IConfiguracaoService as configService<<configService >>
boundary ILibapiService as apiService<<apiService >>
Usuario -> AtivacaoCartaoService:realizarAtivacaoCartao
activate AtivacaoCartaoService #005500
AtivacaoCartaoService -> apiService:leChaveAmbiente
AtivacaoCartaoService -> clienteService:numeroContaSelecionado
AtivacaoCartaoService -> apiService:post
deactivate AtivacaoCartaoService
Usuario -> AtivacaoCartaoService:gerarBodyAtivacaoCartao
activate AtivacaoCartaoService #005500
AtivacaoCartaoService -> clienteService:cartaoPrimario
AtivacaoCartaoService -> configService:isAppCarrefour
deactivate AtivacaoCartaoService
@enduml | false | true | false | false | sequence |
1437e01e38d4b8239d98604176d9d6f07d5fa3b0 | 5229c30142a44eba1f7afb8c57f12bf187bc2d03 | /src/main/kotlin/com/mgy/command/command.puml | 94be936eff822081c67f20d98d4e59bef7296dec | [] | no_license | Drunkman/kotlin-design-pattern | 16b98c7fff938c06c4623568673a1c8cc28e606b | 91196fcee1b4fc09350666ef537135f8f0e45b3c | refs/heads/master | 2020-03-19T21:13:16.754197 | 2018-08-12T14:21:07 | 2018-08-12T14:21:07 | 136,933,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 623 | puml | @startuml
interface Command{
+execute(target)
+undo()
+redo()
+toString()
}
class ShrinkSpell{
-size
-target
+execute(target)
+undo()
+redo()
+toString()
}
class InvisibilitySpell{
-target
+execute(target)
+undo()
+redo()
+toString()
}
abstract class Target{
+toString()
+printStatus()
}
class Goblin{
+toString()
}
class Wizard{
-undoStack
-redoStack
}
ShrinkSpell -up-|> Command
InvisibilitySpell -up-|> Command
Goblin -left-|> Target
ShrinkSpell --> Target: -target
InvisibilitySpell --> Target: -target
Wizard o-left-> Command
@enduml | false | true | false | false | sequence |
3240a6b52c0654516a4fc91f08b2f551839ae62c | ffb766380eb82397e361780a1eb2b77b09cbf483 | /designs/software/api-connector-states.puml | 40e239cb77e8ca04c82fddacd1ba63e66c968cad | [] | no_license | Safecast/bGeigieCast | b2ac008a949068ab56de09cc12b9c9b42e355250 | 804ea47a46076edceed29c24147177cbbb8b3895 | refs/heads/development | 2023-08-17T17:20:04.755298 | 2022-02-28T14:59:27 | 2022-02-28T14:59:27 | 170,440,965 | 9 | 1 | null | 2020-10-07T09:52:02 | 2019-02-13T04:36:04 | C++ | UTF-8 | PlantUML | false | false | 1,529 | puml | @startuml
state Process
Process: entry: t = time since last send
Process: action: merge(reading)
state Connecting
Connecting: entry: setWifiConfig
Connecting: action: connectWifi
state ConnectionTest
ConnectionTest: action: testApiAvailable
state PublishToApi
PublishToApi: action: http.send(reading)
state ReportFailed
ReportFailed: action: save(reading)
state PublishSavedToApi
PublishSavedToApi: action: http.send(reading)
state ReportSavedFailed
ReportSavedFailed: action: save(reading)
state ReportDone
ReportDone: entry: callbackReporter(status)
[*] -> Process
Process --> ReportDone: notReporting /status = skipped
Process -> Connecting : [t > 5m]
Process -> Connecting : [t > 1m && emergency]
Connecting --> ConnectionTest : connected
Connecting --> ReportFailed : connectionError
ConnectionTest --> PublishToApi : APIAvailable
ConnectionTest -l-> ReportFailed : apiUnavailable
PublishToApi -u-> ReportFailed : apiPostFailed
PublishToApi -> PublishSavedToApi : [savedReadings > 0]\nreadingReportedApi\n/reading=getNextSaved()
PublishSavedToApi --> PublishSavedToApi : [savedReadings > 0]\nreadingReportedApi\n/reading=getNextSaved()
PublishSavedToApi --> ReportSavedFailed : apiPostFailed
PublishToApi --> ReportDone: readingReportedApi\n/status = success
PublishSavedToApi --> ReportDone: readingReportedApi\n/status = success\n/delete reading
ReportFailed --> ReportDone: readingSaved\n/status = failed
ReportSavedFailed -l-> ReportDone: readingSaved\n/status = failed\n/delete reading
ReportDone --> [*]
@enduml | false | true | false | false | sequence |
2be2e66c6e437330bc3b442ce49b3b2aa9b661bd | 946e015d5f1a1272557309eb2273c3f2bb13911a | /uml/enums.puml | b62c670cb2d289c3946f66006fd86f5dcc5d93fd | [
"MIT"
] | permissive | cbuteau/webjobs.es6 | 95136bdb5bcdd5cc9151eb52b28e1c3943125f65 | ca5d4bd74903af62117f24c509eaddba3694a0f8 | refs/heads/master | 2023-01-14T00:59:55.891178 | 2021-07-20T20:00:25 | 2021-07-20T20:00:25 | 147,742,965 | 1 | 0 | MIT | 2023-01-06T01:36:00 | 2018-09-06T23:00:44 | JavaScript | UTF-8 | PlantUML | false | false | 346 | puml | @startuml
class MessagIds <<enumeration>> {
SCRIPTLOADED: 0,
BASEINIT: 1,
BASEINIT_COMPLETE: 2,
BASEINIT_ERROR: 3,
DISPATCH: 4,
DISPATCH_COMPLETE: 5,
DISPATCH_ERROR: 6
}
class WorkerStates <<enumeration>> {
STARTING: 0,
STARTED: 1,
LOADED: 2,
INITIALIZED: 3,
DISPATCH: 4,
COMPLETED: 5
}
@enduml
| false | true | false | false | class |
7fac86aeee67f5e45dacdd026cf8889f55712642 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Services/doc-node-agent/UseCases.puml | f76aff339ff296e0f92816372d46ea312a92ecaf | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
left to right direction
actor :User:
actor :SubSystem:
rectangle "doc-node-agent Service" #lightblue {
UseCase UC1 as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
84ff5632041a526d2deb7837c28770298b25e04c | 2b2acc58e16343190688ed460b26386980bb2b20 | /Documents/UC1/SSD.puml | 8404858414fae05e9d152a0412be2bd27dde8e50 | [] | 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 | 588 | puml | @startuml
autonumber
actor "Non-Registered User" as GES\
activate GES
GES -> ":Sistem" : starts registering a user
activate ":Sistem"
":Sistem" --> GES : requests the data \n(name, NIF, email, password, credits, creditcard, address)
deactivate ":Sistem"
GES -> ":Sistem" : inserts the requested data
activate ":Sistem"
":Sistem" --> GES : sends an email requesting confirmation
deactivate ":Sistem"
GES -> ":Sistem" : confirms the data through the email
activate ":Sistem"
":Sistem" --> GES : notifies about the success of the operation
deactivate ":Sistem"
deactivate GES
@enduml
} | false | true | false | false | usecase |
973acc623c8b655be7f17ff77cc7337fb28df22e | 5a8fafc1af19d5eb6730c0da83db05e0db76d388 | /tables.puml | dcd6326ef9d2ca3d338ad397d4b39b30c000b754 | [] | no_license | LuisFajardoF/Diagramas-PUML | d041fcc7be377b5692a864c726d3cdcb19f3be2b | 4b886eefbd2207de708e056767a0a185851efc7f | refs/heads/master | 2023-03-29T01:22:24.559466 | 2021-04-13T17:39:58 | 2021-04-13T17:39:58 | 340,369,399 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,678 | puml | @startuml
skinparam class {
BackgroundColor Beige
BorderColor DarkGray
ArrowColor DarkGray
}
class Table {
+ Table(string& content, string& caption)
+ string getCode()
# string getContent()
# string getAlign(string& row_align)
# vector<string> getFormatAlign(string& row_align)
# string getHeader(string& header)
# string getRows()
# void fillRowsVector()
# string getBegin()
# string getCentering()
# string getCaption()
# string getEnd()
# vector<string> rows
- void setBegin()
- void setCentering()
- void setCaption(string& caption)
- void setEnd()
- string begin
- string centering
- string content
- string caption
- string end
- string code
}
class TableStyle1 {
+ TableStyle1(string& content, string& caption)
+ string getCode()
# string getContent()
# string getAlign(string& row_align)
# string getRows()
- code
}
class TableStyle1Colored {
+ TableStyle1Colored(string& content, string& caption, string& color)
+ string getCode()
# string getContent()
# string getRows()
- color
- code
}
class TableStyle2 {
+ TableStyle2(string& content, string& caption)
+ string getCode()
# string getContent()
# string getRows()
- code
}
class TableStyle2Colored {
+ TableStyle2Colored(string& content, string& caption, string& color)
+ string getCode()
# string getContent()
# string getRows()
- color
- code
}
Table <|-[bold]- TableStyle1
TableStyle1 <|-[bold]- TableStyle1Colored
TableStyle1 <|-[bold]- TableStyle2
TableStyle1Colored <|-[bold]- TableStyle2Colored
@enduml
| false | true | false | false | class |
3c38a3cf7fe4835228a1503ba59e07b6cf8d3d61 | 5c60b5ce8e885c5eee2b72ab805ec1191686a005 | /docs/pumlFiles/Architecture.puml | cb218f4869df60223c50145253538e497bac1739 | [] | no_license | alvynben/tp | ea41264feb9a5e1e99fc0cf60b6344d115689496 | 63b63df620d6688d4cf890c3f986cdc96503d155 | refs/heads/master | 2023-08-29T04:55:55.681506 | 2021-11-12T11:47:15 | 2021-11-12T11:47:15 | 403,198,097 | 0 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 537 | puml | @startuml
skinparam backgroundColor #f2f2f2
skinparam defaultFontSize 16
:Our\nFridget\nUser: as user
rectangle Fridget
package Core #A9DCDF {
rectangle Command
rectangle Parser
rectangle ItemList
rectangle ShoppingList
}
package Database #DDDDDD {
rectangle Storage
}
package Front\nEnd #ADD1B2 {
rectangle Ui
}
user <-r-> Ui
Ui <-> Fridget
Fridget --> Parser
Parser <-u-> Command
Command <-> Fridget
Command <-l-> Ui
Command --> ItemList
Command --> ShoppingList
Fridget -u-> Storage
@enduml | false | true | false | false | uml-unknown |
5a8cb873971fa045a2cc5d0d46d792b140028103 | b7837c2b507e3330b6a6accb2c8209cbfc5f367a | /app/src/main/java/com/netmart/netmartseller/Interface/Interface.plantuml | b0a0d72d7cb6e8c45a46814ab745f26cb5705183 | [] | no_license | Nizar127/Netmart_Seller | 44c745feccc37fc02103fdcfce695621b118c8db | acff3f0d360f4264760858ad783578c61dff1265 | refs/heads/master | 2022-10-23T03:00:49.189386 | 2020-06-16T01:26:40 | 2020-06-16T01:26:40 | 269,918,412 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 442 | plantuml | @startuml
title __INTERFACE's Class Diagram__\n
namespace com.netmart.netmartseller {
namespace Interface {
interface com.netmart.netmartseller.Interface.ItemClickListener {
{abstract} + onClick()
}
}
}
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 |
7afc569c4fcb709aba4d1c7209c5376b3d357f41 | fbfbc80e27d36d80679140053a8216649c712844 | /system/subsystem/share/web-quick-start/resource/data/webqs-model.puml | 5f07bb7a8216c4e53492c63a8b39ba3fc43b4efe | [
"Apache-2.0"
] | permissive | asksasasa83/arch-map | f8368d40004bc4b7bca668719a0f93bae7f8850f | ac09b7a96235d13f10f844fd8eb9320f4283cb7c | refs/heads/master | 2021-09-04T03:38:56.409440 | 2018-01-15T11:20:31 | 2018-01-15T11:20:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
Title Web Quick Start Model
skinparam linetype ortho
skinparam titleFontSize 20
skinparam backgroundColor #EEEEEE
skinparam objectFontColor blue
skinparam objectFontSize 20
skinparam objectFontName Courier
skinparam objectBackgroundColor #A9DCDF
skinparam defaultFontSize 16
left to right direction
scale 900 height
object "Web Site" as ws
object "Section" as s
object "Rendition" as r
object "Asset" as a
object "Asset Collection" as ac
object "Visitor Feedback" as vf
ws->"0..1" ws: "Publishing Target"
s->"0..n" s: "Child"
ws->"1" s: "Root Section"
s->"0..n" a
s->"0..n" ac
a->"0..n" r
ac->"0..n" a
a->"0..n" vf
a->"0..n" a : "related"
@enduml
| false | true | false | false | sequence |
b27893da72b3d3706f73a287ca4d6907d979eaac | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/AddCommandOrAnd.puml | 7f004ccbdce6e0824a8ec306fd0a79068d6026cc | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
package Gates {
object "__:BooleanTemplate__" as State1
object "__:OrGate__" as State2
object "__:AndGate__" as State3
}
object State1 {
- BinaryTree<Gate> circuit
+ addGate(Gate gate, int index)
}
object State2 {
int B = 0
int C = F & G = 1
int output = B|C = 0|1 = 1
}
object State3 {
int F = 1
int G = 1
int output = F & G = 1 & 1 = 1
}
State1 -- State2
State1 -- State3
@enduml | false | true | false | false | object |
38874da6eb5d4a49c0bf2ca59c0ee87c6c17104d | 1ff1e3a687adf2b9ab5815c27430ad052fb4ef51 | /src/main/plantuml/amortization-table-class-diagram.plantuml | 0f83f58f93661752e252922b2df399ee028456b9 | [] | no_license | bhelfert/rootyphp | 571a9d83af53e915c123a3bc104c492eb4f144be | 77e2e7cb702853172cda0ab3b3147db2e5138213 | refs/heads/master | 2022-11-22T01:06:50.750145 | 2020-07-26T13:14:38 | 2020-07-26T13:14:38 | 282,651,861 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,417 | plantuml | @startuml
' This is a PlantUML file that describes a UML Class Diagram textually.
' See http://plantuml.com for more information.
class CommandLineParser << (C, red) >> {
parseCommandLine()
}
CommandLineParser .down.> AmortizationTableParameters : << creates >>
class AmortizationTableCalculator << (C, white) >> {
{static} main()
calculateAndPrintAmortizationTable()
}
AmortizationTableCalculator -left-> CommandLineParser
AmortizationTableCalculator -down-> AmortizationTable
AmortizationTableCalculator -right-> AmortizationTableConsolePrinter
class AmortizationTableConsolePrinter << (C,dodgerblue) >> {
printAmortizationTable()
}
AmortizationTableConsolePrinter -> AmortizationTableOutputPreparer
AmortizationTableConsolePrinter --> "*" AmortizationTableLine : amortizationTableLinesToPrint
class AmortizationTableOutputPreparer << (C,dodgerblue) >> {
prepareTableLinesForOutput()
}
AmortizationTableOutputPreparer --> "*" AmortizationTableLine
class AmortizationTable << (C,limegreen) >> {
calculateTableLines()
}
AmortizationTable -down-> "*" AmortizationTableLine
class AmortizationTableParameters << (C,limegreen) >> {
loanAmountInEuro
debitInterestFactor
initialAmortizationFactor
fixedInterestRateInYears
}
abstract class AmortizationTableLine << (A,limegreen) >> {
date
residualDebt
interest
amortization
rate
}
AmortizationTableLine -left-> AmortizationTableParameters
abstract class SummatingAmortizationTableLine << (A,dodgerblue) >> {
}
AmortizationTableLine <|- SummatingAmortizationTableLine
SummatingAmortizationTableLine -> "*" AmortizationTableLine
class PayoutAmortizationTableLine << (C,limegreen) >> {
}
AmortizationTableLine <|-- PayoutAmortizationTableLine
class MonthlyAmortizationTableLine << (C,limegreen) >> {
}
MonthlyAmortizationTableLine -up-> "previous" AmortizationTableLine
AmortizationTableLine <|-- MonthlyAmortizationTableLine
class YearlyAmortizationTableLine << (C,dodgerblue) >> {
}
SummatingAmortizationTableLine <|-- YearlyAmortizationTableLine
class EndOfFixedInterestRateAmortizationTableLine << (C,dodgerblue) >> {
}
SummatingAmortizationTableLine <|-- EndOfFixedInterestRateAmortizationTableLine
legend left
Color code:
*<b>red</b>: input (CLI)
*<b>green</b>: processing (model)
*<b>blue</b>: output (presentation)
*<b>white</b>: controller
endlegend
@enduml | false | true | false | false | sequence |
187a4eaa6291868c1db3502437a9e1033aa5d545 | 38b7d81fb31401c557e2222b67771a20f4b08339 | /Proj1_grp1.puml | df3aa013669364ed6b85eaec76716446005d3d65 | [] | no_license | StefanOhlsson/java2018 | 8194dd52acffc780b39ad029a48a771fc87f38e9 | e825eb434fe6ff514a5f3b9955648b9064e3492f | refs/heads/master | 2020-03-19T06:17:58.922598 | 2018-09-12T09:41:46 | 2018-09-12T09:41:46 | 136,008,469 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 911 | puml | @startuml
class java.lang.Math
class java.util.InputMismatchException
class java.util.Scanner
class laboration1.Cirkel
class laboration1.Figur
class laboration1.Main
class laboration1.Program
class laboration1.Rektangel
class laboration1.Triangel
class laboration1_wo_poly.Cirkel
class laboration1_wo_poly.Main
class laboration1_wo_poly.Program
class laboration1_wo_poly.Rektangel
class laboration1_wo_poly.Triangel
class projekt_1_inl.Projekt_1_inl
laboration1.Cirkel ..> java.lang.Math
laboration1.Cirkel --|> laboration1.Figur
laboration1.Program ..> java.util.InputMismatchException
laboration1.Program ..> java.util.Scanner
laboration1.Rektangel --|> laboration1.Figur
laboration1.Triangel --|> laboration1.Figur
laboration1_wo_poly.Cirkel ..> java.lang.Math
laboration1_wo_poly.Program ..> java.util.InputMismatchException
laboration1_wo_poly.Program ..> java.util.Scanner
@enduml | false | true | false | false | class |
5077ec634f1e9d9643f2eb938d577a4dc23de971 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/threadpool/forkjoin/forkjoin.plantuml | 7c9920b07b1dc17fcdc9d47a38f7c16e17261c95 | [] | no_license | ljhpole/netty-lecture | 02318e9992f488f03425c93b981e8718582b1b4b | a20bef9e6db5d1061a6f37ec0593087588ea1a0a | refs/heads/main | 2023-02-24T21:52:42.964037 | 2021-01-31T15:35:18 | 2021-01-31T15:35:18 | 334,686,240 | 0 | 1 | null | 2021-01-31T15:35:19 | 2021-01-31T15:19:40 | null | UTF-8 | PlantUML | false | false | 1,046 | plantuml | @startuml
title __FORKJOIN's Class Diagram__\n
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.ForkJoinTest {
{static} ~ random : Random
{static} + main()
{static} ~ random()
}
}
}
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.ParallelStreamAPI_Test {
{static} + main()
{static} ~ isPrime()
}
}
}
namespace com.juc.threadpool {
namespace forkjoin {
class com.juc.threadpool.forkjoin.SumTask {
{static} ~ THRESHOLD : int
~ array : long[]
~ end : int
~ start : int
# compute()
~ SumTask()
}
}
}
com.juc.threadpool.forkjoin.SumTask -up-|> java.util.concurrent.RecursiveTask
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 |
bc2c1e40348371b49d694d55d7b070816650dd05 | b4958e3509c4a50e9cd48a5e162bbea95a5812a3 | /doc/plantuml/opensha.sha.faultSurface.plantuml | 376be15bf5799629235e92227a6c4c9f19a19547 | [
"MIT"
] | permissive | benjamineac/nzshm-opensha | 392541cb7988a5a94bd25c811aa8869d1c0679c5 | 2eef5b84caaaf9784d9a05b378a680b597b79c70 | refs/heads/main | 2023-06-29T02:53:01.747667 | 2021-07-27T01:55:12 | 2021-07-27T01:55:12 | 389,788,132 | 0 | 0 | MIT | 2021-07-26T22:50:03 | 2021-07-26T22:50:03 | null | UTF-8 | PlantUML | false | false | 3,237 | plantuml | @startuml
package org.opensha.sha.faultSurface {
interface RuptureSurface extends Surface3D {
This interface defines a rupture surfaces. This does not specify how a rupture
surface is to be represented in order to maintan flexibility, but rather
specifies what information a rupture surface needs to provide ..
---
+getAveDip();
+getAveStrike();
+getAveLength();
...
+getLastLocOnUpperEdge();
+getFractionOfSurfaceInRegion()
}
interface EvenlyGriddedSurface extends RuptureSurface
class AbstractEvenlyGriddedSurface implements EvenlyGriddedSurface, CacheEnabledSurface {
This represents 2D container of Location objects defining a geographical surface.
There are no constraints on what locations are put where - this is specified by subclasses,
but the presumption is that the the grid of locations map out the surface
in some evenly discretized way.
It is also presumed that the zeroeth row represent the top edge or trace.
There are also methods for getting info about the surface
e.g., ave dip, ave strike, and various distance metrics.
}
abstract class AbstractEvenlyGriddedSurfaceWithSubsets extends AbstractEvenlyGriddedSurface {
This class extends EvenlyGriddedSurface to included sampling subset regions.
}
abstract class EvenlyGriddedSurfFromSimpleFaultData extends AbstractEvenlyGriddedSurfaceWithSubsets {
Description: This creates and EvenlyGriddedSurface from SimpleFaultData
}
class StirlingGriddedSurface extends EvenlyGriddedSurfFromSimpleFaultData
class ApproxEvenlyGriddedSurface extends AbstractEvenlyGriddedSurfaceWithSubsets
class CompoundSurface implements RuptureSurface, CacheEnabledSurface {
This class represents compound RuptureSurface to represent multi-fault ruptures.
The most challenging thing here is maintaining the Aki Richards convention for the total
surface. The main method here was used to make various tests to ensure that these things are
handled properly - these data were analyzed externally using Igor.
}
class QuadSurface implements RuptureSurface, CacheEnabledSurface {
Quadrilateral surface implementation - treats calculating the shortest distance
as 2D problem. The parallelograms representing each fault segment are rotated
into the xy plane of a local cartesian coordinate system. Precalculating and
storing the 2D parallelograms and the required rotation matrices drastically
reduces the time required to calculate the minimum distance to a large fault
surface, although performance is similar/worse than the standard gridded
implementation for short ~10 km faults.
@author Peter Powers, Kevin Milner
}
class SimpleFaultData {
-upperSeismogenicDepth
-lowerSeismogenicDepth
-aveDip
-aveDipDir
-FaultTrace
}
class FaultTrace extends LocationList {
This simply contains a vector/array of Location
objects representing the top trace of a fault with non-zero depth if it
buried.
}
}
package scratch.UCERF3 {
class FaultSystemRupSet
}
EvenlyGriddedSurfFromSimpleFaultData --> SimpleFaultData
SimpleFaultData --> FaultTrace
FaultSystemRupSet --> CompoundSurface
FaultSystemRupSet --> QuadSurface
FaultSystemRupSet --> StirlingGriddedSurface
FaultSystemRupSet --> EvenlyGriddedSurface
FaultSystemRupSet --> FaultTrace
@enduml | false | true | false | false | class |
dca843ce3c569eb206b4375dea30316a67882ad5 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Data-Coordinator/Logical.puml | 55c701a45a2c038051ce68f8cfac95f36ade8b36 | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | @startuml
package "Cloud" as User #ffffcc {
}
package "Physical Layer" as Used #ffffcc {
}
package "Data Coordinator" #lightblue {
interface "Data Coordinator" as DC {
}
CLI ()-- DC
REST ()-- DC
Web ()-- DC
package "Data Exchange" as DE #white {
}
package "Data Movement" as DM #white {
}
package "Application Movement" as AM #white {
}
package "Meta-Data Management" as MDM #white {
}
DC --> DE
DC --> DM
DC --> AM
DC --> MDM
}
User --> DC
DE --> Used
DM --> Used
AM --> Used
MDM --> Used
@enduml
| false | true | false | false | class |
a83e876e2ffc6ded10d076afab72835574fae6ef | 366b04c0ecc60f4f827ccc25cc47201652cf29e8 | /src/factories/factoryMethod/implementation_04/uml/Factory_04.puml | e1c03ef2328ac7562d401e383a75ee2936fcffc5 | [] | no_license | vitalispopoff/designPatterns | c14b6d222603d6873229b17254b4e001b1b23bac | 9d90e87ddbd6f964ba681c7bb13b94551383ff07 | refs/heads/master | 2022-11-16T10:20:38.580475 | 2020-06-20T21:36:16 | 2020-06-20T21:36:16 | 267,718,159 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 585 | puml | @startuml
+class ToyProducer{
+{field} Factory
--
+{method} Toy produceToy (String){constructToy(...)}
}
+abstract class Toy{
+{field} String toyName
+{field} boolean forGirls
--
}
package Toys {
+class ToyBall extends Toy{
}
+class ToyDoll extends Toy{
}
}
+interface Factory{
--
+{method} Toy constructToy(String)
}
+enum ToyType implements Factory{
BALL {constructToy(...)},
DOLL {constructToy(...)},
}
ToyProducer -right-* Toy
ToyProducer -up-o Factory
ToyType .up.> ToyBall
ToyType .up.> ToyDoll
@enduml | false | true | false | false | uml-unknown |
370f4978fca8046d1e966132a41955502e9eae9a | 9b97649137eb308e83c86f20a537e84e3bac42e5 | /src/main/diagramas_puml/colocarEjercitoEnPaisPropio.puml | 3912a381e9c7beed6d0c1b42ef67694f2bd98de3 | [
"MIT"
] | permissive | juanireil/algo3_tp2 | 3c8c2f724bbc4ea02f48ddcd358f1f758960fdbf | 199b47b4194222ecad2933e76695e5b2f295a1db | refs/heads/master | 2023-07-14T17:24:56.069727 | 2021-09-01T22:48:38 | 2021-09-01T22:48:38 | 382,445,125 | 0 | 0 | MIT | 2021-09-01T22:48:39 | 2021-07-02T19:35:17 | Java | UTF-8 | PlantUML | false | false | 291 | puml | @startuml colocarEjercitoEnPaisPropio
autonumber
Juego -> Jugador: colocarEjercitosEn(cantidadDeEjercitos, unPais)
Jugador -> Pais: colocarEjercitos(cantidadDeEjercitos, unaFicha)
Pais-> Ficha: esIgualA(unaFicha)
Pais <-- Ficha:True
Pais -> Pais: ejercitos += cantidadDeEjercitos
@enduml | false | true | false | false | sequence |
8e4088855526f085df5d4601589ec922291c66cb | f15fd2dd26637efbb02dda284673da9627066f11 | /themis/unlocking_seq.puml | eeebb969112db9e66131abb5f2a8f2d5cbc870a6 | [] | no_license | dhh1128/protocol | 19fb3563e8b1b1e64e2d151c98c7801016165d83 | 5ca68975acbd5ad82bb271026cb2e0de7d1eeb62 | refs/heads/master | 2020-03-14T00:09:27.968083 | 2019-10-04T15:47:17 | 2019-10-04T15:47:17 | 127,847,109 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 730 | puml | @startuml
actor Issuer as i
actor "ID Owner" as ido
actor "Relying Party" as rp
== Issuer Setup ==
i -> i : generate **locking_secret**\n""new_locking_secret()""
== Issuing ==
i -> ido : CRED_OFFER
i <- ido : CRED_REQUEST
i -> i : generate **credential*
i -> i : generate **locked_credential**\n""lock(credential, locking_secret)""
i -> ido : locked_credential
== Proving ==
ido -> rp : request access
ido <- rp : PROOF_REQUEST
ido -> ido : generate **locked_proof** \n""generate(locked_credential, ...)""
ido -> rp: locked_proof
i <- rp : UNLOCK_REQUEST(locked_token)
i -> i : generate **unlocked_token** from \n""unlock(locked_token, locking_secret)""
i -> rp: unlocked_token
rp -> rp: ""verify(proof, unlocked_token)""
@enduml | false | true | false | false | usecase |
4f1348078b03b2e3512c95b9bc245560b18d43ef | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/principle/composite/improve_composition/improve_composition.plantuml | 2d589a28bf16f66cd5c7c8386f2c477c07f81804 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 818 | plantuml | @startuml
title __IMPROVE_COMPOSITION's Class Diagram__\n
namespace com.atguigu.principle.composite {
namespace improve_composition {
class com.atguigu.principle.composite.improve_composition.A {
+ operation1()
+ operation2()
+ operation3()
}
}
}
namespace com.atguigu.principle.composite {
namespace improve_composition {
class com.atguigu.principle.composite.improve_composition.B {
+ depends()
}
}
}
com.atguigu.principle.composite.improve_composition.B o-- com.atguigu.principle.composite.improve_composition.A : a
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 |
caf58cccb6106d6f15cdd0ad8983209a12844c9c | 7e54066ce2b980f64d5d89c67a2c6d1b054dd689 | /docs/token-rating/school_agent_architecture.plantuml | 66859b7bd3689c69e873b7285a6cedca08afd6bc | [] | no_license | reTHINK-project/dev-java-hyperty | 1da1a59e8213794b7d446c855581ea6e9921f7bb | 68ab9fb39042d49b682b8ea044561c408b0a4a3c | refs/heads/master | 2022-12-13T05:20:07.877512 | 2019-06-28T11:12:05 | 2019-06-28T11:12:05 | 122,315,782 | 0 | 0 | null | 2022-12-08T07:36:54 | 2018-02-21T09:26:00 | Java | UTF-8 | PlantUML | false | false | 593 | plantuml | @startuml
node "School Cause Server" as dsmServer {
node "School Rating" as agent
node "School Stub" as schoolStub
interface school
node "Wallet" as wallet
}
node "Urban Sharing Platform" as usp {
}
node "Citizen Wallet Server" as citz {
interface "Citizen Wallet" as citzWallet
}
schoolStub -down-> usp : 1: get data / on new data
schoolStub -up-> school : 2: report
agent -down-> school : 3a: observe
agent --> citzWallet : 3b:observe
agent -> agent : 4: tokens rating
agent -up-> wallet : 5: lodge tokens
citz -> school : observe
wallet -> agent : onTokensAdded
@enduml
| false | true | false | false | sequence |
e1a6ea91e0cccb51f6d0db01984c8560f9e11ee1 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/diagrams/t9_verNotStartedYet.plantuml | 3ada869dc76edce8f860f8b7b077d5fcad70b055 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 549 | plantuml | @startuml
title __T9_VERNOTSTARTEDYET's Class Diagram__\n
package app.spec.t9_verNotStartedYet {
class ViewNotStartedYetTest {
+ init()
+ checkHasEmptyNonStartedYetList()
+ addNonStarted()
+ addComingEpisodes()
+ checkIfComingEpisode()
}
}
ViewNotStartedYetTest o-- Controller : controller
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 |
07ef4db964e38269e691a2f38f94b5f36e2a337e | 4c5fd78acb2fbbb924ef4e740ef7b60c3e48e25b | /src/main/puml/distributed-application.puml | e0429fd6fc163f8815c9dd865f6fb380a899687f | [] | no_license | vdmeer/ipc | e4d3b856a8ea115d6b23e10c4c3c4bfd7ef6dc3c | 154d1f720e56b9ae984d3a28b1daa70eb26b67e9 | refs/heads/master | 2020-05-20T07:29:23.403489 | 2019-05-21T16:16:51 | 2019-05-21T16:16:51 | 185,452,092 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 994 | puml | @startuml
hide members
hide circle
skinparam ClassArrowColor Black
skinparam ClassBorderColor Black
skinparam ClassFontColor Black
skinparam ClassFontName "Calibri Normal"
skinparam ClassFontSize 18
skinparam ClassBackgroundColor #ebe2d4
skinparam ClassBorderThickness 2
skinparam Shadowing false
skinparam Padding 4
skinparam SameClassWidth true
together {
class "Computing\nSystem"
class "Processing\nSystem"
class Resource
}
together {
class "Distributed\nApplication"
class "Distributed\nApplication\nUnit"
}
"Distributed\nApplication" *--> "Distributed\nApplication\nProcess"
"Distributed\nApplication" *-> "Distributed\nApplication\nUnit"
"Processing\nSystem" *-> "Distributed\nApplication"
"Distributed\nApplication\nProcess" *-> "Application\nTask"
"Distributed\nApplication\nUnit" ..> "Application\nTask" : "executes as"
"Application\nTask" .> Resource : manages
"Computing\nSystem" *--> "Processing\nSystem"
"Processing\nSystem" *--> "Resource"
@enduml
| false | true | false | false | class |
f107626cb06128992edf93c4bc5cba554beeed57 | a9addcf84f053c5f4d342d0a94dc5c46eac0b101 | /analyse/diagrammes/DiagrammeSequenceSecretaire.plantuml | 8d1c66bd5e388e52f56a26ccb345ea7b90c3b057 | [] | no_license | IUT-Blagnac/bcoo-retro2021-bcoo-retro2021-g16 | 28992fca9a1d225398ebd1cc7bd10ca5b8cb1060 | 45028e1bc96edbbb5af7d844caa430afa2cb0071 | refs/heads/master | 2023-06-07T22:05:39.653102 | 2021-06-21T14:11:26 | 2021-06-21T14:11:26 | 365,143,142 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 827 | plantuml | @startuml
autonumber
actor secretaire
secretaire -> systeme: connection
activate systeme
systeme -> profilEnseignant: connection
activate profilEnseignant
profilEnseignant -> profilEnseignant: identification
profilEnseignant --> systeme: identificattion valider
systeme --> secretaire: connecter
secretaire -> systeme: modifier information
systeme -> profilEnseignant: modification des information
profilEnseignant -> profilEnseignant: sauvegarde modification
profilEnseignant --> systeme: modification sauvegarder
systeme --> secretaire: profil modifier avec succès
secretaire -> systeme: definire un module
systeme -> profilEnseignant: module
profilEnseignant -> profilEnseignant: enregistrement du module
profilEnseignant --> systeme: module enregistre
systeme --> secretaire: module defini avec succès
@enduml
| false | true | true | false | sequence |
81c96c6fc1d284a57113321a5c47244dc8dbfb77 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/minilatedeliveryandpenalty@0.6.0.puml | 99d58b49d3fc0f277178a08033197b5cabd7f0cc | [
"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 | 833 | puml | @startuml
class org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause << (A,green) >> {
+ Party buyer
+ Party seller
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Duration maximumDelay
}
org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause --|> org.accordproject.contract.Clause
class org.accordproject.minilatedeliveryandpenalty.LateRequest << (T,yellow) >> {
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.minilatedeliveryandpenalty.LateRequest --|> org.accordproject.runtime.Request
class org.accordproject.minilatedeliveryandpenalty.LateResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.minilatedeliveryandpenalty.LateResponse --|> org.accordproject.runtime.Response
@enduml
| false | true | false | false | class |
cd8d256c4b4115928d6b81c035a68c7f1a4ed3c6 | 2361ebb37e54bdb2d3657d93cc9466646665b747 | /part0/0.4_new_note.puml | c739597f993c2f3994da45c2afdbf2048dabbb60 | [] | no_license | qbosen/openfullstack2020 | 99a991013cee5561b8aad57e677395f067c3ce8c | 8f7f8aa13712e893d3032b5ff77ad35d4d4e0dc0 | refs/heads/master | 2023-01-05T13:26:11.891170 | 2020-11-01T15:29:37 | 2020-11-01T15:29:37 | 307,923,004 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 840 | puml | @startuml
browser -> server: HTTP POST https://studies.cs.helsinki.fi/exampleapp/new_note
server --> browser: 302[Moved Temporarily] location: /exampleapp/notes
browser -> server: HTTP GET https://studies.cs.helsinki.fi/exampleapp/notes
server --> browser: HTML-code
browser -> server: HTTP GET https://studies.cs.helsinki.fi/exampleapp/main.css
server --> browser: main.css
browser -> server: HTTP GET https://studies.cs.helsinki.fi/exampleapp/main.js
server --> browser: main.js
note over browser
browser starts executing js-code
that requests JSON data from server
end note
browser -> server: HTTP GET https://studies.cs.helsinki.fi/exampleapp/data.json
server-->browser: [{"content":"note 1","date":"2020-10-27T17:03:58.916Z"},...]
note over browser
browser executes the event handler
that renders notes to display
end note
@enduml | false | true | false | false | sequence |
1c585d4f467690212821695233560459f107b621 | 388b01c340e093c0673c5b11e90bf01c2cdf8f63 | /3.3.ModelViewPresenter - PresentationModel - WithoutDoubleDispatching/diagrams/MasterMind.puml | 591de0bdc0a9ee7721f04a5b4211961d85b93062 | [] | no_license | Master-Desarrollo-20-21/diseno-oo-ejercicio-3-mastermind-separacion-de-controladores-jmanuelsoberano | c6ebde5dde134d0c44897603099841939051b484 | 8d7ac362cc6b527801719a19e15e08efd96747f8 | refs/heads/main | 2023-03-21T05:55:11.108068 | 2021-03-15T06:14:10 | 2021-03-15T06:14:10 | 322,950,684 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,751 | puml | @startuml
abstract class MasterMinde {
- Logic logic
- View view
+ MasterMinde()
# abstract View CreateView(Logic logic)
+ void Play()
}
class ConsoleMasterMinde {
}
class GraphicsMasterMinde {
}
package MasterMind.Models {
class Board {
- {static} int MAX_ATTEMPTS
- SecretCombination secretCombination
- List<ProposedCombination> proposedCombinations
- List<Result> results
- int attempts
+ Board()
+ void Reset()
+ void AddProposedCombination(ProposedCombination proposedCombination)
+ Boolean IsWinner()
+ Boolean IsLooser()
+ Boolean IsFinished()
+ int GetAttemps()
+ Result GetResult(int position)
+ ProposedCombination GetProposedCombination(int position)
}
abstract class Combination {
- {static} readonly int WIDTH
# List<Color> Colors
# Combination()
+ {static} int GetWidth()
}
class ProposedCombination {
+ Boolean Contains(Color color, int position)
+ Boolean Contains(Color color)
+ List<Color> GetColors()
}
class Result {
+ const int WIDTH
- int blacks
- int whites
+ Result(int blacks, int whites)
+ Boolean IsWinner()
+ int GetWhites()
+ int GetBlacks()
}
class SecretCombination {
+ SecretCombination()
+ Result GetResult(ProposedCombination proposedCombination)
}
class State {
- StateValue stateValue
+ State()
+ void Reset()
+ void Next()
+ StateValue GetStateValue()
}
}
package MasterMind.Utils {
class Consola {
- {static} readonly Consola console
+ {static} Consola GetInstance()
+ String ReadString(String title)
+ String ReadString()
+ int ReadInt(String title)
+ char ReadChar(String title)
+ void WriteLine()
+ void Write(String cadena)
+ void WriteLine(String cadena)
+ void Write(char character)
}
class YesNoDialog {
- const char AFFIRMATIVE
- const char NEGATIVE
- {static} readonly string SUFFIX
- {static} readonly string MESSAGE
- private char answer
+ Boolean Read(String message)
- Boolean IsAfirmative()
- char GetAnswer()
- Boolean IsNegative()
}
}
package MasterMind.Types {
class Color {
+ {static} readonly Color RED
+ {static} readonly Color BLUE
+ {static} readonly Color YELLOW
+ {static} readonly Color GREEN
+ {static} readonly Color ORANGE
+ {static} readonly Color PURPLE
+ {static} readonly Color NULL
- char initial
- static IEnumerable<Color> Values
- Color(char initial)
+ {static} String GetInitials()
+ {static} Color GetInstance(char character)
+ {static} int Length()
+ {static} Color Get(int index)
+ Boolean IsNull()
+ string ToString()
}
class Error {
+ {static} readonly Error DUPLICATED
+ {static} readonly Error WRONG_CHARACTERS
+ {static} readonly Error WRONG_LENGTH
+ {static} readonly Error NULL
- String message
- Error(String message)
+ Boolean IsNull()
+ string ToString()
}
class Message {
+ {static} readonly Message ATTEMPTS
+ {static} readonly Message RESUME
+ {static} readonly Message RESULT
+ {static} readonly Message PROPOSED_COMBINATION
+ {static} readonly Message TITLE
+ {static} readonly Message WINNER
+ {static} readonly Message LOOSER
+ {static} readonly Message SECRET
- string value
- Message(string message)
+ string ToString()
}
class StateValue {
+ {static} StateValue INITIAL
+ {static} StateValue IN_GAME
+ {static} StateValue RESUME
+ {static} StateValue EXIT
- string value
+ {static} IEnumerable<StateValue> Values
- StateValue(String value)
+ int Ordinal()
+ String ToString()
}
}
package MasterMind.Views {
abstract class View {
+ void Interact()
}
}
package MasterMind.Views.Console {
class ConsoleView {
- StartView startView
- PlayView playView
- ResumeView resumeView
+ ConsoleView()
}
class StartView {
+ void Interact(StartController startController)
}
class SecretCombinationView {
- Controller controller;
+ SecretCombinationView(Controller controller)
+ void WriteLine()
}
class ResumeView {
+ void Interact(ResumeController resumeController)
}
class ResultView {
- PlayController playController
+ ResultView(PlayController playController)
+ void WriteLine(int position)
}
class ProposedCombinationView {
- PlayController playController
+ ProposedCombinationView(PlayController playController)
+ void Write(int position)
+ List<Color> Read()
}
class PlayView {
+ void Interact(PlayController playController)
}
class BoardView {
- PlayController playController
+ BoardView(PlayController playController)
+ void Write()
}
}
package MasterMind.Views.Graphics {
class GraphicsView {
+ GraphicsView(Controller controller) )
}
}
package MasterMind.Controllers {
class Logic {
- Board board
- State state
- Dictionary<StateValue, Controller> controllers
+ Logic()
+ Controller GetController()
}
abstract class Controller {
# Board Board
# State state
+ Controller(Board board, State state)
+ int GetWidth()
+ void Next()
+ abstract bool IsNull()
}
class PlayController {
+ PlayController(Board board, State state)
+ void AddProposedCombination(List<Color> combination)
+ int GetBlacksResult(int position)
+ int GetWhitesResult(int position)
+ List<Color> GetColorsProposedCombination(int position)
+ int GetAttemps()
+ bool IsFinished()
+ Error CheckError(string combination)
+ bool IsLooser()
+ bool IsWinner()
}
class ResumeController {
+ ResumeController(Board board, State state)
+ void Reset()
}
class StartController {
+ StartController(Board board, State state)
}
class NullController {
+ NullController(Board board, State state)
}
}
MasterMinde *--> View
MasterMinde *--> Logic
MasterMinde ..> Controller
MasterMinde <|-- ConsoleMasterMinde
MasterMinde <|-- GraphicsMasterMinde
Logic *--> Board
Logic *--> State
Logic o--> Controller
Logic ..> StartController
Logic ..> PlayController
Logic ..> ResumeController
Logic ..> NullController
Logic ..> StateValue
Controller *--> Board
Controller *--> State
Controller ..> Combination
Controller <|-- StartController
Controller <|-- PlayController
Controller <|-- ResumeController
Controller <|-- NullController
PlayController ..> Color
PlayController ..> ProposedCombination
PlayController ..> Error
GraphicsMasterMinde ..> GraphicsView
ConsoleMasterMinde ..> ConsoleView
View ..> Controller
View <|-- GraphicsView
View <|-- ConsoleView
ConsoleView *--> StartView
ConsoleView *--> PlayView
ConsoleView *--> ResumeView
ConsoleView ..> StartController
ConsoleView ..> PlayController
ConsoleView ..> ResumeController
StartView ..> StartController
StartView ..> Consola
StartView ..> SecretCombinationView
StartView ..> Message
SecretCombinationView *--> Controller
SecretCombinationView ..> Consola
SecretCombinationView ..> Message
ResumeView *--> ResumeController
ResumeView ..> YesNoDialog
ResumeView ..> Message
ResultView *--> PlayController
ResultView ..> Consola
ResultView ..> Message
ProposedCombinationView *--> PlayController
ProposedCombinationView ..> Color
ProposedCombinationView ..> Consola
ProposedCombinationView ..> Error
ProposedCombinationView ..> Message
PlayView ..> PlayController
PlayView ..> ProposedCombinationView
PlayView ..> BoardView
BoardView *--> PlayController
BoardView ..> SecretCombinationView
BoardView ..> ProposedCombinationView
BoardView ..> ResultView
BoardView ..> Consola
BoardView ..> Message
YesNoDialog ..> Consola
Board *--> SecretCombination
Board o--> ProposedCombination
Board o--> Result
Combination o--> Color
Combination <|-- ProposedCombination
Combination <|-- SecretCombination
SecretCombination ..> ProposedCombination
SecretCombination ..> Result
@enduml
| false | true | false | false | class |
2ccc44321ed6cd39120aee8757f26678f4140693 | 41bf54743064e61990c7bfb2bbe1070c02c0d6e5 | /app/UML/Class Diagram/ClassDiagram.puml | 09d93066a92e19bdf4d4d61ef70f76c1da6e9102 | [] | no_license | ultiferrago/ElStudioGato | 4206f43fa11867837591cde288638885297350fb | 15c91c8a6859b513c5f4d2f2b8da2e76abff978e | refs/heads/master | 2021-01-23T13:30:39.323136 | 2015-05-04T01:23:11 | 2015-05-04T01:23:11 | 34,616,703 | 0 | 0 | null | 2015-04-30T22:32:19 | 2015-04-26T15:07:16 | Java | UTF-8 | PlantUML | false | false | 1,628 | puml | @startuml
class SplashActivity {
onCreate()
}
class Subject {
subjects : ArrayList<Subject>
currentSubject : Subject
myDB : SQLiteDatabase
onCreateView()
showList()
refresh()
}
class SubjectAdapter {
subjects : ArrayList<Subject>
genereateList()
clickSubject()
}
class Section {
sections : ArrayList<Section>
currentSubject : Subject
myDB : SQLiteDatabase
onCreateView()
showList()
refresh()
}
class SectionAdapter {
section : ArrayList<Section>
genereateList()
clickSection()
}
class Notecard {
mRecyclerView : RecyclerView
mSwipeRefreshLayout : SwipeRefreshLayout
dbHelper : DatabaseHelper
myDB : SQLiteDatabase
notecardList : ArrayList<Note>
onCreateView()
createNoteDialog()
refreshContent()
}
class NotecardEdit {
dbHelper : DatabaseHelper
myDB : SQLiteDatabase
notecardList : ArrayList<Note>
mRecyclerView : RecyclerView
onCreateView()
}
class NotecardAdapter {
notecardList : ArrayList<Note>
correct : View
incorrect : View
genereateList()
clickCard()
showAnswer()
}
class Delete {
currentView : View
createDialog : Dialog
onCreateView()
}
Subject "1" o--- "*" Section : contains
Section "1" o-- "*" Notecard : contains
NotecardAdapter "1" -- "1" Notecard : <<create>>
SubjectAdapter "1" -- "1" Subject : <<create>>
SectionAdapter "1" -- "1" Section : <<create>>
Delete -- "*" Subject : deletes
Delete -- "*" Section : deletes
Delete -- "*" Notecard : deletes
SplashActivity "1" -- "1" Subject : loads
Notecard "*" -- NotecardEdit : ^ changes
@enduml | false | true | false | false | class |
9a9295c82aeab7f66aa870ee5185e275304f0fbb | 12aea82a7622027dd534697648414a6807c50499 | /public/images/2021-02-15-uml1.puml | 1ceaeee52befcacb6864f59a61c4691366da3b71 | [] | no_license | appkr/blog | 5db7381d19245e247156b563a2a2739a73570097 | c5c2ac518c4a0be4043561f9728450fbe5f36d82 | refs/heads/master | 2023-05-26T07:30:32.071734 | 2023-05-21T09:59:31 | 2023-05-21T09:59:31 | 50,938,568 | 2 | 4 | null | 2020-07-15T13:52:38 | 2016-02-02T17:33:03 | HTML | UTF-8 | PlantUML | false | false | 792 | puml | @startuml
package App {
class TokenAuthenticate {
- tokenParser: TokenParser
+ handle(Request, Closure): Closure
}
}
package Infra {
class TokenExtractor {
+ {static} extract(Request): string
}
class TokenParser {
+ tokenKeyProvider: TokenKeyProvider
+ parse(jwtString: string): Token
}
class Token {
- tokenString: string
- userName: UUID
- exp: Carbon
- iat: Carbon
- jti: string
}
interface TokenKeyProvider {
+ getKey(): string
}
}
package JWT {
class JWT {
+ decode(jwtString: string, publicKey: string, algorithm: string[]): stdClass
}
}
TokenAuthenticate --> TokenExtractor
TokenAuthenticate --> TokenParser
TokenParser --> TokenKeyProvider
TokenParser --> Token
Token --> JWT
@enduml
| false | true | false | false | class |
c889c65b89a50d382dec9adebb410b7fde7837d0 | f1043bbb871f3e3a5dd14feae76075162bf62678 | /diagramas/clases/clase_htmlserver.plantuml | 925e31f22b7f8a374b6b289352ace975ca2d7022 | [
"MIT"
] | permissive | diegosanchez/invap-modulo-uml | cd9e7329f3a4ff6bfbee36249ac936b50e3ed2f8 | 7ba9b07cde50a655df58de80801b48d8b47f8a06 | refs/heads/main | 2023-07-17T06:16:50.063408 | 2021-08-25T12:43:12 | 2021-08-25T12:43:12 | 396,763,438 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | plantuml | @startuml
!$Dispatch = "Despacho"
package "$Dispatch" {
package WebApp {
class HtmlServer {
+ login(id : string, pwd : Credencial)
}
}
}
@enduml
| false | true | false | false | class |
8fd42822cc3228f8c972ab9266ceae7f8446a070 | 1678cb31e15af1ed09c2b574be14e829fb5cebec | /uml/controller.puml | 70a6a0dc856121a39d6f29669e1100536d37e94b | [
"Apache-2.0"
] | permissive | swarmcom/webDataEngine | be386b69e12888312b4c14305a6db14035a44ed2 | 3c7838c8f3a142a0369a7048fb0f25cdb5365ced | refs/heads/master | 2020-05-22T04:27:56.291589 | 2019-03-06T07:58:21 | 2019-03-06T07:58:21 | 64,225,157 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,233 | puml | @startuml
abstract class controllers.EntityController extends play.mvc.Controller {
abstract BeanDomain getByNameAbstract(String name)
abstract BeanDomain getByIdAbstract(String id)
abstract Long deleteByNameAbstract(String name)
abstract Long deleteListAbstract()
abstract BeanDomain modifyByNameAbstract(String name)
abstract BeanDomain modifyByIdAbstract(String id)
}
abstract class controllers.ModeledEntityController extends controllers.EntityController {
protected abstract BeanDomain addAbstract(String model)
protected abstract List<? extends BeanDomain> listAbstract(String model)
protected abstract ArrayNode listArrayAbstract(String model)
public abstract Result getTemplateByModel(String key, String model);
protected abstract String getDefaultsJSON(String model);
}
abstract class controllers.SimpleEntityController extends controllers.EntityController {
protected abstract BeanDomain addAbstract()
protected abstract List<? extends BeanDomain> listAbstract()
protected abstract ArrayNode listArrayAbstract()
public abstract Result getTemplate(String key);
protected abstract String getDefaultsJSON();
}
interface api.service.AccountService {
Account getAccount (String accountName);
Account getAccountById (String accountId);
Account createAccount ();
Account saveAccount(Account account);
Long deleteAccount(String accountName);
Long deleteAccounts(Collection<String> accountIds);
List<? extends Account> getAccounts();
}
interface api.service.PhoneService {
Phone getPhone(String accountId ...);
Phone createPhone(String accountId ...);
Phone savePhone(String accountId ...);
getPhones(String accountId);
getPhones(String accountId, String model);
Phone getPhoneById (String accountId ...);
Long deletePhone(String accountId ...);
Long deletePhones(String accountId ...);
}
class controllers.Accounts extends controllers.SimpleEntityController {
AccountService accountService
}
class controllers.Phones extends controllers.ModeledEntityController {
PhoneService phoneService
}
api.service.AccountService .> controllers.Accounts
api.service.PhoneService .> controllers.Phones
@enduml | false | true | false | false | class |
394662ccb856ab4d2632a3282ce27501b9946f55 | bfd65d42f1b8e8e5a1bfc111c9d3fb0951e8dacb | /docs/src/CSPI.puml | b9fd720012d0ebfae01475806d1a73943a2980b1 | [] | no_license | AlexanderSergeevich1985/SOA-ESPS | 8682e2cfe4b9e21def703fbe94cb1e1492ca8c0f | 4c19fbecec17364ee46b69923da28ad419530348 | refs/heads/master | 2023-05-02T04:13:49.970398 | 2023-01-11T22:49:41 | 2023-01-11T22:49:41 | 163,023,396 | 1 | 0 | null | 2023-04-21T20:44:01 | 2018-12-24T21:04:20 | Java | UTF-8 | PlantUML | false | false | 1,047 | puml | @startuml
agent client as "Client"
node gateway as "API Gateway"
node auth as "Authentication and \nauthorization service"
node config as "Configuration service"
node register as "Registration and \ndiscovery service"
database crepo [
Configuration \n repository
]
node distrib [
<color:blue> Data packet distribution service</color>
----
----
<color:green>Load balancer and fault prevention</color>
]
node process1 as "Data process \nservice 1"
node processN as "Data process \nservice N"
node aggregation [
Output grouped message \n aggregation service
]
client --> gateway
gateway --> auth
gateway --> config
gateway --> register
auth --> config
auth --> register
config <--> crepo
gateway --> distrib
client --> distrib
distrib --> auth
distrib --> config
distrib --> register
distrib --> process1
process1 --> config
process1 --> register
distrib --> processN
processN --> config
processN --> register
process1 --> aggregation
processN --> aggregation
aggregation --> distrib
aggregation --> config
aggregation --> register
@enduml | false | true | false | false | sequence |
218085986f8e3fcd833596d9bed2538c54a85539 | d1189421c14c70164d1575a97ebad7c8bfad28bb | /tests/enum.puml | d7d5902649da01ee539aff333799c001233af629 | [
"MIT"
] | permissive | rslotb/puml-code-generator | 7512192f0c5baccb583c0d2fc0951da2561077bd | 3d830c18aa4f242ddf2336516b9131df63788514 | refs/heads/master | 2020-04-06T18:59:53.842519 | 2019-02-18T14:25:32 | 2019-02-18T14:25:32 | 157,721,441 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 336 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class ArrayList {
Object[] elementData
size()
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@enduml | false | true | false | false | class |
f235c0e884adf2e2f92101e3aefcc410506120d2 | bde7fa04e93bc1d3094ab7c3c387e4cc5866a504 | /src/main/PlantUML/ex42/plantUML.puml | a8b7624066e679f32d86459fbb00db1533ce061f | [] | no_license | yabdelbary/Abdelbary-cop3330-Assighment3 | e8b0d2e71191ae4814a6fd2486934356b5e83498 | b443e5f0823740b52c204a82e2bd2ac906bd4674 | refs/heads/master | 2023-08-07T03:52:14.676188 | 2021-10-12T03:05:53 | 2021-10-12T03:05:53 | 416,163,686 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 149 | puml | @startuml
'https://plantuml.com/class-diagram
class App
{
+main( String[] args )
+readAndParseFile()
+printTable(String tableContent)
}
@enduml | false | true | false | false | class |
a080c1960a390e6666233410ab4b4f682c0b7acf | 34ed451bb0fa30133bacbcd1327aef7e90629993 | /src/uml/composite.puml | 9017fa0d8b4ba6a36de403a3257fa2b04b5cc338 | [
"MIT"
] | permissive | portduport/design-pattern-ds-2 | f8c4c1cf6659ea6c65bf90736d4be7f55584e4ec | 11ac5376487359ccc3b9bdae4acee4344fd56234 | refs/heads/main | 2023-03-08T23:53:03.412475 | 2021-02-19T22:46:20 | 2021-02-19T22:46:20 | 340,375,646 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 669 | puml | @startuml Composite
interface ComposantRequeteHttp {
+ afficher() : String
}
class RequeteHttp{
- children : ComposantRequeteHttp
+ add(ComposantRequeteHttp)
+ remove(ComposantRequeteHttp)
+ getComposant() : String
+ afficher() : String
}
class Url{
- path : String
+ afficher() : String
}
class Header{
- header : HashMap
+ convertWithIteration
+ afficher() : String
}
class Body{
- content : String
+ afficher() : String
}
RequeteHttp "1" *-- "many" ComposantRequeteHttp
ComposantRequeteHttp <|-- RequeteHttp
ComposantRequeteHttp <|-- Url
ComposantRequeteHttp <|-- Header
ComposantRequeteHttp <|-- Body
@enduml | false | true | false | false | class |
0360813495f77762b1ca0ab8b5bd91a94d5b2367 | 90b892228528e338fe1338a9e82147a16d482895 | /SequenceDiagram.puml | 7a79c551c0d75303fa7051867b679140e562ae67 | [] | no_license | OlesiaGuk/AcademIT_SW-task9_PhoneBookHibernate | 7965904b9b54145f6b954924bea3a8eed6ccddd4 | d82b015553ed7994b62e9121301ed1a5345dd11c | refs/heads/master | 2022-11-05T01:45:24.823869 | 2020-06-24T15:03:05 | 2020-06-24T15:03:05 | 273,526,840 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 508 | puml | @startuml
actor User
participant "Client\n (browser)" as Client
participant Server
database Database
==Display==
User->Client: load contacts
Client->Server: getContacts
Server->Database: select
Database-->Server: contactList
Server-->Client: contactList
Client-->User: contactList
==Add==
User->Client: add contact
Client->Server: addContact
Server->Database: create
Server-->Client: ContactValidation
==Delete==
User->Client: delete contact
Client->Server: deleteContact
Server->Database: update
@enduml | false | true | false | false | usecase |
34adc3c88606e1f96fa5c2d723a6c9b727ce4880 | 49471026595c68e2355035d01aeb30b483832f35 | /PlantUML/ClassLoader/ClassLoader.puml | 05fd3b625ddba8d9efb46e441bf703b2f6a8798a | [] | no_license | IvesJ/Note | 1dca8bfe691759dc7385568950969652e763c4a1 | 9c2be2463dd2850077585a9fd61fabce44012769 | refs/heads/master | 2023-08-30T17:23:18.220393 | 2021-10-15T16:13:54 | 2021-10-15T16:13:54 | 417,546,166 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
abstract class ClassLoader {
# loadClass(String name, boolean resolve)
# findClass(String name)
}
class BaseDexClassLoader {
- DexPathList pathList
# findClass(String name)
}
class DexClassLoader {}
class PathClassLoader {}
class DexPathList {
- Element[] dexElements
+ findClass(String name, List<Throwable> suppressed)
}
class Element {
- DexFile dexFile
+ findClass(String name, ClassLoader definingContext, List<Throwable> suppressed)
}
ClassLoader <|-down- BaseDexClassLoader
BaseDexClassLoader <|-down- DexClassLoader
BaseDexClassLoader <|-down- PathClassLoader
BaseDexClassLoader o-left-> DexPathList
DexPathList +-- Element
@enduml | false | true | false | false | class |
8c5ef178f7bcdf1c28eafb1915285b9d9d05d487 | 437bace50de0b58ab86ba10a7889dc26e29ce233 | /assets/threads-wait-notify.plantuml | 452a8d1dd45004984bde7e87d069e911d67e876c | [
"MIT"
] | permissive | hubwoop/ohm-softa.github.io | 879967ce1e1f609ba168d5fe1e4de0637d932f4a | 684676a72ed310eb501c55769a77435a5b15310f | refs/heads/master | 2020-06-02T13:38:01.709897 | 2019-06-20T16:38:51 | 2019-06-20T16:38:51 | 191,172,998 | 1 | 0 | MIT | 2019-06-10T13:25:37 | 2019-06-10T13:25:36 | null | UTF-8 | PlantUML | false | false | 510 | plantuml | @startuml
activate threadA
threadA --> threadA : doSomething()
threadA --> lock : lock.wait()
deactivate threadA
activate lock
activate threadB
threadB --> threadB : doOtherThings()
threadB --> lock : lock.notify()
lock --> threadA
deactivate lock
activate threadA
threadB --> lock : lock.wait()
activate lock
deactivate threadB
threadA --> threadA : doSomething()
threadA --> lock : lock.notify()
lock --> threadB
deactivate lock
activate threadB
threadB --> threadB : dOtherThings()
...
@enduml
| false | true | false | false | sequence |
4bda92652c43ba922b84503e0de95c2cc20cd4fd | f4cdd5f5b4bf31ae281288e25b37bc771575823d | /images/03/retrieve_contentInstanceLabel.puml | 43a76b991370a917471d36aaf86bd875df97b759 | [
"BSD-3-Clause"
] | permissive | ankraft/onem2m-jupyter-notebooks | 9af20d3c8e802c71133a78837696efcc20ccb8ed | 6481b757e7fc6ff718ae7a30ed0bc4256e8abf67 | refs/heads/master | 2023-08-17T15:32:45.684608 | 2023-08-07T12:32:16 | 2023-08-07T12:32:16 | 174,227,639 | 5 | 3 | BSD-3-Clause | 2023-08-30T00:06:12 | 2019-03-06T21:59:19 | Python | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
hide footbox
!theme plain
skinparam backgroundcolor transparent
participant "Notebook\nAE" as AE
participant "CSE" as CSE
AE -> CSE: RETRIEVE <contentInstance>\ncse-in/Notebook-AE/Container\nlbl=..., child resource
CSE --> CSE: Collect\nresources
AE <- CSE: Response
@enduml | false | true | false | false | sequence |
ba7add2dc23b151ca0c7893339bfe841b7ba3432 | d68b1330ef8ce59c635f4692417a9192d5206942 | /framework/src/main/java/no/ntnu/idi/apollo69framework/uml/generated/apollo69framework.plantuml | 68e93490508c83f1bf0f7e8a3ba3c592873ea451 | [
"MIT"
] | permissive | GardSteinsvik/apollo-69 | 847f74b762383641db20214ff7b5281c9d63f130 | 96cbf617618075a54613112bc8c0b34215fd50f7 | refs/heads/master | 2021-02-12T20:21:06.214711 | 2020-04-27T16:02:37 | 2020-04-27T16:02:37 | 244,626,902 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,188 | plantuml | @startuml
namespace no.ntnu.idi.apollo69framework {
class Apollo69Framework {
{static} + getMessageClasses()
}
class MessageClassListHolder {
{static} - CLASSES_SINGLETON : List<Class>
}
class GameObjectDimensions {
{static} + ASTEROID_HEIGHT : float
{static} + ASTEROID_WIDTH : float
{static} + GAME_RADIUS : int
{static} + GEM_HEIGHT : float
{static} + GEM_RADIUS : float
{static} + GEM_WIDTH : float
{static} + INNER_RADIUS : int
{static} + POWERUP_HEIGHT : float
{static} + POWERUP_RADIUS : float
{static} + POWERUP_WIDTH : float
{static} + SHOT_HEIGHT : float
{static} + SHOT_WIDTH : float
{static} + SPACE_SHIP_HEIGHT : float
{static} + SPACE_SHIP_WIDTH : float
}
class HelperMethods {
{static} + getRandomNumber()
{static} + getRandomPosition()
}
}
no.ntnu.idi.apollo69framework.Apollo69Framework +-down- no.ntnu.idi.apollo69framework.Apollo69Framework.MessageClassListHolder
@enduml
| false | true | false | false | class |
85b590d7d70293cc2bee93f665294a50ebff4ba7 | f16bbddd5bab88fa7b338cf125ebfb11d8518e54 | /Tower_Defense_Maxime_LANGLET/src/sample/sequence_Waves.puml | 7a3ec87ee671c8f8b77db7cc5a8371fc7765b5a5 | [] | no_license | Maxlanglet/Tower-Defense-with-JAVAFX | 4a56f702f792b4b602a852eb8e0452a5064c48e0 | 1e96def9a690499ec3ac8c0e5e099264315b1b97 | refs/heads/master | 2022-06-26T03:50:20.730985 | 2020-05-11T16:53:25 | 2020-05-11T16:53:25 | 263,100,332 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 865 | puml | @startuml
'Ces diagrammes n'ont pas été généré automatiquement mais c'est moi même qui ait coder '
'ces diagrammes'
activate Waves
activate grid
activate Ressources
alt isNewWave=true
Waves -> grid: clear_arrays()
Waves -> grid: spawn_wave()
Waves -> PNJ: new PNJs()
activate PNJ
end
PNJ -> Ressources: doDammage()
activate Ressources
deactivate Ressources
alt ship Health<=0
PNJ --> Waves: setGameOver()
deactivate PNJ
alt isNewLevel
Waves->grid: newLevel()
Waves->Ressources: newLevel()
activate Ressources
deactivate Ressources
else !isNewLevel
Waves->grid: setGameOver()
Waves->GameOver: new GameOver()
activate GameOver
deactivate Waves
grid->grid: clear_arrays()
deactivate grid
end
end
GameOver->Ressources: save()
deactivate Ressources
@enduml | false | true | true | false | sequence |
6df39d0be439cc155ca1431beef0b5698394cff4 | cc91326b571de00d85ffe87db937aa25d00c8cc7 | /uml/structure.puml | a75b550a7dcc587676cdf07c5c88e51e0a12dccb | [] | no_license | xshoji/docker-envoy-sample | c358d0924441a39a6818a05aef8f34c1e4e20ccd | 7bbbc0ccbc6416478437602b5301bdfa554bc505 | refs/heads/master | 2021-05-22T16:54:15.638341 | 2020-04-05T13:28:50 | 2020-04-05T13:28:50 | 253,010,991 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,010 | puml | @startuml
title structure
'==============================
' Setting
'==============================
left to right direction
'==============================
' Definition
'==============================
actor User
node Mac as Mac {
component ":80" as MacInputPort
}
cloud Docker {
node "envoy" <<container>> as EnvoyFront {
component ":10000" as EnvoyFrontInputPort1
component ":9000" as EnvoyFrontInputPort2
}
node front <<container>> as Front {
component ":8080" as FrontInputPort
}
node app1 <<container>> as App1 {
component ":8081" as App1InputPort
}
node app2 <<container>> as App2 {
component ":8082" as App2InputPort
}
}
'==============================
' Relation
'==============================
User --> MacInputPort
MacInputPort --> EnvoyFrontInputPort1
EnvoyFrontInputPort1 --> FrontInputPort
FrontInputPort --> EnvoyFrontInputPort2
EnvoyFrontInputPort2 --> App1InputPort
EnvoyFrontInputPort2 --> App2InputPort
'------------
' layout
@enduml
| false | true | false | false | sequence |
ae6e0b5ac6231f8f1ac5801afc637d2f088f8f88 | 42a940c1ec1c110340d9156d4a020d09a2921204 | /docs/uml/ucJoinActivity.puml | 83b84ef81028a97a8ca418efc512e2ca531a3447 | [
"Apache-2.0"
] | permissive | bbengracio/bot | 9b3cb2a8350e34d95d432a95e1fdfbf4e2058b9a | af484c1ab1ed17ecc14e54334d1f8ef9b6a92eb0 | refs/heads/main | 2023-06-22T11:50:14.086373 | 2021-07-16T22:28:45 | 2021-07-16T22:28:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 309 | puml | @startuml
title Join Activity: use case normal flow
User --> Bot: types: !o join alias
Bot --> Activity: sends the alias and the user id
Activity --> Bot: confirms and returns the status of each user (contributing, waiting, blocked, etc.)
Bot --> User: confirms and returns the status of each user
@enduml | false | true | false | false | sequence |
6d84ae87fe8c4c4507578200d08c5181916d6da5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AnonymousIdAlreadyInUseError.puml | 53bbd27462c9efc06915921f8f779f578bf17a03 | [] | 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 | 443 | 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 AnonymousIdAlreadyInUseError [[AnonymousIdAlreadyInUseError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
fd7857ee56332e7a4a4fe9e1ef8d0992b9e84e30 | c485c299ed38c9c38c185c755828ff4e6163c419 | /Assets/Project/PlantUML/GameState.puml | 2f58cad1a873b3c434968f191d3454478e1552e6 | [
"MIT"
] | permissive | VeyronSakai/ML-Agents_BombBattle | a383d621f399aeb01980088b48ff3ca29fa4d660 | 5001fdc198f0b63716823db67efd71def10a39c2 | refs/heads/master | 2020-06-01T07:32:46.827942 | 2019-06-07T07:30:58 | 2019-06-07T07:30:58 | 190,700,889 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 142 | puml | @startuml GameState
[*] -> Home
Home -> Start
Start -> Play
Play -> Result
Play --> Pause
Pause --> Play
Result -> Home
Play -> Home
@enduml | false | true | false | false | uml-unknown |
735da4ee0c04d87ac8167af6070f64e99cc924a4 | 5b38edd308a27ce57bea40be47ddc691891536f6 | /src/main/java/com/example/biblioteca/DiagramsUML/CreateResourceDS.puml | ecfd64a723b312cc33dd4e18b270e537383eb3e3 | [] | no_license | cy-perez/Biblioteca-SBMongoDB | 1fcf15db1e99d8402976ea78eac85174627be7b9 | ff1879722a2397450cd80c92ece1fe094655fcf3 | refs/heads/main | 2023-06-18T00:24:23.596543 | 2021-07-15T00:47:03 | 2021-07-15T00:47:03 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 772 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
skinparam actorStyle awesome
mainframe **Create resource**
actor Administrator
control ResourceController
entity Resource
participant "ResourceServiceCRUD" as ResourceServiceCRUD
activate ResourceServiceCRUD #DarkSalmon
boundary ResourceRepository
database Biblioteca
Administrator --> ResourceController: Create new resource with areaThemeId, resourceType, Status, name and date
ResourceController --> Resource
Resource-->ResourceServiceCRUD
ResourceServiceCRUD-->ResourceRepository
ResourceRepository-->Biblioteca
Biblioteca --> ResourceRepository
ResourceRepository-->ResourceServiceCRUD
ResourceServiceCRUD-->ResourceController
Administrator <-- ResourceController: Resource creation confirmation
@enduml | false | true | false | false | sequence |
14e0062b497146c3fd115c78255067229fef15f0 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/neuralNetwork/learningAlgorithms/learningAlgorithms.plantuml | 5690110d93479d103f98c30b309e3c35094c7c28 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,049 | plantuml | @startuml
title __LEARNINGALGORITHMS's Class Diagram__\n
namespace neuralNetwork {
namespace learningAlgorithms {
class neuralNetwork.learningAlgorithms.Backpropagation {
+ runAlgorithm()
- calculateOutputs()
- changeWeights()
- findDeltas()
- updateSSE()
}
}
}
namespace neuralNetwork {
namespace learningAlgorithms {
interface neuralNetwork.learningAlgorithms.LearningAlgorithm {
{static} + serialversionUID : long
{abstract} + runAlgorithm()
}
}
}
neuralNetwork.learningAlgorithms.Backpropagation .up.|> neuralNetwork.learningAlgorithms.LearningAlgorithm
neuralNetwork.learningAlgorithms.Backpropagation o-- data.Dataset : data
neuralNetwork.learningAlgorithms.Backpropagation o-- neuralNetwork.Network : network
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 |
b0d14fc65a2f39762c489c75a52e8e4d6ec08893 | d1c6c702c60b5f546b14d8f18d39009bf5f85e82 | /UML/expressfood.puml | ed778bfe8e225579fbc94ce7a32fa62ec4d724fc | [] | no_license | NicoleAMS/express_food_sql_db_uml | 2eb208128e39c7485c0995eb790c5e7082f9aeec | 74bf105a5c338cb8860eb50cfeafbd656f401241 | refs/heads/main | 2023-01-23T20:50:36.906620 | 2020-11-11T14:53:51 | 2020-11-11T14:53:51 | 310,602,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,719 | puml | @startuml class
scale 3
class User {
-ID: PK
+firstName: string
+lastName: string
+email: string
+phone: string
+userName: string
+encrypted_password: string
}
class Role {
- ID: PK
+roleName: string
}
class EmployeeRole {
-ID: PK
-UserID: FK
-RoleID: FK
}
class DeliveryAddress {
-ID: PK
+addressLine1: string
+addressLine2: string
+addressLine3: string
+city: string
+postcode: string
}
class Dish {
-ID: PK
+name: string
+description: text
+category: string
+vegetarian: boolean
+price: double
+imageURL: string
}
class AvailabilityDate {
-ID: PK
-DishID: FK
-DateID: FK
+comment: string
}
class Order {
-ID: PK
-ClientID: FK
-DeliveryAddress: FK
+timestamp: timestamp
+totalPrice: double
+estimatedDeliveryTime: datetime
+paymentStatus: string
+orderStatus: string
}
class OrderDetails {
-ID: PK
-OrderID: FK
-DishID: FK
+quantity: integer
+dishPrice: double
+totalDishPrice: integer
}
class Delivery {
-ID: PK
-OrderID: FK
-DeliveryPersonID: FK
+deliveredAt: datetime
}
class Date {
-ID: PK
+date: datetime
}
class Postcode {
-ID: PK
+postcode: string
}
Order "1..*" -- "1" DeliveryAddress : delivered at
Order "1" --"1" Delivery : has
User "1" -- "0..*" Order : (C) places
User "1" -- "0..*" Delivery : (DP) delivers
' User "1" -- "1..*" DeliveryAddress : has
User "1..*" -- "0..*" Role : (E) works as
(User, Role) .. EmployeeRole
Dish "4" -- "1..*" Date : is available on
(Dish, Date) .. AvailabilityDate
Dish "1..*" -- "0..*" Order : is part of
(Dish, Order) .. OrderDetails
@enduml | false | true | false | false | class |
edcced7c975e0332c42e794749a6516f0619b265 | 8441c3a3100d7bb191f97a48e29c7431c71c7b19 | /src/test/resources/testData/reverseArrowIntention/afterClassArrows.puml | 02b029260140a359af4a68824ce12867d9be0798 | [
"Apache-2.0"
] | permissive | esteinberg/plantuml4idea | 5bda89db63fb0e4cf9a86bd457c84d6277565126 | 736fbdb812702b80b81ca648df51e4ba82bc360c | refs/heads/master | 2023-08-24T13:39:11.319652 | 2023-08-23T07:00:30 | 2023-08-23T07:00:30 | 4,382,019 | 543 | 122 | Apache-2.0 | 2023-09-11T13:11:22 | 2012-05-20T01:25:35 | Java | UTF-8 | PlantUML | false | false | 306 | puml | ' "Reverse arrow" "true"
@startuml
Class01 --|> Class02
Class03 --* Class04
Class05 --o Class06
Class07 .. Class08
Class09 -- Class10
Class11 ..|> Class12
Class13 <-- Class14
Class15 <.. Class16
Class17 <|.. Class18
Class19 *--> Class20
@enduml | false | true | false | false | class |
a5f7b69a98b19f302db80de62179dcd0bf00b1b1 | 8c24d3fb9ad2dccf6d07583bddf41323597153ed | /plantmul/usecase.puml | 5a872696c0147c15964ec5dc2339f2ec426f1c4f | [] | no_license | timoth3us/SE1-Cocktailversand | c95672a11e4d5053e6dc00115c371ff93a3ffc7f | b3c68cb2f599cbc8b21b103a1487d469b7c936bd | refs/heads/main | 2023-01-28T14:09:58.574634 | 2020-12-10T16:30:56 | 2020-12-10T16:30:56 | 312,573,335 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 938 | puml | @startuml usecase-example
left to right direction
actor Mitarbeiter
actor Kunden
actor Softwarefirma
actor Datenbanksystem
actor Server
actor Zahlungsportale
actor Emailportal
rectangle "Cocktailversand"{
(UC01/Kundenkonto anlegen) as (uc01)
(UC02/Bestellung tätigen) as (uc02)
(UC04/Stonierung) as (uc04)
(UC05/Kundendetails speichern) as (uc05)
(UC06/Bereitstellung und Verarbeitung von Bestellinformationen) as (uc06)
(UC07/physische Ressorucen bereitstellen) as (uc07)
(UC08/Bestellung auslesen) as (uc08)
(UC09/Hilfe bereitstellen) as (uc09)
(UC10/Zahlungsbestätigung melden) as (uc10)
(UC11/Bestellbestätigung erhalten) as (uc11)
(UC12/Bestellbestätigung senden) as (uc12)
(UC13/Werbeaktionen kundgeben) as (uc13)
(UC14/System warten/updaten) as (uc14)
}
Nutzer --> uc01
Nutzer --> uc02
uc02 .down. uc05 : include
Nutzer --> uc03
Nutzer --> uc04
Service --> uc06
@enduml | false | true | true | false | usecase |
f561fa95627c33eba3decef8c5a97eaf2fc18693 | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/dsst-partial-derivatives-class-diagram.puml | 87803fd8197f11f9840008ba63cfa509cc1cc8bb | [
"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 | 2,905 | 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.orekit #ECEBD8 {
interface Propagator {
+ SpacecraftState propagate(AbsoluteDate target)
+MatrixHarvester setupMatricesComputation(name, initialSTM, initialJacobian)
}
interface MatricesHarvester {
+void setReferenceState(SpacecraftState state)
+RealMatrix getStateTransitionMatrix(SpacecraftState state)
+RealMatrix getParametersJacobian(SpacecraftState state)
+List<String> getJacobiansColumnsNames()
}
Propagator -right-> MatricesHarvester
package integration #DDEBD8 {
class AbstractIntegratedPropagator {
+void addAdditionalDerivativesProvider(AdditionalDerivativesProvider provider)
}
interface AdditionalDerivativesProvider {
+String getName()
+yield()
+void derivatives()
}
AbstractIntegratedPropagator o--> AdditionalDerivativesProvider : providers
Propagator <|.. AbstractIntegratedPropagator
}
package semianalytical.dsst #DDEBD8 {
class DSSTHarvester
class DSSTStateTransitionMatrixGenerator {
-List<DSSTForceModel> forceModels
}
class DSSTIntegrableJacobianColumnGenerator {
-String columnName
}
class DSSTPropagator
MatricesHarvester <|.. DSSTHarvester
AbstractIntegratedPropagator <|-- DSSTPropagator
DSSTStateTransitionMatrixGenerator <--o DSSTPropagator
DSSTIntegrableJacobianColumnGenerator <--o DSSTPropagator
DSSTHarvester <--o DSSTPropagator
AdditionalDerivativesProvider <|.. DSSTStateTransitionMatrixGenerator
AdditionalDerivativesProvider <|.. DSSTIntegrableJacobianColumnGenerator
}
}
@enduml
| false | true | false | false | sequence |
5758e16de7ce02d562b8d2d7e59d1db3f041d9d5 | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-codelist-presedensstatus.iuml | 773dc84ab9a777c6cc2c8d3cf9e0bba8f24dd23c | [] | no_license | gra-moore/noark5-tjenestegrensesnitt-standard | 270f7088898ff0c5fa809b42297cfc56f829eeaa | 0c3936475ce40ab41793b61aee5c4dcdff9c791d | refs/heads/master | 2020-05-22T18:37:59.814751 | 2019-05-13T11:10:23 | 2019-05-13T11:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 101 | iuml | @startuml
class Kodelister.Presedensstatus <<codelist>> {
+Gjeldende = G
+Foreldet = F
}
@enduml
| false | true | false | false | class |
1a9f9d99885619fc270f06806cbc943ff2770901 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Engine-Class.iuml | f185278d2d1aa2ce66b2eaa13dcaed9bd3ab2930 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | iuml | namespace Core {
class Engine {
-m_is_quit_requested : bool
+Initialize()
+Update()
+Render()
+Shutdown()
+IsQuitRequested()
+GetSceneManipulator()
+GetBundleManipulator()
+GetPersistenceManipulator()
+GetEngineMetadataManipulator()
+GetCameraManipulator()
+RequestQuit()
+GetCurrentScene() #FF0000
}
}
| false | true | false | false | class |
bca69714d18d007a8ed18fe83c11d6f837940400 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetCustomShippingMethodAction.puml | 13d7a4064ce651f6044c59341e3e252ea3613191 | [] | 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 | 681 | 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 CartSetCustomShippingMethodAction [[CartSetCustomShippingMethodAction.svg]] extends CartUpdateAction {
action: String
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
07d5d4ce9b46505777fc6b4dfb389f348649e148 | 937e0ceb8f040ccb17c7ac3415f1add637b03efa | /diagrammeDomaine.plantuml | ecb8a329939fd77e4cedc52db71f1f2a15947afd | [] | no_license | arthurgorjux/fire-in-the-ole-doc | 8f56b95cf7a6bf9f29757df60fd79357292bd0ee | 2c9c6347adefd985b91ae1af2d198587048e6b50 | refs/heads/master | 2021-01-20T06:20:16.304639 | 2014-11-18T11:29:54 | 2014-11-18T11:29:54 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | PlantUML | false | false | 670 | plantuml | @startuml
title Etude du domaine simulé
class EquipeRobotsPompiers {
}
class RobotPompier {
+capaciteDeDeplacement
+puissance
}
class ManagerDeTaches {
}
class Drone {
}
class Incendie {
+position
}
class Terrain {
}
class Carte {
}
class Zone {
+difficulte
}
ManagerDeTaches --> EquipeRobotsPompiers : Pilote
EquipeRobotsPompiers *- RobotPompier: Composition
ManagerDeTaches --> Carte : Voir
Drone --> Terrain : Cartographier
RobotPompier --> Incendie : Eteindre
Drone --> Carte : Produire
Incendie --> Terrain : Affecte
Carte --> Incendie : Localiser
Carte --> RobotPompier : Localiser
RobotPompier --> Terrain : SeDeplaceSur
Terrain *- Zone
@enduml | false | true | true | false | sequence |
e2f44983f7462d4635aacae8df8b140adf606bdd | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderDiscountCodeStateSetMessagePayload.puml | 18c34d52096edecd9547c4539c0db7c103e65245 | [] | 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 | 632 | 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 OrderDiscountCodeStateSetMessagePayload [[OrderDiscountCodeStateSetMessagePayload.svg]] extends OrderMessagePayload {
type: String
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
state: [[DiscountCodeState.svg DiscountCodeState]]
oldState: [[DiscountCodeState.svg DiscountCodeState]]
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | state |
72dd68f8b03b52e62c14ee670e4a400d229e74cd | ceca0170986280e1a1f2d54b01d6c85b87c66c6e | /diagrams/diagra_secuencia_caga_fase_normal_menos_que_maximo.plantuml | 5b0f4596535543fb93519142872aaf63570a47ca | [] | no_license | Danikim01/algo3_resolucion_parcial_20201201 | 8303d3f09e72486f52768e806208ad587e35847f | 46de7da1b0ca0d22ce0e52c2c0d0924d159a4435 | refs/heads/master | 2023-03-18T01:42:32.749000 | 2020-12-03T23:22:16 | 2020-12-03T23:22:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 355 | plantuml | @startuml
hide footbox
title Un remolque carga 2 personas en fase normal la cantidad de personas es 2
actor User
User -> Etapa **: maximo(2)
return etapa
User -> Remolque **: tipo( etapa )
return remolque
User -> Remolque: cargarCantidadPasajeros(2)
Remolque -> Etapa: cargarCantidadPasajeros(2)
User -> Remolque: cantidadPasajeros()
return 2
@enduml
| false | true | false | false | usecase |
2f3a7fb4f6c5a0a6f6b7f329f5c03cdca9328cf0 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /class - design/authentication/logout.plantuml | b8b9fc216bcc87fb7afb2a199dad9d7e20437253 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,120 | plantuml | @startuml createClass
class User {
- id: bigint
- email: string
- password: string
- first_name: string
- last_name: string
- dob: date
- school_id: string
- phone_number: string
- avatar_url: string
- token: string
- last_logged_in: datetime
- is_banned: bool
- is_admin: bool
- is_verify: bool
- created_at: datetime
- updated_at: datetime
+ get_id(): bigint
+ get_email(): string
+ set_email(string)
+ get_password(): string
+ set_password(): string
+ get_first_name(): string
+ set_first_name(string)
+ get_last_name(): string
+ set_last_name(string)
+ get_dob(): date
+ set_dob(date)
+ get_school_id(): string
+ set_school_id(string)
+ get_phone_number(): string
+ set_phone_number(string)
+ get_avatar_url(): string
+ set_avatar_url(string)
+ get_token(): string
+ set_token(string)
+ get_last_logged_in(): datetime
+ set_last_logged_in(datetime)
+ get_is_banned(): bool
+ set_is_banned(bool)
+ get_is_admin(): bool
+ set_is_admin(bool)
+ get_is_verify(): bool
+ set_is_verify(bool)
+ get_created_at(): datetime
+ set_updated_at(): datetime
}
class IUserDB <<interface>> {
+ create(email, password)
+ read()
+ read(user_id)
+ update(user_id, first_name, last_name, dob, school_id, phone_number, avatar)
+ delete(user_id)
+ get_user(token)
+ get_classrooms(user)
+ get_token(user_id)
+ delete_token(token)
}
class LogoutForm {
- token : string
+ validate(token)
+ logout(token)
}
class IAuthenticationForm <<interface>> {
+ validate(token)
+ logout(token)
}
class AuthenticationController {
+ validate_login(token)
+ login(token)
}
hide User circle
hide IUserDB <<interface>> circle
hide LogoutForm circle
hide IAuthenticationForm <<interface>> circle
hide AuthenticationController circle
IUserDB -down.> User
IAuthenticationForm .down.> LogoutForm
AuthenticationController "1"-left-"1" IUserDB
IAuthenticationForm "1"-left-"1" AuthenticationController
@enduml
| false | true | false | false | class |
eb133b7a960892e850d111777d07095b594b5d31 | b114bbd7541c94e1d2221e0f9a83851829e7ae2a | /DistributedComputingCA1-TweetbookGramMessagingService/DistributedComputingCA1-TweetbookGramMessagingService.plantuml | ebf2967dcdf8f5450539e181fab7e5ee41bc214e | [] | no_license | jackcarroll5/Distributed-Computing | 82e5307daac6dcdd7c43f27c65b04d5bdcfb2081 | cc65e479239cb0cfce91216503934ea503b58dcb | refs/heads/master | 2020-12-18T03:23:38.842319 | 2020-04-19T22:48:45 | 2020-04-19T22:48:45 | 235,313,423 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,575 | plantuml | @startuml
title __DISTRIBUTEDCOMPUTINGCA1-TWEETBOOKGRAMMESSAGINGSERVICE's Class Diagram__\n
class EchoClient2 {
{static} + messageArray : ArrayList<String>
{static} ~ endMessage : String
{static} ~ logOutSymbol : String
{static} + main()
}
class EchoClientHelper2 {
~ br : BufferedReader
{static} ~ endMessage : String
~ is : InputStreamReader
~ messageArray : ArrayList<String>
- serverHost : InetAddress
- serverPort : int
+ done()
+ download()
+ getEcho()
+ login()
+ logout()
+ upload()
~ EchoClientHelper2()
}
class EchoServer3 {
{static} + main()
}
class EchoServerThread {
{static} ~ endMessage : String
+ run()
~ EchoServerThread()
}
class MyStreamSocket {
- input : BufferedReader
- output : PrintWriter
- socket : Socket
+ close()
+ receiveMessage()
+ sendMessage()
~ MyStreamSocket()
~ MyStreamSocket()
- setStreams()
}
EchoClientHelper2 o-- MyStreamSocket : mySocket
EchoServerThread .up.|> java.lang.Runnable
EchoServerThread o-- EchoClient2 : client2
EchoServerThread o-- MyStreamSocket : myDataSocket
MyStreamSocket -up-|> java.net.Socket
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 |
946f0866dacb6aee6e81e9a4aff73b0133481053 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PointCloudMap/PointCloudMapLP/PointCloudMapLP_makeGlobalMap.puml | 1654974310d89bc0c739a54c59df9bb48c06cb3a | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 932 | puml | @startuml
/'
create global map
local map is created here together
because process is faster
'/
(*) --> "globalMap.clear() \n localMap.clear()"
--> if "0 <= size_t i < getSubmaps.size() - 1" as judge_i then
--> [Yes] "Submap &submap = Submaps[i] \n vector<LPoint2D> &mps = submap.mps"
--> if "0 <= size_t j < mps.size()" as judge_j then
--> [Yes] "globalMap.emplace_back(mps[j])"
--> judge_j
else
judge_j --> [No]if "i == submaps.size() - 2" as judge_s then
--> [Yes] if "0 <= size_t k < mps.size()" as judge_k then
--> [Yes]"localMap.emplace_back(mps[k])"
--> judge_k
else
judge_k --> [No] judge_i
else
judge_s --> [No] judge_i
else
judge_i -> [No] "Submap &curSubmap = submaps.back()"
--> "vector<LPoint2D> sps = curSubmap.subsamplePoints(nthre)"
--> if "0 <= size_t l < sps.size()" as judge_l then
--> [Yes] "globalMap.emplace_back(sps[i])
localMap.emplace_back(sps[i])"
--> judge_l
else
judge_l -> [No] (*)
@enduml | false | true | false | false | activity |
4f4e0134bc200405dd49faf51f5aa694240f7c2a | 14be5228d52d9a7e9db16de48d4b262ce33d6257 | /Anno_2018_2019/Editor Scripting Avanzato/Assets/class_diagram.puml | c349bbe3f81eb2affd4134d71e4b9ccc5de55716 | [] | no_license | a-pucci/GameDev-1anno-2016-2017 | d7625be64b1878ab4e2155aea35c2f141265190a | 0b1298c4524864db30f62c7a6483554786a64fe8 | refs/heads/master | 2021-06-20T13:36:53.455226 | 2019-02-26T20:33:21 | 2021-04-02T18:03:00 | 74,010,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,998 | puml | @startuml
hide empty fields
hide empty methods
'hide <<Tool>>
package Crafting <<Rectangle>> {
class CraftingTable <<(T, orange) Tool>>
class Crafting <<(M, lightblue)>> {
+ Make() : void
}
class Recipe <<(S, red)>> {
+ category : Category
+ appliance : Appliance
+ tool : Tool
+ ingredients : Set[]
+ result : Set
}
class Appliance <<(S, red)>>
class Category <<(S, red)>> {
+ sprite : Sprite
}
Category - Recipe
Appliance -- Recipe
Recipe -- CraftingTable
Crafting o-- Recipe
}
package Inventory <<Rectangle>> {
class Tool <<(S, red)>> {
+ durability : int
}
class Set {
+ item : Item
+ quantity : int
}
class Item <<(S, red)>> {
+ sprite : Sprite
- description : string
+ stack : int
+ interactions : Interaction[]
+ Inspect() : string
}
class Inventory <<(M, lightblue)>> {
- slots : List<Set>
+ Changed : event
+ Add(Set) : void
+ Remove(Set) : void
}
Recipe - Item
(Recipe, Item) . Set
Crafting o-- Item
Tool <|-- Item
Item --o Inventory
Set -o Inventory
}
package Environment <<Rectangle>> {
class Interactable <<(M, lightblue)>> {
+ interactions : Interaction[]
}
}
package InteractionSystem <<Rectangle>> {
class Interaction {
+ name : string
+ destination : Interactable
+ condition : string
+ effect : Effect
}
class Effect {
+ script : string[]
}
class Parser <<(M, lightblue)>> {
+ Execute() : IEnumerator
}
class Command
class CheatSheet <<(S, red)>>
class Rule
Interaction *- Effect
Effect -- Parser
Parser -- Command
CheatSheet - Parser
CheatSheet *-- Rule
Interactable - Item
(Interactable, Item) . Interaction
}
package Survival <<Rectangle>> {
class Character <<(M, lightblue)>> {
+ hunger: VitalSign
+ thirst : VitalSign
+ temperature : VitalSign
+ oxygen : VitalSign
+ rest : VitalSign
}
class VitalSign {
+ value : float
+ Changed : Action
+ Dead : Action
}
class DayManager <<(M, lightblue)>>
DayManager - Character
Character *- VitalSign
}
package UI <<Rectangle>> {
class UICharacter <<(M, lightblue)>>
class UIInventory <<(M, lightblue)>>
class UICrafting <<(M, lightblue)>>
class UISlot <<(M, lightblue)>>
class UIInteraction <<(M, lightblue)>>
class UIManager <<(M, lightblue)>>
class UIInput <<(s, red)>>
class UIAxe
UIInventory *-- UISlot
UIInventory *-- UIInteraction
UICrafting *-- UISlot
Inventory -- UIInventory
UICharacter --- Character
UIManager -- UIInput
UIAxe --* UIInput
}
@enduml | false | true | false | false | class |
a8eefbedffe7270cca6b0600491237441e28c481 | 054393db2b6f0c4d4a00a695eb1eb5ef55617e24 | /exercise41/docs/classDiagram.puml | 6b62ff2cc073ee215195139f911c55fb195f796e | [] | no_license | PraweenPongpat/pongpat-a04 | 5991132622924b5310f6e3b12dbc1aa95ef84b42 | cb30019b57f4d5cc4c76cd25a8668191bd41637f | refs/heads/main | 2023-08-20T07:51:38.637017 | 2021-10-16T21:24:08 | 2021-10-16T21:24:08 | 416,482,967 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 175 | puml | @startuml
class Solution41{
main()
}
class InputOutputFile{
List<String> readInputFile(File)
void displayName(List<String>, String)
}
Solution41 *-- InputOutputFile
@enduml | false | true | false | false | class |
69428329c401abe41fcc66d1faeae8c69a66ec72 | a164e5438716fb2233174ba9e19d137507caa4ea | /src/Builder/doc/Builder.puml | 0c6527106ea1b5db112f49f4c4ac81ad237168bb | [] | no_license | briansosa/DisenioSistemas | 0b612b6fe0bc8cf830fe0e5f240b31ab0e965f03 | ea1a47ad0fbad722860f7487329e13825524750c | refs/heads/master | 2023-06-12T03:00:59.641578 | 2021-07-03T22:11:45 | 2021-07-03T22:11:45 | 375,920,489 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,994 | puml | @startuml
title Builder
interface IDiretor {
IVehicle Make();
void ChangeBuilder(IBuilder builder);
}
class DeportivoDirector
class SedanDirector
class StandardMotoDirector
class StandardBikeDirector
IDiretor <|.. DeportivoDirector
IDiretor <|.. SedanDirector
IDiretor <|.. StandardMotoDirector
IDiretor <|.. StandardBikeDirector
interface IBuilder {
void CreateWheel();
void CreateDoor();
void CreateBonnet();
void CreateChassis();
void CreateMotor();
void CreateSeat();
void CreateSteeringWheel();
void CreateTailPipe();
void CreateChain();
void CreateFrame();
void CreateHandlebars();
IVehicle GetModel();
}
class CarAudiBuilder
class CarFordFocusBuilder
class MotorcycleZanellaBuilder
class BikeBMCBuilder
IBuilder <|.. CarAudiBuilder
IBuilder <|.. CarFordFocusBuilder
IBuilder <|.. MotorcycleZanellaBuilder
IBuilder <|.. BikeBMCBuilder
interface IVehicle {
String getVehicleInformation();
List<IProduct> wheels getter/setter;
List<IProduct> doors getter/setter;
IProduct bonnet getter/setter;
IProduct chassis getter/setter;
IProduct motor getter/setter;
List<IProduct> seats getter/setter;
IProduct steeringWheel getter/setter;
IProduct tailPipe getter/setter;
IProduct chain getter/setter;
IProduct handlebars getter/setter;
IProduct frame getter/setter;
}
class Car
class Motorcycle
class Bike
IVehicle <|.. Car
IVehicle <|.. Motorcycle
IVehicle <|.. Bike
interface IProduct {
String getInformation();
}
class Bonnet
class Chain
class Chassis
class Door
class Frame
class Handlebars
class Motor
class Seat
class SteeringWheel
class TailPipe
class Wheel
IProduct <|.. Bonnet
IProduct <|.. Chain
IProduct <|.. Chassis
IProduct <|.. Door
IProduct <|.. Frame
IProduct <|.. Handlebars
IProduct <|.. Motor
IProduct <|.. Seat
IProduct <|.. SteeringWheel
IProduct <|.. TailPipe
IProduct <|.. Wheel
IDiretor o-- IBuilder
IBuilder o-- IVehicle
IVehicle o-- IProduct
@enduml | false | true | false | false | class |
90a061b188eed144ddb4b7c39f58e30d78333292 | 41b4482517ed5f0eecb0f84119062e19ba85b2c3 | /doc/Issue_IssueBuilder.puml | a53d6220549a83daa82fd8135f13f42ae73387c5 | [
"MIT"
] | permissive | simonsymhoven/analysis-model | f6cc02d39e3da446c3a7dd043fb36215d69483f0 | 28ae1c2fba373668d86556f563a39ccc84dbb4e1 | refs/heads/master | 2021-04-13T10:42:51.983341 | 2020-04-08T19:53:55 | 2020-04-08T19:53:55 | 249,156,825 | 0 | 0 | MIT | 2020-04-08T19:53:57 | 2020-03-22T10:09:20 | Java | UTF-8 | PlantUML | false | false | 441 | puml | @startuml
interface Serializable <<interface>>
Serializable <|.. Issue : <<implements>>
IssueBuilder ..> Issue : <<create>>
IssueBuilder --|> Testcase
class Issue {
{field} some instance variables
{method} some getters
}
class IssueBuilder {
- {field} some instance variables
- {static} {field} some instance variables
+ build()
+ {method} some setters
}
class Testcase {
builder : IssueBuilder
}
@enduml | false | true | false | false | class |
d2018a1a2908fb981f7021e10189df0c684c8623 | 581fd86a528d39fb01b06ffe0f09b92aab4936ec | /multimedia/webrtc/send.puml | 7bea5d2e3aad5746c2125088221a2fb5d72370f4 | [] | no_license | leewoody/nickli_doc | f37650b55ccca57f0613d704d5d13b2e43662487 | 9632e288c13ddbe262bf810e23df64e8abeea2b3 | refs/heads/master | 2023-03-21T12:03:13.072042 | 2021-03-07T12:53:01 | 2021-03-07T12:53:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,926 | puml | @startuml WebRTC RTP Receive
hide footbox
skinparam {
' defaultFontName Abyssinica SIL
Shadowing false
backgroundColor white
NoteFontColor #OrangeRed
NoteFontSize 16
NoteTextAlignment left
NoteBackgroundColor WhiteSmoke
NoteColor transparent
NoteBorderThickness 0
NoteBorderColor transparent
NoteBorderThickness 0
NoteShadowing false
ParticipantPadding 0
BoxPadding 20
dpi 96
ClassBackgroundColor transparent
ClassHeaderBackgroundColor lightgreen
ClassStereotypeFontColor transparent
SequenceBoxBordercolor sienna
SequenceBoxFontSize 24
SequenceBoxFontColor Black
SequenceBoxBackgroundColor WhiteSmoke
SequenceLifeLineBackgroundColor WhiteSmoke
SequenceMessageAlignment center
SequenceGroupHeaderFontColor White
SequenceGroupHeaderFontSize 20
SequenceGroupBackgroundColor DarkOliveGreen
SequenceGroupBodyBackgroundColor transparent
SequenceGroupBorderThickness 4
SequenceGroupBorderColor DarkOliveGreen
' transparent
sequence {
ParticipantBackgroundColor WhiteSmoke
ParticipantBorderColor Gray
ParticipantFontStyle Bold
ParticipantFontSize 12
ParticipantPadding 0
LifeLineBorderColor DimGray
ArrowColor Black
ArrowThickness 0.8
ColorArrowSeparationSpace 30
}
}
box RTP
participant RtpSenderEgress
participant ModuleRtpRtcpImpl
participant PacketRouter
participant ProcessThreadImpl
participant PacingController
participant PacedSender
participant RTPSender
participant RTPSenderAudio
end box
box Call
participant AudioCodingModuleImpl
participant ChannelReceive
participant ChannelSend
participant AcmReceiver
end box
box NetEq
participant AudioSendStream
participant AudioMixerImpl
participant AudioTransportImpl
end box
box Audio
participant AudioDeviceBuffer
participant AudioTrackJni
participant AudioRecordJni
end box
AudioRecordJni<-:DataIsRecorded()
activate AudioRecordJni
AudioRecordJni->AudioDeviceBuffer:DeliverRecordedData()
deactivate AudioRecordJni
activate AudioDeviceBuffer
AudioDeviceBuffer->AudioTransportImpl:RecordedDataIsAvailable()
deactivate AudioDeviceBuffer
activate AudioTransportImpl
AudioTransportImpl->AudioSendStream:SendAudioData()
deactivate AudioTransportImpl
activate AudioSendStream
AudioSendStream->ChannelSend:ProcessAndEncodeAudio()
deactivate AudioSendStream
activate ChannelSend
' ->ChannelSend:ProcessAndEncodeAudio()
ChannelSend-[#Blue]->AudioCodingModuleImpl:Add10MsData()
deactivate ChannelSend
activate AudioCodingModuleImpl
AudioCodingModuleImpl->AudioCodingModuleImpl:Encode()
activate AudioCodingModuleImpl
AudioCodingModuleImpl->ChannelSend:SendData()
deactivate AudioCodingModuleImpl
deactivate AudioCodingModuleImpl
activate ChannelSend
ChannelSend->ChannelSend:SendRtpAudio()
activate ChannelSend
ChannelSend->RTPSenderAudio:SendAudio()
deactivate ChannelSend
deactivate ChannelSend
activate RTPSenderAudio
RTPSenderAudio->RTPSender:SendToNetwork()
deactivate RTPSenderAudio
activate RTPSender
RTPSender->PacedSender:EnqueuePackets()
deactivate RTPSender
ProcessThreadImpl->ProcessThreadImpl:Process()
activate ProcessThreadImpl
ProcessThreadImpl->PacedSender:Process()
deactivate ProcessThreadImpl
activate PacedSender
PacedSender->PacingController:ProcessPackets()
deactivate PacedSender
activate PacingController
PacingController->PacedSender:SendRtpPacket()
deactivate PacingController
activate PacedSender
PacedSender->PacketRouter:SendPacket()
deactivate PacedSender
activate PacketRouter
PacketRouter->ModuleRtpRtcpImpl:TrySendPacket()
deactivate PacketRouter
activate ModuleRtpRtcpImpl
ModuleRtpRtcpImpl->RtpSenderEgress:SendPacket()
deactivate ModuleRtpRtcpImpl
activate RtpSenderEgress
RtpSenderEgress->RtpSenderEgress:SendPacketToNetwork()
activate RtpSenderEgress
RtpSenderEgress->
deactivate RtpSenderEgress
deactivate RtpSenderEgress
@enduml | false | true | false | false | sequence |
de1b1d3e3a9d62e08deb41c70a852d34da1c4a8a | 0451c8ba480721dd4f116d8d1c989fc941bf91f8 | /personalFinanceManagement/src/main/java/switch2019/project/controllerLayer/cli/US002.1CreateGroupAndBecomeAdminSD.puml | cb9187a9b566db607d8c9dc2da7f69f7333092b5 | [] | no_license | mleitaoribeiro/DevOpsMaven | ee8eac2ea35a3818a4480c7ee57c305f9f8938e3 | c8e4bcb36dfd765a08f8b9140d3b60a260734ae1 | refs/heads/master | 2023-01-01T13:37:18.143028 | 2020-07-02T16:16:52 | 2020-07-02T16:16:52 | 304,918,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,706 | puml | @startuml
skinparam DefaultFontSize 20
participant ":Test"
participant "controller:US2.1CreateGroupAndBecomeAdminController"
participant "controller:US2.1CreateGroupAndBecomeAdminController"
participant "service:US2.1CreateGroupAndBecomeAdminService"
participant "personRep:PersonRepository"
participant "groupsRep:GroupsRepository"
== Act ==
":Test" -> "controller:US2.1CreateGroupAndBecomeAdminController": isGroupCreatedAndAdminSet = \ncreateGroupAndBecomeAdmin\n(groupDescription, personEmail)
"controller:US2.1CreateGroupAndBecomeAdminController" -> "service:US2.1CreateGroupAndBecomeAdminService": isGroupCreatedAndAdminSet = \ncreateGroupAndBecomeAdmin\n(groupDescription, personEmail)
activate "service:US2.1CreateGroupAndBecomeAdminService" #FFBBBB
"service:US2.1CreateGroupAndBecomeAdminService" -> "personRep:PersonRepository" : person = findPersonByEmail\n(personEmail)
activate "personRep:PersonRepository" #FFBBBB
deactivate "personRep:PersonRepository"
"service:US2.1CreateGroupAndBecomeAdminService" -> "groupsRep:GroupsRepository" : isGroupCreated = \ncreateGroup(groupDescription, person)
activate "groupsRep:GroupsRepository" #FFBBBB
create "group:Group"
"groupsRep:GroupsRepository" -> "group:Group" : isGroupCreated =\nnew Group(groupDescription, person)
activate "group:Group" #FFBBBB
"group:Group" -> "group:Group" : addMember(person)
deactivate "group:Group"
deactivate "groupsRep:GroupsRepository"
deactivate "personRep:PersonRepository"
deactivate "service:US2.1CreateGroupAndBecomeAdminService"
deactivate "controller:US2.1CreateGroupAndBecomeAdminController"
== Assert ==
":Test" -> ":Test" : assertTrue(isGroupCreatedAndAdminSet \n&& isGroupAdmin(personID))
@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.