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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e6c0ceca78dc99d593f407e8a84c13fec903f33c | 331cb3ee06ae117570160dcee18ae4cadaf53c8a | /doc/uml/class_diagrams/fragment.plantuml | 21e7a38c81bc455a58ef919a620ba75b88d543f5 | [
"Apache-2.0"
] | permissive | Icohedron/Alexandria | 687cf4a9b2cbac7cf911e03fff56365dfc1a070f | 18fc3b14ad463657a758cbfec0f8945bdbb7699f | refs/heads/master | 2020-04-21T10:21:12.746241 | 2019-03-26T14:58:10 | 2019-03-26T14:58:10 | 169,483,537 | 0 | 0 | Apache-2.0 | 2019-02-06T22:01:18 | 2019-02-06T22:01:17 | null | UTF-8 | PlantUML | false | false | 5,025 | plantuml | @startuml
title __FRAGMENT's Class Diagram__\n
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class MessagesFragment {
- chatRoomList : List<ChatRoomItem>
- chatRoomListRef : DatabaseReference
- chatListener : ValueEventListener
+ onCreate()
+ onCreateView()
+ onStart()
+ onStop()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class SearchFragment {
+ onCreateView()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
class UserBookFragment {
- cover : Bitmap
- title : String
- author : String
- isbn : String
- status : String
- owner : String
- mListener : OnClickListener
+ onCreateView()
- extractData()
- setBookInfo()
- showError()
- setStatusBar()
- setButtons()
- onStatusChange()
- onClickUser()
- onClickButton()
- onClickTempButton()
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class AcceptedFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class BorrowedFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class ExchangeFragment {
+ onCreateView()
- setupViewPager()
+ onClick()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.exchange {
class RequestedFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.library {
class AllTabFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.library {
class AvailableFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.library {
class LibraryFragment {
+ onCreateView()
- setupViewPager()
}
}
}
}
package ca.ualberta.CMPUT3012019T02.alexandria {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment {
package ca.ualberta.CMPUT3012019T02.alexandria.fragment.library {
class LoanedFragment {
- bookListings : List<BookList>
+ onCreateView()
+ onAttach()
+ onResume()
}
}
}
}
AllTabFragment -up-|> Fragment
AvailableFragment -up-|> Fragment
LibraryFragment -up-|> Fragment
LoanedFragment -up-|> Fragment
AllTabFragment "1" -- "1" LibraryFragment
AvailableFragment "1" -- "1" LibraryFragment
LoanedFragment "1" -- "1" LibraryFragment
AcceptedFragment -up-|> Fragment
BorrowedFragment -up-|> Fragment
ExchangeFragment -up-|> Fragment
RequestedFragment -up-|> Fragment
AcceptedFragment "1" -- "1" ExchangeFragment
RequestedFragment "1" -- "1" ExchangeFragment
BorrowedFragment "1" -- "1" ExchangeFragment
MessagesFragment -up-|> Fragment
SearchFragment -up-|> Fragment
UserBookFragment -up-|> Fragment
right footer
PlantUML diagram partly 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 |
6de87b87fae71bef506ab20bd9419c644287596f | c4e67691ba171463482c3f95da0414e2a8be9bc1 | /entity-model.puml | 8a0df15697ee21120b4acd493ce85400a8bb0ffb | [] | no_license | jmgimeno/TextAnnot-API | a5f14ed7b961ca00a4ee7e4d932795c3639421a8 | 49f9ad97eeab3340800f576f5029137f2abab1fb | refs/heads/master | 2020-03-27T23:28:35.880156 | 2018-06-02T08:47:50 | 2018-06-02T08:47:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,515 | puml | @startuml
skinparam dpi 200
skinparam classAttributeFontSize 8
skinparam classArrowFontSize 9
skinparam classFontSize 10
skinparam nodesep 90
skinparam ranksep 40
hide stereotype
skinparam class {
BackgroundColor White
BackgroundColor<<Sample>> LightPink
BackgroundColor<<User>> LightBlue
BackgroundColor<<Metadata>> LightGreen
BackgroundColor<<Annotation>> LightYellow
}
class MetadataTemplate <<Metadata>> {
String name
}
class MetadataField <<Metadata>> {
String name, type
}
MetadataTemplate "definedIn 1" -- "defines many" MetadataField
MetadataTemplate "describedBy 1" -- "describes many" Sample
class MetadataValue <<Metadata>> {
String value
}
MetadataValue "valued many" -up- "values 1" MetadataField
MetadataValue "has many" -right- "for 1" Sample
class Sample <<Sample>> {
String text
}
class XMLSample <<Sample>> extends Sample {
String content
}
class TagHierarchy <<Annotation>> {
String name
}
TagHierarchy "taggedBy 1" -- "tags many" Sample
class Tag <<Annotation>> {
String name
}
Tag "defines many" -up- "definedIn 1" TagHierarchy
Tag "child many" -- "parent 0..1" Tag
Tag "uses 1" -- "usedIn many" Annotation
class Annotation <<Annotation>> {
Integer start, end
Boolean reviewed
}
Annotation "annotatedBy many" -left- "annotates 1" Sample
class User <<User>> {
String username
String email
}
class Linguist <<User>> extends User {
}
Linguist "1 annotatedBy" -- "many annotates" Annotation
class Admin <<User>> extends User {
}
@enduml | false | true | false | false | class |
fc5e84b1ea03b3f81135f72d54043944f13e877f | 19c8cf12c2433ce45c00c02593d98ace63b0eb2d | /design/monitor-translation/monitor-translation-upgrade-scenario.puml | 301b957f99eeaffd445d683c552a98bf63a8e9a4 | [
"Apache-2.0"
] | permissive | racker/salus-docs | 269ca0a88757798b2fe1aee33938f6a6f0d4924c | 83a44cb1732b79b14adee0ee88af97f53b2bb6f4 | refs/heads/master | 2021-06-24T19:58:49.516310 | 2021-01-19T14:44:28 | 2021-01-19T14:44:28 | 194,307,660 | 3 | 0 | Apache-2.0 | 2022-06-06T16:48:45 | 2019-06-28T17:02:08 | null | UTF-8 | PlantUML | false | false | 844 | puml | @startuml
actor Admin
participant MM
participant Ambassador
participant Envoy
participant telegraf11
participant telegraf12
participant UMB
participant ACM
actor User
activate telegraf11
Admin -> MM : create\nmonitor translation operator\nfor telegraf 1.12
|||
User -> ACM : change agent install\nto telegraf 1.12
ACM -> UMB : AgentInstallChangeEvent
UMB -> Ambassador ++ : consume AgentInstallChangeEvent
Ambassador -> Envoy ++ : agent install instruction for telegraf 1.12
Envoy -> telegraf11 !! : stop
Envoy -> telegraf12 ** : install and start
activate telegraf12
deactivate Envoy
Ambassador -> MM : get and translate\nbound monitors
Ambassador -> Envoy ++ : send updated config instructions
Envoy -> Envoy : update config map
Envoy -> telegraf12 : reload config
telegraf12 -> Envoy : retrieve config over HTTP
deactivate Envoy
@enduml | false | true | false | false | sequence |
330acbb2ba7713a495a7f499a2888415530f6b00 | 6602735ad725e81192f47a23ed04cb3ce98cb418 | /plant/006-class-relation.plantuml | 7d82eb09254ab20349edd1b5a5ea98770e775090 | [] | no_license | harrifeng/svg-in-action | af4a1aab8a94821c9cf68b2e0ed189e68f7c5e11 | 6c06ab7bb85a7316239b10a3a09966392e4d3eae | refs/heads/master | 2021-01-02T08:53:31.995537 | 2017-08-22T04:18:22 | 2017-08-22T04:18:22 | 99,088,242 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 212 | plantuml | Client --> Target : Drives >
class Client {
}
class Target {
}
Factory --> Product : Creates >
class Factory {
}
class Product {
}
Subject --> Observer : notifies >
class Subject {
}
class Observer {
}
| false | true | false | false | sequence |
646ebb2654e9f89f44bae8325dc9f9c98b3a6b8b | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/discount/add_new_discount.puml | fe08da959bd2418d32b87b4623d7a20e56b2f635 | [
"MIT"
] | permissive | hataketsu/PetStore4 | 39b107ab004d16c23076a4d5ab24b81c9bc0d8de | 479b0709e7d9f202b6fa90adf8a6c4a874681fa3 | refs/heads/master | 2020-03-19T17:09:25.162293 | 2019-12-26T16:26:31 | 2019-12-26T16:26:31 | 136,746,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,053 | puml | @startuml
actor Admin
boundary edit_discount_view
control DiscountController
entity DiscountModel
Admin -> edit_discount_view : yêu cầu thêm mã giảm giá
activate Admin
activate edit_discount_view
edit_discount_view --> Admin :yêu cầu nhập dữ liệu mã giảm giá mới
deactivate edit_discount_view
Admin -> edit_discount_view : nhập dữ liệu mã giảm giá mới, bấm nút lưu
deactivate Admin
activate edit_discount_view
edit_discount_view -> DiscountController: gửi thông tin
deactivate edit_discount_view
activate DiscountController
DiscountController -> DiscountController : kiểm tra dữ liệu
DiscountController -> DiscountModel : lưu dữ liệu
activate DiscountModel
DiscountModel --> DiscountController : trả dữ liệu đã lưu
deactivate DiscountModel
DiscountController --> edit_discount_view: trả kết qủa tạo mã giảm giá mới
deactivate DiscountController
activate edit_discount_view
edit_discount_view --> Admin: Hiển thị mã giảm giá mới
deactivate edit_discount_view
@enduml | false | true | true | false | sequence |
40f7a94211be934132f7475cbe1c6c94478aae40 | 56c3d96069bdb4cdeadfae340022e3b90511afc0 | /src/incl/psr7/uri.puml | 86e9d14d465a90172d159a87f3ad3667b08695c6 | [] | 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 | 952 | puml | @startuml
namespace Psr.Http.Message {
interface UriInterface {
__
+{abstract} string <b>getScheme</b>()
+{abstract} string <b>getAuthority</b>()
+{abstract} string <b>getUserInfo</b>()
+{abstract} string <b>getHost</b>()
+{abstract} null|int <b>getPort</b>()
+{abstract} string <b>getPath</b>()
+{abstract} string <b>getQuery</b>()
+{abstract} string <b>getFragment</b>()
--
+{abstract} UriInterface <b>withScheme</b>(string)
+{abstract} UriInterface <b>withUserInfo</b>(string [, string])
+{abstract} UriInterface <b>withHost</b>(string)
+{abstract} UriInterface <b>withPort</b>(int)
+{abstract} UriInterface <b>withPath</b>(string)
+{abstract} UriInterface <b>withQuery</b>(string)
+{abstract} UriInterface <b>withFragment</b>(string)
--
+{abstract} string <b>__toString</b>()
}
}
@enduml
| false | true | false | false | class |
8f6cf96f24bb20b31b43211ec67a080b7e432efe | a7f9567134837fde4b2d3b5891ffc4dab69706ef | /packages/cmf/assets/diagram-onError-sequence.puml | 91043ee650d98b98756a44f3fd5445c8bcb67e8f | [
"Apache-2.0"
] | permissive | Talend/ui | 193a3c4e15c294066e26e3ae190e006145996e53 | 619d227981182c57b0d8eaaedfa02023c722b759 | refs/heads/master | 2023-08-22T05:34:41.671175 | 2023-08-18T07:54:18 | 2023-08-18T07:54:18 | 79,343,946 | 172 | 75 | Apache-2.0 | 2023-09-14T14:34:28 | 2017-01-18T13:45:58 | JavaScript | UTF-8 | PlantUML | false | false | 989 | puml | @startuml
'AutoInclude
title onError sequence diagram
User -> App: Open
box "webapp" #LightBlue
participant App
participant Component
participant Redux
participant SagaMiddleware
participant Saga
participant onError
end box
App -> Component : render
Component -> App: ok
App -> User: your HTML page
== User interaction ==
User -> Component: click on button
Component -> Redux: dispatch action
Redux -> SagaMiddleware: take it
SagaMiddleware -> Saga: fork
activate Saga
Saga -> Saga: yield http call
Saga -> Saga: response ok
Saga -> Saga: access to undefined -> throw Error
== Error handling ==
Saga -> SagaMiddleware: cancel
deactivate Saga
SagaMiddleware -> onError: call report
onError -> App: notify
activate App
onError -> onError: try to POST error to /api/errors
App -> App: setState({errors})
App -> User: render ErrorFeedback
onError -> App: notify on the POST results
App -> App: setState({errors})
App -> User: render ErrorFeedback
deactivate App
@enduml
| false | true | false | false | sequence |
3a2a7d1bf5cc4804414f98f557eb13f59d906123 | a81e562f727c45dbbca8c325630d0e26005d651c | /docs/plantuml/Usecase/Login.puml | bd35cb5fe123e3088834de962fdb472942d827ed | [] | no_license | kelvinleclaire/PA2 | 46768de9af832d892812d39b248bf1636eb52db3 | 39fc53a5ecbcdecd81ace88a5f681769dc62813c | refs/heads/main | 2023-04-30T16:37:05.951439 | 2021-05-18T10:21:49 | 2021-05-18T10:21:49 | 368,485,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 116 | puml | @startuml
'https://plantuml.com/use-case-diagram
Admin --> (Login)
Preworker -> (Login)
(Login) <- Worker
@enduml
| false | true | false | false | uml-unknown |
e8609da357ad1fe7974239fb1df2f6e6918f25df | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Actors/Alert-Systems/Activity.puml | c54bb1d6976352255bf94a62cd32818ebefef4c4 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 573 | puml | @startuml
partition "Alert Systems" #cccccc {
(*) ---> "Register with ADC"
}
partition "Automotive Data Center" #lightgreen {
"Register with ADC" --> "Register"
}
partition "Vehicle" #pink {
"Drive" --> "Accident"
}
partition "Automotive Data Center" {
"Accident" --> "Report Accident"
"Report Accident" --> "Determine Location"
"Determine Location" --> "Find Emergency Vehicle"
}
partition "Alert Systems" {
"Find Emergency Vehicle" --> "Dispatch Emergency Vehicle"
}
partition "Vehicle" {
"Dispatch Emergency Vehicle" --> "Save Lifes"
}
@enduml
| false | true | false | false | activity |
3de0e32bce910cee5fea313ac5fe4ff74ad6002a | df77cfc180073a047a83875de7fb22a74c2cd0d4 | /new-dataset.puml | 6e9e7ca52a508f6efb6e034a6903bf2e4c57311b | [] | no_license | ddeboer/erfgoedpod-sequences | acbec90cbde235d18f333df7b3e7903141157249 | 4a93d64957c6edec38a8f714b4cf5a6f7e609960 | refs/heads/main | 2023-03-09T08:27:10.307480 | 2021-02-22T15:46:19 | 2021-02-22T15:46:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,134 | puml | @startuml new-dataset
title
Adding a dataset to the Registry.
end title
autonumber "<b>(R0)"
participant "Collections\nManagement System" as CMS
actor Maintainer as Maintainer
participant Dashboard as D
participant pod.kb.nl as Pod
participant orchestrator.kb.nl as O
participant registry.nde.nl as R
autonumber stop
Maintainer -[#0000FF]> CMS: Export collection\nas dataset
CMS -[#0000FF]> CMS: Create 'dataset.ttl'
Maintainer -[#0000FF]> D: Upload and\ndescribe 'dataset.ttl'
D -> D: Create 'dataset-description.ttl' for 'dataset.ttl'
== Discover inbox & authentication ==
autonumber resume
D -> Pod : HEAD /
D <-- Pod : 401 Unauthorized\nWWW-Authenticate: Basic realm="Access to Pod"
autonumber stop
D <-[#0000FF]> Maintainer : Ask credentials
autonumber resume
D -> Pod : HEAD /\nAuthorization: <credentials>
D <-- Pod: 200 OK\nLink: <pod.kb.nl/inbox>;\nrel="http://www.w3.org/ns/ldp#inbox"
== Put dataset and description in pod ==
D -> Pod : PUT /dataset.ttl\nContent-Type: text/turtle\n{ dataset.ttl }
D <-- Pod : 201 Created\n Location: pod.kb.nl/dataset.ttl
D -> Pod : PATCH /eventlog\nContent-Type: text/ldpatch\nAuthorization: <credentials>\n{ [timestamp] created pod.kb.nl/dataset.ttl }
D <-- Pod : 204 No Content\n Content-Location: pod.kb.nl/eventlog
D -> Pod : PUT /dataset-desc.ttl\nContent-Type: text/turtle\nAuthorization: <credentials>\n{ dataset-description.ttl }
D <-- Pod : 201 Created\n Location: pod.kb.nl/dataset-desc.ttl
D -> Pod : PATCH /eventlog\nContent-Type: text/ldpatch\nAuthorization: <credentials>\n{ [timestamp] created pod.kb.nl/dataset-desc.ttl }
D <-- Pod : 204 No Content\n Content-Location: pod.kb.nl/eventlog
== Inform orchestrator to execute policy ==
D -> O: POST /inbox\n{ LDN Dataset Created "pod.kb.nl/dataset.ttl"\nwith description 'pod.kb.nl/dataset-desc.ttl' }
D <-- O: 201 Created\nLocation: orchestrator.kb.nl/inbox/1
autonumber stop
O <-[#0000FF]> O: Retrieve actions for 'Dataset Created' event
autonumber resume
O -> R: POST /inbox\n{ LDN Register "pod.kb.nl/dataset.ttl"\nwith description 'pod.kb.nl/dataset-desc.ttl' }
O <-- R: 201 Created\nLocation: registry.nde.nl/inbox/1
O -> Pod : PATCH /eventlog\nContent-Type: text/ldpatch\nAuthorization: <credentials>\n{ [timestamp] Requested registration: pod.kb.nl/dataset.ttl with registry.nde.nl }
O <-- Pod : 204 No Content\n Content-Location: pod.kb.nl/eventlog
R -> Pod: GET /dataset-desc.ttl
R <-- Pod : 401 Unauthorized\nWWW-Authenticate: Basic realm="Access to Pod"
R -> Pod: GET /dataset-desc.ttl\nAuthorization: <registry_credentials>
R <-- Pod: 200 OK
autonumber stop
R -[#0000FF]> R: Index 'dataset-desc.ttl'
autonumber resume
R -> O: POST /inbox\n{ LDN Registered "pod.kb.nl/dataset.ttl" }
R <-- O: 201 Created\nLocation: pod.kb.nl/inbox/1
autonumber stop
R -[#0000FF]> R: Append eventlog:\n[timestamp] registry.nde.nl registered pod.kb.nl/dataset.ttl
autonumber resume
O -> Pod : PATCH /eventlog\nContent-Type: text/ldpatch\nAuthorization: <credentials>\n{ [timestamp] registry.nde.nl registered pod.kb.nl/dataset.ttl }
O <-- Pod : 204 No Content\n Content-Location: pod.kb.nl/eventlog
@enduml | false | true | false | false | usecase |
4de3a638d10d2d51f24a682830562368e8d49d6c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InvalidInputError.puml | 504f1c8197410775afb6d916f650ecec49f3b62f | [] | 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 | 421 | 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 InvalidInputError [[InvalidInputError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
665079df223ec6c1564d836b7a3f5293b8e0d5d5 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US14/US14_CD.puml | 7e7fafb314184879410f430fe9dd538ab8ad4132 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,500 | puml | @startuml
skinparam classAttributeIconSize 0
class CreateTaskController {
-TestReportStore testReportStore
-TestStore testStore
-TestDiagnosis testDiagnosis
-TestReport testReport
--
+createDiagnosis(String idTest)
+createReport(String idTest, TestDiagnosis diagnosis, String report)
+saveReport(TestReport testReport)
+getDiagnosis()
+setState(String idTest)
}
class CreateTaskUI {
}
class Company{
-String designation
-TestReportStore testReportStore
-TestStore testStore
--
+getTestReportStore()
+getTestStore()
}
class TestReport{
-String idTest
-TestDiagnosis diagnosis
-String report
}
class TestDiagnosis{
-String diagnosis
--
+createDiagnosis(List<TestParameter> testParameterList)
}
class TestReportStore{
-List<TestReport> testReportStore
--
+createReport(String idTest, TestDiagnosis diagnosis, String report)
+validateReport(TestReport testReport)
+saveReport(TestReport testReport)
}
class TestStore{
-List<Test> testStore
--
+checkState(String state)
+getTestList()
}
class TestMapper{
+toDto(List<Test> testList)
}
CreateTaskUI ..> CreateTaskController
CreateTaskController ..> Company
CreateTaskController ..> TestReportStore
CreateTaskController ..> TestDiagnosis
CreateTaskController ..> TestMapper
CreateTaskController ..> TestStore
Company --> TestReportStore : uses
TestReportStore --> TestReport : can access
TestDiagnosis --> TestReport : is part of
@enduml | false | true | false | false | sequence |
c1d489792dbc73700c7af53dfe7ee880a88b2a5d | 44e62ef9115427ee284c6af83fdb7060244e9d65 | /src/main/java/ex43/App.puml | c0a4e8d1441b493447053af4ff40b055fcdc0cf1 | [] | no_license | AbdelNabut/abdel-cop3330-assignment3 | ace755117ebc303be09276e4068192d98ccf3e59 | 06e615c19d720b035616861ce2daa1af5e31560a | refs/heads/master | 2023-06-05T11:51:37.063615 | 2021-06-22T05:25:06 | 2021-06-22T05:25:06 | 379,135,268 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 81 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
void main()
}
@enduml | false | true | false | false | class |
2fb2ef46844f0ca75a3153199c499e0f82f8c76d | 7fe38b028e4a091f048e35dcd448834ed7b52aa3 | /TD4 2.1 RéservationSalle.PlantUML | 5708beff3b890b8d909eaae9fb40f911e1214b1e | [
"MIT"
] | permissive | IUT-Blagnac/bcoo-Yannis-TUDELA | 7cd3bfe4875604f73294844e4616cc6786baee1c | 1da6d985da5e6bc5b55050d4d2038b49eb82fd8e | refs/heads/main | 2023-04-13T17:39:28.009468 | 2021-04-27T13:58:13 | 2021-04-27T13:58:13 | 335,632,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | plantuml | @startuml
actor Enseignant
actor Etudiant
actor EnseignantResponsable
Enseignant <|-- EnseignantResponsable
Enseignant -- (reserver des salles\n et du matériels)
Enseignant -- (Consulter le planning\n des salles)
Etudiant -- (Consulter planning\n des salles)
Enseignant -- (consulter recapitulatif\n horaire)
ER -- (Editer recapitulatif\n horaire)
@enduml
| false | true | true | false | usecase |
be589e168cad3a0d94ab09891d02b3a3fe8391cc | 1e992cebb323e6f1bbddd1e23b6214f8806b7834 | /sip/EndToEnd/sip_state_flow_cancel_mannual.puml | 2487eb99630e77aa41657a4b208fedf6a5d29cfb | [] | no_license | gongpengjun/code_diagrams | 006c66441ae26331d19a408912af01c84e1bd5f4 | 686a830f47e407ddc58e7f8003331ee4fca5975c | refs/heads/master | 2021-06-26T00:52:25.079556 | 2020-10-27T13:45:34 | 2020-10-27T13:45:34 | 166,416,838 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,251 | puml | @startuml
title SIP caller CANCEL Flow
!pragma teoz true
skinparam monochrome true
autonumber "F00 "
hide footbox
skinparam BoxPadding 40
skinparam headerFontSize 14
'skinparam headerFontColor red
header SIP-2
box "caller"
participant "Invite Transaction Client" as UAC_ITC << UAC >>
end box
box "proxy"
participant "Invite Transaction Server" as Proxy_ITS << Server >>
participant "Invite Transaction Client" as Proxy_ITC << Server >>
end box
box "callee"
participant "Invite Transaction Server" as UAS_ITS << UAS >>
end box
'hnote over UAC_ITC: None
UAC_ITC -> Proxy_ITS: INVITE
activate UAC_ITC
hnote over UAC_ITC: Calling
activate Proxy_ITS
hnote over Proxy_ITS: Proceeding
UAC_ITC <- Proxy_ITS: 100 Trying
hnote over UAC_ITC: Proceeding
'hnote over Proxy_ITC: None
Proxy_ITS -> Proxy_ITC: INVITE
activate Proxy_ITC
Proxy_ITC -> UAS_ITS: INVITE
hnote over Proxy_ITC: Calling
activate UAS_ITS
hnote over UAS_ITS: Proceeding
Proxy_ITC <- UAS_ITS: 180 Ringing
note right of UAS_ITS: Ringing
hnote over Proxy_ITC: Proceeding
Proxy_ITS <- Proxy_ITC: 180 Ringing
UAC_ITC <- Proxy_ITS: 180 Ringing
note left of UAC_ITC: Ringing
== wait for HUMAN input, caller user cancel manually, CANCEL transaction trigger 487 terminate (INVITE) response ==
UAS_ITS <--] : 487 terminate
hnote over UAS_ITS: Completed
Proxy_ITC <- UAS_ITS: 487 Request Terminated (INVITE)
hnote over Proxy_ITC: Completed
Proxy_ITS <- Proxy_ITC: 487 Request Terminated (INVITE)
hnote over Proxy_ITS: Completed
Proxy_ITC -> UAS_ITS: ACK (487)
hnote over UAS_ITS: Confirmed
UAC_ITC <- Proxy_ITS: 487 Request Terminated (INVITE)
hnote over UAC_ITC: Completed
'UAS_ITS -> UAS_ITS: timer I fired (5s)
hnote over UAS_ITS: Terminated
deactivate UAS_ITS
UAC_ITC -> Proxy_ITS: ACK (487)
hnote over Proxy_ITS: Confirmed
'Proxy_ITC -> Proxy_ITC: timer D fired (32s)
hnote over Proxy_ITC: Terminated
deactivate Proxy_ITC
'Proxy_ITS -> Proxy_ITS: timer I fired (5s)
hnote over Proxy_ITS: Terminated
deactivate Proxy_ITS
'UAC_ITC -> UAC_ITC: timer D fired (32s)
hnote over UAC_ITC: Terminated
deactivate UAC_ITC
skinparam footerFontSize 14
'skinparam footerFontColor red
footer caller canceled INVITE transaction is three way handshake (request,487,ACK) and 487 is delivered hop-by-hop
@enduml | false | true | false | false | sequence |
c3e446da645988a863875100fbc37dda52f0e36a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategoryOrderHints.puml | f17097deb2fe429db9a99f5f5aeccbd02ba00dfa | [] | 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 | 3,454 | 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 CategoryOrderHints [[CategoryOrderHints.svg]] {
}
interface ProductData [[ProductData.svg]] {
name: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryReference.svg List<CategoryReference>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
description: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
masterVariant: [[ProductVariant.svg ProductVariant]]
variants: [[ProductVariant.svg List<ProductVariant>]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
}
interface ProductDraft [[ProductDraft.svg]] {
productType: [[ProductTypeResourceIdentifier.svg ProductTypeResourceIdentifier]]
name: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryResourceIdentifier.svg List<CategoryResourceIdentifier>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
masterVariant: [[ProductVariantDraft.svg ProductVariantDraft]]
variants: [[ProductVariantDraft.svg List<ProductVariantDraft>]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
publish: Boolean
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
interface ProductProjection [[ProductProjection.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
productType: [[ProductTypeReference.svg ProductTypeReference]]
name: [[LocalizedString.svg LocalizedString]]
description: [[LocalizedString.svg LocalizedString]]
slug: [[LocalizedString.svg LocalizedString]]
categories: [[CategoryReference.svg List<CategoryReference>]]
categoryOrderHints: [[CategoryOrderHints.svg CategoryOrderHints]]
metaTitle: [[LocalizedString.svg LocalizedString]]
metaDescription: [[LocalizedString.svg LocalizedString]]
metaKeywords: [[LocalizedString.svg LocalizedString]]
searchKeywords: [[SearchKeywords.svg SearchKeywords]]
hasStagedChanges: Boolean
published: Boolean
masterVariant: [[ProductVariant.svg ProductVariant]]
variants: [[ProductVariant.svg List<ProductVariant>]]
taxCategory: [[TaxCategoryReference.svg TaxCategoryReference]]
state: [[StateReference.svg StateReference]]
reviewRatingStatistics: [[ReviewRatingStatistics.svg ReviewRatingStatistics]]
priceMode: [[ProductPriceModeEnum.svg ProductPriceModeEnum]]
}
CategoryOrderHints --> ProductData #green;text:green : "categoryOrderHints"
CategoryOrderHints --> ProductDraft #green;text:green : "categoryOrderHints"
CategoryOrderHints --> ProductProjection #green;text:green : "categoryOrderHints"
@enduml
| false | true | false | false | sequence |
476236e27834be330d63d7be8dc0fe9f5524c09a | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/roamn_to_integer/roamn_to_integer.plantuml | e16e3522943d0938eca32c026172424f70712a12 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 455 | plantuml | @startuml
title __ROAMN_TO_INTEGER's Class Diagram__\n
namespace cn.shui.order {
namespace roamn_to_integer {
class cn.shui.order.roamn_to_integer.Solution {
{static} + main()
{static} + romanToInt()
}
}
}
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 |
1439b5f74df1fa21021e1f91c67b7361ea2912cb | 5d180276957df094f09ee511e05786316537f25d | /src/main/java/date/date.plantuml | 091a6e5461ecea03db620b5158119b5300a15da7 | [
"Apache-2.0"
] | permissive | SomberOfShadow/Local | f727189f1791de203f1efd5cd76b8f241857e473 | 474e71024f72af5adf65180e5468de19ad5fdfd8 | refs/heads/main | 2023-07-18T04:11:49.240683 | 2021-09-07T15:55:28 | 2021-09-07T15:55:28 | 389,494,221 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 378 | plantuml | @startuml
title __DATE's Class Diagram__\n
namespace date {
class date.ConvertLongToUtcDemo {
{static} + main()
- convertUnixTimeToUtcTime()
}
}
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 |
798e814542dab37fd88a751c6a0fb900cab83f27 | 38dd323c29014b0f085e2b1602855bd4ce7eaa6e | /HW_Set/src/setdemo/Set.puml | dae4df6cff830961aa28016f9cb6f3c65cf078d5 | [] | no_license | standpoint/recently | c95170eaadfece4f926f7002ea9601ec2aba5cf0 | 004fd7459d5055dd501b98cb6de71905dce0281f | refs/heads/master | 2020-12-24T15:14:06.648818 | 2015-02-16T11:14:31 | 2015-02-16T11:14:31 | 30,377,973 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,236 | puml | @startuml
annotation java.lang.Override
class java.util.Arrays
class setdemo.MyArray {
- container : int[]
- capacity : int
- size : int
+ MyArray()
+ MyArray(MyArray myarray)
+ add() : void
+ get(int index) : int
+ size() : int
+ copy() : Container
+ contains(int element) : boolean
+ print() : void
}
class setdemo.MyList {
- container : LinkedList
+ MyArray()
+ MyArray(MyArray myarray)
+ add() : void
+ get(int index) : int
+ size() : int
+ copy() : Container
+ contains(int element) : boolean
+ print() : void
}
class setdemo.Set {
- c : Container
+ Set(Container c)
+ union(Set s) : Set
+ print() : void
}
class setdemo.SetDemo {
+ main(String[] args) : void
}
interface setdemo.Container {
add() : void
get(int index) : int
size() : int
copy() : Container
contains(int element) : boolean
print() : void
}
setdemo.MyArray ..> java.lang.Override
setdemo.MyArray ..> java.util.Arrays
setdemo.MyArray --|> setdemo.Container
setdemo.MyList ..> java.lang.Override
setdemo.MyList --|> setdemo.Container
setdemo.Set -- setdemo.Container
setdemo.SetDemo -- setdemo.Container
setdemo.SetDemo -- setdemo.Set
@enduml | false | true | false | false | class |
d2cd65d3092635bfe12567b62ccf08ac64bff565 | 2c372128351eea2106cc4eeb414e1dd29d4726d0 | /Proyecto/Diagramas/casos_segundo_baja.puml | cb7294903a2b9bcf206311c395a1ff2d77a49489 | [] | no_license | luisbarajasp/Analisis-y-Modelacion-de-Software | 8e9a90beefc8283e261f97cdb0677507b4a33448 | bfba31cefbb5ac99748ade0ddf166dc20d18f84e | refs/heads/master | 2021-01-15T19:06:36.889014 | 2017-11-22T15:29:26 | 2017-11-22T15:29:26 | 99,808,227 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 210 | puml | @startuml
actor Administrador
actor Sistema
Administrador -> (Baja)
(Baja) <-right- Sistema
(Baja) -down.> (Alumno) : include
(Baja) -down.> (Habitacion) : include
(Baja) -down.> (Asignacion) : include
@enduml | false | true | false | false | usecase |
973512205c6e4791b7c87405b7da6d5ceb4ca193 | 72c0bf89927eed70078e7deddeed33e027a7eb2c | /docs/Graph.puml | c573f98e63617930b8c09b870c0f92d78655bbcd | [] | no_license | KPO-2020-2021/zad5_2-RafalSzyinski1 | 4354b64e51e3b229945cb62f15ffc49c28a36e38 | fde418fe78599d144ce0682b2c6deef61585b25b | refs/heads/main | 2023-05-09T20:06:54.959477 | 2021-06-07T07:42:02 | 2021-06-07T07:42:02 | 371,111,534 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,819 | puml | @startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam component {
ArrowFontSize 14
ArrowFontColor #000000
}
title Drone
legend top left
-virtual method is marked with <&arrow-top>
-static method is marked with <&bolt>
-std::vector<double> is written as vec
end legend
class Drawable << (B, #22FF22) Base Class >>
{
-color: std::string
-getStyle(): std::string
#getParallelogramString(vec, vec, vec) const: std::string
#getTriangleString(vec, vec, vec) const: std::string
#getLineString(vec, vec, vec) const: std::string
+Drawable()
+<&arrow-top>changeColor(std::string): void
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class Figure << (B, #22FF22) Base Class >> extends Drawable
{
#sP: vec
#x: vec
#y: vec
#z: vec
-operator==(const Figure&, const Figure&) const: bool
+Figure(vec, vec, vec)
+getCenterOfMass() const: vec
+getPosition() const: vec
}
class Transform << (S, #FFD300) Static Class >>
{
+<&bolt> rotateAroundPoint(Figure&, double, const vec&): void
+<&bolt> rotateAroundCenterOfMass(Figure&, double): void
+<&bolt> scaleToCenterOfMass(Figure&, double): void
+<&bolt> translate(Figure&, const vec&): void
}
Figure <.. Transform: <<Friend>>
class Cuboid extends Figure
{
+Cuboid(vec, vec, vec)
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class Pyramid extends Figure
{
+Pyramid(vec, vec, vec)
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class Plane extends Figure
{
+Plane(vec, vec, vec)
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class Tetrahedron extends Figure
{
+Tetrahedron((vec, vec, vec)
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class Propeller extends Drawable
{
-cuboids: std::vector<Cuboid>
+Propeller(const vec&)
+spin(double): void
+move(const vec&): void
+rotateAround(double, const vec&): void
+<&arrow-top>changeColor(std::string): void
+<&arrow-top>getDrawString() const: std::list<std::string>
}
Propeller "1" *-- "3" Cuboid
class Drone extends Cuboid
{
-propellers: std::vector<Propeller>
#getPropellerAt(int): Propeller&
+Drone(double, double)
+spin(double): void
+move(const vec&): void
+getDirection() const: const vec&
+<&arrow-top>changeColor(std::string): void
+<&arrow-top>getDrawString() const: std::list<std::string>
}
Drone "1" *-- "4" Propeller
class AutoDrone extends Drone
{
-dronePath: DronePath
-flying: bool
#spinPropellers(): void
#moveUp(): void
#moveDown(): void
#moveStraight(): void
#rotateRight(): void
#rotateLeft(): void
+AutoDrone(double, double, const Scene&)
+makePath(double, double): void
+fly(): void
+isFlying() const: bool
+<&arrow-top>getDrawString() const: std::list<std::string>
}
class DronePath extends Drawable
{
-moves: std::deque<FlyStates>
-drone: const AutoDrone&
-scene: const Scene&
#fillAscentMoves(): void
#fillLandingMoves(): void
#fillFlyingMoves(double distance): void
#fillRotateMoves(double angle): void
+DronePath(const AutoDrone&, const Scene&);
+getNextMove(): FlyStates
+makeMoves(double, double);
+<&arrow-top>getDrawString() const: std::list<std::string>
}
AutoDrone "1" *-- "1" DronePath
DronePath <.. AutoDrone
DronePath <.. Scene
class Gnuplot << gplot++.h >>
{
}
class Plot extends Gnuplot
{
-objects: std::list<std::string>
+add(const Drawable& fig): void
+drawAndClear(): void
}
Plot <.. Drawable
class Scene
{
-objects: std::list<std::shared_ptr<Figure> >
-drones: std::vector<std::shared_ptr<AutoDrone> >
-plot: Plot
-option: Options
-t1: std::thread
#<&bolt>getOption(Options& option): void
#<&bolt>printMenu(): void
#chooseDrone(): void
#printDrones() const: void
#printFigures() const: void
#addFigure(): void
#delFigure(): void
#makeMarsArea(): void
#addDrones(): void
+Scene()
+ ~Scene()
+run(): void
+draw(): void
+addPlane(const Plane& plane): void
+addPyramid(const Pyramid& pyramid): void
+addCuboid(const Cuboid& cuboid): void
+addTetrahedron(const Tetrahedron& tetra): void
}
Scene "1" *-- "<&infinity>" Figure
Scene "1" *-- "<&infinity>" AutoDrone
Scene "1" *-- "1" Plot
Scene <.. DronePath : <<Friend>>
package Constance <<Frame>>
{
enum FlyStates
{
NONE
ASCENT
FLYING
LANDING
ROTATE_LEFT
ROTATE_RIGHT
STOP
END
}
enum Options
{
NONE
EXIT
CHOOSE_DRONE
GET_POS
ADD_FIGURE
DEL_FIGURE
}
}
@enduml | false | true | false | false | activity |
f6d8b91a4a325558922d7a4bf5645f3b913f8589 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/custom/field.iuml | bff287d4470f4170ae9c367d8541339443ab9fb8 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 507 | iuml | class Field{
--props--
id: number
name: string
label: string
help: string
type: string
values: object
validateFunction: function
----
- changeState()
--render--
display the type of the field and
dynamic update its value and state
}
Field ..> ControlLabel
Field ..> FormControl
Field ..> FormGroup
Field ..> Radio
Field ..> MenuItem
Field ..> TemplateButton
Field ..> fieldtypes
Field ..> Utils | false | true | false | false | class |
d85010f4102b51f76e68589f133ebb0accd1208c | d20c5c47f69154bab730978ab6926273aa912143 | /doc/sequencediagrams/fr12.puml | dafb7f56822877426a84df8383fcc33419e66a63 | [] | no_license | PolyPong/PolyPong | 6343389dfc34c90e017e730e50432b9f190bd0e8 | c51a4ad491351f85d1065dab697dc52dacae7e88 | refs/heads/master | 2023-04-07T02:36:34.103293 | 2021-04-17T05:46:43 | 2021-04-17T05:46:43 | 336,416,757 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
actor user
'expand paddle
participant Player as P
participant Paddle as pad
activate user
user -> P: applyPowerup(ExpandedPaddle)
activate P
P -> pad: changePaddleWidth(ratio)
activate pad
pad --> P: success
deactivate pad
P --> user: success
deactivate P
deactivate user
@enduml
| false | true | false | false | usecase |
3f1d9e0b73d252023cfb70996632a41fde6400e1 | 295bb70210d225db7d8aa14a2e6fed82e7e5825e | /Documentation/10-Outlook/dispatching-flow.plantuml | 4940a404f1a5f104bcdd8af37a295c739268cda7 | [] | no_license | Teisi/TYPO3CMS-Book-ExtbaseFluid | f27e04702f3ed533ab1ac5d3a23e6acbb3d1737a | 1f91730f14247f608f34c584ad8179767f7da086 | refs/heads/master | 2023-02-07T04:36:18.684871 | 2020-12-27T12:34:41 | 2020-12-27T12:34:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 926 | plantuml | @startuml
activate Bootstrap
Bootstrap -> Bootstrap: handleRequest()
Bootstrap -> RequestHandlerResolver: resolveRequestHandler()
activate RequestHandlerResolver
Bootstrap <-- RequestHandlerResolver: RequestHandler
deactivate RequestHandlerResolver
activate RequestHandler
Bootstrap -> RequestHandler: handleRequest()
activate RequestBuilder
RequestHandler -> RequestBuilder: build()
activate Request
RequestHandler <-- RequestBuilder: Request
deactivate RequestBuilder
RequestHandler -> Request: setIsCached()
activate Response
activate Dispatcher
RequestHandler -> Dispatcher: dispatch(Request, Response)
activate Controller
Dispatcher -> Dispatcher: resolveController(Request)
Dispatcher -> Controller: processRequest(Request, Response)
Bootstrap <-- RequestHandler: Response
deactivate RequestHandler
Bootstrap -> Response: shutdown()
deactivate Response
Bootstrap <-- Response: content
deactivate Bootstrap
@enduml
| false | true | false | false | sequence |
603ac839360540eb7354cde96e68cc0920dfdca4 | 2fc832158b7e1e0d418a0a2bd9d3de20c74f9c1d | /Sistema_Bioseguridad_Diagram.puml | 94c0ac1eb977f1ddf719f116a3ff8249f823387e | [] | no_license | mariobaron29/Test-training-Docs-as-code | 4840962ce8d0bef0e1b8208214cf84a025e434fa | 0790c2f76180cf2921e5dd60c69e7b31401ffebf | refs/heads/main | 2023-07-16T22:42:12.681242 | 2021-09-01T01:47:02 | 2021-09-01T01:47:02 | 401,885,151 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 425 | puml | @startuml
left to right direction
actor usuario as usu
package Sist_Creacion_Reservas {
usecase "Crear reserva" as CR
}
package API_Reservas{
}
package Sistema_Bioseguridad {
usecase "Registrar usuario" as UC1
usecase "Inicio de sesión" as UC2
usecase "Responder encuesta" as UC3
usecase "Comprar paquete turistico" as UC4
}
usu --> UC1
usu --> UC2
usu --> UC3
usu --> UC4
UC4 --> CR
CR --> API_Reservas
@enduml | false | true | true | false | usecase |
ed31f76535f901fd17caf5e2dd0c5dd6916df3cf | bb209a68f1d9336a28270a7afbdcb899c91918df | /p23_interpreter/interpreter.puml | a20e7bdb4e75daf7ea92ba6e1571819713ffec09 | [] | no_license | CrazyBilipala/Design-Patterns-2019 | 25376e46641cff4a200b6d594e10b866b182d7b2 | 17512c6e0e1286e218f139c2ca3fceeeba92e38e | refs/heads/master | 2020-07-14T14:42:01.329685 | 2019-08-30T08:24:26 | 2019-08-30T08:24:26 | 205,336,482 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
class Context
abstract class AbstractExpression
class ConcreteExpressionOne
class ConcreteExpressionTwo
class Client
AbstractExpression <|-- ConcreteExpressionOne
AbstractExpression <|-- ConcreteExpressionTwo
Context <--o AbstractExpression
Client --> Context
Client --> AbstractExpression
@enduml | false | true | false | false | class |
c963fc98a651fca524a0fbc8e40bec051faf1dd7 | 7e54066ce2b980f64d5d89c67a2c6d1b054dd689 | /docs/rethink-vertx-app.plantuml | 7617ca435c7c4406d28b9999eb79f18d6dc6de59 | [] | no_license | reTHINK-project/dev-java-hyperty | 1da1a59e8213794b7d446c855581ea6e9921f7bb | 68ab9fb39042d49b682b8ea044561c408b0a4a3c | refs/heads/master | 2022-12-13T05:20:07.877512 | 2019-06-28T11:12:05 | 2019-06-28T11:12:05 | 122,315,782 | 0 | 0 | null | 2022-12-08T07:36:54 | 2018-02-21T09:26:00 | Java | UTF-8 | PlantUML | false | false | 597 | plantuml | @startuml
node "Vertx App Server" as appServer {
interface stream
}
node "reTHINK App" as app {
node "Hyperty" as hy
interface "Hyperty DO" as hyDO
node "Vertx App Server Stub" as stub {
node "Context Reporter" as ctxtR
node "Observer" as ctxtO
interface "Vertx DO" as vertxDO
}
}
node "Smart IoT" as siot {
interface "Smart IoT Stream" as sstream
}
sstream <-up-> stream : data stream
stream -up-> ctxtR : translate to DO
ctxtR -up-> vertxDO : report
hy -down-> vertxDO : observe
hy -> hyDO : report
hyDO <- ctxtO : observe
ctxtO -> stream : translate to stream
@enduml
| false | true | false | false | sequence |
c332fa3088c270344cac9018542b1e0b4207c554 | 6d49d8cc8178b0bd65590a6a59757a210c9aeecc | /uml/client-classes.puml | cd2b9d1c743ee0f8ea754d43df3ccb5062ca86f6 | [
"Apache-2.0"
] | permissive | slim-gears/rxrpc | 51cf5df121302966cbe45dc207a7f95615a69767 | fa3aa74dbf847f1169cbba2ee5261eb9f5160031 | refs/heads/master | 2023-02-22T22:56:47.434489 | 2022-07-21T04:45:51 | 2022-07-21T04:45:51 | 143,330,131 | 1 | 12 | Apache-2.0 | 2023-02-15T14:03:37 | 2018-08-02T18:16:14 | Java | UTF-8 | PlantUML | false | false | 530 | puml | @startuml
interface RxTransport {
+outgoing: Emitter<String>
+incoming: Observable<String>
}
interface EndpointInvoker {
}
class WebSocketRxTransport
class RestRxTransport
RxClient *-- RxTransport
EndpointInvoker <|. RxClient: <<implements>>
class CustomEndpoint1Client
CustomEndpoint1Client --> EndpointInvoker: <<uses>>
class CustomEndpoint2Client
CustomEndpoint2Client --> EndpointInvoker: <<uses>>
RxTransport <|.. WebSocketRxTransport: <<implements>>
RxTransport <|.. RestRxTransport: <<implements>>
@enduml
| false | true | false | false | sequence |
470c7a275a5dcce45de7358e2a85dd85f187a997 | 4d8bf417ae8c3dd8bcacc812422d1831c2e77aab | /src/main/java/com/tjudream/designpattern/bridge/image/bridge.puml | 58b5914669fd3f121c333864be4c0cc632255d7b | [
"Apache-2.0"
] | permissive | tjudream/DesignPatterns | 3aaa8e2a64382d7cb9f49a3b3e736f978e90bdbe | 426773ae74804e661a425b00c0a8e4d05524f2b5 | refs/heads/master | 2020-04-05T19:39:32.984340 | 2018-12-02T11:46:54 | 2018-12-02T11:46:54 | 157,144,618 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 255 | puml | @startuml
skinparam classAttributeIconSize 0
abstract class Abstraction {
+Operation()
}
interface Implementor {
+OperationImpl()
}
Abstraction o-> Implementor:+imp
Abstraction <|-- RefinedAbstraction
Implementor <|-- ConcreteImplementor
@enduml | false | true | false | false | sequence |
4c90395beaa2c28180ac60f93dc57c45dc927605 | d3748d9913134ebe4cf96189f910bf5b18c3a216 | /docs/UseCases/UseCases.puml | 64673f659ff4af736163915451381b6b40ae8e23 | [] | no_license | madajaju/fleet | 5449a4cd1e0979d8a6c370baf179ac4a08234371 | 259fc03531375aa0053651a23659f605687b2840 | refs/heads/master | 2023-04-27T09:53:37.670570 | 2018-06-30T12:55:13 | 2018-06-30T12:55:13 | 138,994,303 | 0 | 0 | null | 2023-04-25T22:53:31 | 2018-06-28T09:08:25 | JavaScript | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
left to right direction
:Developer: as Dev
:Operation Manager: as Ops
rectangle "fleet" #cccccc {
(Manage Applications) as MA
(Manage Clouds) as MC
(Manage Hardware) as MH
(Manage Vehicles) as MV
}
Dev --> MA
Ops --> MC
Ops --> MH
Ops --> MV
@enduml
| false | true | false | false | uml-unknown |
c2bc692af99e0d6d138436064108ad55581fef6c | 87cde44ffb99a6e47f70b11faf6e18a6e395e0c7 | /src/main/java/ex46/ex46.puml | 989b2e48f78e696489a2051f57bc4908125e3486 | [] | no_license | ajdahcode/bagarra-COP3330-assignment3 | a61b44c455def5602477c7efde27363afe59d778 | bc1c88ceba738a9083527ed033e55c595eab1387 | refs/heads/master | 2023-08-22T03:03:11.699932 | 2021-10-12T04:03:25 | 2021-10-12T04:03:25 | 416,169,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 111 | puml | @startuml
class freqFinder{
Scanner scn
Map sortFreq
ArrayList word
}
scn <- file
freqFinder <- scn
@enduml | false | true | false | false | class |
8c3de96a15872b6f2b28d179fa728c26ecbbfd53 | ca1f382532106253ccbc29da0cdbd00e367ea45c | /erd.plantuml | 114d9e922fba02b94922a31db7d202eea0b81537 | [] | no_license | moschi/VSS_CT | a5e6ff008687935efc5476d64338615271bb2e64 | 205e12fe4caa5cc050729163631858f7782dd08e | refs/heads/master | 2023-05-22T05:08:16.486438 | 2020-09-30T12:07:54 | 2020-09-30T12:07:54 | 244,619,171 | 1 | 0 | null | 2023-05-08T04:59:30 | 2020-03-03T11:31:44 | TypeScript | UTF-8 | PlantUML | false | false | 506 | plantuml | @startuml ERD
object User {
ID
name
}
object Game {
ID
Team1
Team2
IsFinished
}
object Team {
ID
Name
}
object Round {
ID
Trumpf
}
object PointsPerTeamPerRound {
ID
WiisPoints
Points
}
object Trumpf {
ID
Name
Multiplier
}
User "1" -- "*" Game : creates >
Game "1" -- "*" Round : has >
Game "1" -- "2" Team : has two >
Round "*" -- "1" Trumpf : has >
Round "1" -- "*" PointsPerTeamPerRound
Team "1" -- "*" PointsPerTeamPerRound
@enduml | false | true | false | false | object |
005ce32f39c578156836e44f4c8e432bedde927b | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/production/test-dummies/spec/concordion/common/results/runTotals/testsuite/failFastIndex/failFastSubIndex/failFastSubIndex.plantuml | 87054f7291a9e2e77b0d149a91935ebf7d801b7b | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,308 | plantuml | @startuml
title __FAILFASTSUBINDEX's Class Diagram__\n
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex.failFastSubIndex {
class FailFastSpec {
+ sleep()
}
}
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex.failFastSubIndex {
class FailFastSubIndex {
}
}
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex.failFastSubIndex {
class SuccessSpec {
+ sleep()
}
}
}
}
}
}
}
package spec.concordion {
package spec.concordion.common.results {
package spec.concordion.common.results.runTotals {
package spec.concordion.common.results.runTotals.testsuite {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex {
package spec.concordion.common.results.runTotals.testsuite.failFastIndex.failFastSubIndex {
class UnimplementedSpec {
}
}
}
}
}
}
}
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 |
1561309d514a3693d6f889ace947d56d918efe71 | f451cee1b603ed5dd3a930ac8654e9ddd5a36883 | /docs/whitepaper/client-side-transaction-signing-deployment-diagram.puml | 184fbf2ffe9096dea4fa6ce712fcd079959ebea9 | [
"Apache-2.0"
] | permissive | etaroid/blockchain-integration-framework | ad3966e1f5d4ffaa7f959c15fd8d1d823e598631 | 380aea5e502fbb60a4412846bfdbc1de2bf92578 | refs/heads/master | 2021-03-06T22:56:45.057234 | 2020-03-05T21:57:39 | 2020-03-05T21:57:39 | 246,230,744 | 0 | 0 | Apache-2.0 | 2020-03-10T07:05:11 | 2020-03-10T07:05:11 | null | UTF-8 | PlantUML | false | false | 1,109 | puml |
@startuml Client Side Transaction Signing
!include <tupadr3/common>
!include <tupadr3/font-awesome/mobile>
!include <tupadr3/font-awesome/database>
!include <tupadr3/font-awesome/key>
!include <tupadr3/font-awesome/server>
!include <tupadr3/font-awesome/info_circle>
title Hyperledger Blockchain Integration Framework\nClient Side Transaction Signing
left to right direction
' allow_mixing
skinparam DefaultTextAlignment center
skinparam Linetype ortho
skinparam sequenceArrowThickness 2
skinparam roundcorner 5
skinparam maxmessagesize 30
skinparam sequenceParticipant underline
actor "Application User" as actor1 <<identity owner>>
FA_MOBILE(mobiledevice,"Mobile Device\n<size:30><&key></size>")
note bottom of mobiledevice #LightSkyBlue
<size:20><&key></size><b> Private key resides on client device of user</b>
end note
FA_SERVER(bifserverside,"BIF Server Side")
FA_DATABASE(dlt,"Distributed Ledger")
actor1 ..|> mobiledevice: Decides to execute transaction
mobiledevice ..|> bifserverside: Send already signed transaction data
bifserverside ..|> dlt: Forward signed transaction as-is
@enduml
| false | true | false | false | usecase |
34e400a21ed800c857611e8806cfa2a9d63ce5cf | 391aec29df1178d0d7ba3e2ee7d2d10b3bf796ca | /src/main/java/ex46/UML46.puml | 3a4ded39376f66093832006f89f3ddee287fe1fc | [] | no_license | douglasgloverUCF/glover-cop3330-assignment3 | df767e967cc83cc01391d99ac2518b870fdc968a | fdf5c396ad02a03f0410cd036648bd6276e24ce7 | refs/heads/master | 2023-06-02T17:29:03.415262 | 2021-06-20T03:18:46 | 2021-06-20T03:18:46 | 378,488,527 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 181 | puml | @startuml
Class Sol46 {
main()
getInput()
countWords()
getHistogram()
output()
}
Class WordData {
String word;
int wordCount;
}
WordData -- Sol46
@enduml | false | true | false | false | class |
9c73f653cb94fbabc5d46989fdf92c68ecd295c6 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/Doctor.puml | 4a415b5efa23e878e1e4320ccd6f1c06ba7baca1 | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 353 | puml | @startuml
class Doctor {
+ HourlyPay : double <<get>> <<protected set>>
+ SeniorEmployeeRaise() : void
+ Doctor(fname:string, lname:string, id:string, age:int, hours:double)
+ Doctor(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
Employee <|-- Doctor
ISeniorEmployee <|-- Doctor
@enduml
| false | true | false | false | class |
72b1df0db2d9c1fd5743c0eec751c421e9fced1e | 81312d038a1ddb93737bd306aa7e2e278d20a260 | /docs/dependence-setup.puml | f5a92a7a6e2e6518195e806f6a9ae60a216ddda3 | [] | no_license | mrliuxuhui/UnitTestTools | 04248355bbaa90984ce0924324ac78685a72a4c7 | 1269abcce0a058d84c3c7b9874bf90d83960121d | refs/heads/master | 2023-05-05T09:04:54.464783 | 2021-05-26T05:47:55 | 2021-05-26T05:47:55 | 362,780,653 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 555 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
ProjectUttInitializer --> ProjectInfoService : check dependencies
ProjectInfoService --> DependenceBuilder : call setupDependenciesIfNecessary
DependenceBuilder --> ConcreteDependenceBuilder : call getDependenceList
DependenceBuilder --> UttDependenceManager : lookup dependencies
UttDependenceManager --> UttDependenceManager : setupDependenceIfNecessary
UttDependenceManager --> DependenceBuilder
DependenceBuilder --> ProjectInfoService
ProjectInfoService --> ProjectUttInitializer
@enduml | false | true | false | false | sequence |
bb20200b25240b7959cab22e3112a83d16b00c39 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/bootstrap/table.iuml | aa74de7757f9fb892cd4ee2806a91eaf760fb1aa | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 153 | iuml | class Table{
--props--
striped : boolean
bordered : boolean
hover : boolean
--render--
render a table
} | false | true | false | false | class |
8cf235364d7fb5f5721590c5c9a7b2e225c69821 | 77a3a92f8ffde2d524a10fa3c07a188ebd0f3ccb | /diagramas/probando.puml | 7cc8053ff42b55238b8573543782d0c68a5b7f8f | [
"MIT"
] | permissive | nspiguelman/algo3_tp2 | 636a1e35494ca64e6d7fc11c21726f66750cc4e2 | 97163f2bb53638ecfd9f8eacb3f6db07720883bd | refs/heads/master | 2023-07-02T16:48:15.719532 | 2021-08-09T23:46:06 | 2021-08-09T23:46:06 | 382,969,236 | 0 | 0 | MIT | 2021-08-09T23:46:07 | 2021-07-04T23:44:19 | Java | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
'https://plantuml.com/class-diagram
class Juego{
atacar()
reagrupar()
agregarEjercitos()
}
interface Validacion
class ValidacionFaseUno
class ValidacionFaseDos
class ValidacionFaseDeJuego
Validacion <|.. ValidacionFaseUno
Validacion <|.. ValidacionFaseDos
Validacion <|.. ValidacionFaseDeJuego
Juego ..|> Validacion
@enduml | false | true | false | false | class |
ba329a4e97325c350c5c460fe0e112446da31810 | 5423e15cb094708a38d6c19d4a73f74c91cbcc19 | /doc/high-level-sequence-diagram-DEPRECATED.plantuml | 546c49171547624262f40baa1dd3de24c0c2437f | [] | no_license | the-old-dev/wormnav-online-design | 26972026524f8a274a4843663d63c603cdb1e835 | c452f3ce61b2f2a0ebb25b943fac44ac7ba97831 | refs/heads/master | 2022-11-11T16:41:13.503157 | 2020-07-08T19:23:23 | 2020-07-08T19:23:23 | 278,175,840 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,197 | plantuml | @startuml
title Wormnav Extension - High Level Design
skinparam style strictuml
actor User
box "Modified App" #LightSalmon
control WatchApp
end box
box "New Components" #LightGreen
control TransformServer
database Configuration
end box
entity GpxSourceSite
== User Configuration ==
User -> TransformServer : open url
activate TransformServer
TransformServer -> User : show all configured id - gpx-url pairs
deactivate TransformServer
User -> TransformServer : add gpx-url with id
activate TransformServer
TransformServer -> Configuration : save [id, gpx-url]
TransformServer -> User : show all configured id - gpx-url pairs
deactivate TransformServer
== Usage by smartwatch ==
User -> WatchApp : input gpx-url-id
activate WatchApp
WatchApp -> TransformServer : request track file by id
activate TransformServer
TransformServer -> Configuration : get url by id
TransformServer -> GpxSourceSite : get gpx data by url
TransformServer -> TransformServer : transform gpx data to watch app track data
TransformServer -> WatchApp : return track data
deactivate TransformServer
WatchApp -> WatchApp : start with returnd track data
WatchApp -> User : show navigation
deactivate WatchApp
@enduml | false | true | false | false | sequence |
71779e945f22e947fff56dc365fd2931fd2084dd | 283346ff70ed8147782c28ff2c1c944b45b1f5b5 | /PlantUML/State/state.puml | 6ca0a31b415389311b5d38865fc9cf1e818d0404 | [] | no_license | mhaeusser/Diagrams | 3d80693e8499aee116b50542e21402dc610aa2bf | 39027527b6ad25328acb2343ea50857bbea3a864 | refs/heads/master | 2021-12-01T20:21:22.280408 | 2021-11-14T20:00:50 | 2021-11-14T20:00:50 | 172,032,314 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 162 | puml | @startuml
hide empty description
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml
| false | true | false | false | state |
05bfaf30f559e33c624ccacf4ade9c74c809ea41 | a35feffea5eb1644a77d0c703a4634053a9a8bec | /resources/command-generator.puml | 1293ae30e8c5794127d65e702bf4dc9c5c314219 | [
"MIT"
] | permissive | gklijs/open-bank-mark | b0c7541cc69b723477afbf246b563e875c6bd159 | d674dddbf0e04aa9253f1e131d9049275d5b7bdc | refs/heads/master | 2020-05-27T08:13:48.866357 | 2019-10-28T21:04:17 | 2019-10-28T21:04:17 | 188,541,746 | 5 | 3 | MIT | 2019-10-24T23:02:45 | 2019-05-25T08:38:52 | Clojure | UTF-8 | PlantUML | false | false | 448 | puml | @startuml
title Command generator
package "nl.openweb.command-generator.core.clj" #Yellow {
component accounts as a
component consumer as c
component producer as p
}
[Kafka cluster] as kc #Orange
c -> a :update ibans used
a --> p :used to generate\ltransfers
c -> p :trigger\lcommand generation
p -> kc :produces\lConfirmAccountCreation\nand\nConfirmMoneyTransfer
c <-- kc :consumes\lHeartbeat\nand\nConfirmAccountCreation
@enduml | false | true | false | false | sequence |
3cd898ad0531913cdc0fa4cf884737ef7af12085 | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/CLI_Controllers/HouseMonitoring/US623/US623_sd_HouseMonitoring.puml | 335a78eec2bea0f0b3cc5d3906d30a277f377638 | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,435 | puml | @startuml
actor User
User -> MainUI: Get Average Rainfall on House Area
HouseMonitoringUI --> User: Request Date
User -> HouseMonitoringUI: insert startDate (Date(y-m-d))
MainUI -> HouseMonitoringUI: create data (Date(y-m-d))
HouseMonitoringUI -> HouseMonitoringUI: set data (year1, month1, day1)
User -> HouseMonitoringUI: insert endDate (Date(y-m-d))
MainUI -> HouseMonitoringUI: create data (Date(y-m-d))
HouseMonitoringUI -> HouseMonitoringUI: set data (year2, month2, day2)
HouseMonitoringUI -> HouseMonitoringController: createDate (year1, month1, day1)
HouseMonitoringController --> HouseMonitoringUI: return initialDate
HouseMonitoringUI -> HouseMonitoringController: createDate (year2, month2, day2)
HouseMonitoringController --> HouseMonitoringUI: return endDate
HouseMonitoringUI -> HouseMonitoringController: getAVGDailyRainfallOnGivenPeriod(mHouse, initialDate, endDate)
HouseMonitoringController -> GeographicArea: getAvgReadingsFromSensorTypeInGA ("rain", initialDate, endDate)
GeographicArea -> ReadingList: getAverageReadingsBetweenTwoDays ("rain", initialDate, endDate)
ReadingList --> GeographicArea: return AVGValuesFromDaysWithReadings
GeographicArea --> HouseMonitoringController: return AVGReadingsFromSensorType
HouseMonitoringController --> HouseMonitoringUI: return AVGReadingsFromSensorType
HouseMonitoringUI -> HouseMonitoringUI: Build result string
HouseMonitoringUI -->User: Display result string
@enduml | false | true | false | false | usecase |
c612b8844c919f64a0579a488b91d332b2aa2eb6 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/installment-sale@2.0.0.puml | 74a2ddfd943cc28a695a69f3a81b3d6cd7c46d8b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 1,509 | puml | @startuml
class org.accordproject.installmentsale.Installment << (T,yellow) >> {
+ MonetaryAmount amount
}
org.accordproject.installmentsale.Installment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ClosingPayment << (T,yellow) >> {
+ MonetaryAmount amount
}
org.accordproject.installmentsale.ClosingPayment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.Balance << (T,yellow) >> {
+ MonetaryAmount balance
+ MonetaryAmount total_paid
}
org.accordproject.installmentsale.Balance --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ContractStatus << (E,grey) >> {
+ WaitingForFirstDayOfNextMonth
+ Fulfilled
}
class org.accordproject.installmentsale.InstallmentSaleState << (A,green) >> {
+ ContractStatus status
+ MonetaryAmount balance_remaining
+ Integer next_payment_month
+ MonetaryAmount total_paid
}
org.accordproject.installmentsale.InstallmentSaleState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.installmentsale.InstallmentSaleContract << (A,green) >> {
+ AccordParty BUYER
+ AccordParty SELLER
+ MonetaryAmount INITIAL_DUE
+ Double INTEREST_RATE
+ MonetaryAmount TOTAL_DUE_BEFORE_CLOSING
+ MonetaryAmount MIN_PAYMENT
+ MonetaryAmount DUE_AT_CLOSING
+ Integer FIRST_MONTH
}
org.accordproject.installmentsale.InstallmentSaleContract --|> org.accordproject.cicero.contract.AccordContract
@enduml
| false | true | false | false | class |
8f62ad8299755581a3b0e490106091ee42bc6513 | 98c049efdfebfafc5373897d491271b4370ab9b4 | /docs/SPRINT_2/UC36-Create_Address/MD.puml | 318ffc0d121b3482963f0cb92a244f4b6923a163 | [] | no_license | antoniodanielbf-isep/LAPR3-2020 | 3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3 | 7ee16e8c995aea31c30c858f93e8ebdf1de7617f | refs/heads/main | 2023-05-27T14:42:05.442427 | 2021-06-20T18:09:59 | 2021-06-20T18:09:59 | 378,709,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 395 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Address {
-String Street
-String PostalCode
-String GeographicalLocation
-Integer doorNumber
}
class Pharmacy {
-Integer id
-String designation
}
/'------------------------------------------------------------------------------------ '/
Pharmacy "1" -- "1" Address: has >
@enduml | false | true | false | false | class |
47e04d906869da9d06a553f5e5c62efb228e5851 | bef33e1574a81f5fc8a0ccddaf19c39dabc55c34 | /Lab2/Lab2.plantuml | f79cd467ee13f6976e877cf6757fe662b059644b | [] | no_license | CarlBorillo/CECS-277 | 151258bfc811e20cda773cddb15cbf1180cf7244 | 9122638cef9044e8a2261588d8afba22bccd9fce | refs/heads/main | 2023-02-28T19:55:50.211842 | 2021-02-12T01:23:04 | 2021-02-12T01:23:04 | 338,196,017 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 835 | plantuml | @startuml
title __LAB2's Class Diagram__\n
namespace Lab2 {
class Lab2.Emp {
- name : String
- salary : int
+ Emp()
{static} + main()
+ name()
+ toString()
}
}
namespace Lab2 {
class Lab2.Executive {
- manager : Manager
+ Executive()
{static} + main()
+ toString()
}
}
namespace Lab2 {
class Lab2.Manager {
- department : String
+ Manager()
{static} + main()
+ name()
+ toString()
}
}
namespace Lab2 {
class Lab2.Test {
{static} + main()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
68a7f508cb5bf0d23de86f728626832d9863f6df | 3e8de74dfe19cd437fd7842887394d4921a109d7 | /docs/images/assoc1-cor.plantuml | 98e5661c7410790945034c6b799583ce5273bb61 | [] | no_license | jmbruel/InnopolisDesignPatterns | 62c5f1df870883cd44245d6459243c83b96d0995 | a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e | refs/heads/master | 2021-02-04T20:34:22.378185 | 2020-11-16T17:40:28 | 2020-11-16T17:40:28 | 243,707,157 | 0 | 7 | null | 2020-10-23T08:58:33 | 2020-02-28T07:49:59 | JavaScript | UTF-8 | PlantUML | false | false | 1,061 | plantuml | @startuml
skinparam classAttributeIconSize 0
class AgenceBancaire1 {
-String nom
-String loc
-ArrayList<Compte> alCptes
+String getProprietaire()
+int getNbComptes()
...()
+void addCompte(Compte pCompteAAjouter)
}
class Compte {
}
class AgenceBancaire2 {
-String nom
-String loc
-ArrayList<Compte> alCptes
+String getProprietaire()
+int getNbComptes()
...()
+void addCompte() {... new Compte(...)...}
}
class AgenceBancaire3 {
-String nom
-String loc
+ArrayList<Compte> alCptes
+String getProprietaire()
+int getNbComptes()
...()
+void addCompte(Compte pCompteAAjouter)
}
class AgenceBancaire4 {
-String nom
-String loc
+String getProprietaire()
...()
+void addCompte(Compte pCompteAAjouter)
}
class AgenceBancaire5 {
-String nom
-String loc
-Compte compte
+String getProprietaire()
...()
+void addCompte(Compte pCompteAAjouter)
}
' Structural relationships
AgenceBancaire1 o-> "*" Compte
Compte "*" <-* AgenceBancaire2
Compte "*" <--o AgenceBancaire3
Compte <.. AgenceBancaire4
Compte "1" <-- AgenceBancaire5
@enduml
| false | true | false | false | class |
53d01ab97584f05e4635acb21bb3078413bff28d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingMethodSetLocalizedNameAction.puml | cb9458c070a29f1d0d5ac751fd5a1b50c755dd9d | [] | 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 | 527 | 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 ShippingMethodSetLocalizedNameAction [[ShippingMethodSetLocalizedNameAction.svg]] extends ShippingMethodUpdateAction {
action: String
localizedName: [[LocalizedString.svg LocalizedString]]
}
interface ShippingMethodUpdateAction [[ShippingMethodUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
a26a25cbdedea462066fa1f8a30df6483a8cf36b | d2c96f969cd4a57d2fef25280205e11be26a64b4 | /de.gematik.ti.utils/doc/plantuml/TIUTILS/exceptions.plantuml | 4d1396974512e82dc0aa1579fc35831dbc1242d8 | [
"Apache-2.0"
] | permissive | gematik/ref-Ti-Utils | cfe9a03769e801529bf652528828083f0cc767b1 | be995beba79613c5242be9c5388952c7816782e5 | refs/heads/master | 2022-01-15T08:47:41.366276 | 2022-01-07T07:23:43 | 2022-01-07T07:23:43 | 232,986,325 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 409 | plantuml | @startuml
namespace de.gematik.ti.utils.streams {
namespace exceptions {
class de.gematik.ti.utils.streams.exceptions.StreamRuntimeException {
+ StreamRuntimeException()
+ StreamRuntimeException()
+ StreamRuntimeException()
+ StreamRuntimeException()
+ StreamRuntimeException()
}
}
}
@enduml
| false | true | false | false | class |
8550728c4da3b96fa80eba8ba83c85fb6274b6c8 | 617e5c41d650f3ae75e9e17ca4b512239003e6fe | /SDPi Supplement/SDPi Rev 1.0/SDC Message Examples/SDPi Transactions/SDPi Transactions/SDPi DEV-23.puml | 61ae96b1d2f88d668a3d8e555198649963266a1c | [] | 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 | 556 | puml | skinparam monochrome true
autonumber
!global $str_sdpi_p_somds_cons = "SOMDS Consumer"
!global $str_sdpi_p_somds_prov = "SOMDS Provider"
participant "$str_sdpi_p_somds_cons" as sdpi_somds_consumer
participant "$str_sdpi_p_somds_prov" as sdpi_somds_provider
== SDPi [DEV-23] Announce Network Presence ==
|||
group unsecured
' sdpi_somds_provider -> sdpi_somds_consumer: SDC: Hello(EndpointReference, Types, Scopes, [XAddrs])
sdpi_somds_provider -> sdpi_somds_consumer: BICEPS: AnnounceNetworkPresence( PROVIDER UID, Discovery Type, ...)
end
|||
| false | true | false | false | sequence |
93c92f839e70d94d53de539e9f54bb4fdd0b96cd | 870f01a63631e92df1e5d4d2e4514872e317713f | /functional-specs/use-cases/diagrams/UCD-Customer/CreditCard.plantuml | 729ce3efbb767a033349c94bbf9300e18237b9ac | [] | no_license | efuentesp/gobmx-ui-prototype | 2f1ecd1db63811f4e931a1b5615f23b410850733 | 9c09390b317729a7dd0c3662de4441fbf423911f | refs/heads/master | 2023-01-22T17:26:52.463716 | 2019-06-11T18:10:29 | 2019-06-11T18:10:29 | 124,451,552 | 0 | 0 | null | 2023-01-11T22:29:13 | 2018-03-08T21:43:23 | HTML | UTF-8 | PlantUML | false | false | 452 | plantuml | @startuml
left to right direction
skinparam packageStyle rectangle
Operador <<persona>> as Actor
rectangle {
(Agregar CreditCard) as CreateUC <<usuario>>
(Editar CreditCard) as EditUC <<usuario>>
(Buscar CreditCard) as SearchUC <<usuario>>
(Eliminar CreditCard) as DeleteUC <<usuario>>
Actor -> CreateUC
Actor -> EditUC
Actor -> SearchUC
Actor --> DeleteUC
EditUC .> SearchUC : include
DeleteUC .> SearchUC : include
}
@enduml
| false | true | false | false | usecase |
acc398a05eb4f9689434ec07651c008ecc99bc08 | 6d6b319c70ccc14eece14e0c1d4a6583b36946cf | /app/app.plantuml | bc9d88acc0af2f8213f6403468b585f63571c38b | [] | no_license | HexadecSwe16/MegAlexa | e90287e2893758c8d0c16cb18139ea30d8f1dce8 | 0abcab34f307082430a8edf53c3355ab6ad1bdc3 | refs/heads/master | 2020-06-01T17:50:02.137135 | 2019-06-08T10:08:52 | 2019-06-08T10:08:52 | 190,871,698 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 314 | plantuml | @startuml
title __APP's Class Diagram__\n
package com.megalexa.hexadec {
class BuildConfig {
}
}
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 |
aeae6b7cf66cfae60b3a0e20aa8a4677279c6aad | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Data-Fabric/Process.puml | 9eff7efeb8dabe4767d1e81565e5457c270ec38a | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 269 | puml | @startuml
partition "Cloud-Stack/Data-Fabric" {
}
partition SubSystem #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Cloud-Stack/Data-Fabric" {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
@enduml
| false | true | false | false | activity |
1c61a827e49d25bd6c6c747f326bc8da9447b89d | c62bb7c6334b3992fda2bea1dfdb6fda7070e83a | /src/academy/mindswap/games_factory/wheel_of_fortune/messages/messages.plantuml | da1be6cb734a3c7d6259591f4bb2d869461de6d3 | [] | no_license | BastosFilipa/wheel-of-fortune | 0eb6b6b83a8d8df613d8411925b4757eea742496 | 10a2b3d18534f2c1ab0c2bc4d06c8dec1f552cd8 | refs/heads/master | 2023-05-31T11:03:45.355578 | 2021-06-27T17:58:31 | 2021-06-27T17:58:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,140 | plantuml | @startuml
title __MESSAGES's Class Diagram__\n
namespace academy.mindswap.game {
namespace _factory {
namespace wheel_of_fortune {
namespace messages {
class academy.mindswap.games_factory.wheel_of_fortune.messages.GameMessages {
{static} + ASK_NAME : String
{static} + BANKRUPT : String
{static} + CHOOSE_A_CONSONANT : String
{static} + CHOOSE_A_VOWEL : String
{static} + CHOSEN_LETTERS : String
{static} + FAIL_ANSWER : String
{static} + FREE_PLAY : String
{static} + GAME_END : String
{static} + GUESS_QUOTE : String
{static} + INVALID_CONSONANT : String
{static} + INVALID_DOUBLE_CONSONANT : String
{static} + INVALID_DOUBLE_VOWEL : String
{static} + INVALID_OPTION : String
{static} + INVALID_VOWEL : String
{static} + MISS_TURN : String
{static} + MONEY_OPTIONS : String
{static} + NO_MONEY_BUY_VOWEL : String
{static} + PERMISSION_TO_TALK : String
{static} + PLAYER_CASH : String
{static} + PLAYER_CHOOSE_A_CONSONANT : String
{static} + PLAYER_CHOOSE_A_VOWEL : String
{static} + PLAYER_CHOOSE_GUESS : String
{static} + PLAYER_JOINED : String
{static} + PLAYER_LEFT_GAME : String
{static} + PLAYER_TURN : String
{static} + PLAYER_WON : String
{static} + SPIN_WHEEL : String
{static} + START_GAME : String
{static} + THIS_IS_THE_QUOTE : String
{static} + WAITING_FOR_OTHER_PLAYERS : String
{static} + WAITING_PLAYER_OPTION : String
{static} + WELCOME_MESSAGE : String
{static} + WON_BONUS : String
}
}
}
}
}
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 |
1ba2d76762e169004d8e409329dbfd3c76f4b0d2 | a557a47e76e939252b71da737ef933e9513dda83 | /wot-architecture/images/message-flows/A_1_1_readProperty.puml | 44c9f19b45757a5d01b542327e6ce0336b3755fd | [
"Apache-2.0"
] | permissive | wot-ccly/wot-ccly.github.io | 3d38333b5131bacaafcef7d9feccf2d8589e8ffc | dfa974f3a14179759dbcb27c44e73ea0117d32a7 | refs/heads/master | 2022-12-24T07:20:34.529217 | 2020-01-19T01:44:10 | 2020-01-19T01:44:10 | 234,498,309 | 0 | 0 | Apache-2.0 | 2022-10-06T02:06:14 | 2020-01-17T07:49:06 | HTML | UTF-8 | PlantUML | false | false | 546 | puml | @startuml
hide footbox
box "WoT Client"
participant "Application" as AP
participant "Consumed Thing" as SA
end box
box "WoT Server"
participant "Exposed Thing" as WS
participant "Application" as DC
end box
AP -> SA: invoke\n"readproperty"\noperation
activate SA
SA -> AP: returns Promise
SA -> WS: send HTTP GET Request\nto href of form
activate WS
WS <-> DC: retrieve\nProperty value
WS -> SA: send HTTP GET Response\n (body:\n schema data)
deactivate WS
SA -> AP: Promise callback\n (resolves to:\n schema data)
deactivate SA
@enduml
| false | true | false | false | sequence |
d0655891742f7129a0b63011a8b0604eaebdf04e | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/crm06_1/edit_alerts/i130385/edit_alerts_analysis_diagram.puml | d0038028faf019f4b656a20e5fc3bfcd0d45f8c0 | [] | 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 | 530 | puml | @startuml doc-files/edit_alerts_analysis_diagram.png
actor user
participant "<<analysis>>\nEditAlertsUI" as ui
participant "<<analysis>>\nEditAlertsController" as controller
participant "<<analysis>>\nAlertsList" as alertsList
participant "<<analysis>>\nAlert" as alert
activate ui
activate controller
activate alertsList
activate alert
user -> ui : buttonCreateAlertActionPerformed()
ui -> controller : addAlert()
controller -> alertsList : addAlert()
alertsList -> alert : create()
deactivate controller
deactivate ui
@enduml | false | true | false | false | sequence |
d4170bfaddf9fd2337b83a4789b73e58efa187b1 | 0823b999b6c9168dd6f9139af4b4d24e90043021 | /UMl/DiagramaDatosCirculacion.puml | 8e3415c437b3e45ca49aaf7b78e177d861b8691e | [] | no_license | mpata2000/Algo3-TP1-Algovid | f1ee58b088c459cfc956e014da5ecc61cc1cfe79 | ca03f8860131ba69ac3a88f0ceac398e0eddb19e | refs/heads/master | 2023-06-01T19:45:48.306965 | 2021-06-17T17:02:03 | 2021-06-17T17:02:03 | 377,239,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,108 | puml | @startuml DiagramaDatosCirculacion
participant ":DatosCirculacion" as DatosCirculacion
participant ":Persona" as Persona
->DatosCirculacion: puedeCircular()
activate DatosCirculacion
DatosCirculacion -> EstadoVacuna: estaVacunado()
activate EstadoVacuna
EstadoVacuna --> DatosCirculacion: true || false
deactivate EstadoVacuna
DatosCirculacion->EstadoPersonalEsencial: esEsencial()
activate EstadoPersonalEsencial
EstadoPersonalEsencial --> DatosCirculacion: true || false
deactivate EstadoPersonalEsencial
DatosCirculacion -> EstadoPersonaDeRiesgo: esDeRiesgo()
activate EstadoPersonaDeRiesgo
EstadoPersonaDeRiesgo--> DatosCirculacion: true || false
deactivate EstadoPersonaDeRiesgo
DatosCirculacion -> DatosCirculacion: contactosEstrechosPuedeCircular()
activate DatosCirculacion
loop anySatisfy
DatosCirculacion -> Persona: contactoEstrechoNoPuedeCircular
activate Persona
Persona --> DatosCirculacion: true||false
deactivate Persona
end
DatosCirculacion --> DatosCirculacion: true||false
deactivate DatosCirculacion
<--DatosCirculacion: true||false
@enduml | false | true | false | false | sequence |
d45fdab50341407435a04ac792a980c8c27e9998 | 3d33f4e31702fdba9b2d095dd3d91d711409264c | /class-diagram/core-committer-class.puml | e7bd075648cc964624d304441256544e4693eda3 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | JulienGuo/fabric-addsm | 81a181dd4f91160abbd9f131d87e8c187a32c542 | 8a489300031d07c09f44fc0f1687793f6eaaa1c0 | refs/heads/master | 2021-05-04T21:27:43.690594 | 2018-02-02T05:43:34 | 2018-02-02T05:43:34 | 119,926,380 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,790 | puml | @startuml
namespace github.com\\hyperledger\\fabric\\core\\committer {
class LedgerCommitter {
ledger ledger.PeerLedger
validator txvalidator.Validator
eventer ConfigBlockEventer
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer\\txvalidator {
class vsccValidatorImpl {
support Support
ccprovider ccprovider.ChaincodeProvider
sccprovider sysccprovider.SystemChaincodeProvider
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer\\txvalidator {
class txValidator {
support Support
vscc vsccValidator
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer {
interface Committer {
Commit(block *common.Block)error
LedgerHeight()(uint64,error)
GetBlocks(blockSeqs []uint64)[]*common.Block
Close()
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer\\txvalidator {
interface Support {
Ledger()ledger.PeerLedger
MSPManager()msp.MSPManager
Apply(configtx *common.ConfigEnvelope)error
GetMSPIDs(cid string)[]string
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer\\txvalidator {
interface Validator {
Validate(block *common.Block)error
}
}
namespace github.com\\hyperledger\\fabric\\core\\committer\\txvalidator {
interface vsccValidator {
VSCCValidateTx(payload *common.Payload,envBytes []byte,env *common.Envelope)(error,peer.TxValidationCode)
}
}
github.com\\hyperledger\\fabric\\core\\committer.Committer <|- github.com\\hyperledger\\fabric\\core\\committer.LedgerCommitter
github.com\\hyperledger\\fabric\\core\\committer\\txvalidator.Validator <|- github.com\\hyperledger\\fabric\\core\\committer\\txvalidator.txValidator
github.com\\hyperledger\\fabric\\core\\committer\\txvalidator.vsccValidator <|- github.com\\hyperledger\\fabric\\core\\committer\\txvalidator.vsccValidatorImpl
@enduml | false | true | false | false | class |
e919c1ef9cb0cd080dccabd81312810449d1152e | b55e3653fa9143035e01e52e3046ca330ad9ea38 | /m/uml/Client_class.puml | 7eda121e26f5f4dffbf0fd192675d6cf14d0b139 | [] | no_license | akeost/silly | a8c7dab27fe1180a333901f5d17c0d19d455c7c6 | 8beb25c1615c4eb13e62637d2fb631ab4d547118 | refs/heads/master | 2021-01-10T19:51:23.977991 | 2015-06-02T07:26:13 | 2015-06-02T07:26:13 | 33,609,107 | 0 | 3 | null | 2015-05-29T13:13:06 | 2015-04-08T13:39:38 | Java | UTF-8 | PlantUML | false | false | 4,736 | puml | @startuml
title Class diagram of client side
package com.velvet.m.client {
interface ServerListener{
{abstract} diceRolled()
{abstract} playerJoined()
{abstract} playerMoved()
{abstract} gameStarted()
__ or just ? __
{abstract} onEvent()
}
interface ActionListener {
{abstract} actionPerformed()
}
interface PlayerListener {
{abstract} joinEvent()
{abstract} chatEvent(String s)
{abstract} rollEvent()
{abstract} startEvent()
__ or just ? __
{abstract} onEvent()
}
interface GameView {
{abstract} appendChatText()
}
class Client {
- MessageSender sender
- GuiFactory guiFactory
- GameView view
- PlayerListener pl
+ static void main()
GuiFactroy gui = new GuiFactoryImpl()
GameView view = guiFactory.createGameView()
}
class Controller implements PlayerListener, ServerListener {
- GameView view
- MessageSender sender
- ArrayList<Player> p
}
note right of Controller: The controller is bound to the view. \nThis typically means that any user \nactions that are performed on the \nview will invoke a registered listener method \nin the controller class. \nThe controller is given a reference to the\n underlying model.
abstract class GuiFactory {
+ {abstract} GameView createGameView
}
Note bottom of GuiFactory: We want to change the View impl. without changing \nthe caller (Client) to reduce/having loose coupling \ntowards (any) GUI. Here, the FDP creates new \nobject(s) of whatever impl. it chooses.
class GuiFactoryImpl {
+ GameView createGameView()
}
class AkeView implements ActionListener {
- JFrame frame
- PlayerListener pl
--
+ setPLayerListener()
--
+ appendChatText()
}
note right of (AkeView): The view registers as a listener on the model.\n Any changes to the underlying data \nof the model immediately result in a broadcast\n change notification, which the view receives. \nThis is an example of the push model.
class AnotherViewImpl implements ActionListener {
- Console c
--
+ appendChatText()
}
class Player {
- Avatar a
}
class Avatar
note right: Not sure what\n to do with this
class ServerAPI implements TransportListener {
- GameTransport gt
- ServerListener sl
+ sendStartGame(GameCmd cmd)
+ sendJoinGame()
+ sendRollDice()
+ sendChatMsg()
+ setServerListener()
__ private methods __
- onReceive()
}
note left of ServerAPI: Note that the model (service) is not\n aware of the view or the controller \n-- it simply broadcasts change \nnotifications to all interested listeners.
package "com.velvet.m.util " #DDDDDD {
interface TransportListener {
{abstract} onReceive()
}
interface Sender {
+ addHeader()
+ ship()
+ send()
}
note right of Sender: Object composition and DAO Design Pattern\n- Separate low level data accessing API or operations \nfrom high level business services\nhttps://cs.uwaterloo.ca/~a78khan/courses-offered/cs446/ \n2011_05/lectures/2011_06-jun_15_DAO.pdf
class ReceiverMessage implements Runnable {
- todo
+ todo()
}
class SenderMessage {
- TransportListener gtl
- Message msg
____
+ SenderMessage(Message msg) //pass in a Message
+ pack() // from Message (method delegate impl. to Message)
+ send() // from Sender
__ ??? __
+ run()
+ addTransportListener(TransportListener gtl)
- rcvThread()
}
note right of SenderMessage: Composing class that both contains and implements \nthe same interface (IS-A and HAS-A Message)
interface Message extends Serializable {
- GameCmd cmd;
- String response
- String command
+ Message(GameCmd cmd, String txt)
+ pack()
}
note right of Message: A final class \n(from www.bogotobogo.com/Java/ \ntutorial/tcp_socket_server_client.php)\n Object composition and\n DAO Design Pattern\n- Separate low level data accessing API or operations from \nhigh level business services\n\nCommand Pattern?
class ChatMessage implements Message
class RollDiceMessage implements Message
class DiceRolledMessage implements Message
class UdpSender? implements Sender
class BroadCastSender? implements Sender
class Pigeon? implements Sender
enum GameCmd {
JOIN
ROLL_DICE
START
END_TURN
}
}
Client *-- Controller
Client ..> GameView : uses
Client *-- ServerAPI
Client ..> GuiFactory : uses
Controller "0..*" *-- "1" Player
Player *-- Avatar : has a symbol <
Controller o- ServerAPI
'ServerAPI o--- Transport
'Controller o- AkeView
SenderMessage ..|> Sender : implements
SenderMessage ..|> Message : implements
AkeView ..|> GameView : implements
GuiFactory ..> GameView : uses
GuiFactoryImpl --|> GuiFactory : implements
GuiFactoryImpl ..> AkeView : uses
GuiFactoryImpl ..> AnotherViewImpl
AnotherViewImpl ..|> GameView : implements
ReceiverMessage ..|> Sender : implements
ReceiverMessage ..|> Message : implements
TransportApi <-- SenderMessage
TransportApi <-- ReceiverMessage
@enduml
| false | true | false | false | activity |
cef9c1d7167708ad1500bd78c30b91bf3d6c3daa | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Service-Stack/Connected-Car-Cloud/Annotation-Engine/Deployment.puml | 6be6ba0642b10feeaf0fc424d9fd7ba072d1bcb4 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
package "Service-Stack/Connected-Car-Cloud/Annotation-Engine" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
fd82846f76aad83fdf7d4e9f90b0c9de4fc36185 | ccf2cf0bece30198f4d1273e5ea2bace9dd17c3f | /src/main/java/ex42/App.puml | 87929e86633b1a52bce00bc400dfd3f47e13c83c | [] | no_license | JayEspinoza/espinoza-cop3330-assigment3 | 54b8ef5d917e238f02f09208a6a5e90f39e167d7 | d052acd161a16be91cb6eec63ee656f27017c7c1 | refs/heads/master | 2023-06-05T12:36:08.583311 | 2021-06-20T21:38:44 | 2021-06-20T21:38:44 | 378,744,688 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 414 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class dataHandler
class fileMethods
App <--- dataHandler
App <--- fileMethods
class App{
+main(args : String []) : void
}
class dataHandler{
+parseData(inputList : ArrayList<String>) : ArrayList<String>
+ printList(parsedList : ArrayList<String>) : void
}
class fileMethods{
+readFile(inputFile: File, readHelper : Scanner) : ArrayList<String>
}
@enduml | false | true | false | false | class |
f6ed2b5fad339a2d13aff4f7577eb1ebc6266b06 | b27b1c82ff4783149041cd7a81d372f3be98746b | /use_case.puml | adda23c3dedc7ea116e2fdb0f31eba3fb74d3caa | [] | no_license | Huy-Ngo/reddit-design | b9c25f4c79a5bb69507820432a1cda7f3c7c1015 | b91146dc29ae29d9dffe511a8a56c8d8aef3e19d | refs/heads/master | 2022-12-30T09:05:53.794370 | 2020-10-23T03:10:03 | 2020-10-23T03:10:03 | 297,368,530 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,870 | puml | @startuml
skinparam packageStyle rectangle
left to right direction
actor "User" as user
actor "Subreddit Moderator" as mod
actor "Superuser" as su
mod -|> user
rectangle Post as post {
usecase "Manage post" as post_manage
usecase "Vote post" as post_vote
usecase "Lock comment" as post_lock
}
rectangle Comment as cmt {
usecase "Manage comment" as cmt_manage
usecase "Vote comment" as cmt_vote
}
rectangle Subreddit as sub {
usecase "Create subreddit" as sub_create
usecase "View subreddit" as sub_read
usecase "Manage subreddit" as sub_manage
usecase "Add moderator" as sub_add_mod
usecase "Join subreddit" as sub_join
usecase "Leave subreddit" as sub_leave
}
rectangle "User Management" as user_mng {
usecase "View user" as user_read
usecase "Delete user" as user_delete
usecase "Block/unblock user" as user_block
usecase "Ban user from subreddit" as user_ban
}
rectangle "Authentication" as auth {
usecase "Create account" as acc_create
usecase "Log in" as login
usecase "Log out" as logout
usecase "Change password" as pwd_change
}
user --> acc_create
user --> login
user --> logout
user --> pwd_change
user --> post_manage
user --> post_vote
user --> cmt_manage
user --> cmt_vote
user --> sub_create
user --> sub_leave
user --> user_block
user --> user_read
mod -[#green]-> sub_manage
mod -[#green]-> sub_add_mod
mod -[#green]-> user_ban
mod -[#green]-> post_lock
post_manage <-[#blue]- su
cmt_manage <-[#blue]- su
sub_manage <-[#blue]- su
user_read <-[#blue]- su
user_delete <-[#blue]- su
acc_create <-[#blue]- su
login <-[#blue]- su
logout <-[#blue]- su
pwd_change <-[#blue]- su
acc_create ..> login : <<includes>>
post_manage ..> post_read : <<includes>>
cmt_manage ..> cmt_read : <<includes>>
sub_create ..> sub_join : <<includes>>
sub_manage ..> sub_read : <<includes>>
@enduml
| false | true | false | false | usecase |
b5c582cfa1695ff79deee3d89da1bfac43e9ba49 | 54f0570710d72445f30bc8261595126edc5b67ca | /ass12/py2puml.py.puml | 5bdc467dcb743f3fb1117ce9b4753677545ec0b8 | [] | no_license | deadbok/eal_programming | cab8fc7145b5115f887a7b10aad90880a799d118 | 33bf532b397f21290d6f85631466d90964aab4ad | refs/heads/master | 2021-01-13T15:11:19.276462 | 2017-06-13T09:20:51 | 2017-06-13T09:20:51 | 76,203,290 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 129 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
scale 2
class ClassParser{
+visit_ClassDef()
}
@enduml | false | true | false | false | class |
4343dffa971f6f9ce486a0d6cec7694dc79344fe | b157a36576ffd1e6a44c44be704c9e0b732b088b | /src/main/java/factory/SimpleFactory.puml | 0f6b9cc8727422a8fe89235fa2e6d863bf41af6b | [] | no_license | floor07/Hello_DesignParttern | 69fcfd5dd141fb9c34dc52e95b889dccf4277f7a | c1fa8d93c003a9561819416c04ee21d0467e1119 | refs/heads/master | 2021-09-15T02:08:03.315347 | 2018-05-24T03:26:54 | 2018-05-24T03:26:54 | 89,846,798 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 372 | puml | @startuml
class PizzaStore
class SimplePizzaFactory{
Pizza:createPizza()
}
abstract class Pizza{
String type
void : prepare()
void : bake()
void : cut()
void : box()
}
class ChessePizza
class PepperoniPizza
class VeggiePizza
Pizza <|-- ChessePizza
Pizza <|-- PepperoniPizza
Pizza <|-- VeggiePizza
SimplePizzaFactory --> Pizza
PizzaStore -->SimplePizzaFactory
@enduml | false | true | false | false | class |
dcff0d115acc4d41180b35494764aab9a91ff26f | 8184a94dfa68a27a4c00fe4fa4ed017ed14f16e8 | /docs/sequences/end-release.puml | 4206d091b6fdbc16793a1707cfc45f7c0ad340e5 | [] | no_license | techpleiad/jgit-jenkins-pipeline | 308be2d93f2baff4d84d0ee1c5008f04c008164a | 766b76d2c2d1ba13247abf4b952ba6c28066cfd0 | refs/heads/master | 2023-09-06T00:15:10.013978 | 2021-07-21T10:49:39 | 2021-07-21T10:49:39 | 299,353,277 | 1 | 2 | null | 2021-07-21T10:49:40 | 2020-09-28T15:32:34 | Groovy | UTF-8 | PlantUML | false | false | 719 | puml | @startuml
actor "Dev" as dev
participant "Jenkins" as jenkin #lightgreen
dev -> jenkin : Initial Job (Build with Parameters)
alt Input for pipeline
jenkin -> jenkin: Step 1: Input all the **code repositories** (all the microservices code repositories)
jenkin -> jenkin: Step 2: Trigger the pipeline
end
loop Pipeline execution for all the input code repositories
jenkin -> jenkin: Pipeline finds if for the given code repository release branch exists or not.
alt If Release branch found
jenkin -> jenkin: Release is ended by the jgit plugin command
else no release branch
jenkin -> jenkin: __code repo <name> is not eligible for release end.
end
end
jenkin -> dev: Finish job
@enduml | false | true | false | false | usecase |
f052f8cfe568cb4a104964c0bf37c362347253d4 | 6558255fb4c77f2522ebc21fd7101b377a999c14 | /doc/processing-model.puml | 1ab58280121a0453d83b6417604fffcb51a8fbec | [
"MIT"
] | permissive | JoernT/Fore | 7350bbab757fe6bac1f435f75c32372a06765e3c | 843123286f8b88fe81ce47ced1122775e5e05bf6 | refs/heads/dev | 2023-03-04T23:27:04.650074 | 2021-03-12T15:34:38 | 2021-03-12T15:34:38 | 295,987,333 | 2 | 2 | MIT | 2023-03-03T03:27:02 | 2020-09-16T09:33:42 | JavaScript | UTF-8 | PlantUML | false | false | 1,162 | puml | @startuml
== Initialization ==
actor user
user -> xform
activate xform
note right: _init()
xform -> xmodels: _triggerModelConstruct
activate xmodels
note right: _modelConstruct()
xmodels -> xinstances
activate xinstances
xinstances -> xinstances: init
note right: creates standalone DOM document for each instance
deactivate xinstances
xmodels -> xmodels: updateModel
activate xmodels
xmodels -> xmodels:rebuild
xmodels -> xbinds: init
activate xbinds
note right of xbinds
evaluate bind expression
and set 'nodeset' property
end note
xbinds -> xbinds: _createModelItem*
note right of xbinds
evaluate all modelItem properties:
calculate,
readonly,
required,
relevant,
valid,
type,
value
for each node in the nodeset
end note
xbinds -> xmodels: registerBinding
deactivate xbinds
xmodels -> xmodels:recalculate
xmodels -> xmodels:revalidate
deactivate xmodels
xmodels -> xform: dispatch model-construct-done
xform -> xform: initUI
activate xform
xform -> xform: dispatch ready
xform -> xform: refresh
activate xform
xform -> boundElements: refresh
deactivate xform
boundElements -> boundElements: evalBinding
note right: sets 'nodeset' property
@enduml | false | true | false | false | sequence |
702fcadad2d402a59420241bd2ec2df483b1d285 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/dp-composite-ex-2.plantuml | 8d729588f1e8d0be8f086510a30c704ee2446014 | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 261 | plantuml | @startuml
abstract class Shipment {
+ count(): int
}
class Box extends Shipment {
+ count(): int
- contents: Shipment
}
class Shirt extends Shipment
class Pants extends Shipment
class Shoes extends Shipment {
+ count(): int
}
Shipment --* Box
@enduml
| false | true | false | false | class |
3759b1c2e96f06b9c66962069b2e875469f22f99 | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Classes/Interfaces/IDoor.puml | 4edbaa882b80fbea72db54fda502001b5cca3949 | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | puml | @startuml
interface IDoor {
<<event>> Opened : EventHandler
<<event>> Closed : EventHandler
Open() : void
Close() : void
}
@enduml
| false | true | false | false | class |
089a0c94c18baf9396bebce3444017fdd3b76a0c | 61bd728a794674110bf2a8b4536e08bd7fe6a504 | /src/kotlin_example/command/command.puml | b1b3aa4ef151dff4d2a1fea43664ac96944fd9e4 | [
"MIT"
] | permissive | wafer-li/DesignPatternExample | 5a73e9b0947fb213a103207dab487f26f59aa2c6 | 9e402bd7d270fad028e4ec7fc0ca7143ca3dadff | refs/heads/master | 2020-04-06T06:14:17.485045 | 2019-07-01T07:36:21 | 2019-07-01T07:36:21 | 73,566,948 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 293 | puml | @startuml
class Client
class Invoker
class Receiver
interface Command {
void execute()
}
class ConcretCommand {
void execute()
}
Client -> ConcretCommand
Client -down-> Receiver
Invoker -> Command
ConcretCommand .up.|> Command
ConcretCommand -> Receiver
hide empty members
@enduml
| false | true | false | false | class |
f3c9a6ecdac36dbce0276a3eea09220dcf6bae51 | 14be5228d52d9a7e9db16de48d4b262ce33d6257 | /Anno_2018_2019/Esercitazione2018_10_29/Assets/Architecture.puml | c7c8b98bc22aaf82d34d2959865fbf0938c58a13 | [] | no_license | a-pucci/GameDev-1anno-2016-2017 | d7625be64b1878ab4e2155aea35c2f141265190a | 0b1298c4524864db30f62c7a6483554786a64fe8 | refs/heads/master | 2021-06-20T13:36:53.455226 | 2019-02-26T20:33:21 | 2021-04-02T18:03:00 | 74,010,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,572 | puml | @startuml
hide empty fields
hide empty methods
class DailyQueue << "ScriptableObject" >>
{
+ Person[] queue
}
class Document << "ScriptableObject" >>
{
+ documentPicture : Sprite
+ id : int
}
Class Person << "ScriptableObject" >>
{
+ face : Sprite
+ name : string
+ surname : strnig
+ birthdate : string
+ birthplace : string
+ country : string
+ document : Document
+ arrivalDialogue : string
+ acceptDialogue : string
+ denyDialogue : string
}
Class Names << "ScriptableObject" >>
{
+ string[] names
+ GetRandomName() : string
}
Class Images << "ScriptableObject" >>
{
+ Sprite[] faces
+ GetImageAt() : Sprite
+ SortImages() : void
}
Class GameManager
{
+ dailyQueue : DailyQueue
+ person : PersonObj
- FillList() : void
- NextPerson() : void
- listenSpeaking() : void
}
Class Alarm
{
+ baloonPrefab : GameObject
- CallNextPerson() : void
- ListenSpeaking() : void
}
Class Baloon
{
+ text : Text
+ AlarmSpeakinEnded : Action
+ LeavingSpeakEnded : Action
+ Speak() : void
- Move() : void
}
Class DocumentObj
{
+ documentPicture : Image
+ documentId : Text
+ name : Text
+ surname : Text
+ birthDate : Text
+ birthPlace : Text
+ country : Text
- person : Person
+ SetOwner() : void
- FillDocument() : void
}
Class PersonObj
{
+ baloonPrefab : GameObject
+ documentObj : DocumentObj
+ StartTalking : Action
- face : Image
+ NewPerson() : void
- Accepted() : void
- Denied() : void
- Arrival() : void
}
Class PersonGenerator
{
{static} - Names[] maleNames
{static} - Names[] femaleNames
{static} - Names[] surnames
{static} - Names[] cities
{static} - Names[] countries
{static} - Images[] maleFaces
{static} - Images[] maleDocumentFaces
{static} - Images[] femaleFaces
{static} - Images[] femaleDocumentFaces
{static} + GenerateRandomPerson() : Person
{static} - LoadAssets() : void
{static} - GetRandomName() : string
{static} - SetRandomFace() : void
{static} - GetRandomDate() : string
{static} - GetRandomId() : int
}
GameManager ---> PersonGenerator : use
GameManager --> DailyQueue : use
GameManager --> PersonObj : refer
PersonGenerator --> Names : use
PersonGenerator --> Images : use
PersonGenerator -> Person : create
Person --> Document : use
PersonObj --> Person : use
DailyQueue --> Person : use
PersonObj --> DocumentObj : use
Alarm -> Baloon : use
Baloon <-- PersonObj : use
@enduml | false | true | false | false | sequence |
287d3d47d1508d9f4e8d1d22daeee1cf3c8c906c | 0cbab4df96db6bb5892b3dd54d128c6e5673ad07 | /.idea/modules/app/app.plantuml | 506d95c0d60e2550668e6c013bd4667fc5fb1a00 | [] | no_license | ofekyariv/XOProject | 4f5aa26f8a3062bbb0bb42af193e7f8ecc6833d1 | 90bc72a0860fe5b2848c3f2645ef7775a4a2ad1f | refs/heads/main | 2023-06-02T19:00:47.497214 | 2021-06-24T18:14:57 | 2021-06-24T18:14:57 | 371,459,678 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,529 | plantuml | @startuml
title __SPLASHSCREEN.APP's Class Diagram__\n
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.BackgroundSoundService {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.BuildConfig {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Controller {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Forgot_pass {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.GameOverActivity {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.ListActivity {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.LoginActivity {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.MainActivity {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.ModeSelectActivity {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Model {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.MyBroadcastReceiver {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Player {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.PlayerAdapter {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.PlayerDataBase {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Register {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.SplashScreen {
}
}
namespace tal.XOProject.tictactoe {
class tal.XOProject.tictactoe.Userprofile {
}
}
tal.XOProject.tictactoe.BackgroundSoundService -up-|> android.app.Service
tal.XOProject.tictactoe.Controller o-- tal.XOProject.tictactoe.Model : model
tal.XOProject.tictactoe.Forgot_pass -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.GameOverActivity -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.ListActivity .up.|> android.widget.AdapterView.OnItemLongClickListener
tal.XOProject.tictactoe.ListActivity -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.ListActivity o-- tal.XOProject.tictactoe.PlayerAdapter : adapter
tal.XOProject.tictactoe.ListActivity o-- tal.XOProject.tictactoe.PlayerDataBase : playerDataBase
tal.XOProject.tictactoe.LoginActivity -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.MainActivity o-- tal.XOProject.tictactoe.Controller : controller
tal.XOProject.tictactoe.ModeSelectActivity -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.MyBroadcastReceiver -up-|> android.content.BroadcastReceiver
tal.XOProject.tictactoe.Player .up.|> java.lang.Comparable
tal.XOProject.tictactoe.PlayerAdapter -up-|> android.widget.ArrayAdapter
tal.XOProject.tictactoe.PlayerDataBase -up-|> android.database.sqlite.SQLiteOpenHelper
tal.XOProject.tictactoe.Register -up-|> androidx.appcompat.app.AppCompatActivity
tal.XOProject.tictactoe.SplashScreen -up-|> androidx.appcompat.app.AppCompatActivity
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 |
5f6385593bad827e10ad5be042598cfefcc569c3 | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii01/doc/plantuml/ua/khpi/oop/malokhvii01/TaskPerformerForBinaryValues.puml | a7b9b715df8d99f05c08710eac775582e4d2823f | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 390 | puml | @startuml
class TaskPerformerForBinaryValues {
-binaryNumbers: ArrayList<String>
-taskValues: TaskValues
+TaskPerformerForBinaryValues(TaskValues)
+countAmountOfBitsInNumber(String, char): long
+countAmountOfOnesInNumbers(): long
+countAmountOfZeroesInNumbers(): long
+setTaskValues(TaskValues): void
}
@enduml
| false | true | false | false | class |
7308e2c7e7abc4da2ae67b41ed9e9c839157e158 | 9623791303908fef9f52edc019691abebad9e719 | /src/cn/shui/order/wildcard_matching_44/wildcard_matching_44.plantuml | 7d2b5dfbc105f0c4e035b3fc9551e8344fb8a0c5 | [] | no_license | shuile/LeetCode | 8b816b84071a5338db1161ac541437564574f96a | 4c12a838a0a895f8efcfbac09e1392c510595535 | refs/heads/master | 2023-08-17T04:53:37.617226 | 2023-08-15T16:18:46 | 2023-08-15T16:18:46 | 146,776,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 464 | plantuml | @startuml
title __WILDCARD_MATCHING_44's Class Diagram__\n
namespace cn.shui.order {
namespace wildcard_matching_44 {
class cn.shui.order.wildcard_matching_44.Solution {
{static} + main()
{static} - isMatch()
}
}
}
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 |
5fe793e21c513def82dd58e6b94113266212b974 | 431f196cfb2e3be32eab3d445fe8377d02ca2e3d | /docs/architecture/Articles_ExplicitArticleReviews_Modules/Sequence-ArticlePublishing.puml | 5371e9bf73e50eb3d3b1386bc9a788821ca7d5b8 | [] | no_license | knizamov/publishing-house | e612721cac4cffd8480b067a6e8bf7c3184c353c | 209954d40b6142d38cbc3636364e71025711a72d | refs/heads/main | 2023-04-24T00:43:46.627966 | 2021-05-13T00:56:14 | 2021-05-13T00:56:14 | 366,883,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,503 | puml | @startuml
participant Magazines
actor Journalist
participant Articles as "Articles"
participant ArticleReviews as "Article Reviews"
actor Copywriter
autonumber
Journalist -> Magazines: Views magazine topics
Journalist -> Articles: Submits a draft article for a topic
autonumber 3 0
group Article Review Request [Manually by Journalist]
Journalist -> ArticleReviews: Requests a review (v1)
else Automatically by Articles
Articles -> ArticleReviews: Requests a review (v1)
else Manually by Copywriter
Copywriter -> ArticleReviews: Initiates a review
end
autonumber 4
ArticleReviews -> ArticleReviews: Begin article review
ArticleReviews <-]: Assign a copywriter for a review
Copywriter -> Articles: Views the draft article (v1)
Copywriter -> ArticleReviews: Suggests changes to the draft article (v1)
Journalist -> ArticleReviews: Views suggested changes
Journalist -> Articles: Edits the draft article (v1 -> v2)
Journalist -> ArticleReviews: Requests a review (v2)
Journalist -> ArticleReviews: Marks the suggested change as applied
Copywriter -> Articles: Views the draft article (v2)
Copywriter -> ArticleReviews: Marks the suggested change as resolved
Journalist -> Articles: Publishes the article
activate Articles
Articles -> ArticleReviews: Checks Article Review Status
Articles <- ArticleReviews: Approved (No Unresolved Change Suggestions)
Journalist <- Articles: Successful response
deactivate Articles
Articles -->> ArticleReviews: Article Published
@enduml | false | true | false | false | usecase |
e622a5c82567144cf4dac1c19d6c34dafae46f6d | 6b94956262f6a8825dea7f2823a3f33ee322e39e | /docs/diagrams/uiArchitecture.puml | 7e159a7a63131a5516a8c5f920d23489b2aa3012 | [] | no_license | AY2021S2-CS2113T-F08-4/tp | 607eea5a4fe93824d6aa573c087fae90ad920eff | 7c8b292c9c0cda3d4fbb3652f821c2cfef2051cd | refs/heads/master | 2023-04-01T01:28:10.618333 | 2021-04-12T14:40:07 | 2021-04-12T14:40:07 | 344,644,962 | 0 | 4 | null | 2021-04-12T14:40:08 | 2021-03-05T00:13:09 | Java | UTF-8 | PlantUML | false | false | 318 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
package Ui {
class Ui {
- {static} longHorizontalLine : String
+ {static} readCommand() : String
+ {static} readCommandToInt() : Int
+ {static} printMainMenu()
+ {static} printInvalidInputMessage()
}
}
@enduml
| false | true | false | false | class |
95cbad14141fe9969db0c1d58707f3960bc4ac67 | 11d437ec5d6859b8210a4c5ddd727c1e4f3d953d | /uml/submission.puml | ae77348f041c31c8bd308c3d5ae3f5bc58c2b7d0 | [] | no_license | minininja/go-crowd-brain-bot | 867e06a67ff08ecd0ebb3f8bfe175d50d26a473c | 903e5bbfb3f4398a06b5b1bbb51387d7c5284adc | refs/heads/master | 2020-06-12T05:28:41.392190 | 2019-07-16T13:22:33 | 2019-07-16T13:22:33 | 194,207,643 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,239 | puml | @startuml
Participant DB as db
Actor GeneralUser as gu
Actor Moderator as mod
Participant Bot as bot
alt submission flow
gu -> bot : ~content <type>|<keyword>|<content>
bot -> bot : validate content (rules?)
alt optional create category flow
bot -> db : insert into category (name) values (?)
end
bot -> db : insert into content (catagory_id, keyword, content, state) values (categoryId, keyword, content, "pending")
bot -> gu : reply with notice that content as pending
end
alt removal flow
mod -> bot : ~remove <category>|<keyword>
bot -> db : select * from category where category = ?
alt no category flow
bot -> mod : reply with category doesn't exist
end
bot -> db : select * from content where category = ? and keywork = ?
alt doesn't exist flow
bot -> mod : reply with record not found
end
alt doesn't exist flow
bot -> db : update content set status = "deleted" where category = ? and keyword = ?
bot -> mod : reply with content removed
end
end
alt moderation queue flow
mod -> bot : ~pending
bot -> db : select * from content where status = 'pending'
bot -> mod : reply with list of category/keywords that are pending
end
alt moderation flow
mod -> bot : ~pending <category>|<keyword>
bot -> db : select * from content where category = ? and keyword = ? and status = 'pending'
bot -> mod : reply with the record id, keyword and content
alt accept flow
mod -> bot : ~accept <record id>
bot -> db : select * from content where category = ? and keyword = ?
alt new version optional flow
bot -> db : update content set status = 'replaced' where category = ? and keyword = ?
end
bot -> db : update content set status = "accepted" where record_id = ?
bot -> gu : DM to gu "content accepted"
bot -> mod : reply with "content accepted"
end
alt reject flow
mod -> bot : ~reject <record id>|<why>
bot -> db : update content set status = 'rejected' where record_id = ?
bot -> gu : DM to gu "content rejected & why"
bot -> mod : reply with "content rejected"
end
end
alt what can I search for flow
gu -> bot : ~categories
bot -> db : select * from categories
bot -> gu : reply with list of categories
end
alt keyword flow
gu -> bot : ~<category> <keyword
bot -> db : select * from content
bot -> gu : reply with the content
end
@enduml | false | true | false | false | usecase |
f9cebe175980022456eff17d4fa759a4aa2c6a57 | 4e735a2b94ef137437adc8798f08fe9ca8b8b6c5 | /docs/diagrams/budget/BudgetClassDiagram.puml | 1665091bdd7a2224482d2bfd13e711da932558a8 | [
"MIT"
] | permissive | AY1920S1-CS2103T-T11-1/main | 077c196c06f1ce91d5fb1afe8b969390ba737f85 | e2e0e05955f04931ddaff41685a3dba64c0e6e86 | refs/heads/master | 2020-07-21T05:18:09.774695 | 2019-11-12T15:45:13 | 2019-11-12T15:45:13 | 206,758,681 | 0 | 7 | NOASSERTION | 2019-11-12T15:18:58 | 2019-09-06T09:19:12 | Java | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
class Budget {
-boolean: isPrimary
+{static}deepCopy() : Budget
+calculateProportionUsed(): Percentage
+normalize(anchor : Timestamp) : Budget
+refresh() : void
+getCurrentPeriodExpenses() : ObservableList<Expense>
+transferExpensesTo(other : Budget) : void
}
Budget -right-> "1" BudgetWindow : budgeting period
Budget -up-> "1" Description : name
Budget -up-> "1" Price : amount
Budget o-down-> "0..*" Expense : expenses
@enduml
| false | true | false | false | sequence |
7d0e8fdc5bbf49ff57788d406825556c329fe284 | d702b31e656edcb9944228c0309f153bdff29eec | /src/main/java/de/gematik/ti/healthcardaccess/healthcards/healthcards.plantuml | 2eda214563a566057c6d20183be159f75a3beb0c | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,294 | plantuml | @startuml
title __HEALTHCARDS's Class Diagram__\n
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Egk2 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Egk21 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Hba2 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Hba21 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusInvalid {
+ isValid()
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusUnknown {
+ isValid()
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusValid {
+ HealthCardStatusValid()
+ getHealthCardType()
+ isValid()
+ setHealthCardType()
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Smcb2 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Smcb21 {
}
}
}
namespace de.gematik.ti.healthcardaccess {
namespace healthcards {
class de.gematik.ti.healthcardaccess.healthcards.Unknown {
}
}
}
de.gematik.ti.healthcardaccess.healthcards.Egk2 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.Egk21 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.Hba2 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.Hba21 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusInvalid .up.|> de.gematik.ti.healthcardaccess.IHealthCardStatus
de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusUnknown .up.|> de.gematik.ti.healthcardaccess.IHealthCardStatus
de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusValid .up.|> de.gematik.ti.healthcardaccess.IHealthCardStatus
de.gematik.ti.healthcardaccess.healthcards.HealthCardStatusValid o-- de.gematik.ti.healthcardaccess.IHealthCardType : healthCardType
de.gematik.ti.healthcardaccess.healthcards.Smcb2 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.Smcb21 .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
de.gematik.ti.healthcardaccess.healthcards.Unknown .up.|> de.gematik.ti.healthcardaccess.IHealthCardType
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 |
8702bf2cfa1ef6f11fb17d6de1469ee29c807eda | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/workforce/media/src/useCase14WorkOrderStates.puml | 905f3d2c0c6fb970f115b721a563677fe3544e11 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 600 | puml | @startuml
'skinparam Linetype polyline
'skinparam Linetype ortho
skinparam state {
BackgroundColor White
BorderColor Black
}
hide empty description
'''decisions'''
state all_tasks_completed <<choice>>
note left of all_tasks_completed : All tasks completed?
''' diagram'''
[*] -d-> open
open -d-> inProgress
open -d-> planned
planned -d-> inProgress
planned -d-> cancelled
open -d-> cancelled
inProgress -d-> all_tasks_completed
all_tasks_completed --> completed : yes
all_tasks_completed --> unableToComplete : no
cancelled --> [*]
unableToComplete --> [*]
completed --> [*]
@enduml | false | true | false | false | sequence |
7d5268836a843f9c60d36c5fc68c27e0c4c8c439 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint2/ipc04_01_Analysis_02.puml | 4ef3c999af8f1dbb434f2d66685f1313a86374f0 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 576 | puml | @startuml doc-files/ipc04_01_Analysis_02.png
actor User
participant "<<analysis>>\nUI" as UI
participant "<<analysis>>\nExportUI" as exUI
participant "<<analysis>>\nExportCtrl" as ctrl
participant "<<analysis>>\nExportFile" as file
participant "<<analysis>>\nSpreadSheet" as spread
User -> UI : select export file
UI -> exUI : open()
exUI -> User : ask for information
User -> exUI : choose file, delimiter and if header
exUI -> ctrl : exportFile(file,delimiter,header)
ctrl -> spread : list = getCllectedCells(delimiter)
ctrl -> file : exportFile(file,header,list)
@enduml
| false | true | false | false | usecase |
4f8ceb13f9d27f87169a9a1474e6beface408ca7 | fd897e6c0f99648aa6aef2208a6242b397ce477b | /doc/thread_class.plantuml | 413a7e2890bff041c08a1067918cebacc8d0e1d6 | [] | no_license | xxrlzzz/flutter_thread_demo | a97cebd47016b967af2fb4e2fc156c2434f0f349 | 0fd32a442d3f3cb21b3c23ed80a47bed5b56a22b | refs/heads/master | 2023-04-16T21:52:09.240181 | 2021-04-30T09:53:54 | 2021-04-30T09:53:54 | 363,094,799 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,013 | plantuml | @startuml thread
class Thread {
- unique_ptr<std::thread> thread_
- RefPtr<TaskRunner> task_runner_
}
class MessageLoop {
- RefPtr<MessageLoopImpl> loop_
- RefPtr<fml::TaskRunner> task_runner_
+ {static} MessageLoop& GetCurrent()
+ Run()
+ Terminate()
+ AddTaskObserver(intptr_t key, const closure& callback)
+ RemoveTaskObserver(intptr_t key)
+ RefPtr<fml::TaskRunner> GetTaskRunner() const;
}
class TaskRunner {
- RefPtr<MessageLoopImpl> loop_
+ PostTask(const closure& task)
+ PostTaskForTime(const closure& task, TimePoint target_time)
+ PostDelayedTask(const closure& task, TimeDelta delay)
+ TaskQueueId GetTaskQueueId()
}
abstract MessageLoopImpl {
- RefPtr<MessageLoopTaskQueues> task_queue_
- TaskQueueId queue_id_
+ PostTask(const closure& task, TimePoint target_time)
+ AddTaskObserver(intptr_t key, const closure& callback)
+ RemoveTaskObserver(intptr_t key)
+ TaskQueueId GetTaskQueueId()
+ {abstract} Run()
+ {abstract} Terminate()
}
abstract Wakeable {
- {abstract} WeakUp(TimePoint time_point)
}
class MessageLoopTaskQueues {
+ {static} RefPtr<MessageLoopTaskQueues> GetInstance()
+ TaskQueueId CreateTaskQueue()
+ Dispose(TaskQueueId queue_id)
+ DisposeTasks(TaskQueueId queue_id)
- map<TaskQueueId, unique_ptr<TaskQueueEntry>> queue_entries_
}
class MessageLoopLinux {
}
class MessageLoopDarwin {
}
class MessageLoopWin {
}
class TaskQueueEntry {
- Wakeable* wakeable_
- map<intptr_t, closure> task_observers_
- DelayedTaskQueue delayed_tasks_
}
class DelayedTask {
+ closure task_;
+ TimePoint target_time_;
}
Thread o-- TaskRunner
TaskRunner o-- MessageLoopImpl
Wakeable <|-- MessageLoopImpl
MessageLoopImpl::task_queue_ *-- MessageLoopTaskQueues
MessageLoopImpl <|-- MessageLoopLinux
MessageLoopImpl <|-- MessageLoopDarwin
MessageLoopImpl <|-- MessageLoopWin
MessageLoop o-- MessageLoopImpl
MessageLoop o-- TaskRunner
MessageLoopTaskQueues::queue_entries_ o-- TaskQueueEntry
TaskQueueEntry::delayed_tasks_ o-- DelayedTask
TaskQueueEntry::wakeable_ -- Wakeable
@enduml | false | true | false | false | class |
314b2e078457b112a982cb5cf2ba0c3ff8b50a9e | 1f462a7a8727ed8020d0ddd9375e5311709f9fe2 | /doc/protocol/class.puml | 109c91915a4ea4accea9d51593c3837bbec9c09f | [] | no_license | bmarsaud/mifa-core | c5b8be2c249a4bc4381050a4e01b2ab70ebee412 | e3449ef0e22cebe344fc38ce977fba6575edb366 | refs/heads/master | 2020-07-28T07:19:19.235818 | 2019-10-09T07:53:44 | 2019-10-09T07:53:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 870 | puml | @startuml
class Packet {
}
class AuthPacket {
- nickname : String
}
class MessagePacket {
- message : Message
}
class JoinRoomPacket {
- roomId: int
}
class JoinedRoomPacket {
- room: Room
}
class LeaveRoomPacket {
- roomId : int
}
class RoomListPacket {
- rooms : List<Pair<Integer, String>>
}
class HelloPacket {
}
Packet <|-- AuthPacket
Packet <|-- MessagePacket
Packet <|-- JoinRoomPacket
Packet <|-- LeaveRoomPacket
Packet <|-- RoomListPacket
Packet <|-- HelloPacket
class Message {
- id : int
- roomId : int
- authorId : int
- authorName : String
}
class TextMessage {
- text : String
}
Message <|-- TextMessage
class Room {
- id : int
- name : String
- messages : List<Message>
}
class User {
- id : int
- nickname : String
- joinedRoomsIds : List<Integer>
}
MessagePacket "1" <-- Message
Room "0.n" <-- Message
JoinedRoomPacket -- Room
@enduml | false | true | false | false | class |
0b3ab60720b3d24d3503a361c1a5e8ae9796d890 | 7ae1c52400d2686f51cfc147485d1315b97aa4a6 | /src/main/java/com/pattern/adapter/adapter1.puml | 1413564fda5575779abcdf2abe0c5d718dcbea69 | [
"MIT"
] | permissive | zoopaper/design-pattern | af2bc7bd46a0c4a07221456414455f4809a8820d | aed89418c6740e3ec411edf290d8940c1e0bb5bc | refs/heads/master | 2023-06-21T02:43:41.505684 | 2022-12-25T15:34:13 | 2022-12-25T15:34:13 | 29,868,642 | 8 | 10 | MIT | 2023-06-13T22:49:04 | 2015-01-26T16:01:23 | Java | UTF-8 | PlantUML | false | false | 918 | puml | @startuml
package org.apache.spark.ui <<Frame>>{
abstract class WebUIPage
abstract class WebUITab
abstract class SparkUITab extends WebUITab
}
package org.apache.hive.service.cli <<Frame>> {
class SessionManager
class OperationManager
}
package org.apache.spark.sql.hive.thriftserver <<Frame>>{
class SparkSQLSessionManager extends SessionManager
class SparkExecuteStatementOperation extends OperationManager
class HiveThriftServer2
class SparkSQLEnv
}
package org.apache.spark.sql.hive.thriftserver.ui <<Frame>>{
interface SQLEventListener
class SQLPage extends WebUIPage
class SQLUIListener extends SQLEventListener
class SQLTab extends SparkUITab
}
SparkSQLSessionManager *--"1" SQLEventListener : contains
HiveThriftServer2 --> SQLTab : create
SparkSQLEnv --> SQLUIListener : create
SparkExecuteStatementOperation *--"1" SQLEventListener : contains
@enduml | false | true | false | false | sequence |
1a484049938ce22e496b4827831ac6bf865fbc92 | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/03.RWWW#26.record-action-execution-info/RIAP#62.class.1.plantuml | b3a9458322c5c03dd3845a2cd8ba03d50b027f43 | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,368 | plantuml |
@startuml RIAP#62.class.1
skinparam monochrome true
package UI {
class MainActivity <<Activity>> {
}
class AllActionsFragment <<Fragment>> {
void userWantsToExecute(HorusAction)
}
MainActivity -u-> AllActionsFragment
}
package Domain {
class HorusAction <<Entity>> {
Drawable icon
UUID identifier
LocalizableString name
void perform()
}
class ActionExecution <<VO>> {
DateTime time
String userIdentifier
String deviceIdentifier
}
class ExecuteAction <<Interactor>> {
void perform()
}
interface ActionExecutionRepository <<Repository>> {
+ void add(ActionExecution)
}
ActionExecution -l-> HorusAction
ActionExecutionRepository .u.> ActionExecution
ExecuteAction -u-> HorusAction
ExecuteAction -u-> ActionExecution
ExecuteAction -r-> ActionExecutionRepository
}
package Infrastructure {
class AppExecutionRepository <<Repository>> {
+ void add(ActionExecution)
}
class AppExecutionDAO <<DAO>> {
+ void create(ActionExecution)
}
AppExecutionRepository -r-> AppExecutionDAO
}
AllActionsFragment -u-> ExecuteAction
AppExecutionRepository .u.|> ActionExecutionRepository
Infrastructure -[hidden]u-> Domain
Infrastructure -[hidden]l-> UI
hide empty members
@enduml
| false | true | false | false | class |
8c4a529380f6efd174bf33cd1fe3bfdccb2401a7 | 70348c0533ebe1305d384ebfc6a615e34952b6cd | /docs/sequence.puml | 24e01d76602b0b49435552fb470ee07b2161c3bb | [
"Unlicense"
] | permissive | scippio/gapi | 79247ebe52b84750b6553f24c988b4c89651271c | 5d60b4ed80504dcc8e085033b3e2980a5e4d3296 | refs/heads/master | 2021-01-24T20:26:28.179168 | 2014-11-07T10:48:04 | 2014-11-07T10:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | puml | @startuml
Client -> "Server REST": Send request
activate "Server REST"
"Server REST" --> "Server AUTH": Authentication request
activate "Server REST" #DarkSalmon
activate "Server AUTH" #DarkSalmon
"Server REST" <-- "Server AUTH": Authentication response
deactivate "Server AUTH"
"Server REST" --> "Server SPARQL": SPARQL request
activate "Server SPARQL" #skyblue
activate "Server REST" #skyblue
"Server REST" <-- "Server SPARQL": SPARQL response
deactivate "Server SPARQL"
Client <- "Server REST": Send response
deactivate "Server REST"
deactivate "Server REST"
deactivate "Server REST"
@enduml
| false | true | false | false | sequence |
ce21cf7fdec96debe2d2f7d2df716080f9d56ae6 | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/controller/controllers.puml | a434015db5ba82d502d7e9df751fb28c67ea429f | [
"MIT"
] | permissive | hataketsu/PetStore4 | 39b107ab004d16c23076a4d5ab24b81c9bc0d8de | 479b0709e7d9f202b6fa90adf8a6c4a874681fa3 | refs/heads/master | 2020-03-19T17:09:25.162293 | 2019-12-26T16:26:31 | 2019-12-26T16:26:31 | 136,746,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,129 | puml | @startuml
class Controller{
}
class AdminController{
+ dashboard()
}
class AdsController{
+ manage()
}
class AdsController{
+ create()
}
class AdsController{
+ store(Request $request)
}
class AdsController{
+ show($id)
}
class AdsController{
+ edit($ads_id)
}
class AdsController{
+ update(Request $request, $ads_id)
}
class AdsController{
+ destroy($id)
}
class AdsController{
+ delete($id)
}
class Auth.LoginController{
+ __construct()
}
class Auth.ResetPasswordController{
+ __construct()
}
class Auth.ForgotPasswordController{
+ __construct()
}
class Auth.RegisterController{
+ __construct()
}
class Auth.RegisterController{
+ confirm($id, $confirmation_code)
}
class BlogController{
+ index()
}
class BlogController{
+ manage()
}
class BlogController{
+ create()
}
class BlogController{
+ store(Request $request)
}
class BlogController{
+ show($id)
}
class BlogController{
+ edit($id)
}
class BlogController{
+ update(Request $request, $id)
}
class BlogController{
+ destroy($id)
}
class BlogController{
+ delete($id)
}
class BlogController{
+ show_page(Request $request)
}
class CartController{
+ index(Request $request)
}
class CartController{
+ add_to_cart(Request $request, $product_id, $number)
}
class CartController{
+ remove_from_cart(Request $request, $product_id)
}
class CartController{
+ update_cart(Request $request)
}
class CartController{
+ checkout(Request $request)
}
class CartController{
+ save_checkout(Request $request)
}
class CartController{
+ apply_discount(Request $request)
}
class CategoryController{
+ manage()
}
class CategoryController{
+ create()
}
class CategoryController{
+ store(Request $request)
}
class CategoryController{
+ show($id)
}
class CategoryController{
+ edit(Category $category)
}
class CategoryController{
+ update(Request $request, Category $category)
}
class CategoryController{
+ destroy($id)
}
class CategoryController{
+ delete($id)
}
class DiscountController{
+ manage()
}
class DiscountController{
+ create()
}
class DiscountController{
+ store(Request $request)
}
class DiscountController{
+ edit(Discount $discount)
}
class DiscountController{
+ update(Request $request, Discount $discount)
}
class DiscountController{
+ destroy($id)
}
class DiscountController{
+ delete($id)
}
class HomeController{
+ index()
}
class OrderController{
+ all()
}
class OrderController{
+ manage()
}
class OrderController{
+ show(Request $request, $id)
}
class OrderController{
+ dispose($id)
}
class OrderController{
+ confirm($id)
}
class OrderController{
+ ship($id)
}
class OrderController{
+ done($id)
}
class ProcessImage{
+ process_image( $file )
}
class ProductController{
+ manage()
}
class ProductController{
+ create()
}
class ProductController{
+ store(Request $request)
}
class ProductController{
+ show(Product $product)
}
class ProductController{
+ edit(Product $product)
}
class ProductController{
+ update(Request $request, $id)
}
class ProductController{
+ destroy($id)
}
class ProductController{
+ save_comment(Request $request, $product_id)
}
class ProductController{
+ like_product(Request $request, $product_id)
}
class ProductController{
+ dislike_product(Request $request, $product_id)
}
class ProductController{
+ add_to_wishlist(Product $product)
}
class ProductController{
+ remove_from_wishlist(Product $product)
}
class ProfileController{
+ info(Request $request)
}
class ProfileController{
+ save_info(Request $request)
}
class ProfileController{
+ change_password(Request $request)
}
class ProfileController{
+ save_password(Request $request)
}
class SearchController{
+ search(Request $request)
}
class SearchController{
+ all(Request $request)
}
class SearchController{
+ category(Request $request, $category_id)
}
class SearchController{
+ sale_off(Request $request)
}
class SearchController{
+ wish_list(Request $request)
}
class SettingController{
+ index()
}
class SettingController{
+ save(Request $request)
}
class StatisticsController{
+ index(Request $request)
}
class UserController{
+ index()
}
class UserController{
+ delete( $id )
}
class UserController{
+ make_admin( $id )
}
class UserController{
+ unmake_admin( $id )
}
BlogController -right-|> Controller
HomeController -right-|> Controller
AdminController -right-|> Controller
DiscountController -up-|> Controller
ProfileController -down-|> Controller
CategoryController -left-|> Controller
AdsController -up-|> Controller
Auth.LoginController -up-|> Controller
Auth.ResetPasswordController -up-|> Controller
Auth.ForgotPasswordController -up-|> Controller
Auth.RegisterController -up-|> Controller
StatisticsController -left-|> Controller
SettingController -left-|> Controller
OrderController -down-|> Controller
CartController -down-|> Controller
UserController -down-|> Controller
ProductController -down-|> Controller
SearchController -down-|> Controller
@enduml | false | true | false | false | class |
805ee2698cbb977bcd5574bf2dc12ab15ef2e535 | a404e6e9e9b242632e4d6e38feffd854736ef848 | /assets/cassandra-jpa-example/code_user.plantuml | 4853c006ff7d4a6f5bf0c20838eb9ac01b68c224 | [
"MIT"
] | permissive | hands-on-tech/hands-on-tech.github.io | 12d17159d07bc4c0dee2d39e535702cdf44365d2 | f8919b9312605582629bc1beb4cd50e4fab3b203 | refs/heads/master | 2023-08-25T14:05:37.638631 | 2023-08-09T22:22:58 | 2023-08-09T22:22:58 | 131,656,918 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,076 | plantuml | @startuml
interface User {
{abstract} getId()
{abstract} setId()
{abstract} getFirstName()
{abstract} setFirstName()
{abstract} getLastName()
{abstract} setLastName()
{abstract} getCity()
{abstract} setCity()
{abstract} toString()
}
class UserDatastax {
- id
- firstName
- lastName
- city
+getId()
+setId()
+getFirstName()
+setFirstName()
+getLastName()
+setLastName()
+getCity()
+setCity()
+toString()
}
class UserKundera {
- id
- firstName
- lastName
- city
+getId()
+setId()
+getFirstName()
+setFirstName()
+getLastName()
+setLastName()
+getCity()
+setCity()
+toString()
}
class UserAchilles {
- id
- firstName
- lastName
- city
+getId()
+setId()
+getFirstName()
+setFirstName()
+getLastName()
+setLastName()
+getCity()
+setCity()
+toString()
}
User <|-- UserDatastax: implements
User <|-- UserKundera: implements
User <|-- UserAchilles: implements
@enduml | false | true | false | false | class |
409ed32b75c9f3e85570011a09effc6353165bad | fa9855ed2f2ad20f1876549b9aa036265346adff | /use-cases/use-case-3.1.puml | 191bfd5d9a501b4bc4ed4718edec29abe3bd0e22 | [
"Apache-2.0"
] | permissive | scan-lan/Group-Project | fcc0f346ebe2c5495b2c31328275fcd773846892 | db93a1510cce1355ebb79f01ba8eb42d2312a685 | refs/heads/master | 2023-04-15T18:20:10.702190 | 2021-04-27T17:23:47 | 2021-04-27T17:23:47 | 333,326,638 | 0 | 0 | Apache-2.0 | 2021-04-27T17:23:48 | 2021-01-27T06:32:57 | Java | UTF-8 | PlantUML | false | false | 275 | puml | @startuml
rectangle Database
rectangle "Organisation" {
usecase UC1 as "Get cities in world
by largest population to smallest"
usecase UCa as "Print: Name, Country, District, Population"
}
User - UC1
UC1 ..> UCa : include
UC1 - Database
@enduml | false | true | false | false | usecase |
3be173562078ddb41052401338703a667ea2f121 | 57af2f1f7ba82bcc5f6e652d3a305d93d727be2c | /moose-wiki/Developers/Diagrams/technic.puml | 48d24a229f8fff8348f10de72c3367f407cd82de | [
"MIT"
] | permissive | reda-idtaleb/moosetechnology.github.io | a36b09f19c37ac43b4fa012a1b909ca37b4a6928 | b866efa65dbdf3ad5d23504391dee4684d42c5b1 | refs/heads/master | 2023-07-03T22:38:48.775864 | 2021-08-06T09:00:54 | 2021-08-06T09:00:54 | 388,830,027 | 0 | 0 | MIT | 2021-07-23T14:33:58 | 2021-07-23T14:33:57 | null | UTF-8 | PlantUML | false | false | 762 | puml | @startuml
hide empty members
skinparam class {
BackgroundColor white
ArrowColor black
BorderColor darkGray
}
class TLCOMMetrics << (T,lightGrey) >> {
Number lcom3
Number lcom2
}
class TSourceLanguage << (T,lightGrey) >> {
}
class TWithSourceLanguage << (T,lightGrey) >> {
}
class TUnknownSourceLanguage << (T,lightGrey) >> {
}
class TAssociationMetaLevelDependency << (T,lightGrey) >> {
}
class TOODependencyQueries << (T,lightGrey) >> {
}
class TEntityMetaLevelDependency << (T,lightGrey) >> {
Number numberOfChildren
Boolean isDead
Number fanOut
Number numberOfDeadChildren
Number fanIn
}
TEntityMetaLevelDependency <|-- TOODependencyQueries
TWithSourceLanguage " *sourcedEntities" -- "declaredSourceLanguage" TSourceLanguage
@enduml
| false | true | false | false | class |
2bc9dfbe9639c40e83fd436100340ec828d73864 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/ClipCaps.puml | dc1c31478e60f0c9173c76d0efbfc2711630ff2e | [] | 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 | 651 | puml | @startuml
enum ClipCaps {
None= 0,
Looping= 1 << 0,
Extrapolation= 1 << 1,
ClipIn= 1 << 2,
SpeedMultiplier= 1 << 3,
Blending= 1 << 4,
All= ~None,
}
class TimelineClipCapsExtensions <<static>> {
+ {static} SupportsLooping(clip:TimelineClip) : bool
+ {static} SupportsExtrapolation(clip:TimelineClip) : bool
+ {static} SupportsClipIn(clip:TimelineClip) : bool
+ {static} SupportsSpeedMultiplier(clip:TimelineClip) : bool
+ {static} SupportsBlending(clip:TimelineClip) : bool
+ {static} HasAll(caps:ClipCaps, flags:ClipCaps) : bool
+ {static} HasAny(caps:ClipCaps, flags:ClipCaps) : bool
}
@enduml
| false | true | false | false | class |
471184a1e3be9baf469bcbd863b37e114b068562 | 8be01beea09ef4bb741236a0c394d6e590f9593e | /uml/Assignment5.puml | 20cdd4eae246913b177a5a1fffca42be2fa4c13e | [] | no_license | Andrew-Shepard/inventory-javafx | c7dda4c0a30323422f8273bf262514175147ea00 | f490fb65f3220a76c90dfe222317c18873ad40e2 | refs/heads/master | 2023-07-30T07:33:43.231773 | 2021-09-07T23:11:08 | 2021-09-07T23:11:08 | 387,175,205 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,064 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
start():void
}
class EditItemPageController{
-User u
initData(User):void
}
class Item{
~String name
~BigDecimal value
~String serial_number
~int MAX_NAME_LENGTH
+setName(String name):void
+setValue(Long value):void
+setSerial_number(String serial_number):void
+getNameasString():String
+getName():SimpleStringProperty
+getValue():BigDecimal
}
class MainPageController{
-User u
initData(User):void
+nameSortItems():void
+valueSortItems():void
+serialSortItems():void
}
class User{
ObservableList<Item> inventory
+int active_item_index
+Comparator<Item> nameComparator
+Comparator<Item> valueComparator
+Comparator<Item> serial_numberComparator
+getInventory():ObservableList<Item>
+sortName():void
+sortValue():void
+sortSerial():void
+addItem():void
+removeItem():void
+editItem():void
+validateSerial:Boolean
+validateValue:Boolean
+validateName:Boolean
-checkUniqueSerial():Boolean
}
@enduml | false | true | false | false | class |
a5260e694c5330578eeb319841e8ecbc9b6cff62 | 992706894f9987e7c39a2960fd81a3966c6e4bfa | /app/src/main/java/com/jue/meet/ui/ui.plantuml | 8e1c24f079bc873a0b8be7dbedaf3dce730e6411 | [] | no_license | juemuel/wemeet | 66263f5fff9019db67d435e2026944c5217ab377 | 545b9b9c3620ef488e93ee99e1cc8abbaf8aa81d | refs/heads/master | 2023-06-11T19:47:41.134726 | 2023-05-25T03:14:16 | 2023-05-25T03:14:16 | 359,098,311 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 19,606 | plantuml | @startuml
title __UI's Class Diagram__\n
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.AddFriendActivity {
{static} + TYPE_CONTENT : int
{static} + TYPE_TITLE : int
- et_phone : EditText
- include_empty_view : View
- iv_search : ImageView
- ll_to_contact : LinearLayout
- mList : List<AddFriendModel>
- mSearchResultView : RecyclerView
+ onClick()
# onCreate()
- addContent()
- addTitle()
- initView()
- pushUser()
- queryPhoneUser()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ChatActivity {
{static} + TYPE_CHAT_TIME : int
{static} + TYPE_LEFT_IMAGE : int
{static} + TYPE_LEFT_LOCATION : int
{static} + TYPE_LEFT_TEXT : int
{static} + TYPE_RIGHT_IMAGE : int
{static} + TYPE_RIGHT_LOCATION : int
{static} + TYPE_RIGHT_TEXT : int
{static} - CHAT_INFO_REQUEST_CODE : int
{static} - LOCATION_REQUEST_CODE : int
- btn_send_msg : Button
- et_input_msg : EditText
- ll_camera : LinearLayout
- ll_chat_bg : LinearLayout
- ll_location : LinearLayout
- ll_pic : LinearLayout
- ll_voice : LinearLayout
- mChatAdapter : CommonAdapter<ChatModel>
- mChatView : RecyclerView
- mList : List<ChatModel>
- meUserPhoto : String
- uploadFile : File
- yourUserId : String
- yourUserName : String
- yourUserPhoto : String
+ onClick()
+ onCreateOptionsMenu()
+ onMessageEvent()
+ onOptionsItemSelected()
{static} + startActivity()
# onActivityResult()
# onCreate()
- addImage()
- addImage()
- addLocation()
- addText()
- addTimeItem()
- baseAddItem()
- initView()
- loadMeInfo()
- parsingListMessage()
- queryMessage()
- queryRemoteMessage()
- updateChatTheme()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ChatInfoActivity {
- btn_delete : Button
- iv_photo : CircleImageView
- objectId : String
- tvText : TextView
- tv_cancel : TextView
- tv_confirm : TextView
- tv_name : TextView
- tv_phone : TextView
+ onClick()
{static} + startChatInfo()
# onCreate()
- initDeleteDialog()
- initView()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ChatThemeActivity {
- mThemeAdapter : CommonAdapter<Integer>
- mThemeList : List<Integer>
- mThemeView : RecyclerView
# onCreate()
- initView()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ContactFirendActivity {
- disposable : Disposable
- mContactAdapter : CommonAdapter<AddFriendModel>
- mContactMap : Map<String, String>
- mContactView : RecyclerView
- mList : List<AddFriendModel>
+ onBackPressed()
# onCreate()
# onDestroy()
- addContent()
- disposable()
- fixprivateSets()
- initView()
- loadContact()
- loadUser()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.FirstUploadActivity {
- btn_upload : Button
- et_nickname : EditText
- iv_photo : CircleImageView
- tv_ablum : TextView
- tv_camera : TextView
- tv_cancel : TextView
- uploadFile : File
+ onClick()
{static} + startActivity()
# onActivityResult()
# onCreate()
- initPhotoView()
- initView()
- uploadPhoto()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.GuideActivity {
- iv_guide_night : ImageView
- iv_guide_point_1 : ImageView
- iv_guide_point_2 : ImageView
- iv_guide_point_3 : ImageView
- iv_guide_smile : ImageView
- iv_guide_star : ImageView
- iv_music_switch : ImageView
- mAnim : ObjectAnimator
- mPageList : List<View>
- mViewPager : ViewPager
- tv_guide_skip : TextView
- view1 : View
- view2 : View
- view3 : View
+ onClick()
# onCreate()
# onDestroy()
- initView()
- seletePoint()
- startMusic()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ImagePreviewActivity {
- iv_back : ImageView
- photo_view : PhotoView
- tv_download : TextView
- url : String
+ onClick()
{static} + startActivity()
# onCreate()
- initView()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.IndexActivity {
{static} - SKIP_MAIN : int
- mHandler : Handler
+ onBackPressed()
# onCreate()
- startMain()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.LocationActivity {
- IAddress : String
- ILa : double
- ILo : double
- ITEM : int
- aMap : AMap
- et_search : EditText
- isShow : boolean
- iv_poi : ImageView
- mConstellationnView : RecyclerView
- mList : List<PoiItem>
- mMapView : MapView
- mPoiListAdapter : CommonAdapter<PoiItem>
- poiSearch : PoiSearch
- query : Query
- tv_cancel : TextView
+ onClick()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ onPoiItemSearched()
+ onPoiSearched()
{static} + startActivity()
# onCreate()
# onDestroy()
# onPause()
# onResume()
# onSaveInstanceState()
- initPoiView()
- initView()
- poiSearch()
- updatePoi()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.LoginActivity {
{static} - H_TIME : int
{static} - TIME : int
- btn_login : Button
- btn_send_code : Button
- et_code : EditText
- et_phone : EditText
- mHandler : Handler
- tv_test_login : TextView
+ onClick()
# onCreate()
- initDialogView()
- initView()
- login()
- sendSMS()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.MeInfoActivity {
- et_nickname : EditText
- et_user_desc : EditText
- iv_user_photo : CircleImageView
- ll_photo : RelativeLayout
- ll_user_age : LinearLayout
- ll_user_birthday : LinearLayout
- ll_user_constellation : LinearLayout
- ll_user_hobby : LinearLayout
- ll_user_sex : LinearLayout
- ll_user_status : LinearLayout
- mAgeAdapter : CommonAdapter<Integer>
- mAgeList : List<Integer>
- mAgeView : RecyclerView
- mConstellationAdapter : CommonAdapter<String>
- mConstellationList : List<String>
- mConstellationnView : RecyclerView
- mDatePicker : DatePicker
- mHobbyAdapter : CommonAdapter<String>
- mHobbyList : List<String>
- mHobbyView : RecyclerView
- mStatusAdapter : CommonAdapter<String>
- mStatusList : List<String>
- mStatusView : RecyclerView
- tv_ablum : TextView
- tv_age_cancel : TextView
- tv_boy : TextView
- tv_camera : TextView
- tv_constellation_cancel : TextView
- tv_girl : TextView
- tv_hobby_cancel : TextView
- tv_photo_cancel : TextView
- tv_sex_cancel : TextView
- tv_status_cancel : TextView
- tv_user_age : TextView
- tv_user_birthday : TextView
- tv_user_constellation : TextView
- tv_user_hobby : TextView
- tv_user_sex : TextView
- tv_user_status : TextView
- uploadPhotoFile : File
+ onClick()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onActivityResult()
# onCreate()
- initAgeDialog()
- initBirthdayDialog()
- initConstellationDialog()
- initHobbyDialog()
- initPhotoDialog()
- initSexDialog()
- initStatusDialog()
- initView()
- loadUserInfo()
- updateUser()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.NewFriendActivity {
- disposable : Disposable
- item_empty_view : ViewStub
- mList : List<NewFriend>
- mNewFriendAdapter : CommonAdapter<NewFriend>
- mNewFriendView : RecyclerView
- mUserList : List<IMUser>
# onCreate()
# onDestroy()
- initView()
- queryNewFriend()
- showViewStub()
- updateItem()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.PrivateSetActivity {
- currentId : String
- isCheck : boolean
- sw_kill_contact : Switch
+ onClick()
# onCreate()
- addPrivateSet()
- delPrivateSet()
- initView()
- queryPrivateSet()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.PushSquareActivity {
- MediaType : int
- et_content : EditText
- iv_error : ImageView
- ll_ablum : LinearLayout
- ll_camera : LinearLayout
- ll_media : LinearLayout
- ll_media_type : LinearLayout
- ll_music : LinearLayout
- ll_video : LinearLayout
- tv_content_size : TextView
- tv_media_path : TextView
- uploadFile : File
+ onClick()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
# onActivityResult()
# onCreate()
- initView()
- inputSquare()
- push()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.QrCodeActivity {
{static} - REQUEST_IMAGE : int
- analyzeCallback : AnalyzeCallback
- isOpenLight : boolean
- iv_back : ImageView
- iv_flashlight : ImageView
- iv_to_ablum : TextView
+ onClick()
# onActivityResult()
# onCreate()
- initQrCode()
- initView()
- openAblum()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.SettingActivity {
- btn_logout : Button
- isTips : boolean
- rl_app_show : RelativeLayout
- rl_app_tips : RelativeLayout
- rl_chat_theme : RelativeLayout
- rl_check_permissions : RelativeLayout
- rl_check_version : RelativeLayout
- rl_clear_cache : RelativeLayout
- rl_update_languaue : RelativeLayout
- sw_app_tips : Switch
- tv_app_version : TextView
- tv_cache_size : TextView
- tv_cancel : TextView
- tv_current_languaue : TextView
- tv_en : TextView
- tv_new_version : TextView
- tv_zh : TextView
+ onClick()
+ onOptionsItemSelected()
# onCreate()
- initLanguaueDialog()
- initView()
- logout()
- openWindow()
- selectLanguaue()
- updateApp()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.ShareImgActivity {
- iv_photo : ImageView
- iv_qrcode : ImageView
- ll_content : LinearLayout
- ll_download : LinearLayout
- tv_age : TextView
- tv_desc : TextView
- tv_name : TextView
- tv_phone : TextView
- tv_sex : TextView
+ onClick()
# onCreate()
- createQRCode()
- initView()
- loadInfo()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.TestLoginActivity {
- btn_login : Button
- et_password : EditText
- et_phone : EditText
+ onClick()
# onCreate()
- initView()
}
}
}
namespace com.jue.meet {
namespace ui {
class com.jue.meet.ui.UserInfoActivity {
- btn_add_friend : Button
- btn_audio_chat : Button
- btn_chat : Button
- btn_video_chat : Button
- et_msg : EditText
- iv_user_photo : CircleImageView
- ll_back : RelativeLayout
- ll_is_friend : LinearLayout
- mColor : int[]
- mUserInfoAdapter : CommonAdapter<UserInfoModel>
- mUserInfoList : List<UserInfoModel>
- mUserInfoView : RecyclerView
- tv_add_friend : TextView
- tv_cancel : TextView
- tv_desc : TextView
- tv_nickname : TextView
- userId : String
+ onClick()
{static} + startActivity()
# onCreate()
- addUserInfoModel()
- initAddFriendDialog()
- initView()
- queryUserInfo()
- updateUserInfo()
}
}
}
com.jue.meet.ui.AddFriendActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.AddFriendActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.AddFriendActivity o-- com.jue.framework.adapter.CommonAdapter : mAddFriendAdapter
com.jue.meet.ui.ChatActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.ChatActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.ChatInfoActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.ChatInfoActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.ChatInfoActivity o-- com.jue.framework.view.DialogView : mDeleteDialog
com.jue.meet.ui.ChatThemeActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.ContactFirendActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.FirstUploadActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.FirstUploadActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.FirstUploadActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.FirstUploadActivity o-- com.jue.framework.view.DialogView : mPhotoSelectView
com.jue.meet.ui.GuideActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.GuideActivity -up-|> com.jue.framework.base.BaseUIActivity
com.jue.meet.ui.GuideActivity o-- com.jue.framework.manager.MediaPlayerManager : mGuideMusic
com.jue.meet.ui.GuideActivity o-- com.jue.framework.base.BasePageAdapter : mPageAdapter
com.jue.meet.ui.ImagePreviewActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.ImagePreviewActivity -up-|> com.jue.framework.base.BaseUIActivity
com.jue.meet.ui.IndexActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.jue.meet.ui.LocationActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.LocationActivity .up.|> com.amap.api.services.poisearch.PoiSearch.OnPoiSearchListener
com.jue.meet.ui.LocationActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.LocationActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.LocationActivity o-- com.jue.framework.view.DialogView : mPoiView
com.jue.meet.ui.LoginActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.LoginActivity -up-|> com.jue.framework.base.BaseUIActivity
com.jue.meet.ui.LoginActivity o-- com.jue.framework.view.DialogView : mCodeView
com.jue.meet.ui.LoginActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.LoginActivity o-- com.jue.framework.view.TouchPictureV : mPictureV
com.jue.meet.ui.MeInfoActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.MeInfoActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mAgeDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mBirthdayDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mConstellationDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mHobbyDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mPhotoDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mSexDialog
com.jue.meet.ui.MeInfoActivity o-- com.jue.framework.view.DialogView : mStatusDialog
com.jue.meet.ui.NewFriendActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.NewFriendActivity o-- com.jue.framework.bmob.IMUser : imUser
com.jue.meet.ui.PrivateSetActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.PrivateSetActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.PrivateSetActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.PushSquareActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.PushSquareActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.PushSquareActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.QrCodeActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.QrCodeActivity -up-|> com.jue.framework.base.BaseUIActivity
com.jue.meet.ui.SettingActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.SettingActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.SettingActivity o-- com.jue.framework.view.DialogView : mLanguaueDialog
com.jue.meet.ui.SettingActivity o-- com.jue.framework.helper.UpdateHelper : mUpdateHelper
com.jue.meet.ui.ShareImgActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.ShareImgActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.ShareImgActivity o-- com.jue.framework.view.LodingView : mLodingView
com.jue.meet.ui.TestLoginActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.TestLoginActivity -up-|> com.jue.framework.base.BaseBackActivity
com.jue.meet.ui.UserInfoActivity .up.|> android.view.View.OnClickListener
com.jue.meet.ui.UserInfoActivity -up-|> com.jue.framework.base.BaseUIActivity
com.jue.meet.ui.UserInfoActivity o-- com.jue.framework.bmob.IMUser : imUser
com.jue.meet.ui.UserInfoActivity o-- com.jue.framework.view.DialogView : mAddFriendDialogView
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 |
75a7909625c2c81f0f7f4df1daae41aa30b65f1f | f18ba1fbeb7f8d6149aff64633f9c77a92cfc936 | /assignments/skabirova/tp2/game.plantuml | a4e107fc756fee187603376c10ca012ee5db527b | [] | no_license | kzvdar42/InnopolisDesignPatterns | c34a728b7964f22a6b774a4616b7ac9515ae6263 | b1042e76875c9ccf69017e20edcea4b9e7b5682b | refs/heads/master | 2021-02-07T05:17:54.245396 | 2020-04-19T22:40:48 | 2020-04-19T22:40:48 | 243,987,548 | 0 | 0 | null | 2020-02-29T14:54:34 | 2020-02-29T14:54:34 | null | UTF-8 | PlantUML | false | false | 1,578 | plantuml | @startuml
title __GAME's Class Diagram__\n
class game.weapons.Bow {
{static} - instance : Bow
{static} + getInstance()
+ getWeaponName()
- Bow()
}
class game.weapons.Dagger {
{static} - instance : Dagger
{static} + getInstance()
+ getWeaponName()
- Dagger()
}
class game.weapons.Sword {
{static} - instance : Sword
{static} + getInstance()
+ getWeaponName()
- Sword()
}
abstract class game.characters.Character {
- name : String
+ introduce()
# Character()
}
class game.characters.King {
+ King()
}
class game.characters.Knight {
+ Knight()
}
class game.characters.Queen {
+ Queen()
}
class game.characters.Troll {
+ Troll()
}
game.characters.Character o-- game.weapons.Weapon : weapon
game.characters.King -up-|> game.characters.Character
game.characters.Knight -up-|> game.characters.Character
game.characters.Queen -up-|> game.characters.Character
game.characters.Troll -up-|> game.characters.Character
game.weapons.Bow -up-|> game.weapons.Weapon
game.weapons.Dagger -up-|> game.weapons.Weapon
game.weapons.Sword -up-|> game.weapons.Weapon
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 |
55fe27650b1932976e7cbe0bb66746cbfa0621b4 | f2b0300b19defee84f850f3382572cd9996f5b6f | /火鸡转接器(适配器模式)/turkey.puml | 72e8874f8e41760b899dbfd7a24eb4b8c9ad2f74 | [] | no_license | yangqing870410/design_pattern | 95a0b486132e835da2a0223066c3f9063776112a | a0afd06412df0c9f5614e7c2c24c8e0a26abe9bf | refs/heads/master | 2022-07-16T14:15:42.449648 | 2020-05-17T13:08:13 | 2020-05-17T13:08:13 | 259,402,736 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 394 | puml | @startuml
Duck <|.. TurkeyAdapter
Duck <|.. MallardDuck
Turkey <|.. WildTurkey
Turkey <-- TurkeyAdapter
class TurkeyAdapter
TurkeyAdapter : quack()
TurkeyAdapter : fly()
interface Duck
Duck : quack()
Duck : fly()
class MallardDuck
MallardDuck : quack()
MallardDuck : fly()
interface Turkey
Turkey : gobble()
Turkey : fly()
class WildTurkey
WildTurkey : gobble()
WildTurkey : fly()
@enduml | false | true | false | false | class |
78d04de0bf89dcfa2a6009e6e885866050518baa | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /21 Standard library/1 AWS library.puml | b49c5797b865a83c005ef08939e2ad14042cbeca | [
"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 | 485 | puml | ' Repository: https://github.com/milo-minderbinder/AWS-PlantUML
' Note: The example is from the repository, and not from the documentation
@startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/Storage/AmazonS3/AmazonS3.puml
!includeurl AWSPUML/Storage/AmazonS3/bucket/bucket.puml
AMAZONS3(s3_internal)
AMAZONS3(s3_partner,"Vendor's S3")
s3_internal <-- s3_partner
@enduml | false | true | false | false | uml-unknown |
4554ec60fe8fee81ce3f256cdcf6bb660a8ad419 | dce1b74fe830590ea87d0d9125f15b5c5339e1b6 | /resources/diagram.puml | f9d1be3dcc02dc6627a6aba983316427df626413 | [
"MIT"
] | permissive | graphql-services/graphql-event-store-pump | 8da9384b0f285f1d9a67763387769c01903c803d | f90ec36648b6dadfab9982dcd1395f0114bdafb0 | refs/heads/master | 2020-04-18T00:53:03.989621 | 2019-01-28T02:49:14 | 2019-01-28T02:49:14 | 167,095,514 | 0 | 0 | MIT | 2019-01-28T02:49:15 | 2019-01-23T01:30:28 | null | UTF-8 | PlantUML | false | false | 577 | puml | @startuml EventStore Pump diagram
participant EventStore as es
participant NSQ as nsq
participant Pump as pump
participant Aggregator as agg
group Bootup
pump -> agg: GET /events/latest
agg -> pump: 404 Not found
loop until all events processed
pump -> es: get next X events
es -> pump: return events
pump -> agg: POST /events/import
agg -> pump: 201 Created
end
end
group Continual updates
es --> nsq: create event
nsq --> pump: fetch event
pump -> agg: POST /events
agg -> pump: 201 Created
end
@enduml | false | true | false | false | sequence |
f347b5a45d376dfe9c071cb08a9e017f1f961b92 | 604311fc6c4e56578fbea9878416e7b562ffcd05 | /static/drawings/general_architecture.plantuml | 6848c55065bd0bf4291208ebf45791683d3ca6a9 | [
"MIT"
] | permissive | dfuse-io/docs | 817fad3e69be076e4534b4734bdb6337928e52ab | 3784f7154874beb21042be772ffd77945b46337e | refs/heads/master | 2023-01-08T08:45:08.012481 | 2022-02-14T21:59:13 | 2022-02-14T21:59:13 | 211,168,164 | 29 | 36 | MIT | 2023-01-01T13:15:06 | 2019-09-26T19:39:13 | JavaScript | UTF-8 | PlantUML | false | false | 1,171 | plantuml | @startuml
frame mindreaders {
node "mindreader 1 + nodeos" as mindreader1
node "mindreader 2 + nodeos" as mindreader2
}
frame relayers {
node relayer1
node relayer2
}
node eosq
node eosws
node dgraphql
node merger
note left of merger
reads one-block files
produces 100-blocks files,
including all perceived forks
end note
node search
node "trxdb-loader" as trxdbLoader
node statedb
database "Key/Value Store" as kvstore
note right of kvstore
Bigtable (GCP hosted)
TiKV (on prem) or
Badger (in-process)
end note
mindreader1 <-- relayer1
mindreader1 <-- relayer2 : gRPC
mindreader2 <-- relayer1
mindreader2 <-- relayer2
mindreader1 .> merger : one-block files
mindreader2 .> merger
database "Object Store" as s3
merger --> s3
note left of s3
Through **dstore** package
* AWS S3
* Google Storage
* Azure Blob File Storage
* Local disk
end note
dgraphql <-- eosq
relayer1 <-- eosws
eosws -> search : gRPC
relayer1 <-- search : gRPC
search <-- dgraphql
dgraphql -> kvstore
relayer1 <-- statedb
relayer1 <-- trxdbLoader
statedb --> kvstore
trxdbLoader --> kvstore
actor user
eosws <-- user
eosq <-- user
dgraphql <-- user
@enduml
| false | true | false | false | usecase |
efb987ed1540b2500cb44941d5128edd2e219e4e | ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb | /projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/util/TableCSVHelper.puml | 1b4c6958eb5f6490ac2d7f70b7774d30635b90d8 | [] | no_license | itachi1706/How-to-use-Git-NTUSCSE1819-Site | d6fcba79d906e9916c3961b11a6e1318d8a0f602 | dbce2f56b42e15be96bd40fd63e75389d397ca34 | refs/heads/master | 2021-07-12T15:24:44.197085 | 2020-08-01T12:31:23 | 2020-08-01T12:31:23 | 172,893,030 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
class TableCSVHelper [[../sg/edu/ntu/scse/cz2002/util/TableCSVHelper.html]] {
{static} -mInstance: TableCSVHelper
-tableCsv: String
{static} +getInstance(): TableCSVHelper
+readFromCsv(): ArrayList<Table>
}
center footer UMLDoclet 1.1.3, PlantUML 1.2018.12
@enduml
| false | true | false | false | class |
9cb528c8d2af2739d2bbe7d75b93d701bdbf6ad9 | 3576ec713485a374cd82f4db2df455e2108fbf46 | /concepts/0051-dkms/puml/17-social-recovery.puml | 392cfac63271f97a5cc630ce57e35dd778029b39 | [
"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 | 3,008 | puml | @startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 15
skinparam maxmessagesize 100
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 al
participant "Alice\nEdge Agent" as aea
participant "Alice\nCloud Agent" as aca
participant "Recovery Connection\nCloud Agent" as rca
participant "Recovery Connection\nEdge Agent" as rea
actor "Recovery\nConnection" as rb
note over al, rb #f0f0e0
Assumptions: Alice has lost her edge agent(s) and needs to recover using her recovery buddies.
Alice has performed all steps in the <b>Provision New Agent</b> and <b>Add Cloud Agent</b> diagrams.
end note
== social recovery process Part 1 ==
al -> aea: initiate recovery
aea -> aea: prepare recovery request
al <- aea: prompt to establish connections
loop for each recovery connection...
al --> rb: conversation
note over al,rb
Alice convinces recovery connection to accept her temporary connection request
end note
rb -> rea: create recovery connection
note left
This is how Alice becomes reconnected to her cloud agent—
her recovery connection knows how to identify her connection,
her connection knows the location of Alice's recovery share,
and the recovery share knows Alice's recovery endpoint
end note
rea -> rb: identify connection to recover
rb -> rea: choose Alice
par2
rea -[#blue]> rca: recovery request
else
rca -[#blue]> aca: \n
else
aca -[#blue]> aea: \n
else
aea -> al: \naccept request
end
note over al, rb #77ccff
include <b>Add Connection to Private DID (Provisioned)</b> diagram
end note
aea -> al: recovery challenge
al -> aea: challenge response
note right
A challenge comes as part of a recovery connection
end note
par2
aea -[#blue]> aca: forward response
else
aca -[#blue]> rca: \n
else
rca -[#blue]> rea: \n
else
rea -> rb: \n
end
rb -> rb: verify Alice
note left
This is the most powerful feature of social recovery: Alice's recovery connections
can verify that it is really her attempting to recover and know there is no
man in the middle.
end note
rea -> rea: decrypt recovery share
note left
The recovery share was encrypted with the Recovery Connection's private key
end note
rea -> rea: extract recovery endpoint
rea -> rea: encrypt recovery share
note left
Re-encrypted with the public key of Alice's new edge agent
end note
par2
rea -[#blue]> rca: recovery share
else
rca -[#blue]> aca: <i> </i>
else
aca -[#blue]> aea: <i> </i>
end
end
newpage
== social recovery process Part 2 ==
aea -> aea: decrypt and assemble shares
aea -[#blue]> aca: request encrypted backup
aca -[#blue]> aea: encrypted backup
aea -> aea: decrypt and read backup data
aea -> aea: replace old agent keys with new agent keys
note over al, rb #77ccff
include <b>Update Agent Policy Registry</b> diagram
include <b>Rotate DID Key</b> diagram
end note
@enduml
| false | true | true | false | usecase |
72431483c4132d291235f0d1ed2f430088c501e7 | afd26a066ad07ed0d651fb2c218636c3b1f09fda | /core/out/production/core/com/messenger/messenger.plantuml | 022605729cb15ee3da5fa1149bf239ab1b6f33d1 | [] | no_license | thuyhoang-bkuer/socket-assignment | 125c4c7894b4d17558c17687a63617e967188c4b | c67e2477166b43652d5e84b1cf181b31da34ce60 | refs/heads/master | 2020-08-30T18:01:51.960923 | 2019-11-13T10:08:19 | 2019-11-13T10:08:19 | 218,452,024 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,416 | plantuml | @startuml
title __MESSENGER's Class Diagram__\n
namespace com.messenger {
class com.messenger.MessengerController {
{static} + allMessages : ArrayList<String>
~ logger : Logger
- background : Pane
- byteArray : byte[]
- file : File
- fileAttachButton : ImageView
- fileChooser : FileChooser
- messageList : ScrollPane
- messageSendBox : TextArea
- messageSendButton : ImageView
- root : Pane
- stage : Stage
- themeChangeButton : ColorPicker
+ MessengerController()
+ generateAnimation()
+ initialize()
+ linkSenderAndReceiver()
+ newSendMessage()
+ saveFile()
+ saveReceivedMessage()
+ setReceiver()
+ setRoot()
+ setSender()
+ setStage()
+ showScene()
}
}
namespace com.messenger {
class com.messenger.Receiver {
~ logger : Logger
{static} ~ vbox : VBox
- connected : boolean
- finalMessage : String
- messageList : ArrayList<String>
- messageListView : ScrollPane
- receiver : Socket
- receiverSocket : ServerSocket
- root : Pane
- sender : String
- stage : Stage
+ Receiver()
+ getMessageList()
+ getReceiverPort()
+ isConnected()
+ run()
+ saveFile()
+ setRoot()
+ setStage()
}
}
namespace com.messenger {
class com.messenger.Sender {
~ logger : Logger
- client : Socket
- destinationIP : String
- destinationPort : int
- messageList : ArrayList<String>
- messageListView : ScrollPane
- messageToSend : String
- root : Pane
- sender : String
+ Sender()
+ Sender()
+ getMessageList()
+ getSender()
+ getSenderPort()
+ run()
+ sendBackgroundColor()
+ sendFile()
+ sendMessage()
+ setRoot()
+ setSender()
}
}
com.messenger.MessengerController o-- com.messenger.Receiver : receiver
com.messenger.MessengerController o-- com.messenger.Sender : sender
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.