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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3c4d9b38ede8f02f3d3ba7976fd52f6281b2000 | 62110ccee557977b24565af22fc80cf72ac4b083 | /eos/EOSSequence/peer connect.puml | 77fa202ccd1d123529bf6f06dc32873cf70d9469 | [] | no_license | GaryZouchg/DailyNote | 0f80d501a5499a1452577e9f0acbd567a9633042 | ee27f26b0567af466e56f463fc995972dc5ab645 | refs/heads/master | 2021-06-27T02:43:15.966456 | 2021-02-04T14:52:37 | 2021-02-04T14:52:37 | 193,920,323 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,806 | puml | @startuml
'-----------skin param setting------------------------------------------------------
skinparam sequenceArrowThickness 2
skinparam roundCorner 2
skinparam participantFontSize 10
title Peer Connect Sequence Diagram
hide footbox
'-----------participant declaration---------------------------------------------------------
participant "net_plugin " as np
participant "nect_plugi_impl" as npi
participant "acceptor" as acceptor
participant "sync_manager" as sync_manager
participant "msgHandler" as msgHandler
participant "dispatch_manager " as dispatcher
participant "connection " as conn
participant "resolver " as resolver
participant "socket " as socket
control "asio::async" as async
note over async #Ivory : <font color=grey size =10>socket
[o->np: startup
activate np
np->acceptor: open() set_option() bind() listen()
np->npi: start_listen_loop
activate npi
npi->async:async_accept
deactivate npi
create conn
async-[#0000FF]>conn: async callback lambda <<create>>
activate conn
note right conn #Ivory : <font color=grey size =10>return socket to create connection
conn->npi:start_session
deactivate conn
np->np: connect
activate np
'create conn
np-->conn: make_shared<connection>(host)
activate conn
create socket
note over socket #Ivory : <font color=grey size =10>io_service
conn->socket:<<create socket>>
deactivate conn
np->npi: connect
deactivate np
deactivate np
activate npi
create resolver
note over resolver #Ivory : <font color=grey size =10>io_service
npi->resolver:async_resolver
deactivate npi
resolver-[#0000FF]>npi: async callback lambda
activate npi
npi->npi: connect
activate npi
npi->socket: async_connect
deactivate npi
deactivate npi
socket-[#0000FF]>npi: async_connect callback lambda
activate npi
npi->npi: start_session
activate npi
npi->socket: set_option( nodelay, ec )
npi->npi: start_read_message
activate npi
npi->async:async_read
deactivate npi
deactivate npi
npi->conn: send_handshake
deactivate npi
activate conn
conn->conn: enqueue
activate conn
conn->conn: queue_write
activate conn
conn->conn: do_queue_write
conn->async:async_write
deactivate conn
deactivate conn
deactivate conn
async-[#0000FF]>conn:async_write callback lambda
async-[#0000FF]>conn:async_read callback lambda
activate conn
conn->conn: process_next_messages
activate conn
conn->msgHandler: visit
deactivate conn
deactivate conn
activate msgHandler
msgHandler->npi: handle_message \nhandshake_message
deactivate msgHandler
activate npi
npi->sync_manager:recv_handshake
deactivate npi
activate sync_manager
sync_manager->sync_manager: start_sync
activate sync_manager
sync_manager->sync_manager: request_next_chunk
activate sync_manager
sync_manager->conn: request_sync_blocks
deactivate sync_manager
deactivate sync_manager
deactivate sync_manager
activate conn
conn->conn: enqueue
activate conn
conn->async: async_write
deactivate conn
deactivate conn
async-[#0000FF]>conn:async_read callback lambda
'---------broadcast----------------------------------------------------------------
[o->npi: accepted_block
activate npi
npi->dispatcher: bcast_block
deactivate npi
activate dispatcher
dispatcher->conn:enqueue
deactivate dispatcher
activate conn
conn->async: async_write
deactivate conn
@enduml | false | true | false | false | sequence |
6b73eafd315a1270132244b78345c52d04177ddb | f2feb67464bd63b78ade50c94bdd25bc6a8d65dd | /CommonFileCreator/samples/PlantUml/data_class.puml | 6d4677ee308381fada9da672a093d6c0f23569e6 | [] | no_license | Unrealf1/Scripts | ba797e87aa81830c48dae68376f5b19b319e12a3 | 030a67fb8504296e44ed043303e47c1aa5bf587e | refs/heads/master | 2021-06-11T18:36:17.693826 | 2021-05-20T15:17:49 | 2021-05-20T15:17:49 | 182,541,545 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 70 | puml | @startuml
class data_class {
id: int
name: string
}
@enduml
| false | true | false | false | class |
0de1d052661a5053766ccc8905835bcf77277f91 | d14e7535380d9cb8c72925866c0fdd6ad1b1b8d7 | /spring-data-jdbc-examples/img/classes.puml | ea2d55ea848685388a49c0a520d7684b242e99d3 | [
"Apache-2.0"
] | permissive | zinoviosDev/spring-data-examples | 1b3d5ca44dc3897cfd893e45a260a440980ffa27 | c64e12a8a54ac6825c73daee9f468ea697026a52 | refs/heads/master | 2023-08-02T15:30:37.868910 | 2021-05-04T12:07:01 | 2021-05-04T12:07:01 | 408,793,373 | 0 | 0 | Apache-2.0 | 2021-09-21T11:29:49 | 2021-09-21T11:29:40 | null | UTF-8 | PlantUML | false | false | 553 | puml | @startuml
Book o-- BookAuthor
Book o-- BookCategory
Author <-- BookAuthor
Category <-- BookCategory
Book <-- BookRating
class Book {
-id : Long
-isbn : String
-title : String
-publicationDate : LocalDate
-authors : List<BookAuthor>
-categories : Set<BookCategory>
}
class BookAuthor {
-author : Long
}
class BookCategory {
-category : Long
}
class Author {
-id : Long
-fullName : String
}
class Category {
-id : Long
-name : String
}
class BookRating {
-id : Long
-version : int
-book : Long
-rating : BigDecimal
-numberOfRatings : int
}
@enduml | false | true | false | false | class |
3b951be5e7b03cf2c7cba3966ebae557687c6149 | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch15_pageflow/Shopping-seq.puml | 35a3945e1ae0b05a28f49f6866dfc0eac1cc421b | [] | no_license | selenium-webdriver-book/manuscript | 842ab108c9b3eb8127027c159b3318fd3fcdf59b | c8a8ced2b0ca495cacec6c909b3294ff3074e945 | refs/heads/master | 2021-01-12T14:00:07.309802 | 2017-04-23T15:17:59 | 2017-04-23T15:17:59 | 69,686,355 | 11 | 8 | null | 2017-04-23T15:17:59 | 2016-09-30T17:14:29 | Shell | UTF-8 | PlantUML | false | false | 1,445 | puml | @startuml
hide footbox
skinparam monochrome true
skinparam shadowing false
activate "Test Script"
"Test Script" -> BookstoreHomepage : searchBook(name)
activate BookstoreHomepage
BookstoreHomepage --> "Test Script"
deactivate BookstoreHomepage
"Test Script" -> BookListPage : chooseBook(name)
activate BookListPage
BookListPage --> "Test Script"
deactivate BookListPage
"Test Script" -> BookPage : addToCart()
activate BookPage
BookPage --> "Test Script"
deactivate BookPage
"Test Script" -> BookPage : goToCart()
activate BookPage
BookPage --> "Test Script"
deactivate BookPage
"Test Script" -> ShoppingCartPage : setCreditcardForm(Creditcard)
activate ShoppingCartPage
ShoppingCartPage --> "Test Script"
deactivate ShoppingCartPage
"Test Script" -> ShoppingCartPage : setBillingAddressForm(Address)
activate ShoppingCartPage
ShoppingCartPage --> "Test Script"
deactivate ShoppingCartPage
"Test Script" -> ShoppingCartPage : setOtherInformationForm(OtherInformation)
activate ShoppingCartPage
ShoppingCartPage --> "Test Script"
deactivate ShoppingCartPage
"Test Script" -> ShoppingCartPage : continues()
activate ShoppingCartPage
ShoppingCartPage --> "Test Script"
deactivate ShoppingCartPage
"Test Script" -> ConfirmationPage : getOrderNumber()
activate ConfirmationPage
ConfirmationPage --> "Test Script" : orderNumber
deactivate ConfirmationPage
deactivate "Test Script"
@enduml
| false | true | false | false | sequence |
a9038ed42ae70f20627503a440f743faf54a02e6 | 70879faf9bf0a0330a0dd158737e7b55610d6dcd | /src/main/java/com/chk/designpattern/structuralPattern/Decorator/decorator.puml | 593a5fe1adbd143043547299a75243789004af28 | [] | no_license | Mr-ChangK/design_pattern | 704d232045b3fd36056d3920b81df21c479e58a3 | d1c6616351ea3cf2b73b374c802bc2ae79a0eba4 | refs/heads/master | 2020-04-11T10:51:24.102411 | 2018-12-25T13:00:01 | 2018-12-25T13:00:01 | 161,728,579 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 237 | puml | @startuml
interface Human
class AbstractHumanDecorator
class BlackHuman
class HumanDecorator
AbstractHumanDecorator ..|> Human
BlackHuman ..|> Human
AbstractHumanDecorator ..o Human
HumanDecorator --|> AbstractHumanDecorator
@enduml | false | true | false | false | class |
7342e00343f145f16300bbaa1aa2fe211decfff6 | f31bd616bf211bde5a56a064c4e38f7d8b19c8d9 | /mojaloop-technical-overview/central-bulk-transfers/assets/diagrams/sequence/seq-prepare-1.1.1.a.plantuml | 93630db387bd28aa6ac5ac893f31f48318bd468e | [
"Apache-2.0"
] | permissive | brago/documentation | a63aab5e846f6d14603996ed88c96dd9e0bd1a6e | 4c55cae247dedbdc8c17a1683ba0b854b750c9dc | refs/heads/master | 2020-06-02T17:45:52.264948 | 2019-06-10T12:13:51 | 2019-06-10T12:13:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 21,893 | 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>
* Miguel de Barros <miguel.debarros@modusbox.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Samuel Kummary <sam@modusbox.com>
* Shashikant Hirugade <shashikant.hirugade@modusbox.com>
--------------
******'/
@startuml
' declate title
title 1.1.1.a. Prepare Handler Consume (single message, includes individual transfers from Bulk)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "topic-\ntransfer-prepare" as TOPIC_TRANSFER_PREPARE
control "Prepare Handler" as PREP_HANDLER
collections "topic-\ntransfer-position" as TOPIC_TRANSFER_POSITION
collections "topic-\nbulk-processing" as TOPIC_BULK_PROCESSING
collections "topic-\nevent" as TOPIC_EVENTS
collections "topic-\nnotification" as TOPIC_NOTIFICATIONS
entity "Position DAO" as POS_DAO
entity "Participant DAO" as PARTICIPANT_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant TOPIC_TRANSFER_PREPARE
participant PREP_HANDLER
participant TOPIC_TRANSFER_POSITION
participant TOPIC_EVENTS
participant TOPIC_NOTIFICATIONS
participant TOPIC_BULK_PROCESSING
participant POS_DAO
participant PARTICIPANT_DAO
participant DB
end box
' start flow
activate PREP_HANDLER
group Prepare Handler Consume
TOPIC_TRANSFER_PREPARE <- PREP_HANDLER: Consume Prepare event message
activate TOPIC_TRANSFER_PREPARE
deactivate TOPIC_TRANSFER_PREPARE
break
group Validate Event
PREP_HANDLER <-> PREP_HANDLER: Validate event - Rule: type IN ['prepare', 'bulk-prepare'] && action == 'prepare'\n<color #FF0000><b>Error codes:</b> 2001</color>
end
end
group Persist Event Information
|||
PREP_HANDLER -> TOPIC_EVENTS: Publish event information
ref over PREP_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-event-9.1.0.svg 9.1.0]]} \n
|||
end
group Validate Prepare Transfer
PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Schema validation of the incoming message</color>
PREP_HANDLER <-> PREP_HANDLER: <color #AAA>Verify the message's signature (to be confirmed in future requirement)</color>
note right of PREP_HANDLER #lightgrey
The above validation steps are already handled by
the ML-Adapter for the open source implementation.
It may need to be added in future for custom adapters.
end note
group Validate Duplicate check
PREP_HANDLER -> POS_DAO: Request to retrieve Transfer Hash for a transferId
activate POS_DAO
POS_DAO -> DB: Request Transfer Hash for a transferId
activate DB
hnote over DB #lightyellow
transferDuplicateCheck
end note
POS_DAO <-- DB: Return hash if it exists
deactivate DB
PREP_HANDLER <-- POS_DAO: Return hash if it exists
deactivate POS_DAO
alt If transferId exists
group Persist Event Information
|||
PREP_HANDLER -> TOPIC_EVENTS: Publish event information
ref over PREP_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/Diagrams/SequenceDiagrams/seq-event-9.1.0.svg 9.1.0]]} \n
|||
end
PREP_HANDLER -> PREP_HANDLER: Generate Hash for the incoming message and compare hashes
note right of PREP_HANDLER #lightgrey
For individual transfers in a bulk, attributes
such as payer, payee, expiry time, etc. need
to be added before the hash is generated (in bulk-prepare).
end note
alt Transfer exists, hash matches
PREP_HANDLER -> POS_DAO: Request to retrieve Transfer state \n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Request Transfer state
hnote over DB #lightyellow
transfer
transferStateChange
end note
activate DB
POS_DAO <-- DB: Return Transfer state
deactivate DB
POS_DAO --> PREP_HANDLER: Return Transfer state
deactivate POS_DAO
break
alt If type == 'prepare'
alt If transferState IN ['COMMITTED', 'ABORTED']
PREP_HANDLER -> POS_DAO: Request to retrieve fulfilment, completedTimestamp for the transferId
activate POS_DAO
POS_DAO -> DB: Request fulfilment, completedTimestamp for the transferId
activate DB
hnote over DB #lightyellow
transferFulfilment
end note
POS_DAO <-- DB: Return fulfilment, completedTimestamp (if they exist)
deactivate DB
PREP_HANDLER <-- POS_DAO: Return fulfilment, completedTimestamp (if they exist)
deactivate POS_DAO
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
transferState: "COMMITTED",
fulfilment: "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8",
completedTimestamp: "2018-10-24T08:38:08.699-04:00"
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare-duplicate,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
PREP_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for the Payer\n<color #FF0000><b>Error codes:</b> 3106</color> \nFor the Data Model, refer to the final step in this diagram (has the same text).
else If transferState IN ['RECEIVED', 'RESERVED']
PREP_HANDLER <-> PREP_HANDLER: This request can be ignored, because a callback is about to be sent to the client.
else If transferState does not exist
PREP_HANDLER -> TOPIC_NOTIFICATIONS: Send /error callback with appropriate error message\n(Invalid duplicate request)\n<color #FF0000><b>Error code:</b> 3100</color>
end
else If type == 'bulk-prepare'
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
transferState: "RECEIVED",
fulfilment: "WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8",
completedTimestamp: "2018-10-24T08:38:08.699-04:00"
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: bulk-processing,
action: prepare-duplicate,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
PREP_HANDLER -> TOPIC_BULK_PROCESSING: Publish Prepare failure event to Bulk Processing Topic\n(for the individual transfer) with the current transferState\n<color #FF0000><b>Error codes:</b> 2003</color>\n[Duplicate request]
end
end
else Transfer exists, hash does not match
break
PREP_HANDLER -> PREP_HANDLER: Publish Notification (failure) event for Payer\n<color #FF0000><b>Error codes:</b> 3106</color>\n<color Magenta><b>Reference: Failure in Prepare Transfer Validation </b></color>
end
end
else If transferId does NOT exist
PREP_HANDLER -> POS_DAO: Request to persist Transfer Hash \n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist Transfer message hash
activate DB
deactivate DB
hnote over DB #lightyellow
transferDuplicateCheck
end note
POS_DAO --> PREP_HANDLER: Return success
deactivate POS_DAO
end
deactivate POS_DAO
end
note right of PREP_HANDLER #lightgrey
The validation of Payer, Payee can be skipped for individual transfers in Bulk
as they should've/would've been validated already in the bulk prepare part.
However, leaving it here for now, as in the future, this can be leveraged
when bulk transfers to multiple Payees are supported by the Specification.
end note
group Validate Payer
PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payer Participant details (if it exists)
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request Participant details
hnote over DB #lightyellow
participant
participantCurrency
end note
activate DB
PARTICIPANT_DAO <-- DB: Return Participant details if it exists
deactivate DB
PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists
deactivate PARTICIPANT_DAO
PREP_HANDLER <-> PREP_HANDLER: Validate Payer\n<color #FF0000><b>Error codes:</b> 3202</color>
end
group Validate Payee
PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve Payee Participant details (if it exists)
activate PARTICIPANT_DAO
PARTICIPANT_DAO -> DB: Request Participant details
hnote over DB #lightyellow
participant
participantCurrency
end note
activate DB
PARTICIPANT_DAO <-- DB: Return Participant details if it exists
deactivate DB
PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists
deactivate PARTICIPANT_DAO
PREP_HANDLER <-> PREP_HANDLER: Validate Payee\n<color #FF0000><b>Error codes:</b> 3203</color>
end
PREP_HANDLER <-> PREP_HANDLER: Validate crypto-condition\n<color #FF0000><b>Error codes:</b> 3100</color>
alt Validate Prepare Transfer (success)
group Persist Transfer State (with transferState='RECEIVED-PREPARE')
PREP_HANDLER -> POS_DAO: Request to persist transfer\n<color #FF0000><b>Error codes:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist transfer
hnote over DB #lightyellow
transfer
transferParticipant
transferStateChange
transferExtension
ilpPacket
end note
activate DB
deactivate DB
POS_DAO --> PREP_HANDLER: Return success
deactivate POS_DAO
end
else Validate Prepare Transfer (failure)
group Persist Transfer State (with transferState='INVALID') (Introducing a new status INVALID to mark these entries)
PREP_HANDLER -> POS_DAO: Request to persist transfer\n(when Payee/Payer/crypto-condition validation fails)\n<color #FF0000><b>Error codes:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Persist transfer
hnote over DB #lightyellow
transfer
transferParticipant
transferStateChange
transferExtension
transferError
ilpPacket
end note
activate DB
deactivate DB
POS_DAO --> PREP_HANDLER: Return success
deactivate POS_DAO
end
end
end
alt Validate Prepare Transfer (success)
PREP_HANDLER -> PREP_HANDLER: <color Magenta><b> Reference: Prepare -> Position Produce message </b></color>
else Validate Prepare Transfer (failure)
PREP_HANDLER -> PREP_HANDLER: <color Magenta><b> Reference: Failure in Prepare Transfer Validation </b></color>
end
end
group Reference: Prepare -> Position Produce message
alt If type == 'bulk-prepare'
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: bulk-position,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color>
else If type == 'prepare'
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: position,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color>
end
end
group Reference: Failure in Prepare Transfer Validation
alt If type == 'bulk-prepare'
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <ledgerName>,
to: <transferMessage.payerFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
"errorInformation": {
"errorCode": <possible codes: [2003, 3100, 3105, 3106, 3202, 3203, 3300, 3301]>
"errorDescription": "<refer to section 35.1.3 for description>",
"extensionList": <transferMessage.extensionList>
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: bulk-processing,
action: prepare,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
PREP_HANDLER -> TOPIC_BULK_PROCESSING: Publish Prepare failure event to Bulk Processing Topic (for Payer) \n<color #FF0000><b>Error codes:</b> 2003</color>
else If type == 'prepare'
note right of PREP_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <ledgerName>,
to: <transferMessage.payerFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: {
"errorInformation": {
"errorCode": <possible codes: [2003, 3100, 3105, 3106, 3202, 3203, 3300, 3301]>
"errorDescription": "<refer to section 35.1.3 for description>",
"extensionList": <transferMessage.extensionList>
}
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare,
createdAt: <timestamp>,
state: {
status: 'error',
code: <errorInformation.errorCode>
description: <errorInformation.errorDescription>
}
}
}
}
end note
PREP_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification (failure) event for Payer\n<color #FF0000><b>Error codes:</b> 2003</color>
end
end
deactivate PREP_HANDLER
@enduml
| false | true | true | false | sequence |
a76dfd86fa56e92d36d14b37c4da0d596677791b | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/utils/utils.plantuml | e4071e88b38be0d75d41b58ebd11a55794131c6b | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 561 | plantuml | @startuml
title __UTILS's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.utils {
class AudioTagsHelper {
{static} - defaultTags : List<String>
{static} + getPersonalTags()
{static} + getSpinnerTags()
{static} + getDefaultTags()
{static} + getAllTags()
}
}
}
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 |
640a09430e309e2ae1ac9d8e299991ba746fe883 | cbae2c225bd245204a40e41a25415c41604e6219 | /design_document/diagrams/sequence_diagram/sequence-diagram_login.plantuml | 3c0c2f8511de52f8e065b46e1e2c2ed6ed9b2cd4 | [] | no_license | fcremo/AlfonsoCarsenzuolaCremonese-ingsw2 | c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903 | 931288cf6f6e98e177432e5445c6361a0c3443c4 | refs/heads/master | 2021-03-30T17:25:41.027189 | 2017-11-26T20:43:18 | 2017-11-26T20:43:18 | 105,372,279 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,042 | plantuml | @startuml
actor User
participant WebServer
participant UserManagementService
participant DatabaseService
activate User #FFBBBB
User -> WebServer: Login
activate WebServer #FFBBBB
WebServer -> WebServer: LoadLoginPage
WebServer --> User: ShowLoginPage
deactivate WebServer
User -> WebServer: InsertLoginData
activate WebServer #FFBBBB
WebServer -> UserManagementService: InsertedLoginData
deactivate WebServer
activate UserManagementService #FFBBBB
UserManagementService -> DatabaseService: RequestLoginData
activate DatabaseService #FFBBBB
DatabaseService -> UserManagementService: LoginData
deactivate DatabaseService
UserManagementService -> UserManagementService: VerifyData
deactivate UserManagementService
alt correct data
UserManagementService -> WebServer: CorrectLogin
activate WebServer #FFBBBB
WebServer --> User: CorrectLoginMessage
deactivate WebServer
else incorrect data
UserManagementService -> WebServer: IncorrectLogin
activate WebServer #FFBBBB
WebServer --> User: Error
deactivate WebServer
end
@enduml
| false | true | false | false | sequence |
a23b569fa3f12c39c2fb5afef3b5ca8d37f7f804 | 40dff9f3accaa74abc586113fbe434a6a47073b4 | /src/main/java/com/kiran/design/solid/a/srp/breaking_srp.puml | 4d48f5c431b17643e3da642384dda9fd0ae1d7ae | [] | no_license | kiranprakashb/design-core-java | 05eac64aa217bf9acbbda21dcd7b98e56e558f20 | 2c661c0d2e0506b7fa547395527422205c4cd50e | refs/heads/main | 2023-03-04T01:24:55.516348 | 2021-02-17T19:24:51 | 2021-02-17T19:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
'https://plantuml.com/class-diagram
class Book {
name
author
isbn
text
printText(Printer)
mailText(Mailer)
}
@enduml | false | true | false | false | class |
70b30982d82d6cb78f5217992f4a8b4c002abe61 | 0247b3e388c3abd99adb7f2f491873eb3561414f | /GOV/uml/encryption.puml | f5330c608262ad6ad9dc01bbad0d4136489d5232 | [] | no_license | syt123450/GOV | ac1699920bf65615350c5ff50f34bbdcc13376cd | 0322b1e933c695b503d9b65207fda1719490c962 | refs/heads/master | 2021-08-23T19:04:08.616739 | 2017-12-06T04:05:24 | 2017-12-06T04:05:24 | 107,643,515 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
left to right direction
actor user
rectangle "Central System" {
user -- (Gateway)
(Gateway) .> (Encryption Handler)
}
@enduml | false | true | false | false | usecase |
95b25e346140bdd1b12e89635e4524ba71514817 | fb84bca41a00746017b56791cc1900e4cb811be7 | /plantuml/Players/Player.puml | e33365af051229f558d352287249ba43e483ce79 | [] | no_license | MainCastle1212/EverythingEater_Main | 9b3622cc5cca5f78a411cfd7df61fbdec29a8856 | c228f75b78387aee448c6fbb2f3a362dccb724bd | refs/heads/main | 2023-01-12T07:33:38.139825 | 2020-11-12T10:01:22 | 2020-11-12T10:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
class Player <<static>> {
+ {static} IsMainPlayer(gameObject:GameObject) : bool
+ {static} Count() : int
+ {static} BiggestSize : float <<get>>
}
Player --> "Biggest" Transform
@enduml
| false | true | false | false | class |
c92d0ee7c0f2e945e10186e5b92d2e64b647d98e | c3f4df75eca2f631af70bfec1120fec5c9b88059 | /docs/class_diagram.puml | c75761ee1b4d7312a37be0c78d9c047395b602ad | [] | no_license | webvimark/ybc-content | 8728d92d59daec1930190d7bafc0e836038bb452 | a062fcf121249b47ea728af9cc151dcf80d45853 | refs/heads/master | 2021-01-19T03:03:29.308696 | 2016-10-05T15:53:05 | 2016-10-05T15:53:05 | 36,182,783 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 875 | puml | @startuml
class ContentPage {
const TYPE_TEXT = 0
const TYPE_INTERNAL_LINK = 1
const TYPE_EXTERNAL_LINK = 2
--
int $active
int $sorter
int $type
int $is_main
int $parent_id
int $content_template_id
int $content_menu_id
string $name
string $slug
string $menu_image
string $meta_title
string $meta_keywords
string $meta_description
mediumtext $body
}
class ContentMenu {
int $active
int $has_submenu
int $has_menu_image
string $name
}
class ContentTemplate {
int $active
int $can_be_deleted
string $name
}
class ContentTemplateWidget {
int $active
int $single_per_page
string $name
string $position
string $widget_class
string $widget_options
int $has_settings
string $link_to_settings
}
ContentPage "*"-- ContentPage
ContentPage "*"-- ContentMenu
ContentPage "*"-- ContentTemplate
ContentTemplate "*"-- "*" ContentTemplateWidget
@enduml | false | true | false | false | class |
e8450523e9c526f64d178ccab9985c8412212dda | e8981144d9288703b37625d4e14b9e7ff5c1e8a9 | /Sequence-mobile-userFirstLogin.plantuml | 592583633a9e2cf2efcd8c909081ec66c6267332 | [] | 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,269 | plantuml | @startuml User login for first time DENNE MÅ OPPDATERES
actor Resident
participant Frontend
participant API
database Database
activate Frontend
API -> Resident : Receive temporary login information
Resident -> Frontend : Go to page
Resident -> Frontend : Write login information
Resident -> Frontend : Press "Log in"-button
Frontend -> API : Request validation
activate API
API -> Database : Validate login information
activate Database
alt Validation successful
Database -> API : Validation successful
API -> Frontend : Open "Home-page"
else "First Login"-data = Null
Database -> API : Validation successful
deactivate Database
API -> Frontend : Open "New user-page"
deactivate API
Resident -> Frontend : Write phone number
Resident -> Frontend : Write name
Resident -> Frontend : Write new password
Resident -> Frontend : Rewrite new password
Resident -> Frontend : Press "Save account"
Frontend -> API : Request validation
activate API
alt Missing information
API -> Frontend : Error on what's missing
else All information gathered
API -> Database : Update user information
activate Database
Database -> API : Confirm successful update
deactivate Database
API -> Frontend : Open "Home-page"
deactivate API
end
end
@enduml | false | true | true | false | sequence |
dbc4625aada2dd358207f1eb51d009c869aca7c0 | ef7961d3a8d36ffa77e66e7b665e140f13c2950b | /CodigoDS/out/production/CodigoDS/classDiagram.puml | 1ab77c39102958c5c4f7ff6b30f1e9626b75b68f | [] | no_license | TimeTrackerUAB/timetracker | a95379c86e504b794191cd7bb58da6f46d66ff75 | ac7e1f1a73c6fa4290acbde6cb1df26fd46b753b | refs/heads/main | 2023-02-09T13:15:43.637380 | 2021-01-08T16:47:04 | 2021-01-08T16:47:04 | 304,569,046 | 0 | 0 | null | 2020-12-10T20:53:23 | 2020-10-16T08:41:15 | HTML | UTF-8 | PlantUML | false | false | 3,043 | puml | @startuml
abstract class Activity{
- name: String
- description: String
- initialDate: LocalDateTime
- finalDate: LocalDateTime
- duration: int
- father: Project
+ Activity()
+ Activity(String name, String description, Project father)
+ String getName()
+ String getDescription()
+ int getDuration()
+ Project getParent()
+ LocalDateTime getInitialDate()
+ LocalDateTime getFinalDate()
+ setInitialDate(LocalDateTime date)
+ setFinalDate(LocalDateTime date)
+ setDuration(int dur)
+ createTree(Activity father, JSONObject object)
+ JSONObject convertToJSONObject()
+ update()
}
class Task{
- intervalList: List<Interval>
- nIntervals: int
+ Task()
+ Task(String name, String description, Project father)
+ List<Interval> getIntervalList()
+ startTask()
+ stopTask()
+ addChild(Interval interval)
+ createTree(Activity father, JSONObject object)
+ acceptVisitor()
+ update()
}
class Project{
- activityList: List<Activity>
+ Project()
+ Project(String name, String description, Project father)
+ List<Activity> getActivityList()
+ addChild(Activity activity)
+ createTree(Activity father, JSONObject object)
+ acceptVisitor(Visitor visitor)
+ update()
}
class Clock{
- clock: Clock
- date: LocalDateTime
- timer: Timer
- support: PropertyChangeSupport
- period: int
+ Clock()
+ Clock getInstance()
+ LocalDateTime getDate()
+ int getPeriod()
+ setTime(LocalDateTime time)
+ initialize()
+ addPropertyChangeListener(PropertyChangeListener pcl)
+ removePropertyChangeListener(PropertyChangeListener pcl)
}
class Thread{}
class Interval{
- initTime: LocalDateTime
- finalTime: LocalDateTime
- duration: int
- fatherTask: Task
+ Interval(Task task)
+ Interval(Task father, LocalDateTime iTime, LocalDateTime fTime, int dur)
+ LocalDateTime getInitTime()
+ LocalDateTime getFinalTime()
+ int getDuration()
+ setFinalTime(LocalDateTime time)
+ startInterval()
+ stopInterval()
+ propertyChange(PropertyChangeEvent evt)
+ acceptVisitor()
+ JSONObject convertToJSONObject()
}
class Client{
+ main()
+ startTestA()
+ startTestB()
+ writeJSONFile()
+ readJSONFile()
}
class Printer{
- root: Project
- formatter: DateTimeFormatter
- filter: Boolean
+ Printer(Project r)
+ Printer(Project r, Boolean filt)
+ print()
+ printTimes(LocalDateTime initTime, LocalDateTime finalTime, int duration)
+ visitInterval(interval interval)
+ visitTask(task task)
+ visitProject(Project project)
}
interface Visited{
+ abstract acceptVisitor(Visitor visitor)
}
interface Visitor{
+ abstract visitInterval(Interval interval)
+ abstract visitTask(Task task)
+ abstract visitProject(Project project)
}
class PropertyChangeListener{
+ abstract propertyChange(PropertyChangeEvent evt)
}
Project -up-|> Activity
Task -up-|> Activity
Project *--> "*" Activity
Client --> Project
Client --> Task
Client --> Clock
Client --> Printer
Task "1" -right->"*" Interval
Printer --> Clock : observes
Clock -right-|> Thread
Printer ..|> Visitor
Activity ..|> Visited
Interval ..|> Visited
Printer ..|> PropertyChangeListener
Interval ..|> PropertyChangeListener
@enduml | false | true | false | false | sequence |
7a1074a28e9933bdb86c18311dadcbb507b53f95 | e739ad0e18c3644296461e6c28bef0a122bd662d | /docs/quiz.puml | 6c322d5fb8262c64f56e86626bc74db30acf5b41 | [] | no_license | micsoftvn/quiz-too | 66cb021b3541cdf464e6c2713cfca861e231bdbe | 5838483691aabd7b1213c3b89be33d21ad318041 | refs/heads/master | 2023-04-12T13:33:10.903437 | 2021-05-15T18:40:52 | 2021-05-15T18:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 738 | puml | @startuml quiz_package
class Quiz {
Challenge[] callenges
}
class Question {
String type
String questionString
}
class Challenge {
ChallengeStatus challengeStatus
Int index
String question
Int[] answers
String[] choices
String explanation
Int[] selectedChoices
arrayEqual(Int[] a, Int[] b): Boolean
}
class MdFileProcessor {
extractQuiz(content):Quiz
partitionChallenge(content): String[]
extractExplain(challengeRaw): String
extractChoices(challengeRaw): String[]
extractQuestion(challengeRaw): String
}
class GithubLinkedInSource {
}
class LocalFileSource {
}
Challenge *-- Question
Quiz o-- Challenge
LocalFileSource --> MdFileProcessor
GithubLinkedInSource --> MdFileProcessor
@enduml | false | true | false | false | class |
115a17108ae2b4da421ea5c122f7304444129b18 | ec4ab8a3c9fb2750294261a93939ce679a63303e | /AirportManager-api/AirportManager-api.plantuml | 30bd66c70993a4548824e44460fe1dc91fa13304 | [] | no_license | winostworzylbog/IONB | 3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0 | 30dbd315bf1357e419f285d28bf32d4f2cfb4af3 | refs/heads/origin/master | 2022-12-21T00:15:30.682166 | 2020-01-24T16:37:05 | 2020-01-24T16:37:05 | 236,040,144 | 0 | 0 | null | 2022-12-16T00:40:51 | 2020-01-24T16:32:28 | Java | UTF-8 | PlantUML | false | false | 1,839 | plantuml | @startuml
title __AIRPORTMANAGER-API's Class Diagram__\n
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.DestinationService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.FlightService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.services {
interface pl.edu.uj.ii.ionb.airportmanager.services.StewardService {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO {
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO {
}
}
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplaneTO
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : origin
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : target
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 |
5f684d1e32f2cff66c059cf796bbfdf9d4b79812 | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-6.2.puml | 00de5799b2cdc81410397e406e094e9991817d65 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 491 | puml | @startuml
object "engineering: Organization" as eOrganization {
location = "Boston"
}
object "tools: Organization" as tOrganization {
location = "Chicago"
}
object "apps: Organization" as aOrganization {
location = "Saba"
}
object "Don: Person" as dPerson {
location = "Champaign"
}
object "John: Person" as jPerson {
location = "Champaign"
}
eOrganization -- tOrganization
eOrganization -- aOrganization
tOrganization -- dPerson
tOrganization -- jPerson
@enduml | false | true | false | false | object |
019e4025f25ace83591879c9457fd49c6a6d4106 | 69175948f242f8974cb7e1d6457bd9949813cc58 | /src/UML.puml | f1f3f2821a2d415be2a999b3f8764d901ad2d02f | [] | no_license | chatton/DocumentSimilarityAPI | ee3405b1d48b84b4c38ed863c0f7442abef08100 | 6e79db22cd0bcd45e371e6236ab1178ff6f5379e | refs/heads/master | 2021-05-07T13:49:09.203695 | 2018-01-04T03:43:20 | 2018-01-04T03:43:49 | 109,692,278 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 809 | puml | @startuml
left to right direction
package "Documents" #FFDDDD {
interface Document
class FileDocument
class URLDocument
class StringDocument
Document <|.. FileDocument
Document <|.. URLDocument
Document <|.. StringDocument
}
package "Indexes" #DDFFDD {
interface SimilarityIndex
SimilarityIndex o-- Document
class JaacardIndex
class CachingSimilarityIndex
SimilarityIndex <|.. JaacardIndex
SimilarityIndex <|.. CachingSimilarityIndex
}
package "Shingles" #DDDDFF {
JaacardIndex o-- Shinglizer
interface Shinglizer
class WordShinglizer
Shinglizer <|.. WordShinglizer
}
package "MinHash" #FFDDFF {
class MinHash
JaacardIndex *-- MinHash
class HashGenerator
JaacardIndex *-- HashGenerator
}
hide members
@enduml | false | true | false | false | class |
afcbe21ed3cbf7e1698aa1971cb7e1ab65016564 | c6fa8545978b664ac557f530c9b0fab84780d450 | /Composite/docs/img/Task_CD.puml | f5db12e73423ee50866d6496235f8e4f12730eb0 | [] | no_license | rovany706/design-patterns | 1779eaf3fdea4b865d7160c46ba918fe0540342a | 79eb1e40ebe4e3eb5b3f00f7020bc5e85b0e8fc1 | refs/heads/master | 2020-12-14T15:35:25.922667 | 2020-04-15T09:02:51 | 2020-04-15T09:02:51 | 234,789,540 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,158 | puml | @startuml
package "SmartHome" {
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
skinparam Linetype ortho
class Client {
}
abstract class SmartHomeComponent {
-Enabled: boolean
+Name: string
+SetEnabled()
}
class SmartFloor {
}
class SmartTV {
}
class SmartCurtains {
}
class SmartLight {
}
class SmartGroup {
-Children: SmartHomeComponent[]
+Add()
+Remove()
}
class SmartHomeScenario {
+Floors: SmartGroup
+Lights: SmartGroup
+Curtains: SmartGroup
+TV: SmartTV
}
Client --> SmartHomeComponent
SmartHomeScenario --|> SmartHomeComponent
SmartFloor -up-|> SmartHomeComponent
SmartTV -up-|> SmartHomeComponent
SmartCurtains -up-|> SmartHomeComponent
SmartLight -up-|> SmartHomeComponent
SmartFloor "1" -- "*" SmartGroup
SmartTV "1" -- "*" SmartGroup
SmartCurtains "1" -- "*" SmartGroup
SmartLight "1" -- "*" SmartGroup
SmartGroup --|> SmartHomeComponent
SmartGroup --> SmartHomeScenario
}
@enduml | false | true | false | false | class |
893af1ff4c29218d78e5cb8c86cc1c935f251500 | 12a63551287f294bc8c70fa5d33f028530d9e607 | /src/main/uml/123.puml | 9eeffaba73f72564a141ef4bc7a6c5a08e51624b | [] | no_license | lalalaHAHAhehe/Test | 0b11478dba6e76cb0093cf11dcead7dcfc3ac936 | 89711ab4e7e9c7e3928217d179e8c3b984cf2c25 | refs/heads/main | 2023-07-13T00:48:51.507793 | 2021-08-18T08:37:34 | 2021-08-18T08:37:34 | 392,520,846 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,621 | puml | @startuml
autonumber
actor User
participant "User" as User
box "Daraz" #LightYellow
participant "Daraz App" as DarazApp
participant "Daraz Backend" as DarazBackend
end box
box "Easypaisa" #LightBlue
participant "EP H5" as EPH5 #LightGreen
participant "EP App" as EPApp #LightGreen
participant "EP Backend" as EPBackend #LightGreen
participant "OPS" as OPS #LightGreen
end box
== User Binding ==
User -> DarazApp: Add Easypaisa payment method
activate DarazApp
DarazApp -> DarazBackend: Add Easypaisa payment method
activate DarazBackend
DarazBackend -> EPBackend: Init binding(authState、authRedirectUrl)
activate EPBackend
EPBackend -> EPBackend: Record info(authState、authRedirectUrl)<font color=red><b>【PREPARED】
EPBackend -> EPBackend: Generate authID、authUrl
EPBackend --> DarazBackend: Response authUrl with authID
deactivate EPBackend
DarazBackend --> DarazApp: Response authUrl
deactivate DarazBackend
deactivate DarazApp
alt If EPApp installed
DarazApp -> EPH5: Open authUrl(H5 middle page)
activate DarazApp
activate EPH5
EPH5 -> EPH5: Show middle page
EPH5 -> EPApp: Open EP App
deactivate EPH5
activate EPApp
EPApp -> EPApp: APP login if need(PIN、Fingerprint、FaceID;Risk OTP)(existing login flow)
EPApp -> EPBackend: Get sign page(authID)
activate EPBackend
EPBackend ->EPBackend: Query agreement info
EPBackend --> EPApp: Return sign page
deactivate EPBackend
EPApp -> EPApp: Show sign page
User -> EPApp: Confirmation of agreement
alt If cancel the agreement
EPApp -> EPBackend: Cancel sign agreement
activate EPBackend
EPBackend -> EPBackend: Update binding status<font color=red><b>【CANCELED】
EPBackend --> EPApp: Response update result
deactivate EPBackend
EPApp --> DarazApp: Jump back to DarazApp with authState
end
EPApp -> EPBackend: Sign agreement
activate EPBackend
EPBackend -> EPBackend: Generate paymentAuthCode
EPBackend -> EPBackend: Record paymentAuthCode and EP userID
EPBackend -> EPBackend: Update binding status<font color=red><b>【CONFIRMED】
EPBackend --> EPApp: Response paymentAuthCode
deactivate EPBackend
EPApp -> EPApp: Show success page
loop If not receive sign result after some time
DarazApp -> EPBackend: Query paymentAuthCode(authState、scope)
activate EPBackend
EPBackend -> EPBackend: Query paymentAuthCode
EPBackend --> DarazApp: Response result
deactivate EPBackend
end
EPApp --> DarazApp: Jump back to DarazApp with paymentAuthCode and authState
deactivate DarazApp
deactivate EPApp
end
alt If EPApp not installed
DarazApp -> EPH5: Open authUrl(H5 middle page)
activate DarazApp
activate EPH5
EPH5 -> EPH5: Show middle page
EPH5 -> EPH5: Redirect to login page
EPH5 -> EPH5: H5 login (PIN、Fingerprint、FaceID;Risk OTP)
EPH5 -> EPBackend: Get sign page(authID)
activate EPBackend
EPBackend ->EPBackend: Query agreement info
EPBackend --> EPH5: Return sign page
deactivate EPBackend
EPH5 -> EPH5: Show sign page
User -> EPH5: Confirmation of agreement
alt If cancel the agreement
EPH5 -> EPBackend: Cancel sign agreement
activate EPBackend
EPBackend -> EPBackend: Update binding status<font color=red><b>【CANCELED】
EPBackend --> EPH5: Response update result
deactivate EPBackend
EPH5 --> DarazApp: Jump back to DarazApp with authState
end
EPH5 -> EPBackend: Sign agreement
activate EPBackend
EPBackend -> EPBackend: Generate paymentAuthCode
EPBackend -> EPBackend: Record paymentAuthCode and EP userID
EPBackend -> EPBackend: Update binding status<font color=red><b>【CONFIRMED】
EPBackend --> EPH5: Response paymentAuthCode
deactivate EPBackend
EPH5 -> EPH5: Show success page
loop If not receive sign result after some time
DarazApp -> EPBackend: Query paymentAuthCode(authState、scope)
activate EPBackend
EPBackend -> EPBackend: Query paymentAuthCode
EPBackend --> DarazApp: Response result
deactivate EPBackend
end
EPH5 --> DarazApp: Jump back to DarazApp with paymentAuthCode
deactivate EPH5
deactivate DarazApp
end
DarazApp -> DarazBackend: Apply paymentToken(paymentAuthCode)
activate DarazApp
activate DarazBackend
DarazBackend -> EPBackend: Apply paymentToken(paymentAuthCode)
activate EPBackend
EPBackend -> EPBackend: Verify paymentAuthCode
EPBackend -> OPS: Apply pinLessToken
activate OPS
OPS -> OPS: Generate pinLessToken
OPS --> EPBackend: Response pinLessToken
deactivate OPS
EPBackend -> EPBackend: Update binding status<font color=red><b>【TOKEN_GENERATED】
EPBackend --> DarazBackend: Response paymentToken(pinLessToken‘s business name)
deactivate EPBackend
DarazBackend -> DarazBackend: Save paymentToken
DarazBackend --> DarazApp: Return success
deactivate DarazBackend
deactivate DarazApp
@enduml
| false | true | true | false | usecase |
8e65d368f8d6109bf340988d611b491ae8736813 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - design/topic/viewTopic.plantuml | 05de15502407e4cad42821aa9879e6e8302ca1cb | [] | 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 | 850 | plantuml | @startuml createTopic
activate ": User"
": User" -->> ": ITopicForm": // request view topic
activate ": ITopicForm"
": ITopicForm" -> ": TopicController": view_topic(token, classroom_id)
activate ": TopicController"
": TopicController" -> ": IClassroomMemberDB": read(classroom_id, user_id)
activate ": IClassroomMemberDB"
deactivate ": IClassroomMemberDB"
alt can view topic
": TopicController" -> ": ITopicDB": read(topic_id)
activate ": ITopicDB"
deactivate ": ITopicDB"
deactivate ": TopicController"
alt topic is exist
": ITopicForm" -->> ": User": // show topic
else toipic is not exist
": ITopicForm" -->> ": User": // topic is not exist
end
else can not view topic
": ITopicForm" -->> ": User": // not have permission for view topic
end
deactivate ": User"
deactivate ": ITopicForm"
@enduml | false | true | false | false | sequence |
d410b966621748dec44d274624b13699afe369a5 | b74b97592456967e5cabb8d28e0273d409cfe97d | /doc/figures/classes/classes-semantic.plantuml | 4ca91b52eb3f06521d9fff6b3c11845e44af065d | [] | no_license | MacTiger/mac-tiger | 0081526b17e72f9aa5aaca4dd0c63a547fdbecc6 | 08751dcad27eaa1af25da44647196935dc91bfc6 | refs/heads/master | 2022-03-18T19:15:38.268340 | 2020-04-12T18:12:18 | 2020-04-12T18:12:18 | 219,507,500 | 3 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,087 | plantuml | @startuml
class SymbolTable {
- int depth
- SymbolTable parent
- List<SymbolTable> children
- Namespace<Type> types
- Namespace<FunctionOrVariable> functionsAndVariables
}
class Namespace<Symbol extends Symbol> {
- Map<String, Symbol> symbols
}
abstract class Symbol
abstract class FunctionOrVariable
class Function {
- Type type
- SymbolTable table
}
class Variable {
- Type type
- int offset
- writable
- translated
}
abstract class Type
class Primitive {
- int size
}
class Array {
- Type type
}
class Record {
- Namespace<Variable> namespace
}
Symbol <|-up- FunctionOrVariable
FunctionOrVariable <|-left- Function
FunctionOrVariable <|-right- Variable
Symbol <|-down- Type
Type <|-down- Primitive
Type <|-down- Array
Type <|-down- Record
SymbolTable "1"--"*" SymbolTable
SymbolTable "0"--"2" Namespace
SymbolTable "0"--"*" FunctionOrVariable
SymbolTable "1"--"0" Function
SymbolTable "0"--"*" Type
Function "0"--"1" Type
Variable "0"--"1" Type
Array "0"--"1" Type
Record "0"--"1" Namespace
Record "0"--"*" Variable
@enduml
| false | true | false | false | class |
6f7e8a098e03f0d62073607240cb75ac062d73ec | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/diagrams/resources.plantuml | efb475a344435163dc6d92356b3c968e75101486 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | ISO-8859-4 | PlantUML | false | false | 2,252 | plantuml | @startuml
title __RESOURCES's Class Diagram__\n
package app.resources {
interface DAO_STUB {
{abstract} + loadSerie()
{abstract} + loadTemporada()
{abstract} + loadEpisodi()
{abstract} + loadArtista()
{abstract} + loadProductora()
{abstract} + loadAdmin()
{abstract} + loadClient()
{abstract} + loadSubscripcio()
{abstract} + loadVisualitzaciķ()
{abstract} + loadValoracio()
}
}
package app.resources {
class DAO_XML_STUB {
- serie : String
- temporada : String
- client : String
- episodi : String
- valoracio : String
- productora : String
- artista : String
- subscripcio : String
- visualitzacio : String
- users : ArrayList<User>
+ DAO_XML_STUB()
+ obtenirDades()
+ loadSerie()
+ loadTemporada()
+ loadEpisodi()
+ loadArtista()
+ loadProductora()
+ loadValoracio()
+ loadAdmin()
+ loadClient()
+ getCatalog()
+ loadSubscripcio()
+ getUser()
+ loadVisualitzaciķ()
+ getEpisode()
+ getUsers()
+ getSerie()
+ getTemporada()
+ getClient()
+ getAdmin()
+ getEpisodi()
+ getValoracio()
+ getProductora()
+ getArtista()
+ getSubscripcio()
+ getVisualitzacio()
}
}
package app.resources {
class STUBXMLParser {
+ STUBXMLParser()
+ parse()
- obtenirSeries()
- obtenirProductora()
- obtenirArtistes()
- obtenirTemporades()
- obtenirEpisodis()
- obtenirValoracions()
- obtenirAdministradors()
- obtenirClients()
- obtenirSubcripcions()
- obtenirVisualitzacions()
}
}
DAO_XML_STUB -up-|> DAO_STUB
DAO_XML_STUB o-- Catalog : catalog
DAO_XML_STUB o-- Series : sSerie
DAO_XML_STUB o-- User : user
STUBXMLParser o-- DAO_XML_STUB : daoXml
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 | true | false | class |
8db598277890cba0b9d575f1160cc33175c5eb9c | 26e98c719f63b83dc52962c62b00f502b42e3348 | /src/diagrams/scenarios/create-match.sequence.puml | d3bd6925d6f44047ce121f0d9ebe3f28265a525f | [
"MIT"
] | permissive | thiagojsvix/chess | 7fb1827c79c4fe3420fb9f282fbe174bce8306f1 | cb517040c376b8aa908c3d6b6879dee186077dcc | refs/heads/master | 2022-11-18T09:24:45.797887 | 2020-07-18T22:47:53 | 2020-07-18T22:51:01 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,394 | puml | @startuml create-match.sequence
title Create Match Scenario
actor "Chess Player" as chessPlayer
box "Console Application" #LightBlue
participant "Scenario" as scenario
participant Player as player
end box
box "Orleans Core" #LightGray
participant "Cluster Client" as clusterClient
end box
box "Orleans Grain" #LightGray
participant "Match Registry" as matchRegistry
participant Match as match
participant Dealer as dealer
end box
participant Game as game
activate scenario
!startsub Main
scenario -> scenario : Draw scenario
chessPlayer -> scenario : Match's name
scenario -> clusterClient : Get grain match
activate clusterClient
clusterClient --> scenario
deactivate clusterClient
scenario ->> match : Wake up
activate match
scenario ->> match : Join player
match -> game : Join player
activate game
game -> match
deactivate game
match ->> dealer : Add player
activate dealer
deactivate dealer
alt players total is equal to 2
match ->> dealer : Next player
activate dealer
dealer -->> match
deactivate dealer
match -> player : Your move
activate player #DarkSalmon
activate scenario #DarkSalmon
player -> scenario : Draw scenario
deactivate player
deactivate scenario
end
match -->> scenario
deactivate dealer
deactivate match
scenario -> scenario : Draw game
!endsub
@enduml
| false | true | false | false | sequence |
1ee249b36db3a278dd75b67c46b8473f63806701 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /legacy/mojaloop-technical-overview/central-settlements/settlement-process/assets/diagrams/sequence/seq-gross-settlement-handler.plantuml | fc837adab4cf48a96b14cf26c6ffe0e226e67dd1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 13,770 | 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>
* Neal Donnan <neal.donnan@modusbox.com>
* Shashikant Hirugade <shashikant.hirugade@modusbox.com>
--------------
******'/
@startuml
' declare title
title Gross Settlement Handler Consume (Success)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "topic-notification" as TOPIC_NOTIFICATION
control "Gross Settlement Handler" as SETTLEMENT_HANDLER
control "Gross Settlement Service" as SETTLEMENT_SERVICE
database "central_ledger" as DB
entity "Settlement DAO" as SETTLEMENT_DAO
box "Settlement Service" #LightGreen
participant TOPIC_NOTIFICATION
participant SETTLEMENT_HANDLER
participant SETTLEMENT_SERVICE
participant SETTLEMENT_DAO
end box
box "Central Services" #lightyellow
participant DB
end box
' start flow
activate SETTLEMENT_HANDLER
group Gross Settlement Handler Consume (Success)
alt Consume Single Message
TOPIC_NOTIFICATION <- SETTLEMENT_HANDLER: Consume notification event message
activate TOPIC_NOTIFICATION
deactivate TOPIC_NOTIFICATION
group Validate Message
SETTLEMENT_HANDLER <-> SETTLEMENT_HANDLER: Validate event - Rule: message has payload\n<color #FF0000><b>Error codes:</b> 2001</color>
end
opt action == 'COMMIT'
group Retry (default 3 retries)
group <color #blue>DB TRANSACTION: settle transfer</color>
SETTLEMENT_HANDLER -> SETTLEMENT_SERVICE: Process fulfil message
SETTLEMENT_SERVICE -> SETTLEMENT_DAO: Get Gross settlement model
SETTLEMENT_DAO -> DB: Get settlement model records
activate DB
deactivate DB
hnote over DB #lightyellow
SELECT settlementModel.*
FROM **settlementModel**
INNER JOIN `participantCurrency` AS `pc` ON `pc`.`currencyId` = `settlementModel`.`currencyId`
AND `pc`.`ledgerAccountTypeId` `settlementModel`.`ledgerAccountTypeId`
INNER JOIN `transferParticipant` AS `tp` ON `tp`.`participantCurrencyId` = `pc`.`participantCurrencyId`
INNER JOIN settlementGranularity AS `g` ON `g`.`settlementGranularityId` = `settlementModel`.`settlementGranularityId`
WHERE `tp`.`transferId`, {transferId}
AND `g`.`name`, {settlementGranularityName}
AND `settlementModel`.`isActive`, {1};
end hnote
SETTLEMENT_DAO <-- DB: Gross settlement model result
SETTLEMENT_SERVICE <-- SETTLEMENT_DAO: Gross settlement model result
group Validate settlement model
SETTLEMENT_SERVICE <-> SETTLEMENT_SERVICE: Valid Gross settlement model with given currency does not exist
SETTLEMENT_SERVICE <-> DB: Get all settlement models
alt Check if NET settlement model with the transfer currency exists
SETTLEMENT_SERVICE <-> SETTLEMENT_SERVICE: Return true
else
SETTLEMENT_SERVICE <-> SETTLEMENT_SERVICE: filter all settlement models by currencyId === null and granularityType === GROSS
SETTLEMENT_SERVICE <-> SETTLEMENT_SERVICE: Return default GROSS settlement model
end
end
SETTLEMENT_SERVICE -> SETTLEMENT_DAO: Settle transfer if CGS
SETTLEMENT_DAO -> DB: Insert transferParticipant entries
activate DB
deactivate DB
hnote over DB #lightyellow
insert into **`transferParticipant`** (transferID, participantCurrencyId, transferParticipantRoleTypeId, ledgerEntryTypeId,
amount)
select `TP`.`transferId`,
`TP`.`participantCurrencyId`,
`TP`.`transferParticipantRoleTypeId`,
`TP`.`ledgerEntryTypeId`,
`TP`.`amount` * -1
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC` on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M` on `PC`.`ledgerAccountTypeId` = `M`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G` on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS'))
union
select `TP`.`transferId`,
`PC1`.`participantCurrencyId`,
`TP`.`transferParticipantRoleTypeId`,
`TP`.`ledgerEntryTypeId`,
`TP`.`amount`
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC` on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M` on `PC`.`ledgerAccountTypeId` = `M`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G` on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
inner join `participantCurrency` as `PC1`
on `PC1`.`currencyId` = `PC`.`currencyId` and `PC1`.`participantId` = `PC`.`participantId` and
`PC1`.`ledgerAccountTypeId` = `M`.`settlementAccountTypeId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS'));
end hnote
SETTLEMENT_DAO -> DB: Update participantPosition records
activate DB
deactivate DB
hnote over DB #lightyellow
update **`participantPosition`** as `PP`
inner join (select `PC`.`participantCurrencyId`, `TP`.`Amount`
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC`
on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M`
on `PC`.`ledgerAccountTypeId` = `M`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G`
on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS'))
union
select `PC1`.`participantCurrencyId`, `TP`.`amount`
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC`
on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M`
on `M`.`ledgerAccountTypeId` = `PC`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G`
on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
inner join `participantCurrency` as `PC1`
on `PC1`.`currencyId` = `PC`.`currencyId` and
`PC1`.`participantId` = `PC`.`participantId` and
`PC1`.`ledgerAccountTypeId` = `M`.`settlementAccountTypeId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS')))
AS TR ON PP.participantCurrencyId = TR.ParticipantCurrencyId
set `value` = `PP`.`value` - `TR`.`amount`;
end hnote
SETTLEMENT_DAO -> DB: Insert participantPositionChange records
activate DB
deactivate DB
hnote over DB #lightyellow
insert into **`participantPositionChange`** (participantPositionId, transferStateChangeId, value, reservedValue)
select `PP`.`participantPositionId`, `TSC`.`transferStateChangeId`, `PP`.`value`, `PP`.`reservedValue`
from `participantPosition` as `PP`
inner join (select `PC`.`participantCurrencyId`
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC`
on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M`
on `PC`.`ledgerAccountTypeId` = `M`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G`
on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS'))
union
select `PC1`.`participantCurrencyId`
from `transferParticipant` as `TP`
inner join `participantCurrency` as `PC`
on `TP`.`participantCurrencyId` = `PC`.`participantCurrencyId`
inner join `settlementModel` as `M`
on `PC`.`ledgerAccountTypeId` = `PC`.`ledgerAccountTypeId`
inner join `settlementGranularity` as `G`
on `M`.`settlementGranularityId` = `G`.`settlementGranularityId`
inner join `participantCurrency` as `PC1` on `PC1`.`currencyId` = `PC`.`currencyId` and
`PC1`.`participantId` = `PC`.`participantId` and
`PC1`.`ledgerAccountTypeId` = `M`.`settlementAccountTypeId`
where (`TP`.`transferId` = {transferId} and (`G`.`name` = 'GROSS'))) AS TR
ON PP.participantCurrencyId = TR.ParticipantCurrencyId
inner join `transferStateChange` as `TSC`
on `TSC`.`transferID` = {transferId} and `TSC`.`transferStateId` = 'SETTLED';
end hnote
end
end
end
else Consume Batch Messages
note left of SETTLEMENT_HANDLER #lightblue
To be delivered by future story
end note
end
end
deactivate SETTLEMENT_HANDLER
@enduml
| false | true | true | false | sequence |
7bdebe1c557629ba4fa868d6db92a76e6fa74d9b | f20133f7e03f69e64428e62b7389fb906d8e5f64 | /doc/stack-classdiagram.plantuml | 97e4cb05204cd841359a7012a790ea71cf2e56b3 | [
"Apache-2.0"
] | permissive | hslu-students/ad-exercises | f534f439db4d8ca72ba0b505ef9c5f16487baccd | 92cfef8014b6395f56768be90325aabe1ea59941 | refs/heads/master | 2020-06-04T22:09:06.929198 | 2019-11-03T20:34:33 | 2019-11-03T20:34:33 | 192,209,227 | 1 | 0 | NOASSERTION | 2020-01-31T18:20:32 | 2019-06-16T15:48:55 | Java | UTF-8 | PlantUML | false | false | 216 | plantuml | @startuml
' style
skinparam Handwritten true
skinparam monochrome true
' class definitions
class Stack {
-stack: String[100]
-index: Int
+isFull(): Boolean
+push(element: String)
+pop(): String
}
@enduml | false | true | false | false | class |
9d05c694329a2ff539d9816b3488ec0615c3b2fd | fcf2964bea457ff3bc5487edc35cd7fd601a6285 | /docs/diagrams/useCase.puml | 0a207a231cb62a2d4234ec1bc413c11127f6468f | [] | no_license | jofrancis1997/ekzameno | e1460196dda7117e9022e2e41df7bea250d7c1dc | b68f02b68740fbdbcf7d4c2fc091d5f17e987ac5 | refs/heads/master | 2023-02-26T02:25:06.586561 | 2020-11-22T00:49:57 | 2020-11-22T00:49:57 | 334,376,922 | 1 | 0 | null | 2021-01-30T09:38:29 | 2021-01-30T09:38:19 | null | UTF-8 | PlantUML | false | false | 1,173 | puml | @startuml Use Case Diagram
left to right direction
actor Student
actor Administrator
actor Instructor
package Ekzameno {
usecase "View subjects" as UC01
usecase "Submit exam" as UC02
usecase "View published exams" as UC03
usecase "Answer question" as UC04
usecase "View all subjects" as UC05
usecase "Add instructor" as UC06
usecase "Add subjects" as UC07
usecase "Add student to system" as UC08
usecase "Add student to subject" as UC09
usecase "Publish exam" as UC10
usecase "Create exam" as UC11
usecase "Mark exam" as UC12
usecase "Publish exam results" as UC13
usecase "View all exams" as UC14
usecase "Create question" as UC15
usecase "Delete exam" as UC16
usecase "Edit exam" as UC17
usecase "Close exam" as UC18
}
Student --> UC01
Student --> UC02
Student --> UC03
Student --> UC04
Administrator --> UC05
Administrator --> UC06
Administrator --> UC07
Administrator --> UC08
Administrator --> UC09
Instructor --> UC10
Instructor --> UC11
Instructor --> UC12
Instructor --> UC13
Instructor --> UC14
Instructor --> UC15
Instructor --> UC16
Instructor --> UC17
Instructor --> UC18
@enduml
| false | true | false | false | usecase |
dabd4800511a4d47c1eea9550766d403cb661e42 | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/CentralComputer/ClassDiagram/ClassDiagram.plantuml | d4fcedc429a5e4e4776c4412e7f6d2d4c076ef88 | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,507 | plantuml | @startuml
title CD_UC1
skinparam wrapWidth 200
class UC1 <<controller>>{
+UC1(Startknap* SK, Display *D)
+Run()
+~UC1()
- _SK : Startknap*
- _D : Display*
- _player[2] : Player
- _W1 : Wifi*
}
class Startknap <<Domain>>{
-_gpio[2] : int
-_Status[2] : bool
+Startknap(int gpio1, int gpio2)
+WaitForStart()
+~Startknap()
}
class Display<<Boundary>>{
+Display(int rows, int cols, int bits, int rs, int strb,int d0, int d1, int d2, int d3, int d4, int d5, int d6, int d7)
+StartCountDown(int count)
+LostLife(int player,&SumoBot,&SumoBot)
+ShowWinner(int player)
+writeToScreen(string msg)
- _displayfd : int
- _rows : int
- _cols : int
- _bits : int
- _rs : int
- _strb : int
- _data[8] : int
}
class SumoBot <<Boundary>>{
- _TCPS : TCPServer*
- _lifes : int
-_retning : int
-_speed : int
-_attackStatus : bool
+SumoBot(int lifes, int player)
+SetDirectionAndSpeed(int dir, int speed)
+SubstractLife()
+GetLife()
+~SumoBot()
}
class Styringsenhed <<Boundary>>{
-_speed : int
-_direction : int
-_SPIM : SPIMaster*
+Styringsenhed(int channel, int comSpeed, int bufferSize)
+GetDirectionAndSpeed(int &dir, int &speed)
+~Styringsenhed()
}
class Player <<Struct>> {
direction : int
speed : int
attack : bool
SBptr : SumoBot*
SEptr : Styringsenhed*
hide members
show fields
}
hide <<Struct>> circle
Startknap"2" -- UC1
UC1 -- "2"Styringsenhed
UC1 - "2"SumoBot
Display - UC1
@enduml | false | true | false | false | class |
2fda78b1657f0bdb222f7e0699e496e4749bb895 | 19c8cf12c2433ce45c00c02593d98ace63b0eb2d | /ops/salus-dependencies.plantuml | 464d223565b1e4ea5278a2c99d5778dd1fbcc47e | [
"Apache-2.0"
] | permissive | racker/salus-docs | 269ca0a88757798b2fe1aee33938f6a6f0d4924c | 83a44cb1732b79b14adee0ee88af97f53b2bb6f4 | refs/heads/master | 2021-06-24T19:58:49.516310 | 2021-01-19T14:44:28 | 2021-01-19T14:44:28 | 194,307,660 | 3 | 0 | Apache-2.0 | 2022-06-06T16:48:45 | 2019-06-28T17:02:08 | null | UTF-8 | PlantUML | false | false | 1,904 | plantuml | @startuml
actor user [
End User
]
actor salus_admin [
Salus Admin
]
agent envoy [
Envoy
]
database mysql [
MySQL
]
boundary repose_auth [
Repose
Auth Service
]
boundary repose_public_api [
Repose
Public API
]
boundary repose_admin_api [
Repose
Admin API
]
agent kapacitor
agent kube_api [
Kubernetes API
]
agent vault
database etcd
queue umb [
UMB
]
agent public_api
agent admin_api
frame SalusBackendApps {
agent prm [
Presence Monitor
]
agent auth [
Auth Service
]
agent ambassador [
Ambassador
]
agent evm [
Event Engine Management
]
agent evi [
Event Engine Ingest
]
agent rm [
Resource Management
]
agent mm [
Monitor Management
]
agent pm [
Policy Management
]
agent zw [
Zone Watcher
]
agent acm [
Agent Catalog Management
]
}
evm -down-> kapacitor
evm -down-> mysql
evm -down-> kube_api : calls
evi -down-> kapacitor
evi -down-^ umb
evi -down-> kube_api : calls
rm -down-^ umb
rm -down-> mysql
mm -down-# umb
mm -> rm : calls
mm -> pm : calls
mm -down-> mysql
mm -down-> etcd
pm -down-# umb
pm -> mm : calls
pm -down-> mysql
prm -down-^ umb
prm -down-> etcd
prm -> rm : calls
zw -down-> etcd
zw -down-^ umb
zw -> mm : calls
envoy -down-> ambassador : gRPC over TLS
ambassador -down-> umb
ambassador -down-> etcd
ambassador -> vault
ambassador -> mm : calls
ambassador -> rm : calls
acm -> rm : calls
acm -> mysql
acm -> umb
envoy -down-> repose_auth : calls
repose_auth -down-> auth
auth -down-> vault
user -down-> repose_public_api
repose_public_api -down-> public_api
public_api -down-> etcd
public_api -down-> rm
public_api -down-> mm
public_api -down-> pm
public_api -down-> evm
public_api -down-> acm
salus_admin -down-> repose_admin_api
repose_admin_api -down-> admin_api
admin_api -down-> etcd
admin_api -down-> mm
admin_api -down-> pm
admin_api -down-> rm
admin_api -down-> evm
admin_api -down-> prm
admin_api -down-> acm
@enduml | false | true | false | false | sequence |
4be52477ff605cd9e4bb3b3dc7ee1611ab927232 | 83bdd5714407037469deb5d78413b31d28fa70d1 | /fileupload.plantuml | e5adde10f22a1e3e9ec8a5497c1b2bee943dcb9f | [] | no_license | cgendreau/plantuml-test | 8cc1c842f05d08b2fd44d2d85dd453919b7317df | 9aca4ffc36de1b9f18f22ee47926d57467e18954 | refs/heads/master | 2020-06-18T21:37:17.681716 | 2019-07-12T13:03:49 | 2019-07-12T13:03:49 | 196,458,720 | 0 | 0 | null | 2019-07-11T20:13:53 | 2019-07-11T20:09:06 | null | UTF-8 | PlantUML | false | false | 400 | plantuml | @startuml
Browser -> "Multimedia API": Multipart upload
"Multimedia API" -> Postgres: store metadata
"Multimedia API" -> Minio: Multipart upload
loop until upload done
Minio --> "Multimedia API": progress/status
"Multimedia API" --> Browser: progress/status
end
"Multimedia API" -> Postgres: upload done (success or error)
"Multimedia API" --> Browser: upload done (success or error)
@enduml
| false | true | false | false | sequence |
fea2326bb339781e274858393ddcbb758f92c811 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomerSetDateOfBirthAction.puml | 3f0f87925d020e647f1dee6368dd800ce41679c7 | [] | 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 | 456 | 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 CustomerSetDateOfBirthAction [[CustomerSetDateOfBirthAction.svg]] extends CustomerUpdateAction {
action: String
dateOfBirth: Date
}
interface CustomerUpdateAction [[CustomerUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
c358b62aea716d3d6333d97f8965e0b7cc0ba133 | d8770380ad3a6498e279034f0fbed635b168e7fb | /ChallengeAgendaBesy.puml | 4fc3ccbc25b4c4d6927608d8b0c6b4933f9b094b | [] | no_license | scdiego/Agenda | cf673a70c83052c1cbc3d07bb8fcd6f5e5e4d7a8 | bee0b21ba5be6e3c6d7f8398754df2e74fe0e86c | refs/heads/master | 2023-08-22T16:56:49.939893 | 2021-10-14T00:58:30 | 2021-10-14T00:58:30 | 416,593,455 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,056 | puml | @startuml
abstract class LogicaNegocio.Contacto
annotation java.lang.Override
class LogicaNegocio.Agenda
class LogicaNegocio.Direccion
class LogicaNegocio.Empresa
class LogicaNegocio.Persona
class LogicaNegocio.Telefono
class java.util.ArrayList
class java.util.HashMap
class java.util.Iterator
class java.util.List
class java.util.Map
LogicaNegocio.Agenda ..> java.lang.Override
LogicaNegocio.Agenda ..> java.util.ArrayList
LogicaNegocio.Agenda ..> java.util.HashMap
LogicaNegocio.Agenda ..> java.util.Iterator
LogicaNegocio.Agenda ..> java.util.List
LogicaNegocio.Agenda ..> java.util.Map
LogicaNegocio.Direccion ..> java.lang.Override
LogicaNegocio.Empresa --|> LogicaNegocio.Contacto
LogicaNegocio.Empresa ..> java.lang.Override
LogicaNegocio.Empresa ..> java.util.HashMap
LogicaNegocio.Empresa ..> java.util.Map
LogicaNegocio.Persona --|> LogicaNegocio.Contacto
LogicaNegocio.Persona ..> java.lang.Override
LogicaNegocio.Persona ..> java.util.ArrayList
LogicaNegocio.Persona ..> java.util.Iterator
LogicaNegocio.Telefono ..> java.lang.Override
@enduml | false | true | false | false | class |
8f8ceb87a6d71170e9299b10af504451d8f5b526 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyPaymentSetMethodInfoMethodAction.puml | 2bc81617253054972d67b95ba0d4b010ece00236 | [] | 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 | 468 | 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 MyPaymentSetMethodInfoMethodAction [[MyPaymentSetMethodInfoMethodAction.svg]] extends MyPaymentUpdateAction {
action: String
method: String
}
interface MyPaymentUpdateAction [[MyPaymentUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
b6f99adc852736bda298459f747636df3b3c889a | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Application/Services/Deployment.puml | d00c700803063898cd3267537b8282dac38e6d29 | [] | 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 | 323 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Application/Services" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
77973575b7763cc4a270a368653793ae2f2b3eed | 3b04acc8ded79b847cad9359dc56aa1b2d66a79b | /docs/docker-compose/diagrams/docker-compose-community.puml | 8495395a458d2a9373a2318c6829628a04abe8d8 | [
"Apache-2.0"
] | permissive | vprince1/acs-deployment | f11c46478423556acbaed0f8ca68bd1a13516ef9 | a55180cd160c6050f206b581de3c99c7a4b136b1 | refs/heads/master | 2022-12-16T04:19:24.072199 | 2020-09-11T10:14:16 | 2020-09-11T10:14:16 | 295,211,661 | 0 | 0 | Apache-2.0 | 2020-09-13T18:23:50 | 2020-09-13T18:23:49 | null | UTF-8 | PlantUML | false | false | 811 | puml | @startuml
Title: Docker Compose Deployment Overview (Community)
skinparam componentStyle uml2
skinparam linetype ortho
skinparam rectangle {
BorderStyle dashed
FontSize 15
FontStyle none
}
actor Client
node "Docker Compose" {
component "NGINX proxy" as proxy #lightgrey
component "Alfresco Content Services" as acs #lightgrey
component "Alfresco Search Services" as ass #lightgrey
component "PostgreSQL" as psql #lightgrey
component "Alfresco Share" as share #lightgrey
component "ActiveMQ" as amq #lightgrey
component "Transform Core (AIO)" as tcore #lightgrey
}
Client --> proxy
proxy --> acs
proxy --> share
acs <-left-> ass
acs --> psql
acs --> tcore
acs <-left-> amq
tcore <-up-> amq
share --> acs
center footer Copyright 2020 Alfresco Software Inc
@enduml
| false | true | false | false | usecase |
85922f1ed2634dc69a201e8dc3fc81aedb3d07ae | 84d49c29cfedd2d78f8d4381859b6e48d20b3509 | /sequence_diagram_referral_list.puml | f77c5c9ac4209a121a7f3105531ad668f46f3c20 | [] | no_license | poznas/hydra-aimo | 9e79ff6a0ff4a38871815bdd4ee33435a1a43c31 | e1497ee5e689e8d9f81f4c2e989924e2c355ace3 | refs/heads/master | 2020-04-14T00:45:27.398473 | 2019-01-21T12:25:05 | 2019-01-21T12:25:05 | 163,541,573 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,226 | puml | @startuml
actor User
boundary ReferralScreen
control HydraController
control ReferralService
control HydraRepository
database DB
box "Client" #LightBlue
participant ReferralScreen
end box
box "Server" #Pink
control HydraController
control ReferralService
control HydraRepository
end box
box "Model" #Orange
participant DB
end box
User -> ReferralScreen : navigateToReferralScreen()
activate ReferralScreen
ref over ReferralScreen : **UC_4 / DECORATE**\n**REQUEST WITH**\n**JWT TOKEN**
ReferralScreen -> HydraController : **GET /referral/referrals** (token)
ref over HydraController : **UC_4 / VALIDATE USER TOKEN**
activate HydraController
HydraController -> ReferralService : getReferrals()
activate ReferralService
ReferralService -> HydraRepository : getReferrals()
activate HydraRepository
HydraRepository -> DB
activate DB
DB --> HydraRepository
deactivate DB
HydraRepository --> ReferralService : List<ReferralAnnouncement>
deactivate HydraRepository
ReferralService --> HydraController : List<ReferralAnnouncement>
deactivate ReferralService
HydraController --> ReferralScreen : List<ReferralAnnouncement>
deactivate HydraController
ReferralScreen -> ReferralScreen : renderReferrals()
@enduml | false | true | false | false | usecase |
f7abf096c02477df1ee79a5f12472ca695fd237e | 5ca78f3c988590165f0ed39826daa7fec21d8c74 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-saleschannel.puml | 1a15f4bb9e1dc46e8d9ef45d31bc6eb42508d148 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | mitelg/platform | 9bbfc8310ab1f096c456995c79055cba6c46834f | 68bfa7597cdd9e3b97037f3ad0bc7290e61ac1ec | refs/heads/master | 2023-04-16T04:24:28.800380 | 2021-01-13T07:39:25 | 2021-01-13T07:39:25 | 167,531,369 | 0 | 1 | MIT | 2020-12-28T15:31:39 | 2019-01-25T10:40:55 | PHP | UTF-8 | PlantUML | false | false | 14,321 | 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(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel\n(Sales Channel)") {
primary_key(id) id
not_null(typeId) foreignKey
not_null(languageId) foreignKey
not_null(customerGroupId) foreignKey
not_null(currencyId) foreignKey
not_null(paymentMethodId) foreignKey
not_null(shippingMethodId) foreignKey
not_null(countryId) foreignKey
analyticsId foreignKey
not_null(navigationCategoryId) foreignKey
not_null(navigationCategoryVersionId) referenceVersion
navigationCategoryDepth int
footerCategoryId foreignKey
footerCategoryVersionId referenceVersion
serviceCategoryId foreignKey
serviceCategoryVersionId referenceVersion
mailHeaderFooterId foreignKey
hreflangDefaultDomainId foreignKey
name translated
shortName string
taxCalculationType string
not_null(accessKey) string
configuration json
active bool
hreflangActive bool
maintenance bool
maintenanceIpWhitelist list
customFields translated
paymentMethodIds manyToManyId
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition, "sales_channel_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition, "sales_channel_country\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(countryId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition, "sales_channel_currency\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(currencyId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition, "sales_channel_domain\n(Domain names of a sales)") {
primary_key(id) id
not_null(url) string
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
not_null(currencyId) foreignKey
not_null(snippetSetId) foreignKey
hreflangUseOnlyLocale bool
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition, "sales_channel_language\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition, "sales_channel_payment_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(paymentMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition, "sales_channel_shipping_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(shippingMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition, "sales_channel_type\n(Type)") {
primary_key(id) id
coverUrl string
iconName string
screenshotUrls list
name translated
manufacturer translated
description translated
descriptionLong translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition, "sales_channel_type_translation\n((Translations))") {
not_null(name) string
manufacturer string
description string
descriptionLong longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(salesChannelTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition, "sales_channel_analytics\n(Sales channel analytics)") {
primary_key(id) id
trackingId string
active bool
trackOrders bool
anonymizeIp bool
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group") {
}
ForeignTable(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency") {
}
ForeignTable(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method") {
}
ForeignTable(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method") {
}
ForeignTable(ShopwareCoreSystemCountryCountryDefinition, "country") {
}
ForeignTable(ShopwareCoreCheckoutOrderOrderDefinition, "order") {
}
ForeignTable(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer") {
}
ForeignTable(ShopwareCoreSystemSystemConfigSystemConfigDefinition, "system_config") {
}
ForeignTable(ShopwareCoreContentCategoryCategoryDefinition, "category") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition, "product_visibility") {
}
ForeignTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer") {
}
ForeignTable(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient") {
}
ForeignTable(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel") {
}
ForeignTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition, "number_range_sales_channel") {
}
ForeignTable(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel") {
}
ForeignTable(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition, "document_base_config_sales_channel") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition, "product_review") {
}
ForeignTable(ShopwareCoreContentSeoSeoUrlSeoUrlDefinition, "seo_url") {
}
ForeignTable(ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition, "seo_url_template") {
}
ForeignTable(ShopwareCoreContentSeoMainCategoryMainCategoryDefinition, "main_category") {
}
ForeignTable(ShopwareCoreContentProductExportProductExportDefinition, "product_export") {
}
ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition, "customer_group_registration_sales_channels") {
}
ForeignTable(ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition, "event_action_sales_channel") {
}
ForeignTable(ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition, "customer_wishlist") {
}
ForeignTable(ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition, "theme_sales_channel") {
}
ForeignTable(ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition, "snippet_set") {
}
' relationshipd
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemSystemConfigSystemConfigDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentProductExportProductExportDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreContentProductExportProductExportDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
@enduml
| false | true | false | false | uml-unknown |
bcecb121db55a2b8d8c24c847dec5c9790f3f44d | 16433b43535a33b6a2bf5cb0d8739f76cd61292b | /三方类库/groupcachelib/singleflight/groupcache.puml | 707078aa2f373580222d82d6419c796ee7091f24 | [] | no_license | drewinner/go-notebook | b15e8907069ac96a8d483549d6641a8d0e002e79 | b03175a46100ebe915eae6d977352a86a145fe1f | refs/heads/main | 2023-03-17T04:20:27.655137 | 2021-03-14T13:36:59 | 2021-03-14T13:36:59 | 316,700,284 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,252 | puml | @startuml
interface Sink {
SetString(s string) error
SetBytes(v []byte) error
SetProto(m proto.Message) error
view() (ByteView, error)
}
class allocBytesSink {
dst *[]byte
v ByteView
}
class protoSink {
dst proto.Message
typ string
v ByteView
}
class byteViewSink {
dst *ByteView
}
class stringSink {
sp *string
v ByteView
}
class truncBytesSink {
dst *[]byte
v ByteView
}
class ByteView {
b []byte
s string
}
Sink <|-- allocBytesSink
Sink <|-- protoSink
Sink <|-- byteViewSink
Sink <|-- stringSink
Sink <|-- truncBytesSink
allocBytesSink --> "v" ByteView
protoSink --> "v" ByteView
byteViewSink --> "dst" ByteView
stringSink --> "v" ByteView
truncBytesSink --> "v" ByteView
interface PeerPicker {
PickPeer(key string) (peer ProtoGetter, ok bool)
}
class HTTPPool {
Context func(*http.Request) context.Context
Transport func(context.Context) http.RoundTripper
self string
opts HTTPPoolOptions
mu sync.Mutex
peers *consistenthash.Map
httpGetters map[string]*httpGetter
}
class httpGetter {
transport func(context.Context) http.RoundTripper
baseURL string
}
class NoPeers {
}
interface ProtoGetter {
Get(ctx context.Context, in *pb.GetRequest, out *pb.GetResponse) error
}
PeerPicker <|-- HTTPPool
PeerPicker <|-- NoPeers
ProtoGetter <|-- httpGetter
HTTPPool --> "httpGetters" httpGetter
interface Getter {
Get(ctx context.Context, key string, dest Sink) error
}
class Group {
name string
getter Getter
peersOnce sync.Once
peers PeerPicker
cacheBytes int64
mainCache cache
hotCache cache
loadGroup flightGroup
_ int32
Stats Stats
}
class Stats {
Gets AtomicInt
CacheHits AtomicInt
PeerLoads AtomicInt
PeerErrors AtomicInt
Loads AtomicInt
LoadsDeduped AtomicInt
LocalLoads AtomicInt
LocalLoadErrs AtomicInt
ServerRequests AtomicInt
}
class cache {
mu sync.RWMutex
nbytes int64
lru *lru.Cache
nhit, nget int64
nevict int64
}
Getter <|-- Group
Group --> "Stats" Stats
Group --> "mainCache" cache
Group --> cache #text:black : hotCache
Group --> "peers" PeerPicker
@enduml | false | true | false | false | sequence |
2b72436664358fb8b12ec04ef621e0492be084b2 | 9767edfebaac5952b90e64459e8e675d19b05d35 | /docs/tech-notes/txn_coord_sender/eunrecoverable.puml | 1b39166a75351e460be487bdab958ed74e79f1cf | [
"BSD-3-Clause",
"LicenseRef-scancode-bsl-1.0",
"MIT",
"LicenseRef-scancode-cockroach"
] | permissive | vtumuluri/cockroach | 6b7137855c8bd4212a3ce65c7f1c7a80634ad9e1 | 5ac37ccc43d78f13442a52cd427021dba024548a | refs/heads/master | 2023-04-14T01:23:45.905253 | 2021-04-19T09:15:33 | 2021-04-19T09:15:33 | 38,265,612 | 0 | 0 | Apache-2.0 | 2021-04-19T09:15:34 | 2015-06-29T19:04:06 | Go | UTF-8 | PlantUML | false | false | 470 | puml | @startuml
participant "client.Txn" as Txn
participant TxnCoordSender
participant interceptors
Txn -> TxnCoordSender : Send(BatchRequest)
TxnCoordSender -> interceptors : Send(BatchRequest)
...
interceptors -[#red]-> TxnCoordSender : unrecoverable error!
TxnCoordSender -> TxnCoordSender : "txnState = txnError"
activate TxnCoordSender #red
TxnCoordSender -> Txn : error
...
Txn -> TxnCoordSender : Send(BatchRequest)
TxnCoordSender -> Txn : error (txn trashed)
@enduml
| false | true | false | false | sequence |
e5a6fa112a2d5d1db460bfc19285a56516cdc088 | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/bead07/Diagrams/Move/Move-ME-to-asteroid.puml | 7146b03f59279b4f3d5206bb8a0ee261497b54d2 | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 748 | puml | @startuml
hide footbox
title Move MoveableEntity to Asteroid
actor Tester as Tester
participant me as me <<MoveableEntity>>
participant a as a <<Asteroid>>
participant b as b <<Asteroid>>
Tester -> me ++ : GetCurrentAsteroid()
me --> Tester: a
deactivate me
Tester -> a : GetReachableAsteroid()
activate a
a --> Tester : listofAsteroids
deactivate a
Tester -> me : Move(b)
activate me
me -> a ++: Depart(me)
opt me's AsteroidPlace is Orbit
a -> a ++: removeBuilding(me)
a--
end
deactivate a
a --> me
deactivate a
me -> b ++ : Arrive(me)
opt me's AsteroidPlace is Orbit
b -> b ++: addBuilding(me)
b--
end
deactivate b
b --> me
deactivate b
me -> me :setPoc(b.getPoc)
activate me
deactivate me
me --> Tester
deactivate me
@enduml | false | true | false | false | usecase |
ba6fd7c520f599be563b73adb49a6e4eab4256f9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetShippingAddressAction.puml | 20930c31bb5ec313a40a780d9206824375722de5 | [] | 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 | 467 | 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 CartSetShippingAddressAction [[CartSetShippingAddressAction.svg]] extends CartUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
d6297db772ff0c0a1d4b1f90a07d9d02f0972a0d | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-systemconfig.puml | 5c3638b0e7fb88c35fa75c36e287763b170bdece | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 1,283 | 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(ShopwareCoreSystemSystemConfigSystemConfigDefinition, "system_config\n(System configuration)") {
primary_key(id) id
not_null(configurationKey) string
not_null(configurationValue) configurationValue
salesChannelId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
' relationshipd
ShopwareCoreSystemSystemConfigSystemConfigDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
@enduml
| false | true | false | false | uml-unknown |
88294b8b92a33ee81e8dca1f7fb75d99ef9d150f | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display02/test/DisplayComm2WayInterfaceStub/DisplayComm2WayInterfaceStub.puml | 011113a3aca4c2549a430bdb0f1f0bd9a33cd71b | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 230 | puml | @startuml DisplayComm2WayInterfaceStub
package edu.oakland.test.display02 {
class DisplayComm2WayInterfaceStub {
__
.. Use Case 1 ..
{abstract} + TrackData passRfidRequest(int rfidNum)
}
}
@enduml | false | true | false | false | class |
f56bf9c5d1d407ee0c088b6e5eb5c1ac259e8174 | 1d945d9f06d6c05ad69ac62d8df61ad8daec69c5 | /src/ub/edu/view/view.plantuml | 60f32f43b0a76aaa5fb8da8c107bd19bdc447744 | [
"Apache-2.0"
] | permissive | lisa31419/Disseny_de_SW_2020 | c11dfe7d1e5c0838d465d42548acd25d46e5ea78 | b67cc23405c7f52fb0e9b856d84fa0f45807800e | refs/heads/main | 2023-04-20T13:14:22.883223 | 2021-01-10T17:13:10 | 2021-01-10T17:13:10 | 370,673,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,554 | plantuml | @startuml
title __VIEW's Class Diagram__\n
namespace ub.edu.view {
class ub.edu.view.FerPost {
- controller : IController
- cancelButton : JButton
- sendButton : JButton
# FerPost()
- initComponents()
}
}
namespace ub.edu.view {
class ub.edu.view.FormEpisodi {
- controller : IController
- currentClient : String
- currentUsuari : String
- descripcioEpisodi : JLabel
- duracioEpisodi : JLabel
- owner : Frame
- tornarAlMenuButton : JButton
- valorarButton : JButton
- visualitzarButton : JButton
# FormEpisodi()
- estaVisualitzat()
- initComponents()
- onVisualitzar()
}
}
namespace ub.edu.view {
class ub.edu.view.FormPerfilUsuari {
- controller : IController
- ferPostButton : JButton
- listFollowers : JList<String>
- listFollowing : JList<String>
- listPost : JList<String>
- listPostRebuts : JList<String>
- owner : Frame
# FormPerfilUsuari()
- initComponents()
- onFerPost()
- refreshFollowers()
- refreshFollowing()
- refreshListAll()
- refreshPostRebuts()
- refreshPosts()
}
}
namespace ub.edu.view {
class ub.edu.view.FormReproduccio {
- controller : IController
- currentClient : String
- currentUser : String
- duracioVisualitzacio : int
- duracioVisualitzada : int
- episodi : int
- numTemporada : int
- owner : Frame
- progressBar : JProgressBar
- serie : String
- tancaButton : JButton
- timer : Timer
# FormReproduccio()
- formWindowClosing()
- formWindowOpened()
- initComponents()
- onPause()
}
}
namespace ub.edu.view {
class ub.edu.view.FormReproductorVideo {
{static} - MAX_TIME_REPRODUCCION : int
{static} - MEDIA_URL : String
- controller : IController
- currentClient : String
- currentUser : String
- duracioVisualitzacio : int
- duracioVisualitzada : int
- episodi : int
- fxPanel : JFXPanel
- mediaPlayer : MediaPlayer
- numTemporada : int
- owner : Frame
- segonsRestants : int
- serie : String
+ FormReproductorVideo()
}
}
namespace ub.edu.view {
class ub.edu.view.FormUser {
- controller : IController
- owner : Frame
+ FormUser()
- initComponents()
- onRegister()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmLogIn {
- controller : IController
- btnLogIn : JButton
- btnRegistrar : JButton
- labelPassword : JLabel
- labelUsername : JLabel
- owner : Frame
- textPassword : JPasswordField
- textUsername : JTextField
# FrmLogIn()
- initComponents()
- onRegistrar()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmRegistre {
- controller : IController
- owner : Frame
- textAdreca : JTextField
- textDNI : JTextField
- textNomReal : JTextField
- textPassword1 : JPasswordField
- textPassword2 : JPasswordField
- textUsername : JTextField
- textUsuari : JTextField
# FrmRegistre()
- initComponents()
}
}
namespace ub.edu.view {
class ub.edu.view.FrmValoracio {
- controller : IController
- barraEmocio : JSlider
- btnCor : JButton
- btnValorar : JButton
- owner : Frame
- panelCor : JPanel
- panelEmocio : JPanel
# FrmValoracio()
- initComponents()
- valorarCor()
- valorarEstrella()
}
}
namespace ub.edu.controller{
interface ub.edu.controller.IController{}
}
namespace ub.edu.view {
interface ub.edu.view.RegisterObserver {
{abstract} + refreshTopValoracions()
{abstract} + refreshTopVisualitzacions()
}
}
namespace ub.edu.view {
class ub.edu.view.UBFLIXParty {
{static} - NUM_MAX_TOPS : int
- controller : IController
- btnAfegirMyList : JButton
- btnCrearUsuari : JButton
- btnTreureMyList : JButton
- comboBoxUsuaris : JComboBox<String>
- currentClient : String
- currentUser : String
- labelTopValoracions : JLabel
- labelTopVisualitzacions : JLabel
- listAll : JList<String>
- listContinueWatching : JList<String>
- listMyList : JList<String>
- listWatched : JList<String>
- perfilButton : JButton
- tableTopValoracions : JTable
- tableTopVisualitzacions : JTable
+ UBFLIXParty()
+ init()
+ refreshTopValoracions()
+ refreshTopVisualitzacions()
+ refreshUsersList()
- addSerieToMyList()
- ferLogIn()
- inicialitzarLlistaTopValoracions()
- inicialitzarLlistaTopVisualitzacions()
- onEpisodi()
- refreshContinueWatching()
- refreshEpisodis()
- refreshLlistes()
- refreshMyList()
- refreshTemporades()
- refreshWatched()
- removeSerieFromMyList()
- userActionPerformed()
}
}
ub.edu.view.UBFLIXParty .up.|> ub.edu.view.RegisterObserver
ub.edu.view.UBFLIXParty o-left- ub.edu.controller.IController : controller
ub.edu.view.UBFLIXParty ..> ub.edu.view.FrmLogIn : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormPerfilUsuari : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormUser : create
ub.edu.view.UBFLIXParty ..> ub.edu.view.FormEpisodi : create
ub.edu.view.FrmLogIn ..> ub.edu.view.FrmRegistre : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FrmValoracio : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FormReproduccio : create
ub.edu.view.FormEpisodi ..> ub.edu.view.FormReproductorVideo : create
ub.edu.view.FormPerfilUsuari ..> ub.edu.view.FerPost : create
@enduml
| false | true | false | false | class |
c2d8add9d1df85c1f097058d6e44510e4c3047d4 | ca959bd62595a2bed0fcd10e53ddfd841e6fbd77 | /src/main/java/ex43/diagram.puml | 01fb7d895732b66a7bfc4b60f5b07c135e13c9cb | [] | no_license | christianklingbiel/klingbiel-cop3330-assignment3 | 61192858500595be3a8d7cdcfc22433fe5c523ef | 9a952cd63d349574dd4e35a8d482685443305fed | refs/heads/master | 2023-06-01T03:26:33.976253 | 2021-06-26T15:14:58 | 2021-06-26T15:14:58 | 378,721,478 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
'https://plantuml.com/sequence-diagram
Class App{
- siteName : String
- author : String
- javaScript : String
- css : String
- html : String
- f : File
- bw : BufferedWriter
}
@enduml | false | true | false | false | class |
7d6fbccb684b9a651b1f1289dfcf3e4df4539d8f | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/display01/production/DisplayGpsInterfaceImplementation/DisplayGpsInterfaceImplementation.puml | 55c4a39a79a396383aad3bf09b0ef79b163b63db | [] | 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 | 649 | puml | @startuml DisplayGpsInterfaceImplementation
package edu.oakland.production.display01 {
class DisplayGpsInterfaceImplementation {
- DisplayGpsReciever reciever
__
+ DisplayGpsInterfaceImplementation(DisplayGpsReciever reciever)
.. Use Case 1 ..
+ String receiveGpsSignal(Satellite satelliteSignal)
.. Use Case 2 ..
+ SatelliteSignalCheckRequest reportGpsSignalLoss(Satellite satelliteSignal)
+ SatelliteSignalCheckRequest recheckSignalStength(Satellite satelliteSignal)
+ SatelliteSignalCheckRequest checkSignalStength(Satellite satelliteSignal)
}
}
@enduml
| false | true | false | false | class |
23b7130b14e6c1e0f50a6c3cd0af0122f03e280e | 1b68c8d908a1185bc1ef1fe261f79313f0e9e24e | /pumls/M_box_states.puml | e5e54f801cf8e365f20766b6b40dc73cb36d6781 | [
"MIT"
] | permissive | jotautomation/gaia-client-docs | 790f0f352c705e1766b9b33e28bbdf3426b37970 | 89af910d201940748da9656de35e9b45fbc15ffb | refs/heads/master | 2022-12-19T14:10:29.879337 | 2020-09-29T04:04:38 | 2020-09-29T04:04:38 | 298,198,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 671 | puml | @startuml
skinparam state {
StartColor #005aa1
EndColor Red
BackgroundColor #005aa1
BackgroundColor<<Warning>> Olive
BorderColor #5a5a5a
FontName Apex
AttributeFontColor White
FontColor White
ArrowColor #005aa1
}
[*] --> NotReady
NotReady -> ReadyForEngage
ReadyForEngage -> Ready
Ready -> NotReady
Ready: M Test Box is ready for testing.
Ready: All signals are connected.
ReadyForEngage: DUT(s) is placed to M Test Box
ReadyForEngage: by an operator or by a handler
ReadyForEngage: machine and slide is closed.
ReadyForEngage: Engage command can
ReadyForEngage: be given through API.
NotReady: M Test Box is not ready
NotReady: for testing.
@enduml | false | true | false | false | state |
cf6c39016a970b4847a91b18385324139a2e8118 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US1/US1_SSD.puml | e9600b41ddd316ee633f2ebb6f65946effadeb85 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 321 | puml | @startuml
autonumber
actor "Client" as OE
activate OE
OE -> ":System" : asks to see all tests
|||
activate ":System"
":System" --> OE : shows all tests of the client
|||
deactivate ":System"
OE -> ":System" : selects one test
|||
activate ":System"
":System" --> OE : shows the report of that test
deactivate OE
@enduml | false | true | false | false | sequence |
c09cb3d05d0f8af36099b5ea7fd08ee779189c53 | 8e6fcb8dc47d715d15852db99b139b4c9cc36fac | /patterns/port-and-adapter/class diagram.puml | d8eaa73698b2e12f517a73a40336b1b61ec511df | [
"MIT"
] | permissive | aparna-r/tutorials | 864d4b159cd78f33abda5c154dc3e2fe7b485f38 | 7ccd8f6cc01b778d7adc16842dfaedcab039b6b7 | refs/heads/master | 2020-06-22T23:59:58.027706 | 2019-07-23T15:00:31 | 2019-07-23T19:21:11 | 198,437,235 | 0 | 0 | null | 2019-07-23T13:33:48 | 2019-07-23T13:33:47 | null | UTF-8 | PlantUML | false | false | 473 | puml | @startuml
class PaymentController {
Application Adapter
}
interface PaymentService {
Inbound Port
}
interface PaymentRepository {
Outbound Port
}
class PaymentRepositoryImpl {
Infrastructure Adapter
}
class PaymentServiceImpl {
Domain Logic
}
PaymentService <|-- PaymentServiceImpl: implements
PaymentService *-- PaymentController: has
PaymentRepository *-- PaymentServiceImpl: has
PaymentRepository <|-- PaymentRepositoryImpl: implements
@enduml | false | true | false | false | class |
96e2a676592b50a41b105b6bce66907946084335 | bf2c24b99802953a25d0e34d7a1ee47dbdd459da | /src/use-cases/Population Report.puml | 86627265d04f762fcd7aa8e26a1af65680423302 | [
"Apache-2.0"
] | permissive | Richard-Herz/SEMethodsSet08103G1 | 734e3fe5ce3e0c9234b16ff6dd5d0170824ec34b | 36b7ce052368c2cd4f59eb823adcd6cf1c1ea265 | refs/heads/master | 2020-04-18T07:20:12.232655 | 2019-05-06T14:24:48 | 2019-05-06T14:24:48 | 167,356,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 257 | puml | @startuml
actor HR as "Population Information Worker"
rectangle Database
rectangle "World System" {
usecase UC4 as "Population Report"
usecase UCa as "Print Population Report"
HR - UC4
UC4 ..> UCa : include
UC4 - Database
}
@enduml | false | true | false | false | usecase |
373e4610287ec41dc72fbf9df6e3e112988a73ec | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/AmbientOcclusionEditor.puml | e972b20913793087af3f6195a6356e0fc30f987f | [] | 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 | 821 | puml | @startuml
class AmbientOcclusionEditor <<sealed>> {
+ <<override>> OnEnable() : void
+ <<override>> OnInspectorGUI() : void
}
class "PostProcessEffectEditor`1"<T> {
}
"PostProcessEffectEditor`1" "<AmbientOcclusion>" <|-- AmbientOcclusionEditor
AmbientOcclusionEditor --> "m_Mode" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Intensity" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Color" SerializedParameterOverride
AmbientOcclusionEditor --> "m_AmbientOnly" SerializedParameterOverride
AmbientOcclusionEditor --> "m_ThicknessModifier" SerializedParameterOverride
AmbientOcclusionEditor --> "m_DirectLightingStrength" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Quality" SerializedParameterOverride
AmbientOcclusionEditor --> "m_Radius" SerializedParameterOverride
@enduml
| false | true | false | false | class |
9c18404def231c976d3f90bc5060c5e0a49f4c3e | 81817014b697373c93a4808957c8a8beee8ef2d6 | /src/main/java/com/lab2/Nice.puml | 07a3e5c42da3ed858f1d1cd851492b36ea3eec9e | [] | no_license | S2n0a0k0e/MyProject | 714788396adf92fba58f3931236691f054fcc640 | 7a4d9dbe9c78a2fda6073209e09a5a20eb9d4e3f | refs/heads/main | 2023-08-26T20:55:46.080026 | 2021-10-18T19:44:10 | 2021-10-18T19:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 148 | puml | @startuml
'https://plantuml.com/class-diagram
class Main {
}
class Add {
}
class Substract {
}
Substract <|-- Main
Add <|-- Main
@enduml | false | true | false | false | class |
9d4560b886a913196e365016c91a06fced9d62c9 | e7532fa355dfddb8a4cdae71c4e37da876edcbb1 | /design/class_diagram.puml | 16d150e516374a3bd426c1c7c592b13a8bfa38e1 | [] | no_license | khoivudev/decorator-pattern-example | 313413ba8b2028d7731a21228b52ed456a1d226c | 1d22f63614a2e9941cfb5aeb381016b06798a9b0 | refs/heads/master | 2023-08-22T05:09:45.465719 | 2021-10-16T09:21:05 | 2021-10-16T09:23:02 | 415,923,273 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 997 | puml | @startuml
abstract class Beverage {
description
getDescription()
cost()
}
package MainDrink <<Rectangle>> {
class HouseBlend extends Beverage {
cost()
}
class DarkRoast extends Beverage {
cost()
}
class Espresso extends Beverage {
cost()
}
class Decaf extends Beverage {
cost()
}
}
package Condiment <<Rectangle>> {
abstract CondimentDecorator extends Beverage {
getDescription()
}
class Milk extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Mocha extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Soy extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
class Whip extends CondimentDecorator {
Beverage beverage
cost()
getDescription()
}
}
CondimentDecorator --> Beverage : component
@enduml | false | true | false | false | sequence |
8e4fd8888b196ffb524a1e4d4efcc71c301d82ef | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-dev/framework/di.puml | 554507c3d2db065ae7e12924d2414f362f75f45b | [] | 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 | 2,340 | puml | @startuml
skinparam handwritten true
class yii.di.Container {
-_definitions : array = []
-_dependencies : array = []
-_params : array = []
-_reflections : array = []
-_singletons : array = []
#build(class : string, params : array, config : array) : object
+clear(class : string)
+get(class : string, params : array = [], config : array = []) : object
+getDefinitions() : array
#getDependencies(class : string) : array
+has(class : string) : bool
+hasSingleton(class : string, checkInstance : bool = false) : bool
+invoke(callback : callable, params : array = []) : mixed
#mergeParams(class : string, params : array) : array
#normalizeDefinition(class : string, definition : string|array|callable) : array
+resolveCallableDependencies(callback : callable, params : array = []) : array
#resolveDependencies(dependencies : array, reflection : ReflectionClass = null) : array
+set(class : string, definition : mixed = [], params : array = []) : $this
+setDefinitions(definitions : array)
+setSingleton(class : string, definition : mixed = [], params : array = []) : $this
+setSingletons(singletons : array)
}
class yii.di.Container extends yii.base.Component
class yii.di.Instance {
+id : string
+{static}ensure(reference : object|string|array|static, type : string = null, container : ServiceLocator|Container = null) : object
+get(container : ServiceLocator|Container = null) : object
+{static}of(id : string) : Instance
#__construct(id : string)
+{static}__set_state(state : array) : Instance
}
class yii.di.NotInstantiableException {
+getName() : string
+__construct(class, message = null, code = 0, previous : Exception = null)
}
class yii.di.NotInstantiableException extends yii.base.InvalidConfigException
class yii.di.ServiceLocator {
-_components : array = []
-_definitions : array = []
+clear(id : string)
+get(id : string, throwException : bool = true) : object|null
+getComponents(returnDefinitions : bool = true) : array
+has(id : string, checkInstance : bool = false) : bool
+set(id : string, definition : mixed)
+setComponents(components : array)
+__get(name : string) : mixed
+__isset(name : string) : bool
}
class yii.di.ServiceLocator extends yii.base.Component
@enduml
| false | true | false | false | class |
336b48828c181e8057a3c9b07b4023c07c4f8af4 | 3254ff5b6c4c41947e89c87c14797f814aa4c5d7 | /packages/jsbattle-docs/src/puml/comp_overview.puml | 8e63dcacc9bf2ac6234df721ee0dac04d81a9e73 | [
"MIT"
] | permissive | Gary-Ascuy/jsbattle | 68549d1474f2004344c94c2b95f4d5f97a935b2b | 98d9339dbe57cd9ba55bddfb9a9e3f62de72cc5a | refs/heads/develop | 2022-12-24T06:45:09.859024 | 2020-10-01T01:12:58 | 2020-10-01T01:12:58 | 279,422,120 | 1 | 0 | MIT | 2020-10-01T01:12:59 | 2020-07-13T22:10:37 | JavaScript | UTF-8 | PlantUML | false | false | 901 | puml | @startuml
package "Webpage" {
[JsBattleEngine] -- [JsBattle ReactComp]
[JsBattle ReactComp] -- [Webpage ReactApp]
[JsBattle Docs] -- [Webpage ReactApp]
}
package "Admin" {
[Admin ReactApp]
}
Interface HTTP as "HTTP/WebScokets"
[Webpage ReactApp] -- HTTP
[Admin ReactApp] -- HTTP
package "JsBattle Worker" {
[ServiceBroker] as ServiceBroker2
[MoleculerServices] as MoleculerServices2
[ServiceBroker2] -- [MoleculerServices2] : 1:*
}
[Moleculer Transport]
[ServiceBroker2] - [Moleculer Transport]
package "JsBattle Server" {
HTTP -- [ExpressJs]
[ExpressJs] -- [ApiGateway] : /api/*
[ExpressJs] - [StaticContent]
[ServiceBroker] -- [ApiGateway]
[ServiceBroker] -- [MoleculerServices] : 1:*
[StaticContent] - [WebpageContent] : /*
[StaticContent] -- [AdminContent] : /admin/*
[PassportJs] - [ExpressJs] : /auth/*
}
[Moleculer Transport] - [ServiceBroker]
@enduml
| false | true | false | false | class |
3120368c7851ad903538fd4e42d59d5d40f22337 | be4ac9ad8a44484c7a94307828b2371091ade086 | /dist/simpleicons-4/S/Stackexchange.puml | 73d5a02759203bd7e2a412fd3a2eebafde78f846 | [
"MIT"
] | permissive | neerajppraveen/plantuml-libs | 8be5a0fa7d61cd9d10bec6ba6dd98f045a33bd01 | 1ee98d897d20be27876c3e174aedc02a0d9e2c86 | refs/heads/master | 2023-05-15T04:47:53.686442 | 2021-05-11T18:09:16 | 2021-05-19T13:52:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 732 | puml | @startuml
sprite $StackexchangeMd [14x14/16z] RSh50GD13C10BRFTVxN9CO--iaaF4LVqaB4Xfqtsk3pwPYH2qqFXUVR3rvaNppDZanuI44kUKgs1dP74oKPcVm
sprite $StackexchangeLg [20x20/16z] {
ZSzL0a9120NGEzt3_bTh5w6-yqa3D68gBWQFTS05ufQ_13ENt2LMkUAiNXtRbvXldMdNUIcd3pbTRza7vytrQO_hpJ4n4RUw-M7DQ-_I_wBmMC5Lh7UJQDG8
fjA0r9U3b3pkpW
}
!procedure Stackexchange($id, $name="", $tech="")
IconElement($id, 'simpleicons-4/S/Stackexchange', $name, $tech)
!endprocedure
!procedure StackexchangeCard($id, $funcName="", $content="")
IconCard($id, '<$StackexchangeMd>', '', $funcName, $content)
!endprocedure
!procedure StackexchangeGroup($id, $name='Stackexchange', $tech='')
IconGroup($id, 'IconGroup', '<$StackexchangeLg>', $name, $tech)
!endprocedure
@enduml | false | true | false | false | uml-unknown |
3cd88ad9ea90b8518c555e1b98a93705d68c30a7 | e5eaeddd6f057a22530109d6c7a259ca2f776d80 | /use-cases/World Population.puml | b07d27b1ef520730698c687f70a61d9b9a070d38 | [
"Apache-2.0"
] | permissive | 40478630/GP7 | 87cd762064f6e16b014dc9d7464cff2b9970e45f | 7c373a9dc335384885cab86a1e1f6f6269390c8c | refs/heads/master | 2023-01-23T03:46:03.911202 | 2020-11-23T05:33:32 | 2020-11-23T05:33:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,364 | puml | @startuml
left to right direction
actor User as "User"
rectangle "World Population" {
usecase UC1 as "Display ALl countries information in the
world sorted by largest population to smallest."
usecase UC2 as "Display ALl countries information in a
continent sorted by largest population to smallest."
usecase UC3 as "Display ALl countries information in a
region sorted by largest population to smallest."
usecase UC4 as "Display top N countries information in the
world organized by population."
usecase UC5 as "Display top N countries information in a
continent organized by population."
usecase UC6 as "Display top N countries information in a
region organized by population."
usecase UC7 as "Display all cities information in the
world organized by largest population to smallest."
usecase UC8 as "Display all cities information in a
continent organized by largest population to smallest."
usecase UC9 as "Display all cities information in a
region organized by largest population to smallest."
usecase UC10 as "Display all cities information in a
country organized by largest population to smallest."
usecase UC11 as "Display all cities information in a
district organized by largest population to smallest."
usecase UC12 as "Display The top N populated cities
in the world where N is provided by the user."
usecase UC13 as "Display The top N populated cities
in the continent where N is provided by the user."
usecase UC14 as "Display The top N populated cities
in the region where N is provided by the user."
usecase UC15 as "Display The top N populated cities
in the country where N is provided by the user."
usecase UC16 as "Display The top N populated cities
in the district where N is provided by the user."
User ---> UC1
User ---> UC2
User ---> UC3
User ---> UC4
User ---> UC5
User ---> UC6
User ---> UC7
User ---> UC8
User ---> UC9
User ---> UC10
User ---> UC11
User ---> UC12
User ---> UC13
User ---> UC14
User ---> UC15
User ---> UC16
}
@enduml
| false | true | false | false | usecase |
326892945f2464b606da10fa88a1331f2cccd291 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/algorithm/practice-randomweightselector-2.plantuml | 1b58f4de4f4195b70edc98ba719aec10271b9328 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,308 | plantuml | @startuml
class WeightEntry{
key
weight
}
abstract class WeightSelector {
totalWeight
random
WeightSelector()
addEntry(entry)
getRandomWeight
checkProcess(needCount, isDuplicated)
processSelectKey(needCount, isDuplicated)
{abstract} add(entry)
{abstract} getEntrySize()
{abstract} getSelectKeyList(needCount, isDuplicated)
}
class AdvancedWeightEntry {
minWeight
maxWeight
index
}
class AdvancedWeightSelector {
entryList
segmentTree
AdvancedWeightSector(entrySize)
add(entry)
getEntrySize()
addEntry(entry)
getSelectedKeyList(needCount, isDuplicated)
findEntryIndexByWeight(long weight, boolean isDuplicated)
}
class SegmentTree {
dataArray
segmentTreeArray
treeSize
SegmentTree(dataArray)
initSegmentTree()
update(index, value)
getSum(start, end)
getTreeSize(dataSize)
}
class AdvancedDuplicatedComparator {
compare(AdvancedWeightEntry o1, AdvancedWeightEntry o2)
}
class AdvancedNotDuplicatedComparator {
compare(AdvancedWeightEntry o1, AdvancedWeightEntry o2)
}
WeightEntry <|-- AdvancedWeightEntry
WeightSelector <|-- AdvancedWeightSelector
SegmentTree <--o AdvancedWeightSelector
AdvancedWeightEntry <--o AdvancedWeightSelector
AdvancedDuplicatedComparator <-down-o AdvancedWeightSelector
AdvancedNotDuplicatedComparator <-down-o AdvancedWeightSelector
@enduml | false | true | false | false | class |
88f456551f26a3aa41c25a51739065c83bc3963e | 5e2c0b7fc7534d2214190795542e540f304fd271 | /src/hua/lee/zygote/AssetManagerSeq.puml | 0099e9e990ee023930344e97fca9552dc156b52c | [] | no_license | lijieqing/ThreadFactory | 00d0a52c0191ba2e627d5e2a11596370eb90187c | ff9719a48f1f0d1d0e98cfa7089c938e114ef415 | refs/heads/master | 2021-07-14T03:56:33.226996 | 2021-05-22T12:42:44 | 2021-05-22T12:42:44 | 246,733,259 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,769 | puml | @startuml
-> AssetManager.java: getSystem()
AssetManager.java -> AssetManager.java: createSystemAssetsInZygoteLocked()
AssetManager.java -> ApkAssets.java: loadFromPath(/system/framework/frmework-res.apk)
ApkAssets.java -> ApkAssets.cpp: nativeLoad(/system/framework/frmework-res.apk)
ApkAssets.cpp --> ApkAssets.cpp: LoadImpl()
ApkAssets.cpp --> ApkAssets.cpp: OpenArchive(/system/framework/frmework-res.apk)
ApkAssets.cpp --> ApkAssets.cpp: resources_asset_=Open():open resources.arsc file
ApkAssets.cpp --> LoadedArsc.cpp: Load(): start parse resources.arsc
LoadedArsc.cpp --> LoadedArsc.cpp: LoadTable()
LoadedArsc.cpp --> LoadedArsc.cpp: global_string_pool_.set()
LoadedArsc.cpp --> LoadedPackage.cpp: Load and parse package chunk
LoadedPackage.cpp --> LoadedPackage.cpp: parseRES_STRING_POOL_TYPE
LoadedPackage.cpp --> LoadedPackage.cpp: parseRES_TABLE_TYPE_SPEC_TYPE
LoadedPackage.cpp --> LoadedPackage.cpp: parseRES_TABLE_TYPE_TYPE
LoadedPackage.cpp --> LoadedPackage.cpp: parseRES_TABLE_LIBRARY_TYPE
LoadedPackage.cpp --> ApkAssets.cpp: loaded_arsc_= loaded_data
ApkAssets.java <- ApkAssets.cpp: return loaded apkAssets ptr
AssetManager.java <- ApkAssets.java: return loaded apkAssets
AssetManager.java -> AssetManager2.cpp: nativeCreate()
AssetManager2.cpp -> AssetManager2.cpp: memset(): ResTable_config
AssetManager.java <- AssetManager2.cpp: return native assetManager ptr
AssetManager.java -> AssetManager.java: sSystem = new AssetManager();
AssetManager.java -> AssetManager.java: sSystem.setApkAssets(apkAssets)
AssetManager.java -> AssetManager2.cpp: native SetApkAssets(apkAssets)
AssetManager2.cpp -> AssetManager2.cpp: BuildDynamicRefTable()
AssetManager2.cpp -> AssetManager2.cpp: RebuildFilterList()
<- AssetManager.java: return sSystem;
@enduml | false | true | false | false | sequence |
8a1f312427dd5ff97ed31f8116e16ab37fa2998c | 00f27ef0231a560aa0bcc89d0bb4d242b7ccfe9e | /app/app.plantuml | 2bfd261a113c3b79aa0c84818568e8e2381d8b44 | [] | no_license | h0AnGHIeP/hust_project_1 | 179b1ddb11d7edf7f04199825df3be7b25349bc7 | 3e9a48c591e3d40310be658a019b95f0af34fd45 | refs/heads/master | 2020-09-16T01:09:09.767253 | 2019-12-19T16:47:36 | 2019-12-19T16:47:36 | 223,606,130 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,194 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace dev.hoanghiep.project1 {
class dev.hoanghiep.project1.BuildConfig {
}
}
namespace dev.hoanghiep.project1 {
abstract class dev.hoanghiep.project1.MainActivity {
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.ChatFriend {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.ChatMessage {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.FirebaseStructure {
}
}
}
namespace dev.hoanghiep.project1 {
namespace data {
class dev.hoanghiep.project1.data.User {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpActivity {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpFragment {
}
}
}
namespace dev.hoanghiep.project1 {
namespace userInterface {
class dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding {
}
}
}
dev.hoanghiep.project1.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
dev.hoanghiep.project1.userInterface.ChatActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.ChatFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ChatFragment o-- dev.hoanghiep.project1.userInterface.ChatFragment.MessageAdapter : mMessageAdapter
dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ChatFragment$MessageHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ChatFragment.MessageHolder : target
dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ChatFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.ChatFragment : target
dev.hoanghiep.project1.userInterface.ListChatActivity -up-|> androidx.appcompat.app.AppCompatActivity
dev.hoanghiep.project1.userInterface.ListChatActivity o-- dev.hoanghiep.project1.userInterface.ListChatActivity.ListFriendAdapter : mAdapter
dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatActivity_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatActivity : target
dev.hoanghiep.project1.userInterface.ListChatFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatFragment$ChatFriendHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatFragment.ChatFriendHolder : target
dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatFragment : target
dev.hoanghiep.project1.userInterface.ListChatLookUp -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatLookUp$UserHolder_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatLookUp.UserHolder : target
dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.ListChatLookUp_ViewBinding o-- dev.hoanghiep.project1.userInterface.ListChatLookUp : target
dev.hoanghiep.project1.userInterface.LoginActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.LoginFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.LoginFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.LoginFragment : target
dev.hoanghiep.project1.userInterface.SettingActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.SettingFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.SettingFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.SettingFragment : target
dev.hoanghiep.project1.userInterface.SignUpActivity -up-|> dev.hoanghiep.project1.MainActivity
dev.hoanghiep.project1.userInterface.SignUpFragment -up-|> androidx.fragment.app.Fragment
dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding .up.|> butterknife.Unbinder
dev.hoanghiep.project1.userInterface.SignUpFragment_ViewBinding o-- dev.hoanghiep.project1.userInterface.SignUpFragment : target
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 |
8aefb7678f4a46342ed4d17f7917d6ad05f8a5ca | b9aa2932773ba8791cc12a65c1e21ba0d12002a2 | /iot-coldchain-network/composer.puml | eb573abeac133dd9ebbedd49a46ec83a245608ef | [
"Apache-2.0"
] | permissive | donbr/developerWorks | 1223dea72ec8c7795bf35b9aabf91454e9b4cbd7 | 9f1eaeebd4580ee1d53ce9a06a1456d7d2d7c6ab | refs/heads/master | 2020-03-20T18:46:14.702874 | 2018-07-28T20:29:52 | 2018-07-28T20:29:52 | 126,726,869 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,696 | puml | @startuml composer
'** Auto generated content, any changes may be lost **'
!define DATE %date[EEE, MMM d, ''yy 'at' HH:mm]%
skinparam class {
Font {
Color Black
Style Plain
Size 16
}
}
skinparam title {
BackgroundColor LightYellow
BorderThickness 0.5
BorderRoundCorner 6
FontColor Black
FontSize 18
}
title
Business Network Definition for 'perishable.cto'
end title
class org.acme.shipping.perishable.ProductType << (E,grey) >> {
+ BANANAS
+ APPLES
+ PEARS
+ PEACHES
+ COFFEE
}
class org.acme.shipping.perishable.ShipmentStatus << (E,grey) >> {
+ CREATED
+ IN_TRANSIT
+ ARRIVED
}
class org.acme.shipping.perishable.CompassDirection << (E,grey) >> {
+ N
+ S
+ E
+ W
}
class org.acme.shipping.perishable.ShipmentTransaction << (T,yellow) >> {
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentTransaction --|> org.hyperledger.composer.system.Transaction
class org.acme.shipping.perishable.TemperatureReading << (T,yellow) >> {
+ Double centigrade
}
org.acme.shipping.perishable.TemperatureReading --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.GpsReading << (T,yellow) >> {
+ String readingTime
+ String readingDate
+ String latitude
+ CompassDirection latitudeDir
+ String longitude
+ CompassDirection longitudeDir
}
org.acme.shipping.perishable.GpsReading --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentReceived << (T,yellow) >> {
+ DateTime receivedDateTime
}
org.acme.shipping.perishable.ShipmentReceived --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentPacked << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentPacked --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentPickup << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentPickup --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.ShipmentLoaded << (T,yellow) >> {
}
org.acme.shipping.perishable.ShipmentLoaded --|> org.acme.shipping.perishable.ShipmentTransaction
class org.acme.shipping.perishable.Shipment << (A,green) >> {
+ String shipmentId
+ ProductType type
+ ShipmentStatus status
+ Long unitCount
+ Contract contract
+ TemperatureReading[] temperatureReadings
+ GpsReading[] gpsReadings
+ ShipmentPacked shipmentPacked
+ ShipmentPickup shipmentPickup
+ ShipmentLoaded shipmentLoaded
+ ShipmentReceived shipmentReceived
}
org.acme.shipping.perishable.Shipment --|> org.hyperledger.composer.system.Asset
class org.acme.shipping.perishable.Contract << (A,green) >> {
+ String contractId
+ Grower grower
+ Shipper shipper
+ Importer importer
+ DateTime arrivalDateTime
+ Double unitPrice
+ Double minTemperature
+ Double maxTemperature
+ Double minPenaltyFactor
+ Double maxPenaltyFactor
}
org.acme.shipping.perishable.Contract --|> org.hyperledger.composer.system.Asset
class org.acme.shipping.perishable.Address {
+ String city
+ String country
+ String street
+ String zip
}
class org.acme.shipping.perishable.Business << (P,lightblue) >> {
+ String email
+ Address address
+ Double accountBalance
}
org.acme.shipping.perishable.Business --|> org.hyperledger.composer.system.Participant
class org.acme.shipping.perishable.Grower << (P,lightblue) >> {
}
org.acme.shipping.perishable.Grower --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.Shipper << (P,lightblue) >> {
}
org.acme.shipping.perishable.Shipper --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.Importer << (P,lightblue) >> {
}
org.acme.shipping.perishable.Importer --|> org.acme.shipping.perishable.Business
class org.acme.shipping.perishable.IoTDevice << (P,lightblue) >> {
+ String deviceId
}
org.acme.shipping.perishable.IoTDevice --|> org.hyperledger.composer.system.Participant
class org.acme.shipping.perishable.TemperatureSensor << (P,lightblue) >> {
}
org.acme.shipping.perishable.TemperatureSensor --|> org.acme.shipping.perishable.IoTDevice
class org.acme.shipping.perishable.GpsSensor << (P,lightblue) >> {
}
org.acme.shipping.perishable.GpsSensor --|> org.acme.shipping.perishable.IoTDevice
class org.acme.shipping.perishable.SetupDemo << (T,yellow) >> {
}
org.acme.shipping.perishable.SetupDemo --|> org.hyperledger.composer.system.Transaction
class org.acme.shipping.perishable.TemperatureThresholdEvent {
+ String message
+ Double temperature
+ Shipment shipment
}
org.acme.shipping.perishable.TemperatureThresholdEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentInPortEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentInPortEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentPackedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentPackedEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentPickupEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentPickupEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentLoadedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentLoadedEvent --|> org.hyperledger.composer.system.Event
class org.acme.shipping.perishable.ShipmentReceivedEvent {
+ String message
+ Shipment shipment
}
org.acme.shipping.perishable.ShipmentReceivedEvent --|> org.hyperledger.composer.system.Event
right footer DATE
@enduml
| false | true | false | false | class |
96898c06556ee1ba4f97bb2c49f47832603801c4 | 6d4f9da832207dbd36b5b26aeecdb22060a37adc | /uml/Application Assignment 1, Part 1.puml | 632020f934354b233713c52ded20efc83a757a4a | [] | no_license | CameronUCF/McDougal-cop3330-assignment4part2 | edf8289bb9f13c81ad3bd009253222ad86551fa9 | 476984c42320918b3330b97cac8d45b9dfb362c1 | refs/heads/master | 2023-09-02T21:41:37.176736 | 2021-11-16T02:44:08 | 2021-11-16T02:44:08 | 428,137,057 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,715 | puml | @startuml
class GUIController
{
-ObservableList<TODOList> lists
-int currentTable
-ListView<String> list_listView
-TableView<TODOItem> item_tableView
-TableColumn<TODOItem,String> titleCol_tableCol
-TableColumn<TODOItem,String> descCol_tableCol
-TableColumn<TODOItem,String> dueDate_tableCol
-TableColumn<TODOItem,Boolean> completeCol_tableCol
-void initialize()
#void CreateTODOList()
#void RemoveTODOList()
#void CreateTODOItem()
#void RemoveTODOItem()
#void onTODOListClick()
#void LoadTODOList()
#void SaveCurrentTODOList()
#void SaveAllTODOLists()
#void EditTODOListTitle()
#void EditTODOItem()
#void MarkComplete()
#void ShowComplete()
#void ShowIncomplete()
#void ShowAll()
}
class TODOList
{
+String title
+ObservableList<TODOItem> itemsArray
+TODOList(String title)
}
class TODOItem
{
-StringProperty title
-StringProperty description
-ObjectProperty<LocalDate> due_date
-BooleanProperty complete
+TODOItem(String title, String description, LocalDate due_Date, boolean complete)
+String getTitle()
+StringProperty titleProperty()
+String getDescription()
+StringProperty descriptionProperty()
+LocalDate getDue_Date()
+ObjectProperty<LocalDate> dueDateProperty()
+boolean getComplete()
+BooleanProperty completeProperty()
+void setTitle(String _title)
+void setDescription(String description)
+void setDue_Date(LocalDate date)
+void setComplete(boolean status)
}
class TODOListWrapper
{
+String title
+ObservableList<TODOItemWrapper> itemsArray
}
class TODOItemWrapper
{
+String title
+String description
+String due_date
+boolean complete
}
@enduml | false | true | false | false | class |
e9c8a751571a4adb68789198304bd4e9437069ed | ca41f9924ceeaac96dc008221e7bdda7621840e6 | /GameMoreLess/src/model/model.plantuml | 38f5997195aa158d06b501ef6343d210c95807fb | [] | no_license | AnathisT/Game | d5fe562c35c68f82efb60b1adde2f150ff298095 | 656768da9fa16dcf8fb6aeaad7cc41cfff0532f0 | refs/heads/main | 2023-06-03T09:54:20.217675 | 2021-06-21T08:56:38 | 2021-06-21T08:56:38 | 378,867,529 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 722 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace model {
abstract class model.Handler {
+ Handler()
+ process()
}
}
namespace model {
class model.NegativeHandler {
+ NegativeHandler()
+ process()
}
}
namespace model {
class model.PositiveHandler {
+ PositiveHandler()
+ process()
}
}
model.Handler o-- model.Handler : processor
model.NegativeHandler -up-|> model.Handler
model.PositiveHandler -up-|> model.Handler
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 |
eca85a715f7089426817a53d60d38e1cc8552b74 | ba16cd85b2c923f99acf1c1307942332661c0ad5 | /src/main/resources/uml.puml | 48e0c3ab421a2c5309c0932b1662aad5550e0ea8 | [] | no_license | alpant/GearsOfLeo | cf4042eb1f2674c941e7c213a76a97589d1739ab | 8299466a1738b9021bbeff3992ec11a12e61c30b | refs/heads/master | 2021-04-15T07:12:15.475304 | 2018-03-22T21:08:50 | 2018-03-22T21:08:50 | 126,395,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 447 | puml | @startuml
class Animal {
String: name
String: favoriteFood
List<String> friendList
makeFriend(String friendName)
looseFriend(int index)
hasFriend(String friendName)
}
class Dog {
DogType: type
}
class Winged{
double: wingspan
String: skill
}
class Parrot{
}
class Chicken{
}
class Main{
}
Animal -left-> Main
Animal <|-- Dog
Animal <|-- Winged
Winged <|-- Parrot
Winged <|-- Chicken
enum DogType {
HUNTING
ASSISTANCE
RACING
}
@enduml | false | true | false | false | class |
45995a034410ead357e4ee6fe3ca9d899f3aafb4 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Input/InputSystem-Class.iuml | 6e1f8b87add613641ef8f363d115c16f6b91cca7 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | iuml | namespace InputSystem {
class InputSystem {
+MapLetterToScancode()
+AddInputSource()
{static} +GetName()
+Name()
{static} +GetAllKeys()
#OnInitialize()
#OnStartFrame()
#OnShutdown()
}
InputSystem --|> SystemManagement::SystemBase
}
| false | true | false | false | class |
4c7d43be5373868c1f364c2d94d5a336ea8df164 | 07b0fd9f1ad48c9611fd70a3f62bcd4afc27d865 | /app/src/main/java/com/example/procomsearch/userDatabase/userDatabase.plantuml | 671ff42b2d5689c33503b0946255ce54d996445a | [] | no_license | cyberflax2020/COMP2100_6442_S2_2020_GROUP_PROJECT | 9c668698b4722c73a85d8f850414a35b4579b761 | 51ca21a4e3e62d25f7a1d60674cce51a313d3b57 | refs/heads/main | 2023-04-14T22:04:12.605649 | 2021-05-08T16:33:57 | 2021-05-08T16:33:57 | 365,550,501 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 810 | plantuml | @startuml
title __USERDATABASE's Class Diagram__\n
namespace com.example.procomsearch {
namespace userDatabase {
class com.example.procomsearch.userDatabase.MyDatabaseHelper {
{static} - CREATE_FAVORITE : String
{static} - CREATE_HISTORY : String
{static} - CREATE_SEARCH_HISTORY : String
{static} - CREATE_USER : String
- mContext : Context
+ MyDatabaseHelper()
+ onCreate()
+ onUpgrade()
}
}
}
com.example.procomsearch.userDatabase.MyDatabaseHelper -up-|> android.database.sqlite.SQLiteOpenHelper
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 |
b6ea521d50ecfc0c5bdae7fcc7b73d7a625563ab | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/CostFunction/CostFunctionED/CostFunctionED_Activity_calValue.puml | ad92f30c979ab2ab54c8a06da4522d98fd3f32a1 | [] | 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 | 955 | puml | @startuml
/'
ICP cost function with point distance
input1: double tx
input2: double ty
input3: double th
'/
(*) --> "double a = DEG2RAD(th) \n double error = 0 \n int pn = 0 \n int nn = 0"
--> if "0 <= size_t i < curLps.size()" as judge_i then
--> [Yes] "const LPoint2D *clp = curLps[i] \n const LPoint2D *rlp = refLps[i]"
--> "cx = clp->x \n cy = clp->y"
--> "x = cos(a) * cx - sin(a) * cy + tx \n y = sin(a) * cx + cos(a) * cy + ty"
--> "double edis = (x - rlp->x) * (x - rlp->x) + (y - rlp->y) * (y - rlp->y)"
--> if "edis <= evlimit * evlimit"
--> [Yes] "++pn"
--> "error += edis"
else
--> [No] "error += edis"
"error += edis" --> "++nn"
--> judge_i
else
judge_i -> [No] "error = (nn > 0)? error / nn : HUGE_VAL"
--> "pnrate = 1.0 * pn / nn"
--> "error *= 100"
--> "return(error)"
--> (*)
@enduml | false | true | false | false | sequence |
8542ce559f45b97188ff6cba3054469f0e9a0161 | a3752f5a40057cb3aff276d7ae357eb73b0a7338 | /dev-docs/diagrams/automate-ui-modules.iuml | 50f1db9fc3a23228244bbe8df92e92eaf52bc7b7 | [
"Apache-2.0",
"CC-BY-2.0",
"SAX-PD",
"MPL-2.0",
"Artistic-2.0",
"MIT-CMU",
"BSD-3-Clause",
"0BSD",
"CC-BY-4.0",
"LGPL-3.0-or-later",
"CC0-1.0",
"CC-BY-3.0",
"BSD-Source-Code",
"Apache-1.1",
"Ruby",
"WTFPL",
"BSD-1-Clause",
"MIT",
"Unlicense",
"BSD-2-Clause"
] | permissive | chef/automate | e1af4e5617c272f524fa821678a2b0c90a8ce1aa | bc54a4bbd22a9799ee6b782942d26ad1717882d8 | refs/heads/main | 2023-08-18T13:36:40.273599 | 2023-08-18T10:53:08 | 2023-08-18T10:53:08 | 179,318,179 | 230 | 139 | Apache-2.0 | 2023-09-14T19:20:33 | 2019-04-03T15:26:38 | Go | UTF-8 | PlantUML | false | false | 751 | iuml | @startuml automate-ui
title Automate-UI Custom Module Architecture
agent "app" as app
agent "ApiToken" as token
agent "ChefComponents" as shared
agent "ChefPipes" as pipes
agent "Compliance" as compliance
agent "ComplianceShared" as complianceShared
agent "Integrations" as integrations
agent "Policy" as policy
agent "Project" as project
agent "Role" as role
app --> token
app --> compliance
app --> complianceShared
app --> shared
app --> integrations
app --> policy
app --> project
app --> role
app --> shared
token --> shared
complianceShared --> shared
integrations --> shared
policy --> shared
project --> shared
role --> shared
app --> pipes
token --> pipes
integrations --> pipes
policy --> pipes
project --> pipes
role --> pipes
@enduml
| false | true | false | false | uml-unknown |
b156a8d3477d76d4b39b5a2287e9c5a6514a7f0e | c0038898d724349e1b4fe236d73d318744c68ebc | /docs/Database.puml | 08bf22811b9deb558881a3ca3dcb38e181b30588 | [] | no_license | Westerdals/PGR203-Java-Eksamen-Kalmar99 | 551be42bc0c9adf6b8e5b1f0e7d016ff08e60697 | badb2a80c0dd5d3150c06371bd312a956f729621 | refs/heads/master | 2022-09-06T05:34:18.508030 | 2020-05-26T13:45:57 | 2020-05-26T13:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 806 | puml | @startuml
package "db" #grey {
class MemberDao {
+ memberDao()
# void insertObject()
+ readObject()
+ {static} void main()
}
class ProjectDao {
+ ProjectDao()
# insertObject()
+ readObject()
}
class Project {
- Name: String
- Status: Boolean
+ Project()
+ void setName()
+ getName()
+ void setStatus()
+ getStatus()
}
class Member {
- Name: String
- Email: String
+ Member()
+ void setName()
+ getName()
+ void setEmail()
+ getEmail()
}
abstract class AbstractDao {
# dataSource: DataSource
+ void insert()
# {abstract}insertObject()
+ {abstract}readObject()
+ listAll()
}
Member -up-> MemberDao
Project -up-> ProjectDao
AbstractDao -right-> MemberDao
AbstractDao -left-> ProjectDao
}
@enduml | false | true | false | false | class |
00814a31754a242d2249ebc60912ff759d5608d4 | 20591fcca4e64599893f88dd1a554e4333477fe2 | /library/src/main/resources/mg/jaona/datastructure/graph/graph.plantuml | 83d5e54f47d35057c4fa642665e02773d859faf8 | [] | no_license | rajaomariajaona/java-algo-datastructure-ia | de844b120dd28b9a6ee74d2d6330020ae1ba70be | 92672eaf75418687b96cbf9cfd2e77cd9170d1a0 | refs/heads/master | 2023-05-14T16:30:33.693628 | 2021-06-07T10:28:29 | 2021-06-07T10:28:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | plantuml | @startuml
class Vertex{
- label: String
}
interface Graph<T>{
+ addVertex(Vertex v) : void
+ deleteVertex(Vertex v) : void
+ addEdge(Vertex v1, Vertex v2, T value) : void
+ setValue(Vertex v1, Vertex v2, T value) : void
+ getValue(Vertex v1, Vertex v2)
+ deleteEdge(Vertex v1, Vertex v2) : void
+ getVertexes(): List<Vertex>
}
class AdjacencyListGraph{
- List<Vertex, Map<Vertex,T>>
}
class AdjacencyMatrixGraph{
- Map<Vertex,Map<Vertex, T>>
}
Graph <|-- AdjacencyMatrixGraph
Graph <|-- AdjacencyListGraph
@enduml | false | true | false | false | class |
533de5da5f2c6f859328734130cf4364c889ea01 | a26bbd033192f4ea245a6dd3f166976b39459752 | /3_Documentazione/design/be/freqlineServer.puml | 86b14b6cf1c117cb3476a6c17afbb489232e3b32 | [] | no_license | giuliobosco/freqline | fdc673e09e4cfc96dc67a759788120b81fdbae46 | e94256cc349797447cf414bbe4267ef45c89723e | refs/heads/master | 2022-04-10T16:22:55.993289 | 2020-04-06T13:28:19 | 2020-04-06T13:28:19 | 206,082,972 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml
skinparam classAttributeIconSize 0
package ch.giuliobosco.freqline {
class FreqlineServer {
- {static} int HTTP_PORT 8080
- SerialThread serialThread
- void startSerialThread()
- void loadServlets(ServletContextHandler context)
- void addServlet(ServletContextHandler context, BaseServlet baseServlet)
+ void start()
+ {static} void main()
}
}
@enduml | false | true | false | false | class |
0006eab47046be3b59bdeece1e1526887cae1f3c | 4b9896696781aea0bbdedd7db74bc72476163978 | /plant-uml/docker-images-Inheritance.plantuml | 0f40d2a9328c28e7a1247028f31e33ae9587bdcc | [
"MIT"
] | permissive | Eifel42/microservices-basics | a18d45e9022ab1ae1df0da0e211dfe5a1725a65c | 4a5ca4e64874b819a0e89eeabd908cd0abcdc7ed | refs/heads/main | 2023-05-02T11:11:55.932801 | 2021-05-15T12:46:36 | 2021-05-15T12:46:36 | 365,198,396 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | plantuml | @startuml
package "DockerImages" {
class JavaBase
class Monitored
class Production
class Develop
JavaBase <|-- Monitored
Monitored <|-- Production
Monitored <|-- Develop
}
@enduml | false | true | false | false | class |
954387ed9dc6f110cccfb29e85baf4835ef16879 | 2c4f2efab569c5d9302f9c00a972298802e61f67 | /Task3_InformationHandling/Task3_InformationHandling.plantuml | d3497a805a2292bb228e9b4826257c3692e78d37 | [] | no_license | alialiusefi/EPAM_JavaWebDev_Course | 066ffe0c3b3fcdd5b5a51b2e59e887752b1f1157 | b229167d84b118147d6b255229976b0ff3ec23aa | refs/heads/master | 2022-12-04T15:02:37.944559 | 2019-08-03T08:56:54 | 2019-08-03T08:56:54 | 170,365,647 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,047 | plantuml | @startuml
title __TASK3_INFORMATIONHANDLING's Class Diagram__\n
package by.training.task3.interpreter {
package by.training.task3.interpreter.base {
abstract class AbstractExpression {
}
}
}
package by.training.task3.comparator {
class AmountOfFoundSymbolsInLexemeRevComparator {
}
}
package by.training.task3.comparator {
class AmountOfSentencesInParagraphComparator {
}
}
package by.training.task3.comparator {
class AmountOfSymbolsInLexemeComparator {
}
}
package by.training.task3.interpreter {
class ClientCalculator {
}
}
package by.training.task3.pattern {
interface Component {
}
}
package by.training.task3.interpreter {
class Context {
}
}
package by.training.task3.reader {
class DataReader {
}
}
package by.training.task3.entity {
class Expression {
}
}
package by.training.task3.parser {
class ExpressionParser {
}
}
package by.training.task3.entity {
class Lexeme {
}
}
package by.training.task3.parser {
class LexemeParser {
}
}
package by.training.task3.action {
class LexemeSorter {
}
}
package by.training.task3.interpreter {
class NonTerminalExpressionNumber {
}
}
package by.training.task3.entity {
class Paragraph {
}
}
package by.training.task3.parser {
class ParagraphParser {
}
}
package by.training.task3.action {
class ParagraphSorter {
}
}
package by.training.task3.entity {
class Punctuation {
}
}
package by.training.task3.parser {
class PunctuationParser {
}
}
package by.training.task3.entity {
class Sentence {
}
}
package by.training.task3.parser {
class SentenceParser {
}
}
package by.training.task3.entity {
class Symbol {
}
}
package by.training.task3.interpreter {
class TerminalExpressionAND {
}
}
package by.training.task3.interpreter {
class TerminalExpressionLeftShift {
}
}
package by.training.task3.interpreter {
class TerminalExpressionNOT {
}
}
package by.training.task3.interpreter {
class TerminalExpressionOR {
}
}
package by.training.task3.interpreter {
class TerminalExpressionRightShift {
}
}
package by.training.task3.interpreter {
class TerminalExpressionUnsignedRightShift {
}
}
package by.training.task3.interpreter {
class TerminalExpressionXOR {
}
}
package by.training.task3.entity {
class Text {
}
}
package by.training.task3.pattern {
abstract class TextComposite {
}
}
package by.training.task3.parser {
class TextParser {
}
}
package by.training.task3.entity {
class Word {
}
}
package by.training.task3.parser {
class WordParser {
}
}
AmountOfFoundSymbolsInLexemeRevComparator -up-|> Comparator
AmountOfSentencesInParagraphComparator -up-|> Comparator
AmountOfSymbolsInLexemeComparator -up-|> Comparator
Expression -up-|> TextComposite
Lexeme -up-|> TextComposite
NonTerminalExpressionNumber -up-|> AbstractExpression
Paragraph -up-|> TextComposite
Punctuation -up-|> TextComposite
Sentence -up-|> TextComposite
Symbol -up-|> TextComposite
TerminalExpressionAND -up-|> AbstractExpression
TerminalExpressionLeftShift -up-|> AbstractExpression
TerminalExpressionNOT -up-|> AbstractExpression
TerminalExpressionOR -up-|> AbstractExpression
TerminalExpressionRightShift -up-|> AbstractExpression
TerminalExpressionUnsignedRightShift -up-|> AbstractExpression
TerminalExpressionXOR -up-|> AbstractExpression
Text -up-|> TextComposite
TextComposite -up-|> Component
Word -up-|> TextComposite
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 |
ad796ab39f88fc2b4c8c4c644cf2316058f383bc | bb1c82eddd547ade9b396e7134db0f927c205f51 | /src/main/java/br/com/alg/trufflesapi/jwt/service/impl/impl.plantuml | 3469e6f1ba8548badc20e074921b72134500dcaf | [] | no_license | andrelgirao22/truffle-api | 3f71a26f3e0a491a9d3d39c193d2c7617c745336 | 3193a6b072c6e482ccc28a8d86021e385a708396 | refs/heads/master | 2021-07-16T13:32:26.947243 | 2021-07-01T19:09:53 | 2021-07-01T19:09:53 | 125,250,626 | 0 | 0 | null | 2021-04-26T19:34:40 | 2018-03-14T17:38:01 | Java | UTF-8 | PlantUML | false | false | 909 | plantuml | @startuml
title __IMPL's Class Diagram__\n
namespace br.com.alg.trufflesapi {
namespace jwt.service.impl {
class br.com.alg.trufflesapi.jwt.service.impl.CustomUserDetailsService {
# LOGGER : Log
- authenticationManager : AuthenticationManager
- passwordEncoder : PasswordEncoder
+ changePassword()
+ forgotPassword()
+ loadUserByUsername()
}
}
}
br.com.alg.trufflesapi.jwt.service.impl.CustomUserDetailsService .up.|> org.springframework.security.core.userdetails.UserDetailsService
br.com.alg.trufflesapi.jwt.service.impl.CustomUserDetailsService o-- br.com.alg.trufflesapi.services.AccountService : accountService
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 |
40b2cdc06e9e8bad3431b596abbf2892f14f07c4 | 5bdc19e7ff1d6880ca51c600fb9edc3943a3c4b5 | /doc/plantuml/src/class_diagrams/start_playback.puml | f7c7079644e80c227c594512c82f1d2bec54f797 | [] | no_license | Warwolt/tr2k_drum_machine | 1a8e617137ed8c6d23856bf490c18f0067979564 | 430e9a3199b16807a6e88860d80c1ec4fd826fa9 | refs/heads/master | 2022-04-08T10:36:54.567422 | 2020-02-24T22:30:07 | 2020-02-24T22:30:07 | 192,423,856 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 773 | puml | @startuml
skinparam linetype ortho
title Start Playback
''' Class definitions '''
Package "Presentation"
{
class PlaybackView
}
Package "Application"
{
class PlaybackController
{
startPlayback()
}
}
Package "Domain"
{
class RhythmPatternManager
{
rhythmPatterns : Array<RhythmPattern>
resetAllPlaybackPositions()
}
class RhythmPattern
{
resetPlaybackPosition()
}
interface TempoTimer
{
clearCounter()
start()
}
}
Package "Hardware Abstraction Layer"
{
class PushButton
{
isPressed() : Boolean
}
}
''' Class relations '''
PlaybackView *--> PushButton
PlaybackView -down-> PlaybackController
PlaybackController --> TempoTimer
PlaybackController -left-> RhythmPatternManager
RhythmPatternManager "1..*"*-->"1" RhythmPattern
@enduml
| false | true | false | false | class |
8734289ba9e2630c6e30edd1ccb4a5fd52f2af9f | 513f557aa40c19a37d0f21567b6e9af0a745f3f3 | /misc/soft-architecture/seq-pipe-filter.puml | 8c247aa2b38e4b0362d78a1cd0e7b352bdbee50c | [] | no_license | vcharpenay/vcharpenay.github.io | 9d2cbd6dc048ac430f10d119b48a0db3ee4e528a | 3da711fed329a6a56da48a589541c57af2243e78 | refs/heads/master | 2023-08-03T04:27:17.849988 | 2023-07-24T08:22:49 | 2023-07-24T08:22:49 | 147,118,488 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 727 | puml | @startuml
skinparam participant {
FontName Courier
ArrowColor black
BorderColor black
BackgroundColor white
}
skinparam sequence {
ArrowColor black
LifeLineBorderColor black
LifeLineBackgroundColor white
FontName Courier
BorderColor black
BackgroundColor white
}
participant "Pipeline Orchestrator" as O
participant "Filter (1)" as F1
participant "Filter (2)" as F2
participant "Filter (3)" as F3
O -> F1 : filter(value1)
activate F1
O -> F2 : filter(value2)
activate F2
F2 --> O : fvalue2
deactivate F2
O -> F3 : filter(fvalue2)
activate F3
F1 --> O : fvalue1
deactivate F1
F3 --> O : fvalue31
deactivate F3
O -> F3 : filter(fvalue1)
activate F3
F3 --> O : fvalue32
@enduml | false | true | false | false | sequence |
9546689023bb2b9f466640ad33a9e024d4abfe2d | cc6b5940d80553bf8a178e8f3108167945fcfb12 | /kie-pmml-trusty/Architecture.puml | 8156b4b3270db1e6910783252b1a286d417e0cd5 | [
"Apache-2.0"
] | permissive | yesamer/drools | f0f9889f212a1becb1144ed704e58649f2555bcd | 92b5f4e57755bfd1f4e52af34dfcbf0d608f33c9 | refs/heads/master | 2023-07-06T14:50:31.161516 | 2023-06-27T01:00:28 | 2023-06-27T01:00:28 | 185,600,193 | 0 | 0 | Apache-2.0 | 2022-02-15T11:22:48 | 2019-05-08T12:19:09 | Java | UTF-8 | PlantUML | false | false | 1,699 | puml | @startuml
'default
top to bottom direction
package "PMML Module" {
component api [
PMML API
This component defines API common to all PMML submodules
]
package "PMML Trusty" {
component trusty_api [
PMML Trusty API
Defines common objects shared by both Compiler and
model Model implementations, to decouple them
]
component trusty_compiler [
PMML Trusty Compiler
Translate original PMML model to the objects
that will be stored inside kie knowledge base
]
}
package "PMML Models" {
component implementations [
PMML Model implementations
For every "model" there will be a specific module, to have them
easily replaceable/pluggable.
Compiler will invoke them, if they are available in the classpath.
]
}
package "PMML Runtime" {
component runtime_api [
PMML Runtime API
This component defines API specific fo Kie runtime environment
]
component runtime_assembler [
PMML Runtime Assembler
Store objects created by compiler
inside kie knowledge base
]
component runtime_core [
PMML Runtime Core
Read objects from kie knowledge base
and use them to calculate PMML result
based on input data
]
}
trusty_api .> api : depends
runtime_api .> api : depends
trusty_compiler ..> trusty_api : depends
implementations .> trusty_api : depends
trusty_compiler -> implementations : use
runtime_core .> runtime_api : depends
runtime_assembler -> trusty_compiler : use
runtime_assembler .> runtime_api : depends
}
@enduml
| false | true | false | false | sequence |
49a3f13617fd8c3716301f29005578020ef37233 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Service-Template/Destroy-Service-Template.puml | 6c177084519bdd0aedeeadec7da82001db8f9327 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 283 | puml | @startuml
Actor "actorName" as A
box "Manage-Service-Template" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-template-destroy()
CLI -> S : template/destroy()
A -> Web : template/destroy()
Web -> S : template/destroy()
end box
@enduml
| false | true | false | false | sequence |
cf1e8071f047947d48a3af9d7dcbfde1dd56760b | a7759048cb71046b8eb02a64752bbf607e9fe9e0 | /system-design-03/diagrams/distributed-3-phase-commit.puml | 6f90b9377c3c660d75f5305e0beb23a8b44d1576 | [] | no_license | RajBaviskar/system-design | 347898e1c43cff878521efcf19c80c5e0b2fcfde | 7eddd08eb38801497274def614f14aa414325869 | refs/heads/master | 2023-02-28T12:06:26.484919 | 2021-02-08T10:42:02 | 2021-02-08T10:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 580 | puml | @startuml
autonumber
skinparam ParticipantPadding 40
box "3 Phase commit" #059199
participant Coordinator #22FFA9
participant Participators #99FF99
Coordinator -> Participators : Can Commit
Coordinator <-[#0000FF] Participators : Yes
note left : Collect Votes
note right : Step 1
Coordinator -> Participators : Pre Commit
Coordinator <-[#0000FF] Participators : ACK
note left : Commits Authorized
note right : Step 2
Coordinator -> Participators : Do Commit
Coordinator <-[#0000FF] Participators : Have Committed
note left : Finalize Commit
note right : Step 3
end box
@enduml | false | true | false | false | sequence |
602d41e2aad4c578b873649cff5703e49134acd8 | 801880bc4b1c286292a21989afe7a0f8f79fb647 | /docs/evaluation_service.plantuml | 41d164bff71cd2f126d8ab129caccc6d0aed2f23 | [] | no_license | Firat-Bayram/loanapp | 9130bc25b6987b6d6820552a3942f409eedb4eea | 6087296370beca5beaa047d06c968e240f634d7e | refs/heads/master | 2023-03-23T08:38:35.771819 | 2021-03-13T00:16:19 | 2021-03-13T00:16:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 756 | plantuml | @startuml
class LoanApplicationEvaluationService <<application service>>{
void Evaluate(string applicationNumber)
}
interface IUnitOfWork {
void CommitChanges()
}
class EfUnitOfWork {
}
class EfLoanApplicationRepository{
}
interface ILoanApplicationRepository{
void Add(LoanApplication application)
LoanApplication WithNumber(LoanApplicationNumber loanApplicationNumber)
}
class ScoringRulesFactory <<factory>>{
ScoringRules DefaultSet
}
LoanApplicationEvaluationService ..> IUnitOfWork :<<uses>>
LoanApplicationEvaluationService ..> ILoanApplicationRepository :<<uses>>
LoanApplicationEvaluationService --> ScoringRulesFactory
EfUnitOfWork -up-> IUnitOfWork
EfLoanApplicationRepository -up-> ILoanApplicationRepository
@enduml | false | true | false | false | class |
67a0d9a6e4833a271458600510a1cbb3bb065189 | 24e9bcb8ec05c4dedfe4c481214e316cb4f0edf5 | /doc/uml/txn_box_config_schema.plantuml | ea75a4520fac1f5c41a1f209cf8f5cdc58c38193 | [
"Apache-2.0"
] | permissive | SolidWallOfCode/txn_box | 6dc8b1d74ef0302687e77c650229028506465ced | 7d9d523faa3d8635f1ebeed1c1cb8bf0d59fcd7f | refs/heads/master | 2023-05-27T12:33:38.279988 | 2023-05-16T15:06:24 | 2023-05-16T15:06:24 | 163,704,709 | 8 | 7 | Apache-2.0 | 2023-09-08T15:26:46 | 2019-01-01T00:24:52 | C++ | UTF-8 | PlantUML | false | false | 1,172 | plantuml | ' Licensed under the Apache License, Version 2.0 (the "License");
' You may not use this file except in compliance with the License.
' You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
' Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
' on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and limitations under the License.
@startuml
hide empty members
directive_group "1" *-- txn_box
directive_list <|-- directive_group
directive <|-- directive_group
directive "+" *-- directive_list
selection <|-- directive
action <|-- directive
extractor "1" *-- selection
selection_switch "1" *-- selection
case_list <|-- selection_switch
case <|-- selection_switch
case "+" *-- case_list
directive_group "1" *-- case
comparison "1" *-- case
extraction_string <|-- extractor
extraction_with_modifiers <|-- extractor
extraction_string "1" *-- extraction_with_modifiers
extraction_modifier "+" *-- extraction_with_modifiers
@enduml
| false | true | false | false | class |
9ea4884968f718d6fba49f469d2eedcfcb63e4f1 | 2658a42eb6bbcc140cae19c1120864277f893b2f | /documentation/src/orchid/resources/assets/diagrams/terms-nofields.puml | 20da4bfe15cfe86764628a36cce611fc5bf335f6 | [
"Apache-2.0"
] | permissive | tuProlog/2p-kt | 0935dbeb88272f79df1ebbd2339767bccc8ecfa4 | 6510ea0414985b708dd492ee240727f2e261176c | refs/heads/master | 2023-08-17T18:41:12.310798 | 2023-07-19T10:34:16 | 2023-07-19T13:13:27 | 230,784,338 | 84 | 15 | Apache-2.0 | 2023-09-13T22:49:25 | 2019-12-29T17:51:34 | Kotlin | UTF-8 | PlantUML | false | false | 976 | puml | @startuml
skinparam shadowing false
interface Term
interface Constant
interface Var
interface Struct
interface Numeric
interface Integer
interface Real
interface Atom
interface Truth
interface Indicator
interface Empty
interface EmptySet
interface EmptyList
interface List
interface Cons
interface Set
interface Tuple
Term <|-down- Struct
Term <|-down- Constant
Term <|-down- Var
Constant <|-down- Numeric
Constant <|-down- Atom
Numeric <|-down- Real
Numeric <|-down- Integer
Struct <|-down- Atom
Struct <|-down- List
Struct <|-down- Tuple
Struct <|-down- Set
Struct <|-down- Indicator
Atom <|-down- Truth
Atom <|-down- Empty
Empty <|-up- EmptyList
Empty <|-up- EmptySet
List <|-down- EmptyList
List <|-down- Cons
Set <|-down- EmptySet
package clauses <<Rectangle>> {
interface Clause
interface Rule
interface Directive
interface Fact
Struct <|-down- Clause
Clause <|-down- Rule
Clause <|-down- Directive
Rule <|-down- Fact
}
@enduml | false | true | false | false | class |
376ef191e3782339dce8c581dc79e0e347f7d347 | c183a3bcca39c12fcdf8c69f9418d29161cd67a9 | /src/app/fachinformatiker/myMashup/main/main.plantuml | 6338f7f73617a86cfd0fc366dbe986e52c3cbf76 | [
"MIT"
] | permissive | fachinformatiker/myMashup | 5b6510714e9a921771f96c5e90cf729c5ee1d54e | 63033ae85ab75c0a64cf7ec5332510a2d3325dd6 | refs/heads/master | 2021-06-25T06:01:50.243448 | 2021-06-22T13:00:04 | 2021-06-22T13:00:04 | 184,805,428 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 814 | plantuml | @startuml
title __MAIN's Class Diagram__\n
namespace app.fachinformatiker.myMashup.main {
class app.fachinformatiker.myMashup.main.Main {
{static} - candyStack : Stack<Candy>
{static} - producerList : ArrayList<Producer>
{static} - consumerList : ArrayList<Consumer>
{static} - terminator : Terminator
{static} + main()
{static} - parseArguments()
{static} - startProducers()
{static} - startConsumer()
{static} - initializeProducers()
{static} - initializeConsumers()
{static} - startTerminationThread()
}
}
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 |
4a176422131c5b567bb6a6dff03ada763ceef64a | 89cc1f7fd46e4c499df86203d424758b01b976be | /doc/diagrams/class_diagram_ClientSideApi.puml | d96d5edc5c034f15d963ed53d0aa2b002f5b78f3 | [
"MIT"
] | permissive | Daniel-W-Innes/SYSC3303-A3 | 5c5f71c79994d81f609ba85325469bcdcaaf7be9 | a3e5546d78b470fa6a5810a84d6b58cf3a39fe73 | refs/heads/main | 2023-03-16T12:40:16.635422 | 2021-03-07T17:58:31 | 2021-03-07T17:58:31 | 345,415,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 155 | puml | @startuml
'https://plantuml.com/class-diagram
interface actor.intermediate.ClientSideApi{
+ void send(Request request)
+ Message send()
}
@enduml | false | true | false | false | class |
734446c744e5b8e58bee046f537e32791e95171d | 917f03619696193127013cb71e0d2b90289469fe | /android/PackageManagerService/PackageManagerService_scan_apk.puml | 5d04b5cec6438230b9e9a79cd597e1826bd54425 | [] | no_license | aystshen/MyPlantUML | c19963e9d5268e194e6fa3ca17283579b730315c | 7556e20300f3aa820f0eb63485b644279fd4a840 | refs/heads/master | 2020-07-06T02:24:44.183157 | 2019-08-19T09:57:00 | 2019-08-19T09:57:00 | 202,858,838 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,838 | puml | @startuml
participant PackageManagerService.java as PackageManagerService
participant ParallelPackageParser.java as ParallelPackageParser
participant PackageParser.java as PackageParser
participant Settings.java as Settings
participant "data/system/packages.xml" as packages.xml
PackageManagerService -> PackageManagerService:PackageManagerService()
activate PackageManagerService
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/vendor/overlay"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/system/framework"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/system/priv-app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/system/app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/vendor/app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/oem/app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/oem/bundled_uninstall_gone-app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/oem/bundled_uninstall_back-app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/oem/bundled_persist-app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/data/app"
PackageManagerService -> PackageManagerService:scanDirTracedLI() "/data/app-private"
activate PackageManagerService
PackageManagerService -> PackageManagerService:scanDirLI()
activate PackageManagerService
PackageManagerService -> ParallelPackageParser:submit()
activate ParallelPackageParser
ParallelPackageParser -> ParallelPackageParser:parsePackage()
activate ParallelPackageParser
ParallelPackageParser -> PackageParser:parsePackage()
activate PackageParser
PackageParser -> PackageParser:isDirectory()? parseClusterPackage()
activate PackageParser
PackageParser -> PackageParser:parseClusterPackageLite()
activate PackageParser
PackageParser -> PackageParser:parseApkLite()
activate PackageParser
PackageParser -> ParallelPackageParser:PackageParser.Package
deactivate PackageParser
deactivate PackageParser
deactivate PackageParser
PackageParser -> PackageParser:!isDirectory()? parseMonolithicPackage()
activate PackageParser
PackageParser -> PackageParser:parseMonolithicPackageLite()
activate PackageParser
PackageParser -> PackageParser:parseApkLite()
activate PackageParser
deactivate PackageParser
PackageParser -> PackageParser:parseBaseApk()
activate PackageParser
PackageParser -> ParallelPackageParser:PackageParser.Package
deactivate PackageParser
deactivate PackageParser
deactivate PackageParser
deactivate PackageParser
deactivate ParallelPackageParser
deactivate ParallelPackageParser
PackageManagerService -> ParallelPackageParser:take()
activate ParallelPackageParser
ParallelPackageParser -> PackageManagerService:ParallelPackageParser.ParseResult
deactivate ParallelPackageParser
PackageManagerService -> PackageManagerService:scanPackageLI()
activate PackageManagerService
PackageManagerService -> PackageManagerService:scanPackageInternalLI()
activate PackageManagerService
PackageManagerService -> PackageManagerService:scanPackageLI()
activate PackageManagerService
PackageManagerService -> PackageManagerService:scanPackageDirtyLI()
activate PackageManagerService
deactivate PackageManagerService
deactivate PackageManagerService
deactivate PackageManagerService
deactivate PackageManagerService
deactivate PackageManagerService
deactivate PackageManagerService
PackageManagerService -> PackageManagerService:updatePermissionsLPw()
activate PackageManagerService
deactivate PackageManagerService
PackageManagerService -> Settings:writeLPr()
activate Settings
Settings->packages.xml:Save to file
deactivate Settings
deactivate PackageManagerService
deactivate PackageManagerService
@enduml | false | true | false | false | sequence |
22258ecdee455f10218e7a73e1a4cdbc8384ba6a | a66d2ed918c96261327644b6f7ee6f60ece82857 | /UML/managerSuccessAtMakingEvent.puml | e0e428845707c7f47d618c1d52b3f1675e746117 | [] | no_license | omarsch/Kino | af4f658dc2479d2238704ed615a070039da7cbad | 3e7c72082809c9175bc491545f9334c3d827f732 | refs/heads/master | 2020-04-25T22:04:58.528741 | 2019-04-25T19:06:19 | 2019-04-25T19:06:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 522 | puml | @startuml
Manager --> GUI: Add Event
activate GUI
activate Database
GUI --> Database: Update added event
activate TicketControl
Database --> TicketControl: Generate tickets for event
activate Authentication
TicketControl --> Authentication: Authenticate tickets with venue
Authentication --> TicketControl: Confirm authentication
TicketControl --> Database: Add tickets for event
Database --> GUI: Display Events and Tickets
deactivate GUI
deactivate Database
deactivate TicketControl
deactivate Authentication
@enduml | false | true | false | false | sequence |
58b7fdc12f0f7a0204f8a3f9c2a2cffdde21b5ab | 81569fbc3b2392f1e09374678d4f3279f5721fb8 | /puml/context-propagation-favorite-zone-collaboration.puml | 67ce9a86a7316f8a9fd53eaeb4454cf44a4629c0 | [
"Apache-2.0"
] | permissive | u12380/spring-cloud-ribbon-extensions | 06543d156b4678ffbb30c3ce57593197cfc00c09 | b498e7d831b14ec78dc1a08d9b1d9accddec85f5 | refs/heads/master | 2022-03-21T12:36:56.205805 | 2018-06-23T09:35:41 | 2018-06-23T09:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,202 | puml | @startuml
title **Favorite Zone & Context Propagation**\n<size:12><&chevron-right>Eureka service directory enabled\n<size:12><&chevron-right>Zuul routing enabled\n<size:12><&chevron-right>Flow:service1->service2->service3->service4
skinparam interface {
backgroundColor<<use case 1>> #C0504D
fontColor<<use case 1>> #C0504D
borderColor<<use case 1>> #C0504D
backgroundColor<<use case 2>> #9BBB59
fontColor<<use case 2>> #9BBB59
borderColor<<use case 2>> #9BBB59
backgroundColor<<use case 3>> #4BACC6
fontColor<<use case 3>> #4BACC6
borderColor<<use case 3>> #4BACC6
backgroundColor<<use case 4>> #8064A2
fontColor<<use case 4>> #8064A2
borderColor<<use case 4>> #8064A2
backgroundColor<<use case 5>> Black
fontColor<<use case 5>> Black
borderColor<<use case 5>> Black
backgroundColor<<use case 6>> #F79646
fontColor<<use case 6>> #F79646
borderColor<<use case 6>> #F79646
backgroundColor<<use case 7>> #A6A6A6
fontColor<<use case 7>> #A6A6A6
borderColor<<use case 7>> #A6A6A6
}
skinparam component {
ArrowColor<<use case 1>> #C0504D
ArrowFontColor<<use case 1>> #C0504D
ArrowColor<<use case 2>> #9BBB59
ArrowFontColor<<use case 2>> #9BBB59
ArrowColor<<use case 3>> #4BACC6
ArrowFontColor<<use case 3>> #4BACC6
ArrowColor<<use case 4>> #8064A2
ArrowFontColor<<use case 4>> #8064A2
ArrowColor<<use case 5>> Black
ArrowFontColor<<use case 5>> Black
ArrowColor<<use case 6>> #F79646
ArrowFontColor<<use case 6>> #F79646
ArrowColor<<use case 7>> #A6A6A6
ArrowFontColor<<use case 7>> #A6A6A6
ArrowColor<<use case 99>> White
ArrowFontColor<<use case 99>> White
}
cloud "zone=zone1"{
[service1] as service11
[service2] as service21
[service3] as service31
[service4] as service41
[zuul]
}
cloud "zone=zone2"{
[service1] as service12
[service2] as service22
[service3] as service32
[service4] as service42
}
cloud "zone=developer1"{
[service1] as developer1Service1
[service3] as developer1Service3
}
cloud "zone=developer2"{
[service3] as developer2Service3
}
() "http://zuul/service1\nHeaders[]" as request1 <<use case 1>>
request1 -down-> zuul <<use case 1>>
zuul -down-> service11 <<use case 1>>
service11 -down-> service21 <<use case 1>>
service21 -down-> service31 <<use case 1>>
service31 -down-> service41 <<use case 1>>
() "http://zuul/service1\nHeaders[favorite-zone=zone1]" as request2 <<use case 2>>
request2 -down-> zuul <<use case 2>>
zuul -down-> service11 <<use case 2>>
service11 -down-> service21 <<use case 2>>
service21 -down-> service31 <<use case 2>>
service31 -down-> service41 <<use case 2>>
() "http://zuul/service1\nHeaders[favorite-zone=zone2]" as request3 <<use case 3>>
request3 -down-> zuul <<use case 3>>
zuul -down-> service12 <<use case 3>>
service12 -down-> service22 <<use case 3>>
service22 -down-> service32 <<use case 3>>
service32 -down-> service42 <<use case 3>>
() "http://zuul/service1\nHeaders[favorite-zone=zone3]" as request4 <<use case 4>>
request4 -down-> zuul <<use case 4>>
zuul -down-> service11 <<use case 4>>
service11 -down-> service21 <<use case 4>>
service21 -down-> service31 <<use case 4>>
service31 -down-> service41 <<use case 4>>
() "http://zuul/service1\nHeaders[favorite-zone=developer1]" as request5 <<use case 5>>
request5 -right--> zuul <<use case 5>>
zuul -down-> developer1Service1 <<use case 5>>
developer1Service1 -down..> developer1Service3 <<use case 99>> : ""
developer1Service1 -down-> service21 <<use case 5>>
service21 -down-> developer1Service3 <<use case 5>>
developer1Service3 -down-> service41 <<use case 5>>
() "http://zuul/service1\nHeaders[]\nzone1 service2 is down" as request6 <<use case 6>>
request6 -left--> zuul <<use case 6>>
zuul -down--> service11 <<use case 6>>
service11 -down-> service22 <<use case 6>>
service22 -down-> service31 <<use case 6>>
service31 -down-> service41 <<use case 6>>
() "http://zuul/service1\nHeaders[favorite-zone=developer2]" as request7 <<use case 7>>
request7 -right--> zuul <<use case 7>>
zuul -down--> service11 <<use case 7>>
service11 -down-> service21 <<use case 7>>
service21 -down-> developer2Service3 <<use case 7>>
developer2Service3 -down-> service41 <<use case 7>>
@enduml | false | true | false | false | class |
13837c95c292a8024ec52f495c6d6c987396f5c1 | f51722426e120b65628753f57c8694a818518f84 | /docs/groepkeuze.puml | 50dbed1b83493f4a05ebb343de38244b63b6ee6e | [] | no_license | Melissa143/csrdelft.nl | 902982b0e83959a49f96599bd4966bf4c33aae74 | a02c50ba4ecc63c4276cda8daa62631f4cd05653 | refs/heads/master | 2023-02-21T10:52:58.241438 | 2021-01-20T20:01:10 | 2021-01-20T20:01:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,211 | puml | @startuml
abstract class AbstractGroep {
GroepKeuze[] keuzelijst2
GroepVersie versie
}
abstract class AbstractGroepLid {
string|GroepKeuzeSelectie[] opmerking
}
AbstractGroepLid <- AbstractGroep
class GroepKeuze {
string type
string default
string keuzes
}
class GroepKeuzeSelectie {
string type
string selectie
}
enum GroepKeuzeType {
CHECKBOXES
RADIOS
DROPDOWN
TEXT
SLIDER
NUMBER
}
GroepKeuze --> GroepKeuzeType
GroepKeuzeSelectie --> GroepKeuzeType
AbstractGroepLid --> GroepKeuzeSelectie
GroepKeuzeSelectie .> GroepKeuze
AbstractGroep --> GroepKeuze
note right of GroepKeuze {
Opties is afhankelijk van type, kan zijn: een
lijst van keuzes voor dropdown/radios/checkboxes
of min/max voor number/slider.
Default is ook afhankelijk van type, kan een
standaard string zijn of aageven welke opties
default zijn/is gemarkeerd.
}
note left of GroepKeuzeSelectie {
Selectie is de daadwerkelijke selectie
van een lid deze moet overeenkomen
met een GroepKeuze, maar als dit niet
het geval is, wordt de waarde alsnog weergegeven
}
note right of AbstractGroep {
Een groep heeft een versie veld dat aangeeft
of deze groep dit systeem gebruikt.
}
@enduml
| false | true | false | false | class |
f43a320d2fe34ee8d675e4340ed221949f30cfe4 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-command-3.plantuml | 8ab2f89aac2fe7d163bf91f67e1630ea907b3cbb | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,686 | plantuml | @startuml
interface Command {
{abstract}void doCommand()
{abstract} void undoCommand()
}
class PlusCommand {
double operand
Expression expression
PlusCommand(Expression expression, double operand)
void doCommand()
void undoCommand()
}
class MinusCommand {
double operand
Expression expression
MinusCommand(Expression expression, double operand)
void doCommand()
void undoCommand()
}
class MacroCommand {
LinkedList<Command> undoCommands
LinkedList<Command> redoCommands
MacroCommand()
void appendCommand(Command command)
void doCommand()
void undoCommand()
void redoCommand()
void clear()
}
interface Expression {
{abstract} void doResult(double result, double operand, String operation)
{abstract} void undoResult(double result)
{abstract} String getExpressionStr()
{abstract} double getResult()
{abstract} void clear()
}
class SimpleExpression {
double result
LinkedList<Double> operandList
LinkedList<String> operationList
SimpleExpression()
void doResult(double result, double operand, String operation)
void undoResult(double result)
void getExpressionStr()
double getResult()
void clear()
}
class Calculator {
Expression expression
MacroCommand macroCommand
Calculator()
void calculate(Command command)
double plus(double operand)
double minus(double operand)
double undo()
double redo()
String getExpression()
double getResult()
void clear()
}
Command <|.down. PlusCommand
Command <|.down. MinusCommand
Command <|.. MacroCommand
Command <--o MacroCommand
Expression <|.. SimpleExpression
Expression <-down-o PlusCommand
Expression <-down-o MinusCommand
MacroCommand <--o Calculator
Expression <--o Calculator
@enduml | false | true | false | false | class |
61b289dd2cc86e1b5d698c5b58a58b84f8e9cee6 | 6df8f2e17e6828100a4437b1b470328d7c6aafae | /uml/01_iterator.puml | 0e03e3a50a1efe3fc7762c4b7b24ce0e7b6d3e9b | [] | no_license | yinm/java-design-pattern | ea4af99fda49be066a35edb5cee6b5314b5024ae | 98bfa015c189de6d267dfea1ced80dddb0d8f5bb | refs/heads/master | 2020-04-18T16:17:15.822973 | 2019-02-27T01:03:27 | 2019-02-27T01:03:27 | 167,630,531 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
interface Aggregate {
{abstract} iterator()
}
interface Iterator {
{abstract} hasNext()
{abstract} next()
}
class ConcreteAggregate {
iterator()
}
class ConcreteIterator {
aggregate
hasNext()
next()
}
Aggregate -r-> Iterator : Create >
ConcreteAggregate .u.|> Aggregate
ConcreteIterator .u.|> Iterator
ConcreteIterator o-l-> ConcreteAggregate
@enduml
| false | true | false | false | sequence |
4b0fd12d6db98495be224fa5769f8e5d87bbe49a | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Classes/Boundary/Display.puml | 106112676558b1c91a1fde48affc061613d7001a | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 161 | puml | @startuml
class Display {
+ Display(output:IOutput)
+ ShowTime(min:int, sec:int) : void
+ ShowPower(power:int) : void
+ Clear() : void
}
@enduml
| false | true | false | false | class |
09fe41671265f52aa78ae87c90b3b8cad452dd90 | f64fe6610e4c5d577a15bfb724284166220a513c | /Use cases/SourceRepository/lifecycle-state-machine.puml | 12505e1bbd35a891972f02ea5990d9fc626a1f22 | [
"Apache-2.0"
] | permissive | kathra-project/specifications | 9f605febafa845dbe02988c1d00bd36298efd3e7 | 495100b867ab2bd6993caf3190a38b3afe0774f3 | refs/heads/master | 2022-12-17T06:55:11.624675 | 2020-08-04T17:44:25 | 2020-08-04T17:44:25 | 195,241,374 | 0 | 0 | Apache-2.0 | 2022-12-06T01:32:33 | 2019-07-04T12:53:28 | Shell | UTF-8 | PlantUML | false | false | 1,178 | puml | @startuml
state "Create a new source repository" as insertSourceRepository : ssh url should be specified and unique
[*] --> insertSourceRepository
insertSourceRepository --> PENDING
PENDING : Source repository existing in DB with status PENDING
ERROR : An error has occured during initialization
state PENDING {
state "Create source repository group " as createRepositoryGroup : Create source repository group into SourceManager
state "Create source repository" as createRepository : Create source repository into SourceManager
[*] --> createRepositoryGroup
createRepositoryGroup --> createRepository
createRepository --> [*]
}
ERROR -> [*]
PENDING -> OK : Source repository is fully initialized
PENDING -> ERROR
OK : Update source repository status to OK
OK --> UNSTABLE : An error exception is detected
state UNSTABLE {
state "Check group into SourceManager is OK" as checkGroup
state "Check source repository into SourceManager is OK" as checkSourceRepository
[*] --> checkGroup
checkGroup --> checkSourceRepository
checkSourceRepository --> [*]
}
UNSTABLE -> OK : Source repository is available
OK --> DELETED
DELETED -> [*]
@enduml
| false | true | false | false | sequence |
0bf50f9c24cdcb6670927a280358a1f7ac8b6f38 | 2cb0d17b297862de0b2876905bc69fab6a3fda1a | /projectJJA.plantuml | ea46ba217ba9dcc7d896ed6534ec4b9b72b77519 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | julienbenaouda/projectJJA | 507bd714ec752d41ce1ef2f7fd05104390f34e92 | 9063388043b79e68640379cda5f674df62f76213 | refs/heads/master | 2021-04-27T17:28:29.111045 | 2018-06-14T19:29:11 | 2018-06-14T19:29:11 | 122,321,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 10,339 | plantuml | @startuml
title __PROJECTJJA's Class Diagram__\n
package taskman {
package taskman.backend {
package taskman.backend.constraint {
enum AmountComparator {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
class AndConstraint {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.time {
class AvailabilityPeriod {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface AvailabilityPeriodWrapper {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class Cancel {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.time {
class Clock {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
class Constraint {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
interface ConstraintComponent {
}
}
}
}
package taskman {
package taskman.backend {
class Controller {
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.user {
class Developer {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class DeveloperResource {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class FormSection {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
class IfThenConstraint {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.importexport {
class ImportExportException {
}
}
}
}
package taskman {
class Initiator {
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class MenuSection {
}
}
}
}
package taskman {
package taskman.frontend {
interface MethodCall {
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
class NotConstraint {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.user {
class OperationNotPermittedException {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.constraint {
class OrConstraint {
}
}
}
}
package taskman {
class Pair {
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class Plan {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.project {
class Project {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.user {
class ProjectManager {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.project {
class ProjectOrganizer {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface ProjectWrapper {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class Reservation {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class Resource {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class ResourceManager {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.resource {
class ResourceType {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface ResourceTypeWrapper {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface ResourceWrapper {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
abstract class Section {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class SelectionSection {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.simulation {
class SimulationManager {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class Task {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
abstract class TaskState {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateExecuting {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateFailed {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateFinished {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStatePlanned {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.task {
class TaskStateUnavailable {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface TaskWrapper {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class TextSection {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.time {
class TimeParser {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.time {
class TimeSpan {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface TimeSpanWrapper {
}
}
}
}
package taskman {
package taskman.frontend {
package taskman.frontend.sections {
class TitleSection {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.user {
abstract class User {
}
}
}
}
package taskman {
package taskman.frontend {
class UserInterface {
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.user {
class UserManager {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.wrappers {
interface UserWrapper {
}
}
}
}
package taskman {
package taskman.backend {
package taskman.backend.importexport {
class XmlObject {
}
}
}
}
AndConstraint -up-|> ConstraintComponent
AndConstraint o-- ConstraintComponent : constraint1
AndConstraint o-- ConstraintComponent : constraint2
AvailabilityPeriod -up-|> AvailabilityPeriodWrapper
Constraint -up-|> ConstraintComponent
Constraint o-- ResourceType : resourceType
Constraint o-- AmountComparator : amountComparator
Controller o-- Clock : clock
Controller o-- UserManager : userManager
Controller o-- ProjectOrganizer : projectOrganizer
Controller o-- ResourceManager : resourceManager
Controller o-- SimulationManager : simulationManager
Developer -up-|> User
DeveloperResource -up-|> Resource
DeveloperResource o-- AvailabilityPeriod : breakTime
DeveloperResource o-- Developer : developer
FormSection -up-|> Section
IfThenConstraint -up-|> ConstraintComponent
IfThenConstraint o-- ConstraintComponent : ifConstraint
IfThenConstraint o-- ConstraintComponent : thenConstraint
MenuSection -up-|> Section
NotConstraint -up-|> ConstraintComponent
NotConstraint o-- ConstraintComponent : constraint
OrConstraint -up-|> ConstraintComponent
OrConstraint o-- ConstraintComponent : constraint1
OrConstraint o-- ConstraintComponent : constraint2
Pair o-- First : first
Pair o-- Second : second
Plan o-- Task : task
Project -up-|> ProjectWrapper
ProjectManager -up-|> User
Reservation o-- Resource : resource
Reservation o-- TimeSpan : timeSpan
Resource -up-|> ResourceWrapper
Resource o-- ResourceType : type
ResourceType -up-|> ResourceTypeWrapper
SelectionSection -up-|> Section
Task -up-|> TaskWrapper
Task o-- TimeSpan : timeSpan
Task o-- TaskState : state
Task o-- Task : alternative
Task o-- Plan : plan
TaskStateExecuting -up-|> TaskState
TaskStateFailed -up-|> TaskState
TaskStateFinished -up-|> TaskState
TaskStatePlanned -up-|> TaskState
TaskStateUnavailable -up-|> TaskState
TextSection -up-|> Section
TimeSpan -up-|> TimeSpanWrapper
TitleSection -up-|> Section
TitleSection o-- TextSection : textSection
User -up-|> UserWrapper
UserInterface o-- Controller : controller
UserManager o-- User : currentUser
XmlObject o-- ResourceManager : resourceManager
XmlObject o-- UserManager : userManager
XmlObject o-- ProjectOrganizer : projectOrganizer
XmlObject o-- Clock : clock
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 |
a7c9a7d97b42be9e2ae2445165a208f38188df60 | c9c618e7ea0dc7e1e8957ddba74791e0b34419af | /src/main/java/comportement/observer/eni/observer_sequence.puml | d1af34a57be058168a4c81157aac1ef43b18bab4 | [] | no_license | soffiane/java-design-patterns | c978e24723721895e559683ad3334a44ce540a05 | bff3ce4caf56590daa35e8b1a08bdcdf6e118e73 | refs/heads/master | 2020-12-03T06:12:13.046057 | 2020-02-13T21:48:22 | 2020-02-13T21:48:22 | 231,225,139 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
autonumber "<b>0:"
participant ": VueVehicule" as A
activate A
participant "sujet: Vehicule" as B
participant "Client" as C
A -> B: ajoute(observateur=this)
activate B
C -> B: setDescription(description="nouveau")
activate C
deactivate C
B -> B: notifie()
B -> A: actualise()
A -> A: redessine()
@enduml | false | true | false | false | sequence |
224383584a1cf2d53b836b2eac8c35d892562099 | b78fe46d0492145fbd29f94731a841fa579651ea | /src/main/webapp/doc/afficheEntrainementEtudiant.puml | 1ad7a02a0b5b6e79742af72504b7fe6b6abb9d79 | [] | no_license | michel-plasse/siomassy2021 | 94a35a2607ccef3e4577a83ccffe921710f8a769 | 8afc0887ede9c88cc72d1b65210e921cda87a9a1 | refs/heads/master | 2023-05-05T04:37:47.986442 | 2021-05-25T00:19:06 | 2021-05-25T00:19:06 | 353,038,986 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,187 | puml | @startuml
' par défaut, les couches sont disposées dans l'ordre d'apparition
' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur
participant Navigateur
participant Vue
== affichage d'un entrainement ==
Navigateur -> Controleur: GET /entrainementEtudiant_n?idEntrainement=...
Controleur -> Controleur: verifie que idEntrainement est entier
Controleur -> Controleur: recupere le user de la session
Controleur -> Dao: EntrainementDao.\ngetByIdEntrainementIdEtudiant\n(idEntrainement,idEtudiant)
Dao -> SGBD: SELECT...
SGBD -> Dao:
Dao -> Controleur: EntrainementEtudiant
Controleur -> Vue: afficheEntrainementEtudiant.jsp
Vue -> Navigateur: liste questions/reponses
@enduml
/' (commentaire sur plusieurs lignes, comme en Java, avec ' qui remplace *)
1ere étape
Créer le contrôleur et une vue minimale, et tester
Pour cela, créer une servlet MesCanauxServlet dans fr.siomassy2021.controller, avec
le chemin (utl) /mescanaux.
=> commit
2e étape
Mettre des canaux en dur dans le contrôleur,
et les afficher dans la JSP.
=> commit
3e étape
Appel de la Dao, qui construit la liste en dur
Le memberId est aussi mis en dur à 1
=> commit
'/
| false | true | true | false | sequence |
3f290553982037b1ef53fac928195b6e554f1f85 | 6f9566c44e5057a4c32a39985b713e7715e6cffa | /uml/sequence_diagram.puml | d8dd2c3a7cd8157dbae9e8c862f5d227edb7df89 | [] | no_license | Alexander-Zyurkalov/MakePhrases | e1ffd9e61a83c14265ae5a62923cb3e813ccf115 | 332428a45105780c080a02c378477c5253e0e24e | refs/heads/master | 2020-03-28T11:19:49.916959 | 2018-12-01T18:43:08 | 2018-12-01T18:43:08 | 148,202,580 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 171 | puml | @startuml
activate script
script --> SrtFixing **: <<create>>
activate SrtFixing
deactivate SrtFixing
script <<-- SrtFixing --
deactivate script
@enduml
| false | true | false | false | sequence |
b0b88046cf29c9fc527303fae0a0b78ce3f0adbd | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /1 Sequence Diagram/30 Changing padding.puml | 50ff270c9e0bd5d64b4d7f6eb9584ecfbbec47c1 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 248 | puml | @startuml
skinparam ParticipantPadding 20
skinparam BoxPadding 10
box "Foo1"
participant Alice1
participant Alice2
end box
box "Foo2"
participant Bob1
participant Bob2
end box
Alice1 -> Bob1 : hello
Alice1 -> Out : out
@enduml
| false | true | false | false | sequence |
31093e989bff1e633d0a00e94c82d4787bd2e94a | 65d20a2522663f335ac05ff61a0d00cb3c9e02d6 | /设计模式/行为型模式/20.State状态/state.puml | fc38fe9618620c25b4227db8f41fc017c721ccd8 | [] | no_license | GungnirLaevatain/doc | 3f436387665cd67b93e84df0a0c92f9f894ad4a3 | 519643453e49a5a82e4a971597d186bfdc280116 | refs/heads/master | 2020-08-08T15:52:54.217559 | 2020-03-16T02:10:08 | 2020-03-16T02:10:08 | 213,863,201 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 460 | puml | @startuml
class Context{
- int state
+ void setState(State state)
+ void start()
+ void stop()
}
interface State{
+ {abstract} void start(Context context)
+ {abstract} void stop(Context context)
}
class StartedState{
+ void start(Context context)
+ void stop(Context context)
}
class StoppedState{
+ void start(Context context)
+ void stop(Context context)
}
StartedState ..|> State
StoppedState ..|> State
Context-->State
@enduml | false | true | false | false | class |
daa36a739ca6bf9bcc157ea7f411ed877765acac | b4302cd63929941132f129b9d907434b65fc845d | /docs/classes.puml | 6f2d69eb3dbe2911f45db2e396eea2a555037745 | [] | no_license | pandoraboxchain/pyrrha-pyndora | 17a515f648c580b599f0c208b4ab9a7f6f001baa | 25f5339054aec836a6b26ca76ce4ce150dcbd2a8 | refs/heads/master | 2021-09-01T23:13:49.751080 | 2017-12-29T04:25:43 | 2017-12-29T04:25:43 | 105,304,466 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 613 | puml | @startuml
package main {
interface eth_delegate
interface webapi_delegate
class broker << (S,orange) >>
broker -up-|> eth_delegate
broker -up-|> webapi_delegate
enum broker_states {
}
broker --> broker_states
}
package webapi {
class webapi
}
package eth {
interface processor_delegate
class eth
eth -up-|> processor_delegate
enum eth_states {
}
eth --> eth_states
}
package processor {
class processor
class ipfs
class keras
}
broker *--* eth
broker *-down-* webapi
eth *--* processor
processor --* keras
processor --* ipfs
@enduml | false | true | false | false | class |
77ca586aa64eed65a48c68b6f602bb9cff63f320 | b3b11cea9514e63d600cf7914b1a8d22bc6f65b5 | /src/docs/asciidoc/architecture/plantuml/annexe_PlatoToAutocontrol.puml | f8053ed860c0d13783a59efb60b167b8a5d4219d | [] | no_license | jv-it-io/archi-documentation | 4a4690fc1a8b676cb4a8c85a157ab3c06509372d | 40137504ab30935732de8ef2f7596640b9becccb | refs/heads/main | 2023-03-05T07:37:23.587991 | 2020-11-14T19:39:19 | 2020-11-14T19:39:19 | 340,873,929 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,110 | puml | @startuml
title Plato : Send document added in a pharmacy to Autocontrol
box "Autocontrol Services" #LightBlue
participant Autocontrol
participant AutocontrolProxy
database AutocontrolProxyDatabase
end box
box "Plato Services" #f2d9a7
database SharedGridFsDB
actor Inspector
participant PlatoBackoffice
participant PlatoOutBox
database "PlatoBackoffice DataBase"
end box
Inspector -> PlatoBackoffice: Inspector add annexe(s) to one or more pharmacies
PlatoBackoffice -> SharedGridFsDB: Save file(s)
activate PlatoBackoffice #FFBBBB
PlatoBackoffice -> "PlatoBackoffice DataBase": save document(s)
PlatoBackoffice -> "PlatoBackoffice DataBase": add document(s) to pharmacy(ies)
deactivate PlatoBackoffice #FFBBBB
PlatoOutBox <-- "PlatoBackoffice DataBase" : notify event add document to pharmacy (db push)
PlatoOutBox -> AutocontrolProxy: outbox event add document to pharmacy
AutocontrolProxy -> SharedGridFsDB: get document (file)
AutocontrolProxy -> Autocontrol: addAnnexe to dossier apbnr xxx
AutocontrolProxy -> Autocontrol: send Notification
AutocontrolProxy -> Autocontrol: create alert
@enduml | false | true | false | false | usecase |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.