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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70bb03e151fa2c31b0c4ff7b8c6b46ce7af5a43a | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Data/Transcoding/IDecoder.puml | 76eeaa1348f4a0f9e148166c3367cc41031985aa | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 235 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface IDecoder {
+ DecodeFinished : ManualResetEvent <<get>>
+ Decode(recordingDirectoryPath: DirectoryPath) : void
}
!endsub
@enduml
| false | true | false | false | class |
2f88d261fbde3422b51d8c587905fb23b1cc1857 | d77ddc077862da60ba79e0f9b8e3a6085f21b777 | /plantuml/sequenceDiagrams/sequenceECS.plantuml | c5b2fa4d39045ecb4a14b7589e08ec7e2aad6d48 | [] | no_license | Unibo-PPS-1920/pps1920-motoScala-report | d43c521c63e9c358e053bc327c083c5186f4c8f3 | 32fdf8c9d9a3c97786e1b7d3ea4c13e2b3546f7a | refs/heads/master | 2023-04-29T16:57:48.347247 | 2021-05-21T09:07:56 | 2021-05-21T09:07:56 | 286,977,702 | 1 | 1 | null | 2021-05-21T09:07:40 | 2020-08-12T09:54:52 | TeX | UTF-8 | PlantUML | false | false | 1,513 | plantuml | @startuml sequenceECS
participant "Coordinator" as Coordinator
participant "SystemManager" as SystemManager
participant "ComponentManager" as ComponentManager
participant "EntityManager" as EntityManager
activate Coordinator
activate SystemManager
activate ComponentManager
activate EntityManager
Coordinator -> ComponentManager : registerComponent(componentType)
Coordinator -> SystemManager : registerSystem(system)
note right of Coordinator: signature = Set[componentType]
ComponentManager -> ComponentManager : checkComponent(componentType)
alt found
ComponentManager -->Coordinator : Some(component)
else not Found
ComponentManager -->Coordinator : unregisteredComponent
end
Coordinator -> EntityManager : createEntity(id)
EntityManager --> Coordinator : entity
Coordinator -> ComponentManager : bindEntityComponent(entity, component)
ComponentManager -> ComponentManager : checkComponent(componentType)
alt success
Coordinator -> SystemManager : entitySignatureChange(entity, signature)
SystemManager -> SystemManager : RedistributeEntity
else fail
ComponentManager --> Coordinator : unregisteredComponent
end
Coordinator -> SystemManager : updateAllSystem()
...After some time...
Coordinator -> SystemManager : entityDestroyed(entity)
Coordinator -> ComponentManager : entityDestroyed(entity)
Coordinator -> EntityManager : entityDestroyed(entity)
@enduml | false | true | false | false | sequence |
167531d444ee5839aaf0afe12d6cf4a0816336fe | 3576ec713485a374cd82f4db2df455e2108fbf46 | /concepts/0051-dkms/puml/03-first-edge-agent.puml | 219df04e3ce2df829b68cf9dfb05c09f52619a87 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | hyperledger/aries-rfcs | b5de0c6f3b6855c6b66039b3f3580e062d238cdf | 097053c6e91f16d4dad18b5367cf338721423dc7 | refs/heads/main | 2023-08-31T08:13:57.556336 | 2023-07-24T21:30:11 | 2023-07-24T21:30:11 | 185,645,683 | 340 | 259 | Apache-2.0 | 2023-09-13T01:20:18 | 2019-05-08T16:49:20 | Python | UTF-8 | PlantUML | false | false | 1,072 | puml | @startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 15
skinparam maxmessagesize 200
skinparam sequence {
ArrowColor grey
LifeLineBorderColor grey
ParticipantBorderColor grey
boxbordercolor white
ParticipantFontSize 17
actorfontsize 17
boxfontsize 17
boxfontcolor grey
ActorBorderColor grey
Actorbackgroundcolor white
}
actor "Alice" as a
participant "Edge\nAgent" as ea
participant Wallet as w
note over a, w #f0f0e0
Referenced from <b>Edge Agent Start</b> diagram.
Wallet encrypted with key from secure element.
end note
== initial setup ==
note over a, w #77ccff
include <b>Provision New Agent</b> diagram
end note
== create link secret and policy registry ==
ea -> ea: create link secret (A<sub>LS</sub>)
ea -> w: store A<sub>LS</sub>
ea -> ea: generate policy registry address **//P//**
ea -> w: store **//P//**
note over a, w #77ccff
include <b>Update Agent Policy Registry</b> diagram
(with all authorizations)
end note
== create cloud agent ==
note over a, w #77ccff
include <b>Add Cloud Agent</b> diagram
end note
@enduml
| false | true | false | false | usecase |
85dab0752d218bafbac64bf84c0a6b5f1fb6f5ed | efa5b99fe2d0382aeb23be601b7872579bf5c726 | /ler_2_database/doc/files/create_new_client.puml | ef21fd9d34e08b3de66232b0d8f2f3c062ccaf1a | [] | no_license | DennisJensen95/digital-ledningsregistrering | ef83e19917afe7026ab13f45848e4dfdcda32163 | 1670befae0bba30a08f4c10665c9cb252ba7c1b8 | refs/heads/main | 2023-04-05T16:51:11.490627 | 2021-04-18T20:42:52 | 2021-04-18T20:42:52 | 344,870,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | puml |
@startuml
participant "Wire owner client" as client
participant "Frontend website" as frontend
participant "Database API" as server
client -> frontend : Sign up
frontend -> server : Create client
server -> frontend : Sign up reponse
@enduml | false | true | false | false | sequence |
7b48a2e6d452d3bdb233938fe330809991856c62 | dd769f8f46d407cde4e68a8b05b7d5b1f40d4093 | /src/main/resources/ex43.puml | d8380d9838ae2ff0d46bbe9b23274804e0cdb5a1 | [] | no_license | ccuts996/cutshall-cop3330-assignment3 | b868dbf914a8ba8aca2fbbd5b9946b729a2321e9 | f34ec75d925ced7f62711dc890b62cf99f0afc31 | refs/heads/master | 2023-09-03T19:37:40.871581 | 2021-10-12T02:14:15 | 2021-10-12T02:14:15 | 416,152,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 602 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
Scanner 'System.in'
*getYesorNo(String)
*getString(String)
}
class WebsiteGenerator {
String websiteName
String authorName
boolean js
boolean css
BufferedReader index
String rootDirectory
+WebsiteGenerator( String, String, boolean, boolean )
*createWebsiteDirectory()
*createWebsiteNameDirectory()
*createJSDirectory()
*createCSSDirectory()
*createIndex()
*generateIndexContent()
}
object websiteFolder
App *--> WebsiteGenerator
WebsiteGenerator -.> websiteFolder
@enduml | false | true | false | false | class |
04ffbee143b989b9a49a1b24f756856accc4a9b4 | 24d2c9c200b81e3965e58d292ce3fd16d6ebefc7 | /Check_Editor/src/sample/classes/other/other.plantuml | 4f7b5f86c26f8e5b3d4dd3b79e1911e1f5b01b1b | [] | no_license | insane-beaver/java-check_editor | 320b74df7a1c866b1c9fb4a026697797e32c7226 | 9095b4568d7beab867471d83cf6cc764865015c5 | refs/heads/main | 2023-02-11T02:38:08.275910 | 2021-01-12T08:59:56 | 2021-01-12T08:59:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,277 | plantuml | @startuml
title __OTHER's Class Diagram__\n
namespace sample {
namespace classes.other {
class sample.classes.other.Check {
- Check_Photo : Image
- Date_Day : int
- Date_Month : int
- Date_Year : int
- Name : String
- Note : String
- Number : int
- Price : double
- Shop_Name : String
+ Check()
+ Check()
+ Search_by_number()
+ getCheck_Photo()
+ getDate_Day()
+ getDate_Month()
+ getDate_Year()
+ getName()
+ getNote()
+ getNumber()
+ getPrice()
+ getShop_Name()
+ setCheck_Photo()
+ setDate_Day()
+ setDate_Month()
+ setDate_Year()
+ setName()
+ setNote()
+ setNumber()
+ setPrice()
+ setShop_Name()
}
}
}
namespace sample {
namespace classes.other {
class sample.classes.other.Check_edit {
- Check_Photo : String
- Date_Day : int
- Date_Month : int
- Date_Year : int
- Name : String
- Note : String
- Number : int
- Price : double
- Shop_Name : String
+ CheckEdit_TO_Check()
+ Check_edit()
}
}
}
namespace sample {
namespace classes.other {
class sample.classes.other.User {
- email : String
- first_name : String
- password : String
- second_name : String
- third_name : String
+ User()
+ User()
+ User()
+ getEmail()
+ getFirst_name()
+ getPassword()
+ getSecond_name()
+ getThird_name()
+ setEmail()
+ setFirst_name()
+ setPassword()
+ setSecond_name()
+ setThird_name()
}
}
}
sample.classes.other.Check .up.|> java.io.Serializable
sample.classes.other.Check_edit .up.|> java.io.Serializable
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 |
ff2218455b0f58404e0a9322283902b66ea8d4e5 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /docs/coverservice/coverservice_components-01.puml | 54a92dfa5d4779763aa2dd1221a354aa1e32983c | [] | no_license | danskernesdigitalebibliotek/plantuml | 4b109bab8a790e28fada98770a6ca25774bb4199 | e654bbf040f6d74d53dbf5fc56588b042b1d12bb | refs/heads/master | 2021-09-24T02:18:46.708657 | 2021-09-17T07:07:16 | 2021-09-17T07:07:16 | 187,801,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,073 | puml | @startuml
title Cover Service - Component Diagram
' Source: https://www.draw.io/#Hdanskernesdigitalebibliotek%2Fdiagrams%2Fmaster%2FCoverServiceArchitecture.svg
' https://github.com/danskernesdigitalebibliotek/diagrams/blob/master/CoverServiceArchitecture.svg
package "DDB CMS" as CMS {
component [Show cover] as SHOW
}
node "DBC" {
[MoreInfo Logic] as MORELOGIC
interface "MoreInfo Service" as MOREINFO
interface "MoreInfo Upload Service" as UFO
[MoreInfo Mapping] as MOREMAPPING
database "Datawell" {
[Stored Metadata] as META
[HasCoverIndex] as HASCOVER
}
database "MoreInfo Raw Store" {
[Stored images] as MOREIMAGE
}
}
database "PressReader" {
[PressReader FTP] as PRESSFTP
}
database "Bogportalen" {
[Bogportalen FTP] as BOGFTP
}
SHOW --> META
SHOW --> MOREINFO
CMS --> HASCOVER
MOREINFO -- MORELOGIC
MORELOGIC -- MOREIMAGE
MOREMAPPING -down-- PRESSFTP
MOREMAPPING -down-- BOGFTP
MOREMAPPING -- MOREIMAGE
MOREMAPPING -> HASCOVER
CMS -- UFO
UFO -- MORELOGIC
MORELOGIC -- MOREIMAGE
@enduml
| false | true | false | false | sequence |
588c262ed20eb9d913e615de346970620542f643 | 8a7d4e7348e7cf75ea65d857f140d0454add6f84 | /docs/src/developer/json_schema.puml | 2634b524a7d60e66553d642bb0ce46a7caa79be4 | [
"BSD-3-Clause"
] | permissive | ska-telescope/cdm-shared-library | d1812ed010a09765a5be5a41d1c7e8e9694d110a | 87083655aca8f8f53a26dba253a0189d8519714b | refs/heads/master | 2023-09-01T08:27:16.704307 | 2023-08-08T13:01:10 | 2023-08-08T13:01:10 | 191,747,755 | 0 | 0 | BSD-3-Clause | 2023-02-10T13:48:25 | 2019-06-13T11:11:28 | Python | UTF-8 | PlantUML | false | false | 228 | puml | @startuml
hide empty members
package ska_tmc_cdm.jsonschema {
package json_schema.py <<Rectangle>> {
class JsonSchema {
}
note right: This Class is used for Json schema validation
}
}
@enduml
| false | true | false | false | class |
dda55872d2087b20a04335ea32944c94bc0e463d | e3ca50f61df42221c54096010e442a50deb7a8ed | /docs/uml/dashboard.puml | 82e19dc7d4de5c6798dcecb0d2b991032ea95187 | [] | no_license | devDzign/sf52-ddd-code-challenge | 53993145f76a9c916253aedc2d480ed6809d0e89 | 61cd47f1b710516d492a41f763d6f2277d26e058 | refs/heads/master | 2023-03-29T03:53:26.461298 | 2021-03-31T03:22:18 | 2021-03-31T03:22:18 | 352,826,175 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 347 | puml | @startuml
left to right direction
skinparam packageStyle rectangle
actor Utilisateur
database Database
rectangle Dashboard {
Utilisateur -- (Visualiser ses statistiques)
Utilisateur -- (Activités récentes)
Utilisateur -- (Rang)
(Visualiser ses statistiques) -- Database
(Activités récentes) -- Database
(Rang) -- Database
}
@enduml | false | true | true | false | usecase |
df169bd7990849e35defe067793ae89e38aff1cd | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /Rendu/doc/javadoc/ch/tofind/commusica/media/Track.puml | 5b319c35b5510225e55a6b430d3b071c59e70596 | [] | 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 | 806 | puml | @startuml
class Track {
[[Track.html]]
-id: String
-title: String
-artist: String
-album: String
-length: Integer
-uri: String
-dateAdded: Date
-datePlayed: Date
-favoritedProperty: BooleanProperty
-version: Integer
#Track()
+Track(String, String, String, String, Integer, String)
+Track(AudioFile)
+getId(): String
+getTitle(): String
+getArtist(): String
+getAlbum(): String
+getLength(): Integer
+getUri(): String
+setUri(String): void
+getDateAdded(): Date
+getDatePlayed(): Date
+getFavoritedProperty(): BooleanProperty
+setFavoritedProperty(boolean): void
+update(): void
}
@enduml
| false | true | false | false | class |
97837d07e013007c76a235990c9e1c46f4bed964 | b372440a479acec475fc87211e4219c5e11714df | /doc/Package-bottos.puml | 669cb29566da752f2c3c5a5d8f61f459d9859b2b | [] | no_license | hangrproject/bottos | f45e031608bb23fd93122cd16a95d8c496584916 | 2c610d418207b6efc3467e869d409be75edb61a1 | refs/heads/master | 2021-09-04T21:35:00.817835 | 2018-01-22T11:55:52 | 2018-01-22T11:55:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
package "App logic layer" {
[Http service]
[Identification Management]
[Transaction management]
[Storage Service]
[Arbition System]
[Contract Management]
[Blockchain client Adaptor]
[DB]
[Files system]
}
package "Blockchain layer" {
[P2P]
[Consensus]
[EVM]
[Transaction]
[Contract Adaptor]
[RPC Server]
[Blockchain client Adaptor]<-->[RPC server]
}
package "DAPP" {
[connecttion service]
[key management]
[contract service]
[Block Service]
[connection service]<-->[RPC server]
[connection service]<-->[Http service]
}
@enduml | false | true | false | false | uml-unknown |
a8db6aaa61f7173a36917f60026327f640f1e003 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/common/command/assertEquals/assertEquals.plantuml | 53ec3a58b52ef598f8023ede35692dbb73994e4f | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,409 | plantuml | @startuml
title __ASSERTEQUALS's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
class AssertEqualsTest {
+ successOrFailure()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
class ExceptionsTest {
+ countsFromExecutingSnippetWithSimulatedEvaluationResult()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
class NestedActionsTest {
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
class NestedElementsTest {
+ matchOrNotMatch()
}
}
}
}
package spec.concordion {
package spec.concordion.common.command {
package spec.concordion.common.command.assertEquals {
class SupportedElementsTest {
+ process()
}
}
}
}
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 |
18c2f6a7bf872fd27bde3cde658ff6a17974e0b4 | fa0c1e7f8047e556ba4cf9f2953a6b9a6057ea23 | /src/main/java/com/dlc/uml/Implementation.puml | 8140a09f08953fe7df00a13f86a56d90d326334f | [] | no_license | dulinchao/DesignPattern | e4bcd792c4bba9d241fe327290e83abc3748aedf | 5de2b620a42bd71925a807493285221bfe5cd18b | refs/heads/master | 2022-04-18T05:00:21.669502 | 2020-04-25T08:20:06 | 2020-04-25T08:20:06 | 254,536,893 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
class Mouse{}
class Monitor{}
class Computer{
Mouse mouse = new Mouse();;
Monitor monitor = new Monitor();
}
Computer *-- Monitor
Computer *-- Mouse
@enduml | false | true | false | false | class |
cfd461c9f9b7920a1f4d5b8d347a4f5ad6fc2a22 | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/display02/test/TrackDataPlotterTests/TrackDataPlotterTests.puml | 886035fa1a3658e97d0e1ba0ed23bb17c72ebb76 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml TrackDataPlotterTests
package edu.oakland.test.display02 {
class TrackDataPlotterTests {
}
}
@enduml | false | true | false | false | class |
939f66e368802e95674b8b067e0d761a0edda797 | e6798b76c9756f0bcb19a5bb7e56b1e92803314d | /extras/diagram.puml | eb206d7dc7520cf51d5551643017ee8204f371a9 | [] | no_license | sonerkuzucu/ESPNow2Mqtt | eda7e32483e2527c342be1f29875bcc9369bfc6b | 791ce4f28b0cefc5ce77ff358894829c7821366b | refs/heads/master | 2023-03-23T05:50:24.732584 | 2021-03-17T22:17:26 | 2021-03-17T22:17:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,166 | puml | @startuml big picture
interface sensor1
interface sensor2
interface actuator3
node iotDevice{
component "your code" as ucode
component EspNow2MqttClient
ucode <--> EspNow2MqttClient
}
sensor1 )-- ucode
sensor2 )-- ucode
actuator3 -- ucode
node gateway {
component "your code" <<optional>> as gcode
component EspNow2MqttGateway
gcode <-- EspNow2MqttGateway
}
EspNow2MqttClient <-> EspNow2MqttGateway : ESP_NOW
cloud "other mqtt\n devices" as other
EspNow2MqttGateway <-> other : mqtt
@enduml
@startuml internals
'left to right direction
'node client {
component EspNow2MqttClient{
component nanoPb <<binary serialization>> as nanopbc
component chacha <<symetric cyphering>> as chachac
nanopbc <..> chachac
}
'}
'node gateway {
component EspNow2MqttGateway{
component pubSubscribe <<mqtt library>> as mqttlib
component nanoPb <<binary serialization>> as nanopbg
component chacha <<symetric cyphering>> as chachag
mqttlib <..> nanopbg
nanopbg <..> chachag
}
'}
chachac <-> chachag: ESP-NOW
node "mqtt service" as mqtt
mqttlib <-> mqtt
@enduml | false | true | false | false | sequence |
5738175a6b80193ee14b55967da77049c4b8014d | c1377e4076799edb610d11b3df2b8a340cc42d70 | /Client/app/src/main/java/com/chrisjaunes/communication/client/contacts/model/model.plantuml | b75ff4f6a4b338f980474946943771756cdedf57 | [] | no_license | ChrisJaunes/CommunicationTool | e6921d1670caed8054350efea37eda8ebedd01a6 | 9b8d0ba06959e225cc44f8decdde548978373762 | refs/heads/main | 2023-03-12T12:16:51.502928 | 2021-02-27T07:23:37 | 2021-02-27T07:23:37 | 316,022,499 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,272 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
class com.chrisjaunes.communication.client.contacts.model.ContactsConfig {
{static} + CONTACTS_FRIENDS_AGREE : String
{static} + CONTACTS_FRIENDS_AGREE_CODE : int
{static} + CONTACTS_FRIENDS_NULL_CODE : int
{static} + CONTACTS_FRIENDS_REJECT : String
{static} + CONTACTS_FRIENDS_REQUEST_CODE : int
{static} + CONTACTS_FRIEND_REQUEST : String
{static} + STATUS_QUERY_SUCCESSFUL : String
{static} + STATUS_UPDATE_SUCCESSFUL : String
{static} + STR_CONTACTS_ACCOUNT : String
{static} + STR_OPERATION : String
{static} + STR_TIME : String
{static} + URL_CONTACTS_QUERY : String
{static} + URL_CONTACTS_UPDATE : String
}
}
}
}
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
interface com.chrisjaunes.communication.client.contacts.model.ContactsDao {
{abstract} + InsertContacts()
{abstract} + UpdateContacts()
{abstract} + isNowContactsExist()
{abstract} + queryContactsByAccountID()
{abstract} + queryNewContactsList()
{abstract} + queryNowContactsList()
}
}
}
}
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
class com.chrisjaunes.communication.client.contacts.model.ContactsRaw {
- account : String
- avatar : String
- nickname : String
- operation : int
- textStyle : String
- time : String
+ ContactsRaw()
+ getAccount()
+ getAvatar()
+ getNickname()
+ getOperation()
+ getTextStyle()
+ getTime()
{static} + jsonToContactsRaw()
+ setAccount()
+ setAvatar()
+ setNickname()
+ setOperation()
+ setTextStyle()
+ setTime()
}
}
}
}
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
interface com.chrisjaunes.communication.client.contacts.model.ContactsRetrofit {
{abstract} + addMessage()
{abstract} + query()
{abstract} + queryMessage()
{abstract} + update()
}
}
}
}
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
class com.chrisjaunes.communication.client.contacts.model.ContactsView {
{static} + CONTACTS_DEFAULT : ContactsView
- avatarView : Bitmap
+ ContactsView()
+ getAccount()
+ getAvatarView()
+ getChatTextStyleView()
+ getContactsRaw()
+ getNickName()
+ setContactsRaw()
}
}
}
}
namespace com.chrisjaunes.communication.client {
namespace contacts {
namespace model {
class com.chrisjaunes.communication.client.contacts.ContactsViewManage {
- contactsViewHashMap : HashMap<String, ContactsView>
{static} - instance : ContactsViewManage
+ getContactsRaw()
+ getContactsView()
{static} + getInstance()
+ setContactsRaw()
- ContactsViewManage()
}
}
}
}
com.chrisjaunes.communication.client.contacts.model.ContactsView o-- com.chrisjaunes.communication.client.myView.ChatTextStyleView : chatTextStyleView
com.chrisjaunes.communication.client.contacts.model.ContactsView o-- com.chrisjaunes.communication.client.contacts.model.ContactsRaw : contactsRaw
com.chrisjaunes.communication.client.contacts.ContactsViewManage o-- com.chrisjaunes.communication.client.contacts.model.ContactsDao : contactsDao
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 |
bd4add3c86d3ada59fc489dfcd3c6c5592930768 | e9bc38b4d51e587eac6324a03d56acc87540b654 | /dsl/documentation/ansible/uml/metamodel KB/variables.puml | 5c5210644167bb1baca377676278a9075f643100 | [
"Apache-2.0"
] | permissive | SODALITE-EU/ide | 7c97d121cecc7d7c23e56e75c9f30491867e1819 | f9e9f9513af467881b9898cf4282a5f427f4251e | refs/heads/master | 2023-08-30T23:41:32.331505 | 2022-05-15T20:14:46 | 2022-05-15T20:14:46 | 225,427,488 | 7 | 4 | Apache-2.0 | 2023-09-01T14:52:01 | 2019-12-02T17:07:27 | Java | UTF-8 | PlantUML | false | false | 2,079 | puml | @startuml
object VariableReference
object VariableDeclarationVariableReference {
variable_declaration_variable_reference : VariableDeclaration
}
object RegisterVariableReference {
register_variable_reference : RegisterVariable
}
object InputOperationVariableReference {
name : RM_ParameterDefinition
}
object InputInterfaceVariableReference {
name : RM_PropertyDefinition
}
object IndexOrLoopVariableReference {
index_or_loop_variable_reference : IndexOrLoopVariable
}
object SetFactVariableReference {
name : Parameter
}
VariableReference <|-- VariableDeclarationVariableReference
VariableReference <|-- RegisterVariableReference
VariableReference <|-- InputOperationVariableReference
VariableReference <|-- InputInterfaceVariableReference
VariableReference <|-- IndexOrLoopVariableReference
VariableReference <|-- SetFactVariableReference
object VariableDeclaration {
name : String
value_passed : ValuePassed
}
object RegisterVariable {
name : String
}
object SpecialVariable {
name : String
}
object IndexOrLoopVariable{
name : String
}
object String
object ValueJinja
object ValuePassed
object Dictionary
object List
object SimpleValueWithoutString
object Boolean
object BooleanAnsible
object Null
object Number
object None
object ComposedValue
ComposedValue <|-- Dictionary
ComposedValue <|-- List
object ComposedValueJinja
object DictionaryJinja
object ListJinja
ComposedValueJinja <|-- DictionaryJinja
ComposedValueJinja <|-- ListJinja
object SimpleValueJinja
ValueJinja <|-- ComposedValueJinja
ValueJinja <|-- SimpleValueJinja
SimpleValueJinja <|-- String
SimpleValueJinja <|-- Boolean
SimpleValueJinja <|-- Null
SimpleValueJinja <|-- Number
SimpleValueJinja <|-- None
object ValueWithoutString
ValueWithoutString <|-- ComposedValue
ValueWithoutString <|-- SimpleValueWithoutString
SimpleValueWithoutString <|-- BooleanAnsible
SimpleValueWithoutString <|-- Null
SimpleValueWithoutString <|-- Number
SimpleValueWithoutString <|-- None
object StringPassed
ValuePassed <|-- StringPassed
ValuePassed <|-- ValueWithoutString
@enduml | false | true | false | false | class |
88a89296f9a7b0c2b0763c05110d1167b90fbdf7 | 46a9811962129f0cbe57636ac4d6ee9d98dbf44c | /input/images-source/Model.plantuml | 6d8e465e227983358829a3838a5a846ae26acfc2 | [] | no_license | HL7/fhir-saner | c782972c89dd7425504c4b6a999e4e5b1ce6af20 | ad72c0dbc9142439fbff2f135f82978e7f1d4282 | refs/heads/master | 2023-01-13T01:33:40.692632 | 2022-02-15T21:30:31 | 2022-02-15T21:30:31 | 252,787,748 | 12 | 8 | null | 2022-12-21T20:01:09 | 2020-04-03T16:44:47 | GLSL | UTF-8 | PlantUML | false | false | 579 | plantuml | @startuml
class MeasureReport <<(R,Red)>>
class Measure <<(R,Red)>>
class Group <<(R,Red)>>
class Characteristic <<(E,Yellow)>>
class CountableEntity <<(P,Cyan)>>
class Field <<(E,Yellow)>>
MeasureReport o-> Measure : Is Defined By
Measure o-> Group : Has Subject
Group *-- Characteristic : "Stratified By "
Group o--> CountableEntity : "Has Member"
(Group, CountableEntity) .. Characteristic : Identifies Field Of
CountableEntity *- Field : Composed of
Characteristic --> Field : Names
MeasureReport ..> CountableEntity : "Assesses \n\n\n"
@enduml
| false | true | false | false | sequence |
2b5a843c44462d1a6b4ebf6780dd06470765f2ad | 84e20402a90eab514ea6e1cbec5cb23a0bf24c58 | /app/src/main/java/com/example/appkru/activity/activity.plantuml | 084533590d97cdc3e2a4c3bf6ec3e6990131a997 | [] | no_license | kholishulil97/AppKru | 0539b356237155525c4f04b277941872c93fb530 | 118db86ebddaabd207ee7d953a36a707e0c3d3ff | refs/heads/main | 2023-03-30T21:17:10.172868 | 2021-04-04T13:40:28 | 2021-04-04T13:40:28 | 354,548,055 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 13,786 | plantuml | @startuml
title __ACTIVITY's Class Diagram__\n
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.BottomNavigationBehavior {
+ BottomNavigationBehavior()
+ BottomNavigationBehavior()
+ layoutDependsOn()
+ onNestedPreScroll()
+ onStartNestedScroll()
- hideBottomNavigationView()
- showBottomNavigationView()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.BuktiSetoranActivity {
- listLaporanKontrol : List<DatumLaporanKontrol>
- listPengeluaran : List<DaftarPengeluaran>
- recyclerView : RecyclerView
- recyclerView2 : RecyclerView
- swipeButton : SwipeButton
- tvJumlahPremi : TextView
- tvJumlahPremi2 : TextView
- tvKelas : TextView
- tvNamaKernet : TextView
- tvNamaKondektur : TextView
- tvNamaSopir : TextView
- tvNipNamaKernet : TextView
- tvNipNamaKondektur : TextView
- tvNipNamaSopir : TextView
- tvNopol : TextView
- tvPendapatanRit : TextView
- tvPendapatanRit2 : TextView
- tvPengeluaran : TextView
- tvPengeluaran2 : TextView
- tvPremiKernet : TextView
- tvPremiKondektur : TextView
- tvPremiSopir : TextView
- tvSetoranKasAngka : TextView
- tvSetoranKasTerbilang : TextView
- tvSisaPendapatan : TextView
- tvSisaPendapatan2 : TextView
- tvTrayek : TextView
- tvWaktuBerangkat : TextView
+ fetchData()
+ fetchDataKontrol()
+ updateData()
# onCreate()
- initView()
- setData()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.KarcisActivity {
- cvKarcis : CardView
- cvLaporanHarian : CardView
- cvPengeluaran : CardView
- cvPenumpang : CardView
- tvID : TextView
+ setData()
# onCreate()
- initView()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.KontrolInputActivity {
- awesomeValidation : AwesomeValidation
- btnLihat : AppCompatButton
- etKontrolInput : EditText
- progressDialog : ProgressDialog
+ cekStatusKontrol()
+ fetchData()
# onCreate()
- insertData()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.KontrolInputLaporanActivity {
- chipIndisipliner : Chip
- chipKebersihan : Chip
- chipTarif : Chip
- chipTidakAda : Chip
- etJmlPendapatan : EditText
- etJmlPnp : EditText
- etKeterangan : EditText
- etNaik : EditText
- etTurun : EditText
- progressDialog : ProgressDialog
- swipeButton : SwipeButton
+ onBackPressed()
# onCreate()
- insertData()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.LaporanHarianActivity {
- tabLayout : TabLayout
- viewPager : ViewPager
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.LaporanHarianSetorActivity {
- tabLayout : TabLayout
- viewPager : ViewPager
+ onBackPressed()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.LaporanKontrolActivity {
- awesomeValidation : AwesomeValidation
- btnTambah : AppCompatButton
- dialog : Dialog
- listLaporanKontrol : List<DatumLaporanKontrol>
- recyclerView : RecyclerView
- shimmerLayout : ShimmerLayout
- swipeRefreshLayout : SwipeRefreshLayout
- tvKosong : TextView
+ fetchData()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.LoginActivity {
- btnLogin : AppCompatButton
- etPassword : EditText
- etUsername : EditText
- progressDialog : ProgressDialog
+ initView()
+ setData()
# onCreate()
- userLogin()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.MainActivity {
- bottomNavigationView : BottomNavigationView
- context : Context
- cvKarcis : CardView
- cvKontrol : CardView
- cvLapKontrol : CardView
- cvLaporanHarian : CardView
- cvPremi : CardView
- cvSuratPerintah : CardView
- cvUtama : CardView
- dialog : Dialog
- dinasID : String
- ivFotoBus : ImageView
- ivFotoProfil : CircleImageView
- layout : Layout
- mOnNavigationItemSelectedListener : OnNavigationItemSelectedListener
- progressDialog : ProgressDialog
- shimmerLayout : ShimmerLayout
- swipeRefreshLayout : SwipeRefreshLayout
- swipeRefreshLayoutPH : SwipeRefreshLayout
- tVPassword : TextView
- tVUsername : TextView
- tvKelas : TextView
- tvNopol : TextView
- tvTrayek : TextView
+ fetchData()
+ fetchDataSP()
+ fetchDataStatusLH()
+ initView()
+ insertLaporanHarian()
+ onBackPressed()
+ onNavigationItemSelected()
+ setData()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.PengeluaranActivity {
- awesomeValidation : AwesomeValidation
- btnTambah : AppCompatButton
- dialog : Dialog
- listPengeluaran : List<DatumPengeluaran>
- recyclerView : RecyclerView
- shimmerLayout : ShimmerLayout
- swipeRefreshLayout : SwipeRefreshLayout
- tvKosong : TextView
+ fetchData()
+ insertData()
+ tambahPengeluaran()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.PenumpangActivity {
- btnLaporan : AppCompatButton
- btnLihat : AppCompatButton
- layoutManager : LayoutManager
- penumpangArrayList : List<DatumPenumpang>
- posTurun : String
- progressDialog : ProgressDialog
- recyclerView : RecyclerView
- role_id : String
- spPenumpang : Spinner
- tvJumlah : TextView
- tvPos : TextView
+ fetchData()
+ fetchDataPenumpang()
+ onBackPressed()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.PremiActivity {
- tabLayout : TabLayout
- viewPager : ViewPager
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.SuratPerintahActivity {
- cvSP : CardView
- cvSPKosong : CardView
- ivBus : ImageView
- progressDialog : ProgressDialog
- tvKelas : TextView
- tvKelasKosong : TextView
- tvMenggantikan : TextView
- tvMulai : TextView
- tvNamaKruTtd : TextView
- tvNamaPengatur : TextView
- tvNipNama : TextView
- tvNipNamaPengganti : TextView
- tvNopol : TextView
- tvNopolKosong : TextView
- tvPosisi : TextView
- tvPosisiKruTtd : TextView
- tvPosisiPengatur : TextView
- tvTanggalMulai : TextView
- tvTanggalSurat : TextView
- tvTrayek : TextView
- tvTrayekKosong : TextView
+ fetchData()
+ initView()
# onCreate()
}
}
}
namespace com.example.appkru {
namespace activity {
class com.example.appkru.activity.TambahKarcisActivity {
~ printingCallback : PrintingCallback
- btnDiaBayar : AppCompatButton
- btnHubungkan : AppCompatButton
- btnTambah : AppCompatButton
- chipHarga1 : Chip
- chipHarga2 : Chip
- chipHarga3 : Chip
- chipHarga4 : Chip
- chipHargaPas : Chip
- dialog : Dialog
- jmlPnp : String
- karcisID : String
- kodeTrayek : String
- laporanHarianID : String
- namanipKondektur : String
- nopolBus : String
- posNaik : String
- posTurun : String
- printing : Printing
- progressDialog : ProgressDialog
- spKarcis : Spinner
- spKarcisTurun : Spinner
- spPenumpang : Spinner
- tanggalTransaksi : String
- tarif : String
- trayekID : String
- tvDiaHargaBayar : TextView
- tvDiaKembalian : TextView
- tvHarga : TextView
- tvStatusPrinter : TextView
- waktuTransaksi : String
+ btnPairUnpair()
+ btnPrint()
+ fetchData()
+ fetchDataInvoice()
+ fetchDataNominal()
+ insertData()
# onActivityResult()
# onCreate()
- getSomePrintables()
- getTestPrintable()
- initListeners()
- initViews()
- printSomePrintable()
- printTestPrintable()
}
}
}
com.example.appkru.activity.BottomNavigationBehavior -up-|> androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior
com.example.appkru.activity.BuktiSetoranActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.adapter.KontrolBSAdapter : kontrolBSAdapter
com.example.appkru.activity.BuktiSetoranActivity o-- com.example.appkru.adapter.PengeluaranBSAdapter : pengeluaranAdapter
com.example.appkru.activity.KarcisActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.KontrolInputActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.KontrolInputActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.KontrolInputLaporanActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.KontrolInputLaporanActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.LaporanHarianActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.LaporanHarianActivity o-- com.example.appkru.adapter.LaporanHarianPagerAdapter : laporanHarianPagerAdapter
com.example.appkru.activity.LaporanHarianSetorActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.LaporanHarianSetorActivity o-- com.example.appkru.adapter.LaporanHarianPagerAdapter : laporanHarianPagerAdapter
com.example.appkru.activity.LaporanKontrolActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.LaporanKontrolActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.LaporanKontrolActivity o-- com.example.appkru.adapter.LaporanKontrolAdapter : laporanKontrolAdapter
com.example.appkru.activity.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.MainActivity .up.|> com.google.android.material.navigation.NavigationView.OnNavigationItemSelectedListener
com.example.appkru.activity.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.MainActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.PengeluaranActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.PengeluaranActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.PengeluaranActivity o-- com.example.appkru.adapter.PengeluaranAdapter : pengeluaranAdapter
com.example.appkru.activity.PenumpangActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.PenumpangActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.PenumpangActivity o-- com.example.appkru.adapter.PenumpangAdapter : penumpangAdapter
com.example.appkru.activity.PremiActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.PremiActivity o-- com.example.appkru.adapter.PremiPagerAdapter : premiPagerAdapter
com.example.appkru.activity.SuratPerintahActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.SuratPerintahActivity o-- com.example.appkru.api.ApiInterface : apiInterface
com.example.appkru.activity.TambahKarcisActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.appkru.activity.TambahKarcisActivity o-- com.example.appkru.api.ApiInterface : apiInterface
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 |
0fa4bc1981e653c406ef0323cbeef3a2c19b112f | 5bdc19e7ff1d6880ca51c600fb9edc3943a3c4b5 | /doc/plantuml/src/class_diagrams/select_tempo.puml | 2c8d15ee23de21136f2a6a6025c0ee93472bc2e2 | [] | no_license | Warwolt/tr2k_drum_machine | 1a8e617137ed8c6d23856bf490c18f0067979564 | 430e9a3199b16807a6e88860d80c1ec4fd826fa9 | refs/heads/master | 2022-04-08T10:36:54.567422 | 2020-02-24T22:30:07 | 2020-02-24T22:30:07 | 192,423,856 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,662 | puml | @startuml
skinparam linetype ortho
title Select Tempo
''' Class definitions '''
Package "Presentation"
{
Package "TempoControl"
{
class TempoControlView
{
update()
}
interface TempoKnob
{
beatsPerMinuteRange : BeatsPerMinute
getSelectedTempo() : BeatsPerMinute
}
class DigitalTempoKnob
{
beatsPerMinuteRange : BeatsPerMinute
getSelectedTempo() : BeatsPerMinute
}
}
}
Package "Application"
{
class RhythmPlaybackController
{
selectTempo(BeatsPerMinute)
}
}
Package "Domain"
{
Package "Playback"
{
interface TempoTimer
{
selectTempo(BeatsPerMinute)
}
}
}
Package "HardwareAbstractionLayer"
{
interface FourDigitDisplay
{
setNumber(Integer)
}
}
Package "Drivers"
{
class RotaryEncoder
{
read() : Integer
}
class SegmentDisplay75HC595 << adapter >>
{
setNumber(BeatsPerMinute)
selectDigit(Integer)
writeSegmentData()
writeDigitData()
}
class Spi
{
send(Byte)
}
class GpioPin
{
set()
clear()
}
}
Package "Infrastructure"
{
class InterruptManager
{
enableInterruptsGlobally()
disableInterruptsGlobally()
setHandlerForInterrupt(InterruptHandler, InterruptRequest)
}
}
''' Class relations '''
TempoControlView -down-> FourDigitDisplay
TempoControlView -down-> TempoKnob
TempoControlView -right-> RhythmPlaybackController
TempoKnob <|.. DigitalTempoKnob
DigitalTempoKnob -down-> RotaryEncoder
RhythmPlaybackController -down-> TempoTimer
FourDigitDisplay <|.. SegmentDisplay75HC595
SegmentDisplay75HC595 -> Spi
SegmentDisplay75HC595 -> GpioPin
InterruptManager ..> SegmentDisplay75HC595
InterruptManager ..> RotaryEncoder
InterruptManager ..> Spi
@enduml
| false | true | false | false | class |
36a633e585eca3761efc2ea1e604207dfb9f3c60 | f859590009c82023df25ad30c7b68cd9855d2d7f | /src/com/company/observer/WeatherStation.puml | abb932b6d6e9c3efdb6b6a258176579bafaee774 | [] | no_license | rerewang/designPartten | 4075536c3673da2b818178f0cc8eaedad1a6585e | c37a9211c9c5803a13f056a9787b3df03dbcb2a0 | refs/heads/master | 2022-11-22T04:11:28.189540 | 2020-07-13T14:10:41 | 2020-07-13T14:10:41 | 277,318,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 703 | puml | @startuml
interface Subject {
registerObserver();
removeObserver();
notifyObservers();
}
interface Observer {
update();
}
interface DisplayElement {
display();
}
class WeatherData {
registerObserver();
removeObserver();
notifyObservers();
measurementsChanged();
setMeasurements();
}
class ADisplay {
update();
display();
}
class BDisplay {
update();
display();
}
class CDisplay {
update();
display();
}
Subject <|.. WeatherData
Observer <|.. ADisplay
Observer <|.. BDisplay
Observer <|.. CDisplay
DisplayElement <|.. ADisplay
DisplayElement <|.. BDisplay
DisplayElement <|.. CDisplay
Observer <-- Subject
Subject <- ADisplay
@enduml | false | true | false | false | class |
76429900fb15b211902e8fee28c969731270c08e | ded296da4bb9fcc7316fd6f789e3554fffac118e | /design/back-end/data.puml | 0c6eb48c7144c3f64c3719bc040cc6cbc9e018ec | [
"MIT"
] | permissive | giuliobosco/domotics | 7feacd7647318222ad89f20a5c6cd5b83bd1ad90 | b327a94e319c379148b3a0ec1d840d820bb1c4bd | refs/heads/master | 2021-06-21T16:28:59.965625 | 2019-05-29T09:29:45 | 2019-05-29T09:29:45 | 133,505,107 | 3 | 1 | MIT | 2018-10-16T14:47:08 | 2018-05-15T11:18:30 | JavaScript | UTF-8 | PlantUML | false | false | 411 | puml | @startuml
package javax.servlet.http {
class HttpServlet {
}
}
package data {
class RoomsServlet {
# doPost(request : HttpServletRequest, response : HttpServletResponse) : void
# doGet(request : HttpServletRequest, response : HttpServletResponse) : void
- getJsonRoom(room : Room, connector : JdbcConnector) : JSONObject
}
HttpServlet <|-- RoomsServlet
}
@enduml
| false | true | false | false | class |
e40a748aab094ed3558f018cf6d742495c1679a2 | 8869de236d6b0c937f165198c5764219534c7c9d | /src/com/zclvct/decorator_pattern/old.puml | 1fe9b67317d64e25cf22f1497f9d7e50f9ecf273 | [] | no_license | zcct123/design_pattern | 6d2bdbe9c0fdbc2b6bef503b7140ec69d2a789ca | 8e9138cfda56ec27e2d59f0556ee5041461fe6eb | refs/heads/master | 2023-08-15T09:09:04.528866 | 2021-09-15T07:01:40 | 2021-09-15T07:01:40 | 403,462,436 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 279 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Beverage{
description
mike
soy
mocha
whip
getdescription()
cost()
hasMilk()
setMilk()
hasSoy()
getSoy()
...()
}
Beverage <|-- HouseBlend
Beverage <|-- DarkRoast
Beverage <|-- Decaf
Beverage <|-- Espresso
@enduml | false | true | false | false | class |
3198cf1512a81ad79f1119742501b3ba061b421d | a65fe81fdb57e5d389a290fc70f724a593f1cd85 | /01.Observer/src/ES2015-DigitalClock/diagrams/ClassDiagram_ClockAndDigitalClock.puml | db15f946b8dc5b5ab5f9835116ef8e0ce13ef360 | [
"MIT"
] | permissive | leoshiang/DesignPatterns | 56a74d317893e96d19e62d789f0379096ae4fe8b | aefa956b0d8caac1e4f80f75e87a5b44b954e8cb | refs/heads/master | 2020-04-01T10:12:37.390007 | 2018-10-15T12:21:22 | 2018-10-15T12:21:22 | 113,122,364 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
skinparam class {
FontStyle bold
FontSize 12
}
scale 800*800
class Clock{
+hours
+minutes
+seconds
}
@enduml | false | true | false | false | class |
c7b28634a9455daa547d33003411682f8a68ddd0 | 83ab1f7518adb975704b5cfe1ce8265ecd3564d9 | /src/diagram.puml | 4e0734ef30426713949337ed549c1e3c06f9b5e8 | [] | no_license | guisiq/sistema_locadora_de_carros | 04e3cfde2e288e720c0b593b86d11bfa77b04385 | 802381031c8d4fb4bea5bb86cb109bae353f5d24 | refs/heads/main | 2023-02-03T04:09:18.855497 | 2020-12-22T04:43:23 | 2020-12-22T04:43:23 | 318,203,501 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,541 | puml | @startuml cinema
package "registro"{
enum acesso{
ADM
CLIENTE
}
class usuario{
login:String
senha:String
acesso:Acesso
}
class carro{
- id:integer
- nome:string
- placa:string
- dataDeAquisicao:date
- ano:int
- modelo:String
}
' ok
enum cor{
-PRETO
-VERMELHO
-BRANCO
-PRATA
}
'ok
/'
class carroEletrico{
capacidadeBateria:float
eficiencia
}
class carroAConbustao {
}
'/
class locacao{
# idlocacao:int
# datalocacao:date
# dataDevolucao:date
# calcularvalor():void
}
'ok
class locacaodiaria{
- valordadiaria:float
- quantidadeDias:int
- calcularvalor():void
}
'ok
class locacaoextendida{
- quantidadeMeses : int
- calcularvalor():void
}
'ok
class cliente {
- id:int
- nome:String
- cpf:String
- email:String
}
enum categoria {
- BASICO
- CONFORTO
- PREIMIO
}
'ok
class Telefone{
-codicoDeArea:string
-numero:string
}
locacao<|-- locacaodiaria
locacao<|-- locacaoextendida
carro "1" --> "1"categoria
carro "1" --> "1"cor
usuario "1" o--> "1" acesso
cliente "1" --> "1"usuario
locacao "1" --> "1"carro
cliente "1" --> "2" Telefone
cliente "1" --> "*" locacao
}
@enduml | false | true | false | false | class |
6c90d1ad3f247e149e5c3adb7728365585e04dca | 06e8a88bdd899c56bdc47d66c8a8e18aecc14e02 | /src/statemode/StateMode.puml | 3f0108b07026b576f2bf64311e42fb1bb46d03b3 | [] | no_license | dlovetco/designMode | 0f5a341992a3e62c75a2e80811e581d9405ed28a | 0f166ebe06532bf4502e4fc6ce3c4c04a67944a7 | refs/heads/master | 2021-04-15T15:24:19.898505 | 2018-03-29T10:01:20 | 2018-03-29T10:01:20 | 126,817,842 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 287 | puml | @startuml
interface State{
{abstract}doThings(Life life)
}
State <|.. Childhood
class Childhood{
doThings(Life life)
}
State <|.. Youth
class Youth{
doThings(Life life)
}
State <|.. Elder
class Elder{
doThings(Life life)
}
State <..* Life
class Life{
String period
State state
}
@enduml | false | true | false | false | state |
23da7cfa62d948f07366af421ded34c18c9f07ec | 3565cba9357a8c17791622468c41022e00bbdf5f | /uml/ToDoList.puml | 90990d96eb3f9286a2a3817d038656cd62783012 | [] | no_license | UrsulaShaw/shaw-cop3330-assignment4part2 | c9402447ba853064fdf62ccacc72bfd63a09425c | c699d8cc94edecddd435867d3285dc93726c0be1 | refs/heads/master | 2023-06-22T13:29:11.586833 | 2021-07-12T00:07:26 | 2021-07-12T00:07:26 | 385,073,763 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 781 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App {
main()
start()
}
class ToDoListController {
Button addItemButton;
DatePicker dueDatePicker;
TextField newItemDescription;
ListView<Item> itemList;
Button saveListButton;
Button loadListButton;
ToggleButton viewAllToggleButton;
ToggleButton viewUncompletedToggleButton;
ToggleButton viewCompletedToggleButton;
addItemButtonClicked()
saveListButtonClicked()
loadListButtonClicked()
viewAllClicked()
viewUncompletedClicked()
}
class ToDoList {
}
class Item {
LocalDate dueDate;
String itemDescription;
Boolean completionStatus;
}
class ItemSerializer {
}
javafx.Application <|-- App
App -- ToDoListController
ToDoList *-- Item
@enduml | false | true | false | false | class |
c660e7defec59fc8e86446a87492c54650132416 | 4912b4a1dc3f9053ef63ac442fee5ae24b4ee1b8 | /buildUML/reference_guide/run_configuration_classes.puml | 25d1a48e968605fad2b0d38b2bca4bc8afde4b5a | [
"Apache-2.0"
] | permissive | JetBrains/intellij-sdk-docs | 92f20b8323f3296d008d20739c2576817502a58a | 2e3eaced65ec7bd962fa0867112cd83735fb0464 | refs/heads/main | 2023-08-31T22:13:05.228222 | 2023-08-31T14:52:25 | 2023-08-31T14:52:25 | 27,145,735 | 1,207 | 1,072 | Apache-2.0 | 2023-09-12T13:57:17 | 2014-11-25T20:59:00 | Markdown | UTF-8 | PlantUML | false | false | 370 | puml | @startuml
hide empty members
hide circle
interface RunProfile
interface ConfigurationType
abstract class ConfigurationFactory
interface RunConfiguration
abstract class SettingsEditor
ConfigurationType *-- "*" ConfigurationFactory
ConfigurationFactory --> RunConfiguration: creates
RunConfiguration o-- "0..*" SettingsEditor
RunConfiguration -l|> RunProfile
@enduml
| false | true | false | false | sequence |
55351f040f4dc30c3c40bf16039f2ebd36f99be3 | 0fc38137cdf4917a0715638a2b554fae60a0aab6 | /design_stage/engsoft-especificacao-projeto/figuras/navigation-extra.puml | 3878d94031e2c6a8b4fe2d962749226cf9f6d8b4 | [
"MIT"
] | permissive | dwws-ufes/2019-SocialMeetScheduler | 0cee150b22166df4bc72d7b0a62b2f245af6fafe | 2dc41568da3d2ddd5832eb4dbeb86f17bb788cff | refs/heads/master | 2023-08-31T03:39:51.742165 | 2023-08-25T11:09:28 | 2023-08-25T11:09:28 | 206,636,001 | 1 | 0 | MIT | 2023-08-25T11:09:29 | 2019-09-05T18:55:00 | Python | UTF-8 | PlantUML | false | false | 1,112 | puml | @startuml
hide circle
hide empty methods
hide empty attributes
package "templates" as tpls {
class "Some page" as tpl0 <<page>>
class "Redirect to\nLogin page" as rdr0 <<page>>
class "Redirect to\nPrevious URL" as rdr1 <<page>>
class "Built-in\nlogin page" as tpl1 <<page>>
class "Other page" as tpl2 <<page>>
}
package "views" as vws {
class "View that\nrequires login" as vw <<controller>>
class "Built-in\nlogin view" as lgn <<controller>>
}
package "forms" as frms {
class "Built-in\nlogin form" as frm <<form>>
}
frm "1" -* tpl1
'tpls -[hidden]right-> vws
vw -[hidden]down- lgn
tpl0 -[hidden]down- tpl2
tpl2 -[hidden]down- rdr0
rdr0 -[hidden]down- tpl1
tpl1 -[hidden]down- rdr1
tpl0 -.-right-> vw : {method=get}
rdr0 <-.-right vw : {method=get, result=RedirectToLogin}
rdr0 -.-right-> lgn : {method=get}
tpl1 <-.-right- lgn : {method=get, result=Ok}
frm -.-right-> lgn : {method=post}
tpl1 <-.-right- lgn : {method=post, result=InvalidCredentials}
rdr1 <-.-left- lgn : {method=post, result=Ok}
rdr1 -.-down-> vw : {method=get}
tpl2 <-.-right vw : {method=get, result=Ok}
@enduml
| false | true | false | false | sequence |
111b35244eb92edfb2afba4c1258aa8b6b45d435 | 82f0041e5c99c7dd5bbe60c862ef9e0c9007b162 | /out/production/Task4/sample/Methods/Methods.plantuml | 8f16438225c34b069e6113fa24534e8a8cc1c461 | [] | no_license | CarryObilvion/Task4 | 0b21d6d3aaf31b92e3fce5558149181c32a1eead | 3b1a00a2a6dfd2fa5b21bf6146b15b3dfa28f819 | refs/heads/main | 2023-04-26T20:04:01.864394 | 2021-06-02T12:13:26 | 2021-06-02T12:13:26 | 372,806,844 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,368 | plantuml | @startuml
title __METHODS's Class Diagram__\n
namespace sample {
namespace Methods {
class sample.Methods.DataArea {
+ draw()
+ getModuleName()
}
}
}
namespace sample {
namespace Methods {
class sample.Methods.Library {
+ draw()
+ getModuleName()
}
}
}
namespace sample {
namespace Methods {
class sample.Methods.Modulus {
+ draw()
+ getModuleName()
}
}
}
namespace sample {
namespace Methods {
abstract class sample.Methods.Shape {
+ type : String
+ clone()
{abstract} + draw()
{abstract} + getModuleName()
+ toString()
}
}
}
namespace sample {
namespace Methods {
class sample.Methods.Subsystem {
+ draw()
+ getModuleName()
}
}
}
sample.Methods.DataArea -up-|> sample.Methods.Shape
sample.Methods.Library -up-|> sample.Methods.Shape
sample.Methods.Modulus -up-|> sample.Methods.Shape
sample.Methods.Shape .up.|> java.lang.Cloneable
sample.Methods.Subsystem -up-|> sample.Methods.Shape
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 |
392c388e50f1d7a46c85d9ad71e672b6c4feb2d4 | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /doc/PRO/UML/file.puml | 0f29e4c9ac197c85b9a37025727067f69b7546cf | [] | 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 | 1,000 | puml | @startuml
skinparam classAttributeIconSize 0
namespace ch.tofind.commusica.file {
class FilesFormats {
{static} +MP3_HEADER: byte[]
{static} +MP3_HEADER_OFFSET: int
{static} +MP3_EXTENSION: String
{static} +M4A_HEADER: byte[]
{static} +M4A_HEADER_OFFSET: int
{static} +M4A_EXTENSION: String
{static} +WAV_HEADER: byte[]
{static} +WAV_HEADER_OFFSET: int
{static} +WAV_EXTENSION: String
}
class FileManager {
{static} -LOG: Logger
{static} -instance: FileManager
{static} +OUTPUT_DIRECTORY: String
{static} +getInstance(): FileManager
+retrieveFile(InputStream, int): File
+getFormatExtension(File): String
+getBytes(File, int): byte[]
+delete(File): void
+rename(File, File): void
+getMD5Checksum(File): String
}
}
@enduml
| false | true | false | false | class |
5c90efa441d3acdedab415d3d62a2441af3f33cf | 882ddc4341de743c390ac8c1023e71a6a6b6924a | /node/persistence/db/performance/documentation/overview.puml | fdb9b0cc47fe74ed5480ed482d700711291ba57d | [] | no_license | GradedJestRisk/js-training | cd1c160c53db9c40bc12df55f18f80cd20002a23 | ad19ee6dbcadf1c70e1deaf407fdb6632ceb1f81 | refs/heads/master | 2023-04-14T10:35:07.768674 | 2023-04-05T16:20:55 | 2023-04-05T16:23:42 | 184,997,541 | 2 | 0 | null | 2021-02-11T08:22:01 | 2019-05-05T07:47:42 | JavaScript | UTF-8 | PlantUML | false | false | 944 | puml |
@startuml
actor artillery #blue
participant hapi
participant route
participant logger
participant knex
participant monitoring_database
participant monitored_database
artillery -> hapi: GET /foo/short-query\n -H 'X-Correlation-ID:1'
hapi -> logger: new request id=b2f \n by 1 on route /short-query, version=1
logger -> monitoring_database: INSERT INTO request\n (id, route, version, correlation_id)
hapi -> route : execute
route -> knex : .where().join(). \nhintComment(queryId)
knex -> monitored_database : SELECT /*+b2f*/ FROM (..))
monitored_database -> knex: [data]
knex -> logger : query text + execution time
logger -> logger: extract request id (b2f) \n from query text
logger -> monitoring_database: INSERT INTO query \n (query_id, request_id, duration)
knex -> route: [data]
route -> hapi: [data]
hapi -> logger : request 1 has finished
logger -> monitoring_database: UPDATE request\n SET ended_at=
hapi -> artillery: [data]
@enduml
| false | true | false | false | usecase |
bda1e3c63142c3c2a4e7ff02f308a84bd5482db4 | 6c25c96dad45f2b6eb83481b20c288991b844841 | /subjectArea.puml | c8a97051649e8b170ff5020a9cf6dc9b053fb581 | [] | no_license | RomenKost2332Java/Task3 | 60fdd1b9191bbce9690ec21f27d79449c9036c18 | 20cb7c6958a9444aa0da418919c1dffbdde8d320 | refs/heads/master | 2023-06-16T23:27:15.970699 | 2021-07-11T13:59:04 | 2021-07-11T13:59:04 | 383,357,831 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,001 | puml | @startuml
class University {
.. Fields ..
-HashSet<Faculty> faculties
-HashSet<Subject> subjects
____
.. Constructors ..
+University()
+University(Faculty faculty)
+University(Subject subject)
+University(Collection<Faculty> faculties)
+University(Collection<Subject> subjects)
+University(Collection<Faculty> faculties, Collection<Subject> subjects)
____
.. Getters ..
+getFaculties()
+getSubjects()
.. Setters ..
+setFaculties()
+setSubjects()
.. Methods for adding ..
+addFaculty(Faculty faculty)
+addSubject(Subject subject)
+addFaculties(Collection<Faculty> faculties)
+addSubjects(Collection<Subject> subject)
.. Methods for removing ..
+removeFaculty(Faculty faculty)
+removeSubject(Subject subject)
+removeFaculties(Collection<Faculty> faculties)
+removeSubjects(Collection<Subject> subject)
.. Methods for getting amount ..
+facultiesAmount()
+subjectAmount()
}
class Faculty{
.. Fields ..
+{static} MIN_AMOUNT_DEPARTMENTS: int=1
-HashSet<Department> departments
____
.. Constructors ..
+Faculty(Collection<Department> departments)
____
.. Getters ..
+getDepartments()
.. Setters ..
+setDepartments()
.. Methods for adding ..
+addDepartment(Department department)
+addDepartments(Collection<Department> departments)
.. Methods for removing ..
+removeDepartments(Department department)
+removeDepartments(Collection<Department> departments)
.. Methods for getting amount ..
+departmentsAmount()
}
class Department{
.. Fields ..
+{static}MIN_GROUPS_AMOUNT: int=1
+{static}MIN_TEACHERS_AMOUNT: int=3
-HashSet<Group> groups
-HashSet<Teacher> teachers
____
.. Constructors ..
+Department(Collection<Group> groups, Collection<Teacher> teachers)
____
.. Getters ..
+getGroups()
+getTeachers()
.. Setters ..
+setGroups()
+setTeachers()
.. Methods for adding ..
+addGroup(Group group)
+addGroups(Collection<Group> groups)
+addTeacher(Teacher teacher)
+addTeachers(Collection<Teacher> teachers)
.. Methods for removing ..
+removeGroup(Group group)
+removeGroups(Collection<Group> groups)
+removeTeacher(Teacher teacher)
+removeTeachers(Collection<Teacher> teachers)
.. Methods for getting amount ..
+int groupsAmount()
+int teachersAmount()
}
class Group{
.. Fields ..
+{static}MIN_STUDENT_AMOUNT: int=6
+{static}MAX_STUDENT_AMOUNT: int=30
-int specializationCode
-Curator curator
-HashSet<Subject> subjects
-HashSet<Student> students
____
.. Constructors ..
+Group(int specializationCode, Curator curator, Collection<Student> students, Collection<Subject> subjects)
____
.. Getters ..
+getCurator()
+getSpecializationCode()
+getSubjects()
+getStudents()
.. Setters..
+setCurator(Curator curator)
+setSubjects()
+setStudents()
.. Methods for adding ..
+addSubject(Subject subject)
+addSubjects(Collection<Subject> subjects)
+addStudent(Student student)
+addStudents(Collection<Student> students)
.. Methods for removing ..
+removeSubject(Subject subject)
+removeSubjects(Collection<Subject> subjects)
+removeStudent(Student student)
+removeStudents(Collection<Student> students)
.. Methods for getting amount ..
+studentsAmount()
+subjectsAmount()
}
class Teacher{
.. Fields ..
-HashSet<Subject> subjects
____
.. Constructors ..
+Teacher()
+Teacher(Subject subject)
+Teacher(Collection<Subject> subjects)
____
.. Getters ..
+getSubjects()
.. Setters ..
+setSubjects()
.. Methods for adding ..
+addSubject(Subject subject)
+addSubjects(Collection<Subject> subjects)
.. Methods for removing ..
+removeSubject(Subject subject)
+removeSubjects(Collection<Subject> subjects)
.. Methods for getting amount ..
+subjectsAmount()
}
class Student
class Subject
abstract class Person
class Curator
University *-- Faculty
Faculty *-- "> Faculty.MIN_AMOUNT_DEPARTMENTS" Department
Department *--- "> Department.MIN_GROUPS_AMOUNT" Group
Department *--- "> Department.MIN_TEACHERS_AMOUNT" Teacher
Group *--- "> Department.MIN_STUDENT_AMOUNT \n< Department.MAX_STUDENT_AMOUNT" Student
Teacher *-- Subject
Group *-- Subject
Person <|-- Teacher
Person <|-- Student
Student <|-- Curator
Group <-- Curator
@enduml
| false | true | false | false | sequence |
406b048affa681a44ac2782ee63aecc2d429b2a0 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Catalog/ProductSummary.puml | 3d66d796906c3139a95a05e180c97ba39722af8d | [
"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 | 148 | puml | @startuml
class ProductSummary {
+ Id : int <<get>> <<set>>
+ Name : string <<get>> <<set>>
+ Price : decimal <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
2b79d5e2816b669733c6c680c187a4aedda1f98a | 40aa76df99c57800af48ad69d2c0609b908ffa48 | /src/main/java/me/importtao/designpattern/abstractFactory/责任链模式.puml | 531c9405be4a27d5394a0ecebd0e25fc297ecf50 | [] | no_license | importtao/design-pattern | 3e8392f2f11f978d682be830e9aaa37f51139333 | 54bf7af6f0b055382c71ac9799c35e4d7ecd9514 | refs/heads/master | 2020-04-30T15:38:35.200410 | 2020-02-29T09:24:47 | 2020-02-29T09:24:47 | 176,925,545 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
abstract class Handler{
Handler nextHandler
abstract handler()
abstract setNextHandler()
}
class GetHandler
class PostHandler
class DeleteHandler
class PutHandler
class FilterHandler
class Client
Handler <.. Handler
Handler <|-- GetHandler
Handler <|-- PostHandler
Handler <|-- DeleteHandler
Handler <|-- PutHandler
Handler <|-- FilterHandler
Client ..> Handler
@enduml | false | true | false | false | class |
258cb1d35fa7e8690ebe419fd932830faf06d3ac | 56c3d96069bdb4cdeadfae340022e3b90511afc0 | /src/incl/psr7/message.puml | a2fbaa21fec4cea97d9adcc3a07374a2f442b720 | [] | no_license | nibralab/joomla-architecture | 38db6234c9e12298716e529e46c907387e214166 | 99ab82e904fc56dc6113cf58a5990b295951aa12 | refs/heads/master | 2021-01-19T04:06:37.675771 | 2017-07-07T17:13:48 | 2017-07-07T17:13:48 | 36,740,646 | 3 | 5 | null | 2016-04-09T15:01:23 | 2015-06-02T14:57:25 | PHP | UTF-8 | PlantUML | false | false | 806 | puml | @startuml
namespace Psr.Http.Message {
interface MessageInterface {
__
+{abstract} string <b>getProtocolVersion</b>()
+{abstract} MessageInterface <b>withProtocolVersion</b>(string)
--
+{abstract} array <b>getHeaders</b>()
+{abstract} bool <b>hasHeader</b>(string)
+{abstract} array <b>getHeader</b>(string)
+{abstract} string <b>getHeaderLine</b>(string)
+{abstract} MessageInterface <b>withHeader</b>(string, string|string[])
+{abstract} MessageInterface <b>withAddedHeader</b>(string, string|string[])
+{abstract} MessageInterface <b>withoutHeader</b>(string)
--
+{abstract} StreamInterface <b>getBody</b>()
+{abstract} MessageInterface <b>withBody</b>(StreamInterface);
}
}
@enduml
| false | true | false | false | class |
97035b1736e09ba8b3b3545e2901cd56a4a66018 | be9953eb5b86910679b88934160e5440c420d3eb | /app/src/main/java/Soutenance1/Soutenance1.plantuml | 28c648af7c4acc32af239e43b7ca4403a9860dc6 | [] | no_license | galba-rp/CDA-soutenance1 | 6080ea2fad45936171ed1c28c161925116583013 | 14a8523dc6dd6b282c2e24f82dee1d5e27e788bf | refs/heads/master | 2023-03-13T17:23:52.914378 | 2021-03-03T13:35:04 | 2021-03-03T13:35:04 | 342,644,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,874 | plantuml | @startuml
title __SOUTENANCE1's Class Diagram__\n
namespace Soutenance1 {
class Soutenance1.App {
{static} + main()
}
}
namespace Soutenance1 {
interface Soutenance1.CliMessages {
{static} + actions()
{static} + attack()
{static} + bye()
{static} + captured()
{static} + chooseName()
{static} + getAway()
{static} + hello()
{static} + magicAttack()
{static} + missed()
{static} + noMoreArrows()
{static} + playerPtimosInfo()
{static} + pokerandEscapes()
{static} + pokerandMagicAttack()
{static} + pokerandWins()
{static} + ptimosEscapes()
{static} + ptimosInfo()
{static} + ptimosToMeet()
{static} + roar()
{static} + youLost()
}
}
namespace Soutenance1 {
class Soutenance1.Game {
{static} # Pokrand : int
{static} # Pyralia : int
{static} # Sacbleu : int
{static} - distance : int
{static} - input : Scanner
{static} - player : Player
{static} - ptimos : Ptimos
{static} - reaction : String
{static} - s1 : String
+ Game()
{static} # getDistance()
{static} # raiseDistance()
{static} # reaction()
{static} # reduceDistance()
{static} # setDistance()
{static} # startGame()
{static} ~ ptimosInTOCage()
{static} - attackMoreOftenThenGetAway()
{static} - attackMoreOftenThenMagicOrRoar()
{static} - attackMoreOftenThenRoar()
{static} - attackMoreOftenThenRoarAndGetAway()
- attackOrRoar()
{static} - attackOrRoarOrGetAway()
{static} - checkDistance()
{static} - chooseName()
{static} - generateDistance()
{static} - generatePtimos()
{static} - getAwayMoreOftenThanRoarAndAttack()
{static} - getAwayOrAttackMoreOftenThenRoar()
{static} - magicAttackPossible()
{static} - messageAfterReaction()
{static} - reactionIfDistancMedium()
{static} - reactionIfDistanceLarge()
{static} - reactionIfDistanceShort()
{static} - roarAttackOrMagic()
{static} - roarMoreOftenThenAttack()
{static} - roarMoreOftenThenAttackAndGetAway()
{static} - roarMoreOftenThenGetAway()
}
}
namespace Soutenance1 {
interface Soutenance1.Helpers {
{static} + probabilityHigh()
{static} + probabilityLow()
{static} + probabilityTwoToOne()
{static} + randomValue()
{static} + reduceStressWithTreat()
}
}
namespace Soutenance1 {
class Soutenance1.Player {
~ arrow : int
~ cages : int
{static} ~ life : int
~ name : String
~ treats : int
+ approach()
+ arrow()
+ dance()
+ observer()
+ treat()
{static} # getLife()
{static} # reduceLife()
{static} # setLife()
~ Player()
}
}
namespace Soutenance1 {
class Soutenance1.Pokrand {
+ dominanceLevel()
+ stressLevel()
# magic()
~ Pokrand()
{static} - cardsResultReaction()
}
}
namespace Soutenance1 {
abstract class Soutenance1.Ptimos {
{static} # dominance : int
# stress : int
+ attack()
+ getDominance()
+ getStress()
+ roar()
{static} # commonMagic()
# escape()
# getAway()
# getDominanceNum()
# getStressNum()
# limitStress()
# magic()
# raiseDominance()
# raiseStress()
{static} # reduceDominance()
# reduceStress()
# setDominance()
# setStress()
~ Ptimos()
{abstract} ~ dominanceLevel()
{abstract} ~ stressLevel()
- limitDominance()
}
}
namespace Soutenance1 {
class Soutenance1.PtimosFactory {
{static} + createPtimos()
}
}
namespace Soutenance1 {
class Soutenance1.Pyralia {
+ dominanceLevel()
+ stressLevel()
~ Pyralia()
}
}
namespace Soutenance1 {
class Soutenance1.Sacbleu {
+ Sacbleu()
+ dominanceLevel()
+ stressLevel()
# getStressNum()
}
}
Soutenance1.Game .up.|> Soutenance1.CliMessages
Soutenance1.Player .up.|> Soutenance1.Helpers
Soutenance1.Pokrand -up-|> Soutenance1.Ptimos
Soutenance1.PtimosFactory .up.|> Soutenance1.Helpers
Soutenance1.Pyralia -up-|> Soutenance1.Ptimos
Soutenance1.Sacbleu .up.|> Soutenance1.Helpers
Soutenance1.Sacbleu -up-|> Soutenance1.Ptimos
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 |
8f76c68d4cca36a130780acdfff8d0fb6f6e2057 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/spring/practice-asychronous-web-2.plantuml | 768fa6679ec3ca4dbf4707d3831255dcb791c582 | [
"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 | 616 | plantuml | @startuml
'skinparam linetype polyline
'skinparam linetype ortho
rectangle Client
rectangle "NIO Connection" as nio
'rectangle "Servlet" as s {
rectangle "Servlet Thread" as st1
rectangle "Servlet Thread" as st2
rectangle "Servlet Thread Pool" as stp
'}
'rectangle "Worker" as w {
rectangle "DeferredResult Queue" as dr
'rectangle "Event" as event
nio --> st1 :(2) Assign Servlet
stp --> st1
st1 -u-> dr :(3) Register
event --> dr :(4) Some Event
dr -r-> st2 :(5) Response
st1 --> stp
stp --> st2
st2 --> nio :(6) Forward NIO
st2 --> stp
Client -u-> nio :(1) Request
nio -l-> Client :(7) Response
@enduml | false | true | false | false | sequence |
8f91b9ceed53f02515334c675d01e71db88b0441 | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch05-strategy-pattern/diagrams/strategy-pattern-collaboration.puml | 79be76e162a82b8466db2fdeb98980a8065f876b | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 449 | puml | @startuml
title Strategy Pattern
class Context
interface Strategy
class ConcreteStrategy1
class ConcreteStrategy2
class ConcreteStrategy3
Context o-> Strategy : -strategy
Strategy <|.. ConcreteStrategy1
Strategy <|.. ConcreteStrategy2
Strategy <|.. ConcreteStrategy3
Context : +contextMethod()
Strategy : +strategyMethod()
ConcreteStrategy1 : +strategyMethod()
ConcreteStrategy2 : +strategyMethod()
ConcreteStrategy3 : +strategyMethod()
@enduml
| false | true | false | false | sequence |
aa3e2c5a1ee6a84302482a44666f4f866e51a577 | 2f44a265b94a9da755c084f0a8e19b5bd0cf5a0b | /src/apps/customer/charts/customer.puml | b2c0b9257e83b4a5c5e8de3f99eb8748749b14be | [] | no_license | 5l1v3r1/Store-Web.AppImage | fe939ad4d87d4448fa5e1dc683d1c8138bc628f2 | 402f17a3ab87a169c4632fa57de63ce74816289a | refs/heads/master | 2023-01-19T06:20:39.129867 | 2020-11-21T13:53:34 | 2020-11-21T13:53:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,320 | puml | @startuml
participant web
participant server
participant database
participant email
web -> server : signin(<Login>)
activate server
server -> database : customer_find(<Login>)
activate database
server <-- database: Customer
deactivate database
server -> database : password_valid(<Login>)
activate database
server <-- database: True
deactivate database
web <-- server: Customer
deactivate server
web -> server : signup(<CustomerModel>)
activate server
server -> database : customer_find(<CustomerModel>)
activate database
server <-- database: False
deactivate database
server -> database : customer_create(<CustomerModel>)
activate database
server <-- database: Customer
deactivate database
server -> email : confirmation(<Customer>)
activate email
email -> web : confirmation(token)
deactivate email
deactivate server
web -> server : confirmation(<token>)
activate server
server -> database : customer_find(<token>)
activate database
server <-- database: Customer
deactivate database
server -> database : customer_activate(<token>)
activate database
server <-- database: Customer
deactivate database
web <-- server: <Customer>
deactivate server
web -> server : invite(<CustomerGroupInvite>)
activate server
server -> email : send(<CustomerGroupInvite>)
activate email
server <-- email: True
deactivate email
web <-- server: True
deactivate server
web -> server : invite_accept(<CustomerGroupInvite>)
activate server
server -> database : invite_valid(<CustomerGroupInvite>)
activate database
server <-- database: True
deactivate database
server -> database : add_group_member(<CustomerGroup>, <Customer>)
activate database
server <-- database: True
deactivate database
web <-- server: CustomerGroup
deactivate server
web -> server : packages()
activate server
server -> database : customer_groups(<Customer>)
activate database
server <-- database: [<CustomerGroup>,]
deactivate database
server -> database : customer_company_groups(<Customer>)
activate database
server <-- database: [<CompanyGroup>,]
deactivate database
server -> database : packages([<CustomerGroup>,])
activate database
server <-- database: [<Package>,]
deactivate database
server -> database : packages([<CompanyGroup>,])
activate database
server <-- database: [<Package>,]
deactivate database
web <-- server: [<Package>,]
deactivate server
@enduml
| false | true | false | false | sequence |
23c85edb7e1c15df53c85b0d4652c2ad32a7c726 | 7c96a247c9488efd661d7551e54bc6fc7a909488 | /src/main/java/com/rezahdrm/creational/singleton/sigletonUML.puml | f2502053442f471a6ac99434ad7640f3535da93d | [] | no_license | reza-hdrm/DesignPatterns | a998d0a0f19660316a094ae1624f3b75b7bba332 | 05ccb8498b45e5511f35f2bd1c72da5f8b9da083 | refs/heads/master | 2023-04-10T23:45:27.006631 | 2021-04-12T14:20:18 | 2021-04-12T14:20:18 | 320,042,304 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 580 | puml | @startuml
class DBConnection {
- connection : Connection
- {static} dbConnection : DBConnection
- DBConnection()
+ {static} getDBConnection() : DBConnection
+ getConnection() : Connection
}
class Config {
- properties : Properties
- {static} config : Config
- Config()
+ {static} getConfig() : Config
}
class DBConnectionTest {
+ hashCodeTest() : void
+ performanceTest() : void
+ DBH2Test() : void
}
DBConnection "1"<--*"1" DBConnection
Config "1"<--*"1" DBConnection
Config "1"<--*"1" Config
DBConnectionTest ..> DBConnection
@enduml | false | true | false | false | class |
976de0b3dff48c20e604f5e3bfe54ab8cf7f0805 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140780/sprint4/lang_03.3_extension_load.puml | e99cbb7cb29216017aa139f094019d43a1e467f5 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 722 | puml | @startuml doc-files/lang03.3_extension_load.png
participant "uic : UIController" as UIC
participant ExtensionManager as ExtM
participant "extension : TableFiltersExtension" as EExample
participant "uiExtension : UIExtensionTableFilters" as UIExt
participant "TableFiltersPanelUI : JPanel" as cp
UIC -> ExtM : extensions=getExtensions();
loop for Extension ext : extensions
UIC -> EExample : uiExtension=getUIExtension(this);
activate EExample
create UIExt
EExample -> UIExt : new(extension, uic)
deactivate EExample
UIExt -> UIExt : getSideBar();
activate UIExt
create cp
UIExt -> cp : new (uic)
deactivate UIExt
UIC -> UIC : uiExtensions.add(uiExtension);
end
@enduml | false | true | false | false | sequence |
5b4c2d3bbc50f08b8755ae76343fffd8a425ce06 | 569317c944939bc5ecf4fe9050a54809f71ca293 | /DiagramOppgave/TippekupongUML/ClassDiagram.puml | 117b2e925285ccbc3052c78973b78cb507cf56c9 | [] | no_license | mrskme/DiagramOppgave | b021e8c1d39779310e60d56d44ab688128436955 | 2b66f489d666ef802334015d766296b4535a7fec | refs/heads/main | 2023-03-06T17:53:05.399662 | 2021-02-11T14:59:32 | 2021-02-11T14:59:32 | 338,017,826 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 266 | puml | @startuml
'' ClassDiagram
Class Program {
new Game
}
Class Game {
new Match
}
Class Match {
new Bet
homegoals
awayGoals
isMatchRunning
result
}
Class FootballTeam {
name
isHome
}
Class Bet {
isCorrect
userChoice
}
Program . Game
Game . Match
Match . Bet
@enduml | false | true | true | false | class |
c097c4feb7a0aaebeda60453f2e4fde8b6795e30 | 0c5e47ecc8c280c7b6c41e585aace67524473bd4 | /src/main/resources/uebung4/exercise02b.puml | a2caf1391ade0d696ac012e03cfe451f3e99a7fb | [] | no_license | phbenisc/msiComplexTheorie | bad88319e1ffe89bcb9c09d71b48447afab12897 | 24ba533c2915308f1edc304d37583cbed76c386f | refs/heads/master | 2023-02-27T21:38:58.384128 | 2021-02-01T07:57:27 | 2021-02-01T07:57:27 | 306,917,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 298 | puml | @startuml
left to right direction
skinparam state {
BackgroundColor<<YES>> LightGreen
BackgroundColor<<NO>> Red
BorderColor Gray
}
[*] --> 0
state "nein" as 0 <<NO>>
state "nein" as 1 <<NO>>
state "ja" as 2 <<YES>>
0 --> 0 : a
0 --> 0 : b
0 --> 1 : a
1 --> 2 : a
1 --> 2 : b
@enduml
| false | true | false | false | sequence |
4de8740ee4a1585f94280e0085fd12154104cf21 | 9f9ab0789b0a2e5a5c9dc43652cba0ed342761d2 | /src/main/java/ex45/ex45-ClassDiagram.puml | adb21f36fdb6f99f0ee840f82c9abf8f5870e8a8 | [] | no_license | kieran-l-jimenez/jimenez-cop3330-assignment3 | afbe07bcdad58058589ac957e0e53af9fbe02230 | aba5f9e482b5b3b6d81d8e5431d8a669c98baa6d | refs/heads/master | 2023-06-05T16:28:21.426526 | 2021-06-21T03:41:51 | 2021-06-21T03:41:51 | 378,733,105 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
void main()
String fileNamePrompt()
void writeToFile()
String replaceFile()
}
App <- word
class word {
{static} String targetWord
boolean isTarget()
void determineTarget()
String replaceWord()
}
@enduml | false | true | false | false | class |
ab17840dd59f499abf7b4018db049d642d5d2aed | 1c62e6ad04d679c073059c3c25cb9be592d73791 | /plantuml/structural/proxy.puml | 54413151296ec8fba2034c04f0adf010aa2db825 | [
"Unlicense"
] | permissive | skr-mams/java-design-patterns | d6c507b2cbd9a4724f3045fb998f329eebd729ca | 5bea71a0a52160fc7f4348dc596c46c0b407c7f1 | refs/heads/main | 2023-08-22T12:35:33.091377 | 2021-09-20T21:47:10 | 2021-09-20T21:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 617 | puml | @startuml
interface Internet {
void connectTo(String serverhost)
}
note "Interfaz de lógica de nogocio" as noteInternet
Internet .l. noteInternet
class RealInternet implements Internet {
void connectTo(String serverhost)
}
note "Clase real, con la lógica de negocio" as noteRealInternet
RealInternet .l. noteRealInternet
class ProxyInternet implements Internet {
private Internet internet = new RealInternet()
public void connectTo(String serverhost)
}
note "Clase proxy, enmascara otro objeto" as noteProxyInternet
ProxyInternet .l. noteProxyInternet
ProxyInternet *--> RealInternet
@enduml
| false | true | true | false | class |
3b846b32e6959d7d3c8b571ae044a427a8af2264 | 7028a90e3cc6096e70b06e0d18c51983bf54f4d6 | /plantuml/PlusMaplPanelmanager.puml | 48eb55d77d999911ab841d4ba82fbf1f73c2bed4 | [] | no_license | KazukiShimura/AnimalVillage | 2d73f459e9df3b839f9328309de890c09f4b1f1d | 916c5edc80613ade565b5fe481debf79f890b505 | refs/heads/main | 2023-05-06T07:27:10.043196 | 2021-05-27T01:55:47 | 2021-05-27T01:55:47 | 358,861,857 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml
class PlusMaplPanelmanager {
+ OpenPlusMapPanel() : void
}
MonoBehaviour <|-- PlusMaplPanelmanager
@enduml
| false | true | false | false | class |
761d7f9f5dcba56436993b9acb1f425d7b9a50cb | 6f5b2694ac97556284d4eea8d6c7e99d15887f49 | /plantuml_ci/order-flow.puml | 0629fbe4516ff00f1462d7fc06e197bf08ad414b | [] | no_license | letsdocoding/youtube-content-sources | bdb5981e32a6556bd3d14036f7ce3197b7a2b9bb | f0c2bfc7b14abc1adf33a5d9a09dce11abbb623d | refs/heads/main | 2023-08-28T00:32:21.052178 | 2021-10-03T23:41:55 | 2021-10-03T23:41:55 | 376,958,588 | 1 | 2 | null | 2021-10-03T23:41:16 | 2021-06-14T21:17:16 | Shell | UTF-8 | PlantUML | false | false | 1,572 | puml | @startuml my simple order request
header //LetDoCoding
footer Page %page% of %lastpage%
title "Orders Flow - DEPRECATED"
actor "Web User" as WebUser
participant "Front End" as Portal
participant Gateway
participant "Identity\nServer" as IdentityServer #yellow
participant "Rest Api" as RestApi
database OrdersDatabase
entity "External \nShipping Service" as ExternalShippingService
autonumber
WebUser -> Portal ++ : Orders Request
group Step: Authentication
Portal -> Gateway ++: GET /api/v1/orders\nBearer Token
Gateway -> IdentityServer ++: Authenticate Token
IdentityServer --> IdentityServer : Validate\nToken
IdentityServer -[#green]> Gateway : Success, Token Validated
else Authentication Failed
autonumber 5
IdentityServer -[#red]> Gateway -- : Request Failed
Gateway -[#red]> Portal : Authentication Failure
Portal -[#red]> WebUser : Login Again.
note right : Authentication has failed
end
autonumber 6
group Call Order API
Gateway -> RestApi ++ : GET api/v1/orders
RestApi --[#blue]> RestApi : Do Some\nProcessing
group Database Interaction
autonumber 8.1
RestApi -> OrdersDatabase ++: Query Orders
OrdersDatabase -> RestApi --: Orders
end
'loop
autonumber inc A
loop Find shipping status
'create ExternalShippingService
RestApi -> ExternalShippingService ++: Find Shipping Staus
ExternalShippingService -> RestApi -- : Return Shipping Status
end
autonumber 9
RestApi -> Portal --: Orders
end
Portal -> WebUser --: Response
@enduml | false | true | false | false | sequence |
0b314e51e782dd35465695a55a691c88eef7e406 | be6f3c2838e9be8dce8f8ac10de1ce485d030eaa | /docs/internals/phpdocumentor3/components/version-definition.puml | 427a8c65d4f93abf9fda3848bc9d525ae6cfdbdf | [
"MIT"
] | permissive | zonuexe/phpDocumentor2-ja | 79718326856fba3945ea16ed26eb023b87c3c9fe | aa085f2f10878f0b856cb1d673b5784e115145f9 | refs/heads/doc/ja-translation | 2021-08-09T12:55:10.460481 | 2016-08-18T16:15:50 | 2016-08-18T16:15:50 | 65,297,906 | 0 | 1 | MIT | 2021-01-25T14:35:51 | 2016-08-09T13:38:24 | PHP | UTF-8 | PlantUML | false | false | 2,172 | puml | @startuml
interface Definition
interface DefinitionFactory {
+ create(options : string[]) : Definition
}
interface DocumentGroupDefinitionFactory {
}
class Project.Version.DefinitionRepository {
+ __construct(ConfigurationFactory, DefinitionFactory)
+ fetch(VersionNumber) : Project.Version.Definition
+ fetchAll() : Project.Version.Definition[]
}
class Project.Version.DefinitionFactory {
+ registerDocumentGroupDefinitionFactory(string $type, DocumentGuideFormat $format, DocumentGroupDefinitionFactory $factory)
+ create(options : string[]) : Project.Version.Definition
}
note top
As a Version Definition contains several
other Definitions for DocumentGroups
we need to register a DocumentGroupDefinition
for each type of a DocumentGroup.
The type of a DocumentGroup is identified by
a combination of which subset (type) it is (i.e.
Api or Guide) and which format the source of
the DocumentGroup has (i.e. ReST or PHP). This
information is available in the options array
with each DocumentGroup.
endnote
class Project.Version.Definition <<Aggregate Root>> {
- versionNumber : Project.VersionNumber
- documentGroupDefinitions : DocumentGroupDefinition[]
+ getVersionNumber() : Project.VersionNumber
+ getDocumentGroupDefinitions() : DocumentGroupDefinition[]
}
ConfigurationFactory ()-- Project.Version.DefinitionRepository
Project.Version.DefinitionRepository -() VersionNumber
VersionNumber ()- Project.Version.Definition
Project.Version.DefinitionRepository ..> Project.Version.Definition : Provides
Project.Version.DefinitionRepository <.. Project.Version.DefinitionFactory : Reconstitutes on fetch
Project.Version.DefinitionFactory -|> DefinitionFactory
DefinitionFactory <|-- DocumentGroupDefinitionFactory
DocumentGuideFormat ().. Project.Version.DefinitionFactory
Project.Version.Definition -|> Definition
Project.Version.Definition "1" o--> "*" Definition : Contains
Definition ..() Api.Php.Definition
Definition .() Guides.ReST.Definition
DocumentGroupDefinitionFactory ..() Api.Php.DefinitionFactory
DocumentGroupDefinitionFactory .() Guides.ReST.DefinitionFactory
@enduml
| false | true | false | false | sequence |
0b5d76db8933fc36c1010b6447df44c264009770 | bf5b47884d5316761427810166e5156a35c6aa33 | /src/main/java/cn/mylava/_300/_1_Grammar/_072_Exception/异常类图.puml | 40a19a55a217a18bd1ead00f80b0944ff2b3f8a9 | [] | no_license | mylava/javase | 45199e5c634208f059542cb7b6c92260da21fe8c | b883c5eab744d89254394bc028de1f3893d1eafa | refs/heads/master | 2022-06-24T10:31:08.941709 | 2019-12-14T00:46:22 | 2019-12-14T00:46:22 | 96,097,779 | 0 | 0 | null | 2022-06-20T23:47:45 | 2017-07-03T10:06:28 | Java | UTF-8 | PlantUML | false | false | 214 | puml | @startuml
class Object{
}
class Throwable{
}
class Error{
}
class Exception{
}
Object <|-- Throwable
Throwable <|-- Error
Throwable <|-- Exception
class RuntimeException{
}
Exception <|-- RuntimeException
@enduml | false | true | false | false | class |
aac60edb98f44c5960485e38868042313875edd1 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /1 Sequence Diagram/23a Incoming and outgoing messages.puml | 3615346003de638c97b97526e5aa6f7673514193 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 170 | puml | @startuml
[-> A: DoWork
activate A
A -> A: Internal call
activate A
A ->] : << createRequest >>
A<--] : RequestCreated
deactivate A
[<- A: Done
deactivate A
@enduml
| false | true | false | false | sequence |
cc581c5844648744bf5b83b0a3c866f2d2aa2506 | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-7.1.puml | d17c4c32bef1b01266114560af71baee1371e3c7 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 225 | puml | @startuml
package util
package util2 [
Date2
]
package util3 {
card Date3
}
package java::util4 {
card Date4
}
package java5 {
package util5 {
card Date5
}
}
card "java::util::Date"
@enduml | false | true | false | false | uml-unknown |
62fca8cabf05d275641389f1e50d547272c12028 | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /command/uml.puml | 1f2814ff9d95a6f028de517a44209f9179afa38f | [] | 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 | 693 | puml | @startuml command_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
abstract class Command {
+ {abstract} execute();
}
class ConcreateCommand {
+ execute();
}
class Invoker <<TvRemote>> {
- receiver
+ command_execute();
}
class Receiver <<Television>> {
+ action();
}
allow_mixing
rectangle Client #DarkOliveGreen
Client --> Invoker
Invoker o-right-> Command
Command <|-down- ConcreateCommand
ConcreateCommand -right-> Receiver
note "DeviceButton will be \ninterface to TvRemote \ncommand execute" as N1
N1 -up- Invoker
note "These are TurnTvOn, TurnTvOff" as N2
N2 -up- ConcreateCommand
@enduml | false | true | false | false | class |
d38f8b344962a301a60e9e9d60a0545f41e73726 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductPriceRemovedMessagePayload.puml | 6e6bc6038a2676ce60566c6de6ff393d68767807 | [] | 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 | 493 | 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 ProductPriceRemovedMessagePayload [[ProductPriceRemovedMessagePayload.svg]] extends MessagePayload {
type: String
variantId: Long
price: [[Price.svg Price]]
staged: Boolean
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
00721cf77d70f3fe793188bd98c093f7dac100ba | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withDoubleDispatching/docs/diagrams/src/arquitectura.plantuml | d621861d89df0644881435d996e336cf28423eb3 | [] | no_license | pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql | 04de19c29176c4b830dbae751dc4746d2de86f2e | 2b5f9bf273c67eedff96189b6b3c5680c8b10958 | refs/heads/master | 2023-06-10T13:09:55.875570 | 2021-06-29T15:16:23 | 2021-06-29T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,349 | plantuml | @startuml arquitectura
package usantatecla.mastermind #DDDDDD { }
package usantatecla.mastermind.controllers #DDDDDD { }
usantatecla.mastermind.controllers .down.> usantatecla.mastermind.models
usantatecla.mastermind .down.> usantatecla.mastermind.views
usantatecla.mastermind .down.> usantatecla.mastermind.views.console
usantatecla.mastermind .down.> usantatecla.mastermind.views.graphics
usantatecla.mastermind .down.> usantatecla.mastermind.controllers
package usantatecla.mastermind.models #DDDDDD { }
package java.util{ }
usantatecla.mastermind.models .down.> java.util
package usantatecla.utils #DDDDDD { }
package java.io{ }
usantatecla.utils .down.> java.io
package usantatecla.mastermind.views #DDDDDD { }
usantatecla.mastermind.views .down.> usantatecla.mastermind.controllers
package usantatecla.mastermind.views.console #DDDDDD { }
usantatecla.mastermind.views.console .down.> usantatecla.mastermind.controllers
usantatecla.mastermind.views.console .down.> usantatecla.mastermind.views
usantatecla.mastermind.views.console .down.> usantatecla.utils
package usantatecla.mastermind.views.graphics #DDDDDD { }
usantatecla.mastermind.views.graphics .down.> usantatecla.mastermind.controllers
usantatecla.mastermind.views.graphics .down.> usantatecla.mastermind.views
usantatecla.mastermind.controllers .down.> java.util
@enduml
| false | true | false | false | uml-unknown |
0b154933be1f09b7d56b70a6b700ff9f1ed979dd | e7dd0a2ebd9bf2b87003a0a16b67daa746b5618a | /01-Outbox/OutboxPattern_Sequence.puml | 7e5d5d888a434851c820a83c174055b7ce1dc2c9 | [
"MIT"
] | permissive | bsstahl/AvoidingDualWrites | 767dd345ee71f71826c906e064e4b98de70d110b | 2614d89279b8c2338bea800d3686d51042d75673 | refs/heads/main | 2023-08-15T09:43:13.721536 | 2021-10-18T17:18:16 | 2021-10-18T17:18:16 | 387,441,536 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 355 | puml | @startuml
actor User
participant RequestService
participant EmailService
database SQL
User -> RequestService: Request
RequestService -> SQL: Update
SQL -> RequestService: Update Complete
loop
EmailService <- SQL: Unsent Message
EmailService -> User: Confirmation Email
EmailService -> SQL: Message Sent
SQL -> EmailService: Update Complete
end
@enduml | false | true | false | false | sequence |
8827fb054c166d3fd6788d889edbd8770f4a71f5 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/ViewModel/TimelineAssetViewModel.puml | 677bb3de7c5a35cf1b8dd0442bd72f43a059af74 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,769 | puml | @startuml
class TrackViewModelData {
+ {static} <<readonly>> DefaultinlineAnimationCurveHeight : float = 100.0f
+ collapsed : bool = true
+ showMarkers : bool = true
+ showInlineCurves : bool = false
+ inlineAnimationCurveHeight : float
+ lastInlineCurveDataID : int
+ OnBeforeSerialize() : void
+ OnAfterDeserialize() : void
}
class TimelineAssetViewModel {
+ <<const>> DefaultTrackScale : float = 1.0f
+ <<const>> DefaultVerticalScroll : float = 0
+ timeInFrames : bool = true
+ showAudioWaveform : bool = true
+ trackScale : float
+ playRangeEnabled : bool
+ windowTime : double
+ verticalScroll : float
+ showMarkerHeader : bool
+ OnBeforeSerialize() : void
+ OnAfterDeserialize() : void
+ OnEnable() : void
}
class "Dictionary`2"<T1,T2> {
}
class "List`1"<T> {
}
ISerializationCallbackReceiver <|-- TrackViewModelData
TrackViewModelData o-> "inlineCurvesState" TreeViewState
TrackViewModelData o-> "inlineCurvesShownAreaInsideMargins" Rect
TrackViewModelData o-> "markerTimeStamps<int,long>" "Dictionary`2"
TrackViewModelData --> "m_MarkerTimeStampsKeys<int>" "List`1"
TrackViewModelData --> "m_MarkerTimeStampsValues<long>" "List`1"
ScriptableObject <|-- TimelineAssetViewModel
ISerializationCallbackReceiver <|-- TimelineAssetViewModel
TimelineAssetViewModel o-> "TimeAreaDefaultRange" Vector2
TimelineAssetViewModel o-> "NoPlayRangeSet" Vector2
TimelineAssetViewModel o-> "timeAreaShownRange" Vector2
TimelineAssetViewModel o-> "timeAreaPlayRange" Vector2
TimelineAssetViewModel o-> "tracksViewModelData<TrackAsset,TrackViewModelData>" "Dictionary`2"
TimelineAssetViewModel o-> "m_Keys<TrackAsset>" "List`1"
TimelineAssetViewModel o-> "m_Vals<TrackViewModelData>" "List`1"
@enduml
| false | true | false | false | class |
ef7d6b52aba25a3a350530003f8777821039d182 | 7fe4e107ff6df1006f926385c77e3bcec7d1953f | /Resources/doc/payment-state.puml | 3b163b2dfd03d722df9530852d159e2d432cbea6 | [
"MIT"
] | permissive | valiton/payum-payone | 43f20eeb0595dece5912fb4b93a7cd432907bef0 | 79162eb008674c47f3e7d723f7161759e59fe2dd | refs/heads/master | 2022-12-14T16:36:36.491221 | 2022-12-06T09:27:30 | 2022-12-06T09:27:30 | 81,426,097 | 10 | 9 | MIT | 2022-12-06T15:49:24 | 2017-02-09T08:14:26 | PHP | UTF-8 | PlantUML | false | false | 502 | puml | @startuml
state captured
state authorized
state refunded
state unknown
state failed
state suspended
state expired
state pending
state canceled
state new
[*] --> new
new --> pending
pending --> authorized: Payum: authorize\nPayone: preauthorize
pending --> captured: Payum: capture\nPayone: authorize
authorized --> captured: Payum: capture\nPayone: capture
authorized --> canceled
captured --> refunded
pending --> failed
pending --> canceled
canceled --> [*]
failed --> [*]
refunded --> [*]
@enduml
| false | true | false | false | sequence |
b90ba99afb0095e075b8e057bacf4d810a52f2fd | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ErrorByExtension.puml | 808ae9c27a668d12ace36de0acd0f6402bd4bab1 | [] | 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 | 918 | 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 ErrorByExtension [[ErrorByExtension.svg]] {
id: String
key: String
}
interface ExtensionPredicateEvaluationFailedError [[ExtensionPredicateEvaluationFailedError.svg]] {
code: String
message: String
errorByExtension: [[ErrorByExtension.svg ErrorByExtension]]
}
interface GraphQLExtensionPredicateEvaluationFailedError [[GraphQLExtensionPredicateEvaluationFailedError.svg]] {
code: String
errorByExtension: [[ErrorByExtension.svg ErrorByExtension]]
}
ErrorByExtension --> ExtensionPredicateEvaluationFailedError #green;text:green : "errorByExtension"
ErrorByExtension --> GraphQLExtensionPredicateEvaluationFailedError #green;text:green : "errorByExtension"
@enduml
| false | true | false | false | sequence |
9d2c5c555cbb8ed95967e882e4169764537efa3c | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros05_03/Insert_Wizard_Advanced_Formula/i120836/macros05_03_design1.puml | bfed9aea2226afc9999f4bcc8f7d2695f0b77eeb | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 681 | puml | @startuml doc-files/macros05_03_design1.png
participant "uic : UIController" as UIC
participant ExtensionManager as ExtM
participant "extension : CallFunctionExtension" as EExample
participant "uiExtension : UIExtensionCallFunction" as UIExt
participant "CallFunctionPanel : JPanel" as cp
UIC -> ExtM : extensions=getExtensions();
loop for Extension ext : extensions
UIC -> EExample : uiExtension=getUIExtension(this);
activate EExample
create UIExt
EExample -> UIExt : new(extension, uic)
deactivate EExample
activate UIExt
create cp
UIExt -> cp : new (uic)
deactivate UIExt
UIC -> UIC : uiExtensions.add(uiExtension);
end
@enduml | false | true | false | false | sequence |
6a50fb6b974add41c1f7a486216783d5f89f2132 | 2e56358cf164cc395bf43ec3ee9b54a55c30f5bb | /RUP/Design/Analisys view/Usecase analisys/16_AddCommentToBorrow.puml | 3c9366b53f51fc41748d390c34106983312c7875 | [
"Apache-2.0"
] | permissive | fraylopez/RUP-Arquitecturas-Agiles | 8111875c8510282f3b461e6c7150032b421a386d | eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26 | refs/heads/main | 2023-05-31T02:01:52.815596 | 2021-06-05T07:08:26 | 2021-06-05T07:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 611 | puml | @startuml AddCommentToBorrow
skinparam boundary {
backgroundColor DodgerBlue
borderColor black
}
skinparam control {
backgroundColor LimeGreen
borderColor black
}
skinparam entity {
backgroundColor Orange
borderColor black
}
actor Actor
boundary BorrowView
control BorrowController
entity BorrowRepository
entity BorrowEntity
Actor -right-> (BorrowView) : 1.addComment(borrowId, comment)
(BorrowView) --> (BorrowController) : 2.addComment(borrowId, comment)
(BorrowController) -down-> (BorrowEntity) : 3.addComment(comment)
(BorrowController) -down-> (BorrowRepository) : 4.save(borrow)
@enduml | false | true | false | false | usecase |
2af2836b11286c82740e167f39a241840deb3c12 | 6bc17f14e18802692c43be2669855c066d12eccc | /diagrams/tx_queue.puml | d0e05d55768b44bed9682a702d6665ffdfa3a7ac | [] | no_license | metalg0su/engine-explained | 6872644741fbccdff1bf1c51ef5e195e5d5c8e21 | f0c034089770f090bb89081a3b975930be1b67d2 | refs/heads/master | 2021-07-10T00:17:08.604316 | 2020-08-19T07:12:15 | 2020-08-19T07:12:15 | 171,679,437 | 0 | 0 | null | 2020-06-25T05:01:29 | 2019-02-20T13:36:08 | Python | UTF-8 | PlantUML | false | false | 445 | puml | @startuml
class "Queue" as queue
class "TxMessagesQueue" as tx_queue {
+ get()
+ append()
+ remain()
+ size()
}
class "TxMessages" as tx_messages {
- transactions
+ append()
+ get_messages()
+ reset()
}
class "TxItem" as tx_item {
+ get_tx_message(): TxSend
}
'Relations
tx_messages "1" o-- "many" tx_item: transactions
'tx_queue -> queue
'tx_queue --> tx_messages
'queue *-- tx_messages
'???/
@enduml
| false | true | false | false | class |
c4e80741a0315801a9c91316dcf918c072064f46 | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/modules/dapps.puml | df4e09aa93521c92b344ddf273a029242e75b8cc | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,022 | puml | @startuml
class DApps < modules > {
- __private: {}
- self: this
- internal: {}
+ shared: {}
.. __private ..
- assetTypes[5]: new DApp(db, logger, schema, network)
- assetTypes[6]: new InTransfer(db, schema)
- assetTypes[7]: new OutTransfer(db, schema, logger)
.. library ..
- logger
- db
- public
- network
- schema
- ed
- balancesSequence
- logic.transaction
- config.dapp
.. modules ..
- transactions
- accounts
- peers
- sql
-- Methods --
+ DApps(cb, scope)
+ sandboxApi(call, args, cb)
+ message(dappid, body, cb)
+ request(dappid, method, path, query, cb)
+ onBind (scope)
+ onBlockchainReady()
+ onDeleteBlocksBefore(block)
+ onNewBlock(block, broadcast)
+ isLoaded()
.. __private ..
- get(id, cb)
- getByIds(ids, cb)
- list(filter, cb)
- createBasePaths(cb)
- installDependencies(dapp, cb)
- getInstalledIds(cb)
- removeDApp(dapp, cb)
- downloadLink(dapp, dappPath, cb)
- installDApp(dapp, cb)
- createSymlink(dapp, cb)
- apiHandler(message, callback)
- createRoutes(dapp, cb)
- launchDApp(body, cb)
- createSandbox(dapp, params, cb)
- stopDApp(dapp, cb)
-- API --
.. shared ..
+ getGenesis (dappid, cb)
+ setReady (dappid, cb)
+ getCommonBlock (dappid, cb)
+ sendWithdrawal (req, cb)
+ getWithdrawalLastTransaction (dappid, cb)
+ getBalanceTransactions (lastTransactionId, dappid, cb)
.. internal ..
- put (dapp, cb)
- get (query, cb)
- list (query, cb)
- installed (req, cb)
- search (query, cb)
- installedIds (req, cb)
- isMasterPasswordEnabled (req, cb)
- install (params, cb)
- uninstall (params, cb)
- launch (req, cb)
- installing (req, cb)
- uninstalling (req, cb)
- launched (req, cb)
- categories (req, cb)
- stop (params, cb)
- addTransactions (secret, publicKey, secondSecret,
multisigAccountPublicKey, amount, dappId, cb)
- sendWithdrawal (secret, multisigAccountPublicKey,
secondSecret, amount, recipientId, dappId, transactionId, cb)
}
@enduml
| false | true | false | false | class |
47935f249d13dab29c73b68a3496330359842526 | 962989bb15befd5177b53099836f5262cb2d82d0 | /5.1-data-model/dci-data-model-02.puml | 39cddf0fd8df9754dd93d51e8798c1abaeb76d40 | [] | no_license | jnpr-tjiang/cfm-data-model | 25c12acca65e6a7e4db10058172665517a0f9c11 | 2046f7227f80f98d88844c256b310c442d9cd960 | refs/heads/master | 2020-03-16T23:10:44.612882 | 2019-02-04T05:51:27 | 2019-02-04T05:51:27 | 133,068,065 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,132 | puml | @startuml
package default-global-system-config <<global-system-config>> {
object fab_1 <<fabric>> {
}
object spine_1 <<physical-router>> {
}
object fab_2 <<fabric>> {
}
object spine_2 <<physical-router>> {
}
object dci <<data-center-interconnect>> {
}
fab_1 ---> spine_1
fab_2 ---> spine_2
}
package tenant_A <<project>>{
object LR_A <<logical-router>> {
}
object internal_vn_A<<virtual-network>> {
}
object vn1 <<virtual-network>> {
}
object vn2 <<virtual-network>> {
}
LR_A <-- vn1
LR_A <-- vn2
LR_A -> internal_vn_A
}
package tenant_B <<project>>{
object LR_B <<logical-router>> {
}
object internal_vn_B<<virtual-network>> {
}
object vn3 <<virtual-network>> {
}
object vn4 <<virtual-network>> {
}
LR_B <-- vn3
LR_B <-- vn4
LR_B -> internal_vn_B
}
package default-project <<project>>{
object dci_vn_A <<virtual-network>> {
}
object ri_dci_A <<routing-instance>> {
}
object rt_A <<route-target>> {
}
dci_vn_A --> ri_dci_A
ri_dci_A --> rt_A
}
spine_1 <-- LR_A
spine_2 <-- LR_B
dci --> dci_vn_A
dci --> LR_A
dci --> LR_B
@enduml | false | true | false | false | object |
cc7067daaedf64c0d8d029566054e8e89ea5d6b8 | fee7f60fef76fc9baf4e520f9b5f16f5ccafc50b | /DIAGRAMS/Secuence.puml | 5a280834435a275863abce174b014a60d8eefe38 | [
"MIT"
] | permissive | darketmaster/LWCIoTServer | 856e4670ac622919bb125e19323358be02ba54fd | 26495835a3022797d112e18b62d063801eff193d | refs/heads/master | 2023-06-24T00:58:30.280458 | 2021-07-29T02:27:35 | 2021-07-29T02:27:35 | 378,694,099 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 427 | puml | @startuml
autonumber
title LWC-IoT Sensor APP
Sensor_Node -> Central_Node: Registration Request
activate Central_Node
Central_Node --> Sensor_Node: Registration Response
deactivate Central_Node
Sensor_Node -> Central_Node: Data sending
activate Central_Node
Central_Node -> Central_Node: Data Decrypt
database Database
activate Database
Central_Node -> Database: Data Save
Central_Node --> Sensor_Node: Data Accepted
@enduml | false | true | false | false | sequence |
129b767ec3d757ec1a45e966b6d82e1c10d15c74 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_UpdateRegistery.puml | 6227f59ee8f6bd17edad6f9a7d068667665795f3 | [] | 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 | 349 | puml | @startuml
class TMP_UpdateRegistry {
+ {static} RegisterCanvasElementForLayoutRebuild(element:ICanvasElement) : void
+ {static} RegisterCanvasElementForGraphicRebuild(element:ICanvasElement) : void
+ {static} UnRegisterCanvasElementForRebuild(element:ICanvasElement) : void
}
TMP_UpdateRegistry --> "instance" TMP_UpdateRegistry
@enduml
| false | true | false | false | class |
76a5daf45cc708cdc902e04ef3dad1fbdfe8a678 | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/middleware02/production/MiddlewareCommInterfaceImplementation/MiddlewareCommInterfaceImplementation.puml | 217c95ede135de0c2d321691d467b17341f9ca2b | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 410 | puml | @startuml MiddlewareCommInterfaceImplementation
package edu.oakland.production.middleware02 {
class MiddlewareCommInterfaceImplementation {
- int rfid
- MiddlewareCommLinkManager middlewareManager
__
+ MiddlewareCommInterfaceImplementation(
\tMiddlewareCommLinkManager middlewareManager)
.. Use Case 1 ..
+ TrackData requestRfid(int rfid)
}
@enduml | false | true | false | false | class |
094a272d80ccbc60f000278c6a230a474ebd9188 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyBusinessUnitUpdateAction.puml | fd11596898106d360490a9f8bfa7677892ab9f63 | [] | 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 | 5,616 | 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 MyBusinessUnitUpdateAction [[MyBusinessUnitUpdateAction.svg]] {
action: String
}
interface MyBusinessUnitAddAddressAction [[MyBusinessUnitAddAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface MyBusinessUnitAddBillingAddressIdAction [[MyBusinessUnitAddBillingAddressIdAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitAddShippingAddressIdAction [[MyBusinessUnitAddShippingAddressIdAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitChangeAddressAction [[MyBusinessUnitChangeAddressAction.svg]] {
action: String
addressId: String
addressKey: String
address: [[BaseAddress.svg BaseAddress]]
}
interface MyBusinessUnitChangeAssociateAction [[MyBusinessUnitChangeAssociateAction.svg]] {
action: String
associate: [[AssociateDraft.svg AssociateDraft]]
}
interface MyBusinessUnitChangeNameAction [[MyBusinessUnitChangeNameAction.svg]] {
action: String
name: String
}
interface MyBusinessUnitChangeParentUnitAction [[MyBusinessUnitChangeParentUnitAction.svg]] {
action: String
parentUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
}
interface MyBusinessUnitRemoveAddressAction [[MyBusinessUnitRemoveAddressAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitRemoveAssociateAction [[MyBusinessUnitRemoveAssociateAction.svg]] {
action: String
customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
}
interface MyBusinessUnitRemoveBillingAddressIdAction [[MyBusinessUnitRemoveBillingAddressIdAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitRemoveShippingAddressIdAction [[MyBusinessUnitRemoveShippingAddressIdAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitSetAddressCustomFieldAction [[MyBusinessUnitSetAddressCustomFieldAction.svg]] {
action: String
addressId: String
name: String
value: [[Object.svg Object]]
}
interface MyBusinessUnitSetAddressCustomTypeAction [[MyBusinessUnitSetAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
addressId: String
}
interface MyBusinessUnitSetContactEmailAction [[MyBusinessUnitSetContactEmailAction.svg]] {
action: String
contactEmail: String
}
interface MyBusinessUnitSetCustomFieldAction [[MyBusinessUnitSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface MyBusinessUnitSetCustomTypeAction [[MyBusinessUnitSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface MyBusinessUnitSetDefaultBillingAddressAction [[MyBusinessUnitSetDefaultBillingAddressAction.svg]] {
action: String
addressId: String
addressKey: String
}
interface MyBusinessUnitSetDefaultShippingAddressAction [[MyBusinessUnitSetDefaultShippingAddressAction.svg]] {
action: String
addressId: String
addressKey: String
}
MyBusinessUnitUpdateAction --> MyBusinessUnitAddAddressAction #blue;text:blue : "action : addAddress"
MyBusinessUnitUpdateAction --> MyBusinessUnitAddBillingAddressIdAction #blue;text:blue : "action : addBillingAddressId"
MyBusinessUnitUpdateAction --> MyBusinessUnitAddShippingAddressIdAction #blue;text:blue : "action : addShippingAddressId"
MyBusinessUnitUpdateAction --> MyBusinessUnitChangeAddressAction #blue;text:blue : "action : changeAddress"
MyBusinessUnitUpdateAction --> MyBusinessUnitChangeAssociateAction #blue;text:blue : "action : changeAssociate"
MyBusinessUnitUpdateAction --> MyBusinessUnitChangeNameAction #blue;text:blue : "action : changeName"
MyBusinessUnitUpdateAction --> MyBusinessUnitChangeParentUnitAction #blue;text:blue : "action : changeParentUnit"
MyBusinessUnitUpdateAction --> MyBusinessUnitRemoveAddressAction #blue;text:blue : "action : removeAddress"
MyBusinessUnitUpdateAction --> MyBusinessUnitRemoveAssociateAction #blue;text:blue : "action : removeAssociate"
MyBusinessUnitUpdateAction --> MyBusinessUnitRemoveBillingAddressIdAction #blue;text:blue : "action : removeBillingAddressId"
MyBusinessUnitUpdateAction --> MyBusinessUnitRemoveShippingAddressIdAction #blue;text:blue : "action : removeShippingAddressId"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetAddressCustomFieldAction #blue;text:blue : "action : setAddressCustomField"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetAddressCustomTypeAction #blue;text:blue : "action : setAddressCustomType"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetContactEmailAction #blue;text:blue : "action : setContactEmail"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetCustomFieldAction #blue;text:blue : "action : setCustomField"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetCustomTypeAction #blue;text:blue : "action : setCustomType"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetDefaultBillingAddressAction #blue;text:blue : "action : setDefaultBillingAddress"
MyBusinessUnitUpdateAction --> MyBusinessUnitSetDefaultShippingAddressAction #blue;text:blue : "action : setDefaultShippingAddress"
@enduml
| false | true | false | false | sequence |
3c775557db2ea768f94c2745a4cf170eba1ce044 | fcab339e9e7bdd3357afab294fafaae021420240 | /documents/class.puml | b6d80146621a12f225f0c4a3992d4f4fc574bc36 | [
"MIT"
] | permissive | snakazawa/github2slack | 6a5ee0fa485989777896eaf2b5009ec08459be0f | 2a1369a146c8cd2125ee5c9ccd3e614d15065b2c | refs/heads/master | 2021-04-12T11:01:36.605786 | 2017-09-27T08:25:49 | 2017-09-27T08:25:49 | 94,536,933 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,851 | puml | @startuml
class Router
Router -> Controller.GitHubHookController
Router -> Controller.IndexController
namespace Controller {
class IndexController {
+ Promise<void> notFound (Koa.Context ctx)
+ Promise<void> internalServerError (Koa.Context ctx, Koa.Next next)
}
class GitHubHookController {
- queue: Util.GitHubToSlackQueue;
- serializer: Serializer.SerializerMaster
- sender: Sender.SlackSender
+ constructor ();
+ Promise<void> postIndex (Koa.Context ctx)
- Promise<void> _githubToSlack (Koa.Context ctx)
}
GitHubHookController --> Serializer.SerializerMaster
GitHubHookController --> Sender.SlackSender
GitHubHookController --> Util.GitHubToSlackQueue
}
namespace Model {
class Message {
- <<readonly>> String? username
- <<readonly>> String? userIcon
- <<readonly>> String? userLink
- <<readonly>> String? title
- <<readonly>> String? body
- <<readonly>> String fallback
- <<readonly>> MessageType type
+ constructor ({String username?, String userIcon?, String userLink?,
String fallback?, String title?, String body?, MessageType type?})
}
enum MessageType
Message --> Model.MessageType
namespace GitHub {
class Payload {
+ Payload$Repository repository
+ Payload$Sender sender
+ constructor (Object params)
}
class IssuesPayload {
+ String action
+ Payload$Issue issue
+ Payload$Issues$Changes changes
+ constructor (Object params)
}
class GollumPayload {
+ Payload$Page[] pages
+ constructor (Object params)
}
IssuesPayload --|> Model.GitHub.Payload
GollumPayload --|> Model.GitHub.Payload
}
}
namespace Serializer {
class SerializerMaster {
+ String packageName
+ Serializers serializers
+ constructor (String? packageName)
+ Boolean isSupportEvent (String eventName)
+ Promise<Message> serialize (String eventName, Object body)
}
SerializerMaster --> Model.GitHub.Payload
SerializerMaster *-- ISerializer
interface ISerializer<Payload T> {
+ Promise<Message> serialize (T payload)
}
ISerializer --> Model.Message
ISerializer --> Model.GitHub.Payload
namespace DefaultSerializer {
interface IDefaultSerializer<Payload T> {
- Promise<String> createTitle (T payload)
- Promise<String> createBody (T payload)
- Promise<MessageType> createType (T payload)
}
IDefaultSerializer --|> Serializer.ISerializer
class IssuesSerializer<IssuesPayload> {
- <<const>> String NO_ASSIGNEE_MESSAGE
- <<const>> String ASSIGNEE_LABEL
- <<const>> String NO_LABEL_MESSAGE
- <<const>> String NO_MILESTONE_MESSAGE
- String createComment (String action)
- PreBodyParams preBodySerialize (String action)
}
IssuesSerializer --|> Serializer.DefaultSerializer.IDefaultSerializer
class GollumSerializer<GollumPayload> {
- String createComment (String action)
}
GollumSerializer --|> Serializer.DefaultSerializer.IDefaultSerializer
GollumSerializer --> GitHub.Wiki
}
namespace JpnSerializer {
class IssuesSerializer {
- <<const>> String NO_ASSIGNEE_MESSAGE
- <<const>> String ASSIGNEE_LABEL
- <<const>> String NO_LABEL_MESSAGE
- <<const>> String NO_MILESTONE_MESSAGE
- String createComment (String action)
}
class GollumSerializer {
- String createComment (String action)
}
IssuesSerializer --|> Serializer.DefaultSerializer.IssuesSerializer
GollumSerializer --|> Serializer.DefaultSerializer.GollumSerializer
}
}
namespace Sender {
class SlackSender {
- String uri
+ constructor (String? uri)
+ Promise<void> send (Message msg)
- Object createPayload (Message msg)
- String? typeToColor (MessageType messageType)
}
SlackSender --> Model.Message
}
namespace GitHub {
class GitCommand {
+ String rootDir
+ String owner
+ String reponame
+ constructor (String owner, String reponame)
+ <<get>> String repoPath ()
+ <<get>> String fullRepoPath ()
+ <<get>> String getUri ()
+ Boolean exists ()
+ Promise<String> clone ()
+ Promise<String> pull ()
+ Promise<String> diff (String from, String to, String filename)
+ Promise<ShowResponse> show (String revision = 'HEAD')
- Promise<String> exec (String command, String cwd = this.rootDir)
- String prettyDiff (String diffstr)
}
class Wiki {
+ String owner
+ String reponame
+ GitCommand git
+ constructor (String owner, String reponame)
+ Promise<String> cloneOrUpdateRepo ()
+ Promise<String> show (String sha)
}
Wiki --> GitHub.GitCommand
}
namespace Util {
class DebounceQueue<Query, Key> {
- Number delay
- Func<Query, void> Callback
- Func<Query, Key> Iteratee
- Map<Key, Number> timeoutIds
+ constructor (Number delay, Func<Query, void> callback,
Func(Query, Key) iteratee)
+ void push (Query query)
- void raise (Key key, Query query)
}
class GitHubToSlackQueue<Koa.Context, String> {
+ constructor (Func<Koa.Context, void> callback)
- String contextToQueueKey (Koa.Context koa)
}
GitHubToSlackQueue --|> Util.DebounceQueue
}
@enduml
| false | true | false | false | class |
309b6ae66c84a79fff27ae66ccbe57790835d5d4 | a1da47c5fdfc644e3029f03316fe76f6b5cf5bb4 | /components/misc/models/Workspace.puml | bd498b3a20921c98e9633107be6eed5aa8087937 | [
"Apache-2.0"
] | permissive | InformaticsMatters/squonk | a25af0454f4637827136b19cc91f0ad22c0cbe87 | 56e826858bb495b064d215f7c4851429493cf639 | refs/heads/master | 2021-03-30T17:15:11.194844 | 2021-03-08T18:09:42 | 2021-03-08T18:09:42 | 94,418,987 | 7 | 4 | Apache-2.0 | 2021-03-08T18:09:43 | 2017-06-15T08:40:39 | Java | UTF-8 | PlantUML | false | false | 1,947 | puml | @startuml
/'
Basic attributes such as name, id, date_created,
last_updated are omitted from all classes
'/
/'
All methods implicitly pass in the current user to allow
authorization to take place. e.g. Workspace.getLayers()
returns the layers the current user has access to
'/
interface Workspace{
{static} Workspace[] getWorkspaces()
Layer[] getLayers()
Layer getDefaultLayer()
void addLayer(Layer)
void removeLayer(Layer)
Layer createLayer()
Group[] getGroups()
void addGroup(Group)
void removeGroup(Group)
Permission canPerformOperation(WorkspaceOperation)
}
interface Layer {
<T extends LayerItem> T[] getItems(Class<T>)
Permission canPerform(LayerOperation)
<T extends LayerItem> T createItem(Class<T>)
<T extends LayerItem> void addItem(T)
<T extends LayerItem> void removeItem(T)
}
enum Permission {
ALLOWED
DENIED
WARN
}
enum WorkspaceOperation {
LAYERS_MANAGE
USERS_MANAGE
EXPORT_DATA
NOTEBOOKS_PUBLISH_OUTSIDE_WORKSPACE
CELLS_PUBLISH_OUTSIDE_WORKSPACE
SECRETS_PUBLISH_OUTSIDE_WORKSPACE
}
enum LayerOperation {
NOTEBOOK_ADD
NOTEBOOK_CREATE
NOTEBOOK_REMOVE
NOTEBOOK_EXECUTE
NOTEBOOK_EDIT
NOTEBOOK_PUBLISH
CELL_DEF_ADD_ANY
CELL_DEF_ADD_TRUSTED
CELL_DEF_CREATE
CELL_DEF_REMOVE
CELL_DEF_PUBLISH
SECRET_ADD
SECRET_CREATE
SECRET_REMOVE
SECRET_PUBLISH
}
interface Group {
Group getOwner()
User[] getUsers()
addUser(User)
removeUser(User)
}
interface User {
}
interface LayerItem {
Group getOwner()
void setOwner(Group)
}
interface CellDefinition {
boolean isTrusted()
}
note bottom: Appear in cell pallette
interface Notebook {
}
note bottom: Notebooks the user can\naccess in this workspace
interface Secret {
}
note bottom: For things like connection credentials
LayerItem <|-- Notebook
LayerItem <|-- CellDefinition
LayerItem <|-- Secret
Workspace "*" *-- "*" Layer
Workspace "*" o-- "*" Group
Group "*" o-- "*" User
Layer "*" o-- "*" Notebook
Layer "*" o-- "*" CellDefinition
Layer "*" o-- "*" Secret
@enduml | false | true | false | false | sequence |
0bffca8dfca6e370bd26a55636e78857446d8708 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 2_ Patrones de Diseño Creacionales/PrincipleAndPatternDesign/out/production/PrincipleAndPatternDesign/cu/datys/patterns/gof/creational/factory_method/car/class-diagram.puml | 6a80d0b7a0597dfb6166dc974d67300e862c8145 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 805 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam titleFontColor #5cb85c
Title Factory Method Pattern Example
interface IEngine
class ElectricEngine implements IEngine
class FuelEngine implements IEngine
abstract class AbstractCar{
- IEngine engine
+ AbstractCar()
+ IEngine getEngine()
# {abstract}IEngine createEngine()
}
note right of AbstractCar::AbstractCar
public AbstractCar(){
this.engine = createEngine();
}
end note
class FuelCar extends AbstractCar{
# IEngine createEngine()
}
class ElectricCar extends AbstractCar{
# IEngine createEngine()
}
FuelCar --> FuelEngine: create
ElectricCar --> ElectricEngine: create
@enduml | false | true | false | false | sequence |
24064e65e332f04b516a80a567e617ad3e07874e | 8dbb7963228f3bd1552bbe3186202cc036173724 | /uml/bluetooth_sequence.puml | 687725db0af7408f0ccfd30f87501ec1fc7f9f22 | [] | no_license | jcassarly/SmartCards | 8e227a68267f7d8e97b6fc3679898d8618243774 | c5dc3b6a6d8b08f1bdbe6e52518551cf24b69842 | refs/heads/master | 2022-04-25T21:51:13.836601 | 2020-05-01T18:55:58 | 2020-05-01T18:55:58 | 237,028,262 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 878 | puml | @startuml
title Pi and App Bluetooth Connection
database Pi
actor App
alt Connection does not exist
App -> Pi: Establish Connection
Pi -> App: Send current decklist, ask if override
App -> Pi: Override response
alt Yes Override
App -> Pi: Send decklist
Pi -> Pi: Load received decklist
end
end
loop Poll Deck changes
Pi -> App: Heartbeat message with current Deck revision number
App -> Pi: Heartbeat response
alt New Deck Revision Number
alt Currently Locked
Pi -> App: Tell App to wait
else Currently Unlocked
Pi -> App: Green light to send new Deck List
App -> Pi: Begin sending new deck list
... Deck list packets ...
App -> Pi: Finish sending new deck list
end
else Same Deck Revision Number
end
end
@enduml | false | true | false | false | sequence |
37f2494d15dd6406cb1b2549aa95f13e4a01c4ed | 307df87d346b7581e8fa29bf3f1cce8f2cce75f1 | /src/main/resources/LSP2.puml | 61ded38d5408a395a6d6865d4b3b53d2215b3458 | [] | no_license | anant-pawar/training-principles | 3893faa58f04b5154ccaa0a6fda58d7e5c14e763 | 42e08aad1f93852cd6845c2d6e41a22cd52c481d | refs/heads/master | 2020-12-27T21:26:11.169106 | 2020-02-04T03:43:27 | 2020-02-04T03:43:27 | 238,062,657 | 0 | 0 | null | 2020-10-13T19:15:27 | 2020-02-03T21:09:19 | Java | UTF-8 | PlantUML | false | false | 256 | puml | @startuml
interface Shape{
+Integer getArea()
}
class Rectangle{
+setWidth(width)
+setHeight(heigth)
+Integer getArea()
}
class Square {
+setSide(side)
+Integer getArea()
}
Shape <|..down Rectangle
Shape <|..down Square
@enduml | false | true | false | false | class |
e801ffc60bf85f4e9b9f3bbe72be5ab4e4b868f2 | 0c1405335d84e96fa796824d1ec1b457b0256040 | /Towhoe-6/Towhoe.iuml | e8cb5f0818f0e53a1e4dfde49ce701958d9cbad2 | [
"Unlicense"
] | permissive | jorjiiie/towhoe-6-embodiment-of-stupid-dummies | 2d11439d5a7b04ba05bf8e9586d28db511b621cd | ab5fd596effd287a3a50692542282e18b8301b31 | refs/heads/main | 2023-04-02T18:40:01.789103 | 2021-04-12T00:17:13 | 2021-04-12T00:17:13 | 349,490,637 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,239 | iuml | Exported into an image using PlantUML
https://www.codeproject.com/Articles/1278703/UML-Made-Easy-with-PlantUML-VS-Code
https://www.lucidchart.com/pages/uml-class-diagram
https://plantuml.com/class-diagram
CHEAT SHEET:
Extension <|--
Composition *--
Aggregation o--
Class01 *-- "many" Class02
@startuml Towhoe 6
skinparam backgroundcolor transparent
scale 2
note "Mutators and accessors are omitted\nbecause we like having space\n\nOverridden methods and additional\nfields are shown in subclasses\nwhile others are not" as N1
' Hitbox and dependencies
class Hitbox {
-radius: int
-xPos: int
-yPos: int
-active: boolean
+addX()
+addY()
}
' PhysicalObject and dependencies
abstract PhysicalObject {
-xVel: int
-yVel: int
-hitbox: Hitbox
{abstract} #clamp()
{abstract} +move()
{abstract} +updXVelocity()
{abstract} +updYVelocity()
{abstract} +draw()
}
Hitbox o-- PhysicalObject
' Bullet and dependencies
class Bullet {
-active: boolean
-hits: int
-original_hits: int
-dmg: int
-previous_hit: ArrayList<Enemy>
-col: Color
+move()
+hit()
+hasHit()
+isOffscreen()
+draw()
}
PhysicalObject *-- Bullet
' Player and dependencies
interface Ship {
+shoot()
}
hide Ship fields
class Player {
{static} +PLAYER_SPEED: int
{static} +PLAYER_FOCUS_SPEED: int
-lives: int
-focus: boolean
-shooting: boolean
+shoot()
+move()
+focus()
+unfocus()
+hit()
+draw()
}
PhysicalObject *-- Player
Ship <|.. Player
' Enemy and dependencies
class Enemy {
-shots_per_second: double
-FRAMES_PER_SHOT: int
-frames_until_next: int
-lives: int
-dmg: int
+shoot()
+hit()
+isOffscreen()
+draw()
}
PhysicalObject *-- Enemy
Ship <|.. Enemy
' UserPanel and dependencies
class EnemySpawner {
-start_ns: long
-frame_count: long
-frames_until_spawn: int
-last_val: double
+spawn()
}
interface JavaArcade {
+running()
+startGame()
+getGameName()
+pauseGame()
+getInstructions()
+getCredits()
+getHighScore()
+stopGame()
+getPoints()
+setDisplay()
+addPlayerBullets()
}
hide JavaArcade fields
interface KeyListener{
+keyTyped()
+keyPressed()
+keyReleased()
}
hide KeyListener fields
interface ActionListener {
+actionPerformed()
}
hide ActionListener fields
class JPanel
hide JPanel fields
hide JPanel methods
class JLabel
hide JLabel fields
hide JLabel methods
class UserPanel {
-player: Player
-score: int
-coins: int
-timer: Timer
-enemies: ArrayList<Enemy>
-player_bullets: Set<Bullet>
+addPlayerBullets()
+paintComponent()
}
KeyListener <|.. UserPanel
ActionListener <|.. UserPanel
JavaArcade <|.. UserPanel
JPanel *-- UserPanel
Player o-- UserPanel
Bullet o-- UserPanel
JLabel o-- UserPanel
EnemySpawner o-- UserPanel
' GameStats and dependencies
class GameStats {
-gameNameText: JTextField
-currentHighScorer: JTextField
-currentHighScore: JTextField
-current_Score: JTextField
-yourScoreText: JLabel
-getHighScore: JLabel
-lives: JLabel
-points: JLabel
+gameOver()
}
JPanel *-- GameStats
JLabel o-- GameStats
class JButton
hide JButton fields
hide JButton methods
' ControlPanel and dependencies
class ControlPanel {
-game: JavaArcade
-stats: GameStats
-buttons: JButton
+actionPerformed()
}
ActionListener <|.. ControlPanel
JPanel *-- ControlPanel
JavaArcade o-- ControlPanel
JButton o-- ControlPanel
' Towhoe and dependencies
class JFrame
hide JFrame fields
hide JFrame methods
class Towhoe {
+{static} GAME_WIDTH: int
+{static} GAME HEIGHT: int
+{static} window: Towhoe
-game JavaArcade
-display: GameStats
-controls: ControlPanel
+getGame()
}
JFrame *-- Towhoe
UserPanel o-- Towhoe
GameStats o-- Towhoe
ControlPanel o-- Towhoe
note left : the one that runs
@enduml | false | true | false | false | class |
eb08b6ecee84f155575237454bf7dbdc8e05db67 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSetCustomFieldAction.puml | abe0475b70f0356ec3844f1c0bcf65f3509abd76 | [] | 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 | 469 | 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 OrderSetCustomFieldAction [[OrderSetCustomFieldAction.svg]] extends OrderUpdateAction {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
002fe4faa1bde70dd83f7e37b3e8a2dbf32ef9ca | 72723887e80db2fa9ceab3841916d22b5185a1c6 | /src/diagrams/setup/autotag.class.puml | ed04c685879ad5f06489a3a92106b069b36f975f | [] | no_license | Mamen484/webapp | 55b504de64c08fe1cd8df43c5411c6dea67288ae | 84c41b6d0e7efa9bcc72639f9bdf3b620646cfdf | refs/heads/master | 2023-04-17T00:35:19.459974 | 2021-04-21T09:53:15 | 2021-04-21T09:53:15 | 315,639,307 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 288 | puml | @startuml
class FeedService {
+fetchAutotagByCategoryCollection()
+fetchMappingCollection()
+matchAutotagByCategory()
}
FeedService o-- AutotagMappingComponent
AutotagInput *-- AutotagMappingComponent
AutotagDropdown *-- AutotagMappingComponent
hide empty members
@enduml | false | true | false | false | class |
f805eb1b74b1a29c926f5b6bbc8a460b1c45f755 | b0ad29ddc838058b97cfabc5867c9b35114e6d62 | /docs/development/detailed.puml | 9a2a29694ec114d19cdb05a26c7dc9bc3653e8b0 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | AElfProject/AElf | 28630867f08db779d8b2f0fe329576e98685d12a | bd91fc5e23f03f5179cee9fc6cfd5a0ee5b802d2 | refs/heads/dev | 2023-09-01T09:18:00.399919 | 2023-07-19T02:27:03 | 2023-07-19T02:27:03 | 111,986,895 | 1,003 | 320 | MIT | 2023-08-22T08:55:19 | 2017-11-25T07:59:31 | C# | UTF-8 | PlantUML | false | false | 2,922 | puml | @startuml
skinparam monochrome true
top to bottom direction
package Application {
interface INode
note top of INode
Cross layer event message subscriptions may be put here.
end note
package RPCServices <<Rectangle>> {
class SendTransactionHandler
}
package P2PServices <<Rectangle>> {
class TransactionRequestHandler
class BlockHeaderRequestHandler
class BlockRequestHandler
}
}
package Domain {
package Entities <<Rectangle>> {
interface IBlockChain
interface ILightChain
ILightChain <|- IBlockChain
}
note top of Entities
In DDD, entities should have assigned ID. In blockchain
domain, the so-called ID's for transactions/blocks are
not assigned but derived from values (so they should be
ValueObjects instead of entities). The chain's ID may be
the only entity as the chain ID is configured externally.
end note
package ValueObjects <<Rectangle>>{
interface IAddress
interface IHash
interface IHashable {
GetHash()
}
interface IBlockHeader
interface IBlock
interface ITransaction
IHashable <|- IBlockHeader
IBlockHeader <|- IBlock
IHashable <|- ITransaction
}
note top of ValueObjects
ValueObjects are implemented with protobuf messages,
which doesn't support inheritance, so interface is
used here
end note
package DomainEvents <<Rectangle>> {
class AcceptedBlock
}
package DomainServices <<Rectangle>> {
interface BlockHeaderBuilder {
AddPreviousBlockHash
AddTransactionTreeRoot
AddStateTreeRoot
AddSideChainRoot
}
note top of BlockHeaderBuilder
Or BlockBuilder.
end note
}
note top of DomainServices
Domain services are named by the action it performs
(i.e. it shows the purpose). It's very granular whereas
application services are a facade purposed with providing
an API.
end note
}
package Infrastructure {
package Network <<Rectangle>> {
package NetworkEvents <<Rectangle>> {
class ReceivedTransactionNotification
class ReceivedBlockNotification
}
interface IPeerManager
}
package Database <<Rectangle>> {
}
package Execution <<Rectangle>> {
interface ExecutionService {
Execute(transactions)
}
}
note top of Execution
Execution infrastructure e.g. akka. It handles the routing
and logistics for the execution. Actual execution logics may
be injected (e.g. by strategy).
end note
package SideChainNetwork <<Rectangle>> {
}
}
Application -[hidden]- Domain
Domain -[hidden]- Infrastructure
Application -[hidden]- Infrastructure
@enduml | false | true | false | false | class |
fbaabd4a197a21971c0a0d49b38394a01eb6df31 | c46aa54e4409ba8136714b10dd8a132c818c2ac0 | /doc/overview/zex-components.puml | e5d7b5c85e9e3fa6695666c7deb2d848b511b359 | [
"MIT"
] | permissive | lygo/zex | fa4f5fe637d1ac94eda3480803f75cc7039314d4 | 8ca3dfe4668b6b05950e0a8a84c53e56c95987f2 | refs/heads/master | 2021-01-25T11:48:23.958349 | 2017-06-29T09:01:39 | 2017-06-29T09:01:39 | 93,945,776 | 1 | 0 | null | 2017-07-14T08:01:17 | 2017-06-10T14:51:10 | null | UTF-8 | PlantUML | false | false | 737 | puml | @startuml
package "Zex" {
Pipeline --> [Pipeliner]
Subscribe <-- [Scheduler]
[Scheduler] <-right- [Pipeliner]: do new pipe
[Pipeliner] -down-> [Registrer] : validate
[Scheduler] <--> [Registrer] : lookup grpc
[Scheduler] <--> grpc
[Registrer] <-- grpc
}
package "MiddleLayer" {
[serviceObjectFunction] --> Pipeline : write pipe
[serviceObjectFunction] <-- Subscribe: when done
}
package "Srv1" {
["srv1.reflection"] -up-> grpc : registry
grpc <-..right-> ["Srv1.GetSomething"] : call
grpc <-..right-> ["Srv1.PutSomething"] : call
}
package "Srv2" {
["srv2.reflection"] -up-> grpc : registry
grpc <-..right-> ["Srv2.GetSomething"] : call
grpc <-..right-> ["Srv2.PutSomething"] : call
}
@enduml | false | true | false | false | sequence |
311175c081fb95cf06eaaf8c2cfc670b6f5dce29 | 4fed9f6964abd13bb80ae1e8952b35c64b6563b8 | /src/main/kotlin/UML/File Access.puml | 98370ff258ea31211bb8ce76a8866e548487f583 | [] | no_license | Vaasco/TimeRecorder | a99bf72dc7ea75b0b0143f902615afb067239d1e | 8118ff7baefde793333cb80f47ad4c602777388b | refs/heads/master | 2023-06-19T10:56:26.325007 | 2021-07-15T19:41:53 | 2021-07-15T19:41:53 | 356,236,732 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 489 | puml | @startuml
class FileAcess{
+usersInfo
-readUsersFile():String[]
}
class Users{
-usersMap:HashMap<Int, User>
+addUser(:User)
+removeUser(:User)
mapToFileString():String[]
}
class User{
+uid
+pin
+name
+entryTime
+accumulatedTime
+toFileString()
}
class Logs{
+Log
-logToString()
}
class Log{
}
FileAcess <-- Users:file
FileAcess -->Users:usersInfo:String
FileAcess <-- Logs:file
Users *-- User:HashMap
Logs *-- Log
@enduml
| false | true | false | false | sequence |
94d5232775726ac252a057386d2b603943759810 | 5800614831fe34568bc7083d979c33b3af0fca57 | /doc/uml/1_contextDiagram.puml | 96eebe80307286b7f667e984b5ba0423ea4b795b | [] | no_license | BapPerraud/oc_dapython_pr4 | 895d084cced0e78450cb51dfd4b54e4644434727 | a40e99753a72bef83228abe70a00b60521635012 | refs/heads/master | 2020-04-15T07:29:02.312768 | 2019-01-06T22:23:09 | 2019-01-06T22:23:09 | 164,495,328 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 633 | puml | @startuml 1_contextDiagram
title <u> Diagramme de contexte</u>
left to right direction
actor Responsable as RESP
actor Pizzaiolo as PIZLO
actor gestionnaire_stock as GEST
actor personnel_accueil as ACCUEIL
actor client as CUSTOMER
actor Banque <<System>> as BANK
rectangle OC_Pizza {
rectangle Commande AS CMD
rectangle Recette AS RECIPE
rectangle Ingredient AS ITEM
}
CMD -- RECIPE
RECIPE -- ITEM
CUSTOMER --> ACCUEIL
GEST <-u-> ITEM
CUSTOMER <--> CMD
CUSTOMER <-- RECIPE
ACCUEIL <--> CMD
ACCUEIL <-- RECIPE
RESP <.. CMD
RESP <--> RECIPE
RESP <-l-> ITEM
PIZLO <-u- RECIPE
PIZLO <--> CMD
BANK <.l.> CMD
@enduml | false | true | false | false | sequence |
01afad35957c553f71ebe511fefb3bba8a22d867 | 6a312ac1272ec81caf54b6640dd8788a739afaef | /Documentation/v170.puml | ff99eeb5b6286d02d4dd6ba0b449725f45487264 | [] | no_license | RicardoGuzmanVelasco/MIW.ADOO | ff65fe4fb530521575a06f80d8d85c6f315cebae | 37d35899498c26ab7faaf34f3932e20ae8dfbc41 | refs/heads/main | 2023-04-28T14:26:36.647336 | 2021-05-22T18:29:58 | 2021-05-22T18:29:58 | 369,761,623 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,376 | puml | @startuml
enum Direction
{
None,
Vertical,
Horizontal,
Diagonal,
InverseDiagonal
}
enum Color
{
None,
X,
O
}
Color <-- Player
Color <.. Board
class ClosedInterval <<ValueObject>>
{
-min : int
-max : int
+ClosedInterval(min : int, max : int)
+Includes(value : int) : bool
+ToString() : string
}
ClosedInterval <.. Coord
ClosedInterval <.. Player
class LimitedIntDialog
{
-title : string
-limits : ClosedInterval
+LimitedIntDialog(title: string, max: int)
+LimitedIntDialog(title: string, min: int, max :int)
+Read() : int
}
LimitedIntDialog <.. Coord
LimitedIntDialog ..> IO
LimitedIntDialog ..> ClosedInterval
class Coord
{
-{static} Dimension : int = 3 <<readonly>>
-{field}{static} Limits : ClosedInterval = new(0, Dimension - 1) <<readonly>>
+Row : int {get}
+Col : int {get}
+DirectionRelativeTo(other : Coord) : Direction
-IsInDiagonal() : bool
-IsInInverseDiagonal() : bool
+Read(title: string)
+Equals(other: Coord)
}
Coord ..> IO
Coord ..> Direction
class Board
{
-coordinates : Dictionary<int, HashSet<Coord>>
+Board(numPlayers : int)
+IsTicTacToe() : bool
-IsTicTacToe(color : Color) : bool
+IsComplete() : bool
+IsTileEmpty(coord : Coord) : bool
+IsTileFull(coord : Coord, color : Color) : bool
+Put(coord : Coord, color : Color)
+Remove(coord : Coord)
+Write()
}
Board ..> IO
Board ..> Coord
class Player
{
~color : Color
+Player(playerIndex: int, numPlayers : int)
+Put(board : Board)
-Put(board : Board, title: string, fromCoord : Coord)
+Move(board : Board)
+Win()
}
Player ..> Board
Player ..> IO
Player ..> TicTacToe
class Turn
{
~value : int = 0
+Turn(numPlayers : int)
+Current() << "Take" >>
+Next() << "NotTake">>
+Change()
}
class TicTacToe
{
+PlayersCount : int = 2 {static} <<const>>
-board : Board
-players : Player[] [0..*]
-turn : Turn
+TicTacToe()
+Play()
}
TicTacToe --> Board
TicTacToe --> Player
TicTacToe --> Turn
class IO <<static>>
{
+ReadString(title : string) : string {static}
+ReadInt(title : string) : int {static}
+Write(title : string) {static}
+WriteLn() {static}
+WriteError(format : string) {static}
}
@enduml | false | true | false | false | class |
a47c89598ee263d1014bc34395de2420ebc19793 | af4ebff03b68cbddb994debba55a14427c4d45e2 | /ex2.puml | 65a70f8a5c266066d7e9aaca59c9f19078a5b76f | [] | no_license | BrunoSilvaFreire/Modelagem | 6adda34b5808c84ae83134c58c3ca0e959a04ffc | 56f3b47cd7e6eb4c14de50668fd913a0a1948e21 | refs/heads/master | 2020-08-07T11:06:57.703038 | 2019-10-09T20:17:46 | 2019-10-09T20:17:46 | 213,425,584 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 860 | puml | @startuml
:Professor: as Admin
:Estudante: as Student
(Acessar plataforma BB) as (AccessPlatform)
(Postar atividades) as (PostActivity)
(Corrigir respostas) as (CheckAnswers)
(Aguardar data limite) as (AwaitActivity)
(Postar respostas) as (PostAnswers)
(Desenvolver respostas) as (DevelopAnswers)
(Postar nota) as (PostScore)
(Consultar nota) as (CheckScore)
Admin --> (PostActivity)
Admin --> (AwaitActivity)
Admin --> (CheckAnswers)
(PostScore) .up.> (CheckAnswers) : extends
Student -up-> (PostAnswers)
Student -up-> (DevelopAnswers)
(PostActivity) .down.> (AccessPlatform) : includes
(CheckAnswers) .down.> (AccessPlatform) : includes
(CheckAnswers) .> (AwaitActivity) : includes
(PostAnswers) .up.> (AccessPlatform) : includes
(PostAnswers) .left.> (DevelopAnswers) : includes
Student -> (CheckScore)
(CheckScore) .up.> (AccessPlatform) : includes
@enduml | false | true | false | false | uml-unknown |
d936f9d695b5545ec1a1cdc5046a3bedd679a453 | 9149137b8cbb088e22ed8fb70b897fa01e0c438a | /default.iuml | 45ae20e2d5884bce014f960b6cae154c12558732 | [] | no_license | brunofranki/plantuml | e1095bf2d090b98e548921a181ef04ae5360ebfd | 3cc2b7b8d1a5892580c9926a8c2610f0367d6291 | refs/heads/master | 2020-12-21T07:01:43.393660 | 2020-01-27T18:48:27 | 2020-01-27T18:48:27 | 236,347,590 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,593 | iuml | 'Constant Definition
!define FONTSERIF Helvetica
!define FONTSANS Helvetica
!define FONTMONO Helvetica
'General
skinparam shadowing false
skinparam handwritten false
skinparam backgroundColor transparent
skinparam componentStyle uml2
skinparam dpi 150
'Default'
skinparam default{
'Font Style
FontColor Black
FontSize 8
FontStyle normal
BackgroundColor #BCC8D9
BorderColor #6C8EBF
'Other Style
TextAlignment left
}
skinparam padding 2
'Header
skinparam header {
FontColor Black
FontName FONTSANS
FontStyle plain
}
'Footer
skinparam footer {
FontColor Black
FontName FONTSANS
FontStyle plain
}
'Title (inherits from Default)
skinparam title {
'Font Style (inherits from Default)
FontSize 12
'Border Color
BackgroundColor transparent
BorderColor White
BorderRoundCorner 0
BorderThickness 0
}
'Arrow
skinparam Arrow {
'Font Style (inherits from Default)
'FontName FONTSERIF
FontSize 5
'Color
Color #999
LollipopColor #999
Thickness 2
MessageAlignment center
}
'Note
skinparam note {
'Font Style
FontColor #666
'FontName Helvetica
FontSize 7
FontStyle plain
'Color
BackgroundColor #FDFDFD
BorderColor #AAA
BorderThickness 0.5
}
'Node
skinparam node {
'Font Style (inherits from Default)
FontSize 12
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
}
'Rectangle
skinparam rectangle {
'Font Style (inherits from Default)
FontSize 12
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
BorderThickness 1
}
'Folder
skinparam folder {
'Font Style (inherits from Default)
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
}
'Frame
skinparam frame {
'Font Style (inherits from Default)
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
}
'Cloud
skinparam cloud {
'Font Style (inherits from Default)
FontSize 12
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
}
'Database
skinparam database {
'Font Style (inherits from Default)
FontSize 12
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
}
'Package (default style)
skinparam package {
'Style
Style folder
TitleAlignment center
'Font Style (inherits from Default)
StereotypeFontColor Black
StereotypeFontName FONTMONO
StereotypeFontSize 10
StereotypeFontStyle plain
'Border Color
BackgroundColor White
BorderColor Black
BorderThickness 1
}
'Activity
skinparam activity {
BackgroundColor #EDF3FC
BorderColor #6C8EBF
DiamondBackgroundColor #FFE6CC
DiamondBorderColor #D79B00
EndColor #82B366
StartColor #9673A6
}
'Actor
skinparam actor {
'Font Style (inherits from Default)
FontSize 9
'Border Color
BackgroundColor WhiteSmoke
BorderColor Black
}
'Boundary
skinparam boundary {
'Font Style (inherits from Default)
FontSize 12
'Border Color
BackgroundColor WhiteSmoke
BorderColor Black
}
'Control
skinparam control {
'Font Style (inherits from Default)
FontSize 12
'Border Color
BackgroundColor WhiteSmoke
BorderColor Black
}
'Entity
skinparam entity {
'Font Style (inherits from Default)
FontSize 12
'Border Color
BackgroundColor WhiteSmoke
BorderColor Black
}
'Collections
skinparam collections {
'Font Style (inherits from Default)
FontSize 12
'Border Color
BackgroundColor WhiteSmoke
BorderColor Black
}
'Participant
skinparam participant {
'Font Style (inherits from Default)
FontSize 9
'Border Color and Padding
BackgroundColor WhiteSmoke
BorderColor Black
Padding 5
}
'Sequence Diagrams
hide footbox
skinparam BoxPadding 5
'skinparam MaxMessageSize 100
skinparam sequence {
'Actor, Boundary, Control, Entity, and Collections
ActorBorderThickness 0.5
'Arrow
ArrowThickness 0.5
ArrowFontSize 8
'Box (inherits from Default)
BoxBackgroundColor #FCFDFF
BoxBorderColor #9AB3D6
'Delay (inherits from Default)
'Divider (inherits from Default)
DividerBackgroundColor transparent
DividerBorderColor Gray
DividerBorderThickness 1
'Group (inherits from Default)
GroupFontName FONTSERIF
GroupHeaderFontName FONTSANS
GroupBackgroundColor WhiteSmoke
GroupBodyBackgroundColor White
GroupBorderColor Black
GroupBorderThickness 1
'Life line
LifeLineBackgroundColor #BCC8D9
LifeLineBorderColor #6C8EBF
LifeLineBorderThickness 0.5
'Message
MessageAlignment center
MessageTextAlignment left
'Newpage
NewpageSeparatorColor Gray
'Participant
Participant plain
ParticipantBorderThickness 0.5
ParticipantBackgroundColor #BCC8D9
'Reference (inherits from Default)
ReferenceBackgroundColor White
ReferenceHeaderBackgroundColor WhiteSmoke
ReferenceBorderColor Black
ReferenceBorderThickness 1
ReferenceAlignment center
'Stereotype (inherits to Actor, Boundary, Control, Entity, Collections, Database, and Participant)
StereotypeFontColor Black
StereotypeFontName Arial
StereotypeFontSize 10
StereotypeFontStyle plain
}
| false | true | false | false | sequence |
756dc8a5fa86ca9e8d96bdd5c94808386b7a294b | 1ac0a5cf0a74b207d7cdac817f81b15f452f494c | /Livrables/Diagrammes/Composants/UML/Controller.plantuml | 0b0fc5f284972f9b045a3ff23cd0a92448a891f2 | [
"MIT"
] | permissive | HugoLA1/Projet-programmation-systeme | 1f143b71a52871ca3536b30d78592c29f19aae97 | 5262fa64cd862283078346b4f8a2aa69246d47d6 | refs/heads/master | 2020-06-01T10:33:49.688170 | 2018-12-13T13:22:55 | 2018-12-13T13:22:55 | 190,750,176 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 174 | plantuml | @startuml
class Controller {
+ model : Model
+ dinnerRoomController : DinnerRoomController
+ form : Form1
+ Controller()
+ SetObserver() : void
}
@enduml
| false | true | false | false | class |
e20515ae305babfa38a5fa7bf03ee875d9c03004 | aebdf064115e5817e0c77e15b739eccda80d4550 | /creator/src/main/java/basic/basic.puml | 695d91d2a6c329b260ce66d60adac811da051207 | [] | no_license | thonnyhu/designpattern | e497fbaa44d6b8a98151f8f51f967dfae8145913 | 77dc01fd366f3dfb58aab5f0bd3e6825d6fa6301 | refs/heads/master | 2021-04-28T16:49:52.462770 | 2018-06-11T12:11:26 | 2018-06-11T12:11:26 | 122,023,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 567 | puml | @startuml
interface MapSite {
+ void enter()
}
MapSite *-- Room
MapSite <|-- Room
MapSite <|-- Door
MapSite <|-- Wall
Room *-- Maze
class Door {
- Room root1,root2;
- Boolean isOpen;
+ Room otherSideFrom(Room roomWithABomb);
+ void enter();
}
class Wall {
+ Wall();
+ enter();
}
class Room {
- Map<Direction,MapSite> _sides
- int _rootNumber;
+ getSide(Direction direction);
+ setSide(Direction direction, MapSite mapSite);
+ void enter();
}
class Maze {
- List<Room> roots
+ addRoom();
+ roomNo();
}
enum Direction {
EAST
WEST
NORTH
SOUTH
}
@enduml | false | true | false | false | class |
806fd46a6f2ad3e2b1aa51afa4dd4b21edb0fc4e | c2d565588636b689b0fe904c4d17821dc18579d8 | /architecture/architecture_class.plantuml | c729f6521ed30f1be72d1a4bdc0f9a9e46d97873 | [
"MIT"
] | permissive | MikeSidorochkin/abap-metrics-provider | d51dd2daaab3e95ef657f39e9f5fd415fa477621 | bb4b4a2c01046b3cd017f723f112dfb11781f51d | refs/heads/main | 2023-02-23T00:53:38.070087 | 2021-01-31T16:16:26 | 2021-01-31T16:16:26 | 334,723,992 | 1 | 0 | MIT | 2021-01-31T18:14:01 | 2021-01-31T18:14:01 | null | UTF-8 | PlantUML | false | false | 933 | plantuml | @startuml provider
class zcl_amp_strategist{
+ provide_metrics()
}
class zcl_amp_metrics_system <<zif_amp_metrics_collector>>
class zcl_amp_metrics_performance <<zif_amp_metrics_collector>>
class zcl_amp_metrics_ <<zif_amp_metrics_collector>>
interface zif_amp_metrics_collector{
get_metrics
}
zcl_amp_strategist o-- metrics_collector
metrics_collector <|-- zcl_amp_metrics_system
metrics_collector <|-- zcl_amp_metrics_performance
metrics_collector <|-- zcl_amp_metrics_
@enduml
@startuml scraper
interface if_http_extension{
handle_request
}
interface zif_amp_converter{
convert
}
class zcl_amp_scraper <<if_http_extension>>
class zcl_amp_conv_http_json <<zif_amp_converter>>
class zcl_amp_conv_prom_keyvalue <<zif_amp_converter>>
class zcl_amp_metrics_ <<zif_amp_converter>>
zcl_amp_scraper --> zcl_amp_conv_http_json
zcl_amp_scraper --> zcl_amp_conv_prom_keyvalue
zcl_amp_scraper --> zcl_amp_metrics_
@enduml | false | true | false | false | class |
3225a6b47dacd734bbc131772a9005ca62770bee | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/observateur-c.plantuml | 5062818085f89267ab655c8bf875414b18062047 | [] | 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 | 735 | plantuml | @startuml
'-----------------------------------
' UML concepts illustrated
' JMB 2014
'-----------------------------------
'hide circle
hide empty members
hide empty methods
abstract class s as "Sujet" {
-ArrayList<Observateur> observateurs
+attacher(o: Observateur)
+detacher(o: Observateur)
+notifier()
}
note left: pour chaque observateur o {\n o.update();\n}
abstract class o as "Observateur" {
}
o : {abstract} +update()
class SujetConcret {
-etatSujet
+getEtat()
}
note left: return etatSujet;
class ObservateurConcret {
-etatObservateur
+update()
}
note right: etatObservateur = sujet.getEtat();
's -> "*" o
'SujetConcret "+sujet" <- ObservateurConcret
'o <|-- ObservateurConcret
's <|-- SujetConcret
@enduml
| false | true | false | false | class |
bf17c6321849f2a3771f8504d1b9e36529dcaa08 | e4154eb261bd9bf222da41212831fb8436925d80 | /output.puml | 2a22c580528a4276f11cfc7cedbd1b300c51ff4a | [] | no_license | andreiZi/Open_Food_Facts_Product_App | efb7388ad8340e28181ece75e290648c2f14d7d0 | e0ea34e495c9cbeac8c18413b22c723773cbe9d0 | refs/heads/dev | 2023-03-24T03:12:49.682317 | 2021-03-11T12:40:37 | 2021-03-11T12:40:37 | 339,994,850 | 0 | 0 | null | 2021-03-11T12:40:38 | 2021-02-18T09:14:13 | Dart | UTF-8 | PlantUML | false | false | 14,271 | puml | @startuml
set namespaceSeparator ::
class "food_api_test_app::core::error::exceptions.dart::ServerException" {
}
"dart::core::Exception" <|-- "food_api_test_app::core::error::exceptions.dart::ServerException"
class "food_api_test_app::core::error::exceptions.dart::CacheException" {
}
"dart::core::Exception" <|-- "food_api_test_app::core::error::exceptions.dart::CacheException"
abstract class "food_api_test_app::core::error::failures.dart::Failure" {
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::core::error::failures.dart::Failure"
class "food_api_test_app::core::error::failures.dart::ServerFailure" {
}
"food_api_test_app::core::error::failures.dart::Failure" <|-- "food_api_test_app::core::error::failures.dart::ServerFailure"
class "food_api_test_app::core::error::failures.dart::CacheFailure" {
}
"food_api_test_app::core::error::failures.dart::Failure" <|-- "food_api_test_app::core::error::failures.dart::CacheFailure"
abstract class "food_api_test_app::core::network::network_info.dart::NetworkInfo" {
+Future<bool> isConnected
}
class "food_api_test_app::core::network::network_info.dart::NetworkInfoImpl" {
+DataConnectionChecker connectionChecker
+Future<bool> isConnected
}
"food_api_test_app::core::network::network_info.dart::NetworkInfoImpl" o-- "data_connection_checker::data_connection_checker.dart::DataConnectionChecker"
"food_api_test_app::core::network::network_info.dart::NetworkInfo" <|-- "food_api_test_app::core::network::network_info.dart::NetworkInfoImpl"
abstract class "food_api_test_app::core::usecases::usecase.dart::UseCase<Type, Params>" {
+Future call()
}
class "food_api_test_app::core::usecases::usecase.dart::NoParams" {
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::core::usecases::usecase.dart::NoParams"
class "food_api_test_app::core::util::input_converter.dart::InputConverter" {
+Either stringToUnsignedInteger()
}
class "food_api_test_app::core::util::input_converter.dart::InvalidInputfailure" {
}
"food_api_test_app::core::error::failures.dart::Failure" <|-- "food_api_test_app::core::util::input_converter.dart::InvalidInputfailure"
abstract class "food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSource" {
+Future getOpenFoodItem()
+Future setOpenFoodItem()
}
class "food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSourceImpl" {
+Client client
+Future getOpenFoodItem()
+Future setOpenFoodItem()
-Future _getOpenFoodItemFromUrl()
}
"food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSourceImpl" o-- "http::src::client.dart::Client"
"food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSource" <|-- "food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSourceImpl"
class "food_api_test_app::features::product_manager::data::models::open_food_item_model.dart::OpenFoodItemModel" {
+Map toJson()
}
"food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem" <|-- "food_api_test_app::features::product_manager::data::models::open_food_item_model.dart::OpenFoodItemModel"
class "food_api_test_app::features::product_manager::data::repositories::OpenFood_repository_impl.dart::OpenFoodFactsRepositoryImpl" {
+OpenFoodFactsRemoteDataSource remoteDataSource
+NetworkInfo networkinfo
+Future getOpenFoodItem()
+Future setProduct()
}
"food_api_test_app::features::product_manager::data::repositories::OpenFood_repository_impl.dart::OpenFoodFactsRepositoryImpl" o-- "food_api_test_app::features::product_manager::data::datasources::openFood_remote_datasource.dart::OpenFoodFactsRemoteDataSource"
"food_api_test_app::features::product_manager::data::repositories::OpenFood_repository_impl.dart::OpenFoodFactsRepositoryImpl" o-- "food_api_test_app::core::network::network_info.dart::NetworkInfo"
"food_api_test_app::features::product_manager::domain::repositories::OpenFood_repository.dart::OpenFoodFactsRepository" <|-- "food_api_test_app::features::product_manager::data::repositories::OpenFood_repository_impl.dart::OpenFoodFactsRepositoryImpl"
class "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem" {
+int status
+String statusVerbose
+int barCode
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem"
class "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::Product" {
+List<String> stores_tags
+List<String> last_image_dates_tags
+String labels
}
class "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::Images" {
+String image_front_thumb_url
}
class "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::Ingredients" {
+String ingredients_text
+String ingredients_text_with_allergens
+String ingredients_text_de
+String ingredients_text_with_allergens_de
}
class "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::Nutriments100Gramm" {
+int energy_kcal_100g
+int energy_100g
+int fat_100g
+int saturated_fat_100g
+int carbohydrates_100g
+int sugars_100g
+int proteins_100g
+int salt_100g
+int nutrition_score_fr_100g
+int sodium_100g
+int nova_group_100g
+int fiber_100g
}
abstract class "food_api_test_app::features::product_manager::domain::repositories::OpenFood_repository.dart::OpenFoodFactsRepository" {
+Future getOpenFoodItem()
+Future setProduct()
}
class "food_api_test_app::features::product_manager::domain::usecases::get_product.dart::GetOpenFoodItem" {
+OpenFoodFactsRepository repository
+Future call()
}
"food_api_test_app::features::product_manager::domain::usecases::get_product.dart::GetOpenFoodItem" o-- "food_api_test_app::features::product_manager::domain::repositories::OpenFood_repository.dart::OpenFoodFactsRepository"
"food_api_test_app::core::usecases::usecase.dart::UseCase<Type, Params>" <|-- "food_api_test_app::features::product_manager::domain::usecases::get_product.dart::GetOpenFoodItem"
class "food_api_test_app::features::product_manager::domain::usecases::get_product.dart::Params" {
+int barCode
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::features::product_manager::domain::usecases::get_product.dart::Params"
class "food_api_test_app::features::product_manager::domain::usecases::set_product.dart::SetOpenFoodItem" {
+OpenFoodFactsRepository repository
+Future call()
}
"food_api_test_app::features::product_manager::domain::usecases::set_product.dart::SetOpenFoodItem" o-- "food_api_test_app::features::product_manager::domain::repositories::OpenFood_repository.dart::OpenFoodFactsRepository"
"food_api_test_app::core::usecases::usecase.dart::UseCase<Type, Params>" <|-- "food_api_test_app::features::product_manager::domain::usecases::set_product.dart::SetOpenFoodItem"
class "food_api_test_app::features::product_manager::domain::usecases::set_product.dart::Params" {
+OpenFoodItem openFoodItem
}
"food_api_test_app::features::product_manager::domain::usecases::set_product.dart::Params" o-- "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem"
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::features::product_manager::domain::usecases::set_product.dart::Params"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerBloc" {
+GetOpenFoodItem getOpenFoodItem
+InputConverter inputConverter
+ProductManagerState initialState
+Stream mapEventToState()
-Stream _eitherLoadedOrErrorState()
-dynamic _mapFailureToMessage()
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerBloc" o-- "food_api_test_app::features::product_manager::domain::usecases::get_product.dart::GetOpenFoodItem"
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerBloc" o-- "food_api_test_app::core::util::input_converter.dart::InputConverter"
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerBloc" o-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState"
"bloc::src::bloc.dart::Bloc<Event, State>" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerBloc"
abstract class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerEvent" {
+List<Object> props
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerEvent"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::GetOpenFoodItemForBarcode" {
+dynamic barcodeString
+List<Object> props
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerEvent" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::GetOpenFoodItemForBarcode"
abstract class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState" {
+List<Object> props
}
"equatable::src::equatable.dart::Equatable" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Empty" {
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Empty"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Loading" {
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Loading"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Loaded" {
+OpenFoodItem openFoodItem
+List<Object> props
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Loaded" o-- "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem"
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Loaded"
class "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Error" {
+dynamic message
+List<Object> props
}
"food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::ProductManagerState" <|-- "food_api_test_app::features::product_manager::presentation::bloc::product_manager_bloc.dart::Error"
class "food_api_test_app::features::product_manager::presentation::pages::product_manager_page.dart::ProductManagerPage" {
+Widget build()
+BlocProvider buildBody()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "food_api_test_app::features::product_manager::presentation::pages::product_manager_page.dart::ProductManagerPage"
class "food_api_test_app::features::product_manager::presentation::widgets::loading_widget.dart::LoadingWidget" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "food_api_test_app::features::product_manager::presentation::widgets::loading_widget.dart::LoadingWidget"
class "food_api_test_app::features::product_manager::presentation::widgets::message_display.dart::MessageDisplay" {
+dynamic message
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "food_api_test_app::features::product_manager::presentation::widgets::message_display.dart::MessageDisplay"
class "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_controls.dart::OpenFoodItemControls" {
+State createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_controls.dart::OpenFoodItemControls"
class "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_controls.dart::_OpenFoodItemControlsState" {
+TextEditingController controller
+dynamic inputStr
+Widget build()
+void dispatchBarcode()
}
"food_api_test_app::features::product_manager::presentation::widgets::open_food_item_controls.dart::_OpenFoodItemControlsState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"flutter::src::widgets::framework.dart::State<T>" <|-- "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_controls.dart::_OpenFoodItemControlsState"
class "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_display.dart::OpenFoodItemTitleDisplay" {
+OpenFoodItem openFoodItem
+Widget build()
}
"food_api_test_app::features::product_manager::presentation::widgets::open_food_item_display.dart::OpenFoodItemTitleDisplay" o-- "food_api_test_app::features::product_manager::domain::entities::open_food_item.dart::OpenFoodItem"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "food_api_test_app::features::product_manager::presentation::widgets::open_food_item_display.dart::OpenFoodItemTitleDisplay"
class "food_api_test_app::main.dart::MyApp" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "food_api_test_app::main.dart::MyApp"
@enduml
| false | true | false | false | class |
c7d8405baec5c9c0605868b688e92368bdb647e1 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DuplicateVariantValuesError.puml | 1ff3ef83c496daf0111b3ed1405388f9ddf3cd17 | [] | 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 | 496 | 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 DuplicateVariantValuesError [[DuplicateVariantValuesError.svg]] extends ErrorObject {
code: String
message: String
variantValues: [[VariantValues.svg VariantValues]]
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
4071dc3f659ca823dfb4846a818b34415384d1c8 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/spring/practice-jpa-association-mapping-2.plantuml | 27e0e1f94a6f561c84d49b614f3cbd279069e0ee | [
"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 | 321 | plantuml | @startuml
!define table(x) class x << (T,#FFAAAA) >>
!define primary_key(x) <b><color:#b8861b><&key></color> x</b>
!define foreign_key(x) <color:#aaaaaa><&key></color> x
hide methods
hide stereotypes
entity (Member) {
primary_key(id)
team
name
}
entity (Team) {
primary_key(id)
name
}
Member --> Team
@enduml | false | true | false | false | sequence |
bfd9300b6f2b242dac3fd12db676490aaf6160a9 | 02b0d37dad8182bfbc5414bbd250f36c6e888b28 | /PlantUml/Scripts/Libs/AssetsBundle/AssetBundleManager.puml | 8e3c6c951e933e663ee232e39eb862477e1867ae | [] | no_license | Darcy97/U3D_Libs | ee8b1afb4e4cdc99fd80ab404fc8171cf2181ca0 | cc6143112916cafa346a00bc1fab7841b7888444 | refs/heads/master | 2020-06-21T16:37:56.155301 | 2019-08-20T07:04:09 | 2019-08-20T07:04:09 | 197,504,293 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,322 | puml | @startuml
class AssetBundleManager {
+ {static} Instance : AssetBundleManager <<get>>
- AssetBundleManager()
- bundleCaches : Dictionary<String, AssetBundle>
- bundleWebRequests : Dictionary<String, UnityWebRequest>
- bundleCreateRequests : Dictionary<String, AssetBundleCreateRequest>
- _bundlDownloadUrl : string
+ Init(bundleLoadUrl:string) : void
+ CheckLoadBundleFromLocalFile(bundleName:string, loadSucceedCallBack:Action, loadFailedCallBack:Action) : IEnumerator
+ CheckDownloadBundleFromRemoteServer(cacheItem:BundleCacheItem, downloadSucceedCallBack:Action, downloadFailedCallBack:Action) : IEnumerator
+ UnLoadBundle(bundleName:string, unLoadAllLoadedObjs:bool) : void
+ NeedDownloadNewAssetbundle(item:BundleCacheItem) : bool
+ CheckBundleExistInLocalFile(name:string) : bool
+ LoadResourceFromBundle(resourceName:string, bundleName:string) : T
+ GetBundleWebRequestByName(name:string) : UnityWebRequest
+ GetBundleLoadRequestByName(name:string) : AssetBundleCreateRequest
- IsBundleExistInCache(name:string) : bool
- GetAssetbundleLocalSavaPath(bundleName:string) : string
- GetBundleRemoteUrl(bundleName:string, version:string) : string
- AddBundleCache(bundle:AssetBundle) : void
}
enum BundleType {
Default,
Wys,
}
@enduml
| false | true | false | false | class |
46fbe0cbe8fca7825b2b0bef6c016ddaa6024e63 | 617e5c41d650f3ae75e9e17ca4b512239003e6fe | /Models/UML/SDPi Transactions 2020-06-05A/update_report_retrieval/update_report_retrieval__auto_renew.puml | 23b7ab2449b574e66858037a02be8705dc7c2f56 | [] | no_license | egbordzor/sdpi-fhir | 11b57d49b86e24ce7e1981dffed2bc5afe31860b | 1f35778743f02be4f4b72cee863d46c396d9d271 | refs/heads/master | 2023-06-24T06:16:57.545747 | 2021-07-30T06:20:34 | 2021-07-30T06:20:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 218 | puml | opt if subscription is supposed to be kept alive
loop shortly before ExpirationTime expires
sdc_sc -> sdc_sp: Renew(SubscriptionManager)
sdc_sc <-- sdc_sp: RenewResponse(ExpirationTime)
end
end
| false | true | false | false | sequence |
329a8f1572f07904cdf3ca531ef20cfcf7dd0f61 | eed92186a4b91acff2f7562e2b7c91c45804206f | /src/Block.puml | f67141dc20ab988ea6f6a016526dde711ed70478 | [] | no_license | mdutkiew/Elevator | 7a7343de7c4c110af092482e803d34c8b7399caf | 5577c4061d86b0d8b68b47e82f3a6687e093ce66 | refs/heads/master | 2020-04-22T21:30:12.715903 | 2019-02-20T13:46:40 | 2019-02-20T13:46:40 | 170,675,504 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 490 | puml | @startuml
participant Buliding as B
participant ElevatorOne as O
skinparam ParticipantPadding 50
note over B
//**People comming inside**//
end note
B --> O: open elevator doors
alt if elevator has place
note over O
//**Let people in**//
end note
loop for all people
note over O
//**Get floor number**//
end note
end loop
note over O
//**Close the door**//
//**Go to the first floor**//
end note
end
@enduml | false | true | false | false | sequence |
47dd452908dd430ed8b30b8df45b22ac22d9b5d8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/BusinessUnitPagedQueryResponse.puml | f1b57dabca0ff2470326ca58d8b7782c564bcaff | [] | 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 | 426 | 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 BusinessUnitPagedQueryResponse [[BusinessUnitPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[BusinessUnit.svg List<BusinessUnit>]]
}
@enduml
| false | true | false | false | class |
74fd1fe1bc7d4b892019cd5cd1d27c7ff2f6eff7 | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/behavioral/ChainOfResponsibility-sequence_example.puml | c6226d149d1896dfc36a47b1af9439de2f4320dc | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 558 | puml | @startuml
activate Main
Main ->alice:support
activate alice
alice ->bob:support
activate bob
bob ->charlie:support
activate charlie
charlie ->diana
activate diana
diana ->elmo:support
activate elmo
elmo -->diana
deactivate elmo
diana -->charlie
deactivate diana
charlie -->bob
deactivate charlie
bob -->alice
deactivate bob
alice -->Main
deactivate alice
deactivate Main
'Alice -> Bob: Authentication Request
'Bob --> Alice: Authentication Response
'
'Alice -> Bob: Another authentication Request
'Alice <-- Bob: another authentication Response
@enduml
| false | true | false | false | sequence |
83ed8d2f28b6a48d842e09c05eb8022ae78bd5fb | a93cbe673721a1a116b6a1ee54b4ec336db68d0e | /use-cases/HR System.puml | 049eeeed9d0dbc907389473036a1aabf87e57cee | [
"Apache-2.0"
] | permissive | benhasselgren/sem | e89b5df4ddbfcae293de78010f7cbe3dd010033d | 6a3e164f734b64b18dcd19492ced509798beef67 | refs/heads/master | 2020-12-18T11:14:08.288722 | 2020-03-10T12:30:15 | 2020-03-10T12:30:15 | 235,108,955 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,116 | puml | @startuml
' seton demo
!define PAGE_SETTING newpage
header
<font color=red>Use Case</font>
endheader
actor HR as "HR Advisor"
actor DM as "Department Manager"
rectangle Database
rectangle "HR System" {
' Use case 1
usecase UC1 as "Get all salaries"
usecase UCa as "Print salaries"
HR - UC1
UC1 ..> UCa : include
UC1 - Database
' Use case 2
usecase UC3 as "Get salaries by department"
HR - UC3
UC3 - Database
' Use case 3
DM - UC3
UC3 ..> UCa : include
UC3 - Database
' Use case 4
usecase UC4 as "Get salaries by role"
HR - UC4
UC4 ..> UCa : include
UC4 - Database
' Use case 5
usecase UC5 as "Add employee"
HR - UC5
UC5 - Database
' Use case 6
usecase UC6 as "View employee"
usecase UCb as "Get employee"
HR - UC6
UC6 ..> UCb : include
UC6 - Database
' Use case 7
usecase UC7 as "Update employee"
HR - UC7
UC7 ..> UCb : include
UC7 - Database
' Use case 8
usecase UC8 as "Delete employee"
HR - UC8
UC8 ..> UCb : include
UC8 - Database
}
@enduml
| false | true | false | false | usecase |
e3f2b7994549f5e1afb96903be2af772ea278406 | 42eac80a8938ac73685221178a493fd8a0132532 | /app/app.plantuml | f677633adcfe79c972295d197631b158e045d621 | [] | no_license | Ghost835545/test_Android | ab89d7c2c5288fd3f7673fe58fbbd3dba0141d45 | 4c5ac37fd03e1ffb64d537e103f267f7f06bb3b5 | refs/heads/master | 2020-07-22T07:26:34.191694 | 2019-09-08T13:22:35 | 2019-09-08T13:22:35 | 207,115,887 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,160 | plantuml | @startuml
title __APP's Class Diagram__\n
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Answer {
}
}
}
package com.android.databinding.library.baseAdapters {
class BR {
}
}
package com.example.ivan.loginapp {
class BR {
}
}
package com.example.ivan.loginapp {
class BuildConfig {
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
class Connection {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.striBog {
class Data {
}
}
}
package com.example.ivan.loginapp {
class DataBinderMapperImpl {
}
}
package android.databinding {
class DataBinderMapperImpl {
}
}
package android.databinding {
interface DataBindingComponent {
}
}
package com.example.ivan.loginapp {
class DataBindingInfo {
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Direction {
}
}
}
package com.example.ivan.loginapp {
class Disciplines {
}
}
package com.example.ivan.loginapp {
class DownTimer {
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Faculty {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.fragment {
class FragmentRating {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.fragment {
class FragmentResult {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.fragment {
class FragmentTests {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.fragment {
class FragmentUsers {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Group {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.Util.exceptions {
class InvalidVectorLenException {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.activity {
class LoginActivity {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.activity {
class NavigationActivity {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.editSpinner {
class NothingSelectedSpinnerAdapter {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Question {
}
}
}
package com.example.ivan.loginapp {
class RVAdapter {
}
}
package com.example.ivan.loginapp {
class RVAdapterStudent {
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.activity {
class RegistrationActivity {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class ResultQuestion {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class ResultTest {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.activity {
class ResultsOfSelectedTestActivity {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Role {
}
}
}
package com.example.ivan.loginapp {
class Security {
}
}
package com.example.ivan.loginapp {
class SingletResultQuestions {
}
}
package com.example.ivan.loginapp {
class SingletTests {
}
}
package com.example.ivan.loginapp {
class SingletUsers {
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.striBog {
abstract class Stribog {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.striBog {
class Stribog256 {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.striBog {
class Stribog512 {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.util.striBog {
class StribogProvider {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Subject {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Test {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.activity {
class TestActivity {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class Theme {
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLAnswerService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLDirectionService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLFacultyService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLGroupService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLPositionService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLQuestionService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLResultQuestionService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLResultTestService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLRoleService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLSubjectService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLTestService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLThemeService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLUserService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.rest {
package com.example.ivan.loginapp.rest.url {
class URLWebService {
}
}
}
}
package com.example.ivan.loginapp {
package com.example.ivan.loginapp.entity {
class User {
}
}
}
package com.example.ivan.loginapp {
class Variables {
}
}
Answer o-- User : user
Answer o-- Question : question
DataBinderMapperImpl -up-|> DataBinderMapper
DataBinderMapperImpl -up-|> MergedDataBinderMapper
Direction o-- Faculty : faculty
DownTimer o-- TestActivity : activity
FragmentRating -up-|> Fragment
FragmentResult -up-|> Fragment
FragmentTests -up-|> Fragment
FragmentTests o-- MyExpandableListAdapter : adapter
FragmentUsers -up-|> Fragment
FragmentUsers o-- UserAdapter : mAdapter
Group o-- Role : role
Group o-- Direction : direction
LoginActivity -up-|> LoaderCallbacks
LoginActivity -up-|> AppCompatActivity
LoginActivity o-- UserLoginTask : mAuthTask
NavigationActivity -up-|> OnNavigationItemSelectedListener
NavigationActivity -up-|> AppCompatActivity
NothingSelectedSpinnerAdapter -up-|> SpinnerAdapter
NothingSelectedSpinnerAdapter -up-|> ListAdapter
Question o-- Theme : theme
Question o-- User : user
RVAdapter -up-|> Adapter
RVAdapterStudent -up-|> Adapter
RegistrationActivity -up-|> AppCompatActivity
RegistrationActivity o-- Role : Role
ResultQuestion o-- Question : question
ResultQuestion o-- Answer : answer
ResultQuestion o-- ResultTest : resultTest
ResultQuestion o-- User : user
ResultTest o-- User : user
ResultTest o-- Test : test
ResultsOfSelectedTestActivity -up-|> AppCompatActivity
ResultsOfSelectedTestActivity o-- ResultQuestionsAdapter : mResultQuestionsAdapter
Stribog -up-|> MessageDigestSpi
Stribog256 -up-|> Stribog
Stribog512 -up-|> Stribog
StribogProvider -up-|> Provider
Test o-- User : user
Test o-- Subject : subject
TestActivity -up-|> AppCompatActivity
TestActivity o-- User : user
TestActivity o-- Test : selectedTest
TestActivity o-- MyArrayAdapter : mArrayAdapter
TestActivity o-- ResultTest : resultTest
TestActivity o-- DownTimer : countDownTimer
User o-- Role : role
User o-- Direction : direction
User o-- Group : group
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 | sequence |
edd2d61de195db07610be1476ec4059ef922c050 | c7efe1a2a4f17820f1fd55a3f262828f1fa0b02b | /plantUML/DownloadedAndModifiedFromEU/SmartCityApp.puml | fcfba98f73bf3668e6ff89f16ec67bb8c7fbda2e | [] | no_license | ariellucien/smartSDK | fab8682a5c776e5589e8ec598ba61938e8a6df02 | 038c6988d466d312904dd3129054867387d83dbd | refs/heads/master | 2020-12-02T19:27:19.721562 | 2017-08-01T20:30:36 | 2017-08-01T20:30:36 | 96,343,225 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,715 | puml | @startuml;
skinparam componentStyle uml2
!define BASEURL https://raw.githubusercontent.com/smartsdk/architecture-diagrams/master
!includeurl BASEURL/data-management/Data-ContextManagement-SmartSDK-extension.puml
!includeurl BASEURL/iot-management/IoT-Service-Enablement-SmartSDK-extension.puml
hide encryption
hide cep
hide ckan
hide kurento
hide proximithings
hide iotd
hide iotb
hide iot1
hide iot2
'hide iotedge
hide IETFCoAP
package "SmartCity FrontEnd" as scfrontend {
SMARTSDK(transportschedulegui,"Public Transport\nSchedule GUI",component)
SMARTSDK(transportgui,"Public Transport GUI",component)
SMARTSDK(uservgui,"User Vehicle GUI",component)
SMARTSDK(eventsgui,"Events GUI",component)
SMARTSDK(notificationsgui,"Notifications GUI",component)
SMARTSDK(userprofilegui,"User Profile GUI",component)
SMARTSDK(userhprofilegui,"User Health Profile GUI",component)
SMARTSDK(userrolegui,"User Role GUI",component)
}
package "SmartCity BackEnd" as scbackend {
SMARTSDK(transportschedulemgt,"Public Transport\nSchedule Management",component)
SMARTSDK(transportmgt,"Public Transport\nManagement",component)
SMARTSDK(uservmgt,"User Vehicle\nManagement",component)
SMARTSDK(eventsmgt,"Events Management",component)
SMARTSDK(notificationsmgt,"Notifications\nManagement",component)
SMARTSDK(userprofilemgt,"User Profile\nManagement",component)
SMARTSDK(userhprofilemgt,"User Health Profile\nManagement",component)
SMARTSDK(userrolemgt,"User Role\nManagement",component)
}
interface Oauth
FIWARE(keyrock,"Identity Manager (Keyrock)",component)
userprofilegui -down- userprofilemgt
userhprofilegui -down- userhprofilemgt
userrolegui -down- userrolemgt
keyrock -down- Oauth
Oauth -down- scfrontend
Oauth -down- scbackend
notificationsgui -down- notificationsmgt
eventsgui -down- eventsmgt
notificationsmgt -down- NGSI
eventsmgt -down- NGSI
package "Mobile Alerts App" as mobilealerts {
SMARTSDK(alert,"Alert Application",component)
}
[Location] as location
[Acceleration] as acceleration
[Heading] as heading
SMARTSDK(altertdata,"Alert\nDatamodel",database)
ctx -down- altertdata
alert -left- sdk
location -up- sdk
acceleration -up- sdk
heading -up- sdk
transportschedulegui -down- transportschedulemgt
transportgui -down- transportmgt
uservgui -down- uservmgt
transportschedulemgt -left- transportmgt
transportschedulemgt -down- NGSI
transportmgt -down- NGSI
uservmgt -down- NGSI
package "Routing Services" as routingservices {
SMARTSDK(wrapper,"Routing Wrapper",component)
SMARTSDK(ptrouter,"Public Transport\nRouting Engine",component)
SMARTSDK(router,"Routing Engine",component)
wrapper -down- ptrouter
wrapper -down- router
}
SMARTSDK(userdata,"User Profile\nDatamodel",database)
userprofilemgt -right- userdata
Database GTFS as gtfs
gtfs -up- ptrouter
Database OSM as osm
osm -up- router
FIWARE(transportdata,"Transportation\nDatamodel",database)
ctx -down- transportdata
[Humidity Sensor] as hu1
[Temperature Sensor] as temp1
[GPS Sensor] as gps1
[Humidity and\nTemperature Sensor] as hutemp2
[GPS Sensor] as gps2
[Air Quality\nSensor] as aq
FIWARE(envdata,"Environment\nDatamodel",database)
ctx -down- envdata
NGSI -right- wrapper
note right of smartspot
It can be deployed in a fixed location
or on a mobile location
end note
cloudino -down- hu1
cloudino -down- temp1
cloudino -down- gps1
smartspot -down- hutemp2
smartspot -down- gps2
smartspot -down- aq
note right of aq
Monitors
NO2, CO2
CO and O3
end note
package "Data/Context Management Core" as ctxcore {
note left of cosmos
To be integrated
end note
}
package "Data/Context Management SmartSDK Add-Ons" as ctxaddon {
note left of timeseries
It will replace
STH Comet
end note
}
@enduml
| false | true | false | false | sequence |
780d8e92239ec537301f147872b99c4d1b81aa0b | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/UI/ViewModels/CreateUpdateTourViewModel.puml | 64ae109a61818f7e14f7eeaa5c25af010a9c2382 | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,396 | puml | @startuml
class CreateUpdateTourViewModel {
- manualTour : bool = false
+ <<event>> CloseRequested : EventHandler<DialogCloseRequestedEventArgs>
+ Name : string <<get>> <<set>>
+ StartLocation : string <<get>> <<set>>
+ EndLocation : string <<get>> <<set>>
+ Description : string <<get>> <<set>>
+ Distance : double <<get>> <<set>>
+ RouteInfo : string <<get>> <<set>>
+ HeadingMessage : string <<get>>
+ ConfirmButtonMessage : string <<get>>
+ ManualTour : bool <<get>> <<set>>
+ CreateUpdateTourViewModel(tour:Tour, dialogService:IDialogService)
}
class "ObservableCollection`1"<T> {
}
class "IEnumerable`1"<T> {
}
BaseViewModel <|-- CreateUpdateTourViewModel
IDialogRequestClose <|-- CreateUpdateTourViewModel
CreateUpdateTourViewModel --> "tour" Tour
CreateUpdateTourViewModel --> "maneuvers<Maneuver>" "ObservableCollection`1"
CreateUpdateTourViewModel --> "maneuversViewModel" ManeuversViewModel
CreateUpdateTourViewModel --> "RouteType" ERouteType
CreateUpdateTourViewModel --> "Maneuvers<Maneuver>" "ObservableCollection`1"
CreateUpdateTourViewModel --> "RouteTypes<ERouteType>" "IEnumerable`1"
CreateUpdateTourViewModel --> "ExitCommand" ICommand
CreateUpdateTourViewModel --> "CommitCommand" ICommand
CreateUpdateTourViewModel --> "ManageManeuverCommand" ICommand
CreateUpdateTourViewModel --> "SelectRouteInfoCommand" ICommand
@enduml
| false | true | false | false | class |
116958b3096ae134ded55608440998bdbbbeb675 | 0b195ec0c59fa8abcecd08c66675e762d401b0b8 | /src/academy/mindswap/sims/sims.plantuml | 2c5773a8ea5255faddf51ce1aed21f696e31f2d4 | [] | no_license | didivassi/Sims | e280b3e01885d1d78e7337a1d6f7fbb66ef44ed0 | 1baee7ad17cd90009661dda63d61e1931d8957ef | refs/heads/master | 2023-05-15T02:44:30.300259 | 2021-06-08T08:30:45 | 2021-06-08T08:30:45 | 374,364,223 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,132 | plantuml | @startuml
title __SIMS's Class Diagram__\n
namespace academy.mindswap {
namespace sims {
class academy.mindswap.sims.Sims {
- energyLevel : int
- needsToUseToilet : boolean
+ Sims()
+ addRooms()
+ buyHouse()
+ cleanHouse()
+ doAction()
+ listRooms()
+ moveToRoom()
+ printDirtLevel()
+ printEnergyLevel()
- changeEnergyLevel()
}
}
}
namespace academy.mindswap {
namespace sims {
enum SimsRoomsActions {
EAT
SLEEP
SWIM
USE_BATHROOM
WATCH_MOVIE
WATCH_TV
WORK
WORKOUT
allowedRoomTypes
description
energyChange
}
}
}
academy.mindswap.sims.Sims o-- academy.mindswap.sims.house.Room : actualRoom
academy.mindswap.sims.Sims o-- academy.mindswap.sims.house.House : house
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.