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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d8bd07ce46935563574aad49063d8d8560be13d2 | 61f77755f3ca65fa0a0dfbbdc51137e01ded03fc | /design_model/src/main/java/example/designpattern/behavioral/strategy/strategy pattern.puml | c5fafa09665d819b6544248f857f71cc56ddb76d | [] | no_license | lyszhen3/myWeb | 670e02a585ea3193f6c388b9cea37969a94792dc | c1543ec5f48d84e6c6481a95e54b84f04654b323 | refs/heads/master | 2023-07-11T02:29:33.530130 | 2019-02-25T01:39:29 | 2019-02-25T01:39:29 | 78,835,228 | 0 | 1 | null | 2022-12-16T04:38:41 | 2017-01-13T09:31:45 | Java | UTF-8 | PlantUML | false | false | 526 | puml | @startuml
interface Discount{
+{abstract} double calculate(double price);
}
class StudentDiscount{
+double calculate(double price);
}
class VIPDiscount{
+double calculate(double price);
}
class ChildrenDiscount{
+double calculate(double price);
}
class MovieTicket{
-double price;
-Discount discount;
+void setPrice(double price)
+void setDiscount(Discount discount);
+double getPrice();
}
StudentDiscount .up.|>Discount
ChildrenDiscount .up.|>Discount
VIPDiscount .up.|>Discount
MovieTicket -right->Discount
@enduml | false | true | false | false | class |
26a95288865e42cd5e3dc344092b4e6f314c1ba8 | 17a6a64d2275c47c9b205f088394b4937292f9f5 | /docs/architecture/plantuml/ModelDrivenPolicyDesign.puml | 31142b0b86042e0131a61d6cfe240de7f8926526 | [
"Apache-2.0",
"CC-BY-4.0"
] | permissive | onap/policy-parent | 2e8db0a82311ed576a2d3166ac293b8b5687987c | b12c67854c70ae410e02af501126ecf8434e5dd9 | refs/heads/master | 2023-08-16T15:28:59.552318 | 2023-08-04T13:00:54 | 2023-08-08T10:14:28 | 159,416,823 | 3 | 1 | NOASSERTION | 2021-06-29T19:01:07 | 2018-11-27T23:53:56 | null | UTF-8 | PlantUML | false | false | 1,102 | puml | @startuml
title Model Driven Policy Design
participant SDC
participant DMaaP
box "PolicyDesign" #LightBlue
participant PolicyDistribution << API_User >>
participant PolicyDesign
end box
autonumber
PolicyDistribution --> DMaaP : Subscribe for SDC Notifications\non Entries of Interest
SDC --> DMaaP : New Entry of Interest: EntityA
DMaaP --> PolicyDistribution : New Entry of Interest: EntityA
PolicyDistribution --> SDC : Download CSAR for EntityA that holds TOSCA Policy Specification
PolicyDistribution --> PolicyDesign : Get Policy Reference
PolicyDesign --> PolicyDistribution : Return Policy Reference and Metadata
PolicyDistribution --> PolicyDistribution : Create Policy Editing and Generation Session
activate PolicyDistribution
loop
PolicyDistribution --> PolicyDesign : Use Policy Type specification to\nread Policy Parameters\nfrom TOSCA specification in CSAR
end
PolicyDistribution --> PolicyDesign : Create Policy
PolicyDesign --> PolicyDistribution : Policy Creation Result
deactivate PolicyDistribution
PolicyDistribution --> SDC : Notify SDC of operation result
@enduml | false | true | false | false | sequence |
4affb04878c3f37e0d034ca0872d229d0412b398 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administrator tu/ViewTrashSuratMasuk.puml | 88cdd1c4963a05bfe44f4700a36d85bfaa7e08ef | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 555 | puml | @startuml
autonumber
hide footbox
title Melihat Trash Surat Masuk
Actor AdministratorTU
boundary Dashborad_V
boundary Trash_V
control Admin_C
control SuratMasuk_C
Entity SuratMasuk_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> AdministratorTU: Halaman Dashborad
AdministratorTU --> Dashborad_V: klik Menu Trash Surat Masuk
Dashborad_V --> SuratMasuk_C: trash()
SuratMasuk_C --> SuratMasuk_E:
SuratMasuk_E --> SuratMasuk_C:
SuratMasuk_C --> Trash_V: load->view()
Trash_V --> AdministratorTU: Halaman Trash Surat Masuk
@enduml | false | true | false | false | sequence |
ba7ba6011142a76ccdcdc845ce2d4c9eaf753c80 | e7b7df0cf36cf83e9c440c3a81f4f85193e37a72 | /7 State Diagram/6 Concurrent state.puml | e9cb0be87bf2f95bf830157f2c291808c1bba742 | [
"MIT"
] | permissive | jys129/PlantUML | 38dd154cc9a45d3206abf26f95bfb45e32d4c186 | f0e62bf90332a1a541ded76d2101ebdd9215adaa | refs/heads/master | 2023-03-16T15:54:12.053012 | 2020-10-18T15:49:08 | 2020-10-18T15:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 445 | puml | @startuml
[*] --> Active
state Active {
[*] -> NumLockOff
NumLockOff --> NumLockOn : EvNumLockPressed
NumLockOn --> NumLockOff : EvNumLockPressed
--
[*] -> CapsLockOff
CapsLockOff --> CapsLockOn : EvCapsLockPressed
CapsLockOn --> CapsLockOff : EvCapsLockPressed
--
[*] -> ScrollLockOff
ScrollLockOff --> ScrollLockOn : EvCapsLockPressed
ScrollLockOn --> ScrollLockOff : EvCapsLockPressed
}
@enduml
| false | true | false | false | sequence |
c6a7f4f0e28d493b81c23ae5859eea420619c733 | bac7eb7bafe7f0629b33d420e03cdf9fa08b3d28 | /2019.03.13_Jak_se_pise_programovaci_jazyk_4_Object_layout/map_1.plantuml | bc6839715e00b5205d21a5d8bd72ef64de07c268 | [] | no_license | Bystroushaak/clanky | 3ab4e58e83c9168cebbdd5da7be23687856136c3 | 4281a62a298cd9ff30cc8bd07264031c0c7f4d47 | refs/heads/master | 2023-04-26T18:44:43.704854 | 2023-04-13T20:35:13 | 2023-04-13T20:35:13 | 19,652,520 | 4 | 11 | null | 2019-02-16T16:33:27 | 2014-05-10T21:33:24 | HTML | UTF-8 | PlantUML | false | false | 788 | plantuml | class map as "ObjectMap <i>id:2000</i>" {
{field}._slots : {
{field}\t'a': 0,
{field}\t'a:': 1,
{field}\t'value': 2
{field}}
{field}._parent_slots : {
{field}\t'p*': 0
{field}}
.primitive_code : None
.parameters : [ ]
}
class obj as "Object <i>id:100</i>" {
!definelong OBJ_CONTENT()
{field}.map : ObjectMap(id:2000)
{field}.scope_parent : None
{field}._slot_values : [
{field}\tPrimitiveIntObject(1),
{field}\tObject(id:50),
{field}\tPrimitiveIntObject(2)
{field}]
{field}._parent_slot_values : [
{field}\tObject(id:99)
{field}]
!enddefinelong
OBJ_CONTENT()
}
class another_obj as "Object <i>id:<b>101</b></i>" {
OBJ_CONTENT()
}
obj -u-> map: use
another_obj -u-> map: use
obj .r.> another_obj: cloned | false | true | false | false | sequence |
894578a659b7156e0ccbcbda0b1a1c8d25b8c343 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DiscountCodeSetNameAction.puml | 9860c6967b683903dfa48f3e6a342171d1f234f0 | [] | 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 | 490 | 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 DiscountCodeSetNameAction [[DiscountCodeSetNameAction.svg]] extends DiscountCodeUpdateAction {
action: String
name: [[LocalizedString.svg LocalizedString]]
}
interface DiscountCodeUpdateAction [[DiscountCodeUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
25da94a72fbc127abdbf0fd75e86895d7e003fe2 | aab4138e27583d3248417913f4672862d144677f | /sequence_diagrams/03_Arrows/02_arrow_types.plantuml | 6838fc4a0a3a95c127f5d45f90f92841ec56d5aa | [] | no_license | fishey2/plantuml_examples | 6b12c5706bc4b4068d969bd721c60416d5a4ae3b | d56a255616fdaf4d8ddfdf2dc58d20e1c923b658 | refs/heads/master | 2021-01-04T03:24:31.321397 | 2020-02-18T21:51:55 | 2020-02-18T21:51:55 | 240,356,644 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,757 | plantuml | @startuml
' Includes the sequence_diagram_stylesheet from a gist
!include https://gist.githubusercontent.com/fishey2/7178a88643a8850908c799be1ec68fd6/raw/fc90505df1321e5c5022eab84d1e0b5044194d1c/example_sequence_stylesheet.iuml
header Arrow Types
' First participant
participant "Participant 1" as p1
' Second participant
participant "Participant 2" as p2
' Standard arrow head type
' Arrow appears on the Participant 2 side meeting lifeline
p1 -> p2
' Terminates the arrow with an X
' Usually used to end a flow
p1 ->x p2
' Changes the style of the arrow head to line drawn
p1 ->> p2
' Half of the standard arrow head type
' `\` means that the half of the arrow will appear on the top side
' `/` means that the half of the arrow will appear on the bottom side
'
' Half arrows will only work on one side of the definition
' The definition to the right will override the one to the left of the script
' It will replace the leftmost definition with a standard arrow type
p1 -\ p2
p1 -/ p2
' Half of the alternative arrow head style
' `//` means that the half of the arrow will appear on the top side
' `\\` means that the half of the arrow will appear on the bottom side
'
' Half arrows will only work on one side of the definition
' The definition to the right will override the one to the left of the script
' It will replace the leftmost definition with a standard arrow type
p1 //- p2
p1 \\- p2
' Terminates the standard arrow type with a circle sitting on the lifeline
p1 ->o p2
' These styles can be used either side , or both sides, of the arrow definition
p1 <-> p2
p1 x<->o p2
@enduml | false | true | false | false | sequence |
ce3315c008452ed7d590d4da7732c70e40da2cef | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/activity.uml.puml | 6ea43da3405b2ec9b7476b82d80888272f816994 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 648 | puml | @startuml
(*) --> "check input"
If "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command"
else
--> "run command"
Endif
-->(*)
(*) --> "First Activity"
-->[You can put also labels] "Second Activity"
--> (*)
(*) --> ===B1===
--> "Parallel Activity 1"
--> ===B2===
===B1=== --> "Parallel Activity 2"
--> ===B2===
--> (*)
partition Conductor {
(*) --> "Climbs on Platform"
--> === S1 ===
--> Bows
}
partition Audience #LightSkyBlue {
=== S1 === --> Applauds
}
partition Conductor {
Bows --> === S2 ===
--> WavesArmes
Applauds --> === S2 ===
}
partition Orchestra #CCCCEE {
WavesArmes --> Introduction
--> "Play music"
}
@enduml | false | true | false | false | activity |
0f5596fe31bc01ee4edc3aa37051e91e6c2d5192 | 254106cf74998e574dadf094c9875c2cdce0e66f | /diagrams/Application flow.puml | 30c186b1056388271e8239ddfd9ec105b8022479 | [
"MIT"
] | permissive | coni2k/Digital-Public-Goods-Backlog | 97094b644e807ce99af6207b32724df3c5db429c | 546f91e9b4eaf09755a899c7a1f99ca8390c30fb | refs/heads/master | 2023-04-14T00:03:36.995714 | 2021-03-14T11:45:05 | 2021-03-14T11:53:59 | 347,114,599 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 629 | puml | @startuml
title
Digital Public Goods Backlog
Application flow
end title
actor Developer as Dev
database "DPG Backlog" as Backlog
actor "Project owner" as PO
Dev -> Backlog : Search & filter projects
return : Shows the related results
Dev -> Backlog : Selects & applies to a project
return : "Thank you!"
|||
Backlog -> PO : Sends a notification email
note over PO : "There's a new application! 🎉"
return : Logs into admin panel
Backlog -> PO : Shows the active applications
return : Reviews & approves an application
|||
Backlog -> Dev : Sends a notification email
note over Dev : "You've been selected! 🚀"
@enduml
| false | true | true | false | sequence |
6adb426f0993749b6663080e8da334b34dc7816e | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1121060/sprint2/ipc05_01_classDiagram.puml | 28d78acc1b25e2f0ae0368df9a536e66f9d25da0 | [] | 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 | 1,335 | puml | @startuml doc-files/ipc05_01_classDiagram.png
class ConfigurationManager
class ConnectionManager extends Observable implements Observer
class ConnectionManager{
-UdpClient udpClient
-UdpServer udpServer
-TcpServer tcpServer
-ConfigurationManager cfgManager
+ {static} synchronized ConnectionManager getInstance()
}
enum MessageType
class Message implements Serializable{
- final MessageType messageType;
- final Object content;
- InetAddress address;
}
class ChatMessage implements Serializable{
- final int id;
- final String text;
- final int parentId;
}
class TcpServer implements Runnable
class TcpServerConnection extends Observable implements Runnable
class TcpClientConnection
class UdpClient extends Observable implements Runnable
class SendChatMessageController implements Observer, Serializable
class SendChatMessageExtension extends Extension
class SendChatMessagePanel extends javax.swing.JPanel
ConnectionManager *-- TcpServer
ConnectionManager *-- UdpServer
ConnectionManager *-- UdpClient
ConnectionManager *-- TcpClientConnection
ConnectionManager *-- ConfigurationManager
TcpServer o-- TcpClientConnection
SendChatMessageController *-- ConnectionManager
SendChatMessagePanel *-- SendChatMessageController
Message o-- MessageType
@enduml
| false | true | false | false | class |
e3cd8e2c0772e7b13197fc07041ff68a019107e4 | 5124b2dbc6276b681910d5584179a02ddc345669 | /documentation/uml/class/AddReservationFrame.puml | ed863b2147c1a3824e38263d5c14a10a92055c29 | [] | no_license | Dedda/paintball | 258257ce2b0b6160abe4a9dbbbf7c7a658416d5b | fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f | refs/heads/master | 2020-12-30T09:58:02.507682 | 2015-06-16T17:22:59 | 2015-06-16T17:22:59 | 30,232,508 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,228 | puml | @startuml
class hotel.gui.AddReservationFrame {
- roomProvider : RoomProvider
- serviceProvider : ServiceProvider
- guest : Guest
- addRoom : JButton
- addServiceBtn : JButton
- additionalInfoLbl : JLabel
- arrivalLbl : JLabel
- arrivalSpinner : JSpinner
- availableServicesList : JList
- cancelBtn : JButton
- departureLbl : JLabel
- departureSpinner: JSpinner
- infoArea : JTextArea
- jPanel1 : JPanel
- jScrollPane1 = JScrollPane
- jScrollPane2 = JScrollPane
- jScrollPane3 = JScrollPane
- jScrollPane4 = JScrollPane
- nameLbl : JLabel
- nameTextLbl : JLabel
- payedBox : JCheckBox
- peopleLbl : JLabel
- peopleSpinner : JSpinner
- removeRoom : JButton
- removeServiceBtn : JButton
- roomBox : JComboBox
- roomInfoBtn : JButton
- roomsLbl : JLabel
- saveBtn : JButton
- selectedRoomList : JList
- selectedServicesList : JList
+ AddReservationFrame(Guest)
- getStartDate() : Date
- getEndDate() : Date
- loadRooms() : void
- inputUpdated() : void
- buildReservation() : Reservation
- initComponents() : void
}
javax.swing.JFrame <|-- hotel.gui.AddReservationFrame
@enduml | false | true | false | false | class |
74b19826519f5a17093bfbcccd27c6a013a42588 | 3863bea43fbc7ce2c7845cd2bad8ae50b67359b2 | /markdown/simple-ml/src/assets/templates/class.plantuml | 34fbfbd86b452a963efbf1df57dec7ed86dd7280 | [
"MIT"
] | permissive | flashlin/Samples | 3aea6a2dadf3051394f1535d00de9baeb7c904cb | c360e81624296c9243fd662dea618042164e0aa7 | refs/heads/master | 2023-09-03T06:32:53.857040 | 2023-09-02T15:55:51 | 2023-09-02T15:55:51 | 182,355,099 | 3 | 0 | MIT | 2023-03-03T00:03:37 | 2019-04-20T03:28:25 | C# | UTF-8 | PlantUML | false | false | 147 | plantuml | @startuml
class Car {
color
model
+start()
#run()
#stop()
}
Car <|- Bus
Car *-down- Tire
Car *-down- Engine
Bus o-down- Driver
@enduml | false | true | false | false | class |
6c71d815ae53361bb4a11e41851adadf09df22e4 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLErrorLocation.puml | 3deb31038be0acad623ff4cdbc4c38c454b3bdb0 | [] | 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 | 634 | 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 GraphQLErrorLocation [[GraphQLErrorLocation.svg]] {
line: Integer
column: Integer
}
interface GraphQLError [[GraphQLError.svg]] {
message: String
locations: [[GraphQLErrorLocation.svg List<GraphQLErrorLocation>]]
path: [[Object.svg List<Object>]]
extensions: [[GraphQLErrorObject.svg GraphQLErrorObject]]
}
GraphQLErrorLocation --> GraphQLError #green;text:green : "locations"
@enduml
| false | true | false | false | sequence |
5566489f8648441d8c4723a11f484f15a983a11a | 84be3c06c433d9d9a4559dd4e016b26d2f28e4fa | /uml/文章资讯模块类图.puml | a7fb4a5869929234e4a700398cb5cb95459ccde8 | [] | no_license | lclcharm/college_parent | f812e546624fd6b2a16c1ad7c12beca1bbdb68ed | 9f1c846a106704d4467792653dedca5f33d1bae6 | refs/heads/master | 2023-06-06T05:37:12.015672 | 2021-06-22T14:19:29 | 2021-06-22T14:19:29 | 379,296,544 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,792 | puml | @startuml
skinparam classAttributeIconSize 0
'class TeacherController{
' -teacherService
' +listAll()
' +removeRows()
' +listPage()
' +save()
' +updateById()
' +getById()
' +selectNameListByKey()
'}
class ApiArticleController{
-articleService
+index()
+getById()
+addCommentCount()
}
class ArticleController{
-articleService
+save()
+update()
+deleteBatch()
+remove()
+index()
+getById()
}
class ArticleQueryVo{
-queryKey
-articleType
-orderby
-count
-joinDateBegin
-joinDateEnd
}
class ArticleVo{
-title
-summary
-keyWord
-imageUrl
-source
-author
-articleType
-clickNum
-praiseCount
-sort
-content
-commentNum
}
class Article{
-title
-summary
-keyWord
-imageUrl
-source
-author
-articleType
-clickNum
-praiseCount
-sort
-commentNum
-deleted
}
class ArticleContent{
-id
-content
}
class R{
-success
-code
-message
-data
+ok()
+error()
+setResult()
+success()
+message()
+code()
+data()
}
class BaseEntity{
-id
-gmtCreate
-gmtModified
}
interface ArticleService{
+createArticle()
+addArticleContent()
+updateArticle()
+updateArticleContent()
+deleteArticleByIds()
+queryArticleById()
+queryArticleContentByArticleId()
+queryArticlePage()
+pageQueryArticle()
+updateArticleNum()
+queryArticleList()
+queryAllArticleCount()
+getArticleRankList()
+addCommentCount()
}
class ArticleServiceImpl{
-baseMapper
-articleMapper
+createArticle()
+addArticleContent()
+updateArticle()
+updateArticleContent()
+deleteArticleByIds()
+queryArticleById()
+queryArticleContentByArticleId()
+queryArticlePage()
+pageQueryArticle()
+updateArticleNum()
+queryArticleList()
+queryAllArticleCount()
+getArticleRankList()
+addCommentCount()
}
interface ArticleMapper{
+createArticle()
+addArticleContent()
+updateArticle()
+updateArticleContent()
+deleteArticleByIds()
+deleteArticleContentByArticleIds()
+queryArticleById()
+queryArticleContentByArticleId()
+queryArticlePage()
+updateArticleNum()
+queryArticleList()
+queryAllArticleCount()
+getArticleRankList()
}
ApiArticleController ..> R
ApiArticleController ..> ArticleVo
ApiArticleController ...> ArticleQueryVo
ArticleController ..> ArticleQueryVo
ArticleController ..> ArticleVo
ArticleController ..> R
ApiArticleController --> ArticleService
ArticleController --> ArticleService
ArticleService <|.. ArticleServiceImpl
ArticleServiceImpl -> ArticleMapper
ArticleMapper .> Article
ArticleMapper ..> ArticleContent
Article --|> BaseEntity
@enduml | false | true | false | false | class |
1c45a7da4258c77c9198b826ccf5a20bcfc30305 | 7c52c02af747a0413d53bd373ec154a1826bbd0d | /src/main/resources/ex45.puml | a890aa5fb3d0776d575e0b2e40767e3a345dcc21 | [] | no_license | oleksii-kulyk/kulyk-cop3330-assignment3 | 607cbd85f489980938a752c0a952e16bc017b342 | dd9c0867931157800384b351171a81a62c890d32 | refs/heads/master | 2023-06-01T21:15:00.173412 | 2021-06-21T03:58:17 | 2021-06-21T03:58:17 | 378,577,784 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 333 | puml | @startuml
title exercise 45 - Class Diagram
class App {
+Scanner input
void main()
}
class ReplaceW {
String text;
String defaultPath
void input_text(String path)
String replace_word(String lookfor, String replace)
void print_text(String path, String lookfor, String replace)
}
App <|-down- ReplaceW: uses
@enduml | false | true | false | false | class |
1702806990cdd1e9761f3833e649f56312176062 | a8f9a38d856c1829745d662155180d32b45f2ad5 | /ODA-PHR-Datamodel.plantuml | f03c403373355d9bc19a84841aba5261f986dfc9 | [
"CC-BY-4.0"
] | permissive | okkokauh/rfc-1 | 9dfa255431e2081deea4e463cc77147da7f02de3 | 5b2fa07be0248b11f41ad3ae2b4ebdfcde6c1c95 | refs/heads/master | 2020-03-08T09:03:08.557051 | 2018-04-04T10:12:11 | 2018-04-04T10:12:11 | 128,036,993 | 0 | 0 | null | 2018-04-04T09:07:15 | 2018-04-04T09:07:15 | null | UTF-8 | PlantUML | false | false | 3,168 | plantuml | @startuml
header
Datamodel diagram generated with plantuml.com to github.com/omahoito/rfc. \
CC-BY-4.0 City of Espoo 2017. \
To change the picture, make a pull request with changes to ODA-PHR-Datamodel.plantuml and README.md.
endheader
set namespaceSeparator ::
hide methods
hide circle
class Organization::HealthCareService {
Reference<Organization> providedBy
Reference<Location> location
}
class Organization::Location
class Organization::Organization
class PHRData::AllergyIntolerance {
Reference<Patient> patient
}
class PHRData::Immunization {
Reference<Patient> patient
}
class PHRData::MedicationStatement {
Reference<Patient> subject
}
class PHRData::Observation {
Reference<Patient> subject
Reference<QuestionnaireResponse> related
}
class PHRData::QuestionnaireResponse {
Reference<Patient> source
Reference<Questionnaire> questionnaire
}
class Care::CarePlan {
Reference<Patient> subject
Reference<CareTeam> careteam
Reference<EpisodeOfCare> context
Reference<Any> supportingInfo
Reference<PlanDefinition> definition
Reference<ActivityDefinition> activity.detail.definition
}
class Care::CareTeam {
Reference<Practitioner> participant
Reference<Organization> managingOrganization
}
class Care::Communication {
Reference<Any> topic
}
class Care::EpisodeOfCare {
Reference<Practitioner> careManager
Reference<CareTeam> team
Reference<Patient> patient
}
class Care::ReferralRequest {
Reference<Practitioner> agent
Reference<Practitioner> recipient
Reference<Patient> subject
Reference<EpisodeOfCare> context
}
class Care::ActivityDefinition
class Care::Goal
class Person {
Reference<Patient | Practitioner> link.target
}
Care::CarePlan "0..*" -- "0..*" Care::CareTeam : Service request list
Care::CareTeam "0..*" -- "0..*" Care::EpisodeOfCare : Care team
Care::CarePlan "0..*" -- "0..*" PHRData : supportingInfo
Care::EpisodeOfCare "0..1" -- "1" Care::CarePlan
Care::EpisodeOfCare "0..*" -- "1" Patient
Care::ReferralRequest "0..*" -- "1" Care::EpisodeOfCare
Care::ReferralRequest "0..*" -- "2" Practitioner
Care::ReferralRequest "0..*" -- "1" Patient
Person "1" -up- "0..1" Patient
Person "1" --" 0..1" Practitioner
Care::EpisodeOfCare "0..*" -- "0..1" Practitioner
Care::CareTeam "0..*" -- "0..*" Practitioner
Care::CarePlan "0..*" -- "1" Patient
Care::CarePlan "1" -- "0..*" Care::Goal
PHRData::Observation "0..*"--"0..1" PHRData::QuestionnaireResponse
PHRData::QuestionnaireResponse "0..*" -- "1" Questionnaire
Care::Communication "0..*" -- "0..1" Care::CarePlan
Organization::Organization "0..*" -- "0..1" Organization::Organization : partOf
Organization::HealthCareService "0..*" -- "1" Organization::Organization
Organization::HealthCareService "1" -- "0..1" Organization::Location
PHRData::Observation "0..*" -- "1" Patient
PHRData::AllergyIntolerance "0..*" -- "1" Patient
PHRData::Immunization "0..*" -- "1" Patient
PHRData::MedicationStatement "0..*" -- "1" Patient
PHRData::QuestionnaireResponse "0..*" -- "1" Patient
Care::CareTeam -- Organization::Organization
Care::Communication "0..*" -- "0..1" PHRData
Care::CarePlan "1" -- "0..*" Care::ActivityDefinition
@enduml | false | true | false | false | class |
b018a47f64f41c46320188df59ce2848cd102d2b | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/streaming/media/puml/generic_event_specialization.puml | 931a96fbd5aefdcf222e1826931ebf8692fe56b4 | [
"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 | 761 | puml | @startuml
class e as "Event" {
eventId: UUID
eventTime: ZonedDateTime
priority: Priority
eventType: String
event: Any
}
enum Priority {
LOW
MEDIUM
HIGH
}
package "specific payload definition" {
class mm as "SpecificMetricMessage" {
eventType = "Specific Metric"
}
class k as "Key" {
component_1: String
component_2: String
...
component_N: String
}
class ch1 as "SomeQuantity" {
value: Double
unit: String
}
class ch2 as "SomeMeasurement" {
value: Double
}
class s as "Statistics"
class m as "SpecificMetric"
e <|-- mm
mm *-> m : event
m *-> k : key
m *--> s : statistics
s *--> ch1 : metric_1
s *--> ch1 : metric_K
s *--> ch2 : metric_2
}
@enduml
| false | true | false | false | sequence |
3117d0fc07523ac8626569c4b29d16a4b24466db | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/InlineCurveEditor.puml | d0b88942bbd554ead25ab51ba0601803fb5be148 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,048 | puml | @startuml
interface IClipCurveEditorOwner {
inlineCurvesSelected : bool <<get>> <<set>>
showLoops : bool <<get>>
}
class InlineCurveResizeHandle {
+ InlineCurveResizeHandle(trackGUI:TimelineTrackGUI)
+ Draw(headerRect:Rect, trackRect:Rect, state:WindowState) : void
}
class InlineCurveEditor {
m_LastSelectionWasClip : bool
+ InlineCurveEditor(trackGUI:TimelineTrackGUI)
{static} MouseOverTrackArea(curveRect:Rect, trackRect:Rect) : bool
{static} MouseOverHeaderArea(headerRect:Rect, trackRect:Rect) : bool
{static} DrawCurveEditor(clipCurveEditorOwner:IClipCurveEditorOwner, state:WindowState, headerRect:Rect, trackRect:Rect, activeRange:Vector2, locked:bool) : void
+ Draw(headerRect:Rect, trackRect:Rect, state:WindowState) : void
+ Refresh() : void
{static} RefreshInlineCurves(guiItem:IClipCurveEditorOwner) : void
DrawCurveEditorForTrack(headerRect:Rect, trackRect:Rect, state:WindowState) : void
DrawCurveEditorsForClipsOnTrack(headerRect:Rect, trackRect:Rect, state:WindowState) : void
DrawCurvesEditorForNothingSelected(headerRect:Rect, trackRect:Rect, state:WindowState) : void
ShouldShowClipCurves(state:WindowState) : bool
ShouldShowTrackCurves() : bool
TrackHasCurvesToShow() : bool
UpdateViewModel() : void
{static} HandleCurrentEvent() : void
}
IClipCurveEditorOwner --> "clipCurveEditor" ClipCurveEditor
IClipCurveEditorOwner --> "owner" TrackAsset
IBounds <|-- InlineCurveResizeHandle
InlineCurveResizeHandle --> "boundingRect" Rect
InlineCurveResizeHandle --> "trackGUI" TimelineTrackGUI
IBounds <|-- InlineCurveEditor
InlineCurveEditor --> "m_TrackRect" Rect
InlineCurveEditor --> "m_HeaderRect" Rect
InlineCurveEditor --> "m_TrackGUI" TimelineTrackGUI
InlineCurveEditor --> "m_ResizeHandle" InlineCurveResizeHandle
InlineCurveEditor --> "m_LastSelectedClipGUI" TimelineClipGUI
InlineCurveEditor --> "boundingRect" Rect
InlineCurveEditor --> "currentClipGui" TimelineClipGUI
InlineCurveEditor --> "currentCurveEditor" IClipCurveEditorOwner
@enduml
| false | true | false | false | class |
1dbccdd76f94e1acf32d66fe5a7ace1761b3a438 | a58f448d617ac460cf8f3541d137287e489ef0f7 | /docs/design/hub-and-spoke/crud/update/flow-update-fsm.puml | 8b2b5a78a3258b7631adc380e9acb84ba2f4523e | [
"Apache-2.0"
] | permissive | gauravchug/open-kilda | c1fc2de126fa09e67e21f12be47b0892b0d19c18 | 696f87ddc0d37bd64024ca80f17a942b4f196f10 | refs/heads/master | 2023-08-30T21:42:27.346545 | 2021-02-04T14:53:54 | 2021-02-04T14:53:54 | 131,945,988 | 2 | 0 | Apache-2.0 | 2023-08-24T19:52:00 | 2018-05-03T05:30:29 | Java | UTF-8 | PlantUML | false | false | 6,337 | puml | flow-update-fsm.png was created with draw.io to make the diagram easier to read.
The current file was created so that in the case of a FSM design change we have the textual difference of what was
changed. This file exactly describes all the transitions in the implemented FSM.
@startuml
title Flow Update FSM
hide empty description
[*] --> FLOW_VALIDATED : next
[*] --> FINISHED_WITH_ERROR : error
FLOW_VALIDATED --> FLOW_UPDATED : next
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : timeout
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : error
FLOW_UPDATED --> PRIMARY_RESOURCES_ALLOCATED : next
FLOW_UPDATED --> RESOURCE_ALLOCATION_COMPLETED : update-endpoint-rules-only
FLOW_UPDATED --> REVERTING_FLOW: timeout
FLOW_UPDATED --> REVERTING_FLOW: error
PRIMARY_RESOURCES_ALLOCATED --> PROTECTED_RESOURCES_ALLOCATED : next
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PRIMARY_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
PROTECTED_RESOURCES_ALLOCATED --> RESOURCE_ALLOCATION_COMPLETED : next
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PROTECTED_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
RESOURCE_ALLOCATION_COMPLETED --> INSTALLING_NON_INGRESS_RULES : next
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : timeout
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : error
INSTALLING_NON_INGRESS_RULES : response-received / remove pending command
INSTALLING_NON_INGRESS_RULES : error-received / put failed command
INSTALLING_NON_INGRESS_RULES --> NON_INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
NON_INGRESS_RULES_INSTALLED --> VALIDATING_NON_INGRESS_RULES : next
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : timeout
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES : response-received / remove pending command
VALIDATING_NON_INGRESS_RULES : error-received / put failed command
VALIDATING_NON_INGRESS_RULES --> NON_INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : missing-rule-found
NON_INGRESS_RULES_VALIDATED --> PATHS_SWAPPED : next
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
PATHS_SWAPPED --> INSTALLING_INGRESS_RULES : next
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : timeout
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : error
INSTALLING_INGRESS_RULES : response-received / remove pending command
INSTALLING_INGRESS_RULES : error-received / put failed command
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : ingress-is-skipped
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
INGRESS_RULES_INSTALLED --> VALIDATING_INGRESS_RULES : next
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES : response-received / remove pending command
VALIDATING_INGRESS_RULES : error-received / put failed command
VALIDATING_INGRESS_RULES --> INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : missing-rule-found
INGRESS_RULES_VALIDATED --> NEW_PATHS_INSTALLATION_COMPLETED : next
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
NEW_PATHS_INSTALLATION_COMPLETED --> REMOVING_OLD_RULES : next
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : timeout
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : error
REMOVING_OLD_RULES : response-received / remove pending command
REMOVING_OLD_RULES : error-received / put failed command
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : rules-removed
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : error
OLD_RULES_REMOVED --> OLD_PATHS_REMOVAL_COMPLETED : next
OLD_RULES_REMOVED --> UPDATING_FLOW_STATUS : update-endpoint-rules-only
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : next
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : error
DEALLOCATING_OLD_RESOURCES --> OLD_RESOURCES_DEALLOCATED : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : error
UPDATING_FLOW_STATUS --> FLOW_STATUS_UPDATED : next
FLOW_STATUS_UPDATED --> FINISHED : next
FLOW_STATUS_UPDATED --> FINISHED_WITH_ERROR : error
FINISHED --> NOTIFY_FLOW_MONITOR : next
FINISHED_WITH_ERROR : enter / report error
FINISHED_WITH_ERROR --> NOTIFY_FLOW_MONITOR : next
NOTIFY_FLOW_MONITOR --> [*]
REVERTING_PATHS_SWAP : enter / report error
REVERTING_PATHS_SWAP --> PATHS_SWAP_REVERTED : next
PATHS_SWAP_REVERTED : enter / report error
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : next
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : error
REVERTING_NEW_RULES : response-received / remove pending command
REVERTING_NEW_RULES : error-received / put failed command
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : rules-removed
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : error
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : next
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : error
NEW_RULES_REVERTED --> REVERTING_FLOW : update-endpoint-rules-only
REVERTING_ALLOCATED_RESOURCES : enter / report error
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : next
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : error
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : next
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : error
REVERTING_FLOW : enter / report error
REVERTING_FLOW --> REVERTING_FLOW_STATUS : next
REVERTING_FLOW --> REVERTING_FLOW_STATUS : error
REVERTING_FLOW_STATUS --> FINISHED_WITH_ERROR : next
REVERTING_FLOW_STATUS --> FINISHED_WITH_ERROR : error
@enduml
| false | true | false | false | sequence |
68678b9e5b9a881482b3e010b36b66156e4c5812 | f31bd616bf211bde5a56a064c4e38f7d8b19c8d9 | /mojaloop-technical-overview/central-bulk-transfers/assets/diagrams/sequence/seq-position-1.3.2-fulfil.plantuml | 4fa0ccf4c3766e19f6f8ac84e8971bb47544e35c | [
"Apache-2.0"
] | permissive | brago/documentation | a63aab5e846f6d14603996ed88c96dd9e0bd1a6e | 4c55cae247dedbdc8c17a1683ba0b854b750c9dc | refs/heads/master | 2020-06-02T17:45:52.264948 | 2019-06-10T12:13:51 | 2019-06-10T12:13:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,005 | plantuml | /'*****
License
--------------
Copyright © 2017 Bill & Melinda Gates Foundation
The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contributors
--------------
This is the official list of the Mojaloop project contributors for this file.
Names of the original copyright holders (individuals or organizations)
should be listed with a '*' in the first column. People who have
contributed from an organization can be listed under the organization
that actually holds the copyright for their contributions (see the
Gates Foundation organization for an example). Those individuals should have
their names indented and be marked with a '-'. Email address can be added
optionally within square brackets <email>.
* Gates Foundation
- Name Surname <name.surname@gatesfoundation.com>
* Georgi Georgiev <georgi.georgiev@modusbox.com>
* Miguel de Barros <miguel.debarros@modusbox.com>
* Rajiv Mothilal <rajiv.mothilal@modusbox.com>
* Sam Kummary <sam@modusbox.com>
--------------
******'/
@startuml
' declate title
title 1.3.2. Fulfil Position Handler Consume (single message, includes individual transfers from Bulk)
autonumber
' Actor Keys:
' boundary - APIs/Interfaces, etc
' collections - Kafka Topics
' control - Kafka Consumers
' entity - Database Access Objects
' database - Database Persistence Store
' declare actors
control "Position Handler" as POS_HANDLER
collections "topic-\notifications" as TOPIC_NOTIFICATIONS
collections "topic-\nbulk-processing" as TOPIC_BULK_PROCESSING
entity "Position Facade" as POS_FACADE
entity "Position DAO" as POS_DAO
database "Central Store" as DB
box "Central Service" #LightYellow
participant POS_HANDLER
participant TOPIC_NOTIFICATIONS
participant TOPIC_BULK_PROCESSING
participant POS_DAO
participant POS_FACADE
participant DB
end box
' start flow
activate POS_HANDLER
group Fulfil Position Handler Consume
POS_HANDLER -> POS_DAO: Request current state of transfer from DB \n<color #FF0000><b>Error code:</b> 2003</color>
activate POS_DAO
POS_DAO -> DB: Retrieve current state of transfer from DB
activate DB
hnote over DB #lightyellow
transferStateChange
transferParticipant
end note
DB --> POS_DAO: Return current state of transfer from DB
deactivate DB
POS_DAO --> POS_HANDLER: Return current state of transfer from DB
deactivate POS_DAO
POS_HANDLER <-> POS_HANDLER: Validate current state (transferState is 'RECEIVED-FULFIL')\n<color #FF0000><b>Error code:</b> 2001</color>
group Persist Position change and Transfer State (with transferState='COMMITTED' on position check pass)
POS_HANDLER -> POS_FACADE: Request to persist latest position and state to DB\n<color #FF0000><b>Error code:</b> 2003</color>
group <color #blue>DB TRANSACTION</color>
activate POS_FACADE
POS_FACADE -> DB: Select participantPosition.value FOR UPDATE from DB for Payee
activate DB
hnote over DB #lightyellow
participantPosition
end note
DB --> POS_FACADE: Return participantPosition.value from DB for Payee
deactivate DB
POS_FACADE <-> POS_FACADE: **latestPosition** = participantPosition.value - payload.amount.amount
POS_FACADE->DB: Persist latestPosition to DB for Payee
hnote over DB #lightyellow
UPDATE **participantPosition**
SET value = latestPosition
end note
activate DB
deactivate DB
POS_FACADE -> DB: Persist transfer state and participant position change
hnote over DB #lightyellow
INSERT **transferStateChange** transferStateId = 'COMMITTED'
INSERT **participantPositionChange**
SET participantPositionId = participantPosition.participantPositionId,
transferStateChangeId = transferStateChange.transferStateChangeId,
value = latestPosition,
reservedValue = participantPosition.reservedValue
createdDate = new Date()
end note
activate DB
deactivate DB
deactivate POS_DAO
end
POS_FACADE --> POS_HANDLER: Return success
deactivate POS_FACADE
end
alt If type == 'bulk-position'
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: bulk-transfer,
action: commit,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
POS_HANDLER -> TOPIC_BULK_PROCESSING: Publish Transfer event to Bulk Processing Topic\n<color #FF0000><b>Error codes:</b> 2003</color>
activate TOPIC_BULK_PROCESSING
deactivate TOPIC_BULK_PROCESSING
else If type == 'position'
note right of POS_HANDLER #yellow
Message:
{
id: <transferMessage.transferId>
from: <transferMessage.payerFsp>,
to: <transferMessage.payeeFsp>,
type: application/json
content: {
headers: <transferHeaders>,
payload: <transferMessage>
},
metadata: {
event: {
id: <uuid>,
responseTo: <previous.uuid>,
type: transfer,
action: commit,
createdAt: <timestamp>,
state: {
status: "success",
code: 0
}
}
}
}
end note
POS_HANDLER -> TOPIC_NOTIFICATIONS: Publish Transfer event\n<color #FF0000><b>Error code:</b> 2003</color>
activate TOPIC_NOTIFICATIONS
deactivate TOPIC_NOTIFICATIONS
end
end
deactivate POS_HANDLER
@enduml
| false | true | true | false | sequence |
1e5860161fc21ff03888785ebde60cb1e5e567db | 2a5138a8138272a94b4f26a3dffa2d24e1a0eb7d | /docs/Diagrams/UseCaseDiagram.plantuml | c1efe6ea15e3771d650973cf6446f81c12e44029 | [] | no_license | Stryse/DungeonGame | f109e9f7a30689aa52c7f60f9316351eb41abaae | f0a8aeb47a70f00c42bcd26475f51f31faf13654 | refs/heads/master | 2022-12-29T09:17:42.875468 | 2020-10-18T21:03:47 | 2020-10-18T21:03:47 | 300,079,856 | 0 | 0 | null | 2020-09-30T22:36:53 | 2020-09-30T22:35:56 | C++ | UTF-8 | PlantUML | false | false | 1,092 | plantuml | # Főmenü ablak
@startuml UseCaseDiagram
left to right direction
actor Játékos as Player
rectangle "Játék ablak" {
usecase (Új játék) as NewGame
rectangle Pályabetöltő {
usecase (Pálya választás) as LoadMap
usecase (Játékos választás) as ChoosePlayer
}
usecase (Lépés) as Move
usecase (Szüneteltetés) as Pause
usecase (Vissza a főmenübe) as BackToMain
}
rectangle "Karakter készítés ablak" {
usecase (Karakterkészítés) as CharacterCreation
usecase (Játékosnév választás) as ChoosePlayerName
usecase (Ügyességi pont elosztás) as SkillPoint
usecase (Játékos portré választás) as ChoosePlayerPortrait
}
usecase (Kilépés) as Quit
Player -down- NewGame
NewGame --> LoadMap : <<include>>
NewGame --> ChoosePlayer : <<include>>
NewGame <-r- Move : <<extend>>
NewGame <-l- Pause : <<extend>>
NewGame -- BackToMain
Player -- CharacterCreation
CharacterCreation --> ChoosePlayerName : <<include>>
CharacterCreation --> SkillPoint : <<include>>
CharacterCreation --> ChoosePlayerPortrait : <<include>>
Player -- Quit
@enduml | false | true | true | false | usecase |
0c40c33285d7c0809bce7e85ac61a95bb378c46c | 1e29db5bed77a596689f962e97e884fbc15c3677 | /uml/SequenceDiagram.puml | 97f344ef86acafc47c95ef12aab57b80b220ed64 | [] | no_license | AlirezaAtGeeks/android_pipeline_test | 649b3d89115cfafccd534bd9533ecd8c95ed3609 | 8e43d90fe652a107872112d49cdaf72e744cb9f5 | refs/heads/master | 2020-09-24T21:06:38.557352 | 2019-12-05T16:23:36 | 2019-12-05T16:23:36 | 225,844,074 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
WebView -> "Javascript Bridge": call a method
"Javascript Bridge" --> Services: Do the job
WebView -> "Javascript Bridge": call a method
note left : except a response
"Javascript Bridge" --> Services: Do the job
"Javascript Bridge" <-- Services: create a response
WebView <- "Javascript Bridge": return the result
@enduml | false | true | false | false | sequence |
d1bb40ad204df4b447bf15498864420df2d40c17 | db5e15c9bdf657799f67f024bb1b870f93400a58 | /bolt-extension/CommandHandler.puml | 144511359ec13e387b526f4a99533a0789f951fd | [] | no_license | maohua2013/hermes | ac00334cfa7c18569763552975f5c3b55bb7c218 | 5cd2fc32b6621ccf9d4f1e376afc876af7e8725c | refs/heads/master | 2023-03-17T06:27:10.294999 | 2020-05-15T10:37:14 | 2020-05-15T10:37:14 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,272 | puml | @startuml
abstract AbstractCommandHandler
abstract AbstractUserProcessorAdapter
interface CommandHandler
interface UserProcessor
interface Protocol
interface CommandCode
Protocol <|..BoltProtocol
CommandHandlerManager o-- BoltProtocol
CommandHandlerManager*--CommandHandler
CommandHandler <|.. AbstractCommandHandler
AbstractCommandHandler <|-- GeneralCmdHandler
AbstractCommandHandler <|-- HeartbeatHandler
UserProcessor <|.. AbstractUserProcessorAdapter
AbstractUserProcessorAdapter<|--SimpleReqProcesser
UserProcessor*--GeneralCmdHandler
CommandCode<|..CommandCodeEnum
CommandCode o-- CommandHandler
CommandCode o-- UserProcessor
class GeneralCmdHandler {
ConcurrentHashMap<String, UserProcessor<?>> processors
}
class BoltProtocol{
CommandHandlerManager cmdHandlerManager
ExecutorService executor
}
class CommandHandlerManager{
Map<CommandCode, CommandHandler<?>> CMD_HANDLER_MAP
}
interface CommandHandler{
CommandCode getCommandCode()
void handle(RemotingContext ctx, T command)
boolean handelInIOThread()
}
abstract class AbstractCommandHandler{
handle(RemotingContext ctx, T command)
abstract handleRequest(RequestCommand request)
abstract handleResponse(ResponseCommand response)
}
enum CommandCodeEnum {
GENERAL_CMD,
HEARTBEAT_CMD;
}
@enduml | false | true | false | false | class |
f41339608f0175bd5ff32b997508e4d1134fc8c9 | e1f007fbf72570843b1023c44ba6e27c6cd0ed21 | /uml/estado-inicial.plantuml | c545350b0540bf3199ea5d18867d3831592a1bcb | [] | no_license | Master-Desarrollo-20-21/ejercicio-2-modelo-de-dominio-mastermind-menthil | b18a45cb9f701618772ce6095e115d4199e3a7eb | bced4eab1dd632be1cc5afcdb40e2169763bcdb9 | refs/heads/main | 2022-12-29T06:07:30.244946 | 2020-10-12T17:14:41 | 2020-10-12T17:14:41 | 303,203,472 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 628 | plantuml | @startuml
title Mastermind - Estado inical
object Mastermind
object Board
object Player
object Goal
Goal : -winner = false
object SecretCombination
object Piece1
object Piece2
object Piece3
object Piece4
object Piece5
object Red
object Blue
object Green
object Yellow
object Pink
Mastermind *--> Player
Mastermind *--> Board
Player --> Goal
Board --> SecretCombination
SecretCombination *--> Piece1
SecretCombination *--> Piece2
SecretCombination *--> Piece3
SecretCombination *--> Piece4
SecretCombination *--> Piece5
Piece1 *--> Red
Piece2 *--> Blue
Piece3 *--> Green
Piece4 *--> Yellow
Piece5 *--> Pink
@enduml | false | true | false | false | class |
6fa682f6af2911306ef8fb8901781a5dc5a4ffdd | cd526799134795e04eec4399a2076e313eeaa4de | /doc/usecases/diagrams/paymentInitRedirect.puml | 6ee289688f90c768ce9bbe3d9d0ddce68407738f | [
"Apache-2.0"
] | permissive | berezkin88/xs2a | db73702dc49211fe3adffd3b8f3e0c183ac2023d | cb863fdd3d1dbb4bf40e59a2c26e84f2dfbfe9e2 | refs/heads/master | 2023-08-03T22:21:45.360741 | 2020-07-31T10:22:52 | 2020-07-31T10:22:52 | 284,695,034 | 0 | 0 | Apache-2.0 | 2020-08-03T12:33:05 | 2020-08-03T12:33:04 | null | UTF-8 | PlantUML | false | false | 4,345 | puml | @startuml
actor PSU
entity TPP
entity XS2A
entity SPI
entity SPI
entity CMS
entity Online_banking
entity Core_banking
note right of CMS
For an Authorisation Call
CMS-PSU-API is used
end note
PSU->TPP: Initiate payment
activate TPP
activate PSU
TPP -> XS2A: REST Call Initiate payment\nPOST "/v1/payments/{payment-product}"
activate XS2A
XS2A->SPI: Java Call SPIinitiatePayment
activate SPI
|||
SPI-->XS2A: SpiSinglePaymentInitiationResponse
deactivate SPI
|||
XS2A-->TPP:Payment initiation response
deactivate XS2A
|||
TPP->XS2A: REST Call Initiate authorisation implicitly \nPOST"/v1/{payment-service }/{payment-product}/\n{paymentId}/authorisations"
activate XS2A
note left
in case of Multilevel SCA
the authorisation steps
should be repeated for other PSU
end note
|||
XS2A-->TPP:Start authorisation response\n"link_SCARedirect "
deactivate XS2A
TPP-->PSU: Feedback to the customer\nAuthorise the transaction
deactivate TPP
|||
PSU->Online_banking: PSU re-direct to an authorisation webpage of the ASPSP
deactivate PSU
activate Online_banking
|||
Online_banking->CMS: REST Call GetPaymentByRedirectId\n"GET/psu-api/v1/payment/redirect/{redirect-id}"
activate CMS
|||
CMS-->Online_banking: CmsPaymentResponse
|||
Online_banking->CMS: REST Call UpdatePsuIdPayment\n"PUT/psu-api/v1/payment/authorisation/\n{authorisation-id}/psu-data"
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
|||
Online_banking-->PSU: Authorisation Process Response
deactivate Online_banking
activate PSU
|||
PSU->Online_banking: The PSU Authorises the Payment
activate Online_banking
|||
Online_banking->CMS: REST Call UpdateAuthorisationStatus\n"PUT/psu-api/v1/payment/{payment-id}/authorisation/\n{authorisation-id}/status/{status}"
activate CMS
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
Online_banking->Core_banking: Execute Payment
activate Core_banking
|||
Core_banking-->Online_banking: Response PaymentStatus
deactivate Core_banking
Online_banking->CMS: REST Call UpdatePaymentStatus\n"PUT/psu-api/v1/payment/{payment-id}/status/{status}"
activate CMS
|||
CMS-->Online_banking: Response "http Codes: 200 successful or 400 error"
deactivate CMS
|||
Online_banking-->PSU: Payment confirmed
deactivate Online_banking
|||
PSU->TPP: Redirect back to TPP
deactivate PSU
activate TPP
|||
TPP->XS2A: REST Call get payment status\n"GET/v1/{payment-service}/{paymentId}/status"
activate XS2A
|||
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPI GetPaymentStatusByid
activate SPI
|||
SPI->Core_banking: GetPaymentStatusById
activate Core_banking
|||
Core_banking-->SPI: Transaction Status Response
deactivate Core_banking
|||
SPI-->XS2A: Transaction Status Response
deactivate SPI
|||
XS2A->CMS: REST Call UpdateTransactionStatus
activate CMS
|||
CMS->XS2A: UpdateTransactionStatus Response
deactivate CMS
|||
XS2A-->TPP: Transaction Status Response
deactivate XS2A
|||
TPP->XS2A: REST Call Get Payment Request "GET/v1/\n{payment-service}/{paymentId}"
deactivate TPP
activate XS2A
XS2A->CMS: REST Call GetPaymentById
activate CMS
|||
CMS-->XS2A: Payment Object Response
deactivate CMS
|||
XS2A->SPI: Java Call SPIGetPaymentbyId
activate SPI
|||
SPI->Core_banking: GetPaymentById
activate Core_banking
|||
Core_banking-->SPI: Payment Object Response
deactivate Core_banking
SPI-->XS2A: SpiSinglrPayment /\nSpiPeriodicPayment /\nSpiBulkPayment /\nSpiPaymentInfo
deactivate SPI
|||
XS2A->CMS: REST Call UpdatePayment
activate CMS
|||
CMS-->XS2A: UpdatePayment Response
deactivate CMS
|||
XS2A-->TPP: Get Payment Response
deactivate XS2A
activate TPP
|||
TPP->XS2A: REST Call Get Authorisation Sub-resources\n"GET/v1/{payment-service}/{payment-product}\n/{paymentId/authorisations}"
activate XS2A
|||
XS2A->CMS: GetAuthorisationsByPaymentId
activate CMS
|||
CMS-->XS2A: GetAuthorisationsByPaymentId Response
deactivate CMS
XS2A-->TPP: Authorisation Ids List
|||
TPP->XS2A: REST Call Get Authorisation\n"GET/v1/{payment-service}/{payment-product}/\n{paymentId/authorisations}/{authorisationId}"
XS2A->CMS: GetAuthorisationScaStatus
activate CMS
|||
CMS-->XS2A: GetAuthorisationScaStatus Response
deactivate CMS
XS2A-->TPP: Sca Status
deactivate XS2A
deactivate TPP
@enduml
| false | true | false | false | sequence |
1eee8b73fa858cf27b80f93b4f697cd37dfea73e | 124b894a3ef93319757b58a1fd24ff43d69e7186 | /docs/uml/copy object.puml | ecafd9abae8c74103405891c41cdd448d65dfb77 | [
"MIT"
] | permissive | 0chain/gosdk | 614cc6079609f0a02aefc37f9ef5d3e2164317ff | acf2724b91db051ea886b20f991cf4a34a48665c | refs/heads/staging | 2023-08-31T22:49:21.221247 | 2023-08-16T15:16:35 | 2023-08-16T15:16:35 | 191,593,548 | 30 | 36 | MIT | 2023-09-14T19:54:49 | 2019-06-12T15:04:03 | Go | UTF-8 | PlantUML | false | false | 941 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox copy" as cli
collections gosdk
collections blobber
cli -> gosdk: GetAllocation(allocationID)
cli -> gosdk: GetFileStats(remotepath)
alt not empty file stats
cli -> gosdk: GetFileMeta(remotepath)
end
cli -> gosdk: CopyObject(remotepath, destpath)
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: check valid path
gosdk -> gosdk: create copy request
group for each blobber (blobber, bidx)
gosdk -> blobber: call http request to get object tree
gosdk -> blobber: call http request to copy blobber
alt successful status code
gosdk -> gosdk: increase consensus and change copyMask
end
end
gosdk -> gosdk: check threshold consensus
gosdk -> gosdk: create commit request
group for each bit 1 in the copyMask
gosdk -> blobber: add commit request
end
group for each successful commit
gosdk -> gosdk: increase consensus
end
gosdk -> gosdk: check threshold consensus
@enduml
| false | true | false | false | sequence |
14dc3982711623cec041d69b24e1944bd7c466e5 | 74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3 | /Offline 2/Problem 2/out/production/Problem 2/aesthetics/font/font.plantuml | ba108870f85915dbc604646bd207d8caca11a010 | [] | no_license | zarif98sjs/CSE-308-Software-Engineering | a9759bbee2ea0647eae2ea677d08741293a1cc14 | 515015a40c10d916d5089f11784b4ff75319fcbd | refs/heads/main | 2023-06-27T05:57:00.443594 | 2021-07-28T13:57:32 | 2021-07-28T13:57:32 | 344,690,362 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 940 | plantuml | @startuml
title __FONT's Class Diagram__\n
namespace aesthetics {
namespace font {
class aesthetics.font.Consolas {
+ toString()
}
}
}
namespace aesthetics {
namespace font {
class aesthetics.font.CourierNew {
+ toString()
}
}
}
namespace aesthetics {
namespace font {
interface aesthetics.font.Font {
{abstract} + toString()
}
}
}
namespace aesthetics {
namespace font {
class aesthetics.font.Monaco {
+ toString()
}
}
}
aesthetics.font.Consolas .up.|> aesthetics.font.Font
aesthetics.font.CourierNew .up.|> aesthetics.font.Font
aesthetics.font.Monaco .up.|> aesthetics.font.Font
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 |
ab41bdb55f58ddcf253db1f753a6f6eb29eba119 | e67f21c7e497a31bed900f94e57fcf68df367b4c | /upgrade/upgrade_process_principles.puml | 25b2c6ad53548f56fd903bf3d76f24d64e71b9c0 | [
"Apache-2.0"
] | permissive | orange-cloudfoundry/paas-templates | 52026743eb4be476747ae5f67fc24ac6fd676f2b | 04627b0f5f69e9e6e03c10eb351ee2b9baba3c46 | refs/heads/manual-drop | 2022-03-13T19:25:52.043409 | 2022-02-24T09:54:14 | 2022-02-24T09:54:14 | 123,921,139 | 17 | 3 | Apache-2.0 | 2020-04-23T10:04:47 | 2018-03-05T13:09:11 | Shell | UTF-8 | PlantUML | false | false | 600 | puml | upgrade_process_principles
@startuml
partition Shell-mode {
(*) --> "Get Paas Templates from reference"
(*) --> "Get Cf-Ops-Automation from Github"
"Get Paas Templates from reference" --> "Push to local Gitlab"
"Get Cf-Ops-Automation from Github" --> "Push to local Gitlab"
"Push to local Gitlab" ---> "Setup upgrade pipelines"
}
partition Concourse-mode {
"Setup upgrade pipelines" --> "Check upgrade pipelines"
"Check upgrade pipelines" --> "Upgrade Cf-Ops-Automation"
"Upgrade Cf-Ops-Automation" --> "Upgrade Paas-Templates"
}
"Upgrade Paas-Templates" --> (*)
@enduml
upgrade_process_principles | false | true | false | false | activity |
529b5d6fef63e78e0ad39e6b3f73e7840cc18cdb | 71f5a811e7d5517abaa37a9dbe413e52d34b491a | /src/main/resources/diagrams/ClassDiagram.plantuml | 26b9f006cc8eb09d9d8a97b4087c8cd10fea967e | [] | no_license | lanzgit/personagem-rpg | 8ea3635a5c079edc8fbeb0d018ecd3df629e7a3a | 790a111080aca1d56c2aed492282a74f241c8919 | refs/heads/master | 2023-08-05T02:11:34.714513 | 2021-09-24T02:28:46 | 2021-09-24T02:28:46 | 381,068,861 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 971 | plantuml | @startuml
class Equipe {
- nome : String
- descricao : String
- dataFundacao : Date
- numMembros : int
+ toString()
+ infoToSave()
}
class Personagem {
- nome : String
- dataCriacao : Date
- raca : String
- classe : String
+ toString()
+ infoToSave()
+ setAtributos()
}
class Equipamento {
- nome : String
- nivel : int
- peso : float
+ toString()
+ infoToSave()
# setAtributos()
}
class Arma {
- tipo : String
- dano : int
- material : String
+ toString()
+ infoToSave()
+ setAtributos()
}
class Armadura {
- tipo : String
- defesa : int
- material : String
+ toString()
+ infoToSave()
+ setAtributos()
}
class Consumivel {
- efeito : bool
- qntUso : int
- status : int
+ toString()
+ infoToSave()
+ setAtributos()
}
left to right direction
Personagem "1" -- "0..*" Equipamento
skinparam groupInheritance 3
Equipamento <|-- Arma
Equipamento <|-- Armadura
Equipamento <|-- Consumivel
Equipe "1" -up- "1..*" Personagem
@enduml | false | true | false | false | class |
098e9b64c242ece16a8a6405dbba6ef173cb0dda | 3a2168e2e4ce104465aa21d3dec8950fbd0ab3d4 | /cd_lq_sensor.puml | 88cf19c9b7c8207ee22a444cc642b7ce53aa083b | [] | no_license | nmehta2002/exp | ee20f4f33769e45cbdf1da4ba5869090aaa3187c | 69ab76155edc0aff33a5293bb465da8c33f8d468 | refs/heads/master | 2020-04-07T08:02:37.855322 | 2018-11-21T14:07:25 | 2018-11-21T14:07:25 | 158,198,592 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,285 | puml | @startuml
class LQRequest
{
}
class LQResult
{
}
class LQMgr
{
..
//
// Notifies the LQMgr, about a hint received from the backend.
// Expects the LQMgr to start the process of getting and running
// the live queries.
//
+void Notify()
==
..
//
// Get the current time stamp to use in check-in message.
//
+Timestamp GetCurrentTimeStamp()
==
+void Shutdown()
}
class LQTimeStampKeeper
{
+void ProcessedQuery(shared_ptr<LQResult> lqResult)
+void UpdateKeeperNewRequestTimeStamp(vector<shared_ptr<LQRequest>> lqRequests)
+Timestamp GetCurrentTimeStamp()
}
class LQRequestGetter
{
+vector<shared_ptr<LQRequest>> Get(TimeStamp createdAfter)
-- private data --
- TimeStamp newestKnownQuery
}
class LQRunner
{
+void Run(shared_ptr<LQRequest> lqRequest)
}
class LQHttpEngine
{
+vector<shared_ptr<LQRequest>> GetRequest(Timestamp createdAfter)
+void SendResult(shared_ptr<LQResult> lqResult)
}
class LQResultSender
{
+void Send(shared_ptr<LQResult> lqResult)
}
interface Subscriber
{
+void Notify(event_type, event);
}
Subscriber <|-- LQMgr
LQMgr o-- LQTimeStampKeeper
LQMgr o-- LQRunner
LQHttpEngine o-- LQRequestGetter
LQHttpEngine o-- LQResultSender
@enduml | false | true | false | false | class |
87e3e4cb6553bcbc08b872958507123adf91632a | 6df209763ebc8e47c1390ca8ff00f453543b3d7e | /docs/img/diagram/request.puml | 426fdffd661fa7acd21f2197cb3eee32de5f1df8 | [] | no_license | csrdelft/csrdelft.nl | 89dc3c8067a33082780c7ce43799fb4101bcacb2 | db9da8acb148d96bff6b66b02d330c3bf60c5e0e | refs/heads/master | 2023-08-21T16:50:58.232871 | 2023-08-18T08:27:43 | 2023-08-18T08:27:43 | 61,622,229 | 23 | 16 | null | 2023-09-03T16:43:43 | 2016-06-21T09:48:59 | PHP | UTF-8 | PlantUML | false | false | 1,561 | puml | @startuml
!theme cerulean
participant index.php as index
participant configuratie.include.php as configuratie.include
participant Kernel as kernel
index -> configuratie.include ++
configuratie.include -> configuratie.include : Configuratie
note over configuratie.include
Laad "".env"", "".env.local"", "".env.dev"", etc.
Zie ""symfony/dotenv""
end note
note over configuratie.include
Laad error handlers
end note
configuratie.include -> kernel ++ : ""$kernel->boot()""
note over kernel
Laad configuratie voor Symfony,
routes, bundles, etc. Zie de
""config"" map hier voor. Zet
ook de database klaar.
Zie https://symfony.com/doc/current/configuration
end note
return
note over configuratie.include
Zet php configuratie
end note
return ""Kernel""
index -> kernel ++ : handle()
note over kernel
De sessie van de gebruiker wordt
gecontroleerd en er wordt gekeken
of de gebruiker de juiste rechten
heeft.
end note
kernel -> action ++
note over action
action wordt op bais van de
""REQUEST_URI"" gekozen. Zie de
""config/routes"" map voor alle
mogelijke routes.
Alle controllers bevinden zich in
de ""CsrDelft\controller\""
namespace.
end note
note over action
In de action wordt alle logica uitgevoerd
om een response te bouwen, denk aan
dingen uit de database plukken,
wijzigingen doorvoeren, etc.
end note
return
return ""Response""
index -> kernel ++ : ""$kernel->send($response)""
note over kernel
Converteer de Response naar een string
en stuur deze naar de gebruiker.
end note
return
index -> index -- : ""$kernel->terminate($request, $response)""
@enduml
| false | true | false | false | sequence |
89a4d0ca38e0ffbd272892de8e10e1874b343948 | 14c81e0536c0acb652aed9a4bf27dcbe88d35295 | /src/main/java/ex41/ex41.puml | d42fb9fb9087075451c6c4f30e722a6053f3b1e1 | [] | no_license | CailaC/Coates-cop3330-assignment3 | 117da996a9cc71762df87e733373a4bf98188d7d | b1fd83951c7de053f8560945ff14ff1ba4289eca | refs/heads/master | 2023-08-12T07:00:18.413124 | 2021-10-12T03:48:49 | 2021-10-12T03:48:49 | 414,608,929 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 114 | puml | @startuml
'https://plantuml.com/class-diagram
class Main41 {
+ readList()
sortListAlphabetically()
}
@enduml | false | true | false | false | class |
1a9a2ebd9cc578f47a0941c312e77d0e0b7015a2 | 36d8d41465021145c4cf7dd23aa9971c05b9d20f | /gitbook/chapter5/Interceptor.puml | 9963fb5e74b2b537b997c9443cb8c896e8212601 | [] | no_license | seekting/okhttpdoc | adc455e4d76956af89555377c75c1655d1d81533 | 937bf1d24a5583e3f13701fc5cef6e808e8db717 | refs/heads/master | 2020-04-05T13:07:01.022904 | 2017-08-28T03:52:49 | 2017-08-28T03:52:49 | 95,087,921 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 479 | puml | @startuml
interface Chain{
Request request();
Response proceed(Request request) throws IOException;
Connection connection();
}
interface Interceptor{
Response intercept(Chain chain)
}
Interceptor <|.. RetryAndFollowUpInterceptor
Interceptor <|.. BridgeInterceptor
Interceptor <|.. CacheInterceptor
Interceptor <|.. ConnectInterceptor
Interceptor <|.. CallServerInterceptor
RealInterceptorChain --|> Chain
Chain <..Interceptor
Chain ..> Request
Interceptor ..> Response
@enduml | false | true | false | false | class |
a077ac63c790556d490a2b34f1efac753f0df02e | f5d419b9a7852bde06a3a7eae914afdd995fff8c | /klassendiagramm.puml | 3192f1a3923d90a496dbea4fe9d49877cd55036a | [] | no_license | TheMasterof/01-project-prposal-EminaSljivic | 3a146d90467d4653ed4506317d517c503d89c41b | 6b74ee9e04d6d172e291d6e18711353e287aef4b | refs/heads/master | 2020-12-27T06:21:04.973090 | 2020-01-27T12:31:25 | 2020-01-27T12:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 554 | puml | @startuml
top to bottom direction
class Event{
int _eventId
String _title
String _description
Date _startDate
Date _endDate
}
class Station{
String _title
Event _eventId
Department _department
}
class Allocation{
Person _person
Time _startTime
Time _endTime
Role _role
}
class Person{
String _firstName
String _lastName;
}
class Student{
SchoolClass class
}
Event "1" -- "*" Station : has
Allocation "1" -right- "1" Person : belongs to
Student --|> Person
Station "*" -- "1" Allocation
@enduml
| false | true | false | false | class |
a532565352ccdf328d5dbdc552d3dbc60cee2b29 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/Shipping.puml | 07b93f9490e48c738e0aa2bd4effcbda65da415f | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 4,882 | 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 Shipping [[Shipping.svg]] {
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingAddress: [[Address.svg Address]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
}
interface Cart [[Cart.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalLineItemQuantity: Long
totalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
cartState: [[CartState.svg CartState]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
custom: [[CustomFields.svg CustomFields]]
deleteDaysAfterLastModification: Integer
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
Shipping --> Cart #green;text:green : "shipping"
Shipping --> Order #green;text:green : "shipping"
@enduml
| false | true | false | false | sequence |
d38916de2df5de3f5d4c16dde98c32888fcd498e | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Services/cloud-proxy/UseCases.puml | 37cef21d74dc68f15504b2864f6be42512a94ded | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
left to right direction
actor :User:
actor :SubSystem:
rectangle "cloud-proxy Service" #lightblue {
UseCase UC1 as "Use Case1"
UseCase UC2 as "Use Case2"
User --> UC1
UC1 --> UC2
UC2 --> SubSystem
}
@enduml
| false | true | false | false | usecase |
7146bbb9007640c4e2fa823dfc073985b88e289c | 385e1af8ac0c415d30b7737d733a8f3f020d5808 | /doc/oauth2-sequence.puml | e3a628feaf1a0b0b8689f5c270839ec02ed47296 | [] | no_license | jhannes-playpen/java-oauth-metal | 690435a1af052245bbc0b1b39489b93b43eea9c3 | 01e4a73d89969584f7ce19c2f67b1d0408e2fab5 | refs/heads/master | 2020-03-19T03:42:18.618196 | 2018-11-28T00:15:19 | 2018-11-28T00:15:19 | 135,754,374 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 851 | puml | @startuml OAuth2 Sequence with Azure Active Directory
actor browser as "Web browser"
participant application as "Application"
box "Azure"
participant idp as "Azure Active Directory"
participant api as "Azure Graph API"
end box
browser -> application: Hi
browser <-- application: Redirect to https://login.microsoft.com\nclient_id, redirect_uri
browser <-> idp: Log in, consent to sharing information
browser <-- idp: Redirect to redirect_uri
browser -> application ++: http parameter code
application -> idp ++: /oauth2/token\ncode, client_id, client_secret
application <-- idp --: token response\n(access_token, id_token, ...)
application -> application: Decode id_token for username, name etc
application -> api: /me\nAuthorization: bearer <access_token>
application <-- api: User details
browser <-- application --: Hi, "Name"
@enduml
| false | true | false | false | usecase |
f52d221fba5a9dd80622984fb70c6685e110f2c2 | f4912b210d7eb691deae8a8a396ecbc2b9ae4386 | /assets/SQLIntegratedChangeTracking-Sequence.puml | a2a9bda9952085b91541983dc290939d24c641d6 | [
"MIT"
] | permissive | newportg/newportg.github.io | 8eaf3eb41e7502b26c7aa33b55e3e9ec67731536 | 5fae722e228c339cf6707ba4a4747fc7bbbf9705 | refs/heads/master | 2021-06-06T00:04:48.145436 | 2020-03-06T09:18:45 | 2020-03-06T09:18:45 | 152,589,658 | 0 | 1 | null | 2019-02-08T15:05:51 | 2018-10-11T12:40:31 | JavaScript | UTF-8 | PlantUML | false | false | 362 | puml | @startuml
title "SQL Integrated Change Tracking - Sequence Diagram"
activate hub
actor hub
Database SQL
activate Webjob
Webjob -> SQL : Connect
hub -> SQL
Webjob -> SQL : Get Changes
return
Webjob -> SQL : Get Data
return
Database ElasticSearch
Webjob -> ElasticSearch : Send Data
return
Webjob -> SQL : Disconnect
deactivate Webjob
deactivate hub
@enduml | false | true | false | false | sequence |
f958b72226fbd89f3f5c7352a16c33764b2c0deb | 27bade928da247751c05e64b7baa7cd79bbc4766 | /oodesignpatterns/diagrams/abstract-factory.puml | f6399d9e7cbef361e504978a0120f765cce142de | [] | 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 | 2,695 | puml | @startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.creational.abstractfactory {
' Classes and interfaces
together {
interface Shape {
+ draw()
}
class Circle {
+ draw()
}
class Rectangle {
+ draw()
}
class Square {
+ draw()
}
class ShapeFactory {
+ getShape(shapeType) : Shape
}
}
together {
interface Color {
+ fill()
}
class Red {
+ fill()
}
class Green {
+ fill()
}
class Blue {
+ fill()
}
class ColorFactory {
+ getColor(colorType) : Color
}
}
abstract class AbstractFactory {
+ {abstract} getShape(shapeType) : Shape
+ {abstract} getColor(colorType) : Color
}
class FactoryProducer {
+ getFactory(factoryType) : AbstractFactory
}
class FactoriesTest
' relationships
Circle --> Shape : implements
Rectangle --> Shape : implements
Square --> Shape : implements
ShapeFactory .^ Shape : create
Red --> Color : implements
Green --> Color : implements
Blue --> Color : implements
Color ^. ColorFactory : create
ShapeFactory --|> AbstractFactory : extends
ColorFactory --|> AbstractFactory : extends
FactoryProducer .^ AbstractFactory : create
FactoriesTest o- FactoryProducer : use
' hide garbage
hide empty fields
hide empty methods
' notes
note bottom of FactoriesTest
Shape circle = FactoryProducer.getFactory(FactoryType.SHAPE_FACTORY).getShape(ShapeType.CIRCLE)
<i><size:10><color:grey>read: <b>FactoriesTest</b> uses <b>FactoryProducer.getFactory(...)</b> method to create a specific factory (which is an <b>AbstractFactory</b>)</color></size></i>
<i><size:10><color:grey>then uses <b>getShape(...)</b> method to create a CIRCLE (which is a <b>Shape</b>)</color></size></i>
Color red = FactoryProducer.getFactory(FactoryType.COLOR_FACTORY).getColor(ColorType.RED)
end note
note "<i><size:10><color:grey>Factory methods:\n<i><size:10><color:grey><b>getColor(...)</b>\n<i><size:10><color:grey><b>getShape(...)</b>\n<i><size:10><color:grey><b>getFactory(...)</b>" as n1
}
'legend
legend bottom left
ABSTRACT FACTORY [design pattern]
end legend
@enduml | false | true | false | false | sequence |
8e0d1e28c3097318530baa4415d2cdc2e36bb22e | 93852ba01dc1323c634f428d64e1e34c0c43f504 | /documentation/class_diagrams/pattern_detector.puml | 88b4430df9cf4462be5f5aff118ebdf37b5f7c47 | [
"MIT"
] | permissive | ADCenterNetwork/discern-fmk | 6605900d286fa309b39130ec7b612ba5262200f2 | 4781f1a986f7b24f298b2729b87ddee4227cb1d0 | refs/heads/main | 2023-06-10T15:23:16.715468 | 2021-07-07T12:09:24 | 2021-07-07T12:09:24 | 381,624,990 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,541 | puml | @startuml Pattern_detector-model
abstract class PatternDetector {
+ patternDetection(path: String, pattern: String): void
- {abstract} secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- prediction(Dictionary[String]): Tensor
- printPredictions(Tensor, Dictionary[String], String): void
}
' Layers
class CodingLayer extends AbstractLayer{
+ codingLayer(nodes: List[Node], wR: Tensor, wL: Tensor, b: Tensor): List[Node]
- codingIterations(): void
}
class ConvolutionalLayer extends AbstractLayer{
+ convolutionalLayer(nodes: List[Node]): List[Node]
- calculateY(nodes: List[Node]): void
- slidingWindowTensor(Node): Tensor
}
class PoolingLayer extends AbstractLayer{
+ poolingLayer(nodes: List[Node]): Tensor
}
class HiddenLayer extends AbstractLayer{
+ hiddenLayer(Tensor): Float
}
abstract class AbstractLayer {
}
'Test
class GeneratorDetector extends PatternDetector {
- conv: ConvolutionalLayer
- pooling: PoolingLayer
- hidden: HiddenLayer
- secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- loadMatricesAndVectors(CSVFiles): void
}
class WrapperDetector extends PatternDetector {
- cod: CodingLayer
- conv: ConvolutionalLayer
- pooling: PoolingLayer
- hidden: HiddenLayer
- secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- loadMatricesAndVectors(CSVFiles): void
}
GeneratorDetector "one"..> "many" AbstractLayer: uses
WrapperDetector "one"..> "many" AbstractLayer: uses
@enduml | false | true | false | false | class |
1adf4d52260eeb019fb575e6832811b13cdea0d5 | c517214ebe35b8c4414534a61329b7fdcab2c8ac | /Documentation/Model.plantuml | d4a2fa4c63a080ab38ee1e682e8c2922c2778f1f | [
"MIT"
] | permissive | kwingerden/ecodatum-server | a30ab750acdb6bf498b7fd4a032a44dddb4e0aa1 | 6b6f5f870e06695ea49056fa24703f4b35a9466c | refs/heads/master | 2021-09-14T14:29:58.170038 | 2018-05-15T03:42:26 | 2018-05-15T03:42:26 | 111,328,490 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,298 | plantuml | @startuml
enum AbioticFactor {
AIR = 1
SOIL = 2
WATER = 3
}
enum ImageType {
GIF = 1
JPEG = 2
PNG = 3
}
enum MeasurementUnit {
ACIDITY_PH (0..14) = 1
CARBON_DIOXIDE_PPM (0..100,000) = 2
LIGHT_INTENSITY_LUX (0..150,000) = 3
TEMPERATURE_CELCIUS (-270..1000) = 4
}
class Measurement {
value: Double
abioticFactor: AbioticFactor
type: MeasurementUnit
}
class Note {
note: String
}
class Organization {
name: String
description: String
code: String
}
class Image {
base64Encoded: String
description: String
imageType: ImageType
}
enum Role {
OWNER
MEMBER
}
class Survey {
date: Date
}
class Site {
name: String
description: String
latitude: Double
longitude: Double
altitude: Double
horizontalAccuracy: Double
verticalAccuracy: Double
}
class Token {
token: String
}
class User {
name: String
email: String
password: String
}
Measurement -- AbioticFactor
Measurement -- MeasurementUnit
Image -- ImageType
User "0" o-- "*" Organization: belongs
(User, Organization) .. Role
User "0" *-- "*" Token: authenticates
User "0" *-- "*" Site: defines
User "0" *-- "*" Survey: takes
Organization "0" *-- "*" Site
Site "0" *-- "*" Survey
Survey "0" *-- "*" Note
Survey "0" *-- "*" Image
Survey "0" *-- "*" Measurement
@enduml | false | true | false | false | class |
f4090424e1e4d330cc97e15035764e21a8d32941 | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/skeleton_comm_diagrams/comm_tries_to_use_teleport_gate.plantuml | 71d825f67e8a725b9f115f8e43e87a5d97b49c41 | [] | no_license | bbucsy/projlab_holy_oil | e703a3ac579555a6c62f91051d7fbb5572c88d30 | a1c4e9b953e7f7c22dabbd935abb461f9cacd409 | refs/heads/master | 2023-05-02T06:22:36.234536 | 2021-05-09T09:46:04 | 2021-05-09T09:46:04 | 342,634,410 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | plantuml | @startuml Use Teleport Gate fail
title Settler tries to use teleport gate without active pair
skinparam Linetype polyline
rectangle "Skeleton" as c
rectangle "s: Settler" as s
rectangle "gate: TeleportGate" as g
rectangle "pair: TeleportGate" as p
rectangle "onAsteroid: Asteroid" as a1
c ---right-> s : <<create>>
c --> a1 : <<create>>
c --up-> g : <<create>>
c --up-> p : <<create>>
c ---right-> s : setOnAsteroid(onAsteroid)
c ---> a1 : AddCrewmate(s)
c ---> a1 : setTeleportGate(gate)
c ---> p : setPair(gate)
c --up-> g : setHomeAsteroid(onAsteroid)
c --up-> g : setPair(pair)
c --up-> p : setHomeAsteroid(null)
@enduml | false | true | false | false | sequence |
4283c88ce07c841b437e6da72cff2c7cdb8d2799 | 1cf4490d48f50687a8f036033c37d76fec39cd2b | /src/main/java/global/skymind/training/fundamental/ex7/ex7.plantuml | 169fe9bb307a8e0939ff92ff0d663893c51658b1 | [
"Apache-2.0"
] | permissive | muame-amr/java-traininglabs | 987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83 | a93268f60e6a8491b1d156fae183a108ff0d9243 | refs/heads/main | 2023-08-06T10:04:57.996593 | 2021-09-28T11:21:00 | 2021-09-28T11:21:00 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | plantuml | @startuml
title __EX7's Class Diagram__\n
namespace global.skymind {
namespace training.fundamental.ex7 {
class global.skymind.training.fundamental.ex7.Ex7_UnaryOps {
{static} + main()
}
}
}
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 |
93d8819ff397cf6751e4930916779e9880f137a7 | 0c5e47ecc8c280c7b6c41e585aace67524473bd4 | /src/main/resources/uebung3/exercise01b.puml | c3a9197b800883b9cf5762fdf01dba309130e2a0 | [] | no_license | phbenisc/msiComplexTheorie | bad88319e1ffe89bcb9c09d71b48447afab12897 | 24ba533c2915308f1edc304d37583cbed76c386f | refs/heads/master | 2023-02-27T21:38:58.384128 | 2021-02-01T07:57:27 | 2021-02-01T07:57:27 | 306,917,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 347 | puml | @startuml
skinparam state {
BackgroundColor<<YES>> LightGreen
BackgroundColor<<NO>> Red
BorderColor Gray
}
state "Endet auf a" as SA <<NO>>
state "Endet auf b" as SB <<NO>>
state "Endet auf ab" as SAB <<YES>>
SA: 0
SB: 1
SAB: 2
[*] --> SB
SA --> SA : a
SA --> SAB : b
SB --> SA : a
SB --> SB : b
SAB --> SA : a
SAB --> SB : b
@enduml
| false | true | false | false | sequence |
c0c6e0d1a583c3f423cb95e5ef91389ae7afe896 | 8831a87b4bcdf77329b1a8bd689388de988cf5ba | /diagrams/books_example/selling_domain.plantuml | f1c1da8729862a399ccfc96f18a9118e9ff0a85c | [] | no_license | ddd-ftw/dddrail-talk | 89855ae5993f84335086e7ab7d4658b625180033 | 31dddb8fa3cf751d30d6b214f9fcbc563180e51d | refs/heads/master | 2020-06-22T11:28:19.974330 | 2016-03-31T18:13:03 | 2016-03-31T18:56:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | plantuml | @startuml
title Selling Domain
skinparam shadowing false
class SaleConfiguration {
price
cover_type
paper_type
}
class Order
class LineItem {
price
quantity
}
class Book
LineItem --> Book
class PurchasedConfiguration {
cover_type
paper_type
}
Order --> LineItem
LineItem --> PurchasedConfiguration
@enduml
| false | true | false | false | class |
9a3a388b5265ff3482bb3595515e0cc08026e161 | f265a6cf1a3269c1c07446b2869fb3a8c80d28fb | /src/main/java/com/example/apns/PushNotification/domain/domain.plantuml | 383362097fb00f3b5d810abbe73ed7a75684eeea | [] | no_license | alokkulkarni/PushNotification | 92e08cc40a8550f2aee68fb50ace2fb48d9f90e5 | 348067139783fde691c213bff6f456e1915c3964 | refs/heads/master | 2021-07-07T01:29:41.986413 | 2020-09-12T06:27:06 | 2020-09-12T06:27:06 | 184,802,314 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,102 | plantuml | @startuml
title __DOMAIN's Class Diagram__\n
package com.example.apns.PushNotification {
package com.example.apns.PushNotification.domain {
class DeviceDetails {
- id : String
- customerId : String
- aid : String
- deviceToken : String
- deviceName : String
- deviceOS : String
- deviceBundleIdentifier : String
- deviceType : String
- deviceSerialNumber : String
- deviceIMEINumber : String
- devicedeploymentTarget : String
- deviceApplicationVersion : String
- deviceBuild : String
- status : String
+ DeviceDetails()
+ DeviceDetails()
+ getId()
+ getCustomerId()
+ setCustomerId()
+ getAid()
+ setAid()
+ getDeviceToken()
+ setDeviceToken()
+ getDeviceName()
+ setDeviceName()
+ getDeviceOS()
+ setDeviceOS()
+ getDeviceBundleIdentifier()
+ setDeviceBundleIdentifier()
+ getDeviceType()
+ setDeviceType()
+ getDeviceSerialNumber()
+ setDeviceSerialNumber()
+ getDeviceIMEINumber()
+ setDeviceIMEINumber()
+ getDevicedeploymentTarget()
+ setDevicedeploymentTarget()
+ getDeviceApplicationVersion()
+ setDeviceApplicationVersion()
+ getDeviceBuild()
+ setDeviceBuild()
+ getStatus()
+ setStatus()
+ equals()
+ hashCode()
+ toString()
}
}
}
package com.example.apns.PushNotification {
package com.example.apns.PushNotification.domain {
class InAppNotificationPriority {
- id : String
- category : String
- priority : String
- priorityCode : int
+ InAppNotificationPriority()
+ InAppNotificationPriority()
+ getId()
+ getCategory()
+ setCategory()
+ getPriority()
+ setPriority()
+ getPriorityCode()
+ setPriorityCode()
+ equals()
+ hashCode()
+ toString()
}
}
}
package com.example.apns.PushNotification {
package com.example.apns.PushNotification.domain {
class NotificationDetails {
- id : String
- customerID : String
- aid : String
- notificationSentDate : LocalDate
- expiration : Long
- status : String
- systemId : String
- systemDate : String
- alertBody : String
- topic : String
- alertTitle : String
- category : String
- notificationParams : Map<String, Object>
- customParams : Map<String, Object>
- isMutableContent : Boolean
- inAppPriority : String
- pushPriority : String
- size : int
- contentAvailable : boolean
- silent : boolean
- inAppNotification : boolean
- pushNotification : boolean
+ NotificationDetails()
+ NotificationDetails()
+ getId()
+ getCustomerID()
+ setCustomerID()
+ getAid()
+ setAid()
+ getNotificationSentDate()
+ setNotificationSentDate()
+ getExpiration()
+ setExpiration()
+ getStatus()
+ setStatus()
+ getSystemId()
+ setSystemId()
+ getSystemDate()
+ setSystemDate()
+ getAlertBody()
+ setAlertBody()
+ getTopic()
+ setTopic()
+ getAlertTitle()
+ setAlertTitle()
+ getCategory()
+ setCategory()
+ getNotificationParams()
+ setNotificationParams()
+ getCustomParams()
+ setCustomParams()
+ getMutableContent()
+ setMutableContent()
+ getInAppPriority()
+ setInAppPriority()
+ getPushPriority()
+ setPushPriority()
+ getSize()
+ setSize()
+ isContentAvailable()
+ setContentAvailable()
+ isSilent()
+ setSilent()
+ isInAppNotification()
+ setInAppNotification()
+ isPushNotification()
+ setPushNotification()
+ equals()
+ hashCode()
+ toString()
}
}
}
package com.example.apns.PushNotification {
package com.example.apns.PushNotification.domain {
class RemoteConfig {
- id : String
- configSentDate : LocalDate
- expiration : LocalDate
- status : String
- category : String
- isPopup : Boolean
- isConditional : Boolean
- conditionParam : String
- customParams : Map<String, Object>
+ RemoteConfig()
+ RemoteConfig()
+ getId()
+ getConfigSentDate()
+ setConfigSentDate()
+ getExpiration()
+ setExpiration()
+ getStatus()
+ setStatus()
+ getCategory()
+ setCategory()
+ getCustomParams()
+ setCustomParams()
+ getPopup()
+ setPopup()
+ getConditional()
+ setConditional()
+ getConditionParam()
+ setConditionParam()
+ getConfigType()
+ setConfigType()
+ equals()
+ hashCode()
+ toString()
}
}
}
package com.example.apns.PushNotification {
package com.example.apns.PushNotification.domain {
enum ConfigType {
ABTesting
Interstetial
ParameterChange
code
}
}
}
RemoteConfig o-- ConfigType : configType
RemoteConfig +-down- ConfigType
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 |
e9ba479a9502b57d9d80046a0af2bec89232fc20 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC4/UC4_SD.puml | 0f92c76d35e8298471251953bcd0f200e2beacbf | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,447 | puml | @startuml
autonumber
'hide footbox
actor "Administrativo" as ADM
participant ":EspecificarCompetenciaTecnicaUI" as UI
participant ":EspecificarCompetenciaTecnicaController" as CTRL
participant ":Plataforma" as PLAT
participant "rat:Registo\nAreasAtividade" as RAT
participant "rct:RegistoCT" as RCT
participant "ct\n:CompetenciaTecnica" as COMPETENCIA
participant "grau\n:GrauProficiencia" as GP
participant "lgraus\n:List<GrauProficiencia>" as LGRAUS
participant "la\n:List<AreaAtividade>" as LISTA_AREAS
participant "at\n:AreaAtividade" as AREA
activate ADM
ADM -> UI : inicia a especificação de uma competência técnica
activate UI
UI --> ADM : solicita os dados \n(código único, descrição breve e detalhada)
deactivate UI
ADM -> UI : introduz os dados solicitados
activate UI
UI -> CTRL : la=getAreasAtividade()
activate CTRL
CTRL -> PLAT : rat = getRegistoAreasAtividade()
activate PLAT
deactivate PLAT
CTRL -> RAT : la=getAreasAtividade()
activate RAT
deactivate RAT
UI --> ADM : mostra a lista de áreas de atividade e pede para selecionar uma
deactivate CTRL
deactivate UI
ADM -> UI : seleciona uma área de atividade
activate UI
UI -> CTRL : novaCompetencia(cod,dsBreve,dsDet,atCod)
activate CTRL
CTRL -> RAT: at=getAreaAtividadeByCod(atCod)
activate RAT
deactivate RAT
CTRL -> PLAT: rct=getRegistoCT()
activate PLAT
deactivate PLAT
CTRL -> RCT: ct=novaCompetencia(cod,dsBreve,dsDet,at)
activate RCT
RCT --> COMPETENCIA**: create(cod,dsBreve,dsDet,at)
activate COMPETENCIA
COMPETENCIA --> LGRAUS**: create()
deactivate COMPETENCIA
deactivate RCT
deactivate CTRL
loop
UI --> ADM : solicita os vários graus de proficiência aplicaveis
deactivate UI
ADM -> UI : introduz os dados de cada grau
activate UI
UI -> CTRL : addGrauProficiencia(valor, designacao)
activate CTRL
CTRL -> COMPETENCIA : addGrauProficiencia(valor, designacao)
activate COMPETENCIA
COMPETENCIA -> GP** : create(valor,designacao)
COMPETENCIA -> LGRAUS: add(gp)
deactivate COMPETENCIA
deactivate CTRL
end loop
UI --> ADM : apresenta os dados e solicita confirmação
deactivate PLAT
deactivate CTRL
deactivate UI
ADM -> UI : confirma os dados
activate UI
UI -> CTRL : registaCompetencia()
activate CTRL
CTRL -> RCT : registaCompetencia(ct)
activate RCT
RCT -> RCT : validaCompetencia(ct)
RCT -> RCT : addCompetencia(ct)
UI --> ADM : informa do sucesso da operação
deactivate RCT
deactivate CTRL
deactivate UI
deactivate ADM
@enduml
| false | true | true | false | usecase |
233c45b3d844c7b35c6266b129903461fe609459 | a9d70a448d164470b52603e6594ebcd34e986b41 | /images/browser-js.puml | 5913d2079ea2bf1b400c1e5cdf15bd0e0f1eb3e4 | [
"MIT"
] | permissive | pisinr/iwa-techmap-slides | 643f7f4fa7a0dd80f8a46a3a4510fea777644261 | 6b1eb57963b178f4bcd4a666300a56047e6b777b | refs/heads/master | 2020-03-18T10:34:04.941951 | 2018-05-25T04:41:12 | 2018-05-25T04:41:12 | 134,620,072 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 393 | puml | @startuml
left to right direction
frame "Development" as Development {
agent "JS, TypeScript, \n CoffeeScript, Dart" as Code
agent "Compilers" as Transpiler
}
frame "Server" as Server {
agent "JS" as JS
agent "Source Map" as SourceMap
}
agent "Browser" as Browser
Code --> Transpiler
Transpiler --> JS
Transpiler --> SourceMap
JS --> Browser
SourceMap --> Browser
@enduml
| false | true | false | false | uml-unknown |
80b3136b77a26685f5edd582a81edb35e93d071a | e48aa6eb3063f355a4d92a6faa1570453d8f3215 | /Course.puml | 2a1e40fef79fb4426d5ef8a3aef0f5bff2c078c8 | [] | no_license | yaoyaocjj/exam-plantform | 7e10d79fa7383d38a4dccd47f5b64c9f1f8b7cd3 | 899bff475e5125bb74a2ef27021b65657298919f | refs/heads/master | 2022-11-09T08:13:49.363564 | 2020-07-04T12:56:41 | 2020-07-04T12:56:41 | 276,091,946 | 1 | 0 | null | 2020-06-30T12:27:28 | 2020-06-30T12:27:27 | null | UTF-8 | PlantUML | false | false | 461 | puml | @startuml
package course <<Aggregate>> {
class Course <<Aggregate Root>> {
id: CourseId
teacher: TeacherId
examination: ExaminationId
create(): Course
publish(): void
update(): Course
}
Course "1" *--> "N" Examination
class Examination <<Value Object>> {
id: ExaminationId
}
Examination "1" *--> "N" Paper
class Paper <<Value Object>> {
id: PaperId
}
}
@enduml
| false | true | false | false | class |
62a54266198ff3889f890b00ab4a3695b0c9ea2d | f336a8388bf286c3e8b2529253d35576723377a7 | /state2.puml | 84080cbf40eed9d14e6da608d2a9dea59540ccda | [] | no_license | OOAD-031/Final | 3fd64adfde9ed133a72472055529bdd32dcf0fa9 | 27828ca063d4400e03811acd41488eda1ac712e5 | refs/heads/master | 2022-09-16T15:17:04.326191 | 2020-05-26T07:51:17 | 2020-05-26T07:51:17 | 266,977,907 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 919 | puml | @startuml SignUp
skinparam state {
StartColor #394856
EndColor #394856
BackgroundColor #d1eaf5
BackgroundColor<<Warning>> #394856
BorderColor #87acbe
FontName Impact
}
[*]->Input
Input:waitting for instruction /inputInformation
Input-->System:SentInformation
state System{
[*]-left->CheckPassword
CheckPassword:CheckPasswordAndConfirmPassword
CheckPassword-->Input:PasswordIncorrect
CheckPassword-left->Process:confirmed
Process:processing
}
System-->Database:Processed
state Database{
[*]->CheckKeyCode
CheckKeyCode:CheckPasswordHardware
CheckKeyCode->CheckUserName:keycodeiscorrect
CheckKeyCode->Input:KeycordIncorrect
CheckUserName:CheckUsername
CheckUserName-up->Input:UserNameIncorrect
CheckUserName->SaveInformation:usernameiscorrect
SaveInformation:SaveUsernameAndPassword
}
Database-left->[*]
@enduml | false | true | false | false | sequence |
002e63814474f34606fe03722846b6f3d247ff97 | 6e29d893e7deebb9339dd5515195d7e510aba402 | /Documentação/Sprint 2/Modelo_Dominio.puml | d9f12d7a66a5d6a4975e79efead8a7123c87811c | [] | no_license | blestonbandeiraUPSKILL/upskill_java1_labprg_grupo2 | 3a257326461907780a503165042584c5b7a8e535 | 95c31675e9008e961f00b177d6814046a72b577c | refs/heads/main | 2023-03-18T20:54:48.147868 | 2021-03-21T20:10:16 | 2021-03-21T20:10:16 | 331,623,577 | 0 | 2 | null | 2021-03-21T20:10:17 | 2021-01-21T12:38:14 | Java | UTF-8 | PlantUML | false | false | 2,375 | puml | @startuml
title Modelo de Domínio
left to right direction
class Plataforma {
-String designacao
}
class AreaActividade {
-String codigo
-String descBreve
-String descDetalhada
}
class CompetenciaTecnica {
-String codigo
-String descBreve
-String descDetalhada
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Tarefa {
-String referencia
-String designacao
-String descInformal
-String descTecnica
-Integer duracaoEst
-Double custoEst
}
class CaracterCT {
-Boolean obrigatoria
}
class Categoria {
-String id
-String descricao
}
class Colaborador {
-String funcao
-String telefone
}
class EnderecoPostal {
-String local
-String codPostal
-String localidade
}
class Freelancer {
}
class Administrativo {
}
class Utilizador {
-String nome
-String email
-String password
}
class Password {
-String password
}
class Email {
-String email
}
class Atribuicao {
-integer idAtribuicao
-String nifOrganizacao
-String referenciaTarefa
-String emailFreelancer
-String dataInicioRealizacao
-String dataFimRealizacao
-integer valorAceite
-integer idAnuncio
-String dataAtribuicao
}
Plataforma"1" -- "*"Organizacao: tem registadas >
Plataforma"1" -- "*"Freelancer: tem/usa >
Plataforma"1" -- "*"Administrativo: tem >
Plataforma"1" -- "*"AreaActividade: possui >
Plataforma"1" -- "*"CompetenciaTecnica: possui >
Plataforma"1" -- "*"Categoria: possui >
Tarefa"*" -- "1"Categoria: enquadra-se em >
Tarefa"*" -- "1"Colaborador: especificada por >
CompetenciaTecnica"*" -- "*"AreaActividade: referente a >
Organizacao"1" -- "*"Tarefa: possui >
Organizacao"1" -- EnderecoPostal: localizada em >
Organizacao"1" -- "1"Colaborador: tem gestor >
Organizacao"1" -- "1..*"Colaborador: tem >
Freelancer"0..1" -- "1"Utilizador: actua como <
Administrativo"0..1" -- "1"Utilizador: actua como <
Colaborador"0..1" -- "1"Utilizador: actua como <
Categoria"*" -- CompetenciaTecnica: requer >
(Categoria, CompetenciaTecnica) . CaracterCT
Utilizador"1" -- "1"Email: possui >
Utilizador"1" -- "1"Password: possui >
Atribuicao"1" -- "1" Tarefa: de >
Atribuicao"1" -- "1" Freelancer: a >
Atribuicao"1..*" -- "1" Organizacao
Colaborador"1" -- "0..*" Atribuicao: por gestor <
@enduml | false | true | true | false | class |
979293accd321d5445dd3cb200db6ca7fa418ec3 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/NNGridTable/NNGridTable_Class.puml | f29359e08ee7a61914dd2f18c74c6e6af85e2c45 | [] | 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 | 748 | puml | @startuml
skinparam classAttributeIconSize 0
class NNGridCell <<struct>>{
std::vector<const LPoint2D*> lps /' point cloud stored in this cell '/
void clear() {lps.clear()}
}
class NNGridTable{
- double csize /' cell size [m] '/
- double rsize /' target reigion size [m] '/
- int tsize /' half of table size '/
- std::vector<NNGridCell> table /' Table object '/
+ NNGridTable() : csize(0.05), rsize(40){}
+ ~NNGridTable()
+ void clear()
+ void addPoint(const LPoint2D *lp)
+ const LPoint2D *findClosestPoint(const LPoint2D *clp, const Pose2D &predPose)
+ void makeCellPoints(int nthre, std::vector<LPoint2D> &ps)
}
NNGridTable --> Pose2D
NNGridTable o-- NNGridCell
NNGridTable --> MyUtil
@enduml | false | true | false | false | class |
08dbae2b6f3adc905755c630ab702f1a7f703699 | 8daaa4ea86cc6e735aa51303ef015b8d42de0688 | /docs/calculatorprogram-v6-final.puml | f722f7a13221361a380eed1d11e6de3ba4a544a6 | [] | no_license | lars-erik/hiof-sweat-2020-solid-examples | 29a0d742fdc4090d6150b71f501de26b44c98df4 | f1e7c6ab2a0df4fc8b962afa23c5e7c1731ed3d9 | refs/heads/main | 2023-01-02T20:56:53.659140 | 2020-10-26T01:24:41 | 2020-10-26T01:24:41 | 305,942,959 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,051 | puml | @startuml
hide empty members
class ExpressionReader {
+ String readData() throws IOException
}
class ExpressionParser {
+ BinaryExpression[] parseOperations(String data) throws IOException
}
class CalculatorProgram {
+ StringBuilder readParseCalculateAndFormat() throws IOException
- Aggregation calculate()
}
class BinaryExpression {
+ int left
+ int right
int calculate()
String toString()
}
abstract class BinaryOperator {
+ char symbol
+ int calculate(int left, int right)
}
class Aggregation {
+ int total
+ void calculate()
}
class AsciiFormatter {
+ StringBuilder formatReport(Aggregation aggregation)
}
CalculatorProgram ..> ExpressionParser
ExpressionParser ..> ExpressionReader
BinaryExpression -> BinaryOperator
ExpressionParser --> BinaryExpression : creates
Aggregation "1" *-- "*" BinaryExpression : expressions
Aggregation *-- BinaryOperator : aggregateOperator
CalculatorProgram --> Aggregation
CalculatorProgram ..> AsciiFormatter
AsciiFormatter --> Aggregation
@enduml | false | true | false | false | sequence |
8aa745bfb900624da6568c21bb3fcf86e271aa6d | 0004f0be4d44796b6e6124d3d79024f5767953e1 | /09_SOLID/src/LSP/1_caso_figuras/diagrama.puml | 61c1452d76ed444d02118766ebe4cec6aa132905 | [
"MIT"
] | permissive | mittaus/curso-go | 3a0667e1e3589d87da6111cd006844312528f5db | 87b6cc551b0ed6dd898e67aa474857552109b870 | refs/heads/master | 2022-12-20T06:14:03.578783 | 2020-10-07T04:32:00 | 2020-10-07T04:32:00 | 296,745,470 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,766 | puml | @startuml
namespace AreaCalculator {
class AreaCalculator << (S,Aquamarine) >> {
- shapes []Shapes.ShapeInterface
+ AddShape(si Shapes.ShapeInterface)
+ GetShapesArea() AreaResult
}
class AreaCalculator.AreaResult << (T, #FF7700) >> {
}
class CalculatorOutputter << (S,Aquamarine) >> {
+ JSON(result AreaResult) []byte
}
}
"AreaCalculator.AreaCalculator" o-- "Shapes.ShapeInterface"
namespace Shapes {
class Circle << (S,Aquamarine) >> {
- radius float64
+ GetRadius() float64
+ Make(name string)
+ SetHeight(h float64)
+ SetWidth(w float64)
+ SetRadius(s float64)
+ CalcArea() float64
}
class Rectangle << (S,Aquamarine) >> {
- width float64
- height float64
+ GetW_and_H() (float64, float64)
+ Make(name string)
+ SetHeight(h float64)
+ SetWidth(w float64)
+ SetRadius(s float64)
+ CalcArea() float64
}
class Shape << (S,Aquamarine) >> {
- name string
+ GetName() string
}
interface ShapeInterface {
+ CalcArea() float64
+ GetName() string
+ SetWidth( float64)
+ SetHeight( float64)
+ SetRadius( float64)
}
class Square << (S,Aquamarine) >> {
- height float64
+ GetHeight() float64
+ Make(name string)
+ SetHeight(h float64)
+ SetWidth(w float64)
+ SetRadius(s float64)
+ CalcArea() float64
}
}
"Shapes.Shape" *-- "Shapes.Circle"
"Shapes.Shape" *-- "Shapes.Rectangle"
"Shapes.Shape" *-- "Shapes.Square"
"__builtin__.<font color=blue>map</font>[string]float64" #.. "AreaCalculator.AreaResult"
@enduml
| false | true | false | false | class |
d8878552c3b9dda2835c493b8c8f117bf226f679 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderTransitionCustomLineItemStateAction.puml | 80744607fc944f92928e0afc8bf95fc87d356975 | [] | 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 | 702 | 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 OrderTransitionCustomLineItemStateAction [[OrderTransitionCustomLineItemStateAction.svg]] extends OrderUpdateAction {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
1987920bc392a4715bec08acf1c24a0fd8fe8392 | c688bd560208b61dfd8ddf3941c2545b8de62c74 | /CMPUT301/Midterm3/src/Question2.puml | 6dd025c65de441fec881081b98dfb5bdc0b165f4 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | n30phyte/SchoolDocuments | a822a0577ca5d96da1f6e1651970cb1ec3f86a6f | 921ad351d906603e39063d2dafabb998b54b0c8f | refs/heads/master | 2023-08-09T09:18:12.486077 | 2023-07-30T06:45:46 | 2023-07-30T06:45:46 | 174,037,259 | 1 | 0 | Apache-2.0 | 2022-01-25T19:38:51 | 2019-03-05T23:38:51 | HTML | UTF-8 | PlantUML | false | false | 686 | puml | @startuml
title CCID: mkwok1
class WaterException extends Exception {
WaterException(s: String)
}
class TooMuchFlowException extends WaterException {
TooMuchFlowException(s: String)
}
interface WaterMeasurable {
litresPerSecond(pm: WaterMeter) throws WaterException: double
}
interface Valve {
void shutdown()
}
class TestWaterMeter implements WaterMeasurable {
litresPerSecond(pm: WaterMeter) throws TooMuchFlowException: double
}
class WaterMeter {
valves: Valve[]
shutdown: boolean
measureFlow(wm: WaterMeasurable ) throws WaterException: double
}
Valve -> WaterMeter
TestWaterMeter <- TooMuchFlowException
WaterMeter <-- TestWaterMeter
@enduml | false | true | false | false | class |
19cb9fc473518eed2caee800a0c11ff42e4f1a09 | e41e571ff705ad58e9c23309039c93f2086294d0 | /diagrams/dns-ssl-automation.puml | 0a93a0c706e524436a14e83ea10c9e49136b7660 | [] | no_license | rycus86/blog-content | fa65ad1bba7025fe3137315bec1039909865d65a | f1193897e34cd8a6ed8d684244c7085df2744929 | refs/heads/master | 2018-10-26T01:00:57.862187 | 2018-08-25T19:39:22 | 2018-08-25T19:39:22 | 115,944,520 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,670 | puml | @startuml
participant "git push" as git_push #lightgreen
participant "Webhook\nprocessor" as webhooks #orange
participant "Swarm stack" as stack #lightgrey
participant "Nginx" as nginx #orange
participant "DNS & SSL\nautomation" as automation #orange
participant "certbot" as certbot #lightgreen
participant "Cloudflare" as cloudflare #lightblue
participant "Slack" as slack #lightblue
participant "api.ipify.org" as ipify #lightblue
participant "Let's Encrypt" as lets_encrypt #lightblue
automation -> stack: Listen for events
git_push -> webhooks : Notify
webhooks -> stack : Deploy
stack -> stack : Start new\nservices
stack --> automation : Start service event
stack -> nginx : Regenerate\nconfig
stack -> nginx : Reload\nconfig <i>(fails)</i>
automation -> stack : Get the list of subdomains\nfrom Docker service labels
automation -> ipify : Get public IP address
automation -> cloudflare : Check DNS record
automation --> cloudflare : Create or \nUpdate DNS record
automation --> slack : Send message about\nthe DNS update
automation -> certbot : Run <i>(subprocess)</i>
certbot -> cloudflare : Set up\nTXT record
certbot -> lets_encrypt : Ask for <i>DNS-01</i> challenge
lets_encrypt -> cloudflare : Verify TXT record
lets_encrypt --> certbot : Provide SSL certificate
certbot -> cloudflare : Delete\nTXT record
certbot --> automation : Finish subprocess
automation --> stack : Signal containers\nusing a new <b>one-off</b> service
automation --> automation : Run new\n<i>global</i> service
automation -> nginx : Send <i>HUP</i> signal
automation --> slack : Send message about\nthe SSL update
automation --> automation : Repeat workflow\non a schedule
@enduml | false | true | false | false | sequence |
c6c18583de4d5941498edac143b07c787c9d1a12 | 02109d26e694f7cb82ca1421dd4b76b54b937a9c | /docs/share-layers.iuml | dd5d7fc9ace7c5639dd1c12959197bde5a1e2934 | [] | no_license | gelin/agile-notes | 1006a68a35e7f1ded290e8a6eb8c79a71b820397 | 26040e0b540709f971b4565219de365447fb951a | refs/heads/master | 2021-05-19T07:50:37.796691 | 2015-06-14T15:08:47 | 2015-06-14T15:08:47 | 251,592,883 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 894 | iuml | @startuml
package "local model" {
class Folder {
name
type
}
class Action {
head
body
}
Folder "*" -r- "*" Action
}
package "shared model" {
class SharedFolder {
uuid
}
class SharedAction {
uuid
}
Folder <|-- SharedFolder
Action <|-- SharedAction
SharedFolder "*" --o "1" Share
SharedAction "*" --o "1" Share
class Share {
}
class Address {
name
url
}
class Subscription {
status
}
Share "1" -- "*" Subscription
Subscription "*" -r- "1" Address
class EventQueue {
}
EventQueue "1" -u- "1" Subscription
}
package transport {
class Sender {
}
Sender -l- EventQueue
Sender -l- Address
class Receiver {
}
Receiver -l- Share
Receiver -l- Address
}
@enduml
| false | true | false | false | class |
afd8f5364933068f0ed5f7f3049f35d953854d92 | 8807241e723a5c552f70817336989da0f15efe37 | /src/main/java/oop/example/Ex44/Ex44_UML.puml | 4944bd0a25caa72cd07bc2af7e376bea44a67199 | [] | no_license | Kmullens1/mullens-cop3330-assignment3 | 2c1c1d612edb0b7839bc426d08cf74441a41900a | 5bb28dbc4c1e0861ee4d7f3db3981122c8c50005 | refs/heads/master | 2023-08-04T09:01:52.611560 | 2021-09-20T04:17:45 | 2021-09-20T04:17:45 | 377,706,754 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 735 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Ex44{
- Reader read
- InventoryList inventoryList
+ main()
+ readFile()
}
class InventoryList{
+List<Product> products
+InventoryList(List<Product> list)
}
class Product{
+ String name;
+ double price;
+ int quantity;
+Product(String name, double price, int quantity)
}
Class Parse_Data{
- boolean variable
- String name
- double price
- int quantity
- String item
- List<String>
+ void parsing(inventoryList)
+ ArrayList<Object> searchProducts(inventoryList, item)
- void output(variable, name, price, quantity)
}
Ex44 -- InventoryList
Ex44 -- Parse_Data
InventoryList -- Product
@enduml | false | true | false | false | class |
4cedb31869753df72cda00e26f03dc6d79aba141 | 71876eb0846f6f2490ac8f6b60c48d1d97a47f60 | /VenturaAPI/src/main/java/com/soundlab/dockerizedjavaapi/core/view/ranking/ranking.plantuml | d129cc5813ece9f40d79b97f6663af604a68759c | [] | no_license | RogerVFbr/VenturaHR | 281efe904cd77152f339c801ccd6b3182d90af70 | 11d031caaae19c0c6f0f1c809ef14f7b3014bcdf | refs/heads/master | 2023-01-20T07:24:50.235474 | 2020-12-03T13:11:59 | 2020-12-03T13:11:59 | 285,815,756 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,820 | plantuml | @startuml
title __RANKING's Class Diagram__\n
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseCandidato {
{abstract} + getAddress()
{abstract} + getEmail()
{abstract} + getName()
{abstract} + getPhoneNumber()
}
}
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseContent {
{abstract} + getCity()
{abstract} + getExpirationDate()
{abstract} + getPerfil()
{abstract} + getRespostas()
{abstract} + getShortDescription()
{abstract} + getState()
{abstract} + getType()
}
}
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseResposta {
{abstract} + getCandidato()
{abstract} + getCurriculoUrl()
{abstract} + getPerfilResposta()
{abstract} + getRespostasCriterios()
{abstract} + getTextContent()
}
}
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseRespostaCriterio {
{abstract} + getLevel()
{abstract} + getVagaCriterio()
}
}
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseRespostaLight {
{abstract} + getCandidato()
{abstract} + getId()
{abstract} + getPerfilResposta()
}
}
}
}
}
namespace com.soundlab.dockerizedjavaapi {
namespace core {
namespace view {
namespace ranking {
interface com.soundlab.dockerizedjavaapi.core.view.ranking.RankingViewResponseVagaCriterio {
{abstract} + getName()
{abstract} + getPmd()
{abstract} + getWeight()
}
}
}
}
}
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 |
619c9cb5033c72fe82a3b5c89fa2a68687c4184b | 206bd3e9c9a3d2c2becbdbdd7a27b980e4da959a | /diagrams/cache/initialization.puml | c59e11fb519e06720ac3eef191f97ac6fe847ac8 | [
"Apache-2.0"
] | permissive | bwsw/simple-rtb-exchange | 7051b1d3d54ad714603c4bc5ceef5b76fceb9a25 | c32cea4ab492d08b369e21841d7b6044f2bfba05 | refs/heads/master | 2021-01-12T08:19:33.232164 | 2016-12-16T05:19:33 | 2016-12-16T05:19:33 | 76,538,907 | 20 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 840 | puml | @startuml
title: Cache initialization
boundary CacheUpdater
control DAO
control CacheHelper
database DB
== System initialization ==
DAO -> CacheUpdater: register(this)
activate CacheUpdater
DAO <-- CacheUpdater
deactivate CacheUpdater
== System working ==
[-> CacheUpdater: init
activate CacheUpdater
CacheUpdater -> DAO: notify(InitCache)
activate DAO
DAO -> DB: select
activate DB
DAO <-- DB: all not deleted entities
deactivate DB
DAO -> CacheHelper: updateCache(entities)
activate CacheHelper
CacheHelper -> CacheHelper: add all to cache
CacheHelper -> CacheHelper: update tsversion
CacheHelper --> DAO
deactivate CacheHelper
DAO --> CacheUpdater
deactivate DAO
[<-- CacheUpdater
deactivate CacheUpdater
@enduml
| false | true | false | false | sequence |
171cc620e388d9ab74e042b05adf9d5b6dcd155a | 732b5846d72a834941a5eda950e6902b945c6c6c | /exercise41/Docs/Exercise41.puml | a1181aa5560feba8cf6e740ac59db19729017d31 | [] | no_license | JOLeary5/OLeary-a04 | 3311b77920bad93c9aa65ab82efb2045b524fe93 | c5f71be80f52e4bc45a78a6e21c91b5617cac558 | refs/heads/main | 2023-08-22T20:03:14.850015 | 2021-10-18T01:11:19 | 2021-10-18T01:11:19 | 415,963,524 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 190 | puml | @startuml
'https://plantuml.com/class-diagram
Solution41--|> displayArray
class Solution41{
AlphabetizeArray()
LoadStringArray()
size()
}
class displayArray{
displayArray()
}
@enduml | false | true | false | false | class |
42e5c71cc2fb6afe06289f92338928f3460fcca3 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-dokumentstatus.puml | cefbdef80fb93799053ff0f0d0b15cb692fdde77 | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 172 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.Dokumentstatus <<codelist>> {
+Dokumentet er under redigering = B
+Dokumentet er ferdigstilt = F
}
@enduml
| false | true | false | false | class |
b68128074931caff98633e332df71f2ac937a1b7 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/IBootstrapper.puml | b11cfe5b90d8fb415332002d1602a787f4d09999 | [
"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 | 176 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface IBootstrapper {
+ ComposeImports(object:object) : void
}
!endsub
@enduml
| false | true | false | false | class |
d14118408098ef237adaa84eb95b8f126dece0fe | 17fe0f5df5b8d1ad7ab001775c37cf6c9ca3084e | /adapter/uml.puml | e6483485436efb508d067e4b440d214fe972029b | [] | no_license | lazy3311/design_patterns | a91c86a17aeb8bda3564c2f4db2cd8f5774b63ea | f8da613ecf14d9f47fac67d1efafbafe6156f0b1 | refs/heads/master | 2022-12-09T20:32:13.457813 | 2020-09-11T09:25:31 | 2020-09-11T09:25:31 | 286,716,509 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 454 | puml | @startuml adapter_pattern
!define DARKORANGE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
class Target <<USASocket>> {
+ request();
}
class Adapter <<USAAdapterEuropean>>{
Adaptee adaptee;
+ request();
}
class Adaptee <<EuropeanSocket>>{
+ specific_request();
}
allow_mixing
rectangle Client #DarkOliveGreen
Client --> Target
Target <|-down- Adapter
Adapter -right-> Adaptee
@enduml | false | true | false | false | class |
8af0404151408a4392589f88fddc4e64b69186be | 7e54066ce2b980f64d5d89c67a2c6d1b054dd689 | /docs/token-rating/user-activity-rating.plantuml | a49966af138151ed9d98e0d19b00ff63fed8dea4 | [] | no_license | reTHINK-project/dev-java-hyperty | 1da1a59e8213794b7d446c855581ea6e9921f7bb | 68ab9fb39042d49b682b8ea044561c408b0a4a3c | refs/heads/master | 2022-12-13T05:20:07.877512 | 2019-06-28T11:12:05 | 2019-06-28T11:12:05 | 122,315,782 | 0 | 0 | null | 2022-12-08T07:36:54 | 2018-02-21T09:26:00 | Java | UTF-8 | PlantUML | false | false | 959 | plantuml | @startuml
node "User Activity Rating Server" as dsmServer {
node "Citizen Wallet" as wallet
node "User Activity Rating" as citzRate
node "IW Backend Stub" as iwBackStub {
node "User Activity Reporter" as backUserActR
interface "User Activity" as backUserAct
}
}
interface "External Source API" as extAPI
node "Smart Citizen" as citz {
interface "Citizen Wallet" as citzWallet
node "Google Fit IW Stub" as gfitStub {
node "User Activity Reporter" as userActR
interface "User Activity" as userAct
}
}
interface "Google Fit API" as gfit
backUserActR -up-> extAPI : 1: get Ext Data
backUserActR -> backUserAct : 2: report
citzRate --> backUserAct : 5:observe
userActR -down-> gfit : 1: get Google Fit Data
userActR -> userAct : 2: report
citzRate --> userAct : 5:observe
citzRate -> citzRate : 6:calculate rating
citzRate --> wallet : 7:transfer(citzUrl, tokens)
wallet --> citzWallet : 8:tokens transaction
@enduml
| false | true | false | false | sequence |
ed15601fe77753d45d5a190253d0a40fa5380e3c | f3eb227b81522908fa3da043a04b5c07822ed17a | /_talks/kafka-gotchas/img/duplicate_message_network_failure.puml | 140ba32f216cab70a7fe2505fc7b5cfead953e0a | [
"MIT"
] | permissive | devdinu/devdinu.github.io | e6d698fa96572c6a3ddca39c89f09e01248f0afd | 7a403becb92de9cad68d630d80320f09074618ec | refs/heads/master | 2023-02-08T03:48:20.275764 | 2023-01-23T16:53:35 | 2023-01-23T16:53:35 | 134,920,370 | 1 | 0 | MIT | 2022-02-22T14:24:25 | 2018-05-26T01:47:52 | Ruby | UTF-8 | PlantUML | false | false | 465 | puml | @startuml
title duplicate message in kafka n/w failure
autonumber
database DB
service <-> DB : read job (001) & process
activate service
service -> Kafka : publish message (001)
deactivate service
service x<-- Kafka : ack
service <-> DB : read job (001) & process
activate service
service -> Kafka : publish message (001)
service <-- Kafka : ack
service <-> DB : mark job as done
deactivate service
@enduml
| false | true | false | false | sequence |
34e6c742327d3635c675a2e8d81ca3cb59ffb536 | 8ce0a997f44a42d2c8c9ff4dad14885e3a25df6d | /_report/2020-10-16-report/sequence_sub.puml | a6d33ce5cdade50a92b72996030ba8f7e8cf79b8 | [
"MIT"
] | permissive | hyeonjang/class_schedule_maker | b3b98624223ab87d2d4a63ae5122e7f8a8e925f9 | f04214fbc82774a9a8645cd2e2ee31e2b2d28df5 | refs/heads/master | 2023-08-19T04:30:17.053716 | 2020-11-18T15:47:42 | 2020-11-18T15:47:42 | 281,585,056 | 0 | 0 | MIT | 2021-09-22T19:31:21 | 2020-07-22T05:37:54 | JavaScript | UTF-8 | PlantUML | false | false | 1,101 | puml | @startuml
'style'
skinparam SequenceBoxBorderColor #ffffff
'struct'
actor SubjectTeacher
box timetable
participant Views
participant Forms
end box
box school
participant Model
end box
database SubjectTables
database HomeTables
database InvitedTables
'graph'
==Create==
SubjectTeacher -> Views : create
Views -> Model : query 'Semester'
note right: already exists
Model -> Views : return 'Semester'
loop Semester.start to Semester.end
loop 40 times
Views -> Views : instantiate
end
end
Views -> SubjectTables : bulk create
==Update==
Forms -> SubjectTables : query
ref over SubjectTables, HomeTables, InvitedTables
filter 'HomeTables' which has not 'sub_', 'inv_'
end ref
HomeTables -> Forms : return value 'Classroom'
Forms -> Views : restrict views
SubjectTeacher -> Views : update
Views -> SubjectTables : query
SubjectTables -> Views : return objects
Views -> SubjectTables : bulk update
==Reset==
SubjectTeacher -> Views : reset
Views -> SubjectTables : query
SubjectTables -> Views : return objects
Views -> SubjectTables : reset
@enduml | false | true | false | false | sequence |
e2ab5a0ee958908b893963af8776b4dd9707f2bb | cda077acafbec053e4f48d21f607c54e96a89e1e | /Java Action Game/out/production/PaooGameEtapa1/PaooGame/PaooGame.plantuml | 8f3a4fbe5854b9db73f43b13ebe3cb7f4bebbd3e | [] | no_license | BRBC/Java-Action-Game | 70f56160f868b73430584f983292063836005491 | aa66fa8b76fb271c370a60cd9a7f705f07a68c3d | refs/heads/main | 2023-05-13T13:03:29.009915 | 2021-06-03T13:51:50 | 2021-06-03T13:51:50 | 373,129,586 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,900 | plantuml | @startuml
title __PAOOGAME's Class Diagram__\n
namespace PaooGame {
class PaooGame.Game {
- bs : BufferStrategy
- g : Graphics
- gameThread : Thread
{static} - instance : Game
- runState : boolean
+ GetCamera()
+ GetHeight()
+ GetKeyManager()
+ GetPlayState()
+ GetWidth()
+ SetAboutState()
+ SetMenuState()
+ SetPlayState()
+ SetSettingsState()
+ StartGame()
+ StopGame()
{static} + getInstance()
+ run()
- Draw()
- Game()
- InitGame()
- Update()
}
}
namespace PaooGame {
class PaooGame.Main {
{static} + main()
}
}
namespace PaooGame {
class PaooGame.RefLinks {
+ GetCamera()
+ GetGame()
+ GetHeight()
+ GetKeyManager()
+ GetMap()
+ GetMapHeight()
+ GetMapWidth()
+ GetTile()
+ GetWidth()
+ RefLinks()
+ SetGame()
+ SetMap()
}
}
PaooGame.Game .up.|> java.lang.Runnable
PaooGame.Game o-- PaooGame.States.AboutState : aboutState
PaooGame.Game o-- PaooGame.Camera.Camera : camera
PaooGame.Game o-- PaooGame.Input.KeyManager : keyManager
PaooGame.Game o-- PaooGame.States.MenuState : menuState
PaooGame.Game o-- PaooGame.States.PlayState : playState
PaooGame.Game o-- PaooGame.RefLinks : refLink
PaooGame.Game o-- PaooGame.States.SettingsState : settingsState
PaooGame.Game o-- PaooGame.Tiles.Tile : tile
PaooGame.Game o-- PaooGame.GameWindow.GameWindow : wnd
PaooGame.RefLinks o-- PaooGame.Game : game
PaooGame.RefLinks o-- PaooGame.Maps.Map : map
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 |
54d2c2378001f116db67026a4960a5301d5997d8 | e585be0c356bba949ecad37bf513cddc91c22a9f | /uml/6_home_activity_start/app_start_wrapper.puml | 1cfeab4ae285bbf7034d0f6d72d1246cc1b9c5cf | [] | no_license | heavy-james/AndroidStartSequence | b69b9a1cb57764cda5344a542e48a9b0986732c0 | c043546aa56e0cae5bba1f9b34ad08af80a2c8fc | refs/heads/master | 2020-04-25T04:26:36.861476 | 2019-02-26T00:57:10 | 2019-02-26T00:57:28 | 172,510,252 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,664 | puml | @startuml
participant ZygoteInit as "ZygoteInit.java"
participant LocalServerSocket as "LocalServerSocket.java"
participant ZygoteConnection as "ZygoteConnection.java"
participant Zygote as "Zygote.java"
participant WrapperInit as "WrapperInit.java"
participant RuntimeInit as "RuntimeInit.java"
group Zygote Socket Register & Listen
activate ZygoteInit
-> ZygoteInit : 1. registerZygoteSocket("zygote")
note right of ZygoteInit : register socket to handle command \n when zygote process start
ZygoteInit -> ZygoteInit : 2. runSelectLoop(String abiList)
<-- ZygoteInit : resgister complete
ref over ZygoteInit : zygote_start.puml
deactivate ZygoteInit
end
group App Start
-> ZygoteInit : 1. zygoteSendArgsAndGetResult(...)\
\n//launch home or normal app
ref over ZygoteInit : home_activity_start.puml
activate ZygoteInit
ZygoteInit --> ZygoteInit : received by runSelectLoop()
ZygoteInit -> ZygoteConnection : 2. runOnce()
deactivate ZygoteInit
activate ZygoteConnection
ZygoteConnection -> Zygote : 3.forkAndSpecialize(...)
deactivate ZygoteConnection
activate Zygote
Zygote --> ZygoteConnection : return pid
deactivate Zygote
activate ZygoteConnection
ZygoteConnection -> ZygoteConnection : 4.applyInvokeWithSystemProperty()
note right of ZygoteConnection : init args.inovkeWith by property: "wrap." + args.niceName\
\nthis allows specify application executor with property
ZygoteConnection -> ZygoteConnection : 5. handleChildProc(...)
deactivate ZygoteConnection
alt parsedArgs.invokeWith
note right of ZygoteConnection : invokeWith was initialized in step 4\
else null
note right of ZygoteConnection : we are going to start app from zygote
ZygoteConnection -> RuntimeInit : zygoteInit(parsedArgs.targetSdkVersion, parsedArgs.remainingArgs, null)
activate RuntimeInit
RuntimeInit --> RuntimeInit : start app from zygote
ref over RuntimeInit : runtime_init.puml
deactivate RuntimeInit
else not null
note right of ZygoteConnection : we are going to start app from the beginning
ZygoteConnection -> WrapperInit : execApplication(...)\
activate WrapperInit
WrapperInit -> Zygote : execShell(command.toString)\
\n// wrapper args to string\
\n//call /system/bin/app_process64 with arg string
deactivate WrapperInit
activate Zygote
Zygote --> Zygote : execute command, start from app_main.cpp :: main()
deactivate Zygote
ref over Zygote : zygote_start.puml
end
end
@enduml | false | true | false | false | sequence |
36dc7d6d93974b080558e4252e6a2aeb4fe17789 | 092d40f0ce3ff9a3887d94d8c33780ca15fc6f42 | /doc/diagrams/class_diagrams/class_diagram_controllers.puml | 2c5c18b70d5ff0dada8eb3016a609dd7990eb8f4 | [] | no_license | yanzj/KAPPA | 4f15412ef0a39a3bf5091852e26150a5f30ced11 | cf7664d90c47bf0eb12fae2c344a006c946b4551 | refs/heads/master | 2020-09-04T20:44:33.909560 | 2019-05-23T17:18:50 | 2019-05-23T17:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 809 | puml | @startuml class_diagram_controllers
package controllers
{
class Controller
{
-dao : DAO
+getAll() : ModelList
+getById() : Model
+update(m : Model)
+add(m : Model)
}
class ImageController
{
-imageDAO : ImageDAO
+whateverYouWant()
}
class VectorController
{
-vectorDAO : VectorDAO
+whateverYouWant()
}
class ObjectVectorController
{
-objectVectorDAO : ObjectVectorDAO
+whateverYouWant()
}
class FaceVectorController
{
-faceVectorDAO : FaceVectorDAO
+whateverYouWant()
}
Controller <|-- ImageController
Controller <|-- VectorController
VectorController <|-- FaceVectorController
VectorController <|-- ObjectVectorController
}
@enduml
| false | true | false | false | class |
eef565c9c27981a85993891394ff01439e541dac | 948b4293a42a36f5021cf750ed641f6352092bc7 | /src/main/resources/templates/component_with_title.puml | 37cd5e4a65a75e4231481de11c86190cb50fcf3e | [
"MIT"
] | permissive | MarkusSprunck/directed_graph_generator | 5a5ac7520a570b389b449ec5f86135f993379fc7 | 7440d77cddb665bf3e83dd6c25e31d8f6495fe12 | refs/heads/master | 2023-08-08T07:28:27.030133 | 2023-07-30T19:45:40 | 2023-07-30T19:45:40 | 132,997,717 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 962 | puml | @startuml
skinparam componentStyle uml2
skinparam handwritten false
skinparam monochrome false
skinparam shadowing false
skinparam defaultTextAlignment center
skinparam packageFontSize 14
skinparam packageFontName Arial
skinparam nodesep 110
skinparam ranksep 110
skinparam linetype ortho
skinparam component {
StereotypeFontSize 14
StereotypeFontColor black
StereotypeName Arial
StereotypeFontStyle normal
FontSize 14
FontColor black
FontName Arial
BackgroundColor white
BorderColor black
}
skinparam package<<Transparent>> {
borderColor white
backgroundColor white
fontColor white
stereotypeFontColor white
}
!pragma ratio 0.618
left to right direction
package "%DIAGRAM_TITLE%" {
package "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" <<Transparent>> {
'%PACKAGES%
}
}
@enduml
| false | true | false | false | uml-unknown |
d2b1eccb982707c24c0971e16095bb3ba5f55102 | 6919c6934224f71d9088b0a0540d7506e2e2ca57 | /interface.plantuml | 718cd906fe980961002da634dc8b7a034ce90be1 | [] | no_license | lkq/plantuml-samples | b45d40383133fb3718f31913ccef89b0f43c5eba | cf77a31a2995f68406e087b40ec09a4f8f3766c4 | refs/heads/main | 2023-03-18T18:38:21.877628 | 2021-03-15T17:15:36 | 2021-03-15T17:15:36 | 337,068,208 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 305 | plantuml | use () or interface keyword to define interfaces
use the as keyword to define alias
@startuml
() "First Interface"
() "Another interface" as Interf2
interface Interf3
interface "Last\ninterface" as Interf4
[component]
footer //Adding "component" to force diagram to be a **component diagram**//
@enduml | false | true | false | false | class |
a1d4c46acf4a288407cacd8e6a01c31302dd7def | 714f9744f76cc2af51f47b4dbe9fd7b38e616ce4 | /doc/uml/context-apotektjenester.puml | e4fcbb696143cfc5f47cde6f10250212fd4e8466 | [] | no_license | sopra-steria-norge/pharmacy.no | 3082b724b7c93b327a8ad884d9fee2ad40a92321 | b0d3e8ee3d6a358a96b6401bd23fc789ad865882 | refs/heads/master | 2021-07-18T19:51:32.802750 | 2017-10-24T22:10:24 | 2017-10-24T22:14:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 631 | puml | @startuml
skinparam ArrowColor #b1b1b0
skinparam BorderColor #b1b1b0
actor Pasient #ececec
actor Apotekansatt #ececec
node DifaGUI #319aad
package Apoteksystem {
node POS as "Brukersystem" #8ccbdb
node Regnskap #8ccbdb
}
package Bransjesystem {
node DIFA #319aad
database Journal #319aad
DIFA -> Journal
}
node HELFO #e8cad8
node HPR #c7395b
Pasient <-> Apotekansatt
Apotekansatt -down-> DifaGUI
DifaGUI -down-> DIFA: Alternativ
DifaGUI -down-> Journal
Apotekansatt -down-> POS
POS -down-> DIFA
Regnskap -down-> DIFA: Refusjonstatus
DIFA -down-> HELFO: Refusjon
DIFA -down-> HPR: Autorisasjon
@enduml
| false | true | false | false | sequence |
0b4023445384afc1673139a1e51a1ba688547578 | 706c24665f58c48b6280359e27eb068574fec1b8 | /Ejercicio1.puml | e10c9fd220c5fa33c881f92c3f361e296d052f0d | [] | no_license | paatrii/PCV06-10 | 8a1b4a396fbefd826e39097affeacb333c2dae41 | 8cce3b8079a9cbfded84a640ecc55c813dd4db3d | refs/heads/master | 2022-04-15T09:47:19.382307 | 2020-04-11T16:33:45 | 2020-04-11T16:33:45 | 254,867,870 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 840 | puml | @startuml
left to right direction
skinparam packageStyle rectangle
actor Cliente
actor Fábrica
actor Socio
Fábrica ..> Socio : <<Include>>
rectangle SectorAlimentario {
(Productos) - Fábrica : <<Elabora>>
(Obtiene Beneficios) - Socio
(Productos) - Socio : <<Retira>>
(Venta del producto) - Socio
(Venta del producto) <... (En la propia tienda) :<<Extends>>
(En la propia tienda) ..> (Lotes de productos) : <<Include>>
(Venta del producto) <... (A otro socio) :<<Extends>>
(Venta del producto) <... (En la tienda de fábrica) :<<Extends>>
(Venta del producto) <... (Por la página web) :<<Extends>>
Cliente - (Compra productos)
Cliente - (Por la página web) : <<Consulta>>
(Obtiene Beneficios) <. (Venta del producto) : <<Include>>
(Compra productos) - (Venta del producto)
}
@enduml | false | true | true | false | usecase |
79a52d6c3dddd4d76aa5b8b1ce896729bb7653e8 | 1a01e61cc1059497c9081f378e14f37131927748 | /docs/lifecycle.puml | fadb1f03a0eca5dec379e45e1a8cecba7331343c | [] | no_license | duckception/dissertation | d6fb82b9f396ee10d2718fb40434e765da50fa2e | 1108ba7b9a7c1373101111bc5d582e0c6a5cc96c | refs/heads/master | 2023-07-31T21:10:52.549443 | 2021-09-24T00:57:35 | 2021-09-24T01:01:58 | 334,768,083 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,303 | puml | @startuml
title Duck Express - the app lifecycle
participant "Addressee" as addressee
participant "Customer" as customer
participant "Contract" as contract
participant "Courier" as courier
customer -> contract: Create a delivery order
activate contract
contract -> contract: Transfer reward tokens from the <b>Customer</b> to the <b>Contract</b>
contract -> customer: Get order's hash (identification purpose)
deactivate
courier -> contract: Browse all available delivery orders
activate contract
return
courier -> contract: Accept a delivery order
activate contract
contract -> contract: Transfer collateral tokens from the <b>Courier</b> to the <b>Contract</b>
return
courier -> customer: Pick up the delivery goods
activate customer
customer -> contract: Confirm pick up
activate contract
return
return
alt Addressee accepts the delivery
courier -> addressee: Deliver the goods
activate addressee
addressee -> contract: Confirm delivery
activate contract
contract -> contract: Transfer reward tokens from the <b>Contract</b> to the <b>Courier</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Courier</b>
return
return
else Addressee refuses to receive the delivery
courier -> addressee: Deliver the goods
activate addressee
addressee -> contract: Refuse to receive the delivery
activate contract
return
return
courier -> customer: Deliver the goods back
activate customer
alt Customer accepts the returned goods
customer -> contract: Accept the returned goods
activate contract
contract -> contract: Transfer reward tokens from the <b>Contract</b> to the <b>Courier</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Courier</b>
return
else Customer refuses to receive the returned goods
customer -> contract: Refuse to receive the returned delivery
activate contract
contract -> contract: Transfer back reward tokens from the <b>Contract</b> to the <b>Customer</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Customer</b>
return
end
return
else Courier fails to deliver the package in given time frame
alt Customer claims the collateral
customer -> contract: Claim collateral
activate contract
contract -> contract: Transfer back reward tokens from the <b>Contract</b> to the <b>Customer</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Customer</b>
return
else Customer allows the courier to deliver the late goods
alt Addressee accepts the late delivery
courier -> addressee: Deliver the goods
activate addressee
addressee -> contract: Confirm delivery
activate contract
contract -> contract: Transfer 50% of reward tokens from the <b>Contract</b> to the <b>Courier</b>
contract -> contract: Transfer 50% of reward tokens from the <b>Contract</b> to the <b>Customer</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Courier</b>
return
return
else Addressee refuses to receive the delivery
courier -> addressee: Deliver the goods
activate addressee
addressee -> contract: Refuse to receive the delivery
activate contract
return
return
courier -> customer: Deliver the goods back
activate customer
alt Customer accepts the returned goods
customer -> contract: Accept the returned goods
activate contract
contract -> contract: Transfer 50% reward tokens from the <b>Contract</b> to the <b>Courier</b>
contract -> contract: Transfer 50% reward tokens from the <b>Contract</b> to the <b>Customer</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Courier</b>
return
else Customer refuses to receive the returned goods
customer -> contract: Refuse to receive the returned delivery
activate contract
contract -> contract: Transfer back reward tokens from the <b>Contract</b> to the <b>Customer</b>
contract -> contract: Transfer collateral tokens from the <b>Contract</b> to the <b>Customer</b>
return
end
return
end
end
end
@enduml
| false | true | false | false | sequence |
3fb3658ac512e750808e9c380bbde89a16292d6e | 45005f66013651f465e40fb3b6ebc04d243a764c | /asciidocs/plantuml/ssh-overview.puml | f73e1a76e9b7ae94b4c691173a729cc9d92d188d | [] | no_license | htl-leonding-college/leocloud-intro-notes | e65c26b33e507af1b48ce43a0997bfc17e722cef | 4b99ed2ce366b38b6dfe581bcc1dae65cf9fb713 | refs/heads/main | 2023-09-02T11:40:36.913567 | 2021-10-17T18:02:52 | 2021-10-17T18:02:52 | 418,044,072 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 294 | puml | @startuml
left to right direction
node "local machine" as localpc {
folder ".ssh" as sshlocal {
file htl_key
file htl_key.pub
}
}
node oravm <<Virtual Machine>> {
folder ".ssh" as sshremote {
file "htl_key.pub" as remotepub
}
}
sshlocal ---> sshremote: ssh-session
@enduml | false | true | false | false | sequence |
091ede9cf32fd7b228f49d18237a14247cc196bb | 7204671d98ac508f410c373821834ec8b8ac7712 | /creational/factory-method/diagram.puml | fe9c15705af8d23e5621a4a6367575dcc7ecda40 | [] | no_license | phamh79/design-pattern-in-go | 1e052ec04f3ad9ef049efdd2f2fb7a7d6d62f380 | d867a5bfd0cb32aa87f45a20ef1fd03b469ae7b4 | refs/heads/master | 2022-12-17T07:45:11.746980 | 2020-09-13T04:43:55 | 2020-09-13T04:43:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 626 | puml | @startuml
namespace factorymethod {
class ak47 << (S,Aquamarine) >> {
}
class gun << (S,Aquamarine) >> {
- name string
- power int
- setName(name string)
- getName() string
- setPower(power int)
- getPower() int
}
interface iGun {
- setName(name string)
- setPower(power int)
- getName() string
- getPower() int
}
class maverick << (S,Aquamarine) >> {
}
}
"factorymethod.gun" *-- "factorymethod.ak47"
"factorymethod.gun" *-- "factorymethod.maverick"
"factorymethod.iGun" <|-- "factorymethod.gun"
@enduml
| false | true | false | false | class |
bb3333c6eda32a72481675cafa93839165384a12 | defed9daa354309bd44b7647548c9f21a153de3c | /visitor/visitor.puml | 1a93505bc5a000dc7aab0b63bf0e75bf71b2a8ff | [] | no_license | vaRinia/design-patterns-apprentice | 448ddd888fd49ec76f6141522fd9c58b459b724b | 9682ff589d99bc046d1dd368417696688a609306 | refs/heads/master | 2021-04-19T00:58:22.747278 | 2017-06-09T18:18:10 | 2017-06-09T18:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 774 | puml | @startuml
class Client
interface Visitor {
+visit(element:ConcreteElementA):void
+visit(element:ConcreteElementB):void
}
class ConcreteVisitor1 {
+visit(element:ConcreteElementA):void
+visit(element:ConcreteElementB):void
}
class ConcreteVisitor2 {
+visit(element:ConcreteElementA):void
+visit(element:ConcreteElementB):void
}
class ObjectStructure
interface Element {
+accept(visitor:Visitor):void
}
class ConcreteElementA {
+accept(visitor:Visitor):void
}
class ConcreteElementB {
+accept(visitor:Visitor):void
}
Client -right-> Visitor
Client -down-> ObjectStructure
ObjectStructure o-right- Element
ConcreteVisitor1 -up-|> Visitor
ConcreteVisitor2 -up-|> Visitor
ConcreteElementA -up-|> Element
ConcreteElementB -up-|> Element
@enduml | false | true | false | false | class |
63143108be0a230c8713c0fd27d2e99b3f639109 | c887832aa1f683f2722091dcbe2b1f8e5b41a5a6 | /planning/resources/data/Word.puml | 1f655e14c746a9cdc6333f175c268ea1190e4bcd | [] | no_license | wdyczko/nihongo | 37e4e005b79e13c6140cfb2ae7587ad4673d4516 | 008780079430a4712f71cb295f649dbda0676d5c | refs/heads/master | 2021-01-19T02:31:06.376825 | 2016-02-01T09:50:31 | 2016-02-01T09:50:31 | 44,380,763 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 458 | puml | @startuml
class Word {
- original : StringProperty
- pronounce : StringProperty
- english : StringProperty
- local : StringProperty
+ Word()
+ Word(String original, String english)
..
Getters and setters for properties...
..
+ {static} print(Word word)
}
class WordList {
- words : ObservableList<Word>
- description : String
..
Setters for words and description
..
}
WordList o-- Word
@enduml | false | true | false | false | class |
24cf3e8f7607c6997c1211fb8781c3da32643834 | 38aaf3aab3012f12640f7ec2d8e0b13d47bd73df | /Behavioral-Pattern/src/visitor/传统方案.puml | 956b6a16c38a48ecda01138b1b0bc73bb19b1856 | [] | no_license | Danbro007/DesignPattern | ff0bf4a2d68e40bd8cbf3574ad8e377200af1f20 | 38e5a4ec5bdfd463090e12f740e0638c9c8e6d25 | refs/heads/master | 2021-03-31T16:55:54.094329 | 2020-03-26T13:14:19 | 2020-03-26T13:14:19 | 248,121,211 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 91 | puml | @startuml
class Person
class Man
class Woman
Man --|> Person
Woman --|> Person
@enduml | false | true | false | false | class |
17350eae9e823ffd664c5f170df74c24b1552da3 | f46393ebb1bf7bd94b233b83e57bb8f1a3264726 | /documentation/diagrams/Resource_ProblemUnacknowledgement.puml | 97a4d82e014a7c1de231cbfd45dd49e718e0052e | [] | no_license | tmforum-rand/TMF656_Service_Problem | 5b972066ae12e478eb87496b715666bd92890416 | ee194be76d13975557ad4c615f0a731469874165 | refs/heads/master | 2020-11-25T10:01:38.942377 | 2020-01-13T21:52:47 | 2020-01-13T21:52:47 | 228,609,406 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,782 | puml | @startuml
hide circle
hide methods
hide stereotype
show <<Enumeration>> stereotype
skinparam class {
BackgroundColor<<Enumeration>> #E6F5F7
BackgroundColor<<Ref>> #FFFFE0
BackgroundColor<<Pivot>> #FFFFFFF
BackgroundColor #FCF2E3
}
class ProblemUnacknowledgement <<Pivot>> {
id : String
href : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class ServiceProblemRef <<Ref>> {
id : String
href : String
correlationId : String
@baseType : String
@schemaLocation : Uri
@type : String
@referredType : String
}
class TrackingRecord {
id : String
description : String
systemId : String
time : DateTime
user : String
@baseType : String
@schemaLocation : Uri
@type : String
}
class Characteristic {
name : String
valueType : String
value : Any
@baseType : String
@schemaLocation : Uri
@type : String
}
'processing edges for ProblemUnacknowledgement
ProblemUnacknowledgement *--> "0..1" TrackingRecord : trackingRecord
' rule: General below rule - either none already or unable to place left / right of currently placed
ProblemUnacknowledgement *--> "0..*" ServiceProblemRef : problem
ProblemUnacknowledgement *--> "0..*" ServiceProblemRef : unackProblem
' rule: General below rule - either none already or unable to place left / right of currently placed
'completed processing of edges for ProblemUnacknowledgement
'processing edges for ServiceProblemRef
'processing edges for TrackingRecord
TrackingRecord *--> "0..*" Characteristic : extensionInfo
' rule: General below rule - either none already or unable to place left / right of currently placed
'completed processing of edges for TrackingRecord
'processing edges for Characteristic
@enduml | false | true | false | false | sequence |
fd1d8b2345f7ef972e9fcfcf802047f93a442ea9 | 6f2ebb80d675f13dd5a4ec712db21050efc92fa0 | /GameEnginePlugin/Docs/SourceDiagrams/GameEnginePluginInterface-Class.plantuml | 618801515ae6d78d0ae815f8c3037233100a5ac5 | [] | no_license | stevostj/Sandbox | dc84e3ba177547b0109d6001a803ca980b7bea41 | ded1484722d2d5e89f50e5f4bd68e20c13392b30 | refs/heads/master | 2023-06-07T17:47:25.444477 | 2021-06-29T01:45:49 | 2021-06-29T01:45:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,212 | plantuml | @startuml
title "GameEnginePluginInterface"
top to bottom direction
interface "IGameEnginePlugin" as IGEP {
+ {static} <<extern C>> int GEP_Initialize()
+ {static} <<extern C>> int GEP_HandleSimulationControlMessages(CigiResponsePacket * packets, int max_num_packets, int * num_packets)
+ {static} <<extern C>> int GEP_HandleSimulationResponseMessages(CigiControlPacket * packets, int max_num_packets, int * num_packets)
}
class "CigiResponsePacket" {
+ CigiReponsePacketData data
}
class CigiResponsePacketData <<union>> {
+ StartOfFrame start_of_frame
}
class "CigiControlPacket" {
+ CigiControlPacketData data
}
class CigiControlPacketData <<union>> {
+ IgControl ig_control
+ EntityControl entity_control
+ EntityPosition entity_position
+ ViewControl view_control
}
package "CIGI 4.0 Packets" as CIGI {
class "StartOfFrame" {
}
class "IgControl" {
}
class "EntityControl" {
}
class "EntityPosition" {
}
class "ViewControl" {
}
class "SymbolSurface" {
}
class "SymbolControl" {
}
class "SymbolTextDefinition" {
}
class "SymbolPolygonDefinition" {
}
}
@enduml | false | true | false | false | class |
151d66888967a41193001137018ba0b077df8b37 | e43c23107e0c8b75824f16f513fa5f8c82bfb955 | /public/images/diagrams/diagram_sequence_create_food.plantuml | 6e4a4e6753ffff23531ad7a76be19ca4bd2c78b0 | [] | no_license | namoclopez2020/manzana-verde-frontend | b6b2ad7e71e7eb89ce67b0aaf3a57154311f8737 | a8b531aafbd7afd8a7f37c3b97a1df75c705b5c8 | refs/heads/main | 2023-08-07T12:50:01.585488 | 2021-09-27T01:36:01 | 2021-09-27T01:36:01 | 410,187,509 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 727 | plantuml | @startuml create food
actor "Actor"
boundary "admin.vue"
boundary "create.vue"
control "useFood"
control "store/food"
entity "endpoint"
"Actor" -> "admin.vue" : click "Agregar comida" button
activate admin.vue
"admin.vue" -> "create.vue" : open()
activate "create.vue"
"create.vue" -> "useFood" : setFood()
activate useFood
"useFood" -> "store/food" : setFood()
activate "store/food"
"store/food" -> "endpoint" : /api/food/create
activate endpoint
"endpoint" -> "store/food" : data
deactivate endpoint
"store/food" -> "store/food" : saveData
"store/food" -> "create.vue" : close()
deactivate "create.vue"
"store/food" -> "admin.vue" : refresh data
deactivate "store/food"
deactivate useFood
deactivate admin.vue
@enduml | false | true | false | false | sequence |
147f9a7879dc95ea87cfa76d85cacd437b00a80c | 14bfcad193eaf0e149b75501c44504ae2d5a513a | /src/HotelManagmentModel/HotelManagmentModel.plantuml | b0f847d79aba85c09b1d579c6b1cb0a808344433 | [] | no_license | EhudMarchi/Hotel-Managment-System | cdf2f2bfdec0a32c48e557ae9f0882efbd9ac9fd | 930eafbbb4b31db8a0a173049faac210651cd8f8 | refs/heads/master | 2022-11-19T00:50:41.214420 | 2020-07-04T18:32:56 | 2020-07-04T18:32:56 | 267,014,836 | 1 | 0 | null | 2020-05-26T12:13:55 | 2020-05-26T10:37:33 | null | UTF-8 | PlantUML | false | false | 2,924 | plantuml | @startuml
title __HOTELMANAGMENTMODEL's Class Diagram__\n
namespace HotelManagmentModel {
class HotelManagmentModel.Guest {
- emailAddress : String
- guestName : String
- phoneNumber : String
- reservations : List<Reservation>
+ Guest()
+ Guest()
+ addReservation()
+ deleteReservation()
+ getEmailAddress()
+ getGuestName()
+ getPhoneNumber()
+ getReservations()
+ setEmailAddress()
+ setGuestName()
+ setPhoneNumber()
}
}
namespace HotelManagmentModel {
class HotelManagmentModel.Hotel {
+ capacity : int
{static} + deluxeAmount : int
{static} + familyAmount : int
{static} + managersList : List<Manager>
{static} + numOfReservations : int
{static} + premiumAmount : int
{static} + receptionistsList : List<Receptionist>
{static} + suiteAmount : int
{static} + twinAmount : int
+ Hotel()
{static} + getNumOfReservations()
+ getRoomsAmount()
}
}
namespace HotelManagmentModel {
class HotelManagmentModel.Manager {
+ Manager()
- approveSpecialAct()
}
}
namespace HotelManagmentModel {
class HotelManagmentModel.Receptionist {
# password : String
# receptionistName : String
# requests : List<String>
# userName : String
+ Receptionist()
+ Receptionist()
+ getReceptionistName()
}
}
namespace HotelManagmentModel {
class HotelManagmentModel.Reservation {
- checkInDate : LocalDate
- checkOutDate : LocalDate
- creditCardNumber : int
- guestAmount : int
- price : int
- receptionistName : String
- reservationNumber : int
- roomsNumber : int
+ Reservation()
+ Reservation()
+ getCheckInDate()
+ getCheckOutDate()
+ getCreditCardNumber()
+ getGuest()
+ getGuestAmount()
+ getPrice()
+ getReceptionistName()
+ getReservationNumber()
+ getRoomsNumber()
}
}
namespace HotelManagmentModel {
class HotelManagmentModel.Room {
- capacity : int
- number : int
}
}
namespace HotelManagmentModel {
enum RoomType {
Deluxe
Family
Premium
Suite
Twin
}
}
HotelManagmentModel.Manager -up-|> HotelManagmentModel.Receptionist
HotelManagmentModel.Reservation o-- HotelManagmentModel.Guest : guest
HotelManagmentModel.Room o-- HotelManagmentModel.Room.RoomType : roomType
HotelManagmentModel.Room +-down- HotelManagmentModel.Room.RoomType
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 |
5654800a52b4865c21134cc7bf101b23734bdc7d | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Services/cloud-broker/Physical.puml | 5956d66954020ff0fbbfec348c02ffb02e27d599 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 161 | puml | @startuml
interface external
package "cloud-broker" #lightblue {
component service
interface internal
}
external -- service
internal - service
@enduml
| false | true | false | false | class |
10a269c8c7ff7c98394cc43c9124908f339801e4 | 8f83adb253993728ad2b965efda9e2d0d9167ffd | /src/main/doc/resources/org/thegalactic/lattice/io/ArrowRelationIOFactory.iuml | 57b59e3a233a3cf80b64add1391256f337786248 | [
"CECILL-B"
] | permissive | jcarbonnel/java-lattices | 3906f29a84526dfeb3af5d24f4429d22d56f82b1 | 6df82e197748a455b1d886247a11ec1a56055def | refs/heads/master | 2021-08-26T05:01:08.308878 | 2017-11-17T11:00:45 | 2017-11-17T11:00:45 | 109,843,590 | 0 | 0 | null | 2017-11-07T14:06:18 | 2017-11-07T14:06:18 | null | UTF-8 | PlantUML | false | false | 288 | iuml | package org.thegalactic.lattice.io {
class ArrowRelationIOFactory {
-ArrowRelationIOFactory instance
-ArrowRelationIOFactory()
#void init()
+{static}ArrowRelationIOFactory getInstance()
}
org.thegalactic.io.IOFactory <|-- ArrowRelationIOFactory
}
| false | true | false | false | class |
e2e7f23aab1bf4f94a95a1b79fae1a3dae572dc5 | 4fbf66cb8d946d98764ea41655530cd86c9dfe1b | /use-case/use-case-2.puml | b426019acabc4f1c5efa9edb87cbc5cb9bf92c15 | [
"Apache-2.0"
] | permissive | bobooo40/world_population | 954b10b8cd380815fab39de85f2a585535d4c8d4 | dd790b209649f1eed4a023fb3ba226c8de4aa9a1 | refs/heads/master | 2022-06-29T11:45:07.815351 | 2020-02-07T11:14:21 | 2020-02-07T11:14:21 | 232,704,583 | 0 | 0 | Apache-2.0 | 2022-06-21T02:38:55 | 2020-01-09T02:29:17 | TSQL | UTF-8 | PlantUML | false | false | 717 | puml | 'USE CASE: 2 Produce a report on the cities (categorized by the world, their region, their continent, their country, or their district) which are organised by the largest population to the smallest
@startuml
'Delecare skinparam
skinparam packageStyle rectangle
'Declare actor as user
actor User
'Declare database as D for world sql
rectangle "World Database" as D
rectangle "Report on the cities" {
'Delcare usecase information
usecase UC1 as "Request for cities information in a certain area"
usecase UC2 as "Query by certain area"
usecase UC3 as "View cities information"
'Start usecase diagram
User --> UC1
'(start) -down-> UC1
UC1 -down-> UC2
UC2 -left- D:include
UC2 -down-> UC3
}
'End usecase diagram
@enduml | false | true | false | false | usecase |
3257c86776caf6f9bd7f2e0ee8fd456e85ab3e5e | a3ac36ba29af3a70686c4df2a09abd7ab7481410 | /app/app.plantuml | 3563b8feafc08b1b45ce67fc51120c9b90ec9534 | [] | no_license | iamshyambandla/SmartFarmDairy | fee98683955db0665a4b332e25e91252e215e31d | 2a64e809f9382e3b54b6fd2bf69df98f72e8ff4c | refs/heads/master | 2020-05-16T21:00:17.283577 | 2019-05-01T21:16:49 | 2019-05-01T21:16:49 | 183,294,440 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,272 | plantuml | @startuml
title __APP's Class Diagram__\n
package com.harisha.smartfarmdairy {
class BuildConfig {
}
}
package com.harisha.smartfarmdairy {
class Calculator {
}
}
package com.harisha.smartfarmdairy {
class DatabaseHelper {
}
}
package com.harisha.smartfarmdairy {
class Equipment {
}
}
package com.harisha.smartfarmdairy {
class ExampleInstrumentedTest {
}
}
package com.harisha.smartfarmdairy {
class Expenses {
}
}
package com.harisha.smartfarmdairy {
class Income {
}
}
package com.harisha.smartfarmdairy {
class MainActivity {
}
}
Calculator -up-|> AppCompatActivity
DatabaseHelper -up-|> SQLiteOpenHelper
Equipment -up-|> AppCompatActivity
Expenses -up-|> AppCompatActivity
Expenses o-- DatabaseHelper : databaseHelper
Income -up-|> AppCompatActivity
Income o-- DatabaseHelper : helper
MainActivity -up-|> OnNavigationItemSelectedListener
MainActivity -up-|> AppCompatActivity
MainActivity o-- DatabaseHelper : helper
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 |
6e30095c2b9810fffb2917dcfb1384e330f8eb68 | 640eea03df99c7d6ebe9d7c54d5c350708bfb8e7 | /SurveyManagerApp/assotiation_or_inheritance.puml | 91c15b0b1b818c6f7065ad4b7ef9424134cbd16e | [] | no_license | schletz/Pos4xhif | 596eeda5cfe66d65f61bee9e5b0edc8a76c79276 | 06e62c02057bc185f09c1b71e1dffbb7bb090ea3 | refs/heads/master | 2023-05-27T11:37:16.490927 | 2023-05-21T08:25:50 | 2023-05-21T08:34:25 | 207,262,162 | 28 | 10 | null | 2022-11-14T18:43:18 | 2019-09-09T08:33:07 | JavaScript | UTF-8 | PlantUML | false | false | 440 | puml | @startuml
entity Questionnaire {
+ schoolclass : Schoolclass
+ subject : Subject
+ teacher : Teacher
+ owner : Student
+ state : QuestionnaireState
+ questions : List<Question>
}
entity ActiveQuestionnaire {
+ activeTo : DateTime
}
entity ClosedQuestionnaire {
+ closingDate : DateTime
+ closedFrom : Student
}
Questionnaire --|> ActiveQuestionnaire
Questionnaire --|> ClosedQuestionnaire
@enduml | false | true | false | false | sequence |
0822683e7dc4b651220e8b71638658075b4ec127 | f843a7a2c1b9ea2fc0a14ccce9ed7391bd727643 | /design/three-layers-paper.puml | b588ac4bb1ae67a5f763590b30b6fc93ab1f1b35 | [] | no_license | Easy-Dojo/ddd-exam-plantform | fb72dbd305f87b4f7ee8cf79d7551f514118f7ee | b2e63c1d25a39ad08f381d9b9bdde55b663fc18d | refs/heads/master | 2023-06-26T03:32:23.722126 | 2021-08-03T15:14:47 | 2021-08-03T15:14:47 | 392,359,719 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 399 | puml | @startuml
package threeLayer {
class PaperController
class PaperService {
assemblePaper()
reassemblePaper()
}
class Paper {
paperId: PaperId
quizzes: List<BlankQuiz>
}
class PaperDAO {
save()
}
PaperController ..> PaperService
PaperService ..> Paper
PaperService ..> PaperDAO
PaperDAO .left.> Paper
}
@enduml | false | true | false | false | class |
98bbeed9833d3a2071af2434d993fde3829197d4 | 1239d565a4efee996a38f1112de43192ba0dba91 | /design.puml | f3c4fa450c3bc28871a6f7a9fe28ec2772dd1905 | [] | no_license | y62wang/vegapunk | 05a4ba4610325602ec9fbc317eea91c16d7e3c02 | a47d2381748a4ac90837a2f64d338484d0534886 | refs/heads/master | 2023-01-08T02:49:41.457972 | 2020-11-07T06:05:55 | 2020-11-07T06:05:55 | 214,981,872 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,665 | puml | @startuml
skinparam splines ortho
skinparam linetype polyline
component "Chess Engine" as engine {
note as engine_desc
Given a board position, the chess engine is responsible for computing the best move.
The chess engine can compute based on a set of constraints including time, play strength, etc.
end note
component "Search" as search {
note as search_desc
This module will contain different types
of search algorithms that can be equipped
by the engine.
end note
}
component "Move Generator" as movegen {
note as movegen_desc
Provides the board representation of the engine
and the ability to generate moves, as well as
transforming the board to a different state by
making a move.
end note
}
component "Board Evaluation" as evaluation {
note as evaluation_desc
Evaluates a position and provides a score
indicating which side has an advantage.
end note
}
component "Workflow Manager" as workflow {
note as workflow_desc
component that is dealing with how
search should be carried out.
This includes working with threads to
divide and conquer larger problems.
as well as monitoring the intermediate search results.
end note
}
component "Monitoring" as monitor {
note as monitor_desc
Provides insights into search and evaluation
as well as timing.
end note
}
engine_desc -[hidden]-> search
engine_desc -[hidden]-> workflow
engine_desc -[hidden]-> evaluation
workflow --> search
search --> movegen
search --> evaluation
monitor ..> search
monitor ..> evaluation
}
component Game as game {
note as game_desc
Game component keeps track of the state of a game.
This includes moves made by players, board state, history, etc.
Provides interface for interactions.
end note
component Player as player {
note as player_desc
different ways of
implementing players
end note
}
component "Game Flow" as gameflow {
}
component History as history {
}
game_desc -[hidden]-> player
game_desc -[hidden]-> history
game_desc -[hidden]-> gameflow
gameflow --> player
gameflow --> history
}
component UCI as uci {
note as uci_desc
implements the UCI protocol for the rule engine to
compete with other UCI enabled engines
end note
}
uci --> engine
game --> engine
@enduml
| false | true | false | false | class |
f7d410f64f353569307f9c796994220a5b697d94 | 4f3a2bdb7e3646cf00163b1706d807570b087c22 | /NodesepRanksep3.puml | ba7b7302141f91a901a11d374da36b82a8c5e8d6 | [] | no_license | fshamakhov/PlantUMLHitchhikersGuide | 5d7fe28f93e8d514e2407ab5a50b32d2048809ca | 7bd9f8cd6bd0061bee4449156b13b6eff91ee95e | refs/heads/main | 2023-01-29T08:43:24.827343 | 2020-12-11T08:36:48 | 2020-12-11T08:36:48 | 320,260,790 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 366 | puml | @startuml NodesepRanksep3
'left to right direction
'top to bottom direction
'skinparam nodesep 10
skinparam ranksep 150
rectangle Arrows
rectangle A
rectangle B
rectangle C
rectangle D
rectangle E
rectangle F
Arrows -[bold]-> A
Arrows -[#pink,dashed,thickness=10]-> B
Arrows -[#4567ff,dotted]-> C
Arrows --> D
'long arrow for no good reason
E ---> C
@enduml | false | true | false | false | uml-unknown |
317afe1352b589f5fcce04e22af24d81957e2854 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productSchema/carrierEthernet/operatorEthernet/MEF 106 resources/extension_pattern.puml | 7660b0f82f2e04912f3eb0f874c76cefb3ea1a24 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 989 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
ClassBorderColor<<ProductSpecification>> FireBrick
}
set namespaceSeparator none
class MEFProductRefOrValueOrder{
id: string
href: string
place: RelatedPlaceRefOrValue
productOffering: ProductOfferingRef
productRelationship: ProductRelationshipWithGrouping
}
class MEFProductConfiguration {
@type*: string <<discriminator>>
}
MEFProductRefOrValueOrder *-->"0..1" MEFProductConfiguration : productConfiguration
class urn:mef:lso:spec:sonata:access-eline-ovc:v5.0.0:all <<ProductSpecification>> {
<<... attributes are skipped ...>>
}
MEFProductConfiguration <|-- "urn:mef:lso:spec:sonata:access-eline-ovc:v5.0.0:all"
class urn:mef:lso:spec:sonata:carrier-ethernet-operator-uni:v5.0.0:all <<ProductSpecification>> {
<<... attributes are skipped ...>>
}
MEFProductConfiguration <|-- "urn:mef:lso:spec:sonata:carrier-ethernet-operator-uni:v5.0.0:all"
@enduml
| false | true | false | false | sequence |
7bacc04d21b30d2bec41fee1d20aa33e7fd0c8c4 | 2e56358cf164cc395bf43ec3ee9b54a55c30f5bb | /RUP/Design/Analisys view/Usecase analisys/24_EditBorrow.puml | 99a8fa01630eb7e912f06b557f7d8bba9422a4f2 | [
"Apache-2.0"
] | permissive | fraylopez/RUP-Arquitecturas-Agiles | 8111875c8510282f3b461e6c7150032b421a386d | eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26 | refs/heads/main | 2023-05-31T02:01:52.815596 | 2021-06-05T07:08:26 | 2021-06-05T07:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 505 | puml | @startuml EditBorrow
skinparam boundary {
backgroundColor DodgerBlue
borderColor black
}
skinparam control {
backgroundColor LimeGreen
borderColor black
}
skinparam entity {
backgroundColor Orange
borderColor black
}
actor Actor
boundary BorrowView
control BorrowController
entity BorrowRepository
Actor -right-> (BorrowView) : 1.viewBorrow()
(BorrowView) --> (BorrowController) : 2.getBorrow()
(BorrowController) --> (BorrowRepository) : 3.checkDataModified() \n4.update(borrow)
@enduml | false | true | false | false | usecase |
9d769d8aaadf475a49d12035f172cae771f42ebd | 59c0df2e02a81114d59361304e9647dff74274e0 | /src/DiagramaSecuenciaInteraccionesCreacion.puml | 466e18e58f945a93e83eadc60e14a9af54763d47 | [] | no_license | beycker111/documentacion-como-codigo | 8c3473732eb261a5276c328b38ebc0624be44904 | a188c11b8f7857984b14b36c38d8cf395c6ed1eb | refs/heads/master | 2023-08-21T10:05:47.124191 | 2021-10-25T19:02:55 | 2021-10-25T19:02:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 506 | puml | @startuml
actor Usuario
boundary Controller
boundary Services
boundary Repositories
boundary Entities
database BD
Usuario --> Controller: Crear
Controller --> Services: Create(Object)
Services --> Repositories: Save(Object)
Repositories --> Entities: Save(Object)
Entities --> BD: QueryCreate(Object)
BD --> Entities: ResponseCreate
Entities --> Repositories: ResponseCreate
Repositories --> Services: ResponseCreate
Services --> Controller: ResponseCreate
Controller --> Usuario: RespuestaCreacion
@enduml | false | true | false | false | usecase |
b709d5c4802a8784227519da64562804f7bfdebc | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/behavior/command/Command.puml | 79f0676c95e0abf7b23698fdf9ab36b398b2177b | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 550 | puml | @startuml
interface Command
class ConcreteCommand
class NoCommand
class Receiver
class Invoker
class Client
Command : +execute()
Command : +undo()
ConcreteCommand : -receiver: Receiver
ConcreteCommand : +execute()
ConcreteCommand : +undo()
Receiver : +action()
Invoker : -commands: Command[]
Invoker : -undoCommand: Command
Invoker : +command1()
Invoker : +command2()
Invoker o--Command
Command <|.. ConcreteCommand
Command <|.. NoCommand
ConcreteCommand o-- Receiver
Invoker <.. Client
ConcreteCommand <.. Client
Receiver <.. Client
@enduml | false | true | false | false | class |
2d715ca13b05f767319f1dd96f0185dfb50510fc | 8e0e85b3875e06a4d76b4298decb879026847d7f | /docs/Skeleton/diagrams/Solar-Flare/Solar-Flare-Happen/No-Solar-Flare-SpaceShip-Comm.puml | 3631371ae21b31bdb47c1f0d35be7856a7986883 | [] | no_license | viseguard-studios/Documentation | fba5030594be0303374d70019c7ea759316a96fe | 290312ddbeab9cf9a28147c868f3330475aebd6d | refs/heads/main | 2023-05-13T12:00:34.417075 | 2021-06-06T07:52:49 | 2021-06-06T07:52:49 | 338,383,487 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 246 | puml | @startuml
'autonumber "0:"
skinparam linestyle ortho
actor Tester
rectangle "GM : GameManager" as GM
rectangle "S : SpaceShip" as R
Tester --> GM: "1 : -> TakeTurn()" "4 : <--"
GM --> R: "2 : -> RoundEnd(closeToSun: bool)" "3 : <--"
@enduml | false | true | false | false | usecase |
6936b75626b01f114acd189f49301cada19839e4 | 13d8c83e14ae1cad511f30b984f5f4c86ed97976 | /exercise41/docs/ex41.puml | fd4595bd8380f0a37b93d6d78778e4fae64c9f0e | [] | no_license | drumman22/grossman-a04 | 5a31dcf4086dbfceb889c6437477cdb65e285041 | 4303c3147249bf183f5af5b4fffbbd843947ba6a | refs/heads/master | 2023-09-06T04:20:42.918012 | 2021-10-26T15:55:32 | 2021-10-26T15:55:32 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 217 | puml | @startuml
class Solution41
Solution41 : + List<String> readNames(Files inputFile)
Solution41 : + List<String> sortNames(List<String> names)
Solution41 : + void writeNames(File outputFile, List<String> names)
@enduml | false | true | false | false | class |
9eab64a832c74ae9333bc14e39315ad33002cbe5 | 3dd18ea1f7bc562203cd243e66148d676a171db1 | /src/main/resources/factory/simple.puml | cac218884f5cda11f49762a3f4f3bd196df52e6a | [] | no_license | Carlos-Messi-Gold-Ye/design-model | 44c2b6a13994195ef54cedd31ee4c4f92e250589 | 23f6d1baca5fb425cd35915b1f6409ff9c7af9dc | refs/heads/master | 2020-06-14T01:29:09.899964 | 2019-09-19T02:57:05 | 2019-09-19T02:57:05 | 194,851,032 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 311 | puml | @startuml
interface Vehicle {
void doSomething()
}
class Vehicle550 implements Vehicle {
+void doSomething()
}
class Vehicle551 implements Vehicle {
+void doSomething()
}
class SimpleVehicleFactory {
+{static} Vehicle createVehicle(String version);
}
SimpleVehicleFactory <..* Vehicle
@enduml | false | true | false | false | class |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.