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
a26cc765bdd461ba69878d676ef7457871ec63e2
35fb4960297c31a530317e50ed8ec31b8dfd671b
/createFile2ResetDelete/createFile2ResetDelete.puml
056719439ed19d1da9201a62754e1c0764556170
[]
no_license
jalbertomr/githubBloggerDoc
cedf2e38f54b3ee620ae7d1a38a3ce860d3bf166
a36f5650b5252967f56ce6bcfba3e790908e1edb
refs/heads/main
2023-01-31T04:40:23.795375
2020-12-16T04:35:45
2020-12-16T04:35:45
321,867,336
0
0
null
null
null
null
UTF-8
PlantUML
false
false
704
puml
@startuml scale 600 width title create file, add, reset, delete skinparam roundCorner 20 actor User box "<size:20>GIT jalbertomr.blogspot.com</size>" participant "Working dir" as WD #FF5555 participant "Stage" as S #99FF99 database "History" as H == create file2, add, reset, delete == User -> WD : create file2 note left of S #Salmon file2 created end note WD -> S : <color:limegreen><back:black><b> git add file2 </b></back></color> . note right of S #99FF99 file2 created end note S -> WD : <color:limegreen><back:black><b> git [ reset | reset file2 | reset HEAD file2 ] </b></back></color> . note left of S #Salmon file2 created end note WD --> User : delete file2 @enduml
false
true
false
false
sequence
315eb4c1781c9f59bc966f2bbaccd7369dcb2e7a
767065357cae6673f6a306f4a15bd4687e6cc741
/src/test/res/test1.puml
b2dfe89b6bf174333707ac5592c5bdc746ebd0d5
[]
no_license
tabahara/plantuml-view
5a2de0bb103f8c6da998c7e0a367cf91212befe7
2aeaaa67d42beea76fbd8b85e31fac483d4ae065
refs/heads/master
2021-01-17T11:18:57.398319
2017-02-21T04:09:03
2017-02-21T04:09:03
27,767,905
0
0
null
2016-01-26T04:44:07
2014-12-09T13:32:03
Java
UTF-8
PlantUML
false
false
117
puml
@startuml docs/test1.svg class A class B A <|- C @enduml @startuml docs/test2.svg class A class B A <|- B @enduml
false
true
false
false
class
dbe20fb341eafaf2b1a6287b1e32922cc5d0d1b5
b8c409912c930baf8050f8c85da0cf2e97966b27
/src/main/resources/uml/case/2_7继承.puml
1931574776e0ac2895dcf92a18c02a2d475eb245
[]
no_license
tom1120/BaseStudy
8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5
35d1c19a6ebaabbb52870af8b61604d8f0290a5e
refs/heads/master
2023-07-24T13:22:00.656180
2023-07-08T15:53:45
2023-07-08T15:53:45
135,059,686
0
0
null
2023-07-08T15:54:31
2018-05-27T15:40:27
Java
UTF-8
PlantUML
false
false
140
puml
@startuml 'https://plantuml.com/use-case-diagram :Main Admin:as Admin (Use the application) as (Use) User<|--Admin (Start)<|--(Use) @enduml
false
true
false
false
class
ab2ac9bc139baf9ba0f301604a9b68cc5f22f7c5
46369668bfe717a1e0f1682aafadfbefee998098
/odsoft/Assignment1/Component3/WeekTwo/src/main/puml/com/twu/calculator/update-contact.puml
bd434d5ebfdb6c33bad356d00e80ecc24ba4a836
[]
no_license
LoneBekkeheien/Software-Development-Jenkins
95e081b541b5583b664f770717082cd068780b1a
5a63a393dbc94d5114bcf7cefd28d362468c0e0b
refs/heads/master
2020-06-20T06:22:06.653049
2019-07-16T08:17:20
2019-07-16T08:17:20
197,024,027
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,196
puml
@startuml class-diagram.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User participant ContactsDialog participant EditContactsPresenter participant ContactUpdatedEvent participant ContactUpdatedEventHandler participant ContactsController participant ContactsPresenter participant ContactsServiceAsync User ->> ContactsDialog : *presses save* ContactsDialog ->> EditContactsPresenter : *triggers handler* onClick() EditContactsPresenter ->> EditContactsPresenter : doSave() ContactsDialog <<-- EditContactsPresenter : hide() EditContactsPresenter ->> ContactsServiceAsync : updateContact() EditContactsPresenter ->> ContactUpdatedEvent : new event ContactUpdatedEvent ->> ContactUpdatedEventHandler : dispatch() ContactUpdatedEventHandler ->> ContactsController : onContactUpdated() ContactsController ->> ContactsController : doContactUpdated() ContactsController ->> ContactsPresenter : new presenter ContactsPresenter ->> ContactsPresenter : getList() ContactsPresenter ->> ContactsServiceAsync : getContactDetails() ContactsPresenter ->> ContactsPresenter : setData() @enduml
false
true
false
false
sequence
852bcbfce54bd4349a25fc637e90c4c7b06fa6ab
81c5341b371310f415b7c5ed1193e72bba5eedda
/diagrams/use_case_diagram.puml
7787c2c4cc8a051506c908f11ca752c0144d95d2
[ "MIT" ]
permissive
wolfj123/PolicyModelsPlugin
cb8a8687f66e95f164e2cf76cb8ff91245bad598
c012734157bb8a03348e55e6844e34b6bc1596fc
refs/heads/master
2023-01-08T05:03:52.950396
2020-06-17T15:59:44
2020-06-24T13:50:58
229,545,591
0
0
MIT
2023-01-07T18:08:47
2019-12-22T09:32:58
TypeScript
UTF-8
PlantUML
false
false
1,697
puml
@startuml left to right direction skinparam packageStyle rectangle actor user actor IDE <<Application>> rectangle System { usecase uc1 as "Create a new policy model" usecase uc2 as "Load a project into the IDE" usecase uc5 as "Code is auto-completed" usecase uc8 as "Jump to definition" usecase uc9 as "Smart code Renaming" usecase uc10 as "Request folding of scope in code" usecase uc6 as "Running the model locally" usecase writecode as "write Policy Models code" usecase uc3_1 as "Graph code colorizing by syntax" usecase uc3_2 as "Space code colorizing by syntax" usecase uc3_3 as "Value Inference code colorizing by syntax" usecase uc3_4 as "Syntax error highlighting" usecase uc7 as "Localization" usecase uc7_1 as "Create localization files" usecase uc7_2 as "Update localization files" usecase uc7_3 as "Edit localization files" usecase uc11 as "Graphviz visualization" usecase uc11_1 as "Decision graph visualization" usecase uc11_2 as "Policyspace visualization" user--> uc1 user--> uc2 user--> writecode uc3_1 --> IDE uc3_2 --> IDE uc3_3 --> IDE uc3_4 --> IDE writecode .down.> uc3_4 : <<extends>> writecode .down.> uc3_1 : <<extends>> writecode .down.> uc3_2 : <<extends>> writecode .down.> uc3_3 : <<extends>> writecode .right.> uc5 : <<extends>> uc5 --> IDE user--> uc6 user--> uc7 user--> uc8 uc8 --> IDE user--> uc9 uc9 --> IDE user--> uc10 uc10 --> IDE uc2--> IDE user --> uc11 uc11 ..> uc11_1: <<extneds>> uc11 ..> uc11_2: <<extneds>> uc11_1 --> IDE uc11_2 --> IDE uc7_1 --> IDE uc7_2 --> IDE uc7_3 --> IDE uc7 ..> uc7_1 :<<extneds>> uc7 ..> uc7_2 :<<extneds>> uc7 ..> uc7_3 :<<extneds>> } @enduml
false
true
false
false
usecase
ce5030acf01d17a385d922844edb256ef9bf69ba
6153f22ccad5e550ec60e6465d77bd7088174144
/DesignPattern/AbstractFactory/uml/AbstractFactory.puml
58a4366066172aca6186a5203936d063cd088352
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
PlantUML
false
false
433
puml
@startuml interface IFactory{ +CreateUser() +CreateDepartment() } interface IUser{ } sqlServerUser..-up-|>IUser mysqlUser..-up-|>IUser interface IDepartment{ } sqlServerDepartment..-up-|>IDepartment mysqlDepartment..-up-|>IDepartment sqlServerFactory..>sqlServerUser sqlServerFactory-up-..|>IFactory sqlServerFactory..>sqlServerDepartment mysqlFactory-up-..|>IFactory mysqlFactory..>mysqlUser mysqlFactory..>mysqlDepartment @enduml
false
true
false
false
class
82656c8be0deb53591620b0b885feb2952900b58
326f0532299d6efcaec59d5a2cc95c31d9af9ef2
/src/com/atguigu/prototype/deepclone/deepclone.plantuml
a04258437a25736344b79dc90f801fb5f12dab0b
[]
no_license
srefp/design_pattern
4b45ceb0808a8ae98a007bc5b0e01825693dcf7b
b7ff2d80172c55848b8f59530da6ccca477dfd24
refs/heads/main
2023-01-19T06:12:14.495913
2020-11-24T08:48:53
2020-11-24T08:48:53
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,408
plantuml
@startuml title __DEEPCLONE's Class Diagram__\n namespace com.atguigu.prototype { namespace deepclone { class com.atguigu.prototype.deepclone.Client { {static} + main() } } } namespace com.atguigu.prototype { namespace deepclone { class com.atguigu.prototype.deepclone.DeepCloneableTarget { - cloneClass : String - cloneName : String {static} - serialVersionUID : long + DeepCloneableTarget() # clone() } } } namespace com.atguigu.prototype { namespace deepclone { class com.atguigu.prototype.deepclone.DeepProtoType { + name : String + DeepProtoType() + deepClone() # clone() } } } com.atguigu.prototype.deepclone.DeepCloneableTarget .up.|> java.io.Serializable com.atguigu.prototype.deepclone.DeepCloneableTarget .up.|> java.lang.Cloneable com.atguigu.prototype.deepclone.DeepProtoType .up.|> java.io.Serializable com.atguigu.prototype.deepclone.DeepProtoType .up.|> java.lang.Cloneable com.atguigu.prototype.deepclone.DeepProtoType o-- com.atguigu.prototype.deepclone.DeepCloneableTarget : deepCloneableTarget 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
cfecfc88746947547087d972d0be39a773debcbf
1e38fd03bbcefa1f4b2d77545624026c3f2d4e54
/src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-all.puml
142fbb01a74e2a66214af90d0a1a663c7762daa4
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
maxia/platform
cfa97da69c07cc58b03b6c0b94886fac529990dd
30d553466dfda3856b1a64d6ec7bac29c84b0e0e
refs/heads/master
2023-01-14T09:30:53.927381
2020-11-17T15:05:59
2020-11-17T15:05:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
113,335
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(ShopwareCoreFrameworkLogLogEntryDefinition, "log_entry\n(Logs)") { primary_key(id) id message string level int channel string context json extra json not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkApiAclRoleAclRoleDefinition, "acl_role\n(Acl role)") { primary_key(id) id not_null(createdAt) createdAt updatedAt updatedAt not_null(name) string description longText not_null(privileges) list } Table(ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition, "acl_user_role\n(M:N Mapping)") { primary_key(userId) foreignKey primary_key(aclRoleId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkAppAppDefinition, "app\n(Apps)") { primary_key(id) id not_null(name) string not_null(path) string author string copyright string license string not_null(active) bool not_null(configurable) bool privacy string not_null(version) string iconRaw blob icon string appSecret string modules list label translated description translated not_null(integrationId) foreignKey not_null(aclRoleId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition, "app_translation\n((Translations))") { not_null(label) string description longText not_null(createdAt) createdAt updatedAt updatedAt primary_key(appId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition, "app_action_button\n(App action buttons)") { primary_key(id) id not_null(entity) string not_null(view) string not_null(url) string not_null(action) string not_null(openNewTab) bool label translated not_null(appId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition, "app_action_button_translation\n((Translations))") { not_null(label) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(appActionButtonId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreFrameworkAppTemplateTemplateDefinition, "app_template\n(App templates)") { primary_key(id) id not_null(template) longText not_null(path) string not_null(active) bool not_null(appId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCustomFieldCustomFieldDefinition, "custom_field\n(CustomField configuration)") { primary_key(id) id not_null(name) string not_null(type) string config json active bool customFieldSetId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set\n(CustomField set/group)") { primary_key(id) id not_null(name) string config json active bool global bool position int appId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition, "custom_field_set_relation\n(Set to entity relation)") { primary_key(id) id not_null(customFieldSetId) foreignKey not_null(entityName) string not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkEventEventActionEventActionDefinition, "event_action\n(Configurable event handling)") { primary_key(id) id not_null(eventName) string not_null(actionName) string config json active bool title string not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition, "event_action_rule\n(M:N Mapping)") { primary_key(eventActionId) foreignKey primary_key(ruleId) foreignKey } Table(ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition, "event_action_sales_channel\n(M:N Mapping)") { primary_key(eventActionId) foreignKey primary_key(salesChannelId) foreignKey } Table(ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition, "dead_message\n(Failing messages)") { primary_key(id) id not_null(originalMessageClass) longText not_null(serializedOriginalMessage) blob not_null(handlerClass) longText not_null(encrypted) bool not_null(errorCount) int not_null(nextExecutionTime) dateTime not_null(exception) longText not_null(exceptionMessage) longText not_null(exceptionFile) longText not_null(exceptionLine) int scheduledTaskId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkMessageQueueMessageQueueStatsDefinition, "message_queue_stats\n(Stats)") { primary_key(id) id not_null(name) string not_null(size) int not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkPluginPluginDefinition, "plugin\n(Plugin)") { primary_key(id) id not_null(baseClass) string not_null(name) string composerName string not_null(autoload) json active bool managedByComposer bool path string author string copyright string license string not_null(version) string upgradeVersion string installedAt dateTime upgradedAt dateTime iconRaw blob icon string label translated description translated manufacturerLink translated supportLink translated changelog translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition, "plugin_translation\n((Translations))") { not_null(label) string description longText manufacturerLink string supportLink string changelog json customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(pluginId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreFrameworkMessageQueueScheduledTaskScheduledTaskDefinition, "scheduled_task\n(Cron job)") { primary_key(id) id not_null(name) string not_null(scheduledTaskClass) string not_null(runInterval) int not_null(status) string lastExecutionTime dateTime not_null(nextExecutionTime) dateTime not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemLanguageLanguageDefinition, "language\n(Language)") { primary_key(id) id parentId parentFk not_null(localeId) foreignKey translationCodeId foreignKey not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentSeoSeoUrlSeoUrlDefinition, "seo_url\n(Seo urls)") { primary_key(id) id salesChannelId foreignKey not_null(languageId) foreignKey not_null(foreignKey) id not_null(routeName) string not_null(pathInfo) string not_null(seoPathInfo) string isCanonical bool isModified bool isDeleted bool url string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition, "seo_url_template\n(Template)") { primary_key(id) id salesChannelId foreignKey not_null(entityName) string not_null(routeName) string template string isValid bool customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentSeoMainCategoryMainCategoryDefinition, "main_category\n(Seo main category)") { primary_key(id) id not_null(productId) foreignKey not_null(productVersionId) referenceVersion not_null(categoryId) foreignKey not_null(categoryVersionId) referenceVersion not_null(salesChannelId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreFrameworkWebhookWebhookDefinition, "webhook\n(Webhooks)") { primary_key(id) id not_null(name) string not_null(eventName) string not_null(url) string appId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel\n(Sales Channel)") { primary_key(id) id not_null(typeId) foreignKey not_null(languageId) foreignKey not_null(customerGroupId) foreignKey not_null(currencyId) foreignKey not_null(paymentMethodId) foreignKey not_null(shippingMethodId) foreignKey not_null(countryId) foreignKey analyticsId foreignKey not_null(navigationCategoryId) foreignKey not_null(navigationCategoryVersionId) referenceVersion navigationCategoryDepth int footerCategoryId foreignKey footerCategoryVersionId referenceVersion serviceCategoryId foreignKey serviceCategoryVersionId referenceVersion mailHeaderFooterId foreignKey hreflangDefaultDomainId foreignKey name translated shortName string taxCalculationType string not_null(accessKey) string configuration json active bool hreflangActive bool maintenance bool maintenanceIpWhitelist list customFields translated paymentMethodIds manyToManyId not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition, "sales_channel_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(salesChannelId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition, "sales_channel_country\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey primary_key(countryId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition, "sales_channel_currency\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey primary_key(currencyId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition, "sales_channel_domain\n(Domain names of a sales)") { primary_key(id) id not_null(url) string not_null(salesChannelId) foreignKey not_null(languageId) foreignKey not_null(currencyId) foreignKey not_null(snippetSetId) foreignKey hreflangUseOnlyLocale bool customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition, "sales_channel_language\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition, "sales_channel_payment_method\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey primary_key(paymentMethodId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition, "sales_channel_shipping_method\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey primary_key(shippingMethodId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition, "sales_channel_type\n(Type)") { primary_key(id) id coverUrl string iconName string screenshotUrls list name translated manufacturer translated description translated descriptionLong translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition, "sales_channel_type_translation\n((Translations))") { not_null(name) string manufacturer string description string descriptionLong longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(salesChannelTypeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition, "sales_channel_analytics\n(Sales channel analytics)") { primary_key(id) id trackingId string active bool trackOrders bool anonymizeIp bool not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemCountryCountryDefinition, "country\n(Country)") { primary_key(id) id name translated iso string position int taxFree bool active bool shippingAvailable bool iso3 string displayStateInRegistration bool forceStateInRegistration bool customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state\n(Country state)") { primary_key(id) id not_null(countryId) foreignKey not_null(shortCode) string name translated position int active bool customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition, "country_state_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(countryStateId) foreignKey primary_key(languageId) foreignKey } TranslationTable(ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition, "country_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(countryId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency\n(Currency)") { primary_key(id) id not_null(factor) float not_null(symbol) string not_null(isoCode) string shortName translated name translated not_null(decimalPrecision) int position int isSystemDefault bool customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition, "currency_translation\n((Translations))") { not_null(shortName) string not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(currencyId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemLocaleLocaleDefinition, "locale\n(A locale)") { primary_key(id) id not_null(code) string name translated territory translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition, "locale_translation\n((Translations))") { not_null(name) string not_null(territory) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(localeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition, "snippet_set\n(Sets of snippets)") { primary_key(id) id not_null(name) string not_null(baseFile) string not_null(iso) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemSnippetSnippetDefinition, "snippet\n(Translation Strings)") { primary_key(id) id not_null(setId) foreignKey not_null(translationKey) string not_null(value) longText not_null(author) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemSalutationSalutationDefinition, "salutation\n(Salutation configuration)") { primary_key(id) id not_null(salutationKey) string displayName translated letterName translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition, "salutation_translation\n((Translations))") { not_null(displayName) string not_null(letterName) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(salutationId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemTaxTaxDefinition, "tax\n(Available tax settings)") { primary_key(id) id not_null(taxRate) float not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition, "tax_rule\n(Tax rules)") { primary_key(id) id not_null(taxRuleTypeId) foreignKey not_null(countryId) foreignKey not_null(taxRate) float data json not_null(taxId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition, "tax_rule_type\n(Tax rule types)") { primary_key(id) id not_null(technicalName) string not_null(position) int typeName translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition, "tax_rule_type_translation\n((Translations))") { not_null(typeName) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(taxRuleTypeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemUnitUnitDefinition, "unit\n(Measuring unit)") { primary_key(id) id shortCode translated name translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition, "unit_translation\n((Translations))") { not_null(shortCode) string not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(unitId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemUserUserDefinition, "user\n(Administration/ Management Account user)") { primary_key(id) id not_null(localeId) foreignKey avatarId foreignKey not_null(username) string not_null(password) password not_null(firstName) string not_null(lastName) string title string not_null(email) string active bool admin bool customFields customFields storeToken string not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition, "user_access_key\n(oAuth access key)") { primary_key(id) id not_null(userId) foreignKey not_null(accessKey) string not_null(secretAccessKey) password writeAccess bool lastUsageAt dateTime customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition, "user_recovery\n(User / Account recovery process)") { primary_key(id) id not_null(hash) string not_null(userId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemIntegrationIntegrationDefinition, "integration\n(O-Auth integration)") { primary_key(id) id not_null(label) string not_null(accessKey) string not_null(secretAccessKey) password writeAccess bool lastUsageAt dateTime admin bool customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition, "integration_role\n(M:N Mapping)") { primary_key(integrationId) foreignKey primary_key(aclRoleId) foreignKey } Table(ShopwareCoreSystemStateMachineStateMachineDefinition, "state_machine\n(State machine)") { primary_key(id) id not_null(technicalName) string name translated customFields translated initialStateId foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemStateMachineStateMachineTranslationDefinition, "state_machine_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(stateMachineId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition, "state_machine_state\n(State)") { primary_key(id) id not_null(technicalName) string name translated not_null(stateMachineId) foreignKey customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition, "state_machine_state_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(stateMachineStateId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition, "state_machine_transition\n(State transition)") { primary_key(id) id not_null(actionName) string not_null(stateMachineId) foreignKey not_null(fromStateId) foreignKey not_null(toStateId) foreignKey customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition, "state_machine_history\n(State transition history)") { primary_key(id) id not_null(stateMachineId) foreignKey not_null(entityName) string not_null(entityId) json not_null(fromStateId) foreignKey not_null(toStateId) foreignKey transitionActionName string userId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemSystemConfigSystemConfigDefinition, "system_config\n(System configuration)") { primary_key(id) id not_null(configurationKey) string not_null(configurationValue) configurationValue salesChannelId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemNumberRangeNumberRangeDefinition, "number_range\n(Number range)") { primary_key(id) id not_null(typeId) foreignKey not_null(global) bool name translated description translated not_null(pattern) string not_null(start) int customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition, "number_range_sales_channel\n(M:N Mapping)") { primary_key(id) id not_null(numberRangeId) foreignKey not_null(salesChannelId) foreignKey numberRangeTypeId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition, "number_range_state\n(Current number range max value)") { primary_key(id) id not_null(numberRangeId) foreignKey not_null(lastValue) int not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition, "number_range_type\n(Type)") { primary_key(id) id technicalName string typeName translated not_null(global) bool customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition, "number_range_type_translation\n((Translations))") { not_null(typeName) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(numberRangeTypeId) foreignKey primary_key(languageId) foreignKey } TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition, "number_range_translation\n((Translations))") { not_null(name) string description string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(numberRangeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreSystemTagTagDefinition, "tag\n(Taxonomy)") { primary_key(id) id not_null(name) string not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentCategoryCategoryDefinition, "category\n(Category tree)") { primary_key(id) id primary_key(versionId) version parentId parentFk not_null(parentVersionId) referenceVersion afterCategoryId foreignKey not_null(afterCategoryVersionId) referenceVersion mediaId foreignKey not_null(displayNestedProducts) bool autoIncrement int breadcrumb translated level treeLevel path treePath childCount childCount not_null(type) string not_null(productAssignmentType) string visible bool active bool name translated customFields translated slotConfig translated externalLink translated description translated metaTitle translated metaDescription translated keywords translated cmsPageId foreignKey productStreamId foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition, "category_translation\n((Translations))") { not_null(name) string breadcrumb list slotConfig json externalLink string description longText metaTitle longText metaDescription longText keywords longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(categoryId) foreignKey primary_key(languageId) foreignKey primary_key(categoryVersionId) referenceVersion } Table(ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition, "category_tag\n(M:N Mapping)") { primary_key(categoryId) foreignKey primary_key(categoryVersionId) referenceVersion primary_key(tagId) foreignKey } Table(ShopwareCoreContentMediaMediaDefinition, "media\n(Media / Files)") { primary_key(id) id userId foreignKey mediaFolderId foreignKey mimeType string fileExtension string uploadedAt dateTime fileName longText fileSize int mediaTypeRaw blob metaData json mediaType json alt translated title translated url string hasFile bool private bool customFields translated thumbnailsRo blob not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition, "media_default_folder\n(Default folders)") { primary_key(id) id not_null(associationFields) list not_null(entity) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition, "media_thumbnail\n(Generated Thumbnail)") { primary_key(id) id not_null(mediaId) foreignKey not_null(width) int not_null(height) int url string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } TranslationTable(ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition, "media_translation\n((Translations))") { title string alt longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(mediaId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition, "media_folder\n(Folder structure)") { primary_key(id) id useParentConfiguration bool not_null(configurationId) foreignKey defaultFolderId foreignKey parentId parentFk childCount childCount not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition, "media_thumbnail_size\n(Generated Thumbnails)") { primary_key(id) id not_null(width) int not_null(height) int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition, "media_folder_configuration\n(Configuration)") { primary_key(id) id createThumbnails bool keepAspectRatio bool thumbnailQuality int private bool noAssociation bool mediaThumbnailSizesRo blob customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition, "media_folder_configuration_media_thumbnail_size\n(M:N Mapping)") { primary_key(mediaFolderConfigurationId) foreignKey primary_key(mediaThumbnailSizeId) foreignKey } Table(ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition, "media_tag\n(M:N Mapping)") { primary_key(mediaId) foreignKey primary_key(tagId) foreignKey } Table(ShopwareCoreContentProductProductDefinition, "product\n(Product)") { primary_key(id) id primary_key(versionId) version parentId parentFk not_null(parentVersionId) referenceVersion manufacturerId foreignKey not_null(productManufacturerVersionId) referenceVersion unitId foreignKey not_null(taxId) foreignKey coverId foreignKey productMediaVersionId referenceVersion deliveryTimeId foreignKey not_null(price) price not_null(productNumber) numberRange not_null(stock) int restockTime int autoIncrement int active bool availableStock int available bool isCloseout bool displayGroup string configuratorGroupConfig json mainVariantId foreignKey variantRestrictions json manufacturerNumber string ean string purchaseSteps int maxPurchase int minPurchase int purchaseUnit float referenceUnit float shippingFree bool purchasePrice float markAsTopseller bool weight float width float height float length float releaseDate dateTime ratingAverage float categoryTree list propertyIds manyToManyId optionIds manyToManyId tagIds manyToManyId listingPrices priceRulesJson childCount childCount blacklistIds blacklistRule whitelistIds whitelistRule customFieldSetSelectionActive bool sales int metaDescription translated name translated keywords translated description translated metaTitle translated packUnit translated packUnitPlural translated customFields translated variation list featureSetId foreignKey purchasePrices price customSearchKeywords translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition, "product_category\n(M:N Mapping)") { primary_key(productId) foreignKey primary_key(productVersionId) referenceVersion primary_key(categoryId) foreignKey primary_key(categoryVersionId) referenceVersion } Table(ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition, "product_custom_field_set\n(M:N Mapping)") { primary_key(productId) foreignKey primary_key(customFieldSetId) foreignKey primary_key(productVersionId) referenceVersion } Table(ShopwareCoreContentProductAggregateProductTagProductTagDefinition, "product_tag\n(M:N Mapping)") { primary_key(productId) foreignKey primary_key(productVersionId) referenceVersion primary_key(tagId) foreignKey } Table(ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition, "product_configurator_setting\n(The root product configurator.)") { primary_key(id) id primary_key(versionId) version not_null(productId) foreignKey not_null(productVersionId) referenceVersion mediaId foreignKey not_null(optionId) foreignKey price json position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition, "product_price\n(Staggered pricing)") { primary_key(id) id primary_key(versionId) version not_null(productId) foreignKey not_null(productVersionId) referenceVersion not_null(ruleId) foreignKey not_null(price) price not_null(quantityStart) int quantityEnd int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition, "product_property\n(M:N Mapping)") { primary_key(productId) foreignKey not_null(productVersionId) referenceVersion primary_key(optionId) foreignKey } Table(ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition, "product_search_keyword\n(Search keywords)") { primary_key(id) id primary_key(versionId) version not_null(languageId) foreignKey not_null(productId) foreignKey not_null(productVersionId) referenceVersion not_null(keyword) string not_null(ranking) float not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition, "product_keyword_dictionary\n(Search dictionary)") { primary_key(id) id not_null(languageId) foreignKey not_null(keyword) string reversed string } Table(ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition, "product_review\n(Product reviews)") { primary_key(id) id not_null(productId) foreignKey not_null(productVersionId) referenceVersion customerId foreignKey not_null(salesChannelId) foreignKey not_null(languageId) foreignKey externalUser string externalEmail string not_null(title) string not_null(content) longText points float status bool comment longText updatedAt updatedAt not_null(createdAt) createdAt } Table(ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition, "product_manufacturer\n(Manufacturer)") { primary_key(id) id primary_key(versionId) version mediaId foreignKey link string name translated description translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition, "product_manufacturer_translation\n((Translations))") { not_null(name) string description longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(productManufacturerId) foreignKey primary_key(languageId) foreignKey primary_key(productManufacturerVersionId) referenceVersion } Table(ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition, "product_media\n(Product media/images)") { primary_key(id) id primary_key(versionId) version not_null(productId) foreignKey not_null(productVersionId) referenceVersion not_null(mediaId) foreignKey position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } TranslationTable(ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition, "product_translation\n((Translations))") { metaDescription string not_null(name) string keywords longText description longText metaTitle string packUnit string packUnitPlural string customSearchKeywords list customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(productId) foreignKey primary_key(languageId) foreignKey primary_key(productVersionId) referenceVersion } Table(ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition, "product_option\n(M:N Mapping)") { primary_key(productId) foreignKey not_null(productVersionId) referenceVersion primary_key(optionId) foreignKey } Table(ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition, "product_category_tree\n(M:N Mapping)") { primary_key(productId) foreignKey primary_key(productVersionId) referenceVersion primary_key(categoryId) foreignKey primary_key(categoryVersionId) referenceVersion } Table(ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition, "product_cross_selling\n(Cross selling products)") { primary_key(id) id not_null(name) translated not_null(position) int sortBy string sortDirection string not_null(type) string active bool limit int not_null(productId) foreignKey not_null(productVersionId) referenceVersion productStreamId foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition, "product_cross_selling_translation\n((Translations))") { not_null(name) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(productCrossSellingId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition, "product_cross_selling_assigned_products\n(Assigned Cross selling products)") { primary_key(id) id not_null(crossSellingId) foreignKey not_null(productId) foreignKey primary_key(productVersionId) referenceVersion position int not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition, "product_feature_set\n(Product feature sets)") { primary_key(id) id name translated description translated features json not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition, "product_feature_set_translation\n((Translations))") { name string description string not_null(createdAt) createdAt updatedAt updatedAt primary_key(productFeatureSetId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentProductSalesChannelSortingProductSortingDefinition, "product_sorting\n(Product sorting)") { primary_key(id) id locked writeLockIndicator not_null(key) string not_null(priority) int not_null(active) bool not_null(fields) json label translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition, "product_sorting_translation\n((Translations))") { not_null(label) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(productSortingId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition, "product_visibility\n(Visibility in sales channels)") { primary_key(id) id not_null(productId) foreignKey not_null(productVersionId) referenceVersion not_null(salesChannelId) foreignKey not_null(visibility) int not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition, "delivery_time\n(Delivery time)") { primary_key(id) id not_null(name) translated not_null(min) int not_null(max) int not_null(unit) string customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient\n(Newsletter recipient)") { primary_key(id) id not_null(email) string title string firstName string lastName string zipCode string city string street string not_null(status) string not_null(hash) string customFields customFields confirmedAt dateTime salutationId foreignKey not_null(languageId) foreignKey not_null(salesChannelId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag\n(M:N Mapping)") { primary_key(newsletterRecipientId) foreignKey primary_key(tagId) foreignKey } Table(ShopwareCoreContentRuleRuleDefinition, "rule\n(Rule)") { primary_key(id) id not_null(name) string not_null(priority) int description longText payload blob invalid bool customFields customFields moduleTypes json not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition, "rule_condition\n(Rule condition)") { primary_key(id) id type string not_null(ruleId) foreignKey parentId parentFk value json position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductStreamProductStreamDefinition, "product_stream\n(Product streams)") { primary_key(id) id apiFilter json invalid bool name translated description translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition, "product_stream_translation\n((Translations))") { not_null(name) string description longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(productStreamId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition, "product_stream_filter\n(A Product stream filter term)") { primary_key(id) id not_null(productStreamId) foreignKey parentId parentFk not_null(type) string field string operator string value longText parameters json position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentProductExportProductExportDefinition, "product_export\n(Product exports)") { primary_key(id) id not_null(productStreamId) foreignKey not_null(storefrontSalesChannelId) foreignKey not_null(salesChannelId) foreignKey not_null(salesChannelDomainId) foreignKey not_null(currencyId) foreignKey not_null(fileName) string not_null(accessKey) string not_null(encoding) string not_null(fileFormat) string includeVariants bool not_null(generateByCronjob) bool generatedAt dateTime not_null(interval) int headerTemplate longText bodyTemplate longText footerTemplate longText pausedSchedule bool not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentPropertyPropertyGroupDefinition, "property_group\n(Property Group)") { primary_key(id) id name translated description translated not_null(displayType) string not_null(sortingType) string filterable bool position translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition, "property_group_option\n(Property option)") { primary_key(id) id not_null(groupId) foreignKey name translated position translated colorHexCode string mediaId foreignKey customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition, "property_group_option_translation\n((Translations))") { not_null(name) string position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(propertyGroupOptionId) foreignKey primary_key(languageId) foreignKey } TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition, "property_group_translation\n((Translations))") { not_null(name) string description longText position int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(propertyGroupId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentCmsCmsPageDefinition, "cms_page\n(Content Page)") { primary_key(id) id name translated not_null(type) string entity string config json previewMediaId foreignKey customFields translated locked writeLockIndicator not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition, "cms_page_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(cmsPageId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition, "cms_section\n(Content Section)") { primary_key(id) id not_null(position) int not_null(type) string locked writeLockIndicator name string sizingMode string mobileBehavior string backgroundColor string backgroundMediaId foreignKey backgroundMediaMode string cssClass string not_null(pageId) foreignKey customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition, "cms_block\n(Content Block)") { primary_key(id) id not_null(position) int not_null(type) string locked writeLockIndicator name string sectionPosition string marginTop string marginBottom string marginLeft string marginRight string backgroundColor string backgroundMediaId foreignKey backgroundMediaMode string cssClass string not_null(sectionId) foreignKey customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition, "cms_slot\n(Content Slot)") { primary_key(id) id primary_key(versionId) version not_null(type) string not_null(slot) string locked writeLockIndicator config translated customFields translated data json not_null(blockId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition, "cms_slot_translation\n((Translations))") { not_null(config) configurationValue customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(cmsSlotId) foreignKey primary_key(languageId) foreignKey primary_key(cmsSlotVersionId) referenceVersion } Table(ShopwareCoreContentMailTemplateMailTemplateDefinition, "mail_template\n(Mail Template)") { primary_key(id) id not_null(mailTemplateTypeId) foreignKey systemDefault bool senderName translated description translated subject translated contentHtml translated contentPlain translated customFields translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition, "mail_template_translation\n((Translations))") { senderName string description longText not_null(subject) string not_null(contentHtml) longText not_null(contentPlain) longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(mailTemplateId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition, "mail_template_type\n(Type)") { primary_key(id) id name translated not_null(technicalName) string availableEntities json not_null(createdAt) createdAt updatedAt updatedAt customFields translated translated json } TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition, "mail_template_type_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(mailTemplateTypeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel\n(M:N Mapping)") { primary_key(id) id not_null(mailTemplateId) foreignKey not_null(salesChannelId) foreignKey mailTemplateTypeId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media\n(M:N Mapping)") { primary_key(id) id not_null(mailTemplateId) foreignKey not_null(languageId) foreignKey not_null(mediaId) foreignKey position int } Table(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer\n(Header/Footer content)") { primary_key(id) id systemDefault bool name translated description translated headerHtml translated headerPlain translated footerHtml translated footerPlain translated not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition, "mail_header_footer_translation\n((Translations))") { not_null(name) string description string headerHtml longText headerPlain longText footerHtml longText footerPlain longText not_null(createdAt) createdAt updatedAt updatedAt primary_key(mailHeaderFooterId) foreignKey primary_key(languageId) foreignKey } TranslationTable(ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition, "delivery_time_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(deliveryTimeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreContentImportExportImportExportProfileDefinition, "import_export_profile\n(File profile definition)") { primary_key(id) id name string not_null(label) translated systemDefault bool not_null(sourceEntity) string not_null(fileType) string not_null(delimiter) string not_null(enclosure) string mapping json config json not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition, "import_export_log\n(Change log)") { primary_key(id) id not_null(activity) string not_null(state) string not_null(records) int userId foreignKey profileId foreignKey fileId foreignKey invalidRecordsLogId foreignKey username string profileName string not_null(config) json not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition, "import_export_file\n(Import/Export file)") { primary_key(id) id not_null(originalName) string not_null(path) string not_null(expireDate) dateTime size int not_null(createdAt) createdAt not_null(accessToken) string updatedAt updatedAt } TranslationTable(ShopwareCoreContentImportExportImportExportProfileTranslationDefinition, "import_export_profile_translation\n((Translations))") { label string not_null(createdAt) createdAt updatedAt updatedAt primary_key(importExportProfileId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer\n(The sales channel customer)") { primary_key(id) id not_null(groupId) foreignKey not_null(defaultPaymentMethodId) foreignKey not_null(salesChannelId) foreignKey not_null(languageId) foreignKey lastPaymentMethodId foreignKey not_null(defaultBillingAddressId) foreignKey not_null(defaultShippingAddressId) foreignKey autoIncrement int not_null(customerNumber) numberRange not_null(salutationId) foreignKey not_null(firstName) string not_null(lastName) string company string password password not_null(email) email title string affiliateCode string campaignCode string active bool doubleOptInRegistration bool doubleOptInEmailSentDate dateTime doubleOptInConfirmDate dateTime hash string guest bool firstLogin dateTime lastLogin dateTime newsletter bool birthday date lastOrderDate dateTime orderCount int customFields customFields legacyPassword string legacyEncoder string remoteAddress remoteAddress tagIds manyToManyId requestedGroupId foreignKey boundSalesChannelId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } TranslationTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition, "customer_group_translation\n((Translations))") { not_null(name) string registrationTitle string registrationIntroduction longText registrationOnlyCompanyRegistration bool registrationSeoMetaDescription longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(customerGroupId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition, "customer_address\n(The customer addresses.)") { primary_key(id) id not_null(customerId) foreignKey not_null(countryId) foreignKey countryStateId foreignKey not_null(salutationId) foreignKey not_null(firstName) string not_null(lastName) string not_null(zipcode) string not_null(city) string company string not_null(street) string department string title string vatId string phoneNumber string additionalAddressLine1 string additionalAddressLine2 string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition, "customer_recovery\n(Customer recovery process)") { primary_key(id) id not_null(hash) string not_null(customerId) foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group\n(Customer groups)") { primary_key(id) id name translated displayGross bool customFields translated registrationActive bool registrationTitle translated registrationIntroduction translated registrationOnlyCompanyRegistration translated registrationSeoMetaDescription translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition, "customer_group_registration_sales_channels\n(M:N Mapping)") { primary_key(customerGroupId) foreignKey primary_key(salesChannelId) foreignKey not_null(createdAt) createdAt } Table(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag\n(M:N Mapping)") { primary_key(customerId) foreignKey primary_key(tagId) foreignKey } Table(ShopwareCoreCheckoutDocumentDocumentDefinition, "document\n(Document)") { primary_key(id) id not_null(documentTypeId) foreignKey not_null(fileType) string referencedDocumentId foreignKey not_null(orderId) foreignKey documentMediaFileId foreignKey not_null(orderVersionId) referenceVersion not_null(config) json sent bool static bool not_null(deepLinkCode) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition, "document_type\n(Type)") { primary_key(id) id name translated not_null(technicalName) string not_null(createdAt) createdAt updatedAt updatedAt customFields translated translated json } TranslationTable(ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition, "document_type_translation\n((Translations))") { not_null(name) string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(documentTypeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition, "document_base_config\n(Configuration)") { primary_key(id) id not_null(documentTypeId) foreignKey logoId foreignKey not_null(name) string filenamePrefix string filenameSuffix string not_null(global) bool documentNumber numberRange config json not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition, "document_base_config_sales_channel\n(SalesChannel Configuration)") { primary_key(id) id not_null(documentBaseConfigId) foreignKey salesChannelId foreignKey documentTypeId foreignKey not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderOrderDefinition, "order\n(Order root table)") { primary_key(id) id primary_key(versionId) version autoIncrement int orderNumber numberRange not_null(billingAddressId) foreignKey not_null(billingAddressVersionId) referenceVersion not_null(currencyId) foreignKey not_null(languageId) foreignKey not_null(salesChannelId) foreignKey not_null(orderDateTime) dateTime orderDate date price cartPrice amountTotal float amountNet float positionPrice float taxStatus string shippingCosts calculatedPrice shippingTotal float not_null(currencyFactor) float deepLinkCode string affiliateCode string campaignCode string customerComment longText not_null(stateId) stateMachineState ruleIds list customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition, "order_address\n(Order address)") { primary_key(id) id primary_key(versionId) version not_null(countryId) foreignKey countryStateId foreignKey not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion not_null(salutationId) foreignKey not_null(firstName) string not_null(lastName) string not_null(street) string not_null(zipcode) string not_null(city) string company string department string title string vatId string phoneNumber string additionalAddressLine1 string additionalAddressLine2 string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer\n(Order customer)") { primary_key(id) id primary_key(versionId) version customerId foreignKey not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion not_null(email) string not_null(salutationId) foreignKey not_null(firstName) string not_null(lastName) string company string title string customerNumber string customFields customFields remoteAddress remoteAddress not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition, "order_delivery\n(Delivery)") { primary_key(id) id primary_key(versionId) version not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion not_null(shippingOrderAddressId) foreignKey not_null(shippingOrderAddressVersionId) referenceVersion not_null(shippingMethodId) foreignKey not_null(stateId) stateMachineState not_null(trackingCodes) list not_null(shippingDateEarliest) dateTime not_null(shippingDateLatest) dateTime shippingCosts calculatedPrice customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition, "order_delivery_position\n(Delivery position)") { primary_key(id) id primary_key(versionId) version not_null(orderDeliveryId) foreignKey not_null(orderDeliveryVersionId) referenceVersion not_null(orderLineItemId) foreignKey not_null(orderLineItemVersionId) referenceVersion price calculatedPrice unitPrice float totalPrice float quantity int customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition, "order_line_item\n(Order line item)") { primary_key(id) id primary_key(versionId) version not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion productId foreignKey not_null(productVersionId) referenceVersion parentId parentFk not_null(parentVersionId) referenceVersion coverId foreignKey not_null(identifier) string referencedId string not_null(quantity) int not_null(label) string payload json good bool removable bool stackable bool not_null(position) int not_null(price) calculatedPrice priceDefinition priceDefinition unitPrice float totalPrice float description string type string customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition, "order_tag\n(M:N Mapping)") { primary_key(orderId) foreignKey primary_key(orderVersionId) referenceVersion primary_key(tagId) foreignKey } Table(ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition, "order_transaction\n(Order transaction)") { primary_key(id) id primary_key(versionId) version not_null(orderId) foreignKey not_null(orderVersionId) referenceVersion not_null(paymentMethodId) foreignKey not_null(amount) calculatedPrice not_null(stateId) stateMachineState customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method\n(Payment method)") { primary_key(id) id pluginId foreignKey handlerIdentifier string name translated description translated position int active bool afterOrderEnabled bool customFields translated availabilityRuleId foreignKey mediaId foreignKey formattedHandlerIdentifier string not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition, "payment_method_translation\n((Translations))") { not_null(name) string description longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(paymentMethodId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutPromotionPromotionDefinition, "promotion\n(Discounts with settings)") { primary_key(id) id name translated not_null(active) bool validFrom dateTime validUntil dateTime not_null(maxRedemptionsGlobal) int not_null(maxRedemptionsPerCustomer) int not_null(exclusive) bool code string not_null(useCodes) bool not_null(useIndividualCodes) bool individualCodePattern string not_null(useSetGroups) bool customerRestriction bool orderCount int ordersPerCustomerCount json exclusionIds list not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel\n(Promotion configuration)") { primary_key(id) id not_null(promotionId) foreignKey not_null(salesChannelId) foreignKey not_null(priority) int not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition, "promotion_individual_code\n(Individual promotion codes)") { primary_key(id) id not_null(promotionId) foreignKey not_null(code) string payload json not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition, "promotion_discount\n(Discounts)") { primary_key(id) id not_null(promotionId) foreignKey not_null(scope) string not_null(type) string not_null(value) float not_null(considerAdvancedRules) bool maxValue float sorterKey string applierKey string usageKey string pickerKey string not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") { primary_key(discountId) foreignKey primary_key(ruleId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition, "promotion_setgroup\n(Promotion set groups)") { primary_key(id) id not_null(promotionId) foreignKey not_null(packagerKey) string not_null(sorterKey) string not_null(value) float not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition, "promotion_setgroup_rule\n(M:N Mapping)") { primary_key(setgroupId) foreignKey primary_key(ruleId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition, "promotion_order_rule\n(M:N Mapping)") { primary_key(promotionId) foreignKey primary_key(ruleId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer\n(M:N Mapping)") { primary_key(promotionId) foreignKey primary_key(customerId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition, "promotion_persona_rule\n(M:N Mapping)") { primary_key(promotionId) foreignKey primary_key(ruleId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition, "promotion_cart_rule\n(M:N Mapping)") { primary_key(promotionId) foreignKey primary_key(ruleId) foreignKey } TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") { not_null(name) string not_null(createdAt) createdAt updatedAt updatedAt primary_key(promotionId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition, "promotion_discount_prices\n(Promotion discounts)") { primary_key(id) id not_null(discountId) foreignKey not_null(currencyId) foreignKey not_null(price) float not_null(createdAt) createdAt updatedAt updatedAt } Table(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method\n(Shipping method)") { primary_key(id) id name translated active bool customFields translated not_null(availabilityRuleId) foreignKey mediaId foreignKey not_null(deliveryTimeId) foreignKey not_null(taxType) string taxId foreignKey description translated trackingUrl translated not_null(createdAt) createdAt updatedAt updatedAt translated json } Table(ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition, "shipping_method_tag\n(M:N Mapping)") { primary_key(shippingMethodId) foreignKey primary_key(tagId) foreignKey } Table(ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition, "shipping_method_price\n(Prices of a shipping method)") { primary_key(id) id not_null(shippingMethodId) foreignKey ruleId foreignKey calculation int calculationRuleId foreignKey quantityStart float quantityEnd float currencyPrice price customFields customFields not_null(createdAt) createdAt updatedAt updatedAt } TranslationTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition, "shipping_method_translation\n((Translations))") { not_null(name) string description longText trackingUrl longText customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(shippingMethodId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareStorefrontThemeThemeDefinition, "theme\n(Storefront themes)") { primary_key(id) id technicalName string not_null(name) string not_null(author) string description translated labels translated helpTexts translated customFields translated previewMediaId foreignKey parentThemeId foreignKey baseConfig json configValues json not_null(active) bool not_null(createdAt) createdAt updatedAt updatedAt translated json } TranslationTable(ShopwareStorefrontThemeAggregateThemeTranslationDefinition, "theme_translation\n((Translations))") { description string labels json helpTexts json customFields customFields not_null(createdAt) createdAt updatedAt updatedAt primary_key(themeId) foreignKey primary_key(languageId) foreignKey } Table(ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition, "theme_sales_channel\n(M:N Mapping)") { primary_key(salesChannelId) foreignKey not_null(themeId) foreignKey } Table(ShopwareStorefrontThemeAggregateThemeMediaDefinition, "theme_media\n(M:N Mapping)") { primary_key(themeId) foreignKey primary_key(mediaId) foreignKey } ' relationshipd ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition ShopwareCoreSystemUserUserDefinition --> ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreSystemIntegrationIntegrationDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreFrameworkAppTemplateTemplateDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreFrameworkWebhookWebhookDefinition --> ShopwareCoreFrameworkAppAppDefinition ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition --> ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreSystemCustomFieldCustomFieldDefinition ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition --> ShopwareCoreFrameworkEventEventActionEventActionDefinition ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition --> ShopwareCoreFrameworkEventEventActionEventActionDefinition ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition ShopwareCoreFrameworkMessageQueueScheduledTaskScheduledTaskDefinition --> ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition --> ShopwareCoreFrameworkPluginPluginDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreFrameworkPluginPluginDefinition ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemLocaleLocaleDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentSeoSeoUrlSeoUrlDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentImportExportImportExportProfileTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareStorefrontThemeAggregateThemeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSystemConfigSystemConfigDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemCountryCountryDefinition ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLocaleLocaleDefinition ShopwareCoreSystemUserUserDefinition --> ShopwareCoreSystemLocaleLocaleDefinition ShopwareCoreSystemSnippetSnippetDefinition --> ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemTaxTaxDefinition ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemTaxTaxDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemTaxTaxDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemUnitUnitDefinition ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemUnitUnitDefinition ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreSystemUserUserDefinition ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition --> ShopwareCoreSystemUserUserDefinition ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemUserUserDefinition ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreSystemUserUserDefinition ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition --> ShopwareCoreSystemUserUserDefinition ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreSystemIntegrationIntegrationDefinition ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreSystemTagTagDefinition ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentCategoryCategoryDefinition ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareStorefrontThemeThemeDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareStorefrontThemeAggregateThemeMediaDefinition --> ShopwareCoreContentMediaMediaDefinition ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition --> ShopwareCoreContentProductProductDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition --> ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition --> ShopwareCoreContentProductSalesChannelSortingProductSortingDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreContentRuleRuleDefinition ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition --> ShopwareCoreContentCmsCmsPageDefinition ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreContentCmsCmsPageDefinition ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition --> ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreContentImportExportImportExportProfileDefinition ShopwareCoreContentImportExportImportExportProfileTranslationDefinition --> ShopwareCoreContentImportExportImportExportProfileDefinition ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition --> ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreCheckoutOrderOrderDefinition ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition ShopwareStorefrontThemeAggregateThemeTranslationDefinition --> ShopwareStorefrontThemeThemeDefinition ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition --> ShopwareStorefrontThemeThemeDefinition ShopwareStorefrontThemeAggregateThemeMediaDefinition --> ShopwareStorefrontThemeThemeDefinition ShopwareStorefrontThemeThemeDefinition --> ShopwareStorefrontThemeThemeDefinition @enduml
false
true
false
false
sequence
4a8e3c6d24bf863d6f7037d85fb5aec4d1e30542
3ea02aab5d9a15def695d50ffd9c538a0b4e5173
/test/saref4city/example1-saref4city.puml
98af8f2de75c7f137d9e5d00f5b13112602f42df
[]
no_license
VladimirAlexiev/rdf2rml
cd6a3c7c27dd3ce30214c852b4b0d9291464b461
29d7f21c9ed3defd5d6a64a02a5e18315d30b559
refs/heads/master
2023-06-09T10:08:02.313163
2023-06-07T11:25:10
2023-06-07T11:25:10
158,509,814
35
5
null
2023-05-30T12:54:05
2018-11-21T07:44:42
Perl
UTF-8
PlantUML
false
false
7,719
puml
@startuml hide empty members hide circle left to right direction class _example1_2018_11_20_ as "<example1#2018-11-20>" _example1_2018_11_20_ : a time:TemporalEntity, owl:NamedIndividual class _example1_Building54_ as "<example1/Building54>" _example1_Building54_ : a s4city:CityObject, s4bldg:Building, owl:NamedIndividual class s4city_v1_1_2_example_example1_ as "s4city:v1.1.2/example/example1#" s4city_v1_1_2_example_example1_ : a dctype:Dataset s4city_v1_1_2_example_example1_ : dcterms:conformsTo\n s4bldg:v1.1.2/,\n s4city:v1.1.2/,\n s4ener:v1.1.2/,\n s4envi:v1.1.2/,\n saref:v3.1.1/ s4city_v1_1_2_example_example1_ : dcterms:creator\n <http://purl.org/net/mpoveda>,\n <http://www.garcia-castro.com/foaf.rdf#me> s4city_v1_1_2_example_example1_ : dcterms:description "Example of use for the SAREF extension for Smart Cities"@en s4city_v1_1_2_example_example1_ : dcterms:license <https://forge.etsi.org/etsi-software-license> s4city_v1_1_2_example_example1_ : dcterms:title "Example of use for the SAREF extension for Smart Cities"@en class _example1_RoadCongestion_ as "<example1/RoadCongestion>" _example1_RoadCongestion_ : a owl:NamedIndividual, s4city:KeyPerformanceIndicator class _example1_RoadCongestionPeriod_ as "<example1/RoadCongestionPeriod>" _example1_RoadCongestion_ -down-> _example1_RoadCongestionPeriod_ : s4city:hasCalculationPeriod class _example1_RoadSegment50Geometry_ as "<example1/RoadSegment50Geometry>" _example1_RoadCongestion_ -down-> _example1_RoadSegment50Geometry_ : s4city:isKPIOf _example1_RoadSegment50Geometry_ : a geosp:Geometry, owl:NamedIndividual class om2_kilometrePerHour as "om2:kilometrePerHour" om2_kilometrePerHour : a saref:UnitOfMeasure, owl:NamedIndividual _example1_RoadCongestionPeriod_ : a time:TemporalDuration, owl:NamedIndividual class _example1_RoadSegment50Congestion2018_11_20T13_30_00_ as "<example1/RoadSegment50Congestion2018-11-20T13-30-00>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ : a owl:NamedIndividual, s4city:KeyPerformanceIndicatorAssessment class _example1_CarsSpeed2018_11_20_ as "<example1/CarsSpeed2018-11-20>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_CarsSpeed2018_11_20_ : s4city:isDerivedFrom _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_RoadCongestion_ : s4city:quantifiesKPI _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_2018_11_20_ : s4city:refersToTime class _example1_RoadSegment50_ as "<example1/RoadSegment50>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_RoadSegment50_ : s4city:assesses class _example1_GMapsAPI2018_11_20_ as "<example1/GMapsAPI2018-11-20>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_GMapsAPI2018_11_20_ : s4city:isDerivedFrom class _example1_City4_ as "<example1/City4>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_City4_ : s4city:isAssessedBy class _example1_Pollution2018_11_20_ as "<example1/Pollution2018-11-20>" _example1_RoadSegment50Congestion2018_11_20T13_30_00_ -down-> _example1_Pollution2018_11_20_ : s4city:isDerivedFrom _example1_RoadSegment50Congestion2018_11_20T13_30_00_ : s4city:hasCreationDate "2018-11-20T13:20:00"^^xsd:dateTime _example1_RoadSegment50Congestion2018_11_20T13_30_00_ : saref:hasValue "70%" class _example1_Neighbourhood34_ as "<example1/Neighbourhood34>" _example1_Neighbourhood34_ : a s4city:Neighbourhood, owl:NamedIndividual _example1_Neighbourhood34_ -down-> _example1_City4_ : geosp:sfWithin _example1_CarsSpeed2018_11_20_ : a saref:Measurement, owl:NamedIndividual class _example1_CarLocation2018_11_20T13_30_00_ as "<example1/CarLocation2018-11-20T13-30-00>" _example1_CarLocation2018_11_20T13_30_00_ : a owl:NamedIndividual, geo:Point _example1_CarLocation2018_11_20T13_30_00_ -down-> _example1_RoadSegment50_ : geosp:sfWithin _example1_CarLocation2018_11_20T13_30_00_ : geo:lat 40.405013 _example1_CarLocation2018_11_20T13_30_00_ : geo:long -3.839349 class lexvo_spa as "lexvo:spa" lexvo_spa : a dcterms:LinguisticSystem, owl:NamedIndividual class _example1_Camera1_ as "<example1/Camera1>" _example1_Camera1_ : a owl:NamedIndividual, saref:Device class _example1_Lamppost6_ as "<example1/Lamppost6>" _example1_Lamppost6_ : a s4city:CityObject, owl:NamedIndividual, s4envi:Lamppost class _example1_Camera1Measurement200_ as "<example1/Camera1Measurement200>" _example1_Camera1Measurement200_ : a owl:NamedIndividual, saref:Measurement _example1_Camera1Measurement200_ -down-> _example1_Camera1_ : saref:measurementMadeBy _example1_Camera1Measurement200_ -down-> om2_kilometrePerHour : saref:isMeasuredIn class _example1_Speed_ as "<example1/Speed>" _example1_Camera1Measurement200_ -down-> _example1_Speed_ : saref:relatesToProperty class _example1_Car35_ as "<example1/Car35>" _example1_Camera1Measurement200_ -down-> _example1_Car35_ : saref:isMeasurementOf _example1_Camera1Measurement200_ : saref:hasValue "35.0"^^xsd:float _example1_Car35_ : a owl:NamedIndividual, saref:FeatureOfInterest, geosp:SpatialObject _example1_Car35_ -down-> _example1_CarLocation2018_11_20T13_30_00_ : geo:location _example1_Car35_ -down-> _example1_Speed_ : saref:hasProperty _example1_Speed_ : a owl:NamedIndividual, saref:Property class _example1_BasketMatch23_ as "<example1/BasketMatch23>" _example1_BasketMatch23_ : a owl:NamedIndividual, s4city:Event class _example1_Metro_ as "<example1/Metro>" _example1_BasketMatch23_ -down-> _example1_Metro_ : s4city:hasAccesibility class _example1_BasketWeek2018_ as "<example1/BasketWeek2018>" _example1_BasketMatch23_ -down-> _example1_BasketWeek2018_ : s4city:isSubEventOf class _example1_BasketArena7_ as "<example1/BasketArena7>" _example1_BasketMatch23_ -down-> _example1_BasketArena7_ : s4city:takesPlaceAtFacility _example1_BasketMatch23_ -down-> _example1_City4_ : s4city:isOrganizedBy _example1_BasketWeek2018_ : a owl:NamedIndividual, s4city:Event _example1_Pollution2018_11_20_ : a owl:NamedIndividual, saref:Measurement _example1_GMapsAPI2018_11_20_ : a saref:Measurement, owl:NamedIndividual class _example1_Citizen11111_ as "<example1/Citizen11111>" _example1_Citizen11111_ : a owl:NamedIndividual, s4city:Agent, <http://xmlns.com/foaf/0.1/Person> class _example1_Bus33Service_ as "<example1/Bus33Service>" _example1_Citizen11111_ -down-> _example1_Bus33Service_ : cpsv:uses _example1_Metro_ : a owl:NamedIndividual class _example1_TransportCo_ as "<example1/TransportCo>" _example1_TransportCo_ : a owl:NamedIndividual, <http://www.w3.org/ns/org#Organization>, s4city:Agent _example1_TransportCo_ -down-> _example1_Bus33Service_ : cpsv:provides _example1_Bus33Service_ : a cpsv:PublicService, owl:NamedIndividual _example1_BasketArena7_ : a owl:NamedIndividual, s4city:Facility _example1_City4_ : a s4city:PublicAdministration, s4city:Agent, owl:NamedIndividual class _example1_HealthService123_ as "<example1/HealthService123>" _example1_City4_ -down-> _example1_HealthService123_ : cpsv:provides _example1_HealthService123_ : a cpsv:PublicService, owl:NamedIndividual _example1_HealthService123_ -down-> _example1_Neighbourhood34_ : cpsv:physicallyAvailableAt _example1_HealthService123_ -down-> lexvo_spa : s4city:isAvailableInLanguage _example1_HealthService123_ -down-> _example1_BasketArena7_ : s4city:involvesFacility _example1_RoadSegment50_ : a geosp:SpatialObject, owl:NamedIndividual _example1_RoadSegment50_ -down-> _example1_CarLocation2018_11_20T13_30_00_ : geosp:sfContains _example1_RoadSegment50_ -down-> _example1_Lamppost6_ : geosp:sfContains _example1_RoadSegment50_ -down-> _example1_Building54_ : geosp:sfContains _example1_RoadSegment50_ -down-> _example1_RoadSegment50Geometry_ : geosp:hasGeometry @enduml
false
true
false
false
sequence
c5dde53ca8b8e7ba7992dc7d883ed87bcbcfc988
a91911e5cb7152c74d512ef19e54f381b41944c4
/src/main/java/ex41/ex41.puml
7950983c4be939ec385ced7a1da269255e13c974
[]
no_license
Amos-L/Luo-cop3330-assignment3
1dca7c191ce1de8b86bb88f52a99f5f27de7e1ee
af0bf5cc87faad4dc3050f62dc98786b5fe873f1
refs/heads/master
2023-08-23T01:31:39.377738
2021-10-12T02:37:35
2021-10-12T02:37:35
416,156,903
0
0
null
null
null
null
UTF-8
PlantUML
false
false
369
puml
@startuml 'https://plantuml.com/class-diagram sort <|-- input writing <|-- sort input <|-- Main class Main { +readFile +sortFile(readFile String output) +writeOutputfile(sortFile) } class input { +input.txt -return String(input.txt) } class sort { +input String from input.txt -return Sorted(string) } class writing{ +sorted(string) -output.txt -void } @enduml
false
true
false
false
class
bdcd8415772dc6ae2a5522a69d358b27170007f2
fbb40b162037d2a0001c1fd7b86b775e9278b1bf
/mastermind-documentView-withFactoryMethod/diagrams/src/mastermind.plantuml
8496c9f8a3e6f7bebd50050c549c0d491ad9e58e
[]
no_license
Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-asantamaria779
d208ea4e885a1d0dcc9ecd54235be668e180f846
8ac2c1128deca6a832928403edb25ed2633ada4c
refs/heads/main
2023-02-02T06:29:33.903703
2020-12-17T19:17:48
2020-12-17T19:17:48
319,729,841
0
0
null
null
null
null
UTF-8
PlantUML
false
false
739
plantuml
@startuml abstract class mastermind.Mastermind { #View view #Game game #Mastermind() #{abstract}View createView(Game) #void play() } class mastermind.ConsoleMastermind { #ConsoleView createView(Game) +{static}void main(String[] args) } class mastermind.GraphicsMastermind { #GraphicsView createView(Game) +{static}void main(String[] args) } mastermind.Mastermind *-down-> mastermind.views.View mastermind.Mastermind -down-> mastermind.models.Game mastermind.Mastermind ..> mastermind.views.console.ConsoleView mastermind.Mastermind ..> mastermind.views.console.GraphicsView mastermind.Mastermind <|-down- mastermind.ConsoleMastermind mastermind.Mastermind <|-down- mastermind.GraphicsMastermind @enduml
false
true
false
false
class
25772378c7117e0e7794deea388ceb71c3abc987
38b4399e9250868c765ee97bb03b4c2c59c877a8
/UML/ETM/etm-component-tjob-execution-live.puml
5c0a7a572ba47bd27ab01334e4a0cd409243f64d
[]
no_license
elastest/elastest.io-docs
5a20391d94b542d2ad0260f5043efdd4eef72d58
4443845d28b9717c0e77fdef9b0f9682165a77dd
refs/heads/master
2021-01-22T20:18:45.974210
2020-07-30T08:23:47
2020-07-30T08:23:47
85,305,936
1
7
null
2019-11-20T08:55:03
2017-03-17T11:46:37
HTML
UTF-8
PlantUML
false
false
2,358
puml
@startuml skinparam component { FontSize 16 FontStyle bold FontColor white BackgroundColor #ffac2f ArrowFontColor #333333 ArrowThickness 2 } ' skinparam linetype polyline|ortho ' Relations package "ETM Backend" { [TjobApiController] -left-> [TJobService] [TJobService] --> [TJobRepository] [TJobService] --> [TJobExecRepository] [TJobService] --> [TJobExecOrchestratorService] [TJobService] --> [EtmTestResultService] [TJobService] --> [EtmFilesService] [TJobService] --> [AsyncMonitoringService] [TJobService] --> [PlatformService] [TJobExecOrchestratorService] --> [TJobExecRepository] [TJobExecOrchestratorService] --> [TSSService] [TJobExecOrchestratorService] --> [SutService] [TJobExecOrchestratorService] --> [AbstractMonitoringService] [TJobExecOrchestratorService] --> [EtmContextService] [TJobExecOrchestratorService] --> [EimService] [TJobExecOrchestratorService] --> [EtmTestResultService] [TJobExecOrchestratorService] --> [PlatformService] [AsyncMonitoringService] --> [AbstractMonitoringService] [PlatformService] --> [EtmFilesService] [PlatformService] -- [DockerServiceImpl] [PlatformService] -- [K8ServiceImpl] [TSSService] --> [EsmServiceClient] [TSSService] --> [EtmContextAuxService] [TSSService] --> [EtmFilesService] [TSSService] --> [PlatformService] [TSSService] --> [TJobExecRepository] [TSSService] --> [ExternalTJobExecutionRepository] [TSSService] --> [EtPluginsService] [EtPluginsService] --> [PlatformService] [EsmServiceClient] -- [EsmServiceClientImpl] [EsmServiceClient] -- [MiniEsmServiceClient] [MiniEsmServiceClient] --> [PlatformService] [MiniEsmServiceClient] --> [EtPluginsService] } package "EPM" { [DockerServiceImpl] --> [DockerService] [DockerServiceImpl] --> [DockerComposeService] [K8ServiceImpl] --> [K8sService] } [DockerService] --> [Docker] [DockerComposeService] --> [Docker] [K8sService] --> [Kubectl] [Docker] --> [Logstash]: Sends logs [RabbitMQ] -- () "Queue" [Angular GUI] --> () "Queue": subscription [Logstash] --> [ElasticSearch]: sends traces [Logstash] --> [RabbitMQ]: sends traces [EsmServiceClientImpl] --> () "ESM" [EtmFilesService] --> () "File System" [Angular GUI] -right-> [TjobApiController] @enduml
false
true
false
false
sequence
8f41431aa13996d214e0b069da2f60e262633ce0
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/uml-meta-model-extensions/scala.profile.classcomplete2.puml
be0b177c393d21aa08127170c7061af79785fe09
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,904
puml
@startuml package Scala <<profile>> { class Class <<metaclass>> abstract class ScalaClass <<stereotype>> abstract class AccessModifierElement { isObjectPrivate : boolean isClassPrivate : boolean isQualifiedPrivate : boolean privateAccessQualid : String isObjectProtected : boolean isQualifiedProtected : boolean protectedAccessQualid : String } abstract class ModifierElement { isFinal : boolean isImplicit : boolean isInline : boolean isLazy : boolean isOpaque : boolean isOpen : boolean isOverride : boolean isSealed : boolean } class Object <<stereotype>> class CaseObject <<stereotype>> class Case <<stereotype>> class Type <<stereotype>> class Plist <<stereotype>> class Pathdep <<stereotype>> class Annotated <<stereotype>> { annotations:String [1..*] } Class <-- ScalaClass : {required} AccessModifierElement <|-- ScalaClass ModifierElement <|-- ScalaClass ScalaClass <|-- Object ScalaClass <|-- CaseObject ScalaClass <|-- Case ScalaClass <|-- Type Class <|-- Plist Class <|-right- Annotated Class <|-- Pathdep } hide circle hide <<metaclass>> members hide methods hide members show ModifierElement members show AccessModifierElement members hide ModifierElement methods hide AccessModifierElement methods show Annotated attributes skinparam defaultFontName Source Code Pro skinparam groupinheritance 4 skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 } @enduml
false
true
false
false
class
ba41aee57508c31d93d23e683c81d168bc2fc3ad
112e511928937b8ec60004ca94f1dd996bd9fd1a
/Documents/Shos.Chatter.Server/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.puml
289412e14085f0e88a03028956a35b485378539f
[ "MIT" ]
permissive
Fujiwo/Shos.Chatter.NetFramework
2c143b390b1588e38e5967a8b8f1c51bf5487362
3c7061398e790c2fc856585fdbf60a18705f11e0
refs/heads/master
2023-03-23T09:31:02.071913
2021-03-11T05:27:48
2021-03-11T05:27:48
323,569,895
0
0
null
null
null
null
UTF-8
PlantUML
false
false
149
puml
@startuml class ParameterAnnotation { + Documentation : string <<get>> <<set>> } ParameterAnnotation --> "AnnotationAttribute" Attribute @enduml
false
true
false
false
class
2c7ca0c1848c797e53797f66484562a008383ac7
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/UseCases/Manage-Pipeline/Test-Pipeline.puml
22cc635fa399aaa71e210e39412161669eeef18d
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
269
puml
@startuml Actor "actorName" as A box "Manage-Pipeline" #lightblue participant CLI as CLI participant Web as Web participant "caade" as S A -> CLI : caade-pipeline-test() CLI -> S : pipeline/test() A -> Web : pipeline/test() Web -> S : pipeline/test() end box @enduml
false
true
false
false
sequence
085b4bdf1a5d276dd2be4435991228a314192e50
e95f543abae68daf66a319d2191fdf5c7d06f325
/uml/user_activate_sequene.puml
e680efeedcc25054a9886ea81cead11dbe2632c8
[ "Apache-2.0" ]
permissive
ffc-nectec/entities
b3bd479c51c12ce60f7a9a0d6b2f6374af83bb11
6ec51b8cd89c3f9a26548fd0d25e1f5583df1ce8
refs/heads/master
2021-07-02T01:44:25.660575
2019-05-02T08:23:21
2019-05-13T06:55:57
137,706,528
0
0
Apache-2.0
2020-08-24T03:03:10
2018-06-18T03:30:20
Kotlin
UTF-8
PlantUML
false
false
697
puml
@startuml skinparam monochrome true actor Alice <<User>> participant App actor Bob <<Admin>> participant AirSync participant API Alice -> App : Login with HIS's user&pass App -> API : Request for Token with U&P API -> App : 403 User need to activate App -> Alice : Display "Require OTP to Activate" Alice -> Bob : I need OTP to\nactivate my account Bob -> AirSync : Give me OTP AirSync -> API : Request OTP with Admin privilege API -> AirSync : Response OTP AirSync -> Bob : Display OTP Bob -> Alice : Give OTP Alice -> App : Input OTP App -> API : Send OTP for activate Alice's account API -> API : Validate OTP API -> App : Response Token App -> Alice : Display authenticate success! @enduml
false
true
false
false
sequence
3d5071f47e6871518d37861048d35c972b792d45
67b794119881212426459655fed63b9cdc0dfe1e
/docs/book/src/images/kubeadm-control-plane-machines-resources.plantuml
2c3bd0e10a19d48e8a070a1ca48a2d76ee5eef71
[ "Apache-2.0" ]
permissive
kubernetes-sigs/cluster-api
203e1912a218222cffc2b0f15cd1b025d32f3d73
b3e0615367f421302933c5ff6bcc48ecdcf9a8da
refs/heads/main
2023-09-01T04:53:16.329644
2023-08-31T18:16:48
2023-08-31T18:16:48
124,157,517
3,053
1,232
Apache-2.0
2023-09-14T20:07:21
2018-03-07T00:49:50
Go
UTF-8
PlantUML
false
false
2,314
plantuml
@startuml kubeadm-control-plane-machines-resources skinparam nodesep 80 skinparam ranksep 80 skinparam object { backgroundColor<< infrastructure.cluster.x-k8s.io >> #D9EAD3 backgroundColor<< controlplane.cluster.x-k8s.io/v1alpha3 >> #EBF6F7 backgroundColor<< bootstrap.cluster.x-k8s.io/v1alpha3 >> #FEF4F4 } ' cluster.x-k8s.io/v1alpha3 object Cluster << cluster.x-k8s.io/v1alpha3 >> { <font color="Green">spec.infrastructureRef</font> spec.controlPlaneRef } object MachineHealthCheck << cluster.x-k8s.io/v1alpha3 >> { spec.clusterName spec.selector } object Machine << cluster.x-k8s.io/v1alpha3 >> { <font color="Green">spec.infrastructureRef</font> spec.bootstrap.configRef } ' controlplane.cluster.x-k8s.io/v1alpha3 object KubeadmControlPlane << controlplane.cluster.x-k8s.io/v1alpha3 >> { <font color="Green">spec.infrastructureTemplate</font> <font color="Red">spec.KubeadmConfigSpec</font> } ' bootstrap.cluster.x-k8s.io/v1alpha3 object BarBootstrapConfig << bootstrap.cluster.x-k8s.io/v1alpha3 >> ' Infrastructure provider CRD object FooCluster << infrastructure.cluster.x-k8s.io >> object FooMachineTemplate << infrastructure.cluster.x-k8s.io >> object FooMachine << infrastructure.cluster.x-k8s.io >> ' The straight lines (-->) represent "management". For example, "MachineSet ' manages Machines". The dotted line (..>)represents "reference". For example, ' "Machine `spec.infrastructureRef` field references FooMachine". ' ' The direction of the arrows indicates the direction of "management" or ' "reference". For example, "the relationship between MachineSet and Machine is ' management from MachineSet to Machine", so the arrow points from MachineSet ' to Machine. ' A relationship between MachineHealthCheck and KubeadmControlPlane will be ' added in https://github.com/kubernetes-sigs/cluster-api/pull/3185. MachineHealthCheck "0..*" .right.> "1" Cluster MachineHealthCheck "0..*" ..> "0..*" Machine Cluster "1" ..> "0..1" KubeadmControlPlane Cluster "1" ..> "1" FooCluster KubeadmControlPlane "1" ..> "1" FooMachineTemplate KubeadmControlPlane "1" --> "1..*" Machine KubeadmControlPlane "1" --> "1..*" BarBootstrapConfig KubeadmControlPlane "1" --> "1..*" FooMachine Machine "1" ..> "1" BarBootstrapConfig Machine "1" ..> "1" FooMachine @endurl
false
true
false
false
class
a50cb4854be37016b3d3311befeb090945839e30
ee91868dbe44ca6d30083ba94de75dbc00939b93
/pacman.plantuml
b530dfd7b4073613b39b55945228e0ed85c78de8
[]
no_license
CruseoGithub/pacman
3ff68054d89bed70c27f26f38477a6ac55365b0b
27cb32503e0ef5ad903457d67361d7e3b9fb184d
refs/heads/main
2023-04-11T02:05:41.222384
2021-04-27T09:09:29
2021-04-27T09:09:29
323,032,133
0
0
null
null
null
null
UTF-8
PlantUML
false
false
324
plantuml
@startuml title __PACMAN's Component Diagram__\n [pacman.android] --> [pacman.core] [pacman.desktop] --> [pacman.core] 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
uml-unknown
8191e43b648bb262727653c5a51b9be227095e83
f6e8d9ffb0fbe22f284a9771933ad71a3538ac49
/Diagrams/SequenceDiagrams/seq-timeout-2.3.0.plantuml
96d96e258235ece3c1ce215e6538e4b7eb6fd3db
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mDuo13/docs-1
2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5
b2b18663510b0bc92a3c8e8768adc8be0e21cd91
refs/heads/master
2020-04-30T13:06:06.901776
2019-03-14T11:26:50
2019-03-14T11:26:50
176,845,744
0
0
null
2019-03-21T01:31:09
2019-03-21T01:31:08
null
UTF-8
PlantUML
false
false
4,221
plantuml
/'***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Contributors -------------- This is the official list of the Mojaloop project contributors for this file. Names of the original copyright holders (individuals or organizations) should be listed with a '*' in the first column. People who have contributed from an organization can be listed under the organization that actually holds the copyright for their contributions (see the Gates Foundation organization for an example). Those individuals should have their names indented and be marked with a '-'. Email address can be added optionally within square brackets <email>. * Gates Foundation - Name Surname <name.surname@gatesfoundation.com> * Georgi Georgiev <georgi.georgiev@modusbox.com> -------------- ******'/ @startuml ' declate title title 2.3.0. Transfer Timeout 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 control "Transfer Timeout Handler" as EXP_HANDLER collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION control "Position Event Handler" as POS_HANDLER collections "Notification-Topic" as TOPIC_NOTIFICATIONS collections "Event-Topic" as TOPIC_EVENT 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 EXP_HANDLER participant TOPIC_TRANSFER_POSITION participant TOPIC_EVENT participant POS_HANDLER participant TOPIC_NOTIFICATIONS end box ' start flow activate NOTIFY_HANDLER activate EXP_HANDLER activate POS_HANDLER group Transfer Expiry ||| ref over EXP_HANDLER, TOPIC_EVENT : Timeout Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-timeout-2.3.1.svg 2.3.1.]]} \n alt transferStateId == 'RECEIVED_PREPARE' EXP_HANDLER -> TOPIC_NOTIFICATIONS: Produce message else transferStateId == 'RESERVED' EXP_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message ref over TOPIC_TRANSFER_POSITION, TOPIC_NOTIFICATIONS : Position Hander Consume (Timeout) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-position-1.3.3-abort.svg seq-position-1.3.3-abort.svg]]} \n POS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message end opt action IN ['timeout-received', 'timeout-reserved'] ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message ref over DFSP1, TOPIC_NOTIFICATIONS : Send notification to Participant (Payer) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP1: Send callback notification end ||| TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message opt action == 'timeout-reserved' ||| ref over DFSP2, TOPIC_NOTIFICATIONS : Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a.]]} \n NOTIFY_HANDLER -> DFSP2: Send callback notification end end deactivate POS_HANDLER deactivate EXP_HANDLER deactivate NOTIFY_HANDLER @enduml
false
true
true
false
usecase
22acd82a66d999abbd897130ff62357c973bfe4a
eb79b5e41b205bca757ecb47616d107d0c78e13d
/design_patterns/behavioral/command/1. command.puml
0e0bd6feacf42b5700482094df48e36ff92e80c2
[]
no_license
kevinwong1983/exploration
6023bb1c903c316794b132b1bff4ef817fe55f5d
20029c025c7ae44e0dba535a6ec47b065b19f65b
refs/heads/master
2022-06-09T09:48:26.087800
2022-06-05T22:29:47
2022-06-05T22:29:47
207,248,735
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,485
puml
@startuml skinparam monochrome true note as N <b>The Command Pattern Decouples an object, making a request from the one that knows how to perform it. end note class Client class Receiver { action } class ConcreteCommand { execute() undo() state } interface Command { execute() undo() } class Invoker { setCommand() } Client -r-> Receiver ConcreteCommand -l-> Receiver Command <-u- ConcreteCommand Invoker -r-> Command Client .r.> ConcreteCommand note left of Client Responsible for creating a ConcreteCommand command and setting its Receiver. e.g. Application. end note note bottom of Receiver The Receiver knows how to perform the work needed to carry out the request. Any class can act as Receiver. e.g. BankAccount. end note note bottom of ConcreteCommand The ConcreteCommand defines a binding between an action and a Receiver. The Invoker makes a request by calling execute() and the ConcreteCommand carries it out by calling one or more actions on the Receiver. In practice, it is not uncommon for "smart" Command objects to implement the request themselves rather than delegating to a receiver. end note note right of ConcreteCommand::execute receiver->action(); end note note top of Invoker The invoker makes request of a Command object by calling its execute() method, which invokes those action on the receiver. e.g. UI/GUI end note @enduml
false
true
false
false
state
e733b9459962a0adae7bf02d435c3d3dd991ca29
e81ab05344cab4c17cf2183ee2804d64322b7458
/diagrams/component/solution-architecture.puml
6ad83501f2bf44efb8f2ffd9eb0edf5a2ae1829d
[]
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
931
puml
@startuml skinparam backgroundcolor transparent component [Automation/Operator] as auto frame "Support" as sup { component [Config Storage] as config component [Secret Storage] as secret component [Public Key Infrastructure] as pki } frame "Application Service" as app_a { component [Source] as src component [Proxy] as proxy_a component [Credential\nTranslator] as trans_a trans_a <-> proxy_a : Credential Translation proxy_a <-> src : Communication } frame "Application Service" as app_b { component [Destination] as dest component [Proxy] as proxy_b component [Credential\nTranslator] as trans_b trans_b <-> proxy_b : Credential Translation proxy_b <-> dest : Communication } sup -[hidden]--> app_a auto -up-> app_a : Enhance Services\nwith Sidecars auto -down-> app_b : Enhance Services\nwith Sidecars proxy_a <--> proxy_b : Communication\nbetween Services @enduml
false
true
false
false
sequence
4f14c8ccf5ff7e7c045dfcbb018235371b889fef
aa789735c7d54ca324d0c09be9042ccf809e947b
/uml/contract.puml
25a9713b1b9f77fdbe30c2f5b18cc45cf6cda165
[]
no_license
itk-pbo-2021-a-k2/tubes
b8b536555acf9a4a886bb67290cb3846edb95532
43eb62fdd9d4c057ad50b7ce6a668508ea460520
refs/heads/main
2023-06-10T04:42:17.034136
2021-06-12T04:02:44
2021-06-12T04:02:44
370,187,220
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,377
puml
@startuml 'https://plantuml.com/class-diagram package com.github.itk.pbo2021.a.k2.tubes { package contract { interface FormulaAction { +accept(InputValues values); } interface InputRequest { +request(String name) : ValueProperty +request(String name, Pattern pattern) : ValueProperty +requestDecimal(String name) : ValueProperty +requestInteger(String name) : ValueProperty +addAction(FormulaAction action) : void } abstract InputValues { --Getter-- {abstract} +get(String name) : String +getBigInteger(String name) : BigInteger +getBigDecimal(String name) : BigDecimal +getFloat(String name) : float +getDouble(String name) : double +getInt(String name) : int } interface ValueProperty { --Getter-- +getName() : String +getDescription() : String +getDefault() : String --Setter-- +setDefault() : String } interface Formula { +name() : String +apply(InputRequest input) : void } interface FormulaGroup { +name() : String +get() : List<Formula> } FormulaGroup --o Formula Formula --o FormulaAction Formula - InputRequest : request Input > Formula - InputRequest : add Formula Action > InputRequest --o InputValues InputRequest --o ValueProperty Formula -- ValueProperty FormulaAction -- InputValues 'FormulaAction - InputValues : Use > } } 'package com @enduml
false
true
false
false
class
6f4926706ffd465c6f842dc89b94b526a04c5453
615aa15c4eeebf0eff78c7f02e65ad7c7814babb
/docs/VR/PerformInteraction/assets/PerformInteractionBoth.puml
2827bde05bf9f5e831e1ac82e0a9eb3d0f3705f5
[]
permissive
smartdevicelink/sdl_hmi_integration_guidelines
4c1413d80b3a07a0293a1a62ba02ce413820bfab
a89289d22a3fe75db6e5b45d39d158e5b282021f
refs/heads/master
2022-10-31T16:50:47.768891
2022-10-26T15:27:10
2022-10-26T15:27:10
55,093,865
12
34
BSD-3-Clause
2022-10-25T21:08:55
2016-03-30T20:02:23
null
UTF-8
PlantUML
false
false
1,266
puml
@startuml participant SDL participant HMI.UI participant HMI.TTS participant HMI.VR note over SDL : application has requested\nPerformInteraction in mode BOTH SDL -> HMI.VR : VR.PerformInteraction(grammarID, initialPrompt, timeoutPrompt, timeout, cancelID) note over HMI.VR : Store values of prompts\nand the timeout,\nstart counting timeout SDL -> HMI.UI : UI.PerformInteraction(appID, vrHelpItems, choiceSet, timeout, cancelID) note over HMI.VR : Begin VR session HMI.VR -> SDL : VR.Started HMI.TTS -> SDL : TTS.Started note over HMI.TTS : Speak initial prompt note over HMI.UI : Display VR Help Items HMI.UI -> SDL : UI.OnSystemContext(VR_SESSION) HMI.TTS -> SDL : TTS.Stopped note over HMI.VR : Timeout is approaching HMI.TTS -> SDL : TTS.Started note over HMI.TTS : Speak timeout prompt HMI.TTS -> SDL : TTS.Stopped note over HMI.VR : VR Timeout note over HMI.UI : Close dialog with VR Help Items HMI.VR --> SDL : VR.PerformInteraction(TIMEOUT) note over HMI.UI : Display choices\nStart timeout HMI.UI -> SDL : UI.OnSystemContext(HMI_OBSCURED) HMI.TTS -> SDL : TTS.Started note over HMI.TTS : Speak timeout prompt HMI.TTS -> SDL : TTS.Stopped note over HMI.UI : Timeout reached HMI.UI --> SDL : UI.PerformInteraction(TIMEOUT) @enduml
false
true
false
false
sequence
0e546c7d2b9d4e3a27c0529995b63ec929cac771
843065424c14c87e69d9b7f0d48a68aafb7181b1
/puml-diagrams/sd_pagamento_presso_ec.puml
c4b8bb66c680607f98de4a6333c9f9cf269b64a1
[]
no_license
gammam/tst-myFirstPrj
7fc9d710bd23099f6a476b27eba073516cdd7e32
d477c907703840612fccf9a16d3753d20d320f2a
refs/heads/master
2020-03-25T15:19:45.315100
2020-01-13T08:45:02
2020-01-13T08:45:02
143,877,867
0
0
null
2020-01-13T08:40:12
2018-08-07T13:34:19
JavaScript
UTF-8
PlantUML
false
false
2,284
puml
@startuml hide footbox autonumber participant Cittadino as "Utilizzatore finale" participant EC participant NodoSPC participant Acquirer participant PSP Cittadino -> EC: avvio flusso pagamento\n il cittadino esegue checkout EC -> NodoSPC: req nodoInviaCarrelloRPT NodoSPC -> NodoSPC: valida la richiesta NodoSPC -[#0000FF]-> EC: resp OK, nodoInviaCarrelloRPT hnote over NodoSPC : RPT inviata note right: restituisce URL WISP EC->EC: Predispone HTTP Redirect verso WISP Cittadino [#00FF0F]-> NodoSPC: redirect (query string con idSessione) note right: Effetttua Autenticazione e sceglie il metodo di pagamento alt Carta di Pagamento NodoSPC-> Acquirer : req prenotazione del credito Acquirer -> Acquirer : verifica del credito Acquirer -[#0000FF]-> NodoSPC : resp OK prenotazione del credito NodoSPC ->NodoSPC: Messaggio presa in carico NodoSPC ->NodoSPC: Costruisce URL Redirect Cittadino [#00FF0F]-> EC: redirect EC (queryString con isSession ed ESITO=DIFFERITO) NodoSPC -> PSP : req pspInviaCarrelloCarteRPT PSP -> PSP : Controllo semantico Carrello PSP -[#0000FF]-> NodoSPC : resp OK pspInviaCarrelloCarteRPT hnote over NodoSPC : RT PSP NodoSPC->NodoSPC: Contabilizza credito prenotato else Pagamento mediante altri strumenti NodoSPC -> PSP : req pspInviaCarrelloRPT PSP -[#0000FF]-> NodoSPC : resp OK pspInviaCarrelloRPT hnote over NodoSPC : RT PSP alt Pagamento mediante Re-indirizzamento on-line NodoSPC -> NodoSPC : Costruzione URL di Redirect note right: reindirizza al sito del PSP (CANALE) Cittadino [#00FF0F]-> PSP : get PSP url Cittadino -> PSP: Completa Transazione sul PSP PSP->PSP: Predispone HTTP Redirect verso WISP note right: reindirizza al WISP Cittadino [#00FF0F]-> NodoSPC : redirect su WISP else Pagamento con Autorizzazione gestita dal PSP Cittadino -> PSP: Autorizzazione del Pagamento note right: Processo stabilito dal PSP end NodoSPC -> NodoSPC: WISP - Esito Pagamento Cittadino-[#00FF0F]->EC : redirect su EC (queryString con idSession ed Esito) note left: ritorno sul sito dell'ente end PSP-> PSP: Generazione RT PSP -> NodoSPC: req nodoInviaRT NodoSPC -> EC : req paaInviaRT EC -[#0000FF]-> NodoSPC : resp OK paaInviaRT hnote over NodoSPC : RT EC NodoSPC -[#0000FF]-> PSP : resp OK nodoInviaRT hnote over PSP : RT EC @enduml
false
true
false
false
sequence
ba0e176d4870f87dd2e867d781c869b6f6c0b374
939ec2212f87c1894d792e169fce964bec902583
/docs/UseCases/Manage-Applications/Decrement-Service-Replicas.puml
c9a11b1eb25c4298f05fec54922f828d515ed996
[]
no_license
CAADE/fleet
37e18246e0a10122a711efccdab3c134232d120e
a62d2a82a2100583d84e41ea21efda9512fc4ac7
refs/heads/master
2020-03-22T00:31:19.695430
2018-07-13T03:27:19
2018-07-13T03:27:19
139,250,021
0
0
null
null
null
null
UTF-8
PlantUML
false
false
238
puml
@startuml Actor "Developer" as A box "Manage Applications" #lightblue participant "fleet" as S A -> S : fleet-service-dec participant "Application Stack" as AS S -> AS : service/dec AS -> AS : sails.helpers.decService() end box @enduml
false
true
false
false
sequence
1be14d53a9e39ac8a849b68e38090bc8d42faff5
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/UseCases/Manage-Clouds/Map-Images.puml
e91ffabd6502b67fa9f70ec91f3f976199dd8825
[]
no_license
CAADE/C3
07307a3795888672df18e99932e25951911eaf1d
4bbe48a335b936cf75808d0902b32f73b99ff958
refs/heads/master
2022-11-24T14:52:05.724752
2019-06-19T03:32:46
2019-06-19T03:32:46
67,574,474
1
0
null
2022-11-22T11:28:45
2016-09-07T05:19:16
JavaScript
UTF-8
PlantUML
false
false
856
puml
@startuml Actor "actorName" as A box "Manage-Clouds" #lightblue participant CLI as CLI participant Web as Web participant "c3" as S group Map Image A -> CLI : c3-image-create(cloud, name, image) CLI -> S : image/create(cloud, name, image) A -> Web : image/create(cloud, name, image) Web -> S : image/create(cloud, name, image) end group List Images A -> CLI : c3-image-list() CLI -> S : image/list() A -> Web : image/list() Web -> S : image/list() end group Update Image A -> CLI : c3-image-update(cloud, name, image) CLI -> S : image/update(cloud, name, image) A -> Web : image/update(cloud, name, image) Web -> S : image/update(cloud, name, image) end group Destroy Image A -> CLI : c3-image-destroy(cloud, name) CLI -> S : image/destroy(cloud, name) A -> Web : image/destroy(cloud, name) Web -> S : image/destroy(cloud, name) end end box @enduml
false
true
false
false
usecase
3698b67cba9103088b96c970c5c2d27120e74381
831384d0c38af92cb01e93f19e7a6557f47e8680
/diagrams/connect.puml
68cb89465312760b3642d7e830937f9fd1d6219b
[]
no_license
Tade0/nodejs_sr
8e4c1e393dea8bd59d23a5e5363aaf7b8a0ce2a0
d367df4c95cc118bc51551683117905733ae997f
refs/heads/master
2021-01-02T22:50:23.781063
2013-06-26T23:42:39
2013-06-26T23:42:39
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
320
puml
@startuml participant A participant B entity B.routingTable A -> B : connect alt sukces B -> A : hello B -> B.routingTable : Zapisz adres A A -> B : hi B -> B.routingTable : Zapisz port, na którym\n nasłuchuje A else routingTable pełna B.routingTable -> B : zwróć całą tabelę B -> A : routingTable end @enduml
false
true
true
false
sequence
f4fffa70424fb6eda99fbd67f0125fa3ac9b317b
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/InternalConstraintViolatedError.puml
22906799628d644c0b2e9f339418d52afaeac9f5
[]
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
449
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 InternalConstraintViolatedError [[InternalConstraintViolatedError.svg]] extends ErrorObject { code: String message: String } interface ErrorObject [[ErrorObject.svg]] { code: String message: String } @enduml
false
true
false
false
class
2d84297f834616ec4aa625e641705cd7ff197cb8
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/VertexArrayManager-Class.iuml
6363fdf26984907da2a322bb51e59c5c4ba07fc4
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
PlantUML
false
false
191
iuml
namespace Graphics::Rendering { class VertexArrayManager { +CreateArrayBuffer() +GetVertexArrayBuffer() +BuildFullScreenQuad() } }
false
true
false
false
class
28146842028ac1c69e5e75ba7dc8e47d6ae3a546
2aafccd45a1963f5a1b7e2c6954d04a7a45bfd3d
/docs/architecture/diagrams/useCases/5-redirectPsuToConsentAPI.puml
8e875de2af180a4f07779c7033adde64e01a4b2b
[ "Apache-2.0" ]
permissive
max402/open-banking-gateway
bc97b4234907db664e5a69adf455cfdb48c9ed2b
992f9bd917917095249ebb77d25e5e173402dbe0
refs/heads/master
2020-12-08T16:35:26.390904
2019-12-20T15:25:55
2019-12-20T15:25:55
233,034,356
0
0
Apache-2.0
2020-01-10T11:36:41
2020-01-10T11:36:40
null
UTF-8
PlantUML
false
false
2,366
puml
@startuml PsuAuthorizeEmbeddedConsent title PsuAuthorizeEmbeddedConsent autonumber 10 10 "<b><color blue>[Redirect-000]</color></b>" actor psu box "PsuUserAgent" #LightGray participant "FinTechUI" as FinTechUI participant "ConsentAuthorisationUI" as ConsentAuthorisationUI participant "OnlineBankingUI" as OnlineBankingUI end box box "FinTechDC" #DarkSeaGreen participant "FinTechApi" as FinTechApi end box box "TppDC" #LightGray participant "TppBankingApi" as TppBankingApi 'participant "TppBankSearchApi" as TppBankSearchApi participant "ConsentAuthorisationApi" as ConsentAuthorisationApi participant "BankingProtocol" as BankingProtocol participant "RedirectSessionStoreApi" as RedirectSessionStoreApi end box box "AspspDC" #LightSkyBlue 'participant "AspspBankingApi" as AspspBankingApi 'participant "OnlineBankingApi" as OnlineBankingApi end box == TPPAuthorize consent upon PSU transaction display request - method:endpoint[header](body)<params> return code[header](body) == FinTechUI -> ConsentAuthorisationApi ++ : GET:ConsentAuthorisationApi.auth[UserAgentContext]()<redirectCode> autonumber 21 1 "<b><color blue>[Redirect-000]</color></b>" ConsentAuthorisationApi -> ConsentAuthorisationApi : selectProtocol(redirectCode) ConsentAuthorisationApi -> BankingProtocol ++ : redirectSession(redirectCode) BankingProtocol -> RedirectSessionStoreApi ++ : redirectSession(redirectCode) RedirectSessionStoreApi -> RedirectSessionStoreApi : loadDeryptDeleteRedirectSession\n(redirectCode):TppConsentSession return TppConsentSession return TppConsentSession ConsentAuthorisationApi -> ConsentAuthorisationApi : TppConsentSession.consentAuthState():consentAuthState ConsentAuthorisationApi -> ConsentAuthorisationApi : TppConsentSession.authorizeResponse(consentAuthState):AuthorizeResponse ConsentAuthorisationApi -> ConsentAuthorisationApi : TppConsentSession.consentAuthSessionCookie(consentAuthState):ConsentAuthSessionCookie autonumber 30 10 "<b><color blue>[Redirect-000]</color></b>" alt AuthorizeResponse.isEmbeddedFlow() ConsentAuthorisationApi --> ConsentAuthorisationUI : displayBankLoginPage[ConsentAuthSessionCookie](AuthorizeResponse) else AuthorizeResponse.isRedirectFlow() ConsentAuthorisationApi --> ConsentAuthorisationUI : displayRedirectInfoPage[ConsentAuthSessionCookie](AuthorizeResponse) end @enduml
false
true
false
false
usecase
ba0690536b135bc02a48426693b093b8b9b01662
4519fe16b3b52d3385defccc81e3d9fa9237ff1d
/sequence.puml
f963be237cc2b7251730adf660a7b9227efbd7c6
[]
no_license
RedHatInsights/platform-component-tester
7ab45524764fd340374af3678979d3f5968dca31
190eccbb29d48ce71fcfaeb67c81f67e0c99f7d7
refs/heads/master
2021-06-17T15:38:31.302979
2019-08-23T13:12:16
2019-08-23T13:12:16
201,332,560
0
2
null
2021-04-30T21:17:37
2019-08-08T20:28:07
Python
UTF-8
PlantUML
false
false
607
puml
@startuml Platform Component Tester participant producer entity produce_topic participant service entity consume_topic participant consumer producer->produce_topic: Send specific message to topic Note right of producer: The message is a crafted test message just to pass validation\nso it is forwarded to the other side produce_topic->service: Component ingests the test message service->consume_topic: Service sends message to topic consume_topic->consumer: consumer receives the message Note left of consumer: The consumer is configured on a different MQ group\nso it doesn't overlap real traffic @enduml
false
true
false
false
sequence
d159f7ebc07c5ca31e6794a01c86a17fd80971ee
ccc4a578b9cf4323653f87212acca9b3d12f1c23
/WasteWatcherApp/WasteWatcherApp/UML/Product/Persistance/ProductCache.puml
1bc97edf7fa3a81aceb8ae45f2be231fd7af2167
[]
no_license
MarioGeier00/WasterWatcherApp
383531013b68fb52927ef4abf529e83bd6beff4b
88190459884fa0252ebfe63fdf3e1ce852eeb75f
refs/heads/dev
2023-06-04T09:37:22.112757
2021-07-01T11:57:02
2021-07-01T11:57:02
355,274,133
0
0
null
2021-05-19T12:48:26
2021-04-06T17:24:11
C#
UTF-8
PlantUML
false
false
366
puml
@startuml class ProductCache { + {static} IsCachingEnabled : bool <<get>> <<set>> {static} ProductCache() + ProductCache(fallback:IProductSource<string>) + <<async>> GetData(barcode:string) : Task<string> } class "IProductSource`1"<T> { } "IProductSource`1" "<string>" <|-- ProductCache ProductCache --> "Fallback<string>" "IProductSource`1" @enduml
false
true
false
false
class
fdb8ea8cb9c959b8cde1a722d9e41bb119795502
2224a126b01b992d959a6bd54f2d1011a5ba4d70
/src/main/java/pt/ipp/isep/dei/project/controllers/instantstempoutofcomfortlevelcontroller/CD_InstantsTempOutOfComfortLevel.puml
3acdf26e43b3e546b34666f86530a59d9215e53b
[]
no_license
1181687/hateoasToy
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
refs/heads/master
2020-05-24T10:01:58.451415
2019-05-15T11:02:39
2019-05-15T11:02:39
187,203,481
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,775
puml
@startuml skinparam linetype ortho skinparam class { BackgroundColor PaleTurquoise ArrowColor Black BorderColor Black FontStyle Bold } hide circle InstantsTemperatureOutOfComfortLevelUI "1" --> "1" InstantsTemperatureOutOfComfortLevelController InstantsTemperatureOutOfComfortLevelController "1" --> "1" HouseService InstantsTemperatureOutOfComfortLevelController "1" -left-> "1" "RoomService" InstantsTemperatureOutOfComfortLevelController "1" -> "1" SensorsService SensorsService "1" --> "1" RoomSensorService SensorsService "1" --> "1" GeoAreaSensorService RoomSensorService "1" -left-> "1" "<<RoomSensorRepository>>" "<<RoomSensorRepository>>" "1" --> "1" RoomSensor RoomSensor "1" --> "*" Reading GeoAreaSensorService "1" --> "1" "<<GeoAreaSensorRepository>>" "<<GeoAreaSensorRepository>>" "1" --> "1" GeoAreaSensor GeoAreaSensor "1" -left-> "1" Location: uses GeoAreaSensor "1" -right-> "*" Reading: uses HouseService "1" -left-> "1" "<<HouseRepository>>" "<<HouseRepository>>" "1" --> "*" House RoomService "1" -up-> "<<RoomRepository>>" House "1" --> "1" Address Address "1" -right-> "1" Location SensorsService "1" -> "1" ReadingMapper: uses ReadingMapper "1" -> "1" Reading: creates ReadingMapper "1" -down-> "1" ReadingDTO: creates RoomService "1" -left-> "1" RoomMapper: uses RoomMapper "1" -up-> "1" RoomDTO: creates HouseService "1" --> "1" LocationMapper: uses LocationMapper "1" -down-> "1" LocationDTO: creates HouseService "1" -> "1" GeoAreaIdMapper: uses GeoAreaIdMapper "1" -> "1" GeoAreaIdDTO: creates GeoAreaIdDTO "1" -> "1" LocationDTO Class InstantsTemperatureOutOfComfortLevelUI { - InstantsTemperatureOutOfComfortLevelController controller + run() } Class InstantsTemperatureOutOfComfortLevelController { - SensorTypeId sensorTypeId - RoomId roomId - SensorId roomSensorId - LocationDTO location - GeoAreaIdDTO geoAreaId - Map<LocalDate, List<Double>> comfortTemperature - Map<LocalDateTime, Double> mapInstantsOutOfComfortTemperature - List<Reading> roomReadings - int category - int option - List<LocalDateTime> listOfInstantsOutOfComfortTemperature + setCategory () + setOption () + getAllRoomsDTO () + isRoomListEmpty () + setRoomId () + existTemperatureSensors () + getComfortTemperature () + setSensorID () - getInstantsOutOfComfortTemperature () + getInstantListOutOfComfortLevel () + existsDaysWithoutComfortTemperature () + getDaysWithoutComfortTemperature () + readingsHouseAreaAndRoom () } Class RoomService { + getAllRoomsDTO() + isListOfRoomsEmpty() + getAllRoomsDTO() } Interface "<<RoomRepository>>" { + findAll() } Class RoomSensor { - SensorId id - SensorTypeId sensorTypeId - RoomId roomId + existReadingsBetweenDates () + getReadings () } Class RoomSensorService { + getSensorId () + getReadingsDTO () + existSensors () + getSensorId () + getSensorById () + getRoomSensor () } Interface "<<RoomSensorRepository>>" { + findByRoomId () + existsRoomSensorsByRoomIdAndSensorTypeId () } Class GeoAreaSensorService { + getComfortTemperature () + getMapAverageOfDailyMeasurements () + getSensorsWithReadingsInInterval () + getNearestSensorWithMostRecentReading () + getNearestSensors () + getDailyAverageBySensorId () + existsDaysWithoutComfortTemperature () + getDaysWithoutComfortTemperature () } Class HouseService { + getHouse() } Interface "<<HouseRepository>>" { } Class House { + getLocation() + getGeoAreaId() } Class Address { - GeoAreaId geoAreaId + getLocation() + getGeoAreaId() } Class Location{ + distanceBetweenTwoLocations () } Class RoomDTO { - String id - String description - int houseFloor - double width - double length - double height + get () + set () + getRooms () } Class RoomMapper { + mapToDTO () + mapToEntity () } Class LocationDTO { - double latitude - double longitude - double elevation + get () + set() } Class LocationMapper { + mapToDTO () + mapToEntity () } Class ReadingDTO { - String id - double value - LocalDateTime dateTime - String units + get () + set() } Class GeoAreaIdDTO { - String id - String geoAreaType +getId() } Class GeoAreaIdMapper { + mapToDTO () + mapToEntity () } Class ReadingMapper { + mapToDTO () + mapToEntity () } Interface "<<GeoAreaSensorRepository>>" { + findByGeoAreaIdAndSensorTypeId () + findGeoAreaSensorsById () } Class GeoAreaSensor { + existReadingsBetweenDates() + getLocation () + getReadingsBetweenDates () + getDailyAverage () + getMostRecentValidReading () } Class Reading { - LocalDateTime date - double value + get () } Class SensorsService { + existSensors () + getComfortTemperature () + getSensorId () + getInstantsOutOfComfortTemperature () + getInstantListOutOfComfortLevel () + existSensors () + existsDaysWithoutComfortTemperature () + getDaysWithoutComfortTemperature () + getRoomReadingsDTO () } @enduml
false
true
false
false
sequence
66d2305027a517009c6a07f41a0f2fb06ac8f933
3f2fd72e1581254da15a90c9f75db44028235f55
/src/main/java/oop/assignment2/ex28/base/flowchart.puml
22adb156eb9024efc840243cac7cb84f6aa0eeac
[]
no_license
akwill47/weatherlow-cop3330-assignment2
94c6b678790bbedd788ad2d85346bae06f388af2
73f34927652f0f23a754474013e43d56739032f0
refs/heads/master
2023-05-21T01:06:13.027060
2021-06-14T01:33:29
2021-06-14T01:33:29
375,187,260
0
0
null
null
null
null
UTF-8
PlantUML
false
false
59
puml
@startuml App --> input input --> calc calc --> App @enduml
false
true
false
false
uml-unknown
1e7312d1487d3d349ec20320d7e3f29607c6943b
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/DataAssociator/DataAssociatorGT/DataAssociatorGT_Activity_findCorrespondence.puml
9121aa588ca5842d26b81979c9b03ac8dd19ef41
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
806
puml
@startuml /' find correspondence point to each current scan point from baseLps input1: const Scan2D *curScan input2: const Pose2D &predPose return double correspondence ratio '/ (*) --> "boost::timer tim" --> "curLps.clear() \n refLps.clear()" --> if "0 <= size_t i < curScan->lps.size()" as judge_i then --> [Yes] "const LPoint2D *clp = &(curScan->lps[i])" --> "const LPoint2D *rlp = nntab.findClosestPoint(clp, predPose)" --> if "rlp != nullptr" as judge_null then --> [Yes] "curLps.push_back(clp) \n refLps.push_back(rlp)" --> judge_i else --> [No] judge_i else judge_i -> [No] "double ratio = (1.0 * curLps.size()) / curScan->lps.size()" --> return(ratio) --> (*) @enduml
false
true
false
false
sequence
393082a3c0ee1ce5346766121a1a23ade07ea22b
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/fixed-interests@0.2.0.puml
82fb77c42639d8d8b7c30d79b71f5a1e4bcc5b8c
[ "Apache-2.0", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
631
puml
@startuml class org.accordproject.interests.Request << (T,yellow) >> { + String input } org.accordproject.interests.Request --|> org.accordproject.base.Transaction class org.accordproject.interests.Response << (T,yellow) >> { + String output } org.accordproject.interests.Response --|> org.accordproject.base.Transaction class org.accordproject.interests.TemplateModel << (A,green) >> { + Double loanAmount + Double rate + Integer loanDuration } org.accordproject.interests.TemplateModel --|> org.accordproject.cicero.contract.AccordClause class org.accordproject.interests.TextResponse { + String text } @enduml
false
true
false
false
class
b52a35c8493e976af7c9d9d044b5e2e737270d31
39c28a5ab9ad963a7fbc2a8302f1769db4b7dc40
/sso-flow.puml
f483273f33c72f5bad29895bdf72de4ec38aa05a
[]
no_license
APSI-2020/mock-sso
e0da9c1ca510c2f3c0db0f76164b59d4bfe9be57
8d0d87006bd62d5e3447167331a372f1d4abb39f
refs/heads/main
2023-02-13T13:56:20.804122
2021-01-18T21:48:54
2021-01-18T21:48:54
328,482,335
0
0
null
null
null
null
UTF-8
PlantUML
false
false
591
puml
@startuml User -> "apsi-backend": Authentication Request "apsi-backend" -> "Mock SSO": Create new session (and provide webhook url) "apsi-backend" --> User: Respond with URL to mock SSO User -> "Mock SSO": Authentication Request "Mock SSO" -> "apsi-backend": Confirms user authority by giving an access token and provides user data "Mock SSO" -> User: Confirms user authority by giving an access token User -> "apsi-backend": Authentication Request with access token "apsi-backend" --> User: Register account based on data from SSO or find already existing one and return JWT token @enduml
false
true
false
false
sequence
2db268f1de60c67a232299f8af0971e63474daba
fb84bca41a00746017b56791cc1900e4cb811be7
/plantuml/UIs/VCamFollow.puml
f9f5d3f03acabbab1f1343300a23b7181f0124a9
[]
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
249
puml
@startuml class VCamFollow { Radius : float = 4 + AddCinemaChineGroup(target:Transform) : void + RemoveCinemaChineGroup(target:Transform) : void } MonoBehaviour <|-- VCamFollow VCamFollow --> "TargetGroup" CinemachineTargetGroup @enduml
false
true
false
false
class
d8cb4799649d1a23426e36f78c5523101b5de7f5
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/21 Standard library/3 Cloud Insight.puml
17b4b8021d775dce6fdd76014a88e0424152434d
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
660
puml
' Repository: https://github.com/rabelenda/cicon-plantuml-sprites ' Note: The example is from the repository, and not from the documentation @startuml !define SPRITESURL https://raw.githubusercontent.com/rabelenda/cicon-plantuml-sprites/v1.0/sprites !includeurl SPRITESURL/tomcat.puml !includeurl SPRITESURL/kafka.puml !includeurl SPRITESURL/java.puml !includeurl SPRITESURL/cassandra.puml title Cloudinsight sprites example skinparam monochrome true rectangle "<$tomcat>\nwebapp" as webapp queue "<$kafka>" as kafka rectangle "<$java>\ndaemon" as daemon database "<$cassandra>" as cassandra webapp -> kafka kafka -> daemon daemon --> cassandra @enduml
false
true
false
false
sequence
44821dfa2d741eb6b57f0a32f42983c96f6ef3f9
710248c1a825c40788526da5900bbe4a6763eb76
/doc/sequence_diag.puml
e2c2bb6f70bfb93106872ead4591b9cdd35b3584
[]
no_license
VaelK/snake
8e0d44e877ddc640541415bf3e3d3be4e8da849a
2c0423d59dd092b97b3ca0194828747937eaa5d4
refs/heads/master
2022-11-24T21:55:53.081170
2020-08-07T09:16:24
2020-08-07T09:16:24
255,048,831
0
0
null
null
null
null
UTF-8
PlantUML
false
false
934
puml
@startuml gameWidget -> gameLogic : start/resume gameWidget -> boardWidget : start/resume loop while no stop or pause or endGame gameLogic -> boardWidget : boardState actor -> gameLogic : dirCmd end gameLogic -> gameLogic : endGame gameWidget -> gameLogic :pause gameWidget -> boardWidget :pause gameWidget -> gameLogic :stop gameWidget -> boardWidget :stop gameLogic -> gameWidget :scoreIncr @enduml @startuml gameWidget -> statWidget :showStats gameLogic -> stats :scoreIncr stats -> statWidget : updatedStat statWidget -> gameWidget : leaveStats @enduml @startuml gameWidget -> actor :startTrain actor -> gameLogic :pause actor -> boardWidget :pause gameWidget -> actor :stopTrain actor -> gameWidget :finishTraining actor -> gameLogic : start/resume actor -> boardWidget : start/resume @enduml @startuml gameWidget -> actorWidget : selectActor actorWidget -> actor : changeActor actorWidget -> gameWidget : changeActor @enduml
false
true
false
false
sequence
6f22d5ca86de5fed9c747ff1edb1d33ddfac251a
993e33e2c4641256c55970a1b34f346fd174fb62
/stats/monitor-sender-stats-class.puml
f10226b7983be51a49848ccde4a9adc92065e010
[]
no_license
richardspop/monitor-sender
e7cea00b46012fb118663362c3b4439a01818cb8
fafe784067565c787f1b23dd980cb39a809e4a92
refs/heads/main
2023-02-08T17:41:19.346758
2021-01-03T15:37:46
2021-01-03T15:38:36
324,749,700
0
0
null
null
null
null
UTF-8
PlantUML
false
false
897
puml
@startuml interface AbstractStatImplInterface { getStats() StartMonitoring() } interface AbstractStatInterface { getCPUUsage() getMemoryUsage() } class CPUProcStat { - string procStatPath - string cpuStats - UpdateCPUStats() CPUProcStat() getStats() StartMonitoring() } class MEMSysconf { MEMSysconf() getStats() StartMonitoring() } class CPUStatImpl { - AbstractStatImplInterface * statImpl CPUStatImpl(string statSource) getCPUUsage() getMemoryUsage() } class MEMStatImpl { - AbstractStatImplInterface * statImpl MEMStatImpl(string statSource) getCPUUsage() getMemoryUsage() } AbstractStatImplInterface <|-- CPUProcStat AbstractStatImplInterface <|-- MEMSysconf AbstractStatInterface <|-- CPUStatImpl AbstractStatInterface <|-- MEMStatImpl CPUStatImpl *-- CPUProcStat MEMStatImpl *-- MEMSysconf @enduml
false
true
false
false
class
b6cb29782abbfdfc30b4a2e59115ef0ec54213e6
3a4fbffc931fc3f281e88c0eba61ee7e3111abff
/post/flink-temporal-table-join-rule.iuml
60c77c015586e294c0f3b140b3b878189aa20908
[]
no_license
jrthe42/jrthe42.github.io
801b0f8f4edd30a756400bce7ba12727ac8be6b5
e831589a82720d9fd8c8a4c69ef535ab59f5719c
refs/heads/master
2021-05-24T04:01:24.767798
2021-03-23T14:25:19
2021-03-23T14:25:19
34,150,333
1
0
null
2015-08-14T07:00:27
2015-04-18T03:06:28
CSS
UTF-8
PlantUML
false
false
1,724
iuml
@startuml flink-correlate-to-join-rule-for-temporal-table abstract class LogicalCorrelateToJoinFromTemporalTableRule { } abstract class LogicalCorrelateToJoinFromLookupTemporalTableRule extends LogicalCorrelateToJoinFromTemporalTableRule { } abstract class LogicalCorrelateToJoinFromGeneralTemporalTableRule extends LogicalCorrelateToJoinFromTemporalTableRule { } class LogicalCorrelateToJoinFromLookupTableRuleWithFilter extends LogicalCorrelateToJoinFromLookupTemporalTableRule { } class LogicalCorrelateToJoinFromLookupTableRuleWithoutFilter extends LogicalCorrelateToJoinFromLookupTemporalTableRule { } class LogicalCorrelateToJoinFromTemporalTableRuleWithFilter extends LogicalCorrelateToJoinFromGeneralTemporalTableRule { } class LogicalCorrelateToJoinFromTemporalTableRuleWithoutFilter extends LogicalCorrelateToJoinFromGeneralTemporalTableRule { } interface CommonTemporalTableJoinRule { } interface CommonLookupJoinRule extends CommonTemporalTableJoinRule { } abstract class BaseSnapshotOnTableScanRule implements CommonLookupJoinRule { } class StreamExecLookupJoinRule$SnapshotOnTableScanRule extends BaseSnapshotOnTableScanRule { } class BatchExecLookupJoinRule$SnapshotOnTableScanRule extends BaseSnapshotOnTableScanRule { } abstract class BaseSnapshotOnCalcTableScanRule implements CommonLookupJoinRule{ } class StreamExecLookupJoinRule$SnapshotOnCalcTableScanRule extends BaseSnapshotOnCalcTableScanRule { } class BatchExecLookupJoinRule$SnapshotOnCalcTableScanRule extends BaseSnapshotOnCalcTableScanRule { } class StreamExecTemporalJoinRule { } ' lateral join with udtf class FlinkLogicalCorrelateConverter { } class StreamExecCorrelateRule { } class StreamExecCorrelate { } @enduml
false
true
false
false
class
a56d25d16b876fd19c8bf96f975920098fbc931a
a249c2addc54fa5250d268f1c9cb71c1f555fec4
/learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/decorator/decorator.puml
6aacbdd8d96bfe4f9b5956d4de1ad2a71ab3d864
[]
no_license
hqbhoho/learn-bigdata
3bb16248eed5498758bf3f98179242078ed6ddf7
cb2eca9b1b795a4a8712850f0ec49a32b2f7922d
refs/heads/master
2022-11-21T16:48:22.455348
2020-09-15T01:30:16
2020-09-15T01:30:28
173,652,937
19
7
null
2022-11-16T11:46:09
2019-03-04T01:31:39
Java
UTF-8
PlantUML
false
false
1,278
puml
@startuml interface Phone{ {abstract} {method} + String getDetails() {abstract} {method} + double getPrice() } abstract class AbstractPhone{ {field} - String details {field} - String price {method} + AbstractPhone() {method} + void getDetails() } class HWPhone{ {method} + HWPhone() {method} + double getPrice() } class XMPhone{ {method} + XMPhone() {method} + double getPrice() } abstract class DecoratorPhone { {field} - String details {field} - String price {field} - Phone phone {method} + DecoratorPhone(Phone phone) {method} + void showDetails() } class ShellDecoratorPhone{ {method} + ShellDecoratorPhone(Phone phone) {method} + double getPrice() } class ScreenProtectorDecoratorPhone{ {method} + ScreenProtectorDecoratorPhone(Phone phone) {method} + double getPrice() } class client Phone <|.. AbstractPhone AbstractPhone <|-- HWPhone AbstractPhone <|-- XMPhone Phone <|.. DecoratorPhone DecoratorPhone <|-- ShellDecoratorPhone DecoratorPhone <|-- ScreenProtectorDecoratorPhone DecoratorPhone o-- Phone ShellDecoratorPhone o-- Phone ScreenProtectorDecoratorPhone o-- Phone HWPhone <.. Client XMPhone <.. Client ShellDecoratorPhone <.. Client ScreenProtectorDecoratorPhone <.. Client @enduml
false
true
false
false
class
ac723593977a607f665ce50edc4a6135fe130159
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/pm/performance/media/src/pmProvisioningInServiceOrder.puml
33be9e5832d314f6de23e63f56191c5bc7391b70
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
1,734
puml
@startuml pmProvisioningInServiceOrder autonumber actor "Buyer/Client" as B collections "SOF:ServiceOrdering" as SO collections "SOF:PerformanceMonitoring" as PM entity Hub opt B -> Hub: registerListener (PerformanceJobNotification) B -> Hub: registerListener (PerformanceReportNotification) end [-> B: ProdutOrder note over B,SO: Simplification B-> SO: ServiceOrder Note right of SO: SLS attached SO -> PM: createPerformanceJob create entity PerformanceJob as PJ PM -> PJ: <<create>> PM --> SO: Response(PerformanceJob) activate PJ opt PJ -> Hub: createEvent Hub -> B: notifyListeners (performanceJobCreateEvent) end note right of PJ: On scheduled date PJ -> PJ: state: in-progress opt PJ -> Hub: stateChangeEvent Hub -> B: notifyListeners (performanceJobStateChangeEvent) end PJ -> PJ: generateData note right of PJ: reportingPeriod elapses create entity PerformanceReport as PR PJ -> PR: <<create>> activate PR opt PR -> Hub: createEvent Hub -> B: notifyListeners (performanceReportCreateEvent) end PR -> PR: state: in-progress opt PR -> Hub: stateChangeEvent Hub -> B: notifyListeners (performanceReportStateChangeEvent) end PR -> PR: collectData PR -> PR: state: completed opt PR -> Hub: stateChangeEvent Hub -> B: notifyListeners (performanceReportStateChangeEvent) end PR --> PJ: (report completed) opt PJ -> Hub: reportReadyEvent Hub -> B: notifyListeners (performanceJobReportReadyEvent) end note right of PJ: Schedule elapses PJ -> PJ: state: completed|scheduled opt PJ -> Hub: stateChangeEvent Hub -> B: notifyListeners (performanceJobStateChangeEvent) end B -> PM: getReport PM -> PR: <<retrieve>> PM --> B: Response (PerformanceReport) entity Hub @enduml
false
true
false
false
usecase
b2fc005056e0dff64d675ec4a34c209965274e89
271eb04d522e661c1328ea47266851b2e2b5fcf0
/modelViewPresenter/presentationModel/basic/docs/diagrams/src/paquetes.plantuml
a84d0d0d0efe4315f36261322ea28aa6187c0e33
[]
no_license
kodenix/solution.java.swing.socket.sql
d734ae8d123ec67cfd18ebe8ff764ccb5e6b5be8
604ecc1523e235c9b6767d7381db9d281e340df2
refs/heads/master
2023-01-24T15:21:14.111851
2020-12-05T23:35:31
2020-12-05T23:35:31
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
11,601
plantuml
@startuml paqueteTicTacToe class View as "tictactoe.views.View" {} class Game as "tictactoe.models.Game" {} class StartController as "tictactoe.controllers.StartController" {} class PlayController as "tictactoe.controllers.PlayController" {} class ResumeController as "tictactoe.controllers.ResumeController" {} class tictactoe.ConsoleTicTacToe{ + {static} main(String[]) # createView(StartController, PlayController, ResumeController): View } tictactoe.TicTacToe <|-down- tictactoe.ConsoleTicTacToe class tictactoe.TicTacToe{ - game: Game - startController: StartController - playController: PlayController - resumeController: ResumeController - view: View # TicTacToe() # {abstract} createView(StartController, PlayController, ResumeController): View # play() } tictactoe.TicTacToe --> View tictactoe.TicTacToe --> Game tictactoe.TicTacToe --> StartController tictactoe.TicTacToe --> PlayController tictactoe.TicTacToe --> ResumeController @enduml @startuml paqueteTicTactoeViews class Error as "tictactoe.types.Error" {} class Console as "usantatecla.utils.Console" {} class tictactoe.views.ErrorView{ + {static} MESSAGES: String[] # error: Error + ErrorView(Error) } tictactoe.views.ErrorView .down.> Error enum tictactoe.views.Message{ + EMPTY + NUMBER_PLAYERS + SEPARATOR + VERTICAL_LINE_LEFT + VERTICAL_LINE_CENTERED + VERTICAL_LINE_RIGHT + ENTER_COORDINATE_TO_PUT + ENTER_COORDINATE_TO_REMOVE + COORDINATE_TO_PUT + COORDINATE_TO_REMOVE + COORDINATE_TO_MOVE + PLAYER_WIN + RESUME - message: String - Message(String) + getMessage(): String + write() + writeln() + toString(): String } tictactoe.views.Message .down.> Console class tictactoe.views.View { + interact() # {abstract} start() # {abstract} play() # {abstract} isResumed(): boolean } @enduml @startuml paqueteTicTactoeViewsConsole class Error as "tictactoe.models.\nError" {} class Coordinate as "tictactoe.models.\nCoordinate" {} class Console as "usantatecla.utils.\nConsole" {} class Controller as "tictactoe.controllers.\nController" {} class PlayController as "tictactoe.controllers.\nPlayController" {} class ResumeController as "tictactoe.controllers.\nResumeController" {} class YesNoDialog as "usantatecla.utils.\nYesNoDialog" {} class StartController as "tictactoe.controllers.\nStartController" {} class LimitedIntDialog as "usantatecla.utils.\nLimitedIntDialog" {} class Token as "tictactoe.models.\nToken" {} class Message as "tictactoe.views.\nMessage" {} class ErrorView as "tictactoe.views.\nErrorView" {} class tictactoe.views.console.CoordinateView { + read(String): Coordinate } tictactoe.views.console.CoordinateView .down.> Console tictactoe.views.console.CoordinateView .down.> Error tictactoe.views.console.CoordinateView .down.> Coordinate class tictactoe.views.console.ErrorView{ ~ ErrorView(Error) ~ writeln() } tictactoe.views.console.ErrorView .down.> Error tictactoe.views.console.ErrorView .down.> Console ErrorView <|-down- tictactoe.views.console.ErrorView class tictactoe.views.console.GameView{ ~ GameView(Controller) ~ write() } tictactoe.views.console.GameView *-down-> Controller tictactoe.views.console.GameView .down.> Coordinate tictactoe.views.console.GameView .down.> Message class tictactoe.views.console.PlayView{ ~ PlayView(PlayController) ~ interact() - put() - move() } tictactoe.views.console.PlayView *-down-> PlayController tictactoe.views.console.PlayView .down.> Coordinate tictactoe.views.console.PlayView .down.> Message tictactoe.views.console.PlayView .down.> Error class tictactoe.views.console.ResumeView{ + ResumeView(ResumeController) ~ interact(): boolean } tictactoe.views.console.ResumeView *-down-> ResumeController tictactoe.views.console.ResumeView .down.> Message tictactoe.views.console.ResumeView .down.> YesNoDialog class tictactoe.views.console.StartView{ ~ StartView(StartController) ~ interact(): void } tictactoe.views.console.StartView *-down-> StartController tictactoe.views.console.StartView .down.> Message tictactoe.views.console.StartView .down.> LimitedIntDialog class tictactoe.views.console.TokenView{ + {static} SYMBOLS: char[] ~ TokenView(Token) ~ write() } tictactoe.views.console.StartView *-down-> Token tictactoe.views.console.StartView .down.> Console class tictactoe.views.console.View{ + View(StartController, PlayController, ResumeController) + interact() # start() # play() # isResumed(): boolean } tictactoe.views.console.View *-down-> tictactoe.views.console.StartView tictactoe.views.console.View *-down-> tictactoe.views.console.PlayView tictactoe.views.console.View *-down-> tictactoe.views.console.ResumeView @enduml @startuml paqueteTicTactoeModels class ClosedInterval as "usantatecla.utils.\nClosedInterval" {} class ConcreteCoordinate as "usantatecla.utils.\nConcreteCoordinate" {} class Direction as "usantatecla.utils.\nDirection" {} class Error as "tictactoe.types.Error" {} class tictactoe.models.Board{ + Board() ~ reset() ~ getToken(Coordinate): Token ~ boolean isCompleted() ~ put(Coordinate, Token) ~ move(Coordinate, Coordinate) - remove(Coordinate) ~ isOccupied(Coordinate, Token): boolean ~ isEmpty(Coordinate): boolean ~ isTicTacToe(Token): boolean - getCoordinates(Token): List<Coordinate> } tictactoe.models.Board *-down-> "*" tictactoe.models.Token tictactoe.models.Board .down.> tictactoe.models.Coordinate tictactoe.models.Board .down.> Direction class tictactoe.models.Coordinate{ - {static} NULL_COORDINATE: Coordinate + {static} DIMENSION: int - {static} LIMITS: ClosedInterval + Coordinate() + Coordinate(int, int) + isNull(): boolean + isValid(): Error + getDirection(Coordinate): Direction - inInverseDiagonal(): boolean + random() + equals(Object): boolean } ConcreteCoordinate <|-down- tictactoe.models.Coordinate tictactoe.models.Coordinate .down.> Error tictactoe.models.Coordinate .down.> Direction tictactoe.models.Coordinate .down.> ClosedInterval class tictactoe.models.Game{ + Game() + reset() + setUsers(int) + isBoardComplete(): boolean + isUser(): boolean + put(Coordinate): Error + move(Coordinate, Coordinate): Error + next(Error) + isTicTacToe(): boolean + getToken(Coordinate): Token + getToken(): Token + getMaxPlayers(): int } tictactoe.models.Game *-down-> tictactoe.models.Board tictactoe.models.Game *-down-> tictactoe.models.Turn tictactoe.models.Game .down.> tictactoe.models.Coordinate tictactoe.models.Game .down.> Error class tictactoe.models.Player{ ~ Player(Token, Board) ~ put(Coordinate): Error ~ move(Coordinate, Coordinate): Error ~ getToken(): Token } tictactoe.models.Player *-down-> tictactoe.models.Token tictactoe.models.Player *-down-> tictactoe.models.Board tictactoe.models.Player .down.> tictactoe.models.Coordinate tictactoe.models.Player .down.> Error enum tictactoe.models.Token{ + X + O + NULL + isNull(): boolean + {static} get(int): Token } tictactoe.models.Token .down.> ClosedInterval class tictactoe.models.Turn{ + {static} NUM_PLAYERS: int - active: int - users: int ~ Turn(Board) ~ setUsers(int) ~ next() ~ isUser(): boolean ~ put(Coordinate): Error ~ getPlayer(): Player ~ move(Coordinate, Coordinate): Error ~ getToken(): Token } tictactoe.models.Turn *-down-> "*" tictactoe.models.Player tictactoe.models.Turn *-down-> tictactoe.models.Board tictactoe.models.Turn .down.-> tictactoe.models.Token tictactoe.models.Turn .down.-> tictactoe.models.Coordinate tictactoe.models.Turn .down.-> Error @enduml @startuml paqueteTypes enum tictactoe.types.Error{ + NOT_EMPTY + NOT_OWNER + SAME_COORDINATES + NOT_VALID + NULL_ERROR + isNull(): boolean } @enduml @startuml paqueteTicTactoeControllers class Game as "tictactoe.models.\nGame" {} class Coordinate as "tictactoe.models.\nCoordinate" {} class Error as "tictactoe.types.\nError" {} class Token as "tictactoe.models.\nToken" {} class tictactoe.controllers.Controller{ ~ Controller(Game) + getToken(Coordinate): Token } tictactoe.controllers.Controller *-down-> Game class tictactoe.controllers.PlayController{ + PlayController(Game) + isBoardComplete(): boolean + isTicTacToe(): boolean + getToken(): Token + isUser(): boolean + put(Coordinate): Error + move(Coordinate,Coordinate): Error } tictactoe.controllers.Controller <|-down- tictactoe.controllers.PlayController tictactoe.controllers.PlayController .down.> Coordinate tictactoe.controllers.PlayController .down.> Error tictactoe.controllers.PlayController .down.> Game tictactoe.controllers.PlayController .down.> Token class tictactoe.controllers.ResumeController{ + ResumeController(Game) + resume() } tictactoe.controllers.Controller <|-down- tictactoe.controllers.ResumeController tictactoe.controllers.ResumeController .down.> Game class tictactoe.controllers.StartController{ + StartController(Game) + setUsers(int) + getMaxPlayers(): int } tictactoe.controllers.Controller <|-down- tictactoe.controllers.StartController tictactoe.controllers.StartController .down.> Game @enduml @startuml paqueteUtils class BufferedReader as "java.io.BufferedReader"{} class usantatecla.utils.ClosedInterval{ - min: int - max: int + ClosedInterval(int,int) + isIncluded(int): boolean + toString(): String } class usantatecla.utils.ConcreteCoordinate{ # row: int # column: int - {static} ROW: String - {static} COLUMN: String # ConcreteCoordinate() # ConcreteCoordinate(int,int) + isNull(): boolean + getDirection(Coordinate): Direction + inHorizontal(Coordinate): boolean + inVertical(Coordinate): boolean + inMainDiagonal(): boolean # read(String) + getRow(): int + getColumn(): int + hashCode(): int + equals(Object): boolean + toString(): String } usantatecla.utils.Coordinate <|-down- usantatecla.utils.ConcreteCoordinate usantatecla.utils.ConcreteCoordinate .down.> usantatecla.utils.Direction usantatecla.utils.ConcreteCoordinate .down.> usantatecla.utils.Console class usantatecla.utils.Console{ - {static} console: Console + {static} instance(): Console - readString(String): String + readString(): String + readInt(String): int ~ readChar(String): char + writeln() + write(String) + write(int) + writeln(String) + writeln(int) + write(char) - writeError(String) } usantatecla.utils.Console *-down-> BufferedReader interface usantatecla.utils.Coordinate{ ~ isNull(): boolean ~ getDirection(Coordinate): Direction ~ inHorizontal(Coordinate): boolean ~ inVertical(Coordinate): boolean ~ inMainDiagonal(): boolean } usantatecla.utils.Coordinate .down.> usantatecla.utils.Direction enum usantatecla.utils.Direction{ VERTICAL HORIZONTAL MAIN_DIAGONAL INVERSE_DIAGONAL NULL } class usantatecla.utils.LimitedIntDialog{ - LIMITS: ClosedInterval - {static} ERROR_MESSAGE: String + LimitedIntDialog(int,int) + read(String): int } usantatecla.utils.LimitedIntDialog *-down-> usantatecla.utils.ClosedInterval usantatecla.utils.LimitedIntDialog .down.> usantatecla.utils.Console class usantatecla.utils.NullCoordinate{ - {static} instance: NullCoordinate + {static} instance(): Coordinate + isNull(): boolean + getDirection(Coordinate): Direction + inHorizontal(Coordinate): boolean + inVertical(Coordinate): boolean + inMainDiagonal(): boolean + hashCode(): int + equals(Object): boolean + toString(): String } usantatecla.utils.Coordinate <|-down- usantatecla.utils.NullCoordinate usantatecla.utils.NullCoordinate .down.> usantatecla.utils.Direction class usantatecla.utils.YesNoDialog{ - {static} AFIRMATIVE: char - {static} NEGATIVE: char - {static} SUFFIX: String - {static} MESSAGE: String - answer: char + read(String): boolean - isAffirmative(): boolean - getAnswer(): char - isNegative(): boolean } usantatecla.utils.YesNoDialog .down.> usantatecla.utils.Console @enduml
false
true
false
false
class
d66a247cec497216ab0446a631afa4dedd0d9b80
a3752f5a40057cb3aff276d7ae357eb73b0a7338
/dev-docs/diagrams/authz-sequence.iuml
60f841a54f4816a106aa2a52166e761fb79b8109
[ "Apache-2.0", "CC-BY-2.0", "SAX-PD", "MPL-2.0", "Artistic-2.0", "MIT-CMU", "BSD-3-Clause", "0BSD", "CC-BY-4.0", "LGPL-3.0-or-later", "CC0-1.0", "CC-BY-3.0", "BSD-Source-Code", "Apache-1.1", "Ruby", "WTFPL", "BSD-1-Clause", "MIT", "Unlicense", "BSD-2-Clause" ]
permissive
chef/automate
e1af4e5617c272f524fa821678a2b0c90a8ce1aa
bc54a4bbd22a9799ee6b782942d26ad1717882d8
refs/heads/main
2023-08-18T13:36:40.273599
2023-08-18T10:53:08
2023-08-18T10:53:08
179,318,179
230
139
Apache-2.0
2023-09-14T19:20:33
2019-04-03T15:26:38
Go
UTF-8
PlantUML
false
false
961
iuml
@startuml autonumber "[<b>#</b>]" title Authorization of an API method participant "actor" as actor participant "automate-gateway" as api participant "authz-service" as authz entity "OPA engine" as opa participant "//other chef service//" as target actor -> api: <Endpoint URL> alt endpoint IS instrumented api -> authz: IsAuthorizedReq note left send user and teams as subjects, plus action & expanded resource from endpoint end note authz -> opa: engine.IsAuthorized alt policy does not exist opa -[#red]> authz: deny else policy exists opa -[#green]> authz: allow end authz -> api: IsAuthorizedResp[allow/deny] alt user IS authorized api -> target: pass through original URL and params target -> actor: <result> else user IS NOT authorized api -[#red]> actor: deny end else endpoint IS NOT instrumented api -[#red]> actor: deny end ' alt @enduml
false
true
false
false
sequence
07eea5622eca913d06f07de87c9ae823da95950c
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/offer/eighteenth/eighteenth.plantuml
bdf3115af88a2fccc430645f6917e97fc401cc9a
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
635
plantuml
@startuml title __EIGHTEENTH's Class Diagram__\n namespace cn.shui.learning_plan.offer.eighteenth { class cn.shui.learning_plan.offer.eighteenth.Offer55I { + maxDepth() + maxDepth2() } } namespace cn.shui.learning_plan.offer.eighteenth { class cn.shui.learning_plan.offer.eighteenth.Offer55II { + isBalanced() + isBalanced2() - height() - maxDepth() } } 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
db52d3b4d50292a9ed8768246e65477632d3b52a
b2d33d6e2b323281a5adab60b65f5c9906c6d5ec
/exempluGrafica/src/main/java/joc/player/player.plantuml
a321fa503cfe2e51590fea43f4fbee516bcb7ca5
[]
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
2,272
plantuml
@startuml title __PLAYER's Class Diagram__\n namespace joc { namespace player { enum Directions { DOWN LEFT LEFT_DOWN LEFT_UP NOTHING RIGHT RIGHT_DOWN RIGHT_UP UP } } } namespace joc { namespace player { class joc.player.Player { ~ combinedMovement : boolean {static} - ARCHER_ENEMY_DETECTION_CIRCLE_RADIUS : int - FRAME_PLAYER_COLLIDE_SPEED : float - FRAME_PLAYER_MOVE_SPEED : float {static} - REGULAR_ENEMY_DETECTION_CIRCLE_RADIUS : int {static} - ROCK_THROWER_ENEMY_DETECTION_CIRCLE_RADIUS : int - actualPlayerSpeed : float - dead : boolean - enemies : List<Enemy> - facingRight : boolean - heartsCount : int - keyCount : int - playerSpriteLeft : BufferedImage - playerSpriteRight : BufferedImage - surroundingEnemies : List<HumanoidEnemy> - x : float - y : float + Player() + addKey() + draw() + getHeartsCount() + getHit() + getInputDirection() + getKeyCount() + getLocationStatus() + getNextProjectileDirection() + getSurroundingEnemies() + getX() + getY() + heal() + isDead() + setEnemies() + setMovementListener() + update() - getDetectedByEnemies() - stopIfEnemyIsAround() } } } namespace joc { namespace player { enum PlayerStatus { PLAYER_COLLIDE PLAYER_COLLIDE_BOTTOM PLAYER_COLLIDE_LEFT PLAYER_COLLIDE_RIGHT PLAYER_COLLIDE_TOP PLAYER_IN_WATER PLAYER_NO_COLLIDE } } } joc.player.Player o-- joc.player.PlayerStatus : locationStatus joc.player.Player o-- joc.listener.MovementListener : movementListener joc.player.Player o-- joc.projectile.ProjectileDirection : projectileDirection 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
ef59fab9eec73ed75110ef6e20d7ed6cdc1bd2c6
13162cd3748438107bbecc7dcbc479db19871ddc
/Logisticky.plantuml
6853f78ac6a27b1e230fd172fabfc4ab8ee6a350
[]
no_license
MMichalec/Logisticky
15dacd096d036fddb0cc1ae99da32e61f214dbb3
32209a6d21fc3b0c14c349e60fda0e198e95b848
refs/heads/master
2023-02-20T02:34:55.286226
2021-01-10T17:44:11
2021-01-10T17:44:11
313,981,382
0
0
null
null
null
null
UTF-8
PlantUML
false
false
108
plantuml
@startuml title __LOGISTICKY's Component Diagram__\n class MainActivity {} class Testerinio{} @enduml
false
true
false
false
class
9caea91867184b3e98104567522f020707280c3c
2e841d7c9852fe56135418d0e7efed07aca35935
/CarritoCompra/CarritoCompraUML.puml
ca636892a677b9e51c7774a1c2c4965edb3c0a8a
[]
no_license
TheBanusco10/ejercicios-POO
d729f9e815c51feb258b4ef55beae338bd23de5f
b987f92c42194b3159869364a79d86ea0d288c98
refs/heads/master
2020-04-30T18:39:53.138964
2019-03-22T10:56:33
2019-03-22T10:56:33
177,015,301
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,146
puml
@startuml 'hide fields 'hide methods class CarritoCompra { - articulos: Articulo[]* - numArticulosSeleccionados: entero + void addArticulos(Articulo& articulo) + void borrarArticulos(Articulo& articulo) + string calcularPrecioFinaleIVA() + void incrementarArticulosMismoTipo(int id, int cuantos) + void reducirArticulosMismoTipo(int id, int cuantos) + void mostrarArticulos() + Articulo& getArticulo() } class Usuario { - nombre: cadena - apellido: cadena - correoElectronico: cadena - carritoCompra: CarritoCompra + string getNombre() + Usuario& cambiarNombre(string nuevoNombre) + string getApellido() + Usuario& cambiarApellido(string nuevoApellido) + string getCorreoElectronico() + Usuario& cambiarCorreoElectronico(string nuevoCorreo) + CarritoCompra& getCarritoCompra() } class Articulo { - id: entero - nombre: cadena - precio: float - descripcion: cadena - cantidad: entero + int getID() + Articulo& setPrecio(float nuevoPrecio) + float getPrecio() + Articulo& setDescripcion(string nuevaDescripcion) + string getDescripcion() + int getCantidad() const } CarritoCompra o-"*" Articulo Usuario *--"{1}" CarritoCompra @enduml
false
true
false
false
class
fc5fe36e403fe15c0d3460a3a7855b0a678f0762
9cc7c4099f6330f9a4384b56427d40d46b9d6f4a
/diagrams/node-port.puml
49db0ab9358ce9e61ea2ce7cdcbb1daaeb0319d3
[ "MIT" ]
permissive
maulvialf/belajar-kubernetes
0e28a11d9f75b3b1d17ffbe86151ecedf3bb603e
809ac5514e9c0c188a3775f53e0d340b0587c132
refs/heads/master
2022-10-22T09:32:07.830441
2020-06-13T17:43:51
2020-06-13T17:43:51
272,653,376
1
0
MIT
2020-06-16T08:32:21
2020-06-16T08:32:20
null
UTF-8
PlantUML
false
false
434
puml
@startuml node "Client" as client node "Kubernetes Cluster" { component "Service 1" as service1 node "Node 1" as node1 { component "Pod 1 - 1" as pod11 } node "Node 2" as node2 { component "Pod 1 - 2" as pod12 component "Pod 1 - 3" as pod13 } } client -up-> node1 client -up-> node2 node1 --> service1 node2 --> service1 service1 --> pod11 service1 --> pod12 service1 --> pod13 @enduml
false
true
false
false
component
99b367d37922004ab585dc81c3a28b1f1dadd860
714f9744f76cc2af51f47b4dbe9fd7b38e616ce4
/doc/Full flow.puml
14f9df2ec3fd294bece8432ea122fb0fbb5bf9a1
[]
no_license
sopra-steria-norge/pharmacy.no
3082b724b7c93b327a8ad884d9fee2ad40a92321
b0d3e8ee3d6a358a96b6401bd23fc789ad865882
refs/heads/master
2021-07-18T19:51:32.802750
2017-10-24T22:10:24
2017-10-24T22:14:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
4,337
puml
actor Apotekansatt actor Farmasøyt participant Printer participant Regnskapsystem participant GUI box "DIFA" participant FarmasøytGUI participant DIFA participant DB end box participant RF participant HELFO participant FMD participant GCM RF -> DIFA: M21 DIFA -> DB: Lagre opt Kun for de som er smarte nok til å ville ha DIFA GUI DIFA -> GCM: Push notification GCM -> Apotekansatt: Push notification end Apotekansatt -> GUI ++: Vis ekspederingsanmodninger GUI -> DIFA ++: Hent ekspederingsanmodninger DIFA -> DB: Ekspederinganmodninger GUI <-- DIFA -- Apotekansatt <-- GUI -- Apotekansatt -> GUI ++: Velg resept for ekspedering GUI -> DIFA ++: Hent liste for pasient DIFA -> RF ++: M9.1 DIFA <-- RF --: M9.2 DIFA -> DB: Opprett reseptkurv for pasient GUI <-- DIFA --: Fullstendig reseptliste Apotekansatt <-- GUI --: Vis liste med anmodet resept uthevet Apotekansatt -> GUI ++: Velg resepter som skal ekspederes GUI -> DIFA ++: Start ekspedering (liste av resept ID) loop resept DIFA -> RF ++: M9.3 DIFA <-- RF --: M9.4 end DIFA -> DB: Legg til resepter i reseptkurv DIFA -> DB: Hent resepthistorikk for pasient DIFA -> DIFA: Beregn byttegruppe, varsler GUI <-- DIFA --: Reseptkurv ID GUI -> DIFA: Vis reseptkurv Apotekansatt <-- GUI --: Vis reseptkurv Apotekansatt -> GUI ++: Velg vare for resept (generisk bytte) GUI -> DIFA ++: Angi vare, reservasjonsstatus og AUP DIFA -> DIFA: Beregn refusjon for hele reseptkurv DIFA -> DB: Oppdater resept i reseptkurv GUI <-- DIFA --: Oppdatert reseptkurv med refusjonsberegning Apotekansatt <-- GUI --: Oppdatert reseptkurv med refusjonsberegning ... Farmasøyt -> FarmasøytGUI ++: List reseptkurver klare for farmasikontroll FarmasøytGUI -> DIFA ++: List reseptkurver klare for farmasikontroll DIFA -> DB: Hent reseptkurver for apotek der varevalg er fullført FarmasøytGUI <-- DIFA -- Farmasøyt <-- FarmasøytGUI -- Farmasøyt -> FarmasøytGUI ++: Dokumenter aksjon for alle varsler FarmasøytGUI -> DIFA ++: Dokumenter aksjon for alle varsler DIFA -> DB FarmasøytGUI <-- DIFA -- Farmasøyt <-- FarmasøytGUI -- newpage ... Apotekansatt -> GUI ++: Registrer oppdatert reseptetiketter GUI -> DIFA ++: Registrer oppdatert reseptetiketter DIFA -> DB: Oppdater reseptetiketter for resepter i reseptkurv DIFA -> DIFA: Beregn strekkode for reseptetikett GUI <-- DIFA --: Strekkoder for reseptetiketter GUI -> Printer: Print reseptetiketter Apotekansatt <-- GUI -- Apotekansatt -> Apotekansatt: Klistre etiketter Apotekansatt -> GUI ++: Scan strekkode på reseptetikkett og pakning GUI -> DIFA ++: Registrer strekkoder DIFA -> FMD: Verifisert pakning DIFA -> DB: Oppdatere teknisk kontroll GUI <-- DIFA -- Apotekansatt <-- GUI -- Apotekansatt -> GUI ++: Fullfør utlevering GUI -> GUI: Hent refusjonsberegning GUI -> GUI: Hent farmasøytkontroll GUI -> GUI: Hent teknisk kontroll GUI -> DIFA ++: Fullfør utlevering DIFA -> DIFA: Valider utlevering DIFA -> DB: Start utlevering DIFA -> RF: M10 DIFA -> HELFO: M18 DIFA -> HELFO: AppRec DIFA -> DB: Fullfør utlevering GUI <-- DIFA -- Apotekansatt <-- GUI -- ... Regnskapsystem -> DIFA ++: Hent refusjonsstatus DIFA -> DB Regnskapsystem <-- DIFA --: "Ikke bekreftet" ... HELFO -> DIFA ++: Negativ M22 DIFA -> DB DIFA -> GCM ++: Varsle apotekansatt om feil ved refusjon GCM -> Apotekansatt: Feil ved refusjon DIFA <-- GCM -- HELFO -> DIFA --: AppRec Apotekansatt -> GUI ++: Hent refusjoner med feil GUI -> DIFA ++: Hent refusjoner med feil DIFA -> DB GUI <-- DIFA -- Apotekansatt <-- GUI -- Apotekansatt -> GUI ++: Start korrigeringsbehandling GUI -> DIFA ++: Start korrigeringsbehandling DIFA -> DB: Opprett ny reseptkurv GUI <-- DIFA -- Apotekansatt <-- GUI -- Apotekansatt -> GUI ++: Korriger intervensjonstatus, hjemmel, arbeidspris? GUI -> DIFA ++: Utfør korrigering DIFA -> DB: Oppdater reseptkurv DIFA -x FMD: Verifisert pakning (ikke aktuelt) DIFA -x RF: Utleveringmelding (ikke aktuelt) DIFA -> HELFO: M18 DIFA <-- HELFO: AppRec GUI <-- DIFA -- Apotekansatt <-- GUI -- ... HELFO -> DIFA ++: M22 DIFA -> DB HELFO -> DIFA --: AppRec ... Regnskapsystem -> DIFA ++: Hent refusjonsstatus DIFA -> DB Regnskapsystem <-- DIFA --: "Bekreftet" ... ... HELFO -> DIFA ++: M23 DIFA -> DB HELFO -> DIFA --: AppRec ... Regnskapsystem -> DIFA ++: Hent refusjonsstatus DIFA -> DB Regnskapsystem <-- DIFA --: "Utbetalt"
false
true
true
false
usecase
529b30909060adce8646f3a202c1948d06fcf9bb
0505c7b9c7d04041d7545facc40dd29196eee9d2
/Docs/C4-Components.puml
12e9b34e747394743ccc1b2349241f2639ac6709
[]
no_license
v-bodnar/Spartaaa
3a61d890d8654e5c1b4c8a42e8328cd1c43c6e7c
5a83c5b187dfb5c2917896bf0bfe2c394d514f5f
refs/heads/master
2023-03-18T08:23:25.685552
2021-11-25T16:36:16
2021-11-25T16:36:16
253,110,684
0
1
null
2023-03-06T18:38:35
2020-04-04T22:29:21
Java
UTF-8
PlantUML
false
false
455
puml
@startuml(id=Model) scale max 1748x1240 title Spartacus - Spartacus Server - Components skinparam { shadowing false arrowColor #707070 actorBorderColor #707070 componentBorderColor #707070 rectangleBorderColor #707070 noteBackgroundColor #ffffff noteBorderColor #707070 } package "Spartacus Server" <<Container>> { component "Game" <<Component>> as 14 #dddddd component "Model" <<Component>> as 10 #dddddd } 14 .[#707070].> 10 @enduml
false
true
false
false
component
265cb40a4d8038561b9ec2a4999454be23456dbf
1c0fe98b0301d645c33cbc26cc8f1ec1deb35664
/ClassDiagram.puml
275246bc56c987476657f20a2ea6762e482a08b1
[]
no_license
ganesara/canvasDrawing
79245d383a9dd2e727e9283a49ce291e1baaecc1
49aaabe884f35639a6aaf0880e9170026c89e5b2
refs/heads/master
2020-06-16T17:57:08.084066
2019-07-07T14:05:40
2019-07-07T14:05:40
195,657,422
1
0
null
2020-02-08T15:41:32
2019-07-07T13:56:02
Kotlin
UTF-8
PlantUML
false
false
3,422
puml
@startuml class CanvasRunner interface ICanvas class CanvasConstants class Canvas class Pixel class WidthBorder class HeightBorder class Status enum StatusTypes class Success class Failed class CanvasException class Position interface Painter class BoxPainter class FillPainter class LinePainter class RectanglePainter class CanvasPainter interface Command class CommandParser ICanvas <|-- Canvas Canvas "..1*" *-- Pixel Status <|-- Success Status <|-- Failed Pixel *-- Position : Contains Pixel <|-- WidthBorder Pixel <|== HeightBorder Status o-- StatusTypes : Contains Painter <|-- LinePainter Painter <|-- BoxPainter BoxPainter <|-- RectanglePainter Painter <|-- FillPainter Painter <|-- CanvasPainter CanvasRunner o-- ICanvas : Contains CanvasRunner o-- CommandParser : Contains CommandParser o-- Painter : returns enum StatusTypes { SUCCESS FAILED } class CanvasException { - message: String } class Pixel { - text: String + isBlank():Boolean } class Position { + x: Int + y: Int } class CanvasConstants { + WIDTH_BORDER_CHAR = "-" + HEIGHT_BORDER_CHAR = "|" + DEFAULT_DISPLAY_CHAR = " " + INVALID_TEXT_CHAR = "~" + LINE_DISPLAY_CHAR = "*" } interface ICanvas { + createCanvas(width: Int, height:Int): Boolean + printScreen() + isPositionAvailable(pos: Position): Boolean + isPositionWritable(pos: Position): Boolean + getPixelValueAt(pos: Position): String + setPixelValueAt() : Boolean + setPixelValueBetween() : List<Position> + writableChildrenOf(pos: Position): List<Position> } class Canvas { + pixels: Array<Array<Pixel>> + createCanvas(width: Int, height:Int): Boolean + printScreen() + isPositionAvailable(pos: Position): Boolean + isPositionWritable(pos: Position): Boolean + getPixelValueAt(pos: Position): String + setPixelValueAt() : Boolean + setPixelValueBetween() : List<Position> + writableChildrenOf(pos: Position): List<Position> } class Status { + status: StatusTypes } interface Painter { + validate(canvas: ICanvas): Status + paint(canvas: ICanvas) : Status } class BoxPainter { - start: Position - end: Position + validate(canvas: ICanvas): Status + paint(canvas: ICanvas): Status } class FillPainter { - start:Position - colour: String + validate(canvas: ICanvas): Status + paint(canvas: ICanvas): Status - fillByBreadthFirstSearch(canvas: ICanvas) : Success } class LinePainter { - start: Position - end: Position + validate(canvas: ICanvas) : Status + paint(canvas: ICanvas): Status } class RectanglePainter { + validate(canvas: ICanvas): Status } class CanvasPainter { + paint(canvas: ICanvas): Status } class CommandParser { - createPainterFunList: MutableList<(String) -> Painter?> + parse(cmd: String): Painter - parseCommand(regex: Regex, string: String): MatchResult.Destructured ? - createCanvasPainter(cmd: String):Painter? - createFillCommandPainter(cmd: String): Painter? - createLineCommandPainter(cmd:String): Painter? - quiteCommandPainter(cmd: String) : Painter? - fun rectangleCommandPainter(cmd: String): Painter? } class CanvasRunner { + main(args: Array<String>) - canvas: ICanvas - builder:CommandBuilder - readLine(): String ~ executeCommand(command: String) - executeConsoleCommands() + start() } @enduml
false
true
false
false
class
2c592cc4a81bb9391661390df97b69ad48dfc41e
912d65be9bbd436a671d948abe8dadf356eb5216
/src/main/java/com/juc/concurrency/test2/test2.plantuml
bd9add5a22e673a73a876a988f3c866f17cfea47
[]
no_license
ljhpole/netty-lecture
02318e9992f488f03425c93b981e8718582b1b4b
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
refs/heads/main
2023-02-24T21:52:42.964037
2021-01-31T15:35:18
2021-01-31T15:35:18
334,686,240
0
1
null
2021-01-31T15:35:19
2021-01-31T15:19:40
null
UTF-8
PlantUML
false
false
354
plantuml
@startuml title __TEST2's Class Diagram__\n namespace com.juc.concurrency.test2 { class com.juc.concurrency.test2.concurrencyTest3 { } } 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
cbc3d1a94831be75322df8f73344eebb10ec5c00
1bb1c097237b01cd71de26efa466c24737ff89fe
/diagrammes/src/sequences/login.puml
03bd1edf31856568057bbcc9cb68926f35ad48b0
[]
no_license
assimhabeek/memoire
4934892d884848692d9bf3f16dbd83ee5fbbcec1
f11fd97c6a7a75dd681cf11408ff519e67656c7f
refs/heads/master
2021-03-22T05:12:20.753268
2018-05-01T16:25:14
2018-05-01T16:25:14
121,604,872
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,342
puml
@startuml skinparam backgroundColor #fff skinparam defaultFontColor #37474f skinparam defaultFontSize 14 skinparam defaultFontName serif skinparam defaultFontStyle bold skinparam actorBackgroundColor #fff skinparam actorBorderColor #000 skinparam boundaryBackgroundColor #fff skinparam boundaryBorderColor #000 skinparam controlBackgroundColor #fff skinparam controlBorderColor #000 skinparam entityBackgroundColor #fff skinparam entityBorderColor #000 skinparam participantBackgroundColor #fff skinparam participantBorderColor #000 skinparam ArrowColor #000 skinparam sequenceLifeLineBorderColor #000 skinparam sequenceBoxBorderColor #FFF skinparam ParticipantPadding -80 title Diagramme de séquence : S'authentifier - scénario nominal hide footbox actor Étudiant as student boundary loginTemplate boundary pageAccueil control LoginComposant entity UtilisateursDépôt participant GestionnaireAuthentification as AuthenticationHandler student -> loginTemplate : cliquez sur\n connexion loginTemplate -> LoginComposant : soumettre(uname,pass) LoginComposant -> UtilisateursDépôt : trouverPar(nomU,pass) UtilisateursDépôt -> AuthenticationHandler : créerJeton(user) LoginComposant <-- AuthenticationHandler : jeton LoginComposant -> loginTemplate destroy loginTemplate create pageAccueil LoginComposant -> pageAccueil @enduml
false
true
true
false
usecase
a43dc6e46b92a9c85bc98bccc76d82d6b11ddcde
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/Solution/Service-Stack/Storage-Services/Primary-Data-Store/Process.puml
66871911993683eba0edec3f27cd06cb74019928
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
321
puml
@startuml partition "Service-Stack/Storage-Services/Primary-Data-Store" { } partition SubSystem #cccccc { (*) --> "Create Project" --> "Write Code" } partition "Service-Stack/Storage-Services/Primary-Data-Store" { "Write Code" --> "Test Code" "Test Code" --> "Deploy Code" "Deploy Code" --> (*) } @enduml
false
true
false
false
activity
d8fa57e6cdc6ab2c6ff3825e9ba6c9b251cb6bd3
db48033e0f34bc7a6b06bdf21c8b68f40e0c291f
/use-cases/UseCaseDiagram5.puml
8649e48092f35e86d845f096dcbffcfc4ec0aebc
[ "Apache-2.0" ]
permissive
Sebastian-Reid/Group-9
3d195273943200d62efd1bde3f3a6e80347bd529
fb03c0d02364c44c5bdfe7aa02acef7f2a8c5939
refs/heads/master
2020-04-21T17:28:17.457995
2019-05-09T17:52:56
2019-05-09T17:52:56
169,735,200
1
0
null
null
null
null
UTF-8
PlantUML
false
false
306
puml
@startuml rectangle Organisation actor ST as "Scrum Team" rectangle Database rectangle "Scrum System" { usecase UC1 as "Get Language info" usecase UCa as "Report to Organisation" Organisation - ST ST - UC1 UC1 ..> UCa : supply UC1 - Database Organisation <- UCa } @enduml
false
true
false
false
usecase
9d19666ac4d8ca6628512d3fd617e1d46593bcff
0a0e986dd1f62801857242e14aac97cb9a0108c4
/Proj/docs/uml/colliders_composite.puml
cf484db9962b098e1a11009a63e329e299f57b8b
[]
no_license
JoaoCostaIFG/LPOO
6bca97bcf5d65ca79b1d83ef322a70b9c14aa5a3
0db8aca4897f50d202ed695750c8ddf10ff100b7
refs/heads/master
2021-02-07T04:39:57.611429
2020-10-19T09:52:19
2020-10-19T09:52:19
305,335,228
0
1
null
null
null
null
UTF-8
PlantUML
false
false
643
puml
@startuml hide empty members skinparam classAttributeIconSize 0 skinparam linetype polyline skinparam shadowing false abstract class Collider { - position : Position + //collidesWith(col : Collider) : boolean// + changed(observable: Position) } class CompositeCollider { - colliders : List<Collider> + collidesWith(col : Collider) : boolean } class RectangleCollider { + collidesWith(rect2 : RectangleCollider) : boolean + collidesWith(comp1 : CompositeCollider) : boolean + collidesWith(col : Collider) : boolean } CompositeCollider -up-^ Collider RectangleCollider -up-^ Collider Collider <--* CompositeCollider @enduml
false
true
false
false
class
399ef186c37adc4ee1aa895a52b5d7b46e4f2d02
2c50e2c92ea1e2fa53f9c3f1871b9163c61a2e00
/EyeOfBeholder.Uml.Tests/testData/Attributes.puml
7d8e81bac64640c26c319e436dd31735d0fcfbbf
[]
no_license
piotr-polanski/EyeOfBeholder
20a4cb3b15232bebc87793b2dc7e9412da9042c8
2222d267e565674084ce69c47bd039f492b878df
refs/heads/develop
2021-03-19T16:51:42.063522
2017-06-06T07:33:55
2017-06-06T07:33:55
76,058,352
0
0
null
2016-12-10T09:42:41
2016-12-09T17:59:58
C#
UTF-8
PlantUML
false
false
168
puml
@startuml class SomeArrayList { + publicAttribute : Object[] - privateAttribute : String # protectedAttribute : int ~ packagePrivateAttribute : dupa } @enduml
false
true
true
false
class
dd5bbce0f5e6f71656641ba16620176a8596527c
80217c9338ef64ae0f6405c63717d8849a2c12f8
/logitud.puml
e68caf167e86c412fb025190fdc4753545eabc5d
[]
no_license
mybestfrien/logitud
872b15d63f61f8fa8756a2cfb9781600aafc9c35
7562d85970d0c89d0b7716bf0fe5590d23879c42
refs/heads/master
2023-01-03T10:57:17.563379
2020-11-02T09:08:29
2020-11-02T09:08:29
306,322,269
0
0
null
null
null
null
UTF-8
PlantUML
false
false
481
puml
@startuml Epreuve "1" o-- "0..n" Participant Epreuve "1" --* "0..n" Passage Passage "0..2" *-- "1" Participant Participant "1" o-- "0..n" Catégorie Participant "1" o-- "0..n" Profil class Epreuve { -id +date +lieu +participants } class Participant { -id #catégorie #profil +nom +prénom +date de naissance +photo +adresse mail } class Passage { -id #temps #numéro +participants } class Catégorie { -id +nom +participants } class Profil { -id +nom +participants } @enduml
false
true
true
false
sequence
1e65171d58765d9b03abdd538b01508bd9eb7cb4
63a4d203dbdc07cb10dbb1eeb4f89a484633cb3f
/app/src/androidTest/java/com/example/vaughan/airlinereservation/airlinereservation.plantuml
20f29f14c52309cc7ebd400fae07441b6b4baafa
[]
no_license
Vaughan-Andrews/Airline-reservation-app
d9eaccda080465c02ba4860cba1d729bf6264487
bea2dcf9eaf5ee2b84783a22cad47860b3d3c621
refs/heads/master
2020-04-20T23:06:24.213325
2019-02-04T22:29:45
2019-02-04T22:29:45
169,160,057
0
0
null
null
null
null
UTF-8
PlantUML
false
false
385
plantuml
@startuml title __AIRLINERESERVATION's Class Diagram__\n package com.example.vaughan.airlinereservation { class ExampleInstrumentedTest { + useAppContext() } } 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
dab7fea2065098c3e406bf6e233f44611b2164e0
dc20115738d63d9d0dbd16fab019785740465cc7
/plantuml/Users/hunter/Coding/maternity-ward-system/SeniorDoctor.puml
13eb506efc6e004d245fae92a07e11f425c5e6ef
[]
no_license
W0lfCr0w/maternity-ward-system
b2a9201111079ce3f638ff78cadb6aa9ecb4e04f
ee9aac0f52841c4083f1666dc4628f9c0d9b34af
refs/heads/main
2023-06-06T10:33:10.231707
2021-06-29T10:20:54
2021-06-29T10:20:54
379,371,068
0
0
null
null
null
null
UTF-8
PlantUML
false
false
457
puml
@startuml class SeniorDoctor { + UniqueJobDescripition : string <<get>> <<protected set>> + MinimumMonthlyHours : int <<get>> <<protected set>> + SeniorDoctor(fname:string, lname:string, id:string, age:int, hours:double) + SeniorDoctor(fname:string, lname:string, id:string, age:int) + GetDecisionMakerBonusPay() : double + <<override>> EndOfMonthSalary() : double } Doctor <|-- SeniorDoctor IDecisionMaker <|-- SeniorDoctor @enduml
false
true
false
false
class
555af209b02dd07d5932967e098c916d56f4f81b
d6bc3af8ae811c58fcb1099ff7916482aed5dc82
/ejemplo-diagrama-secuencia-cajero.puml
81bcd28f442ae834c3eb72750507ecfb786fea14
[]
no_license
wormaza/EjemploDiagramaSecuencia
269ba019c48968333f39cb10a0fe5bdb44ac50fc
27a839a4b7901715a0dcec027c0395b1f0bb7ea0
refs/heads/master
2023-04-07T10:41:33.472945
2021-04-13T02:01:30
2021-04-13T02:01:30
297,774,863
0
0
null
null
null
null
UTF-8
PlantUML
false
false
802
puml
@startuml title Diagrama de Secuencia: Cajero header INF 236 skinparam style strictuml actor Cliente as Foo1 boundary Cajero as Foo2 control ControlPass as Foo3 control ControlSesion as Foo6 entity CuentaCorriente as Foo4 Foo1 -> Foo2 : insertarTarjeta() activate Foo2 Foo1 -> Foo2 : ingresarPass(x) Foo2 -> Foo3 : verificarPass(x) activate Foo3 Foo3 --> Foo2 : passInvalida deactivate Foo3 Foo2 --> Foo1 : passInvalida Foo1 -> Foo2 : ingresarPass(x) Foo2 -> Foo3 : verificarPass(x) activate Foo3 Foo3 --> Foo2 : passOk deactivate Foo3 Foo2 --> Foo1 : passOk Foo1 -> Foo2 : consultaSaldo() Foo2 -> Foo6 : consultaSaldo() activate Foo6 Foo6 -> Foo4 : consultaSaldo() activate Foo4 Foo4 --> Foo6 : infoSaldo deactivate Foo4 Foo6 --> Foo2 : infoSaldo deactivate Foo6 Foo2 --> Foo1 : infoSaldo @enduml
false
true
false
false
usecase
339942f01a6418673fd5ecbd440b82c435edcbcf
c2eabff17523c30c20b391cb7a434f9febccf0ea
/app/UML/CD.puml
ee211531e0158b68a2bbbfe094133f34fbbfb260
[]
no_license
zedtran/AubieMemoryGame
10712b31739ba25414ea544ee2b9c226279566b8
610263e65d65b3d4bf357acf4ca0e6450e60f41d
refs/heads/master
2020-03-09T19:00:57.232471
2018-06-12T04:33:34
2018-06-12T04:33:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,417
puml
@startuml class AubieFragment { mBoard mGameOver mScoreBoard replayCount View v SoundPool sp mToast dbHelper mAlertInputTypeText onCreate() onSaveInstanceState() onCreateView() onStop() onStart() void click() setScore() getFinalScore() makeToast() } class AubieMainActivity { onCreate() } class AubieSplashActivity { onCreate() } class Board { mRedLight mBlueLight mYellowLight mGreenLight mOrageLight mLights[] mScore mInputNumber mSequence mAnimatorArray choices[] mDifficultyModifier mDifficulty Board() updateBoard() getScore() getLight() aubieSequence() simonSequence() checkInput() playAnimation() reset() resetInputCount() isAnimatorRunning() getRedLight() getBlueLight() getYellowLight() getGreenLight() getDifficulty() getDifficultyModifier() describeContents() writeToParcel() createFromParcel() newArray() } class HolderActivity { onCreate() boolean PLAY_ORIGINAL } class LeaderBoardsActivity { dbHelper mDatabase mContext onCreate() onSaveInstanceState() } class Light { mButton mSound mColor SoundPool sp mDifficultyModifier Light() getButton() getColor() addAnimation() onAnimationStart() onAnimationEnd() onAnimationCancel() onAnimationRepeat() updateBoard() } class MainMenuActivity { onCreate() } class OptionsActivity { onCreate() onPause() SettingsFragment() } class ScoreboardDBContract { DATABASE_VERSION DATABASE_NAME TEXT_TYPE INT_TYPE COMMA SPACE ScoreboardDBContract() } class ScoreboardDBHelper { WHERE_CLAUSE ScoreboardDBHelper() onCreate() onUpgrade() addUserScore() getTopTenUsers() } class User { mUsername mDateAdded mId mScore getUserName() getDateUserAdded() getFormattedDate() getID() getScore() setScore() setID() } Board "1" -- "5" Light : Contains > MainMenuActivity "1" -- "1" OptionsActivity MainMenuActivity "1" -- "1" LeaderBoardsActivity AubieFragment "1" -- "1" Board AubieFragment "1" -- "1" ScoreboardDBHelper ScoreboardDBHelper "1" -- "1" ScoreboardDBContract AubieMainActivity "1" -- "1" MainMenuActivity : Launches > User "*" -- "1" MainMenuActivity : makes selection > AubieSplashActivity "1" -- "1" AubieMainActivity : Calls > MainMenuActivity "1" -- "1" HolderActivity : Calls > User "*" -- "1" LeaderBoardsActivity : gets added to > HolderActivity "1" -- "1" AubieFragment : instantiates > OptionsActivity "1" -- "1" AubieFragment : influences > ScoreboardDBHelper "1" -- "1" LeaderBoardsActivity ScoreboardDBContract "1" -- "1" LeaderBoardsActivity @enduml
false
true
false
false
class
8a16a2600b402f94ce156b3a3bf9f482d5d4d04e
bb37d4afdbdc35f9aadb7537ad45c4ce1e84df9e
/demelp1usecase.puml
e7a1b755574df59decf02a222e7ba1eebffb7276
[]
no_license
matthewbonodelasalas/PRELIMS
007248a73293d99d281c72698cc5047a6ed58cfc
d69a25ff6ff500b51af36cfdd962be0ed267d4a1
refs/heads/master
2021-04-01T07:11:10.931036
2020-03-18T09:20:32
2020-03-18T09:20:32
248,166,653
0
0
null
null
null
null
UTF-8
PlantUML
false
false
615
puml
@startuml skinparam packageStyle rectangle Actor Player (Computer)-->(Play) rectangle Computer_Program { (Import randit) --> (Play options) (Play options)-->(set up players) (set up players) -->(Computer):(0,2) (set up players) -->Player :False Player --> (input):True (input)-->(invalid) (invalid)-->Player :False (input)-->(While loop) (Play)-->(While loop) (While loop)-->(Every possible outcome) (Every possible outcome)-->(Output) (Output)-->(Win) (Output)-->(Lose) (Output)-->(Tie) (Win)-->(Player):False (Lose)-->(Player):False (Tie)-->(Player):False } @enduml
false
true
false
false
usecase
5565e34d45436675d57b3ce44f37f6c2b36f9745
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Evaluation/ScheduleRuntimeClip.puml
04f0a0ece162c2d53e36665e95e8fd85c29a0067
[]
no_license
TakanoVineYard/AMHH
215a7c47049df08c5635b501e74f85137b9e985b
68887a313587a2934fb4ceb2994cbc2a2191d6a3
refs/heads/master
2023-01-13T02:08:02.787083
2020-11-17T14:51:57
2020-11-17T14:51:57
303,631,593
0
0
null
null
null
null
UTF-8
PlantUML
false
false
584
puml
@startuml class ScheduleRuntimeClip { + <<override>> start : double <<get>> + <<override>> duration : double <<get>> + SetTime(time:double) : void + ScheduleRuntimeClip(clip:TimelineClip, clipPlayable:Playable, parentMixer:Playable, startDelay:double, finishTail:double) + <<override>> enable : bool <<set>> + <<override>> EvaluateAt(localTime:double, frameData:FrameData) : void } RuntimeClipBase <|-- ScheduleRuntimeClip ScheduleRuntimeClip --> "clip" TimelineClip ScheduleRuntimeClip --> "mixer" Playable ScheduleRuntimeClip --> "playable" Playable @enduml
false
true
false
false
class
7c231f2386d5baabbb17967c9ecf22b5c7207319
dcca4c0aa19e3085bd37640a52b07fa02396b1d8
/4.Behavioral Design Patterns/5.Mediator/src/main/java/com/javadesignpatterns/diagram/ClassDiagram.puml
21d21454575939ed46e33f3201aa3fea47f2fdf0
[]
no_license
drronidz/design-patterns-java-maven
8df24c5bdd021dd45018faf3937b767609e880eb
aa580cd4cc6caa25a418a71bd5af06f86bd354a6
refs/heads/main
2023-07-15T15:26:04.451482
2021-08-25T23:45:35
2021-08-25T23:45:35
392,855,046
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,495
puml
@startuml 'https://plantuml.com/class-diagram interface Party { + addMember(PartyMember) : void + act((PartyMember, Action) : void } hide Party members show Party methods class PartyImpl implements Party{ PartyImpl() act(PartyMember,Action) : void addMember(PartyMember) : void } hide PartyImpl members show PartyImpl methods enum Action { HUNT:Action TALE:Action GOLD:Action ENEMY:Action + Action () + toString () : String } Party .left.> Action interface PartyMember { joinedParty(Party) : void partyAction(Action) : void act(Action) : void } hide PartyMember members show PartyMember methods PartyImpl --> PartyMember PartyMemberBase .right.|> PartyMember PartyMemberBase -left-> Party abstract class PartyMemberBase { + PartyMemberBase() + joinedParty(Party) : void + partyAction (Action) : void + act (Action) : void + toString() : String } hide PartyMemberBase members show PartyMemberBase methods PartyMemberBase <-- Rogue PartyMemberBase <-- Hobbit PartyMemberBase <-- Hunter PartyMemberBase <-- Wizard class Rogue { + Rogue() + toString() : String } hide Rogue members show Rogue methods class Hobbit { + Hobbit() + toString() : String } hide Hobbit members show Hobbit methods class Hunter { + Hunter() + toString() : String } hide Hunter members show Hunter methods class Wizard { + Wizard() + toString() : String } hide Wizard members show Wizard methods @enduml
false
true
false
false
class
1e83666ab1d3d3c7d0ced77c0f1c0a5c9a64f214
1e12ce14db714991e7ca1dcb10eb5c8a15637a14
/doc/local.plantuml
0ad10e825cd0be514f124642cc2c4ea8e19c9515
[ "MIT" ]
permissive
DenisGuiraudet/ICE_LGS
1a22d9c640930acaec732de4080f502db959db8d
fe142f15255582c4372c486d4b203c46cf1e24e2
refs/heads/master
2020-09-03T16:50:30.603626
2019-12-01T19:39:01
2019-12-01T19:39:01
219,513,124
0
0
MIT
2019-12-01T14:34:45
2019-11-04T13:53:42
Vue
UTF-8
PlantUML
false
false
283
plantuml
@startuml folder Client { actor actor node Vue.JS artifact vueStart as "npm start" node Node artifact nodeStart as "npm start" database MongoDB } actor -right- Vue.JS vueStart -up- Vue.JS Vue.JS -right- Node nodeStart -up- Node Node -right- MongoDB @enduml
false
true
false
false
sequence
ff319460f1fcfd09563ff07ee8af74f5a0251a8e
62de719e261fac67d2a2bc347a98be5515b48948
/docs/blue/1090657/sp2/expression.puml
c85e3d9e95a8d63acb85220a190a4ebece82d22c
[]
no_license
raulcorreia7/isep_lapr4_17_18
82672fca46e433856d52b3839e3739fa53b8f52c
79217fa01912657da37ef6cdb1a05194dd2f5110
refs/heads/master
2020-04-15T17:52:21.964106
2019-01-09T17:13:14
2019-01-09T17:13:14
164,891,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
268
puml
@startuml expression.png skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false hide empty methods interface Reference { evaluate() : Value } class SpreadsheetReference implements Reference @enduml
false
true
false
false
class
57f55c0a387dfed76e2aca0780ea75e1532ffa27
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
/build/saft@0.13.1.puml
fbb15e0edf75120b71a5c036151cd1238233d7e0
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
accordproject/cicero-template-library
737586850933daac2fbff2ff8b2d60dd50526b80
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
refs/heads/main
2023-04-27T01:07:05.932361
2022-08-26T13:02:59
2022-08-26T13:02:59
109,224,687
77
149
Apache-2.0
2023-04-20T21:43:00
2017-11-02T06:11:37
HTML
UTF-8
PlantUML
false
false
1,157
puml
@startuml class org.accordproject.saft.Launch << (T,yellow) >> { + Double exchangeRate } org.accordproject.saft.Launch --|> org.accordproject.cicero.runtime.Request class org.accordproject.saft.Terminate << (T,yellow) >> { + MonetaryAmount remainingFunds + MonetaryAmount totalInvested } org.accordproject.saft.Terminate --|> org.accordproject.cicero.runtime.Request class org.accordproject.saft.Payout << (T,yellow) >> { + MonetaryAmount tokenAmount + String tokenAddress } org.accordproject.saft.Payout --|> org.accordproject.base.Transaction class org.accordproject.saft.SaftContract << (A,green) >> { + String token + String company + BusinessEntity companyType + State state + Boolean amendmentProvision + MonetaryAmount purchaseAmount + CurrencyCode currency + MonetaryAmount netProceedLimit + DateTime date + DateTime deadlineDate + Double discountRatePercentage + String network + String coin + String exchanges + String companyRepresentative + String purchaser + String description } org.accordproject.saft.SaftContract --|> org.accordproject.cicero.contract.AccordContract @enduml
false
true
false
false
class
2b5a5271a1b3393e28891a300f8f8c920b9dc01c
7d1a79fbd31a95201d346d2c49afe2b61c903af3
/docs/diagram-class.puml
87b251206e86071dd7ebae73ad38bd4bf4420883
[]
no_license
chervand/yii2-nav
6f0aa3ff2b056568ca449ced6824b359f3cb38e8
d67a068b636987ab0405d5fd2b99f89cdaca745f
refs/heads/master
2023-08-11T09:49:25.799741
2016-03-01T13:38:11
2016-03-01T13:38:11
46,429,885
0
1
null
null
null
null
UTF-8
PlantUML
false
false
660
puml
@startuml namespace chervand.nav { class Nav { + id : int + title : string + description : text + load () : Nav } class Assignment { + nav_id : int + type : int + assignment : string } class Item { + name : string + label : string + url : string + description : text } class ItemChild { + nav_id : int + parent_name : string + child_name : string + weight : int } Nav "1" -- "0..*" Assignment Nav "1" -- "0..*" ItemChild Item "1" -- "0..*" Item ItemChild .. (Item, Item) } @enduml
false
true
false
false
class
8c42b372aba4811b3042eccf35a56163c648a632
d3a876dfe2851c165719340252ac30e60912f6e6
/bg-manager/bg-designPattern/src/main/java/com/mhm/action/mediator/mediator.puml
3638c9761bdc2a6980e850e7de11f69c1b17a075
[]
no_license
289562326/bigdata_mhm
846af37dbc8a00580b3c0424f1cebc21d659c672
210636d2ea350c0228deccf1485d3d1a6eb4a39c
refs/heads/master
2022-07-10T14:41:56.081002
2021-04-29T11:33:58
2021-04-29T11:33:58
190,759,465
0
0
null
2022-06-17T03:33:35
2019-06-07T14:42:09
Java
UTF-8
PlantUML
false
false
498
puml
@startuml Mediator <|.. ConcreteMediator Colleague <|-- AColleague Colleague <|-- BColleague Colleague --> Mediator interface Mediator{ +register(Colleague colleague):void +dispath(Colleague colleague):void } class AColleague { +receive():void +send():void } class BColleague { +receive():void +send():void } abstract class Colleague { #Mediator mediator +setMediator(Mediator mediator) +receive():void +send():void } class ConcreteMediator { } @enduml
false
true
false
false
class
f280ff780c570df78437276b3499a4e8b6a03845
b5ef9eb22daef82d8a931f1bb75289cd51dce61a
/doc/uml.plantuml
1c3f92b98bf2ffef9f73c28cf667a1eff6f2dc24
[]
no_license
mariomac/limerick
2bc3ce8b288d30aa3ec9a4037ae67932ccd47cb3
34381ae12da15eeb7d21c719c087cca6fa87756f
refs/heads/master
2020-04-10T04:05:37.214782
2018-12-07T07:37:20
2018-12-07T07:37:20
160,787,939
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,303
plantuml
@startuml hide circle skinparam classAttributeIconSize 0 class InterfazGrafica { +{static} TECLA_ARRIBA:int +{static} TECLA_IZQUIERDA:int +{static} TECLA_DERECHA:int +{static} TECLA_R:int +leeTeclaPulsada():int +colocaImagen(archivo:String, fila:int, col:int) } class ControlJuego { -nivelActual:int +redibujaNivelActual() +partida() +cargaNiveles() } class Nivel { -datosMap:char[][] +inicializar() +getCelda(f:int, c:int):Celda +mueveCabeza() } class Celda { -tipo:char -fila:int -columna:int +intentaPasar(df:int, dc:int):int +getImagen():String +isVacia():boolean +setTipo(tipo:char) +empujar(f:int,c:int):int } class Cabeza { -fila:int -columna:int -altura:int +getFila():int +getColumna():int +isLimiteAltura():boolean +actualizaPosicion(df:int, dc:int) } note as N1 contiene un array de arrays bidimensionales (es decir, un array de 3 dimensiones) con los datos de cada nivel end note class DatosNiveles { +{static} MAPAS char[][][] } N1 .right. DatosNiveles ControlJuego .up.> DatosNiveles ControlJuego -left-> InterfazGrafica : gui ControlJuego -down-> "1..*" Nivel : niveles Nivel <-left-> Cabeza Celda --> Nivel Nivel *--> "15x19" Celda @enduml
false
true
false
false
sequence
7899da6ef0cdc558dcc5957940cf58bf561e2189
1adc8b259fd10770eb7292d15ae0a9454dde685a
/uml/COdeOutline.puml
e996dc158dbb83978fe32bd3cca61a64a5a6307f
[]
no_license
jenna3708/Busch-cop3330-assignment4
b1fa6fa1a95b2c78aaf8ce7c7d39fc63e05f7a92
f9b65f92410b15e6ffbbf70e56e56cbe9c1f68fe
refs/heads/main
2023-08-23T01:42:13.901838
2021-11-02T03:40:50
2021-11-02T03:40:50
423,688,621
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,566
puml
@startuml 'https://plantuml.com/class-diagram class list{ -string title -arrayList<item> items addItem() deleteItem() getTitle() setTitle() } class item{ - String description - Boolean complete - Date dueDate getDueDate() getComplete() getDescription() setDueDate() setDescription() setComplete() } class gui{ main() start() } class itemController{ showLists() showIncompleteItems() showCompleteItems() markComplete() showAllItems() removeItems() editDescription() editDueDate() } class listController{ createList() deleteList() renameList() getLists() } class externalStorage{ loadOneList() loadMultipleLists() saveAll() } class HelloApplication{ main() start() } class HelloController{ getStartedButton() titlePage() } class methodTesters{ addList() deleteList() renameList() saveAll() showAllItems() showCompleteItems() showIncompleteItems() createList() loadOneList() loadMultipleLists() editDescription() editDueDate() markComplete() showLists() } javafx.Application <|-- gui HelloApplication <|-- gui HelloApplication - HelloController gui - listController listController- list list-item itemController -gui itemController-item list - externalStorage methodTesters - itemController methodTesters - listController methodTesters - externalStorage @enduml
false
true
false
false
class
086f757749a6be59f3075b9574ed8e73c74f60b4
0a31283657cdb7a86cfc867574a587cc3b7809e6
/Creational/StaticFactory/uml/StaticFactory.puml
d369025220a0055a18377f6c173c30db70f88400
[]
no_license
rcj654020445/moshi
96e42eff679036227faf9a60d2f5e92cfd05e616
71c329483f8270b09e91332cafdfdc0bb5bb8301
refs/heads/master
2021-01-19T02:27:12.290525
2017-04-28T10:29:50
2017-04-28T10:29:50
87,278,626
0
0
null
null
null
null
UTF-8
PlantUML
false
false
237
puml
@startuml interface FormatterInterface{ } class FormatterNumber implements FormatterInterface{ } class FormatterString implements FormatterInterface{ } class StaticFactory{ + {static} creteFormatter(FormatterInterface $type) } @enduml
false
true
false
false
class
9ed974fd47f4410372333d032506f62f5b0689b5
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StagedQuoteTransitionStateAction.puml
749151062bdc8599741958d72e390d5793cae33c
[]
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
537
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 StagedQuoteTransitionStateAction [[StagedQuoteTransitionStateAction.svg]] extends StagedQuoteUpdateAction { action: String state: [[StateResourceIdentifier.svg StateResourceIdentifier]] force: Boolean } interface StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] { action: String } @enduml
false
true
false
false
state
6091d53435843c5d8ea7f3bc57cf06e91c0a79f0
62c7d2b53733c53e854a24cc9b651bff446a96ee
/test-output/superstate.plantuml
a48989580fb6c4045458053df655907d006795c2
[ "MIT" ]
permissive
tekkies/hsm-java-plantuml
c9af9d10f6a4f21314dc1804d6d8cfedf1a8a7f4
9db88f7ebf8d2229f8526cf7de95b2924c8dfd79
refs/heads/master
2020-12-02T01:43:09.803127
2019-12-31T03:43:25
2019-12-31T03:43:25
230,846,044
0
0
MIT
2019-12-31T03:43:26
2019-12-30T04:14:04
Java
UTF-8
PlantUML
false
false
357
plantuml
@startuml state "b" as b { state "b.b" as b.b { } state "b.a" as b.a { state "b.a.b" as b.a.b { } state "b.a.a" as b.a.a #LightGreen { } } } state "a" as a { } b.b --> b.a : b.b_to_b.a b.a.a --> a : b.a.a_to_a b.a --> b.b : b.a_to_b.b b --> a : b_to_a a --> b : a_to_b a --> b.a.b : a_to_b.a.b @enduml
false
true
false
false
sequence
fb5a78efdacde09690d52bb3df0b3902adf34e1b
f2b3f0970d1b8c52a9cec82be4107ffe1f33a8a2
/lei20_21_s4_2dk_03/docs/TASKS/UC18-4001#24/AvancarFluxoAtividades.puml
b1b1736b8482e5cc91b49d1b640576288550d497
[ "MIT" ]
permissive
antoniodanielbf-isep/LAPR4-2021
b98ed96809e4726957ede0904b4265825a1083c6
f665064e65cc4f917514c10950af833f053c9b3b
refs/heads/main
2023-05-31T14:29:45.364395
2021-06-20T17:55:26
2021-06-20T17:55:26
378,706,704
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,473
puml
@startuml avancarFluxoDeAtividade.svg 'http://plantuml.com/skinparam.html skinparam handwritten false skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing true autonumber participant WebDashboard <<client>> AvancarFluxoDeAtividade -> MotorFluxoAtividadesTCPServer : new loop verifica se algum pedido foi criado ou alguma das atividades fica concluida AvancarFluxoDeAtividade -> MotorFluxoAtividadesTCPServer: start Activate MotorFluxoAtividadesTCPServer MotorFluxoAtividadesTCPServer -> MotorFluxoAtividadesTCPServer: accept WebDashboard --> MotorFluxoAtividadesTCPServer: request 'ExecutarTarefaAutomatica <<thread>>' participant AvancarFluxo <<thread>> activate AvancarFluxo MotorFluxoAtividadesTCPServer -\ AvancarFluxo: start end AvancarFluxo -> MessageParser:parse(request) create SDP2021Protocol <<abstract>> MessageParser -> SDP2021Protocol:new AvancarFluxo -> SDP2021Protocol: execute activate SDP2021Protocol SDP2021Protocol -> SDP2021Protocol:buildResponse SDP2021Protocol --> AvancarFluxo: response note right of WebDashboard: Vê no estadoDoFluxo o id de Execucao do Slot e avança para o próximo\n caso o pedido não tenha mais tarefas a executar o seu estado torna-se concluido deactivate SDP2021Protocol AvancarFluxo-->MotorFluxoAtividadesTCPServer: response deactivate AvancarFluxo MotorFluxoAtividadesTCPServer --> WebDashboard: response deactivate MotorFluxoAtividadesTCPServer @enduml
false
true
true
false
sequence
7ceb555cd249637771e359fed8809f264f6bfa22
9bcd4da5e5454922139d0afefc782a997988ad1f
/docs/SprintD/US/US14/US14_MD.puml
703176b8e2046da2e97f5c94954f8e6767a111b4
[ "MIT" ]
permissive
wjacoud/DynaByte
13f042b210f17830aa3eb31558d3f83d587ab436
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
refs/heads/main
2023-08-27T09:20:01.825322
2021-11-11T17:15:05
2021-11-11T17:15:05
427,082,047
0
0
null
null
null
null
UTF-8
PlantUML
false
false
403
puml
@startuml hide methods left to right direction skinparam classAttributeIconSize 0 class Company{ -chemicalLab } class TestDiagnosis { -information } class TestReport{ -information } class Test{ -idTest -nhsCode -tin -creationDate -state } Company "1" -- "*" TestDiagnosis : can acess > Company "1" -- "*" Test : performs > TestDiagnosis "1" -- "1" TestReport : information used to create > @enduml
false
true
false
false
class
0aec20dc7040a82b81262611e970e431362cce2d
9fb800bced4689dc1cd56f5fd38f288062d5140c
/src/utility/Application.Utility/TestUtility/ProjectUtility.puml
5210e3ba2069478341d623b6bb9807a8b211406a
[]
no_license
converge-app/uml-diagrams
b0638f3b801ced52b650025b1b81d29f4ff345fe
4202d41a464838d7604062e407b065bf512ad8d6
refs/heads/master
2020-11-25T09:53:56.136779
2019-12-17T12:11:29
2019-12-17T12:11:29
228,607,152
0
0
null
null
null
null
UTF-8
PlantUML
false
false
242
puml
@startuml class ProjectUtility <<static>> { + {static} <<async>> CreateProject(project:HttpClient, user:ProjectCreationData, isLocal:bool) : Task<ProjectData> + {static} GenerateProject(ownerId:string) : ProjectCreationData } @enduml
false
true
false
false
class
122b0b616216debbe184880a0294fae5b0d84e07
66608dec739e7950284e78607e638e030cba4d10
/osa0/05.puml
01f1eae61cdbba717966d7f3f5c0c7b18e76b921
[]
no_license
pihvi/hyllstack
5d6a675a86d0555a6d252f8d2c0d348f99e2c7b7
e719056a12c67915ab8d63a33e31671831a481de
refs/heads/master
2023-01-05T05:19:21.620961
2019-12-29T11:57:29
2019-12-29T11:57:29
140,890,201
0
0
null
2023-01-05T03:43:24
2018-07-13T20:27:37
JavaScript
UTF-8
PlantUML
false
false
535
puml
@startuml skinparam handwritten true actor User as A participant Browser as B participant Server as C A -> B: Enter address:\nhttps://fullstack-exampleapp.herokuapp.com/spa B -> C: HTTP (over TLS) GET /spa C --> B: Return HTML of the spa page note left:: Parse HTML B -> C: Get main.css C --> B: return main.css note left:: Parse CSS B -> C: Get spa.js C --> B: return spa.js note left:: Parse spa.js B -> C: Get data.json B -> B: add each item in data.json as an element to DOM B --> A: Show the page with the form and items @enduml
false
true
false
false
usecase
e00f509bf831a38d44e853cc11c9f3ac84f1e5de
037f9fb9ae52fb3d18b5ea89467fb6cadf319b63
/docs/parsing_field_and_values.plantuml
fe4069f95151ea30a4adfacac017561040c63bb6
[ "MIT" ]
permissive
alexeysavitski/json_converter
78ba04d5010377fd0e563056c2478e70daf65954
fdec14bf9970d460aaf8a7395fd3d65c6dd47e3b
refs/heads/master
2023-04-29T07:05:03.383414
2021-05-06T11:55:38
2021-05-06T11:55:38
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
251
plantuml
@startuml [*] --> start_parsing start_parsing --> parsing_field start_parsing : def convert(string) parsing_field --> parsing_value parsing_value --> parsing_field : if more fields to parse parsing_value --> [*] : if no more fields to parse @enduml
false
true
false
false
sequence
84f1d7c3ab385c450c71333cf71372e954afd165
6873f4aa8e9eb5b4e3a9820c40d4d54cb660e57a
/docs/diagrams/helm-chart/helm-components.puml
2d1319b2a183bf430e67d769cd08f3bc0318bc8e
[ "Apache-2.0" ]
permissive
EmteZogaf/acs-community-deployment
67afaf492e09d302cc5ad69b87f92fd6d2fe0ed9
5abd9c715d144dd8979ce4563363860fcc7f9627
refs/heads/master
2020-11-25T19:13:23.403722
2019-12-18T15:40:20
2019-12-18T16:39:32
228,806,940
0
0
Apache-2.0
2019-12-18T09:40:09
2019-12-18T09:40:08
null
UTF-8
PlantUML
false
false
1,084
puml
@startuml Title: ACS Helm Deployment Overview skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "nginx-ingress namespace" { component "NGINX ingress-controller" as nginx #lightgrey } node "ACS namespace" { component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "Alfresco Share" as share #lightgrey database "Volume Claim" as vc component "ActiveMQ" as amq #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey component "TransformMisc" as misc #lightgrey } database "Database" as db Client --> nginx nginx --> acs nginx --> share acs --> vc ass --> vc ass <--> acs acs --> db acs --> pdfr acs --> libr acs --> img acs --> tika acs --> misc acs <--> amq share --> acs center footer Copyright 2019 Alfresco Software Inc @enduml
false
true
false
false
sequence
a5f4a186b8d93cde529c3b7fe1b98c4403cb5b30
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/uml/icon.puml
0a83b095b3883e621004b08ad356bf55c63c0ef7
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
430
puml
@startuml interface List hide methods hide attributes skinparam defaultFontName Source Code Pro skinparam ClassStereotypeFontColor #1b1f23 skinparam class { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #6f42c1 } skinparam note { BackgroundColor White BorderColor #1b1f23 ArrowColor #1b1f23 FontColor #d73a49 } skinparam stereotype { FontColor #d73a49 } @enduml
false
true
false
false
class
ea4b679dbba891208ec8c58e369cb350eb5f00c9
41b9498f48c484fd10eeb0271f8a419ef86d7004
/src/main/java/phiosophy/007迪米特法则.puml
15b74acaebd345b6ec4c55615be4b4dc3c180040
[]
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
249
puml
@startuml class Button class List class Label class ComboBox class TextBox Button --down> List Button --down> Label Button --down> ComboBox Button --down> TextBox List --down ComboBox List --down TextBox ComboBox --right TextBox @enduml
false
true
false
false
class
878761bd26b2ab5a87b86f68f7ec88d10bcdae9d
5bdbd6738fe541bd2e09ee38cdcf8e5396e969e4
/hadoop/src/hsso/mutual-auth-hybrid-service-simple.puml
89a5aa4456c7ae20495b4bc121c0006f3e67d86a
[]
no_license
kminder/puml
a788960884f2cabea5ff3daf05818716c0c28489
bc65fc266143105da327d94e1fc6a91677093412
refs/heads/master
2021-01-20T06:25:50.168990
2013-06-18T17:20:54
2013-06-18T17:20:54
10,411,289
0
1
null
null
null
null
UTF-8
PlantUML
false
false
3,692
puml
@startuml autonumber title Service Mutual Authentication with HSSO participant Installer as I participant "HSSO\n(sr)" as SR participant "NameNode\n(nn)" as NN participant "DataNode\n(dn)" as DN 'sr = Service Registry 'nn = Name Node 'svc = Service 'cert = Certificate 'pub-key = Public Key 'pri-key = Private Key 'ms = Master Secret 'rc = Registration Code 'ak = Authentication Key (opaque unique key known only by SR and svc/c. Like Kerberos service password) 'at = Access Token (See structure below) 'sk = Session Key (opaque unique key shared between client and service. Like Kerberos SessionKey) 'id = Identity (as in the identity asserted via SSL handshake) '[Protocol:ServerAuth(data)/ClientAuth(identity)] 'reg-code = Registration code. Short lived one time code. 'Access Token Structure 'x-y-at = encrypted with x-sr-ak { ' encrypted with y-sr-ak { x-id, y-id, x-attrs, x-privs, expiry, x-y-sk } ' [x-id,] y-id, expiry, x-y-sk } ' For SASL Mutual Authentication: ' Consumer decrypts access-token with x-sr-ak and sends (AH/SASL) inner encrypted part to Service as client auth. ' Service decrypts with y-sr-ak and encrypts x-id with x-y-sk and returns result to Consumer. ' Consumer decrypts result with x-y-sk and verifies result matches x-id as server auth. ' Note: This mechanism only used with SASL mutual auth required and SSL not available. 'TODO:ISSUE: What can someone do with a stolen *-*-ak or *-*-sk? 'I->oSR: [ON(sr-h)/AS(sr-u)/CLI]\nfirstServiceStart( sr-cert ) ' note right: Provide HSSO with its initial cluster specific cert. activate I I->SR: [ON(sr-h)/AS(sr-u)/CLI]\npreregisterService( svc-type=nn )\n:sr-pub-key, sr-reg-url, nn-reg-code note right: Get information required for registration.\nHSSO Public Key, Registration URL, Registration Code I->NN: [ON(nn-h)/AS(nn-u)/CLI]\nfirstStart( sr-pub-key, sr-reg-url, nn-reg-code ) note right: Start new service for the first time.\nProviding registration details. activate NN NN->SR: [HTTP:SSL(sr-id)]\nregisterService( nn-reg-code, nn-svc-url )\n:nn-cert, nn-sr-at, nn-ak note left: Service registers itself with HSSO.\nProvides Registration Code and its URL.\nReturned its cert, Access Token for SR,\nAuthentication Key used to validate\nclient Access Tokens. deactivate NN I->SR: [ON(sr-h)/AS(sr-u)/CLI]\npreregisterService( svc-type=dn )\n:sr-pub-key, sr-reg-url, dn-reg-code note right: Get information required for registration.\nHSSO Public Key, Registration URL, Registration Code I->DN: [ON(dn-h)/AS(dn-u)/CLI]\nfirstStart( sr-pub-key, sr-reg-url, dn-reg-code ) activate DN DN->SR: [HTTP:SSL(sr-id)]\nregisterService( dn-reg-code, dn-svc-url )\n:dn-cert, dn-sr-at, dn-ak note left: Service registers itself with HSSO.\nProvides Registration Code and its URL.\nReturned its cert, Access Token for SR,\nAuthentication Key used to validate\nclient Access Tokens. deactivate DN deactivate I 'note right DataNode must verify that sr-id from SSL matches sr-id in dn-sr-at DN->SR: [HTTP:SSL(sr-id)/AH(dn-sr-at)]\nacquireAccessToken( svc-type=nn )\n:dn-nn-at, nn-svc-url note left: DN acquires access-token for NN.\nAuthenticates HSSO with SSL server auth.\nAuthenticates itself to HSSO with client\nAccess Token in Authorization header. 'note right DataNode must verify that nn-id from SSL matches nn-id in dn-nn-at. 'note right SASL can also provide mutual auth given access-token. DN->NN: [RPC:SSL(nn-id)/SASL(dn-nn-at)]\nheartbeat( status )\n:block-access-token-secret note left: DN accesses NN.\nAuthenticates NN with SSL server auth.\nAuthenticaets itself to NN with client\nAccess Token in SASL exchange. @enduml
false
true
false
false
sequence
98a1a3e40d93db2aaae9b7f86a39263847a3e54a
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/patterns/singleton-example.puml
94fca514f8ba1131a82e6de469c6265515dce09f
[ "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
148
puml
@startuml package singleton { class EnumIvoryTower { - _instance {static} + __new__(*args, **kwargs) + __str__() : str } } @enduml
false
true
false
false
class
fccad5834a27746d435dea309c6d52d4e9cb81c1
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/advanced/gui/swing/ex6/ex6.plantuml
83e31ca5bf513c04736805190f342bd32c091772
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
716
plantuml
@startuml title __EX6's Class Diagram__\n namespace global.skymind { namespace training.advanced.gui.swing.ex6 { class global.skymind.training.advanced.gui.swing.ex6.MySFileChooser { ~ button : JButton + actionPerformed() {static} + main() + start() } } } global.skymind.training.advanced.gui.swing.ex6.MySFileChooser .up.|> java.awt.event.ActionListener global.skymind.training.advanced.gui.swing.ex6.MySFileChooser -up-|> javax.swing.JFrame 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
8fe52b9b7b7c2c49f5b9befa53f3b687fbfeee9b
e7b7df0cf36cf83e9c440c3a81f4f85193e37a72
/3 Class Diagram/19b Automatic namespace creation.puml
e712f4c709a607f3d5f6a36b5658b862a78db889
[ "MIT" ]
permissive
jys129/PlantUML
38dd154cc9a45d3206abf26f95bfb45e32d4c186
f0e62bf90332a1a541ded76d2101ebdd9215adaa
refs/heads/master
2023-03-16T15:54:12.053012
2020-10-18T15:49:08
2020-10-18T15:49:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
85
puml
@startuml set namespaceSeparator none class X1.X2.foo { some info } @enduml
false
true
false
false
class
d5e1080e3562e5a4e6c92b81fc9159e372432c9d
0884a8cda67e9dfbb70f6119fe6c8d6e7f56421a
/oop/slides/relation/source/agregat.puml
c96428bc11cdf91f9188011f04fa0b042fe61ed6
[]
no_license
AltmanEA/AltmanEA.github.io
3ca936e1d934a077681d7b86a4106b750b144b6a
a4d72ca6c4169c27a534647c1d0b86107526d45e
refs/heads/master
2023-08-31T10:45:16.476806
2023-08-31T06:14:13
2023-08-31T06:14:13
50,760,757
0
1
null
null
null
null
UTF-8
PlantUML
false
false
109
puml
@startuml skinparam classAttributeIconSize 0 skinparam MinClassWidth 150 class A class B A o-- B @enduml
false
true
false
false
class
b914c209711160da741a791809515e646960fad8
2cb0d17b297862de0b2876905bc69fab6a3fda1a
/diagrams/interaction_diagrams/Archive/2/1. Plan Task - Starting times new.plantuml
13cea3c1ee883b88f2d6bb385d47081d7ba82727
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
julienbenaouda/projectJJA
507bd714ec752d41ce1ef2f7fd05104390f34e92
9063388043b79e68640379cda5f674df62f76213
refs/heads/master
2021-04-27T17:28:29.111045
2018-06-14T19:29:11
2018-06-14T19:29:11
122,321,355
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,949
plantuml
@startuml title "Plan Task - Starting times" -> ":Controller": getStartingTimes(...) activate ":Controller" ":Controller" -> ":ResourceManager": getStartingTimes(Task, LocalDateTime) activate ":ResourceManager" loop (iterator) ":ResourceManager" -> ":ResourceManager": isAvailableStartingTime(Task, LocalDateTime) activate ":ResourceManager" ":ResourceManager" -> ":Task": getRequirements() activate ":Task" ":Task" --> ":ResourceManager": Map<ResourceType, Integer> deactivate ":Task" ":ResourceManager" -> ":Task": getDuration() activate ":Task" ":Task" --> ":ResourceManager": long deactivate ":Task" loop over resource types ":ResourceManager" -> ":ResourceType": hasAvailableResource(TimeSpan) activate ":ResourceType" loop over resources ":ResourceType" -> ":Resource": isAvailable(TimeSpan) activate ":Resource" ":Resource" -> ":Resource": getReservations() ":Resource" --> ":Resource": List<Reservation> loop over reservations ":Resource" -> ":Reservation": overlaps(TimeSpan) activate ":Reservation" ":Reservation" -> ":TimeSpan": overlaps(TimeSpan) activate ":TimeSpan" ":TimeSpan" --> ":Reservation": boolean deactivate ":TimeSpan" ":Reservation"--> ":Resource": boolean deactivate ":Reservation" end ":Resource" --> ":ResourceType": boolean deactivate ":Resource" end ":ResourceType" --> ":ResourceManager": boolean deactivate ":ResourceType" end ":ResourceManager" --> ":ResourceManager": boolean deactivate ":ResourceManager" end ":ResourceManager" --> ":Controller": Iterator<LocalDateTime> deactivate ":ResourceManager" <-- ":Controller": Iterator<LocalDateTime> deactivate ":Controller" @enduml
false
true
false
false
sequence
35201903fa2c91033e88aa08f315f5d82acf1af6
c73381744f027cb066ce752ae1590b128668a0a4
/docs/diagrams/UML/CommandSequenceDiagram.puml
ad1f90aa94b7d27834db55dff733108b024fda19
[]
no_license
wangqinNick/tp
d10f9d105ff95aec9ca4dff054c1225b73c08d0c
962afeb345eb8967ab47d1596fc1eb8ab2f48579
refs/heads/master
2021-02-12T01:45:33.306273
2020-11-13T09:57:29
2020-11-13T09:57:29
244,548,857
1
0
null
2020-03-03T05:21:58
2020-03-03T05:21:57
null
UTF-8
PlantUML
false
false
304
puml
@startuml -> ":Command": execute() activate ":Command" create ":CommandResult" ":Command" -> ":CommandResult": <<construct>> activate ":CommandResult" ":Command" <-- ":CommandResult": CommandResult deactivate ":CommandResult" <-- ":Command": CommandResult deactivate ":Command" destroy ":Command" @enduml
false
true
false
false
sequence
7482728d315c19241451e6fb529353314b7c1983
06b4f9b29e51db9eef79b9f9828f3aa369840ec1
/src/test/java/inf112/skeleton/app/app.plantuml
11011c2b82f1ae6267e88501a4c6930a681aaa81
[]
no_license
inf112-v19/Thebadguys
d650f57d5b23824e82498cfc55c7026d29a59762
ec1cbbd1ab466b1482fb0a72b466f351481d4917
refs/heads/master
2020-04-19T11:14:13.465654
2019-05-03T17:29:09
2019-05-03T17:29:09
168,161,605
0
0
null
2019-03-08T14:24:40
2019-01-29T13:44:35
Java
UTF-8
PlantUML
false
false
2,612
plantuml
@startuml title __APP's Class Diagram__\n package inf112.skeleton.app { class CardsTest { ~ test : float + createCardTest() + createCardSlotTest() + createDeckTest() + addCardToDeckTest() } } package inf112.skeleton.app { class GridTest { + gridSetGetTest() + mapGetCellTest() } } package inf112.skeleton.app { class RobotTest { ~ posX : int ~ posY : int ~ startpos : int[] ~ random : Random ~ randInt : int ~ randBool : boolean + createRobotTest() + robotGettersSettersTest() + damageTest() + damageTest2() + damageTest3() + damageLivesTest() + damageLivesTest2() + damageLivesTest3() + robotSpinRightTest() + robotSpinLeftTest() } } package inf112.skeleton.app { class TestBot { + sprite : Sprite - alive : Boolean - posX : int - posY : int - checkpoint : int[] - flagsPassed : int - lives : int - damage : int - tilePixelWidth : int - tilePixelHeight : int - tiledMap : TiledMap - turn : int - powerdown : boolean + TestBot() + getAlive() + getPosX() + getPosY() + getSprite() + getCheckpoint() + getFlagsPassed() + getDirection() + getLives() + getDamage() + getTilePixelWidth() + getTilePixelHeight() + getPowerdown() + setPowerdown() + moveSprite() + rotateSprite() + setTurn() + setAlive() + setCheckpoint() + setFlagsPassed() + setDirection() + setPosX() + setPosY() + setDamage() + setLives() + rotate_right() + rotate_left() + moveForward() + move() + died() + takeDamage() + checkNext() + canMove() } } CardsTest o-- Cards : testCard CardsTest o-- CardSlots : testCardSlot CardsTest o-- Deck : deck RobotTest o-- IRobot : robot RobotTest o-- Direction : randDir TestBot -up-|> IRobot TestBot o-- CardHandler : cardHandler TestBot o-- Direction : dir TestBot o-- GameMap : gameMap TestBot o-- ExpressBelt : ebelt TestBot o-- Belt : belt TestBot o-- Spin : spin 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
7f440514bdda3b966dc001a07a366698b9f8a128
651036ebd767bdf052e448b4fbf9b443219a5d1e
/report/images/remoteobjstorage.iuml
df2d7259a144c40ebbf0a01b71b58f8f09f5419c
[]
no_license
qcampos/swh-report
c0c6f8f039425ac84460bd436dfb60fd29bc77f3
17a9240dc3c43f7ba19a4c1d9562127fe1f6ff2c
refs/heads/master
2021-03-22T04:27:49.723489
2016-09-12T09:11:11
2016-09-12T09:11:11
66,589,749
0
0
null
null
null
null
UTF-8
PlantUML
false
false
74
iuml
class RemoteObjStorage { -str: server_url -int: server_port }
false
true
false
false
class
ea7fc8e1e683793556de1f44174bd36a7c7161f8
b19e1cd9af26a9f3cb65823e1a7885ce278337fe
/documentation/productApi/serviceability/offeringQualification/media/extension_pattern.puml
9c8d3b3cb20f71346cb9df9e7961c9784ae6a3ff
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Sonata-SDK
969c3717fba3fffa009bf3a5de65337b2caccaaf
6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f
refs/heads/working-draft
2023-07-07T02:17:11.649855
2023-06-23T09:30:18
2023-06-23T09:30:18
90,886,429
33
32
Apache-2.0
2023-01-05T23:58:23
2017-05-10T16:38:08
null
UTF-8
PlantUML
false
false
1,338
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black ClassBorderColor<<ProductSpecification>> FireBrick } set namespaceSeparator none class AlternateProductOfferingProposal { } AlternateProductOfferingProposal *-->"1" MEFAlternateProduct : alternateProduct class MEFAlternateProduct { productOffering*: ProductOfferingRef productSpecification: ProductSpecificationRef } class MEFAlternateProduct { } class MEFProductConfiguration { @type*: string <<discriminator>> } MEFAlternateProduct *-->"1" MEFProductConfiguration : productConfiguration class MEFProductRefOrValue { id: string href: string place: RelatedPlaceRefOrValue productOffering: ProductOfferingRef productRelationship: ProductRelationshipWithGrouping productSpecification: ProductSpecificationRef } MEFProductRefOrValue *--> MEFProductConfiguration : productConfiguration class urn:mef:lso:spec:sonata:OperatorUNI:1.0.0:poq <<ProductSpecification>> { <<... attributes are skipped ...>> } MEFProductConfiguration <|-- "urn:mef:lso:spec:sonata:OperatorUNI:1.0.0:poq" class urn:mef:lso:spec:sonata:AccessElineOvc:1.0.0:poq <<ProductSpecification>> { <<... attributes are skipped ...>> } MEFProductConfiguration <|-- "urn:mef:lso:spec:sonata:AccessElineOvc:1.0.0:poq" @enduml
false
true
false
false
sequence
cec2e440c8e6bae29eeda7bf0f35b9b92869a6e6
c1259b06063f0f64e2189ec6fba4a450e0f4044d
/classdisgram.plantuml
6523973fbf0e9bdaa7a524ffca6920a0d315f1ad
[ "Apache-2.0" ]
permissive
zhs007/jarviscore
f3a234b52a5b6a14cc3d0a71d665dd96638a36ed
4ae525cdd95014e471d658bee0abc3aa723e4b65
refs/heads/master
2021-09-25T15:26:15.364829
2019-12-25T15:45:22
2019-12-25T15:45:22
143,382,998
2
0
Apache-2.0
2019-12-25T15:45:24
2018-08-03T05:41:57
Go
UTF-8
PlantUML
false
false
681
plantuml
@startuml jarviscore class JarvisNode class jarvisNode class jarvisClient class jarvisServer class peerAddrMgr class peerInfo class BaseInfo class nodeInfoMgr class NodeInfo class clientInfo class ctrlMgr class Ctrl class CtrlShell class connMgr jarvisClient : mapClientInfo jarvisServer : mapChanNodeInfo Ctrl : Run() ctrlMgr o-- Ctrl Ctrl <|.. CtrlShell JarvisNode <|.. jarvisNode jarvisNode *-- BaseInfo jarvisNode *-- nodeInfoMgr jarvisNode *-- jarvisClient jarvisNode *-- jarvisServer jarvisNode *-- peerAddrMgr peerAddrMgr o-- peerInfo nodeInfoMgr o-- NodeInfo jarvisClient o-- clientInfo jarvisClient ..> ctrlMgr jarvisServer ..> ctrlMgr clientInfo --> connMgr @enduml
false
true
false
false
class
a4c2e8abc4bacda3563311e16e8b187eb0942397
20f10dac21957db1e1db199754edfa5e9558ba85
/NjTest/plantUML/Input.puml
90b7bc82c4c70e9e4d67efa49082c301b8d0063b
[ "Unlicense" ]
permissive
boxerprogrammer/TestCode
6f55424adf63722b57588b757ef4e4638a57b563
c79dbb943a7d9fdb197e27c8b507bdd0f7c93baa
refs/heads/master
2023-07-20T12:20:23.607362
2023-07-19T23:51:36
2023-07-19T23:51:36
187,131,781
2
2
null
null
null
null
UTF-8
PlantUML
false
false
254
puml
@startuml Input--> "1" Keyboard Input--> "1" Gamepad Scene..>Input SceneManager-->Scene TitleScene..|>Scene GameplayScene..|>Scene GameoverScene..|>Scene ContinueScene..|>Scene Scene : Update(Input&) SceneManager : Update(Input&) Input : Update() @enduml
false
true
false
false
class
91250cf94295c6452df7508d4b565ddd31b61a9c
a404e6e9e9b242632e4d6e38feffd854736ef848
/assets/kafka-spark-flink-example/kafka-consumer-group.plantuml
0119b11d86e6b47533985989b41d057a76329c35
[ "MIT" ]
permissive
hands-on-tech/hands-on-tech.github.io
12d17159d07bc4c0dee2d39e535702cdf44365d2
f8919b9312605582629bc1beb4cd50e4fab3b203
refs/heads/master
2023-08-25T14:05:37.638631
2023-08-09T22:22:58
2023-08-09T22:22:58
131,656,918
4
1
null
null
null
null
UTF-8
PlantUML
false
false
681
plantuml
@startuml left to right direction node "Producer" { } rectangle "Topic" { node "Broker 1" { [Partition 1] [Partition 4] } node "Broker 2" { [Partition 2] [Partition 3] } } node "Consumer Group A" { [Consumer A1] [Consumer A2] } node "Consumer Group B" { [Consumer B1] [Consumer B2] [Consumer B3] [Consumer B4] } Producer --> Topic [Partition 1] --> [Consumer A1] [Partition 4] --> [Consumer A1] [Partition 2] --> [Consumer A2] [Partition 3] --> [Consumer A2] [Partition 1] --> [Consumer B1] [Partition 4] --> [Consumer B2] [Partition 2] --> [Consumer B3] [Partition 3] --> [Consumer B4] @enduml
false
true
false
false
deployment
f7d6661c9f09256ce45251358113c50d3326fea8
4a2b932df0416513639cdc5590033a8448bffc85
/useCases/User System.puml
af360b8cd18714c49a7685b69f8797d80d374d02
[ "Apache-2.0" ]
permissive
alfiethomasson/SEM-Group-Project
5c895c812195e4b4e79ab7d32324d7aa4b0af70c
5956162c64d603273a6faf21b970d428a590d01e
refs/heads/master
2023-03-22T14:09:21.731756
2019-05-11T16:03:03
2019-05-11T16:03:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,215
puml
@startuml actor U as "User" rectangle Database rectangle "Produce Report" { usecase UC1 as "Countries in world population, large to low" usecase UC2 as "Countries in continent population, large to low" usecase UC3 as "Countries in region population, large to low" usecase UC4 as "Top N Population countries in world" usecase UC5 as "Top N population countries in continent" usecase UC6 as "Top N population countries in region" usecase UC7 as "Cities in world population, large to small" usecase UC8 as "Cities in continent population, large to small" usecase UC9 as "Cities in region population, large to small" usecase UCp as "Print Report" U - UC1 U - UC2 U - UC3 U - UC4 U - UC5 U - UC6 U - UC7 U - UC8 U - UC9 UC1 ..> UCp : include UC2 ..> UCp : include UC3 ..> UCp : include UC4 ..> UCp : include UC5 ..> UCp : include UC6 ..> UCp : include UC7 ..> UCp : include UC8 ..> UCp : include UC9 ..> UCp : include UC1 - Database UC2- Database UC3 - Database UC4 - Database UC5 - Database UC6 - Database UC7 - Database UC8 - Database UC9 - Database } @enduml
false
true
false
false
usecase