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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
959ecef583826f3b3dc3f3a7a95a38fe4ad13fc9 | c9e80ad1e112975629a0b3121f582bce0674ed77 | /docs/diagrams/SequenceDiagram-Java-MulticastSubscribe.puml | a052fa78219d97dc6e49a49889668565650806a5 | [
"Apache-2.0"
] | permissive | bmwcarit/joynr | 5aac1602f129dc1d24312d79ac03c461cf125e56 | 87071d67af9e09ed4df48612de6e6f966c3491fc | refs/heads/master | 2023-08-17T14:58:40.755743 | 2023-06-12T11:36:49 | 2023-06-12T11:36:49 | 13,447,706 | 187 | 75 | Apache-2.0 | 2023-02-28T04:19:45 | 2013-10-09T16:36:30 | Java | UTF-8 | PlantUML | false | false | 819 | puml | @startuml
box "Application" #F1F1F1
participant App
participant libjoynr
end box
box "Cluster Controller" #F1F1F1
participant MessageRouter
participant MessagingStub
participant MqttMessagingSkeleton
end box
box "Backend" #F1F1F1
participant MqttBroker
end box
box "Backend App" #F1F1F1
participant JeeLibjoynr
participant JeeApp
end box
App -> libjoynr: subscribe
activate libjoynr
libjoynr -> JeeLibjoynr: subscriptionRequest
libjoynr -> MessageRouter: addMulticastReceiver(multicastId, subscriberParticipantId, providerParticipantId)
MessageRouter -> MqttMessagingSkeleton: registerMulticastSubscription(multicastId)
MqttMessagingSkeleton -> MqttBroker: subscribe(topic: multicastIdToTopic())
JeeLibjoynr -> libjoynr: subscriptionReply
App <-- libjoynr: confirm
deactivate libjoynr
@enduml | false | true | false | false | sequence |
228d7de904d9e2053bf80948b6fe5719bfe8a355 | 4759830cceb2eb13cab16da934d024d514a19a2a | /docs/classes.iuml | 79d1e981d09a0f447f8b43010f953575e6a2d050 | [] | no_license | BYU-Baja/telemetry | 4c3dfe759b0a7321adc25037aa7f23f2c0480776 | 1332a80a1006f7dea23c0b7d7c5f287a492602f4 | refs/heads/master | 2023-04-09T23:02:15.994851 | 2021-04-14T15:21:56 | 2021-04-14T15:21:56 | 332,803,266 | 1 | 0 | null | 2021-02-10T16:13:16 | 2021-01-25T16:05:51 | C++ | UTF-8 | PlantUML | false | false | 827 | iuml | @startuml Classes
class Controller {
+ void setup()
+ void update()
}
class MessageHandler {
+ void onMessage<Message>(void* handler)
}
class Sensor {
+ void setup()
+ void update()
}
class CANBusController {
}
class RadioModuleController {
+ void sendMessage()
}
class SDCardController {
+ fileptr openFile(filename)
+ void write(fileptr)
+ void read(fileptr)
+ void close(fileptr)
+ void writeCanMessage()
+ void writeRadioMessage()
}
class Message {
+ int id
}
class CANMessage {}
class RadioMesaage {}
Sensor <|-- GPS
Message <|-- CANMessage
Message <|-- RadioMesaage
Controller <|-- CANBusController
MessageHandler <|-- CANBusController
Controller <|-- RadioModuleController
MessageHandler <|-- RadioModuleController
Controller <|-- SDCardController
@enduml | false | true | false | false | class |
a801212f84c3c8754f29f55a0bcd5a2c6be55cf8 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMPro_EditorShaderUtilities.puml | aed924e5611516e07f5e6531a3a1aee65375145d | [] | 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 | 145 | puml | @startuml
class EditorShaderUtilities <<static>> {
+ {static} CopyMaterialProperties(source:Material, destination:Material) : void
}
@enduml
| false | true | false | false | class |
a9d0e6943b228286095ee3f2018d0f321258ff9c | 4207604c7d893ebe94b6660a7d4cbbff233ced5b | /plantuml/FirebaseCommon.puml | df72618318ced158f2e08337a811d1c174b1531c | [] | no_license | xmobe/firebase-icons-plantuml | fd9b99c2592f1d09c6aaf24d16b765e736484abd | 691c34cb6da522a77b0a6fc667c4f066fd2d49d4 | refs/heads/master | 2022-03-04T11:30:02.983762 | 2019-11-06T18:57:35 | 2019-11-06T18:59:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 962 | puml | !define FIREBASE_YELLOW #FFCA28
!define FIREBASE_AMBER #FFA000
!define FIREBASE_ORANGE #F57C00
!define FIREBASE_BLUE #039BE5
!define FIREBASE_NAVY #2C384A
!define FIREBASE_CORAL #FF8A65
!define FIREBASE_GREY #ECEFF1
!define FIREBASE_FONT_SIZE 12
skinparam defaultTextAlignment center
!definelong FirebaseEntityColoring(product)
skinparam rectangle<<product>> {
BackgroundColor #FFFFFF
BorderColor FIREBASE_ORANGE
}
skinparam participant<<product>> {
BackgroundColor #FFFFFF
BorderColor FIREBASE_ORANGE
}
!enddefinelong
!definelong FirebaseEntity(alias, label, part_desc, e_color, sprite, product)
rectangle "==label\n<color:e_color><$sprite></color>\n//<size:FIREBASE_FONT_SIZE>[part_desc]</size>//" <<product>> as alias
!enddefinelong
!definelong FirebaseParticipant(alias, label, part_desc, p_color, sprite, product)
participant "label\n<size:FIREBASE_FONT_SIZE>[part_desc]</size>" as alias << ($sprite, p_color) product>>
!enddefinelong
| false | true | false | false | sequence |
126bd17e2d977117767cce4f5fc6d2504a2fd3a0 | 79b07d12573e59b3a7827216715ea100c0e48a30 | /uml/classes.puml | b713a72caab5ccea1a3093f6d1e2d60a570f3fba | [] | 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 | 1,635 | puml | @startuml
namespace CityBoom {
class Game {
- world: WorldProtocol
- intellect: IntellectProtocol
- chain: ChainProtocol
+ init(world, intellect, chain)
+ go(): (Bool, String)
+ examine(name: String): (Bool, String)
}
interface WorldProtocol {
+ isCity(name: String): Bool
+ find(name: String): City
+ random(): City
+ getByFirstLetter(letter: Character): Set<City>
}
interface IntellectProtocol {
+ play(chain: Chain): City
}
interface ChainProtocol {
+ isUsed(city: City): Bool
+ last(): City
+ all(): Set<City>
}
class World {
- cities: [String: City]
+ init(cities: [String: City])
}
class Intellect {
- world: WorldProtocol
+ init(world)
}
class Chain {
- lastId: Int
- cities: [Int, City]
+ init()
+ init(cities: [Int, City], last: Int)
}
class StitchInspector {
{static} + verify(last: City, next: City): Bool
}
class City << (S,skyblue) >> {
+ id: Int
+ name: String
+ init(id: Int, name: String)
}
class WorldStorage {
{static} + read(text: String): [String: City]
}
Game o-- "1" WorldProtocol
Game o-- "1" IntellectProtocol
Game o-- "1" ChainProtocol
WorldProtocol <|.. World
IntellectProtocol <|.. Intellect
ChainProtocol <|.. Chain
World -o Intellect
Intellect .> Chain
World *-- "1..*" City
Chain *-- "0..*" City
Game .> StitchInspector
WorldStorage .> City: create
}
@enduml
| false | true | false | false | class |
a80151b5c2a7a389c54010f256e0b3fbc0897119 | 0c311512de48c07fcfe14b13d55b6d4fd60e4858 | /land-administration-system/src/main/plantuml/ladm-administrative.puml | c950e238f8f8f2ab57191773426dfa024e951bde | [] | no_license | marcvanandel/model-driven-low-code-playground | acc510e902e674def2902ccafa56c8cea2477a0b | 6381367a43c5559abee637a4b40a376d380e0842 | refs/heads/master | 2020-11-25T17:46:13.836924 | 2020-01-23T06:52:34 | 2020-01-23T06:52:34 | 228,778,884 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,338 | puml | @startuml LADM_Administrative
scale 1000 width
namespace ladm.administrative {
abstract class RightRestrictionOrResponsibility {
+ description : String
+ rID : ObjectIdentifier
+ share : Fraction
+ shareCheck : Boolean
+ timeSpec : ISO8601_ISO14825_Type
}
class BasicAdministriveUnit {
+ name : String
+ type : BasicAdministriveUnitType
+ uID : ObjectIdentifier
== constraints ==
{rrrs.filter(::shareCheck).sum(::share) == 1 per type}
{no overlap rrrs.timeSpec per summed type}
}
class Right
class Responsibility
class Restriction
class Mortgage
class AdministriveSource
RightRestrictionOrResponsibility "1..*" -- "1" BasicAdministriveUnit
BasicAdministriveUnit -- BasicAdministriveUnit : "required relationship"
BasicAdministriveUnit -- ladm.common.ObjectIdentifier
RightRestrictionOrResponsibility <|-- Right
RightRestrictionOrResponsibility <|-- Responsibility
RightRestrictionOrResponsibility <|-- Restriction
Restriction <|-- Mortgage
Mortgage -- Right
AdministriveSource -- BasicAdministriveUnit
AdministriveSource -- RightRestrictionOrResponsibility
' CadastralObject "1" *-right- "*" LegalRight
' CadastralObject "0" *-- "*" LeaseRight
}
@enduml | false | true | false | false | class |
081fbfe3cfbf6b87224c5befad99da7678370a8a | c071afa8c9ef0c26eae424fb721f292f903d7289 | /gfx/uml/AdapterPatternStatement.plantuml | 3f39b28313b3a79b52badab17b21611752d12054 | [] | no_license | Konafets/thesis | 4628b7e675164690e4b1a8345eecd11c20d9cbfc | 94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7 | refs/heads/master | 2016-09-06T18:47:47.614390 | 2014-05-26T17:51:30 | 2014-05-26T17:51:30 | 18,177,420 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 525 | plantuml | @startuml
set namespaceSeparator none
hide empty members
hide empty methods
class Doctrine.DBAL.Statement
Doctrine.DBAL.Statement --> Doctrine.DBAL.Driver.Statement
interface Doctrine.DBAL.Driver.Statement {
+prepare()
}
class PDOStatement implements Traversable {
+prepare()
}
class Doctrine.DBAL.Driver.PDOStatement extends PDOStatement
class Doctrine.DBAL.Driver.PDOStatement implements Doctrine.DBAL.Driver.Statement {
+prepare()
}
note bottom of Doctrine.DBAL.Driver.PDOStatement : parent::prepare();
@enduml
| false | true | false | false | class |
f5bab535726540de61bea3430dd907fd55e0b2f7 | e8f334a3621b62c3f67fbc664ab07c3dc0e1d2ba | /class_uml.puml | f34f31170f0fa949a0eadb998aaa97ec2cd526f8 | [] | no_license | zcolin/ZRecyclerView | 4d5adffb092db984091185cd961d89db1eb6ac29 | d16ee75d950006a353c98e5832856d0e17f60823 | refs/heads/master | 2021-08-07T20:18:33.985714 | 2021-01-22T08:08:30 | 2021-01-22T08:08:30 | 76,925,889 | 16 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,056 | puml | @startuml
interface ILoadMoreFooter
ZRecyclerView <|-- ZSwipeMenuRecyclerView
RecyclerView$ItemDecoration <|-- ZRecycleViewDivider
RecyclerView$OnScrollListener <|-- RecyclerViewOnScroll
ILoadMoreFooter <|.. DefLoadMoreFooter
ZRecyclerView --> ILoadMoreFooter
ZRecyclerView --> RecyclerView
ZRecyclerView ..> ZRecycleViewDivider
ZRecyclerView ..> RecyclerViewOnScroll
ZRecyclerView --> WrapperRecyclerAdapter
RecyclerView <|-- SwipeMenuRecyclerView
SwipeMenuRecyclerView --> SwipeMenuLayout
ZSwipeMenuRecyclerView --> SwipeMenuRecyclerView
RecyclerView$Adapter <|-- WrapperRecyclerAdapter
RecyclerView$Adapter <|--- BaseRecyclerAdapter
WrapperRecyclerAdapter --> RecyclerView$Adapter
interface ILoadMoreFooter {
void onReset();
void onLoading();
void onComplete();
void onNoMore();
void setIsShowNoMore(boolean isShow);
View getFootView();
}
abstract class BaseRecyclerAdapter<T>{
abstract int getItemLayoutId(int viewType);
abstract void setUpData(CommonHolder holder, int position, int viewType, T data);
}
@enduml | false | true | false | false | class |
e2a065d09e14b5c0ad0444138d08aa25759d331b | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/towards/annotations.puml | c37b3982e30a48e4a54fae72139eeca97bf7542e | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | puml | @startuml
class Hello {
<<lazy,val,>> x : Int
}
class C {
--<<annotated>>--
annotations = ["deprecated("Use D","1.0")"]
}
note right of Hello::x
<<annotated>>
annotation=["threadUnsafe"]
end note
Hello -[hidden]down- C
hide circle
hide methods
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml | false | true | false | false | class |
5b940d83ff828b8f7b0f567ea8f0a2c7e0afd4bb | b5c2a14e617ed7c41060f08322fe2192736972a4 | /Design Phase/SequenceDiagrams/FR10.plantuml | f942f737b2745812ef47858dda2e78c943d9da20 | [] | no_license | AlpTorac/PSE-Report | 621f8f2ec69f215764d9ad5f23e9ee3ebd381c38 | 55a3dedcdda36639cacd5386b224fd094961f165 | refs/heads/main | 2023-04-03T10:29:33.111467 | 2021-04-06T15:43:51 | 2021-04-06T15:43:51 | 315,664,095 | 0 | 1 | null | 2021-01-07T11:02:59 | 2020-11-24T14:53:15 | TeX | UTF-8 | PlantUML | false | false | 548 | plantuml | @startuml
-> EditListener : changedUpdate(DocumentEvent e)
activate EditListener
EditListener --> TextEditAction ** : <<creates>> TextEditAction(String oldContent, String newContent, Element element)
EditListener -> TextEditAction ++ : execute()
TextEditAction -> LibertyParser ++: parseCell(String newContent)
ref over LibertyParser : parse Cell
return
TextEditAction -> currentModel ++ : notify()
currentModel -> Outliner ++ : update()
return
return
return
return
@enduml | false | true | false | false | sequence |
22e40a4956f15f6ea10702eff8aaaed18d8c4617 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /08_sequencediagram/38_sequence_delay.puml | 9eefe8fe6c6017cdbbe8eded1a72e8db240e146c | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 295 | puml | '
'Basics: Delay
'
'You can use ... to indicate a delay in the diagram.
'And it is also possible to put a message with this delay.
'...: delay
'
@startuml
Alice -> Bob: Authentication Request
...
Bob --> Alice: Authentication Response
...5 minutes later...
Bob --> Alice: Bye !
@enduml | false | true | false | false | sequence |
e28e26caf515dc0a9119b34730fd48b0bad4e4ff | 3719022897014e52297e0ab39b307408fb740107 | /information-hub.plantuml | 832b0941776ac416315742bf39eab7c779b20055 | [] | no_license | shimunmatic/information-hub | 2bcdf8ba83f06570aa7552827a961b231e561a8b | f13c39b3b44975236d114e0e628be4fa3c5703cb | refs/heads/master | 2021-03-16T20:30:19.407191 | 2020-11-22T18:05:43 | 2020-11-22T18:05:43 | 246,939,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,744 | plantuml | @startuml
title __INFORMATION-HUB's Class Diagram__\n
namespace de.shimunmatic.informationhub {
class de.shimunmatic.informationhub.InformationHubApplication {
}
}
namespace de.shimunmatic.informationhub {
namespace configuration {
class de.shimunmatic.informationhub.configuration.OpenApiConfiguration {
}
}
}
namespace de.shimunmatic.informationhub {
namespace configuration {
class de.shimunmatic.informationhub.configuration.RestTemplateConfiguration {
}
}
}
namespace de.shimunmatic.informationhub {
namespace controller {
class de.shimunmatic.informationhub.controller.CountryStateController {
}
}
}
namespace de.shimunmatic.informationhub {
namespace controller {
class de.shimunmatic.informationhub.controller.ProcessedDateController {
}
}
}
namespace de.shimunmatic.informationhub {
namespace job {
class de.shimunmatic.informationhub.job.CountryStateFetchingJob {
}
}
}
namespace de.shimunmatic.informationhub {
namespace model {
class de.shimunmatic.informationhub.model.BaseEntity {
}
}
}
namespace de.shimunmatic.informationhub {
namespace model {
class de.shimunmatic.informationhub.model.CountryState {
}
}
}
namespace de.shimunmatic.informationhub {
namespace model {
class de.shimunmatic.informationhub.model.ProcessedDate {
}
}
}
namespace de.shimunmatic.informationhub {
namespace parser.countrystate {
class de.shimunmatic.informationhub.parser.countrystate.CountryStateCSVParserFactory {
}
}
}
namespace de.shimunmatic.informationhub {
namespace parser.countrystate {
namespace definition {
interface de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser {
}
}
}
}
namespace de.shimunmatic.informationhub {
namespace parser.countrystate {
namespace implementation {
class de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV1 {
}
}
}
}
namespace de.shimunmatic.informationhub {
namespace parser.countrystate {
namespace implementation {
class de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV2 {
}
}
}
}
namespace de.shimunmatic.informationhub {
namespace repository {
interface de.shimunmatic.informationhub.repository.CountryStateRepository {
}
}
}
namespace de.shimunmatic.informationhub {
namespace repository {
interface de.shimunmatic.informationhub.repository.ProcessedDateRepository {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CRUDService {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CountryStateService {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.ProcessedDateService {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.implementation {
class de.shimunmatic.informationhub.service.implementation.AbstractService {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.implementation {
class de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl {
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.implementation {
class de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl {
}
}
}
de.shimunmatic.informationhub.controller.CountryStateController o-- de.shimunmatic.informationhub.service.definition.CountryStateService : countryStateService
de.shimunmatic.informationhub.controller.ProcessedDateController o-- de.shimunmatic.informationhub.service.definition.ProcessedDateService : processedDateService
de.shimunmatic.informationhub.job.CountryStateFetchingJob o-- de.shimunmatic.informationhub.service.definition.CountryStateService : countryStateService
de.shimunmatic.informationhub.model.CountryState -up-|> de.shimunmatic.informationhub.model.BaseEntity
de.shimunmatic.informationhub.model.CountryState o-- de.shimunmatic.informationhub.model.ProcessedDate : processedDate
de.shimunmatic.informationhub.model.ProcessedDate -up-|> de.shimunmatic.informationhub.model.BaseEntity
de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV1 .up.|> de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser
de.shimunmatic.informationhub.parser.countrystate.implementation.CountryStateCSVParserV2 .up.|> de.shimunmatic.informationhub.parser.countrystate.definition.CountryStateCSVParser
de.shimunmatic.informationhub.service.implementation.AbstractService .up.|> de.shimunmatic.informationhub.service.definition.CRUDService
de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl .up.|> de.shimunmatic.informationhub.service.definition.CountryStateService
de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl -up-|> de.shimunmatic.informationhub.service.implementation.AbstractService
de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.parser.countrystate.CountryStateCSVParserFactory : countryStateCSVParserFactory
de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.service.definition.ProcessedDateService : processedDateService
de.shimunmatic.informationhub.service.implementation.CountryStateServiceImpl o-- de.shimunmatic.informationhub.repository.CountryStateRepository : repository
de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl .up.|> de.shimunmatic.informationhub.service.definition.ProcessedDateService
de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl -up-|> de.shimunmatic.informationhub.service.implementation.AbstractService
de.shimunmatic.informationhub.service.implementation.ProcessedDateServiceImpl o-- de.shimunmatic.informationhub.repository.ProcessedDateRepository : repository
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 |
0403a8289b6cbf957eee4c1adf9f630981e5310a | 1f1ceedff0ac7ccc3e78c39481a1df35b0a23029 | /stateDiagram.plantuml | 2540e8233fdd26d8a48c0d32e03bc21a156c990f | [] | no_license | akarsh27/Ride-Sharing-Application | 20977b039c7f3671f3d69ab8baa37de76f233c9e | c08d83eb8c101a2eaef07b2476d6290e9e21736d | refs/heads/main | 2023-02-01T13:17:54.164953 | 2020-12-20T05:05:41 | 2020-12-20T05:05:41 | 322,994,325 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,698 | plantuml | @startuml stateDiagram
skinparam Style strictuml
skinparam SequenceMessageAlignment center
skinparam Linetype polyline
left to right direction
skinparam BackgroundColor #CAE1FF
skinparam StateBackgroundColor #f0ffff
skinparam StateBorderColor #000033
skinparam ArrowColor #191970
state "applicationLaunching" as AL
[*] -right-> AL
state "exit" as E
state "login/signUp" as SU
AL -right-> SU
state "waitingFor\nVerification" as WFV{
state "userId" as UI
state "drivingLicence" as DL
state "idProof" as IP
}
SU -right-> UI : verifying username and password
SU -right-> E : cancel
UI --> SU : verification Error \n[unauthorized user]
state "recieveUser\nRequest" as RUR
state "offerRide" as OR{
state "take\nStartAddress\nAnd\nEndAddress" as addOR
[*] -> addOR
addOR -right-> DL : verifying Driving License\n and Government ID
state "viewNearby\nRideTakers" as VNRT
DL -down-> VNRT : [successful verification]
state "sendConfirmation\nand\nRideTakerDetails" as C
VNRT -down-> C : accept a ride
VNRT --> E : cancel
C --> E : applicationClosed
}
state "findRide" as FR{
state "take\nPickupAddress\nAnd\nDropAddress" as addFR
[*] -> addFR
addFR --> IP : verifying GovernmentID
state "viewAvailable\nRideGivers" as VARG
IP --> VARG : successful verification\n[authorized user]
state "sendConfirmation\nand\nRideGiverDetails" as CG
VARG -down-> CG : confirm a ride
VARG --> E : cancel
CG --> E : application closed
}
state "myAccount" as MA{
}
WFV -down-> RUR : successful verfication \n[authorized user]
RUR --> E
RUR --> OR
RUR --> FR
RUR --> MA
OR --> RUR
FR --> RUR
MA --> RUR
E --> [*]
@enduml | false | true | false | false | sequence |
fc3ceefc1df3d35c8f7759be71e9a28d0c563c23 | 2fb511103c59818877995683457b0354425135e7 | /doc/accp-sequence.puml | 6e52270b0e60842855c6e5590c91dc307b6dff27 | [
"Apache-2.0"
] | permissive | soldatov-s/accp | 60575654ecbc9cde88e7eb74948ee853dee54cc2 | d8795453355a620b1bb8961bc817f4c9fbe9d037 | refs/heads/master | 2023-02-27T08:46:34.814093 | 2021-02-01T20:53:48 | 2021-02-01T20:53:48 | 296,838,243 | 0 | 0 | Apache-2.0 | 2021-01-10T15:13:33 | 2020-09-19T10:00:02 | null | UTF-8 | PlantUML | false | false | 2,909 | puml | @startuml accp
title The workflow of Access Control Caching Proxy
actor "Client" as client
box ACCP
participant "Proxy Handler" as proxy
participant "Introspection" as introspection
participant "Limiter" as limiter
participant "Internal Cache" as internal_cache
end box
box Introspector
participant "Introspection" as externalIntrospector
end box
box Redis
participant "Limits state" as redisLimitsState
participant "External cache" as redisExternalCache
end box
box RabbitMQ
participant "Business\nanalytic\nqueue" as businessAnalyticQueue
end box
group Not found in cache
client -> proxy : send request
proxy -> proxy : check that API endpoint is not exluded
proxy -> introspection : forward request to introspection
introspection -> externalIntrospector : introspect access-tokens
externalIntrospector --> introspection : return body of access-token
introspection -> introspection : hydration of the request by body of access-token
introspection -> limiter : pass request for check rate limits
limiter -> redisLimitsState : request limits in common storage
redisLimitsState --> limiter : update internal limit counters
limiter -> limiter : check limits from internal memory
limiter -> limiter : increment limits
limiter -> redisLimitsState : update limits in common storage
limiter -> internal_cache : search response in internal cache
internal_cache -> internal_cache : not found
internal_cache -> redisExternalCache : search response in external cache
redisExternalCache --> internal_cache : not found
internal_cache --> proxy : not found
proxy -> backend : pass request to backend
backend --> proxy : return response fron backend
proxy -> internal_cache : save response to internal cache
internal_cache -> redisExternalCache : save response to external cache
proxy --> client : response
end group
group Found in cache
client -> proxy : send request
proxy -> proxy : check that API endpoint is not exluded
proxy -> introspection : forward request to introspection
introspection -> externalIntrospector : introspect access-tokens
externalIntrospector --> introspection : return body of access-token
introspection -> introspection : hydration of the request by body of access-token
introspection -> limiter : pass request for check rate limits
limiter -> redisLimitsState : request limits in common storage
redisLimitsState --> limiter : update internal limit counters
limiter -> limiter : check limits from internal memory
limiter -> limiter : increment limits
limiter -> redisLimitsState : update limits in common storage
limiter -> internal_cache : search response in internal cache
internal_cache -> redisExternalCache : check UUID of cache item
redisExternalCache --> internal_cache : UUID identical
internal_cache --> proxy : response
proxy -> client
proxy -> businessAnalyticQueue : pass request to queue
businessAnalyticQueue -> backend : pass request to backend for analytic
end group
@enduml | false | true | false | false | sequence |
010d6c33dc0c584badad31e361c25b2001380571 | 74ed7339d740e9984fda622feeca6e609dec0905 | /clases.puml | eb3a3907e2439c47f2905eb902fec7c0cbc7b078 | [] | no_license | eccnil/arduinoCar | de722b256b446ba194c52006362c3c14a07b0698 | 0717c3979934e83cb3240f44deba1987707afc56 | refs/heads/master | 2021-07-21T11:00:02.558847 | 2020-07-01T17:57:32 | 2020-07-01T17:57:32 | 192,104,084 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 480 | puml | @startuml
class Coche{
avanza(%)
gira(%)
..
init()
}
class Mando {
getBotones(boton)
getJoystick(joystick)
..
init()
loop()
}
class Radar{
agregarAngulo(angulo, &distancia)
..
init()
loop()
}
class Servo{
write(angulo)
..
init()
}
class Ping{
pingcm()
..
init()
}
class Rueda{
mueve(%)
..
init()
}
Coche o-- Rueda : ruedaIzq
Coche o-- Rueda : ruedaDer
Radar o-- Ping
Radar o-- Servo
@enduml | false | true | false | false | sequence |
0e0ce591dcb86d31303e4c0ff04a36bd79e2aa7f | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/Sales/IAdminRemittanceManager.puml | 70c4cea84de8190d2bf95b164870a2b6ee639530 | [
"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 | 141 | puml | @startuml
interface IAdminRemittanceManager {
Totals() : SalesTotalsResponse
}
IServiceContractBase <|-- IAdminRemittanceManager
@enduml
| false | true | false | false | class |
ac9e2e39e9fe89e2cddaa09368584af116094a9e | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/34_classdiagram_specificspot.puml | e49e6621bd9db389b858b975435a894b029f4bdb | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 413 | puml | '
'ClassDiagrams: Specific Spot
'
'Usually, a spotted character (C, I, E or A) is used for classes, interface, enum and abstract classes.
'But you can define your own spot for a class when you define the stereotype, adding a single character and a color,
'like in this example:
'
'--------------------------------------
'
@startuml
class System << (S,#FF7700) Singleton >>
class Date << (D,orchid) >>
@enduml | false | true | false | false | class |
a973d356c02e9b2fec067f1bc4d12b5f1a3f8939 | ac8493322a4cde818a2a04634f2de0d1fd6208f0 | /pages/plantuml/disjoint.puml | 68490821e86a6cc9e8a876f6dc2d73b346a93c07 | [
"Apache-2.0"
] | permissive | cescoffier/mutiny-doc-sandbox | 32d7e5b75a2d0be65a3790ba184b5f254bf6aa31 | 59b56a998ab0f11c4c1f0b316e7b7e6bca0a9a13 | refs/heads/main | 2023-01-24T02:09:47.568392 | 2020-11-26T15:11:37 | 2020-11-26T15:11:37 | 306,060,097 | 1 | 0 | Apache-2.0 | 2020-11-25T06:39:21 | 2020-10-21T14:57:52 | Java | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
skinparam dpi 200
skinparam useBetaStyle true
skinparam handwritten true
skinparam StereotypeFontSize 0
participant Upstream as pub #D2B4DE
participant "Disjoint" as proc #FAE5D3
participant Downstream as sub #D2B4DE
pub -> proc: item:[a, b, c]
proc -> sub: item:a
proc -> sub: item:b
proc -> sub: item:c
pub -> proc: item:[d, e]
proc -> sub: item:d
proc -> sub: item:e
@enduml | false | true | false | false | sequence |
9a1744e7f58949368919a83290d295b52da1d705 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/bill-of-lading@0.1.0.puml | f4f54e551d36d2b52e37b0468122722910bb8f87 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 2,032 | puml | @startuml
class org.accordproject.billoflading.PackageType << (E,grey) >> {
+ BAG
+ BALE
+ BARREL
+ BASKET
+ BATTERY_CORROSIVE_WET
+ BIN
+ BOX
+ BUNCH
+ BUNDLE
+ CABINET
+ CAN
+ CARBOY
+ CARRIER
+ CARTON
+ CASE
+ CASK
+ CONTAINER
+ CRATE
+ CYLINDER
+ DRUM
+ LOOSE
+ OTHER
+ PACKAGE
+ PAIL
+ PALLET
+ PIECES
+ PIPE_LINE
+ RACK
+ REEL
+ ROLL
+ SKID
+ SPOOL
+ TANK
+ TUBE
+ UNIT
+ VAN_PACK
+ WRAPPED
}
org.accordproject.billoflading.PackageType --|> concerto.Concept
class org.accordproject.billoflading.FreightClass << (E,grey) >> {
+ CLASS_50
+ CLASS_55
+ CLASS_60
+ CLASS_65
+ CLASS_70
+ CLASS_775
+ CLASS_85
+ CLASS_925
+ CLASS_100
+ CLASS_110
+ CLASS_125
+ CLASS_150
+ CLASS_175
+ CLASS_200
+ CLASS_250
+ CLASS_300
+ CLASS_400
+ CLASS_500
}
org.accordproject.billoflading.FreightClass --|> concerto.Concept
class org.accordproject.billoflading.Hazardous << (E,grey) >> {
+ YES
+ NO
}
org.accordproject.billoflading.Hazardous --|> concerto.Concept
class org.accordproject.billoflading.Commodity {
+ Integer quantity
+ UnitOfMass unitOfMass
+ PackageType packageType
+ String description
+ String nmfcCode
+ FreightClass freightClass
+ Hazardous hazmat
}
org.accordproject.billoflading.Commodity --|> concerto.Concept
class org.accordproject.billoflading.BillOfLadingClause << (A,green) >> {
+ String accountName
+ String scac
+ String bolNumber
+ String bookingNumber
+ String exportReferences
+ String onwardInstructions
+ Organization shipper
+ Organization consignee
+ Organization notifyParty
+ String vessel
+ String voyageNumber
+ String portOfLoading
+ String portOfDischarge
+ String placeOfReceipt
+ String placeOfDelivery
+ Commodity[] commodities
+ MonetaryAmount declaredValue
}
org.accordproject.billoflading.BillOfLadingClause --|> org.accordproject.contract.Clause
@enduml
| false | true | false | false | class |
7155e6ce953791a70aa51ceefd69a91c38d2d48e | 0f5a97ac715dae9af43f79a522d616188bd9c475 | /Labs/puml-diagram/diagram-5.puml | c985820788049534cf94ac94144adf1253b2943d | [] | no_license | 03376808-OOAD/OOAD-WEEK05 | b760f95b3a8ab17753e52cc5036993a567ca615b | 0ea9505bb1a3fc97bbf1f0c95630294a3515343e | refs/heads/master | 2022-09-09T04:13:53.674026 | 2020-04-07T05:13:31 | 2020-04-07T05:13:31 | 67,557,398 | 0 | 14 | null | 2020-05-31T10:29:13 | 2016-09-07T00:32:17 | C# | UTF-8 | PlantUML | false | false | 162 | puml | @startuml
class Animal
{
void Eat()
}
class Cat
{
void Meow()
}
class Dog
{
void Bark()
}
class Puppy
{
void Weep()
}
Puppy <|... puppy
@enduml | false | true | false | false | class |
2d73490cec92a64b4caea2bfb05293e848b2da27 | 89349a875715d958bd3aa6d3cbfa02faef4f7801 | /diagrams/VisualisationProgres.puml | 554e5a5a95681cb592bcf696c496145e8f43ab35 | [] | no_license | ChristianHiroz/GymTonik | 83d37b9c354df7f1fe4f13e7ae23fa36816e6707 | 35f991a81a74aec199868155163d2dca88721791 | refs/heads/master | 2021-06-05T02:55:17.221175 | 2018-12-18T09:07:29 | 2018-12-18T09:07:29 | 29,235,334 | 0 | 0 | null | 2018-12-18T09:07:30 | 2015-01-14T08:48:01 | Java | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
hide footbox
actor Utilisateur
title Diagramme de séquence de visualisation\ndes progrès
Utilisateur -> Application: Clic sur "Progrès"
Utilisateur <-- Application: Affichage d'un graphe récapitulant\nles progrès de l'utilisateur
@enduml | false | true | true | false | sequence |
588f60bf4f28398d2d43d14dd257535e55e5015f | 5124b2dbc6276b681910d5584179a02ddc345669 | /documentation/uml/class/RoomComboBoxModel.puml | 0a5d5916b5ede4c783bfb758e0a7279e286c33dc | [] | no_license | Dedda/paintball | 258257ce2b0b6160abe4a9dbbbf7c7a658416d5b | fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f | refs/heads/master | 2020-12-30T09:58:02.507682 | 2015-06-16T17:22:59 | 2015-06-16T17:22:59 | 30,232,508 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 367 | puml | @startuml
interface javax.swing.ComboBoxModel
class hotel.gui.model.RoomComboBoxModel {
- rooms : List<Room>
- selected : int
+ getSize() : int
+ getElementAt(int) : Room
+ setSelectedItem(Object) : void
+ getSelectedItem() : Room
+ setRooms(List<Room>) : void
}
javax.swing.ComboBoxModel <|.. hotel.gui.model.RoomComboBoxModel
@enduml | false | true | false | false | class |
bdfd558cf3116de62b8d751b1f454f02338c6b87 | 610d0dd2197ab0ddbe7578682bb6e65de89afaf4 | /helloworld.puml | 5a8c13fc3dff976c451b0b7065434b0de76c37c1 | [
"MIT"
] | permissive | startupit69/plantuml-playground | 785066492c9e5aad2f51aa913ef269862eaeeb74 | 29b990d31d6d28ade37b5c80905e43bae72d72e2 | refs/heads/master | 2021-01-10T03:26:33.088122 | 2016-01-13T17:54:40 | 2016-01-13T17:54:40 | 49,591,614 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 146 | puml | @startuml
hide footbox
autonumber
Alice -> Bob: Hi!
Bob --> Alice: Hi, Alice!
Alice -> Bob: How are you?
Bob --> Alice: Fine, and you?
@enduml
| false | true | false | false | sequence |
336c7768c9de1387a3c511f8d70033eac38ccdd3 | 40150478eb932de87caf899cc05246572f7ebc91 | /docs/diagrams/NameContainsKeywordsPredicate.puml | 9a949d30ec28b57baecc0bfb214ebae8be5c9de9 | [
"MIT"
] | permissive | therizhao/tp | 3b674d0a4e60527d8397bd7bf31a37d8db970a21 | 4ba5a0f3b68db3f403f129a23ae4694aa682faae | refs/heads/master | 2023-01-07T01:08:23.762600 | 2020-11-09T05:21:45 | 2020-11-09T05:21:45 | 300,295,894 | 0 | 0 | NOASSERTION | 2020-11-09T05:26:24 | 2020-10-01T13:49:29 | Java | UTF-8 | PlantUML | false | false | 88 | puml | @startuml
class NameContainsKeywordsPredicate {
List<String> keywords
test()
}
@enduml | false | true | false | false | class |
1f91ffc5e4003b09d5d6e3d6da6e8ea4a68125ba | f3e5470b71219337445bca0f5e5c1ffa32da3af8 | /Documentation/PUML/Seq_GameManager.puml | cba307715c02ea50ae7b65b57dccbcec62847d68 | [
"MIT"
] | permissive | Jaren-Taylor/Smart-City-Dashboard | 65116d7afd09bdc9d5ff33e05213a83bc73b52cb | 7d947637bc1c0b0d4a7a2b781c405518481dc319 | refs/heads/main | 2023-04-14T06:55:40.565340 | 2021-04-26T19:55:52 | 2021-04-26T19:55:52 | 327,404,880 | 0 | 0 | null | 2021-04-19T02:11:24 | 2021-01-06T19:02:38 | C# | UTF-8 | PlantUML | false | false | 2,846 | puml | @startuml InputManager->Camera
actor user as user
boundary mouse as mouse
boundary keyboard as keyboard
control InputManager as InputManager
control CameraManager as CameraManager
loop @60 frames/sec
InputManager -> InputManager:check for input
alt mouse input detected
user -> mouse: touch initiated
mouse -> InputManager: MouseMovement Action
InputManager -> InputManager: OnMouseMovement
note right: detects movement and sets the movement amount
user -> mouse: Hover
mouse -> InputManager: MouseMovement Action
InputManager -> CameraManager: OnCameraPan
CameraManager--> CameraManager: PanHandler
user -> keyboard: Left/Right Arrow Keys
keyboard -> InputManager: CameraRotation Action
InputManager -> CameraManager: OnRotation
CameraManager -> CameraManager: RotationHandler
user -> mouse: Scroll
mouse -> InputManager: CameraScroll Action
InputManager -> CameraManager: OnZoom
CameraManager -> CameraManager: ZoomHandler
end
end
@enduml
@startuml GameManager-InputManager
participant "Start()" as start
control GameManager as GameManager
control GridManager as GridManager
control InputManager as InputManager
control CameraManager as CameraManager
start -> GameManager: initiate Subscription process
note left: Input Manager receives all input.
GameManager -> GridManager:Subscribe
GridManager --> GameManager: async Notification(s)
GameManager -> InputManager: Subscribe
InputManager --> GameManager: async Notification(s)
GameManager -> CameraManager:Subscribe
CameraManager --> GameManager: async Notification(s)
@enduml
@startuml GridManager Structure
participant "Start()" as s
actor user as u
boundary mouse as m
control GridManager as gm
control InputManager as im
control GameManager as gm2
entity TileGrid as tg
s -> gm : createGround
gm -> gm: GenerateMesh
loop @60 FPS
u -> m: left click
m -> im: PlaceTile
im -> im: OnPlaceTile
im -> gm2: notification sent
gm2 -> gm: OnPlaceTile
gm -> gm: HandleCursorMovement
alt click received
gm -> gm: MakePermanent?
gm --> gm: MakePermanent
else temporary tile
gm -> gm: RemoveIfTemporary
end
u -> m: left click
m -> im: PlaceTile
im -> im: OnPlaceTile
im -> gm2: notification sent
gm2 -> gm: OnPlaceTile
gm -> gm: HandleCursorMovement
gm -> gm: TryCreateTemporaryRoad
note right: if there is a tile near, get info and predict road shape
gm -> gm: UpdateNeighbors
gm -> gm: ReplaceTile
gm -> gm: WhatRoadTileAmI
gm -> tg: GetNeighbors
tg --> gm: neighbors
note right: Tile is now created and instantiated, with the grid updated to note it's existence for future use.
end
@enduml | false | true | false | false | usecase |
3a61b1cbcc01aca3e2af09802a8da3d613b03645 | bfbf2a99777870bd03c801bb243c037e9d31216b | /resources/ast-class_diagram-simple.puml | 82d8fc1bbb1b77e49987ef0f53055225c7a46231 | [
"MIT"
] | permissive | jojo1981/json-ast-builder | ea2f4dcd99dd59dfdd349abbc433f63f6b2410c2 | 1bc4b3a97cdb711621d0f2d88960fa298694fc3c | refs/heads/master | 2020-05-15T05:21:16.501425 | 2019-10-18T09:07:37 | 2019-10-18T09:07:37 | 182,104,037 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,855 | puml | @startuml
hide empty members
title
Simple class diagram AST nodes
end title
class JsonNode {
-element: ElementNode
+getElement(): ElementNode
+setElement(element: ElementNode): void
}
class ElementNode {
-value: ValueNode
+getValue(): ValueNode
+setValue(value: ValueNode): void
}
class ValueNode {
-type: TypeNodeInterface
+getType(): TypeNodeInterface
+setType(type: TypeNodeInterface): void
}
class ObjectNode {
-members: MemberNode[]
-token: ?Token
+getMembers(): MemberNode[]
+setMembers(members: MemberNode[]): void
+getToken() ?Token
+setToken(token ?Token) void
}
class ArrayNode {
-elements: ElementNode[]
-token: ?Token
+getElements(): ElementNode[]
+setElements(elements: ElementNode[]): void
+getToken() ?Token
+setToken(token ?Token) void
}
class stringNode {
-value: string
-token: ?Token
+getValue(): string
+setValue(value: string): void
+getToken() ?Token
+setToken(token ?Token) void
}
class NumberNode {
-value: float
-token: ?Token
+getValue(): float
+setValue(value: float): void
+getToken() ?Token
+setToken(token ?Token) void
}
class IntegerNode {
-value: int
-token: ?Token
+getValue(): int
+setValue(value: int): void
+getToken() ?Token
+setToken(token ?Token) void
}
class BooleanNode {
-value: bool
-token: ?Token
+getValue(): bool
+setValue(value: bool): void
+getToken() ?Token
+setToken(token ?Token) void
}
class NullNode
class KeyNode {
-value: string
-token: ?Token
+getValue(): string
+setValue(value: string): void
+getToken() ?Token
+setToken(token ?Token) void
}
class MemberNode {
-key: KeyNode
-value: ElementNode
+getKey(): KeyNode
+getValue(): ElementNode
}
class Token {
-name: string
-type: int
-lexeme: ?string
-position: int
-lineNumber: int
-linePosition: int
+getName(): string
+getType(): int
+getLexeme(): ?string
+getPosition(): int
+getLineNumber(): int
+getLinePosition(): int
}
JsonNode -* ElementNode
ElementNode --* ValueNode
ValueNode ---o "1" ObjectNode
ValueNode ---o "1" ArrayNode
ValueNode ---o "1" stringNode
ValueNode ---o "1" NumberNode
ValueNode ---o "1" IntegerNode
ValueNode ---o "1" BooleanNode
ValueNode ---o "1" NullNode
ArrayNode ..* "*" ElementNode
ObjectNode --* "*" MemberNode
MemberNode "1" --* KeyNode
MemberNode "1" ..* ElementNode
ObjectNode ---* Token
ArrayNode ---* Token
stringNode ---* Token
NumberNode ---* Token
IntegerNode ---* Token
BooleanNode ---* Token
NullNode ---* Token
KeyNode -* Token
'Token o- ObjectNode
'ArrayNode o--o Token
'stringNode o--o Token
'NumberNode o--o Token
'IntegerNode o--o Token
'BooleanNode o--o Token
'NullNode o--o Token
'KeyNode o--o Token
@enduml | false | true | false | false | class |
708eb8581e1ff08b821016320ecb28e460511c9d | 26ece645f8575988be92132c985fcff0ee3d4887 | /src/main/java/com/kamshanski/blepositioning/model/model.plantuml | 3fd91da9a7f0400d3f4882d7baa8d284ec0b9ebe | [] | no_license | Kamshanski/BluetoothPositioning | 66ddb43484c2fd023373c7441e280ba47c4525f8 | c39d28c9e468773d559510b4354ad20f16c7530e | refs/heads/master | 2023-05-25T09:59:20.570296 | 2021-06-13T14:41:54 | 2021-06-13T14:41:54 | 376,566,730 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,372 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace com.kamshanski.blepositioning {
namespace model {
class com.kamshanski.blepositioning.model.Model {
+ expIsOn : boolean
+ experimentalStorages : ArrayList<ComplexStorage>
+ latestPosition : LiveData<HashMap<String, Dimensions>>
+ latestRssiMeasuring : LiveData<HashMap<String, HashMap<Beacon, double[]>>>
+ posExpMap : LinkedHashMap<String, ArrayList<Dimensions>>
+ processingFinished : LiveData<Integer>
+ rssiStorages : ArrayList<NiceStorage>
+ slavesNum : LiveData<Integer>
+ targetsMacs : LiveData<MacAddress[]>
+ targetsNum : LiveData<Integer>
{static} - instance : LiveData<Model>
- positionings : Map<String, Positioning>
- targetsCapacity : int
{static} + getClearInstance()
+ getExpStorages()
+ getPositionings()
+ getTargetsSetString()
+ getTargetsString()
+ parseTargetsMacs()
+ putNewMeasurements()
+ setSlavesNum()
+ setTargets()
- Model()
}
}
}
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 |
bb0b407147900c7b79152ae00c45200ea26089b8 | 8a7a2b763c25a755aedf038864286f5fcf0e47be | /exercise41/docs/classes.puml | 82d1abeba99f8efcceb2a69024333c89bf73807a | [] | no_license | Your0nlySon/Duncan-a04 | c9b375dd79a52ec89e7c59ed1ef8b3230f2ac05d | 6108e441b8dd7d5d0063426aa571ab0608f6c55e | refs/heads/main | 2023-08-24T19:49:40.986791 | 2021-10-18T03:55:07 | 2021-10-18T03:55:07 | 416,451,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
class Solution41 {
'The reason that I made everything into one class is that it was small enough methods to keep it in one class.
'Also I would have had to pass a lot of parameters in the other classes in order to make them run.
+getNames()
+sortNames()
-printNamesToOutput()
}
@enduml | false | true | false | false | class |
a3eb89154a4c81fb9b3337cf667cdfd7012942e5 | 555d982a6ffa796e7b3ad1dac1ea647d104e9e3d | /img/quality.puml | 8092cad936cd0f1747df8c9ebffd50ea74644817 | [] | no_license | VladimirAlexiev/multisensor | 218e99e8a1701be714dc0945e1aa3e7bcbbdb04d | e6359e80fdd1644b6f7093487f74af1df96bcccd | refs/heads/master | 2021-07-16T05:36:54.662918 | 2016-11-02T11:33:29 | 2016-11-02T11:33:29 | 67,613,414 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,239 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_content_b3f36_quality as "ms-content:b3f36-quality"
class ms_content_b3f36_quality <<<<(W,red)Wrong>>>>
show ms_content_b3f36_quality circle
class ms_content_b3f36 as "ms-content:b3f36"
ms_content_b3f36 --> ms_content_b3f36_quality : dqv:hasQualityMeasurement
class ms_content_b3f35_quality as "ms-content:b3f35-quality"
ms_content_b3f35_quality : a dqv:QualityAnnotation
class ldqd_semanticAccuracy as "ldqd:semanticAccuracy"
ms_content_b3f35_quality --> ldqd_semanticAccuracy : dqv:inDimension
class dqv_qualityAssessment as "dqv:qualityAssessment"
ms_content_b3f35_quality --> dqv_qualityAssessment : oa:motivatedBy
class ms_content_b3f35 as "ms-content:b3f35"
ms_content_b3f35_quality -up-> ms_content_b3f35 : oa:hasTarget
class ms_accuracy_curated as "ms:accuracy-curated"
ms_content_b3f35_quality --> ms_accuracy_curated : oa:hasBody
ms_content_b3f35 --> ms_content_b3f35_quality : dqv:hasQualityAnnotation
ms_content_b3f36_quality : a dqv:QualityMeasurement
ms_content_b3f36_quality --> ms_accuracy_curated : dqv:value
class ms_accuracy as "ms:accuracy"
ms_content_b3f36_quality --> ms_accuracy : dqv:isMeasurementOf
@enduml
| false | true | false | false | sequence |
b26f2888e42583dbf28186380cfc812272bc3da3 | 45ec0ffd0819021ea21d6d36830972a0febbf9a8 | /ToDoKata-FullStack-Reactive/design/package.puml | f60f6acea3b93c4c0bbf7345975eb072556c86df | [] | no_license | Kl4rity/Kata | 23fec07f81ebbbdb7008f314e4b67187158b61f8 | b71705f00c0fc2ca6af96b2bbd96f8be0ebea18a | refs/heads/master | 2023-01-22T08:35:34.885752 | 2021-07-10T12:55:18 | 2021-07-10T12:55:18 | 136,005,372 | 0 | 0 | null | 2023-01-07T09:05:31 | 2018-06-04T09:53:25 | JavaScript | UTF-8 | PlantUML | false | false | 421 | puml | @startuml
package Todos {
class TodoList {
id: UUID
title: String
todos: Todo[]
users: UUID[]
}
class Todo {
id: UUD
title: String
fullText: String
assignedUser: UUID
}
}
package User {
class User {
id: UUID
firstName: String
lastName: String
alias: String
profilePicture: bytes
}
}
@enduml | false | true | false | false | class |
1d9494b49f49b8e00b1877ea977bd3272abbaa84 | c156195c6d8c5033c8eeaca64e3afd8e514c8bc3 | /doc/model2.puml | f09dd661d68241fea90285b0df6bb269fa1ed252 | [] | no_license | suzuki-hoge/mahjong | 0b0047ffbec0ecf2822fb5b1f2c46d7c8de26f89 | d3f6f66982a4746ee4ce8564a0befed5d2ad8b89 | refs/heads/master | 2020-03-30T15:53:10.983877 | 2018-10-03T08:44:44 | 2018-10-14T09:35:42 | 151,384,071 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,765 | puml | @startuml
interface GroupedHandTiles
enum Hand
TitoituHandTiles -u-|> GroupedHandTiles
NormalHandTiles -u-|> GroupedHandTiles
package matcher {
class NormalHandTilesMatchers {
+ {static} [Hand] applyAll(NormalHandTiles)
- {static} [NormalHandTiles -> <Hand>] matchers
}
class IkkituukanMatcher {
+ NormalHandTiles -> <Hand> matcher
}
class IpeikoMatcher {
+ NormalHandTiles -> <Hand> matcher
}
NormalHandTilesMatchers --> IkkituukanMatcher
NormalHandTilesMatchers --> IpeikoMatcher
class AllTilesMatchers {
+ {static} [Hand] applyAll(AllTiles)
- {static} [AllTiles -> <Hand>] matchers
}
class TanyaoMatcher {
+ AllTiles -> <Hand> matcher
}
class HonituMatcher {
+ AllTiles -> <Hand> matcher
}
class TinituMatcher {
+ AllTiles -> <Hand> matcher
}
AllTilesMatchers --> TanyaoMatcher
AllTilesMatchers --> HonituMatcher
AllTilesMatchers --> TinituMatcher
TanyaoMatcher -[hidden]r-> HonituMatcher
HonituMatcher -[hidden]r-> TinituMatcher
NormalHandTiles --> AllTilesMatchers
NormalHandTiles --> NormalHandTilesMatchers
TitoituHandTiles --> AllTilesMatchers
GroupedHandTiles -r-> "*" Hand
class AllTilesMatcher {
+ new(AllTiles)
+ bool isMatch(AllTiles -> bool)
+ bool no(Tile -> bool)
+ bool any(Tile -> bool)
+ bool uniqueColor()
}
class NormalHandTilesMatcher {
+ new(NormalHandTiles)
+ bool isMatch([Shuntu], [RankKoutu], [CharKoutu], <RankToitu>, <CharToitu> -> bool)
}
IkkituukanMatcher --> NormalHandTilesMatcher
IpeikoMatcher --> NormalHandTilesMatcher
TinituMatcher --> AllTilesMatcher
HonituMatcher --> AllTilesMatcher
TanyaoMatcher --> AllTilesMatcher
HonituMatcher -[hidden]r-> IkkituukanMatcher
}
@enduml
| false | true | false | false | class |
199604b68a78af04e0d98467ce996dc853549169 | 1f9d63f2cb9f17d564c34e67fe10a18c6e764538 | /uml/class/internal-api/keyple_2_0_class_local_service_api.puml | 9d976cac86653f814da982b17c63bfb2c41b4e7c | [] | no_license | jeanpierrefortune/keyple_2_0 | d07861c0c7792a1cf3dce705fef3565b53cf01cb | 6716a69547fcfa797986a2b02ed904bf8f33b9a2 | refs/heads/master | 2023-02-25T16:40:54.126427 | 2021-02-02T16:34:21 | 2021-02-02T16:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,856 | puml | @startuml
title
Keyple 2.0 - keyple-local-service-api - 2.0 (01/02/2021)
end title
' == THEME ==
'Couleurs issues de : https://htmlcolorcodes.com/fr/tableau-de-couleur/tableau-de-couleur-design-plat/
!define C_GREY1 F8F9F9
!define C_GREY2 F2F3F4
!define C_GREY3 E5E7E9
!define C_GREY4 D7DBDD
!define C_GREY5 CACFD2
!define C_GREY6 BDC3C7
!define C_LINK 3498DB
!define C_USE 27AE60
skinparam Shadowing false
skinparam ClassFontStyle italic
skinparam ClassBorderColor #D4AC0D
skinparam stereotypeABorderColor #A9DCDF
skinparam stereotypeIBorderColor #B4A7E5
skinparam stereotypeCBorderColor #ADD1B2
skinparam stereotypeEBorderColor #EB93DF
' Red
skinparam ClassBackgroundColor<<red>> #FDEDEC
skinparam ClassBorderColor<<red>> #E74C3C
hide <<red>> stereotype
' Purple
skinparam ClassBackgroundColor<<purple>> #F4ECF7
skinparam ClassBorderColor<<purple>> #8E44AD
hide <<purple>> stereotype
' blue
skinparam ClassBackgroundColor<<blue>> #EBF5FB
skinparam ClassBorderColor<<blue>> #3498DB
hide <<blue>> stereotype
' Green
skinparam ClassBackgroundColor<<green>> #E9F7EF
skinparam ClassBorderColor<<green>> #27AE60
hide <<green>> stereotype
' Grey
skinparam ClassBackgroundColor<<grey>> #EAECEE
skinparam ClassBorderColor<<grey>> #2C3E50
hide <<grey>> stereotype
' == CONTENT ==
package "org.eclipse.keyple.localservice" as api {
+interface LocalServiceManager {
+Map<String, Boolean> getObservabilityByReaderName ()
+String transmit (String readerName, String jsonData)
+String transmitCardSelectionRequests (String readerName, String jsonData)
+void setDefaultSelection (String readerName, String jsonData)
+boolean isCardPresent (String readerName)
+boolean isContactless (String readerName)
+void startCardDetection (String readerName, String jsonData)
+void stopCardDetection (String readerName)
+void finalizeCardProcessing (String readerName)
+void releaseChannel (String readerName)
+void activatePluginObservation ()
+void activateReaderObservation ()
}
package spi {
+interface LocalServiceFactorySpi {
+LocalServiceSpi getLocalService ()
}
+interface LocalServiceSpi {
+void setManager (LocalServiceManager manager)
+String getName ()
+void onPluginEvent (String pluginName, String jsonData, <back:cyan>KeyplePluginEvent</back> pluginEvent)
+void onReaderEvent (String readerName, String jsonData, <back:cyan>KeypleReaderEvent</back> readerEvent)
}
}
}
' Associations
LocalServiceFactorySpi ..> LocalServiceSpi #C_USE : provide >
LocalServiceSpi .left.> LocalServiceManager #C_USE : use >
' == LAYOUT ==
'PoolRemotePluginSpi -[hidden]- ObservableRemotePluginSpi
' == STYLE ==
package api #C_GREY1 {}
package spi #C_GREY2 {}
@enduml | false | true | false | false | class |
f5a1b7b66e792e979dd254fa95fc4ee6d0123625 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Services/build/UseCases.puml | 5628c0f0b2a53771b8879149136208168ff9fe41 | [] | 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 | 239 | puml | @startuml
left to right direction
actor :User:
actor :SubSystem:
rectangle "build Service" #lightblue {
UseCase UC1 as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
fbc6f6fd36c465c63cd55898205ec94069928e08 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/certificate-of-incorporation@0.5.0.puml | b049e4068967dcd25d1b4544ecbf211bc2c75a2c | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 845 | puml | @startuml
class org.accordproject.incorporation.IncorporationCertificate << (A,green) >> {
+ String companyName
+ String incorporationState
+ String streetAddress
+ String addressRegion
+ String addressLocality
+ String postalCode
+ String registeredAgentName
+ DateTime incorporationDate
+ Long authorizedShareCapital
+ Double parValue
+ String incorporatorName
+ String incorporatorAddress
+ String incorporatorCity
+ String incorporatorState
+ String incorporatorZip
}
org.accordproject.incorporation.IncorporationCertificate --|> org.accordproject.contract.Contract
class org.accordproject.incorporation.Contract {
+ String companyName
+ DateTime incorporationDate
+ Long authorizedShareCapital
+ Double parValue
}
org.accordproject.incorporation.Contract --|> concerto.Event
@enduml
| false | true | false | false | class |
15ea9fb5b6813a0de7e5d01e6f80e86505dc494a | 4493a027962d95858f779cae6180cc621fe9cd2e | /cart/cart-model.puml | 0144b177dcf6b6566412da54955c99d96bfeca78 | [
"MIT"
] | permissive | i-love-flamingo/flamingo-commerce | 0a2364547e1f3c109e52ef73f15430f0656346bd | 2ce6a27cac0b227e28d5057716e69ba61dcab9ff | refs/heads/master | 2023-08-22T02:09:47.539982 | 2023-08-21T15:39:19 | 2023-08-21T15:39:19 | 179,104,176 | 462 | 76 | MIT | 2023-09-08T16:28:55 | 2019-04-02T15:11:57 | Go | UTF-8 | PlantUML | false | false | 1,795 | puml | see http://plantuml.com/
@startuml
Cart o-- Delivery : Deliveries
Delivery --> DeliveryInfo
Delivery --> ShippingItem
Delivery o-- Item : CartItems
ShippingItem o-- AppliedDiscount : AppliedDiscounts
Item o-- AppliedDiscount : AppliedDiscounts
DeliveryInfo --> DeliveryLocation
DeliveryLocation --> Address
Cart --> CartTotals
CartTotals o-- TotalItem : TotalItems
Cart --> Address : BillingAddress
Cart --> Person : Purchaser
Person --> Address
Person --> PersonalDetails
Cart --> PaymentSelection
Cart o-- AppliedGiftCard : AppliedGiftCards
Cart o-- CouponCode : AppliedCouponCodes
class Cart {
+ ID
+ EntityID
+ BillingAddress
+ Purchaser
+ Deliveries
+ AdditionalData
+ PaymentSelection
+ BelongsToAuthenticatedUser
+ AuthenticatedUserID
+ DefaultCurrency
+ Totalitems
+ AppliedCouponCodes
+ AppliedGiftCards
+ GrandTotal(): Price
}
class Item {
+ ID
+ ExternalReference
+ MarketplaceCode
+ VariantMarketPlaceCode
+ ProductName
+ SourceID
+ Qty
+ AdditionalData
+ SinglePriceGross
+ SinglePriceNet
+ RowPriceGross
+ RowPriceNet
+ RowTaxes
+ AppliedDiscounts
}
class CartTotals {
+ TotalShippingItem
+ GrandTotal
+ SubTotal
}
class AppliedGiftCard {
+ Code
+ Applied
+ Remaining
}
class CouponCode {
+ Code
}
class Address {
+ Vat
+ Firstname
+ Lastname
+ MiddleName
+ Title
+ Salutation
+ Street
+ StreetNr
+ AdditionalAddressLines
+ Company
+ City
+ PostCode
+ State
+ RegionCode
+ Country
+ CountryCode
+ Telephone
+ Email
}
class Delivery {
+ DeliveryInfo
+ Cartitems
+ ShippingItem
+ GrandTotal(): Price
}
class DeliveryInfo {
+ Code
+ Workflow
+ Method
+ Carrier
+ DeliveryLocation
+ DesiredTime
+ AdditionalData
}
class ShippingItem {
+ Title
+ PriceNet
+ TaxAmount
+ AppliedDiscounts
}
class DeliveryLocation {
+ Type
+ Address
+ UseBillingAddress
+ Code
}
@enduml
| false | true | false | false | sequence |
32513bd6c84eb6fac4953bef6265a613c1dd6dff | 7dd082c951972480f9c48fac39ef1a03c2c041e1 | /Temp/ClassUML.puml | fad2bc527d92b102214146c4a0f444e1b43ae850 | [] | no_license | sunfanio1/JavaExecrises | 4957bbcc666687c62c35c1b56178033f9a7ab5aa | ac050019ed879de20673d3ef0baeeffa1f4f8ccc | refs/heads/master | 2023-02-13T18:40:26.009310 | 2020-05-13T02:19:41 | 2020-05-13T02:19:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | puml | @startuml
class Foo {
private String nameOne = "UML";
private String nameTwo = "XML";
}
class Boo extends Foo {
private boolean status;
void setStatus();
boolean getStatus();
}
class Doo extends Foo {
Doo (String name) {
super.nameOne = name;
}
@enduml | false | true | false | false | class |
e00d8044a332e3ad76af165fd953c16ef659c8fa | 5ae3918bd2f41a233c17989c679e271524519771 | /Sequence/delay.puml | 0c3412adf2afd007e87cad25e3b747727baeaac4 | [] | no_license | frontjang/uml | cc23fd9bd26fb89f680976e01c39e67361351fa5 | 73a4762697fcf587a93ffa012aa68c579b71ccb7 | refs/heads/master | 2021-01-13T07:20:39.736312 | 2016-10-04T07:19:10 | 2016-10-04T07:19:10 | 69,414,550 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 151 | puml | @startuml
Alice -> Bob: Authentication Request
...
Bob --> Alice: Authentication Response
...5 minutes latter...
Bob --> Alice: Bye !
@enduml | false | true | false | false | sequence |
85f502164f731e8eb8c475733a3a428cfd9525b2 | 03e9091fe6dd1b0b01f42459386b4cade42a2650 | /src/parser/doc/cdd/parser_static.puml | 7bcd401f2f283dfb8e56b8f2b8df841f72d4fc72 | [] | no_license | KateVeremiichuk/Calculator | ba0e3d46ee0aef5d99e1d79ef982ed1507b101fb | e29f9e67108ed744bf3a086964fb32d14e0ad208 | refs/heads/master | 2020-09-23T16:35:45.602119 | 2019-12-03T08:30:51 | 2019-12-03T08:30:51 | 225,541,336 | 0 | 0 | null | 2019-12-03T08:30:52 | 2019-12-03T05:50:24 | Java | UTF-8 | PlantUML | false | false | 355 | puml | @startuml
class CParser
{
+ CParser(lexer : unique_ptr<ILexer>)
+ parse() : unique_ptr<AST::INode>
- getToken()
- check(id : Lexer::TokenId) : bool
- accept(id : Lexer::TokenId) : bool
- addSub()
- mulDiv()
- power()
- unary()
- term()
- m_lexer : unique_ptr<ILexer>
- m_token : Lexer::Token
}
@enduml
| false | true | false | false | class |
6bac2c2d6c7788185d045ed26c7868cd52f25397 | 0db2a1b3f42bc02382a3ef4dcc292a327aa574e0 | /documents/version_2/diagrammes/sequences/augmenterVie.puml | ce1026f6a22262a96481c5a02835b08c4137d829 | [] | no_license | arnoux23u-IUTNC/2021_COO_Zeldiablo | 9d872fbaf107b05f02c5d1a5bc4f4bc3c314b94e | 2b44e0479eacb3114f897d82bc57372a89ae68af | refs/heads/main | 2023-09-02T13:52:01.393111 | 2021-11-15T21:47:07 | 2021-11-15T21:47:07 | 368,554,956 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 221 | puml | @startuml
title "Augmenter vie d'un personnage"
participant "personnage : Personnage" as personnage
-> personnage : augmenterVie(7)
personnage -> personnage : setPv(5+7)
<-- personnage
deactivate personnage
@enduml | false | true | false | false | sequence |
e184b844be3fda110005a6cc154d4347a9f208be | 003660482bec5ad6529c5b2b1f964dac43cbc055 | /opdr5/uml/UtilityLayer.puml | 35a4a9243752e11b37f8dbde867bf1144eefea1b | [] | no_license | notzain/RTD_Assignments | 77d5dd2903398ae0dd3c4e14cbf8f60cb8e704bc | 7665e1fcb580c3be016e642e13ef0453837fcd27 | refs/heads/master | 2020-03-13T22:33:13.747031 | 2018-06-22T21:39:28 | 2018-06-22T21:39:28 | 131,318,322 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 352 | puml | @startuml
package UtilityLayer {
package Observer {
interface IObserver {
+ {abstract} update(subject : Subject)
}
class Subject {
+ notify()
+ add(observer : IObserver)
+ remove(observer : IObserver)
}
} /' End of Observer package '/
} /' End of UtilityLayer package '/
IObserver --> Subject
@enduml | false | true | false | false | class |
7badd1f977cdfed2094a815b3702da36b3a48508 | 1bd3126ae41aa387b1af07b16554d66ae0342d9c | /plantuml/facade/facade_problem.puml | 4313e7f3174cfb2052f124469cded6d1fd4f5b3a | [
"MIT"
] | permissive | Alexander-Eck/FacadePattern | 28ce9feef4e811209591f7f7a09527a9d60499f3 | ed28077d5eccbc9b6f44079600c0565654e80ac1 | refs/heads/main | 2023-05-27T11:32:12.144911 | 2021-06-13T15:51:44 | 2021-06-13T15:51:44 | 376,570,010 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 582 | puml | @startuml facade_problem
skinparam dpi 300
skinparam classAttributeIconSize 0
hide empty members
class LoyaltyApp {
orderId
vehicleId
queryOrderStatus()
}
package "OrderInfo" {
abstract SalesChannelInfo {
queryChannelStatus(vehicleId)
}
class ImporterInfo extends SalesChannelInfo
class DealerInfo extends SalesChannelInfo
class FactoryInfo {
queryStatus(vehicleId)
}
class VehicleInfo {
findVehicleId(orderId)
}
}
LoyaltyApp ..> VehicleInfo
LoyaltyApp ..> FactoryInfo
LoyaltyApp ..> SalesChannelInfo
@enduml | false | true | false | false | class |
de8fd7652bebfd2bf06a16c6ea2a875549520d34 | daf7bf561d5b05b60a5b73a7a3c825dbf16a2460 | /Specification/system_component.puml | e1c877db1fdd7c32b507577bbd1fa2d91350a515 | [] | no_license | whitedog-tetsu/ecofishy | 661ab761429aa0b12345d579658137a999d10cd7 | 77bd233a5153b434282dda116149b88a53a193eb | refs/heads/main | 2023-03-10T20:18:06.549807 | 2021-02-26T13:10:33 | 2021-02-26T13:10:33 | 303,121,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,037 | puml | @startuml
scale 700*400
package "PC app" {
interface "UDP" as BP35A1_UDP0
interface "UART" as BP35A1_UART0
interface "UART" as BP35A1_UART0_1
BP35A1_UDP0 -- [BP35A1_DSE]
BP35A1_UART0_1 - [BP35A1_DSE]
BP35A1_UART0_1 -- [Arduino_0]
BP35A1_UART0 - [Arduino_0]
BP35A1_UART0 -- [App]
}
node "Sensor Node1" {
interface "UART" as BP35A1_UART1
ANALOG_A0_1 - [AT103-11_1]
BP35A1_UART1 -- [BP35A1_STD_1]
BP35A1_UDP0 -- [BP35A1_STD_1] : Wi-SUN
BP35A1_UART1 - [Arduino_1]
ANALOG_A0_1 -- [Arduino_1]
}
node "Sensor Node2" {
interface "UART" as BP35A1_UART2
ANALOG_A0_2 - [AT103-11_2]
BP35A1_UART2 -- [BP35A1_STD_2]
BP35A1_UDP0 -- [BP35A1_STD_2] : Wi-SUN
BP35A1_UART2 - [Arduino_2]
ANALOG_A0_2 -- [Arduino_2]
}
node "Sensor NodeN (N <= 32)" {
interface "UART" as BP35A1_UARTN
ANALOG_A0_N - [AT103-11_N]
BP35A1_UARTN -- [BP35A1_STDN]
BP35A1_UDP0 -- [BP35A1_STDN] : Wi-SUN
BP35A1_UARTN - [Arduino_N]
ANALOG_A0_N -- [Arduino_N]
}
@enduml
| false | true | false | false | class |
b87d542736350c57cf1b7afc2889ca17d0219d4e | 43c7916d58ce8d1c2b1079d3fb906ecc84366c8a | /StateDiagram.plantuml | d386499725f8055bc85990428ec38d335748ee1e | [] | no_license | mcalzaferri/ntb-jass-common | 793b02f55872c280e10aeedcb268062b9951fec3 | e03f39ff7b474db0c5419ce5d81d71210633fdea | refs/heads/master | 2020-03-09T03:24:09.355688 | 2018-04-23T18:49:26 | 2018-04-23T18:49:26 | 126,535,590 | 0 | 0 | null | 2018-04-02T18:41:02 | 2018-03-23T20:27:31 | Java | UTF-8 | PlantUML | false | false | 3,697 | plantuml | @startuml
skinparam dpi 100
skinparam shadowing false
[*] --> init
init --> lobby
init --> handleJoinLeave
state "wait for players" as lobby {
state "wait for message" as waitForMsg
state "add player to table" as addPlayerToTable : broadcast **PlayerMovedToTableInfoMessage**
state "set players ready state" as setPlayerReadyState : broadcast **PlayerChangedStateMessage**
[*] --> waitForMsg
waitForMsg --> addPlayerToTable : **JoinTableMessage**\nreceived
waitForMsg --> setPlayerReadyState : **ChangeStateMessage**\nreceived
addPlayerToTable --> waitForMsg
setPlayerReadyState --> waitForMsg
setPlayerReadyState --> [*] : all players ready
}
lobby --> play
state "play" as play {
state "start game" as startGame : broadcast **GameStartedInfoMessage**
state "hand out cards" as handOut : \
broadcast **NewRoundInfoMessage**\nsend **HandOutCardsMessage** to each player
state "wait for trump" as waitTrump : send **ChooseTrumpMessage** to player
state "wait for card" as waitForCard
state "set trump" as setTrump : broadcast **ChosenTrumpInfoMessage**
state "check trump" as checkTrump
state "request card" as requestCard : broadcast **NewTurnInfoMessage**
state "check card" as checkCard
state "accept card" as acceptCard : \
broadcast **TurnInfoMessage**\nor **StichInfoMessage**
state "discard card" as discardCard : send **WrongCardMessage** to player
state "handle wiis" as handleWiis : broadcast **WiisInfoMessage**
state "round over" as roundOver : broadcast **EndOfRoundInfoMessage**
[*] --> startGame
startGame --> handOut
handOut --> waitTrump
waitTrump --> checkTrump : **ChosenTrumpMessage**\nreceived
checkTrump --> waitTrump : schieben
checkTrump --> setTrump
setTrump --> requestCard
requestCard --> waitForCard
waitForCard --> checkCard : **PlaceCardMessage**\nreceived
waitForCard --> handleWiis : first round and\n**ChosenWiisMessage**\nreceived
handleWiis --> waitForCard
checkCard --> acceptCard : card valid
acceptCard --> requestCard
checkCard --> discardCard : card invalid
discardCard --> waitForCard
acceptCard --> roundOver : all cards played
roundOver --> handOut
roundOver --> [*] : score of one team >= score limit
}
state "game over" as gameOver : \
broadcast **PlayerMovedToLobbyInfoMessage** x 4\n\
set ready state of all players to false
play --> gameOver
gameOver -up-> init
state "handle joining/leaving players" as handleJoinLeave {
state "wait for message" as waitForJoinLeave
state "add player to lobby" as addPlayerToLobby : \
send **GameStateMessage**\nor **LobbyStateMessage** to joined player\nbroadcast **PlayerMovedToLobbyInfoMessage**
state "remove player from lobby" as removePlayerFromLobby : broadcast **PlayerLeftLobbyInfoMessage**
state "remove player from table" as removePlayerFromTable : broadcast **PlayerMovedToLobbyInfoMessage**
state "round over" as roundOver2 : broadcast **EndOfRoundInfoMessage**
[*] --> waitForJoinLeave
waitForJoinLeave -left-> addPlayerToLobby : **JoinLobbyMessage**\nreceived
addPlayerToLobby --> waitForJoinLeave
waitForJoinLeave-right-> removePlayerFromLobby : **LeaveLobbyMessage**\nreceived
removePlayerFromLobby --> waitForJoinLeave
waitForJoinLeave --> removePlayerFromTable : **LeaveTableMessage**\nreceived
removePlayerFromTable --> waitForJoinLeave
removePlayerFromTable --> roundOver2 : game ongoing
roundOver2 --> [*]
}
handleJoinLeave --> gameOver
@enduml
| false | true | false | false | sequence |
09be59500948d90fba6280ef03d6b2b1820998ef | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Brown.puml | aedbd5b92962dc522ee80c3ac38189c5a1dc13c4 | [] | 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 | 304 | puml | @startuml
skinparam ClassBackgroundColor #Brown
skinparam ClassFontColor #Brown
skinparam ClassBorderColor #Brown
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
bde4072a2273bc19fa80d5489dd336c26c0478ab | f41c68515db8f0b85a7779a3f82e75d3128d95da | /documentation/Diagrams/pos.model.service.puml | 28c8ffcf80a8d7e51e3540bb733e1b3f67d0af77 | [
"Apache-2.0"
] | permissive | RyanGaudion/COM528-Assignment1 | 9989401153b7eb8a0d082a63f43188d202bd6f78 | edda10ca3c1cb1ef3d81132930c11f2bebe8e7f0 | refs/heads/dev | 2023-09-03T05:38:03.688064 | 2021-11-18T19:56:27 | 2021-11-18T19:56:27 | 414,198,214 | 0 | 6 | Apache-2.0 | 2021-11-18T20:23:34 | 2021-10-06T12:14:03 | Java | UTF-8 | PlantUML | false | false | 1,304 | puml | @startuml
class java.text.DateFormat
class java.text.SimpleDateFormat
class java.util.ArrayList
class java.util.Date
class java.util.List
class org.solent.com504.oodd.pos.model.dto.Card
class org.solent.com504.oodd.pos.model.dto.TransactionRequest
class org.solent.com504.oodd.pos.model.dto.TransactionResponse
class org.solent.com504.oodd.pos.model.service.PosDevice
class org.solent.com504.oodd.pos.model.service.Transaction
enum org.solent.com504.oodd.pos.model.dto.TransactionStatus
interface org.solent.com504.oodd.pos.model.service.IBankService
org.solent.com504.oodd.pos.model.dto.Card ..> java.text.DateFormat
org.solent.com504.oodd.pos.model.dto.Card ..> java.text.SimpleDateFormat
org.solent.com504.oodd.pos.model.dto.Card ..> java.util.Date
org.solent.com504.oodd.pos.model.dto.TransactionResponse ..> java.util.Date
org.solent.com504.oodd.pos.model.service.PosDevice ..> java.util.ArrayList
org.solent.com504.oodd.pos.model.service.PosDevice ..> java.util.List
org.solent.com504.oodd.pos.model.service.PosDevice ..> org.solent.com504.oodd.pos.model.dto.Card
org.solent.com504.oodd.pos.model.service.Transaction ..> org.solent.com504.oodd.pos.model.dto.TransactionRequest
org.solent.com504.oodd.pos.model.service.Transaction ..> org.solent.com504.oodd.pos.model.dto.TransactionResponse
@enduml | false | true | false | false | class |
734848c70b2c40d43f3fc689531710a2b1a339ee | e778c50fb529563a0106509e3635959099a00924 | /Conception/Diagrams/plantUml/Use Cases/Creator_Maintainence.puml | 5b0a14457d961a5ee2502c8e0baf9fe821d316f6 | [] | no_license | joelemenyu20/Sahem | cc07c7172dbaec42199510089f7d372b91a8508f | 1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff | refs/heads/master | 2023-05-07T03:17:02.861896 | 2020-07-21T05:45:26 | 2020-07-21T05:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 510 | puml | @startuml CreatorMaintainence
left to right direction
skinparam packageStyle rectangle
actor Creator as A3 << Human >>
actor SahemSystem as A6 << System >>
' usecase (UC4-ShareToSocialMedia) as UC4
' A1 -- (UC4)
' (UC4) -- A6
rectangle CreatorMaintainence {
usecase (UC21-UpdatePassword) as UC21
usecase (UC22-UpdateEmail) as UC22
usecase (UC23-UpdatePersonalInformation) as UC23
A3 -- (UC21)
A3 -- (UC22)
A3 -- (UC23)
(UC21) -- A6
(UC22) -- A6
(UC23) -- A6
}
@enduml
| false | true | false | false | usecase |
b8b695954f754802bd6d9a6d55d3367a7e759939 | 8eeb9482102be3c1744eb93da9e72bad5a7e277d | /uml/profiles.puml | 2f82d446ffa36514bf0d8a6a4bc317cd2a584af3 | [] | no_license | pgpbpadilla/springboot-notes | d6af58884fd1dcc7fd5de6107626bee3a5332708 | c69a83329cbd5d266a303c177e0b53201da1a304 | refs/heads/main | 2023-01-28T23:21:08.920655 | 2020-12-13T20:48:16 | 2020-12-13T20:48:16 | 321,157,238 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 741 | puml | @startuml
title Spring Profiles
component "@Profile" <<Annotation>> as PA
package "Configuration files" as files {
[application-default.properties] as default
[application-dev.properties] as dev
[application-prod.properties] as prod
}
package AnnotatedConfiguration as annotated {
component MyDevConfiguration <<@Configuration>>
PA <-- MyDevConfiguration: has annotation
component MyProdConfiguration <<@Configuration>>
PA <-- MyProdConfiguration: has annotation
}
package Environments {
[Production] .. prod
[Development] .. dev
MyDevConfiguration .. [Development]
MyProdConfiguration .. [Production]
}
[SpringbootApplication] ..> files: loads component
[SpringbootApplication] ..> annotated: loads component
@enduml
| false | true | false | false | class |
e30f353d2cedd40aad477393c5647280ae34a41d | 3967933d314adb789c879344140767f45fee86d2 | /src/twisk/ressources/UML/fichierPUML/UML_exceptions.puml | 0a0a5eaf82e481aee31f2961e8c337bf352f8c87 | [] | no_license | PerryPerrz/Twisk | 2281d95416de256a57ab68412b0caf80932b0146 | b7677e715cad0aca198d3cc32f349b655eaa4c7d | refs/heads/master | 2023-08-17T19:13:42.345634 | 2021-06-07T17:44:24 | 2021-06-07T17:44:24 | 406,896,396 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,788 | puml | @startuml
abstract class twisk.exceptions.TwiskException {
}
class twisk.exceptions.PasUnGuichetException {
}
class twisk.exceptions.GuichetToGuichetException {
}
class twisk.exceptions.ChargementSauvegardeException {
}
class twisk.exceptions.UncorrectSettingsException {
}
class twisk.exceptions.CreateLoopException {
}
class twisk.exceptions.SameActivityException {
}
class twisk.exceptions.WrongDirectionException {
}
class twisk.exceptions.ArcAlreadyCreateException {
}
class twisk.exceptions.CreateArcWithEndPdcException {
}
class twisk.exceptions.FichierNullException {
}
class twisk.exceptions.URLIncorrectException {
}
class twisk.exceptions.MondeNullException {
}
class twisk.exceptions.MondeException {
}
twisk.exceptions.Exception <|-- twisk.exceptions.TwiskException
twisk.exceptions.TwiskException <|-- twisk.exceptions.PasUnGuichetException
twisk.exceptions.TwiskException <|-- twisk.exceptions.GuichetToGuichetException
twisk.exceptions.TwiskException <|-- twisk.exceptions.ChargementSauvegardeException
twisk.exceptions.Exception <|-- twisk.exceptions.UncorrectSettingsException
twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateLoopException
twisk.exceptions.TwiskException <|-- twisk.exceptions.SameActivityException
twisk.exceptions.TwiskException <|-- twisk.exceptions.WrongDirectionException
twisk.exceptions.TwiskException <|-- twisk.exceptions.ArcAlreadyCreateException
twisk.exceptions.TwiskException <|-- twisk.exceptions.CreateArcWithEndPdcException
twisk.exceptions.TwiskException <|-- twisk.exceptions.FichierNullException
twisk.exceptions.TwiskException <|-- twisk.exceptions.URLIncorrectException
twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeNullException
twisk.exceptions.TwiskException <|-- twisk.exceptions.MondeException
@enduml | false | true | false | false | class |
4ccc7ed7d7612d91fc93ce9265a59e774223803e | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/adapter/interfaceadapter/interfaceadapter.plantuml | 0974a6d7a873ee6b31c54c2c1be23d0415170b84 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 935 | plantuml | @startuml
title __INTERFACEADAPTER's Class Diagram__\n
namespace com.atguigu.adapter.interfaceadapter {
abstract class com.atguigu.adapter.interfaceadapter.AbsAdapter {
+ m1()
+ m2()
+ m3()
+ m4()
}
}
namespace com.atguigu.adapter.interfaceadapter {
class com.atguigu.adapter.interfaceadapter.Client {
{static} + main()
}
}
namespace com.atguigu.adapter.interfaceadapter {
interface com.atguigu.adapter.interfaceadapter.Interface4 {
{abstract} + m1()
{abstract} + m2()
{abstract} + m3()
{abstract} + m4()
}
}
com.atguigu.adapter.interfaceadapter.AbsAdapter .up.|> com.atguigu.adapter.interfaceadapter.Interface4
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 |
a031cbd84a8cbab29df72eb0d87c2768baf40289 | 9a4df5b90a050612aa30a347a5fe8023cc2d9ec3 | /doc/src/doc/uml/job.puml | ea149d4cc47821a3c1541b0c0ce2a3b4693e5db6 | [] | no_license | bellmit/getdown | c51334315a3f7a403f7cf49f2b13ee17a0e48ccc | a915e6f019ca1a5f9dd1761e2325e0aa30c581bd | refs/heads/master | 2022-01-29T14:50:39.847103 | 2018-09-04T15:15:11 | 2018-09-04T15:15:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,263 | puml | @startuml
interface DownloadJob{
Download start(DownloadJobExecutionContext context)
void resume(Download download)
void restart(Download download)
void cancel()
}
note top:execute a single Download in a specific way
class YoutubeDownloadJob
YoutubeDownloadJob -up-|> DownloadJob
class DownloadJobExecutor{
Download execute(DownloadJob job,DownloadJobExecutionContext context)
}
note top:manage the execution of jobs
class Download{
DownloadProgress getProgress()
DownloadJobExecutionContext getContext()
onUpdate(Function callback)
}
note top:provide info about a concrete execution of a job
interface DownloadParameter{
URL getUrl()
}
note top:provide parameters for a DownloadJob execution
@enduml
@startuml
[*] -right-> new : add
new -right-> ready : prepare
new --> unavailable : prepare_failed
unavailable --> new : retry_prepare
ready -up-> downloading : download
downloading -right-> [*] : completed
ready -right-> [*] : remove
state downloading{
waiting --> running : run
waiting --> ready : cancel
running --> waiting : pause
running --> ready : cancel
running --> failed : error
running --> running : progress
failed --> waiting : retry
failed --> ready : cancel
}
@enduml | false | true | false | false | sequence |
e5f753246715e685701adcbabd52e500427310fa | 26ece645f8575988be92132c985fcff0ee3d4887 | /src/main/java/com/kamshanski/blepositioning/model/methods/mean/mean.plantuml | dbf3e46ecfd24a4c2a00b1de910ac7bba71ba1a2 | [] | no_license | Kamshanski/BluetoothPositioning | 66ddb43484c2fd023373c7441e280ba47c4525f8 | c39d28c9e468773d559510b4354ad20f16c7530e | refs/heads/master | 2023-05-25T09:59:20.570296 | 2021-06-13T14:41:54 | 2021-06-13T14:41:54 | 376,566,730 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,181 | plantuml | @startuml
title __MEAN's Class Diagram__\n
namespace com.kamshanski.blepositioning {
namespace model {
namespace methods {
namespace mean {
class com.kamshanski.blepositioning.model.methods.mean.Mean {
~ mean : double
+ Mean()
+ calculate()
+ getLastMean()
+ makeTheSame()
{static} + mean()
}
}
}
}
}
namespace com.kamshanski.blepositioning {
namespace model {
namespace methods {
namespace mean {
class com.kamshanski.blepositioning.model.methods.mean.MeanVariance {
~ variance : double
+ MeanVariance()
+ calculate()
{static} + variance()
{static} + variance()
}
}
}
}
}
com.kamshanski.blepositioning.model.methods.mean.MeanVariance -up-|> com.kamshanski.blepositioning.model.methods.mean.Mean
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 |
6b87afec69e0eaf4ee8de266a9a9a6427a226d04 | 739268c5079192871617296b9bf7fd98e8480f8f | /oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml | 4dcef95a72845047c834a35f25e61563f22de567 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/jackrabbit-oak | 60a7b916d4c28b640371b9d07b940c21037956b5 | 5ee4afcaa9bfd6b6990a6b9f3f6fe15e937e1acf | refs/heads/trunk | 2023-09-03T15:45:07.846290 | 2023-09-01T11:36:57 | 2023-09-01T11:36:57 | 3,657,930 | 316 | 439 | Apache-2.0 | 2023-09-14T15:40:55 | 2012-03-08T08:00:14 | Java | UTF-8 | PlantUML | false | false | 1,823 | puml | /'
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF 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
title Read flow for Secondary NodeStore
autonumber
hide footbox
participant "NodeStore\nClient" as NS
participant "Document\nNodeStore" as DNS
database "Cache"
database "Secondary Store" as SS
database Mongo
NS -> DNS : Read /a/b@r1
DNS -> SS : Read /a/b@r1
alt Found in Secondary Store
SS -> DNS
note over Cache
Secondary Store has nodes under
/a/b for revisions <= r1
end note
DNS -> NS : Read done from \nSecondary Store
note left
Further reads
of children under
/a/b would be done
from Secondary Store
end note
else Not in Secondary Store
SS -> DNS :
DNS -> Cache : Try to read from cache \n else load from Mongo
alt Found in cache
Cache -> DNS : /a/b@r1 already in cache
DNS -> NS : Read done \n from memory cache
else Not found in cache
Cache -> Mongo : Read 2:/a/b from Mongo
Mongo -> Cache : Return 2:/a/b
Cache -> DNS : Construct /a/b@r1\n and cache it
DNS -> NS : Read done \n from Mongo
end
end
@enduml
| false | true | false | false | sequence |
90c27b3f8b101efc1aef86665e82313fb046042c | e71977682e3d286c48570448bb17ade413de2bcd | /prototipo/model.puml | d111f5b1adc561733e4663766497345881ee4209 | [] | no_license | brainyresults/loopback-authentication | 08814b644866010c467efb4be2d99f28658206d5 | 132e05d17b6170b80b8328fc0ec5aeb557372b67 | refs/heads/master | 2020-06-18T21:56:38.036149 | 2019-09-16T20:03:32 | 2019-09-16T20:03:32 | 196,464,052 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 802 | puml | @startuml model
' #############################################################
enum UserRoleEnum {
Client
Vendor
Admin
}
enum SexoEnum {
Feminino
Masculino
}
' #############################################################
class User <<Entity>> {
nome
email
password
user_role UserRoleEnum
data_nascimento Date
sexo SexoEnum
se_ativo Boolean
}
class Client <<Entity>> {
userId User
data_pagamento DateTime
data_cancelamento DateTime
}
class Vendor <<Entity>> {
userId User
clients[] Client
}
class Admin <<Entity>> {
userId User
vendors[] Vendor
}
' #############################################################
User - Client
User -- Vendor
User -- Admin
Vendor - Client :clients >
Admin - Vendor :vendors >
@enduml
| false | true | false | false | class |
b16f6b4c6d31927dcf47be8ae846f30360966a9c | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/lattice/ConceptLatticeWriterFactory.iuml | 0881ec43babbe41c0b97556d2738c1c4a5ccad2b | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | iuml | package lattice {
class ConceptLatticeWriterFactory {
-{static}HashMap<String, ConceptLatticeWriter> writers
+{static}ConceptLatticeWriter register(ConceptLatticeWriter writer, String extension)
+{static}ConceptLatticeWriter unregister(String extension)
+{static}ConceptLatticeWriter get(String extension)
}
ConceptLatticeWriterFactory o-- ConceptLatticeWriter
}
| false | true | false | false | class |
7f90b1df4a694ed63a0446d4484bee60097330f6 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /02basics/06basics_order.puml | b3e4a1f8671c7712e303dde0b1c0a3ae756d4656 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 196 | puml | @startuml
'
'Basics: order
'You can use the order keyword to customize the display order of participants.
'
participant Last order 30
participant Middle order 20
participant First order 10
@enduml | false | true | false | false | sequence |
be8cc526ac3375f772027b34491e140e04ea0793 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/MediumTurquoise.puml | 99f1cc7394f530eda8b41c67f4c2bbd85ad5ef3e | [] | 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 | 334 | puml | @startuml
skinparam ClassBackgroundColor #MediumTurquoise
skinparam ClassFontColor #MediumTurquoise
skinparam ClassBorderColor #MediumTurquoise
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
55959fbb5fdb85b409c56dee526b96a2d2a74c37 | 3cd6a5ea51c646b30b97f99b35f0f89a966ac123 | /src/main/resources/SearchByID.puml | 41d42bc0198cca740abd3fb18b95c5eb5ba7ea0e | [] | no_license | JWill2580/shopping-cart | 65163d46c1665200d826fc55d40a11ab7dfb6385 | 5be26310840e4de46b6481b0daecf0fcdca48a46 | refs/heads/master | 2022-11-24T15:12:59.207758 | 2020-08-04T07:11:41 | 2020-08-04T07:11:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,805 | puml | @startuml product-viewer-sequence-diagram
skinparam guillemet false
skinparam classAttributeIconSize 0
skinparam linetype ortho
skinparam style strictuml
skinparam sequenceParticipant underline
hide circle
title Search by ID process
actor "Staff" as staff
participant "Administration" as admin <<main>>
staff -> admin: runs program
activate admin
create "Main Screen" as main <<JFrame>>
admin -> main: <<construct>>
deactivate admin
activate main
main --> staff: displays main menu
staff -> main: <<UI event>> clicks view product
create "View Dialog" as dialog <<JDialog>>
main -> dialog: <<construct>>
deactivate main
create "DB Manage Products" as dao <<DAO>>
activate dialog
dialog -> dao: <<construct>>
activate dao
dialog->dao : getProducts()
database "Database" as db
dao -> db: SELECT * FROM product
activate db
dao<--db: data
deactivate db
dao->dao : construct a product list from data
dialog <-- dao: Collection<products>
deactivate dao
create "Simple List Model" as slm <<Helper>>
dialog -> slm: <<construct>>
activate slm
dialog-> slm: updateItems(categories)
deactivate slm
dialog -> dialog: txt.categorysetModel(simpleListModel)
staff <-- dialog: display list of product
staff->dialog : types into search by ID textbox
staff->dialog : <<UI event>> clicks search
dialog->dialog : getText()
dialog->dao : getThroughID(product)
activate dao
dao->db : SELECT * FROM product WHERE product_id = ?
activate db
dao<--db : data
deactivate db
dao->dao : construct a product list from data
dialog<--dao : data
deactivate dao
dialog-> slm: updateItems(data)
activate slm
deactivate slm
dialog -> dialog: txt.categorysetModel(simpleListModel)
staff <-- dialog: display list of product
staff -> dialog: <<UI event>> clicks close
dialog -> dialog: dispose()
destroy dialog
@enduml
| false | true | false | false | usecase |
bb8a71d8feb1361acf3af4e524bc81d5aee6391f | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/BrowserExtension/Listeners/HoverEvent.puml | a8e160d856ec78ae37cdeae4deffd8e1cf4e46ca | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 804 | puml | @startuml
skinparam linetype ortho
skinparam monochrome true
skinparam classAttributeIconSize 0
class HoverEvent extends BrowserEvent {
+ target : string
+ HoverEvent(tabID : number, windowID : number, target : string, url : string)
+ {static} deserialize(parsed : any, sender? : chrome.runtime.MessageSender) : HoverEvent
}
interface IEvent {
+ timeStamp : Date
+ issuingModule : number
+ type : EventType
+ serialize() : string
}
IEvent <|.DOWN. BrowserEvent : implements
class BrowserEvent {
+ BrowserEvent(type : EventType, tabID : number, windowID: number, url : string)
+ timeStamp : Date
+ issuingModule : number
+ type : EventType
+ tabID : number
+ url : URL
+ windowID : number
+ serialize(noUnderScore : boolean) : string
}
@enduml
| false | true | false | false | class |
fa4b81de6491b6b1c324ba57a76f8e5173348790 | ad59cc9d1cee29ed5c3450258b4355d396dda553 | /Modellen/EDSL/energyasset.puml | e3a5455dee8ee12945fae5de74ad43e5fc7a5a42 | [] | no_license | Geonovum/VIVET-Werkomgeving | fa80fac3aef7d6374ace829e7113ea28ebc08a3a | 41a806cdb23eba4976dbd8d2b1c2ab7a097fbd7e | refs/heads/master | 2021-06-16T05:51:56.276132 | 2021-06-13T16:59:31 | 2021-06-13T16:59:31 | 207,290,684 | 1 | 4 | null | 2021-03-23T14:52:51 | 2019-09-09T11:12:06 | JavaScript | UTF-8 | PlantUML | false | false | 418 | puml | @startuml
EnergyAsset <|-- Producer
EnergyAsset <|-- Consumer
EnergyAsset <|-- Storage
EnergyAsset <|-- Conversion
EnergyAsset <|-- Transport
Producer <|-- WindTurbine
Producer <|-- GeothermalSource
Consumer <|-- ElectricityDemand
Consumer <|-- HeatingDemand
Storage <|-- Battery
Storage <|-- CCS
Conversion <|-- PowerPlant
Conversion <|-- HeatPump
Transport <|-- ElectricityNetwork
Transport <|-- Pipe
@enduml | false | true | false | false | class |
2413a71404a9ec7d9f2f4dc21b5440e9a659af2d | 52ca52ff0ab109553953139c0206437651c4acea | /Creational/ObjectPoolPattern/ObjectPool.puml | c8c4dcc759b2cfcdf76190b56a135412c92aec16 | [] | no_license | semihsevmm/Design-Patterns | d5abf13f2d9703a133ed3f66fcbaa7cff4dab6c1 | 58c108bd23ef5f913a25b2e9d15dd6899a85e6b5 | refs/heads/main | 2023-08-10T23:58:15.067685 | 2021-09-14T19:54:11 | 2021-09-14T19:54:11 | 349,040,506 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 336 | puml | @startuml
class Renk{
- red : int
- green : int
- blue : int
+ Renk()
+ Renk(red:int,green:int,blue:int)
+getRed : int
+getGreen : int
+getBlue : int
}
class Palet <extend Renk>{
-objectPool : map
+getObject(key:string) : Renk
+addObject(object : Renk)
}
class Client{
}
Palet o-- Renk
Client ..> Palet
@enduml | false | true | false | false | class |
79efed7307673eb2673081806bf8511ff693a45f | 322fac42ab60759e00384c849e859da01207ba31 | /src/use_case_diagram.puml | 9f2ca23f8cbc79e321747157d863e549784b158a | [] | no_license | CSC-VTrainer/VTrainer | 9d221fad3c4af2afaeefb8a6db766865d6cb035d | 530e11b57bb69aa3f66036c8348b0cd2b9354924 | refs/heads/master | 2023-04-07T17:37:36.393062 | 2021-04-21T07:08:07 | 2021-04-21T07:08:07 | 339,844,688 | 0 | 0 | null | 2021-03-15T08:25:09 | 2021-02-17T20:16:17 | null | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
User -> (check the correctness of physical exercise)
User --> (watch tutorial videos)
User --> (get integration with social networks)
User --> (get an individual training program)
(get an individual training program) ..> (enter physical parameters) : include
User --> (have a system of achievements and statistics)
User --> (have access to in-app support)
@enduml
| false | true | false | false | class |
ddb3ee98d10133c208e8f34a705ed525ebccabcd | fe4eb6697e791df152d0c98645cb4dd417d0b4fd | /docs/uml/UiClassDiagram.puml | 10841e2b229da75efe05442feac7289abe63fd5b | [] | no_license | AY2021S2-CS2113T-F08-1/tp | 181794879f60fe98692cb30145839758cef4781c | 6e9a5418c1ca45d8ba09ff9a612013251e7417f4 | refs/heads/master | 2023-04-10T04:08:56.690286 | 2021-04-16T14:43:44 | 2021-04-16T14:43:44 | 340,670,502 | 0 | 6 | null | 2021-04-16T13:07:08 | 2021-02-20T14:13:17 | Java | UTF-8 | PlantUML | false | false | 560 | puml | @startuml
'https://plantuml.com/class-diagram
hide circle
hide empty members
skinparam classAttributeIconSize 0
class Ui {
}
class "{abstract} \n Command" as Command {
execute (data: Data, ui: Ui, storage: Storage) {abstract}
}
class Lesson {
}
class Student {
}
class Assignment {
}
class Answer {
}
class Module {
}
class Modman {
ui: Ui
}
class Parser {
}
class XYZCommand {
}
Ui ..> Student
Ui ..> Assignment
Ui ..> Module
Ui ..> Lesson
Ui ..> Answer
Command ..> Ui
Modman *-- Ui
Command <|-- XYZCommand
Parser ..> XYZCommand
@enduml | false | true | false | false | class |
ffc208fa516e4ed9e8989ff20077e9201ecc01f7 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1040862/sp2/design2.puml | 098950990ae0fed988923bbb7a1d50b782aca765 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,739 | puml | @startuml design1.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary MenuView
control TaskPresenter
boundary TaskView
control TaskController
control TaskService
control TaskServiceImpl
entity Task
entity TaskRepository
database Database
box "NSheets Client"
participant MenuView
participant TaskPresenter
participant TaskView
end box
box "Shared"
participant TaskService
participant TaskServiceImpl
end box
box "Server"
participant Task
participant TaskController
participant TaskRepository
end box
box "Database"
participant Database
end box
User -> MenuView : open Task sub-menu
MenuView --> TaskPresenter : open()
TaskPresenter --> TaskView : openView()
TaskView -> TaskServiceImpl : getAllTasks()
TaskServiceImpl -> TaskController : getAllTasks()
TaskController -> TaskRepository : PersistenceContext.repositories().tasks()
TaskController -> TaskRepository : repo.findAll()
TaskRepository -> Database : findAll()
TaskServiceImpl -> Task : toDTO(List<Task>)
TaskView --> User : display list of Tasks
User -> TaskView : select task
TaskView -> TaskServiceImpl : editTask(taskDTO)
TaskServiceImpl -> Task : editedTask.ftomDTO(taskDTO)
TaskServiceImpl -> TaskController : editTask(editedTask)
TaskController -> TaskRepository : PersistenceContext.repositories().tasks()
TaskController -> TaskRepository : repo.save(editedTask)
TaskRepository -> Database : save(editedTask)
alt Compilation Sucess
TaskRepository --> TaskPresenter : onSuccess
TaskPresenter --> User : Uc success scenario
else Compilation Failure
TaskRepository --> TaskPresenter : onFailure
TaskPresenter --> User : Uc failure scenario
end
@enduml | false | true | false | false | usecase |
513d7a756bbd8cd6b183df7fc8a17b2a43014cf3 | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /06classdiagram/20_classdiagram_notes.puml | ccbc04c789a8940d95a38fd4690d56b82c2608f3 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 659 | puml | '
'ClassDiagrams: Notes
'
'You can also define notes using note left of , note right of , note top of , note bottom of keywords.
'You can also define a note on the last defined class using note left, note right, note top, note bottom.
'A note can be also define alone with the note keywords, then linked to other objects using the .. symbol.
'
'--------------------------------------
'
@startuml
Object <|--- ArrayList
note top of Object : In java, every class\nextends this one.
note "This note is connected\nto several objects." as N2
Object .. N2
N2 .. ArrayList
class Foo
note left: On last defined class
note "This is a floating note" as N1
@enduml | false | true | false | false | class |
b597cf40f0f6a0a1c7abdbce4805ecf4d8cc2147 | fba47c4da24af39394a0612d00b851e74a7802fa | /diagrams/puml/placeholder.puml | bf75ea5126fd912b66cf65779796dea6b8e4a7c4 | [
"MIT"
] | permissive | bapti/arbroath | 775c9a21a4f8f70b628caaa08b4eb85f490df2c5 | f2ba6d302aa4c3d6cda8e881e46eaae2fd2fbac7 | refs/heads/master | 2016-08-11T22:26:02.208518 | 2015-12-12T20:34:04 | 2015-12-12T20:34:04 | 47,882,769 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 102 | puml | @startuml
[Service1] ---> [Service2]
note right of [Service1]
This is service 1
end note
@enduml
| false | true | false | false | uml-unknown |
4dc1ee695c936bda59fa229696e78b6f101ca5ed | 9e9e2b7277fa0e53ee3143a58479a7adcf60667a | /src/main/java/ex46/FrequencyFinderDiagram.puml | 47702204cd901d8bd69ee85f786ea331c7d050ff | [] | no_license | rebeccapinap/practicecode-cop3330-assignment3 | 17b68485b1b9c337a8228e860766ee92109d8dfc | c8b4cee0ce6e269c947d3496fcc6f5dde0510cac | refs/heads/master | 2023-08-19T08:45:17.028607 | 2021-10-12T02:29:19 | 2021-10-12T02:29:19 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
'https://plantuml.com/sequence-diagram
class WordFrequencyFinder
{
+ static void main( String[] args )
+ static ArrayList<String> parseFile (File input)
+ static void countFreq(ArrayList<String> list)
+ static HashMap<String, Integer> sortByFrequency(Map<String, Integer> wordFreq)
}
@enduml | false | true | false | false | class |
85a195a8990d1fd01b79c10b765aa30e619b12ee | e996fa8ecacb2f092ee170ba4703cdafd464097a | /bouquet/templates/docs/Solution/Deployment.puml | 75550bea429e0d695ecc56a571b08b70107030ca | [
"MIT"
] | permissive | madajaju/bouquet | 24f46a8786cc9829eee8b7a2c452137b1481683a | 3224eef247bae360d30e90bd4928eb2cde29f3ac | refs/heads/master | 2023-04-28T22:12:20.533376 | 2018-11-21T13:45:09 | 2018-11-21T13:45:09 | 90,114,169 | 2 | 1 | null | 2023-04-18T11:23:53 | 2017-05-03T06:08:04 | JavaScript | UTF-8 | PlantUML | false | false | 194 | puml | @startuml
rectangle "Deployment Diagram TBD"
@enduml
package "<%= projectName %>" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
| false | true | false | false | sequence |
0ffe200844d69891df429bfecd0e2c01b2df5fd2 | 7c4855a35542148e0a38dd8f84624137515358bf | /doc/adr/0008-user-experience-flow.puml | b437d33a33ec4ac0ed0563ed4339342b32f79eaa | [
"MIT"
] | permissive | navikt/nada-kafkarator | ccaf01f0153248fa6c5e81516935ae2da4ab289d | d2be90d5d0ae0cddbe434c0180c2945de53ab018 | refs/heads/master | 2022-12-21T03:35:49.416417 | 2020-09-08T08:06:32 | 2020-09-08T08:06:32 | 242,132,212 | 0 | 1 | MIT | 2020-09-08T08:10:11 | 2020-02-21T12:16:56 | Python | UTF-8 | PlantUML | false | false | 1,015 | puml | @startuml
title Kafkarator User Experience flow
skinparam dpi 200
box Developer teams
actor "Topic Owner"
actor "Topic User"
end box
control Kafkarator
box Cluster resources
participant Topic
participant AppTopic
participant TopicAccess
participant Secret
end box
participant Aiven
== Topic creation ==
"Topic Owner" -> Topic **: Apply config
Topic -> Kafkarator: Watch for updates
Kafkarator -> Aiven: Create/update topic
Kafkarator -> TopicAccess ** : Record owner
== Getting topic access ==
"Topic User" -> AppTopic **: Apply
AppTopic -> Kafkarator: Watch for updates
group if needed
Kafkarator -> Aiven: Create service user for Application
Aiven -> Kafkarator: Provide credentials
Kafkarator -> Secret **: ""<app>-aiven-credentials""
end
Kafkarator -> TopicAccess: Add access request for Topic User
== Managing topic access ==
"Topic Owner" -> TopicAccess: Accept access request
TopicAccess -> Kafkarator: Watch for updates
Kafkarator -> Aiven: Update service user for Applications
@enduml
| false | true | false | false | sequence |
431285eee7f6c1bd324c4d9f0217f8218b253b88 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ReturnInfoSetMessage.puml | 2101d194684b0341907b3049f398b59f7e703f01 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,188 | 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 ReturnInfoSetMessage [[ReturnInfoSetMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
ca1f6831283f2ad0d67d6e7c4bcd574943dbf022 | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/GetRandomCommand.plantuml | 1a2b3dca1c34f0ddfac66ecb85c30a73ef3eaf01 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,419 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class GetRandomCommand {
{static} - CLA : int
{static} - INS : int
{static} - NO_MEANING : int
{static} - EXPECTED_LENGTH_MIN : int
{static} - EXPECTED_LENGTH_MAX : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ GetRandomCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
GetRandomCommand -up-|> AbstractHealthCardCommand
@enduml | false | true | false | false | class |
f536808f9906623ab1efbdf8f30276648986e7f1 | 87f1b087f85c5209eac755dbdaf40d58da8065d7 | /feature_based_abstract_config/vnc_data_model.puml | 5a61041036f0054789da296c51c8c9f03913b0d5 | [] | no_license | jnpr-rtulsian/cfm-designs | 6c6959e1c776d418f72b2c82a7002971c301fc32 | 31477d03f0ce0bead1eb19b3064d87ff12f4ebe9 | refs/heads/master | 2020-04-15T23:41:21.458971 | 2019-01-16T18:58:25 | 2019-01-16T18:58:25 | 165,114,302 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 969 | puml | @startuml Feature Based Abstract Config - VNC DB Model
package Fabric_DataModel\n[schema/fabric.xsd] as fabric_data_model {
class feature {
- name: String
- config_schema: String
}
class physical_role {
- name: String
}
class overlay_role {
- name: String
}
class feature_config {
- name: String
- additional_params: String
- vendor_configuration: String
}
class role_definition {
- name: String
}
class node_profile {
- name: String
}
class physical_router {
- name: String
}
}
node_profile "1" --> "n" role_definition : supported roles
role_definition "1" --> "1" physical_role
role_definition "1" --> "1" overlay_role
role_definition "1" --> "n" feature
role_definition "1" --> "n" feature_config : feature configuration
physical_router "1" --> "1" node_profile
physical_router "1" --> "1" role_definition : assigned role
@enduml
| false | true | false | false | sequence |
74d6109afad8bc070755b55526b9cfd8af4c1878 | 59e8f9d430e815ba8d7b7efae85bad26cba97af3 | /troubleshooting/azure_client_0.puml | ed0814a41994ea4f11cf7e86a278d79de6402b75 | [
"MIT"
] | permissive | glqdlt/glqdlt.github.io | 76bc5e9b0bad9f48239bd7b1e9bef8c581fdb49e | c9579e99c5390a6c02a8d34cc808a66ad0c977dc | refs/heads/master | 2022-08-27T08:49:24.914469 | 2022-08-05T06:45:11 | 2022-08-05T06:45:11 | 92,659,599 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
interface AzureBlobClient{
+upload()
+download()
}
class WEB_SERVICE_WebAPP_1{
}
class GAME_2WebAPP_2 {
}
class GAME3_WebAPP_3 {
}
AzureBlobClient <-- WEB_SERVICE_WebAPP_1
AzureBlobClient <-- GAME_2WebAPP_2
AzureBlobClient <-- GAME3_WebAPP_3
@enduml | false | true | false | false | class |
e1dfb1b9c03fde0e286568471cd75f677af2d8ef | 6eb03a00115eb841a800de65631dfc22142ecd18 | /Tema1-Maven/src/main/resources/resources.plantuml | c7ceedfc0bc3f111a0f4f470f73fd9c3140f5b75 | [] | no_license | genesis152/PS-Assignment1 | 2c0b133472fa44d1c232b76d9689c1622bf24dc3 | 378ae0c867c4c490f33e4aa67e76ee34333ee962 | refs/heads/master | 2023-03-12T07:26:16.647914 | 2021-02-25T10:21:30 | 2021-02-25T10:21:30 | 342,204,604 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,067 | plantuml | @startuml
title __RESOURCES's Class Diagram__\n
namespace org.jgrapht.ext {
class org.jgrapht.ext.JGraphXAdapter {
- cellToEdgeMap : HashMap<mxICell, E>
- cellToVertexMap : HashMap<mxICell, V>
- edgeToCellMap : HashMap<E, mxICell>
- graphT : Graph<V, E>
- vertexToCellMap : HashMap<V, mxICell>
+ JGraphXAdapter()
+ JGraphXAdapter()
+ edgeAdded()
+ edgeRemoved()
+ getCellToEdgeMap()
+ getCellToVertexMap()
+ getEdgeToCellMap()
+ getVertexToCellMap()
+ vertexAdded()
+ vertexRemoved()
- addJGraphTEdge()
- addJGraphTVertex()
- insertJGraphT()
- removeEdge()
}
}
org.jgrapht.ext.JGraphXAdapter .up.|> org.jgrapht.event.GraphListener
org.jgrapht.ext.JGraphXAdapter -up-|> com.mxgraph.view.mxGraph
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 |
cc12ddb67ea5b747003477028dbf914f1b66f0ce | 323e0e4ca81363ff1afeeecf9a399b4237e592af | /doc/Time_Measurement.puml | dd724dc91b93499ef2b5fefcb903cd27efc5bbef | [] | no_license | HomeMadeBots/Time_Measurement | 5391ba5d70c8a7ae36a9ad7cb9b358a3cba5a2ce | 49c044a75cd06cf936a93b63339742b1d6601897 | refs/heads/main | 2023-08-14T05:29:04.921643 | 2021-09-22T13:04:20 | 2021-09-22T13:04:20 | 383,393,028 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
package Time_Measurement [
Gathers software elements allowing to measure
time on an embedded software.
]
@enduml | false | true | false | false | uml-unknown |
2829dc4e0e4f077cb8292df85efaad9cd7776d3b | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/principle/composite/composite.plantuml | 2f5879c1a4ab730be2190d9cdd2ad4d83c8fe67e | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 627 | plantuml | @startuml
title __COMPOSITE's Class Diagram__\n
namespace com.atguigu.principle.composite {
class com.atguigu.principle.composite.A {
+ operation1()
+ operation2()
+ operation3()
}
}
namespace com.atguigu.principle.composite {
class com.atguigu.principle.composite.B {
+ depends()
}
}
com.atguigu.principle.composite.B -up-|> com.atguigu.principle.composite.A
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 |
e1aa59c17d3f8c38889749b5e148fc799d73c9bd | a5b13e3f18e01763c875e6b0a02ef25b0d8efe31 | /Thu_16-18/atm2.puml | 66081ccae4adaf64762cb3fe174ccb9b99d9d271 | [] | no_license | Idea-Pool/fosdast-2021 | c688a07f1a6fb5eac7a021cf353228a790cffd11 | bdd6935ad54246f7ef9255c95c4e797a9e7552c5 | refs/heads/master | 2023-09-01T08:33:03.617402 | 2021-10-14T17:00:08 | 2021-10-14T17:00:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 579 | puml | @startuml
(*) --> "Készenlét" as A1
A1 -->[Bankkártya behelyezés] "Bankkártya elvétele" as A2
A2 -->[PIN kód kérése] "Ellenőrzés" as A3
A3 -->if "Jó a PIN kód?" then
-->[Nem] if "Hanyadik próbálkozás?" then
--> [<3] A3
else
-->[Bankkártya elvétele] A1
endif
else
-->[Igen] "Főmenü" as A4
endif
A4 -->[Opciók feldobása] "Opciók" as A5
A5 --> "Egyenleg lekérdezés" as A6
A6 -->[Gomb megnyomása] "Egyenleg kiadása" as A7
A7 -->"Bankkártya kiadása" as A8
A8 --> A1
A1 --> (*)
@enduml | false | true | true | false | activity |
5c2442fcec7c9280fbc3ece84997f9ef07c9b81b | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/modules/blocks/process.puml | 71916db04db468458622a551cf93e15baf3f69c5 | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 699 | puml | @startuml
class Process < modules > {
- self
- __private: {}
.. library ..
- logger
- logic.peers
- logic.transaction
- logic.block
- schema
- db
- dbSequence
- sequence
- genesisblock
.. modules ..
- accounts
- blocks
- delegates
- loader
- rounds
- transactions
- transport
-- Methods --
+ Process (logger, block, peers,
transaction, schema, db,
dbSequence, sequence, genesisblock)
+ getCommonBlock (peer, height, cb)
+ loadBlocksOffset (limit, offset, verify, cb)
+ loadBlocksFromPeer (peer, cb)
+ generateBlock (keypair, timestamp, cb)
+ onReceiveBlock (block)
+ onBind (scope)
.. __private ..
- receiveBlock (block, cb)
}
@enduml
| false | true | false | false | class |
34361c646854d94d1d2b369f0c445fa759567100 | 7450f435598e6c9e5544c13757869912e683a9d1 | /src/classes/classes.plantuml | c77ea83179b766ccd2676432ef60216a9128f58c | [
"Apache-2.0"
] | permissive | vbabenk/RheumatologicTreatmentSystem | 4a7d900c9b31777415058850c326e63ae4eae63d | 52721aa364550a19c0b14cb5701b3be641e93baf | refs/heads/master | 2021-06-20T03:48:20.112086 | 2021-06-06T00:12:15 | 2021-06-06T00:12:15 | 218,511,416 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 887 | plantuml | @startuml
title __CLASSES's Class Diagram__\n
package diploma {
package diploma.classes {
class Patient {
- patientID : int
- patientSurname : String
- patientFirstname : String
- patientMiddlename : String
- uraGroup : String
- sex : String
+ getPatientID()
+ getPatientSurname()
+ getPatientFirstname()
+ getPatientMiddlename()
+ getUraGroup()
+ getSex()
+ setPatientID()
+ setPatientSurname()
+ setPatientFirstname()
+ setPatientMiddlename()
+ setUraGroup()
+ setSex()
}
}
}
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 |
ef3ceac2661bcab9395789f42b4d209660a5befa | c2ef7c48e236c3d1780fdcac75abce25c672c652 | /src/main/resources/uml/SimplefactoryUml.puml | 51662f77de1f9206a4ad5772f8b655daaaecb643 | [] | no_license | ToryZhou/design-pattern | 8d63b720ef54c9633eb10122c4cbeae45ae7ea1c | c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd | refs/heads/master | 2022-09-10T09:57:10.616533 | 2022-08-22T02:48:42 | 2022-08-22T02:48:42 | 132,232,311 | 62 | 31 | null | 2022-08-22T02:48:43 | 2018-05-05T09:11:57 | Java | UTF-8 | PlantUML | false | false | 591 | puml |
@startuml
title Simple Factory
abstract class Operation{
-numberA: double
-numberB: double
+calculate(): double
}
class OperationAddition{
+calculate(): double
}
class OperationSubtraction{
+calculate(): double
}
class OperationMultiplication{
+calculate(): double
}
class OperationDivision{
+calculate(): double
}
class OperationFactory{
+createOperation(): Operation
}
Operation <|-- OperationAddition
Operation <|-- OperationSubtraction
Operation <|-- OperationMultiplication
Operation <|-- OperationDivision
OperationFactory --> Operation: create
@enduml | false | true | false | false | sequence |
180e65975f80b493922953ba209229bff09fc24b | dd968a8b1484ff8082f64516d568ec26505ca1e5 | /src/main/java/game/gameLogic/controller/controller.plantuml | aca1684a23d91f97cee1713ab7a99562c611ef75 | [] | no_license | kot-1999/Maze | bc41bca5f7e89f3cf2b7072f47f6eef2e4a9ea0f | efa5b08db9603dcc2c05d9419f9a20339c2a500f | refs/heads/main | 2023-08-30T14:41:00.342449 | 2021-11-12T12:03:21 | 2021-11-12T12:03:21 | 427,344,911 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 938 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
abstract class gameLogic.controller.Controller {
+ setMaze()
{abstract} + step()
~ Controller()
}
enum Key {
CONTROL
DOWN
EKEY
ENTER
EXIT
LEFT
RAITING
RIGHT
UP
reader
}
class gameLogic.controller.SimplyController {
+ SimplyController()
+ step()
}
gameLogic.controller.Controller o-- gameLogic.characters.Character : character
gameLogic.controller.Controller o-- gameLogic.Maze : maze
gameLogic.controller.SimplyController -up-|> gameLogic.controller.Controller
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 | sequence |
9a9d6fb872bf18c895d6bc0ee39c3b57a44ef984 | 6da20e4026e0347136e85ad2c5d2a7048dfdd476 | /diagram/usecase/developer.puml | cfa5389ae984b51aa2a88e60f707cc5f7e57426f | [] | no_license | mnindrazaka/code-send | c7af76006ac5a35798450eca2d4772f60f507028 | f8ece8532b1606aba3ab88613ff9dcf8bdfb90b2 | refs/heads/master | 2023-01-24T12:28:19.042899 | 2020-11-16T00:48:49 | 2020-11-16T00:48:49 | 235,577,637 | 2 | 0 | null | 2023-01-24T01:13:21 | 2020-01-22T13:18:41 | TypeScript | UTF-8 | PlantUML | false | false | 1,293 | puml | @startuml usecase
left to right direction
actor Developer as dev
' auth use case
usecase (Masuk ke sistem) as login
usecase (Keluar dari sistem) as logout
usecase (Mendaftarkan akun) as register
(logout) ..> login : include
dev-->(register)
dev-->(logout)
' project use case
rectangle project {
usecase (Membuat \nproject baru) as (create project)
usecase (Melihat \ndaftar project) as (list project)
usecase (Mengubah \ninformasi project) as (edit project)
usecase (Menghapus \nproject) as (delete project)
dev-->(create project)
dev-->(list project)
dev-->(edit project)
dev-->(delete project)
(create project) ..> login : include
(list project) ..> login : include
(edit project) ..> login : include
(delete project) ..> login : include
}
' update use case
rectangle update {
usecase (Merilis \n update baru) as (create update)
usecase (Melihat \n log update) as (list update)
usecase (Mengubah \n informasi update) as (edit update)
usecase (Melihat informasi \n update terbaru) as (latest update)
(create update) ..> login : include
(list update) ..> login : include
(edit update) ..> login : include
(latest update) ..> login : include
dev-->(create update)
dev-->(list update)
dev-->(edit update)
dev-->(latest update)
}
@enduml | false | true | false | false | usecase |
4aaaa075227fd0baa1f3cd4049d56ebe7801685c | 8efcf13a93380b3785839ea36fbcc8271e1f907d | /doc/class.puml | 263ab4b7a4b07bd2c0ade3880fba4c2e1241bbe5 | [
"MIT"
] | permissive | takeoverjp/chisum | f0f5693e8c9ae97388f8986f6508705f93622bab | 71e10082696df857c6fcd6fed41a434e33b8645e | refs/heads/main | 2023-07-14T13:06:22.710304 | 2021-08-18T14:32:42 | 2021-08-18T14:32:42 | 395,274,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,961 | puml | @startuml class_diagram
package "Enterprise Business Rules" {
class CountEntity
}
package "Application Business Rules" {
interface AbstractRecordCountUseCase <<Input Boundary>>
class RecordCountUseCaseInteractor
entity RecordCountInputData <<Input Data>>
RecordCountUseCaseInteractor -up-> CountEntity
RecordCountUseCaseInteractor -down-|> AbstractRecordCountUseCase
RecordCountUseCaseInteractor --> RecordCountInputData
interface AbstractReportCountUseCase <<Input Boundary>>
class ReportCountUseCaseInteractor
ReportCountUseCaseInteractor -up-> CountEntity
ReportCountUseCaseInteractor -down-|> AbstractReportCountUseCase
ReportCountUseCaseInteractor --> AbstractReportCountPresenter
ReportCountUseCaseInteractor --> ReportCountOutputData
interface AbstractReportCountPresenter <<Output Boundary>>
class ReportCountOutputData <<Output Data>>
interface AbstractCountRepository
AbstractCountRepository -up-> CountEntity
}
package "Interface Adapters" {
class RecordCountController
RecordCountController -up-> RecordCountInputData
RecordCountController -up-> AbstractRecordCountUseCase
class ReportCountController
ReportCountController -up-> RecordCountInputData
ReportCountController -up-> AbstractReportCountUseCase
class ReportCountPresenter
ReportCountPresenter -up-|> AbstractReportCountPresenter
ReportCountPresenter -up-> ReportCountOutputData
}
package "Frameworks & Drivers" {
class DataBaseCountRepository
DataBaseCountRepository -up-|> AbstractCountRepository
DataBaseCountRepository -down-> sqlite3
class InMemoryCountRepository
InMemoryCountRepository -up-|> AbstractCountRepository
}
class main
main -up-> DataBaseCountRepository
main -up-> RecordCountUseCaseInteractor
main -up-> ReportCountUseCaseInteractor
main -up-> RecordCountController
main -up-> ReportCountController
main -up-> ReportCountPresenter
@enduml | false | true | false | false | sequence |
0602fa0a05217fa2efe3f768421ccd3b38e107aa | 94a499e05faee7347671752ec0628993dff072ea | /backend/Handlers/Handlers.puml | 74cfdd3fcd21e6a52f77828424ef86dc540b4429 | [] | no_license | AlandSailingRobots/AerialImagesToWaterDepth | b503df8ab6ee90dcab29604d57ff3dd3afd11e22 | fa486a0e38f1f252fa533b76eaf3424cbf33847e | refs/heads/develop | 2020-04-22T11:22:13.761365 | 2019-11-27T19:34:46 | 2019-11-27T19:34:46 | 170,337,749 | 2 | 3 | null | 2019-02-18T14:53:35 | 2019-02-12T15:04:16 | null | UTF-8 | PlantUML | false | false | 2,217 | puml | @startuml
title Handlers
!startsub ConvolutionalHandler
class ConvolutionalHandler {
+ map_resource: MapResources
+ model: Keras Model
+ model_config: dict
- __init__(model_config_index)
- get_image(longitude, latitude, epsg)
- predict_points(points, crs)
- predict_point(point_, crs)
}
!endsub
!startsub GeoJsonHandler
class GeoJsonHandler{
+ jsonData: dict
+ PostGisConnection : PostGisHandler
- __init__()
- addCalculateDepthPointsProces()
- calculate_geolist_update_database(df, geo_list)
- calculateDepthPoints(return_=True)
- calculateDepthPointsProces(jsonData)
- check_points(df)
- create_points_dict()
- create_query_url(properties, box)
- createPoint(item, swap=False)
- doAction(path, jsonData)
- get_current_polygon_df(only_water=True, just_box=False, only_missing=False)
- get_distance_between_points(bounds)
- getCurrentBoundingBox(box, crs=None, swap_coordinates=False, get_poly=False)
- getDepthArea()
- getDepthPoints(to_json=True)
- getDepthPointsFromTable(crs, passed_bounds, extra=None, as_buffer=None)
- getMinimalized(df_retrieved, box, crs=None, method_overlay='intersection')
- getPoints()
- getWaterDepth(retrieve_json=True)
- make_point_from_json(data, item)
- post_points(crs, geo_, depths=None)
- readGeoJson()
- readGeoPanda(url, box, minimalised=False)
}
!endsub
!startsub PostGisHandler
class PostGisHandler {
+ calculation_table: str
+ points_table: str
+ polygon_table: str
+ schema: str
+ Session: sessionmaker
- __init__()
- get_envelope(table_name, bounds, crs, zoom_level, all_higher_levels=False, type_of_intersection="intersects", has_depth=False, as_buffer=None, extra=None)
- put_into_calculation(jsonData)
- put_into_table(data, geometry_type, table_name, crs=None, create_table=False, if_exists_action='replace')
- select_from_table(table_name, where=None, panda=False)
- send_to_db(update)
- st_MakeEnvelope(bounds, crs, index)
- update_calculation(index)
- update_point_height(table_name, id, depth, return_query=False)
}
!endsub
GeoJsonHandler "1" *-down-"1" PostGisHandler
@enduml | false | true | false | false | class |
1397a15617d24de706b484f2d3ecc7a05b472887 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetShippingAddressAndCustomShippingMethodAction.puml | f1132ce45671d0aac6fa49adbcbc1ab800819c28 | [] | 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 | 797 | 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 StagedOrderSetShippingAddressAndCustomShippingMethodAction [[StagedOrderSetShippingAddressAndCustomShippingMethodAction.svg]] extends StagedOrderUpdateAction {
action: String
address: [[BaseAddress.svg BaseAddress]]
shippingMethodName: String
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
5b0332130882c4eca48babd769308d070bf6ceeb | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/seq/1_37_5.puml | 75a6cd8aeef3e79f1c8a744d730567f65fecc08c | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 523 | puml | @startuml
'https://plantuml.com/sequence-diagram
participant Alice as a
participant Bob as b
a -> b : //Long long label//
?-> b : ""?-> ""
?->> b : ""?->> ""
?-\ b : ""?-\ ""
?-\\ b : ""?-\\\\""
?-/ b : ""?-/ ""
?-// b : ""?-// ""
?->x b : ""?->x ""
?x-> b : ""?x-> ""
?o-> b : ""?o-> ""
?->o b : ""?->o ""
?o->o b : ""?o->o ""
?<-> b : ""?<-> ""
?o<->o b : ""?o<->o""
?x<->x b : ""?x<->x""
?->>o b : ""?->>o ""
?-\o b : ""?-\o ""
?-\\o b : ""?-\\\\o ""
?-/o b : ""?-/o ""
?-//o b : ""?-//o ""
?x->o b : ""?x->o ""
@enduml | false | true | false | false | sequence |
372f3442e619799176d7722b8e2d732e1863659f | 2229925529c8659d5e113408e41dcf43eb76be3b | /uml/ToDoList.puml | 483981d653515c6041e2e43d6cf5878b2d4039dc | [] | no_license | tsehaiB/boucaud-cop3330-assignment4part2 | 393889b74707feaa7f993b804f9208eceff6b92c | 8cfc2d5b3caeb0187d25873e17b22776992a913a | refs/heads/master | 2023-06-16T18:40:12.336028 | 2021-07-12T03:53:07 | 2021-07-12T03:53:07 | 383,904,820 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,397 | puml | @startuml
'https://plantuml.com/class-diagram
class ToDoList{
main()
start()
}
class TabContainerController {
- tPane : TabPane
- homeTab : Tab
- mainWindow : AnchorPane
+ TabContainerController()
+ initialize()
+ buildWindow(AnchorPane)
- buildReadMe(Tab)
- buildMenu(AnchorPane)
- read()
}
class ToDoListMenuController{
- menu : ToDoListMenu
- itemsDisplay : ArrayList<BorderPane>
- tPane : TabPane
+ viewMenu : Menu
+ editMenu : Menu
+ fileMenu : Menu
+ myMenu : MenuBar
+ ToDoListMenuController()
+ initialize()
+ onSaveClicked(Action Event)
+ onLoadClicked(Action Event)
+ onAddClicked(Action Event)
+ onDeleteClicked(Action Event)
+ onShowAllClicked(Action Event)
+ onFilterCompleteClicked(Action Event)
+ onFilterIncompleteClicked(Action Event)
+ onClearClicked(Action Event)
+ saveItems(ArrayList<String>)
+ saveItems(String)
+ loadItems(ArrayList<String>)
+ loadItems(String)
- filterItems(boolean)
- tabTitle(boolean)
+ setTabPane(TabPane)
}
class ToDoListMenu{
- savePath : String
- loadPath : String
- items : ArrayList<ToDoListItem>
+ loadItems(String)
+ loadItems(ArrayList<String>)
+ saveItems(String)
+ saveItems(ArrayList<String>)
+ addItem(ToDoListItem)
+ getItems()
}
class ToDoListItemController{
- TitleTextField : TextField
- DescriptionTextArea : TextArea
- CompletionCheckBox : CheckBox
- DueDateField : DatePicker
- item : ToDoListItem
+ ToDoListItemController()
+ initialize()
+ Enter(KeyEvent)
+ DueDateChanged(Action Event)
+ StatusChanged(Action Event)
+ TitleEntered(Action Event)
+ getItem()
}
class ToDoListItem {
- title : String
- description : String
- completionStatus : boolean
- dueDate : LocalDate
+ setTitle(String)
+ setDescription(String)
+ setCompletionStatus(boolean)
+ setDueDate(LocalDate)
+ getTitle()
+ getDescription()
+ getCompletionStatus()
+ getDueDate()
}
ToDoList *-> TabContainerController
TabContainerController *-> ToDoListMenuController
ToDoListMenuController *-> ToDoListMenu
ToDoListMenuController o---> ToDoListItemController
ToDoListMenu -- ToDoListItem
ToDoListItemController *-> ToDoListItem
@enduml | false | true | false | false | class |
b9830e1ab0f82a5d0b2d36777b8ddd16019a13ef | f25a1ff7b99c78a4e932bff0a8d47efa9bc8f988 | /designpattern/templatemethod.puml | 27ccb92b3058bdf6fde54647938675fcbeb3aa0f | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | zhhongCai/mybatis-3 | bda1eb38e1ecd1a03518042bf1c05ae9bac4c030 | 3bde2f5305465682ff3fc5aaabaf6db77565ab0c | refs/heads/master | 2020-08-27T04:09:08.352011 | 2019-11-21T00:13:56 | 2019-11-21T00:13:56 | 217,238,620 | 1 | 0 | NOASSERTION | 2019-10-24T07:30:45 | 2019-10-24T07:30:42 | null | UTF-8 | PlantUML | false | false | 2,540 | puml | @startuml
interface Executor {
+ NO_RESULT_HANDLER ResultHandler
+ update(MappedStatement, Object) int throws SQLException
+ query(MappedStatement, Object, RowBounds, ResultHandler, CacheKey, BoundSql) <E> List<E> throws SQLException
+ query(MappedStatement, Object, RowBounds, ResultHandler) <E> List<E> throws SQLException
+ queryCursor(MappedStatement, Object, RowBounds) <E> Cursor<E> throws SQLException
+ flushStatements() List<BatchResult> throws SQLException
+ commit(boolean) void throws SQLException
+ rollback(boolean) void throws SQLException
+ createCacheKey(MappedStatement, Object, RowBounds, BoundSql) CacheKey
+ isCached(MappedStatement, CacheKey) boolean
+ clearLocalCache() void
+ deferLoad(MappedStatement, MetaObject, String, CacheKey, Class<?>) void
+ getTransaction() Transaction
+ close(boolean) void
+ isClosed() boolean
+ setExecutorWrapper(Executor) void
}
abstract class BaseExecutor implements Executor {
# abstract doUpdate(MappedStatement, Object) int throws SQLException
# abstract doFlushStatements(boolean) List<BatchResult> throws SQLException
# abstract doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException
# abstract doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException;
}
class BatchExecutor extends BaseExecutor {
+ doUpdate(MappedStatement, Object) int throws SQLException
+ doFlushStatements(boolean) List<BatchResult> throws SQLException
+ doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException
+ doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException
}
class CachingExecutor implements Executor {
}
class ReuseExecutor extends BaseExecutor {
+ doUpdate(MappedStatement, Object) int throws SQLException
+ doFlushStatements(boolean) List<BatchResult> throws SQLException
+ doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException
+ doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException;
}
class SimpleExecutor extends BaseExecutor {
+ doUpdate(MappedStatement, Object) int throws SQLException
+ doFlushStatements(boolean) List<BatchResult> throws SQLException
+ doQuery(MappedStatement, Object, RowBounds, ResultHandler, BoundSql) <E> List<E> throws SQLException
+ doQueryCursor(MappedStatement, Object, RowBounds, BoundSql) <E> Cursor<E> throws SQLException;
}
@enduml | false | true | false | false | class |
857d11acebc0008f9ed72b6e6af38da22ba001be | a91d4523486da62686fd1c06b84b1882adbd5c29 | /flows/spring-oauth2-flow.puml | 35283b03f14c6bdad680950c6e2738d6ae8b9672 | [] | no_license | thomasmartin81/oauth2-client-demo | 73261ee5e5aaf9f2fc51ce334f164aebc072e3a8 | d61a3f146250348138d92aefeba587681cf647f5 | refs/heads/master | 2022-08-27T20:03:47.040586 | 2020-05-27T21:21:18 | 2020-05-27T21:21:18 | 256,609,553 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,258 | puml | @startuml
title Spring OAuth 2.0 Client <-> Server flow
participant "Browser" as B
participant "OAuth 2.0 Clients" as C
participant "Authentication Servers" as AS
participant "Resource Servers" as R
B -> C: http://localhost:8080
C -> B: "Webpage with Login - Link"
B -> AS: GET http://user:123@localhost:8085/oauth/authorize\n?grant_type=authorization_code\n&response_type=code\n&client_id=cid\n&state=1234\n&redirect_uri=http://localhost:8080/oauth2/code/springboot
AS -> B: "Any type of entering credentials e.g. login form"
B -> AS: POST "Credentials"
AS -> B: Redirect: http://localhost:8080/oauth2/code/springboot\n?code=xyz\nstate=1234
B -> C: GET http://localhost:8080/oauth2/code/springboot\n?code=xyz\nstate=1234
C -> AS: POST http://localhost:8085/oauth/token\n?grant_type=authorization_code\n&code=xyz\nHeader (Authorization: Basic Base64("clientId:clientSecret"))\nHeader (Accept: application/json)
AS -> C: {\n "access_token":"aa68d441-d954-47f9-9bd7-155ffd728269",\n "token_type":"bearer",\n "expires_in":43129,\n "scope":"resource:read"\n}
C -> B: OK (or what ever)
== Authentication complete ==
C -> R: GET http://localhost:8082/data\nHeader (Authorization: Bearer aa68d441-d954-47f9-9bd7-155ffd728269)
R -> C: "Requested data"
@enduml
| false | true | false | false | sequence |
6f63e0c079c8d358cbac4bf1264fc48e658a05e5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountSetKeyAction.puml | 866e3e28c08dc8b345122459e13a74adbb6da241 | [] | 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 | 469 | 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 ProductDiscountSetKeyAction [[ProductDiscountSetKeyAction.svg]] extends ProductDiscountUpdateAction {
action: String
key: String
}
interface ProductDiscountUpdateAction [[ProductDiscountUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
5116ef49d864345390cf567a292fca18034553e4 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 3/UC07a_Adicionar_Habilitacoes_Academicas/UC07a_Adicionar_Habilitacoes_Academicas_Modelo_Dominio.puml | 8bb09230140bd262c047033c0c6db123059ed8cc | [] | 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 | 643 | puml | @startuml
left to right direction
title UC07a - Adicionar Habilitações Académicas Freelancer
class Plataforma {
-String designacao
}
class Freelancer {
-String nome
-String NIF
-String telefone
-String email
}
class Administrativo {
-String email
}
class HabilitacaoAcademica{
-String grau
-String designacaoCurso
-String nomeInstituicao
-Double mediaCurso
}
Plataforma "1" -- "*" Freelancer : tem/usa >
Plataforma"1" -- "1..*"Administrativo: possui
Administrativo"1..*" -- "1..*"Freelancer: regista >
Administrativo"1" -- "1..*"HabilitacaoAcademica: adiciona >
Freelancer "1" -- "*" HabilitacaoAcademica : tem >
@enduml | false | true | true | false | class |
745be1161477d3cb042cd1a17ba955df2c9351e2 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Dynamic-Mapping/Distribute-Dynamic-Map.puml | 75d452a5140cc4d07596007c5afb440b4dfa791e | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 285 | puml | @startuml
Actor "actorName" as A
box "Dynamic-Mapping" #lightblue
participant CLI as CLI
participant Web as Web
participant "adc" as S
A -> CLI : adc-dynamic-distribute()
CLI -> S : dynamic/distribute()
A -> Web : dynamic/distribute()
Web -> S : dynamic/distribute()
end box
@enduml
| false | true | false | false | sequence |
69ead0af05ac5f84227c77c48886d9a23513b267 | 17d8a22c83aa82b55e7c2ab8482ee97fcfdadf05 | /DesignModeTest/src/factoryMethodPattern/factoryMethodPattern.puml | df9d6c2acda971105ecca870cd6104ffb811be9e | [] | no_license | lhdaydayup/Pattern | 3d3d1e25d934428ed69c6c2618587d9328bdfe4e | 8de7410801d9efcae9fc57f34466ed0711ceff54 | refs/heads/master | 2020-05-07T13:24:26.831224 | 2019-04-15T08:21:35 | 2019-04-15T08:21:35 | 180,546,544 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,513 | puml | @startuml
package factoryMethodPattern #green{
abstract class ParsePictureUtil{
+abstract void parsePicuter()
}
abstract class CopyPictureUtil{
+abstract void copyPicuter()
}
class JpgCopyPictureUtil{
+ void copyPicuter()
}
class GifCopyPictureUtil{
+ void copyPicuter()
}
CopyPictureUtil <|--JpgCopyPictureUtil
CopyPictureUtil <|--GifCopyPictureUtil
class JpgParsePictureUtil{
+ void parsePicuter()
}
class GifParsePictureUtil{
+ void parsePicuter()
}
ParsePictureUtil <|--JpgParsePictureUtil
ParsePictureUtil <|--GifParsePictureUtil
abstract class ParsePictureUtilFactory{
+ abstract ParsePictureUtil createParsePictureUtil();
+ abstract CopyPictureUtil createCopyPictureUtil();
}
class GifPictureFactory{
+ ParsePictureUtil createParsePictureUtil()
+ CopyPictureUtil createCopyPictureUtil()
}
class JpgPictureFactory{
+ ParsePictureUtil createParsePictureUtil()
+ CopyPictureUtil createCopyPictureUtil()
}
ParsePictureUtilFactory <|--GifPictureFactory
ParsePictureUtilFactory <|--JpgPictureFactory
class client
ParsePictureUtilFactory <..client
ParsePictureUtil <..client
CopyPictureUtil <..client
JpgCopyPictureUtil <..JpgPictureFactory:create()
GifCopyPictureUtil <..GifPictureFactory:create()
JpgParsePictureUtil <..JpgPictureFactory:create()
GifParsePictureUtil <..GifPictureFactory:create()
}
@enduml | false | true | false | false | class |
9055e96e06ed80c8736b2f5df1d8c1efa1f7715b | 24ca4d272192509dd1793344d8a81586f5786eac | /shiro/A_Class_UML/CredentialsMatcher_Relationship.puml | 9302cc03b51facb99354bfc3682b158c97c4e67b | [] | no_license | ljhupahu/MyProject | e5c92227e3252618ad5873427fdec585dd8d24c6 | 9bf94b4fc95a8012d024a6a8b6250f1b56367e15 | refs/heads/master | 2019-07-12T03:51:53.230109 | 2018-04-24T14:31:06 | 2018-04-24T14:31:06 | 92,294,198 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 347 | puml | @startuml
interface CredentialsMatcher{
boolean doCredentialsMatch(AuthenticationToken var1, AuthenticationInfo var2);
}
interface PasswordService{
String encryptPassword(Object var1) throws IllegalArgumentException;
boolean passwordsMatch(Object var1, String var2);
}
CredentialsMatcher o-- PasswordService : aggregation
@enduml | false | true | false | false | class |
b9c103f2673d2332fc5ca2ce647ca93575b070e6 | 9b9216e6ff465e2ca33b476a554d4bbc080bb737 | /requirements/useCase/actorDiagram.puml | 4a584dc2e8838aee16b586f91308dc9e852c4a6e | [] | no_license | jumpering/Hanged | 00b22fc8f12889cac3121d9b45778f779d98d196 | efee06ada5a9fe450dcf704aedd099034da70e8b | refs/heads/main | 2023-08-26T06:24:02.132882 | 2021-10-31T20:10:24 | 2021-10-31T20:10:24 | 387,567,922 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 335 | puml | @startuml
'https://plantuml.com/use-case-diagram
left to right direction
actor Player as player
usecase "Start" as start
usecase "Propose" as propose
usecase "Restart" as restart
usecase "showBoard" as showBoard
player --> start
start ..> showBoard :include
player --> propose
propose ..> showBoard :include
player --> restart
@enduml | false | true | false | false | usecase |
b46daff157201a2c7f4503ff911a531b8f6eaf5e | 6721108d0cfbdcf5ebaca4aa18c6132748af3ce1 | /tsn_app/doc/classes.plantuml | a9cef22feaced6e80ef556d4230cd911b4dd4669 | [] | 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 | 1,172 | plantuml | @startuml ClassDiagram
Object Reactor
Object Selector
Object IPort
Object IEventHandler
Object ReadEventHandler
Object WriteEventHandler
Object ConfigEventHandler
Object IPortState
Object CreationPortState
Object UpPortState
Object DownPortState
Object PortManager
Object TSNContext
Object ITSNContextState
Object InitTSNContextState
Object RunTSNContextState
Object StopTSNContextState
Object DataPort
Object ConfigPort
Object ConsolePort
Object TSNConfigurator
IPort <|.. DataPort
IPort <|.. ConfigPort
IPort <|.. ConsolePort
ConfigPort .. TSNConfigurator
ITSNContextState <|.. InitTSNContextState
ITSNContextState <|.. RunTSNContextState
ITSNContextState <|.. StopTSNContextState
TSNContext o-- PortManager
TSNContext o--o ITSNContextState
TSNContext o-- Reactor
PortManager o-- IPort
PortManager ..> IEventHandler
PortManager ..> Reactor
Reactor *-- Selector
Reactor o-- IEventHandler
IEventHandler <|.. ReadEventHandler
IEventHandler <|.. WriteEventHandler
IEventHandler <|.. ConfigEventHandler
Selector ..> IPort
IEventHandler o-- IPort
IPortState <|.. CreationPortState
IPortState <|.. UpPortState
IPortState <|.. DownPortState
IPort o--o IPortState
@enduml | false | true | false | false | class |
f2a9a15a720af5d474793bc56fbb9a6e0f250130 | a6c6260c47cfd485d9efada5d5465f8e76fd9fd6 | /docs/Libgdx_ATC_Simulator/Prototype_Design/Class_Design/Class_Design.puml | 0b694a1ceace08f65e497f3414feb096a36463e5 | [
"MIT"
] | permissive | kellpossible/libgdx-atc-sim | de1a0c6bdf4aef62f81be8054bb6b0fef9169057 | b469ccc3245004d36a9e0f6d1d27651182ba2962 | refs/heads/master | 2020-03-16T21:28:47.083340 | 2019-07-03T04:29:20 | 2019-07-03T04:29:20 | 133,000,560 | 1 | 3 | MIT | 2019-07-03T04:29:21 | 2018-05-11T06:47:03 | Java | UTF-8 | PlantUML | false | false | 8,038 | puml | @startuml
package "pythagoras.d" {
class Vector3 {
+double x
+double y
+double z
}
}
package "PredictionLibrary" {
note as N
This package is a collection
of common classes used in both
the ATCSimulator and the
PredictionAlgorithm
end note
package "Vectors" {
class GeographicCoordinate {
+double getRadius()
+double getLatitude()
+double getLongitude()
}
class SphericalCoordinate {
+double getR()
+double getTheta()
+double getPhi()
}
class SphericalVelocity {
+double getDR()
+double getDTheta()
+double getDPhi()
}
class Projection {
+Vector3 transformPositionTo(GeographicCoordinate)
+GeographicCoordinate transformPositionFrom(Vector3)
+Vector3 transformVelocityTo(SphericalVelocity,GeographicCoordinate,Vector3)
+SphericalVelocity transformVelocityFrom(Vector3,GeographicCoordinate,Vector3)
}
class GnomonicProjection {
}
class Sphere {
+Sphere(double radius, Vector3 position)
+double getRadius()
+Vector3 getPosition()
+Vector3 intersect(Ray3)
}
class CircleSolver {
+Circle FromThreePoints(Vector3,Vector3,Vector3)
}
GnomonicProjection --|> Projection
GeographicCoordinate --|> SphericalCoordinate
SphericalCoordinate --|> Vector3
SphericalVelocity --|> Vector3
}
package "FlightData" {
class ISO8601
class Track {
TrackEntry[] trackEntries
String aircraftID
}
class Prediction {
GeographicCoordinate[]
Calendar time
String aircraftID
}
abstract class TrackLoader {
+Track load()
}
class SimulatorTrackLoader {
+SimulatorTrackLoader(fileName)
+Track load()
}
class ADSBTrackLoader {
+SimulatorTrackLoader(fileName)
+Track load()
}
class AircraftState {
+AircraftState(String aircraftID, GeographicCoordinate position,
SphericalVelocity velocity, float heading)
+setPosition(GeographicCoordinate)
+setVelocity(SphericalVelocity)
+setHeading(float heading)
+GeographicCoordinate getPosition()
+SphericalCoordinate getVelocity()
+float getHeading()
}
class SystemState {
Calendar time
AircraftState[] aircraftStates
}
abstract class SortableOrderedQueue {
+append(T)
+add(T)
+boolean addAll(ArrayList<T> collection)
+T poll()
+T peek()
+abstract void sort()
}
Track *-- AircraftState
TrackLoader -- Track
TrackLoader <|-- ADSBTrackLoader
TrackLoader <|-- SimulatorTrackLoader
}
package "NavData" {
class Airport
class Beacon
class DirectionalBeacon
class Fix
class ILS
class VOR
class Waypoint
Airport --|> Waypoint
Beacon --|> Waypoint
DirectionalBeacon --|> Waypoint
Fix --|> Waypoint
ILS --|> DirectionalBeacon
VOR --|> DirectionalBeacon
}
}
class ExternalCat62Server
class ExternalADSBServer
package "Prediction Service" as PredictionService <<Node>> {
class DataFeedDecoder
class DebugDataFeedClientThread
class Cat62Decoder
class ADSBDecoder
package "Engine" as PredictionPackage {
package "Algorithms" as AlgorithmsPackage {
package "Java" as JavaAlgorithmsPackage {
class JavaPredictionAlgorithm {
+static JavaPredictionAlgorithm getInstance(PredictionAlgorithmType)
+abstract Prediction makePrediction(Track)
}
class JavaPassthroughAlgorithm
class JavaLinear2dAlgorithm
class JavaCurvilinear2dAlgorithm
class JavaLinearAlgorithm
JavaPredictionAlgorithm <|-- JavaPassthroughAlgorithm
JavaPredictionAlgorithm <|-- JavaLinear2dAlgorithm
JavaPredictionAlgorithm <|-- JavaCurvilinear2dAlgorithm
JavaPredictionAlgorithm <|-- JavaLinearAlgorithm
}
package "OpenCL" as OpenCLAlgorithmsPackage {
class OpenCLPredictionAlgorithm
class OpenCLUtils
}
enum PredictionAlgorithmType {
}
JavaPredictionAlgorithm o-- PredictionAlgorithmType
OpenCLPredictionAlgorithm o-- PredictionAlgorithmType
}
package "Workers" as WorkersPackage {
class PredictionWorkerThread {
PredictionWorkerThread(workerID, predictionEngine)
void start()
}
class JavaPredictionWorkerThread
class OpenCLPredictionWorkerThread
PredictionWorkerThread <|-- JavaPredictionWorkerThread
PredictionWorkerThread <|-- OpenCLPredictionWorkerThread
}
class PredictionWorkItem {
String aircraftID
Track aircraftTrack
Prediction prediction
Calendar timeCreated
Calendar timeStarted
Calendar timeCompleted
boolean started
boolean completed
PredictionWorker worker
PredictionAlgorithmType algorithmType
}
class PredictionEngine {
Queue<PredictionWorkItem> todoQueue
ArrayList<PredictionWorkItem> doingList
}
interface PredictionEngineListener {
+workItemOverdue(PredictionWorkItem)
+predictionComplete(Prediction)
}
PredictionWorkerThread o-- PredictionWorkItem
PredictionWorkerThread o-- PredictionEngine
PredictionWorkItem o-- PredictionWorkerThread
PredictionEngine *-- PredictionWorkItem
PredictionEngine o-- PredictionEngineListener
}
class SystemStateDatabase {
+update(AircraftState)
+update(AircraftState[])
+getTrack(string aircraftID)
}
interface SystemStateDatabaseListener {
+systemStateUpdated(aircraftID[])
}
PredictionEngine ..|> SystemStateDatabaseListener
SystemStateDatabase o-- SystemStateDatabaseListener
class PredictionFeedServer
PredictionFeedServer ..|> PredictionEngineListener
DebugDataFeedClientThread o-down- SystemStateDatabase
Cat62Decoder -down-|> DataFeedDecoder
ADSBDecoder -down-|> DataFeedDecoder
SystemStateDatabase -left-o PredictionEngine
DataFeedDecoder <|-right- DebugDataFeedClientThread
}
package Display {
class PredictionFeedDecoder
class Display
PredictionFeedDecoder --o Display
}
package IntegrationTesting {
class TestAccuracy
}
package DebugDataFeed {
abstract class Scenario {
Calendar startTime
Calendar endTime
+SystemState getState(Calendar time)
}
class DataPlaybackThread {
-DataPlaybackListener[] listeners
+DataPlaybackThread(Scenario scenario, int rate)
+addListener(DataPlaybackListener)
+removeListener(DataPlaybackListener)
+public void run()
+public void start()
}
interface DataPlaybackListener {
+void onSystemUpdate(SystemState)
}
class DebugDataFeedServer
Scenario --o DataPlaybackThread
DataPlaybackThread o-- DataPlaybackListener
DebugDataFeedServer ..|> DataPlaybackListener
}
class "DebugDataFeed Request Protocol Buffer" as DebugDataFeedRequestProtocolBuffer {
}
class "DebugDataFeed Serve Protocol Buffer" as DebugDataFeedServeProtocolBuffer {
double aircraftPosition[3]
float aircraftSpeed
}
DebugDataFeedServer -down->DebugDataFeedClientThread
DebugDataFeedServer <-up- DebugDataFeedClientThread
(DebugDataFeedServer, DebugDataFeedClientThread) .. DebugDataFeedRequestProtocolBuffer
(DebugDataFeedServer, DebugDataFeedClientThread) .. DebugDataFeedServeProtocolBuffer
class "PredictionFeed Serve Protocol Buffer" as PredictionFeedServeProtocolBuffer {
}
class "PredictionFeed Request Protocol Buffer" as PredictionFeedRequestProtocolBuffer {
}
PredictionFeedServer -down-> PredictionFeedDecoder
PredictionFeedServer <-up- PredictionFeedDecoder
(PredictionFeedServer, PredictionFeedDecoder) .. PredictionFeedRequestProtocolBuffer
(PredictionFeedServer, PredictionFeedDecoder) .. PredictionFeedServeProtocolBuffer
PredictionFeedServer -down-> TestAccuracy
ExternalCat62Server -down-> Cat62Decoder
ExternalCat62Server <-down- Cat62Decoder
ExternalADSBServer -down-> ADSBDecoder
ExternalADSBServer <-down- ADSBDecoder
@enduml
| false | true | false | false | class |
9f8d9add00742725fc3ded96a0f1b29a6e9ff2f1 | 4a3d217f0b9a010ffec202f4896afb7265e23478 | /UML/layered_architecture.puml | d6a7a91ae7f8a415339ac78ca7fa25cef796786b | [] | no_license | VvWijhe/Cleanify | 9cdedc5a6c903039f7f05742b2f036deff91cdcf | 1ddf2c6f131efaf5a99105da0c616e10b2dd8355 | refs/heads/master | 2021-06-19T10:58:07.981410 | 2017-06-20T19:57:58 | 2017-06-20T19:57:58 | 81,064,227 | 0 | 0 | null | 2017-04-18T09:43:27 | 2017-02-06T08:21:18 | C++ | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
title Roomba Controller layered architecture
package "User Interface Layer" {
[Leds]
[Speaker]
}
package "System Control Layer" {
[FSM] #red
}
package "Subsystems Layer" {
[Wheels]
[Brush]
[Sensors]
}
package "Hardware Abstraction Layer" {
[Hardware IO]
}
[FSM] -down-> [Wheels]
[FSM] -down-> [Brush]
[FSM] -down-> [Sensors]
[FSM] -up-> [Leds]
[FSM] -up-> [Speaker]
[Leds] --> [Hardware IO]
[Wheels] --> [Hardware IO]
[Brush] --> [Hardware IO]
[Sensors] --> [Hardware IO]
[Speaker] --> [Hardware IO]
@enduml
| false | true | false | false | uml-unknown |
9498da119ce6bf26caa6b33d6e7359667f1c227d | f909f17d4cb60beccdebeef633a5fa52f5f9662e | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-all.puml | 5908988746e1ae3e3793ba4ba0d8387887105de1 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | turyusuf/platform | d53da6bdebb224239d4586fe8540b922faf30804 | ab1489c929d8f37a1c22489391edc27f78aff72c | refs/heads/master | 2023-02-06T14:00:18.084457 | 2020-12-31T11:32:04 | 2020-12-31T11:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 113,614 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreFrameworkLogLogEntryDefinition, "log_entry\n(Logs)") {
primary_key(id) id
message string
level int
channel string
context json
extra json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkApiAclRoleAclRoleDefinition, "acl_role\n(Acl role)") {
primary_key(id) id
not_null(createdAt) createdAt
updatedAt updatedAt
not_null(name) string
description longText
not_null(privileges) list
}
Table(ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition, "acl_user_role\n(M:N Mapping)") {
primary_key(userId) foreignKey
primary_key(aclRoleId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkAppAppDefinition, "app\n(Apps)") {
primary_key(id) id
not_null(name) string
not_null(path) string
author string
copyright string
license string
not_null(active) bool
not_null(configurable) bool
privacy string
not_null(version) string
iconRaw blob
icon string
appSecret string
modules list
cookies list
label translated
description translated
privacyPolicyExtensions translated
not_null(integrationId) foreignKey
not_null(aclRoleId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition, "app_translation\n((Translations))") {
not_null(label) string
description longText
privacyPolicyExtensions longText
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(appId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition, "app_action_button\n(App action buttons)") {
primary_key(id) id
not_null(entity) string
not_null(view) string
not_null(url) string
not_null(action) string
not_null(openNewTab) bool
label translated
not_null(appId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition, "app_action_button_translation\n((Translations))") {
not_null(label) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(appActionButtonId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkAppTemplateTemplateDefinition, "app_template\n(App templates)") {
primary_key(id) id
not_null(template) longText
not_null(path) string
not_null(active) bool
not_null(appId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemCustomFieldCustomFieldDefinition, "custom_field\n(CustomField configuration)") {
primary_key(id) id
not_null(name) string
not_null(type) string
config json
active bool
customFieldSetId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set\n(CustomField set/group)") {
primary_key(id) id
not_null(name) string
config json
active bool
global bool
position int
appId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition, "custom_field_set_relation\n(Set to entity relation)") {
primary_key(id) id
not_null(customFieldSetId) foreignKey
not_null(entityName) string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkEventEventActionEventActionDefinition, "event_action\n(Configurable event handling)") {
primary_key(id) id
not_null(eventName) string
not_null(actionName) string
config json
active bool
title string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition, "event_action_rule\n(M:N Mapping)") {
primary_key(eventActionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition, "event_action_sales_channel\n(M:N Mapping)") {
primary_key(eventActionId) foreignKey
primary_key(salesChannelId) foreignKey
}
Table(ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition, "dead_message\n(Failing messages)") {
primary_key(id) id
not_null(originalMessageClass) longText
not_null(serializedOriginalMessage) blob
not_null(handlerClass) longText
not_null(encrypted) bool
not_null(errorCount) int
not_null(nextExecutionTime) dateTime
not_null(exception) longText
not_null(exceptionMessage) longText
not_null(exceptionFile) longText
not_null(exceptionLine) int
scheduledTaskId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkMessageQueueMessageQueueStatsDefinition, "message_queue_stats\n(Stats)") {
primary_key(id) id
not_null(name) string
not_null(size) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkPluginPluginDefinition, "plugin\n(Plugin)") {
primary_key(id) id
not_null(baseClass) string
not_null(name) string
composerName string
not_null(autoload) json
active bool
managedByComposer bool
path string
author string
copyright string
license string
not_null(version) string
upgradeVersion string
installedAt dateTime
upgradedAt dateTime
iconRaw blob
icon string
label translated
description translated
manufacturerLink translated
supportLink translated
changelog translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition, "plugin_translation\n((Translations))") {
not_null(label) string
description longText
manufacturerLink string
supportLink string
changelog json
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(pluginId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkMessageQueueScheduledTaskScheduledTaskDefinition, "scheduled_task\n(Cron job)") {
primary_key(id) id
not_null(name) string
not_null(scheduledTaskClass) string
not_null(runInterval) int
not_null(status) string
lastExecutionTime dateTime
not_null(nextExecutionTime) dateTime
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemLanguageLanguageDefinition, "language\n(Language)") {
primary_key(id) id
parentId parentFk
not_null(localeId) foreignKey
translationCodeId foreignKey
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentSeoSeoUrlSeoUrlDefinition, "seo_url\n(Seo urls)") {
primary_key(id) id
salesChannelId foreignKey
not_null(languageId) foreignKey
not_null(foreignKey) id
not_null(routeName) string
not_null(pathInfo) string
not_null(seoPathInfo) string
isCanonical bool
isModified bool
isDeleted bool
url string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition, "seo_url_template\n(Template)") {
primary_key(id) id
salesChannelId foreignKey
not_null(entityName) string
not_null(routeName) string
template string
isValid bool
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentSeoMainCategoryMainCategoryDefinition, "main_category\n(Seo main category)") {
primary_key(id) id
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(categoryId) foreignKey
not_null(categoryVersionId) referenceVersion
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreFrameworkWebhookWebhookDefinition, "webhook\n(Webhooks)") {
primary_key(id) id
not_null(name) string
not_null(eventName) string
not_null(url) string
appId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel\n(Sales Channel)") {
primary_key(id) id
not_null(typeId) foreignKey
not_null(languageId) foreignKey
not_null(customerGroupId) foreignKey
not_null(currencyId) foreignKey
not_null(paymentMethodId) foreignKey
not_null(shippingMethodId) foreignKey
not_null(countryId) foreignKey
analyticsId foreignKey
not_null(navigationCategoryId) foreignKey
not_null(navigationCategoryVersionId) referenceVersion
navigationCategoryDepth int
footerCategoryId foreignKey
footerCategoryVersionId referenceVersion
serviceCategoryId foreignKey
serviceCategoryVersionId referenceVersion
mailHeaderFooterId foreignKey
hreflangDefaultDomainId foreignKey
name translated
shortName string
taxCalculationType string
not_null(accessKey) string
configuration json
active bool
hreflangActive bool
maintenance bool
maintenanceIpWhitelist list
customFields translated
paymentMethodIds manyToManyId
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition, "sales_channel_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition, "sales_channel_country\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(countryId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition, "sales_channel_currency\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(currencyId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition, "sales_channel_domain\n(Domain names of a sales)") {
primary_key(id) id
not_null(url) string
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
not_null(currencyId) foreignKey
not_null(snippetSetId) foreignKey
hreflangUseOnlyLocale bool
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition, "sales_channel_language\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition, "sales_channel_payment_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(paymentMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition, "sales_channel_shipping_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(shippingMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition, "sales_channel_type\n(Type)") {
primary_key(id) id
coverUrl string
iconName string
screenshotUrls list
name translated
manufacturer translated
description translated
descriptionLong translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition, "sales_channel_type_translation\n((Translations))") {
not_null(name) string
manufacturer string
description string
descriptionLong longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(salesChannelTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition, "sales_channel_analytics\n(Sales channel analytics)") {
primary_key(id) id
trackingId string
active bool
trackOrders bool
anonymizeIp bool
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemCountryCountryDefinition, "country\n(Country)") {
primary_key(id) id
name translated
iso string
position int
taxFree bool
active bool
shippingAvailable bool
iso3 string
displayStateInRegistration bool
forceStateInRegistration bool
companyTaxFree bool
checkVatIdPattern bool
vatIdPattern string
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state\n(Country state)") {
primary_key(id) id
not_null(countryId) foreignKey
not_null(shortCode) string
name translated
position int
active bool
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition, "country_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(countryStateId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition, "country_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(countryId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency\n(Currency)") {
primary_key(id) id
not_null(factor) float
not_null(symbol) string
not_null(isoCode) string
shortName translated
name translated
not_null(decimalPrecision) int
position int
isSystemDefault bool
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition, "currency_translation\n((Translations))") {
not_null(shortName) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(currencyId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemLocaleLocaleDefinition, "locale\n(A locale)") {
primary_key(id) id
not_null(code) string
name translated
territory translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition, "locale_translation\n((Translations))") {
not_null(name) string
not_null(territory) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(localeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition, "snippet_set\n(Sets of snippets)") {
primary_key(id) id
not_null(name) string
not_null(baseFile) string
not_null(iso) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSnippetSnippetDefinition, "snippet\n(Translation Strings)") {
primary_key(id) id
not_null(setId) foreignKey
not_null(translationKey) string
not_null(value) longText
not_null(author) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSalutationSalutationDefinition, "salutation\n(Salutation configuration)") {
primary_key(id) id
not_null(salutationKey) string
displayName translated
letterName translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition, "salutation_translation\n((Translations))") {
not_null(displayName) string
not_null(letterName) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(salutationId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemTaxTaxDefinition, "tax\n(Available tax settings)") {
primary_key(id) id
not_null(taxRate) float
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition, "tax_rule\n(Tax rules)") {
primary_key(id) id
not_null(taxRuleTypeId) foreignKey
not_null(countryId) foreignKey
not_null(taxRate) float
data json
not_null(taxId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition, "tax_rule_type\n(Tax rule types)") {
primary_key(id) id
not_null(technicalName) string
not_null(position) int
typeName translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition, "tax_rule_type_translation\n((Translations))") {
not_null(typeName) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(taxRuleTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemUnitUnitDefinition, "unit\n(Measuring unit)") {
primary_key(id) id
shortCode translated
name translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition, "unit_translation\n((Translations))") {
not_null(shortCode) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(unitId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemUserUserDefinition, "user\n(Administration/ Management Account user)") {
primary_key(id) id
not_null(localeId) foreignKey
avatarId foreignKey
not_null(username) string
not_null(password) password
not_null(firstName) string
not_null(lastName) string
title string
not_null(email) string
active bool
admin bool
customFields customFields
storeToken string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition, "user_access_key\n(oAuth access key)") {
primary_key(id) id
not_null(userId) foreignKey
not_null(accessKey) string
not_null(secretAccessKey) password
writeAccess bool
lastUsageAt dateTime
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition, "user_recovery\n(User / Account recovery process)") {
primary_key(id) id
not_null(hash) string
not_null(userId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemIntegrationIntegrationDefinition, "integration\n(O-Auth integration)") {
primary_key(id) id
not_null(label) string
not_null(accessKey) string
not_null(secretAccessKey) password
writeAccess bool
lastUsageAt dateTime
admin bool
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition, "integration_role\n(M:N Mapping)") {
primary_key(integrationId) foreignKey
primary_key(aclRoleId) foreignKey
}
Table(ShopwareCoreSystemStateMachineStateMachineDefinition, "state_machine\n(State machine)") {
primary_key(id) id
not_null(technicalName) string
name translated
customFields translated
initialStateId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineStateMachineTranslationDefinition, "state_machine_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(stateMachineId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition, "state_machine_state\n(State)") {
primary_key(id) id
not_null(technicalName) string
name translated
not_null(stateMachineId) foreignKey
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition, "state_machine_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(stateMachineStateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition, "state_machine_transition\n(State transition)") {
primary_key(id) id
not_null(actionName) string
not_null(stateMachineId) foreignKey
not_null(fromStateId) foreignKey
not_null(toStateId) foreignKey
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition, "state_machine_history\n(State transition history)") {
primary_key(id) id
not_null(stateMachineId) foreignKey
not_null(entityName) string
not_null(entityId) json
not_null(fromStateId) foreignKey
not_null(toStateId) foreignKey
transitionActionName string
userId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemSystemConfigSystemConfigDefinition, "system_config\n(System configuration)") {
primary_key(id) id
not_null(configurationKey) string
not_null(configurationValue) configurationValue
salesChannelId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemNumberRangeNumberRangeDefinition, "number_range\n(Number range)") {
primary_key(id) id
not_null(typeId) foreignKey
not_null(global) bool
name translated
description translated
not_null(pattern) string
not_null(start) int
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition, "number_range_sales_channel\n(M:N Mapping)") {
primary_key(id) id
not_null(numberRangeId) foreignKey
not_null(salesChannelId) foreignKey
numberRangeTypeId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition, "number_range_state\n(Current number range max value)") {
primary_key(id) id
not_null(numberRangeId) foreignKey
not_null(lastValue) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition, "number_range_type\n(Type)") {
primary_key(id) id
technicalName string
typeName translated
not_null(global) bool
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition, "number_range_type_translation\n((Translations))") {
not_null(typeName) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(numberRangeTypeId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition, "number_range_translation\n((Translations))") {
not_null(name) string
description string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(numberRangeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemTagTagDefinition, "tag\n(Taxonomy)") {
primary_key(id) id
not_null(name) string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentCategoryCategoryDefinition, "category\n(Category tree)") {
primary_key(id) id
primary_key(versionId) version
parentId parentFk
not_null(parentVersionId) referenceVersion
afterCategoryId foreignKey
not_null(afterCategoryVersionId) referenceVersion
mediaId foreignKey
not_null(displayNestedProducts) bool
autoIncrement int
breadcrumb translated
level treeLevel
path treePath
childCount childCount
not_null(type) string
not_null(productAssignmentType) string
visible bool
active bool
name translated
customFields translated
slotConfig translated
externalLink translated
description translated
metaTitle translated
metaDescription translated
keywords translated
cmsPageId foreignKey
productStreamId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition, "category_translation\n((Translations))") {
not_null(name) string
breadcrumb list
slotConfig json
externalLink string
description longText
metaTitle longText
metaDescription longText
keywords longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(categoryId) foreignKey
primary_key(languageId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition, "category_tag\n(M:N Mapping)") {
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentMediaMediaDefinition, "media\n(Media / Files)") {
primary_key(id) id
userId foreignKey
mediaFolderId foreignKey
mimeType string
fileExtension string
uploadedAt dateTime
fileName longText
fileSize int
mediaTypeRaw blob
metaData json
mediaType json
alt translated
title translated
url string
hasFile bool
private bool
customFields translated
thumbnailsRo blob
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition, "media_default_folder\n(Default folders)") {
primary_key(id) id
not_null(associationFields) list
not_null(entity) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition, "media_thumbnail\n(Generated Thumbnail)") {
primary_key(id) id
not_null(mediaId) foreignKey
not_null(width) int
not_null(height) int
url string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
TranslationTable(ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition, "media_translation\n((Translations))") {
title string
alt longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(mediaId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition, "media_folder\n(Folder structure)") {
primary_key(id) id
useParentConfiguration bool
not_null(configurationId) foreignKey
defaultFolderId foreignKey
parentId parentFk
childCount childCount
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition, "media_thumbnail_size\n(Generated Thumbnails)") {
primary_key(id) id
not_null(width) int
not_null(height) int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition, "media_folder_configuration\n(Configuration)") {
primary_key(id) id
createThumbnails bool
keepAspectRatio bool
thumbnailQuality int
private bool
noAssociation bool
mediaThumbnailSizesRo blob
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition, "media_folder_configuration_media_thumbnail_size\n(M:N Mapping)") {
primary_key(mediaFolderConfigurationId) foreignKey
primary_key(mediaThumbnailSizeId) foreignKey
}
Table(ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition, "media_tag\n(M:N Mapping)") {
primary_key(mediaId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentProductProductDefinition, "product\n(Product)") {
primary_key(id) id
primary_key(versionId) version
parentId parentFk
not_null(parentVersionId) referenceVersion
manufacturerId foreignKey
not_null(productManufacturerVersionId) referenceVersion
unitId foreignKey
not_null(taxId) foreignKey
coverId foreignKey
productMediaVersionId referenceVersion
deliveryTimeId foreignKey
not_null(price) price
not_null(productNumber) numberRange
not_null(stock) int
restockTime int
autoIncrement int
active bool
availableStock int
available bool
isCloseout bool
displayGroup string
configuratorGroupConfig json
mainVariantId foreignKey
variantRestrictions json
manufacturerNumber string
ean string
purchaseSteps int
maxPurchase int
minPurchase int
purchaseUnit float
referenceUnit float
shippingFree bool
purchasePrice float
markAsTopseller bool
weight float
width float
height float
length float
releaseDate dateTime
ratingAverage float
categoryTree list
propertyIds manyToManyId
optionIds manyToManyId
tagIds manyToManyId
listingPrices priceRulesJson
childCount childCount
blacklistIds blacklistRule
whitelistIds whitelistRule
customFieldSetSelectionActive bool
sales int
metaDescription translated
name translated
keywords translated
description translated
metaTitle translated
packUnit translated
packUnitPlural translated
customFields translated
variation list
featureSetId foreignKey
purchasePrices price
customSearchKeywords translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition, "product_category\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition, "product_custom_field_set\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(customFieldSetId) foreignKey
primary_key(productVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductTagProductTagDefinition, "product_tag\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition, "product_configurator_setting\n(The root product configurator.)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
mediaId foreignKey
not_null(optionId) foreignKey
price json
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition, "product_price\n(Staggered pricing)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(ruleId) foreignKey
not_null(price) price
not_null(quantityStart) int
quantityEnd int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition, "product_property\n(M:N Mapping)") {
primary_key(productId) foreignKey
not_null(productVersionId) referenceVersion
primary_key(optionId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition, "product_search_keyword\n(Search keywords)") {
primary_key(id) id
primary_key(versionId) version
not_null(languageId) foreignKey
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(keyword) string
not_null(ranking) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition, "product_keyword_dictionary\n(Search dictionary)") {
primary_key(id) id
not_null(languageId) foreignKey
not_null(keyword) string
reversed string
}
Table(ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition, "product_review\n(Product reviews)") {
primary_key(id) id
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
customerId foreignKey
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
externalUser string
externalEmail string
not_null(title) string
not_null(content) longText
points float
status bool
comment longText
updatedAt updatedAt
not_null(createdAt) createdAt
}
Table(ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition, "product_manufacturer\n(Manufacturer)") {
primary_key(id) id
primary_key(versionId) version
mediaId foreignKey
link string
name translated
description translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition, "product_manufacturer_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productManufacturerId) foreignKey
primary_key(languageId) foreignKey
primary_key(productManufacturerVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition, "product_media\n(Product media/images)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(mediaId) foreignKey
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
TranslationTable(ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition, "product_translation\n((Translations))") {
metaDescription string
not_null(name) string
keywords longText
description longText
metaTitle string
packUnit string
packUnitPlural string
customSearchKeywords list
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productId) foreignKey
primary_key(languageId) foreignKey
primary_key(productVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition, "product_option\n(M:N Mapping)") {
primary_key(productId) foreignKey
not_null(productVersionId) referenceVersion
primary_key(optionId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition, "product_category_tree\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition, "product_cross_selling\n(Cross selling products)") {
primary_key(id) id
not_null(name) translated
not_null(position) int
sortBy string
sortDirection string
not_null(type) string
active bool
limit int
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
productStreamId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition, "product_cross_selling_translation\n((Translations))") {
not_null(name) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productCrossSellingId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition, "product_cross_selling_assigned_products\n(Assigned Cross selling products)") {
primary_key(id) id
not_null(crossSellingId) foreignKey
not_null(productId) foreignKey
primary_key(productVersionId) referenceVersion
position int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition, "product_feature_set\n(Product feature sets)") {
primary_key(id) id
name translated
description translated
features json
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition, "product_feature_set_translation\n((Translations))") {
name string
description string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productFeatureSetId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductSalesChannelSortingProductSortingDefinition, "product_sorting\n(Product sorting)") {
primary_key(id) id
locked writeLockIndicator
not_null(key) string
not_null(priority) int
not_null(active) bool
not_null(fields) json
label translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition, "product_sorting_translation\n((Translations))") {
not_null(label) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productSortingId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition, "product_visibility\n(Visibility in sales channels)") {
primary_key(id) id
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(salesChannelId) foreignKey
not_null(visibility) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition, "delivery_time\n(Delivery time)") {
primary_key(id) id
not_null(name) translated
not_null(min) int
not_null(max) int
not_null(unit) string
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient\n(Newsletter recipient)") {
primary_key(id) id
not_null(email) string
title string
firstName string
lastName string
zipCode string
city string
street string
not_null(status) string
not_null(hash) string
customFields customFields
confirmedAt dateTime
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag\n(M:N Mapping)") {
primary_key(newsletterRecipientId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentRuleRuleDefinition, "rule\n(Rule)") {
primary_key(id) id
not_null(name) string
not_null(priority) int
description longText
payload blob
invalid bool
customFields customFields
moduleTypes json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition, "rule_condition\n(Rule condition)") {
primary_key(id) id
type string
not_null(ruleId) foreignKey
parentId parentFk
value json
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductStreamProductStreamDefinition, "product_stream\n(Product streams)") {
primary_key(id) id
apiFilter json
invalid bool
name translated
description translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition, "product_stream_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(productStreamId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition, "product_stream_filter\n(A Product stream filter term)") {
primary_key(id) id
not_null(productStreamId) foreignKey
parentId parentFk
not_null(type) string
field string
operator string
value longText
parameters json
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentProductExportProductExportDefinition, "product_export\n(Product exports)") {
primary_key(id) id
not_null(productStreamId) foreignKey
not_null(storefrontSalesChannelId) foreignKey
not_null(salesChannelId) foreignKey
not_null(salesChannelDomainId) foreignKey
not_null(currencyId) foreignKey
not_null(fileName) string
not_null(accessKey) string
not_null(encoding) string
not_null(fileFormat) string
includeVariants bool
not_null(generateByCronjob) bool
generatedAt dateTime
not_null(interval) int
headerTemplate longText
bodyTemplate longText
footerTemplate longText
pausedSchedule bool
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentPropertyPropertyGroupDefinition, "property_group\n(Property Group)") {
primary_key(id) id
name translated
description translated
not_null(displayType) string
not_null(sortingType) string
filterable bool
position translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition, "property_group_option\n(Property option)") {
primary_key(id) id
not_null(groupId) foreignKey
name translated
position translated
colorHexCode string
mediaId foreignKey
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition, "property_group_option_translation\n((Translations))") {
not_null(name) string
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(propertyGroupOptionId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition, "property_group_translation\n((Translations))") {
not_null(name) string
description longText
position int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(propertyGroupId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentCmsCmsPageDefinition, "cms_page\n(Content Page)") {
primary_key(id) id
name translated
not_null(type) string
entity string
config json
previewMediaId foreignKey
customFields translated
locked writeLockIndicator
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition, "cms_page_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(cmsPageId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition, "cms_section\n(Content Section)") {
primary_key(id) id
not_null(position) int
not_null(type) string
locked writeLockIndicator
name string
sizingMode string
mobileBehavior string
backgroundColor string
backgroundMediaId foreignKey
backgroundMediaMode string
cssClass string
not_null(pageId) foreignKey
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition, "cms_block\n(Content Block)") {
primary_key(id) id
not_null(position) int
not_null(type) string
locked writeLockIndicator
name string
sectionPosition string
marginTop string
marginBottom string
marginLeft string
marginRight string
backgroundColor string
backgroundMediaId foreignKey
backgroundMediaMode string
cssClass string
not_null(sectionId) foreignKey
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition, "cms_slot\n(Content Slot)") {
primary_key(id) id
primary_key(versionId) version
not_null(type) string
not_null(slot) string
locked writeLockIndicator
config translated
customFields translated
data json
not_null(blockId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition, "cms_slot_translation\n((Translations))") {
config configurationValue
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(cmsSlotId) foreignKey
primary_key(languageId) foreignKey
primary_key(cmsSlotVersionId) referenceVersion
}
Table(ShopwareCoreContentMailTemplateMailTemplateDefinition, "mail_template\n(Mail Template)") {
primary_key(id) id
not_null(mailTemplateTypeId) foreignKey
systemDefault bool
senderName translated
description translated
subject translated
contentHtml translated
contentPlain translated
customFields translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition, "mail_template_translation\n((Translations))") {
senderName string
description longText
not_null(subject) string
not_null(contentHtml) longText
not_null(contentPlain) longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(mailTemplateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition, "mail_template_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
availableEntities json
not_null(createdAt) createdAt
updatedAt updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition, "mail_template_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(mailTemplateTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel\n(M:N Mapping)") {
primary_key(id) id
not_null(mailTemplateId) foreignKey
not_null(salesChannelId) foreignKey
mailTemplateTypeId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media\n(M:N Mapping)") {
primary_key(id) id
not_null(mailTemplateId) foreignKey
not_null(languageId) foreignKey
not_null(mediaId) foreignKey
position int
}
Table(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer\n(Header/Footer content)") {
primary_key(id) id
systemDefault bool
name translated
description translated
headerHtml translated
headerPlain translated
footerHtml translated
footerPlain translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition, "mail_header_footer_translation\n((Translations))") {
not_null(name) string
description string
headerHtml longText
headerPlain longText
footerHtml longText
footerPlain longText
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(mailHeaderFooterId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition, "delivery_time_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(deliveryTimeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentImportExportImportExportProfileDefinition, "import_export_profile\n(File profile definition)") {
primary_key(id) id
name string
not_null(label) translated
systemDefault bool
not_null(sourceEntity) string
not_null(fileType) string
not_null(delimiter) string
not_null(enclosure) string
mapping json
config json
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition, "import_export_log\n(Change log)") {
primary_key(id) id
not_null(activity) string
not_null(state) string
not_null(records) int
userId foreignKey
profileId foreignKey
fileId foreignKey
invalidRecordsLogId foreignKey
username string
profileName string
not_null(config) json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition, "import_export_file\n(Import/Export file)") {
primary_key(id) id
not_null(originalName) string
not_null(path) string
not_null(expireDate) dateTime
size int
not_null(createdAt) createdAt
not_null(accessToken) string
updatedAt updatedAt
}
TranslationTable(ShopwareCoreContentImportExportImportExportProfileTranslationDefinition, "import_export_profile_translation\n((Translations))") {
label string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(importExportProfileId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer\n(The sales channel customer)") {
primary_key(id) id
not_null(groupId) foreignKey
not_null(defaultPaymentMethodId) foreignKey
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
lastPaymentMethodId foreignKey
not_null(defaultBillingAddressId) foreignKey
not_null(defaultShippingAddressId) foreignKey
autoIncrement int
not_null(customerNumber) numberRange
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
company string
password password
not_null(email) email
title string
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
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
not_null(zipcode) string
not_null(city) string
company string
not_null(street) string
department string
title string
vatId string
phoneNumber string
additionalAddressLine1 string
additionalAddressLine2 string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition, "customer_recovery\n(Customer recovery process)") {
primary_key(id) id
not_null(hash) string
not_null(customerId) foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group\n(Customer groups)") {
primary_key(id) id
name translated
displayGross bool
customFields translated
registrationActive bool
registrationTitle translated
registrationIntroduction translated
registrationOnlyCompanyRegistration translated
registrationSeoMetaDescription translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition, "customer_group_registration_sales_channels\n(M:N Mapping)") {
primary_key(customerGroupId) foreignKey
primary_key(salesChannelId) foreignKey
not_null(createdAt) createdAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag\n(M:N Mapping)") {
primary_key(customerId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutDocumentDocumentDefinition, "document\n(Document)") {
primary_key(id) id
not_null(documentTypeId) foreignKey
not_null(fileType) string
referencedDocumentId foreignKey
not_null(orderId) foreignKey
documentMediaFileId foreignKey
not_null(orderVersionId) referenceVersion
not_null(config) json
sent bool
static bool
not_null(deepLinkCode) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition, "document_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
not_null(createdAt) createdAt
updatedAt updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition, "document_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(documentTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition, "document_base_config\n(Configuration)") {
primary_key(id) id
not_null(documentTypeId) foreignKey
logoId foreignKey
not_null(name) string
filenamePrefix string
filenameSuffix string
not_null(global) bool
documentNumber numberRange
config json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition, "document_base_config_sales_channel\n(SalesChannel Configuration)") {
primary_key(id) id
not_null(documentBaseConfigId) foreignKey
salesChannelId foreignKey
documentTypeId foreignKey
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderOrderDefinition, "order\n(Order root table)") {
primary_key(id) id
primary_key(versionId) version
autoIncrement int
orderNumber numberRange
not_null(billingAddressId) foreignKey
not_null(billingAddressVersionId) referenceVersion
not_null(currencyId) foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(orderDateTime) dateTime
orderDate date
price cartPrice
amountTotal float
amountNet float
positionPrice float
taxStatus string
shippingCosts calculatedPrice
shippingTotal float
not_null(currencyFactor) float
deepLinkCode string
affiliateCode string
campaignCode string
customerComment longText
not_null(stateId) stateMachineState
ruleIds list
customFields customFields
createdById createdBy
updatedById updatedBy
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition, "order_address\n(Order address)") {
primary_key(id) id
primary_key(versionId) version
not_null(countryId) foreignKey
countryStateId foreignKey
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
not_null(street) string
not_null(zipcode) string
not_null(city) string
company string
department string
title string
vatId string
phoneNumber string
additionalAddressLine1 string
additionalAddressLine2 string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer\n(Order customer)") {
primary_key(id) id
primary_key(versionId) version
customerId foreignKey
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(email) string
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
company string
title string
customerNumber string
customFields customFields
remoteAddress remoteAddress
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition, "order_delivery\n(Delivery)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(shippingOrderAddressId) foreignKey
not_null(shippingOrderAddressVersionId) referenceVersion
not_null(shippingMethodId) foreignKey
not_null(stateId) stateMachineState
not_null(trackingCodes) list
not_null(shippingDateEarliest) dateTime
not_null(shippingDateLatest) dateTime
shippingCosts calculatedPrice
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition, "order_delivery_position\n(Delivery position)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderDeliveryId) foreignKey
not_null(orderDeliveryVersionId) referenceVersion
not_null(orderLineItemId) foreignKey
not_null(orderLineItemVersionId) referenceVersion
price calculatedPrice
unitPrice float
totalPrice float
quantity int
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition, "order_line_item\n(Order line item)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
productId foreignKey
not_null(productVersionId) referenceVersion
parentId parentFk
not_null(parentVersionId) referenceVersion
coverId foreignKey
not_null(identifier) string
referencedId string
not_null(quantity) int
not_null(label) string
payload json
good bool
removable bool
stackable bool
not_null(position) int
not_null(price) calculatedPrice
priceDefinition priceDefinition
unitPrice float
totalPrice float
description string
type string
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition, "order_tag\n(M:N Mapping)") {
primary_key(orderId) foreignKey
primary_key(orderVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition, "order_transaction\n(Order transaction)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(paymentMethodId) foreignKey
not_null(amount) calculatedPrice
not_null(stateId) stateMachineState
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method\n(Payment method)") {
primary_key(id) id
pluginId foreignKey
handlerIdentifier string
name translated
description translated
position int
active bool
afterOrderEnabled bool
customFields translated
availabilityRuleId foreignKey
mediaId foreignKey
formattedHandlerIdentifier string
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition, "payment_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(paymentMethodId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionPromotionDefinition, "promotion\n(Discounts with settings)") {
primary_key(id) id
name translated
not_null(active) bool
validFrom dateTime
validUntil dateTime
maxRedemptionsGlobal int
maxRedemptionsPerCustomer int
not_null(exclusive) bool
code string
not_null(useCodes) bool
not_null(useIndividualCodes) bool
individualCodePattern string
not_null(useSetGroups) bool
customerRestriction bool
orderCount int
ordersPerCustomerCount json
exclusionIds list
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel\n(Promotion configuration)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(salesChannelId) foreignKey
not_null(priority) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition, "promotion_individual_code\n(Individual promotion codes)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(code) string
payload json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition, "promotion_discount\n(Discounts)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(scope) string
not_null(type) string
not_null(value) float
not_null(considerAdvancedRules) bool
maxValue float
sorterKey string
applierKey string
usageKey string
pickerKey string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") {
primary_key(discountId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition, "promotion_setgroup\n(Promotion set groups)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(packagerKey) string
not_null(sorterKey) string
not_null(value) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition, "promotion_setgroup_rule\n(M:N Mapping)") {
primary_key(setgroupId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition, "promotion_order_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(customerId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition, "promotion_persona_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition, "promotion_cart_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") {
not_null(name) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(promotionId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition, "promotion_discount_prices\n(Promotion discounts)") {
primary_key(id) id
not_null(discountId) foreignKey
not_null(currencyId) foreignKey
not_null(price) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method\n(Shipping method)") {
primary_key(id) id
name translated
active bool
customFields translated
not_null(availabilityRuleId) foreignKey
mediaId foreignKey
not_null(deliveryTimeId) foreignKey
not_null(taxType) string
taxId foreignKey
description translated
trackingUrl translated
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition, "shipping_method_tag\n(M:N Mapping)") {
primary_key(shippingMethodId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition, "shipping_method_price\n(Prices of a shipping method)") {
primary_key(id) id
not_null(shippingMethodId) foreignKey
ruleId foreignKey
calculation int
calculationRuleId foreignKey
quantityStart float
quantityEnd float
currencyPrice price
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
TranslationTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition, "shipping_method_translation\n((Translations))") {
not_null(name) string
description longText
trackingUrl longText
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(shippingMethodId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareStorefrontThemeThemeDefinition, "theme\n(Storefront themes)") {
primary_key(id) id
technicalName string
not_null(name) string
not_null(author) string
description translated
labels translated
helpTexts translated
customFields translated
previewMediaId foreignKey
parentThemeId foreignKey
baseConfig json
configValues json
not_null(active) bool
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
TranslationTable(ShopwareStorefrontThemeAggregateThemeTranslationDefinition, "theme_translation\n((Translations))") {
description string
labels json
helpTexts json
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(themeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition, "theme_sales_channel\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
not_null(themeId) foreignKey
}
Table(ShopwareStorefrontThemeAggregateThemeMediaDefinition, "theme_media\n(M:N Mapping)") {
primary_key(themeId) foreignKey
primary_key(mediaId) foreignKey
}
' relationshipd
ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition
ShopwareCoreFrameworkAppAppDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition
ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition
ShopwareCoreSystemUserUserDefinition --> ShopwareCoreFrameworkApiAclRoleAclUserRoleDefinition
ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreSystemIntegrationIntegrationDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkAppTemplateTemplateDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreFrameworkWebhookWebhookDefinition --> ShopwareCoreFrameworkAppAppDefinition
ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkAppAggregateAppTranslationAppTranslationDefinition
ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition --> ShopwareCoreFrameworkAppAggregateActionButtonActionButtonDefinition
ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkAppAggregateActionButtonTranslationActionButtonTranslationDefinition
ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreSystemCustomFieldCustomFieldDefinition
ShopwareCoreSystemCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition
ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition --> ShopwareCoreSystemCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition
ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition --> ShopwareCoreFrameworkEventEventActionEventActionDefinition
ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition --> ShopwareCoreFrameworkEventEventActionEventActionDefinition
ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreFrameworkEventEventActionAggregateEventActionRuleEventActionRuleDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreFrameworkEventEventActionAggregateEventActionSalesChannelEventActionSalesChannelDefinition
ShopwareCoreFrameworkMessageQueueScheduledTaskScheduledTaskDefinition --> ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition
ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition
ShopwareCoreSystemLanguageLanguageDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemLocaleLocaleDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentSeoSeoUrlSeoUrlDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentImportExportImportExportProfileTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareStorefrontThemeAggregateThemeTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoSeoUrlTemplateSeoUrlTemplateDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreContentSeoMainCategoryMainCategoryDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSystemConfigSystemConfigDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelAnalyticsSalesChannelAnalyticsDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition
ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreSystemUserUserDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreSystemSnippetSnippetDefinition --> ShopwareCoreSystemSnippetAggregateSnippetSetSnippetSetDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemTaxTaxDefinition
ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition --> ShopwareCoreSystemTaxTaxDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemTaxTaxDefinition
ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTaxRuleDefinition
ShopwareCoreSystemTaxAggregateTaxRuleTypeTranslationTaxRuleTypeTranslationDefinition --> ShopwareCoreSystemTaxAggregateTaxRuleTypeTaxRuleTypeDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreSystemIntegrationIntegrationDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition
ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareStorefrontThemeThemeDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareStorefrontThemeAggregateThemeMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentSeoSeoUrlSeoUrlDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCustomFieldSetProductCustomFieldSetDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition
ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreContentProductAggregateProductReviewProductReviewDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition
ShopwareCoreContentProductStreamProductStreamDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition
ShopwareCoreContentProductAggregateProductCrossSellingAssignedProductsProductCrossSellingAssignedProductsDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition
ShopwareCoreContentProductAggregateProductCrossSellingTranslationProductCrossSellingTranslationDefinition --> ShopwareCoreContentProductAggregateProductCrossSellingProductCrossSellingDefinition
ShopwareCoreContentProductAggregateProductFeatureSetTranslationProductFeatureSetTranslationDefinition --> ShopwareCoreContentProductAggregateProductFeatureSetProductFeatureSetDefinition
ShopwareCoreContentProductSalesChannelSortingProductSortingTranslationDefinition --> ShopwareCoreContentProductSalesChannelSortingProductSortingDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition
ShopwareCoreSystemDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreSystemDeliveryTimeDeliveryTimeDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition
ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition
ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition --> ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition
ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreContentImportExportImportExportProfileDefinition
ShopwareCoreContentImportExportImportExportProfileTranslationDefinition --> ShopwareCoreContentImportExportImportExportProfileDefinition
ShopwareCoreContentImportExportAggregateImportExportFileImportExportFileDefinition --> ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition
ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition --> ShopwareCoreContentImportExportAggregateImportExportLogImportExportLogDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerRecoveryCustomerRecoveryDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupRegistrationSalesChannelCustomerGroupRegistrationSalesChannelDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareStorefrontThemeAggregateThemeTranslationDefinition --> ShopwareStorefrontThemeThemeDefinition
ShopwareStorefrontThemeAggregateThemeSalesChannelDefinition --> ShopwareStorefrontThemeThemeDefinition
ShopwareStorefrontThemeAggregateThemeMediaDefinition --> ShopwareStorefrontThemeThemeDefinition
ShopwareStorefrontThemeThemeDefinition --> ShopwareStorefrontThemeThemeDefinition
@enduml
| false | true | false | false | sequence |
6289fa5fffabf9d6377a7a62c084c0a2253f730a | e0b40d42acd224953620a65e9717c65113cb73eb | /ejercicio2.puml | 05c81545b936c2394fae3e56cf7e83d4f4131c27 | [] | no_license | Manumk13/plantuml | 7becd38505f4edf5d3f59441b59934e7baa474f2 | 8102d2fc70475fc421ca6ad3bcf91d1b032045bb | refs/heads/master | 2022-08-21T00:09:20.781549 | 2020-05-13T20:22:41 | 2020-05-13T20:22:41 | 263,733,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 757 | puml | @startuml
actor Cliente
Cliente -> Pedido: 1: RealizaPedido
Pedido -> Cliente: 1.1: buscaCliente
Pedido -> Producto : 1.2: recuperarProductos
Pedido <-- Producto : 1.3: listaProductos
deactivate Producto
Cliente <- Pedido : 1.3.1: muestraProductos
deactivate Pedido
Cliente <-- Pedido : 1.1.1: pedirDatos
Cliente -> Pedido : 1.1.2: introducirDatos
Pedido -> Cliente: 1.1.2.1: crearCliente
deactivate Pedido
Cliente -> Pedido++: 2: seleccionarProducto
Cliente <- Producto : 2.2: muestraDatosProducto
Cliente -> Pedido: 3: confirmarPedido
Cliente <- Pedido: 3.1: muestraIDPedido
deactivate Pedido
Cliente -> Pedido : 3.2: cancelarPedido
destroy Pedido
Cliente -> Producto: 3.3: confirmarSelección
@enduml | false | true | true | false | sequence |
93380b6247cfe37f02b5c662f39c39699d23cb72 | c21428efd767183949aa9456ad7ad800638bbd44 | /docs/system.puml | fadeb8f2e832b9fa1f274097d80975f4688514de | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | heavymoons/lamblog | 621ec29013a25c7d52d53a73e32779a15c1c8216 | 1d1bece090acedc043390fe9288998177244a833 | refs/heads/master | 2020-11-30T14:23:24.109732 | 2020-01-02T09:07:45 | 2020-01-02T09:07:45 | 230,416,035 | 0 | 0 | MIT | 2020-01-02T09:07:46 | 2019-12-27T09:41:53 | Ruby | UTF-8 | PlantUML | false | false | 254 | puml | @startuml
[Lambda]
[API Gateway HTTP API] as [API Gateway]
[CloudFront]
[S3]
[Client]
[Lamblog]
[Lambda] <-- [API Gateway]
[S3] <-- [CloudFront]
[Lamblog] <-- [Lambda]
[Lamblog] <--> [S3]
[API Gateway] <-- [CloudFront]
[Client] -> [CloudFront]
@enduml | false | true | false | false | uml-unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.