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
9399c42a669a921480fdfddcbe119a39394266d6
e333f80c73f0d6612474df3d2d1a4b9db31a32b1
/scrolls/goroutines-vzory-pouzitie-3-worker-pool/scratch_105.puml
132666d44a395703854aa2c55329359f560405b6
[]
no_license
novotnyr/novotnyr.github.io
3cf01ce13f88954dcd47bd479c923309edeb541f
17c71d4e56a52cccababefe11bf70200811c5998
refs/heads/master
2023-04-27T20:20:31.098029
2023-04-14T10:02:54
2023-04-14T10:02:54
164,149,432
0
0
null
null
null
null
UTF-8
PlantUML
false
false
708
puml
@startuml skinparam linetype ortho skinparam defaultFontName "Arial" skinparam defaultFontSize 9 skinparam shadowing true skinparam cloud { BackgroundColor white } skinparam DefaultFontColor automatic skinparam PLATFORMA { BackgroundColor red } left to right direction actor "Používateľ" as USER () "HTTPS" as HTTPORT HTTPORT -down- PORTAL USER-->HTTPORT cloud "Vyhľadávací portál\ncode.gov.sk" as PORTAL #E7ECEF { node "technologické jadro" AS CORE #A3CEF1 database "interná cache" as CACHE #A3CEF1 } CORE -left- CACHE cloud "Platforma" as PLATFORMA #274C77 { } () "API" as GITGOVREST #274C77 CORE ==left== GITGOVREST: zabezpečený\nprístup GITGOVREST -left--- PLATFORMA @enduml
false
true
true
false
sequence
b9e74aaa3138a59446c5cd20ed4f67969aa36c8a
9071e7f6557dfaa2d9621580174fed544a7331a3
/design/facade_class_diagram.puml
94b201708fb2649fec174b16e7e2a2f332811281
[]
no_license
khoivudev/Adapter-facade-pattern-example
5a33563965c74d088670110c7405b69e3ed3340a
23bc697d30b25b30755ce2f6463c4ad33e9110a0
refs/heads/master
2023-08-21T10:00:02.274758
2021-10-22T13:40:38
2021-10-22T13:40:38
419,731,855
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,904
puml
@startuml class HomeTheaterFacade { amplifier tuner dvdPlayer cdPlayer projector theaterLights screen popcornPopper watchMovie() endMovie() listenToCD() endCD() listenToRadio() endRadio() } package Components { class Amplifier { tuner dvdPlayer cdPlayer on() off() setCD() setDVD() setStereoSound() setSurroundSound() setTuner() setVolume() toString() } class Tuner { amplifier om() off() setAm() setFm() setFrequency() toString() } class CdPlayer { amplifier on() off() eject() pause() play() stop() toString() } class Screen { up() down() toString() } class PopcornPopper { on() off() toString() } class TheaterLights { on() off() dim() toString() } class Projector { dvdPlayer on() off() tvMode() wideScreenMode() toString() } class DvdPlayer { amplifier on() off() eject() pause() play() setSurroundAudio() setTwoChannelAudio() stop() toString() } } DvdPlayer --> Amplifier Amplifier --> DvdPlayer Projector --> DvdPlayer CdPlayer --> Amplifier Amplifier --> CdPlayer Amplifier --> Tuner Tuner --> Amplifier HomeTheaterFacade --> Amplifier HomeTheaterFacade --> Tuner HomeTheaterFacade --> DvdPlayer HomeTheaterFacade --> CdPlayer HomeTheaterFacade --> Projector HomeTheaterFacade --> TheaterLights HomeTheaterFacade --> Screen HomeTheaterFacade --> PopcornPopper @enduml
false
true
false
false
class
dcc3af18277a21d1af0db8ddeb8e855acc2e50d1
f16bbddd5bab88fa7b338cf125ebfb11d8518e54
/Tower_Defense_Maxime_LANGLET/out/production/Tower_Defense/sample/sequence_Waves.puml
ca0a3fbc4fa95bd218ca7ad59cf9533574eb7424
[]
no_license
Maxlanglet/Tower-Defense-with-JAVAFX
4a56f702f792b4b602a852eb8e0452a5064c48e0
1e96def9a690499ec3ac8c0e5e099264315b1b97
refs/heads/master
2022-06-26T03:50:20.730985
2020-05-11T16:53:25
2020-05-11T16:53:25
263,100,332
0
0
null
null
null
null
UTF-8
PlantUML
false
false
753
puml
@startuml activate Waves activate grid activate Ressources alt isNewWave=true Waves -> grid: clear_arrays() Waves -> grid: spawn_wave() Waves -> PNJ: new PNJs() activate PNJ end PNJ -> Ressources: doDammage() activate Ressources deactivate Ressources alt ship Health<=0 PNJ --> Waves: setGameOver() deactivate PNJ alt isNewLevel Waves->grid: newLevel() Waves->Ressources: newLevel() activate Ressources deactivate Ressources else !isNewLevel Waves->grid: setGameOver() Waves->GameOver: new GameOver() activate GameOver deactivate Waves grid->grid: clear_arrays() deactivate grid end end GameOver->Ressources: save() deactivate Ressources @enduml
false
true
false
false
sequence
dfa792cc219fd52bebbd801c946a6eb0a72ecb1b
ed0c891d32880da75653a851ed37afc1cc752c91
/uml/behav_part.puml
2ede96e0bf7cb15dae9e932858ddd4408ff5db1f
[]
no_license
mohamed-hamdi/BestiolesProject
0c77d74c4eac8e4c8fe0ddea2a093a537931fa93
24532c3c2924dfa6f2c3058662902cb4ae8d97eb
refs/heads/master
2023-03-25T07:49:42.776057
2021-03-24T17:54:24
2021-03-24T17:54:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,456
puml
@startuml classDiagram interface Behaviour { <<friend>> Bestiole # double: angle_rad # double: speedMod # T: color_[3] +Behaviour(const string name) +~Behaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr):Behaviour +getAngleRad():double +getSpeed():double getColor(): T* } class BraindeadBehaviour { +BraindeadBehaviour() +~BraindeadBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr):BraindeadBehaviour* } class DumbBehaviour { +DumbBehaviour() +~DumbBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr):DumbBehaviour* } class GregaireBehaviour{ +GregaireBehaviour() +~GregaireBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr): GregaireBehaviour* } class KamikazeBehaviour{ +KamikazeBehaviour() +~KamikazeBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr): KamikazeBehaviour* } class PeureuseBehaviour{ -int: max_neighbours -double: speed_factor -bool: isEscaping +PeureuseBehaviour() +~PeureuseBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr): PeureuseBehaviour* } class PrevoyanteBehaviour{ +PrevoyanteBehaviour() +~PrevoyanteBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr):PrevoyanteBehaviour() } class SpinnerBehaviour { +SpinnerBehaviour() +~SpinnerBehaviour() +calculateDir(Milieu & monMilieu):void +clone(Bestiole* ownr):SpinnerBehaviour* } class PsychoBehaviour { - DumbBehaviour: dumbBehaviour - SpinnerBehaviour: spinnerBehaviour - KamikazeBehaviour: kamikazeBehaviour - PrevoyanteBehaviour: prevoyanteBehaviour - PeureuseBehaviour: peureuseBehaviour - GregaireBehaviour: gregaireBehaviour - BraindeadBehaviour: braindeadBehaviour - Behaviour*: currentBehaviour_ +PsychoBehaviour() +~PsychoBehaviour() +calculateDir(Milieu & monMilieu):void +setOwner(Bestiole ownr):void +clone(Bestiole* ownr):PsachoBehaviour* } enum PsycBehvrs{ psychDumb psychSpinner psychBraindead psychKamikaze psychGregaire psychPeureuse psychPrevoyante } Component<|-- Behaviour Behaviour<|-- DumbBehaviour Behaviour<|-- BraindeadBehaviour Behaviour<|-- PsychoBehaviour Behaviour<|-- SpinnerBehaviour Behaviour<|-- GregaireBehaviour Behaviour<|-- KamikazeBehaviour Behaviour<|-- PeureuseBehaviour Behaviour<|-- PrevoyanteBehaviour PsychoBehaviour..>PsycBehvrs @enduml
false
true
false
false
class
49a7675f2b29d309dfbc5ea6ee463dbbe3865bdb
ae5a3f7aa165ac18c2e29d5dc361cd17a6163ede
/src/Docs/Resources/current/2-internals/1-core/10-erd/_puml/erd-overview.puml
3f782d55a72a66c52e9caf5f5ae60faf3afde684
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
anhhai986/platform
3542d18bc820cb14c21ebfd53745e68ea3594c60
2e1c71fae404747d7956393f72a18c7dff8e819c
refs/heads/master
2020-06-09T08:06:10.193197
2019-06-21T12:52:48
2019-06-21T12:52:48
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
14,961
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(ShopwareCoreFrameworkCustomField, "Shopware\Core\Framework\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\ScheduledTask\n(Scheduled messages)") { scheduled_task Table } Table(ShopwareCoreFrameworkLanguage, "Shopware\Core\Framework\Language\n(Languages)") { language 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\Framework\Snippet\n(Custom placeholder translations)") { snippet_set Table snippet Table } Table(ShopwareCoreSystemSalutation, "Shopware\Core\System\Salutation\n(Solutations)") { 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_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\Content\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_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(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_discount Table promotion_order_rule Table promotion_persona_customer Table promotion_persona_rule Table promotion_cart_rule Table promotion_discount_rule Table promotion_translation 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)") { seo_url Table seo_url_template Table } ' relationshipd ShopwareCoreFrameworkCustomField --> ShopwareCoreFrameworkCustomField ShopwareCoreFrameworkScheduledTask --> ShopwareCoreFrameworkMessageQueue ShopwareCoreFrameworkPlugin --> ShopwareCoreFrameworkPlugin ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkPlugin ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkPlugin ShopwareCoreFrameworkLanguage --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemLocale --> ShopwareCoreFrameworkLanguage ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkLanguage ShopwareCoreCheckoutCustomer --> ShopwareCoreFrameworkLanguage ShopwareCoreContentNewsletter --> 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 ShopwareStorefront --> ShopwareCoreFrameworkLanguage 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 ShopwareCoreContentProduct --> ShopwareCoreSystemCurrency ShopwareCoreCheckoutShipping --> 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 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 ShopwareCoreContentCategory --> ShopwareStorefront ShopwareCoreContentProduct --> ShopwareCoreContentMedia ShopwareCoreContentMedia --> ShopwareCoreContentMedia ShopwareCoreContentProperty --> ShopwareCoreContentMedia ShopwareCoreContentMailTemplate --> ShopwareCoreContentMedia ShopwareCoreCheckoutDocument --> ShopwareCoreContentMedia ShopwareCoreCheckoutShipping --> ShopwareCoreContentMedia ShopwareCoreCheckoutPayment --> ShopwareCoreContentMedia ShopwareCoreCheckoutOrder --> ShopwareCoreContentMedia ShopwareCoreContentCms --> ShopwareCoreContentMedia ShopwareCoreContentProduct --> ShopwareCoreContentProduct ShopwareCoreContentProduct --> ShopwareStorefront ShopwareCoreContentProperty --> ShopwareCoreContentProduct ShopwareCoreContentRule --> ShopwareCoreContentProduct ShopwareCoreCheckoutShipping --> ShopwareCoreContentDeliveryTime ShopwareCoreContentDeliveryTime --> ShopwareCoreContentDeliveryTime ShopwareCoreContentNewsletter --> ShopwareCoreContentNewsletter ShopwareCoreContentRule --> ShopwareCoreContentRule ShopwareCoreCheckoutShipping --> ShopwareCoreContentRule ShopwareCoreCheckoutPayment --> ShopwareCoreContentRule ShopwareCoreCheckoutPromotion --> ShopwareCoreContentRule ShopwareCoreContentProductStream --> ShopwareCoreContentProductStream ShopwareCoreContentProperty --> ShopwareCoreContentProperty ShopwareCoreContentCms --> ShopwareCoreContentCms ShopwareCoreContentMailTemplate --> ShopwareCoreContentMailTemplate ShopwareCoreCheckoutCustomer --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutCustomer ShopwareCoreCheckoutDocument --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutDocument ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutOrder ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutPayment ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutPromotion ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutShipping @enduml
false
true
false
false
uml-unknown
149af05d4c1ad2b7f4a1caaff23373ce3e7cca4d
2c2b6b4b4ae12a6fe7e29a829b44ab51b841d6f1
/documentation/docs/diagrams/attribute_access.puml
7efb34b8a13c1076470a2d002765f51121d17e5f
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
TNG/ArchUnitNET
5759c0af44a4f75ff1a3bc00513e35057e42deaf
2ee281de1baffd66c66d39ffce66f327fa9e3c1f
refs/heads/main
2023-08-15T07:45:48.035257
2023-07-25T09:40:36
2023-07-25T09:40:36
198,763,782
611
47
Apache-2.0
2023-09-08T17:57:04
2019-07-25T05:32:43
C#
UTF-8
PlantUML
false
false
321
puml
@startuml namespace View{ interface ICanvas{} class StartButton <<[Display]>>{ } StartButton "startCanvas" -- ICanvas class EndButton <<NoAttribute>>{ ICanvas endScreen } EndButton "endCanvas" -- ICanvas } note right of View.EndButton #red Missing Attribute [Display] end note @enduml
false
true
false
false
class
9d5bc0032595341be766e05646b73488ef25503a
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
/docs/Solution/Hardware-Stack/Data-Lake/UserInteraction.puml
686003c9d084c138b924d5b432f52dfddf44ea1b
[]
no_license
CAADE/H2C
634e94afdd5302232d234aa7abefcfc61a24ea8e
91227f94a60c8e3285c24333da340c06a51afa9d
refs/heads/master
2021-03-27T18:25:35.652782
2018-06-01T21:58:49
2018-06-01T21:58:49
83,159,772
0
0
null
null
null
null
UTF-8
PlantUML
false
false
75
puml
@startuml actor User User -> "Hardware-Stack/Data-Lake": UseCase @enduml
false
true
false
false
sequence
52cea9323333fe9c2a86177da0ec9b1769a8487d
6bed988570665129a7ab8fea95ec6ecaaa846804
/src/main/java/br/com/psytecnology/exceptions/exceptions.plantuml
346a5b6375fac32ba1540976edc6ab42f8ab25e5
[]
no_license
adrianolmorais/estudos-spring-boot
4c2990beff5f65f0a801898675a5f3aadc39da01
94b7717d6f5a7a5db28f7ceb738bd45c9247296e
refs/heads/master
2022-10-02T12:31:06.274920
2020-06-06T04:16:01
2020-06-06T04:16:01
259,220,555
0
0
null
null
null
null
UTF-8
PlantUML
false
false
824
plantuml
@startuml title __EXCEPTIONS's Class Diagram__\n namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.PedidoNaoEncontradoException { + PedidoNaoEncontradoException() } } } namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.RegraNegocioException { + RegraNegocioException() } } } namespace br.com.psytecnology { namespace exceptions { class br.com.psytecnology.exceptions.SenhaInvalidaException { + SenhaInvalidaException() } } } 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
32dcc404c57373fe9f2ad23ddfacd95f31061240
e81ab05344cab4c17cf2183ee2804d64322b7458
/diagrams/sequences/pki-check-sign-process.puml
c0f564f0ae56fa95a85779cd53205e3f7ef60b14
[]
no_license
buehler/mse-project-thesis-1
2b3b177b724f19ad6f969d541eb5dc405729df5d
5a1230517aa1dafea47b661a9ffc851fab9ce2f0
refs/heads/master
2023-08-16T04:09:33.174155
2021-08-31T09:22:37
2021-08-31T09:22:37
342,259,878
0
0
null
null
null
null
UTF-8
PlantUML
false
false
425
puml
@startuml skinparam backgroundcolor transparent participant "Proxy" as p participant "Translator" as t [-> p : Inbound Communication activate p p -> t : Provide HTTP Request Headers\nRequest Translation activate t t -> t : Check Signature\nof transmitted Identity t -> t : Transform Identity\nto Target Credentials return Transformed Credentials p ->] : Forward to Destination deactivate p @enduml
false
true
false
false
sequence
dc681b33edf2729c2fd7f14a7757b69952c00b35
09873cd7cc124e471c44114b1b456bbaed32c9a6
/dsl/ds/subscription/synchronousAppProvisioning.puml
0780b3bc9cc5d5558eecd413432ac083fd491ad9
[]
no_license
leoluz/umlrepo
bfea6bef79a8175dd1be8e7322c47bdf87aa1eee
a59019c96477f1fb4444e5ee1afc4937987efce3
refs/heads/master
2021-01-17T18:00:35.620182
2016-10-18T03:55:40
2016-10-18T03:55:40
70,859,678
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,646
puml
@startuml actor Customer Customer -> ConfirmOrderPanel : Place Order activate ConfirmOrderPanel ConfirmOrderPanel -> SubscriptionService : create() activate SubscriptionService SubscriptionService -> IntegrationService : publish() activate IntegrationService IntegrationService -> ISV : e.g. <GET /isv/subscribe> activate ISV IntegrationService <- ISV : <GET /integration/v1/events/{TOKEN}> IntegrationService --> ISV : 200: Event info IntegrationService <-- ISV : 204: Subscription processed deactivate ISV IntegrationService -> SubscriptionOrderCallback : onSuccess() activate SubscriptionOrderCallback IntegrationService <-- SubscriptionOrderCallback : Order status updated deactivate SubscriptionOrderCallback SubscriptionService <-- IntegrationService : Notified deactivate IntegrationService SubscriptionService -> JBillingApi : generateAndPayInvoices() activate JBillingApi JBillingApi -> JBillingApiHelper : createInvoice() activate JBillingApiHelper JBillingApiHelper -> CreateInvoiceAspect : afterCreateInvoiceAdvice() activate CreateInvoiceAspect CreateInvoiceAspect -> JBillingImportService : importInvoice() activate JBillingImportService CreateInvoiceAspect <-- JBillingImportService : imported deactivate JBillingImportService JBillingApiHelper <-- CreateInvoiceAspect : created deactivate CreateInvoiceAspect JBillingApi <-- JBillingApiHelper : created deactivate JBillingApiHelper SubscriptionService <-- JBillingApi : Generated deactivate JBillingApi ConfirmOrderPanel <-- SubscriptionService : Subscription created deactivate SubscriptionService Customer <-- ConfirmOrderPanel : Subscribed deactivate ConfirmOrderPanel @enduml
false
true
false
false
sequence
fb54f71ea723ace2a45a68815b03caa2f02ef2a1
1ad5e7b69949ee28758cc81ad3a32fd6d650cae6
/exercise45/docs/exercise45_diagram.puml
691d1a019cc1ee0d8d2778b04fec3dab47c2324b
[]
no_license
lins0409/lin-a04
a22a41fa8904d4693fcee4df2ff8f94b16dd2ca6
9bde1e9f6e68eff43eb3e0791955896415bf8740
refs/heads/main
2023-08-14T21:15:21.897805
2021-10-18T00:02:04
2021-10-18T00:02:04
413,278,895
0
0
null
null
null
null
UTF-8
PlantUML
false
false
687
puml
@startuml 'https://plantuml.com/class-diagram Solution45 *-- main main : Scanner() main : addFile() main : writeFile() main : ArrayList <String< list main *-- addFile main *-- writeFile writeFile *-- writeNewOutput writeNewOutput : FileWriter writeNewOutput : int i writeNewOutput : String tempList writeNewOutput : replaceAll("utilize", "use") writeNewOutput : fileWriter.close() writeNewOutput : return "File printed" addFile *-- readFile readFile : String fileInfo readFile : list.add readFile : System.out.print(list) readFile : inputFile.close() readFile : return "File read" class Solution45 { main() } class writeFile{ writeNewOutput() } class addFile{ readFile() } @enduml
false
true
false
false
class
3b805b64bb0b55f3a76d856e4cc9e77cc4593aa1
d6374fe9363a41031c51eb622cb0cb5e75b78380
/docs/technical/central-ledger/assets/diagrams/sequence/seq-prepare-1.1.1.b.plantuml
1b01ef9c5520e628b15972f90c9ff1e888b80406
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
7,347
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> * Miguel de Barros <miguel.debarros@modusbox.com> -------------- ******'/ @startuml ' declate title title 1.1.1.b. Prepare Handler Consume (batch messages) autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors collections "topic-transfer-prepare" as TOPIC_TRANSFER_PREPARE control "Prepare Event Handler" as PREP_HANDLER collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION collections "Event-Topic" as TOPIC_EVENTS collections "Notification-Topic" as TOPIC_NOTIFICATIONS entity "Position DAO" as POS_DAO entity "Participant DAO" as PARTICIPANT_DAO database "Central Store" as DB box "Central Service" #LightYellow participant TOPIC_TRANSFER_PREPARE participant PREP_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENTS participant TOPIC_NOTIFICATIONS participant POS_DAO participant PARTICIPANT_DAO participant DB end box ' start flow activate PREP_HANDLER group Prepare Handler Consume note over TOPIC_TRANSFER_PREPARE #LightSalmon This flow has not been implemented end note TOPIC_TRANSFER_PREPARE <- PREP_HANDLER: Consume Prepare event batch of messages for Payer activate TOPIC_TRANSFER_PREPARE deactivate TOPIC_TRANSFER_PREPARE group Persist Event Information ||| PREP_HANDLER -> TOPIC_EVENTS: Publish event information ref over PREP_HANDLER, TOPIC_EVENTS : Event Handler Consume\n ||| end group Fetch batch Payer information PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve batch of Payer Participant details (if it exists) activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request Participant details hnote over DB #lightyellow participant end note activate DB PARTICIPANT_DAO <-- DB: Return Participant details if it exists deactivate DB PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists deactivate PARTICIPANT_DAO PREP_HANDLER <-> PREP_HANDLER: Validate Payer PREP_HANDLER -> PREP_HANDLER: store result set in var: $LIST_PARTICIPANTS_DETAILS_PAYER end group Fetch batch Payee information PREP_HANDLER -> PARTICIPANT_DAO: Request to retrieve batch of Payee Participant details (if it exists) activate PARTICIPANT_DAO PARTICIPANT_DAO -> DB: Request Participant details hnote over DB #lightyellow participant end note activate DB PARTICIPANT_DAO <-- DB: Return Participant details if it exists deactivate DB PARTICIPANT_DAO --> PREP_HANDLER: Return Participant details if it exists deactivate PARTICIPANT_DAO PREP_HANDLER <-> PREP_HANDLER: Validate Payee PREP_HANDLER -> PREP_HANDLER: store result set in var: $LIST_PARTICIPANTS_DETAILS_PAYEE end group Fetch batch of transfers PREP_HANDLER -> POS_DAO: Request to retrieve batch of Transfers (if it exists) activate POS_DAO POS_DAO -> DB: Request batch of Transfers hnote over DB #lightyellow transfer end note activate DB POS_DAO <-- DB: Return batch of Transfers (if it exists) deactivate DB POS_DAO --> PREP_HANDLER: Return batch of Transfer (if it exists) deactivate POS_DAO PREP_HANDLER -> PREP_HANDLER: store result set in var: $LIST_TRANSFERS end loop for each message in batch group Validate Prepare Transfer group Validate Payer PREP_HANDLER <-> PREP_HANDLER: Validate Payer against in-memory var $LIST_PARTICIPANTS_DETAILS_PAYER end group Validate Payee PREP_HANDLER <-> PREP_HANDLER: Validate Payee against in-memory var $LIST_PARTICIPANTS_DETAILS_PAYEE end group Duplicate check PREP_HANDLER <-> PREP_HANDLER: Validate duplicate Check against in-memory var $LIST_TRANSFERS end PREP_HANDLER <-> PREP_HANDLER: Validate amount PREP_HANDLER <-> PREP_HANDLER: Validate crypto-condition PREP_HANDLER <-> PREP_HANDLER: Validate message signature (to be confirmed in future requirement) end group Persist Transfer State (with transferState='RECEIVED' on validation pass) PREP_HANDLER -> POS_DAO: Request to persist transfer activate POS_DAO POS_DAO -> DB: Persist transfer hnote over DB #lightyellow transferStateChange end note activate DB deactivate DB POS_DAO --> PREP_HANDLER: Return success deactivate POS_DAO end note right of PREP_HANDLER #yellow Message: { id: <transferMessage.transferId> from: <transferMessage.payerFsp>, to: <transferMessage.payeeFsp>, type: application/json content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, responseTo: <previous.uuid>, type: position, action: prepare, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Route & Publish Position event for Payer activate TOPIC_TRANSFER_POSITION deactivate TOPIC_TRANSFER_POSITION end end deactivate PREP_HANDLER @enduml
false
true
true
false
sequence
981383580b33da5c44abcdf16dcd3b53d0e5d2d1
994e1b033268551bf065636526563e1e0c8c8598
/app/src/main/java/com/example/foodonate/account/userRegistrationDevelopment/userRegistrationDevelopment.plantuml
af28b71a5d2e1986e9175949c2170690a2decbca
[]
no_license
rakesh-gyawali/FooDonate_User
439a6a69821e2680ef5bb3f0a326275b16915210
bed2a9a8bce375e476e5176f78d0178177c2e396
refs/heads/master
2023-06-23T13:26:47.960693
2021-07-19T12:54:07
2021-07-19T12:54:07
330,961,393
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,087
plantuml
@startuml title __USERREGISTRATIONDEVELOPMENT's Class Diagram__\n namespace com.example.foodonate { namespace account { namespace userRegistrationDevelopment { class com.example.foodonate.account.userRegistrationDevelopment.LoginResponse { - firstName : String - lastName : String - phoneNo : String - status : String - token : String + LoginResponse() + LoginResponse() + getFirstName() + getLastName() + getPhoneNo() + getStatus() + getToken() + setFirstName() + setLastName() + setPhoneNo() + setStatus() + setToken() } } } } namespace com.example.foodonate { namespace account { namespace userRegistrationDevelopment { class com.example.foodonate.account.userRegistrationDevelopment.RegistrationResponse { } } } } namespace com.example.foodonate { namespace account { namespace userRegistrationDevelopment { interface com.example.foodonate.account.userRegistrationDevelopment.UserRegistrationAPI { {abstract} + checkLogin() {abstract} + checkRegister() } } } } namespace com.example.foodonate { namespace account { namespace userRegistrationDevelopment { class com.example.foodonate.account.userRegistrationDevelopment.UserRegistrationBLL { - firstName : String - isSuccess : boolean - lastName : String - password : String - phoneNo : String - profilePicture : String + UserRegistrationBLL() + UserRegistrationBLL() + checkLogin() + checkRegister() } } } } 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
085230c0ce9cbfc977ed57ae3a0c17d80488b3ff
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/green/1160832/sp3/design3.puml
dead48b5fc96e9542296515d21f0cd392408e395
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,017
puml
@startuml design3.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User boundary AgendaView control AgendaPresenter control AgendaServices control EditAgendaController control AgendaService entity AgendaRepository database Database box "Client" participant AgendaView participant AgendaPresenter end box box "Server" participant AgendaServices participant EditAgendaController participant AgendaService participant AgendaRepository end box box "Database" participant Database end box User -> AgendaPresenter : onReveal() / navigate to page / switch to new/old theme AgendaPresenter ->> AgendaServices : editAgenda() AgendaServices -> EditAgendaController : editAgenda() EditAgendaController -> AgendaService : updateAgenda() AgendaService -> AgendaRepository : updateAgenda() AgendaRepository -> Database : fetch AgendaServices ->> AgendaPresenter : return AgendaPresenter -> AgendaView : return @enduml
false
true
false
false
sequence
6bf6c24cf67bcca7c950b5a3b40a1c20e9c766e0
1fa78caa225ab245bcbf45a8f37c0ae0456699bb
/docs/diagrams/CommandClassDiagram2.puml
650810945304a2ad0930252da25bff57105eeb37
[]
no_license
AY2021S2-CS2113T-W09-1/tp
4fc8be000ca7413ef1fcf6792df8964c9d56dc80
f6b64fca1af322a0af026b665f5f4a576cf4a768
refs/heads/master
2023-04-01T13:54:23.209787
2021-04-12T15:46:53
2021-04-12T15:46:53
343,957,852
0
5
null
2021-04-12T15:46:54
2021-03-03T00:58:58
Java
UTF-8
PlantUML
false
false
1,172
puml
@startuml skinparam classAttributeIconSize 0 hide circle note "Private methods are omitted.\nexecute() parameters omitted for brevity." as N1 abstract class "{abstract}\nCommand" as Command { {abstract} +execute() } enum RecordType <<enumeration>> { EXPENSE LOAN SAVING ALL } class ListCommand { {static} #COMMAND_LIST: String -recordType: RecordType +ListCommand(:ArrayList<String>) +execute() } class RemoveCommand { {static} #COMMAND_REMOVE: String -recordNumberStr: String -recordNumberInt: int +RemoveCommand(:ArrayList<String>, :RecordList) +execute() } class ReturnCommand { {static} #COMMAND_RETURN: String -recordNumberStr: String -recordNumberInt: int -returnDate: LocalDate +ReturnCommand(:ArrayList<String>, :RecordList) +execute() } class ViewCommand { {static} #COMMAND_VIEW: String -recordType: RecordType +ViewCommand(:ArrayList<String>) +execute() } skinparam linetype polyline skinparam groupInheritance 3 Command <|-- ListCommand Command <|-- RemoveCommand Command <|-- ReturnCommand Command <|-- ViewCommand hide RecordType empty members @enduml
false
true
false
false
class
7f39dbb4628991eb7478a434d0e433fcc1863467
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/perishable-goods@0.7.0.puml
6338897f5db2666bd155b2cae2f959953b7f3bdd
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
2,780
puml
@startuml class org.accordproject.perishablegoods.PerishableGoodsClause << (A,green) >> { + Grower grower + Importer importer + Shipment shipment + DateTime dueDate + MonetaryAmount unitPrice + UnitOfMass unit + Integer minUnits + Integer maxUnits + String product + Integer sensorReadingFrequency + TemporalUnit duration + Double minTemperature + Double maxTemperature + Double minHumidity + Double maxHumidity + Double penaltyFactor } org.accordproject.perishablegoods.PerishableGoodsClause --|> org.accordproject.cicero.contract.AccordClause class org.accordproject.perishablegoods.ShipmentStatus << (E,grey) >> { + CREATED + IN_TRANSIT + ARRIVED } class org.accordproject.perishablegoods.ShipmentTransaction << (T,yellow) >> { + Shipment shipment } org.accordproject.perishablegoods.ShipmentTransaction --|> org.accordproject.cicero.runtime.Request class org.accordproject.perishablegoods.SensorReading << (T,yellow) >> { + Double centigrade + Double humidity } org.accordproject.perishablegoods.SensorReading --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.ShipmentReceived << (T,yellow) >> { + Integer unitCount } org.accordproject.perishablegoods.ShipmentReceived --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.PriceCalculation << (T,yellow) >> { + MonetaryAmount totalPrice + MonetaryAmount penalty + Boolean late } org.accordproject.perishablegoods.PriceCalculation --|> org.accordproject.perishablegoods.ShipmentTransaction class org.accordproject.perishablegoods.Shipment << (A,green) >> { + String shipmentId + ShipmentStatus status + Grower grower + Importer importer + SensorReading[] sensorReadings + String smartClause } org.accordproject.perishablegoods.Shipment --|> org.hyperledger.composer.system.Asset class org.accordproject.perishablegoods.Business << (P,lightblue) >> { + MonetaryAmount accountBalance } org.accordproject.perishablegoods.Business --|> org.accordproject.organization.Organization class org.accordproject.perishablegoods.Grower << (P,lightblue) >> { } org.accordproject.perishablegoods.Grower --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Shipper << (P,lightblue) >> { } org.accordproject.perishablegoods.Shipper --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.Importer << (P,lightblue) >> { } org.accordproject.perishablegoods.Importer --|> org.accordproject.perishablegoods.Business class org.accordproject.perishablegoods.SetupDemo << (T,yellow) >> { } org.accordproject.perishablegoods.SetupDemo --|> org.hyperledger.composer.system.Transaction @enduml
false
true
false
false
class
f1de4b55119697ec4e9c774fed3c895f936b8ad7
924e0bbda8fc6c10e54e78888926d03840400621
/src/portmone/erd cloud.puml
2210290c0d3925a9398ef8035c5497355b87fe00
[]
no_license
94n/uml
0efc5d85b68461a37b45219c40e8b98a02792234
1124ea49c1bc6e7f38968ba0e46785c23095d6c2
refs/heads/master
2023-09-06T00:51:34.718361
2021-11-20T10:22:26
2021-11-20T10:22:26
414,171,448
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,151
puml
@startuml 'https://plantuml.com/ie-diagram class bill { id portmone_bill_id client_id phone_number - any to charge amount numeric status status_updated_at timestamp exportedToProvider boolean description varchar2 nullable createdAt timestamp payedAt timestamp nullable transactionId nullable } class client { id premise_client_id financial_phone uniqueindex } class client_phone { client_id phone_number mobile_operator_id } class bank_account { iban - pk client_id amount numeric currency } class card_account { number - pk client_id currency amount numeric expiration timestamp card_type } enum card_type { "Credit" "Debet" } class client_transaction { id source /*client's iban/card_number*/ grouped_transaction_id nullable amount numeric currency created_at timestamp } enum currency { "UAH" "USD" } enum transaction_status { "Created" "Blocked" /*money blocked*/ "Completed" "Canceled" } class service_provider { id portmone_provider_id name active boolean /*true if it had bills last week*/ last_active_at timestamp } class grouped_transaction { id service_provider_id amount numeric currency transaction_status created_at timestamp status_updated_at timestamp nullable } class correction { id amount currency service_provider_id /*balance checked per provider*/ transaction_status created_at timestamp } client ||--o{ bill client ||--o{ bank_account client ||--o{ card_account client ||--o{ client_phone client }|--o{ service_provider bill ||--o{ client_transaction bank_account }o--|| currency bank_account ||--o{ client_transaction card_account }o--|| currency card_account }o--|| card_type card_account ||--o{ client_transaction currency ||--o{ client_transaction client_transaction }o--|| transaction_status grouped_transaction }o--|| transaction_status service_provider ||--o{ grouped_transaction grouped_transaction ||--o{ client_transaction correction ||--o{ service_provider @enduml
false
true
false
false
class
f5fd6917ed2319e4b395107b66b69f48916c4c80
83bec850817e3deb2a33a5ab2527784a976338b3
/log210-contenu/devoirs/devoir#1-EchangeLivre-solution/cu01/1-mdd.plantuml
806d4f4727c99df9db1da9bbb6ff3c3d757c8868
[]
no_license
yvanross/github-action-learning-larman-mdd
df8fb1907a84046ce0ed3b62ea555fd3b12655ad
e0195b3344ecdfaa934e788e839e8758453bc4ca
refs/heads/main
2023-08-30T10:22:28.071260
2021-11-11T15:29:27
2021-11-11T15:29:27
304,116,705
0
0
null
2020-10-15T01:32:37
2020-10-14T19:34:03
JavaScript
UTF-8
PlantUML
false
false
939
plantuml
@startuml allo skinparam style strictuml hide empty members hide empty methods class Client <C05>{ nomUtilisateur : String nom : String courriel : AdresseCourriel } class Livre <C03> { identifiant : CodeLivre condition : CodeCondition } class DescriptionLivre <C09> { codeISBN : String description : String } class "Bureau\nDéveloppement\nDurable" as BDD <C04,C06> Client "1" -- "*" Livre: veut-échanger\nA11 > BDD "1" - "*" Client : fournit-\nservice-à\nA09 > Livre "*" -- "1" DescriptionLivre : est-décrit-par\nA07 > class "PropositionÉchange" as PE <C01> { dateHeure : DateHeure } PE "1" -- "1..*" Livre : offre\nA03 > PE "1" -- "1..*" Livre : reçoit\nA03 > BDD "1" - "*" PE : enregistre\nA06\nA11 > PE "1" - "1" Client : est-proposée-par\nA04 > PE "1" - "1" Client : est-proposée-à\nA04 > legend left CodeLivre, CodeCondition, DateHeure, AdresseCourriel, etc. sont les types de données. end legend @enduml
false
true
true
false
class
fd732a555e65d81e7312fc1b44aa0708b51981f1
084fcc4a31b60fe11f3f647f7d49a3c1c6621b44
/kapitler/media/uml-class-journalpost.puml
708d303274128eef0659a0a802ae53050003996c
[]
no_license
arkivverket/noark5-tjenestegrensesnitt-standard
299f371a341e59402d49bfc11ee9e2672dad657e
03025f8b9f1496f4a2f5b155e212a44768390274
refs/heads/master
2023-06-10T02:19:28.432679
2023-06-09T08:40:40
2023-06-09T08:40:40
136,293,843
7
11
null
2023-08-22T10:40:36
2018-06-06T07:58:53
Python
UTF-8
PlantUML
false
false
1,315
puml
@startuml skinparam nodesep 100 hide circle class Sakarkiv.Journalpost <Registrering> { +journalaar : integer [0..1] [1..1] +journalsekvensnummer : integer [0..1] [1..1] +journalpostnummer : integer [0..1] [1..1] +journalposttype : Journalposttype [0..1] [1..1] +journalstatus : Journalstatus [0..1] [1..1] +journaldato : datetime [0..1] [1..1] +dokumentetsDato : datetime [0..1] [1..1] +mottattDato : datetime [0..1] [1..1] +sendtDato : datetime [0..1] +forfallsdato : datetime [0..1] +offentlighetsvurdertDato : datetime [0..1] +antallVedlegg : integer [0..1] +utlaantDato : datetime [0..1] +utlaantTil : string [0..1] +referanseUtlaantTil : SystemID [0..1] +journalenhet : string [0..1] [1..1] +elektroniskSignatur : ElektroniskSignatur [0..1] } class Sakarkiv.Avskrivning { } Sakarkiv.Journalpost *-- "avskrivning 0..*" Sakarkiv.Avskrivning class Sakarkiv.Dokumentflyt { } Sakarkiv.Journalpost *-- "dokumentflyt 0..*" Sakarkiv.Dokumentflyt class Arkivstruktur.ElektroniskSignatur <<dataType>> { } Sakarkiv.Journalpost *-- Arkivstruktur.ElektroniskSignatur class Sakarkiv.Presedens { } Sakarkiv.Presedens "presedens 0..*" *--> "journalpost 0..*" Sakarkiv.Journalpost class Arkivstruktur.Registrering <Arkivenhet> { } Arkivstruktur.Registrering <|-- Sakarkiv.Journalpost @enduml
false
true
false
false
class
2094caf5e7f3e9335384404c102c1b7d2bfa4f1a
ac15203c3e771cb55e6506c671041a1f75000ce5
/src/main/java/rape/brutal/haze/pc/pc_uml_diagram.puml
89256fc6c68af4d4eaf6c17e016e42bb9ca4228e
[]
no_license
ViRGiL175/java-columbian-checkpoint-breakout
08a1470dd4fea4ac7d56bccb2d243e9ce8c1f2ce
2c3d483c949a049b7a48fec9e4e319077d02c200
refs/heads/master
2021-01-19T01:13:43.076942
2017-04-04T20:36:13
2017-04-04T20:36:13
87,232,580
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,917
puml
@startuml package rape.brutal.haze.pc { package rape.brutal.haze.pc.constructor { IUsable <|..TechItem Hardware <-[hidden]- IUser interface IUsable { +void use(); } interface IUser { +void use(IUsable); } +class Hardware { -int condition; #repair(int money); +String getHardwareName(); } +class Engineer { #TechItem createItem(int money, String itemName); +void repairItem(TechItem techItem, int money); } +class TechItem { -HashMap<String, Hardware> hardwareMap; +void use(); ~Hardware getHardware(String hardwareName); ~void addHardware(String hardwareName, Hardware hardware); +String getItemName(); } } TechItem <|-- PC IComparable <|.PC +interface IComparable { } +class PC { - Motherboard motherboard; - CPU cpu; - RAM ram; - ROM rom; - GPU gpu; - PowerSupply powerSupply; ~ PC(); ~ void turnOn(); ~ void startBios(); ~ void turnOff(); ~ void work(); ~ void testingPerfomance(); } package rape.brutal.haze.pc.human{ IUser <|... Human Human <|-- Engineer Engineer <|- Sysadmin Human <|-- Slava Human <|-- Fatih +class Sysadmin { + void greeting(); + void byeing(); + void choising(); + void construct(); } +class Slava { - int slavaChoice; - int choice; - int ringable; + void greeting(); + void greetingWithSysadmin(); + void offerForFatih(); + void byeing(); + void choising(); } abstract class Human { ~ abstract void greeting(); ~ abstract void byeing(); } +class Fatih { + int choiseForSlava; + int getChoiseForSlava(); +void greeting(); + void byeing(); + void choising(); } } package rape.brutal.haze.pc.hardware { Hardware <|--- Motherboard Hardware <|--- GPU Hardware <|---- CPU Hardware <|---- RAM Hardware <|---- ROM Hardware <|---- PowerSupply Motherboard <|- ASUS Motherboard <|-- Gigabyte Motherboard <|-- MSI GPU <|- Nvidia GPU <|-- Radeon CPU <|- Intel CPU <|-- AMD RAM <|- DDR2 RAM <|-- DDR3 RAM <|-- DDR4 ROM <|-- HDD ROM <|-- SSD ROM <|-- SSHD +class PowerSupply { + void powerOn(); + void powerOff(); } +class HDD { ~ HDD(); } +class ASUS { ~ ASUS(); } +class Gigabyte { ~ Gigabyte(); } +class MSI { ~ MSI(); } +abstract class Motherboard { # String socket; # String bios; # String ramType; # String chipset; # int hyperTransport; } +abstract class ROM { # int readSpeed; # int writeSpeed; + void powerOn(); + void powerOff(); + int scorePoint(); } +class SSD { ~ SSD(); } +class SSHD { ~ SSHD(); } +class DDR2 { ~ DDR2(); } +class DDR3 { ~ DDR3(); } +class DDR4 { ~ DDR4(); } +abstract class RAM { # int frequency; # int size; # int timing; # String type; + void powerOn(); + void powerOff(); + int scorePoint(); } +abstract class GPU { # int gpuFrequency; # int ram; # int units; # int shaders; + abstract void powerOn(); + void powerOff(); } +class Nvidia { ~ Nvidia(); + void powerOn(); } +class Radeon { ~ Radeon(); + void powerOn(); } +abstract class CPU { # String socket; # double frequency; # int generation; # int cache; # int processTechnology; + abstract void powerOn(); + void powerOff(); + void turboBoost(); + int scorePoint(); } +class AMD { ~ AMD(); + void powerOn(); } +class Intel { ~ Intel(); + void powerOn(); } } } @enduml
false
true
false
false
class
f94002576e8b7553010b72b3c330455a2edc013e
636d88cc43ec1ba57c3699ed58d0cec51a1a3084
/UML/class_diagram/Prototype_Class_diagram.puml
285bffb9dc0b8f51e246c08b5cea72bbdd095df6
[]
no_license
ahmedAlraimi/Tasarim
088944d13cbdaeea4e0537f7035b1e7ad618c91c
c5a1ee24b3c57561cca80fd7a6e81359bde5b040
refs/heads/master
2020-04-26T15:33:28.741752
2019-07-10T13:09:39
2019-07-10T13:09:39
173,650,584
0
1
null
null
null
null
UTF-8
PlantUML
false
false
329
puml
@startuml skinparam classAttributeIconSize 0 class EventManager{ {field} - name : String {method} + setName() {method} + getName() } class Event { {field} - event_manager : EventMAnager {method} + setEventManager(EventManager) {method} + setEventManager() {method} + __clone() } EventManager <-- Event @enduml
false
true
false
false
class
759830b7bc911353eaf432f1cc834362640d7f68
be6f3c2838e9be8dce8f8ac10de1ce485d030eaa
/docs/internals/phpdocumentor3/components/file-collection.puml
dd79150fee144132940d84af3c5e4c0784a29de3
[ "MIT" ]
permissive
zonuexe/phpDocumentor2-ja
79718326856fba3945ea16ed26eb023b87c3c9fe
aa085f2f10878f0b856cb1d673b5784e115145f9
refs/heads/doc/ja-translation
2021-08-09T12:55:10.460481
2016-08-18T16:15:50
2016-08-18T16:15:50
65,297,906
0
1
MIT
2021-01-25T14:35:51
2016-08-09T13:38:24
PHP
UTF-8
PlantUML
false
false
1,417
puml
@startuml class Path { + __construct($path : string) + __toString() : string } class FilesystemFactory { + __construct(MountManager $mountManager, DI.Container $container) + create(Dsn $dsn) : Filesystem } class Dsn { + __construct($dsn : string) + getScheme() : string + getHost() : string + getPort() : integer + getUsername() : string + getPassword() : string + getPath() : Path + getQuery() : string[] + getParameters() : string[] } namespace File.Specification { class HasExtension { + __construct(string[] $extensions) + isSatisfiedBy($value) } class InPath { + __construct($path) + isSatisfiedBy($value) } class IsHidden { + isSatisfiedBy($value) } class IsSymlink { + isSatisfiedBy($value) } CompositeSpecification ()-- HasExtension CompositeSpecification ()-- InPath CompositeSpecification ()-- IsHidden CompositeSpecification ()-- IsSymlink InPath *-- Path } namespace Flysystem { class Finder { + getMethod() + setFilesystem(Filesystem $filesystem) + handle(SpecificationInterface $specification) } Filesystem ()-- Finder Finder --() SpecificationInterface } MountManager ()-- FilesystemFactory FilesystemFactory --() DI.Container FilesystemFactory -() Filesystem FilesystemFactory -- Dsn Dsn *-- Path @enduml
false
true
false
false
class
541bb5c4e986ef21e26536d9d1b6fb09c9b6ba03
e15413bf56f8405e3f54556efac8d9dcf70863cb
/Wasteless-app/wasteless-server/wasteless-server.plantuml
329e2cbc7cbac58c97247f4dd320abe250b92f38
[]
no_license
sd-2020-30431/assignment-2-cezarasabou
901d0b605ac3cd374eff28f958ab845f9d5f829c
f3bfda99dad3f12326b9ff1cc41d2fbfb12b9d38
refs/heads/master
2023-01-14T01:25:19.393086
2020-04-18T15:47:19
2020-04-18T15:47:19
249,999,198
0
0
null
2023-01-07T17:08:31
2020-03-25T14:21:57
Java
UTF-8
PlantUML
false
false
8,284
plantuml
@startuml title __WASTELESS-SERVER's Class Diagram__\n namespace wasteless.server { class wasteless.server.Application { } } namespace wasteless.server { namespace business { class wasteless.server.business.ExportService { } } } namespace wasteless.server { namespace business { class wasteless.server.business.GroceryListService { } } } namespace wasteless.server { namespace business { class wasteless.server.business.ItemService { } } } namespace wasteless.server { namespace business { class wasteless.server.business.UserService { } } } namespace wasteless.server { namespace business { class wasteless.server.business.WasteManagerService { } } } namespace wasteless.server { namespace configuration { class wasteless.server.configuration.CorsConfiguration { } } } namespace wasteless.server { namespace exception { class wasteless.server.exception.ErrorDetails { } } } namespace wasteless.server { namespace exception { class wasteless.server.exception.GlobalExceptionHandler { } } } namespace wasteless.server { namespace exception { class wasteless.server.exception.ResourceNotFoundException { } } } namespace wasteless.server { namespace export.factory { interface wasteless.server.export.factory.AbstractFactory { } } } namespace wasteless.server { namespace export.factory { class wasteless.server.export.factory.FactoryProvider { } } } namespace wasteless.server { namespace export.factory { enum FactoryType { } } } namespace wasteless.server { namespace export.factory { class wasteless.server.export.factory.ReportFactory { } } } namespace wasteless.server { namespace export.report { class wasteless.server.export.report.JsonReport { } } } namespace wasteless.server { namespace export.report { interface wasteless.server.export.report.Report { } } } namespace wasteless.server { namespace export.report { enum ReportType { } } } namespace wasteless.server { namespace export.report { class wasteless.server.export.report.TextReport { } } } namespace wasteless.server { namespace model { class wasteless.server.model.GroceryList { } } } namespace wasteless.server { namespace model { class wasteless.server.model.Item { } } } namespace wasteless.server { namespace model { class wasteless.server.model.User { } } } namespace wasteless.server { namespace persistance { interface wasteless.server.persistance.GroceryListRepository { } } } namespace wasteless.server { namespace persistance { interface wasteless.server.persistance.ItemRepository { } } } namespace wasteless.server { namespace persistance { interface wasteless.server.persistance.UserRepository { } } } namespace wasteless.server { namespace presentation { class wasteless.server.presentation.GroceryListController { } } } namespace wasteless.server { namespace presentation { class wasteless.server.presentation.ItemController { } } } namespace wasteless.server { namespace presentation { class wasteless.server.presentation.NotificationController { } } } namespace wasteless.server { namespace presentation { class wasteless.server.presentation.UserController { } } } namespace wasteless.server { namespace presentation { namespace dto { class wasteless.server.presentation.dto.GroceryListDTO { } } } } namespace wasteless.server { namespace presentation { namespace dto { class wasteless.server.presentation.dto.ItemDTO { } } } } namespace wasteless.server { namespace presentation { namespace dto { class wasteless.server.presentation.dto.UserDTO { } } } } namespace wasteless.server { namespace presentation { namespace dto { class wasteless.server.presentation.dto.WasteCalculatorDTO { } } } } namespace wasteless.server { namespace presentation { namespace mapper { class wasteless.server.presentation.mapper.GroceryListMapper { } } } } namespace wasteless.server { namespace presentation { namespace mapper { class wasteless.server.presentation.mapper.ItemMapper { } } } } namespace wasteless.server { namespace presentation { namespace mapper { class wasteless.server.presentation.mapper.UserMapper { } } } } namespace wasteless.server { namespace presentation { namespace notification { class wasteless.server.presentation.notification.WebSocketConfig { } } } } wasteless.server.business.ExportService o-- wasteless.server.export.factory.FactoryProvider : factoryProvider wasteless.server.business.GroceryListService o-- wasteless.server.presentation.mapper.GroceryListMapper : groceryListMapper wasteless.server.business.GroceryListService o-- wasteless.server.persistance.GroceryListRepository : groceryListRepository wasteless.server.business.GroceryListService o-- wasteless.server.persistance.UserRepository : userRepository wasteless.server.business.ItemService o-- wasteless.server.persistance.GroceryListRepository : groceryListRepository wasteless.server.business.ItemService o-- wasteless.server.persistance.ItemRepository : itemRepository wasteless.server.business.UserService o-- wasteless.server.persistance.UserRepository : userRepository wasteless.server.business.WasteManagerService o-- wasteless.server.business.GroceryListService : groceryListService wasteless.server.exception.GlobalExceptionHandler -up-|> org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler wasteless.server.export.factory.ReportFactory .up.|> wasteless.server.export.factory.AbstractFactory wasteless.server.export.report.JsonReport .up.|> wasteless.server.export.report.Report wasteless.server.export.report.TextReport .up.|> wasteless.server.export.report.Report wasteless.server.model.GroceryList o-- wasteless.server.model.User : user wasteless.server.model.Item o-- wasteless.server.model.GroceryList : groceryList wasteless.server.presentation.GroceryListController o-- wasteless.server.business.ExportService : exportService wasteless.server.presentation.GroceryListController o-- wasteless.server.presentation.mapper.GroceryListMapper : groceryListMapper wasteless.server.presentation.GroceryListController o-- wasteless.server.business.GroceryListService : groceryListService wasteless.server.presentation.GroceryListController o-- wasteless.server.business.WasteManagerService : wasteManagerService wasteless.server.presentation.ItemController o-- wasteless.server.presentation.mapper.ItemMapper : itemMapper wasteless.server.presentation.ItemController o-- wasteless.server.business.ItemService : itemService wasteless.server.presentation.NotificationController .up.|> java.beans.PropertyChangeListener wasteless.server.presentation.NotificationController o-- wasteless.server.business.WasteManagerService : wasteManagerService wasteless.server.presentation.UserController o-- wasteless.server.presentation.mapper.UserMapper : userMapper wasteless.server.presentation.UserController o-- wasteless.server.business.UserService : userService wasteless.server.presentation.notification.WebSocketConfig .up.|> org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer 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
f4f8088a24e9f42be38f8f4ff6875f7947e74a17
22d04c6c48741d578b62d4b83552a8a90f8ec199
/docs/_book/plantuml/BuildingAppliance.puml
6815e3e879c9af1accc1a7b67951ba07586eed7d
[ "MIT" ]
permissive
RobinJespersen/BEMOnt
54d63846d3644ebbcd46f527207396b5af77ff58
1a7619ce8c8a1ee8d5b612697cd553ca0eb29f4d
refs/heads/master
2023-07-14T04:16:26.887385
2021-08-31T09:56:29
2021-08-31T09:56:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,466
puml
@startuml scale 0.3 skinparam class { ArrowColor DarkBlue ArrowFontColor DarkBlue BackgroundColor LightBlue BorderColor DarkGrey } skinparam dpi 300 skinparam stereotypeCBackgroundColor Wheat skinparam classAttributeFontColor Green class BuildingAppliance <<bem>> class StaticBuildingAppliance <<bem>> class MobileBuildingAppliance <<bem>> class Observation <<ssn>> { externalStorageID xsd:string } class MobileBuildingApplianceLocationObservation <<bem>> class IfcFlowTerminal <<ifc>> class Monitoring <<bem>> class Wereable <<bem>> class Smartwatch <<bem>> class Smartphone <<bem>> class IfcZone <<ifc>> class IfcActuator <<ifc4>> class IfcActuatorType <<ifc>> class IfcAlarm <<ifc4>> class IfcAlarmType <<ifc>> class IfcSensor <<ifc4>> class IfcSensorType <<ifc>> class Meter <<bem>> class IfcFlowStorageDevice <<ifc>> class IfcFlowMovingDevice <<ifc>> class IfcFlowController <<ifc>> class IfcFlowTreatmentDevice <<ifc>> class IfcEnergyConversionDevice <<ifc>> { hasSetPoint xsd:boolean } class IfcElectricalFlowStorageDevice <<ifc4>> class IfcElectricalFlowStorageDeviceType <<ifc>> class IfcTank <<ifc4>> class IfcTankType <<ifc>> class ELBranch <<ontomg>> class ESBranch <<ontomg>> class BranchController <<ontomg>> class PhysicalMedium <<bem>> class Oil <<bem>> class Gas <<bem>> class Water <<bem>> class Air <<bem>> class Steam <<bem>> class Radiation <<bem>> BuildingAppliance <|-- StaticBuildingAppliance BuildingAppliance <|-- MobileBuildingAppliance StaticBuildingAppliance <|-- IfcFlowTerminal StaticBuildingAppliance <|-- Monitoring MobileBuildingAppliance <|-- Wereable StaticBuildingAppliance --> IfcZone: hit2gap:isLocatedIn BuildingAppliance --> BuildingAppliance: hit2gap:contains Monitoring --> BuildingAppliance: hit2gap:MeasureInputOutput IfcEnergyConversionDevice --> IfcZone: hit2gap:InputOutput StaticBuildingAppliance <|-- IfcFlowStorageDevice IfcFlowStorageDevice <|-- IfcElectricalFlowStorageDevice IfcFlowStorageDevice <|-- IfcTank StaticBuildingAppliance <|-- IfcFlowMovingDevice StaticBuildingAppliance <|-- IfcFlowController StaticBuildingAppliance <|-- IfcFlowTreatmentDevice StaticBuildingAppliance <|-- IfcEnergyConversionDevice Observation <|-- MobileBuildingApplianceLocationObservation MobileBuildingAppliance --> MobileBuildingApplianceLocationObservation: hit2gap:wasLocated BranchController <|-- IfcFlowController ESBranch <|-- IfcElectricalFlowStorageDevice ELBranch <|-- IfcFlowMovingDevice ELBranch <|-- IfcEnergyConversionDevice Wereable <|-- Smartwatch Wereable <|-- Smartphone Monitoring <|-- IfcSensor Monitoring <|-- IfcActuator Monitoring <|-- IfcAlarm Monitoring <|-- Meter PhysicalMedium <|-- Oil PhysicalMedium <|-- Gas PhysicalMedium <|-- Water PhysicalMedium <|-- Air PhysicalMedium <|-- Steam PhysicalMedium <|-- Radiation IfcFlowMovingDevice --> PhysicalMedium: hit2gap:transports IfcEnergyConversionDevice --> PhysicalMedium: hit2gap:consumes IfcEnergyConversionDevice --> PhysicalMedium: hit2gap:produces IfcFlowStorageDevice --> PhysicalMedium: hit2gap:stores IfcFlowController --> PhysicalMedium: hit2gap:controls IfcFlowTerminal --> PhysicalMedium: hit2gap:consumes IfcActuator --> IfcActuatorType: owl:equivalentClass IfcAlarm --> IfcAlarmType: owl:equivalentClass IfcSensor --> IfcSensorType: owl:equivalentClass IfcElectricalFlowStorageDevice --> IfcElectricalFlowStorageDeviceType: owl:equivalentClass IfcTank --> IfcTankType: owl:equivalentClass @enduml
false
true
false
false
sequence
59025f5b6ab9528f22bf428ad42da039765f2429
1bec77bab43103edf192d7ed44b1d17cf48077d3
/doc/model/static-classdiagram-program.plantuml
9448fbf18ca48385fa6970d5e9e5373e1e5bb29e
[ "Apache-2.0" ]
permissive
walter76/crc-checker
6ba44d5c1101af765c684bd4086a322dbb2718b0
87bad5dc2e7c58cfc49135889705c67dcee6680d
refs/heads/master
2021-01-17T12:13:06.068625
2017-01-23T21:41:20
2017-01-23T21:41:20
68,526,023
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,720
plantuml
@startuml namespace CrcChecker.Common { enum PerformanceMarker { FileRead ComputeChecksum CheckFiles } interface IPerformanceTracer { Begin(PerformanceMarker performanceMarker, string param0 = null) End(PerformanceMarker performanceMarker, string param0 = null) } class NoTracingPerformanceTracer { +Begin(PerformanceMarker performanceMarker, string param0 = null) +End(PerformanceMarker performanceMarker, string param0 = null) } class ConsolePerformanceTracer { +Begin(PerformanceMarker performanceMarker, string param0 = null) +End(PerformanceMarker performanceMarker, string param0 = null) } class Log4NetPerformanceTracer { +Begin(PerformanceMarker performanceMarker, string param0 = null) +End(PerformanceMarker performanceMarker, string param0 = null) } IPerformanceTracer <|-- NoTracingPerformanceTracer IPerformanceTracer <|-- ConsolePerformanceTracer IPerformanceTracer <|-- Log4NetPerformanceTracer interface ICrcCalculator { CheckFiles(IEnumerable<string> filesToCheck, IPerformanceTracer perfTrace) } ICrcCalculator --> IPerformanceTracer } namespace CrcChecker { class Program { {static} ~Main(string[] args) {static} -PrintDirectorySummary(string rootDirectory) {static} -PrintUsage() {static} -CreateFlatListOfFilesToCheck(string rootDirectory): IEnumerable<string> } Program --> CrcChecker.Common.IPerformanceTracer Program --> CrcChecker.Common.ICrcCalculator Program o-- CrcChecker.Common.NoTracingPerformanceTracer Program o-- CrcChecker.Common.Log4NetPerformanceTracer } hide empty members hide empty fields hide empty methods @enduml
false
true
false
false
class
7a94f253f7bf764e717927b1f976843978c908da
0baf2af6470188430300f48644e40f8e239750c1
/class.puml
726e13a714cac8bc173ff2b317d378da0d8ba5e5
[]
no_license
neslihankara/plant-uml-workshop
95c44c476b821426f9a742eac88582374aadd437
702c67473b72be1475a62125a23fc888c53793d2
refs/heads/main
2023-07-26T17:44:55.308642
2021-09-11T06:25:00
2021-09-11T06:25:00
405,289,983
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,102
puml
// Class Diagrams @startuml class Rental {} package Users { class User {} class Host { name: string location: string rooms: [Room] customers: [Customer] invoices: [Invoice] reservations: [Reservation] constructor(name: string, location: string) addRoom(room: Room) removeRoom(room: Room) sellRoom(customer: Customer, room: Room) issueInvoice(customer: Customer, invoice: Invoice) cancelInvoice(invoice: Invoice) greetCustomer(customer: Customer) } class Customer { name: string location: string reservations: [Reservation] invoices: [Invoice] constructor(name: string, location: string) addReservation(reservation: Reservation) cancelReservation(reservation: Reservation) cancelInvoice(invoice: Invoice) rentRoom(room: Room) } } class Room { name: string sqm: number location: string host: string customer: string constructor(name: string, sqm: number, location: string, host: string) } Host "1" *--> "0...*" Room : keeps, adds, removes, sells Customer "1" ---> "1" Room : rents Customer "1" o---> "0...*" Invoice : keeps Host "0...*" o---> "0...*" Customer : keeps Customer -|> User @enduml
false
true
false
false
sequence
5c27184b0ccc8cffe25388509423e5524373af82
c6b7af9b7d90213829e96b106a60674b4ea18aae
/documents/diagram/FAQ/FAQClass.puml
7b304edd43574ce0671a402e1bb4c248595eafe1
[ "MIT" ]
permissive
LaunoisRemy/ToolShare
b718ce76b9da3f545977d6b4efd1693ad3d0444e
90f1877b10f69e6cf4f16cbfcd4b7056cba54977
refs/heads/master
2023-02-14T22:48:04.878284
2021-01-11T16:58:14
2021-01-11T16:58:14
316,703,051
0
0
null
null
null
null
UTF-8
PlantUML
false
false
5,171
puml
@startuml package dao { abstract QuestionDao{ # OfferDao() + {static} getInstance() : QuestionDao - {static} LazyHolder() getQuestionsByOfferId(offerId : int) : ArrayList<Question> questionExists(id : int) : boolean hasAnAnswer(id : int) : boolean } abstract AnswerDao{ # OfferDao() + {static} getInstance() : QuestionDao - {static} LazyHolder() getAnswersByOfferId(offerId : int) : ArrayList<Answer> answerExists(id : int) : boolean } class QuestionDaoMySQL QuestionDaoMySQL -up-|> QuestionDao class AnswerDaoMySQL FactoryDaoMySQL -up-|> AbstractFactoryDao AnswerDaoMySQL -up-|> AnswerDao interface DAO<T>{ find(id : int) : T create(T obj) : T update(T obj) : T delete(T obj) : boolean } abstract AbstractFactoryDao{ - {static} final connectionDB : ConnectionDB + {static} getFactory(type : TypeDB) : AbstractFactoryDao + getAnswerDao() : AnswerDao + getQuestionDao() : QuestionDao } class FactoryDaoMySQL{ } DAO <|.. AnswerDao DAO <|.. QuestionDao QuestionDao-->AbstractFactoryDao AnswerDao-->AbstractFactoryDao } package db{ class ConnectionDBMySQL{ - connection : Connection - ConnectionDBMySQL() + {static} getInstance() : ConnectionDBMySQL + getDb() : Connection } class LazyHolderDB{ + {static} final INSTANCE : ConnectionDBMySQL } interface ConnectionDB ConnectionDBMySQL -Left-> LazyHolderDB ConnectionDBMySQL .up.|> ConnectionDB } package business{ class SessionFacade{ + SessionFacade() + getUser() : User } class Question{ -questionId : int -content : String -score : int -answerId : int -userId : int -offerId : int + Question() + getQuestionId() : int + getContent() : String + getScore() : int + getAnswer() : Answer + getUserId() : int + getOfferId() : int + setId(id:int) : void + setContent(content:String) : void + setAnswer(answer:Answer) : void + setScore(score:int) : void + setUserId(userId:int) : void + setOfferId(categoryId:int) : void } class Answer{ -answerId : int -content : String -score : int -userId : int + Answer() + getAnswerId() : int + getContent() : String + getScore() : int + getUserId() : int + setId(id:int) : void + setContent(content:String) : void + setScore(score:int) : void + setUserId(userId:int) : void } class FAQFacade{ + getQuestionById(id : int) : Question + getAnswerById(id : int) : Answer + createQuestion(id : int, userid : int, offerid : int, answerid : int, question : String, score : int) : Question + createAnswer(id : int, userid : int, answer : String, score : int) : Answer + getQuestionsByOfferId(offerid : int) : ArrayList<Question> + getAnswersByOfferId(offerid : int) : ArrayList<Answer> + updateQuestionScore(id : int, userid : int, offerid : int, answerid : int, question : String, score : int) : Question + updateAnswerScore(id : int, userid : int, answer : String, score : int) : Answer + deleteQuestion(id : int) : boolean + deleteAnswer(id : int) : boolean } } package gui{ class LoadView{ + {static} load(nameFxml : Parent) : Parent + {static} changeScreen(actionEvent : ActionEvent, view : String) : void } package controller{ class OfferController { - FAQ : ListView - answerQuestion : JButtonBar - update : JButtonBar - updat : JButtonBar - newQuestion : JButtonBar - rateArea : JButtonBar + handleNewQuestion(actionEvent : ActionEvent) : void + handleNewAnswer(actionEvent : ActionEvent) : void + handleUpdateQuestion(actionEvent : ActionEvent) : void + handleUpdateAnswer(actionEvent : ActionEvent) : void + handleDeleteQuestion(actionEvent : ActionEvent) : void + handleDeleteAnswer(actionEvent : ActionEvent) : void + handleUpdateScoreQuestion(actionEvent : ActionEvent) : void + handleUpdateScoreAnswer(actionEvent : ActionEvent) : void } class NewQuestionController { - questionArea : JTextArea - postQuestion : JButtonBar - cancel : JButtonBar + handleNewQuestion(actionEvent : ActionEvent) : void + cancel(actionEvent : ActionEvent) : void } class NewAnswerController { - answerArea : JTextArea - postAnswer : JButtonBar - cancel : JButtonBar + handleNewAnswer(actionEvent : ActionEvent) : void + cancel(actionEvent : ActionEvent) : void } } } FAQFacade <--Up- controller SessionFacade <--Up- FAQFacade @enduml
false
true
false
false
class
5a88e2cb50bbda9ae71fdab489ab841547c18cb8
9e2bad8a08fad0b5995468f3b2008c6e62c96376
/plantuml/ReactProject.Data/Migrations/20200321055704_ActivityEntityAdded.Designer.puml
be150d639290ce7fdf627573ee169e46b7fee920
[]
no_license
mrady9280/ReactProject
6b487031ac17b3c0cc5eef7af00e5ddf403ddd47
1e287b9677dbbaf686b4b22e98399333f713c6a2
refs/heads/master
2022-12-10T19:47:18.886064
2020-03-26T03:29:40
2020-03-26T03:29:40
248,903,137
0
0
null
2022-12-08T10:00:03
2020-03-21T03:58:40
C#
UTF-8
PlantUML
false
false
60
puml
@startuml class ActivityEntityAdded <<partial>> { } @enduml
false
true
false
false
class
43ffd82321d63029167b3d16633e8f830421f9cd
d046d1d89b21d4e30f6ca382c15de6da3941395e
/uml/usecase-view/usecases.puml
5704e2e837905d8c44728b9908acf2ed77ab1b5c
[]
no_license
hombrenieve/klondike_rup
fff8cbc09e8b2a647b6f4c71111960b2a8fe3714
cb8e1bbcb24d0750dd93f6048ed840d7552dc145
refs/heads/master
2020-06-04T02:15:00.755154
2019-06-17T09:59:09
2019-06-17T09:59:09
191,829,982
0
0
null
null
null
null
UTF-8
PlantUML
false
false
932
puml
@startuml left to right direction player --> (Arrancar) player --> (Crear partida) (Crear partida) ..> (Mostrar partida): <<include>> player --> (Abrir partida) (Abrir partida) ..> (Mostrar partida): <<include>> player --> (Borrar partida) player --> (Salvar partida) (Salvar partida) ..> (Mostrar partida): <<include>> player --> (Cerrar partida) player --> (Salir) (Salvar partida) .> (Salir): <<extend>> player --> (Undo) (Undo) ..> (Mostrar partida): <<include>> (Redo) ..> (Mostrar partida): <<include>> player --> (Redo) player --> (Demo) player --> (Mover) (Mover) ..> (Mostrar partida): <<include>> (Mover) <|-- (Mover mazo a descarte) (Mover) <|-- (Mover descarte a trabajo) (Mover) <|-- (Mover descarte a objetivo) (Mover) <|-- (Mover trabajo a descarte) (Mover) <|-- (Mover trabajo a trabajo) (Mover) <|-- (Mover trabajo a objetivo) (Mover) <|-- (Mover objetivo a trabajo) (Mover) <|-- (Mover descarte a mazo) @enduml
false
true
false
false
class
f8216eb87fa4fc995e1cbdfa632ff2aa0d171603
58f5766244826918a3cf79312f861f76c5aa6f7d
/Documents/uml/Models/ICsvEditSharpConfigurationHost.puml
6fdeb3066ea9edd6123f1c05f8f6631136d6ad51
[ "MIT" ]
permissive
BillKrat/CsvEditSharp
3835aa9d7955a33830be47b044d3c05763c68dff
a91334a8aa1b08c4f7fe38116892b088e92d4da4
refs/heads/master
2022-01-28T15:31:06.719793
2019-07-28T11:39:25
2019-07-28T11:39:25
198,216,226
0
1
MIT
2019-07-22T12:10:45
2019-07-22T12:10:44
null
UTF-8
PlantUML
false
false
773
puml
@startuml interface ICsvEditSharpConfigurationHost { Encoding : Encoding <<get>> <<set>> ClassMapForReading : CsvClassMap <<get>> ClassMapForWriting : CsvClassMap <<get>> ColumnValidations : IDictionary<string, ColumnValidation> <<get>> RegisterClassMap() : void RegisterClassMap(propertyMapSetter:Action<CsvClassMap<T>>) : void RegisterClassMap(propertyMapSetter:Action<CsvClassMap<T>>, target:RegisterClassMapTarget) : void SetConfiguration(configurationSetter:Action<CsvConfiguration>) : void AddValidation(memberSelector:Expression<Func<TType, TMember>>, validation:Func<TMember, bool>, errorMessage:string) : void Query(query:Func<IEnumerable<T>, IEnumerable<T>>) : void Query(query:Action<IEnumerable<T>>) : void } @enduml
false
true
false
false
class
a0aca9946528909a7879e5490025883eaf11ad6a
286b233fd7e797c9d122461c20e399eba41ff31f
/extras/visitor/uml/_example.puml
2105a629fdce37fab3425753d48ac51c2db284a9
[]
no_license
ace-lectures/pattern-repository
ab18431255285aff7a909ce020d4f0be8f17e4a2
126c9f42e8f29e48458196be48ca40dca1023e25
refs/heads/master
2021-07-05T20:59:34.369443
2020-09-18T14:39:38
2020-09-18T14:39:38
175,689,148
22
13
null
2020-09-18T14:39:40
2019-03-14T19:48:30
Java
UTF-8
PlantUML
false
false
2,070
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members package expressions { interface Expression <<Element>> { + {abstract} accept(ExpressionWalker) } class Literal <<ConcreteElement>> { - int value __ + getValue(): int + accept(ExpressionWalker) } Expression <|-- Literal abstract class BinaryOperation { + getLeft(): Expression + getRight(): Expression } Expression <|-- BinaryOperation BinaryOperation *-> "left" Expression BinaryOperation *-> "right" Expression class Addition <<ConcreteElement>> { + accept(ExpressionWalker) } BinaryOperation <|-- Addition class Subtraction <<ConcreteElement>> { + accept(ExpressionWalker) } BinaryOperation <|-- Subtraction } package walkers { interface ExpressionWalker<Type> <<Visitor>> { + {abstract} visitLiteral(Literal) + {abstract} visitAddition(Addition) + {abstract} visitSubtraction(Subtraction) __ + {abstract} getResult(): Type } class Evaluator<Integer> <<ConcreteVisitor>> { + visitLiteral(Literal) + visitAddition(Addition) + visitSubtraction(Subtraction) __ + getResult(): Integer } ExpressionWalker <|-- Evaluator class OperandCounter<Integer> <<ConcreteVisitor>> { + visitLiteral(Literal) + visitAddition(Addition) + visitSubtraction(Subtraction) __ + getResult(): Integer } ExpressionWalker <|-- OperandCounter class OperatorCounter<Integer> <<ConcreteVisitor>> { + visitLiteral(Literal) + visitAddition(Addition) + visitSubtraction(Subtraction) __ + getResult(): Integer } ExpressionWalker <|-- OperatorCounter class PrettyPrinter<String> <<ConcreteVisitor>> { + visitLiteral(Literal) + visitAddition(Addition) + visitSubtraction(Subtraction) __ + getResult(): String } ExpressionWalker <|-- PrettyPrinter Evaluator -[hidden]- OperandCounter OperatorCounter -[hidden]- PrettyPrinter } Expression . ExpressionWalker class Main Main .. Expression Main .. ExpressionWalker @enduml
false
true
false
false
class
2c3deb195b91803166ee5aca2d8f4312224b456d
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/out/production/main/org/concordion/internal/command/executeCommand/modificationStrategies/modificationStrategies.plantuml
e64dfb1fb052bd462164f5802e450d1d0fea7b58
[ "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,717
plantuml
@startuml title __MODIFICATIONSTRATEGIES's Class Diagram__\n package org.concordion { package org.concordion.internal { package org.concordion.internal.command { package org.concordion.internal.command.executeCommand { package org.concordion.internal.command.executeCommand.modificationStrategies { class ExecuteCommandListModification { {static} - LEVEL_VARIABLE : String + performModification() - getLevel() } } } } } } package org.concordion { package org.concordion.internal { package org.concordion.internal.command { package org.concordion.internal.command.executeCommand { package org.concordion.internal.command.executeCommand.modificationStrategies { abstract class ExecuteCommandModification { {abstract} + performModification() # duplicateCommandForDifferentElement() } } } } } } package org.concordion { package org.concordion.internal { package org.concordion.internal.command { package org.concordion.internal.command.executeCommand { package org.concordion.internal.command.executeCommand.modificationStrategies { class ExecuteCommandTableModification { - populateCommandCallByColumnMap() + performModification() } } } } } } 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
bbfddc7dd70f18391ffdc3474a2e8c1d7be1d2b1
b2d33d6e2b323281a5adab60b65f5c9906c6d5ec
/exempluGrafica/src/main/java/joc/assets/tile/tile.plantuml
8e6af626f2864ef91d81c938a185bf2d217a48d9
[]
no_license
LoghinVladDev/gameEx
b68da7b75f01cdf11afce935fac876cb4420ad68
3dc465af55f55b2aa5634446d2115615cc8a46f7
refs/heads/master
2022-10-17T05:20:03.623434
2020-06-11T16:03:28
2020-06-11T16:03:28
265,932,516
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,491
plantuml
@startuml title __TILE's Class Diagram__\n namespace joc { namespace assets { namespace tile { class joc.assets.tile.Castle { {static} + CASTLE_GRASS : int {static} + CASTLE_SAND : int - health : int - willDropKey : boolean + Castle() + addOnDropKey() + destroy() } } } } namespace joc { namespace assets { namespace tile { class joc.assets.tile.Tile { # tileSprite : BufferedImage # x : int # y : int + Tile() + Tile() + addOnDropKey() + destroy() + draw() + drawAt() + getType() + setLocation() } } } } namespace joc { namespace assets { namespace tile { class joc.assets.tile.Tower { - health : int + Tower() + destroy() } } } } joc.assets.tile.Castle -up-|> joc.assets.tile.Tile joc.assets.tile.Castle o-- joc.player.Player : player joc.assets.tile.Tile o-- joc.assets.SpriteSheet : sheet joc.assets.tile.Tile o-- joc.assets.AssetList : type joc.assets.tile.Tower -up-|> joc.assets.tile.Tile 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
d5088b694c2cffd8bbea4d32e67149a880d0e333
fa6bebdc0425c0f3a0bf6907ce8ffa0f16b39c23
/call/links/call.puml
d930082ba85253a1a9d7ca9407510a4f10c6ee28
[]
no_license
qq175175055/webrtc_summary
3c0671155222a0f63b8005254c4172d1d74465f3
47328d53fe5c8688403d75293566bf48e5068cd2
refs/heads/master
2022-10-25T23:01:56.929867
2020-06-19T09:05:39
2020-06-19T09:05:39
255,900,619
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,132
puml
@startuml call interface call class internal::call class RtpTransportControllerSend interface AudioSendStream class internal::AudioSendStream interface AudioReceiveStream class internal::AudioReceiveStream interface VideoSendStream class internal::VideoSendStream interface VideoReceiveStream class internal::VideoReceiveStream interface FlexfecReceiveStream class FlexfecReceiveStreamImpl interface PacketReceiver interface BitrateAllocationStrategy class AudioPriorityBitrateAllocationStrategy class BitrateAllocator interface RecoveredPacketReceiver class SsrcBindingObserver class RtcpDemuxer class RtpBitrateConfigurator interface RtpStreamReceiverControllerInterface class RtpStreamReceiverController interface RtpStreamReceiverInterface class Receiver interface EncodedImageCallback interface RtpVideoSenderInterface class RtpVideoSender interface RtpPacketSinkInterface class RtxReceiveStream interface Syncable call <|-- internal::call RtpTransportControllerSend <--* internal::call AudioSendStream <--* call AudioSendStream <|-- internal::AudioSendStream AudioReceiveStream <--* call AudioReceiveStream <|-- internal::AudioReceiveStream VideoSendStream <--* call VideoSendStream <|-- internal::VideoSendStream VideoReceiveStream <--* call VideoReceiveStream <|-- internal::VideoReceiveStream FlexfecReceiveStream <--* call FlexfecReceiveStream <|-- FlexfecReceiveStreamImpl PacketReceiver <|-- internal::call BitrateAllocationStrategy <--* call BitrateAllocationStrategy <|-- AudioPriorityBitrateAllocationStrategy BitrateAllocator <--* internal::call RecoveredPacketReceiver <|-- internal::call SsrcBindingObserver <|-- RtcpDemuxer RtpBitrateConfigurator <--* RtpTransportControllerSend RtpStreamReceiverControllerInterface <|-- RtpStreamReceiverController RtpStreamReceiverInterface <|-- Receiver EncodedImageCallback <|-- RtpVideoSenderInterface RtpVideoSenderInterface <|-- RtpVideoSender RtpVideoSenderInterface <--* RtpTransportControllerSend RtpPacketSinkInterface <|-- RtxReceiveStream Syncable <|-- internal::AudioReceiveStream Syncable <|-- internal::VideoReceiveStream @enduml
false
true
false
false
class
9fea1fff83cbb79e74a421136763ec10a57c5cf6
286b233fd7e797c9d122461c20e399eba41ff31f
/extras/visitor/uml/visitor_cd.puml
5d4ec838b858dc401abc7fbc74f100c9fe043735
[]
no_license
ace-lectures/pattern-repository
ab18431255285aff7a909ce020d4f0be8f17e4a2
126c9f42e8f29e48458196be48ca40dca1023e25
refs/heads/master
2021-07-05T20:59:34.369443
2020-09-18T14:39:38
2020-09-18T14:39:38
175,689,148
22
13
null
2020-09-18T14:39:40
2019-03-14T19:48:30
Java
UTF-8
PlantUML
false
false
568
puml
@startuml skinparam nodesep 75 skinparam ranksep 50 hide empty members interface Visitor { + {abstract} visitA(ConcreteElementA) + {abstract} visitB(ConcreteElementB) } class ConcreteVisitor { + visitA(ConcreteElementA) + visitB(ConcreteElementB) } Visitor <|-- ConcreteVisitor class Element { + {abstract} accept(Visitor) } Element . Visitor class ConcreteElementA { + accept(Visitor) __ + operationA() } Element <|-- ConcreteElementA class ConcreteElementB { + accept(Visitor) __ + operationB() } Element <|-- ConcreteElementB @enduml
false
true
false
false
class
ae4ee7daf9204fb88ff1c1b8e1de078e11d09512
7f536480f80a22151f5726be161ce71dcd8d5340
/docs/uml-diagram.puml
da4c4f337562b05f48ce7f271c70fb293348ea4a
[]
no_license
schackniss/tic-tac-toe
575c3f27d4a822526aa244963836e58a07ac3ae6
5cc7a906e9c7dd48bece989f77b28ed29f221a56
refs/heads/main
2023-05-25T09:57:29.656984
2021-06-12T20:59:48
2021-06-12T20:59:48
372,787,447
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,119
puml
@startuml namespace game { class Move << (S,Aquamarine) >> { + Player int + Column int + Row int + Reset bool - allowed(ttt TicTacToe) bool } class TicTacToe << (S,Aquamarine) >> { + Finished bool + Winner int + NextPlayer int + Field []string - player() - win(mv Move) bool - end() bool - set(mv Move) + Reset() + Play(mv Move) } } namespace websocket { class Client << (S,Aquamarine) >> { - hub *Hub - conn *websocket.Conn - send <font color=blue>chan</font> []byte - readPump() - writePump() } class Hub << (S,Aquamarine) >> { - clients <font color=blue>map</font>[*Client]bool - broadcast <font color=blue>chan</font> []byte - register <font color=blue>chan</font> *Client - unregister <font color=blue>chan</font> *Client + Run() } } "websocket.Client" o-- "websocket.Conn" "websocket.Client" o-- "websocket.Hub" "websocket.Hub" o-- "websocket.Client" @enduml
false
true
false
false
class
0e4f4e5e696b900f306948546e48da207f1ab535
d6374fe9363a41031c51eb622cb0cb5e75b78380
/legacy/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-reject-2.2.0-v1.1.plantuml
45f7fd5244f0daed58e1d0c2be04593136668ca4
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
5,204
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Rajiv Mothilal <rajiv.mothilal@modusbox.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.2.0. DFSP2 sends a Fulfil Reject Transfer request autonumber ' Actor Keys: ' boundary - APIs/Interfaces, etc ' collections - Kafka Topics ' control - Kafka Consumers ' entity - Database Access Objects ' database - Database Persistance Store ' declare actors actor "DFSP1\nPayer" as DFSP1 actor "DFSP2\nPayee" as DFSP2 boundary "ML API Adapter" as MLAPI control "ML API Notification Event Handler" as NOTIFY_HANDLER boundary "Central Service API" as CSAPI collections "Fulfil-Topic" as TOPIC_FULFIL control "Fulfil Event Handler" as FULF_HANDLER ' collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION ' control "Position Event Handler" as POS_HANDLER ' collections "Event-Topic" as TOPIC_EVENTS ' collections "Notification-Topic" as TOPIC_NOTIFICATIONS box "Financial Service Providers" #lightGray participant DFSP1 participant DFSP2 end box box "ML API Adapter Service" #LightBlue participant MLAPI participant NOTIFY_HANDLER end box box "Central Service" #LightYellow participant CSAPI participant TOPIC_FULFIL participant FULF_HANDLER end box ' start flow activate NOTIFY_HANDLER activate FULF_HANDLER group DFSP2 sends an error callback to reject a transfer with an errorCode and description note right of DFSP2 #yellow Headers - transferHeaders: { Content-Length: <Content-Length>, Content-Type: <Content-Type>, Date: <Date>, X-Forwarded-For: <X-Forwarded-For>, FSPIOP-Source: <FSPIOP-Source>, FSPIOP-Destination: <FSPIOP-Destination>, FSPIOP-Encryption: <FSPIOP-Encryption>, FSPIOP-Signature: <FSPIOP-Signature>, FSPIOP-URI: <FSPIOP-URI>, FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method> } Payload - transferMessage: { "errorInformation": { "errorCode": <errorCode>, "errorDescription": <errorDescription>, "extensionList": { "extension": [ { "key": <string>, "value": <string> } ] } } } end note DFSP2 ->> MLAPI: **PUT - /transfers/<ID>/error** activate MLAPI MLAPI -> MLAPI: Validate incoming token and originator matching Payee note right of MLAPI #yellow Message: { id: <ID>, from: <transferHeaders.FSPIOP-Source>, to: <transferHeaders.FSPIOP-Destination>, type: application/json, content: { headers: <transferHeaders>, payload: <transferMessage> }, metadata: { event: { id: <uuid>, type: fulfil, action: reject, createdAt: <timestamp>, state: { status: "success", code: 0 } } } } end note MLAPI -> TOPIC_FULFIL: Route & Publish Fulfil event for Payee activate TOPIC_FULFIL TOPIC_FULFIL <-> TOPIC_FULFIL: Ensure event is replicated as configured (ACKS=all) TOPIC_FULFIL --> MLAPI: Respond replication acknowledgements have been received deactivate TOPIC_FULFIL MLAPI -->> DFSP2: Respond HTTP - 200 (OK) deactivate MLAPI TOPIC_FULFIL <- FULF_HANDLER: Consume message FULF_HANDLER -> FULF_HANDLER: Log error message note right of FULF_HANDLER: (corresponding to a Fulfil message with transferState='ABORTED')\naction REJECT is not allowed into fulfil handler end @enduml
false
true
true
false
usecase
c49d50d94c2618d6d1bf5618abf8ed91858bc45b
286b233fd7e797c9d122461c20e399eba41ff31f
/comportement/observer/uml/_example.puml
02b2fb8a3e82fcb7db2e6f1c21e192e3368656f4
[]
no_license
ace-lectures/pattern-repository
ab18431255285aff7a909ce020d4f0be8f17e4a2
126c9f42e8f29e48458196be48ca40dca1023e25
refs/heads/master
2021-07-05T20:59:34.369443
2020-09-18T14:39:38
2020-09-18T14:39:38
175,689,148
22
13
null
2020-09-18T14:39:40
2019-03-14T19:48:30
Java
UTF-8
PlantUML
false
false
1,314
puml
@startuml skinparam nodesep 50 skinparam ranksep 50 skinparam noteFontSize 10 skinparam noteFontName Courier hide empty members class Ticket <<Subject>> <<ConcreteSubject>>{ - String from - String to - <<state>> double price __ + <<attach>> register(Watcher) + <<detach>> unregister(Watcher) - <<notify>> broadcast() __ + changePrice(double) + <<getState>> getPrice(): double } note bottom: void changePrice(double) {\n ...\n broadcast();\n} Ticket "1\nticket" *-> "0..n\nwatchers" Watcher abstract class Watcher <<Observer>> { - String name __ this(String, Ticket) __ + <<update>> update() } note right: this(str, tkt) {\n ...\n tkt.register(this);\n} Watcher <|-- AlwaysNotify Watcher <|-- LeaveWhenTooExpensive Watcher <|-- NotifyPriceDrop Watcher <|-- NotifyPriceRise class AlwaysNotify <<ConcreteObserver>> { + <<update>> update() } class LeaveWhenTooExpensive <<ConcreteObserver>> { - double threshold __ + <<update>> update() } class NotifyPriceDrop <<ConcreteObserver>> { - <<subjectState>> double lastPrice __ + <<update>> update() } class NotifyPriceRise <<ConcreteObserver>> { - <<subjectState>> double lastPrice __ + <<update>> update() } AlwaysNotify -[hidden]-> LeaveWhenTooExpensive NotifyPriceRise -[hidden]-> NotifyPriceDrop @enduml
false
true
false
false
class
375968c7480da8fcc020a5f109c5c428513cd8cf
befe83eaa5884c2e79ccf44f5e912c78953b2d20
/docs/source/uml/workspace.puml
619043262c020995a8feade181561b126c82af95
[ "MIT" ]
permissive
CCI-Tools/cate
e2156deaf1acd8862a8b3b377cc834bf01a45752
c7b914f93544c9c771f6796a605f95a55c542c13
refs/heads/master
2023-09-01T04:20:02.237904
2023-08-29T10:28:52
2023-08-29T10:28:52
54,632,786
40
14
MIT
2023-04-19T09:27:27
2016-03-24T10:11:06
Python
UTF-8
PlantUML
false
false
749
puml
@startuml interface cate.core.WorkspaceManager { init_workspace() set_workspace_resource() write_workspace_resource() } class cate.core.FSWorkspaceManager implements cate.core.WorkspaceManager { } class cate.webapi.WebAPIWorkspaceManager implements cate.core.WorkspaceManager { } interface cate.webapi.WebService { } class cate.core.Workspace { } cate.webapi.WebAPIWorkspaceManager ..> cate.webapi.WebService: <communicate> cate.core.FSWorkspaceManager ..--> cate.core.Workspace: <uses> cate.core.FSWorkspaceManager o--> "0..N" cate.core.Workspace: workspace_cache cate.webapi.WebService o--> "1" cate.core.FSWorkspaceManager cate.core.Workspace --> "1" cate.core.Workflow cate.core.Workflow o--> "0..N" cate.core.OpStep @enduml
false
true
false
false
sequence
97c99a5e533acf9ccebdaa0c8c295176358776f9
ffb2127ab73d1defd244fd14d3c5b4e68ba00fc3
/Design/dbexamplehr.plantuml
23dee7c0233059549a07b7760bcef1f829e043cc
[]
no_license
simonmartyr/throwaway-tag-test
9f3d62c1f1472b51e4eac5bfcb5df91c865b2531
484ddfc400fef99fdc801e6322a96273366a61a7
refs/heads/main
2023-02-26T09:13:38.873761
2021-02-01T18:13:05
2021-02-01T18:13:05
333,110,799
0
0
null
null
null
null
UTF-8
PlantUML
false
false
339
plantuml
@startuml class Tag { Tag_Id : Id Name : string } class Entry { Entry_Id: Id } class Tag_Entry { Entry_Id : Id Tag_Id : Id } class Orginsation { name : string vatnumber : string } class Project { name : string active : bool } Entry <-Right- Tag_Entry Tag_Entry <-Right- Tag Entry --> Orginsation Entry --> Project @enduml
false
true
false
false
class
9fbfec459a8dede2c06ffe6f8653b2d03a1420b8
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedOrderSetLineItemTaxRateAction.puml
4d591944aa91f6e8e8a9188484f4242b4ab8a1d2
[]
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
599
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 StagedOrderSetLineItemTaxRateAction [[StagedOrderSetLineItemTaxRateAction.svg]] extends StagedOrderUpdateAction { action: String lineItemId: String lineItemKey: String externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]] shippingKey: String } interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
bce6dbcd69199df2fd625bb83069605826100f8a
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/java/concept-reactive-before-and-after-1.plantuml
6c99ce6bb3bf3f0fb2cd93b8a835aa64923868a8
[ "CC-BY-3.0-US", "BSD-3-Clause", "WTFPL", "GPL-1.0-or-later", "MIT", "OFL-1.1" ]
permissive
windowforsun/blog
4a341a9780b8454a9449c177f189ca304569031b
b0bce013f060f04a42dfa7ef385dbeea1644fdab
refs/heads/master
2023-09-04T03:17:39.674741
2023-08-21T14:39:37
2023-08-21T14:39:37
170,632,539
0
1
MIT
2023-09-05T17:48:27
2019-02-14T05:26:51
HTML
UTF-8
PlantUML
false
false
264
plantuml
@startuml 'skinparam linetype polyline 'skinparam linetype ortho rectangle "onSubscribe" as onS { } rectangle "onNext" as onN { } rectangle "onError" as onE { } rectangle "onComplete" as onC { } onS --> onN onN --> onN onN --> onE onN --> onC @enduml
false
true
false
false
uml-unknown
cc22ef43f07aeed9ba8c1c728d1269d2c1fb5252
cc53e4d1d0225428508c6afc93682bafdb481b11
/src/main/kotlin/me/jameshunt/generate/SettingsBusiness.puml
58553f5f11c4230e93a8e040445864186e847541
[]
no_license
huntj88/FlowGenerate
8e0990ddc298aae0dd8dc297a00d20d12fc6942f
a553fbd549bae4c3c050f4162270a872a04cd955
refs/heads/master
2020-05-17T22:25:25.586103
2020-04-01T18:23:14
2020-04-01T18:23:14
184,001,369
1
0
null
2020-04-01T18:23:15
2019-04-29T04:47:56
Kotlin
UTF-8
PlantUML
false
false
304
puml
import java.util.concurrent.atomic.AtomicInteger @startuml Settings : val blah: AtomicInteger? [*] -> Settings Settings --> UserSettings Settings --> Logout Settings --> NotLoggedIn UserSettings --> Settings Logout --> Settings NotLoggedIn --> Login Login --> Settings Settings -> Done @enduml
false
true
false
false
class
6a5c4bb9d6a87ed7b04fd2a77fe3fc65d5bb3f33
992706894f9987e7c39a2960fd81a3966c6e4bfa
/app/src/main/java/com/jue/meet/receiver/receiver.plantuml
046fdb98f0ef2d9203dc15f52618aa93bffe24b3
[]
no_license
juemuel/wemeet
66263f5fff9019db67d435e2026944c5217ab377
545b9b9c3620ef488e93ee99e1cc8abbaf8aa81d
refs/heads/master
2023-06-11T19:47:41.134726
2023-05-25T03:14:16
2023-05-25T03:14:16
359,098,311
0
0
null
null
null
null
UTF-8
PlantUML
false
false
571
plantuml
@startuml title __RECEIVER's Class Diagram__\n namespace com.jue.meet { namespace receiver { class com.jue.meet.receiver.SealNotificationReceiver { + onNotificationMessageArrived() + onNotificationMessageClicked() } } } com.jue.meet.receiver.SealNotificationReceiver -up-|> io.rong.push.notification.PushMessageReceiver 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
50c46a6596f9ee56fa2cf91351518b4fccb0f2e8
f576ded7c7322e8bb02ac9334761cafcf0106385
/out/Singleton/UseSingleton.puml
44c6bbe7294b8a5a28cb743d7dd2cad4a1c406ba
[]
no_license
Zukky55/design_pattern
233c7befca30d98af43804450c41f9fea36e4b0e
512464b01c23029db879b48a3e5533ec910724e8
refs/heads/master
2023-01-10T17:34:28.021070
2020-11-17T06:13:51
2020-11-17T06:13:51
304,786,374
0
0
null
null
null
null
UTF-8
PlantUML
false
false
222
puml
@startuml class UseSingleton { {static} instance : UseSingleton {static} lockObj : object instanceID : int - UseSingleton() + {static} GetInstance() : UseSingleton + GetInstanceID() : int } @enduml
false
true
false
false
class
b7d3a51076cbebf7c1fb225225e051f16e4dc47d
2ed81bf10c4a7901707f9e14d8417906472f297f
/documentation/diagrams/diagram_sekwencji_gra.plantuml
e1931ffe0920bb884600ff96eb9b4fcfcca372e1
[ "MIT" ]
permissive
TheVivent-Politechnika-Lodzka/io_webrpg
852d8b08208d2241e2b036fbee11cb661cb223a3
33df9f53f400deeb558e93f020216c28072aced6
refs/heads/main
2023-06-14T11:14:33.356773
2021-07-06T21:06:07
2021-07-06T21:06:07
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
493
plantuml
@startuml skinparam defaultFontName "Comic Sans MS" header webrpg.pl title "diagram sekwencji - dodanie nowego pokoju / gry" actor Player participant "gameController" as GameController database MongoDB as db Player -> GameController : żądanie utworzenia gry \no podanej nazwie activate GameController GameController -> db : \n zapisanie zmian activate db db --> GameController : status deactivate db GameController --> Player : status deactivate GameController @enduml
false
true
true
false
sequence
244bf3a1b821ff32594cf1cdbff7c99be24985bb
5acd49398273f60e06a9a473db1873362928ed94
/docs/Software Architecture Document/Component Interaction View/assets/business_layer_media.plantuml
c66e1f91997921316dac77a8e8d2760927d53a77
[]
no_license
Ford-Luxoft/sdl_core_documentation
8e30a518b46393bbbe318c1865d83f8eb4281d1d
c3714fcd74d55ee3a7b38e61e4ff3952cf07194a
refs/heads/master
2020-04-09T18:57:36.276627
2018-10-31T19:04:03
2018-10-31T19:04:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,559
plantuml
@startuml /' It is a source file for SDL SAD sequence diagram. For further information, please, follow http://plantuml.com/ '/ title "Business layer - media data transferring" participant "Protocol Handler" as PH #DDDDDD participant "Media Manager" as MM participant "Application Manager" as AM participant "Media adapter" as adapter actor "Pipe" as pipe #DDDDDD actor "File" as file #DDDDDD actor "Socket" as socket #DDDDDD == Media services data recieved from mobile == PH -> MM : Media data MM -> AM : Verify streaming restricts alt Service is allowed for application MM -> adapter : data alt Pipe Media Adapter adapter -> pipe : data ... pipe -> adapter : count of written frames else File Media Adapter adapter -> file : data ... file -> adapter : count of written frames else Socket Media Adapter adapter -> socket : data ... socket -> adapter : count of written frames end adapter -> MM : Count of written frames MM -> PH : Count of written frames end skinparam defaultFontSize 16 skinparam sequence { ArrowColor Blue ArrowFontColor #2027E8 ArrowFontStyle bold LifeLineBorderColor black ParticipantBorderColor black ParticipantBackgroundColor white ParticipantFontSize 17 ParticipantFontColor black ActorBorderColor black ActorBackgroundColor white ActorFontColor Blue ActorFontSize 17 ActorFontName Blue sequenceArrowFontSize 16 DividerBackgroundColor #FEFECE } @enduml
false
true
false
false
sequence
3b5b3cd6eb9b8230447ce22b67ab00a9c3b24837
7dd9cd7825813ce99edbf4f711e3752b047f7347
/Ejercicio1.puml
defcc06f7b7d7cc3e316b80010b0c3bf22820fbe
[]
no_license
mihaibigiu/PCV06-10
3684c828499c7fafe22921c122e23e4ff606a6fa
c61e51755114ad119d2bd78b48614ac6931654ce
refs/heads/master
2022-04-23T08:17:06.613162
2020-04-22T10:50:28
2020-04-22T10:50:28
257,843,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
596
puml
@startuml Ejercicio 1 left to right direction skinparam packageStyle rectangle actor Fabrica actor Cliente actor Socio rectangle venta{ (Productos) -- Socio : retira (Productos) -- Socio : vende Fabrica -- (Productos) : elabora Socio -- (Beneficios) : obtiene Cliente -- (Aplicacion web) : consulta Cliente -- (Productos) : compra (Beneficios) <. (Productos) : include (Productos) <... (Tienda propia) : extends (Productos) <... (Otros socios) : extends (Productos) <... (Tienda fabrica) : extends (Productos) <... (Aplicacion web) : extends } @enduml
false
true
false
false
usecase
11a4caea81f9bd6a6de6d98431a83d28312f7e5c
bea11b95c0924ba3a3444d16d05387a6a6af97fe
/uml/planets.plantuml
79084e88abff725e687156f853cd5d48fb8052de
[]
no_license
alejandrovigano/meli
2c2d51d6a0e976a0b51a1421cfdc892996cf9885
8f9bd0ead015b90b97e3e1c5c1121d385779b67f
refs/heads/master
2020-04-21T05:15:21.478972
2019-02-07T16:45:56
2019-02-07T16:45:56
169,335,218
0
0
null
null
null
null
UTF-8
PlantUML
false
false
874
plantuml
@startuml class Planet { + name + angularVelocity + distanceToStar + degreesAtInstantZero } note left of Planet : "Información estática del un planeta" class PlanetarySystem { + planets: List<Planet> } note left of PlanetarySystem : "Información de un sistema planetario" PlanetarySystem *-- Planet class PlanetInstant { + planet: Planet; + degrees; + position: Position; } note right of PlanetInstant : "Información de un planeta en un instante determinado" class PlanetarySystemInstant { + planetInstants: List<PlanetInstant> } note right of PlanetarySystemInstant : "Información de un sistema planetario en un instante determinado" class Position { + x + y } note right of Position : "Coordenadas del plano paralelo a la orbita de los planetas" PlanetarySystemInstant *-- PlanetInstant PlanetInstant -- Position hide methods @enduml
false
true
true
false
class
829e779251ebc04748dc36696ba8108f6a14b721
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/ipc03_01/search_on_another_instance/i130419/sequence_diagram_receiver.puml
879688e7f0a645ba2c1a7d80db744ccd22b7ead0
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
870
puml
@startuml doc-files/sequence_diagram_receiver.png actor Receiver as user participant "dialog : SearchOnAnotherInstanceDialog" as said participant "UIController" as uic participant "SearchOnAnotherInstanceController" as saic participant "SearchOnAnotherInstanceServer" as serv participant "notEve : NotificationEvent" as notEve participant "<<Service>>\nNetworkService" as net participant "SearchOnAnotherInstanceClient" as soaic == When receive the search request == serv -> serv : socket.accept() serv -> notEve : create(address, workbookName) serv -> serv : setChanged() serv -> serv : notifyObservers(repEve) serv -> said : update() said -> uic : getOpenWorkbookByFileName(workbookName) said -> saic : sendWorkbook(address, openWorkbook) saic -> net : sendWorkbook(address, openWorkbook) net -> soaic : create() net -> soaic : .sendWorkbook(address, workbook) @enduml
false
true
false
false
usecase
638a4ef452f4f509e99bc9efad4fb4475c5a4030
b7d54449ddca78c430d8af292a5346082be53291
/entrega1/actividades/sprint/sprint.plantuml
659405dae234f7c2593a0485fc5df29c80296bb7
[]
no_license
pablodanielrey/colaborativos
abfb180a1db734f306874b15db84c2b8aab6dcec
51e5b8861c67d06d742819071928ebad5d11d0f3
refs/heads/master
2023-06-01T17:17:46.331319
2021-06-24T00:13:02
2021-06-24T00:13:02
361,048,338
0
0
null
null
null
null
UTF-8
PlantUML
false
false
13,750
plantuml
@startuml actividad allowmixing rectangle "Sprint Planning" as planning #Gray '--------------- recursos --------------------------- rectangle "Backlog" as product_backlog1 #Green rectangle "Sprint Backlog" as sprint_backlog1 #Green rectangle "Pizarra" as blackboard1 #Green rectangle "Video Conferencia" as video1 #Green rectangle "Chat" as chat1 #Green '--------------- perfiles ------------------ () "<&star>Ingeniero de Requerimientos" as rem1 #LightBlue () "<&star>Team Member" as tm1 #LightBlue '-------------- recursos salas ------------- () "<&star>Sala" as room1 #Orange planning -[#Green]-> product_backlog1 planning -[#Green]-> sprint_backlog1 planning -u[#Green]-> chat1 planning -u[#Green]-> video1 planning -u[#Green]-> blackboard1 planning "1" -d[#Blue]-> "1" rem1 planning "1" -d[#Blue]-> "*" tm1 planning -d[#Orange]-> room1 '---------- awareness ------ object "<&star>Presencia" as Presencia1 { . <&cog>(Ingeniero de Requerimientos) Chat->entrar <&cog>(Team Member) Chat->entrar . <&cog>(Ingeniero de Requerimientos) Pizarra->entrar <&cog>(Team Member) Pizarra->entrar . <&cog>(Ingeniero de Requerimientos) Video Conferencia->entrar <&cog>(Team Member) Video Conferencia->entrar } Presencia1 --> video1 Presencia1 --> chat1 Presencia1 --> blackboard1 object "<&star>Presencia" as Presencia_room1 { . <&cog>(Ingeniero de Requerimientos) Sala->entrar <&cog>(Team Member) Sala->entrar . <&cog>(Ingeniero de Requerimientos) Sala->salir <&cog>(Team Member) Sala->salir } Presencia_room1 --u--> room1 object "<&star>Acción" as Acción1 { . <&cog>(Ingeniero de Requerimientos) Chat->escribir <&cog>(Team Member) Chat->escribir . <&cog>(Ingeniero de Requerimientos) Pizarra->dibujar <&cog>(Team Member) Pizarra->dibujar . <&cog>(Ingeniero de Requerimientos) Video Conferencia->hablar <&cog>(Team Member) Video Conferencia->hablar } Acción1 --> chat1 Acción1 --> blackboard1 Acción1 --> video1 object "<&star>Cambios" as Cambios1 { . <&cog>(Ingeniero de Requerimientos) Backlog->escribir <&cog>(Team Member) Backlog->escribir . <&cog>(Ingeniero de Requerimientos) Sprint Backlog->escribir <&cog>(Team Member) Sprint Backlog->escribir . <&cog>(Ingeniero de Requerimientos) Archivos->subir <&cog>(Team Member) Archivos->subir . <&cog>(Team Member) Editor de Código->escribir <&cog>(Team Member) Versionado->commit } Cambios1 -d-> product_backlog1 Cambios1 -d-> sprint_backlog1 '----------------------------------------------------------- rectangle "Sprint" as sprint #Gray note bottom: Genera un entregable en\nServidor de integración continua\nque usan las actividades siguientes '--------------- recursos --------------------------- rectangle "Sprint Backlog" as sprint_backlog2 #Green rectangle "Pizarra" as blackboard2 #Green rectangle "Archivos" as files2 #Green rectangle "Editor de Código" as editor2 #Green rectangle "Versionado" as git2 #Green rectangle "Servidor de Integración Continua" as ci2 #Green rectangle "Editor de Gráficos" as g_editor2 #Green note top: "si no es herramineta colaborativa no va no?" rectangle "Video Conferencia" as video2 #Green rectangle "Chat" as chat2 #Green '--------------- perfiles ------------------ () "<&star>Team Member" as tm2 #LightBlue '-------------- recursos salas ------------- () "<&star>Sala" as room2 #Orange sprint "1" -d[#Blue]-> "*" tm2 sprint -d[#Orange]-> room2 sprint -u[#Green]-> chat2 sprint -u[#Green]-> video2 sprint -[#Green]-> sprint_backlog2 sprint -u[#Green]-> blackboard2 sprint -u[#Green]-> files2 sprint -u[#Green]-> editor2 sprint -u[#Green]-> git2 sprint -u[#Green]-> g_editor2 sprint -[#Green]-> ci2 '---------- awareness ------ object "<&star>Presencia" as Presencia2 { . <&cog>(Team Member) Chat->entrar <&cog>(Team Member) Pizarra->entrar <&cog>(Team Member) Video Conferencia->entrar <&cog>(Team Member) Editor de Código->entrar } Presencia2 --> video2 Presencia2 --> chat2 Presencia2 --> blackboard2 Presencia2 --> editor2 object "<&star>Presencia" as Presencia_room2 { . <&cog>(Team Member) Sala->entrar <&cog>(Team Member) Sala->salir } Presencia_room2 --u--> room2 object "<&star>Acción" as Acción2 { . <&cog>(Team Member) Chat->escribir <&cog>(Team Member) Pizarra->dibujar <&cog>(Team Member) Video Conferencia->hablar } Acción2 --> chat2 Acción2 --> blackboard2 Acción2 --> video2 object "<&star>Cambios" as Cambios2 { . <&cog>(Team Member) Servidor de Integración Continua->subir <&cog>(Team Member) Sprint Backlog->escribir <&cog>(Team Member) Archivos->subir <&cog>(Team Member) Editor de Código->escribir <&cog>(Team Member) Versionado->push } Cambios2 --> sprint_backlog2 Cambios2 --> git2 Cambios2 --> files2 Cambios2 --> ci2 '---------------------------------------------------------------- rectangle "Daily Review\n15 min max" as daily #Gray note left: "Los miembros cuentan un poco el progreso\nla pizarra solo para explicar rápido" '------------- recursos --------------------- rectangle "Sprint Backlog" as sprint_backlog3 #Green rectangle "Video Conferencia" as video3 #Green rectangle "Chat" as chat3 #Green rectangle "Pizarra" as blackboard3 #Green '--------------- perfiles ------------------ () "<&star>Team Member" as tm3 #LightBlue '-------------- recursos salas ------------- () "<&star>Sala" as room3 #Orange daily "1" -d[#Blue]-> "*" tm3 daily -d[#Orange]-> room3 daily -u[#Green]-> sprint_backlog3 daily -u[#Green]-> chat3 daily -u[#Green]-> video3 daily -u[#Green]-> blackboard3 '---------- awareness ------ object "<&star>Presencia" as Presencia3 { . <&cog>(Team Member) Chat->entrar <&cog>(Team Member) Pizarra->entrar <&cog>(Team Member) Video Conferencia->entrar <&cog>(Team Member) Editor de Código->entrar } Presencia3 --> video3 Presencia3 --> chat3 Presencia3 --> blackboard3 object "<&star>Presencia" as Presencia_room3 { . <&cog>(Team Member) Sala->entrar <&cog>(Team Member) Sala->salir } Presencia_room3 --u--> room3 object "<&star>Acción" as Acción3 { . <&cog>(Team Member) Chat->escribir <&cog>(Team Member) Pizarra->dibujar <&cog>(Team Member) Video Conferencia->hablar } Acción3 --> chat3 Acción3 --> video3 Acción3 --> blackboard3 object "<&star>Cambios" as Cambios3 { . <&cog>(Team Member) Sprint Backlog->escribir } Cambios3 --> sprint_backlog3 object "<&star>Cambios" as Cambios_activity3 { . <&cog>(System) Daily Review->time_expired <&cog>(Team Member) Daily Review->speaker_selected } note bottom: Muestra cuando el reloj expira\ny cuando se selecciona a otro miembro para hablar Cambios_activity3 -l-> daily '-------------------------------------------------------------- rectangle "Sprint Review" as sprint_review #Gray note bottom: Se analiza el entregable del sprint\ny se retroalimenta el sprint backlog\nse determina si se debe seguir con\nla demás funcionalidad '------------- recursos --------------------- rectangle "Sprint Backlog" as sprint_backlog4 #Green rectangle "Video Conferencia" as video4 #Green rectangle "Chat" as chat4 #Green rectangle "Pizarra" as blackboard4 #Green rectangle "Servidor de Integración Continua" as ci4 #Green '--------------- perfiles ------------------ () "<&star>Team Member" as tm4 #LightBlue () "<&star>Product Owner" as po4 #LightBlue () "<&star>Stake Holder" as sh4 #LightBlue '-------------- recursos salas ------------- () "<&star>Sala" as room4 #Orange sprint_review "1" -d[#Blue]-> "*" tm4 sprint_review "1" -d[#Blue]-> "1" sh4 sprint_review "1" -d[#Blue]-> "1" po4 sprint_review -d[#Orange]-> room4 sprint_review -[#Green]-> sprint_backlog4 sprint_review -u[#Green]-> ci4 sprint_review -u[#Green]-> chat4 sprint_review -u[#Green]-> video4 sprint_review -u[#Green]-> blackboard4 '---------- awareness ------ object "<&star>Presencia" as Presencia4 { . <&cog>(Team Member) Chat->entrar <&cog>(Team Member) Video Conferencia->entrar . <&cog>(Product Owner) Chat->entrar <&cog>(Product Owner) Video Conferencia->entrar . <&cog>(Stake Holder) Chat->entrar <&cog>(Stake Holder) Video Conferencia->entrar } Presencia4 --> video4 Presencia4 --> chat4 object "<&star>Presencia" as Presencia_room4 { . <&cog>(Team Member) Sala->entrar <&cog>(Team Member) Sala->salir . <&cog>(Product Owner) Sala->entrar <&cog>(Product Owner) Sala->salir . <&cog>(Stake Holder) Sala->entrar <&cog>(Stake Holder) Sala->salir } Presencia_room4 --u--> room4 object "<&star>Acción" as Acción4 { . <&cog>(Team Member) Chat->escribir <&cog>(Team Member) Video Conferencia->hablar <&cog>(Team Member) Sprint Backlog->escribir . <&cog>(Product Owner) Chat->escribir <&cog>(Product Owner) Video Conferencia->hablar . <&cog>(Stake Holder) Chat->escribir <&cog>(Stake Holder) Video Conferencia->hablar } Acción4 --> chat4 Acción4 --> video4 Acción4 --> sprint_backlog4 object "<&star>Cambios" as Cambios4 { . <&cog>(Team Member) Servidor de Integración Continua->subir <&cog>(Team Member) Sprint Backlog->escribir <&cog>(Team Member) Archivos->subir <&cog>(Team Member) Editor de Código->escribir <&cog>(Team Member) Versionado->push } Cambios4 --> sprint_backlog4 '------------------------------------------- rectangle "Sprint Retrospective" as sprint_retrospective #Gray '-------------- recursos ------------------- rectangle "Sprint Backlog" as sprint_backlog5 #Green rectangle "Video Conferencia" as video5 #Green rectangle "Chat" as chat5 #Green '--------------- perfiles ------------------ () "<&star>Team Member" as tm5 #LightBlue '-------------- recursos salas ------------- () "<&star>Sala" as room5 #Orange sprint_retrospective "1" -d[#Blue]-> "*" tm5 sprint_retrospective -d[#Orange]-> room5 sprint_retrospective -[#Green]-> sprint_backlog5 sprint_retrospective -u[#Green]-> chat5 sprint_retrospective -u[#Green]-> video5 '---------- awareness ------ object "<&star>Presencia" as Presencia5 { . <&cog>(Team Member) Chat->entrar <&cog>(Team Member) Video Conferencia->entrar } Presencia5 --> video5 Presencia5 --> chat5 object "<&star>Presencia" as Presencia_room5 { . <&cog>(Team Member) Sala->entrar <&cog>(Team Member) Sala->salir } Presencia_room5 --u--> room5 object "<&star>Acción" as Acción5 { . <&cog>(Team Member) Chat->escribir <&cog>(Team Member) Video Conferencia->hablar <&cog>(Team Member) Sprint Backlog->escribir } Acción5 --> chat5 Acción5 --> video5 Acción5 --> sprint_backlog5 object "<&star>Cambios" as Cambios5 { . <&cog>(Team Member) Sprint Backlog->escribir } Cambios5 --> sprint_backlog5 @enduml @startuml proceso title "Proceso de Sprint" state "Sprint Planning" as planning state "Sprint" as sprint state "Daily Review" as daily state "Sprint Review" as review state "Sprint Retrospective" as retrospective 'state f <<fork>> state c <<choice>> sprint -> daily : (Team Member) Daily Review->init daily -> sprint : (Team Member) Daily Review->finish [*] --> planning : (Team Member) Product Backlog->seleccionar planning --> sprint : (Team Member) Sprint Backlog->seleccionar sprint --> review : (Team Member) Sprint Backlog->finalizar review --> c : (Team Member) Sprint Backlog->reviewed c --> retrospective : existe mas funcionalidad c --> [*] : no existe mas funcionalidad retrospective --u--> planning : (Team Member) Sprint Retrospective->finish @enduml @startuml spint_protocol state "Selección de Funcionalidad" as a1 a1: Available Operations: a1: ================================================== a1: (Team Member) Video->hablar a1: (Team Member) Backlog->leer a1: (Team Member) Sprint Backlog->leer a1: (Team Member) Sprint Backlog->escribir a1: a1: Transition Operations : a1: ================================================== a1: (Team Member) Sprint Backlog->iniciar state "Daily" as a2 a3: Available Operations: a3: ================================================== a3: (Team Member) Editor de Código->escribir a3: (Team Member) Editor de Gráficos->editar a3: (Team Member) Versionado->commit a3: (Team Member) Versionado->pull a3: (Team Member) Versionado->push a3: (Team Member) Video->hablar a3: (Team Member) Chat->escribir a3: (Team Member) Chat->leer a3: (Team Member) Archivos->descargar a3: (Team Member) Archivos->subir a3: (Team Member) Pizarra->dibujar a3: (Team Member) Sprint Backlog->leer a3: (Team Member) Sprint Backlog->escribir a3: a3: Transition Operations : a3: ================================================== a3: (Team Member) Sprint Backlog->finalizar state "Trabajo Diario" as a3 a3: Available Operations: a3: ================================================== a3: (Team Member) Editor de Código->escribir a3: (Team Member) Editor de Gráficos->editar a3: (Team Member) Versionado->commit a3: (Team Member) Versionado->pull a3: (Team Member) Versionado->push a3: (Team Member) Video->hablar a3: (Team Member) Chat->escribir a3: (Team Member) Chat->leer a3: (Team Member) Archivos->descargar a3: (Team Member) Archivos->subir a3: (Team Member) Pizarra->dibujar a3: (Team Member) Sprint Backlog->leer a3: (Team Member) Sprint Backlog->escribir a3: a3: Transition Operations : a3: ================================================== a3: (Team Member) Sprint Backlog->finalizar [*] --> a1 a1 --> a2 a2 --> [*] @enduml
false
true
true
false
sequence
46826b46ab9f664fd1ac3db7c2820e2dbe295a04
322dbdbd23d3d1471931edfacf833016cc7021ad
/exercise42/docs/Solution42.puml
83b2a51c367906b8a7ceb12509ad46cb82f91da9
[]
no_license
Ross1617/springstead-a04
acf1c68abdac79c07f54d067d37037556035af2d
73d89a03c053be4a7f470e741fd0b15c1093d18f
refs/heads/main
2023-08-23T09:08:02.126080
2021-10-17T14:59:34
2021-10-17T14:59:34
416,918,552
0
0
null
null
null
null
UTF-8
PlantUML
false
false
379
puml
@startuml 'https://plantuml.com/class-diagram class Solution42{ +main() 'NameSort ns = new NameSorter() 'emp.readNames("input.txt") 'emp.displayEmployees() } class Employee { -ArrayList<Strings> information; //instance variable every method has accsess to this +readNames(String fileName): information +displayEmployees(): information } Solution42 -- Employee @enduml
false
true
false
false
class
167a99d78e408f7737dcb6fc233ea99482cd44dc
1197bc4627031846b8282690186b0cda2eca9062
/docs/lifetime/lifetime-scope-singleton-example.puml
e59ece9975b62da15555481930c76ce112bc0f22
[ "MIT" ]
permissive
autofac/Documentation
76ab8638e163ce01ded2bf37d516d79fa1e66c60
d110cae5ab62e87c8c29b5808ad7513fe6818c38
refs/heads/master
2023-08-28T00:08:04.859338
2023-06-15T00:28:07
2023-06-15T00:28:07
39,408,270
78
185
MIT
2023-07-19T02:20:05
2015-07-20T21:03:42
JavaScript
UTF-8
PlantUML
false
false
1,484
puml
@startuml ' Layout hints: ' https://crashedmind.github.io/PlantUMLHitchhikersGuide/layout/layout.html database "Container / Root Lifetime Scope" as root { rectangle dependency_root [ <b>Dependency</b> Lifetime = InstancePerDependency Name = 'root' ] rectangle component_root [ <b>Component</b> Lifetime = Singleton Name = 'root' ] } dependency_root --> component_root database "Lifetime Scope - child1" as child1 { rectangle dependency_child1 [ <b>Dependency</b> Lifetime = InstancePerDependency Name = 'child1' ] rectangle component_child1 [ <b>Component</b> Lifetime = Singleton Name = 'root' ] } component_root ..> component_child1 database "Lifetime Scope - child2" as child2 { rectangle dependency_child2 [ <b>Dependency</b> Lifetime = InstancePerDependency Name = 'child2' ] rectangle component_child2 [ <b>Component</b> Lifetime = Singleton Name = 'child2' New singleton registration for this child scope and its children. ] } dependency_child2 --> component_child2 database "Lifetime Scope - child2SubScope" as child2_1 { rectangle dependency_child2_1 [ <b>Dependency</b> Lifetime = InstancePerDependency Name = 'child2SubScope' ] rectangle component_child2_1 [ <b>Component</b> Lifetime = Singleton Name = 'child2' ] } component_child2 ..> component_child2_1 root --d-> child1 root --d-> child2 child2 -d-> child2_1 @enduml
false
true
false
false
sequence
2a43024f5f1b8d7a05f860d042b478b4c30882d5
605cac101260b1b451322b94580c7dc340bea17a
/malokhvii-eduard/malokhvii04/doc/plantuml/ua/khpi/oop/malokhvii04/package.puml
eb4bc9d10237d3849bd409d79bee21c3bd4ec587
[ "MIT" ]
permissive
P-Kalin/kit26a
fb229a10ad20488eacbd0bd573c45c1c4f057413
2904ab619ee48d5d781fa3d531c95643d4d4e17a
refs/heads/master
2021-08-30T06:07:46.806421
2017-12-16T09:56:41
2017-12-16T09:56:41
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
413
puml
@startuml namespace ua.khpi.oop.malokhvii04 { class Application { {static} -DEFAULT_LOCALE: String {static} -LOCALES: String[] {static} -BASE_PACKAGE: String -Application() {static} +getApplicationName(): String {static} +main(String[]): void {static} -setLocales(): void } } @enduml
false
true
false
false
class
a55c0831cae5a9bf5ebde98413a06650905dcdd7
39f5d36e159afc4363f2bc098c3530c534b9da28
/_md/puml-diagrams/sd_psp_pagamento_avviso-timeout-su-outcome-positivo-04.puml
874e30b8a43044415f3a931d802c44d24b44349e
[]
no_license
andreapasuch/readthedocs
5607c14276a948d32d9a594da9ec7ab567c95923
319f890a6ab3fe39d9d778a69ec6d20028a7c19b
refs/heads/main
2023-08-17T11:25:45.168974
2021-08-19T13:05:52
2021-08-19T13:05:52
395,005,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,787
puml
@startuml outcomeOKTimeout title Timeout su outcome positivo participant pagoPA participant PSP == Activate == PSP -> pagoPA: activatePaymentNotice req activate pagoPA pagoPA -> pagoPA: Generazione token (<color blue>token</color>) pagoPA --> PSP: activatePaymentNotice res (<color blue>token</color>) deactivate pagoPA == Outcome timeout == PSP ->x pagoPA: sendPaymentOutcome req (<color blue>token</color>, outcome=<color blue>OK</color>) note right: In caso di mancata risposta \n il PSP deve avviare un processo di retry loop retry PSP ->x pagoPA: sendPaymentOutcome req (<color blue>token</color>, outcome=<color blue>OK</color>) end == Outcome == alt token valido PSP -> pagoPA: sendPaymentOutcome req (<color blue>token</color>, outcome=<color blue>OK</color>) activate pagoPA pagoPA --> PSP: sendPaymentOutcome res (<color green>OK</color>) deactivate pagoPA note right: -La conferma del pagamento avviene\n prima della scadenza del token\n-L'OK conferma al PSP che il pagamento\n non potrà subire variazioni else token scaduto PSP -> pagoPA: sendPaymentOutcome req (<color blue>token</color>, outcome=<color blue>OK</color>) activate pagoPA pagoPA --> PSP: sendPaymentOutcome res (<color green>PPT_TOKEN_SCADUTO</color>) deactivate pagoPA note right: -La conferma del pagamento avviene\n dopo la scadenza del token\n-La piattaforma pagoPA avvierà un processo di retry else doppio pagamento PSP -> pagoPA: sendPaymentOutcome req (<color blue>token</color>, outcome=<color blue>OK</color>) activate pagoPA pagoPA --> PSP: sendPaymentOutcome res (<color red>PPT_PAGAMENTO_DUPLICATO</color>) deactivate pagoPA note right: -La conferma del pagamento avviene\n dopo la scadenza del token end @enduml
false
true
true
false
sequence
d6df80377a835fe9bc7bf18c77a000d8871b0a07
6e29d893e7deebb9339dd5515195d7e510aba402
/Documentação/Sprint 3/UC09_Efectuar_Candidatura/Diagrama de Classes_v2.plantuml
55e7485539f08a8c57230f2950fda7893619920d
[]
no_license
blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2
3a257326461907780a503165042584c5b7a8e535
95c31675e9008e961f00b177d6814046a72b577c
refs/heads/main
2023-03-18T20:54:48.147868
2021-03-21T20:10:16
2021-03-21T20:10:16
331,623,577
0
2
null
2021-03-21T20:10:17
2021-01-21T12:38:14
Java
UTF-8
PlantUML
false
false
1,363
plantuml
@startuml left to right direction title UC9 - Efectuar Candidatura class GrauProficiencia { Integer valor String designacao } class Tarefa { String referencia String designacao String descricaoInformal String descricaoTecnica Integer duracaoEstimada double custoEstimado } class Freelancer { String nome String NIF String telefone Email email } class Candidatura { Data dataFimCandidatura Double valorPretendido Integer numeroDias String txtApresentacao String txtMotivacao } class UC9_UI{ -- getAllTarefasElegiveis (emailFreelancer) registarCandidatura(idAnuncio, custo,\n duracao, txtApresentacao, txtMotivacao, emailFreelancer ) } class UC9_CTRL{ -- getAllTarefasElegiveis (emailFreelancer) registarCandidatura (idAnuncio, custo,\n duracao, txtApresentacao, txtMotivacao, emailFreelancer ) } class RepositorioTarefa{ -- getAllTarefasElegiveis (emailFreelancer) } class RepositorioCandidatura { -- save (idAnuncio, custo,\n duracao, txtApresentacao, txtMotivacao,\n emailFreelancer ) } UC9_UI - UC9_CTRL UC9_CTRL - RepositorioTarefa UC9_CTRL -- RepositorioCandidatura RepositorioTarefa - Tarefa RepositorioCandidatura -- Candidatura Freelancer - UC9_UI Freelancer - GrauProficiencia Tarefa ---- GrauProficiencia Freelancer - Candidatura @enduml
false
true
false
false
class
5a83e1542dee666a48fade3666c2bf49232f90be
71bf91308d31289e4f85001a074b2f9fd28857df
/NaturalAPI_Design/src/main/java/fourcats/FourCats.plantuml
15701d43226e37bfe510dbbc5d03411519bfc31e
[ "MIT" ]
permissive
fourcatsteam/NaturalAPI
180563686a91b494b8f7084f13e44b95e02a6aa2
eb612e47de99893f307f6549feaa889becda2b8a
refs/heads/master
2022-12-23T04:34:00.959782
2020-05-18T13:37:13
2020-05-18T13:37:13
250,514,043
0
1
MIT
2022-12-16T05:16:55
2020-03-27T11:14:03
HTML
UTF-8
PlantUML
false
false
344
plantuml
@startuml title __FOURCATS's Class Diagram__\n namespace fourcats { class fourcats.GuiLauncher { {static} + main() } } right footer PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it) For more information about this tool, please contact philippe.mesmeur@gmail.com endfooter @enduml
false
true
false
false
class
1d6bfc125fd797117c1ec6452542348d32b136f1
7e6fa61a8595cd38195713b5c7698f5de6f7c7b3
/base/044/dependente2.puml
b64849e94cbb1b4f8ee4a0d84de0cdd98d7046f2
[]
no_license
qxcodepoo/arcade
3ff1852792a47584f00c1ab9fd5011ebb2c4b830
3722a8c976a51829b2b6f4913360c23bf114433a
refs/heads/master
2023-08-31T04:07:06.255292
2023-08-25T03:16:42
2023-08-25T03:16:42
217,410,955
36
42
null
2020-09-24T13:22:18
2019-10-24T23:12:40
C++
UTF-8
PlantUML
false
false
249
puml
@startuml skinparam defaultFontName Hasklig skinparam dpi 150 left to right direction Socio "1" --> "0..*" Dependente : possui class Socio { - nome : String - dependente : Dependentes[0..*] } class Dependente { - nome : String } @enduml
false
true
false
false
sequence
38a92694ab38cbf9c54f206014c6cb9b52ef3893
b4f12bc86f94818e00e24c8ad164d282f6ef1e8e
/uml/NetworkClass2.puml
060bf9fadde40fc72b98434d5f2af8fe35c63b49
[]
no_license
nange77456/OrderingSystem-Chef
a90ad55cf74ee07db9c2a54d50d5358aaaa9a2bd
e8a4dd75a60cecf93578291d09abe8fb1c192579
refs/heads/main
2023-05-24T12:24:23.555084
2021-06-15T09:45:46
2021-06-15T09:45:46
358,181,814
0
0
null
null
null
null
UTF-8
PlantUML
false
false
482
puml
@startuml 'https://plantuml.com/class-diagram skinparam classAttributeIconSize 0 class CookieInterceptor{ +intercept() : Response } class ServiceCreator{ -client : OkHttpClient -retrofit : Retrofit +createService() : xxxService } interface Interceptor CookieInterceptor ..|> Interceptor ServiceCreator ..> Interceptor ServiceCreator ..|> OrderService ServiceCreator ..|> DishService ServiceCreator ..|> SuggestionService ServiceCreator ..|> UserService @enduml
false
true
false
false
class
a5f6e32aba8deb3ae9b3879d939a9d3cc6181ec4
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/tech-apache/apache-lang/src/main/resources/apache/pool2/pool2.puml
94ce697be6df351186cdc7765159fce4322ad66d
[]
no_license
physicsLoveJava/java-miscellaneous
614cfbad7dd7679e99c561b210ebbbf1a9df941e
e7563fdc9b5f955662cba40fc48614e45747d020
refs/heads/master
2021-07-19T13:30:51.096326
2019-01-21T09:09:50
2019-01-21T09:09:50
105,858,854
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,291
puml
@startuml abstract class BaseKeyedPooledObjectFactory extends BaseObject implements KeyedPooledObjectFactory abstract class BaseObject abstract class BaseObjectPool extends BaseObject implements ObjectPool abstract class BasePooledObjectFactory extends BaseObject implements PooledObjectFactory interface KeyedObjectPool<K,V> interface KeyedPooledObjectFactory<K,V> interface ObjectPool<T> interface PooledObject extends Comparable interface PooledObjectFactory<T> enum PooledObjectState interface TrackedUse interface UsageTracking<T> class BaseProxyHandler class CglibProxyHandler extends BaseProxyHandler implements MethodInterceptor class CglibProxySource implements ProxySource class JdkProxyHandler extends BaseProxyHandler implements InvocationHandler class JdkProxySource<T> implements ProxySource class ProxiedKeyedObjectPool<K,V> implements KeyedObjectPool class ProxiedObjectPool<T> implements ObjectPool interface ProxySource<T> class AbandonedConfig abstract class BaseGenericObjectPool<T> extends BaseObject abstract class BaseObjectPoolConfig extends BaseObject implements Cloneable interface CallStack class CallStackUtils class DefaultEvictionPolicy<T> implements EvictionPolicy class DefaultPooledObject<T> implements PooledObject class DefaultPooledObjectInfo implements DefaultPooledObjectInfoMBean interface DefaultPooledObjectInfoMBean class EvictionConfig interface EvictionPolicy<T> class EvictionTimer class GenericKeyedObjectPool<K,T> extends BaseGenericObjectPool implements KeyedObjectPool, GenericKeyedObjectPoolMXBean class GenericKeyedObjectPoolConfig extends BaseObjectPoolConfig interface GenericKeyedObjectPoolMXBean<K> class GenericObjectPool<T> extends BaseGenericObjectPool implements ObjectPool, GenericObjectPoolMXBean, UsageTracking class GenericObjectPoolConfig extends BaseObjectPoolConfig interface GenericObjectPoolMXBean class InterruptibleReentrantLock extends ReentrantLock class LinkedBlockingDeque<E> extends AbstractQueue implements Deque, Serializable class PooledSoftReference<T> extends DefaultPooledObject class PoolImplUtils class SecurityManagerCallStack implements CallStack class SoftReferenceObjectPool<T> extends BaseObjectPool class ThrowableCallStack implements CallStack @enduml
false
true
false
false
class
420690e141839dfd16ed8d40a6bbf8db7fa72830
72324551ec754b7d76ebe8586cf88b02f2f6e2d6
/presentation-abstraction-control/etc/presentation-abstraction-control.urm.puml
5f3bc3507301b30b6420507f4458618043852d8c
[ "MIT" ]
permissive
cs304-spring2021/java-design-patterns
2570c67d750c22d0016c7dede9294b9ec34f892f
c09c61414368cbbae3fdd87e4efc9ef2ab185787
refs/heads/master
2023-04-19T07:31:26.280151
2021-04-25T04:10:00
2021-04-25T04:10:00
361,327,803
0
0
null
2021-04-25T04:07:49
2021-04-25T04:07:48
null
UTF-8
PlantUML
false
false
3,388
puml
@startuml package com.iluwatar.pac { class App { - LOGGER : Logger {static} + App() + main(args : String[]) {static} } class StudentAverageGradeAbstraction { - avg : float + StudentAverageGradeAbstraction() + getAvg() : float + updateAvg(studentCourseAbstraction : StudentCourseAbstraction) } class StudentAverageGradeControl { - studentAverageGradeAbstraction : StudentAverageGradeAbstraction - studentAverageGradePresentation : StudentAverageGradePresentation - studentStatusControl : StudentStatusControl + StudentAverageGradeControl(studentStatusControl : StudentStatusControl) + getAvg() : float + present() + updatePreAndAbstraction(studentCourseAbstraction : StudentCourseAbstraction) } class StudentAverageGradePresentation { - LOGGER : Logger {static} + StudentAverageGradePresentation() + present(avg : double) } class StudentCourseAbstraction { - map : Map<String, Float> + StudentCourseAbstraction() + addGrade(name : String, grade : float) + changeGrade(name : String, grade : float) : int + getGrade(name : String) : float + getGrades() : Object[] + getNames() : Object[] } class StudentCourseControl { - studentAbstraction : StudentCourseAbstraction - studentCoursePresentation : StudentCoursePresentation - studentStatusControl : StudentStatusControl + StudentCourseControl(studentStatusControl : StudentStatusControl) + addCourseGrade(name : String, grade : float) + changeCourseGrade(name : String, grade : float) : boolean + getCourseGrade(name : String) : float + getStudentAbstraction() : StudentCourseAbstraction + present() } class StudentCoursePresentation { - LOGGER : Logger {static} + StudentCoursePresentation() + present(abstraction : StudentCourseAbstraction) {static} } class StudentStatusAbstraction { - pass : boolean + StudentStatusAbstraction() + getPass() : boolean + setPass(avg : float) } class StudentStatusControl { - studentAverageGradeControl : StudentAverageGradeControl - studentCourseControl : StudentCourseControl - studentStatusAbstraction : StudentStatusAbstraction - studentStatusPresentation : StudentStatusPresentation + StudentStatusControl() + getStatus() : boolean + getStudentAverageGradeControl() : StudentAverageGradeControl + getStudentCourseControl() : StudentCourseControl + present() + update(studentCourseAbstraction : StudentCourseAbstraction) + updateStatus(averageGrade : float) } class StudentStatusPresentation { - LOGGER : Logger {static} + StudentStatusPresentation() + present(pass : boolean) } } StudentCourseControl --> "-studentAbstraction" StudentCourseAbstraction StudentStatusControl --> "-studentStatusAbstraction" StudentStatusAbstraction StudentCourseControl --> "-studentCoursePresentation" StudentCoursePresentation StudentAverageGradeControl --> "-studentAverageGradePresentation" StudentAverageGradePresentation StudentStatusControl --> "-studentStatusPresentation" StudentStatusPresentation StudentAverageGradeControl --> "-studentAverageGradeAbstraction" StudentAverageGradeAbstraction StudentCourseControl --> "-studentStatusControl" StudentStatusControl StudentAverageGradeControl --> "-studentStatusControl" StudentStatusControl @enduml
false
true
false
false
class
2d8fc2cca9047d91a7239d67e3ec6c3d230ccefe
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/InventoryPagedQueryResponse.puml
6c3589959757fbdc0872f9cef7038690175f5f08
[]
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
424
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 InventoryPagedQueryResponse [[InventoryPagedQueryResponse.svg]] { limit: Long offset: Long count: Long total: Long results: [[InventoryEntry.svg List<InventoryEntry>]] } @enduml
false
true
false
false
class
1bdb711ad98cf9e72a5ceca052be29dc34d9f1d6
3150c7ff97d773754f72dabc513854e2d4edbf04
/P3/STUB_Yeste_Guerrero_Cabezas/libraries/concordion-2.1.1/src/test/java/spec/concordion/annotation/annotation.plantuml
732cf1f47849d7600dbc60283eedafa7d8a2f500
[ "Apache-2.0", "WTFPL" ]
permissive
leRoderic/DS18
c8aa97b9d376788961855d6d75996990b291bfde
0800755c58f33572e04e7ce828770d19e7334745
refs/heads/master
2020-03-29T05:14:14.505578
2019-11-07T18:01:37
2019-11-07T18:01:37
149,574,113
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,013
plantuml
@startuml title __ANNOTATION's Class Diagram__\n package spec.concordion { package spec.concordion.annotation { class AnnotationFixture { } } } package spec.concordion { package spec.concordion.annotation { class BeforeAndAfterLoggingFixture { {static} - log : List<String> + logBeforeExample() + logAfterExample() + logBeforeSpecification() + logAfterExample() + log() {static} + getLog() + error() + ok() } } } package spec.concordion { package spec.concordion.annotation { class BeforeAndAfterLoggingWithListenerFixture { {static} - log : List<String> + logBeforeExample() + logAfterExample() + logBeforeSpecification() + logAfterSpecification() + log() {static} + getLog() } } } package spec.concordion { package spec.concordion.annotation { class BeforeAndAfterMethodHooksFixture { + getLog() + getListenerLog() + simulateRun() } } } package spec.concordion { package spec.concordion.annotation { class ConcordionOptionsFixture { - pegdownExtensions : int + translate() + withWikilinkAndAutolink() + parse() + parseAndReturnExceptionMessage() } } } package spec.concordion { package spec.concordion.annotation { class ConcordionResourcesFixture { + process() + process() + processExpectingException() + processSpec() - compile() - compile() - process() + getResources() + getLinkExists() + getScriptExists() + isCssIncluded() + isDefaultCssIncluded() + isCopied() } } } package spec.concordion { package spec.concordion.annotation { class ConcordionScopedFixture { - exampleScopedCounter : ScopedObjectHolder<AtomicInteger> - specScopedCounter : ScopedObjectHolder<AtomicInteger> - fieldCounter : int + getFieldCounter() + getSpecScopedCounter() + getExampleScopedCounter() + incrementAllCounters() } } } package spec.concordion { package spec.concordion.annotation { class ImplementationStatusFixture { } } } BeforeAndAfterLoggingWithListenerFixture o-- ExampleEventTestExtension : ext1 BeforeAndAfterLoggingWithListenerFixture o-- ExampleEventTestExtension : ext2 ConcordionResourcesFixture o-- TestRig : testRig ConcordionResourcesFixture o-- JavaSourceCompiler : compiler ConcordionResourcesFixture o-- ProcessingResult : result 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
c4ab8cdc84237ca013889012dd623a7925a73023
8a0653b68453c355f27c1e0909da3d2d37601b65
/project/uml/SequenceDiagram/PlaybookCLI.puml
f6e1aa84bd08deacbe3f85e054399c5893ffaaf0
[]
no_license
ezequiels/nazz
c605e48262bb7c8386197e370736171c7f964e21
3735c58c464bb861b275481ec1216bc8da9ce84e
refs/heads/master
2021-08-30T04:35:27.576352
2017-12-16T02:25:12
2017-12-16T02:25:12
111,032,955
1
0
null
null
null
null
UTF-8
PlantUML
false
false
450
puml
@startuml participant PlaybookCLI create PlaybookExecutor PlaybookCLI -> PlaybookExecutor: init(playbooks, inventory, variable_manager, loader, options, passwords) create TaskQueueManager PlaybookExecutor -> TaskQueueManager: init(...) PlaybookCLI -> PlaybookExecutor: run() loop for each play PlaybookExecutor -> TaskQueueManager: run(play) ... TaskQueueManager --> PlaybookExecutor: result end PlaybookExecutor --> PlaybookCLI: result @enduml
false
true
false
false
sequence
947aee2f4ba1057aa9b971f60c8cba3cb528e02f
b7ad06eab7c32e524cb949fe97a3d673dec23672
/src/main/java/ex46/wordCounter_structure.puml
846ed152453b6ac00e82b7c810fcaf290caa7393
[]
no_license
ivanp589/Pavlov-cop3330-assignment3
888269e29f4b35fc3b6af60f8421c48f8eb0c493
165dfcacaadab392347d6744223fe18e957a1add
refs/heads/master
2023-08-30T10:16:32.022417
2021-10-12T03:46:57
2021-10-12T03:46:57
416,172,204
0
0
null
null
null
null
UTF-8
PlantUML
false
false
897
puml
@startuml wordCounter--createHashMap wordCounter--output wordCounter--getStringFromFile class wordCounter{ +String inputSTR,outputString +println() +createHashMap() +HashMap frequencyHashMap +output() } output<-getListOfKeys output<-getSpaces output<-getstars interface output{ +StringBuilder outputString +int i +ArrayList word +getListOfKeys() +get() +append() +getstars() +getSpaces() } interface getListOfKeys{ +String[] inputSTR +split() +ArrayList listOfKeys +int i +length() +contains() +add() } interface getstars{ +Stringbuilder stars +int numStars,i +get() +append() } interface getSpaces{ +Stringbuilder spaces +int numSpaces,i +append() } interface getStringFromFile{ +String originalString +readAllBytes() +get() +printStackTrace() } interface createHashMap{ +HashMap frequencyMap +split() +length() +int i +String[] input +containsKey() +put() +get() +replace() } @enduml
false
true
false
false
class
8f0c7962352fa6927ad5ef0bb5d621a425540d32
6a1217e0b980a43614fd69db7bbad70857e21ddc
/docs/sequences/order/update-order-by-id.puml
efe738e9554224f02878108cdd56b060fe98f1ae
[]
no_license
kieutridang/training-nodejs
36675f6d4f5714cfc56c6963f16b9b565961033a
c9339fbd3a74df32746a863ecd4c8fdccc73f513
refs/heads/master
2023-01-07T01:02:31.836578
2019-12-10T08:09:45
2019-12-10T08:09:45
226,821,382
0
0
null
2023-01-05T02:37:14
2019-12-09T08:26:15
JavaScript
UTF-8
PlantUML
false
false
1,350
puml
@startuml actor User control server database order database productInOrder User -> server: PUT /update-order-by-id with request field activate server server -> server: Authorize user can udpate order alt Unauthorize server --> User: Return error code 401 and message: User authorize else Authorize server -> order: Find order by Id and update activate order alt Update fail order --> server: Return error message server --> User: Error message else Update successfully order --> server: Return success message deactivate order server --> User: Success message end server -> productInOrder: Remove old product in order activate productInOrder alt Remove fail productInOrder --> server: Return error message server --> User: Error message else Remove successfully productInOrder --> server: Return success message server --> User: Success message end server -> productInOrder: Insert new product in order alt Insert fail productInOrder --> server: Return error message server --> User: Error message else Insert successfully productInOrder --> server: Return success message deactivate productInOrder server --> User: Success message deactivate server end end @enduml
false
true
false
false
sequence
7c4e16aa783292bd47da9cab683593770aabe461
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/behavioral/strategy-class.puml
9882104a575d0c131c432cca0b5405547e511c22
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
376
puml
@startuml scale 1024 height title Strategy pattern class diagram class Context { - Strategy strategy + setStrategy(Strategy) + execute() } interface Strategy { + execute() } class ConStrategyA class ConStrategyB Context o- Strategy Strategy <|.. ConStrategyA Strategy <|.. ConStrategyB note "execute() {\nstrategy.execute()\n}" as N1 N1 .up. Context @enduml
false
true
false
false
class
11118a8f8c7ff73f295213695b44df903fe207c7
87e51d3f435cf89041f8a46e8cf756252a5583f6
/doc/concepts/plantUML/initEngineGL-polymorphic.puml
92f2b130c60c65ffc4f727d4880ee9fba2839e15
[ "MPL-2.0", "GPL-3.0-only", "LGPL-3.0-only", "CC-BY-3.0", "LGPL-2.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "CC-BY-4.0", "Apache-2.0" ]
permissive
STORM-IRIT/Radium-Engine
ba0e54d9bc153a3a4b6a8f00118fa63717d74c97
82810e055a469dde1c1df14dd670dde622b238db
refs/heads/master
2023-09-04T04:29:40.253567
2023-04-05T15:06:34
2023-04-05T15:06:34
38,614,085
101
57
Apache-2.0
2023-09-13T13:08:00
2015-07-06T11:14:38
C++
UTF-8
PlantUML
false
false
8,231
puml
@startuml 'https://plantuml.com/sequence-diagram title Initialisation and run sequence for Gui::BaseApplication related applications \n Customizable BaseApplication initialization \n participant main participant UserApplication participant "Gui::BaseApplication" participant "Engine::RadiumEngine" participant "Gui::MainWindowInterface" participant "Gui::Viewer" participant "Gui::WindowQt" participant OpenGL group Kind of user applications group Mara (User defined app) note left of "Engine::RadiumEngine" #AACCFF UserApplication = class derived from "Gui::BaseApplication". Usage of the inherited class with specific implementation of MainWindowInterface. Application is controlled by the MainWindowInterface implementation. end note -> main : start activate main #AACCFF main -> UserApplication ++ : create( **WindowFactory** ) end group Radium Sandbox (Radium Apps) note left of "Engine::RadiumEngine" #BBFFCC UserApplication = main function. Direct usage of "Gui::BaseApplication" with specific implementation of MainWindowInterface. Application is controlled by the MainWindowInterface implementation. end note -> UserApplication : start activate UserApplication #BBFFCC end group Radium demos (Example Apps) note left of "Engine::RadiumEngine" #FFCCBB UserApplication = main function. Direct usage of "Gui::BaseApplication" with Gui::SimpleWindow as MainWindowInterface. The application populates the Engine and parameterizes timers before entering event loop. Application is automatic. end note -> UserApplication : start activate UserApplication #FFCCBB end end == Application creation and internal configuration == UserApplication -> "Gui::BaseApplication" ++ : create( argc, argv, appname ) return == Engine and gui configuration == UserApplication -> "Gui::BaseApplication" ++ : initialize( **WindowFactory** ) "Gui::BaseApplication" -> "Engine::RadiumEngine" ++ : Create & initialize return Engine singleton == Configure Engine and scene services == "Gui::BaseApplication" -> "Gui::BaseApplication" ++ : engineBaseInitialization group #FF5555 Do we define some "engine default services" alt Add initDefaultSystems() method in Engine::RadiumEngine class "Gui::BaseApplication" -> "Engine::RadiumEngine" : initDefaultSystems() end alt Configure the systems explicitely in the application "Gui::BaseApplication" -> "Engine::RadiumEngine" : Add geometry system end end "Gui::BaseApplication" -> "Engine::RadiumEngine" : Configure time management group Overridden engineBaseInitialization methods group #AACCFF Mara (User defined app) "Gui::BaseApplication" -> UserApplication ++ : specific engine internals return end end return == Configure OpenGL context and drawing/application window == "Gui::BaseApplication" -> "Gui::MainWindowInterface" ++ : createMainWindow from **WindowFactory** "Gui::MainWindowInterface" -> "Gui::Viewer" ++ : create "Gui::Viewer" -> "Gui::WindowQt" ++ : create "Gui::WindowQt" -> OpenGL ++ : create context return context return return group Connections made by specific implementations of "Gui::MainWindowInterface" group #FFCCBB Gui:: SimpleWindow "Gui::MainWindowInterface" -> "Gui::MainWindowInterface" : no connections end group #BBFFCC Sandbox::mainWindow "Gui::MainWindowInterface" -> "Gui::Viewer" : connect slot onGLInitialized() to signal glInitialized "Gui::MainWindowInterface" -> "Gui::Viewer" : connect slot onRendererReady() to signal rendererReady end group #AACCFF Mara::mainWindow "Gui::MainWindowInterface" -> "Gui::MainWindowInterface" : no connections end end return mainWindow "Gui::BaseApplication" -> "Gui::MainWindowInterface" ++ : getViewer() return viewer == Configure event management on the drawing/application window == "Gui::BaseApplication" -> "Gui::Viewer" : connect slot engineOpenGLInitialize() to signal requestEngineOpenGLInitialization "Gui::BaseApplication" -> "Gui::Viewer" : connect slot initializeGL() to signal glInitialized "Gui::BaseApplication" -> "Gui::Viewer" : connect slot askForUpdate() to signal needUpdate == Make OpenGL and drawing environment to be initialized == "Gui::BaseApplication" -> "Gui::MainWindowInterface" : show "Gui::MainWindowInterface" -> "Gui::Viewer" : show "Gui::Viewer" -> "Gui::WindowQt" : show "Gui::WindowQt" -> OpenGL ++ : makeCurrent "Gui::WindowQt" -> "Gui::Viewer" ++ : InitializeGL "Gui::Viewer" -> "Gui::Viewer" : globject init group Signal requestEngineOpenGLInitialization "Gui::Viewer" -> "Gui::BaseApplication" ++ : engineOpenGLInitialize "Gui::BaseApplication" -> "Engine::RadiumEngine" ++ : initializeGL() return group #AACCFF Mara (User defined app) "Gui::BaseApplication" -> UserApplication ++: addRenderers() UserApplication -> "Gui::Viewer" : addRenderer(Forward) UserApplication -> "Gui::MainWindowInterface" : build Forward renderer gui UserApplication -> "Gui::Viewer" : addRenderer(NodeBased) UserApplication -> "Gui::MainWindowInterface" : build NodeBased renderer gui return end return end "Gui::Viewer" -> "Gui::Viewer" : Services init note left Gizmos and other OpenGL related internals. end note group Signal glInitialized group #BBFFCC Sandbox::mainWindow "Gui::MainWindowInterface" <- "Gui::Viewer" ++: onGLInitialized() "Gui::MainWindowInterface" -> "Gui::Viewer" : addRenderer(Forward) return end "Gui::BaseApplication" <- "Gui::Viewer" ++ : initializeGL() "Gui::BaseApplication" -> "Gui::BaseApplication" : init pre-inserted plugin's GL group Overridden initializeGl methods group #AACCFF Mara (User defined app) "Gui::BaseApplication" -> UserApplication ++ : initializeGl() return end end return end "Gui::Viewer" -> "Gui::Viewer" : openGL OK "Gui::Viewer" -> "Gui::Viewer" : check renderers note left If no renderer was added, add the default one. Initializes all added renderers. end note return "Gui::WindowQt" -> OpenGL : doneCurrent return "Gui::WindowQt" --> "Gui::Viewer" "Gui::Viewer" --> "Gui::MainWindowInterface" "Gui::MainWindowInterface" --> "Gui::BaseApplication" == Configure and initialize extensions/plugins for application and input/output capabilities on the Engine == "Gui::BaseApplication" -> "Gui::BaseApplication" : Load Plugins "Gui::BaseApplication" -> "Engine::RadiumEngine" ++ : registerFileLoaders note left of "Engine::RadiumEngine" Radium::IO loaders if configured : - Tinyply - Assimp end note return group Overridden addApplicationExtension methods group #AACCFF Mara (User defined app) "Gui::BaseApplication" -> UserApplication ++ : addApplicationExtension() UserApplication -> "Engine::RadiumEngine" : registerFileLoader return end end return == Application / Engine ready to be used == group after "Gui::BaseApplication" creation group Radium demos (Example Apps) UserApplication -> "Engine::RadiumEngine" : scene configuration UserApplication -> "Gui::BaseApplication" ++: event loop return exit() deactivate UserApplication #FFCCBB <- UserApplication : exit end group Radium Sandbox (Radium Apps) UserApplication -> "Gui::BaseApplication" ++: event loop return exit() deactivate UserApplication #BBFFCC <- UserApplication : exit end group Mara (User defined app) main -> UserApplication ++: event loop return exit() deactivate main #AACCFF <- main : exit end end @enduml
false
true
false
false
sequence
7a234d19f4cf8177e18b20b262d117cd4d48beb6
f2db200edc87653aaa446905e1782ac6b8b04b55
/main4-order/main4-order-api/src/main/resources/pay.puml
155e4659acb17b1035d10378c8171fa9554b0c1e
[]
no_license
moutainhigh/main-pom
4f5deada05053dd4d25675b6fd49b8829b435dff
dbe6b45afc1ecd1afde1c93826c35f2d38623dab
refs/heads/master
2021-09-26T23:17:28.986841
2018-10-31T06:39:14
2018-10-31T06:39:14
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
561
puml
@startuml interface PayerService{ PayApplyVO payApply(Long oid,Long money,String title); void refund(Long payId,Long money); void paySure(Long applyId,String outerPid,String outerPuser,Long payMoney); PayApplyVO selApply(Long applyId); } abstract class PayerServiceAble{ Long payedLeft(Long payId); } class WxPayerServiceImpl{ } class AliPayerServiceImpl{ } class XzPayerServiceImpl{ } PayerService <|-- PayerServiceAble PayerServiceAble <|-- WxPayerServiceImpl PayerServiceAble <|-- AliPayerServiceImpl PayerServiceAble <|-- XzPayerServiceImpl @enduml
false
true
false
false
class
82fef4058409d69cf6f26a17e2337e748988999b
14be5228d52d9a7e9db16de48d4b262ce33d6257
/Anno_2018_2019/Esercitazione2018_11_22/Assets/UML.puml
cb90e1117228d78feb8fa1c3ca0a97508e253501
[]
no_license
a-pucci/GameDev-1anno-2016-2017
d7625be64b1878ab4e2155aea35c2f141265190a
0b1298c4524864db30f62c7a6483554786a64fe8
refs/heads/master
2021-06-20T13:36:53.455226
2019-02-26T20:33:21
2021-04-02T18:03:00
74,010,542
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,155
puml
@startuml hide empty method hide empty field enum PokemonTypes enum Actions class BattleManager << M , cyan >> class BattleTrainer << M , cyan >> class BattlePokemon << M , cyan >> class BattleRoster << M , cyan >> class PokemonButton << M , cyan >> class Speaker << M, cyan >> class Trainer << S , brown >> class Pokemon << S , brown >> class Pokedex << S , brown >> class TypeChart << S , brown >> class Evolution '------------------------------------' BattleManager : + twoPlayers : bool BattleManager : + playerOne : BattleTrainer BattleManager : + playerTwo : BattleTrainer BattleManager : + opponentOne : BattleTrainer BattleManager : + opponentTwo : BattleTrainer BattleManager : + typeChart : TypeChart BattleManager : + speaker : Speaker BattleManager : - trainers : List<battleTrainers> BattleManager : - turnActions : Actions BattleManager : - fightingPokemons : List<BattlePokemon> BattleManager : - void SetTrainers() BattleManager : - void ChangeTurn() BattleManager : - void AddTrainerAction() BattleManager : - void PrepareToResolveTurn() BattleManager : - List<T> SwapListElements() BattleManager : - void ResolveTurn() BattleManager : - void Fight() BattleManager : - void BattleEnded() BattleTrainer : + trainer : Trainer BattleTrainer : + battlePokemon : BattlePokemon BattleTrainer : + battleRosterPrefab : BattleRoster BattleTrainer : + changeButton : Button BattleTrainer : + isOpponent : bool BattleTrainer : + isMyTurn : bool BattleTrainer : - image : Image BattleTrainer : - roster : List<Pokemon> BattleTrainer : - areAllPokemonsExhaust : bool BattleTrainer : - RosterEmpty : Action BattleTrainer : - void ChangePokemon() BattleTrainer : - void ChangeExhaustedPokemon() BattleTrainer : - void RemoveExhaustedPokemon() BattleTrainer : - void Attack() BattleTrainer : - void UsePokemon() BattlePokemon : + pokemon : Pokemon BattlePokemon : + isOpponent : bool BattlePokemon : + image : Image BattlePokemon : + attackButton : Button BattlePokemon : + hp : float BattlePokemon : + speed : int BattlePokemon : + types : List<PokemonTypes> BattlePokemon : + isExhaust : Action<Pokemon> BattlePokemon : + Attack : Action BattlePokemon : + void Change() BattlePokemon : + void TakeDamage() BattlePokemon : + int AttackEnemy() BattlePokemon : + PokemonTypes GetPokemonType() BattleRoster : + buttonPrefab : PokemonButton BattleRoster : + PokemonChosen : Action<Pokemon> BattleRoster : - pokemonIcons : List<Image> BattleRoster : + void CreateRoster() BattleRoster : - Chosen() PokemonButton : + button : Button PokemonButton : + icon : Image PokemonButton : + pokemonName : Text PokemonButton : + PokemonChosen : Action<Pokemon> PokemonButton : - pokemon : Pokemon PokemonButton : + void SetPokemon() PokemonButton : - OnClick() Speaker : + baloon : GameObject Speaker : + speechText : Text Speaker : + SpeakEnded : Action Speaker : + void Speak() Speaker : - IEnumerator SpeakingTime() Trainer : + front : Sprite Trainer : + back : Sprite Trainer : + pokedex : Pokedex Trainer : + battleRoster : List<Pokemon> Trainer : - rosterSize : int Trainer : + void ClearRoster() Trainer : + void FillRoster() Pokemon : + name : string Pokemon : + front : Sprite Pokemon : + back : Sprite Pokemon : + icon : Sprite Pokemon : + id : int Pokemon : + types : List<PokemonTypes> Pokemon : + description : string Pokemon : + hp : int Pokemon : + spd : int Pokemon : evolutions : List<Evolution> Evolution : + id : int Evolution : + name : string Evolution : + lvl : int Pokedex : + pokemons : Pokemon[] Pokedex : + Pokemon GetRandomPokemon() Pokedex : - void FillPokedex() Pokedex : - void ClearPokedex() TypeChart : + typeChart : float [,] TypeChart : + float AttackEffect() TypeChart : - void InitializeMatrix() '----------------------------------------------------------' BattleManager *-- Actions BattleManager *-- BattleTrainer BattleManager -- TypeChart BattleManager -- Speaker BattleTrainer -- Trainer BattleTrainer -- BattlePokemon BattleTrainer -- BattleRoster BattlePokemon -- Pokemon BattlePokemon *-- PokemonTypes BattleRoster *-- PokemonButton Trainer -- Pokedex Pokedex *-- Pokemon Pokemon *-- Evolution @enduml
false
true
false
false
class
3907c4ab43bc9fe9917baa0c4b01a3eafb023d34
9ef32022b4dee6f2722ba5c906b9726683aa5c6c
/docs/diagram.puml
91d66344238991aff070d01023b033670873ed08
[]
no_license
FareedAlly/Ally-app2
916763fafdb313f403d22973db824437c557467d
b0d1e6b77b4713d5c68a07cfb857df9b82c19fa3
refs/heads/main
2023-09-02T10:15:07.315483
2021-11-22T06:12:40
2021-11-22T06:12:40
429,646,075
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,261
puml
@startuml class InventoryManagementApplication { +public void start(Stage primaryStage) +public static void main(String[] args) } class Item { +public Item(String name, String value, String serialNumber) +public void setName(String name) +public void setValue(String value) +public void setSerialNumber(String serialNumber) } class CheckInfo { +public boolean checkName(String name) +public boolean checkValue(String value) +public boolean checkSerialNumber(String serialNumber) } class InventoryManagementController { +void initialize() +public void addItemToInventory(String name, String value, String serialNumber) +public void clear() +public void display() +public void addItemAndDisplay(String name, String value, String serialNumber) +public void createItem() +void addItemButtonClicked(ActionEvent event) +void loadInventoryButtonClicked(ActionEvent event) +void removeAllItemsButtonClicked(ActionEvent event) +void removeItemButtonClicked(ActionEvent event) +void saveInventoryButtonClicked(ActionEvent event) +void searchItemNameButtonClicked(ActionEvent event) +public void searchList() } InventoryManagementApplication -->InventoryManagementController Item --> InventoryManagementController InventoryManagementController --> CheckInfo @enduml
false
true
false
false
class
b746718300306936f18505ee5f9b3cbfe927e55f
f4cdd5f5b4bf31ae281288e25b37bc771575823d
/images/06/create_subscription.puml
71fc2dd3291a9e3ed4dfe132c8d7b096b18ca88a
[ "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
493
puml
@startuml hide footbox !theme plain skinparam backgroundcolor transparent box "Streetlight 1 Notebooks" #f8f8f8 participant "Streetlight-1\nAE" as AE1 participant "Notification\nReceiver" as NS end box participant "CSE" as CSE box "Streetlight 2" #f8f8f8 participant "Streetlight-2\nAE" as AE2 end box AE1 -> CSE: CREATE <subscription>\ncse-in/StreetLight-AE-2/Light-Container-2 CSE -> NS: NOTIFY <notification>\nverification notification CSE <- NS: Response AE1 <- CSE: Response @enduml
false
true
false
false
sequence
b8575c52b144f9be9ccfb5f390b1bb518172596e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StandalonePriceKeySetMessage.puml
27b2a60eb30be2da344576c5b55e24eda50b40b3
[]
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,172
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 StandalonePriceKeySetMessage [[StandalonePriceKeySetMessage.svg]] extends Message { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] key: String oldKey: String } interface Message [[Message.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
9edd4e472283eebf93e22d0a9b3e4fd52a1ee11f
7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1
/Rendu/doc/javadoc/ch/tofind/commusica/core/ClientCore.puml
f26263f33621aaeb750f128eafbec1b4c9981e71
[]
no_license
heig-vd-pro2017/projet
8f6e9bb5cc75baaf809eda87b31d7de8c632f713
db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1
refs/heads/master
2021-01-16T23:21:13.159819
2017-05-29T17:32:48
2017-05-29T17:32:48
82,906,602
5
2
null
2017-04-02T16:05:43
2017-02-23T08:55:46
Java
UTF-8
PlantUML
false
false
1,452
puml
@startuml class ClientCore { [[ClientCore.html]] {static} -LOG: Logger -multicast: MulticastClient -client: UnicastClient -fileToSend: File -trackToSend: Track -serverSessionManager: ServerSessionManager -threadPool: ExecutorService +END_OF_COMMUNICATION(ArrayList<Object>): String +PLAYLIST_UPDATE(ArrayList<Object>): String +SEND_FIRST_CONNECTION(ArrayList<Object>): String +SEND_TRACK_REQUEST(ArrayList<Object>): String +TRACK_ACCEPTED(ArrayList<Object>): String +TRACK_REFUSED(ArrayList<Object>): String +TRACK_SAVED(ArrayList<Object>): String +SEND_PLAY_PAUSE_REQUEST(ArrayList<Object>): String +SEND_NEXT_TRACK_REQUEST(ArrayList<Object>): String +SEND_PREVIOUS_TRACK_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_UP_REQUEST(ArrayList<Object>): String +SEND_TURN_VOLUME_DOWN_REQUEST(ArrayList<Object>): String +SEND_UPVOTE_TRACK_REQUEST(ArrayList<Object>): String +SEND_DOWNVOTE_TRACK_REQUEST(ArrayList<Object>): String +TRACK_UPVOTED(ArrayList<Object>): String +TRACK_DOWNVOTED(ArrayList<Object>): String +ERROR(ArrayList<Object>): String +SUCCESS(ArrayList<Object>): String +sendUnicast(InetAddress, String): void +sendMulticast(String): void +stop(): void +isServer(): boolean } @enduml
false
true
false
false
class
57700189933018c65c25b34d9f80fca4c0185350
898995442294a4a98302b17eaa08148c2e09f593
/src/main/java/logic/money/tax/tax.plantuml
9e4f0d185a0abf3ce3806f97c3048b19d6333a7b
[]
no_license
Dzordzu/BERP
c18979dd50e46ddb35305c1d9c81ecfd849b266a
197bf85172032b190b66184d7269bf3eb51a1d02
refs/heads/master
2020-03-31T11:18:35.794581
2018-11-06T10:50:00
2018-11-06T10:50:00
152,171,741
0
0
null
2018-11-05T01:04:55
2018-10-09T01:54:44
Java
UTF-8
PlantUML
false
false
1,631
plantuml
@startuml title __TAX's Class Diagram__\n package logic { package logic.money { package logic.money.tax { class Assurances { {static} - ourInstance : Assurances {static} + getInstance() - Assurances() + getDescription() + applyTax() + revertTax() } } } } package logic { package logic.money { package logic.money.tax { class PensionTax { {static} - ourInstance : PensionTax {static} + getInstance() - PensionTax() + getDescription() + applyTax() + revertTax() } } } } package logic { package logic.money { package logic.money.tax { interface Tax { {abstract} + getDescription() {abstract} + applyTax() {abstract} + revertTax() } } } } package logic { package logic.money { package logic.money.tax { class TestPeriod { {static} - ourInstance : TestPeriod {static} + getInstance() - TestPeriod() + getDescription() + applyTax() + revertTax() } } } } Assurances -up-|> Tax Assurances o-- Percentage : percentage PensionTax -up-|> Tax PensionTax o-- Percentage : percentage TestPeriod -up-|> Tax 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
b60c61f0a7f3bf13877e70279e9281cf675b2924
2674d2bfed6d4a96db1f1d40d19b237642d01ca7
/docs/blue/s1150585/sp2/analysis1.puml
0f6e4158677f0532d759e3f0a4871e909f0f5d86
[]
no_license
HugoFernandes2343/LAPR4_2017-2018
9c827075d64c92d89c05bb772f7e7c3192416803
e1d4724d9995676ac1f25bed0e9c2884929c12bb
refs/heads/master
2023-02-26T22:39:42.292967
2018-06-20T12:37:30
2018-06-20T12:37:30
336,568,975
1
0
null
null
null
null
UTF-8
PlantUML
false
false
371
puml
@startuml analysis.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User User -> Browser : navigate to page Browser ->> Server : newTaskDTO(TaskDTO) database Database Server -> Database : save Server -->> Browser : return Browser -> Browser : display @enduml
false
true
false
false
usecase
2f900f8ec686797a2c0fc1d62a8ed73f75fb2c78
e14c0aada2d2052407a8815aff053f10ff65cc85
/docs/classdiagram.puml
64327fdda66dcb82b45409ea338a8d4bf185aad8
[]
no_license
rogermori/survey-api-de
58e15359e854705b44bd95a0dd4c224d0a070783
66925a04e0435fc390e5717251d23b0a90d7bd9f
refs/heads/master
2023-09-03T05:18:34.108805
2021-11-09T03:40:52
2021-11-09T03:40:52
426,066,799
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,142
puml
@startuml Domain Model rectangle "Core Class Diagram" { class Survey { id: BSON question: String status: "open","closed" numberOfResponses: Number numberOfAnwers: Number batchId: String createdBy: String createdAt: Date updatedAt: Date } class "SurveyResponse" as Response { response: string surveyId: Survey answerId: SurveyAnswer response: string status: "pending","completed" contextId: Context responseBatchId: string createdAt: Date updatedAt: Date } class SurveyAnswer { id: BSON surveyId: Survey answer: string numberOfResponses: Number createdBy: String createdAt: Date updatedAt: Date } interface Context { id: string surveyTaker: user anonimous: boolean email: string IPAddress: string source: AnswerSurveySystem } Survey *-- "*" SurveyAnswer : contains Survey -- "*" Response : takes Context *-- "*" Response : answers note top of Context : External entity not modeled note top of Survey: Surveys are created in batches note bottom of Response: Surveys are answered in a single context on one or more batches } @enduml
false
true
false
false
class
84681b6c777618ac90529528c11258275b54de5a
c808c053ca4ad88d384a4690c612bde8d2b515ac
/cardreader.provider.nfc/cardreader.provider.nfc.plantuml
2cd642cb8c22bdaf0bfbaac9646baaa1a8229e99
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-NFC-Android
915c9ff940d467e64c021055d9b6d3858e539d3f
f2b42a1da3b04f742b4f83facbd9cf039339c56a
refs/heads/master
2022-01-13T13:58:12.947688
2022-01-07T07:24:28
2022-01-07T07:24:28
214,091,391
1
0
null
null
null
null
UTF-8
PlantUML
false
false
5,372
plantuml
@startuml title __CARDREADER.PROVIDER.NFC's Class Diagram__\n namespace de.gematik.ti.cardreader.provider.nfc { class de.gematik.ti.cardreader.provider.nfc.BuildConfig { } } namespace de.gematik.ti.cardreader.provider.nfc { namespace control { class de.gematik.ti.cardreader.provider.nfc.control.NfcCardChecker { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace control { class de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace control { class de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderProvider { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace control { class de.gematik.ti.cardreader.provider.nfc.control.NfcReceiver { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace entities { class de.gematik.ti.cardreader.provider.nfc.entities.NfcCard { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace entities { class de.gematik.ti.cardreader.provider.nfc.entities.NfcCardChannel { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace entities { class de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { class de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging { } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.DataObject { } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.LengthObject { } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject { } } } } namespace de.gematik.ti.cardreader.provider.nfc { namespace security { namespace tagobjects { class de.gematik.ti.cardreader.provider.nfc.security.tagobjects.StatusObject { } } } } de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController -up-|> de.gematik.ti.openhealthcard.common.AbstractAndroidCardReaderController de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController o-- de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController.NfcActivityLifecycleCallback : activityLifecycleCallback de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader : nfcCardReader de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderController o-- de.gematik.ti.cardreader.provider.nfc.control.NfcReceiver : nfcReceiver de.gematik.ti.cardreader.provider.nfc.control.NfcCardReaderProvider .up.|> de.gematik.ti.cardreader.provider.spi.ICardReaderControllerProvider de.gematik.ti.cardreader.provider.nfc.control.NfcReceiver -up-|> android.content.BroadcastReceiver de.gematik.ti.cardreader.provider.nfc.entities.NfcCard .up.|> de.gematik.ti.cardreader.provider.api.card.ICard de.gematik.ti.cardreader.provider.nfc.entities.NfcCard o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCardChannel : basicChannel de.gematik.ti.cardreader.provider.nfc.entities.NfcCard o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCard.ICardPresentCallBack : presentCallBack de.gematik.ti.cardreader.provider.nfc.entities.NfcCardChannel .up.|> de.gematik.ti.cardreader.provider.api.card.ICardChannel de.gematik.ti.cardreader.provider.nfc.entities.NfcCardChannel o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCard : nfcCard de.gematik.ti.cardreader.provider.nfc.entities.NfcCardChannel o-- de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging : secureMessaging de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader .up.|> android.nfc.NfcAdapter.OnTagRemovedListener de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader .up.|> android.nfc.NfcAdapter.ReaderCallback de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader .up.|> de.gematik.ti.cardreader.provider.api.ICardReader de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader.NfcActivityLifecycleCallback : activityLifecycleCallback de.gematik.ti.cardreader.provider.nfc.entities.NfcCardReader o-- de.gematik.ti.cardreader.provider.nfc.entities.NfcCard : nfcCard de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging o-- de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject : commandMacObject de.gematik.ti.cardreader.provider.nfc.security.SecureMessaging o-- de.gematik.ti.cardreader.provider.nfc.security.tagobjects.MacObject : responseMacObject 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
f01f3a5f21fca2ea2d9407731bdbc21bb77bfccd
f64fe6610e4c5d577a15bfb724284166220a513c
/Use cases/Component/lifecycle-state-machine.puml
8448bdfd2ec183b9f50fdc6b79eab905c9487c50
[ "Apache-2.0" ]
permissive
kathra-project/specifications
9f605febafa845dbe02988c1d00bd36298efd3e7
495100b867ab2bd6993caf3190a38b3afe0774f3
refs/heads/master
2022-12-17T06:55:11.624675
2020-08-04T17:44:25
2020-08-04T17:44:25
195,241,374
0
0
Apache-2.0
2022-12-06T01:32:33
2019-07-04T12:53:28
Shell
UTF-8
PlantUML
false
false
1,614
puml
@startuml state "Create a new component" as insertComponent : Group should be specified [*] --> insertComponent insertComponent --> PENDING PENDING : Component existing in DB with status PENDING ERROR : An error has occured during initialization state PENDING { state "Create source repository for api" as createRepositoryApi state "Create group source repository for implementations" as createGroupRepositoryImplementation state "Create libraries" as createLibrariesForProgrammingLanguage : Create libraries (repository + pipeline) for each programming language and libraries types [*] --> createRepositoryApi createRepositoryApi --> createGroupRepositoryImplementation createGroupRepositoryImplementation --> createLibrariesForProgrammingLanguage createLibrariesForProgrammingLanguage --> [*] } ERROR -> [*] PENDING -> READY : Component is fully initialized PENDING -> ERROR READY : Update Component status to READY READY --> UNSTABLE : An error exception is detected state UNSTABLE { state "Check group is READY" as checkGroup state "Check api source repository is READY" as checkApiRepository state "Check group source repository implementation is READY" as checkGroupRepositoryImplementation state "Check libaries are READY" as checkApiVersionLibaries [*] --> checkGroup checkGroup --> checkApiRepository checkApiRepository --> checkGroupRepositoryImplementation checkGroupRepositoryImplementation --> checkApiVersionLibaries checkApiVersionLibaries --> [*] } UNSTABLE -> READY : Component is available READY --> DELETED DELETED -> [*] @enduml
false
true
false
false
sequence
0f2a2c5650a609bd0693cbefe92e9c86cb72b731
369cc72050efdc9f57cb11f6abbd997e6a23009a
/docs/VVS_activity_getInfo.puml
eecd7ec38c57365e0b995f8c074e4053a0262138
[]
no_license
TK5-Tim/Unibas-BCC2019-VVS
9b8d074ccc4208aa34eb8318cf1c22dc5745a7c2
13566b6466ae6a62ce11ef75b7c2d1be60ed5ca9
refs/heads/master
2020-09-12T02:53:04.273866
2019-12-14T09:42:15
2019-12-14T09:42:15
222,277,459
0
0
null
null
null
null
UTF-8
PlantUML
false
false
361
puml
@startuml Aktivitätsdiagram getInfo (*) -->[call] "getBalance() in Klasse Vorsorge" --> [delegated call]"entsprechende Methode in Klasse Info" --> [call] "getVerification()" if "ID correct" then --> [true]"start search" as a1 else ->[false](*) endif a1 -->[request] "Server jeweilige Organisation" --> [return] "erfragte Infos" -->(*) @enduml
false
true
true
false
activity
ad3b7f717cb3cb295c8a552cff489c49fe6e13a3
4d66b0a15e5d42eb96ed5e7527ff506757d74285
/src/dgraph/Node.iuml
765b406998c21bf45f3b5a66785ff6e9d18ea8c7
[ "CECILL-B" ]
permissive
ngocbichdao/java-lattices
1ac847eaa2bbbcc73ceeb61ec9c5cfa618bac574
6742e87de51205923e158db93fd495ffa381f10a
refs/heads/master
2020-04-05T18:57:29.576127
2014-04-04T08:53:29
2014-04-04T08:53:29
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
575
iuml
package dgraph { class Node { -int identifier -Object content -{static} int count = 0 .. Constructors .. +Node(final Object content) +Node() +Node(final Node node) .. Creators .. +Node copy() .. Accessors .. +int getIdentifier() +Object getContent() .. Transformers .. +String toString() +String toDot() .. Comparators .. +boolean equals(final Object object) +int hashCode() +int compareTo(final Object object) } }
false
true
false
false
class
95cb6582f481ce264fc34eea889411d682ccb1f3
eca69cb6d5116f722816db8d50ed663afe5cd88b
/src/main/java/com/mpoom/designpattern/creational/factorymethod/factory-method-pattern.puml
2eac282d4d78563e7ff074d10d73190cbded3ce4
[]
no_license
flyfrank/design-pattern
a21d7d23d02582397f9abe6f34dc298a95490721
6ede240ebecf259abf1fad8987e2a9094d5835d8
refs/heads/main
2023-01-11T18:30:51.829851
2020-11-08T13:44:40
2020-11-08T13:44:40
303,077,396
0
0
null
null
null
null
UTF-8
PlantUML
false
false
277
puml
@startuml class Product class ConcreteProduct abstract class Factory { + {abstract} Product factoryMethod() } class ConcreteFactory { + Product factoryMethod() } Product <|-- ConcreteProduct Factory <|-- ConcreteFactory ConcreteProduct <.. "create" ConcreteFactory @enduml
false
true
false
false
class
e916294ac57e366852902abf1cadd58f77c86d5f
fb84bca41a00746017b56791cc1900e4cb811be7
/plantuml/UIs/PlayerCameraController.puml
41c00fb6ef1a9713f08d8600315ac1b8841327d0
[]
no_license
MainCastle1212/EverythingEater_Main
9b3622cc5cca5f78a411cfd7df61fbdec29a8856
c228f75b78387aee448c6fbb2f3a362dccb724bd
refs/heads/main
2023-01-12T07:33:38.139825
2020-11-12T10:01:22
2020-11-12T10:01:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
138
puml
@startuml class PlayerCameraController { } MonoBehaviour <|-- PlayerCameraController PlayerCameraController --> "vCam" VCamFollow @enduml
false
true
false
false
class
51bba59a1de5c978005c36889e09f2cfb50721f5
f6c2c37243727f10ca1c1acc9d70aaeb040e4610
/doc/classes/Subscriber.plantuml
922a1afc577877ebe0fd3d2361407d3e382a51dd
[]
no_license
Arcahub/librtk
6078825bd3fc27cbea7942c8677f571c42716697
2ac876687493816fb894b5befeac86c761d2c611
refs/heads/master
2023-03-31T12:44:39.474022
2021-04-03T17:44:52
2021-04-03T17:44:52
337,531,888
0
0
null
null
null
null
UTF-8
PlantUML
false
false
723
plantuml
@startuml Subscriber class Subscriber { +Subscriber( std::function<void(T&)> onNext, std::function<void()> onError, std::function<void()> onComplete ) +void next(T value) +void error() +void completet() --- -bool isStopped -{field} std::function<void(T&)> m_next, -{field} std::function<void()> m_error -{field} std::function<void()> m_complete } note left of Subscriber::Subscriber Store lambdas given as arguments end note note left of Subscriber::next Call next callback if set end note note left of Subscriber::error Call error callback if set end note note left of Subscriber::complete Call complete callback if set end note @enduml
false
true
false
false
class
eaf960ff510a7d7f87eb7b85b11f53dfbf96603c
54e0b65c7fb705baa8f1268333be7c2c823dcdd9
/submit/60030031/state2.puml
0c10f2efa65bdf19a36ac4909708e1ad3fc9eff5
[]
no_license
OOAD-031/OOAD-WEEK12
eed01bb76286a68c09247f81ee66f6ea9986319f
51f5c2789a94ada7bfb84bcc13f9e66432b1d0be
refs/heads/master
2022-09-19T02:48:48.375698
2020-05-26T08:30:00
2020-05-26T08:30:00
266,981,066
0
0
null
2020-05-26T08:00:58
2020-05-26T08:00:57
null
UTF-8
PlantUML
false
false
883
puml
@startuml SignUp skinparam state { StartColor #394856 EndColor #394856 BackgroundColor #d1eaf5 BackgroundColor<<Warning>> #394856 BorderColor #87acbe FontName Impact } [*]->Input Input:waitting for instruction /inputInformation Input-->System:SentInformation state System{ [*]-left->CheckPassword CheckPassword:CheckPasswordAndConfirmPassword CheckPassword-->Input:PasswordIncorrect CheckPassword-left->Process:confirmed Process:processing } System-->Database:Processed state Database{ [*]->CheckKeyCode CheckKeyCode:CheckPasswordHardware CheckKeyCode->CheckUserName:keycodeiscorrect CheckKeyCode->Input:KeycordIncorrect CheckUserName:CheckUsername CheckUserName-up->Input:UserNameIncorrect CheckUserName->SaveInformation:usernameiscorrect SaveInformation:SaveUsernameAndPassword } Database-left->[*] @enduml
false
true
false
false
sequence
26b8da58e676ae8c7d901625303f71c82f8f9074
d99806bb17e4a22325f775539981c6b7799b9d16
/docs/blue/1150372/sp1/design1.puml
96c3b514ac2e541b97a52134a09cdb7f625bdba5
[]
no_license
Fuel4us/GWTFinalProject
3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb
b6c2f6add1687ca7800a9ec243edbe067ca6090c
refs/heads/master
2020-03-21T19:47:13.534718
2018-06-28T05:33:43
2018-06-28T05:33:43
138,969,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,617
puml
@startuml actor User User --> CellEditor: Inputs block of instructions activate CellEditor CellEditor -> Address: address = getAddress() CellEditor -> Controller: cell = getCell(address) CellEditor -> Cell: setContent(content) deactivate CellEditor activate Cell Cell -> CellImpl: setContent(content) activate CellImpl CellImpl -> CellImpl: storeContent(content) activate FormulaCompiler CellImpl -> FormulaCompiler: compile(cell, content) activate ExcelExpressionCompiler FormulaCompiler -> ExcelExpressionCompiler: compile(cell, content) activate ANTLRStringStream ExcelExpressionCompiler -> ANTLRStringStream: input = create(source) deactivate ANTLRStringStream activate FormulaLexer ExcelExpressionCompiler -> FormulaLexer: lexer = create(input) deactivate FormulaLexer activate CommonTokenStream ExcelExpressionCompiler -> CommonTokenStream: tokens = create(lexer) deactivate CommonTokenStream activate FormulaParser ExcelExpressionCompiler -> FormulaParser: parser = create(tokens) ExcelExpressionCompiler -> FormulaParser: tree = parser.expression() deactivate FormulaParser activate Expression ExcelExpressionCompiler -> Expression: create() deactivate Expression ExcelExpressionCompiler -> ExcelExpressionCompiler: expression = convert(cell, tree) ExcelExpressionCompiler -> FormulaCompiler: expression deactivate ExcelExpressionCompiler activate Formula FormulaCompiler -> Formula: formula = create(cell, expression) deactivate Formula FormulaCompiler -> CellImpl: formula deactivate FormulaCompiler CellImpl -> Cell: show() deactivate CellImpl Cell --> User: Result deactivate Cell @enduml
false
true
false
false
usecase
9cbf75982ed50dad3593016a11a6fca812c380dc
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/Custom/ElCazador.Worker/Interfaces/IWorkerController.puml
e2f2320af193e6bb63d527a24d34ef9be975274b
[]
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
323
puml
@startuml interface IWorkerController { WorkerSettings : IWorkerSettings <<get>> DataStore : IDataStore <<get>> Add(name:string, entity:T) : Task Log(name:string, value:string, args:object[]) : Task Dump(target:Target, user:User) : Task SynchronizeTool(type:Type, tool:IToolModule) : void } @enduml
false
true
false
false
class
1c2050165f4fdc7ebd83a790b5be5fbf8f1319ab
41b9498f48c484fd10eeb0271f8a419ef86d7004
/src/main/java/establish/factorymethod/005工厂方法-工厂方法的隐藏.puml
78dabe65c6f4efabf3a909a28021d012918ff159
[]
no_license
sherwinwu93/design-pattern
04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55
372d7edc126b880a55ebe65f7b90bb356269173a
refs/heads/master
2023-04-06T09:25:32.672206
2020-12-28T16:35:46
2020-12-28T16:35:46
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
puml
@startuml class Client abstract class LoggerFactory { Logger createLogger() void writeLog() } class Logger { void writeLog() } class FileLoggerFactory { Logger createLogger() } Class FileLogger { void writeLog() } class DatabaseLoggerFactory { Logger createLogger() } class DatabaseLogger { void writeLog() } Client ..down> LoggerFactory Client ..down> Logger FileLoggerFactory ..up|> LoggerFactory FileLogger ..up|> Logger FileLoggerFactory ..right> FileLogger : <<create>> DatabaseLoggerFactory ..up|> LoggerFactory DatabaseLogger ..up|> Logger DatabaseLoggerFactory ..right> DatabaseLogger : <<create>> @enduml
false
true
false
false
class
b0737fb414373ab126f6521d4fa3f963e4814b59
55276c0a88af4b1bb33651bf40522ab3e9963fb2
/docs/sequence/manage_itinerary.puml
82c4003c95957efe23e422b9cab2682fad3e08ac
[]
no_license
shaquille-hall/se577-train-system
6529bfaec0cd79359fd91dba88f5b8d000fb86ff
cea8c26acb2dd0d31e828d797ff0e8dba90d3d15
refs/heads/master
2021-03-31T14:51:48.604911
2020-03-17T04:48:21
2020-03-17T04:50:37
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,958
puml
@startuml title Manage Itineraries autoactivate on actor "Browser" as C participant "Spring Boot Framework" as SBF participant TripController participant RouteModel participant TrainModel participant RouteView as TripView participant DB note left of SBF precondition: admin is logged in end note ==View Itineraries As Admin== note left of SBF Admin navigates to the admin page and then selects "view trips" end note ' Returns all trips in a view C -> SBF : GET("/admin/trip/view") SBF -> TripController : getAllRoutes() TripController -> RouteModel : getAllRoutes() RouteModel -> DB: execute() return return List<Route> return List<Route> SBF -> TripView : getRoutesView() return Template return HTTP Response ==Add Stop== note left of SBF Admin views a particular route They select a station from a drop down and add a station to the end of a route as a stop end note C -> SBF : POST("/admin/trip/stop") SBF -> TripController : addStop(RouteID, StationID) TripController -> RouteModel : addStop(int, int, int, DateTime, DateTime) RouteModel -> DB : execute() return return Route return Route SBF -> TripView : getRouteView() return Template return HTTP Response ==Manage Available Tickets== note left of SBF Admin navigates to "Manage Trains" Selects a train updates seats for the classes end note C -> SBF :POST("/admin/trip/train") SBF -> TripController : updateTrain(trainID) TripController -> TrainModel : update(Train) TrainModel -> DB : update() return return Train return Train SBF -> TripView : getRouteView() return Template return HTTP Response ==Edit Route Info== note left of SBF Admin changes the departure time of a train at a particular station on a particular route end note C -> SBF : POST("/admin/trip/route") SBF -> TripController : updateRoute(routeID) TripController -> RouteModel : update() RouteModel -> DB : update() return return Route return Route SBF -> TripView : getRouteView() return Template return HTTP Response @enduml
false
true
false
false
usecase
cdfec0c640d6e97c2148729a3497a3f19c6d1152
277448f6e83236a8a92eb44ece7d004c2a212f85
/docs/diagrams/LocationClass.puml
01987ff48006849c593cab70546bb7533deea967
[]
no_license
Lee-Juntong/tp
73ac82cd30fd0159a60d6b5bb7aad8879551f323
a30ee327c31ccc7e5a57cdec65afd9a6e5e2e59d
refs/heads/master
2023-01-09T11:30:11.655268
2020-11-13T06:06:45
2020-11-13T06:06:45
300,521,331
0
0
null
2020-11-13T04:07:05
2020-10-02T06:25:15
Java
UTF-8
PlantUML
false
false
1,129
puml
@startuml package locationlist { Class LocationList { +checkLocation(String) +findLocation(String) +getLocationList() } Class BusStopList { +checkExistence(String) +getBusStopList() } } package location { enum LocationType { BUILDING, BUSSTOP, HOSTEL, LT, OUT_OF_NUS } LocationList --> "0..1"Location:locationList Class Location { #name:String #type:LocationType +getName() -printType() +fileString() +toString() } BusStopList --> "0..1"BusStop:busStopList Class BusStop { -name:String -buses:String[] +getName() +fileString() +toString() } Location <|-- Building Class Building { -nearestBusStops:String[] -printNearestBusStops() } Location <|-- Hostel Class Hostel { -nearestBusStops:String[] -printNearestBusStops() } Location <|-- LectureTheatre Class LectureTheatre { -nearestBuilding:String } Location <|-- OutOfNUS } @enduml
false
true
false
false
sequence
52e480ab2c0893eb5672067cba852be95af5e5ee
1e6c2cdbb7fd51b44d3829da9240e6d672e78370
/uml/dp/comand/computer.puml
14a8a04e58ac0105fe46b7bb3cdb46edd211bf30
[]
no_license
newbigTech/myDesignPattern
a0c49db12d5d0e02e8ff0722ed30528a805c2db1
fe3069f34d0f140e8c21a34a304b8d7a6f8a7d09
refs/heads/master
2020-04-07T05:08:28.216972
2018-11-12T08:55:50
2018-11-12T08:55:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
217
puml
@startuml class ComputerBox interface Comand class OpenComand interface MainBoard class GajiMainBoard Comand <|.. OpenComand MainBoard <|.. GajiMainBoard ComputerBox o-> Comand OpenComand x-> MainBoard @enduml
false
true
false
false
class
0114bfe17595d860c59158b2c41928bba5cfc4ff
bf3e610c8668e525aedcca58ddbe9da7c19e427e
/docs/design/fl-parallelism/connection-tracking.puml
2a57e89d306fbd6b6007e7a8d842848c78df252b
[ "Apache-2.0" ]
permissive
telstra/open-kilda
874b5204f8c2070860a2e7fc6f8be368a5d18726
686d31220f1033595d7f1d4374544af5ba9c42fe
refs/heads/develop
2023-08-15T21:24:21.294425
2023-08-14T08:51:52
2023-08-14T08:51:52
104,974,693
82
70
Apache-2.0
2023-09-14T19:11:22
2017-09-27T05:13:18
Java
UTF-8
PlantUML
false
false
1,204
puml
Internal data: * switch-id * set-of-presence - regions that can be used to communicate with this switch * active-region - region used to communicate with switch Input signals: * connect|activate * deactivate|disconnect * kill-timer Output signals: * region update notification * switch (de)activate notification @startuml title per-switch multi-region connection tracking [*] --> INIT INIT --> AVAILABLE : connect AVAILABLE : enter / reset kill-timer\ AVAILABLE : enter / add affected-region into list-of-presence AVAILABLE : enter / emit region update notification AVAILABLE : enter / emit switch activate notification AVAILABLE : connect / add affected-region into list-of-presence AVAILABLE : disconnect [affected-region == active-region] / emit region update notification AVAILABLE : disconnect [affected-region == active-region] / set active-region to next available region AVAILABLE : disconnect / remove affected-region into list-of-presence AVAILABLE --> UNAVAILABLE : disconnect [list-of-presence.isEmpty()] UNAVAILABLE : enter / emit switch deactivate notification UNAVAILABLE : enter / activate kill-timer UNAVAILABLE --> AVAILABLE : connect UNAVAILABLE --> [*] : kill-timer @enduml
false
true
false
false
sequence
49c6eba4a7446da2658b513fb0d35aedf97adb95
23e7d0185daca1cb7095fe498dec0d0d791d4d3b
/docs/assets/lifecycle_en.puml
589ef312f3a193a6ae52882a838050fdb1d0344e
[ "MIT" ]
permissive
stonemakers/egg
9c0a2d2822f63f980779c560777b191d09a19840
e3ffcbe6449b95b50ea40583a28383e734c72fe1
refs/heads/master
2020-03-29T02:10:57.637534
2018-09-19T09:06:12
2018-09-19T09:06:12
149,424,027
0
0
MIT
2018-09-19T09:14:45
2018-09-19T09:14:45
null
UTF-8
PlantUML
false
false
2,938
puml
@startuml start : start master; partition agent { : fork agent worker; : load plugin.js, config.js, extends; : load agent.js; note right class mode configDidLoad async didLoad async willReady async didReady async serverDidReady ==== method mode beforeStart(deprecate) end note fork : configDidLoad; note left all the files are loaded To execute some sync logic end note : async didLoad; note left Files and configs are loaded To execute some async tasks E.g: Pull configs in async to load client, or check the state of client end note fork again : beforeStart(deprecate); note right Tasks mounted on beforeStart Running in parallel at this time end note endfork : async willReady; note left All the plug-ins are loaded, All the plug-ins are normal, To execute some tasks before request enters, E.g: Pull some configs for applications end note : async didReady; note right agent is ready, and it can work normally ==== The time is the same as 'ready', The original 'ready' doesn't support AsyncFunction end note : emit 'agent-start'; } partition app { : start app workers; : load plugin.js, config.js, extends; : load app.js; note right class mode configDidLoad async didLoad async willReady async didReady async serverDidReady ==== method mode beforeStart(deprecate) end note fork : configDidLoad; note left All the files are loaded, The same sync logic as in app.js, Some configs can be modified, the order of middlewares end note : load app/service; : load app/middleware; : load app/controller; : load app/router.js; : async DidLoad; note left Files and configs are loaded To execute some async tasks E.g: Pull configs in async to load client, or check the state of client end note fork again : beforeStart(deprecate); note right Tasks mounted on beforeStart Running in parallel at this time end note end fork : async WillReady; note left All the plug-ins are loaded, All the plug-ins are normal, To execute some tasks before request enters, E.g: Pull some configs for applications end note : async DidReady; note right app is ready HTTP server starts listening at the port ==== The time is the same as 'ready', The original 'ready' doesn't support AsyncFunction end note : emit 'app-start'; } : emit 'egg-ready'; : async serverDidReady; note right agent and all the apps are ready requests are allowed end note : master receive SIGTERM; fork : agent beforeClose; fork again : app beforeClose; note right To execute in a reversed order against the inserting DO NOT recommend in PROD env, May not finish before the process ends end note endfork stop @enduml
false
true
false
false
activity
c381acee446d0c87c97649007e706e19add4a8fb
8f83adb253993728ad2b965efda9e2d0d9167ffd
/src/main/doc/resources/org/thegalactic/dgraph/io/DGraphIOFactory.iuml
db040456363af7ef69f9ca100a1be4f9550b936f
[ "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
255
iuml
package org.thegalactic.dgraph.io { class DGraphIOFactory { -DGraphIOFactory instance -DGraphIOFactory() #void init() +{static}DGraphIOFactory getInstance() } org.thegalactic.io.IOFactory <|-- DGraphIOFactory }
false
true
false
false
class
7f519b727bd336a908cc4df32dde47f6eb25a081
924e0bbda8fc6c10e54e78888926d03840400621
/src/ERD server physical.puml
cd5b5e5e1eef9e179626cc3b7a31c530be47dc4d
[]
no_license
94n/uml
0efc5d85b68461a37b45219c40e8b98a02792234
1124ea49c1bc6e7f38968ba0e46785c23095d6c2
refs/heads/master
2023-09-06T00:51:34.718361
2021-11-20T10:22:26
2021-11-20T10:22:26
414,171,448
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,060
puml
@startuml 'https://plantuml.com/ie-diagram class client { id bigserial name varchar8 surname varchar8 inn bigint uniqueindex phone bigint uniqueindex birthday timestamp } class bank_account { iban - pk bigserial client_id bigint currency } class card_account { number - pk bigserial client_id bigint currency expiration timestamp type } enum card_type { "Credit" "Debet" } class bank_account_transaction { id bigserial iban bigint index source - iban or card_number bigint index amount numeric, indexed currency exchange_rate nullable numeric purpose varchar8 state payment_time timestamp core_sync_time nullable timestamp transaction_initiator merchant nullable varchar8 } class card_account_transaction { id bigserial card_number bigint index source - iban or card_number bigint index amount numeric, indexed currency exchange_rate nullable numeric purpose varchar8 state payment_time timestamp core_sync_time nullable timestamp transaction_initiator merchant nullable varchar8 } class transaction_sync { bank_account_transaction nullable bigint card_account_transaction nullable bigint } enum currency { "UAH" "USD" } enum transaction_initiator { "App" "Core" } enum transaction_state { "Blocked" "Completed" "Canceled" } client ||--o{ bank_account client ||--o{ card_account bank_account }o--|| currency bank_account ||--o{ bank_account_transaction card_account }o--|| currency card_account }o--|| card_type card_account ||--o{ card_account_transaction currency ||--o{ bank_account_transaction currency ||--o{ card_account_transaction bank_account_transaction }o--|| transaction_initiator bank_account_transaction }o--|| transaction_state bank_account_transaction ||--|| transaction_sync card_account_transaction }o--|| transaction_initiator card_account_transaction }o--|| transaction_state card_account_transaction ||--|| transaction_sync @enduml
false
true
false
false
state
203cda7a1b96e0eddea3defab52ba9e0ce0655f5
2bdea266b9dbed4c9c7a2010bf5b3caf61d1174c
/src/main/java/ua/knucea/domain/entity/uml/OrderDetails.puml
f1e64f0ba3628a56ea835bd90dbe55e9e33edd79
[]
no_license
Spotyk/springApp
e0a5b58f9e99e6cc75c4104fbdfa7864049f34f3
b1e7da87e211fcb79204e09af15286109516db84
refs/heads/master
2021-12-11T16:58:31.134179
2021-09-14T17:18:51
2021-09-14T17:18:51
226,185,934
0
0
null
null
null
null
UTF-8
PlantUML
false
false
205
puml
@startuml class OrderDetails { id:Long order:Order product:ProductEntity Long quantity: getId() setId() getOrder() voidsetOrder() getProduct() setProduct() getQuantity() setQuantity() } @enduml
false
true
false
false
class
23d4218c64ff4264d68b35467abbb4f14fb0fec7
78f7a3c6082f3a8af89f3c029fe965019e4493d9
/docs/design/spark_internals/QueryPlan.puml
74f780bb426a0b3fd4089f4acd60d601165b7a07
[ "Apache-2.0" ]
permissive
daishichao/SMV
b0055f5d71fbcbde93013bf2a7011af02f1f4e61
b85013cfc5c851bd84c24a11fec98a1f6e368d4a
refs/heads/master
2021-01-14T12:05:52.086635
2015-10-13T18:46:10
2015-10-13T18:46:10
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,262
puml
@startuml abstract class TreeNode<? extends TreeNode<BaseType>>{ + val id : Long + def children : Seq[BaseType] + def transform(rule : PartialFunction[BaseType, BaseType]) : BaseType } AnyRef <|-- TreeNode abstract class QueryPlan<? extends TreeNode<PlanType>> { + def output : Seq[Attribute] + def outputSet : Set[Attribute] + def schemaString : String == + def transformExpressions(rule : PartialFunction[Expression, Expression]) : QueryPlan.this.type + def transformExpressionsDown(rule : PartialFunction[Expression, Expression]) : QueryPlan.this.type + def transformExpressionsUp(rule : PartialFunction[Expression, Expression]) : QueryPlan.this.type + def transformAllExpressions(rule : PartialFunction[Expression, Expression]) : QueryPlan.this.type # def generateSchemaString(schema : Seq[Attribute]) : String # def generateSchemaString(schema : StructType, prefix : String, builder : StringBuilder) : StringBuilder + def printSchema() : Unit } abstract class sql.catalyst.plans.logical.LogicalPlan { + def references : Set[Attribute] + val inputSet : Set[Attribute] + val resolved : Boolean + def childrenResolved : Boolean + def resolve(name : String) : Option[NamedExpression] } abstract class sql.catalyst.plans.logical.UnaryNode abstract class sql.catalyst.plans.logical.BinaryNode abstract class sql.catalyst.plans.logical.LeafNode sql.catalyst.plans.logical.LogicalPlan <|-- sql.catalyst.plans.logical.UnaryNode sql.catalyst.plans.logical.LogicalPlan <|-- sql.catalyst.plans.logical.BinaryNode sql.catalyst.plans.logical.LogicalPlan <|-- sql.catalyst.plans.logical.LeafNode sql.catalyst.plans.logical.UnaryNode <|-- sql.catalyst.plans.logical.Aggregate sql.catalyst.plans.logical.UnaryNode <|-- sql.catalyst.plans.logical.Filter sql.catalyst.plans.logical.UnaryNode <|-- sql.catalyst.plans.logical.Limit sql.catalyst.plans.logical.UnaryNode <|-- sql.catalyst.plans.logical.Sort sql.catalyst.plans.logical.BinaryNode <|-- sql.catalyst.plans.logical.Join sql.catalyst.plans.logical.BinaryNode <|-- sql.catalyst.plans.logical.Union sql.catalyst.plans.logical.LeafNode <|-- sql.catalyst.plans.logical.BaseRelation sql.catalyst.plans.logical.LeafNode <|-- sql.catalyst.plans.logical.CacheCommand sql.catalyst.plans.logical.LeafNode <|-- sql.catalyst.plans.logical.ParquetRelation abstract class sql.execution.SparkPlan { + def execute(): RDD[Row] } class sql.execution.UnaryNode << (T,orchid) >> class sql.execution.BinaryNode << (T,orchid) >> class sql.execution.LeafNode << (T,orchid) >> sql.execution.SparkPlan <|-- sql.execution.UnaryNode sql.execution.SparkPlan <|-- sql.execution.BinaryNode sql.execution.SparkPlan <|-- sql.execution.LeafNode sql.execution.BinaryNode <|-- sql.execution.CartesianProduct sql.execution.BinaryNode <|-- sql.execution.HashJoin sql.execution.LeafNode <|-- sql.execution.ExistingRdd sql.execution.LeafNode <|-- sql.execution.CacheCommand sql.execution.UnaryNode <|-- sql.execution.Aggregate sql.execution.UnaryNode <|-- sql.execution.Filter sql.execution.UnaryNode <|-- sql.execution.Sort sql.execution.UnaryNode <|-- sql.execution.Limit TreeNode <|-- QueryPlan QueryPlan <|-- sql.catalyst.plans.logical.LogicalPlan QueryPlan <|-- sql.execution.SparkPlan @enduml
false
true
false
false
class
b3b61847bb13ce8aade1cc6ac43bbd6bfdf4a2dc
961deb12b1050a6883ce6c9427836b908ca91875
/doc/hidl_boot_control.puml
d32e511bac294bd82014af7485e61412748ba0cc
[ "Apache-2.0" ]
permissive
cfig/Android_boot_image_editor
04ff01545ff7ee4df2c02c529280e5362496abf0
82ff5215b7eb4bb6198ca024267c454f1e7958da
refs/heads/master
2023-09-01T13:32:20.862861
2023-07-14T14:52:53
2023-07-14T15:41:55
56,238,465
834
197
Apache-2.0
2022-07-29T00:19:36
2016-04-14T13:12:18
C
UTF-8
PlantUML
false
false
1,386
puml
@startuml package services { class android_hardware_boot_1_1_service { *cc_binary } class android_hardware_boot_1_0_service { *cc_binary } } package impls { class android_hardware_boot_1_0_impl { *cc_library } class android_hardware_boot_1_1_impl { *cc_library } } package hidl_interface { class android_hardware_boot_1_0 { *hidl_interface } class android_hardware_boot_1_1 { *hidl_interface } } android_hardware_boot_1_0_impl --> android_hardware_boot_1_0 android_hardware_boot_1_0_service --> android_hardware_boot_1_0 android_hardware_boot_1_1_impl --> android_hardware_boot_1_0 android_hardware_boot_1_1_impl --> android_hardware_boot_1_1 android_hardware_boot_1_1_impl --> libboot_control android_hardware_boot_1_1_impl ..> libboot_control_defaults android_hardware_boot_1_1_service --> android_hardware_boot_1_0 android_hardware_boot_1_1_service --> android_hardware_boot_1_1 class libboot_control_defaults { *cc_defaults } libboot_control_defaults --> android_hardware_boot_1_1 libboot_control_defaults --> libbootloader_message_vendor class libboot_control { *cc_library_static } libboot_control ..> libboot_control_defaults class bootctrl_default { *cc_library } bootctrl_default --> libboot_control bootctrl_default ..> libboot_control_defaults @enduml
false
true
false
false
class
19e08ffc63d1da45e99e88a71385177df6c903b3
884f2e26db1721f3ba3856aa9afe777ccba33233
/content/sequencediagrams/patient_discovery.puml
73446c74282afb9e96ca2539ac64558efba995b6
[ "MIT" ]
permissive
asa1997/projecteka.github.io
344c38718058be312d5e782c8e38366b9e03b6f9
a28b332552030707236d7f737fb7151f2d1fa179
refs/heads/master
2023-05-27T08:24:28.941444
2021-06-07T13:57:30
2021-06-07T13:57:30
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
438
puml
@startuml title Discovery actor User User->CM: POST /care-contexts/discover CM->Gateway: POST /care-contexts/discover note right hdr: X-HIP-ID=TMH end note note left of CM: waits for response on /on-discover Gateway->HIP_Bridge: POST /care-contexts/discover HIP_Bridge->Gateway: POST /care-contexts/on-discover note left hdr: X-CM-ID=NCG end note Gateway->CM: POST /care-contexts/on-discover CM-->User: discovery response @enduml
false
true
false
false
sequence
e2ea1ef1e029da2bce25af7274a3d5430c3cf317
1809f45c8168e460a97b54c0d1986d9b6f6efc62
/uml/ClassDiagrams/Notifiers/ProgressNotifier.plantuml
7ceb86a3e7b879a2b19d624cea7e96abc76d40f9
[ "MIT" ]
permissive
pierre3/ReactiveBingViewer
fb334ce84dca88bc0be444203739c02fe1865b20
596362557e8dd6155c0a5613a1cdcc66b45a3a84
refs/heads/master
2021-01-20T08:44:15.050128
2015-11-04T14:06:47
2015-11-04T14:06:47
40,403,608
5
0
null
null
null
null
UTF-8
PlantUML
false
false
386
plantuml
class ProgressNotifier { - workCounter : CountNotifier - progress : ScheduledNotifier<double> + IsProcessingObservable : IObservable<bool> <<get>> + PercentProgressObservable : IObservable<double> <<get>> + ProgressNotifier() + ProgressNotifier(scheduler:IScheduler) + Start() : IDisposable + Progress(percentProgress:double) : void + End() : void }
false
true
false
false
class