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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
121ee62d7a4715a83dd31f7856a97650420e293d | 477d880f5c9f4716e5c8b964c9d5dd932cf8fbaf | /out/br/com/ufrn/imd/lpii/classes/persistence/persistence.plantuml | db61a269d7accbe54b28fdc7c92884bc20e960af | [] | no_license | ritallopes/Tesouro | 55194ecd548188070d986494e6d2788636831c22 | 905db182ce555961d29b1208ea07a05d85000250 | refs/heads/master | 2022-03-10T03:05:58.779878 | 2019-11-26T14:02:38 | 2019-11-26T14:02:38 | 217,805,768 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,913 | plantuml | @startuml
title __PERSISTENCE's Class Diagram__\n
namespace br.com.ufrn.imd.lpii.classes.persistence {
class br.com.ufrn.imd.lpii.classes.persistence.ConnectionBem {
+ atualizarLocalizacao()
+ buscarBemByAtributo()
+ buscarBemByLocalizacao()
+ cadastrarBem()
+ criarTabela()
+ listarBem()
+ listarBens()
}
}
namespace br.com.ufrn.imd.lpii.classes.persistence {
class br.com.ufrn.imd.lpii.classes.persistence.ConnectionCategoria {
+ buscarCategoriaByCodigo()
+ cadastrarCategoria()
+ cadastrarCategoria()
+ criarTabela()
+ listarCategoriaToArray()
+ listarCategorias()
}
}
namespace br.com.ufrn.imd.lpii.classes.persistence {
class br.com.ufrn.imd.lpii.classes.persistence.ConnectionLocalizacao {
+ buscarLocalizacaoByCodigo()
+ cadastrarLocalizacao()
+ cadastrarLocalizacao()
+ criarTabela()
+ listarLocalizacaoToArray()
+ listarLocalizacoes()
}
}
namespace br.com.ufrn.imd.lpii.classes.persistence {
abstract class br.com.ufrn.imd.lpii.classes.persistence.ConnectionSQLite {
~ connection : Connection
~ statement : Statement
+ apagarTabela()
+ conectar()
+ desconectar()
}
}
br.com.ufrn.imd.lpii.classes.persistence.ConnectionBem -up-|> br.com.ufrn.imd.lpii.classes.persistence.ConnectionSQLite
br.com.ufrn.imd.lpii.classes.persistence.ConnectionCategoria -up-|> br.com.ufrn.imd.lpii.classes.persistence.ConnectionSQLite
br.com.ufrn.imd.lpii.classes.persistence.ConnectionLocalizacao -up-|> br.com.ufrn.imd.lpii.classes.persistence.ConnectionSQLite
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 |
e4232ffdff2a61003659f6ca6bede0fa0125d34e | ad8871cd450dfd32f2eba002aa20723ebb4ba133 | /design/old_design_folder/IdentityManagement/02_node_identity.plantuml | 9f3340787c4f2a47808f752e8afa85ba0b497956 | [] | no_license | LogosNetwork/SDF | 8ec0455b56f17c0fd0b5132d4c3f2f4c5fd1616c | 4dc77526a02c2ea0aba89a5d58315bf7dfbe9f4b | refs/heads/master | 2020-03-19T21:24:06.901182 | 2019-09-17T17:15:14 | 2019-09-17T17:15:14 | 136,939,166 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,742 | plantuml | @startuml
Title Node Identity
actor User
box "Core" #LightBlue
participant node
database wallet
database ledger
end box
collections txa as "TxAcceptors"
User -> node : **Store Keys**\n(BLS private key,\nECIES private key)
activate node
alt wallet unlocked
node --> ledger : query with BLS key,\ncheck if delegate is\nin office or incoming
alt in office\n(stored in epoch block i-([2,5]))
node --> node: assume delegate duties
else incoming (stored in epoch block i-1)
alt auto advert on
node --> node: enable address\nadvertisement per IM\n(Greg's design)
end
end
node --> wallet : store both keys in \nencrypted format
node --> node : enter **ID unlocked** state
node -> User : success
else wallet locked
node -> User : error
end
deactivate node
group ID unlocked
User -> node : **Store Keys**\n(BLS private key,\nECIES private key)
activate node
alt current identity is in office
rnote right of node
disallow changing identity in office
until kill switch implementation
endrnote
node -> User : error
else current identity is incoming delegate / not recorded
node --> node : store both keys in\nencrypted format\n(overwriting)
alt new identity is incoming &&\nauto advert on
node --> node : re-advertise
end
node -> User : success
end
deactivate node
User -> node : **Lock Delegate**\n()
activate node
alt in office
node -> User : error
else
node --> wallet : erase stored keys
node --> node : exit **ID unlocked** state
node -> User : success
end
deactivate node
end
@enduml
| false | true | false | false | usecase |
bcfb86261904e7f739dfe14e2ed695def8d90a87 | 07490dee06d69ec7824f638dc606cd7c17a60f02 | /src/_temp/reorderScheme/_03_queue.puml | 963e2e5828b7e9eb6ae91b8762994acf406fd60c | [] | no_license | vitalispopoff/calculator | 3d34f43f2508bbeef87898cd4cf62ac75b85bc8c | 6c167c1b439d1103c80c7b8ce3426757d0a6b858 | refs/heads/master | 2020-12-08T22:22:27.419148 | 2020-08-04T20:18:59 | 2020-08-04T20:18:59 | 233,109,848 | 1 | 0 | null | 2020-10-13T18:46:06 | 2020-01-10T18:45:05 | Java | UTF-8 | PlantUML | false | false | 515 | puml | @startuml
() head
() tail
package " " <<Rectangle>>{
head --* que2
object que1{
~ Double value
}
null ()- "left" que1
que1 "rite" -() null
que1 "root" --* que2
object que2{
~ Double value = NaN
}
null ()- "left" que2
que2 "rite" --* que3
que2 "root" --* que3
que2 *-- tail
object que3{
~ Double value
}
null ()- "left" que3
que3 "rite" -() null
que3 "root" --* tail
}
@enduml | false | true | false | false | class |
6e21245f5d167d83ceb00ac993597a25f005feaf | 7482aa1e78e721f40837eff2397d39f4fd764221 | /app/src/main/java/class.puml | 1ced990caf8f0ea57b93fb6c78b7f876ae6ba58d | [
"MIT"
] | permissive | Zyten/dmon-app | 80c8f723ee735e436a90bcc13a9fec1ccd42c507 | 31f251f0cd646f98bb7beb83fbdd244a018b6d03 | refs/heads/master | 2021-03-22T04:58:04.455085 | 2019-07-16T03:05:14 | 2019-07-16T03:05:14 | 53,521,100 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 917 | puml | @startuml
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
LoginActivity <|-- isRegistered
FetchThingspeakTask <|-- AsyncTask
class MainActivity {
String TAG
TextView tempTextView
TextView humidityTextView
TextView dustTextView
TextView APITextView
TextView lastupdateTextView
TextView HeartPrecautionTextView
TextView ExercisePrecautionTextView
TextViewGeneralPrecautionTextView
TextView AirDescTextView
List<Precaution> precautions
Integer rangeID;
Integer isSensitive
Integer doesExercise
Integer API
Boolean InternetAvailable
GoogleApiClient mGoogleApiClient
initLayout()
initViews()
initPrecaution()
doTheAutoRefresh()
signout()
class FetchThingspeakTask{}
}
class LoginActivity {
Object[] elementData
size()
}
@enduml | false | true | false | false | class |
3138d27af7a73afcce1faabbb932c814d0408758 | c2b83ffbeb0748d1b283e093f0b987bdbc3d27ac | /docs/uml-class-diagrams/display02/production/DisplayCommInterface/DisplayCommInterface.puml | 262e14d6907004ebd49368711c92ad1d53c1d8b9 | [] | no_license | Slackjaw1431/csi-3370-software-project | 79666760712ee4625bea3daea48c7072e7826465 | af44ad1066695e4f9eff74eda79cebef3ad2b1af | refs/heads/main | 2023-03-23T23:03:17.404846 | 2021-03-17T18:52:02 | 2021-03-17T18:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 228 | puml | @startuml DisplayCommInterface
package edu.oakland.production.display02 {
interface DisplayCommInterface {
__
.. Use Case 1 ..
{abstract} + TrackData receiveRfidRequest(int rfidNum)
}
}
@enduml
| false | true | false | false | class |
3a8d1586156b114e22702b78e17e284006fa3d5f | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Data/Capture/Video/Desktop/DesktopCaptureConfiguration.puml | 1f073fde32ca0527c37354cc90f95cef4986ee24 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 369 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
interface IConfiguration
!startsub default
class DesktopCaptureConfiguration {
+ MonitorIndex: Index <<get>> <<set>>
+ PromptUserForMonitorSelection: bool <<get>> <<set>>
+ Parse(configuration: RawConfiguration) : void
}
!endsub
IConfiguration <|-- DesktopCaptureConfiguration
@enduml
| false | true | false | false | class |
6300e2b4562ba12c81a7d5a74aad703b9e809037 | 6631f2c7a4b3fcde26546ab707faf8a2fa56b160 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/compat/compat.plantuml | ae8606bc10449cb6fa3ea188c91bad2872617bae | [] | no_license | DeniE46/iMet-raywenderlich- | a051175bbb549f111f6597e0cd9d4f8064ad14c9 | 698820ae72707421f5febaa4987428a258153660 | refs/heads/master | 2020-04-10T21:44:21.743382 | 2019-05-17T10:02:18 | 2019-05-17T10:02:18 | 161,305,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,520 | plantuml | @startuml
title __COMPAT's Class Diagram__\n
package android.support.compat {
class R {
- R()
}
}
package android.support.compat {
class attr {
{static} + font : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontWeight : int
- attr()
}
}
package android.support.compat {
class bool {
{static} + abc_action_bar_embed_tabs : int
- bool()
}
}
package android.support.compat {
class color {
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_light : int
- color()
}
}
package android.support.compat {
class dimen {
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
- dimen()
}
}
package android.support.compat {
class drawable {
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
- drawable()
}
}
package android.support.compat {
class id {
{static} + action_container : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_text : int
{static} + actions : int
{static} + async : int
{static} + blocking : int
{static} + chronometer : int
{static} + forever : int
{static} + icon : int
{static} + icon_group : int
{static} + info : int
{static} + italic : int
{static} + line1 : int
{static} + line3 : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + right_icon : int
{static} + right_side : int
{static} + tag_transition_group : int
{static} + text : int
{static} + text2 : int
{static} + time : int
{static} + title : int
- id()
}
}
package android.support.compat {
class integer {
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.compat {
class layout {
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
- layout()
}
}
package android.support.compat {
class string {
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.compat {
class style {
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
- style()
}
}
package android.support.compat {
class styleable {
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontWeight : int
- styleable()
}
}
R +-down- attr
R +-down- bool
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
e97cf5ff1325625e4bc36411dfbf49b63e879bee | e4cb8fc1fcc7eb0ed9150a681256c93c2ac0eb7d | /Task02/src/by/khomenko/task02/factory/factory.plantuml | 022c941a0b2718e896e2b41fca2b39d27538a5d5 | [] | no_license | EX22/EpamTraining | 44411ea262885b8f940acb08b22299b88ad99dec | 6258ae08f9927ada9c33c8da9465aac02ea3f32d | refs/heads/master | 2022-07-17T05:46:13.245526 | 2019-05-29T03:17:28 | 2019-05-29T03:17:28 | 170,499,105 | 0 | 0 | null | 2022-06-21T01:09:16 | 2019-02-13T11:48:20 | Java | UTF-8 | PlantUML | false | false | 345 | plantuml | @startuml
title __FACTORY's Class Diagram__\n
package by.khomenko.task02.factory {
class FleetCreator {
+ createFleet()
}
}
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 |
dcfa441cd446fe769fcc556e2f0b14092bef622f | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Widget/NonRepeatRandom.puml | 365f3833aa54e07f8203594a59bd80d6582a93fa | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 153 | puml | @startuml
class NonRepeatRandom {
+ NonRepeatRandom(count:int)
+ Count : int <<get>>
+ RandomId : int <<get>>
+ Reset() : void
}
@enduml
| false | true | false | false | class |
3054adf0b0c6b6531c7f15bca4ad603aae377ee6 | d690b37e99088f015eb98fc74da31f2156dfab0b | /grupal-1/ClassDiagram.puml | ba40a4d6a1542381d05ef328c7ea1c2bd9874a3d | [] | no_license | Arcangel617/UTN-FRRe-TSP-Prog3 | 8f525066bbdaa081811d420ad14ca945bcb035cb | da4a7da14542d0714084f7f745baff6c17e01edb | refs/heads/master | 2021-06-09T09:37:34.765133 | 2021-03-30T01:09:09 | 2021-03-30T01:09:09 | 93,815,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 283 | puml | @startuml Grupal1
class Candado {
- string NumeroDeSerie
- Boolean Estado
+ cambiarEstado()
+ girarLlave()
+ getNumeroDeSerie()
}
class Llave {
- int NumeroDeSerie
+ validarLlave()
+ getNumeroDeSerie()
}
Candado "1" -> "*" Llave: " "
@enduml | false | true | false | false | sequence |
08adf0800f5313973527131f721193542052814d | cb5fd3c318c3b1d032bb5eb47a858e7ef0278450 | /vcx/docs/states/aries/disclosed-proof.puml | fd8be9aa6bdfe7c523b53c644b7632428bb0b183 | [
"Apache-2.0"
] | permissive | Artemkaaas/indy-sdk | d78f06f834bdbbcd7f606c1f8ff0432fa32e3260 | 6fb162f89e830a4e89f8583cea9a0053797c3f6d | refs/heads/master | 2021-06-01T12:13:53.586049 | 2020-08-19T08:44:44 | 2020-08-19T09:45:04 | 92,382,515 | 3 | 0 | Apache-2.0 | 2019-08-19T11:11:19 | 2017-05-25T08:33:21 | Rust | UTF-8 | PlantUML | false | false | 775 | puml | @startuml
title
DisclosedProof API as Prover
The diagram shows DisclosedProof object state transitions in case acting as a Prover.
end title
[*] --> VcxStateRequestReceived: vcx_disclosed_proof_create_with_request
VcxStateRequestReceived --> VcxStateRequestReceived: vcx_disclosed_proof_generate_proof
VcxStateRequestReceived --> VcxStateOfferSent: vcx_disclosed_proof_send_proof
VcxStateRequestReceived --> VcxStateNone: vcx_disclosed_proof_decline_presentation_request
note left of VcxStateOfferSent : use vcx_disclosed_proof_update_state \n or vcx_disclosed_proof_update_state_with_message \n for connection status updates
VcxStateOfferSent --> VcxStateAccepted: received `Ack` message
VcxStateOfferSent --> VcxStateNone: received `ProblemReport` message
@enduml | false | true | false | false | sequence |
09226677f9289597fd1310915485456a1ce3f283 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/LineItemStateTransitionMessagePayload.puml | 8e7bd9c7a1a3cab35904c755fbd88ae2e7f95589 | [] | 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 | 644 | 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 LineItemStateTransitionMessagePayload [[LineItemStateTransitionMessagePayload.svg]] extends OrderMessagePayload {
type: String
lineItemId: String
lineItemKey: String
transitionDate: DateTime
quantity: Long
fromState: [[StateReference.svg StateReference]]
toState: [[StateReference.svg StateReference]]
}
interface OrderMessagePayload [[OrderMessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
083b80f53ea936bc81503c756d289085d6fa47a4 | c1d031fe0d7f32d5497e8a17dbddb5b1e48d75ee | /uml/ToDo.puml | fbaadf8a7f390fe41a25c521f05ce5a9b320e32e | [] | no_license | dereks7/santana-cop3330-assignment4 | 819797cc1ca0d3ab4b9a3904bb98b6d24028b408 | 66de7c9fb7487cd00e70f6ce03c2373b18b122dc | refs/heads/master | 2023-09-04T06:44:10.043880 | 2021-11-02T03:14:10 | 2021-11-02T03:14:10 | 423,605,283 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,646 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App
{
+ main()
+ start()
}
class Controller
{
- Button: addItemButton
- TextField: listName
- TextField: itemName
- TextField: description
- DatePicker: datePicker
- ListView: itemList
- ObservableList: itemsObservableList
+ newList()
+ addItem()
+ refresh()
+ openLists()
+ saveList()
+ saveAllLists()
+ deleteList()
+ renameList()
+ renameItem()
+ editDate()
+ editDescription()
+ deleteItem()
+ markComplete()
+ displayAllItems()
+ displayCompletedItems()
+ displayIncompleteItems()
}
class AddList
{
- ArrayList<String>: lists
- TextField: listName
+ createNewList()
+ nameList()
+ updateChoiceBox()
}
class DelList
{
+ deleteList()
}
class Display
{
+ displayAll()
+ displayComplete()
+ displayIncomplete()
}
class Edit
{
- LocalDate: date
- String: itemName
- String listName
+ renameList()
+ renameItem()
+ redate()
+ editDescription()
+ deleteItem()
}
class Items
{
- String: name
- String description
- LocalDate: date
+ setName()
+ getName()
+ setDescription()
+ getDescription()
+ setDate()
+ getDate()
+ Items()
+ toString()
}
class Open
{
- ArrayList<String>: selectedLists
+ open()
}
class SaveList
{
+ saveList()
+ saveAllLists()
}
javafx.Application<|-- App
App -- Controller
Controller -- AddList
Controller -- DelList
Controller -- Display
Controller -- Edit
Controller -- Items
Controller -- Open
Controller -- SaveList
@enduml | false | true | false | false | class |
0373034daba0b3de05bf8af1419c2c4552e0e5e0 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /docs/sso/Issue4673_Non-resident_patron_in_Proxy.puml | c12bf2f931a4b2932a73c23b6242a996e5e847ac | [] | no_license | danskernesdigitalebibliotek/plantuml | 4b109bab8a790e28fada98770a6ca25774bb4199 | e654bbf040f6d74d53dbf5fc56588b042b1d12bb | refs/heads/master | 2021-09-24T02:18:46.708657 | 2021-09-17T07:07:16 | 2021-09-17T07:07:16 | 187,801,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 729 | puml | @startuml
title Issue 4673 Non-resident patron in Proxy
'https://platform.dandigbib.org/issues/4673
CMS -> Proxy: Login
Proxy -> CULR: Resident patron?
alt Yes resident patron
Proxy <-- CULR: Login
CMS <-- Proxy: Login
else
CULR -> FBS: Resident patron?
alt Yes resident FBS patron
CULR <- FBS: Resident patron
Proxy <-- CULR: Login
CMS <-- Proxy: Login
else No - Not resident patron
CULR <- FBS: Not resident patron
Proxy <-- CULR: Not resident patron
'Ask patron for redirect to home agency\n(Using CURL agency list and resident code)
CMS <-- Proxy: Ask patron for redirect to home agency\n(Using CURL agency list and resident code)
end
end
@enduml
| false | true | false | false | sequence |
3f9d30678e4c93d276f9311b430e8af01b1b42c1 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1040862/sp2/design3.puml | ed015441e0312cb27d374e205b6b932ea84c1363 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,755 | puml | @startuml design1.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary MenuView
control TaskPresenter
boundary TaskView
control TaskController
control TaskService
control TaskServiceImpl
entity Task
entity TaskRepository
database Database
box "NSheets Client"
participant MenuView
participant TaskPresenter
participant TaskView
end box
box "Shared"
participant TaskService
participant TaskServiceImpl
end box
box "Server"
participant Task
participant TaskController
participant TaskRepository
end box
box "Database"
participant Database
end box
User -> MenuView : open Task sub-menu
MenuView --> TaskPresenter : open()
TaskPresenter --> TaskView : openView()
TaskView -> TaskServiceImpl : getAllTasks()
TaskServiceImpl -> TaskController : getAllTasks()
TaskController -> TaskRepository : PersistenceContext.repositories().tasks()
TaskController -> TaskRepository : repo.findAll()
TaskRepository -> Database : findAll()
TaskServiceImpl -> Task : toDTO(List<Task>)
TaskView --> User : display list of Tasks
User -> TaskView : select task
TaskView -> TaskServiceImpl : removeTask(taskDTO)
TaskServiceImpl -> Task : taskToRemove.ftomDTO(taskDTO)
TaskServiceImpl -> TaskController : removeTask(taskToRemove)
TaskController -> TaskRepository : PersistenceContext.repositories().tasks()
TaskController -> TaskRepository : repo.remove(taskToRemove)
TaskRepository -> Database : remove(taskToRemove)
alt Compilation Sucess
TaskRepository --> TaskPresenter : onSuccess
TaskPresenter --> User : Uc success scenario
else Compilation Failure
TaskRepository --> TaskPresenter : onFailure
TaskPresenter --> User : Uc failure scenario
end
@enduml | false | true | false | false | usecase |
ae85b5aab3ec1b3aaffc1a446ccf940d55c41bac | a7759048cb71046b8eb02a64752bbf607e9fe9e0 | /system-design-03/diagrams/distributed-saga-pattern.puml | d823c058099a1ddb61aff93d1bad645ce7997496 | [] | no_license | RajBaviskar/system-design | 347898e1c43cff878521efcf19c80c5e0b2fcfde | 7eddd08eb38801497274def614f14aa414325869 | refs/heads/master | 2023-02-28T12:06:26.484919 | 2021-02-08T10:42:02 | 2021-02-08T10:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 762 | puml | @startuml
actor User
cloud "Event Bus (Order Created)"{
[Kafka Topic Request]
}
cloud "Event Bus (Cancel)"{
[Kafka Topic Cancel]
}
cloud "Event Bus (Created)"{
[Kafka Topic Created]
}
User -[#000000]down-> [OrderMS] : Order
[OrderMS] -[#000000]down-> [Kafka Topic Request] : <OrderCreatedEvent>
[Kafka Topic Request] -[#000000]down-> [CustomerWalletMS] : Consume Order
[CustomerWalletMS] -[#000000]right-> [Kafka Topic Created] : Sufficient Fund
[CustomerWalletMS] -[#000000]left-> [Kafka Topic Cancel] : InSufficient Fund
[Kafka Topic Cancel] -[#FF0000]right-> [OrderMS] : CancelOrder
[Kafka Topic Created] -[#00FF00]up-> [OrderMS] : CompleteOrder
[OrderMS] -[#FF0000]up-> User : Rollback Order
[OrderMS] -[#00FF00]up-> User : Placed Order
@enduml | false | true | false | false | usecase |
1f1cb075e81bf45f18d1a2180160bd7ec1a83b7b | 388e7e207031c4b6447b3cbace7bf7a6ab65f240 | /diagramas/qmp2-R.puml | 1f30713a6cf95858d0ab942338690146000b3ebd | [] | no_license | AlejandroDeheza/QMP | a0e73b4a1e88c46268cb6541a6063adff37617dc | 94923394dc5b6e47c34c821d5ea10618320a99ab | refs/heads/main | 2023-08-24T18:50:02.667926 | 2021-10-14T22:02:20 | 2021-10-14T22:02:20 | 361,529,489 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,045 | puml | @startuml
class ropa.Uniforme {
}
class ropa.Usuario {
+ void agregarSugerencia(Uniforme)
}
abstract class ropa.Institucion {
public Uniforme crearUniforme()
# abstract Prenda generarParteSuperior();
# abstract Prenda generarParteInferior();
# abstract Prenda generarCalzado();
}
class ropa.ColegioSanJuan {
# Prenda generarParteSuperior()
# Prenda generarParteInferior()
# Prenda generarCalzado()
}
class ropa.InstitutoJohnson {
# Prenda generarParteSuperior()
# Prenda generarParteInferior()
# Prenda generarCalzado()
}
class ropa.Prenda {
}
class ropa.BorradorDePrendas {
+ BorradorDePrendas setTipoMaterial(TipoMaterial tipoMaterial)
+ BorradorDePrendas setTrama(Trama trama)
+ BorradorDePrendas setColorPrincipal(Color colorPrincipal)
+ BorradorDePrendas setColorSecundario(Color colorSecundario)
+ CategoriaPrenda identificarCategoria()
+ Prenda generarPrenda()
- boolean tipoMaterialNoCondiceConTipoPrenda(TipoMaterial tipoMaterial)
}
enum ropa.TipoPrenda {
CHOMBA
CAMISA
ZAPATOS
ZAPATILLAS
PANTALON
}
enum ropa.CategoriaPrenda {
PARTE_SUPERIOR
CALZADO
PARTE_INFERIOR
ACCESORIO
}
enum ropa.TipoMaterial {
ALGODON
CUERO
POLIESTER
PIQUE
ACETATO
DE_VESTIR
}
enum ropa.Trama {
LISA
RAYADA
CON_LUNARES
A_CUADROS
ESTAMPADO
}
class ropa.Color {
- Integer rojo
- Integer verde
- Integer azul
}
ropa.Institucion <|-- ropa.InstitutoJohnson
ropa.Institucion <|-- ropa.ColegioSanJuan
ropa.Prenda <-- ropa.Uniforme
ropa.Prenda <-- ropa.Uniforme
ropa.Prenda <-- ropa.Uniforme
ropa.Uniforme "*" <-- ropa.Usuario: sugerencias
ropa.Uniforme <.. ropa.Institucion
ropa.TipoPrenda <-- ropa.Prenda
ropa.TipoMaterial <-- ropa.Prenda
ropa.Trama <-- ropa.Prenda
ropa.Color <-- ropa.Prenda
ropa.Color <-- ropa.Prenda
ropa.TipoPrenda <-- ropa.BorradorDePrendas
ropa.TipoMaterial <-- ropa.BorradorDePrendas
ropa.Trama <-- ropa.BorradorDePrendas
ropa.Color <-- ropa.BorradorDePrendas
ropa.Color <-- ropa.BorradorDePrendas
ropa.CategoriaPrenda <-- ropa.TipoPrenda: categoria
ropa.BorradorDePrendas <.. ropa.Institucion
ropa.Prenda <.. ropa.BorradorDePrendas
@enduml | false | true | false | false | class |
cbd84be68131cc6a59ec9583aa26d98f2eca8f91 | cf4b1fda1e76d8f2db2c6ac41e6383e2ac79200d | /asciidocs/plantuml/cld.puml | 7a00e0e41879d654512a06e8f8f9e56fd9f10ff3 | [] | no_license | 2122-5ahitm-sew/01-microproject-floklausner | a6fefd9338ce30698e98f9bbb2a3a8bddb3f4f99 | 741a65f36e0b957a6f1d0158eeb5ca38f5b908dc | refs/heads/master | 2023-08-25T18:51:09.732814 | 2021-10-18T10:51:26 | 2021-10-18T10:51:26 | 408,422,853 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 360 | puml | @startuml
class Animal {
- String name;
- String species;
- int age;
- long animalId;
- Enclosure enclosure;
}
class Enclosure {
- long enclosureId;
- List<Animal> animals;
}
class Staff {
- String name;
- long staffId;
- List<Enclosure> enclosure;
}
Animal "1" -- "*" Enclosure
Enclosure "*" -- "1" Staff
@enduml
| false | true | false | false | class |
8132b329ec6358ae39de4dbe86864ad097571bc5 | e856f275b952e893fb69057b997045ed56b85d16 | /assignment.plantuml | 6b363cd01d1aa1f71538c6f5b03b62b33452d43b | [] | no_license | hussein987/Differential_Equations_Solver | a6fa0aa897abe2b1997b2ff814e839ad222681e0 | 990f6b54cdf68b82296f7610627cabdb4ac48100 | refs/heads/master | 2022-03-18T05:59:48.105180 | 2019-11-15T09:36:54 | 2019-11-15T09:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 948 | plantuml | @startuml
title __ASSIGNMENT's Class Diagram__\n
namespace sample {
class sample.AlertBox {
}
}
namespace sample {
class sample.Controller {
}
}
namespace sample {
class sample.Graph {
}
}
namespace sample {
class sample.LocalErrorController {
}
}
namespace sample {
class sample.Main {
}
}
sample.Controller .up.|> javafx.fxml.Initializable
sample.Controller o-- sample.Graph : mygraph
sample.Controller o-- sample.Graph : mygraph1
sample.Controller o-- sample.Graph : mygraph2
sample.LocalErrorController .up.|> javafx.fxml.Initializable
sample.LocalErrorController o-- sample.Graph : lcoalErrorGraph
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 |
a852e50a313004ccf5a32d6c503f3975e68efc91 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Services/edgeville-agent/UseCases.puml | a3dad29fdaa335c84878b3eb6cdea7c1fe6e7bae | [] | 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 | 274 | puml | @startuml
rectangle "Diagram TBD"
@enduml
left to right direction
actor :User:
actor :SubSystem:
rectangle "edgeville-agent Service" #lightblue {
UseCase UC1 as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
| false | true | false | false | usecase |
214d6aa4804eefd90a8d83c96e30e290e10cd253 | d6374fe9363a41031c51eb622cb0cb5e75b78380 | /legacy/mojaloop-technical-overview/central-ledger/assets/diagrams/sequence/seq-reject-2.2.0.a.plantuml | f7c9c3c06373b84626537b0a9c2a049bbe9d1185 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mojaloop/documentation | 18a1e58443956b9c718f5f85590f652f803f4748 | 6ad904da0293bb259bd9f5140bcecd719d8c8024 | refs/heads/master | 2023-07-26T17:13:14.811484 | 2023-06-26T15:18:57 | 2023-06-26T15:18:57 | 170,135,923 | 24 | 98 | NOASSERTION | 2023-09-01T14:57:33 | 2019-02-11T13:45:44 | JavaScript | UTF-8 | PlantUML | false | false | 6,262 | 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>
* Sam Kummary <sam@modusbox.com>
--------------
******'/
@startuml
' declate title
title 2.2.0.a. DFSP2 sends a PUT call on /error end-point for a Transfer request
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 Event Handler" as NOTIFY_HANDLER
boundary "Central Service API" as CSAPI
collections "Fulfil-Topic" as TOPIC_FULFIL
control "Fulfil Event Handler" as FULF_HANDLER
collections "topic-transfer-position" as TOPIC_TRANSFER_POSITION
control "Position Event Handler" as POS_HANDLER
collections "Notification-Topic" 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_FULFIL
participant FULF_HANDLER
participant TOPIC_TRANSFER_POSITION
participant POS_HANDLER
participant TOPIC_NOTIFICATIONS
end box
' start flow
activate NOTIFY_HANDLER
activate FULF_HANDLER
activate POS_HANDLER
group DFSP2 sends a Fulfil Success Transfer request
DFSP2 <-> DFSP2: During processing of an incoming\nPOST /transfers request, some processing\nerror occurred and an Error callback is made
note right of DFSP2 #yellow
Headers - transferHeaders: {
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 - errorMessage:
{
errorInformation
{
"errorCode": <errorCode>,
"errorDescription": <errorDescription>
"extensionList": {
"extension": [
{
"key": <string>,
"value": <string>
}
]
}
}
}
end note
DFSP2 ->> MLAPI: PUT - /transfers/<ID>/error
activate MLAPI
MLAPI -> MLAPI: Validate incoming originator matching Payee\n<color #FF0000><b>Error codes:</b> 3000-3002, 3100-3107</color>
note right of MLAPI #yellow
Message:
{
id: <ID>,
from: <transferHeaders.FSPIOP-Source>,
to: <transferHeaders.FSPIOP-Destination>,
type: application/json,
content: {
headers: <transferHeaders>,
payload: <errorMessage>
},
metadata: {
event: {
id: <uuid>,
type: fulfil,
action: abort,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
MLAPI -> TOPIC_FULFIL: Route & Publish Abort/Reject event for Payee\n<color #FF0000><b>Error code:</b> 2003</color>
activate TOPIC_FULFIL
TOPIC_FULFIL <-> TOPIC_FULFIL: Ensure event is replicated as configured (ACKS=all)\n<color #FF0000><b>Error code:</b> 2003</color>
TOPIC_FULFIL --> MLAPI: Respond replication acknowledgements have been received
deactivate TOPIC_FULFIL
MLAPI -->> DFSP2: Respond HTTP - 200 (OK)
deactivate MLAPI
TOPIC_FULFIL <- FULF_HANDLER: Consume message
ref over TOPIC_FULFIL, TOPIC_TRANSFER_POSITION: Fulfil Handler Consume (Reject/Abort)\n
FULF_HANDLER -> TOPIC_TRANSFER_POSITION: Produce message
|||
TOPIC_TRANSFER_POSITION <- POS_HANDLER: Consume message
ref over TOPIC_TRANSFER_POSITION, TOPIC_NOTIFICATIONS: Position Handler Consume (Abort)\n
POS_HANDLER -> TOPIC_NOTIFICATIONS: Produce message
|||
TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message
opt action == 'abort'
|||
ref over DFSP1, TOPIC_NOTIFICATIONS: Send notification to Participant (Payer)\n
NOTIFY_HANDLER -> DFSP1: Send callback notification
end
|||
TOPIC_NOTIFICATIONS <- NOTIFY_HANDLER: Consume message
opt action == 'abort'
|||
ref over DFSP2, TOPIC_NOTIFICATIONS: Send notification to Participant (Payee)\n
NOTIFY_HANDLER -> DFSP2: Send callback notification
end
|||
end
deactivate POS_HANDLER
deactivate FULF_HANDLER
deactivate NOTIFY_HANDLER
@enduml | false | true | true | false | usecase |
39d3cf7e3594e16775a053b6f443fd1b308aada3 | c9d49168edc406499204f69721424bb6deded5fd | /Modelo/Paciente.plantuml | 0729663973015fe33f8e18df58c1cfd4c62dbaa2 | [
"MIT"
] | permissive | JonatasAfonso/poc-consultorio-comum | 1d2880314bacbf7809f59c2d76c8619e73bf6253 | 936a507ec888eb978abfdbf44c7cb4fe30a3633d | refs/heads/main | 2023-03-12T19:39:26.314301 | 2021-02-26T12:35:39 | 2021-02-26T12:35:39 | 342,554,404 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 93 | plantuml | @startuml
class Paciente {
Id : Guid
PessoaId : Guid
PossuiConvenio : Boolean
}
@enduml | false | true | false | false | class |
cf7fb961904a5617a7bd608cf489b4573d79f6ba | 19c17002e9c687270ae9af83b6d018584e599223 | /use-case-diagram/Homework/Lab-submit/60030112/1.3 foodshop.puml | e402779834fbc5a67cc80e9d2efdf939f46d659f | [] | no_license | 03376808-OOAD-60030112/PlantUML-Labs | 00b66cfc27ca0f447542f5d1e66e44c69f87f3aa | 74567b6bed94b7a1434e743f4dc8e18120ed5d2d | refs/heads/master | 2022-06-25T07:12:30.205306 | 2020-05-09T06:45:54 | 2020-05-09T06:45:54 | 262,293,866 | 0 | 0 | null | 2020-05-08T10:27:02 | 2020-05-08T10:27:01 | null | UTF-8 | PlantUML | false | false | 598 | puml | @startuml foodshop 1.3
left to right direction
actor customer
actor supervisor
left to right direction
skinparam Shadowing false
skinparam usecase{
FontColor white
BackgroundColor #Blue
BorderColor #Blue
ArrowColor #Blue
}
skinparam actor{
FontColor YellowGreen
BackgroundColor YellowGreen
BorderColor YellowGreen
}
skinparam rectangle{
FontColor YellowGreen
BorderColor YellowGreen
}
rectangle "Online Food shop order subsystem"{
customer -- (Select items)
customer -- (make order)
(check order) -- supervisor
(make \n purchase order) -- supervisor
}
@enduml | false | true | false | false | usecase |
4dfcf8e2ab01b9083f0ec037fd999ae74ab099a6 | 4621e00ecfde3b3881315fe0cd1c6a3dbbe07cc4 | /DOC/thesis/thesis_doc_files/plantUML/bridge/bridge_msc_uniprot_HW_set_settings_device_ID_OK_cmd_OK.plantuml | 8ab4804462f3a28d942c324f701b2178571f1fe8 | [] | no_license | calcite/Sonochan-mkII | f63f4e8cf04ccbe133348c8cc8fc50a480125de3 | 79bff1500a26d513f8cbeda2dddb617f7d1a12b4 | refs/heads/master | 2021-01-11T18:27:32.575359 | 2017-09-15T15:47:06 | 2017-09-15T15:50:55 | 79,550,901 | 1 | 4 | null | 2017-04-14T06:06:14 | 2017-01-20T10:46:17 | C | UTF-8 | PlantUML | false | false | 948 | plantuml | @startuml
skinparam monochrome true
title Bridge: PC_app <--> AVR - set setting (success)
participant PC_app
box "AVR"
participant Uniprot
participant Bridge
participant HW
participant DEV_X_driver
end box
PC_app -> Uniprot: Command\n"Set setting of command Y\n to device X + value (4B)"
activate PC_app
activate Uniprot
Uniprot -> Bridge: Command\n"Set setting of command Y\n to device X + value (4B)"
activate Bridge
Bridge -> HW: Set setting of command Y\n to device X + value (4B)
activate HW
note over HW: Device ID X exist
HW -> DEV_X_driver: Set setting of command Y + value
activate DEV_X_driver
note over DEV_X_driver: Command Y exist\nData processing
DEV_X_driver -> HW: Result code
note right: Return 0 if SUCCESS
deactivate DEV_X_driver
HW -> Bridge: Result code
deactivate HW
Bridge -> Uniprot: Result code
deactivate Bridge
Uniprot -> PC_app: Result code
deactivate Uniprot
deactivate PC_app
@enduml | false | true | false | false | sequence |
77f9f6beefa0504ae183eab6a2534a4eb0440693 | 42e57a58fc95226a7ec40bca58c351092f126102 | /kapitler/media/uml-class-part.iuml | 46c493cd16cbc2ad34867b38ce828c8ea4dae5eb | [] | no_license | tsodring/noark5-tjenestegrensesnitt-standard | 8d3b31fe83203255ae8361e639f99209974c3ece | df354ac231091e63bde3123f2c779009009b7e80 | refs/heads/master | 2023-01-22T01:33:20.794431 | 2019-07-02T12:40:47 | 2019-07-02T12:40:47 | 194,827,953 | 0 | 0 | null | 2019-07-02T09:03:29 | 2019-07-02T09:03:28 | null | UTF-8 | PlantUML | false | false | 143 | iuml | @startuml
class Sakarkiv.Part {
+systemID : SystemID [0..1]
+partRolle : PartRolle
+virksomhetsspesifikkeMetadata : any [0..1]
}
@enduml
| false | true | false | false | class |
b00833fe6b3b31e8779fad0a44167f55dee9f734 | 8452043d61819f0b7ee785740699d86d0b518d00 | /etat/telephone-intelligent/etat-telephone-intelligent-3.puml | 6e25b80a8328cc4f8a69eb0790d84a2e487f2ed2 | [] | no_license | arielsashcov/LOG210-exercices | 30b4f560d40ad4e97fb859b39c8a79f9e69faa02 | ff0662106974aa5b93faa0c818218d4af561bbd5 | refs/heads/master | 2023-02-19T21:22:51.983498 | 2021-01-21T18:21:00 | 2021-01-21T18:21:00 | 331,715,420 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
skinparam Style strictuml
title Etats - Types de paiements
[*] -> Eteint
Eteint --> Actif: appuyerBoutonDroite()
Actif --> Eteint: appuyerBoutonDroite()
Actif --> EnCharge: brancher()
Eteint --> EnCharge: brancher()
EnCharge --> Eteint : débrancher()
@enduml | false | true | true | false | sequence |
ccd2fc88e4b510f676088c7c72e55c0868b42464 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/java/concept-jvm-reference-gc-1.plantuml | 93521c8f37bdfc6dbfc1d784b5577620330b77b3 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 841 | plantuml | @startuml
'skinparam nodesep 10
skinparam ranksep 20
skinparam linetype ortho
title JVM Runtime Data Area
rectangle "Stack Area" {
rectangle Thread_1 {
rectangle "Java Stack" {
}
}
rectangle Thread_2 {
rectangle "Native Stack(JNI)" {
}
}
Thread_1 -[hidden]d- Thread_2
}
rectangle Heap {
card Object_1 {
}
card Object_2 {
}
card Object_3 {
}
card Object_4 {
}
card Object_5 {
}
card Object_6 {
}
Object_1 -[hidden]d- Object_2
Object_2 -[hidden]d- Object_3
Object_4 -[hidden]d- Object_5
Object_5 -[hidden]d- Object_6
Object_2 --> Object_6
Object_4 --> Object_5
}
rectangle "Method Area" {
card a {
}
card b {
}
card c {
}
a -d-> b
b -d-> c
hide a
hide b
hide c
}
Thread_1 -[hidden]right- Heap
"Java Stack" -r-> Object_2
"Native Stack(JNI)" -r-> Object_3
"Method Area" -l-> Object_4
@enduml | false | true | false | false | uml-unknown |
9919f57bccfcb5162ed606982c972500dbd3a9cb | ff40f192245df4109a7b52c381f1e8825178c1f9 | /src/main/resources/ex44.puml | 5119aab2571fe778e440e90b31d4c19ddc554a59 | [] | no_license | Isaachristian/liljeros-cop3330-assignment3 | cfbd073dfa01b99c31da35d999d7a0a85ce1204d | f31c97410852fb9b0459dc8b2aba4324c1632c97 | refs/heads/master | 2023-05-15T13:10:24.773514 | 2021-06-20T06:28:39 | 2021-06-20T06:28:39 | 377,946,167 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
{static} +main()
}
class ProductSearch {
-ProductList productList
-void populateProductListFromJson()
-String getFileContentsAsString()
+String queryStock(String query)
}
class ProductList {
+ Product[] products
}
class Product {
+String name
+double price
+int quantity
}
App *-- ProductSearch
ProductSearch *-- ProductList
ProductList *- Product
@enduml | false | true | false | false | class |
2836262faf0f3e6f94dfb2b655becd3df183d7db | c3f5c037d5c671c336220245ee1e923db9570e02 | /gofdesignpattern/facade/facade.puml | 1d56804f90d0cb0734cb03025817afe4ddb45d9a | [] | no_license | iamslash/TIL | 9e1146f6764855fcff9bd2bafc0a14b20bc87631 | 5e6206f75e583dfdf736026a5030cab4d7dafc58 | refs/heads/master | 2023-09-04T11:04:00.583961 | 2023-08-30T00:01:46 | 2023-08-30T00:01:46 | 88,137,178 | 13 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 147 | puml | @startuml
class Facade {
}
package Subsystem {
class Foo
class Bar
class Baz
}
Facade --> Foo
Facade --> Bar
Facade --> Baz
@enduml
| false | true | false | false | class |
43f2d1e7097b5e005ee7c24b460be4b5814e4be2 | 105bd4b4ebe4cd54f5aaddc4e2a535430f51884a | /bouquet-SubSystem/templates/UseCases.puml | ddfabb4c7fec235dcf1b626dc8ea33178fc134c1 | [
"MIT"
] | permissive | mishin/bouquet | d38b4941a0185d9d141448796e1609a10a41fc5f | 608b6c7689f1eca5baa354691ae0932e942f0225 | refs/heads/master | 2021-05-15T19:27:43.342139 | 2017-09-27T05:38:41 | 2017-09-27T05:38:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
left to right direction
skinparam usecase {
BackgroudnColor #ffffaa
BackgroundColor<<Main>> #aaffff
}
actor :User: <<Person>>
actor :SubSystem: <<Person>>
rectangle "<%= name %>" {
UseCase UC1 <<Main>> as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
7651c0c71dc558bcba3a3b7aa38e7ced2bbd5b15 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TextMeshSpawner.puml | 98f410c4be69af1559236d32707ab2fec17fee11 | [] | 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 | 207 | puml | @startuml
class TextMeshSpawner {
+ SpawnType : int = 0
+ NumberOfNPC : int = 12
Awake() : void
Start() : void
}
MonoBehaviour <|-- TextMeshSpawner
TextMeshSpawner --> "TheFont" Font
@enduml
| false | true | false | false | class |
d6503a3b0f42e988493dc0cda5d353883fff5c0d | 98c049efdfebfafc5373897d491271b4370ab9b4 | /docs/SPRINT_2/UC29-Drone_delivery_plan/CD.puml | 6d20c0bb71beb850a3fefd56bb7a2f0b15154f4a | [] | no_license | antoniodanielbf-isep/LAPR3-2020 | 3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3 | 7ee16e8c995aea31c30c858f93e8ebdf1de7617f | refs/heads/main | 2023-05-27T14:42:05.442427 | 2021-06-20T18:09:59 | 2021-06-20T18:09:59 | 378,709,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,725 | puml | @startuml
class DroneDeliveryPlanningTask {
+boolean plan(List<Integer> pharmacyOrders, int pharmacyID, List<String> cords, String pharmacyCords, float payload, PlanningDB db, DeliveryPlanning plan)
+finalSteps(PlanningDB db, int droneID, int pharmacyID, List<Integer> pharmacyOrders, float distanceDrone, float time, float energyCost, boolean[] pass)
+boolean tratarRemainingPath( LinkedList<String> remaining, int droneID, int pharmacyID, DeliveryPlanning plan, Map<String, Float> pesosPorEncomenda, int idDelivery, PlanningDB db, String outputFileName)
+boolean changeStateDrone(ChangeStatesTask task)
}
class PlanningDB {
+Integer getAvailableDrone(int pharmacyID, float payload)
+float getActualBatteryVehicle(int scooterID, Integer pharmacyID)
+Map<Integer, String> getCordsOfPharmacysWithAvailableChargingStation(VehicleType type)
+Map<String, Float> getPesosPorEncomenda(List<Integer> pharmacyOrders)
+boolean updateOrderStateToDelivered(Integer deliveryID)
+boolean changeStates(int vehicleID, Integer courierNIF, Integer pharmacyID)
+Integer insertDelivery(Integer courierNIF, int vehicleID, Integer pharmacyID, float distance, float time, float energyCost)
+boolean takeVehicleEnergy(int vehicleID, float totalEnergy, int pharmacyID)
+boolean updateOrdersDeliveryID(List<Integer> pharmacyOrders, int deliveryID)
}
class DeliveryPlanning {
+List<String> mostEficientPath(List<String> casasClientes, String startingFarmacia, VehicleType type, float bateriaAtualMW, float payload, Map<String, Float> pesosPorEncomenda, Map<Integer, String> allFarmacias, LinkedList<String> remainingPath)
+float pathWeight(List<String> path)
+float calculateEnergyCost(List<String> path, float payload, VehicleType type, Map<String, Float> pesosPorEncomenda)
+float getSpentTimeLastDronePath()
+List<String> shortestPathDrone(List<String> cords, String pharmacyCords, String lastFarmacia)
}
class StopForCharging {
+boolean run(ChangeStatesTask cst)
}
class Print {
+boolean printFileDelivery(LinkedList<String> mostEficiente, LinkedList<String> path, float distance, float time, float energyCost, Integer deliveryID, String outputFileName, float actualBatteryWH, float payload, int vehicleID, int courierNIF, String pharmacyCords)
+void printPhisics(String outputFileName, VehicleType type)
+void printRemainingDeliveryPath(String outputFileName, String actualFarmacia, LinkedList<String> fullRemainingPath, float gastoEnergeticoRestante, float distanciaRestante, float tempoRestante, VehicleType type)
}
DroneDeliveryPlanningTask ..> DeliveryPlanning
DroneDeliveryPlanningTask ..> PlanningDB
DroneDeliveryPlanningTask ..> Print
DroneDeliveryPlanningTask ..> StopForCharging
@enduml
| false | true | false | false | class |
92dc84ae83364ddd09ac7002c7b551f82499801d | 89f41b017ab65c3a02a28d661c9c2b0fb9d2b02c | /diagrams/contextualsearch.plantuml | 07e83833dc64866b2f2beedb544bdba5c3d68f00 | [] | no_license | pavlik-y/Scratch | 1c6fc1d024fd4ecede33ed25d980d8e881e9a1a7 | f78615da1f451d9ce460a913cc93e0cb59b920fe | refs/heads/master | 2021-01-17T10:45:55.090457 | 2020-06-28T06:10:06 | 2020-06-28T06:10:06 | 18,046,876 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 808 | plantuml | @startuml
object ContextualSearchPlugin
object ContextualSearchModule
object ContextualSearchDispatchHandler
' Leaf object.
object ContextualSearchRequestState
object JsonRenderer
object CocaCards
object CocaCard
object SearchContext
object RequestHandler
' Leaf object. Returns urls for GWS search requests.
object GwsContextualSearchRequest
object RelatedSearches
object RelatedSearchesImpl #LightBlue
object RelatedSearchesQuery
CocaCards *-- "*" CocaCard
ContextualSearchDispatchHandler ..> RequestHandler
RequestHandler --> SearchContext : Creates?
RelatedSearches <|-- RelatedSearchesImpl
RelatedSearchesQuery --> RelatedSearchesImpl : Creates
JsonRenderer --> CocaCards : Creates
ContextualSearchModule -> ContextualSearchRequestState : Provides
CocaCard --> GwsContextualSearchRequest
@enduml | false | true | false | false | sequence |
b553879557d8c4059597fe463e76ba5a5b9bcab5 | b04798f76397d0f54050ed8fd5fdc94aa249390e | /output/production/STUBParser-2/edu/ub/informatica/disseny/stub/stub.plantuml | 5d6e83b8fe1bfbe4288dba68edb34388ed54415d | [] | no_license | DisenyDeSoftware/Lliurament3 | a230a00159c0c77bb163b2113caaa3caace56c13 | 7ac1af11e1d8a17158e1735ff329f7e3d8705f2c | refs/heads/master | 2020-04-10T07:17:02.535762 | 2018-12-07T21:40:56 | 2018-12-07T21:40:56 | 160,876,858 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,941 | plantuml | @startuml
title __STUB's Class Diagram__\n
interface DAO_STUB {
{abstract} + loadSerie()
{abstract} + loadTemporada()
{abstract} + loadEpisodi()
{abstract} + loadArtista()
{abstract} + loadProductora()
{abstract} + loadAdmin()
{abstract} + loadClient()
{abstract} + loadSubscripcio()
{abstract} + loadVisualització()
{abstract} + loadValoracio()
}
class DAO_XML {
- serie : String
- temporada : String
- admin : String
- client : String
- episodi : String
- valoracio : String
- productora : String
- artista : String
- subscripcio : String
- visualitzacio : String
+ DAO_XML()
+ obtenirDades()
+ loadSerie()
+ loadTemporada()
+ loadEpisodi()
+ loadArtista()
+ loadProductora()
+ loadValoracio()
+ loadAdmin()
+ loadClient()
+ loadSubscripcio()
+ loadVisualització()
+ getSerie()
+ getTemporada()
+ getClient()
+ getAdmin()
+ getEpisodi()
+ getValoracio()
+ getProductora()
+ getArtista()
+ getSubscripcio()
+ getVisualitzacio()
}
class STUBXMLParser {
+ STUBXMLParser()
+ parse()
- obtenirSeries()
- obtenirProductora()
- obtenirArtistes()
- obtenirTemporades()
- obtenirEpisodis()
- obtenirValoracions()
- obtenirAdministradors()
- obtenirClients()
- obtenirSubcripcions()
- obtenirVisualitzacions()
}
DAO_XML -up-|> DAO_STUB
STUBXMLParser o-- DAO_XML : dataManager
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 | true | false | class |
c613ce41f0a8fe5c35e2b2e858e195ddf4041733 | 9cc94cf347889a24e1072c5eda6c1e3ed130d484 | /docs/diagrams/src/bolosql_dev.dbo.tbl_glosf_detail.puml | cee1f7301221afa6dbb717beee374f9ae632480c | [] | no_license | CKronkosky/DW-01.BoloSQL_Dev | 085cfe5c35e5bc328372bfc1369d3fe33094d81f | d4649d3327b3034f7878f81abe76093e0c013b63 | refs/heads/master | 2023-05-18T16:15:15.139487 | 2021-06-09T21:08:57 | 2021-06-09T21:08:57 | 336,848,521 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,918 | puml | @startuml bolosql_dev.dbo.tbl_glosf_detail
entity "bolosql_prod.dbo.trans" as a #white {
u2_id
acct_id : <<FK>>
acct : <<FK>>
cost_center : <<FK>>
name : <<FK>>
voucher : <<FK>>
source_document : <<FK>>
--
acctg_period
activity_date
app
company
description
stat1_amt
stat1_qty1
project
source_table
system_date
system_user_id
curr_status
doi
doi_session
product
cnv_id
type
time_stamp
direct_bill
jib_deck
jib_deck_session
jib_alloc_date
src_alloc_trans_id
cc_alloc_date
cc_alloc_id
alloc_enabled
alloc_pct
}
entity "bolosql_dev.dbo.vw_bc_coa" as b #white {
acct_id
--
acct_name
}
entity "bolosql_dev.dbo.vw_bc_coa_grps" as c #white {
incl_acct
--
acct_grp
acct_grp_desc
}
entity "bolosql_dev.dbo.vw_bc_coa_grps" as cc #white {
incl_acct
--
incl_acct_plain
acct_grp
acct_grp_desc
}
entity "bolosql_dev.dbo.vw_bc_prop_cc_master" as d #white {
*u2_id
--
shadow_key
cc_type
category
cc_name
}
entity "bolosql_dev.dbo.tbl_bc_PropertyMaster" as dd #white {
*u2_id
--
acquisition
acq_descr
eff_date
acq_summ_grp
fieldname
state
county_name
operator
oper_name
prop_type
lease_shadow
lease_cc_name
area_cc_name
fmn_cc_name
eng_cc_name
supt_cc_name
op_cc_name
co_cc_name
fieldid
distr
region
supt2
mgmt_rollup
}
entity "bolosql_prod.dbo.name" as e #white {
*u2_id
--
name1
}
entity "bolosql_prod.dbo.voucher" as f #white {
*u2_id
--
appr
appr_date
}
entity "bolosql_prod.dbo.ap_inv" as g #white {
*u2_id
image_ref : <<FK>>
}
entity "bolosql_prod.dbo.document" as h #white {
*u2_id
--
[file_id]
}
a -- b : acct = acct_id
a -- c : acct = incl_acct
a -- cc : acct = incl_acct
a -- d : cost_center = u2_id
a -- dd : cost_center = u2_id
a -- e : name = u2_id
a -- f : voucher = u2_id
a -- g : source_document = u2_id
g -- h : image_ref = u2_id
@enduml | false | true | false | false | sequence |
36d28f8c81263492c0fe9ba2e141561dfbe54574 | d5612578ccf2b52438eb329ee180377a3455fc49 | /asciidocs/plantuml/cld-bibliothek.puml | 3d4f9a8b29f8af2fc8ce7ab1ecfc05240d2b8638 | [] | no_license | 2021-3ahif-syp/lecture-notes | 9e570f63f78522f4191b305e22dc5cf340351679 | 32e17259d69821bca264c82364f9fa4b4bed498a | refs/heads/master | 2023-05-26T22:18:13.452286 | 2021-05-17T09:40:03 | 2021-05-17T09:40:03 | 297,027,366 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,042 | puml | @startuml
class Fachrichtung {
- bezeichnung: String
}
class Stichwort {
- stichwort: String
}
class Buch {
- autor: String
- bestand: int
- titel: String
- fachrichtung: Fachrichtung
- isbnNr: String
- ausleihdauerTage: int
- mahnspesen: BigDecimal
}
class Entlehner {
- vorname: String
- nachname: String
- strasse: String
- plz: int
- ort: String
}
class Entlehnvorgang {
- buch: Buch
- entlehner: Entlehner
- entlehnDatum: LocalDate
- rueckgabeDatum: LocalDate
}
class Mahnung {
- entlehnvorgang: Entlehnvorgang
- mahnDatum: LocalDate
- mahnstufe: Mahnstufe
}
class Mahnstufe {
- mahnstufe: Mahnstufe
- mahnFristTage: int
- mahnSpesenFaktor: double
- bezeichnung: String
}
class BuchStichwort {
- buch: Buch
- stichwort: Stichwort
}
Buch "*" -l--> "1" Fachrichtung
Buch "*" -r- "*" Stichwort
Buch "*" -- "*" Entlehner : < entlehnt
(Buch,Entlehner) .. Entlehnvorgang
(Buch,Stichwort) .. BuchStichwort
Entlehnvorgang "1" <-- "*" Mahnung
Mahnung "*" -r-> "1" Mahnstufe
@enduml
| false | true | false | false | class |
4612ee505c54a5e8343e8f0134927ae2693cffee | 64032466e3e1f17759de9b5b50cf289893a229d6 | /model/model.puml | 09060f4eadce88e4a99c4346d343ebd9fcf059c9 | [] | no_license | AndreasAnemyrLNU/1DV449_AA223IG | 88f80f6c3bfdfbeb802157fc2c1ca6ec41813358 | 31c542ec68618c600d827cc3da8c1211547e3886 | refs/heads/master | 2016-09-01T12:20:11.643194 | 2016-01-07T23:31:39 | 2016-01-07T23:31:39 | 45,762,747 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 571 | puml | @startuml
class model.agent.Agent{
-site
-expression
__construct(\model\Site site)
+ScrapeSite()
}
class model.agent.Curl{
-hande
-site
-scrapedData
__construct(\model\Site site)
+CurlIT():string
}
class model.agent.DOMDocument{
}
class model.agent.Expression
class model.agent.Site
class model.Xpath
class model.XpathQuery
class model.friends.Calendar
class model.friends.Cinema
class model.friends.Event
class model.friends.person
class model.friends.Film
class model.friends.Restaurant
class model.friends.Table
model.agent.Agent ..> model.agent.Curl
@enduml | false | true | false | false | class |
bf876eb58fbbd6a248db6761b33f63fef7c73595 | ceb68c034ba95c562692003af1df29292112726e | /tuc/examples/group.puml | 90346273a4afe689031e2d55d15b0a386a3e69f1 | [] | no_license | TypedUseCase/TypedUseCase.github.io | c92c05c71004d97ba4af505b9ab4b44691440fe2 | 753e523d560053460e464f0351049ffd1e8e94ef | refs/heads/master | 2023-05-16T03:43:52.360390 | 2021-06-08T14:21:38 | 2021-06-08T14:21:38 | 301,753,387 | 0 | 0 | null | 2021-06-08T14:21:39 | 2020-10-06T14:24:27 | F# | UTF-8 | PlantUML | false | false | 278 | puml | @startuml group
== Group ==
actor "Main Service" as MainService <<My>>
activate MainService
group Grouped together
hnote over MainService
do: something
end hnote
hnote over MainService
do: something else
end hnote
end
deactivate MainService
@enduml
| false | true | false | false | sequence |
a99bbcecc55d823746d2e122ddd834a8a533454e | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartSetBusinessUnitAction.puml | a4c6d8120e5d2221cf1f65521c0c7dcb1cd2df6a | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 504 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface CartSetBusinessUnitAction [[CartSetBusinessUnitAction.svg]] extends CartUpdateAction {
action: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
}
interface CartUpdateAction [[CartUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
f60fc718516474ae3b3a9f906208eda6fdb31eb7 | 553f0bf87ffb874ea3172086b3671e7524d3fb65 | /documents/version6/diagrammeSeqDessiner.puml | 15eef3a2b2cef1f6dba2a705a77df386ef94df76 | [] | no_license | MichelGrolet/2d-game | 18e6467de68899057d520d61d5a4c18bf47e7acc | 5d2714985fa270be60a60e7232d22267dddd7293 | refs/heads/main | 2023-05-26T06:11:18.518661 | 2021-06-11T10:00:13 | 2021-06-11T10:00:13 | 370,970,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 408 | puml | @startuml
participant "d: DessinPerso" as d
participant "p: Personnage" as p
participant "ImageIO" as io
participant "g: Graphics2D" as g
participant "im: BufferedImage" as im
-> d : dessiner(im)
activate d
d -> p : dessiner(g)
activate p
p -> io : read()
activate io
p <-- io: im
deactivate io
p -> g: drawImage(im, x, y, null)
activate g
p <-- g:
deactivate
d <-- p
deactivate p
<-- d
deactivate d
@enduml | false | true | false | false | sequence |
fed2cfd8ee6fb3a429a1ad9ce06887c9f0d26b93 | f18ba1fbeb7f8d6149aff64633f9c77a92cfc936 | /assignments/a.fedorovskaya/TP3/src/src.plantuml | 29eedeb4c65ae0279b1918d8a400356252e437d4 | [] | no_license | kzvdar42/InnopolisDesignPatterns | c34a728b7964f22a6b774a4616b7ac9515ae6263 | b1042e76875c9ccf69017e20edcea4b9e7b5682b | refs/heads/master | 2021-02-07T05:17:54.245396 | 2020-04-19T22:40:48 | 2020-04-19T22:40:48 | 243,987,548 | 0 | 0 | null | 2020-02-29T14:54:34 | 2020-02-29T14:54:34 | null | UTF-8 | PlantUML | false | false | 1,285 | plantuml | @startuml
title __SRC's Class Diagram__\n
class ChicagoCheesePizza {
+ ChicagoCheesePizza()
}
class ChicagoPepperoniPizza {
+ ChicagoPepperoniPizza()
}
class ChicagoPizzaFactory {
~ createPizza()
}
class NYCheesePizza {
+ NYCheesePizza()
}
class NYPepperoniPizza {
+ NYPepperoniPizza()
}
class NYPizzaFactory {
~ createPizza()
}
abstract class Pizza {
~ name : String
+ bake()
+ box()
+ cut()
+ getName()
+ prepare()
}
abstract class Pizzeria {
+ orderPizza()
{abstract} ~ createPizza()
}
ChicagoCheesePizza -up-|> Pizza
ChicagoPepperoniPizza -up-|> Pizza
ChicagoPizzaFactory -up-|> Pizzeria
ChicagoPizzaFactory ..> ChicagoCheesePizza
ChicagoPizzaFactory ..> ChicagoPepperoniPizza
NYCheesePizza -up-|> Pizza
NYPepperoniPizza -up-|> Pizza
NYPizzaFactory -up-|> Pizzeria
NYPizzaFactory ..> NYPepperoniPizza
NYPizzaFactory ..> NYCheesePizza
Pizzeria -> Pizza
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 |
c997c70c578f6a82f33dc2451269deb8938b66b9 | e50b955c2a51aabfe3970d25f2a6b3445e806222 | /docs/diagrams/plannerCommand/load_planner_sequence.puml | 7cb79f90417763ea1ed1d9f442384a172c4259d1 | [] | no_license | AY2021S1-CS2113T-W11-1/tp | 7a49c176366eadf240354649815b157edd62c976 | ca108c7eacffcb4b7123bb7e52942072f4525839 | refs/heads/master | 2023-01-12T21:36:13.434397 | 2020-11-13T11:09:57 | 2020-11-13T11:09:57 | 299,793,065 | 2 | 5 | null | 2020-11-09T15:44:51 | 2020-09-30T02:50:54 | Java | UTF-8 | PlantUML | false | false | 958 | puml | @startuml
-> ":LoadPlannerCommand" : execute(bookmarks, planner, ui)
activate ":LoadPlannerCommand"
":LoadPlannerCommand" -> ":Timetable" : clearAllModule()
activate ":Timetable"
":Timetable" --> ":LoadPlannerCommand"
deactivate ":Timetable"
create ":Storage"
":LoadPlannerCommand" -> ":Storage" : new Storage("./data/planner", Timetable.class)
activate ":Storage"
":Storage" --> ":LoadPlannerCommand"
deactivate ":Storage"
":LoadPlannerCommand" -> ":Storage" : loadPlanner()
activate ":Storage"
":Storage" --> ":LoadPlannerCommand" : timetable
deactivate ":Storage"
":LoadPlannerCommand" -> ":LoadPlannerCommand" : initialiseEmptySlots(temp)
activate ":LoadPlannerCommand"
":LoadPlannerCommand" --> ":LoadPlannerCommand" : module
deactivate ":LoadPlannerCommand"
":LoadPlannerCommand" -> ":Ui" : print("Planner loaded")
activate ":Ui"
":Ui" --> ":LoadPlannerCommand"
deactivate ":Ui"
<-- ":LoadPlannerCommand"
deactivate ":LoadPlannerCommand"
@enduml | false | true | false | false | sequence |
36f02da40041b3314a43934979a92304208a7555 | 608c7301bf1eaed2b79855fd8030b15e4fc0d4aa | /docs/uml/sequence_diagram/prison.puml | 2c2d0d6cd22f4401de1758f1596761926523d268 | [] | no_license | mehmetrizaoz/autonomous_steering_agents | 48d0fbba36eafd081c78b825687d156bb02a5764 | 5d901252f66b68bfcaf48dd7da6145b1bdc462f0 | refs/heads/master | 2023-05-15T07:28:49.473767 | 2021-06-14T10:43:48 | 2021-06-14T10:43:48 | 356,524,673 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 932 | puml | @startuml
actor actor as user
participant graphics as view
participant agent as agent
participant behavior as steeringBehavior
participant prison as pr
user -> pr: user defines scenario
activate pr
activate view
activate agent
activate steeringBehavior
note left: anytime
user -> view: set mouse position
loop triggered with 20ms periodic event
loop for all agents
pr -> view : draw field
pr -> steeringBehavior: request separation force for agent
steeringBehavior --> pr: gives separation force
pr -> steeringBehavior: request stayInArea force for agent
steeringBehavior --> pr: gives stayInArea force
pr -> agent: set force
end
agent -> agent: calculate next position
pr -> view: draw agents
pr -> view: draw title
pr -> view: refresh
end
user -> view: stop program
deactivate pr
deactivate view
deactivate agent
deactivate steeringBehavior
@enduml | false | true | false | false | sequence |
3b75304cd0360c27940273372945c5413e6702b0 | 27bade928da247751c05e64b7baa7cd79bbc4766 | /oodesignpatterns/diagrams/singleton.puml | 7e8f93d3a74c0deebb3dbdc7a132c47214edbd59 | [] | no_license | zweibit0110/design-patterns | 7ef005c8f49752545d3093e2de3d7f058c48e278 | c8f88aa916ffdd556026722c4ca80e7555e535fa | refs/heads/master | 2021-07-24T07:50:11.906876 | 2019-11-29T12:51:53 | 2019-11-29T12:51:53 | 224,854,326 | 0 | 0 | null | 2020-10-13T17:50:56 | 2019-11-29T12:55:42 | Java | UTF-8 | PlantUML | false | false | 854 | puml | @startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.creational.singleton {
'classes
class Singleton {
- {static} instance : Singleton
- Singleton()
+ {static} getInstance() : Singleton
}
'notes
note left of Singleton::instance
private and static field
end note
note left of Singleton::Singleton()
private constructor
end note
note left of Singleton::getInstance
public and static method,
returning the unique <b>instance</b>
end note
'relantionships
Singleton *.. Singleton
}
'legend
legend bottom left
SINGLETON [design pattern]
end legend
@enduml | false | true | false | false | class |
1e568842bb7f57524c7520b5dd135eb78a2143cd | 4d66b0a15e5d42eb96ed5e7527ff506757d74285 | /src/lattice/Lattice.iuml | 8a2ce627c69163aab6fc2d095eb408de285cd862 | [
"CECILL-B"
] | permissive | ngocbichdao/java-lattices | 1ac847eaa2bbbcc73ceeb61ec9c5cfa618bac574 | 6742e87de51205923e158db93fd495ffa381f10a | refs/heads/master | 2020-04-05T18:57:29.576127 | 2014-04-04T08:53:29 | 2014-04-04T08:53:29 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,121 | iuml | package lattice {
class Lattice {
-DGraph dependencyGraph
.. Constructors ..
+Lattice()
+Lattice(TreeSet<Node> set)
+Lattice(DAGraph graph)
.. Predicates ..
+boolean isLattice()
.. Operations ..
+Node top()
+Node bottom()
+Node meet(Node x, Node y)
+Node join(Node x, Node y)
+TreeSet<Node> joinIrreducibles()
+TreeSet<Node> meetIrreducibles()
+TreeSet<Comparable> joinIrreducibles(Node n)
+TreeSet<Comparable> meetIrreducibles(Node n)
+DAGraph joinIrreduciblesSubgraph()
+DAGraph meetIrreduciblesSubgraph()
+DAGraph irreduciblesSubgraph()
+ConceptLattice joinClosure()
+ConceptLattice meetClosure()
+ConceptLattice irreducibleClosure()
+Context getTable()
+IS getIS()
+DGraph getDependencyGraph()
#setDependencyGraph(DGraph graph)
#hasDependencyGraph()
+IS getCanonicalDirectBasis()
+TreeSet getMinimalGenerators()
+DGraph arrowRelation()
}
DAGraph <|-- Lattice
}
| false | true | false | false | class |
ba22b70ff6469233645703412b1fd6db3f4001a7 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CategorySetMetaKeywordsAction.puml | 23986e8f63f8274c667993ab43bde6e12afc5339 | [] | 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 | 494 | 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 CategorySetMetaKeywordsAction [[CategorySetMetaKeywordsAction.svg]] extends CategoryUpdateAction {
action: String
metaKeywords: [[LocalizedString.svg LocalizedString]]
}
interface CategoryUpdateAction [[CategoryUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
5a8beaaba014682af1383a1d464cfa7470d7414d | 9de725ab541021945d1d31caa501858fe2542da6 | /src/main/resources/UML/DatabaseLayer.puml | 14cba12ecd70e285dc36ae1e262e006f738f638e | [] | no_license | c4lolstat/myticketshop | 1b4e90d9fb4ef4eb6af5f7ed9b3c769acc9dbbfd | 234365b75c4f7050c1ef14c47271758fc1fb794e | refs/heads/master | 2021-01-23T08:00:14.318635 | 2017-10-17T11:50:05 | 2017-10-17T11:50:05 | 80,520,668 | 1 | 0 | null | 2017-10-17T11:50:06 | 2017-01-31T13:00:09 | Java | UTF-8 | PlantUML | false | false | 812 | puml | @startuml
Interface EventDao {
+create(EventDTO)
+readWithParams(Map)
+update(EventDTO)
+delete(int)
}
Interface UserDao{
+createUser()
+deleteUser()
+updateUser()
+getUserById()
+getUserByEmail()
}
Interface BookingDao {
+ countVipSeats(int)
+countNormalSeats(int)
+createBooking(BookingDTO)
+readBookingByUser(int)
}
Interface AuditoriumDao
Interface HibernateDaoFacade
class HibernateJPA {
-entityManager
+getEntityManager()
}
UserDaoImpl--|>UserDao
AuditoriumDao<|--AuditoriumImpl
BookingDao<|--BookingDaoImpl
EventDao<|--EventDaoImpl
HibernateDaoFacade<|--HibernateDaoFacadeImpl
UserDaoImpl*--HibernateJPA
AuditoriumImpl*--HibernateJPA
BookingDaoImpl*--HibernateJPA
EventDaoImpl*--HibernateJPA
HibernateDaoFacadeImpl*--HibernateJPA
@enduml | false | true | false | false | class |
b69f4bd4b6758437595686893389057afc2051be | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint2/ipc04_01_Strategy.puml | 57ab37f51e77434deda8f9d77d4b2a7e075c1848 | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 929 | puml | @startuml doc-files/ipc04_01_Strategy.png
interface ImportExportStrategy {
+ exportToFile(SpreadsheetTable focusOwner)
+ importFromFile(SpreadsheetTable focusOwner, UIController uiController)
}
class ImportExportTextStrategy{
-String delimiter
-String dir
-String filename
-boolean header
+ImportExportTextStrategy(String delimiter, String dir, String filename, boolean header)
+exportToFile(SpreadsheetTable focusOwner)
+importFromFile(SpreadsheetTable focusOwner, UIController uiController)
-readFile()
}
class ImportExportXMLStrategy{
-...
+exportToFile(SpreadsheetTable focusOwner)
+importFromFile(SpreadsheetTable focusOwner, UIController uiController)
+()...
}
class SpreadsheetTable{
+ getSellectedCells()
}
ImportExportTextStrategy --|> ImportExportStrategy
ImportExportXMLStrategy --|> ImportExportStrategy
SpreadsheetTable *-- ImportExportStrategy
@enduml | false | true | false | false | class |
94bd7d7c5126a242b3ff311640e10cbb22dbfc0b | 1e4af347653c6becd13e8f24a2d22d6244926c9e | /src/main/java/com/dekinci/eden/utils/utils.plantuml | dea3b4b47a93c2f1c4fd1c677301cab0e1731f20 | [] | no_license | NeuroTeam/CyberEden | e0a686555f6871cfdd7af314c81e809b7620afc2 | 0b2bdcb3e9378b70e0905f3cf1bfe2f8f13be578 | refs/heads/master | 2020-03-09T11:33:52.160781 | 2018-06-01T22:32:21 | 2018-06-01T22:32:21 | 128,764,470 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,305 | plantuml | @startuml
title __UTILS's Class Diagram__\n
package com.dekinci.eden {
package com.dekinci.eden.utils {
abstract class AsyncTask {
- daemon : boolean
- params : Params[]
- backGroundThread : Thread
+ onPreExecute()
{abstract} + doInBackground()
+ onPostExecute()
+ progressCallback()
# publishProgress()
+ execute()
+ setDaemon()
+ isInterrupted()
+ isAlive()
}
}
}
package com.dekinci.eden {
package com.dekinci.eden.utils {
interface Callback {
{abstract} + success()
+ error()
+ update()
}
}
}
package com.dekinci.eden {
package com.dekinci.eden.utils {
interface FactCallback {
+ success()
}
}
}
package com.dekinci.eden {
package com.dekinci.eden.utils {
interface ResultCallback {
}
}
}
package com.dekinci.eden {
package com.dekinci.eden.utils {
class Utils {
{static} + forEach()
}
}
}
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 |
e345232051b361b488ac80a629ee440c29c0a056 | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /3.Structural Design Patterns/5.Facade/src/main/resources/diagram/FacadeClassDiagramOne.puml | 95c4299325b5ba5b6ebcfa9f2eb36a9731089d02 | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 774 | puml | @startuml
'https://plantuml.com/class-diagram
class Client
hide Client methods
note left : Happy client whose job\njust became easier\nof the facade
Client -right-> Facade
class Facade
hide Facade methods
note top : Unified interface that is easier to use.
package "subsystem classes" <<Rectangle>> {
class ClassOne
hide ClassOne methods
class ClassTwo
hide ClassTwo methods
class ClassThree
hide ClassThree methods
class ClassFour
hide ClassFour methods
class ClassFive
hide ClassFive methods
class ClassSix
hide ClassSix methods
ClassOne -- Facade
ClassOne -- ClassTwo
ClassOne -- ClassThree
ClassTwo -- ClassFour
ClassFour -- ClassFive
ClassFour -- ClassSix
ClassThree -- ClassFive
ClassThree -- ClassSix
}
@enduml | false | true | false | false | class |
f357c7f2f139a3c978823ba5d1d938dffc9f57c0 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 3/UC10_B_Seriar_Candidaturas_(automaticamente)/UC10_B_Seriar_Candidaturas_(automaticamente).puml | 428609cdff73cb779efd735bacee651af9765d2e | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 1,169 | puml | @startuml
title UC10-B - Seriar Candidaturas de Anúncio (automaticamente)
actor "Colaborador da Organização" as Colaborador
actor ":Sistema" as Sistema
activate Colaborador
Colaborador -> Sistema : 1. Inicia o processo automático de seriação \ndos candidatos à realização de um anúncio
activate Sistema
Sistema --> Colaborador: 2. Mostra uma lista de anúncios publicados \npelo colaborador, em fase de seriação \nautomática, e que ainda não foram seriados, \ne pede-lhe para selecionar um desses anúncios.
deactivate Sistema
Colaborador -> Sistema: 3. Seleciona um anúncio
activate Sistema
Sistema --> Colaborador: 4. Mostra as candidaturas válidas para o anuncio \ne solicita confirmar a operação
deactivate Sistema
Colaborador -> Sistema: 5. Confirma proceder seriação automática
activate Sistema
Sistema --> Colaborador: 6. Mostra a lista classificada de \ncandidaturas para visualização
deactivate Sistema
Colaborador -> Sistema: 7. Visualiza o resultado da seriação realizada
activate Sistema
Sistema --> Colaborador: 8. Regista a seriação e informa o sucesso da operação
deactivate Sistema
deactivate Colaborador
@enduml | false | true | true | false | usecase |
a31363be50e51cb9aea26ff69f997d8cf79521e3 | df5eb777e0a9e881cd3cefbb2b00ba58c68b04db | /diagrams/src/Models/DataTransferObjects/BidCreationDto.puml | d02a0e449197f315da14044af3bffa9301cbefe0 | [
"MIT"
] | permissive | converge-app/bidding-service | caf61cd4eb3c719c0430b53ce0fdcc225c4c2f8d | fc7539fb98d71b0d8a5fb1282de9fd31573c00b7 | refs/heads/master | 2023-03-15T22:56:53.011725 | 2019-12-17T11:42:53 | 2019-12-17T11:42:53 | 212,993,977 | 0 | 0 | MIT | 2023-03-04T01:15:47 | 2019-10-05T12:16:01 | C# | UTF-8 | PlantUML | false | false | 206 | puml | @startuml
class BidCreationDto {
+ ProjectId : string <<get>> <<set>>
+ FreelancerId : string <<get>> <<set>>
+ Message : string <<get>> <<set>>
+ Amount : decimal <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
1218320ec904ca8ec66ca3d73b0bfdc334f73061 | 207145958202d5cbc6e998353a581d3ee8c35144 | /Tracing.plantuml | e5dae446de57d4f54c98eed023ebb856f50b47b4 | [
"Apache-2.0"
] | permissive | mauriziocarioli/Tracing | f9a3c1ddbf63d9d13c4f52aef0954cb2015bb7a3 | f764d2721ed0e3c395e843ef5776f670ff17e2b0 | refs/heads/master | 2020-07-31T16:00:13.768453 | 2020-02-21T15:32:38 | 2020-02-21T15:32:38 | 210,665,546 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,309 | plantuml | @startuml
title __TRACING's Class Diagram__\n
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomAgendaEventListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomAsynchronousJobListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomDMNRuntimeEventListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomDeploymentEventListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomPhaseLifecycleListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomProcessEventListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomRuleRuntimeEventListener {
}
}
namespace com.redhat.batigerteam.tracing {
abstract class com.redhat.batigerteam.tracing.CustomTaskLifeCycleEventListener {
}
}
com.redhat.batigerteam.tracing.CustomAgendaEventListener .up.|> org.kie.api.event.rule.AgendaEventListener
com.redhat.batigerteam.tracing.CustomAsynchronousJobListener .up.|> org.jbpm.executor.AsynchronousJobListener
com.redhat.batigerteam.tracing.CustomDMNRuntimeEventListener .up.|> org.kie.dmn.api.core.event.DMNRuntimeEventListener
com.redhat.batigerteam.tracing.CustomDeploymentEventListener .up.|> org.jbpm.services.api.DeploymentEventListener
com.redhat.batigerteam.tracing.CustomPhaseLifecycleListener .up.|> org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
com.redhat.batigerteam.tracing.CustomProcessEventListener .up.|> org.kie.api.event.process.ProcessEventListener
com.redhat.batigerteam.tracing.CustomRuleRuntimeEventListener .up.|> org.kie.api.event.rule.RuleRuntimeEventListener
com.redhat.batigerteam.tracing.CustomTaskLifeCycleEventListener .up.|> org.kie.api.task.TaskLifeCycleEventListener
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 |
54b4e9a6761f1266e00bf795b62b6977793ceb35 | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/UC7/UC7_SSD.puml | 84b42153daa229dcae58b6bbb3b03ac4cdd79b1a | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | puml | @startuml
autonumber
actor "Collaborator" as COLAB
activate COLAB
COLAB -> ":System" : Starts the loading file process.
activate ":System"
":System" --> COLAB : Asks the collaborator for the file name.
deactivate ":System"
COLAB -> ":System" : Enters the file name.
activate ":System"
":System" --> COLAB : Finds the file**, **saves its content and informs \nthe collaborator of the success of the operation.
deactivate ":System"
deactivate COLAB
@enduml
| false | true | false | false | sequence |
588c250658e309de97772056cf6fe1287bc47a03 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Edgeville-Manager/Logical.puml | 88264d1b6e853d74d96adee13127965b810b2afc | [] | 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 | 447 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "User" #ffffcc {
}
package "Used" #ffffcc {
}
package "Control Layer/Edgeville Manager" #lightblue {
interface "Control Layer/Edgeville Manager" {
}
CLI ()-- "Control Layer/Edgeville Manager"
REST ()-- "Control Layer/Edgeville Manager"
Web ()-- "Control Layer/Edgeville Manager"
}
User --> "Control Layer/Edgeville Manager"
"Control Layer/Edgeville Manager" --> Used
| false | true | false | false | class |
811a4322fb339c622f53b3655c904e49d0bd64ac | cd311955a4e833889d31ab910eccf7c2a322de41 | /documentation/diagrams/cases/admin/c14_localbusiness_admin-add-role-and-role-actions.puml | 94f25b27a60aa7a238b2ba144421d8ac884dea1f | [] | no_license | ogabrielguerra/puc-tcc | 11a8a89e533429f52acd4df1f05419dc2763ccc3 | e02d78e8214c387796553f3703d7b1bc4da1e8c6 | refs/heads/master | 2023-08-26T06:24:38.929937 | 2021-10-23T14:16:50 | 2021-10-23T14:16:50 | 303,121,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 418 | puml | @startuml
left to right direction
title "C14. Administrador adiciona um Perfil de Acesso"
Admin as "Administrador do Sistema"
rectangle "PAINEL DE CONTROLE ADMIN" {
(Perfis de acesso) as roles
(Definir Permissões) as roleActions
(Salvar) as save
(Novo Perfil de Acesso) as add
}
(Login) as login
Admin -r--> login
login -d--> roles
roles --> add
add -l--> roleActions
roleActions -d--> save
@enduml | false | true | true | false | uml-unknown |
1d6f519434724122ca8712f2f53306ecec5ad36d | 6ce935e0629bbdcb59808afc2dc0b93f2f45085f | /uml/InventoryManager.puml | ac2725f88178f6ad131f65fe846caba9033a5f38 | [] | no_license | enzosromano/Inventory-Manager | 7203d8e302e5631d852b70fdc9db333cdf51580e | 5145c767fdeb004fd475fa058416a401c3e063fd | refs/heads/master | 2023-06-23T07:45:16.171905 | 2021-07-25T12:45:22 | 2021-07-25T12:45:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 649 | puml | @startuml
class Main{
start()
main()
}
class MainWindowController{
}
class MainWindowMethods{
}
class FileManagement{
}
class ItemHolder{
ObservableList<Item> itemList
Set<String> Serials
}
class Item{
BigDecimal price
String serialNumber
String Name
+ BigDecimal getPrice()
+ void setPrice()
+ String getSerialNumber()
+ void setSerialNumber()
+ String getName()
+ void setName()
}
Main -- MainWindowController
MainWindowController -- MainWindowMethods
MainWindowController -- FileManagement
MainWindowMethods -- ItemHolder
FileManagement -- ItemHolder
ItemHolder -- Item
@enduml | false | true | false | false | class |
38d1ee096ebcfa7c9e4057eced08b762a91d9718 | 510e80a99b2eaf84824a20cb12f75d0d7bda7475 | /UML/application.puml | fa4a0a0f55434f7db7b79a81598d6ad1c13c1c19 | [] | no_license | lemon34/javaLearn | 654a98108c4d0c0c9391448608921e7facf407fc | fc8d144e359183c49e7e6684c37f8af508daa17b | refs/heads/master | 2023-08-31T10:39:03.708622 | 2023-08-12T02:22:56 | 2023-08-12T02:22:56 | 220,142,144 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 520 | puml | @startuml
'https://plantuml.com/class-diagram
package application {
class AuthorizationQueryApplication
class AuthorizationCommandApplication
}
class AuthorizationQueryApplication {
+ queryAuthorizationList(AuthorizationQueryBO authorizationQueryBO)
}
class AuthorizationCommandApplication {
+ assignAuthorization()
+ modifyAuthorization()
+ changeAuthorizationWithEvent()
}
class AuthorizationQueryRepo {
+ queryAuthorizationList(AuthorizationQueryBO authorizationQueryBO)
}
@enduml | false | true | false | false | class |
434996aec78f5e4fbc9052d61463e0f417cd7c0a | b54cb5a52614f9027d62ec0db6112c38c44dfb26 | /trusted_connection_usage.plantuml | b07887298017a93326f1707cdbf5030932ef5b69 | [] | no_license | IndustrialDataSpace/Documentation | acaa1875f148197469ad529c35d35fd22d536491 | c27ccbab8de9bc93adaa1c0e7f6e632913c1a84a | refs/heads/develop | 2021-08-07T15:01:38.070435 | 2020-04-06T13:49:13 | 2020-04-06T13:49:13 | 142,003,472 | 2 | 3 | null | 2019-10-11T08:21:30 | 2018-07-23T11:12:40 | null | UTF-8 | PlantUML | false | false | 719 | plantuml | @startuml
hide footbox
participant "**Data Provider**\n(IDS Connector)" as C
participant "**Identity Provider**\n(IP)" as IDP
participant "**Dynamic Attribute Provisioning Service**\n(DAPS, part of IP component)" as DAPS
participant "**Data Receiver**\n(IDS Connector or Broker)" as P
== Data Provider Connector onboarding complete==
note right of C: *IDS infrastructure- or participant-level communication\n*Messages contain security token from (2) in their header
C -> P: 3a. IDS Message (e.g., connector registration)
P -> DAPS: 4a. validate identity token
P <-- DAPS: 4b. validation result
P -> P: 4c. read token content
P -> P: 4d. decide whether to handle the message
C <-- P: 3b. response message
@enduml
| false | true | false | false | sequence |
d1f55ae87399d829b3cec30735d0f0adde281585 | ab050b7e8ac97aab2ee834cebd833d83760e70b5 | /diagrams/BilemoClass.puml | 998e60e2501186ab344a74bab51c6223f7188c6d | [] | no_license | Mamoon97150/BileMo | a701175ca49a92507b3bb6aebb4bb110ef10f6a5 | ded499e7dbd4caae5c6e957ff82c4b47c34b544c | refs/heads/master | 2023-07-07T19:12:00.876914 | 2021-08-04T14:55:47 | 2021-08-04T14:55:47 | 386,790,291 | 0 | 1 | null | 2021-08-04T12:48:47 | 2021-07-16T23:42:22 | PHP | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
'https://plantuml.com/class-diagram
interface UserInterface
interface PasswordAuthenticatedUserInterface
class User {
- int id
- string name
- string password
- array roles
- SubUser[] subUsers
+ getSubUsers()
+ addSubUser(SubUser)
+ removeSubUser(SubUser)
}
class SubUser {
- int id
- User user
- string email
- string username
}
class Products {
- int id
- string name
- string brand
- int quantity
- User[] soldBy
+ getSoldBy()
+ addToClient(Products)
+ removeFromClient(Products)
}
User <|-- UserInterface
User <|-- PasswordAuthenticatedUserInterface
SubUser "*" -- "1" User : belongs >
Products "*" -- "*" User : soldBy >
@enduml | false | true | false | false | class |
183e7fb97d100869df807f315c068631f9831fca | 8eeaa622bd21c275f3c6995d3f1b3657b68b0618 | /src/Docs/_new/2-internals/1-core/10-erd/_puml/erd-shopware-core-content-newsletterreceiver.puml | 10e57b95360bab0bd2f0e3706e35be01f47afad3 | [
"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 | 2,500 | 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(ShopwareCoreContentNewsletterReceiverNewsletterReceiverDefinition, "newsletter_receiver\n(Newsletter receiver)") {
primary_key(id) id
not_null(email) string
firstName string
lastName string
zipCode string
city string
street string
status string
hash string
customFields customFields
confirmedAt date
salutationId foreignKey
not_null(languageId) foreignKey
not_null(salesChannelId) foreignKey
not_null(createdAt) createdAt
not_null(updatedAt) updatedAt
}
Table(ShopwareCoreContentNewsletterReceiverAggregateNewsletterReceiverTagNewsletterReceiverTagDefinition, "newsletter_receiver_tag\n(M:N Mapping)") {
primary_key(newsletterReceiverId) foreignKey
primary_key(tagId) foreignKey
}
ForeignTable(ShopwareCoreSystemSalutationSalutationDefinition, "salutation") {
}
ForeignTable(ShopwareCoreFrameworkLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemTagTagDefinition, "tag") {
}
' relationshipd
ShopwareCoreContentNewsletterReceiverAggregateNewsletterReceiverTagNewsletterReceiverTagDefinition --> ShopwareCoreContentNewsletterReceiverNewsletterReceiverDefinition
ShopwareCoreContentNewsletterReceiverNewsletterReceiverDefinition --> ShopwareCoreSystemSalutationSalutationDefinition
ShopwareCoreContentNewsletterReceiverNewsletterReceiverDefinition --> ShopwareCoreFrameworkLanguageLanguageDefinition
ShopwareCoreContentNewsletterReceiverNewsletterReceiverDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentNewsletterReceiverAggregateNewsletterReceiverTagNewsletterReceiverTagDefinition --> ShopwareCoreSystemTagTagDefinition
@enduml
| false | true | false | false | uml-unknown |
28e63ec30125dc9ea146a8da1e07ec521e2a71b0 | 898d82eeabb1fc98006e54be6f9d0ea7dd5df39c | /diagrams/user_connect.puml | b1a104e695460afec3e81b2fc341ea7ce9e54b9e | [] | no_license | lecler-i/mani-home-specs | d2d5de134f741109e7ad5523f5b069e685f27ec3 | 8eb4f57f86b83313fd684f4fd80a6327dd9b8abf | refs/heads/master | 2021-01-19T09:05:59.945504 | 2017-05-18T21:27:49 | 2017-05-18T21:27:49 | 87,724,697 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 180 | puml | @startuml
rectangle Authentification {
(Facebook account) as fb
(Google account) as ga
(Login) as lg
}
User -right-> fb
User -right-> ga
fb --> lg
ga --> lg
@enduml
| false | true | false | false | uml-unknown |
712687fd34e2f955b2e9feb9858d31de54b113e3 | 70420e57de52032d7e0af48ef93fbf953c4a052f | /diagram.plantuml | 2ee2d0265edd9f6c07ed0a51481ce17ae195596f | [] | no_license | Master-Desarrollo-20-21/diseno-oo-ejercicio2-mastermind-document-view-ferllop | bfdf3aa5973315c5ed5cbb824116a383509da129 | 4bfbbbe4b1a41d6c0d7cfbecc4bedbd182189345 | refs/heads/main | 2023-01-27T15:09:12.687505 | 2020-12-10T11:48:37 | 2020-12-10T11:48:37 | 319,106,869 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,072 | plantuml | @startuml
title Mastermind - Public interface class diagram
package mastermind{
class Mastermind {
+play()
+{static} main()
}
}
package mastermind.models {
Mastermind *-- Game
class Game {
+initialize()
+saveAttempt()
+getAttemptsCount()
+getAttempts()
+isFinished()
+playerWins()
}
Game *-- SecretCombination
Game *-- Player
class Combination{
+contains(Color): Boolean
+getSize(): int
#setColor(int, Color)
+getColor(i): Color
+getColors(): Color[]
}
Combination *-- "4" Color
Combination <|-- SecretCombination
class ProposedCombination{
+{static}getChecker(String combination): MastermindCombinationChecker
}
Combination <|-- ProposedCombination
ProposedCombination ..> MastermindCombinationChecker
class Attempt {
+getProposedCombination()
+getBlacks()
+getWhites()
}
Attempt *-- ProposedCombination
Attempt *-- Result
class Result {
getBlacks()
getWhites()
}
class Player {
+saveAttempt()
+getLastAttempt(): Attempt
+getAttempt(int): Attempt
+getAttempts(): Attempt[]
}
Player *-- "0..10"Attempt
Enum Color {
Red
Blue
Yellow
Green
Orange
Purple
+getInitial()
+{static}valueOf(char letter): Color
+{static}getInitials(Color[]): String
+{static}getInitials(): String
+{static}getColorsArray(String): Color[]
}
class MastermindCombinationChecker{
+isValid()
+hasValidLength()
+hasValidColors()
}
}
package mastermind.views {
Mastermind *-- GameView
abstract class View {
+{abstract}interact()
}
View <|-- GameView
View <|-- PlayView
View <|-- AttemptView
class GameView{}
GameView *-- PlayView
GameView *-- ResumeView
class PlayView{}
PlayView *-- AttemptView
class AttemptView{}
AttemptView *-- ProposedCombinationView
AttemptView *-- SecretCombinationView
class ProposedCombinationView{
+read()
}
ProposedCombinationView ..> MastermindCombinationChecker
class SecretCombinationView{
+write()
}
class ResumeView{
+read()
}
enum Message{
+getMessage()
+getFormattedMessage()
}
Message <.. ProposedCombinationView
Message <.. View
}
package utils {
class Console {
+{static}getInstance()
+getString()
+printEmptyLine()
+print()
}
Console <.. View
Console <.. ProposedCombinationView
Console <.. SecretCombinationView
Console <.. ResumeView
class CombinationChecker {
+hasValidLength(int validLength)
+hasValidValues(T[] validValues)
+hasDuplicates()
}
CombinationChecker <|-- MastermindCombinationChecker
@enduml
| false | true | false | false | class |
c05e7dbe3b4fd16627d01618a20c58aaef917cd0 | 46fc0801b158eb56e025f680ff66e99d6a9122a6 | /src/main/java/ex41/NameSorter.puml | 1d233c3e818541a1c8855d6c0698242339f3df58 | [] | no_license | paper-john/Page-cop3330-assignment3 | 16dfdedfb03412d778415b38b9bfc5ce147c192c | 1c5a69fcf251222a53b4fc30051c20a37d73cfab | refs/heads/master | 2023-08-16T08:37:06.684251 | 2021-10-11T22:50:45 | 2021-10-11T22:50:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 263 | puml | @startuml
'https://plantuml.com/class-diagram
class NameSorter
class readNames{
input: Scanner
}
class outputNames{
names: ArrayList
}
class main{
args: String[]
}
NameSorter <|-- readNames
NameSorter <|-- outputNames
NameSorter <|-- main
@enduml | false | true | false | false | class |
b924dc848d7c4c485a1b5ba6653febc7c4616009 | fca05e495fa55fe1ff20809536729214b033023a | /resources/gitlab-appservice-cicd-variant2.plantuml | 6e77409136aa0ec05af00b2a340063e587be0808 | [
"MIT"
] | permissive | flypenguin/ex-appservice-cicd-with-terraform | 67c96c22889efa0167e6c075a041b0db0d619652 | 7dd9838835f9c0c424518e09f5dfe9d5a5fcde4b | refs/heads/main | 2023-01-11T16:58:33.278959 | 2020-11-21T12:45:23 | 2020-11-21T12:45:23 | 314,792,640 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 413 | plantuml | @startuml
skinparam {
dpi 200
}
title Message Style - Sequence Diagram
participant "User"
participant "Developer" as Dev
participant "GitLab" as GL
participant "App Service" as AS
Dev -> GL : Push to master
GL -> AS : GitLab /notifies/ App\nService about new code
AS -> GL : App Service fetches\nnew code from GitLab
AS -> AS : Build App
AS -> AS : Run App
User -> AS : Use application
@enduml
| false | true | false | false | sequence |
27106b5d7a3c9f9d04a92c2b01c0fcfe68df3bc9 | d2a19b07354480392ca76f3a9cfdb59672b9bced | /internal/userInterfaces/ding3/use-case/testLoginCase.puml | 8f74f077dd17d559c5d767c86a9af366cd9c5bea | [] | no_license | danskernesdigitalebibliotek/plantuml | 4b109bab8a790e28fada98770a6ca25774bb4199 | e654bbf040f6d74d53dbf5fc56588b042b1d12bb | refs/heads/master | 2021-09-24T02:18:46.708657 | 2021-09-17T07:07:16 | 2021-09-17T07:07:16 | 187,801,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
actor (patron)
actor (ddbcms)
usecase (login)
(patron) -> (login): Step 1
(login) -> (ddbcms): Step 2
@enduml
| false | true | false | false | usecase |
fc07d2a2e28a876f75b448b06156a11ed46fc7be | 1734e5420e97f678fa8eccd26567d5081bebdc32 | /out/production/SoftwareDev/softdev/Part3_interface/demo/icon/Icon.puml | a80736829b231eab370d9be94d4c6713bcb8ce19 | [] | no_license | Godblessr/SoftwareDev | aa3d753bbdc6ef96e43e5b70097d28b38af47255 | 553af53bebf30e2d7c4b31390034188fdcc825b3 | refs/heads/master | 2023-06-02T14:03:56.008281 | 2021-06-15T22:23:06 | 2021-06-16T14:37:17 | 339,664,845 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,947 | puml | @startuml
class softdev.Part3_interface.demo.icon.MyIcon2 {
+ void paintIcon(Component,Graphics,int,int)
+ int getIconWidth()
+ int getIconHeight()
}
class softdev.Part3_interface.demo.icon.MyIcon {
+ void paintIcon(Component,Graphics,int,int)
+ int getIconWidth()
+ int getIconHeight()
}
class softdev.Part3_interface.demo.icon.MarsIcon {
- int size
+ <<Create>> MarsIcon(int)
+ <<Create>> MarsIcon()
+ void paintIcon(Component,Graphics,int,int)
+ int getIconWidth()
+ int getIconHeight()
}
class softdev.Part3_interface.demo.icon.Moonicon {
+ void paintIcon(Component,Graphics,int,int)
+ int getIconWidth()
+ int getIconHeight()
}
class softdev.Part3_interface.demo.icon.EarthIcon {
+ void paintIcon(Component,Graphics,int,int)
+ int getIconWidth()
+ int getIconHeight()
+ void blablabla()
}
class softdev.Part3_interface.demo.icon.IconInterfaceDemo {
+ {static} void main(String[])
}
class softdev.Part3_interface.demo.icon.MouseListenerDemo2 {
+ void mouseClicked(MouseEvent)
+ void mousePressed(MouseEvent)
+ void mouseReleased(MouseEvent)
+ void mouseEntered(MouseEvent)
+ void mouseExited(MouseEvent)
}
class softdev.Part3_interface.demo.icon.MouseListenerDemo {
+ void mouseClicked(MouseEvent)
+ void mousePressed(MouseEvent)
+ void mouseReleased(MouseEvent)
+ void mouseEntered(MouseEvent)
+ void mouseExited(MouseEvent)
}
softdev.Part3_interface.demo.icon.Icon <|.. softdev.Part3_interface.demo.icon.MyIcon2
softdev.Part3_interface.demo.icon.Icon <|.. softdev.Part3_interface.demo.icon.MyIcon
softdev.Part3_interface.demo.icon.Icon <|.. softdev.Part3_interface.demo.icon.MarsIcon
softdev.Part3_interface.demo.icon.Icon <|.. softdev.Part3_interface.demo.icon.Moonicon
softdev.Part3_interface.demo.icon.Icon <|.. softdev.Part3_interface.demo.icon.EarthIcon
java.awt.event.MouseListener <|.. softdev.Part3_interface.demo.icon.MouseListenerDemo2
java.awt.event.MouseListener <|.. softdev.Part3_interface.demo.icon.MouseListenerDemo
@enduml | false | true | false | false | class |
ba28ad011e7c0493226530c3aca1ba0e5633fb9f | 71b2b850f26a7aff13ad816e58b8a0e78bf7f16f | /distribution/aws-20210131/Category/Analytics.puml | ec77da72500ea7b0e2a6b5a05648a83f7ab6698b | [
"MIT"
] | permissive | VinayaSathyanarayana/plantuml-libs | 3af384f3c7c471f928f48a9c6c7087586b9ad74e | d15f62139a69c281047469db46dcfd8d32cfadd1 | refs/heads/master | 2023-08-16T08:28:18.839481 | 2021-09-25T13:17:07 | 2021-09-28T14:13:42 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,026 | puml | ' definition of the Item aws-20210131/Category/Analytics
sprite $AnalyticsXs [10x10/16z] HOh70S0m4C8ITt7xp-jUU05IVW5ApsgxwbQD-g-cpy5gIyYc48BtaCtcEzkk3G
sprite $AnalyticsSm [12x12/16z] JOpN0G0X2CMkyyh--nvsyvKe43jCKAY-GiHRA27TzUURVaLtlHTPtBgX_0aMZthlphIjX2m-elYA7m
sprite $AnalyticsMd [16x16/16z] NSx70S0W34FHL3io--yRYGx_zfG2lWVrbTmlUGnqB0CT-DvITTpr3Pjjnt3Gjs7unGKK9zeHa24dNCxCx07aCDs4NSLSSc2tF8RiCSZtqla3
sprite $AnalyticsLg [20x20/16z] {
RSp50G0W30H1F5pelrxSOPyJeL_QRfcI98UQxn6HghRZj1sBCU3dmuB567fkkc6i6ndt6AJUZG47unrsOq6AWCCKe-QmB5UDW68X23sJ7gZ6ojIoAHIZaECM
WCTujwa_ushgBG4
}
!procedure Analytics($id, $name="", $tech="")
IconElement($id, 'IconElement', 'aws-20210131/Category/Analytics', $name, $tech)
!endprocedure
!procedure AnalyticsCard($id, $funcName="", $content="")
IconCardElement($id, 'IconCardElement', '<$AnalyticsLg>', '', $funcName, $content)
!endprocedure
!procedure AnalyticsGroup($id, $name='Analytics', $tech='')
IconGroupElement($id, 'Analytics', '<$AnalyticsLg>', $name, $tech)
!endprocedure
| false | true | false | false | class |
b9f2925e4f6ab81757ac9f40f8f5cd9f91384c6a | 16f4ca2e7bebef5dd0d29f3e0eed75ce51e08931 | /src/diagrams/class/domain.plantuml | 3dc02e9ccb2ebcf9beba5690af6063274a4aba9f | [] | no_license | pedro21900/lab-dev-extreme-archtype | 8ab43f0da395055ad93a504eff7395fb77f175ae | cad29bb6a8701b4461c6ad2e6bdfebfc0a733548 | refs/heads/main | 2023-07-08T06:14:12.817866 | 2021-08-16T15:15:09 | 2021-08-16T15:15:09 | 396,849,141 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 886 | plantuml | 'Diagrama de classe das classes de dominio do projeto. As classes devem ser
'definidas obrigatóriamente dentro da diretiva package.
@startuml
skinparam linetype ortho
package "br.jus.tre_pa.app.domain" {
' class Pessoa {
' -id: Long
' -nome: String
' -dtNascimento: LocalDate
' }
'
' class PontoTransmissao {
' -id: Long
' -nome: String
' -endereco: String
' }
'
' class LocalVotacao {
' -id: Long
' -codObj: Integer
' -numero: Integer
' -cep: String
' }
'
' class Zona {
' -id: Long
' -numero: Integer
' -sigla: String
' }
'
' class Municipio {
' -id: Long
' -nome: String
' }
}
'PontoTransmissao "1" --> "1..*" LocalVotacao
'PontoTransmissao "0..*" --> "1" Zona
'PontoTransmissao "1" --> "0..1" Pessoa
'Zona "1..*" --> "1..*" Municipio
@enduml | false | true | true | false | uml-unknown |
7e8ff1a2250fd69bfcd45ce1a8635965a005c439 | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/order/media/src/serviceOrderModel.puml | 543c253457721a534c43297fcd219db2793d3480 | [
"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 | 3,428 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class ServiceOrder_Common {
coordinatedAction: OrderCoordinatedAction
description: string
externalId: string
requestedCompletionDate*: date-time
requestedStartDate*: date-time
}
class ServiceOrder_Create {
}
ServiceOrder_Common <|-- ServiceOrder_Create
' ServiceOrder_Common *-->"*" OrderCoordinatedAction : coordinatedAction
ServiceOrder_Common *-->"*" Note_BusSof : note
ServiceOrder_Common *-->"*" ServiceOrderRelationship : orderRelationship
ServiceOrder_Common *-->"*" RelatedContactInformation : relatedContactInformation
class ServiceOrder {
href: uri
id*: string
completionDate: date-time
expectedCompletionDate: date-time
startDate: date-time
state*: ServiceOrderStateType
orderDate*: date-time
}
ServiceOrder_Common <|-- ServiceOrder
ServiceOrder *-->"1..*" ServiceOrderItem : serviceOrderItem
ServiceOrder_Create *-->"1..*" ServiceOrderItem_Create : serviceOrderItem
class Note_BusSof {
author*: string
date*: date-time
id*: string
source*: BusSofType
text*: string
}
class ServiceOrderRef {
href: string
id*: string
}
class ServiceOrderRelationship {
relationshipType*: string
}
ServiceOrderRelationship *-->"1" ServiceOrderRef : serviceOrder
class ServiceOrderItem_Common {
id*: string
action*: ServiceActionType
coordinatedAction: OrderItemCoordinatedAction
}
' ServiceOrderItem_Common *-->"*" OrderItemCoordinatedAction : coordinatedAction
ServiceOrderItem_Common *-->"*" Note_BusSof : note
ServiceOrderItem_Common *-->"1" ServiceValue : service
ServiceOrderItem_Common *-->"*" ServiceOrderItemRelationship : serviceOrderItemRelationship
class ServiceOrderItem_Create {
}
ServiceOrderItem_Common <|-- ServiceOrderItem_Create
class ServiceOrderItem {
state*: ServiceOrderStateType
}
ServiceOrderItem *-->"*" TerminationError : terminationError
ServiceOrderItem_Common <|-- ServiceOrderItem
class TerminationError {
code: Error422Code
propertyPath: string
value: string
}
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
postalAddress: FieldedAddressValue
role*: string
}
class ServiceOrderItemRelationship {
relationshipType*: string
}
ServiceOrderItemRelationship *-->"1" ServiceOrderItemRef : orderItem
class ServiceOrderItemRef {
itemId*: string
serviceOrderHref: string
serviceOrderId: string
}
class ServiceRef {
href: string
id*: string
}
class ServiceValue {
href: string
id: string
description: string
externalId: string
startDate: date-time
endDate: date-time
state: ServiceStateType
serviceType: string
name: string
}
ServiceValue *-->"*" Note_BusSof : note
ServiceValue *-->"*" ServiceRelationship : serviceRelationship
ServiceValue *-->"*" RelatedContactInformation : relatedContactInformation
ServiceValue *-->"*" RelatedPlaceRefOrValue : place
ServiceValue *--> MefServiceConfiguration : serviceConfiguration
class ServiceRelationship {
relationshipType*: string
}
ServiceRelationship *--> "1" ServiceRef : service
class RelatedPlaceRefOrValue {
@type*: string
@schemaLocation: uri
role*: string
}
class MefServiceConfiguration {
@type*: string
}
@enduml
| false | true | false | false | sequence |
7048afd09550dcc186fab5238bce3101374abbe7 | a81e562f727c45dbbca8c325630d0e26005d651c | /docs/plantuml/components/InspectionPlanWorker.puml | cc791d3d479145c275b35dc19595026638ef787d | [] | no_license | kelvinleclaire/PA2 | 46768de9af832d892812d39b248bf1636eb52db3 | 39fc53a5ecbcdecd81ace88a5f681769dc62813c | refs/heads/main | 2023-04-30T16:37:05.951439 | 2021-05-18T10:21:49 | 2021-05-18T10:21:49 | 368,485,770 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,661 | puml | @startuml
'https://plantuml.com/class-diagram
package InspectionPlanWorker {
class InspectionPlanWorker {
..props ..
inspectionPlan: IInspectionPlanFromDB
..consts ..
finishedInspectionPlan: IInspectionPlanInProgress
serialNumber: string
finalSerialNumber: string
..functions ..
showSaveToPDFButton(bool: boolean): void
saveSerialNumber(e:any): void
serialNumberInput(e:any): void
}
class InspectionPlanWorkerTable {
..props ..
valuesAndTolerances: IValuesAndTolerances[]
onEveryValueEntered: (bool: boolean, finishedValsAndTols: IValuesAndTolerances[]): void
..consts ..
valuesAndTolsInProgress: IValuesAndTolerancesInProgress[]
..functions ..
useEffect()
onValueSaveHandler(index: number, measuredValue: number)
checkIfEveryValueIsEntered()
}
class InspectionPlanWorkerTableRow {
..props ..
index: number
valueToBeMeasured: number
tolerance: number
onValueSave: (index: number, measuredValue: number):void
..consts ..
enteredValue: number
numberEntered: boolean
passfail: boolean
passfailDisplayText: string
..functions ..
useEffect();
onEnterHandler(input :string)
handleChangeEnteredValue(e: any)
calculateTolerance(valueMeasured: number, tolerance: [number,number], valueToBeMeasured: number): boolean
}
InspectionPlanWorker --> InspectionPlanWorkerTable: > uses
InspectionPlanWorkerTable --> InspectionPlanWorkerTableRow: > uses
}
InspectionPlanWorker --> PDFExport: > uses
InspectionPlanWorkerTableRow --> ReadonlyInput: > uses
InspectionPlanWorkerTableRow --> IconDisplay: > uses
@enduml
| false | true | false | false | sequence |
0d7689b846d621a90d40e508f2bfc7a48b856f07 | 8e1c5868d1fa22160f0d1ff6da1a20c402b40993 | /2017-10-scala/model/admit/application/domain.puml | 63a024f559a2ed3c16f8b4f14acb1bb24c91d715 | [] | no_license | suzuki-hoge/ddd-trial | 475f0f263ed104a7c7086352d7fe6501bb79f36f | 0844928fdef5d5bb22ead42fe66d0f5ff9d2df34 | refs/heads/master | 2021-01-18T20:52:46.381133 | 2020-03-27T08:56:37 | 2020-03-27T08:56:37 | 86,997,759 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,124 | puml | @startuml
package core {
package user {
class UserId {
- String
}
enum Course {
Free
}
}
package user_name {
class UserName {
- String first
}
}
package address {
class Address {
- String prefecture
}
}
package birth_date {
class BirthDate {
- LocalDate value
+ Bool isMinors(LocalDate now)
}
}
package mail_address {
class MailAddress {
- String value
}
}
package credit_card {
class CreditCard {
- String number
}
enum CreditCardVerificationResult {
Valid,
Invalid
}
interface CreditCardRepository {
+ CreditCardVerificationResult verify(CreditCard)
}
CreditCardRepository -right-> CreditCard
CreditCardRepository -down-> CreditCardVerificationResult
}
BirthDate -[hidden]down-> MailAddress
Address -[hidden]down-> UserName
}
package authentication {
class UserPassword {
- String
}
interface AuthenticationRepository {
+ UserId, UserPassword allocate()
+ Either[String, Unit] authenticate(UserId, UserPassword)
}
}
AuthenticationRepository --> UserId
AuthenticationRepository --> UserPassword
package admit {
package application {
class AdmitApplication {
- UserName
- Address
- BirthDate
- MailAddress
- CreditCard
+ SameUser sameUser()
+ BirthDateForAdmitApplicableCheck birthDate(now)
+ AdmittedUser apply(UserId, AdmitApplicationDateTime)
}
class AdmitApplicationDateTime {
- LocalDateTime
}
enum BirthDateForAdmitApplicableCheck {
Majors,
Minors
+ {static} of(BirthDate, now)
}
package same_user {
class SameUser {
- UserName
}
enum SameUserForAdmitApplicableCheck {
Exist,
NotExist
}
interface SameUserRepository {
+ SameUserForAdmitApplicableCheck exists(SameUser)
}
SameUserRepository -right-> SameUser
SameUserRepository -up-> SameUserForAdmitApplicableCheck
}
class AdmitApplicablePolicy {
+ {static] Either[RejectReason, Unit] check(BirthDateForSUAC, () => CreditCardVerificationResult, () => SameUserForAdmitApplicableCheck)
}
AdmitApplicablePolicy -up-> CreditCardVerificationResult
AdmitApplicablePolicy -left-> BirthDateForAdmitApplicableCheck
AdmitApplicablePolicy -down-> SameUserForAdmitApplicableCheck
AdmitApplication --> SameUser
AdmitApplication -up-> BirthDateForAdmitApplicableCheck
AdmitApplication --> AdmitApplicationDateTime
}
package _user {
class AdmittedUser<<UserEntity>> {
- UserId
- UserName
- Address
- BirthDate
- MailAddress
- Course
- AdmitApplicationDateTime
}
interface AdmittedUserRepository {
+ admit(AdmittedUser)
}
AdmittedUserRepository -right-> AdmittedUser
}
AdmitApplication -left-> AdmittedUser
package error {
enum RejectReason {
MinorsCannotApply,
InvalidCreditCard,
AlreadyAdmitted
}
}
AdmitApplicablePolicy -right-> RejectReason
}
@enduml | false | true | true | false | class |
355ef7d21ba83601afbf928f12241064e27e97cd | c815f9c82c1400f76243750cd0ec609d217b9943 | /template-method/etc/template-method.urm.puml | c2c6045fe4043ec8806cbf5cada4c702c7251598 | [
"MIT"
] | permissive | mikulucky/java-design-patterns | 6ab10e9e5c95b6caffebf045d37d04a1571bc0cd | cbbf3bf08842723964719ed7d8ab92864ec5a58d | refs/heads/master | 2021-01-17T23:34:49.962450 | 2016-09-28T19:54:28 | 2016-09-28T19:54:28 | 48,302,802 | 1 | 1 | null | 2016-01-02T23:58:44 | 2015-12-20T01:00:47 | Java | UTF-8 | PlantUML | false | false | 895 | puml | @startuml
package com.iluwatar.templatemethod {
class HitAndRunMethod {
+ HitAndRunMethod()
# confuseTarget(target : String)
# pickTarget() : String
# stealTheItem(target : String)
}
class HalflingThief {
- method : StealingMethod
+ HalflingThief(method : StealingMethod)
+ changeMethod(method : StealingMethod)
+ steal()
}
abstract class StealingMethod {
+ StealingMethod()
# confuseTarget(String) {abstract}
# pickTarget() : String {abstract}
+ steal()
# stealTheItem(String) {abstract}
}
class SubtleMethod {
+ SubtleMethod()
# confuseTarget(target : String)
# pickTarget() : String
# stealTheItem(target : String)
}
class App {
+ App()
+ main(args : String[]) {static}
}
}
HalflingThief --> "-method" StealingMethod
HitAndRunMethod --|> StealingMethod
SubtleMethod --|> StealingMethod
@enduml | false | true | false | false | class |
05be3544280514f7a205c3766da00c71ae935c97 | c592ac18df1efc2d1f8c6d74e3982a4031892861 | /workshop1/uml/domain-model_2.puml | 298c2960dae8bd591e841b4014caaeb874ca954e | [] | no_license | jonasjberg/1dv607_workshops | ffac12c9258ac79e17c13a785ec032c55d4e5688 | d735dae6fa5dd7534f14566182b4a12b70baff59 | refs/heads/master | 2021-08-11T04:01:01.074775 | 2017-11-13T05:51:26 | 2017-11-13T05:51:26 | 103,867,858 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,039 | puml | ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 1DV607 -- Object-Oriented Design and Analysis with UML
' Workshop 1: Domain Modeling
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Created by Jonas Sjöberg (js224eh) on 2017-09-04.
' Linnaeus University
' ""js224eh@student.lnu.se""
' ""http://www.jonasjberg.com""
' ""https://github.com/jonasjberg""
@startuml
' ______________________________________________________________________________
' ____ CONFIGURATION OPTIONS ___________________________________________________
' debug flag creates a 'svek.dot' and 'svek.svg' file in ~/
' !pragma svek_trace on
skinparam {
monochrome true
'backgroundColor transparent
classBackgroundColor transparent
style strictuml
}
' ______________________________________________________________________________
' ____ USECASE DIAGRAM _________________________________________________________
header
1DV607 - Workshop 1: Domain Modeling
Jonas Sjöberg <""js224eh@student.lnu.se"">
end header
title \nDomain Model #2\n(Requirements for grade 3)\n
agent Administrator
agent Member
agent Treasurer
agent Secretary
agent Berth
agent Boat
agent BoatInformation
agent Calendar
agent Event
agent Fee
agent Registration
agent AssignmentRules
agent PaymentServiceProvider
BoatInformation -> Boat : describes
Treasurer --|> Administrator
Secretary --|> Administrator
Administrator "1..*" --> "1" Calendar : manages
Administrator "1..*" --> "1" AssignmentRules : manages
Administrator "1..*" -> "1" Registration : approves
Boat "0..*" <- "1" Member : owns
Member "1" --> "0..*" Registration : applies for
Registration <-- Fee : Paid By
Registration "1" --> "1" Boat
'Registration "1" -> "1" Berth : reserves
Berth "1" <-- "1" Registration : reserves
Event "0..*" <- "1..*" Calendar : Contains
Boat ..> AssignmentRules
AssignmentRules ..> Berth : delegates
Fee <-- PaymentServiceProvider : transferred by
Member --> PaymentServiceProvider : pays dues
Administrator --> PaymentServiceProvider : manages
@enduml
| false | true | true | false | sequence |
00e752f46e0f8286e5686da94654641155bbd679 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/green/1160815/sp1/us.puml | e31797a0c7ef91650858a5baa4297b34ad79d50c | [] | 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 | 205 | puml | @startuml us.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
Actor User
User -> US: AddMessage
@enduml | false | true | false | false | sequence |
b38b5368c3e161452bf7edbc5f3a9353e6739944 | f8a1ba4ac815ee086c5291eb949fd7ec6aebb6c7 | /Barricade/Models/PlayerPiece.puml | 6146f21093664959d9a99e4384f35b8735559275 | [] | no_license | Evert-Arends/barricadegameModel3 | f7def3f2fd0dead5cc7807c488617505fb664ef5 | 98fa3d1e396ca133c424f459ea576086d0840814 | refs/heads/master | 2023-03-02T21:33:43.122111 | 2021-02-11T13:06:54 | 2021-02-11T13:06:54 | 337,192,542 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 278 | puml | @startuml
class PlayerPiece {
+ <<override>> MoveAllowed(fieldTo:Field, die:Die) : bool
+ <<override>> NextPiece(die:Die) : Piece
+ PlayerPiece(name:string)
}
Piece <|-- PlayerPiece
PlayerPiece --> "StartField" StartField
PlayerPiece --> "PieceOwner" Player
@enduml
| false | true | false | false | class |
c55dec4aa1aee5c705443a4c3f5dfbfa77adcf3e | 186819bc98500f794e563bd3ba5a23073756a2ba | /PSP2/Hospital/src/main/java/com/hospital/Hospital/repository/doctorRepository/doctorRepository.plantuml | 32f164d7823967466b16b13a1e1db74b6188ef9c | [] | no_license | macro161/PSP | 0e53943e4f8568b2c4b788524dc9e12f276d5c9e | 7e5e094bbe42af30006fb28d541229dea4efb610 | refs/heads/master | 2020-03-30T08:04:17.541705 | 2018-12-07T20:24:18 | 2018-12-07T20:24:18 | 150,986,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 603 | plantuml | @startuml
title __DOCTORREPOSITORY's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.repository.doctorRepository {
interface DoctorRepository {
{abstract} + getDoctorById()
{abstract} + createDoctor()
{abstract} + getAllDoctors()
{abstract} + deleteDoctor()
{abstract} + updateDoctor()
}
}
}
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 |
279d1ba257ac6393d79b6dfb65eefc9187700ffc | 40dff9f3accaa74abc586113fbe434a6a47073b4 | /src/main/java/com/kiran/design/solid/c/lsp/breaking_lsp.puml | 8fde866a1a3122440a1f957e5ba9735630d88882 | [] | no_license | kiranprakashb/design-core-java | 05eac64aa217bf9acbbda21dcd7b98e56e558f20 | 2c661c0d2e0506b7fa547395527422205c4cd50e | refs/heads/main | 2023-03-04T01:24:55.516348 | 2021-02-17T19:24:51 | 2021-02-17T19:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 511 | puml | @startuml
'https://plantuml.com/class-diagram
class BankingAppWithdrawalService
class Account {
deposit(BigDecimal)
withdraw(BigDecimal)
}
class CurrentAccount {
deposit(BigDecimal)
withdraw(BigDecimal)
}
class SavingsAccount {
deposit(BigDecimal)
withdraw(BigDecimal)
}
class FixedTermDepositAccount {
deposit(BigDecimal)
withdraw(BigDecimal) - not supported
}
BankingAppWithdrawalService ..> Account
Account <|-- CurrentAccount
Account <|-- SavingsAccount
Account <|.. FixedTermDepositAccount
@enduml | false | true | false | false | class |
a7aa02b693e71de36d27b7d2eebd85adea5d54b3 | d10503f47377addd953c47db621947c28060f809 | /Mediator/uml/MediatorSequenceDiagram.puml | f4d9f7b0f6364fca8452b7e01de744bc5d56c036 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,371 | puml | @startuml
actor main
create LittleBank << (C,#ADD1B2) >>
main -> LittleBank : new()
create LittleBankServiceOrganizer << (C,#ADD1B2) >>
LittleBank -> LittleBankServiceOrganizer : new()
LittleBank -> LittleBankServiceOrganizer : createBankEntities()
create BankEntity << (A,#A9DCDF) >>
activate LittleBankServiceOrganizer
loop
create Queue << (C,#ADD1B2) >>
LittleBankServiceOrganizer -> Queue : new(this)
end
loop
create Teller << (C,#ADD1B2) >>
LittleBankServiceOrganizer -> Teller : new(this)
end
deactivate LittleBankServiceOrganizer
LittleBank -> LittleBankServiceOrganizer : getQueueNumber()
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
LittleBank -> LittleBankServiceOrganizer : getTellerNumber()
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
main -> LittleBank : showStatus()
== Start of show status ==
activate LittleBank
LittleBank -> LittleBankServiceOrganizer : getTellerNumber()
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
loop
LittleBank -> LittleBankServiceOrganizer : getTeller(i)
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
LittleBank -> Teller : isFree()
activate Teller
LittleBank <-- Teller
deactivate Teller
end
LittleBank -> LittleBankServiceOrganizer : getQueueNumber()
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
loop
LittleBank -> LittleBankServiceOrganizer : getQueue(i)
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
LittleBank -> Queue : getSize()
activate Queue
LittleBank <-- Teller
deactivate Queue
end
deactivate LittleBank
== End of show status ==
main -> LittleBank : customerArrive(1)
== Start of object interaction ==
activate LittleBank
LittleBank -> LittleBankServiceOrganizer : getQueue(i)
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
LittleBank -> Queue : enqueue()
activate Queue
Queue -> BankEntity : changed()
activate BankEntity
BankEntity -> LittleBankServiceOrganizer : entityChanged(this)
deactivate BankEntity
activate LittleBankServiceOrganizer
LittleBankServiceOrganizer -> LittleBankServiceOrganizer: Check case
alt Is Teller
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getQueue(index)
LittleBankServiceOrganizer -> Queue : getSize()
LittleBankServiceOrganizer <-- Queue
alt Size is more than zero
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getTeller(index)
LittleBankServiceOrganizer -> Teller : initService(queue)
activate Teller
Teller -> Queue : dequeue()
deactivate Teller
else Check another queue
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getTeller(index)
LittleBankServiceOrganizer -> Teller : initService(queue)
activate Teller
Teller -> Queue : dequeue()
deactivate Teller
end
else Is Queue
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getTeller(index)
LittleBankServiceOrganizer -> Teller : isFree()
activate Teller
LittleBankServiceOrganizer <-- Teller
deactivate Teller
alt Teller is free
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getTeller(index)
LittleBankServiceOrganizer -> Teller : initService(queue)
activate Teller
Teller -> Queue : dequeue()
deactivate Teller
else Check another teller
LittleBankServiceOrganizer -> LittleBankServiceOrganizer : getTeller(index)
LittleBankServiceOrganizer -> Teller : initService(queue)
activate Teller
Teller -> Queue : dequeue()
deactivate Teller
end
end
deactivate LittleBankServiceOrganizer
deactivate Queue
deactivate LittleBank
== End of object interaction ==
group Show status process is shown above
main -> LittleBank : showStatus()
activate LittleBank #39EE39
deactivate LittleBank
end
main -> LittleBank : endService(1)
activate LittleBank
LittleBank -> LittleBankServiceOrganizer : getTeller(index)
activate LittleBankServiceOrganizer
LittleBank <-- LittleBankServiceOrganizer
deactivate LittleBankServiceOrganizer
LittleBank -> Teller : endService()
activate Teller #39EE39
group Changed process is shown above
Teller -> BankEntity : changed()
activate BankEntity #39EE39
deactivate BankEntity
end
deactivate Teller
deactivate LittleBank
group Show status process is shown above
main -> LittleBank : showStatus()
activate LittleBank #39EE39
deactivate LittleBank
end
@enduml | false | true | false | false | usecase |
11cb22d0c70fcc72e7e8c04398a43d55b4b70092 | 61e790dd0adb319cc86cc2a12378af39d1b74dea | /use-cases/Population_of_people_living_in_cities_and_not_use-case_diagram.puml | f0e00b83257d93bf2d2f70930be9b42bac2a4b9e | [
"Apache-2.0"
] | permissive | Team-3-DevOps/coursework | 675abe53fa51fdaf9d17da3119b380f7e1677802 | c257d4b3262ba9ef61acee6ea84e44721830ba32 | refs/heads/master | 2022-07-04T09:33:46.037291 | 2020-02-08T04:10:01 | 2020-02-08T04:10:01 | 232,726,488 | 2 | 2 | Apache-2.0 | 2022-06-21T02:40:55 | 2020-01-09T05:03:27 | TSQL | UTF-8 | PlantUML | false | false | 1,017 | puml | @startuml
actor user as "The user"
rectangle Database
rectangle "Population of people, people living in cities and people not liviing report function" {
usecase country as "Choose country"
usecase continent as "Choose continent"
usecase region as "Choose region"
usecase cc as "choose category"
usecase getcontinent as "Get the population of people, people living in cities,
and people not living in cities in each continent"
usecase getregion as "Get the population of people, people living in cities,
and people not living in cities in each region"
usecase getcountry as "Get the population of people, people living in cities,
and people not living in cities in each country"
user -- getcontinent
user -- cc
cc <.. country : include
cc <.. region : include
cc <.. continent : include
user -- getcountry
user -- getregion
getcontinent -- Database
getregion -- Database
getcountry ---Database
cc --- Database
}
@enduml | false | true | false | false | usecase |
7e961cf64f8df3f726ae182af34264e3cf903820 | 6f19b616067cdf376f88ea86db3c1ac81f985ba2 | /Diagrams/SpaceObject.puml | c5059c3c09ab6247fdb3ae6733b63bfae253ffaa | [] | no_license | eidng8/Space-Flight-Unity | 15b32e501b5a22d942b6bce4fb01a929560b7715 | ecee704f22482da949db840be3fe0d716b6e9c32 | refs/heads/master | 2020-12-01T06:00:44.194910 | 2020-01-14T13:05:20 | 2020-01-14T13:05:20 | 230,571,426 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 474 | puml | @startuml
class MonoBehaviour
abstract class SpaceObject {
# Body : RigidBody
+ Configure(IConfigurable) : void
}
SpaceObject --|> MonoBehaviour
abstract class IMovableObject {
{readonly} speed : float
{readonly} velocity : Vector3
{readonly} acceleration : float
{readonly} maxForward : float
{readonly} maxReverse : float
{readonly} maxPan : float
{readonly} maxTorque : float
Move(Vector3, Vector3) : void
}
@enduml | false | true | true | false | class |
f2977b51b34a89e31859c388982fe84e88fa4a1d | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Activation/ActivationTrack.puml | 386bd2904c65541ba2bb48ee61b096a4943aa6ef | [] | 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 | 572 | puml | @startuml
class ActivationTrack {
+ <<override>> CreateTrackMixer(graph:PlayableGraph, go:GameObject, inputCount:int) : Playable
+ <<override>> GatherProperties(director:PlayableDirector, driver:IPropertyCollector) : void
}
enum PostPlaybackState {
Active,
Inactive,
Revert,
LeaveAsIs,
}
TrackAsset <|-- ActivationTrack
ActivationTrack o-> "m_PostPlaybackState" PostPlaybackState
ActivationTrack --> "m_ActivationMixer" ActivationMixerPlayable
ActivationTrack --> "postPlaybackState" PostPlaybackState
ActivationTrack +-- PostPlaybackState
@enduml
| false | true | false | false | class |
e9d61aa5ba788234b4ef4f0db635cc82c81192b6 | c437babbf31fdf89cd055b6f569c4db3f064338e | /files/figures/data-flow.puml | 8c80579414386a65838346ab6767616d09e92b0f | [
"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 | 1,299 | puml | @startuml
footer: **Figure 3: Data Flow Model**
rectangle "covid19.csv" as csv
(Load CSV into DataFrame) as load
node "DataFrame (Spark 2.0)" as df
node "RDD (Spark 1.0)" as rdd
(Simple Conversion if Necessary) as convert
csv --> load
load --> df
convert .up.> rdd
convert .right.> df
cloud "Is Schema correct?" as check
(Define Schema explicitly) as schema
cloud "Are there null values?" as null
(Filter null values) as filter
df --> check
check -right-> schema : "No"
schema -left-> load
check -down->null : "Yes"
null -right-> filter : "Yes"
(Group by 'location') as group
(Aggregate max 'total_deaths') as agg
(Find highest 'total_cases') as max
(Find lowest 'total_cases') as min
df ..> null
null ..> group
group ..> agg
null --> group : "No"
filter --> group
group --> agg
group -up-> max
group -left-> min
cloud "Highest 'total_deaths' for Sweden?" as sweden
agg ..> sweden
agg --> sweden
rectangle "986" as wrong
note right
Incorrect -- this is the answer
you get if 'total_deaths' is treated
as a String rather than Integer
end note
sweden ..> wrong
wrong ..> schema
rectangle "5918" as correct
note right
Correct!
end note
sweden --> correct
rectangle "United States (8779653)" as usa
rectangle "Montserrat (13)" as montserrat
max --> usa
min --> montserrat
@enduml
| false | true | false | false | sequence |
8850072ea5736143b8ba99261778d191bc8e3d16 | e95f543abae68daf66a319d2191fdf5c7d06f325 | /uml/module.plantuml | c43b1b791227b585f36be845192cee823efe1bcb | [
"Apache-2.0"
] | permissive | ffc-nectec/entities | b3bd479c51c12ce60f7a9a0d6b2f6374af83bb11 | 6ec51b8cd89c3f9a26548fd0d25e1f5583df1ce8 | refs/heads/master | 2021-07-02T01:44:25.660575 | 2019-05-02T08:23:21 | 2019-05-13T06:55:57 | 137,706,528 | 0 | 0 | Apache-2.0 | 2020-08-24T03:03:10 | 2018-06-18T03:30:20 | Kotlin | UTF-8 | PlantUML | false | false | 250 | plantuml | @startuml
skinparam monochrome true
rectangle "FFC" {
[AirSync]
[App]
[API]
[Entity]
}
[JHCIS] -> [AirSync]
[App] --> [API]
[AirSync] --> [API]
[API] --> [Entity]
[App] --> [Genogram]
[API] -> [Genogram]
[App] -> [TAI/ADL]
@enduml
| false | true | false | false | uml-unknown |
eec59cb568cc71f4bbe420c631f47d6200f36c1d | c6161c5cabf2403e086cbbf702d1245e7953558c | /Smith-cop3330-assignment3/Diagrams/diagram43.puml | 9d403d18cf873f5b35dd454526ca89af33dcd01a | [] | no_license | hunters3211/Java-Projects | 8fb9d736ada0e8bc32cb7a9def360ef440cd6750 | d855a70f3483b9fb365839b304465d9e6af8fd52 | refs/heads/main | 2023-08-21T18:51:40.369991 | 2021-10-12T19:03:09 | 2021-10-12T19:03:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 223 | puml | @startuml
class app{
user input
}
class generateOutput{
makeHtml
makeCSS
makeJS
}
class SkeletonInfo{
wantsJS
wantsCSS
}
app o-> SkeletonInfo
app o-> generateOutput
SkeletonInfo o--> generateOutput
@enduml | false | true | false | false | class |
4fb546b5061e6a09f0883ae476a1cd5fa0a5bd84 | 25565dc5e332bfcc9a7fe427aa599133eb4e25a2 | /docs/architecture/diagrams/useCases/6-consume_api.puml | 938a34bc26e256de487c5972133221ad23b8ba1e | [
"Apache-2.0"
] | permissive | bank-io/open-banking-gateway | ba27c5ae5c9d2bf073a8c754d136b64dedc4e5b3 | 37ad1b2aaf681fceebd11ce3a2126ae3dd5df71a | refs/heads/master | 2022-04-11T12:44:20.181909 | 2020-01-20T14:19:26 | 2020-01-20T14:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,430 | puml | @startuml
autonumber 10 10 "<b><color blue>[BankingService-000]"
actor psu
box "PsuUserAgent" #LightGray
participant "FinTechUI" as FinTechUI
'participant "ConsentAuthorisationUI" as ConsentAuthorisationUI
'participant "OnlineBankingUI" as OnlineBankingUI
end box
box "FinTechDC" #DarkSeaGreen
participant "FinTechApi" as FinTechApi
end box
box "TppDC" #LightGray
participant "TppBankingApi" as TppBankingApi
'participant "TppBankSearchApi" as TppBankSearchApi
'participant "ConsentAuthorisationApi" as ConsentAuthorisationApi
participant "BankingProtocol" as BankingProtocol
participant "RedirectSessionStoreApi" as RedirectSessionStoreApi
end box
box "AspspDC" #LightSkyBlue
participant "AspspBankingApi" as AspspBankingApi
'participant "OnlineBankingApi" as OnlineBankingApi
end box
== Execute PSU transaction display request : call[header](body)<params> return code[header](body) ==
FinTechUI -> FinTechApi ++ : GET:FinTech-Redirect-URI[UserAgentContext,\nFinTechConsentSessionCookie]()\n<redirectCode,finTechConsentSessionState>
FinTechApi -> FinTechApi : validateRedirectCall\n(finTechConsentSessionState,FinTechConsentSessionCookie)
FinTechApi -> TppBankingApi ++ : GET:code2Token[UserAgentContext,\nFinTechContext]\n()<redirectCode>
autonumber 40 1 "<b><color blue>[BankingService-000]"
TppBankingApi -> BankingProtocol ++ : code2Token(redirectCode)
BankingProtocol -> RedirectSessionStoreApi ++ : redirectSession(redirectCode)
RedirectSessionStoreApi -> RedirectSessionStoreApi : loadDeryptDeleteRedirectSession\n(redirectCode):TppConsentSession
return TppConsentSession
return TppConsentSession
TppBankingApi -> TppBankingApi: TppConsentSession.PsuConsentSession()
return PsuConsentSession
autonumber 50 10 "<b><color blue>[BankingService-000]"
FinTechApi -> FinTechApi : storePsuConsent(PsuConsentSession)
loop FinTech2TppConsentToken.isValid()
autonumber 60 1 "<b><color blue>[BankingService-000]"
FinTechApi -> TppBankingApi ++ : POST:listTransactions[PsuConsentSession](requestSpec)
TppBankingApi -> BankingProtocol ++ : listTransactions[TppConsentSession]\n(requestSpec)
BankingProtocol -> AspspBankingApi ++ : listTransactions[TppContext](AisConsent, requestSpec)
return 200_OK[](Transactions)
return 200_OK[](Transactions)
return 200_OK[](Transactions)
end
return 200_OK[](Transactions)
FinTechUI --> psu : displayTransactions()
@enduml
| false | true | false | false | usecase |
dde3a1de75afa3ce82649e825c3ae251e96c325e | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Blue.puml | 03175eef912917b8e80626f1a489dab51aade9d7 | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 301 | puml | @startuml
skinparam ClassBackgroundColor #Blue
skinparam ClassFontColor #Blue
skinparam ClassBorderColor #Blue
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
dabe6f8d7a0c7783c4ed8206fde3dacb861273ec | 15c194cad2dfce848a5aa87c68e554153d4a12f3 | /deps.s360.puml | 7876d89c2be57b0854c1e861d1dfd8475fee3e0d | [] | no_license | iVariable/Highfive | a58ce9caa34463e341037bbbdc27aee860428f8a | a1f8c03f52c405cd79752586aaa645ca88361c37 | refs/heads/master | 2023-04-19T08:45:18.432022 | 2021-05-06T09:18:38 | 2021-05-06T09:18:38 | 288,934,732 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 159 | puml | @startuml
title Highfive GChat bot
node "Highfive GChat bot" as Highfive {
}
cloud GoogleChatBotAPI {
}
GoogleChatBotAPI --> Highfive : GChat events
@enduml | false | true | false | false | sequence |
81f2656da6230a6e924e0ee33c64c924d6280a8a | 99fd128e25c1aef4813198b9594d1366b6e23943 | /Techs/software-craft/know-design/design-pattern/structural-patterns/facade/facade_class.puml | 488c04b2544278cdefce04acb3043ee3a7ec0bd5 | [] | no_license | tcfh2016/knowledge-map | 68a06e33f8b9da62f9260035123b9f86850316f0 | 23aff8bf83c07330f1d6422fc6d634d3ecf88da4 | refs/heads/master | 2023-08-24T19:14:58.838786 | 2023-08-13T12:04:37 | 2023-08-13T12:04:45 | 83,497,980 | 2 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
class Facade
Client -> Facade
class A
class B
class C
class D
Facade -- A
Facade -- B
B -- C
Facade -- C
Facade -- D
@enduml
| false | true | false | false | class |
fef1aabad0b0fdad399b51251fa2d2ef8df563fb | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin tu/RestoreSuratMasuk.puml | d8d6a1302b52df528e7a588ff0bf7d8def5fd207 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 781 | puml | @startuml
autonumber
hide footbox
title Mengembalikan Surat Masuk
Actor AdminTU
boundary Dashboard_V
boundary Trash_V
control Admin_C
control SuratMasuk_C
Entity SuratMasuk_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdminTU: Halaman Dashboard
AdminTU --> Dashboard_V: klik menu Trash Surat Masuk
Dashboard_V --> SuratMasuk_C: trash()
SuratMasuk_C --> SuratMasuk_E:
SuratMasuk_E --> SuratMasuk_C:
SuratMasuk_C --> Trash_V: load->view()
Trash_V --> AdminTU: Halaman Trash Surat Masuk
AdminTU --> Trash_V: klik tombol Restore Surat Masuk
Trash_V --> SuratMasuk_C: restoremail()
SuratMasuk_C --> SuratMasuk_E:
SuratMasuk_E --> SuratMasuk_C:
SuratMasuk_C --> Trash_V: load->view()
Trash_V --> AdminTU: Halaman Trash Surat Masuk
@enduml | false | true | false | false | sequence |
8a99ea2b1c3856e0c2f755b340bbfc5dcdfd7586 | 1d249b8007ad27b6bdb24e0753bc0b457cce45e4 | /docs/PyAMS layers.puml | 581394f2a29b7b2ab9bd382eb46744147c275d15 | [
"ZPL-2.1"
] | permissive | Py-AMS/pyams-layer | 75116a835b23ca808d3c33cadf76d4125f9683b6 | 48d506cf645236ac5282c24dafc059c569818eb5 | refs/heads/master | 2022-05-05T05:10:47.840553 | 2022-04-16T15:39:48 | 2022-04-16T15:39:48 | 234,533,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
interface Interface
package PyAMS_layer {
interface IBaseLayer
Interface <|-- IBaseLayer
interface IFormLayer
Interface <|-- IFormLayer
interface IPyAMSLayer
IBaseLayer <|-- IPyAMSLayer
IFormLayer <|-- IPyAMSLayer
interface IPyAMSUserLayer
IPyAMSLayer <|-- IPyAMSUserLayer
}
package PyAMS_zmi {
interface IAdminLayer
IPyAMSLayer <|-- IAdminLayer
}
package PyAMS_default_theme {
interface IPyAMSDefaultLayer
IPyAMSUserLayer <|-- IPyAMSDefaultLayer
}
@enduml | false | true | false | false | class |
0d505037b0ba2fb5d1855b32efaef5159be46aa8 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PointCloudMap/PointCloudMapGT/PointCloudMapGT_Activity_subsamplePoints.puml | dd34b65dd20b3b8796b707170919155ac950905b | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
/'
calculate sub sample point at each cell in grid table
store the point to sps
input: vector<LPoint2D> &sps
'/
(*) --> "nntab.clear()"
--> if "0 <= size_t i < allLps.size()" as for_i then
--> [Yes] "nntab.addPoint(&(allLps[i]))"
--> for_i
else
-> [No] "nntab.makeCellPoints(nthre, sps)"
--> (*)
@enduml | false | true | false | false | activity |
84a6700911e07f1a6128852bcb941de4b455ad7e | dcca4c0aa19e3085bd37640a52b07fa02396b1d8 | /4.Behavioral Design Patterns/2.Command/src/main/resources/diagram/CommandClassDiagram.puml | 077f22d52228487e4bc57268ec4afb53fd002e62 | [] | no_license | drronidz/design-patterns-java-maven | 8df24c5bdd021dd45018faf3937b767609e880eb | aa580cd4cc6caa25a418a71bd5af06f86bd354a6 | refs/heads/main | 2023-07-15T15:26:04.451482 | 2021-08-25T23:45:35 | 2021-08-25T23:45:35 | 392,855,046 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 555 | puml |
@startuml
'https://plantuml.com/class-diagram
class Client
hide Client members
class Invoker
hide Invoker members
interface Command {
Execute()
}
hide Command members
show Command methods
class ConcreteCommand {
stat
Execute ()
}
note right of ConcreteCommand::Execute
receiver -> Action();
end note
class Receiver {
Action()
}
hide Receiver members
show Receiver methods
Client .right.> ConcreteCommand
Client --> Receiver
Command <|-- ConcreteCommand
Command <--o Invoker
Receiver <-right- ConcreteCommand : receiver
@enduml | false | true | false | false | class |
0633b04e3ae2480917ebb96031f0262d11f620de | be5064571912720d754c51c68b0bbe9d2ba0af8e | /use-cases/use-cases-nathan.puml | 40a379ef23e5f7d07613fd05679b9390e0a20c87 | [
"Apache-2.0"
] | permissive | NapierSpartans/sem-group-project | c85801bf070f897448690867b356d22287f2e189 | 44779a3dc656ea5360b4aaa5894d9a722e475fd1 | refs/heads/master | 2022-06-21T12:56:33.536298 | 2020-02-18T16:03:02 | 2020-02-18T16:03:02 | 238,193,835 | 1 | 0 | Apache-2.0 | 2022-06-21T02:44:29 | 2020-02-04T11:50:42 | TSQL | UTF-8 | PlantUML | false | false | 3,186 | puml | @startuml
/'#30'/
/'As a Staff member I want to view the population of a district.'/
actor staff30 as "Staff Member"
rectangle Database30 as "Database"
rectangle "World Database UC30" {
usecase UC30 as "View population of a district"
usecase UC30a as "print district"
staff30 - UC30
UC30 ..> UC30a : include
UC30 - Database30
}
/'#29'/
/'As a staff member I want to view the population of country'/
actor staff29 as "Staff Member"
rectangle Database29 as "Database"
rectangle "World Database UC29" {
usecase UC29 as "View population of a country"
usecase UC29a as "print countries"
staff29 - UC29
UC29 ..> UC29a : include
UC29 - Database29
}
/'#28'/
/'As a staff member I want to view the population of a region'/
actor staff28 as "Staff Member"
rectangle Database28 as "Database"
rectangle "World Database UC28" {
usecase UC28 as "View population of a region"
usecase UC28a as "print region"
staff28 - UC28
UC28 ..> UC28a : include
UC28 - Database28
}
/'#27'/
/'As a staff member I want to view the population of a continent'/
actor staff27 as "Staff Member"
rectangle Database27 as "Database"
rectangle "World Database UC27" {
usecase UC27 as "View population of a continent"
usecase UC27a as "print continent"
staff27 - UC27
UC27 ..> UC27a : include
UC27 - Database27
}
/'#25'/
/'As a staff member I want to view the population of people living in cities and not living in cities in each country'/
actor staff25 as "Staff Member"
rectangle Database25 as "Database"
rectangle "World Database UC25" {
usecase UC25 as "View population of people
living in and out of cities"
usecase UC25a as "print cities"
staff25 - UC25
UC25 ..> UC25a : include
UC25 - Database25
}
/'#24'/
/'As a staff member I want to view the population of people living in cities and not living in cities in each region'/
actor staff24 as "Staff Member"
rectangle Database24 as "Database"
rectangle "World Database UC24" {
usecase UC24 as "View population of people
living in and out of region"
usecase UC24a as "print regions"
staff24 - UC24
UC24 ..> UC24a : include
UC24 - Database24
}
/'#23'/
/'As a staff member I want to view the population of people living in cities and not living in cities in each continent'/
actor staff23 as "Staff Member"
rectangle Database23 as "Database"
rectangle "World Database UC23" {
usecase UC23 as "View population of people
living in and out of continent"
usecase UC23a as "print continent"
staff23 - UC23
UC23 ..> UC23a : include
UC23 - Database23
}
/'#14'/
/'As a staff member I want to view the to N populated cities in a region where N is provided by user'/
actor staff14 as "Staff Member"
rectangle Database14 as "Database"
rectangle "World Database UC14" {
usecase UC14 as "View top N populated cities in a region
(where N is provided by the user)"
usecase UC14a as "print cities"
usecase UC14b as "get input from user"
staff14 - UC14
UC14 ..> UC14a : include
UC14 ..> UC14b : include
UC14 - Database14
}
left to right direction
@endum1 | false | true | false | false | usecase |
785baf9d80fc27fad67627a0ed9e72631bcc5d2f | 326f0532299d6efcaec59d5a2cc95c31d9af9ef2 | /src/com/atguigu/builder/improve/improve.plantuml | 2a4bc14320e5cd3b101e92071d14f48e3dbccc11 | [] | no_license | srefp/design_pattern | 4b45ceb0808a8ae98a007bc5b0e01825693dcf7b | b7ff2d80172c55848b8f59530da6ccca477dfd24 | refs/heads/main | 2023-01-19T06:12:14.495913 | 2020-11-24T08:48:53 | 2020-11-24T08:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,029 | plantuml | @startuml
title __IMPROVE's Class Diagram__\n
namespace com.atguigu.builder {
namespace improve {
class com.atguigu.builder.improve.Client {
{static} + main()
}
}
}
namespace com.atguigu.builder {
namespace improve {
class com.atguigu.builder.improve.CommonHouse {
+ buildBasic()
+ buildWalls()
+ roofed()
}
}
}
namespace com.atguigu.builder {
namespace improve {
class com.atguigu.builder.improve.HighBuilding {
+ buildBasic()
+ buildWalls()
+ roofed()
}
}
}
namespace com.atguigu.builder {
namespace improve {
class com.atguigu.builder.improve.House {
- base : String
- roofed : String
- wall : String
+ getBase()
+ getRoofed()
+ getWall()
+ setBase()
+ setRoofed()
+ setWall()
}
}
}
namespace com.atguigu.builder {
namespace improve {
abstract class com.atguigu.builder.improve.HouseBuilder {
{abstract} + buildBasic()
+ buildHouse()
{abstract} + buildWalls()
{abstract} + roofed()
}
}
}
namespace com.atguigu.builder {
namespace improve {
class com.atguigu.builder.improve.HouseDirector {
+ HouseDirector()
+ constructHouse()
+ setHouseBuilder()
}
}
}
com.atguigu.builder.improve.CommonHouse -up-|> com.atguigu.builder.improve.HouseBuilder
com.atguigu.builder.improve.HighBuilding -up-|> com.atguigu.builder.improve.HouseBuilder
com.atguigu.builder.improve.HouseBuilder o-- com.atguigu.builder.improve.House : house
com.atguigu.builder.improve.HouseDirector o-- com.atguigu.builder.improve.HouseBuilder : houseBuilder
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 |
dc7fc8951890f040b7e4bc9c649dcf21382e823e | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/ComponentCore/Component-Class.iuml | 274034a7147228a0f41e4b95b2f2cdac85090b3c | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 212 | iuml | namespace SceneManagement {
class Component {
{abstract} +Type()
{abstract} +ToTypeRT()
{abstract} +UpdateFromTypeRT()
+GetGameObject()
}
}
| false | true | false | false | class |
b364d135e6e7fe44b5a432897d0382cef4eecadd | 9dc89e0060db7938382768fe3bb3eabb7ea2f034 | /doc/conception suite/pmul/class/bateau.puml | 7079325dd4d4ef2f7eccc2b894c3fd3007e7e058 | [] | no_license | Reynault/ShipShop | e06e79384ade8fa5c20ccd6d24b249eba92c35bc | adc6054f0775d4c7695f51490836870b658f309e | refs/heads/master | 2020-08-15T16:11:43.189475 | 2019-12-22T19:22:25 | 2019-12-22T19:22:25 | 215,369,325 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,717 | puml | @startuml
abstract class FleetFactory {
-nbCruiser: int
-nbSubmarine: int
-nbTorpedo: int
-nbAircraft: int
+HP_CRUISER: int
+HP_SUBMARINE: int
+HP_TORPEDO: int
+HP_AIRCRAFT: int
+AMMO_CRUISER: int
+AMMO_SUBMARINE: int
+AMMO_TORPEDO: int
+AMMO_AIRCRAFT: int
+DMG_CRUISER: int
+DMG_SUBMARINE: int
+DMG_TORPEDO: int
+DMG_AIRCRAFT: int
+NBTILES_CRUISER: int
+NBTILES_SUBMARINE: int
+NBTILES_TORPEDO: int
+NBTILES_AIRCRAFT: int
+FleetFactory(nbCruiser: int, nbSubmarine: int, nbTorpedo: int, nbAircraft: int)
+{static} getFactory(era: EraConstant, nbAircraft: int, nbCruiser: int, nbSubmarine: int, nbTorpedo: int): FleetFactory
+hasShip(shipType: ShipType): boolean
+getShip(shipType: ShipType, direction: DirectionConstant): Ship
+getSize(shipType: ShipType): int
+getNbShip(cruiser: ShipType): int
}
class ModernFleet{
+ModernFleet(nbCruiser: int, nbSubmarine: int, nbTorpedo: int, nbAircraft: int)
}
class XVIFleet{
+XVIFleet(nbCruiser: int, nbSubmarine: int, nbTorpedo: int, nbAircraft: int)
}
class Ship{
-maxHp: int
-hp: int
-ammo: int
-dmg: int
-nbTiles: int
-direction: DirectionConstant
-shipType: ShipType
+Ship(hp: int, ammo: int, dmg: int, nbTiles: int, direction: DirectionCOnstant, shipTYpe: ShipType)
+place(constant: DirectionConstant): void
+hasSunk(): boolean
+canShoot(): boolean
+canAttack(): boolean
+getAmmo(): int
+getHp(): int
+hit(dmg: int): void
+decreaseAmmo(): void
+getShipType(): ShipType
+getDmg(): int
+toString(): String
}
FleetFactory ^-- ModernFleet
FleetFactory ^-- XVIFleet
@enduml | false | true | false | false | class |
cd86e0ae7cab91ca535c72abf00830976c917376 | d26c6b65f2e563277985b3349ceb54d4457c0338 | /documents/PlantUmlMarkdown/diagrams/1_2.puml | ae7d2182d2f3961aa17b3993fac81ceda73176e4 | [] | no_license | ddanilyuk/OBD2019 | 95711347e44e0aba188c5509a519a763ba2740b1 | d6f0ae91bf32ed6137797a3bd7b64250302e8b84 | refs/heads/master | 2020-07-27T03:57:46.754987 | 2019-11-27T09:09:31 | 2019-11-27T09:09:31 | 208,859,440 | 0 | 0 | null | 2019-10-16T09:06:21 | 2019-09-16T17:35:30 | null | UTF-8 | PlantUML | false | false | 111 | puml | @startuml
actor Actor
boundary Boundary
control Control
entity Entity
database Database
:Actor alias:
@enduml
| false | true | false | false | sequence |
3151a26b4f7a0b374371a09d0a339387276738bc | 434d5256fa47c6bec0e5d79917f2d09b52490fa0 | /doc/source/imgs/src/plugins_tree.puml | c970d0e421232b1bbf81ce1291cbd10a4d67dde9 | [
"MIT"
] | permissive | Parallel-in-Time/PyPinT | 2d0a54d21a6b50863c6acef69eb9a86d3bcc7fcf | 90aed34cf43d633e44f56444f6c5d4fa39619663 | refs/heads/master | 2016-08-03T18:58:05.269042 | 2014-06-10T08:27:30 | 2014-06-10T08:32:45 | 19,447,961 | 0 | 2 | null | 2014-06-02T14:26:08 | 2014-05-05T07:39:20 | Python | UTF-8 | PlantUML | false | false | 1,086 | puml | @startuml
skinparam stereotype {
CBackgroundColor #AF5A50
ABackgroundColor #7D966E
IBackgroundColor #D7AA50
}
skinparam class {
BackgroundColor #E1EAF1
ArrowColor #00557C
BorderColor #99BAD0
}
skinparam note {
BackgroundColor #E1EAF1
BorderColor #99BAD0
}
skinparam packageBorderColor #99BAD0
package "analyzers" {
note as AnalyzerNote
specialized
solution
analyzers
end note
abstract class Analyzer
}
package "plotters" {
note as PlottersNote
specialized plotters using
unified interface for
maximum exchangability
end note
abstract class Plotter
}
package "timers" {
note as TimersNode
exchangable timers
for measuring runtime
end note
abstract class TimerBase
}
package "implicit_solvers" {
note as ImplNode
implicit space solvers
such as root finding
algorithms
end note
package "multigrid" {
note as MultigridNote
too many classes
to be displayed here
end note
}
}
@enduml
| false | true | false | false | class |
8f1c0e34af9ba56a31b177bcbe838d6db25fee7a | 98a0d4f98e93ea7c204a0218f15907b4f0c57d30 | /client/receiver-logger-client-sequence.puml | aa5cd6ca13baddc35b4e6b1a432645604c57c2c8 | [] | no_license | richardspop/receiver-logger | f2d1dd7eb45cb3b79c5518696a0c315f48aaed5c | fc950144828a2e343f611d7015ed41c20dc895fb | refs/heads/main | 2023-02-12T05:36:29.859980 | 2021-01-03T13:07:21 | 2021-01-03T13:07:21 | 324,749,874 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
Main -> ClientFactoryImpl: GetClientFactoryInstance()
ClientFactoryImpl --> Main: ClientFactoryImpl *Instance
Main -> ClientFactoryImpl: CreateClient(clientType)
alt ZMQ client
ClientFactoryImpl -> ZMQClient: new ZMQClient()
else HTTP Client
ClientFactoryImpl -> HTTPClient: new HTTPClient()
else GRPC Client
ClientFactoryImpl -> GRPCClient: new GRPCClient()
end
ClientFactoryImpl --> Main: ClientFactory *Instance
@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.