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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
132c67e4a709a0d7e58285ffd9e6a9ba2c5f26cc | 6d093b8a50ccbbafd801ede4e37deb54d0adc012 | /PoC/docs/interactionDiagrams/src/LumedicIssuanceCreateERT.puml | 620a9e2d326ff1033acee55ac94b20163e8911b1 | [
"Apache-2.0"
] | permissive | bharatUSAA/bbu-tswg-research | f90616bd77eeb5b17ccc729b6e46488d4cf5c42f | 09e9dc4be4bcd26123dbb08ccd4030c1729328f3 | refs/heads/main | 2023-08-22T22:42:02.027685 | 2021-09-24T13:47:31 | 2021-09-24T13:47:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,723 | puml | @startuml
participant "Bob" as USER
participant "Bob's Mobile Phone" as MP
participant "Lumedic Web Portal" as LU
participant "Bedrock Ledger" as LE
group New Patient Registration
USER->LU: Chooses check-in/registration path
LU->USER: Displays page requesting user information. User may provide\nusername+password, Lumedic credential or Identity Credential
USER->LU: Chooses Identity Credential path
LU->USER: Displays page with Aries RFC 0160 compliant invitation message embedded\nin a QR code. This is the invitation to connect to the Lumedic agent.
USER->MP: Scans QR code with mobile app
MP->LU: Mobile agent sends connection-request message to Lumedic agent using information from invitation message
LU->MP: Lumedic agent sends connection-response message to mobile agent
MP->USER: Notifies user of connection offer
USER->MP: Agrees to connection offer
MP->LU: Mobile agent sends ack to Lumedic agent
LU->USER: Displays page portraying successful connection and information on\narriving proof request for identity
LU->MP: Lumedic agent sends Aries RFC 0037 compliant request-proof message to mobile agent
MP->USER: Notifies user of request for proof
USER->MP: User agrees to provide information
MP->USER: Mobile agent presents user with available information in wallet that satisfies request
USER->MP: User makes choices, sends response
MP->LE: Mobile agent builds proof of non-revocation
MP->LU: Mobile agent sends presentation message to Lumedic agent
LU->LE: Checks for revocation, retrieves credential schemas and definitions for issuers
LU->LU: Lumedic agent verifies proof response
LU->MP: Lumedic agent sends ack message to mobile agent
MP->USER: Notifies user of successful share
LU->LU: Search for existing EMR for user. None found because new user
LU->LU: Create new EMR for user
LU->USER: Display successful registration message to user
LU->USER: User redirected to account page
end
group Acquire Provider ID Credential
USER->LU: From account page, user selects to receive Provider ID Credential
LU->MP: Builds, sends Aries RFC 0036 compliant offer-credential message to user's mobile agent
MP->USER: Notifies user of the pending offer
USER->MP: User taps to accept offer
MP->LU: Mobile agent accepts offer, sends request-credential message to Lumedic agent
LU->LE: Retrieves credential schema and definition
LU->MP: Lumedic agent sends issue-credential message to user's mobile agent
MP->LE: Retrieves credential definition
MP->MP: Credential signature verified, credential stored
MP->LU: Mobile agent sends ack message to Lumedic agent
MP->USER: Mobile agent UI reflects newly acquired credential
LU->USER: Displays successful issuance page to user
end
@enduml | false | true | false | false | sequence |
8731a8a8a42e2bc87bd322571fd51b87f375b0c6 | 6cb6a4315f5aae3448b645a1930fa46bda8dd533 | /doc/uml/07_MPD.puml | 9959995f9f319fd60c9f1c2b83d47b0292b43224 | [] | no_license | Zepmanbc/oc_dapython_pr6 | 3b2db3d9eaa7301f916aec391b9ce617bed48426 | 2978551c1a104c409f4d70b43526cce88ed29fd7 | refs/heads/master | 2020-04-21T08:21:25.085114 | 2019-03-06T15:58:50 | 2019-03-06T15:58:50 | 169,417,027 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,317 | puml | @startuml 07_MPD
title Modèle physique de données
object commande{
[PK] id: INTEGER NOT NULL
----
[FK] client_id: INTEGER NOT NULL
[FK] boutique_id: INTEGER NOT NULL
[FK] status_id: INTEGER NOT NULL
[FK] paiement_type_id: INTEGER NOT NULL
----
date: DATETIME
paiement: BOOLEAN
}
object paiement_type{
[PK] id: INTEGER NOT NULL
designation: VARCHAR
}
object status_commande{
[PK] id: INTEGER NOT NULL
----
designation: VARCHAR
}
object status_composition{
[PK] id: INTEGER NOT NULL
----
designation: VARCHAR
}
object commande_composition{
[PK] id: INTEGER NOT NULL
----
[FK] commande_id: INTEGER NOT NULL
[FK] recette_id: INTEGER NOT NULL
[FK] status_id: INTEGER NOT NULL
(quantité = nombre de lignes)
}
object recette{
[PK] id: INTEGER NOT NULL
----
nom: VARCHAR
designation_commerciale: VARCHAR
designation_technique: VARCHAR
prix: FLOAT(4,2)
}
object recette_composition{
[PFK] recette_id: INTEGER NOT NULL
[PFK] ingredient_id: INTEGER NOT NULL
----
quantite: INTEGER(4)
}
object ingredient{
[PK] id: INTEGER NOT NULL
----
nom: VARCHAR
unite: VARCHAR
}
object stock{
[PFK] ingredient_id: INTEGER NOT NULL
[PFK] boutique_id: INTEGER NOT NULL
----
quantite: INTEGER(12)
}
object User{
[PK] id: INTEGER NOT NULL
[FK] boutique_id: INTEGER
[FK] role_id: INTEGER NOT NULL
----
login: VARCHAR() UNIQUE NOT NULL
telephone: VARCHAR(12)
password: CHAR(64) NOT NULL (SHA-256)
nom: VARCHAR(256)
prenom: VARCHAR(256)
email: VARCHAR(256)
}
object role{
[PK] id: Integer NOT NULL
designation: VARCHAR(256)
}
object boutique{
[PK] id: Integer NOT NULL
----
nom: String
adresse: String
horaires: String
}
commande "0..*" *- "0..*" recette
commande_composition . (commande, recette)
recette "0..*" *-- "0..*" ingredient
(recette, ingredient) . recette_composition
User "1" - "0..*" commande
User "0..1" - "0..1" boutique
commande "1" -- "0..*" boutique
boutique "0..*" - "0..*" ingredient
(ingredient, boutique) . stock
status_commande "1" -- "*" commande
commande_composition "*" - "1" status_composition
User "0..*" -- "1" role
paiement_type "1" -- "*" commande
@enduml | false | true | true | false | class |
3d3c63ecc8d8f9702111ac2c5e09170d1094774c | c2d3b5af652f5f82ffce8be69518b4210c8bb1d1 | /src/_1_객체_설계/_3_설계_개선하기/LowerTheaterCouplingEx1.puml | e3132cc60fcba12d619947358f5c0a0a22a16105 | [] | no_license | kyh1126/object_study | 9f04c5674f1d9613ef9b804c9e5cf4c31eb1cec5 | 82eb4c7653b7260f2ee749c1ef7b466f16c0a924 | refs/heads/master | 2022-11-28T21:09:55.959534 | 2020-08-11T23:04:46 | 2020-08-11T23:04:46 | 291,427,529 | 3 | 0 | null | 2020-08-30T08:08:23 | 2020-08-30T08:08:23 | null | UTF-8 | PlantUML | false | false | 857 | puml | @startuml
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
class TicketSeller {
sellTo(audience)
}
class Theater {
enter(audience)
}
class Invitation {
when
}
class Ticket {
fee
getFee()
}
class Bag {
amount
hasInvitation()
hasTicket()
setTicket(ticket)
minusAmount(amount)
plusAmount(amount)
}
class Audience {
getBag()
}
class TicketOffice {
amount
getTicket()
minusAmount(amount)
plusAmount(amount)
}
hide empty members
hide empty methods
Theater --> "ticketSeller" TicketSeller
Theater ..> Audience
TicketSeller --> "ticketOffice" TicketOffice
TicketSeller ..> Audience
TicketSeller ..> Bag
TicketSeller ..> Ticket
Audience --> "bag" Bag
Bag --> "invitation" Invitation
Bag --> "ticket" Ticket
TicketOffice *--> " tickets" Ticket
@enduml
| false | true | false | false | class |
9a6f630489f8a59f11dd4f934e822c98eff0ac79 | 591bfb0c5301d020e6d3d83a18cd5815df5028a3 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-overview.puml | 06080cf27ec0fd008483f49d71e324f1822eb7be | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | damian-pastorini/platform | b9d7ae6f5e8114e06322e0d590afb95f889fa979 | 6b185d143286d60b11399a54fb403d7c4db54c5d | refs/heads/master | 2022-12-03T04:42:57.963394 | 2020-08-24T07:26:20 | 2020-08-24T07:26:20 | 289,852,013 | 1 | 0 | MIT | 2020-08-24T06:58:00 | 2020-08-24T06:57:59 | null | UTF-8 | PlantUML | false | false | 16,407 | 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(ShopwareCoreFrameworkLogging, "Shopware\Core\Framework\Log\n(__EMPTY__)") {
log_entry Table
}
Table(ShopwareCoreFrameworkAcl, "Shopware\Core\Framework\Api\Acl\n(__EMPTY__)") {
acl_resource Table
acl_role Table
acl_user_role Table
}
Table(ShopwareCoreFrameworkCustomField, "Shopware\Core\System\CustomField\n(Custom Fields/EAV)") {
custom_field Table
custom_field_set Table
custom_field_set_relation Table
}
Table(ShopwareCoreFrameworkEvent, "Shopware\Core\Framework\Event\n(Business events)") {
event_action Table
}
Table(ShopwareCoreFrameworkMessageQueue, "Shopware\Core\Framework\MessageQueue\n(Asynchronous messaging)") {
dead_message Table
message_queue_stats Table
}
Table(ShopwareCoreFrameworkPlugin, "Shopware\Core\Framework\Plugin\n(Plugins)") {
plugin Table
plugin_translation Table
}
Table(ShopwareCoreFrameworkScheduledTask, "Shopware\Core\Framework\MessageQueue\ScheduledTask\n(Scheduled messages)") {
scheduled_task Table
}
Table(ShopwareCoreFrameworkLanguage, "Shopware\Core\System\Language\n(Languages)") {
language Table
}
Table(ShopwareCoreFrameworkSeo, "Shopware\Core\Content\Seo\n(__EMPTY__)") {
seo_url Table
seo_url_template Table
main_category Table
}
Table(ShopwareCoreSystemSalesChannel, "Shopware\Core\System\SalesChannel\n(Sales channels)") {
sales_channel Table
sales_channel_translation Table
sales_channel_country Table
sales_channel_currency Table
sales_channel_domain Table
sales_channel_language Table
sales_channel_payment_method Table
sales_channel_shipping_method Table
sales_channel_type Table
sales_channel_type_translation Table
}
Table(ShopwareCoreSystemCountry, "Shopware\Core\System\Country\n(Countries)") {
country Table
country_state Table
country_state_translation Table
country_translation Table
}
Table(ShopwareCoreSystemCurrency, "Shopware\Core\System\Currency\n(Currencies)") {
currency Table
currency_translation Table
}
Table(ShopwareCoreSystemLocale, "Shopware\Core\System\Locale\n(Locales)") {
locale Table
locale_translation Table
}
Table(ShopwareCoreFrameworkSnippet, "Shopware\Core\System\Snippet\n(Custom placeholder translations)") {
snippet_set Table
snippet Table
}
Table(ShopwareCoreSystemSalutation, "Shopware\Core\System\Salutation\n(Salutations)") {
salutation Table
salutation_translation Table
}
Table(ShopwareCoreSystemTax, "Shopware\Core\System\Tax\n(Taxes)") {
tax Table
}
Table(ShopwareCoreSystemUnit, "Shopware\Core\System\Unit\n(Units)") {
unit Table
unit_translation Table
}
Table(ShopwareCoreSystemUser, "Shopware\Core\System\User\n(Admin Accounts)") {
user Table
user_access_key Table
user_recovery Table
}
Table(ShopwareCoreSystemIntegration, "Shopware\Core\System\Integration\n(O-Auth integrations)") {
integration Table
}
Table(ShopwareCoreSystemStateMachine, "Shopware\Core\System\StateMachine\n(State machine)") {
state_machine Table
state_machine_translation Table
state_machine_state Table
state_machine_state_translation Table
state_machine_transition Table
state_machine_history Table
}
Table(ShopwareCoreSystemSystemConfig, "Shopware\Core\System\SystemConfig\n(System configuration)") {
system_config Table
}
Table(ShopwareCoreSystemNumberRange, "Shopware\Core\System\NumberRange\n(Number ranges)") {
number_range Table
number_range_sales_channel Table
number_range_state Table
number_range_type Table
number_range_type_translation Table
number_range_translation Table
}
Table(ShopwareCoreSystemTag, "Shopware\Core\System\Tag\n(Tags)") {
tag Table
}
Table(ShopwareCoreContentCategory, "Shopware\Core\Content\Category\n(Categories)") {
category Table
category_translation Table
category_tag Table
}
Table(ShopwareCoreContentMedia, "Shopware\Core\Content\Media\n(Media/File management)") {
media Table
media_default_folder Table
media_thumbnail Table
media_translation Table
media_folder Table
media_thumbnail_size Table
media_folder_configuration Table
media_folder_configuration_media_thumbnail_size Table
media_tag Table
}
Table(ShopwareCoreContentProduct, "Shopware\Core\Content\Product\n(Products)") {
product Table
product_category Table
product_tag Table
product_configurator_setting Table
product_price Table
product_property Table
product_search_keyword Table
product_keyword_dictionary Table
product_review Table
product_manufacturer Table
product_manufacturer_translation Table
product_media Table
product_translation Table
product_option Table
product_category_tree Table
product_visibility Table
}
Table(ShopwareCoreContentDeliveryTime, "Shopware\Core\System\DeliveryTime\n(Delivery time)") {
delivery_time Table
delivery_time_translation Table
}
Table(ShopwareCoreContentNewsletter, "Shopware\Core\Content\Newsletter\n(Newsletter)") {
newsletter_recipient Table
newsletter_recipient_tag Table
}
Table(ShopwareCoreContentRule, "Shopware\Core\Content\Rule\n(Rules)") {
rule Table
rule_condition Table
}
Table(ShopwareCoreContentProductStream, "Shopware\Core\Content\ProductStream\n(Product streams)") {
product_stream Table
product_stream_translation Table
product_stream_filter Table
}
Table(ShopwareCoreContentProperty, "Shopware\Core\Content\Property\n(Property)") {
property_group Table
property_group_option Table
property_group_option_translation Table
property_group_translation Table
}
Table(ShopwareCoreContentCms, "Shopware\Core\Content\Cms\n(Content Management)") {
cms_page Table
cms_page_translation Table
cms_section Table
cms_block Table
cms_slot Table
cms_slot_translation Table
}
Table(ShopwareCoreContentMailTemplate, "Shopware\Core\Content\MailTemplate\n(Mailing)") {
mail_template Table
mail_template_translation Table
mail_template_type Table
mail_template_type_translation Table
mail_template_sales_channel Table
mail_template_media Table
mail_header_footer Table
mail_header_footer_translation Table
}
Table(ShopwareCoreContentImportExport, "Shopware\Core\Content\ImportExport\n(Import/Export)") {
import_export_profile Table
import_export_log Table
import_export_file Table
}
Table(ShopwareCoreCheckoutCustomer, "Shopware\Core\Checkout\Customer\n(Customer)") {
customer Table
customer_group_translation Table
customer_address Table
customer_group Table
customer_tag Table
}
Table(ShopwareCoreCheckoutDocument, "Shopware\Core\Checkout\Document\n(Printed works)") {
document Table
document_type Table
document_type_translation Table
document_base_config Table
document_base_config_sales_channel Table
}
Table(ShopwareCoreCheckoutOrder, "Shopware\Core\Checkout\Order\n(Orders)") {
order Table
order_address Table
order_customer Table
order_delivery Table
order_delivery_position Table
order_line_item Table
order_tag Table
order_transaction Table
}
Table(ShopwareCoreCheckoutPayment, "Shopware\Core\Checkout\Payment\n(Payments)") {
payment_method Table
payment_method_translation Table
}
Table(ShopwareCoreCheckoutPromotion, "Shopware\Core\Checkout\Promotion\n(Promotions)") {
promotion Table
promotion_sales_channel Table
promotion_individual_code Table
promotion_discount Table
promotion_discount_rule Table
promotion_setgroup Table
promotion_setgroup_rule Table
promotion_order_rule Table
promotion_persona_customer Table
promotion_persona_rule Table
promotion_cart_rule Table
promotion_translation Table
promotion_discount_prices Table
}
Table(ShopwareCoreCheckoutShipping, "Shopware\Core\Checkout\Shipping\n(Shipping)") {
shipping_method Table
shipping_method_tag Table
shipping_method_price Table
shipping_method_translation Table
}
Table(ShopwareStorefront, "Shopware\Storefront\n(Storefront)") {
theme Table
theme_translation Table
theme_sales_channel Table
theme_media Table
}
' relationshipd
ShopwareCoreFrameworkAcl --> ShopwareCoreFrameworkAcl
ShopwareCoreSystemUser --> ShopwareCoreFrameworkAcl
ShopwareCoreFrameworkCustomField --> ShopwareCoreFrameworkCustomField
ShopwareCoreFrameworkScheduledTask --> ShopwareCoreFrameworkMessageQueue
ShopwareCoreFrameworkPlugin --> ShopwareCoreFrameworkPlugin
ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkPlugin
ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkPlugin
ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemLocale --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutCustomer --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentNewsletter --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutOrder --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentCategory --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemCountry --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemCurrency --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentMedia --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentProduct --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutShipping --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemUnit --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentProperty --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemSalutation --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentProductStream --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemStateMachine --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentCms --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentMailTemplate --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutDocument --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemNumberRange --> ShopwareCoreFrameworkLanguage
ShopwareCoreContentDeliveryTime --> ShopwareCoreFrameworkLanguage
ShopwareCoreCheckoutPromotion --> ShopwareCoreFrameworkLanguage
ShopwareCoreFrameworkSeo --> ShopwareCoreFrameworkLanguage
ShopwareStorefront --> ShopwareCoreFrameworkLanguage
ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkSeo
ShopwareCoreContentProduct --> ShopwareCoreFrameworkSeo
ShopwareCoreContentCategory --> ShopwareCoreFrameworkSeo
ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCurrency --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutPayment --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCountry --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemSystemConfig --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentCategory --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentProduct --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentMailTemplate --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemNumberRange --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutDocument --> ShopwareCoreSystemSalesChannel
ShopwareStorefront --> ShopwareCoreSystemSalesChannel
ShopwareCoreFrameworkSnippet --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCountry --> ShopwareCoreSystemCountry
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemCountry
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCountry
ShopwareCoreSystemCurrency --> ShopwareCoreSystemCurrency
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCurrency
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemCurrency
ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemCurrency
ShopwareCoreSystemLocale --> ShopwareCoreSystemLocale
ShopwareCoreSystemUser --> ShopwareCoreSystemLocale
ShopwareCoreFrameworkSnippet --> ShopwareCoreFrameworkSnippet
ShopwareCoreSystemSalutation --> ShopwareCoreSystemSalutation
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalutation
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalutation
ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalutation
ShopwareCoreContentProduct --> ShopwareCoreSystemTax
ShopwareCoreContentProduct --> ShopwareCoreSystemUnit
ShopwareCoreSystemUnit --> ShopwareCoreSystemUnit
ShopwareCoreContentMedia --> ShopwareCoreSystemUser
ShopwareCoreSystemUser --> ShopwareCoreSystemUser
ShopwareCoreSystemStateMachine --> ShopwareCoreSystemUser
ShopwareCoreContentImportExport --> ShopwareCoreSystemUser
ShopwareCoreSystemStateMachine --> ShopwareCoreSystemStateMachine
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemStateMachine
ShopwareCoreSystemNumberRange --> ShopwareCoreSystemNumberRange
ShopwareCoreContentProduct --> ShopwareCoreSystemTag
ShopwareCoreContentMedia --> ShopwareCoreSystemTag
ShopwareCoreContentCategory --> ShopwareCoreSystemTag
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemTag
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemTag
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTag
ShopwareCoreContentNewsletter --> ShopwareCoreSystemTag
ShopwareCoreContentCategory --> ShopwareCoreContentCategory
ShopwareCoreContentMedia --> ShopwareCoreContentCategory
ShopwareCoreContentProduct --> ShopwareCoreContentCategory
ShopwareCoreContentCms --> ShopwareCoreContentCategory
ShopwareCoreContentMedia --> ShopwareCoreContentMedia
ShopwareCoreContentProduct --> ShopwareCoreContentMedia
ShopwareCoreContentProperty --> ShopwareCoreContentMedia
ShopwareCoreContentMailTemplate --> ShopwareCoreContentMedia
ShopwareCoreCheckoutDocument --> ShopwareCoreContentMedia
ShopwareCoreCheckoutShipping --> ShopwareCoreContentMedia
ShopwareCoreCheckoutPayment --> ShopwareCoreContentMedia
ShopwareCoreCheckoutOrder --> ShopwareCoreContentMedia
ShopwareCoreContentCms --> ShopwareCoreContentMedia
ShopwareStorefront --> ShopwareCoreContentMedia
ShopwareCoreContentProduct --> ShopwareCoreContentProduct
ShopwareCoreContentDeliveryTime --> ShopwareCoreContentProduct
ShopwareCoreContentProperty --> ShopwareCoreContentProduct
ShopwareCoreContentRule --> ShopwareCoreContentProduct
ShopwareCoreCheckoutCustomer --> ShopwareCoreContentProduct
ShopwareCoreCheckoutShipping --> ShopwareCoreContentDeliveryTime
ShopwareCoreContentDeliveryTime --> ShopwareCoreContentDeliveryTime
ShopwareCoreContentNewsletter --> ShopwareCoreContentNewsletter
ShopwareCoreContentRule --> ShopwareCoreContentRule
ShopwareCoreCheckoutShipping --> ShopwareCoreContentRule
ShopwareCoreCheckoutPayment --> ShopwareCoreContentRule
ShopwareCoreCheckoutPromotion --> ShopwareCoreContentRule
ShopwareCoreContentProductStream --> ShopwareCoreContentProductStream
ShopwareCoreContentProperty --> ShopwareCoreContentProperty
ShopwareCoreContentCms --> ShopwareCoreContentCms
ShopwareCoreContentMailTemplate --> ShopwareCoreContentMailTemplate
ShopwareCoreContentImportExport --> ShopwareCoreContentImportExport
ShopwareCoreCheckoutCustomer --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutDocument --> ShopwareCoreCheckoutDocument
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutDocument
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutPayment
ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutPromotion
ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutShipping
ShopwareStorefront --> ShopwareStorefront
@enduml
| false | true | false | false | uml-unknown |
cb0466b75bd67873f339f16d29afe2d8283feac4 | 8a6fc4ec4131a5fb526027e38b98a35b631033e3 | /input/images-source/overview-app-launch.plantuml | bf60ea567712b9c50c356d54752db024b050b5bb | [] | no_license | HL7/smart-app-launch | 332203f2787135e8c59e05c3266a1d7b71f0b84f | a60b51e645e4eb334b4d22a622c3d76a6925df93 | refs/heads/master | 2023-09-02T17:50:36.869106 | 2023-08-29T09:31:59 | 2023-08-29T09:31:59 | 96,945,556 | 22 | 29 | null | 2023-09-14T14:23:19 | 2017-07-11T23:29:42 | Jupyter Notebook | UTF-8 | PlantUML | false | false | 754 | plantuml | @startuml
participant App
participant "EHR with Authorization Server" as EHR
participant "FHIR Server" as FHIR
opt Precondition: Client Registration
App ->> EHR: (may be out of band)
end
alt EHR Launch
EHR->>EHR: EHR user \nlaunches app
EHR->> App: Launch request
else Standalone Launch
App->>App: App user \nconnects to EHR
end
App -> FHIR: Discovery request
FHIR --> App: Discovery response
App ->> EHR: Authorization request
opt
EHR-->> EHR: EHR incorporates user input\ninto authorization decision
end
alt Granted
EHR -->> App: Authorization granted
App -> EHR: Access token request
EHR --> App: Access token response
App -> FHIR: Request Resources
else Denied
EHR -->> App: Authorization error
end
@enduml
| false | true | false | false | sequence |
3a7db581d6e35e8180b8c9adba4e4d6b5fcc8cd2 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Common/Shared/Events/Queue/Strategy/SingleConsumer/BoundedSingleConsumerChannelStrategy.puml | 89521b46506cb2b3d9e1b5d1358fbcb9b92cf5bb | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 614 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
class "BoundedSingleConsumerChannelStrategy<TEvent>" {
}
abstract class "SingleConsumerChannelStrategy<TEvent>" {
+ IsClosed : bool <<get>>
+ GetEvents(token: CancellationToken) : IAsyncEnumerable<TEvent>
+ Enqueue(event: T) : void
+ Open() : void
+ Close() : void
}
interface "IEventQueueStorageStrategy<TEvent>"
"IEventQueueStorageStrategy<TEvent>" <|-- "SingleConsumerChannelStrategy<TEvent>"
"SingleConsumerChannelStrategy<TEvent>" <|-- "BoundedSingleConsumerChannelStrategy<TEvent>"
!endsub
@enduml | false | true | false | false | class |
4b93f4e47262d19d3f0106b536205df80814d8b7 | 833c4b92528ecd1580abf373ab58e7f77b874ea1 | /diagrams/06-one-to-one-onedirection.puml | d5ebb308b5bab4b4412300a516901099f19caa77 | [] | no_license | lcalmsky/jpa | 3d67b948d5d68646cb1194871a1f1214bdc44a52 | fa36fcf46b25c638cb64a682ec1bde097e5a934d | refs/heads/master | 2022-08-21T08:53:49.261282 | 2022-07-11T13:12:37 | 2022-07-11T13:12:37 | 251,661,495 | 1 | 1 | null | 2022-07-11T13:02:41 | 2020-03-31T16:20:39 | Java | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
class Member {
id: Long
--
team: Team
name: String
}
class Seat {
id: Long
--
number: String
}
Member "1 " -d-> "1 " Seat
@enduml | false | true | false | false | class |
6b663f6f148532e33d19caaf2adf3bc1b216aa1a | 2dc658224818d5ad89c10e3c76b2f48c23050d50 | /finance/docs/schema.puml | 0296ba152b02f28ee53f05a91e0ea516727e08ca | [] | no_license | krizka/agrix | e467748da0e87c7719d977a48736fec1fff38844 | 5b75d9619de4e137a002908bd9af8a590286fa36 | refs/heads/master | 2021-01-18T16:26:05.090175 | 2016-04-15T15:57:40 | 2016-04-15T15:57:40 | 48,430,109 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,843 | puml | @startuml
package from {
object RawRequest {
id :int:pk
userId :string
hash :string(32)
method :string
rawData :json
response :json
createdAt :dateTime
updatedAt :dateTime
}
}
package result {
object Currency {
id :int:pk
code :string(3)
userData :json
}
object Account {
id :int:pk
ownerId :string
currencyId :int:fk
amount: string
amountInt: bigInt
userData :json
createdAt :dateTime
updatedAt :dateTime
}
object Transaction {
id :int:pk
accountId :int:fk
amount: string
amountInt: bigInt
invoiceId :int:fk
userData :json
createdAt :dateTime
updatedAt :dateTime
}
object Invoice {
id :int:pk
ownerId :string
amount: string
amountInt: bigInt
payToId :int:fk
paid: :bool
userData :json
createdAt :dateTime
updatedAt :dateTime
}
object ExchangeRate {
fromCurrencyId :int:fk
toCurrencyId :int:fk
rate
userData :json
createdAt :dateTime
updatedAt :dateTime
}
object ExchangeRateHistory {
fromCurrency :string(3)
toCurrency :string(3)
rate
userData :json
createdAt :dateTime
updatedAt :dateTime
}
}
from -right-> result
Account -left-> Currency:c_id
Transaction -down-> Account:a_id
Transaction -down-> Currency:c_id
Invoice -down-> Account:pTo_id
Account -up-> Invoice:a_id
ExchangeRate -up-> Currency:fc_id
ExchangeRate -up-> Currency:tc_id
Transaction -right-> Invoice:i_id
ExchangeRateHistory -up- ExchangeRate
legend right
<b>:pk</b> primary key
<b>:fk</b> foreign key
endlegend
@enduml | false | true | false | false | sequence |
60d269ee614e13d676039bdea48221896e1cf4b8 | c0338d362d51a4ca4537dcbcf72cd3db19b442ed | /src/main/java/com/lelib/designpattern/behavior/memento/Memento.puml | 6ed0d9b16ffea342e7f9f17293846a248714e199 | [] | no_license | lewisliu725/design-pattern | 3f5be8707eba94a2cb22645f336a9e13ed67ed2c | 7c87032b7410f4a759aeabfd542e5444ee90ee13 | refs/heads/master | 2022-12-12T00:19:55.589569 | 2020-09-15T03:07:30 | 2020-09-15T03:07:30 | 283,059,271 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 342 | puml | @startuml
class Originator {
- state: String
+ saveToMemento(): Memento
+ restoreFromMemento(Memento): void
}
class Memento {
- state: String
+ getState(): String
}
class CareTaker {
- mementoList: List<Memento>
+ add(Memento memento)
+ get(): Memento
}
Originator --> Memento
CareTaker o-- Memento
@enduml | false | true | false | false | class |
f53704c2830614bc873adf2ea80baa95b73cf24b | 42f4bd432da377cb5967cc743e7093b18fab26bf | /src/main/resources/documentation/umlCode/dto.puml | 1ac8a365e78c2f8eb26b4e7486ac2d8a23df150b | [] | no_license | felipeandradevalenzuela/desafio-testing | 9329610ca0d33dc411a2e1fb0414c98e4d039a73 | 9ac477e8c8249fc993929df0eeb70a954efb1595 | refs/heads/main | 2023-05-31T00:52:37.278184 | 2021-06-18T16:33:23 | 2021-06-18T16:33:23 | 378,019,258 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 826 | puml | @startuml DTO'S
package dto <<Folder>> {
package error <<Folder>> {
class ErrorDTO {
- String name;
- String message;
- LocalDateTime timestamp;
}
}
package response <<Folder>> {
class HouseResponseSquareFeetPerRoomDTO {
- List<RoomSquareFeetDTO> roomsSquareFeet;
}
class HouseResponseTotalSquareFeetDTO {
- double squareFeet;
}
class HouseResponseValueDTO {
- Double value;
}
}
class HouseDTO {
- String propName
- String districtName
- double districtPrice
- List<RoomDTO> rooms
}
class RoomDTO {
- String name
- double width
- double length
}
class RoomSquareFeetDTO {
}
}
@enduml | false | true | false | false | class |
65732bc5cc5e971fd7a9ab75c450eadac087e44a | aa9620300bc8488f53437e0f5faab824225aab73 | /ibex_pres/col_aggregating_further_transformations.plantuml | 4697a99d4cbda2f64fe60ccd2ef72c6ac1384c1f | [
"BSD-3-Clause"
] | permissive | atavory/atavory.github.io | 94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3 | 43d98b45150411d83ab75a92a6d4ab9226927ef0 | refs/heads/master | 2021-01-19T06:15:43.197765 | 2019-11-18T10:58:38 | 2019-11-18T10:58:38 | 100,634,235 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 393 | plantuml | @startuml
skinparam monochrome true
skinparam shadowing false
left to right direction
skinparam artifact {
BorderColor lightgrey
}
rectangle X0
rectangle X1
rectangle SelectKBest
rectangle PCA
interface " " as c0
interface " " as c1
rectangle RandomForestRegressor
X0 --> c0
X1 --> c0
c0 --> SelectKBest
c0 --> PCA
SelectKBest --> c1
PCA --> c1
c1 --> RandomForestRegressor
@enduml
| false | true | false | false | class |
f6017e3843cf5edbb1ba6fc14a4873de39fe647f | 63f68d9c70cf47e447066066c25c4b33fc52f7ff | /out/Object_diagram/Object_diagram.plantuml | 92d674d341e3013531a2c12cdaed37d2dd9a0193 | [] | no_license | karolWazny/plague-repo | 6e81910db9f0a502a4998bf0eee2633cbd1f87ff | 7de9454e7a4fb8a225c30160b2c91d229ce734cf | refs/heads/master | 2021-05-26T09:22:44.045081 | 2021-03-12T12:28:28 | 2021-03-12T12:28:28 | 254,074,880 | 0 | 2 | null | 2020-06-03T12:48:41 | 2020-04-08T11:58:17 | Java | UTF-8 | PlantUML | false | false | 672 | plantuml | @startuml Object diagram
object BeingContainer{
list
map
}
object Map{
lenght = 20
width = 20
empty
table
}
object Human{
id = Citizen 1
represantion = 'm'
healthPoints = 100
isInfected = true
isAlive = true
sex = male
age = 30
humanCounter = 2
}
object Doctor{
id = Citizen 2
represantion = 'm'
healthPoints = 100
isInfected = true
isAlive = true
sex = male
age = 40
humanCounter = 2
}
object EmptySlot{
id = empty
representation = ' '
}
Map -o BeingContainer
Map *-- EmptySlot
Map o-- Human
BeingContainer o-- Human
Map o-- Doctor
BeingContainer o-- Doctor
@enduml | false | true | false | false | class |
79dfe5a7758289e274ef76098ec40087ac3dccb9 | 462fe0192932415b87a8ad464042eb7908bc5de4 | /taehun.lee/ch03/diagrams/abstraction.puml | 375dff75d1e8fc40d38b6ea4be5d91403b22a687 | [] | no_license | meshkorea/study-oop-pattern | 8be252dc9ca25f1b8a44d5effa024741c50bff73 | 5f98107945c834c073086d01a49070dfb9c1533d | refs/heads/master | 2023-04-16T22:45:13.393336 | 2021-04-30T10:05:05 | 2021-04-30T10:05:05 | 345,630,433 | 1 | 1 | null | 2021-04-30T10:05:06 | 2021-03-08T11:19:39 | Java | UTF-8 | PlantUML | false | false | 250 | puml | @startuml
LogCollector <|-- FtpLogFileDownloader
LogCollector <|-- SocketLogReader
LogCollector <|-- DbTableLogGateway
interface LogCollector {
+collect()
}
class FtpLogFileDownloader {}
class SocketLogReader {}
class DbTableLogGateway {}
@enduml | false | true | false | false | class |
6fbb98fb76d055aa213cd1d4331bdce0d9949e39 | bde7fa04e93bc1d3094ab7c3c387e4cc5866a504 | /src/main/PlantUML/ex41/plantUML.puml | b2c8bac14c5afecb0e2d4f2029249bbe27cc2c91 | [] | no_license | yabdelbary/Abdelbary-cop3330-Assighment3 | e8b0d2e71191ae4814a6fd2486934356b5e83498 | b443e5f0823740b52c204a82e2bd2ac906bd4674 | refs/heads/master | 2023-08-07T03:52:14.676188 | 2021-10-12T03:05:53 | 2021-10-12T03:05:53 | 416,163,686 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+main( String[] args)
+readFileIntoList()
+sortNames(ArrayList<String> unsortedNames)
+createOutputFile(ArrayList<String> sortedNames)
}
@enduml | false | true | false | false | class |
36ad292b567fadad20de41f60b2551d25ad58731 | 6ccc524f6f8664ac11a1dee13bec13d50075d729 | /gitlab-docker/example.puml | 6d9d9c64af60385dbfcbf8118c8547155adde40a | [] | no_license | AndreyAgafonov/DevOps | 50ef7c95e842ebb34af7a056dd5e8e9070c34b09 | 4299ee42ac7749ac5ac456d0cb596b3b1d961fe6 | refs/heads/master | 2020-05-04T06:39:15.964633 | 2020-03-10T05:21:29 | 2020-03-10T05:21:29 | 179,010,975 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 299 | puml |
@startuml
class Object << general >>
Object <|--- ArrayList
note top of Object : In java, every class\nextends this one.
note "This is a floating note" as N1
note "This note is connected\nto several objects." as N2
Object .. N2
N2 .. ArrayList
class Foo
note left: On last defined class
@enduml | false | true | false | false | class |
2ef1b0df5e35f770d921be2d875a7986636cfdf4 | ec45fae67e49ab617ad79b8c48fba85261e319c1 | /Doku/Klassendiagramme/Parser.puml | 1b372018a762c1294852e3b7219d07e6653e11b9 | [] | no_license | nicorahm99/PIC-Simulator | 5d22af8719f7b71608db155ceeb49baebcf4c8a5 | 0e7fb5f10c9392dc3f7438007859dc0f9f670aaa | refs/heads/master | 2023-05-03T22:51:08.168289 | 2021-05-29T06:15:23 | 2021-05-29T06:15:23 | 257,316,241 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 281 | puml | @startuml
class Parser {
- filePath : string = "C:/tmp/testfile.txt"
- rom : List<int>
- totalFile : List<string>
+ setFilePath(newPath:string) : void
+ parse() : void
+ init() : void
+ getTotalFile() : List<string>
+ getRom() : List<int>
}
@enduml
| false | true | false | false | class |
d5cdf419e39770ca9026347e9a31c1e0643d86f1 | 7e06b9ae95eb5667977b8471cec7446d6553983c | /exercise41/docs/Classes.puml | 40f58087c93a4836529070c07b0891c25bc72f0b | [] | no_license | Zandroid505/Antifit-a04 | 5885ffb8003b8c47bcac236e2d1bd43ce78b6667 | acbdd0b25bbe7e7200ad92d538797319d72cf5fa | refs/heads/main | 2023-08-31T09:09:16.654323 | 2021-10-17T21:25:35 | 2021-10-17T21:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 659 | puml | /*
* UCF COP3330 Fall 2021 Assignment 4 Solutions
* Copyright 2021 first_name last_name
*/
@startuml
'https://plantuml.com/sequence-diagram
NameSorter o-- Solution41
class Solution41 {
'Creates NameSorter object and uses it to manage names
readFile()
sortNames(ArrayList<String>)
outputSortedNames(ArrayList<String>)
}
class NameSorter {
- numPeople: int
- people: ArrayList<String>
+ NameSorter()
'Initializes the amount of people to 0
+ readFile(String): void
+ getPeople(): ArrayList<String>
+ sortNames(ArrayList<String>): void
+ outputSortedNames(ArrayList<String>, String): void
}
@enduml | false | true | false | false | class |
bd8091e596c619159c9128d94de9c498d0d6a0b8 | 06138c54ea48414d6719781898496f22279a6519 | /exercise45/docs/Solution45UML.puml | 51453b894f811456a4cee3af6cb311dc1d3cc2d1 | [] | no_license | MarcPalacio/palacio-a04 | 8bdb0a0a6bb6bd9175cfbc4f4b69ca96914a4ceb | 2936e5626333922ae1bbb22b836caa38843f3858 | refs/heads/master | 2023-08-18T22:49:06.189370 | 2021-10-17T22:59:07 | 2021-10-17T22:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 631 | puml | @startuml
class Solution45{
'Attributes
-input: Scanner
'Methods
+main(String)
}
class StringEditor{
'Methods
'Replaces all utilize in the string to use
+editString(String input, String oldWord, String newWord): String editedString
}
class MyFileReader{
'Methods
'Scans the file, calls editString, then returns the output
+scanInputFile(String fileInputName): String output
}
class MyFileWriter{
'Methods
'Writes to the user inputted output file
+writeToFile(String fileOutputName)
}
Solution45 -- MyFileReader
Solution45 -- MyFileWriter
MyFileReader -- StringEditor
@enduml | false | true | false | false | class |
4d590c56509a7eee0e82fd9dc2d83882a51d22ea | dfc23dbd2faa97bd31685570781d7fac9f5b9b40 | /docs/uml/state_diagram_commands.puml | adf7b64dd6ed61f96d4a80bb02a738741e68a7e7 | [
"Apache-2.0"
] | permissive | robertmeisner/watering-machine | e3bfab25bcbf378f3fbd4fbd3f5c87813286030f | f7e6d5a6079c039a3065022dc285fb15c1aa0c9e | refs/heads/master | 2021-12-27T15:38:31.637284 | 2020-04-29T21:12:15 | 2020-04-29T21:12:15 | 253,442,888 | 3 | 0 | Apache-2.0 | 2020-04-29T21:12:16 | 2020-04-06T08:48:09 | C++ | UTF-8 | PlantUML | false | false | 320 | puml | @startuml
hide empty description
[*] --> IdleState
IdleState -> WateringState : turnWatering()
IdleState -> LightingState : turnLight()
WateringState --> IdleState : turnIdle()
WateringState --> LightingState : turnLigh()
LightingState --> IdleState : turnIdle()
LightingState --> WateringState : turnWatering()
@enduml | false | true | false | false | sequence |
54ab33aa89f0746376fec81704e840acceeff606 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCustomerDraft.puml | 4955c1f567ffbae8099a4c94103c77163feee1c0 | [] | 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 | 1,088 | 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 MyCustomerDraft [[MyCustomerDraft.svg]] {
email: String
password: String
firstName: String
lastName: String
middleName: String
title: String
salutation: String
dateOfBirth: Date
companyName: String
vatId: String
addresses: [[BaseAddress.svg List<BaseAddress>]]
defaultShippingAddress: Long
defaultBillingAddress: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
locale: String
stores: [[StoreResourceIdentifier.svg List<StoreResourceIdentifier>]]
}
interface MyBusinessUnitAssociateDraft [[MyBusinessUnitAssociateDraft.svg]] {
version: Long
customer: [[MyCustomerDraft.svg MyCustomerDraft]]
associateRoleAssignments: [[AssociateRoleAssignmentDraft.svg List<AssociateRoleAssignmentDraft>]]
}
MyCustomerDraft --> MyBusinessUnitAssociateDraft #green;text:green : "customer"
@enduml
| false | true | false | false | sequence |
580630af5da6897956bc8b405da2b61094e7a2dd | 7257d522f9066ad548f1dc825786a4ca49ba7f63 | /docs/design/platform.puml | 321eedf630c2db12ead2a282012490691bb64bd3 | [] | no_license | megamcloud/arrplat | bc696c3bb98d872137c4a229739665032e8f3d23 | 944851ca55685dc254a56c9e58c74e01c2aca9fb | refs/heads/master | 2022-03-31T11:11:41.027122 | 2020-01-04T14:36:43 | 2020-01-04T14:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,757 | puml | @startuml
package "User" #DCD{
class User {
Number id
Number phone
String password
String salt
String nickname
String email
String name
}
class UserInfo {
Number userId
String headUrl
String signature
}
}
package "Organization" #DDD {
enum OrgType {
GOV
Company
Person
}
class Organization {
Number id
GroupType type
String name
String address
Number ownUserId
String officialCompanyName
String officialOrgCode
}
class OrgStaff {
Number id
Number orgId
Number userId
String jobTitle
}
class OrgDepartment {
Number id
Number orgId
String name
Number parentID
}
class OrgDepartmentStaff {
Number id
Number orgStaffId
Number orgDepartmentId
}
class OrgRole {
Number id
Number orgId
String name
String intro
Number type
}
class OrgStaffRole {
Number id
Number orgRoleId
Number staffId
String intro
}
}
class OrgRoleAuth {
Number id
Number orgId
Number roleId
}
package "Authorization" #DDD {
enum DataAuthType {
Person
PersonAndLower
Department
DepartmentAndLower
All
}
enum AuthType {
Menu
Button
Page
}
class Auth {
String id
String key
String name
String remark
String parentId
String appId
}
}
class OrgApplication {
Number id
Number orgId
Number appId
Date expireDate
Number status (1. disabled 0. enabled)
}
package "Application" #DDD {
class Application {
Number id
String name
String description
String officialWebsite
Number installNumber
String version
String icon
String headImage
Number visible
Number deletable
Number official
String images
}
class AppMenus {
Number id
Number appId
String name
String icon
String link
}
' class AppDeveloper {
' Number administratorId<User>
' Number ownOrgId<Organization>
' }
}
class Message {
Number id
String title
String context
TimeStamp sendTime
TimeStamp readTime
Number isRead(0. false 1. true)
Number type (1. system 2. plus ...)
Number appId
Number orgId
Number staffId
}
OrgRole "N" o-- "N" OrgStaffRole
OrgStaffRole "N" o--o "N" OrgStaff
Organization "N" o-- "N" OrgStaff
Organization "N" o-- "N" OrgDepartment
OrgDepartmentStaff "N" o-- "N" OrgStaff
OrgDepartmentStaff "N" o-- "N" OrgDepartment
User "N" --o "N" OrgStaff
Organization "N" o--o "N" OrgRole
User "N" o--o "N" UserInfo
Organization "N" o-- "N" OrgApplication
OrgApplication "N" o-- "N" Application
Organization "N" o-- "N" User
Message "N" --o "1" Application
Message "1" o-- "1" OrgStaff
Message "1" o-- "1" Organization
@enduml
| false | true | false | false | class |
37267e90448ad79d8ae2245d8275eea844f9c392 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductVariantChannelAvailability.puml | 5b3e6ff58f04f902cb9047e7e589b0bae50d9728 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 426 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductVariantChannelAvailability [[ProductVariantChannelAvailability.svg]] {
isOnStock: Boolean
restockableInDays: Long
availableQuantity: Long
id: String
version: Long
}
@enduml
| false | true | false | false | class |
054e54db5e40b453197154ea9db5eef3deef7dd7 | 365fec45df5bd846facd32ac9565ce6496e7c58e | /plantuml/application.plantuml | 04a45e1a0d33303e413f58b449c8d798d4c83e46 | [] | no_license | madaniel/zrt_exercise | 6ca10b82af03288162c0446442c7ddaa5a3123b4 | 30bdce27d7e14968d1d74edbf861ce19cf968428 | refs/heads/master | 2023-06-27T05:39:52.442636 | 2021-08-01T06:15:36 | 2021-08-01T06:15:36 | 391,466,821 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,322 | plantuml | @startuml Anagram Generator Application
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
skinparam ArrowColor Chartreuse
skinparam dpi 200
package enchant {
}
package pyyaml {
}
package infra {
class Logger
class YamlHandler {
+ get_data()
+ write_data()
}
pyyaml *-- YamlHandler
}
package anagram_generator {
class AnagramGenerator {
+ self.logger
+ self.yaml_handler
+ self.data
+ self.requested_word_list
+ self.word_checker
+ self.generated_words_buffer
- _get_all_permutations()
- _apply_output_format()
- _get_all_anagrams()
- _get_all_language_words()
- clear_buffer()
+ get_result()
}
Logger *-- AnagramGenerator
YamlHandler *-- AnagramGenerator
enchant *-- AnagramGenerator
}
package anagram_tester {
class AnagramTester {
+ self.app_runner
- self.logger
+ get_test_data_file()
+ check_output()
+ test_app()
}
YamlHandler *-- AnagramTester
ApplicationRunner *-- AnagramTester
class ApplicationRunner {
+ self.app
+ self.config_file
+ self.output
+ run()
+ get_output()
}
}
@enduml
| false | true | false | false | class |
a7da0258c2eac9d1a01fa23a8d808332adae3406 | 644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc | /docs/uml/software/essentials/ConsoleUnitWrapper/IConsole.puml | 979cb28475b3a9aec4b73d8dfb1ef8f0eb612789 | [] | no_license | tzAcee/photonized | c929a6c04bedd0304a4e427d6c2895cdf73568d3 | aa53ed7bda18959c58467fe4560dc3ff4e1ae422 | refs/heads/main | 2023-05-03T15:13:31.148910 | 2021-05-25T13:55:17 | 2021-05-25T13:55:17 | 316,536,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 154 | puml | @startuml
interface IConsole {
Write(message:string) : void
WriteLine(message:string) : void
Clear() : void
ReadLine() : string
}
@enduml
| false | true | false | false | class |
581f4f9c133831dc5e9bc0b683be1384f4505921 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountValueExternal.puml | 694908b6e0152e5903da2a3665f3d7a4d075b8df | [] | 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 | 430 | 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 ProductDiscountValueExternal [[ProductDiscountValueExternal.svg]] extends ProductDiscountValue {
type: String
}
interface ProductDiscountValue [[ProductDiscountValue.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
7b0ff25adb731441839b9b527342faabfbe4244a | 37ac48a4546e19489e67b36ed14e2978e8809269 | /docs/Diagramas/Codigo/clase_package_objetivos.puml | 09415fc175caaee273d5542381c25e2dcf620a4f | [
"MIT"
] | permissive | SantiagoVaccarelli/Algo3-TP2-TEG | a9a1422ea34c406caf34ef46810fd68fb3e7bd52 | 2691b2fa63131620f5df9d465c73de3fa4d87947 | refs/heads/master | 2023-07-07T21:40:39.974717 | 2021-08-12T02:01:21 | 2021-08-12T02:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,610 | puml | @startuml clases_package_objetivos-v1
package modelo <<frame>>{
package objetivos <<frame>>{
abstract class ObjetivoTeg{
# String colorDuenio
+ cumplioObjetivo(Teg teg): Boolean
+ setDuenio(Jugador unJugador)
# {abstract} objetivoJugador(Teg teg): Boolean
}
class ObjetivoConquista{
- Map <String,Integer> paisesPorContinente;
- List<String> continentesAConquistar;
+ ObjetivoConquista(List<String> continentes,Map<String,Integer> paisesPorContinente): ObjetivoConquista
- tieneTodosLosPaises(Teg teg): Boolean
- tieneTodosLosContienetes(Teg teg): Boolean
+ objetivoJugador(Teg teg): Boolean
}
class ObjetivoDestruccion{
- List<Jugador> jugadores;
- Jugador jugadorADestruir;
+ ObjetivoDestruccion(String colorADestruir,List<Jugador> jugadoresEnOrden): ObjetivoDestruccion
+ setDuenio(Jugador unJugador)
# boolean objetivoJugador(Teg teg)
}
class Objetivos{
+ {static} objetivosConquista(String pathArchivo) : List<ObjetivoTeg>
+ {static} objetivososDestruccion(List<Jugador> jugadoresEnOrden): List<ObjetivoTeg>
}
ObjetivoTeg <|-- ObjetivoDestruccion
ObjetivoTeg <|-- ObjetivoConquista
ObjetivoConquista <.. Objetivos: <<creates>>
ObjetivoDestruccion <.. Objetivos: <<creates>>
}
Jugador --> ObjetivoTeg
Teg -right-> Jugador
Teg --> ObjetivoTeg
Teg ..> Objetivos
}
@enduml | false | true | false | false | class |
a81b98c330ffba2c8b5baa5a8a6dda64c82bb344 | 80f01c276984441ffd55362c845ad71c6da6003f | /doc/diagrams/actors.puml | d00d8e6a9766d4144d57a170042aa0d2c92d5187 | [] | no_license | MyNAmeissaso/laseroid | b18bccbaa9c5e7d337a47a31daf2622cd9dab242 | dc8e489b149a944bcf7bf8840356c2dd188cf7bc | refs/heads/master | 2023-05-31T18:33:50.988916 | 2021-06-17T12:06:42 | 2021-06-17T12:06:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,372 | puml | @startuml
abstract class Actor {
# hexi : Hexi
# game : Game
# main : Main
+ life : number
+ initialLife : number
# sprite : "Hexi.Sprite"
+ {abstract} move()
+ {abstract} update()
+ setPosition(position : {x, y})
+ remove()
+ hit()
}
class WeaponedActor {
# automatedWeapons : Array
# canShoot : boolean
- isWeaponShooting : boolean
+ startShoot()
+ stopShoot()
+ onShootStarted()
+ onShootStopped()
+ updateShooting()
}
class Enemy {
+ type : string
# syncWeapons : JSON
#movementEngine : MovementEngine
+shipConfiguration : JSON
+ setWeapon()
- shootWithWeapon()
- setLifeLine()
+ hit()
}
class Player {
# weapons : Array
# collisionSprite : "Hexi.Sprite"
- weaponLifeLevels : Array<int>
- invisibilityCounter : number
+ upgrade()
+ downgrade()
# shootWithLaser(currentWeapon, weapon)
# shootWithBullets(currentWeapon, weapon)
# setWeapon()
# setLife(life: number)
# hitUpgrade(upgradeItem)
}
class Bonus {
+ type : string
# movementEngine : MovementEngine
+ shipConfiguration : JSON
# upgradeBonus : JSON
# shootWithUpgrade(upgradeBonus : JSON)
}
Actor <|-- WeaponedActor
WeaponedActor <|-- Enemy
WeaponedActor <|-- Player
Actor <|-- Bonus
@enduml | false | true | false | false | usecase |
743a65bbb5fd21926332a904310655fb4bd3b180 | e95b540dc3376644e4711a7755cd6d35db66d362 | /Evaluaciones/E2.2.Eval2/aexamen.puml | 654a36bd14146d8e874c953f30ce3a7482707fbe | [] | no_license | Aarzh/A01023376_AyMSS18 | bc7d3e5647be3545d68745fc1b0fa13133ac2b31 | 233175047cd3f61f9f3dd1c0dd7c9d6a90bf76ca | refs/heads/master | 2021-05-12T14:35:14.542072 | 2018-05-15T22:43:11 | 2018-05-15T22:43:11 | 116,961,356 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,830 | puml | @startuml
class Observer {
+virtual void update(Videojuego*) = 0;
}
class Proxy {
+ArrayVideogames* a;
+int indx;
+void operator=(string, int);
}
class Videojuego {
+string name;
+int price;
+int serial_number;
+static Videojuego* instancia;
+virtual Videojuego* clone() = 0;
+static Videojuego* getInstancia();
+virtual void concepcion()
+virtual void diseno()
+virtual void planificacion()
+virtual void produccion()
+virtual void pruebas()
+int getPrice()
+int setPrice(int amount)
+void notifyAll(Videojuego* s)
}
class Strategy{
+void concepto()
+void disenio()
+void plan()
+void produccion()
+void pruebas()
}
class Adventure{
+void concepto()
+void disenio()
+void plan()
+void produccion()
+void pruebas()
}
class Learning{
+void concepto()
+void disenio()
+void plan()
+void produccion()
+void pruebas()
}
class Creator {
-Tipo* factoryMethod()
-create()
}
class Inventario {
-Command cmd;
-vector<Videojuego> inv
-vector<Videojuego> copia
-Inventario() {}
+void insert()
+void deleteLast()
+void deleteSerialNumber(const Videojuego & obj)
+void deletebyName(string name)
+void searchElementbyName(string name)
+void searchElementbySerialNumber(int serial)
+void raisePrecio(float precio, int indx)
+void decreasePrecio(float precio, int indx)
+void printInvTotal()
+int swap(int el1, int el2)
+void sortMayorAMenor()
+void sortMenorAMayor()
+void printInventario()
+void searchByIndex(int idx)
}
Strategy --> Videojuego
Adventure --> Videojuego
Learning --> Videojuego
Videojuego --> Observer
Inventario <-- Videojuego
Creator --* Videojuego
Videojuego --|> Observer
Proxy --|> Videojuego
@enduml | false | true | false | false | class |
dcc325f64a09c4822de3669b8cd39aa340be43e1 | 9ed64cf55205875b3577756ca587e4d94abbf1fa | /src/com/design/behavior/command/command.puml | 6a678d5edda6c9029af67de0a651f71c57ef2957 | [] | no_license | shf-1218/Design_Patterns | 65f3e8598b9223489d805759f59ba186300d86d9 | 52a3b279609a6699300699d21877137c878dfe32 | refs/heads/master | 2022-12-26T13:40:57.846535 | 2020-09-27T10:23:30 | 2020-09-27T10:23:30 | 299,005,976 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 340 | puml | @startuml
interface Command
Class ConcreteCommandOpen
Class ConcreteCommandClose
Class Invoker
Class Receiver
Command<|..ConcreteCommandOpen
Command<|..ConcreteCommandClose
Invoker ..> Command
Command o-- Receiver
interface Command{
receiver:Receiver
execute():void
}
interface Invoker{
command:Command
call():void
}
@enduml | false | true | false | false | class |
2087b7fd4ac935e721bd2b2c34c732cc17b0aa1a | 6a9190343efb4e88cb30991def97833a156c40da | /documentation/router-states.plantuml | 2efb5e7ca7ff388b40c6dfd0fed93c7cd03f3ca3 | [
"Apache-2.0"
] | permissive | huberchrigu/hateoas-navigator | 600419fb4554e4fffc34a66e31dda3f8eb0385a0 | 08d83f7f9905b1fc43c76d51c049852afbca1d35 | refs/heads/master | 2023-01-22T18:02:36.969064 | 2021-02-06T12:37:12 | 2021-02-06T12:37:12 | 199,589,552 | 0 | 0 | Apache-2.0 | 2023-01-05T16:18:50 | 2019-07-30T06:31:31 | TypeScript | UTF-8 | PlantUML | false | false | 148 | plantuml | @startuml
[*] --> Root : GET
Root --> Collection : GET
Collection --> Collection : POST
Collection --> Item : GET
Item --> Item : PUT/DELETE
@enduml | false | true | false | false | sequence |
0283cd394ddc14746434baf78699a84b8c28b750 | c2b6bfee8da36cc39de688e146ba107b74218b12 | /plantuml/objectmodel-booking-commit.plantuml | f00b410812870716f0a10dc906b2a5af2b57e732 | [
"Apache-2.0"
] | permissive | TOMP-WG/TOMP-API | 02bbd268c6ece21f7a5d28f4e42e1b456233e8e9 | 2aa6ae3d6b355a12a8936ff1069821bb7c89a743 | refs/heads/master | 2023-09-01T16:13:50.445300 | 2023-07-25T12:08:52 | 2023-07-25T12:08:52 | 189,022,994 | 80 | 34 | Apache-2.0 | 2023-08-22T12:36:34 | 2019-05-28T12:21:59 | null | UTF-8 | PlantUML | false | false | 814 | plantuml | @startuml booking module
title booking: POST /bookings/{id}/events
set namespaceSeparator ::
class request::bookingOperation {
operation
}
class result::booking {
id
state = CONFIRMED
}
class result::leg {
id // first leg in legs should have same id as booking
state = NOT_STARTED
assetType // optionally contains assets
asset // empty, unless unique asset booked
pricing // empty, unless broker
suboperator // empty, unless broker
}
class result::fare {}
class result::condition {}
result::booking -left-* result::leg : legs, normally 1
result::booking -down-> result::fare : pricing
result::leg -up-* result::condition
result::leg --> result::fare: pricing // empty, unless broker
request::bookingOperation ..> result::booking : POST /bookings/{id}/events
@enduml
| false | true | false | false | sequence |
627690f64468a6d3c44efa2cc3137c442366551d | a6b1c11511e73b17e53f2c9e45d6c3fda7059bcc | /Exercise 45/docs/diagram.puml | 9a18fe1f7bcb5b746b399b8fa921e129f957baa2 | [] | no_license | FareedAlly/Ally-a04 | ea4b39b932d973a88b3e3e5f0a9ba587ef19b76c | 9c7e86ced5f08fc6eb3df4791ad6eba751d18dea | refs/heads/main | 2023-08-16T04:59:35.172785 | 2021-10-18T03:55:41 | 2021-10-18T03:55:41 | 417,554,981 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution45
{
+ void main
+ void search(String inFile, String outFile)
+ Path getPath(String name)
+ void replace(Scanner in, String outFile)
}
@enduml | false | true | false | false | class |
14e762d6f9d8a57966b0cb3af8ffc4eb3dc9765c | 5232badf2d0fe89a17c7913aec8df67d00da904f | /src/main/java/oop/assignment/ex44/SearchDiagram.puml | ee5e512753a34d71a2cf034cd6cce786b4c93d37 | [] | no_license | Shobith97/Bhandaru-cop3330-assignment3 | f008ec782660685642e4f54f8c2e0a22d146878c | 6a78384a1b798fd795f26bb3539ef85b43cb7c5c | refs/heads/master | 2023-06-03T12:19:31.741432 | 2021-06-21T04:05:58 | 2021-06-21T04:05:58 | 378,803,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 424 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution44
{
-parser: JSONParser
-jsonObject and json: JSONObject
-obj: Object
-subjects: JSONArray
-iterator: Iterator
-flag: int
-product_name: String
+j = JSON() object
}
class JSON
{
-input: String
-flag: int
+get_product_name()
+get_iterator()
+print_and_set_flag()
+print_sorry()
}
Solution44 "get product, iterator and print stuff from JSON()" --- JSON
@enduml | false | true | false | false | class |
890839723431b72e96ffcc81ff3b6f25d67c604a | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintD/US/US2/US2_SD.puml | dc52f46e7c9c1f797c6c1db6db81fef378ff3d80 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,360 | puml | @startuml
autonumber
'hide footbox
actor "Client" as CLP
participant ":UpdateClientUI" as UI
participant ":UpdateClientController" as UCC
participant "Company" as COMP
participant "store:\nClientStore" as CLS
participant "AuthFacade" as AF
participant "ClientMapper" as CLMAPPER
activate CLP
CLP -> UI : asks to update data
activate UI
UI -> UCC : getClientData()
activate UCC
UCC -> COMP : clientStore = getClientStore()
activate COMP
deactivate COMP
UCC -> CLS : clientList = getClientList
activate CLS
deactivate CLS
UCC -> COMP : getAuthFacade()
activate COMP
deactivate COMP
UCC -> AF : getCurrentUserSession()
activate AF
deactivate AF
UCC -> UCC : clientActive = findActualClient()
activate UCC
deactivate UCC
UCC -> CLMAPPER : clientDTO = toDTO(clientActive)
activate CLMAPPER
deactivate CLMAPPER
UCC --> UI : clientDTO
deactivate UCC
UI -> CLP : shows every updatable attribute with current value
deactivate UI
|||
CLP -> UI : changes values that he/she wants to update
activate UI
|||
UI --> CLP : asks for confirmation
deactivate UI
|||
CLP -> UI : confirms values
activate UI
UI -> UCC : setData(name, address, phoneNumber, sex)
|||
ref over UCC : US2_SD_IndexALT
activate UCC
UCC --> UI : result
deactivate UCC
UI --> CLP : checks changed values with same creation criterion and saves it
deactivate UCC
deactivate UI
deactivate CLP
@enduml | false | true | false | false | usecase |
c464536fb7f6f997517c916297637ab40449441f | ea257b53441c77c33c00152a506a95dadbd8fe73 | /apps/zclient/docs/test.plantuml | 8df902f2b2b6d4c7bf5e453c37059ffe10fd471a | [
"MIT"
] | permissive | therious/zmono | 414b743132f0ff4d70a686709d84d746382bea82 | 0786808f5e8c4bb2bf3aedffe471891bafec3712 | refs/heads/master | 2023-06-17T05:45:44.312207 | 2021-07-12T07:03:16 | 2021-07-12T07:03:16 | 380,795,597 | 0 | 0 | null | 2021-07-06T18:36:51 | 2021-06-27T17:06:06 | JavaScript | UTF-8 | PlantUML | false | false | 869 | plantuml | @startuml
skinparam State {
AttributeFontSize 9
BackgroundColor #CFF
EndColor Red
ArrowColor Blue
BorderColor Black
}
state SecurityLight {
[*]-->Night
Night-->Day : [ambientLight > 0.5]
Day-->Night : [ambientLight < 0.5]
Night-->On : motion
On-->On : motion
On-->Night: 5 seconds
}
state UicConnection {
state Subscription {
[*]-->Unmapped2
Unmapped2-->Mapped2
Mapped2-[#red,bold]->NoFile2 : subscribe failure
Mapped2-->File2 : subscribed
}
||
state HS as "HeartBeat Subscription" {
[*]-->Unmapped
Unmapped-->Mapped
Mapped-[#red,bold]->NoFile : subscribe failure
Mapped-->File : subscribed
File-->Current : heartbeat
Current-->Current : heartbeat
Current-[#blue,dotted]->Stale : delay
Stale-->Current : heartbeat
Stale-[#blue,dotted]->Toast : 5 seconds
Note left of Toast : Enter:Restart UIC
Toast-->Mapped
}
}
@enduml | false | true | false | false | sequence |
fa865d49901a086d4c70a5c9214405495c8da45b | d9c81782826b58a79a89a5b88e6c2c1afa59e532 | /docs/ex46.puml | 5985b405d4dec479105f9ace1fda570b80b0a23e | [] | no_license | SmokeIce593/parrish-cop3330-assignment3 | 1b1449091f72ef2540c9621b95e9998713e44e41 | d8b75979d4b86c71c1582d76241980b18fff6015 | refs/heads/master | 2023-08-15T08:27:16.888336 | 2021-10-12T02:11:13 | 2021-10-12T02:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,039 | puml | @startuml
'https://plantuml.com/class-diagram
class WordFrequencySort{
+List<String> Combiner(List<String> textList)
+List<String> CharCombiner(List<String> textList, String Current, String CurrentBuild, int i)
+TreeMap<String, Integer> WordFrequency(List<String> textList)
List<String> spreadList
String Current
String CurrentBuild
int lastspace
int i
int j
Map<String, Integer> Frequency
TreeMap<String, Integer> sorted
}
class WordFrequencyBase{
TreeMap Frequency
List<String> names
- {static} List<String> convertFile()
+ {static} void main()
}
class WordFrequencyExport{
String keyString
int valueMap
String Staradd
+ {static} String Stars(int staramount)
+ {static} void printList(TreeMap<String, Integer> list)
}
class WordFrequencyCompare{
int compare(String a, String b)
+Map<String, Integer> base
}
WordFrequencyBase <|-- WordFrequencySort
WordFrequencyBase <|-- WordFrequencyExport
WordFrequencySort <|-- WordFrequencyCompare
@enduml | false | true | false | false | class |
d19b80bc9c2f83330702252ef96a9b97fc225281 | 990bcf633671953b6323774c4045151142e931d8 | /schema/foos-schema.plantuml | ee2bb734608176fb41d6c952f51920818b906b8d | [] | no_license | gcb77/foos-code | 3212fd288e34d07ed0fc95f0916aae8c4100e5cd | d44330a9ac4a35742060f8ff3e45b971d3dd0e1c | refs/heads/master | 2020-03-28T16:08:11.062897 | 2018-09-13T16:06:52 | 2018-09-13T16:06:52 | 148,663,185 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 613 | plantuml | @startuml
Class Player {
{field} UID
{field} Name
}
Class Team {
{field} UID
{field} Players[]
}
Class Match {
{field} UID
{field} Team 1
{field} Team 2
== optional ==
{field} Table Number
{field} Match Start
{field} Match End
{field} Winner
}
Class Event {
{field} UID
{field} Name
..
(e.g. "Open Singles" or "2 beer DYP")
..
}
Class Tournament {
{field} UID
{field} Name
..
(e.g. "Colorado State 2018" or
"Weekly Monday Night at Freddy's")
..
{field} Date
{field} Location
}
Tournament "1" *-- "many" Event
Event "1" *-- "many" Match
Match "1" *-- "2" Team
Team "1" *-- "4" Player
@enduml
| false | true | false | false | class |
1f08ff467abf7ea8cd8fdaf560f200076c4fc856 | 6be2472e8675c2e50515a1e486421370aaa3f054 | /src/diagrams/Sekvensdiagram_Preben.puml | 79a7a8b6ef6bcfed98faff560973d2bee944381a | [] | no_license | SOFTWARE-ENGINEERING-GRUPPE-17/sayHelloToMyLilFriend | af3d6b590f28676654895ce5126710ff04619729 | a9ffbbd196f4de792423b59af4ae90158314c305 | refs/heads/master | 2023-01-23T09:15:37.544255 | 2020-11-25T23:49:31 | 2020-11-25T23:49:31 | 298,597,049 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,518 | puml | @startuml
actor User
boundary Frontend
boundary Backend
database Database
entity Server
control Payment
/' -------------- Innlogging ------------- '/
User -> Frontend: Log inn with \nusername + password
Frontend -> Backend: Username +\n password
Backend -> Database: Username +\n password
Database -> Backend: OK
Backend -> Frontend: OK
Frontend -> User: Now signed in
/' -------------- Finne plass ------------- '/
User -> Frontend: Find P-spot
Frontend -> User: Select location
User -> Frontend: Location selected
Frontend -> User: Select start time
User -> Frontend: Startime selected
Frontend -> Backend: Find P-spots matching filter
Backend -> Database: Find P-spots \n matching filter
Database -> Backend: Found some P-spots
Backend -> Frontend: List with P-spots
Backend -> Server: Find the P-spots images
Server -> Frontend: P-spots pictures
Frontend -> User: Select a P-spot, \nstarttime and endtime
User -> Frontend: Selected
/' -------------- Betaling ---------------- '/
Frontend -> Payment: Take payment from user
Frontend -> Backend: User has selected
Payment -> Frontend: Present this form to user
Frontend -> User: Fill inn payment info
User -> Frontend: Payment info
Frontend -> Payment: Verify this info
Payment -> Frontend: Payment OK
Frontend -> Backend: Payment OK
Backend -> Database: Insert reservation
Database -> Database: Verifying
Database -> Backend: Inserted successfully
Backend -> "E-Mail": Send confirmation
Backend -> Frontend: Reserved
Frontend -> User: Reservation complete
@enduml | false | true | false | false | sequence |
82ec923ccff4a507464a9a49151f1f8d659315d9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InventoryEntryResourceIdentifier.puml | 449ac35bdcd7d8364d3820dd3d0646a4ac96e849 | [] | 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 | 564 | 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 InventoryEntryResourceIdentifier [[InventoryEntryResourceIdentifier.svg]] extends ResourceIdentifier {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ResourceIdentifier [[ResourceIdentifier.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
@enduml
| false | true | false | false | class |
c55e9f09c94edee7c18b2642b0b87ec1ae44a101 | e44b9cd5cb9b48a1c86b0852b2c593bcc742c3b1 | /src/tp0/cas-utilisation.puml | 4c7d40ef0224997721527090974fc3a593ad437c | [] | no_license | Sayoden/COO | e4436614a832c4f122cc005909ad96460159310d | dca32c89c55fdc471a229b47f98a6d7c964cafbc | refs/heads/master | 2023-05-06T12:50:18.174146 | 2021-05-28T09:22:28 | 2021-05-28T09:22:28 | 352,588,307 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 431 | puml | @startuml
'https://plantuml.com/use-case-diagram
left to right direction
actor Rôle1 as R1
actor Rôle2 as R2
R1 <|-- R2
rectangle Systeme{
left to right direction
usecase "Cas1" as Cas1
usecase "Cas2" as Cas2
usecase "Cas3" as Cas3
usecase "Cas4" as Cas4
usecase "Cas5" as Cas5
Cas3 <|-- Cas4
Cas3 <|-- Cas5
}
R1 -- Cas1
(Cas1) .> (Cas3) : <<includes>>
(Cas1) <. (Cas2) : <<extends>>
@enduml | false | true | true | false | usecase |
65d5793ded098d77498b6cc57d76054728cb5ffe | 51bbfaef0331f2ab3506802100a1d18b1f12c4e9 | /design-pattern/proxy/etc/proxy.puml | 1ba2646437c0907c123b231c854d9ff45be3e7dd | [
"Apache-2.0"
] | permissive | JaphyFan/spring-bootstrap | 6439c91d95f98c16dccb7c36b07bb8f777d04792 | c817b4a4f847d9b12c6613b2fedf9064f7fd40a9 | refs/heads/master | 2023-07-23T20:03:53.087571 | 2023-04-25T01:10:05 | 2023-04-25T01:10:05 | 228,553,612 | 0 | 0 | Apache-2.0 | 2023-07-07T21:52:20 | 2019-12-17T06:59:45 | Java | UTF-8 | PlantUML | false | false | 566 | puml | @startuml
package com.japhy.design.proxy {
interface WizardTower {
+ enter(wizard: Wizard)
}
class IvoryTower {
+ enter(wizard: Wizard)
}
class Wizard {
- name
}
class WizardTowerProxy {
- NUM_WIZARDS_ALLOWED: int
- numWizards: int
- tower: WizardTower
+ enter(wizard: Wizard)
+ wizardTowerProxy(tower: WizardTower)
}
WizardTower .> Wizard
IvoryTower ..|> WizardTower
WizardTowerProxy "1" o--> "1" WizardTower
WizardTowerProxy ..|> WizardTower
}
@enduml | false | true | false | false | class |
150b2ad8368ea5e31172c9691ec0dcc1d580c9aa | be08e0cc68fbf5a106b8d1e1b502a89d551f211f | /app/src/main/java/WFRC_Activity_Connection.puml | a53de24316476631f737da3899e20343406b30fd | [] | no_license | Zagrael/WRC_Car | d5a294785f1ab4e001010733b5f92c1c2eefc4fb | 6c1f504cfac15a06c3ca7ef9a32eebbbb46bd0b2 | refs/heads/master | 2021-08-22T17:06:46.674801 | 2017-11-30T18:44:49 | 2017-11-30T18:44:49 | 110,874,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
(*) --> "Search for wi-fi connection"
--> "Display connections" as display
if "" then
..> [User selected one] "Search for requirements" as search
--> "Show LogIn requirements" as LogIn
if "" then
..> [Wrong password] "Wrong ID message"
--> LogIn
else
..> [Correct password] "Connect to the car"
if "Busy" then
..> [false] "Enable controls"
--> "Show game screen"
--> (*)
else
..> [true] "Already taken message"
--> "Disconnect"
--> display
endif
endif
else
..> [User canceled] "Quit connection page"
-->(*)
@enduml | false | true | false | false | activity |
5c18a58d998a955ce943dc08567846871aec5453 | 6857fe99dc7482333ea889a5dd382596b57955ea | /info202_project/diagrams/delete_sequence.puml | 012f212e8d6b4c4fe9aefc6592344d6a78451273 | [] | no_license | wduggan/INFO202-Project | dd0f153e07412b5587d0bcd766aa38ba577336d4 | d86ba178e73d39c5aa378aa45dca01b2eaa154ca | refs/heads/main | 2023-05-01T05:33:38.776482 | 2021-05-12T10:44:25 | 2021-05-12T10:44:25 | 366,676,127 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,610 | puml | @startuml
' style tweaks to make the diagram a little more readable
skinparam {
Style strictuml
RoundCorner 5
Database {
' the default border no longer matches the normal colours (bug?), so fix this
BorderColor #A80036
}
Sequence {
' make activations yellow too
LifeLineBackgroundColor #FDFDCD
' make stereotypes less ugly
Stereotype {
Font {
Size 11
Style plain
}
}
}
}
actor User as user
participant ":Main" as main
participant ":MainMenu" as menu <<frame>>
participant ":ProductViewer" as dialog <<dialog>>
participant "dao\n:ProductJdbcDAO" as dao <<ProductDAO>>
participant "productModel\n:SimpleListModel" as model
database "H2\nDatabase" as db
create dao
main -> dao : <<construct>>
create menu
main -> menu : <<construct(dao)>>
user -> menu++ : clicks 'View Products'
create dialog
menu -> dialog++ : <<construct(dao)>>
dialog -> dao : getProducts()
dao++
dao -> db++ : select * from product
return ResultSet
return products
create model
dialog -> model : <<construct>>
dialog -> model++ : updateItems(products)
model--
dialog -> dialog : listViewProducts.setModel(productsModel)
return
menu -> dialog++ : setVisible(true)
user -> dialog++ : clicks desired product to delete
user -> dialog++ : clicks 'Delete'
dialog -> dialog : selectedProduct = listViewProducts.getSelectedValue()
dialog -> dao++ : removeProduct(selectedProduct)
dao -> db++ : delete from Product where Product_Id = ?
return ResultSet
return
dialog -> model++ : updateItems(dao.getProducts()
model--
dialog -> dialog : dispose()
dialog --> menu
destroy dialog
@enduml | false | true | false | false | usecase |
d44422902e04a9737c3efae6097065b4e88a0d52 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/DarkGrey.puml | f76734cc4ac1c6fb417d75dad632b12f8ac34b4a | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
skinparam ClassBackgroundColor #DarkGrey
skinparam ClassFontColor #DarkGrey
skinparam ClassBorderColor #DarkGrey
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
0a1cc3bb9917a893d2651e560ee4d3eeb1f9c1c4 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/green/1161261/sp3/design1.puml | be4b907c5683bdb3fd4f2ab65eb7c4a5625716fe | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,290 | puml | @startuml design1
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary CalendarView.ui
control CalendarView
entity WindowCreateCalendars
control AgendaService
control AddAgendaController
control AgendasService
entity Agenda
database Database
box "Calendar"
participant CalendarView.ui
participant CalendarView
end box
box "Server"
participant AgendaService
participant AddAgendaController
participant AgendasService
participant Agenda
participant AgendaRepository
end box
box "Database"
participant Database
end box
User -> CalendarView.ui : click new Calendar
CalendarView.ui -> CalendarView : onClick()
create WindowCreateCalendars
CalendarView -> WindowCreateCalendars : createWindow()
CalendarView -> WindowCreateCalendars : open()
User -> WindowCreateCalendars : write name, description and color
CalendarView ->> AgendaService : addAgenda(agendaDTO)
AgendaService -> AddAgendaController : addAgenda(agendaDTO)
AddAgendaController -> AgendasService : addAgenda(agendaDTO)
create Agenda
AgendasService -> Agenda : c = create()
AgendasService -> AgendaRepository : save(c)
AgendaRepository -> Database : create()
AgendaService ->> CalendarView : onSuccess(DTO)
@enduml
| false | true | false | false | usecase |
e86ddeef999913a3856b959f3c21c7e52eebeb74 | cf26101628ddb7ed1bab80225e35cde261ce4ed6 | /app/app.plantuml | abf63b67be3650456b5ce91642eabae0ee350345 | [] | no_license | andrea07021981/SaveTheFood | f4bf7a0cbf7d7860a311f9be33271728953c30bd | bcc423d323dca1344a72d77ad190f6fc3af208b9 | refs/heads/master | 2022-07-02T08:00:14.529823 | 2022-02-15T22:17:51 | 2022-02-15T22:17:51 | 217,326,526 | 6 | 1 | null | 2022-02-15T22:17:52 | 2019-10-24T15:01:26 | Kotlin | UTF-8 | PlantUML | false | false | 15,662 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace androidx.databinding {
class androidx.databinding.DataBinderMapperImpl {
}
}
namespace androidx.databinding {
interface androidx.databinding.DataBindingComponent {
}
}
namespace androidx.databinding {
namespace library.baseAdapters {
class androidx.databinding.library.baseAdapters.BR {
}
}
}
namespace com.example.savethefood {
class com.example.savethefood.BR {
}
}
namespace com.example.savethefood {
class com.example.savethefood.BuildConfig {
}
}
namespace com.example.savethefood {
class com.example.savethefood.DataBinderMapperImpl {
}
}
namespace com.example.savethefood {
namespace cook {
class com.example.savethefood.cook.RecipeCookFragmentArgs {
}
}
}
namespace com.example.savethefood {
namespace data.source.local.dao {
class com.example.savethefood.data.source.local.dao.FoodDatabaseDao_Impl {
}
}
}
namespace com.example.savethefood {
namespace data.source.local.dao {
class com.example.savethefood.data.source.local.dao.RecipeDatabaseDao_Impl {
}
}
}
namespace com.example.savethefood {
namespace data.source.local.dao {
class com.example.savethefood.data.source.local.dao.RecipeInfoDatabaseDao_Impl {
}
}
}
namespace com.example.savethefood {
namespace data.source.local.dao {
class com.example.savethefood.data.source.local.dao.UserDatabaseDao_Impl {
}
}
}
namespace com.example.savethefood {
namespace data.source.local.database {
class com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.ActivityMainBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.EquipmentInstructionItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FoodItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FoodSearchItemBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FoodSearchItemBindingV26Impl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentFoodBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentFoodBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentFoodDetailBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentFoodDetailBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentHomeBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentHomeBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentLoginBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentReceipeBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentReceipeBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentRecipeCookBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentRecipeCookBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentRecipeDetailBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentRecipeDetailBindingLandImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentRecipeDetailBindingSw600dpImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentSignupBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.FragmentSplashBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.IngredientDetailBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.IngredientInstructionItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.IngredientItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.RecipeItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace databinding {
class com.example.savethefood.databinding.StepCookItemBindingImpl {
}
}
}
namespace com.example.savethefood {
namespace fooddetail {
class com.example.savethefood.fooddetail.FoodDetailFragmentArgs {
}
}
}
namespace com.example.savethefood {
namespace fooddetail {
class com.example.savethefood.fooddetail.FoodDetailFragmentDirections {
}
}
}
namespace com.example.savethefood {
namespace generated.callback {
class com.example.savethefood.generated.callback.OnClickListener {
}
}
}
namespace com.example.savethefood {
namespace home {
class com.example.savethefood.home.HomeFragmentArgs {
}
}
}
namespace com.example.savethefood {
namespace home {
class com.example.savethefood.home.HomeFragmentDirections {
}
}
}
namespace com.example.savethefood {
namespace login {
class com.example.savethefood.login.LoginFragmentDirections {
}
}
}
namespace com.example.savethefood {
namespace recipe {
class com.example.savethefood.recipe.RecipeFragmentArgs {
}
}
}
namespace com.example.savethefood {
namespace recipe {
class com.example.savethefood.recipe.RecipeFragmentDirections {
}
}
}
namespace com.example.savethefood {
namespace recipe {
namespace etail {
class com.example.savethefood.recipedetail.RecipeDetailFragmentArgs {
}
}
}
}
namespace com.example.savethefood {
namespace recipe {
namespace etail {
class com.example.savethefood.recipedetail.RecipeDetailFragmentDirections {
}
}
}
}
namespace com.example.savethefood {
namespace splash {
class com.example.savethefood.splash.SplashFragmentDirections {
}
}
}
androidx.databinding.DataBinderMapperImpl -up-|> androidx.databinding.MergedDataBinderMapper
com.example.savethefood.DataBinderMapperImpl -up-|> androidx.databinding.DataBinderMapper
com.example.savethefood.cook.RecipeCookFragmentArgs .up.|> androidx.navigation.NavArgs
com.example.savethefood.data.source.local.dao.FoodDatabaseDao_Impl .up.|> com.example.savethefood.data.source.local.dao.FoodDatabaseDao
com.example.savethefood.data.source.local.dao.RecipeDatabaseDao_Impl .up.|> com.example.savethefood.data.source.local.dao.RecipeDatabaseDao
com.example.savethefood.data.source.local.dao.RecipeInfoDatabaseDao_Impl .up.|> com.example.savethefood.data.source.local.dao.RecipeInfoDatabaseDao
com.example.savethefood.data.source.local.dao.UserDatabaseDao_Impl .up.|> com.example.savethefood.data.source.local.dao.UserDatabaseDao
com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl -up-|> com.example.savethefood.data.source.local.database.SaveTheFoodDatabase
com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl o-- com.example.savethefood.data.source.local.dao.FoodDatabaseDao : _foodDatabaseDao
com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl o-- com.example.savethefood.data.source.local.dao.RecipeDatabaseDao : _recipeDatabaseDao
com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl o-- com.example.savethefood.data.source.local.dao.RecipeInfoDatabaseDao : _recipeInfoDatabaseDao
com.example.savethefood.data.source.local.database.SaveTheFoodDatabase_Impl o-- com.example.savethefood.data.source.local.dao.UserDatabaseDao : _userDatabaseDao
com.example.savethefood.databinding.ActivityMainBindingImpl -up-|> com.example.savethefood.databinding.ActivityMainBinding
com.example.savethefood.databinding.EquipmentInstructionItemBindingImpl -up-|> com.example.savethefood.databinding.EquipmentInstructionItemBinding
com.example.savethefood.databinding.FoodItemBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FoodItemBindingImpl -up-|> com.example.savethefood.databinding.FoodItemBinding
com.example.savethefood.databinding.FoodSearchItemBindingLandImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FoodSearchItemBindingLandImpl -up-|> com.example.savethefood.databinding.FoodSearchItemBinding
com.example.savethefood.databinding.FoodSearchItemBindingV26Impl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FoodSearchItemBindingV26Impl -up-|> com.example.savethefood.databinding.FoodSearchItemBinding
com.example.savethefood.databinding.FragmentFoodBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentFoodBindingImpl -up-|> com.example.savethefood.databinding.FragmentFoodBinding
com.example.savethefood.databinding.FragmentFoodBindingLandImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentFoodBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentFoodBinding
com.example.savethefood.databinding.FragmentFoodDetailBindingImpl -up-|> com.example.savethefood.databinding.FragmentFoodDetailBinding
com.example.savethefood.databinding.FragmentFoodDetailBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentFoodDetailBinding
com.example.savethefood.databinding.FragmentHomeBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentHomeBindingImpl -up-|> com.example.savethefood.databinding.FragmentHomeBinding
com.example.savethefood.databinding.FragmentHomeBindingLandImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentHomeBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentHomeBinding
com.example.savethefood.databinding.FragmentLoginBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentLoginBindingImpl -up-|> com.example.savethefood.databinding.FragmentLoginBinding
com.example.savethefood.databinding.FragmentReceipeBindingImpl -up-|> com.example.savethefood.databinding.FragmentReceipeBinding
com.example.savethefood.databinding.FragmentReceipeBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentReceipeBinding
com.example.savethefood.databinding.FragmentRecipeCookBindingImpl -up-|> com.example.savethefood.databinding.FragmentRecipeCookBinding
com.example.savethefood.databinding.FragmentRecipeCookBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentRecipeCookBinding
com.example.savethefood.databinding.FragmentRecipeDetailBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentRecipeDetailBindingImpl -up-|> com.example.savethefood.databinding.FragmentRecipeDetailBinding
com.example.savethefood.databinding.FragmentRecipeDetailBindingLandImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentRecipeDetailBindingLandImpl -up-|> com.example.savethefood.databinding.FragmentRecipeDetailBinding
com.example.savethefood.databinding.FragmentRecipeDetailBindingSw600dpImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentRecipeDetailBindingSw600dpImpl -up-|> com.example.savethefood.databinding.FragmentRecipeDetailBinding
com.example.savethefood.databinding.FragmentSignupBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.FragmentSignupBindingImpl -up-|> com.example.savethefood.databinding.FragmentSignupBinding
com.example.savethefood.databinding.FragmentSplashBindingImpl -up-|> com.example.savethefood.databinding.FragmentSplashBinding
com.example.savethefood.databinding.IngredientDetailBindingImpl -up-|> com.example.savethefood.databinding.IngredientDetailBinding
com.example.savethefood.databinding.IngredientInstructionItemBindingImpl -up-|> com.example.savethefood.databinding.IngredientInstructionItemBinding
com.example.savethefood.databinding.IngredientItemBindingImpl -up-|> com.example.savethefood.databinding.IngredientItemBinding
com.example.savethefood.databinding.RecipeItemBindingImpl .up.|> com.example.savethefood.generated.callback.OnClickListener.Listener
com.example.savethefood.databinding.RecipeItemBindingImpl -up-|> com.example.savethefood.databinding.RecipeItemBinding
com.example.savethefood.databinding.StepCookItemBindingImpl -up-|> com.example.savethefood.databinding.StepCookItemBinding
com.example.savethefood.fooddetail.FoodDetailFragmentArgs .up.|> androidx.navigation.NavArgs
com.example.savethefood.generated.callback.OnClickListener .up.|> android.view.View.OnClickListener
com.example.savethefood.generated.callback.OnClickListener o-- com.example.savethefood.generated.callback.OnClickListener.Listener : mListener
com.example.savethefood.home.HomeFragmentArgs .up.|> androidx.navigation.NavArgs
com.example.savethefood.recipe.RecipeFragmentArgs .up.|> androidx.navigation.NavArgs
com.example.savethefood.recipedetail.RecipeDetailFragmentArgs .up.|> androidx.navigation.NavArgs
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 |
94ffab905376d6aed2d39f5197d7824eeea23733 | 105d767fb405bfd4b2c7fb57ef329cef7c87bead | /Assets/Kalendra.Idle/Documentation/MoneyClasses.puml | ebd34aed02774262431ffc62fccf208df4d6ea71 | [] | no_license | RicardoGuzmanVelasco/Kalendra.Idle | 5d540a131393993e47867097282bf60333eb0b15 | bf4096c12cb6e63d13cf4fae61f73b05af1b8f21 | refs/heads/main | 2023-05-12T01:53:12.184049 | 2021-05-30T16:54:35 | 2021-05-30T16:54:35 | 370,025,911 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,187 | puml | @startuml
package System
{
interface IEquatable<T>
{
+Equals(other: T): bool
}
interface IComparable
{
+CompareTo(other: object): int
}
interface IComparable<T>
{
+CompareTo(other: T): int
}
}
-class Parser <<static>>
{
-{static} MaxSerializedDigits = 3 {get} <<const>>
+{static} Serialize(money : Money) : string
+{static} Deserialize(serialized : string) : Money
}
-class PrefixSymbol <<(V,orchid) struct, ValueObject>>
{
-symbol : string
+From(symbol: string) : PrefixSymbol
+Prev(): PrefixSymbol
+Next(): PrefixSymbol
}
-class Prefix <<(V,orchid) struct, ValueObject>>
{
-symbol: PrefixSymbol
-base10: int
-Prefix(symbol: string)
+From(symbol: string): Prefix
+ClosestLowerThan(number: double): Prefix
+{static} implicit double(p: Prefix): double
+{static} implicit string(p: Prefix): string
+{static}operator == (p1: Prefix, p2: Prefix): Prefix
+{static}operator != (p1: Prefix, p2: Prefix): Prefix
}
Prefix +-- PrefixSymbol : partial
Prefix --|> IEquatable
Prefix --|> IComparable
+class Money <<(V,orchid) struct, ValueObject>>
{
+{static} Zero: Money {get}
-factors: Dictionary<string, int>
-Money(amount: double, prefixSymbol: string)
-Money(amount: double)
-Factorize(amount: double)
+{static} From(reduction: double): Money
+{static} From(reduction: double, symbol: string): Money
+Reduce(): double
+Factorize(): IReadOnlyCollection<Money>
+Round(): Money
+{static}operator + (m1: Money, m2: Money): Money
+{static}operator - (m1: Money, m2: Money): Money
+{static}operator * (m1: Money, factor: double): Money
+{static}operator == (m1: Money, m2: Money): Money
+{static}operator != (m1: Money, m2: Money): Money
+{static}operator > (m1: Money, m2: Money): Money
+{static}operator < (m1: Money, m2: Money): Money
+{static}operator >= (m1: Money, m2: Money): Money
+{static}operator <= (m1: Money, m2: Money): Money
}
Money --|> IEquatable
Money --|> IComparable
Money +-- Prefix : partial
Money +-- Parser : partial
@enduml | false | true | false | false | class |
3e1045dca570e76dad13ded28d6bf34c0e0681fb | e96e871f1090024045f04097c317b00018fcb32f | /plantuml/maps/maps-front-components.puml | 8ba3213ebaea960eb856e795dc9ed924a95e7b45 | [] | no_license | gehel/notes | 389ca45941e8c98ef2380d4e6b5eeefa978ef9d5 | b9e4872410bc2ea31171e3416fad77ea744e4af2 | refs/heads/master | 2021-01-11T00:15:46.065202 | 2020-05-26T20:22:25 | 2020-05-26T20:22:25 | 70,569,532 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 395 | puml | @startuml
() tiles
() "geolines\ngeoshapes" as geoshapes
() "static maps" as staticmaps
package mediawiki {
[Kartographer]
[Visual Editor]
[JSON config] as JSON
Kartographer --> JSON: get overlay data
}
package browser {
[leaflet] ..> tiles: <<uses>>
[leaflet] ..> geoshapes: <<uses>>
[leaflet] ..> Kartographer: <<served by>>
}
browser ..> staticmaps: <<uses>>
@enduml
| false | true | false | false | sequence |
16b51b4523f578e7ccfa3986c9d786428b6dd6d3 | 6c14aa19e43b319922b03a2826106c0c020f1ef1 | /3_patterns/src/doc/class/strategy.puml | a57c7c10435dcdf3f2c10f92213a67fdc23c6c75 | [
"MIT"
] | permissive | nvamelichev/hse-java-spring-2021 | 50cdd53aa06baad9e31cc51108f0b356766fbe7b | 5409e60473bf8981d9de41faa2c1e33364bcb806 | refs/heads/main | 2023-05-14T15:00:07.196656 | 2021-06-04T11:48:23 | 2021-06-04T11:48:23 | 336,320,393 | 5 | 11 | MIT | 2021-05-14T10:36:53 | 2021-02-05T16:05:28 | Java | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
interface FlyStrategy {
+ fly()
}
class OrdinaryFlyStrategy implements FlyStrategy
class NoFlyStrategy implements FlyStrategy {
+ INSTANCE : NoFlyStrategy
}
note bottom of NoFlyStrategy : Null Object
class Duck {
+ flyStrategy : FlyStrategy
+ doFly()
}
Duck "1" o-- "1" FlyStrategy
skinparam linetype ortho
skinparam Shadowing false
@enduml
| false | true | false | false | class |
13285e740dae72781339396b51c9b8506ae4aa90 | a23ee9fd68de55802dbbc3ac04a463b88b512983 | /docs/classes.puml | 00b2f5e154ec5d45c28abe0018b5cfc66d662fd9 | [] | no_license | meta-morpho-sys/Note | 083d8ffd486f67ac165dda034cea08d7416d703d | 4bb89493abafdbbeea2464df255519cd7e814c33 | refs/heads/master | 2020-12-30T09:11:56.624087 | 2017-08-19T13:10:32 | 2017-08-19T13:10:32 | 100,394,355 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 636 | puml | @startuml
class Note {
Stores text.
==
text
getText()
}
class NoteList {
Stores multiple notes
and retrieves them.
==
getNotes()
addNote(text)
}
class NoteListView {
Stores a note list and
renders it as an HTML string.
==
NoteListView(noteList)
getNoteListHTML()
}
class NoteController {
Uses the NoteList \n and NoteListView to update\n the display view.
==
NoteController(noteList)
render()
}
NoteList "0" *-- "many" Note: notes
note right on link
it is the property of NoteList.
end note
NoteListView *-- NoteList: noteList
NoteController .. NoteList
NoteController .. NoteListView
@enduml
| false | true | false | false | class |
efdddf054901d02c07ad581f941ee344cd93641d | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Server/Areas/HelpPage/ApiDescriptionExtensions.puml | 1ca5d68b5e101bbcf6c737c54589b2acdec96368 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 130 | puml | @startuml
class ApiDescriptionExtensions <<static>> {
+ {static} GetFriendlyId(description:ApiDescription) : string
}
@enduml
| false | true | false | false | class |
b87e5d17825c29d7767020b0949734e59fb69fc1 | 151067eb8645ae7df061f7b4268dae0bba47fd63 | /docs/ex43.puml | 7abe729a37e97c0ef996209a2eb8defa5eba61e0 | [] | no_license | alexvorak/Vorakrajangthiti-cop3330-assignment3 | 50e2ab03043ecb1ddd36e7f53ae9dec0d2fdd0d1 | 8c422521ef284cc40b18c436aac261287d0bb6f9 | refs/heads/master | 2023-08-14T23:14:13.639959 | 2021-10-12T02:23:38 | 2021-10-12T02:23:38 | 416,151,090 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 184 | puml | @startuml
'
class WebsiteGenerator
{
+main(String[])
+sitename: String
+author: String
+JSInput: String
+CSSInput: String
+dir: String
+indexpath: String
+htmldata: String
}
@enduml | false | true | false | false | class |
97055a74ab17a06b32bc31c871df6b67372f8f52 | 9767edfebaac5952b90e64459e8e675d19b05d35 | /docs/RFCS/20191014_savepoints/txncoordsender.puml | 81607dc2a92ed17272816e9b0033a3db37e5b0d8 | [
"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 | 1,254 | puml | @startuml
box "On any node using txns"
participant "SQL executor\nor distsql server" as SQL
participant "RootTxn\nor LeafTxn" as Txn
participant TxnCoordSender
end box
participant cluster
note over SQL: SQL transaction starts
create Txn
SQL -> Txn : client.NewTxn(Txn)
create TxnCoordSender
Txn -> TxnCoordSender : db.factory.TransactionalSender()
TxnCoordSender -> TxnCoordSender : initialize txn object
...
note over SQL: during query execution
SQL -> Txn : txn.Run(client.Batch)
Txn -> Txn : translate Batch into BatchRequest
Txn -> TxnCoordSender: sender.Send(BatchRequest)
TxnCoordSender -> TxnCoordSender: populate txn object into batch
TxnCoordSender -> cluster : distsender.Send(BatchRequest)
...
cluster --> TxnCoordSender : BatchResponse w/ txn object update
TxnCoordSender -> TxnCoordSender: txn.Update(resp.Txn)
TxnCoordSender --> Txn : BatchResponse
Txn --> SQL : Batch modified in-place
...
note over SQL
when SQL txn completes
(only on the SQL gateway / RootTxn)
end note
SQL -> Txn : Commit/Rollback/CleanupOnError
Txn -> Txn : construct BatchRequest with EndTxnRequest
Txn -> TxnCoordSender : sender.Send(BatchRequest)
TxnCoordSender --> cluster : clean up (not always)
TxnCoordSender -> TxnCoordSender : finalize txn
@enduml
| false | true | false | false | sequence |
3872522e53ee8d1cca28e868d1411822b32aef53 | a30b93addd419ce3dde8643ee0ad244aaeda5a31 | /src/04_2_seq_create_project_tech.puml | a7d7be7d6348c031583a7c5eac79478d46c8a59e | [] | no_license | mosser/ood-dojo | 484ae52842522c6f622b9c8a89644b1f98d84d9d | eaddb9c943dc9ee901e3e841673e4902156c3e81 | refs/heads/master | 2020-03-30T13:13:53.645253 | 2018-10-03T21:23:59 | 2018-10-03T21:23:59 | 151,264,520 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 877 | puml | @startuml
hide footbox
title Create a new Project (checking availability)
actor Manager as M
participant ":Portfolio" as P
M -> P: create(pName, mgrId)
activate P
P -> P: <font color="#FF0000"><b>p = findByName(pName)</b>
alt <font color="#FF0000"><b>p == null</b></font>
create "m: Manager" as Mgr #D3D3D3
P -> Mgr: new(mgrId)
activate Mgr
Mgr --> P: m
deactivate Mgr
create "p: Project" as Proj
P -> Proj: new(m, pName)
activate Proj
Proj --> P: p
deactivate Proj
P -> P: addToPortfolio(p)
activate P
P -> Proj: save()
activate Proj
Proj -> Mgr: check()
activate Mgr
Mgr --> Proj: true
deactivate Mgr
Proj --> P: true
deactivate Proj
P --> M: true
deactivate P
else <font color="#FF0000"><b>p != null</b></font>
P -[#FF0000]-> M: <font color="#FF0000"><b>false</b>
end
@enduml
| false | true | false | false | usecase |
0e7eb6d401daf60b060bbc8811d3d3381379c2fc | 34acd2aa8d51295c0c4289e43e8961f5e23b5a08 | /PlantUML/raw/ElCazador.Worker/DataStore/IDataStoreObject.puml | 6e45d435914d0884473378091c2f87cfcd9250b7 | [] | no_license | fisboger/Thesis | a6887e195c7daa8317abe3167de1676420173e33 | 4746126f69da615c641380fd7a33c863f2fedee3 | refs/heads/master | 2020-04-03T15:18:08.671739 | 2019-02-07T11:17:06 | 2019-02-07T11:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
interface "IDataStoreObject<T>"<IDataObject> {
All : IEnumerable<T> <<get>>
Get(key:object) : T
Add(entity:T) : Task
Delete(entity:T) : Task
Edit(entity:T) : Task
}
@enduml
| false | true | false | false | class |
b0ed7e8213752f597c01f59376774767e46393b0 | 336c916699df8aaf502f430df20e984b5338e4a5 | /doc/uml/flashers/dmxFlasher/EndBootStateDiagram.plantuml | 1b4f2a02741e3e702403f5592739195a33d57bf6 | [] | no_license | Siprj/modular-MCU-flasher | 18497ffb77be67af0c35eee0f4f443b7debabaf4 | d85fe443da5c63aa90d25114f484e7e8a63ceaec | refs/heads/master | 2016-09-06T10:48:27.132426 | 2016-01-27T10:25:50 | 2016-01-27T10:25:50 | 22,478,653 | 0 | 1 | null | 2016-01-27T10:25:50 | 2014-07-31T17:40:16 | C++ | UTF-8 | PlantUML | false | false | 247 | plantuml | @startuml
state EndBoot {
[*] --> SendBootEnd
SendBootEnd --> ReceiveBootEndACKERROR
ReceiveBootEndACKERROR -up-> SendBootEnd
ReceiveBootEndACKERROR --> SendError
ReceiveBootEndACKERROR --> [*]
SendError -left-> ReceiveBootEndACKERROR
}
@enduml | false | true | false | false | state |
b34615ba3acdc5fad8b0100aab88d28566dad134 | 7db9d96fa76e6bbedd9f119ecd81576591b6d596 | /docs/gen/packages.plantuml | 002444f04a54d7ee1fb9ae368b3b1ca48731057e | [
"MIT"
] | permissive | JustKiddingCode/arpoc | a70d293d18f2fbe96e33f9667c04e3fdd07d09a4 | 0a3bbd86535fc79c32a99d9f59362637146d344f | refs/heads/master | 2021-05-25T13:55:45.241381 | 2020-04-08T15:05:59 | 2020-04-08T15:05:59 | 253,780,958 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 845 | plantuml | @startuml
package arpoc {
package arpoc.__main__ {
}
package arpoc.ac {
package arpoc.ac.__main__ {
}
package arpoc.ac.common {
}
package arpoc.ac.conflict_resolution {
}
package arpoc.ac.lark_adapter {
}
package arpoc.ac.parser {
}
}
package arpoc.base {
}
package arpoc.cache {
}
package arpoc.config {
}
package arpoc.exceptions {
}
package arpoc.pap {
package arpoc.pap.resources {
}
}
package arpoc.plugins {
package arpoc.plugins._lib {
}
package arpoc.plugins.env_attr_time {
}
package arpoc.plugins.obj_json {
}
package arpoc.plugins.obj_urlmap {
}
package arpoc.plugins.obl_loggers {
}
}
package arpoc.resources {
}
package arpoc.special_pages {
}
package arpoc.utils {
}
}
@enduml | false | true | false | false | uml-unknown |
4802e94885202eae4bfd35fd1c59d200f32b9bcb | ace7dbd4445973a93e7114680ba108840e9104ea | /UML/workarea/von_base/doc/pic/src/offline.verifier.puml | f499bdfbe846203896263b04563954c4b8ccd59f | [
"Apache-2.0"
] | permissive | shlemph/indy-quickstart | 2ca8150d949725ee5e942391c62365a01466a1ea | c2ff7151dd7eca193f07b12ccb15ffaa647fe499 | refs/heads/master | 2020-04-05T05:12:13.528645 | 2018-11-14T02:29:15 | 2018-11-14T02:29:15 | 156,585,591 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,193 | puml | @startuml
/'
Copyright 2017-2018 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
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.
'/
skinparam ParticipantPadding 20
skinparam BoxPadding 20
title Priming Verifier Anchor for Off-Line Operation
box "Indy" #LightBlue
participant "Ledger" as ledger
endbox
participant "Caches" as caches
box "Issuer and/or Holder-Prover" #Linen
participant "Archive" as archive
actor "Issuer\nVON Anchor" as ian
actor "Holder-Prover\nVON Anchor" as hpan
endbox
actor "Verifier\nVON Anchor" as van
actor "Actuator" as ator
=== CACHING CONTENT AND ARCHIVING ==
note over ledger, ator
All VON anchors are on-line (i.e., their respective node pools are open)
endnote
alt verifier geared to issuer
ator -> ian: get_box_ids_json()
group get_box_ids_json() implements
ian -> ian: get box ids from Tails arborescence
ian --> ator: box ids
end
end
alt verifier geared to holder-prover
ator -> hpan: get_box_ids_json()
group get_box_ids() implements
hpan -> hpan: get box ids from wallet
hpan --> ator: box ids
end
end
ator -> ator: select box ids of interest
ator -> van: set config 'archive-on-close': box ids
group accessor implements
van -> van: validate and set config
van --> ator:
end
note over ledger, ator
Actuator performs Verifier session operations
endnote
ator -> van: close()
group close() implements
van -> van: archive-on-close? Some box ids
van -> van: load_cache(archive=True)
group load_cache() implements
van -> caches: load for all box ids
caches -> ledger: get updates for missing box ids
ledger --> caches: updates
caches -> archive: write
archive --> caches:
caches --> van:
end
van -> archive: purge older than newest
archive --> van:
van --> ator:
end
=== OFF-LINE OPERATION ==
note over ledger, ator
Verifier VON anchor is off-line (i.e., its node pool is closed)
endnote
ator -> van: init(config 'parse-cache-on-open': True)
group init() implements
van -> van: validate and set config
van --> ator:
end
ator -> van: open()
group open() implements
van -> van: parse-cache-on-open? Yes
van -> caches: parse(cache dir)
caches -> archive: get most recent archive
archive --> caches: most recent archive
caches -> caches: parse from most recent archive
caches --> van: timestamp
van --> ator:
end
note over ledger, ator
Actuator performs Verifier off-line session operations (from caches only)
endnote
@enduml
| false | true | false | false | usecase |
df9188491c64a723460f90c3ba64731a05f3a1d6 | cda077acafbec053e4f48d21f607c54e96a89e1e | /Java Action Game/src/PaooGame/Input/Input.plantuml | 17d655c9288ad5806492c3f90eb3de81e54649d9 | [] | no_license | BRBC/Java-Action-Game | 70f56160f868b73430584f983292063836005491 | aa66fa8b76fb271c370a60cd9a7f705f07a68c3d | refs/heads/main | 2023-05-13T13:03:29.009915 | 2021-06-03T13:51:50 | 2021-06-03T13:51:50 | 373,129,586 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 937 | plantuml | @startuml
title __INPUT's Class Diagram__\n
namespace PaooGame {
namespace Input {
class PaooGame.Input.KeyManager {
+ down : boolean
+ downKeystroke : boolean
+ enter : boolean
+ enterKeystroke : boolean
+ left : boolean
+ previousDown : boolean
+ previousEnter : boolean
+ previousUp : boolean
+ right : boolean
+ space : boolean
+ up : boolean
+ upKeystroke : boolean
- keys : boolean[]
+ KeyManager()
+ Update()
+ keyPressed()
+ keyReleased()
+ keyTyped()
}
}
}
PaooGame.Input.KeyManager .up.|> java.awt.event.KeyListener
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 |
9cd687a1a049143d4229dc91bc36c2004b652827 | b9a5b64744865c0dfcf7660d5ca90df262b3c9e3 | /assignment_1.plantuml | 4dc6d40eb4289ee01569536bba31238065217af0 | [] | no_license | aguss787/NUS-CS4212 | adaa9fb65ee936bbbf1957a03da9e57eb6fe8fb5 | 4bbe96dc2495119e28b0166e589048bbc44b62fb | refs/heads/master | 2020-11-27T09:50:51.928169 | 2019-12-21T06:42:34 | 2019-12-21T06:42:34 | 229,388,530 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 11,747 | plantuml | @startuml
title __ASSIGNMENT-2's Class Diagram__\n
namespace dev.aguss787.cs4212.assignment1 {
class dev.aguss787.cs4212.assignment1.Main {
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.BinaryOperation {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
enum ArithmeticOperator {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Assignment {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
interface dev.aguss787.cs4212.assignment1.ast.Atom {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.AtomizedExpression {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.BooleanLiteral {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Call {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.ClassType {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.ConstantAtom {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.CustomClass {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Declaration {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Dot {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
interface dev.aguss787.cs4212.assignment1.ast.Expression {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Function {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.IfElse {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.IntegerLiteral {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.New {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
enum PrimitiveType {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Println {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Program {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Readln {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
interface dev.aguss787.cs4212.assignment1.ast.Referenceable {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.ReferenceableAtom {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.Return {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
interface dev.aguss787.cs4212.assignment1.ast.Statement {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.StringLiteral {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
interface dev.aguss787.cs4212.assignment1.ast.Type {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.UnaryOperation {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace ast {
class dev.aguss787.cs4212.assignment1.ast.While {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace cup {
class dev.aguss787.cs4212.assignment1.cup.Parser {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace cup {
class dev.aguss787.cs4212.assignment1.cup.PrettySymbol {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace cup {
class dev.aguss787.cs4212.assignment1.cup.SymbolFactories {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace cup {
interface dev.aguss787.cs4212.assignment1.cup.Symbols {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace jflex {
class dev.aguss787.cs4212.assignment1.jflex.Lexer {
}
}
}
namespace dev.aguss787.cs4212.assignment1 {
namespace utils {
interface dev.aguss787.cs4212.assignment1.utils.PrettyPrintable {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
class dev.aguss787.cs4212.assignment2.Main {
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.ErrorList {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.FunctionSignature {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.LocalEnv {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.TypeCheck {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.TypeDescriptor {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.TypeMap {
}
}
}
namespace dev.aguss787.cs4212.assignment2 {
namespace typecheck {
class dev.aguss787.cs4212.assignment2.typecheck.UniqueReducer {
}
}
}
dev.aguss787.cs4212.assignment1.ast.BinaryOperation .up.|> dev.aguss787.cs4212.assignment1.ast.Expression
dev.aguss787.cs4212.assignment1.ast.BinaryOperation o-- dev.aguss787.cs4212.assignment1.ast.Expression : left
dev.aguss787.cs4212.assignment1.ast.BinaryOperation o-- dev.aguss787.cs4212.assignment1.ast.Operator : operator
dev.aguss787.cs4212.assignment1.ast.BinaryOperation o-- dev.aguss787.cs4212.assignment1.ast.Expression : right
dev.aguss787.cs4212.assignment1.ast.Assignment .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.Assignment o-- dev.aguss787.cs4212.assignment1.ast.Expression : expr
dev.aguss787.cs4212.assignment1.ast.Assignment o-- dev.aguss787.cs4212.assignment1.ast.Referenceable : target
dev.aguss787.cs4212.assignment1.ast.AtomizedExpression .up.|> dev.aguss787.cs4212.assignment1.ast.Atom
dev.aguss787.cs4212.assignment1.ast.AtomizedExpression o-- dev.aguss787.cs4212.assignment1.ast.Expression : expr
dev.aguss787.cs4212.assignment1.ast.BooleanLiteral .up.|> dev.aguss787.cs4212.assignment1.ast.Expression
dev.aguss787.cs4212.assignment1.ast.Call .up.|> dev.aguss787.cs4212.assignment1.ast.Atom
dev.aguss787.cs4212.assignment1.ast.Call .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.Call o-- dev.aguss787.cs4212.assignment1.ast.Atom : fun
dev.aguss787.cs4212.assignment1.ast.ClassType .up.|> dev.aguss787.cs4212.assignment1.ast.Type
dev.aguss787.cs4212.assignment1.ast.ConstantAtom .up.|> dev.aguss787.cs4212.assignment1.ast.Atom
dev.aguss787.cs4212.assignment1.ast.CustomClass .up.|> dev.aguss787.cs4212.assignment1.utils.PrettyPrintable
dev.aguss787.cs4212.assignment1.ast.Declaration .up.|> dev.aguss787.cs4212.assignment1.utils.PrettyPrintable
dev.aguss787.cs4212.assignment1.ast.Declaration o-- dev.aguss787.cs4212.assignment1.ast.Type : type
dev.aguss787.cs4212.assignment1.ast.Dot .up.|> dev.aguss787.cs4212.assignment1.ast.Referenceable
dev.aguss787.cs4212.assignment1.ast.Dot o-- dev.aguss787.cs4212.assignment1.ast.Atom : left
dev.aguss787.cs4212.assignment1.ast.Function .up.|> dev.aguss787.cs4212.assignment1.utils.PrettyPrintable
dev.aguss787.cs4212.assignment1.ast.Function o-- dev.aguss787.cs4212.assignment1.ast.Type : returns
dev.aguss787.cs4212.assignment1.ast.IfElse .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.IfElse o-- dev.aguss787.cs4212.assignment1.ast.Expression : cond
dev.aguss787.cs4212.assignment1.ast.IntegerLiteral .up.|> dev.aguss787.cs4212.assignment1.ast.Expression
dev.aguss787.cs4212.assignment1.ast.New .up.|> dev.aguss787.cs4212.assignment1.ast.Atom
dev.aguss787.cs4212.assignment1.ast.PrimitiveType .up.|> dev.aguss787.cs4212.assignment1.ast.Type
dev.aguss787.cs4212.assignment1.ast.Println .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.Println o-- dev.aguss787.cs4212.assignment1.ast.Expression : expr
dev.aguss787.cs4212.assignment1.ast.Program .up.|> dev.aguss787.cs4212.assignment1.utils.PrettyPrintable
dev.aguss787.cs4212.assignment1.ast.Readln .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.ReferenceableAtom .up.|> dev.aguss787.cs4212.assignment1.ast.Referenceable
dev.aguss787.cs4212.assignment1.ast.Return .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.StringLiteral .up.|> dev.aguss787.cs4212.assignment1.ast.Expression
dev.aguss787.cs4212.assignment1.ast.UnaryOperation .up.|> dev.aguss787.cs4212.assignment1.ast.Expression
dev.aguss787.cs4212.assignment1.ast.UnaryOperation o-- dev.aguss787.cs4212.assignment1.ast.Expression : operand
dev.aguss787.cs4212.assignment1.ast.UnaryOperation o-- dev.aguss787.cs4212.assignment1.ast.Operator : operator
dev.aguss787.cs4212.assignment1.ast.While .up.|> dev.aguss787.cs4212.assignment1.ast.Statement
dev.aguss787.cs4212.assignment1.ast.While o-- dev.aguss787.cs4212.assignment1.ast.Expression : cond
dev.aguss787.cs4212.assignment1.cup.Parser -up-|> java_cup.runtime.lr_parser
dev.aguss787.cs4212.assignment1.cup.Parser o-- dev.aguss787.cs4212.assignment1.cup.Parser.CUP$Parser$actions : action_obj
dev.aguss787.cs4212.assignment1.cup.PrettySymbol -up-|> java_cup.runtime.Symbol
dev.aguss787.cs4212.assignment1.cup.SymbolFactories .up.|> java_cup.runtime.SymbolFactory
dev.aguss787.cs4212.assignment1.jflex.Lexer .up.|> java_cup.runtime.Scanner
dev.aguss787.cs4212.assignment2.typecheck.ErrorList -up-|> java.util.ArrayList
dev.aguss787.cs4212.assignment2.typecheck.FunctionSignature .up.|> dev.aguss787.cs4212.assignment1.ast.Type
dev.aguss787.cs4212.assignment2.typecheck.FunctionSignature o-- dev.aguss787.cs4212.assignment1.ast.Type : returns
dev.aguss787.cs4212.assignment2.typecheck.LocalEnv -up-|> java.util.HashMap
dev.aguss787.cs4212.assignment2.typecheck.TypeMap -up-|> java.util.HashMap
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 |
b9725c8966d1452c86e50abad1f6e2d57667c8df | d967bba06de55ecde34c1aa99f18639a98519974 | /Assets/uml.puml | 502791cdc70c3c983d8a5675fe4b6d1ea18a114b | [] | no_license | dashi8/NoccaNocca | 67ea977aba02d279929a9ec40f9c01af13eb892a | b48a78fb859f55fc4a42f25b22a45fa0f6ab4a35 | refs/heads/main | 2023-04-26T04:17:22.958787 | 2021-05-06T09:14:03 | 2021-05-06T09:14:03 | 335,622,356 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,489 | puml | @startuml NOCCANOCCA
namespace NOCCARule{
class NOCCACore{
}
NOCCARule.NOCCACore --* PiecesBoard.PieceManager
}
namespace PiecesBoard{
class PieceScript{
+ bool isMine
+ Point point
+ int step
+ bool isMoving
+ bool isSelected
+ void changePiecePoint(Point pa, Point pb)
}
class PieceManager{
}
class PieceMoveAnimation{
}
class MasuScript{
+ Point point
}
class GoalScript{
+ bool isMine
}
class PiecesBoardGenerator{
}
interface IMyInput{
Point getPoint()
}
PiecesBoardGenerator-->MasuScript
PiecesBoardGenerator-->GoalScript
PiecesBoardGenerator-->PieceScript
PiecesBoard.PieceScript..|>PiecesBoard.IMyInput
PiecesBoard.MasuScript..|>PiecesBoard.IMyInput
PiecesBoard.GoalScript..|>PiecesBoard.IMyInput
PieceManager---PieceScript
PieceMoveAnimation-->PieceScript
PieceManager---MasuScript
PieceManager---GoalScript
PieceManager-->IMyInput
PieceManager-->Opponent.IOpponentInput
}
namespace GameManager{
enum GameState{
+ Menu
+ Battle
+ Result
}
class GameTimeManager{
}
class GameManager{
}
GameManager-->GameTimeManager
GameManager-->PiecesBoard.PieceManager
}
namespace Opponent{
class CPU{
}
interface IOpponentInput{
Point getPoint()
}
Opponent.CPU..|>Opponent.IOpponentInput
}
@enduml
| false | true | false | false | class |
37a5d6dc18dd682ad57ac32d318a6e4ab876ae32 | c69dba4cef780d27a126166ee912005507258413 | /src/design/field.puml | cbab46dbe39a2410ccea53818e19ee9e3268f8de | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 2,663 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You 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
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.hipparchus #ECEBD8 {
interface "FieldElement<T>" as FieldElement_T_ {
T add(T a)
T subtract(T a)
T negate()
T multiply(int n)
T multiply(T a)
T divide(T a)
T reciprocal()
Field<T> getField()
}
interface "CalculusFieldElement<T>" as CalculusFieldElement_T_ {
T sin()
T cos()
...
T copySign(T sign)
double getReal()
}
note top
lots of mathematical methods
omitted for clarity
end note
package analysis.differentiation #DDEBD8 {
class DSFactory {
+DSFactory(int parameters, int order)
+constant(double value)
+variable(int index, double value)
}
class DerivativeStructure {
+DSFactory getFactory()
+int getFreeParameters()
+int getOrder()
+double getValue()
+double getPartialDerivative(int[] orders)
+double taylor(double[] delta)
}
FieldElement_T_ <.. CalculusFieldElement_T_
CalculusFieldElement_T_ <.. DerivativeStructure
DSFactory --> DerivativeStructure : creates
}
package util #DDEBD8 {
CalculusFieldElement_T_ <.. Tuple
}
}
package org.orekit.propagation #ECEBD8 {
interface "FieldPropagator<T>" as FieldPropagator_T_ {
}
CalculusFieldElement_T_ <-- FieldPropagator_T_
}
@enduml
| false | true | false | false | sequence |
c9b6e843e52113cc9117fabdc1938ac70cccf73f | c178946452344956e1f8557d44b68a9d28038928 | /src/main/java/ex42/ex42.puml | 7e35296e6bcd89933ef879e53f57f9c87aab9f4f | [] | no_license | dpanchak1/panchak-cop3330-assignment3 | 459a68d382a2c2dff3835d0cb1b68ecb52488b7e | 146051316b2d14e0f1416f95eb735605fb06beb2 | refs/heads/master | 2023-08-20T13:12:51.901428 | 2021-10-12T02:57:55 | 2021-10-12T02:57:55 | 416,161,574 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 67 | puml | @startuml
class App
{
}
App <|-- ReadInput
App <|-- parse
@enduml | false | true | false | false | class |
0a6ccb50571c13c2fdca81fa2f3f1b1a2f7d5e30 | 72c605a8372b04f19ec6ee6cefaf5517524d8f74 | /LevelCrossing/LevelCrossingSimulatedEnv.emi/src-models/output-LevelCrossingCS/output-CompositeStructure.plantuml | f1180b1794a1f98dca098b08d4bff0576392cca0 | [] | no_license | ValentinBesnard/emi-deployment | 73fba07d8f2cb6fabf82b4274bff564c3d17798e | d18eac496381bbf60ff6a2a0492083c8f0705a72 | refs/heads/master | 2022-04-15T22:09:51.331064 | 2020-02-24T07:03:54 | 2020-02-24T07:03:54 | 182,274,203 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 517 | plantuml |
@startuml
package Main <<card>> {
object "env : Environment" as LevelCrossingCS_Main_env
object "sys : System" as LevelCrossingCS_Main_sys
LevelCrossingCS_Main_sys "tcEntrancePort" -- "tcEntrancePort" LevelCrossingCS_Main_env : EntranceTCPort_EnvEntranceTCPort
LevelCrossingCS_Main_sys "tcExitPort" -- "tcExitPort" LevelCrossingCS_Main_env : ExitTCPort_EnvExitTCPort
LevelCrossingCS_Main_sys "railwaySignPort" -- "railwaySignPort" LevelCrossingCS_Main_env : RailwaySignPort_EnvRailwaySignPort
}
@enduml
| false | true | false | false | object |
4d02cd8011471126182b6b0ac0cdc71eb4f7db18 | 065da8d391be577d7fc71aa024ab81e35c39618b | /PlantUml/Dolphin.IO/IFileEnumerator.puml | ed746a68ad8d2a411718888d6c69e981b0a18ec3 | [] | no_license | leoshiang/Dolphin.CSharp | 1fc921ea04a4a721b49557748f7ca15f89f9e414 | 61438432f088c6b380356afdcba4c627985fa152 | refs/heads/master | 2023-04-17T03:59:19.871766 | 2023-03-30T02:03:42 | 2023-03-30T02:03:42 | 204,225,824 | 0 | 0 | null | 2022-12-08T04:32:20 | 2019-08-25T00:02:55 | C# | UTF-8 | PlantUML | false | false | 124 | puml | @startuml
interface IFileEnumerator {
FindFiles(directory:string, filter:ISearchFilter) : IEnumerable<string>
}
@enduml
| false | true | false | false | class |
b81bea33e59d575bb779f420493a1444c2f8f921 | be472355524033a4c10212027fcbeebb8d6fc29b | /docs/statemachine.plantuml | 47ba1c0923792cd47fa921f2db7a8e5b317e7591 | [
"MIT"
] | permissive | pantheon-systems/cassandra-operator | c71386f37e20dc1def0c81c8a193f32b12750976 | 452dcce97749785e70722c4c223507029d70d111 | refs/heads/master | 2023-01-11T13:55:16.009662 | 2023-01-07T01:18:13 | 2023-01-07T01:18:13 | 154,198,290 | 14 | 3 | MIT | 2023-01-07T01:18:14 | 2018-10-22T18:52:22 | Go | UTF-8 | PlantUML | false | false | 543 | plantuml | @startuml StatusStateMachine
[*] --> Initial
Initial --> Initial:PodCount == 0
Initial --> Creating:PodCount > 0 && len(pods that are in phase creating) > 0
Creating --> Creating
Creating --> Initializing
Creating --> Failed
Creating:Only ever create cluster of size 1 (using StatefulSet)
Initializing --> Initializing
Initializing --> Failed
Initializing --> Running
Running --> Running
Running --> Failed
Running --> Scaling
Scaling --> Scaling
Scaling --> Running
Scaling --> Failed
Failed --> Failed
Running --> [*]
Failed --> [*]
@enduml | false | true | false | false | sequence |
2cf3dd3a711230babdd80e6c27aa86e866579175 | ba79765ee5ce3a4adf24fdc942ad66f2c43bb763 | /City population updated.puml | 9e3a4e93047b8bd7befc375ce1ff27556d7db375 | [
"Apache-2.0"
] | permissive | kaciyn/SEMGroupProject | c6729282991a6c8c6ff8a884eff99d962d8d1832 | 370aa6c3210dfcb99c12ff1c1bc4bc10acc5aa59 | refs/heads/master | 2021-06-24T13:06:08.470157 | 2019-05-14T14:55:50 | 2019-05-14T14:55:50 | 167,873,513 | 0 | 0 | Apache-2.0 | 2021-01-01T01:46:28 | 2019-01-28T00:07:20 | Java | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
actor User as "Member"
rectangle Database
rectangle "Population System" {
usecase UC5 as "City"
usecase UC4 as "Overall Population"
usecase UC6 as "Country"
usecase UC7 as "Name"
User - UC5
UC5 ..> UC4
UC7 - UC6 : include
UC4 - UC7 : include
@enduml | false | true | false | false | usecase |
0f00edeb0a2d0a6279046dba29d430f183b72058 | c452e4f63f50eca1ab44e5bb5fa557cbc5c93515 | /src/main/resources/ex41/ClassDiagrams/Main.puml | 6ffa8e718c4c7d6b93c45ac484d87feb5766a560 | [] | no_license | mplekunov/Assignment_3 | b1ca62cde7a6a1dd495bdc8c52e34d494a8e947b | 81138b959274d3c8bf9586c0c4f6c164f6c84780 | refs/heads/master | 2023-05-31T12:28:19.214249 | 2021-06-21T00:40:42 | 2021-06-21T00:40:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 97 | puml | @startuml
'https://plantuml.com/class-diagram
class Main {
+List<Name> readName()
}
@enduml | false | true | false | false | class |
37b06f369290db4c9808012cadd8c187fc872323 | 84d49c29cfedd2d78f8d4381859b6e48d20b3509 | /system_border.puml | e5cabf4e969e9b8dcf806ad77069948b7a149655 | [] | 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 | 254 | puml | @startuml
:Użytkownik: as User
actor Google
rectangle "\n\n\n\n AGHydra \n\n\n\n" as AGHydra
User -right-> AGHydra
AGHydra <-right- Google
@enduml | false | true | true | false | sequence |
5301f81674d906590b8ecd51a8434df59f0f942e | 0744dcc5394cebf57ebcba343747af6871b67017 | /os/board/rtl8730e/src/component/soc/amebad2/atf/docs/resources/diagrams/plantuml/fconf_bl2_populate.puml | 881f25343a86738339f2ae570a0b69ed5653b45e | [
"GPL-2.0-or-later",
"BSD-3-Clause",
"BSD-2-Clause",
"Zlib",
"NCSA",
"GPL-1.0-or-later",
"ISC",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"Apache-2.0"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | PlantUML | false | false | 1,141 | puml | @startuml
box "BL2 common code"
participant bl2_entrypoint
participant bl2_main
end box
box "platform common code"
participant fconf
participant fconf_tbbr_getter
end box
box "arm platform code" #LightBlue
participant arm_bl2_setup
participant arm_io_storage
participant arm_fconf_io
end box
== bl2 setup ==
bl2_entrypoint -> bl2_main : bl2_setup()
bl2_main -> arm_bl2_setup : bl2_early_platform_setup2(\n\t arg0, arg1, arg2, arg3)
note over arm_bl2_setup
arg0 = fw_config
arg1 = mem_layout
end note
arm_bl2_setup -> arm_bl2_setup : arm_bl2_early_platform_setup(\n\t fw_config, mem_layout)
activate arm_bl2_setup
arm_bl2_setup -> fconf: fconf_polulate("TB_FW", fw_config)
activate fconf
fconf -> fconf_tbbr_getter: fconf_populate_tbbr_dyn_config(uintptr_t dtb)
note over fconf_tbbr_getter: read tbbr propeties from dtb
fconf -> arm_fconf_io: fconf_populate_arm_io_policies(uintptr_t dtb)
note over arm_fconf_io: read arm io propeties from dtb
deactivate fconf
arm_bl2_setup -> arm_io_storage : plat_arm_io_setup()
note over arm_io_storage: use populated properties
deactivate arm_bl2_setup
== bl2 main ==
@enduml
| false | true | false | false | sequence |
31d1e21feb60128c95ad83752bd0160fa2db677f | 6f80a1795f148daafcc87903ab2d4a0363a94dcc | /src/diagrams/local-storage-provider-pattern-approach.plantuml | 9ee66f617ad511c8523b4c235a981ce9d2e56194 | [] | no_license | Ibwedagama/vue-provider-pattern-guide | d2eb6cfac652a924f0d73a36feb1b32a268f7bac | 7fb55b78f3bd30424b478669696146f7c7a91259 | refs/heads/master | 2023-03-26T07:24:09.780091 | 2021-03-26T00:11:23 | 2021-03-26T00:11:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 606 | plantuml | @startuml
!pragma teoz true
skinparam nodesep 50
title Local Storage Provider Approach
entity vuecomponent
control provider
control window
activate vuecomponent
vuecomponent -> vuecomponent: declarative slot definition
provider -> provider: localStorage.getItem
... delay ...
alt success
window --> provider: itemValue
provider -> provider : this.data = JSON.parse(itemValue);\nthis.error = null;
provider -> provider: render v-slot:default
else error
window --> provider: error
provider -> provider: this.data = null;\nthis.error = error.message;
provider -> provider: render v-slot:error
end
@enduml | false | true | false | false | sequence |
1c642c42af9d7a6b193e7daa1de184d72ddf18c2 | f876fcde7a637d67bbbabb83624c28045c9675ae | /diagrams/src/Application/Services/Chatservice.puml | f8d137c9608379393c556aa0b479eff910a16ad3 | [
"MIT"
] | permissive | converge-app/chat-service | aa431668be05ea646fd781d52d8bb18b9ff5a1fd | 1ecce444167925467a8ff2235509353c076a1236 | refs/heads/master | 2023-03-11T14:28:10.323241 | 2019-12-17T12:06:22 | 2019-12-17T12:06:22 | 213,873,991 | 0 | 0 | MIT | 2023-03-04T01:15:45 | 2019-10-09T09:17:45 | C# | UTF-8 | PlantUML | false | false | 643 | puml | @startuml
interface IChatService {
AddContact(createMessage:Message) : Task<Message>
PostMessage(sendMessage:Message) : Task<Message>
}
class ChatService {
- <<readonly>> _ChatRepository : IChatRepository
- <<readonly>> _client : IClient
+ ChatService(ChatRepository:IChatRepository, client:IClient)
+ <<async>> PostMessage(sendMessage:Message) : Task<Message>
+ <<async>> AddContact(createMessage:Message) : Task<Message>
+ <<async>> GetChat(senderId:string, receiverId:string) : Task<List<Message>>
- {static} HashUsers(senderId:string, receiverId:string) : string
}
IChatService <|-- ChatService
@enduml
| false | true | false | false | class |
6f2bafeaf2e41a80fd02dff580d4dfc9515b1c94 | 6f0b7b17857b84d306a206788ef4d6acbabcf889 | /real-app-ui/docs/real-app-ui_oidc-acf.puml | cb2de915ab07486e812505013bbb014bbc709c64 | [
"Apache-2.0"
] | permissive | dxps/keycloak-playground | 6dc0510b5877435e2861c0c2ee47b2c44ef3e00a | 524bdc5e372dc1eeff099820597fab9daad13939 | refs/heads/master | 2021-09-21T18:04:47.115120 | 2018-08-30T04:52:18 | 2018-08-30T04:52:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,145 | puml | @startuml
skinparam roundcorner 10
skinparam shadowing false
skinparam ParticipantPadding 60
skinparam Sequence {
DividerBorderColor #eee
MessageAlignment center
}
title
Authorization Code Flow of OpenID Connect
in a React.js based UI setup
endtitle
actor User as user
participant Browser as browser
participant "real-app-ui" as ui
participant "Keycloak Server" as kc
== ==
user -> browser: access the app .
activate browser
browser -> ui: get /
activate ui
ui -> browser: html code
deactivate ui
browser <->o ui: additional requests\nfor rendering the page
browser -> browser: load React app\nrender the DOM
== ==
user -> browser: click Protected
browser -> browser: Keycloak JS Adapter init\nDetect user not authenticated\nRedirect to Keycloak Server
browser -> kc: /auth/realms/demo-react/protocol/openid-connect/<b>auth</b>
kc -> browser: login page html code
== ==
user -> browser: enter credentials
browser -> kc: /auth/realms/demo-react/login-actions/<b>authenticate</b>
kc -> browser: redirect back to UI (to /protected), incl. authorization code
browser -> ui: get /protected
activate ui
ui -> browser: html response
deactivate ui
browser <->o ui: additional requests\nfor rendering the page
browser -> browser: load React app\nrender the DOM
== ==
browser -> kc: post /auth/realms/demo-react/protocol/openid-connect/<b>token</b>
kc -> browser: identity, access, and refresh tokens
== ==
browser -> browser: Keycloak JS Adapter\n validates the tokens
deactivate browser
footer
""<b>auth</b> request query params: client_id=real-app response_type=code scope=openid redirect_uri=http://localhost:3000/protected ""
""and additional OIDC specific params: state, nonce, and response_mode ""
""<b>authenticate</b> response code 302 with location header containing the redirect_uri value, the authorization code, plus a state and session_state ""
""<b>token</b> endpoint is used for exchanging the authorization code to get the three (id, access, and refresh) tokens ""
endfooter
|||
@enduml | false | true | false | false | usecase |
e31326ae27a7a3e698f04e5bbaffdf3537bad9d0 | 1bb1c097237b01cd71de26efa466c24737ff89fe | /diagrammes/src/usecase.puml | 3a34f728946c5c23a899bf63273b902b346e8ff9 | [] | no_license | assimhabeek/memoire | 4934892d884848692d9bf3f16dbd83ee5fbbcec1 | f11fd97c6a7a75dd681cf11408ff519e67656c7f | refs/heads/master | 2021-03-22T05:12:20.753268 | 2018-05-01T16:25:14 | 2018-05-01T16:25:14 | 121,604,872 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,822 | puml | @startuml
left to right direction
skinparam backgroundColor #fff
skinparam defaultFontColor #37474f
skinparam defaultFontSize 16
skinparam defaultFontName serif
skinparam defaultFontStyle bold
skinparam usecaseBackgroundColor #fff
skinparam usecaseBorderColor #000
skinparam usecaseArrowColor #000
skinparam usecaseActorBorderColor black
skinparam actorBackgroundColor #fff
skinparam actorBorderColor #000
actor Administrateur as admin
actor Étudiant as student
rectangle "Diagramme de cas d'utilisation \ndu système d'apprentissage social"{
usecase shareContent as "Partager les publications"
usecase interact as "Interagir avec\n une publication"
usecase downloadContent as "Télécharger les pièces\n jointes a une publications"
usecase login as "S'Authentifier
--
(Créer un nouveau \n compte)
Pas déjà enregistré
--
(Récupérer le mot de passe)
Il a oublié le mot de pass"
usecase register as "Créer un nouveau \n compte"
usecase recover as "Récupérer le mot \nde passe"
usecase communicate as "Chater \navec les autres"
usecase defineMSY as "Définir \ndes modules,\n des spécialités \npar années"
usecase deleteViolations as "Supprimer les violations"
usecase editProfil as "Mettre à jour le profil"
student <|- admin
login <. recover : extends
register .> login : extends
shareContent ..> login : include
interact ..> login : include
communicate ..> login : include
downloadContent ..> login : include
defineMSY ..> login : include
deleteViolations ..> login : include
editProfil ..> login : include
admin -- defineMSY
admin -- deleteViolations
student -- shareContent
student -- interact
student -- communicate
student -- downloadContent
student -- editProfil
}
@enduml | false | true | true | false | usecase |
c1410e133797708cf096dd2db7179fec0da4ec08 | 18a71728b7801d914abdd7d00ac65325a4f2fc22 | /rpiRobot/doc/cerebrum.plantuml | a9160149e04c81b6743b4b1864ca45c7c834df93 | [
"WTFPL"
] | permissive | olgam4/GLO-3013_Pain | 1fd08edee2195fdb2f0fb9f610fc4d3499c43557 | 6e05d123a24deae7dda646df535844a158ef5cc0 | refs/heads/master | 2020-05-17T11:52:22.773733 | 2019-04-26T21:28:02 | 2019-04-26T21:28:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,437 | plantuml | @startuml
participant ":CortexService(ICerebrum)" as service
participant ":Cortex" as cortex
participant ":ICommunicationCortex" as comms
participant ":IMotorCortex" as motor
participant ":IVisualCortex" as vision
[-> service: run()
activate service
service -> cortex ++ : run()
cortex -> cortex ++ : query_destinations()
cortex -> comms ++ : get_charge_station_pathable()
return charge_station
cortex -> comms ++ : get_qr_code_pathable()
return qr_code
cortex -> comms ++ : get_source_pathable()
return source
cortex -> comms ++ : get_goal_pathable()
return goal
cortex -> comms ++ : get_home_pathable()
return home
return
cortex -> motor ++ : travel_to(charge_station)
return
cortex ->o cortex: wait_for_charge()
cortex -> motor ++ : travel_to(qr_code)
return
cortex -> vision ++ : find_objective()
return objective
cortex -> motor ++ : travel_to(source)
return
cortex -> cortex ++ : grab(objective)
cortex -> vision ++ : path_to_grab(objective)
return pathable
cortex -> motor ++ : travel_to(pathable)
return
cortex -> motor ++ : grab_here()
return
return
cortex -> motor ++ : travel_to(goal)
return
cortex -> cortex ++ : drop(objective)
cortex -> vision ++ : path_to_drop(objective)
return pathable
cortex -> motor ++ : travel_to(pathable)
return
cortex -> motor ++ : drop_here()
return
return
cortex -> motor ++ : travel_to(home)
return
cortex -> comms ++ : announce_win()
return
return
[<-- service
deactivate service
@enduml | false | true | false | false | sequence |
b300dbd2d757128a573f54d1d34306203f81783e | 7c972542abce26529476a4b270af0557fce8217e | /UML.puml | 0b59a5cb8d810dfc1e0fc7a3617d406ef0be3217 | [] | no_license | Delta09/Final-Project | 842294b52b4f020adc74ac9ba3789865df761ebc | 3d6fd7350185cedb7012921c8dab64166259a7df | refs/heads/master | 2020-05-17T10:41:02.027025 | 2014-11-30T18:12:15 | 2014-11-30T18:12:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,280 | puml | @startuml
annotation java.lang.Override
annotation java.lang.SuppressWarnings
class FinalProject.Customer_Checkout
class FinalProject.Customer_Checkout_Error
class FinalProject.Customer_Purchase_Made
class FinalProject.Customer_Select
class FinalProject.Employee_Interface
class FinalProject.Employee_Inventory
class FinalProject.Employee_Login
class FinalProject.Employee_New_Employee
class FinalProject.Employee_New_Employee_Error
class FinalProject.Employee_New_Employee_Notification
class FinalProject.Employee_Sales
class FinalProject.Home_Interface
class FinalProject.Item
class FinalProject.Item_Arm_Chair
class FinalProject.Item_Bed_Frame
class FinalProject.Item_Chairs
class FinalProject.Item_Chest_of_Drawers
class FinalProject.Item_Coffee_Table
class FinalProject.Item_Cupboard
class FinalProject.Item_Desk
class FinalProject.Item_Dinning_Table
class FinalProject.Item_Sofa
class FinalProject.Item_TV_Bench
class FinalProject.Stored_Sales
class FinalProject.Stored_Total
class FinalProject.Transaction_Counter
class FinalProject.Transaction_Date
class java.awt.Color
class java.awt.Font
class java.io.BufferedWriter
class java.io.File
class java.io.FileNotFoundException
class java.io.FileReader
class java.io.FileWriter
class java.io.IOException
class java.io.LineNumberReader
class java.text.DecimalFormat
class java.util.ArrayList
class java.util.Arrays
class java.util.Date
class java.util.List
class java.util.Scanner
class javax.swing.JFrame
class org.apache.commons.io.FileUtils
FinalProject.Customer_Checkout ..> java.lang.SuppressWarnings
FinalProject.Customer_Checkout ..> java.util.Date
FinalProject.Customer_Checkout --|> javax.swing.JFrame
FinalProject.Customer_Checkout_Error ..> java.lang.SuppressWarnings
FinalProject.Customer_Checkout_Error --|> javax.swing.JFrame
FinalProject.Customer_Purchase_Made ..> java.lang.SuppressWarnings
FinalProject.Customer_Purchase_Made --|> javax.swing.JFrame
FinalProject.Customer_Select ..> java.lang.SuppressWarnings
FinalProject.Customer_Select ..> java.text.DecimalFormat
FinalProject.Customer_Select --|> javax.swing.JFrame
FinalProject.Employee_Interface ..> java.lang.SuppressWarnings
FinalProject.Employee_Interface ..> java.awt.Color
FinalProject.Employee_Interface ..> java.awt.Font
FinalProject.Employee_Interface --|> javax.swing.JFrame
FinalProject.Employee_Inventory ..> java.lang.SuppressWarnings
FinalProject.Employee_Inventory --|> javax.swing.JFrame
FinalProject.Employee_Login ..> java.lang.SuppressWarnings
FinalProject.Employee_Login ..> java.io.File
FinalProject.Employee_Login ..> java.io.FileNotFoundException
FinalProject.Employee_Login ..> java.io.FileReader
FinalProject.Employee_Login ..> java.io.IOException
FinalProject.Employee_Login ..> java.io.LineNumberReader
FinalProject.Employee_Login ..> java.util.Arrays
FinalProject.Employee_Login ..> java.util.Scanner
FinalProject.Employee_Login --|> javax.swing.JFrame
FinalProject.Employee_Login ..> org.apache.commons.io.FileUtils
FinalProject.Employee_New_Employee ..> java.lang.SuppressWarnings
FinalProject.Employee_New_Employee ..> java.io.BufferedWriter
FinalProject.Employee_New_Employee ..> java.io.FileWriter
FinalProject.Employee_New_Employee ..> java.io.IOException
FinalProject.Employee_New_Employee ..> java.util.Arrays
FinalProject.Employee_New_Employee --|> javax.swing.JFrame
FinalProject.Employee_New_Employee_Error ..> java.lang.SuppressWarnings
FinalProject.Employee_New_Employee_Error --|> javax.swing.JFrame
FinalProject.Employee_New_Employee_Notification ..> java.lang.SuppressWarnings
FinalProject.Employee_New_Employee_Notification --|> javax.swing.JFrame
FinalProject.Employee_Sales ..> java.lang.SuppressWarnings
FinalProject.Employee_Sales --|> javax.swing.JFrame
FinalProject.Home_Interface ..> java.lang.SuppressWarnings
FinalProject.Home_Interface --|> javax.swing.JFrame
FinalProject.Item_Arm_Chair ..> java.lang.Override
FinalProject.Item_Arm_Chair --|> FinalProject.Item
FinalProject.Item_Bed_Frame ..> java.lang.Override
FinalProject.Item_Bed_Frame --|> FinalProject.Item
FinalProject.Item_Chairs ..> java.lang.Override
FinalProject.Item_Chairs --|> FinalProject.Item
FinalProject.Item_Chest_of_Drawers ..> java.lang.Override
FinalProject.Item_Chest_of_Drawers --|> FinalProject.Item
FinalProject.Item_Coffee_Table ..> java.lang.Override
FinalProject.Item_Coffee_Table --|> FinalProject.Item
FinalProject.Item_Cupboard ..> java.lang.Override
FinalProject.Item_Cupboard --|> FinalProject.Item
FinalProject.Item_Desk ..> java.lang.Override
FinalProject.Item_Desk --|> FinalProject.Item
FinalProject.Item_Dinning_Table ..> java.lang.Override
FinalProject.Item_Dinning_Table --|> FinalProject.Item
FinalProject.Item_Sofa ..> java.lang.Override
FinalProject.Item_Sofa --|> FinalProject.Item
FinalProject.Item_TV_Bench ..> java.lang.Override
FinalProject.Item_TV_Bench --|> FinalProject.Item
FinalProject.Stored_Sales ..> java.util.ArrayList
FinalProject.Stored_Sales ..> java.util.List
FinalProject.Stored_Total ..> java.text.DecimalFormat
FinalProject.Stored_Total ..> java.util.ArrayList
FinalProject.Transaction_Date ..> java.util.ArrayList
FinalProject.Transaction_Date ..> java.util.Date
@enduml | false | true | false | false | class |
953f73a0d1e23dacfbbdc72efa38dfb0e38defb6 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /04usecase/16_usercase_changingarrow.puml | f8c7535d93caaee268f173254af33670e334e5aa | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | puml | '
'UseCase: Changing arrows direction
'
'By default, links between classes have two dashes -- and are vertically oriented. It is possible to use horizontal
'link by putting a single dash (or dot) like this:
'
'-->
'->
'<--
'<-
'--------------------------------------
'
@startuml
:user: --> (Use case 1)
:user: -> (Use case 2)
' Change direction
(Use case 3) <.. :user:
(Use case 4) <- :user:
@enduml | false | true | false | false | uml-unknown |
4dbd57e57a6e6471e6fc3d31d463fb2d3be23c85 | 5fc88accf80711ed0c06192f0873ae89d73a9b41 | /docs/docs/diagrams/plantuml/cars-use-case-diagram-02.puml | 51286bc1b423951bf3709c6e41398c39dae0ce46 | [] | no_license | automotive-stuff/renault-digital-2020-projet | d1a1c4693cff54584571fc5f3f2f7eafda199e16 | 85cd86f4a8decbd60bb41c2c25615236cb279bb8 | refs/heads/master | 2023-06-27T17:58:30.347569 | 2020-07-22T22:10:11 | 2020-07-22T22:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 802 | puml | @startuml
title
Cars - Use case diagram
end title
skinparam usecase {
BackgroundColor STRATEGY
ArrowColor DarkSlateGray
BorderColor DarkSlateGray
ActorBorderColor Black
}
actor :Visiteur:
actor :Enregistré:
actor :Administrateur:
:Visiteur: --> (Afficher la liste des voitures)
:Visiteur: --> (S'enregistrer)
:Visiteur: --> (S'authentifier)
:Enregistré: --> (Afficher la liste des voitures)
:Enregistré: --> (Créer une nouvelle voiture)
:Enregistré: --> (Logout)
:Administrateur: --> (Afficher la liste des voitures)
:Administrateur: --> (Créer une nouvelle voiture)
:Administrateur: --> (Supprimer une voiture existante)
(Supprimer une voiture existante) --> (Afficher la liste des voitures) : <<includes>>
(S'enregistrer) <-- (S'enregistrer comme proffesseur) : <<extends>>
@enduml | false | true | true | false | usecase |
27af232a44e8c5bc55dbf5f0791f9d495e8a8c15 | 6e4f101bf0c73633a499b8a1e741676c582c8a3f | /Diagramas UML/Clases/Lapiz y SectorDibujo.puml | 1fc6aa79c46caa1de685e87afced678f6082c3e8 | [
"MIT"
] | permissive | trinibucc/TP2-AlgoBlocks | 34c61fcf80a346c2ed804fc062c0d2ece14a5611 | fc175f31953a357f61f9c3c2c1bc403631e02b27 | refs/heads/main | 2023-03-21T01:57:58.859160 | 2021-03-13T20:51:00 | 2021-03-13T20:51:00 | 320,431,952 | 0 | 0 | MIT | 2021-03-13T20:48:49 | 2020-12-11T01:14:45 | Java | UTF-8 | PlantUML | false | false | 548 | puml | @startuml
interface Lapiz{
Trazar(Posicion, Posicion)
}
Lapiz ...> Posicion
Lapiz ...> SectorDibujo
class LapizAbajo implements Lapiz, Bloque{
- String
}
class LapizArriba implements Lapiz, Bloque{
- String
}
class SectorDibujo{
- {static} SectorDibujo
- List<Segmento>
- List<Segmento>
- {static} crearInstancia()
+ {static} obtenerSectorDibujo(): SectorDibujo
+ reiniciar()
+ aplicarTrazo()
+ noAplicarTrazo()
+ obtenerSinTrazar(): List<Segmento>
+ obtenerDibujo(): List<Segmento>
}
@enduml | false | true | false | false | class |
ea92db9b9a44c9a27449b3a5e6214cc69c309eb8 | 935b0528caa1b79b04408361b95e2c68bd9478e8 | /android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/link/link.plantuml | 4e41d2fa2d8ec3b6ab26f62b4df16813d88864b1 | [
"Apache-2.0"
] | permissive | cj5785/YESPDF | 787485d7aaa3c17e70c31766f613a5a0d7bac5b7 | c2428c2984968b2d4feb23e69a4b82379f90d893 | refs/heads/master | 2022-11-26T11:04:42.961008 | 2020-08-02T13:15:24 | 2020-08-02T13:15:24 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 956 | plantuml | @startuml
title __LINK's Class Diagram__\n
namespace com.github.barteksc.pdfviewer {
namespace link {
class com.github.barteksc.pdfviewer.link.DefaultLinkHandler {
{static} - TAG : String
+ DefaultLinkHandler()
+ handleLinkEvent()
- handlePage()
- handleUri()
}
}
}
namespace com.github.barteksc.pdfviewer {
namespace link {
interface com.github.barteksc.pdfviewer.link.LinkHandler {
{abstract} + handleLinkEvent()
}
}
}
com.github.barteksc.pdfviewer.link.DefaultLinkHandler .up.|> com.github.barteksc.pdfviewer.link.LinkHandler
com.github.barteksc.pdfviewer.link.DefaultLinkHandler o-- com.github.barteksc.pdfviewer.PDFView : pdfView
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 |
984732fabc579653f898493b78b8fe9b6563992c | 1656774271bfaa85871f6c52a9f018a1842d8443 | /docs/layout/together.puml | ea67fbb98315f846ca7e4216d69d1798fff56008 | [] | no_license | starkmapper/PlayingWithPlantUMLSource | e522a0d7b874bc027bbb05ab13c8607ed64f3c24 | 6a3102305852eae8d8b2a3376489a142840b8228 | refs/heads/master | 2022-09-13T17:00:13.963876 | 2020-06-01T19:10:56 | 2020-06-01T19:10:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 240 | puml | @startuml
rectangle Arrows
rectangle A
rectangle B
rectangle C
together {
rectangle D
rectangle E
}
rectangle F
Arrows -[bold]-> A
Arrows -[#4567ff,dotted]-> C
Arrows -[#pink,dashed,thickness=10]-> B
Arrows --> D
E ---------> C
@enduml | false | true | false | false | uml-unknown |
b72fbe7d95add3002cb9066d3f23393adc3e8425 | 7e4f5cb907490be4778083f1a4ad78ab271c2bb4 | /controller/controller.puml | e3adb537942040b6aa382ef90955443b28f0885c | [] | no_license | AndreasAnemyrLNU/iwish | 341e969a7d9003e9cfa05d5bf9e7e18608717252 | 3af58274887570a27ed40d4a0fa838f1a4b1b682 | refs/heads/master | 2016-09-01T12:20:30.585530 | 2015-11-19T19:02:02 | 2015-11-19T19:02:02 | 45,902,992 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 358 | puml | @startuml
namespace controller #lightblue{
class DownloadController #white
class GitController #white
class IndexController #white
class RepublishController #white
class SessionController #white
class ViewCodeController #white
}
@enduml | false | true | false | false | class |
dc03ac2cee25cedd69d2053068a9248613411354 | 545a98e7752c02e03b7935d8b41acc25f48e73cb | /D1step4/td1Step4.plantuml | eea0950bba986d5e73afc0e103b21bcdd6d5f3ee | [] | no_license | ANIESSE05/TD-MAPC-M1-MIAGE | 611e4d8f7abbbc5e7957baefca4f82ab9891021d | 47f86163971cc30c468317d4f43264665650c910 | refs/heads/master | 2023-08-03T05:47:14.681972 | 2021-09-21T10:41:43 | 2021-09-21T10:41:43 | 408,127,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,656 | plantuml | @startuml classdiagram
package api {
package monetary {
interface Product {
+ price(): double
}
}
package dietetic{
Interface DieteticElement {
+ Kcalorie100g()
}
}
package Restauration{
Interface Food extends Product, DieteticElement{
+ weight() : double
+ colorie() : double<default>
}
Interface Base extends DieteticElement , Product{
+ hasUniquePrice :bool
}
Class Ingerdient implements Food {
- weight:double
+ this(base:Base,weight:double)
+ calorie100g():double
+ weight():double
+ calorie(): double
+ price():double
}
Ingerdient *-> "~base 1" Base
abstract class Recipe extends Food implements ComposedFood {
- name: string
+ this(name: string, ingerdienta: List<Ingredient>)
+ weight(): double
+ price(): double
+ Kcalorie() : double
+ Kcalorie100g() : double
}
Recipe *-> "ingredients *" Food
Interface ComposedFood extends Food{
add(base:Base,weight:double);
}
}
package Burger {
enum BurgerBase implements ComposedFood{
BURGER, BARBECUE, BEARNAISE,BEEF,WHITEFISH,CHEDDAR,
DEEPERIEDONIONS,TOMATO
+ calorie100g():double
+ price():double
+ hasUniquePrice():bool
}
Class Burger extends Recipe {
this(name:stringm ingredients:List<Ingredient>)
}
Enum MenuSize{
SMALL,MEIUM,BIG
meatWeight() : double
}
Enum MenuType{
MEAT_MENU,FISH_MENU,CHEESE_MENU
}
Class BurgerBuilder implements MenuSize,MenuType,Burger{
~name: string
order_name(name : string, type :MenuType):BurgerBuilder
order_beef(name : string,size:MenuSize) : BurgerBuilder
order_bish(name: string ,size :MenuSize) : BurgerBuilder
with_barbecue_sauce():BurgerBuilder
with_bearnaise_sauce():BurgerBuilder
with_cheddar():BurgerBuilder
with_onions():BurgerBuilder
with_tomato():BurgerBuilder
cook():ComposedFood
}
Class Burger {
this(name:string)
}
}
}
package client {
class App implements MenuType,BurgerBuilder,Food,MenuSize{
static main(arg:string[3]):void
}
}
@enduml
| false | true | false | false | class |
a54abc7efcc3b7e426a6b043dbb7a25138e9a426 | f4cdd5f5b4bf31ae281288e25b37bc771575823d | /images/07/update_flexContainer_2.puml | d23f3b40e684c7445f20a656546f9d86ec0ca386 | [
"BSD-3-Clause"
] | permissive | ankraft/onem2m-jupyter-notebooks | 9af20d3c8e802c71133a78837696efcc20ccb8ed | 6481b757e7fc6ff718ae7a30ed0bc4256e8abf67 | refs/heads/master | 2023-08-17T15:32:45.684608 | 2023-08-07T12:32:16 | 2023-08-07T12:32:16 | 174,227,639 | 5 | 3 | BSD-3-Clause | 2023-08-30T00:06:12 | 2019-03-06T21:59:19 | Python | UTF-8 | PlantUML | false | false | 285 | puml | @startuml
hide footbox
!theme plain
skinparam backgroundcolor transparent
participant "Notebook\nAE" as AE
participant "CSE" as CSE
AE -> CSE: UPDATE [color]\ncse-in/Notebook-AE/Colour
CSE --> CSE: Enable\ninstances
CSE --> CSE: CREATE\nfirst\ninstance
AE <- CSE: Response
@enduml | false | true | false | false | sequence |
d56c4f1a46608526f2f797dfadd6f3d23fe904e2 | 25401ecdc0394dfeed79f6ab59b8339d8c1cc74a | /cardreader.provider.usb.tactivo/doc/plantuml/UTACCRP/entities.plantuml | 7f01aa7d1f9d83a178c8ec63babb110184a1a865 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Tactivo-Android | f1f6d544358c5d93963ef889cb6281a059678b60 | e49e01f305cc3f24fe3544fbe9cdb3077cddcb6f | refs/heads/master | 2022-02-07T13:08:30.124094 | 2022-01-07T07:24:20 | 2022-01-07T07:24:20 | 214,091,078 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,577 | plantuml | @startuml
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard {
- atr : Atr
- channel : CardChannel
- preciseATR : ATR
- preciseATRbyte : byte[]
- preciseCard : Card
+ TactivoCard()
+ beginExclusive()
+ disconnect()
+ endExclusive()
+ getATR()
+ getBasicChannel()
+ getProtocol()
+ openBasicChannel()
+ openLogicalChannel()
+ transmitControlCommand()
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel {
{static} - CARDREADER_BUFFER : String
{static} - CARD_MAXAPDUBUFFERSIZE : String
{static} - CARD_MAXRESPAPDUBUFFERSIZE : String
{static} - LOG : Logger
{static} - bufferSizeConfig : Map<String, Integer>
- preciseChannel : CardChannel
+ close()
+ getCard()
+ getChannelNumber()
+ getMaxMessageLength()
+ getMaxResponseLength()
+ isExtendedLengthSupported()
+ transmit()
+ transmit()
~ TactivoCardChannel()
}
}
}
namespace de.gematik.ti.cardreader.provider.usb.tactivo {
namespace entities {
class de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardReader {
{static} - PROTOCOL_T1 : String
- preciseCard : Card
- preciseTerminal : CardTerminal
+ TactivoCardReader()
+ connect()
+ getName()
+ initialize()
+ isCardPresent()
+ isInitialized()
+ waitForCardAbsent()
+ waitForCardPresent()
}
}
}
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard .up.|> de.gematik.ti.cardreader.provider.api.card.ICard
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel .up.|> de.gematik.ti.cardreader.provider.api.card.ICardChannel
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardChannel o-- de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCard : tactivoCard
de.gematik.ti.cardreader.provider.usb.tactivo.entities.TactivoCardReader .up.|> de.gematik.ti.cardreader.provider.api.ICardReader
@enduml
| false | true | false | false | class |
53d39a6a736d027f3509c43522652f517b4f66ba | 3fde62f3512b2a4de347ed9b63728c7947629287 | /resources/puml/mainUML.puml | 0cf082f6984e4af850393cae55cbdd1e03352342 | [] | no_license | nc6d/Converter | 6b1cc05486bf983f19b6346b433b0e19a2e51fbd | f6d2073e14e65fac072ce0ccdf3f967910390332 | refs/heads/master | 2023-04-25T08:52:23.910255 | 2021-05-10T06:10:08 | 2021-05-10T06:10:08 | 357,346,626 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,651 | puml | @startuml
'https://plantuml.com/class-diagram
class Main {
+ {method} start(Stage primaryStage)
+ {static} main()
}
class MainController {
+{field} Button convertButtonLength
+{field} Button convertMassButton
+{field} Button convertTempButton
+{field} Button convertSquareButton
+{field} Button convertVolumeButton
+{field} TextField lengthInputField
+{field} TextField massInputField
+{field} TextField tempInputField
+{field} TextField squareInputField
+{field} TextField volumeInputField
+ {field} ComboBox lengthFromCB
+ {field} ComboBox lengthToCB
+ {field} ComboBox massFromCB
+ {field} ComboBox massToCB
+ {field} ComboBox tempFromCB
+ {field} ComboBox tempToCB
+ {field} ComboBox squareFromCB
+ {field} ComboBox squareToCB
+ {field} ComboBox volumeFromCB
+ {field} ComboBox volumeToCB
- {field}{static} lengthValues
- {field}{static} massValues
- {field}{static} tempValues
- {field}{static} squareValues
- {field}{static} volumeValues
- {method} showResult()
+ {method} initialize(URL url, ResourceBundle resourceBundle)
- {method} lengthConvert()
- {method} massConvert()
- {method} tempConvert()
- {method} squareConvert()
- {method} volumeConvert()
}
class Constants {
+ {static} NPE_WARN : String
+ {static} NFE_WARN : String
+ {static} NE_WARN : String
}
abstract class Application
interface Initializable
Main -o Application : extends
Main --* MainController : connect through FXML
MainController --> Constants
MainController -o Initializable : implements
@enduml
| false | true | false | false | class |
e356f53b1a44a701a7c60935cafa01f9e30eae49 | 4ba73bae9a8cc3af49f25fb6c93202159ed2c522 | /docs/SC_Classes.puml | c7c1ba13d48071b8605282ce04ad94b1a4c01fbd | [
"MIT"
] | permissive | NeoSecundus/SolarCharger | b16b48ef0f9d78d4dc797c6c81cfae7d2f4fad49 | 87a2bff44acf9ef82c9e759c8f484cb2f2e21802 | refs/heads/master | 2023-08-19T18:13:44.207362 | 2021-10-18T14:46:00 | 2021-10-18T14:46:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 419 | puml | @startuml
class ACSReader {
- float voltage
- float lastVal
- float suppliedWatts
- int lastProcessTime
+ ACS712 acs
+ ACSReader(float refVoltage, uint8_t pin,
float voltage, uint16_t maxADC, uint8_t mVperA)
+ float getMedianDC(int loops, int msInterval)
+ float getWatt()
+ float getSuppliedWatt()
+ char* getSuppliedWattString()
+ char* getWorkingTime()
}
@enduml | false | true | false | false | class |
2ac69880b2fa04ee61719568bf7dfa6ad6750eb8 | 3bcf88fef41e43ba2f098a76b20b309609247adb | /netty/uml/netty-event-loop-group.puml | ea43e256161e95ccb6a0efb72e45a3c19947c6f2 | [] | no_license | backslideZhang/StudyNotes | 2b6198884903bdc91733bf59537afbe80af6bfa8 | fc5ccf8e513e8d37c1d660e13c51c1a65332e038 | refs/heads/master | 2021-01-10T14:04:07.255792 | 2016-03-16T13:56:57 | 2016-03-16T13:56:57 | 53,930,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,538 | puml | @startuml
class NioEventLoop
abstract class SingleThreadEventLoop
abstract class SingleThreadEventExecutor
abstract class AbstractScheduledEventExecutor
abstract class AbstractEventExecutor
abstract class AbstractExecutorService
interface ExecutorService
interface Executor
class NioEventLoopGroup
abstract class MultithreadEventLoopGroup
abstract class MultithreadEventExecutorGroup
abstract class AbstractEventExecutorGroup
interface EventExecutor
interface EventLoop
interface EventLoopGroup
interface ScheduledExecutorService
interface EventExecutorGroup
interface Iterable
SingleThreadEventLoop <|-- NioEventLoop
SingleThreadEventExecutor <|- SingleThreadEventLoop
EventLoop <|.. SingleThreadEventLoop
AbstractScheduledEventExecutor <|-- SingleThreadEventExecutor
AbstractEventExecutor <|-- AbstractScheduledEventExecutor
AbstractEventExecutor .|> EventExecutor
AbstractExecutorService <|-- AbstractEventExecutor
ExecutorService <|.. AbstractExecutorService
Executor <|-- ExecutorService
EventExecutor <|-- EventLoop
EventExecutorGroup <|-- EventExecutor
Iterable <|- EventExecutorGroup
ScheduledExecutorService <|-- EventExecutorGroup
ExecutorService <|-- ScheduledExecutorService
EventExecutorGroup <|-- EventLoopGroup
MultithreadEventLoopGroup <|-- NioEventLoopGroup
EventLoopGroup <|.. MultithreadEventLoopGroup
MultithreadEventExecutorGroup <|-- MultithreadEventLoopGroup
AbstractEventExecutorGroup <|-- MultithreadEventExecutorGroup
EventExecutorGroup <|.. AbstractEventExecutorGroup
EventLoop -|> EventLoopGroup
@enduml | false | true | false | false | class |
7900e19161920d420e15068e2d486b895ab09f4b | eee65bdd4128eeedc3271601006ed5739b43bd67 | /uml/border_cross_false.puml | 701b1b389b73768e4d69bba9d5a97a5df5270c28 | [] | no_license | argh87/bachelorthesis | 25e8443e61233a628a12a6207f20b0a8319c3cf5 | 9f8a463b455b6e84f67a424ebf5efc2507bc3ebc | refs/heads/master | 2023-04-14T08:47:44.757939 | 2021-04-12T08:32:34 | 2021-04-12T08:32:34 | 345,094,877 | 0 | 1 | null | 2021-04-12T08:32:35 | 2021-03-06T13:01:32 | TeX | UTF-8 | PlantUML | false | false | 177 | puml | @startuml
package Business {
class Client
}
package DB {
class Repository {
+ get()
}
class Data
}
Client -> Repository
Client -> Data
Repository --> Data
@enduml
| false | true | false | false | class |
67dd9cdeec2fda74240c743ac173b9bc574264a1 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/UseCases/Manage-Application/Create-Application.puml | 52ed3d0119ebe4f2391cdd6fb501fb126d10763b | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 292 | puml | @startuml
Actor "Developer" as A
box "Manage-Application" #lightblue
participant CLI as CLI
participant Web as Web
participant "caade" as S
A -> CLI : caade-application-create()
CLI -> S : application/create()
A -> Web : application/create()
Web -> S : application/create()
end box
@enduml
| false | true | false | false | sequence |
7848b70430de08cbcb9aac7707974f19f7275a24 | 85f2e796c6c71b5b9e705ba14bc028484d80717a | /src/docs/strategy_pattern_sample.puml | 44f352c0d96ae4c176a1a24244083fbfe1e0020b | [] | no_license | cutem-0104/DesignpatternIntroduction | c6c52ce18f9e8290e7ef2320938cf314ebce8b50 | 9786b90ac9eb12733785aa96d4d6f41264046e91 | refs/heads/master | 2020-03-22T03:58:16.979520 | 2018-07-02T15:50:06 | 2018-07-02T15:50:06 | 139,463,949 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 368 | puml | @startuml
class Player {
strategy
nextHand()
win()
lose()
even()
}
interface Strategy <<interface>> {
{abstract}nextHand()
{abstract}study()
}
class WinningStrategy {
nextHand()
study()
}
class ProbStrategy {
nextHand()
study()
}
Player o-r-> Strategy
WinningStrategy .u.|> Strategy
ProbStrategy .u.|> Strategy
@enduml | false | true | false | false | class |
2804120afc544b0e89ecca585093415ec69b3cd4 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /react/bootstrap/panel.iuml | 39c94a0464aafa81029d30cb6763693e5a297c0a | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 220 | iuml | class Panel{
--props--
active : boolean
disabled : boolean
onClick : function
--render--
apply a basic border
and padding to contain
some content
}
/'Questa è una prova 3'/ | false | true | true | false | class |
03bd485890d81df0c93839b26c5781f7e271e605 | bf01e2b60ae7d2db0958abebe49656f705678cc3 | /domain-knowledge/hardware-solutions/product-key/sequence-diagram.plantuml | 576d63ffe291780b26f1c259cd4a9e7462cd39c8 | [] | no_license | yidas/web-service-architectures | 8e1fde9b5fbdd23cc046b947bf71f1d564a10f54 | 917ec6e2d664cd4b931111643a6f93e4af8606d7 | refs/heads/master | 2023-09-04T01:36:17.010506 | 2023-08-23T07:35:11 | 2023-08-23T07:35:11 | 152,629,450 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 728 | plantuml | @startuml
actor "Customer" as user
participant "Device Hardware" as hw
participant "OS App" as app
participant "Server" as server
actor "Service Provider" as provider
hw <-> server: Same secret key for each devices and server
provider -> server: Generate Product Key
provider -> user: Provide Product Key
user -> app: Key in Product Key
app -> hw: Get info
hw --> app: HW info with own Device No.
app -> server: Product Key & Device No.
server -> server: Redeem Product Key \nEncrypt content with Device No. by secret key
server --> app: Encrypted content
app -> hw: Encrypted content
hw -> hw: Decrypt and validate with Device No.\nActivate device
hw --> app: Device activated successfully
@enduml
| false | true | false | false | sequence |
312a75ac8ef12747ab4f903634029deecfa2be21 | 614d69a4292ebe64a5d5f7ec110e7ed0bc85c00f | /metrics/web/docs/features/supported_database_version/diagrams/metadata_domain_class_diagram.puml | 0f3e48fb492827c79551cca6a620c610ab412c7f | [
"Apache-2.0"
] | permissive | solid-yuriiuvarov/dashboard | 0f270825187c64a6ac1cc56d60911d31a9e8ab91 | 0b59387d0fe12e97789fdef79c4c43952241b32a | refs/heads/master | 2023-06-04T14:54:11.153055 | 2021-06-22T10:20:57 | 2021-06-22T10:20:57 | 369,200,884 | 0 | 0 | Apache-2.0 | 2021-05-25T11:16:32 | 2021-05-20T12:29:31 | Dart | UTF-8 | PlantUML | false | false | 896 | puml | @startuml metadata_domain_class_diagram
package base.domain.usecases {
interface UseCase<Type, Params> {
+ call(Params) : Type
}
}
package metadata.domain {
package entities {
class DatabaseMetadata {
+ version : String
+ isUpdating : bool
}
}
package repositories {
interface DatabaseMetadataRepository {
+ databaseMetadataStream() : Stream<DatabaseMetadata>
}
}
package usecases {
class ReceiveDatabaseMetadataUpdates implements UseCase{
- databaseMetadataRepository : DatabaseMetadataRepository
+ call() : Stream<DatabaseMetadata>
}
}
}
ReceiveDatabaseMetadataUpdates --> DatabaseMetadataRepository : provides
DatabaseMetadataRepository --> DatabaseMetadata : provides
ReceiveDatabaseMetadataUpdates --> DatabaseMetadata : uses
@enduml
| false | true | false | false | sequence |
f49a6be827b9657740b0bb17f3d693f0db37437b | 16b5991c9ef32803c3cb3a28287f4f7355232431 | /diagramas/clases/clase_puerto.plantuml | d9bc47597e1cc44414e289faa667242e15a3f344 | [
"MIT"
] | permissive | NahuFigueroa97/invap-modulo-uml | f70d6d13bf194c0f9e9d141891a0243c0a49e64a | 372bf1495ea2839c4d709e9801f0ed79603c78d9 | refs/heads/main | 2023-07-12T20:43:36.890281 | 2021-08-22T14:13:10 | 2021-08-22T14:13:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 337 | plantuml | @startuml(id=PACKAGE)
/'
' skinparam classAttributeIconSize 0
'/
!$BussinesLogic = "Logica de Negocio"
!$Entities = "Entidades"
package "$BussinesLogic" {
package "$Entities" {
abstract class Puerto {
{abstract}+ Sensar(buffer : char*) : char*
}
}
}
@enduml
| false | true | false | false | class |
6118281a9ff1701daf8c29d054ef363986341b74 | 80e00ad16222ce75e991c90d49875c1dba11825a | /src/main/resources/inviteFriendSeqDiagramSadPath2.puml | 27ba3d17d2c8f5925f69122b06171614732b5312 | [] | no_license | dmorenoh/shoppingList | e36ed6312f5e1cc987607c368489946d6dae6b1e | 10a790d2501760eb9b176b3833a680c3a526bbc3 | refs/heads/master | 2021-01-17T20:33:43.697808 | 2016-08-04T06:09:54 | 2016-08-04T06:09:54 | 64,906,889 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,033 | puml | @startuml
hide footbox
title Invite a Friend: Not allowed to send more invitations
autonumber
actor User
box "Client" #LightBlue
boundary ShoppingListApp
end box
box "BackEnd"
control ShoppingManagementController
control ShoppingService
control UserRepository
end box
activate ShoppingListApp
User -> ShoppingListApp: Send Invitation by phone number
ShoppingListApp -> ShoppingManagementController: sendInvitation (telephoneNumber)
activate ShoppingManagementController
ShoppingManagementController -> ShoppingService: sendInvitation(telephoneNumber)
activate ShoppingService
ShoppingService-> UserRepository: getUserFriends(User)
ShoppingService-> ShoppingService:checkInvitationLimit
ShoppingService --> ShoppingManagementController: not allowed to send more invitation
deactivate ShoppingService
autonumber resume "<font color=red><b>Error "
ShoppingManagementController --> ShoppingListApp: HTTP_KO
deactivate ShoppingManagementController
ShoppingListApp --> User: Invitation has NOT been sent
deactivate ShoppingListApp
@enduml | false | true | false | false | usecase |
2c1f191a69bfa88ae9f43b9f8186f5d8aba62733 | cd526799134795e04eec4399a2076e313eeaa4de | /doc/usecases/diagrams/ConsentInitEmbedded.puml | 9254ba030532792451c0d247eaf17f55e281ad48 | [
"Apache-2.0"
] | permissive | berezkin88/xs2a | db73702dc49211fe3adffd3b8f3e0c183ac2023d | cb863fdd3d1dbb4bf40e59a2c26e84f2dfbfe9e2 | refs/heads/master | 2023-08-03T22:21:45.360741 | 2020-07-31T10:22:52 | 2020-07-31T10:22:52 | 284,695,034 | 0 | 0 | Apache-2.0 | 2020-08-03T12:33:05 | 2020-08-03T12:33:04 | null | UTF-8 | PlantUML | false | false | 4,767 | puml | @startuml
actor PSU
entity TPP
entity XS2A
entity CMS
entity SPI
entity Core_banking
PSU->TPP: Initiate an Account information access
activate PSU
activate TPP
TPP -> XS2A: REST Call Initiate consent\nPOST "/v1/consents"
activate XS2A
XS2A->SPI: Java Call SpiInitiateAisConsent
activate SPI
|||
SPI-->XS2A: SpiInitiateAisConsentResponse
deactivate SPI
|||
XS2A-->TPP:Consent initiation Response
|||
TPP->XS2A: REST Call Initiate authorithation\nPOST"/v1/consents/{consentId}/authorisations"
note left
in case of Multilevel SCA
the authorisation steps
should be repeated for other PSUs
end note
|||
XS2A->CMS: Create authorisation sub-resource
XS2A-->TPP:Start authorisation response\n"link_updatePsuWithAuthentication"
deactivate XS2A
|||
TPP-->PSU: Feedback to the customer\n"Please enter your User-id & password"
|||
PSU->TPP: PSU provide User-id & password
deactivate PSU
|||
TPP->XS2A: REST Call Update PSU data (Authentication)\n"PUT/v1/consents/{consent-id}/authorisations/\n{authorisationId}"
activate XS2A
|||
XS2A->SPI: Java Call AisConsentSpi
activate SPI
|||
SPI->Core_banking: AuthorisedPsu
activate Core_banking
|||
Core_banking-->SPI: AuthorisedPsu Response
deactivate Core_banking
|||
SPI-->XS2A: SpiAuthorisationStatus
|||
XS2A->SPI: Java Call AisConsentSpi
|||
SPI-->XS2A: List "AuthenticationObject"
deactivate SPI
|||
XS2A->CMS: REST Call UpdateAisAuthorisation
activate CMS
|||
CMS-->XS2A: UpdateAisAuthorisation Response
deactivate CMS
|||
XS2A->TPP: UpdatePsuAuthenticationResponse
deactivate XS2A
|||
TPP-->PSU: Feedback to the customer\n"Please select SCA method"
activate PSU
|||
PSU->TPP: SCA Method
|||
TPP->XS2A: REST Call Update Psu data(Select Authentication Method)\n"PUT/v1/consents/{consent-id}/authorisations/\n{authorisationId}"
activate XS2A
|||
XS2A->SPI: Java Call AisConsentSpi
activate SPI
|||
SPI->Core_banking: SelectScaMethod
activate Core_banking
|||
Core_banking-->PSU: ScaAuthenticationData
|||
Core_banking-->SPI: SelectScaMethod Respons
deactivate Core_banking
|||
SPI-->XS2A: SpiAuthorisationCodeResult
deactivate SPI
|||
XS2A->CMS: REST Call UpdateAisAuthorisation
activate CMS
|||
CMS-->XS2A: UpdateAisAuthorisation Response
deactivate CMS
|||
XS2A-->TPP:UpdatePsuAuthenticationResponse
deactivate XS2A
|||
PSU->TPP: Provide Authentication Data
|||
TPP->XS2A: REST Call Consent Authorisation\n"PUT/v1/consents/{consent-id}/authorisations/\n{authorisationId}"
deactivate TPP
activate XS2A
|||
XS2A->SPI: Java Call AisConsentSpi
activate SPI
|||
SPI-->Core_banking: Authorised Consent
activate Core_banking
|||
Core_banking-->SPI: Authorised Consent Response
deactivate Core_banking
|||
SPI-->XS2A: SpiConsentExecution Response
deactivate SPI
|||
XS2A->CMS: REST Call UpdateAisAuthorisation
activate CMS
|||
CMS-->XS2A: UpdateAisAuthorisation Response
deactivate CMS
|||
XS2A-->TPP: Consent Authorisation Response
deactivate XS2A
activate TPP
|||
TPP-->PSU: Feedback to the customer:\n"Consent Authorised"
deactivate PSU
|||
TPP->XS2A: REST Call Get consent status\n"GET/v1/consents/{consentId}/status"
activate XS2A
XS2A->CMS: REST Call GetConsentById
activate CMS
|||
CMS-->XS2A: Consent Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPI GetConsentStatusByid
activate SPI
|||
SPI->Core_banking: GetConsentStatusById
activate Core_banking
|||
Core_banking-->SPI: AisConsentStatusResponse
deactivate Core_banking
|||
SPI-->XS2A: SpiAisConsentStatusResponse
deactivate SPI
|||
XS2A->CMS: REST Call UpdateConsentStatus
activate CMS
|||
CMS-->XS2A: UpdateConsentStatus Response
deactivate CMS
|||
XS2A-->TPP: Consent Status Response
|||
TPP->XS2A: REST Call Get Consent Request\n"GET/v1/consents/{consentId}"
|||
XS2A->CMS: REST Call GetConsentById
activate CMS
|||
CMS-->XS2A: Consent Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SpiGetConsentById
activate SPI
|||
SPI->Core_banking: GetConsentById
activate Core_banking
|||
Core_banking-->SPI: AisConsentStatusResponse
deactivate Core_banking
|||
SPI-->XS2A: SpiAisConsentStatus Response
deactivate SPI
|||
XS2A->CMS: REST Call UpdateConsentStatus
activate CMS
|||
CMS-->XS2A: UpdateConsent Response
deactivate CMS
|||
XS2A-->TPP: GetConsent Response
|||
TPP->XS2A: REST Call Get Authorisation Sub-resources\n"GET/v1/consents/{consentId}/authorisations"
|||
XS2A->CMS: GetAuthorisationsByConsentId
activate CMS
|||
CMS-->XS2A: GetAuthorisationsByConsentId Response
deactivate CMS
XS2A-->TPP: AuthorisationByConsentIdsList Response
|||
TPP->XS2A: REST Call Get Authorisation\n"GET/v1/consents/{consentId}/authorisations/{authorithationId}"
XS2A->CMS: GetAuthorisationScaStatus
activate CMS
|||
CMS-->XS2A: GetAuthorisationScaStatus Response
deactivate CMS
|||
XS2A-->TPP: Sca Status
deactivate TPP
deactivate XS2A
@enduml
| false | true | false | false | usecase |
3f95d151ddb1d3c4472a9ecc5291ff28aa9d071f | 8f83adb253993728ad2b965efda9e2d0d9167ffd | /src/main/doc/resources/org/thegalactic/io/Writer.iuml | 4b04244c8ebd0b59c5d855f2ff1fd85b0efa6d6c | [
"CECILL-B"
] | permissive | jcarbonnel/java-lattices | 3906f29a84526dfeb3af5d24f4429d22d56f82b1 | 6df82e197748a455b1d886247a11ec1a56055def | refs/heads/master | 2021-08-26T05:01:08.308878 | 2017-11-17T11:00:45 | 2017-11-17T11:00:45 | 109,843,590 | 0 | 0 | null | 2017-11-07T14:06:18 | 2017-11-07T14:06:18 | null | UTF-8 | PlantUML | false | false | 109 | iuml | package org.thegalactic.io {
interface Writer<E> {
+void write(E e, BufferedWriter file)
}
}
| false | true | false | false | class |
6f7821f86167262296230822db8d3c39dbe0075b | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReferencedResourceNotFoundError.puml | 3efc506d7fb0cd87777a73a37ee4b8bdb37724b0 | [] | 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 | 532 | 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 ReferencedResourceNotFoundError [[ReferencedResourceNotFoundError.svg]] extends ErrorObject {
code: String
message: String
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
key: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
18303a32c8387034f14d1ca8094af780edcca583 | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P2/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/test/concordion/extension/fake/fake.plantuml | 63e3ba8bb82629c21378ed980cefd27e62adc03d | [
"WTFPL",
"Apache-2.0"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,814 | plantuml | @startuml
title __FAKE's Class Diagram__\n
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtension1 {
+ FakeExtension1()
+ FakeExtension1()
+ addTo()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtension2 {
+ FakeExtension2()
+ FakeExtension2()
+ addTo()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtension2Factory {
+ FakeExtension2Factory()
+ createExtension()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtension3 {
+ FakeExtension3()
+ FakeExtension3()
+ addTo()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
abstract class FakeExtensionBase {
{static} + FAKE_EXTENSION_ATTR_NAME : String
- text : String
+ FakeExtensionBase()
+ FakeExtensionBase()
+ beforeParsing()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtensionWithPrivateConstructor {
- FakeExtensionWithPrivateConstructor()
+ addTo()
}
}
}
}
package test.concordion {
package test.concordion.extension {
package test.concordion.extension.fake {
class FakeExtensionWithoutNoArgsConstructor {
- FakeExtensionWithoutNoArgsConstructor()
+ addTo()
}
}
}
}
FakeExtension1 -up-|> ConcordionExtension
FakeExtension1 -up-|> DocumentParsingListener
FakeExtension2 -up-|> ConcordionExtension
FakeExtension2 -up-|> DocumentParsingListener
FakeExtension2Factory -up-|> ConcordionExtensionFactory
FakeExtension3 -up-|> ConcordionExtension
FakeExtension3 -up-|> DocumentParsingListener
FakeExtensionWithPrivateConstructor -up-|> ConcordionExtension
FakeExtensionWithPrivateConstructor -up-|> DocumentParsingListener
FakeExtensionWithoutNoArgsConstructor -up-|> ConcordionExtension
FakeExtensionWithoutNoArgsConstructor -up-|> DocumentParsingListener
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.