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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a1bdf66054ad6de1617ce65d06ab0ef7308bcba2 | 1d1d16c3958d629bb5dd3a6b14410863492bd94c | /src/main/java/com/lzl/interfacestyle/strategystyle/strategystyle.puml | 5504760a02c68d120b51a0270b554c2e80ec8c74 | [] | no_license | lizanle521/design_style | 50ad858cd6d4242f049663dbfad1d9346f056908 | dfc2dffb93a8cf985690c67e716e20ef9e1551f4 | refs/heads/master | 2021-01-21T19:15:43.744674 | 2017-05-23T09:33:42 | 2017-05-23T09:33:42 | 92,133,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 591 | puml | @startuml
class Client
interface Strategy
class AStrategy
class BStrategy
class CStrategy
class AlgrothrimA
class AlgrothrimB
class AlgrothrimC
Client <.. Strategy
Strategy <|.. AStrategy
Strategy <|.. BStrategy
Strategy <|.. CStrategy
AStrategy <.. AlgrothrimA
BStrategy <.. AlgrothrimB
CStrategy <.. AlgrothrimC
interface Strategy {
+ recommended():Result
}
class AStrategy {
# AlgrothrimA algro
+ recommended():Result
}
class BStrategy {
# AlgrothrimB algro
+ recommended():Result
}
class CStrategy {
# AlgrothrimC algro
+ recommended():Result
}
@enduml | false | true | false | false | class |
550b2d1b1789ae806c4fec08988b05edc0caecf4 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/RiderScriptEditorData.puml | 9e73e2f62c95aaf206629821ba09eeca7928da3f | [] | 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 | 239 | puml | @startuml
class RiderScriptEditorData {
+ Init() : void
+ Invalidate(editorInstallationPath:string) : void
}
class "ScriptableSingleton`1"<T> {
}
"ScriptableSingleton`1" "<RiderScriptEditorData>" <|-- RiderScriptEditorData
@enduml
| false | true | false | false | class |
9dd32dc3d18c0a977032d0c6d5c360e176099544 | 4e66b60562009e54e3249595d08d88573c1d7fba | /test/PlantUmlClassDiagramGeneratorTest/uml/GenericsType.puml | 18c0f84bab04c3d2b35e31778689236b76c46c63 | [
"MIT"
] | permissive | pierre3/PlantUmlClassDiagramGenerator | a17a7ec5e3b547b0a9d5afee1d74436c6d602782 | 00bd84d543a14f05c95857426060e677c4668cc8 | refs/heads/master | 2023-07-06T01:15:15.436366 | 2023-05-31T13:39:56 | 2023-06-02T10:24:02 | 41,860,665 | 598 | 123 | MIT | 2023-08-20T06:56:51 | 2015-09-03T13:17:42 | C# | UTF-8 | PlantUML | false | false | 693 | puml | @startuml
class GenericsType {
+ Value : object <<get>>
}
class "GenericsType`1"<T> {
+ Value : T <<get>>
}
class "GenericsType`2"<T1,T2> {
+ Value1 : T1 <<get>>
+ Value2 : T2
}
class SubClass {
+ Value1 : string <<get>>
+ Value2 : int
}
class "SubClass`1"<T> {
+ Value2 : T <<get>>
}
class SubClassX {
}
class "BaseClass`1"<Tx> {
+ X : Tx <<get>> <<set>>
}
class GenericsType <<partial>> {
+ Number : int <<get>> <<set>>
}
"GenericsType`2" "<string,int>" <|-- SubClass
"GenericsType`2" "<GenericsType<int>,T>" <|-- "SubClass`1"
"SubClass`1" --> "Value1<int>" "GenericsType`1"
"BaseClass`1" "<int>" <|-- SubClassX
SubClassX --> "Gt" GenericsType
@enduml
| false | true | true | false | class |
1793864dc980b7ca6e820f817cdaf0e41c021c78 | 1be80368159cf30c29f132bfa0c90d87720ee452 | /specs/flows/validation.puml | 364690d5ce6de34685371e03e9393f7d7d63b799 | [] | no_license | interlinkedprotocol/did-research | b7f6e28857e5b32f472e940e8440bfc8249fb9ae | 0d8172162559a5dd66674be8706611eb34fd0d6e | refs/heads/master | 2020-03-29T21:32:16.063458 | 2018-10-08T18:55:38 | 2018-10-08T18:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
title Validating A Claim
autonumber
actor Holder
participant "Service Endpoint" as SE
participant "Service Provider/Verifier" as SP
SP -> SP: trustedPKs[]:buildTrustedIssuersList()
Holder -> SP: requestServiceAccess(did, accessRights)
SP -> SP: resolveDDO_Holder()
SE <- SP: requestClaims(did, accessRights)
SE -> SP: sendClaim(claim)
SP -> SP: ddo:resolveDDO_Issuer(claim)
SP -> SP: recoveredAddress:extractAddress(ddo)
SP -> SP: matchPK(recoveredAddress, trustedPKs[])
SP -> Holder : sendAccessToken(accessToken)
@enduml | false | true | false | false | usecase |
6866986bb97918e83769b747315453109fe5cbbd | db01eb8c010830f9f1c946ef3ec3804130dc7e15 | /DecroratorPattern/src/resource/Person_version3.puml | afb4ee187cc0a345d565eea63e1fa53c842b4ee9 | [] | no_license | Jacobliu8/Pattern | f16e747b2ed74d501d33a05550c13e930a184a34 | 901f78d5e7e5c008d141316c90a57a428bbceab4 | refs/heads/master | 2021-01-10T16:31:20.347287 | 2016-01-28T06:55:08 | 2016-01-28T06:55:08 | 49,998,986 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 511 | puml | @startuml
class Person{
#dressed
+name
+show()
}
class Finery<? extend Person>{
#Person
+decorate(Person p)
+show()
}
class Suit<? extend Finery>{
+show()
}
class BigTrouser<? extend Finery>{
+show()
}
class LeatherShoes<? extend Finery>{
+show()
}
class Tie<? extend Finery>{
+show()
}
class Tshirt<? extend Finery>{
+show()
}
class Sneakers<? extend Finery>{
+show()
}
Finery *- Person
Suit *- Finery
BigTrouser *- Finery
LeatherShoes *- Finery
Tie *- Finery
Tshirt *- Finery
Sneakers *- Finery
@enduml | false | true | false | false | class |
6a05e22bffe3835ccbacb59e81a55d1ff00346e6 | 3566dc7d9071f6eb4edff06e3f1b08c635c6192b | /tema2/client/src/main/java/View/View.plantuml | b6f9909dc96360a97535eaa82ff37b80911d6ca6 | [] | no_license | genesis152/PS-Assignment2 | 9003c8dae2a9f8393d76b8468887180e80d6ac49 | 9c0e97f44afce78bbce8690919b71c96c51cb805 | refs/heads/master | 2023-03-17T03:45:43.576924 | 2021-02-25T10:22:22 | 2021-02-25T10:22:22 | 342,205,186 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,464 | plantuml | @startuml
title __VIEW's Class Diagram__\n
namespace View {
class View.AdministratorView {
- addEntryButton : JButton
- dataTable : JTable
- dataTablePane : JScrollPane
- deleteEntryButton : JButton
- rootPanel : JPanel
- tablePanel : JPanel
- updateEntryButton : JButton
- updateTable : JTable
- updateTablePane : JScrollPane
- viewCoordinatorsButton : JButton
- viewPostmansButton : JButton
+ AdministratorView()
+ getDataTable()
+ getDataTablePane()
+ getUpdateEntryButton()
+ getUpdateEntryButtonText()
+ getUpdateTable()
+ getUpdateTablePane()
+ getViewCoordinatorsButton()
+ getViewPostmansButton()
+ setDataTable()
+ setUpdateEntryButtonText()
+ setUpdateTable()
- createUIComponents()
}
}
namespace View {
class View.CoordinatorView {
- addParcelButton : JButton
- dataTable : JTable
- dataTablePane : JScrollPane
- deleteParcelButton : JButton
- mapPane : JPanel
- parcelIDTextField : JTextField
- postmansTable : JTable
- postmansTablePane : JScrollPane
- reportTypeComboBox : JComboBox
- rootPanel : JPanel
- saveReportButton : JButton
- searchParcelByIDButton : JButton
- tabbedPane1 : JTabbedPane
- tabbedPane2 : JTabbedPane
- updateParcelButton : JButton
- updateTable : JTable
- updateTablePane : JScrollPane
- viewParcelsButton : JButton
- viewParcelsPane : JPanel
+ CoordinatorView()
+ addContainerToMapPane()
+ getDataTable()
+ getDataTablePane()
+ getPostmansTablePane()
+ getReportTypeComboBoxText()
+ getSearchParcelByIDText()
+ getUpdateParcelButton()
+ getUpdateParcelButtonText()
+ getUpdateTable()
+ getUpdateTablePane()
+ getViewParcelsButton()
+ setDataTable()
+ setUpdateParcelButtonText()
+ setUpdateTable()
- createUIComponents()
}
}
namespace View {
class View.LoginView {
- loginButton : JButton
- passwordField : JPasswordField
- rootPanel : JPanel
- topLabel : JLabel
- usernameField : JTextField
+ LoginView()
+ getTopLabelText()
+ setTopLabelText()
}
}
namespace View {
class View.PostmanView {
- dataTable : JTable
- dataTablePane : JScrollPane
- mapPane : JPanel
- parcelIDTextField : JTextField
- rootPanel : JPanel
- searchParcelByIDButton : JButton
- tabbedPane1 : JTabbedPane
- viewParcelsButton : JButton
- welcomeLabel : JLabel
+ PostmanView()
+ PostmanView()
+ addContainerToMapPane()
+ getDataTable()
+ getDataTablePane()
+ getSearchParcelByIDText()
+ setDataTable()
# getMainTabbedPane()
}
}
View.AdministratorView -up-|> javax.swing.JFrame
View.CoordinatorView -up-|> javax.swing.JFrame
View.LoginView -up-|> javax.swing.JFrame
View.PostmanView -up-|> javax.swing.JFrame
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 |
be84f236c3dabd6ee11a30b79594b170639632c6 | e3ebf221091ee30de418c963f078ccdd732eaa8c | /docs/diagrams/sequence_private.puml | 9948ba6c240021b556f274bf7f24f8ddfbbbe3b2 | [
"Apache-2.0"
] | permissive | valb3r/datasafe | 97d9826bb2bc6a478abc56ad30848fcaad8f259a | 1b91e90128e2411339a9b904bb92144879b155bb | refs/heads/develop | 2020-05-31T16:55:05.487855 | 2019-06-05T13:00:08 | 2019-06-05T13:00:08 | 190,393,370 | 0 | 1 | Apache-2.0 | 2019-10-07T09:51:59 | 2019-06-05T12:48:13 | Java | UTF-8 | PlantUML | false | false | 883 | puml | @startuml
actor User
User->"Lookup server (default) / Interface" as ls : Get my private file list with **<&key>login/password**
box "Internal flow within lookup server"
ls->"Metadata Service" as lss : get User 1 metadata from Lookup DFS
lss->"Lookup DFS Service" as DFS : Read private store for User 1 using **<&key>password**
end box
DFS->lss : Map of **[s3:bucket1 : <&key>access1, minio:bucket2 : <&key>access2]**
lss->ls : User data paths and credentials
loop Each path
ls->"Storage Service" as ss : access private storage using **<&key>access** credentials
ss->"Storage adapter" as sa : read keystore
sa->ss : user keystore
ss->ss : Decrypt **keystore** using **<&key>password**
ss->sa : List all private files
ss->ss : Decrypt file paths using **keystore: <&key>path secret**
ss->ls : File list
end
ls->User : List of all files across all known user DFS's
@enduml | false | true | false | false | usecase |
e54c8a0ff151a9be33c909ea501e0415ba76992e | ff194f40e9ffee051627fdb28368b54a54658ceb | /general-tests/src/main/java/leetcode/sub/Tree.puml | 898a1021fe38778323483d85f9092e5af5f9d99f | [] | no_license | haoshuimofu/common-components-parent | 481a0cab1db60a59c3ff9b6ebbf6d063a06951ee | 8cc2cc8e41117b28b5282d538334b396106b3387 | refs/heads/master | 2023-08-31T02:14:46.265734 | 2023-08-30T16:09:21 | 2023-08-30T16:09:21 | 281,634,859 | 0 | 5 | null | 2023-04-27T09:12:55 | 2020-07-22T09:32:52 | Java | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
top to bottom direction
circle "1"
circle "2"
circle "3"
circle "4"
circle "5"
circle "6"
circle "7"
"1" --> "2"
"1" --> "3"
"2" --> "4"
"2" --> "5"
"3" --> "6"
"3" --> "7"
@enduml
| false | true | false | false | uml-unknown |
5c763f4d09431124bba2f1ec22440d9bf83bc767 | c8079fa27adea67275b2742209b8fa4986e691d1 | /Security/OAuth2/ClientCredentials.puml | 9f337abba1dc8c9debb75c3b9226c2ef6bc25704 | [] | no_license | xinghua24/xinghua24.github.io | 23343ffe615d2cd68b0571d67a0fd2b52ff95cfe | 0bde44c5f1175ce1f30682973c1559ea0e5f8393 | refs/heads/master | 2023-08-03T06:56:18.563052 | 2023-07-27T17:57:52 | 2023-07-27T17:57:52 | 159,431,419 | 0 | 1 | null | 2022-08-01T11:26:01 | 2018-11-28T02:29:50 | HTML | UTF-8 | PlantUML | false | false | 228 | puml | @startuml
autonumber
title "Client Credentials Flow"
participant "Client App" as Client
participant "Authorization Server" as AuthServer
Client -> AuthServer : Client Authentication
AuthServer -> Client : Access Token
@enduml | false | true | false | false | sequence |
d8da3689ac1197c3da6abdefcd847b89cbcc2614 | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/SelectCommand.plantuml | 0f785dc5bb7536c499437713e859c011467eedbb | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,916 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class SelectCommand {
{static} - CLA : int
{static} - INS : int
{static} - SELECTION_MODE_DF_BY_FID : int
{static} - SELECTION_MODE_EF_BY_FID : int
{static} - SELECTION_MODE_PARENT : int
{static} - SELECTION_MODE_AID : int
{static} - RESPONSE_TYPE_NO_RESPONSE : int
{static} - RESPONSE_TYPE_FCP : int
{static} - FILE_OCCURRENCE_FIRST : int
{static} - FILE_OCCURRENCE_NEXT : int
{static} - P2_FCP : int
{static} - P2 : int
{static} - RESPONSE_MESSAGES : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ SelectCommand()
+ SelectCommand()
+ SelectCommand()
+ SelectCommand()
+ SelectCommand()
- calculateP2()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
SelectCommand -up-|> AbstractHealthCardCommand
@enduml | false | true | false | false | class |
c94b36428ad5e41ffc40f376b613da662392b02f | 5c3f7a955b13b94c709073243f745995402e7db7 | /plantuml/rate-limiter.puml | 99f95ac66b8808b5da96a2b16e379b3f6adc79f1 | [] | no_license | m1well/nginx-playground | 0858cb53f9b44f47053676e5ec278c8a99e903bc | 352df00f53bad9b556f594f22b52ce4891026883 | refs/heads/master | 2023-06-17T08:19:08.624162 | 2021-07-19T21:03:38 | 2021-07-19T21:03:38 | 387,593,359 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,280 | puml | @startuml
!$port_reverse_proxy = ":81"
!$port_load_balancer = ":82"
!$port_rate_limiter = ":83"
!$port_dummy_1 = ":8081"
!$port_dummy_2 = ":8082"
!$port_dummy_3 = ":8083"
title rate limiter
skinparam roundcorner 10
skinparam title {
fontsize 23
fontstyle bold
}
skinparam arrow {
color crimson
fontsize 14
fontcolor crimson
fontstyle italic
}
skinparam cloud {
backgroundcolor white
fontsize 14
}
skinparam frame {
backgroundcolor white
fontsize 14
}
skinparam artifact {
backgroundcolor skyblue
fontsize 17
fontstyle bold
}
cloud "172.99.0.1" as cloud {
frame "$port_rate_limiter" as rate_limiter {
artifact "nginx" as app_rate_limiter
}
interface "limit app 1" as limit_app_1
frame "$port_dummy_1" as dummy_1 {
artifact "dummy app 1" as app_dummy_1
}
interface "limit app 2" as limit_app_2
frame "$port_dummy_2" as dummy_2 {
artifact "dummy app 2" as app_dummy_2
}
frame "$port_dummy_3" as dummy_3 {
artifact "dummy app 3" as app_dummy_3
}
}
[app_rate_limiter] <-down-> [limit_app_1] : location /app1
[app_rate_limiter] <-down-> [limit_app_2] : location /app2
[app_rate_limiter] <-down-> [app_dummy_3] : location /app3
[limit_app_1] <-down-> [app_dummy_1]
[limit_app_2] <-down-> [app_dummy_2]
@enduml
| false | true | false | false | sequence |
9277f76b1e3aa75440ba2ba76638a4afeb89696c | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/shell/ShellCommandsPool.puml | 676dcf8b227541406e29347eb34f883620889360 | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
class ShellCommandsPool {
{static} -commands: HashMap<String, AbstractCommand>
-ShellCommandsPool()
{static} +getCommand(String): Command
{static} +getCommandsDescriptions(): Collection<String>
{static} +getCommandsKeys(): Collection<String>
{static} +registerCommand(List<String>, Class<?>): boolean
}
@enduml
| false | true | false | false | class |
5f1a27b8ba616f30b3671896455944c8fbb0fc05 | fa037035dd5f0606860e8b9e25f4df7d021eb0b1 | /documentation/uml/actors.puml | 30cb64cb0f3902435fa09b08057fc15339316b0a | [
"MIT"
] | permissive | AudrenGuillaume/TTVirton | 23bb27efc0f1a78fdfc217bd7298201a774a5821 | 2e198c20589c34b9af395e5ce53f5dbfe1352ad2 | refs/heads/master | 2020-03-18T16:50:27.961140 | 2018-06-11T13:27:20 | 2018-06-11T13:27:20 | 134,988,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 302 | puml | @startuml Utilisateurs - use cases
' skinparam monochrome true
left to right direction
actor "comité" as admin
actor "utilisateur non connecté" as no_register
actor "utilisateur connecté" as register
actor "joueur" as player
no_register <- register
register <-- player
register <-- admin
@enduml | false | true | true | false | sequence |
cd605ba48f2fcb2ea29ec0251120cdaca2bb8ca5 | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-dev/framework/log.puml | 148d9f3e639df40d54aa57da7ad6e28d6a6c2205 | [] | no_license | adipriyantobpn/UML-diagram-for-some-PHP-packages | b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5 | 0a9308fbd2d544c8f64a37cf9f11011edfc40ace | refs/heads/master | 2021-08-19T19:24:34.948176 | 2017-11-27T07:48:10 | 2017-11-27T07:48:10 | 112,164,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,455 | puml | @startuml
skinparam handwritten true
class yii.log.DbTarget {
+db : Connection|array|string = "db"
+logTable : string = "{{%log}}"
+export()
+init()
}
class yii.log.DbTarget extends yii.log.Target
class yii.log.Dispatcher {
+targets : array|Target[] = []
-_logger : Logger
+dispatch(messages : array, final : bool)
+getFlushInterval() : int
+getLogger() : Logger
+getTraceLevel() : int
+init()
+setFlushInterval(value : int)
+setLogger(value : Logger|string|array)
+setTraceLevel(value : int)
+__construct(config = [])
}
class yii.log.Dispatcher extends yii.base.Component
class yii.log.EmailTarget {
+mailer : MailerInterface|array|string = "mailer"
+message : array = []
#composeMessage(body : string) : yii.mail.MessageInterface
+export()
+init()
}
class yii.log.EmailTarget extends yii.log.Target
class yii.log.FileTarget {
+dirMode : int = 509
+enableRotation : bool = true
+fileMode : int
+logFile : string
+maxFileSize : int = 10240
+maxLogFiles : int = 5
+rotateByCopy : bool = true
+export()
+init()
#rotateFiles()
}
class yii.log.FileTarget extends yii.log.Target
class yii.log.Logger {
+{static}LEVEL_ERROR = 1
+{static}LEVEL_INFO = 4
+{static}LEVEL_PROFILE = 64
+{static}LEVEL_PROFILE_BEGIN = 80
+{static}LEVEL_PROFILE_END = 96
+{static}LEVEL_TRACE = 8
+{static}LEVEL_WARNING = 2
+dispatcher : Dispatcher
+flushInterval : int = 1000
+messages : array = []
+traceLevel : int = 0
+calculateTimings(messages : array) : array
+flush(final : bool = false)
+getDbProfiling() : array
+getElapsedTime() : float
+{static}getLevelName(level : int) : string
+getProfiling(categories : array = [], excludeCategories : array = []) : array
+init()
+log(message : string|array, level : int, category : string = "application")
}
class yii.log.Logger extends yii.base.Component
class yii.log.SyslogTarget {
+facility : int = 8
+identity : string
+options : int
-_syslogLevels : array = [
\t8 => 6,
\t80 => 6,
\t96 => 6,
\t64 => 6,
\t4 => 6,
\t2 => 5,
\t1 => 4
]
+export()
+formatMessage(message)
+init()
}
class yii.log.SyslogTarget extends yii.log.Target
abstract class yii.log.Target {
+categories : array = []
+except : array = []
+exportInterval : int = 1000
+logVars : array = [
\t0 => "_GET",
\t1 => "_POST",
\t2 => "_FILES",
\t3 => "_COOKIE",
\t4 => "_SESSION",
\t5 => "_SERVER"
]
+messages : array = []
+microtime : bool = false
+prefix : callable
-_enabled = true
-_levels = 0
+collect(messages : array, final : bool)
+export()
+{static}filterMessages(messages : array, levels : int = 0, categories : array = [], except : array = []) : array
+formatMessage(message : array) : string
#getContextMessage() : string
+getEnabled() : bool
+getLevels() : int
+getMessagePrefix(message : array) : string
#getTime(timestamp : float) : string
+setEnabled(value : bool|callable)
+setLevels(levels : array|int)
}
class yii.log.Target extends yii.base.Component
class m141106_185632_log_init {
-dbTargets : DbTarget[] = []
+down()
#getDbTargets() : DbTarget[]
+up()
}
class m141106_185632_log_init extends yii.db.Migration
@enduml
| false | true | false | false | class |
c93b858e2bd54de6284688e394491dbc6fb75e13 | cde433048c4291d3352565b650088aef7b1566d0 | /src/main/java/nl/han/dea/marijn/dtos/user/user.plantuml | 636bde43006eecdd7aa5930d6ee8af13ae4d323a | [] | no_license | marijndegen/deaberoepsproduct | 5f0fa0ec728683410476fe4713860c716e1b5d53 | 6e50e270168072f7fdcb551a0ca229f5a23135ff | refs/heads/master | 2022-10-28T18:32:44.607645 | 2018-04-05T09:43:17 | 2018-04-05T09:43:17 | 125,343,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | plantuml | @startuml
title __USER's Class Diagram__\n
package nl.han.dea.marijn.dtos.user {
class User {
- id : int
- name : String
- email : String
+ User()
+ User()
}
}
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 |
cf4e9139dedab624752216673dfdf40d9a6fdcca | 52ca52ff0ab109553953139c0206437651c4acea | /Creational/FactoryPattern/Factory.puml | 4407a663a0d887db25cc7c407f65d9cf35686880 | [] | no_license | semihsevmm/Design-Patterns | d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1 | 58c108bd23ef5f913a25b2e9d15dd6899a85e6b5 | refs/heads/main | 2023-08-10T23:58:15.067685 | 2021-09-14T19:54:11 | 2021-09-14T19:54:11 | 349,040,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Shape
{
-name:string
#Shape(string)
+ {abstract} printShape()
+ getName()
}
class StraightTetro{
+ printShape()
}
class SquareTetro{
+ printShape()
}
class TTetro{
+ printShape()
}
class Tetris{
+createShape(sekil:int) : Shape
}
class Client
Shape <|..StraightTetro
Shape <|..SquareTetro
Shape <|..TTetro
Tetris..>Shape
Client..>Tetris
@enduml | false | true | false | false | class |
1eb4ad016725c305e33be814cdb9d4a70903cd96 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/spring/concept-jpa-hibernate-spring-data-jpa.plantuml | d540aad3766a7687c377ff3e9529a81bfd683bdd | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 410 | plantuml | @startuml
skinparam linetype ortho
rectangle "Application" as app {
}
rectangle "Spring Data JPA" as sdj {
}
rectangle " " as api {
rectangle "JPA" as jpa {
}
rectangle "Hibernate Native API" as hna {
}
}
rectangle "Hibernate" as hibernate {
}
rectangle "JDBC" as jdbc {
}
database "RDBMS" as rdb
app <--> sdj
app <--> api
sdj <--> jpa
api <--> hibernate
hibernate <--> jdbc
jdbc <--> rdb
@enduml | false | true | false | false | sequence |
4b7be1b70a11e50b4fe634fe7fd20dd2550a9173 | 074c3a5aff9ca85fba5b5999dd13a1794cf65973 | /UML_Before.puml | 7af4ddd22d8c6f0a8f8d6c54871ef7242f535bab | [] | no_license | MarieKristin/DobbyApp | 6f4e1bd1b99f5fa9c920ff82b4f7948a3beca5d7 | 2c30f23f9276cf1a3dc367165990e954a1bb5bfc | refs/heads/master | 2021-01-01T04:50:20.754760 | 2016-11-05T16:27:51 | 2016-11-05T16:27:51 | 56,777,520 | 0 | 0 | null | 2016-05-05T07:30:35 | 2016-04-21T13:49:06 | Java | UTF-8 | PlantUML | false | false | 16,402 | puml | @startuml
interface welcome_animation << (A,lightgreen) Animation >>
interface background << (J,grey) JPG >>
interface dobbykopf << (P,lightgrey) PNG >>
interface logo << (P,lightgrey) PNG >>
interface ic_launcher << (P,lightgrey) PNG >>
interface drawer_menu << (M,darkgrey) MENU >>
interface toolbar_layout << (T,blue) TOOLBAR >>
interface settings << (P,darkblue) PREFERENCESCREEN >>
interface AndroidManifest << (M,gold) MANIFEST >>
interface colors << (R,pink) RESOURCES >>
interface dimens << (R,pink) RESOURCES >>
interface strings << (R,pink) RESOURCES >>
interface styles << (R,pink) RESOURCES >>
interface activity_connect_drawer << (X,darkgrey) XML >>
interface activity_login << (X,darkgrey) XML >>
interface activity_splash << (X,darkgrey) XML >>
interface content_infoabout << (X,darkgrey) XML >>
interface fragment_connect << (X,darkgrey) XML >>
interface fragment_information << (X,darkgrey) XML >>
interface head_background << (X,darkgrey) XML >>
interface navigation_drawer_header << (X,darkgrey) XML >>
styles -left-> colors
AndroidManifest -right-> ic_launcher
AndroidManifest ..> strings
AndroidManifest --> styles
AndroidManifest --> Splashscreen
AndroidManifest --> Login
AndroidManifest --> ConnectDrawer
activity_connect_drawer --> toolbar_layout
activity_connect_drawer -left-> navigation_drawer_header
activity_connect_drawer --> drawer_menu
activity_login --> logo
activity_login --> dimens
activity_splash --> logo
activity_splash --> background
content_infoabout ..> strings
fragment_connect ..> strings
settings ..> strings
fragment_information --> dimens
fragment_information -left-> content_infoabout
navigation_drawer_header --> dobbykopf
navigation_drawer_header --> head_background
class ConnectDrawer << AppCompatActivity >> {
DrawerLayout drawerLayout
Toolbar toolbar
ActionBarDrawerToggle actionBarDrawerToggle
FragmentTransaction fragmentTransaction
NavigationView navigationView
# void onCreate(Bundle savedInstanceState)
+ void onBackPressed()
# void onPostCreate(Bundle savedInstanceState)
}
ConnectDrawer ..|> activity_connect_drawer
ConnectDrawer ..> strings
ConnectDrawer ..> ConnectFragment
ConnectDrawer ..> LoginData
ConnectDrawer .right.> Splashscreen
ConnectDrawer ..> InformationFragment
class ConnectFragment << Fragment >> {
- {static} final String TAG_LOG
- {static} final String TAG_JSON_TYPE
- {static} final String TAG_JSON_MSG
- volatile boolean isConnected
- WebSocketConnection wsConnection
- WebSocketOptions wsOptions
- URI wsURI
- EditText cmdInput
- TextView cmdOutput
- CircularProgressButton connectButton
- String hostname
- String portNumber
- String timeout
+ ConnectFragment()
+ View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
+ void onResume()
boolean wsConnect()
void wsDisconnect()
void wsSend()
+ void onOpen()
+ void onClose (WebSocketCloseNotification code, String reason)
+ void onTextMessage (String payload)
+ void onRawTextMessage (byte[] payload)
+ void onBinaryMessage (byte[] payload)
void show_info (String info, boolean showButton)
{static} void appendText (TextView textView, String text, int textColor)
}
ConnectFragment ..|> WebSocketConnectionObserver
ConnectFragment -right-> WebSocketConnection
ConnectFragment --> WebSocketOptions
ConnectFragment ..|> fragment_connect
ConnectFragment ..> strings
ConnectFragment ..> Settings
class InformationFragment << Fragment >> {
+ InformationFragment()
+ View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
- void clickListener(View view)
}
InformationFragment ..|> fragment_information
class Login << AppCompatActivity >> {
Button confirm
EditText NameText
EditText PassText
String Name
String Pass
CharSequence text
# void onCreate(Bundle savedInstanceState)
+ void onClickFunction(View v)
- void setUser()
- void startIntent()
- void toastShow()
+ void onBackPressed()
}
Login ..|> activity_login
Login .left.> LoginData
Login .right.> ConnectDrawer
class LoginData {
{static} String curruser
{static} boolean logged
String name
String pass
{static} ArrayList<LoginData> user
{static} void main()
+ LoginData(String name, String pass)
{static} boolean isValidName(String name)
{static} boolean isValidPass(String name, String pass)
{static} void setCurrUser(String Name)
{static} String getCurrUser()
{static} void setLogged()
{static} void notLogged()
{static} boolean getLogged()
}
class Settings << Activity >> {
- {static} final String TAG_DISABLE_NOTIFICATIONS
- {static} final String TAG_DISABLE_MULTIPLE_NOTIFICATIONS
+ void onCreate(Bundle savedInstanceState)
+ {static} Boolean pref_notifications_disabled(Context context)
+ {static} Boolean pref_multiple_notifications_disabled(Context context)
}
class PrefsFragment << PreferenceFragment >> {
+ void onCreate(Bundle savedInstanceState)
}
Settings --|> PrefsFragment
PrefsFragment ..|> settings
class Splashscreen << Activity >> {
ImageView imageView
Animation animation
# void onCreate(Bundle savedInstanceState)
- void animationListener(Animation animation)
+ void onBackPressed()
}
Splashscreen ..|> activity_splash
Splashscreen .right.> welcome_animation
class NoCopyByteArrayOutputStream << ByteArrayOutputStream >> {
+ NoCopyByteArrayOutputStream()
+ NoCopyByteArrayOutputStream(int size)
+ InputStream getInputStream()
+ byte[] getByteArray()
}
class Utf8Validator {
- {static} final int[] DFA
- {static} final int ACCEPT = 0
- {static} final int REJECT = 1
- int mState
- int mPos
+ Utf8Validator()
+ void reset()
+ int position()
+ boolean isValid()
+ boolean validate(byte[] data, int off, int len)
+ boolean validate(byte[] data)
}
interface WebSocket {
+ {static} final String UTF8_ENCODING
+ void connect(URI uri, WebSocketConnectionObserver observer)
+ void connect(URI uri, WebSocketConnectionObserver observer, WebSocketOptions options)
+ void disconnect()
+ boolean isConnected()
+ void sendBinaryMessage(byte[] payload)
+ void sendRawTextMessage(byte[] payload)
+ void sendTextMessage(String payload)
}
interface WebSocketConnectionObserver {
+ void onOpen()
+ void onClose(WebSocketCloseNotification code, String reason)
+ void onTextMessage(String payload)
+ void onRawTextMessage(byte[] payload)
+ void onBinaryMessage(byte[] payload)
}
enum WebSocketCloseNotification {
NORMAL
CANNOT_CONNECT
CONNECTION_LOST
PROTOCOL_ERROR
INTERNAL_ERROR
SERVER_ERROR
RECONNECT
}
WebSocket --|> WebSocketConnectionObserver
WebSocket ..> WebSocketException
WebSocket ..> WebSocketOptions
WebSocketConnectionObserver -right-|> WebSocketCloseNotification
class WebSocketConnection {
- {static} final String TAG
- {static} final String WS_URI_SCHEME
- {static} final String WSS_URI_SCHEME
- {static} final String WS_WRITER
- {static} final String WS_READER
- final Handler mHandler
- WebSocketReader mWebSocketReader
- WebSocketWriter mWebSocketWriter
- Socket mSocket
- SocketThread mSocketThread
- URI mWebSocketURI
- String[] mWebSocketSubprotocols
- WeakReference<WebSocketConnectionObserver> mWebSocketConnectionObserver
- WebSocketOptions mWebSocketOptions
- boolean mPreviousConnection
+ WebSocketConnection()
+ void sendTextMessage(String payload)
+ void sendRawTextMessage(byte[] payload)
+ void sendBinaryMessage(byte[] payload)
+ boolean isConnected()
- void failConnection(WebSocketCloseNotification code, String reason)
+ void connect(URI webSocketURI, WebSocket.WebSocketConnectionObserver connectionObserver)
+ void connect(URI webSocketURI, WebSocket.WebSocketConnectionObserver connectionObserver, WebSocketOptions options)
+ void connect(URI webSocketURI, String[] subprotocols, WebSocket.WebSocketConnectionObserver connectionObserver, WebSocketOptions options)
+ void disconnect()
+ boolean reconnect()
- void connect()
# boolean scheduleReconnect()
- void onClose(WebSocketCloseNotification code, String reason)
# void processAppMessage(Object message)
# void createWriter()
# void createReader()
- void handleMessage(Message message)
}
class SocketThread << Thread >> {
- {static} final String WS_CONNECTOR
- final URI mWebSocketURI
- Socket mSocket
- String mFailureMessage
- Handler mHandler
+ SocketThread(URI uri, WebSocketOptions options)
+ void run()
+ void startConnection()
+ void stopConnection()
+ Handler getHandler()
+ Socket getSocket()
+ String getFailureMessage()
}
class ThreadHandler << Handler >> {
- final WeakReference<WebSocketConnection> mWebSocketConnection
+ void handleMessage(Message message)
}
WebSocketConnection ..|> WebSocket
WebSocketConnection -right-> WebSocketReader
WebSocketConnection --> WebSocketWriter
WebSocketConnection ..> WebSocketConnectionObserver
WebSocketConnection --> WebSocketOptions
WebSocketConnection ..> WebSocketCloseNotification
WebSocketConnection ..> WebSocketException
WebSocketConnection ..> Message
WebSocketConnection ..|> SocketThread
SocketThread ..> WebSocketOptions
WebSocketConnection ..|> ThreadHandler
ThreadHandler ..> WebSocketConnection
class WebSocketException << Exception >> {
- {static} final long serialVersionUID
+ WebSocketException(String message)
+ WebSocketException(String message, Throwable t)
}
class WebSocketFrameHeader {
- int mOpcode
- boolean mFin
- int mReserved
- int mHeaderLen
- int mPayloadLen
- int mTotalLen
- byte[] mMask
+ int getOpcode()
+ void setOpcode(int opcode)
+ boolean isFin()
+ void setFin(boolean fin)
+ int getReserved()
+ void setReserved(int reserved)
+ int getHeaderLength()
+ void setHeaderLength(int headerLength)
+ int getPayloadLength()
+ void setPayloadLength(int payloadLength)
+ int getTotalLength()
+ void setTotalLen(int totalLength)
+ byte[] getMask() {
+ void setMask(byte[] mask)
}
class WebSocketMessage {
}
class WebSocketCloseCode {
+ {static} final int NORMAL
+ {static} final int ENDPOINT_GOING_AWAY
+ {static} final int ENDPOINT_PROTOCOL_ERROR
+ {static} final int ENDPOINT_UNSUPPORTED_DATA_TYPE
+ {static} final int RESERVED
+ {static} final int RESERVED_NO_STATUS
+ {static} final int RESERVED_NO_CLOSING_HANDSHAKE
+ {static} final int ENDPOINT_BAD_DATA
+ {static} final int POLICY_VIOLATION
+ {static} final int MESSAGE_TOO_BIG
+ {static} final int ENDPOINT_NEEDS_EXTENSION
+ {static} final int UNEXPECTED_CONDITION
+ {static} final int RESERVED_TLS_REQUIRED
}
class Message
class Quit
class ClientHandshake {
- final URI mURI
- final URI mOrigin
- final String[] mSubprotocols
ClientHandshake(URI uri)
ClientHandshake(URI uri, URI origin, String[] subprotocols)
+ URI getURI()
+ URI getOrigin()
+ String[] getSubprotocols()
}
class ServerHandshake {
+ boolean mSuccess
+ ServerHandshake(boolean success)
}
class ConnectionLost
class ServerError {
+ int mStatusCode
+ String mStatusMessage
+ ServerError(int statusCode, String statusMessage)
}
class ProtocolViolation {
+ WebSocketException mException
+ ProtocolViolation(WebSocketException e)
}
class Error {
+ Exception mException
+ Error(Exception e)
}
class TextMessage {
+ String mPayload;
TextMessage(String payload)
}
class RawTextMessage {
+ byte[] mPayload
RawTextMessage(byte[] payload)
}
class BinaryMessage {
+ byte[] mPayload
BinaryMessage(byte[] payload)
}
class Close {
- int mCode
- String mReason
Close()
Close(int code)
Close(int code, String reason)
+ int getCode()
+ String getReason()
}
class Ping {
+ byte[] mPayload
Ping()
Ping(byte[] payload)
}
class Pong {
+ byte[] mPayload
Pong()
Pong(byte[] payload)
}
WebSocketMessage ..|> WebSocketCloseCode
WebSocketMessage ..|> Message
WebSocketMessage ..|> Quit
Quit --|> Message
WebSocketMessage ..|> ClientHandshake
ClientHandshake --|> Message
WebSocketMessage ..|> ServerHandshake
ServerHandshake --|> Message
WebSocketMessage ..|> ConnectionLost
ConnectionLost --|> Message
WebSocketMessage ..|> ServerError
ServerError --|> Message
WebSocketMessage ..|> ProtocolViolation
ProtocolViolation --|> Message
ProtocolViolation --> WebSocketException
WebSocketMessage ..|> Error
Error --|> Message
WebSocketMessage ..|> TextMessage
TextMessage --|> Message
WebSocketMessage ..|> RawTextMessage
RawTextMessage --|> Message
WebSocketMessage ..|> BinaryMessage
BinaryMessage --|> Message
WebSocketMessage ..|> Close
Close --|> Message
WebSocketMessage ..|> Ping
Ping --|> Message
WebSocketMessage ..|> Pong
Pong --|> Message
class WebSocketOptions {
- int mMaxFramePayloadSize
- int mMaxMessagePayloadSize
- boolean mReceiveTextMessagesRaw
- boolean mTcpNoDelay
- int mSocketReceiveTimeout
- int mSocketConnectTimeout
- boolean mValidateIncomingUtf8
- boolean mMaskClientFrames
- int mReconnectInterval
+ WebSocketOptions()
+ WebSocketOptions(WebSocketOptions other)
+ void setReceiveTextMessagesRaw(boolean enabled)
+ boolean getReceiveTextMessagesRaw()
+ void setMaxFramePayloadSize(int size)
+ int getMaxFramePayloadSize()
+ void setMaxMessagePayloadSize(int size)
+ int getMaxMessagePayloadSize()
+ void setTcpNoDelay(boolean enabled)
+ boolean getTcpNoDelay()
+ void setSocketReceiveTimeout(int timeoutMs)
+ int getSocketReceiveTimeout()
+ void setSocketConnectTimeout(int timeoutMs)
+ int getSocketConnectTimeout()
+ void setValidateIncomingUtf8(boolean enabled)
+ boolean getValidateIncomingUtf8()
+ void setMaskClientFrames(boolean enabled)
+ boolean getMaskClientFrames()
+ void setReconnectInterval(int reconnectInterval)
+ int getReconnectInterval()
}
class WebSocketReader << Thread >> {
- {static} final String TAG
- final Handler mWebSocketConnectionHandler
- final Socket mSocket
- InputStream mInputStream
- final WebSocketOptions mWebSocketOptions
- volatile boolean mStopped
- final byte[] mNetworkBuffer
- final ByteBuffer mApplicationBuffer
- NoCopyByteArrayOutputStream mMessagePayload
- ReaderState mState
- boolean mInsideMessage
- int mMessageOpcode
- WebSocketFrameHeader mFrameHeader
- Utf8Validator mUTF8Validator
+ WebSocketReader(Handler master, Socket socket, WebSocketOptions options, String threadName)
+ void quit()
# void notify(Object message)
- boolean processData()
# void onHandshake(boolean success)
# void onClose(int code, String reason)
# void onPing(byte[] payload)
# void onPong(byte[] payload)
# void onTextMessage(String payload)
# void onRawTextMessage(byte[] payload)
# void onBinaryMessage(byte[] payload)
- boolean processHandshake()
- Pair<Integer, String> parseHTTPStatus()
- boolean consumeData()
+ void run()
}
enum ReaderState {
STATE_CLOSED
STATE_CONNECTING
STATE_CLOSING
STATE_OPEN
}
WebSocketReader .right.|> ReaderState
WebSocketReader --> WebSocketOptions
WebSocketReader -right-> WebSocketFrameHeader
WebSocketReader --> Utf8Validator
WebSocketReader --> NoCopyByteArrayOutputStream
WebSocketReader ..> Message
WebSocketReader ..> WebSocketException
WebSocketReader ..> WebSocketMessage
WebSocketReader ..> WebSocket
class WebSocketWriter << Thread >> {
- {static} final String TAG
- {static} final int WEB_SOCKETS_VERSION
- {static} final String CRLF
- final Random mRandom
- final Handler mWebSocketConnectionHandler
- final WebSocketOptions mWebSocketOptions
- final ByteBuffer mApplicationBuffer
- final Socket mSocket
- OutputStream mOutputStream
- Handler mHandler
+ WebSocketWriter(Handler master, Socket socket, WebSocketOptions options, String threadName)
+ void forward(Object message)
- void notify(Object message)
- String newHandshakeKey()
- byte[] newFrameMask()
- void sendClientHandshake(WebSocketMessage.ClientHandshake message)
- void sendClose(WebSocketMessage.Close message)
- void sendPing(WebSocketMessage.Ping message)
- void sendPong(WebSocketMessage.Pong message)
- void sendBinaryMessage(WebSocketMessage.BinaryMessage message)
- void sendTextMessage(WebSocketMessage.TextMessage message)
- void sendRawTextMessage(WebSocketMessage.RawTextMessage message)
# void sendFrame(int opcode, boolean fin, byte[] payload)
# void sendFrame(int opcode, boolean fin, byte[] payload, int offset, int length)
# void processMessage(Object msg)
+ void writeMessageToBuffer(Message message)
# void processAppMessage(Object msg)
+ void run()
}
class ThreadHandler << Handler >> {
- final WeakReference<WebSocketWriter> mWebSocketWriterReference
+ ThreadHandler(WebSocketWriter webSocketWriter)
+ void handleMessage(Message message)
}
WebSocketWriter --> WebSocketOptions
WebSocketWriter ..> Message
WebSocketWriter ..> ClientHandshake
WebSocketWriter ..> WebSocketException
WebSocketWriter ..> WebSocketMessage
WebSocketWriter --|> ThreadHandler
ThreadHandler ..> WebSocketWriter
ThreadHandler ..> Message
@enduml | false | true | false | false | class |
439cfaf3f453d033534d5c795d68063b215dd436 | ece7901e2a5e88048743f4ab96caff7e4063e987 | /Distribution/1_3TagAndStream.puml | e782dc915786ec9a6929574a90a066c777cbd365 | [] | no_license | manish-drake/sportspiparch | ac43f6ab453b0c291d9f738b14bfe07116306f34 | 8ac9d63eefaa0f4ac66df9fe2edace10ccf4ce67 | refs/heads/master | 2023-04-06T05:07:48.477941 | 2021-04-06T10:53:26 | 2021-04-06T10:53:26 | 291,276,027 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 959 | puml | @startuml Tag and Stream
title Tag and Stream
actor "User" as usr
boundary "Tagging UI" as tag
boundary "IP Cams" as ip
control "Streaming Service" as strm
group Record and Transfer
usr -> ip: start()
note over tag,strm
The process till the streaming service
is ready to send media to Coaches
end note
usr -> ip: stop()
end
boundary "Coaches'\nTablets\Laptops" as coach
create entity "Settings\n(Media Transfer)" as sett
coach -> sett
strm -> coach: transfer(metadata, thumbnail, mediaFileHandle)
coach -> sett: checkSettings()
sett --> coach: return(decision)
alt Is auto-download enabled?
coach -> strm: fetch(mediaFileHandle)
strm --> coach: return(mediaFileBlocks)
else
coach -> coach: Display(metadata, thumbnail)
opt User chooses to fetch video (optional)
usr -> coach: ShowVideo()
coach -> strm: fetch(mediaFileHandle)
strm --> coach: return(mediaFileBlocks)
end
end
@enduml | false | true | false | false | usecase |
fc83c61cea9442d437701c30ca444f0965caf576 | 1050fdf9d7985bd048ab38ea1f4df3b7d485d88f | /docs/uml/transaction_flow.puml | bf01f04f68b78e344705062bc199ebcf2d3e80e2 | [
"Apache-2.0"
] | permissive | cryptopossum/cosmos-sdk | f800e257018176d49838651b706d61c63e546721 | bc4c3be15c33f2565f08e8f31e0a6caa6a129cbc | refs/heads/master | 2023-04-03T13:01:07.589612 | 2021-04-15T09:09:01 | 2021-04-15T09:09:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 730 | puml | What happens after a transaction is unmarshalled and is processed by the SDK?
@startuml
'https://plantuml.com/sequence-diagram
actor User
User -> baseApp : Transaction Type<Tx>
baseApp -> router : Route(ctx, msgRoute)
router --> baseApp : handler
baseApp -> handler: Msg<Tx>(Context, Msg(...))
handler -> msgServer : <Tx>(Context, Msg)
alt addresses invalid, denominations wrong, etc.
msgServer --> handler : error
end
msgServer -> keeper : perform action, update context
keeper --> msgServer : results, error code
msgServer -> Context.EventManager : Emit relevant events
msgServer -> msgServer : maybe wrap results in more structure
msgServer --> handler : result, error code
baseApp <-- handler : results, error code
@enduml
| false | true | false | false | usecase |
317b07d8955db653a5d71eb5750b0fb73f947dbd | a88c8d245a7afcf7f354b0477900280b9bafa095 | /src/main/java/assignment3/ex42/base/ex42.puml | 5a2826a7a584380ada314da499ebf121bb3372a4 | [] | no_license | rachelsch1/schwarz-cop3330-assignment3 | 5d1cf04e1119f706bd4901955b80256f506f8a15 | 0bbac938ff6bd9fd56cc8faa4cdc3601725fd6cb | refs/heads/master | 2023-06-04T14:50:54.589098 | 2021-06-21T03:58:33 | 2021-06-21T03:58:33 | 378,307,357 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 118 | puml | @startuml
'https://plantuml.com/sequence-diagram
class ex42 {
List<String[]> readInput()
void printOutput()
}
@enduml | false | true | false | false | class |
297eff821b5fd31f00e6cbacad142a4dc6b06765 | 3f94276295ae721fdc78608fe95179a28d23fa03 | /MCD.plantuml | a31d2d8a7460ff473e997824e081b9364a80e58e | [] | no_license | jiawen1996/forum-discussion | 593034f81398cba9a52b9b5e3730952953512c74 | 99c09de229c906f4c473d5fc937ec3706fc559fc | refs/heads/master | 2022-11-14T00:43:28.872032 | 2020-05-31T21:21:54 | 2020-05-31T21:21:54 | 267,436,964 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 735 | plantuml | @startuml Forum
Class User{
{field} id : INT {clef}
{field} login : VARCHAR
{field} fname : VARCHAR
{field} lname : VARCHAR
{field} pwd : VARCHAR
{field} gender : VARCHAR
{field} is_admin : TINYINT
}
Class Forum{
{field} id : INT {clef}
{field} title : VARCHAR
{field} owner : User
{field} description : VARCHAR
}
Class Subscriptions{
{field} id_user : INT {clef étrangère}
{field} id_forum : INT {clef étrangère}
}
Class Message{
{field} id : INT {clef locale}
{field} id_forum : INT {clef étrangère}
{field} editor : INT
{field} content : VARCHAR
}
User "1" - "*" Message
User "*" - "*" Forum
(User, Forum) .. Subscriptions
Forum *-- "*" Message
@enduml | false | true | true | false | class |
c83d0fa784bb43f9ee6f7ddd3caab8b694b473b5 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /doc/PRO/UML/session.puml | b5ef037f3b495cfbf2d4d57e3d0d11c9cb4ad73d | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 2,571 | puml | @startuml
skinparam classAttributeIconSize 0
namespace ch.tofind.commusica.session {
class ServerSessionManager {
{static} -LOG: Logger
{static} -instance: ServerSessionManager
{static} -availableServers: ObservableMap<Integer, ServerSession>
-scheduledExecutorService: ScheduledExecutorService
{static} +getInstance(): ServerSessionManager
+store(Integer, InetAddress, String): void
+getAvailableServers(): ObservableMap<Integer, ServerSession>
-deleteObsoleteSessions(): void
+stop(): void
}
class UserSessionManager {
{static} -LOG: Logger
{static} -instance: UserSessionManager
-activeSessions: Map<Integer, UserSession>
-inactiveSessions: Map<Integer, UserSession>
-usersAskedForNextTrack: Set<Integer>
-scheduledExecutorService: ScheduledExecutorService
{static} +getInstance(): UserSessionManager
+store(Integer): void
+countActiveSessions(): int
+countInactiveSessions(): int
+countPlayPauseRequests(): int
+countNextTrackRequests(): int
+nextTrack(Integer): void
+resetNextTrackRequests(): void
-deleteObsoleteSessions(): void
+stop(): void
}
interface ISession {
{abstract} +getId(): Integer
{abstract} +update(): void
{abstract} +getLastUpdate(): Date
}
class ServerSession {
-id: Integer
-serverIp: InetAddress
-serverName: String
-updated: Date
+ServerSession(Integer, InetAddress, String)
+getServerIp(): InetAddress
+getServerName(): String
}
interface ISessionManager {
{static} +TIME_BEFORE_SESSION_INACTIVE: int
{abstract} +stop(): void
}
class UserSession {
-id: Integer
-updated: Date
-upvotedTracks: Set<String>
-downvotedTracks: Set<String>
+UserSession(Integer)
+getUpvotedTracks(): Set<String>
+getDownvotedTracks(): Set<String>
+addUpvotedTrack(String): void
+addDownvotedTrack(String): void
}
ISessionManager <|.. ServerSessionManager
ISessionManager <|.. UserSessionManager
ISession <|.. ServerSession
ISession <|.. UserSession
}
@enduml
| false | true | false | false | class |
0988540cd5f96ce2bc504f0d121c3dcc69ec63b1 | 142d861cd35d3865a33a410c0a85835e3d020feb | /uml/mqtt-broker.puml | f331d77e560a297c139601567dbb97179297df21 | [
"MIT"
] | permissive | petruzeb/ie-documentation | d3041f4f793d272c66c9ae5d4556b05933a61895 | 32067b3d4109e62951c872c43d97b1605609b7b5 | refs/heads/master | 2020-04-24T23:20:12.800508 | 2019-02-26T07:17:10 | 2019-02-26T07:17:10 | 172,340,998 | 0 | 0 | MIT | 2019-02-26T07:17:11 | 2019-02-24T13:29:41 | null | UTF-8 | PlantUML | false | false | 1,046 | puml | @startuml
skinparam component {
FontColor black
AttributeFontColor black
FontSize 17
AttributeFontSize 15
AttributeFontname Droid Sans Mono
BackgroundColor #6A9EFF
BorderColor black
ArrowColor #222266
}
skinparam componentStyle uml2
package "Compute" {
node "EC2 instance" {
[mqtt broker]
[mqtt client]
}
}
package "IoT" {
interface "local_gateway_to_aws_iot" as Act
["EI_store_to_sqs"]
[mqtt broker] --> Act: **SEND**
}
package "SQS" {
queue "EI-mqtt-ingres" as IngressQ
queue "EI-mqtt-error" as ErrorQ
queue "EI-mqtt-processed" as ProcessedQ
queue "EI-mqtt-ingress-error" as IngressErrorQ
}
database "DynamoDB" {
["mqtt-data"]
}
[mqtt client] --> [mqtt broker]
Act --> ["EI_store_to_sqs"]
["EI_store_to_sqs"] --> IngressQ
["EI_store_to_sqs"] ..> IngressErrorQ
IngressQ ..> ErrorQ
IngressQ ..> ProcessedQ
IngressQ --> ["mqtt-data"]
@enduml | false | true | false | false | sequence |
3ab144201dd1f192ecba0d0d7e497aee3873bd6d | 08738204ffb10b361a9d7a3b492cd0563f19e151 | /conception/composants-interne/INTCalculEnvironnement/INTCalculEnvironnement-initialisation.puml | fe370611fdb7b5b507e283d8e07b323d6d465bba | [] | no_license | ldalzotto/MyCrossyRoad | 95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4 | 69aa9082f763a9700a82f0d1b534738ecff488ca | refs/heads/master | 2021-01-22T21:00:21.860081 | 2017-04-10T07:48:05 | 2017-04-10T07:48:05 | 85,384,738 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 367 | puml | @startuml
hide footbox
participant ext
participant INTCalculEnvironement
ext -> INTCalculEnvironement : Appel constructeur
INTCalculEnvironement -> INTCalculEnvironement : _environnement = new Environnement()
INTCalculEnvironement -> INTCalculEnvironement : _nbOuvertureModifiable = true
INTCalculEnvironement -> INTCalculEnvironement : _nbLignesAJoute = 0
@enduml | false | true | false | false | sequence |
4b1d39f70e8712a040ddc6106477834c2d971be0 | 4f888511d8f2d81ed6b4ec6cf34845720ef88cd8 | /reports/img/T6_Create_Group.puml | 2f4297b63adc716daae7d10924212a7bebff2c1d | [] | no_license | zachscheider/SecureGroupFileServer | 0a4e854aae29584a9a626e1552da21e8bce88f29 | 8ae8115c3e5b12bdfebdba3a0d7d14231f1d94d5 | refs/heads/master | 2021-04-30T04:47:56.009107 | 2017-12-08T04:49:16 | 2017-12-08T04:49:16 | 121,544,859 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 334 | puml | @startuml
title __Create Group__
actor Bob
participant GS
Bob -> GS: CGROUP || IV || {Group name || \npToken || [H(pToken)]k<sub>G</sub><sup>-1</sup>}K<sub>GB</sub>
GS -> GS: Create group and K<sub>Gn</sub> \nH<sup>1000</sup>(K<sub>Gn</sub>) \nStore <GroupName, K<sub>Gn</sub>, c, H<sup>c</sup>(K<sub>Gn</sub>)>
GS -> Bob: OK
@enduml | false | true | false | false | usecase |
c52c7af1bcc18a18d5764eaf982d91f4a607e3fb | 32012604691f442290cb2a59096e83c0274648a1 | /classes/server-data-structures.puml | fc08fc838324d09f45ffd5b775c389621320472f | [
"BSD-2-Clause"
] | permissive | Saabre/osrm-backend-uml | 4a50ed007dc58385efd00e1e1004899576d0c915 | e6f10725c93695ee66a8f0b0d8df5deddec66092 | refs/heads/master | 2021-01-01T19:06:39.897069 | 2015-01-05T14:18:21 | 2015-01-05T14:46:30 | 28,812,301 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 12,260 | puml | ' Copyright (c) 2013, Project OSRM, Dennis Luxen, others
' All rights reserved.
'
' Redistribution and use in source and binary forms, with or without modification,
' are permitted provided that the following conditions are met:
'
' Redistributions of source code must retain the above copyright notice, this list
' of conditions and the following disclaimer.
' Redistributions in binary form must reproduce the above copyright notice, this
' list of conditions and the following disclaimer in the documentation and/or
' other materials provided with the distribution.
'
' THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
' ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
' WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
' DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
' ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
' (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
' LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
' ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
' (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
' SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@startuml
' BaseDataFacade.h
' typedef osrm::range<EdgeID> EdgeRange
class BaseDataFacade<class EdgeDataT> {
+typedef EdgeBasedNode RTreeLeaf
+typedef EdgeDataT EdgeData
+BaseDataFacade() {}
+virtual ~BaseDataFacade() {}
+virtual unsigned GetNumberOfNodes()
+virtual unsigned GetNumberOfEdges()
+virtual unsigned GetOutDegree(NodeID n)
+virtual NodeID GetTarget(EdgeID e)
+virtual EdgeDataT &GetEdgeData(EdgeID e)
+virtual EdgeID BeginEdges(NodeID n)
+virtual EdgeID EndEdges(NodeID n)
+virtual EdgeRange GetAdjacentEdgeRange(NodeID node)
+virtual EdgeID FindEdge(NodeID from, NodeID to)
+virtual EdgeID FindEdgeInEitherDirection(NodeID from, NodeID to)
+virtual EdgeID
+FindEdgeIndicateIfReverse(NodeID from, NodeID to, bool &result)
+virtual FixedPointCoordinate GetCoordinateOfNode(unsigned id)
+virtual bool EdgeIsCompressed(unsigned id)
+virtual unsigned GetGeometryIndexForEdgeID(unsigned id)
+virtual void GetUncompressedGeometry(unsigned id, vector<unsigned> &result_nodes)
+virtual TurnInstruction GetTurnInstructionForEdgeID(unsigned id)
+virtual bool LocateClosestEndPointForCoordinate(FixedPointCoordinate &input_coordinate, FixedPointCoordinate &result, unsigned zoom_level = 18) = 0
+virtual bool FindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, PhantomNode &resulting_phantom_node, unsigned zoom_level) = 0
+virtual bool IncrementalFindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, vector<PhantomNode> &resulting_phantom_node_vector, unsigned zoom_level, unsigned number_of_results) = 0
+virtual unsigned GetCheckSum()
+virtual unsigned GetNameIndexFromEdgeID(unsigned id)
+virtual void GetName(unsigned name_id, string &result)
+string GetEscapedNameForNameID(unsigned name_id)
+virtual string GetTimestamp()
}
' InternalDataFacade.h
class InternalDataFacade<class EdgeDataT> {
-typedef BaseDataFacade<EdgeDataT> super
-typedef StaticGraph<typename super::EdgeData> QueryGraph
-typedef typename QueryGraph::InputEdge InputEdge
-typedef typename super::RTreeLeaf RTreeLeaf
-InternalDataFacade()
-unsigned m_check_sum
-unsigned m_number_of_nodes
-QueryGraph *m_query_graph
-string m_timestamp
-shared_ptr<ShM<FixedPointCoordinate, false>::vector> m_coordinate_list
-ShM<NodeID, false>::vector m_via_node_list
-ShM<unsigned, false>::vector m_name_ID_list
-ShM<TurnInstruction, false>::vector m_turn_instruction_list
-ShM<char, false>::vector m_names_char_list
-ShM<bool, false>::vector m_egde_is_compressed
-ShM<unsigned, false>::vector m_geometry_indices
-ShM<unsigned, false>::vector m_geometry_list
-boost::thread_specific_ptr<StaticRTree<RTreeLeaf, ShM<FixedPointCoordinate, false>::vector, false>>
-m_static_rtree
-boost::filesystem::path ram_index_path
-boost::filesystem::path file_index_path
-RangeTable<16, false> m_name_table
-void LoadTimestamp(boost::filesystem::path ×tamp_path)
-void LoadGraph(boost::filesystem::path &hsgr_path)
-void LoadNodeAndEdgeInformation(boost::filesystem::path &nodes_file, boost::filesystem::path &edges_file)
-void LoadGeometries(boost::filesystem::path &geometry_file)
-void LoadRTree()
-void LoadStreetNames(boost::filesystem::path &names_file)
+virtual ~InternalDataFacade()
+InternalDataFacade(ServerPaths &server_paths)
+unsigned GetNumberOfNodes()
+unsigned GetNumberOfEdges()
+unsigned GetOutDegree(NodeID n)
+NodeID GetTarget(EdgeID e)
+EdgeDataT &GetEdgeData(EdgeID e)
+EdgeDataT &GetEdgeData(EdgeID e)
+EdgeID BeginEdges(NodeID n)
+EdgeID EndEdges(NodeID n)
+EdgeRange GetAdjacentEdgeRange(NodeID node)
+EdgeID FindEdge(NodeID from, NodeID to)
+EdgeID FindEdgeInEitherDirection(NodeID from, NodeID to)
+EdgeID FindEdgeIndicateIfReverse(NodeID from, NodeID to, bool &result)
+FixedPointCoordinate GetCoordinateOfNode(unsigned id)
+bool EdgeIsCompressed(unsigned id)
+TurnInstruction GetTurnInstructionForEdgeID(unsigned id)
+bool LocateClosestEndPointForCoordinate(FixedPointCoordinate &input_coordinate, FixedPointCoordinate &result, unsigned zoom_level = 18)
+bool FindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, PhantomNode &resulting_phantom_node, unsigned zoom_level)
+bool IncrementalFindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, vector<PhantomNode> &resulting_phantom_node_vector, unsigned zoom_level, unsigned number_of_results)
+unsigned GetCheckSum()
+unsigned GetNameIndexFromEdgeID(unsigned id)
+void GetName(unsigned name_id, string &result)
+virtual unsigned GetGeometryIndexForEdgeID(unsigned id)
+virtual void GetUncompressedGeometry(unsigned id, vector<unsigned> &result_nodes)
+string GetTimestamp()
}
' SharedBarriers
class SharedBarriers <<(S,#83e6bc)>> {
+SharedBarriers()
// Mutex to protect access to the boolean variable
+boost::interprocess::named_mutex pending_update_mutex
+boost::interprocess::named_mutex update_mutex
+boost::interprocess::named_mutex query_mutex
// Condition that no update is running
+boost::interprocess::named_condition no_running_queries_condition
+bool update_ongoing // Is there an ongoing update?
+int number_of_queries // Is there any query?
}
' SharedDataFacade
class SharedDataFacade<class EdgeDataT> {
-typedef EdgeDataT EdgeData
-typedef BaseDataFacade<EdgeData> super
-typedef StaticGraph<EdgeData, true> QueryGraph
-typedef typename StaticGraph<EdgeData, true>::NodeArrayEntry GraphNode
-typedef typename StaticGraph<EdgeData, true>::EdgeArrayEntry GraphEdge
-typedef typename RangeTable<16, true>::BlockT NameIndexBlock
-typedef typename QueryGraph::InputEdge InputEdge
-typedef typename super::RTreeLeaf RTreeLeaf
-typedef typename StaticRTree<RTreeLeaf, ShM<FixedPointCoordinate, true>::vector, true>::TreeNode
-RTreeNode
-SharedDataLayout *data_layout
-char *shared_memory
-SharedDataTimestamp *data_timestamp_ptr
-SharedDataType CURRENT_LAYOUT
-SharedDataType CURRENT_DATA
-unsigned CURRENT_TIMESTAMP
-unsigned m_check_sum
-unsigned m_number_of_nodes
-shared_ptr<QueryGraph> m_query_graph
-shared_ptr<SharedMemory> m_layout_memory
-shared_ptr<SharedMemory> m_large_memory
-string m_timestamp
-shared_ptr<ShM<FixedPointCoordinate, true>::vector> m_coordinate_list
-ShM<NodeID, true>::vector m_via_node_list
-ShM<unsigned, true>::vector m_name_ID_list
-ShM<TurnInstruction, true>::vector m_turn_instruction_list
-ShM<char, true>::vector m_names_char_list
-ShM<unsigned, true>::vector m_name_begin_indices
-ShM<bool, true>::vector m_egde_is_compressed
-ShM<unsigned, true>::vector m_geometry_indices
-ShM<unsigned, true>::vector m_geometry_list
-boost::thread_specific_ptr<StaticRTree<RTreeLeaf, ShM<FixedPointCoordinate, true>::vector, true>>
-m_static_rtree
-boost::filesystem::path file_index_path
-shared_ptr<RangeTable<16, true>> m_name_table
-void LoadChecksum()
-void LoadTimestamp()
-void LoadRTree()
-void LoadGraph()
-void LoadNodeAndEdgeInformation()
-void LoadViaNodeList()
-void LoadNames()
-void LoadGeometries()
+virtual ~SharedDataFacade() {}
+SharedDataFacade()
+void CheckAndReloadFacade()
+unsigned GetNumberOfNodes()
+unsigned GetNumberOfEdges()
+unsigned GetOutDegree(NodeID n)
+NodeID GetTarget(EdgeID e)
+EdgeDataT &GetEdgeData(EdgeID e)
+EdgeID BeginEdges(NodeID n)
+EdgeID EndEdges(NodeID n)
+EdgeRange GetAdjacentEdgeRange(NodeID node)
+EdgeID FindEdge(NodeID from, NodeID to)
+EdgeID FindEdgeInEitherDirection(NodeID from, NodeID to)
+EdgeID FindEdgeIndicateIfReverse(NodeID from, NodeID to, bool &result)
+FixedPointCoordinate GetCoordinateOfNode(NodeID id)
+virtual bool EdgeIsCompressed(unsigned id)
+virtual void GetUncompressedGeometry(unsigned id, vector<unsigned> &result_nodes)
+virtual unsigned GetGeometryIndexForEdgeID(unsigned id)
+TurnInstruction GetTurnInstructionForEdgeID(unsigned id)
+bool LocateClosestEndPointForCoordinate(FixedPointCoordinate &input_coordinate, FixedPointCoordinate &result, unsigned zoom_level = 18)
+bool FindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, PhantomNode &resulting_phantom_node, unsigned zoom_level)
+bool IncrementalFindPhantomNodeForCoordinate(FixedPointCoordinate &input_coordinate, vector<PhantomNode> &resulting_phantom_node_vector, unsigned zoom_level, unsigned number_of_results)
+unsigned GetCheckSum()
+unsigned GetNameIndexFromEdgeID(unsigned id)
+void GetName(unsigned name_id, string &result)
+string GetTimestamp()
}
' SharedDataType
enum BlockID {
NAME_OFFSETS = 0,
NAME_BLOCKS,
NAME_CHAR_LIST,
NAME_ID_LIST,
VIA_NODE_LIST,
GRAPH_NODE_LIST,
GRAPH_EDGE_LIST,
COORDINATE_LIST,
TURN_INSTRUCTION,
R_SEARCH_TREE,
GEOMETRIES_INDEX,
GEOMETRIES_LIST,
GEOMETRIES_INDICATORS,
HSGR_CHECKSUM,
TIMESTAMP,
FILE_INDEX_PATH,
NUM_BLOCKS
}
class SharedDataLayout<typename T> <<(S,#83e6bc)>> {
+array<uint64_t, NUM_BLOCKS> num_entries
+array<uint64_t, NUM_BLOCKS> entry_size
+SharedDataLayout()
+void PrintInformation()
+void SetBlockSize(BlockID bid, uint64_t entries)
+uint64_t GetBlockSize(BlockID bid)
+uint64_t GetSizeOfLayout()
+uint64_t GetBlockOffset(BlockID bid)
+template<typename T, bool WRITE_CANARY=false>
+T* GetBlockPtr(char* shared_memory, BlockID bid)
}
enum SharedDataType {
CURRENT_REGIONS,
LAYOUT_1,
DATA_1,
LAYOUT_2,
DATA_2,
LAYOUT_NONE,
DATA_NONE
}
class SharedDataTimestamp <<(S,#83e6bc)>> {
+SharedDataType layout
+SharedDataType data
+unsigned timestamp
}
@enduml | false | true | false | false | class |
d8a138299d85d4a1fd316a2bc73d1a7d0f671df7 | cde433048c4291d3352565b650088aef7b1566d0 | /src/main/java/nl/han/dea/marijn/dtos/subscription/subscription.plantuml | a399de564dcc18de0d1c7c29559a385b36ee3d1f | [] | no_license | marijndegen/deaberoepsproduct | 5f0fa0ec728683410476fe4713860c716e1b5d53 | 6e50e270168072f7fdcb551a0ca229f5a23135ff | refs/heads/master | 2022-10-28T18:32:44.607645 | 2018-04-05T09:43:17 | 2018-04-05T09:43:17 | 125,343,381 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | plantuml | @startuml
title __SUBSCRIPTION's Class Diagram__\n
package nl.han.dea.marijn.dtos.subscription {
class Subscription {
- id : int
- aanbieder : String
- dienst : String
+ Subscription()
+ Subscription()
+ setSubscription()
}
}
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 |
a5ca8ee46cda6670f3ee13717a3163a3f59b8378 | 961deb12b1050a6883ce6c9427836b908ca91875 | /doc/system_core_libs.puml | 7961403e5642b151fedb59657d432a5cebe8c267 | [
"Apache-2.0"
] | permissive | cfig/Android_boot_image_editor | 04ff01545ff7ee4df2c02c529280e5362496abf0 | 82ff5215b7eb4bb6198ca024267c454f1e7958da | refs/heads/master | 2023-09-01T13:32:20.862861 | 2023-07-14T14:52:53 | 2023-07-14T15:41:55 | 56,238,465 | 834 | 197 | Apache-2.0 | 2022-07-29T00:19:36 | 2016-04-14T13:12:18 | C | UTF-8 | PlantUML | false | false | 451 | puml | @startuml
'Android system libs
class libbase {
2
}
class liblog {
1
}
class libprocinfo {
3
}
class libcutils {
5
* libcutils_sockets (4)
}
class libfstab {
6
}
class libutils {
L.1
}
class libdm {
7
}
class libavb {
* avb_crypto_ops_impl_sha
}
libbase --|> liblog
libprocinfo --|> libbase
libcutils --|> libbase
libcutils --|> liblog
libfstab --|> liblog
libfstab --|> libbase
libutils --|> libcutils
libutils --|> liblog
libdm --|> libbase
@enduml
| false | true | false | false | class |
cea0c3846c2c34be359182481d2d9452da502b7f | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista7/PO_L7/out/production/L7/com/company/gui/gui.plantuml | fa2a48862f3d89bb98e2d80453f7f1bebb271671 | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 767 | plantuml | @startuml
title __GUI's Class Diagram__\n
namespace com.company {
namespace gui {
class com.company.gui.Ramka {
~ fieldKategoria : JTextField
~ fieldMiejsca : JTextField
~ fieldTyp : JTextField
~ lKategoria : JLabel
~ lKlasa1 : JLabel
~ lKlasa2 : JLabel
~ lKlasa3 : JLabel
~ lMiejsca : JLabel
~ lTyp : JLabel
- pojazd : Object
+ Ramka()
- zainicjujPolaPojazdu()
}
}
}
com.company.gui.Ramka -up-|> javax.swing.JFrame
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 |
9e1795d22d2acab1f9b992eea5ff641714d3d521 | 9e4d458015a49dc4c836d6df454bc6e319d75dd5 | /use-cases/use-case-5.puml | 5322bdc495bed2b526ae0f9f5d9107c55beeaf2a | [
"Apache-2.0"
] | permissive | eoinkane/sem | 5e6e99da39e8785f59d162c4d3b44ebede8b7b1c | db3d43a11d9705746a793aad413a988540545ec6 | refs/heads/master | 2023-03-21T13:13:20.756161 | 2021-03-18T14:56:56 | 2021-03-18T14:56:56 | 330,828,710 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 251 | puml | @startuml
actor HR as "HR Advisor"
rectangle Database
rectangle "HR System" {
usecase UC5 as "Add new employee's
details"
usecase UCa as "Validate new employee data"
HR - UC5
UC5 ..> UCa : include
UC5 - Database
}
@enduml
| false | true | false | false | usecase |
bb16664770ca2e42bf5ea5bfb785642542168408 | 1cecf263f15ed1bcb5edc74b95f0487436f92707 | /images/2020-02-24-Service-源码分析/activity.puml | 5e1b027d3e191cd2b0de14e0ee219aa7d55bd9f2 | [] | no_license | solarqiang/solarqiang.github.io | d8903ac39552468b229d62688b38b74d30982dd3 | 441764e1af9ebf4ee7a8252139c2242b45b790c5 | refs/heads/master | 2022-04-12T08:25:46.346809 | 2020-03-21T16:02:51 | 2020-03-21T16:02:51 | 245,729,922 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,748 | puml | @startuml startService
participant ContextImpl
participant ActivityManagerService
participant ActiveServices
[-> ContextImpl: startService
activate ContextImpl
ContextImpl -> ContextImpl ++: startServiceCommon
ContextImpl -> ContextImpl ++: validateServiceIntent
deactivate ContextImpl
ContextImpl -> ActivityManagerService --: startService
deactivate ContextImpl
ActivityManagerService -> ActiveServices: startServiceLocked
activate ActiveServices
ActiveServices -> ActiveServices ++: retrieveServiceLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: startServiceInnerLocked
ActiveServices -> ActiveServices ++: bringUpServiceLocked
ActiveServices -> ActiveServices ++: realStartServiceLocked
ActiveServices -> ApplicationThread: <i>oneway</i> scheduleCreateService
activate ApplicationThread
ApplicationThread --> ApplicationThread: <i>new</i> CreateServiceData
ApplicationThread -> ActivityThread --: handleCreateService
activate ActivityThread
ActivityThread -> Service **: instantiateService
ActivityThread --> ActivityThread: <i>new</i> ContextImpl
ActivityThread -> ActivityThread: makeApplication
ActivityThread -> Service: attach
ActivityThread -> Service ++: onCreate
deactivate Service
deactivate ActivityThread
ActiveServices -> ActiveServices ++: sendServiceArgsLocked
ActiveServices -> ApplicationThread: <i>oneway</i> scheduleServiceArgs
activate ApplicationThread
ApplicationThread --> ApplicationThread: <i>new</i> ServiceArgsData
ApplicationThread -> ActivityThread --: handleServiceArgs
activate ActivityThread
ActivityThread -> Service ++: onStartCommand
@enduml
@startuml bindService
participant ContextImpl
participant LoadedApk
participant ServiceDispatcher
participant ActivityManagerService
participant ActiveServices
[-> ContextImpl: bindService
activate ContextImpl
ContextImpl -> ContextImpl ++: bindServiceCommon
ContextImpl -> LoadedApk ++: getServiceDispatcher
LoadedApk -> ServiceDispatcher **: <i>new</i>
LoadedApk --> ContextImpl --: IServiceConnection
ContextImpl -> ActivityManagerService --: bindIsolatedService
deactivate ContextImpl
ActivityManagerService -> ActiveServices: bindServiceLocked
activate ActiveServices
ActiveServices -> ActiveServices ++: retrieveServiceLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: bringUpServiceLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: requestServiceBindingLocked
ActiveServices -> ApplicationThread --: scheduleBindService
deactivate ActiveServices
activate ApplicationThread
ApplicationThread --> ApplicationThread: <i>new</i> BindServiceData
ApplicationThread -> ActivityThread --: handleBindService
activate ActivityThread
ActivityThread -> Service ++: onBind
return IBinder
ActivityThread -> ActivityManagerService --: publishService
ActivityManagerService -> ActiveServices ++: publishServiceLocked
ActiveServices -> ServiceDispatcher: connected
deactivate ActiveServices
ServiceDispatcher -> ServiceDispatcher ++: doConnected
ServiceDispatcher -->[: onServiceConnected
deactivate ServiceDispatcher
@enduml
@startuml unbindService
participant ContextImpl
participant ActivityManagerService
participant ActiveServices
[-> ContextImpl: unbindService
activate ContextImpl
ContextImpl -> ActivityManagerService --: unbindService
ActivityManagerService -> ActiveServices: unbindServiceLocked
activate ActiveServices
ActiveServices -> ActiveServices ++: removeConnectionLocked
ActiveServices -> ApplicationThread: scheduleUnbindService
activate ApplicationThread
ActiveServices -> ActiveServices ++: bringDownServiceIfNeededLocked
deactivate ActiveServices
deactivate ActiveServices
deactivate ActiveServices
ApplicationThread --> ApplicationThread: <i>new</i> BindServiceData
ApplicationThread -> ActivityThread --: handleUnbindService
activate ActivityThread
ActivityThread -> Service ++: onUnind
return
ActivityThread -> ActivityManagerService --: UnbindFinished
ActivityManagerService -> ActiveServices: UnbindFinishedLocked
activate ActiveServices
@enduml
@startuml stopService
participant ContextImpl
participant ActivityManagerService
participant ActiveServices
[-> ContextImpl: stopService
activate ContextImpl
ContextImpl -> ContextImpl ++: stopServiceCommon
ContextImpl -> ActivityManagerService --: stopService
deactivate ContextImpl
ActivityManagerService -> ActiveServices: stopServiceLocked
activate ActiveServices
ActiveServices -> ActiveServices ++: bringDownServiceIfNeededLocked
ActiveServices -> ActiveServices ++: isServiceNeededLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: bringDownServiceLocked
ActiveServices -> ActiveServices ++: unscheduleServiceRestartLocked
deactivate ActiveServices
ActiveServices -> ApplicationThread --: scheduleStopService
deactivate ActiveServices
deactivate ActiveServices
activate ApplicationThread
ApplicationThread -> ActivityThread --: handleStopService
activate ActivityThread
ActivityThread -> Service ++: onDestroy
ActivityThread -> Service: detachAndCleanUp
deactivate ActivityThread
destroy Service
@enduml
@startuml restartService
ActivityManagerService -> ActivityManagerService ++: appDiedLocked
ActivityManagerService -> ActivityManagerService ++: cleanUpApplicationRecordLocked
ActivityManagerService -> ActiveServices --: killServicesLocked
deactivate ActivityManagerService
deactivate ActivityManagerService
activate ActiveServices
ActiveServices -> ActiveServices --: scheduleServiceRestartLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: performServiceRestartLocked
ActiveServices -> ActiveServices ++: isServiceNeededLocked
deactivate ActiveServices
ActiveServices -> ActiveServices ++: bingUpServiceLocked
@enduml | false | true | true | false | sequence |
370886678a62fd0ce635c82cac22ad1ad820e3aa | b27b1c82ff4783149041cd7a81d372f3be98746b | /use_case_auth.puml | e6d1e57a04ff30d02746afb9720adcfa2a5eeaf3 | [] | no_license | Huy-Ngo/reddit-design | b9c25f4c79a5bb69507820432a1cda7f3c7c1015 | b91146dc29ae29d9dffe511a8a56c8d8aef3e19d | refs/heads/master | 2022-12-30T09:05:53.794370 | 2020-10-23T03:10:03 | 2020-10-23T03:10:03 | 297,368,530 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 564 | puml | @startuml
skinparam packageStyle rectangle
left to right direction
actor "User" as user
actor "Subreddit Moderator" as mod
actor "Superuser" as su
mod -|> user
rectangle "Authentication" as auth {
usecase "Create account" as acc_create
usecase "Log in" as login
usecase "Log out" as logout
usecase "Change password" as pwd_change
}
user --> acc_create
user --> login
user --> logout
user --> pwd_change
acc_create <-[#blue]- su
login <-[#blue]- su
logout <-[#blue]- su
pwd_change <-[#blue]- su
acc_create ..> login : <<includes>>
@enduml
| false | true | false | false | usecase |
dbf9c7c01fae5c2e858ebd72648eff558e78ccf1 | f31e21b8deb50fb1752dde9e785f1ef9b99262a4 | /Shared/Plantuml/usecase.plantuml | 2bdff732483dd64805aab7a63a13131ce4246618 | [] | no_license | NgocDaoLe/luanvandao | 8bf9efb81e9fb4b0b8ad0ef19a8895d16bd02f6b | 2f96edbea6f36f434ac3c1f75b1d80f27bd91b9d | refs/heads/main | 2023-05-27T21:33:43.580843 | 2021-06-18T08:30:25 | 2021-06-18T08:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,454 | plantuml | @startuml
left to right direction
actor "Admin" as ad
actor "Người Dùng" as ndung
package "Mô Hình UseCase Tổng Quan Hệ Thống"{
usecase "Đăng Nhập" as dnhap
usecase "Văn bản Điện Tử" as dtu
usecase "Tìm Kiếm Văn Bản" as timkiem
usecase "Tạo Lập Văn Bản" as tao
usecase "Quản Lý Văn Bản" as vban
usecase "Quản Lý Cơ Quan" as cq
usecase "Quản Lý Người Dùng" as nd
usecase "Văn Bản Đến" as đen
usecase "Văn Bản Đi" as đi
usecase "Quản Lý Văn Bản Đến" as qlden
usecase "Quản Lý Văn Bản Đi" as qldi
usecase "Quản Lý Nơi Ban Hành" as nbh
usecase "Quản Lý Loại Văn Bản" as loai
usecase "Quản Lý Phòng Ban" as pb
usecase "Quản Lý Cơ quan" as coquan
usecase "Quản Lý Chức Vụ" as cv
usecase "Quản Lý Quyền Truy Cập" as quyen
usecase "Quản Lý Nhân Viên" as nvien
usecase "Tạo Mới Văn Bản" as moi
usecase "Xuất File" as xuat
}
ad -- dnhap
ndung -- dnhap
ad --dtu
ndung -- dtu
dtu --timkiem
dtu --tao
dtu --vban
dtu--cq
dtu--nd
timkiem--đen
timkiem--đi
tao--moi
tao--xuat
vban--qlden
vban--qldi
vban--nbh
vban--loai
cq--pb
cq -- coquan
nd--cv
nd--quyen
nd--nvien
qlden ..> dnhap: include
qldi ..>dnhap:include
moi ..>dnhap:include
xuat ..>dnhap:include
nbh ..>dnhap:include
loai ..>dnhap:include
pb ..>dnhap:include
coquan ..>dnhap:include
cv ..>dnhap:include
quyen ..>dnhap:include
nvien ...dnhap:include
@enduml | false | true | true | false | usecase |
cb73f0dbc1c72b003d5a6123a74aa9afd2e1aec1 | 8831a87b4bcdf77329b1a8bd689388de988cf5ba | /diagrams/4-delorean-eats.plantuml | 2417e2f41e8aadade49572057efa7181f74ee1c1 | [] | no_license | ddd-ftw/dddrail-talk | 89855ae5993f84335086e7ab7d4658b625180033 | 31dddb8fa3cf751d30d6b214f9fcbc563180e51d | refs/heads/master | 2020-06-22T11:28:19.974330 | 2016-03-31T18:13:03 | 2016-03-31T18:56:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,175 | plantuml | @startuml
left to right direction
skinparam shadowing false
class User {
password
email
is_driver
service_tier_id
}
class Trip {
origin
destination
is_in_progress
service_tier_id
passenger_id
driver_id
vehicle_id
trip_pool_id
}
class Invoice {
user_id
trip_id
amount
}
class Payment {
invoice_id
order_id
amount
stripe_charge_id
}
class ServiceTier {
vehicle_type_id
rate
is_eligible_for_trip_pooling
}
class Vehicle {
user_id
gigawatt_output_rating
service_tier_id
}
class VehicleType {
}
class TripPool {
}
class Order {
user_id
}
class OrderMenuItem {
order_id
menu_item_id
}
class Restaurant {
start_date
end_date
name
}
class Menu {
restaurant_id
name
start_date
end_date
}
class MenuItem {
name
cost
}
class InflationAdjustment {
date
rate_change
}
Trip --> User
Trip --> ServiceTier
Trip --> Vehicle
Vehicle --> User
Invoice --> User
Invoice --> Trip
Payment --> Invoice
ServiceTier --> VehicleType
Vehicle --> VehicleType
User --> ServiceTier
TripPool --> Trip
Order --> User
OrderMenuItem --> Order
OrderMenuItem --> MenuItem
Restaurant --> Menu
Menu --> MenuItem
@enduml
| false | true | false | false | class |
587e34f48329716967d2ee2f9829f37f43d0add4 | 1e937ac622c4b9ab7635e75c0bffe056180ed99f | /opentcs/openTCS-Documentation/src/docs/developers-guide/images/service_interfaces.puml | 37b9d02ec46ad821294aced486f43074bea1eba4 | [
"Apache-2.0"
] | permissive | tcrct/robot | 3ce3ec005c36dde7323b9f23b7a1a3d673d75cb6 | 4dcea9f6bedf0ab9b23ea6befd00b26ddb847ae8 | refs/heads/master | 2022-11-30T09:11:51.231782 | 2020-01-21T06:53:43 | 2020-01-21T06:53:43 | 229,233,978 | 0 | 1 | Apache-2.0 | 2022-11-15T23:54:25 | 2019-12-20T09:32:18 | Java | UTF-8 | PlantUML | false | false | 856 | puml | @startuml
skinparam monochrome true
skinparam linetype ortho
'left to right direction
hide empty members
together {
interface DispatcherService
interface RouterService
interface SchedulerService
}
together {
interface TCSObjectService
interface PlantModelService
interface TransportOrderService
interface VehicleService
interface InternalPlantModelService
interface InternalTransportOrderService
interface InternalVehicleService
interface NotificationService
}
TCSObjectService <|-- PlantModelService
TCSObjectService <|-- TransportOrderService
TCSObjectService <|-- VehicleService
PlantModelService <|-- InternalPlantModelService
TransportOrderService <|-- InternalTransportOrderService
VehicleService <|-- InternalVehicleService
DispatcherService -[hidden]-> RouterService
RouterService -[hidden]-> SchedulerService
@enduml | false | true | false | false | class |
73952b66b98cc7fb873278dcd35fb9e2705e35d4 | 91cc372e0ac19fe7dd67f5c712801de341d975b8 | /uml/kp 106/prepare.puml | 08f14407c81591bf9e0bc63b37b000ba1267996c | [] | no_license | Alser69rus/A3135 | 76d62eb826d22e96da22774d9210927c4f7a397d | c06155783a1ffa8ff79f746edf441c6df1e82f2f | refs/heads/master | 2022-12-07T12:10:41.344543 | 2020-08-30T14:51:52 | 2020-08-30T14:51:52 | 291,405,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 327 | puml | @startuml
[*]-->install
install-->tc820:yes
tc820-->rdkp:True
rdkp-->km:state_two
km-->ptm:state_one
ptm-->kp106:0.52<=ptm<=0.55
ptm-->set_ptm:fail
set_ptm->set_ptm:upd
set_ptm-->kp106:yes
kp106-->rd042:True
rd042-->upr_rd042:True
upr_rd042-->pupr:True
pupr-->[*]:0.38<=pupr<0.40
pupr-->set_pupr:fail
set_pupr-->[*]:yes
@enduml | false | true | false | false | sequence |
d21aa1106a6505f74c8ef0c9c0cb9a3fc8f33c2e | 72c605a8372b04f19ec6ee6cefaf5517524d8f74 | /CruiseControlInterface/CCIConcreteEnv.emi/src-models/output-CCICS/output-CompositeStructureSM.plantuml | 9153d2cc74184c19a556eb567994095c4d534611 | [] | no_license | ValentinBesnard/emi-deployment | 73fba07d8f2cb6fabf82b4274bff564c3d17798e | d18eac496381bbf60ff6a2a0492083c8f0705a72 | refs/heads/master | 2022-04-15T22:09:51.331064 | 2020-02-24T07:03:54 | 2020-02-24T07:03:54 | 182,274,203 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 156 | plantuml |
@startuml
state Main {
state "cci : CCI" as CCICS_Main_cci {
}
state "env : Env" as CCICS_Main_env {
}
| false | true | false | false | state |
223aba18e8cc29dffd957b88feb8c177a1106ac7 | db15a4762717f1c25f1b86534b29a4bfd3bc21b5 | /src/main/main.plantuml | a0b589ce575c0fa50b1ea224c66f7daad10d4374 | [] | no_license | AdamRohdell/Laboration1 | 3f8a1c9022f29ad63d1c356b23a27c9866b3f808 | b4098b8d2be81b4dea9f9df3597653421bec0a10 | refs/heads/master | 2020-04-06T22:40:21.458338 | 2018-12-11T08:34:43 | 2018-12-11T08:34:43 | 157,843,265 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 18,918 | plantuml | @startuml
title __MAIN's Class Diagram__\n
package main {
abstract class Direction {
# angle : int
+ Direction()
{abstract} + getAngle()
+ setAngle()
+ addAngle()
{abstract} + move()
{abstract} + turnLeft()
{abstract} + turnRight()
}
}
package main {
class Application {
{static} + main()
}
}
package main {
class DrawPanel {
~ cars : ArrayList<Car>
{static} - detectedOS : OSType
+ DrawPanel()
# paintComponent()
+ getImage()
- getOperatingSystemType()
}
}
package main {
enum OSType {
Windows
MacOS
Linux
}
}
class AccessibleJPanel {
# AccessibleJPanel()
+ getAccessibleRole()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
class ReadObjectCallback {
- roots : Vector<JComponent>
- inputStream : ObjectInputStream
~ ReadObjectCallback()
+ validateObject()
- registerComponent()
}
abstract class AccessibleJComponent {
- propertyListenersCount : int
# accessibleFocusHandler : FocusListener
# AccessibleJComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
# getBorderTitle()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
~ getAccessibleExtendedComponent()
+ getToolTipText()
+ getTitledBorderText()
+ getAccessibleKeyBinding()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class ActionStandin {
- actionListener : ActionListener
- command : String
- action : Action
~ ActionStandin()
+ getValue()
+ isEnabled()
+ actionPerformed()
+ putValue()
+ setEnabled()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class KeyboardState {
{static} - keyCodesKey : Object
~ KeyboardState()
{static} ~ getKeyCodeArray()
{static} ~ registerKeyPressed()
{static} ~ registerKeyReleased()
{static} ~ keyIsPressed()
{static} ~ shouldProcess()
}
class IntVector {
~ array : int[]
~ count : int
~ capacity : int
~ IntVector()
~ size()
~ elementAt()
~ addElement()
~ setElementAt()
}
class KeyboardState {
{static} - keyCodesKey : Object
~ KeyboardState()
{static} ~ getKeyCodeArray()
{static} ~ registerKeyPressed()
{static} ~ registerKeyReleased()
{static} ~ keyIsPressed()
{static} ~ shouldProcess()
}
class ReadObjectCallback {
- roots : Vector<JComponent>
- inputStream : ObjectInputStream
~ ReadObjectCallback()
+ validateObject()
- registerComponent()
class ActionStandin {
- actionListener : ActionListener
- command : String
- action : Action
~ ActionStandin()
+ getValue()
+ isEnabled()
+ actionPerformed()
+ putValue()
+ setEnabled()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class AccessibleAWTContainer {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleContainerHandler : ContainerListener
# AccessibleAWTContainer()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getAccessibleAt()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
class WakingRunnable {
~ WakingRunnable()
+ run()
}
class DropTargetEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- DropTargetEventTargetFilter()
+ accept()
}
interface EventTargetFilter {
{abstract} + accept()
}
class MouseEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- MouseEventTargetFilter()
+ accept()
}
class WakingRunnable {
~ WakingRunnable()
+ run()
}
class AWTTreeLock {
~ AWTTreeLock()
interface EventTargetFilter {
{abstract} + accept()
}
abstract class AccessibleAWTComponent {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleAWTComponentHandler : ComponentListener
# accessibleAWTFocusHandler : FocusListener
# AccessibleAWTComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleParent()
+ getAccessibleIndexInParent()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getLocale()
+ getAccessibleComponent()
+ getBackground()
+ setBackground()
+ getForeground()
+ setForeground()
+ getCursor()
+ setCursor()
+ getFont()
+ setFont()
+ getFontMetrics()
+ isEnabled()
+ setEnabled()
+ isVisible()
+ setVisible()
+ isShowing()
+ contains()
+ getLocationOnScreen()
+ getLocation()
+ setLocation()
+ getBounds()
+ setBounds()
+ getSize()
+ setSize()
+ getAccessibleAt()
+ isFocusTraversable()
+ requestFocus()
+ addFocusListener()
+ removeFocusListener()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
enum BaselineResizeBehavior {
CONSTANT_ASCENT
CONSTANT_DESCENT
CENTER_OFFSET
OTHER
class DummyRequestFocusController {
- DummyRequestFocusController()
+ acceptRequestFocus()
}
class SingleBufferStrategy {
- caps : BufferCapabilities
+ SingleBufferStrategy()
+ getCapabilities()
+ getDrawGraphics()
+ contentsLost()
+ contentsRestored()
+ show()
}
class BltSubRegionBufferStrategy {
# BltSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class FlipSubRegionBufferStrategy {
# FlipSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class BltBufferStrategy {
# caps : BufferCapabilities
# backBuffers : VolatileImage[]
# validatedContents : boolean
# width : int
# height : int
- insets : Insets
# BltBufferStrategy()
+ dispose()
# createBackBuffers()
+ getCapabilities()
+ getDrawGraphics()
~ getBackBuffer()
+ show()
~ showSubRegion()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
}
class BltSubRegionBufferStrategy {
# BltSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class DummyRequestFocusController {
- DummyRequestFocusController()
+ acceptRequestFocus()
}
class FlipBufferStrategy {
# numBuffers : int
# caps : BufferCapabilities
# drawBuffer : Image
# drawVBuffer : VolatileImage
# validatedContents : boolean
~ width : int
~ height : int
# FlipBufferStrategy()
# createBuffers()
- updateInternalBuffers()
# getBackBuffer()
# flip()
~ flipSubRegion()
# destroyBuffers()
+ getCapabilities()
+ getDrawGraphics()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
+ show()
~ showSubRegion()
+ dispose()
}
class FlipSubRegionBufferStrategy {
# FlipSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class ProxyCapabilities {
- orig : BufferCapabilities
- ProxyCapabilities()
}
enum VSyncType {
VSYNC_DEFAULT
VSYNC_ON
VSYNC_OFF
id
}
class FlipContents {
{static} - I_UNDEFINED : int
{static} - I_BACKGROUND : int
{static} - I_PRIOR : int
{static} - I_COPIED : int
{static} - NAMES : String[]
{static} + UNDEFINED : FlipContents
{static} + BACKGROUND : FlipContents
{static} + PRIOR : FlipContents
{static} + COPIED : FlipContents
- FlipContents()
}
class SingleBufferStrategy {
- caps : BufferCapabilities
+ SingleBufferStrategy()
+ getCapabilities()
+ getDrawGraphics()
+ contentsLost()
+ contentsRestored()
+ show()
enum BaselineResizeBehavior {
CONSTANT_ASCENT
CONSTANT_DESCENT
CENTER_OFFSET
OTHER
}
class AWTTreeLock {
~ AWTTreeLock()
}
package main {
interface IMoveable {
{abstract} + move()
{abstract} + turnLeft()
{abstract} + turnRight()
}
}
package main {
class Perpendicular {
+ Perpendicular()
+ getAngle()
+ addAngle()
+ move()
+ turnLeft()
+ turnRight()
}
}
DrawPanel -up-|> JPanel
DrawPanel +-down- OSType
DrawPanel +-down- AccessibleJPanel
DrawPanel +-down- AccessibleJComponent
DrawPanel +-down- ActionStandin
DrawPanel +-down- IntVector
DrawPanel +-down- KeyboardState
DrawPanel +-down- ReadObjectCallback
DrawPanel +-down- AccessibleAWTContainer
DrawPanel +-down- DropTargetEventTargetFilter
DrawPanel +-down- EventTargetFilter
DrawPanel +-down- MouseEventTargetFilter
DrawPanel +-down- WakingRunnable
DrawPanel +-down- AWTTreeLock
DrawPanel +-down- AccessibleAWTComponent
DrawPanel +-down- BaselineResizeBehavior
DrawPanel +-down- BltBufferStrategy
DrawPanel +-down- BltSubRegionBufferStrategy
DrawPanel +-down- DummyRequestFocusController
DrawPanel +-down- FlipBufferStrategy
DrawPanel +-down- FlipSubRegionBufferStrategy
DrawPanel +-down- ProxyCapabilities
DrawPanel +-down- SingleBufferStrategy
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleFocusHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleAWTComponentHandler
AccessibleJPanel +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleAWTComponentHandler
AccessibleJComponent +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
ActionStandin -up-|> Action
KeyboardState -up-|> Serializable
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleAWTContainer +-down- AccessibleAWTComponentHandler
AccessibleAWTContainer +-down- AccessibleAWTFocusHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
WakingRunnable -up-|> Runnable
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponentHandler -up-|> ComponentListener
AccessibleAWTFocusHandler -up-|> FocusListener
BltBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
DummyRequestFocusController -up-|> RequestFocusController
FlipBufferStrategy -up-|> BufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
DrawPanel +-down- ReadObjectCallback
DrawPanel +-down- AccessibleJComponent
DrawPanel +-down- KeyboardState
DrawPanel +-down- IntVector
DrawPanel +-down- ActionStandin
DrawPanel +-down- AccessibleAWTContainer
DrawPanel +-down- WakingRunnable
DrawPanel +-down- DropTargetEventTargetFilter
DrawPanel +-down- MouseEventTargetFilter
DrawPanel +-down- EventTargetFilter
DrawPanel +-down- AccessibleAWTComponent
DrawPanel +-down- DummyRequestFocusController
DrawPanel +-down- SingleBufferStrategy
DrawPanel +-down- BltSubRegionBufferStrategy
DrawPanel +-down- FlipSubRegionBufferStrategy
DrawPanel +-down- BltBufferStrategy
DrawPanel +-down- FlipBufferStrategy
DrawPanel +-down- ProxyCapabilities
DrawPanel +-down- BaselineResizeBehavior
DrawPanel +-down- AWTTreeLock
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleJPanel +-down- AccessibleFocusHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleAWTFocusHandler
AccessibleJPanel +-down- AccessibleAWTComponentHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleAWTFocusHandler
AccessibleJComponent +-down- AccessibleAWTComponentHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
KeyboardState -up-|> Serializable
ActionStandin -up-|> Action
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleAWTContainer +-down- AccessibleAWTFocusHandler
AccessibleAWTContainer +-down- AccessibleAWTComponentHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
WakingRunnable -up-|> Runnable
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
DummyRequestFocusController -up-|> RequestFocusController
SingleBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
BltBufferStrategy -up-|> BufferStrategy
FlipBufferStrategy -up-|> BufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
ProxyCapabilities +-down- VSyncType
ProxyCapabilities +-down- FlipContents
FlipContents -up-|> AttributeValue
SingleBufferStrategy -up-|> BufferStrategy
Perpendicular -up-|> Direction
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 |
a1125ddfae475cda708e977183bee4b7aad8d39a | a546db78e9806979e459831fb16c6e51878eb60b | /src/main/model/data/additional/additional.plantuml | 968b33c29be8ff4a5dfd0323eadab8909473130a | [] | no_license | Bryce-MW/WikidataExplorer | 92fd35b8e9364d9bd7e005a39d321bc788ea049f | 9ad2dac3c82077466dcb36f25128611881f8965b | refs/heads/master | 2023-06-22T20:58:25.975518 | 2021-07-25T22:33:33 | 2021-07-25T22:33:33 | 287,648,884 | 5 | 1 | null | 2020-08-16T06:03:52 | 2020-08-15T00:23:27 | Java | UTF-8 | PlantUML | false | false | 4,156 | plantuml | @startuml
title __ADDITIONAL's Class Diagram__\n
namespace model.data {
namespace additional {
abstract class model.data.additional.AbstractAdditional {
+ parse()
# AbstractAdditional()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.CommonsMedia {
+ CommonsMedia()
+ getImage()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.ExternalIdentifier {
+ ExternalIdentifier()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.GeographicShape {
+ GeographicShape()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.GlobeCoordinate {
- posLat : double
- posLong : double
+ GlobeCoordinate()
+ GlobeCoordinate()
+ getDescription()
+ getStatements()
+ getTitle()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.LiteralString {
# value : String
+ LiteralString()
+ getDescription()
+ getID()
+ getStatements()
+ getTitle()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.MathematicalExpression {
+ MathematicalExpression()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.MonolingualText {
- language : String
- text : String
+ MonolingualText()
+ MonolingualText()
+ getDescription()
+ getID()
+ getStatements()
+ getTitle()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.MusicalNotation {
+ MusicalNotation()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.Quantity {
- amount : String
+ Quantity()
+ getDescription()
+ getID()
+ getStatements()
+ getTitle()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.TabularData {
+ TabularData()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.Time {
# time : String
+ Time()
+ Time()
+ getDescription()
+ getID()
+ getStatements()
+ getTitle()
}
}
}
namespace model.data {
namespace additional {
class model.data.additional.URL {
+ URL()
}
}
}
model.data.additional.AbstractAdditional -up-|> model.data.Value
model.data.additional.CommonsMedia -up-|> model.data.additional.LiteralString
model.data.additional.ExternalIdentifier -up-|> model.data.additional.LiteralString
model.data.additional.GeographicShape -up-|> model.data.additional.LiteralString
model.data.additional.GlobeCoordinate -up-|> model.data.additional.AbstractAdditional
model.data.additional.LiteralString -up-|> model.data.additional.AbstractAdditional
model.data.additional.MathematicalExpression -up-|> model.data.additional.LiteralString
model.data.additional.MonolingualText -up-|> model.data.additional.AbstractAdditional
model.data.additional.MusicalNotation -up-|> model.data.additional.LiteralString
model.data.additional.Quantity -up-|> model.data.additional.AbstractAdditional
model.data.additional.Quantity o-- model.data.pages.Item : unit
model.data.additional.TabularData -up-|> model.data.additional.LiteralString
model.data.additional.Time -up-|> model.data.additional.AbstractAdditional
model.data.additional.URL -up-|> model.data.additional.LiteralString
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 |
6740f0ce3ba6ba15d7da5313ea9c403b587aee1c | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /scala-meta-model/sub/definable.meta.puml | 3f4b8e3be46e08ebc0dcd9ba93a087f2bc1b155c | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | puml | @startuml Defineable
abstract class Definable {
identifier:String
}
Definable --> " \n*" Annotation : annotations
Definable --> " \n*" Modifier : modifiers
hide circle
hide class members
hide Definable methods
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
@enduml | false | true | false | false | sequence |
a048c680d09f8efbda59e2e6365aab86110c8435 | aae14e6e15d33643a7b0942e7b94660089cd9d8c | /Backend/btcexplorer/src/main/java/com/jxust/btcexplorer/httputils/httputils.plantuml | 749d525424f1e9fc3a9ddb36e70bb19976599804 | [] | no_license | KhayaSambo/Spring-Bitcoin-Explorer-with-Angular | 973c4c06874f7f34cbd65c9aed3a6c6664c97aa5 | d819c679cf0a5fc39e0b3ea985453c46baf0e834 | refs/heads/main | 2023-06-13T03:49:24.801551 | 2021-06-30T09:57:42 | 2021-06-30T09:57:42 | 381,642,600 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 914 | plantuml | @startuml
title __HTTPUTILS's Class Diagram__\n
namespace om.jxust.btcexplorer {
namespace httputils {
class com.jxust.btcexplorer.httputils.HttpExecuteUtil {
{static} + executePost()
}
}
}
namespace om.jxust.btcexplorer {
namespace httputils {
class com.jxust.btcexplorer.httputils.RPCRequest {
{static} - AUTHORIZATION : String
{static} - CONTENTTYPE : String
{static} - RPCPASSWORD : String
{static} - RPCUSER : String
{static} - URL : String
{static} + base64Decode()
{static} + base64Encode()
{static} + rpcPost()
}
}
}
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 |
acb3778938d140d251a1c61da079612c92b913e3 | baf18fbf9ad3fbc94fc7e7aa22c1daec5dce57ce | /Diagrams/GTACalcularCapital.puml | 6add844712d7f11f6947517703b1bd1441cf1b31 | [] | no_license | Nicolas-Guasch/Proyecto-TDP | 9dc37086538f8f7b96cd2cad2981b0176a858439 | 0e2e0bc65790cf9a8c615163bcd0f3c84bcd3327 | refs/heads/master | 2020-03-26T09:52:51.608125 | 2018-11-30T01:31:33 | 2018-11-30T01:31:33 | 144,770,001 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 943 | puml | @startuml
actor client
client -> Tommy: CalcularCapital()
activate Tommy
collections Inmueble
Tommy -> Tommy: Collection<Inmueble>
Tommy -> Tommy : sumaCapital
loop for each Inmueble in Collection<Inmueble>
Tommy -> Inmueble: getCapital()
activate Inmueble
Inmueble --> Tommy:capitalInmueble
Tommy -> Tommy: sumaCapital+capitalInmueble
Tommy -> Inmueble: getAutos()
Inmueble --> Tommy: Collection<Auto>
deactivate Inmueble
|||
collections Auto
loop for each Auto in Collection<Auto>
Tommy -> Auto: getPatente()
activate Auto
Auto --> Tommy: patente
Tommy -> Handy: estaRobado(patente)
activate Handy
Handy --> Tommy: robado
deactivate Handy
Tommy -> Auto: getCapital(robado)
Auto --> Tommy: capitalAuto
deactivate Auto
Tommy -> Tommy: sumaCapital+capitalAuto
end
end
deactivate Inmueble
Tommy --> client : sumaCapital
deactivate Tommy
@enduml | false | true | false | false | usecase |
43599430923c786cbf3829d1f370f1d70a70875a | 5d4a3effb629d84d1b0cfa3f5215493d2bf62dd8 | /src/main/java/challenge2/SayHello.puml | c46919badd681ec5123beeda6dcb7f09c312d5d5 | [] | no_license | kingraham228/ingraham-cop3330-ex01 | bb8e1e72482aa0de1724866df2721fc23c4bed15 | 21bb8850880134fba01f1163743fa9d373855242 | refs/heads/master | 2023-05-26T07:04:37.828172 | 2021-06-04T13:55:25 | 2021-06-04T13:55:25 | 371,491,500 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml |
@startuml
class App{
+ constructGreeting
+ printGreeting
}
class Name{
+ getName
}
class Greeting{
+ chooseGreet
}
class Compliment{
+ chooseCompliment
}
App o-- Name
App o-- Greeting
App o-- Compliment
@enduml | false | true | false | false | class |
180e1f1fa4d693aeda8b37106a1790daea20e9cb | 68b465c4da2f9378b84511d1e52e685615088466 | /ProyectoFinal/diagramas/secuenciales/AtaqueEnemigo.plantuml | 30f60c716bfa59c1d0799419361fd0b39a172d93 | [] | no_license | Vicroni/Modelado2020-4 | 470be04c19201219c23ced776aefbaf6da0c7003 | 13ee04f2e561ac9c669b12f364e70c3c5af31872 | refs/heads/master | 2022-12-22T06:45:30.350866 | 2020-09-29T15:24:12 | 2020-09-29T15:24:12 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 324 | plantuml | @startuml AtaqueEnemigo
participant Enemigo order 10
participant Usuario order 20
participant Comandante order 30
participant Soldado order 40
Enemigo -> Usuario : Disminuye tu vida
Usuario -> Comandante : Disminuye tu vida
Comandante -> Soldado : Disminuye tu vida
Soldado -> Soldado: Disminuye su propia vida
@enduml | false | true | false | false | sequence |
053e344ccf1a3afdab95644f5b6ebc4717398960 | 912d65be9bbd436a671d948abe8dadf356eb5216 | /src/main/java/com/juc/sync/containerTest/containerTest.plantuml | 29b3fb73b4a0e4191853b9b30ca9a566e518fb91 | [] | 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 | 2,005 | plantuml | @startuml
title __CONTAINERTEST's Class Diagram__\n
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithCountDownLatch {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithLockSupport {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithSemaphore {
~ lists : List
{static} ~ t1 : Thread
{static} ~ t2 : Thread
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithVolatile {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithWaitNotify {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithWaitNotify_01 {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
namespace com.juc.sync {
namespace containerTest {
class com.juc.sync.containerTest.TestWithoutVolatile {
~ lists : List
+ addElement()
+ listSize()
{static} + main()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
1e250eff1452dd833323c98ae884722e73d7ba8f | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/dgraph/Edge.iuml | 88ef1fc1e27715a8dc1a709b95fa25767c3fe292 | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 614 | iuml | package dgraph {
class Edge {
-Node from
-Node to
-Object content
.. Constructors ..
+Edge(final Node from, final Node to, final Object content)
+Edge(final Node from, final Node to)
.. Accessors ..
+Node getFrom()
+Node getTo()
+Object getContent()
.. Mutators ..
+Edge setContent(final Object content)
.. Predicates ..
+boolean hasContent()
.. Transformers ..
+String toString()
.. Comparators ..
+int compareTo(final Object object)
}
Edge *-- "2" Node
}
| false | true | false | false | class |
0f9adc700c90877ba0b61521755d61ab2c5619f0 | e716e0b5fdc6ea827ca72e6b8e9f8879412df99c | /requirements/uml/feature2.puml | 67b73022bafceb13f4e53386a637bc9a60106f74 | [] | no_license | AngelAlvarado/data | d6a8883e317be65b3679b57c993147555ec1b36e | b2adcdfcffcddc2a85845605046fca50b9fa847e | refs/heads/master | 2020-12-24T12:33:01.897254 | 2016-11-10T05:03:33 | 2016-11-10T05:03:33 | 72,984,268 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 502 | puml | @startuml
UserA -> PayMo: Make payment to UserB
activate PayMo
PayMo -> PayMo: Has ever been a transaction \n between userA and userB?
PayMo -> PayMo: Does UserA share connections with UserB?
PayMo -> PayMo: Has UserA ever make a transaction with common connections (e.g. UserC)?
PayMo -> PayMo: Has UserB ever make a transaction with common connections (e.g. UserC)?
PayMo --> UserA: Notify UserA: \n "Unverified: this is not a friend..."
deactivate PayMo
PayMo --> UserB: Proceed with payment
@enduml | false | true | false | false | sequence |
94507a9ca3df6cc570503fbf127c47f4ff6a7824 | d6478acece4b5e58c0f85dc913b63e6eb9795a23 | /design/rest_diagram_unflat.png.puml | 4f78c8ed8341a8372bbef313cef4a7f8128ce769 | [
"MIT"
] | permissive | Daenecompass/harvest-client | 80c592234ffeb6471eb2f47832ccbc4abf3de14a | 855157ee715163afaf4cac9faf9a44541e6a34c0 | refs/heads/master | 2020-12-18T20:30:54.841627 | 2020-01-17T15:22:01 | 2020-01-17T15:22:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,200 | puml | @startuml
Title Harvest Data as received via REST without Flattening
class Company
Invoice "1" ..> "1" Client
Invoice o-- InvoiceItem
Invoice ..> Estimate
Invoice ..> Retainer
Invoice --> Creator
InvoiceItem ..> Invoice
InvoiceItem ..> InvoiceItemCategory
' by endpoint
Invoice o.. InvoiceMessage
Invoice o.. InvoicePayment
Expense ..> Project
Expense ..> ExpenseCategory
Expense --> UserAssignment
Expense --> Receipt
Expense ..> Invoice
Estimate ..> Client
Estimate o-- EstimateItem
Estimate --> Creator
' by endpoint
Estimate o.. EstimateMessage
EstimateItem ..> EstimateLineCategory
EstimateMessage o-- EstimateMessageRecipient
UserAssignment ..> User
TaskAssignment ..> Task
ClientContact .> Client
ProjectAssignment ..> Project
ProjectAssignment o-- TaskAssignment
' by endpoint
Project o.. UserAssignment
Project o.. TaskAssignment
Role o-- User
User o.. Role
' by endpoint
User o.. ProjectAssignment
TimeEntry --> UserAssignment
TimeEntry ..> Project
TimeEntry --> TaskAssignment
TimeEntry --> ExternalService
TimeEntry ..> Invoice
legend
dashed arrows mean that we only have a lightweight reference object
and we need a GET request to get the full object
end legend
@enduml
| false | true | false | false | class |
f25c5dd7418743ea018077b8f2b5b26033f96163 | d24aed235517b5485930962b3b7af017ff8d8710 | /06_dependency_manager/uml/diagram.puml | 95124aa1e5fd5586ca4ec8c00364d5e88a1fb2a4 | [] | no_license | allokeen/PHP-Homeworks | e1e1c0f3037b784f0457007f8e1df67e5ae6f302 | cd74c5f98d4b9dfc8a7fb4abce24a1e478d25100 | refs/heads/master | 2022-04-08T22:49:56.761609 | 2020-01-14T23:27:59 | 2020-01-14T23:27:59 | 249,502,035 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,844 | puml | @startuml
class App {
+ run()
- render(Widget\Widget)
}
namespace Widget {
abstract class Widget {
+ draw()
}
class Link {
+ draw()
}
class Button {
+ draw()
}
Widget <|-- Link
Widget <|-- Button
}
App ..> Widget.Widget : draws
App ..> Widget.Button : creates
App ..> Widget.Link : creates
namespace Concept {
abstract class Distinguishable {
- id
+ key() : string
- normalize(string)
}
}
Concept.Distinguishable <|-- Widget.Widget
namespace Config {
class Directory {
- {static} root
+ {static} set(string)
+ {static} root() : string
+ {static} storage() : string
+ {static} view() : string
+ {static} src() : string
}
}
namespace Storage {
interface Storage {
+ store(Distinguishable)
+ loadAll() : array
}
class SessionStorage {
+ store(Distinguishable)
+ loadAll() : array
}
class FileStorage {
+ store(Distinguishable)
+ loadAll() : array
}
class MySQLStorage {
- $pdo
+ store(Distinguishable)
+ loadAll() : array
}
class SQLiteStorage {
- $pdo
+ store(Distinguishable)
+ loadAll() : array
}
Storage <|-- SessionStorage
Storage <|-- FileStorage
Storage <|-- MySQLStorage
Storage <|-- SQLiteStorage
}
Storage.Storage ..> Concept.Distinguishable : stores/loads
Storage.FileStorage ..> Config.Directory : uses
App ..> Storage.FileStorage : creates
App ..> Storage.SessionStorage : creates
App ..> Storage.MySQLStorage : creates
App ..> Storage.SQLiteStorage : creates
App ..> Storage.Storage : uses
package index.php <<Rectangle>> {
}
index.php ..> App : creates
index.php ..> Config.Directory : configures
@enduml | false | true | false | false | class |
9a3ed44a7df390fe6a5d7f2e2fb3c2cc059c6126 | 90bf507b5df5624feb750edc86860970936f1be6 | /Interacao2/docs/Iteracao1/UC3_SD_v1.puml | 159d68563a9a3d2b8da08584686b3119141d12a1 | [
"MIT"
] | permissive | atuhrr/ESOFT-ISEP | 9dd56286f2af84b580f075a8dcae55eaafb78802 | d989da51f49475c21c6a02ced68a2b9d8e34efe5 | refs/heads/master | 2022-04-24T11:32:29.084103 | 2020-04-28T21:29:24 | 2020-04-28T21:29:24 | 259,753,073 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,270 | puml | @startuml
autonumber
'hide footbox
actor "Administrativo" as ADM
participant ":DefinirCategoriaUI" as UI
participant ":DefinircategoriaController" as CTRL
participant ":Plataforma" as PLAT
participant "la\n:List<AreaAtividade>" as LIST_AT
participant "at\n:AreaAtividade" as AT
participant "cat\n:Categoria" as CAT
participant "lct\n:List<CompetenciaTecnica>" as LIST_CT
participant "ct:\nCompetenciaTecnica" as CT
participant "cct\n:CaraterCT" as CARACT_CT
activate ADM
ADM -> UI : inicia a definição de nova categoria de tarefa
activate UI
UI --> ADM : solicita a descrição
deactivate UI
ADM -> UI : introduz a descrição solicitada
activate UI
UI -> CTRL : la=novaCategoria(desc)
activate CTRL
CTRL -> PLAT : cat=novaCategoria(desc)
activate PLAT
PLAT -> PLAT : catId=geraCategoriaId()
PLAT--> CAT**: create(catId,desc)
deactivate PLAT
CTRL -> PLAT : la=getListaAT()
activate PLAT
deactivate PLAT
deactivate CTRL
UI --> ADM : mostra lista de AT e solicita escolha de uma delas
deactivate UI
ADM -> UI : seleciona uma AT
activate UI
UI -> CTRL : lct=setAT(atCod)
activate CTRL
CTRL -> PLAT : at=getAT(atCod)
activate PLAT
deactivate PLAT
CTRL -> CAT : setAT(at)
activate CAT
deactivate CAT
CTRL -> PLAT : lct=getListaCT()
activate PLAT
deactivate PLAT
deactivate CTRL
UI --> ADM : mostra lista de CT e solicita escolha de uma delas
deactivate UI
loop
ADM -> UI : seleciona uma CT
activate UI
UI --> ADM : solicita o caráter da CT selecionada
deactivate UI
ADM -> UI : introduz o caráter da CT selecionada
activate UI
UI -> CTRL : addCaraterCT(ctCod,ob)
activate CTRL
CTRL -> PLAT : ct=getCT(catCod)
activate PLAT
deactivate PLAT
CTRL -> CAT : addCaraterCT(ct,ob)
activate CAT
CAT --> CARACT_CT** : create(ct,ob)
CAT -> CAT : validaCaraterCT(cct)
CAT -> CAT : addCaraterCT(cct)
|||
deactivate CAT
deactivate CTRL
end loop
UI --> ADM : apresenta dados e solicita confirmação
deactivate UI
ADM -> UI : confirma
activate UI
UI -> CTRL : registaCategoria()
activate CTRL
CTRL -> PLAT : registaCategoria(cat)
activate PLAT
PLAT -> CAT : valida()
activate CAT
deactivate CAT
PLAT -> PLAT : validaCategoria(cat)
PLAT -> PLAT : addCategoria(cat)
UI --> ADM : informa sucesso da operação
deactivate CTRL
deactivate PLAT
deactivate UI
deactivate ADM
@enduml
| false | true | true | false | usecase |
72e461c469d9ef14ab629f9a3f206a106aee44f0 | a26bbd033192f4ea245a6dd3f166976b39459752 | /3_Documentazione/design/dao_classes.puml | 739bb71c1f7b40fef7b91c2b013470821aa50385 | [] | no_license | giuliobosco/freqline | fdc673e09e4cfc96dc67a759788120b81fdbae46 | e94256cc349797447cf414bbe4267ef45c89723e | refs/heads/master | 2022-04-10T16:22:55.993289 | 2020-04-06T13:28:19 | 2020-04-06T13:28:19 | 206,082,972 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,715 | puml | @startuml
skinparam classAttributeIconSize 0
package java.util {
class Exception {
}
}
package ch.giuliobosco.freqline {
package dao {
class DaoException {
- long serialVersionUID = 1L;
+ DaoException()
+ DaoException(String message)
+ DaoException(String message, Throwable cause)
}
Exception <|-- DaoException
}
package model {
abstract Base {
- int SQL_INT_NULL = 0
- int DEFAULT_ID = 0
- Date NOW = new Date(System.currentTimeMillis())
- int id
- int createdBy
- Date createdDate
- int updatedBy
- Date updatedDate
- int deletedBy
- Date deletedDate
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, int deletedBy, Date deletedDate)
+ Base(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate)
+ Base(int createdBy)
+ int getId()
+ int getCreatedBy()
+ Date getCreatedDate()
+ int getUpdatedBy()
+ Date getUpdatedDate()
+ void setDeletedBy(int deletedBy)
+ int getDeletedBy()
+ Date getDeletedDate()
+ void setDeletedDate(Date deletedDate)
}
class Element {
- String name;
+ Element(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, int deletedBy, Date deletedDate, String name)
+ Element(int id, int createdBy, Date createdDate, int updatedBy, Date updatedDate, String name)
+ Element(int createdBy, String name)
+ void setName(String name)
+ String getName()
}
Base <|-- Element
}
package dbdao {
abstract DbDao {
# {static} Logger LOGGER
- Connection connection
+ DbDao(Connection connection)
# Connection getConnection()
# Date getDate(ResultSet resultSet, String column)
# Timestamp getTimestamp(Date date)
# void mutedClose(Connection connection, PreparedStatement statement, ResulSet resultSet)
# {abstract} Base create(DataResult dataResult)
# {abstract} PreparedStatement getByIdStatement(int id)
# {abstract} PreparedStatement getAllStatement()
# {abstract} PreparedStatement getAddStatement(Base base)
# {abstract} PreparedStatement getUpdateStatement(Base base)
# {abstract} PreparedStatement getDeleteStatement(Base base)
+ Optional<Base> getById(int id)
+ Stream<Base> getAll()
+ boolean add(Base base)
+ boolean update(Base base)
+ boolean delete(Base base)
}
class DbElementDao {
- {static} String GET_ALL_QUERY
- {static} String GET_BY_ID_QUERY
- {static} String ADD_QUERY
- {static} String UPDATE_QUERY
- {static} String DELETE_QUERY
+ DbElementDao(Connection connection)
# Base create(DataResult dataResult)
# PreparedStatement getByIdStatement(int id)
# PreparedStatement getAllStatement()
# PreparedStatement getAddStatement(Base base)
# PreparedStatement getUpdateStatement(Base base)
# PreparedStatement getDeleteStatement(Base base)
}
DbDao <|-- DbElementDao
}
package modeljson {
abstract BaseJson {
- JSONObject json
+ BaseJson(Base base)
+ BaseJson(JSONObject json)
+ BaseJSon(String json)
+ JSONObject getJson()
+ void setJsonBase(Base base)
# Base getBase()
}
class ElementJson {
+ ElementJson(Element element)
+ ElementJson(Base base)
+ setJsonElement(Element element)
+ Element getElement()
}
BaseJson <|.. ElementJson
}
}
@enduml
| false | true | false | false | class |
e9136871f3b0272e34376ae2627775375265e8df | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/PriceChangedError.puml | 505f1131cbb217d085283146583251d1c5fea4ed | [] | 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 | 486 | 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 PriceChangedError [[PriceChangedError.svg]] extends ErrorObject {
code: String
message: String
lineItems: [[String.svg List<String>]]
shipping: Boolean
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
1ce22a7eceffef3c4fc56ae3ffac4ce7ba5a99c7 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/PostProcessEffectSettings.puml | 013b2e46b62dc8aa666215d7ee766a19730cc311 | [] | 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 | 395 | puml | @startuml
class PostProcessEffectSettings {
+ active : bool = true
OnEnable() : void
OnDisable() : void
+ SetAllOverridesTo(state:bool, excludeEnabled:bool) : void
+ <<virtual>> IsEnabledAndSupported(context:PostProcessRenderContext) : bool
+ GetHash() : int
}
ScriptableObject <|-- PostProcessEffectSettings
PostProcessEffectSettings o-> "enabled" BoolParameter
@enduml
| false | true | false | false | class |
fc9dce3cd9cbea85550e4265654e3acecdddf1c2 | 1e557a8d0b755ce2d66458e43dcd426dd8f27fec | /阅读代码/android/视图相关/View_process1.plantuml | 10111402eee2dfc0be23b6d6fb1ce8fd3cfbba79 | [] | no_license | rickgit/rickgit.github.io | 94ff804637d1fe891583c9c1513a9b65b86361f5 | 5891f01bdd8ca1231cd9977a68960e11e28688f4 | refs/heads/master | 2023-08-29T21:35:00.999632 | 2023-08-12T04:40:16 | 2023-08-12T04:40:16 | 52,088,713 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 690 | plantuml | @startuml
skinparam monochrome true
'skinparam classBackgroundColor transparent
skinparam style strictuml
ActivityStack->ApplicationThread :1 scheduleResumeActivity
activate ApplicationThread
ApplicationThread->H :2 RESUME_ACTIVITY
activate H
deactivate ApplicationThread
H -> ActivityThread :3 handleResumeActivity
activate ActivityThread
deactivate H
ActivityThread ->ActivityThread :4 performResumeActivity
activate ActivityThread
ActivityThread ->Activity :5 performResume
activate Activity
deactivate ActivityThread
Activity-->ActivityThread :6 return
deactivate Activity
ActivityThread->WindowManager :7 addView
activate WindowManager
deactivate ActivityThread
@enduml | false | true | true | false | sequence |
b42e0827491fa426df1d5cb370d4ecffccf344d1 | 48f480c503190d3e7c2196534c9dd9f33dc85e2e | /dynamic-view/identity-management/user-to-hyperty-binding-source.puml | 24b569646b1798d3a7a9f8c32c35daacb61f353e | [
"Apache-2.0"
] | permissive | reTHINK-project/specs | 0646ca3bdf34b4d0ef35ce54a90f86ec5a78b1d9 | 52d52585bfd8cdc783512862b80228506215b0ae | refs/heads/master | 2022-11-01T17:53:27.814875 | 2019-11-04T11:02:25 | 2019-11-04T11:02:25 | 67,431,416 | 3 | 5 | Apache-2.0 | 2022-10-18T18:51:34 | 2016-09-05T15:21:40 | JavaScript | UTF-8 | PlantUML | false | false | 1,080 | puml | @startuml user-to-hyperty-binding-scheme.png
autonumber
actor Alice #red
box "Alice's Device Core Runtime" #LightGrey
participant RuntimeUA
participant Registry
participant IdModule
participant PolicyEngine
end box
box "Service Provider 1 Sandbox at Alice Device" #LightGrey
group register-hyperty procedure
RuntimeUA -> Registry: registerHyperty( )
end
== Associate hyperty instance with user identity ==
Registry -> IdModule : getIdentities
Registry <- IdModule : Identities returned
opt Policy Enforcer is requested\n to authorise ID Selection
PolicyEngine <- Registry: authoriseIDHypertyBind\n(Identities)
PolicyEngine <- PolicyEngine: apply policies
alt IdModule has more than one Identity\nloaded and user has to select one.
Alice <- PolicyEngine: request to select Identity
Alice -> PolicyEngine: return selected Identity
end
PolicyEngine -> Registry: return authorised Identity
end
Registry -> IdModule: getIDToken(Identifier, scope)
Registry <- IdModule: ID Token returned
Registry -> Registry : bindIdentity(HypertyURL, IDToken)
end box
@enduml
| false | true | false | false | usecase |
473cafde814f20829be3930949b8ed4dbcc976a5 | 19bc75fcb12fda75323f82bd05cad777872ac931 | /LottasLopper/UML Diagrams/ClassDiagramSecondDraft.puml | a2dd73f12d31b7300a8c0c2b5afce49020d92d4c | [] | no_license | alexander474/PG3300_SoftwareDesign_Exam | e4fcb56bfde6dcee90cb963885be6fb8d6f28edd | 6107b815c6808e3c9e8cc723123741a8fbb32a50 | refs/heads/master | 2020-04-04T10:06:05.756833 | 2018-11-18T21:04:08 | 2018-11-18T21:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,072 | puml | @startuml
namespace Fleemarket {
class ProductController{
+List<Product> list
---
+getProduct() : Database.ProductContext
+getRandomProduct() : Database.ProductContext
+newProduct() : boolean
}
ProductController --o Product
class Printer {
print(value : string) : void
}
abstract Class Person {
{abstract} action() : void
}
class Seller extends Person {
+action() : void
-newProduct() : Product
}
Seller --o ProductController
Seller --- Printer : Uses
class Customer extends Person {
+action() : void
-buyProduct() : Product
}
Customer --o ProductController
Customer --- Printer : Uses
class Product {
name : string
price : int
}
class PersonFactory {
+CreateSellers(int numberOfSellers)
+CreateCustomers(int numberOfSellers)
}
PersonFactory --- Seller : Creates
PersonFactory --- Customer : Creates
}
@enduml
| false | true | true | false | class |
29fa7cfd8738ea73532633105bde2b8e26ca62c9 | 33a47df95044a034505d99aac24ba651e09fe2d4 | /src/main/java/com/zc/uml/test.puml | 3bfc044eb6d8d0461fe011346489879f8e7fb13e | [] | no_license | wuyanzcwork/what | 1bbc6065737c09149ec34190f85c328a41b8a920 | ac8f2c01b321eb1650ea8e36d4c19293e1c80af1 | refs/heads/master | 2021-01-11T00:57:09.169362 | 2019-02-15T03:21:41 | 2019-02-15T03:21:41 | 70,445,712 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 204 | puml | @startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
@enduml | false | true | false | false | sequence |
29402d90764d5597d63e0b26180a11c754779651 | 714f9744f76cc2af51f47b4dbe9fd7b38e616ce4 | /doc/uml/tjeneste-fullfør-ekspedering.puml | 258f9d2a719761cd6c02c305f093defa9989999f | [] | no_license | sopra-steria-norge/pharmacy.no | 3082b724b7c93b327a8ad884d9fee2ad40a92321 | b0d3e8ee3d6a358a96b6401bd23fc789ad865882 | refs/heads/master | 2021-07-18T19:51:32.802750 | 2017-10-24T22:10:24 | 2017-10-24T22:14:58 | null | 0 | 0 | null | null | null | null | ISO-8859-15 | PlantUML | false | false | 1,848 | puml | @startuml
title Implementasjon av tjenesten Sluttfør reseptekspedering
skinparam ArrowColor #b1b1b0
skinparam BorderColor #b1b1b0
box "Apoteksystem" #ececec
'actor Apotekansatt
participant Kjedesystem #8ccbdb
end box
box "Bransjeløsningen" #ececec
participant Reseptekspedering as "Resept\nekspedering" #319aad
participant Ekspedisjonsstøtte as "Ekspedisjons\nstøtte" #319aad
participant Regelmotor #319aad
database Resepthistorikk as "Resept\nhistorikk" #319aad
participant ReseptformidlerTjeneste as "Reseptformidler\nTjeneste" #319aad
end box
box "Norsk Helsenett" #ececec
participant Reseptformidleren as "Resept\nformidleren" #ff8fa3
end box
participant FMD as "Forfalskning\ndirektivet" #ff8fa3
Kjedesystem -> Reseptekspedering ++: M1, M10, M18, priser
Reseptekspedering -> Ekspedisjonsstøtte ++: Valider utlevering\n(M10, M18, priser)
Ekspedisjonsstøtte -> Regelmotor++: M10, M1, Historikk
Ekspedisjonsstøtte <-- Regelmotor--: Faglige varsler
Ekspedisjonsstøtte -> Regelmotor ++: Kontroll av varsler
Ekspedisjonsstøtte <-- Regelmotor --
Ekspedisjonsstøtte -> Regelmotor ++: Refusjonskontroll
Ekspedisjonsstøtte <-- Regelmotor --
Ekspedisjonsstøtte -> Regelmotor ++: Legemiddelkontroll
Ekspedisjonsstøtte <-- Regelmotor --
Ekspedisjonsstøtte -> FMD ++: Pakningskontroll
Ekspedisjonsstøtte <-- FMD --
Reseptekspedering <-- Ekspedisjonsstøtte --: Varsler
Reseptekspedering -> ReseptformidlerTjeneste ++: M10 Utleveringsrapport
ReseptformidlerTjeneste -> Reseptformidleren ++: M10 Utleveringsrapport
ReseptformidlerTjeneste <-- Reseptformidleren --
Reseptekspedering <-- ReseptformidlerTjeneste --
Reseptekspedering -> Resepthistorikk ++: Lagre resept M1, M10 (utvalgte felter)
Reseptekspedering <-- Resepthistorikk --
Kjedesystem <-- Reseptekspedering --: Utleveringsvarsler
@enduml
| false | true | true | false | sequence |
0ccbcf79d6197a61df8063317f74d289f3ea7937 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Storage-Services/Raw-Storage/Logical.puml | 6dfe6e4fcbbfe0a2b2e53ce45630fc21c5abf0e7 | [] | 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 | 322 | puml | @startuml
package "Service-Stack/Storage-Services/Raw-Storage" {
interface "Service-Stack/Storage-Services/Raw-Storage" {
}
CLI ()-- "Service-Stack/Storage-Services/Raw-Storage"
REST ()-- "Service-Stack/Storage-Services/Raw-Storage"
Web ()-- "Service-Stack/Storage-Services/Raw-Storage"
}
@enduml
| false | true | false | false | class |
c65e22409137f949b045170f8467e86de12102a2 | b5f73f0647cfac3a4074cec1e62937eb36f58d5a | /design_patreen/src/main/java/cn/firecode/explore/designpattern/adapter/adapter-class.puml | e94090f308af2210e4619f025a7ad25dfc2822f3 | [] | no_license | firecode-Aiden/explore_java_base | dc1767fb365e27f6729cd8852167cbad5622cbae | ae0ef7e2ff91df6d31858adacb81797fc95ff2fa | refs/heads/master | 2023-08-23T21:03:05.200133 | 2021-11-02T10:00:30 | 2021-11-02T10:00:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 462 | puml | @startuml
'https://plantuml.com/class-diagram
interface MediaPlayer{
void playMedia()
}
class MediaPlayerAdapter{
void playMedia()
}
class MediaPlayerAdapter2{
Mp3Player mp3Player
void playMedia()
}
class Mp3Player{
void play()
}
class Mp4MediaPlayer{
void playMedia()
}
MediaPlayer <|-- Mp4MediaPlayer
MediaPlayer <|-- MediaPlayerAdapter
Mp3Player <|-- MediaPlayerAdapter
Mp3Player *-- MediaPlayerAdapter2
MediaPlayer <|-- MediaPlayerAdapter2
@enduml | false | true | false | false | class |
94b224ec8b565b3df95756ed930eb2dce96d88bf | d0e18a66cf2622452c683de8be24ef9e2454b6f6 | /doc/uml/datamodule.puml | a0a23aee90facdd2bbc6a1d14a01d32c906fadcc | [
"Apache-2.0"
] | permissive | smuwjs/android-mvp-architecture | da848bcc4b4c6d12fafffaf92bdb0924a36452b2 | 7c7bf712031afb16dbf507517133b75a43587a4f | refs/heads/master | 2021-01-22T23:53:54.860631 | 2017-07-06T07:36:15 | 2017-07-06T07:36:15 | 85,677,411 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 487 | puml | @startuml
package "data" {
[retrofit] --> [api1]
[retrofit] --> [api2]
[retrofit] --> [okhttp]
[http] --> [retrofit]
[soap] --> [retrofit]
[api1] --> [service1-1]
[api1] --> [service1-2]
[api2] --> [service2-1]
[api2] --> [service2-2]
[glide] --> [okhttp]
[image] --> [glide]
[cache] --> [database]
[cache] --> [preference]
[data] --> [http]
[data] --> [image]
[data] --> [soap]
[data] --> [cache]
}
@enduml | false | true | false | false | uml-unknown |
ce7122f197ec38d8fc74c353fd99235405b2ced8 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Streaming-Engine/Deployment.puml | 5e7a4d85162229935c3a356cbde6e1c4b4abdf71 | [] | 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 | 189 | puml | @startuml
package "Service-Stack/Connected-Car-Cloud/Streaming-Engine" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
d6238d89091ff748eccbe086d59acf056ed008eb | 52967fc781f6c838c016989270fd604c438ffe0d | /tbr-website/src/main/webapp/images/puml/oop-uml/oop-inheritance.puml | a6b13f50698238077feea42569ccb597b115e135 | [] | no_license | thomasbroussard/website | c8084b733ea8d44427e3947ae065b007b3fb04a6 | 72caa7df57107961cd33e36b93d26640c8b927ae | refs/heads/master | 2021-01-13T12:40:45.213735 | 2018-12-16T07:42:27 | 2018-12-16T07:42:27 | 72,539,195 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 264 | puml | @startuml
left to right direction
Class Mammals{
- hotBlood
+ breastFeeding()
}
Class QuadrupedMammals extends Mammals{
-leg[4]
+ run()
}
Class Wolf extends QuadrupedMammals{
- yellowEye[2]
+ packHunt()
}
@enduml | false | true | false | false | class |
66dfd4136ab2f7898fd867680ca237be518f7d34 | d1ffaec31f5b34555dd61e14cdb9159924a941ea | /Finales/final-2021-08-12-AlgoBar/resolucion_alumno/plantuml/secuencia-1B.plantuml | 219d5b9e5d34c6849a93ac279cfb0b7dc1692082 | [
"MIT"
] | permissive | guille-acosta/7507-Algo3 | 79250bf90d927881636074cd80c6a4da5039f0c9 | 4e3019ca8199f1e3e40aa21d5110f2697a72f12b | refs/heads/master | 2023-08-12T03:44:14.748803 | 2021-09-17T12:07:23 | 2021-09-17T12:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,118 | plantuml | @startuml
skinparam style strictuml
skinparam classAttributeIconSize 0
skinparam monochrome true
hide empty members
title Secuencia 1B \n Cuanto debe pagar un socio a fin de mes \n habiendo realizado consumos por $1000 \n y tratando de reservar la sala de cine
actor actor
participant cli as ":Cliente"
participant tipo as "tipo:Socio"
participant prod as ":Producto"
participant cine as "cine:SalaCine"
actor ++
note right actor : inicializar
actor -> cli ** : new Cliente()
actor -> tipo ** : new Socios()
actor -> cli ++ : setTipo( tipo )
cli --
note right actor : consumir un producto de $1000
actor -> cli ++ : consumir( snack )
cli -> tipo ++ : consumir( snack )
tipo -> prod ++ : precio()
return 1000
tipo -> cli ++ : aumentarDeuda( 1000 * 0.9 )
note right cli : deuda = 900
cli --
tipo --
cli--
note right actor : reservar sala de cine con 5 personas
actor -> cli ++ : reservar( cine, 5 )
cli -> tipo ++ : reservar( cine, 5 )
tipo -> cine ++ : reservarPara( tipo, 5 )
return 5 >= 8
return false
return false
actor -> cli ++ : debePagar()
cli -> tipo ++: precio()
return 500
return 500 + 900
@enduml | false | true | false | false | usecase |
d4dd18c6b401d0253423ceeed1d6e97f23bcabed | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /scala-meta-model/toplevel.meta.puml | 94dc5317a16c5144a7567716b238945131f1848b | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | puml | @startuml TopLevel
class CompilationUnit {
package : String [0..1]
}
class TopLevel extends Defines {
\n
\n
\n
}
class Package {
identifier : String
}
CompilationUnit *--> "1" TopLevel : topLevelDefinitions
TopLevel *--> "*" Import : imports
TopLevel *--> "*" Export : exports
TopLevel *--> "*" Extension : extensions
TopLevel *--> "*\n\n" Object : packageObjects
TopLevel *---> "*" Package : innerPackages
Package ---> "1" TopLevel : packageDefs
note left of Object : isPackageObject = true
hide class circle
hide class methods
hide Defines members
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
skinparam note {
BackgroundColor White
BorderColor Red
}
@enduml | false | true | false | false | sequence |
468f5f780ffd0d738d693acc4421e2f0cbb6526b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_FrameRateCounter.puml | a970a5a2dbfc089fc61d345b043be82180df5548 | [] | 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 | 477 | puml | @startuml
class TMP_FrameRateCounter {
+ UpdateInterval : float = 5.0f
Awake() : void
Start() : void
Update() : void
Set_FrameCounter_Position(anchor_position:FpsCounterAnchorPositions) : void
}
enum FpsCounterAnchorPositions {
TopLeft,
BottomLeft,
TopRight,
BottomRight,
}
MonoBehaviour <|-- TMP_FrameRateCounter
TMP_FrameRateCounter o-> "AnchorPosition" FpsCounterAnchorPositions
TMP_FrameRateCounter +-- FpsCounterAnchorPositions
@enduml
| false | true | false | false | class |
d29c3f00dde1a56312431de5ff8497e647a1a94c | e1641275ee0731802e26fcf4621791963ca6e696 | /src/main/resources/ex42/ParsingDataFile.puml | 7ae173b8f1584d9e881c5cce8d5a320a52ebde8b | [] | no_license | ivy-nguyen18/nguyen-cop3330-assignment3 | 9f0112853901f0cab33192ee76ccdcf6fc36165d | beb96903af04382bc3d7b3cbf3b21159bde4915f | refs/heads/master | 2023-06-01T03:38:34.959725 | 2021-06-21T02:57:26 | 2021-06-21T02:57:26 | 377,617,776 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
'https://plantuml.com/class-diagram
Employee o->ListFunctions
ListFunctions o-> FileFunctions
class FileFunctions {
+ readFile(List<Employee>): List<Employee>
- parseEmployeeInfo(String[]): Employee
}
class ListFunctions {
+ printList(List<Employee>): void
- createHeaders(): void
}
class Employee {
- firstName : String
- lastName : String
- salary : int
+ Employee(String, String, int): void
+ getFirstName(): String
+ getLastName(): String
+ getSalary(): int
}
@enduml | false | true | false | false | class |
b8bc3b5f3b302da4b942715b8eda074b57dabedc | 6b8fa14a3fb3be93f105d303c6eeb9c3f92558d9 | /src/testdata/test_output/test1_puml.puml | bee601644db0fd56f9d2c82cd03002f4e07b9d1b | [
"MIT"
] | permissive | lioneagle/draw | 1abfe1a7569b1dcd545e9bfb7119ebc95d19a0aa | afba365556271a38e1b96a734b14e776d165f549 | refs/heads/master | 2020-12-02T08:17:59.455447 | 2017-09-14T20:23:50 | 2017-09-14T20:23:50 | 96,803,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 936 | puml | @startuml
hide footbox
scale 700*600
skinparam Note {
BorderColor black
BackgroundColor white
FontName Arial
FontColor #000000
FontSize 9
FontStyle bold
}
skinparam ParticipantPadding 20
skinparam BoxPadding 10
skinparam sequence {
ParticipantBorderColor black
ParticipantBackgroundColor white
ParticipantFontName Arial
ParticipantFontColor #000000
ParticipantFontSize 9
ParticipantFontStyle bold
LifeLineBorderColor black
ArrowColor black
ArrowFontName Arial
ArrowFontColor #000000
ArrowFontSize 9
ArrowFontStyle bold
}
participant "UE" as ue
participant "ZXUN B200" as sbc #ffc90e
participant "I/S-CSCF" as cscf
participant "SCC AS" as scc_as
ue -> sbc: INVITE
sbc -> cscf: INVITE
cscf -> scc_as: INVITE
scc_as -> cscf: INVITE 180
cscf -> sbc: INVITE 180
sbc -> ue: INVITE 180
scc_as -[#44aacd]> ue: <back:#e8f8f7>test1</back>
ue -[#44aacd]> scc_as: <back:#e8f8f7>test2</back>
hnote over sbc: A
@enduml
| false | true | false | false | sequence |
da615764d99fea6624b64f050eee85949fc77e6f | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/banque-seq.plantuml | a17eb2a88addb1d9a4c5a8851cffc578eb7f569b | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 1,101 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
title ApplicationAgenceBancaire
'autonumber
'-- début
actor User
participant main as ":Main"
participant acces as "AccesAgenceBancaire"
main -> acces : getAgenceBancaire()
create monag as ": AgenceBancaire"
acces -> monag : new
acces --> main : monAg
loop continuer
alt choix=='q'
User <-- main : "ByeBye"
main -> main : continuer = false
else choix=='l'
main --> monag : afficher()
monag --> User
else choix=='v'
User <-- main : "num cpt?"
User --> main : numero
main -> monag : getCompte(numero)
monag --> main : c
alt c==null
User <-- main : "compte inexistant"
else else
participant c as ": Compte"
main -> c : afficher
c --> User
end
else choix=='p'
User <-- main : "proprio?"
User --> main : nom
participant ApplicationAgenceBancaire
group ref comptesDUnPropretaire
main -> ApplicationAgenceBancaire
ApplicationAgenceBancaire --> main
end
else choix=='d'
else choix=='r'
else default
end
end
@enduml
| false | true | true | false | usecase |
ca55bdb64a06f3bb57e623bfbd7e7b818a2b3673 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.BackOfficeAdmin/Remittance/OrderDataResponse.puml | 0f6829a2520c2d641433a71722c77c4ed0230e91 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | puml | @startuml
class OrderDataResponse {
}
class SellerOrderData {
+ SellerId : int <<get>> <<set>>
+ SellerName : string <<get>> <<set>>
+ OrderCount : int <<get>> <<set>>
+ OrderTotal : decimal <<get>> <<set>>
+ FeeAmount : decimal <<get>> <<set>>
+ RemittanceAmount : decimal <<get>> <<set>>
}
ResponseBase <|-- OrderDataResponse
@enduml
| false | true | false | false | class |
a0104791fcdab756331bb3090ebdd629a4f8cb9d | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/RoomConfiguration/US222/US222_sd_RoomConfiguration.puml | a8ab602e3437b38f9fb9ae140b5a3aeffbebdb99 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,466 | puml | @startuml
title US222 As a Power User, I want to deactivate a device, so that it is no longer used.\nNevertheless, it should be possible to access its configuration and activity log.
actor PowerUser
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 3
skinparam titleBorderColor indianred
skinparam titleBackgroundColor ivory
skinparam FontName quicksand
skinparam actor {
BorderColor indianred
}
skinparam sequence {
LifeLineBackgroundColor indianred
ParticipantBackgroundColor ivory
}
skinparam roundcorner 10
skinparam component {
arrowThickness 1
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
autonumber
PowerUser -> ":RoomConfigurationUI": runUS222(house)
activate ":RoomConfigurationUI"
ref over ":RoomConfigurationUI"
Select Room
end ref
ref over ":RoomConfigurationUI"
Select Device
end ref
":RoomConfigurationUI" -> ":RoomConfigurationController": deactivateDevice(device)
activate ":RoomConfigurationController"
":RoomConfigurationController" -> ":Device": deactivate()
alt if isActive()
":Device" -> ":Device": setmActiveFalse()
":Device" --> ":RoomConfigurationController": return true
else if else
":Device" -> ":RoomConfigurationController": return false
end
":RoomConfigurationController" --> ":RoomConfigurationUI": return true
deactivate ":RoomConfigurationController"
":RoomConfigurationUI" --> PowerUser: Successful feedback message
deactivate ":RoomConfigurationUI"
@enduml | false | true | false | false | usecase |
ec87097d753fa4a95678574f55467e5a30bd28b8 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US15/US15_SSD_v2.puml | b6d9e2c5d20c8872c20cb454f8beed2a69a64b6d | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 482 | puml | @startuml
autonumber
actor "Administrator" as OE
activate OE
OE -> ":System" : asks to validate available tests
activate ":System"
":System" --> OE : shows all available tests and requests selection
deactivate ":System"
OE -> ":System" : select all tests
activate ":System"
":System" --> OE : ask for confirm
deactivate ":System"
OE -> ":System" : confirms all the tests
activate ":System"
":System" --> OE : informs operation success
deactivate ":System"
deactivate OE
@enduml | false | true | false | false | sequence |
35af17e635312702ef8b8b962fae6b01e21ab4f7 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productSchema/ip/internetAccess/MEF 139 resources/media/InfoModelBasicInternetAccess.puml | ceedc27cabd110cb3509dc3c0277430036032c9d | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 918 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
rectangle "Product: Basic Internet Access" {
class BasicInternetAccess {
}
BasicInternetAccess *-->"1" BasicIaIpvc : ipvc
BasicInternetAccess *-->"1" BasicIaIpUni : ipUni
BasicInternetAccess *-->"1" BasicIaIpUniAccessLink : ipUniAccessLink
BasicInternetAccess *-->"1" EthernetUniAccessLinkTrunk : ipUniAccessLinkTrunk
class BasicIaIpvc {
}
BasicIaIpvc *-->"1" BasicIaIpvcEndPoint : ipvcEndPoint
class BasicIaIpUni {
}
class BasicIaIpUniAccessLink {
}
class EthernetUniAccessLinkTrunk {
}
}
EthernetUniAccessLinkTrunk "0..*" o-d-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
' extra for alignment
BasicIaIpUniAccessLink "0..*" o-[hidden]-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
BasicIaIpvcEndPoint "0..*" o-[hidden]-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
@enduml | false | true | false | false | sequence |
19ffbb44895ef8075781b4e1a3c6b2898a6467ca | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/blog/edit_blog.puml | e988b6c6c50bde1b0820dfcd867f5c3eb60f41ef | [
"MIT"
] | permissive | hataketsu/PetStore4 | 39b107ab004d16c23076a4d5ab24b81c9bc0d8de | 479b0709e7d9f202b6fa90adf8a6c4a874681fa3 | refs/heads/master | 2020-03-19T17:09:25.162293 | 2019-12-26T16:26:31 | 2019-12-26T16:26:31 | 136,746,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,231 | puml | @startuml
actor Admin
boundary list_blogs_view
boundary edit_blog_view
control BlogController
entity BlogModel
activate Admin
Admin -> list_blogs_view: yêu cầu xem danh sách bài viết
activate list_blogs_view
list_blogs_view --> Admin: Hiển thị danh sách bài viết
Admin -> list_blogs_view: Bấm nút sửa trên bài viết
list_blogs_view -> edit_blog_view : chuyển hướng sang trang sửa bài viết
deactivate list_blogs_view
activate edit_blog_view
edit_blog_view --> Admin : hiển thị nội dung bài viết
deactivate edit_blog_view
Admin -> edit_blog_view : sửa dữ liệu bài viết, bấm nút lưu
deactivate Admin
activate edit_blog_view
edit_blog_view -> BlogController: gửi thông tin
deactivate edit_blog_view
activate BlogController
BlogController -> BlogController : kiểm tra dữ liệu
BlogController -> BlogModel : lưu dữ liệu
activate BlogModel
BlogModel --> BlogController : trả dữ liệu đã lưu
deactivate BlogModel
BlogController --> edit_blog_view: trả kết qủa lưu bài viết
deactivate BlogController
activate edit_blog_view
edit_blog_view --> Admin: hiển thị bài viết đã sửa
activate Admin
deactivate edit_blog_view
deactivate Admin
@enduml | false | true | true | false | sequence |
87bf3784d106dc996051e80f03a42c8b6b82340d | 30d336418cf16c3e42943e07b2c9b1d4fbc836a8 | /app/src/main/assets/collectdata_activity.puml | 5e66d64b28cd9dcbe28bba864151c76bd73bfda7 | [] | no_license | zhangshu345/android-amap-track-collect | 5666dae17a4f15dc4546eeb63be50ec3731edc82 | 2615a952ecd43304069da8a48c50caf248b81a84 | refs/heads/master | 2021-10-10T15:32:51.663294 | 2018-12-11T05:36:01 | 2018-12-11T05:36:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
(*) --> "AMapLocationClient:AMapLocationListener"
--> "AMapLocation:LocationInfo"
--> "ProductThread:mVectorThread"
-->Memory
--> "CustomerThread:mDatabaseThread"
-->Memory
--> "CustomerThread:mDatabaseThread"
-->SQLiteDataBase
-->Server
-->(*)
@enduml | false | true | true | false | uml-unknown |
93c429743f574f9e7daba32557d547b9de60f1e0 | 0ee676ceeff44ba4b842e9f0d529ba75a68b1975 | /out/production/Laborator/Builder_Composite/Builder_Composite.plantuml | fe7df30d57ba7d8a9d2a16c7396b61c561de08f6 | [] | no_license | CalanceaCatalina/TMPS | d035c519851abeeeb40cd646b9e7d536f7baa183 | 7afc84126375e091bd9aad68dbfcf9138b0e0026 | refs/heads/main | 2023-04-07T11:20:57.909790 | 2021-04-18T19:59:46 | 2021-04-18T19:59:46 | 335,952,011 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,301 | plantuml | @startuml
title __BUILDER_COMPOSITE's Class Diagram__\n
namespace Builder {
namespace Composite {
class Builder_Composite.BuilderPizza {
+ Build()
+ addCheese()
+ addCrust()
+ addDough()
+ addMagic()
+ addName()
+ addSize()
+ addToppings()
}
}
}
namespace Builder {
namespace Composite {
interface Builder_Composite.IRecipeBook {
{static} + pizza : Pizza
{abstract} + Display()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Pizza {
+ cheese : List<Cheese>
+ magic : List<Magic>
+ name : String
+ toppings : List<Toppings>
+ Pizza()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.PrepareMethod {
{static} - instance : PrepareMethod
+ getMethod()
{static} + getPreparationMethod()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Recipe {
+ Display()
+ Recipe()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.RecipeBook {
- Recipes : List<IRecipeBook>
- name : String
+ Display()
+ RecipeBook()
+ addRecipe()
+ removeRecipe()
}
}
}
namespace Builder {
namespace Composite {
class Builder_Composite.Runner {
{static} + main()
}
}
}
Builder_Composite.BuilderPizza o-- Builder_Composite.Pizza : pizza
Builder_Composite.Pizza o-- Singleton.Enum.Crust : crust
Builder_Composite.Pizza o-- Singleton.Enum.Dough : dough
Builder_Composite.Pizza o-- Singleton.Enum.Size : size
Builder_Composite.Recipe .up.|> Builder_Composite.IRecipeBook
Builder_Composite.Recipe o-- Builder_Composite.Pizza : pizza
Builder_Composite.RecipeBook .up.|> Builder_Composite.IRecipeBook
Builder_Composite.RecipeBook o-- Builder_Composite.Pizza : pizza
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 |
4a001d68ba995ec32c80f0302b5ed8174c812868 | 35d567e689aa9ea7027448ef44be0be480759654 | /docs/images/usecase/expenses.puml | c47ba768f9bf72c50fef4f4e84d4287a4283ac5f | [] | no_license | Zercos/Coin | 8b8a151a0d1ceff036c7bf2be83a1aef3308e787 | 91059079a7779cb18daca9adcf729fc231939537 | refs/heads/master | 2023-08-07T02:42:03.663429 | 2023-05-07T09:41:24 | 2023-05-07T09:41:24 | 244,215,285 | 0 | 0 | null | 2023-07-25T21:42:02 | 2020-03-01T20:04:20 | Vue | UTF-8 | PlantUML | false | false | 489 | puml | @startuml "Add record"
left to right direction
actor User
rectangle Application {
User --> (Records history)
(Records history) .> (Authentication) : include
(Add record) .> (Records history) : extends
(Records history) <.. (Organize Records) : extends
(Select category) .> (Add record) : include
(Manage categories) .> (Select category) : extends
(Filter by category) .> (Organize Records) : extends
(Records history) <.. (Edit record) : extends
}
@enduml | false | true | false | false | usecase |
f188fb73f2aa0da2368895de54b2c3a0f6065570 | bb2a867aa1fef294ed357b207a654c4d14a794d4 | /doc/uml/login.puml | 32d89029307fb09afc63a41701f80efcd5c15423 | [] | no_license | IUBH-Fallstudie/dash | 2a6e2685e5d5607dddd31165b7b086b173b619c4 | 887e2de37d90b054e971d79e6df083e307b743ec | refs/heads/master | 2020-03-31T08:54:05.671389 | 2018-12-29T14:19:30 | 2018-12-29T14:19:30 | 152,076,445 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 799 | puml | @startuml
skinparam monochrome reverse
skinparam RectangleBackgroundColor white
database Moodle order 7
actor User
User -> Login: Anmeldedateneingabe
Login -> DataService: Authenticate(user, password)
DataService -> Server.js: http.post(user, password)
Server.js -> myCampus.service: async authMoodle(req.body.user, req.body.pass)
myCampus.service -> Moodle:
Moodle --> myCampus.service: SessionCookie
myCampus.service --> Server.js: authentication
alt authentication === false
Server.js --> DataService: Status 403
DataService --> Login: false
Login --> User: Snackbar("Erneut versuchen")
else authentication
Server.js --> DataService: Status 200 && authentication
DataService --> DataService: UserInfoInitialisierung
DataService --> Login: true
Login --> Login: route
end
@enduml
| false | true | false | false | usecase |
b227e1be05816a10a6c7991833d133b09527fcdb | 9e8e943a3e6b3aeb396a0f270f6b38382fac6540 | /state_validation.plantuml | 3a4d0ae857179adb7d70f93a8a0f704cbb95ef25 | [
"MIT"
] | permissive | icocheck/techspecs | ccb59d1207420f6bb6be8000bfa40f04261e4558 | a1b38d9e7d088bcd3fa16b5603ba767ddc44360e | refs/heads/master | 2021-07-05T13:05:55.324357 | 2017-10-01T12:21:52 | 2017-10-01T12:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,632 | plantuml | @startuml
state "Data Check & Cognitive Work" as cognition {
state "..." as prev
[*] --> prev
prev --> [*]
}
state "Validation" as validation {
state "Lottery for validators" as lottery
state "Gathering validators" as gathering
state "Validating" as validating
state "Disclosing Veto" as disclosing
state "Counting votes" as counting
state "Fineing validators" as fineing
state "Waiting appeals" as waiting
state "Killing workers" as killing
state "Delivering results, payouts & mining" as delivering
lottery: – All validating nodes participate
lottery: – Chances are proportional to stake and reputation
gathering: — Awaits congirmations from
gathering: all selected validtors
gathering: – Timeout leads to penalty
gathering: and validator replacements
delivering: – Can have "partial validation" status
delivering: – In this case QA stake is partially repaid to the Client
delivering: – Payouts and cognitive mining
validating: – Limited by time
validating: – Timeout initiates new
validating: lottery to replace delayed
validating: validators with a new ones
validating: and leads to a fine
disclosing: – Limited by time
disclosing: – Timeout leads to fine
disclosing: validators are not replaced
fineing: – Validators are fined
fineing: loosing reputation and stakes
counting: – Defines True and Faulty Nodes
waiting: – Wait for initial appeals
waiting: with some given timeout time
killing: – Removing stakes/reputation from
killing: the Worker Nodes reported Faulty
prev --> lottery: all results\nare delivered
lottery --> gathering
lottery --> delivering: not enough\nvalidators
gathering --> lottery: some validators\nrejected or\ntimed out
gathering --> validating: all validators\nresponded
gathering --> delivering: timeout\nlimit\nreached
validating --> disclosing: all validators\nsumitted results
validating --> lottery: for timed out\nvalidators
disclosing --> counting: validators\nsubmitted keys
disclosing --> fineing: some validators\ntimed out
fineing --> counting
counting --> delivering: no Faulty\nnodes
counting --> waiting: Faulty nodes\nfound
waiting --> killing: No appeals\nwere submitted
killing --> delivering
delivering --> [*]
}
state "Closed Arbitration" as closed {
state "..." as more1
}
state "Public Arbitration" as public {
state "..." as more2
}
closed --> public
waiting --> closed: appeal was submitted
closed --> delivering: upon\narbitration\ncompletion
public --> delivering: upon\narbitration\ncompletion
@enduml
| false | true | true | false | sequence |
7f2d22767321a2f368cdc05eebaee6403f2570b7 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /startergy/uml.puml | 37fe5a4218568b63988623c63eb6599a2b6be32c | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | puml | @startuml startergy_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class Context <<Animal>>{
+ operation();
}
abstract class Startergy <<IMoveBehavior>> {
+ {abstract} execute();
}
class ConcreateStartergyA <<Running>> {
+ execute();
}
class ConcreateStartergyB <<Walking>> {
+ execute();
}
Context -right-> Startergy : startergy
Startergy <|-- ConcreateStartergyA
Startergy <|-- ConcreateStartergyB
@enduml | false | true | false | false | sequence |
b023aaace96f7709029b67f2fec5aad0874b92be | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/api-protocol/puml/ParticipantUpdateMessage.puml | ccf7acc9ea940f9f65ce0a455058d82735ed4893 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 1,777 | puml | @startuml
(*) --> "Process Update Message"
if "All Automation Composition Elements with my Participant ID processed?" then
--> [yes] "Send Update Ack Message"
--> (*)
else
--> [no] "Process next Automation Composition Element with my ID"
if "New Automation Composition Element?" then
--> [yes] "Create Automation Composition Element"
--> "Set Automation Composition Element to state UNDEPLOYED/LOCKED"
--> "Order Deployment/Unlock of Automation Composition Element"
--> "Pass Parameters to Automation Composition Element"
--> "Wait for Deployment/Unlock to complete"
if "Automation Composition Element Deployed/Unlocked?" then
--> [success] "Record Success for Update Ack message"
--> "Process Update Message"
else
--> [fail] "Delete Automation Composition Element"
--> "Record Error for Update Ack message"
--> "Process Update Message"
endif
else
--> [no] "Check Automation Composition Element State"
endif
if "DEPLOYED/UNLOCKED and Automation Composition Version change != patch?" then
--> [true] "Record Error for Update Ack message"
--> "Process Update Message"
else
[false] if "NOT DEPLOYED/UNLOCKED and Automation Composition Version change == major?" then
--> [true] "Record Error for Update Ack message"
--> "Process Update Message"
else
--> [false] "Pass Changed Parameters to Automation Composition Element"
--> "Wait for reconfiguration to complete"
if "Automation Composition Element Reconfiguration?" then
--> [success] "Record Success for Update Ack message"
--> "Process Update Message"
else
--> [fail] "Roll back reconfiguration"
--> "Record Error for Update Ack message"
--> "Process Update Message"
endif
endif
endif
@enduml
| false | true | false | false | activity |
1b5d0ca92410a91b00af0f794c0a329ef549c94d | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-content-newsletter.puml | 287663ebca3c97539bb97f32931ae6d92fc0dd7f | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 2,615 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient\n(Newsletter recipient)") {
primary_key(id) id
not_null(email) string
title string
firstName string
lastName string
zipCode string
city string
street string
not_null(status) string
not_null(hash) string
customFields customFields
confirmedAt dateTime
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag\n(M:N Mapping)") {
primary_key(newsletterRecipientId) foreignKey
primary_key(tagId) foreignKey
}
ForeignTable(ShopwareCoreSystemSalutationSalutationDefinition, "salutation") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
' relationshipd
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreSystemTagTagDefinition
@enduml
| false | true | false | false | uml-unknown |
d2a3167224c294d03a1f0fabb0cad175790e1a5c | ad93d4597e8ce23ef4a92a6f5f89ca3933de5d0c | /thingml-gen/uml/base/detailed/Base_TrafficLights.plantuml | 8c081a8e761815db9d0f2ce5042a69aad604d01c | [] | no_license | iciotunifacs/thingyota-analogic | 8b22930328483203e292f4289238e4a9a9fb4949 | 97bb2cbbda81ef2c14fdb692f2cc9f3553944f84 | refs/heads/master | 2023-03-18T04:08:21.836938 | 2021-03-03T23:53:32 | 2021-03-03T23:53:32 | 342,075,851 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | plantuml | @startuml
skinparam defaultTextAlignment left
caption Behavior of thing Base
[*] --> TrafficLights
state TrafficLights{
state READY{
READY : entry / do\n ledRed!led_OFF()\nend\n
READY : e:pot?read_value / \naction do\n if (e.val > 100) do\n ledRed!led_ON()\n end\nend\n
}
[*] --> READY
}
@enduml
| false | true | false | false | state |
623e011504f5fdfa52e78e973a5294ffb6b983f6 | 5af990231f64edb6cd362240e5e52d1a9282497b | /UML/secuencia/FaseAtaque.plantuml | 5fc429b84ec739ffa723b7072e0c7580feb69c27 | [
"MIT"
] | permissive | n-zu/A3_TP2 | ed5ffea0f5d7d0c21b3c00a602c1070c6085a081 | 22e95324752822340f242c99247f42849151b011 | refs/heads/master | 2023-07-04T02:27:44.082992 | 2021-08-07T04:27:01 | 2021-08-07T04:27:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 501 | plantuml | @startuml Fases
skinparam monochrome true
skinparam style strictuml
skinparam classAttributeIconSize 0
participant FA as ":FaseAtaque"
participant GFA as ":GestorFichasAtaque"
participant atk as "atacante:Pais"
participant def as "defensor:Pais"
FA ++
[-> GFA ++: \t\t\t atacarCon(nFichas)
GFA -> atk ++: atacar(defensor,nFichas)
GFA -> def ++: invadible()
GFA <-- def --: defensor.fichas <= 0
alt defensor.invadible
GFA -> GestorInvasion **
else
GFA -> GestorAtacante **
end alt
@enduml | false | true | false | false | sequence |
1ecdbaa0a690639d968b728a9513a7fcb4af099a | 66189c5ec1fd3d87a5db4f281fb8eee547b62011 | /com/zx/composite/composite.puml | 705ee683589306ceea3c8c28d258efb250b6da64 | [] | no_license | Jcduhdt/DesignPattern | 27168347a85ab79a0976d2ef3ce6e8687bd01ddd | 501635e4eebba510ae3d1bb26ebfdaccf76beb8c | refs/heads/master | 2021-02-17T20:03:58.951599 | 2020-03-15T08:34:11 | 2020-03-15T08:34:11 | 245,124,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 341 | puml | @startuml
class Client
class OrganizationComponent{
add():void
remove():void
print():void
}
class Department
class College
Department --o College
class University
College --o University
OrganizationComponent <|-- Department
OrganizationComponent <|-- College
OrganizationComponent <|-- University
Client ..> OrganizationComponent
@enduml | false | true | false | false | class |
f1a5218743d693127b0417c8d34bf3b49cafd1c1 | bba092f2f0e17bfeb65e8a369b775de0e2909152 | /notes/uml/FBDAPI_class.puml | eeeb993070534d2c980ce620114a303b7828b89a | [
"Apache-2.0"
] | permissive | jacobshih/go-sepak-bola | 0bd0c825105bb59f6ca5115d52050e9e904e9165 | ff4b9ccb5c1f96f3dcdfb411d26646e47afcc238 | refs/heads/master | 2020-09-28T00:01:21.773860 | 2020-01-10T03:15:15 | 2020-01-10T03:15:15 | 226,641,187 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
title FBDAPI - Class Diagram
namespace fbd {
class FBDAPI << (S,Aquamarine) >> {
- token string
- httpGet(uri string) []byte
+ SetToken(token string)
+ GetToken() string
+ GetCompetitions(id int) []byte
+ GetMatches(id int, matchday int) []byte
+ GetTeams(id int) []byte
+ GetStandings(id int) []byte
}
}
@enduml
| false | true | false | false | class |
a86b820c19d085986ab9bc72c56d73d689fd3fd3 | fbab3caca131d3b99a0f13eb6f0111f34a8c0171 | /doc/overview.plantuml | 9fa600cd2f4e581d65c9630856017a90f9a3911c | [
"MIT"
] | permissive | ccamel/go-graphql-subscription-example | 03c0cdf259e47f3661e52c7048bf48696cfd5149 | 426fc232ad46d86e679b1947d648153faf8e27de | refs/heads/main | 2023-08-30T23:44:51.482677 | 2023-08-28T13:54:57 | 2023-08-28T13:54:57 | 169,989,792 | 40 | 2 | MIT | 2023-09-13T13:17:00 | 2019-02-10T14:58:45 | Go | UTF-8 | PlantUML | false | false | 1,765 | plantuml | @startuml overview
!include <tupadr3/common>
!include <tupadr3/govicons/world.puml>
!include <tupadr3/devicons/go.puml>
!include <tupadr3/devicons/redis.puml>
!includeurl https://raw.githubusercontent.com/nikolay-martynov/eip-for-plantuml/master/dist/eip-for-plantuml.puml
!include <cloudinsight/kafka>
skinparam handwritten true
skinparam defaultTextAlignment center
skinparam rectangle {
BackgroundColor<<srv>> #f7f4ea
BorderColor<<srv>> #1d2d44
FontColor<<srv>> #000000
BorderThickness<<srv>> 3
BackgroundColor<<client>> #ded9e2
FontColor<<client>> #000000
BackgroundColor<<mod>> #BAC8D3
BackgroundColor<<hidden>> #ffffff
BorderThickness<<hidden>> 0
BorderColor<<hidden>> #ffffff
Shadowing<<hidden>> false
}
skinparam ArrowFontName Courier
skinparam ArrowFontSize 10
skinparam interface {
FontName<<graphQL>> Courier
FontSize<<graphQL>> 8
FontColor #DFE1E5
}
hide stereotype
rectangle "<$world>\n\nclient" << client >> as client {
}
rectangle "<$go>\n\ngraphQL\ngo server" << srv >> as srv {
rectangle Query << mod >>
rectangle Subscription << mod >>
Query --[hidden] Subscription
}
() "graphQL" as IQuery << graphQL >>
() "graphQL" as ISubscription << graphQL >>
IQuery --[hidden] ISubscription
Query ---left- IQuery
Subscription ---left- ISubscription
client --right-( IQuery : list\ntopics
client --right-( ISubscription : subscribe \n
rectangle "<$kafka>Kafka\n<$EIP_MessageChannel>" as Kafka <<hidden>>
rectangle "<$redis>Redis\n<$EIP_MessageChannel>" as Redis <<hidden>>
rectangle "NSQ\n<$EIP_MessageChannel>" as NSQ <<hidden>>
Subscription --> Kafka
Kafka ...> Subscription
Subscription --> Redis
Redis ...> Subscription
Subscription --> NSQ
NSQ ...> Subscription
@enduml
| false | true | false | false | class |
e83faea33a67e3460757828a9052d38190c0fc93 | 61af72f896e7889e5c20e48e668c6fa4d76fc9b4 | /src/main/resources/MFSContext.puml | 277766ac04532660b86b8b89c36d4cbf21ae573b | [] | no_license | nhoxsang2411994/MFS-continual | 0507ad9203a1d47336c7764129ed20a819edf683 | 160b13e601471969f38837cd9a0c9914f90802f2 | refs/heads/master | 2020-04-11T07:52:44.087577 | 2018-12-14T09:25:06 | 2018-12-14T09:25:06 | 161,624,719 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
interface "Backend for Frontend" as BFF
package user.service {
[User Service] as u
}
package file.service {
[File Service] as f
}
database "user" {
[User]
[Account Level]
}
database "file" {
[File]
[Comment]
}
u -up-> [User]
f -up-> [File]
f -up-> [Comment]
f <-down- BFF
BFF <-down- u : Request uploaded files info
u -up-> BFF : Request delete file(s)
f -> BFF : Request upgrade level
f -> BFF : Request account level
BFF -left-> u
[Comment] -up-> [File] : 1..n
[User] -up-> [Account Level]: 1..n
@enduml | false | true | false | false | sequence |
c85d68d2f35671525095d8e2d0aa163f2524c594 | 7550250d7c84133c3db88d3622a802c1605528af | /test.puml | e1552f75e5fb80e39e34bbabce6048a16372e88f | [] | no_license | ishepard/BankDS | 453dd9696202b6eec7b4de890421f889990e0db6 | a9a483924312385991c30cbe01fe32ea111098b8 | refs/heads/master | 2021-01-15T13:11:13.165554 | 2015-08-26T12:17:30 | 2015-08-26T12:17:30 | 41,149,722 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,080 | puml | @startuml
abstract class entities.UserEntity_
annotation java.lang.Override
annotation javax.annotation.Generated
annotation javax.annotation.Resource
annotation javax.ejb.Stateful
annotation javax.ejb.Stateless
annotation javax.ejb.TransactionManagement
annotation javax.persistence.Column
annotation javax.persistence.Entity
annotation javax.persistence.GeneratedValue
annotation javax.persistence.Id
annotation javax.persistence.NamedQueries
annotation javax.persistence.NamedQuery
annotation javax.persistence.PersistenceContext
annotation javax.persistence.Table
annotation javax.persistence.metamodel.StaticMetamodel
class ejbbeans.AdminBean
class ejbbeans.BankTransfer
class ejbbeans.bankTransaction
class entities.UserEntity
class exceptions.IncorrectBillDetailsException
class exceptions.InvalidCustomerAccountException
class java.lang.Exception
class java.util.ArrayList
class java.util.HashMap
class java.util.LinkedList
class java.util.List
class java.util.Map
class javax.ejb.TransactionManagementType
class javax.persistence.EntityManager
class javax.persistence.GenerationType
class javax.persistence.NoResultException
class javax.persistence.metamodel.SingularAttribute
class javax.transaction.UserTransaction
interface ejbbeans.AdminBeanRemote
interface ejbbeans.BankTransferRemote
interface ejbbeans.bankTransactionRemote
interface java.io.Serializable
entities.UserEntity_ ..> javax.annotation.Generated
entities.UserEntity_ ..> javax.persistence.metamodel.StaticMetamodel
entities.UserEntity_ ..> javax.persistence.metamodel.SingularAttribute
ejbbeans.AdminBean ..> java.lang.Override
ejbbeans.AdminBean ..> javax.ejb.Stateless
ejbbeans.AdminBean ..> javax.persistence.PersistenceContext
ejbbeans.AdminBean ..> entities.UserEntity
ejbbeans.AdminBean ..> java.util.ArrayList
ejbbeans.AdminBean ..> java.util.HashMap
ejbbeans.AdminBean ..> java.util.LinkedList
ejbbeans.AdminBean ..> java.util.List
ejbbeans.AdminBean ..> java.util.Map
ejbbeans.AdminBean ..> javax.persistence.EntityManager
ejbbeans.AdminBean ..> javax.persistence.NoResultException
ejbbeans.AdminBean --|> ejbbeans.AdminBeanRemote
ejbbeans.BankTransfer ..> java.lang.Override
ejbbeans.BankTransfer ..> javax.ejb.Stateless
ejbbeans.BankTransfer ..> javax.persistence.PersistenceContext
ejbbeans.BankTransfer ..> entities.UserEntity
ejbbeans.BankTransfer ..> exceptions.IncorrectBillDetailsException
ejbbeans.BankTransfer ..> javax.persistence.EntityManager
ejbbeans.BankTransfer ..> javax.persistence.NoResultException
ejbbeans.BankTransfer --|> ejbbeans.BankTransferRemote
ejbbeans.bankTransaction ..> java.lang.Override
ejbbeans.bankTransaction ..> javax.annotation.Resource
ejbbeans.bankTransaction ..> javax.ejb.Stateful
ejbbeans.bankTransaction ..> javax.ejb.TransactionManagement
ejbbeans.bankTransaction ..> javax.persistence.PersistenceContext
ejbbeans.bankTransaction ..> entities.UserEntity
ejbbeans.bankTransaction ..> exceptions.IncorrectBillDetailsException
ejbbeans.bankTransaction ..> exceptions.InvalidCustomerAccountException
ejbbeans.bankTransaction ..> java.util.LinkedList
ejbbeans.bankTransaction ..> java.util.List
ejbbeans.bankTransaction ..> javax.ejb.TransactionManagementType
ejbbeans.bankTransaction ..> javax.persistence.EntityManager
ejbbeans.bankTransaction ..> javax.persistence.NoResultException
ejbbeans.bankTransaction ..> javax.transaction.UserTransaction
ejbbeans.bankTransaction --|> ejbbeans.bankTransactionRemote
entities.UserEntity ..> java.lang.Override
entities.UserEntity ..> javax.persistence.Column
entities.UserEntity ..> javax.persistence.Entity
entities.UserEntity ..> javax.persistence.GeneratedValue
entities.UserEntity ..> javax.persistence.Id
entities.UserEntity ..> javax.persistence.NamedQueries
entities.UserEntity ..> javax.persistence.NamedQuery
entities.UserEntity ..> javax.persistence.Table
entities.UserEntity ..> javax.persistence.GenerationType
entities.UserEntity --|> java.io.Serializable
exceptions.IncorrectBillDetailsException --|> java.lang.Exception
exceptions.InvalidCustomerAccountException --|> java.lang.Exception
@enduml | false | true | false | false | class |
735a25ec0e2f6d2316f42b085d07ba9468564f70 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint3/lang02_01_req.puml | 97d971cb7059c71ee92572bd7308eea085224ca0 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 263 | puml | @startuml doc-files/lang02_01_req.png
actor User
participant System
User -> System : selects a cell
User -> System : enters a formula which creates and uses a temporary variable
System -> User : show the result with a temporary variable evaluated on Cell
@enduml | false | true | false | false | sequence |
41ed25da42a63b683c1e4cdab6292f369e1a199a | c083168b4255af019262677c09ac0883d199b532 | /kapitler/media/uml-class-journalpost-all.iuml | 572f0f6c128afdea9aac6f35dac099afa99eebeb | [] | 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 | 1,506 | iuml | @startuml
class Sakarkiv.Journalpost <Basisregistrering> {
+journalaar : integer [0..1]
+journalsekvensnummer : integer [0..1]
+journalpostnummer : integer [0..1]
+journalposttype : Journalposttype
+journalstatus : Journalstatus
+journaldato : date
+dokumentetsDato : date [0..1]
+mottattDato : date [0..1]
+sendtDato : date [0..1]
+forfallsdato : dato [0..1]
+offentlighetsvurdertDato : date [0..1]
+antallVedlegg : integer [0..1]
+utlantDato : date [0..1]
+utlaantTil : string [0..1]
+referanseUtlaantTil : SystemID [0..1]
+journalenhet : string [0..1]
+elektroniskSignatur : ElektroniskSignatur [0..1]
-- Basisregistrering --
+registreringID : string [0..1]
+tittel : string
+offentligTittel : string [0..1]
+beskrivelse : string [0..1]
+noekkelord : string [0..*]
+forfatter : string [0..*]
+dokumentmedium : Dokumentmedium [0..1]
+oppbevaringssted : string [0..*]
+virksomhetsspesifikkeMetadata : any [0..1]
-- Registrering --
+arkivertDato : datetime [0..1]
+arkivertAv : string [0..1]
+referanseArkivertAv : SystemID [0..1]
+kassasjon : Kassasjon [0..1]
+skjerming : Skjerming [0..1]
+gradering : Gradering [0..1]
+referanseArkivdel : SystemID [0..1]
-- Arkivenhet --
+systemID : SystemID [0..1]
+oppdatertDato : datetime [0..1]
+opprettetDato : datetime [0..1]
+opprettetAv : string [0..1]
+oppdatertAv : string [0..1]
+referanseOppdatertAv : SystemID [0..1]
+referanseOpprettetAv : SystemID [0..1]
}
@enduml
| false | true | false | false | class |
e1d9198f6d95f3842870ab2e8360ea2463c71303 | 221c5f448e92489ed23eba7d57e6b7f170456f8c | /diagrams/skeleton_usecases/SequenceDiagram_UseCases_PandaCollidesWithPanda.puml | 1abbbeafdb8aacfb8c93da588deb0521ffd4a80b | [] | no_license | bokovhu/software-project-laboratory-assignment | 04d4dfd5057ee946dcb9e84eb2829460af6f6b1b | 562730be5e4aa8dd1be9fd007618a2a4c28e7d6d | refs/heads/master | 2020-04-24T10:19:42.655964 | 2019-05-15T12:49:02 | 2019-05-15T12:49:02 | 171,890,819 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
skinparam classAttributeIconSize 0
skinparam guillemet false
participant "p1 : CowardPanda" as a
participant "t2 : Tile" as t
participant "p2 : JumpyPanda" as currentAnimal
title Panda collides with Panda
[-> a : moveTo (t2)
activate a
a -> t ++ : accept (p1)
t->currentAnimal ++: CollideWithPanda(p1)
currentAnimal--> t--
t -->a -- : false
[<--a
deactivate a
@enduml | false | true | false | false | sequence |
f4ca13399ceaeb109de189a545320cb326555041 | 61ff26d1708e2062b94d7003cc0e2d473748ae3f | /src/docs/sequenceDiagrams/updateQuiz_SequenceDiagram.puml | 4a40748526837f7b09915477d24dd79d45c9f959 | [] | no_license | MMAcode/SBRbackend | c6b7bfe9b1efd2c31029f915caf01fb57a067bf4 | 70e42b804dc6f94e3cf8d87b458e38732c158693 | refs/heads/main | 2023-08-20T03:39:35.764496 | 2021-10-10T19:59:51 | 2021-10-10T19:59:51 | 396,396,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | puml |
@startuml
'autonumber
actor actor
participant UI
actor -> UI: Update Quiz action (Question,Choice,Answer)
UI -> UI: Validate change(s).
alt #lightgreen onSuccess
UI -> UI: Enable 'Save Changes' button.
else #pink onProblem
UI -> UI: Disable "Save Changes" button.\nDisplay problem message (popover/modal).
end
@enduml
| false | true | false | false | usecase |
0cce7d7a392189d13b1906754b96e8cd7e91959d | fbd4ab7cd047d24cabf6fd77b1f2ef9e4d1526c8 | /src/main/java/ex45/WordFinder.puml | 47696308a07440ea2d3a64c5b87f20ccc9c75e4a | [] | no_license | udaygudipudi/Gudipudi-cop3330-assignment3 | 2af92dae2c1d8d5004a8c664e7250a222d0d8399 | 3164106ff0208e29db04ef93fbebfdbdc4dd3de9 | refs/heads/master | 2023-08-12T12:48:43.421507 | 2021-10-12T02:31:42 | 2021-10-12T02:31:42 | 416,155,292 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class WordFinder {
+ rewrite(String filename) throws IOException
+ main(String[] args) throws IOException
}
@enduml | false | true | false | false | class |
c64066bac74833b8c0c0bc11f437e6693d6447ce | d7ca9da6fe5aa8afdc97eb4a8eb049c0464002e5 | /doc/sequence.puml | 1b7345f948b0efc5486d54db401cef3754c0a0d5 | [] | no_license | blasty3/mtp-converter | 3d8296262dbfc6e921e77fbc90aa6c81816db72a | 64b3b149a837f6f09606399f0e74af42fcd74af8 | refs/heads/master | 2023-02-02T08:12:25.563365 | 2020-09-16T15:07:34 | 2020-09-16T15:07:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 692 | puml | @startuml
skinparam monochrome true
actor user
participant index.ts
participant Server
participant http.Server
participant Middleware
participant Routes
participant Router
activate user
index.ts -> Server : new Server()
activate Server
Server -> Middleware : init()
activate Middleware
Server -> Routes : init()
activate Routes
Routes -> Router : use()
Server -> http.Server : createServer(..)
activate http.Server
http.Server -> http.Server : listen(port)
user -> Router : call "/mtp"
Router -> MtpParser : new MtpParser()
Router -> MtpParser : extract(...)
MtpParser -> Router : result
Router -> http.Server : result
http.Server -> user : display result
deactivate Server
@enduml
| false | true | false | false | usecase |
29dd8522600c31021c70a0e670d1c74b766a5157 | 4f4913977a463b89502c9aa661d4e54ef0792121 | /cinehub/src/main/java/com/unisa/cinehub/control/control.plantuml | 8efb3de578f5655f43b1eeb8ff6254b06400d58a | [
"Unlicense"
] | permissive | x-mariachiara/CineHub | 3472c816ecc0101b2f9af8253384c41003a3e7bf | be90bcfa8f3e5d62a3f3a064a693040adb9274f7 | refs/heads/main | 2023-03-21T03:11:22.309767 | 2021-03-10T15:11:33 | 2021-03-10T15:11:33 | 300,381,268 | 3 | 1 | null | 2021-01-29T16:58:38 | 2020-10-01T18:22:23 | null | UTF-8 | PlantUML | false | false | 5,209 | plantuml | @startuml
title CONTROL Class Diagram\n
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.CatalogoControl {
+ addRecensione(Recensione recensione): void
+ requestRecensioneById(Long id): Recensione
+ addMiPiace(boolean b, Recensione recensione): void
+ findMiPiaceById(Recensione recensione): MiPiace
+ getNumeroMiPiaceOfRecensione(Recensione recensione): Integer
+ getNumeroNonMiPiaceOfRecensione(Recensione recensione): Integer
+ rispondiARecensione(Recensione risposta): void
+ findAllFilm(): List<Film>
+ findAllSerieTv(): List<SerieTv>
+ findMostRecentMedia(Integer howMany): List<Media>
+ puntateByStagione(Long idSerieTv, Integer numeroStagione): List<Puntata>
+ puntateBySerie(Long idSerieTv): List<Puntata>
+ findFilmById(Long id): Film
+ findSerieTvById(Long id): SerieTv
+ findPuntataById(PuntataID puntataID): List<Puntata>
+ searchFilmByGenere(Collection<Genere> generi): List<Film>
+ searchSerieTVByGenere(Collection<Genere> generi): List<SerieTv>
+ searchFilmByTitle(String titolo): List<Film>
+ findAllPuntate(): List<Puntata>
+ findPuntataByTitle(String titolo): List<Puntata>
+ searchSerieTvByTitle(String titolo): List<SerieTv>
+ findMostVoted(): List<Media>
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.GestioneCatalogoControl {
+ addFilm(Film film): Film
+ addSerieTV(SerieTV serieTv): SerieTv
+ addPuntata(Puntata puntata, Long idSerieTv, Integer numeroStagione): void
+ addCast(Cast cast): void
+ addRuolo(Ruolo ruolo, Long castId, Long mediaId): void
+ findAllCast(): List<Cast>
+ updateFilm(Film film): void
+ updateSerieTv(SerieTv serieTv): void
+ updatePuntata(Puntata puntata): void
+ removeFilm(Long id): void
+ removeSerieTV(Long id): void
+ removePuntata(PuntataID id): void
+ removeCast(Long id): void
+ addGeneriFilm(Collection<Genere> generi, Long id): void
+ addGeneriSerieTv(Collection<Genere> generi, Long id): void
+ findRecensioniByMiPiace(Recensibile recensibile): List<Recensione>
+ requestAllRecensioni(): List<Recensione>
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.ModerazioneControl {
+ addSegnalazione(Recensione recensione): void
+ bannaRecensore(String email): void
+ findAllSegnalazioni(): List<Segnalazione>
+ deleteRecensione(Recensione recensione): void
+ isSegnalted(Recensione recensione): Boolean
}
}
}
namespace com.unisa.cinehub {
namespace control {
class com.unisa.cinehub.control.UtenteControl {
- cal : Calendar
- eventPublisher : ApplicationEventPublisher
+ getAllRecensori(): List<Recensore>
+ getAllNotBannedRecensori(): List<Recensore>
+ registrazioneUtente(Utente utente): Utente
+ confermaRegistrazione(String token): void
}
}
}
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.film.FilmService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.utente.MiPiaceService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.serietv.PuntataService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.media.serietv.SerieTVService
com.unisa.cinehub.control.CatalogoControl -- com.unisa.cinehub.model.utente.UtenteService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.CastService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.film.FilmService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.serietv.PuntataService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.RuoloService
com.unisa.cinehub.control.GestioneCatalogoControl -- com.unisa.cinehub.model.media.serietv.SerieTVService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.recensione.RecensioneService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.utente.SegnalazioneService
com.unisa.cinehub.control.ModerazioneControl -- com.unisa.cinehub.model.utente.UtenteService
com.unisa.cinehub.control.UtenteControl -- com.unisa.cinehub.model.utente.RecensoreService
com.unisa.cinehub.control.UtenteControl -- com.unisa.cinehub.model.utente.UtenteService
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 |
f419e4bb2eeab8b5bd41b5a4bd3699ff39e27351 | f3c4e21c6ac4861eea79be1159f2baa918e0a74e | /src/main/java/ex44/ex44.puml | 3dc7bf0cae12e25d5570393cc78b3393654c9a68 | [] | no_license | Mdoyon22/Doyon-cop3330-assignment3 | 4c829b3b195ed502c015ec0bc91a4d15ea680461 | 9046b0c4c9132e595e4bd201a1e59fb555c3854f | refs/heads/master | 2023-08-23T17:59:01.045805 | 2021-10-08T23:59:22 | 2021-10-08T23:59:22 | 413,576,821 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 371 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class Products
App o-- Products
class Products
{
String name
double price
int quantity
getName()
setName()
getPrice()
setPrice()
getQuantity()
setQuantity()
}
class App
{
String inputPath
String output
getProducts()
searchForProduct()
search()
}
@enduml | false | true | false | false | class |
163905d3557ed0e7f1eb0c6238a2babcdb80dcf5 | 01fc1d7eaec538fbd45cc677d3fe63643580e57f | /docs/umls/mainseq.puml | 2dfaa64a3fbe203ee0fa346323c5a3983331c2c9 | [] | no_license | Jiale-Sun/tp | b4d7598b947f27a4fff940e59ea04e9f2fafcfdd | 3e42908e7651096760a0ac59b9883557a1bbd981 | refs/heads/master | 2023-09-04T00:36:47.775422 | 2021-11-12T00:19:54 | 2021-11-12T00:19:54 | 411,294,329 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 808 | puml | @startuml
'https://plantuml.com/sequence-diagram
actor User
participant ":Parser" #LightGreen
User -> ":Parser" ++ #LightGreen: "add /uni 1"
participant ":Command" #Yellow
":Parser" -> ":Command" ++ #Yellow : addUniCommand(U: University)
participant ":Model" #Orange
":Command" -> ":Model" ++ #Orange: selectedUniversityList.addUniversity(U: University)
return
deactivate ":Model"
participant ":Storage" #LightGrey
":Command" -> ":Storage" ++ #LightGrey: updateSelectedUniversityList(selectedUniversityList: UniversityList)
return
deactivate ":Storage"
participant ":Ui" #DarkGrey
":Command" -> ":Ui" ++ #DarkGrey : printUniversity(U: University)
return
deactivate ":Ui"
":Command" --> ":Parser"
deactivate ":Command"
":Parser" --> User
deactivate ":Parser"
@enduml | false | true | false | false | usecase |
4256e23aebe5f9d4493a6aa9a2d06c0725c1bdc5 | 9cccabca8eff25502a735f8fe4ceff3a09b4c444 | /slide/res/uml/protelis-vm.puml | ea984e587d1fd735c35dfd0ac17e9b257401aed3 | [
"CC-BY-SA-3.0",
"CC-BY-SA-4.0",
"Apache-2.0"
] | permissive | NiccoMlt/protelis-web-thesis | 1d077bf8180c415789d52f4a7bb9e5c67d470bb3 | 49bf1e3a3b89df55f0a4176bb4c3b3a14941d497 | refs/heads/master | 2020-12-23T14:02:23.293073 | 2020-03-23T19:14:45 | 2020-03-23T19:14:45 | 237,173,330 | 0 | 0 | Apache-2.0 | 2020-03-11T13:34:43 | 2020-01-30T08:51:15 | TeX | UTF-8 | PlantUML | false | false | 680 | puml | @startuml protelis-vm
' skinparam groupInheritance 2
' skinparam linetype polyline
' skinparam linetype ortho
skinparam linetype straight
' skinparam monochrome true
skinparam ClassBorderColor black
skinparam ArrowColor black
skinparam backgroundColor transparent
skinparam classBackgroundColor transparent
' skinparam style strictuml
class ProtelisVM {
- ctx: ExecutionContext
- prog: ProtelisProgram
+ runCylce()
}
interface ExecutionContext {
+ deviceUID
+ currentTime
}
ProtelisVM o.. ExecutionContext: uses
interface ProtelisProgram {
+ name
+ currentValue
+ compute(executionContext)
}
ProtelisVM o.left. ProtelisProgram: executes
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.