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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e0ca398d2638dcbce003bfea4b35459ccfe8883 | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /6.Ficheros/docs/diagrams/src/vistaCasosUso/casoUsoOpen.plantuml | 3141a7c964bf859ed9a3513b7296b3c4e5a67da2 | [] | 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 | 390 | plantuml | @startuml StateDiagramFluxOpenState
state INITIAL
state IN_GAME as " "
state start as " "
state finished as " "
state if <<choice>>
[*] --> INITIAL
INITIAL --> start: Player requests to open a saved game
start --> if: System shows the title and the saved board
if --> IN_GAME
if --> finished: [finished]
finished --> [*]: System allows Resume
IN_GAME --> [*]: System allows Play
@enduml | false | true | false | false | sequence |
baa34d4b991bf070978c9746ebbf2b26b02afce4 | a91911e5cb7152c74d512ef19e54f381b41944c4 | /src/main/java/ex45/ex45.puml | 5d268261347bfa496c8724759d8c633fbbff7789 | [] | no_license | Amos-L/Luo-cop3330-assignment3 | 1dca7c191ce1de8b86bb88f52a99f5f27de7e1ee | af0bf5cc87faad4dc3050f62dc98786b5fe873f1 | refs/heads/master | 2023-08-23T01:31:39.377738 | 2021-10-12T02:37:35 | 2021-10-12T02:37:35 | 416,156,903 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | puml | @startuml
'https://plantuml.com/class-diagram
readFile <|-- Main
replaceWord <|-- readFile
writeout <|-- replaceWord
replaceWord <|-- Main
writeout <|-- Main
class Main {
-Call readFile
-Call replaceWord(readFile)
-Call writeout(replaceWord)
}
class readFile {
~Scanner x
~String inputs
~ArrayList<String> fileINputs
~String ListString
-listString
}
class replaceWord {
~newString
-newString
}
class writeout {
~FileWriter writer
-output.txt
}
@enduml | false | true | false | false | class |
15d595eb7246b4b13a0bd7222927399f384b3578 | 1a874b3427decfdc734e03583dd8cc63d657cdad | /app/src/main/java/com/example/airpnp/RentPackage/RentPackage.plantuml | c6b57e5e6c784b37588a46380a1684ff90cd8b73 | [] | no_license | IdoPerez/AirPnP | 0badff3de357d4add3e262115310e5ffed5d1dab | 785869469e7958e4d4acaf3f6a6ff7f0b5a07433 | refs/heads/master | 2023-06-05T01:16:14.054826 | 2021-06-23T06:16:55 | 2021-06-23T06:16:55 | 309,782,171 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,837 | plantuml | @startuml
title __RENTPACKAGE's Class Diagram__\n
namespace com.example.airpnp {
namespace RentPackage {
class com.example.airpnp.RentPackage.RentActivity {
~ autocompleteSupportFragment : AutocompleteSupportFragment
~ dayCheckBoxView : View
~ edName : EditText
~ fridayTV : TextView
~ fridayTime : TextView
~ mondayTV : TextView
~ mondayTime : TextView
~ nextStep : Button
~ priceLayout : EditText
~ saturdayTV : TextView
~ saturdayTime : TextView
~ sizeItems : ArrayList<SizeItem>
~ sizePosition : int
~ sizeSpinner : Spinner
~ sundayTV : TextView
~ sundayTime : TextView
~ thursdayTV : TextView
~ thursdayTime : TextView
~ timeLayout : EditText
~ tuesdayTV : TextView
~ tuesdayTime : TextView
~ wednesdayTV : TextView
~ wednesdayTime : TextView
{static} - API_KEY : String
- address : String
- city : String
- stPrice : String
+ onCreateView()
- createParkingSpace()
- inputCheck()
- onCheckBoxClicked()
- onDayCheckBoxClicked()
}
}
}
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.Helper.FirebaseHelper : firebaseHelper
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.LocationPackage.LocationControl : locationControl
com.example.airpnp.RentPackage.RentActivity o-- com.example.airpnp.UserPackage.ParkingSpaceControl : parkingSpaceControl
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 |
5c4cf948062783259df2c793ceb42eb39f4376c7 | e7ecb422129ddab476ecb64d72cf687bd39b0412 | /DIFFRENTIAL_EQUATIONS_ASSIGNMENT/src/sample/sample.plantuml | 5127f8f9408045bc0dbea94c25570507bdea2ea9 | [] | no_license | kalraUtkarsh/Differential_equations | 263c5468d67e900624c4f622d577691562c05143 | 454eefe509a920afdf67ccbbc73ec3fbfc8efd4e | refs/heads/master | 2020-09-10T07:13:22.028355 | 2019-11-14T12:08:34 | 2019-11-14T12:08:34 | 221,681,602 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,160 | plantuml | @startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.Controller {
~ N : float
~ N0 : float
~ Xo : float
~ Yo : float
~ h : float
~ methodchoosinglist : ObservableList<String>
- Euler : CheckBox
- GerrorEuler : CheckBox
- GerrorImpeuler : CheckBox
- GerrorRunge : CheckBox
- Impeuler : CheckBox
- LerrorEuler : CheckBox
- LerrorImpeuler : CheckBox
- LerrorRunge : CheckBox
- Line_chart : LineChart<Float, Float>
- M : ChoiceBox<String>
- N0_text : TextField
- Runge : CheckBox
- Xo_text : TextField
- exact_choice : CheckBox
- h_text : TextField
- x : CategoryAxis
- x_text : TextField
- y : NumberAxis
- yo_text : TextField
+ draw()
- initialize()
}
}
namespace sample {
class sample.Errors {
+ Errors()
}
}
namespace sample {
class sample.Global_errors {
}
}
namespace sample {
class sample.Main {
{static} + main()
+ start()
}
}
namespace sample {
class sample.NumericalMethods {
+ Euler_globalerror()
+ Euler_localerror()
+ ImpEuler_globalerror()
+ ImpEuler_localerror()
+ NumericalMethods()
+ Range_globalerror()
+ X_values_gerror()
+ eulerMethod()
+ exactSolution()
+ improvedeEulerMethod()
+ rungeKuttaMethod()
+ runge_localerror()
+ solution()
+ x_values()
~ equation_helper()
}
}
sample.Controller o-- sample.Errors : Er
sample.Controller o-- sample.Global_errors : Ger
sample.Controller o-- sample.NumericalMethods : Nm
sample.Errors o-- sample.NumericalMethods : hello
sample.Global_errors o-- sample.NumericalMethods : yo
sample.Main -up-|> javafx.application.Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
18b2493cdcd651f1206bc3d5685f08dc60c991cd | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/deprecated/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-media.puml | 73c2b86078aba504d83aa21a7021455cb973ba9e | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 9,058 | 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(ShopwareCoreContentMediaMediaDefinition, "media\n(Media / Files)") {
primary_key(id) id
userId foreignKey
mediaFolderId foreignKey
mimeType string
fileExtension string
uploadedAt dateTime
fileName longText
fileSize int
mediaTypeRaw blob
metaData json
mediaType json
alt translated
title translated
url string
hasFile bool
private bool
customFields translated
thumbnailsRo blob
not_null(createdAt) createdAt
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
noAssociation 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
}
ForeignTable(ShopwareCoreSystemUserUserDefinition, "user") {
}
ForeignTable(ShopwareCoreContentCategoryCategoryDefinition, "category") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition, "product_manufacturer") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition, "product_media") {
}
ForeignTable(ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition, "property_group_option") {
}
ForeignTable(ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition, "mail_template_media") {
}
ForeignTable(ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition, "document_base_config") {
}
ForeignTable(ShopwareCoreCheckoutShippingShippingMethodDefinition, "shipping_method") {
}
ForeignTable(ShopwareCoreCheckoutPaymentPaymentMethodDefinition, "payment_method") {
}
ForeignTable(ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition, "product_configurator_setting") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition, "order_line_item") {
}
ForeignTable(ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition, "cms_block") {
}
ForeignTable(ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition, "cms_section") {
}
ForeignTable(ShopwareCoreContentCmsCmsPageDefinition, "cms_page") {
}
ForeignTable(ShopwareCoreCheckoutDocumentDocumentDefinition, "document") {
}
ForeignTable(ShopwareStorefrontThemeThemeDefinition, "theme") {
}
ForeignTable(ShopwareStorefrontThemeAggregateThemeMediaDefinition, "theme_media") {
}
ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
' relationshipd
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaAggregateMediaThumbnailMediaThumbnailDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreSystemUserUserDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCategoryCategoryDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentProductAggregateProductManufacturerProductManufacturerDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentProductAggregateProductMediaProductMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaMediaDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentPropertyAggregatePropertyGroupOptionPropertyGroupOptionDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentMailTemplateAggregateMailTemplateMediaMailTemplateMediaDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreCheckoutDocumentAggregateDocumentBaseConfigDocumentBaseConfigDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreCheckoutShippingShippingMethodDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreCheckoutPaymentPaymentMethodDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentProductAggregateProductConfiguratorSettingProductConfiguratorSettingDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreCheckoutOrderAggregateOrderLineItemOrderLineItemDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCmsAggregateCmsBlockCmsBlockDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCmsAggregateCmsSectionCmsSectionDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreContentCmsCmsPageDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareCoreCheckoutDocumentDocumentDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareStorefrontThemeThemeDefinition
ShopwareCoreContentMediaMediaDefinition --> ShopwareStorefrontThemeAggregateThemeMediaDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaDefaultFolderMediaDefaultFolderDefinition
ShopwareCoreContentMediaAggregateMediaTranslationMediaTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition --> ShopwareCoreContentMediaAggregateMediaFolderMediaFolderDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaThumbnailSizeMediaThumbnailSizeDefinition
ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaThumbnailSizeMediaFolderConfigurationMediaThumbnailSizeDefinition --> ShopwareCoreContentMediaAggregateMediaFolderConfigurationMediaFolderConfigurationDefinition
ShopwareCoreContentMediaAggregateMediaTagMediaTagDefinition --> ShopwareCoreSystemTagTagDefinition
@enduml
| false | true | false | false | sequence |
7488e0302bfe034bdec405b5c4d90f4618701c41 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Telemetry/Telemetry-Subscriber/Deployment.puml | e10bb5585f80464713e2b165ad071baec721c51b | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 333 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "Telemetry/Telemetry Subscriber" #lightblue {
folder bin #ffffff {
file binName
}
folder Services #ffffff {
file uservice
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
bin .. sailsjs
Services .. micro
micro -- DB1
sailsjs -> micro
}
| false | true | false | false | sequence |
fe3f03879a1fb2ef5315bdf1c4e1e6dd7a75cdd2 | 0f1e357d43db3a4ee4e4f3077ccfc94b9f00a4ad | /docs/TP5.plantuml | 28749a5028f1351502f7b5ccada7f8670455892c | [
"MIT",
"CC-BY-SA-3.0"
] | permissive | IUT-Blagnac/cpoa-tp5-romainaury | 96f6a5a5febeeda779666eace82e26500ea9d2ba | cb161262045440caf07c856837d8a1f5d59cf8af | refs/heads/master | 2023-01-29T16:40:14.688179 | 2020-12-11T16:44:16 | 2020-12-11T16:44:16 | 320,234,878 | 0 | 0 | MIT | 2020-12-11T11:16:06 | 2020-12-10T10:20:34 | Java | UTF-8 | PlantUML | false | false | 668 | plantuml | @startuml
class CourseViewer [[java:observer.nonpattern.CourseViewer]] {
-JPanel sliderPanel
-JPanel coursePanel
-Vector<JSlider> sliders
-JScrollPane scrollPane
-JButton button
+CourseViewer()
+void addCourse(CourseRecord courseRecord)
+void paint(Graphics g)
+void actionPerformed(ActionEvent arg0)
+void stateChanged(ChangeEvent arg0)
+{static}void main(String[] args)
}
class JFrame [[java:javax.swing.JFrame]] {
}
JFrame <|-- CourseViewer
interface ActionListener [[java:java.awt.event.ActionListener]] {
}
ActionListener <|.. CourseViewer
interface ChangeListener [[java:javax.swing.event.ChangeListener]] {
}
ChangeListener <|.. CourseViewer
@enduml | false | true | false | false | class |
8ec5d2b81342c8943caf15321c35c05acbd6b0bc | c31c6a0a579d06f5d8208120c3c28cea0f22f99b | /utility/final/MVC.puml | ce9d0bb18a3eea286c80eeba15b00ef0f8bdcc31 | [] | no_license | elenasl96/ing-sw-2019-6 | dc9d0851c69bf2c2018e6d5a098bb6b1666cc626 | 035626a290f26e2d5c24a2acad7a49c44003d324 | refs/heads/master | 2022-01-27T15:56:53.982270 | 2019-07-05T20:27:06 | 2019-07-05T20:27:06 | 176,553,576 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,350 | puml | @startuml
skinparam classAttributeIconSize 0
package model{
interface ModelObserver <<Interface>>{
+ onJoin(User): void
+ onLeave(User): void
+ onStart(): void
+ onUpdate(Update): void
}
}
package view{
interface View extends ModelObserver
class ViewClient implements View
class ViewGui implements View
}
package network{
package commands{
interface RequestHandler
interface ResponseHandler
interface Request
interface Response
}
interface RemoteController
Request --> RequestHandler
Response <-- RequestHandler
Response --> ResponseHandler
interface ClientHandler extends ModelObserver
class SocketClientHandler implements ClientHandler
class SocketClient implements RemoteController
class RMIClientHandler implements ClientHandler, RemoteController
}
package controller{
class TimerController implements ModelObserver
class ServerController implements RequestHandler
class GameController << (S,#FF7700) Singleton >>
class ClientController implements ResponseHandler
class ShootController << (S,#FF7700) Singleton >>
}
RemoteController --> ClientController
ClientController <-- View
ClientHandler <--> ServerController
RemoteController <-> ClientHandler: Socket
@enduml | false | true | false | false | sequence |
72ff98fc8110557d45946eec8d7cee54476218fd | a9831c48be3806b83ad7619e4c4bf2471554e11e | /search_design.puml | dbbfa1e88a16570ce242a16caffab60fcaf5635a | [] | no_license | larinde/insight | ebb7df5935d2781b259aba9a98b4a1cb46eb9a90 | a26f32db3b6f954d2b331246f2239880078b2d12 | refs/heads/master | 2023-06-11T18:05:15.572086 | 2021-07-05T12:43:51 | 2021-07-05T12:43:51 | 356,048,062 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,081 | puml | @startuml
title High-Level Search Concept
scale 750 width
skinparam packageStyle rect
skinparam componentStyle uml2
skinparam database {
BackgroundColor #6A9EFF
}
skinparam usecase {
BackgroundColor #6A9EFF
BorderColor black
}
skinparam component {
FontColor black
AttributeFontColor black
FontSize 17
AttributeFontSize 15
AttributeFontname Droid Sans Mono
BackgroundColor #6A9EFF
BorderColor black
ArrowColor #222266
}
database rdb [DB
]
usecase (Sychronisation/Mapping) as syncmap
Rectangle "SM Service"{
(Service) <-right- (ORM) : Relational \n queries
(Service) -right-> (ORM) : Create, update\n commands
}
database searchDB [Search\nEngine
]
(ORM) -right-> rdb
rdb -down-> (syncmap)
(syncmap) -down-> searchDB
(Service) <-right- searchDB : Full-text queries
Note left of searchDB: Alternatives include: \n - Elasticsearch Instance \n - Solr Instance \n - Custom solution based on Lucene
@enduml
| false | true | false | false | usecase |
aab161eb80adfdea9c0081b47f3a019d172bc827 | f90c39ffff44a5a39493336c9c18331db8f8760f | /docs/logicView/analysisView/useCaseAnalysis/MoveRandom.puml | 9b9f454efb8e3f5a95db9b280c2edfa53215b5a3 | [] | no_license | Sertinell/klondike | e60d49defc893f459218c491a084e1872fddaa44 | 7c10f627fda6caf8b1ddc9e2cd6a59b218f34c53 | refs/heads/master | 2023-04-11T08:18:00.482272 | 2021-04-22T12:46:28 | 2021-04-22T12:46:28 | 338,658,308 | 0 | 9 | null | 2021-04-22T12:46:29 | 2021-02-13T19:59:43 | null | UTF-8 | PlantUML | false | false | 731 | puml | @startuml Analysis Random Movement
mix_actor Player
package views {
class GameView
class ErrorView
}
Player -right-> GameView
note on link: Selects Exit
package controllers {
class PlayController
class RandomMovementController{
-generateRandomAction()
}
PlayController *-left-> RandomMovementController
}
package models{
class Game
}
PlayController -up-> GameView
note on link : getAction()
RandomMovementController --> ErrorView
note on link : showError()
RandomMovementController --> Game
note on link: moveFromWasteToTableau(nPlie)\n\
moveFromTableauToTableau(sPile, sCard, dPile)\n\
moveFromTableauToFoundation(sPile, sCard)\n\
moveFromFoundationToTableau(sFoundation, dPile)
@enduml | false | true | false | false | class |
5897b9d1cc6dcf82060e6d7213cec40166b7f40d | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160832/sp1/ssd.puml | 242d3161103f62f933ab57d6d81509aa4d5fd0d2 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml ssd.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> System : Is on #workbooks section
System -> User : Refreshes Spreadsheet in real time
@enduml | false | true | false | false | sequence |
359a392717d1bab06e246eba553888b259ae5cb8 | 3719022897014e52297e0ab39b307408fb740107 | /src/main/java/de/shimunmatic/informationhub/service/definition/definition.plantuml | 83f460f89c68cb8a7eb621249e08ab47523855e7 | [] | no_license | shimunmatic/information-hub | 2bcdf8ba83f06570aa7552827a961b231e561a8b | f13c39b3b44975236d114e0e628be4fa3c5703cb | refs/heads/master | 2021-03-16T20:30:19.407191 | 2020-11-22T18:05:43 | 2020-11-22T18:05:43 | 246,939,810 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,493 | plantuml | @startuml
title __DEFINITION's Class Diagram__\n
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CRUDService {
{abstract} + delete()
{abstract} + deleteById()
{abstract} + getAll()
{abstract} + getById()
{abstract} + save()
{abstract} + save()
{abstract} + update()
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.CountryStateService {
{abstract} + evictCacheForDailyUpdate()
{abstract} + fetchNewStatistic()
{abstract} + getAllForCountry()
{abstract} + getAllForCountryOnDate()
{abstract} + getAllForProcessedDate()
{abstract} + getAllForWorld()
{abstract} + getAllForWorldOnDate()
{abstract} + getListOfCountries()
}
}
}
namespace de.shimunmatic.informationhub {
namespace service.definition {
interface de.shimunmatic.informationhub.service.definition.ProcessedDateService {
{abstract} + getForFormattedProcessedDate()
{abstract} + getLastProcessedDate()
}
}
}
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 |
f3db31251d0618eec78e15222d41910dd4837171 | 57e95452505413652ef6fec3106ba60f845b0a8b | /info202_project-master/Diagrams/deleteProduct.puml | 3f759356f88a3c3c92e049b936efbec5c37ee00e | [] | no_license | hugonzb/Product-Lookup | 8820cdcb58da70a850f00d11614e24f34363b779 | cf9000f43a5f8bfceea07ea490d048c2d539e77d | refs/heads/master | 2022-11-07T09:35:54.457160 | 2020-06-18T08:06:41 | 2020-06-18T08:06:41 | 272,931,990 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,618 | puml | @startuml
skinparam style strictuml
actor "User" as user
participant "Administration menu" as mainmenu <<dialog>>
mainmenu++
user -> mainmenu : Clicks "View Products" button
create "ProductViewer" as viewer <<dialog>>
mainmenu -> viewer: Construct
viewer++
create "ProductDatabase" as productdatabase <<dao>>
viewer -> productdatabase : Construct
participant "DbConnection" as dbconnection <<dao>>
productdatabase++
productdatabase -> dbconnection++ : getDefaultConnectionUri()
dbconnection -> productdatabase : return DEFAULT_URI
dbconnection--
productdatabase--
database H2
create "SimpleListModel" as slm <<gui helper>>
viewer -> slm : Construct
viewer -> user: Display all products
user -> viewer : Selects product and presses "Delete"
viewer -> viewer : viewerList.getSelectedValue();
viewer -> viewer : viewerOptionpane.showConfirmDialog(this, "Confirm deletion")
viewer -> user : Confirm deletion
user -> viewer : Presses "Yes"
viewer -> productdatabase++ : removeProduct(product)
productdatabase -> dbconnection++ : getConnectionUri(productUri)
dbconnection -> H2++ : getConnection()
H2 -> productdatabase : return connection
dbconnection--
H2--
productdatabase -> H2++ : prepareStatement(sql)
H2--
productdatabase -> productdatabase : stmt.setString(1, product.getproductID())
productdatabase -> H2++ : stmt.executeUpdate()
H2--
viewer -> productdatabase : returnProducts()
productdatabase -> viewer : return products
productdatabase--
viewer -> slm++ : updateItems(products)
viewer -> viewer : viewerList.setModel(slm)
viewer -> user : Display updated products in the database
slm--
viewer--
@enduml
| false | true | false | false | usecase |
b3c78cbf1839511d835efe3de23b87323fbb4aa5 | 70b52b6b0217b218c77a7ab5acbdf2fce264e89f | /demo_java.plantuml | 05412a9977cbca3ce47a3fd69ed1f6fcbee84b41 | [] | no_license | 123cs/demo_java | b1f7befdd19640ccd241b85c5b297db02913588d | 209d9edeb6da39fe58e28190ad2327f7cb66645a | refs/heads/master | 2020-04-07T16:25:02.300852 | 2018-11-21T10:51:23 | 2018-11-21T10:51:23 | 158,528,295 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,369 | plantuml | @startuml
title __DEMO_JAVA's Class Diagram__\n
package cs.service.core {
package cs.service.core.resources {
abstract class AbstractResource {
}
}
}
package guice {
interface AnimalService {
}
}
package cs.service.core {
class App {
}
}
package guice {
package guice.pig {
class DefaultPigService {
}
}
}
package cs.service.core {
package cs.service.core.resources {
class DemoResource {
}
}
}
package guice {
package guice.pig {
class FakeService {
}
}
}
package guice {
class GuiceModule {
}
}
package cs.service.core {
package cs.service.core.filter {
class LoggingFilter {
}
}
}
package guice {
class Main {
}
}
package cs.service.core {
package cs.service.core.listeners {
class StartListeners {
}
}
}
DefaultPigService -up-|> AnimalService
DemoResource -up-|> AbstractResource
FakeService -up-|> AnimalService
GuiceModule -up-|> AbstractModule
LoggingFilter -up-|> Filter
StartListeners -up-|> ServletContextListener
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 |
a3a326727a4a7b43febfcdbe5dfb9b02f7b34483 | 85592c2f8d87903b27b3b6a1dd1f733231f6585c | /guava-tests/test/com/nanyin/test/design/bridge/bridge.puml | 5290241601692b6d585bedfe33c306eeb70ecc9c | [
"Apache-2.0"
] | permissive | NanYinIU/guava-with-comments | 52aa7248f4eb7f8d7bb8173b0d432de5a327490f | 04f402389aadc903ff4c595049dfb01575d3bd71 | refs/heads/master | 2021-06-27T20:31:52.847594 | 2019-06-28T03:04:02 | 2019-06-28T03:04:02 | 140,093,917 | 0 | 0 | Apache-2.0 | 2020-10-13T09:33:12 | 2018-07-07T15:05:44 | Java | UTF-8 | PlantUML | false | false | 452 | puml | @startuml
abstract class Shape{
+ color:Color
+ {abstract}buildShape():void
}
interface Color {
+ paint():void
}
class ColorBlue{
+ paint():void
}
class ColorRed{
+ paint():void
}
class ShapeCircle{
ShapeCircle()
buildShape():void
}
class ShapeSquare{
ShapeSquare()
buildShape():void
}
Shape <|--ShapeSquare
Shape <|-- ShapeCircle
Color <|.. ColorBlue
Color <|.. ColorRed
Color "1" o-- "1" Shape:has
App --> ShapeCircle
App --> ColorRed
@enduml | false | true | false | false | class |
eee4ae71afb8071273e0b99e0987bec57fc1d916 | 5653994dabf895da044b58d5d0dd22e3d004dcd6 | /src/site/design/oneD.puml | 8620f84580992c271da4a026369322a5f7544185 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | RayDeCampo/commons-numbers | 726101b43d18445edbb05b60bf534be17504248d | 0d64d85edac739593908f4a7d024c9e802109428 | refs/heads/master | 2021-06-11T13:45:29.147178 | 2017-01-09T02:58:45 | 2017-01-09T02:58:45 | 78,243,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,343 | puml | ' Licensed to the Apache Software Foundation (ASF) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' The ASF licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
package org.apache.commons.complex.geometry #ECEBD8 {
interface Space {
+int getDimension()
+Space getSubSpace()
}
note top
Space is mainly used as a parameter
for generics and to link d-dimensional
space with (d-1)-dimensional space
end note
interface "Vector<S extends Space>" as Vector_S_ {
+Space getSpace()
+Vector getZero()
+double getNorm()
+Vector add()
+Vector subtract()
+Vector negate()
+Vector normalize()
+Vector scalarMultiply()
+boolean isNaN()
+boolean isInfinite()
+double distance()
+double dotProduct()
}
Space <-- Vector_S_
package partitioning #DDEBD8 {
interface "Region<S extends Space>" as Region_S_
interface "Hyperplane<S extends Space>" as Hyperplane_S_
interface "SubHyperplane<S extends Space>" as SubHyperplane_S_
}
package euclidean #DDEBD8 {
package oned #DDDBD8 {
class Euclidean1D
class OrientedPoint
class Interval
class IntervalSet
Space <|.. Euclidean1D
Vector_S_ <|.. OrientedPoint
Region_S_ <|.. IntervalSet
}
}
}
@enduml
| false | true | false | false | class |
40a8cab27219d1cb27d82807cb25ad62ca9e8151 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/ChaineResponsabilite/Mail/README.puml | 4ac26d9a446146f0f031f9411ce88d36909d8edc | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 545 | puml |
@startuml Diagramme de classe
skinparam style strict
class Analyser
class ComplaintHandler extends Handler
class Demo
class FanHandler extends Handler
abstract class Handler{
+setProchain(Handler successor) : void
+handleRequest(Mail mail): void
+printMsg(String s) : void
}
class Mail
class NewLocationHandler extends Handler
class NormalHandler extends Handler
class SpamHandler extends Handler
Demo -> "*" Handler
Handler -up-> Mail: Analyse
Analyser -> Handler
Demo -> Analyser
Handler -down-> Handler: prochain hanbler
@enduml | false | true | false | false | sequence |
b054e4ba268783f48b8dcc62ecae68cbb24c2ac4 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/ci_integrations/docs/features/supported_storage_version/diagrams/supported_storage_version_sequence_diagram.puml | 7c36f8bce6c92b0294aeaf1cbcd91a7d6c093993 | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 2,012 | puml | @startuml
skinparam ParticipantPadding 20
skinparam BoxPadding 10
actor Bob
participant SyncCommand << (C,#ADD1B2) >>
participant ApplicationMetadata << (C,#ADD1B2) >>
participant SyncStagesFactory << (C,#ADD1B2) >>
participant CiIntegration << (C,#ADD1B2) >>
participant CompatibilitySyncStage << (C,#ADD1B2) >>
participant FirestoreDestinationClientAdapter << (C,#ADD1B2) >>
Bob -> SyncCommand : run()
activate SyncCommand
SyncCommand -> ApplicationMetadata : .supportedStorageVersion
activate ApplicationMetadata
ApplicationMetadata --> SyncCommand : supportedStorageVersion
deactivate ApplicationMetadata
SyncCommand --> SyncCommand : creates SyncConfig
SyncCommand --> SyncCommand : creates SourceClient, DestinationClient
SyncCommand -> SyncStagesFactory : create(sourceClient, destinationClient)
activate SyncStagesFactory
SyncStagesFactory --> SyncCommand : syncStages
deactivate SyncStagesFactory
SyncCommand -> CiIntegration : sync(syncConfig)
activate CiIntegration
CiIntegration -> CompatibilitySyncStage : call(syncConfig)
activate CompatibilitySyncStage
CompatibilitySyncStage -> FirestoreDestinationClientAdapter : fetchMetadata()
activate FirestoreDestinationClientAdapter
FirestoreDestinationClientAdapter --> CompatibilitySyncStage : storageMetadata
deactivate FirestoreDestinationClientAdapter
CompatibilitySyncStage --> CompatibilitySyncStage : performs compatibility checks
alt The versions are compatible and the storage is not updating
CompatibilitySyncStage --> CiIntegration : InteractionResult.success
CiIntegration --> CiIntegration : Runs next `SyncStage`s
CiIntegration --> SyncCommand : InteractionResult.success
SyncCommand --> Bob : Sync finished
else
CompatibilitySyncStage --> CiIntegration : InteractionResult.failure
deactivate CompatibilitySyncStage
CiIntegration --> SyncCommand : InteractionResult.failure
deactivate CiIntegration
SyncCommand --> Bob : Sync finished with an error
deactivate SyncCommand
end
@enduml
| false | true | false | false | usecase |
208a14a3b8b11d5035b6207a5a2830b0199786b2 | 8eeaa622bd21c275f3c6995d3f1b3657b68b0618 | /src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-system-statemachine.puml | 4b224809bd485a0c6129b9f97bb39655876d676c | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | Gamingpc/platform | 79282f0e78f9346b4fa02a7907975890200d8ac8 | 47169962a2d7fa4b232ad63d3611ac392ba3ddf4 | refs/heads/6.0-dp | 2023-04-06T14:37:58.066081 | 2019-07-15T06:24:42 | 2019-07-15T06:24:42 | 188,271,256 | 3 | 2 | MIT | 2023-04-04T01:25:29 | 2019-05-23T16:35:37 | PHP | UTF-8 | PlantUML | false | false | 5,441 | 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(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
}
ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition, "order_transaction") {
}
ForeignTable(ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition, "order_delivery") {
}
ForeignTable(ShopwareCoreCheckoutOrderOrderDefinition, "order") {
}
ForeignTable(ShopwareCoreSystemUserUserDefinition, "user") {
}
' relationshipd
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineStateMachineDefinition
ShopwareCoreSystemStateMachineStateMachineTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineTransitionStateMachineTransitionDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreCheckoutOrderAggregateOrderTransactionOrderTransactionDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreCheckoutOrderAggregateOrderDeliveryOrderDeliveryDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition --> ShopwareCoreCheckoutOrderOrderDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineStateStateMachineStateTranslationDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreSystemStateMachineAggregationStateMachineHistoryStateMachineHistoryDefinition --> ShopwareCoreSystemUserUserDefinition
@enduml
| false | true | false | false | uml-unknown |
62ec73bfde179cee370ce08f9fa6690a5021dc8b | 58bbfceefa4ee368a32526a05a3a35ba4123772d | /diagrams/plantuml-src/class-diagram.puml | 1680a02b56351852f27bf9e0940d5ff64e326ce0 | [] | no_license | skarning/software-engineering-gr14-project | f16946c93fb0463821b44f8c4de1b9ea8a89a91d | 44c46809d6b396a9f0253fd9f9cac16c63ab7965 | refs/heads/master | 2020-08-02T00:16:42.287934 | 2020-01-10T13:11:56 | 2020-01-10T13:11:56 | 211,172,826 | 2 | 0 | null | 2019-11-18T22:43:16 | 2019-09-26T20:08:31 | Java | UTF-8 | PlantUML | false | false | 2,159 | puml | @startuml
title Sports App - Class Diagram
package Models {
class Event {
-int eventId
-String eventTitle
-String eventDescription
-String location
-LocalDateTime eventStart
-LocalDateTime eventEnd
-ArrayList<Competition> competitions
}
class Competition {
-int competitionId
-ArrayList<Result> results
-ArrayList<Participant> participants
-LocalDateTime competitionStart
}
abstract class Person {
-int personId
-String firstName
-String lastName
-int age
}
class Athlete {
-Team team
}
class User {
-int userId
-String userName
-String password
-UserLevels userLevel
}
class Participant {
-Athlete athlete
-int participantId
}
class Team {
-String teamName
-ArrayList<Athlete> athletes;
}
class Club {
-String clubName
-String location
-ArrayList<Team> teams
}
class Result {
-Participant participant
-long time
-long timeDiff
}
Event *-right- Competition
Competition *-down- Participant
Person <|-down- Athlete
Person <|-down- User
Participant --> Athlete
Team *-left- Athlete
Club *-left- Team
Competition *-right- Result
Result --> Participant
}
package Repositories {
interface IRepository<<T>> {
}
class UserRepository {
}
class EventRepository {
}
class ClubRepository {
}
class IdRepository {
}
IRepository <|-down- UserRepository
IRepository <|-down- EventRepository
IRepository <|-down- ClubRepository
IRepository <|-down- IdRepository
}
package Client {
class loginWindowController {
}
class clubWindowController {
}
class adminWindowController {
}
class deletEventWindowController {
}
class eventViewController {
}
}
Client --- Models
Client - Repositories
@enduml | false | true | false | false | sequence |
7f8401ae9bcce4743ba1b3d0865142036d6ba25d | dd34fb6fcc99f7254ce076c1f7b215742dca8d5f | /src/main/docs/ActivityDiagram.puml | 5b79d072d39984170552ca9007f48a893abdb4b4 | [] | no_license | nabsha/ascender | 80701f0a63e29f0c43be97d263b1b2296945e156 | 63f666d228cdec5e680ae4aaf254e041b1ea58c8 | refs/heads/master | 2021-01-18T19:22:20.460410 | 2015-08-23T11:02:52 | 2015-08-23T11:02:52 | 40,004,383 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 48 | puml | @startuml
(*) --> "check input"
-->(*)
@enduml | false | true | false | false | uml-unknown |
96390d84035f36f4bed36430456ee04b43d851dc | b615d963ae1cfa22289775c561dd073b55a71ebd | /docs/uml-class-diagrams/middleware01/production/MiddlewareGisInterface/MiddlewareGisInterface.puml | b198a386edc120244adad47663182329c02663f6 | [] | no_license | elilley15/csi-3370-software-project | 8062dddf435ab0c7941acdf03225f84c18457947 | d2642cf649dabeafd6d9753c483b9df265d85118 | refs/heads/main | 2023-01-18T15:48:03.237629 | 2020-11-28T21:24:10 | 2020-11-28T21:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 356 | puml | @startuml MiddlewareGisInterface
package edu.oakland.production.middleware01 {
interface MiddlewareGisInterface {
__
.. Use Case 1 ..
{abstract} + String receiveGpsSignalStrength(Satellite satelliteSignal)
.. Use Case 2 ..
{abstract} + String receiveGpsSignalStrength(Satellite satelliteSignal)
}
}
@enduml | false | true | false | false | class |
0dc4fa45c1633afa9a852e837da6183dd773c40d | 7041d4eab20296045d22e31c56211bc84b17da1c | /docs/Ajouter cours/DSS_Ajouter_Cours.puml | 39086c2a0ce8f6c204de93f9e2c71bc5818c0cf4 | [] | no_license | nerdz88/SGA-TS | ff97ce5cd5c78de97a851e80e0c948f7552b0f2c | 608d0748ff5ceff47ff75a9053cc1b5fee061df9 | refs/heads/main | 2023-07-09T19:54:11.262264 | 2021-07-28T17:39:07 | 2021-07-28T17:39:07 | 397,959,207 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | puml | @startuml DSS_Ajouter_Cours_Succes
title DSS Ajouter espaceCours
hide footbox
actor ":Enseignant" as prof
participant ":Systeme" as sys
' Lionel: Dans le SGB c'est juste des cours/groupes cours
' Alors: recupererEspacesCoursSgb => recupererGroupesCours
' Pas besoin de spécifier SGB pcq on n'a pas de GroupesCours dans le SGA
prof -> sys : recupererGroupesCours(token : String)
sys --> prof : liste des groupes-cours qu’enseigne l’enseignant
prof -> sys : ajouterEspaceCours(tokenEnseignant : String, idEspaceCours : String)
sys --> prof : information du cours et liste des etudiants\ninscrits dans le groupe-cours correspondant
@enduml
| false | true | true | false | usecase |
ff08adb4073f6e36f67aac39a8e20e861bf3016b | 3ddd2a152048964304680624cda0399bace3c65b | /doc/usecases/diagrams/paymentInitRedirect.puml | 1d08b7518470cf91f64027d584ef3e83d229e17f | [
"Apache-2.0"
] | permissive | cryptobuks1/xs2a | b13de7e6b8dc1dbb2744144032d275311b5b7c18 | 042245cc5597bd29c93ec535cd49413969ef33a5 | refs/heads/master | 2023-06-05T22:49:31.672483 | 2021-06-30T13:20:05 | 2021-06-30T13:20:05 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,776 | puml | @startuml
actor PSU
entity TPP
entity XS2A
entity SPI
entity SPI
entity CMS
entity Online_banking
entity Core_banking
note right of CMS
For an Authorisation Call
CMS-PSU-API is used
end note
PSU->TPP: Initiate payment
activate TPP
activate PSU
TPP -> XS2A: REST Call Initiate payment\nPOST "/v1/payments/{payment-product}"
activate XS2A
XS2A->SPI: Java Call SPIinitiatePayment
activate SPI
|||
SPI-->XS2A: SpiSinglePaymentInitiationResponse
deactivate SPI
|||
XS2A-->TPP:Payment initiation response
deactivate XS2A
|||
TPP->XS2A: REST Call Initiate authorisation implicitly \nPOST"/v1/{payment-service }/{payment-product}/\n{paymentId}/authorisations"
activate XS2A
note left
in case of Multilevel SCA
the authorisation steps
should be repeated for other PSU
end note
|||
XS2A-->TPP:Start authorisation response\n"link_SCARedirect "
deactivate XS2A
TPP-->PSU: Feedback to the customer\nAuthorise the transaction
deactivate TPP
|||
PSU->Online_banking: PSU re-direct to an authorisation webpage of the ASPSP
deactivate PSU
activate Online_banking
|||
Online_banking->CMS: REST Call GetPaymentByRedirectId\n"GET/psu-api/v1/payment/redirect/{redirect-id}"
activate CMS
|||
CMS-->Online_banking: CmsPaymentResponse
|||
Online_banking->CMS: REST Call UpdatePsuIdPayment\n"PUT/psu-api/v1/payment/authorisation/\n{authorisation-id}/psu-data"
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
|||
Online_banking-->PSU: Authorisation Process Response
deactivate Online_banking
activate PSU
|||
PSU->Online_banking: The PSU Authorises the Payment
activate Online_banking
|||
Online_banking->CMS: REST Call UpdateAuthorisationStatus\n"PUT/psu-api/v1/payment/{payment-id}/authorisation/\n{authorisation-id}/status/{status}"
activate CMS
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
Online_banking->Core_banking: Execute Payment
activate Core_banking
|||
Core_banking-->Online_banking: Response PaymentStatus
deactivate Core_banking
Online_banking->CMS: REST Call UpdatePaymentStatus\n"PUT/psu-api/v1/payment/{payment-id}/status/{status}"
activate CMS
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
|||
Online_banking-->PSU: Payment confirmed
deactivate Online_banking
|||
PSU->TPP: Redirect back to TPP
deactivate PSU
activate TPP
|||
TPP->XS2A: REST Call get payment status\n"GET/v1/{payment-service}/{paymentId}/status"
activate XS2A
|||
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPI GetPaymentStatusByid
activate SPI
|||
SPI->Core_banking: GetPaymentStatusById
activate Core_banking
|||
Core_banking-->SPI: Transaction Status Response
deactivate Core_banking
|||
SPI-->XS2A: Transaction Status Response
deactivate SPI
|||
XS2A->CMS: REST Call UpdateTransactionStatus
activate CMS
|||
CMS->XS2A: UpdateTransactionStatus Response
deactivate CMS
|||
XS2A-->TPP: Transaction Status Response
deactivate XS2A
|||
TPP->XS2A: REST Call Get Payment Request "GET/v1/\n{payment-service}/{paymentId}"
deactivate TPP
activate XS2A
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPIGetPaymentbyId
activate SPI
|||
SPI->Core_banking: GetPaymentById
activate Core_banking
|||
Core_banking-->SPI: Payment Object Response
deactivate Core_banking
SPI-->XS2A: SpiSinglrPayment /\nSpiPeriodicPayment /\nSpiBulkPayment /\nSpiPaymentInfo
deactivate SPI
|||
XS2A->CMS: REST Call UpdatePayment
activate CMS
|||
CMS-->XS2A: UpdatePayment Response
deactivate CMS
|||
XS2A-->TPP: Get Payment Response
deactivate XS2A
activate TPP
|||
TPP->XS2A: REST Call Get Authorisation Sub-resources\n"GET/v1/{payment-service}/{payment-product}\n/{paymentId/authorisations}"
activate XS2A
|||
XS2A->CMS: GetAuthorisationsByPaymentId
activate CMS
|||
CMS-->XS2A: GetAuthorisationsByPaymentId Response
deactivate CMS
XS2A-->TPP: Authorisation Ids List
|||
TPP->XS2A: REST Call Get Sca Status Request\n"GET/v1/{payment-service}/{payment-product}/\n{paymentId/authorisations}/{authorithationId}"
|||
XS2A->CMS: REST Call getPaymentInitiationAuthorisationScaStatus
activate CMS
|||
CMS-->XS2A: getPaymentInitiationAuthorisationScaStatus Response
deactivate CMS
|||
XS2A->SPI: Java Call getScaStatus
activate SPI
|||
SPI->Core_banking: getScaStatus
activate Core_banking
|||
Core_banking-->SPI: getScaStatus Response
deactivate Core_banking
SPI->XS2A: SpiScaStatusResponse
deactivate SPI
|||
XS2A->CMS: REST Call UpdateAuthorisationStatus
activate CMS
|||
CMS-->XS2A: UpdateAuthorisationStatus Response
|||
deactivate CMS
|||
XS2A-->TPP: Get Sca Status Response
deactivate TPP
deactivate XS2A
@enduml
| false | true | false | false | sequence |
0c0406d50b01e51bb82f2ef4bc28ce15ba75a0fe | 0992a598a77d620c86b163e92c2a0259e1c5efe1 | /docs/sprint2/diagrams/ClassDiagramNew.puml | b2874b9d2346aad7b197ff73188380233f061b16 | [] | no_license | dev-rbatista/Tutorial_Local_Smoke_Test_with_Docker_Containers-Gradle | a78f2c5a85e72035db2091e79b8c75ddfff8c7fb | cad9b52d66a2f91c93919feaee5250303d230752 | refs/heads/master | 2023-06-17T23:27:34.990780 | 2021-07-15T15:36:57 | 2021-07-15T15:36:57 | 386,325,650 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,724 | puml | @startuml
left to right direction
title Class Diagram - SP02 CLASS DIAGRAM
skinparam linetype ortho
hide empty members
package controllers {}
class Application {
}
class CategoryService {
}
class StandardCategory {
}
class CustomCategory {
}
class FamilyService {
}
class AccountService {
}
class TransactionService {
}
class RelationService{
}
class Family {
}
class CashAccount {
}
class Account {
}
class FamilyMember {
}
class MoneyValue {
}
class Relation {
}
class CashTransaction {
}
interface Account {
}
interface Transaction {
}
interface Category{
}
controllers --> Application
Application --> FamilyService : has
Application --> CategoryService : has
Application --> AccountService : has
Application --> TransactionService : has
Application --> RelationService : has
CategoryService --> StandardCategory
'CategoryService -left-> CategoryTreeDTO : creates
'FamilyService -right-> FamilyWithoutAdministratorDTO : creates
FamilyService --> Family : has list
Family --> CashAccount : has
Family --> CustomCategory : \n\n has
Family --> FamilyMember : has list
class StandardCategory implements Category
class CustomCategory implements Category
FamilyMember --> Account : has list
class CashAccount implements Account
class CreditCardAccount implements Account
class BankSavingsAccount implements Account
class BankAccount implements Account
Account -* AccountData : contains
AccountService --> Account: handles
Family --> Relation : has list
RelationService --> Relation : handles
class CashTransaction implements Transaction
TransactionService --> Transaction: handles
Account --up> Transaction: has list
AccountData -* MoneyValue : contains
Transaction -* MoneyValue : contains
@enduml
| false | true | false | false | sequence |
35a10ee687d1cc3477ddf9b591355288a32222f4 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMPro_InstructionOverlay.puml | d8a5a721c0d5693474bd342d54902e3439f45639 | [] | 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 | 418 | puml | @startuml
class TMPro_InstructionOverlay {
Awake() : void
Set_FrameCounter_Position(anchor_position:FpsCounterAnchorPositions) : void
}
enum FpsCounterAnchorPositions {
TopLeft,
BottomLeft,
TopRight,
BottomRight,
}
MonoBehaviour <|-- TMPro_InstructionOverlay
TMPro_InstructionOverlay o-> "AnchorPosition" FpsCounterAnchorPositions
TMPro_InstructionOverlay +-- FpsCounterAnchorPositions
@enduml
| false | true | false | false | class |
ba45f6241856d8f4d18ae889f4315a92a3da2945 | c9f776512224bea54ea954daabce3684cf2993f0 | /android/6pan2/app/src/main/java/cn/cdut/a6pan/DataBase/DataBase.plantuml | bbc98b76da4ed6805d4b46b6fd36f6938ca5d91e | [
"MIT"
] | permissive | mooleetzi/lab | d1ff5434981eb934de75d699acefb3b9b1a2c4a7 | 57df24f6e4f439eb4fad3f2217d3b8fd6f609a6b | refs/heads/master | 2020-06-09T12:34:05.968034 | 2020-01-07T01:58:47 | 2020-01-07T01:58:47 | 193,438,979 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | plantuml | @startuml
title __DATABASE's Class Diagram__\n
namespace cn.cdut.a6pan {
namespace DataBase {
abstract class cn.cdut.a6pan.DataBase.FileDataBase {
{static} - instance : FileDataBase
{static} + getDataBase()
{abstract} + getFileDao()
}
}
}
cn.cdut.a6pan.DataBase.FileDataBase -up-|> androidx.room.RoomDatabase
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 |
ca0df7abe6426630ddd5da84bc53020011009e53 | ea9d93c21cc3d049d15ae3e4273d762d0c824af7 | /Deployments/arm/demo/fortinet/mgmt-RDS/diagram/deployment.puml | 14e69c5faf6eb330a9fb8e484a94fb4bbdea0b04 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | canada-ca/accelerators_accelerateurs-azure | 85c071e09e30be0c1c517497fa5e88d4633dd1b0 | c60275cad6b4862d0be800c74d8f1225ab2293e2 | refs/heads/master | 2022-04-29T21:33:48.970078 | 2022-04-21T02:10:44 | 2022-04-21T02:10:44 | 181,213,642 | 38 | 20 | MIT | 2022-04-21T02:09:25 | 2019-04-13T18:35:53 | PowerShell | UTF-8 | PlantUML | false | false | 146 | puml | @startuml
artifact Base_Infrastructure
artifact MGMT_ADDS
artifact Encryption
MGMT_ADDS <-- Base_Infrastructure
Encryption <-- MGMT_ADDS
@enduml | false | true | false | false | deployment |
d6bde8d06f8cacd6989b166e2815ece30e6ca399 | 285e83c000940c87658457938d5d8aefc13c9d0d | /test2.puml | 6bb3074ad9cf16f0850427a633dab3bab6d40b1e | [] | no_license | jdarrort/karchnoe | baa49fcb5d7119df08751fcc439e62a6828fc247 | 48d9903302de560a9d7b7935d61b0b51cb04f47a | refs/heads/master | 2022-12-11T04:22:16.610872 | 2019-12-11T00:02:54 | 2019-12-11T00:02:54 | 192,015,985 | 0 | 0 | null | 2022-12-10T19:09:12 | 2019-06-14T23:26:12 | JavaScript | UTF-8 | PlantUML | false | false | 153 | puml | @startuml
actor "Helo" as hel
participant home
participant work
actor "Clar" as cla
hel -> cla : Stop yelling at me !
home -> work : Go to work
@enduml | false | true | false | false | sequence |
291629fd388cb429d06c1fb4acb75e76b773d95d | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Policies/Destroy-Policy.puml | 54f2346c9e5e65c667f9b56d15b033ec19749399 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 323 | puml | @startuml
Actor "actorName" as A
box "Manage-Policies" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-policy-destroy(name,cloud,env)
CLI -> S : policy/destroy(name,cloud,env)
A -> Web : policy/destroy(name,cloud,env)
Web -> S : policy/destroy(name,cloud,env)
end box
@enduml
| false | true | false | false | usecase |
da14227bc76184e01f4b5a8e1ee7026e2da06f38 | d190d262be936b4698d63b08126da94b4b0ac56d | /Doc/plantuml/sequenceP2ABCE.puml | a7339ad6179f249e60590cd2a21c086f40893e7f | [] | no_license | jlcs-es/p2abc_iot_toolkit | a6f021881ac8c358e77bc8bc788932a5e16332df | dbcee8b122b169ee31030136504a18366d648906 | refs/heads/master | 2021-03-27T09:09:50.364356 | 2017-07-24T08:50:32 | 2017-07-24T08:50:32 | 82,589,634 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,110 | puml | 'TODO
@startuml
skinparam dpi 300
skinparam monochrome true
hide footbox
title P2ABCE Delegation User Service Sequence Diagram
actor "IoT Device" as IoT
participant "REST User Service" as REST
box "CORE/" #FEFECE
participant "APDU Handler" as Handler
participant "Subroutines" as Subroutines
participant "MULTOS\nreimplemented C-API" as mAPI
end box
box "INTERFACES/"
participant "SC Status\nSerialization" as Serialization
participant "APDU I/O" as APDUIO
participant "Modular Arithmetic" as Modarith
end box
'IoT -> BIOSC: BootSmartCard( listening_port, json_file )
activate BIOSC
BIOSC -> Serialization: read_sc_status( json_file )
activate Serialization
Serialization --> BIOSC:
deactivate Serialization
BIOSC -> BIOSC: OpenTCPSocket(listening_port)
loop Listen on Socket for APDU Commands
BIOSC -> Handler: handle_APDU( apdu_command_bytes )
activate Handler
Handler -> APDUIO: parse_APDU_bytes( apdu_command_bytes )
activate APDUIO
APDUIO --> Handler: [ CLA INS P1 P2 Lc Payload Le ISO_Case]
deactivate APDUIO
' switch ( INS_byte ) - case
Handler -> Handler: handle_INS( INS_byte )
activate Handler
Handler -> Subroutines: aux_function() *
activate Subroutines
note left: Example use of\nSubroutines, MULTOS\nAPI and Interfaces.
Subroutines -> mAPI: multos_func() *
activate mAPI
mAPI -> Modarith: some_function() *
activate Modarith
Modarith --> mAPI:
deactivate Modarith
mAPI --> Subroutines:
deactivate mAPI
Subroutines --> Handler:
deactivate Subroutines
Handler -> mAPI: mExit()
note left: <b>Always</b> call mExit to\nend the APDU handling\nlike in a MULTOS s.c.
activate mAPI
mAPI -> Serialization: save_sc_status()
note right: Save the new status of the smart card\nbefore sending the APDU Response.
activate Serialization
Serialization --> mAPI:
deactivate Serialization
mAPI -> APDUIO: output_APDU_Response()
note right: Sends APDU Response\nbytes through the socket.
activate APDUIO
APDUIO --> mAPI:
deactivate APDUIO
mAPI --> Handler:
deactivate mAPI
Handler --> Handler:
deactivate Handler
Handler --> BIOSC:
deactivate Handler
end
'BIOSC --> IoT: return
deactivate BIOSC
@enduml
| false | true | false | false | usecase |
9c49b71c15038bf9dcd8e1c2ec0a1c2e9f7b324e | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/order/media/src/serviceOrderState.puml | e4b03d08ed87c93d62dc6e39a7e9a436e8b9bde8 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 1,140 | puml | @startuml
skinparam {
StateBackgroundColor White
}
hide empty description
state acknowledged : Basic validation done
state inProgress : Service configuration and activation started
state completed : Service configuration and activation complete
state rejected : Basic validation failed
state pending : Waiting for an action/activity
state held : Temporarily delayed due to an issue
state failed : All Order items have failed
state partial : Some Order items have failed\nand some have succeeded
state IsAccepted <<choice>>
[*] --> acknowledged: orderAccepted
note right of IsAccepted : issues detected?
acknowledged -d-> IsAccepted
IsAccepted -d-> inProgress : processingStarted
IsAccepted -d-> rejected : validationFailed
inProgress --> completed : processingComplete
inProgress --> failed : processingFailed
inProgress --> partial : partiallyCompleted
inProgress -l-> pending : actionRequired
inProgress -l-> held : orderFallOut
pending -r-> inProgress : actionCompleted
held -r-> inProgress : issueResolved
completed --> [*] : archived
failed --> [*] : archived
partial --> [*] : archived
rejected --> [*] : archived
@enduml | false | true | false | false | sequence |
0cc948ae4f9eeb20d91463fc96f0f0dcfa0f1478 | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/struct/composite/Organization.puml | e2f85bef08d0c787c4b29455e4d06f942ddf44a6 | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 439 | puml | @startuml
abstract class Organization
class University
class Collage
class Department
Organization <|-- University
Organization <|-- Collage
Organization <|-- Department
University o-- Collage
Collage o-- Department
Organization : +add()
Organization : +remove()
Organization : +list()
University : +add()
University : +remove()
University : +list()
Collage : +add()
Collage : +remove()
Collage : +list()
Department : +list()
@enduml | false | true | false | false | class |
6fdc8549f00966b23c7a296fec5d277b55431563 | 5bf761145a79d450f9b405528824ff6880d10304 | /docs/architecture/diagrams/useCases/1-loginWithFinTech.puml | b35ae367e64e77c6a422ab47400aa0a95ef3541e | [
"AGPL-3.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-commercial-license",
"AGPL-3.0-or-later",
"GPL-3.0-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | valb3r/open-banking-gateway | 64d08a5f20d5650273b8c317a9fe90b87340b5b2 | 75273702746f2146d7ab3be71a471e90783868ec | refs/heads/master | 2021-11-13T19:41:53.173677 | 2021-10-11T15:36:01 | 2021-10-11T15:36:01 | 221,220,698 | 0 | 0 | Apache-2.0 | 2019-11-12T13:10:30 | 2019-11-12T13:10:29 | null | UTF-8 | PlantUML | false | false | 1,362 | puml | @startuml
autonumber "<b><color blue>[Login-000]</color></b>"
actor psu
box "PsuUserAgent" #LightGray
participant "FinTechUI" as FinTechUI
'participant "ConsentAuthorisationUI" as ConsentAuthorisationUI
'participant "OnlineBankingUI" as OnlineBankingUI
end box
box "FinTechDC" #DarkSeaGreen
participant "FinTechApi" as FinTechApi
end box
box "TppDC" #LightGray
'participant "TppBankingApi" as TppBankingApi
'participant "TppBankSearchApi" as TppBankSearchApi
'participant "ConsentAuthorisationApi" as ConsentAuthorisationApi
'participant "RedirectSessionStoreApi" as RedirectSessionStoreApi
'participant "BankingProtocolSelector" as BankingProtocolSelector
'participant "BankingProtocol" as BankingProtocol
end box
box "AspspDC" #LightSkyBlue
'participant "AspspBankingApi" as AspspBankingApi
'participant "OnlineBankingApi" as OnlineBankingApi
end box
== PSU establishes a session with the FinTech API : call[header](body)<params> return code[header](body) ==
psu -> FinTechUI ++ : loadFinTechApplication()
return displayLoginUI()
psu -> FinTechUI ++ : enterLoginData(username,password)
FinTechUI -> FinTechApi ++ : login[](loginRequest)<>
return 200_UserProfile[cookies=SessionCookie,X-XSRF-TOKEN=xsrfToken](UserProfile)
FinTechUI -> FinTechUI : parseAndStoreXsrfToken()
return displayBankSearchScreen()
@enduml | false | true | false | false | usecase |
a75bc2819d7986337695d74a3035842661062788 | b384a892ec852a6531a08028988d4598fa62e18e | /ColaVendingMachine/CVM-3/uml/ColaVendingMachine-fsm.puml | c4326d5447c1785414a70455042e9620de2809ca | [] | 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 | 1,206 | puml | @startuml
hide empty description
title CVM-3\nState chart (FSM)\n
[*] --> InitialisedSubSystems : E_START / CVMinitialiseSubSystems()
InitialisedSubSystems : insertedMoney = 0
InitialisedSubSystems : priceCola = 125
InitialisedSubSystems : availableChange = 30
InitialisedSubSystems ---> WaitForCoins : E_CONTINUE [no init error(s)]
InitialisedSubSystems ---> [*] : E_CONTINUE [init error(s)] / CVMshutdownSubSystems()
WaitForCoins --> Detected_20C : E_20C
Detected_20C : insertedMoney += 20
Detected_20C --> WaitForCoins : E_NOT_ENOUGH
Detected_20C --> Dispense : E_ENOUGH / CVMcheckChange()
WaitForCoins --> Detected_50C : E_50C
Detected_50C : insertedMoney += 50
Detected_50C --> WaitForCoins : E_NOT_ENOUGH
Detected_50C --> Dispense : E_ENOUGH / CVMcheckChange()
Dispense --> WaitForUpdateChange: E_NO_CHANGEDISPENSE / CHDdispenseChange(insertedMoney)
WaitForUpdateChange --> WaitForCoins
Dispense --> WaitForCoins : E_CHANGEDISPENSE / CLDdispenseCola(); CHDdispenseChange(change)
note right of InitialisedSubSystems
All subsystems in CVM initialised and executed selftests
end note
note left of InitialisedSubSystems #green
All currency values in cents (integers)
end note
@enduml
| false | true | false | false | sequence |
d5950fcf408dc52325e833401b19e2a1ae61cd14 | 8491af28b929c9dd8c3e95cd2cc9859519a004bd | /src/assets/diagram/architecture.plantuml | 07b2b9085329c53c9b6e16d040752f00b97194ba | [] | no_license | smolijar/gitwiki-thesis | 143e3df3d9b9c1549649f2d2b3694f4a95dd46e2 | a683eabeeb1ff3d6381bd677c051079e0ab9c34b | refs/heads/master | 2023-05-01T01:03:01.240639 | 2018-06-12T18:05:28 | 2018-06-12T18:05:28 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 499 | plantuml | @startuml
' left to right direction
node Server {
cloud "Local SSHD\nwith Gitolite" as gitolite
card "Back-end\napplication" as be
}
cloud GitHub as gh
node "Client's Browser" as client {
card "Front-end\napplication" as fe
}
actor Alice
fe -0)- be : "\n REST"
be -right0)- gitolite : "SSH"
be -0)- gh : "REST"
be -0)- gh : " HTTPS"
note right on link
This is used
for remote
repository
manipulation
end note
Alice -left0)- client: " WUI "
Alice -(0- gitolite: " SSH"
@enduml | false | true | false | false | sequence |
57959fbe434120380b9dd56f1e5c16d8dcd4a265 | 399f2b4a13c4a158eb0cc38e29eba5f3fb9b998a | /use-cases/code-review2-use-case.puml | d427cab8ae7209daa7982ec5ecc598bb2b30ee51 | [
"Apache-2.0"
] | permissive | HeinThuAung-11/group3 | 646550418fa773f1e6b0ead248bc548f4e469fe0 | 225559c753ad61f4adb9f71320db119281bd622c | refs/heads/master | 2023-01-23T06:59:36.885539 | 2020-12-05T04:14:55 | 2020-12-05T04:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,412 | puml | @startuml
skinparam usecase {
FontName Aapex
BackgroundColor Aquamarine
BorderColor DarkCyan
ArrowColor DarkCyan
}
skinparam actor{
FontName Aapex
BackgroundColor Aquamarine
BorderColor DarkCyan
}
left to right direction
skinparam packageStyle rectangle
actor User
rectangle database as "Database"
rectangle "Code Review 2" {
usecase UC2 as "Display largest to smallest population countries in the world."
usecase UC3 as "Display largest to smallest population countries in a continent."
usecase UC4 as "Display largest to smallest population countries in a region."
usecase UC5 as "Display top populated countries in the world provided by user."
usecase UC6 as "Display top populated countries in a continent provided by user."
usecase UC7 as "Display top populated countries in a region provided by user."
usecase UC8 as "Display largest to smallest population cities in the world."
usecase UC9 as "Display largest to smallest population cities in a continent."
usecase UC10 as "Display largest to smallest population cities in a region."
usecase UC11 as "Display largest to smallest population cities in a country."
User -- UC2
User -- UC3
User -- UC4
User -- UC5
User -- UC6
User -- UC7
User -- UC8
User -- UC9
User -- UC10
User -- UC11
}
UC2 -- database
UC3 -- database
UC4 -- database
UC5 -- database
UC6 -- database
UC7 -- database
UC8 -- database
UC9 -- database
UC10 -- database
UC11 -- database
@enduml | false | true | false | false | usecase |
c0e1e56a8d3d39ed4c00981f5a3610928d3460a9 | b83a52601e77c9cfc4f554bee53c52a695a5230c | /docs/diagrams/exceptions.plantuml | 9290ba616f7e76f00ccdc9735a1e1ce939b739b7 | [] | no_license | dgc5213/ip | d67878842064ce8ef535d53e7e1d6456d44399fa | 23517781e08fbb598d1ac0d6e19ed56609b16cc8 | refs/heads/master | 2023-03-24T20:29:17.523477 | 2021-03-16T13:49:55 | 2021-03-16T13:49:55 | 289,248,293 | 0 | 0 | null | 2021-03-16T13:23:34 | 2020-08-21T11:02:04 | Java | UTF-8 | PlantUML | false | false | 236 | plantuml | @startuml
title __EXCEPTIONS's Class Diagram__\n
namespace duke {
namespace exceptions {
class duke.exceptions.DukeException {
+ DukeException()
}
}
}
right footer
PlantUML
endfooter
@enduml
| false | true | false | false | class |
f1646ac5485313e7d29fdbc314522da0b4e306a7 | a682ff1bc0d5ba5ec689ac93532bf68e1244be31 | /documentacion/codigos/cu017.puml | 876c9f1c0e2ae804123589e0de83179c31c680af | [] | no_license | fideldalmasso/dondeJuego | f75ec656be3425de8789125e72fb448d9fcf7d7c | d64a380d71a14dedbd63caefac7e1b27446c0a09 | refs/heads/master | 2023-04-01T07:24:24.311757 | 2021-03-27T23:29:56 | 2021-03-27T23:29:56 | 300,145,075 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,311 | puml | @startuml
title CU017 Generar Fixture
actor Usuario as usr
boundary GUIVerCompetencia as gvc
control GestorFixture as gf
control GestorCompetencia as gc
control CompetenciaDAO as cd
control FixtureDAO as fd
entity Encuentro as en
entity Fecha as fe
entity Fixture as fi
entity Competencia as compe
usr --> gvc: generarFixture()
gvc --> gf: generarFixture(idCompetencia)
gf --> gc: getCompetencia(idCompetencia)
gc --> cd: getCompetencia(idCompetencia)
cd --> gc: Competencia competencia
gc --> gf: Competencia competencia
alt competencia.Modalidad == EliminacionSimple
gf --> gvc: Mensaje mensaje("Caso de uso no implementado")
gvc --> gvc: mostrarMensaje(mensaje)
gvc --> usr:
else competencia.Modalidad == EliminacionDoble
gf --> gvc: Mensaje mensaje("Caso de uso no implementado")
gvc --> gvc: mostrarMensaje(mensaje)
gvc --> usr:
else competencia.Modalidad == Liga
alt competencia.estado == EN_DISPUTA || competencia.estado == FINALIZADA
gf --> gvc: Mensaje mensaje("No se puede volver a crear el fixture")
gvc --> gvc: mostrarMensaje(mensaje)
gvc --> usr:
else
gf --> gvc: Mensaje mensaje("Desea volver a generar el fixture")
gvc --> gvc: pedirConfirmacion(mensaje)
gvc --> usr:
alt
usr --> gvc: cancelar()
gvc --> usr:
else
usr --> gvc: aceptar()
gvc --> gf: crearFixture()
gf --> compe: getParticipantes()
compe --> gf: List<Participante> participantes
gf --> compe: getLugaresRealizacion()
compe --> gf: List<LugarRealizacion> lugares
loop for each lugar in lugares
gf --> gf: disponibilidad += lugar.getDisponibilidad();
end
alt disponibilidad < participantes.size()/2
gf --> gvc: Mensaje("Lugares de realizacion insuficientes.")
gvc --> gvc: mostrarMensaje(mensaje)
gvc --> usr:
else
opt participantes.size()%==1
gf --> gf: participantes.add(new Participante(null,null,null))
end opt
gf --> fi: Fixture()
fi --> gf: Fixture fixture
loop for i in [0,participantes.size())
gf --> fe: Fecha(i)
fe --> gf: Fecha fecha
loop for j in [0,participantes.size()/2)
opt (participantes[i].getEmail()!=null && participantes[i].getEmail()!=null)
gf --> en: Encuentro()
en --> gf: Encuentro encuentro
gf --> en: setParticipantes(participantes[i],participantes[j]
en --> gf:
gf --> en: setLugarRealizacion(lugares.getLugarConDisponibilidad())
en --> gf:
gf --> fe: fecha.addEncuentro(encuentro)
end opt
end loop
gf --> fi: fixture.add(fecha)
fi --> gf:
gf --> gf: participanteAux = participantes[participantes.size()-1]
loop for j in [2,participantes.size()-1]
gf-->gf: participantes[j]=participantes[j-1]
end loop
gf --> gf: participantes[1]=participanteAux;
end loop
gf --> compe: competencia.setFixture(fixture)
compe --> gf:
gf --> compe: competencia.setEstado(PLANIFICADA)
compe --> gf:
gf --> cd: update(competencia)
cd --> gf:
gf --> gvc: Mensaje mensaje("El fixture se ha creado con exito")
gvc --> usr:
end
end
end
end
@enduml
| false | true | false | false | usecase |
70b73e10bce01516c679347b12b07cd78fa13a39 | aebdf145ec521430161be7c55a91e611508e60bf | /assets/meal.plantuml | aab5f3a74381b4d3d760210183889b73b299ccec | [
"MIT"
] | permissive | SimonGrad/hsro-inf-wt.github.io | 031245d328a93789db3424381cc90cfd5332a921 | 39f219084a93ada889645cccbb16cd3b9b02fdbd | refs/heads/master | 2021-10-01T18:44:19.544354 | 2018-11-28T11:56:22 | 2018-11-28T11:56:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 215 | plantuml | @startuml
class Meal {
+Meal(name: String, ingredients: String[])
+isVegan(): Boolean
+isVegetarian(): Boolean
+isGlutenFree(): Boolean
+hasPork(): Boolean
+hasChicken(): Boolean
+getPrice(): Number
}
@enduml | false | true | false | false | class |
d1bed9baadcdc403afa1b6fba2c3709371cf39bf | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/Robo_Sumo_Battle/Communication/Sekvensdiagrammer/Wifi/Wifi_connectToWifi.plantuml | db0c583ae2f21997a538193375c11ffbd8968276 | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 965 | plantuml | @startuml
title Wifi::connectToWifi()
participant UC1
participant Wifi
actor OS #red
actor Connman #red
UC1 -> Wifi : connectToWifi(SSID, passphrase, MAC)
Wifi -> Wifi : SSID_ = SSID, MAC_ = MAC
Wifi -> Wifi : passphrase_ = passphrase
Wifi -> OS : connmanctl scan wifi
OS -> Connman : scan wifi
OS <-- Connman
opt
Wifi <-- OS : return -1 || 127
UC1 <-- Wifi : return -1 (scan faild)
end
Wifi <-- OS
Wifi -> Wifi : SSID_hex = TextToHex(SSID_)
note over Wifi : converting SSID to Hex value.
Wifi -> OS : connmanctl connect wifi_MAC_SSID_hex_managed_psk
OS -> Connman : connect wifi_MAC_SSID_hex_managed_psk
OS <-- Connman
opt
Wifi <-- OS : return -1 || 127
UC1 <-- Wifi : return -2 (connect faild)
end
Wifi <-- OS
Wifi -> OS : echo passphrase
OS -> Connman : passphrase
OS <-- Connman
opt
Wifi <-- OS : return -1 || 127
UC1 <-- Wifi : return -3 (passphrase faild)
end
Wifi <-- OS
UC1 <-- Wifi : return 0 (connected)
@enduml | false | true | false | false | usecase |
425500d04a9d2e1150a4382d14d1f35ad0f15e7f | c8d202bd7630c4aebd503bc5deef7dd770f68622 | /docs/diagrams/ItineraryUseCaseDiagram.puml | 04a07ffa74c640bcf3de7ce8dc25ac21609a350a | [
"MIT"
] | permissive | pohlinwei/main | 7d344d7f726f6ee079e82c38a520dbdaec4ade36 | 19e56f9e877436189fece43f1af0fb373f828776 | refs/heads/master | 2020-08-02T17:00:08.718670 | 2019-11-10T07:40:29 | 2019-11-10T07:40:29 | 211,437,802 | 0 | 0 | null | 2019-09-28T03:23:09 | 2019-09-28T03:23:08 | null | UTF-8 | PlantUML | false | false | 1,276 | puml | @startuml
'!include ../../plantuml-styles/plantuml-ae.iuml
skinparam Shadowing false
skinparam ArrowFontStyle normal
skinparam ArrowFontName Courier
skinparam ArrowFontSize 10
title Use Case diagram for itinerary\n
actor User
actor :Summary\nSystem: as Summary
actor Calendar
note top of Calendar #white
"The calendar and itinerary work in tandem,
with the calendar giving a visual representation
of the events in the itinerary event list."
end note
rectangle "Event List in itinerary" {
Calendar -left- (Update visually upon inputting event)
User -right- (Add event)
User -right- (Delete event)
User -right- (Edit event)
User -right- (Search event)
Summary -right- (Calculate stats)
(Itinerary events in event list\nstatistics to user) <. (Calculate stats): include
(Add event) -left- (Update visually upon inputting event)
(Delete event) -left- (Update visually upon inputting event)
(Edit event) -left- (Update visually upon inputting event)
(Calculate stats) -[hidden]up- (Search event)
(Delete event) -[hidden]up- (Add event)
(Edit event) -[hidden]up- (Delete event)
(Search event) -[hidden]up- (Edit event)
}
Calendar -[hidden]down-> User
Summary -[hidden]up-> User
'!include ../../plantuml-styles/ae-copyright-footer.txt
@enduml | false | true | false | false | usecase |
d9ecead568dc96201b7e8e9d5ebfb8519dc5afa8 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AssociateRoleBuyerAssignableChangedMessagePayload.puml | 95dff075707c94b9f6852b9eb796754a30268fb2 | [] | 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 | 483 | 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 AssociateRoleBuyerAssignableChangedMessagePayload [[AssociateRoleBuyerAssignableChangedMessagePayload.svg]] extends MessagePayload {
type: String
buyerAssignable: Boolean
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
4e515a84af79c60b6d837c915474df47d7ea3aec | a3faded5a55bc21be298300d143d41f6e50a9ce6 | /create-proto-type-design/proto-type-design.puml | 32443651a4e2a8a43585f71193fbcefe14034947 | [] | no_license | qiding1991/design-pattern | 7c506e5d4abd1f010751f644888d422cd01dbf36 | 696fd672b0badbeab9fda8aa57c42fe8bbfe55e1 | refs/heads/master | 2021-07-16T03:15:50.424962 | 2019-10-23T13:41:05 | 2019-10-23T13:41:05 | 215,778,627 | 0 | 1 | null | 2020-10-13T16:56:06 | 2019-10-17T11:44:06 | Java | UTF-8 | PlantUML | false | false | 305 | puml | @startuml
interface Closeable{
+ clone():object
}
class Realizetype {
- name:String
+ getName():String
+ setName(String name):void
+ clone():Object
}
class Client{
+ getRealizetype():Realizetype
}
Closeable<|.. Realizetype
Realizetype <.. Client
@enduml | false | true | false | false | class |
c482e4afe8f7bc6b47a1a9b7039c6c324784da67 | 1ecff489e86a8f4256945c76fae3649be2a9bc2e | /app/src/main/java/com/example/pis_entrega1/Activities/Activities.plantuml | da8bc5b02aed252066203002d653a2d2b8a2e873 | [] | no_license | SergioFerrando/Unobliviate | 42632b15bf4055a7f30f291dbdb651d90afa56bd | 0f82ce3b886f3e1e02a31cfaa503c300e1a7297e | refs/heads/master | 2023-05-14T19:57:28.590312 | 2021-06-04T12:09:48 | 2021-06-04T12:09:48 | 351,016,418 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,005 | plantuml | @startuml
title __ACTIVITIES's Class Diagram__\n
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AudioNote {
~ titleView : EditText
- isRecording : boolean
- recorder : MediaRecorder
+ goToAudioRecorded()
+ onActivityResult()
+ onClick()
# onCreate()
- startRecording()
- stopRecording()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AudioRecorded {
~ name : EditText
~ position : int
+ goFromAudioRecord()
+ goToShareIntent()
+ onActivityResult()
+ onClick()
+ startPlaying()
# onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.AuthActivity {
~ Password : EditText
~ checkBox : CheckBox
~ editor : Editor
~ email : EditText
~ error : TextView
~ preferences : SharedPreferences
+ ErrorLogin()
+ goToForgetPassword()
+ goToMainIntent()
+ logIn()
+ onActivityResult()
+ onClick()
+ onSharedPreferenceChanged()
+ register()
# onCreate()
- loadPreferences()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.ForgotPassword {
~ email : EditText
+ onClick()
+ onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.MainActivity {
+ actionBarDrawerToggle : ActionBarDrawerToggle
+ drawerLayout : DrawerLayout
+ parentContext : Context
~ addNote : ExtendedFloatingActionButton
~ clicked : boolean
~ fabAudio : FloatingActionButton
~ fabPhoto : FloatingActionButton
~ fabText : FloatingActionButton
~ navigationView : NavigationView
~ simpleCallback : SimpleCallback
- mRecyclerView : RecyclerView
+ goTOAudioNote()
+ goToCameraNote()
+ goToTextNote()
+ onActivityResult()
+ onClick()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
+ setLiveDataObservers()
# onCreate()
~ passDataAudio()
~ passDataPhoto()
~ passDataText()
~ setTable()
- fromDeleteMode()
- setFloatingActionButtons()
- setMenu()
- toDeleteMode()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.PhotoNote {
{static} ~ REQUEST_IMAGE_CAPTURE : int
~ path : String
~ title : EditText
+ PhotoNote()
+ goToMainIntent()
+ onBackPressed()
+ onClick()
# onActivityResult()
# onCreate()
- createImageFile()
- dispatchTakePictureIntent()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.PhotoTaken {
~ miniatura : ImageView
~ path : String
~ position : int
~ title : TextView
+ goFromPhotoNote()
+ goToMainIntentNoSave()
+ goToMainIntentSave()
+ onClick()
# onCreate()
- goToShareIntent()
- setPic()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.TextNote {
~ content : EditText
~ existente : boolean
~ position : int
~ title : EditText
+ CheckList()
+ goToMainIntent()
+ goToShareIntent()
+ onClick()
# onCreate()
}
}
}
namespace com.example.pis_entrega1 {
namespace Activities {
class com.example.pis_entrega1.Activities.VentanaFlotante {
~ no : Button
~ yes : Button
# onCreate()
}
}
}
com.example.pis_entrega1.Activities.AudioNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AudioNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.AudioNote o-- com.example.pis_entrega1.Note.Recording : rec
com.example.pis_entrega1.Activities.AudioRecorded .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AudioRecorded -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.AudioRecorded o-- com.example.pis_entrega1.Note.Recording : rec
com.example.pis_entrega1.Activities.AuthActivity .up.|> android.content.SharedPreferences.OnSharedPreferenceChangeListener
com.example.pis_entrega1.Activities.AuthActivity .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.AuthActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.ForgotPassword .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.ForgotPassword -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.MainActivity .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.MainActivity -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.MainActivity o-- com.example.pis_entrega1.Model.MyAdapter : mAdapter
com.example.pis_entrega1.Activities.MainActivity o-- com.example.pis_entrega1.Model.MainActivityViewModel : viewModel
com.example.pis_entrega1.Activities.PhotoNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.PhotoNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.PhotoNote o-- com.example.pis_entrega1.Note.Photo : photo
com.example.pis_entrega1.Activities.PhotoTaken .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.PhotoTaken -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.PhotoTaken o-- com.example.pis_entrega1.Note.Photo : p
com.example.pis_entrega1.Activities.TextNote .up.|> android.view.View.OnClickListener
com.example.pis_entrega1.Activities.TextNote -up-|> androidx.appcompat.app.AppCompatActivity
com.example.pis_entrega1.Activities.TextNote o-- com.example.pis_entrega1.Note.Text : text
com.example.pis_entrega1.Activities.VentanaFlotante -up-|> androidx.appcompat.app.AppCompatActivity
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 |
60370253d95e687d775841f00e56c81f4c4fabd4 | f0a43ed6a7dba2cc3efdfbf7414ff0b0c8d36fd6 | /_src/iti10.plantuml | e30f96e380e92f93dca06c6e73d534071b760ede | [
"MIT",
"GPL-1.0-or-later",
"WTFPL",
"CC-BY-3.0-US",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | oehf/ipf-docs | 178fe1e3fe079afede58fd25fe93a360234a273a | 3a8ea98c86b3405f6571cb23b4da44a726a8fbf4 | refs/heads/master | 2023-08-30T06:25:52.374023 | 2023-08-29T14:34:33 | 2023-08-29T14:34:33 | 158,552,584 | 0 | 3 | MIT | 2022-03-30T07:48:51 | 2018-11-21T13:31:43 | HTML | UTF-8 | PlantUML | false | false | 281 | plantuml | @startuml
hide footbox
participant "Patient Identifier\nCross-Reference Consumer" as CON
participant "Patient Identifier\nCross-Reference Manager" as MPI
MPI -> CON :Update Person Information HL7 ADT^A31
activate CON
CON --> MPI : Acknowledge HL7 ADT^ACK
deactivate CON
@enduml | false | true | false | false | sequence |
f77b7c4be90cac88daa9c0fa94d1d1d7812e977d | efa602bd6dfab986499f40f3384777e2231620ea | /docs/diagrams/Controller.puml | 3f3b4c1fa2c6ddf6843270f29aa032fbdcf61c02 | [
"MIT"
] | permissive | R-Ramana/Knewbie | 004d74f6d2c96d9cf60ab425c0f52bfdcd132d19 | 930d3fbbfba9123e52b7c4c6f70b8a1e994e2883 | refs/heads/master | 2023-02-26T21:07:06.092241 | 2020-11-01T00:40:55 | 2020-11-01T00:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
package Controller {
Class Questions
Class Email
Class Forum
Class Auth
Class Group
Class Main
Class Quiz
Class Errors
Interface Routes <<Interface>>
}
package Model{
}
package View{
}
Class HiddenOutside #FFFFFF
HiddenOutside ..> Routes
Routes --> Questions
Routes --> Email
Routes --> Forum
Routes --> Auth
Routes --> Group
Routes --> Main
Routes --> Quiz
Routes --> Errors
Questions --> Model
Email --> Model
Forum --> Model
Auth --> Model
Group --> Model
Main --> Model
Quiz --> Model
Routes --> View
@enduml | false | true | false | false | sequence |
7acacc2767b1656e9313770c29e903c486c71bfb | edf8c1dd84c37668823d23fa6394e04b1c52e7b4 | /Ej01.puml | 4d51514d975999fe8ac69cdc18d2acf44356198d | [] | no_license | AlonsoViBa/PUML | 5093c8bab504f0b2a12fcfb90348c0173cde29d9 | 46c7d46dc85e07017fa634faad0fa5b5b251ca82 | refs/heads/master | 2022-05-09T20:13:06.211361 | 2020-04-29T11:27:46 | 2020-04-29T11:27:46 | 257,690,985 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 925 | puml | @startuml EJ 1
skinparam packageStyle rectangle
actor Socios
actor Fabrica
actor Cliente
rectangle Accion{
(Comprar productos) as (Buy)
(Venta en fabrica) as (VF)
(Venta en internet) as (VI)
(Venta en tienda) as (VT)
(Venta de socio a socio) as (VSS)
(Recoger beneficios) as (Ben)
(Elabora productos) as (Produc)
(Retirar productos) as (Recoger)
(Venta a un precio mayor o igual al de la fábrica) as (VentaNormal)
(Venta en lotes del stock no deseado) as (Lotes)
Fabrica -- Produc
Produc <.. VI : extends
Produc <.. VF : extends
Produc <.. Recoger : extends
Recoger -- Socios
VSS ..> Socios : extends
Socios -- VSS
VT ..> Socios : extends
VentaNormal ..> VT : extends
Lotes ..> VT : extends
Cliente -- Buy
VT ..> Buy: extends
VT ..> Buy : extends
VI ..> Buy : extends
VF --* Ben : include
VI --* Ben : include
Ben -- Socios
}
@enduml
| false | true | true | false | usecase |
87a2a80681db3946aaba5cbde7fff0fa2d115a9a | e5c8e978ff9927b820e5ecd06ae65a844ce0cb30 | /src/hyuki01/Adapter/exercise2/uml/FileProperties.puml | 754af413e36fea22d56a8b7521c20095d8fd7b4a | [] | no_license | komiura57/design-pattern-exercise | fe31704a01ff5fcc1329a86cf029cb1ee92ac736 | 65cbf37780999b8852102c9452269a2c5871e2fd | refs/heads/master | 2021-01-20T00:21:15.026118 | 2017-05-05T09:18:48 | 2017-05-05T09:18:48 | 89,117,001 | 0 | 0 | null | 2017-05-05T09:18:49 | 2017-04-23T04:23:36 | Java | UTF-8 | PlantUML | false | false | 332 | puml | @startuml
class Main
interface FileIO {
+ void readFromFile()
+ void writeToFile()
+ void setValue()
+ String getValue()
}
FileIO <-- Main : uses <
class FileProperties
FileIO <.. FileProperties : implements <
class java.util.Properties
FileProperties --|> java.util.Properties : extends >
@enduml | false | true | false | false | class |
ff01de44c0b9b92dec2481e4bda9d9d1ed1b5168 | 1f63295dfb7f5b29205dfc16a4260bb45fc5d4b0 | /documents/database.plantuml | 73de3b3ff71dd43ea3ebc065f7f194fc1dc6a40e | [] | no_license | emfigo/kophinos | ffe904eba5b8dab9032cdec767e66a76e6458cde | 602eee58a1ff1639311f01d970ce6176ad46e240 | refs/heads/master | 2023-01-02T19:32:49.151073 | 2020-10-22T10:34:08 | 2020-10-22T10:34:08 | 305,315,278 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 724 | plantuml | @startuml
class Users {
id : uuid
first_name : string
last_name : string
email : string
}
class UserAuthenticationDetails {
id : uuid
user_id : uuid
email : string
password : string
token: string
}
class Wallets {
id : uuid
user_id : uuid
balance_cents: int
currency: str
}
class Transactions {
id : uuid
wallet_id : uuid
amount_cents: int
type: str [credit | debit]
created_at: utc_date
}
class Transfers {
id : uuid
sender_user_id : uuid
receiver_user_id : uuid
amount_cents: int
currency: str
created_at: utc_date
}
Users "1" *--* "1*" UserAuthenticationDetails
Users "1" *-- "0..*" Wallets
Users "1" *-- "0..*" Transfers
Wallets "1" *-- "0..*" Transactions
@enduml
| false | true | false | false | class |
d4c314570b7e5edebbe94e7d243f57a1c35c39b4 | 06b4f9b29e51db9eef79b9f9828f3aa369840ec1 | /src/main/java/Grid/Grid.plantuml | c2c13f8617bf841ca8b769ea0f5a0e9053b8a872 | [] | no_license | inf112-v19/Thebadguys | d650f57d5b23824e82498cfc55c7026d29a59762 | ec1cbbd1ab466b1482fb0a72b466f351481d4917 | refs/heads/master | 2020-04-19T11:14:13.465654 | 2019-05-03T17:29:09 | 2019-05-03T17:29:09 | 168,161,605 | 0 | 0 | null | 2019-03-08T14:24:40 | 2019-01-29T13:44:35 | Java | UTF-8 | PlantUML | false | false | 882 | plantuml | @startuml
title __GRID's Class Diagram__\n
package Grid {
enum Direction {
NORTH
SOUTH
EAST
WEST
}
}
package Grid {
interface IGrid {
{abstract} + getHeight()
{abstract} + getWidth()
{abstract} + set()
{abstract} + set()
{abstract} + get()
{abstract} + get()
{abstract} + copy()
}
}
package Grid {
class MyGrid {
- tiles : List<T>
- height : int
- width : int
+ MyGrid()
+ getHeight()
+ getWidth()
+ set()
+ set()
+ get()
+ get()
+ copy()
}
}
MyGrid -up-|> IGrid
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 |
caf313a678f0812ad09451a8cd9c778cc5077f82 | 8c59fbc94a2ba7fa9a12c10991fe334cda0df128 | /metrics/web/docs/features/metrics_logger/diagrams/metrics_logger_sentry_class_diagram.puml | a9fcd23321aeef14c2e8b62447ea092f91c9c2a7 | [
"Apache-2.0"
] | permissive | solid-vovabeloded/flank-dashboard | 7e952fa1399585d3f15cae2ed2cab435fb82df3f | 15dae0c40823cc12886a1bb0c087442c0697ac89 | refs/heads/master | 2023-07-11T19:54:58.430004 | 2021-08-06T10:29:26 | 2021-08-06T10:29:26 | 389,593,827 | 0 | 0 | Apache-2.0 | 2021-07-26T10:33:52 | 2021-07-26T10:25:59 | null | UTF-8 | PlantUML | false | false | 1,442 | puml | @startuml metrics_logger_class_diagram
package metrics {
class MetricsApp {}
package metrics_logger {
package writers {
interface LoggerWriter {
+ writeError(Object error, [StackTrace stackTrace]) : FutureOr<void>
+ setContext(String key, dynamic context) : FutureOr<void>
}
}
package sentry as sentry_logger {
package writers as sentry_writers {
class SentryWriter implements LoggerWriter {
+ //static// init(String dsn, String release, {SentryEventProcessor eventProcessor}) : SentryWriter
+ writeError(Object error, [StackTrace stackTrace]) : Future<void>
+ setContext(String key, dynamic context) : void
}
}
package event_processors {
interface SentryEventProcessor {
+ call(SentryEvent event, {dynamic hint}) : FutureOr<SentryEvent>
}
}
}
class MetricsLogger {
- //static// _loggerWriter : LoggerWriter
+ //static// initialize(LoggerWriter loggerWriter, Map<String, dynamic> contexts) : Future<void>
+ //static// logError(Object error, [StackTrace stackTrace]) : Future<void>
+ //static// setContext(String key, dynamic context) : Future<void>
}
}
}
package sentry {
class Sentry {}
}
MetricsApp --> MetricsLogger : uses
MetricsLogger --> LoggerWriter : uses
SentryWriter -right-> Sentry : uses
SentryWriter --> SentryEventProcessor : uses
@enduml
| false | true | false | false | sequence |
2ae0d583ef50c16df5d8a70c580609296fd1f6aa | 3d3ad4dd3a7c442e5addaa3a8025766032aa66ad | /src/main/resources/FigureDiagram.puml | 8e2a01056b72a7ce89ca33075dad66f47c229140 | [] | no_license | shramkoaleksey90/Figures | 1dfba5c44bd6df275735494084be75f1a28a0f17 | 1ecb81c71d74aa67770965cec0d16c5b4e4bf99b | refs/heads/master | 2021-01-03T12:19:30.887053 | 2020-03-02T20:48:26 | 2020-03-02T20:48:26 | 240,082,651 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,891 | puml | @startuml
package com.testmatick{
Figure --> Drawable
Figure <|-- Circle
Figure <|-- Quadrate
Figure <|-- Triangle
Figure <|-- Trapezoid
Figure +-- Colors
GeneratorFigures o-- Figure
Main ..> GeneratorFigures
Main ..> Figure
package drawing{
Drawable <|.. DrawCircle
Drawable <|.. DrawQuadrate
Drawable <|.. DrawTrapezoid
Drawable <|.. DrawTrinagle
}
abstract class Figure{
+ figureName : String
- figureColor : String
- colorList : ArrayList
# drawable : Drawable
--
+ {abstract} getArea() : double
+ executeDrawing();
+ getFigureColor() : String
+ setFigureColor(int numberOfColor)
+ rounding(double value) : double
}
class Circle{
- circleRadius : int
- {static} PI : double
--
+ Circle (int radius)
+ getArea() : double
+ getCircleRadius() : int
+ setCircleRadius(int radius)
}
class Quadrate{
- quadrateSide : int
--
+ Quadrate(int side)
+ getArea() : double
+ getQuadrateSide() : int
+ setQuadrateSide(int side)
}
class Triangle{
- triangleBase : int
- triangleHeight : int
--
+ Triangle(int triangleBase, int triangleHeight)
+ getHypotenuse() : double
+ getArea() : double
}
class Trapezoid{
- largerBase : int
- smallerBase : int
- leftSide : int
- rightSide : int
- trapezoidHeight : double
--
+ Trapezoid(int largerBase, int smallerBase, int leftSide)
- calculateHeight()
+ getArea() : double
+ getTrapezoidHeight() : double
}
class GeneratorFigures{
- figures : ArrayList
- random : Random
--
generateListOfFigures()
+ getFigures() : List<Figure>
}
class Main{
{static} void main()
}
interface Drawable{
draw()
}
enum Colors {
RED,
ORANGE,
YELLOW,
GREEN,
BLUE,
VIOLET,
BLACK,
BROWN,
WHITE,
GRAY
}
}
@enduml | false | true | false | false | class |
a9d696da570cf8cbc1d2491b7420cc67e085b4d7 | 75806b02e46a359fb5cad206ba1c6f2a4da51db4 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-system-integration.puml | 7e493929983c6b05652d75c1a5ee71a1cd2ac6fc | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | onagurna/platform | 1044fb7eea5d0e4df597066035bfe08f84353bc9 | d89592f2190d1ce0d66decb31b5f16135c40dbba | refs/heads/master | 2022-12-28T13:00:32.681749 | 2020-10-20T11:14:56 | 2020-10-20T11:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,691 | 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(ShopwareCoreSystemIntegrationIntegrationDefinition, "integration\n(O-Auth integration)") {
primary_key(id) id
not_null(label) string
not_null(accessKey) string
not_null(secretAccessKey) password
writeAccess bool
lastUsageAt dateTime
admin bool
customFields customFields
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition, "integration_role\n(M:N Mapping)") {
primary_key(integrationId) foreignKey
primary_key(aclRoleId) foreignKey
}
ForeignTable(ShopwareCoreFrameworkApiAclRoleAclRoleDefinition, "acl_role") {
}
' relationshipd
ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreSystemIntegrationIntegrationDefinition
ShopwareCoreSystemIntegrationAggregateIntegrationRoleIntegrationRoleDefinition --> ShopwareCoreFrameworkApiAclRoleAclRoleDefinition
@enduml
| false | true | false | false | uml-unknown |
42e5ef1871b138661403a9743371a86df292a7da | 62762443eb83e2e1159acd53142c4ef8d3ffe770 | /FantasyWorldSimulation/docs/design/war/class-diagrams/unit.puml | b36e2d47c44fdfb1ad2386f96404c59c6a8f8885 | [] | no_license | Orchaldir/FantasyWorldSimulation | c3be1358c4b2eb1ed620a80da46b035e247c5a8b | 38076fb92dbd75e9fd0431c7476cb6464e3d829a | refs/heads/master | 2022-05-28T22:24:20.303517 | 2019-09-21T07:48:48 | 2019-09-21T07:48:48 | 150,953,572 | 8 | 1 | null | 2022-05-20T20:54:12 | 2018-09-30T09:39:56 | Java | UTF-8 | PlantUML | false | false | 219 | puml | @startuml
hide members
interface Unit
ArmyWithUnits --> Unit : has
Unit <|-down- AbstractUnit
Unit <|-down- InfantryUnit
InfantryUnit --> Race : has
InfantryUnit --> Weapon : has
InfantryUnit --> Armor : has
@enduml | false | true | false | false | sequence |
68ccc766ff3400fc6402c2bbc661c08ffc57ffb7 | ac73e2089c6d4ddbb652f048c0e7ead6360c57ea | /docs/diagrams/src/command.plantuml | 535e4b35bef1a447eb3c47a33b0708450a24414a | [] | no_license | torrespro/requirements | bd9ced7202acdadbaa6d05023db42822a0195e7d | c51a8a29034a39843ea99aa7d9d83d9fdf0e45b2 | refs/heads/master | 2023-09-04T02:11:25.244353 | 2021-10-20T15:17:21 | 2021-10-20T15:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,553 | plantuml | @startuml Command
class Supermarket {
-{static} CLOSING TIME: double = 20.0
- Supermarket()
- set(): void
+{static} main(args : String"[]") :void
}
class Menu <<factoryMethod>> {
+ Menu()
# setCommands() :void
# set(ticket: Ticket) : void
+ execute( ticket: Ticket) :void
- write(): void
- getOption() : int
+ closed() : boolean
}
class Command <<command>> {
#Command (title : String)
+ set(ticket : Ticket) : void
+ getTitle() : String
+ execute() : void
}
class Ticket {
+ add(line : Line) : void
+ lines() : int
+ getLine (number : int) : Line
+ close() : void
+ toString() : String
+ Ticket(header, footer : Footer)
+ setLineTicketOperation (lineTicketOperation : TicketVisitor) : void
+ setGlobalTicketOperation( globalTicketOperation : TicketVisitor) : void
+ open(): void
}
class ExitCommand {
- closed : boolean
# ExitCommand()
+ execute() : void
+ closed() : boolean
+ reset() : void
}
class SaleLineCommand {
+ SaleLineCommand()
+ execute() : void
}
class RepetitionLineCommand {
+ RepetitionLineCommand()
+ execute() : void
}
class CancelationLineCommand {
+ CancelationLineCommand()
+ execute() : void
}
class ReturnLineCommand {
+ ReturnLineCommand()
+ execute() : void
}
Supermarket -down-> Menu :- menu
Supermarket .down.> Ticket
Menu -right-> "0.*" Command :#commandList
Command -right-> Ticket :#ticket
Menu -down-> ExitCommand :- exitCommand
Command <|-down- ExitCommand
Command <|-down- SaleLineCommand
Command <|-down- RepetitionLineCommand
Command <|-down- CancelationLineCommand
Command <|-down- ReturnLineCommand
@enduml
| false | true | false | false | sequence |
88eadc1f0fac8fe425080c4ca71427bd441db7c5 | ed45ea4470bcfc497e2584697d7842a540e04fd9 | /ros2/navigation2/nav2_controller/controller_server.puml | 464e0ead1550ea1d4d18ca7049a6f995926a350b | [] | no_license | cf-zhang/documents | ffcd8213587f8aa9c47406cf2491bf77beec9c33 | 8a4439932017b67fba7988ff7fadd9829bce1e4c | refs/heads/master | 2022-03-03T13:52:27.333343 | 2022-02-25T11:31:22 | 2022-02-25T11:31:22 | 154,789,912 | 11 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,798 | puml | @startuml
'https://plantuml.com/class-diagram
namespace nav2_controller{
class ProgressChecker
class ControllerServer{
-- public method --
using ControllerMap = std::unordered_map<std::string, nav2_core::Controller::Ptr>;
ControllerServer();
~ControllerServer();
-- protected method --
nav2_util::CallbackReturn on_configure(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_activate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_deactivate(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_cleanup(const rclcpp_lifecycle::State & state) override;
nav2_util::CallbackReturn on_shutdown(const rclcpp_lifecycle::State & state) override;
using Action = nav2_msgs::action::FollowPath;
using ActionServer = nav2_util::SimpleActionServer<Action>;
void computeControl();
bool findControllerId(const std::string & c_name, std::string & name);
void setPlannerPath(const nav_msgs::msg::Path & path);
void computeAndPublishVelocity();
void updateGlobalPath();
void publishVelocity(const geometry_msgs::msg::TwistStamped & velocity);
void publishZeroVelocity();
bool isGoalReached();
bool getRobotPose(geometry_msgs::msg::PoseStamped & pose);
double getThresholdedVelocity(double velocity, double threshold)
nav_2d_msgs::msg::Twist2D getThresholdedTwist(const nav_2d_msgs::msg::Twist2D & twist)
-- protected data --
std::unique_ptr<ActionServer> action_server_;
std::shared_ptr<nav2_costmap_2d::Costmap2DROS> costmap_ros_;
std::unique_ptr<nav2_util::NodeThread> costmap_thread_;
std::unique_ptr<nav_2d_utils::OdomSubscriber> odom_sub_;
rclcpp_lifecycle::LifecyclePublisher<geometry_msgs::msg::Twist>::SharedPtr vel_publisher_;
pluginlib::ClassLoader<nav2_core::ProgressChecker> progress_checker_loader_;
nav2_core::ProgressChecker::Ptr progress_checker_;
std::string default_progress_checker_id_;
std::string default_progress_checker_type_;
std::string progress_checker_id_;
std::string progress_checker_type_;
pluginlib::ClassLoader<nav2_core::GoalChecker> goal_checker_loader_;
nav2_core::GoalChecker::Ptr goal_checker_;
std::string default_goal_checker_id_;
std::string default_goal_checker_type_;
std::string goal_checker_id_;
std::string goal_checker_type_;
pluginlib::ClassLoader<nav2_core::Controller> lp_loader_;
ControllerMap controllers_;
std::vector<std::string> default_ids_;
std::vector<std::string> default_types_;
std::vector<std::string> controller_ids_;
std::vector<std::string> controller_types_;
std::string controller_ids_concat_, current_controller_;
double controller_frequency_;
double min_x_velocity_threshold_;
double min_y_velocity_threshold_;
double min_theta_velocity_threshold_;
geometry_msgs::msg::Pose end_pose_;
}
}
nav2_util.LifecycleNode <-- nav2_controller.ControllerServer
@enduml | false | true | false | false | class |
98386e0c3c1e153117497a2f3e57e1865f567c7a | 1b6d266b6b0d5023035064db0adde76e36425539 | /doc/request_access.plantuml | 5553ad297cde6b574870cf8a63e3e36c68be8d57 | [
"Apache-2.0"
] | permissive | wingleung/aws-cloudfront-authorizer | abcedcc1f3fc37c2ab6fe3e4530c5710fea051d0 | c80869dd6defa4e773e6e27e07f5fd628307825f | refs/heads/master | 2020-04-10T03:59:30.817740 | 2018-12-06T10:52:06 | 2018-12-06T10:52:06 | 160,784,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,418 | plantuml | @startuml
participant browser
participant "authorizer" as auth
participant "Cognito" as cognito
group Initial request
alt Not logged in
browser -> auth: GET /
note right of auth: index.py
browser <- auth: 302 cognito
browser --> cognito: authenticate
...authentication...
browser <- cognito: 302 https://authorizer/?code=12345
browser -> auth: GET /?code=12345
note right of auth: index.py
hnote over auth: verify code and get username
auth -> cognito: POST /oauth2/cognito_token: code
auth <- cognito: id_token, access_token, refresh_token
hnote over auth: verify id_token, convert to JWT
browser <- auth: 200 HTML + JS\nSet-Cookie: authorizer_login=JWT(username)
else Logged in
browser -> auth: GET /\nCookie: authorizer_login=JWT(username)
note right of auth: index.py
browser <- auth: 200 HTML + JS
end
browser -> auth: XHR: GET /domain_list\nCookie: authorizer_login=JWT(username)
note right of auth: domain_list.py
browser <- auth: 200 JSON
end
note over browser: User selects domains & duration
group Request token
browser -> auth: POST /request_access\nCookie: authorizer_login=JWT(username)\nData: exp=1234&subject=Foobar&domain1=checked&domain2=checked&...
note right of auth: request_access.py
browser <- auth: 200 URL_from(JWT(username, domains, exp))
end
note over browser
Present link to user
either to visit themselves
or to copy/paste it to a 3rd party
end note
@enduml
| false | true | false | false | sequence |
abde475322bb0164875fa31a12385ba8502b3537 | d3cd0a2c59a9d665b660719247f8929d243f18d8 | /13/wochenblatt-13-cnlutong-main/wochenblatt-13-cnlutong-main/greeter_di/structure.puml | 037a5759359778c01ddbd39adb01319e17f45a68 | [] | no_license | cnlutong/propra1wiederholen | 3f31f38414f7391a56a82e042e3ddeab75d847a2 | db475eab50db5f9dbbfb64c2be2915319e592541 | refs/heads/main | 2023-07-04T03:07:45.399281 | 2021-08-04T23:16:02 | 2021-08-04T23:16:02 | 388,620,118 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 122 | puml | @startuml
class Greeter {
+ String greet(String name)
}
class GreeterApplication
GreeterApplication --> Greeter
@enduml | false | true | false | false | class |
bdec0ad7cf348a966abcb8f431a5eb473f8479de | f6e8d9ffb0fbe22f284a9771933ad71a3538ac49 | /Diagrams/SequenceDiagrams/archive/seq-prepare-1.1.3.b.plantuml | 3cd901503e96440ea2a7ef8096e74a474b1e13a7 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mDuo13/docs-1 | 2b734c7d927e6e7c9714320c6c3c5ef2b49d76b5 | b2b18663510b0bc92a3c8e8768adc8be0e21cd91 | refs/heads/master | 2020-04-30T13:06:06.901776 | 2019-03-14T11:26:50 | 2019-03-14T11:26:50 | 176,845,744 | 0 | 0 | null | 2019-03-21T01:31:09 | 2019-03-21T01:31:08 | null | UTF-8 | PlantUML | false | false | 4,039 | 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>
* Miguel de Barros <miguel.debarros@modusbox.com>
--------------
******'/
@startuml
' declate title
title 1.1.3.b. Transfer Handler Consume (batch messages)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
collections "Transfer-Topic" as TOPIC_TRANSFERS
control "Transfer Event Handler" as TRANS_HANDLER
collections "Event-Topic" as TOPIC_EVENTS
collections "Notification-Topic" as TOPIC_NOTIFICATIONS
database "Central Store" as DB
box "Central Service" #LightYellow
participant TOPIC_TRANSFERS
participant TRANS_HANDLER
participant TOPIC_EVENTS
participant TOPIC_NOTIFICATIONS
participant DB
end box
' start flow
activate TRANS_HANDLER
group Transfer Handler Consume
TOPIC_TRANSFERS <- TRANS_HANDLER: Consume Transfer event batch of messages for Payer
activate TOPIC_TRANSFERS
deactivate TOPIC_TRANSFERS
|||
TRANS_HANDLER -> TOPIC_EVENTS: Publish event information
ref over TRANS_HANDLER, TOPIC_EVENTS : Event Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-event-9.1.0.svg 9.1.0.]]} \n
|||
' group Update Prepare batch Transfer State with transferState='RESERVED'
' TRANS_HANDLER -> TRANS_DAO: Request to update batch transfer
' TRANS_DAO <-> DB: Update batch transfer
' TRANS_DAO -> TRANS_HANDLER: Return success
' end
loop for each message in batch
note right of TRANS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: notification,
action: prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
TRANS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Notification event for Payee
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
end
end
deactivate TRANS_HANDLER
@enduml
| false | true | true | false | sequence |
223b4beda3c7c4ecb4d729b4690bc1a2524d4875 | 83818be369b000b5720194d651ede7cd540dd56e | /diagrams/api_cccservice.puml | 5aa96929a5bf46272241b36982b9727d3bb4ef7c | [
"MIT"
] | permissive | bjsvwcur/components | 4937a0fb40df16736277dc712f63d2978f2d8ed8 | d25b88b64e2636a5b0eaf95ffedbe1b5bc45a467 | refs/heads/master | 2022-04-15T02:54:35.532760 | 2020-04-02T05:02:40 | 2020-04-02T05:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 508 | puml | @startuml
[CCC-Service] as ccc
() WS as cci
ccc - cci
note left of ccc
Diagramm zeigt die Verbindungsaufnahme
von Fach- und Kartenapplikation mit dem
CCC-Service.
Nach der Verbindungsaufnahme erfolgt die
Kommunikation bidirektional.
Diagramm hat so wenig Aussagekraft.
Evtl. ersetzen mit Sequenzdiagramm
end note
[Fachapplikation] as fa
() WS as fai
fa - fai
fai --> cci
[GDI Kartenapplikation] as gis
() WS as gisi
gis - gisi
gisi --> cci
@enduml
| false | true | false | false | uml-unknown |
b3df5fe4a28d8270dbe6fe7a5b36b1b69b633c14 | f94fe1542eddf05b1d0f7f7487e3a84c60afab0e | /diagrams/ex42.puml | 2518337d13c355a11abf275c3c9d16fa066c39e6 | [] | no_license | Sonxaj/turner-cop3330-assignment3 | f4822b35154a0342271331ec50243cbfa35774d6 | f93767d4999374bcdb1bdc0bfcd10ee2c9d58189 | refs/heads/master | 2023-06-05T05:52:49.957364 | 2021-06-27T05:10:29 | 2021-06-27T05:10:29 | 377,025,787 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 290 | puml | @startuml
class DataParser{
+readData(File inputFile, List<Person> data)
+compareTo(Person 1, Person 2)
+printData(List<Person> data)
}
class Person{
-String lastName
-String firstName
-int Salary
+getFirstName()
+getLastName()
+getSalary()
}
@enduml | false | true | false | false | class |
2becf659d2ca8e7014d82d3163e025531307b388 | f31bd616bf211bde5a56a064c4e38f7d8b19c8d9 | /mojaloop-technical-overview/central-bulk-transfers/assets/diagrams/sequence/seq-bulk-prepare-1.1.0.plantuml | de97de9f2efd308494801f6c11dd06630381e9d1 | [
"Apache-2.0"
] | permissive | brago/documentation | a63aab5e846f6d14603996ed88c96dd9e0bd1a6e | 4c55cae247dedbdc8c17a1683ba0b854b750c9dc | refs/heads/master | 2020-06-02T17:45:52.264948 | 2019-06-10T12:13:51 | 2019-06-10T12:13:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,586 | 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>
* Samuel Kummary <sam@modusbox.com>
--------------
******'/
@startuml
' declare title
title 1.1.0. DFSP1 sends a Bulk Prepare Transfer request to DFSP2
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistance Store
' declare actors
actor "DFSP1\nPayer" as DFSP1
actor "DFSP2\nPayee" as DFSP2
boundary "ML API Adapter" as MLAPI
control "ML API Notification \nHandler" as NOTIFY_HANDLER
boundary "Central Service API" as CSAPI
collections "topic-\nbulk-prepare" as TOPIC_BULK_PREPARE
control "Bulk Prepare\nHandler" as BULK_PREP_HANDLER
collections "topic-\ntransfer-prepare" as TOPIC_TRANSFER_PREPARE
control "Prepare Handler" as PREP_HANDLER
collections "topic-\ntransfer-position" as TOPIC_TRANSFER_POSITION
control "Position Handler" as POS_HANDLER
collections "topic-\nbulk-processing" as TOPIC_BULK_PROCESSING
control "Bulk Processing\nHandler" as BULK_PROC_HANDLER
collections "topic-\nnotifications" as TOPIC_NOTIFICATIONS
box "Financial Service Providers" #lightGray
participant DFSP1
participant DFSP2
end box
box "ML API Adapter Service" #LightBlue
participant MLAPI
participant NOTIFY_HANDLER
end box
box "Central Service" #LightYellow
participant CSAPI
participant TOPIC_BULK_PREPARE
participant BULK_PREP_HANDLER
participant TOPIC_TRANSFER_PREPARE
participant PREP_HANDLER
participant TOPIC_TRANSFER_POSITION
participant POS_HANDLER
participant TOPIC_BULK_PROCESSING
participant BULK_PROC_HANDLER
participant TOPIC_NOTIFICATIONS
end box
' start flow
activate NOTIFY_HANDLER
activate BULK_PREP_HANDLER
activate PREP_HANDLER
activate POS_HANDLER
activate BULK_PROC_HANDLER
group DFSP1 sends a Bulk Prepare Transfer request to DFSP2
note right of DFSP1 #yellow
Headers - bulkTransferHeaders: {
Content-Length: <Content-Length>,
Content-Type: <Content-Type>,
Date: <Date>,
X-Forwarded-For: <X-Forwarded-For>,
FSPIOP-Source: <FSPIOP-Source>,
FSPIOP-Destination: <FSPIOP-Destination>,
FSPIOP-Encryption: <FSPIOP-Encryption>,
FSPIOP-Signature: <FSPIOP-Signature>,
FSPIOP-URI: <FSPIOP-URI>,
FSPIOP-HTTP-Method: <FSPIOP-HTTP-Method>
}
Payload - bulkTransferMessage:
{
"bulkTransferId": <uuid>,
"bulkQuoteId": <uuid>,
"payeeFsp": <fspID>,
"payerFsp": <fspID>,
"individualTransfers":
[
{
"transferId": <uuid>,
"transferAmount":
{
"currency": <currency>,
"amount": <amount>
},
"ilpPacket": <ilpPacket>,
"condition": <ilpCondition>,
"extensionList":
{
"extension":
[
{
“key”: <key>,
“value”: <value>
}
]
}
}
],
"extensionList": {
"extension": [
{
“key”: <key>,
“value”: <value>
}
]
}
}
end note
DFSP1 ->> MLAPI: POST - /bulkTransfers
activate MLAPI
MLAPI -> MLAPI: Validate incoming message and \noriginator matching Payer\n<color #FF0000><b>Error codes:</b> 3000-3002, 3100-3107</color>
note right of MLAPI #yellow
Message:
{
id: <bulkTransferMessage.transferId>
from: <bulkTransferMessage.payerFsp>,
to: <bulkTransferMessage.payeeFsp>,
type: application/json
content: {
headers: <bulkTransferHeaders>,
payload: <bulkTransferMessage>
},
metadata: {
event: {
id: <uuid>,
type: bulk-prepare,
action: bulk-prepare,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
MLAPI -> TOPIC_BULK_PREPARE: Route & Publish Bulk Prepare event \nfor Payer\n<color #FF0000><b>Error code:</b> 2003</color>
activate TOPIC_BULK_PREPARE
TOPIC_BULK_PREPARE <-> TOPIC_BULK_PREPARE: Ensure event is replicated \nas configured (ACKS=all)\n<color #FF0000><b>Error code:</b> 2003</color>
TOPIC_BULK_PREPARE --> MLAPI: Respond replication acknowledgements \nhave been received
deactivate TOPIC_BULK_PREPARE
MLAPI -->> DFSP1: Respond HTTP - 202 (Accepted)
deactivate MLAPI
|||
TOPIC_BULK_PREPARE <- BULK_PREP_HANDLER: Consume message
ref over TOPIC_BULK_PREPARE, BULK_PREP_HANDLER, TOPIC_TRANSFER_PREPARE : Bulk Prepare Handler Consume \n
alt Success
BULK_PREP_HANDLER -> TOPIC_TRANSFER_PREPARE: Produce message
else Failure
BULK_PREP_HANDLER --> TOPIC_BULK_PROCESSING: Produce message
end
|||
TOPIC_TRANSFER_PREPARE <- PREP_HANDLER: Consume message
ref over TOPIC_TRANSFER_PREPARE, PREP_HANDLER, TOPIC_TRANSFER_POSITION : Prepare Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.1.a.svg 1.1.1.a]], [[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.1.b.svg 1.1.1.b]]} \n
alt Success
PREP_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message
else Failure
PREP_HANDLER --> TOPIC_BULK_PROCESSING: Produce message
end
|||
TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message
ref over TOPIC_TRANSFER_POSITION, POS_HANDLER, TOPIC_BULK_PROCESSING : Position Handler Consume {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.2.a.svg 1.1.2.a]], [[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.2.b.svg 1.1.2.b]]} \n
POS_HANDLER -> TOPIC_BULK_PROCESSING: Produce message
|||
TOPIC_BULK_PROCESSING <- BULK_PROC_HANDLER: Consume message
ref over TOPIC_BULK_PROCESSING, BULK_PROC_HANDLER, TOPIC_NOTIFICATIONS : Bulk Processing Handler Consume \n
BULK_PROC_HANDLER --> TOPIC_NOTIFICATIONS: Send Bulk Prepare notification
|||
TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message
ref over DFSP2, TOPIC_NOTIFICATIONS : Send notification to Participant (Payee) {[[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.a.svg 1.1.4.a]], [[https://github.com/mojaloop/docs/blob/master/CentralServices/seq_diagrams/seq-prepare-1.1.4.b.svg 1.1.4.b]]} \n
NOTIFY_HANDLER -> DFSP2: Send Bulk Prepare notification to Payee
|||
end
deactivate POS_HANDLER
deactivate BULK_PREP_HANDLER
deactivate PREP_HANDLER
deactivate BULK_PROC_HANDLER
deactivate NOTIFY_HANDLER
@enduml
| false | true | true | false | usecase |
9dce55f6f4b1e6499ff38d59304cb2fb2541e2bb | 76bd2393c8efc4ea4f00e604c0325b223e6c18d3 | /doc/ConnectableObservable.puml | cf2d9df664d54c75e8d5912d0346758e5a813df6 | [] | no_license | suribada/RxJavaBook | 8d5dfae113d778982822adb30aa3659a6f3fa490 | a417aea43dae88f573d8a4121a60f339f008e689 | refs/heads/master | 2023-04-12T22:31:50.662032 | 2021-04-04T07:17:55 | 2021-04-04T07:17:55 | 106,604,606 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 268 | puml | @startuml
hide members
abstract class Observable
abstract class ConnectableObservable
class ObservablePublish
class ObservableReplay
Observable <|-- ConnectableObservable
ConnectableObservable <|-- ObservablePublish
ConnectableObservable <|-- ObservableReplay
@enduml | false | true | false | false | class |
b525c099a9b365b18eee5c63f58eb7378e122e04 | 7658a6afe423ee752a621096f3b142ad7133277d | /aws/OnDemandWorkforce.puml | e7b6bcd063716f86777b8b0366bd252f7f607520 | [] | no_license | sky0621/try-plantuml | 9bf1812c4ccd2c05a40a3253356f354efff92b9d | efb79c54685bfcc649da7840ed6cebb302c046ec | refs/heads/master | 2020-04-22T13:38:33.556631 | 2019-10-02T15:13:27 | 2019-10-02T15:13:27 | 170,415,988 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 853 | puml | @startuml
!define AWSPUML https://raw.githubusercontent.com/milo-minderbinder/AWS-PlantUML/release/18-2-22/dist
!includeurl AWSPUML/common.puml
!includeurl AWSPUML/OnDemandWorkforce/AmazonMechanicalTurk/AmazonMechanicalTurk.puml
!includeurl AWSPUML/OnDemandWorkforce/AmazonMechanicalTurk/assignmenttask/assignmenttask.puml
!includeurl AWSPUML/OnDemandWorkforce/AmazonMechanicalTurk/humanintelligencetasks/humanintelligencetasks.puml
!includeurl AWSPUML/OnDemandWorkforce/AmazonMechanicalTurk/requester/requester.puml
!includeurl AWSPUML/OnDemandWorkforce/AmazonMechanicalTurk/workers/workers.puml
package "OnDemandWorkforce" {
AMAZONMECHANICALTURK("AMAZONMECHANICALTURK") {
ASSIGNMENTTASK("ASSIGNMENTTASK")
HUMANINTELLIGENCETASKS("HUMANINTELLIGENCETASKS")
REQUESTER("REQUESTER")
WORKERS("WORKERS")
}
}
@enduml | false | true | false | false | uml-unknown |
6095c834fd6440cbf986c95f754c603e653f8d27 | e2151e9992bb6dcb69f07086ec00579519379780 | /src/main/java/ex45/ex45.puml | 64bb3f757c8246cb1cf56659a9634b2de42eb95f | [] | no_license | GSabiniPanini/little-cop3330-assignment3 | 43e248c1dafd09511955f9d09b26bc1feaf4f19f | 9869ef2c906327aaebcf203a864613a61dfacdae | refs/heads/master | 2023-06-03T17:30:22.693983 | 2021-06-21T04:00:53 | 2021-06-21T04:00:53 | 378,536,829 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 916 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution45 {
}
class FileInput {
+ length : int
+ array : ArrayList<String>
<<constructor> FileInput(path : String)
+ readFile(path : String): void
+ getArrayLength(arr : ArrayList<String>) : int
}
class FileParser {
+ processArray(a1 : ArrayList<String>) : String[]
+ replace(temp : String[], a2 : String[], size : int, s1 : String, s2 : String) : void
+ convertArrayList(a1 : ArrayList<String>, index : int) : String
}
class FileOutput {
path : String
name : String
array : String[]
length : int
<<constructor> FileOutput(path : String, name : String, array : String[], length : int)
+ printOutput() : void
+ getLineString(array : String[], index : int) : String
+ createFile(name : String) : void
}
Solution45 o--> FileOutput
Solution45 o--> FileParser
Solution45 o--> FileInput
@enduml | false | true | false | false | class |
924f659a284e4b8cc1da928f5a006653d1752908 | e5a08cb9be84408f6eef11216c7478bd2693fcae | /documentation/classdiagrams/ColdCallingDataModule.plantuml | 0f689a2fbb3072c530d6d7b0bcd7d014656b8c77 | [] | no_license | JamesKang26/ColdCallSystem | bfc938664663af4524b9dd0eb323b062d6b4a575 | 39035c823b2c6d86cf0c1d2b858f690d7c970026 | refs/heads/master | 2021-05-23T17:18:13.790728 | 2020-04-06T04:59:00 | 2020-04-06T04:59:00 | 253,398,079 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,591 | plantuml | @startuml
class "ColdCallClassList" as List {
..internal state storage..
-classes
..loading/exporting..
+loadClasses():void
+saveClasses():void
..class management..
+addClass(string):void
+deleteClass(string):void
+getClassList():vector<string>
+getclass(string):ColdCallClass *
}
class "ColdCallClass" as Class {
..internal state storage..
-class_name
-roster
-new_roster
-call_queue
..internal methods..
-compareRosterShared(vector<shared_ptr<Student *>>, <pair<vector<shared_ptr<Student *>, shared_ptr<Student *>>, vector<shared_ptr<Student *>>):bool
..state management methods..
+loadState(string):void
..info methods..
+getClassName():string
+getQueue():ColdCallQueue *
+getStudents():vector<Student *>
..roster management methods..
+loadRoster(string):void
+compareRoster(vector<Student *>, <pair<vector<Student *, Student *>, vector<Student *>):bool
+updateRoster(bool):void
+exportRoster(string)
+addStudent(shared_ptr<Student>):void
..reporting methods..
+exportReport(string):void
}
class "ColdCallQueue" as Queue {
..internal state storage..
-student_queue
-class_name
..info methods..
+getClassName():string
+setClassName(string):void
..state methods..
+loadQueue(vector<student *>):void
+exportQueue():void
+addStudent(Student *):void
..interface methods..
+getOnDeck(int):vector<Student *>
+removeOnDeck(int, char):void
}
List --o Class
Class --o Queue
class "Legend" as Legend {
-privateMemberVariable
-privateMethod()
+publicMethod()
}
Queue -[hidden]right- Legend
@enduml
| false | true | false | false | class |
65a7cff31feb425b190c0d3470c0810df809e13b | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /7.BaseDatos/docs/diagrams/src/Analisis/analisisOpen.plantuml | 237a8b358a90620ecf16e8c5ce43777470763275 | [] | 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 | 1,226 | plantuml | @startuml analisisOpen
allow_mixing
actor :Player: as Playerr
package controllers {
object "openController\n:OpenController" as OpenController{
}
}
package models {
object Board{
}
object Game{
}
object Turn{
}
}
package types {
object "coordinate\n:Coordinate" as Coordinate{
}
object "color\n:Color" as Color{
}
}
package views {
object BoardView{
}
object StartView{
}
object ColorView{
}
object Message{
}
object OpenView {
}
}
Playerr --> StartView
note on link
open()
end note
StartView ..> OpenView
note on link
interact(openController)
end note
StartView ..> BoardView
note on link
interact(openController)
end note
BoardView ..> ColorView
note on link
write(color)
end note
BoardView ..> Message
note on link
write()
writeln()
end note
OpenView ..> OpenController
note on link
open(gameName)
end note
OpenController ..> Game
note on link
open(gameName)
end note
Game ..> Board
note on link
open(gameName)
end note
Game ..> Turn
note on link
open(gameName)
end note
Game ..> Coordinate
Board ..> Coordinate
Board *-down-> Color
Turn ..> Coordinate
@enduml | false | true | false | false | usecase |
12635003b64b31ac14173a32d176dad654c58d24 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 2/UC06_Especificar_Tarefa/UC06_Especificar_Tarefa_Diagrama_Sequencia_ref.puml | 906045ad99c47bc92f73ee496256984a298e2204 | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 711 | puml | @startuml
title UC06 - Especificar Tarefa (myEmail)
participant "s:Sessao" as Sessao
participant GestaoUtilizadores
participant "guf:GestaoUtilizadoresFacade" as GestaoUtilizadoresFacade
participant "sessao:SessaoUtilizador" as SessaoUtilizador
-> Sessao: 1: email = getMyEmail()
activate Sessao
Sessao -> GestaoUtilizadores: 1.1: gu = getGestaoUtilizadoresFacade()
activate GestaoUtilizadores
deactivate GestaoUtilizadores
Sessao -> GestaoUtilizadoresFacade: 1.2: sessao = getSessaoActual()
activate GestaoUtilizadoresFacade
deactivate GestaoUtilizadoresFacade
Sessao -> SessaoUtilizador: 1.3: email = getEmailUtilizador()
activate SessaoUtilizador
deactivate SessaoUtilizador
deactivate Sessao
@enduml | false | true | false | false | sequence |
806e7785bc760a6b855f0c986e6ab705f3811426 | 20478b6c19855983adf0781338d1a30e98101a7b | /diagramas/Adapter_c.iuml | 34e4619e38e4e7bef99c307bf8351e38afa8c118 | [] | 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 | 291 | iuml | @startuml Adapter_class structure
skinparam class {
BackgroundColor #FFA509
BorderColor black
ArrowColor black
}
class Target{
request()
}
class Adapter{
request()
}
class Adaptee{
specificRequest()
}
client -right-> Target
Target <|-- Adapter
Adaptee <|-- Adapter
@enduml | false | true | false | false | class |
be4312486709e9f839c1c6878fe3d1352056d544 | ec17ea3c3a37e866f883efaec21c1941b858772b | /docs/cassandra.puml | fb9250fc71ef5dd9b22d5d2cdc9fbd28da513c9c | [] | no_license | orange-cloudfoundry/cf-ops-automation-broker | b859d337d4521903bbf82f4af3dd1336d7446b1f | ccc610b31238cfe9734bda6690e770b8a2189c6a | refs/heads/develop | 2023-08-15T06:29:34.601583 | 2023-06-30T05:40:14 | 2023-06-30T05:40:14 | 103,646,540 | 8 | 3 | null | 2023-09-11T04:47:58 | 2017-09-15T10:47:15 | Java | UTF-8 | PlantUML | false | false | 1,932 | puml | @startuml
[*] --> BoshDeploymentCreation: [OSB create-service-instance]
state BoshDeploymentCreation {
[*] -> CR.Deploying : / write templates
CR.Deploying -down-> CR.Deployed: [manifest generation observed]
CR.Deployed -down-> SyncServiceInstanceProvisioning: [sync supported]
CR.Deployed -down-> ASyncServiceInstanceProvisioning: [async supported]
CR.Deploying -down-> CR.Timeout
}
state SyncServiceInstanceProvisioning {
[*] -> Idle: /OSB call create-service-instance\n [success] /OSB response: created
[*] -> Idle: /OSB call create-service-instance\n [failed] /OSB response: failed
}
state ASyncServiceInstanceProvisioning {
[*] -> ASP.Creating: /OSB call create-service-instance
ASP.Creating -> ASP.Creating: /OSB call: get-last-operation [created]
ASP.Creating -> ASP.Creating: /OSB call: get-last-operation [pending]
ASP.Creating -down-> Idle: /OSB response: created
ASP.Creating -down-> Idle: /OSB response: failed
}
state Idle {
}
Idle -down-> SyncServiceInstanceBinding: [OSB bind]
Idle -down-> BoshDeploymentUpdate: [OSB update]
state BoshDeploymentUpdate {
[*] -> UP.Deploying : / write templates
UP.Deploying -down-> UP.Deployed: [manifest update observed]
UP.Deployed -down-> ServiceInstanceUpdating
UP.Deploying -down-> UP.Timeout
}
state ServiceInstanceUpdating {
[*] -> SP.Updating
SP.Updating -> SP.Updating: /OSB call: get-last-operation [created]
SP.Updating -> SP.Updating: /OSB call: get-last-operation [pending]
SP.Updating -down-> Idle: /OSB response: updated
SP.Updating -down-> Idle: /OSB response: failed
}
Idle -down-> ServiceInstanceUnBinding: [OSB unbind]
Idle -down-> ServiceInstanceDeProvisionning: [OSB delete]
ServiceInstanceDeProvisionning -down-> BoshDeploymentDeletion
state BoshDeploymentDeletion {
[*] -> Idle: / remove templates\nfrom git
}
BoshDeploymentDeletion -down-> [*]
@enduml | false | true | false | false | sequence |
57e4da7839464de0d1c4a30b0690adfd0b5b6513 | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/CircuitModelClassDiagram.puml | 5724f015718abe8663379d12deb32a4f56edad03 | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 587 | puml | @startuml
hide member
package Component {
class "{abstract}\nComponent" as Comp
class "{abstract}\nLoadComponent" as Load
class "VoltageSource" as Volt
class "Resistor" as Resist
class "Capacitor" as Cap
class "Inductor" as Ind
}
package Template {
class "{abstract}\nCircuitTemplate" as Circ
class "RTemplate" as RTemp
class "LcTemplate" as LcTemp
class "LrTemplate" as LrTemp
class "RcTemplate" as RcTemp
}
Load --|> Comp
Volt --|> Comp
Resist --|> Load
Cap --|> Load
Ind --|> Load
RTemp --|> Circ
LcTemp --|> Circ
LrTemp --|> RTemp
RcTemp --|> RTemp
Circ --> "1..3" Comp
@enduml | false | true | false | false | class |
5ab1a566fae302e0db17d091c907e899b89ea940 | a5f2757d99afa6fe77b84623984be283a6066363 | /publishingcompany-service/src/main/resources/domain.puml | 99ad8ccd9d18f5c317e7377b5809d0a9d76452c7 | [] | no_license | konradrenner/stammdaten | 5de005e289fa602a431957f90ba992faf95b0ddd | e91bb9920f78059aeb76fdc43949d4cd583387e0 | refs/heads/master | 2023-07-25T09:05:43.606087 | 2023-05-24T14:26:09 | 2023-05-24T14:26:09 | 10,296,291 | 8 | 1 | null | 2023-07-08T12:46:51 | 2013-05-26T10:09:48 | Java | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
package "Author Aggregate"{
[Author] as author
[Book] as book
[BlogPost] as blogpost
[Publication] as publication
author -down- publication
publication <-down- book
publication <-down- blogpost
}
[Publishing Company] as company
company - author
@enduml
| false | true | false | false | uml-unknown |
441c88858d4d47281a0d3d8ff40ebcff0bbcc352 | be25988f97a06377c2cd37ba2cf6c1a378fa02e1 | /docs/threat_models/vaultFactory/vaultFactory.puml | e1af717a2d2f3bd295d96c46f1bb8cc452134866 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | Agoric/agoric-sdk | bea28b730ecb59433b1b963571f2a809ce4ae5c1 | 0cc126ec803bb3eeff9c94d950e679dfa3db4d6a | refs/heads/master | 2023-08-31T13:19:11.750920 | 2023-08-31T03:13:41 | 2023-08-31T03:13:41 | 219,012,610 | 319 | 203 | Apache-2.0 | 2023-09-14T18:20:17 | 2019-11-01T15:30:18 | JavaScript | UTF-8 | PlantUML | false | false | 1,565 | puml | @startuml VaultFactory
header Agoric Systems Operating Company.
footer v0.0.1
title VaultFactory
skinparam componentStyle rectangle
skinparam defaultTextAlignment center
actor "VaultFactoryCreator aka Governance" as vfc
actor Borrower
node AdjustBalancesInvitation
node "CloseVaultInvitation"
node "Vat" {
node VaultFactory {
node "publicAPI" {
circle getCollateralManager
circle getDebtIssuer
circle getSubscription
circle getPublicTopics
circle getElectorateSubscription
circle getGovernedParams
circle getInvitationAmount
}
node "creatorFacet" {
circle makeAddTypeInvitation
}
}
node "Vault" {
circle makeCloseInvitation
makeCloseInvitation -u-> CloseVaultInvitation
circle makeAdjustBalancesInvitation
makeAdjustBalancesInvitation -u-> AdjustBalancesInvitation
circle getCollateralAmount
circle getCurrentDebt
}
}
Borrower -> makeVaultInvitation: open vault and transfer collateral
makeVaultInvitation -d-> Vault
Borrower -u-> getPayout: retrieve any proceeds
Borrower -u-> getPayouts: retrieve any proceeds
Borrower -> AdjustBalancesInvitation: add or remove collateral or \nincrease or decrease the loan balance
Borrower -l-> CloseVaultInvitation: close loan and withdraw \nany remaining collateral
vfc -d-> makeAddTypeInvitation
Borrower -d-> getCurrentDebt: how much do I owe
Borrower -d-> getCollateralAmount: how much did I \ndeposit as collateral
@enduml
| false | true | false | false | sequence |
557c341afc46e3236133e106f4d956913a9ea440 | 51554953e34b4880998ae7ac34f6cea9a0a8d6f3 | /UML/ToDoListUML.puml | 1cd13e4d942b02510d6f37aa3df7b72340f60b49 | [] | no_license | SabirahSalau/salau-cop3330-assignment4part2 | 9c665f0c101f7076343049b46af825d31b370ee3 | c53b771f37aad61a0326f88ba8aa6a0b5482247b | refs/heads/master | 2023-06-15T18:25:37.775679 | 2021-07-12T01:20:28 | 2021-07-12T01:20:28 | 384,236,057 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 766 | puml | @startuml
'https://plantuml.com/class-diagram
class App
{
main()
start()
}
class Item
{
description: String
dueDate: int
getItemDesc()
getItemDueDate()
markComplete()
}
class ListManager
{
title: String
listDisplay: TextField
saveSingleList()
saveAllLists()
loadList()
addList()
deleteList()
editList()
addItem()
editItemDesc()
editItemDueDate()
displayAllItems()
displayIncompleteItems()
displayCompleteItems()
isComplete()
renameListClicked()
deleteListClicked()
addListClicked()
saveListClicked()
saveAllClicked()
addItemClicked()
deleteItemClicked()
}
javafx.App <|-- ToDoList
ToDoList -- ListController
ListManager <|--Item
@enduml | false | true | false | false | class |
5da7054f6cc46f7895057b90b70968d83758f73e | 00eff2e9dadf64a7c6647f6026f2c17199b70891 | /code-callphone.txt | e0caaf5bc530b0a2a05332c476b3d26cfe658f69 | [] | no_license | suprakron/Basic_plantuml | 5f9610b10f701c5e7aaffd448244b66a329dd7d2 | f1bfb1137e2d68424d099321532deb01ad3c60ec | refs/heads/main | 2023-03-29T00:48:01.607973 | 2021-04-03T07:35:10 | 2021-04-03T07:35:10 | 354,228,536 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 848 | txt | @startuml
actor Man #pink;line:red;line.bold;text:red
Man ---> (call woman) #green;line.dashed;text:red
Man --> (Want to call girl friend) : Must sneak the boss
Man ---> (i haven't called my girl friend for a long time.)#line:red;line.bold;text:red : red bold
(Want to call girl friend) ---> Boss : In order to call your girl friend , you have to secretly get your Boss
actor woman #pink;line:green;line.bold;text:green
:woman: <--- (Want to call girl friend) : miss u
:woman: ---> (Secretly have a gig) : Sex Girlfriend
woman ---> (I miss my girl friend) #line:red;line.bold;text:red
(Secretly have a gig) ---> Man2
Man2 ---> Girl2
Girl2 ---> (Secretly a gig with the Boss) #green;line.dashed;text:blue
(Secretly a gig with the Boss) ---> Boss
Boss --->(Boss was afraid of his) #green;line.dashed;text:red
@enduml | false | true | false | false | usecase |
e2bfe6b17aa7470f9c5023f3a66f57bcbfe488f5 | a2d020c4ee37ba1b5d18899734ce8cbdf835fd01 | /sequence.puml | 6d2269ca95b814e68f6503599a8fb4de0c6ed99c | [] | no_license | skarekrow/insights-ingress-go | f021eadff17309dc898608140818894fa75e601a | eec761c1e3fa791387aab33e9c6bd79a986f8ce8 | refs/heads/master | 2020-07-14T02:01:40.391984 | 2019-08-27T19:23:27 | 2019-08-27T19:23:27 | 205,208,146 | 0 | 0 | null | 2019-08-29T16:42:14 | 2019-08-29T16:42:13 | null | UTF-8 | PlantUML | false | false | 1,953 | puml | @startuml ingress
participant client
participant 3scale
participant ingress
entity platform.upload.servicename
entity platform.upload.validation
participant pup
participant hbi
entity platform.upload.available
database s3permanent
database s3rejected
client->3scale: insights-client payload
3scale->ingress: insights-client payload
ingress->ingress: check file size, service name, media type
alt check failure
ingress->3scale: HTTP status code (413/415)
else check success
ingress->3scale: HTTP status code (202)
end
3scale->client: HTTP response
ingress-[#blue]>s3permanent: upload payload to s3
alt if metadata included
ingress-[#purple]>hbi: POST data: [{"facts": {"facts": {some_facts}}}]
hbi-[#purple]>ingress: Response from HBI
Note left of hbi: Response: {"total": 1,\n"errors": 0,\n"data": [{"status": 0,\n"host": <host_json with facts, insights_id, id, etc.>}]}
Note left of hbi: See HBI api.spec for more details
end
ingress->platform.upload.servicename: msg to validating service
Note right of ingress: {"request_id": "abcd1234",\n"account": "00001",\n"principal": "123456",\n"b64_identity": "base64_identity_string",\n"service": "validating service",\n"category": "file category",\n"url": "s3_url",\n"size": "1234",\n"timestamp": "ISO Time",\n"id": "inv id if available",\n"metadata": {}}
platform.upload.servicename->pup: PUP example
pup->pup: validates the payload
pup->platform.upload.validation: respondes with success/failure status
platform.upload.validation->ingress: response from validating service
Note left of platform.upload.validation: {"request_id": "abcd1234",\n"validation": "success"/"failure"}
alt success
ingress->platform.upload.available: advertise to platform
Note right of ingress: *same message as validation\n*includes any additional data from validating service
else failure
ingress<-[#blue]-s3permanent: Copy payload to rejected bucket
ingress-[#blue]>s3rejected
end
@enduml | false | true | false | false | sequence |
ffb8725907e22b162c74e32eebe179f64a982a0e | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160832/sp3/design2.puml | 00212b8df94ccac193e47a1184054034034cb1ea | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,017 | puml | @startuml design2.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary AgendaView
control AgendaPresenter
control AgendaServices
control CreateAgendaController
control AgendaService
entity AgendaRepository
database Database
box "Client"
participant AgendaView
participant AgendaPresenter
end box
box "Server"
participant AgendaServices
participant CreateAgendaController
participant AgendaService
participant AgendaRepository
end box
box "Database"
participant Database
end box
User -> AgendaPresenter : onReveal() / navigate to page / switch to new/old theme
AgendaPresenter ->> AgendaServices : createAgenda()
AgendaServices -> CreateAgendaController : createAgenda()
CreateAgendaController -> AgendaService : addAgenda()
AgendaService -> AgendaRepository : save()
AgendaRepository -> Database : fetch
AgendaServices ->> AgendaPresenter : return
AgendaPresenter -> AgendaView : return
@enduml | false | true | false | false | sequence |
127562ff970f5655822fbdfa0fc9e097d11f0793 | 939ec2212f87c1894d792e169fce964bec902583 | /docs/UseCases/Manage-Hardware/List-Hardware.puml | edada9f1175e96d51dee4028e76c5fe6fa9a0fc1 | [] | no_license | CAADE/fleet | 37e18246e0a10122a711efccdab3c134232d120e | a62d2a82a2100583d84e41ea21efda9512fc4ac7 | refs/heads/master | 2020-03-22T00:31:19.695430 | 2018-07-13T03:27:19 | 2018-07-13T03:27:19 | 139,250,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 227 | puml | @startuml
Actor "Ops Manager" as A
box "Manage Hardware" #lightblue
participant "fleet" as S
A -> S : fleet-hardware-list
participant "Hardware Stack" as CS
S -> CS : hardware/list
CS -> CS : Hardware.find()
end box
@enduml
| false | true | false | false | sequence |
a9d571e9ea8177f75305abd6418dc1a4346b729c | 9cc0c1d6efbb6a5c411c97fdacc855b960c68968 | /plantUML/tutorial-2/images/tutorial2scenario.puml | d9174c699ff9f84f65847732138b0edf10f24f9f | [] | no_license | talfco/tutorial-apache-avro | 4ba4113790a80419e5dba89c17537252dec29ccb | d999dcbef8132a013f6dc740f6bf113473846dc9 | refs/heads/master | 2023-04-16T18:49:16.412004 | 2021-04-26T21:19:56 | 2021-04-26T21:19:56 | 260,910,192 | 2 | 0 | null | 2021-04-26T21:19:57 | 2020-05-03T12:24:02 | Java | UTF-8 | PlantUML | false | false | 954 | puml | @startuml
title "Tutorial 2 Scenario"
footer "Avro-ElasticSearch Tutorial - cloudburo.net"
actor endUser
box "Presentation Layer" #LightBlue
participant ReactUI
participant ServiceComponent
participant PresentationModel
end box
box "Domain Layer" #LightGreen
participant BackendComponent
participant DomainModel
end box
box "Data Layer" #LightYellow
participant ElasticSearchComponent
participant DataModel
end box
autonumber
endUser -> ReactUI: enterData
endUser -> ReactUI: clickOk
ReactUI -> ServiceComponent: put /model/strategy(localizedJSONData)
ServiceComponent -> PresentationModel: processModelLogic(localizedJSONData)
PresentationModel --> ServiceComponent: avroBinaryObject
ServiceComponent -> BackendComponent: put /persist(avroObjBinary)
BackendComponent -> DomainModel: applyDomainRules(avroObjBinary)
BackendComponent -> ElasticSearchComponent: put /businessmodel/strategy(avroJSON)
ElasticSearchComponent -> DataModel: persist()
@enduml
| false | true | false | false | usecase |
7204b7b70e28ecb287d7b8473db16a79031a4c15 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CustomLineItemPriceMode.puml | 1232ad25ef585ad4470d03322cf70d36f6ee2c79 | [] | 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 | 4,110 | puml | @startuml
hide methods
enum CustomLineItemPriceMode {
STANDARD
EXTERNAL
}
interface CustomLineItem [[CustomLineItem.svg]] {
id: String
key: String
name: [[LocalizedString.svg LocalizedString]]
money: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]]
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
slug: String
quantity: Long
state: [[ItemState.svg List<ItemState>]]
taxCategory: [[TaxCategoryReference.svg TaxCategoryReference]]
taxRate: [[TaxRate.svg TaxRate]]
perMethodTaxRate: [[MethodTaxRate.svg List<MethodTaxRate>]]
discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]]
custom: [[CustomFields.svg CustomFields]]
shippingDetails: [[ItemShippingDetails.svg ItemShippingDetails]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CustomLineItemDraft [[CustomLineItemDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
money: [[Money.svg Money]]
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CartAddCustomLineItemAction [[CartAddCustomLineItemAction.svg]] {
action: String
money: [[Money.svg Money]]
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface CartChangeCustomLineItemPriceModeAction [[CartChangeCustomLineItemPriceModeAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
mode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
}
interface StagedOrderAddCustomLineItemAction [[StagedOrderAddCustomLineItemAction.svg]] {
action: String
money: [[Money.svg Money]]
name: [[LocalizedString.svg LocalizedString]]
key: String
quantity: Long
slug: String
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CustomLineItemImportDraft [[CustomLineItemImportDraft.svg]] {
name: [[LocalizedString.svg LocalizedString]]
key: String
slug: String
quantity: Long
money: [[Money.svg Money]]
taxRate: [[TaxRate.svg TaxRate]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
priceMode: [[CustomLineItemPriceMode.svg CustomLineItemPriceMode]]
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
state: [[ItemState.svg List<ItemState>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
CustomLineItemPriceMode --> CustomLineItem #green;text:green : "priceMode"
CustomLineItemPriceMode --> CustomLineItemDraft #green;text:green : "priceMode"
CustomLineItemPriceMode --> CartAddCustomLineItemAction #green;text:green : "priceMode"
CustomLineItemPriceMode --> CartChangeCustomLineItemPriceModeAction #green;text:green : "mode"
CustomLineItemPriceMode --> StagedOrderAddCustomLineItemAction #green;text:green : "priceMode"
CustomLineItemPriceMode --> CustomLineItemImportDraft #green;text:green : "priceMode"
@enduml
| false | true | false | false | sequence |
7768898131f375dbf2d016036876cceae0a13bce | 22d3acec3b9eec8cb7830994efcb3d08a877b24e | /wp1/arc/puml/relais-sequence.puml | 979f98a89598c83b4cb015ba6e3349c615b300db | [] | no_license | trygu/Documents | 99915a4820a1bb6b4fae44c84aa0866e430b3c33 | 4aefd38913d37b872cb319df940a81a4e740ac8e | refs/heads/master | 2022-06-04T03:05:31.002084 | 2022-03-08T10:26:46 | 2022-03-08T10:26:46 | 170,482,518 | 0 | 1 | null | 2019-05-23T15:06:31 | 2019-02-13T09:48:44 | null | UTF-8 | PlantUML | false | false | 825 | puml | @startuml relais-seqence
title Using RELAIS in IS2
actor User
== Initialize ==
User -> RELAIS: Authentication Request
User <-- RELAIS: Authentication Response
User <- RELAIS: List of business functions
User -> RELAIS: Choose business function
note right: Would be 'Record Linking' for RELAIS
User <- RELAIS: List existing sessions
User -> RELAIS: Create or choose session
== Configure record linkage ==
User <- RELAIS: RELAIS dashboard
loop Datasets A and B
User -> RELAIS: Specify Dataset
note right: See detailed diagram
end
User -> RELAIS: Specify Process
note right: See detailed diagram
User <-- RELAIS: Record linkage specified
== Run and get results ==
User -> RELAIS: Run record linkage
User <-- RELAIS: Record linkage performed
User -> RELAIS: Request results
User <- RELAIS: Record linkage results
@enduml | false | true | false | false | sequence |
e9f24c35b79f1c04bc2e9f0a296ed80c48849c14 | b7bb3f20096cbbfaa123ae7b7b786d936496fb67 | /aspnet-core.puml | 7c3b061ad7738e1a031a8d49c6c8c359090c5dba | [] | no_license | madhub/plantuml-designs | c82c3a9667b99588ffb8b6fa5a358b49e658150a | c97bc28faae3f489189b5148c1ac7a1e11107ec7 | refs/heads/master | 2023-04-16T12:09:51.925070 | 2021-05-02T11:52:59 | 2021-05-02T11:52:59 | 295,026,632 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 898 | puml | @startuml
skinparam defaultFontName Segoe UI
skinparam Style strictuml
skinparam DefaultFontSize 16
skinparam ArrowThickness 2.2
skinparam ArrowColor #gray
skinparam sequenceArrowThickness 2
skinparam roundcorner 5
skinparam maxmessagesize 60
skinparam SequenceMessageAlignment center
title "Keeping element togther"
actor User
[Third party application] as ThirdPartyApp
/' Try to keep PostgresDB and Mail together,
so they are at the same level in the diagram. '/
together {
[PostgreSQL database] as PostgresDB <<Database>>
[Object Store] as ObjectStore <<ObjectStore>>
}
package "ASP.NET Core Application" {
[Controllers] <<ASP.Net Core REST controllers>>
[Service] <<Service>>
[Repository] <<Repository>>
}
User --> Controllers
ThirdPartyApp --> Controllers
Controllers --> Service
Service --> Repository
Service --> ObjectStore
Repository --> PostgresDB
@enduml | false | true | false | false | sequence |
ac9aa3576bce0ee0c444d84ffbdef6867273be9f | 61f6a3452ee4ded9ebdfdb5028545d672d8f40af | /AutoCompletionSystem/src/Dictionary.puml | 0c595847d34c394e7c76edd9d6c9556fb85ddef8 | [] | no_license | scatalin/licenta | ce5387edc0d685c79b18c10623b3cb51fff164b9 | 9349d677b9ade4da41b32c95429ce80ee7049e72 | refs/heads/master | 2021-01-10T19:28:09.475799 | 2015-09-13T19:02:05 | 2015-09-13T19:02:05 | 22,123,620 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 697 | puml | @startuml
interface WeightUpdate {
updateWeight(Integer[] weights)
}
Word <|-- DefaultWord
Word <|-- UserWord
WeightUpdate <|-- UserWeightUpdate
WeightUpdate <|-- DefaultWeightUpdate
WeightUpdateBuilder <- WeightUpdate
Dictionary --> Word
Word ---> WeightUpdate
abstract class Word {
WeightUpdate
getWeight() : Integer
updateWeight(Integer[] weights)
}
class DefaultWord {
int weight
}
class WeightUpdateBuilder{
createWeightUpdater(String mode) : WeightUpdate
}
class UserWord {
int userWeight
int actuality
}
class Dictionary{
List<MaxHeap<Word>> forest
addWord(String word, Integer[] weights)
updateWord(String word, Integer[] weightsDelta)
getWord(String word)
iterator()
}
@enduml | false | true | false | false | class |
096ebbe575622376f50e9b4763df9bb8edb5688a | b69be1c6ab0ab160da15f0fd6d2c39ae6eaf1ff1 | /klassen.puml | 09849f56ba56ccab3329825cba96c01146a982cc | [] | no_license | galinarudollf/Aufgabe06_2021 | 8a3e378c20adb5a4e72d9c9d9fe420b515288bc6 | ff7edf6810d6b968ebbbda3c9837bb5717a9d06a | refs/heads/main | 2023-05-21T19:34:23.789827 | 2021-06-15T07:41:51 | 2021-06-15T07:41:51 | 377,073,984 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 819 | puml | @startuml Zoo
abstract class Pet
{
+ string Name
+ string Owner
+ Pet(string _name, String _owner)
+ {abstract} Attend()
}
abstract class Mammal
{
+ Mammal(string _name, String _owner)
+ {abstract} Move()
}
abstract class Fish
{
+ Fish(string _name, String _owner)
+ {abstract} Swim()
+ Attend()
}
class Bunny
{
+ Bunny(string _name, String _owner)
+ Attend()
+ Move()
}
class Cat
{
+ Cat(string _name, String _owner)
+ Attend()
+ Move()
}
class Goldfish
{
+ Goldfish(string _name, String _owner)
+ Swim()
}
class Guppy
{
+ Guppy(string _name, String _owner)
+ Swim()
}
Pet <|-- Fish
Pet <|-- Mammal
Fish <|-- Guppy
Fish <|-- Goldfish
Mammal <|-- Cat
Mammal <|-- Bunny
interface IStrokeable
{
+ stroke()
}
IStrokeable <|.. Mammal
IStrokeable <|.. Goldfish
@enduml | false | true | false | false | class |
448f2bd8da015bb41e7a20d032d4f8fc5628b8a0 | c4f7d455bd5f34d0875b667304c2767143ef9ac3 | /doc/plantuml/HCARDC/HealthCardControl.plantuml | afa87d11e7fad819f11fc960f5a0eb1f1ea80d09 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardControl | 6b7482826e2e35242bfe6a3367dd2888244178d0 | 26a0e1be00206ca74785b4c7c008f17d863d854f | refs/heads/master | 2022-01-22T11:48:22.199071 | 2020-02-20T13:12:39 | 2020-02-20T13:12:39 | 214,092,133 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,966 | plantuml | @startuml
package de.gematik.ti.healthcard.control {
class HealthCardControl {
{static} - LOG : Logger
{static} - TAG : String
{static} - instance : HealthCardControl
- HealthCardControl()
{static} + getInstance()
{static} + start()
{static} + stop()
}
}
package de.gematik.ti.healthcard.control {
class CardDetector {
{static} - LOG : Logger
{static} - TAG : String
{static} - RECEIVE_BUFFER_SIZE : int
{static} - instance : CardDetector
- healthCardMap : Map<ICardReader, IHealthCard>
- CardDetector()
{static} + getInstance()
{static} + startDetection()
{static} + stopDetection()
- register()
- unregister()
+ handleCardPresentEvents()
- createHealthCardWithTypeAndSendEvent()
- extractCardType()
- sendEvent()
- createPresentEventForHealthCardType()
- getHealthCardTypeSmcb()
- getHealthCardTypeHba()
- getHealthCardTypeForEgk()
+ handleCardAbsentEvents()
- sendCardAbsentEvent()
+ handleCardReaderDisconnectedEvents()
- createAbsentEventForHealthCardType()
}
}
package de.gematik.ti.healthcard.control {
class TrustedChannelPaceKeyRequestHandler {
{static} - LOG : Logger
{static} - TAG : String
{static} - instance : TrustedChannelPaceKeyRequestHandler
- TrustedChannelPaceKeyRequestHandler()
{static} + getInstance()
{static} + startHandling()
{static} + stopHandling()
- register()
- unregister()
+ handleRequestPaceKeyEvent()
}
}
HealthCardControl ..> CardDetector
HealthCardControl ..> TrustedChannelPaceKeyRequestHandler
@enduml | false | true | false | false | class |
25b6397cfbe1f8b806a4d92199896d84e3981b77 | e9484221b0c6ba02e8734ee8012e6fd51603bf5f | /source/puml/user_analysis/information_to_knowledge_northern_lights.puml | bfc6266d1e987e8d12b8c23bda902e74d653bdf6 | [] | no_license | metno/S-ENDA-documentation | 91ec3d69bb94f3c2e6902478b179821eaf0b98d7 | a8c109a440587105509f800429d83657939c1c1e | refs/heads/master | 2023-02-23T16:06:50.410409 | 2022-02-14T17:17:06 | 2022-02-14T17:17:06 | 227,606,604 | 2 | 7 | null | 2023-02-15T11:21:12 | 2019-12-12T12:52:31 | Python | UTF-8 | PlantUML | false | false | 391 | puml | @startuml
state "Knowledge generation" as kg {
state Data {
Data : Satellite data
Data : Model data
Data : Time
Data : Geographical region
}
state "Processing and interpretation" as PI {
PI : Cloud movement over the region
}
state Knowledge {
Knowledge : Where to likely see northern lights
}
}
Data --> PI
PI --> Knowledge
Knowledge --> Data : Trace and verify
@enduml
| false | true | false | false | sequence |
b2ab931577b854304702ce7c2f3302a9ab42497c | b0418114098fb00e939444148763f210a339db68 | /docs/diagrams/commandsPlantUML/SortBudgetCommand.puml | 11d24011a00cbaf3dbb119f292830223730c0e8e | [
"MIT"
] | permissive | EkChinHui/tp | 7221b0bd94d600b27fc05a4a5f4e6e0d427d3b90 | d4df21e0570e9f3aa5bdb23ac17c9a1ec70a6e10 | refs/heads/master | 2023-01-06T12:02:49.314354 | 2020-11-09T15:16:20 | 2020-11-09T15:16:20 | 295,070,386 | 0 | 0 | NOASSERTION | 2020-09-13T03:26:11 | 2020-09-13T03:26:11 | null | UTF-8 | PlantUML | false | false | 1,091 | puml | @startuml
skinparam Sequence {
MessageAlign center
}
hide footbox
box "Logic" #LightBlue
participant ":LogicManager" as LM
participant ":MainPageParser" as MPP
participant ":SortBudgetCommandParser" as SBCP
participant "c:SortBudgetCommand" as SBC
participant "result:CommandResult" as CR
end box
box "Model" #LightYellow
participant "m:ModelManager" as M
end box
[-> LM : execute("sort name")
activate LM
create MPP
LM -> MPP
activate MPP
LM <-- MPP
deactivate MPP
LM -> MPP : parseCommand("sort name")
activate MPP
create SBCP
MPP -> SBCP
activate SBCP
MPP <-- SBCP
deactivate SBCP
MPP -> SBCP : parse("name")
activate SBCP
create SBC
SBCP -> SBC
activate SBC
SBCP <-- SBC : c
deactivate SBC
MPP <-- SBCP : c
deactivate SBCP
MPP <-[hidden]- SBCP
destroy SBCP
deactivate SBCP
LM <-- MPP : c
deactivate MPP
LM <-[hidden]- MPP
destroy MPP
LM -> SBC: execute(m)
activate SBC
SBC -> M : sortBudgetsByName()
activate M
SBC <-- M
deactivate M
create CR
SBC -> CR
activate CR
SBC <-- CR : result
deactivate CR
LM <-- SBC: result
deactivate SBC
[<-- LM: result
deactivate LM
@enduml
| false | true | false | false | sequence |
329b5db780c66d0dc1a168dbf44755e3a80dc270 | 9022c3e345dfbb67dd1e449489e14612f5aa89ff | /Clase/Prototype/classPrototype.puml | 51bf7ab70e4770a32682cf3ddf2ae6318e63d81b | [] | no_license | JoanAndoni/AyMMS | c6c937a55bbf7d12176100d69244ca93066f8ae4 | 9b72fb0eadbcec776c5593d3862e68fa3294cdf1 | refs/heads/master | 2021-08-23T18:00:32.843161 | 2017-12-06T00:40:15 | 2017-12-06T00:40:15 | 113,249,145 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 887 | puml | @startUML
class Mundo{
+string name
+Mundo(string nombre)
+name(nombre)
<<<<<<< HEAD
=======
>>>>>>> dc71be081124da78cefa269cb09ab8f2c52e68ac
}
class Personaje{
+string nombre
+int telefono
+string correo
+Mundo* mundo
+Personaje() = default
+Personaje(string nombre) : nombre(nombre){}
+virtual Personaje* clone() = 0
}
class Princesa <<public Personaje>>{
+Princesa(string n) : Personaje(n){}
+Princesa(const Princesa& p)
+void grita()
+Personaje* clone()
}
class Villano <<public Personaje>>{
+Villano(string n) : Personaje(n){}
+void secuestra()
+Villano(const Villano& v)
+Personaje* clone()
}
class Heroe <<public Personaje>>{
+Heroe(string n) : Personaje(n){}
+void salvar()
+Heroe(const Heroe& h)
+Personaje* clone()
}
Personaje <.. Princesa
Personaje <.. Villano
Personaje <.. Heroe
Mundo --* Personaje
@endUML
| false | true | false | false | class |
182a96898700eea029ec21b338bafba67c862a3b | 7fe4e107ff6df1006f926385c77e3bcec7d1953f | /Resources/doc/giropay-capture.puml | 63b8f7ecffde858311e48a7eb363edd2f78ee2f1 | [
"MIT"
] | permissive | valiton/payum-payone | 43f20eeb0595dece5912fb4b93a7cd432907bef0 | 79162eb008674c47f3e7d723f7161759e59fe2dd | refs/heads/master | 2022-12-14T16:36:36.491221 | 2022-12-06T09:27:30 | 2022-12-06T09:27:30 | 81,426,097 | 10 | 9 | MIT | 2022-12-06T15:49:24 | 2017-02-09T08:14:26 | PHP | UTF-8 | PlantUML | false | false | 1,145 | puml | @startuml
title Capture Giropay Payment
participant Client
participant Shop
participant PAYONE
participant Giropay
activate Client
Client -> Shop: POST prepare.php
activate Shop
Shop --> Client: 302 capture.php
deactivate Shop
Client -> Shop: GET capture.php
activate Shop
Shop -> PAYONE: POST request=authorization
activate PAYONE
PAYONE --> Shop: 200 status=REDIRECT redirecturl=https://...
deactivate PAYONE
Shop -> Shop: Set Payment Status to "pending"
Shop -> Client: 302 Redirect to Redirect URL
deactivate Shop
Client -> Giropay
activate Giropay
Giropay -> PAYONE
activate PAYONE
PAYONE -> Shop: POST notify.php txaction=appointed transaction_status=completed
activate Shop
Shop -> Shop: Set Payment Status to "captured"
Shop --> PAYONE: 200 TSOK
deactivate Shop
PAYONE --> Giropay
deactivate PAYONE
Giropay --> Client: 302 done.php
deactivate Giropay
Client -> Shop: GET done.php
activate Shop
Shop --> Client: 200 Thanks
deactivate Shop
deactivate Client
...some time later...
PAYONE -> Shop: POST notify.php txaction=paid
activate PAYONE
activate Shop
Shop --> PAYONE: 200 TSOK
deactivate PAYONE
deactivate Shop
@enduml
| false | true | false | false | sequence |
f6e4785d192b114ca2b7d3985658b130d05033fb | ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd | /ch07-state-patterns/diagrams/state-pattern-collaboration.puml | 200f1fbbeb440a83c03f5a354e2dfff66f04c51b | [] | no_license | outofworld98/java-design-patterns | d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427 | 75964a5387cad3f54726d0f7ba98b0765ca0d650 | refs/heads/master | 2022-03-29T17:38:14.238273 | 2019-01-17T11:10:00 | 2019-01-17T11:10:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 510 | puml | @startuml
title State Pattern Collaboration
class Context {
- state: State
+ request1()
+ request2()
+ request3()
+ setState(state : State)
}
interface State {
+ method1()
+ method2()
+ method3()
}
class State1 {
+ method1()
+ method2()
+ method3()
}
class State2 {
+ method1()
+ method2()
+ method3()
}
class State3 {
+ method1()
+ method2()
+ method3()
}
Context o- State
State <|.. State1
State <|.. State2
State <|.. State3
@enduml | false | true | false | false | state |
feff5c9f7ab5c99562a38d3fc539ad1465954a83 | fda8e469ad27adbad3e10d288ca8c6ea106c8070 | /diagrams/serviceall.plantuml | 66fa262b669d088807eefb7c25c397591ddb28bd | [] | no_license | tliu/KubernetesWorkshop | 117d99f011d0f7dccee62feeac4d5b0ea69961d5 | aa81020b2353223b4efd51ec2663936adbb8b370 | refs/heads/master | 2023-02-10T17:17:25.252690 | 2021-01-06T16:10:22 | 2021-01-06T16:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 303 | plantuml | @startuml
skinparam componentStyle rectangle
scale 450 height
component "Node1" {
component Service1
component Service2
component Pod1
}
component "Node2" {
component Pod2
}
component "NodeN" {
component PodN
}
Service1 --> Pod1
Service1 --> Pod2
Service1 --> PodN
Service2 <--> Service1
@enduml
| false | true | false | false | component |
85363d1173fa3277d22a99332fe22bfc397a0326 | 5e083b3b19a16e43d276114e11c46013be67bce5 | /doc/OOD/Konto m ATM.puml | 20f87a7eca0014adae9ab99740394c2b8dde996d | [] | no_license | New123User321/bank | 6e1d4d1928ff74ca52ae77e132fd82a04c48877b | e00e8b99a21a6f01cdf90a078c0513923ffb3c71 | refs/heads/master | 2021-01-19T21:12:13.430544 | 2017-04-27T11:45:09 | 2017-04-27T11:45:09 | 88,622,609 | 1 | 0 | null | 2017-04-20T12:39:07 | 2017-04-18T12:29:56 | JavaScript | UTF-8 | PlantUML | false | false | 1,084 | puml | @startuml
class Konto {
- saldo
+ getSaldo()
- setSaldo()
+ udtræk()
+ indsæt()
+ validerUdtræk(beløb)
+ validerIndsæt(beløb)
}
class BudgetKonto{
- kreditMax
+ getKreditMax()
+ setKreditMax()
+ udtræk()
}
Konto <|-- BudgetKonto
class PrioritetsKonto #eeeeee {
- pant
}
Konto <|-- PrioritetsKonto
Object KontantKonto
KontantKonto .up.|> Konto
abstract class TellerMachine {
+ udførTransaktion()
- kontantKonto
}
TellerMachine *-up-> KontantKonto
class NetBank {
- kontantKonto = null
}
TellerMachine <|-- NetBank
class ATM {
- kontantBeholdning
}
TellerMachine <|-- ATM
Konto "2" <..o Transaktion
class Transaktion {
- TellerMachine Teller
- Konto
- ModtagerKonto
+ validerTransaktion()
}
class KontantTransaktion {
- ModtagerKonto = KontantKonto
}
KontantTransaktion -up-|> Transaktion
Transaktion o..> TellerMachine
KontantTransaktion o..> ATM
class Log {
Transaktioner[]
+ logTransaktion(Transaktion, TellerMachine, Konto)
}
Transaktion <.down.o "Transaktioner[]" Log
@enduml | false | true | true | false | class |
5a99346659a9a95b40b8faab1354d312fa343c1c | 57515bfad33d5ab1e68cccc924700e88316e19b9 | /DiagramaClases/Gestores/GestorRemitos.puml | c949921fd1429ed89299b643953add0f95839660 | [] | no_license | NicolasBachs/DocumentacionZMGestion | 0e42009bf3bbf4d244e85a8545997c880f233074 | a099ddb44b8911b8428b9c4bdc2f9156c480af47 | refs/heads/master | 2023-01-27T17:57:29.235074 | 2020-12-02T15:35:21 | 2020-12-02T15:35:21 | 232,633,959 | 1 | 0 | null | 2020-01-08T18:44:12 | 2020-01-08T18:44:11 | null | UTF-8 | PlantUML | false | false | 112 | puml | @startuml GestorRemitos
hide circle
class GestorRemitos{
generarStockTotal(): Map<Productos, int>
}
@enduml | false | true | false | false | class |
7b590029d31371aeb1cb0440fd824ee107ffc543 | 427b4b7ee49422ecf39bfd90f9612f7cfe62afb6 | /src/DataZ.puml | 752e6e84f9d1c8068a5f7cd6ca7e42f9ae64ccb4 | [
"Apache-2.0"
] | permissive | EasyKotlin/kotlin-demo | deed59bdfe7fac89a36c3fe0eed21d7d5c2e1c35 | 35dc28d8b08df08ffc6f2201466cc6e0d9b989bd | refs/heads/master | 2020-07-01T21:35:13.667782 | 2019-10-17T07:39:30 | 2019-10-17T07:39:30 | 201,309,642 | 3 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 935 | puml | @startuml
class Space{
id
name
members
gmtCreate
gmtModified
}
class DataSource{
id
name
type
accessId
accessKey
jdbcUrl
username
password
gmtCreate
gmtModified
spaceId
}
class BackflowConfig{
id
name
sourceTable
sourceColumns
targetTable
targetColumns
reader
writer
transformer
jobConfigJson
state
version
gmtCreate
gmtModified
dataSourceId
}
class RunInstance{
id
taskId
enqueueTime
startRunTime
executeTime
state
gmtCreate
gmtModified
}
class RunRecord{
id
instanceId
startRunTime
executeTime
gmtCreate
gmtModified
log
}
enum Reader{
ODPS_READER
}
enum Writer{
MYSQL_WRITER
}
enum Transformer{
dx_substr
dx_replace
}
Space --> DataSource
DataSource -> BackflowConfig
BackflowConfig -> RunInstance
RunInstance --> RunRecord
@enduml
| false | true | false | false | state |
d219e06d5555a70a960dbd4215f52c7b2d67880f | 1179fec3a66bccf5fa83d114727f720f390f3aaa | /doc/design/system_state_machine.plantuml | 9a0041fa95a0fa3802b5f36ee5914423cb71824e | [
"MIT"
] | permissive | WolfgangGitHub/esp-rgb-led-matrix | 122b13fd45c018795346c36d5a8eb00046f6ef6d | 66af3da17a1f483af825b9a664252c7b33d79b95 | refs/heads/master | 2020-08-15T04:27:16.547331 | 2019-10-14T09:00:10 | 2019-10-14T09:00:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,123 | plantuml | @startuml
title System State Machine
InitState: /entry: Initialize HAL and slot layouts.
InitState: /do: Get button state.
APState: /entry: Setup access point.
APState: /do: Handle client requests.
APState: /do: Handle update.
IdleState: /do: Wait for manual reset.
ConnectingState: /entry: Get remote wifi SSID and passphrase.
ConnectingState: /do: Connect every 30 s to remote wifi network.
ConnectedState: /entry: Show hostname.
ConnectedState: /entry: Enable slot routing on the display.
ConnectedState: /do: Handle client requests.
ConnectedState: /do: Handle update.
ErrorState: /do: Wait for manual reset.
[*] --> InitState: Power up
InitState --> APState: [Button pressed]
InitState -> ConnectingState: [Button released]
APState --> [*]: [Restart]
APState --> ErrorState: [Failed to start\nwifi access point]
ConnectingState --> IdleState: [Remote wifi SSID or\npassword missing]
ConnectingState --> ConnectedState: [Connection successful established]
ConnectedState --> ConnectingState: [Connection lost]
ErrorState --> [*]: [Restart]
IdleState --> [*]: [Restart]
@enduml | false | true | false | false | sequence |
8925cf8ceff33dc6e8b19f3677c35f47a245b622 | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/enums/MapPart.puml | 26d63333a1211a94c27fe0409b23641d3e88afde | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 449 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
enum "<b><size:14>MapPart</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.MapPart [[../../soen6441riskgame/enums/MapPart.html{soen6441riskgame.enums.MapPart}]] {
-String part
-MapPart(String part)
{static} +MapPart values()
{static} +MapPart valueOf(String name)
+String getPart()
{static} +MapPart fromString(String part)
}
@enduml
| false | true | false | false | class |
497acb2c0363e6c78a4c19dd33139c5f3366bd69 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Managers/Remittance/RemittanceManager.puml | d85e19cc69cbcf645d048e5fd9d3dd0c47f79606 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
class RemittanceManager {
+ <<override>> TestMe(input:string) : string
Totals() : BackOffice.OrderDataResponse
+ Totals() : Admin.SalesTotalsResponse
}
ManagerBase <|-- RemittanceManager
@enduml
| false | true | false | false | class |
20f92eae6ad93b5874d831ee527ca0fbf57bdb41 | ef5852b964f91ce0b67fb6f85eb009209fba5df2 | /src/main/asciidoc/images/package-bank-geldbetrag.puml | c552ddfabbd721a0876ee79c7a650c87e1c58c7f | [
"Apache-2.0"
] | permissive | oboehm/jfachwert | 86f56f1e4fa2061347db989c3d63d091ef39ccda | 1947001ea920f07452a6d46a06e05e6fe733ba5c | refs/heads/develop | 2023-08-10T11:33:40.348501 | 2023-08-04T15:02:46 | 2023-08-04T15:02:46 | 84,598,578 | 1 | 1 | Apache-2.0 | 2023-03-31T18:48:35 | 2017-03-10T20:34:17 | Kotlin | UTF-8 | PlantUML | false | false | 539 | puml | @startuml
package "de.fachwert.bank" {
class GeldbetragFactory
class Waehrung
class Geldbetrag
}
class javax.money.MonetaryContext #white
interface javax.money.CurrencyUnit #white
interface javax.money.MonetaryAmountFactory #white
interface javax.money.MonetaryAmount #white
javax.money.MonetaryAmount <|.. Geldbetrag
javax.money.CurrencyUnit <|.. Waehrung
javax.money.MonetaryAmountFactory <|.. GeldbetragFactory
GeldbetragFactory --> Geldbetrag
Geldbetrag -- javax.money.MonetaryContext
Geldbetrag -- Waehrung
@enduml
| false | true | false | false | class |
231c1fac769ef4632b250a27785c745bda39107c | c437babbf31fdf89cd055b6f569c4db3f064338e | /files/figures/configuration.puml | 3ba29a7c25190befa8975ebcdc3aa7e51512923d | [
"MIT"
] | permissive | peterprescott/spark-standalone | 5e0374179a2e9cb44acbe92c2fa7f7d9ef36ceda | aa0a95a0e49fc2e075678276abd465f10ae5c475 | refs/heads/master | 2023-03-28T17:48:30.725999 | 2021-03-15T13:08:57 | 2021-03-15T13:08:57 | 314,219,260 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 897 | puml | @startuml
skinparam linetype polyline
footer: **Figure 2: Standalone Configuration**
frame "Docker Deployment" {
[jupyterlab]
package "Spark Cluster" {
[spark-master]
[spark-worker-1]
[spark-worker-2]
}
[spark-master] -up-> 7077 : 7077
[jupyterlab] ..left.. 7077: SparkSession
}
[jupyterlab]
[spark-master]
[spark-worker-1]
[spark-worker-2]
[spark-master] .. [spark-worker-1]
[spark-master] .. [spark-worker-2]
database shared-workspace {
[mounted-folder] as volume_1
}
[jupyterlab] -up-> 8888 : 8888
[spark-master] -up-> 8080 : 8080
[spark-worker-1] -up-> 8081 : 8081
[spark-worker-2] -up-> 8082 : 8081
[jupyterlab] -[#grey]-> volume_1
[spark-master] -[#grey]-> volume_1
[spark-worker-1] -[#grey]-> volume_1
[spark-worker-2] -[#grey]-> volume_1
[web-browser] .. 8888
[web-browser] .. 8080
[web-browser] .. 8081
[web-browser] .. 8082
@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.