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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ff826cb240d9f0c0f0947deb6c239f35b104603b | 01394343d209802d44d52bf7582b4fa0ba38205d | /doc/class.plantuml | d2725898e50543dc247bcb4e05838633b04a1c42 | [] | no_license | led-sudare/sudare_package | 9b84410a4971b98bbd909f28a71a466f908a3849 | 7b071b383e686b7fd10f4e566ec11a1dd547674c | refs/heads/master | 2020-06-22T23:39:10.576317 | 2019-08-03T20:58:34 | 2019-08-03T20:58:34 | 198,432,537 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 971 | plantuml | @startuml
title sudare package
class rectangular {
- width: int
- height: int
- depth: int
- m: vector<char>
+ clear()
+ set(int x, int y, int z, rgb color)
+ getNN(int x, int y, int z)
+ getBL(int x, int y, int z)
}
class polar {
- angles: int
- radius: int
- height: int
- m: vector<char>
+ clear()
+ set(int a, int r, int h, rgb color)
+ data(int a, int r, int h)
}
class converter {
+ operator(rectangular, polar)
}
class bilinear_converter
class nearest_neighbor_converter
bilinear_converter --|> converter
nearest_neighbor_converter --|> converter
class publisher {
+ operator(char*, size_t)
}
class spi_publisher
class zmq_publisher
spi_publisher --|> publisher
zmq_publisher --|> publisher
class controller {
- conv: converter
- pub: publisher
- rect: rectangular
- pol: polar
+ send()
}
controller -l- "1" converter
controller -r- "1" publisher
controller -d- "1" polar
controller -d- "1" rectangular
@enduml | false | true | false | false | class |
180d32c3820dce08ca8f811d1eba36bf29976363 | a63ca84ef66ccd4efda6dfb17526735cff816c4d | /images/slfj4-binding/slf4j-bind-log4j.puml | 03d060f3401a84341c24b483e4d2113d842c6456 | [] | no_license | crazyacking/skyao.github.io | a1ef9e385244d6c4b7e57703a1126704cb27c5a3 | 9a3d437c896aed6a183042256f3617896423eda6 | refs/heads/master | 2021-01-12T12:03:52.224150 | 2016-04-13T13:24:25 | 2016-04-13T13:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,550 | puml | @startuml
hide footbox
title Slf4j Binding (log4j)
actor BusinessCode
box "slf4j-api"
participant Logger
participant LoggerFactory
end box
box "slf4j-log4j12"
participant StaticLoggerBinder #red
participant Log4jLoggerFactory
participant Log4jLoggerAdapter
participant Log4jLogger
end box
BusinessCode -> LoggerFactory: getLogger()
group bind
create StaticLoggerBinder
LoggerFactory -> StaticLoggerBinder: classloader look up
LoggerFactory -> StaticLoggerBinder: getSingleton()
create Log4jLoggerFactory
StaticLoggerBinder -> Log4jLoggerFactory : create
Log4jLoggerFactory --> StaticLoggerBinder
StaticLoggerBinder --> LoggerFactory
end
LoggerFactory -> StaticLoggerBinder: getLoggerFactory()
StaticLoggerBinder --> LoggerFactory: return Log4jLoggerFactory
LoggerFactory -> Log4jLoggerFactory: getLogger()
create Log4jLogger
Log4jLoggerFactory -> Log4jLogger : create Log4jLogger
create Log4jLoggerAdapter
Log4jLoggerFactory -> Log4jLoggerAdapter : create Log4jLoggerAdapter
Log4jLoggerFactory -> Log4jLoggerFactory: adapt Log4jLogger to Log4jLoggerAdapter
Log4jLoggerFactory -> Log4jLoggerFactory: convert Log4jLoggerAdapter to Logger
Log4jLoggerFactory --> LoggerFactory : return logger instance
LoggerFactory --> BusinessCode: return logger instance
BusinessCode -> Logger: debug()
Logger -> Log4jLoggerAdapter: debug()
Log4jLoggerAdapter -> Log4jLogger: debug()
note left: delegate to log4j
Log4jLogger --> Log4jLoggerAdapter
Log4jLoggerAdapter --> Logger
Logger --> BusinessCode
@enduml | false | true | false | false | usecase |
c0f1653ceef90ab6ef93112802cbec7536e4b469 | b5ebf1d406a6e64564427ffd578ab402a10fe079 | /sequence_diagram.puml | 77788c9492e1723253d6221dd82bc95c65163918 | [] | no_license | abdeldouichi/sample-plantuml | 94c71f6330ae46acef32ee91f9befed25ce28471 | 25dc97cbf300bacf9dad4cfbc91ef872bf771ab1 | refs/heads/master | 2021-01-05T21:58:42.715951 | 2020-08-05T05:30:22 | 2020-08-05T05:30:22 | 241,148,061 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,539 | puml | @startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
actor "<u>: Employé</u>" as Client
Client -> "<u>:SGB</u>": EffectuerVirement(id, noC1, noC2n mnt)
activate Client
activate "<u>:SGB</u>"
"<u>:SGB</u>" -> "<u>:SGB</u>": chercherClient(id)
"<u>:SGB</u>" --> "<u>:SGB</u>": client
"<u>:SGB</u>" -> "<u>client1:Client</u>" : compte(noC1)
activate "<u>client1:Client</u>"
"<u>:SGB</u>" <-- "<u>client1:Client</u>" : c1
deactivate "<u>client1:Client</u>"
"<u>:SGB</u>" -> "<u>client1:Client</u>" : compte(noC2)
activate "<u>client1:Client</u>"
"<u>:SGB</u>" <-- "<u>client1:Client</u>" : c2
deactivate "<u>client1:Client</u>"
"<u>:SGB</u>" -> "<u>virement1:Virement</u>" : Virement(c1,c2,mnt)
activate "<u>virement1:Virement</u>"
"<u>:SGB</u>" <-- "<u>virement1:Virement</u>" : virement1
deactivate "<u>virement1:Virement</u>"
"<u>:SGB</u>" -> "<u>virement1:Virement</u>" : effectuer()
activate "<u>virement1:Virement</u>"
"<u>virement1:Virement</u>" -> "<u>c1:Compte</u>" : retirer(mnt)
activate "<u>c1:Compte</u>"
"<u>virement1:Virement</u>" <-- "<u>c1:Compte</u>" : true
deactivate "<u>c1:Compte</u>"
"<u>virement1:Virement</u>" -> "<u>c1:Compte</u>" : déposer(mnt)
activate "<u>c1:Compte</u>"
"<u>virement1:Virement</u>" <-- "<u>c1:Compte</u>" : true
deactivate "<u>c1:Compte</u>"
"<u>:SGB</u>" <-- "<u>virement1:Virement</u>" : true
deactivate "<u>virement1:Virement</u>"
"<u>:SGB</u>" --> Client : true
deactivate Client
deactivate "<u>:SGB</u>"
@enduml | false | true | true | false | usecase |
96cf9fd070291a98676d77a139b0b285b06707c3 | eb70c9d0d749bc70ccc1867a508b9053bc190a06 | /dds/doc/diagram-design/sequence.puml | dae9bfe0670b538f8c7ce92fd926f3b7806a4fc0 | [
"Apache-2.0"
] | permissive | keivanh/SOSS-DDS | 05ee34ae9d9b4135117c7e116104742ff1d3fcb0 | a19e68abf33400a4dac4b7454c1562e29c13572e | refs/heads/master | 2022-12-10T19:29:50.508294 | 2019-10-31T09:32:11 | 2019-10-31T09:32:11 | 292,014,424 | 0 | 0 | Apache-2.0 | 2020-09-01T14:05:16 | 2020-09-01T14:05:15 | null | UTF-8 | PlantUML | false | false | 1,930 | puml | @startuml
actor other_sh
actor core
participant SystemHandle
participant Participant
participant Publisher
participant Subscriber
participant Conversion
participant dtparser
entity dds
== initialization ==
core -> SystemHandle: configure
activate SystemHandle
SystemHandle -> Participant: __init__()
SystemHandle -> dtparser: load()
activate dtparser
SystemHandle <-- dtparser: dynamic_types
deactivate dtparser
SystemHandle -> Participant: register_dynamic_type()
activate Participant
Participant -> Participant: register_type()
SystemHandle <-- Participant: status
deactivate Participant
core <-- SystemHandle: status
deactivate SystemHandle
core -> SystemHandle: advertise
activate SystemHandle
SystemHandle -> Publisher: __init__()
core <-- SystemHandle: TopicPublisher
deactivate SystemHandle
core -> SystemHandle: subscribe
activate SystemHandle
SystemHandle -> Subscriber: __init__()
core <-- SystemHandle: status
deactivate SystemHandle
core -> SystemHandle: spin_once
activate SystemHandle
core <-- SystemHandle: status
deactivate SystemHandle
== to dds ==
other_sh -> Publisher: publish()
activate Publisher
Publisher -> Conversion: soss_to_dds()
activate Conversion
Publisher <-- Conversion: dds_topic
deactivate Conversion
Publisher -[#0000FF]> dds: send_to_dds()
other_sh <-- Publisher: status
deactivate Publisher
== from dds ==
dds -[#0000FF]> Subscriber: receive_from_dds()
activate Subscriber
Subscriber -> Conversion: dds_to_soss()
activate Conversion
Subscriber <-- Conversion: soss_topic
deactivate Conversion
Subscriber -> other_sh: soss_subscription_cb
deactivate Subscriber
== destruction ==
core -> SystemHandle: __destroy__()
activate SystemHandle
SystemHandle -> Subscriber: __destroy__()
SystemHandle -> Publisher: __destroy__()
SystemHandle -> Participant: __destroy__()
activate Participant
Participant -> Participant: unregister_type()
deactivate Participant
deactivate SystemHandle
@enduml
| false | true | false | false | sequence |
9dc90ad7ac7d2221aec2f0ba14eb235f43b4360c | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /serviceSchema/sdWan/uml/sdWanModel.puml | d4c7652522e0be1b68fddc634dc6bb071648bcad | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 1,993 | puml | @startuml
left to right direction
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
ClassBorderColor<<ServiceSpecification>> FireBrick
}
class SdWanUni {
administrativeState: AdminState[1]
operationalState: OperationalState[1]
uniIdentifier: Identifier45[1]
l2Interface: L2Interface[1]
maxL2FrameSize: Integer[1]
ipv4ConnectionAddressing: Ipv4ConnectionAddressing[0..1]
ipv6ConnectionAddressing: Ipv6ConnectionAddressing[0..1]
routingProtocols: RoutingProtocols[*]
swvcEndPoint: SwVcEndPoint[0..1]
availabilityObjective: AvailabilityObjective[1]
meanTimeToRepairObjective: MeanTimeToRepairObjective[1]
}
class SwVcEndPoint {
administrativeState: AdminState[1]
operationalState: OperationalState[1]
endPointIdentifier: Identifier45[1]
policyMap: PolicyMap[*]
sdWanUni: SdWanUni[1]
ucsEndPointList: UcsEndPoint[1..*]
networkAddressTranslation: NetworkAddressTranslation[0..1]
}
class SwVc {
administrativeState: AdminState [1]
operationalState: OperationalState [1]
identifier: String [1]
endPointList: SwVcEndPoint [2..*]
ucsList: Ucs [1..*]
reservedPrefixes: Ipv4OrIpv6Prefix [*]
zoneList: Zone [1..*]
virtualTopologyList: VirtualTopology [*]
performanceTimeIntervals: PerformanceTimeIntervals [0..1]
performanceObjectivesReportingPeriods: ServicePerformanceObjectivesReportingPeriods [0..1]
rateLimiterList: RateLimiter [*]
securityPolicyList: SecurityPolicy [*]
applicationFlowBusinessImportanceLevels: ApplicationFlowBusinessImportanceLevels [*]
policyList: PolicyMap[*]
applicationFlowSpecificationGroup: ApplicationFlowSpecificationGroup [*]
applicationFlowSpecificationList: ApplicationFlowSpecification [0..1]
}
SwVcEndPoint "2..*" <--* "1" SwVc
SdWanUni "1" o--> "0..1" SwVcEndPoint
@enduml | false | true | false | false | class |
078a75243abcd2ee8a58ad5f9ffcb7094f069f08 | e8981144d9288703b37625d4e14b9e7ff5c1e8a9 | /Sequence-mobile-Resident-Varsle.plantuml | 27ba6e04c7dd4ce1e80467779002f847beca5b0c | [] | no_license | Brannersrud/Nabovarsel_UML | 5bb8c0c0ed371d544965c46ecc0bc4aaf70b0381 | 91b63000f3d46df7490bf2b6c882529fa4dea34e | refs/heads/master | 2021-01-08T19:23:53.310583 | 2020-03-20T11:49:21 | 2020-03-20T11:49:21 | 242,120,196 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 793 | plantuml | @startuml Resident send notification
actor Resident
participant Frontend
participant API
database Database
group Send alert
activate Frontend
Resident -> Frontend : Press "Varsle"
Frontend -> API : Request page
activate API
API -> Frontend : Opens page
deactivate API
Resident -> Frontend : Choose theme
Resident -> Frontend : Write inputs
Resident -> Frontend : Presses "Confirm"
Frontend -> API : Confirming message
activate API
alt Confirmed
API -> Database : Save message
activate Database
Database -> API : Confirm saved
deactivate Database
API -> Frontend : Display confirmation
else Denied
API -> Frontend : Display error message
deactivate API
end
end
@enduml | false | true | false | false | sequence |
047f30d7d993551ce7474b89fa7474e4b09036a6 | b4f12bc86f94818e00e24c8ad164d282f6ef1e8e | /uml/OrderClass.puml | 1b792c6c13107b88eb8f91a70cbf1ccc625a7460 | [] | no_license | nange77456/OrderingSystem-Chef | a90ad55cf74ee07db9c2a54d50d5358aaaa9a2bd | e8a4dd75a60cecf93578291d09abe8fb1c192579 | refs/heads/main | 2023-05-24T12:24:23.555084 | 2021-06-15T09:45:46 | 2021-06-15T09:45:46 | 358,181,814 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 908 | puml | @startuml
'https://plantuml.com/class-diagram
skinparam classAttributeIconSize 0
class Order{
-id : String
-customerID : String
-takeFoodCode : String
-createTime : long
-finishTime : long
-dishData : List<OrderDishDetail>
-totalPrice : float
}
class OrderDishDetail{
-dish : Dish
-num : int
}
class OrderViewModel{
+orderData : MutableLiveData<List<Order>>
+requestOrderData() : void
+requestFinishOrder() : void
+sendTakeFoodMsg() : void
}
class OrderFragment{
-viewModel : OrderViewModel
-adapter : OrderAdapter
+requestOrderData() : List<Order>
+requestFinishOrder() : int
}
abstract class ViewModel
OrderFragment --> OrderAdapter
OrderAdapter "1"-->"*" Order
OrderFragment --> OrderViewModel
OrderViewModel --> MutableLiveData
MutableLiveData "1"-->"*" Order
OrderViewModel --|> ViewModel
Order "1"-->"*" OrderDishDetail
@enduml | false | true | false | false | class |
43bfab4bbd746c31dd3360d91128083d576ad9b0 | be3a5e5be36aa341c28c3596bd657f3b580819dd | /exercise44/docs/diagram.puml | 2c76972d6454ed9bb0c1c0db7ae3c138cfc9f851 | [] | no_license | pothyn/davis-a04 | 2588076f633cbee2966b4c9ce383136d72c0cf70 | 0203cf78ee7c60af7e1c395209648e630e8057c8 | refs/heads/main | 2023-08-21T22:08:59.967163 | 2021-10-15T16:21:37 | 2021-10-15T16:21:37 | 415,346,543 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 524 | puml | @startuml
class Solution44 {
'attributes
-in: Scanner
-fileName: File
'methods
+jsonToProduct(): ArrayList<Product>
+checkName(String name, ArrayList<Product>): int (index)
+takeNameInput(): String
+getProductInfo(): String
}
class Product {
'attributes
-name: String
-price: double
-quantity: int
'methods
+Product(String name, double price, int quantity)
+getName(): String
+getPrice(): double
+getQuantity(): int
}
Solution44 --* Product
@enduml | false | true | false | false | class |
7096c61d038fc4519013a0a23af49c8e55d4f64c | 784420293504203e0485674947e252b9a884f9cf | /asciidoctor-editor-other/testscripts/diagrams/skins/skin-shadowing-example.puml | 938cea8ef011b48fde1c33315c8148178d5ba018 | [
"Apache-2.0"
] | permissive | de-jcup/eclipse-asciidoctor-editor | db5515421613e8ccfec749318fb6366b1f838e76 | 5dbbb4fdeac0634eec94c1cb6773246457ac2c3f | refs/heads/master | 2023-02-16T00:20:39.858165 | 2023-02-10T21:52:39 | 2023-02-10T21:52:54 | 125,332,958 | 49 | 18 | NOASSERTION | 2022-08-21T23:26:15 | 2018-03-15T08:06:29 | Java | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
skinparam componentShadowing false
skinparam rectangleShadowing false
skinparam actorShadowing false
skinparam databaseShadowing false
actor actor
component component
rectangle rectangle
database database
@enduml | false | true | false | false | sequence |
e8aedc84a96bb8bf74a7394def436e17e3891be7 | 25565dc5e332bfcc9a7fe427aa599133eb4e25a2 | /docs/architecture/diagrams/useCases/5b-psuAuthRedirectConsent.puml | c7f1140f22183e115208365a673a4cb9b3e9a820 | [
"Apache-2.0"
] | permissive | bank-io/open-banking-gateway | ba27c5ae5c9d2bf073a8c754d136b64dedc4e5b3 | 37ad1b2aaf681fceebd11ce3a2126ae3dd5df71a | refs/heads/master | 2022-04-11T12:44:20.181909 | 2020-01-20T14:19:26 | 2020-01-20T14:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,734 | puml | @startuml
title PsuAuthorizeRedirectConsent
autonumber 10 10 "<b><color blue>[AuthRedirect-000]</color></b>"
actor psu
box "PsuUserAgent" #LightGray
participant "FinTechUI" as FinTechUI
participant "ConsentAuthorisationUI" as ConsentAuthorisationUI
participant "OnlineBankingUI" as OnlineBankingUI
end box
box "FinTechDC" #DarkSeaGreen
participant "FinTechApi" as FinTechApi
end box
box "TppDC" #LightGray
participant "TppBankingApi" as TppBankingApi
participant "TppBankSearchApi" as TppBankSearchApi
participant "ConsentAuthorisationApi" as ConsentAuthorisationApi
participant "BankingProtocol" as BankingProtocol
participant "RedirectSessionStoreApi" as RedirectSessionStoreApi
end box
box "AspspDC" #LightSkyBlue
participant "AspspBankingApi" as AspspBankingApi
participant "OnlineBankingApi" as OnlineBankingApi
end box
== Initiate consent upon PSU transaction display request : call[header](body)<params> return code[header](body) ==
ConsentAuthorisationApi --> ConsentAuthorisationUI ++ : displayRedirectInfoPage[ConsentAuthSessionCookie,\nConsentAuthorisationUI.infoPanel](AuthorizeResponse)
ConsentAuthorisationUI --> psu : displayRedirectInfoPage()
deactivate ConsentAuthorisationUI
psu -> ConsentAuthorisationUI ++ : toAspspGrant
ConsentAuthorisationUI -> ConsentAuthorisationApi ++ : GET:toAspspGrant\n[ConsentAuthSessionCookie]()<consentSessionState>
deactivate ConsentAuthorisationUI
ConsentAuthorisationApi --> OnlineBankingUI ++ : redirect302[ConsentAuthSessionCookie,\nOnlineBankingApi.redirectEntryPoint]\n()<consentId, authorizationId>
deactivate ConsentAuthorisationApi
autonumber stop
group OnlineBankingConsent
OnlineBankingUI -> OnlineBankingApi ++ : redirectEntryPoint[]()<consentId, authorizationId>
return redirect302[OnlineBankingConsent, OnlineBankingUI.loginScreen, OnlineBankingConsentSessionCookie]()<consentId, authorizationId>
OnlineBankingUI --> psu : displayLoginScreen()
deactivate OnlineBankingUI
psu -> OnlineBankingUI ++ : loginData(PsuAuthData)
OnlineBankingUI -> OnlineBankingApi ++ : POST:login[OnlineBankingConsentSessionCookie](PsuAuthData)<consentId, authorizationId>
return 200_OK[OnlineBankingConsentSessionCookie,OnlineBankingApi.selectScaMethod](OnlineBankingConsent,ScaMethods)
return displayAisConsentAndScaMethods(ScaMethods)
psu -> OnlineBankingUI ++ : selectScaMethod(selectedScaMethod)
OnlineBankingUI -> OnlineBankingApi ++ : GET:selectScaMethod[OnlineBankingConsentSessionCookie](selectedScaMethod)<consentId, authorizationId>
return 200_OK[OnlineBankingConsentSessionCookie,OnlineBankingApi.enterOTP](OnlineBankingConsent,ScaData)
return displayAisConsentAndOTPScreen\n(OnlineBankingConsent.otpMetaData)
psu -> OnlineBankingUI ++ : enterOTP(otp)
OnlineBankingUI -> OnlineBankingApi ++ : authorizeConsent[OnlineBankingConsentSessionCookie](TAN)<consentId, authorizationId>
return 200_OK[OnlineBankingConsentSessionCookie,\nOnlineBankingUI.infoPanel](OnlineBankingConsent)
OnlineBankingUI --> psu : displayAspsp2TppRedirectionInfoPanel()
deactivate OnlineBankingUI
psu -> OnlineBankingUI ++ : confirmRedirect()
OnlineBankingUI -> OnlineBankingApi ++ : GET:OnlineBankingApi.confirmRedirect[OnlineBankingConsentSessionCookie]()<consentId, authorizationId>
deactivate OnlineBankingUI
OnlineBankingApi --> ConsentAuthorisationUI ++ : 302_Redirect[OnlineBankingApi.TPP-Redirect-URI]\n()<consentAuthState>
deactivate OnlineBankingApi
end
autonumber resume
activate ConsentAuthorisationUI
ConsentAuthorisationUI -> ConsentAuthorisationApi ++ : GET:fromAspspOk[ConsentAuthSessionCookie]()<consentAuthState, aspspAuthCode>
autonumber 71 1 "<b><color blue>[AuthRedirect-000]"
ConsentAuthorisationApi -> ConsentAuthorisationApi : ConsentAuthSessionCookie.tppConsentSession\n(consentAuthState):TppConsentSession
ConsentAuthorisationApi -> ConsentAuthorisationApi : getBankingProtocol(TppConsentSession)
ConsentAuthorisationApi -> BankingProtocol ++ : fromAspspOk(TppConsentSession, aspspAuthCode)
group RetrievASPSPConsent
BankingProtocol -> OnlineBankingApi ++ : getConsentStatus or getToken[TppConsentSession, TppContext, aspspAuthCode]()
return TppConsentSession
BankingProtocol -> BankingProtocol : TppConsentSession\n.tppConsentSession():TppConsentSession
end
BankingProtocol -> RedirectSessionStoreApi ++ : redirectSession(TppConsentSession, exp)
RedirectSessionStoreApi -> RedirectSessionStoreApi : createEncryptStoreRedirectSession\n(TppConsentSession):redirectCode
return 200_OK[](redirectCode)<>
return 303_SeeOther(TppConsentSession)
return 302_Redirect[ConsentAuthSessionCookie=null,\nFinTechApi.FinTech-Redirect-URI<redirectCode>]()
@enduml
| false | true | false | false | usecase |
1ed5573e433326dd707fe7baaab490b0247e63ca | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1950689/sprint2/ipc02_1_analysis_find_workbook_SSD.puml | ed89ba54562f13ac74385b0c98ff5225c1b8678c | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | puml | @startuml doc-files/ipc02_1_analysis_find_workbook_SSD.png
actor User
participant "ExtensionSearchWorkbookUI" as ESWUI
User -> ESWUI : initiate search workbook extension
ESWUI --> User : ask search root directory
User -> ESWUI : insert search root directory
ESWUI --> User : show file found
ESWUI --> User : search complete
User -> ESWUI : select file
ESWUI --> User : show opened Workbook
@enduml
| false | true | false | false | sequence |
bcbfbf1a3103582cdb0d2e403af10106b17b1d7a | aa8f5c733b972385c1e50dc894f3ea5dbe4656f6 | /TEST.puml | 2fb3c7f506987fb9a0dfaf857131a22ef95ee16e | [] | no_license | ChoMihyang/yju_Laravel | ccf4404e1cdad30e89437e644d31ce02df4778e9 | 8fedbdb6635be1b78f00651168877146551c0772 | refs/heads/main | 2023-04-21T06:03:20.686795 | 2021-05-16T13:16:26 | 2021-05-16T13:16:26 | 305,363,138 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
'(Start) .. N2
'N2 .. (Use)Use
@enduml
| false | true | false | false | uml-unknown |
152bc0685b4c1a762217683e79dc74e2d489f1d4 | c62bb7c6334b3992fda2bea1dfdb6fda7070e83a | /src/academy/mindswap/games_factory/bingo/bingo.plantuml | d7b3af65ed4f05e5f2ce673a96d0e89c33bf6ed8 | [] | no_license | BastosFilipa/wheel-of-fortune | 0eb6b6b83a8d8df613d8411925b4757eea742496 | 10a2b3d18534f2c1ab0c2bc4d06c8dec1f552cd8 | refs/heads/master | 2023-05-31T11:03:45.355578 | 2021-06-27T17:58:31 | 2021-06-27T17:58:31 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 615 | plantuml | @startuml
title __BINGO's Class Diagram__\n
namespace academy.mindswap.game {
namespace _factory {
namespace bingo {
class academy.mindswap.games_factory.bingo.Bingo {
+ Bingo()
+ acceptPlayer()
+ isAcceptingPlayers()
+ run()
}
}
}
}
academy.mindswap.games_factory.bingo.Bingo -up-|> academy.mindswap.games_factory.Game
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 |
b9da3a075b6d2cd138a6237d66c2b8fbdb769f65 | 87cde44ffb99a6e47f70b11faf6e18a6e395e0c7 | /src/main/java/ex41/ex41.puml | f232a98519ce42344800e8bbd6e769f364817565 | [] | no_license | ajdahcode/bagarra-COP3330-assignment3 | a61b44c455def5602477c7efde27363afe59d778 | bc1c88ceba738a9083527ed033e55c595eab1387 | refs/heads/master | 2023-08-22T03:03:11.699932 | 2021-10-12T04:03:25 | 2021-10-12T04:03:25 | 416,169,837 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 100 | puml | @startuml
scn <|-- file
class readfile {
ArrayList input
Scan Input
}
readfile <|-- scn
@enduml | false | true | false | false | class |
09676ee64518c4c4c39121f24adcc7ff6a547971 | a1dffe84c199f690d70ab5043b7c9b9a121beb90 | /PlantUML/002_auth0.puml | 8be022e141b68378cb1925b00ebbd9e10281e23e | [] | no_license | a2arakawa/Curriculum-Vitae | 3c34af1724e748c8e0fd89cd4d78f81440952e57 | fc0903f376d5ed79bc3fa388aefd7d93978b6c0d | refs/heads/master | 2023-04-02T09:03:26.735731 | 2023-03-25T07:38:39 | 2023-03-25T07:38:39 | 188,693,871 | 0 | 0 | null | 2020-10-16T00:19:14 | 2019-05-26T14:32:52 | null | UTF-8 | PlantUML | false | false | 220 | puml | @startuml
package "Auth0" {
[SSO_idp]
}
cloud aws {
}
cloud gcp {
}
cloud alibaba {
}
cloud azure {
}
cloud oracle {
}
SSO_idp --- aws
SSO_idp --- gcp
SSO_idp --- alibaba
SSO_idp --- azure
SSO_idp --- oracle
@enduml
| false | true | false | false | deployment |
38104972b8c1822ec08fefe870cf65d3daf8f315 | d8c377e3cf53100891799383b805ac7eea40b618 | /GraphViz_Dependencies.puml | 6801760585aad9f3857034c600c5e754091085c5 | [
"EPL-1.0"
] | permissive | plantuml/graphviz-distributions | 7cbef2daab80bc084041dec5482c7fa4b473d366 | fd68ba4f54d3a848e87504fd06c627225bc5ca7b | refs/heads/main | 2023-08-23T04:59:20.709831 | 2022-10-03T20:38:11 | 2022-10-03T20:38:11 | 312,399,208 | 8 | 3 | MIT | 2020-11-12T21:41:16 | 2020-11-12T21:23:05 | null | UTF-8 | PlantUML | false | false | 1,153 | puml | @startuml
file dot.exe
component gvc.dll
component gvplugin_dot_layout.dll
component expat.dll
component gvplugin_core.dll
component vcruntime140.dll
component cgraph.dll
component pathplan.dll
component xdot.dll
component cdt.dll
file config6
dot.exe --> gvc.dll
dot.exe --> cgraph.dll
dot.exe --> vcruntime140.dll
gvc.dll --> cgraph.dll
gvc.dll --> pathplan.dll
gvc.dll --> xdot.dll
gvc.dll --> expat.dll
gvc.dll --> cdt.dll
gvc.dll --> vcruntime140.dll
gvc.dll ..> config6 : loads plugins
cgraph.dll --> cdt.dll
cgraph.dll --> vcruntime140.dll
expat.dll --> vcruntime140.dll
pathplan.dll --> vcruntime140.dll
xdot.dll --> vcruntime140.dll
cdt.dll --> vcruntime140.dll
gvplugin_core.dll --> gvc.dll
gvplugin_core.dll --> cgraph.dll
gvplugin_core.dll --> cdt.dll
gvplugin_core.dll --> xdot.dll
gvplugin_core.dll --> vcruntime140.dll
config6 ..> gvplugin_core.dll : core plugin
gvplugin_dot_layout.dll --> gvc.dll
gvplugin_dot_layout.dll --> cgraph.dll
gvplugin_dot_layout.dll --> cdt.dll
gvplugin_dot_layout.dll --> vcruntime140.dll
config6 ..> gvplugin_dot_layout.dll : dot plugin
@enduml | false | true | false | false | class |
5c458023bdedf066ac81a149f8a813831fa4093f | 4c4d31f0e3773a7a6b70bc579772f5429e509a8f | /UML_DiagSeq.plantuml | 5c6f25a20b162209f98089dc6e7185a49fd7045b | [] | no_license | CyberPQ/Kit_markdown | 6daa87bfb784ab6f70640ca0301aafc406243f7d | d551ba0b4522f3615b58c870c952ba9773e6af97 | refs/heads/master | 2021-01-10T17:38:55.755917 | 2020-09-25T09:53:29 | 2020-09-25T09:54:47 | 53,498,805 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,376 | plantuml | @startuml
hide footbox
title Interruption externe sur une carte de liaison rapide (LSR)
box "Matériel" #LightBlue
participant "M-Module LSR" as HardLSR
participant "Carte PCI D203" as HardD203
participant "Processeur" as CPU
end box
box "Logiciel"
participant "Driver de la carte\nporteuse D203" as D203
participant "Driver du\nM-Module LSR" as LSR
participant "Gestion des liaisons\nséries rapides" as CodeSimens
end box
[-> HardLSR : <size:20><&flash></size> Évènement\nextérieur
HardLSR -> HardD203 : ligne d'IRQ M-Module\nactivée
HardD203 -> CPU : vecteur d'IT bus PCI
activate CPU
CPU -> D203 : gestionnaire d'IT\nM-Modules
D203 -> LSR : gestionnaire d'IT LSR
LSR -> HardLSR : acquittement de l'événement LSR
HardLSR --> HardD203 : ligne d'IRQ M-Module\nrelâchée
HardD203 --> CPU : acquittement de l'IT\nmatériel
alt toggle of DCD line
LSR -> LSR : lsr_DCDLineInterrupt
else toggle of CTS line
LSR -> LSR : lsr_CTSLineInterrupt
else End of TX channel
LSR -> CodeSimens : activation de la commande\nsuivante
LSR <-- CodeSimens: retour
else end of RX channel
LSR -> CodeSimens : enregistrement et traitement\nde l'octet reçu
LSR <-- CodeSimens: retour
end
LSR --> D203 : retour
D203 --> CPU : Fin du traitement de\nl'interruption PCI
deactivate CPU
@enduml | false | true | true | false | sequence |
4d8294528d3c9358b3b5d323a269adf234a6242f | 7c2a17fd3d19a13fb71558f79900a2908de98c58 | /docs/uml-class-diagrams/display02/test/DisplayCommManagerImplementationTests/DisplayCommManagerImplementationTests.puml | fbe0481a14de2b83ca12794603d27840cb0bd5fc | [] | no_license | casher-ou/csi-3370-software-project | 483b1add9fbab8349f30009eecc123c884bdcc7b | 629fb9cce10429c2b80bd1ad33ab898d1466883b | refs/heads/main | 2023-01-22T00:44:50.062944 | 2020-11-29T23:00:50 | 2020-11-29T23:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 223 | puml | @startuml DisplayCommManagerImplementationTests
package edu.oakland.test.display02 {
class DisplayCommManagerImplementationTests {
+ void rfidInIsRfidOut()
+ void middlewareIsNotNull()
}
}
@enduml
| false | true | false | false | class |
5eba408d828032689ccbe39848f0ca53a455cc11 | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/50-checkout-process/_puml/payment-async.puml | e6b27bebbbfbe6232aff49bd5a13abfa503c59a5 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 559 | puml | @startuml
skinparam BoxPadding 10
actor "Customer" as customer
box "Shopware 6"
participant "Checkout" as checkout
participant "Asynchronous\nPayment Handler" as synchronous_payment_handler
end box
box "External System"
entity "Payment Platform" as payment_platform
end box
customer --> checkout : pay
checkout --> synchronous_payment_handler : pay
synchronous_payment_handler --> customer : redirect
customer --> payment_platform : pay
payment_platform --> checkout : redirect
checkout --> synchronous_payment_handler : finalize
@enduml
| false | true | false | false | sequence |
96da31c6695013dc6b36d938d75ec5cad638971e | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PoseEstimatorICP/PoseEstimatorICP_Activity_estimatePose.puml | 1391d8a90143c0b2ae9e55cdbd7067e7b722b617 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,461 | puml | @startuml
/'
giving init pose, calculate est pose by ICP
input1: Pose2D &initPose
input2: Pose2D &estPose
'/
(*) --> "boost::timer tim"
--> "evmin = HUGE_VAL \n evthre = 0.000001"
--> "popt->setEvthre(evthre) \n popt->setEvlimit(0.2)"
--> "double ev = 0 \n double evold = evmin \n Pose2D pose = initPose \n Pose2D poseMin = initPose"
--> if "0 <= size_t i < 100 && \n abs(evold - ev) > evthre" as judge_i then
--> [Yes] if "i > 0" as i0 then
--> [Yes] "evold = ev"
--> "double mratio = dass->findCorrespondence(curScan, pose)"
else
i0 --> [No] "double mratio = dass->findCorrespondence(curScan, pose)"
--> "Pose2D newPose"
--> "popt->setPoints(dass->curLps, dass->refLps)"
--> "ev = popt->optimizePose(pose, newPose)"
--> pose = newPose
--> if "ev < evmin" as judge_ev then
--> [Yes] "poseMin = newPose \n evmin = ev"
--> judge_i
else
--> [No] judge_i
else
judge_i -> [No] "pnrate = popt->getPnrate() \n usedNum = dass->curLps.size()"
--> "estPose = poseMin"
--> "double t1 = 1000 * tim.elapsed()"
--> if "evmin < HUGE_VAL" then
--> [Yes] "totalError += evmin"
--> "totalTime += t1"
else
--> [No] "totalTime += t1"
--> return(evmin)
--> (*)
@enduml | false | true | false | false | sequence |
8fb0814e083646a036bba83f35b53cc5ea3e589f | e3ebf221091ee30de418c963f078ccdd732eaa8c | /docs/modular/sequences/shrinked/shrink_list_private.puml | c5656c185c20cfcab2cf4953fd430f6cbf3d7c26 | [
"Apache-2.0"
] | permissive | valb3r/datasafe | 97d9826bb2bc6a478abc56ad30848fcaad8f259a | 1b91e90128e2411339a9b904bb92144879b155bb | refs/heads/develop | 2020-05-31T16:55:05.487855 | 2019-06-05T13:00:08 | 2019-06-05T13:00:08 | 190,393,370 | 0 | 1 | Apache-2.0 | 2019-10-07T09:51:59 | 2019-06-05T12:48:13 | Java | UTF-8 | PlantUML | false | false | 4,828 | puml | @startuml
skinparam SequenceMessageAlign center
activate PRIVATE
' de.adorsys.datasafe.privatestore.impl.actions.ListPrivateImpl
PRIVATE -> PRIVATE : resolvePrivateLocation
activate PRIVATE
' de.adorsys.datasafe.privatestore.impl.actions.ListPrivateImpl
PRIVATE -> Profile : privateProfile
activate Profile
' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService
Profile -> Profile : privateProfile
activate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile -> Profile : systemDfs
activate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem
Profile <-- Profile : DFSAccess
deactivate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile -> DFS : obtain
activate DFS
' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService
DFS -> DFS : obtain
activate DFS
' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl
DFS <-- DFS : DFSConnection
deactivate DFS
' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService
Profile <-- DFS : DFSConnection
deactivate DFS
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile -> Profile : locatePrivateProfile
activate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile <-- Profile : BucketPath
deactivate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile -> DFS : getBlob
activate DFS
' de.adorsys.dfs.connection.api.service.api.DFSConnection
Profile <-- DFS : Payload
deactivate DFS
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile -> SERDE : fromJson
activate SERDE
' de.adorsys.datasafe.business.impl.profile.serde.GsonSerde
Profile <-- SERDE : T
deactivate SERDE
' de.adorsys.datasafe.business.impl.profile.operations.DFSBasedProfileStorageImpl
Profile <-- Profile : UserPrivateProfile
deactivate Profile
' de.adorsys.datasafe.business.api.deployment.profile.ProfileRetrievalService
PRIVATE <-- Profile : UserPrivateProfile
deactivate Profile
deactivate PRIVATE
' de.adorsys.datasafe.privatestore.impl.actions.ListPrivateImpl
PRIVATE -> Credentials : privateAccessFor
activate Credentials
' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService
Credentials -> Credentials : privateAccessFor
activate Credentials
' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl
Credentials -> Credentials : privateUserCredentials
activate Credentials
' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService
Credentials -> Credentials : privateUserCredentials
activate Credentials
' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl
Credentials -> Profile : systemDfs
activate Profile
' de.adorsys.datasafe.business.impl.profile.operations.DFSSystem
Credentials <-- Profile : DFSAccess
deactivate Profile
' de.adorsys.datasafe.business.impl.credentials.DFSCredentialsServiceImpl
Credentials <-- Credentials : DFSCredentials
deactivate Credentials
' de.adorsys.datasafe.business.api.deployment.credentials.DFSCredentialsService
Credentials <-- Credentials : DFSCredentials
deactivate Credentials
' de.adorsys.datasafe.business.impl.profile.dfs.BucketAccessServiceImpl
Credentials <-- Credentials : DFSAccess
deactivate Credentials
' de.adorsys.datasafe.business.api.deployment.credentials.BucketAccessService
PRIVATE <-- Credentials : DFSAccess
deactivate Credentials
' de.adorsys.datasafe.privatestore.impl.actions.ListPrivateImpl
PRIVATE -> Document : list
activate Document
activate Document
' de.adorsys.datasafe.business.impl.document.list.ListPathDecryptingServiceImpl
Document -> Document : list
activate Document
' de.adorsys.datasafe.business.impl.document.list.ListPathNonDecryptingServiceImpl
Document -> DFS : obtain
activate DFS
' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService
DFS -> DFS : obtain
activate DFS
' de.adorsys.datasafe.business.impl.dfs.DFSConnectionServiceImpl
DFS <-- DFS : DFSConnection
deactivate DFS
' de.adorsys.datasafe.business.api.deployment.dfs.DFSConnectionService
Document <-- DFS : DFSConnection
deactivate DFS
' de.adorsys.datasafe.business.impl.document.list.ListPathNonDecryptingServiceImpl
Document -> DFS : list
activate DFS
' de.adorsys.dfs.connection.api.service.api.DFSConnection
Document <-- DFS : List
deactivate DFS
' de.adorsys.datasafe.business.impl.document.list.ListPathNonDecryptingServiceImpl
Document <-- Document : Stream
deactivate Document
Document <-- Document : Stream
deactivate Document
' de.adorsys.datasafe.business.api.deployment.document.DocumentListService
PRIVATE <-- Document : Stream
deactivate Document
deactivate PRIVATE
@enduml
| false | true | false | false | sequence |
bf6c18eb707202ff7eeb269973cbf675f255855a | 8664bf2165c807e312c4ddc0cbab2815c56119e1 | /documentss/premium_packs/add_new_pack.puml | d25addeb50525737fb7c0f8ccd6416ebb1c50861 | [
"MIT"
] | permissive | tuanlvse294/CHome | 3f36afcfd9c0b8a327b0bc81622da5fff095b492 | 115e898e8f734f90de915d73e8a98d3044afad58 | refs/heads/master | 2020-04-13T09:21:03.904078 | 2019-05-09T18:00:56 | 2019-05-09T18:00:56 | 163,108,106 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 885 | puml | @startuml
actor Admin
boundary edit_premium_pack_view
control PremiumPackController
entity PremiumPackModel
Admin -> edit_premium_pack_view : click to add new pack
activate Admin
activate edit_premium_pack_view
edit_premium_pack_view --> Admin :new pack form input
deactivate edit_premium_pack_view
Admin -> edit_premium_pack_view : new pack's info
deactivate Admin
activate edit_premium_pack_view
edit_premium_pack_view -> PremiumPackController: pack's info
deactivate edit_premium_pack_view
activate PremiumPackController
PremiumPackController -> PremiumPackController : validate
PremiumPackController -> PremiumPackModel : save
activate PremiumPackModel
PremiumPackModel -> PremiumPackModel:save new pack
PremiumPackModel --> PremiumPackController : save ok
deactivate PremiumPackModel
PremiumPackController --> Admin: return to pack list
deactivate PremiumPackController
@enduml | false | true | false | false | sequence |
6466b2d76796a5c4dedac18fec559c54f661cedf | 8be3422f65841c4f40f9cf261fdc00e2ff34fc06 | /src/main/java/com/madrat/spaceshooter/apiserver/configurations/configurations.plantuml | bb3c9bff8094a8dc2fc24c062f32db4fdba0b33f | [] | no_license | m4drat/spaceshooterserver | e3be93ead00a77b56d12e73c9c5cd215ca0b87bf | 237ec0d1fd721cfaf818af83f00cab4a70e9d6da | refs/heads/master | 2020-05-18T06:45:13.605821 | 2019-04-30T10:55:11 | 2019-04-30T10:55:11 | 184,242,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 805 | plantuml | @startuml
title __CONFIGURATIONS's Class Diagram__\n
package com.madrat.spaceshooter.apiserver {
package com.madrat.spaceshooter.apiserver.configurations {
class CustomWebMvcConfiguration {
# extendMessageConverters()
}
}
}
CustomWebMvcConfiguration -up-|> WebMvcConfigurationSupport
NoOpValidator -up-|> Validator
EmptyHandlerMapping -up-|> AbstractHandlerMapping
CorsInterceptor -up-|> CorsConfigurationSource
CorsInterceptor -up-|> HandlerInterceptorAdapter
PreFlightHandler -up-|> HttpRequestHandler
PreFlightHandler -up-|> CorsConfigurationSource
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 |
bb9a3b24c0839ff38032d8dd93453bb6707c7acd | c0338d362d51a4ca4537dcbcf72cd3db19b442ed | /src/main/java/com/lelib/designpattern/behavior/iterator/Iterator.puml | 973755a5fcc1a66dcf1982ebad87233a47efe858 | [] | no_license | lewisliu725/design-pattern | 3f5be8707eba94a2cb22645f336a9e13ed67ed2c | 7c87032b7410f4a759aeabfd542e5444ee90ee13 | refs/heads/master | 2022-12-12T00:19:55.589569 | 2020-09-15T03:07:30 | 2020-09-15T03:07:30 | 283,059,271 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 407 | puml | @startuml
interface Iterator {
+ hasNext(): boolean
+ next(): T
}
interface Iterable {
+ iterator(): Iterator<T>
}
interface Collection {
+ add(T e): boolean
+ remove(Object obj): boolean
+ stream(): Stream
}
interface List {
}
interface Set {
}
Iterable --> Iterator
Iterable <|-- Collection
Collection <|-- List
Collection <|-- Set
List <|.. ArrayList
Set <|.. HashSet
@enduml | false | true | false | false | class |
d510bf569d8f296b9715ff2a17d78269be5d9f9e | f5cddffd01d2d842fc26ddd859c51dbbd0e48f9a | /clases/Nota.iuml | 2ecb49b3f0c82a9cde8bf120e212a9ac8d9bdf61 | [] | no_license | alejflorg/Entregable-1 | 6a2b6ab4df1ba7e2d04a20f26400742559db65ca | e750bf10fbccc33cbc53ba35743f4be88401ff49 | refs/heads/main | 2023-01-06T01:14:49.249982 | 2020-11-01T16:39:43 | 2020-11-01T16:39:43 | 309,140,327 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 108 | iuml | Class Nota <<Entidad>> {
valorNumerico
numeroDeConvocatoria
matriculaDeHonor: MatriculaDeHonor
} | false | true | false | false | class |
7994a0dc23f847668ca7fa66b0038f39a0d499d3 | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/blue/s1150585/sp2/design1.puml | 0856e488de7fcc1dd6ebc82adc84738c7e3ea444 | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 984 | puml | @startuml design1.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary TaskView
control TaskPresenter
control TaskServices
control TaskController
entity TaskRepository
entity Task
database Database
box "NSheets Client"
participant TaskView
participant TaskPresenter
end box
box "Server"
participant TaskServices
participant TaskController
participant Task
participant TaskRepository
end box
box "Database"
participant Database
end box
User -> TaskPresenter : onReveal() / navigate to page
TaskPresenter ->> TaskServices : addTask(TaskDTO)
TaskServices -> TaskController : addTask(TaskDTO)
TaskController -> TaskController : Task t = TASK.fromDTO(TaskDTO)
TaskController -> Task : create
TaskController -> TaskRepository : save(t)
TaskRepository -> Database : write
TaskServices ->> TaskPresenter : onSuccess()
TaskPresenter -> TaskView : setContents()
@enduml
| false | true | false | false | usecase |
ad4370cd265f96b9f8c4b3e4ef7e6c9f2ee2d741 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ObjectNotFoundError.puml | b44474d1ce75f5f0ed5df457259e9546c944ca3f | [] | 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 | 425 | 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 ObjectNotFoundError [[ObjectNotFoundError.svg]] extends ErrorObject {
code: String
message: String
}
interface ErrorObject [[ErrorObject.svg]] {
code: String
message: String
}
@enduml
| false | true | false | false | class |
b39534b2f16ae95abaad8920f1248feacfa103fa | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/WEB_Controllers/EnergyGridSettings/US147/US147_cd_EnergyGridSettingsWebController.puml | 40c98ec45aa667ee3f5616b997a6b4eb3ddeb75b | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,273 | puml | @startuml
title US147 \n As an Administrator, I want to attach a room to a house grid, so that the room’s power and energy consumption is included in that grid.
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 2
skinparam titleBorderColor indianred
skinparam titleBackgroundColor Snow
skinparam FontName quicksand
skinparam titleFontSize 10
skinparam roundcorner 10
skinparam class {
BorderColor indianred
BackgroundColor indianred
BackgroundColor Snow
roundcorner 10
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
FontSize 12
}
class EnergyGridSettingsWebController
class EnergyGridRepository
class EnergyGrid
class RoomMapper
class EnergyGridCrudeRepo
EnergyGridSettingsWebController -- EnergyGridRepository : >
EnergyGridRepository -- EnergyGrid : >
EnergyGridRepository -- RoomMapper : >
EnergyGridRepository -- EnergyGridCrudeRepo : >
class EnergyGridSettingsWebController {
attachRoomToGrid(@RequestBody RoomDTO roomDTO, @PathVariable("energyGridId") String gridId)
}
class EnergyGridRepository{
attachRoomToGrid(roomDTO, gridName)
}
class RoomMapper{
dtoToObject(roomDTO)
}
class EnergyGrid {
getById(gridName)
addRoom(room)
}
class EnergyGridCrudeRepo{
save(energyGrid)
findById(id)
}
@enduml | false | true | true | false | class |
d5a61fc66dd0e6414e6426a01c47284f735b4e5a | d6ba22a8a9dd431921b8af8982edf115e0f84e01 | /stroom-proxy/stroom-proxy-app/doc/all-entity.puml | dd68513daa95ca686d10bcc4d206a534e40b8fd4 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"CDDL-1.0",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"MPL-1.0",
"CC-BY-4.0",
"LicenseRef-scancode-public-domain",
"EPL-1.0"
] | permissive | gchq/stroom | 15dc1d4a8527fe7888d060d39e639b48183ff8bd | 759370c31d5d441444bca9d59c41c54bc42816f2 | refs/heads/master | 2023-09-05T01:40:41.773252 | 2023-09-04T16:40:12 | 2023-09-04T16:40:12 | 72,740,687 | 442 | 65 | Apache-2.0 | 2023-09-14T12:12:28 | 2016-11-03T11:55:47 | Java | UTF-8 | PlantUML | false | false | 1,703 | puml | @startuml
' avoid problems with angled crows feet
skinparam linetype ortho
entity feed {
*id : bigint
--
*feed_name : varchar(255)
*type_name : varchar(255)
}
entity source {
*id : bigint
--
*path : varchar(255) - unique
*fk_feed_id : bigint
*examined : boolean
*item_count : integer
*new_position : bigint
}
entity source_item {
*id : bigint
--
*name : varchar(255)
*fk_feed_id : bigint
*byte_size : bigint
*fk_source_id : bigint
*fk_aggregate_id : bigint
*new_position : bigint
}
entity source_entry {
*id : bigint
--
*extension : varchar(255)
*extension_type : int
*byte_size : bigint
*fk_source_item_id : bigint
}
entity aggregate {
*id : bigint
--
*create_time_ms : bigint
*fk_feed_id : bigint
*byte_size : bigint
*items : int
*complete : boolean
*new_position : bigint
}
entity forward_dest {
*id : int
--
*name : varchar(255)
}
entity forward_source {
*id : bigint
--
*update_time_ms : bigint
*fk_forward_dest_id : int
*fk_source_id : bigint
*success : boolean
*error : varchar(255)
*tries : bigint
*new_position : bigint
*retry_position : bigint
}
entity forward_aggregate {
*id : bigint
--
*update_time_ms : bigint
*fk_forward_dest_id : int
*fk_aggregate_id : bigint
*success : boolean
*error : varchar(255)
*tries : bigint
*new_position : bigint
*retry_position : bigint
}
feed ||--|{ source
feed ||--|{ source_item
feed ||--|{ aggregate
source ||..o{ source_item
source_item ||--|{ source_entry
aggregate ||--|{ source_item
forward_source }o--|| forward_dest
forward_source }o..|| source
forward_aggregate }o--|| forward_dest
forward_aggregate }o--|| aggregate
@enduml | false | true | false | false | sequence |
a311c8c5d20f85dc52dac10e81b687e8e62f0f68 | a9f5d6adab56c3085c88fbbf2806f7d8550d3ac4 | /Ver5_Building/src/MainCode/ClusteringAlgorithm/ClusteringAlgorithm.plantuml | ce2ec34841826dd9ca77f40a9e482bd6a6b9bc81 | [] | no_license | DoanHau2k/JavaFx_ClusterSort_2020 | 066c4f40632868804ebfa7537ba142d2a4e0d5c3 | 4c44b681ca95bbce2055a81b009d75d7853e9658 | refs/heads/main | 2023-06-21T00:14:58.349132 | 2021-07-30T05:17:56 | 2021-07-30T05:17:56 | 390,939,524 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,573 | plantuml | @startuml
title __CLUSTERINGALGORITHM's Class Diagram__\n
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.AbstractClustering {
+ FINAL_COLOR : Color
{static} + KM_CENTRAL_NODE_RADIUS : int
{static} + KNN_CENTRAL_NODE_RADIUS : int
{static} + MS_CENTRAL_NODE_RADIUS : int
{static} + MS_CIRCLE_AROUND_CENTROIDS_RADIUS : int
{static} + NORMAL_NODE_RADIUS : int
{static} # MAX_RUN : int
# k : int
# listOfNodes : ArrayList<Node>
# st : ArrayList<SequentialTransition>
- f : FillTransition
- p : ParallelTransition
+ addANodeToListOfNodes()
+ addNodesToListOfNodes()
{abstract} + addSomeNodeToListOfNode()
+ getListOfNodes()
{abstract} + initListOfNodes()
+ overrideListOfNodes()
+ printListOfNodes()
+ removeSomeNodeInListOfNode()
{abstract} + startSort()
# distanceOfTwoNodes()
# fillTransionShape()
# initK()
~ colorShape()
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
abstract class MainCode.ClusteringAlgorithm.KMAndMSGeneral {
# centroidVisual : Circle[]
# centroids : Node[]
# currentXForVisual : double[]
# currentYForVisual : double[]
# nextXForVisual : double[]
# nextYForVisual : double[]
+ initListOfNodes()
{abstract} + startSort()
# checkStopCondition()
# drawCentroids()
# initXYForVisual()
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KMeans {
~ bestClustered : List<Node>[]
~ clusteredNodes : List<Node>[]
+ addSomeNodeToListOfNode()
+ initListOfNodes()
+ startSort()
# repositionCentroidsVisual()
- addNodesToCluster()
- clearClusteredNodes()
- copyClusteredNodesToBestClusteredNodes()
- hideCentroids()
- initBestCluster()
- initCentroids()
- initCluster()
- moveCentroids()
- recolorNodeInBestCluster()
- recolorNodeInCluster()
- recolorNodeToBlack()
- repositionCentroid()
- setXYForVisualCentroids()
- totalVariationOfCluster()
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.KNearestNeighbor {
- distance : double[]
- lines : Line[]
- neighbors : Node[]
+ addSomeNodeToListOfNode()
+ initListOfNodes()
+ startSort()
- calculatingDistanceFromCentroidToNodes()
- drawCentroids()
- initCentroids()
- initLines()
- removeLines()
- showLines()
- voting()
}
}
}
namespace MainCode {
namespace ClusteringAlgorithm {
class MainCode.ClusteringAlgorithm.MeanShift {
- blackList : ArrayList<double[]>
- circleAroundCentroid : Circle[]
- minPointArgument : int
- nodeBelongToCircle : ArrayList<Node>[]
- totalDistanceMoved : int[]
+ addSomeNodeToListOfNode()
+ initListOfNodes()
+ startSort()
- getNodesBelongToCircle()
- hideCircleForCentroids()
- initCentroids()
- initCircleForCentroids()
- initTotalDistanceMoved()
- minPointArgumentCalculate()
- moveCentroids()
- printTotalDistanceMoved()
- repositionCentroids1()
- repositionCentroids2()
- setXYForVisualCentroids()
- showCircleForCentroids()
}
}
}
MainCode.ClusteringAlgorithm.KMAndMSGeneral -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KMeans -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
MainCode.ClusteringAlgorithm.KNearestNeighbor -up-|> MainCode.ClusteringAlgorithm.AbstractClustering
MainCode.ClusteringAlgorithm.KNearestNeighbor o-- MainCode.InSetData.Node : centroids
MainCode.ClusteringAlgorithm.MeanShift -up-|> MainCode.ClusteringAlgorithm.KMAndMSGeneral
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 |
fa3a2bcfae7e505a7bc90e24ece1a57dc43d3877 | 80b807c7893185475a98035637de1f34af17ab58 | /src/main/docs/lifecycle-architecture.puml | 901f91cb2dd4736e518178ec06494f0ee70348b0 | [] | no_license | corneil/microservices-presentation | 4ed2c1882d0f1334e5698eb90d07e73f3c61d296 | 5ac29bc1949f6e444a1245c1c277a0412c09dae8 | refs/heads/master | 2021-03-22T01:30:55.388527 | 2017-03-08T19:15:46 | 2017-03-08T19:15:46 | 84,251,025 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,472 | puml | @startuml
database VersionControlSystem [
<b>Version Control System
----
revisions
....
branches
....
tags
]
database BinaryRepository [
<b>Binary Repository
----
snapshot revisions
....
release versions
....
workflow
]
node DeveloperIDE [
<b>Developer IDE
----
editor
....
build
....
TDD
....
Refactoring
]
node ContinuousIntegration [
<b>Continuous Integration
----
build
....
pipeline
....
release
....
testing
]
node AutomationEngine [
<b>Automation Engine
----
recipes / plans
....
credential management
....
authorisation
]
[Container]
artifact SourceCode
artifact ApplicationPackage
artifact Configuration
artifact DeploymentRecipe
DeveloperIDE ==> SourceCode: <<creates>>
DeveloperIDE ---> VersionControlSystem: <<commit>>
ContinuousIntegration ---> VersionControlSystem: <<checkout>>
ContinuousIntegration ===> BinaryRepository: <<publish>>
VersionControlSystem ==> SourceCode: <<versions>>
VersionControlSystem ==> DeploymentRecipe: <<versions>>
VersionControlSystem =down=> Configuration: <<versions>>
BinaryRepository ===> ApplicationPackage: <<revision>>
AutomationEngine ...> Container: <<orchestrate>>
AutomationEngine ---> BinaryRepository: <<fetch>>
AutomationEngine ---> VersionControlSystem: <<fetch>>
AutomationEngine ---> DeploymentRecipe: <<apply>>
AutomationEngine ---> Configuration: <<apply>>
AutomationEngine ---> ApplicationPackage: <<deploy>>
Container ..> Configuration: <<exposes>>
Container <==> ApplicationPackage: <<execute>>
@enduml | false | true | false | false | sequence |
eac789b90c01b1a485632103591919386ff3c025 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/DeploymentJenkins.puml | 79e1716bec3154617d2d23be3aeca1b16c0f15d1 | [] | 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 | 882 | puml | @startuml
node Build #lightgray {
component Jenkins #goldenrod {
component master
}
component "Docker\nRegistry" as AR #plum
component "Salt\nStack" as PE #plum
storage S3 <<Global>> #plum {
database build_home #white
database registry_home #white
}
}
cloud "External Cloud" {
component GitHub
}
cloud "On Prem" #white {
node Local #tan {
component build_agent as lba
}
node Dev #lightgreen {
component build_agent as dba
}
}
cloud "Public Cloud" as HC {
node Test #pink {
component build_agent as tba
}
node Production #lightblue {
component build_agent as pba
}
}
AR -- registry_home
master - build_home
master -- lba
master -- dba
master -- tba
master -- pba
master <--- GitHub
Production <--- GitHub
Test <--- GitHub
Dev <--- GitHub
Local -> GitHub
@enduml
| false | true | false | false | sequence |
6bc90ff6f995df60ab1045311da2698e55e5ef4e | 942438f1316c8c5bcb8f4d705290fec63a7f1446 | /src/main/java/tech/eportfolio/server/security/security.plantuml | d7d9cce30791f439b2a846aba4ba46cfabd0438c | [] | no_license | eportfolio-tech/server | 30ab0be7c66902552673de2d9401a71c9d88f787 | 058cf845b2a1b56487e61908266bae8a7c0203d6 | refs/heads/dev | 2023-01-20T07:06:12.074820 | 2020-12-02T15:31:42 | 2020-12-02T15:31:42 | 284,626,361 | 0 | 0 | null | 2020-11-02T08:41:44 | 2020-08-03T06:55:12 | Java | UTF-8 | PlantUML | false | false | 1,387 | plantuml | @startuml
title __SECURITY's Class Diagram__\n
namespace tech.eportfolio.server {
namespace security {
class tech.eportfolio.server.security.JWTAuthenticationEntryPoint {
+ commence()
}
}
}
namespace tech.eportfolio.server {
namespace security {
class tech.eportfolio.server.security.JWTAuthorizationFilter {
- refreshKey : String
- signKey : String
+ JWTAuthorizationFilter()
# doFilterInternal()
}
}
}
namespace tech.eportfolio.server {
namespace security {
class tech.eportfolio.server.security.JwtAccessDeniedHandler {
+ handle()
}
}
}
tech.eportfolio.server.security.JWTAuthenticationEntryPoint .up.|> org.springframework.security.web.AuthenticationEntryPoint
tech.eportfolio.server.security.JWTAuthorizationFilter -up-|> org.springframework.web.filter.OncePerRequestFilter
tech.eportfolio.server.security.JWTAuthorizationFilter o-- tech.eportfolio.server.common.utility.JWTTokenProvider : jwtTokenProvider
tech.eportfolio.server.security.JwtAccessDeniedHandler .up.|> org.springframework.security.web.access.AccessDeniedHandler
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 |
e9b8dd367c6650102203661d8ba3573eea26cea8 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/workforce/media/src/useCase8Model.puml | d59040151b8327adb6f91148344fc73a47b6b65f | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 3,289 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class Appointment {
id*: string
href: string
status*: AppointmentStateType
}
Appointment *-->"*" AttachmentValue : attachment
Appointment *-->"*" Note : note
Appointment *-->"1" RelatedPlaceRefOrValue : relatedPlace
Appointment *-->"1" TimePeriod : validFor
Appointment *-->"1..*" RelatedContactInformation : relatedContactInformation
Appointment *-->"1" WorkOrderRef : workOrder
class Appointment_Create {
}
Appointment_Create *-->"*" AttachmentValue : attachment
Appointment_Create *-->"*" Note : note
Appointment_Create *-->"1..*" RelatedContactInformation : relatedContactInformation
Appointment_Create *-->"1" TimePeriod : validFor
Appointment_Create *-->"1" WorkOrderRef : workOrder
class AttachmentValue {
attachmentId: string
author*: string
content: string
creationDate: date-time
description: string
mimeType: string
name*: string
source*: MEFBuyerSellerType
url: string
}
AttachmentValue *--> MEFByteSize : size
class FormattedAddress {
addrLine1*: string
addrLine2: string
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
}
RelatedPlaceRefOrValue <|-- FormattedAddress
class GeographicAddressRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressRef
class GeographicSiteRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicSiteRef
class GeographicSubAddress {
buildingName: string
id: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
class MEFByteSize {
amount: float
units: DataSizeUnit
}
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
class Note {
author*: string
date*: date-time
id*: string
source*: MEFBuyerSellerType
text*: string
}
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class GeographicAddressLabel {
externalReferenceId*: string
externalReferenceType*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressLabel
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddress : postalAddress
class RelatedPlaceRefOrValue {
@schemaLocation: uri
@type*: string
role*: string
}
class TimePeriod {
endDateTime: date-time
startDateTime: date-time
}
class MEFGeographicPoint {
spatialRef*: string
x*: string
y*: string
z: string
}
RelatedPlaceRefOrValue <|-- MEFGeographicPoint
class WorkOrderRef {
href: string
id*: string
}
@enduml
| false | true | false | false | sequence |
9f7a49f3e151d404ea3a294d351518390c945f5d | 3b05de10f61619252035db1214845635cf53f540 | /UML_design.puml | 631d453c83b2bdd8a1c173885b0842c711602b2a | [] | no_license | craciun-st/oil-extraction | c8e6342a2f300c2d95c384d7f260809c57b0df3c | 84e86702d5ba2c93483bb06debc2b5988cebf162 | refs/heads/master | 2023-04-05T08:19:17.265344 | 2021-04-20T12:06:53 | 2021-04-20T12:08:08 | 359,797,986 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,346 | puml | @startuml
skinparam classAttributeIconSize 0
class Business {
- day : int
- extractors : List<Extractor>
- employees : List<Worker>
+ getExtractorsWithFaults() : List<Extractor>
+ getRecentProductiveExtractors() : List<Extractor>
+ update() : void
+ moveWorkerToSite(Worker, Extractor) : void
+ addExtractor( Extractor ) : void
+ getMaxSerialForExtractor() : int
}
abstract class Extractor {
- id : int
- capacity : double
- lastDayOutput : double
+ {abstract} hasFault() : boolean
+ hasBeenProductiveInLastDay() : boolean
+ setLastDayOutputAsFractionOfCapacity(double) : void
}
class FixedLandExtractor extends Extractor {
+ location : String {readOnly}
+ hasFault() : boolean = false
}
class MobileLandExtractor extends Extractor {
+ location : String
}
class OffshorePlatform extends Extractor {
- workers : List<Worker>
+ addWorker( Worker ) : boolean
+ removeWorker( Worker ) : boolean
}
class Worker {
- position : Position
- nrOfDaysOnSite : int
- name : String
- site : Extractor
+ leaveSite() : boolean
}
enum Position {
MANUAL_WORKER,
MEDIC,
MANAGER
}
Business::extractors o-- Extractor
OffshorePlatform::workers o-- Worker
Business::employees o-- Worker
Worker::position --> Position
@enduml | false | true | false | false | class |
900122b09c0545b5c757e418a1960da5aae38b26 | 180fcbac41d489f2344d72601d7d80ff262f4c6a | /TP-1/UML/delivery.puml | 3405a8fefeb94dc603f4d205b253ef89a330536a | [] | no_license | franciscolmos/PC-Ejercicios | c10ca92393afe5bc65bdabaec989bb7b33e32887 | 478fbb3fba87d986ec0d8541f2fefb1b80f71a5c | refs/heads/master | 2023-06-04T12:05:09.508030 | 2021-06-16T01:53:42 | 2021-06-16T01:53:42 | 350,498,817 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 324 | puml | @startuml Delivery
[*] --> Libre
Libre -right-> EntregandoPedido : nuevoPedido()
EntregandoPedido -right-> EntregandoDinero : pedidoEntregado()
EntregandoDinero --> Libre : esperandoPedido()
EntregandoDinero --> [*] : ultimoPedido()
EntregandoDinero -right-> EntregandoPedido : nuevoPedido()
@endumld | false | true | false | false | sequence |
b9d3bc9cc598682c6bbf5c4ad86183761f5d327e | b78fe46d0492145fbd29f94731a841fa579651ea | /src/main/webapp/doc/groupe.puml | 3d5a9fe726bd19bcd9ae7a68d9efa55d50d20dfc | [] | no_license | michel-plasse/siomassy2021 | 94a35a2607ccef3e4577a83ccffe921710f8a769 | 8afc0887ede9c88cc72d1b65210e921cda87a9a1 | refs/heads/master | 2023-05-05T04:37:47.986442 | 2021-05-25T00:19:06 | 2021-05-25T00:19:06 | 353,038,986 | 4 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,162 | puml | @startuml
' par défaut, les couches sont disposées dans l'ordre d'apparition
' nous utilison participant pour préciser qu'après Navigateur il y a Vue et non Controleur
participant Navigateur
participant Vue
' creation de groupe et ajout des etudiants 1.2
Navigateur -> Controleur: POST /EFG?idEFG=...
Controleur -> Controleur: verifie que l'idEFG est entier
Controleur -> Controleur: recupere le user qui est dans la session
Controleur -> Dao: EFGDao.creerGroupe (idEFG,idUser)
Dao -> SGBD: INSERT groupe_efg
SGBD -> Dao: idGroupe cree
Dao -> SGBD: INSERT membre_groupe_efg
SGBD -> Dao: OK ou pas
Dao -> Controleur: idGroupe
Controleur -> Vue: groupe.jsp
Vue -> Navigateur: html
@enduml
/' (commentaire sur plusieurs lignes, comme en Java, avec ' qui remplace *)
1ere étape
Créer le contrôleur et une vue minimale, et tester
Pour cela, créer une servlet MesCanauxServlet dans fr.siomassy2021.controller, avec
le chemin (utl) /mescanaux.
=> commit
2e étape
Mettre des canaux en dur dans le contrôleur,
et les afficher dans la JSP.
=> commit
3e étape
Appel de la Dao, qui construit la liste en dur
Le memberId est aussi mis en dur à 1
=> commit
'/ | false | true | true | false | sequence |
ad706884cb5516d1393e13a572899d9bf2578672 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/Catalog/WebStoreCatalog.puml | b503b1eb2396c78967575b74a22e8c4a20c486d1 | [
"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 | 154 | puml | @startuml
class WebStoreCatalog {
+ Id : int <<get>> <<set>>
+ Name : string <<get>> <<set>>
+ Description : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
f1152def63210ac609b2c511e5633397daa00f73 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-iterator-2.plantuml | e0f87f1bec2702c970889d97ccb6632ca02dd58c | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 728 | plantuml | @startuml
interface Iterator {
{abstract} hasNext()
{abstract} next()
}
interface Aggregate {
{abstract} iterator()
}
class PhoneBookIterator {
PhoneBook phoneBook
PhoneBookIterator(PhoneBook phoneBook)
boolean hasNext()
Object next()
}
class PhoneBook {
Phone[] phones
int lastIndex
int maxSize
PhoneBook()
Iterator iterator()
Phone getById(int index)
void addPhone(Phone phone)
int getLastIndex()
}
class Phone {
String name
String phoneNumber
void setName()
void setPhoneNumber()
String getName()
String getPhoneNumber()
}
Aggregate <|.down. PhoneBook
Iterator <|.down. PhoneBookIterator
Iterator <-right- Aggregate : Creates <
PhoneBook <-left-o PhoneBookIterator
Phone <-down-o PhoneBook
@enduml | false | true | false | false | class |
9acb3fa02975b731e05ebbec5424f5fde7de3727 | 4d66b0a15e5d42eb96ed5e7527ff506757d74285 | /src/lattice/ComparableSet.iuml | 7d8cc77ac5e75c4b186b0c5b0bd17358ad092fa5 | [
"CECILL-B"
] | permissive | ngocbichdao/java-lattices | 1ac847eaa2bbbcc73ceeb61ec9c5cfa618bac574 | 6742e87de51205923e158db93fd495ffa381f10a | refs/heads/master | 2020-04-05T18:57:29.576127 | 2014-04-04T08:53:29 | 2014-04-04T08:53:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 386 | iuml | package lattice {
class ComparableSet {
.. Constructors ..
+ComparableSet()
+ComparableSet(TreeSet<Comparable> set)
.. Transformers ..
+String toFile()
.. Generators ..
+ComparableSet copy()
.. Comparators ..
+boolean equals(Object object)
+int hashCode()
+int compareTo(Object object)
}
}
| false | true | false | false | class |
f922180b4b3ece67e0a0da2d62d0d8b5902210b5 | 373861653fd34beb6f2e073a3e77e07c9ebc7f5d | /de.gematik.ti.healthcard.common/doc/plantuml/HCCCOM/absentEvents.plantuml | 8fba765458acae3f755e3f35a8c0e44a47935260 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControlCommon | 3c190515d68689fe3d6aec1afaec3013e75011d5 | dddb68cecbfe446b6fd76874aac7569ca1fa27a2 | refs/heads/master | 2022-01-20T15:15:50.239121 | 2022-01-07T07:24:15 | 2022-01-07T07:24:15 | 214,093,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,004 | plantuml | @startuml
package de.gematik.ti.healthcard.control.common.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
abstract class AbstractEgkHealthCardAbsentEvent {
# AbstractEgkHealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
abstract class AbstractHbaHealthCardAbsentEvent {
# AbstractHbaHealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
abstract class AbstractHealthCardAbsentEvent {
# AbstractHealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
abstract class AbstractSmcbHealthCardAbsentEvent {
# AbstractSmcbHealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Egk21HealthCardAbsentEvent {
+ Egk21HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Egk2HealthCardAbsentEvent {
+ Egk2HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Hba21HealthCardAbsentEvent {
+ Hba21HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Hba2HealthCardAbsentEvent {
+ Hba2HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Smcb21HealthCardAbsentEvent {
+ Smcb21HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class Smcb2HealthCardAbsentEvent {
+ Smcb2HealthCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
package de.gematik.ti.healthcard.control.common.event.absent {
class UnknownCardAbsentEvent {
+ UnknownCardAbsentEvent()
}
}
}
package de.gematik.ti.healthcard.control.common.event {
abstract class AbstractHealthCardEvent {
# AbstractHealthCardEvent()
+ getHealthCard()
}
}
package de.gematik.ti.cardreader.provider.api.events {
abstract class AbstractCardReaderEvent {
}
}
AbstractHealthCardEvent -up-|> AbstractCardReaderEvent
AbstractEgkHealthCardAbsentEvent -up-|> AbstractHealthCardAbsentEvent
AbstractHbaHealthCardAbsentEvent -up-|> AbstractHealthCardAbsentEvent
AbstractHealthCardAbsentEvent -up-|> AbstractHealthCardEvent
AbstractSmcbHealthCardAbsentEvent -up-|> AbstractHealthCardAbsentEvent
Egk21HealthCardAbsentEvent -up-|> AbstractEgkHealthCardAbsentEvent
Egk2HealthCardAbsentEvent -up-|> AbstractEgkHealthCardAbsentEvent
Hba21HealthCardAbsentEvent -up-|> AbstractHbaHealthCardAbsentEvent
Hba2HealthCardAbsentEvent -up-|> AbstractHbaHealthCardAbsentEvent
Smcb21HealthCardAbsentEvent -up-|> AbstractSmcbHealthCardAbsentEvent
Smcb2HealthCardAbsentEvent -up-|> AbstractSmcbHealthCardAbsentEvent
UnknownCardAbsentEvent -up-|> AbstractHealthCardAbsentEvent
@enduml
| false | true | false | false | class |
0d4e8c25858476f5589260f136b7bfc32bf8e43e | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /docs/technical/sdk-scheme-adapter/assets/sequence/PayerDFSPDoubleIntegrationApiPattern.PlantUML | 54078992420c36103716933c76ddd30bfcbaddda | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 1,978 | plantuml | @startuml PayerDFSPDoubleIntegrationApiPattern
/'*****
--------------
******'/
skinparam activityFontSize 4
skinparam activityDiamondFontSize 30
skinparam activityArrowFontSize 22
skinparam defaultFontSize 22
skinparam noteFontSize 22
skinparam monochrome true
' declare title
' title Core-Connector transactional flow patterns
' declare actors
participant "Core banking solution" as CBS
box "Payment Manager\nPayer DFSP" #LightGrey
participant "Core\nConnector" as CC
participant "SDK Scheme Adapter" as MC
end box
participant "Mojaloop\nSwitch" as Switch
autonumber 1 1 "<b>[0]"
== Payer DFSP integration - 2 phase commit - with user confirmation ==
CBS->CC: **POST** /sendMoney \n(AUTO_ACCEPT_PARTY = true, AUTO_ACCEPT_QUOTES = **false**)
CC->MC: **POST** /transfers
activate MC
MC->Switch: **GET** /parties/{Type}/{ID}/{SubId}
Switch-->MC: HTTP 202 response
Switch->Switch: Determine Payee DFSP using oracle
Switch->Switch: Lookup Payee Information from Payee DFSP\n using **GET** /parties
Switch->MC: **PUT** /parties/{Type}/{ID}/{SubId}
MC-->Switch: HTTP 200 Response
rnote left MC
Accept Party
endrnote
MC->Switch: **POST** /quotes
Switch-->MC: HTTP 202 response
Switch->Switch: Pass on quote to Payee DFSP\n using **POST** /quotes
Switch->MC: **PUT** /quotes/{Id}
MC-->Switch: HTTP 200 Response
MC-->CC: Response
deactivate MC
CC-->CBS: Response
CBS->CBS: Obtain concent from Payer on Fees and Payee Info
CBS->CBS: Reserve funds
CBS->CC: **PUT** /sendmoney/{transferId}
CC->MC: **PUT** /transfers
activate MC
MC->Switch: **POST** /transfers
Switch-->MC: HTTP 202 response
Switch->Switch: Reserve Payer DFSP funds
Switch->Switch: Pass on transfer to Payee DFSP\n using **POST** /transfers
Switch->Switch: Commit Payer DFSP funds
Switch->MC: **PUT** /transfers/{Id}
MC-->Switch: HTTP 200 Response
MC-->CC: response
deactivate MC
CC-->CBS: response
alt if (transferStatus== 'COMMITTED')
CBS->CBS: Finalise transfer
else else
CBS->CBS: Rollback transfer
end
@enduml | false | true | false | false | sequence |
ddde356dc8d735d2d1a9bf16ac197622a8260408 | d923e95320d0f01305fc763536392d5c22d2ec4c | /uml/ClassDiagram.puml | c2347036cdbe7f76ad65555aad500c94b87b0b87 | [] | no_license | kyubifang/jackson-cop3330-assignment4part2 | a770f109fbb0b50a56e0c29c5abad9707c0b21f3 | 4fb82435e9b55d212ee7ad3e32fd035da7569fe5 | refs/heads/master | 2023-06-23T05:15:37.646999 | 2021-07-26T03:57:43 | 2021-07-26T03:57:43 | 385,116,402 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,064 | puml | @startuml
class ListMaker {
+main()
+start()
}
class ItemController {
-openFile()
-saveFile()
-saveAsFile()
--
+run()
+addButtonClicked()
+enterButtonAdd()
+renameButtonClicked()
+editDateButtonClicked()
+editDescriptionButtonClicked()
+deleteButtonClicked()
+openMenuClicked()
+saveMenuClicked()
+saveAsMenuClicked()
+closeMenuClicked()
+howToUseMenuClicked()
+aboutMenuClicked()
+deleteAllButtonClicked()
+showAllFilterClicked()
+incompleteFilterClicked()
+completedFilterClicked()
+tableColumnClicked()
+doubleClick()
+saveEdit()
+cancelEdit()
}
class Table {
-task
-date
-description
--
+Table()
+getTask()
+setTask()
+taskProperty()
+getDate()
+setDate()
+dateProperty()
+getDescription()
+setDescription()
+descriptionProperty()
}
class Initialize {
+run()
}
javafx.Application <|-- ListMaker
ListMaker <|-- ItemController
ItemController - Table
ItemController <|-- Initialize
@enduml | false | true | false | false | class |
a2f760a8af47db974a535bc4f6cbe0ea58591f73 | ece7901e2a5e88048743f4ab96caff7e4063e987 | /Streaming_Spike.puml | 5d985060e99d81a801e91a4f8063e899db92a32b | [] | no_license | manish-drake/sportspiparch | ac43f6ab453b0c291d9f738b14bfe07116306f34 | 8ac9d63eefaa0f4ac66df9fe2edace10ccf4ce67 | refs/heads/master | 2023-04-06T05:07:48.477941 | 2021-04-06T10:53:26 | 2021-04-06T10:53:26 | 291,276,027 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,413 | puml | @startuml STRAEMING_SPIKE
title Tagging, STRAPI and Streaming (Spike)
actor "User" as usr
boundary "Tagging UI" as tag
boundary "Source" as src
usr -> src: start()
activate src
src --> src: Record()
usr -> src: stop()
create entity Tar as tar
src -> tar: Create(Media, [Tags], Metadata)
box LINUX SERVER
control "SortsPIP Service" as srv
collections STRAPI as strapi
control "FTP Service" as ftp
deactivate src
src -> ftp: FTP(tar)
create entity Tar as tarUp
ftp -> tarUp: save()
src -> srv: sendMessage("tarFTPComplete", ["fileName.tar"])
srv -> tarUp: Untar("fileName.tar")
create control "Streaming Server" as strm
end box
srv -> strm: host("pathToMediaRepository")
tarUp --> strapi: Save(Media, [Tags], Metadata)
srv -> tarUp !!: delete()
destroy tarUp
boundary "Coaches'\nTablets\Laptops" as tab
srv -> tab: sendMessage("newPIPAvailable", "pip_id")
tab -> strapi: fetchMetadata("pip_id")
strapi --> tab: return(metadata)
activate tab
tab -> tab: DisplayStrapiPage(metadata, tags)
actor "Coach" as coach
coach -> tab: Open("pip_id")
deactivate tab
tab -> srv: sendMessage("streamMedia", "pip_id")
srv --> tab: return(streamURL, [Tags])
tab -> strm: OpenURL(streamURL)
strm --> tab: stream("00:00")
activate tab
tab -> tab: LoadTags()
coach -> tab: selectTag(tag)
tab --> strm: move(tag)
strm --> tab: stream(tag.offset)
deactivate tab
@enduml | false | true | false | false | usecase |
fbd5f845e763b60aa2f424b60a77064e430f485b | 56ad4c47581f4eca22db5f88e139ea41960eed7a | /misc/UC.plantuml | 914e08c5e13b31f6aa9ee0780367eeb162c893a3 | [] | no_license | mhamedouadghiri/ecs | 386b0f06c0fcfc4ca33ad63ebf65709b6cfa28a5 | abecf4f5eb8962573202ce1febbd09b22a92a472 | refs/heads/master | 2023-05-21T08:09:58.964030 | 2021-06-08T19:21:33 | 2021-06-08T19:21:33 | 373,135,573 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,412 | plantuml | @startuml ProjetJEE
left to right direction
actor "Entreprise" as fc
actor "Ecole" as EC
actor "Etudiant" as ET
rectangle App {
usecase "Gestion des stages" as UC1
usecase "Ajouter un offre" as UC2
usecase "Annuler un offre" as UC3
usecase "Consulter toutes les offres" as UC4
usecase (Convoquer les étudiants \npour un entretien) as UC5
usecase "S'authentifier" as UC6
usecase "Voir les entreprises inscrites" as UC7
usecase "Gestion des étudiants" as UC8
usecase "Ajouter " as UC9
usecase "Supprimer" as UC10
usecase "Améliorer son CV" as UC11
usecase "Consulter les entreprises" as UC15
usecase "Postule\nà une offre" as UC16
usecase "Accepter\nun entretien" as UC18
usecase "Refuser\nun entretien" as UC19
usecase "Consulter les offres" as UC22
usecase "Noter un stage" as UC23
usecase "Voir les candidatures" as UC24
}
' Pour l'entreprise
fc --> UC1
fc --> UC4
UC4 <.left. UC2 :extends
UC4 <.UC3 :extends
UC1 <|- UC5
UC1 <|-down- UC23
UC1 <|-down- UC24
' Pour l'école
EC --> UC7
EC --> UC8
UC8 <|-right- UC9
UC8 <|-left- UC10
' Pour les authentifications con
UC1 .down.> UC6:include
UC4 .down.> UC6:include
UC8 .down.> UC6:include
UC7 .down.> UC6:include
UC11 .down.> UC6:include
UC15 .down.> UC6:include
' Pour l'étudiant
ET --> UC11
ET --> UC15
UC15 <.down. UC22 :extends
UC22 <.. UC16 : extends
UC22 <.down. UC18 : extends
UC22 <.down. UC19 : extends
@enduml
| false | true | true | false | usecase |
26a795d6e4de756fd034f68032c2c4a0e0ac47bb | 63dcbe35cb6f8b9845a7a04814346d69d3a15339 | /docs/Sprint1/MD/Sprint1_MD.puml | 507b861bb5c82217789c507c15a736abbecfb3fe | [] | no_license | 1191259/ProjetoLapr3 | eef0a1bc6042f95f8699431f75b208c03629dd94 | 89fff4c661776fbb89d6903bac59995c114bfb98 | refs/heads/master | 2023-02-18T03:10:01.136071 | 2021-01-05T14:45:44 | 2021-01-05T14:45:44 | 327,039,842 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,258 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Platform {
}
class Administrator {
}
class Courier {
-String idPharmacy
}
class ElectricScooter {
-Integer uniqueNumber
-Integer batteryCapacity
}
class Pharmacy {
-String id
-String name
}
class PharmacyPark {
-Integer capacity
}
class RegisteredUser {
-String name
-String email
-String homeAddress
-String gpsLocation
-String creditCardNumber
-String validityDate
-Integer CCV
}
class Product {
-String id
-String name
}
class Order {
-List products
-Integer uniqueNumber
-Integer weight
-String state
}
class Delivery {
-Integer distance
}
Platform "1" -- "*" Administrator : has >
Platform "1" -- "*" RegisteredUser : has >
Platform "1" -- "1" Pharmacy : has >
Administrator "1" -- "1" Pharmacy : creates >
RegisteredUser "1" -- "1" Pharmacy : registers on >
RegisteredUser "1" -- "1" Order : does >
Order "1" -- "1" Delivery : generates >
Pharmacy "1" -- "1" PharmacyPark : has >
Pharmacy "1" -- "*" Courier : has >
Pharmacy "1" -- "*" Product : has >
Courier "1" -- "1" ElectricScooter : has >
Pharmacy "1" -- "*" ElectricScooter : has >
Delivery "1" -- "1" Courier : has >
@enduml
| false | true | false | false | class |
992369966858d30aa67be13659720555b05753c2 | 176fa7e597c2f2337f80a9d4e393e636e5823129 | /stocky-devel/stocky/docs/source/uml_images/classes_TLSAscii_classes.plantuml | cf03223a7bf81f07bcf3dc371d2b4aa3f3f6e4e0 | [
"Apache-2.0"
] | permissive | cfe-lab/stocky | 0133abf16bbf068d8ef3684af4d7b22e96756e37 | 6c4114551d9b61c5ba3db2c237e995fecdd2f6b3 | refs/heads/master | 2021-04-15T17:01:15.610547 | 2019-04-08T18:51:52 | 2019-04-08T18:51:52 | 126,519,914 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,232 | plantuml | @startuml
title classes TLSAscii
class BuzzViblen
class short {
+name
+value
}
class medium {
+name
+value
}
class _long {
+name
+value
}
class Buzzertone
class low {
+name
+value
}
class med {
+name
+value
}
class high {
+name
+value
}
class AlertParams {
+buzzeron
+pitch
+vblen
+vibrateon
}
class BarcodeParams {
+doalert
+read_time_secs
+with_date_time
+tostr(self)
}
class QStype
class _all {
+name
+value
}
class nsl {
+name
+value
}
class sl {
+name
+value
}
class BankSelectType
class epc {
+name
+value
}
class tid {
+name
+value
}
class usr {
+name
+value
}
class SelectTargetType
class s0 {
+name
+value
}
class s1 {
+name
+value
}
class s2 {
+name
+value
}
class s3 {
+name
+value
}
class sl {
+name
+value
}
class RFIDParams {
+pdct
+tostr(self)
}
class TlsMode
class stock {
+name
+value
}
class radar {
+name
+value
}
class undef {
+name
+value
}
class RunningAve {
+A_OFFSET
+N_PROP_TEN
+logger
+nave
+add_clresp(self, clresp:commlink.CLResponse)
+do_ave(tlst:typing.List[int])
+get_runningave(self)
+reset_average(self)
+ri2dist(ri:int)
}
class TLSReader {
+cur_state
+mode
+runningave
+bt_set_radar_mode(self, epc:typing.Optional[EPCstring])
+bt_set_stock_check_mode(self)
+doalert(self, p:AlertParams)
+generate_msg(self)
+is_in_radarmode(self)
+radar_get(self)
+read_user_bank(self, epc:EPCstring, num_chars:int)
+readbarcode(self, p:BarcodeParams)
+reset_inventory_options(self)
+send_abort(self)
+send_rfid_msg(self, msg:CommonMSG)
+set_alert_default(self, p:AlertParams)
+set_bluetooth(self, bt_on:bool, bundle_id:str, bundle_seed_id:str, bt_name:str, bt_spp:bool, bt_pairing_code:str)
+set_date_time(self, yy:int, mm:int, dd:int, hrs:int, mins:int, secs:int)
+set_readbarcode_params(self, p:BarcodeParams)
+set_region(self, region_code:str)
+write_user_bank(self, epc:EPCstring, data:str)
}
TLSReader o-- radar
TLSReader o-- undef
TLSReader o-- stock
TLSReader o-- RunningAve
@enduml
| false | true | false | false | class |
af4bc1f909af81829150d3818f717c7d1fe965f0 | 22c062df90adff61becb66216348f35b57920adb | /UML/BehavioralDiagrams/SequenceDiagram/diagrams/TheaterServer.puml | 079dfc9ad95ec84979458d77eff7fb2da9023865 | [
"BSD-3-Clause"
] | permissive | zainmehdi/software_engineering | 0ca30f6daf526434fbec9ae0240da0685dc5977a | 9b655590d05246d6e859673161de05ecde788b14 | refs/heads/master | 2022-12-29T14:33:41.798904 | 2020-10-12T13:57:20 | 2020-10-12T13:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 284 | puml | @startuml
actor user
participant Theater
participant Server
user-> Theater: Insert card
user-> Theater: Select date
Theater --> user: Offer seat
user -> Theater :Submit order
Theater -> Server: Submit order
Server -> Theater: Order Confirmed
Theater -> user: Order Confirmed
@enduml
| false | true | false | false | sequence |
fac5f4cb8836d5a992e0e4bcc2223663dd02c3db | 4e806ee3e3f152e54fb781332a99ad7b36a1e44b | /plantuml/src/ClassDiagram.puml | 71b8a176516897bba301a239062a297bfdf01ab1 | [
"MIT"
] | permissive | kenbutler/personal_finance | 40bdacd25e76e0f38f4993b75bcdecc71bded09f | 4a1f7e3d8735f94781efdd2278ded405f06e9470 | refs/heads/main | 2022-01-04T01:58:11.887248 | 2022-01-04T00:02:29 | 2022-01-04T00:02:29 | 224,687,865 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,718 | puml | @startuml
enum Necessity {
CRITICAL
NECESSARY
EXCUSABLE
EXTRAVAGANT
}
class Transaction {
+ date : date
+ amount : float
+ description : string
+ previous_value : float
+ confirmed : bool = False
+ reservoir_name : string = ""
}
class Expense {
+ necessity_level : Necessity
}
class Account {
+ name : string
+ number : int
+ website : string
+ phone : int
- value : float = 0.0
+ float getValue()
}
note right of Account
Of the N accounts that exist,
only M of them are associated
with a Budget. Here M <= N
end note
class Checking {
+ routing_number : int
}
class Savings {
+ routing_number : int
+ interest_rate : float
}
class MoneyMarket {
+ routing_number : int
+ interest_rate : float
}
class CreditCard {
' TODO
+ credit_limit : float
}
class IRA {
' TODO: Individual retirement account
}
class Traditional {
' TODO: Traditional IRA
}
class Roth {
' TODO: Roth IRA
}
enum Frequency {
FIXED
WEEKLY
MONTHLY
ANNUALLY
}
class Reservoir {
+ name : string
+ category : string
+ essential : bool = false
+ value : float = 0.0
+ savings_rate : float = 0.0
+ savings_rate_type : Frequency = FIXED
+ limit : float = 0.0
+ last_changed : date = Today
+ history : list = []
+ history_limit : int = 10
}
note left of Reservoir
Paycheck and Budget
use same Reservoirs
end note
class Budget {
+ base : float = 0.0
+ reservoirs : dict = {}
+ sources: list = []
}
note bottom of Budget
Base represents any base
safety net to build into
the budget
end note
note bottom of Budget
Sources are Accounts at
which money resides --
money that is categorized
by reservoirs
end note
class Paycheck {
+ value : float
+ date : date
+ period : float
+ allocations : dict = {}
+ priorities : list = []
+ float compute_cost_of_living(num_months : float)
+ void add_allocation(r : Reservoir, priority : int)
+ void remove_allocation(name : string)
- void update_priorities(void)
}
note left of Paycheck
Period is represented in
number of weeks
end note
class NetWorth {
' TODO: Net worth
}
NetWorth "1" o-- "1..N" Account
Paycheck "1" *-- "1..L" Reservoir : allocates to
Reservoir "1..L" --o "1" Budget : consists of
Budget "1" o-- "1..M" Account
' A collection of transactions could also be called a "ledger"
Expense --|> Transaction
Transaction "many" --* "1" Account
' Account relationships
Account <|-- Checking
Account <|-- Savings
Account <|-- MoneyMarket
Account <|-- CreditCard
Account <|-- IRA
IRA <|-- Traditional
IRA <|-- Roth
@enduml | false | true | false | false | sequence |
615bd9780d1bc2981f01fc94ac0f436f1cae3d31 | c420f8f3a0ba83db341c75671fc3179086ca44af | /assets/ticket_worklfow.puml | e0018c24d72dbfa12a0377f06b595149b9c98daa | [] | no_license | bokmann/architectural-katas-renaissance | 31ba3d23f188f743ae3174c68b887cae24a91ffd | 2d56066ab47cd340da3ecfd358f5321d21fe5bab | refs/heads/master | 2023-05-04T12:24:42.044813 | 2021-05-21T10:28:28 | 2021-05-21T10:28:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 942 | puml | @startuml Ticket flow
state "Ticket created" as created
state expert_available <<choice>>
state expert_accepted <<choice>>
state deadline_met <<choice>>
state "Ticket assigned" as assigned
state "Expert notified" as notified
state "Assignment accepted" as accepted
state "Escalated to manager" as escalated
state "Ticket completed" as completed
state "Survey sent" as survey_sent
[*] --> created
created --> expert_available
expert_available --> assigned : [exper found]
expert_available -[#red]-> escalated: [no available experts]
assigned --> notified
notified --> expert_accepted
expert_accepted -[#green]-> accepted :[Accepted]
expert_accepted -[#red]-> created : [Rejected, timeout]
accepted --> deadline_met
deadline_met -[#red]-> escalated: [Deadline failed]
escalated --> created: Reopened
accepted --> completed
completed --> survey_sent
survey_sent --> [*]
' note left of escalated: Manual control happens here
@enduml | false | true | false | false | sequence |
3c91d5a27314bda9c02f5db9c6db9867856f4106 | 4d97f70d108affdf4620d2275e4826953dad05de | /de.gematik.ti.test.utils/doc/plantuml/TESTUTILS/overview.plantuml | a74e56f4e2100c7236e53333e3e73d7150edb24f | [
"Apache-2.0"
] | permissive | gematik/ref-Ti-Test-Utils | 8bfbf94bd7cc29cd7a82120dfde9a47d5e541926 | 7a7b0c75d7e82147439fa4643bf4fe0321c163a0 | refs/heads/master | 2022-02-15T19:34:37.818744 | 2022-01-07T07:24:39 | 2022-01-07T07:24:39 | 233,038,026 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 262 | plantuml | @startuml
package de.gematik.ti.test.utils.parser {
class ApduParser {
{static} - LOG : Logger
- ApduParser()
{static} + toCommandApdu()
{static} + toCommandApdu()
{static} - parse()
}
}
@enduml | false | true | false | false | class |
c1742eb7fb52d4520693990c90320a377a11940b | 0c61b0ce4b70c0f6e8b60c17f0e25705a64d90bb | /Car_UltraSonicRefactor/Car_UltraSonicRefactor/Autonomous_Car/Sequence.puml | b27939d66fcc2ce62f38fa5f0e66b31af738437c | [] | no_license | MoatazTarekHub/sprints_tasks | b36ce540b4742701fa6d666a45cade5a8704669e | 3a97afe86e87a2668f52763886423506d8ca1a85 | refs/heads/master | 2023-08-11T00:35:08.250045 | 2021-09-09T08:09:31 | 2021-09-09T08:09:31 | 381,381,143 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 737 | puml | @startuml
participant main
participant Monitoring
participant MotorControl
participant Sensor
participant Motor
participant DIO
participant EXTI
participant Timer
participant PWM
main -> Monitoring : Sensor MainFunction
Monitoring -> Sensor : Ultrasonic_u16GetDistance
Sensor -> DIO : Trigger
Sensor -> EXTI : Detect Echo Egde & start timer
EXTI -> Timer : calculate time
Timer -> EXTI : Number of Count
EXTI -> Sensor : return time to calculate Distance
Sensor -> Monitoring : get Distance
Monitoring -> Monitoring : update state
main -> MotorControl : MOTOR_mainFunction
MotorControl -> MotorControl : check Distance
MotorControl -> Motor : Set Direction
MotorControl -> PWM : Set Speed
PWM -> DIO : Duty Cycle
@enduml | false | true | false | false | sequence |
b802c801fe60a9fe1106b056e60a885dc0e6595d | 22c062df90adff61becb66216348f35b57920adb | /DesignPatern/src/Behavioral/diagrams/notepad_memento.puml | 195f0ae5705190676dc2170114dd695d8bd674f7 | [
"BSD-3-Clause"
] | permissive | zainmehdi/software_engineering | 0ca30f6daf526434fbec9ae0240da0685dc5977a | 9b655590d05246d6e859673161de05ecde788b14 | refs/heads/master | 2022-12-29T14:33:41.798904 | 2020-10-12T13:57:20 | 2020-10-12T13:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,174 | puml | @startuml
skinparam classAttributeIconSize 0
interface "Interface \n Memento" as Memento{
+{abstract} state():string
+{abstract} date():string
+{abstract} getName():string
}
class ConcreteMemento{
- string m_state
- string m_date
+ ConcreteMemento(string state)
+ string state()
+ string date()
+ string getName()
}
class Originator
{
-string m_state;
+ Originator(string state) : m_state(state)
Memento *Save()
Restore(Memento* memento)
changeText(string text):void
}
note "this->m_state = text" as OriginatorChangeText
OriginatorChangeText .. Originator::changeText
class CareTaker
{
-stack<Memento*> m_mementos;
-Originator *m_originator;
+CareTaker(Originator *originator)
+backUp():void
+undo():void
}
note "this->m_mementos.push(this->m_originator->Save())" as CareTakerBackUp
note "Memento* memento= m_mementos.top() \n m_mementos.pop() \n this->m_originator->Restore(memento)" as CareTakerUndo
CareTakerBackUp .. CareTaker::backUp
CareTaker::undo .. CareTakerUndo
ConcreteMemento -up..|> Memento
Originator -up..> Memento
Originator <--> ConcreteMemento
CareTaker -up--> Memento
@enduml
| false | true | false | false | class |
bd3b6dc2373df376a1d9e7b6a2ed5fc21978c347 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_TextUtilities.puml | e6c608cff61843d81bc39d42adf84c03dd3e5650 | [] | 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 | 2,510 | puml | @startuml
enum CaretPosition {
None,
Left,
Right,
}
class CaretInfo <<struct>> {
+ index : int
+ CaretInfo(index:int, position:CaretPosition)
}
class TMP_TextUtilities <<static>> {
+ {static} GetCursorIndexFromPosition(textComponent:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} GetCursorIndexFromPosition(textComponent:TMP_Text, position:Vector3, camera:Camera, cursor:CaretPosition) : int
+ {static} FindNearestLine(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} FindNearestCharacterOnLine(text:TMP_Text, position:Vector3, line:int, camera:Camera, visibleOnly:bool) : int
+ {static} IsIntersectingRectTransform(rectTransform:RectTransform, position:Vector3, camera:Camera) : bool
+ {static} FindIntersectingCharacter(text:TMP_Text, position:Vector3, camera:Camera, visibleOnly:bool) : int
+ {static} FindNearestCharacter(text:TMP_Text, position:Vector3, camera:Camera, visibleOnly:bool) : int
+ {static} FindIntersectingWord(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} FindNearestWord(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} FindIntersectingLine(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} FindIntersectingLink(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} FindNearestLink(text:TMP_Text, position:Vector3, camera:Camera) : int
+ {static} ScreenPointToWorldPointInRectangle(transform:Transform, screenPoint:Vector2, cam:Camera, worldPoint:Vector3) : bool
+ {static} DistanceToLine(a:Vector3, b:Vector3, point:Vector3) : float
<<const>> k_lookupStringL : string = "-------------------------------- !-#$%&-()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[-]^_`abcdefghijklmnopqrstuvwxyz{|}~-"
<<const>> k_lookupStringU : string = "-------------------------------- !-#$%&-()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[-]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~-"
+ {static} ToLowerFast(c:char) : char
+ {static} ToUpperFast(c:char) : char
+ {static} GetHashCode(s:string) : int
+ {static} GetSimpleHashCode(s:string) : int
+ {static} GetSimpleHashCodeLowercase(s:string) : uint
+ {static} HexToInt(hex:char) : int
+ {static} StringHexToInt(s:string) : int
}
class LineSegment <<struct>> {
+ LineSegment(p1:Vector3, p2:Vector3)
}
CaretInfo --> "position" CaretPosition
TMP_TextUtilities +-- LineSegment
LineSegment --> "Point1" Vector3
LineSegment --> "Point2" Vector3
@enduml
| false | true | false | false | class |
85d85377e2466e7e24f1ee5f60e92543290c0083 | f4912b210d7eb691deae8a8a396ecbc2b9ae4386 | /assets/WebDisplayContacts1.puml | 19ce4502790cebaf24e56be541ffd9048140a62c | [
"MIT"
] | permissive | newportg/newportg.github.io | 8eaf3eb41e7502b26c7aa33b55e3e9ec67731536 | 5fae722e228c339cf6707ba4a4747fc7bbbf9705 | refs/heads/master | 2021-06-06T00:04:48.145436 | 2020-03-06T09:18:45 | 2020-03-06T09:18:45 | 152,589,658 | 0 | 1 | null | 2019-02-08T15:05:51 | 2018-10-11T12:40:31 | JavaScript | UTF-8 | PlantUML | false | false | 939 | puml | @startuml
title Web Display Contacts
object Activity
object ActivityWebnegotiator
object ActivityNegotiator
object ActivityDepartment
object User
object OrganisationalUnit
ActivityWebnegotiator --|> User
ActivityWebnegotiator -up-|> Activity
ActivityDepartment --|> OrganisationalUnit
ActivityNegotiator --|> User
ActivityNegotiator -up-|> Activity
ActivityDepartment -up-|> Activity
User --|> OrganisationalUnit
User : Id
User : FirstName
User : LastName
User : EmailAddress
User : TelephoneNumber
User : ResponsibleForSaleOrLetNegotiatorDepartmentId
ActivityDepartment : Id
ActivityDepartment : ActivityId
ActivityDepartment : DepartmentId
ActivityNegotiator : Id
ActivityNegotiator : ActivityId
ActivityNegotiator : UserId
ActivityNegotiator : UserTypeId
ActivityWebnegotiator : Id
ActivityWebnegotiator : ActivityId
ActivityWebnegotiator : UserId
ActivityWebnegotiator : Order
Activity : Id
OrganisationalUnit : Id
@enduml | false | true | false | false | class |
e4781fb7bfda06f033219e281c4b67b4ab87ce85 | 6e30d5b3d773278394abbe71164bf1b8aff94b8d | /RoommateWrangler/app/UML/SystemSequenceDiagram7.puml | 0588d909b09b56b9917bc2f5f087e15b523aaeea | [] | no_license | irocketh/RoommateWrangler | 2ffdbcbd60a4a71cc5307f958cd5b80cd7411664 | 539b26e4181eb4d5da0604e9423fd8c519db35c7 | refs/heads/master | 2020-12-24T16:50:18.964057 | 2015-05-19T02:23:22 | 2015-05-19T02:23:22 | 35,854,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
title send bill reminders
Actor Wrangler
Wrangler <-- RoommateWrangler: bill totals
Wrangler <-- RoommateWrangler: corresponding responsible roommates
Wrangler -> RoommateWrangler: select send reminders
Wrangler <-- RoommateWrangler: request to confirm to send reminders
Wrangler -> RoommateWrangler: confirm to send reminders
loop for all roommates
opt if roommate total != 0
RoommateWrangler -> RoommateWrangler: generate SMS message with total
RoommateWrangler -> RoommateWrangler: send SMS message to roommate
end
Wrangler <-- RoommateWrangler: inform messages sent
end
@enduml | false | true | false | false | sequence |
6bcf67275e0e4c61f48e12a21719fcf8596d506b | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 4/UC11_Editar_Candidatura/UC11_ExcertoMD_Editar_Candidatura.plantuml | 4eef466c3802c0d6ca79b62a141244a7561d1b36 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 2,095 | plantuml | @startuml
title UC11 - Editar Candidatura
class Plataforma {
-String designacao
}
class Anuncio {
-Data dataInicioPublicitacao
-Data dataFimPublicitacao
-Data dataInicioCandidatura
-Data dataFimCandidatura
-Data inicioSeriacao
-Data fimSeriacao
}
class Categoria {
-String id
-String descricao
}
class GrauProficiencia {
-Integer valor
-String designacao
}
class CaracterizacaoCT {
-boolean obrigatoria
}
class CompetenciaTecnica {
-String codigo
-String descricaoBreve
-String descricaoDetalhada
}
class Tarefa {
-String referencia
-String designacao
-String descricaoInformal
-String descricaoTecnica
-Integer duracaoEstimada
-double custoEstimado
}
class Freelancer {
-String nome
-String NIF
-String telefone
-Email email
}
class Candidatura {
-Data dataCandidatura
-Data dataEdicaoCandidatura
-Double valorPretendido
-Integer numeroDias
-String txtApresentacao
-String txtMotivacao
}
class HabilitacaoAcademica{
-String grau
-String designacaoCurso
-String nomeInstituicao
-Double mediaCurso
}
class ReconhecimentoCT {
-Data dataReconhecimento
}
Plataforma "1" -- "*" Categoria : possui >
Plataforma "1" -- "*" Anuncio : publicita >
Plataforma "1" -- "*" CompetenciaTecnica : possui >
Plataforma "1" -- "*" Freelancer : tem/usa >
Anuncio "0..1" -- "1" Tarefa : publicita >
Anuncio "0..1" -- "1" Tarefa : dá origem <
Anuncio "1" - "*" Candidatura : recebe >
Tarefa "*" -- "1" Categoria : enquadra-se em >
Candidatura "*" -- "1" Freelancer : realizada por >
Freelancer "1" --- "*" HabilitacaoAcademica : tem >
Freelancer "1" --- "*" ReconhecimentoCT : recebe(u) <
ReconhecimentoCT "*" - "1" CompetenciaTecnica : relativo a >
ReconhecimentoCT "*" -- "1" GrauProficiencia : reconhece >
CompetenciaTecnica "1" - "*" GrauProficiencia : aplica >
CaracterizacaoCT "*" - "1" GrauProficiencia : exige (como mínimo) >
Categoria "*" --- "*" CompetenciaTecnica : requer >
(Categoria, CompetenciaTecnica) . CaracterizacaoCT
@enduml | false | true | true | false | class |
ad23f22a560f5381328486d4156cd9c6d2ef97e8 | 4ee46c4f82ed1aaa4a22cedd34c158e119f0a15f | /payment-transfer-sequence.puml | 7b0f6b0a654bcee1259f0daa70242ec99892438e | [] | no_license | evgueni-spb/bootcamp | 72ee0254cdd55cfeb6c817f194c3283fae0744c8 | 15793448d3c17576d0dd8aef5490a982ef94115b | refs/heads/master | 2020-08-30T08:53:37.046485 | 2019-11-26T21:12:08 | 2019-11-26T21:12:08 | 218,325,256 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,142 | puml | @startuml
skinparam participant {
BackgroundColor yellow
BorderColor brown
}
actor "Job Scheduler"
participant EISUPaymentTransferJob
participant EISUPaymentStagingServiceImpl
participant EISUPaymentTransferServiceImpl
participant EISUCheckPaymentTransferMapperImpl
participant EISUEFTPaymentTransferMapperImpl
participant StreamFactory #lightgray
participant BeanWriter #lightgray
participant ProducerTemplate #lightgray
participant EISUPaymentTransferRouteBuilder
participant "SFTP component" #lightgray
participant EISUPaymentTransferPostProcessor
"Job Scheduler" ->o EISUPaymentTransferJob : run
EISUPaymentTransferJob -> EISUPaymentTransferJob ++: doExecute
EISUPaymentTransferJob -> EISUPaymentTransferJob ++ : fetchCheckPayments
EISUPaymentTransferJob -> EISUPaymentStagingServiceImpl ++ : fetchStagingRecords
return
return
EISUPaymentTransferJob -> EISUPaymentTransferJob ++ : fetchEFTPayments
EISUPaymentTransferJob -> EISUPaymentStagingServiceImpl ++: fetchStagingRecords
return
return
EISUPaymentTransferJob -> EISUPaymentTransferServiceImpl ++ : transferCheckPayments
EISUCheckPaymentTransferMapperImpl ->o StreamFactory :createWriter
loop "all check payments"
EISUPaymentTransferServiceImpl -> EISUCheckPaymentTransferMapperImpl ++ :validateStagingRecord
return
EISUPaymentTransferServiceImpl -> EISUCheckPaymentTransferMapperImpl ++ :mapStagingRecord
note over EISUCheckPaymentTransferMapperImpl #aqua :payment transfer CHECK mapping xml file
EISUCheckPaymentTransferMapperImpl -> BeanWriter ++ :write
return
return
end
EISUPaymentTransferServiceImpl -> ProducerTemplate : sendBodyAndHeader
ProducerTemplate -[#blue]>o EISUPaymentTransferRouteBuilder:configure
ProducerTemplate -[#blue]>o "SFTP component":send
note over "SFTP component" #aqua : retry N times on fail with timeout M
ProducerTemplate -[#blue]>o EISUPaymentTransferPostProcessor:process
EISUPaymentTransferPostProcessor -> EISUPaymentTransferPostProcessor:updateStagingRecords
EISUPaymentTransferPostProcessor -> EISUPaymentTransferPostProcessor:updatePayments
return
EISUPaymentTransferJob -> EISUPaymentTransferServiceImpl ++ : transferEFTPayments
EISUCheckPaymentTransferMapperImpl ->o StreamFactory :createWriter
loop "all EFT payments"
EISUPaymentTransferServiceImpl -> EISUCheckPaymentTransferMapperImpl ++ :validateStagingRecord
return
EISUPaymentTransferServiceImpl -> EISUCheckPaymentTransferMapperImpl ++ :mapStagingRecord
note over EISUCheckPaymentTransferMapperImpl #aqua :payment transfer EFT mapping xml file
EISUCheckPaymentTransferMapperImpl -> BeanWriter ++ :write
return
return
end
EISUPaymentTransferServiceImpl -> ProducerTemplate : sendBodyAndHeader
ProducerTemplate -[#blue]>o EISUPaymentTransferRouteBuilder:configure
note over EISUPaymentTransferRouteBuilder #aqua : retry N times on fail with timeout M
ProducerTemplate -[#blue]>o "SFTP component":send
ProducerTemplate -[#blue]>o EISUPaymentTransferPostProcessor:process
EISUPaymentTransferPostProcessor -> EISUPaymentTransferPostProcessor:updateStagingRecords
EISUPaymentTransferPostProcessor -> EISUPaymentTransferPostProcessor:updatePayments
return
@enduml
@enduml | false | true | false | false | sequence |
a7e0a9ea2c7bf0c7b9552bfb1cfe49442e7c33e4 | 874fb77bc16a5b6693272d5d267c45dfee98e24d | /spring-security.puml | aed8ef79d1e7f13b8174c70924e1a973df0f7a8b | [] | no_license | saintshaga/auth | 012e3c411325531b55de7ec14acbfc641b50779e | c90e4ebb5727b4735d50f5c1f48d349df4092db7 | refs/heads/master | 2020-04-01T01:45:36.091750 | 2018-12-03T08:06:13 | 2018-12-03T08:06:13 | 152,751,158 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,774 | puml | @startuml
namespace authenticationDetails {
interface AuthenticationManager {
Authentication authenticate(Authentication)
}
class ProviderManager {
Authentication authenticate(Authentication)
}
note left of ProviderManager
for each provider, call
provider.authenticate if supports.
Possible returns in provider:
1, Authentication: authenticate success
2, null: rest providers will be called
3, Throw AccoutStatusException or
4, Throw InternalAuthenticationServiceException:
the exception will be throw directly
5, Throw AuthenticationException:
the rest providers will still be called.
The exception will be thrown if no providers can authenticate
end note
note right of ProviderManager
add customized provider in configure:
@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.authenticationProvider(authenticationProvider());
auth.authenticationProvider(anotherProvider());
}
end note
interface AuthenticationProvider {
Authentication authenticate(Authentication)
boolean supports(Class<?> authentication)
}
abstract class AbstractUserDetailsAuthenticationProvider
class DaoAuthenticationProvider
note left: call userDetalsService to get user information
interface UserDetailsService {
UserDetails loadUserByUsername(String username)
}
interface UserDetailsManager {
void createUser(UserDetails)
void updateUser(UserDetails)
void deleteUser(UserDetails)
}
class InMemoryUserDetailsManager
class JdbcDaoImpl
class JdbcUserDetailsManager
AuthenticationManager <|-- ProviderManager
ProviderManager *-- "n" AuthenticationProvider : contains >
AuthenticationProvider <|-- AbstractUserDetailsAuthenticationProvider
AbstractUserDetailsAuthenticationProvider <|-- DaoAuthenticationProvider
DaoAuthenticationProvider --> UserDetailsService : uses >
UserDetailsService <|-- UserDetailsManager
UserDetailsManager <|-- InMemoryUserDetailsManager
UserDetailsService <|-- JdbcDaoImpl
UserDetailsManager <|-- JdbcUserDetailsManager
JdbcDaoImpl <|-- JdbcUserDetailsManager
}
namespace authenticationFilter{
interface Filter
abstract class GenericFilterBean
abstract class AbstractAuthenticationProcessingFilter
class UsernamePasswordAuthenticationFilter
class CustomizedAuthenticationFilter{
Authentication attemptAuthentication(HttpServletRequest request,
HttpServletResponse response)
}
interface AuthenticationSuccessHandler{
void onAuthenticationSuccess(HttpServletRequest request,
HttpServletResponse response, Authentication authentication)
}
interface AuthenticationFailureHandler{
void onAuthenticationFailure(HttpServletRequest request,
HttpServletResponse response, AuthenticationException exception)
}
Filter <|-- GenericFilterBean
GenericFilterBean <|-- AbstractAuthenticationProcessingFilter
AbstractAuthenticationProcessingFilter <|-- UsernamePasswordAuthenticationFilter
AbstractAuthenticationProcessingFilter <|-- CustomizedAuthenticationFilter
AbstractAuthenticationProcessingFilter -right> AuthenticationSuccessHandler : call if authentication success >
AbstractAuthenticationProcessingFilter -left> AuthenticationFailureHandler : call if authentication fail(throw AuthenticationException) >
note bottom of CustomizedAuthenticationFilter
Create filter instance:
@Bean
public CustomizedAuthenticationFilter authenticationFilter() throws Exception {
CustomizedAuthenticationFilter filter = new CustomizedAuthenticationFilter(PERMIT_REQUESTS);
filter.setAuthenticationFailureHandler(new ChainAuthenticationFailureHandler(failureHandler()));
filter.setAuthenticationSuccessHandler(new ChainAuthenticationSuccessHandler(successHandler()));
filter.setAuthenticationManager(authenticationManagerBean());
return filter;
}
Configure customized filter:
@Override
protected void configure(HttpSecurity http) throws Exception {
http
.authorizeRequests().antMatchers(PERMIT_REQUESTS).permitAll()
.anyRequest().authenticated()
.and()
<font color="red">.addFilterBefore(authenticationFilter(), UsernamePasswordAuthenticationFilter.class)</font>
;
}
end note
}
authenticationFilter.CustomizedAuthenticationFilter -left> authenticationDetails.AuthenticationManager : call authenticationManager to do real authenticate >
@enduml | false | true | false | false | sequence |
003edc385e8e2bf91ba54b102bdc0b614db846c6 | 1c2ffdfa1f2d5109bb4e1a2fb5e9e48c5cea8edd | /assets/cFramStorage.plantuml | 6e1c3f7521e0a5959f34892b74c1f1351a0c7220 | [
"MIT"
] | permissive | mcci-catena/Catena-Arduino-Platform | e4b940473831521d84d7f766965c49fcd1a5d247 | 2ce0ec05ac252edab2c5a60d7d0a9a894b30ad70 | refs/heads/master | 2023-08-31T18:10:49.000465 | 2023-06-26T11:01:17 | 2023-06-26T11:01:17 | 72,812,020 | 15 | 11 | MIT | 2023-09-07T12:00:23 | 2016-11-04T03:44:20 | C++ | UTF-8 | PlantUML | false | false | 1,435 | plantuml | @startuml "cFramStorage hierarchy"
/' PlantUML image for FRAM
'/
namespace McciCatena {
class cFramStorage {
+enum StandardKeys
+typedef uint32_t Offset;
+{static}const StandardItem vItemDefs[];
}
class cFramStorage::StandardItem {
-uint32_t makeValue();
+uint32_t getSize();
+StandardKeys getKey();
+bool isNumber();
+bool isReplicated();
+const GUID *getGuid();
-uint32_t uValue;
}
class cFramStorage::ObjectRaw {
+uint32_t uSizeKey
+GUID Guid
+uint8_t uKey
+uint8_t uVer[3]
+bool isStandard()
+cFramStorage::Object *getStandardObject()
}
class cFramStorage::Object {
+uint16_t getObjectSize()
+uint16_t nextObjectOffset();
+uint16_t getObjectClicks();
+bool setObjectSize();
+uint16_t hasValidSize();
+uint16_t getDataSize();
+bool matchesGuid();
+int getKey();
+{static}uint16_t neededClicks();
+bool validDataSize();
+bool isReplicated();
+unsigned nReplicants();
+uint32_t offsetOfReplicant();
+uint8_t getCurrent();
+void setCurrent();
+uint8_t *getDiscriminatorBuffer();
+size_t getDiscriminatorBufferSize();
+size_t offsetOfDiscriminator();
+size_t getBufferSize();
+uint8_t *getBuffer();
+bool initialize();
+bool isValid();
}
cFramStorage "1" *--> "kMax" cFramStorage::StandardItem : vItemDefs[]
class cFramStorage::StandardKeys
cFramStorage *--> cFramStorage::StandardKeys
cFramStorage::ObjectRaw <|-- "cFramStorage::Object"
}
@enduml | false | true | false | false | sequence |
47ada7673ce855acd754aa73296d856bc4001256 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/plantuml/io/loader_puml_less.puml | 4962b80d3a0beefa66ca02a43aebbf41f61406f0 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050466 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 583 | puml | @startuml
title Génération d'un diagramme depuis un fichier PlantUML et son fichier de paramètres
actor user
entity loader
user -> loader : load(filename.puml, filename.less)
create entity plantUMLParser
loader -> plantUMLParser : new PlantUMLParser(filename.puml)
loader -> plantUMLParser : load()
create entity diagram
plantUMLParser -> diagram : (return)
create entity styleParser
loader -> styleParser : new StyleParser(filename.less)
loader -> styleParser : apply(diagram)
group for each style
styleParser -> diagram : apply()
end group
diagram -> user : (return)
@enduml | false | true | true | false | usecase |
83a9800cfcd44f71b2097d86c741c11d44cc4596 | 0dfa9e1952d75db905145c55ae0f3444f98f8ed2 | /Huffman.puml | a326e7b041dcb5f4443c2f0d89fe7873804f539b | [] | no_license | genryxy/pack_unpack_file | 1739cb4e8c8612cc93e6d0959acfd43686ed9b3b | a6c1199a315cf105294f507044ce1252b4b0e16f | refs/heads/master | 2022-04-13T00:24:14.407241 | 2020-04-07T00:03:17 | 2020-04-07T00:03:17 | 253,103,978 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 948 | puml | @startuml
class Huffman {
- num : uint
- temp_code : vector<int>
- frequency_table : map<uchar, uint>
- codes : map<uchar, vector<int>>
--
+ huffmanCompress(string input, string output) : void
+ huffmanDecompress(string input, string output) : void
--
- {static} getNewNode(uchar value, uint frequency, Node* left, Node* right) : Node*
- {static} binarySearch(Node** arrNodes, int l, int r, uint nodeFreq) : int
- {static} comparator(const pair<uchar, uint> &first, const pair<uchar, uint> &second) : bool
- createFrequencyTable(ifstream &fin, bool isCompressed) : map<uchar, uint>
- buildHuffmanTree() : Node*
- createCharCodesFromTree(Node* root) : void
- writeCompressedHuffmanText(ifstream &fin, ofstream &fout) : void
- createCompressedHuffmanFile(ifstream &fin, ofstream &fout) : void
- invertCompressedCharCodesIntoUsualSymbols(ifstream &fin, ofstream &fout, Node* root) : void
- deleteTree(Node* root) :void
- resetValues() : void
}
@enduml | false | true | false | false | class |
29fac57d95e8780b26925af77a0c3b2ca2c427b4 | 9b58f8ec79a19f9a0c121b99f85260227ad22d4e | /module_app/src/main/assets/4.0.0/model.puml | 4a97cf98fbeba0a0758cd77c023f44cbd2f1e328 | [
"Apache-2.0"
] | permissive | zhangfeng0415/Zakker | 1791f27205146e2b6697380e4d01697db34f5c99 | a5129be9b29d09e5c920bde01e2dc55f6c47bd3c | refs/heads/main | 2023-08-18T00:08:43.597770 | 2021-08-31T15:01:14 | 2021-08-31T15:01:14 | 389,295,519 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
interface IBaseModel{
void onCleared();
}
class BaseModel implements IBaseModel{
protected Application mApplication;
private CompositeDisposable mCompositeDisposable;
public void addSubscribe(Disposable disposable);
public void onCleared();
}
@enduml | false | true | false | false | class |
2f9770fb02218c012c5318fdb325eb84d8442a46 | c85d255daca76e76b7073e0a288849be195b214e | /app/src/main/java/com/architectica/socialcomponents/main/imageDetail/imageDetail.plantuml | 7c0ce49305b8f4c197fb239dcad792d841664439 | [
"Apache-2.0"
] | permissive | AryaAshish/Archcrony | 75bb4646d938b2da11721aff0dde11ad49f4a357 | 3cf972c48e900d513d53ebed857373741c1969b5 | refs/heads/master | 2020-04-29T12:34:32.168647 | 2019-08-01T12:56:05 | 2019-08-01T12:56:05 | 176,141,477 | 1 | 3 | Apache-2.0 | 2019-08-01T12:56:06 | 2019-03-17T18:16:12 | Java | UTF-8 | PlantUML | false | false | 1,717 | plantuml | @startuml
title __IMAGEDETAIL's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace main.imageDetail {
class com.architectica.socialcomponents.main.imageDetail.ImageDetailActivity {
{static} + IMAGE_TITLE_EXTRA_KEY : String
{static} - TAG : String
- progressBar : ProgressBar
- viewGroup : ViewGroup
+ createPresenter()
# onCreate()
- initActionBar()
- loadImage()
}
}
}
namespace com.architectica.socialcomponents {
namespace main.imageDetail {
class com.architectica.socialcomponents.main.imageDetail.ImageDetailPresenter {
+ calcMaxImageSide()
~ ImageDetailPresenter()
}
}
}
namespace com.architectica.socialcomponents {
namespace main.imageDetail {
interface com.architectica.socialcomponents.main.imageDetail.ImageDetailView {
}
}
}
com.architectica.socialcomponents.main.imageDetail.ImageDetailActivity .up.|> com.architectica.socialcomponents.main.imageDetail.ImageDetailView
com.architectica.socialcomponents.main.imageDetail.ImageDetailActivity -up-|> com.architectica.socialcomponents.main.base.BaseActivity
com.architectica.socialcomponents.main.imageDetail.ImageDetailActivity o-- com.architectica.socialcomponents.views.TouchImageView : touchImageView
com.architectica.socialcomponents.main.imageDetail.ImageDetailPresenter -up-|> com.architectica.socialcomponents.main.base.BasePresenter
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 |
7f496ab8c9d4b2c45b3d93bfba8677f35d723d11 | f87b7f02e7df4f89177ff09e7346f5826f20e182 | /src/main/resources/sequence.puml | 72bcaa7b514625b97f88c16ca97bcd2b6103c8f9 | [] | no_license | martosvadim/blackjack | e9453efa454898d2d9929198d614987d686f3c39 | 83c69ea517a1b90d91069b314940220f00e31dcf | refs/heads/master | 2021-01-01T16:16:25.044958 | 2017-07-20T07:31:31 | 2017-07-20T07:31:31 | 97,804,665 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,589 | puml | @startuml
actor Blackjack
== Start Round ==
Blackjack -> GameTable: playRound()
GameTable -> Dealer: shuffleDeck()
Dealer -> Deck: shuffle()
Deck -> Dealer
Dealer -> GameTable
== Deal Stage ==
GameTable -> Dealer: deal(player1)
Dealer -> Deck: nextCard()
Deck -> Dealer: card
Dealer -> Player1: offer(card)
Player1 -> Dealer
Dealer -> Card: flip()
Card -> Dealer
note left
deals one more card to player1
end note
Dealer -> GameTable
GameTable -> Dealer: deal(player2)
note right
deals 2 cards to player2
and all other players as well
end note
Dealer -> GameTable
GameTable -> Dealer: deal(dealer)
note right
deals to dealer himself,
but do not flip the second card
end note
Dealer -> GameTable
== Play Stage ==
GameTable -> Player1: play(dealer)
Player1 -> Dealer: askForACard()
Dealer -> Player1: card
Player1 -> Dealer: askForACard()
Dealer -> Player1: card
Player1 -> Player1: chooseAceValue()
Player1 -> GameTable: stay()
GameTable -> Player2: play(dealer)
note right
plays with player2
and all other players as well
end note
Player2 -> GameTable
GameTable -> Dealer: play(dealer)
note right
dealer plays with himself
end note
Dealer -> GameTable
== Check Stage ==
GameTable -> Player1: check(dealer)
note right
suppose player 1 wins
end note
Player1 -> Dealer: reduceMoney
Dealer -> Player1
Player1 -> Player1: doubleMoney
Player1 -> GameTable
GameTable -> Player2: check(dealer)
note right
suppose player 2 loose
end note
Player2 -> Dealer: increaseMoney
Dealer -> Player2
Player2 -> Player2: zeroMoney
Player2 -> GameTable
== Finish Round ==
GameTable -> Blackjack
@enduml | false | true | false | false | usecase |
993b934444198fddc553705e69426c80ecee3ee6 | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Singleton/Implement/MonoResourceDefaultSingleton.puml | f92b6893221cab8fa784b8de81daf49a67ff1d3c | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 200 | puml | @startuml
abstract class "MonoResourceDefaultSingleton`1"<TSingleton> {
}
"MonoSingleton`2" "<TSingleton,ResourceComponentSingletonProvider<TSingleton>>" <|-- "MonoResourceDefaultSingleton`1"
@enduml
| false | true | false | false | class |
6770d41731750f777f3d4259481286687cb2a306 | cefd625b577d84ddc5394dcc1d86b311146a0540 | /Projeto/newmodel.puml | 2b34ed7a868c8c73677138e2376d95c3347200fe | [] | no_license | PedroAlmeidacode/SGP-WebService | e4ba5584397a024793216d9b4c501b0eccf6954c | 8d0dac81b395260f7b183d60b295a4bbf737b130 | refs/heads/master | 2023-02-23T02:11:45.279517 | 2021-01-17T23:23:17 | 2021-01-17T23:23:17 | 298,246,532 | 0 | 2 | null | 2021-01-17T23:23:07 | 2020-09-24T10:36:14 | Java | UTF-8 | PlantUML | false | false | 876 | puml | @startuml
left to right direction
class Projeto{
- nome:String
- calcularDuracao()
- calcularCusto()
- calcularEstado()
}
class Utilizador{
- nome:String
}
class Empregado{
- cargo:Cargos
- incluirTempoDedicadoMin(tempo: int)
}
class GestorProjeto{
- atribuirPercentualConlusao(percentual: double)
}
class Tarefa{
- tempoEstimado:int
- dataIniciacao:LocalDateTime
+ getCustoTarefa()
}
class TarefaAtual{
- tempoDedicadoMin:int
- percentualConclusao:double
- ultimaAtualizacao:LocalDateTime
}
enum Estados{
ADIANTADO
ATRASADO
NORMAL
}
enum Cargos{
DevJunior
AnalistJunior
DevSenior
AnalistSenior
}
Empregado --|> Utilizador
Cliente --|> Utilizador
Tarefa "1" --- "1" TarefaAtual
Projeto "*" --- "1" GestorProjeto
Projeto "*" -- "1" Cliente
Tarefa "*" -- "1" Empregado
Projeto "1" *-- "*" Tarefa
GestorProjeto --|> Utilizador
@enduml
| false | true | false | false | class |
a0ce621ea707d161b9c22161efcb3a41a31698cb | ef223925387de4927f6aa6a2207dafe5c76ab07c | /src/com/iterator/iterator.puml | 3384a9c8eeb3168e175a3a30c37ee08bcd4c6d3c | [] | no_license | huminxicn/design-pattern | ad050116c2738273c8c5479098b1fb5411ef88f4 | 3a1a75ac45d46b894558ddd873f494ce1e81d0f7 | refs/heads/master | 2021-09-15T01:14:41.458415 | 2021-08-24T10:55:16 | 2021-08-24T10:55:16 | 160,786,186 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 625 | puml | @startuml
title iterator pattern
interface Aggregate
interface Iterator
class Book
class BookShelf
class BookShelfIterator
Aggregate .> Iterator:Creates >
BookShelf .> BookShelfIterator:Creates >
Aggregate <|.. BookShelf
Iterator <|.. BookShelfIterator
BookShelf o-- Book
Aggregate : iterator()
Iterator : hasNext()
Iterator : next()
BookShelf : books
BookShelf : last
BookShelf : getBookAt()
BookShelf : appendBook()
BookShelf : getLength()
BookShelf : iterator()
BookShelfIterator : bookShelf
BookShelfIterator : index
BookShelfIterator : hasNext()
BookShelfIterator : next()
Book : name
Book : getName()
@enduml | false | true | false | false | class |
ba995c6a461c0aa868112fc540f7179de7fdf740 | 8e17abc319d4a773eeba8cd86ea3144f769272fa | /Diagrama de Caso de Uso.puml | b5c87cff467a342831cf6d20440b07192aecc01e | [] | no_license | denyssouza/Perguntas-e-Respostas | ddf2a9d225dac6e0b85565530cfe7b372cb8fb9a | 39e784b4343be8c2af056a998e1fd5b8babe8f45 | refs/heads/master | 2020-03-17T22:12:04.064416 | 2018-08-01T18:44:13 | 2018-08-01T18:44:13 | 133,993,054 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 616 | puml | @startuml
(Jogador 1) as (Use1)
(Jogador 2) as (Use2)
(Salva nome dos Jogadores) as (Use3)
(Informa palavra escolhido ao jogador) as (Use5)
(Verifica se jogador acertou a palavra) as (Use6)
(Armazena pontuação) as (Use10)
(Informar Vencedor) as (Use7)
(Jogador 1 informa a primeira dica para o Jogador 2) as (Use8)
(Jogador 2 informa seu primeiro palpite) as (Use9)
left to right direction
Competidores --> (Use1)
Competidores --> (Use2)
Competidores --> (Use8)
Competidores --> (Use9)
Sistema --> (Use3)
Sistema --> (Use5)
Sistema --> (Use6)
Sistema --> (Use7)
Sistema --> (Use10)
@enduml | false | true | true | false | uml-unknown |
bba51c93044dff44a45992b069a8f3bcde0c6b7a | e10cac196aa29d7353b36e26c7bf65fa39c5763b | /docs/DG_Diagrams/Architecture/Architecture.puml | 4c2e3f93ce519fb42b9eafda7cedb679720df9ca | [] | no_license | wamikamalik/tp | 174c866802ecc34139def88fa91c79d9c682c7bc | d6beb431ad97a6608bcdf8418f698c6faa779c61 | refs/heads/master | 2023-01-11T22:41:16.157009 | 2020-11-09T13:17:45 | 2020-11-09T13:17:45 | 299,304,875 | 1 | 0 | null | 2020-09-28T12:41:08 | 2020-09-28T12:41:07 | null | UTF-8 | PlantUML | false | false | 624 | puml | @startuml
allowmixing
actor User
Package " "<<rectangle>> {
rectangle Main
rectangle Ui
rectangle Logic
rectangle Model
rectangle Storage
}
User --> Ui
Ui -down-> Main
Main -up-> Logic
Logic -> Model
Model -> Logic
Logic -left> Ui
Logic --> Storage
Storage --> Logic
'abstract class AbstractList
'abstract AbstractCollection
'interface List
'interface Collection
'
'List <|-- AbstractList
'Collection <|-- AbstractCollection
'
'Collection <|- List
'AbstractCollection <|- AbstractList
'AbstractList <|-- ArrayList
'
'class ArrayList {
'Object[] elementData
'size()
'}
'
'enum TimeUnit {
'DAYS
'HOURS
'MINUTES
'}
@enduml | false | true | false | false | sequence |
069b3c2a59bcbbabcf6cf9494fdc37db181d2e96 | 59e22cd3f0292ce506f70e5c79ccb3b6a6f5a762 | /design/sequence/userclient-cli.puml | bbaf67b2d28a0c84d1b16df06076bbebc5a58fda | [] | no_license | DistributedTaskScheduling/documentation | 34f9ca5cc786be4371174129ec311aa98bbe5972 | 4722be1f9d718390bb31c28ffdfe20ac1658f250 | refs/heads/master | 2020-08-30T12:05:29.646620 | 2020-03-07T23:39:57 | 2020-03-07T23:39:57 | 218,374,882 | 4 | 0 | null | 2020-03-07T23:39:58 | 2019-10-29T20:12:04 | TeX | UTF-8 | PlantUML | false | false | 1,241 | puml | @startuml
Actor User
box UserClient
participant ":JobAdder" as JobAdder
participant ":UserCLIHandler" as UserClientCLIHandler
participant "userClientConfig:UserConfig" as UserClientConfig
participant ":ServerProxy" as ServerProxy
participant "userInputConfig:UserConfig" as UserInputConfig
participant ":ServerCommand" as ServerCommand
end box
User -> JobAdder ** : Raw user input
activate JobAdder
JobAdder -> UserClientCLIHandler ** : Create
UserClientCLIHandler -> UserClientConfig ** : Create from file
JobAdder -> ServerProxy ** : Create
JobAdder -> UserClientCLIHandler ++ : Raw user input
UserClientCLIHandler -> UserInputConfig ** : Create from raw user input
UserClientCLIHandler -> UserClientConfig : Override with UserInputConfig
UserClientCLIHandler -> ServerCommand ** : Create from UserClientConfig
JobAdder <-- UserClientCLIHandler -- : ServerCommand
destroy UserInputConfig
JobAdder -> ServerProxy ++ : ServerCommand
... ServerProxy sends ServerCommand to server, receives ServerResponse ...
JobAdder <-- ServerProxy -- : ServerResponse
User <-- JobAdder -- : ServerResponse
destroy UserClientCLIHandler
destroy UserClientConfig
destroy ServerProxy
destroy ServerCommand
destroy JobAdder
@enduml
| false | true | false | false | sequence |
834163d2fcda9ca3303db280dc4b7ce67a6e569c | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-datatype-enkeladresse.iuml | 295a402713dc5fc04b82833bcc977ee878949b4b | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | iuml | @startuml
class Arkivstruktur.EnkelAdresse <<dataType>> {
+adresselinje1 : string [0..1]
+adresselinje2 : string [0..1]
+adresselinje3 : string [0..1]
+postnr : Postnummer [0..1]
+poststed : string
+landkode : Land [0..1]
}
@enduml
| false | true | false | false | class |
8f1abb199c6f4a28a0603324f55c57fc12060ab4 | ffd28bd742b3e684894fac6f25f145fbf6a8866a | /trump-app1/docs/ToDoListApplication.puml | 25534f814a9d2667d956529ef119e9b31d6ff306 | [] | no_license | Trump7/trump-app1-impl | 1647c2711c3a0f509dda9d0f61561d83f500dd27 | 400950e0aff0531f5eb605e8891d17339b7b0c7e | refs/heads/master | 2023-09-03T21:38:25.715082 | 2021-11-10T02:39:52 | 2021-11-10T02:39:52 | 424,819,893 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 992 | puml | @startuml
class Controller{
-private TableColumn<ToDoListData, Boolean> isCompleted;
-private TableView<ToDoListData> itemContainer
-private TableColumn<ToDoListData, DatePicker> itemDate
-private TableColumn<ToDoListData, String> itemDescription
-private TableColumn<ToDoListData, String> itemName
+addItem()
+clearList()
+loadList()
+openHelp()
+removeItem()
+saveList()
+showAllItems()
+showCompleted()
+showIncompleted()
+editCompleted()
}
class TodoListApplication{
+main(String[] args)
+startscene()
}
class ToDoListData{
+ToDoListData()
+getName()
+setName()
+getDescription()
+setDescription()
+getDate()
+setDate()
+getCompleted()
+setCompleted()
}
class SaveFile{
+saveTextToFile()
+save()
}
class LoadFile{
+loadTextFromFile()
+load()
}
TodoListApplication -- Controller
Controller -- ToDoListData
Controller -- LoadFile
Controller -- SaveFile
@enduml | false | true | false | false | class |
69ab2dfeb2c0672ce7742a8c84ec8590e818c124 | 8eabea6d7b12b141ed8a69c90858dbd35a2af030 | /src/main/java/ex43/WebsiteGenerator.puml | 32cb3a7b1bf2d46dfa2a1e9f2111738ef2c4c2a6 | [] | no_license | nick-vigg/Viggiani-cop3330-assignment3 | aa25109fe489d855f39b809cea590ab01fea70e8 | f2ea210afde2d5cf7202a8c1f3531cb57134628f | refs/heads/master | 2023-05-24T09:59:18.207445 | 2021-06-20T17:45:58 | 2021-06-20T17:45:58 | 378,286,766 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 280 | puml | @startuml
'https://plantuml.com/sequence-diagram
class app {
+main()
}
class WebsiteGenerator {
+String siteName
+String author
+String path
+String createWebsite()
+String createJSFolder()
+String createCSSFolder()
+String createHTML()
}
app <--o WebsiteGenerator
@enduml | false | true | false | false | class |
9fa12f74951fcc77fd28d72c0881806c6f77db46 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderSetCustomLineItemCustomFieldAction.puml | 67aaaa35169583d412098e4719f030cf414305dc | [] | 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 | 586 | 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 StagedOrderSetCustomLineItemCustomFieldAction [[StagedOrderSetCustomLineItemCustomFieldAction.svg]] extends StagedOrderUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
687a5c63ce0436df3141d636245fb8b8af2acbb6 | e43bb5b4bd248f756bc67d3da64ae7af62462259 | /src/main/resources/classDiagrams/appexecloop.plantuml | ef4cfd2b1d27f28fc12b9d76627bc7c8f1f89304 | [] | no_license | TasMarshall/multiCameraApplicationPlatform | 056a17e409e7d781dd58ade7c996744fb4d106e3 | ec1d1403926fbeaf596ee98fbdda336d1daf00d6 | refs/heads/master | 2020-03-21T16:11:07.823431 | 2018-09-11T13:31:38 | 2018-09-11T13:31:38 | 138,755,729 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 958 | plantuml | @startuml
(*) -->[start] "Cameras Select Calibration or Normal Goals"
"Cameras Select Calibration or Normal Goals" --> "Monitor: Execute camera monitor behaviors"
"Monitor: Execute camera monitor behaviors" -right-> "Monitor: Execute goal monitor behaviors"
"Monitor: Execute goal monitor behaviors" --> "Analyze: Execute camera analyze behaviors"
"Analyze: Execute camera analyze behaviors" -right-> "Analyze: Execute goal analyze behaviors"
"Analyze: Execute goal analyze behaviors" --> "Plan: Execute camera plan behaviors"
"Plan: Execute camera plan behaviors" -right-> "Plan: Execute goal plan behaviors"
"Plan: Execute goal plan behaviors" --> "Execute: Execute camera motion behaviors if applicable"
"Execute: Execute camera motion behaviors if applicable" -right-> "Execute: Execute goal and camera execute behaviors"
"Execute: Execute goal and camera execute behaviors" --> "Clear used analysis data"
"Clear used analysis data" --> [end] (*)
@enduml | false | true | false | false | sequence |
1e3a6fef9dcc2cbb404caf8da2a3a3f24c34ebf7 | 153b210af852cd7756f633acf69a6aa2afcc260f | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-all.puml | 7149e84490f4122239e31e48b744da577bddc258 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | sobyte/platform | e3ff0a8fd6266989c63bb512a847b372c97eb362 | 9b047126dcc6af5efd2515d287135024619439f5 | refs/heads/master | 2021-04-01T12:38:03.160753 | 2020-12-22T15:11:48 | 2020-12-22T15:11:48 | 248,188,988 | 0 | 0 | MIT | 2020-05-14T04:46:18 | 2020-03-18T09:31:56 | null | UTF-8 | PlantUML | false | false | 113,527 | 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
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
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 |
d92467d414bf78928d083ad1bbc8d82b0d739d4d | 1603b98e1a1b5577a2419a210dd690e7aa313ae2 | /state_machine_demo/saga-akkafsm/plantuml/7.saga-sequence-omega-exception-sagaendedevent-scenario.puml | ca11a6aefb9a69c2a042a3b8113a1a3a5446c4b5 | [] | no_license | haigangyuan/playground | 73cb0c8edd8b56cf731847040e7265238484418f | 7e36a2e023afe82534378f052f43209d058a0acb | refs/heads/master | 2022-02-13T14:12:02.649045 | 2019-08-05T07:57:57 | 2019-08-05T07:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,943 | puml | @startuml
autonumber
skinparam sequence {
ParticipantFontSize 12
ParticipantBorderColor #454545
ParticipantBackgroundColor White
LifeLineBorderColor #454545
ArrowColor #454545
}
participant USER order 1
participant BOOKING order 2
participant CAR order 3
participant HOTEL order 4
participant RPC order 5
participant Saga1_FSM order 6
participant Tx1_FSM order 7
participant Tx2_FSM order 8
box ALPHA #LightBlue
participant RPC
participant Saga1_FSM
participant Tx1_FSM
participant Tx2_FSM
end box
USER -> BOOKING: request
activate BOOKING
== Saga[1] Transaction Begin ==
BOOKING -> RPC : SagaStartedEvent
activate BOOKING #00CC33
activate RPC
create Saga1_FSM
RPC -> Saga1_FSM: create
note over of Saga1_FSM: IDEL
Saga1_FSM --> RPC
RPC --> BOOKING
deactivate BOOKING
deactivate RPC
BOOKING -> BOOKING: do something
== Tx[1] Transaction ==
BOOKING -> CAR
activate CAR
CAR -> RPC : TxStartedEvent
activate CAR #00CC33
activate RPC
RPC -> Saga1_FSM: TxStartedEvent
activate Saga1_FSM
create Tx1_FSM
Saga1_FSM -> Tx1_FSM: create
note over of Tx1_FSM: IDEL
Tx1_FSM --> Saga1_FSM
note over of Saga1_FSM : IDEL + TxStartedEvent = PARTIALLY_ACTIVE
Saga1_FSM --> RPC
deactivate Saga1_FSM
RPC --> CAR
deactivate CAR
deactivate RPC
CAR -> CAR
CAR -> RPC : TxEndedEvent
activate CAR #00CC33
activate RPC
RPC -> Saga1_FSM: TxEndedEvent
activate Saga1_FSM
Saga1_FSM -> Tx1_FSM: TxEndedEvent
activate Tx1_FSM
note over of Tx1_FSM: IDEL + TxEndedEvent = COMMITTED
Tx1_FSM --> Saga1_FSM
deactivate Tx1_FSM
note over of Saga1_FSM : PARTIALLY_ACTIVE + TxEndedEvent = PARTIALLY_COMMITTED
Saga1_FSM --> RPC
deactivate Saga1_FSM
RPC --> CAR
deactivate CAR
deactivate RPC
CAR --> BOOKING
deactivate CAR
BOOKING -> BOOKING: do something
== Tx[N] Transaction ==
BOOKING -> HOTEL
activate HOTEL
HOTEL -> RPC : TxStartedEvent
activate HOTEL #00CC33
activate RPC
RPC -> Saga1_FSM: TxStartedEvent
activate Saga1_FSM
create Tx2_FSM
Saga1_FSM -> Tx2_FSM: create
note over of Tx2_FSM: IDEL
Tx2_FSM --> Saga1_FSM
note over of Saga1_FSM : PARTIALLY_COMMITTED + TxStartedEvent = PARTIALLY_ACTIVE
Saga1_FSM --> RPC
deactivate Saga1_FSM
RPC --> HOTEL
deactivate HOTEL
deactivate RPC
HOTEL -> HOTEL
HOTEL -> RPC : TxEndedEvent
activate HOTEL #00CC33
activate RPC
RPC -> Saga1_FSM: TxEndedEvent
activate Saga1_FSM
Saga1_FSM -> Tx2_FSM: TxEndedEvent
activate Tx2_FSM
note over of Tx2_FSM: IDEL + TxEndedEvent = COMMITTED
Tx2_FSM --> Saga1_FSM
deactivate Tx2_FSM
note over of Saga1_FSM : PARTIALLY_ACTIVE + TxEndedEvent = PARTIALLY_COMMITTED
Saga1_FSM --> RPC
RPC --> HOTEL
deactivate HOTEL
deactivate RPC
HOTEL --> BOOKING
deactivate HOTEL
BOOKING -> BOOKING: do something
== Saga[1] Transaction End ==
BOOKING -[#C70039]>x RPC: SagaEndedEvent
activate BOOKING #00CC33
alt if Saga timeout >0
Saga1_FSM -> Saga1_FSM
note over Saga1_FSM: PARTIALLY_COMMITTED + timeout = SUSPENDED
end
RPC --[#C70039]> BOOKING
deactivate BOOKING
BOOKING --> USER
@enduml | false | true | false | false | sequence |
a9e9fc943043d9455420b262a3e58e04094dcb18 | a6c6260c47cfd485d9efada5d5465f8e76fd9fd6 | /docs/Libgdx_ATC_Simulator/Design_and_API/Flight_Data/Class_Design.puml | 8261e8f1c07c4f60c35f98fb74850a959bd97c85 | [
"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 | 1,282 | puml | @startuml
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 "pythagoras.d" {
class Vector3 {
+double x
+double y
+double z
}
}
@enduml
| false | true | false | false | class |
ae079d0b3cc6f41593e07c1ef3c87af742164618 | efe56c06f217ac950f8345dedb3e5425772ecb85 | /diagrams/client-subscribe.puml | 94d7bb5f4efb0eb46359e715b54a4808ea535c29 | [] | no_license | bjarkevad/helios | 64a0bfb4761b2f6183c0a5e35d838366582c5973 | 69ee0c5011e26ab8390a7d6936ea3ef9a8b39087 | refs/heads/master | 2021-01-10T19:37:22.113188 | 2014-05-01T09:50:47 | 2014-05-01T09:50:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,096 | puml | @startuml
'skin BlueModern
skinparam backgroundColor #F4F4F4
hide footbox
actor "API User" as U
box "API"
participant "Subject" as O <<Observable>>
participant "API" as A <<Library>>
end box
box "Core-Runtime"
participant ClientHandler as CH <<Actor>>
participant Receptionist as R <<Actor>>
participant "MAVLink Converter" as MLC <<Library>>
participant HeliosUART as HU <<Actor>>
end box
participant UART <<Hardware>>
activate U
U -> A: Subscribe(MessageType)
activate A
A -> O: allocate
O --> A: ref: Subject
A -> A: store(ref, id)
A --> U: subject: Subject
A -> CH: Subscribe(MessageType, id)
activate CH
CH -> R: Subscribe(MessageType, id)
activate R
loop Read Loop
activate UART
UART <-]: Pkg: Byte[]
UART -> HU: Pkg
activate HU
HU -> MLC: convert(Pkg)
activate MLC
HU <-- MLC: convertedPkg: MAVLinkMsg
deactivate MLC
HU -> R: msg: MAVLinkMsg
deactivate HU
R -> R: sendToSubscribers(msg)
opt if subscribed
R -> CH: (msg, id): MAVLinkMsg
deactivate R
CH -> A: (msg, id): MAVLinkMsg
deactivate CH
A -> O: onNext(msg)
deactivate A
O -> U: msg
end opt
end loop
@enduml | false | true | false | false | usecase |
35c333e25af0c15380869717190e604fe45b5778 | e5a08cb9be84408f6eef11216c7478bd2693fcae | /documentation/usecasediagrams/AfterTermReviewOfSummaryData.plantuml | b4649ccb78131289821dadb664b906d622a12fb0 | [] | no_license | JamesKang26/ColdCallSystem | bfc938664663af4524b9dd0eb323b062d6b4a575 | 39035c823b2c6d86cf0c1d2b858f690d7c970026 | refs/heads/master | 2021-05-23T17:18:13.790728 | 2020-04-06T04:59:00 | 2020-04-06T04:59:00 | 253,398,079 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 796 | plantuml | @startuml
actor User as User
participant ":Instructor Interface" as InstructorUI
participant ":Cold Call Class Info" as Class
participant ":Reporting" as Reporting
participant "CIS 422-report.txt : Class Report" as ReportFile
autoactivate on
note over User, ReportFile: Previous state data already loaded in
== Generating end of term report ==
User -> InstructorUI : triggers performance summary export
InstructorUI -> Class : exportReport()
Class -> Reporting : exportReport()
Reporting -> ReportFile : write file
ReportFile --> Reporting : file exported successfully
Reporting --> Class
Class --> InstructorUI
InstructorUI --> User
== Review report ==
User -> ReportFile : open file in text editor/spreadsheet program
ReportFile --> User : finish review/formula calculations/etc
@enduml
| false | true | false | false | sequence |
7fe36092777302552301fd7cc33c0225ca432528 | 6ee5cc3fc08bbfefeef5d8d7e89f91cea7a95ae6 | /doc/system_plan/diagrams/seq_login.puml | 01db6b448fb36ca9eea6f4222bf099dc6831880c | [] | no_license | realmoriss/grumpy-free-jaguars | 71f74e47f22ddd11bf414bba1d3de838218cc6c9 | e3a2901a0840508c3c426f46efdaad5179c6df83 | refs/heads/master | 2023-01-22T09:05:06.067749 | 2020-11-29T22:13:24 | 2020-11-29T22:13:24 | 304,857,097 | 0 | 0 | null | 2020-11-29T21:54:25 | 2020-10-17T10:56:40 | C++ | UTF-8 | PlantUML | false | false | 1,469 | puml | @startuml
actor "User Agent" as user_agent
boundary "Login API" as api_login
database "User database" as db_user
user_agent --> api_login : Login request (HTTP POST),\ncontains a tuple of (username, password, CSRF token)
note right
**MUST** also include a CSRF token to prevent users of other,
potentially XSS vulnerable sites to take part in a massive distributed password brute force operation.
end note
activate api_login
api_login <- api_login : Validate login request
alt Failed to validate login request
user_agent <-- api_login: Return an HTTP status code that signals validation failure.\nExact value depends on how the validation failed.
else Request is deemed valid
api_login -> db_user : Attempt to user information (ID, role, password hash, salt)
activate db_user
api_login <- db_user : Return result of request
deactivate db_user
alt User information exists in database, authentication against password hash succeeded
user_agent <-- api_login: Return HTTP 200 OK,\nset an (AEAD!) encrypted session cookie that contains the user id and session timeout.
else
user_agent <-- api_login: Return HTTP 401 Unauthorized to signal that the login failed without disclosing the reason of the failure.
end
end
note right: Do we want to throttle login attempts? If so, we need at least one another **alt** frame\nand more interaction with the database to log login attempts.
deactivate api_login
@enduml
| false | true | false | false | usecase |
5cca211cd8b84c398443a02d0f4e2e14ce831723 | ffbc925acf0331ffd9daf3ca016175a03398ef4d | /test_controller2/src/main/resources/UML/test3.puml | 384b14d27ab514af6c98bddc5e207ce160174028 | [] | no_license | wjt2015/wjt_train_171013 | 6ce54049ae7ef22ad3549c3d46251704fd8a59e7 | 3f6433e96ed53fd3d0716d05755eb8d51c2e9c9d | refs/heads/master | 2021-08-11T07:07:27.602524 | 2017-11-13T09:28:36 | 2017-11-13T09:28:36 | 107,125,173 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 89 | puml | @startuml
class Room
class Student
class Chair
Room o-- Student
Room *- Chair
@enduml
| false | true | false | false | class |
5d54f991207f4aafbb6926be09f7d4e3c0525ba0 | 658effa425038c70a649dcc9008b63ccf5c4ad9d | /app/src/main/UML/AddIngredientDSSD.puml | 0a2ee7065eb34490e84ceb7e5a43ab479e1dfb3a | [] | no_license | sap0034/RecipeGuruCOMP3710 | 3dc7dda4b052ad99069664dadf02bff809914ad8 | e1c9301fcd306dfd0698b1478ba7b7e69d75beb4 | refs/heads/master | 2020-03-15T08:49:26.714199 | 2018-05-04T13:03:34 | 2018-05-04T13:03:34 | 131,772,515 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 339 | puml | @startuml
User -> UserHomePage: Clicks button to add new Ingredient
UserHomePage --> User: Prompts for adding Ingredient
User -> UserHomePage: Enters Ingredient data
User -> UserHomePage: Clicks button to save Ingredient
UserHomePage -> System: Saves Ingredient to Recipe
System --> UserHomePage: Confirms addition of Ingredient
@enduml
| false | true | false | false | sequence |
d98acd27dabdab68a6c0d062f34f6e36769c60ae | 9b14b8d19bc8d7ea0dbd61a3b272dc64ab446b4e | /EasyCall/src/main/java/com/example/easycall/adapter/adapter.plantuml | 12f22b90ec6baef046a5205fcc9c0c15bfcefb5e | [] | no_license | daxuliu/easy_call | df0733f02bbc4d8eef4985a8a26ab8dfcf13a382 | 3ad3f07f2aaa97a700888a277ab5fac35efad12f | refs/heads/master | 2023-03-24T02:57:03.767457 | 2021-03-19T02:16:17 | 2021-03-19T02:16:17 | 340,308,356 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 456 | plantuml | @startuml
title __ADAPTER's Class Diagram__\n
namespace com.example.easycall {
namespace adapter {
class com.example.easycall.adapter.CallAdapter {
- instance : View
+ CallAdapter()
+ call()
}
}
}
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 |
ba13797d73ad1a0f238301e558d57f7cb10855a6 | e84cdf400a0c388fb619ee59d2e9b7088c68a42e | /Lab submits/60030037/computer.puml | 8763e3b7b56d242070b674cfef943f889f348428 | [] | no_license | 03376808-OOAD/OOAD-WEEK09 | d26687e13b991490dd87ed39c672401b613de35d | 5d1067a52587f950b5abf6e89de8a951f752266d | refs/heads/master | 2022-09-08T11:20:50.411169 | 2020-06-01T09:05:32 | 2020-06-01T09:05:32 | 69,578,305 | 0 | 10 | null | 2020-06-01T09:05:33 | 2016-09-29T14:57:50 | null | UTF-8 | PlantUML | false | false | 887 | puml | @startuml computer
skinparam ClassAttributeIconSize 0
Class Computer{
+ Brand
- Model
+ Color
- Storage
- CPU
- Mainboard
turnOn()
turnOff()
runProgram()
}
Class Monitor{
+ Brand
+ Color
- Resolution
- Ratio
+ Screen
+ Display()
}
Class Mouse{
+ Brand
+ Wire/Wireless
+ Laser
+ LED
+ Scroller
- DPI
+ Color
+ Right Click()
+ Left Click()
+ Scroll()
}
Class Printer{
+ Color
+ Brand
+ Ink
+ Interface
- PrintHead
+ printBlack&White()
+ printColor()
}
Class Scanner{
- ScanHead
+ Brand
+ Color
+ Scanning()
}
Class Keyboard{
+ Brand
+ Color
+ Button
+ KeyDown()
+ KeyUp()
}
Computer -- "1.. n"Monitor
Computer -- "1.. 1"Mouse
Computer -- "0.. n"Printer
Computer -- "0.. n"Scanner
Computer -- "1.. 1"Keyboard
@enduml
| false | true | false | false | class |
0c3c72c9a9954aabdce96fa8edde50d72cae7495 | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/struct/proxy/StaticProxy.puml | 5ed216f94f34399a2727516cc517f034f11193fa | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 312 | puml | @startuml
class TeacherDaoProxy
interface ITeacherDao
class TeacherDao
class Client
ITeacherDao <|.. TeacherDao
TeacherDaoProxy o-- TeacherDao
ITeacherDao <|.. TeacherDaoProxy
TeacherDaoProxy <.. Client
TeacherDao <.. Client
ITeacherDao : +teach()
TeacherDaoProxy : +teach()
TeacherDao : +teach()
@enduml | false | true | false | false | class |
f8b94e7052ad0ab6f6d1297b01edc60166953fbf | 871f5bf9d42535d8ca26821d3d2f5fee369d3fc7 | /exercise42/docs/Solution42.puml | bf9187179b27a82b1af36589fdd5be13d76c80af | [] | no_license | DetrichLange/lange-a04 | dc29a142cfd9b2557bd0fcc2266118d2e17eebce | c5fc01f41ed972308136c7b8c44ca07a9a42591c | refs/heads/main | 2023-08-31T04:21:49.646503 | 2021-10-18T02:11:24 | 2021-10-18T02:11:24 | 415,318,216 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 149 | puml | @startuml
class Solution42{
final String LNAME
final String FNAME
+void main
+List<Map<String, String>> readEmployees
+String buildOutput
}
@enduml | false | true | false | false | class |
8eb878c1e2e3767f4bb73f2232b1da9912c7e7cb | 3749560da1ecabdc893404c1c2889c97dcd905bf | /src/main/java/com/myself/nettychat/form/form.plantuml | d6132344cf08c934bfa8ad078bf5c5fca9bbc043 | [
"Apache-2.0"
] | permissive | anhtu1197/WebSocketProject | 02ceb566fc9995d499a76e685b053781b5d4b885 | 7e57a9077943322fbe3cd845fc65029c1155fe1f | refs/heads/master | 2020-04-05T04:38:52.015046 | 2018-11-09T01:24:28 | 2018-11-09T01:24:28 | 156,559,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 425 | plantuml | @startuml
title __FORM's Class Diagram__\n
package com.myself.nettychat {
package com.myself.nettychat.form {
class LoginForm {
- fUserName : String
- fPassWord : String
}
}
}
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 |
c71a7059dd45050c7c738c770d0ab3f29c822a2e | 83bec850817e3deb2a33a5ab2527784a976338b3 | /log210-contenu/devoirs/devoir#1-EchangeLivre-solution/cu01/4-rdcu-3-terminerAjoutLivre.plantuml | 5f454c8a2263b892afcb9c67895ccd202077f785 | [] | no_license | yvanross/github-action-learning-larman-mdd | df8fb1907a84046ce0ed3b62ea555fd3b12655ad | e0195b3344ecdfaa934e788e839e8758453bc4ca | refs/heads/main | 2023-08-30T10:22:28.071260 | 2021-11-11T15:29:27 | 2021-11-11T15:29:27 | 304,116,705 | 0 | 0 | null | 2020-10-15T01:32:37 | 2020-10-14T19:34:03 | JavaScript | UTF-8 | PlantUML | false | false | 325 | plantuml | @startuml terminerAjoutLivre
skinparam Style strictuml
participant ":ControleurAjoutLivre" as ctrl
participant "c:Client" as cl
note left of ctrl: Controleur de session
-> ctrl: terminerAjoutLivre()
note left of cl: Expert\nCtrl a visibilité sur Client authentifié\nClient->list<Livre>
ctrl -> cl: ll = getLivres()
@enduml | false | true | true | false | sequence |
f3fce1456f8bfc0fb56d21fdc625e02fedb86096 | 3f2928ee022c41d2f6e87c3fdae17942dafd4602 | /app/src/main/java/com/example/keystone_try/step/bean/bean.plantuml | 4ac5454cf783a1026d4e702ce0dd98fa69c8e518 | [] | no_license | BohanShi/keystone_try | 022b9d97ee622ef587b1ec39c5dfbc1fc4bba72a | 13cd8416ea644308269558e8f8843f71b291d07e | refs/heads/master | 2023-01-06T13:43:35.151210 | 2020-11-04T04:12:57 | 2020-11-04T04:12:57 | 291,482,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 666 | plantuml | @startuml
title __BEAN's Class Diagram__\n
namespace com.example.keystone_try {
namespace step {
namespace bean {
class com.example.keystone_try.step.bean.StepData {
- id : int
- step : String
- today : String
+ getId()
+ getStep()
+ getToday()
+ setId()
+ setStep()
+ setToday()
+ toString()
}
}
}
}
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 |
d6c70323e16afa5f973ffa8b944d42bf7bb31ea3 | 4774393c7eccab8f5c26fb3c626cc7052678a41c | /docs/diagrams/helm-chart/helm-components.puml | dd2515f49d3cc138c95167ec86f324f5505a28c1 | [
"Apache-2.0"
] | permissive | Redpill-Linpro/acs-deployment | d8cf1fbdb784c0940bc2800f4e6e84f94d56108b | 3749758f4478d89bd4c7eaf4fbeb582ed012c58c | refs/heads/master | 2020-03-22T05:15:10.949813 | 2018-07-02T09:00:40 | 2018-07-02T09:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 820 | puml | @startuml
Title: Helm Deployment Overview
skinparam componentStyle uml2
skinparam linetype ortho
actor Client
node "Helm Chart" {
component "NGINX proxy" as nginx #lightgrey
component "Alfresco Content Services" as acs #lightgrey
component "Alfresco Search Services" as ass #lightgrey
component "PostgreSQL" as psql #lightgrey
component "Alfresco PDF Renderer" as pdfr #lightgrey
component "LibreOffice" as libr #lightgrey
component "ImageMagick" as img #lightgrey
component "Alfresco Share" as share #lightgrey
database "Volume Claim" as vc
}
Client --> nginx
nginx --> acs
nginx --> ass
nginx --> share
acs --> vc
ass --> vc
psql --> vc
ass --> acs
acs --> psql
acs --> pdfr
acs --> libr
acs --> img
share --> acs
center footer Copyright 2018 Alfresco Software Inc
@enduml | false | true | false | false | sequence |
d25531132b83382db214cee569ce5e53025702ed | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-prototype-1.plantuml | b5e25ed2c71ef8739d56000aaa25555a230eb829 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 197 | plantuml | @startuml
class Client {
}
interface Prototype {
{abstract} createClone()
}
class ConcretePrototype {
createClone()
}
Prototype <-- Client : Uses <
Prototype <|... ConcretePrototype
@enduml | false | true | false | false | class |
59cb9d3eea18da462149a447af2ee738dfd25563 | 732b5846d72a834941a5eda950e6902b945c6c6c | /exercise44/Docs/exercise44.puml | 138763c774b3fcc2bb73ad6d3b8ce6857b332fa5 | [] | no_license | JOLeary5/OLeary-a04 | 3311b77920bad93c9aa65ab82efb2045b524fe93 | c5f71be80f52e4bc45a78a6e21c91b5617cac558 | refs/heads/main | 2023-08-22T20:03:14.850015 | 2021-10-18T01:11:19 | 2021-10-18T01:11:19 | 415,963,524 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 296 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Solution44{
Loads JSONArray at and sends it
to the product Search
Function LoadProductList();
}
class ProductSearch{
allows user to search for a
product using a JSONArray
FUNCTION: JSONproductSearch()
}
Solution44--|>ProductSearch
@enduml | false | true | false | false | class |
167c820651b0f7a562c6a1c9f53b52e96f7eba16 | 79510ecfd4530a5297ce035ffd76aca6f2979d4a | /app/src/main/java/com/example/diseaseprediction/diagram/tokenize.plantuml | 47a63cca987cf566fef05b8471adef1bc17201b5 | [] | no_license | unrickq/Disease_prediction | 38bf6ff563c030638e629b27a009091721d1403c | 1a260b7370cbf4838d01e1bcd19cc79c0f74db75 | refs/heads/master | 2023-07-19T14:26:38.643127 | 2021-09-17T03:13:35 | 2021-09-17T03:13:35 | 360,529,205 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,662 | plantuml | @startuml
title __TOKENIZE's Class Diagram__\n
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.DataPreprocessor {
+ DataPreprocessor()
+ getCorpusInitialSegmentation()
+ getStringInitialSegmentation()
{static} + main()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.FWObject {
+ context : String[]
+ FWObject()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.Node {
~ conclusion : String
~ depth : int
+ Node()
+ countNodes()
+ satisfy()
+ setExceptNode()
+ setFatherNode()
+ setIfnotNode()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.RDRsegmenter {
- fis : InputStream
- ip : InputStream
+ RDRsegmenter()
+ RDRsegmenter()
+ getInitialSegmentation()
+ segmentDirectory()
+ segmentRawCorpus()
+ segmentRawString()
+ segmentTokenizedCorpus()
+ segmentTokenizedString()
- constructTreeFromRulesFile()
- findFiredNode()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.Regex {
{static} + ALLCAP : String
{static} + DATE : String
{static} + ELLIPSIS : String
{static} + EMAIL : String
{static} + EOS_PUNCTUATION : String
{static} + FULL_DATE : String
{static} + MONEY : String
{static} + MONTH : String
{static} + NUMBER : String
{static} + NUMBERS_EXPRESSION : String
{static} + PHONE_NUMBER : String
{static} + PUNCTUATION : String
{static} + SHORT_NAME : String
{static} + SPECIAL_CHAR : String
{static} + TIME : String
{static} + URL : String
{static} - regexIndex : List<String>
{static} - regexes : List<String>
{static} + getRegexIndex()
{static} + getRegexList()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
interface com.example.diseaseprediction.tokenize.StringConst {
{static} + BOS : String
{static} + COLON : String
{static} + COMMA : String
{static} + EOS : String
{static} + SPACE : String
{static} + STOP : String
{static} + UNDERSCORE : String
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.StringUtils {
{static} + VN_abbreviation : HashSet<String>
{static} + VN_exception : HashSet<String>
{static} + char2Hex()
{static} + hasPunctuation()
{static} + hex2Char()
{static} + isBrace()
{static} + testFoundByRegex()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.Tokenizer {
{static} + joinSentence()
{static} + joinSentences()
{static} + tokenize()
{static} - recursive()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.Utils {
{static} + NORMALIZER : Map<String, String>
{static} + NORMALIZER_KEYS : Set<String>
{static} + getConcreteValue()
{static} + getCondition()
{static} + getObject()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.Vocabulary {
{static} + COUNTRY_L_NAME : Set<String>
{static} + COUNTRY_S_NAME : Set<String>
{static} + VN_DICT : Set<String>
{static} + VN_FAMILY_NAMES : Set<String>
{static} + VN_FIRST_SENT_WORDS : Set<String>
{static} + VN_LOCATIONS : Set<String>
{static} + VN_MIDDLE_NAMES : Set<String>
{static} + WORLD_COMPANY : Set<String>
{static} - ip : InputStream
+ Vocabulary()
+ test()
}
}
}
namespace com.example.diseaseprediction {
namespace tokenize {
class com.example.diseaseprediction.tokenize.WordTag {
+ form : String
+ tag : String
+ word : String
+ WordTag()
}
}
}
com.example.diseaseprediction.tokenize.DataPreprocessor o-- com.example.diseaseprediction.tokenize.RDRsegmenter : initialSegmenter
com.example.diseaseprediction.tokenize.Node o-- com.example.diseaseprediction.tokenize.FWObject : condition
com.example.diseaseprediction.tokenize.Node o-- com.example.diseaseprediction.tokenize.Node : exceptNode
com.example.diseaseprediction.tokenize.Node o-- com.example.diseaseprediction.tokenize.Node : fatherNode
com.example.diseaseprediction.tokenize.Node o-- com.example.diseaseprediction.tokenize.Node : ifnotNode
com.example.diseaseprediction.tokenize.RDRsegmenter o-- com.example.diseaseprediction.tokenize.Node : root
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 |
5ddfc7d28d070f332d5ece460d9f9772c44c0d9a | b038203821d22f0ae9db9697aaf5b41b9f77a40d | /src-gen/serviceSystem_BC_SimplyGo_TravelerEngagement.puml | 8a35a9b956b7d27ea49563991ad9db0282e3c00f | [] | no_license | NormanBaechtold/ServiceSystem | 5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a | ba125d9cb21cec6a894cef3936cce7dcbc21b5c9 | refs/heads/master | 2023-08-20T23:35:47.215567 | 2021-10-06T09:08:54 | 2021-10-06T09:08:54 | 394,977,218 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 621 | puml | @startuml
skinparam componentStyle uml2
package "'TravelerEngagement' Aggregate" <<Rectangle>> {
class TravelerCustomerJourney <<(V,DarkSeaGreen) Value Object>> {
String travelerPreferredTouchpoints
String travelerEngagementPatterns
TravelerServiceExchange provideTouchpoints()
}
class TravelerServiceExchange <<(A,#fffab8) Aggregate Root>> {
String resourceIntegration
String externalDataAccess
TravelerCustomerJourney interaction
CommunicationIntermediary externalData
CommunicationIntermediary resourceIntegration()
}
}
TravelerServiceExchange --> TravelerCustomerJourney : interaction
@enduml
| false | true | false | false | sequence |
039b12b6418ff2b405703d13f20f09859730de59 | 90905eb653dc20faa4179ea537b305b4d6c2f398 | /class_diagram.plantuml | 0fe155d2d0b36783b4c03b74d675519fb44c36f8 | [
"MIT"
] | permissive | gymk/simple-si-parser | afa9685adb7448eb65fedfe466dc5b979eafad77 | 60d404f1aecdb5cb544a39d2527923ad0d80aaa0 | refs/heads/master | 2020-03-25T17:40:02.487262 | 2018-08-09T10:05:21 | 2018-08-09T10:05:21 | 143,988,832 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,419 | plantuml | @startuml
class CDescriptor {
const SIP_UI8 * & m_pui8Data
SIP_UI8 GetTag()
SIP_UI8 GetLength()
SIP_UI8 GetTotalLength()
const SIP_UI8* GetData()
}
class CDescriptorList {
const SIP_UI8 * & m_pui8Data
SIP_UI16 m_ui16DescListLen
SIP_UI32 GetTotalLength()
void InitList()
const SIP_UI8* GetDescriptorPtr()
}
class CData {
const SIP_UI8 * m_pui8Data
SIP_UI32 m_ui32DataLen
void SetData()
SIP_UI32 GetLen()
const SIP_UI8* GetData()
void HexDump()
}
class CPrivateSection {
SIP_UI8 GetTableID()
SIP_UI8 GetSSI()
SIP_UI16 GetSectionLegnth()
SIP_UI16 GetTableIdExtension()
SIP_UI8 GetVersionNo()
SIP_UI8 GetCNI()
SIP_UI8 GetSectionNumber()
SIP_UI8 GetLastSectionNumber()
const SIP_UI8* GetDescriptorList()
const SIP_UI8* GetPrivateData()
SIP_UI16 GetPrivateDataLength()
SIP_UI32 GetSectionCRC()
SIP_UI32 GetCalculatedCRC()
SIP_UI32 GetFullDataCRC()
bool ValidateCRC()
bool isSectionValid()
void PrintSectionInfo()
}
class CPatSection {
bool isValidPAT()
SIP_UI16 GetTransportStreamID()
SIP_UI8 GetNoOfProgramsInList()
void InitProgList()
void GetProgramInfo()
bool MoveToNextProgramInfo()
void PrintPAT()
}
class CPmtSection {
bool isValidPMT()
SIP_UI16 GetProgramNumber()
SIP_UI16 GetPcrPid()
SIP_UI16 GetProgramInfoLength()
const SIP_UI8* GetProgramInfoDescBuf()
SIP_UI16 GetStreamInfoLength()
const SIP_UI8* GetStreamInfoBuffer()
void InitStreamInfoList()
SIP_UI8 GetStreamType()
SIP_UI16 GetStreamPid()
SIP_UI16 GetESInfoLength()
const SIP_UI8* GetESInfoDescBuff()
bool MoveToNextStreamInfoInList()
void PrintPMT()
}
class CCatSection {
bool isValidCAT()
const SIP_UI8* GetDescriptorListBuffer()
SIP_UI16 GetDescriptorListBufferLength()
void PrintCAT()
}
class CEcmSection {
bool isValidECM()
const SIP_UI8* GetEcmDataBuffer()
SIP_UI16 GetEcmDataBufferLength()
void PrintECM()
}
class CNitSection {
bool isValidNIT()
void printNIT()
}
class CEmmSection {
bool isValidEMM()
void PrintEMM()
}
CData <|-- CPrivateSection
CPrivateSection <|-- CPatSection
CPrivateSection <|-- CPmtSection
CPrivateSection <|-- CCatSection
CPrivateSection <|-- CNitSection
CPrivateSection <|-- CEcmSection
CPrivateSection <|-- CEmmSection
@enduml | false | true | false | false | class |
ef6ebfc61ea2529d5abfbee51eb2612a5e59b78c | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/test/concordion/compiler/compiler.plantuml | 4739da8e05f2717a06b577d352575fba37a46aa2 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,284 | plantuml | @startuml
title __COMPILER's Class Diagram__\n
package test.concordion {
package test.concordion.compiler {
class CompilationFailedException {
{static} - serialVersionUID : long
- diagnostics : DiagnosticMessage[]
+ CompilationFailedException()
+ getDiagnosticMessages()
+ printDiagnosticsTo()
}
}
}
package test.concordion {
package test.concordion.compiler {
interface Compiler {
{abstract} + compile()
}
}
}
package test.concordion {
package test.concordion.compiler {
class CompilerNotAvailableException {
{static} - serialVersionUID : long
+ CompilerNotAvailableException()
}
}
}
package test.concordion {
package test.concordion.compiler {
class DiagnosticCollector {
- diagnosticMessages : List<DiagnosticMessage>
- locale : Locale
+ report()
+ getDiagnosticMessages()
}
}
}
package test.concordion {
package test.concordion.compiler {
interface DiagnosticMessage {
{abstract} + getMessage()
}
}
}
package test.concordion {
package test.concordion.compiler {
class JavaCompiler {
- systemJavaCompiler : JavaCompiler
- locale : Locale
- charset : Charset
- diagnosticCollector : DiagnosticCollector
- simulatedFileManager : SimulatedFileManager
- simulatedClassLoader : SimulatedClassLoader
+ JavaCompiler()
+ compile()
- getStandardFileManager()
+ forName()
}
}
}
package test.concordion {
package test.concordion.compiler {
class SimulatedClassLoader {
- simulatedFileManager : SimulatedFileManager
+ SimulatedClassLoader()
# findClass()
}
}
}
package test.concordion {
package test.concordion.compiler {
class SimulatedFileManager {
- classFileMap : Map<String, SimulatedJavaClassFile>
+ SimulatedFileManager()
+ getJavaFileForOutput()
+ inferBinaryName()
+ list()
}
}
}
package test.concordion {
package test.concordion.compiler {
class SimulatedJavaClassFile {
- out : ByteArrayOutputStream
+ SimulatedJavaClassFile()
+ openInputStream()
+ openOutputStream()
+ getBytes()
}
}
}
package test.concordion {
package test.concordion.compiler {
class SimulatedJavaSourceFile {
- content : String
~ SimulatedJavaSourceFile()
+ getCharContent()
}
}
}
package test.concordion {
package test.concordion.compiler {
class Source {
- content : String
- path : URI
+ Source()
+ Source()
+ getContent()
+ getPath()
{static} + toURI()
}
}
}
DiagnosticCollector -up-|> DiagnosticListener
JavaCompiler -up-|> Compiler
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 |
109fc5d809534b6521d1fad972b2dc7fd12f5aac | 5b930722f7955154243663cafd1d2d6a17caa282 | /docs/architecture.puml | 9f0165dcca66642cfffd90bd2853db77b2c54a27 | [] | no_license | plandem/rrrouter | b8e53e3f536a32b3c3a6ec4485a82ba7a3b0a2bc | b97cd380c8b65fe02e6cb87352e4845861332c31 | refs/heads/master | 2021-01-11T21:20:03.111491 | 2017-04-22T15:30:18 | 2017-04-22T15:30:18 | 77,693,826 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 477 | puml | @startuml
database Provider
agent RouterA
agent RouterB
agent RouterC
usecase RouteA1
usecase RouteA2
usecase RouteA3
usecase RouteB1
usecase RouteB2
usecase RouteB3
usecase RouteC1
usecase RouteC2
usecase RouteC3
Provider <--> RouterA
Provider <--> RouterB
Provider <--> RouterC
RouterA --> RouteA1
RouterA --> RouteA2
RouterA --> RouteA3
RouterB --> RouteB1
RouterB --> RouteB2
RouterB --> RouteB3
RouterC --> RouteC1
RouterC --> RouteC2
RouterC --> RouteC3
@enduml | false | true | false | false | usecase |
77c2c0308b6d818e475b2441ad5e11f64097251f | 747470510dd470405e5af11005a19d6cf00fda87 | /packages/zoe/docs/zoe-zcf.puml | 1d306d1559d81a1fe062efb646809ef94d2c79cb | [
"Apache-2.0"
] | permissive | ABEF/agoric-sdk | 23355286be3d9ee3aec8ca94db132615ba1e3f46 | 527b44a934937c71d18a0a702758132b5b77e1ed | refs/heads/master | 2023-01-03T00:18:40.105062 | 2020-10-27T17:03:38 | 2020-10-27T17:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,506 | puml |
@startuml Zoe communication with Zcf
scale 8
participant CosmicSwingset
actor Alice
actor Bob
participant Zoe
box new vat per contract
collections Zcf
database contract
end box
CosmicSwingset -> Zoe : makeZoe(adminVat)
Alice -> Zoe : install(bundle)
Alice //-- Zoe : <font color=gray><size:12> installation
Alice -> Zoe : startInstance(installation...)
Zoe -> Zoe : startInstance()
Zoe -> Zoe : makeZoeInstanceAdminForZcf()
Zoe -> Zoe : createVat()
Zoe -> Zcf : E(zcfRoot).executeContract
Zcf -> Zcf : evalContractBundle()
Zcf -> Zcf : makeZcf
Zcf -> contract : start(zcf)
contract -> Zcf : makeInvitation(...)
Zcf -> Zoe : makeInvitation(...)
note left
mint invitation payment
end note
Zoe --\\ Zcf : <font color=gray><size:12> invitation
Zcf --\\ Contract : <font color=gray><size:12> invitation
contract --\\ Zcf : <font color=gray><size:12> {creatorFacet, creatorInvitation, publicFacet }
Zcf --\\ Zoe : <font color=gray><size:12> {creatorFacet, creatorInvitation, addSeatObj}
Alice //-- Zoe : <font color=gray><size:12> {creatorFacet, creatorInvitation}
====
Alice -> Zoe : offer(invitation...)
Zoe -> Zoe : makeUserSeat
Zoe -> Alice : <font color=gray><size:12> userSeat
Zoe -> Zcf : addSeat
note left
deposit payments
end note
Zcf -> Zcf : makeZCFSeat
Zcf -> Contract : offerHandler(ZCFSeat)
Contract -> Zcf : <font color=gray><size:12> offerResult
Zcf --\\ Zoe : <font color=gray><size:12> { offerResult, exitObj }
Zoe --\\ Zoe : <font color=gray><size:12> userSeat promises updated
@enduml
| false | true | false | false | usecase |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.