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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e2e63632160b46e07f53fab40851ce12647a8488 | 9b912ad035eb5dd8444b9ab8d865cbaec142a4b5 | /diagram/network.puml | 3e3436b795dd30e8a78663668468ed4ad38d82ef | [
"MIT"
] | permissive | FabianGroeger96/ParkTang | 62e738cbc6b5e18fcab5a06287f19a34c72e85ec | 3d60e7127b3dd79b7c940d07a7b626f2cede0084 | refs/heads/master | 2020-07-22T18:50:39.182775 | 2019-10-29T18:28:42 | 2019-10-29T18:28:42 | 207,294,724 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,347 | puml | @startuml
' hide the spot
hide circle
' avoid problems with angled crows feet
skinparam linetype ortho
package "Assets" {
entity "Car" as car {
+ String carId
--
+ User owner
--
+ String name
+ String model
+ String[] features
+ String balance
}
entity "ParkSpace" as parkspace {
+ String parkId
--
+ User owner
+ ParkSpaceStatus status
--
+ String coordinates
+ String address
+ Double price
+ DateTime entry
}
entity "Bill" as bill {
+ String billId
--
+ User owner
+ ParkSpace parking
+ BillStatus status
--
+ Double price
}
entity "ParkSpaceStatus" as parkspacestatus {
+ String parkStatusId
--
+ String free_from
+ String free_to
+ Boolean disabled
}
}
package "Enums" {
entity "BillStatus" as billstatus {
+ PAYED
+ OPEN
+ PENDING
}
}
package "Participant" {
entity "User" as user {
+ String userId
--
+ String firstName
+ String lastName
+ String email
+ String balance
}
}
package "Transactions" {
entity "ParkingIn" as parkingin {
+ Car car
+ ParkSpace parkspace
}
entity "ParkingOut" as parkingout {
+ Car car
+ ParkSpace parkspace
}
entity "TopUpBalance" as topupbalance {
+ User user
+ Double balance
}
entity "CreateCar" as createcar {
+ User user
+ String coordinates
+ String address
+ Double price
+ DateTime free_from
+ DateTime free_to
+ Boolean disabled
}
entity "CreateUser" as createuser {
+ String firstName
+ String lastName
+ String email
}
}
package "Events" {
entity "ParkEvent" as parkevent {
+ Car car
+ ParkSpace parkspace
+ Double price
}
entity "UnableToPayEvent" as unabletopayevent {
+ User owner
+ Bill bill
}
}
car }o--|{ user
parkspace }o--|| user
parkspace ||--|| parkspacestatus
bill }o--|| user
bill }o--|| parkspace
bill ||--|| billstatus
!define DATE %date[EEE, MMM d, ''yy 'at' HH:mm]%
right footer DATE
@enduml | false | true | false | false | sequence |
dfa3622da5771d7eb9d62a4d027832c98d7c8154 | 7eb0a3429f021f1a046bed8e667a6911d789d065 | /IteratorPattern/example.puml | 04cbc45b1e6d23c43fe0432a3e3766bdc2606dae | [
"MIT"
] | permissive | gama79530/DesignPattern | d99431711fda65cfb7d790b2959ba0a712fa3f86 | 4730c50cdd839072ae50eef975cbed62b5a2a41c | refs/heads/master | 2023-08-03T04:35:54.561642 | 2023-06-08T03:13:08 | 2023-07-31T12:32:13 | 269,562,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 793 | puml | @startuml example
hide empty members
interface Vehicle{
+ String getDescription()
+ String getLicensePlateNumber()
+ String toString()
}
class Motorcycle{
- String description
- String licensePlateNumber
+ Motorcycle(String description, String licensePlateNumber)
+ String getDescription()
+ String getLicensePlateNumber()
+ String toString()
}
class Car{
- String description
- String licensePlateNumber
+ Car(String description, String licensePlateNumber)
+ String getDescription()
+ String getLicensePlateNumber()
+ String toString()
}
class Garage{
- Vehicle[] vehicle
+ void addVehicle(Vehicle vehicle)
+ Iterator<Vehicle> createIterator()
}
Garage o-- Vehicle
Vehicle <|-- Motorcycle
Vehicle <|-- Car
@enduml | false | true | false | false | class |
581b61fb9cc2c5ae22b32cc52a30ee9368ebc0f8 | 0d4c542524d4218b7f68187c155d5d7e117afc83 | /Tests/fixtures/puml/square/simple-workflow-marking.puml | 50ba4d7b5d7abc6caa0264863a2d23be6e8d2357 | [
"MIT"
] | permissive | rsumner31/workflow-2 | e062ed0fbb414980874b73325627fa36d7312185 | 8d6c010f06170d5b194cff3e7bffc4a19d433bb6 | refs/heads/master | 2020-04-11T05:01:10.961883 | 2018-03-08T02:54:14 | 2018-03-08T02:54:14 | 124,325,862 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,227 | puml | @startuml
allow_mixing
sprite $sf_logo [81x20/16z] {
hPNRaYiX24K1xwBo_tyx6-qaCtDEJ-KXLYMTLbp0HWcHZr3KRDJ8z94HG3jZn4_mijbQ2ryJoFePtXLWA_qxyGy19DpdY_10z11ZAbGjFHRwcEbcKx5-wqsV
yIMo8StMCHKh8ZUxnEwrZiwRAUOvy1lLcPQF4lEFAjhzMd5WOAqvKflS0Enx8PbihiSYXM8ClGVAseIWTAjCgVSAcnYbQG79xKFsZ0VnDCNc7AVBoPSMcTsX
UnrujbYjjz0NnsObkTgnmolqJD4QgGUYTQiNe8eIjtx4b6Vv8nPGpncn3NJ8Geo9W9VW2wGACm_JzgIO8A8KXr2jUBCVGEAAJSZ6JUlsNnmOzmIYti9G7bjL
8InaHM9G40NkwTG7OxrggvNIejA8AZuqyWjOzTIKi-wwYvjeHYesSWuPiTGDN5THzkYLU4MD5r2_0PDhG7LIUG33z5HtM6CP3icyWEVOS61sD_2ZsBfJdbVA
qM53XHDUwhY0TAwPug3OG9NonRFhO8ynF3I4unuAMDHmSrXH57V1RGvl9jafuZF9ZhqjWOEh98y0tUYGsUxkBSllIyBdT2oM5Fn2-ut-fzsq_cQNuL6Uvwqr
knh4RrvOKzxZfLV3s0rs_R_1SdYt3VxeQ1_y2_W2
}
title SimpleDiagram
skinparam titleBorderRoundCorner 15
skinparam titleBorderThickness 2
skinparam state {
BackgroundColor<<initial>> #87b741
BackgroundColor<<marked>> #3887C6
BorderColor #3887C6
BorderColor<<marked>> Black
FontColor<<marked>> White
}
skinparam agent {
BackgroundColor #ffffff
BorderColor #3887C6
}
state a <<initial>>
state b <<marked>>
state c
agent t1
agent t2
a --> t1
t1 --> b
b --> t2
t2 --> c
footer \nGenerated by <$sf_logo> **Workflow Component** and **PlantUML**
@enduml
| false | true | false | false | state |
e2992b4d4a8a26938d08605964882e79910e6987 | c808c053ca4ad88d384a4690c612bde8d2b515ac | /cardreader.provider.nfc/doc/plantuml/NFCCRP/NfcCard.plantuml | 632f9c356ded1d8da00b963351cfff770b8fd8d1 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-NFC-Android | 915c9ff940d467e64c021055d9b6d3858e539d3f | f2b42a1da3b04f742b4f83facbd9cf039339c56a | refs/heads/master | 2022-01-13T13:58:12.947688 | 2022-01-07T07:24:28 | 2022-01-07T07:24:28 | 214,091,391 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,039 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.nfc.entities {
class NfcCard {
{static} - LOG : Logger
- isoDep : IsoDep
{static} - MANAGE_CHANNEL_COMMAND_OPEN : CommandAPDU
{static} - MANAGE_CHANNEL_COMMAND_CLOSE : CommandAPDU
{static} - RESPONSE_SUCCESS : int
{static} # PROTO_T_1 : String
- exclusiveThread : Thread
- isExtendedLengthApduSupported : boolean
+ NfcCard()
+ getATR()
+ getProtocol()
+ getBasicChannel()
+ openLogicalChannel()
+ beginExclusive()
+ endExclusive()
+ transmitControlCommand()
# transceive()
+ disconnect()
+ isCardPresent()
+ isExtendedLengthApduSupported()
+ checkCardOpen()
~ checkExclusive()
}
}
NfcCard -up-|> Card
@enduml
| false | true | false | false | class |
02ff3110cc1dd3d632b7373acc73fe9b530b1082 | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Server/Areas/HelpPage/ModelDescriptions/ModelDescriptionGenerator.puml | ce8769c87f9e9034869520685e0d42bb5cf70303 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
class ModelDescriptionGenerator {
+ ModelDescriptionGenerator(config:HttpConfiguration)
+ GetOrCreateModelDescription(modelType:Type) : ModelDescription
}
class "Dictionary`2"<T1,T2> {
}
ModelDescriptionGenerator --> "GeneratedModels<string,ModelDescription>" "Dictionary`2"
@enduml
| false | true | false | false | class |
4029b90b6825dda8d1961ccab62616290bed4b6b | 27ea800f5afce611c041b4039bbbb0971e14ccfa | /docs/protobuf_envelope.puml | 628eee43807e4455bfa1f233f865f6ba223cd26f | [
"MIT"
] | permissive | FocusCompany/protobuf_envelope | a7ac4312762ad3066a61633c1cdb3a3234dc3a32 | 59bc8ffa32ecfca9eff2b79b85e25cec7bcade8d | refs/heads/master | 2021-05-08T20:05:14.108731 | 2018-11-25T17:43:28 | 2018-11-25T17:43:28 | 119,594,773 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 544 | puml | @startuml
package Focus <<Frame>> {
object Envelope {
clientID
events
}
object Event {
timestamp
payloadType
payload
}
object ContextEventPayload {
ProcessName
WindowName
}
object KeyEventPayload {
PlainTextKeylog
}
object MouseEventPayload {
type
X
Y
}
note "Each event can contain\nonly one type of payload" as N1
Envelope -* Event : "Contains multiple event"
Event --o N1
N1 --o ContextEventPayload
N1 --o MouseEventPayload
N1 --o KeyEventPayload
}
@enduml | false | true | false | false | object |
57159ba580f1071457c50e38d45abc7ba13d11f7 | 60bbd0ab11f9bcef80294c4d83294e7ba59375ff | /assets/diagrams/retroactive-event.puml | 73f4da6c586ad4e0034369db75842aa71664a204 | [
"Apache-2.0"
] | permissive | jakubiec/time-based-events | efdfbfa1d4935c018aee3a693f571dc79d440c13 | 661cc0ad8aebd26cb8eb543328b8b351534c26a8 | refs/heads/master | 2020-06-01T18:07:41.979690 | 2019-06-18T15:26:33 | 2019-06-18T15:26:33 | 190,876,605 | 3 | 0 | Apache-2.0 | 2019-06-12T02:53:39 | 2019-06-08T10:49:58 | Kotlin | UTF-8 | PlantUML | false | false | 441 | puml | @startuml
!include <tupadr3/common>
!include <tupadr3/font-awesome-5/clock>
skinparam defaultFontName Purisa
skinparam handwritten true
skinparam backgroundcolor transparent
skinparam defaultTextAlignment center
scale 1200*480
file RetroactiveEvent [
<size:80><&clock></size>
RetroactiveEvent
....
validFrom
]
circle Future #DeepSkyBlue
circle Past #RoyalBlue
RetroactiveEvent --> Future
RetroactiveEvent --> Past
@enduml | false | true | false | false | uml-unknown |
5fc02d44384b6c7e9f6ddd254e657c542fc7db76 | 97a3540eca7894890678b5c71032123342d3190c | /diagrams/CodeDependencies.puml | 766e521d81d7a60a517b238fc12ed3c01d098812 | [
"MIT"
] | permissive | tiestvilee/classified-hexagon | ee875ca3c9bf75f010ab0fad3270dee7899543b4 | 8aee9b4457ab4a43b095ed6c72fdafd382f27e0f | refs/heads/main | 2023-07-16T18:18:14.538304 | 2021-08-30T17:04:07 | 2021-08-30T17:04:07 | 398,537,941 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,979 | puml | @startuml
'https://plantuml.com/class-diagram
package "symmetric service adapter" {
class ServiceAdapterClient {
domain.[domain].adapter.service
}
class ServiceAdapterServer {
domain.[domain].adapter.service
}
}
interface Service {
domain.[domain].port.service
}
interface Dependency {
domain.[domain].port.dependency
}
class Hub {
domain.[domain].hub
}
class DependencyAdapter {
domain.[domain].adapter.dependency
}
class Model {
domain.[domain].model
}
class Deployable {
deployable.[deployableName]
}
Service --> Model : depends upon
Dependency --> Model : depends upon
Hub --> Service : depends upon [implements]
Hub --> Dependency : depends upon [uses]
DependencyAdapter -> Dependency : depends upon [implements]
ServiceAdapterServer -> Service : depends upon [uses]
ServiceAdapterClient -> Service : depends upon [implements]
Deployable --> Hub : depends upon [creates]
Deployable --> DependencyAdapter : depends upon [creates]
Deployable --> ServiceAdapterClient : depends upon [creates]
Deployable --> ServiceAdapterServer : depends upon [creates]
note "the domain model does not have outgoing dependencies" as N1
N1 ..> Model
note "only dependency adapters can implement dependencies" as N2
N2 ..> DependencyAdapter
note "only hubs and service clients can implement services" as N3
N3 ..> Hub
N3 ..> ServiceAdapterClient
note "only deployables and service adapters can create service adapters\n(decoration)" as N4
N4 ..> Deployable
N4 ..> ServiceAdapterClient
N4 ..> ServiceAdapterServer
note "only deployables can create hubs" as N5
N5 ..> Deployable
note "only deployables and dependency adapters can create dependency adapters" as N6
N6 ..> Deployable
N6 ..> DependencyAdapter
note "the services only depend upon the domain model" as N7
N7 ..> Service
note "the dependencies only depend upon the domain model" as N8
N8 ..> Dependency
note "the hub only depends upon the ports" as N9
N9 ..> Hub
@enduml | false | true | false | false | sequence |
3fa62a43fc5a792c1503e8edad9d6e15b650a38d | 1423267c7da79f77fdec74f3d6c68f173a7d8326 | /Design/Akutuator enhed/Software/AE/SD_AE_addWater.puml | ea59179c95c2e32dd8fb9bdacf4a4a39f9c92429 | [] | no_license | Solvgraa-mager/E4PRJ4 | 60282c6857f62747ce99aacacab8f7b56efbf28e | 3f54f0415dcb1f5f7269db9653860f4071a17082 | refs/heads/main | 2023-05-08T15:53:25.639820 | 2021-06-03T12:47:11 | 2021-06-03T12:47:11 | 335,742,071 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 784 | puml | @startuml SD_AE_addWater
Participant Aktuatorenhed as ae
participant _saltPumpe as tp
participant _demiPumpe as sp
title int Aktuatorenhed::addWater(double ml, double currentPsu)
ae -> ae : addWater(double ml, double currentPsu)
activate ae
ae -> ae : double mlSaltvand = (ml/(10*_saltKonc))*currentPsu
ae -> tp : activatePump(90)
ae <-- tp
ae -> sp : activatePump(90)
ae <-- sp
ae -> ae : sleep(mlSaltvand*0.04)
ae -> tp : deactivatePump()
ae <-- tp
ae -> ae : sleep((ml-2*mlSaltvand)*0.04)
ae -> sp : deactivatePump()
ae <-- sp
ae <-- ae : return 0
deactivate ae
@enduml | false | true | false | false | sequence |
2731d6aecd3ace4df19a699f829349ea84ff7971 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/service/Deployment.puml | f9f329bed2c932b5fe82a2788974dbb222b734ee | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 326 | puml | @startuml
rectangle "Diagram TBD"
@enduml
interface external
control trigger
package "service" #lightblue {
interface internal
node service as uS
folder image
}
uS -- image
external -- uS : 3000
internal -- uS : 5000
trigger --> uS : 1
note left of trigger
condition: always
scale: thru-put
cardinality: 1
end note
| false | true | false | false | sequence |
8102759ef1229834b7a674a09abb8a751b5f9a5d | 8eeaa622bd21c275f3c6995d3f1b3657b68b0618 | /src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-mailtemplate.puml | 6b2c41d176577a51ccd35013d12de07c20ca5d7d | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | Gamingpc/platform | 79282f0e78f9346b4fa02a7907975890200d8ac8 | 47169962a2d7fa4b232ad63d3611ac392ba3ddf4 | refs/heads/6.0-dp | 2023-04-06T14:37:58.066081 | 2019-07-15T06:24:42 | 2019-07-15T06:24:42 | 188,271,256 | 3 | 2 | MIT | 2023-04-04T01:25:29 | 2019-05-23T16:35:37 | PHP | UTF-8 | PlantUML | false | false | 5,795 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreContentMailTemplateMailTemplateDefinition, "mail_template\n(Mail Template)") {
primary_key(id) id
not_null(mailTemplateTypeId) foreignKey
systemDefault bool
senderName translated
description translated
subject translated
contentHtml translated
contentPlain translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition, "mail_template_translation\n((Translations))") {
senderName string
description longText
subject string
contentHtml longTextWithHtml
contentPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition, "mail_template_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition, "mail_template_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel\n(M:N Mapping)") {
primary_key(mailTemplateId) foreignKey
primary_key(salesChannelId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media\n(M:N Mapping)") {
primary_key(id) id
not_null(mailTemplateId) foreignKey
not_null(mediaId) foreignKey
position int
}
Table(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer\n(Header/Footer content)") {
primary_key(id) id
systemDefault bool
name translated
description translated
headerHtml translated
headerPlain translated
footerHtml translated
footerPlain translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition, "mail_header_footer_translation\n((Translations))") {
not_null(name) string
description string
headerHtml longTextWithHtml
headerPlain longText
footerHtml longTextWithHtml
footerPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailHeaderFooterId) foreignKey
primary_key(languageId) foreignKey
}
ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreContentMediaMediaDefinition, "media") {
}
' relationshipd
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
@enduml
| false | true | false | false | uml-unknown |
ce7400b7365592f76a89466f87a0785c19c57dac | 5e5ae138b7826c3f3f579942be8be29d2f5b7537 | /data-management/Data-ContextManagement.puml | e5240b47863d47bbe519fb4781b1bf46612f9a6d | [
"Apache-2.0"
] | permissive | praveen-sjsu/architecture-diagrams | 64b0cd5b67eb7d6ebafd23c0717ee8257c3b9122 | ce31f9e3a3c8c8d9a92edb3f724666dae71d45c3 | refs/heads/master | 2020-08-29T00:51:42.040679 | 2018-08-24T16:20:49 | 2018-08-24T16:20:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 708 | puml | @startuml;
skinparam componentStyle uml2
!define ICONURL https://raw.githubusercontent.com/smartsdk/architecture-diagrams/master/dist
!includeurl ICONURL/common.puml
!includeurl ICONURL/fiware.puml
!includeurl ICONURL/smartsdk.puml
package "Data/Context Management Core" as ctxcore {
interface NGSI
FIWARE(ctx,"Context Broker \n - Orion",component)
FIWARE(ckan,"CKAN",component)
FIWARE(kurento,"Stream Oriented \n- Kurento",component)
NGSI -left- ctx
NGSI -up- ckan
NGSI -up- kurento
package "Cosmos" as cosmos {
FIWARE(cygnus,"Cygnus",component)
FIWARE(bda,"Big Data Analysis",component)
FIWARE(sth,"STH Comet",component)
NGSI -up- cygnus
cygnus -up- bda
cygnus -up- sth
}
}
@enduml
| false | true | false | false | class |
cac1039b4c70f1404b0945afa793975204b18b9e | 5eca6c2ee94e15430333778311001232b67b2865 | /src/main/resources/UML/add new seance.puml | ac7952bbbbe028be47eea856d0771bf4375a1c73 | [] | no_license | chivo-retsen/OnlineReservedTickets | 9997cfb5cd86ce5d83a7229c7bc4f0e7d5bc5915 | 0aaaeea85f550bceea7eaead439de7adc555c394 | refs/heads/master | 2021-05-12T12:48:39.783849 | 2018-02-26T11:29:23 | 2018-02-26T11:29:23 | 107,382,785 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 542 | puml | @startuml
actor theater_manager
theater_manager ->> Application : createSeance()
activate theater_manager
theater_manager ->> Application : fillInfoSeance()
theater_manager ->> Application : saveSeance()
deactivate theater_manager
activate Application
create Seance
Application -->> Seance
Application -> Seance : fillInfoSeance(data, time)
activate Seance
Application <<-- Seance
deactivate Seance
destroy Seance
database DB
Application -> DB : saveSeance()
activate DB
Application <<-- DB
deactivate DB
deactivate Application
@enduml | false | true | false | false | usecase |
30f7cd2961bae1cf193fc302e36cba5a7b4deb27 | 808dca6cbf1bb97cd65c434ed1fc2c4727b9bac6 | /resources/docs/general/master/apps/issues-admin.puml | f9569d9f0e2d6eb28351f44e0313b0ef1a287f67 | [
"MIT"
] | permissive | thexdesk/develop | 4b909d695c5f17bfbf9eca44a420ace4adc6537a | 8a70f739cba227cfd3e8068be7f59132813ffc29 | refs/heads/develop | 2023-03-06T07:18:09.023293 | 2019-04-28T03:00:54 | 2019-04-28T03:00:54 | 405,447,785 | 0 | 0 | NOASSERTION | 2023-02-24T09:56:16 | 2021-09-11T17:58:42 | null | UTF-8 | PlantUML | false | false | 309 | puml | @startuml
package "Project" {
[Issues] --> issue
}
package "Issue Types" {
[issue types]
[issue type schemes]
}
package "Workflows" {
[workflows]
[workflow schemes]
}
package "Screens" {
[screens]
[screen schemes]
[issue type screen schemes]
}
package "Fields" {
}
@enduml | false | true | false | false | uml-unknown |
c4ceca949b3d0f3fc94c9deaeed5c2fd859c8b24 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Telemetry/Telemetry-Aggregator/Physical.puml | 77a3ff7b2f222ea5a04d065ce59c847f3e02f48c | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 437 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Telemetry/Telemetry Aggregator" #lightblue {
interface CLI
interface Web
interface REST
folder bin #ffffff {
component binName
}
folder appName #ffffff {
component sails.io
component sailsjs
}
folder uService1 #ffffff {
component micro
}
}
CLI -- binName
binName -- REST
Web -- sailsjs
Web -- REST
REST -- sailsjs
Web -- sails.io
REST -- micro
| false | true | false | false | class |
25baccfa3b80c628d5b37b5140de0d4adee6ddd3 | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Server/Areas/HelpPage/ModelDescriptions/EnumValueDescription.puml | b04df96745b0edac19ef78ff0e0e9e35cebc6bbb | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 167 | puml | @startuml
class EnumValueDescription {
+ Documentation : string <<get>> <<set>>
+ Name : string <<get>> <<set>>
+ Value : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
b6ffd5355e46f493eaac0a19fdc428c39762faf8 | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/middleware01/helper/Middleware01HelperPackage.puml | a8aad71896b04419f00523d9fd7415537f2950f6 | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 94 | puml | @startuml Middleware01HelperPackage
package edu.oakland.helper.middleware01 {
}
@enduml | false | true | false | false | uml-unknown |
de6d537c0fc803487513013bb4106ffca4041c3c | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShoppingListUpdateAction.puml | ce51c158791a4113462fd47e5476f1afa406ebcb | [] | 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 | 8,093 | 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 ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] {
action: String
}
interface ShoppingListAddLineItemAction [[ShoppingListAddLineItemAction.svg]] {
action: String
key: String
sku: String
productId: String
variantId: Long
quantity: Long
addedAt: DateTime
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ShoppingListAddTextLineItemAction [[ShoppingListAddTextLineItemAction.svg]] {
action: String
name: [[LocalizedString.svg LocalizedString]]
key: String
description: [[LocalizedString.svg LocalizedString]]
quantity: Long
addedAt: DateTime
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ShoppingListChangeLineItemQuantityAction [[ShoppingListChangeLineItemQuantityAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
}
interface ShoppingListChangeLineItemsOrderAction [[ShoppingListChangeLineItemsOrderAction.svg]] {
action: String
lineItemOrder: [[String.svg List<String>]]
}
interface ShoppingListChangeNameAction [[ShoppingListChangeNameAction.svg]] {
action: String
name: [[LocalizedString.svg LocalizedString]]
}
interface ShoppingListChangeTextLineItemNameAction [[ShoppingListChangeTextLineItemNameAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
name: [[LocalizedString.svg LocalizedString]]
}
interface ShoppingListChangeTextLineItemQuantityAction [[ShoppingListChangeTextLineItemQuantityAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
quantity: Long
}
interface ShoppingListChangeTextLineItemsOrderAction [[ShoppingListChangeTextLineItemsOrderAction.svg]] {
action: String
textLineItemOrder: [[String.svg List<String>]]
}
interface ShoppingListRemoveLineItemAction [[ShoppingListRemoveLineItemAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
}
interface ShoppingListRemoveTextLineItemAction [[ShoppingListRemoveTextLineItemAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
quantity: Long
}
interface ShoppingListSetAnonymousIdAction [[ShoppingListSetAnonymousIdAction.svg]] {
action: String
anonymousId: String
}
interface ShoppingListSetCustomFieldAction [[ShoppingListSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface ShoppingListSetCustomTypeAction [[ShoppingListSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ShoppingListSetCustomerAction [[ShoppingListSetCustomerAction.svg]] {
action: String
customer: [[CustomerResourceIdentifier.svg CustomerResourceIdentifier]]
}
interface ShoppingListSetDeleteDaysAfterLastModificationAction [[ShoppingListSetDeleteDaysAfterLastModificationAction.svg]] {
action: String
deleteDaysAfterLastModification: Long
}
interface ShoppingListSetDescriptionAction [[ShoppingListSetDescriptionAction.svg]] {
action: String
description: [[LocalizedString.svg LocalizedString]]
}
interface ShoppingListSetKeyAction [[ShoppingListSetKeyAction.svg]] {
action: String
key: String
}
interface ShoppingListSetLineItemCustomFieldAction [[ShoppingListSetLineItemCustomFieldAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface ShoppingListSetLineItemCustomTypeAction [[ShoppingListSetLineItemCustomTypeAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ShoppingListSetSlugAction [[ShoppingListSetSlugAction.svg]] {
action: String
slug: [[LocalizedString.svg LocalizedString]]
}
interface ShoppingListSetStoreAction [[ShoppingListSetStoreAction.svg]] {
action: String
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
}
interface ShoppingListSetTextLineItemCustomFieldAction [[ShoppingListSetTextLineItemCustomFieldAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface ShoppingListSetTextLineItemCustomTypeAction [[ShoppingListSetTextLineItemCustomTypeAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ShoppingListSetTextLineItemDescriptionAction [[ShoppingListSetTextLineItemDescriptionAction.svg]] {
action: String
textLineItemId: String
textLineItemKey: String
description: [[LocalizedString.svg LocalizedString]]
}
interface ShoppingListUpdate [[ShoppingListUpdate.svg]] {
version: Long
actions: [[ShoppingListUpdateAction.svg List<ShoppingListUpdateAction>]]
}
ShoppingListUpdateAction --> ShoppingListAddLineItemAction #blue;text:blue : "action : addLineItem"
ShoppingListUpdateAction --> ShoppingListAddTextLineItemAction #blue;text:blue : "action : addTextLineItem"
ShoppingListUpdateAction --> ShoppingListChangeLineItemQuantityAction #blue;text:blue : "action : changeLineItemQuantity"
ShoppingListUpdateAction --> ShoppingListChangeLineItemsOrderAction #blue;text:blue : "action : changeLineItemsOrder"
ShoppingListUpdateAction --> ShoppingListChangeNameAction #blue;text:blue : "action : changeName"
ShoppingListUpdateAction --> ShoppingListChangeTextLineItemNameAction #blue;text:blue : "action : changeTextLineItemName"
ShoppingListUpdateAction --> ShoppingListChangeTextLineItemQuantityAction #blue;text:blue : "action : changeTextLineItemQuantity"
ShoppingListUpdateAction --> ShoppingListChangeTextLineItemsOrderAction #blue;text:blue : "action : changeTextLineItemsOrder"
ShoppingListUpdateAction --> ShoppingListRemoveLineItemAction #blue;text:blue : "action : removeLineItem"
ShoppingListUpdateAction --> ShoppingListRemoveTextLineItemAction #blue;text:blue : "action : removeTextLineItem"
ShoppingListUpdateAction --> ShoppingListSetAnonymousIdAction #blue;text:blue : "action : setAnonymousId"
ShoppingListUpdateAction --> ShoppingListSetCustomFieldAction #blue;text:blue : "action : setCustomField"
ShoppingListUpdateAction --> ShoppingListSetCustomTypeAction #blue;text:blue : "action : setCustomType"
ShoppingListUpdateAction --> ShoppingListSetCustomerAction #blue;text:blue : "action : setCustomer"
ShoppingListUpdateAction --> ShoppingListSetDeleteDaysAfterLastModificationAction #blue;text:blue : "action : setDeleteDaysAfterLastModification"
ShoppingListUpdateAction --> ShoppingListSetDescriptionAction #blue;text:blue : "action : setDescription"
ShoppingListUpdateAction --> ShoppingListSetKeyAction #blue;text:blue : "action : setKey"
ShoppingListUpdateAction --> ShoppingListSetLineItemCustomFieldAction #blue;text:blue : "action : setLineItemCustomField"
ShoppingListUpdateAction --> ShoppingListSetLineItemCustomTypeAction #blue;text:blue : "action : setLineItemCustomType"
ShoppingListUpdateAction --> ShoppingListSetSlugAction #blue;text:blue : "action : setSlug"
ShoppingListUpdateAction --> ShoppingListSetStoreAction #blue;text:blue : "action : setStore"
ShoppingListUpdateAction --> ShoppingListSetTextLineItemCustomFieldAction #blue;text:blue : "action : setTextLineItemCustomField"
ShoppingListUpdateAction --> ShoppingListSetTextLineItemCustomTypeAction #blue;text:blue : "action : setTextLineItemCustomType"
ShoppingListUpdateAction --> ShoppingListSetTextLineItemDescriptionAction #blue;text:blue : "action : setTextLineItemDescription"
ShoppingListUpdateAction --> ShoppingListUpdate #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
6f3c9589b5355fa97b11fa9500bc9d66a3bb439d | 35fb4960297c31a530317e50ed8ec31b8dfd671b | /gitReset--mixedHEAD/resetmixedHeadCommit01.puml | b08c137bd4f4cb0b3348f570e142f2d511cdab3b | [] | no_license | jalbertomr/githubBloggerDoc | cedf2e38f54b3ee620ae7d1a38a3ce860d3bf166 | a36f5650b5252967f56ce6bcfba3e790908e1edb | refs/heads/main | 2023-01-31T04:40:23.795375 | 2020-12-16T04:35:45 | 2020-12-16T04:35:45 | 321,867,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,051 | puml | @startuml
scale 350 width
title <color:silver><size:25>Smashing Commit, before git reset --mixed HEAD~ jalbertomr.blogspot.com
skinparam backgroundColor royalblue
skinparam arrowcolor white
skinparam arrowfontStyle bold
skinparam arrowfontcolor w
skinparam state {
backgroundColor SkyBlue
BorderColor gray
backgroundColor<< Stage >> LimeGreen
backgroundColor<< WorkDir >> Tomato
backgroundColor<< History >> Khaki
FontSize 16
FontStyle bold
fontcolor navy
}
state Working_Directory << WorkDir >>
state "Stage (index)" as Stage << Stage >>
state _HEAD <<History>>
state HEAD
state master
state 289e5c1 <<History>>
state 5cd6744 <<History>>
state 95575a2 <<History>>
[*] --> 289e5c1 : commit_01
289e5c1 --> 5cd6744 : commit_02
5cd6744 --> 95575a2 : commit_03
289e5c1 : <size:20>file1:v1\n
5cd6744 : <size:20>file1:v2\n
95575a2 : <size:20>file1:v3\n
HEAD -right-> master
master -right-> 95575a2
Working_Directory : \n<size:20>file1:v3\n
Stage : \n<size:20>file1:v3\n
_HEAD : <size:16>95575a2\n<size:20>file1:v3\n
@enduml | false | true | false | false | sequence |
a5abe9da35168d17a62cc51c48e9a0dd247935cf | 068579f9ad18a1368961dc3b9f812129f4f7e858 | /DesignPattern/Singleton/Balancer/uml/class_diagram.puml | 58540e1df53dfdeb73f8124dcdf5989378820004 | [] | no_license | AleMidolo/materiale-tutorato-ids | d9c27a9d0da9436842144a7cc8bd6d381f6e3546 | 3d95de651214245b113c92481007ec177ce95471 | refs/heads/master | 2023-03-30T22:05:39.627666 | 2021-04-01T13:53:07 | 2021-04-01T13:53:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | puml | ' Documentazione: https://plantuml.com/class-diagram
@startuml
' START STYLE
skinparam {
monochrome true
'shadowing false
classBackgroundColor white
noteBackgroundColor white
classAttributeIconSize 0
}
hide circle
' END STYLE
title Singleton: Balancer - Class Diagram
class TestBalancer {
+ {static} main()
}
note left of TestBalancer::main
Balancer b = Balancer.getInstance();
b.getHost();
end note
class Balancer {
- hosts: String[]
- x: int
- {static} b: Balancer
- Balancer()
+ {static} getInstance(): Balancer
+ getHost(): String
}
TestBalancer -right-> Balancer
@enduml | false | true | false | false | class |
bed1db0e80b65f38ff41ac43284a8f3139c0b86e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLNoMatchingProductDiscountFoundError.puml | 7ec6cf61511a58270e3853156b653e9622af1633 | [] | 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 | 452 | 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 GraphQLNoMatchingProductDiscountFoundError [[GraphQLNoMatchingProductDiscountFoundError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
cc7ee1e63f21fc4b9245e820866f9b8a8677bc67 | 7a3e5607e852ef1b146c0f893ecbc04265b40f27 | /MKL25Z128xxx4_Manchester/doc/manchester.puml | 369979bc60c80f4d9b9942526207ffdc8acd2a99 | [] | no_license | hudikm/TPRIS_2020_CVICENIA | eb350a992aca8cbe533c8ad90324b30f106a77b8 | b812b7294d1298149c6a668b0d7353bfaf3b1f60 | refs/heads/master | 2023-01-10T02:50:23.765682 | 2020-11-11T10:03:30 | 2020-11-11T10:03:30 | 303,948,698 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,200 | puml | @startuml
hide empty description
[*] -right-> START_BIT_A :InterruptFallingEdge
START_BIT_A : Inicializácia/Vynulovanie pomocných premenných \n\tbit_index = 0
START_BIT_A : <b>Spusti PIT timer 3/4 periody </b>
START_BIT_A --> TIMER_INT: <b>Prerušenie od časovača</b>
TIMER_INT: Stop timer
TIMER_INT: <b>Načítaj bit z RX pinu; bit_index++</b>
TIMER_INT: Enable InterruptEitherEdge
state START_BIT_B
START_BIT_B :
START_BIT_B : <b>Spusti PIT timer 3/4 periody</b>
START_BIT_B --> TIMER_INT: <b>Prerušenie od časovača</b>
state RX_INT{
state c <<choice>>
state "Prvé 4bity načítané(LSb)\n<b>Enable InterruptFallingEdge</b>" as LSB <<sdlreceive>>
state "Druhé 4bity načítané(MSb)\n<b>Enable InterruptFallingEdge</b>" as MSB <<sdlreceive>>
state "Disable INT: <b>InterruptOrDMADisabled</b> \n<b>Spusti PIT timer 3/4 periody </b>" as BIT <<sdlreceive>>
c--> LSB:[bit_index==4]
c--> MSB:[bit_index==8]
c--> BIT:[bit_index !=4 && bit_index!=8]
LSB-->START_BIT_B:<b>InterruptFallingEdge</b>
MSB-->START_BIT_A:<b>InterruptFallingEdge</b>
BIT-->TIMER_INT:<b>Prerušenie od časovača</b>
}
TIMER_INT --> RX_INT: <b>InterruptEitherEdge</b>
@enduml | false | true | true | false | sequence |
46f1f3671b0cd0d1513697793cdfed21fac9e45f | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/TestAdaptorFactory.puml | d7dc787b6074a452fe0ddbe586c33e93d51de8e6 | [] | 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 | 573 | puml | @startuml
class TestAdaptorFactory {
+ Create(test:ITest) : ITestAdaptor
+ Create(testData:RemoteTestData) : ITestAdaptor
+ Create(testResult:ITestResult) : ITestResultAdaptor
+ Create(testResult:RemoteTestResultData, allData:RemoteTestResultDataWithTestData) : ITestResultAdaptor
+ BuildTree(data:RemoteTestResultDataWithTestData) : ITestAdaptor
+ BuildTreeAsync(data:RemoteTestResultDataWithTestData) : IEnumerator<ITestAdaptor>
+ ClearResultsCache() : void
+ ClearTestsCache() : void
}
ITestAdaptorFactory <|-- TestAdaptorFactory
@enduml
| false | true | false | false | class |
860ac54a82374181cb2235c78605d55e4db6bf12 | 3495a3bc8450a240a21780fb8c795c215f88000a | /docs/UC2 - Create Task/UC2_SSD.puml | cabd158d5e8cfff8aa05fc371d2b077503d8dc0e | [] | no_license | 1190452/LAPR2 | f27ac4e485b91d04189dd0a37551bc108c070b12 | 97c5488c091243cf65f9e16821f56a5020e0ae2e | refs/heads/master | 2023-05-09T02:35:50.850483 | 2020-06-14T21:07:59 | 2020-06-14T21:07:59 | 372,570,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 588 | puml | @startuml
autonumber
actor "Collaborator" as COL
activate COL
COL -> ":System" : initiates the creation of the task
activate ":System"
":System" --> COL : asks for the data \n(id, brief description, time duration(in hours), cost per hour(in euros), task category)
deactivate ":System"
COL -> ":System" : writes the data
activate ":System"
":System" --> COL : shows the data and asks for confirmation
deactivate ":System"
COL -> ":System" : confirms the data
activate ":System"
":System" --> COL : informs about the success of the operation
deactivate ":System"
deactivate COL
@enduml
| false | true | false | false | usecase |
aa6041aa584a2b120ac691ac6c55d37974295e94 | 8f83adb253993728ad2b965efda9e2d0d9167ffd | /src/main/doc/resources/org/thegalactic/lattice/io/ConceptLatticeIOFactory.iuml | e9d9a4e7cbe1de3d58b30c5804b16c833d799fa6 | [
"CECILL-B"
] | permissive | jcarbonnel/java-lattices | 3906f29a84526dfeb3af5d24f4429d22d56f82b1 | 6df82e197748a455b1d886247a11ec1a56055def | refs/heads/master | 2021-08-26T05:01:08.308878 | 2017-11-17T11:00:45 | 2017-11-17T11:00:45 | 109,843,590 | 0 | 0 | null | 2017-11-07T14:06:18 | 2017-11-07T14:06:18 | null | UTF-8 | PlantUML | false | false | 293 | iuml | package org.thegalactic.lattice.io {
class ConceptLatticeIOFactory {
-ConceptLatticeIOFactory instance
-ConceptLatticeIOFactory()
#void init()
+{static}ConceptLatticeIOFactory getInstance()
}
org.thegalactic.io.IOFactory <|-- ConceptLatticeIOFactory
}
| false | true | false | false | class |
a67e0b335f31dc4648fbd0a84b2f6b60dc81d913 | 7d618c99d0bcee98fa0fdc58c1d8e1880c78d192 | /Reeks08/FieldValidation/FieldValidation/pattern/Email2State/UML/class.puml | 73fd7df8a1887fb8cedb25ee8c0981814688661b | [
"MIT"
] | permissive | LorenzoDeBie/SoftwareOntwikkelingII | f67cdea65841ae2220180134cac20fc98926ec2f | 0f8a6fc6f89ca99b5339a16bd1da3f31182263b9 | refs/heads/master | 2020-08-05T23:44:58.411612 | 2019-12-05T14:38:19 | 2019-12-05T14:38:19 | 212,760,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 834 | puml | @startuml
class EmailValidation2 {
Validate(s: string): bool
}
note left of EmailValidation2::Validate
Leest alle deeltjes en roept juiste methodes op
end note
interface IStatus {
+ Woord(): void
+ Punt(): void
+ At(): void
}
abstract class AStatus {
}
class I1 {
+ Woord(): void
+ Punt(): void
+ At(): void
}
class I2 {
+ Woord(): void
+ Punt(): void
+ At(): void
}
class I3 {
+ Woord(): void
+ Punt(): void
+ At(): void
}
class Init {
+ Woord(): void
+ Punt(): void
+ At(): void
}
class Accept {
+ Woord(): void
+ Punt(): void
+ At(): void
}
IStatus <|.down. AStatus
EmailValidation2 --o "1" AStatus
AStatus <|-- I1
AStatus <|-- I2
AStatus <|-- I3
AStatus <|-- Init
AStatus <|-- Accept
EmailValidation2 "status" -right-> "1" IStatus
@enduml | false | true | false | false | class |
eb284d3ee27e301cf7a37dd1389ea7e471b0265c | 2869116164f3d1aae77b57baee4c78b45495f971 | /local-remote.puml | 61dce4413c3fa1a25ef63891fd40e46548b343e5 | [] | no_license | maxandersen/dias | 1d7a847bd89d068f8e0b7bbb005b3116d55afa34 | 516ca3e36d99943b121f1f31601d71a7314dcdf2 | refs/heads/master | 2021-05-07T03:56:16.147301 | 2017-11-16T22:16:10 | 2017-11-16T22:16:10 | 111,028,091 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 436 | puml | @startuml
skinparam handwritten true
caption Locahost with remote server
component "localhost" {
component "IDE" {
}
storage {
storage sourcecode
}
}
component remote-server {
component "eap"
storage {
storage "war" {
}
}
}
left to right direction
eap --> war : read
IDE --> eap : connect
IDE --> war : deploy
top to bottom direction
IDE --> sourcecode : rwbuild
@enduml
| false | true | false | false | sequence |
5c60c5fd5c12bfebc3ef212642f45ba8c1d3e04d | e0e9b96584cf55eddb05c3cf64770892ad0efba9 | /doc/design.puml | ea994af8861dbcece050a47a9f420fb420e1aa78 | [] | no_license | jairomer/StrategyAndFactoryPatternInC- | dca05907f7de4cc2e12821963a97343bf83bf637 | cb3b5d0b19738ce4181c37d1fc9f199415aca751 | refs/heads/main | 2023-05-05T13:41:08.572321 | 2021-05-29T12:31:24 | 2021-05-29T12:31:24 | 371,968,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 799 | puml | @startuml
package speakers {
interface Speaker {
string speak()
}
class Cat {
string speak()
}
class Dog {
string speak()
}
class Cow {
string speak()
}
class Human {
string speak()
}
Cat --|> Speaker
Dog --|> Speaker
Cow --|> Speaker
Human --|> Speaker
class SpeakerFactory {
Speaker createSpeakerFrom(int input)
}
SpeakerFactory --> Speaker
SpeakerFactory ..> Cat
SpeakerFactory ..> Dog
SpeakerFactory ..> Cow
SpeakerFactory ..> Human
}
package leyend {
A --> B : Strongly Coupled
A ..> B : Weakly Coupled
A -|> B : A implements B
}
package UserCode {
class UserClass1
UserClass1 ---> SpeakerFactory
UserClass1 --> Speaker
class UserClass2
UserClass2 --> SpeakerFactory
UserClass2 --> Speaker
class UserClass3
UserClass3 --> SpeakerFactory
UserClass3 --> Speaker
}
@enduml
| false | true | false | false | sequence |
415533bf982457ab15f36e71bcc8535e85405827 | 4e4ac82b89829b38765fe7982a5015ec2f734a7c | /src/main/java/ex42/CSVParserClasses.puml | b36d68178a12f20c25c8c319b9bab2b54c5457d0 | [] | no_license | JKelleher00/kelleher-cop3330-assignment3 | 0b0a63206bce5eceec0dd13d10d27a924553c340 | fc7db8b2ad1b31a4968d8c58470a86e52e8e2ee0 | refs/heads/master | 2023-06-02T06:12:28.041207 | 2021-06-16T19:11:25 | 2021-06-16T19:11:25 | 377,302,745 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
CSVReader -> CSVParser: Initializing
CSVReader -> CSVParser: Array of strings, comma delimited
CSVParser -> ParseFile: Array of strings, comma delimited
ParseFile <-- CSVReader: seperated 2d array of strings
@enduml | false | true | false | false | sequence |
419a42f230405612e095784672a91a30c342d62d | 9639579de2b848e58ffb82fe476a1423cd5f0112 | /0_UserStories/Drive.PLANTUML | 0eeef91abe52748e6b00a03a9a2a00fd8393683e | [] | no_license | lmodig93/Project_GroupC | caacf7361cfe9b796b05bab229c7285281e51e47 | 6b0955228de413387cd23320f2ff95a62932f342 | refs/heads/master | 2023-01-04T15:39:58.091868 | 2020-11-02T08:01:44 | 2020-11-02T08:01:44 | 308,591,181 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | plantuml | @startuml
(*) --> "Drive signal"
if then
-->[true] "Set gearbox state"
-right->(*)
else
->[false] "Keep Gearbox as it is"
-->[Ending process](*)
endif
@enduml | false | true | false | false | activity |
92b41b2f48b707bb761898bcf5ceb00e476b229d | e618e68be491bb98c0573a467be63146a053cc6c | /SA/sequencediagram/transaction/simple/CompleteRefund.puml | e9524f7b92cd38a6ea017bc52eb74cd36a898e33 | [] | no_license | dedeandress/belanjayukid-be-services | 14101c676e2bdd56c5df72b9ccddae648951cf8b | 9bedbf42cdd0b764e27c9dc839df8b401ac0bb62 | refs/heads/master | 2022-04-07T04:29:30.602535 | 2020-02-28T05:39:33 | 2020-02-28T05:39:33 | 194,123,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 920 | puml | @startuml
title: Complete Refund Transaction Sequence Diagram
actor user
participant BelanjaYukFE
box "BelanjaYuk.id" #LightBlue
participant AppController
participant TransactionService
end box
user -> BelanjaYukFE ++ : complete refund transaction menu
activate user
BelanjaYukFE -> AppController ++ : /graphql complete refund transaction
note right of BelanjaYukFE
content type: application/json
request body:
mutation{
completeRefund(
transactionId
): Transaction
}
end note
AppController -> AppController ++ : call parseGraphql()
AppController -> TransactionService ++ : call completeRefund()
note left
passing:
- context
- transactionId
end note
TransactionService --> AppController : transaction
AppController --> BelanjaYukFE : transaction
BelanjaYukFE --> user : refund transaction successful
deactivate user
@enduml | false | true | false | false | usecase |
5164655db194e917d49632c795fbddeb27fff54f | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - design/rollcall/updateScore.plantuml | d6141c4fde6b88e64a57022cf8c0dde07ab98887 | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 907 | plantuml | @startuml updateScore
actor ": Teacher"
activate ": Teacher"
": Teacher" -> ": IStudentForm": // request update score
activate ": IStudentForm"
": IStudentForm" -> ": StudentController": update_score(token, classroom_member_id, created_at, test_title, score)
activate ": StudentController"
": StudentController" -> ": IClassroomMemberDB": read(classroom_id, user_id)
activate ": IClassroomMemberDB"
deactivate ": IClassroomMemberDB"
alt student is exist in classroom
": StudentController" ->> ": IScoreDB": create(classroom_member_id, date, test_title, score)
activate ": IScoreDB"
deactivate ": IScoreDB"
": IStudentForm" -->> ": Teacher": // Update score done
else student is exist in classroom
deactivate ": StudentController"
": IStudentForm" -->> ": Teacher": // Score update failed,\n check information again
end
deactivate ": Teacher"
deactivate ": IStudentForm"
@enduml | false | true | false | false | usecase |
2451d29917d8dae69551c66f8944c319dbd44287 | e07ad94f5c70b0c457b9484269304244ced63a8f | /patterns/factory-method.puml | c8e22469b464dad1c97f95713c839129c19cf724 | [] | no_license | gillescoolen/design-patterns | abfe58fab21c1d47c124f066d2a7883156667bce | c05acb4b919247c5a26bf8341330837894154ae8 | refs/heads/main | 2023-06-01T22:47:39.336414 | 2021-06-18T12:39:56 | 2021-06-18T12:39:56 | 377,582,013 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 351 | puml | @startuml factory-method
class Developer {
+ createWebsite(string name)
}
interface WebsiteFactory {
- Dictionary<string name, Type type> types
+ createWebsite(string name)
}
class Website
class ReactWebsite
class VueWebsite
Developer --> WebsiteFactory
WebsiteFactory --> Website
ReactWebsite ..|> Website
VueWebsite ..|> Website
@enduml | false | true | false | false | class |
b74dece3a98894900ecd41f3690f5478988e92f8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/SearchIndexingConfigurationValues.puml | d2c7e2e4a84d209a3a45c26313310bf08a6b57dd | [] | 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 | 936 | 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 SearchIndexingConfigurationValues [[SearchIndexingConfigurationValues.svg]] {
status: [[SearchIndexingConfigurationStatus.svg SearchIndexingConfigurationStatus]]
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
}
interface SearchIndexingConfiguration [[SearchIndexingConfiguration.svg]] {
products: [[SearchIndexingConfigurationValues.svg SearchIndexingConfigurationValues]]
orders: [[SearchIndexingConfigurationValues.svg SearchIndexingConfigurationValues]]
}
SearchIndexingConfigurationValues --> SearchIndexingConfiguration #green;text:green : "products"
SearchIndexingConfigurationValues --> SearchIndexingConfiguration #green;text:green : "orders"
@enduml
| false | true | false | false | sequence |
1c48cf9583452cdca45d3e723377ee13479535fa | 5dc9e41cc781a3ce07954ad8b4e70ff66ab124ee | /resource/documentation/architecture.puml | b10305285890c3d7e6f8d097880229877366b8e7 | [
"Apache-2.0"
] | permissive | melahn/helm-chartmap | ada77202fdc8002788ac75ef2fe734d06e2c5f7e | 82c99f6ca09b54e7c7901c065f5d3fe6d0d1800d | refs/heads/master | 2022-10-15T08:43:17.746888 | 2022-09-23T00:11:42 | 2022-09-23T00:11:42 | 249,056,151 | 2 | 0 | Apache-2.0 | 2022-01-05T00:16:08 | 2020-03-21T20:33:46 | Java | UTF-8 | PlantUML | false | false | 983 | puml | @startuml architecture
skinparam linetype ortho
skinparam shadowing false
skinparam componentStyle uml2
skinparam monochrome reverse
skinparam packageBackgroundColor Ghostwhite
actor a as "User"
file hc as "helm chart"
rectangle cs as "Chart Sources" {
database fs as "FileSystem"
database hr as "Helm Chart Repo"
database ar as "appr"
}
component hcl as "Helm client"
component pu as "PlantUML"
rectangle hi as "helm-inspector\n\n<size:50><&browser>\n"
file pf as "puml"
file tf as "txt"
file jf as "json"
file if as "image"
package app as "Chartmap" {
component cm as "Chartmap"
component pup as "PlantUMLPrinter"
component tp as "TextPrinter"
component jp as "JSONPrinter"
component hcm as "Helm chart model"
}
cm ---->> hcl: <&check>helm template\n command
cm <<-->> hcm
cm <<---- hc
cm --->> [pup]
cm --->> [tp]
cm --->> [jp]
fs -->> hc
hr -->> hc
ar -->> hc
pup -->> pf
tp -->> tf
jp -->> jf
pf -->> pu
pu -->> if
jf -->> hi
a <<-- if
a <<-->> hi
a <<-- tf
@enduml | false | true | false | false | sequence |
367c1c47dc27bf6d1efad2851a9e258ad9642689 | d467bc3942a140514d205e1cb6f737047010297f | /docs/diagrams/AddContactCommand.puml | b32c1bb70505932816ee478673caef8993471637 | [] | no_license | AY2122S1-CS2113T-T09-1/tp | 4d53c1fcce2bca1ed6e6e4f100888592286e2682 | 18192ba3e93eec827a28f7d9914b7d2bf1699f3a | refs/heads/master | 2023-08-28T11:36:52.464703 | 2021-11-08T11:51:02 | 2021-11-08T11:51:02 | 410,194,669 | 1 | 0 | null | 2021-11-08T11:51:03 | 2021-09-25T06:25:28 | Java | UTF-8 | PlantUML | false | false | 1,003 | puml | @startuml
hide footbox
'https://plantuml.com/sequence-diagram
-> ":AddContactCommand": execute()
activate ":AddContactCommand"
create "addedContact:Contact"
":AddContactCommand" -> "addedContact:Contact":Contact()
activate "addedContact:Contact"
"addedContact:Contact" --> ":AddContactCommand"
deactivate "addedContact:Contact"
alt#gold #lightgreen hasDuplicates(addedContact:Contact, contactList:ContactList)
":AddContactCommand" -> ":TextUi":ignoreContact(type:String)
activate ":TextUi"
":TextUi" --> ":AddContactCommand"
deactivate ":TextUi"
else #lightblue else
":AddContactCommand" -> ":ContactList":addContact(addedContact:Contact)
activate ":ContactList"
":ContactList" --> ":AddContactCommand"
deactivate ":ContactList"
":AddContactCommand" -> ":TextUi":addContactMessage(addedContact:Contact, contactList.getSize():int)
activate ":TextUi"
":TextUi" --> ":AddContactCommand"
deactivate ":TextUi"
end
deactivate ":AddContactCommand"
@enduml
| false | true | false | false | sequence |
30e0fa3149a756d89d927abc6c91b2c6e9b8285e | 776e2b53cd22ec30f867acb59bc5277c109b689f | /src/docs/asciidoc/plantuml/SkillModel.puml | a61310a2d228cd3edadd249109ca02c5b624c6f8 | [] | no_license | asck-team/asck-alexa-skill | 324c909161e18c74e0815c5828ed59f66f64a7e1 | 15d8d8656bd7975e54740a8e4fb80be32bb21d80 | refs/heads/master | 2021-08-22T11:47:51.695689 | 2019-09-27T15:50:30 | 2019-09-27T15:50:30 | 203,472,969 | 0 | 0 | null | 2020-07-01T19:15:50 | 2019-08-21T00:04:08 | JavaScript | UTF-8 | PlantUML | false | false | 593 | puml | @startuml
skinparam defaultTextAlignment center
!include <tupadr3/common>
!include <tupadr3/devicons/linux>
!include <tupadr3/devicons/git>
!include <tupadr3/devicons/java>
!include <tupadr3/devicons/jenkins>
!include <tupadr3/devicons/aws>
scale 1.5
title Deployment
DEV_GIT(git, GIT, database) #WHITE
DEV_JAVA(skill, SKILL, file) #WHITE
DEV_JENKINS(buildServer, BUILD SERVER) #WHITE
DEV_AWS(aws, AWS, rectangle) #WHITE
actor Developer as developer
developer -> skill: change code
skill -up-> git: push
buildServer <- git: clone and build project
buildServer -down-> aws: deploy
@enduml | false | true | false | false | usecase |
dbe4ed4d6db80df684548467f0f682fb63fa5626 | f6e8d9ffb0fbe22f284a9771933ad71a3538ac49 | /Diagrams/SequenceDiagrams/Settlements/use-case-position-handler.plantuml | e7e7f36a9fdaee0b0e6e159a602a495574745c5a | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mDuo13/docs-1 | 2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5 | b2b18663510b0bc92a3c8e8768adc8be0e21cd91 | refs/heads/master | 2020-04-30T13:06:06.901776 | 2019-03-14T11:26:50 | 2019-03-14T11:26:50 | 176,845,744 | 0 | 0 | null | 2019-03-21T01:31:09 | 2019-03-21T01:31:08 | null | UTF-8 | PlantUML | false | false | 2,932 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
--------------
******'/
@startuml
' declate title
title uc Position Handler
' declare actors
actor :Position Handler: as POS_HANDLER << Handler >>
' declare use cases
usecase PREPARE as "Transfer Prepare
--
..Position-Topic-dfsp1..
action == 'prepare'
see sd {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.1-prepare.svg seq-position-1.3.1-prepare]]}"
usecase FULFIL as "Transfer Fulfil Success
--
..Position-Topic-dfsp2..
action == 'commit'
see sd {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.2-fulfil.svg seq-position-1.3.2-fulfil]]}"
usecase REJECT as "Transfer Fulfil Reject
--
..Position-Topic-dfsp1..
action == 'reject'
see sd {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.3-abort.svg seq-position-1.3.3-abort]]}"
usecase TIMEOUT_RECEIVED as "Received Transfer Timeout
--
..Position-Topic-dfsp1..
action == 'timeout-received'
see sd {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.3-abort.svg seq-position-1.3.3-abort]]}"
usecase TIMEOUT_RESERVED as "Reserved Transfer Timeout
--
..Position-Topic-dfsp1..
action == 'timeout-reserved'
see sd {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.3-abort.svg seq-position-1.3.3-abort]]}"
' start use case
(PREPARE) <---- :POS_HANDLER:
(FULFIL) <--- :POS_HANDLER:
(REJECT) <-- :POS_HANDLER:
:POS_HANDLER: ---> (TIMEOUT_RECEIVED)
:POS_HANDLER: ---> (TIMEOUT_RESERVED)
@enduml | false | true | true | false | usecase |
4869bf8103c96a44f88c4c0b7080f9d58a12e011 | bbb5aa587842e34b899c6f94ece669450cdc95c3 | /src/test/Callback继承关系类图.puml | 934463435b17b807122fba32b9796035df16be73 | [] | no_license | chenxingxing6/spring-freamwork | a54b88d5fbae5e597d458a6ec707f4e0433dfae2 | 71307ad00d9eabb2136534bec10369ae109ee9b8 | refs/heads/master | 2022-09-22T11:27:06.038063 | 2020-05-29T02:24:18 | 2020-05-29T02:24:18 | 267,319,973 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 311 | puml | @startuml
interface Callback {
}
hide Callback fields
hide Callback methods
interface MethodInterceptor extends Callback{
+Object intercept(Object, Method, Object[], MethodProxy)
}
hide MethodInterceptor fields
interface Dispatcher extends Callback {
+Object loadObject()
}
hide Dispatcher fields
@enduml | false | true | false | false | class |
7b89baea9a5d1ab98eab591230ffca89ad2c1ab0 | 6bd2a7ac5888af14373e6b7c3f13f0c1cc61b66c | /tictactoe/doc/classDiagram.puml | c91082d0e8005491044537d616c91544ea29f1ad | [] | no_license | chuso/mastercloudapps | e685a78f1268b82024c04df1719145169d2ec5d9 | cfcb55c8b0c666c406e82a720bc60d66977f2c15 | refs/heads/master | 2021-07-16T03:45:28.948164 | 2019-11-17T21:59:01 | 2019-11-17T21:59:01 | 211,486,152 | 0 | 0 | null | 2020-10-13T17:09:32 | 2019-09-28T10:54:00 | Java | UTF-8 | PlantUML | false | false | 384 | puml | class TicTacToe {
-Board
-player1
-player2
+play()
}
class Player {
-Board
-Token
+Player(Board, Token)
+move()
}
class Board {
-Token[3][3]
+setToken(column, row, Token)
+write()
+hasThreeInARow()
+isCompleted()
}
enum Token
Player --> Board
TicTacToe *--> Board
TicTacToe *--> "2" Player
Board o--> Token
Player ..> Token
| false | true | false | false | class |
b3864e5497209b3ee0a56f3e5dc59a8b65b2c2bd | 74012d669cd4d6a186246478a46df1dbbd595abe | /pisp-linking.puml | 2ef0210164d9d5d6fba63c041e8fae38a4aa1524 | [
"Apache-2.0"
] | permissive | adrianhopebailie/mojaloop-pisp | ee6252a40762281612185a93fcbd0f3fb031d608 | ceedad9e3b87a8adb23b57c763652e7f8dd6ed83 | refs/heads/master | 2021-05-25T08:56:28.910081 | 2020-04-07T08:51:04 | 2020-04-07T08:51:04 | 253,750,425 | 0 | 0 | Apache-2.0 | 2020-04-07T09:42:09 | 2020-04-07T09:42:09 | null | UTF-8 | PlantUML | false | false | 2,408 | puml | @startuml
title PISP: Linking
box "Mobile device"
actor Alice
participant "PISP App" as App
end box
box "DFSP"
participant "DFSP A\n(as Identity Provider)" as IP
participant "DFSP A\n(as FIDO Server)" as FIDO
participant "DFSP A\n(as Account Info Provider)" as AIP
end box
Alice -> App: I'd like to link an account please.
activate App
App --> Alice: No problem. Which FSP?\nSupported options are: A, B, C, ...
activate Alice
deactivate App
Alice -> App: My account is with DFSP A.
deactivate Alice
activate App
group OAuth2: Login
App -> Alice: OK. We'll open a WebView for your DFSP.\nIt will redirect to us when you're done.
deactivate App
activate Alice
Alice -> IP: ""GET dfspa.example.com/login""
activate IP
IP --> Alice: ""<html><form ...> ...</html>""
deactivate IP
Alice -> IP: ""POST dfspa.example.com/login { username: Alice, password: ****** }""
deactivate Alice
activate IP
IP -> App: 302. Alice logged in.\nHere's a token you can use on her behalf.
deactivate IP
activate App
end
group Listing accounts
App -> AIP: Here's my token.\nCan you show me the accounts I have access to?
deactivate App
activate AIP
AIP --> App: Sure. There's account #1, #2, and #3.
deactivate AIP
activate App
App -> Alice: You have access to Account #1, #2, and #3.\nWhich do you want to link?
deactivate App
activate Alice
end
group FIDO: Registration
Alice --> App: I'd like to link Account #1 please.
deactivate Alice
activate App
App -> FIDO: I'd like to register a key for Alice's Account #1.\nHere's my token. Challenge me please?
deactivate App
activate FIDO
FIDO --> App: Here's a challenge.\nSend it back signed along with the public key.
deactivate FIDO
activate App
App -> App: ""Authenticator.generateKeypair()""
App -> Alice: I'll need your fingerprint for this.
deactivate App
activate Alice
Alice --> App: Sure. Here you go.
deactivate Alice
activate App
App -> App: ""Authenticator.sign(challenge)""
App -> FIDO: Here's the signed challenge and the public key.
deactivate App
activate FIDO
FIDO --> App: OK. Just use that key in the future when accessing Account #1.
deactivate FIDO
activate App
App -> Alice: You've successfully linked Account #1 at DFSP A.
deactivate App
end
@enduml | false | true | false | false | usecase |
3fda8e434c71d476beb34130e81f37a20342bfb8 | 398aeb5016344e50436c215b83c1ce5f20f44d71 | /src/plant-uml/end-to-end-web-journey.puml | 33458f0c9850d7e068d50e8c8943521fb169f51b | [] | no_license | vijaykanth-macrometa/open-banking-docs | 5b7e4d7c86b73b1c5ade0eda36fad827040582f0 | 8fc341f7beedd0dc43c495e686e867a577b6bebe | refs/heads/master | 2023-08-07T14:40:43.373739 | 2021-09-10T14:16:44 | 2021-09-10T14:16:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 23,371 | puml | @startuml Generic_Web_Journey_Sequence
title \n\n\n
actor "Customer" as PSU
participant "Third-Party\nApp" as TPP
box Infrastructure #6FA8DC
participant "Ingress\nController" as INGRESS
participant "API\nGateway" as API_GATEWAY
end box
box Identity and Access Control #94c47d
participant "Identity Management\n---\nAuthorisation Server" as IAM
participant "Consent\nManagement\n---\nACP API" as CONSENT
end box
box Open Banking APIs #e06666
participant "API\nBuilder" as API_BUILDER
end box
box Core Banking Applications #d5a6bd
participant "Banking\nIdentity\nProvider" as ASPSP_WEB
participant "Banking\nSystems" as ASPSP_API
end box
box Open Banking Directory
participant "Participants\nList" as OBD_PARTICIPANTS
participant "JSON Web\nKey Set" as OBD_JWKS
end box
participant "Certificate\nAuthority\n---\nOCSP Endpoint" as OCSP
hide footbox
skinparam defaultFontName Roboto
skinparam BoxPadding 10
note right of PSU
Overview
===
This diagram shows the end-to-end web journey for obtaining Consent and starting to collect
Account Information data. The goal is to place the components from the Architecture Overview
in context.
|||
Note this diagram shows the means for the Client to authenticate at the Authorization Server
as mutual authentication but this could equally be done using ""private_key_jwt"".
end note
== Part 1: TPP Obtains Customer Consent ==
note right of PSU
Obtaining Consent from the Customer is usually outside the scope of technical standards. The
Customer Experience Guidelines in Brazil informs how Consent should be displayed and obtained.
|||
The specifics of this process are therefore not shown here. The Third-Party Provider (TPP) is
assumed to have implemented this within the guidelines specified.
end note
PSU -> TPP: Indicate wish to share data
PSU <-- TPP: Display "Intent"\ni.e. data to be accessed\nor payment to be made
PSU -> TPP: Confirm intent
PSU <-- TPP: Show bank selection screen
PSU -> TPP: Confirm bank selection
== Part 2: TPP Creates and Lodges "Intent" ==
note right of TPP
With the consent of the Consumer obtained the TPP can now call the Authorization Control Plane
(ACP) API at the correct bank. Note at this point Consent is usual termed "Intent" as it has
yet to confirmed at the bank.
end note
TPP -> TPP: Create Intent payload
note right of TPP
Given the adherence to OpenID Connect Discovery in the standards TPPs are expected to collect
OpenID Configuration information from participating banks.
end note
alt TPP has cached OpenID Configuration for bank
note right of TPP
Do nothing
end note
else TPP retrieves OpenID Configuration for bank
TPP -> OBD_PARTICIPANTS: Get List of Participants
TPP <-- OBD_PARTICIPANTS: Response
note right of TPP
The discovery endpoint value is stored in the ""OpenIDDiscoveryDocument"" property of the banks
entry in the list
end note
TPP -> TPP: Get Discovery endpoint for target bank
note right of TPP
The OpenID Configuration is hosted at Authorization Control Plane (ACP) API. This is an open URL
that does not require authentication.
end note
TPP -> INGRESS: ""GET /.well-known/openid-configuation""
INGRESS -> API_GATEWAY: ""GET /.well-known/openid-configuation""
API_GATEWAY -> CONSENT: ""GET /.well-known/openid-configuation""
API_GATEWAY <-- CONSENT: ""200 OK {...}""
INGRESS <-- API_GATEWAY: ""200 OK {...}""
TPP <-- INGRESS: ""200 OK {...}""
end alt
TPP -> TPP: Lookup Token endpoint\nfrom OpenID Configuration
note right of TPP
The TPP then uses the Client Credentials grant to obtain an Access Token to then
lodge the Consent on behalf of the Consumer.
|||
These request will be made using Mutual TLS with a certificate signed by a
Certificate Authority whose certificate chain resolves at the Brazil ICP CA.
|||
The Kubernetes Ingress Controller is responsible for TLS termination and performing
an OCSP call to the Certificate Authority to ensure the client certificate presented
is valid. The fingerprint of the certificate will be forwarded to Identity Management
to verify the validity of the OAuth Client as this cannot be asserted via OCSP.
|||
It should be noted that due to the adoption of the Mutual TLS profile for OAuth 2.0 in
FAPI [[https://tools.ietf.org/id/draft-ietf-oauth-mtls-08.html (here)]] many Authorization Servers will bind Access Tokens to the
client certificate presented when they were created. This is indicated in the OpenID Configuration
through by the value of the ""tls_client_certificate_bound_access_tokens"" property.
end note
TPP -> INGRESS: ""POST /oauth2/token""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""POST /oauth2/token""
API_GATEWAY -> IAM: ""POST /oauth2/token""
IAM -> IAM: Verify Client
API_GATEWAY <- IAM: ""200 OK""\n""{"access_token": "..."}""
INGRESS <-- API_GATEWAY: ""200 OK""\n""{"access_token": "..."}""
TPP <-- INGRESS: ""200 OK""\n""{"access_token": "..."}""
alt TPP requires access to account for data
note right of TPP
**Account Information**
---
TPPs use a generic endpoint for Account Information that covers all
account types (checking, credit card, loans, etc).
end note
TPP -> INGRESS: ""POST /consents/v1/consents""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""POST /consents/v1/consents""
else TPP requires access to account to initiate payment
note right of TPP
**Payment Initiation**
---
Payment Initiation has a dedicated endpoint that will be used
to cover all payment rails (PIX, TED, etc).
end note
TPP -> INGRESS: ""POST /payments/v1/consents""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""POST /payments/v1/consents""
end alt
API_GATEWAY -> CONSENT: Introspect Access Token
CONSENT -> CONSENT: Retrieve Access Token properties
API_GATEWAY <-- CONSENT: Response
API_GATEWAY -> API_GATEWAY: Verify Access Token scope
note right of API_GATEWAY
The ACP API provides separate operations based on the type of consent i.e.
account information, payments, etc. The API Gateway mediates the request and
calls the operation appropriate to the consent in question.
end note
alt Account Information
API_GATEWAY -> CONSENT: ""POST /consents/v1/consents""
else Payment Initation
API_GATEWAY -> CONSENT: ""POST /payments/v1/consents""
end alt
API_GATEWAY <-- CONSENT: ""201 Created""\n""{"consentId": "..."}""
API_GATEWAY -> API_GATEWAY: Format response
INGRESS <-- API_GATEWAY: ""201 Created""\n""{"consentId": "..."}""
TPP <-- INGRESS: ""201 Created""\n""{"consentId": "..."}""
== Part 3: Customer is Redirected to Authorization Server ==
note right of TPP
**API Security Profile**
---
FAPI mandates the use of the [[https://openid.net/specs/openid-financial-api-part-2-ID2.html#authorization-server Authentication Request object]] which is defined in [[https://openid.net/specs/openid-connect-core-1_0.html#JWTRequests Section 6]]
of OpenID Connect Core. This is a JSON Web Singature that contains parameters
normally found in the URL (redirect_uri, state, scope, etc)
|||
However, FAPI has been extended by the [[https://openbanking-brasil.github.io/specs-seguranca/open-banking-brasil-financial-api-1_ID1.html API Security Profile for Brazil]] where 2
alternatives are added to the Authorization Server (AS) in terms of Request parameter
support:
|||
1. Request parameter passed in the URI that must be **signed and encrypted**.
2. Request parameter passed by reference through [[https://datatracker.ietf.org/doc/html/draft-ietf-oauth-par Pushed Authorization Requests (PAR)]].
|||
Support for either approach should be included in the OpenID Configuration available
through Discovery that banks are obliged to provide under the API Security Profile.
Both options are shown in the sequence diagram.
|||
**Note that Axway Open Banking will initially support the first approach, namely a signed**
**and encrypted JSON Web Token and introduce support for PAR in a later release.**
end note
TPP -> TPP: Create Request parameter
' alt AS supports Request parameter passed by value
note right of TPP
The Signing and Encryption keys will be the private part of the pair signed by the Directory
that can be referenced in the JSON Web Key Set maintained therein i.e. the key ID matches
one of the TPPs JSON Web Keys.
end note
TPP -> TPP: Sign Request parameter with Signing Key
TPP -> TPP: Encrypt Request parameter with Encryption Key
TPP -> TPP: Create redirect URL including Request parameter
' else AS supports PAR
' note right of TPP
' To create an Authorization request through PAR the TPP **must** authenticate using the same
' method as they use at the Token endpoint.
' end note
' TPP -> TPP: Encode Request parameter in payload
' TPP -> INGRESS: ""POST /par""
' INGRESS -> OCSP: Check Client Certificate Validity
' INGRESS <-- OCSP: Response
' INGRESS -> API_GATEWAY: ""POST /par""
' API_GATEWAY -> IAM: Authorization request
' API_GATEWAY <-- IAM: Response
' INGRESS <-- API_GATEWAY: ""201 Created""\n""{"request_uri": "..."}""
' TPP <-- INGRESS: ""201 Created""\n""{"request_uri": "..."}""
' TPP -> TPP: Create redirect URL including ""request_uri"" value
' end alt
PSU <-- TPP: Redirect customer
PSU -> API_GATEWAY: ""GET /oauth2/authorize?...""
note right of API_GATEWAY
This is indicative as the Directory JWKS is likely to be cached for a
period time i.e. the JWKS will not be retrieved on every Authentication
Request.
|||
Note that this implementation is intended to provide strength-in-depth
i.e. the API Gateway can verify the JSON Web Signature before handing
off to Identity Management, therefore protecting it from unnecessary
unsolicited requests.
end note
API_GATEWAY -> OBD_JWKS: Get JSON Web Key Set
API_GATEWAY <-- OBD_JWKS: Response
API_GATEWAY -> API_GATEWAY: Match Request parameter ""kid""
API_GATEWAY -> API_GATEWAY: Verify Request parameter signature
API_GATEWAY -> IAM: Forward Request parameter
IAM -> IAM: Verify Request parameter
IAM -> CONSENT: Request Consent by ID
CONSENT -> CONSENT: Retrieve Consent
IAM <- CONSENT: Response
API_GATEWAY <- IAM: Return redirect URL
== Part 4: Customer Authenticates and Authorizes Consent ==
note right of PSU
The following steps can vary according the bank's requirements
for authentication and authorization but these steps provide
an accurate overview in the context of the Axway Open Banking.
end note
PSU <-- API_GATEWAY: Redirect Customer
PSU -> ASPSP_WEB: Follow Redirect
ASPSP_WEB -> ASPSP_WEB: Verify redirect
loop Request required number of authentication factors
note right of PSU
This loop is intended to be indicative and the actual
mechanics are entirely dependent on the bank's
implementation and their approach to user experience.
end note
PSU <-- ASPSP_WEB: Serve credentials input page
PSU -> ASPSP_WEB: Submit credentials
ASPSP_WEB -> ASPSP_WEB: Verify credentials
end loop
note right of INGRESS
**Providing security for the ACP API should be reviewed on a case-by-case
**basis and implemented according to customer requirements.**
|||
This diagram shows an example of access to the Consent Management API
being implemented via the Ingress Controller/API Gateway. Security
is provided via an internal certificate which is **not** validated
against ICP.
|||
The ""{operation}"" parameter denotes either an Account Information or
Payment Initiation consent. The possible values are:
* ""consents"": Account Information
* ""payments"": Payment Initiation
The value of ""{consent-id}"" must be retrieved from the requested scope as
this contains the consent resource identifier as defined in the [[https://openbanking-brasil.github.io/specs-seguranca/open-banking-brasil-financial-api-1_ID1.html#section-7.1.2 Security Profile]].
end note
ASPSP_WEB -> INGRESS: ""GET /open-banking/{operation}/v1/consent/{consent-id}""
INGRESS -> API_GATEWAY: ""GET /open-banking/{operation}/v1/consent/{consent-id}""
API_GATEWAY -> CONSENT: ""GET /open-banking/{operation}/v1/consent/{consent-id}""
CONSENT -> CONSENT: Retrieve "Intent"
API_GATEWAY <-- CONSENT: ""200 OK {...}""
INGRESS <-- API_GATEWAY: ""200 OK {...}""
ASPSP_WEB <-- INGRESS: ""200 OK {...}""
alt Account Information Consent
note right of ASPSP_WEB
**Account Information**
---
When creating the Consent Confirmation screen the
permission codes held in the "Intent" need to be
coverted to something that will be meaningful to the
Customer. The wording should adhere to that detailed
in the [[https://github.com/OpenBanking-Brasil/areadesenvolvedor/raw/gh-pages/documents/GuiaDeExperienciaDoUsuarioCompartilhamentoDeDadosEIniciacaoDePagamento_v3.02.03.pdf Customer Experience Guidelines]].
end note
else Payment Initiation Consent
note right of ASPSP_WEB
**Payment Initiation**
---
The Consent Confirmation screen requires the following properties to be displayed:
* Transaction Value.
* Recipient details (name, CPF/CNPJ).
* Payment Date.
* Payment method (currently fixed on PIX).
* Fee amount charged by the bank (if any).
end note
par Request fee amount for payment
note right of ASPSP_WEB
Fees for payment must be provided from the Banking Systems
end note
ASPSP_WEB -> ASPSP_API: Request fee amount
ASPSP_WEB <-- ASPSP_API: Response
else
alt Debtor account not provided in Consent
note right of ASPSP_WEB
If the debtor account has not been provided in the Consent then
the customer's payment accounts will need to be retrieved:
* If the customer only has one payment account then this is the default.
* If they have multiple accounts they should be able to select one.
This should be incorporated into the Consent Confirmation screen.
end note
ASPSP_WEB -> ASPSP_API: Request in-scope payment accounts
ASPSP_WEB <-- ASPSP_API: Response
else Debtor account provided in Consent
note right of ASPSP_WEB
If the debtor account has already been provided ownership of the
account by the customer **must** be verified. This must be executed
at the Banking Systems as they will understand the relationship
between a (now authenticated) customer and the accounts they own.
end note
ASPSP_WEB -> ASPSP_API: Verify account ownership
ASPSP_WEB <-- ASPSP_API: Response
end alt
end par
end alt
ASPSP_WEB -> ASPSP_WEB: Render Consent Confirmation screen
PSU <-- ASPSP_WEB: Serve Consent Confirmation screen
PSU -> ASPSP_WEB: Confirm consent is correct
alt Account Information Consent
note right of ASPSP_WEB
**Account Information**
---
Once consent has been confirmed by the Customer the list of
in-scope accounts will be retrieved from the Banking Systems.
This list will obviously be dictated by the permission codes
requested by the TPP i.e. if only ""ACCOUNTS_READ"" is requested
then all other account types can be ignored.
end note
ASPSP_WEB -> ASPSP_API: Request in-scope Customer accounts
ASPSP_WEB <-- ASPSP_API: Response
ASPSP_WEB -> ASPSP_WEB: Render Account Selection screen
PSU <-- ASPSP_WEB: Serve Account Selection screen
PSU -> ASPSP_WEB: Send Account Selection
end alt
note right of INGRESS
**Payment Initation**
---
The consent is updated with the granted accounts. Note for for Payment
Initiation ""account_ids"" can be omitted.
end note
ASPSP_WEB -> INGRESS: ""POST /open-banking/{operation}/{login}/accept""\n""{ account_ids: [...] }""
INGRESS -> API_GATEWAY: ""POST /open-banking/{operation}/{login}/accept""\n""{ account_ids: [...] }""
API_GATEWAY -> CONSENT: ""POST /open-banking/{operation}/{login}/accept""\n""{ account_ids: [...] }""
CONSENT -> CONSENT: Update "Intent" with Account IDs
CONSENT -> CONSENT: Mark Consent as ""AUTHORISED""
API_GATEWAY <-- CONSENT: ""200 OK {redirect_to: "..."}""
INGRESS <-- API_GATEWAY: ""200 OK {redirect_to: "..."}""
ASPSP_WEB <-- INGRESS: ""200 OK {redirect_to: "..."}""
note right of PSU
The Customer is redirected back to the Axway Open Banking stack from
the bank's Identity Provider in order to complete Hybrid Flow, using
the value of the ""redirect_uri"" property returned in the response
from the call to the consent API.
|||
The hand-off is constrained using a number of parameters included
in the redirect URI to help safeguard this process i.e. to prevent
unsolicited authentication attempts or session takeover.
end note
PSU <-- ASPSP_WEB: Redirect Customer\nback to API Gateway
PSU -> INGRESS: Follow redirect
INGRESS -> API_GATEWAY: Follow redirect
API_GATEWAY -> IAM: Forward redirect parameters
IAM -> IAM: Verify redirect
IAM -> IAM: Mint Authorization Code\nand ID Token
note right of IAM
At this point the Identity Management module mints a redirect
URI that will take the Customer back to the Third-Party App.
The URI includes the Authorization Code and parameters that
adhere to the API Security Profile for Brazil.
end note
API_GATEWAY <-- IAM: Return redirect
INGRESS <-- API_GATEWAY: Return redirect
PSU <-- INGRESS: Redirect Customer
PSU -> TPP: Follow Redirect
== Part 5: TPP Swaps Authorization Code for Access Token ==
TPP -> TPP: Verify redirect including\nID Token signature, nonce and s_hash value
TPP -> INGRESS: ""POST /oauth2/token""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""POST /oauth2/token""
API_GATEWAY -> IAM: ""POST /oauth2/token""
IAM -> IAM: Validate Token Request
IAM -> IAM: Mint ID, Access and Refresh Tokens
API_GATEWAY <-- IAM: ""200 OK""\n""{"access_token": "..."}""
INGRESS <-- API_GATEWAY: ""200 OK""\n""{"access_token": "..."}""
TPP <-- INGRESS: ""200 OK""\n""{"access_token": "..."}""
== Part 6: TPP Gets Data from Account ==
alt Account Information
note right of TPP
**Account Information**
---
The retrieval of account data happens in two stages:
1. The TPP requests the available resources at the Resources API.
2. Using the identifiers returned they can request account data.
end note
group Get all resource identifiers
note right of TPP
The TPP will require the ""RESOURCES_READ"" permission to access
the ""/resources"" endpoint. If Customer has not consented to this
the request should be rejected (not shown here).
end note
TPP -> INGRESS: ""GET /resources/v1/resources""\n""Authorization: Bearer ...""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""GET /resources/v1/resources""\n""Authorization: Bearer ...""
API_GATEWAY -> CONSENT: Request Access Token properties
CONSENT -> CONSENT: Retrieve Access Token properties
API_GATEWAY <-- CONSENT: Response
API_GATEWAY -> API_GATEWAY: Introspect Access Token properties
API_GATEWAY -> API_GATEWAY: Apply access controls
API_GATEWAY -> API_BUILDER: ""GET /resources/v1/resources""
API_BUILDER -> ASPSP_API: Get available resources for Customer
API_BUILDER <-- ASPSP_API: Response
API_BUILDER -> API_BUILDER: Mediate response payload
API_GATEWAY <-- API_BUILDER: ""200 OK { "data": ... }""
INGRESS <-- API_GATEWAY: ""200 OK { "data": ... }""
TPP <-- INGRESS: ""200 OK { "data": ... }""
end group
loop For each Account ID returned from ""/resources""
note right of TPP
In this example the TPP only has access to checking accounts.
They will require the ""ACCOUNTS_READ"" permission to access
the ""/accounts/v1/accounts/{accountId}"" endpoint. If Customer
has not consented to this the request should be rejected (not
shown here).
end note
TPP -> INGRESS: ""GET /accounts/v1/accounts/{accountId}""\n""Authorization: Bearer ...""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""GET /accounts/v1/accounts/{accountId}""\n""Authorization: Bearer ...""
API_GATEWAY -> CONSENT: Request Access Token properties
CONSENT -> CONSENT: Retrieve Access Token properties
API_GATEWAY <-- CONSENT: Response
API_GATEWAY -> API_GATEWAY: Introspect Access Token properties
API_GATEWAY -> API_GATEWAY: Apply access controls
API_GATEWAY -> API_BUILDER: ""GET /accounts/v1/accounts/{accountId}""
API_BUILDER -> ASPSP_API: Get requested account
API_BUILDER <-- ASPSP_API: Response
API_BUILDER -> API_BUILDER: Mediate response payload
API_GATEWAY <-- API_BUILDER: ""200 OK { "data": ... }""
INGRESS <-- API_GATEWAY: ""200 OK { "data": ... }""
TPP <-- INGRESS: ""200 OK { "data": ... }""
end loop
else Payment Initiation
note right of TPP
**Payment Initiation**
---
The TPP can now make the payment instruction request. The Access Token
is bound to this single operation and will be revoked once the payment
instruction is successfully transmitted.
|||
Note that in cases where multiple authorizations are required the TPP
will receive and indicator in the ""status"" property with a value of
""PART"".
end note
group Create payment initation request
TPP -> INGRESS: ""POST /payments/v1/pix/payments""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""POST /payments/v1/pix/payments""
note right of API_GATEWAY
The approach to Access Token introspection remains the same under payments
i.e. the API Gateway will need an assertion that indicates the consent granted
by the Customer matches the payment being instructed.
end note
API_GATEWAY -> CONSENT: Request Access Token properties
CONSENT -> CONSENT: Retrieve Access Token properties
API_GATEWAY <-- CONSENT: Response
API_GATEWAY -> API_GATEWAY: Introspect Access Token properties
note right of API_GATEWAY
On introspecting the Access Token the API Gateway will decorate the
request with the debtor account which is stored with the Consent. This can
then be forwarded to the API Builder application and used to make the correct
payment instruction in the Banking Systems.
end note
API_GATEWAY -> API_GATEWAY: Decorate request with debtor account
API_GATEWAY -> API_BUILDER: ""POST /payments/v1/pix/payments""
note right of API_BUILDER
This flow is non-normative and will vary on customer requirements.
It //could// be to a PIX-compliant API or any other available mechanism
to make a PIX payment.
end note
API_BUILDER -> API_BUILDER: Mediate request payload
API_BUILDER -> ASPSP_API: Deliver payment instruction to Banking System API
API_BUILDER <-- ASPSP_API: Response
API_BUILDER -> API_BUILDER: Mediate response payload
API_GATEWAY <-- API_BUILDER: ""201 Created""\n""{paymentId: "..."}""
INGRESS <-- API_GATEWAY: ""201 Created""\n""{paymentId: "..."}""
TPP <-- INGRESS: ""201 Created""\n""{paymentId: "..."}""
end group
loop Until status ""ACCEPTED_SETTLEMENT_COMPLETED"" is returned
TPP -> INGRESS: ""GET /payments/v1/pix/payments/{paymentId}""
INGRESS -> OCSP: Check Client Certificate Validity
INGRESS <-- OCSP: Response
INGRESS -> API_GATEWAY: ""GET /payments/v1/pix/payments/{paymentId}""
API_GATEWAY -> CONSENT: Request Access Token properties
CONSENT -> CONSENT: Retrieve Access Token properties
API_GATEWAY <-- CONSENT: Response
API_GATEWAY -> API_GATEWAY: Introspect Access Token properties
API_GATEWAY -> API_BUILDER: ""GET /payments/v1/pix/payments/{paymentId}""
note right of API_BUILDER
This flow is non-normative and will vary on customer requirements.
It //could// be to a PIX-compliant API or any other available mechanism
to get the status of a PIX payment.
end note
API_BUILDER -> API_BUILDER: Mediate request payload
API_BUILDER -> ASPSP_API: Get Payment Status
API_BUILDER <-- ASPSP_API: Response
API_BUILDER -> API_BUILDER: Mediate response payload
API_GATEWAY <-- API_BUILDER: ""200 OK {...}""
INGRESS <-- API_GATEWAY: ""200 OK {...}""
TPP <-- INGRESS: ""200 OK {...}""
end loop
end alt
@enduml
| false | true | true | false | usecase |
c0b95aff0ca287b7b913d435b08c8a64b9bd1287 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Manage-Applications/Simple-Application-in-Vehicle.puml | 0a2122393434987a19f892989a5483741581211d | [] | 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 | 797 | puml | @startuml
package "Hybrid Cloud C3" #ffffaa {
component Application
}
package "In Vehicle" #lightblue {
component Egress as IVE
component "Sensor Bus" as SB
component OverlayNetwork
SB --> OverlayNetwork
Application *.> OverlayNetwork
component WebService
component Redis
component NodeJS
component Worker
Application *..> WebService
Application *..> Redis
Application *..> NodeJS
Application *..> Worker
WebService -- OverlayNetwork : 8080
OverlayNetwork -- Redis : 5000
OverlayNetwork -- NodeJS : 1337
OverlayNetwork -- Worker : 3000
OverlayNetwork --> IVE
}
package "Edge" #lightgreen {
interface ingress as EVI
component Egress as EVE
EVI --> EVE
}
package "Data Center" #ffaa88 {
interface Ingress as DCI
}
IVE --> EVI
EVE --> DCI
@enduml
| false | true | false | false | class |
4751ea09cc1803398b76580d4053b56d64bd75ea | ad028bfdc5d28df0dae8690f07116d2cd0a05ac2 | /src/doc/src/c4_dsl/puml/structurizr-DWHBDevelopment-Container.puml | 773d92ea773f7f24a8ebae2348f239d2120fef5f | [] | no_license | DataHandwerk/doc | 74391aa089a1aaa3fc4d061291c18ccfbda21180 | 0a608d59643beb699f8f616bce68eabfbcfa768f | refs/heads/main | 2023-03-28T15:01:22.759870 | 2021-03-19T23:59:42 | 2021-03-19T23:59:42 | 349,389,495 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,021 | puml | @startuml(id=DWHBDevelopment-Container)
title DWH B Development - Containers
skinparam {
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
maxMessageSize 100
}
hide stereotype
top to bottom direction
skinparam database<<5>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
skinparam database<<17>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
skinparam rectangle<<21>> {
BackgroundColor #dddddd
FontColor #000000
BorderColor #9A9A9A
}
package "DWH B Development\n[Software System]" {
database "==DWH db Development (Project B)\n<size:10>[Container: Database]</size>" <<17>> as 17
rectangle "==GUI\n<size:10>[Container: GUI]</size>\n\nGraphical User Interface" <<21>> as 21
database "==Repository db (Project B)\n<size:10>[Container: Database]</size>" <<5>> as 5
}
17 .[#707070].> 5 : "RepoObject correspond with extended properties"
21 .[#707070].> 5 : "uses"
5 .[#707070].> 17 : "Synonyms link to DWH System Views"
@enduml | false | true | false | false | sequence |
6f494f1598db758888a0214ae859d677a5fcd90c | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-dev/framework/web.puml | 1323ec2472fc8b1cd409243cfa81fb6a5461c6f3 | [] | no_license | adipriyantobpn/UML-diagram-for-some-PHP-packages | b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5 | 0a9308fbd2d544c8f64a37cf9f11011edfc40ace | refs/heads/master | 2021-08-19T19:24:34.948176 | 2017-11-27T07:48:10 | 2017-11-27T07:48:10 | 112,164,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 37,018 | puml | @startuml
skinparam handwritten true
class yii.web.Application {
+catchAll : array
+controller : Controller
+defaultRoute : string = "site"
-_homeUrl
#bootstrap()
+coreComponents()
+getErrorHandler() : ErrorHandler
+getHomeUrl() : string
+getRequest() : Request
+getResponse() : Response
+getSession() : Session
+getUser() : User
+handleRequest(request : Request) : Response
+setHomeUrl(value : string)
}
class yii.web.Application extends yii.base.Application
class yii.web.AssetBundle {
+basePath : string
+baseUrl : string
+css : array = []
+cssOptions : array = []
+depends : array = []
+js : array = []
+jsOptions : array = []
+publishOptions : array = []
+sourcePath : string
+init()
+publish(am : AssetManager)
+{static}register(view : View) : static
+registerAssetFiles(view : yii.web.View)
}
class yii.web.AssetBundle extends yii.base.BaseObject
class yii.web.AssetConverter {
+commands : array = [
\t"less" => [
\t \t0 => "css",
\t \t1 => "lessc {from} {to} --no-color --source-map"
\t],
\t"scss" => [
\t \t0 => "css",
\t \t1 => "sass {from} {to} --sourcemap"
\t],
\t"sass" => [
\t \t0 => "css",
\t \t1 => "sass {from} {to} --sourcemap"
\t],
\t"styl" => [
\t \t0 => "css",
\t \t1 => "stylus < {from} > {to}"
\t],
\t"coffee" => [
\t \t0 => "js",
\t \t1 => "coffee -p {from} > {to}"
\t],
\t"ts" => [
\t \t0 => "js",
\t \t1 => "tsc --out {to} {from}"
\t]
]
+forceConvert : bool = false
+convert(asset : string, basePath : string) : string
#runCommand(command : string, basePath : string, asset : string, result : string) : bool
}
class yii.web.AssetConverter extends yii.base.Component
class yii.web.AssetConverter implements yii.web.AssetConverterInterface
interface yii.web.AssetConverterInterface {
+convert(asset : string, basePath : string) : string
}
class yii.web.AssetManager {
+afterCopy : callback
+appendTimestamp : bool = false
+assetMap : array = []
+basePath : string = "@webroot/assets"
+baseUrl : string = "@web/assets"
+beforeCopy : callback
+bundles : array|bool = []
+dirMode : int = 509
+fileMode : int
+forceCopy : bool = false
+hashCallback : callable
+linkAssets : bool = false
-_converter
-_dummyBundles = []
-_published : array = []
+getAssetPath(bundle : AssetBundle, asset : string) : string|false
+getAssetUrl(bundle : AssetBundle, asset : string) : string
+getBundle(name : string, publish : bool = true) : AssetBundle
+getConverter() : AssetConverterInterface
+getPublishedPath(path : string) : string|false
+getPublishedUrl(path : string) : string|false
#hash(path : string) : string
+init()
#loadBundle(name : string, config : array = [], publish : bool = true) : AssetBundle
#loadDummyBundle(name : string) : AssetBundle
+publish(path : string, options : array = []) : array
#publishDirectory(src : string, options : array) : string[]
#publishFile(src : string) : string[]
#resolveAsset(bundle : AssetBundle, asset : string) : string|bool
+setConverter(value : array|AssetConverterInterface)
}
class yii.web.AssetManager extends yii.base.Component
class yii.web.BadRequestHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.BadRequestHttpException extends yii.web.HttpException
class yii.web.CacheSession {
+cache : CacheInterface|array|string = "cache"
#calculateKey(id : string) : mixed
+destroySession(id : string) : bool
+getUseCustomStorage() : bool
+init()
+readSession(id : string) : string
+writeSession(id : string, data : string) : bool
}
class yii.web.CacheSession extends yii.web.Session
abstract class yii.web.CompositeUrlRule {
#createStatus : int|null
#rules : UrlRuleInterface[] = []
#createRules() : UrlRuleInterface[]
+createUrl(manager, route, params)
+getCreateUrlStatus() : null|int
+init()
#iterateRules(rules : UrlRuleInterface[], manager : UrlManager, route : string, params : array) : bool|string
+parseRequest(manager, request)
}
class yii.web.CompositeUrlRule extends yii.base.BaseObject
class yii.web.CompositeUrlRule implements yii.web.UrlRuleInterface
class yii.web.ConflictHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.ConflictHttpException extends yii.web.HttpException
class yii.web.Controller {
+actionParams : array = []
+enableCsrfValidation : bool = true
+asJson(data : mixed) : Response
+asXml(data : mixed) : Response
+beforeAction(action)
+bindActionParams(action : yii.base.Action, params : array) : array
+goBack(defaultUrl : string|array = null) : Response
+goHome() : Response
+redirect(url : string|array, statusCode : int = 302) : Response
+refresh(anchor : string = "") : Response
+renderAjax(view : string, params : array = []) : string
}
class yii.web.Controller extends yii.base.Controller
class yii.web.Cookie {
+domain : string = ""
+expire : int = 0
+httpOnly : bool = true
+name : string
+path : string = "/"
+secure : bool = false
+value : string = ""
+__toString() : string
}
class yii.web.Cookie extends yii.base.BaseObject
class yii.web.CookieCollection {
+readOnly : bool = false
-_cookies : Cookie[]
+add(cookie : Cookie)
+count() : int
+fromArray(array : array)
+get(name : string) : Cookie
+getCount() : int
+getIterator() : ArrayIterator
+getValue(name : string, defaultValue : mixed = null) : mixed
+has(name : string) : bool
+offsetExists(name : string) : bool
+offsetGet(name : string) : Cookie
+offsetSet(name : string, cookie : Cookie)
+offsetUnset(name : string)
+remove(cookie : Cookie|string, removeFromBrowser : bool = true)
+removeAll()
+toArray() : array
+__construct(cookies : array = [], config : array = [])
}
class yii.web.CookieCollection extends yii.base.BaseObject
class yii.web.CookieCollection implements IteratorAggregate
class yii.web.CookieCollection implements ArrayAccess
class yii.web.CookieCollection implements Countable
class yii.web.DbSession {
+db : Connection|array|string = "db"
+sessionTable : string = "{{%session}}"
+destroySession(id : string) : bool
+gcSession(maxLifetime : int) : bool
+init()
+readSession(id : string) : string
+regenerateID(deleteOldSession : bool = false)
#typecastFields(fields : array) : array
+writeSession(id : string, data : string) : bool
}
class yii.web.DbSession extends yii.web.MultiFieldSession
class yii.web.ErrorAction {
+defaultMessage : string
+defaultName : string
#exception : Exception
+view : string
#findException() : Exception
#getExceptionCode() : mixed
#getExceptionMessage() : string
#getExceptionName() : string
#getViewRenderParams() : array
+init()
#renderAjaxResponse() : string
#renderHtmlResponse() : string
+run() : string
}
class yii.web.ErrorAction extends yii.base.Action
class yii.web.ErrorHandler {
+callStackItemView : string = "@yii/views/errorHandler/callStackItem.php"
+displayVars : array = [
\t0 => "_GET",
\t1 => "_POST",
\t2 => "_FILES",
\t3 => "_COOKIE",
\t4 => "_SESSION"
]
+errorAction : string
+errorView : string = "@yii/views/errorHandler/error.php"
+exceptionView : string = "@yii/views/errorHandler/exception.php"
+maxSourceLines : int = 19
+maxTraceSourceLines : int = 13
+previousExceptionView : string = "@yii/views/errorHandler/previousException.php"
+addTypeLinks(code : string) : string
+argumentsToString(args : array) : string
#convertExceptionToArray(exception : Exception|.Error) : array
+createFrameworkVersionLink() : string
+createHttpStatusLink(statusCode : int, statusDescription : string) : string
+createServerInformationLink() : string
+getExceptionName(exception : Exception) : string
#getTypeUrl(class : string, method : string|null) : string|null
+htmlEncode(text : string) : string
+isCoreFile(file : string) : bool
+renderCallStack(exception : Exception|.ParseError) : string
+renderCallStackItem(file : string|null, line : int|null, class : string|null, method : string|null, args : array, index : int) : string
#renderException(exception : Exception|.Error)
+renderFile(_file_ : string, _params_ : array) : string
+renderPreviousExceptions(exception : Exception) : string
+renderRequest() : string
#shouldRenderSimpleHtml() : bool
}
class yii.web.ErrorHandler extends yii.base.ErrorHandler
class yii.web.ForbiddenHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.ForbiddenHttpException extends yii.web.HttpException
class yii.web.GoneHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.GoneHttpException extends yii.web.HttpException
class yii.web.GroupUrlRule {
+prefix : string
+routePrefix : string
+ruleConfig : array = [
\t"class" => "yii\web\UrlRule"
]
+rules : array = []
#createRules()
+createUrl(manager, route, params)
+init()
+parseRequest(manager, request)
}
class yii.web.GroupUrlRule extends yii.web.CompositeUrlRule
class yii.web.HeaderCollection {
-_headers : array = []
+add(name : string, value : string) : $this
+count() : int
+fromArray(array : array)
+get(name : string, default : mixed = null, first : bool = true) : string|array
+getCount() : int
+getIterator() : ArrayIterator
+has(name : string) : bool
+offsetExists(name : string) : bool
+offsetGet(name : string) : string
+offsetSet(name : string, value : string)
+offsetUnset(name : string)
+remove(name : string) : array
+removeAll()
+set(name : string, value : string = "") : $this
+setDefault(name : string, value : string) : $this
+toArray() : array
}
class yii.web.HeaderCollection extends yii.base.BaseObject
class yii.web.HeaderCollection implements IteratorAggregate
class yii.web.HeaderCollection implements ArrayAccess
class yii.web.HeaderCollection implements Countable
class yii.web.HtmlResponseFormatter {
+contentType : string = "text/html"
+format(response : Response)
}
class yii.web.HtmlResponseFormatter extends yii.base.Component
class yii.web.HtmlResponseFormatter implements yii.web.ResponseFormatterInterface
class yii.web.HttpException {
+statusCode : int
+getName() : string
+__construct(status : int, message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.HttpException extends yii.base.UserException
interface yii.web.IdentityInterface {
+{static}findIdentity(id : string|int) : IdentityInterface
+{static}findIdentityByAccessToken(token : mixed, type : mixed = null) : IdentityInterface
+getAuthKey() : string
+getId() : string|int
+validateAuthKey(authKey : string) : bool
}
class yii.web.JqueryAsset {
+js = [
\t0 => "jquery.js"
]
+sourcePath = "@bower/jquery/dist"
}
class yii.web.JqueryAsset extends yii.web.AssetBundle
class yii.web.JsExpression {
+expression : string
+__construct(expression : string, config : array = [])
+__toString() : string
}
class yii.web.JsExpression extends yii.base.BaseObject
class yii.web.JsonParser {
+asArray : bool = true
+throwException : bool = true
+parse(rawBody : string, contentType : string) : array
}
class yii.web.JsonParser implements yii.web.RequestParserInterface
class yii.web.JsonResponseFormatter {
+encodeOptions : int = 320
+prettyPrint : bool = false
+useJsonp : bool = false
+format(response : Response)
#formatJson(response : Response)
#formatJsonp(response : Response)
}
class yii.web.JsonResponseFormatter extends yii.base.Component
class yii.web.JsonResponseFormatter implements yii.web.ResponseFormatterInterface
class yii.web.Link {
+{static}REL_SELF = "self"
+href : string
+hreflang : string
+name : string
+profile : string
+templated : bool = false
+title : string
+type : string
+{static}serialize(links : array) : array
}
class yii.web.Link extends yii.base.BaseObject
interface yii.web.Linkable {
+getLinks() : array
}
class yii.web.MethodNotAllowedHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.MethodNotAllowedHttpException extends yii.web.HttpException
abstract class yii.web.MultiFieldSession {
+readCallback : callable
+writeCallback : callable
#composeFields(id : string, data : string) : array
#extractData(fields : array) : string
+getUseCustomStorage() : bool
}
class yii.web.MultiFieldSession extends yii.web.Session
class yii.web.MultipartFormDataParser {
+force : bool = false
-_uploadFileMaxCount : int
-_uploadFileMaxSize : int
-addFile(files : array, name : string, info : array)
-addValue(array : array, name : string, value : mixed)
-getByteSize(verboseSize : string) : int
+getUploadFileMaxCount() : int
+getUploadFileMaxSize() : int
+parse(rawBody, contentType)
-parseHeaders(headerContent : string) : array
+setUploadFileMaxCount(uploadFileMaxCount : int)
+setUploadFileMaxSize(uploadFileMaxSize : int)
}
class yii.web.MultipartFormDataParser extends yii.base.BaseObject
class yii.web.MultipartFormDataParser implements yii.web.RequestParserInterface
class yii.web.NotAcceptableHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.NotAcceptableHttpException extends yii.web.HttpException
class yii.web.NotFoundHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.NotFoundHttpException extends yii.web.HttpException
class yii.web.RangeNotSatisfiableHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.RangeNotSatisfiableHttpException extends yii.web.HttpException
class yii.web.Request {
+{static}CSRF_HEADER = "X-CSRF-Token"
+{static}CSRF_MASK_LENGTH = 8
+cookieValidationKey : string
+csrfCookie : array = [
\t"httpOnly" => true
]
+csrfParam : string = "_csrf"
+enableCookieValidation : bool = true
+enableCsrfCookie : bool = true
+enableCsrfValidation : bool = true
+ipHeaders : string[] = [
\t0 => "X-Forwarded-For"
]
+methodParam : string = "_method"
+parsers : array = []
+secureHeaders : array = [
\t0 => "X-Forwarded-For",
\t1 => "X-Forwarded-Host",
\t2 => "X-Forwarded-Proto",
\t3 => "Front-End-Https",
\t4 => "X-Rewrite-Url"
]
+secureProtocolHeaders : array = [
\t"X-Forwarded-Proto" => [
\t \t0 => "https"
\t],
\t"Front-End-Https" => [
\t \t0 => "on"
\t]
]
+trustedHosts : array = []
-_baseUrl
-_bodyParams
-_contentTypes
-_cookies : CookieCollection
-_csrfToken
-_headers : HeaderCollection
-_hostInfo
-_hostName
-_languages
-_pathInfo
-_port
-_queryParams
-_rawBody
-_scriptFile
-_scriptUrl
-_securePort
-_url
#createCsrfCookie(token : string) : Cookie
#filterHeaders(headerCollection : yii.web.HeaderCollection)
#generateCsrfToken() : string
+get(name : string = null, defaultValue : mixed = null) : array|mixed
+getAbsoluteUrl() : string
+getAcceptableContentTypes() : array
+getAcceptableLanguages() : array
+getAuthCredentials() : array
+getAuthPassword() : string|null
+getAuthUser() : string|null
+getBaseUrl() : string
+getBodyParam(name : string, defaultValue : mixed = null) : mixed
+getBodyParams() : array
+getContentType() : string
+getCookies() : CookieCollection
+getCsrfToken(regenerate : bool = false) : string
+getCsrfTokenFromHeader() : string
+getETags() : array
+getHeaders() : HeaderCollection
+getHostInfo() : string|null
+getHostName() : string|null
#getIpValidator() : yii.validators.IpValidator
+getIsAjax() : bool
+getIsDelete() : bool
+getIsFlash() : bool
+getIsGet() : bool
+getIsHead() : bool
+getIsOptions() : bool
+getIsPatch() : bool
+getIsPjax() : bool
+getIsPost() : bool
+getIsPut() : bool
+getIsSecureConnection() : bool
+getMethod() : string
+getOrigin() : string|null
+getPathInfo() : string
+getPort() : int
+getPreferredLanguage(languages : array = []) : string
+getQueryParam(name : string, defaultValue : mixed = null) : mixed
+getQueryParams() : array
+getQueryString() : string
+getRawBody() : string
+getReferrer() : string|null
+getRemoteHost() : string|null
+getRemoteIP() : string|null
+getScriptFile() : string
+getScriptUrl() : string
+getSecurePort() : int
+getServerName() : string
+getServerPort() : int|null
+getUrl() : string
+getUserAgent() : string|null
+getUserHost() : string|null
+getUserIP() : string|null
#loadCookies() : array
#loadCsrfToken() : string
+parseAcceptHeader(header : string) : array
+post(name : string = null, defaultValue : mixed = null) : array|mixed
+resolve() : array
#resolvePathInfo() : string
#resolveRequestUri() : string|bool
+setAcceptableContentTypes(value : array)
+setAcceptableLanguages(value : array)
+setBaseUrl(value : string)
+setBodyParams(values : array)
+setHostInfo(value : string|null)
+setPathInfo(value : string)
+setPort(value : int)
+setQueryParams(values : array)
+setRawBody(rawBody : string)
+setScriptFile(value : string)
+setScriptUrl(value : string)
+setSecurePort(value : int)
+setUrl(value : string)
+validateCsrfToken(clientSuppliedToken : string = null) : bool
-validateCsrfTokenInternal(clientSuppliedToken : string, trueToken : string) : bool
}
class yii.web.Request extends yii.base.Request
interface yii.web.RequestParserInterface {
+parse(rawBody : string, contentType : string) : array
}
class yii.web.Response {
+{static}EVENT_AFTER_PREPARE = "afterPrepare"
+{static}EVENT_AFTER_SEND = "afterSend"
+{static}EVENT_BEFORE_SEND = "beforeSend"
+{static}FORMAT_HTML = "html"
+{static}FORMAT_JSON = "json"
+{static}FORMAT_JSONP = "jsonp"
+{static}FORMAT_RAW = "raw"
+{static}FORMAT_XML = "xml"
+acceptMimeType : string
+acceptParams : array = []
+charset : string
+content : string
+data : mixed
+format : string = "html"
+formatters : array = []
+httpStatuses : array = [
\t100 => "Continue",
\t101 => "Switching Protocols",
\t102 => "Processing",
\t118 => "Connection timed out",
\t200 => "OK",
\t201 => "Created",
\t202 => "Accepted",
\t203 => "Non-Authoritative",
\t204 => "No Content",
\t205 => "Reset Content",
\t206 => "Partial Content",
\t207 => "Multi-Status",
\t208 => "Already Reported",
\t210 => "Content Different",
\t226 => "IM Used",
\t300 => "Multiple Choices",
\t301 => "Moved Permanently",
\t302 => "Found",
\t303 => "See Other",
\t304 => "Not Modified",
\t305 => "Use Proxy",
\t306 => "Reserved",
\t307 => "Temporary Redirect",
\t308 => "Permanent Redirect",
\t310 => "Too many Redirect",
\t400 => "Bad Request",
\t401 => "Unauthorized",
\t402 => "Payment Required",
\t403 => "Forbidden",
\t404 => "Not Found",
\t405 => "Method Not Allowed",
\t406 => "Not Acceptable",
\t407 => "Proxy Authentication Required",
\t408 => "Request Time-out",
\t409 => "Conflict",
\t410 => "Gone",
\t411 => "Length Required",
\t412 => "Precondition Failed",
\t413 => "Request Entity Too Large",
\t414 => "Request-URI Too Long",
\t415 => "Unsupported Media Type",
\t416 => "Requested range unsatisfiable",
\t417 => "Expectation failed",
\t418 => "I'm a teapot",
\t421 => "Misdirected Request",
\t422 => "Unprocessable entity",
\t423 => "Locked",
\t424 => "Method failure",
\t425 => "Unordered Collection",
\t426 => "Upgrade Required",
\t428 => "Precondition Required",
\t429 => "Too Many Requests",
\t431 => "Request Header Fields Too Large",
\t449 => "Retry With",
\t450 => "Blocked by Windows Parental Controls",
\t451 => "Unavailable For Legal Reasons",
\t500 => "Internal Server Error",
\t501 => "Not Implemented",
\t502 => "Bad Gateway or Proxy Error",
\t503 => "Service Unavailable",
\t504 => "Gateway Time-out",
\t505 => "HTTP Version not supported",
\t507 => "Insufficient storage",
\t508 => "Loop Detected",
\t509 => "Bandwidth Limit Exceeded",
\t510 => "Not Extended",
\t511 => "Network Authentication Required"
]
+isSent : bool = false
+statusText : string = "OK"
+stream : resource|array
+version : string
-_cookies
-_headers : HeaderCollection
-_statusCode : int = 200
+clear()
#defaultFormatters() : array
+getCookies() : CookieCollection
#getDispositionHeaderValue(disposition : string, attachmentName : string) : string
+getHeaders() : HeaderCollection
#getHttpRange(fileSize : int) : array|bool
+getIsClientError() : bool
+getIsEmpty() : bool
+getIsForbidden() : bool
+getIsInformational() : bool
+getIsInvalid() : bool
+getIsNotFound() : bool
+getIsOk() : bool
+getIsRedirection() : bool
+getIsServerError() : bool
+getIsSuccessful() : bool
+getStatusCode() : int
+init()
#prepare()
+redirect(url : string|array, statusCode : int = 302, checkAjax : bool = true) : $this
+refresh(anchor : string = "") : Response
+send()
#sendContent()
+sendContentAsFile(content : string, attachmentName : string, options : array = []) : $this
#sendCookies()
+sendFile(filePath : string, attachmentName : string = null, options : array = []) : $this
#sendHeaders()
+sendStreamAsFile(handle : resource, attachmentName : string, options : array = []) : $this
+setDownloadHeaders(attachmentName : string, mimeType : string = null, inline : bool = false, contentLength : int = null) : $this
+setStatusCode(value : int, text : string = null) : $this
+setStatusCodeByException(e : Exception|.Error) : $this
+xSendFile(filePath : string, attachmentName : string = null, options : array = []) : $this
}
class yii.web.Response extends yii.base.Response
interface yii.web.ResponseFormatterInterface {
+format(response : Response)
}
class yii.web.ServerErrorHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.ServerErrorHttpException extends yii.web.HttpException
class yii.web.Session {
+flashParam : string = "__flash"
+handler : SessionHandlerInterface|array
-_cookieParams : array = [
\t"httponly" => true
]
-_hasSessionId
+addFlash(key : string, value : mixed = true, removeAfterAccess : bool = true)
+close()
+closeSession() : bool
+count() : int
+destroy()
+destroySession(id : string) : bool
+gcSession(maxLifetime : int) : bool
+get(key : string, defaultValue : mixed = null) : mixed
+getAllFlashes(delete : bool = false) : array
+getCookieParams() : array
+getCount() : int
+getFlash(key : string, defaultValue : mixed = null, delete : bool = false) : mixed
+getGCProbability() : float
+getHasSessionId() : bool
+getId() : string
+getIsActive() : bool
+getIterator() : SessionIterator
+getName() : string
+getSavePath() : string
+getTimeout() : int
+getUseCookies() : bool|null
+getUseCustomStorage() : bool
+getUseTransparentSessionID() : bool
+has(key : mixed) : bool
+hasFlash(key : string) : bool
+init()
+offsetExists(offset : mixed) : bool
+offsetGet(offset : int) : mixed
+offsetSet(offset : int, item : mixed)
+offsetUnset(offset : mixed)
+open()
+openSession(savePath : string, sessionName : string) : bool
+readSession(id : string) : string
+regenerateID(deleteOldSession : bool = false)
#registerSessionHandler()
+remove(key : string) : mixed
+removeAll()
+removeAllFlashes()
+removeFlash(key : string) : mixed
+set(key : string, value : mixed)
+setCookieParams(value : array)
-setCookieParamsInternal()
+setFlash(key : string, value : mixed = true, removeAfterAccess : bool = true)
+setGCProbability(value : float)
+setHasSessionId(value : bool)
+setId(value : string)
+setName(value : string)
+setSavePath(value : string)
+setTimeout(value : int)
+setUseCookies(value : bool|null)
+setUseTransparentSessionID(value : bool)
#updateFlashCounters()
+writeSession(id : string, data : string) : bool
}
class yii.web.Session extends yii.base.Component
class yii.web.Session implements IteratorAggregate
class yii.web.Session implements ArrayAccess
class yii.web.Session implements Countable
class yii.web.SessionIterator {
-_key : mixed
-_keys : array
+current() : mixed
+key() : mixed
+next()
+rewind()
+valid() : bool
+__construct()
}
class yii.web.SessionIterator implements Iterator
class yii.web.TooManyRequestsHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.TooManyRequestsHttpException extends yii.web.HttpException
class yii.web.UnauthorizedHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.UnauthorizedHttpException extends yii.web.HttpException
class yii.web.UnprocessableEntityHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.UnprocessableEntityHttpException extends yii.web.HttpException
class yii.web.UnsupportedMediaTypeHttpException {
+__construct(message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.UnsupportedMediaTypeHttpException extends yii.web.HttpException
class yii.web.UploadedFile {
+error : int
+name : string
+size : int
+tempName : string
+type : string
-_files
+getBaseName() : string
+getExtension() : string
+getHasError() : bool
+{static}getInstance(model : yii.base.Model, attribute : string) : UploadedFile
+{static}getInstanceByName(name : string) : null|UploadedFile
+{static}getInstances(model : yii.base.Model, attribute : string) : UploadedFile[]
+{static}getInstancesByName(name : string) : UploadedFile[]
-{static}loadFiles() : array
-{static}loadFilesRecursive(key : string, names : mixed, tempNames : mixed, types : mixed, sizes : mixed, errors : mixed)
+{static}reset()
+saveAs(file : string, deleteTempFile : bool = true) : bool
+__toString() : string
}
class yii.web.UploadedFile extends yii.base.BaseObject
class yii.web.UrlManager {
+cache : CacheInterface|string = "cache"
#cacheKey : string = "yii\web\UrlManager"
+enablePrettyUrl : bool = false
+enableStrictParsing : bool = false
+normalizer : UrlNormalizer|array|string|false = false
+routeParam : string = "r"
+ruleConfig : array = [
\t"class" => "yii\web\UrlRule"
]
+rules : array = []
+showScriptName : bool = true
+suffix : string
-_baseUrl
-_hostInfo
-_ruleCache
-_scriptUrl
+addRules(rules : array, append : bool = true)
#buildRules(rules : array) : UrlRuleInterface[]
#canBeCached(rule : yii.web.UrlRuleInterface) : bool
+createAbsoluteUrl(params : string|array, scheme : string|null = null) : string
+createUrl(params : string|array) : string
+getBaseUrl() : string
+getHostInfo() : string
+getScriptUrl() : string
#getUrlFromCache(cacheKey : string, route : string, params : array) : bool|string
+init()
+parseRequest(request : Request) : array|bool
+setBaseUrl(value : string)
+setHostInfo(value : string)
#setRuleToCache(cacheKey, rule : yii.web.UrlRuleInterface)
+setScriptUrl(value : string)
}
class yii.web.UrlManager extends yii.base.Component
class yii.web.UrlNormalizer {
+{static}ACTION_NOT_FOUND = 404
+{static}ACTION_REDIRECT_PERMANENT = 301
+{static}ACTION_REDIRECT_TEMPORARY = 302
+action : int|callable|null = 301
+collapseSlashes : bool = true
+normalizeTrailingSlash : bool = true
#collapseSlashes(pathInfo : string) : string
+normalizePathInfo(pathInfo : string, suffix : string, normalized : bool = false) : string
+normalizeRoute(route : array) : array
#normalizeTrailingSlash(pathInfo : string, suffix : string) : string
}
class yii.web.UrlNormalizer extends yii.base.BaseObject
class yii.web.UrlNormalizerRedirectException {
+scheme : bool|string
+statusCode : int
+url : array|string
+__construct(url : array|string, statusCode : int = 302, scheme : bool|string = false, message : string = null, code : int = 0, previous : Exception = null)
}
class yii.web.UrlNormalizerRedirectException extends yii.base.Exception
class yii.web.UrlRule {
+{static}CREATE_STATUS_PARAMS_MISMATCH = 4
+{static}CREATE_STATUS_PARSING_ONLY = 1
+{static}CREATE_STATUS_ROUTE_MISMATCH = 2
+{static}CREATE_STATUS_SUCCESS = 0
+{static}CREATION_ONLY = 2
+{static}PARSING_ONLY = 1
#createStatus : int|null
+defaults : array = []
+encodeParams : bool = true
+host : string
+mode : int
+name : string
+normalizer : UrlNormalizer|array|false|null
+pattern : string
#placeholders : array = []
+route : string
+suffix : string
+verb : string|array
-_paramRules : array = []
-_routeParams : array = []
-_routeRule : string
-_template : string
+createUrl(manager : UrlManager, route : string, params : array) : string|bool
+getCreateUrlStatus() : null|int
#getNormalizer(manager : UrlManager) : UrlNormalizer|null
#getParamRules() : array
#hasNormalizer(manager : UrlManager) : bool
+init()
+parseRequest(manager : UrlManager, request : Request) : array|bool
-preparePattern()
#substitutePlaceholderNames(matches : array) : array
-translatePattern(allowAppendSlash : bool)
-trimSlashes(string : string) : string
+__toString() : string
}
class yii.web.UrlRule extends yii.base.BaseObject
class yii.web.UrlRule implements yii.web.UrlRuleInterface
interface yii.web.UrlRuleInterface {
+createUrl(manager : UrlManager, route : string, params : array) : string|bool
+parseRequest(manager : UrlManager, request : Request) : array|bool
}
class yii.web.User {
+{static}EVENT_AFTER_LOGIN = "afterLogin"
+{static}EVENT_AFTER_LOGOUT = "afterLogout"
+{static}EVENT_BEFORE_LOGIN = "beforeLogin"
+{static}EVENT_BEFORE_LOGOUT = "beforeLogout"
+absoluteAuthTimeout : int
+absoluteAuthTimeoutParam : string = "__absoluteExpire"
+acceptableRedirectTypes : array = [
\t0 => "text/html",
\t1 => "application/xhtml+xml"
]
+accessChecker : yii.rbac.CheckAccessInterface
+authTimeout : int
+authTimeoutParam : string = "__expire"
+autoRenewCookie : bool = true
+enableAutoLogin : bool = false
+enableSession : bool = true
+identityClass : string
+identityCookie : array = [
\t"name" => "_identity",
\t"httpOnly" => true
]
+idParam : string = "__id"
+loginUrl : string|array = [
\t0 => "site/login"
]
+returnUrlParam : string = "__returnUrl"
-_access = []
-_identity = false
#afterLogin(identity : IdentityInterface, cookieBased : bool, duration : int)
#afterLogout(identity : IdentityInterface)
#beforeLogin(identity : IdentityInterface, cookieBased : bool, duration : int) : bool
#beforeLogout(identity : IdentityInterface) : bool
+can(permissionName : string, params : array = [], allowCaching : bool = true) : bool
#checkRedirectAcceptable() : bool
#getAccessChecker() : yii.rbac.CheckAccessInterface
#getAuthManager() : yii.rbac.ManagerInterface
+getId() : string|int
+getIdentity(autoRenew : bool = true) : IdentityInterface|null
#getIdentityAndDurationFromCookie() : array|null
+getIsGuest() : bool
+getReturnUrl(defaultUrl : string|array = null) : string
+init()
+login(identity : yii.web.IdentityInterface, duration : int = 0) : bool
+loginByAccessToken(token : string, type : mixed = null) : IdentityInterface|null
#loginByCookie()
+loginRequired(checkAjax : bool = true, checkAcceptHeader : bool = true) : Response
+logout(destroySession : bool = true) : bool
#removeIdentityCookie()
#renewAuthStatus()
#renewIdentityCookie()
#sendIdentityCookie(identity : IdentityInterface, duration : int)
+setIdentity(identity : IdentityInterface|null)
+setReturnUrl(url : string|array)
+switchIdentity(identity : IdentityInterface|null, duration : int = 0)
}
class yii.web.User extends yii.base.Component
class yii.web.UserEvent {
+cookieBased : bool
+duration : int
+identity : IdentityInterface
+isValid : bool = true
}
class yii.web.UserEvent extends yii.base.Event
class yii.web.View {
+{static}EVENT_BEGIN_BODY = "beginBody"
+{static}EVENT_END_BODY = "endBody"
+{static}PH_BODY_BEGIN = "<![CDATA[YII-BLOCK-BODY-BEGIN]]>"
+{static}PH_BODY_END = "<![CDATA[YII-BLOCK-BODY-END]]>"
+{static}PH_HEAD = "<![CDATA[YII-BLOCK-HEAD]]>"
+{static}POS_BEGIN = 2
+{static}POS_END = 3
+{static}POS_HEAD = 1
+{static}POS_LOAD = 5
+{static}POS_READY = 4
+assetBundles : AssetBundle[] = []
+css : array = []
+cssFiles : array = []
+js : array = []
+jsFiles : array = []
+linkTags : array = []
+metaTags : array = []
+title : string
-_assetManager
+beginBody()
+clear()
+endBody()
+endPage(ajaxMode : bool = false)
+getAssetManager() : yii.web.AssetManager
+head()
+registerAssetBundle(name : string, position : int|null = null) : AssetBundle
#registerAssetFiles(name : string)
+registerCsrfMetaTags()
+registerCss(css : string, options : array = [], key : string = null)
+registerCssFile(url : string, options : array = [], key : string = null)
+registerJs(js : string, position : int = 4, key : string = null)
+registerJsFile(url : string, options : array = [], key : string = null)
+registerLinkTag(options : array, key : string = null)
+registerMetaTag(options : array, key : string = null)
+renderAjax(view : string, params : array = [], context : object = null) : string
#renderBodyBeginHtml() : string
#renderBodyEndHtml(ajaxMode : bool) : string
#renderHeadHtml() : string
+setAssetManager(value : yii.web.AssetManager)
}
class yii.web.View extends yii.base.View
class yii.web.ViewAction {
+defaultView : string = "index"
+layout : mixed
+viewParam : string = "view"
+viewPrefix : string = "pages"
#render(viewName : string) : string
#resolveViewName() : string
+run()
}
class yii.web.ViewAction extends yii.base.Action
class yii.web.XmlResponseFormatter {
+contentType : string = "application/xml"
+encoding : string
+itemTag : string = "item"
+rootTag : string = "response"
+useObjectTags : bool = true
+useTraversableAsArray : bool = true
+version : string = 1.0
#buildXml(element : DOMElement, data : mixed)
+format(response : Response)
#formatScalarValue(value : int|string|bool|float) : string
#getValidXmlElementName(name : mixed) : string
#isValidXmlName(name : mixed) : bool
}
class yii.web.XmlResponseFormatter extends yii.base.Component
class yii.web.XmlResponseFormatter implements yii.web.ResponseFormatterInterface
class yii.web.YiiAsset {
+depends = [
\t0 => "yii\web\JqueryAsset"
]
+js = [
\t0 => "yii.js"
]
+sourcePath = "@yii/assets"
}
class yii.web.YiiAsset extends yii.web.AssetBundle
class m160313_153426_session_init {
+down()
+up()
}
class m160313_153426_session_init extends yii.db.Migration
@enduml
| false | true | false | false | class |
b71fd9b9af1e2af82de2f2431edc21d138abd742 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TeleType.puml | 22c2dd7d0c8aac7c105667eefa01958ec0ab5b37 | [] | 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 | 110 | puml | @startuml
class TeleType {
Awake() : void
Start() : IEnumerator
}
MonoBehaviour <|-- TeleType
@enduml
| false | true | false | false | class |
ad5a6b3f53bbce4c0e4819cc0aa0dbae380298e7 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_02/UC02_MD.puml | 80419e71fb6b3ebf2a56281d44df5f8fa2a503b6 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 884 | puml | @startuml MD
hide methods
left to right direction
class App {
}
class Organization {
- String name
}
class Collaborator {
- String name
- String email
- String password
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class User {
- String name
- String email
- String password
}
Collaborator "0,1" -- "1" User : acts as >
Collaborator "1" -- "*" Task : creates >
Organization "1" -- "1,..." Collaborator : has >
Organization "1" -- "*" Task : publishes >
App "1" -- "*" Organization : has >
@enduml
| false | true | false | false | class |
022114c6fd9651aceb973f9a19d66f49bf6250c1 | 064cd6eb85cbb2af72c1be6d192569e244e90ba6 | /src/main/java/oop/assignment3/ex45/exercise45_Diagram.puml | efe0fbf6168d79251d2a504910a824ff0585f35e | [] | no_license | Awesome-wolf-101/ashby-cop3330-assignment3 | dea3a5009db3341e9ab0c9fb48752969cb7ca2da | 5c943f85831fd03e966c3ed52acdcdf03a82cca1 | refs/heads/master | 2023-06-04T17:09:10.387582 | 2021-06-21T03:52:15 | 2021-06-21T03:52:15 | 377,309,711 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 227 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Application{
+main()
}
class WordFinder{
+ WordReplacer(String InputString)
+FileWriter(String InputString, String NewFileName)
}
Application o-> WordFinder
@enduml | false | true | false | false | class |
b23d157bd383321e03ef1ef5dca608c0634ad4b5 | e5705c302cbddc3c202d7b0231f9c061d9014014 | /doc/vc-flow.puml | 3bffaf60f20558fd9d639f34d5f948f40b13795b | [
"Apache-2.0"
] | permissive | rabobank-blockchain/vp-toolkit | 9de822b29e251dba83fb619b93e7d87253d2a7c0 | fc4a924a0c1068af6d8df730c522a2c610f02f56 | refs/heads/develop | 2023-01-06T10:08:36.548758 | 2020-07-31T06:58:12 | 2020-07-31T06:58:12 | 207,823,267 | 9 | 3 | Apache-2.0 | 2023-01-06T02:24:58 | 2019-09-11T13:46:32 | TypeScript | UTF-8 | PlantUML | false | false | 1,935 | puml | @startuml
title Exchanging Verifiable Credentials
actor Issuer
actor Holder
actor Verifier
boundary DataRegistry
== Issuance ==
Holder->Issuer: Using the browser, request an attestation for e.g. GivenName, FamilyName
Issuer-[#blue]>Issuer: Generate a ChallengeRequest object for GivenName and FamilyName
Issuer->Holder: Offer the ChallengeRequest in the form of a QR code
Holder->Holder: Scan QR code with app
Holder-[#green]>Holder: Generate two new DID's
Holder-[#blue]>Holder: Generate two self-attested VerifiableCredential\nobjects, containing one DID each, to prove ownership
Holder-[#blue]>Holder: Generate a VerifiablePresentation object,\nwhich holds the two VerifiableCredentials
Holder->Issuer: App sends the VerifiablePresentation object
Issuer-[#blue]>Issuer: Validate the VerifiablePresentation signature
Issuer-[#blue]>Issuer: Generate two VerifiableCredential objects;\nOne for GivenName and one for FamilyName
Issuer-[#blue]>Issuer: Generate a VerifiablePresentation object,\nwhich holds the two VerifiableCredentials
Issuer->DataRegistry: Register the new DID's on the DataRegistry (a blockchain for instance)
Issuer->Holder: Send the VerifiablePresentation
Holder-[#blue]>Holder: Validate the VerifiablePresentation signature
Holder-[#orange]>Holder: Store the VerifiableCredentials locally
== Validation ==
Verifier-[#blue]>Verifier: Generate a ChallengeRequest object\nfor GivenName and FamilyName
Verifier->Holder: Offer the ChallengeRequest in the form of a QR code
Holder-[#orange]>Holder: Retrieve locally stored VerifiableCredentials\nwhich match GivenName or FamilyName
Holder-[#blue]>Holder: Generate a VerifiablePresentation\ncontaining these VerifiableCredentials
Holder->Verifier: Send the VerifiablePresentation
Verifier-[#blue]>Verifier: Validate the VerifiablePresentation signature
Verifier->DataRegistry: Check the given DID's for revocations
Verifier->Verifier: Accept and process the data
@enduml
| false | true | false | false | usecase |
9572e0bb2ab7adc7684cb90198d260237d088335 | e8981144d9288703b37625d4e14b9e7ff5c1e8a9 | /Sequence-mobile-user-editprofile.plantuml | 5fcbcbd405835b3a757d78ab93b09419e3aa6850 | [] | no_license | Brannersrud/Nabovarsel_UML | 5bb8c0c0ed371d544965c46ecc0bc4aaf70b0381 | 91b63000f3d46df7490bf2b6c882529fa4dea34e | refs/heads/master | 2021-01-08T19:23:53.310583 | 2020-03-20T11:49:21 | 2020-03-20T11:49:21 | 242,120,196 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,047 | plantuml | @startuml User can edit profile
actor Resident
participant Frontend
participant API
database Database
group Open "Din Konto"
Resident -> Frontend : Press "Din konto"-button
Frontend -> API : Request user information
API -> Database : Request data
Database -> API : Receive data
API -> Frontend : Open "Din konto"
end
group Administrate user information
Resident -> Frontend : Press "Administrer kontaktinfo"
Frontend -> API : Request edit page
API -> Frontend : Open edit page
Resident -> Frontend : Write new phone number
Frontend -> API : Validate new phone number
alt Phone number is NOT correct length
API -> Frontend : Error on length, ask for retry
else Phone number is correct length
API -> Database : Overwrite data
Database -> API : Confirm overwrite
API -> Frontend : Open "Din konto"-page with confirmation
end
end
group Cancel edit
Resident -> Frontend : Press "Cancel"
Frontend -> API : Request cancellation
API -> Frontend : Open "Din konto"-page
end
@enduml | false | true | false | false | sequence |
ab0307a7c5d5305ec6aa6780bd7cfe6d9d15a883 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/bka/addSPTBKA.puml | 32c338a9b52821b439770bd676f27917c9ab400b | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,455 | puml | @startuml
autonumber
hide footbox
title Menambah SPT BKA
Actor AdminBKA
boundary Dashboard_V
boundary SuratBKA_V
boundary AddSPTBKA_V
control Admin_C
control BKA_C
Entity SuratDisposisi_E
Entity SuratPerintahTugas_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdminBKA: Halaman Dashboard
AdminBKA --> Dashboard_V: klik menu Surat BKA
Dashboard_V --> BKA_C: index()
BKA_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKA_C:
BKA_C --> SuratBKA_V: load->view()
SuratBKA_V --> AdminBKA: Halaman Surat BKA
AdminBKA --> SuratBKA_V: klik tombol Add Surat SPT
SuratBKA_V --> BKA_C: addsuratperintahjalan()
BKA_C --> AddSPTBKA_V: load->view()
AddSPTBKA_V --> AdminBKA: Halaman Add SPT BKA
AdminBKA --> AddSPTBKA_V: Mengisi Inputan dan klik tombol add
note right of AdminBKA
Inputan Pengirim, no surat, tanggal surat, ringkasan, tanggal akhir spt, nama pegawai, nip dan jabatan
end note
AddSPTBKA_V --> BKA_C: addsuratperintahjalan()
BKA_C --> SuratDisposisi_E:
BKA_C --> SuratPerintahTugas_E:
alt isValid() case
SuratDisposisi_E --> BKA_C: isValid()
SuratPerintahTugas_E --> BKA_C: isValid()
BKA_C --> SuratBKA_V: load->view()
SuratBKA_V --> AdminBKA: Halaman Surat BKA
else isInvalid() case
SuratDisposisi_E --> BKA_C: isValid()
SuratPerintahTugas_E --> BKA_C: isValid()
BKA_C --> AddSPTBKA_V: load->view()
AddSPTBKA_V --> AdminBKA: Halaman Add SPT BKA
end
@enduml | false | true | false | false | sequence |
c14669a7e2045508a9dd700cba57a9cc8f7888f3 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerAddShippingAddressIdAction.puml | 68072ad80e74e663342160ab6aeba627f9942e40 | [] | 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 | 501 | 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 MyCustomerAddShippingAddressIdAction [[MyCustomerAddShippingAddressIdAction.svg]] extends MyCustomerUpdateAction {
action: String
addressId: String
addressKey: String
}
interface MyCustomerUpdateAction [[MyCustomerUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
a1e3b00367a87140762974f3dd96737b7069c212 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin tu/ViewSPTBKA.puml | 8dea72f36cdba5ebb8301288142b85db28ea3fe9 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 565 | puml | @startuml
autonumber
hide footbox
title Melihat Kontrol SPT BKA
Actor AdminTU
boundary Dashborad_V
boundary KontrolSPTBKD_V
control Admin_C
control KontrolSPT_C
Entity SuratPerintahTugas_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> AdminTU: Halaman Dashborad
AdminTU --> Dashborad_V: klik Menu SPT BKA
Dashborad_V --> KontrolSPT_C: kontrolsptbka()
KontrolSPT_C --> SuratPerintahTugas_E:
SuratPerintahTugas_E --> KontrolSPT_C:
KontrolSPT_C --> KontrolSPTBKD_V: load->view()
KontrolSPTBKD_V --> AdminTU: Halaman Kontrol SPT BKA
@enduml | false | true | false | false | sequence |
6c45db87e7aeedd50a484068c83704f0e65152c8 | cf8eccdffbcf646956ae7070f26762f3a5a3900a | /documentacion/uml/diagrama_clase_movdelos_controladores_v2.plantuml | a04b493561c9eeb4de7b35c1f39452bd8610ba80 | [] | no_license | LaNsDiego/LaravelGestion | 009fc8fd6b846ef81c277e17fbee66e9c0b9446d | 5a8ec3826b9f866fb21222389c87662a63b086bb | refs/heads/master | 2022-05-01T03:46:15.627838 | 2019-12-02T20:24:40 | 2019-12-02T20:24:40 | 215,569,987 | 0 | 0 | null | 2022-03-26T01:32:03 | 2019-10-16T14:34:05 | PHP | UTF-8 | PlantUML | false | false | 5,533 | plantuml | @startuml Diagrama de clases 2.0
package "Models"{
class Usuario {
+Id : int
+Usuario : string
+Clave : string
+AutentificarUsuario()
+SalirSesion()
+ListarProyectos()
+AsignarProyecto(ProyectoId,RolId)
}
class Proyecto {
+Id
+Codigo
+Nombre
+FechaInicio
+FechaTermino
+UsuarioJefeId
+MetodologiaId
+Guardar()
+ObtenerPorId(ProyectoId)
+ListarProyecto();
}
class Cronograma{
+Id
+ProyectoId
+FechaInicio
+FechaTermino
+Guardar()
+ListarCronogramaDetalle()
+ObtenerPorId(CronogramaId)
}
class CronogramaFase{
+Id
+Nombre
+CronogramaId
}
class CronogramaElementoConfiguracion{
+Id
+Codigo
+Nombre
+CronogramaFaseId
}
class VersionECS{
+Id
+ElementoConfiguracionId
+Version
+FechaInicio
+FechaTermino
+UsuarioResponsableId
}
class SolicitudCambio{
+Id
+Codigo
+MiembroSolicitanteId
+Objetivo
+Descripcion
+MiembroJefeId
+Estado:string
+ObtenerPorId(int:SolicitudCambioIdd)
}
class InformeCambio{
+Id
+SolicitudCambioId
+Descripcion
+Tiempo
+CostoEconomico
+ImpactoProblema
}
class DetalleInforme {
+Id
+UsuarioResponsableId
+CronogramaElementoConfiguracionId
+Tiempo
+Costo
}
class OrdenCambio {
+Id
+SolicitudCambioId
+NumeroCambio
+NumeroVersion
+NombreSolicitante
+FechaAprobación
+FechaInicio
+FechaTermino
+Descripcion
}
class OrdenCambioDetalle{
+Id
+OrdenCambioId
+CronogramaElementoConfiguracionId
+MiembroResponsableId
+FechaInicio
+FechaTermino
}
class TareaECS{
+Id
+Codigo
+VersionECSId
+UsuarioResponsableId
+FechaInicio
+FechaTermino
+Descripcion
+Justificacion
+PorcentajeAvance
+UrlEvidencia
+CodigoECS : null
+SubirEvidencia(UsuarioId)
+Guardar()
+ListarPorVersion(VersionId)
}
class Metodologia{
+Id
+Nombre
}
class Fase{
+Id
+Nombre
+MetodologiaId
}
class ElementoConfiguracion{
+Id
+Nombre
+Codigo
}
class PlantillaElementoConfiguracion{
+Id
+MetodologiaFaseId
+Codigo
+Nombre
}
' ALEX
class Rol{
+Id
+Nombre
}
class MiembroProyecto{
+Id
+UsuarioMiembroId
+RolId
+ProyectoId
}
}
' RELACIONES DE CLASES
MiembroProyecto "1..1" o-- "1..1" Proyecto : tiene proyecto >
MiembroProyecto "1..1" o-- "1..1" Usuario : tiene usuario >
MiembroProyecto "1..1" o-left- "1..1" Rol : tiene rol >
Metodologia "1..1" o-- "1..*" Fase : tiene fase(s) >
Cronograma "1..1" o-- "1..*" CronogramaFase : tiene fase(s) >
CronogramaFase "1..1" o-- "1..*" CronogramaElementoConfiguracion : tiene elementos(s) >
DetalleInforme o-- InformeCambio
SolicitudCambio "1..1" o-left- "1..*" InformeCambio : tiene informe(s) >
MiembroProyecto "1..1" o-- "1..*" SolicitudCambio : tiene solicitud(s) >
Fase "1..1" o-- "0..*" PlantillaElementoConfiguracion : tiene >
ElementoConfiguracion "1..1" o-- "0..*" PlantillaElementoConfiguracion : tiene >
VersionECS "1..*" o-- "0..*" TareaECS : tiene varia(s) >
CronogramaElementoConfiguracion "1..1" o-- "0..*" VersionECS : tiene >
Proyecto "1..1" o-- "0..1" Metodologia : tiene >
Proyecto "1..1" -right-o "1..1" Usuario : tiene jefe >
Proyecto "1..1" o-- "0..1" Cronograma : tiene >
OrdenCambio "1..1" *-- "0..*" OrdenCambioDetalle : tiene >
SolicitudCambio "1..1" *-- "1..*" OrdenCambio : tiene <
package Controller{
class ProyectoController{
+FrmAgregar()
+ActAgregar(Proyecto $ObjProyecto,Cronograma $ObjCronograma,List<Fase> listadoFase , List<ElementoConfiguracion> listadoElementoConfiguracion)
+FrmListar(int:$UsuarioId)
}
class MetodologiaController{
+FrmAgregar()
+ActAgregar()
+FrmEditar()
+ActEditar()
+ActEliminar()
}
class FaseController(){
+FrmAgregar(int:$MetodologiaId)
+ActAgregar(Fase $ObjFase)
+FrmEditar(int:$FaseId)
}
class PlantillaElementoConfiguracionController{
+FrmAgregar(int:$FaseId)
+ActAgregar(ElementoConfiguracion:$ElementoConfiguracion)
+ActEliminar(int:$ElementoConfiguracionId)
}
class ElementoConfiguracionController(){
+FrmAgregar()
+FrmEditar(int:$ElementoConfiguracionId)
+ActEditar(ElementoConfiguracion $ObjElementoConfiguracion)
+ActAgrear(ElementoConfiguracion $ObjElementoConfiguracion)
}
class SolicitudCambioController{
+FrmAgregar(int:UsuarioId)
+FrmEditar(int:SolicitudCambio)
+FrmListar(int:UsuarioId)
+FrmAtender(int:UsuarioId)
}
' class InformeCambioController{
' +FrmAgregar(int:$SolicitudCambioId)
' +ActAgregarInforme(InformeCambio $ObjInformeCambio)
' }
class OrdenCambioController{
+FrmAgregar(int:$UsuarioId)
+FrmListar(int:$UsuarioId)
+FrmEditar(int:$UsuarioId)
}
}
@enduml | false | true | true | false | class |
2404f29b6c5d80ab8b7b8ca67b30107a42ae6829 | ffbc236cfbbda0b7af27e8f1626b8d538327d707 | /uml/sequence-diagrams/UC-11-DefineIaCBugsTaxonomy-WP4.puml | ce22caf9db4561036ceafec68ad449e91f34e1ed | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | SODALITE-EU/project-wide-documentation | bd035fd455660368675843cdee74f86b8f685629 | 7a7b8ce76add1940c5f501ae2c2280ab47b939de | refs/heads/master | 2021-12-27T17:22:26.360944 | 2021-12-22T15:48:10 | 2021-12-22T15:48:10 | 225,436,822 | 3 | 3 | Apache-2.0 | 2021-12-22T15:49:03 | 2019-12-02T17:59:29 | null | UTF-8 | PlantUML | false | false | 536 | puml | @startuml
title Define IaC Bugs Taxonomy (WP4)
actor "Quality Expert" as ops
participant "Bug Predictor and Fixer" as skb
activate ops
ops->ops: Identify Types of Smells, Misconfigurations, and Bugs in IaC
ops->ops: Document Identified Smells, Misconfigurations, and Bugs as Taxonomies
ops-> ops: Define (Ontological Reasoning) Rules to Detect Smells
ops-> ops: Define (Ontological Reasoning) Rules to Recommend Corrections to Smells
ops -> skb: Deploy Ontological Reasoning Rules
skb --> ops:
deactivate skb
deactivate ops
@enduml
| false | true | false | false | usecase |
bc5641106cfc891db8996507d30ecef94abbda76 | 3820d826e6897b9bb6e1d918522d1330c54ff641 | /docs/DecoratorPatternClass.puml | bd24a4d01187483f0be098d05b3ababed805a07c | [] | no_license | kckct/senao-design-pattern | 87726c2aade0f5701941cc5d440ce4f2bee206e3 | 0881fb069418e1e3621a98760a29355b3ae4a0d1 | refs/heads/master | 2021-09-12T23:23:32.520038 | 2018-04-22T16:23:53 | 2018-04-22T16:23:53 | 114,066,921 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,032 | puml | @startuml
class Order {
- creditCard
+ getPrice()
+ getOther()
}
class CreditCardFactory {
{static} + create()
}
interface CreditCard {
+ processPrice()
+ processOther()
}
class CTBC {
+ processPrice()
+ processOther()
}
class Taishin {
+ processPrice()
+ processOther()
}
class Citibank {
+ processPrice()
+ processOther()
}
class processService {
{static} + calculateDefaultPrice()
{static} + getDefaultOther()
}
class processDecorator {
{static} + calculateRebate()
{static} + calculateDiscount()
{static} + getCoupon()
{static} + getExtra()
{static} + getPoint()
}
Order *-right-> CreditCardFactory
CreditCardFactory .-> CreditCard
CreditCard <|.. CTBC
CreditCard <|.. Taishin
CreditCard <|.. Citibank
CreditCardFactory *-> CTBC
CreditCardFactory *-> Taishin
CreditCardFactory *-> Citibank
CTBC *-> processService
CTBC *-> processDecorator
Taishin *-> processService
Taishin *-> processDecorator
Citibank *-> processService
Citibank *-> processDecorator
@enduml
| false | true | false | false | class |
8ccc48f2c634bf760ffaa4cb7d3c7befd7755151 | 3fbe88503df5797c1094574013c1e0e9cc47a5bf | /doc/must_gather_store.uml | e10096a0d75fbded933e1996e839a353242352f7 | [
"Apache-2.0"
] | permissive | lukasHumpolok/insights-operator-controller | 0f0a70027d27178187a12e834bed61df382b3342 | 3eb50c11842ee53dfb9dd6945d9a099e8b4a7c6d | refs/heads/master | 2020-12-15T12:19:22.127623 | 2020-01-20T12:57:19 | 2020-01-20T12:57:19 | 235,101,183 | 0 | 0 | Apache-2.0 | 2020-01-20T12:54:52 | 2020-01-20T12:54:51 | null | UTF-8 | PlantUML | false | false | 2,689 | uml | // Copyright Pavel Tisnovsky 2019
//
// vim:syntax=plantuml
@startuml
header Storing data from must-gather into S3 to be attached into customer case
footer Page %page% of %lastpage%
participant "Insights operator controller service" as service #99FF99
participant "Insights operator" as operator #ccccff
participant "Hydra" as hydra
database "Amazon S3" as s3
collections "Customer case" as case
autonumber 1
== Start of must-gather ==
operator -> service: Get list of must-gather requests
service -> operator: List of must-gather requests
operator -> operator: Run must-gather
== Must-gather to S3 phase ==
operator -> hydra: Get credentials for case #
hydra -> operator: AWS credentials for case #
operator -> s3: Store data into bucket
s3 -> operator: Status - ok
operator -> service: Ack must-gather
== Customer case attachment ==
case -> s3: Need attachment for case #
s3 -> case: Attachment for case #
newpage
autonumber 1
== Start of must-gather ==
operator -> service: Get list of must-gather requests
note right: Cluster ID
service -> operator: List of must-gather requests
note left: Customer case # is included in records
operator -> operator: Run must-gather
note right: Take some time to finish...
newpage
autonumber 4
== Must-gather to S3 phase ==
operator -> hydra: Get credentials for case #
hydra -> operator: AWS credentials for case #
note right: Access key, secret key, bucket, region, ...
operator -> s3: Store data into bucket
note right: We have just write access
s3 -[#green]> operator: Status - ok
operator -[#green]> service: Ack must-gather
note left: This is flagged in a database
newpage
autonumber 9
== Customer case attachment ==
case -> s3: Need attachment for case #
note right: Actually not in scope of this design (solved already)
s3 -> case: Attachment for case #
newpage
autonumber 1
== Start of must-gather ==
operator -> service: Get list of must-gather requests
note right: Cluster ID
service -> operator: List of must-gather requests
note left: Customer case # is included in records
operator -> operator: Run must-gather
note right: Take some time to finish...
== Must-gather to S3 phase ==
operator -> hydra: Get credentials for case #
hydra -> operator: AWS credentials for case #
note right: Access key, secret key, bucket, region, ...
operator -> s3: Store data into bucket
note right: We have just write access
s3 -[#green]> operator: Status - ok
operator -[#green]> service: Ack must-gather
note left: This is flagged in a database
header Whole workflow
== Customer case attachment ==
case -> s3: Need attachment for case #
note right: Actually not in scope of this design (solved already)
s3 -> case: Attachment for case #
@enduml
| false | true | false | false | sequence |
e1d1b4d42d406690e22e9d6af2fb695c60820e3d | f2424bd274351348236d1b77837bcd995a1a1268 | /markdown/scriptgraphs/ArrayList.iuml | 78a1311736cdb69a0c20fa7b2a337e447ce88c15 | [] | no_license | dadabobo/docs | cf1fdd89645d0b1889b97d8a9d6712205363a8d9 | c177cdbd76792ad2e622104ed0392d2381884043 | refs/heads/master | 2020-03-30T18:28:38.521185 | 2018-03-13T09:35:41 | 2018-03-13T09:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 91 | iuml | class ArrayList
!ifdef SHOW_METHODS
ArrayList : int size()
ArrayList : void clear()
!endif
| false | true | false | false | class |
2055cf14fc1453781bd5e6e78df62c23948d6c17 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/inspectors/ClipInspector/ClipInspectorCurveEditor.puml | 657402b6f8200487d531f30e44a35d42bc41a003 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,372 | puml | @startuml
class ClipInspectorCurveEditor {
<<const>> k_HeaderHeight : float = 30
<<const>> k_PresetHeight : float = 30
+ {static} <<readonly>> kDisableTrackTime : double
m_trackTime : double
+ trackTime : double <<get>> <<set>>
+ headerString : string <<get>> <<set>>
+ ClipInspectorCurveEditor()
{static} ConsumeMouseEvents(rect:Rect) : void
DrawPresets(position:Rect, curveLibrary:PresetLibrary) : void
DrawTrackHead(clientRect:Rect) : void
DrawLegend(r:Rect) : void
{static} LabelName(propertyName:string) : string
+ SetCurves(curves:AnimationCurve[], bindings:EditorCurveBinding[]) : void
ProcessUpdates() : void
+ SetSelected(curve:AnimationCurve) : void
UpdateSelectionColors() : void
+ {static} CurveField(title:GUIContent, property:SerializedProperty, onClick:Action<SerializedProperty>) : void
{static} DrawCurve(controlRect:Rect, property:SerializedProperty, onClick:Action<SerializedProperty>, fgColor:Color, bgColor:Color) : Rect
}
class "Action`2"<T1,T2> {
}
ClipInspectorCurveEditor --> "m_CurveEditor" CurveEditor
ClipInspectorCurveEditor --> "m_CurveUpdatedCallback<AnimationCurve,EditorCurveBinding>" "Action`2"
ClipInspectorCurveEditor o-> "m_TextContent" GUIContent
ClipInspectorCurveEditor --> "m_LabelStyle" GUIStyle
ClipInspectorCurveEditor --> "m_LegendStyle" GUIStyle
@enduml
| false | true | false | false | class |
9800ea477e2658d53f333d5f76b22bd448fb4ce1 | 53171f99b9c35cbc19968d53c949e5938f6e8047 | /UML/class_diagrams/Internal/CalendricalHelper.puml | 4d3e171c55647c130e5e63439b8c5b7241f8c7ef | [
"MIT"
] | permissive | tockards/Adhan | f40b060331a974a73908f41a7d8003909745d76f | 93239a1634634d1833f56b2ff18f9de5a9c14ac9 | refs/heads/master | 2020-03-28T04:10:46.405943 | 2018-09-12T20:00:18 | 2018-09-12T20:00:18 | 147,698,739 | 0 | 0 | MIT | 2018-09-06T16:00:06 | 2018-09-06T16:00:06 | null | UTF-8 | PlantUML | false | false | 261 | puml | @startuml
class CalendricalHelper {
+{static} julianDay(int year, int month, int day) : double
+{static} julianDay(Date date) : double
+{static} julianDay(int year, int month, int day, double hours) : double
+{static} julianCentury(double JD) : double
}
@enduml | false | true | false | false | class |
75bbe1f45888b412cd2b3c3eab05babcf90110cb | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Common-Cloud-Core/Physical.puml | b73134680bbf1b1f71a6533fc76ca43ccdd98672 | [] | 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 | 161 | puml | @startuml
package "Cloud-Stack/Common-Cloud-Core" {
component component1
component component2
interface i1
}
i1 - component1
component1 --> component2
@enduml
| false | true | false | false | class |
ec4cf7aaf7487721b3f47123468ab4381edbc2d4 | b4f12bc86f94818e00e24c8ad164d282f6ef1e8e | /uml/NetworkClass3.puml | 8c2708f8ac962b321880d40de159760432f71ac1 | [] | no_license | nange77456/OrderingSystem-Chef | a90ad55cf74ee07db9c2a54d50d5358aaaa9a2bd | e8a4dd75a60cecf93578291d09abe8fb1c192579 | refs/heads/main | 2023-05-24T12:24:23.555084 | 2021-06-15T09:45:46 | 2021-06-15T09:45:46 | 358,181,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 263 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam ClassAttributeIconSize 0
abstract class OkCallback{
+onSuccess() : void
+onError() : void
}
interface Callback{
+onResponse() : void
+onFailure() : void
}
OkCallback ..|> Callback
@enduml | false | true | false | false | class |
7c4e5f310212039fa3dfa2eadaf4c39376c11f8f | 09eb040a55573afb2571fc544a2b5e0e28b87c14 | /Blockchain/task/src/blockchain/CommandPattern.puml | 86b0182a9666f8ac4bf4a80ffaf6727a0b68fbaa | [] | no_license | TiGeorge/Blockchain | 73afde39021d1b327a2f4d58e82e45ebbc6a0c77 | ce7e8304101d462e08d88692a8213cd8fee4d8c3 | refs/heads/master | 2022-11-13T23:45:48.215026 | 2020-07-11T06:44:59 | 2020-07-11T06:44:59 | 266,570,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 331 | puml | @startuml
Invoker <|-- Client
Receiver <|-- Client
Command1 <|-- Client
Command <|-- Command1
Command *-- Invoker
interface Command{
+execute()
}
class Invoker{
-command
+setCommand(command)
+executeCommand()
}
class Command1 {
-receiver
-params
+Command1(receiver, params)
+execute()
}
@enduml | false | true | false | false | class |
6d965e3535c6e1a194228c01d20c17fa6180b16e | 0907fc2446db19123b9347587fbed53ba623fe29 | /WealthHierarchy.puml | d7d5f1c07b71359ddba702b769edecb34799f0b2 | [] | no_license | FrancoDominic/csm10j-Hw02 | c329e956543b332e351ebc7020aa535534699774 | 208176e765d44b22cca4b6e0d06aa1d28f8d60c7 | refs/heads/master | 2021-01-10T17:25:23.769576 | 2015-11-10T23:50:49 | 2015-11-10T23:50:49 | 45,943,941 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 898 | puml | @startuml
annotation java.lang.Override
class InterfaceDesign.BankAccount
class InterfaceDesign.Bond
class InterfaceDesign.Car
class InterfaceDesign.House
class InterfaceDesign.Stock
class InterfaceDesign.Wealth
interface InterfaceDesign.Asset
interface InterfaceDesign.Debt
InterfaceDesign.BankAccount ..> java.lang.Override
InterfaceDesign.BankAccount --|> InterfaceDesign.Asset
InterfaceDesign.Bond ..> java.lang.Override
InterfaceDesign.Bond --|> InterfaceDesign.Asset
InterfaceDesign.Car ..> java.lang.Override
InterfaceDesign.Car --|> InterfaceDesign.Asset
InterfaceDesign.Car --|> InterfaceDesign.Debt
InterfaceDesign.House ..> java.lang.Override
InterfaceDesign.House --|> InterfaceDesign.Asset
InterfaceDesign.House --|> InterfaceDesign.Debt
InterfaceDesign.Stock ..> java.lang.Override
InterfaceDesign.Stock --|> InterfaceDesign.Asset
InterfaceDesign.Wealth ..> java.lang.Override
@enduml | false | true | false | false | class |
430c21281ac31f2154d13fa942a1abd76572a8d8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/SearchKeyword.puml | 911edc8cc27e9ce63ce6bc15cc26bdf4cbace3d9 | [] | 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 | 566 | 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 SearchKeyword [[SearchKeyword.svg]] {
text: String
suggestTokenizer: [[SuggestTokenizer.svg SuggestTokenizer]]
}
interface SearchKeywords [[SearchKeywords.svg]] {
}
SearchKeyword --> SearchKeywords #green;text:green : "/^[a-z]{2}(-[A-Z]{2})?$/"
SearchKeyword --> SearchKeywords #green;text:green : "/^[a-z]{2}(-[A-Z]{2})?$/"
@enduml
| false | true | false | false | sequence |
13db6215cf54958e7e8cf47d805bcb7258dea413 | 9cc7c4099f6330f9a4384b56427d40d46b9d6f4a | /diagrams/kubernetes-architecture.puml | 6914f80e51094603805139e5b378ea498f9d3d4e | [
"MIT"
] | permissive | maulvialf/belajar-kubernetes | 0e28a11d9f75b3b1d17ffbe86151ecedf3bb603e | 809ac5514e9c0c188a3775f53e0d340b0587c132 | refs/heads/master | 2022-10-22T09:32:07.830441 | 2020-06-13T17:43:51 | 2020-06-13T17:43:51 | 272,653,376 | 1 | 0 | MIT | 2020-06-16T08:32:21 | 2020-06-16T08:32:20 | null | UTF-8 | PlantUML | false | false | 872 | puml | @startuml
node "Kubernetes Master" {
component "kube-controller-manager" as kubemanager
component "cloud-controller-manager" as cloudmanager
component "kube-apiserver" as api
database "etcd" as etcd
component "kube-scheduler" as scheduler
}
node "Kubernetes Nodes / Workers" {
node "Node 1" {
component "kubelet" as kubelet1
component "kube-proxy" as kubeproxy1
component "container manager" as containermanager1
}
node "Node ..." {
component "kubelet" as kubelet2
component "kube-proxy" as kubeproxy2
component "container manager" as containermanager2
}
}
cloud "Cloud Provider" as cloud
etcd <--> api
scheduler <--> api
cloudmanager <--> api
kubemanager <--> api
cloudmanager <-up-> cloud
kubelet1 <-up-> api
kubeproxy1 <-up-> api
kubelet2 <-up-> api
kubeproxy2 <-up-> api
@enduml
| false | true | false | false | sequence |
93ee85a9d2c7bf67b787c8bdc827d5cf43238446 | d5d353d48139d7d6b31f84400898962103640165 | /design/data_model/shared-solution.puml | ff02999509c879e1de631c736abd3802e9fabbf5 | [] | no_license | Daemon712/foobarbaz-backend | a68d4a4623453f8a0ad2054ae1b31af1ba40d9e3 | d33c21570c22147348551bd9bbaa927f7838ac50 | refs/heads/master | 2021-03-27T16:04:49.346991 | 2017-06-15T22:38:56 | 2017-06-15T22:38:56 | 69,506,475 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,020 | puml | @startuml
class User {
String username
String name
String password
}
class Challenge {
long challengeId
String name
String shortDescription
User author
Date created
int rating
int difficulty
String[] tags
}
enum SolutionStatus {
EMPTY
SUCCESS
FAILED
ERROR
}
class SharedSolution {
long solutionId
Challenge challenge
User author
SolutionStatus status
String implementation
String comment
Date created
}
class SharedTestResult {
String testName
SolutionStatus status
String message
}
class SharedSolutionComment {
long commentId
User author
String text
Date created
List<User> likes
}
Challenge -> User
SharedSolution -> Challenge
User <- SharedSolution
SharedSolution <-> User
SharedSolution -- SolutionStatus
SharedSolution *-- SharedTestResult
SolutionStatus -- SharedTestResult
SharedSolutionComment --> SharedSolution
SharedSolutionComment -> User
SharedSolutionComment <-> User
@enduml | false | true | false | false | class |
e8b424b1aec6799c92a87aa2c486ff48517afd03 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/ui/MenuView.puml | 58e10cdc4e20318147a866033f780ff8b16558c2 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 350 | puml | @startuml
class MenuView {
- _path : string
+ MenuView(args:string[], level:int, mh:List<MethodsHolder>, start_path:string)
+ configure() : void
+ build() : void
+ show() : void
+ render() : void
}
class "List`1"<T> {
}
ConsoleMenu <|-- MenuView
IMenuView <|-- MenuView
MenuView --> "_methods<MethodsHolder>" "List`1"
@enduml
| false | true | false | false | class |
392adae5fc1f19a16bd3e4af7e30e2ce0af79f8d | 9c44ede4b46571a3d9a11918caa7a3d44a2c3105 | /src/main/java/com/wwxiong/patterns/adapter/classadapter/classdapter.puml | 910cc2ad7d2b53a0742fe628eac7212249df74f3 | [] | no_license | LensXiong/design-pattern | df4ebd92185cf4d001556b1f417d45218e0de7ff | 09b3ae3a6bfddc0c8362580e92a4b2e41b2ffae7 | refs/heads/master | 2020-09-20T18:44:04.657239 | 2019-12-04T08:56:46 | 2019-12-04T08:56:46 | 224,562,008 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 282 | puml | @startuml
interface IVoltage5V
Client ..> Phone
Client ..> VoltageAdapter
Phone ..> IVoltage5V
Voltage220V <|-- VoltageAdapter
IVoltage5V <|.. VoltageAdapter
Phone : charging():void
IVoltage5V : output5V():void
Voltage220V : output220V():void
VoltageAdapter : output5V:int
@enduml | false | true | false | false | class |
0b017b841873a24a6fa55ae43c0998a104d32229 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Proxy/Images/README.puml | 159e4f13ba272e1c57fc60e7124fc5f9c6a9b583 | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 439 | puml | @startuml Diagramme de classe
class ProxyTester {
+main(String[] args)
}
class JTabbedPane
class JFrame
ProxyTester *-- JFrame
JFrame *-- JTabbedPane
JTabbedPane *-- "*" JLabel
interface Icon {
void paintIcon(Component c, Graphics g, int x, int y);
int getIconWidth();
int getIconHeight();
}
class ImageProxy implements Icon
JLabel *-- ImageProxy
class ImageIcon implements Icon
ImageProxy *-- ImageIcon
@enduml | false | true | false | false | class |
b14f1ead44bbe858083d4bcd09c983d18d5956bb | e5e0d04a44fe67064105c32404e11f52d66ce464 | /docs/plantuml/ConfigStorage.puml | 1f28b8961b72fcba872203304cf4db3991fb3857 | [] | no_license | durianpancakes/tp | 19902f0c344eca4544cda3caabb85c70d174853a | 7f9ff12f6d81a47bc208e64dcbcecb6dbf8687a5 | refs/heads/master | 2023-01-07T01:13:07.145901 | 2020-11-08T13:10:16 | 2020-11-08T13:10:16 | 299,612,457 | 0 | 0 | null | 2020-09-29T12:36:16 | 2020-09-29T12:36:15 | null | UTF-8 | PlantUML | false | false | 760 | puml | @startuml
hide circles
skinparam classAttributeIconSize 0
skinparam classBackgroundColor Tan
abstract class StorageManager {
+ StorageManager(:String)
- createDataFile():boolean
}
class ConfigStorageManager {
+ ConfigStorageManager(:String)
+ saveData(:ConfigParameter)
+ loadData()(:ConfigParameter)
}
class ConfigParameter {
- name(:String)
- recommendedHours(:int)
- hasProgramRan(:boolean)
}
class ConfigEncoder {
- name(:String)
- recommendedHours(:int)
- hasProgramRan(:boolean)
}
class ConfigDecoder {
- splitEncodedConfig(:StringArray)
- name(:String)
- recommendedHours(:int)
- hasProgramRan(:boolean)
}
StorageManager --> ConfigStorageManager
ConfigEncoder --> ConfigParameter
@enduml | false | true | false | false | class |
9da330cce6114ab87f7b93eafb787349eaa217a9 | 2615492956415a13a3b03686c9545e099b4aada1 | /docs/PlantUML/DisplayStoreCommand.puml | a20a35e0c3395bf980e3f30eec56a9fc30be460f | [] | no_license | AY2021S2-CS2113-T10-4/tp | 06ce4064c67254b0b3b58c97bb9aaa62cde69189 | fed6c3b867e5e9bb25a68a408fde0eae43cd21be | refs/heads/master | 2023-04-03T09:08:55.879564 | 2021-04-12T16:02:25 | 2021-04-12T16:02:25 | 340,808,069 | 0 | 6 | null | 2021-04-12T16:02:26 | 2021-02-21T03:24:09 | Java | UTF-8 | PlantUML | false | false | 871 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
box DisplayStores
-> ":DisplayStoreCommand" : execute(canteen,ui)
activate ":DisplayStoreCommand"
opt [Canteen.size()==0]
return : return
end
":DisplayStoreCommand" -> ":NusFoodReview" : setCanteenIndex();
activate ":NusFoodReview"
":NusFoodReview" --> ":DisplayStoreCommand"
deactivate ":NusFoodReview"
":DisplayStoreCommand" -> ":NusFoodReview" : nusFoodReviews.getCanteenIndex();
activate ":NusFoodReview"
":NusFoodReview" --> ":DisplayStoreCommand" : CurrentCanteenIndex
deactivate ":NusFoodReview"
opt [CurrentCanteenIndex==-1]
activate ":DisplayStoreCommand"
<-- ":DisplayStoreCommand" : return
deactivate ":DisplayStoreCommand"
end
":DisplayStoreCommand" -> ":UI" : ui.showDisplayStores(canteens.get(currentCanteenIndex));
activate ":UI"
":UI" --> ":DisplayStoreCommand"
deactivate ":UI"
@enduml | false | true | false | false | sequence |
fc05f250071af29227df8ed43db1d205d209adaf | 2a55af90da354874b8bae9e25185474f446cd695 | /service/service.puml | 8ae55cfcf2a08e32720764dec8f2d5f2e564e3e4 | [
"Apache-2.0"
] | permissive | sunw31/boilerplate | acb9adfd4923c6cdc18e095701f5de92c24c34a7 | e7197a5ce99c0fa8219117b5765907ecbd5c3017 | refs/heads/master | 2020-12-29T05:26:08.590998 | 2020-02-04T03:45:41 | 2020-02-04T03:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 29,568 | puml | @startuml
package "debug" {
class "Client" as debug.Client <<E,#FFCC00>> {
+Id: string
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetId(): string
+Validate(): error
+MarshalZerologObject(e: zerolog.Event)
}
}
package "debug" {
interface "ClientRepository" as debug.ClientRepository {
+Config(: context.Context): (debug.ClientWithContexter, error)
+Connect(: debug.ClientWithContexter): error
}
}
debug.ClientRepository ..> debug.ClientWithContexter : <<return>>
debug.ClientRepository ..> debug.ClientWithContexter : <<use>>
package "debug" {
class "ClientWithContext" as debug.ClientWithContext <<E,#FFCC00>> {
+Context: context.Context
+Client: debug.Clienter
+GetContext(): context.Context
+GetClient(): debug.Clienter
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
debug.ClientWithContext --> debug.Clienter
debug.ClientWithContext ..> debug.Clienter : <<return>>
package "debug" {
interface "ClientWithContexter" as debug.ClientWithContexter {
+GetClient(): debug.Clienter
+GetContext(): context.Context
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
debug.ClientWithContexter ..> debug.Clienter : <<return>>
package "debug" {
interface "Clienter" as debug.Clienter {
+Descriptor(): ([]byte, []int)
+GetId(): string
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
package "debug" {
interface "TopicClientWithContexter" as debug.TopicClientWithContexter {
+Publish(ctx: context.Context, c: <-chan debug.ClientWithContexter)
+Publisher(ctx: context.Context): chan<- debug.ClientWithContexter
+Subscribe(c: chan<- debug.ClientWithContexter)
}
}
package "debug" {
interface "TopicClienter" as debug.TopicClienter {
+Publish(ctx: context.Context, c: <-chan debug.Clienter)
+Publisher(ctx: context.Context): chan<- debug.Clienter
+Subscribe(c: chan<- debug.Clienter)
}
}
package "debug" {
class "mapClientWithContexter" as debug.mapClientWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*debug.tClientWithContexter
-get(topic: interface{}): debug.TopicClientWithContexter
}
}
package "debug" {
class "mapClienter" as debug.mapClienter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*debug.tClienter
-get(topic: interface{}): debug.TopicClienter
}
}
package "debug" {
class "tClientWithContexter" as debug.tClientWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- debug.ClientWithContexter
+Publish(ctx: context.Context, c: <-chan debug.ClientWithContexter)
+Publisher(ctx: context.Context): chan<- debug.ClientWithContexter
+Subscribe(c: chan<- debug.ClientWithContexter)
}
}
package "debug" {
class "tClienter" as debug.tClienter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- debug.Clienter
+Publish(ctx: context.Context, c: <-chan debug.Clienter)
+Publisher(ctx: context.Context): chan<- debug.Clienter
+Subscribe(c: chan<- debug.Clienter)
}
}
package "terminate" {
interface "TerminateGetContexter" as terminate.TerminateGetContexter {
+GetContext(): context.Context
}
}
package "terminate" {
interface "TopicContextContext" as terminate.TopicContextContext {
+Publish(ctx: context.Context, c: <-chan context.Context)
+Publisher(ctx: context.Context): chan<- context.Context
+Subscribe(c: chan<- context.Context)
}
}
package "terminate" {
class "mapContextContext" as terminate.mapContextContext <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*terminate.tContextContext
-get(topic: interface{}): terminate.TopicContextContext
}
}
package "terminate" {
class "tContextContext" as terminate.tContextContext <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- context.Context
+Publish(ctx: context.Context, c: <-chan context.Context)
+Publisher(ctx: context.Context): chan<- context.Context
+Subscribe(c: chan<- context.Context)
}
}
package "errs" {
class "Error" as errs.Error <<E,#FFCC00>> {
+Code: fmt.Stringer
+Message: string
+Op: string
+Err: error
-errorMessage: string
+Error(): string
+MarshalZerologObject(e: zerolog.Event)
}
}
package "topic" {
interface "ChanT" as topic.ChanT
}
package "topic" {
interface "Ier" as topic.Ier
}
package "topic" {
interface "T" as topic.T
}
package "topic" {
class "TWithContext" as topic.TWithContext <<E,#FFCC00>> {
+Context: context.Context
+T: topic.Ier
+GetContext(): context.Context
+GetT(): topic.Ier
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
topic.TWithContext --> topic.Ier
topic.TWithContext ..> topic.Ier : <<return>>
package "topic" {
interface "TopicChanT" as topic.TopicChanT {
+Publish(ctx: context.Context, c: <-chan topic.ChanT)
+Publisher(ctx: context.Context): chan<- topic.ChanT
+Subscribe(c: chan<- topic.ChanT)
}
}
package "topic" {
class "mapChanT" as topic.mapChanT <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*topic.tChanT
-get(topic: interface{}): topic.TopicChanT
}
}
package "topic" {
class "tChanT" as topic.tChanT <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- topic.ChanT
+Publish(ctx: context.Context, c: <-chan topic.ChanT)
+Publisher(ctx: context.Context): chan<- topic.ChanT
+Subscribe(c: chan<- topic.ChanT)
}
}
package "config" {
class "KV" as config.KV <<V,Orchid>> {
+K: string
+V: interface{}
}
}
package "meta" {
class "Meta" as meta.Meta <<E,#FFCC00>> {
+Name: string
+Semver: string
+Channel: string
+Runtime: *meta.Runtime
+Serial: string
+Build: time.Time
+Vcs: *meta.Vcs
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+MarshalZerologObject(e: zerolog.Event)
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetName(): string
+GetSemver(): string
+GetChannel(): string
+GetRuntime(): *meta.Runtime
+GetSerial(): string
+GetBuild(): time.Time
+GetVcs(): *meta.Vcs
+Validate(): error
+JSON(): []byte
}
}
meta.Meta --> meta.Runtime
meta.Meta --> meta.Vcs
meta.Meta ..> meta.Runtime : <<return>>
meta.Meta ..> meta.Vcs : <<return>>
package "meta" {
interface "Metaer" as meta.Metaer {
+Descriptor(): ([]byte, []int)
+GetBuild(): time.Time
+GetChannel(): string
+GetName(): string
+GetRuntime(): *meta.Runtime
+GetSemver(): string
+GetSerial(): string
+GetVcs(): *meta.Vcs
+JSON(): []byte
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
meta.Metaer ..> meta.Runtime : <<return>>
meta.Metaer ..> meta.Vcs : <<return>>
package "meta" {
class "Runtime" as meta.Runtime <<E,#FFCC00>> {
+Version: string
+Arch: string
+Os: string
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetVersion(): string
+GetArch(): string
+GetOs(): string
+Validate(): error
}
}
package "meta" {
class "Vcs" as meta.Vcs <<E,#FFCC00>> {
+Hash: string
+Branch: string
+Tag: string
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetHash(): string
+GetBranch(): string
+GetTag(): string
+Validate(): error
}
}
package "now" {
interface "TopicContextContext" as now.TopicContextContext {
+Publish(ctx: context.Context, c: <-chan context.Context)
+Publisher(ctx: context.Context): chan<- context.Context
+Subscribe(c: chan<- context.Context)
}
}
package "now" {
class "mapContextContext" as now.mapContextContext <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*now.tContextContext
-get(topic: interface{}): now.TopicContextContext
}
}
package "now" {
class "tContextContext" as now.tContextContext <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- context.Context
+Publish(ctx: context.Context, c: <-chan context.Context)
+Publisher(ctx: context.Context): chan<- context.Context
+Subscribe(c: chan<- context.Context)
}
}
package "semaphore" {
interface "Semaphore" as semaphore.Semaphore {
+Acquire(ctx: context.Context, n: int): error
+GetCount(): int
+GetLimit(): int
+Release(n: int): int
+SetLimit(limit: int)
+TryAcquire(n: int): bool
}
}
package "slog" {
interface "Closer" as slog.Closer {
+Close(): error
}
}
package "slog" {
class "HookMeta" as slog.HookMeta <<V,Orchid>> {
+Run(e: zerolog.Event, level: zerolog.Level, msg: string)
}
}
package "slog" {
class "StackdriverCloser" as slog.StackdriverCloser <<E,#FFCC00>> {
-client: logging.Client
+Close(): error
}
}
package "slog" {
class "StackdriverLoggingWriter" as slog.StackdriverLoggingWriter <<E,#FFCC00>> {
+Logger: logging.Logger
-parentProjects: string
-projectID: string
-traceIDTemplate: string
+Write(p: []byte): (int, error)
+WriteLevel(level: zerolog.Level, p: []byte): (int, error)
+Flush(): error
+GetTraceIDTemplate(): string
+GetParentProjects(): string
}
}
package "slog" {
class "StackdriverZerologWriter" as slog.StackdriverZerologWriter <<E,#FFCC00>> {
-ctx: context.Context
+Gen(): ([]io.Writer, slog.Closer, error)
+MarshalZerologObject(e: zerolog.Event)
}
}
slog.StackdriverZerologWriter ..> slog.Closer : <<return>>
package "slog" {
class "TraceObject" as slog.TraceObject <<E,#FFCC00>> {
-ctx: context.Context
+MarshalZerologObject(e: zerolog.Event)
}
}
package "slog" {
interface "Tracer" as slog.Tracer {
+GetTraceIDTemplate(): string
}
}
package "slog" {
class "rawJSON" as slog.rawJSON <<E,#FFCC00>> {
+MarshalJSON(): ([]byte, error)
+UnmarshalJSON(b: []byte): error
}
}
package "update" {
interface "UpdateGetContexter" as update.UpdateGetContexter {
+GetContext(): context.Context
}
}
package "event" {
interface "Closer" as event.Closer {
+Close(): error
}
}
package "event" {
class "Event" as event.Event <<E,#FFCC00>> {
+Id: []byte
+Origin: string
+TimePoint: []*event.TimePoint
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+Validate(): error
+AddTimePoint(tag: string, timeStamp: time.Time): (event.Eventer, error)
+GetKey(): []byte
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetId(): []byte
+GetOrigin(): string
+GetTimePoint(): []*event.TimePoint
+MarshalZerologObject(e: zerolog.Event)
}
}
event.Event ..> event.Eventer : <<return>>
package "event" {
class "EventWithContext" as event.EventWithContext <<E,#FFCC00>> {
+Context: context.Context
+Event: event.Eventer
+GetContext(): context.Context
+GetEvent(): event.Eventer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
event.EventWithContext --> event.Eventer
event.EventWithContext ..> event.Eventer : <<return>>
package "event" {
interface "EventWithContexter" as event.EventWithContexter {
+GetContext(): context.Context
+GetEvent(): event.Eventer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
event.EventWithContexter ..> event.Eventer : <<return>>
package "event" {
interface "Eventer" as event.Eventer {
+AddTimePoint(: string, : time.Time): (event.Eventer, error)
+Descriptor(): ([]byte, []int)
+GetId(): []byte
+GetKey(): []byte
+GetOrigin(): string
+GetTimePoint(): []*event.TimePoint
+MarshalZerologObject(: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
+Validate(): error
+XXX_DiscardUnknown()
+XXX_Marshal(: []byte, : bool): ([]byte, error)
+XXX_Merge(: proto.Message)
+XXX_Size(): int
+XXX_Unmarshal(: []byte): error
}
}
event.Eventer ..> event.Eventer : <<return>>
package "keyvalue" {
class "KeyValueWithContext" as keyvalue.KeyValueWithContext <<E,#FFCC00>> {
+Context: context.Context
+KeyValue: keyvalue.KeyValuer
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(e: zerolog.Event)
+String(): string
+Validate(): error
}
}
package "keyvalue" {
interface "KeyValueWithContexter" as keyvalue.KeyValueWithContexter {
+GetContext(): context.Context
+GetKeyValue(): keyvalue.KeyValuer
+MarshalZerologObject(: zerolog.Event)
+String(): string
+Validate(): error
}
}
package "event" {
interface "Keyer" as event.Keyer {
+GetKey(): string
+MarshalZerologObject(e: zerolog.Event)
}
}
package "event" {
interface "Loader" as event.Loader {
+Load(: context.Context, : keyvalue.Prefixer): (keyvalue.KeyValuer, error)
}
}
package "event" {
interface "Message" as event.Message {
+MarshalZerologObject(e: zerolog.Event)
+ProtoMessage()
+Reset()
+String(): string
}
}
package "event" {
interface "Saver" as event.Saver {
+Save(: context.Context, : keyvalue.KeyValuer): error
}
}
package "event" {
class "TimePoint" as event.TimePoint <<E,#FFCC00>> {
+Timestamp: timestamp.Timestamp
+Tag: string
+XXX_NoUnkeyedLiteral: struct{}
+XXX_unrecognized: []byte
+XXX_sizecache: int32
+Validate(): error
+Reset()
+String(): string
+ProtoMessage()
+Descriptor(): ([]byte, []int)
+XXX_Unmarshal(b: []byte): error
+XXX_Marshal(b: []byte, deterministic: bool): ([]byte, error)
+XXX_Merge(src: proto.Message)
+XXX_Size(): int
+XXX_DiscardUnknown()
+GetTimestamp(): timestamp.Timestamp
+GetTag(): string
}
}
package "event" {
interface "TopicEventWithContexter" as event.TopicEventWithContexter {
+Publish(ctx: context.Context, c: <-chan event.EventWithContexter)
+Publisher(ctx: context.Context): chan<- event.EventWithContexter
+Subscribe(c: chan<- event.EventWithContexter)
}
}
package "event" {
class "mapEventWithContexter" as event.mapEventWithContexter <<V,Orchid>> {
-mu: sync.RWMutex
-m: map[interface{}]*event.tEventWithContexter
-get(topic: interface{}): event.TopicEventWithContexter
}
}
package "event" {
class "tEventWithContexter" as event.tEventWithContexter <<E,#FFCC00>> {
-mu: sync.RWMutex
-c: []chan<- event.EventWithContexter
+Publish(ctx: context.Context, c: <-chan event.EventWithContexter)
+Publisher(ctx: context.Context): chan<- event.EventWithContexter
+Subscribe(c: chan<- event.EventWithContexter)
}
}
package "pipe" {
interface "InT" as pipe.InT
}
package "pipe" {
interface "NameGetContexter" as pipe.NameGetContexter {
+GetContext(): context.Context
}
}
package "pipe" {
interface "OutT" as pipe.OutT
}
debug.Client -up-|> debug.Clienter
debug.Client -up-|> topic.ChanT
debug.Client -up-|> topic.Ier
debug.Client -up-|> topic.T
debug.Client -up-|> event.Message
debug.Client -up-|> pipe.InT
debug.Client -up-|> pipe.OutT
debug.ClientRepository -up-|> topic.ChanT
debug.ClientRepository -up-|> topic.Ier
debug.ClientRepository -up-|> topic.T
debug.ClientRepository -up-|> pipe.InT
debug.ClientRepository -up-|> pipe.OutT
debug.ClientWithContext -up-|> debug.ClientWithContexter
debug.ClientWithContext -up-|> terminate.TerminateGetContexter
debug.ClientWithContext -up-|> topic.ChanT
debug.ClientWithContext -up-|> topic.Ier
debug.ClientWithContext -up-|> topic.T
debug.ClientWithContext -up-|> update.UpdateGetContexter
debug.ClientWithContext -up-|> pipe.InT
debug.ClientWithContext -up-|> pipe.NameGetContexter
debug.ClientWithContext -up-|> pipe.OutT
debug.ClientWithContexter -up-|> terminate.TerminateGetContexter
debug.ClientWithContexter -up-|> topic.ChanT
debug.ClientWithContexter -up-|> topic.Ier
debug.ClientWithContexter -up-|> topic.T
debug.ClientWithContexter -up-|> update.UpdateGetContexter
debug.ClientWithContexter -up-|> pipe.InT
debug.ClientWithContexter -up-|> pipe.NameGetContexter
debug.ClientWithContexter -up-|> pipe.OutT
debug.Clienter -up-|> topic.ChanT
debug.Clienter -up-|> topic.Ier
debug.Clienter -up-|> topic.T
debug.Clienter -up-|> event.Message
debug.Clienter -up-|> pipe.InT
debug.Clienter -up-|> pipe.OutT
debug.TopicClientWithContexter -up-|> topic.ChanT
debug.TopicClientWithContexter -up-|> topic.Ier
debug.TopicClientWithContexter -up-|> topic.T
debug.TopicClientWithContexter -up-|> pipe.InT
debug.TopicClientWithContexter -up-|> pipe.OutT
debug.TopicClienter -up-|> topic.ChanT
debug.TopicClienter -up-|> topic.Ier
debug.TopicClienter -up-|> topic.T
debug.TopicClienter -up-|> pipe.InT
debug.TopicClienter -up-|> pipe.OutT
debug.mapClientWithContexter -up-|> topic.ChanT
debug.mapClientWithContexter -up-|> topic.Ier
debug.mapClientWithContexter -up-|> topic.T
debug.mapClientWithContexter -up-|> pipe.InT
debug.mapClientWithContexter -up-|> pipe.OutT
debug.mapClienter -up-|> topic.ChanT
debug.mapClienter -up-|> topic.Ier
debug.mapClienter -up-|> topic.T
debug.mapClienter -up-|> pipe.InT
debug.mapClienter -up-|> pipe.OutT
debug.tClientWithContexter -up-|> debug.TopicClientWithContexter
debug.tClientWithContexter -up-|> topic.ChanT
debug.tClientWithContexter -up-|> topic.Ier
debug.tClientWithContexter -up-|> topic.T
debug.tClientWithContexter -up-|> pipe.InT
debug.tClientWithContexter -up-|> pipe.OutT
debug.tClienter -up-|> debug.TopicClienter
debug.tClienter -up-|> topic.ChanT
debug.tClienter -up-|> topic.Ier
debug.tClienter -up-|> topic.T
debug.tClienter -up-|> pipe.InT
debug.tClienter -up-|> pipe.OutT
terminate.TerminateGetContexter -up-|> topic.ChanT
terminate.TerminateGetContexter -up-|> topic.Ier
terminate.TerminateGetContexter -up-|> topic.T
terminate.TerminateGetContexter -up-|> update.UpdateGetContexter
terminate.TerminateGetContexter -up-|> pipe.InT
terminate.TerminateGetContexter -up-|> pipe.NameGetContexter
terminate.TerminateGetContexter -up-|> pipe.OutT
terminate.TopicContextContext -up-|> topic.ChanT
terminate.TopicContextContext -up-|> topic.Ier
terminate.TopicContextContext -up-|> topic.T
terminate.TopicContextContext -up-|> now.TopicContextContext
terminate.TopicContextContext -up-|> pipe.InT
terminate.TopicContextContext -up-|> pipe.OutT
terminate.mapContextContext -up-|> topic.ChanT
terminate.mapContextContext -up-|> topic.Ier
terminate.mapContextContext -up-|> topic.T
terminate.mapContextContext -up-|> pipe.InT
terminate.mapContextContext -up-|> pipe.OutT
terminate.tContextContext -up-|> terminate.TopicContextContext
terminate.tContextContext -up-|> topic.ChanT
terminate.tContextContext -up-|> topic.Ier
terminate.tContextContext -up-|> topic.T
terminate.tContextContext -up-|> now.TopicContextContext
terminate.tContextContext -up-|> pipe.InT
terminate.tContextContext -up-|> pipe.OutT
errs.Error -up-|> topic.ChanT
errs.Error -up-|> topic.Ier
errs.Error -up-|> topic.T
errs.Error -up-|> pipe.InT
errs.Error -up-|> pipe.OutT
topic.ChanT -up-|> topic.Ier
topic.ChanT -up-|> topic.T
topic.ChanT -up-|> pipe.InT
topic.ChanT -up-|> pipe.OutT
topic.Ier -up-|> topic.ChanT
topic.Ier -up-|> topic.T
topic.Ier -up-|> pipe.InT
topic.Ier -up-|> pipe.OutT
topic.T -up-|> topic.ChanT
topic.T -up-|> topic.Ier
topic.T -up-|> pipe.InT
topic.T -up-|> pipe.OutT
topic.TWithContext -up-|> terminate.TerminateGetContexter
topic.TWithContext -up-|> topic.ChanT
topic.TWithContext -up-|> topic.Ier
topic.TWithContext -up-|> topic.T
topic.TWithContext -up-|> update.UpdateGetContexter
topic.TWithContext -up-|> pipe.InT
topic.TWithContext -up-|> pipe.NameGetContexter
topic.TWithContext -up-|> pipe.OutT
topic.TopicChanT -up-|> topic.ChanT
topic.TopicChanT -up-|> topic.Ier
topic.TopicChanT -up-|> topic.T
topic.TopicChanT -up-|> pipe.InT
topic.TopicChanT -up-|> pipe.OutT
topic.mapChanT -up-|> topic.ChanT
topic.mapChanT -up-|> topic.Ier
topic.mapChanT -up-|> topic.T
topic.mapChanT -up-|> pipe.InT
topic.mapChanT -up-|> pipe.OutT
topic.tChanT -up-|> topic.ChanT
topic.tChanT -up-|> topic.Ier
topic.tChanT -up-|> topic.T
topic.tChanT -up-|> topic.TopicChanT
topic.tChanT -up-|> pipe.InT
topic.tChanT -up-|> pipe.OutT
config.KV -up-|> topic.ChanT
config.KV -up-|> topic.Ier
config.KV -up-|> topic.T
config.KV -up-|> pipe.InT
config.KV -up-|> pipe.OutT
meta.Meta -up-|> topic.ChanT
meta.Meta -up-|> topic.Ier
meta.Meta -up-|> topic.T
meta.Meta -up-|> meta.Metaer
meta.Meta -up-|> event.Message
meta.Meta -up-|> pipe.InT
meta.Meta -up-|> pipe.OutT
meta.Metaer -up-|> topic.ChanT
meta.Metaer -up-|> topic.Ier
meta.Metaer -up-|> topic.T
meta.Metaer -up-|> event.Message
meta.Metaer -up-|> pipe.InT
meta.Metaer -up-|> pipe.OutT
meta.Runtime -up-|> topic.ChanT
meta.Runtime -up-|> topic.Ier
meta.Runtime -up-|> topic.T
meta.Runtime -up-|> pipe.InT
meta.Runtime -up-|> pipe.OutT
meta.Vcs -up-|> topic.ChanT
meta.Vcs -up-|> topic.Ier
meta.Vcs -up-|> topic.T
meta.Vcs -up-|> pipe.InT
meta.Vcs -up-|> pipe.OutT
now.TopicContextContext -up-|> terminate.TopicContextContext
now.TopicContextContext -up-|> topic.ChanT
now.TopicContextContext -up-|> topic.Ier
now.TopicContextContext -up-|> topic.T
now.TopicContextContext -up-|> pipe.InT
now.TopicContextContext -up-|> pipe.OutT
now.mapContextContext -up-|> topic.ChanT
now.mapContextContext -up-|> topic.Ier
now.mapContextContext -up-|> topic.T
now.mapContextContext -up-|> pipe.InT
now.mapContextContext -up-|> pipe.OutT
now.tContextContext -up-|> terminate.TopicContextContext
now.tContextContext -up-|> topic.ChanT
now.tContextContext -up-|> topic.Ier
now.tContextContext -up-|> topic.T
now.tContextContext -up-|> now.TopicContextContext
now.tContextContext -up-|> pipe.InT
now.tContextContext -up-|> pipe.OutT
semaphore.Semaphore -up-|> topic.ChanT
semaphore.Semaphore -up-|> topic.Ier
semaphore.Semaphore -up-|> topic.T
semaphore.Semaphore -up-|> pipe.InT
semaphore.Semaphore -up-|> pipe.OutT
slog.Closer -up-|> topic.ChanT
slog.Closer -up-|> topic.Ier
slog.Closer -up-|> topic.T
slog.Closer -up-|> event.Closer
slog.Closer -up-|> pipe.InT
slog.Closer -up-|> pipe.OutT
slog.HookMeta -up-|> topic.ChanT
slog.HookMeta -up-|> topic.Ier
slog.HookMeta -up-|> topic.T
slog.HookMeta -up-|> pipe.InT
slog.HookMeta -up-|> pipe.OutT
slog.StackdriverCloser -up-|> topic.ChanT
slog.StackdriverCloser -up-|> topic.Ier
slog.StackdriverCloser -up-|> topic.T
slog.StackdriverCloser -up-|> slog.Closer
slog.StackdriverCloser -up-|> event.Closer
slog.StackdriverCloser -up-|> pipe.InT
slog.StackdriverCloser -up-|> pipe.OutT
slog.StackdriverLoggingWriter -up-|> topic.ChanT
slog.StackdriverLoggingWriter -up-|> topic.Ier
slog.StackdriverLoggingWriter -up-|> topic.T
slog.StackdriverLoggingWriter -up-|> slog.Tracer
slog.StackdriverLoggingWriter -up-|> pipe.InT
slog.StackdriverLoggingWriter -up-|> pipe.OutT
slog.StackdriverZerologWriter -up-|> topic.ChanT
slog.StackdriverZerologWriter -up-|> topic.Ier
slog.StackdriverZerologWriter -up-|> topic.T
slog.StackdriverZerologWriter -up-|> pipe.InT
slog.StackdriverZerologWriter -up-|> pipe.OutT
slog.TraceObject -up-|> topic.ChanT
slog.TraceObject -up-|> topic.Ier
slog.TraceObject -up-|> topic.T
slog.TraceObject -up-|> pipe.InT
slog.TraceObject -up-|> pipe.OutT
slog.Tracer -up-|> topic.ChanT
slog.Tracer -up-|> topic.Ier
slog.Tracer -up-|> topic.T
slog.Tracer -up-|> pipe.InT
slog.Tracer -up-|> pipe.OutT
slog.rawJSON -up-|> topic.ChanT
slog.rawJSON -up-|> topic.Ier
slog.rawJSON -up-|> topic.T
slog.rawJSON -up-|> pipe.InT
slog.rawJSON -up-|> pipe.OutT
update.UpdateGetContexter -up-|> terminate.TerminateGetContexter
update.UpdateGetContexter -up-|> topic.ChanT
update.UpdateGetContexter -up-|> topic.Ier
update.UpdateGetContexter -up-|> topic.T
update.UpdateGetContexter -up-|> pipe.InT
update.UpdateGetContexter -up-|> pipe.NameGetContexter
update.UpdateGetContexter -up-|> pipe.OutT
event.Closer -up-|> topic.ChanT
event.Closer -up-|> topic.Ier
event.Closer -up-|> topic.T
event.Closer -up-|> slog.Closer
event.Closer -up-|> pipe.InT
event.Closer -up-|> pipe.OutT
event.Event -up-|> topic.ChanT
event.Event -up-|> topic.Ier
event.Event -up-|> topic.T
event.Event -up-|> event.Eventer
event.Event -up-|> event.Message
event.Event -up-|> pipe.InT
event.Event -up-|> pipe.OutT
event.EventWithContext -up-|> terminate.TerminateGetContexter
event.EventWithContext -up-|> topic.ChanT
event.EventWithContext -up-|> topic.Ier
event.EventWithContext -up-|> topic.T
event.EventWithContext -up-|> update.UpdateGetContexter
event.EventWithContext -up-|> event.EventWithContexter
event.EventWithContext -up-|> pipe.InT
event.EventWithContext -up-|> pipe.NameGetContexter
event.EventWithContext -up-|> pipe.OutT
event.EventWithContexter -up-|> terminate.TerminateGetContexter
event.EventWithContexter -up-|> topic.ChanT
event.EventWithContexter -up-|> topic.Ier
event.EventWithContexter -up-|> topic.T
event.EventWithContexter -up-|> update.UpdateGetContexter
event.EventWithContexter -up-|> pipe.InT
event.EventWithContexter -up-|> pipe.NameGetContexter
event.EventWithContexter -up-|> pipe.OutT
event.Eventer -up-|> topic.ChanT
event.Eventer -up-|> topic.Ier
event.Eventer -up-|> topic.T
event.Eventer -up-|> event.Message
event.Eventer -up-|> pipe.InT
event.Eventer -up-|> pipe.OutT
keyvalue.KeyValueWithContext -up-|> terminate.TerminateGetContexter
keyvalue.KeyValueWithContext -up-|> topic.ChanT
keyvalue.KeyValueWithContext -up-|> topic.Ier
keyvalue.KeyValueWithContext -up-|> topic.T
keyvalue.KeyValueWithContext -up-|> update.UpdateGetContexter
keyvalue.KeyValueWithContext -up-|> keyvalue.KeyValueWithContexter
keyvalue.KeyValueWithContext -up-|> pipe.InT
keyvalue.KeyValueWithContext -up-|> pipe.NameGetContexter
keyvalue.KeyValueWithContext -up-|> pipe.OutT
keyvalue.KeyValueWithContexter -up-|> terminate.TerminateGetContexter
keyvalue.KeyValueWithContexter -up-|> topic.ChanT
keyvalue.KeyValueWithContexter -up-|> topic.Ier
keyvalue.KeyValueWithContexter -up-|> topic.T
keyvalue.KeyValueWithContexter -up-|> update.UpdateGetContexter
keyvalue.KeyValueWithContexter -up-|> pipe.InT
keyvalue.KeyValueWithContexter -up-|> pipe.NameGetContexter
keyvalue.KeyValueWithContexter -up-|> pipe.OutT
event.Keyer -up-|> topic.ChanT
event.Keyer -up-|> topic.Ier
event.Keyer -up-|> topic.T
event.Keyer -up-|> pipe.InT
event.Keyer -up-|> pipe.OutT
event.Loader -up-|> topic.ChanT
event.Loader -up-|> topic.Ier
event.Loader -up-|> topic.T
event.Loader -up-|> pipe.InT
event.Loader -up-|> pipe.OutT
event.Message -up-|> topic.ChanT
event.Message -up-|> topic.Ier
event.Message -up-|> topic.T
event.Message -up-|> pipe.InT
event.Message -up-|> pipe.OutT
event.Saver -up-|> topic.ChanT
event.Saver -up-|> topic.Ier
event.Saver -up-|> topic.T
event.Saver -up-|> pipe.InT
event.Saver -up-|> pipe.OutT
event.TimePoint -up-|> topic.ChanT
event.TimePoint -up-|> topic.Ier
event.TimePoint -up-|> topic.T
event.TimePoint -up-|> pipe.InT
event.TimePoint -up-|> pipe.OutT
event.TopicEventWithContexter -up-|> topic.ChanT
event.TopicEventWithContexter -up-|> topic.Ier
event.TopicEventWithContexter -up-|> topic.T
event.TopicEventWithContexter -up-|> pipe.InT
event.TopicEventWithContexter -up-|> pipe.OutT
event.mapEventWithContexter -up-|> topic.ChanT
event.mapEventWithContexter -up-|> topic.Ier
event.mapEventWithContexter -up-|> topic.T
event.mapEventWithContexter -up-|> pipe.InT
event.mapEventWithContexter -up-|> pipe.OutT
event.tEventWithContexter -up-|> topic.ChanT
event.tEventWithContexter -up-|> topic.Ier
event.tEventWithContexter -up-|> topic.T
event.tEventWithContexter -up-|> event.TopicEventWithContexter
event.tEventWithContexter -up-|> pipe.InT
event.tEventWithContexter -up-|> pipe.OutT
pipe.InT -up-|> topic.ChanT
pipe.InT -up-|> topic.Ier
pipe.InT -up-|> topic.T
pipe.InT -up-|> pipe.OutT
pipe.NameGetContexter -up-|> terminate.TerminateGetContexter
pipe.NameGetContexter -up-|> topic.ChanT
pipe.NameGetContexter -up-|> topic.Ier
pipe.NameGetContexter -up-|> topic.T
pipe.NameGetContexter -up-|> update.UpdateGetContexter
pipe.NameGetContexter -up-|> pipe.InT
pipe.NameGetContexter -up-|> pipe.OutT
pipe.OutT -up-|> topic.ChanT
pipe.OutT -up-|> topic.Ier
pipe.OutT -up-|> topic.T
pipe.OutT -up-|> pipe.InT
@enduml
| false | true | false | false | class |
269d1f06e2fff143ddc4178bc38dea360cfe37a1 | e088ad582023d7575503499a21e9e6d3f9d677de | /uml/Repository.puml | eb3229e5c6ef293b7aa44fe55e7fc47621a16bc4 | [] | no_license | turanukimaru/spring-boot | ff271f687dcd815ddc0651145f6814559b5a7472 | 2b9fbbd9699dfe8b971a5e9d70f0a578b3b7bef1 | refs/heads/master | 2020-11-29T00:09:32.635047 | 2019-12-24T14:47:25 | 2019-12-24T14:47:25 | 229,958,435 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 171 | puml | @startuml
interface IRepository{
}
class Repository
class Board_DDD
class Board_DB
IRepository <|-down- Repository
IRepository -> Board_DDD
Repository -> Board_DB
@enduml | false | true | false | false | class |
19dd0608d1f9eb41847c875e89793fdd1af0e916 | 72e0d65cb502431500578350accc1ec3e7423065 | /2015-11-CDI-Forge-uni/slides/diagrams/spi_entrypoints.puml | b46a15156bd787676c7e2fbb862a538f129cc8f4 | [
"MIT",
"CC-BY-4.0"
] | permissive | agoncal/agoncal-talks | a089d816cdcedeb8b00e3ac44198f69322ad44b5 | e95c9d28077867034c2df4f868ceba9383f6373a | refs/heads/master | 2022-12-05T00:27:03.272910 | 2022-11-23T14:02:47 | 2022-11-23T14:02:47 | 69,746,105 | 9 | 5 | null | 2022-06-24T01:42:35 | 2016-10-01T15:20:56 | HTML | UTF-8 | PlantUML | false | false | 2,246 | puml | @startuml
skinparam shadowing false
skinparam defaultFontName Consolas
Iterable <|-right- Instance
Instance <|-- CDI
CDI .right.> BeanManager : provides
Unmanaged *-right- UnmanagedInstance
class Unmanaged<T> {
+Unmanaged(BeanManager, Class<T>)
+Unmanaged(Class<T>)
+UnmanagedInstance<T> newInstance()
}
class UnmanagedInstance<T> {
+T get()
+UnmanagedInstance<T> produce()
+UnmanagedInstance<T> inject()
+UnmanagedInstance<T> postConstruct()
+UnmanagedInstance<T> preDestroy()
+UnmanagedInstance<T> dispose()
}
interface BeanManager {
+Object getReference(Bean<?>, Type, CreationalContext<?> )
+Object getInjectableReference(InjectionPoint, CreationalContext<?> )
+Set<Bean<?>> getBeans(Type, Annotation[])
+Bean<? extends X> resolve(Set<Bean<? extends X>>)
+void validate(InjectionPoint)
+void fireEvent(Object, Annotation[])
.. some methods skipped ..
+boolean isQualifier(Class<? extends Annotation>)
+boolean isStereotype(Class<? extends Annotation>)
+boolean areQualifiersEquivalent(Annotation, Annotation)
+boolean areInterceptorBindingsEquivalent(Annotation, Annotation)
+Context getContext(Class<? extends Annotation>)
+ELResolver getELResolver()
+ExpressionFactory wrapExpressionFactory(ExpressionFactory)
+AnnotatedType<T> createAnnotatedType(Class<T>)
+InjectionTarget<T> createInjectionTarget(AnnotatedType<T>)
+InjectionTargetFactory<T> getInjectionTargetFactory(AnnotatedType<T>)
+BeanAttributes<T> createBeanAttributes(AnnotatedType<T>)
+Bean<T> createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>)
+InjectionPoint createInjectionPoint(AnnotatedField<?>)
}
class CDI<T> {
# {static} Set<CDIProvider> discoveredProviders
# {static} CDIProvider configuredProvider
+ {static} CDI<Object> current()
+ {static} void setCDIProvider(CDIProvider provider)
+ {abstract} BeanManager getBeanManager()
}
interface Instance<T>{
+T get()
+Instance<T> select()
+Instance<T> select();
+boolean isUnsatisfied()
+boolean isAmbiguous()
+void destroy()
}
interface Iterable<T> {
+Iterator<T> iterator()
+void forEach()
+Spliterator<T> spliterator()
}
@enduml | false | true | false | false | class |
dea5d7a2fb184ba726147b88f5f404ca03aa1ed2 | c907b575a6382c191be1306ba4dea6e2a37c759b | /PUML/biblioteca.puml | 8b039638473306a5a459191f1887a5d1ce099bf2 | [] | no_license | MaNuElRuZ/JavaDoc | 1fccb4aa1ee060f33edcbf768c7d0e3abbac2a45 | 72fee882d4b6e9a787296e71be6addcfdfaa71fb | refs/heads/main | 2023-03-21T01:03:51.389028 | 2021-03-05T11:20:48 | 2021-03-05T11:20:48 | 344,781,527 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 976 | puml | @startuml biblioteca
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
enum Genero << enumeration >> {
novela
teatro
poesía
ensayo
}
enum Estado << enumeration >> {
prestado
retraso
biblioteca
reparación
}
class Copia {
- referencia : Integer
- estado: EstadoCopia
}
class Socio {
- numero : Integer
- nombre : String
- direccion : String
- telefono : String
}
class Préstamo {
- inicio : Date
- fin : Date
}
class Libro {
- titulo : String
- editorial : String
- year : Integer
- tipo : Genero
}
class Autor {
- nombre : String
- nacionalidad : String
- fechaNacimiento : Date
}
Copia "0..3" -- "0..1" Socio
(Copia, Socio) .. Préstamo
Socio "sancionado" --- "sanción \n 0..1" Multa : recibe
Copia "ejemplar \n 1..*" --right-- "libro" Libro
Libro "obra \n 1..*" --down- "autor" Autor
@enduml | false | true | true | false | class |
d09cd4e75013d23cd5de71400c7cd0906eff2940 | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/machine/MachineDialogue.puml | b470915c28cbaa2b010138461bd82475c30dccd6 | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 115 | puml | @startuml
'https://plantuml.com/class-diagram
class MachineDialogue << (T, #77FF77) >> {
ask()
reinit()
}
@enduml | false | true | false | false | class |
36f5bc1bebf87b8f8a7ecc3eb9f4ce3888d9d63b | 70776a5e252b2c5b1bff274f26681516470cb5dc | /mastermind-vista-publica.plantuml | ec8d507ab5f72db1d1be0893418ee06653f28e1b | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-vista-publica-clases-mastermind-ferllop | 6834d4349328232a73fbf245fa4dd3f2fa2b2e1f | 83c3eddbcedd4d8968d7577f49224e861c42b72c | refs/heads/main | 2023-01-02T16:13:10.276353 | 2020-10-29T18:47:48 | 2020-10-29T18:47:48 | 308,062,556 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,016 | plantuml | @startuml
title Classes - Class Diagram
class Mastermind {
+play()
+{static} main()
}
Mastermind *-- Game
class Game {
+start()
+resume()
+exit()
}
Game *-- SecretCombination
Game *-- Player
Game --> CombinationChecker
Game ..> Console
class Combination{}
Combination *-- "4" Position
Combination <|-- SecretCombination
Combination <|-- ProposedCombination
ProposedCombination --> Result
class Position {
}
Position --> Color
class SecretCombination {
+makeCombination()
}
class CombinationChecker {
evaluateBlacks()
evaluateWhites()
}
CombinationChecker --> SecretCombination
CombinationChecker --> ProposedCombination
class Player {
+proposeCombination()
}
Player *-- "0..10"ProposedCombination
Player ..> Console
class Console {
+printBoard()
+getResume()
+getCombinationProposal()
+printProposalResult(blacks, whites)
}
Enum Color {
Red
Blue
Yellow
Green
Orange
Purple
}
Enum Result {
Black
White
}
@enduml
| false | true | false | false | class |
1cdcb3ac30971bc12617bb424f5b8bed56d0c3f1 | 624fde70b8e7cd52e671f20960e1d8d1a45dd5fb | /src/main/java/DK/IT/graf.puml | 1a08f1a1bbf2fc962644c681a8740c4b7717f7ff | [] | no_license | AnimaVilis209/inny | 2ff5c7e0558655ea54420396b136cdae0f797769 | cbb473ca0a7241182f19a420af394a2de245f0cf | refs/heads/master | 2022-12-29T07:16:13.650799 | 2020-10-19T08:09:37 | 2020-10-19T08:09:37 | 305,206,247 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 117 | puml | @startuml
class Plansza{
int rzedy;
int kolumny;
ustawplansze()
}
App<--Plansza
Plansza<--Symbol
@enduml | false | true | false | false | class |
adaea43f933944d47d5090dde1c914eee88d9e77 | 580b0e76d6bae8e9b3740e6fce1bde42daa0821d | /addons/src/uml/workflowUML.puml | 92364dd2ead9bc75a0541888791b4f5be49bba29 | [] | no_license | qq85609655/datariver | 0eb37abb25f5f57032b49abef3d8c770557a30ca | 0976097a5fc9743a8464c60a929cf1e45ba0deeb | refs/heads/master | 2023-01-09T03:45:23.437990 | 2015-12-13T09:45:00 | 2015-12-13T09:45:00 | 100,900,785 | 0 | 2 | null | 2023-01-02T22:04:51 | 2017-08-21T01:40:26 | Java | UTF-8 | PlantUML | false | false | 2,726 | puml | @startuml
package WorkFlowDataTypes #Plum {
enum WorkflowActionType {
ODPSMR
ODPSSQL
DXT
SUBFLOW
CTL_START
CTL_FORK
CTL_JOIN
CTL_KILL
CTL_END
SWITCH
SSH
EMAIL
MR
SQOOP
DISTCP
FS
HIVE
PIG
SHELL
START
END
}
enum WorkflowActionStatus {
PREP
RUNNING
OK
ERROR
USER_RETRY
START_RETRY
START_MANUAL
DONE
END_RETRY
END_MANUAL
KILLED
FAILED
}
enum WorkflowJobStatus {
PREP
RUNNING
SUCCEEDED
KILLED
FAILED
SUSPENDED
}
enum WorkflowJobRunTimeUnit {
MINUTE
HOUR
DAY
WEEK
MONTH
END_OF_DAY
END_OF_MONTH
CRON
NONE
}
class WorkflowAction {
type : WorkflowActionType
actionId : String
instanceId : String
etlInstance : ETLTask
workflowId : String
config : String
configId : String
startTime : Long
endTime : Long
status : WorkflowActionStatus
}
class WorkflowActionTemplate {
name : String
description : String
templateId : String
actions : array<WorkflowAction>
config : String
workflowActionName : String
}
class WorkflowJob {
name : String
description : String
workflowId : String
actions : array<WorkflowAction>
actionsDAG : array<ETLStepSequence>
config : String
createTime : Long
startTime : Long
endTime : Long
user : String
status : WorkflowJobStatus
parentId : String
}
class WorkflowTemplate {
name : String
description : String
templateId : String
workflowJobs : array<WorkflowJob>
config : String
workflowName : String
lineage : LineageWorkflowProcessInfo
}
WorkflowAction -> WorkflowActionType : type >
WorkflowAction -> ETLTask : etlInstance >
WorkflowAction -> WorkflowActionStatus : status >
WorkflowActionTemplate -> WorkflowAction : actions >
WorkflowJob --> WorkflowAction : actions >
WorkflowJob -> ETLStepSequence : actionsDAG >
WorkflowJob -> WorkflowJobStatus : status >
WorkflowTemplate -> WorkflowJob : workflowJobs >
WorkflowTemplate -> LineageWorkflowProcessInfo : lineage >
AbstractProcess <|-- WorkflowAction
Referenceable <|-- WorkflowActionTemplate
Referenceable <|- WorkflowJob
Referenceable <|- WorkflowTemplate
}
@enduml
| false | true | false | false | sequence |
a2265fae19c086ed8d3f24eed287af266bcd0d57 | 70075e63dae20a56540fceb30bd2c0f5d15e2428 | /doc/componentView.puml | ffb88980a052914743cd94f187ded238936e933a | [
"Apache-2.0"
] | permissive | TNG/mustard-cli | a280d0765b178b59bfede6e0652e2ce6413f4a3a | 69d7f1a8193543602d4b549871b2b6157faaaf6d | refs/heads/release | 2023-08-15T07:46:12.354230 | 2022-05-06T10:00:01 | 2022-05-06T10:00:01 | 180,951,062 | 12 | 1 | Apache-2.0 | 2020-07-21T07:04:10 | 2019-04-12T07:08:50 | C++ | UTF-8 | PlantUML | false | false | 611 | puml | @startuml
package mustard {
rectangle git [
Git Control
]
rectangle cli [
CommandLineInterpreter / Workflow Factory
]
rectangle "Start Review Workflow" as rstart
rectangle "Stop Review Workflow" as rsub
rectangle "CommentExtractor" as ce
rectangle "Configuration System" as cs
rectangle bb [
bitbucket client
]
}
circle "git cli" as gitcli
cli ..> rstart : creates
cli ..> rsub : creates
rstart ..> bb : find PR
rstart ..> git : checkout & reset
rsub ..> git : 1) reset state
rsub ..> ce : 2) extract comments
rsub ..> bb : 3) push comments
git --( gitcli
bb --( bitbucket
cs ..> git
bb ..> cs
@enduml | false | true | false | false | class |
ea27523ae0c20c8515c59f51e331e3d09d6252ac | 26c55a2c45b6ec801eaef66f4fa3985bfbe99c7a | /DomainModel/src-gen/Forum_BC_UserManagementContext.puml | 92530022f5d0c89f1f38f4e4c857f1e3c0d14fcb | [
"MIT"
] | permissive | ejuntu/Eventforum.Net | 03d40329e1b8a6dcbb994c5d724b78c2bcf2e1ab | 5deafaa07bc329f3ebd4cc5528ba95524530527e | refs/heads/main | 2023-07-06T23:09:26.957443 | 2021-08-06T10:39:24 | 2021-08-06T10:39:24 | 391,983,750 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 821 | puml | @startuml
skinparam componentStyle uml2
package "'SystemUser' Aggregate" <<Rectangle>> {
class User <<(A,#fffab8) Aggregate Root>> {
String userId
String firstName
String lastName
String nickname
Boolean active
}
class UserEvent <<(E,#ff9f4b) Domain Event>> {
DateTime createDate
String id
User user
}
class UserService <<(S,DarkSeaGreen) Service>> {
String AddUser(User user)
User updateUser(User user)
}
class UserEventService <<(S,DarkSeaGreen) Service>> {
UserEvent UserCreatedEvent(User user)
UserEvent UserUpdatedEvent(User user)
}
}
UserEvent --> User : user
UserService --> User : AddUser
UserEventService --> UserEvent : UserCreatedEvent
UserEventService --> User : UserCreatedEvent
legend left
This bounded context implements the subdomain 'UserDomain'.
end legend
@enduml
| false | true | false | false | sequence |
e513565722d0ddf548efbe37f3d691fd4ed6f726 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderShippingAddressSetMessagePayload.puml | e75aa27faec61af2042d4e4b7e9fc11da6ff5b50 | [] | 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 | 522 | 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 OrderShippingAddressSetMessagePayload [[OrderShippingAddressSetMessagePayload.svg]] extends OrderMessagePayload {
type: String
address: [[Address.svg Address]]
oldAddress: [[Address.svg Address]]
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
e428ec28a448dac44de0327677a49bff0168deb6 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/volumediscount@0.3.0.puml | 82e36a43880c54edba671321e4dc55556aad9062 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 759 | puml | @startuml
class org.accordproject.volumediscount.VolumeDiscountContract << (A,green) >> {
+ Double firstVolume
+ Double secondVolume
+ Double firstRate
+ Double secondRate
+ Double thirdRate
}
org.accordproject.volumediscount.VolumeDiscountContract --|> org.accordproject.cicero.contract.AccordContract
class org.accordproject.volumediscount.VolumeDiscountRequest << (T,yellow) >> {
+ Double netAnnualChargeVolume
}
org.accordproject.volumediscount.VolumeDiscountRequest --|> org.hyperledger.composer.system.Transaction
class org.accordproject.volumediscount.VolumeDiscountResponse << (T,yellow) >> {
+ Double discountRate
}
org.accordproject.volumediscount.VolumeDiscountResponse --|> org.hyperledger.composer.system.Transaction
@enduml
| false | true | false | false | class |
5fa591f6d6ccebe2fa7aa6389eb0b708c7233218 | ccdd938e9c036d5f97ac500fb3294a96f3662b3d | /docs/uml/storage/StorageInitializeSequenceDiagram_old.puml | 412bcde0668bee49522d9140c83e85504cc518aa | [] | no_license | AY2122S1-CS2113T-T10-2/tp | fe79913c1bbba95dffd6c906d42c11cd817b9ee0 | 374f1cd6ca44ae7ec0ab859eea1d7fe53cbc9473 | refs/heads/master | 2023-09-01T16:51:00.978134 | 2021-11-08T12:51:53 | 2021-11-08T12:51:53 | 411,892,790 | 1 | 4 | null | 2021-11-08T12:51:54 | 2021-09-30T02:12:45 | Java | UTF-8 | PlantUML | false | false | 2,015 | puml | @startuml
'https://plantuml.com/sequence-diagram
participant ":Terminus" as Terminus
participant ":ModuleStorage" as ModuleStorage
ref over Terminus
Refer to main program flow.
end
activate Terminus
|||
Terminus -> Terminus : start()
activate Terminus
|||
Terminus -> ModuleStorage : getInstance()
activate ModuleStorage
opt ModuleStorage has not been created yet
ModuleStorage -> ModuleStorage : ModuleStorage()
activate ModuleStorage
return moduleStorage: ModuleStorage
end
return moduleStorage: ModuleStorage
Terminus -> ModuleStorage : init(:Path)
note left: passes the filepath of the main json file
activate ModuleStorage
Deactivate ModuleStorage
Terminus -> ModuleStorage : loadFile()
activate ModuleStorage
ModuleStorage -> ModuleStorage : initializeFile();
activate ModuleStorage
note right: create files accordingly for first time run
return
alt json file is not readable
|||
ref over ModuleStorage
Fatal error, return null
end
else else
ref over ModuleStorage
load json data into ModuleManager using GsonBuilder
end
ModuleStorage -> ModuleStorage : loadAllNotes(moduleManager:ModuleManager)
activate ModuleStorage
loop each module item in moduleManager
ref over ModuleStorage
Refer to valid Module Name Section
end
note right: filter module from json file
|||
alt module name is not valid
ModuleStorage -> ModuleManager : removeMod(mod:String)
else else
alt module folder does not exists
ModuleStorage -> : Files.createDirectories(modDirPath: Path);
else else
ModuleStorage -> ModuleStorage : loadNotesFromModule(moduleManager:ModuleManager, mod:String)
activate ModuleStorage
ref over ModuleStorage
Refer to Reload Notes Command Section.
end
return
end
return
end
return : ModuleManager
end
end
@enduml | false | true | false | false | sequence |
61e5bc4a46abc75fc7f384c3e56aa9b2fc0bc5be | 6e34464c25624e18411f69f0b407a1c288081208 | /Design/component_diagram.plantuml | d56a50fa2533685e9abb1b6e23601fd9b98b8777 | [] | no_license | sys-bio/SBviper | 5d70a61c5bfc57a0188d71b232f4c28317215af5 | 42e25e2d59fad13552d75fdc018c7ee1ae93ccaa | refs/heads/master | 2023-02-16T14:46:22.970911 | 2020-11-24T08:37:52 | 2020-11-24T08:37:52 | 285,352,363 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,933 | plantuml | @startuml
allow_mixing
'old simulation
file simulation_result_old
class "TimeSeriesCollection" as tsc1 {
}
class "TimeSeriesCollection.TimeSeries" as ts1 {
}
simulation_result_old -right-> tsc1
tsc1 +-- ts1
'matcher
class TimeSeriesMatcher {
+time_series_collection_a : TimeSeries
+time_series_collection_b : TimeSeries
+match(TimeSeries ts1, TimeSeries ts2, tol=TOL, string match_type) : boolean
}
class MatchResultCollection {
}
class MatchResult {
+time_series_old : TimeSeries
+time_series_new : TimeSeries
+match_score : int
}
MatchResultCollection +-- MatchResult
class FilterResultCollection {
}
MatchResult +-- FilterResultCollection
class FilterResult {
+score : double
+tol : double
+filtered_or_not : boolean
}
FilterResultCollection +-- FilterResult
'new simulation
file simulation_result_new
class "TimeSeriesCollection" as tsc2 {
}
class "TimeSeriesCollection.TimeSeries" as ts2 {
}
simulation_result_new -right-> tsc2
tsc2 +-- ts2
'formating
simulation_result_old -[hidden]down- simulation_result_new
tsc2 -[hidden]up- ts1
ts1 -[hidden]right- TimeSeriesMatcher
tsc1 -right-> TimeSeriesMatcher
tsc2 -up-> TimeSeriesMatcher
TimeSeriesMatcher -right-> MatchResultCollection
'simulation_result_old -right-> v1
'v1 -right-> c1
'
''file simulation_result_revised
''cloud viper_constructors as v2
''file TimeSeriesCollection as c2 {
'' file TimeSeries as t2
''}
''simulation_result_revised -right-> v2
''v2 -right-> c2
'
'simulation_result_old -[hidden]down- simulation_result_revised
'v1 -[hidden]down- v2
'c1 -[hidden]down- c2
'file unmatched as d1 {
' file TimeSeriesCollection
' file Plot
'}
'
'cloud time_series_matching as tsm {
' cloud cc1 as "Exact match (scale dependent)"
' cloud cc2 as "Exact match (scale independent)"
' cloud cc3 as "Pattern match"
' cloud cc4 as "Category match"
'}
'
'c1 -right-> tsm
'c2 -right-> tsm
'tsm -down-> d1
@enduml | false | true | false | false | class |
c82a8d6f9135e7d2a23472ddc403aabacfacf4a6 | 0e0b2f54200dea4d104c0d2c5d0307eb5d3f8fa7 | /doc/E_LCD_Config_Nb_Columns.puml | ad8582e0520690ac8042c6ede5ca4c7ee8295ba0 | [] | no_license | HomeMadeBots/LCD_HD44780_Actuator | eb3ef1060f1950b5f9cad20b9a3d917916740243 | ddfa36b5f3dca110e18a0aaa0adfd7e9b7c0f94c | refs/heads/main | 2023-08-13T23:12:19.144305 | 2021-09-23T15:00:02 | 2021-09-23T15:00:02 | 393,062,663 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
enum E_LCD_Config_Nb_Columns <<Enumerated_Data_Type>>
{
Allows to define a data representing
the number of columns of a LCD.
--
LCD_CONFIG_NB_COLUMNS_8
LCD_CONFIG_NB_COLUMNS_16
LCD_CONFIG_NB_COLUMNS_20
LCD_CONFIG_NB_COLUMNS_32
LCD_CONFIG_NB_COLUMNS_40
LCD_CONFIG_NB_COLUMNS_80
}
@enduml | false | true | false | false | class |
e6c82225e270011f467c6499b70a17a26a245a5b | f6239e97fcddfb69e2280cf0d7f5afd2fdabc095 | /docs/pantheonSendTransaction.puml | c89a02aa444c76ca6780856f47a4e40d2646521a | [
"MIT"
] | permissive | brave-experiments/pantheon-ethers | 1fd4edc35cb26520b8f99892bd3ab7001f283cf1 | 4db0dbe18dfad22f0ae00263fa08a29dfeda47e2 | refs/heads/master | 2023-07-22T09:11:13.633267 | 2019-08-09T08:17:08 | 2019-08-09T08:17:08 | 201,794,151 | 0 | 0 | MIT | 2023-07-08T11:34:03 | 2019-08-11T17:22:01 | TypeScript | UTF-8 | PlantUML | false | false | 1,941 | puml | @startuml
skinparam maxMessageSize 350
participant dApp
participant Pantheon
participant Orion
note left of Pantheon #aqua: JSON-RPC
' reatePrivacyGroup
dApp -> Pantheon: priv_createPrivacyGroup(name, desc, members[])
activate Pantheon
note left of Orion #aqua: REST
Pantheon -> Orion: createPrivacyGroup(Orion pub key, name, desc, members[])
activate Orion
return privacyGroupId, type = PANTHEON
return privacyGroupId
' getTransactionCount
dApp -> Pantheon: priv_getTransactionCount(signer address, privacyGroupId)
activate Pantheon
return quantity
note left: nonce = quantity
dApp->dApp: RLP encode(data, nonce, privateFrom = Orion pub key, privateFor = privacyGroupId, restriction = restricted)
note left
data is rlp encoded
contract deployment
or call
end note
dApp->dApp: sign(rlp encoded private transaction, signer private key)
' sendRawTransaction
dApp -> Pantheon: eea_sendRawTransaction(rlp encoded signed private transaction)
activate Pantheon
Pantheon -> Pantheon: parse(rlp encoded private transaction)
Pantheon -> Pantheon: validate(private transaction)
Pantheon -> Pantheon: base64 encode(rlp encoded signed private transaction)
Pantheon -> Orion: send(payload = base64 encoded private transaction, from = Orion pub key, privacyGroupId)
activate Orion
loop asynchronous for each member
Orion -> Orion: encrypt(member Orion public key, payload)
Orion -> Orion: sendToMember(member Orion public key, encrypted payload)
end
return private transaction key
Pantheon -> Pantheon: sign public transaction(node private key, data = private tx hash)
Pantheon -> Pantheon: add mempool(signed public transaction)
return public tx hash
Pantheon -> Pantheon: public transaction mined
' getTransactionByHash
dApp -> Pantheon: eth_getTransactionByHash(public tx hash)
activate Pantheon
return public market transaction
note left
private tx hash =
input field of
public marker
transaction
end note
@enduml | false | true | false | false | sequence |
3470bf77aab88967d968b2e43c21b885c40dd207 | a30b93addd419ce3dde8643ee0ad244aaeda5a31 | /src/04_3_seq_create_project_avail.puml | dc596298ddab34486c47f4fb3378e0718d5ee8fd | [] | no_license | mosser/ood-dojo | 484ae52842522c6f622b9c8a89644b1f98d84d9d | eaddb9c943dc9ee901e3e841673e4902156c3e81 | refs/heads/master | 2020-03-30T13:13:53.645253 | 2018-10-03T21:23:59 | 2018-10-03T21:23:59 | 151,264,520 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 834 | puml | @startuml
hide footbox
title Create a new Project (checking availability)
actor Manager as M
participant ":Portfolio" as P
M -> P: create(pName, mgrId)
activate P
P -> P: isAvailable(pName)
note right
def isAvailable(n: String): Boolean {
return findByName(n) != null
}
end note
alt available
create "m: Manager" as Mgr #D3D3D3
P -> Mgr: new(mgrId)
activate Mgr
Mgr --> P: m
deactivate Mgr
create "p: Project" as Proj
P -> Proj: new(m, pName)
activate Proj
Proj --> P: p
deactivate Proj
P -> P: addToPortfolio(p)
activate P
P -> Proj: save()
activate Proj
Proj -> Mgr: check()
activate Mgr
Mgr --> Proj: true
deactivate Mgr
Proj --> P: true
deactivate Proj
P --> M: true
deactivate P
else !available
P --> M: false
end
@enduml
| false | true | false | false | usecase |
83dd87f25e0edb5839be1c0382d4e46075143b1c | 66cbbf1aa9b9c612cbf191fb91a070faf9d8dc43 | /classdiagram.puml | d8aee890e8d544568fc9ef2ec4c0ca9adecf1157 | [] | no_license | luukbuit/design-for-change | 730d0ed77c2c51ee5ecc7eb1ee7b73b89f669307 | c6c315c579bac78e0b2c5db699e8a420f691adcc | refs/heads/master | 2022-02-17T08:27:33.094405 | 2019-09-25T14:58:59 | 2019-09-25T14:58:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,851 | puml | @startuml
package facade {
Interface PresentationServices
Abstract Class Presentation
PresentationServices : startPresentation()
PresentationServices : stopPresentation()
PresentationServices : navigateSlide(direction)
Presentation .up.|> PresentationServices
SimplePresentation -up-|> Presentation
}
package bridge {
package style {
Interface Style
Level1 -up-|> Style
Level2 -up-|> Style
Level3 -up-|> Style
Level4 -up-|> Style
}
package composite {
Abstract Class Item
Text .up.|> Item
Figure .up.|> Item
Table .up.|> Item
Composite .up.|> Item
Composite -up-> "*" Item
Item -right-> Style
}
}
package iterator {
Interface SlideShow
Interface Iterator
Iterator : first()
Iterator : next(direction)
SlideShowImpl .up.|> SlideShow
SlideIterator -up-|> Iterator
Slide -down-> "*" Item
SlideShowImpl -down-> SlideList
SlideShowImpl -left-> Iterator
SlideList -left-> SlideIterator
SlideList --> "*" Slide
SlideShow : navigateSlide(direction)
SlideList : getIterator()
}
package strategy {
abstract class SlideNavigateRule
SlideNavigateRule : canNavigate(from,to)
SlideShowImpl -right-> SlideNavigateRule
class LiniairSlideNavigateRule
LiniairSlideNavigateRule -up-|> SlideNavigateRule
class CubicSlideNavigateRule
CubicSlideNavigateRule-up-|> SlideNavigateRule
class GridSlideNavigateRule
GridSlideNavigateRule-up-|> SlideNavigateRule
Interface Transition
Transition : Start()
SlideShowImpl -right-> "*" Transition
SlideTransition -up-|> Transition
TwistTransition -up-|> Transition
fadeTransition -up-|> Transition
}
SimplePresentation --> SlideShow
@enduml
| false | true | false | false | class |
d9319426a134d0dbdae6896dcf85404cfb1ceff8 | 1e83ed984bc9fea61c3610dd5b9fe54db78f2c18 | /text/LaTeX/diagrams/sequence.puml | fbc1534bc692d92c148311c83ed09f3fd852d8e0 | [] | no_license | ctu-geoforall-lab-projects/dp-laza-2018 | b80a827778aab62e5254b4e6c0bbb8aff7432764 | 94da538e7936739c29a202de06278e51df697a74 | refs/heads/master | 2021-09-07T21:22:59.432165 | 2018-03-01T08:51:07 | 2018-03-01T08:51:07 | 104,745,240 | 0 | 2 | null | 2018-01-31T17:59:08 | 2017-09-25T12:10:36 | TeX | UTF-8 | PlantUML | false | false | 1,299 | puml | @startuml
participant Client
box "Host" #Orange
participant PyWPS_Server
participant Job
participant Container
end box
box "Docker" #LightBLue
participant Pywps_Server
participant job
participant Process
end box
Client -> PyWPS_Server: executeRequest
activate PyWPS_Server
PyWPS_Server --> Client: executeResponse
deactivate PyWPS_Server
Client -> PyWPS_Server: getStatus
activate PyWPS_Server
PyWPS_Server --> Client: accepted
deactivate PyWPS_Server
PyWPS_Server -> Job: execute
activate Job
Job -> Container: create
activate Container
Job -> Container: start
activate Container
Container -> Pywps_Server: executeRequest
activate Pywps_Server
Pywps_Server --> Container: executeResponse
deactivate Pywps_Server
Container --> Job
deactivate Container
Pywps_Server -> job: execute
activate job
job -> Process: start
activate Process
Client -> PyWPS_Server: getStatus
PyWPS_Server -> Pywps_Server: getStatus
Pywps_Server -> job: getStatus
activate job
job --> Pywps_Server: status
deactivate job
Pywps_Server --> PyWPS_Server: status
PyWPS_Server --> Client: status
Process --> job
deactivate Process
job --> Pywps_Server
deactivate job
Container --> Job
deactivate Container
Job --> PyWPS_Server
deactivate Job
Client -> PyWPS_Server: getStatus
PyWPS_Server --> Client: result
@enduml | false | true | false | false | sequence |
34a47669f5cc2930d81dc014d65320916e2d78fd | bd6f3240ca3cc11278d923ca454774c5b58b7977 | /iterator/iterator.puml | 58f19fd33408a1648fe46e8b3efbb92df07d4c9e | [] | no_license | atagulalan/typescript-design-patterns | 094fec5f54deb7ee344e3152888fc0306530d615 | 4f8d2f487031b0c9bf2e6d77e6f65008b594e415 | refs/heads/master | 2022-09-08T18:36:36.438889 | 2020-06-03T00:50:43 | 2020-06-03T00:50:43 | 245,651,949 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 714 | puml | interface Yineleyici{
+mevcut(): T
+sonraki(): T
+anahtar(): number
+gecerli(): boolean
+geriSar(): void
}
interface Koleksiyoncu{
+alYineleyici(): Yineleyici<string>
}
class AlfabetikYineleyici{
-koleksiyon : KelimeKoleksiyonu
-pozisyon : number
-tersine : boolean
+geriSar()
+mevcut(): string
+anahtar(): number
+sonraki(): string
+gecerli(): boolean
}
class KelimeKoleksiyonu{
-veriler : string[]
+alVeriler(): string[]
+alVeriBoyutu(): number
+ekleVeri(veri: string): void
+alYineleyici(): Yineleyici<string>
+alTersineYineleyici(): Yineleyici<string>
}
AlfabetikYineleyici -> KelimeKoleksiyonu
Yineleyici <|.. AlfabetikYineleyici
Koleksiyoncu <|.. KelimeKoleksiyonu | false | true | false | false | class |
79c1de093f1f7882b91d77cd757e163e7a9ce94c | 5aa1313d53456e3b52bcd939de88f1b92546adda | /src/foundation/lisp/lisp.plantuml | bed68dc5612ee1f31a9e178416fdafef09cb49d2 | [] | no_license | egryaznov/thesiscode | a31ff71305faba34cf38d48b1f2caaa6d5dccf70 | 1c64411cd24ac267463c497b2f6bd8d2d652f8d6 | refs/heads/master | 2021-03-19T14:01:28.599892 | 2018-06-12T17:39:25 | 2018-06-12T17:39:25 | 121,215,221 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,530 | plantuml | @startuml
title __LISP's Class Diagram__\n
package foundation {
package foundation.lisp {
class Interpreter {
{static} - DEFINE_KEYWORD : String
{static} - LAMBDA_KEYWORD : String
{static} - IF_KEYWORD : String
- lastBenchmark : long
- isCachingEnabled : boolean
- keywords : Map<String, Boolean>
- atomicFunctions : Map<String, TFunction>
- definitions : Map<String, String>
- cachedTerms : Map<String, TObject>
+ Interpreter()
+ enableCaching()
+ disableCaching()
- initKeywords()
- initAtomicFunctions()
+ getAtomicFunctions()
+ ontology()
+ exec()
+ free()
- isLambda()
- isDefine()
- isIf()
- isLeader()
+ exec()
+ exec()
+ lastBenchmark()
+ printLastBenchmark()
+ eval()
+ expungeCache()
+ splitByTerms()
- replaceSpacesInStringLiterals()
+ rewrite()
+ clip()
- isTermValid()
+ isPrimitive()
- isNotAFunctionalTerm()
- isFunctionalTerm()
- isReference()
- splitByTerms()
}
}
}
Interpreter o-- Ontology : ontology
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 |
4c170e0d117da8934e05f10afe84419b7ec38b4a | 2615492956415a13a3b03686c9545e099b4aada1 | /docs/PlantUML/ModelClassDiagram.puml | 2ef40259667c497b39bd70ddca1b7dda95f2e0d1 | [] | no_license | AY2021S2-CS2113-T10-4/tp | 06ce4064c67254b0b3b58c97bb9aaa62cde69189 | fed6c3b867e5e9bb25a68a408fde0eae43cd21be | refs/heads/master | 2023-04-03T09:08:55.879564 | 2021-04-12T16:02:25 | 2021-04-12T16:02:25 | 340,808,069 | 0 | 6 | null | 2021-04-12T16:02:26 | 2021-02-21T03:24:09 | Java | UTF-8 | PlantUML | false | false | 1,161 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
package Model <<Rectangle>> {
class Canteen
class Store
class Menu
class Review
}
class "Canteen" {
- canteenName: String
- stores: ArrayList<Store>
+ getCanteenName() : String
+ getStore(int) : Store
+ getStores() : ArrayList<Store>
+ getNumStores() : int
+ addStore(String) : void
+ deleteStore(int) : void
}
class "Store" {
- storeName: String
- menus: ArrayList<Menu>
- reviews: ArrayList<Review>
+ displayStore() : void
+ getStoreName() : String
+ getReviews() : ArrayList<Review>
+ addReview(Review) : void
+ deleteReview(int) : void
+ getAverageRating() : double
+ getMenus() : ArrayList<Menu>
+ getMenuCount() : int
+ addMenu(Menu) : void
+ deleteMenu(int) : void
}
class "Menu" {
- itemName: String
- price: double
+ toString() : String
+ getItemName() : String
+ getPrice() : double
}
class "Review" {
- description: String
- rating: double
- date: String
+ toString() : String
+ getDescription() : String
+ getRating() : double
+ getDate() : String
}
Canteen *-- Store
Store *-- Menu
Store *-- Review
@enduml | false | true | false | false | class |
7723571fbc143b94ba9fa3c12b344133fe5ea293 | 14aff7a8f8c9d4f961962f538398f322fa1a5481 | /ProgramowanieObiektowe/Lista7/PO_L7/src/com/company/model/model.plantuml | 6cda48ce45af1fe431a8bc20c422bdac0403a52d | [] | no_license | jakubprzydatek/studia | 6529c5d024bf42d4c230dc966d8b3fbfa32729f1 | 9ae3ffe6206ed8fccd4434c5646c9993f9cf57fe | refs/heads/main | 2023-04-11T16:40:21.418832 | 2021-04-22T21:56:15 | 2021-04-22T21:56:15 | 318,674,064 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,811 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace com.company {
namespace model {
class com.company.model.Pojazd {
# kategoriaPrawaJazdy : String
# liczbaMiejsc : int
# typ : String
+ Pojazd()
+ getKategoriaPrawaJazdy()
+ getLiczbaMiejsc()
+ getTyp()
+ setKategoriaPrawaJazdy()
+ setLiczbaMiejsc()
+ setTyp()
+ toString()
}
}
}
namespace com.company {
namespace model {
class com.company.model.Samochod {
- iloscKoniMechanicznych : int
- pojemnoscBagaznika : int
- rodzajPaliwa : String
+ getIloscKoniMechanicznych()
+ getPojemnoscBagaznika()
+ getRodzajPaliwa()
+ setDefault()
+ setIloscKoniMechanicznych()
+ setPojemnoscBagaznika()
+ setRodzajPaliwa()
+ toString()
}
}
}
namespace com.company {
namespace model {
class com.company.model.Tramwaj {
- czyMiejscaDlaNiepelnosprawnych : boolean
- czyNiskopodlogowy : boolean
- szerokoscOsi : int
+ getSzerokoscOsi()
+ isCzyMiejscaDlaNiepelnosprawnych()
+ isCzyNiskopodlogowy()
+ setCzyMiejscaDlaNiepelnosprawnych()
+ setCzyNiskopodlogowy()
+ setSzerokoscOsi()
+ toString()
}
}
}
com.company.model.Pojazd .up.|> java.io.Serializable
com.company.model.Samochod -up-|> com.company.model.Pojazd
com.company.model.Tramwaj -up-|> com.company.model.Pojazd
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 |
455d371b0088bd6c71e649ae72b9dd07ecda2ac6 | 5758676606a2f3b662a3c51310dfd4f654e18a60 | /docs/ex43.puml | 88e2a0f3ab21154184540314380a768ce255d118 | [] | no_license | Jsnoap/snoap-cop3330-assignment3 | 7a2274e6d9cb503da670318cbfe0f8f1e03890de | 6dda24753cd7ca70ba8a811ff0d5f97bbed90636 | refs/heads/master | 2023-08-06T02:55:53.930887 | 2021-10-11T21:27:04 | 2021-10-11T21:27:04 | 414,395,809 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 318 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+main( String[] args )
+createDirectories(String siteName, char jsFolder, char cssFolder, String authorName)
+createIndexHTML(String pathPlacement, String website, String creator)
+printCreations(String webName, char jsDirectory, char cssDirectory)
}
@enduml | false | true | false | false | class |
13a6acbd2940b1f6dd57cfc784f371e88d38a5b9 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PoseFuser/PoseFuser_Class.puml | 0fc7c1d4483acae7a4607fe24c2447381fdeea42 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,111 | puml | @startuml
skinparam classAttributeIconSize 0
class PoseFuser{
+ Eigen::Matrix3d ecov
+ Eigen::Matrix3d mcov
+ Eigen::Matrix3d totalCov
+ DataAssociator *dass
+ CovarianceCalculator *cvc
+ PoseFuser()
+ ~PoseFuser()
+ void setDataAssociator(DataAssociator *d){dass = d}
+ void setRefScan(const Scan2D *refScan){dass->setRefBase(refScan->lps)}
+ void setRefLps(const std::vecot<LPoint2D> &refLps){dass->setRefBase(refLps)}
+ double calIcpCovariance(const Pose2D &estMotion, const Scan2D *curScan, Eigen::Matrix3d &cov)
+ double fusePose(Scan2D *curScan, const Pose2D &estPose, const Pose2D &odoMotion, const Pose2D &lastPose, Pose2D &fusedPose, Eigen::Matrix3d &cov)
+ void calOdometryCovariance(const Pose2D &odoMotion, const Pose2D &lastPose, Eigen::Matrix3d &mcov)
+ fuse(const Eigen::Vector3d &mu1, const Eigen::Matrix3d &cv1, const Eigen::Vector3d &mu2, const Eigen::Matrix3d &cv2, Eigen::Vector3d &mu, Eigen::Matrix3d &cv)
+ void printMatrix(const Eigen::Matrix3d &mat)
}
PoseFuser o-- DataAssociator
PoseFuser o-- CovarianceCalculator
@enduml | false | true | false | false | class |
6f0e88b9dce6776b676c315dd1548bf65abac559 | 4108210ff97f84d12acf511ede7d0e1cac0babc5 | /src/main/UML/CupCake_Class_Diagram.puml | 70ee0769ba2ed2cacd0e343a649e48abdc585d80 | [] | no_license | ariktwena/CupCake_Onion | 939f6d8c93a8346e596438e733f8cde60a786d34 | 4ad20f6dd13633e9434781551ae885b9b07285c6 | refs/heads/master | 2023-01-14T05:37:12.378772 | 2020-11-22T22:11:04 | 2020-11-22T22:11:04 | 309,806,347 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,725 | puml | @startuml
Title Mini Class Diagram (Onion)
hide circle
package core <<Rectangle>> {
class User {
int id
String email
String role
double credit
byte[] salt
byte[] secret
User withId(user_id)
int getId()
String getUserEmail()
String getUserRole()
double getUser_credit()
byte[] getSalt()
byte[] getSecret()
void setUser_credit()
void generateSalt()
byte[] calculateSecret(byte[] salt, String password)
boolean isPasswordCorrect(String password)
String byteArrayToHex(byte[] a)
}
}
package domain <<Rectangle>> {
interface UserFactory {
interface
}
interface UserRepository {
interface
}
interface UserServices {
interface
}
}
package api <<Rectangle>> {
class Api {
User createUser(String user_email, String password1, String password2)
User login(String email, String password)
ArrayList<User> getAllUsersFromDB()
User createUserFromAdminPage(String user_email, String password, String user_role, double user_credit)
User getUserById(int user_id)
updateUserById(int user_id, String user_role, double user_credit)
void deleteUserById(int user_id)
void changeUserRoleToCustomer(int user_id)
void changeUserRoleToAdmin(int user_id)
}
}
package entries/UI <<Rectangle>> {
class BaseServlet {
Login
Register
AddCustomer
AdminPage
BulkHandlerUsers
DeleteCustomer
EditCustomer
}
}
package infrastructure <<Rectangle>> {
class Database {
}
class DBUserFactory {
implements UserFactory
User createUser(User user)
}
class DBUserRepository {
implements UserRepository
ArrayList<User> getAllUsersFromDB()
User getUserById(int user_id)
}
class DBUserServices {
implements UserServices
void pdateUserById(int user_id, String user_role, double user_credit)
void deleteUserById(int user_id)
void changeUserRoleToCustomer(int user_id)
void changeUserRoleToAdmin(int user_id)
boolean userAldreadyExistsInDB(String email)
User login(String user_email )
void updateUserCreditBalance(int user_id, double newCreditBalance)
}
}
User <-- UserFactory
User <-- UserRepository
User <-- UserServices
UserFactory <-- Api
UserRepository <-- Api
UserServices <-- Api
Api <.. DBUserFactory
Api <.. DBUserRepository
Api <.. DBUserServices
DBUserFactory <-- Database
DBUserRepository <-- Database
DBUserServices <-- Database
Database <-- BaseServlet
@enduml | false | true | false | false | sequence |
1594ebf064840e553c59ff41370f16847ed0ad98 | f4912b210d7eb691deae8a8a396ecbc2b9ae4386 | /assets/DataHug-ElasticSearch-Sequence.puml | 9cadf32e80b4743443613550e6ebc869fd3ae5b5 | [
"MIT"
] | permissive | newportg/newportg.github.io | 8eaf3eb41e7502b26c7aa33b55e3e9ec67731536 | 5fae722e228c339cf6707ba4a4747fc7bbbf9705 | refs/heads/master | 2021-06-06T00:04:48.145436 | 2020-03-06T09:18:45 | 2020-03-06T09:18:45 | 152,589,658 | 0 | 1 | null | 2019-02-08T15:05:51 | 2018-10-11T12:40:31 | JavaScript | UTF-8 | PlantUML | false | false | 265 | puml | @startuml
title "DataHug-Elastic Search Update- Sequence Diagram"
Participant DataHug
Participant Webjob
Database ElasticSearch
Database SQL
activate Webjob
Webjob -> DataHug
return
Webjob -> ElasticSearch
return
Webjob -> SQL
return
deactivate Webjob
@enduml | false | true | false | false | sequence |
c9acf5d4cc1296d9c67696c7ed696e1a146c339a | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1140611/sprint3/core_of_lang08.2.puml | 28a56f705e541e6711354cc70efe14861ea53f3f | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 371 | puml | @startuml doc-files/core_of_lang08.2.png
class ImportXMLController{
}
class UIController {
}
class ImportXML {
}
class Workbook{
}
class SpreadSheet{
}
class Cell{
}
UIController <-- ImportXMLController
ImportXML <-- ImportXMLController
Workbook <-- ImportXML
SpreadSheet <-- Workbook
SpreadSheet <-- ImportXML
Cell<--SpreadSheet
@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.