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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7dc8251ea2e47d3115e7e6d9fce6ef9c6056e5a0 | 9273a854c121d4cd2398e56c6c61add4bd0472f7 | /src/plant-uml/multi-authorization-pattern.puml | 5c3f291c3e34167a9fab2a9336e651cee4752b2a | [] | no_license | sriniip/open-banking-docs | d3296a84a0f7d56060fda6e21d8f0a77859e32ea | af988b88ec5942ffaae9f35bb441259808c0de97 | refs/heads/master | 2023-08-14T23:32:22.749411 | 2021-10-19T01:58:26 | 2021-10-19T01:58:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,161 | puml | @startuml Multi_Authorization_Pattern
title \n
participant "Customer" as PSU
participant "ACP API" as CONSENT
participant "Bank\nIdentity\nProvider" as ASPSP_WEB
participant "Banking\nSystems" as ASPSP_API
hide footbox
loop Required number of additional approvers
PSU <- ASPSP_WEB: Send approval prompt to Customer via existing channel
PSU --> ASPSP_WEB: Follow approval prompt
loop Request required number of authentication factors
note right of PSU
This loop is intended to be indicative and the actual
mechanics are entirely dependent on the bank's
implementation and their approach to user experience.
end note
PSU <-- ASPSP_WEB: Serve credentials input page
PSU -> ASPSP_WEB: Submit credentials
ASPSP_WEB -> ASPSP_WEB: Verify credentials
end loop
par Get Consent
ASPSP_WEB -> CONSENT: ""GET /{operation}/v1/consent/{consent-id}""
CONSENT -> CONSENT: Retrieve "Intent"
ASPSP_WEB <-- CONSENT: ""200 OK {...}""
else Get Approval State
ASPSP_WEB -> ASPSP_API: Retrieve approval state
ASPSP_WEB <-- ASPSP_API: Response
end par
alt Consent already been rejected another approver
note right of PSU
This indicates that the first approver who approved the
initial consent and (where appropriate) selected the in-scope
accounts approved the consent but a subsequent approver
rejected it.
end note
ASPSP_WEB -> ASPSP_WEB: Render consent rejected screen
PSU <-- ASPSP_WEB: Serve consent rejected screen
else Consent has not been rejected
ASPSP_WEB -> ASPSP_WEB: Retrieve approvals
ASPSP_WEB -> ASPSP_WEB: Render Consent\nConfirmation screen
PSU <-- ASPSP_WEB: Serve Consent Confirmation screen
PSU -> ASPSP_WEB: Approve/reject consent
alt Last approver
ASPSP_WEB -> ASPSP_WEB: Update Resources API or payment instruction to correct status
alt Payment Initiation
ASPSP_WEB -> CONSENT: ""POST /payments/v1/consent/{consent-id}/consume""
CONSENT -> CONSENT: Update status to ""CONSUMED""
ASPSP_WEB <-- CONSENT: ""200 OK""
end alt
else Not last approver
ASPSP_WEB -> ASPSP_API: Update approval state
end alt
ASPSP_WEB -> ASPSP_WEB: Render confirmation complete screen
PSU <-- ASPSP_WEB: Serve confirmation complete screen
end loop
@enduml | false | true | true | false | sequence |
19e8aaf5296da27164ceef8db9be4d29f83c2a9e | de0aea976255b18123dfb3ff5cd037f198b6d2fb | /src/test/java/be/tomcools/advancedtestingpatterns/database/postgresql.puml | a98d6e3f1fe8350f9e61f8e228cb665414391a4b | [] | no_license | MahatmaFatalError/AdvancedTestingPatterns | fb0fb39881c284fe365570c5c609b3e32c806f0a | 7c574c0138c332a70d924ffbc79e53ff69cae7b1 | refs/heads/master | 2023-02-22T14:10:24.363528 | 2021-01-26T13:06:24 | 2021-01-26T13:06:24 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 347 | puml | @startuml
cloud {
[Velo Service] as velo
}
package "IN OUR CONTROL" {
database "PostgreSQL (Dockerized)" as Database #lightblue
package "Spring Boot" {
[Spring Boot Service] as spring
spring -> Database: Liquibase: Creates tables on startup
spring <--> Database
spring <--> velo: Sync every 30 seconds
}
}
HTTP --> spring: REST API
@enduml
| false | true | false | false | sequence |
c5cf527540a07b129f69a7dad4fb7927c4355ad6 | 8e7e7ebded7a61c96eb0d2a586e58287f2ef78ef | /docs/uml/sequence_dispatcher.plantuml | 7bdab7fb9656b9525a248aabed90d50ff8f2cd15 | [
"MIT"
] | permissive | FreeYourSoul/FyS | df2bfd2aa8575835dc067dc77ff546bb005404f5 | ee9704b84e3c57441938b2448c4beeffcb82ba11 | refs/heads/master | 2022-08-25T00:49:39.402838 | 2022-08-12T22:33:40 | 2022-08-12T22:33:40 | 174,336,180 | 10 | 3 | MIT | 2020-11-07T23:28:37 | 2019-03-07T12:01:39 | C++ | UTF-8 | PlantUML | false | false | 916 | plantuml | @startuml
participant launcher order 10
entity dispatcher order 20
participant configurationFile order 30
collections dispatchers order 40
launcher -> dispatcher : start dispatcher with arguments
group
alt configuration file provided
dispatcher -> dispatcher : configuration file check
dispatcher <- configurationFile : retrieve configuration
else no configuration file
dispatcher -> dispatcher : override argument
else no configuration
dispatcher -x launcher : Error startup
end
dispatcher -> dispatcher : create ROUTER socket
group startup
alt "isLoadBalancing" == true
dispatcher -> dispatcher : create DEALER socket
else "isLoadBalancing" == false
dispatcher -> dispatcher : create PUBLISHER socket
end
group if "isClusterAware" == true
dispatcher -> dispatchers : notify itself / subscribe via proxy
end
@enduml
| false | true | false | false | sequence |
a0bbc2726f2410bec86ab50f749cf58caa55439b | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_09/MD.puml | 5cc595a8b5685bafc57e404138d44bc31f79b697 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,669 | puml | @startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class TaskExecutionDetails {
- LocalDate endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
class PaymentDetails {
Boolean isPaid
}
Transaction "1" -- "1" Task : relative to >
Transaction "*" -- "1" Freelancer : to >
Transaction "*" -- "1" Organization : made on behalf of >
Transaction "1" -- "1" TaskExecutionDetails : executed with >
TaskExecutionDetails "1" -- "1" Task : refers to >
Organization "1" -- "*" Task : publishes >
Organization "1" -- "*" Transaction : has >
Task "*" -- "0, 1" Freelancer : executed by >
App "1" -- "*" Organization : has >
App "1" -- "*" Freelancer : has >
(Organization, Transaction) .. PaymentDetails
@enduml | false | true | false | false | class |
abe590661526a95728d085830465793a81fd1509 | efacda28878240d78febd8b6e12c2ff4ebecf17b | /docs/uml/partial/abstract.puml | 3ee1838bd109e1556b8be4e1d984596130332945 | [
"MIT"
] | permissive | xusy2k/django-inspire-eu | 3fc67dfdce07a05f9426ca6014ce35d8babd3266 | 8bdde9022f5f89ae11bc2d25b3f13cfb2ebac94d | refs/heads/master | 2023-04-25T22:52:12.601072 | 2021-06-01T04:58:23 | 2021-06-01T04:58:23 | 342,009,124 | 8 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 939 | puml | @startuml abstract
title
<b>Abstract</b>
end title
right header
Last Mod:
2021-02-20
endheader
abstract BaseInspireEUModel {
(Default: Empty)
}
abstract Identifier{
- local_id
version_id
# namespace: Namespace
}
abstract DataLifeCycleInfo{
- begin_lifespan_version
end_lifespan_version
}
abstract AbstractGeographicalName{
language
# nativeness: CodeListValue.code_list=NativenessValue
# name_status: CodeListValue.code_list=NameStatusValue
source_of_name
pronunciation
spelling
# grammatical_gender: CodeListValue.code_list=GrammaticalGenderValue
# grammatical_number: CodeListValue.code_list=GrammaticalNumberValue
}
'AbstractGeographicalName }-- CodeListValue : nativeness
'AbstractGeographicalName }-- CodeListValue : name_status
'AbstractGeographicalName }-- CodeListValue : grammatical_gender
'AbstractGeographicalName }-- CodeListValue : grammatical_number
@enduml
| false | true | false | false | class |
e34c0d18a42b4dc0709ca1d371494e12743eb697 | 105171abc9ad1f14285ff1e839ce907a44a06195 | /out/production/Build-A-Net/data/preprocessors/preprocessors.plantuml | 49d30ef48612a52c7d5758348e79643afb7add06 | [] | no_license | Sam-Malpass/Build-A-Net | 517e20ff04764fc104db7e063da35a38bafff26f | e8259a031b588cd6087cc94f2349bcbb751fb4a2 | refs/heads/master | 2022-12-08T17:01:09.936646 | 2020-09-11T06:46:10 | 2020-09-11T06:46:10 | 232,276,459 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,528 | plantuml | @startuml
title __PREPROCESSORS's Class Diagram__\n
namespace data {
namespace preprocessors {
class data.preprocessors.BoundedScaler {
- column : Integer
- counter : int
- lowerBound : double
- maxValue : Double
- minValue : Double
- upperBound : double
+ getDescription()
+ needArgs()
+ passArgs()
+ preprocess()
- findMaxes()
- findMins()
- scale()
}
}
}
namespace data {
namespace preprocessors {
class data.preprocessors.MinMaxScaler {
- column : Integer
- counter : int
- maxValue : Double
- minValue : Double
+ getDescription()
+ needArgs()
+ passArgs()
+ preprocess()
- findMaxes()
- findMins()
- scale()
}
}
}
namespace data {
namespace preprocessors {
interface data.preprocessors.Preprocessor {
{abstract} + getDescription()
{abstract} + needArgs()
{abstract} + passArgs()
{abstract} + preprocess()
}
}
}
data.preprocessors.BoundedScaler .up.|> data.preprocessors.Preprocessor
data.preprocessors.MinMaxScaler .up.|> data.preprocessors.Preprocessor
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 |
58361036a84bac1447af2b9717c5c278b4fffaff | 12b3c91d0e79e6e80f4c095c0064e9765e959efb | /springmvc-start/src/main/java/com/springmvc/start/HttpServlet.puml | cf98f9b9e02fe85f509abd2a388d47aa41374119 | [] | no_license | binecy/bin-learning | 8d40628a5724e871dcfe48d6cef6eb31528497d2 | e356a4b3187f91ee8f35362c5babf03d9757ea9b | refs/heads/master | 2021-01-21T05:29:08.337953 | 2018-03-09T08:49:45 | 2018-03-09T08:49:45 | 83,192,816 | 4 | 0 | null | 2017-10-25T03:04:24 | 2017-02-26T08:02:43 | Java | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
abstract class HttpServlet
abstract class HttpServletBean
HttpServlet <|-- HttpServletBean
abstract class FrameworkServlet
HttpServletBean <|-- FrameworkServlet
class DispatcherServlet
FrameworkServlet <|-- DispatcherServlet
@enduml | false | true | false | false | class |
3d5963eca77ce4750e5f2d63328b339de9ba30eb | 101c24bddd6505285f2e73d4ba7f5bda9b125f57 | /17072020/umls/main_project_constraints_01.puml | 211d4bb124415b3b3e69f189c99ae0748546de7d | [] | no_license | JBL-PhD/Presentations | 5c9e99ecb876ed94c476eaec0e2fad469cca077c | a3c14c6225b036403a0ac22341beebaa953ef381 | refs/heads/master | 2022-12-07T20:51:55.557226 | 2020-08-20T08:55:15 | 2020-08-20T08:55:15 | 276,056,352 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
package "Automotive industry" {
rectangle "Main constraints" #LightGray {
() "Legal compliance" as LC #Red
() "Time to market" as TTM #Red
rectangle "Issues" #White {
() "Cost" as C #Red
() "Safety" as S #Red
}
}
[Fresh project] -down- TTM #Red
[Fresh project] -down- S #Red
[Fresh project] -down- LC #Red
[Fresh project] -down- C #Red
}
note right of S : Mostly\nthat one
@enduml
| false | true | false | false | uml-unknown |
5adc1636265eee8c82d4d67bdc0f4e2e1476a567 | 60e80b1719d9c929747baf3d32537c1731c0168f | /abstractfactory/src/main/resources/abstractfactory.puml | 1f0a07015fdc010487119157ad0c63d709ab86ef | [] | no_license | GilbertXiao/JavaDesignPatterns | 8c0b82634c96107f6311dbacabdaa38119402782 | 35ce09c85b40ae585ecfc8fb7c3247375eb2a40b | refs/heads/master | 2021-07-11T11:10:04.956876 | 2020-07-19T11:59:28 | 2020-07-19T11:59:28 | 179,295,966 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 938 | puml | @startuml
interface Creator{
+ ProductA factoryA()
+ ProductB factoryB()
}
interface ProductA
interface ProductB
class ConcreteCreator1{
+ ProductA factoryA()
+ ProductB factoryB()
}
class ConcreteCreator2{
+ ProductA factoryA()
+ ProductB factoryB()
}
class Client{
- Creator creator1
- Creator creator2
- ProductA productA
- ProductB productB
+ void main()
}
class ConcreteProductA1
class ConcreteProductA2
class ConcreteProductB1
class ConcreteProductB2
Creator <|.. ConcreteCreator1
Creator <|.. ConcreteCreator2
ProductA <|.. ConcreteProductA1
ProductA <|.. ConcreteProductA2
ProductB <|.. ConcreteProductB1
ProductB <|.. ConcreteProductB2
ConcreteCreator1 ..> ConcreteProductA1
ConcreteCreator1 ..> ConcreteProductB1
ConcreteCreator2 .> ConcreteProductA2
ConcreteCreator2 .> ConcreteProductB2
Client -> Creator
Client --> ProductA
Client --> ProductB
@enduml
| false | true | false | false | class |
e0eebad0f164ab1d441fc13f35985d3b65883fdb | 92692d636eca83bf56f07c92b553265ee7203dcf | /src/main/java/com/peppayi/designpattern/headfirst/chapters/chapter01/uml/version03.puml | 0b4e694754bd609f10b209ee68fb563f1c595a65 | [] | no_license | qingzhusay/design-pattern | 19aee4b20296b17539db12d5826d3fb97657880f | bd31c8a22b79290a65c86501a77516c8969a8318 | refs/heads/master | 2022-08-29T20:34:45.487283 | 2020-05-09T14:46:06 | 2020-05-09T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 675 | puml | @startuml
interface FlyBehavior {
+ void fly()
}
interface QuackBehavior {
+ void quack()
}
class FlyWithWings {
+ void fly()
}
FlyBehavior <|.. FlyWithWings
class FlyNoWay {
+ void fly()
}
FlyBehavior <|.. FlyNoWay
class Quack {
+ void quack()
}
QuackBehavior <|.. Quack
class Squeak {
+ void quack()
}
QuackBehavior <|.. Squeak
class MuteQuack {
+ void quack();
}
QuackBehavior <|.. MuteQuack
abstract class Duck {
# FlyBehavior flyBehavior
# QuackBehavior quackBehavior
+ void swim()
+ {abstract} void display()
+ void performFly()
+ void performQuack()
}
Duck o--> FlyBehavior
Duck o--> QuackBehavior
@enduml | false | true | false | false | class |
dc429e8840c22aacc921540f186b018c319338f0 | c37bafc1eb38801ae9aa4b0061042478f909a7f6 | /soml2puml/img/sport-schema-diagram-overview.puml | 0730ab23e009f2c2460c81dbec646d19cfe2e578 | [] | no_license | VladimirAlexiev/soml | d2b747091b5d57576ac83af80ee4d67bdcbcf7cc | b00033c8dd3f4cb6a5ee4bdbaef12b169cf0e2aa | refs/heads/master | 2023-06-08T15:47:29.437153 | 2023-05-29T06:06:03 | 2023-05-29T06:06:03 | 239,968,939 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 527 | puml | @startuml
hide empty members
hide circle
left to right direction
skinparam nodesep 50
class "<:martial_arts_uniform:> Judoist" as Judoist
class "<:chains:> Nunchaku" as Nunchaku
class "<:japan:> Japan" as Japan
class "<:basketball:> BasketballPlayer" as BasketballPlayer
Judoist -d-> "0..*" BasketballPlayer : beats
Judoist -r-> "2..2" Nunchaku : uses
Nunchaku -r-> "1..1" Japan : boughtFrom
@enduml
| false | true | false | false | sequence |
440c38ae176fd6e43aba3939eff32258498f38f1 | c37bafc1eb38801ae9aa4b0061042478f909a7f6 | /soml2puml/img/bsdd-graphql-soml-diagram.puml | 84c93e236a9647142935f7f56825c0c4cd3ad48a | [] | no_license | VladimirAlexiev/soml | d2b747091b5d57576ac83af80ee4d67bdcbcf7cc | b00033c8dd3f4cb6a5ee4bdbaef12b169cf0e2aa | refs/heads/master | 2023-06-08T15:47:29.437153 | 2023-05-29T06:06:03 | 2023-05-29T06:06:03 | 239,968,939 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,452 | puml | @startuml
hide empty members
hide circle
left to right direction
skinparam nodesep 50
class "<:globe_with_meridians:> Language" as Language {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| isocode| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
}
class "<:books:> ReferenceDocument" as ReferenceDocument {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| date| dateTime| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| title| string| 1..1|
}
class "<:earth_americas:> Country" as Country {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
}
class "<:triangular_ruler:> Unit" as Unit {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| symbol| string| 0..1|
}
class "<:label:> Domain" as Domain {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| copyrightNotice| string| 0..1|
|<:spiral_notepad:>| languageCode| string| 1..1|
|<:calendar:>| lastUpdatedUtc| dateTime| 1..1|
|<:spiral_notepad:>| license| string| 0..1|
|<:spiral_notepad:>| licenseUrl| string| 0..1|
|<:spiral_notepad:>| moreInfoUrl| string| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:calendar:>| releaseDate| dateTime| 0..1|
|<:spiral_notepad:>| status| string| 0..1|
|<:spiral_notepad:>| version| string| 1..1|
}
class "<:wrench:> Property" as Property {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| connectedPropertyCode| string| 0..*|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:spiral_notepad:>| dataType| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:spiral_notepad:>| dimension| string| 0..1|
|<:1234:>| dimensionAmountOfSubstance| int| 0..1|
|<:1234:>| dimensionElectricCurrent| int| 0..1|
|<:1234:>| dimensionLength| int| 0..1|
|<:1234:>| dimensionLuminousIntensity| int| 0..1|
|<:1234:>| dimensionMass| int| 0..1|
|<:1234:>| dimensionThermodynamicTemperature| int| 0..1|
|<:1234:>| dimensionTime| int| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| dynamicParameterPropertyCodes| string| 0..*|
|<:spiral_notepad:>| example| string| 0..1|
|<:ballot_box_with_check:>| isDynamic| boolean| 1..1|
|<:eight_spoked_asterisk:>| maxExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| maxInclusive| decimal| 0..1|
|<:spiral_notepad:>| methodOfMeasurement| string| 0..1|
|<:eight_spoked_asterisk:>| minExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| minInclusive| decimal| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| pattern| string| 0..1|
|<:spiral_notepad:>| physicalQuantity| string| 0..1|
|<:book:>| propertyValueKind| PropertyValueKind| 0..1|
|<:spiral_notepad:>| replacedObjectCodes| string| 0..*|
|<:spiral_notepad:>| replacingObjectCodes| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionsOfUse| string| 0..*|
|<:spiral_notepad:>| textFormat| string| 0..1|
|<:spiral_notepad:>| uid| string| 0..1|
|<:spiral_notepad:>| unit| string| 0..*|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:file_folder:> Classification" as Classification {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:book:>| classificationType| ClassificationType| 0..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| referenceCode| string| 0..1|
|<:spiral_notepad:>| relatedIfcEntityName| string| 0..*|
|<:spiral_notepad:>| replacedObjectCode| string| 0..*|
|<:spiral_notepad:>| replacingObjectCode| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionOfUse| string| 0..*|
|<:spiral_notepad:>| synonym| string| 0..*|
|<:spiral_notepad:>| uid| string| 0..1|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:link:> PropertyRelation" as PropertyRelation {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (relationType)| string| 1..1|
}
class "<:link:> ClassificationRelation" as ClassificationRelation {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (relationType)| string| 1..1|
}
class "<:hammer_and_wrench:> ClassificationProperty" as ClassificationProperty {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:calendar:>| activationDateUtc| dateTime| 1..1|
|<:spiral_notepad:>| code| string| 1..1|
|<:spiral_notepad:>| countryOfOrigin| string| 0..1|
|<:spiral_notepad:>| countryOfUse| string| 0..*|
|<:spiral_notepad:>| creatorLanguageCode| string| 0..1|
|<:spiral_notepad:>| dataType| string| 0..1|
|<:calendar:>| deActivationDateUtc| dateTime| 0..1|
|<:spiral_notepad:>| definition| string| 0..1|
|<:spiral_notepad:>| deprecationExplanation| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:spiral_notepad:>| dimension| string| 0..1|
|<:1234:>| dimensionAmountOfSubstance| int| 0..1|
|<:1234:>| dimensionElectricCurrent| int| 0..1|
|<:1234:>| dimensionLength| int| 0..1|
|<:1234:>| dimensionLuminousIntensity| int| 0..1|
|<:1234:>| dimensionMass| int| 0..1|
|<:1234:>| dimensionThermodynamicTemperature| int| 0..1|
|<:1234:>| dimensionTime| int| 0..1|
|<:spiral_notepad:>| documentReference| string| 0..1|
|<:spiral_notepad:>| dynamicParameterPropertyCode| string| 0..*|
|<:spiral_notepad:>| example| string| 0..1|
|<:ballot_box_with_check:>| isDynamic| boolean| 1..1|
|<:ballot_box_with_check:>| isRequired| boolean| 0..1|
|<:ballot_box_with_check:>| isWritable| boolean| 0..1|
|<:eight_spoked_asterisk:>| maxExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| maxInclusive| decimal| 0..1|
|<:spiral_notepad:>| methodOfMeasurement| string| 0..1|
|<:eight_spoked_asterisk:>| minExclusive| decimal| 0..1|
|<:eight_spoked_asterisk:>| minInclusive| decimal| 0..1|
|<:spiral_notepad:>| name| string| 1..1|
|<:spiral_notepad:>| pattern| string| 0..1|
|<:spiral_notepad:>| physicalQuantity| string| 0..1|
|<:spiral_notepad:>| predefinedValue| string| 0..1|
|<:spiral_notepad:>| propertySet| string| 0..1|
|<:book:>| propertyValueKind| PropertyValueKind| 0..1|
|<:spiral_notepad:>| replacedObjectCode| string| 0..*|
|<:spiral_notepad:>| replacingObjectCode| string| 0..*|
|<:calendar:>| revisionDateUtc| dateTime| 0..1|
|<:1234:>| revisionNumber| int| 0..1|
|<:spiral_notepad:>| status| string| 1..1|
|<:spiral_notepad:>| subdivisionOfUse| string| 0..*|
|<:spiral_notepad:>| symbol| string| 0..1|
|<:spiral_notepad:>| textFormat| string| 1..1|
|<:spiral_notepad:>| uid| string| 0..1|
|<:spiral_notepad:>| unit| string| 0..*|
|<:calendar:>| versionDateUtc| dateTime| 0..1|
|<:1234:>| versionNumber| int| 0..1|
|<:link:>| visualRepresentationUri| iri| 0..1|
}
class "<:book:> PropertyValue" as PropertyValue {
<#transparent,#transparent>|<:link:>| id| iri| 1..1|
|<:spiral_notepad:>| name (bsdd:name)| string| 1..1|
|<:spiral_notepad:>| bsdd:value| string| 1..1|
|<:spiral_notepad:>| code| string| 0..1|
|<:spiral_notepad:>| description| string| 0..1|
|<:1234:>| sortNumber| int| 0..1|
}
Domain "1..1" -d- "0..*" Classification : classification\n domain
Classification "2..2" -r- "0..*" ClassificationRelation : relation\n related
Classification "0..*" -d- "0..1" Classification : parentClassification\n childClassification
Classification "1..1" -d- "0..*" ClassificationProperty : classificationProperty\n classification
Property "1..1" -d- "0..*" ClassificationProperty : classificationProperty\n property
Property -d-> "0..*" PropertyValue : allowedValue
Property "2..2" -r- "0..*" PropertyRelation : relation\n related
ClassificationProperty -d-> "0..*" PropertyValue : allowedValue
@enduml
| false | true | false | false | sequence |
2f88125fc785c0354e3ebf8d5523920f13e1154e | 8ab681378f09328a78c622c706310e79f92988da | /UML/DungeonClasses.puml | 399b872dfdc2a0793994d6aba9cb866f7e2edaa8 | [
"MIT"
] | permissive | rrrrares33/MDS-UnityProject | 76d9dd673c5a272d748494abc760b21f664c18e3 | 1db5d2ec0a812251b60fb8c6e91e33d1cc5d0675 | refs/heads/master | 2023-05-23T03:43:40.929156 | 2021-06-16T21:40:11 | 2021-06-16T21:40:11 | 347,669,640 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,485 | puml | @startuml
() MonoBehaviour
<> diamond
class ProceduralGeneration
{
+SimpleRandomWalk(startPosition: Vector2Int, walkLength: int): IEnumerable<Vector2Int>
+RandomWalkCorridor(startPosition: Vector2Int, corridorLength: int): List<Vector2Int>
+BinarySpacePartitioning(spaceToSplit: BoundsInt, minWidth: int, minHeight: int, minLengthMultiplier: int): ICollection<BoundsInt>
-Split(vertical: bool, roomQueue: Queue<BoundsInt>, room: BoundsInt, minLength: int): void
}
class Direction2D
{
-Right: Vector2Int
-Up: Vector2Int
-Left: Vector2Int
-Down: Vector2Int
+CardinalDirectionList: List<Vector2Int>
+DiagonalDirectionList: List<Vector2Int>
+TotalDirectionList: List<Vector2Int>
+GetRandomCardinalDirection(): Vector2Int
}
abstract class DungeonGenerator
{
#visualizer: TilemapVisualizer
#startPosition: Vector2Int
+FloorPositions: ICollection<Vector2Int>
+GenerateDungeon(drawTiles: bool): void
+ClearDungeon(): void
#RunProceduralGeneration(): void
+GetRandomFloorPosition(): Vector2
}
class SimpleRandomWalkDungeonGenerator
{
#simpleRandomWalkData: SimpleRandomWalkData
#RunProceduralGeneration(): void
#GetRandomWalkPath(position: Vector2Int, simpleRandomWalkParams: SimpleRandomWalkData): ICollection<Vector2Int>
+SetSimpleRandomWalkData(newSimpleRandomWalkData: SimpleRandomWalkData): void
}
class SimpleRandomWalkData
{
-iterations: int
-walkLength: int
-startEachIterationRandomly: bool
}
class CorridorFirstDungeonGenerator
{
-corridorLength: int
-corridorCount: int
-roomPercent: float
#RunProceduralGeneration(): void
-GenerateCorridorFirst(): void
-CreateCorridors(floorPositions: ISet<Vector2Int>, possibleRoomPositions: ISet<Vector2Int>): void
-FindDeadEnds(floorPositions: ICollection<Vector2Int>): IEnumerable<Vector2Int>
-CreateRooms(possibleRoomPositions: ICollection<Vector2Int>): ISet<Vector2Int>
-CreateRoomsAtDeadEnds(roomFloors: ISet<Vector2Int>, deadEnds: IEnumerable<Vector2Int>): void
}
class RoomFirstDungeonGenerator
{
-minRoomWidth: int
-minRoomHeight: int
-dungeonWidth: int
-dungeonHeight: int
-offset: int
-useRandomWalk: bool
-fillDungeonArea: bool
#RunProceduralGeneration(): void
-CreateRooms(): void
-CreateSimpleRooms(roomList: IEnumerable<BoundsInt>): HashSet<Vector2Int>
-CreateRandomRooms(roomList: IEnumerable<BoundsInt>): HashSet<Vector2Int>
-ConnectRooms(roomCenters: IList<Vector2Int>): IEnumerable<Vector2Int>
-FindClosestPointTo(currentRoomCenter: Vector2Int, roomCenters: IEnumerable<Vector2Int>): Vector2Int
-CreateCorridor(currentRoomCenter: Vector2Int, destination: Vector2Int): IEnumerable<Vector2Int>
}
class TilemapVisualizer
{
-floorTilemap: Tilemap
-wallTilemap: Tilemap
-floorTiles: List<TileBase>
-wallTop: List<TileBase>
-wallLeft: List<TileBase>
-wallRight: List<TileBase>
-wallBottom: List<TileBase>
-wallFull: List<TileBase>
-wallInnerCornerDownLeft: List<TileBase>
-wallInnerCornerDownRight: List<TileBase>
-wallDiagonalCornerDownLeft: List<TileBase>
-wallDiagonalCornerDownRight: List<TileBase>
-wallDiagonalCornerUpLeft: List<TileBase>
-wallDiagonalCornerUpRight: List<TileBase>
+PaintFloorTiles(floorPositions: IEnumerable<Vector2Int>): void
-PaintTiles(tilemap: Tilemap, tiles: IReadOnlyList<TileBase>, positions: IEnumerable<Vector2Int>): void
-PaintSingleTile(tilemap: Tilemap, tile: TileBase, position: Vector2Int): void
~PaintSingleBasicWall(wallPosition: Vector2Int, binaryType: string): void
~PaintSingleCornerWall(wallPosition: Vector2Int, binaryType: string): void
+Clear(): void
}
class WallGenerator
{
+CreateWalls(visualizer: TilemapVisualizer, floorPositions: ICollection<Vector2Int>): void
-FindWallsIn(floorPositions: ICollection<Vector2Int>, directions: IReadOnlyCollection<Vector2Int>): IEnumerable<Vector2Int>
-CreateBasicWalls(visualizer: TilemapVisualizer, wallPositions: IEnumerable<Vector2Int>, floorPositions: ICollection<Vector2Int>): void
-CreateCornerWalls(visualizer: TilemapVisualizer, wallPositions: IEnumerable<Vector2Int>, floorPositions: ICollection<Vector2Int>): void
}
class WallTypes
{
+WallTop: HashSet<int>
+WallLeft: HashSet<int>
+WallRight: HashSet<int>
+WallBottom: HashSet<int>
+WallBottom: HashSet<int>
+WallInnerCornerDownLeft: HashSet<int>
+WallInnerCornerDownRight: HashSet<int>
+WallDiagonalCornerDownLeft: HashSet<int>
+WallDiagonalCornerDownRight: HashSet<int>
+WallDiagonalCornerUpLeft: HashSet<int>
+WallDiagonalCornerUpRight: HashSet<int>
+WallBottomEightDirections: HashSet<int>
+WallFullEightDirections: HashSet<int>
}
TilemapVisualizer <|-- MonoBehaviour
DungeonGenerator <|-- MonoBehaviour
TilemapVisualizer -> WallTypes
DungeonGenerator "1" *- "1" TilemapVisualizer
SimpleRandomWalkDungeonGenerator <|-- DungeonGenerator
SimpleRandomWalkData "1" -* "1" SimpleRandomWalkDungeonGenerator
CorridorFirstDungeonGenerator <|-- SimpleRandomWalkDungeonGenerator
RoomFirstDungeonGenerator <|-- SimpleRandomWalkDungeonGenerator
diamond <-- SimpleRandomWalkDungeonGenerator
CorridorFirstDungeonGenerator -> diamond
diamond <- RoomFirstDungeonGenerator
WallGenerator <-- diamond
WallGenerator --> TilemapVisualizer
ProceduralGeneration <-- diamond
Direction2D <- ProceduralGeneration
@enduml | false | true | true | false | class |
4bb87f9e01110bc315b8a12e56a5c5cd0fa44c95 | 14be5228d52d9a7e9db16de48d4b262ce33d6257 | /Anno_2018_2019/Events/Assets/class.puml | e11e23d9e57aabacee0517beefc916d8c2778f59 | [] | no_license | a-pucci/GameDev-1anno-2016-2017 | d7625be64b1878ab4e2155aea35c2f141265190a | 0b1298c4524864db30f62c7a6483554786a64fe8 | refs/heads/master | 2021-06-20T13:36:53.455226 | 2019-02-26T20:33:21 | 2021-04-02T18:03:00 | 74,010,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 247 | puml | @startuml
hide empty methods
hide empty fields
abstract class Student
{
+ name : string
- age : int
~ sex : bool
# exp : int
Do() : void
}
House o-- Rooms
Car *-- Wheels
Teacher - Student : "1" insegna > "*"
@enduml
| false | true | false | false | class |
6865dce8e66181043821df80a19ab9e807634a57 | 2aafccd45a1963f5a1b7e2c6954d04a7a45bfd3d | /docs/architecture/diagrams/useCases/1-loginWithFinTech.puml | 246b2aa82d71c445d095ff25829dc72b44d0e7e7 | [
"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 | 1,300 | puml | @startuml
autonumber "<b><color blue>[Login-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 "RedirectSessionStoreApi" as RedirectSessionStoreApi
'participant "BankingProtocolSelector" as BankingProtocolSelector
'participant "BankingProtocol" as BankingProtocol
end box
box "AspspDC" #LightSkyBlue
'participant "AspspBankingApi" as AspspBankingApi
'participant "OnlineBankingApi" as OnlineBankingApi
end box
== PSU establishes a session with the FinTech API : call[header](body)<params> return code[header](body) ==
psu -> FinTechUI ++ : loadFinTechApplication()
return displayLoginUI()
psu -> FinTechUI ++ : enterLoginData(username,password)
FinTechUI -> FinTechApi ++ : login[](username,password)<>
return 200_OK[FinTechLoginSessionCookie](BankSearchScreenConfig)
return displayBankSearchScreen()
@enduml | false | true | false | false | usecase |
c7ca34912a8046315b014e24cdea9f869524c752 | 8d00f9eb632ab3068c91ddc490e58303ad9b03e9 | /doc/models/user_class_diagram.puml | 6a065e3c8cf13ac58496f472420c62e07dcd911c | [] | permissive | MillsJROSS/textplease | 8a572b9db08d220b50c3a6e8e2fa969e7444aed9 | baadc67a1e0a7a199314e73e5b27051d4b3077f9 | refs/heads/master | 2023-01-23T06:40:05.678585 | 2020-02-06T01:24:03 | 2020-02-06T01:24:03 | 191,037,347 | 0 | 0 | MIT | 2019-12-19T21:16:06 | 2019-06-09T17:46:23 | Ruby | UTF-8 | PlantUML | false | false | 3,295 | puml | @startuml
class User {
id :bigint
..
email :string
..
encrypted_password :string
..
reset_password_token :string
..
reset_password_sent_at :datetime
..
remember_created_at :datetime
..
confirmation_token :string
..
confirmed_at :datetime
..
confirmation_sent_at :datetime
..
unconfirmed_email :string
..
failed_attempts :integer
..
unlock_token :string
..
locked_at :datetime
..
created_at :datetime
..
updated_at :datetime
==
**Class Methods**
==
**Instance Methods**
Game[] games()
}
note right of User
<b>Devise Class Methods</b>
allow_unconfirmed_access_for
allow_unconfirmed_access_for=
authentication_keys
authentication_keys=
case_insensitive_keys
case_insensitive_keys=
confirm_by_token
confirm_within
confirm_within=
confirmation_keys
confirmation_keys=
devise_modules
devise_modules=
devise_modules?
email_regexp
email_regexp=
expire_all_remember_me_on_sign_out
expire_all_remember_me_on_sign_out=
extend_remember_period
extend_remember_period=
find_by_unconfirmed_email_with_errors
find_first_by_auth_conditions
find_for_authentication
find_for_database_authentication
find_or_initialize_with_error_by
find_or_initialize_with_errors
http_authenticatable
http_authenticatable=
http_authenticatable?
http_authentication_key
http_authentication_key=
last_attempt_warning
last_attempt_warning=
lock_strategy
lock_strategy=
lock_strategy_enabled?
maximum_attempts
maximum_attempts=
new_with_session
params_authenticatable
params_authenticatable=
params_authenticatable?
password_length
password_length=
pepper
pepper=
reconfirmable
reconfirmable=
remember_for
remember_for=
remember_token
rememberable_options
rememberable_options=
request_keys
request_keys=
reset_password_by_token
reset_password_keys
reset_password_keys=
reset_password_within
reset_password_within=
send_confirmation_instructions
send_email_changed_notification
send_email_changed_notification=
send_password_change_notification
send_password_change_notification=
send_reset_password_instructions
send_unlock_instructions
serialize_from_cookie
serialize_from_session
serialize_into_cookie
serialize_into_session
sign_in_after_change_password
sign_in_after_change_password=
sign_in_after_reset_password
sign_in_after_reset_password=
skip_session_storage
skip_session_storage=
stretches
stretches=
strip_whitespace_keys
strip_whitespace_keys=
timeout_in
timeout_in=
unlock_access_by_token
unlock_in
unlock_in=
unlock_keys
unlock_keys=
unlock_strategy
unlock_strategy=
unlock_strategy_enabled?
with_reset_password_token
end note
note right of User
<b>Devise Instance Methods</b>
password
password_confirmation=
devise_modules
devise_modules?
current_password
password_confirmation
end note
@enduml
| false | true | false | false | class |
1b0a20937221a2dd53591651be776263179eb54d | d1de60e3c008bef024e689149ed9dc1d18cf9ced | /ontrack-docs/src/docs/asciidoc/architecture-metrics.puml | a9baa2ab4629fd8302c0b32542184f72e8d1df2a | [
"MIT"
] | permissive | igormedo/ontrack | 1e716345ba5ecbceee01bf4dc568e5b1aba30247 | b49b8b2941262d892c6aec1dfa78749d4d07f105 | refs/heads/master | 2021-09-09T20:13:48.708183 | 2018-03-19T11:29:29 | 2018-03-19T11:29:29 | 125,834,437 | 0 | 0 | null | 2018-03-19T09:37:10 | 2018-03-19T09:37:09 | null | UTF-8 | PlantUML | false | false | 1,412 | puml | @startuml
control Scheduler
control DefaultMetricsExporter
boundary MetricsSource
boundary MetricsService
note right of MetricsService
Current implementation is ""DropwizardMetricServices""
Performs too many transformations and does not preserve
custom metrics
end note
control MetricRegistry
control InfluxDbReporter
boundary InfluxDbSender
database InfluxDB
== Writing metrics ==
Scheduler -> DefaultMetricsExporter: export()
note right
Every ""ontrack.config.metrics-period"" seconds (defaults to ""60"")
end note
loop For each metric source
DefaultMetricsExporter -> MetricsSource: getMetrics()
MetricsSource --> DefaultMetricsExporter: collection of metrics
loop For each metric
DefaultMetricsExporter -> MetricsService: write(metric)
MetricsService -> MetricRegistry: register(metric)
note right
Depending on the type of metric, this can be a more
specific method.
end note
end
end
== Exporting metrics ==
Scheduler -> InfluxDbReporter: report()
note right
Every ""ontrack.metrics.influxdb.period"" second (defaults to ""60"")
end note
InfluxDbReporter -> MetricRegistry:Gets all metrics
MetricRegistry --> InfluxDbReporter: metrics
InfluxDbReporter -> InfluxDbReporter: classifies / transforms metrics
InfluxDbReporter -> InfluxDbSender: appendPoints()
InfluxDbSender -> InfluxDb: ""HTTP POST""
@enduml
| false | true | false | false | sequence |
32a2bb3bfd03f12dcc088ae2e18159dddfa53cce | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/service_locator/class-diagram.puml | 67d6516d8eac8a2f2548fcd14dc0387bb2d426e8 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,308 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam titleFontColor #5cb85c
'Title Module service_locator
namespace cu.datys.service_locator{
class ServiceProviderLookup #FEFF99{
+ {static} <T> T lookup(Class<T> serviceProviderClass, ClassLoader classLoader)
+ {static} <T> List<T> lookupAll(Class<T> serviceProviderClass, ClassLoader classLoader)
}
ServiceProviderLookup -up-> java.util.ServiceLoader: use
note right of ServiceProviderLookup
List<T> list = lookupAll(
serviceProviderClass, classLoader);
if(list != null && !list.isEmpty())
return list.get(0);
return null;
end note
note bottom of ServiceProviderLookup
List<T> list = new ArrayList<T>();
ServiceLoader<T> loader = ServiceLoader.load(serviceProviderClass, classLoader);
Iterator<T> iterator = loader.iterator();
if(iterator.hasNext())
iterator.forEachRemaining(list::add);
return list;
end note
}
namespace java.util{
class ServiceLoader<S>{
+ {static} ServiceLoader load(Class service, ClassLoader loader)
}
}
@enduml | false | true | false | false | sequence |
e0b5341475ca988e833d58e1fa0e1424b6ead12f | ec45fae67e49ab617ad79b8c48fba85261e319c1 | /Doku/Klassendiagramme/Command.puml | 9780e70bdcb49d5b91dac5cc36c38746dcc7519b | [] | no_license | nicorahm99/PIC-Simulator | 5d22af8719f7b71608db155ceeb49baebcf4c8a5 | 0e7fb5f10c9392dc3f7438007859dc0f9f670aaa | refs/heads/master | 2023-05-03T22:51:08.168289 | 2021-05-29T06:15:23 | 2021-05-29T06:15:23 | 257,316,241 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 949 | puml | @startuml
enum CommandNames {
ADDWF,
ANDWF,
CLRF,
CLRW,
COMF,
DECF,
DECFSZ,
INCF,
INCFSZ,
IORWF,
MOVF,
MOVWF,
NOP,
RLF,
RRF,
SUBWF,
SWAPF,
XORWF,
BCF,
BSF,
BTFSC,
BTFSS,
ADDLW,
ANDLW,
CALL,
CLRWDT,
GOTO,
IORLW,
MOVLW,
RETFIE,
RETLW,
RETURN,
SLEEP,
SUBLW,
XORLW,
ERROR,
}
class Command {
+ Command()
- commandName : CommandNames
+ setCommandName(value:CommandNames) : void
+ getCommandName() : CommandNames
- fileAdress : int
+ setFileAddress(value:int) : void
+ getFileAddress() : int
- destinationSelect : bool
+ setDestinationSelect(value:bool) : void
+ getDestinationSelect() : bool
- bitAddress : int
+ setBitAddress(value:int) : void
+ getBitAddress() : int
- literal : int
+ setLiteral(value:int) : void
+ getLiteral() : int
}
@enduml
| false | true | false | false | class |
bedab2bef152d4ee514332e5f679df8897e9f998 | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/dsst-propagation-sequence-diagram.puml | 9408eebb12c9370e9aebf8a19a14771d09b415d7 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 3,659 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam SequenceActorBorderColor #6A584B
skinparam SequenceParticipantBackgroundColor #F3EFEB/CCC9C5
skinparam SequenceParticipantBorderColor #6A584B
skinparam SequenceLifeLineBackgroundColor #CCC9C5/F3EFEB
skinparam SequenceLifeLineBorderColor #6A584B
skinparam SequenceArrowColor #6A584B
skinparam SequenceBorderColor #6A584B
skinparam SequenceFontSize 11
hide footbox
box "User application" #F3EDF7
participant "Main" as M
end box
participant DSSTPropagator
participant Integrator
participant MainStateEquations
participant StateMapper
participant "DSST Force Model i" as Fi
participant "Short Period Terms i" as SPi
activate M
M -> DSSTPropagator : propagate
activate DSSTPropagator
DSSTPropagator -> MainStateEquations : create
activate MainStateEquations
deactivate MainStateEquations
DSSTPropagator -> StateMapper : create
activate StateMapper
deactivate StateMapper
DSSTPropagator -> Integrator : integrate
loop #DDEBD8 for n steps
activate Integrator
loop #ECEBD8 for integrator internal stages
Integrator -> MainStateEquations : computeDerivatives
activate MainStateEquations
MainStateEquations -> StateMapper : mapArrayToState(mean only)
activate StateMapper
deactivate StateMapper
MainStateEquations -> Fi : getMeanElementRate
activate Fi
deactivate Fi
MainStateEquations --> Integrator : state derivatives
deactivate MainStateEquations
end
Integrator --> DSSTPropagator : mean state interpolator
deactivate Integrator
DSSTPropagator -> Fi : updateShortPeriodTerms(mean state 1, mean state 2, ...)
activate Fi
loop #ECEBD8 for all intermediate states within step
Fi -> SPi : addGridPoint
activate SPi
deactivate SPi
end
deactivate Fi
DSSTPropagator -> M : handle step
activate M
M -> DSSTPropagator : get state
activate DSSTPropagator
DSSTPropagator -> StateMapper : mapArrayToState
activate StateMapper
StateMapper -> SPi : value(mean state)
activate SPi
SPi --> StateMapper : short periods value
deactivate SPi
StateMapper --> DSSTPropagator : interpolated state
deactivate StateMapper
DSSTPropagator --> M : state
deactivate DSSTPropagator
deactivate M
end
DSSTPropagator --> M : final state
deactivate DSSTPropagator
deactivate M
@enduml
| false | true | false | false | sequence |
641c95974874588e04a29e270877c38d163ce420 | 25ae67baeadd11d4be7f3cb4a6044640f340f89f | /doc/module_demo.puml | e5b4d984971596715782397bb94a369f2d01c5ad | [] | no_license | philipheimboeck/mapreduce | 567025da81385e0aa0a87ac98bf9a024bf718230 | 2cec043df3db14b682b9758aa79ebaba8fb7945e | refs/heads/master | 2020-05-29T12:22:57.355165 | 2016-08-13T13:23:03 | 2016-08-13T13:23:03 | 56,752,545 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,804 | puml | @startuml
skinparam monochrome true
'skinparam style strictuml
skinparam linetype polyline
skinparam class {
FontSize 13
attribute {
FontSize 12
}
}
package DEF-Domain {
namespace at.enfilo.def.prototype1.domain {
class Task
class LibraryFunction {
- id : String
- stdoutParameter : FormalParameter
- name : String
- pse : PSE
- path : String
- pseCallOption : String
- version : String
- versionDate : LocalDate
- description : String
- inParameters : List<FormalParameter>
- outParameters : List<FormalParameter>
- returnParameter : FormalParameter
}
class Program
class Job
class MapReduceInfo {
- int numberReducers
}
LibraryFunction <- MapReduceInfo : mapLibrary
LibraryFunction <- MapReduceInfo : reduceLibrary
LibraryFunction <- MapReduceInfo : combinerLibrary
LibraryFunction <- MapReduceInfo : partitioningLibrary
Job -> Program
Job --> MapReduceInfo : mapReduceInfo
class Task
Task -> Job
Task --> LibraryFunction : library
}
namespace at.enfilo.def.prototype1.factory {
interface ITaskFactory {
createTask() : Task
}
class TaskFactory {
+ TaskFactory(resourceManager : IResourceManager)
}
ITaskFactory <|- TaskFactory
ITaskFactory .> at.enfilo.def.prototype1.domain.Task : creates
}
}
newpage
skinparam monochrome true
'skinparam style strictuml
skinparam linetype polyline
skinparam class {
FontSize 13
attribute {
FontSize 12
}
}
class ExecutorService {
+invokeAll(callables : Collection<ICallable>)
}
interface ICallable {
+call()
}
package DEF-WorkerModule {
namespace at.enfilo.def.prototype1.workermodule {
class DispatcherClient {
+runTask(task : TaskDTO) : TaskResult
}
}
}
package DEF-MapReduce {
namespace at.phe.def.mapreduce {
class MapTaskCallable<TaskResult>
class TaskCallable<TaskResult>
class MapTaskDTO {
-id : String
-appTask : TaskDTO
-mapTask : TaskDTO
-combinerTask : TaskDTO
-partitionTask : TaskDTO
-numberPartitions : int
}
class PartitionHelper {
+{static} getPartitionReferences() : List<String>
}
.ICallable <|-- MapTaskCallable
.ICallable <|-- TaskCallable
at.enfilo.def.prototype1.workermodule.DispatcherClient <-- MapTaskCallable : dispatcher
MapTaskDTO <- MapTaskCallable : task
at.enfilo.def.prototype1.workermodule.DispatcherClient <-- TaskCallable : dispatcher
at.enfilo.def.prototype1.domain.Task <- TaskCallable : task
}
}
package DEF-Dispatcher {
namespace at.enfilo.def.prototype1.dispatcher {
interface IJobDispatcher {
+submitJob() : JobState
+terminateJob() : void
+restartJob() : Job
+attachTask() : void
}
class ThreadJobDispatcher {
- runNormalTasks() : JobState
- runMapReduceTasks() : JobState
- createMapTaskDTO() : MapTaskDTO
- createReduceTask() : Task
}
IJobDispatcher <|-- ThreadJobDispatcher
ThreadJobDispatcher -> at.enfilo.def.prototype1.factory.ITaskFactory
.ExecutorService <- ThreadJobDispatcher : executorService
ThreadJobDispatcher ..> at.phe.def.mapreduce.MapTaskDTO : creates
ThreadJobDispatcher ..> at.phe.def.mapreduce.TaskCallable : creates
ThreadJobDispatcher ..> at.phe.def.mapreduce.MapTaskCallable : creates
ThreadJobDispatcher -> at.phe.def.mapreduce.PartitionHelper : partitionHelper
class JPPFAdapter
IJobDispatcher <|-- JPPFAdapter
class JobDispatcherFactory {
+{static} createJobDispatcher() : IJobDispatcher
}
JobDispatcherFactory ..> ThreadJobDispatcher : creates
JobDispatcherFactory ..> JPPFAdapter : creates
}
}
package DEF-Demo {
namespace at.phe.def.mapreduce.demo {
class MapReduceMain {
+main()
}
MapReduceMain -> at.enfilo.def.prototype1.dispatcher.IJobDispatcher : dispatcher
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : applicationTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : mapTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : reduceTask
MapReduceMain -> at.enfilo.def.prototype1.domain.LibraryFunction : partitioningTask
}
}
@enduml | false | true | false | false | sequence |
48995ff3b78ef0c7b23b48348f92ee4bd6e6274c | 5274762275640c71d944993ab4f19bfaa096cf0c | /docs/flow.puml | a9c3cfc4d1ac4bf6e593fa18838b536f907ccb2c | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | bluewang88/melania | 52b2d12b7e3e0944aa73806bfaab13e7c82291f2 | 13ee5a8c0b5e872eb058cead3c7bdc516d368d76 | refs/heads/master | 2021-08-08T03:17:27.516644 | 2017-11-09T12:13:36 | 2017-11-09T12:13:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,434 | puml | @startuml
!pragma teoz true
skinparam handwritten true
title <size:18><color blue>__Facebook Messenger Integration__</color></size>\nwith Cisco Unified CCX Web Chat (//via Cisco SocialMiner//)
actor customer as "<size:18>**Chat Customer**</size>\n//(on FB Messenger)//"
participant facebook as "<size:18><color blue>**Facebook**</color></size>\n☁"
participant melania as "<size:18><color red>**//Melania//**</color></size>\n(Hosted somewhere on the ☁)"
box "DMZ" #LightBlue
participant socialminer as "<size:18><color green>**SocialMiner**</color></size>"
end box
box "Enterprise"
participant ccx as "<size:18><color brown>**Unified CCX**</color></size>"
actor agent as "<size:18>**Chat Agent**</size>\n//(on Finesse Desktop)//"
end box
group Registration
melania -> facebook : Register Webhook\nfor messages
facebook -> melania : Validate Webhook
end
... ...
== Customer visits facebook page\nwants to start messaging with the business on FB Messenger ==
customer -> facebook : **"""Hi!"""**
rnote right of customer
Looks up FB page,
sends a msg
end rnote
facebook -> melania : Invoke webhook
rnote right of facebook
New incoming message
**"""{JSON}"""**
end rnote
melania -> facebook : Send welcome msg
rnote left of melania
**"""Hello!"""**
**"""How may I help you?"""**
end rnote
facebook -> customer : New message
rnote left of facebook
**"""Hello!"""**
**"""How may I help you?"""**
end rnote
customer -> facebook : **"""I have XYZ problem"""**
facebook -> melania : Invoke webhook
rnote right of facebook
New incoming message
**"""{JSON}"""**
end rnote
melania --> melania : CREATE SESSION
activate melania #FFBBBB
melania -> facebook : Send wait msg
rnote left of melania
**"""Please wait."""**
**"""Will find an agent"""**
end rnote
facebook -> customer : New message
rnote left of facebook
**"""Please wait."""**
**"""Will find an agent"""**
end rnote
melania -> socialminer : Create new chat request
rnote right of melania
**""HTTP POST /ccp/chat""**
""<SocialContact>""
"" ..""
""</SocialContact>""
end rnote
socialminer -> ccx : Queue chat contact
ccx -> agent : Allocate and offer chat contact
agent --> ccx : Accept chat contact
agent --> socialminer : Join chat session
== Agent joins and starts chatting with customer ==
agent --> socialminer : Start chatting with customer
rnote left of agent
**"""Hello customer!"""**
end rnote
melania -> socialminer : GET chat events
rnote right of melania
**""HTTP GET /ccp/chat""**
end rnote
socialminer --> melania : [Response] Chat Events
rnote left of socialminer
""<chatEvents>""
"" ..""
""</chatEvents>""
end rnote
melania --> melania : Process chat events
melania -> facebook : Send msg from agent
rnote left of melania
**"""Hello customer!"""**
end rnote
facebook -> customer : New message
rnote left of facebook
**"""Hello customer!"""**
end rnote
customer -> facebook : **"""blah blah"""**
facebook -> melania : Invoke webhook
rnote right of facebook
New incoming message
**"""{JSON}"""**
end rnote
melania -> socialminer : Send chat message
rnote right of melania
**""HTTP PUT /ccp/chat""**
""<Message>blah blah</Message>""
end rnote
socialminer -> agent : Message from customer
rnote right of socialminer
**"""blah blah"""**
end rnote
== Customer and agent continue talking to each other ==
... ...
agent -> socialminer : End Chat
melania -> socialminer : GET chat events
rnote right of melania
**""HTTP GET /ccp/chat""**
end rnote
socialminer --> melania : [Response] Chat Events
rnote left of socialminer
""<chatEvents>""
"" ..""
""</chatEvents>""
end rnote
melania --> melania : Process session END
melania -> facebook : Send goodbye msg
rnote left of melania
**"""Chat has ended. Thank you."""**
end rnote
melania --> melania : Destroy session
deactivate melania
facebook -> customer : New message
rnote left of facebook
**"""Chat has ended. Thank you."""**
end rnote
@enduml | false | true | true | false | sequence |
9f0123f356f6a226be456307b6a65e548620f6bb | fd2f472634c68934b6de8f38ea141294a1476c64 | /lib/src/main/java/com/example/lib/装饰模式_标准.puml | a2282ddd0bcf75c0e70e14e250db81f9f11fbe0e | [] | no_license | guangdeshishe/DesignPattern | d45bae8428c9c41fcbc95c05da41f0d8fae824c6 | 9a1c7504131ca6a866d3bb5f16e6b42a3ce7889a | refs/heads/master | 2020-06-25T02:53:15.755175 | 2019-09-29T09:09:41 | 2019-09-29T09:09:41 | 199,177,202 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
interface Component{
+operation()
}
class ConcurrentComponent{
+operation()
}
abstract class Decorator {
- mRealComponent : Component
+Decorator()
+doDomeThing()
}
class ConcurrentDecoratorA{
+doDomeThing()
}
class ConcurrentDecoratorB{
+doDomeThing()
}
Component <|.. ConcurrentComponent
Decorator <|-- ConcurrentDecoratorA
Decorator <|-- ConcurrentDecoratorB
Component <-- Decorator
@enduml | false | true | false | false | class |
507f91f3f1862e5dcd3232834e5e1bacec1b525e | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Hybrid-Cloud/Environment-Manager/Physical.puml | 60f7db076e4d0ee5c6e629266e883ce5df27abf1 | [] | 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 | 414 | puml | @startuml
package "Hybrid Cloud/Environment Manager" #lightblue {
interface CLI
interface Web
interface REST
folder bin #ffffff {
component binName
}
folder appName #ffffff {
component sails.io
component sailsjs
}
folder uService1 #ffffff {
component micro
}
}
CLI -- binName
binName -- REST
Web -- sailsjs
Web -- REST
REST -- sailsjs
Web -- sails.io
REST -- micro
@enduml
| false | true | false | false | class |
c7374a34fc3255e4eabc79802ddd68155c5fac8c | 85592c2f8d87903b27b3b6a1dd1f733231f6585c | /guava-tests/test/com/nanyin/test/design/factory/simpleFactory/simpleFactory.puml | 34c32261d41f4f65f7803371da8513d474aac9fc | [
"Apache-2.0"
] | permissive | NanYinIU/guava-with-comments | 52aa7248f4eb7f8d7bb8173b0d432de5a327490f | 04f402389aadc903ff4c595049dfb01575d3bd71 | refs/heads/master | 2021-06-27T20:31:52.847594 | 2019-06-28T03:04:02 | 2019-06-28T03:04:02 | 140,093,917 | 0 | 0 | Apache-2.0 | 2020-10-13T09:33:12 | 2018-07-07T15:05:44 | Java | UTF-8 | PlantUML | false | false | 422 | puml | @startuml
interface Shoes <<interface>>{
getColor() : void
}
class redShoes <<class>>{
getColor : void
}
class WhiteShoes <<class>>{
getColor : void
}
class OtherShoes <<class>>{
getColor : void
}
class ShoesFactory <<class>>{
getShoes : Shoes
}
Shoes <|.. redShoes
Shoes <|.. WhiteShoes
Shoes <|.. OtherShoes
redShoes <.. ShoesFactory
WhiteShoes <.. ShoesFactory
OtherShoes <.. ShoesFactory
@enduml
| false | true | false | false | class |
7b4ba7b913e241714c458f681ec0d16efa647f9c | 69ba43a9300839b5e48c71efc48e54215341f333 | /src/documentation/PackageDiagram.puml | eeffb58de4fefabd6432a94d5f29e111abed4169 | [] | no_license | hhhhhmy/Agile-OnErrand | 7b546f1dd01d09d25d74a1ab98d8eeed304fd1fe | 98d66b6c15b10e432aea870efa9962eb67157cad | refs/heads/master | 2023-01-13T06:59:51.220551 | 2020-11-11T10:00:15 | 2020-11-11T10:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,452 | puml | @startuml
hide members
left to right direction
Package Controller{
class Controller
interface Command
class InitialState
class CalculateState
class MapLoadedState
class RequestLoadedState
class listOfCommand
class ReverseCommmande
class AddCommande
class DeleteRequestState
interface State
Controller --> State
InitialState ..|> State
CalculatedState ..|> State
MapLoadedState ..|> State
RequestLoadedState ..|> State
AddRequestState1..|> State
AddRequestState2..|> State
AddRequestState3..|> State
AddRequestState4..|> State
AddRequestState5..|> State
DeleteRequestState..|> State
listOfCommand ..|> Command
ReverseCommmande ..|> Command
AddCommande ..|> Command
}
Package Util{
class XMLParser
class XMLfileOpener
class ExceptionXML
class TourSerializer
XMLParser --> XMLfileOpener
}
Package Algorithm{
interface TSP
class TSP1
class TSP2
class TemplateTSP
interface Graph
class CompleteGraph
class MapGraph
class Seqlter
class MinFirstIter
TSP2 --|> TSP1
TemplateTSP -> MapGraph
Controller -up-> TSP
TSP1 --|> TemplateTSP
TemplateTSP ..|> TSP
CompleteGraph..|> Graph
MapGraph..|> Graph
}
Package Model{
class Intersection
class Map
class Mission
class Request
class Segment
CompleteGraph --> Mission
CompleteGraph --> Map
TourSerializer --> Map
TourSerializer --> Mission
TourSerializer --> Segment
Map --> Intersection
Map --> Segment
Controller --> Map
Controller --> Mission
Mission --> Intersection
Mission --> Request
Request --> Intersection
Segment --> Intersection
}
Package Test{
class DijkstraTest
class TSPTest
class TSP3
class XMLparserTest
TSP3 --|> TSP1
XMLparserTest --> XMLParser
TSPTest --> TemplateTSP
TSPTest --> TSP3
DijkstraTest --> Graph
}
Package View{
class Window
class TextualView
class GraphicalView
class ButtonListener
class MouseListener
class PopupWindow
State --> PopupWindow
Controller --> Window
Window --> TextualView
Window --> GraphicalView
Window --> ButtonListener
Window --> MouseListener
TextualView --> Mission
GraphicalView --> Map
GraphicalView --> Mission
GraphicalView --> TSP
ButtonListener --> Controller
}
@enduml | false | true | false | false | state |
ca3bbfc3cb0b6478340d8283282a3d56fdbe99dc | 62bcebea5b44a2a31b1a64673d662af7e4504c0b | /uml/metrics-api.puml | e40ad97ac732b58ca49ae75106c6075d063d4b82 | [
"Apache-2.0",
"CC0-1.0"
] | permissive | alibaba/metrics | 247bfbe892f26a5d8770a84b66a634deb946a731 | aeed56ee4bc1ddb1682d2d8df0847dca112176d7 | refs/heads/master | 2023-04-30T08:50:39.500703 | 2021-12-15T07:24:00 | 2021-12-15T07:24:00 | 167,330,257 | 469 | 135 | Apache-2.0 | 2023-03-13T06:37:30 | 2019-01-24T08:20:52 | Java | UTF-8 | PlantUML | false | false | 1,455 | puml | @startuml
interface Metric
interface Counting {
+ long getCount()
}
interface Sampling {
+ Snapshot getSnapshot()
}
interface Metered {
+ long getCount()
+ double getFifteenMinuteRate()
+ double getFiveMinuteRate()
+ double getOneMinuteRate()
+ double getMeanRate()
}
interface Timer {
+ Context time()
+ void update()
}
interface Histogram {
+ void update()
}
interface Meter {
+ void mark()
}
interface Counter {
+ void inc()
+ void dec()
}
interface Gauge {
+ T getValue()
}
abstract class MetricRegistry {
+ Counter getCounter()
+ Histogram getHistogram()
+ Meter getMeter()
+ Timer getTimer()
}
Counting -[hidden]> Metric
Sampling -[hidden]> Metric
'interface Metered -up-|> Metric
'interface Metered -up-|> Counting
'interface Gauge -up--|> Metric
'interface Counter -up--|> Metric
'interface Counter -up-|> Counting
'interface Histogram -up--|> Metric
'interface Histogram -up-|> Counting
'interface Histogram -up-|> Sampling
'interface Meter -up-|> Metered
'interface Timer -up-|> Metered
'interface Timer -up-|> Sampling
'interface MetricSet -left-|> Metric
'interface DynamicMetricSet -up-|> Metric
MetricRegistry -up-|> MetricSet
'Metered <|-up- interface Compass
'Gauge <|.up. abstract class RatioGauge
'Gauge <|.. abstract class CachedGauge
MetricRegistry ..> Histogram
MetricRegistry ..> Timer
MetricRegistry ..> Counter
MetricRegistry ..> Gauge
MetricRegistry ..> Meter
'
'interface DynamicMetricSet ---|> Metric
@enduml | false | true | false | false | class |
f4c8f545197314cb86fac6455e294c7d1af72dbe | 1de73f58e04122c5a4ee2d2ca68bc7ee47d87fbd | /docs/diagramas/src/seq_criar_atividade.puml | 72324ffdfa0abff69a54aea1bc09b4696e460c79 | [] | no_license | dhiegov/Igenda | 4c3403ef99d9841d2b22d2be0847c7170878fe25 | 8c674bdac33eecc0a0190d9ac6ca19b37802ebe4 | refs/heads/master | 2021-08-18T18:08:35.573116 | 2018-12-12T13:15:36 | 2018-12-12T13:15:36 | 134,581,880 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 354 | puml | @startuml
participant Usuario as usr
participant Interface as in
participant Fachada as fac
usr -> in: criar_atividade()
usr <-- in: Me diga a descrição
usr --> in: <Descrição>
usr <-- in: Me diga as tags
usr --> in: <Tags>
usr <-- in: Me diga a data para essa atividade
usr --> in: <Data>
in -> fac: criar_atividade(Atividade atividade)
@enduml
| false | true | true | false | sequence |
bf20b2d11288c94a35656026afdfcc8a32e5f0c2 | 2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8 | /CleanSheets/src/main/java/csheets/worklog/n1130980/sprint2/core02_2_Design.puml | 662eb04780f4ff8deba7ba4ac987e5351cba5de9 | [] | no_license | ABCurado/University-Projects | 7fb32b588f2c7fbe384ca947d25928b8d702d667 | 6c9475f5ef5604955bc21bb4f8b1d113a344d7ab | refs/heads/master | 2021-01-12T05:25:21.614584 | 2017-01-03T15:29:00 | 2017-01-03T15:29:00 | 77,926,226 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,462 | puml | @startuml doc-files/core02_2_Design.png
actor User
participant "CommentsPanel" as UIPanel
participant "CommentPanel" as CmtPanel
participant "JTextArea" as text
participant "ApplyAction" as Action
participant "CommentController" as Ctrl
participant "CommentableCell" as Cell
participant "Comment" as Cmt
participant "CellRenderer" as CRenderer
participant "UIController" as UICtrl
UIPanel -> text : create()
User -> UIPanel : commentChanged(cell)
UIPanel -> Cell : hasComment()
UIPanel -> UIPanel : paintCommentPanels()
UIPanel -> UIPanel : cleanCommentsPanel();
UIPanel -> Ctrl : getCommentList(this.cell)
UIPanel -> CmtPanel : new CommentPanel(cmt.getUserName(), cmt.getText())
CmtPanel -> Cmt : getUserName()
CmtPanel -> Cmt : getText()
UIPanel -> UIPanel : add(CmtPanel)
UIPanel -> text : setText("")
UIPanel -> CmtPanel : setVisible(true)
UIPanel -> UIPanel : refreshUI()
UIPanel -> UIPanel : revalidate();
UIPanel -> UIPanel : repaint()
UIPanel -> Action : create()
User -> UIPanel : selectionChanged(event)
UIPanel -> Action : focusLost(focusEvent)
Action -> UIPanel : newComment()
UIPanel -> Ctrl : addComment(cell,textField.getText())
Ctrl -> Ctrl : System.getProperty("user.name")
Ctrl -> Cell : addComment(userName, comment)
Cell -> Cell : list.add(newComent)
Cell -> Cell : fireCommentsChanged()
Ctrl -> UICtrl : setWorkbookModified(workbook)
UICtrl -> UICtrl : changeLog.put(workbook,true)
UICtrl -> UICtrl : fireWorkbookModified(workbook)
@enduml
| false | true | false | false | usecase |
acf53734b3d46cddc5c13fc63030942ab5b4e793 | a9f5d6adab56c3085c88fbbf2806f7d8550d3ac4 | /Ver5_Building/Ver5_Building.plantuml | e1af18d5a332a57a79eba102f1370354f0c11a7d | [] | no_license | DoanHau2k/JavaFx_ClusterSort_2020 | 066c4f40632868804ebfa7537ba142d2a4e0d5c3 | 4c44b681ca95bbce2055a81b009d75d7853e9658 | refs/heads/main | 2023-06-21T00:14:58.349132 | 2021-07-30T05:17:56 | 2021-07-30T05:17:56 | 390,939,524 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,347 | plantuml | @startuml
title __VER5's Class Diagram__\n
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.AbstractClustering {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.KMAndMSGeneral {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KMeans {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KNearestNeighbor {
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.MeanShift {
}
}
}
namespace MainCode {
class MainCode.Controller {
}
}
namespace MainCode {
class MainCode.HelpfullFunction {
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
abstract class MainCode.InSetData.GenerateNode.AbstractGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.GenerateCentroids {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.KMeansGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.KNearestNeighborGenerateNodes {
}
}
}
}
namespace MainCode {
namespace InSetData {
namespace GenerateNode {
class MainCode.InSetData.GenerateNode.MeanShiftGenerateNode {
}
}
}
}
namespace MainCode {
namespace InSetData {
class MainCode.InSetData.Node {
}
}
}
namespace MainCode {
class MainCode.Launcher {
}
}
namespace MainCode {
class MainCode.Main {
}
}
MainCode.ClusteringAlgorithm.KMAndMSGeneral -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KMeans -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
MainCode.ClusteringAlgorithm.KNearestNeighbor -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KNearestNeighbor o-- MainCode.InSetData.Node : centroids
MainCode.ClusteringAlgorithm.MeanShift -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
MainCode.Controller .up.|> javafx.fxml.Initializable
MainCode.Controller o-- MainCode.ClusteringAlgorithm.AbstractClustering : abstractClustering
MainCode.InSetData.GenerateNode.KMeansGenerateNodes -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.GenerateNode.KNearestNeighborGenerateNodes -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.GenerateNode.MeanShiftGenerateNode -up-|> MainCode.InSetData.GenerateNode.AbstractGenerateNodes
MainCode.InSetData.Node -up-|> javafx.scene.shape.Circle
MainCode.Main -up-|> javafx.application.Application
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 |
ca06b19d846093420b21c08724d865338fb86a6c | 2b7b2a5b8814c9edfed7efa378d2532326fb1824 | /src/Docs/Resources/current/2-internals/1-core/10-erd/_puml/erd-all.puml | 32fe1f0aa37ae395b6a8a346c0664bfe1deed524 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | pascalheidmann-bedarf/platform | 3dd0231a89077f96b094b352f57901b77e1520a4 | 91e6c7592dc9c8be7a8d8f8326cfda14b1e53ced | refs/heads/master | 2020-06-05T04:41:45.390374 | 2019-06-17T07:42:06 | 2019-06-17T07:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 89,215 | 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(ShopwareCoreFrameworkCustomFieldCustomFieldDefinition, "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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set\n(CustomField set/group)") {
primary_key(id) id
not_null(name) string
config json
active bool
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition, "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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkEventEventActionEventActionDefinition, "event_action\n(Configurable event handling)") {
primary_key(id) id
not_null(eventName) string
not_null(actionName) string
config json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
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) date
not_null(exception) longText
not_null(exceptionMessage) longText
not_null(exceptionFile) longText
not_null(exceptionLine) int
scheduledTaskId foreignKey
not_null(createdAt) createdAt
not_null(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
not_null(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 date
upgradedAt date
iconRaw blob
icon string
label translated
description translated
manufacturerLink translated
supportLink translated
changelog translated
customFields translated
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
primary_key(pluginId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkScheduledTaskScheduledTaskDefinition, "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 date
not_null(nextExecutionTime) date
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkLanguageLanguageDefinition, "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
not_null(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
not_null(navigationCategoryId) foreignKey
not_null(navigationCategoryVersionId) referenceVersion
footerCategoryId foreignKey
footerCategoryVersionId referenceVersion
serviceCategoryId foreignKey
serviceCategoryVersionId referenceVersion
mailHeaderFooterId foreignKey
name translated
shortName string
not_null(accessKey) string
configuration json
active bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition, "sales_channel_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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 channels)") {
primary_key(id) id
not_null(url) string
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
not_null(currencyId) foreignKey
not_null(snippetSetId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition, "sales_channel_type_translation\n((Translations))") {
not_null(name) string
manufacturer string
description string
descriptionLong longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(salesChannelTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemCountryCountryDefinition, "country\n(Country)") {
primary_key(id) id
name translated
iso string
position int
taxFree bool
active bool
iso3 string
displayStateInRegistration bool
forceStateInRegistration bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state\n(A countries 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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition, "country_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
isDefault bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition, "currency_translation\n((Translations))") {
not_null(shortName) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition, "locale_translation\n((Translations))") {
not_null(name) string
not_null(territory) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(localeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition, "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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkSnippetSnippetDefinition, "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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemSalutationSalutationDefinition, "salutation\n(Salutation configuration)") {
primary_key(id) id
not_null(salutationKey) string
displayName translated
letterName translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition, "salutation_translation\n((Translations))") {
not_null(displayName) string
not_null(letterName) string
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemUnitUnitDefinition, "unit\n(Measuring unit)") {
primary_key(id) id
shortCode translated
name translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition, "unit_translation\n((Translations))") {
not_null(shortCode) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(email) string
active bool
customFields customFields
storeToken string
not_null(createdAt) createdAt
not_null(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 date
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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 date
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineStateMachineTranslationDefinition, "state_machine_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition, "state_machine_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(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
not_null(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
not_null(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
not_null(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
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition, "number_range_type_translation\n((Translations))") {
not_null(typeName) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(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
visible bool
active bool
name translated
customFields translated
slotConfig translated
externalLink translated
description translated
cmsPageId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
canonicalUrl CanonicalUrlAssociation
url string
translated json
}
TranslationTable(ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition, "category_translation\n((Translations))") {
not_null(name) string
breadcrumb list
slotConfig json
externalLink string
description longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(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 date
fileName longText
fileSize int
mediaTypeRaw blob
metaData json
mediaType json
alt translated
title translated
url string
customFields translated
thumbnailsRo blob
hasFile bool
private bool
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition, "media_translation\n((Translations))") {
title string
alt longText
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition, "media_folder_configuration\n(Configuration)") {
primary_key(id) id
createThumbnails bool
keepAspectRatio bool
thumbnailQuality int
private bool
mediaThumbnailSizesRo blob
customFields customFields
not_null(createdAt) createdAt
not_null(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
blacklistIds blacklistRule
whitelistIds whitelistRule
autoIncrement int
active bool
not_null(stock) int
variantRestrictions json
displayInListing bool
configuratorGroupConfig json
not_null(manufacturerId) foreignKey
not_null(productManufacturerVersionId) referenceVersion
unitId foreignKey
not_null(taxId) foreignKey
coverId foreignKey
productMediaVersionId referenceVersion
not_null(price) price
manufacturerNumber string
ean string
not_null(productNumber) numberRange
isCloseout bool
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 date
categoryTree list
propertyIds manyToManyId
optionIds manyToManyId
tagIds manyToManyId
listingPrices priceRulesJson
minDeliveryTime int
maxDeliveryTime int
restockTime int
additionalText translated
name translated
keywords translated
description translated
metaTitle translated
packUnit translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
canonicalUrl CanonicalUrlAssociation
url string
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(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
not_null(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(currencyId) foreignKey
not_null(ruleId) foreignKey
not_null(price) price
not_null(quantityStart) int
quantityEnd int
customFields customFields
not_null(createdAt) createdAt
not_null(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
primary_key(languageId) foreignKey
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(keyword) string
not_null(ranking) float
not_null(createdAt) createdAt
not_null(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(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition, "product_manufacturer_translation\n((Translations))") {
not_null(name) string
description longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition, "product_translation\n((Translations))") {
additionalText string
not_null(name) string
keywords longText
description longTextWithHtml
metaTitle string
packUnit string
customFields customFields
not_null(createdAt) createdAt
not_null(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(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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition, "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
not_null(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
status string
hash string
customFields customFields
confirmedAt date
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition, "product_stream_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
customFields translated
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition, "property_group_option_translation\n((Translations))") {
not_null(name) string
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(propertyGroupOptionId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition, "property_group_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition, "cms_page_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(cmsPageId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition, "cms_block\n(Content Block)") {
primary_key(id) id
not_null(position) int
not_null(type) string
locked writeLockIndicator
name string
sizingMode string
marginTop string
marginBottom string
marginLeft string
marginRight string
backgroundColor string
backgroundMediaId foreignKey
backgroundMediaMode string
cssClass string
not_null(pageId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition, "cms_slot_translation\n((Translations))") {
not_null(config) configurationValue
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition, "mail_template_translation\n((Translations))") {
senderName string
description longText
subject string
contentHtml longTextWithHtml
contentPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition, "mail_template_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
availableEntities json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition, "mail_template_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel\n(M:N Mapping)") {
primary_key(mailTemplateId) foreignKey
primary_key(salesChannelId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media\n(M:N Mapping)") {
primary_key(id) id
not_null(mailTemplateId) foreignKey
not_null(mediaId) foreignKey
position int
}
Table(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer\n(Header/Footer content)") {
primary_key(id) id
systemDefault bool
name translated
description translated
headerHtml translated
headerPlain translated
footerHtml translated
footerPlain translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition, "mail_header_footer_translation\n((Translations))") {
not_null(name) string
description string
headerHtml longTextWithHtml
headerPlain longText
footerHtml longTextWithHtml
footerPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailHeaderFooterId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition, "delivery_time_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(deliveryTimeId) 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) string
title string
active bool
guest bool
firstLogin date
lastLogin date
newsletter bool
birthday date
lastOrderDate date
orderCount int
customFields customFields
legacyPassword string
legacyEncoder string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition, "customer_group_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group\n(Customer groups)") {
primary_key(id) id
name translated
displayGross bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag\n(M:N Mapping)") {
primary_key(customerId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition, "discount_surcharge\n(Discounts/Surcharges)") {
primary_key(id) id
name translated
not_null(ruleId) foreignKey
not_null(type) string
not_null(amount) float
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition, "discount_surcharge_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(discountSurchargeId) foreignKey
primary_key(languageId) 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
config json
sent bool
static bool
not_null(deepLinkCode) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition, "document_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition, "document_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(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(salesChannelId) foreignKey
not_null(orderDate) date
price cartPrice
amountTotal float
amountNet float
positionPrice float
taxStatus string
shippingCosts calculatedPrice
shippingTotal float
not_null(currencyFactor) float
deepLinkCode string
not_null(stateId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
title string
customerNumber string
customFields customFields
not_null(createdAt) createdAt
not_null(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) foreignKey
trackingCode string
not_null(shippingDateEarliest) date
not_null(shippingDateLatest) date
shippingCosts calculatedPrice
customFields customFields
not_null(createdAt) createdAt
not_null(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
not_null(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
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(price) calculatedPrice
not_null(priceDefinition) priceDefinition
unitPrice float
totalPrice float
description string
type string
customFields customFields
not_null(createdAt) createdAt
not_null(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) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(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
customFields translated
availabilityRuleId foreignKey
mediaId foreignKey
formattedHandlerIdentifier string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition, "payment_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(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 date
validUntil date
not_null(maxRedemptionsGlobal) int
not_null(maxRedemptionsPerCustomer) int
not_null(exclusive) bool
not_null(useCodes) bool
code string
orderCount int
ordersPerCustomerCount json
not_null(createdAt) createdAt
not_null(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
not_null(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
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
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
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") {
primary_key(discountId) foreignKey
primary_key(ruleId) foreignKey
}
TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") {
not_null(name) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(promotionId) foreignKey
primary_key(languageId) foreignKey
}
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
description translated
not_null(createdAt) createdAt
not_null(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
not_null(currencyId) foreignKey
ruleId foreignKey
calculation int
calculationRuleId foreignKey
quantityStart float
quantityEnd float
not_null(price) float
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition, "shipping_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(shippingMethodId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition, "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
isValid bool
autoIncrement int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareStorefrontFrameworkSeoSeoUrlTemplateSeoUrlTemplateDefinition, "seo_url_template\n(Template)") {
primary_key(id) id
salesChannelId foreignKey
not_null(entityName) string
not_null(routeName) string
not_null(template) string
isValid bool
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
' relationshipd
ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreFrameworkCustomFieldCustomFieldDefinition
ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition --> ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition
ShopwareCoreFrameworkScheduledTaskScheduledTaskDefinition --> ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition
ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreFrameworkLanguageLanguageDefinition --> ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition
ShopwareCoreFrameworkLanguageLanguageDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemLocaleLocaleDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> 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
ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareStorefrontFrameworkSeoSeoUrlTemplateSeoUrlTemplateDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition
ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreSystemUserUserDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreFrameworkSnippetSnippetDefinition --> ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemTaxTaxDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition --> ShopwareCoreSystemUserUserDefinition
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
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition
ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition
ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition
ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition --> ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition
ShopwareCoreCheckoutDiscountSurchargeAggregateDiscountSurchargeTranslationDiscountSurchargeTranslationDefinition --> ShopwareCoreCheckoutDiscountSurchargeDiscountSurchargeDefinition
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
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
@enduml
| false | true | false | false | sequence |
4139439ad75bd09525d91d31f0434b69dc02d51e | 6e29d893e7deebb9339dd5515195d7e510aba402 | /PDS/upskill_java1_g1-main/v2/UC2_Definir_Área_de_Actividade/Diagrama Sequencia - UC2 - Definir area de atividade.plantuml | 72367161032cfebf92e1f5fa6e557b4c98cbb794 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 1,298 | plantuml | @startuml
title UC2 - Definir área de atividade\n
participant Administrativo
activate Administrativo
Administrativo -> UC2_UI: Nova Área de atividade
UC2_UI --> Administrativo: \n\nSolicita dados \n(Código Único, Descrição Breve,\n Descrição Detalhada)
deactivate UC2_UI
Administrativo -> UC2_UI: \nIntroduz os dados solicitados
activate UC2_UI
UC2_UI -> UC2_CTRL: novaArea(codUnica, dBreve, dDetalhada)
activate UC2_CTRL
UC2_CTRL -> Plataforma: area=novaArea(codUnica, dBreve, dDetalhada)
activate Plataforma
deactivate Plataforma
UC2_CTRL -> AreaAtividade: criar(codUnica, dBreve, dDetalhada)
activate AreaAtividade
AreaAtividade --> UC2_CTRL: a1
deactivate AreaAtividade
UC2_CTRL --> UC2_UI: a1
UC2_UI --> Administrativo: Apresenta dados e solicita confirmação
deactivate Plataforma
deactivate UC2_CTRL
deactivate UC2_UI
Administrativo -> UC2_UI: Confirma os dados
activate UC2_UI
UC2_UI -> UC2_CTRL: registaAreaAtividade()
activate UC2_CTRL
UC2_CTRL -> Plataforma: registaAreaAtividade(area)
activate Plataforma
Plataforma -> Plataforma: validaAreaAtividade(area)
Plataforma -> Plataforma: adicionarAreaAtividade(area)
deactivate Plataforma
deactivate UC2_CTRL
UC2_UI --> Administrativo: Área de Atividade adicionada com sucesso
deactivate UC2_UI
deactivate Administrativo
@enduml | false | true | true | false | sequence |
3c0b2bc526c39d8e17881039d18b42885e09d6cd | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.WebStore/Sales/WebStoreOrderResponse.puml | 09fba6619687d06a7736b791c01886b020dea7a4 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 138 | puml | @startuml
class WebStoreOrderResponse {
}
ResponseBase <|-- WebStoreOrderResponse
WebStoreOrderResponse --> "Order" WebStoreOrder
@enduml
| false | true | false | false | class |
d0bd68d4e7f2f85de9f4c52bf2c79a947ea5890c | 4830d642871bca9d89b03473d53ee32e8cd64121 | /use-cases/42/use-case-42.puml | 172bc2fddbc48303e497a497904ef4f352df2e6b | [
"Apache-2.0"
] | permissive | eoinkane/sem-coursework | ac12b74e2d7deca4a584c89a521a809b4f189ed6 | 634006895b639327b2dcd053d1de169e0f65a492 | refs/heads/master | 2023-04-17T10:53:39.026338 | 2021-04-30T08:28:10 | 2021-04-30T08:28:10 | 333,163,286 | 3 | 0 | null | 2021-02-06T13:27:57 | 2021-01-26T17:32:14 | null | UTF-8 | PlantUML | false | false | 306 | puml | @startuml
actor Member as "Information Analyst in the
organisation"
rectangle Database
rectangle "Population Information System" {
usecase UC42 as "Get City Reports for every city."
usecase UCa as "Output the report."
Member - UC42
UC42 ..> UCa : include
UC42 - Database
}
@enduml | false | true | false | false | usecase |
c7dc18549dfd62ada7c0f34d580b1e07c0464f12 | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/iti18.plantuml | 9ef7367747dc5087aeea6d8e04c98ce6a0dab463 | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 220 | plantuml | @startuml
hide footbox
participant "Document Consumer" as CON
participant "Document Registry" as REG
CON -> REG : Registry Stored Query
activate REG
REG --> CON : Registry Stored Query Response
deactivate REG
@enduml | false | true | false | false | sequence |
3a6145ad0a56ebed96a670a4edd990641e81d50e | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/clamp/acm/plantuml/states/AcTypeStates.puml | f255b040674b7951c65b9d107051160514be2318 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 315 | puml | @startuml
[*] --> COMMISSIONED: Commission
COMMISSIONED --> [*]: Decommission
COMMISSIONED --> PRIMING: Prime
PRIMED --> PRIMING: Prime
PRIMING --> PRIMED: AC Element Types\nall PRIMED
PRIMING --> DEPRIMING: Deprime
PRIMED --> DEPRIMING: Deprime
DEPRIMING --> COMMISSIONED: AC Element Types\nall DEPRIMED
@enduml
| false | true | false | false | sequence |
4f1271b59e68f495095c9024941b949bcee8e942 | 942438f1316c8c5bcb8f4d705290fec63a7f1446 | /src/main/java/tech/eportfolio/server/common/validator/validator.plantuml | c3c8a8593c1c5c2b80205e8c012b99f85584fddb | [] | no_license | eportfolio-tech/server | 30ab0be7c66902552673de2d9401a71c9d88f787 | 058cf845b2a1b56487e61908266bae8a7c0203d6 | refs/heads/dev | 2023-01-20T07:06:12.074820 | 2020-12-02T15:31:42 | 2020-12-02T15:31:42 | 284,626,361 | 0 | 0 | null | 2020-11-02T08:41:44 | 2020-08-03T06:55:12 | Java | UTF-8 | PlantUML | false | false | 863 | plantuml | @startuml
title __VALIDATOR's Class Diagram__\n
namespace tech.eportfolio.server {
namespace common.validator {
class tech.eportfolio.server.common.validator.EmailConstraintValidator {
+ isValid()
}
}
}
namespace tech.eportfolio.server {
namespace common.validator {
class tech.eportfolio.server.common.validator.PasswordConstraintValidator {
+ isValid()
}
}
}
tech.eportfolio.server.common.validator.EmailConstraintValidator .up.|> javax.validation.ConstraintValidator
tech.eportfolio.server.common.validator.PasswordConstraintValidator .up.|> javax.validation.ConstraintValidator
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 |
ee9f22712daa3aa1a4599ad4a9ef83d6dcb3f286 | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/src/main/java/fourcats/usecaseinteractor/UseCaseInteractor.plantuml | a886a3a6dc65eb04170cab47d47df56586da03bc | [
"MIT"
] | permissive | fourcatsteam/NaturalAPI | 180563686a91b494b8f7084f13e44b95e02a6aa2 | eb612e47de99893f307f6549feaa889becda2b8a | refs/heads/master | 2022-12-23T04:34:00.959782 | 2020-05-18T13:37:13 | 2020-05-18T13:37:13 | 250,514,043 | 0 | 1 | MIT | 2022-12-16T05:16:55 | 2020-03-27T11:14:03 | HTML | UTF-8 | PlantUML | false | false | 5,205 | plantuml | @startuml
title __USECASEINTERACTOR's Class Diagram__\n
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.AddBalSuggestion {
+ AddBalSuggestion()
+ addSuggestion()
+ addSuggestionByIdType()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.CreateCustomType {
+ CreateCustomType()
+ createType()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.DeclineBalSuggestion {
+ DeclineBalSuggestion()
+ declineSuggestion()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBal {
+ GenerateBal()
+ generateBAL()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.GenerateBalSuggestions {
{static} - AS_A : String
+ GenerateBalSuggestions()
+ generateSuggestions()
# extractActorName()
# extractScenarioContent()
# extractScenarioName()
# extractScenarioSteps()
# generateAction()
# generateObject()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.LoadBdl {
+ LoadBdl()
+ loadingBdl()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ModifyBalSuggestion {
+ ModifyBalSuggestion()
+ addObject()
+ modifyActionName()
+ modifyActionType()
+ modifyActionTypeById()
+ modifyObjectName()
+ modifyObjectType()
+ modifyObjectTypeById()
+ removeObject()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.RemoveBdl {
+ RemoveBdl()
+ removeLoadedBdl()
}
}
}
namespace fourcats {
namespace usecaseinteractor {
class fourcats.usecaseinteractor.ShowTypes {
+ ShowTypes()
+ showTypes()
}
}
}
fourcats.usecaseinteractor.AddBalSuggestion .up.|> fourcats.port.AddBalSuggestionInputPort
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.port.AddBalSuggestionOutputPort : out
fourcats.usecaseinteractor.AddBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.CreateCustomType .up.|> fourcats.port.CreateCustomTypeInputPort
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.port.CreateCustomTypeOutputPort : out
fourcats.usecaseinteractor.CreateCustomType o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.DeclineBalSuggestion .up.|> fourcats.port.DeclineBalSuggestionInputPort
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.port.DeclineBalSuggestionOutputPort : out
fourcats.usecaseinteractor.DeclineBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBal .up.|> fourcats.port.GenerateBalInputPort
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.BalAnalyzer : balAnalyzer
fourcats.usecaseinteractor.GenerateBal o-- fourcats.port.GenerateBalOutputPort : out
fourcats.usecaseinteractor.GenerateBal o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions .up.|> fourcats.port.GenerateBalSuggestionsInputPort
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.port.GenerateBalSuggestionsOutputPort : out
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.GenerateBalSuggestions o-- fourcats.interfaceaccess.TextAnalyzer : textAnalyzer
fourcats.usecaseinteractor.LoadBdl .up.|> fourcats.port.LoadBdlInputPort
fourcats.usecaseinteractor.LoadBdl o-- fourcats.port.LoadBdlOutputPort : out
fourcats.usecaseinteractor.LoadBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ModifyBalSuggestion .up.|> fourcats.port.ModifyBalSuggestionInputPort
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.port.ModifyBalSuggestionOutputPort : out
fourcats.usecaseinteractor.ModifyBalSuggestion o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.RemoveBdl .up.|> fourcats.port.RemoveBdlInputPort
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.port.RemoveBdlOutputPort : out
fourcats.usecaseinteractor.RemoveBdl o-- fourcats.interfaceaccess.RepositoryAccess : repo
fourcats.usecaseinteractor.ShowTypes .up.|> fourcats.port.ShowTypesInputPort
fourcats.usecaseinteractor.ShowTypes o-- fourcats.port.ShowTypesOutputPort : out
fourcats.usecaseinteractor.ShowTypes o-- fourcats.interfaceaccess.RepositoryAccess : repo
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 |
4e5bafef9d9831023a88fd904fd8bf89beb8ae14 | c69a4c4bf8190b1d121dbf52beb72870964a43eb | /docs/linking/3-authentication-third-party-fido.puml | 0ae81742b4a5b91f544c6e6540181b0a8fbc1427 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | kleyow/pisp | 98bc352ef03a5125c35456f422c78c1d2462e519 | bf6917f6a0f0066af38b8894b25619261cf4e7af | refs/heads/master | 2023-06-27T23:04:05.046890 | 2020-10-20T02:52:13 | 2020-10-20T02:52:13 | 268,942,351 | 0 | 0 | NOASSERTION | 2020-06-03T01:00:48 | 2020-06-03T01:00:48 | null | UTF-8 | PlantUML | false | false | 852 | puml | @startuml
title PISP Linking: Authentication (Third-party FIDO registration)
participant "PISP" as PISP
box "Mojaloop"
participant Switch
end box
participant "DFSP" as DFSP
autonumber 1 "<b>3P-FIDO-AUTH-#</b>"
...
note over PISP, DFSP
Here the user goes through the web authentication process with their DFSP.
The end result is a redirect back to the PISP with a special URL parameter indicating to the PISP that it should wait to be notified about a credential.
end note
...
autonumber 1 "<b>AUTH-#</b>"
note over PISP, DFSP
At this point, the DFSP believes that the User is their customer and that User trusts the PISP. This means that the DFSP can continue by granting consent.
Note that the DFSP never "responds" to the Consent Request itself. Instead, it will create a Consent resource in the Grant phase.
end note
@enduml
| false | true | false | false | sequence |
8c54b54729f7523c8f40631dfb7a7fee8b0c858b | eb3fba3c8cc7e0423b59226af565ca26e3b73158 | /ADC_diagram.plantuml | 2321cdfef5c18d8fb0618acc313752607a32cf3c | [] | no_license | erickTornero/STM32F4Discovery-ADC | 5958df42f896430221a756e12216adfe9194fbce | ad0fac431ea7681b79da31a13eb684395388a57b | refs/heads/master | 2021-01-20T15:54:26.531425 | 2017-05-10T21:59:07 | 2017-05-10T21:59:07 | 90,800,158 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,733 | plantuml | * @startuml
* node STM32F4Discovery
* node ADC
* node DMA
* artifact "ADC_Especifications" <<Especifications>> {
* top to bottom direction
* rectangle "16_External_Channels"
* rectangle "3_Internal_Channels"
* rectangle "Max. resolution: 12bits \nor configurable 10-8-6 bits"
* }
* folder ADC_PINS[
* Descriptions of <b>External ADC Pins
* ====
* Channel 0 --> PIN A0 ||| ADC123
* Channel 1 --> PIN A1 ||| ADC123
* Channel 2 --> PIN A2 ||| ADC123
* Channel 3 --> PIN A3 ||| ADC123
* Channel 4 --> PIN A4 ||| ADC12
* Channel 5 --> PIN A5 ||| ADC12
* Channel 6 --> PIN A6 ||| ADC12
* Channel 7 --> PIN A7 ||| ADC12
* Channel 8 --> PIN B0 ||| ADC12
* Channel 9 --> PIN B1 ||| ADC12
* Channel 10 -->PIN C0 ||| ADC123
* Channel 11 --> PIN C1 ||| ADC123
* Channel 12 --> PIN C2 ||| ADC123
* Channel 13 --> PIN C3 ||| ADC123
* Channel 14 --> PIN C4 ||| ADC12
* Channel 15 --> PIN C5 ||| ADC12
* ]
*
* folder ADC_PINS_intr[
* Descriptions of <b>Internal ADC Pins
* ====
* Channel 16 --> Temperature sensor ||ADC1
* Channel 17 --> Internal Reference Voltage || ADC1
* Channel 18 --> Battery Voltage || ADC1
* ]
* top to bottom direction
* STM32F4Discovery --> ADC
* left to right direction
* ADC -> ADC_Especifications
* 16_External_Channels --> ADC_PINS
* 3_Internal_Channels --> ADC_PINS_intr
* ADC -> DMA
* note right of DMA
* Direct Acces Memory can be
* configuring to use with ADC
* <b>ADC output registers --> RAM variable
* end note
* note top of ADC_Especifications
* FOR THIS ESPECIFIC CASE WE'LL USE 8 ADC CHANNELS
* From Channel 0 to Channel 7 and Data transaltion will be
* By DMA, From Peripheral to Memory
* end note
* @enduml
| false | true | false | false | uml-unknown |
ef3bf6fb9f58c62368202f791801b87ed55b2037 | bcdba585f0d95b45fad86e1ff612866b97ea753a | /did-authn/siop/assets/did-authn-siop-profile-flow.plantuml | 5c8b4696e916b7a11ea27aa28d6a82d9e32000c3 | [
"Apache-2.0"
] | permissive | decentralized-identity/papers | ee2af6ee70da97bb50effd13d83961ba08c2f493 | f6bbfd5bf9075671945df4e178a7caaa2d8c886e | refs/heads/master | 2022-07-25T19:52:44.681183 | 2022-07-15T12:33:41 | 2022-07-15T12:33:41 | 179,165,150 | 45 | 8 | Apache-2.0 | 2020-01-02T11:42:18 | 2019-04-02T21:59:33 | null | UTF-8 | PlantUML | false | false | 1,104 | plantuml | @startuml
skinparam monochrome true
participant User as User
participant "User Agent" as UA
participant RP as RP
participant "SIOP" as IW
User -> UA : opens user agent and enters URL
UA -> RP : HTTPS requests web page
RP --> UA : web page
UA --> User : ACK
User -> UA : clicks on "Sign-in with SSI" button
UA -> RP : HTTPS /sign-in request
RP -> RP : generate <SIOP request>
Note over User, IW: SIOP protocol
RP --> UA : 302: openid://?<SIOP request>
UA -> IW : openid://?<SIOP request>
IW -> IW : OIDC <SIOP request> validation
IW -> IW : DID AuthN <SIOP request> validation
IW --> User : (optional and out-of-scope) prompt to authenticate
User -> IW : (optional and out-of-scope) out-of-band authn
IW -> IW : generate <SIOP response>
Note over IW, UA: according to response_mode
IW --> UA : /callback <SIOP response>
Note right of UA: depends on response_mode
UA -> RP : HTTPS /callback <SIOP response>
RP -> RP : OIDC <SIOP response> validation
RP -> RP : DID AuthN <SIOP response> validation
Note over User, IW: SIOP protocol ends here
RP --> UA : success web page
UA --> User : ACK
@enduml
| false | true | false | false | sequence |
6ffe6585b0d082eb8ec928de83458968bb10adaa | 263d430089407ef1273578d48dace41882a27dc7 | /src/Sequence.puml | aefb7e24a771abf5b3c8e215cfc5e9b81c27fb62 | [] | no_license | CaulierBenjamin/hopitalgeorge | 02e8db7e1a297727303e3d09c472bc0f84a43c7e | f7bf616b9d9382534f3be4f8a08268bc0047beea | refs/heads/master | 2022-12-17T23:05:55.014287 | 2020-09-25T16:03:48 | 2020-09-25T16:03:48 | 298,581,240 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 668 | puml | @startuml
actor Accompagants
actor hôtesse
participant Ordinateur
hôtesse -> Accompagants : demande ticket
Accompagants ->hôtesse: donne ticket
hôtesse -> Ordinateur : enregistre ticket
Ordinateur -> hôtesse : demande les renseignement
hôtesse -> Accompagants : demande les renseignement
Accompagants ->hôtesse: Donne les renseignement
hôtesse -> Ordinateur : enregistre les renseignement
Ordinateur -> hôtesse : demande de moyen de paiement
hôtesse -> Accompagants : demande le moyen de paiement
Accompagants ->hôtesse: Donne le moyen de paiement
hôtesse -> Ordinateur : enregistre le moyen de paiement
hôtesse -> Accompagants : redonne le ticket
@enduml | false | true | true | false | sequence |
8bc2f8d38255135fd35d30dfe16bd05dd6da4301 | 6ff813388cbd3e18e188c0ad20d997972f2b4fcb | /project-resources/diagram/class_diagram.puml | e5737c1ea62ba40508634ed043bd2f8c0782176d | [] | no_license | Ikuzen-software/tournament-mp2 | cda7748e06facf12f92b28f43a1a460ac009fce2 | 00050beb0896efbc995bfa714dc182deec50ca4e | refs/heads/master | 2023-08-03T10:33:13.112253 | 2021-03-13T17:59:56 | 2021-03-13T17:59:56 | 289,947,419 | 1 | 0 | null | 2020-09-03T23:05:51 | 2020-08-24T14:14:58 | TypeScript | UTF-8 | PlantUML | false | false | 1,328 | puml | @startuml
interface Participants{
User[] participants
}
interface Organizer{
User organizer
}
interface Bracket{
Match[]
}
class Match{
+String match_id
--
+String player1_id
+String player2_id
--
+String identifier
+Match_State match_state
+String score
+String winner_id
+String loser_id
}
enum Match_State{
READY
NOT_READY
ONGOING
COMPLETE
}
enum User_Role{
ADMIN
USER
GUEST
}
class Login{
String username
String password
}
enum Tournament_Status{
NOT_STARTED
ONGOING
COMPLETE
ABORTED
}
class User {
+ String user_id
--
+ String username
+ String email
+ Date birthdate
+ Date register_date
+ String role
-- encrypted --
+ String password
}
class Player{
string player_id
}
class Tournament{
+ String tournament_id
--
+ String name
+ Int size
+ Date createdAt
+ Date startDate
+ String description
+ String game
+ String format
+ Date startDate
+ Tournament_Status status
--
+ User[] participants
+ User organizer
+ Bracket bracket
}
User_Role <|-- User
Tournament_Status <|-- Tournament
Participants <|-- Tournament
User <|-- Participants
User <|-- Organizer
User <|-- Login
User <|-- Player
Player <|-- Match
Organizer <|-- Tournament
Bracket <|-- Tournament
Match <|-- Bracket
Match <|-- Match_State
@enduml
| false | true | false | false | class |
c3da527409689af93b477b5ec3492c6e63b20b78 | 6a3d46f80fd9860d2e3189c5a97798f219e1188d | /sample_plantuml_data/alt nested group.puml | e094c6b9385031c9e783708cf413e0e07bfa45df | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | amne/architecture-viewer | 3e562b1a8ad88444b76434eb9ebb8482929ea66a | 3f1896f3bc098795e8e33ed9df00a9a29b5634ac | refs/heads/master | 2022-12-22T19:14:30.092700 | 2022-12-22T12:50:29 | 2022-12-22T12:50:29 | 206,308,808 | 0 | 0 | Apache-2.0 | 2019-09-04T11:59:32 | 2019-09-04T11:59:31 | null | UTF-8 | PlantUML | false | false | 510 | puml | @startuml
participant Alice
participant Bob
Alice -> Bob: Authentication Request
alt successful case
Bob -> Alice: Authentication Accepted
else some kind of failure
Bob -> Alice: Authentication Failure
group My own label
Alice -> Log : Log attack start
loop 1000 times
alt successful case
Alice -> Bob: DNS Attack
else
Bob -> Alice: DNS Attack
end
end
Alice -> Log : Log attack end
end
== divider ==
else Another type of failure
Bob -> Alice: Please repeat
note left: note
end
@enduml
| false | true | false | false | sequence |
3186d19748eb20e034db2d9861414d528577561a | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Utils/LogHistogram.puml | a45d4fff32a3644b5aa34bad4bfbd5f7d685ddbe | [] | 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 | 345 | puml | @startuml
class LogHistogram <<sealed>> {
+ <<const>> rangeMin : int
+ <<const>> rangeMax : int = 9
<<const>> k_Bins : int = 128
+ Generate(context:PostProcessRenderContext) : void
+ GetHistogramScaleOffsetRes(context:PostProcessRenderContext) : Vector4
+ Release() : void
}
LogHistogram --> "data" ComputeBuffer
@enduml
| false | true | false | false | class |
2ee8dac38640455ec1298879c6d15b51845817ff | aefdc6e26db90fe88c57b7eecde5596afc49d4cb | /src/it/example-java-x/src/test/resources/service-diagram.plantuml | bae8e7263e4b57f22ba7059c16da0a0affdf8e1e | [
"Apache-2.0"
] | permissive | jboz/plantuml-builder | 724bf75b2d5794b53603f8a9f60b01ae8b79116c | 266d960a5d4a7c8e18048ddd7360df221428a0c4 | refs/heads/main | 2023-08-06T15:42:33.576311 | 2023-07-21T23:24:51 | 2023-07-21T23:24:51 | 89,647,955 | 41 | 13 | Apache-2.0 | 2023-07-21T23:22:32 | 2017-04-27T23:14:47 | Java | UTF-8 | PlantUML | false | false | 197 | plantuml | @startuml
header
Service diagram
endheader
interface "AccessDataService" {
whoDrive(Car, Instant) : Driver
}
"AccessDataService" --> "Car" : use
"AccessDataService" --> "Driver" : use
@enduml | false | true | false | false | sequence |
4d3ca171253f29c180521e80a4b215c8233b2ac5 | 3a1d2758944ca1dc7d1426d75177a4b543d10fa9 | /doc/modules.puml | 1a8c7d12c374c7a5a836f334c9d040792785d75a | [] | no_license | SvineruS/kpi_radio_bot | 7defcb70677075841294a746dbd9a6ae159081e3 | 9d593a84885cab4eee9dd2daacf6f27cccbb57d2 | refs/heads/master | 2022-09-17T04:34:47.363887 | 2022-09-12T01:29:08 | 2022-09-12T01:29:08 | 126,532,897 | 10 | 6 | null | 2022-09-10T19:34:35 | 2018-03-23T19:54:55 | Python | UTF-8 | PlantUML | false | false | 1,149 | puml | @startuml
database sqlite {
[db_tracks]
[db_users]
[db_stats]
}
package Music{
frame search {
[youtube]
[musicless]
}
[check] -> [text]
}
package Player {
[Broadcast]
[PlayerBackend]
[LocalPlaylist]
[Broadcast] --> [PlayerBackend] : playback, volume, etc
[Broadcast] --> [LocalPlaylist] : store playlists
[PlayerBackend] --> Mopidy
[PlayerBackend] ..> Radioboss
[LocalPlaylist] --> db_tracks
}
package Bot {
package bot_utils {
[stats] --> db_stats
[keyboards]
}
package handlers {
[order] --> Broadcast : ordering music
[admins] --> stats
[users] -> db_users
[searching]
}
handlers --> keyboards
[searching] -> search : search music
[searching] -> check : check music
}
package Main {
[start] -> [server]
[start] --> Player : choose and init backend
[start] --> Bot : start
[events] --> handlers
[events] <--> Broadcast : track_begin, track_end, broadcast_begin, etc..
[server] ---> [text] : endpoint show song text
}
[_main_.py] --> [start]
@enduml | false | true | false | false | sequence |
933f89441d3d8d47195c43dce93c7a5fec5565a6 | e4f51edad591af7215d5beaed57edc9f0d0ae8b1 | /src/main/java/ex46/ex46.puml | aa11042bda73d82779615ac941b5694f428047c6 | [] | no_license | goodwinalexjr/goodwin-cop3330-assignment3 | 4e111a3b3f9a21d75de776ae153a96b4aeb9cda4 | 24bfe4be1465630aa4296c878e314084b062bf1e | refs/heads/master | 2023-05-29T23:57:12.244285 | 2021-06-21T01:00:45 | 2021-06-21T01:00:45 | 378,720,447 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class App
abstract class Input
abstract class wordsInFile
abstract class wordCount
abstract class output
Input <|-- App
App <|-- Input
wordsInFile <|-- App
App <|-- wordsInFile
wordCount <|-- App
App <|-- wordCount
output <|-- App
class App {
main()
}
class Input {
String Input
}
class wordsInFile{
List<String> words
}
class wordCount{
int[] word
}
class output{
void output
}
@enduml | false | true | false | false | class |
e52f123dccd56d538480bebfb8da633110089e65 | e7295caccd19a342c73b9d5e27d6c7c873fae89e | /conception/useCase.puml | 5d42a59444d299c4090b178f093bbb73df00d31d | [] | no_license | Brezinben/dinoVert | 0fddfcacd60b4814d441bddca0800cb9ab174921 | 8fa840cb0988ab1ff94fcc99253271bca3b61e4d | refs/heads/main | 2023-04-18T00:47:07.829671 | 2021-05-05T20:02:38 | 2021-05-05T20:02:38 | 332,327,180 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | puml | @startuml gestionDesBien
left to right direction
actor Admin as a
actor Guest as g
package Les_Biens {
usecase "Visualiser" as vlb
usecase "Authentification" as auth
usecase "Supprimer" as del
usecase "Ajouter" as add
usecase "Editer" as edit
del ..> auth : <<include>>
add ..> auth : <<include>>
edit ..> auth : <<include>>
}
a --> add
a --> edit
a --> del
a --> auth
g --> vlb
g<|-a
@enduml
| false | true | false | false | usecase |
eb323564c12fdef9d05afd64d1fbb925b42d78d3 | 507feae29e37c4a20f7be86010ec9a2c119b52b6 | /docs/GetIndexSequenceDiagram.puml | 7f9789862953edd8aa506eee38dce9d6823ecc28 | [] | no_license | serenakemono/tp | b6d55db4a72593e675085d06cb6a07d9389c1ed7 | 3823311f8977716ee3f9ff813024425ccf3ab846 | refs/heads/master | 2023-09-02T01:04:30.050776 | 2021-11-08T13:53:34 | 2021-11-08T13:53:34 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 340 | puml | @startuml
hide footbox
->":GameDataFileDecoder": getCurrentIndex()
activate ":GameDataFileDecoder"
":GameDataFileDecoder" -> ":FileEncoder": readFile()
activate ":FileEncoder"
":FileEncoder" --> ":GameDataFileDecoder": lines: String
deactivate ":FileEncoder"
<--":GameDataFileDecoder": index: int
deactivate ":GameDataFileDecoder"
@enduml | false | true | false | false | sequence |
94db95663799aeb9c9c9f087078433eff24c9fcb | df137c1910a53867756e0e1020d0ad58d13aaff5 | /doc/MVP1/CalendarEvent_notWebsite.puml | 129a4052fafce2e39d39cd8a592d9cffe68813df | [] | no_license | rigatti/kbvb-chatbot-api | e5b3d83e9e5fc7eff1c42f9594a6ebd18693e3c8 | c7fee96a756f62d3f7c34fbfe63a5f5da149889b | refs/heads/master | 2020-03-10T12:58:23.079571 | 2018-04-27T13:37:04 | 2018-04-27T13:37:06 | 129,389,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,074 | puml | @startuml
skinparam roundcorner 10
skinparam maxmessagesize 180
title <b><font size="20">Sequence flow for MVP1 - Get a calendar event</font></b>
actor User
participant GoogleAssistant
participant ChatBotApi
participant DialogFlowApi
participant FourCastApi
User -> GoogleAssistant: input voice
GoogleAssistant -> ChatBotApi: How to reach chatbotApi? Should go through DialogFlow no ?
GoogleAssistant -> ChatBotApi: get(plain text, context+params and sessionId if exist)
ChatBotApi -> DialogFlowApi: get(plain text, context+params and sessionId if exist)
DialogFlowApi -> DialogFlowApi: Isolate intent and keywords based on input
DialogFlowApi -> ChatBotApi: return intent and keywords
ChatBotApi -> ChatBotApi: prepare data and context
ChatBotApi -> FourCastApi: get(context and keywords)
FourCastApi -> FourCastApi: Extract data based on keywords for a given context
FourCastApi -> ChatBotApi: return data corresponding to keywords
ChatBotApi -> GoogleAssistant: return data, context+params and sessionId for next request
GoogleAssistant -> User: output voice
@enduml | false | true | false | false | usecase |
9b8eb38dfd3f519d8a4281e4401e67a41f9e1db1 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030031/car/car.puml | 25f97a14d957542288efd06292f3cfeee5cf4f19 | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 695 | puml | @startuml
skinparam ClassAttributeIconSize 0
class Car{
+color
+Brand
-Engine
move()
}
class Engine{
-Piston
-Spark Plug
}
class Stereo{
-speaker
Adjust the volume()
play()
}
class Pistons{
-Metal type
-weight
}
class SparkPlugs{
-type
-insulator
Sparks()
}
class Radio{
play the radio()
}
class Cassette{
play playlist()
}
class Tuner{
Adjust the volume()
}
class Door{
+color
lock()
open()
close()
open glass()
}
class Handle{
+color
}
Car o-- Engine
Car o-- Stereo
Car o-- Door
Engine o-- Pistons
Engine o-- SparkPlugs
Stereo o-- Radio
Stereo o-- Cassette
Radio o-- Tuner
Door o-- Handle
@enduml | false | true | false | false | class |
3f22c2d34935335c696af6d0ab5d7820c7ae5e59 | 0b2980d77fe9c1f050178d10c60db7029f05e27e | /src/calendrier/calendrier.plantuml | 598719f97a7898b8dc74eaa3d0290f3ef89c4120 | [] | no_license | vitaliakhokhlova/POE_Java | b88568da7aee976935870eeba5a22c3e4fa17b12 | 7a1ce69a81c34a375890c565413a66e8a5df650f | refs/heads/master | 2020-03-21T13:15:24.153321 | 2018-08-31T15:04:57 | 2018-08-31T15:04:57 | 138,595,700 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 996 | plantuml | @startuml
title __CALENDRIER's Class Diagram__\n
package com.formation.start {
package com.formation.start.calendrier {
class Main {
{static} - rememberLastDay : int
{static} + main()
}
}
}
package com.formation.start {
package com.formation.start.calendrier {
enum Mois {
JANVIER
FEVRIER
MARS
AVRIL
MAIS
JUIN
JUILLET
AOUT
SEPTEMBRE
OCTOBRE
NOVEMBRE
DECEMBRE
nJours
}
}
}
package com.formation.start {
package com.formation.start.calendrier {
enum Semaine {
LUNDI
MARDI
MERCREDI
JEUDI
VENDREDI
SAMEDI
DIMANCHE
numero
}
}
}
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 |
1a2e9d03d7541264eae7af47f80a6bf115f85ce3 | a56fd00777838020a44ea4b3c0ca19f2c2a864bd | /docs/journalføring-diagram.puml | aca4c0f314f03147c16e09a8a2ae976f566e8a89 | [
"MIT"
] | permissive | navikt/fpfordel | 22df8eb0d409febef90ebf6609d67e3398f795e6 | 414969d15ea9250ce998b9807a9fd40ee2cc3f9b | refs/heads/master | 2023-07-19T22:13:36.537373 | 2023-07-13T10:35:03 | 2023-07-13T10:35:03 | 204,694,095 | 3 | 2 | MIT | 2023-09-13T05:25:42 | 2019-08-27T12:03:16 | Java | UTF-8 | PlantUML | false | false | 1,757 | puml | @startuml
title Automatisk journalføring
interface "/vurderFagsystem" as vurderFagsystem
interface "/journalpost" as journalpost_fpsak
interface "/journalpost" as journalpost_fptilbake
interface "/oppgave" as oppgave_post
interface "/dokumentforsendelse" as dokforsendelseRest
queue "Journalføring" as journalføringKafka
node "FP-Fordel" {
node "Core" {
[OpprettGSakOppgaveTask] as GosysTask
[VLKlargjørerTask] as KlargjørTask
[SlettForsendelseTask] as SlettTask
}
node "Selvbetjening dokument" {
[Fordel]
[BehandleDokumentTask] as BehandleTask
}
node "SAF hendelse" {
[JournalføringHendelseHåndterer] as StreamHandler
[HentDataFraJoarkTask] as HentDataTask
[TilJournalføringTask] as JournalførTask
}
node "Database" {
database Oracle
}
}
node "FP-Sak" {
[Fpsak]
}
node "FP-Tilbake" {
[Fptilbake]
}
node "GOSYS-Oppgave" {
[Oppgave]
}
journalføringKafka --> StreamHandler : Kafka
StreamHandler --> HentDataTask
HentDataTask -> JournalførTask
HentDataTask -> GosysTask
JournalførTask --> KlargjørTask
JournalførTask -> GosysTask
dokforsendelseRest -- [Fordel]
[<Selvbetjening>] -( dokforsendelseRest: REST
Fordel ----> Oracle
Fordel --> BehandleTask
BehandleTask --> GosysTask : GOSYS
BehandleTask --> KlargjørTask : FPSAK
BehandleTask ----( vurderFagsystem : REST
vurderFagsystem -- [Fpsak]
KlargjørTask --> SlettTask : etter 2 timer
GosysTask --> SlettTask
SlettTask -> Oracle
GosysTask ---( oppgave_post : REST
oppgave_post -- [Oppgave]
KlargjørTask ---( journalpost_fpsak : REST
journalpost_fpsak -- [Fpsak]
KlargjørTask ---( journalpost_fptilbake : REST
journalpost_fptilbake -- [Fptilbake]
@enduml
| false | true | true | false | sequence |
e45efdd28d015b18f10354be2a625c48dc8101da | 952dc09c3e77016f4991d8b2297de32b3e3b45d8 | /docs/assets/fhir-resource-ingestion-digestion-diagrams/bfd-pipeline-rda-ingestion.plantuml | 7f9d73e288bd49e7d8e2ebe56356b3199b37af76 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | CMSgov/beneficiary-fhir-data | 1f3bd5ff9171975bc77e1a4b6971222342bb3bd9 | 0d170907736c5f957b7545ae26b12ba16e0c2550 | refs/heads/master | 2023-08-08T12:53:42.348530 | 2023-08-07T15:27:15 | 2023-08-07T15:27:15 | 203,852,942 | 47 | 34 | NOASSERTION | 2023-09-14T18:25:26 | 2019-08-22T18:41:16 | Java | UTF-8 | PlantUML | false | false | 1,669 | plantuml | @startuml
title BFD-Pipeline-RDA-GRPC Ingestion of Partially Adjudicated Claims Data Sequence
participant "rda-api"
participant "bfd-pipeline"
database "bfd-db"
note over "rda-api": Runs every 5 min in prod \n 1 hr in test
group Initialization
"bfd-pipeline" -> "rda-api": Smoke test to determine connectivity
"rda-api" --> "bfd-pipeline"
"bfd-pipeline" -> "rda-api": Dead Letter Queue (DLQ) Processing: \n Read failed claims from DLQ table
"rda-api" --> "bfd-pipeline"
"bfd-pipeline" -> "rda-api": Dead Letter Queue (DLQ) Processing: \n For each failed claim, process each claim individually \n via the Process 'DLQGrpcRdaSource' job
"rda-api" -> "bfd-pipeline"
"bfd-pipeline" -> "rda-api": Dead Letter Queue (DLQ) Processing: \n Update error state in db for each claim as RESOLVED/OBSOLETE
"rda-api" --> "bfd-pipeline"
"bfd-pipeline" -> "rda-api": Get Version: receive RDA API version and verify compatibility with BFD pipeline
"rda-api" --> "bfd-pipeline"
"bfd-pipeline" -> "bfd-db": Get starting sequence number to process claims
"bfd-db" --> "bfd-pipeline"
end
"bfd-pipeline" -> "rda-api": Open stream, and receive messages for processing/to ingest claims \n via RdaFissClaimLoadJob and RdaMcsClaimLoadJob
"rda-api" --> "bfd-pipeline"
alt successful processing
"bfd-pipeline" -> "bfd-db": Store fiss and mcs claim data for BFD consumption \n and update starting sequence number value for future runs.
"bfd-db" --> "bfd-pipeline"
else failed processing
"bfd-pipeline" -> "bfd-db": Any messages that can't be processed written to DLQ table
"bfd-db" --> "bfd-pipeline"
end
"bfd-pipeline" -> "rda-api": Close stream when complete
"rda-api"--> "bfd-pipeline"
@enduml
| false | true | false | false | sequence |
6478297480edd9b0803be78c6cb5bd0656bc2081 | 0c0f5ecede5aa182494421baa41824790c182d9b | /docs/usecases/GET-product_price-500-internal_error.puml | e36689fbf474099c9d960e194dd1eeca4393bdcd | [] | no_license | smchambi/capitole-api | b11496e58f93849e0e6bce1619d0d2fce5de8bfd | f1c34754975fa4c2380499fb5180dc4315090516 | refs/heads/master | 2023-06-16T05:41:25.697975 | 2021-07-06T01:43:55 | 2021-07-06T01:43:55 | 383,305,622 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,683 | puml | @startuml GET-product_price-500-internal_error
autonumber
actor Client
box CapitoleAPI
participant ProductController
participant FindProductByBrandIdAndApplicationDate
participant FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository
participant SqlRepository
end box
Client -> ProductController: GET /brands/{brandId}/products/{productId}?application={application}
activate ProductController
ProductController -> FindProductByBrandIdAndApplicationDate: execute(InputValues inputValues)
activate FindProductByBrandIdAndApplicationDate
FindProductByBrandIdAndApplicationDate -> FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository: execute(Long productId, Long brandId, LocalDateTime applicationDate)
activate FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository
FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository -> FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository: retrieveProducts(Long productId, Long brandId, LocalDateTime applicationDate)
activate FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository
FindProductPriceByIdAndBrandIdAndApplicationDateDBRepository -> SqlRepository: executeSelect(QueryStatement, ResultDataMapper<ProductPrice> mapper, Object ... args)
activate SqlRepository
alt error executing query
return throw repository error
return throw repository error
return throw repository error
return throw repository error
return ErrorResult(statusCode: 500)
end
@enduml | false | true | false | false | usecase |
9f589692ccfa2dad98435d89f4830ad2c902dffa | 8b949063df0d42d8a3f3906a1cec0750fbd07ec0 | /statechart.puml | 272bce56ccce1b310e563d6df692f8021627fe44 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | AndrewWasHere/pongbot | 9f5a76681edd899c198863fab5450c13de39128b | a3e9cda553911c952bb85df9bec8917f06efaa63 | refs/heads/master | 2020-06-13T04:09:45.585006 | 2019-07-04T21:09:44 | 2019-07-04T21:09:44 | 194,529,741 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 562 | puml | @startuml
state PongStateMachine {
[*] --> Init
Init --> Standby : start button
Standby : on entry / start timer(5000 ms)
Standby --> Advancing : timer expired
Advancing : on entry / move forward
Advancing --> Turning : boundary on left / \nturn right 90 - 180 degrees, \nset encoder event
Advancing --> Turning : bondary on right / \nturn left -90 - -180 degrees, \nset encoder event
Advancing --> Turning : boundary ahead / \nturn right or left 90 - 270 degrees, \nset encoder event
Turning --> Advancing : encoder
}
@enduml | false | true | false | false | sequence |
5e8747a112d8c9da8bc8e8b7ab2b264ef7e480af | 6721108d0cfbdcf5ebaca4aa18c6132748af3ce1 | /tsn_app/doc/ConfigSequenceChart.plantuml | 77e9c6a04986385442929742118b11f4408166eb | [] | no_license | ZitaoLi/FakerTSN | 971281637c467e499f575f577641bb776fc3540a | 18af6854249a5d7db82cb1a25cc4f892a627a6c6 | refs/heads/master | 2023-04-23T16:14:01.491101 | 2021-05-07T07:15:22 | 2021-05-07T07:15:22 | 296,300,495 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,266 | plantuml | @startuml ConfigQeqChart
box "main"
participant main
end box
box "TSN Context"
participant TSNContext
participant InitTSNContextState
participant RunTSNContextState
participant PortManager
end box
box "Reactor"
participant Reactor
participant Selector
participant ConfigRequestEventHandler
participant ConfigRespondEventHandler
end box
box "Port Context"
participant ConfigPort
participant CreationPortState
participant UpPortState
end box
create TSNContext
main -> TSNContext : // singleton\n ::getInstance()
create Reactor
main -> Reactor : // singleton\n ::getInstance()
create Selector
Reactor -> Selector : new
create InitTSNContextState
main -> InitTSNContextState : new
main -> InitTSNContextState : // state\n doAction()
activate InitTSNContextState
InitTSNContextState -> TSNContext : // state\n setState()
activate TSNContext
create PortManager
TSNContext -> PortManager : new
activate PortManager
create ConfigPort
PortManager -> ConfigPort : new
create CreationPortState
PortManager -> CreationPortState : new
PortManager -> CreationPortState : // state\n doAction()
activate CreationPortState
CreationPortState -> ConfigPort : // template method\n createSockfd()
activate ConfigPort
ConfigPort --> CreationPortState
deactivate ConfigPort
CreationPortState -> ConfigPort : // template method\n setMacAddress()
activate ConfigPort
ConfigPort --> CreationPortState
deactivate ConfigPort
CreationPortState -> ConfigPort : // template method\n registHandler()
activate ConfigPort
ConfigPort --> CreationPortState
deactivate ConfigPort
CreationPortState -> ConfigPort : // state\n setState()
activate ConfigPort
create ConfigRequestEventHandler
ConfigPort -> ConfigRequestEventHandler : new
ConfigPort -> Reactor : // singleton\n ::getInstance()
activate Reactor
Reactor --> ConfigPort
deactivate Reactor
ConfigPort -> Reactor : // Reactor\n registHandler()
activate Reactor
Reactor --> ConfigPort
deactivate Reactor
deactivate ConfigPort
create UpPortState
CreationPortState -> UpPortState : new
CreationPortState -> UpPortState : // state\n doAction()
activate UpPortState
UpPortState -> ConfigPort : // state\n setState()
activate ConfigPort
ConfigPort --> UpPortState
deactivate ConfigPort
UpPortState --> CreationPortState
deactivate UpPortState
CreationPortState --> PortManager
deactivate CreationPortState
PortManager --> TSNContext
deactivate PortManager
TSNContext --> InitTSNContextState
deactivate TSNContext
InitTSNContextState --> main
deactivate InitTSNContextState
create RunTSNContextState
main -> RunTSNContextState : new
main -> RunTSNContextState : // state\n doAction()
activate RunTSNContextState
RunTSNContextState -> TSNContext : // state\n setSate()
activate TSNContext
TSNContext -> Reactor : // singleton\n getInstance()
activate Reactor
Reactor --> TSNContext
deactivate Reactor
TSNContext -> Reactor : // Reactor\n handleEvents
activate Reactor
loop m_eventHandlerMap.size()
Reactor -> Selector : // Reactor\n addHandler()
end
loop true
Reactor -> Selector : // Reactor\n wait()
activate Selector
alt configuration case
Reactor -> Selector : // Reactor\n wait()
activate Selector
Reactor -> ConfigRequestEventHandler : // Reactor\n handle()
deactivate Selector
activate ConfigRequestEventHandler
create ConfigRespondEventHandler
ConfigRequestEventHandler -> ConfigRespondEventHandler : // Reactor\n new
ConfigRequestEventHandler -> Reactor : // Reactor\n removeHandler()
ConfigRequestEventHandler -> Reactor : // Reactor\n registHandler()
create TSNConfiguratorClient
ConfigRequestEventHandler -> TSNConfiguratorClient : // singleton\n ::getInstance()
ConfigRequestEventHandler -> TSNConfiguratorClient : requestConfig()
activate TSNConfiguratorClient
TSNConfiguratorClient --[#Blue]> TSNConfiguratorServer : // comm \n sendto
activate TSNConfiguratorServer
TSNConfiguratorClient --> ConfigRequestEventHandler
deactivate ConfigRequestEventHandler
loop until recv all data
deactivate TSNConfiguratorClient
Reactor -> Selector : // Reactor\n wait()
activate Selector
Selector <[#Blue]-- TSNConfiguratorServer : // comm\n recvfrom
deactivate TSNConfiguratorServer
deactivate Selector
Reactor -> ConfigRespondEventHandler : // Reactor\n handle()
activate ConfigRespondEventHandler
ConfigRespondEventHandler -> TSNConfiguratorClient : writeBuffer
activate TSNConfiguratorClient
TSNConfiguratorClient --> ConfigRespondEventHandler
deactivate TSNConfiguratorClient
ConfigRespondEventHandler --> TSNConfiguratorClient : ack()
activate TSNConfiguratorClient
TSNConfiguratorClient --[#Blue]> TSNConfiguratorServer : ack
TSNConfiguratorClient --> ConfigRespondEventHandler
deactivate TSNConfiguratorClient
deactivate ConfigRespondEventHandler
end
ConfigRespondEventHandler -> TSNContext : doConfig()
activate TSNContext
deactivate TSNContext
ConfigRespondEventHandler -> Reactor : // Reactor\n removeHandler()
activate Reactor
Reactor --> ConfigRespondEventHandler
deactivate Reactor
ConfigRespondEventHandler -> PortManager : endableDataPort()
' CreationPortState -> ConfigPort : // template method\n createSockfd()
' CreationPortState -> ConfigPort : // template method\n setMacAddress()
' CreationPortState -> ConfigPort : // template method\n registHandler()
end
end
@enduml | false | true | false | false | sequence |
e1a93a5f611202d2d4bfe4adba2faa5523c2bfc2 | 7fadeeb87634d9167486e7a217d93a59a1d69f19 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-overview.puml | 9d3b220f726df92175ca59e7da3f0682e2e3f77d | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | yijiangwen/platform | 2936938da5e75e4dbeea4a4a1054b247c02dbf1f | 2f0f1379273f6869d20e5e5032f720aae746d80c | refs/heads/master | 2023-02-26T15:59:06.149902 | 2021-02-03T14:13:44 | 2021-02-03T14:13:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 18,597 | 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(ShopwareCoreFrameworkLog, "Shopware\Core\Framework\Log\n(Logs)") {
log_entry Table
}
Table(ShopwareCoreFrameworkApi, "Shopware\Core\Framework\Api\n(Rest-API)") {
acl_role Table
acl_user_role Table
}
Table(ShopwareCoreFrameworkApp, "Shopware\Core\Framework\App\n(App system)") {
app Table
app_translation Table
app_action_button Table
app_action_button_translation Table
app_template Table
}
Table(ShopwareCoreSystemCustomField, "Shopware\Core\System\CustomField\n(Custom Fields/EAV)") {
custom_field Table
custom_field_set Table
custom_field_set_relation Table
}
Table(ShopwareCoreFrameworkEvent, "Shopware\Core\Framework\Event\n(Business events)") {
event_action Table
event_action_rule Table
event_action_sales_channel Table
}
Table(ShopwareCoreFrameworkMessageQueue, "Shopware\Core\Framework\MessageQueue\n(Asynchronous messaging)") {
dead_message Table
message_queue_stats Table
scheduled_task Table
}
Table(ShopwareCoreFrameworkPlugin, "Shopware\Core\Framework\Plugin\n(Plugins)") {
plugin Table
plugin_translation Table
}
Table(ShopwareCoreSystemLanguage, "Shopware\Core\System\Language\n(Languages)") {
language Table
}
Table(ShopwareCoreContentSeo, "Shopware\Core\Content\Seo\n(Seo)") {
seo_url Table
seo_url_template Table
main_category Table
}
Table(ShopwareCoreFrameworkWebhook, "Shopware\Core\Framework\Webhook\n(Webhooks)") {
webhook Table
}
Table(ShopwareCoreSystemSalesChannel, "Shopware\Core\System\SalesChannel\n(Sales channels)") {
sales_channel Table
sales_channel_translation Table
sales_channel_country Table
sales_channel_currency Table
sales_channel_domain Table
sales_channel_language Table
sales_channel_payment_method Table
sales_channel_shipping_method Table
sales_channel_type Table
sales_channel_type_translation Table
sales_channel_analytics Table
}
Table(ShopwareCoreSystemCountry, "Shopware\Core\System\Country\n(Countries)") {
country Table
country_state Table
country_state_translation Table
country_translation Table
}
Table(ShopwareCoreSystemCurrency, "Shopware\Core\System\Currency\n(Currencies)") {
currency Table
currency_translation Table
}
Table(ShopwareCoreSystemLocale, "Shopware\Core\System\Locale\n(Locales)") {
locale Table
locale_translation Table
}
Table(ShopwareCoreSystemSnippet, "Shopware\Core\System\Snippet\n(Custom placeholder translations)") {
snippet_set Table
snippet Table
}
Table(ShopwareCoreSystemSalutation, "Shopware\Core\System\Salutation\n(Salutations)") {
salutation Table
salutation_translation Table
}
Table(ShopwareCoreSystemTax, "Shopware\Core\System\Tax\n(Taxes)") {
tax Table
tax_rule Table
tax_rule_type Table
tax_rule_type_translation Table
}
Table(ShopwareCoreSystemUnit, "Shopware\Core\System\Unit\n(Units)") {
unit Table
unit_translation Table
}
Table(ShopwareCoreSystemUser, "Shopware\Core\System\User\n(Admin Accounts)") {
user Table
user_config Table
user_access_key Table
user_recovery Table
}
Table(ShopwareCoreSystemIntegration, "Shopware\Core\System\Integration\n(O-Auth integrations)") {
integration Table
integration_role Table
}
Table(ShopwareCoreSystemStateMachine, "Shopware\Core\System\StateMachine\n(State machine)") {
state_machine Table
state_machine_translation Table
state_machine_state Table
state_machine_state_translation Table
state_machine_transition Table
state_machine_history Table
}
Table(ShopwareCoreSystemSystemConfig, "Shopware\Core\System\SystemConfig\n(System configuration)") {
system_config Table
}
Table(ShopwareCoreSystemNumberRange, "Shopware\Core\System\NumberRange\n(Number ranges)") {
number_range Table
number_range_sales_channel Table
number_range_state Table
number_range_type Table
number_range_type_translation Table
number_range_translation Table
}
Table(ShopwareCoreSystemTag, "Shopware\Core\System\Tag\n(Tags)") {
tag Table
}
Table(ShopwareCoreContentCategory, "Shopware\Core\Content\Category\n(Categories)") {
category Table
category_translation Table
category_tag Table
}
Table(ShopwareCoreContentMedia, "Shopware\Core\Content\Media\n(Media/File management)") {
media Table
media_default_folder Table
media_thumbnail Table
media_translation Table
media_folder Table
media_thumbnail_size Table
media_folder_configuration Table
media_folder_configuration_media_thumbnail_size Table
media_tag Table
}
Table(ShopwareCoreContentProduct, "Shopware\Core\Content\Product\n(Products)") {
product Table
product_category Table
product_custom_field_set Table
product_tag Table
product_configurator_setting Table
product_price Table
product_property Table
product_search_keyword Table
product_keyword_dictionary Table
product_review Table
product_manufacturer Table
product_manufacturer_translation Table
product_media Table
product_translation Table
product_option Table
product_category_tree Table
product_cross_selling Table
product_cross_selling_translation Table
product_cross_selling_assigned_products Table
product_feature_set Table
product_feature_set_translation Table
product_sorting Table
product_sorting_translation Table
product_visibility Table
}
Table(ShopwareCoreSystemDeliveryTime, "Shopware\Core\System\DeliveryTime\n(Delivery time)") {
delivery_time Table
delivery_time_translation Table
}
Table(ShopwareCoreContentNewsletter, "Shopware\Core\Content\Newsletter\n(Newsletter)") {
newsletter_recipient Table
newsletter_recipient_tag Table
}
Table(ShopwareCoreContentRule, "Shopware\Core\Content\Rule\n(Rules)") {
rule Table
rule_condition Table
}
Table(ShopwareCoreContentProductStream, "Shopware\Core\Content\ProductStream\n(Product streams)") {
product_stream Table
product_stream_translation Table
product_stream_filter Table
}
Table(ShopwareCoreContentProductExport, "Shopware\Core\Content\ProductExport\n(Product export)") {
product_export Table
}
Table(ShopwareCoreContentProperty, "Shopware\Core\Content\Property\n(Property)") {
property_group Table
property_group_option Table
property_group_option_translation Table
property_group_translation Table
}
Table(ShopwareCoreContentCms, "Shopware\Core\Content\Cms\n(Content Management)") {
cms_page Table
cms_page_translation Table
cms_section Table
cms_block Table
cms_slot Table
cms_slot_translation Table
}
Table(ShopwareCoreContentMailTemplate, "Shopware\Core\Content\MailTemplate\n(Mailing)") {
mail_template Table
mail_template_translation Table
mail_template_type Table
mail_template_type_translation Table
mail_template_sales_channel Table
mail_template_media Table
mail_header_footer Table
mail_header_footer_translation Table
}
Table(ShopwareCoreContentImportExport, "Shopware\Core\Content\ImportExport\n(Import/Export)") {
import_export_profile Table
import_export_log Table
import_export_file Table
import_export_profile_translation Table
}
Table(ShopwareCoreCheckoutCustomer, "Shopware\Core\Checkout\Customer\n(Customer)") {
customer Table
customer_group_translation Table
customer_address Table
customer_recovery Table
customer_group Table
customer_group_registration_sales_channels Table
customer_tag Table
customer_wishlist Table
customer_wishlist_product Table
}
Table(ShopwareCoreCheckoutDocument, "Shopware\Core\Checkout\Document\n(Printed works)") {
document Table
document_type Table
document_type_translation Table
document_base_config Table
document_base_config_sales_channel Table
}
Table(ShopwareCoreCheckoutOrder, "Shopware\Core\Checkout\Order\n(Orders)") {
order Table
order_address Table
order_customer Table
order_delivery Table
order_delivery_position Table
order_line_item Table
order_tag Table
order_transaction Table
}
Table(ShopwareCoreCheckoutPayment, "Shopware\Core\Checkout\Payment\n(Payments)") {
payment_method Table
payment_method_translation Table
}
Table(ShopwareCoreCheckoutPromotion, "Shopware\Core\Checkout\Promotion\n(Promotions)") {
promotion Table
promotion_sales_channel Table
promotion_individual_code Table
promotion_discount Table
promotion_discount_rule Table
promotion_setgroup Table
promotion_setgroup_rule Table
promotion_order_rule Table
promotion_persona_customer Table
promotion_persona_rule Table
promotion_cart_rule Table
promotion_translation Table
promotion_discount_prices Table
}
Table(ShopwareCoreCheckoutShipping, "Shopware\Core\Checkout\Shipping\n(Shipping)") {
shipping_method Table
shipping_method_tag Table
shipping_method_price Table
shipping_method_translation Table
}
Table(ShopwareStorefront, "Shopware\Storefront\n(Storefront)") {
theme Table
theme_translation Table
theme_sales_channel Table
theme_media Table
}
' relationshipd
ShopwareCoreFrameworkApi --> ShopwareCoreFrameworkApi
ShopwareCoreFrameworkApp --> ShopwareCoreFrameworkApi
ShopwareCoreSystemIntegration --> ShopwareCoreFrameworkApi
ShopwareCoreSystemUser --> ShopwareCoreFrameworkApi
ShopwareCoreFrameworkApp --> ShopwareCoreFrameworkApp
ShopwareCoreSystemIntegration --> ShopwareCoreFrameworkApp
ShopwareCoreSystemCustomField --> ShopwareCoreFrameworkApp
ShopwareCoreFrameworkWebhook --> ShopwareCoreFrameworkApp
ShopwareCoreSystemLanguage --> ShopwareCoreFrameworkApp
ShopwareCoreSystemCustomField --> ShopwareCoreSystemCustomField
ShopwareCoreContentProduct --> ShopwareCoreSystemCustomField
ShopwareCoreFrameworkEvent --> ShopwareCoreFrameworkEvent
ShopwareCoreContentRule --> ShopwareCoreFrameworkEvent
ShopwareCoreSystemSalesChannel --> ShopwareCoreFrameworkEvent
ShopwareCoreFrameworkMessageQueue --> ShopwareCoreFrameworkMessageQueue
ShopwareCoreFrameworkPlugin --> ShopwareCoreFrameworkPlugin
ShopwareCoreCheckoutPayment --> ShopwareCoreFrameworkPlugin
ShopwareCoreSystemLanguage --> ShopwareCoreFrameworkPlugin
ShopwareCoreSystemLanguage --> ShopwareCoreSystemLanguage
ShopwareCoreSystemLocale --> ShopwareCoreSystemLanguage
ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemLanguage
ShopwareCoreContentNewsletter --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemLanguage
ShopwareCoreContentCategory --> ShopwareCoreSystemLanguage
ShopwareCoreSystemCountry --> ShopwareCoreSystemLanguage
ShopwareCoreSystemCurrency --> ShopwareCoreSystemLanguage
ShopwareCoreContentMedia --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutPayment --> ShopwareCoreSystemLanguage
ShopwareCoreContentProduct --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemLanguage
ShopwareCoreSystemUnit --> ShopwareCoreSystemLanguage
ShopwareCoreContentProperty --> ShopwareCoreSystemLanguage
ShopwareCoreSystemSalutation --> ShopwareCoreSystemLanguage
ShopwareCoreContentProductStream --> ShopwareCoreSystemLanguage
ShopwareCoreSystemStateMachine --> ShopwareCoreSystemLanguage
ShopwareCoreContentCms --> ShopwareCoreSystemLanguage
ShopwareCoreContentMailTemplate --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutDocument --> ShopwareCoreSystemLanguage
ShopwareCoreSystemNumberRange --> ShopwareCoreSystemLanguage
ShopwareCoreSystemDeliveryTime --> ShopwareCoreSystemLanguage
ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemLanguage
ShopwareCoreContentSeo --> ShopwareCoreSystemLanguage
ShopwareCoreSystemTax --> ShopwareCoreSystemLanguage
ShopwareCoreContentImportExport --> ShopwareCoreSystemLanguage
ShopwareStorefront --> ShopwareCoreSystemLanguage
ShopwareCoreSystemSalesChannel --> ShopwareCoreContentSeo
ShopwareCoreContentProduct --> ShopwareCoreContentSeo
ShopwareCoreContentCategory --> ShopwareCoreContentSeo
ShopwareCoreSystemSalesChannel --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCurrency --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutPayment --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCountry --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemSystemConfig --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentCategory --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentProduct --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentMailTemplate --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemNumberRange --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemSalesChannel
ShopwareCoreCheckoutDocument --> ShopwareCoreSystemSalesChannel
ShopwareCoreContentProductExport --> ShopwareCoreSystemSalesChannel
ShopwareStorefront --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemSnippet --> ShopwareCoreSystemSalesChannel
ShopwareCoreSystemCountry --> ShopwareCoreSystemCountry
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemCountry
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCountry
ShopwareCoreSystemTax --> ShopwareCoreSystemCountry
ShopwareCoreSystemCurrency --> ShopwareCoreSystemCurrency
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemCurrency
ShopwareCoreCheckoutPromotion --> ShopwareCoreSystemCurrency
ShopwareCoreContentProductExport --> ShopwareCoreSystemCurrency
ShopwareCoreSystemLocale --> ShopwareCoreSystemLocale
ShopwareCoreSystemUser --> ShopwareCoreSystemLocale
ShopwareCoreSystemSnippet --> ShopwareCoreSystemSnippet
ShopwareCoreSystemSalutation --> ShopwareCoreSystemSalutation
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemSalutation
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemSalutation
ShopwareCoreContentNewsletter --> ShopwareCoreSystemSalutation
ShopwareCoreContentProduct --> ShopwareCoreSystemTax
ShopwareCoreSystemTax --> ShopwareCoreSystemTax
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTax
ShopwareCoreContentProduct --> ShopwareCoreSystemUnit
ShopwareCoreSystemUnit --> ShopwareCoreSystemUnit
ShopwareCoreContentMedia --> ShopwareCoreSystemUser
ShopwareCoreSystemUser --> ShopwareCoreSystemUser
ShopwareCoreSystemStateMachine --> ShopwareCoreSystemUser
ShopwareCoreContentImportExport --> ShopwareCoreSystemUser
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemUser
ShopwareCoreSystemIntegration --> ShopwareCoreSystemIntegration
ShopwareCoreSystemStateMachine --> ShopwareCoreSystemStateMachine
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemStateMachine
ShopwareCoreSystemNumberRange --> ShopwareCoreSystemNumberRange
ShopwareCoreContentProduct --> ShopwareCoreSystemTag
ShopwareCoreContentMedia --> ShopwareCoreSystemTag
ShopwareCoreContentCategory --> ShopwareCoreSystemTag
ShopwareCoreCheckoutCustomer --> ShopwareCoreSystemTag
ShopwareCoreCheckoutOrder --> ShopwareCoreSystemTag
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemTag
ShopwareCoreContentNewsletter --> ShopwareCoreSystemTag
ShopwareCoreContentCategory --> ShopwareCoreContentCategory
ShopwareCoreContentMedia --> ShopwareCoreContentCategory
ShopwareCoreContentProduct --> ShopwareCoreContentCategory
ShopwareCoreContentCms --> ShopwareCoreContentCategory
ShopwareCoreContentProductStream --> ShopwareCoreContentCategory
ShopwareCoreContentMedia --> ShopwareCoreContentMedia
ShopwareCoreContentProduct --> ShopwareCoreContentMedia
ShopwareCoreContentProperty --> ShopwareCoreContentMedia
ShopwareCoreContentMailTemplate --> ShopwareCoreContentMedia
ShopwareCoreCheckoutDocument --> ShopwareCoreContentMedia
ShopwareCoreCheckoutShipping --> ShopwareCoreContentMedia
ShopwareCoreCheckoutPayment --> ShopwareCoreContentMedia
ShopwareCoreCheckoutOrder --> ShopwareCoreContentMedia
ShopwareCoreContentCms --> ShopwareCoreContentMedia
ShopwareStorefront --> ShopwareCoreContentMedia
ShopwareCoreContentProduct --> ShopwareCoreContentProduct
ShopwareCoreSystemDeliveryTime --> ShopwareCoreContentProduct
ShopwareCoreCheckoutOrder --> ShopwareCoreContentProduct
ShopwareCoreCheckoutCustomer --> ShopwareCoreContentProduct
ShopwareCoreContentProperty --> ShopwareCoreContentProduct
ShopwareCoreContentRule --> ShopwareCoreContentProduct
ShopwareCoreContentProductStream --> ShopwareCoreContentProduct
ShopwareCoreCheckoutShipping --> ShopwareCoreSystemDeliveryTime
ShopwareCoreSystemDeliveryTime --> ShopwareCoreSystemDeliveryTime
ShopwareCoreContentNewsletter --> ShopwareCoreContentNewsletter
ShopwareCoreContentRule --> ShopwareCoreContentRule
ShopwareCoreCheckoutShipping --> ShopwareCoreContentRule
ShopwareCoreCheckoutPayment --> ShopwareCoreContentRule
ShopwareCoreCheckoutPromotion --> ShopwareCoreContentRule
ShopwareCoreContentProductStream --> ShopwareCoreContentProductStream
ShopwareCoreContentProductExport --> ShopwareCoreContentProductStream
ShopwareCoreContentProperty --> ShopwareCoreContentProperty
ShopwareCoreContentCms --> ShopwareCoreContentCms
ShopwareCoreContentMailTemplate --> ShopwareCoreContentMailTemplate
ShopwareCoreContentImportExport --> ShopwareCoreContentImportExport
ShopwareCoreCheckoutCustomer --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutCustomer
ShopwareCoreCheckoutDocument --> ShopwareCoreCheckoutDocument
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutDocument
ShopwareCoreCheckoutOrder --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutOrder
ShopwareCoreCheckoutPayment --> ShopwareCoreCheckoutPayment
ShopwareCoreCheckoutPromotion --> ShopwareCoreCheckoutPromotion
ShopwareCoreCheckoutShipping --> ShopwareCoreCheckoutShipping
ShopwareStorefront --> ShopwareStorefront
@enduml
| false | true | false | false | uml-unknown |
6322e5e84960b34d4bc78066c98746bed91ee87a | e50b955c2a51aabfe3970d25f2a6b3445e806222 | /docs/diagrams/loadModuleList/helpCommandDetailsIsEmpty.puml | 0ad822b58267e8a70cdabd6391417d0bfa7d3962 | [] | no_license | AY2021S1-CS2113T-W11-1/tp | 7a49c176366eadf240354649815b157edd62c976 | ca108c7eacffcb4b7123bb7e52942072f4525839 | refs/heads/master | 2023-01-12T21:36:13.434397 | 2020-11-13T11:09:57 | 2020-11-13T11:09:57 | 299,793,065 | 2 | 5 | null | 2020-11-09T15:44:51 | 2020-09-30T02:50:54 | Java | UTF-8 | PlantUML | false | false | 938 | puml | @startuml
hide footbox
skinparam ParticipantPadding 20
mainframe details is empty
participant "<<class>> :Parser" as Parser
participant ":HelpCommand" as HelpCommand
participant ":Ui" as Ui
activate HelpCommand
HelpCommand -> Ui : printHelpMessage()
activate Ui
Ui -> Parser :
activate Parser
Parser --> Ui : programMode
deactivate Parser
alt programMode == 0
Ui -> Ui : printYellowWithBorder(MainMenuCommands)
activate Ui
deactivate Ui
else programMode == 1
Ui -> Ui : printYellowWithBorder(BookmarkModeCommands)
activate Ui
deactivate Ui
else programMode == 2
Ui -> Ui : printYellowWithBorder(TimetableModeCommands)
activate Ui
deactivate Ui
else programMode == 3
Ui -> Ui : printYellowWithBorder(PlannerModeCommands)
activate Ui
deactivate Ui
end alt
deactivate Ui
@enduml | false | true | false | false | sequence |
b962dc8aabfafb71089e79cede8487436c1c3f81 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros/umlresource/dwb_critics_simple.puml | bfb593f8b067d2d351b5cf1a5c80794d98922574 | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 985 | puml | @startuml
Title "dwb critics class map"
class TrajectoryCritic
class BaseObstacleCritic
{
}
class MapGridCritic
{
}
class CostmapQueue
class MapGridQueue
{
}
class GoalDistCritic
{
}
class GoalAlignCritic
{
}
class ObstacleFootprintCritic
{
}
class OscillationCritic
{
}
class CommandTrend
{
}
class PathAlignCritic
{
}
class PathDistCritic
{
}
class PreferForwardCritic
{
}
class RotateToGoalCritic
{
}
class TwirlingCritic
{
}
OscillationCritic +-- CommandTrend
MapGridCritic +-- MapGridQueue
CostmapQueue <|-- MapGridQueue
TrajectoryCritic <|-- BaseObstacleCritic
TrajectoryCritic <|-- MapGridCritic
MapGridCritic <|-- GoalDistCritic
GoalDistCritic <|-- GoalAlignCritic
BaseObstacleCritic <|-- ObstacleFootprintCritic
TrajectoryCritic <|-- OscillationCritic
PathDistCritic <|-- PathAlignCritic
MapGridCritic <|-- PathDistCritic
TrajectoryCritic <|-- PreferForwardCritic
TrajectoryCritic <|-- RotateToGoalCritic
TrajectoryCritic <|-- TwirlingCritic
@enduml
| false | true | false | false | class |
aa45fe5967b4c4acbd3204fa5a0a56cb71ca911e | 84d02a059c68ed4fad1e27288334e1ccbd2b899a | /prjMovimentacao/prjMovimentacao.plantuml | c2e218f20f23865c7afb66ddacffc3bfbda0bf76 | [] | no_license | maromo71/2emdes | 27bda02e140147c47292b3ef6e3862f9c08d11f6 | a886f44cff95d98d6661dce7b64bf03964102ea0 | refs/heads/master | 2020-12-31T10:14:27.164453 | 2020-11-06T10:44:58 | 2020-11-06T10:44:58 | 238,995,222 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 680 | plantuml | @startuml
title __PRJMOVIMENTACAO's Class Diagram__\n
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.Farmaceutica {
}
}
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.GerenciarFarmaceutica {
}
}
namespace net.maromo.prjmovimentacao {
class net.maromo.prjmovimentacao.Medicamento {
}
}
net.maromo.prjmovimentacao.Medicamento o-- net.maromo.prjmovimentacao.Farmaceutica : detentor
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 |
6ceaeaf0e8cf0fdecf8be36f43a32736b4e1a719 | 75ddc1a3f98ce6b2fc2b01082d45e568ad10dc55 | /documentation/manual/src/doc/guides/json-entities.plantuml | c61e88296a7102aa45f614555489b1537b295925 | [
"MIT"
] | permissive | sullis/endpoints | 2d760015eff3d691ebf94aff486259f6e88b71ab | a67e8266aff08f7ed70a9da739645f39b5843f63 | refs/heads/master | 2020-09-16T15:33:51.595241 | 2019-11-23T15:06:24 | 2019-11-23T15:06:24 | 223,815,442 | 0 | 0 | MIT | 2019-11-24T21:50:35 | 2019-11-24T21:50:34 | null | UTF-8 | PlantUML | false | false | 538 | plantuml | @startuml
interface Endpoints
interface JsonEntities {
type JsonRequest[A]
type JsonResponse[A]
}
interface JsonSchemas {
type JsonSchema[A]
}
interface JsonEntitiesFromCodec {
type JsonCodec[A]
type JsonRequest[A] = JsonCodec[A]
type JsonResponse[A] = JsonCodec[A]
}
interface JsonSchemaEntities {
type JsonRequest[A] = JsonSchema[A]
type JsonResponse[A] = JsonSchema[A]
}
Endpoints <|-- JsonEntities
JsonEntities <|-- JsonSchemaEntities
JsonSchemas <|-- JsonSchemaEntities
JsonEntities <|-- JsonEntitiesFromCodec
@enduml | false | true | false | false | class |
10f8a4d316db4caed1c8a98c9fae4adc2b81605e | 2439874ae3af5249c7e7db694925d703742c62d8 | /use-cases/use-case-13.puml | c445640d3f47d6c109a0651add93ad09a5ddb4d0 | [
"Apache-2.0"
] | permissive | KerrJack/seMethodsCoursework | cd8a09a10a6cde549d5d4aea336f978e388bb42f | cf193199eab927133dff7e366f852b891d387a30 | refs/heads/master | 2023-04-20T21:25:05.745471 | 2021-04-30T15:35:55 | 2021-04-30T15:35:55 | 337,515,667 | 0 | 0 | Apache-2.0 | 2021-04-27T22:21:49 | 2021-02-09T19:38:15 | Java | UTF-8 | PlantUML | false | false | 329 | puml | @startuml
actor user as "user"
rectangle Database
rectangle "program" {
usecase UC4 as "Get population of cities"
usecase UCa as "order largest to smallest"
usecase UCb as "take top (n)"
usecase UCc as "print cities"
user - UC4
UC4 ..> UCa
UCa ..> UCb
UCb ..> UCc
UC4 - Database
}
@enduml | false | true | false | false | usecase |
cdd8cc19c6f0234ad1e2d0297c8eb1b219b92bbc | 3a7fddd38ce5135367381819b01974528b47c912 | /doc/diagrams/architecture.puml | affab395dd1c907853b5fc33d14b7653b2e41d71 | [
"Apache-2.0",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"MIT",
"GPL-3.0-only",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"CC-BY-NC-4.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancod... | permissive | Hackjaku/astrobee | 8409b671d88535d8d729a3f301019726d01e78d1 | 0ee5a7e90939ab7d81835f56a81fa0d329da0004 | refs/heads/master | 2020-03-30T02:49:58.241804 | 2018-09-27T18:17:47 | 2018-09-27T18:17:47 | 150,653,073 | 3 | 0 | Apache-2.0 | 2018-09-27T22:03:21 | 2018-09-27T22:03:21 | null | UTF-8 | PlantUML | false | false | 4,027 | puml | @startuml
skinparam componentStyle uml2
left to right direction
' Common colors scheme for the type of interfaces
skinparam interface {
borderColor<<action>> #GoldenRod
backgroundColor<<action>> #Yellow
borderColor<<service>> #HotPink
backgroundColor<<service>> #Pink
borderColor<<msg>> #DarkGreen
backgroundColor<<msg>> #Green
borderColor<<latching_msg>> #Black
backgroundColor<<latching_msg>> #WhiteSmoke
}
skinparam component {
borderColor #Black
backgroundColor #LightBlue
arrowColor #MidnightBlue
}
' Nodes and Interfaces
frame management {
component EXECUTIVE
note top of management
Other management components not shown:
sys_monitor, access_control, etc.
end note
'' component SYS_MONITOR
'' component ACCESS_CONTROL
'' component DDS_ROS_BRIDGE
}
frame behaviors {
component DOCK
component PERCH
component ARM
interface "/proc/perch\nff_msgs::PerchAction" <<action>> as PerchAction
interface "/proc/dock\nff_msgs::DockAction" <<action>> as DockAction
interface "/proc/arm\nff_msgs::ArmAction" <<action>> as ArmAction
interface "/proc/perch/state\nff_msgs::PerchState" <<latching_msg>> as PerchState
interface "/proc/dock/state\nff_msgs::DockState" <<latching_msg>> as DockState
interface "/proc/arm/state\nff_msgs::ArmState" <<latching_msg>> as ArmState
}
' PUML abbreviated notation:
' component X --> [X]
' interface I --> () I
frame mobility {
[CHOREOGRAPHER]
() "/mob/motion\nff_msgs::MotionAction" <<action>> as MotionAction
() "/mob/motion/state\nff_msgs::MotionState" <<latching_msg>> as MotionState
}
frame localization {
[LOCALIZATION_MANAGER]
() "/loc/switch\nff_msgs::SwitchAction" <<action>> as SwitchAction
note top of localization
Vision nodes not shown
end note
}
frame gnc {
[CTL]
[FAM]
[EKF]
() "/gnc/control\nff_msgs::ControlAction" <<action>> as ControlAction
() "/gnc/ekf/set_input\nff_msgs::SetEkfInput" <<service>> as EkfSetInput
() "/gnc/ekf\nff_msgs::EkfState" <<msg>> as EkfState
() "/gnc/pose\ngeometry_msgs::PoseStamped" <<msg>> as PoseStamped
() "/gnc/twist\ngeometry_msgs::TwistStamped" <<msg>> as TwistStamped
() "/gnc/wrench\ngeometry_msgs::WrenchStamped" <<msg>> as WrenchStamped
() "/gnc/inertia\ngeometry_msgs::InertiaStamped" <<latching_msg>> as InertiaStamped
() "/gnc/speed\nff_msgs::SpeedGain" <<latching_msg>> as SpeedGain
}
frame drivers {
[PERCHING_ARM]
[PMC_ACTUATOR]
() "/hw/pmc/telemetry\nff_hw_msgs::PmcTelemetry" <<msg>> as PmcTelemetry
() "/hw/pmc/state\nff_hw_msgs::PmcState" <<latching_msg>> as PmcState
() "/hw/pmc/command\nff_hw_msgs::PmcCommand" <<msg>> as PmcCommand
() "/joint_states\nsensor_msgs::JointState" <<msg>> as JointStates
() "/joint_goals\nsensor_msgs::JointState" <<msg>> as JointGoals
}
' Relationships
EXECUTIVE <<-->> MotionAction
EXECUTIVE <<-->> DockAction
EXECUTIVE <<-->> PerchAction
EXECUTIVE <<-->> ArmAction
EXECUTIVE --> InertiaStamped
InertiaStamped --> FAM
InertiaStamped --> CTL
InertiaStamped --> EKF
DockAction -- DOCK
PerchAction -- PERCH
DOCK <<-->> SwitchAction
PERCH <<-->> SwitchAction
SwitchAction -- LOCALIZATION_MANAGER
LOCALIZATION_MANAGER --> EkfSetInput
EkfSetInput --|> EKF
DOCK <<-->> MotionAction
PERCH <<-->> MotionAction
PERCH <<-->> ArmAction
MotionAction -- CHOREOGRAPHER
CHOREOGRAPHER <<-->> ControlAction
CHOREOGRAPHER --> SpeedGain
SpeedGain --> EKF
SpeedGain --> FAM
ControlAction -- CTL
CTL --> WrenchStamped
PmcCommand --> PMC_ACTUATOR
PMC_ACTUATOR --> PmcTelemetry
PMC_ACTUATOR --> PmcState
PmcTelemetry --> CTL
PmcState --> CHOREOGRAPHER
ArmAction -- ARM
WrenchStamped --> FAM
FAM --> PmcCommand
ARM --> JointGoals
EKF --> PoseStamped
EKF --> TwistStamped
EKF --> EkfState
TwistStamped --> CTL
PoseStamped --> CTL
JointStates --> ARM
JointGoals --> PERCHING_ARM
PERCHING_ARM --> JointStates
PERCH --> PerchState
DOCK --> DockState
ARM --> ArmState
CHOREOGRAPHER --> MotionState
PerchState --> EXECUTIVE
DockState --> EXECUTIVE
ArmState --> EXECUTIVE
MotionState --> EXECUTIVE
@enduml
| false | true | false | false | class |
7a7ef3f619627a7e38f833ec2f74d1234c61e634 | d8914b1ed10d7685c4d71129ab9d9d30641aba5d | /AuctionSystemLib/AudictionSystemLibUML.puml | 37fef19ce4d257aad2515e0c80a66aa4265457fe | [] | no_license | fernandosci/das4ac | dcaefa342c57251ef042aade2e9f0b172f021fcb | c2100c09565cc62cd7064de4e267bccc12f8bb88 | refs/heads/master | 2021-03-19T16:46:19.015084 | 2014-12-01T23:53:03 | 2014-12-01T23:53:03 | 27,179,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,500 | puml | @startuml
abstract class uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationEvent
class java.rmi.RemoteException
class java.rmi.server.UID
class java.util.Calendar
class java.util.Date
class java.util.Set
class uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionOverNotificationEvent
class uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.GlobalParameters
class uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.Log
enum uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.BidError
interface java.io.Serializable
interface java.rmi.Remote
interface uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionItemInfo
interface uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationListener
interface uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionServer
interface uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationEvent ..> java.rmi.server.UID
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationEvent --|> java.io.Serializable
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionOverNotificationEvent --|> uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationEvent
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionOverNotificationEvent ..> java.rmi.server.UID
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.GlobalParameters ..> java.util.Calendar
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionItemInfo ..> java.rmi.RemoteException
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionItemInfo ..> java.rmi.server.UID
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionItemInfo ..> java.util.Date
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionItemInfo --|> java.rmi.Remote
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationListener ..> java.rmi.RemoteException
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionNotificationListener --|> java.rmi.Remote
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionServer ..> java.rmi.RemoteException
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.AuctionServer --|> java.rmi.Remote
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession ..> java.rmi.RemoteException
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession ..> java.rmi.server.UID
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession ..> java.util.Date
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession ..> java.util.Set
uk.ac.gla.dcs.das4.i2120521.cw.remote.commom.RemoteSession --|> java.rmi.Remote
@enduml | false | true | false | false | class |
320abd9a1142677221c61877923ae26fe7968163 | 7f931b073926001f7516ba199540007151eaa849 | /docs/diagrams/EditActivityDiagram.puml | f6af7ff311e4ff5174d093229dd5d5d8163f1b4c | [
"MIT"
] | permissive | ethan-l-m-e/tp | 551894ea08aa77adde74550aabf8dfe3b156870e | 236e3e2af2e25831683674094cfe37e0a3a9b0a3 | refs/heads/master | 2023-01-10T06:48:54.581052 | 2020-11-08T17:45:18 | 2020-11-08T17:45:18 | 294,862,004 | 0 | 0 | null | 2020-09-12T03:26:46 | 2020-09-12T03:26:45 | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
(*) --> "User requests to edit deadline of an Expired task"
--> "TR4CKER parses deadline"
if "" then
--> [deadline is a valid future date] "modify deadline"
--> === B1 ===
--> "task added to Pending Tasks panel"
--> === B2 ===
=== B1 === --> "task removed from Expired Tasks panel"
-> === B2 ===
--> (*)
else
--> [else] "displays error message"
--> (*)
@enduml
| false | true | false | false | activity |
0b44fafef23d368abe23e50e1eebde50a2878560 | 2e01b1076e3cda8e07eb01ae84463a530a5ae356 | /docs/uml/main/FunctionalDataSourceClassDiagram.puml | 5504656ecdc8562b8e703ecf66a5168c74740023 | [
"BSD-3-Clause"
] | permissive | ie3-institute/PowerSystemDataModel | 56ac48c91713c38efd532fe0abf40b1962358605 | a8f4f9900761b89e9e213e68c14c1e459348de01 | refs/heads/dev | 2023-08-31T03:34:03.218682 | 2023-08-30T12:02:23 | 2023-08-30T12:02:23 | 235,830,706 | 20 | 13 | BSD-3-Clause | 2023-09-14T04:14:47 | 2020-01-23T16:00:59 | Java | UTF-8 | PlantUML | false | false | 652 | puml | @startuml
note "Assuming all classes to implement \nthe abstract methods of their interfaces\n\n" as generalNotes
interface DataSource {
{abstract} Stream<Map<String, String>> getSourceData(Class<? extends UniqueEntity> entityClass)
}
DataSource <|-- CsvDataSource
DataSource <|-- SqlDataSource
' Implementations
class CsvDataSource {
- String csvSep
# CsvFileConnector connector
+ CsvDataSource(String, String, FileNamingStrategy)
}
class SqlDataSource {
- String schemaName
# SqlConnector connector
# DatabaseNamingStrategy databaseNamingStrategy
+ SqlDataSource(String, String, DatabaseNamingStrategy)
}
@enduml | false | true | false | false | class |
bf5d68d2d33aa7d394f1b140485bbced0ea33e28 | f7778b8ef42a37cc4f45568ff55c000c4f817a7a | /assets/images/2016/11/18/mysql-transaction-myth.plantuml | 7ef7bd131c2b6ef83e45486ee4f7ed4d8b1bc4f1 | [
"Unlicense"
] | permissive | hktonylee/hktonylee.github.io | 95e335b63622425458a2228d441c567e5a56deba | 990de6e5172917eab15300d4a01e7c373997b999 | refs/heads/master | 2020-12-31T01:11:09.108948 | 2018-05-31T03:15:09 | 2018-05-31T03:15:09 | 59,180,573 | 0 | 1 | Unlicense | 2020-07-19T02:36:51 | 2016-05-19T06:38:55 | CSS | UTF-8 | PlantUML | false | false | 927 | plantuml | @startuml
skinparam monochrome true
skinparam BoxPadding 50
box
participant "Connection 1" as c1
endbox
box
participant "Connection 2" as c2
endbox
rnote over c1
""begin;""
endrnote
rnote over c2
""begin;""
endrnote
====
rnote over c1
""select * from tbl;""
endrnote
note left of c1 : -- Here Connection 1 caches\nthe query result.
...
rnote over c2
""update tbl set b = 4 where b = 2;""
endrnote
note right of c2 : -- Connection 2 will gain\nthe write lock for row ""b = 2""
...
rnote over c1
""update tbl set b = 11 where b = 2;""
endrnote
note left of c1 : -- It will wait until Connection 2\nfinishes the transaction.
...
rnote over c2
""commit;""
endrnote
note left of c1 : -- Because Connection 2 releases\nthe lock, MySQL returns\n"""0 rows affected""" instantly.
====
rnote over c1
""select * from tbl;""
endrnote
note left of c1 : -- MySQL returns the above result.
@enduml
| false | true | false | false | sequence |
73115449f6cedb79ad1ceed648f37a4e843d8835 | 91678f027f1da807dfe4c113028f331f458c3a3d | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-checkout-customer.puml | c1bf1b341c7ef4c41608533b5e77cfc432fbaa70 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | amtee/platform | fd4b863a98c4302a26782486d173c437dfa98baa | 3518811b02bcfb746abb8553ae8e5ac6f15338c0 | refs/heads/trunk | 2023-08-20T03:41:00.473175 | 2021-09-27T11:20:36 | 2021-09-27T11:20:36 | 410,864,620 | 1 | 0 | MIT | 2022-02-06T18:56:01 | 2021-09-27T11:54:21 | null | UTF-8 | PlantUML | false | false | 9,299 | 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(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
salutationId foreignKey
not_null(firstName) string
not_null(lastName) string
company string
password password
not_null(email) email
title string
vatIds list
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
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
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(ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition, "customer_wishlist\n(__EMPTY__)") {
primary_key(id) id
not_null(customerId) foreignKey
not_null(salesChannelId) foreignKey
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerWishlistProductCustomerWishlistProductDefinition, "customer_wishlist_product\n(__EMPTY__)") {
primary_key(id) id
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(wishlistId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalutationSalutationDefinition, "salutation") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer") {
}
ForeignTable(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition, "product_review") {
}
ForeignTable(ShopwareCoreSystemCountryCountryDefinition, "country") {
}
ForeignTable(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
ForeignTable(ShopwareCoreContentProductProductDefinition, "product") {
}
' relationshipd
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerWishlistProductCustomerWishlistProductDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerWishlistCustomerWishlistDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerWishlistProductCustomerWishlistProductDefinition --> ShopwareCoreContentProductProductDefinition
@enduml
| false | true | false | false | uml-unknown |
2b8167512074c17d2d77c0fca06421188c3e0a93 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 3/UC07_Registar_Freelancer/UC07_Registar_Freelancer_Diagrama_Sequencia.puml | 31b7b3ca8293f2f203f2f17679386d51b3d413e3 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 2,277 | puml | @startuml
title UC07 - Registar Freelancer
participant "Administrativo" as Administrativo
participant "RegistarFreelancerUI" as RegistarFreelancerUI
participant "RegistarFreelancerCTRL" as RegistarFreelancerCTRL
participant "rf: RepositorioFreelancer" as RepositorioFreelancer
activate Administrativo
Administrativo -> RegistarFreelancerUI : inicia o registo de um freelancer \n(nome, NIF, endPostal, telefone, email)
activate RegistarFreelancerUI
RegistarFreelancerUI -> RegistarFreelancerCTRL: findByNif(nif)
activate RegistarFreelancerCTRL
RegistarFreelancerCTRL -> RepositorioFreelancer: findByNif(nif)
activate RepositorioFreelancer
alt exist true
RepositorioFreelancer --> RegistarFreelancerCTRL: nif já registado
deactivate RepositorioFreelancer
RegistarFreelancerCTRL --> RegistarFreelancerUI: nif já registado
deactivate RegistarFreelancerCTRL
RegistarFreelancerUI --> Administrativo: Freelancer com esse NIF já existe
deactivate RegistarFreelancerUI
else exist false
RepositorioFreelancer --> RegistarFreelancerCTRL: não existe
activate RegistarFreelancerCTRL
RegistarFreelancerCTRL --> RegistarFreelancerUI: não existe
activate RegistarFreelancerUI
RegistarFreelancerUI -> RegistarFreelancerCTRL: registarFreelancer(nome, NIF, endPostal, telefone, email)
deactivate RegistarFreelancerUI
end
RegistarFreelancerCTRL -> AlgoritmoGeradorPasswords: geraPassword()
AlgoritmoGeradorPasswords --> RegistarFreelancerCTRL: password
RegistarFreelancerCTRL -> GestaoUtilizadoresCTRL: registerUserWithRoles(email, nome, password, rolename)
activate GestaoUtilizadoresCTRL
GestaoUtilizadoresCTRL --> RegistarFreelancerCTRL: utilizadorFreelancer
deactivate GestaoUtilizadoresCTRL
create Freelancer
RegistarFreelancerCTRL -> Freelancer: new Freelancer(nome, password, NIF, endPostal, telefone, email)
RegistarFreelancerCTRL -> RepositorioFreelancer: save(freelancer)
activate RepositorioFreelancer
RepositorioFreelancer --> RegistarFreelancerCTRL: success
deactivate RepositorioFreelancer
RegistarFreelancerCTRL --> RegistarFreelancerUI: success
activate RegistarFreelancerUI
deactivate RegistarFreelancerCTRL
RegistarFreelancerUI --> Administrativo: operação bem sucedida
deactivate RegistarFreelancerUI
@enduml
| false | true | true | false | sequence |
8cb7eb31cfa6fd4ff6caf98e537d48c33d465256 | fdae2dce5b6e304fa22a97c37fd898a37dadb643 | /out/production/JavaLab/LabOne/Account/uml.puml | 929e3782ab06a5b6a5c125dbaf22aad2d52c9d2e | [] | no_license | HkingAuditore/JavaLab | 2cfc3c273ff76996de7983458421256653147bc2 | 58b335d1e11ead9d935c96c440d0d4b7fa18d7bb | refs/heads/main | 2023-05-30T22:35:31.186538 | 2021-06-02T09:14:52 | 2021-06-02T09:14:52 | 365,935,053 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 700 | puml | @startuml
class LabOne.Account.Account {
- int _id
- double _balance
- {static} double annualInterestRate
+ int getId()
+ void setId(int)
+ double getBalance()
+ void setBalance(double)
+ {static} double getAnnualInterestRate()
+ {static} void setAnnualInterestRate(double)
+ double getMonthlyInterest()
+ void withdraw(double)
+ void deposit(double)
}
class LabOne.Account.AccountException {
- AccountExceptionType exceptionType
+ AccountExceptionType getExceptionType()
}
enum LabOne.Account.AccountExceptionType
LabOne.Account.Account .> LabOne.Account.AccountException
LabOne.Account.AccountException -> LabOne.Account.AccountExceptionType
Exception <|-u- LabOne.Account.AccountException
@enduml | false | true | false | false | class |
09a55ca5e555f92ef3b5edc48297fb26f7b20d12 | 33516fb1efb4f41951237851fa137e51e48f4de9 | /com/todolist/abstractclasses/abstractclasses.plantuml | 894352be5afbf2d897250c866f2d995db4d1fc4c | [] | no_license | harshiKTH/ToDoListProject | e63821e3c69369356f8f465955ffaea14c74a71f | 2651dbcdaf67a92dead28678299017f4fe1bcd16 | refs/heads/master | 2020-04-25T15:20:50.108654 | 2019-03-15T16:28:53 | 2019-03-15T16:28:53 | 172,394,777 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 830 | plantuml | @startuml
title __ABSTRACTCLASSES's Class Diagram__\n
package com.todolist.abstractclasses {
abstract class ListItemsStorage {
{abstract} + storeList()
{abstract} + loadList()
}
}
package com.todolist.abstractclasses {
abstract class UserInterface {
- scanner : Scanner
+ UserInterface()
+ getUserInput()
{abstract} + clearScreen()
{abstract} + updateScreen()
{abstract} + userMenu()
{abstract} + printList()
+ notificationMessage()
{abstract} # sortTaskByProject()
}
}
ListItemsStorage -up-|> Serializable
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 |
090ffcc49fd5564ac647fe21d951927407fa3099 | 968d90f0bdb30c52b4fb4244f2a49db7d02a245c | /src/main/java/ex45_d/ex45.puml | cb75ed05138e0cd92f476e8240174c2297377cfe | [] | no_license | lacostamejia/LuisAcosta-cop3330-assignment3 | 7615763567b7261a94da27f757f0b77530ac276f | ca68e13444bee2c7c128a69bb3a434f6af4e50f7 | refs/heads/main | 2023-06-06T12:39:07.537617 | 2021-06-21T01:02:33 | 2021-06-21T01:02:33 | 377,705,861 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 185 | puml | @startuml
class ex45{
+function: new Read_Write
+name_file : string
+find : string
+main()
}
class Read_Write{
+Reading(String find, String name_file)
}
ex45 --> Read_Write
@enduml | false | true | false | false | class |
27ea38091d9f0cff388eea70265e56321c485f52 | b4f12bc86f94818e00e24c8ad164d282f6ef1e8e | /uml/DishClass.puml | fb3b2f1af9777c04653a8e4309d87630d267356b | [] | no_license | nange77456/OrderingSystem-Chef | a90ad55cf74ee07db9c2a54d50d5358aaaa9a2bd | e8a4dd75a60cecf93578291d09abe8fb1c192579 | refs/heads/main | 2023-05-24T12:24:23.555084 | 2021-06-15T09:45:46 | 2021-06-15T09:45:46 | 358,181,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 913 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
class Dish{
-id : String;
-name : String;
-picUrl : String;
-description : String;
-price : float;
-ingredients : List<Ingredient>;
-sales : int;
-stock:int;
-positiveRate : float;
-groupId : String;
}
class Group{
-id : String;
-name : String;
}
class DishesAdapter
class GroupAdapter
class MenuFragment{
-dishData : LinkedList<Dish>
-groupData : LinkedList<Group>
-switchGroup() : void
-deleteGroup() : void
-editDish() : void
-deleteDish() : void
-displayDishes() : void
-displayGroups() : void
-addDish() : Dish
-addGroup() : Group
}
MenuFragment "1"-->"*" Dish
MenuFragment "1"-->"*" Group
DishesAdapter "1"-->"*" Dish
GroupAdapter "1"-->"*" Group
MenuFragment --> DishesAdapter
MenuFragment --> GroupAdapter
Dish -- Group
@enduml | false | true | false | false | class |
b8af95ac06f6f0c2f29abc278ff496966f0da09c | e9484221b0c6ba02e8734ee8012e6fd51603bf5f | /source/puml/user_analysis/search_air_temp_datasets_in_catalog.puml | c9f5d920648b0e7280b24951b83544b43aa15568 | [] | no_license | metno/S-ENDA-documentation | 91ec3d69bb94f3c2e6902478b179821eaf0b98d7 | a8c109a440587105509f800429d83657939c1c1e | refs/heads/master | 2023-02-23T16:06:50.410409 | 2022-02-14T17:17:06 | 2022-02-14T17:17:06 | 227,606,604 | 2 | 7 | null | 2023-02-15T11:21:12 | 2019-12-12T12:52:31 | Python | UTF-8 | PlantUML | false | false | 280 | puml | @startuml
actor "Level 4 projections producer" as PP
database "Discovery metadata catalog" as DMC
PP -> DMC : Search for aggregated timeseries\nof air temperature
PP -> DMC : Search for gridded historical \nweather observations
PP -> DMC : Search for climate modeldata
@enduml
| false | true | false | false | sequence |
6d7bc9c8f00d470393821efd4e13d470c42f80dd | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/gui_seq_diagrams/mouseclicked_move_teleportgate.plantuml | c16b2e84221633bf6479de97b32b9f61f933c496 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 651 | plantuml | @startuml seq
skinparam SequenceLifeLineBackgroundColor LightYellow
title "TeleportGatePopupMenu's Move button gets clicked"
Actor Player as player
participant "btn: Button" as btn
participant "player: Settler" as settler
participant "env: EnvironmentFrame" as env
player -> btn ++: mouseClicked(e)
alt clicked on TeleportGatePopupMenu's Move button
participant ": TurnController" as turn
participant "tg: TeleportGate"
btn -> turn ++: GetPlayer()
return player
btn -> env ++: GetNeighbourAt(e)
return tg
btn -> settler ++: Move(tg)
return
end
return
@enduml | false | true | false | false | usecase |
9f9c4078960d36d23dd92ccc4a295a7b779b0b2c | 1078630011d75940151364e0a8983eafb87f0f2e | /diagrams/post.createPost.sequenceDiagram.plantuml | b7c1e859c636c63e1b464e036d14f26916c657cb | [] | no_license | m3ntorship/pickify-posts | f3fe051cbe1abfc0cd097bc8ef4ac56cfd27ab60 | 6fe101c7b24425228465ecd3f482031872c091bf | refs/heads/development | 2023-08-15T01:46:43.225969 | 2021-10-11T17:38:13 | 2021-10-11T17:45:07 | 358,247,849 | 2 | 1 | null | 2021-10-03T16:53:19 | 2021-04-15T12:18:15 | TypeScript | UTF-8 | PlantUML | false | false | 676 | plantuml | @startuml create_post
hide footbox
skinparam maxMessageSize 150
actor user
participant postService
participant mediaService
participant uploadService
user -> postService : request to creat post
postService -> user : post id
user -> postService : Request to create optionsGroup(s) and options
postService -> user : optionsGroup(s) id + options ids
user -> postService : binary file(s)
postService -> user : ack
user -> postService : flag post as finished
postService -> user : 204 response
postService -> mediaService: Binary files
mediaService -> uploadService: New binary files
uploadService -> mediaService: Original URLs
mediaService -> postService: Masked URLs
@enduml | false | true | false | false | usecase |
0706561bac5e6a770c84845418338392844211a5 | 0d2111426f38fcb7609b77db886c3eb9611bf1d4 | /docs/uml/arch_base.plantuml | dca4b6a096f67e9ec679942f7c0d9d1774a9fb98 | [
"MIT"
] | permissive | hypercomm/wonder | 3d0198d75c30befb1cf905bf8d5368b5fa15ab77 | 98f702387e1e2b381cb277b037ee75b7268de276 | refs/heads/master | 2022-11-18T21:29:53.319380 | 2022-11-08T19:44:21 | 2022-11-08T19:44:21 | 15,030,606 | 4 | 5 | null | 2014-06-16T10:31:09 | 2013-12-08T20:20:41 | CSS | UTF-8 | PlantUML | false | false | 496 | plantuml | @startuml
!pragma horizontalLineBetweenDifferentPackageAllowed
interface "Manager 2 Manager" as Ma2Ma
interface "Host 2 Manager" as Ho2Ma
interface "Host 2 Node" as Ho2No
interface "Host 2 Host" as Ho2Ho
node Manager {
}
node Manager2 {
}
node Node {
}
node Host2 {
}
node Host1 {
}
Manager -right- Ma2Ma
Ma2Ma -right- Manager2
Host1 -right- Ho2Ho
Host2 -left- Ho2Ho
Host1 -down- Ho2No
Host2 -down- Ho2No
Ho2No -down- Node
Host1 -up- Ho2Ma
Host2 -up- Ho2Ma
Ho2Ma -up- Manager
@enduml | false | true | false | false | class |
ee51fb7a288036feebe5ea02fe22cbeb3b75a3e7 | 79b07d12573e59b3a7827216715ea100c0e48a30 | /uml/user-play-sequence.puml | fb676000dffb9d630cec0b22a52c5e8561cea352 | [] | no_license | bonewell/cityboom | 229e67cf6e7e1a3a0d3eae02cfcfc825fa9cd441 | 076b67bbee8465a4c1452b294eb40fc6d75c0fc6 | refs/heads/master | 2022-11-29T02:51:14.402739 | 2020-07-29T09:09:59 | 2020-07-29T09:09:59 | 157,508,046 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 930 | puml | @startuml
actor User
User -> CityBoom: input name
activate CityBoom
CityBoom -> Game: examine(name)
activate Game
Game -> World: find(name)
activate World
World --> Game: city
deactivate World
opt city is nil
Game --> CityBoom: false, city doesn't exist
CityBoom --> User: city doesn't exist
end
Game -> Chain: isUsed(city)
activate Chain
Chain --> Game: result
deactivate Chain
opt result is true
Game --> CityBoom: false, city is already used
CityBoom --> User: city is already used
end
Game -> Chain: last()
activate Chain
Chain --> Game: last
deactivate Chain
Game -> StitchInspector: verify(last, city)
activate StitchInspector
StitchInspector --> Game: result
deactivate StitchInspector
opt result is false
Game --> CityBoom: false, city is unsuited
CityBoom --> User: city is unsuited
end
Game -> Chain: add(city)
Game --> CityBoom: city
deactivate Game
CityBoom --> User
deactivate CityBoom
@enduml | false | true | false | false | usecase |
f773224236a1b3bef1034a2f060ce60dd6660bc1 | b42b710db6c89621bad38a5aa8bc13c18d2c8da7 | /docs/use-case-crm.puml | 6578385d76b3bbda798ea811102b4615d82eacea | [] | no_license | tflm91/CRM-System | 371b8eddc48f409ebc4d18802b8579b840205802 | 736e2a0c81cb9cb7933b2355ae810477dd73128a | refs/heads/main | 2023-08-11T00:25:23.079570 | 2021-10-14T23:09:08 | 2021-10-14T23:09:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
'https://plantuml.com/use-case-diagram
:Account Manager: as AM
rectangle CRM {
(Register a customer) as RC
(Delete a customer) as DC
(Create new item) as CI
(Delete items) as DI
(Add pieces) as AI
(Start a new speical offer) as SS
(Delete a special offer) as DS
(Enter purchase) as EP
(Delete purchase) as DP
}
AM --> RC
AM --> DC
AM --> CI
AM --> DI
AM --> AI
AM --> SS
AM --> DS
AM --> EP
AM --> DP
@enduml
| false | true | false | false | uml-unknown |
fd90ef9afd5e88928be734ca07ea1b3d8b6ecefd | 84e711faa0f6399f5c84f7945b96d29a7eafe764 | /diagrams/appointment-reminder-current.puml | d2f721b97b8793922294564c98e9b6a0b39117d6 | [] | no_license | bsavage-dbi/dbi-assets | f44c7c18e7c2ddeaf0080a58a38f13f8f22fb5e0 | 44a7d83d8ec9846f26bed8be66c9e2c5e74db2d2 | refs/heads/main | 2023-07-18T09:55:30.245979 | 2021-08-30T15:32:08 | 2021-08-30T15:32:08 | 381,825,744 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,404 | puml | @startuml
skinparam sequenceBoxBorderColor #black
skinparam NoteBorderColor #black
skinparam sequence {
ArrowColor DarkBlue
ActorBackgroundColor White
ActorBorderColor black
LifeLineBorderColor DarkBlue
LifeLineBackgroundColor #A9DCDF
BoxPadding 20
ParticipantPadding 20
ParticipantBorderColor Black
ParticipantBackgroundColor White
}
autonumber "<b>[00] "
footer created by Brian Savage 06/10/2021 \n all rights reservrd David's Bridal Inc.
title Appointment Reminder Text Messages - Current
box "DBI" #D4E1F5
participant "Data Services" as DBI_DATA
participant "API Services" as DBI_API
actor "DBI Stylist" as DBI_STY
end box
box "Liveperson" #D4E1F5
participant "Conversational Cloud" as LPCC
participant "Proactive Messaging API Service" as LPPM
end box
box "Twiliow" #D4E1F5
participant "OPT OUT API Service" as TWAS
end box
actor "DBI Customer" as DBI_CUS
DBI_DATA -> DBI_API : Send Data
DBI_API -> LPPM : send message
note over DBI_STY, LPCC #EEE
<b>Payload Sent to Proactive Messaging
- "variables": {"1": "MESSAGE CONTENT"}
- "skill": "Greeter Bot/Skill",
end note
LPPM -> TWAS : send message for OPT OUT Check
TWAS -> DBI_CUS : send message to customer
activate LPCC
LPCC <- DBI_CUS : she replies to text
LPCC <-> DBI_CUS : skill interacts with her
DBI_STY <- LPCC : skill to stylist
deactivate LPCC
DBI_STY <-> LPCC : stylist to customer
@enduml | false | true | false | false | sequence |
29c7339964b31e9c59fb836dc3a3780d19127448 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/ForestGreen.puml | 0bf22019c2290499f05042f6353ca6920cb9347c | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 322 | puml | @startuml
skinparam ClassBackgroundColor #ForestGreen
skinparam ClassFontColor #ForestGreen
skinparam ClassBorderColor #ForestGreen
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
7817e87775ed4b98adc745c19ed170f5febb5867 | 17d33c3154a49827fa38de1ef2b8930240f1e69e | /doc/Survey.puml | c26e4254e728c0338885fb139411d299179d8adb | [] | no_license | kristiania-pgr203-2021/pgr203-exam-sani-bagh | 30c8cc64f1280c3a2d687c1ca89ce3e084500b0f | b80b4ab45a032a530cf60c6d0747b5f659e1b93f | refs/heads/master | 2023-09-02T09:41:58.341342 | 2021-11-15T02:12:58 | 2021-11-15T02:12:58 | 422,922,187 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | puml | @startuml
class Survey {
id: long
survey_title: String
}
class Question {
quetion_id
title: String
text: String
answerOne: String
answerTwo: String
answerTree: String
survey_id: long
}
Survey "1" - "*" Question
class Answer {
answer_id: long
answer_text: String
question_id: long
}
Question "1" - "1" Answer
class SurveyUser {
userId: long
firstName: String
lastName: String
email: String
}
@enduml | false | true | false | false | class |
905e4f16971ead80c52101e23332aea449ecc765 | 6a9190343efb4e88cb30991def97833a156c40da | /documentation/resource-factory.plantuml | 06dd456d392945338ac10ff42f86a4ece1f3967d | [
"Apache-2.0"
] | permissive | huberchrigu/hateoas-navigator | 600419fb4554e4fffc34a66e31dda3f8eb0385a0 | 08d83f7f9905b1fc43c76d51c049852afbca1d35 | refs/heads/master | 2023-01-22T18:02:36.969064 | 2021-02-06T12:37:12 | 2021-02-06T12:37:12 | 199,589,552 | 0 | 0 | Apache-2.0 | 2023-01-05T16:18:50 | 2019-07-30T06:31:31 | TypeScript | UTF-8 | PlantUML | false | false | 1,119 | plantuml | @startuml
package resource {
package factory {
class ResourceObjectPropertyFactoryService<<Service>>
interface HalResourceFactory
ResourceObjectPropertyFactoryService --|> HalResourceFactory
}
class ResourceObjectProperty {
getDescriptor()
}
HalResourceFactory ..> ResourceObjectProperty
}
package descriptor {
interface ResourceDescriptorProvider {
resolve()
}
interface ResourceObjectDescriptor
class AssociationResolver
AssociationResolver ..> ResourceDescriptorProvider
AssociationResolver ..> ResourceObjectDescriptor
ResourceDescriptorProvider ..> ResourceObjectDescriptor
note right of ResourceObjectDescriptor
Static description of a resource object.
end note
note bottom of AssociationResolver
Resolving associations:
1. Resolve the resource object's descriptor
2. Repeat this for all child properties with an association
end note
}
ResourceObjectProperty ..> ResourceObjectDescriptor
ResourceObjectPropertyFactoryService ..> ResourceDescriptorProvider
ResourceObjectPropertyFactoryService ..> AssociationResolver
@enduml
| false | true | false | false | class |
a275e3650801ab68501ec0839ce73aa851fb9e53 | 1eb5025583f2a1089ea9c5859ec902f41a4acff4 | /sdk/docs/iot/resources/iot_retry_flow.puml | b7f317a04b509b247da75f891d3ad51b20ab12db | [
"MIT",
"BSD-3-Clause",
"LGPL-2.1-or-later",
"BSL-1.0",
"LicenseRef-scancode-generic-cla"
] | permissive | jbobotek/azure-sdk-for-c | 2f9969b2499293eb6e8d88f34932f8a02a50a4a1 | 5f9410a28e124435afcdee81c009b27ced988bd9 | refs/heads/master | 2023-03-06T12:06:05.634542 | 2020-09-18T00:02:52 | 2020-09-18T00:02:52 | 289,393,677 | 0 | 0 | MIT | 2020-09-18T00:02:53 | 2020-08-22T00:56:39 | C | UTF-8 | PlantUML | false | false | 1,895 | puml | @startuml
skinparam state {
BackgroundColor<<APP>> APPLICATION
BackgroundColor<<STRUCT>> Lavender
BackgroundColor<<FAIL>> Orange
}
[*] --> Provisioning
state Provisioning <<APP>> {
state Register_Device <<APP>>
' Provisioning Retriable errors
[*] --> Register_Device
state Provisioning_retriable_failure<<FAIL>>
Register_Device --> Provisioning_retriable_failure
Provisioning_retriable_failure --> Provisioning_calculate_delay
Provisioning_calculate_delay --> Provisioning_app_delay
state Provisioning_app_delay<<APP>>
Provisioning_app_delay --> Register_Device : retry
Provisioning_calculate_delay: - response.retry-after
Provisioning_calculate_delay: - az_iot_calculate_retry_delay
' Provisioning Non-retriable
Register_Device --> Provisioning_not_retriable_failure
state Provisioning_not_retriable_failure<<FAIL>>
Provisioning_not_retriable_failure --> Provisioning_Rotate_Credentials
state Provisioning_Rotate_Credentials <<APP>>
Provisioning_Rotate_Credentials --> Register_Device : retry
Provisioning_Rotate_Credentials --> [*] : no other credential
}
Provisioning --> IoT_Hub : Success
state IoT_Hub <<APP>> {
state Hub_Operation <<APP>>
[*] --> Hub_Operation
' Hub Retriable errors
Hub_Operation --> Hub_retriable_failure
state Hub_retriable_failure<<FAIL>>
Hub_retriable_failure --> Hub_calculate_delay
Hub_calculate_delay --> Hub_app_delay
state Hub_app_delay<<APP>>
Hub_app_delay --> Hub_Operation : retry
Hub_calculate_delay: - az_iot_calculate_retry_delay
' Hub Non-retriable
Hub_Operation --> Hub_not_retriable_failure
state Hub_not_retriable_failure<<FAIL>>
Hub_not_retriable_failure --> [*] : Re-provision
}
IoT_Hub --> Provisioning : Obtain new credentials
@enduml
| false | true | false | false | sequence |
1521898f6f40f754ae77fdfa63c39879b436b092 | 71f991ceeedbb609fdc6461988fe0267d10e8bac | /uml/machine/SpeechToText.puml | c7830d7b0c2a2db2a21667f2982326ae27cb3155 | [] | no_license | CodyAdam/project__chatbot | 23d0ef12207fb0201258c288ee07872d957b1742 | afc0d8532f7a162d5b303b09fb41b345f4736697 | refs/heads/main | 2023-08-02T04:11:36.149644 | 2021-10-09T21:02:45 | 2021-10-09T21:02:45 | 415,371,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | puml | @startuml
'https://plantuml.com/class-diagram
class SpeechToText << (O, #FF7700) >> {
Boolean inRecognition
Boolean cancel
SpeechClient client
ResponseObserver responseObserver
startRecognition()
endReco()
closeSpeech()
cancelReco()
}
@enduml | false | true | false | false | class |
f09187f9cc43e439ed8da2521bc17f89abed02c9 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Move/MoveItemModeMix.puml | f19a5b858d3209172a4f2182d22c0e8e279f3263 | [] | 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 | 850 | puml | @startuml
class MoveItemModeMix {
+ OnTrackDetach(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ HandleTrackSwitch(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ AllowTrackSwitch() : bool
+ AdjustStartTime(state:WindowState, itemsGroup:ItemsPerTrack, time:double) : double
+ OnModeClutchEnter(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ OnModeClutchExit(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ BeginMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ UpdateMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ FinishMove(itemsGroups:IEnumerable<ItemsPerTrack>) : void
+ ValidateMove(itemsGroup:ItemsPerTrack) : bool
+ DrawGUI(state:WindowState, movingItems:IEnumerable<MovingItems>, color:Color) : void
}
IMoveItemMode <|-- MoveItemModeMix
IMoveItemDrawer <|-- MoveItemModeMix
@enduml
| false | true | false | false | class |
3053f70edfc2516ac58a4705b3ef27a6526af2f6 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Extensions/TrackExtensions.puml | 28d734ef35a2f5efd4b9bf991660af49e3acd5a5 | [] | 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 | 639 | puml | @startuml
class TrackExtensions <<static>> {
+ {static} <<readonly>> kMinOverlapTime : double
+ {static} GetOrCreateClip(track:AnimationTrack) : AnimationClip
+ {static} CreateClip(track:TrackAsset, time:double) : TimelineClip
{static} Overlaps(blendOut:TimelineClip, blendIn:TimelineClip) : bool
+ {static} ComputeBlendsFromOverlaps(asset:TrackAsset) : void
+ {static} IsCompatibleWithClip(track:TrackAsset, clip:TimelineClip) : bool
+ {static} GetFlattenedChildTracks(asset:TrackAsset, list:List<TrackAsset>) : void
+ {static} GetFlattenedChildTracks(asset:TrackAsset) : IEnumerable<TrackAsset>
}
@enduml
| false | true | false | false | class |
6dd0d6860a44f8d1c18eb5862a2c1509dbd2258f | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint2/ipc04_01_design_01.puml | 1749b787e2f5d01bcaa71f7021e4086eaf6ee9e7 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 666 | puml | @startuml doc-files/ipc04_01_design_01.png
participant "uic : UIController" as UIC
participant ExtensionManager as ExtM
participant "extension : ImportExportExtension" as Extension
participant "uiExtension : UIExtensionImportExport" as UIExt
UIC -> ExtM : extensions=getExtensions();
loop for Extension ext : extensions
UIC -> Extension : uiExtension=getUIExtension(this);
activate Extension
create UIExt
Extension -> UIExt : new(extension, uic)
deactivate Extension
UIExt -> UIExt : getIcon();
activate UIExt
UIExt -> UIExt : getMenu();
deactivate UIExt
UIC -> UIC : uiExtensions.add(uiExtension);
end
@enduml | false | true | false | false | sequence |
ed9fd48b0795066342d3e4f23ad5edf9abe43832 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyQuoteChangeMyQuoteStateAction.puml | 9a4e2dcb2c66a8e3781020ed7fbd19fd3810bf75 | [] | 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 | 487 | 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 MyQuoteChangeMyQuoteStateAction [[MyQuoteChangeMyQuoteStateAction.svg]] extends MyQuoteUpdateAction {
action: String
quoteState: [[MyQuoteState.svg MyQuoteState]]
}
interface MyQuoteUpdateAction [[MyQuoteUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
667194fce9999b220b455a2cad1a837ac48141b8 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-strategy-pattern/src/main/resources/static/diagram-demo.puml | 3b1d1de7c58868731a0add60cd0d8e89c236b546 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
Context o-- Sale
interface Sale {
+double pay(double price)
}
class SaleNormal implements Sale {
+double pay(double price)
}
class SaleRebate implements Sale {
-double rebate
+SaleRebate(double rebate)
+double pay(double price)
}
class SaleDiscount implements Sale {
-double condition
-double discount
+SaleDiscount(double condition, double discount)
+double pay(double price)
}
class Context {
-Sale sale
+Sale getSale()
+void setSale(Sale sale)
+double pay(double price)
}
@enduml | false | true | false | false | class |
9bb9ba8003ead45ed619611aba810e0d531eada1 | 92dc3f15de7761ad32a6bc5ca2973c227bafdd46 | /diagrams/T2c.puml | 15deff67ae012a8e8d5dac4db0edf70c25a9f07d | [] | no_license | bhnatkowska/ClassDiagramComparison | bfcaf68ec2f10e46abb81d4461591b869a658248 | aee3f7a89c69667ee1c85f2b0961f2b5febb8172 | refs/heads/master | 2023-02-14T02:25:39.835157 | 2021-01-03T10:43:00 | 2021-01-03T10:43:00 | 326,383,253 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,355 | puml | @startuml
class Customer {
c_addressLine1 : String
c_customerNumber : Integer
c_customerName : String
c_phone : String
c_contactLastName : String
c_contactFirstName : String
c_city : String
c_postalCode : Integer
c_creditLimit : Integer
}
class Employee {
e_lastName : String
e_email : String
e_employeeNumber : Integer
e_firstName : String
e_extension : String
}
class Order {
o_orderNumber : Integer
o_orderDate : String
o_requiredDate : String
o_shippedDate : String
o_status : String
o_comments : String
off_postalCode : String
e_reportsTo : Integer
off_addressLine1 : String
c_state : String
off_state : String
off_addressLine2 : String
c_country : String
off_city : String
c_addressLine2 : String
off_officeCode : Integer
off_country : String
off_phone : String
off_territory : String
}
class ProductLine {
pln_textDescription : String
pln_productLine : String
p_productScale : String
}
class Product {
p_quantityInStock : Integer
p_productName : String
p_productDescription : String
p_MSRP : String
p_productCode : String
p_buyPrice : String
p_productVendor : String
}
class Dummy6 {
e_jobTitle : String
od_priceEach : String
od_quantityOrdered : Integer
od_orderLineNumber : Integer
}
Customer "1..*" -- "1" Employee
Order "1..*" -- "1" Customer
Product "1..*" -- "1" ProductLine
Product "1..*" -- "1..*" Order
(Product,Order) .. Dummy6
@enduml | false | true | false | false | class |
b69a8999072613da32907d5bba1d00a6cbaff162 | 6acdd421bafcd94147a87a08650600b0fa968b06 | /UML/use_case.puml | e46f364dd09a3ad73325aecd0d908066662e4f51 | [] | no_license | anokl/UML_samples | dd4a12d73b6f1ae2417511a4348d9b1ca5176275 | 7674e65f76fa973355edc66f5c0ae0b29682882c | refs/heads/master | 2021-01-01T07:40:28.784385 | 2020-02-14T11:32:48 | 2020-02-14T11:32:48 | 239,176,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 234 | puml | @startuml
actor surgent
actor robot
actor camera
rectangle NavigationApp{
surgent-- (coopMode)
(coopMode) -- robot
surgent-- (navigation): manipulates instrumets
(navigation)--camera: detects instruments position
}
@enduml
| false | true | false | false | usecase |
b4ae029e507ca1ce6b83cb54537d29ff2da412d9 | 8a995c72072a4232d8f3b8a03eeebdd787e8a756 | /doc/diagrams/sequence/org.xbmc.kore.ui.abstractcursorlist.puml | 76cec25dda09059f477fe3ad0b79dcff858b0975 | [
"Apache-2.0"
] | permissive | mueller-ma/Kore | 33f0043f5c90b9754355d32f0f23694fd4f6fdab | a0b5784d148fcea559d56434e3f87e594c58b8a4 | refs/heads/master | 2023-03-14T14:15:08.460211 | 2021-01-31T20:36:25 | 2021-05-17T18:17:54 | 375,481,511 | 1 | 0 | Apache-2.0 | 2021-06-09T20:29:07 | 2021-06-09T20:29:06 | null | UTF-8 | PlantUML | false | false | 1,874 | puml | @startuml
Actor Activity
participant "AbstractListFragment" as A
participant "AbstractCursorListFragment" as B
participant "ConcreteCursorListFragment" as C
Activity -> A: onCreate
activate A
A -> C: createAdapter()
activate C
C --> A: return adapter
deactivate C
deactivate A
Activity -> B: onCreateView
activate B
B -> A: onCreateView
deactivate B
activate A
A -> A: connect this class as swipe refresh listener
A -> A: setup gridview
activate A
A -> B: createOnItemClickListener
activate B
B --> A: return click listener
deactivate B
deactivate A
A -> A: restore saved state (if any)
A -> A: enable options menu
A -> B:
deactivate A
activate B
B -> B: restore saved search query (if any)
activate B
deactivate B
deactivate B
Activity -> B: onActivityCreated
activate B
B -> LoaderManager: initialize cursor loader
activate LoaderManager
LoaderManager -> B: onCreateLoader
B -> C: createCursorLoader
activate B
activate C
C --> B: return cursorLoader
deactivate C
B --> LoaderManager: return cursorLoader
deactivate B
deactivate B
deactivate LoaderManager
Activity -> B: onStart
Activate B
B ->> LoaderManager: onStart
Activate LoaderManager
B -> B: bind to library sync service
activate B
deactivate B
deactivate B
LoaderManager ->> B: onLoadFinished
Activity -> B: onResume
Activate B
B -> B: register to eventbus
activate B
deactivate B
deactivate B
== UI active ==
...
Activity ->> B: user selects list item
activate B
B -> B: saveSearchState
activate B
deactivate B
B -> C: onListItemClicked(view)
Activate C
C -> Activity: onItemSelected
note over Activity: starts corresponding InfoFragment
deactivate C
deactivate B
== UI inactive ==
Activity -> B: onPause
activate B
B -> B: unregister from eventbus
activate B
deactivate B
deactivate B
Activity -> B: onStop
activate B
B -> B: unbind from library sync service
activate B
deactivate B
deactivate B
@enduml | false | true | false | false | usecase |
97836f576b28ba907e0cd44a75a413e3880984d2 | 45ae639aa80ed04376331845c991723cd984068d | /doc/usecases/diagrams/PaymentRedirectWithConfirmationCode.puml | 393d28b6ae4781583046be31c58e60e7d38e9e75 | [
"Apache-2.0"
] | permissive | ggiorkhelidze/xs2a | a1b3a8abc002d37f8ab03983cff572a9c22117b4 | f844081ac1c780eb95d5465a9603aa62787dc8b8 | refs/heads/develop | 2023-08-17T06:42:13.153059 | 2021-10-08T05:43:33 | 2021-10-08T05:43:33 | 329,286,507 | 0 | 0 | Apache-2.0 | 2021-01-13T11:28:29 | 2021-01-13T11:28:29 | null | UTF-8 | PlantUML | false | false | 6,279 | puml | @startuml
actor PSU
entity TPP
entity XS2A
entity SPI
entity SPI
entity CMS
entity Online_banking
entity Core_banking
note right of CMS
For an Authorisation Call
CMS-PSU-API is used
end note
== Parameter in the ASPSP-Profile\nauthorisationConfirmationRequestMandated = TRUE ==
PSU->TPP: Initiate payment
activate TPP
activate PSU
TPP -> XS2A: REST Call Initiate payment\nPOST "/v1/payments/{payment-product}"
activate XS2A
XS2A->SPI: Java Call SPIinitiatePayment
activate SPI
|||
SPI-->XS2A: SpiSinglePaymentInitiationResponse
deactivate SPI
|||
XS2A-->TPP:Payment initiation response
deactivate XS2A
|||
TPP->XS2A: REST Call Initiate authorisation implicitly \nPOST"/v1/{payment-service }/{payment-product}/\n{paymentId}/authorisations"
activate XS2A
note left
in case of Multilevel SCA
the authorisation steps
should be repeated for other PSU
end note
|||
XS2A-->TPP:Start authorisation response\n"link_SCARedirect+"link_confirmation" "
deactivate XS2A
TPP-->PSU: Feedback to the customer\nAuthorise the transaction
deactivate TPP
|||
PSU->Online_banking: PSU re-direct to an authorisation webpage of the ASPSP
deactivate PSU
activate Online_banking
|||
Online_banking->CMS: REST Call GetPaymentByRedirectId\n"GET/psu-api/v1/payment/redirect/{redirect-id}"
activate CMS
|||
CMS-->Online_banking: CmsPaymentResponse
|||
Online_banking->CMS: REST Call UpdatePsuIdPayment\n"PUT/psu-api/v1/payment/authorisation/\n{authorisation-id}/psu-data"
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
|||
Online_banking-->PSU: Authorisation Process Response
deactivate Online_banking
activate PSU
|||
PSU->Online_banking: The PSU Authorises the Payment
activate Online_banking
|||
Online_banking->CMS: REST Call UpdateAuthorisationStatus to "unconfirmed"\n"PUT/psu-api/v1/payment/{payment-id}/authorisation/\n{authorisation-id}/status/{status}\n+Confirmation Code"
activate CMS
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
|||
deactivate CMS
Online_banking-->PSU: Redirect back to TPP with Confirmation Code
deactivate Online_banking
PSU->TPP: Redirect back to TPP
deactivate PSU
activate TPP
note right of TPP
Additional Authorisation Confirmation Call
end note
TPP->XS2A: PUT Call Authorisation Confirmation\n"PUT /v1/{payment-service}/{payment- product}\n/{paymentId}/authorisations/{authorisationId}"
deactivate TPP
|||
group authorisationConfirmationCheckByXs2a = FALSE
activate XS2A
XS2A->SPI: Java Call checkConfirmationCode
activate SPI
|||
SPI-->Core_banking: Perform Confirmation Code validation
activate Core_banking
|||
Core_banking-->SPI: Validation Result Response
|||
Core_banking-->Core_banking: Execute Payment
|||
Core_banking->SPI: REST Call UpdatePaymentStatus\n"PUT/psu-api/v1/payment/{payment-id}/status/{status}"
deactivate Core_banking
|||
SPI-->Core_banking: Response "http Codes: 200 successful or 400 error"
|||
SPI-->XS2A: SpiConfirmationCodeCheckingResponse
deactivate SPI
deactivate XS2A
deactivate PSU
|||
end
|||
group authorisationConfirmationCheckByXs2a = TRUE
XS2A->CMS: REST Call getPisAuthorisationById\nwith Confirmation Code
activate XS2A
activate CMS
|||
CMS-->XS2A: Authorisation object Response
deactivate CMS
|||
XS2A->XS2A: Check Confirmation Code
|||
XS2A->SPI: Java Call notifyConfirmationCodeValidation
activate SPI
|||
SPI->Core_banking: Authorise Payment
activate Core_banking
|||
Core_banking-->SPI: Transaction Status Response
deactivate Core_banking
|||
SPI-->XS2A: SpiPaymentConfirmationCodeValidationResponse\n(Transaction+SCA Status)
deactivate SPI
|||
XS2A->CMS: REST Call Update Authorisation
activate CMS
|||
CMS-->XS2A: UpdateAuthorisation Response
|||
XS2A->CMS: REST Call Update Payment status
|||
CMS-->XS2A: UpdatePayment status Response
deactivate CMS
|||
end
|||
XS2A-->TPP: scaStatus Response
|||
deactivate PSU
activate TPP
|||
TPP->XS2A: REST Call get payment status\n"GET/v1/{payment-service}/{paymentId}/status"
|||
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPI GetPaymentStatusByid
activate SPI
|||
SPI->Core_banking: GetPaymentStatusById
activate Core_banking
|||
Core_banking-->SPI: Transaction Status Response
deactivate Core_banking
|||
SPI-->XS2A: Transaction Status Response
deactivate SPI
|||
XS2A->CMS: REST Call UpdateTransactionStatus
activate CMS
|||
CMS->XS2A: UpdateTransactionStatus Response
deactivate CMS
|||
XS2A-->TPP: Transaction Status Response
deactivate XS2A
|||
TPP->XS2A: REST Call Get Payment Request "GET/v1/\n{payment-service}/{paymentId}"
deactivate TPP
activate XS2A
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPIGetPaymentbyId
activate SPI
|||
SPI->Core_banking: GetPaymentById
activate Core_banking
|||
Core_banking-->SPI: Payment Object Response
deactivate Core_banking
SPI-->XS2A: SpiSinglrPayment /\nSpiPeriodicPayment /\nSpiBulkPayment /\nSpiPaymentInfo
deactivate SPI
|||
XS2A->CMS: REST Call UpdatePayment
activate CMS
|||
CMS-->XS2A: UpdatePayment Response
deactivate CMS
|||
XS2A-->TPP: Get Payment Response
deactivate XS2A
activate TPP
|||
TPP->XS2A: REST Call Get Authorisation Sub-resources\n"GET/v1/{payment-service}/{payment-product}\n/{paymentId/authorisations}"
activate XS2A
|||
XS2A->CMS: GetAuthorisationsByPaymentId
activate CMS
|||
CMS-->XS2A: GetAuthorisationsByPaymentId Response
deactivate CMS
XS2A-->TPP: Authorisation Ids List
|||
TPP->XS2A: REST Call Get Sca Status Request\n"GET/v1/{payment-service}/{payment-product}/\n{paymentId/authorisations}/{authorithationId}"
|||
deactivate TPP
XS2A->CMS: REST Call getPaymentInitiationAuthorisationScaStatus
activate CMS
|||
CMS-->XS2A: getPaymentInitiationAuthorisationScaStatus Response
deactivate CMS
|||
XS2A->SPI: Java Call getScaStatus
activate SPI
|||
SPI->Core_banking: getScaStatus
activate Core_banking
|||
Core_banking-->SPI: getScaStatus Response
deactivate Core_banking
SPI->XS2A: SpiScaStatusResponse
deactivate SPI
|||
XS2A->CMS: REST Call UpdateAuthorisationStatus
activate CMS
|||
CMS-->XS2A: UpdateAuthorisationStatus Response
|||
deactivate CMS
|||
XS2A-->TPP: Get Sca Status Response
deactivate TPP
deactivate XS2A
@enduml
| false | true | false | false | usecase |
2ef536834157af9ca78f0d15c8660db87be1175d | 5c9480cc95414de431025c6fc08a27010fbd5cb4 | /src/documentation/CU3-DSS.puml | 2075102483a0dad53a99f22bc100863847e5ccea | [] | no_license | HZjiadong/PLD-MARS | ceab01a73e40f85a99d375988b0352ce631ba4a6 | 91d8a34d3859c381cb34cd3491b125586adb11e1 | refs/heads/main | 2023-01-08T07:09:21.002767 | 2020-11-05T10:20:50 | 2020-11-05T10:20:50 | 304,001,908 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,151 | puml | @startuml
actor Utilisateur as U
boundary IHM as I
participant System as S
autonumber
U->I: Identifier Client
I-[#red]>S: SM:CU1
S-[#0000FF]->I: idClient,Client
U->I: Consulter liste contacts de client
I-[#red]>S: SM 3.1 consulterListeContacts(idClient)
S-[#0000FF]->I: List<idContact,Contact>
alt
U->I: Créer contact
I-[#red]>S: SM 3.2 CreerContact(idCLient,idAgent,Contact)
S-[#0000FF]->I: CRE
else
U->I: Consulter onglet contact spontané/commercial
U->I: Selectionner un contact
U->I: Modifier un contact
I-[#red]>S: SM 3.3 modifierContact(idContact,Contact)
S-[#0000FF]->I: CRE
else
U->I: Consulter onglet entretien
U->I: Selectionner un entretien
alt
U->I: Consulter liste contrats de la banque
I-[#red]>S: SM 3.4 consulterListeContrat()
S-[#0000FF]->I: List<idContrat, Contrat, List<idDomaine, Domaine>>
U->I: Consulter détail d'un contrat
I-[#red]>S: SM 3.5 consulterDetailContrat(idContrat)
S-[#0000FF]->I: idContrat, Contrat, List<idOption, Option>
U->I: Proposer un contrat
I-[#red]>S: SM 3.6 proposerContrat(idContact,PropositionContrat,idContrat)
S-[#0000FF]->I: CRE
else
U->I: Consulter liste offres de la banque
I-[#red]>S: SM 3.7 consulterListeOffres()
S-[#0000FF]->I: List<idOffre,Offre>
U->I: Consulter détail d'une offre
I-[#red]>S: SM 3.8 consulterDetailOffre(idOffre)
S-[#0000FF]->I: idOffre,Offre,List<idProduit,Produit>
U->I: Proposer une offre
I-[#red]>S: SM 3.9 proposerOffre(idContact,PropositionOffre,idOffre)
S-[#0000FF]->I: CRE
else
U->I: Modifier entretien
U->I: Enregistrer l'entretien
I-[#red]>S: SM 3.3 modifierContact(idContact,Contact)
S-[#0000FF]->I: CRE
else
U->I: Ajouter annotation
U->I: Enregistrer annotation
I-[#red]>S: SM 3.10 ajouterAnnotation(idContact,Annotation)
S-[#0000FF]->I: CRE
U->I: Enregistrer l'entretien
I-[#red]>S: SM 3.3 modifierContact(idContact,Contact)
S-[#0000FF]->I: CRE
end
end
@enduml | false | true | true | false | usecase |
9d26818cc712b3a78e6680bf1041ce92669ee999 | 9987efadcb743f4b4c5a395fa0e3b65ee084f958 | /docs/CliCommands.plantuml | 92d6455d656c77cc314ce1ca2c72988f6e0ca79d | [
"Apache-2.0"
] | permissive | aerogear/ag-cli | b73a4af98ae8777631523e44990dcc01c661d405 | 7f12798a254f24e01e20d44cf922da63dd6278c1 | refs/heads/master | 2020-07-22T17:53:09.983826 | 2019-11-18T15:09:09 | 2019-11-18T15:09:09 | 207,280,968 | 1 | 2 | Apache-2.0 | 2019-11-18T14:58:33 | 2019-09-09T10:10:48 | TypeScript | UTF-8 | PlantUML | false | false | 302 | plantuml | @startuml
interface CommandInterface {
+handler(yargs: Argument)
+builder(yargs: Argv)
}
abstract class AbstractCommand
abstract class AbstractNamespaceScopedCommand {
+initCli(yargs: Argv): Argv
}
CommandInterface <|-- AbstractCommand
AbstractCommand <|-- AbstractNamespaceScopedCommand
@enduml | false | true | false | false | class |
8b28b7823e9351c39542794afe412473b441a400 | ef3fec1f3bd18a64245e377d72153582ebede4ab | /src/Data/Class.puml | 964ac6010713ebb4c0f05baeae3b5a4fc613a6d5 | [] | no_license | cloudy-happy/GitHubTest | 979a85a78166fe7e7713cd8d3a28f86a3d2c094d | 138cf7f78c798cb5bfa0824862283f8e1036dba4 | refs/heads/master | 2022-05-30T12:32:28.637134 | 2022-05-18T08:56:31 | 2022-05-18T08:56:31 | 244,837,125 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,227 | puml | @startuml
package "Data"{
package "Data.po"{
package "Data.po.User"{
class staff
class Customer
class BaseUser
interface IUser
class Address{
+ int id;
+ String address;
}
IUser <|..BaseUser
BaseUser <|-- Customer
BaseUser <|-- staff
Address<..Customer
}
package "Data.po.goods"{
class “Dish”
class DishInMenu
class Order
class OrderDetail
class “Dishes”
OrderDetail <..Order
“Dishes”<.OrderDetail
Dish<..“Dishes”
DishInMenu <.."Dish"
}
"Order"<.."Customer"
"Dishes"<.."Customer"
}
package "Data.DAO" #green{
class BaseDAO{
+SessionFactory sessionFactory
-Session getSession()
-void setSessionFactory(SessionFactory sessionFactory)
}
class "DishDAO"
class "DishesDAO"
class "DishInMenuDAO"
class "OrderDAO"
class "StaffDAO"
class "UserDefNutDAO"
interface InterfaceDAO{
boolean update(T o);
boolean delete(T o);
boolean save(T o);
}
InterfaceDAO<|..."DishDAO"
InterfaceDAO<|.."StaffDAO"
InterfaceDAO<|.."CustomerDAO"
InterfaceDAO<|.."DishesDAO"
InterfaceDAO<|.."DishInMenuDAO"
InterfaceDAO<|.."OrderDAO"
InterfaceDAO<|.."UserDefNutDAO"
BaseDAO<|--"CustomerDAO"
BaseDAO<|--"StaffDAO"
BaseDAO<|--"DishesDAO"
BaseDAO<|--"DishInMenuDAO"
BaseDAO<|--"OrderDAO"
BaseDAO<|--"UserDefNutDAO"
BaseDAO<|-- "DishDAO"
}
}
package "Service"{
class CustomerService
interface IUserService
IUserService<|..AdminService
IUserService<|..CustomerService
IUserService<|..UserDefNutService
}
CustomerService <.."DishesDAO"
CustomerService <.. CustomerDAO
CustomerService <.. OrderDAO
CustomerService <.. DishDAO
CustomerService <.."DishInMenu"
package "Action"{
class AdminAction
class CustomerAction
class NutritionAction
class UserDefNuAction
}
CustomerAction <.. CustomerService
CustomerAction <.. Customer
CustomerAction <.."Dish"
@enduml | false | true | true | false | class |
1bf783a240e6f0015fbfc364228922b19b0158bb | 4ef2a0d7b50e772e235e40bf33c1313a11e1d23a | /app/docs/asciidoc/models/modelui5.puml | b7d1f0a121cdb853b4e2a3ecf0d8ec1b71ff73c0 | [
"Apache-2.0"
] | permissive | SefkanTas/Sonofy | 4cb768b9eed72f2e133c2ec5b814c70352f39b4c | f4d7875d5c4ed996ec9ecc7fdf15ea75706af23a | refs/heads/master | 2023-03-27T03:41:36.030113 | 2021-03-27T20:14:31 | 2021-03-27T20:14:31 | 297,685,348 | 3 | 5 | Apache-2.0 | 2021-03-27T20:14:32 | 2020-09-22T15:04:53 | Java | UTF-8 | PlantUML | false | false | 681 | puml | @startuml modelui5
title <size:30><b>Diagramme de classes ui pour la page de connexion</b></size>
package app{
package ui{
package login{
class LoginActivity extends AppCompatActivity implements View.OnClickListener{
- TAG : String
- loginViewModel : LoginViewModel
- usernameEditText : EditText
- passwordEditText: EditText
- auth: FirebaseAuth
+ onCreate(savedInstanceState : Bundle): void
+ onClick(v :View): void
- loginUser(): void
}
}
}
}
@enduml | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.