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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3c8c81a6564036ee3c7ebec4ada75229b90d02ba | 7d42bd0841c6099f60c58a17bddfde3388783077 | /UML/domainmodel.puml | d3b23b80be0c1fd0e06b2660afc22f8e2159e8dc | [] | no_license | olvang/CupCakeProjekt | 60f01faaa13aab6836a1b578f2da09848a253ab2 | 28f1e42482ec1c478728804c069fb89e649d6282 | refs/heads/master | 2022-04-11T22:16:00.275458 | 2020-03-30T12:36:13 | 2020-03-30T12:36:13 | 246,563,759 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,004 | puml | @startuml
class OlskerCupcakes
class Cupcake {
{field} Price
{field} Amount
}
class Order {
{field} Price
{field} Pickupdate
{field} Orderdate
}
class Orderlist
class Top {
{field} Price
}
class Bottom {
{field} Price
}
class Userlist
class User {
{field} role
{field} email
{field} password
{field} balance
}
class Menucard {
}
OlskerCupcakes "1" -- "1" Orderlist : has
Orderlist "1" -- "*" Order : contains
Order "1" -- "*" Cupcake : contains
Cupcake "*" -- "1" Top : has
Cupcake "*" -- "1" Bottom : has
OlskerCupcakes "1" -- "1" Userlist : has
Userlist "1" -- "*" User : contains
Order "*" -- "1" User : has
OlskerCupcakes "1" -- "1" Menucard : has
Menucard "1" - "*" Bottom : contains
Menucard "1" - "*" Top : contains
/' class LoginFunction
class RegisterFunction
OlskerCupcakes --> LoginFunction
LoginFunction --> User
OlskerCupcakes --> RegisterFunction
RegisterFunction --> Userlist : creates entry
Userlist -> LoginFunction : logs in '/
@enduml | false | true | false | false | sequence |
a606dcb441be2808ef1a84690b5d23e61eef9b8c | f876fcde7a637d67bbbabb83624c28045c9675ae | /diagrams/src/Application/Repositories/ChatRepository.puml | a8206410e1839d2d131b1c60f4f573eaba3feff8 | [
"MIT"
] | permissive | converge-app/chat-service | aa431668be05ea646fd781d52d8bb18b9ff5a1fd | 1ecce444167925467a8ff2235509353c076a1236 | refs/heads/master | 2023-03-11T14:28:10.323241 | 2019-12-17T12:06:22 | 2019-12-17T12:06:22 | 213,873,991 | 0 | 0 | MIT | 2023-03-04T01:15:45 | 2019-10-09T09:17:45 | C# | UTF-8 | PlantUML | false | false | 886 | puml | @startuml
interface IChatRepository {
Get() : Task<List<Message>>
GetById(id:string) : Task<Message>
Create(@Message:Message) : Task<Message>
GetByContactId(contactId:string) : Task<IOrderedEnumerable<Message>>
GetContactsForUserId(userId:string) : Task<IEnumerable<Message>>
GetAllContacts() : Task<List<Message>>
}
class ChatRepository {
- <<readonly>> _chats : IMongoCollection<Message>
+ ChatRepository(dbContext:IDatabaseContext)
+ <<async>> Get() : Task<List<Message>>
+ <<async>> GetById(id:string) : Task<Message>
+ <<async>> Create(@Message:Message) : Task<Message>
+ <<async>> GetByContactId(contactId:string) : Task<IOrderedEnumerable<Message>>
+ <<async>> GetContactsForUserId(userId:string) : Task<IEnumerable<Message>>
+ <<async>> GetAllContacts() : Task<List<Message>>
}
IChatRepository <|-- ChatRepository
@enduml
| false | true | false | false | class |
12809be5e0452167cc4d7aec5dd304b4349d528a | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /18 Skinparam command/9c Examples.puml | 971eee7e361c66493c3f0dc651ffe5e602f13932 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 274 | puml | @startuml
skinparam roundcorner 20
skinparam class {
BackgroundColor PaleGreen
ArrowColor SeaGreen
BorderColor SpringGreen
}
skinparam stereotypeCBackgroundColor YellowGreen
Class01 "1" *-- "many" Class02 : contains
Class03 o-- Class04 : aggregation
@enduml
| false | true | false | false | class |
96611554bf838e82fcd1dc401821eea3f6f506f7 | 4bb456ab6a9c477ab1d07f64be4a0da69b4ed585 | /ModelDrivenThingML/thingml-gen/UML/APP_1_PIM_Cfg/APP_1_PIM_Cfg/docs/LED_PIM_behavior.plantuml | 6e9cb7ee0c3b1aa7e2a7c14f5b57f9aa69548007 | [] | no_license | MuhammadEkbal/ModelDrivenThingML | f484c656889e572fa1297b603a6d418bb5885ac5 | b2a7c429d4d458034a6b81ee767ea2fdbaad8176 | refs/heads/master | 2020-06-10T03:46:45.110020 | 2019-06-25T18:27:23 | 2019-06-25T18:27:23 | 193,572,617 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | plantuml | @startuml
skinparam defaultTextAlignment left
[*] --> behavior
state behavior{
state SETUP{
SETUP --> OFF
SETUP : p:LED_PIM_PORT?setup_pim / \naction do \nprint ("LED 1 -")\nLED_PSM_PORT!setup_psm(PIN)\nend\n
}
state OFF{
OFF --> ON : p:LED_PIM_PORT?turn_on_pim\naction LED_PSM_PORT!turn_on_psm(p.value)\n
}
state ON{
ON --> OFF : p:LED_PIM_PORT?turn_off_pim\naction LED_PSM_PORT!turn_off_psm(p.value)\n
}
[*] --> SETUP
}
@enduml
| false | true | false | false | sequence |
362b79e20290202c441e09a5c20d3c46067c50ac | 663dd9f244928d049b129c523161fae5a2a3c38f | /uml/sign_up.puml | 7df8fb360d099cffffab3f0740e8f4b84cd529d5 | [] | no_license | luciomas17/meeTOmove-Final | 265a6a3ceb5a2d782971fe5d59d47ac9cd2c9c5b | ce5dbff536a55d69e4db9f3ef5bbb8b1f9fe9771 | refs/heads/master | 2023-03-21T02:36:17.422225 | 2021-03-01T15:01:53 | 2021-03-01T15:01:53 | 343,453,461 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
actor Guest
entity FrontEnd
participant User
database Database
Guest -> FrontEnd: Sign Up Form filling
FrontEnd -> FrontEnd: form.validate_on_submit()
alt All fields required
FrontEnd -> User: user = new User(args)
User --> FrontEnd: return user
FrontEnd -> Database: db.add(user)
alt Email not exists
Database --> FrontEnd: return 1
else Email already exists
Database --> FrontEnd: return 0
end
end
FrontEnd --> Guest: End Sign Up Form filling
@enduml | false | true | false | false | usecase |
fc33e913a6db58d91ca873f699bdc7e1b67770a4 | a88c11df2c1189b6e651d85cf3dc2388f9fcfc95 | /diagrams/design_class_diagram_cue_detection.plantuml | 2949cb64b8106149bb1b7f5291b0a37386ce70de | [] | no_license | TomSievers/EVD_Proj | cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b | 19abc059668d86b1c4c0d4e93bd8acb38223a36e | refs/heads/develop | 2023-02-20T12:32:11.254938 | 2021-01-21T08:16:31 | 2021-01-21T08:16:31 | 293,806,246 | 0 | 0 | null | 2021-01-21T08:16:32 | 2020-09-08T12:39:05 | C++ | UTF-8 | PlantUML | false | false | 2,332 | plantuml | @startuml
header
Design class diagram CueDetector
endheader
package ImageCapture
{
interface ICapture
{
# curFrame : cv::Mat
# active : bool
# thread : std::thread
# updateMutex : std::mutex
+ //setRoi(roi : std::array<cv::Point2f, 4>&, width : float, height : float) : void//
+ //getFrame() : cv::Mat//
+ //stop() : void//
- //update(active : bool) : void//
}
}
package Detector
{
enum VisionStep
{
ACQUISITION
EHANCEMENT
SEGMENTATION
FEATURE_EXTRACT
CLASSIFICATION
}
interface IDetector
{
+ IDetector(cap : std::shared_ptr<Acquisition>)
+ //getObjects() : std::vector<std::shared_ptr<Object>>//
# processors : std::vector<std::shared_ptr<IImageProcessing>>
}
class Object<<struct>>
{
}
class CueObject<<struct>>
{
+ center : cv::Point
}
class CueDetector
{
+ CueDetector(cap : std::shared_ptr<Acquisition>)
- img : cv::Mat
}
interface IImageProcessing
{
+ procces(img : cv::Mat&, data : std::shared_ptr<void>) : std::shared_ptr<void>
}
class Acquisition
{
+ Acquisition(deviceId : int)
+ Acquisition(mock_img : const std::string&)
+ getCapture() : ICapture&
}
class CueEnhancement
{
- blurImage(image : cv::Mat&) : void
}
class CueSegmentation
{
- thresholdImage(image : cv::Mat&) : void
- openImage(image : cv::Mat&) : void
- findCueContours(image : const cv::Mat&) : std::vector<std::vector<cv::Point>>
}
class CueFeatureExtraction
{
- findCornerPoints(contours : const std::vector<std::vector<cv::Point>>&) : std::vector<cv::Point>
}
class CueClassification
{
- classifyCue(cornerPoints : const std::vector<cv::Point>&) cv::Point
}
}
Object <. IDetector
Object <|-- CueObject
IDetector <|.. CueDetector
CueObject <. CueDetector
IDetector --> IImageProcessing
IImageProcessing <|.. Acquisition
IImageProcessing <|.. CueEnhancement
IImageProcessing <|.. CueFeatureExtraction
IImageProcessing <|.. CueSegmentation
IImageProcessing <|.. CueClassification
ICapture <-- Acquisition
CueDetector -[hidden]> IImageProcessing
IDetector .> VisionStep
@enduml | false | true | false | false | class |
b48ad4d41e92c147e523ff9de5aa55a831a8f0af | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao2/MD_a1.puml | 29194c61bde5ae7966bf973db40d85579c3f2be2 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,980 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Plataforma {
-String designacao
}
class AreaAtividade {
-String codigo
-String descBreve
-String descDetalhada
}
class CompetenciaTecnica {
-String codigo
-String descBreve
-String descDetalhada
}
class Categoria {
-String id
-String descricao
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
}
class ListaCTRequeridas
{
}
class CaraterCT {
-Boolean obrigatoria
}
class Tarefa {
-String referencia
-String designacao
-String descInformal
-String descTecnica
-Integer duracaoEst
-Double custoEst
}
class Freelancer {
}
class Administrativo {
}
class Utilizador {
-String nome
-String email
-String password
}
Plataforma "1" -- "*" AreaAtividade : possui >
Plataforma "1" -- "*" CompetenciaTecnica : possui >
Plataforma "1" -- "*" Organizacao : tem registadas >
Plataforma "1" -- "*" Freelancer : tem/usa >
Plataforma "1" -- "*" Administrativo : tem >
Plataforma "1" -- "*" Categoria : possui >
Organizacao "1" -- "1..*" Colaborador: tem >
Organizacao "1" -- "1" Colaborador: tem gestor >
Organizacao "1" -- "1" EnderecoPostal: localizada em >
Organizacao "1" -- "*" Tarefa: possui >
CompetenciaTecnica "*" -- "1" AreaAtividade : referente a >
Categoria "1" -- "1" AreaAtividade: enquadra-se em >
Categoria "1" -- "1" ListaCTRequeridas : tem >
ListaCTRequeridas "1" -- "*" CaraterCT: possui >
CaraterCT "*" -- "1" CompetenciaTecnica : referente a >
Tarefa "*" -- "1" Categoria: enquadra-se em >
Tarefa "*" -- "1" Colaborador: especificada por >
Freelancer "0..1" -- "1" Utilizador: atua como >
Administrativo "0..1" -- "1" Utilizador: atua como >
Colaborador "0..1" -- "1" Utilizador: atua como >
@enduml
| false | true | false | false | class |
95f1947a819cabb244832f033fe3c82eeff4e378 | a886006f32e6a130f1a4e7b0cb3cf858b9e7de7e | /GUI/uml-class-diagram.plantuml | 0ed02ea7d4033f8b5d6a963fddb68c10c1b93bc6 | [] | no_license | casperlundberg/GUI-for-multi-party-auctioning | a8d0637e597de8c3050adf51a1019af7687f44a3 | 21876f2008c99e2af1987b2eeed34ae4686ba2b3 | refs/heads/main | 2023-03-15T02:50:04.912195 | 2021-03-20T14:27:55 | 2021-03-20T14:27:55 | 322,827,156 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 17,550 | plantuml | @startuml Auctionsystem
set namespaceSeparator ::
class "Auctioneer::Auctions::allAuctions.dart::_AllAuctionsState" {
/'+Function navigate
+FilterHandler filterHandler
+AuctionHandler auctionHandler
+OfferHandler offerHandler
+UserInfoHandler userHandler
-PageMarker _currentPage
+dynamic referenceTypeDropdownValue
+dynamic referenceSectorDropdownValue
+List<List> referenceTypes'/
'+void initState()
'+Widget build()
-SliverList _getPageContainer()
-SliverList _getAuctions()
-SliverList _getOffers()
-SliverList _generateBoxes()
+List getReferenceSectors()
+List getReferenceTypes()
}
"Auctioneer::Auctions::allAuctions.dart::_AllAuctionsState" o-- "Auctioneer::Handlers::filterHandler.dart::FilterHandler"
"Auctioneer::Auctions::allAuctions.dart::_AllAuctionsState" o-- "Auctioneer::Handlers::auctionHandler.dart::AuctionHandler"
"Auctioneer::Auctions::allAuctions.dart::_AllAuctionsState" o-- "Auctioneer::Handlers::offerHandler.dart::OfferHandler"
"Auctioneer::Auctions::allAuctions.dart::_AllAuctionsState" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
class "Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" {
/'+Function navigate
+AuctionHandler auctionHandler
+OfferHandler offerHandler
+FilterHandler filterHandler
+UserInfoHandler userHandler
+List types
+dynamic typeDropdownValue
+TextEditingController title
+TextEditingController maxParticipants
+TextEditingController duration
+List<List> referenceTypes
+List<List> referenceParameters
+List<List> rangeReferenceParameters
+List<List> currentReferenceParameters
+dynamic referenceSectorDropdownValue
+dynamic referenceTypeDropdownValue
+List referenceParameterDropdownValues
+List<TextEditingController> rangeReferenceParameterControllers
+List templateIDs
+Template template
+dynamic templateIDDropdownValue
+List<TextEditingController> offerControllers'/
'+Widget build()
+Map split()
+SliverList buildAuctionList()
+void showTemplateGUI()
+List getReferenceSectors()
+List getReferenceTypes()
+List getReferenceParameters()
}
"Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" o-- "Auctioneer::Handlers::auctionHandler.dart::AuctionHandler"
"Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" o-- "Auctioneer::Handlers::offerHandler.dart::OfferHandler"
"Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" o-- "Auctioneer::Handlers::filterHandler.dart::FilterHandler"
"Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
'"Auctioneer::Auctions::myauctions.dart::_MyAuctionsState" o-- "Auctioneer::Entities::templateListJSON.dart::Template"
/'
class "Auctioneer::Entities::auctionDetailsListJSON.dart::AuctionDetailsList" {
+List<AuctionDetails> auctionDetailsList
+Map toJson()
}
'/
class "Auctioneer::Entities::auctionDetailsListJSON.dart::AuctionDetails" {
+int id
+List<Participant> participants
+int templateId
+List<Bid> bids
+int winningBid
+Map toJson()
}
/'
class "Auctioneer::Entities::filtersJSON.dart::Filters" {
+List<ReferenceSector> referenceSectors
+Map toJson()
}
class "Auctioneer::Entities::filtersJSON.dart::ReferenceSector" {
+String name
+List<ReferenceType> referenceTypes
+Map toJson()
}
class "Auctioneer::Entities::filtersJSON.dart::ReferenceType" {
+String name
+List<ReferenceParameter> referenceParameters
+List<RangeReferenceParameter> rangeReferenceParameters
+Map toJson()
}
'/
/'class "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialAuctionList" {
+List<MaterialAuction> materialAuctions
+Map toJson()
}
class "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialAuction" {
+int id
+String title
+int ownerId
+int maxParticipants
+int currentParticipants
+DateTime startDate
+DateTime stopDate
+String referenceSector
+String referenceType
+MaterialReferenceParameters materialReferenceParameters
+Map toJson()
}
"Auctioneer::Entities::materialAuctionListJSON.dart::MaterialAuction" o-- "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters"
class "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters" {
+String fibersType
+String resinType
+int minFiberLength
+int maxFiberLength
+String recyclingTechnology
+String sizing
+String additives
+int minVolume
+int maxVolume
+int localid
+Map toJson()
}
'/
/'class "Auctioneer::Entities::materialOfferListJSON.dart::MaterialOfferList" {
+List<MaterialOffer> materialOffers
+Map toJson()
}
'/
/'
class "Auctioneer::Entities::materialOfferListJSON.dart::MaterialOffer" {
+int id
+String title
+int userId
+int templateId
+List<KeyValuePair> keyValuePairs
+DateTime startDate
+DateTime stopDate
+String referenceSector
+String referenceType
+MaterialReferenceParameters materialReferenceParameters
+Map toJson()
}
'/
'"Auctioneer::Entities::materialOfferListJSON.dart::MaterialOffer" o-- "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters"
/'class "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2AuctionList" {
+List<Referencetype2Auction> referencetype2Auctions
+Map toJson()
}
class "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction" {
+int id
+String title
+int ownerId
+int maxParticipants
+int currentParticipants
+DateTime startDate
+DateTime stopDate
+String referenceSector
+String referenceType
+Referencetype2ReferenceParameters referencetype2ReferenceParameters
+Map toJson()
}
"Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction" o-- "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters"
class "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters" {
+String parameter1
+String parameter2
+int minVolume
+int maxVolume
+int localid
+Map toJson()
}
class "Auctioneer::Entities::referencetype2OfferListJSON.dart::Referencetype2OfferList" {
+List<Referencetype2Offer> referencetype2Offers
+Map toJson()
}
class "Auctioneer::Entities::referencetype2OfferListJSON.dart::Referencetype2Offer" {
+int id
+String title
+int userId
+int templateId
+List<KeyValuePair> keyValuePairs
+DateTime startDate
+DateTime stopDate
+String referenceSector
+String referenceType
+Referencetype2ReferenceParameters referencetype2ReferenceParameters
+Map toJson()
}
"Auctioneer::Entities::referencetype2OfferListJSON.dart::Referencetype2Offer" o-- "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters"
class "Auctioneer::Entities::templateListJSON.dart::TemplateList" {
+List<Template> templates
+Map toJson()
}
class "Auctioneer::Entities::templateListJSON.dart::Template" {
+int id
+List<TemplateString> templateStrings
+List<TemplateVariable> templateVariables
+Map toJson()
}
'/
class "Auctioneer::Entities::userListJSON.dart::User" {
/'+int userId
+String userName
+String email
+Password password
+int age
+Address address
+String homePhoneNumber
+String mobilePhoneNumber
+String officePhoneNumber
+String currentType
+String company
+List<ParticipatingAuction> participatingAuctions
+List<Offer> offers
+List<Inbox> requestInbox
+List<Inbox> inviteInbox'/
+Map toJson()
}
class "Auctioneer::Filters::filtersGUI.dart::_FiltersState" {
/'+FilterHandler filterHandler
+List<TextEditingController> controllers
+List<List> referenceTypes
+List<List> referenceParameters
+List<List> rangeReferenceParameters
+List<List> currentReferenceParameters
+dynamic referenceSectorDropdownValue
+dynamic referenceTypeDropdownValue
+List referenceParameterDropdownValues
+List<TextEditingController> rangeReferenceParameterControllers
+Widget build()
+Widget ReturnContent()
+void showFilterTemplateGUI()
+List getReferenceSectors()
+List getReferenceTypes()
+List getReferenceParameters()'/
}
"Auctioneer::Filters::filtersGUI.dart::_FiltersState" o-- "Auctioneer::Handlers::filterHandler.dart::FilterHandler"
/'class "Auctioneer::Handlers::auctionHandler.dart::Auctions" {
+MaterialAuctionList materialAuctions
+Referencetype2AuctionList referencetype2Auctions
}
'/
'"Auctioneer::Handlers::auctionHandler.dart::Auctions" o-- "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialAuctionList"
'"Auctioneer::Handlers::auctionHandler.dart::Auctions" o-- "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2AuctionList"
class "Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" {
+Function setMainState
+AuctionDetailsList consumerAuctionDetails
+AuctionDetailsList supplierAuctionDetails
+Auctions allAuctions
+TemplateList consumerContractTemplates
+TemplateList supplierContractTemplates
+Auctions myAuctions
+AuctionDetails currentAuctionDetails
+UserInfoHandler userHandler
'+int nextAuctionID
'+int nextBidID
'+int nextTemplateID
'+List<Inbox> inbox
'+List inboxAuctionTitles
'+int templateItemCount
'+List<TextEditingController> controllers
'+List valueTypes
'+List dropdownValues
'+List userTypes
'+dynamic dropdownValue
+void createMaterialAuction()
+void createReferencetype2Auction()
+void endAuction()
+void leaveAuction()
+void selectAuctionWinner()
+void viewBid()
+void setCurrentAuction()
+List getAuctionTitles()
+void makeBid()
+Template getContractTemplate()
+Container getListTile()
+void showNotifications()
+void createContractTemplate()
+void showContractTemplateGUI()
}
'"Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" o-- "Auctioneer::Entities::auctionDetailsListJSON.dart::AuctionDetailsList"
'"Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" o-- "Auctioneer::Handlers::auctionHandler.dart::Auctions"
'"Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" o-- "Auctioneer::Entities::templateListJSON.dart::TemplateList"
"Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" o-- "Auctioneer::Entities::auctionDetailsListJSON.dart::AuctionDetails"
"Auctioneer::Handlers::auctionHandler.dart::AuctionHandler" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
class "Auctioneer::Handlers::filterHandler.dart::FilterHandler" {
+Function setMainState
+Filters filters
+MaterialReferenceParameters materialFilter
+Referencetype2ReferenceParameters referencetype2Filter
+int localFilteridCounter
+void updateFilter()
+void deleteFilter()
+bool checkFilter()
+void retrieveFilters()
}
'"Auctioneer::Handlers::filterHandler.dart::FilterHandler" o-- "Auctioneer::Entities::filtersJSON.dart::Filters"
'"Auctioneer::Handlers::filterHandler.dart::FilterHandler" o-- "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters"
'"Auctioneer::Handlers::filterHandler.dart::FilterHandler" o-- "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters"
/'
class "Auctioneer::Handlers::offerHandler.dart::Offers" {
+MaterialOfferList materialOffers
+Referencetype2OfferList referencetype2Offers
}
'/
'"Auctioneer::Handlers::offerHandler.dart::Offers" o-- "Auctioneer::Entities::materialOfferListJSON.dart::MaterialOfferList"
'"Auctioneer::Handlers::offerHandler.dart::Offers" o-- "Auctioneer::Entities::referencetype2OfferListJSON.dart::Referencetype2OfferList"
class "Auctioneer::Handlers::offerHandler.dart::OfferHandler" {
+Function setMainState
+Offers allOffers
+Offers myOffers
+TemplateList consumerOfferTemplates
+TemplateList supplierOfferTemplates
+UserInfoHandler userHandler
'+int nextOfferID
+void createMaterialOffer()
+void createReferencetype2Offer()
+void endOffer()
+void viewOffer()
}
'"Auctioneer::Handlers::offerHandler.dart::OfferHandler" o-- "Auctioneer::Handlers::offerHandler.dart::Offers"
'"Auctioneer::Handlers::offerHandler.dart::OfferHandler" o-- "Auctioneer::Entities::templateListJSON.dart::TemplateList"
"Auctioneer::Handlers::offerHandler.dart::OfferHandler" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
class "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler" {
+Function updateUser
+UserList userListObject
+User user
+bool isEmail()
+bool userCheck()
+String passHasher()
+bool passwordChecker()
+bool phoneCheck()
+bool profileEditCheck()
+bool passwordValidator()
+User loginValidator()
+void login()
+void register()
+void updateProfile()
+void requestToJoin()
+void inviteToAuction()
}
"Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler" o-- "Auctioneer::Entities::userListJSON.dart::User"
/'äclass "Auctioneer::mainGUI.dart::WidgetMarker" {
+int index
{static} +List<WidgetMarker> values
{static} +WidgetMarker auctions
{static} +WidgetMarker login
{static} +WidgetMarker register
{static} +WidgetMarker profile
{static} +WidgetMarker forgotPass
{static} +WidgetMarker room
}
'/
'"Auctioneer::mainGUI.dart::WidgetMarker" o-- "Auctioneer::mainGUI.dart::WidgetMarker"
class "Auctioneer::mainGUI.dart::MainGUIState" {
/'+WidgetMarker selectedWidgetMarker
+AnimationController controller
+Animation animation
+UserInfoHandler userHandler
+FilterHandler filterHandler
+AuctionHandler auctionHandler
+OfferHandler offerHandler
+int nextAuctionID
+int nextBidID
+int nextTemplateID
+int nextOfferID'/
+void initState()
+void dispose()
+Widget build()
+dynamic playAnimation()
+void setMainState()
+void updateUser()
+void navigate()
+Widget getCustomContainer()
+Widget getAuctionsGUIContainer()
+Widget getLoginContainer()
+Widget getRegisterContainer()
+Widget getForgotPassContainer()
+Widget getProfileContainer()
+Widget getRoomContainer()
}
'"Auctioneer::mainGUI.dart::MainGUIState" o-- "Auctioneer::mainGUI.dart::WidgetMarker"
"Auctioneer::mainGUI.dart::MainGUIState" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
"Auctioneer::mainGUI.dart::MainGUIState" o-- "Auctioneer::Handlers::filterHandler.dart::FilterHandler"
"Auctioneer::mainGUI.dart::MainGUIState" o-- "Auctioneer::Handlers::auctionHandler.dart::AuctionHandler"
"Auctioneer::mainGUI.dart::MainGUIState" o-- "Auctioneer::Handlers::offerHandler.dart::OfferHandler"
package UserPages <<Folder>> {
class "Login" {
/'+Function navigate
+UserInfoHandler userHandler
-TextEditingController _controllerUserName
-TextEditingController _controllerPW
+dynamic loginUserName
+dynamic loginPW
+Widget build()'/
}
class "Profile" {
/'+Function navigate
+UserInfoHandler userHandler
-GlobalKey<FormState> _formKey
-TextEditingController _controllerUserName
-TextEditingController _controllerEmail
-TextEditingController _controllerAge
-TextEditingController _controllerAddress
-TextEditingController _controllerCity
-TextEditingController _controllerState
-TextEditingController _controllerPostalCode
-TextEditingController _controllerHomePhoneNumber
-TextEditingController _controllerMobilePhoneNumber
-TextEditingController _controllerOfficePhoneNumber
-TextEditingController _controllerCompany
-TextEditingController _controllerOPW
-TextEditingController _controllerPW
-TextEditingController _controllerRPW
+dynamic newUserName
+dynamic newEmail
+int newAge
+dynamic newAddress
+dynamic newCity
+dynamic newState
+dynamic newPostalCode
+dynamic newHomePhoneNumber
+dynamic newMobilePhoneNumber
+dynamic newOfficePhoneNumber
+dynamic newCurrentType
+dynamic newCompany
+dynamic opw
+dynamic pw
+dynamic rpw
+Widget build()'/
}
class "Register" {
/'+Function navigate
+UserInfoHandler userHandler
-TextEditingController _controllerUserName
-TextEditingController _controllerEmail
-TextEditingController _controllerPW
-TextEditingController _controllerRPW
+dynamic newUserName
+dynamic newEmail
+dynamic pw
+dynamic rpw
+Widget build()'/
}
}
"Login" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
"Profile" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
"Register" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
class "Auctioneer::Pages::room.dart::_RoomState" {
/'+Function navigate
+AuctionHandler auctionHandler
+UserInfoHandler userHandler
+CountdownTimerController controller
+List<Inbox> out
+Template contractTemplate
+List<TextEditingController> controllers
+MaterialAuction materialAuction
+Referencetype2Auction referencetype2Auction
+bool isFinished
+bool isHost
+TextStyle smallText
+TextStyle bigText
+TextStyle boldText
+Widget build()'/
+bool checkForNotifications()
+void showContractGUI()
}
"Auctioneer::Pages::room.dart::_RoomState" o-- "Auctioneer::Handlers::auctionHandler.dart::AuctionHandler"
"Auctioneer::Pages::room.dart::_RoomState" o-- "Auctioneer::Handlers::userInfoHandler.dart::UserInfoHandler"
'"Auctioneer::Pages::room.dart::_RoomState" o-- "Auctioneer::Entities::templateListJSON.dart::Template"
'"Auctioneer::Pages::room.dart::_RoomState" o-- "Auctioneer::Entities::materialAuctionListJSON.dart::MaterialAuction"
'"Auctioneer::Pages::room.dart::_RoomState" o-- "Auctioneer::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction"
@enduml | false | true | true | false | class |
2293872fd0dd84d6c8d52e2d6425ce939dc60176 | 6631f2c7a4b3fcde26546ab707faf8a2fa56b160 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/androidx/navigation/common/common.plantuml | f7c9c147b1cf3fe0e053e9adaecc3d72d00cd72e | [] | no_license | DeniE46/iMet-raywenderlich- | a051175bbb549f111f6597e0cd9d4f8064ad14c9 | 698820ae72707421f5febaa4987428a258153660 | refs/heads/master | 2020-04-10T21:44:21.743382 | 2019-05-17T10:02:18 | 2019-05-17T10:02:18 | 161,305,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,076 | plantuml | @startuml
title __COMMON's Class Diagram__\n
package androidx.navigation {
package androidx.navigation.common {
class R {
- R()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class attr {
{static} + argType : int
{static} + clearTask : int
{static} + destination : int
{static} + enterAnim : int
{static} + exitAnim : int
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontWeight : int
{static} + launchDocument : int
{static} + launchSingleTop : int
{static} + nullable : int
{static} + popEnterAnim : int
{static} + popExitAnim : int
{static} + popUpTo : int
{static} + popUpToInclusive : int
{static} + startDestination : int
{static} + uri : int
- attr()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class bool {
{static} + abc_action_bar_embed_tabs : int
- bool()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + chronometer : int
{static} + forever : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + line1 : int
{static} + line3 : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + right_icon : int
{static} + right_side : int
{static} + tag_transition_group : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
- id()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
- style()
}
}
}
package androidx.navigation {
package androidx.navigation.common {
class styleable {
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontWeight : int
{static} + NavAction : int[]
{static} + NavAction_android_id : int
{static} + NavAction_clearTask : int
{static} + NavAction_destination : int
{static} + NavAction_enterAnim : int
{static} + NavAction_exitAnim : int
{static} + NavAction_launchDocument : int
{static} + NavAction_launchSingleTop : int
{static} + NavAction_popEnterAnim : int
{static} + NavAction_popExitAnim : int
{static} + NavAction_popUpTo : int
{static} + NavAction_popUpToInclusive : int
{static} + NavArgument : int[]
{static} + NavArgument_android_name : int
{static} + NavArgument_android_defaultValue : int
{static} + NavArgument_argType : int
{static} + NavArgument_nullable : int
{static} + NavDeepLink : int[]
{static} + NavDeepLink_android_autoVerify : int
{static} + NavDeepLink_uri : int
{static} + NavGraphNavigator : int[]
{static} + NavGraphNavigator_startDestination : int
{static} + Navigator : int[]
{static} + Navigator_android_label : int
{static} + Navigator_android_id : int
- styleable()
}
}
}
R +-down- attr
R +-down- bool
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
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 |
9332dc73dc235bbedec0740324bb8cad803d451b | 9e9676cdfe6aea6d2db11068ad34eda0c3376d56 | /uml/uml.puml | d8d67ba67ca4a6cef9df5afc759f6b6f78bfa3cc | [
"MIT"
] | permissive | slinkydeveloper/ing-sw-2019-guardiani-mucignat-lischio | 621f17a7631d6c8c3a2ec3b3a7443e76de47e565 | f985abed3a1f7e2c95ae7fa20dcab1870840d110 | refs/heads/master | 2022-12-26T02:14:57.116316 | 2019-07-05T09:49:41 | 2019-07-05T09:49:41 | 176,522,157 | 0 | 0 | MIT | 2020-10-13T13:22:31 | 2019-03-19T13:50:02 | HTML | UTF-8 | PlantUML | false | false | 26,210 | puml | @startuml
package com.adrenalinici.adrenaline.model {
class Position {
-line: int
-cell: int
+int cell()
+int line()
}
enum AmmoColor {
RED
YELLOW
BLUE
}
interface Gun {
+List<AmmoColor> getRequiredAmmoToPickup();
+List<AmmoColor> getRequiredAmmoToReload();
+void visit(Consumer<AlternativeEffectGun> visitAlternativeEffectGun, Consumer<BaseEffectGun> visitBaseEffectGun)
}
BaseGun "1..n"-- AmmoColor: cost
abstract class BaseGun implements Gun {
-firstAmmo: AmmoColor
-extraAmmo: List<AmmoColor>
-name: String
-note: Optional<String>
}
class AlternativeEffectGun extends BaseGun {
-firstEffect: Effect
-secondEffect: Effect
-secondEffectCost: List<AmmoColor>
+Effect getFirstEffect()
+Effect getSecondEffect()
+List<AmmoColor> getSecondEffectCost()
}
AlternativeEffectGun "0..n"-- AmmoColor: "second effect cost"
AlternativeEffectGun "2..n"-- Effect
class BaseEffectGun extends BaseGun {
-baseEffect: Effect
-firstExtraEffect: Optional<Effect>
-firstExtraEffectCost: Optional<List<AmmoColor>>
-secondExtraEffect: Optional<Effect>
-secondExtraEffectCost: Optional<List<AmmoColor>>
+Effect getBaseEffect()
+Optional<Effect> getFirstExtraEffect()
+Optional<List<AmmoColor>> getFirstExtraEffectCost()
+Optional<Effect> getSecondExtraEffect()
+Optional<List<AmmoColor>> getSecondExtraEffectCost()
}
BaseEffectGun "1"-- Effect: "first effect"
BaseEffectGun "0..2"-- Effect: "extra effects"
BaseEffectGun "0..n"-- AmmoColor: "first extra effect cost"
BaseEffectGun "0..n"-- AmmoColor: "second extra effect cost"
class PowerUpCard {
-ammoColor: AmmoColor
-powerUpType: PowerUpType
+AmmoColor getAmmoColor()
+PowerUpType getPowerUpType()
}
PowerUpCard "1..n"-- AmmoColor
enum PowerUpType {
VENOM_GRANADE
SCOPE
TELEPORT
KINETIC_RAY
}
PowerUpCard "1"-- PowerUpType
class Effect {
-name : String
-description: String
-configFn: Function<GameController, EffectAvailableConfig>
-applyFn: BiConsumer<EffectAvailableConfig, GameController>
+String getName()
+String getDescription()
+EffectAvailableConfig generateConfig(GameController controller)
+void applyEffect(EffectAvailableConfig config, GameController controller)
}
class EffectAvailableConfig {
-hittablePlayers: List<PlayerColor>
-possiblePreThisPlayerMoves: List<Integer[]>
-possiblePostThisPlayerMoves: List<Integer[]>
-possibleEnemiesMovements: Map<PlayerColor, List<PlayerColor>>
}
enum PlayerColor {
GRAY
YELLOW
GREEN
PURPLE
CYAN
}
class PlayerDashboard {
-ammos: List<AmmoColor>
-damages: List<PlayerColor>
-marks: List<PlayerColor>
-loadedGuns: List<Gun>
-unloadedGuns: List<Gun>
-powerUpCards: List<PowerUpCard>
-skullsNumber: int
-points: int
-firstPlayer: boolean
+void addAmmo(AmmoColor ammo)
+void removeAmmos(List<AmmoColor> ammos)
+List<AmmoColor> getAmmos()
+void addDamages(List<PlayerColor> damages)
+void removeAllDamages()
+List<PlayerColor> getDamages()
+Optional<PlayerColor> getFirstDamage()
+Optional<PlayerColor> getKillDamage()
+Optional<PlayerColor> getCruelDamage()
+void addMarks(List<PlayerColor> marks)
+void removeMarks(List<PlayerColor> marks)
+List<PlayerColor> getMarks()
+void addLoadedGun(Gun loadedGun)
+void removeLoadedGun(Gun loadedGun)
+List<Gun> getLoadedGuns()
+void addUnloadedGun(Gun unloadedGun)
+void removeUnloadedGun(Gun loadedGun)
+List<Gun> getUnloadedGuns()
+void addPowerUpCard(PowerUpCard powerUp)
+void removePowerUpCard(PowerUpCard powerUp)
+List<PowerUpCard> getPowerUpCards()
+void incrementSkullsNumber()
+int getSkullsNumber()
+void addPoints(int points)
+int getPoints()
+boolean getFirstPlayer()
}
PlayerDashboard "0..9"-- AmmoColor
PlayerDashboard "0..12"-- PlayerColor: "damages"
PlayerDashboard "0..n"-- PlayerColor: "marks"
PlayerDashboard "0..3"-- PlayerColor: "guns"
PlayerDashboard "0..n"-- PowerUpCard: "power up cards"
class AmmoCard {
-ammoColor: List<AmmoColor>
-powerUpCard: Optional<PowerUpCard>
+List<AmmoColor> getAmmoColor()
+Optional<PowerUpCard> getPowerUpCard()
}
AmmoCard "2..3"-- AmmoColor
AmmoCard "0..1"-- PowerUpCard
enum Action {
MOVE_MOVE_MOVE
MOVE_PICKUP
SHOOT
MOVE_MOVE_PICKUP
MOVE_SHOOT
MOVE_RELOAD_SHOOT
MOVE_MOVE_MOVE_MOVE
MOVE_MOVE_RELOAD_SHOOT
MOVE_MOVE_MOVE_PICKUP
}
class GameStatus {
-killScore: List<Map.Entry<PlayerColor, Boolean>>
-remainingSkulls: int
-doubleKillScore: List<PlayerColor>
-roundPlayer: PlayerColor
-dashboard: Dashboard
-playerDashboards: List<PlayerDashboard>
+void addKillScore(PlayerColor playerColor, boolean cruelKill)
+List<Map.Entry<PlayerColor, Boolean>> getKillScore()
+int decrementSkulls()
+int getRemainingSkulls()
+void addDoubleKillScore(PlayerColor playerColor)
+List<PlayerColor> getDoubleKillScore()
+void setRoundPlayer(PlayerColor playerColor)
+PlayerColor getRoundPlayer()
}
com.adrenalinici.adrenaline.observer.Observable <|-- GameStatus: "T::ModelEvent"
note left: killScore is a list of tuples\nwhere PlayerColor is the color of the\nkiller and the Boolean represents cruel kill
GameStatus "0..8"-- PlayerColor: "assassins"
GameStatus "0..n"-- PlayerColor: "double kills"
GameStatus "1"-- PlayerColor: "round of player"
class Dashboard {
-dashboardCells: List<DashboardCell>
+List<DashboardCell> getDashboardCells()
}
enum DashboardCellBoundType{
OPEN
WALL
DOOR
}
interface DashboardCell {
+List<PlayerColor> getPlayersInCell()
+Optional<DashboardCellBoundType> getNorthDashboardCellBoundType()
+Optional<DashboardCellBoundType> getSouthDashboardCellBoundType()
+Optional<DashboardCellBoundType> getWestDashboardCellBoundType()
+Optional<DashboardCellBoundType> getEastDashboardCellBoundType()
+Optional<DashboardCell> getNorthDashboardCell()
+Optional<DashboardCell> getSouthDashboardCell()
+Optional<DashboardCell> getWestDashboardCell()
+Optional<DashboardCell> getEastDashboardCell()
+void visit(Consumer<RespawnDashboardCell> visitRespawnDashboardCell, Consumer<PickupDashboardCell> visitPickupDashboardCell)
}
DashboardCell --*"0..n" Dashboard
abstract class BaseDashboardCell implements DashboardCell {
-playerInCell: List<PlayerColor>
-northDashboardCellBoundType: DashboardCellBoundType
-southDashboardCellBoundType: DashboardCellBoundType
-westDashboardCellBoundType: DashboardCellBoundType
-eastDashboardCellBoundType: DashboardCellBoundType
}
BaseDashboardCell "4"-- DashboardCellBoundType
class RespawnDashboardCell extends BaseDashboardCell {
-availableGuns: List<Gun>
+List<Gun> getAvailableGuns()
+void removeAvailableGun(Gun gunToRemove)
+void addAvailableGun(Gun gunToAdd)
}
RespawnDashboardCell "0..3"-- Gun
class PickupDashboardCell extends BaseDashboardCell {
-ammoCard: Optional<AmmoCard>
+AmmoCard getAmmoCard()
+void setAmmoCard(AmmoCard ammoCard)
+void removeAmmoCard()
}
PickupDashboardCell "0..1"-- AmmoCard
}
package com.adrenalinici.adrenaline.view.events {
interface ViewEvent {
+GameView getGameView()
}
class FirstTurnEvent implements ViewEvent {
-player: PlayerColor
+PlayerColor getPlayer()
}
class NewTurnEvent implements ViewEvent {
-player: PlayerColor
+PlayerColor getPlayer()
}
class ActionChosenEvent implements ViewEvent {
-action: Action
+Action getAction()
}
class MovementChosenEvent implements ViewEvent {
-movement: Position
+Position getMovement()
}
class GunChosenEvent implements ViewEvent {
-gun: Gun
+Gun getChosenGun()
}
class ChosenEffectConfigurationEvent implements ViewEvent {
-playersToHit: List<PlayerColor>
-effectToApply: Effect
-numberOfScopePowerUpUsed: int
+List<PlayerColor> getPlayersToHit()
+Effect getEffectToApply()
+int getNumberOfScopePowerUpUsed()
}
class ChosenRespawnLocationEvent implements ViewEvent {
-respawnCell: Position
+Position getRespawnCell()
}
class ReloadGunsEvent implements ViewEvent {
-gunsToReload: List<Gun>
+List<Gun> getGunsToReload()
}
class ChosenBaseEffectConfigurationEvent implements ViewEvent {
-baseEffectPlayersToHit: List<PlayerColor>
-extraEffectOnePlayersToHit: List<PlayerColor>
-extraEffectTwoPlayersToHit: List<PlayerColor>
-numberOfScopePowerUpUsed: int
+List<PlayerColor> getBaseEffectPlayersToHit()
+PlayerColor getExtraEffectOnePlayersToHit()
+PlayerColor getExtraEffectTwoPlayersToHit()
+int getNumberOfScopePowerUpUsed()
}
class VenomGranadeChosenEvent implements ViewEvent{
-chosenVenomGranades: List<PowerUpCard>
+List<PowerUpCard> getChosenVenomGranades()
}
class EnemyChosenEvent implements ViewEvent{
-chosenEnemy: PlayerColor
+PlayerColor getChosenEnemy()
}
class EnemyMovementChosenEvent implements ViewEvent{
-chosenEnemyMovement: Position
+Position getChosenEnemyMovement()
}
}
package com.adrenalinici.adrenaline.model.events {
interface ModelEvent{
+GameStatus getGameStatus()
}
class DashboardCellUpdatedEvent implements ModelEvent{
-dashboard: Dashboard
-dashboardCell: DashboardCell
+Dashboard getDashboard()
+DashboardCell getDashboardCell()
}
class PlayerDashboardUpdatedEvent implements ModelEvent{
-playerDashboard: PlayerDashboard
+PlayerDashboard getPlayerDashboard()
}
class GameStatusUpdatedEvent implements ModelEvent{
-killerColor: PlayerColor
-cruelKill: Boolean
}
}
package com.adrenalinici.adrenaline.server.controller.guns {
abstract class AlternativeEffectGunFactory implements GunFactory {
+ AlternativeEffectGun getModelGun (String key, ObjectNode config)
+ public DecoratedAlternativeEffectGun getDecoratedGun(String key, ObjectNode config)
}
abstract class BaseEffectGunFactory implements GunFactory {
+BaseEffectGun getModelGun(String key, ObjectNode config)
+DecoratedBaseEffectGun getDecoratedGun(String key, ObjectNode config)
}
class MachineGunGunFactory extends BaseEffectGunFactory {
+boolean canConsume(String key, ObjectNode config)
+List<ControllerFlowNode> getAdditionalNodes(String key, ObjectNode config)
}
class ZX2GunFactory extends AlternativeEffectGunFactory {
+ boolean canConsume(String key, ObjectNode config)
+ List<ControllerFlowNode> getAdditionalNodes(String key, ObjectNode config)
}
}
package com.adrenalinici.adrenaline.server.controller {
class ControllerFlowContext extends com.adrenalinici.adrenaline.flow.BaseFlowContext {
-int remainingActions;
-PlayerColor turnOfPlayer;
- List<PlayerColor> killedPlayers;
- GunLoader loader;
+ int getRemainingActions()
+ ControllerFlowContext setRemainingActions(int remainingActions)
+ ControllerFlowContext decrementRemainingActions()
+ PlayerColor getTurnOfPlayer()
+ ControllerFlowContext setTurnOfPlayer(PlayerColor turnOfPlayer)
+ List<PlayerColor> getKilledPlayers()
+ ControllerFlowContext setKilledPlayers(List<PlayerColor> killedPlayers)
+ GunLoader getGunLoader()
}
interface ControllerFlowNode extends FlowNode
class DecoratedEffect {
- Effect effect
- List<String> additionalPhases
- List<AmmoColor> requiredAmmos
+ Effect get()
+ String getId()
+ String getName()
+ String getDescription()
+ List<AmmoColor> getRequiredAmmos()
+ List<String> getAdditionalPhases()
}
class GameController {
- GameModel gameModel
- FlowOrchestrator<ControllerFlowContext> flowOrchestrator
+ public GameController(List<? extends FlowNode> flowNodes, GameModel gameModel)
+ void onEvent(ViewEvent event)
- PlayerColor nextTurnPlayer()
+ endTurnCallback(GameView view)
- void startNewTurn(GameView view, PlayerColor player)
# ControllerFlowContext getFlowContext()
}
interface GunFactory {
+boolean canConsume(String key, ObjectNode config)
+ Gun getModelGun(String key, ObjectNode config)
+ DecoratedGun getDecoratedGun(String key, ObjectNode config)
+ List<ControllerFlowNode> getAdditionalNodes(String key, ObjectNode config)
}
class GunLoader {
- List<GunFactory> factories
+ GunLoader(List<GunFactory> factories)
+ Gun getModelGun(String id)
+ DecoratedGun getDecoratedGun(String id)
+ List<ControllerFlowNode> getAdditionalNodes(String id)
+ GunFactory resolveGunFactory(String id)
+ {static} JsonNode getGunConfigJson(String id)
}
class CardDeck<T> {
-List<T> deck
+CardDeck(List<T> deck)
+Optional<T> getCard()
}
interface StatelessControllerFlowNode extends StatelessFlowNode
com.adrenalinici.adrenaline.observer.Observer <|.. GameController: "T::ViewEvent"
interface DecoratedGun extends com.adrenalinici.adrenaline.model.Gun {
- Gun gun
- List<String> phases
+ DecoratedGun(Gun gun, List<String> phases)
+ Gun get()
+void visit(Consumer<AlternativeEffectGun> visitAlternativeEffectGun, Consumer<BaseEffectGun> visitBaseEffectGun)
+ String getId()
+ List<AmmoColor> getRequiredAmmoToPickup()
+ List<AmmoColor> getRequiredAmmoToReload()
+ String getName()
+ Optional<String> getNote()
+ List<String> getPhases()
}
class DecoratedAlternativeEffectGun extends DecoratedGun {
- DecoratedEffect firstEffect
- DecoratedEffect secondEffect
+ DecoratedEffect getFirstEffect()
+ DecoratedEffect getSecondEffect()
+ AlternativeEffectGun get()
}
class DecoratedBaseEffectGun extends DecoratedGun {
- DecoratedEffect baseEffect
- DecoratedEffect firstExtraEffect
- DecoratedEffect secondExtraEffect
+ DecoratedEffect getBaseEffect()
+ List<AmmoColor> getFirstExtraEffectCost()
+ DecoratedEffect getFirstExtraEffect()
+ boolean hasFirstExtraEffect()
+ List<AmmoColor> getSecondExtraEffectCost()
+ DecoratedEffect getSecondExtraEffect()
+ boolean hasSecondExtraEffect()
+ BaseEffectGun get()
}
}
package com.adrenalinici.adrenaline.server.controller.nodes {
enum ControllerNodes {
START_TURN
PICKUP
RELOAD
CHOOSE_ACTION
RESPAWN_KILLED_PEOPLE
CHOOSE_GUN
CHOOSE_PLAYER_TO_HIT
ALTERNATIVE_GUN_START
BASE_GUN_START
}
class ChooseActionFlowNode implements StatelessControllerFlowNode
class ChooseGunFlowNode implements StatelessControllerFlowNode
class ChooseMovementFlowNode implements StatelessControllerFlowNode {
-int distance
}
class NewTurnFlowNode implements StatelessControllerFlowNode
class PickupFlowNode implements StatelessControllerFlowNode
class ReloadFlowNode implements StatelessControllerFlowNode
}
package com.adrenalinici.adrenaline.server.controller.nodes.guns {
abstract class GunFlowState implements FlowState {
-chosenGun: DecoratedGun
-chosenPlayersToHit: List<PlayerColor>
-hitPlayers: List<PlayerColor>
}
class AlternativeEffectGunFlowState extends GunFlowState {
-firstEffect: Boolean
-chosenEffect: DecoratedEffect
}
class BaseEffectGunFlowState extends GunFlowState {
-activatedFirstExtraEffect: boolean
-activatedSecondExtraEffect: boolean
}
class ApplyAlternativeGunFlowNode implements ControllerFlowNode {
-nodeId: String
-consumer: TriConsumer<AlternativeEffectGunFlowState, GameModel, ControllerFlowContext>
}
class ApplyBaseGunFlowNode implements ControllerFlowNode {
-nodeId: String
-consumer: TriConsumer<BaseEffectGunFlowState, GameModel, ControllerFlowContext>
}
class ChooseAlternativeEffectForGunFlowNode implements ControllerFlowNode
class ChooseBaseEffectForGunFlowNode implements ControllerFlowNode
class ChoosePlayersToHitFlowNode implements ControllerFlowNode
}
package com.adrenalinici.adrenaline.flow {
interface FlowContext {
+ FlowOrchestrator getOrchestrator()
+ void jump(String stateId, GameView view, FlowState event)
+ void replayNode(GameView view)
+ void replayPhase(GameView view)
+ void nextPhase(GameView view)
+ void nextPhase(GameView view, FlowState flowState)
+ String actualPhase()
+ FlowNode actualFlowNode()
+ FlowNode actualNode()
+ void addPhases(String... phases)
+ void addPhasesToEnd(String... phases)
+ void end(GameView view)
+ void handleEvent(ViewEvent event)
}
interface FlowNode<S extends FlowState, C extends FlowContext> {
+ String id()
+ default S mapState(FlowState oldState)
+ void onJump(S flowState, GameView view, GameModel model, C context)
+ void handleEvent(ViewEvent event, S flowState, GameView view, GameModel model, C context)
}
interface FlowOrchestrator<T extends FlowContext> {
+ GameModel getModel()
+ void handleEvent(ViewEvent event)
+ void onEnd(GameView view)
+ FlowNode resolveState(String id)
+ void startNewFlow(GameView view, T context)
+ T getActualContext()
}
interface FlowState
interface StatelessFlowNode<C extends FlowContext> extends FlowNode {
+ default VoidState mapState(FlowState oldState)
}
}
package com.adrenalinici.adrenaline.server.impl {
abstract class BaseFlowContext implements FlowContext {
- FlowNode actualNode;
# FlowState actualState;
- String actualPhaseId;
- List<String> phasesQueue;
- FlowOrchestrator orchestrator;
- int actualIndex;
+ BaseFlowContext(FlowOrchestrator orchestrator)
+ FlowOrchestrator getOrchestrator()
+ void jump(String stateId, GameView view, FlowState state)
+ void replayNode(GameView view) {
+ void nextPhase(GameView view, FlowState flowState)
+ String actualPhase()
+ FlowNode actualFlowNode()
+ FlowNode actualNode()
+ void replayPhase(GameView view)
+ void addPhases(String... phases)
+ void addPhasesToEnd(String... phases)
+ void end(GameView view)
+ void handleEvent(ViewEvent event)
+ List<String> getPhasesQueue()
}
class FlowOrchestratorImpl<T extends FlowContext> implements FlowOrchestrator {
-Map<String, ? extends FlowNode> nodes;
-T actualContext;
-GameModel model;
-Consumer<GameView> onEndCallback;
+FlowOrchestratorImpl(List<? extends FlowNode> nodes, GameModel model, Consumer<GameView> onEndCallback)
+GameModel getModel()
+void handleEvent(ViewEvent event)
+void onEnd(GameView view)
+FlowNode resolveState(String id)
+void startNewFlow(GameView gameView, T context)
+T getActualContext()
}
class VoidState implements FlowState
}
package com.adrenalinici.adrenaline.view {
class GameView {
+void showAvailableActions(List<Action> actions)
+void showAvailableMovements(List<Position> positions)
+void showNextTurn(PlayerColor player)
+void showReloadableGuns(List<Gun> guns)
+void showLoadedGuns(List<Gun> guns)
+void showBaseGunExtraEffects(List<Effect> effects)
+void showAvailableRespawnLocations(List<AmmoColor> respawnLocations)
+void showAvailableAlternativeEffectsGun(Effect firstEffect, Effect secondEffect)
+void showChoosePlayerToHit(List<PlayerColor> players)
+void showChoosePlayerToMove(Map<PlayerColor, List<Position>> availableMovements)
+void showAvailableExtraEffects(Effect firstExtraEffect, Effect secondExtraEffect)
+void showAvailableVenomGranades(PlayerColor player)
+void showAvailablePowerUpCards(PlayerColor player)
+void showAvailableEnemyMovements(List<Position> positions)
+void showAvailableGuns(List<Gun> guns)
+void showAvailableGunsToPickup(List<Gun> guns)
}
com.adrenalinici.adrenaline.observer.Observable <|-- GameView: "T::ViewEvent"
com.adrenalinici.adrenaline.observer.Observer <|.. GameView: "T::ModelEvent"
note bottom: the two different showApplicableEffects methods are called from AlternativeEffectGun (first one) and from BaseEffectGun (second one)
}
package com.adrenalinici.adrenaline.observer {
interface Observer<T>
class Observable<T>
}
package com.adrenalinici.adrenaline.network.inbox {
interface InboxMessage
class InboxEntry {
-connectionId: String
-message: InboxMessage
+String getConnectionId()
+InboxMessage getMessage()
}
class ViewEventMessage implements InboxMessage {
-viewEvent: ViewEvent
+ViewEvent getViewEvent()
}
class ConnectedPlayerMessage implements InboxMessage
class DisconnectedPlayerMessage implements InboxMessage
class ChosenMyPlayerColorMessage implements InboxMessage {
-color: PlayerColor
+PlayerColor getColor()
}
}
package com.adrenalinici.adrenaline.network.outbox {
interface OutboxMessage
class AvailableActionsMessage implements OutboxMessage
class AvailableAlternativeEffectsGunMessage implements OutboxMessage
class AvailableEnemyExtraMovementsMessage implements OutboxMessage
class AvailableExtraEffectsMessage implements OutboxMessage
class AvailableGunsToPickupMessage implements OutboxMessage
class AvailableMovementsMessage implements OutboxMessage
class AvailablePowerUpCardsMessage implements OutboxMessage
class AvailableRespawnLocationsMessage implements OutboxMessage
class AvailableVenomGrenadesMessage implements OutboxMessage
class baseGunExtraEffectsMessage implements OutboxMessage
class ChooseMyPlayerMessage implements OutboxMessage
class ChoosePlayerToHitMessage implements OutboxMessage
class ChoosePlayerToMoveMessage implements OutboxMessage
class LoadedGunsMessage implements OutboxMessage
class ModelEventMessage implements OutboxMessage
class NextTurnMessage implements OutboxMessage
class ReloadableGunsMessage implements OutboxMessage
}
package com.adrenalinici.adrenaline.client.client {
class ClientViewProxy {
-view: BaseClientGameView
+void handleNewServerMessage(OutboxMessage message)
}
com.adrenalinici.adrenaline.observer.Observable <|-- ClientViewProxy: "T::InboxMessage"
class ClientNetworkAdapter implements java.lang.Runnable {
-clientViewOutbox: BlockingQueue<InboxMessage>
-clientViewInbox: BlockingQueue<OutboxMessage>
-proxy: ClientViewProxy
+void initialize()
+void run()
+void stop()
}
com.adrenalinici.adrenaline.observer.Observer <|-- ClientNetworkAdapter: "T::InboxMessage"
}
package com.adrenalinici.adrenaline.client.client.rmi {
interface GameRmiClient extends java.rmi.Remote {
+void acceptMessage(OutboxMessage message)
}
class GameRmiClientImpl implements GameRmiClient {
-clientViewInbox: BlockingQueue<OutboxMessage>
}
class RmiClientNetworkAdapter extends ClientNetworkAdapter {
-registry: Registry
-server: GameRmiServer
-senderThread: Thread
}
class SenderRunnable implements java.lang.Runnable {
-clientViewOutbox: BlockingQueue<InboxMessage>
-server: GameRmiServer
-client: GameRmiClient
}
}
package com.adrenalinici.adrenaline.client.client.socket {
class SocketClientNetworkAdapter extends ClientNetworkAdapter {
-receiverThread: Thread
-senderThread: Thread
-channel: SocketChannel
}
class ReceiverRunnable implements java.lang.Runnable {
-clientViewInbox: BlockingQueue<OutboxMessage>
-channel: SocketChannel
}
class SenderRunnable implements java.lang.Runnable {
-clientViewOutbox: BlockingQueue<InboxMessage>
-channel: SocketChannel
}
}
package com.adrenalinici.adrenaline.network.server {
abstract class BaseGameViewServer implements GameView, java.lang.Runnable {
-inbox: BlockingQueue<InboxEntry>
-outbox: BlockingQueue<OutboxMessage>
-connectedPlayers: Map<String, PlayerColor>
-availablePlayers: Set<PlayerColor>
+void run()
-void checkStartMatch()
-void checkResumeMatch()
#void broadcast(OutboxMessage en)
}
com.adrenalinici.adrenaline.observer.Observable <|-- BaseGameViewServer: "T::DecoratedEvent<ViewEvent, BaseGameViewServer>"
class GameViewServer extends BaseGameViewServer
abstract class ServerNetworkAdapter {
-inbox: BlockingQueue<InboxEntry>
-outbox: BlockingQueue<OutboxMessage>
+abstract void start()
+abstract void stop()
}
}
package com.adrenalinici.adrenaline.server.network.socket {
abstract class BaseSocketRunnable {
#connectedClients: Map<Socket, String>
}
class BroadcasterRunnable extends BaseSocketRunnable {
-viewOutbox: BlockingQueue<OutboxMessage>
}
class ReceiverRunnable extends BaseSocketRunnable {
-readSelector: Selector
-viewInbox: BlockingQueue<InboxEntry>
}
class SocketServerNetworkAdapter extends com.adrenalinici.adrenaline.server.network.ServerNetworkAdapter {
-receiverThread: Thread
-broadcasterThread: Thread
-serverChannel: ServerSocketChannel
-connectedClients: Map<Socket, String>
+void start()
+void stop()
}
}
package com.adrenalinici.adrenaline.server.network.rmi {
interface GameRmiServer extends java.rmi.Remote {
+void acceptMessage(InboxMessage message, GameRmiClient client)
+void startConnection(GameRmiClient client)
}
class BroadcasterRunnable implements java.lang.Runnable {
-connectedClients: Map<String, GameRmiClient>
-viewOutbox: BlockingQueue<OutboxMessage>
}
class RmiServerNetworkAdapter extends com.adrenalinici.adrenaline.server.network.ServerNetworkAdapter implements GameRmiServer {
-addressToConnectionId: Map<String, String>
-connectionIdToClient: Map<String, GameRmiClient>
-broadcasterThread: Thread
-registry: Registry
+void start()
+void stop()
}
}
@enduml
| false | true | false | false | class |
f2a40b666ddf52f224b28794545fd3a5b57621c7 | 104add43e4971806735ed32c92b6918a68309223 | /app/src/main/java/com/aaron/runmer/uml/RunmerActivity.puml | 8918bcce191f9ee6b3d52fcb620756010206b9eb | [] | no_license | Aaron2464/Runmer | cfbc9592d0a54b28cadacd28071059b1aa127eda | c0d3b37753a53d3ad596fceadbc31918c491bde2 | refs/heads/master | 2022-11-25T01:10:49.054430 | 2020-08-03T07:33:56 | 2020-08-03T07:33:56 | 131,568,331 | 0 | 0 | null | 2020-07-06T17:22:27 | 2018-04-30T07:39:55 | Java | UTF-8 | PlantUML | false | false | 688 | puml | @startuml
(*) --> "LoginPage(Activity)"
If "first login \n or \n didn't fill with profile" then
--> [Yes] "UserDataPage(Activity)"
--> "MapPage(Activity)"
else
--> [No] "MapPage(Activity)"
If "click avatar"
--> "ViewPager(Activity)"
"ViewPager(Activity)" --> [check user profile]"UserProfilePage(Fragment)"
--> " ViewPager(Activity) "
"ViewPager(Activity)" --> [check running event]"RunningEventPage(Fragment)"
--> " ViewPager(Activity) "
"RunningEventPage(Fragment)" --> [modify user profile]"UserDataPage(Activity)"
"ViewPager(Activity)" --> [add/deny friend]"FriendsListPage(Fragment)"
--> " ViewPager(Activity) "
If "click backpress" then
--> "MapPage(Activity)"
Endif
-->(*)
@enduml | false | true | false | false | activity |
c577c85e0033ad2eb84c525f2167dae979308c9f | 400b73d531f0fe327192e39d56d2a3812a75cefa | /doc/Relay_Actuation_Requests.puml | 0e7a35183855f4f634bec3112aabe85e2e763dd2 | [] | no_license | HomeMadeBots/Electrical_Relay | 199e64c11f127cee4587c7ee078149b532447b7d | b24f6a88bb2d9167cbd0d0bf7b60749daf6894d8 | refs/heads/main | 2023-08-25T13:14:51.110871 | 2021-09-23T13:22:47 | 2021-09-23T13:22:47 | 393,033,443 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 211 | puml | @startuml
interface Relay_Actuation_Requests <<Client_Server_Interface>>
{
Gathers operations allowing to manage a relay.
--
{abstract} + Close_Circuit()
{abstract} + Open_Circuit()
}
@enduml | false | true | false | false | class |
4bf742e2531280a8f715e1859f52a097610cf317 | 4641ec5074b33aa47f98a90dea84a253a9945d0b | /Diagram/classDiagram.puml | ef026986a7fb3ce2040b7dbfeb8175b53f1d6add | [
"MIT"
] | permissive | heyoon2j/maze-game | 02f17c65949fde7e18c972f7cbb378b95ab9dd4b | 1bd1efa089f8f9c1cd96554dabb787f20b4dd06e | refs/heads/main | 2023-01-01T01:38:05.168384 | 2020-10-22T06:32:21 | 2020-10-22T06:32:21 | 303,173,022 | 0 | 1 | MIT | 2020-10-22T05:39:08 | 2020-10-11T17:15:56 | Java | UTF-8 | PlantUML | false | false | 3,681 | puml | @startuml
package "main" <<Folder>> {
interface Command
interface Initializable
interface Playable
interface Printable
interface Usable
package "game" <<Folder>> {
class Board
abstract class Item
abstract class ItemFactory
class MazeGame
class MazeGameClient
class MazeGameTimer
class Player
class Position
class TimeItem
class TimeItemFactory
class TimeMinusItem
class TimePlusItem
}
package "rank" <<Folder>> {
class RankSystem
}
}
interface Playable {
+ {abstract} void play()
}
interface Printable {
+ {abstract} void print()
}
interface Initializable {
+ {abstract} void initialize()
}
interface Usable {
+ {abstract} void use(Player play)
}
interface Command {
+ {abstract} void execute()
}
class Board implements Initializable, Printable {
# {static} final char GOAL
# {static} final int[][] MOVE
# {static} final char[] PLAYER_MARK
# {static} final char[] BLOCK
- final char[][] board
- List<Item> itemMap
- MazeGame mazeGame
- Position goal
- List<Node> blankList
- boolean[][] visitedPos
+ Board(int size)
- boolean randomGenerator(List<Node> list, int x, int y)
- boolean isOutOfIndex(int x, int y)
- void surroundBlock(int x, int y)
- void makePass(List<Node> list)
+ void initialize()
+ void print()
+ void setPlayerPosition(Player curPlayer, int moveNum)
+ boolean isPossible(int x, int y)
+ boolean isFinished(Player curPlayer)
+ void addItem()
+ void removeItem()
}
abstract class Item implements Usable {
+ {abstract} void use()
}
abstract class ItemFactory {
+ abstract Item getItem()
}
class MazeGame implements Initializable {
+ enum Level
- List<Command> command
- boolean stop
- Level level
- Board board
- Player player
- MazeGameClient client;
- MazeGameTimer timer;
+ MazeGame(Level level, main.game.Player player)
+ void initialize()
+ void start()
+ void push(Command command)
+ void action()
+ void pop()
}
class MazeGameClient implements Runnable {
# {static} final boolean[] SIGNAL
- MazeGame mazeGame
+ MazeGameClient(MazeGame mazeGame)
+ run()
}
class MazeGameTimer {
{static} final long FINISH_TIME
- MazeGame mazeGame
- Timer itemGeneratorTimer
- Timer finishTimer
- long startTime
# MazeGameTimer(MazeGame mazeGame)
+ void start(int time)
+ void stop()
+ long getStartTime()
}
class Player implements Playable {
{static} final char[] MOVE_ACTION
- String name
- String timeRecord
- List<Item> itemList
- Position prevPos
- Position pos
- MazeGame mazeGame
+ Player()
+ void setTimeRecord(long timeRecord)
+ void play()
+ void addItem()
+ void removeItem()
}
class Position {
+ int x
+ int y
}
class TimeItem extends Item {
int addedTime
+ TimeItem(int addedTime)
+ void use(Player play)
}
class TimeItemFactory extends ItemFactory {
+ Item getItem(String itemName)
}
class TimeMinusItem extends TimeItem {
+ TimeMinusItem()
}
class TimePlusItem extends TimeItem {
+ TimePlusItem()
}
class RankSystem implements Printable {
- File rankFile
- RankSystem()
+ {static} RankSystem getRankSystem()
+ void print()
+ int readFile(long time)
+ void writeFile(String name, String time, int rank)
+ void setRankFile(File rankFile)
}
Player -- MazeGame
Board -- MazeGame
MazeGameTimer -- MazeGame
MazeGameClient -- MazeGame
Player o-- Position
@enduml | false | true | false | false | class |
def13b5ddfe06f4b082dda8e9345ee4cfc3069a1 | d6a7a8ef390f73ed4ddf43a56d247d78a7b8d7cb | /docs/src/uml/AuthCodeAuthentication.puml | 3b1a44988a4cdfd1ea7f4d2f2accb3ba59b0ff91 | [] | no_license | alfa-laboratory/ratauth | ff98eea6a6e8da6386fa48be19b53abb4a5ab33b | 99c9829f7a68c5dbc49a071c5b9355f44d102f9c | refs/heads/master | 2021-01-19T12:12:30.351104 | 2020-05-13T12:01:28 | 2020-05-13T12:01:28 | 69,041,854 | 10 | 10 | null | 2020-05-13T12:01:30 | 2016-09-23T16:24:56 | Groovy | UTF-8 | PlantUML | false | false | 1,013 | puml | @startuml
Client -> AuthServer: authorize (login(some identifier),\npassword(optional),client_id,\n aud, scope(optional))
AuthServer -> AuthServer: defineAuthProvider
AuthServer -> AuthProvider: checkCredentials
AuthServer <- AuthProvider: checkCredentials
AuthServer -> AuthServer: checkAuds
alt authProvider provides authCode
Client <-- AuthProvider: authCode(email, sms, etc.)
else authServer providers authCode
AuthServer -> AuthServer: createAuthEntry
Client <-- AuthServer: authCode
end
Client -> RP: authorize(authCode)
AuthServer <- RP : (authCode, client_id, client_secret, grant_type, response_type)
alt authProvider provides authCode
AuthServer -> AuthProvider: checkAuthCode
AuthServer <-- AuthProvider: checkAuthCodeResult
AuthServer -> AuthServer: createAuthEntry
else authServer providers authCode
AuthServer -> AuthServer: checkAuthCode
end
AuthServer -> AuthServer: checkRPcredentials
AuthServer -> AuthServer: createTokens
AuthServer --> RP: tokens (idToken, token, refreshToken)
@enduml
| false | true | false | false | sequence |
c849205b700e7260dd29d4f3a57f8e90b9b8d351 | e390180506773ad407280a6e7ac0c59f84c16aa2 | /src/main/java/ex43/ex43.puml | e08d5565d537e169d728cff07b303a7ac4679725 | [] | no_license | muhalli2001/Alli-cop3330-Assignment3 | b1265db6e5c6f4e819bc56d7b5a940e925d18b98 | b4c258ad422e30ede86573c7e82d8114fc579e74 | refs/heads/master | 2023-08-22T02:57:38.475497 | 2021-10-12T01:49:56 | 2021-10-12T01:49:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 279 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
class Main()
(Methods)
public static void createJs_Css_Folder(String type,String SiteName)
public static void createNameFolder(String SiteName)
public static void createWebsiteFolder()
}
@enduml | false | true | false | false | class |
a618a92521a2403b837c8ec668f30c2b40f48d70 | ae5a3f7aa165ac18c2e29d5dc361cd17a6163ede | /src/Docs/Resources/current/2-internals/1-core/10-erd/_puml/erd-all.puml | b91f83cd3e585383527095af3c0b8240dfc814fe | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | anhhai986/platform | 3542d18bc820cb14c21ebfd53745e68ea3594c60 | 2e1c71fae404747d7956393f72a18c7dff8e819c | refs/heads/master | 2020-06-09T08:06:10.193197 | 2019-06-21T12:52:48 | 2019-06-21T12:52:48 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 88,012 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreFrameworkCustomFieldCustomFieldDefinition, "custom_field\n(CustomField configuration)") {
primary_key(id) id
not_null(name) string
not_null(type) string
config json
active bool
customFieldSetId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition, "custom_field_set\n(CustomField set/group)") {
primary_key(id) id
not_null(name) string
config json
active bool
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition, "custom_field_set_relation\n(Set to entity relation)") {
primary_key(id) id
not_null(customFieldSetId) foreignKey
not_null(entityName) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkEventEventActionEventActionDefinition, "event_action\n(Configurable event handling)") {
primary_key(id) id
not_null(eventName) string
not_null(actionName) string
config json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition, "dead_message\n(Failing messages)") {
primary_key(id) id
not_null(originalMessageClass) longText
not_null(serializedOriginalMessage) blob
not_null(handlerClass) longText
not_null(encrypted) bool
not_null(errorCount) int
not_null(nextExecutionTime) date
not_null(exception) longText
not_null(exceptionMessage) longText
not_null(exceptionFile) longText
not_null(exceptionLine) int
scheduledTaskId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkMessageQueueMessageQueueStatsDefinition, "message_queue_stats\n(Stats)") {
primary_key(id) id
not_null(name) string
not_null(size) int
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkPluginPluginDefinition, "plugin\n(Plugin)") {
primary_key(id) id
not_null(baseClass) string
not_null(name) string
composerName string
not_null(autoload) json
active bool
managedByComposer bool
path string
author string
copyright string
license string
not_null(version) string
upgradeVersion string
installedAt date
upgradedAt date
iconRaw blob
icon string
label translated
description translated
manufacturerLink translated
supportLink translated
changelog translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition, "plugin_translation\n((Translations))") {
not_null(label) string
description longText
manufacturerLink string
supportLink string
changelog json
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(pluginId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkScheduledTaskScheduledTaskDefinition, "scheduled_task\n(Cron job)") {
primary_key(id) id
not_null(name) string
not_null(scheduledTaskClass) string
not_null(runInterval) int
not_null(status) string
lastExecutionTime date
not_null(nextExecutionTime) date
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkLanguageLanguageDefinition, "language\n(Language)") {
primary_key(id) id
parentId parentFk
not_null(localeId) foreignKey
translationCodeId foreignKey
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel\n(Sales Channel)") {
primary_key(id) id
not_null(typeId) foreignKey
not_null(languageId) foreignKey
not_null(customerGroupId) foreignKey
not_null(currencyId) foreignKey
not_null(paymentMethodId) foreignKey
not_null(shippingMethodId) foreignKey
not_null(countryId) foreignKey
not_null(navigationCategoryId) foreignKey
not_null(navigationCategoryVersionId) referenceVersion
footerCategoryId foreignKey
footerCategoryVersionId referenceVersion
serviceCategoryId foreignKey
serviceCategoryVersionId referenceVersion
mailHeaderFooterId foreignKey
name translated
shortName string
not_null(accessKey) string
configuration json
active bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition, "sales_channel_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition, "sales_channel_country\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(countryId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition, "sales_channel_currency\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(currencyId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition, "sales_channel_domain\n(Domain names of a sales channels)") {
primary_key(id) id
not_null(url) string
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
not_null(currencyId) foreignKey
not_null(snippetSetId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition, "sales_channel_language\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition, "sales_channel_payment_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(paymentMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition, "sales_channel_shipping_method\n(M:N Mapping)") {
primary_key(salesChannelId) foreignKey
primary_key(shippingMethodId) foreignKey
}
Table(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition, "sales_channel_type\n(Type)") {
primary_key(id) id
coverUrl string
iconName string
screenshotUrls list
name translated
manufacturer translated
description translated
descriptionLong translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition, "sales_channel_type_translation\n((Translations))") {
not_null(name) string
manufacturer string
description string
descriptionLong longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(salesChannelTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemCountryCountryDefinition, "country\n(Country)") {
primary_key(id) id
name translated
iso string
position int
taxFree bool
active bool
iso3 string
displayStateInRegistration bool
forceStateInRegistration bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition, "country_state\n(A countries state)") {
primary_key(id) id
not_null(countryId) foreignKey
not_null(shortCode) string
name translated
position int
active bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition, "country_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(countryStateId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition, "country_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(countryId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency\n(Currency)") {
primary_key(id) id
not_null(factor) float
not_null(symbol) string
not_null(isoCode) string
shortName translated
name translated
not_null(decimalPrecision) int
position int
isDefault bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition, "currency_translation\n((Translations))") {
not_null(shortName) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(currencyId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemLocaleLocaleDefinition, "locale\n(A locale)") {
primary_key(id) id
not_null(code) string
name translated
territory translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition, "locale_translation\n((Translations))") {
not_null(name) string
not_null(territory) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(localeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition, "snippet_set\n(Sets of snippets)") {
primary_key(id) id
not_null(name) string
not_null(baseFile) string
not_null(iso) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreFrameworkSnippetSnippetDefinition, "snippet\n(Translation Strings)") {
primary_key(id) id
not_null(setId) foreignKey
not_null(translationKey) string
not_null(value) longText
not_null(author) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemSalutationSalutationDefinition, "salutation\n(Salutation configuration)") {
primary_key(id) id
not_null(salutationKey) string
displayName translated
letterName translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition, "salutation_translation\n((Translations))") {
not_null(displayName) string
not_null(letterName) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(salutationId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemTaxTaxDefinition, "tax\n(Available tax settings)") {
primary_key(id) id
not_null(taxRate) float
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemUnitUnitDefinition, "unit\n(Measuring unit)") {
primary_key(id) id
shortCode translated
name translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition, "unit_translation\n((Translations))") {
not_null(shortCode) string
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(unitId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemUserUserDefinition, "user\n(Administration/ Management Account user)") {
primary_key(id) id
not_null(localeId) foreignKey
avatarId foreignKey
not_null(username) string
not_null(password) password
not_null(firstName) string
not_null(lastName) string
not_null(email) string
active bool
customFields customFields
storeToken string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition, "user_access_key\n(oAuth access key)") {
primary_key(id) id
not_null(userId) foreignKey
not_null(accessKey) string
not_null(secretAccessKey) password
writeAccess bool
lastUsageAt date
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition, "user_recovery\n(User / Account recovery process)") {
primary_key(id) id
not_null(hash) string
not_null(userId) foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemIntegrationIntegrationDefinition, "integration\n(O-Auth integration)") {
primary_key(id) id
not_null(label) string
not_null(accessKey) string
not_null(secretAccessKey) password
writeAccess bool
lastUsageAt date
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemStateMachineStateMachineDefinition, "state_machine\n(State machine)") {
primary_key(id) id
not_null(technicalName) string
name translated
customFields translated
initialStateId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineStateMachineTranslationDefinition, "state_machine_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(stateMachineId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition, "state_machine_state\n(State)") {
primary_key(id) id
not_null(technicalName) string
name translated
not_null(stateMachineId) foreignKey
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition, "state_machine_state_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(stateMachineStateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition, "state_machine_transition\n(State transition)") {
primary_key(id) id
not_null(actionName) string
not_null(stateMachineId) foreignKey
not_null(fromStateId) foreignKey
not_null(toStateId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition, "state_machine_history\n(State transition history)") {
primary_key(id) id
not_null(stateMachineId) foreignKey
not_null(entityName) string
not_null(entityId) json
not_null(fromStateId) foreignKey
not_null(toStateId) foreignKey
transitionActionName string
userId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemSystemConfigSystemConfigDefinition, "system_config\n(System configuration)") {
primary_key(id) id
not_null(configurationKey) string
not_null(configurationValue) configurationValue
salesChannelId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemNumberRangeNumberRangeDefinition, "number_range\n(Number range)") {
primary_key(id) id
not_null(typeId) foreignKey
not_null(global) bool
name translated
description translated
not_null(pattern) string
not_null(start) int
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition, "number_range_sales_channel\n(M:N Mapping)") {
primary_key(id) id
not_null(numberRangeId) foreignKey
not_null(salesChannelId) foreignKey
numberRangeTypeId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition, "number_range_state\n(Current number range max value)") {
primary_key(id) id
not_null(numberRangeId) foreignKey
not_null(lastValue) int
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition, "number_range_type\n(Type)") {
primary_key(id) id
technicalName string
typeName translated
not_null(global) bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition, "number_range_type_translation\n((Translations))") {
not_null(typeName) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(numberRangeTypeId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition, "number_range_translation\n((Translations))") {
not_null(name) string
description string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(numberRangeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreSystemTagTagDefinition, "tag\n(Taxonomy)") {
primary_key(id) id
not_null(name) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentCategoryCategoryDefinition, "category\n(Category tree)") {
primary_key(id) id
primary_key(versionId) version
parentId parentFk
not_null(parentVersionId) referenceVersion
afterCategoryId foreignKey
not_null(afterCategoryVersionId) referenceVersion
mediaId foreignKey
not_null(displayNestedProducts) bool
autoIncrement int
breadcrumb translated
level treeLevel
path treePath
childCount childCount
not_null(type) string
visible bool
active bool
name translated
customFields translated
slotConfig translated
externalLink translated
description translated
cmsPageId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
canonicalUrl CanonicalUrlAssociation
url string
translated json
}
TranslationTable(ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition, "category_translation\n((Translations))") {
not_null(name) string
breadcrumb list
slotConfig json
externalLink string
description longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(categoryId) foreignKey
primary_key(languageId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition, "category_tag\n(M:N Mapping)") {
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentMediaMediaDefinition, "media\n(Media / Files)") {
primary_key(id) id
userId foreignKey
mediaFolderId foreignKey
mimeType string
fileExtension string
uploadedAt date
fileName longText
fileSize int
mediaTypeRaw blob
metaData json
mediaType json
alt translated
title translated
url string
customFields translated
thumbnailsRo blob
hasFile bool
private bool
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition, "media_default_folder\n(Default folders)") {
primary_key(id) id
not_null(associationFields) list
not_null(entity) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition, "media_thumbnail\n(Generated Thumbnail)") {
primary_key(id) id
not_null(mediaId) foreignKey
not_null(width) int
not_null(height) int
url string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition, "media_translation\n((Translations))") {
title string
alt longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mediaId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition, "media_folder\n(Folder structure)") {
primary_key(id) id
useParentConfiguration bool
not_null(configurationId) foreignKey
defaultFolderId foreignKey
parentId parentFk
childCount childCount
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition, "media_thumbnail_size\n(Generated Thumbnails)") {
primary_key(id) id
not_null(width) int
not_null(height) int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition, "media_folder_configuration\n(Configuration)") {
primary_key(id) id
createThumbnails bool
keepAspectRatio bool
thumbnailQuality int
private bool
mediaThumbnailSizesRo blob
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition, "media_folder_configuration_media_thumbnail_size\n(M:N Mapping)") {
primary_key(mediaFolderConfigurationId) foreignKey
primary_key(mediaThumbnailSizeId) foreignKey
}
Table(ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition, "media_tag\n(M:N Mapping)") {
primary_key(mediaId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentProductProductDefinition, "product\n(Product)") {
primary_key(id) id
primary_key(versionId) version
parentId parentFk
not_null(parentVersionId) referenceVersion
blacklistIds blacklistRule
whitelistIds whitelistRule
autoIncrement int
active bool
not_null(stock) int
variantRestrictions json
displayInListing bool
configuratorGroupConfig json
not_null(manufacturerId) foreignKey
not_null(productManufacturerVersionId) referenceVersion
unitId foreignKey
not_null(taxId) foreignKey
coverId foreignKey
productMediaVersionId referenceVersion
not_null(price) price
manufacturerNumber string
ean string
not_null(productNumber) numberRange
isCloseout bool
purchaseSteps int
maxPurchase int
minPurchase int
purchaseUnit float
referenceUnit float
shippingFree bool
purchasePrice float
markAsTopseller bool
weight float
width float
height float
length float
releaseDate date
categoryTree list
propertyIds manyToManyId
optionIds manyToManyId
tagIds manyToManyId
listingPrices priceRulesJson
minDeliveryTime int
maxDeliveryTime int
restockTime int
additionalText translated
name translated
keywords translated
description translated
metaTitle translated
packUnit translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
canonicalUrl CanonicalUrlAssociation
url string
translated json
}
Table(ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition, "product_category\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductTagProductTagDefinition, "product_tag\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition, "product_configurator_setting\n(The root product configurator.)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
mediaId foreignKey
not_null(optionId) foreignKey
price json
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition, "product_price\n(Staggered pricing)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(currencyId) foreignKey
not_null(ruleId) foreignKey
not_null(price) price
not_null(quantityStart) int
quantityEnd int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition, "product_property\n(M:N Mapping)") {
primary_key(productId) foreignKey
not_null(productVersionId) referenceVersion
primary_key(optionId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition, "product_search_keyword\n(Search keywords)") {
primary_key(id) id
primary_key(versionId) version
primary_key(languageId) foreignKey
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(keyword) string
not_null(ranking) float
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition, "product_keyword_dictionary\n(Search dictionary)") {
primary_key(id) id
not_null(languageId) foreignKey
not_null(keyword) string
reversed string
}
Table(ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition, "product_manufacturer\n(Manufacturer)") {
primary_key(id) id
primary_key(versionId) version
mediaId foreignKey
link string
name translated
description translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition, "product_manufacturer_translation\n((Translations))") {
not_null(name) string
description longTextWithHtml
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(productManufacturerId) foreignKey
primary_key(languageId) foreignKey
primary_key(productManufacturerVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition, "product_media\n(Product media/images)") {
primary_key(id) id
primary_key(versionId) version
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(mediaId) foreignKey
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition, "product_translation\n((Translations))") {
additionalText string
not_null(name) string
keywords longText
description longTextWithHtml
metaTitle string
packUnit string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(productId) foreignKey
primary_key(languageId) foreignKey
primary_key(productVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition, "product_option\n(M:N Mapping)") {
primary_key(productId) foreignKey
not_null(productVersionId) referenceVersion
primary_key(optionId) foreignKey
}
Table(ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition, "product_category_tree\n(M:N Mapping)") {
primary_key(productId) foreignKey
primary_key(productVersionId) referenceVersion
primary_key(categoryId) foreignKey
primary_key(categoryVersionId) referenceVersion
}
Table(ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition, "product_visibility\n(Visibility in sales channels)") {
primary_key(id) id
not_null(productId) foreignKey
not_null(productVersionId) referenceVersion
not_null(salesChannelId) foreignKey
not_null(visibility) int
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition, "delivery_time\n(Delivery time)") {
primary_key(id) id
not_null(name) translated
not_null(min) int
not_null(max) int
not_null(unit) string
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition, "newsletter_recipient\n(Newsletter recipient)") {
primary_key(id) id
not_null(email) string
title string
firstName string
lastName string
zipCode string
city string
street string
status string
hash string
customFields customFields
confirmedAt date
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition, "newsletter_recipient_tag\n(M:N Mapping)") {
primary_key(newsletterRecipientId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreContentRuleRuleDefinition, "rule\n(Rule)") {
primary_key(id) id
not_null(name) string
not_null(priority) int
description longText
payload blob
invalid bool
customFields customFields
moduleTypes json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition, "rule_condition\n(Rule condition)") {
primary_key(id) id
type string
not_null(ruleId) foreignKey
parentId parentFk
value json
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentProductStreamProductStreamDefinition, "product_stream\n(Product streams)") {
primary_key(id) id
apiFilter json
invalid bool
name translated
description translated
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition, "product_stream_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(productStreamId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition, "product_stream_filter\n(A Product stream filter term)") {
primary_key(id) id
not_null(productStreamId) foreignKey
parentId parentFk
not_null(type) string
field string
operator string
value longText
parameters json
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentPropertyPropertyGroupDefinition, "property_group\n(Property Group)") {
primary_key(id) id
name translated
description translated
not_null(displayType) string
not_null(sortingType) string
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition, "property_group_option\n(Property option)") {
primary_key(id) id
not_null(groupId) foreignKey
name translated
position translated
colorHexCode string
mediaId foreignKey
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition, "property_group_option_translation\n((Translations))") {
not_null(name) string
position int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(propertyGroupOptionId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition, "property_group_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(propertyGroupId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentCmsCmsPageDefinition, "cms_page\n(Content Page)") {
primary_key(id) id
name translated
not_null(type) string
entity string
config json
previewMediaId foreignKey
customFields translated
locked writeLockIndicator
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition, "cms_page_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(cmsPageId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition, "cms_block\n(Content Block)") {
primary_key(id) id
not_null(position) int
not_null(type) string
locked writeLockIndicator
name string
sizingMode string
marginTop string
marginBottom string
marginLeft string
marginRight string
backgroundColor string
backgroundMediaId foreignKey
backgroundMediaMode string
cssClass string
not_null(pageId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition, "cms_slot\n(Content Slot)") {
primary_key(id) id
primary_key(versionId) version
not_null(type) string
not_null(slot) string
locked writeLockIndicator
config translated
customFields translated
data json
not_null(blockId) foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition, "cms_slot_translation\n((Translations))") {
not_null(config) configurationValue
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(cmsSlotId) foreignKey
primary_key(languageId) foreignKey
primary_key(cmsSlotVersionId) referenceVersion
}
Table(ShopwareCoreContentMailTemplateMailTemplateDefinition, "mail_template\n(Mail Template)") {
primary_key(id) id
not_null(mailTemplateTypeId) foreignKey
systemDefault bool
senderName translated
description translated
subject translated
contentHtml translated
contentPlain translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition, "mail_template_translation\n((Translations))") {
senderName string
description longText
subject string
contentHtml longTextWithHtml
contentPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition, "mail_template_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
availableEntities json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition, "mail_template_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailTemplateTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition, "mail_template_sales_channel\n(M:N Mapping)") {
primary_key(mailTemplateId) foreignKey
primary_key(salesChannelId) foreignKey
}
Table(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media\n(M:N Mapping)") {
primary_key(id) id
not_null(mailTemplateId) foreignKey
not_null(mediaId) foreignKey
position int
}
Table(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition, "mail_header_footer\n(Header/Footer content)") {
primary_key(id) id
systemDefault bool
name translated
description translated
headerHtml translated
headerPlain translated
footerHtml translated
footerPlain translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition, "mail_header_footer_translation\n((Translations))") {
not_null(name) string
description string
headerHtml longTextWithHtml
headerPlain longText
footerHtml longTextWithHtml
footerPlain longText
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(mailHeaderFooterId) foreignKey
primary_key(languageId) foreignKey
}
TranslationTable(ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition, "delivery_time_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(deliveryTimeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer\n(The sales channel customer)") {
primary_key(id) id
not_null(groupId) foreignKey
not_null(defaultPaymentMethodId) foreignKey
not_null(salesChannelId) foreignKey
not_null(languageId) foreignKey
lastPaymentMethodId foreignKey
not_null(defaultBillingAddressId) foreignKey
not_null(defaultShippingAddressId) foreignKey
autoIncrement int
not_null(customerNumber) numberRange
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
company string
password password
not_null(email) string
title string
active bool
guest bool
firstLogin date
lastLogin date
newsletter bool
birthday date
lastOrderDate date
orderCount int
customFields customFields
legacyPassword string
legacyEncoder string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition, "customer_group_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(customerGroupId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition, "customer_address\n(The customer addresses.)") {
primary_key(id) id
not_null(customerId) foreignKey
not_null(countryId) foreignKey
countryStateId foreignKey
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
not_null(zipcode) string
not_null(city) string
company string
not_null(street) string
department string
title string
vatId string
phoneNumber string
additionalAddressLine1 string
additionalAddressLine2 string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition, "customer_group\n(Customer groups)") {
primary_key(id) id
name translated
displayGross bool
customFields translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition, "customer_tag\n(M:N Mapping)") {
primary_key(customerId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutDocumentDocumentDefinition, "document\n(Document)") {
primary_key(id) id
not_null(documentTypeId) foreignKey
not_null(fileType) string
referencedDocumentId foreignKey
not_null(orderId) foreignKey
documentMediaFileId foreignKey
not_null(orderVersionId) referenceVersion
config json
sent bool
static bool
not_null(deepLinkCode) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition, "document_type\n(Type)") {
primary_key(id) id
name translated
not_null(technicalName) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
customFields translated
translated json
}
TranslationTable(ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition, "document_type_translation\n((Translations))") {
not_null(name) string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(documentTypeId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition, "document_base_config\n(Configuration)") {
primary_key(id) id
not_null(documentTypeId) foreignKey
logoId foreignKey
not_null(name) string
filenamePrefix string
filenameSuffix string
not_null(global) bool
documentNumber numberRange
config json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition, "document_base_config_sales_channel\n(SalesChannel Configuration)") {
primary_key(id) id
not_null(documentBaseConfigId) foreignKey
salesChannelId foreignKey
documentTypeId foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderOrderDefinition, "order\n(Order root table)") {
primary_key(id) id
primary_key(versionId) version
autoIncrement int
orderNumber numberRange
not_null(billingAddressId) foreignKey
not_null(billingAddressVersionId) referenceVersion
not_null(currencyId) foreignKey
not_null(salesChannelId) foreignKey
not_null(orderDate) date
price cartPrice
amountTotal float
amountNet float
positionPrice float
taxStatus string
shippingCosts calculatedPrice
shippingTotal float
not_null(currencyFactor) float
deepLinkCode string
not_null(stateId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition, "order_address\n(Order address)") {
primary_key(id) id
primary_key(versionId) version
not_null(countryId) foreignKey
countryStateId foreignKey
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
not_null(street) string
not_null(zipcode) string
not_null(city) string
company string
department string
title string
vatId string
phoneNumber string
additionalAddressLine1 string
additionalAddressLine2 string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition, "order_customer\n(Order customer)") {
primary_key(id) id
primary_key(versionId) version
customerId foreignKey
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(email) string
not_null(salutationId) foreignKey
not_null(firstName) string
not_null(lastName) string
title string
customerNumber string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition, "order_delivery\n(Delivery)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(shippingOrderAddressId) foreignKey
not_null(shippingOrderAddressVersionId) referenceVersion
not_null(shippingMethodId) foreignKey
not_null(stateId) foreignKey
trackingCode string
not_null(shippingDateEarliest) date
not_null(shippingDateLatest) date
shippingCosts calculatedPrice
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition, "order_delivery_position\n(Delivery position)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderDeliveryId) foreignKey
not_null(orderDeliveryVersionId) referenceVersion
not_null(orderLineItemId) foreignKey
not_null(orderLineItemVersionId) referenceVersion
price calculatedPrice
unitPrice float
totalPrice float
quantity int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition, "order_line_item\n(Order line item)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
parentId parentFk
not_null(parentVersionId) referenceVersion
coverId foreignKey
not_null(identifier) string
referencedId string
not_null(quantity) int
not_null(label) string
payload json
good bool
removable bool
stackable bool
not_null(price) calculatedPrice
not_null(priceDefinition) priceDefinition
unitPrice float
totalPrice float
description string
type string
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition, "order_tag\n(M:N Mapping)") {
primary_key(orderId) foreignKey
primary_key(orderVersionId) referenceVersion
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition, "order_transaction\n(Order transaction)") {
primary_key(id) id
primary_key(versionId) version
not_null(orderId) foreignKey
not_null(orderVersionId) referenceVersion
not_null(paymentMethodId) foreignKey
not_null(amount) calculatedPrice
not_null(stateId) foreignKey
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method\n(Payment method)") {
primary_key(id) id
pluginId foreignKey
handlerIdentifier string
name translated
description translated
position int
active bool
customFields translated
availabilityRuleId foreignKey
mediaId foreignKey
formattedHandlerIdentifier string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
TranslationTable(ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition, "payment_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(paymentMethodId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionPromotionDefinition, "promotion\n(Discounts with settings)") {
primary_key(id) id
name translated
not_null(active) bool
validFrom date
validUntil date
not_null(maxRedemptionsGlobal) int
not_null(maxRedemptionsPerCustomer) int
not_null(exclusive) bool
not_null(useCodes) bool
code string
orderCount int
ordersPerCustomerCount json
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel\n(Promotion configuration)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(salesChannelId) foreignKey
not_null(priority) int
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition, "promotion_discount\n(Discounts)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(scope) string
not_null(type) string
not_null(value) float
not_null(considerAdvancedRules) bool
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition, "promotion_order_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(customerId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition, "promotion_persona_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition, "promotion_cart_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") {
primary_key(discountId) foreignKey
primary_key(ruleId) foreignKey
}
TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") {
not_null(name) string
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(promotionId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method\n(Shipping method)") {
primary_key(id) id
name translated
active bool
customFields translated
not_null(availabilityRuleId) foreignKey
mediaId foreignKey
not_null(deliveryTimeId) foreignKey
description translated
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
translated json
}
Table(ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition, "shipping_method_tag\n(M:N Mapping)") {
primary_key(shippingMethodId) foreignKey
primary_key(tagId) foreignKey
}
Table(ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition, "shipping_method_price\n(Prices of a shipping method)") {
primary_key(id) id
not_null(shippingMethodId) foreignKey
not_null(currencyId) foreignKey
ruleId foreignKey
calculation int
calculationRuleId foreignKey
quantityStart float
quantityEnd float
not_null(price) float
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
TranslationTable(ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition, "shipping_method_translation\n((Translations))") {
not_null(name) string
description longText
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
primary_key(shippingMethodId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition, "seo_url\n(Seo urls)") {
primary_key(id) id
salesChannelId foreignKey
not_null(languageId) foreignKey
not_null(foreignKey) id
not_null(routeName) string
not_null(pathInfo) string
not_null(seoPathInfo) string
isCanonical bool
isModified bool
isDeleted bool
isValid bool
autoIncrement int
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareStorefrontFrameworkSeoSeoUrlTemplateSeoUrlTemplateDefinition, "seo_url_template\n(Template)") {
primary_key(id) id
salesChannelId foreignKey
not_null(entityName) string
not_null(routeName) string
not_null(template) string
isValid bool
customFields customFields
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
' relationshipd
ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition --> ShopwareCoreFrameworkCustomFieldCustomFieldDefinition
ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetRelationCustomFieldSetRelationDefinition --> ShopwareCoreFrameworkCustomFieldAggregateCustomFieldSetCustomFieldSetDefinition
ShopwareCoreFrameworkScheduledTaskScheduledTaskDefinition --> ShopwareCoreFrameworkMessageQueueDeadMessageDeadMessageDefinition
ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreFrameworkPluginPluginDefinition
ShopwareCoreFrameworkLanguageLanguageDefinition --> ShopwareCoreFrameworkPluginAggregatePluginTranslationPluginTranslationDefinition
ShopwareCoreFrameworkLanguageLanguageDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemLocaleLocaleDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelSalesChannelDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentProductAggregateProductKeywordDictionaryProductKeywordDictionaryDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTranslationSalesChannelTranslationDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelLanguageSalesChannelLanguageDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemSystemConfigSystemConfigDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareStorefrontFrameworkSeoSeoUrlTemplateSeoUrlTemplateDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreSystemCountryCountryDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCountrySalesChannelCountryDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelCurrencySalesChannelCurrencyDefinition
ShopwareCoreSystemCurrencyCurrencyDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelPaymentMethodSalesChannelPaymentMethodDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelShippingMethodSalesChannelShippingMethodDefinition
ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeTranslationSalesChannelTypeTranslationDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelTypeSalesChannelTypeDefinition
ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryTranslationCountryTranslationDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryCountryDefinition
ShopwareCoreSystemCountryAggregateCountryStateTranslationCountryStateTranslationDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemCountryAggregateCountryStateCountryStateDefinition
ShopwareCoreSystemCurrencyAggregateCurrencyTranslationCurrencyTranslationDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
ShopwareCoreSystemLocaleAggregateLocaleTranslationLocaleTranslationDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreSystemUserUserDefinition --> ShopwareCoreSystemLocaleLocaleDefinition
ShopwareCoreFrameworkSnippetSnippetDefinition --> ShopwareCoreFrameworkSnippetAggregateSnippetSetSnippetSetDefinition
ShopwareCoreSystemSalutationAggregateSalutationTranslationSalutationTranslationDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemTaxTaxDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreSystemUnitAggregateUnitTranslationUnitTranslationDefinition --> ShopwareCoreSystemUnitUnitDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserAccessKeyUserAccessKeyDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemUserAggregateUserRecoveryUserRecoveryDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeStateNumberRangeStateDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTranslationNumberRangeTranslationDefinition --> ShopwareCoreSystemNumberRangeNumberRangeDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeSalesChannelNumberRangeSalesChannelDefinition
ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeTranslationNumberRangeTypeTranslationDefinition --> ShopwareCoreSystemNumberRangeAggregateNumberRangeTypeNumberRangeTypeDefinition
ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreSystemTagTagDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryAggregateCategoryTranslationCategoryTranslationDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryAggregateCategoryTagCategoryTagDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentCategoryCategoryDefinition --> ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentCmsCmsPageDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition
ShopwareCoreContentProductAggregateProductCategoryTreeProductCategoryTreeDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductCategoryProductCategoryDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTagProductTagDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductTranslationProductTranslationDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductVisibilityProductVisibilityDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductAggregateProductSearchKeywordProductSearchKeywordDefinition --> ShopwareCoreContentProductProductDefinition
ShopwareCoreContentProductProductDefinition --> ShopwareStorefrontFrameworkSeoSeoUrlSeoUrlDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition
ShopwareCoreContentRuleRuleDefinition --> ShopwareCoreContentProductAggregateProductPriceProductPriceDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductPropertyProductPropertyDefinition
ShopwareCoreContentProductAggregateProductManufacturerTranslationProductManufacturerTranslationDefinition --> ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentProductAggregateProductOptionProductOptionDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition
ShopwareCoreContentDeliveryTimeAggregateDeliveryTimeTranslationDeliveryTimeTranslationDefinition --> ShopwareCoreContentDeliveryTimeDeliveryTimeDefinition
ShopwareCoreContentNewsletterAggregateNewsletterRecipientTagNewsletterRecipientTagDefinition --> ShopwareCoreContentNewsletterAggregateNewsletterRecipientNewsletterRecipientDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition --> ShopwareCoreContentRuleAggregateRuleConditionRuleConditionDefinition
ShopwareCoreContentProductStreamAggregateProductStreamTranslationProductStreamTranslationDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition --> ShopwareCoreContentProductStreamAggregateProductStreamFilterProductStreamFilterDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupTranslationPropertyGroupTranslationDefinition --> ShopwareCoreContentPropertyPropertyGroupDefinition
ShopwareCoreContentPropertyAggregatePropertyGroupOptionTranslationPropertyGroupOptionTranslationDefinition --> ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition
ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsPageTranslationCmsPageTranslationDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition --> ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition
ShopwareCoreContentCmsAggregateCmsSlotTranslationCmsSlotTranslationDefinition --> ShopwareCoreContentCmsAggregateCmsSlotCmsSlotDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTranslationMailTemplateTranslationDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateSalesChannelMailTemplateSalesChannelDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition --> ShopwareCoreContentMailTemplateMailTemplateDefinition
ShopwareCoreContentMailTemplateAggregateMailTemplateTypeTranslationMailTemplateTypeTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateTypeMailTemplateTypeDefinition
ShopwareCoreContentMailTemplateAggregateMailHeaderFooterTranslationMailHeaderFooterTranslationDefinition --> ShopwareCoreContentMailTemplateAggregateMailHeaderFooterMailHeaderFooterDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerAddressCustomerAddressDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerTagCustomerTagDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutCustomerAggregateCustomerGroupCustomerGroupDefinition --> ShopwareCoreCheckoutCustomerAggregateCustomerGroupTranslationCustomerGroupTranslationDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutOrderOrderDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutDocumentDocumentDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentTypeTranslationDocumentTypeTranslationDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentTypeDocumentTypeDefinition
ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigSalesChannelDocumentBaseConfigSalesChannelDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition
ShopwareCoreCheckoutOrderAggregateOrderCustomerOrderCustomerDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderTagOrderTagDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition --> ShopwareCoreCheckoutOrderAggregateOrderAddressOrderAddressDefinition
ShopwareCoreCheckoutShippingShippingMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition
ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition
ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryPositionOrderDeliveryPositionDefinition
ShopwareCoreCheckoutPaymentPaymentMethodDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition
ShopwareCoreCheckoutPaymentAggregatePaymentMethodTranslationPaymentMethodTranslationDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTranslationShippingMethodTranslationDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodPriceShippingMethodPriceDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreCheckoutShippingAggregateShippingMethodTagShippingMethodTagDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
@enduml
| false | true | false | false | sequence |
2fc0f869f5f31b5091dd180b34edd5febf177b27 | 80004bb3168eae83c1fd2c8269fbfb274728ad41 | /doc/_static/uml/checkin.puml | 429e7f5c983fc7f940db12888bd3c716fad93518 | [
"MIT"
] | permissive | sighttviewliu/commandment | 1d6620cb801599e496370aaccea84948cb5c199b | a1418bf1eaa3adfdfb31a53155243c8112c1ef82 | refs/heads/master | 2020-03-23T19:35:36.930141 | 2018-07-22T12:04:38 | 2018-07-22T12:04:38 | 141,989,705 | 2 | 0 | MIT | 2018-07-23T09:08:07 | 2018-07-23T09:08:07 | null | UTF-8 | PlantUML | false | false | 303 | puml | @startuml
actor Device
boundary MDM
entity DeviceModel
Device -> MDM: Authenticate message
MDM -> EnrollPolicy: Check whitelist
EnrollPolicy -> MDM: Device passed
MDM -> DeviceModel: Update Attributes
MDM -> DeviceModel: Clear Token
MDM -> Device: 200 "OK"
Device -> MDM: TokenUpdate message
@enduml | false | true | false | false | sequence |
e91ceef65f85c7d6b1821e8e449c2b45ab53bcb9 | cae8b9d4419938a0b320012bb9825635cb460897 | /esterni/diagrammi/diagrammi-grafana-plugin/src/packagesDiagramPlug.plantuml | c82a0b23e7a5ab6daeb399540983589b8eefd1b1 | [] | no_license | sofiabononi/project-docs | 5612a4b3b11704b3b684df566b5a1291a55c2062 | 3626071df806c88c722ec0149eb1dc398a0a5185 | refs/heads/master | 2022-11-20T12:19:16.951949 | 2020-07-17T14:00:17 | 2020-07-17T14:00:17 | 248,197,272 | 0 | 2 | null | 2020-07-17T14:00:18 | 2020-03-18T10:11:12 | TeX | UTF-8 | PlantUML | false | false | 662 | plantuml | @startuml
package node_modules <<Frame>> {
class React
class grafana-toolkit
class grafana-ui
class grafana-data
class plotly
class react-plotly
}
package app <<Frame>> {
class MainConfig
}
package editor <<Frame>> {
class EditorView
}
package panel <<Frame>> {
class PanelCtrl
class MainView
class Model
class GrafanaData
}
package predictor <<Frame>> {
interface Strategy
interface Props
class Predictor
class ConfigRL
class ConfigSVM
class PredictionRL
class PredictionSVM
}
app ..> editor
app ..>panel
panel ..>predictor
app ..>node_modules
editor ..>node_modules
panel ..>node_modules
editor ..> predictor
@enduml | false | true | false | false | class |
7a5d69e19e09b51ba42b1d9bb1e1e907d03538fd | 3b5f15f0c727ea2484bf12d90cfc0af1ec5aa137 | /seq-startup.puml | f6b581e87572baa53ca42e2431a200b2933f81fd | [
"Apache-2.0"
] | permissive | orctom/pipeline | 8977b730150312bb909cbba5607e42d09021fea6 | 9b57712b46815f436535381d0ea746283d1521db | refs/heads/master | 2020-04-16T02:11:22.242674 | 2017-02-22T10:10:15 | 2017-02-22T10:10:15 | 63,666,921 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,607 | puml | @startuml
participant Pipeline
actor Windtalker
entity Cluster
actor "Other Windtalker"
activate Pipeline
Pipeline -> Pipeline: register pipe(s)
activate Pipeline
deactivate Pipeline
group Got a list of local pipe actors
Pipeline -> Windtalker: pipe(s) (LocalActors)
deactivate Pipeline
activate Windtalker
Windtalker -> "Other Windtalker": notify predecessors (RemoteActors)
activate "Other Windtalker"
"Other Windtalker" -> "Other Windtalker": inform LocalActors, add as successor
activate "Other Windtalker"
deactivate "Other Windtalker"
"Other Windtalker" -> Windtalker: MessageAck
deactivate "Other Windtalker"
Windtalker -> Windtalker: mark "windtalker messages" acknowledged
activate Windtalker
deactivate Windtalker
end
group Got a list of remote pipe actors
Windtalker -> Cluster: subscribe 'MemberUp'
activate Cluster
Windtalker -> Windtalker: resend thread
activate Windtalker
deactivate Windtalker
Cluster -> Windtalker: CurrentClusterState, MemberUp
deactivate Cluster
Windtalker -> Windtalker: register member if is predecessor
activate Windtalker
deactivate Windtalker
Windtalker -> "Other Windtalker": notify predecessors (RemoteActors)
activate "Other Windtalker"
"Other Windtalker" -> "Other Windtalker": inform LocalActors, add as successor
activate "Other Windtalker"
deactivate "Other Windtalker"
"Other Windtalker" -> Windtalker: MessageAck
deactivate "Other Windtalker"
Windtalker -> Windtalker: mark "windtalker messages" acknowledged
activate Windtalker
deactivate Windtalker
deactivate Windtalker
end
@enduml | false | true | false | false | usecase |
64709187c9fa0fd98b04c1efaa61a4fc9e7d4b0d | b384a892ec852a6531a08028988d4598fa62e18e | /ColaVendingMachine/CVM-3/uml/ColaVendingMachine-layer-simulation.puml | b91de2bbfc0e252eae8fe1795973827f82ab4e1e | [] | no_license | giopde1ste/IntroductionC | 97a6f5ca9cf97da6da9d35256f6983eba83a7e5e | ba1e4e8cf519d2e4c6f82854f7ac74de42a58c0b | refs/heads/master | 2022-10-06T23:57:57.463645 | 2020-04-17T15:45:29 | 2020-04-17T15:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 751 | puml | @startuml
title CVM-3\nlayered architecture\nSIMULATION\n
package "User Interface Layer" {
[Display]
[Keyboard]
[TUI] #green
}
package "System Control Layer" {
[FSM] #red
}
package "Subsystems Layer" {
[Cola Dispenser]
[Coin Acceptor]
}
package "HAL simulation by user IO" {
[Display Simulation] #YellowGreen
[Keyboard Simulation] #YellowGreen
}
[FSM] -down-> [Coin Acceptor]
[FSM] -down-> [Cola Dispenser]
[FSM] -up-> [Display]
[FSM] -up-> [Keyboard]
[FSM] -up-> [TUI]
[TUI] -down-> [Keyboard]
[TUI] -down-> [Display]
[Cola Dispenser] -down-> [Display Simulation]
[Cola Dispenser] -down-> [Keyboard Simulation]
[Coin Acceptor] -down-> [Display Simulation]
[Coin Acceptor] -down-> [Keyboard Simulation]
@enduml
| false | true | false | false | uml-unknown |
e58e27a7b77f3999458bb49decb33cfee77b7951 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/Utils/IPostBuildCleanup.puml | a419b916404238150e27e3df83769ae2a037ca36 | [] | 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 | 71 | puml | @startuml
interface IPostBuildCleanup {
Cleanup() : void
}
@enduml
| false | true | false | false | class |
bda5d257f9397fac55da29ce85801de02e740471 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/documents/trash/STB/diag/usecase/uc_general.puml | 5c80d503ddbb733b2bd88a638d62cba13f96daba | [
"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 | 543 | puml | @startuml
left to right direction
title Cas d'utilisation de l'application
actor user as :user:
(Créer un nouveau projet) as (createProject)
rectangle {
(Créer un nouveau diagramme) as (createDia)
(Générer un diagramme en reverse) as (rev)
(Éditer un diagramme) as (edit)
(Exporter un diagramme) as (export)
:user: -- (export)
:user: -- (edit)
:user: -- (rev)
:user: -- (createDia)
:user: -- (createProject)
(createProject) <|. (rev) : <include>
(createProject) <|. (createDia) : <include>
}
@enduml | false | true | true | false | usecase |
d667ba55c052a3915856f75768a7403a03474122 | a8a0cfec11df3e8ec16195d6b5a5123a414c2de1 | /architecture/kafka-component-detail.puml | b39bccc89ef2a249c856242d5ea24e4f02b10253 | [
"MIT"
] | permissive | helipilot50/real-time-reporting-aerospike-kafka | 22349b4dc0f428c9dcdbf927f1dfe91179928a62 | 8bb70180d9230f7741ef2eb7bf14b12398e810cf | refs/heads/master | 2023-01-09T02:06:13.989999 | 2021-05-11T12:12:06 | 2021-05-11T12:12:06 | 212,985,742 | 8 | 1 | MIT | 2023-01-07T13:33:13 | 2019-10-05T11:07:53 | JavaScript | UTF-8 | PlantUML | false | false | 253 | puml | @startuml
skinparam componentStyle uml2
package "Kafka and Zookeeper" {
() "9092" as kafClient
component [Kafka\nCluster] as kafCluster
kafClient - kafCluster
component [Zoo\nKeeper] as zookeeper
zookeeper <..> kafCluster
}
@enduml | false | true | false | false | class |
fa2804bc4eb35e3015c342c9b1f56fd7ef794b49 | d9c81782826b58a79a89a5b88e6c2c1afa59e532 | /docs/ex44.puml | 3448bc6418bfdff7bc9d8b6748d7a3dc5def0f22 | [] | no_license | SmokeIce593/parrish-cop3330-assignment3 | 1b1449091f72ef2540c9621b95e9998713e44e41 | d8b75979d4b86c71c1582d76241980b18fff6015 | refs/heads/master | 2023-08-15T08:27:16.888336 | 2021-10-12T02:11:13 | 2021-10-12T02:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 647 | puml | @startuml
'https://plantuml.com/class-diagram
class ProductSearchParser{
+ {static} JsonObject fileParse(String Input)
+ {static} JsonObject IterateArray(JsonArray subjects, String Input)
Object obj
JsonObject objects
JsonArray subjects
String input
JsonObject individual
}
class ProductSearchBase{
+ {static} void main()
+ {static} String Input()
+ {static} JsonObject Conditional(JsonObject Found)
String UserInput
JsonObject Found
}
class ProductSearchOutput{
void output(JsonObject Found)
}
ProductSearchBase <|-- ProductSearchParser
ProductSearchBase <|-- ProductSearchOutput
@enduml | false | true | false | false | class |
6b29ddac4bf04c84deea04404ba0b8955283b004 | 65c79e69d7c97dc7eb1532e77ae1bd2ece83fbe6 | /notes/Design/UML/Composite.puml | a5381805fbcae3ad3e5ef00e161324c2d26633f8 | [] | no_license | zhangjukai/Go-Gad | 8618bf0a377d34f784ad7c201d08431861f48c52 | d463e3faccc580d77b67886a11288c78622ddbae | refs/heads/master | 2023-05-31T06:37:30.215749 | 2023-05-12T03:28:19 | 2023-05-12T03:28:19 | 185,611,030 | 0 | 0 | null | 2022-12-15T23:30:09 | 2019-05-08T13:25:51 | Java | UTF-8 | PlantUML | false | false | 109 | puml | @startuml
Class Component {
- name:String
- childs:List<Component>
}
Component --o Component
@enduml | false | true | false | false | class |
179daf09015014b9d3f8af0e5597e2db099953bf | b5c2a14e617ed7c41060f08322fe2192736972a4 | /Design Phase/ideas/MVC_example.plantuml | 7435d5e5ea1e4590aee8ae99dc344d01c1796b90 | [] | no_license | AlpTorac/PSE-Report | 621f8f2ec69f215764d9ad5f23e9ee3ebd381c38 | 55a3dedcdda36639cacd5386b224fd094961f165 | refs/heads/main | 2023-04-03T10:29:33.111467 | 2021-04-06T15:43:51 | 2021-04-06T15:43:51 | 315,664,095 | 0 | 1 | null | 2021-01-07T11:02:59 | 2020-11-24T14:53:15 | TeX | UTF-8 | PlantUML | false | false | 1,848 | plantuml | @startuml example
package MVC.view {
class GuessingGame {
+main()
}
note right of GuessingGame::main
Initializes all 3 within the main method
Calls registerListener from View
end note
class View extends JFrame {
-UIElements
+View() // Initialize UI
+registerListener(ActionListener listener)
+wasLowerButton(ActionEvent e)
+wasCorrectButton(ActionEvent e)
+wasHigherButton(ActionEvent e)
}
note right of View::registerListener
Registers actionListeners to components
end note
}
package MVC.model {
interface IObserver {
+update(changed variables)
}
class Model {
-IObserver listener
+setChangeListener(GuessingChange listener)
+someDataFunction1()
+...()
+someDataFunctionN()
-notifyChange()
}
note right of Model::someDataFunction1
Uses notifyChange to notify listener attribute
end note
}
package MVC.controller {
class Control implements ActionListener, IObserver {
Model model
View view
+actionPerformed(ActionEvent ae)
+update(variable)
}
note right of Control::actionPerformed
Uses a big if-statement with
wasLower/Correct/HigherButton methods
to decide what the event was and then
uses someDataFunctionX from Model
end note
}
Control --> Model
Control --> View
Model --> IObserver
GuessingGame --> Model : initializes and contains (from GuessingGame to Model)
GuessingGame --> Control : initializes and contains
GuessingGame --> View : initializes and contains
@enduml | false | true | false | false | sequence |
05e9cae24dbe32aa9066953f6cb17a5950b93c20 | 5852f6b38b87d13b732b67c8fdef4c22ae215a8f | /docs/diagrams/src/movies21.plantuml | ddbf97921c10de9480daa2c7d8dd1e56ca97e879 | [] | no_license | ivlago/Refactor | bbc940ba59aa2b397d52c3c041e3b1db97f8b22d | 5fc9ddb4517bc21dba3a8df0b629637b213cff79 | refs/heads/main | 2023-04-05T18:22:56.671516 | 2021-04-22T20:14:21 | 2021-04-22T20:14:21 | 359,514,464 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,579 | plantuml | @startuml movies
class Customer {
- String name;
- List<Rental> rentals;
+ Costumer(String name)
+ void addRental(Rental rental)
+ String getName()
+ String statement()
- double getTotalCharge()
- int getTotalFrequentRenterPoints()
}
class Rental {
- Movie movie;
- int daysRented;
+ Rental(Movie movie, int daysRented)
+ int getDaysRented()
+ Movie getMovie()
+ double getCharge()
+ int getFrequentRenterPoints()
}
class Movie {
+ static final int REGULAR = 0;
+ static final int NEW_RELEASE = 1;
+ static final int CHILDRENS = 2;
- String title;
- Price price;
+ Movie(String title, int priceCode)
+ double getCharge(int daysRented)
+ int getFrequentRenterPoints(int daysRented)
+ void setPriceCode(int priceCode)
+ String getTitle()
}
class Price {
+ int getPriceCode()
+ double getCharge(int daysRented)
+ int getFrequentRenterPoints(int daysRented)
}
class RegularPrice {
{static}- double CHARGE = 2.0;
{static}- double EXTRA CHARGE = 1.5;
{static}- final int DAYS RENTED THRESHOLD = 2;
+ double getCharge(int daysRented)
}
class ChildrenPrice {
{static}- double CHARGE = 1.5;
{static}- double EXTRA CHARGE = 1.5;
{static}- int DAYS RENTED THRESHOLD = 3;
+ double getCharge(int daysRented)
}
class NewReleasePrice {
{static}- double CHARGE = 3;
{static}- double EXTRA CHARGE = 1;
{static}- int DAYS RENTED THRESHOLD = 2;
+ double getCharge(int daysRented)
+ int getFrequentRenterPoints(int daysRented)
}
Customer o-down-> Rental
Rental -down-> Movie
Movie *-down- Price
Price <|-down- RegularPrice
Price <|-down- ChildrenPrice
Price <|-down- NewReleasePrice
@enduml
| false | true | false | false | class |
daa8e41fccc6fc3976d27e2a14b5f147e4c0a223 | ada58b08512f0390c1bf1a31f63defcac442d58b | /kj-repo-doc/src/main/java/com/kj/repo/doc/logger/log4j2_init.puml | 9000d785bfa5f5ce209a077978236bd44d8e4c43 | [] | no_license | Kuojian21/kj-repo | a508e83325f6cab9a2acba550d07f4515f9d2ca9 | 5ae4ff95fd843d69317e471ac20345fdbe109cbe | refs/heads/master | 2022-12-21T11:50:21.906395 | 2021-10-04T23:24:50 | 2021-10-04T23:24:50 | 149,978,220 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,106 | puml | @startuml
participant Invoker as Invoker
participant LogManager as LogManager
participant Provider as Provider
participant Log4jContextFactory as Log4jContextFactory
participant ClassLoaderContextSelector as ClassLoaderContextSelector
participant LoggerContext as LoggerContext
Invoker -> LogManager:getLogger
activate LogManager
LogManager -> LogManager:spi-Provider
activate LogManager
LogManager -> Provider:loadLoggerContextFactory
activate Provider
Provider --> LogManager:Log4jContextFactory.class
deactivate Provider
deactivate LogManager
LogManager -> Log4jContextFactory:getContext
activate Log4jContextFactory
Log4jContextFactory -> ClassLoaderContextSelector:getContext
activate ClassLoaderContextSelector
ClassLoaderContextSelector -> LoggerContext:new
activate LoggerContext
LoggerContext --> ClassLoaderContextSelector:LoggerContext
deactivate LoggerContext
ClassLoaderContextSelector --> Log4jContextFactory:LoggerContext
deactivate ClassLoaderContextSelector
Log4jContextFactory -> LoggerContext:start
activate LoggerContext
LoggerContext -> LoggerContext:reconfigure
activate LoggerContext
LoggerContext -> ConfigurationFactory.Factory:getConfiguration
activate ConfigurationFactory.Factory
ConfigurationFactory.Factory -> PropertiesYamlJsonXmlConfigurationFactory:getConfiguration
activate PropertiesYamlJsonXmlConfigurationFactory
PropertiesYamlJsonXmlConfigurationFactory --> ConfigurationFactory.Factory:Configuration
deactivate PropertiesYamlJsonXmlConfigurationFactory
ConfigurationFactory.Factory --> LoggerContext:Configuration
deactivate ConfigurationFactory.Factory
LoggerContext -> LoggerContext:setConfiguration
activate LoggerContext
LoggerContext -> NetUtils:getLocalHostname
activate NetUtils
NetUtils --> LoggerContext:5s
deactivate NetUtils
LoggerContext-> PropertiesYamlJsonXmlConfiguration:start
activate PropertiesYamlJsonXmlConfiguration
PropertiesYamlJsonXmlConfiguration --> LoggerContext
deactivate PropertiesYamlJsonXmlConfiguration
deactivate LoggerContext
deactivate LoggerContext
LoggerContext --> Log4jContextFactory
deactivate LoggerContext
Log4jContextFactory --> LogManager:LoggerContext
deactivate Log4jContextFactory
LogManager -> LoggerContext:getLogger
activate LoggerContext
LoggerContext -> LoggerRegistry:getLogger
activate LoggerRegistry
LoggerRegistry --> LoggerContext
deactivate LoggerRegistry
alt isNull
LoggerContext -> LoggerContext:newInstance
activate LoggerContext
LoggerContext -> Logger:<init>(LoggerContext)
activate Logger
Logger -> PrivateConfig:<init>(Configuration)
activate PrivateConfig
PrivateConfig -> PropertiesYamlJsonXmlConfiguration:getLoggerConfig(logggerName)
activate PropertiesYamlJsonXmlConfiguration
PropertiesYamlJsonXmlConfiguration --> PrivateConfig
deactivate PropertiesYamlJsonXmlConfiguration
PrivateConfig --> Logger
deactivate PrivateConfig
Logger --> LoggerContext
deactivate Logger
deactivate LoggerContext
LoggerContext -> LoggerRegistry:put
activate LoggerRegistry
LoggerRegistry --> LoggerContext
deactivate LoggerRegistry
end
LoggerContext --> LogManager:Logger
deactivate LoggerContext
LogManager --> Invoker:Logger
deactivate LogManager
@enduml | false | true | false | false | sequence |
784f06c7aa20b8c36d795e13d61433c6ad3ff447 | fa73d5e26e858fd4dd862667850553179464a7da | /Lab3_MaisosLenteles_Intellij.plantuml | 665bd9a2d155af61d6a4e9ccc56bd8b868ba43d2 | [] | no_license | MPilinkus/Lab3 | c92c6f4ffdb5d8aca6e87e583ae4d532b9c39dbe | e99285a2bf4b24ec79fd1d598bfee8a12798c6e8 | refs/heads/master | 2020-09-12T09:53:57.533170 | 2019-12-07T11:07:30 | 2019-12-07T11:07:30 | 222,386,985 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,513 | plantuml | @startuml
title __Lab3_MaisosLenteles klasių diagrama__\n
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.Car {
}
}
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.CarsGenerator {
}
}
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.DemoExecution {
}
}
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.ManualTest {
}
}
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.SimpleBenchmark {
}
}
namespace edu.ktu.ds.lab3.demo {
class edu.ktu.ds.lab3.demo.Timekeeper {
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.KsGui {
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.MainWindow {
}
}
namespace edu.ktu.ds.lab3.gui {
abstract class edu.ktu.ds.lab3.gui.MainWindowMenu {
}
}
namespace edu.ktu.ds.lab3.gui {
abstract class edu.ktu.ds.lab3.gui.MapTable {
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.Panels {
}
}
namespace edu.ktu.ds.lab3.gui {
class edu.ktu.ds.lab3.gui.ValidationException {
}
}
namespace edu.ktu.ds.lab3.utils {
interface edu.ktu.ds.lab3.utils.EvaluableMap {
}
}
namespace edu.ktu.ds.lab3.utils {
class edu.ktu.ds.lab3.utils.HashMap {
}
}
namespace edu.ktu.ds.lab3.utils {
enum HashType {
}
}
namespace edu.ktu.ds.lab3.utils {
class edu.ktu.ds.lab3.utils.Ks {
}
}
namespace edu.ktu.ds.lab3.utils {
interface edu.ktu.ds.lab3.utils.Map {
}
}
namespace edu.ktu.ds.lab3.utils {
interface edu.ktu.ds.lab3.utils.Parsable {
}
}
namespace edu.ktu.ds.lab3.utils {
class edu.ktu.ds.lab3.utils.ParsableHashMap {
}
}
namespace edu.ktu.ds.lab3.utils {
interface edu.ktu.ds.lab3.utils.ParsableMap {
}
}
edu.ktu.ds.lab3.demo.Car .up.|> edu.ktu.ds.lab3.utils.Parsable
edu.ktu.ds.lab3.demo.DemoExecution -up-|> javafx.application.Application
edu.ktu.ds.lab3.demo.SimpleBenchmark o-- edu.ktu.ds.lab3.demo.Timekeeper : timekeeper
edu.ktu.ds.lab3.gui.MainWindow .up.|> javafx.event.EventHandler
edu.ktu.ds.lab3.gui.MainWindow -up-|> javafx.scene.layout.BorderPane
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.demo.CarsGenerator : carsGenerator
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.utils.HashType : ht
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.MainWindowMenu : mainWindowMenu
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneButtons
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneParam1
edu.ktu.ds.lab3.gui.MainWindow o-- edu.ktu.ds.lab3.gui.Panels : paneParam2
edu.ktu.ds.lab3.gui.MainWindowMenu .up.|> javafx.event.EventHandler
edu.ktu.ds.lab3.gui.MainWindowMenu -up-|> javafx.scene.control.MenuBar
edu.ktu.ds.lab3.gui.MapTable -up-|> javafx.scene.control.TableView
edu.ktu.ds.lab3.gui.Panels -up-|> javafx.scene.layout.GridPane
edu.ktu.ds.lab3.utils.EvaluableMap .up.|> edu.ktu.ds.lab3.utils.Map
edu.ktu.ds.lab3.utils.ParsableMap .up.|> edu.ktu.ds.lab3.utils.EvaluableMap
edu.ktu.ds.lab3.utils.HashMap .up.|> edu.ktu.ds.lab3.utils.EvaluableMap
edu.ktu.ds.lab3.utils.HashMap o-- edu.ktu.ds.lab3.utils.HashType : ht
edu.ktu.ds.lab3.utils.ParsableHashMap .up.|> edu.ktu.ds.lab3.utils.ParsableMap
edu.ktu.ds.lab3.utils.ParsableHashMap -up-|> edu.ktu.ds.lab3.utils.HashMap
@enduml
| false | true | true | false | class |
d7f15e207ff9455b46cfda7ba2b83bb7c1c177d9 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /legacy/mojaloop-technical-overview/account-lookup-service/assets/diagrams/sequence/seq-acct-lookup-del-participants-7.1.2.plantuml | 978a1e30314cfa8b3c0d0e185928188e37164069 | [
"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 | 11,629 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
--------------
******'/
@startuml
' declare title
title 7.1.2. Delete Participant Details
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' entity - Database Access Objects
' database - Database Persistence Store
' declare actors
actor "Payer FSP" as PAYER_FSP
actor "Payee FSP" as PAYEE_FSP
boundary "Account Lookup\nService (ALS)" as ALS_API
control "ALS Participant\nHandler" as ALS_PARTICIPANT_HANDLER
entity "ALS CentralService\nEndpoint DAO" as ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
entity "ALS CentralService\nParticipant DAO" as ALS_CENTRALSERVICE_PARTICIPANT_DAO
'entity "ALS Participant Oracle DAO" as ALS_PARTICIPANT_ORACLE_DAO
entity "ALS Parties\nFSP DAO" as ALS_PARTIES_FSP_DAO
entity "ALS Participant Endpoint\nOracle DAO" as ALS_PARTICIPANT_ORACLE_DAO
database "ALS Database" as ALS_DB
boundary "Oracle Service API" as ORACLE_API
boundary "Central Service API" as CENTRALSERVICE_API
box "Financial Service Provider" #LightGrey
participant PAYER_FSP
end box
box "Account Lookup Service" #LightYellow
participant ALS_API
participant ALS_PARTICIPANT_HANDLER
participant ALS_PARTICIPANT_ORACLE_DAO
participant ALS_DB
participant ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
participant ALS_CENTRALSERVICE_PARTICIPANT_DAO
participant ALS_PARTIES_FSP_DAO
end box
box "Central Services" #LightGreen
participant CENTRALSERVICE_API
end box
box "ALS Oracle Service/Adapter" #LightBlue
participant ORACLE_API
end box
box "Financial Service Provider" #LightGrey
participant PAYEE_FSP
end box
' START OF FLOW
group Get Party Details
PAYER_FSP ->> ALS_API: Request to delete Participant details\nDEL - /participants/{TYPE}/{ID}?currency={CURRENCY}\n<color #388724><b>Response code:</b> 202</color>\n<color #red><b>Error code:</b> 200x, 300x, 310x, 320x</color>
activate ALS_API
note left ALS_API #lightgray
Validate request against
Mojaloop Interface Specification.
<color #red><b>Error code:</b> 300x, 310x</color>
end note
ALS_API -> ALS_PARTICIPANT_HANDLER: Request to delete Participant details
alt oracleEndpoint match found & parties information retrieved
activate ALS_PARTICIPANT_HANDLER
'********************* Retrieve Oracle Routing Information - START ************************
ALS_PARTICIPANT_HANDLER <-> ALS_DB: Get Oracle Routing Config\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
ref over ALS_PARTICIPANT_HANDLER, ALS_DB
GET Participants - [[https://docs.mojaloop.live/mojaloop-technical-overview/account-lookup-service/als-get-participants.html Get Oracle Routing Config Sequence]]
|||
end ref
'********************* Retrieve Oracle Routing Information - END ************************
|||
'********************* Retrieve Switch Routing Information - START ************************
' ALS_PARTICIPANT_HANDLER <-> ALS_DB: Get Switch Routing Config\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
' ref over ALS_PARTICIPANT_HANDLER, ALS_DB
' GET Participants - [[https://docs.mojaloop.live/mojaloop-technical-overview/account-lookup-service/als-get-participants.html Get Switch Routing Config Sequence]]
' |||
' end ref
'********************* Retrieve Switch Routing Information - END ************************
|||
'********************* Validate FSPIOP-Source Participant - START ************************
group Validate FSPIOP-Source Participant
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_PARTICIPANT_DAO: Request FSPIOP-Source participant information\n<color #red><b>Error code:</b> 200x</color>
activate ALS_CENTRALSERVICE_PARTICIPANT_DAO
ALS_CENTRALSERVICE_PARTICIPANT_DAO -> CENTRALSERVICE_API: GET - /participants/{FSPIOP-Source}\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_PARTICIPANT_DAO: Return FSPIOP-Source participant information
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_PARTICIPANT_DAO --> ALS_PARTICIPANT_HANDLER: Return FSPIOP-Source participant information
deactivate ALS_CENTRALSERVICE_PARTICIPANT_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Validate FSPIOP-Source participant\n<color #red><b>Error code:</b> 320x</color>
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Validate that PARTICIPANT.fspId == FSPIOP-Source\n<color #FF0000><b>Error code:</b> 3100</color>
end group
'********************* Validate Participant - END ************************
|||
'********************* Request Oracle Participant Information - START ************************
ALS_PARTICIPANT_HANDLER <-> ORACLE_API: Get Participant Information for PayerFSP\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
ref over ALS_PARTICIPANT_HANDLER, ORACLE_API
GET Participants - [[https://docs.mojaloop.live/mojaloop-technical-overview/account-lookup-service/als-get-participants.html Request Participant Information from Oracle Sequence]]
|||
end ref
'********************* Request Oracle Participant Information - END ************************
|||
'********************* Validate Participant Ownership - START ************************
' Reference section 6.2.2.4 - Note: The ALS should verify that it is the Party’s current FSP that is deleting the FSP information. Is this adequate?
group Validate Participant Ownership
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Validate that PARTICIPANT.fspId matches Participant Information retrieved from Oracle.\n<color #red><b>Error code:</b> 3100</color>
end group
'********************* Validate Participant - END ************************
|||
'********************* Delete Oracle Participant Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_ORACLE_DAO: Request to delete Participant's FSP details DEL - /participants/{TYPE}/{ID}?currency={CURRENCY}\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate ALS_PARTICIPANT_ORACLE_DAO
ALS_PARTICIPANT_ORACLE_DAO -> ORACLE_API: Request to delete Participant's FSP details DEL - /participants/{TYPE}/{ID}?currency={CURRENCY}\n<color #388724><b>Response code:</b> 200</color> \n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate ORACLE_API
ORACLE_API --> ALS_PARTICIPANT_ORACLE_DAO: Return result
deactivate ORACLE_API
ALS_PARTICIPANT_ORACLE_DAO --> ALS_PARTICIPANT_HANDLER: Return result
deactivate ALS_PARTICIPANT_ORACLE_DAO
'********************* Delete Oracle Participant Information - END ************************
|||
'********************* Get PayerFSP Participant End-point Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: Retrieve the PayerFSP Participant Callback Endpoint\n<color #red><b>Error code:</b> 200x</color>
activate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO -> CENTRALSERVICE_API: Retrieve the PayerFSP Participant Callback Endpoint\nGET - /participants/{FSPIOP-Source}/endpoints\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: List of PayerFSP Participant Callback Endpoints
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO --> ALS_PARTICIPANT_HANDLER: List of PayerFSP Participant Callback Endpoints
deactivate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Match PayerFSP Participant Callback Endpoints for\nFSPIOP_CALLBACK_URL_PARTICIPANT_PUT
'********************* Get PayerFSP Participant End-point Information - END ************************
ALS_PARTICIPANT_HANDLER --> ALS_API: Return delete request result
ALS_API ->> PAYER_FSP: Callback indiciating success:\nPUT - /participants/{TYPE}/{ID}?currency={CURRENCY}
else Validation failure or Oracle was unable process delete request
'********************* Get PayerFSP Participant End-point Information - START ************************
ALS_PARTICIPANT_HANDLER -> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: Retrieve the PayerFSP Participant Callback Endpoint\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO -> CENTRALSERVICE_API: Retrieve the PayerFSP Participant Callback Endpoint\nGET - /participants/{FSPIOP-Source}/endpoints\n<color #388724><b>Response code:</b> 200</color>\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
activate CENTRALSERVICE_API
CENTRALSERVICE_API --> ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO: List of PayerFSP Participant Callback Endpoints
deactivate CENTRALSERVICE_API
ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO --> ALS_PARTICIPANT_HANDLER: List of PayerFSP Participant Callback Endpoints
deactivate ALS_CENTRALSERVICE_ENDPOINT_CONFIG_DAO
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Match PayerFSP Participant Callback Endpoints for\nFSPIOP_CALLBACK_URL_PARTICIPANT_PUT_ERROR
'********************* Get PayerFSP Participant End-point Information - END ************************
ALS_PARTICIPANT_HANDLER --> ALS_API: Handle error\n<color #red><b>Error code:</b> 200x, 310x, 320x</color>
ALS_API ->> PAYER_FSP: Callback: PUT - /participants/{TYPE}/{ID}/error
else Empty list of switchEndpoint results returned
ALS_PARTICIPANT_HANDLER -> ALS_PARTICIPANT_HANDLER: Handle error\n<color #red><b>Error code:</b> 200x</color>
hnote right ALS_PARTICIPANT_HANDLER #red
<color #white>Error Handling Framework</color>
end note
end alt
deactivate ALS_PARTICIPANT_HANDLER
end
@enduml
| false | true | true | false | usecase |
3e82f0609f326f9086c4b6a11fb45d93a19915ec | ef4d996745d3cad7823e9be3bad78f7be8cc2c59 | /java/2020/04/10/bin/test07/MyInteger.iuml | ec91e5744687e17ef045bd36ab8e7dd9bd737fa6 | [] | no_license | FishMagic/Laevatein | 005de8334c1f6f3d5ad08ab6131123bebbaf2f8c | 93e16ec8a2330d5f58ecbe4b0847cb5b28fbe0da | refs/heads/master | 2022-10-25T04:25:23.424090 | 2020-06-20T12:14:52 | 2020-06-20T12:14:52 | 246,463,868 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 536 | iuml | @startuml MyInterger
class MytInteger {
-int value
+MyInteger(value: int)
+getValue(): int
+static isEven(value: int): boolean
+static isOdd(value: int): boolean
+static isPrime(value: int): boolean
+isEven(): boolean
+isOdd(): boolean
+isPrime(): boolean
+static isEven(integer: MyInteger): boolean
+static isOdd(integer: MyInteger): boolean
+static isPrime(integer: MyInteger): boolean
+equals(value: int): boolean
+equals(integer: MyInteger): boolean
}
@enduml | false | true | false | false | class |
c140a3895e254779e1b5539902f15f4598a9247e | 0900d46a947c17fcfcb17328bf1e94b4d5e6bb4d | /src/main/java/ex45/Diagram.puml | bf77e7452cecffac5dbc035c9432ae667c00311d | [] | no_license | josevalen2001/valencia-cop3330-assignment3 | 5e9d214965ed196250e527a5728b5e63e9180a80 | 64fd979d673853d6d297c7eab959917771f0cd59 | refs/heads/master | 2023-05-30T06:13:09.829784 | 2021-06-18T02:19:41 | 2021-06-18T02:19:41 | 377,353,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
class app {
+main()
}
class textEditor {
+String fileName;
+String fileDestination;
+String target;
+String replacement;
+String replaceTextFile()
}
app <--o textEditor
@enduml | false | true | false | false | class |
2a64eeb8589ec53495d1b098586b5fffb7156732 | 4e22bdc55bdc3e7f861cde56da0ccb080a1b6b26 | /city.puml | c35426ec6ffa56021f53e96fa7d17618f333a745 | [] | no_license | ahmad-hl/comp3021-corona-spring2021 | d6f48509cd91583ee256dacd6c55f6a66658f2b1 | b222aaeed25b83c0d722035905439e4c0af50834 | refs/heads/master | 2023-03-18T09:29:24.419027 | 2021-03-11T15:22:37 | 2021-03-11T15:22:37 | 337,751,700 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 145 | puml | @startuml
'https://plantuml.com/class-diagram
class GameMap{
- -players: List<Player>
+ +getPlayers(): List<Player>
+ +loadPlayers()
}
@enduml | false | true | false | false | class |
fb2724b60cf5900bcbe10ede01ef0d038c229376 | 51007b24fec2d6bc5de93f97574989d69f282b6c | /Test_sequence.puml | 2e20a1b2642c315649888adea4a798cb3e8ad7b2 | [] | no_license | JINO93/DailyTest | bfaf33fcd9cf96ede0dfd3077cdb553b50f1a3a5 | 5454aadff13bc3225d297315b6c58028b518c87d | refs/heads/master | 2023-03-29T17:55:08.822308 | 2021-02-04T08:06:22 | 2021-02-04T08:06:22 | 353,218,198 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
Alice -> Alice : other method
@enduml | false | true | false | false | sequence |
b4bc37efc4456b2b0d11626109ed66fb86a11596 | 288be732e331966aa7ba8024489660a75d3f230a | /ModelDeDomini.puml | 82e68a6da399b929047f7ab7e0c8dccf5e34702e | [] | no_license | elenambajen/STUB | be99f84f32572a16705debb455783abfceaf6a38 | 1eaa34439873331603bd3a588a6b89f4c6959731 | refs/heads/master | 2020-04-01T19:02:02.746945 | 2018-10-17T22:03:07 | 2018-10-17T22:03:07 | 153,529,302 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,189 | puml | @startuml
object STUB
object CatàlegSèries
object Sèrie{
titol
descripcio
imatge
any estreno
}
object EstatSèrie
object WatchedList
object WatchNext
object NotStartedYet
object Tematica
object Actors{
nom real
nacionalitat
}
object Protagonista{
nom serie
}
object Directors{
nom
nacionalitat
}
object Productora{
nom
any creació
identificador
}
object Temporades{
número de temporada
}
object EstatTemporades
object Vista
object NoVista
object EnCurs
object Episodi{
nom
data primera emisió
hora primera emisió
duració
idioma original
descripció
enllaç per veure'l
}
object EstatEpisodi
object Vist{
subscrit
vist
}
object NoVist
object NoAcabat
object Valoració
object Emocions
object Personatge
object Plataforma
object Cerca
object PerNom
object PerPuntuació
object PerNumSubscriptors
object Usuari
object NoRegistrat
object Registre
object Client{
data naixement
nacionalitat
nom real
nom usuari
clau accés
}
object Login
STUB "1"*--"1" CatàlegSèries: té
CatàlegSèries "1"*--"*" Sèrie: té
Sèrie "1"--"1" EstatSèrie: té
EstatSèrie <|-- WatchedList
EstatSèrie <|-- WatchNext
EstatSèrie <|-- NotStartedYet
Sèrie "1"--"1..*" Tematica: té
Sèrie "1"--"1..*" Actors: té
Actors <|-- Protagonista
Sèrie "1"--"1..*" Directors: té
Sèrie "1"--"1" Productora: té
Sèrie "1"--"*" Temporades: té
Temporades -- EstatTemporades
EstatTemporades <|-- Vista
EstatTemporades <|-- NoVista
EstatTemporades <|-- EnCurs
Temporades "1"--"*" Episodi: té
Episodi -- EstatEpisodi
EstatEpisodi <|-- Vist
EstatEpisodi <|-- NoVist
EstatEpisodi <|-- NoAcabat
Vist "1"--"1" Valoració: té
Valoració "1"--"1..6" Emocions
Valoració "1"--"1" Personatge
Valoració "1"--"1..4" Plataforma
Usuari <|-- NoRegistrat
NoRegistrat "1"--"1" Registre: fa
Usuari <|-- Client
Client "1"--"1" Login: fa
STUB "1"--"*" Client: té
Client "1"--"*" Episodi: subscriure's, veure'l
Client "*"--"1" CatàlegSèries: veure
Client "1"--"1" Cerca: fa
Cerca "1"--"*" Sèrie: dóna
Cerca <|-- PerNom
Cerca <|-- PerPuntuació
Cerca <|-- PerNumSubscriptors
@enduml | false | true | true | false | class |
4294fc91c9f247afb3218825a29a68253c629463 | 8899c5073f184bc6f8405bfe6cf57f2a4e012892 | /Diagrams/sequence-diagram.puml | ca70ef082b6be9965211c7229cc40668570495b0 | [
"MIT"
] | permissive | wolfj123/Checkers | ebf4c26f206b3943590a2982e860eb5d5bcdba55 | 1bc30748e134d4dc68af7f97ab7dae8fbe98a687 | refs/heads/main | 2023-07-13T04:15:21.292257 | 2021-08-23T17:34:00 | 2021-08-23T17:34:00 | 387,560,066 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 773 | puml | @startuml
' syntax:
' https://plantuml.com/sequence-diagram
loop *
GameMaster --> Player : notify turn
Player --> GameMaster: get board & moves
GameMaster --> IRuleSet : get moves
GameMaster <-- IRuleSet : moves
Player <-- GameMaster: board & moves
Player --> GameMaster: send move
GameMaster --> Board : apply move
loop *
Player --> GameMaster: get board & moves
GameMaster --> GameMaster : get chained moves
Player <-- GameMaster: board & moves
Player --> GameMaster: send move
GameMaster --> Board : apply move
end
Player --> GameMaster: get board & moves
Player --> GameMaster: end turn
GameMaster --> IRuleSet : get winners
GameMaster <-- IRuleSet : winners
end
@enduml | false | true | false | false | sequence |
81c26c9a744dbc46641ea6f5f44e0d8d288db4f5 | 10d153ee925c8511a5a2470cbf3dae3e4aa96ac9 | /Diagramme de classe/L6 - Packages/exemples/l6dc1/dc_1.puml | 16e519b7d2efd8e8fbded8726d3ddb0da3bd476b | [] | no_license | profesig/exosOO | db703060b96949019a6a7bf6a462b1bd6070d633 | 56ec1d91ea4d4f8c1a6480e3e43d483593878e60 | refs/heads/master | 2016-09-05T17:07:28.191472 | 2014-02-27T16:57:44 | 2014-02-27T16:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 66 | puml | @startuml
namespace com.mycompany {
class MyClass
}
@enduml | false | true | false | false | class |
fae72020ed8e9dc5e8d049d5489f73ab4f3c5abe | 20c9d90f40e69cba7b7044b840d3e29c6c79ea65 | /docs/modules/ROOT/workflows/security_group_workflow.puml | c2a1277bfc8fc74615c464cdabf345fa1c301477 | [
"MIT"
] | permissive | xieus/alcor | 4ca39226596e66ada3832ae5df18bf2bd01c1c19 | d786ac2bdd2cfab369fce1e3139cd0ace392ff4d | refs/heads/master | 2023-02-08T06:04:53.875318 | 2022-12-22T03:59:06 | 2022-12-22T03:59:06 | 252,636,860 | 1 | 0 | Apache-2.0 | 2020-06-04T21:46:18 | 2020-04-03T05:03:05 | Java | UTF-8 | PlantUML | false | false | 4,821 | puml | 'MIT License
'Copyright(c) 2020 Futurewei Cloud
'
' Permission is hereby granted,
' free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction,
' including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons
' to whom the Software is furnished to do so, subject to the following conditions:
'
' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
'
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
' WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@startuml
skinparam monochrome true
actor "Customer"
collections "SG Manager"
collections "Node Manager"
collections "Port Manager"
collections "Data Plane Manager"
box "Compute Host 1" #LightBlue
participant "ACA on \n Host 1"
end box
box "Compute Host 2" #LightGreen
participant "ACA on \n Host 2"
end box
===Scenarios A: Create P1 which assoicated with SG1 and SG2, local SG rules only (no remote)==
autonumber 10
"Customer" -> "Port Manager": Create P1 and assoicated it with SG1 and SG2
autonumber 11 "<b>[0.a]"
"Port Manager" -> "SG Manager": Query SG1 and SG2 info for P1
"SG Manager" -> "Port Manager": Response {SG_info...)}
autonumber 11 "<b>[0.b]"
"Port Manager" -> "Node Manager": Get node info input: {host_id}, new port\n output: {host_ip}
autonumber 13 "<b>[0]"
"Port Manager" -> "Data Plane Manager": POST /port sync with RequestBody NetworkConfiguration=\n {[P1 port w/ L2_neighbor_Id=NULL \n L3_neighbor_Id=NULL],[Subnet],[VPC],[SG1,SG2]}
"Data Plane Manager" -> "ACA on \n Host 1": Port: CREATE (FULL) P1, DHCP: CREATE (FULL) P1,\n Subnet: INFO, [SG1, SG2]: INFO
===Scenarios B: Create P1 which assoicated with SG2, One ingress SG rules points to remote SG1==
autonumber 20
"Customer" -> "Port Manager": Create P1 assoicated with SG2
autonumber 21 "<b>[0.a]"
"Port Manager" -> "SG Manager": Query SG2 info for P1
"SG Manager" -> "Port Manager": Response {SG_info...)}, found one ingress SG rule points to remote SG1
"Port Manager" -> "Port Manager": Determine the list of remote ports assoicated with SG1\n only useful if they are neighbors already
autonumber 21 "<b>[0.b]"
"Port Manager" -> "Node Manager": Get node info input: {host_id}, new port\n output: {host_ip}
autonumber 24 "<b>[0]"
"Port Manager" -> "Data Plane Manager": POST /port sync with RequestBody NetworkConfiguration=\n {[P1 port w/ L2_neighbor_Id=P2 \n L3_neighbor_Id=P3],[Subnet],[VPC],[SG1,SG2]}
"Data Plane Manager" -> "ACA on \n Host 1": Port: CREATE (FULL) P1, DHCP: CREATE (FULL) P1,\n L2 Neighbor=P2, L3 Neighbor=P3,\n Subnet: INFO, [SG1, SG2]: INFO
===Scenarios C: No new port created, in SG1, one ingress local SG rules got added/updated/deleted (no remote)==
autonumber 30
"Customer" -> "SG Manager": Update one ingress local SG rule in SG1
"SG Manager" -> "Port Manager": Request to update all the assocated ports
"Port Manager" -> "Port Manager": Determine the list of ports assoicated with SG1
"Port Manager" -> "Node Manager": Get node info input: {host_id}, new port\n output: {host_ip}
"Port Manager" -> "Data Plane Manager": POST /port sync with RequestBody NetworkConfiguration=\n {[P1 port w/ L2_neighbor_Id=NULL \n L3_neighbor_Id=NULL],[Subnet],[VPC],[SG1]}
"Data Plane Manager" -> "ACA on \n Host 1": Port: INFO P1, [SG1]: UPDATE\n (particular ingress rule: added/updated/deleted)
===Scenarios D: In SG2 one ingress SG rules points to remote SG1, one new port P4 added to SG1==
autonumber 40
"Customer" -> "Port Manager": Create P4 assoicated with SG1
autonumber 41 "<b>[0.a]"
"Port Manager" -> "SG Manager": Query SG1 info for P4
"SG Manager" -> "Port Manager": Response {SG_info...)}
autonumber 41 "<b>[0.b]"
"Port Manager" -> "Node Manager": Get node info input: {host_id}, new port\n output: {host_ip}
autonumber 43 "<b>[0]"
"Port Manager" -> "Data Plane Manager": POST /port sync with RequestBody NetworkConfiguration=\n {[P4 port w/ L2_neighbor_Id=P1 \n L3_neighbor_Id=NULL],[Subnet],[VPC],[SG1 for P4,SG2 for P1]}
"Data Plane Manager" -> "ACA on \n Host 2": Port: CREATE (FULL) P4 DHCP: CREATE (FULL) P4,\n L2 Neighbor=P1, L3 Neighbor=NULL,\n Subnet: INFO, [SG1,SG2]: INFO
"Data Plane Manager" -> "ACA on \n Host 1": L2 Neighbor state=P4, Subnet: INFO, [SG1]: INFO
@enduml
| false | true | false | false | usecase |
bb1c05333eb5029bd6f3f3bf7596b4d2a205efe3 | b582b2522fd68b6903f8318725308c22fbc97563 | /cardreader.provider.bluetooth.feitian/doc/plantuml/BFEICRP/FeitianBluetoothReceiver.plantuml | eb4e9e2848adaae64e98ff2067c583a594bd9e17 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Bluetooth-Feitian-Android | 4a8bb848ef0894c7da3516a82150a8cef6079fd8 | 5acf358dd6a5819c20b85d5b778d1aa487f7b3d7 | refs/heads/master | 2022-01-12T05:42:43.524841 | 2022-01-07T07:24:26 | 2022-01-07T07:24:26 | 214,090,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 317 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.bluetooth.feitian.control {
class FeitianBluetoothReceiver {
{static} - LOG : Logger
+ onReceive()
- onDeviceDetached()
- onDeviceAttached()
}
}
FeitianBluetoothReceiver -up-|> BroadcastReceiver
@enduml | false | true | false | false | class |
5740b8428ff54bd285b3fa9143b816ed2aa4a274 | 407c65079dda49dd9533f2606ccfb34aab3dd4e0 | /src/use-cases/UC006/uc6-customer-center.puml | b864399d18ac14845da9afe9fa2855f08852b01a | [] | no_license | adepeufeilhoux/api-call-flow-test | 2e8c7d52ce324129100fd5211534125a2edb923f | 28f688b81f6f97f4344e1bc7dfebbd3cbca3a7ab | refs/heads/master | 2023-03-07T11:43:41.382381 | 2021-02-24T10:17:39 | 2021-02-24T10:17:39 | 341,839,629 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,488 | puml | @startuml legal tutor sees products of protected adult
skinparam ParticipantFontColor automatic
autonumber
actor Tutor
participant CustomerCenter #Purple
participant PartyManagement #Red
participant CustomerManagement #Black
participant ProductInventoryManagement #Black
participant IdentityAccessManagement #Gray
Tutor -> CustomerCenter : launch customer center
activate CustomerCenter
CustomerCenter -> PartyManagement ++: GET /partTyrole?engagedParty.id={TUTOR}&partyRoleSpec.name=Tutor
note right : need extension of PartyRole with a reference to a PartyRoleSpecification
return List of PartyRole (of type Tutor)
loop over all PartyRole
CustomerCenter -> CustomerManagement ++: GET /customer?engagedParty.id={PartyRole.relatedParty.id}
return Customer object
CustomerCenter -> ProductInventoryManagement : id_token=(Userinfo) \nGET /product?relatedParty.role="Customer"&relatedParty.id={Customer.id}
activate ProductInventoryManagement
ProductInventoryManagement -> IdentityAccessManagement ++: GET /permission?user.id={Userinfo.id}&assetUserRole.userRole.id=ProductManager
return List of AssetUserRole
note right
the PIM has only the information it gets out of the id_token
according to the model that should be a Party.id or PartyRole.id
end note
note left
PIM checks that the TUTOR has the Entitlements to see
the Product of the protected adult (Custommer.id)
end note
return List of Product
end
return List of Product
@enduml
| false | true | false | false | usecase |
71a4ef503585d90a64a0b146c42bea81953ea5bd | fa022c454d5da5e9d323772fa53d351b81c7fecb | /src/uml/AbstractFactory.puml | c7c3719fff1af094780474866239282ed42a00f9 | [] | no_license | wenjy/design_patten_php | f8c6d187939d8cd21305284599bdbaa4127234c9 | 7cee39063b90e3f886ca35ce776363dd89fd5ad4 | refs/heads/master | 2021-07-09T09:03:18.660118 | 2020-07-12T13:42:09 | 2020-07-12T13:42:09 | 157,344,700 | 9 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 500 | puml | @startuml
interface AbstractFactory
interface AbstractProductA
interface AbstractProductB
AbstractFactory <|-- ConcreteFactory1
AbstractFactory <|-- ConcreteFactory2
AbstractProductA <|-- ProductA1
AbstractProductA <|-- ProductA2
AbstractProductB <|-- ProductB1
AbstractProductB <|-- ProductB2
ProductA1 <.. ConcreteFactory1
ProductB1 <.. ConcreteFactory1
ProductA2 <.. ConcreteFactory2
ProductB2 <.. ConcreteFactory2
interface AbstractFactory {
+createProductA()
+createProductB()
}
@enduml
| false | true | false | false | class |
30be665eea509e03d86e2e6053f95ca3b4b7e1c7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartDiscountChangeStackingModeAction.puml | 34903ff6ef12a4eaad2c0c58b2b395f23b543963 | [] | 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 | 514 | 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 CartDiscountChangeStackingModeAction [[CartDiscountChangeStackingModeAction.svg]] extends CartDiscountUpdateAction {
action: String
stackingMode: [[StackingMode.svg StackingMode]]
}
interface CartDiscountUpdateAction [[CartDiscountUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
43ffac574394e1817e33fb0af101f9bf7a238974 | 842ee4cf8171eba46be7fab064b2af0535897504 | /src/pers/mtx/principle/Liskov/imporve/uml.puml | c8e90f71ba23423e19c59ba144829282cea5bea0 | [] | no_license | mgtoxd/DesignPattern | ad17f7a8fb130c1b378bbda66e2353b0c4964881 | 5d7f53ec2d9b862ec5628d4335bc451f0ef671bf | refs/heads/master | 2020-12-04T02:10:30.224776 | 2020-01-13T03:30:14 | 2020-01-13T03:30:14 | 231,566,324 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 73 | puml | @startuml
class Base
class A
class B
A<|--Base
B*--A
B<|--Base
@enduml | false | true | false | false | class |
aef63749e32b0170702382e15f7864f445a52e3b | 663d2d490215f9bf3a229ed3d6741daf907c8d68 | /M5/AEA.3.2.3. Iniciació Diagrames de seqüència/PlantUML/Casa.puml | 3369f2a6a8a240927f76179742e930fb8a9e22c2 | [] | no_license | saracaparros/DAW | fe17db5b3438e6f47372a4d57d05da7327591824 | e9946bed056ad58b37556614512cefb09a699219 | refs/heads/master | 2020-04-20T06:54:31.056456 | 2019-03-08T15:27:52 | 2019-03-08T15:27:52 | 168,697,147 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
title "Casa"
participant casa as c
participant habitacio as h
participant finestra as f
participant porta as p
c -> c : new casa
h -> h : new habitacio
p -> p : new porta
h -> p : set porta
f -> f : new finestra
h -> f : set finestra
c -> h : afegirHabitacio
c -> c : getNumHabitacions
note right : "La casa té c.getNumHabitacions() habitacions"
c -> c : mostrarHabitacions
@enduml | false | true | true | false | sequence |
6212e5937f912f3b4f977a46e544c555d669cbf4 | 9e8e943a3e6b3aeb396a0f270f6b38382fac6540 | /state_cognition.plantuml | 72f62403ddd5008286ce2fbb14a66db7bb2b1356 | [
"MIT"
] | permissive | icocheck/techspecs | ccb59d1207420f6bb6be8000bfa40f04261e4558 | a1b38d9e7d088bcd3fa16b5603ba767ddc44360e | refs/heads/master | 2021-07-05T13:05:55.324357 | 2017-10-01T12:21:52 | 2017-10-01T12:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,811 | plantuml | @startuml
state "Data Check & Cognitive Work" as cognition {
state "Lottery for workers" as lottery1
state "Gathering workers\nand validating data" as wait1
state "Cognitive request rejected /\npartially fullfilled" as rejected
state "Cognitive work" as work
lottery1: – All worker nodes participate
lottery1: (including validators, arbiters and governors)
lottery1: – Chances are proportional to the stake
lottery1: weighted on client speed requirements
wait1: – Awaits congirmations
wait1: from all selected workers
wait1: – Timeout leads to penalty
wait1: and worker replacements
rejected: – Client deposit is returned for unprocessed data
rejected: – Client data check fee may be partially withheld
rejected: – Client is notified about the rejection reason
work: – Limited by time
work: – First timeout notifies workers
work: and gives them possibility to
work: prolong the task
work: – Second timeout initiates new
work: lottery to replace delayed
work: workers with a new ones
[*] --> lottery1: triggered\nby the client
lottery1 --> wait1
lottery1 -right-> rejected: not enough\nworkers present
wait1 --> lottery1: some workers\nrejected\nor timed out
wait1 --> rejected: reported invalid\nby N% workers
wait1 --> rejected: timeout\nlimit\nreached
wait1 --> work: data are ok
work --> work: first\ntimeouts
work --> lottery1: second\ntimeout
rejected --> [*]
}
state "Validation" as validation {
state "..." as more1
more1 --> [*]
}
state "Closed Arbitration" as closed {
state "..." as more2
}
state "Public Arbitration" as public {
state "..." as more3
}
work --> validation: all results\nare delivered
more1 --> closed
closed --> public
closed -up-> more1
public -up-> more1
@enduml
| false | true | true | false | sequence |
7860a3191712e7f85465a2834826d43779f940d7 | 05f878a673c8a96f43c08ed837aa204cf226be6c | /ptai-teamcity-plugin/docs/uml/build-step-edit.puml | c52cf7db9e46c73b456edafb7de4e35809224001 | [] | no_license | PositiveTechnologies/ptaiPlugins | 10f3e04d093a06a686c12ae12d6db35829b884b7 | 8ba2c863bf70e99eecb41cfaf819236c113de2c8 | refs/heads/master | 2022-03-16T11:39:18.085547 | 2022-02-09T13:53:15 | 2022-02-09T13:53:15 | 178,220,368 | 3 | 2 | null | 2021-09-03T07:59:44 | 2019-03-28T14:28:27 | Java | UTF-8 | PlantUML | false | false | 1,928 | puml | @startuml
actor User
box "Teamcity" #B0E0F0
participant editRunType.html
participant editRunParams.jsp
end box
box "BS" #F0F0F0
participant EditBuildRunnerForm
participant PasswordFormSaver
participant FormSaver
participant AbstractPasswordForm
end box
box "PTAI" #FFE0E0
participant ptai.js
participant PtaiConnectionSettingsForm
participant AstEditRunTypeControllerExtension
participant AstSettingsPageController
end box
== Load page ==
User -> editRunType.html: GET
create EditBuildRunnerForm
editRunType.html -> EditBuildRunnerForm: new
editRunType.html -> EditBuildRunnerForm: setupEventHandlers
editRunType.html -> editRunParams.jsp: load
create ptai.js
editRunParams.jsp -> ptai.js: getScript
create PtaiConnectionSettingsForm
ptai.js -> PtaiConnectionSettingsForm : new
ptai.js -> PtaiConnectionSettingsForm : setupEventHandlers
== Page interaction ==
User -> editRunType.html: Click on UI control
editRunType.html -> EditBuildRunnerForm: updateState
activate EditBuildRunnerForm
EditBuildRunnerForm -> editRunType.html: POST
activate editRunType.html
editRunType.html -> AstEditRunTypeControllerExtension: updateState
deactivate editRunType.html
deactivate EditBuildRunnerForm
editRunType.html -> PtaiConnectionSettingsForm: updateState
activate PtaiConnectionSettingsForm
PtaiConnectionSettingsForm -> PtaiConnectionSettingsForm: modify
activate PtaiConnectionSettingsForm
PtaiConnectionSettingsForm -> PasswordFormSaver : save
PasswordFormSaver -> FormSaver : save
FormSaver --> AbstractPasswordForm : serializeParameters
note right
AbstractPasswordForm doesn't support passwordProperty but
passwordField only as it relies on getEncryptedPassword call
that passwordProperty is missing. So we need to implement
serializeParameters in AbstractPasswordForm descendant or
implement getEncryptedPassword for passwordProperty
end note
PtaiConnectionSettingsForm -> AstSettingsPageController: POST /ptai/ast.html
@enduml | false | true | false | false | sequence |
669214cf4bbac8d68031c4b7fd7d6c537c9e5c98 | 80905daea20f037ad1e90829c67947b7b95816b0 | /code/10_UML/Graphs/internal.plantUML | 1123fb6140a566c577ec03c2f20cfee43d2ecab1 | [] | no_license | Divino21/CsharpCourse | 7916b7b892fc3858ea3697f39e1fcd802fa2d475 | 473d92cd96346d005979770bdcae020cf4bbf0c4 | refs/heads/master | 2022-11-22T05:43:24.789564 | 2020-07-31T01:47:22 | 2020-07-31T01:47:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 382 | plantuml | @startuml
skinparam classAttributeIconSize 0
hide circle
package RoadTraffic <<Folder>> {
class Vehicle{
- speed: double
~ setSpeed(double speed)
+ getSpeed(): double
}
}
class Junction{
- cars: Traffic::Vehicles[]
+ SimulateJam()
}
class Airplane{
- heigth : double
+ Fly()
}
Junction "1" -- "0:.. "Vehicle : "greift zu auf"
Airplane -|> Vehicle
@enduml
| false | true | false | false | class |
4421692eaa5b1c8235ffb4ed840eb4874d3acb58 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao1/UC2_MD.puml | 18c4516f05fa0603e30d3f2c73ed2ed11ccb9b77 | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 234 | puml | @startuml
hide methods
left to right direction
class AreaAtividade {
-String codigo
-String descBreve
-String descDetalhada
}
class Plataforma {
-String designacao
}
Plataforma "1" -- "*" AreaAtividade : possui >
@enduml
| false | true | false | false | class |
44a082e8b3979b3ad42cc7d652bb56d4de6f2353 | 785e2e4d9925ea717b4ad65d7fdc21b12f7e2555 | /prebid_td_context.plantuml | a57848ff1f9a98521f32cbd0a10f309f39339dce | [] | no_license | brodrigu/prebid-td | f81097eb8f723adef9777d6689bca90b896a3547 | b5cd93e4405437ce601d1e7008f92468701e4c51 | refs/heads/main | 2023-06-24T02:08:33.604515 | 2021-07-15T17:56:06 | 2021-07-15T17:56:06 | 362,864,346 | 0 | 0 | null | 2021-07-15T17:56:06 | 2021-04-29T15:31:53 | null | UTF-8 | PlantUML | false | false | 1,568 | plantuml | @startuml prebid_td_context
title Prebid: contextual selection process
participant User
participant "pub.com" as Pub
participant "prebid.js" as Pbjs
participant "prebid_[SSP_MODULE].js" as PbSspjs
participant SSPs
participant DSPs
participant "gam.js" as Gmjs
participant "GAM/AdX" as Gam
User -> Pub: 1. navigates browser to pub.com
activate Pub
Pub -> Pbjs: 2. load, configure, execute prebid.js
activate Pbjs
Pbjs -> PbSspjs: 3. invoke SSP bid adapter
activate PbSspjs
PbSspjs -> SSPs: 4. contextual ad request
activate SSPs
SSPs -> SSPs: 5. traffic quality controls
SSPs -> DSPs: 6. make contextual bid requests
activate DSPs
SSPs <- DSPs: 7. respond with contextual bids
deactivate DSPs
SSPs -> SSPs: 8. pub ad controls
PbSspjs <- SSPs: 9. ad w/price
deactivate SSPs
Pbjs <- PbSspjs: 10. ad w/price
deactivate PbSspjs
Pbjs -> Pbjs: 11. select appropriate contextual ad
Pbjs -> Gmjs: 12. configure k/v pair for selected contextual ad
activate Gmjs
Pub <- Pbjs: 13. wait for ad slot to load
deactivate Pbjs
note over Pub, Gmjs
At this point control over the contextual ad loading process is transferred from Prebid.js to GAM
end note
Pub -> Gmjs: 14. load slot
Gmjs -> Gam: 15. contextual ad request
activate Gam
Gmjs <- Gam: 16. respond with winning contextual ad, which may be prebid.js line item
deactivate Gam
note over Pub, Gmjs
All contextual bids are now in the page. Any IG bids are resident in browser. Now the final selection process must take place.
end note
Pub <- Gmjs: 17. contextual ad/bid available
deactivate Gmjs
deactivate Pub
@enduml | false | true | true | false | sequence |
080d173ce07233e02128345bfba6fedc327e7422 | 597c60c24f718f3b686df060843b83e3370abc56 | /assets/domain_brickset.puml | babc4acd81ac5333d705f91880e7816a927393eb | [] | no_license | hubnedav/bakalarka | 538ab694f8e5da92221d6ac93e849f907ae52d1d | a0f3fe50adf45b242dad845b6e0e9ab14b7d8f83 | refs/heads/master | 2020-07-02T22:22:59.476872 | 2017-06-29T23:05:05 | 2017-06-29T23:12:34 | 74,275,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 854 | puml | @startuml
skinparam monochrome true
package Brickset {
object Set {
id
number
numberVariant
name
year
theme
themeGroup
subtheme
pieces
minifigs
image
imageFilename
thumbnailURL
largeThumbnailURL
imageURL
bricksetURL
released
rating
description
}
object Review {
author
datePosted
overallRating
parts
playability
valueForMoney
title
review
HTML
}
object Instruction {
url
description
}
object AdditionalImage {
url
thumbnailUrl
largeThumbnailURL
}
Set "1" -- "*" Instruction
Set "1" -- "*" Review
Set "1" -- "*" AdditionalImage
}
@enduml
| false | true | false | false | object |
d86be0f9b4de3b29b06ba2c91489e7082b85f3c7 | b5c2a14e617ed7c41060f08322fe2192736972a4 | /Design Phase/Model.plantuml | ce0430b797884dd44242a7816c70787ac5847731 | [] | no_license | AlpTorac/PSE-Report | 621f8f2ec69f215764d9ad5f23e9ee3ebd381c38 | 55a3dedcdda36639cacd5386b224fd094961f165 | refs/heads/main | 2023-04-03T10:29:33.111467 | 2021-04-06T15:43:51 | 2021-04-06T15:43:51 | 315,664,095 | 0 | 1 | null | 2021-01-07T11:02:59 | 2020-11-24T14:53:15 | TeX | UTF-8 | PlantUML | false | false | 22,438 | plantuml | @startuml Model
skinparam linetype ortho
!startsub DIAGRAM
skinparam {
Linetype ortho
BackgroundColor #bababa
Shadowing false
Nodesep 60
Ranksep 50
}
skinparam Arrow {
Color #2e2e2e
Thickness 1.5
}
skinparam CircledCharacter {
Radius 8
FontSize 10
}
skinparam class {
BackgroundColor #d1d1d1
BorderColor #2e2e2e
BorderThickness 1.5
HeaderBackgroundColor #a6a6a6
}
skinparam package {
BackgroundColor #bcbfd6
BorderThickness 1.8
}
skinparam Note {
BackgroundColor #297547
BorderColor #171a17
FontColor #e8e8e8
}
/' package panelData{
enum ElementType {
LIBRARY
CELL
INPIN
OUTPIN
}
enum AttributeType{
OUTPOWER
INPOWER
DEFLEAKAGE
LEAKAGE
TIMING
AREA
CAPACITANCE
}
abstract class Panel{
ElementType elementType
String panelName
}
class TextEditor extends Panel{
- Element element
- String Content
- String greyedBeforeContent
- String greyedAfterContent
__
+ search(String) : int
+ switchToElementView()
+ updateData()
}
interface GraphicImp{
AttributeType attribute
PowerGroup powgroup
TimingGroup timgroup
TimingType timtype
TimingSense timsense
Mode mode
__
{abstract} getData()
}
interface CompareView{
__
{abstract} void selectElement(Element)
{abstract} void deselectElement(Element)
}
class CompareLibraryView extends Panel implements GraphicImp, CompareView{
Element[] openedLibraries
Library[] selectedLibraries
__
+ void getData()
+ void selectElement(Element)
+ void deselectElement(Element)
}
class CompareCellPinView extends Panel implements GraphicImp, CompareView{
Cell[] openedCells
Element[] selectedElements
__
+ void getData()
+ void selectElement(Element)
+ void deselectElement(Element)
}
class ElementView extends Panel implements GraphicImp{
Element element
__
+ void switchToTextEditor()
+ getData()
}
}'/
package elements{
class Stat {
-float min
-float max
-float avg
-float median
__
+ Stat(float,float,float,float)
+ getMin() : float
+ getMax() : float
+ getAvg() : float
+ getMed() : float
+ void setMin(float)
+ void setMax(float)
+ void setAvg(float)
+ void setMed(float)
}
package attributes {
abstract class Attribute{
# Stat stats
__
+ Attribute()
# void calculate()
+ void scale(float)
+ getStats(): Stats
}
abstract class InAttribute extends Attribute{
# float[] index1
# float[] values
# InputPin parentInPin
__
+ InAttribute()
# void calculate()
+ void scale(float)
+ getParentInPin() : InputPin
+ void setParentInPin(InputPin)
+ getIndex1() : float[]
+ getValues() : float[]
+ void setIndex1(float[])
+ void setValues(float[])
}
abstract class OutAttribute extends Attribute{
# float[] index1
# float[] index2
# float[][] values
# OutputPin parentOutPin
# InputPin relatedPin
__
+ OutAttribute()
# void calculate()
+ void scale(float)
+ getParentOutPin() : OutputPin
+ void setParentOutPin(OutputPin)
+ getIndex1() : float[]
+ getIndex2() : float[]
+ getValues() : float[][]
+ getRelatedPin() : InputPin
+ void setIndex1(float[])
+ void setIndex2(float[])
+ void setValues(float[][])
+ void setRelatedPin(InputPin)
+ Attribute createComparedAttribute(Attribute)
}
enum TimingSense {
POSITIVE
NEGATIVE
NON
}
enum TimingType {
COMBINATIONAL
COMBRISE
COMBFALL
TSDISABLE
TSENABLE
TSDISABLERISE
TSDISABLEFALL
TSENABLERISE
TSENABLEFALL
}
enum TimingGroup {
CELLRISE
CELLFALL
FALLTRANSITION
RISETRANSITION
}
enum PowerGroup {
RISEPOWER
FALLPOWER
POWER
}
class Timing extends OutAttribute {
-TimingSense timsense
-TimingType timtype
-TimingGroup timgroup
__
+ Timing(TimingSense, TimingType,
TimingGroup, InputPin, float[][])
}
class InputPower extends InAttribute {
-PowerGroup powgroup
__
+ InputPower(PowerGroup, float[])
}
class OutputPower extends OutAttribute {
-PowerGroup powgroup
__
+ OutputPower(PowerGroup, float[][])
}
class Leakage extends Attribute {
- float[] values
- Cell parentCell
__
+ Leakage(float[])
+ getParentCell() : Cell
+ void setParentCell(Cell)
+ getValues() : float[]
+ setValues(float[])
}
}
abstract class Element{
# boolean filtered
# boolean searched
# String name
__
+ Element()
+ getFiltered() : boolean
+ void setFiltered(boolean)
+ getSearched() : boolean
+ void setSearched(boolean)
+ {abstract} void calculate()
+ getName() : String
+ void setName(String)
+ compareTo(Element) : int
}
abstract class HigherElement extends Element{
# ArrayList<TimingSense> availableTimSen
# ArrayList<TimingGroup> availableTimGr
# ArrayList<TimingType> availableTimType
# ArrayList<PowerGroup> availableOutputPower
# ArrayList<PowerGroup> availableInputPower
# Map<Sense, Map<Group, Map<Type, Stat>>> timingStat
# Map<Group, Stat> inPowerStat
# Map<Group, Stat> outPowerStat
# boolean hasShownElements
# Stat leakage
__
+ HigherElement()
+ getAvailableOutputPower() : ArrayList<PowerGroup>
+ void setAvailableOutputPower(ArrayList<PowerGroup>)
+ getAvailableInputPower() : ArrayList<PowerGroup>
+ void setAvailableInputPower(ArrayList<PowerGroup>)
+ getAvailableTimSen(): ArrayList<TimingSense>
+ void setAvailableTimSen(ArrayList<TimingSense>)
+ getAvailableTimGr(): ArrayList<TimingGroup>
+ void setAvailableTimGr(ArrayList<TimingGroup>)
+ getAvailableTimType(): ArrayList<TimingType>
+ void setAvailableTimType(ArrayList<TimingType>)
+ getTimingStat() : Map<Sense, Map<Group, Map<Type, Stat>>>
+ getInpowerStat() : Map<Group, Stat>
+ getOutPowerStat() : Map<Group, Stat>
+ getHasShownElements() : boolean
+ void setHasShownElements(boolean)
+ void calculateHasShownElements()
}
class Library extends HigherElement{
- float[] index1
- float[] index2
- String path
- String[] fileData
- ArrayList<Cell> cells
- Stat defaultLeakage
__
+ Library(String, float[], float[], String, ArrayList<Cell>)
+ getCells() : ArrayList<Cell>
+ void setCells(ArrayList<Cell>)
+ void calculate()
+ void calculateLeakage()
+ void calculateInPow()
+ void calculateOutPow()
+ void calculateTiming()
+ void calculateDefaultLeakage()
+ getPath() : String
+ void setPath(String)
+ getFileData() : String[]
+ setFileData(String[])
+ getIndex1() : float[]
+ void setIndex1(float[])
+ getIndex2() : float[]
+ void setIndex2(float[])
+ getDefaultLeakage(): Stat
+ {static} void saveLibrary()
+ {static} void saveLibraryAs()
+ {static} void saveAsCSV()
}
class Cell extends HigherElement{
- float[] index1
- float[] index2
- Library parentLibrary
- ArrayList<InputPin> inPins
- ArrayList<OutputPin> outPins
- Leakage[] leakages
- float defaultLeakage
__
+ Cell(String, float[], float[], Library, ArrayList<InputPin>, \n ArrayList<OutputPin>, Leakage[], float)
+ getIndex1() : float[]
+ void setIndex1(float[])
+ getIndex2() : float[]
+ void setIndex2(float[])
+ getInPins() : ArrayList<InputPin>
+ void setInPins(ArrayList<InputPin>)
+ getOutPins() : ArrayList<OutputPin>
+ void setOutPins(ArrayList<OutputPin>)
+ getParent() : Library
+ void setParent(Library)
+ getLeakage() : Leakage[]
+ void setLeakage(Leakage[])
+ getDefaultLeakage() : float
+ void setDefaultLeakage(float)
+ void calculate()
+ void calculateLeakage()
+ void calculateInPow()
+ void calculateOutPow()
+ void calculateTiming()
+ interpolate(float[], float[])
+ {static} void saveAsCSV()
}
abstract class Pin extends Element{
# Cell parentCell
# float capacitance
# ArrayList<PowerGroup> availablePower
__
+ Pin()
+ getParent() : Cell
+ void setParent(Cell)
+ getCapacitance() : float
+ setCapacitance(float)
+ getAvailablePower() : ArrayList<PowerGroup>
+ setAvailablePower() : ArrayList<PowerGroup>
}
class InputPin{
- ArrayList<InputPower> inputPowers
__
+ InputPin(String, Cell, ArrayList<InputPower>)
+ void calculate()
+ void calculatePower()
+ getInputPowers(): ArrayList<InputPower>
+ void setInputPowers(ArrayList<InputPower>)
+ interpolate(float[])
+ {static} void saveAsCSV()
}
class OutputPin{
- ArrayList<TimingSense> availableTimSen
- ArrayList<TimingGroup> availableTimGr
- ArrayList<TimingType> availableTimType
- ArrayList<OutputPower> outputPowers
- ArrayList<Timing> timings
- String outputFunction
__
+ OutputPin(String, Cell, ArrayList<OutputPower>, ArrayList<Timing>)
+ getTimings(): ArrayList<Timing>
+ void setTimings(ArrayList<Timing>)
+ getOutputPowers(): ArrayList<OutputPower>
+ void setOutputPowers(ArrayList<OutputPower>)
+ getAvailableTimSen(): ArrayList<TimingSense>
+ setAvailableTimSen(ArrayList<TimingSense>)
+ getAvailableTimGr(): ArrayList<TimingGroup>
+ setAvailableTimGr(ArrayList<TimingGroup>)
+ getAvailableTimType(): ArrayList<TimingType>
+ setAvailableTimType(ArrayList<TimingType>)
+ getOutputFunction(): String
+ void setOutputFunction(String)
+ void calculate()
+ void calculatePower()
+ void calculateTiming()
+ interpolate(float[], float[])
+ {static} void saveAsCSV()
}
}
package exceptions{
class InvalidComparisonException
class InvalidFileFormatException
class ExceedingFileSizeException
class TooManySelectedException
class TooManyPanelsOpenedException
class InvalidArgumentException
class InvalidNameException
}
package commands{
interface Command{
__
# void execute()
# void undo()
}
class CommandHistory{
- Command[] commands
- Command[] undoneCommands
- int undoCount
__
+ CommandHistory()
+ void setUndoCount(int)
- void resetUndoneCommands()
+ void addCommand(Command)
+ void removeLatestCommand()
+ void resetCommands()
+ getLatestCommand() : Command
}
class CreateLibraryCommand implements Command{
- Library createdLibrary
__
+ CreateLibrary(String, String)
+ void execute()
+ void undo()
}
class ScaleCommand implements Command{
- Attribute attribute
- float scale
__
+ ScaleCommand(Attribute, float)
+ void execute()
+ void undo()
}
class RemoveFilterCommand implements Command{
- Filter removedFilter
__
+ RemoveFilterCommand(Filter)
+ execute()
+ undo()
}
class AddFilterCommand implements Command{
- Filter addedFilter
__
+ AddFilterCommand(Filter)
+ execute()
+ undo()
}
class TextEditCommand implements Command{
- String oldContent
- String newContent
- Element element
__
+ TextEditCommand (String, String, Element)
+ void execute()
+ void undo()
}
class UndoCommand implements Command{
__
+ UndoCommand()
+ void execute()
+ coid undo()
}
class MergeCommand implements Command{
- ArrayList<Library> mergedLibraries
- Library productLibrary
__
+ MergeCommand(String, ArrayList<Library>)
+ void execute()
+ void undo ()
}
class DeleteCommand implements Command{
- ArrayList<Cell> deletedCells
__
+ DeleteCommand(ArrayList<Cell>)
+ void execute()
+ void undo()
}
class RemoveCommand implements Command{
- ArrayList<Library> removedLibraries
__
+ RemoveCommand(ArrayList<Library>)
+ void execute()
+ void undo()
}
class PasteCommand implements Command{
- ArrayList<Cell> pastedCells
- ArrayList<Cell> deletedCells
- HashMap<Cell, String> renamedCellsOldName
- Library destinationLibrary
__
+ PasteCommand(Library)
+ PasteCommand(Library, ArrayList<Cell>)
+ void execute()
+ void undo()
}
class MoveCommand implements Command{
- HashMap<Cell, Library> initialPositions
- ArrayList<Cell> deletedCells
- HashMap<Cell, String> renamedCellsOldNames
- Library destinationLibrary
__
+ MoveCommand(ArrayList<Element>, Library)
+ void execute()
+ void undo()
}
class RenameCommand implements Command{
- String oldName
- String newName
__
+ RenameCommand(Element, String)
+ void execute()
+ void undo()
}
class OpenFileCommand implements Command {
- Library openedLibrary
__
+ OpenFileCommand()
+ void execute()
+ void undo()
}
class NameConflictResolver{
- HashMap<Cell, String> renamedCells
- ArrayList<Cell> deletedCells
- ArrayList<Cell> cells
__
+ NameConflictResolver(ArrayList<Cell>)
}
class ConflictData{
- String name
- ResolutionMethod resolutionMethod
__
+ ConflictData(ResolutionMethod, name)
+ getName() : String
+ getResolutionMethod() : ResolutionMethod
}
enum ResolutionMethod{
KEEPLEFT
KEEPRIGHT
RENAMELEFT
RENAMERIGHT
CANCEL
}
ConflictData -- ResolutionMethod
MoveCommand --> NameConflictResolver
PasteCommand --> NameConflictResolver
MergeCommand --> NameConflictResolver
OpenFileCommand -- RemoveCommand
/'class SelectStatCommand implements Command{
__
+ SelectStatCommand(String)
+ void execute()
+ void undo()
}
class SelectDropdownCommand implements Command {
+ SelectDropdownCommand(String)
+ void execute()
+ void undo()
}
class SelectCompareCommand implements Command {
+ SelectCompareCommand(Element)
+ void execute()
+ void undo()
}
'/
}
package parsers {
class LibertyParser {
- {static} final JsonParser PARSER
__
+ LibertyParser()
+ {static} void parseLibrary(String)
+ {static} void parseCell(String)
+ {static} void parsePin(String)
}
}
package compilers {
class CSVCompiler{
__
+ CSVCompiler()
+ {Static} compile(Pin): String
+ {Static} compile(Cell): String
+ {Static} compile(Library): String
}
class LibertyCompiler{
+ LibertyCompiler()
+ {Static} compile(Pin): String
+ {Static} compile(Cell): String
+ {Static} compile(Library): String
}
}
package project {
class Model {
- {static} Model instance = new Model()
- Project currentProject
- Settings currentSettings
- Shortcuts currentShortcuts
__
- Model()
+ {static} Model getInstance()
+ Project getCurrentProject()
+ void loadProject()
+ void saveProject()
+ Settings getCurrentSettings()
+ void saveSettings()
+ void resetSettings()
+ Shortcuts getCurrentShortcuts()
+ void saveShortcuts()
+ void resetShorcuts()
+ notify()
}
interface Updatable {
__
+ void update()
}
class Project {
- ArrayList<Library> libraries
- HashSet<Element> copiedElements
- HashSet<Element> openedInTextElements
- ArrayList<Filter> filters
- ArrayList<Updatable> updatable
__
+ Project()
+ notify()
+ getLibraries() : ArrayList<Library>
+ getCopiedElements(): HashSet<Element>
+ getOpenedInTextElements(): HashSet<Element>
+ getFilters(): ArrayList<Filter>
+ void setLibraries(ArrayList<Library>)
+ void setOpenedInTextElements(HashSet<Element>)
+ void setCopiedElements(HashSet<Element>)
+ void setFilters(ArrayList<Filter>)
+ void removeUpdatable(Updatable updatable)
+ void addUpdatable(Updatable updatable)
+ void saveDefaultFilters()
+ void loadDefaultFilters()
}
class FileManager{
__
+ {static} openFile(): File
+ {static} openFile(String): File
+ {static} void saveFile(String, String[], String)
+ {static} void saveFile(String, String, String, String)
}
class Interpolator{
__
+ Interpolator()
+ {static} float[] interpolate(float[], float[], float[])
+ {static} float[][] bicubicInterpolate(float[], float[], float[][], float[], float[])
}
enum LanguageEnum{
ENGLISH
DEUTSCH
TURK
SHQIP
FRANCAIS
}
enum ColorThemeEnum{
Theme1
Theme2
Theme3
ANDSOON
}
class Settings{
- Language currentLanguage
- ColorTheme colorTheme
- String fontType
- int fontSize
- int barCount
- int undoCount
- boolean editorOpenedFirst
__
+ Settings()
+ void setLanguage(LanguageEnum)
+ void setColorTheme(ColorThemeEnum)
+ void setFontType(String)
+ void setFontSize(int)
+ void setBarCount(int)
+ void setUndoCount(int)
+ void setEditorOpenedFirst(boolean)
+ getLanguage() : LanguageEnum
+ getColorTheme() : ColorThemeEnum
+ getFontType() : String
+ getFontSize() : int
+ getBarCount() : int
+ getUndoCount() : int
+ getEditorOpenedFirst(): boolean
- void notify()
}
LanguageEnum -- Settings
ColorThemeEnum -- Settings
class ColorTheme{
- HashMap<ColorEnum, int> colors
__
+ ColorTheme()
+ getColor(ColorEnum): int[]
}
enum ColorEnum{
System_BG
System_Shade
Hover_Highlight
Text_Default
Liberty_Window_BG
Section
SubSection
Input_Field_BG
Interactable_BG
Scroll_Bar_Handle
Text_Active
Text_Selected
}
ColorEnum -- ColorTheme
class Language{
- HashMap<TextComponent, String> map
__
+ getTextComponent(TextComponent): String
}
enum TextComponent{
PROGRAM_DESCRIPTION
LIBRARY
CELL
PIN
INDEX
FILE
EDIT
INFO
EDITOR
VIEWER
...
ABOUT_TEXT
}
Settings *-- ColorTheme
Settings *-- Language
class Shortcuts{
- HashMap<char, Event> actions
__
+ void setKey(char, Event)
+ void removeKey(char)
+ ArrayList<char> getKeys()
+ Event getAction(char)
}
enum Operation{
LESS
EQUAL
BIGGER
}
enum Mode{
MAX
MIN
AVG
MED
}
class Filter{
- Attribute attribute
- Mode mode
- float value
- Operation operation
- boolean status
__
+ Filter(Attribute, Mode,
float, Operation)
+ void filter()
+ setStatus(boolean)
+ getStatus(): boolean
}
}
Project --> CSVCompiler
Model --> Settings
Model --> Shortcuts
Model --> FileManager
Filter --> FileManager
MergeCommand ..> Library
Project --* Model
TextEditCommand --> LibertyParser
LibertyParser ..> Library
LibertyParser ..> Cell
LibertyParser ..> Pin
/'SelectDropdownCommand --> Attribute
SelectStatCommand --> Attribute '/
OpenFileCommand --> FileManager
OpenFileCommand --> LibertyParser
UndoCommand --> CommandHistory
Filter <-- AddFilterCommand
Filter <-- RemoveFilterCommand
Pin <|-- InputPin
Pin <|-- OutputPin
Operation -- Filter
Mode -- Filter
TimingSense -- Timing
TimingType -- Timing
TimingGroup -- Timing
PowerGroup -- OutputPower
PowerGroup -- InputPower
Library *-- Cell
Cell *-- Pin
Project --> LibertyCompiler
LibertyParser ..> Attribute
Project *-- Updatable
!endsub
/' project -[hidden]> compiler
compiler -[hidden]-> parser
parser -[hidden]> element
project-[hidden]> commands '/
OutputPower -[hidden]> InputPower
InputPower -[hidden]-> PowerGroup
Timing -[hidden]-> TimingType
Timing -[hidden]-> TimingSense
Timing -[hidden]-> TimingGroup
elements -[hidden]> exceptions
InvalidComparisonException -[hidden]-> InvalidFileFormatException
InvalidFileFormatException -[hidden]-> ExceedingFileSizeException
@enduml
| false | true | false | false | class |
c3b96a3c7e2118bab9f45aa45266a18023f86408 | be5064571912720d754c51c68b0bbe9d2ba0af8e | /use-cases/Aaron - Use cases.puml | 3ad391d092727dcd752d3353cc2d0307c2885301 | [
"Apache-2.0"
] | permissive | NapierSpartans/sem-group-project | c85801bf070f897448690867b356d22287f2e189 | 44779a3dc656ea5360b4aaa5894d9a722e475fd1 | refs/heads/master | 2022-06-21T12:56:33.536298 | 2020-02-18T16:03:02 | 2020-02-18T16:03:02 | 238,193,835 | 1 | 0 | Apache-2.0 | 2022-06-21T02:44:29 | 2020-02-04T11:50:42 | TSQL | UTF-8 | PlantUML | false | false | 3,391 | puml | @startuml
/'Aaron Morrison - my 8 use cases here..'/
/'#1'/
/'As a Staff Member, I want to view all the countries in the world
organised by largest population to smallest.'/
actor staff1 as "Staff Member"
rectangle Database1
rectangle "World Database UC1" {
usecase UC1 as "Get countries
by population"
usecase UC1a as "Print countries"
staff1 - UC1
UC1 ..> UC1a : include
UC1 - Database1
}
/'#2'/
/'As a Staff Member, I want to view all the countries in a continent
organised by largest population to smallest.'/
actor staff2 as "Staff Member"
rectangle Database2
rectangle "World Database UC2" {
usecase UC2 as "Get countries in continent
by population"
usecase UC2a as "Print countries"
staff2 - UC2
UC2 ..> UC2a : include
UC2 - Database2
}
/'#3'/
/'As a Staff Member, I want to view all the countries in a region
organised by largest population to smallest.'/
actor staff3 as "Staff Member"
rectangle Database3
rectangle "World Database UC3" {
usecase UC3 as "Get countries in region
by population"
usecase UC3a as "Print countries"
staff3 - UC3
UC3 ..> UC3a : include
UC3 - Database3
}
/'#4'/
/'As a Staff Member, I want to view the t op N populated countries
in the world where N is provided by the user.'/
actor staff4 as "Staff Member"
rectangle Database4
rectangle "World Database UC4" {
usecase UC4 as "Get countries
by population"
usecase UC4a as "Print countries"
usecase UC4b as "Get user input
for country amount"
staff4 - UC4
UC4 ..> UC4a : include
UC4b ..> UC4 : include
UC4 - Database4
}
/'#5'/
/'As a Staff Member, I want to view the t op N populated countries
in a continent where N is provided by the user.'/
actor staff5 as "Staff Member"
rectangle Database5
rectangle "World Database UC5" {
usecase UC5 as "Get countries in continent
by population"
usecase UC5a as "Print countries"
usecase UC5b as "Get user input
for country amount"
staff5 - UC5
UC5 ..> UC5a : include
UC5b ..> UC5 : include
UC5 - Database5
}
/'#6'/
/'As a Staff Member, I want to view the t op N populated countries
in a region where N is provided by the user.'/
actor staff6 as "Staff Member"
rectangle Database6
rectangle "World Database UC6" {
usecase UC6 as "Get countries in region
by population"
usecase UC6a as "Print countries"
usecase UC6b as "Get user input
for country amount"
staff6 - UC6
UC6 ..> UC6a : include
UC6b ..> UC6 : include
UC6 - Database6
}
/'#7'/
/'As a Staff Member, I want to view all the cities in the world
organised by largest population to smallest.'/
actor staff7 as "Staff Member"
rectangle Database7
rectangle "World Database UC7" {
usecase UC7 as "Get cities
by population"
usecase UC7a as "Print cities"
staff7 - UC7
UC7 ..> UC7a : include
UC7 - Database7
}
/'#8'/
/'As a Staff Member, I want to all view the cities in a continent
organised by largest population to smallest.'/
actor staff8 as "Staff Member"
rectangle Database8
rectangle "World Database UC8" {
usecase UC8 as "Get cities in continent
by population"
usecase UC8a as "Print cities"
staff8 - UC8
UC8 ..> UC8a : include
UC8 - Database8
}
left to right direction /'used to orient the view vertically'/
@enduml
| false | true | false | false | usecase |
502a30c129f53ed722292639b027c3b2adf21a5f | 2224a126b01b992d959a6bd54f2d1011a5ba4d70 | /src/Docs/Sprint3/GetEnergyConsumptionDeviceInterval.puml | 9a2c2fb723c7f2d4fe9fa19dfc6ef315769c406e | [] | no_license | 1181687/hateoasToy | f7d5f6aeffe15f30adea325f40670f0e0b15cc35 | 0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375 | refs/heads/master | 2020-05-24T10:01:58.451415 | 2019-05-15T11:02:39 | 2019-05-15T11:02:39 | 187,203,481 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,612 | puml | @startuml
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor Black
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor LightGrey
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor DeepSkyBlue
ActorFontStyle Bold
ActorFontSize 17
ActorFontName Aapex
}
actor PowerUser
PowerUser -> ": UI": 1 - GetEnergyConsumptionOfDevice
activate ": UI"
activate ": Controller"
": UI" -> ": Controller": 1.1 - getAllDevicesToString()
": Controller" -> ": House": 1.1.1 - getAllDevicesToString()
activate ": House"
": Controller" <-- ": House": 1.1.2 - listOfDevices
deactivate ": House"
": UI" <-- ": Controller": 1.2 - listOfDevices
PowerUser <-- ": UI": 1.3 - listOfDevices
PowerUser -> ": UI": 2 - Insert Device Position
": UI" -> ": Controller": 2.1 - setDevice(position)
": Controller" -> ": House": 2.2 - getDeviceByPosition (position)
activate ": House"
": Controller" <-- ": House": 2.3 - chosenDevice
deactivate ": House"
PowerUser <- ": UI": 3 - Ask for Start Date and End Date
PowerUser -> ": UI": 3.1 - Insert Start Date
PowerUser -> ": UI": 3.2 - Insert End Date
": UI" -> ": Controller": 3.2.1 - getEnergyConsumption(startDate, endDate)
": Controller" -> ": Device": 3.2.1.1 - getEnergyConsumption(startDate, endDate)
activate ": Device"
": Controller" <-- ": Device": 3.2.1.2 - energyConsumption
deactivate ": Device"
": UI" <-- ": Controller": 3.2.2 - energyConsumption
PowerUser <-- ": UI": 3.3 - energyConsumption
deactivate ": Controller"
deactivate ": UI"
@enduml | false | true | false | false | usecase |
dde30bc6c8176208a5f241d801ecbaa8d571f681 | 68b890a79a4b569767396d26d61774d2f5508106 | /uml_diagrams/use_case_diagram/use_case_diagram.puml | 0bb871b80998827ef8bb84e4d23218e6881941c5 | [] | no_license | andrewellio/mission-control- | 9dcf91fbf55c5214fb735390863f4114b730d1d5 | f85751120100ceed1fc540fcb320e74920744b90 | refs/heads/master | 2023-07-07T09:59:35.494759 | 2020-10-18T21:40:45 | 2020-10-18T21:40:45 | 394,787,512 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 682 | puml | @startuml use_case_diagram
skinparam packageStyle rectangle
actor User
rectangle MissionControl {
(runSimulation) as RS
(updateRocket) as UR
(getWeather) as GW
(primeLaunch) as PL
(launch) as L
(getLaunchAngle) as GLA
(setLocation) as SL
(getSimulationResults) as GSR
}
User --> RS
User --> UR
User --> GW
User --> PL
User --> L
User --> GLA
User --> SL
User --> GSR
User --> MS
rectangle Simulation {
(runSimulation) <. RS
(getResults) <. GSR
}
rectangle Rocket {
(Prime) <. PL
(Launch) <. L
(suggestLaunchAngle) <. GLA
(update) <. UR
}
rectangle WeatherService {
(getWeather) <. GW
(setLocation) <. SL
}
rectangle MapService {
(getMap) <. MS
}
@enduml
| false | true | false | false | usecase |
c45834d5829d4113f34fa65d08650cac6fe92386 | 1e992cebb323e6f1bbddd1e23b6214f8806b7834 | /sip/ClientServer/sip_state_client_server_invite_transaction_with_timer.puml | 12d255f954d1d5f28c0cd3ce98cc8247de9f238c | [] | no_license | gongpengjun/code_diagrams | 006c66441ae26331d19a408912af01c84e1bd5f4 | 686a830f47e407ddc58e7f8003331ee4fca5975c | refs/heads/master | 2021-06-26T00:52:25.079556 | 2020-10-27T13:45:34 | 2020-10-27T13:45:34 | 166,416,838 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,988 | puml | @startuml
title SIP INVITE Client and Server Transaction
skinparam monochrome true
autonumber "F00 "
hide footbox
skinparam BoxPadding 40
skinparam headerFontSize 14
'skinparam headerFontColor red
header SIP-0
box "INVITE client transaction"
participant "Calling" as InviteTC_Calling
participant "Proceeding" as ITC_Proceeding
participant "Completed" as ITC_Completed
participant "Terminated" as ITC_Terminated
end box
box "INVITE server transaction"
participant "Proceeding" as ITS_Proceeding
participant "Completed" as ITS_Completed
participant "Confirmed" as ITS_Confirmed
participant "Terminated" as ITS_Terminated
end box
InviteTC_Calling ->x ITS_Proceeding: INVITE
hnote over InviteTC_Calling: Calling
activate InviteTC_Calling
InviteTC_Calling -> InviteTC_Calling: start timer A (INVITE request retransmit)\n0.5s, 1s, 2s...32s
InviteTC_Calling -> InviteTC_Calling: start timer B (INVITE transaction timeout)\n32s
InviteTC_Calling ->x ITS_Proceeding: INVITE (timer A fired)
InviteTC_Calling ->x ITS_Proceeding: INVITE (timer A fired)
InviteTC_Calling -> ITC_Terminated: INVITE timeout (timer B fired)
activate ITC_Terminated
hnote over ITC_Terminated: Terminated
destroy ITC_Terminated
InviteTC_Calling -> ITS_Proceeding: INVITE (timer A fired)
deactivate InviteTC_Calling
activate ITS_Proceeding
hnote over ITS_Proceeding: Proceeding
ITC_Proceeding <- ITS_Proceeding: 100 Trying
activate ITC_Proceeding
hnote over ITC_Proceeding: Proceeding
'note right of ITC_Proceeding: stop timer A
'note right of ITC_Proceeding: stop timer B
ITC_Proceeding -> ITC_Proceeding: restart timer C (call timeout)\n3mins(iOS)/1mins(Android)/5mins(Server)
ITC_Proceeding <- ITS_Proceeding: 180 Ringing
note left of ITC_Proceeding: Ringing
deactivate ITC_Proceeding
'== wait for HUMAN input ==
ITS_Proceeding -> ITS_Terminated: 200 (user accept)
activate ITS_Terminated
ITC_Terminated <- ITS_Terminated: 200 (launch Ack transaction server to transmit 200 and wait ACK)
hnote over ITS_Terminated: Terminated
activate ITC_Terminated
destroy ITS_Terminated
hnote over ITC_Terminated: Terminated
destroy ITC_Terminated
ITS_Proceeding -> ITS_Completed: 300-699 (408 Timeout/486 Busy/487 cancel Terminated/603 Decline)
deactivate ITS_Proceeding
activate ITS_Completed
ITC_Completed x<- ITS_Completed: 300-699
hnote over ITS_Completed: Completed
ITS_Completed -> ITS_Completed: start timer G (INVITE response retransmit)\n0.5s, 1s, 2s...32s
ITS_Completed -> ITS_Completed: start timer H (Wait for ACK receipt)\n32s
ITC_Completed x<- ITS_Completed: 300-699 (timer G fired)
ITS_Completed -> ITS_Terminated: timer H fired (can't recv ACK in 32s)
activate ITS_Terminated
hnote over ITS_Terminated: Terminated
destroy ITS_Terminated
ITC_Completed <- ITS_Completed: 300-699 (timer G fired)
deactivate ITS_Completed
activate ITC_Completed
hnote over ITC_Completed: Completed
'note right of ITC_Completed: stop timer A
'note right of ITC_Completed: stop timer B
ITC_Completed -> ITC_Completed: start timer D (Wait for final response retransmits)\n32s
ITC_Completed -> ITS_Confirmed: ACK (300-699)
hnote over ITS_Confirmed: Confirmed
activate ITS_Confirmed
'note right of ITS_Confirmed: stop timer G
'note right of ITS_Confirmed: stop timer H
ITS_Confirmed -> ITS_Confirmed: start timer I (Wait for ACK retransmits)\n5s(Maximum duration a message in network)
ITS_Confirmed -> ITS_Terminated: timer I fired
activate ITS_Terminated
deactivate ITS_Confirmed
hnote over ITS_Terminated: Terminated
destroy ITS_Terminated
ITC_Completed -> ITC_Terminated: timer D fired
activate ITC_Terminated
deactivate ITC_Completed
hnote over ITC_Terminated: Terminated
destroy ITC_Terminated
skinparam footerFontSize 14
'skinparam footerFontColor red
footer INVITE failure transaction is three way handshake: (INVITE,300-699,ACK) and delivered hop-by-hop by INVITE transaction itself\nINVITE successful transaction is three way handshake: (INVITE,200,ACK) and the 200 and ACK is delivered end-to-end by SIP core layer
@enduml | false | true | false | false | sequence |
69418f2ba0bcd8481d3767e7428059f7b5df084f | 0a31283657cdb7a86cfc867574a587cc3b7809e6 | /Structural/Adapter/uml/Adapter.puml | 7ae5152c4a8a012a29471ba08c0b91c298dc7847 | [] | no_license | rcj654020445/moshi | 96e42eff679036227faf9a60d2f5e92cfd05e616 | 71c329483f8270b09e91332cafdfdc0bb5bb8301 | refs/heads/master | 2021-01-19T02:27:12.290525 | 2017-04-28T10:29:50 | 2017-04-28T10:29:50 | 87,278,626 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 441 | puml | @startuml
interface PaperBookInterface{
+ open();
+ turnPage();
}
class EBookAdapter implements PaperBookInterface{
- $ebook;
+ __construct(EbookInterface $ebook)
+ open()
+ turnPage()
}
interface EbookInterface{
+ pressNext();
+ pressStart();
}
class Book implements PaperBookInterface{
+ open()
+ turnPage()
}
class Kindle implements EbookInterface{
+ pressNext()
+ pressStart()
}
@enduml | false | true | false | false | class |
a7a362cd10962d912d51d5635c088fea76f4453b | 20478b6c19855983adf0781338d1a30e98101a7b | /diagramas/AbstractFactory.iuml | f2318c98391fd0ab2b2f2edbaf2d2c3468f782e5 | [] | no_license | LEON12699/Patrones_diseno | f9391a3071ae76b6c70de0610c70804e9ab0cbdb | cf0e97ba3f7efe6101dc575b8508faedbf3d75b9 | refs/heads/master | 2023-01-02T13:49:08.209731 | 2020-10-26T03:40:25 | 2020-10-26T03:40:25 | 305,895,825 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 840 | iuml | @startuml AbstractFactory structure
skinparam class {
BackgroundColor lightGreen
BorderColor black
}
interface AbstractProductA
class ProductA1
class ProductA2
interface AbstractProductB
class ProductB1
class ProductB2
interface AbstractFactory{
CreateProductA()
CreateProductB()
}
class ConcreteFactory1{
CreateProductA()
CreateProductB()
}
class ConcreteFactory2{
CreateProductA()
CreateProductB()
}
client -left-> AbstractFactory
AbstractFactory <|.up. ConcreteFactory1
AbstractFactory <|.up. ConcreteFactory2
AbstractProductA <|.. ProductA1
AbstractProductA <|.. ProductA2
AbstractProductB <|.. ProductB1
AbstractProductB <|.. ProductB2
ProductA2 <--- ConcreteFactory2 #line:blue
ProductB2 <--- ConcreteFactory2 #line:blue
ProductA1 <--- ConcreteFactory1
ProductB1 <--- ConcreteFactory1
@enduml | false | true | false | false | class |
49b437de9b5e441b545465320d592708f64a1dc9 | 5be108bd1422aa39ab922d0522f9111b18f43ac0 | /app/src/main/java/com/architectica/socialcomponents/model/model.plantuml | 684efb78e2e2362c2f0d7f566a2713f3c4c66424 | [
"Apache-2.0"
] | permissive | AryaAshish/ryft | 851ad5eecf5aa036d264b3b7aa4cf5312bc72b5d | f418206e2f19891b0caea2c65573ba9423af7afb | refs/heads/master | 2021-01-26T06:09:56.560944 | 2020-12-02T08:37:02 | 2020-12-02T08:37:02 | 243,340,976 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,749 | plantuml | @startuml
title __MODEL's Class Diagram__\n
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Article {
- author : String
- description : String
- publishedAt : String
- title : String
- url : String
- urlToImage : String
+ getAuthor()
+ getDescription()
+ getPublishedAt()
+ getSource()
+ getTitle()
+ getUrl()
+ getUrlToImage()
+ setAuthor()
+ setDescription()
+ setPublishedAt()
+ setSource()
+ setTitle()
+ setUrl()
+ setUrlToImage()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Comment {
- authorId : String
- createdDate : long
- id : String
- text : String
+ Comment()
+ Comment()
+ getAuthorId()
+ getCreatedDate()
+ getId()
+ getText()
+ setAuthorId()
+ setCreatedDate()
+ setId()
+ setText()
+ toMap()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Follower {
- createdDate : long
- profileId : String
+ Follower()
+ Follower()
+ getCreatedDate()
+ getProfileId()
+ setCreatedDate()
+ setProfileId()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Following {
- createdDate : long
- profileId : String
+ Following()
+ Following()
+ getCreatedDate()
+ getProfileId()
+ setCreatedDate()
+ setProfileId()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.FollowingPost {
- postId : String
+ FollowingPost()
+ getPostId()
+ setPostId()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
interface com.architectica.socialcomponents.model.LazyLoading {
{abstract} + getItemType()
{abstract} + setItemType()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Like {
- authorId : String
- createdDate : long
- id : String
+ Like()
+ Like()
+ getCreatedDate()
+ getId()
+ setId()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.ProjectMessages {
- from : String
- message : String
- type : String
+ Messages()
+ Messages()
+ Messages()
+ getFrom()
+ getMessage()
+ getType()
+ setFrom()
+ setMessage()
+ setType()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.News {
- article : List<Article>
- status : String
- totalResult : int
+ getArticle()
+ getStatus()
+ getTotalResult()
+ setArticle()
+ setStatus()
+ setTotalResult()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Post {
- authorId : String
- commentsCount : long
- createdDate : long
- description : String
- hasComplain : boolean
- id : String
- imagePath : String
- imageTitle : String
- likesCount : long
- title : String
- watchersCount : long
+ Post()
+ Post()
+ getAuthorId()
+ getCommentsCount()
+ getCreatedDate()
+ getDescription()
+ getId()
+ getImageTitle()
+ getItemType()
+ getLikesCount()
+ getTitle()
+ getWatchersCount()
+ isHasComplain()
+ setAuthorId()
+ setCommentsCount()
+ setCreatedDate()
+ setDescription()
+ setHasComplain()
+ setId()
+ setImageTitle()
+ setItemType()
+ setLikesCount()
+ setTitle()
+ setWatchersCount()
+ toMap()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.PostListResult {
~ isMoreDataAvailable : boolean
~ lastItemCreatedDate : long
~ posts : List<Post>
+ getLastItemCreatedDate()
+ getPosts()
+ isMoreDataAvailable()
+ setLastItemCreatedDate()
+ setMoreDataAvailable()
+ setPosts()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Profile {
- email : String
- id : String
- likesCount : long
- phoneNumber : String
- photoUrl : String
- registrationToken : String
- skill : String
- status : String
- userbio : String
- username : String
- usertype : String
- useruri : String
+ Profile()
+ Profile()
+ Profile()
+ getEmail()
+ getId()
+ getItemType()
+ getLikesCount()
+ getPhoneNumber()
+ getPhotoUrl()
+ getRegistrationToken()
+ getSkill()
+ getStatus()
+ getUserbio()
+ getUsername()
+ getUsertype()
+ getUseruri()
+ setEmail()
+ setId()
+ setItemType()
+ setLikesCount()
+ setPhoneNumber()
+ setPhotoUrl()
+ setRegistrationToken()
+ setSkill()
+ setStatus()
+ setUserbio()
+ setUsername()
+ setUsertype()
+ setUseruri()
}
}
}
namespace com.architectica.socialcomponents {
namespace model {
class com.architectica.socialcomponents.model.Source {
- id : String
- name : String
+ getId()
+ getName()
+ setId()
+ setName()
}
}
}
com.architectica.socialcomponents.model.Article o-- com.architectica.socialcomponents.model.Source : source
com.architectica.socialcomponents.model.Post .up.|> com.architectica.socialcomponents.model.LazyLoading
com.architectica.socialcomponents.model.Post .up.|> java.io.Serializable
com.architectica.socialcomponents.model.Post o-- com.architectica.socialcomponents.enums.ItemType : itemType
com.architectica.socialcomponents.model.Profile .up.|> com.architectica.socialcomponents.model.LazyLoading
com.architectica.socialcomponents.model.Profile .up.|> java.io.Serializable
com.architectica.socialcomponents.model.Profile o-- com.architectica.socialcomponents.enums.ItemType : itemType
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 |
f5c115bdc30fcb467b685851aa259ccffdc634e2 | ba3fddaf69d2485f7cb56b3be90c61752d300137 | /linislove/LinisLoveCharts.puml | 68514cb175f120e7c14a03b6f71470ff71648c6b | [] | no_license | epicharri/linislove | 7124abf81764b032e350051eb99d7401d1aa7670 | 3317da1bcce836afcd41a3242294273396a49d64 | refs/heads/master | 2021-01-21T12:35:46.817715 | 2017-11-06T20:44:30 | 2017-11-06T20:44:30 | 91,797,740 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,707 | puml | @startuml
annotation java.lang.Override
class java.math.BigInteger
class java.time.Duration
class java.time.Instant
class java.util.Arrays
class java.util.HashMap
class java.util.OptionalInt
class java.util.stream.Stream
class javafx.application.Application
class javafx.application.Platform
class javafx.event.ActionEvent
class javafx.event.EventHandler
class javafx.geometry.Insets
class javafx.scene.Scene
class javafx.scene.control.Button
class javafx.scene.control.Label
class javafx.scene.control.TextArea
class javafx.scene.control.TextField
class javafx.scene.control.Tooltip
class javafx.scene.image.Image
class javafx.scene.layout.Background
class javafx.scene.layout.BorderPane
class javafx.scene.layout.HBox
class javafx.scene.layout.Region
class javafx.scene.layout.StackPane
class javafx.scene.text.Text
class javafx.stage.Stage
class linislove.linislove.LinisLove
class linislove.logic.RandomLinearSystem
class linislove.logic.Solution
class linislove.mylittlemath.Check
class linislove.mylittlemath.Count
class linislove.mylittlemath.LinearSystem
class linislove.mylittlemath.LinearSystemSolver
class linislove.mylittlemath.Matrix
class linislove.mylittlemath.Rational
class linislove.mylittlemath.SetOfVectors
class linislove.ui.Gui
class linislove.ui.TextInputController
linislove.linislove.LinisLove ..> java.time.Duration
linislove.linislove.LinisLove ..> java.time.Instant
linislove.linislove.LinisLove ..> javafx.application.Application
linislove.linislove.LinisLove ..> linislove.logic.RandomLinearSystem
linislove.linislove.LinisLove ..> linislove.mylittlemath.Check
linislove.linislove.LinisLove ..> linislove.mylittlemath.Count
linislove.linislove.LinisLove ..> linislove.mylittlemath.LinearSystem
linislove.linislove.LinisLove ..> linislove.mylittlemath.LinearSystemSolver
linislove.linislove.LinisLove ..> linislove.mylittlemath.Matrix
linislove.linislove.LinisLove ..> linislove.mylittlemath.Rational
linislove.linislove.LinisLove ..> linislove.mylittlemath.SetOfVectors
linislove.linislove.LinisLove ..> linislove.ui.Gui
linislove.logic.RandomLinearSystem ..> java.math.BigInteger
linislove.logic.RandomLinearSystem ..> linislove.mylittlemath.LinearSystem
linislove.logic.RandomLinearSystem ..> linislove.mylittlemath.Rational
linislove.logic.Solution ..> linislove.mylittlemath.Count
linislove.logic.Solution ..> linislove.mylittlemath.LinearSystem
linislove.logic.Solution ..> linislove.mylittlemath.LinearSystemSolver
linislove.logic.Solution ..> linislove.mylittlemath.Matrix
linislove.logic.Solution ..> linislove.mylittlemath.Rational
linislove.mylittlemath.Check ..> java.math.BigInteger
linislove.mylittlemath.Count ..> java.math.BigInteger
linislove.mylittlemath.LinearSystem ..> java.lang.Override
linislove.mylittlemath.LinearSystem ..> java.math.BigInteger
linislove.mylittlemath.LinearSystem ..> java.util.HashMap
linislove.mylittlemath.Matrix ..> java.lang.Override
linislove.mylittlemath.Matrix ..> java.util.Arrays
linislove.mylittlemath.Matrix ..> java.util.OptionalInt
linislove.mylittlemath.Matrix ..> java.util.stream.Stream
linislove.mylittlemath.Rational ..> java.lang.Override
linislove.mylittlemath.Rational ..> java.math.BigInteger
linislove.ui.Gui ..> java.lang.Override
linislove.ui.Gui --|> javafx.application.Application
linislove.ui.Gui ..> javafx.application.Platform
linislove.ui.Gui ..> javafx.event.ActionEvent
linislove.ui.Gui ..> javafx.event.EventHandler
linislove.ui.Gui ..> javafx.geometry.Insets
linislove.ui.Gui ..> javafx.scene.Scene
linislove.ui.Gui ..> javafx.scene.control.Button
linislove.ui.Gui ..> javafx.scene.control.Label
linislove.ui.Gui ..> javafx.scene.control.TextArea
linislove.ui.Gui ..> javafx.scene.control.TextField
linislove.ui.Gui ..> javafx.scene.control.Tooltip
linislove.ui.Gui ..> javafx.scene.image.Image
linislove.ui.Gui ..> javafx.scene.layout.Background
linislove.ui.Gui ..> javafx.scene.layout.BorderPane
linislove.ui.Gui ..> javafx.scene.layout.HBox
linislove.ui.Gui ..> javafx.scene.layout.Region
linislove.ui.Gui ..> javafx.scene.layout.StackPane
linislove.ui.Gui ..> javafx.scene.text.Text
linislove.ui.Gui ..> javafx.stage.Stage
linislove.ui.Gui ..> linislove.logic.RandomLinearSystem
linislove.ui.Gui ..> linislove.logic.Solution
linislove.ui.Gui ..> linislove.mylittlemath.Count
linislove.ui.Gui ..> linislove.mylittlemath.LinearSystem
linislove.ui.Gui ..> linislove.mylittlemath.Matrix
linislove.ui.Gui ..> linislove.mylittlemath.Rational
linislove.ui.Gui ..> linislove.mylittlemath.SetOfVectors
linislove.ui.TextInputController ..> javafx.event.ActionEvent
linislove.ui.TextInputController ..> javafx.scene.control.Button
linislove.ui.TextInputController ..> javafx.scene.control.TextField
@enduml | false | true | false | false | class |
6ceb11e92be310aea769cc7aaa4f190d4ab67a5f | 14a95451c9ff47c4f11ca4a7086549599dafd357 | /doc/conference-server-flow.puml | 5fa01c2d5b76fb2232a27aaf6a9708db51596a7d | [] | no_license | jahnsrud/pgr200-eksamen | b08f6375cfae5d02bc48dbf9b6ed2fca90360d38 | 886e2bef5675f629442b922ac190de6e00a9c09d | refs/heads/master | 2020-04-07T10:27:49.735756 | 2018-11-21T11:10:01 | 2018-11-21T11:10:01 | 158,287,764 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,274 | puml | @startuml
actor User
participant Client
participant no.kristiania.pgr200.server.Server
database Database
== Adding a talk ==
User -> Client ++: add -title "My Talk" -description ...
Client -> no.kristiania.pgr200.server.Server ++: POST http://.../api/talks title=My+Talk
no.kristiania.pgr200.server.Server -> Database ++: INSERT INTO TABLE talks (title) VALUES ('My Talk')
no.kristiania.pgr200.server.Server <-- Database --
Client <-- no.kristiania.pgr200.server.Server --: Location: http://.../api/id
User <-- Client --: Id is <id>
== Listing all talks ==
User -> Client ++: list
Client -> no.kristiania.pgr200.server.Server ++: GET http://.../api/talks
no.kristiania.pgr200.server.Server -> Database ++: SELECT * FROM talks
no.kristiania.pgr200.server.Server <-- Database --: talk rows
Client <-- no.kristiania.pgr200.server.Server --: csv
User <-- Client --: [id, title]*
== Showing a talk ==
User -> Client ++: show -id <id>
Client -> no.kristiania.pgr200.server.Server ++: GET http://.../api/talks/<id>
no.kristiania.pgr200.server.Server -> Database ++: SELECT * FROM talks WHERE id = ?
no.kristiania.pgr200.server.Server <-- Database --: talk row
Client <-- no.kristiania.pgr200.server.Server --: title, description
User <-- Client --: title, description
@enduml
| false | true | false | false | usecase |
97af1da92db26e24112c0e4dc32aa207e2d007c1 | b8a9c4019eaae11ad05cfe8ebf116c09ef514a57 | /app/src/main/java/ViewEvent.puml | 28d07483d123e6f23387873a68e1347f5c890057 | [] | no_license | limingy/demos | 37fa546446b69617cc00e2ae8749d12358f09f73 | 5bc9b328484e40405faa05c90105cb7823c010f8 | refs/heads/master | 2020-12-02T07:15:23.905993 | 2016-09-05T15:40:15 | 2016-09-05T15:40:15 | 67,432,675 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 350 | puml | @startuml
(*) --> "Event"
If "event is touchEvent" then
--> [No] "dispatchGenericMotionEvent"
else
--> [Yes] "dispatchTouchEvent"
if "onTouchListener != null" then
--> [Yes] "onTouchListener.onTouch"
else
--> [No] "this(View).onTouchEvent"
--> "performClick"
if "onClickListener != null" then
--> [Yes] "onClickListener.onClick"
--> (*)
@enduml | false | true | false | false | activity |
313ec95c0b273a134e31fb95a715ba5973db0658 | 9d6de05cee68ea1f34432e8063eaefe74c66dc1b | /docs/c4-application.puml | 835217f3caae1c15c009f67076d8bb7391b30a3d | [] | no_license | mettyoung/automated-valet-car-parking-system | 5d44d0209dc6161c259967bb2ab1b9456c43dfd5 | a675f4477b5eeb946ba4cc4f4117c1759459def3 | refs/heads/master | 2023-04-11T09:07:56.708421 | 2021-04-23T16:10:55 | 2021-04-23T16:10:55 | 360,509,718 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 509 | puml | @startuml
class EnterVehicleCommand {
+ constructor(ParkingSpace parkingSpace, Vehicle vehicle, Timestamp timestamp)
+ setOnSuccessHandler(Consumer<ParkingReservation> callback)
+ setOnFailureHandler(Consumer<Vehicle> callback)
+ execute()
}
class ExitVehicleCommand {
+ constructor(ParkingSpace parkingSpace, Vehicle vehicle, Timestamp timestamp)
+ setOnSuccessHandler(Consumer<ParkingReceipt> callback)
+ setOnFailureHandler(Consumer<Vehicle> callback)
+ execute()
}
@enduml | false | true | false | false | class |
ae717f40ed3fe8d821c5c8a90882ed1a096f24a1 | 58f5766244826918a3cf79312f861f76c5aa6f7d | /Documents/uml/Models/CsvEditSharpConfigurationHost.puml | b790cd387b19322d1d76aa72cfae99ae065a177c | [
"MIT"
] | permissive | BillKrat/CsvEditSharp | 3835aa9d7955a33830be47b044d3c05763c68dff | a91334a8aa1b08c4f7fe38116892b088e92d4da4 | refs/heads/master | 2022-01-28T15:31:06.719793 | 2019-07-28T11:39:25 | 2019-07-28T11:39:25 | 198,216,226 | 0 | 1 | MIT | 2019-07-22T12:10:45 | 2019-07-22T12:10:44 | null | UTF-8 | PlantUML | false | false | 1,335 | puml | @startuml
class CsvEditSharpConfigurationHost {
+ Records : IEnumerable<object> <<get>>
+ ClassMapForReading : CsvClassMap <<get>>
+ ClassMapForWriting : CsvClassMap <<get>>
+ Encoding : Encoding <<get>> <<set>>
+ ColumnValidations : IDictionary<string, ColumnValidation> <<get>>
+ CsvEditSharpConfigurationHost()
+ RegisterClassMap() : void
+ RegisterClassMap(propertyMapSetter:Action<CsvClassMap<T>>) : void
+ RegisterClassMap(propertyMapSetter:Action<CsvClassMap<T>>, target:RegisterClassMapTarget) : void
+ SetConfiguration(configurationSetter:Action<CsvConfiguration>) : void
+ Query(query:Func<IEnumerable<T>, IEnumerable<T>>) : void
+ Query(query:Action<IEnumerable<T>>) : void
+ ExecuteQuery() : void
+ ResetQuery() : void
+ Read(baseReader:TextReader) : void
+ Write(baseWriter:TextWriter, records:IEnumerable) : void
+ Reset() : void
+ AddValidation(memberSelector:Expression<Func<TType, TMember>>, validation:Func<TMember, bool>, errorMessage:string) : void
}
class "AnonimousCsvClassMap`1"<T> {
+ AnonimousCsvClassMap(propertyMapSetter:Action<CsvClassMap<T>>)
}
"CsvClassMap`1" "<T>" <|-- "AnonimousCsvClassMap`1"
CsvEditSharpConfigurationHost +-- "AnonimousCsvClassMap`1"
ICsvEditSharpConfigurationHost <|-- CsvEditSharpConfigurationHost
@enduml
| false | true | false | false | class |
2bd8dad98575083e43c88bb52b84411514557884 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/volumediscount@0.0.6.puml | 2afce0e19a53d0ab15ac277191e69b774d187e99 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 624 | puml | @startuml
class org.accordproject.volumediscount.TemplateModel {
+ Double firstVolume
+ Double secondVolume
+ Double firstRate
+ Double secondRate
+ Double thirdRate
}
class org.accordproject.volumediscount.VolumeDiscountRequest << (T,yellow) >> {
+ Double netAnnualChargeVolume
}
org.accordproject.volumediscount.VolumeDiscountRequest --|> org.hyperledger.composer.system.Transaction
class org.accordproject.volumediscount.VolumeDiscountResponse << (T,yellow) >> {
+ Double discountRate
}
org.accordproject.volumediscount.VolumeDiscountResponse --|> org.hyperledger.composer.system.Transaction
@enduml
| false | true | false | false | class |
7028fc2f96890d30a0c71debd819043c02839fe3 | bc6c6d669b8ad8515be5b5af56400135194e2be6 | /src/com/ivivisoft/state/example/type1/VoteUML.puml | 94e9eeda5680527135ea5f18e37804a85b5c374e | [] | no_license | ivivisoft/designpattern | 50e5079ef50d18ae779092bdf190669201809ddf | c1bff1cd8d79a5d78ab37b679bbd65d0d70d6796 | refs/heads/master | 2021-01-20T15:04:27.232211 | 2017-05-14T10:50:05 | 2017-05-14T10:50:05 | 90,717,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 766 | puml | @startuml
VoteManager o--> VoteState
VoteState <|.. NormalVoteState
VoteState <|.. RepeatVoteState
VoteState <|.. SpiteVoteState
VoteState <|.. BlackVoteState
class VoteManager{
- VoteState state
- Map<String,Integer> mapVoteCount
- Map<String,String> mapVote
+ void vote(String user,String voteItem)
}
interface VoteState{
+ void vote(String user,String voteItem,VoteManager voteManager)
}
class NormalVoteState{
+ void vote(String user,String voteItem,VoteManager voteManager)
}
class RepeatVoteState{
+ void vote(String user,String voteItem,VoteManager voteManager)
}
class SpiteVoteState{
+ void vote(String user,String voteItem,VoteManager voteManager)
}
class BlackVoteState{
+ void vote(String user,String voteItem,VoteManager voteManager)
}
@enduml | false | true | false | false | class |
2146d1781dc71a8c7c8a94f34b11b13d6b591fe8 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/TestRunner/RemoteHelpers/RemoteTestResultDataFactory.puml | 531caa32c570e90b84e7c7e53bc25ed1857aa45f | [] | 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 | 268 | puml | @startuml
class RemoteTestResultDataFactory {
+ CreateFromTestResult(result:ITestResult) : RemoteTestResultDataWithTestData
+ CreateFromTest(test:ITest) : RemoteTestResultDataWithTestData
}
IRemoteTestResultDataFactory <|-- RemoteTestResultDataFactory
@enduml
| false | true | false | false | class |
a6503772ff3e7f3e1ddaf65d8664a03ec5ee7d28 | 1d2ffca3316557b321a0c4000d45fd1a4fa42a61 | /puml/ProcessMap_deployment.puml | 1e90a96791e00183c775686a673b384d434837ac | [] | no_license | andriikopp/research-calculations | b7eccd40481cf40fb3c75ce2b42dc41b119a8441 | 7b009fcf393dc760830f4300fefa325dc09e43ac | refs/heads/master | 2022-07-05T13:27:30.788097 | 2020-11-29T15:16:46 | 2020-11-29T15:16:46 | 121,494,385 | 1 | 0 | null | 2022-06-21T02:03:33 | 2018-02-14T09:49:02 | JavaScript | UTF-8 | PlantUML | false | false | 1,319 | puml | @startuml
skinparam componentStyle uml2
database "MySQL Server" {
[Process Landscape Database]
}
node "Eclipse IDE" {
folder "Java Application" {
[Data Extraction]
[Model Analysis]
[Model Translator]
[Web API]
}
folder "BPMN Models Folder" {
[BPMN 2.0 Files Collection]
}
[Eclipse BPMN2 Modeler] ..> [BPMN 2.0 Files Collection]
interface "Spark Web API" as WebAPI
WebAPI - [Web API]
folder "ArchiMate Models Folder" {
[ArchiMate Exchange Files Collection]
}
interface "Camunda BPMN API" as BPMN2API
BPMN2API - [Data Extraction]
[BPMN 2.0 Files Collection] <.. BPMN2API
[Model Translator] <.. [Data Extraction]
interface "XSLT Translator" as XSLT
XSLT <.. [Model Translator]
[ArchiMate Exchange Files Collection] - XSLT
folder "RDF Triplestore" {
[RDF Triples]
}
interface "Apache Jena RDF API" as Jena
Jena <.. [Model Translator]
[RDF Triples] - Jena
Jena <.. [Model Analysis]
[Model Analysis] <.. [Data Extraction]
}
interface "sql2o JDBC Wrapper" as DbAPI
DbAPI - [Process Landscape Database]
[Web API] ..> DbAPI
[Data Extraction] ..> DbAPI
node "Power BI" {
[Process Landscape Dashboard]
}
[Process Landscape Dashboard] ..> WebAPI
@enduml
| false | true | false | false | sequence |
7e92dd3914611c8543d2981c2d2b4da87cd2d030 | 3d36f4169d9a806ee4cd0c8eea57b4105c08e037 | /docs/diagrams/TodoSequenceDiagram.puml | 526956e9b7ad6e6120b42c1eb4bc85eb8494f7fa | [] | no_license | wz-chan/ip | 22f024ff4b6d943a7fb7afbd849ab80ad6334e24 | 5f88e6e4b6972c539ce2d8bcf2088b91eb70442a | refs/heads/master | 2023-03-11T09:42:04.654575 | 2021-02-17T14:52:18 | 2021-02-17T14:52:18 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 877 | puml | @startuml
participant ":TodoCommand" as TodoCommand
participant "<color:red><<Class>></color>\n:Parser" as Parser
participant "todo:Todo" as Todo
participant "tasks:TaskList" as TaskList
participant ":Storage" as Storage
participant ":Ui" as Ui
activate TodoCommand
[-> TodoCommand : execute(tasks, storage, ui)
TodoCommand -> Parser : createTodo(fullCommand)
activate Parser
create Todo
Parser -> Todo : Todo(description)
activate Todo
Todo --> Parser
deactivate Todo
Parser --> TodoCommand : todo
deactivate Parser
TodoCommand -> TaskList : addTask(todo)
activate TaskList
|||
TaskList --> TodoCommand
deactivate TaskList
TodoCommand -> Storage : saveTasks(tasks)
activate Storage
|||
Storage --> TodoCommand
deactivate Storage
TodoCommand -> Ui : printAddedTask(tasks)
activate Ui
|||
Ui --> TodoCommand
deactivate Ui
[<-- TodoCommand
deactivate TodoCommand
@enduml | false | true | false | false | sequence |
4ec840c07bc34c84f88e4e17a5a1c9de0c34aba7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/InventoryEntrySetRestockableInDaysAction.puml | ad2c45aea1463f06390d78f02ba85dd8706148b1 | [] | 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 | 504 | 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 InventoryEntrySetRestockableInDaysAction [[InventoryEntrySetRestockableInDaysAction.svg]] extends InventoryEntryUpdateAction {
action: String
restockableInDays: Long
}
interface InventoryEntryUpdateAction [[InventoryEntryUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
9885734889f321bb7a3c73ee01c9de93a2d3d2e1 | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Test.Unit/TimerTest.puml | 09d395c362b7539751724493e56b6633ff11323e | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 522 | puml | @startuml
class TimerTest {
+ Setup() : void
+ Start_TimerTick_ShortEnough() : void
+ Start_TimerTick_LongEnough() : void
+ Start_TimerExpires_ShortEnough() : void
+ Start_TimerExpires_LongEnough() : void
+ Start_TimerTick_CorrectNumber() : void
+ Stop_NotStarted_NoThrow() : void
+ Stop_Started_NoTickTriggered() : void
+ Stop_Started_NoExpiredTriggered() : void
+ Stop_StartedOneTick_NoExpiredTriggered() : void
+ Tick_Started_TimeRemainingCorrect(ticks:int) : void
}
@enduml
| false | true | false | false | class |
f443ed27160373f2fd656b8e7a8319ee3b1a859c | 739e581f8c2ff75e429a5c3d4e71bd0c973dabc2 | /TO1410/out/production/TO1410/Moms/MomsUML.puml | 9c86103762da0aa0b109eeee04b00184b1d5af76 | [] | no_license | ClaesHeise/Tasks_Datamatiker | 6118b0a84e4dbda4635c5af572ddb52f94483210 | 7bb113b864824da8325356aff818c747bfa09eb9 | refs/heads/main | 2023-08-24T03:36:35.513807 | 2021-10-27T15:12:46 | 2021-10-27T15:12:46 | 404,719,491 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 464 | puml | @startuml
class Main{
+ Controller controller
}
class Controller{
- View view
- CalculateVat vat
- Dialog dialog
+ void runController()
}
class View{
- String MSG
- String CURRENCY
+ void doView(double moms)
}
class CalculateVat{
- int PRCVAT
+ double getVat(double userMoney)
}
class Dialog{
+ double getDiag()
}
Main <-- Controller
Controller <-- View
Controller <-- CalculateVat
Controller <-- Dialog
@enduml | false | true | false | false | class |
1c157aafa737e8eea7c6460c917b9abc1e0c035f | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/QuoteRequestCustomerChangedMessage.puml | 6f646f75cf8e0faca12fa837f7ca930b00c279a2 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,273 | 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 QuoteRequestCustomerChangedMessage [[QuoteRequestCustomerChangedMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customer: [[CustomerReference.svg CustomerReference]]
previousCustomer: [[CustomerReference.svg CustomerReference]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
2d3597322fd9b4dbeb155c7b3a3e85a0ae0485fa | a3752f5a40057cb3aff276d7ae357eb73b0a7338 | /dev-docs/diagrams/deployment-multi-ssh.iuml | f9d35201b3bc3bc3e7896f96f4d13631bff1725e | [
"Apache-2.0",
"CC-BY-2.0",
"SAX-PD",
"MPL-2.0",
"Artistic-2.0",
"MIT-CMU",
"BSD-3-Clause",
"0BSD",
"CC-BY-4.0",
"LGPL-3.0-or-later",
"CC0-1.0",
"CC-BY-3.0",
"BSD-Source-Code",
"Apache-1.1",
"Ruby",
"WTFPL",
"BSD-1-Clause",
"MIT",
"Unlicense",
"BSD-2-Clause"
] | permissive | chef/automate | e1af4e5617c272f524fa821678a2b0c90a8ce1aa | bc54a4bbd22a9799ee6b782942d26ad1717882d8 | refs/heads/main | 2023-08-18T13:36:40.273599 | 2023-08-18T10:53:08 | 2023-08-18T10:53:08 | 179,318,179 | 230 | 139 | Apache-2.0 | 2023-09-14T19:20:33 | 2019-04-03T15:26:38 | Go | UTF-8 | PlantUML | false | false | 1,118 | iuml | @startuml
object "Automate Host A (customer)" as automate_host_a <<Linux, Habitat>>{
+automate-ui
+edge load balancer
automate-gateway
deployment-cli
deployment-service
license-control-service
compliance-scanner-service
postgres
notifications-service
authz-service
user-token-service
}
object "Automate Host B (customer)" as automate_host_b <<Linux, Habitat>>{
+config-mgmt-service
+ingest-service
+compliance-policy-service
+compliance-reporting-service
elasticsearch
elasticsearch-curator
}
object "Workstation (customer)" as workstation <<Linux, Habitat>> {
+deployment-cli
deployment-service
}
object "License Host (chef)" as license <<Linux, Habitat>> {
+license
}
object "Chef" as chef <<External>>
object "Inspec" as inspec <<External>>
object "Web Browser" as browser <<External>>
automate_host_a <-> automate_host_b : grpc
workstation --> automate_host_a : ssh
workstation --> automate_host_b : ssh
license --> workstation : manual copy
chef <-up-> automate_host_a : https/rest
inspec -up-> automate_host_a : https/rest
browser <-up-> automate_host_a : https/rest
@enduml
| false | true | false | false | sequence |
2ff43ac4293ea04f7f75e29ba87c8188862b2d55 | 2d45156fa4b19b6daebb3edb38bf0d920dd872ba | /out/production/Ex0/ex0/diagram.puml | fd85f482c5ee60628652a41ae7800a238583c3f7 | [] | no_license | AlonBarak-dev/Elevator-algorithms | 9ac8de747cd85900f34d8d95134009d988abc906 | a3653b91825ac1879baaa0768d6647227d932877 | refs/heads/main | 2023-08-30T13:42:03.831675 | 2021-10-28T23:22:15 | 2021-10-28T23:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,251 | puml | @startuml
'https://plantuml.com/class-diagram
class MyAlgo{
-Building b
-LinkedList<NodeD>[] callList
+Building getBuilding()
+String getAlgo()
+int allocateAnElevator()
+void cmdElevator()
-double calcTime()
-double addCall()
}
class NodeD{
-int floor
-CallForElevator c
}
interface ElevatorAlgo{
+Building getBuilding()
+String getAlgo()
+int allocateAnElevator()
+void cmdElevator()
}
interface Elevator{
+{static}int Up
+{static}int Down
+{static}int Level
+{static}int Error
+int getMinFloor()
+int getMaxFloor()
+double getTimeForOpen()
+double getTimeForClose()
+int getState()
+int getPos()
+boolean goTo(int floor)
+boolean stop(int floor)
+double getSpeed()
+double getStartTime()
+double getStopTime()
+int getID()
}
interface CallForElevator{
+{static}INIT
+{static}GOING2SRC
+{static}GOING2DEST
+{static}DONE
+{static}UP
+{static}DOWN
+int getState()
+double getTime(int state)
+int getSrc()
+int getDest()
+int getType()
+int allocatedTo()
}
interface Building{
+String getBuildingName()
+int minFloor()
+int maxFloor()
+int numberOfElevators()
+Elevator getElevator(int i)
}
MyAlgo <|-- ElevatorAlgo
MyAlgo <|-- Building
MyAlgo <|-- Elevator
MyAlgo <|-- CallForElevator
MyAlgo <|- NodeD
@enduml | false | true | false | false | class |
a082afd012e414495ea33101c5b3e74e91fae67a | db15a4762717f1c25f1b86534b29a4bfd3bc21b5 | /out/production/Laboration1/main/main.plantuml | 6e25ea5adc729fd374ea081ff22417d661bb9255 | [] | no_license | AdamRohdell/Laboration1 | 3f8a1c9022f29ad63d1c356b23a27c9866b3f808 | b4098b8d2be81b4dea9f9df3597653421bec0a10 | refs/heads/master | 2020-04-06T22:40:21.458338 | 2018-12-11T08:34:43 | 2018-12-11T08:34:43 | 157,843,265 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 13,365 | plantuml | @startuml
title __MAIN's Class Diagram__\n
package main {
abstract class Direction {
# angle : int
+ Direction()
{abstract} + getAngle()
+ setAngle()
+ addAngle()
{abstract} + move()
{abstract} + turnLeft()
{abstract} + turnRight()
}
}
package main {
class Flatbed {
- currentAngle : int
- minAngle : int
- maxAngle : int
+ Flatbed()
+ getCurrentAngle()
+ setCurrentAngle()
class DrawPanel {
~ cars : ArrayList<Car>
{static} - detectedOS : OSType
+ DrawPanel()
# paintComponent()
+ getImage()
- getOperatingSystemType()
}
}
package main {
enum OSType {
Windows
MacOS
Linux
}
}
class AccessibleJPanel {
# AccessibleJPanel()
+ getAccessibleRole()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class ReadObjectCallback {
- roots : Vector<JComponent>
- inputStream : ObjectInputStream
~ ReadObjectCallback()
+ validateObject()
- registerComponent()
}
abstract class AccessibleJComponent {
- propertyListenersCount : int
# accessibleFocusHandler : FocusListener
# AccessibleJComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
# getBorderTitle()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
~ getAccessibleExtendedComponent()
+ getToolTipText()
+ getTitledBorderText()
+ getAccessibleKeyBinding()
}
class AccessibleFocusHandler {
# AccessibleFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class KeyboardState {
{static} - keyCodesKey : Object
~ KeyboardState()
{static} ~ getKeyCodeArray()
{static} ~ registerKeyPressed()
{static} ~ registerKeyReleased()
{static} ~ keyIsPressed()
{static} ~ shouldProcess()
}
class IntVector {
~ array : int[]
~ count : int
~ capacity : int
~ IntVector()
~ size()
~ elementAt()
~ addElement()
~ setElementAt()
}
class ActionStandin {
- actionListener : ActionListener
- command : String
- action : Action
~ ActionStandin()
+ getValue()
+ isEnabled()
+ actionPerformed()
+ putValue()
+ setEnabled()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class AccessibleAWTContainer {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleContainerHandler : ContainerListener
# AccessibleAWTContainer()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getAccessibleAt()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
}
class AccessibleContainerHandler {
# AccessibleContainerHandler()
+ componentAdded()
+ componentRemoved()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class WakingRunnable {
~ WakingRunnable()
+ run()
}
class DropTargetEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- DropTargetEventTargetFilter()
+ accept()
}
class MouseEventTargetFilter {
{static} ~ FILTER : EventTargetFilter
- MouseEventTargetFilter()
+ accept()
}
interface EventTargetFilter {
{abstract} + accept()
}
abstract class AccessibleAWTComponent {
{static} - serialVersionUID : long
- propertyListenersCount : int
# accessibleAWTComponentHandler : ComponentListener
# accessibleAWTFocusHandler : FocusListener
# AccessibleAWTComponent()
+ addPropertyChangeListener()
+ removePropertyChangeListener()
+ getAccessibleName()
+ getAccessibleDescription()
+ getAccessibleRole()
+ getAccessibleStateSet()
+ getAccessibleParent()
+ getAccessibleIndexInParent()
+ getAccessibleChildrenCount()
+ getAccessibleChild()
+ getLocale()
+ getAccessibleComponent()
+ getBackground()
+ setBackground()
+ getForeground()
+ setForeground()
+ getCursor()
+ setCursor()
+ getFont()
+ setFont()
+ getFontMetrics()
+ isEnabled()
+ setEnabled()
+ isVisible()
+ setVisible()
+ isShowing()
+ contains()
+ getLocationOnScreen()
+ getLocation()
+ setLocation()
+ getBounds()
+ setBounds()
+ getSize()
+ setSize()
+ getAccessibleAt()
+ isFocusTraversable()
+ requestFocus()
+ addFocusListener()
+ removeFocusListener()
}
class AccessibleAWTFocusHandler {
# AccessibleAWTFocusHandler()
+ focusGained()
+ focusLost()
}
class AccessibleAWTComponentHandler {
# AccessibleAWTComponentHandler()
+ componentHidden()
+ componentShown()
+ componentMoved()
+ componentResized()
}
class DummyRequestFocusController {
- DummyRequestFocusController()
+ acceptRequestFocus()
}
class SingleBufferStrategy {
- caps : BufferCapabilities
+ SingleBufferStrategy()
+ getCapabilities()
+ getDrawGraphics()
+ contentsLost()
+ contentsRestored()
+ show()
}
class BltSubRegionBufferStrategy {
# BltSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class FlipSubRegionBufferStrategy {
# FlipSubRegionBufferStrategy()
+ show()
+ showIfNotLost()
}
class BltBufferStrategy {
# caps : BufferCapabilities
# backBuffers : VolatileImage[]
# validatedContents : boolean
# width : int
# height : int
- insets : Insets
# BltBufferStrategy()
+ dispose()
# createBackBuffers()
+ getCapabilities()
+ getDrawGraphics()
~ getBackBuffer()
+ show()
~ showSubRegion()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
}
class FlipBufferStrategy {
# numBuffers : int
# caps : BufferCapabilities
# drawBuffer : Image
# drawVBuffer : VolatileImage
# validatedContents : boolean
~ width : int
~ height : int
# FlipBufferStrategy()
# createBuffers()
- updateInternalBuffers()
# getBackBuffer()
# flip()
~ flipSubRegion()
# destroyBuffers()
+ getCapabilities()
+ getDrawGraphics()
# revalidate()
~ revalidate()
+ contentsLost()
+ contentsRestored()
+ show()
~ showSubRegion()
+ dispose()
}
class ProxyCapabilities {
- orig : BufferCapabilities
- ProxyCapabilities()
}
enum VSyncType {
VSYNC_DEFAULT
VSYNC_ON
VSYNC_OFF
id
}
class FlipContents {
{static} - I_UNDEFINED : int
{static} - I_BACKGROUND : int
{static} - I_PRIOR : int
{static} - I_COPIED : int
{static} - NAMES : String[]
{static} + UNDEFINED : FlipContents
{static} + BACKGROUND : FlipContents
{static} + PRIOR : FlipContents
{static} + COPIED : FlipContents
- FlipContents()
}
enum BaselineResizeBehavior {
CONSTANT_ASCENT
CONSTANT_DESCENT
CENTER_OFFSET
OTHER
}
class AWTTreeLock {
~ AWTTreeLock()
}
package main {
interface IMoveable {
{abstract} + move()
{abstract} + turnLeft()
{abstract} + turnRight()
}
}
package main {
class Perpendicular {
+ Perpendicular()
+ getAngle()
+ addAngle()
+ move()
+ turnLeft()
+ turnRight()
}
}
DrawPanel -up-|> JPanel
DrawPanel +-down- OSType
DrawPanel +-down- AccessibleJPanel
DrawPanel +-down- ReadObjectCallback
DrawPanel +-down- AccessibleJComponent
DrawPanel +-down- KeyboardState
DrawPanel +-down- IntVector
DrawPanel +-down- ActionStandin
DrawPanel +-down- AccessibleAWTContainer
DrawPanel +-down- WakingRunnable
DrawPanel +-down- DropTargetEventTargetFilter
DrawPanel +-down- MouseEventTargetFilter
DrawPanel +-down- EventTargetFilter
DrawPanel +-down- AccessibleAWTComponent
DrawPanel +-down- DummyRequestFocusController
DrawPanel +-down- SingleBufferStrategy
DrawPanel +-down- BltSubRegionBufferStrategy
DrawPanel +-down- FlipSubRegionBufferStrategy
DrawPanel +-down- BltBufferStrategy
DrawPanel +-down- FlipBufferStrategy
DrawPanel +-down- ProxyCapabilities
DrawPanel +-down- BaselineResizeBehavior
DrawPanel +-down- AWTTreeLock
AccessibleJPanel -up-|> AccessibleJComponent
AccessibleJPanel +-down- AccessibleFocusHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleContainerHandler
AccessibleJPanel +-down- AccessibleAWTFocusHandler
AccessibleJPanel +-down- AccessibleAWTComponentHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
ReadObjectCallback -up-|> ObjectInputValidation
AccessibleJComponent -up-|> AccessibleExtendedComponent
AccessibleJComponent -up-|> AccessibleAWTContainer
AccessibleJComponent +-down- AccessibleFocusHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleContainerHandler
AccessibleJComponent +-down- AccessibleAWTFocusHandler
AccessibleJComponent +-down- AccessibleAWTComponentHandler
AccessibleFocusHandler -up-|> FocusListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
KeyboardState -up-|> Serializable
ActionStandin -up-|> Action
AccessibleAWTContainer -up-|> AccessibleAWTComponent
AccessibleAWTContainer +-down- AccessibleContainerHandler
AccessibleAWTContainer +-down- AccessibleAWTFocusHandler
AccessibleAWTContainer +-down- AccessibleAWTComponentHandler
AccessibleContainerHandler -up-|> ContainerListener
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
WakingRunnable -up-|> Runnable
DropTargetEventTargetFilter -up-|> EventTargetFilter
MouseEventTargetFilter -up-|> EventTargetFilter
AccessibleAWTComponent -up-|> Serializable
AccessibleAWTComponent -up-|> AccessibleComponent
AccessibleAWTComponent -up-|> AccessibleContext
AccessibleAWTComponent +-down- AccessibleAWTFocusHandler
AccessibleAWTComponent +-down- AccessibleAWTComponentHandler
AccessibleAWTFocusHandler -up-|> FocusListener
AccessibleAWTComponentHandler -up-|> ComponentListener
DummyRequestFocusController -up-|> RequestFocusController
SingleBufferStrategy -up-|> BufferStrategy
BltSubRegionBufferStrategy -up-|> SubRegionShowable
BltSubRegionBufferStrategy -up-|> BltBufferStrategy
FlipSubRegionBufferStrategy -up-|> SubRegionShowable
FlipSubRegionBufferStrategy -up-|> FlipBufferStrategy
BltBufferStrategy -up-|> BufferStrategy
FlipBufferStrategy -up-|> BufferStrategy
ProxyCapabilities -up-|> ExtendedBufferCapabilities
ProxyCapabilities +-down- VSyncType
ProxyCapabilities +-down- FlipContents
FlipContents -up-|> AttributeValue
Perpendicular -up-|> Direction
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 |
b9405cd0db114fcca1ae93f7e975677b0e1e3fb7 | 3d351a68590e911827dcb790a4fd0a7388d36d8e | /component/modules/ROOT/assets/uml/flashlex-send-use.puml | df166fa845df5222cf77405972232ffc958540a7 | [] | no_license | claytantor/flashlex-docs | b1d1fc6bf3ea354155d42332a0e0fe15f2e2b5e1 | 999d1b91a26fa155070a216e9fe8b3246f145adf | refs/heads/master | 2023-01-21T06:24:37.070232 | 2019-12-15T17:05:39 | 2019-12-15T17:05:39 | 174,759,454 | 0 | 0 | null | 2023-01-10T22:02:20 | 2019-03-10T00:02:37 | CSS | UTF-8 | PlantUML | false | false | 426 | puml | @startuml flashlex-send-usecase
:IOT Device: as Thing
:IOT Backend: as IOTBackend
:FlashLex Cloud API: as API
:FlashLex SDK: as SDK
Thing->(Runs IOT Application)
SDK-->(Subscribe To Topic)
API-->(Publish To Topic)
API-->(Route REST to Topic)
(Runs IOT Application)-->(Subscribe To Topic)
IOTBackend-->(Manage Access Tokens)
IOTBackend-->(Send REST Messages)
API-->(Manage Access Tokens)
API-->(Recieve REST Messages)
@enduml | false | true | false | false | uml-unknown |
2c6a3051bc2ad2fc57cbfaddf2dd7acc20a4a594 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/MyCartSetShippingMethodAction.puml | 515862874038655ca261f206a89254cf2663399a | [] | 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 | 595 | 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 MyCartSetShippingMethodAction [[MyCartSetShippingMethodAction.svg]] extends MyCartUpdateAction {
action: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
}
interface MyCartUpdateAction [[MyCartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
841f9e7b87e071a00da69f434ee1f8edbee9836a | 1aa19dd5db8310c5d91a39663a8bfb7716cbdda5 | /red-strike-conceptual.puml | 7ec7071bc4baa22876c8ea36f34e67043434afe7 | [] | no_license | kirillvasilenko/otus-mssql | f8a5f613524b54e33965ae75299bead9a9681ed4 | 175e6bd4ad9d1205c78c735ee545b83e45377d97 | refs/heads/master | 2022-07-23T05:04:32.640082 | 2019-07-11T12:45:39 | 2019-07-11T12:45:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,075 | puml | @startuml
title Red strike
class Worker{
FullName
Birthdate
EmailAddress
PhoneNumber
}
class Company{
Name
}
class Address{
AddressLine1
AddressLine2
PostCode
City
Street
Building
Flat
}
class Country{
Name
}
class City{
Name
}
class TradeUnion{
Name
FoundationDate
ReadinessToStrike: ReadinessToStrikeTypes
}
class Strike{
Theme
DateFrom
DateTo
}
class WorkerInTradeUnion{
Role
}
class Employment{
Post
}
class CompanyHasAddress{
CompanyAddressType
}
class TradeUnionOnStrike{
DateFrom
DateTo
}
Worker }o-r-o{ Company : works for
(Worker, Company) .. Employment
Worker }o-d-o{ TradeUnion: takes part in
(Worker, TradeUnion) .. WorkerInTradeUnion
Company |o-r-o{ Address: has
(Company, Address) .. CompanyHasAddress
Country |o-l-o{ Address
City |o-u-o{ Address
Country ||-d-o{ City
TradeUnion }o-r-o{ Strike: takes part in
(TradeUnion, Strike) .. TradeUnionOnStrike
TradeUnionOnStrike |o-u-o{ Address: takes place in
hide methods
hide circle
@enduml | false | true | false | false | class |
68aee043e57c9217d991be74f424baad3ee97b82 | 1459446d946ec0780686fc519d76751f1cfee0c6 | /input/images-source/overview-backend-services.plantuml | b33479a6c7dc6cea43714f76d8baaa07e73d47ad | [] | no_license | robstwd/smart-app-launch | f5d53ae2415aa49e4685354c8590f06b3d497284 | 1cd595345493fa8449073fd81cceb0215814c483 | refs/heads/master | 2023-08-22T15:25:21.546367 | 2021-10-14T18:06:26 | 2021-10-14T18:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 466 | plantuml | @startuml
participant App as "Backend Service"
participant "FHIR authorization server" as EHR
participant "FHIR resource server" as FHIR
opt Precondition: Client Registration
App ->> EHR: (may be out of band)
end
App ->> FHIR: Discovery request
FHIR ->> App: Discovery response
App ->> EHR: Access token request
alt Granted
EHR ->> App: Access token response
App ->> FHIR: Request Resources
else Denied
EHR ->> App: Authorization error
end
@enduml
| false | true | false | false | sequence |
b9c40144bf3376f66c47effe7cd1d273b0b58ff0 | 500453c913537f185bc9df842d24cebb4df0c568 | /gen-form/doc/controls.puml | 97b7f0c37aa1c462d4e3e412082a3f504b7c472f | [
"MIT"
] | permissive | guedel/phptools | f7ef8c8787f7c34db96df42e4ed47fe99c0c1d23 | 65669ddaee9123cd0b8788ea3b312cdc849d4d87 | refs/heads/master | 2021-09-08T14:52:12.622087 | 2021-09-01T19:54:12 | 2021-09-01T19:55:28 | 32,796,831 | 0 | 0 | MIT | 2021-09-01T19:57:00 | 2015-03-24T12:23:18 | PHP | UTF-8 | PlantUML | false | false | 3,069 | puml | @startuml
namespace controls {
enum DataType {
dtMixed
dtInteger
dtFloat
dtString
dtEnum
dtObject
}
class Option {
+ string name
+ string label
+ DataType type
+ string extra
+ bool required
+ mixed default
+ mixed value
+ <<create>> Option(string name, string label, bool required = false, DataType type = dtString, mixed extra = null, mixed default = null)
}
note bottom: Determine un parametre d un controle
OptionCollection *--> "0..*" Option
class OptionCollection {
+ <<create>> OptionCollection()
+ integer getCount()
+ Option getOption(string name)
+ Option addOption(name, label, type, required, default)
+ Option addEnumOption(string name, string label, mixed enumeration, bool required, mixed default)
+ addOption(Option option)
}
Widget ...> OptionCollection : use
abstract class Widget {
~ OptionCollection options
+ mixed id
+ <<create>> Widget()
~ {abstract} initOptionList()
}
WidgetCollection o--> "0..*" Widget
class WidgetCollection {
+ integer getCount()
+ mixed addWidget(Widget widget, mixed index = null)
+ removeWidget(mixed index)
+ getWidget(mixed index)
}
interface IRenderer {
+ string render()
}
interface IReader {
+ read()
}
Widget <|--- WidgetRenderer
IRenderer <|-- WidgetRenderer
abstract class WidgetRenderer {
- Widget wrapped
+ <<create>> WidgetRenderer(Widget decorated)
+ {abstract} string render()
}
Widget <|--- WidgetReader
IReader <|-- WidgetReader
abstract class WidgetReader {
- Widget wrapped
+ <<create>> WidgetReader(Widget wrapped)
+ read()
}
Widget <|-- Container
Container ...> WidgetCollection : use
abstract class Container {
~ WidgetCollection childs
+ WidgetCollection getChilds()
}
Container <|-- Form
abstract class Form {
+ <<create>> Form()
}
Widget <|-- Control
abstract class Control {
+ string name
<<create>> Control()
}
ControlCollection o--> "0..*" Control
class ControlCollection {
+ integer getCount()
+ mixed addControl(Control control)
+ getControl(mixed index)
+ boolean removeControl(mixed index)
}
Control <|-- Textbox
class Textbox {
+ <<create>> Textbox()
}
Control <|-- Checkbox
class Checkbox {
+ <<create>> Checkbox()
}
Control <|-- Listbox
class Listbox {
+ <<create>> Listbox()
}
namespace generation {
class CodeWriter {
- string current
- string lines[]
- int indent
+ string spacer = '\\t'
+ <<create>> CodeWriter(string spacer="\\t", string initialIndent = 0)
+ indent()
+ unindent()
+ write(string text)
+ writeln(string text)
+ nl()
+ string render()
+ merge(CodeWriter writer)
}
enum OutputMode {
output_html
output_php5
output_symfony_form
output_ajax
output_text
output_twig_template
output_volt_template
}
class Generator {
+ <<create>> Generator()
+ register_control_generator(WidgetClass, WidgetWriter)
}
abstract class WidgetWriter {
- WidgetWriter next
+ WidgetWriter setNext(WidgetWriter writer)
+ void render(Widget ctrl)
}
}
@enduml
| false | true | true | false | sequence |
0cb790f671129d5c1fc065e48f4a653efeb0fdcf | e1f007fbf72570843b1023c44ba6e27c6cd0ed21 | /uml/modelo-dominio.plantuml | 53bb12f29a944d6dd7f5f88637f74de6f88d1d9a | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-modelo-de-dominio-mastermind-menthil | b18a45cb9f701618772ce6095e115d4199e3a7eb | bced4eab1dd632be1cc5afcdb40e2169763bcdb9 | refs/heads/main | 2022-12-29T06:07:30.244946 | 2020-10-12T17:14:41 | 2020-10-12T17:14:41 | 303,203,472 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 923 | plantuml | @startuml
title Mastermind - Modelo de dominio
class Mastermind
class Player
class Board
Class Goal {
-winner
}
Class Combination
Class SecretCombination
Class ProposedCombination
Class Piece
Class Color
Class Red
Class Blue
Class Green
Class Yellow
Class Pink
Class White
Class Black
Class Brown
Class Result
Class Success
Class BlackSuccess
Class WhiteSuccess
Mastermind *--> Player
Mastermind *--> Board
Player --> Goal
Player --> "0..12" ProposedCombination
Board --> SecretCombination
Board --> "0..12" Result
Board ..> "0..12" ProposedCombination
Goal ..> Result
Combination <|-- SecretCombination
Combination <|-- ProposedCombination
Combination *--> "5" Piece
Piece *--> Color
Color<|-- Red
Color<|-- Blue
Color<|-- Green
Color<|-- Yellow
Color<|-- Pink
Color<|-- White
Color<|-- Black
Color<|-- Brown
Result *--> "0..5" Success
Success <|-- BlackSuccess
Success <|-- WhiteSuccess
@enduml | false | true | false | false | class |
81671160cf07428845bf06ff9f3e387361d13d05 | ed006f8e98c20dfd1fe16065e9037b6c8efc511d | /doc/design/diagrams/command_line_parser/command_line_parser_class_overview.puml | 8d31532d1d07cf582ae374ef52ac11703f646007 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | phongt/iceoryx | 939343855cc4bbe1610ce7c7ed504539a943f795 | efc697cf67a8bc8aedf3d123e2c9df582a5aeb83 | refs/heads/master | 2023-07-26T03:36:03.492954 | 2023-07-19T08:29:19 | 2023-07-19T08:29:19 | 237,723,029 | 0 | 0 | Apache-2.0 | 2023-07-21T19:33:59 | 2020-02-02T05:23:34 | C++ | UTF-8 | PlantUML | false | false | 1,437 | puml | @startuml
class OptionDefinition {
+OptionDefinition(programDescription, onFailureCallback)
+addSwitch(..)
+addOptional(..)
+addRequired(..)
}
class Arguments {
+T get(optionName)
+bool has(optionName)
+BinaryName_t binaryName()
}
class CommandLineParser {
+Arguments parse(OptionDefinition, ..)
}
class Option {
+isSwitch()
+hasOptionName(optionName)
+isSameOption(otherOption)
+operator<(otherOption)
+isEmpty()
+longOptionNameDoesStartWithDash()
+shortOptionNameIsEqualDash()
+hasLongOptionName(optionName)
+hasShortOptionName(value)
+hasShortOption()
+hasLongOption()
#shortOption
#longOption
#value
}
class OptionWithDetails::Details{
#description
#type
#typeName
}
class OptionWithDetails {
OptionWithDetails(option, description, type, typeName)
operator<(otherOptionWithDetails)
#details
}
class OptionManager {
+OptionManager(programDescription, onFailureCallback)
+T defineOption(..)
+populateDefinedOptions(..)
}
note "Used only by the macro struct builder IOX_CLI_DEFINITION" as N1
OptionManager .. N1
OptionWithDetails "1" *-- "1" OptionWithDetails::Details
Option <|--- OptionWithDetails
Arguments "0..n" *-- "1" Option
OptionDefinition "0..n" *-- "1" OptionWithDetails
CommandLineParser "1" *-- "1" OptionDefinition : borrows
CommandLineParser "1" *-- "1" Arguments : contains
@enduml
| false | true | false | false | class |
739099b1f62615e2b30416de0524db4313027d63 | a464792bc8eb19161f3c2f12f514eb0edb595958 | /src/main/java/ucf/assignments/AppGraph.puml | 020e41ce87452b773be265ed6c3e099f697537f1 | [] | no_license | kidnip/Rosales-cop3330-assignment4 | afd214888c1ca540f8974a125753afb04a9a1ccf | 1c21f7626fdf9190fe5c3c530c35713559840dad | refs/heads/master | 2023-09-01T12:57:56.131753 | 2021-11-01T07:18:19 | 2021-11-01T07:18:19 | 423,371,891 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,556 | puml | @startuml
node "To-Do List Maker"{
circle fxml_file
class ToDoList{
..Stage..
Stage window
..Scenes..
Scene scene1
Scene scene2
--Methods--
+{static} void main()
+void start()
}
class ToDoController{
--Adding Elements--
+void onRadioButtonClick()
+void onClickSubmit()
--List Options--
+ArrayList<ListEntry> editTitle()
+ArrayList<ListEntry> deleteList()
+void onRightClickList()
..View Options..
+void showAllItems()
+void showComplete()
+void showIncomplete()
+void viewListOptions()
--Event Options--
+ListEntry deleteEvent()
+EventEntry editDescription()
+EventEntry editDate()
+EventEntry markComplete()
+void onRightClickItem()
--Save Options--
+void createFile()
+void saveAList()
+void saveAll()
--Load Options--
+ArrayList<ListEntry> createLists()
+void loadLists()
}
class ListEntry{
..Private Data..
-String listName
-ArrayList<EventEntry> EventArray
--Methods--
+ListEntry()
+String getListName()
+void setListName()
+ArrayList<EventEntry> getEventArray()
}
class EventEntry{
..Private Data..
-String description
-String year
-String month
-String day
-int complete
--Methods--
..Getters..
String getDescription()
String getYear()
String getMonth()
String getDay()
int getComplete()
String getDate()
..Setters..
void setDescription()
void setYear()
void setMonth()
void setDay()
void setComplete()
}
fxml_file -l-> ToDoList : Creates a Stage using\nthe ToDoList.fxml file
ToDoController -r-> ListEntry : Initializes an ArrayList of \nListEntry to store data
ListEntry -r-> ToDoController : Passes data to ToDoController \nwhenever needed
EventEntry -u-> ListEntry : Array of events is\nstored within \nListEntry class
ToDoController -d-> fxml_file : Controls the \ninnerworkings and\n data within the \napplication
ToDoController <-u- fxml_file : Works with the\n Controls in the file\n to function
ToDoController -d-> EventEntry : Can edit EventEntrys\nwhen certain methods\n are called
EventEntry -u-> ToDoController : Passes data to \nToDoController whenever needed
}
@enduml | false | true | false | false | sequence |
a0134ddb3bb7264958eb038a90c9720d1632a526 | ddd27ef7207e3b508ba557b6f5ca1b2bd172a734 | /app/UML/Blake/BlakeConc4.puml | ba26e1397018576e01e9b5b4782158166f6a3794 | [] | no_license | QRP0002/Wireless_Quote | 7c095f66043b7780f03d624be2fe7956b3369a27 | 0b4762a69db0ebada3d518573e7618a0e57f0368 | refs/heads/master | 2020-06-04T02:48:51.629364 | 2015-05-01T12:49:49 | 2015-05-01T12:49:49 | 33,549,841 | 0 | 0 | null | 2015-04-16T20:57:50 | 2015-04-07T14:57:28 | Java | UTF-8 | PlantUML | false | false | 1,280 | puml | @startuml
Employee -> SystemHomePage : Log In
activate Employee
activate SystemHomePage
activate EmployeeHomePage
SystemHomePage -> EmployeeHomePage : onCreate()
EmployeeHomePage -> EmployeeHomePageController: onCreate
activate EmployeeHomePageController
Employee -> EmployeeHomePage : Click ManageQuotes
EmployeeHomePage -> EmployeeHomePageController : sendInformation()
EmployeeHomePageController -> ManageQuotePage : onClickCreate ()
activate ManageQuotePage
ManageQuotePage -> ManageQuotePageController : onCreate()
activate ManageQuotePageController
ManageQuotePage --> Employee : Display Field
Employee -> ManageQuotePage : Select Information
Employee -> ManageQuotePage : Remove Customer
ManageQuotePage -> ManageQuotePageController : sendInformation()
ManageQuotePageController -> RemoveCustomerPage : onCreate
activate RemoveCustomerPage
RemoveCustomerPage -> RemoveCustomerPageController : onCreate()
activate RemoveCustomerPageController
RemoveCustomerPage --> Employee : Confirm Remove
Employee -> RemoveCustomerPage : No
RemoveCustomerPage -> RemoveCustomerPageController : remove(False)
RemoveCustomerPageController --> RemoveCustomerPage : recreate(True)
RemoveCustomerPage --> ManageQuotePage : recreate(True)
ManageQuotePage --> Employee : Wait For User
@enduml | false | true | false | false | sequence |
bca3439b3550d91151ae1d5b18dc7eaa01e7bddd | 54f0570710d72445f30bc8261595126edc5b67ca | /ass12/quiz.py.puml | 98e14951d716db9c37500edac10de6c905ca0630 | [] | no_license | deadbok/eal_programming | cab8fc7145b5115f887a7b10aad90880a799d118 | 33bf532b397f21290d6f85631466d90964aab4ad | refs/heads/master | 2021-01-13T15:11:19.276462 | 2017-06-13T09:20:51 | 2017-06-13T09:20:51 | 76,203,290 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
scale 2
class Quiz{
-__questions
-__players
-__answers
-__init__()
+run()
+print_results()
}
@enduml | false | true | false | false | class |
ae708e7839ee12bff2433d0a1ee7d379bad981e9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderChangeCustomLineItemMoneyAction.puml | 19e3f1343ea3bab38ad6092c4b187403b81d3636 | [] | 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 | 561 | 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 StagedOrderChangeCustomLineItemMoneyAction [[StagedOrderChangeCustomLineItemMoneyAction.svg]] extends StagedOrderUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
money: [[Money.svg Money]]
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
8ac4cc8aff2b9983cd7845573f520359b36d4a0a | 3d33f4e31702fdba9b2d095dd3d91d711409264c | /class-diagram/common-tools-class.puml | 9d9796eeb5ca8a7ec338939990d9b9d081100409 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | JulienGuo/fabric-addsm | 81a181dd4f91160abbd9f131d87e8c187a32c542 | 8a489300031d07c09f44fc0f1687793f6eaaa1c0 | refs/heads/master | 2021-05-04T21:27:43.690594 | 2018-02-02T05:43:34 | 2018-02-02T05:43:34 | 119,926,380 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 14,701 | puml | @startuml
namespace github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck {
class Messages {
GeneralErrors []string
ElementWarnings []*ElementMessage
ElementErrors []*ElementMessage
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck {
class ElementMessage {
Path string
Message string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen\\ca {
class CA {
Name string
Signer crypto.Signer
SignCert *x509.Certificate
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class HostnameData {
Prefix string
Index int
Domain string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class SpecData {
Hostname string
Domain string
CommonName string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class NodeTemplate {
Count int
Start int
Hostname string
SANS []string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class NodeSpec {
Hostname string
CommonName string
SANS []string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class UsersSpec {
Count int
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class OrgSpec {
Name string
Domain string
CA NodeSpec
Template NodeTemplate
Specs []NodeSpec
Users UsersSpec
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\cryptogen {
class Config {
OrdererOrgs []OrgSpec
PeerOrgs []OrgSpec
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class dynamicFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class dynamicMapFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class dynamicSliceFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class baseField {
msg proto.Message
name string
fType reflect.Type
vType reflect.Type
value reflect.Value
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class plainField {
baseField
populateFrom func(source interface { },destType reflect.Type)(reflect.Value,error)
populateTo func(source reflect.Value)(interface { },error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class mapField {
baseField
populateFrom func(key string,value interface { },destType reflect.Type)(reflect.Value,error)
populateTo func(key string,value reflect.Value)(interface { },error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class sliceField {
baseField
populateTo func(i int,source reflect.Value)(interface { },error)
populateFrom func(i int,source interface { },destType reflect.Type)(reflect.Value,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class nestedFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class nestedMapFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class nestedSliceFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class staticallyOpaqueFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class staticallyOpaqueMapFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class staticallyOpaqueSliceFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class DynamicMessageWrapper {
*ContextlessMsg
typeName string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class SimpleMsg {
PlainField string
MapField map[string]string
SliceField []string
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class NestedMsg {
PlainNestedField *SimpleMsg
MapNestedField map[string]*SimpleMsg
SliceNestedField []*SimpleMsg
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class StaticallyOpaqueMsg {
PlainOpaqueField []byte
MapOpaqueField map[string][]byte
SliceOpaqueField [][]byte
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class VariablyOpaqueMsg {
OpaqueType string
PlainOpaqueField []byte
MapOpaqueField map[string][]byte
SliceOpaqueField [][]byte
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class DynamicMsg {
DynamicType string
PlainDynamicField *ContextlessMsg
MapDynamicField map[string]*ContextlessMsg
SliceDynamicField []*ContextlessMsg
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos {
class ContextlessMsg {
OpaqueField []byte
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class variablyOpaqueFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class variablyOpaqueMapFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
class variablyOpaqueSliceFieldFactory {
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface StaticallyOpaqueFieldProto {
StaticallyOpaqueFields()[]string
StaticallyOpaqueFieldProto(name string)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface StaticallyOpaqueMapFieldProto {
StaticallyOpaqueMapFields()[]string
StaticallyOpaqueMapFieldProto(name string,key string)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface StaticallyOpaqueSliceFieldProto {
StaticallyOpaqueSliceFields()[]string
StaticallyOpaqueSliceFieldProto(name string,index int)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface VariablyOpaqueFieldProto {
VariablyOpaqueFields()[]string
VariablyOpaqueFieldProto(name string)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface VariablyOpaqueMapFieldProto {
VariablyOpaqueMapFields()[]string
VariablyOpaqueMapFieldProto(name string,key string)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface VariablyOpaqueSliceFieldProto {
VariablyOpaqueSliceFields()[]string
VariablyOpaqueSliceFieldProto(name string,index int)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface DynamicFieldProto {
DynamicFields()[]string
DynamicFieldProto(name string,underlying proto.Message)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface DynamicMapFieldProto {
DynamicMapFields()[]string
DynamicMapFieldProto(name string,key string,underlying proto.Message)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface DynamicSliceFieldProto {
DynamicSliceFields()[]string
DynamicSliceFieldProto(name string,index int,underlying proto.Message)(proto.Message,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface DecoratedProto {
Underlying()proto.Message
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface protoFieldFactory {
Handles(msg proto.Message,fieldName string,fieldType reflect.Type,fieldValue reflect.Value)bool
NewProtoField(msg proto.Message,fieldName string,fieldType reflect.Type,fieldValue reflect.Value)(protoField,error)
}
}
namespace github.com\\hyperledger\\fabric\\common\\tools\\protolator {
interface protoField {
Name()string
PopulateFrom(source interface { })error
PopulateTo()(interface { },error)
}
}
github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck.Messages ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck.ElementMessage : ElementWarnings
github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck.Messages ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\configtxlator\\sanitycheck.ElementMessage : ElementErrors
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec ---> github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.NodeSpec : CA
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec ---> github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.NodeTemplate : Template
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.NodeSpec : Specs
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec ---> github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.UsersSpec : Users
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.Config ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec : OrdererOrgs
github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.Config ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\cryptogen.OrgSpec : PeerOrgs
github.com\\hyperledger\\fabric\\common\\tools\\protolator.plainField -|> github.com\\hyperledger\\fabric\\common\\tools\\protolator.baseField
github.com\\hyperledger\\fabric\\common\\tools\\protolator.mapField -|> github.com\\hyperledger\\fabric\\common\\tools\\protolator.baseField
github.com\\hyperledger\\fabric\\common\\tools\\protolator.sliceField -|> github.com\\hyperledger\\fabric\\common\\tools\\protolator.baseField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMessageWrapper -|> github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.ContextlessMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.NestedMsg ---> github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.SimpleMsg : PlainNestedField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.NestedMsg ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.SimpleMsg : MapNestedField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.NestedMsg ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.SimpleMsg : SliceNestedField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg ---> github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.ContextlessMsg : PlainDynamicField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.ContextlessMsg : MapDynamicField
github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg ---> "*" github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.ContextlessMsg : SliceDynamicField
github.com\\hyperledger\\fabric\\common\\tools\\protolator.StaticallyOpaqueFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.StaticallyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.StaticallyOpaqueMapFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.StaticallyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.StaticallyOpaqueSliceFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.StaticallyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.VariablyOpaqueFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.VariablyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.VariablyOpaqueMapFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.VariablyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.VariablyOpaqueSliceFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.VariablyOpaqueMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.DynamicFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.DynamicMapFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.DynamicSliceFieldProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMsg
github.com\\hyperledger\\fabric\\common\\tools\\protolator.DecoratedProto <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator\\testprotos.DynamicMessageWrapper
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.dynamicFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.dynamicMapFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.dynamicSliceFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.nestedFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.nestedMapFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.nestedSliceFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.staticallyOpaqueFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.staticallyOpaqueMapFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.staticallyOpaqueSliceFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.variablyOpaqueFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.variablyOpaqueMapFieldFactory
github.com\\hyperledger\\fabric\\common\\tools\\protolator.protoFieldFactory <|- github.com\\hyperledger\\fabric\\common\\tools\\protolator.variablyOpaqueSliceFieldFactory
@enduml | false | true | false | false | sequence |
bd05140341cfaabd4e68737130afca9aadc78124 | b4b2b1a759f24afddbc6779e46bed4c757d4502a | /src/Client-side.puml | 6207c908b92adbfe0f8b4711429c9012a411bea7 | [] | no_license | adamrhurley/DistributedComputingProject1 | cb7268e63604be35e7f02e6db94bcaea8644bf66 | 02cfca48a605c54335ae99f330688e3fef9489fe | refs/heads/master | 2023-04-02T01:00:00.132972 | 2021-04-11T15:36:28 | 2021-04-11T15:36:28 | 344,565,712 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
title Client-Side
left to right direction
Main --|> EchoClient2
EchoClient2 --|> EchoClientHelper2
EchoClientHelper2 --|> MyStreamSocket
class Main{
main()
}
class EchoClient2{
main()
mainMenu()
messageFrame()
}
class EchoClientHelper2{
protocolInterpreter()
done()
}
class MyStreamSocket{
setStreams()
sendMessage()
receiveMessage()
viewAllMessages()
logout()
saveMessages()
sendText()
checkLogin()
close()
}
@enduml | false | true | false | false | class |
7fbbdff88517512cba9dfde567d12bc6279276f3 | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/InternWithBreechSpecialty.puml | e5e8ec73b9b1cddd92d9fa009c471e9582c9e96b | [] | no_license | W0lfCr0w/maternity-ward-system | b2a9201111079ce3f638ff78cadb6aa9ecb4e04f | ee9aac0f52841c4083f1666dc4628f9c0d9b34af | refs/heads/main | 2023-06-06T10:33:10.231707 | 2021-06-29T10:20:54 | 2021-06-29T10:20:54 | 379,371,068 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
class InternWithBreechSpecialty {
+ ExpertHourlyPay : double <<get>>
+ InternWithBreechSpecialty(fname:string, lname:string, id:string, age:int, hours:double)
+ InternWithBreechSpecialty(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
Intern <|-- InternWithBreechSpecialty
IExpertEmployee <|-- InternWithBreechSpecialty
@enduml
| false | true | false | false | class |
af8ad3633e7d5e0363a1e68fa51402b7ce47e170 | c7a12cd544a7ae7750f2a2e9e9900d543d99926d | /res/diagram.puml | 93b87c6459faf5063592eb5a0cb4f6ad5eb18ced | [] | no_license | theochp/c-antlr-compiler | db52b7468c2f0be75ba022087cc91e664a538f9f | 5c2fe1805c888d6b4deda2d50fe2f476afd830b7 | refs/heads/master | 2022-11-14T00:55:41.593669 | 2020-07-03T10:50:53 | 2020-07-03T10:50:53 | 270,654,240 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,562 | puml | @startuml
skinparam classAttributeIconSize 0
left to right direction
package ir{
Instruction --> inst_type
class Instruction{
- op inst_type,
- dest string
- operands vector<string>
- block IRBlock*
}
Instruction -- IRBlock
class IRFunc {
- name : string
- blocks : vector<IRBlock*>
- params: vector<string>
}
class IRBlock {
- label : string
- instructions : vector<Instruction*>
- func : IRFunc*
- exitTrue : IRBlock*
- exitFalse : IRBlock*
- testVarName : string
}
IRBlock *-- "*" Instruction
IRFunc *-- "*" IRBlock
IRBlock -- "exitTrue" IRBlock
IRBlock -- "exitFalse" IRBlock
enum inst_type {
ldcst
store
ret
add
sub
mul
div
neg
loadT
storeT
call
je
jmp
equalcomp
diffcomp
infcomp
infeqcomp
supcomp
supeqcomp
bitwise_and
bitwise_or
bitwise_xor
bitwise_not
postincre
postdecre
preincre
predecre
logicalNot
}
}
package generator{
ASMGenerator *-- "*" Instruction
class ASMGenerator {
-vector<Instruction *> instruction
-symbolTable : map<string, map<string,int>>
generate(ostream)
}
IRGenerator *-- "*" IRFunc
class IRGenerator{
-vector<IRFunc *> instruction
-ast : vector<Node*>
-symbolTable : map<string, map<string,int>>
-tempVarCount : int
-symbolOffsets : map<string,int>
generate()
}
X86Generator --|> ASMGenerator
MSP30Generator --|> ASMGenerator
}
package ast{
Statement --|> Node
Assignement --|> Operator
Block --|> Node
Constant --|> Expression
Operator --|> Expression
Return --|> Expression
Variable --|> Expression
Char --|> Expression
Expression --|> Statement
Declaration --|> Statement
For --|> Statement
Func --|> Node
FuncCall --|> Expression
IfElse --|> Statement
ArrayValue --|> Expression
ArrayDeclaration --|> Expression
UnExpression --|> Expression
Block *-- "*" Expression
class Node{
}
class FuncParam {
- name : string
}
class Func {
- name : string
- block : Block *
- params : vector<FuncParam*>
}
Func *-- "*" FuncParam
class Assignement{
-lvalue : Variable *
-rvalue : Expression *
}
class Block{
-statement : Expression *
}
class Constant{
-value : int
}
class Operator{
-left : Expression *
-right : Expression *
-op : Operator
}
Operator --> OpType
class Operator{
-opType : OpType
}
enum OpType {
MULT
DIV
ADD
MINUS
ASSIGN
}
class Return{
-statement : Expression *
}
class UnExpression{
-expr : Expression *
-op : UnOperator
}
UnExpression --> UnOperator
UnOperator --> UnOpType
class UnOperator{
-opType : UnOpType
}
enum UnOpType{
UN_PLUS
UN_MINUS
}
class Expression{
}
class Variable{
-name : string
}
}
class Visitor{
-symbolTable : map<string, int>
-stackOffset : int
-errorCount : int
}
class main{
}
@enduml | false | true | false | false | class |
6f0dd205349c70a6fedd55542840432b63ebce09 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrderTransitionCustomLineItemStateAction.puml | 0b0a3a1c50ae404f179400fab77d74fc04c67f75 | [] | 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 | 732 | 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 StagedOrderTransitionCustomLineItemStateAction [[StagedOrderTransitionCustomLineItemStateAction.svg]] extends StagedOrderUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface StagedOrderUpdateAction [[StagedOrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
612f316e5969a4d2dbe2eb2a8c7d4b70a93b12cc | 72e0d65cb502431500578350accc1ec3e7423065 | /2015-11-CDI-Forge-uni/slides/diagrams/architecture_model.puml | 8974794605b42860539eecd8b56e746197435eae | [
"MIT",
"CC-BY-4.0"
] | permissive | agoncal/agoncal-talks | a089d816cdcedeb8b00e3ac44198f69322ad44b5 | e95c9d28077867034c2df4f868ceba9383f6373a | refs/heads/master | 2022-12-05T00:27:03.272910 | 2022-11-23T14:02:47 | 2022-11-23T14:02:47 | 69,746,105 | 9 | 5 | null | 2022-06-24T01:42:35 | 2016-10-01T15:20:56 | HTML | UTF-8 | PlantUML | false | false | 573 | puml | @startuml
User "1" --* "*" Reimbursement
Reimbursement "1" *-right- "*" Expense
Conference "1" --* "*" Reimbursement
class Conference {
-String name
-Date date
-String country
-String city
}
class Expense {
-description
-Date date
-Float amount
-ExpenseType expenseType
-private Currency currency
}
class Reimbursement{
-Date date
-Set<Expense> expenses
-Currency currency
-User user
-Conference conference
}
class User{
-String login
-String password
-String name
-String email
-UserRole role
}
@enduml | false | true | false | false | class |
00c20a359df469ac14b2a287be59f5ebb3fe47f7 | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Editor/Property/RangeValueDrawer.puml | 34f7b3da06ac9c51610c4e5071deb00020f503aa | [] | 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 | 500 | puml | @startuml
class RangeValueDrawer {
+ <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void
}
class RangeVector2Drawer {
+ <<override>> GetPropertyHeight(property:SerializedProperty, label:GUIContent) : float
}
class RangeVector3Drawer {
+ <<override>> GetPropertyHeight(property:SerializedProperty, label:GUIContent) : float
}
PropertyDrawer <|-- RangeValueDrawer
RangeValueDrawer <|-- RangeVector2Drawer
RangeValueDrawer <|-- RangeVector3Drawer
@enduml
| false | true | false | false | class |
a6d4f9ef553b76cc26635a87d4256dc9eba7ad48 | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /5.ClienteServidor/docs/diagrams/src/vistaCasosUso/diagramaEstadosGeneral.plantuml | 7dfeaa45db4e3d7957100dd3dbd2dc0679dc13da | [] | no_license | EnriqueCF/requirements | fe59445d677f9bae4262950cbd9ab61688e90013 | 8afdff6df115f97585ff980abe253d4da387de90 | refs/heads/master | 2023-06-13T23:42:22.698560 | 2021-07-11T18:59:59 | 2021-07-11T18:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 463 | plantuml | @startuml StateDiagramGameStates(ContextDiagram)
state INITIAL
state IN_GAME
state OUT_GAME
state EXIT
state if_finished <<choice>>
state if_resumed <<choice>>
[*] --> INITIAL
INITIAL --> IN_GAME: Start
IN_GAME --> if_finished: Play
IN_GAME --> if_finished: Undo
IN_GAME --> if_finished: Redo
if_finished --> IN_GAME
if_finished --> OUT_GAME: [finished]
OUT_GAME --> if_resumed: Resume
if_resumed --> INITIAL: [continued]
if_resumed --> EXIT
EXIT --> [*]
@enduml | false | true | false | false | sequence |
80246d93dd310e3adb99a218078126353758fcae | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingMethodSetCustomTypeAction.puml | 9a4e0ce803f1a5a798e2207e4802b571ac718f9f | [] | 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 | 576 | 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 ShippingMethodSetCustomTypeAction [[ShippingMethodSetCustomTypeAction.svg]] extends ShippingMethodUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface ShippingMethodUpdateAction [[ShippingMethodUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
75f2f1b74a3e9a3b2a53c9d8ebfa0f7d791fdcf4 | ddc18265d5ed4399a699a43a472396f9e61bc0a0 | /src/me/hifancy/philosopher/philosopher.puml | 4f12829f52e65763be9903272aeb04a43eab6c78 | [] | no_license | carlZou/OSExperiment | 754b777ee53ceaecbf8e40f46b7d265b04b12601 | 514dcc468f56e4303a9f2eda79fa8f7f6a0a4ede | refs/heads/master | 2021-07-18T08:12:40.033691 | 2017-10-23T11:48:29 | 2017-10-23T11:48:29 | 107,970,906 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
class philosopher
class stick
class stick{
boolean used
void getstatus()
boolean setstatus()
}
class philosopher{
int id
void eating()
void thinking()
}
@enduml | false | true | false | false | class |
f2c6e04083acbd67302dd24e612929a9774392bf | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/PsoEncipher.plantuml | 56b0c4de08cdca06929c4384a139f630282654e9 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,498 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class PsoEncipher {
{static} - CLA : int
{static} - INS : int
{static} - ANSWER_IS_CIPHER_P1 : int
{static} - DATA_IS_PLAINTEXT_P2 : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ PsoEncipher()
+ PsoEncipher()
+ PsoEncipher()
- computePlainDoRsaEncipher()
- computePlainDoEllipticCurveEncipher()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
PsoEncipher -up-|> AbstractHealthCardCommand
@enduml | false | true | false | false | class |
848c40ab20db5b5e42973f1a9c2347c06a2f97ab | 4d82b0d65ad85bca4deb49e6ce4257b358ae4670 | /figure-10.4.puml | ae07f2dcd16c8cba815b463a5c6809f24ffbf773 | [] | no_license | netpyoung/bs.uml-distilled | d0877c8e69156560d2c252c6dcc24bf4764105cd | 9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc | refs/heads/master | 2020-04-21T05:10:41.074540 | 2019-02-06T00:10:17 | 2019-02-06T00:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | puml | @startuml
state EnterConnectionDetails {
[*] --> EnterPhoneNumber
EnterPhoneNumber -> ChooseSharedOrSolo : next
ChooseSharedOrSolo -> EnterPhoneNumber : back
ChooseSharedOrSolo -> EnterName : next
EnterName -> ChooseSharedOrSolo : back
}
EnterName -> ShowConnections : save
ShowConnections -> EnterConnectionDetails : new
EnterConnectionDetails --> ShowConnections : cancel
@enduml | false | true | false | false | sequence |
fa79d58327affe7778eb4a7721c00b3fb179652a | efb0f6a3ddfbb9750c3af36b650ddbe35be69f46 | /source/_draft/spring-aop/MethodInterceptor.puml | be1f0836961c4881708573294b490566bf3f4c09 | [] | no_license | holmofy/blog.hufeifei.cn | f902a36fa91ba2e87f44541a8f72e455d21f780b | 2523b19474c1b0aa49c97b472a2777291a06c147 | refs/heads/master | 2023-08-30T19:40:48.930273 | 2023-08-25T13:18:35 | 2023-08-25T13:18:35 | 159,538,879 | 1 | 0 | null | 2022-04-02T11:56:20 | 2018-11-28T17:21:00 | HTML | UTF-8 | PlantUML | false | false | 291 | puml | @startuml
interface MethodInterceptor
MethodInterceptor <|.left. CacheInterceptor
MethodInterceptor <|.. TransactionInterceptor
MethodInterceptor <|.. AsyncExecutionInterceptor
MethodInterceptor <|.. MethodSecurityInterceptor
MethodInterceptor <|.right. MethodValidationInterceptor
@enduml | false | true | false | false | class |
59e15491b463444df34d967fc5ae267414784b08 | 967f095fe263b1380a174de85ac1f5fec4478534 | /stress/sd.plantuml | 37cbe0a578e7f95632d88b7d20f43a4ac3ab141d | [] | no_license | linwumeng/go-http-stress | 6e3715911fcc39c41f4dcaa4f8dde5fb53a7d391 | e9fa585325cb053bf700d72a09efcf03693f7393 | refs/heads/master | 2022-11-19T14:18:53.618102 | 2020-07-19T16:12:30 | 2020-07-19T16:12:49 | 280,893,202 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | plantuml | @startuml
title "Stress"
actor User
boundary Emitter
collections Requestor
control RoundTripper
participant chan
participant HTTP
participant done
control Stats
actor Timer
User -> Emitter
Emitter -> Requestor
loop
Requestor -> RoundTripper
RoundTripper -> HTTP
RoundTripper -> chan
Requestor -> Emitter
end
Emitter -> Stats
loop
Timer -> Stats
Stats -> chan
Stats -> Stats
alt
Stats -> done
end
end
Emitter -> chan
done -\ Emitter
@enduml | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.