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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bb416f929f618fa7a70b4496bfb3604dfa112928 | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/red/s1161213/sp1/analysis4.puml | 00a7344b4b685190fcd3ef52a7b1e619b4ea2acc | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | puml | @startuml analysis2.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : choses date in the calendar
Browser ->> Server : searchEventsByDate()
database Database
Server -> Database : fetch
Server -->> Browser : return
Browser -> Browser : display events for that day
@enduml | false | true | false | false | sequence |
dde862380b9f22e6d3b408fa96f089a7584d51ba | e716e0b5fdc6ea827ca72e6b8e9f8879412df99c | /requirements/uml/feature1.puml | 0b49f8e35bc526bcb17fc04fa2d80133a1cabc98 | [] | no_license | AngelAlvarado/data | d6a8883e317be65b3679b57c993147555ec1b36e | b2adcdfcffcddc2a85845605046fca50b9fa847e | refs/heads/master | 2020-12-24T12:33:01.897254 | 2016-11-10T05:03:33 | 2016-11-10T05:03:33 | 72,984,268 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 328 | puml | @startuml
UserA -> PayMo: Make payment to UserB
activate PayMo
PayMo -> PayMo: Has ever been a transaction \n between userA and userB?
PayMo --> PayMo: Write result to file \n paymo_output/feature1.txt
PayMo --> UserA: Notify UserA: \n "Unverified: You've never..."
deactivate PayMo
PayMo --> UserB: Proceed with payment
@enduml | false | true | false | false | sequence |
948a1a925ad56abd52f5df83b6f286907a71c52a | 3981c0400871641f0639d0ef4570e1ec6993fabf | /PUML/Assignment4.puml | 645e954dc21c9d45fd3202970b90a8dcce00169e | [] | no_license | nick-vigg/Viggiani-COP3330-assignment4part2 | 94dffedf5073c616de728f7a347359ca5225e67a | 4f5b7ab6d8b5601d28455f2172c18346f012abff | refs/heads/master | 2023-06-25T06:58:56.775873 | 2021-07-11T19:55:54 | 2021-07-11T19:55:54 | 383,989,840 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,217 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+ main()
+ start()
}
class ToDoList {
- toDoTitle : String
- items[] : ArrayList<Item>
setTitle()
getTitle()
addItem()
removeItem()
clearList()
getTitles()
isComplete()
isIncomplete()
}
class Item {
- itemStatus : boolean
- itemDescription : String
- itemDueDate : LocalDate
getItemStatus()
setItemStatus()
getItemDescription()
setItemDescription()
getItemDueDate()
setItemDueDate()
fileToItem()
}
class ListManager {
- toDoListItems : ListView<String>
- completeItems :ListView<String>
- showCompleteItems : RadioButton
- itemDescription : TextField
- itemDue : DatePicker
- isComplete : RadioButton
openButtonIsClicked(ActionEvent actionEvent)
addButtonIsClicked(ActionEvent actionEvent)
removeButtonIsClicked(ActionEvent actionEvent)
clearButtonIsClicked(ActionEvent actionEvent)
setItemStatus(ActionEvent actionEvent)
setToDoListItems()
resetInputs()
editButtonIsClicked(ActionEvent actionEvent)
saveButtonIsClicked(ActionEvent actionEvent)
}
class FileManager{
promptSaveFile()
promptOpenFile()
writeToFile()
readFromFile()
}
javafx.Application <|- App
App *-- ToDoList
ToDoList o-- Item
ListManager - Item
FileManager - ListManager
@enduml | false | true | false | false | class |
811ab457645e434d9c59a0baaa8873afb13e8527 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/workforce/media/src/useCase14WorkOrderModel.puml | 5d810643c1523b70adf1ee74013a2c58a9bb7031 | [
"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 | 2,772 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class WorkOrder {
appointmentRequired*: boolean
href: string
id*: string
state*: WorkOrderStateType
tasks*: string
}
WorkOrder *-->"*" AppointmentRef : appointments
WorkOrder *-->"*" Note : note
WorkOrder *-->"*" RelatedPlaceRefOrValue : place
WorkOrder *-->"1..*" RelatedContactInformation : relatedContactInformation
WorkOrder *-->"1..*" RelatedEntity : relatedEntity
enum WorkOrderStateType {
cancelled
completed
inProgress
open
planned
unableToComplete
}
class AppointmentRef {
href: string
id*: string
}
class FieldedAddress {
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
streetName*: string
streetNr: string
streetNrLast: string
streetNrLastSuffix: string
streetNrSuffix: string
streetSuffix: string
streetType: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class GeographicSubAddress {
buildingName: string
id: string
levelNumber: string
levelType: string
privateStreetName: string
privateStreetNumber: string
}
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
class RelatedContactInformation {
emailAddress*: string
name*: string
number*: string
numberExtension: string
organization: string
role*: string
}
RelatedContactInformation *--> FieldedAddress : postalAddress
class RelatedEntity {
@referredType*: string
href: string
id*: string
role*: string
}
class GeographicAddressRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressRef
class FormattedAddress {
addrLine1*: string
addrLine2: string
city*: string
country*: string
locality: string
postcode: string
postcodeExtension: string
stateOrProvince: string
}
RelatedPlaceRefOrValue <|-- FormattedAddress
class GeographicAddressLabel {
externalReferenceId*: string
externalReferenceType*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressLabel
class GeographicSiteRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicSiteRef
class Note {
author*: string
date*: date-time
id*: string
source*: MEFBuyerSellerType
text*: string
}
class MEFGeographicPoint {
spatialRef*: string
x*: string
y*: string
z: string
}
RelatedPlaceRefOrValue <|-- MEFGeographicPoint
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
class RelatedPlaceRefOrValue {
@schemaLocation: uri
@type*: string
role*: string
}
@enduml
| false | true | false | false | sequence |
ea35b3ec0992ef9df6fb9d1885dc37907de8f3d7 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Physical.puml | 08a1b039c570eb50bc53e06331599d872c1a146b | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,063 | puml | @startuml
skinparam packageStyle rect
top to bottom direction
package <size:32>ADC</size> #dddddd {
package "<size:24>Software Stack</size>" as SS #ffffaa {
package "Cloud Connected\nCar Services" { }
package "Connection Services" { }
package "Application\nDevelopment Framework" { }
}
package "<size:24>Data Center</size>" as DC #ffffff {
package "Cloud Stack" as CS #lightgreen {
package "Application Orchestration" { }
package "Local Service/App Registry" as LSAR { }
package "Cloud Control" { }
}
package "Hardware Stack" as HS #lightblue {
package "Compute" { }
package "Storage" { }
package "Network" { }
}
}
package "Federatated Cloud" as FC #pink {
package "Global Service/App Registry" as GSAR { }
package "Global Policy Engine" as GPE { }
package "Data Exchange" as DE { }
}
package "Data Center Geo 1" as DCG1 { }
package "Data Center Geo 2" as DCG2 { }
FC --> CS
FC -> DCG1
FC --> DCG2
SS --> FC
}
CS --> HS
@enduml
| false | true | false | false | uml-unknown |
652f5f6f219306cde252c007dbee543c04352a66 | 05f878a673c8a96f43c08ed837aa204cf226be6c | /docs/UML/Json.Results.puml | c1c00574596efc86da4af3c5b3aef5945ad155f3 | [] | no_license | PositiveTechnologies/ptaiPlugins | 10f3e04d093a06a686c12ae12d6db35829b884b7 | 8ba2c863bf70e99eecb41cfaf819236c113de2c8 | refs/heads/master | 2022-03-16T11:39:18.085547 | 2022-02-09T13:53:15 | 2022-02-09T13:53:15 | 178,220,368 | 3 | 2 | null | 2021-09-03T07:59:44 | 2019-03-28T14:28:27 | Java | UTF-8 | PlantUML | false | false | 1,385 | puml | @startuml
class ScanInfo {
+String scanDate
+int TotalFileCount
+int ScannedFileCount
+int VulnerableFiles
+int TotalVulnerabilityCount
+int AcceptedVulnerabilities
+int DiscardedVulnerabilities
+int SuppressedVulnerabilities
+int NewVulnerabilities
+int PreviousVulnerabilities
+int NonFilteredVulnerabilitiesCount
+int NonFilteredAcceptedVulnerabilitiesCount
+int NonFilteredDiscardedVulnerabilitiesCount
+int NonFilteredSuppressedVulnerabilitiesCount
+int NonFilteredNewVulnerabilitiesCount
+int NonFilteredPreviousVulnerabilitiesCount
+int PolicyState
}
class IncludedFilters {
+String ConformationStatuses
}
class ExcludedFilters {
+String SuspectedOrSecondOrder
}
ExcludedFilters --|> IncludedFilters
FilterInformation --> "includedFilters" IncludedFilters
FilterInformation --> "excludedFilters" ExcludedFilters
class Setting {
+int order
+boolean isExternalLink
}
ScanInfo --> "scanSettings[]" Setting
ScanInfo --> "filterInformation" FilterInformation
class BaseDisplayName {
+String displayName
+String value
}
class Level {
+String severity
}
Level --|> BaseDisplayName
Nist --|> BaseDisplayName
Owasp --|> BaseDisplayName
Owaspm --|> BaseDisplayName
Pcidss --|> BaseDisplayName
Sans --|> BaseDisplayName
class Type {
+String id
+String groupId
}
Type --|> BaseDisplayName
Setting --|> BaseDisplayName
@enduml
| false | true | false | false | class |
b5d280116d595cf37b0f7557d3ece17e61c8ae1c | ee4d62876208b41f1fe5d33b5bcb20e6647ee748 | /architectures/diagrams/afterDownloadingIndexHtmlSearchPage.puml | ef5222b03d266dbcba5c85b6fab59b179c143daa | [
"Unlicense"
] | permissive | forabi/architecture | 6eadf69fe85f08a4126b6f6731063d5994ea6d5d | 92e2d9d4575e57f580e509b9840c008b6be6fbf7 | refs/heads/master | 2020-03-21T09:42:24.677933 | 2018-05-15T15:03:32 | 2018-05-15T15:03:32 | 138,413,502 | 0 | 0 | Unlicense | 2018-06-23T15:43:32 | 2018-06-23T15:43:32 | null | UTF-8 | PlantUML | false | false | 504 | puml | @startuml
participant Browser as browser
participant AlgoliaSearch as algolia
participant "photos.hollowverse.com" as photos
participant "AWS S3 bucket" as s3
browser -> algolia: Request results\nfor user search
activate algolia
algolia -> browser: Return search\nresults (including\nphoto URLs)
deactivate algolia
browser -> photos: Request photo
activate photos
photos -> s3: Request photo
activate s3
s3 -> photos: Return photo
deactivate s3
photos -> browser: Return photo
deactivate photos
@enduml
| false | true | false | false | sequence |
0fb5e0d90f66d0e9a80f18dc633c5db1739518c6 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/ipc02_02/advanced_workbooks_search/i130339/ipc_02_02_sequence_diagram_analysis.puml | d9265e2c202f4264df7fd8f7edbe7fc29dbba7e7 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 661 | puml | @startuml doc-files/ipc_02_02_sequence_diagram_analysis.png
actor user
participant "<<analysis>>\nFindWorkbooksUI" as ui
participant "<<analysis>>\nWorkBook" as WorkBook
participant "<<analysis>>\ns: Spreadsheet" as Spreadsheet
participant "<<analysis>>\nc: Cell" as Cell
user -> ui: Chooses a WorkBook to see the preview
loop Gets all the spreadsheets in the workbook
ui -> WorkBook: s = getSpreadsheet(num)
loop
ui -> Spreadsheet: c = getCell(column, row)
ui -> Cell: getContent()
end loop
end loop
ui -> user: Shows the first cells with \ncontent of the workbook
@enduml | false | true | false | false | usecase |
a851375ffc8ffbd986664d65f69a7976f96ddb45 | 1431595b577ca5cd67df7d03bf36346b714ee07d | /e-house-task/cnc.puml | 4819d236924bc148e433b57d7b5c9a8b8af6f546 | [] | no_license | ivanStraltsou/plant-assets | 1d0f0aecfa870efe23ecef8a1085c95c2f2a0cef | ebe611dd856108d0a0b03e5bce7a2c79ee45c6f1 | refs/heads/master | 2021-01-10T10:23:41.608013 | 2016-02-17T19:03:27 | 2016-02-17T19:03:27 | 51,934,153 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 706 | puml | @startuml
title __E-House__ components
package "User Interfaces" {
[Desktop]
[Web Interface]
}
package "Remote Services" {
[Service 1]
[Service N]
}
package "Field Systems" {
[FS 1]
[FS N]
}
package "Message Queue" {
() "Adapter 1"
() "Adapter N"
[Channel]
}
database "Web DB"{
() MSSQL1
}
database "Data DB"{
() MSSQL2
}
[Web Server]
[Control System]
[Desktop] - [Web Server]
[Web Interface] - [Web Server]
[MSSQL1] - [Web Server]
[Control System] - [Web Server]
[Service N] - [Control System]
[Service 1] - [Control System]
[MSSQL2] - [Control System]
[Channel] - [Control System]
[Adapter N] - [Channel]
[Adapter 1] - [Channel]
[FS N] - [Adapter N]
[FS 1] - [Adapter 1]
@enduml | false | true | false | false | sequence |
ecd164d9ded7f1996c062a84ed4f0cc9ffd31738 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/UseCases/Manage-Data-Coordination/Move-Data.puml | 2b6dde8f42fc167429c947432d5560e010a98693 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
Actor "actorName" as A
box "Manage-Data-Coordinations" #lightblue
participant CLI as CLI
participant Web as Web
participant "adc" as S
A -> CLI : adc-data-move()
CLI -> S : data/move()
A -> Web : data/move()
Web -> S : data/move()
end box
@enduml
| false | true | false | false | sequence |
6834e00d9d59b7936fb6bbe990e35bbf3229b173 | 60e80b1719d9c929747baf3d32537c1731c0168f | /prototype/src/main/resources/MoneyPrototype.puml | 2add0679cedf5a6cd3176ac9ce6672bcb8a09349 | [] | no_license | GilbertXiao/JavaDesignPatterns | 8c0b82634c96107f6311dbacabdaa38119402782 | 35ce09c85b40ae585ecfc8fb7c3247375eb2a40b | refs/heads/master | 2021-07-11T11:10:04.956876 | 2020-07-19T11:59:28 | 2020-07-19T11:59:28 | 179,295,966 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 123 | puml | @startuml
class Money{
- String name
- Integer age
- String color
}
Class Client
Client -> Money
@enduml
| false | true | false | false | class |
1b6eea58edf53c8418af7391b750a1a0dc451833 | 91cc372e0ac19fe7dd67f5c712801de341d975b8 | /uml/ku 215/valve.puml | 47a6f6acb7c1f2b393e19ff9ed71fb7408373724 | [] | no_license | Alser69rus/A3135 | 76d62eb826d22e96da22774d9210927c4f7a397d | c06155783a1ffa8ff79f746edf441c6df1e82f2f | refs/heads/master | 2022-12-07T12:10:41.344543 | 2020-08-30T14:51:52 | 2020-08-30T14:51:52 | 291,405,161 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 194 | puml | @startuml
[*]-->prepare_pressure
prepare_pressure-->pressure_04
pressure_04-->check_valve
check_valve-->valve_fail:no
check_valve-->valve_success:yes
valve_fail-->[*]
valve_success-->[*]
@enduml | false | true | false | false | sequence |
9a08fd47a8b576d437b167ae62c46a602f983f0b | f0b9d4c0fe2870ce8e52460179b4d8eae0e3647c | /ObjectPool/uml.plantuml | 20e2c9071fb6d4d00f250abc97258102ac69d82c | [
"MIT"
] | permissive | MehmetFiratKomurcu/DesignPatternsCourse | 7fb2b0513ada0cc7e895088a8f2d95501c11d28d | 8e12eb9c2aa50f43e81a71622ca03c05d71aa98a | refs/heads/master | 2022-11-19T05:40:02.452768 | 2020-07-19T18:13:12 | 2020-07-19T18:13:12 | 245,816,331 | 0 | 0 | null | 2020-07-19T18:08:45 | 2020-03-08T13:08:44 | C# | UTF-8 | PlantUML | false | false | 497 | plantuml | @startuml
skinparam classAttributeIconSize 0
left to right direction
class OrderPool{
{static}-Lazy<OrderPool> instance
{static}+string Instance
-int defaultSize
-ConcurrentBag<Order> _bag
-int _currentSize
-int _counter
-object _lockObject
-OrderPool()
+Order AcquireObject()
+ReleaseObject()
}
abstract class Order{
{abstract}+string GatherOrder()
}
class RequestOrder{
}
Order-> OrderPool
RequestOrder -o OrderPool
RequestOrder -|> Order
@enduml | false | true | false | false | class |
3cc7e92bc6f4863aa24ad0fff196f12b6487d940 | 96f8d9db22068ddd35fe372093604d321a647aa9 | /test_scenarios/data/T5_in.puml | 1f7d9be2efb4c33da2f7238dbab677d77a20eabb | [] | no_license | Plan-B-PO/docs | d9f7c5af90c580e8e18faeffdb4688b533c045b7 | dd2d29a0234e824483c2dcd653b6877bd55c5095 | refs/heads/master | 2020-08-08T05:12:16.141765 | 2020-01-21T21:50:49 | 2020-01-21T21:50:49 | 213,727,436 | 0 | 4 | null | 2020-01-21T21:45:38 | 2019-10-08T18:56:36 | null | UTF-8 | PlantUML | false | false | 1,656 | puml | @startuml
object "testTask03 : ComputationTask" as testTask03 {
id = <any>
name = "Test Task 03"
userId = <userT5_1>
application = <any>
input = <any>
package = <any>
}
object "testTask04 : ComputationTask" as testTask04 {
id = <any>
name = "Test Task 04"
userId = <userT5_1>
application = testApp04
input = <any>
package = pack4
}
object "testTask05 : ComputationTask" as testTask05 {
id = <any>
name = "Test Task 05"
userId = <userT5_1>
application = testApp05
input = <any>
package = pack5
}
object "testApp04 : ComputationApplication" as testApp04 {
id = <any>
name = "Test App 04"
description = <any>
icon = <any>
}
object "pack4 : ComputationStepPackage" as pack4 {
applicationId = <any>
computationSteps = [step41]
version: v1.0.0
}
testTask04 *-- pack4
testTask04 *-- testApp04
object "step41 : ComputationStep" as step41 {
params = <any>
artifactUrl = <any app working in loop>>
- command
}
object "testApp05 : ComputationApplication" as testApp05 {
id = <any>
name = "Test App 05"
description = <any>
icon = <any>
}
object "pack5 : ComputationStepPackage" as pack5 {
applicationId = <any>
computationSteps = [step51, step52]
version: v1.0.0
}
object "step51 : ComputationStep" as step51 {
params = <any>
artifactUrl = <<any app working in loop>>
- command
}
object "step52 : ComputationStep" as step52 {
params = <any>
artifactUrl = <<any finite app>>
- command
}
pack4 *-- step41
testTask05 *-- pack5
testTask05 *-- testApp05
pack5 *-- step51
pack5 *-- step52
@enduml | false | true | false | false | class |
eaaf32a36356c3104615bd8e1b0bb6614f4fd9d3 | 46e33026e71172b64599f96adde7f212ca59a8e1 | /static/img/plantuml/70_reference_link.puml | f69bbd3fb53a438dda1049d9b0a129a067b2cb53 | [
"Apache-2.0"
] | permissive | argosnotary/docs | f1526bb72e15fd66c84691fcfaad47538b258125 | 35c2f9434dba6408e0abdee3871f9c9e09b4887b | refs/heads/master | 2023-01-02T11:42:22.616185 | 2020-10-22T16:58:58 | 2020-10-22T16:58:58 | 264,984,465 | 0 | 1 | Apache-2.0 | 2020-09-25T09:52:35 | 2020-05-18T15:39:22 | HTML | UTF-8 | PlantUML | false | false | 1,024 | puml | '
' Copyright (C) 2019 - 2020 Rabobank Nederland
'
' Licensed under the Apache License, Version 2.0 (the "License");
' you may not use this file except in compliance with the License.
' You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
'
@startuml
caption Link and related Classes
skinparam shadowing<<with_shadow>> true
skinparam backgroundColor #SeaShell
class Link {
runId
}
class Artifact {
uri
hash
}
class LayoutSegment {
}
class LayoutSegment {
}
LayoutSegment "1" -right- "1" Step
Link "1" -right-> "1" LayoutSegment
Link "1" -right-> "1" Step
Link "1" --> "0..*" Artifact: materials
Link "1" --> "0..*" Artifact: products
@enduml
| false | true | false | false | sequence |
3d8d869eb729bbb41ee149dee0b5dd461d01962d | d6ca810d2ec991d97c1bc8581ed06763c57641ce | /development/felica/TestCords/FericaReader/plantuml/DB/ProcessDBTable.puml | 4e68eb84a010497558fb9ded5b3f26bac0e6d033 | [] | no_license | miyashita-atsushi/team_a | c847d571c5a522339ee0c3ac2c5ee0cb0753411b | 3cfec172375aafeef64c40a575dddde64f0a8ed3 | refs/heads/master | 2023-02-25T07:39:36.010130 | 2020-05-29T09:12:57 | 2020-05-29T09:12:57 | 254,561,813 | 0 | 1 | null | 2021-01-29T20:47:18 | 2020-04-10T06:33:38 | C# | UTF-8 | PlantUML | false | false | 128 | puml | @startuml
class ProcessDBTable {
+ ProcessNumber : int <<get>> <<set>>
+ ProcessName : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
21f78932c8d20b480e7c4a4b3135f1f98229188d | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/pm/performance/media/src/useCase9.puml | 68ce011db5e539a2c91d6d58002c2a9d9636eab5 | [
"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 | 413 | puml | @startuml useCase9
hide footbox
participant "Buyer/Client" as B
participant "Seller/Server" as S
B -> S : POST {{baseUrl}}/modifyPerformanceJob (ModifyPerformanceJob_Create)
S -> S : basic validation
S -> S : assign id
S -> S : state: acknowledged
alt successful inquiry
B <-- S : 201 ModifyPerformanceJob with {{id}}
else validation or internal problem
B <-- S: 4xx/5xx : error response
end
@enduml | false | true | false | false | sequence |
48f1f652e0c1ee3f552cfa5440eefa6bec5443af | 08738204ffb10b361a9d7a3b492cd0563f19e151 | /architecture/definition-generale/message.puml | febf26010700782985ca6aa84da44c24ec7370bc | [] | no_license | ldalzotto/MyCrossyRoad | 95b6e8a7aaa3944892cb664dccbe5f2ba58be0f4 | 69aa9082f763a9700a82f0d1b534738ecff488ca | refs/heads/master | 2021-01-22T21:00:21.860081 | 2017-04-10T07:48:05 | 2017-04-10T07:48:05 | 85,384,738 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 127 | puml | @startuml
object Message
Message : en-tête : type de message
Message : contenu : données à transférer
@enduml | false | true | true | false | class |
62e15640c7e4f24d171ee7f91c1dfd45264050b3 | 105bd4b4ebe4cd54f5aaddc4e2a535430f51884a | /bouquet/templates/design/Solution/SubSystemName/ClassOverview.puml | 423e39b1ce4e6f26525bbedd1a2a44abd8b7213e | [
"MIT"
] | permissive | mishin/bouquet | d38b4941a0185d9d141448796e1609a10a41fc5f | 608b6c7689f1eca5baa354691ae0932e942f0225 | refs/heads/master | 2021-05-15T19:27:43.342139 | 2017-09-27T05:38:41 | 2017-09-27T05:38:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 206 | puml | @startuml
package "<%= subsystem.name %>" #dddddd {}
package "<%= system.name %>" #ffffaa {
interface "CLI"
interface "Web"
interface "REST"
class "Class1" {
}
}
"CLI" -- "Class1"
@enduml
| false | true | false | false | class |
7e85dd3e48869bbbcf865c37f08bf28e8bb64ed8 | 91fceecc2c8cf6309741e0fb715cec95f8558ca8 | /assets/classdiagram.plantuml | 86ebc5205c75fd94e38cc45ca5ed7a03c8db58c6 | [
"MIT"
] | permissive | ohm-softa/ohm-softa.github.io | dd8b3fbbcce62d3625603376f0771ab62557d76a | 7479445d2b5598a9aaaa4f37ffd76436fc81482e | refs/heads/master | 2023-07-20T07:43:25.665737 | 2023-07-12T08:10:32 | 2023-07-12T08:10:32 | 170,150,460 | 20 | 42 | MIT | 2023-06-24T15:22:55 | 2019-02-11T15:16:01 | HTML | UTF-8 | PlantUML | false | false | 593 | plantuml | @startuml
skinparam packageStyle rectangle
package association {
class Pretzel
class Beer
Pretzel --> Beer : usually goes with
}
package "inheritance and implementation" {
class Parent
interface Princess
class Child extends Parent implements Princess
}
package dependency {
class BaföG
class Student
Student ..> BaföG : often depends on
}
package composition {
class Weisswurstfrühstück
class Weisswurst
class Weissbier
Weisswurstfrühstück *-- Weisswurst
Weisswurstfrühstück *-- Weissbier
}
package aggregation {
class Pond
class Duck
Pond o-- Duck
}
@enduml
| false | true | true | false | sequence |
ba5aea6c8a46dd76e87d4657c80a02b0720300ff | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/Tomato.puml | 86c12cd9ccd8364b44c5a78cbbc49b86bf4a7da9 | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 307 | puml | @startuml
skinparam ClassBackgroundColor #Tomato
skinparam ClassFontColor #Tomato
skinparam ClassBorderColor #Tomato
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
611910c0ad453d1dd01822c66b5e727da9fe0c27 | e4cb8fc1fcc7eb0ed9150a681256c93c2ac0eb7d | /Task02/src/by/khomenko/task02/validator/validator.plantuml | e770d0b2670544a0e6729ac2263dd2ff82cdff93 | [] | no_license | EX22/EpamTraining | 44411ea262885b8f940acb08b22299b88ad99dec | 6258ae08f9927ada9c33c8da9465aac02ea3f32d | refs/heads/master | 2022-07-17T05:46:13.245526 | 2019-05-29T03:17:28 | 2019-05-29T03:17:28 | 170,499,105 | 0 | 0 | null | 2022-06-21T01:09:16 | 2019-02-13T11:48:20 | Java | UTF-8 | PlantUML | false | false | 422 | plantuml | @startuml
title __VALIDATOR's Class Diagram__\n
package by.khomenko.task02.validator {
class ExperimentDataValidator {
+ validateExperiment()
- validatePort()
- validateFleet()
}
}
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 |
94fd65b6de21098a2cfd6d92bd6accdb396b95a3 | 047b37d0f885da758b6a94360bf3c4b39edfc62c | /docs/architecture_and_flow.puml | 36d5594ad87d08ea5e291232351c6ffb2f750644 | [
"Apache-2.0"
] | permissive | nrempel/identity-kit-poc | 736bc896e0ecd2d9c00bca1c1f7c8b714856e8f3 | 8f6ffe37e0f2884628490c7691acc49051c88ea1 | refs/heads/master | 2022-06-03T17:31:41.596388 | 2020-04-27T17:06:49 | 2020-04-27T17:06:49 | 259,398,524 | 2 | 0 | Apache-2.0 | 2020-04-27T17:07:37 | 2020-04-27T17:07:37 | null | UTF-8 | PlantUML | false | false | 1,532 | puml | @startuml
actor Approver
package Approver as app {
component "Keycloak\nProtector\n" as kcapp {
rectangle "GitHub\nAuthorization\n\nWhitelist" as appgh
}
component "Approver Form\n" {
frame "eMail\nJurisidiction\nAuth\nApprove Y/N\n\n<New / List>" as appfm
}
database "Approvals\n\nUser Data\nSession ID\nTimeout" as appdb
rectangle "Approvals\nAPI" as appapi
kcapp --> appfm
appfm --> appapi
appapi --> appdb
}
Approver -right-> kcapp
package Issuer as iss {
component "Keycloak\nProtector\n" as issapp {
rectangle "GitHub\nAuthorization\n\nApproved Session\nOnly" as isgh
}
component "Issuer Controller\n" {
frame "Map:\n\nOIDC Claims\nto\nVC Claims\n\n< Issue VC >" as isscon
}
component "Issuer Agent" as issag
issapp --> isscon
issapp --> appapi: Session ID Active?
isscon --> issag
}
actor Participant as part
package "Participant\nTools" as tools {
node EMail as email
node "Mobile\nWallet" as mwallet
node "Browser" as browser
part --> email
part --> browser
part --> mwallet
appfm -up-> email
issag -up-> mwallet
browser --> issapp: <URL>?id=<Session ID>
}
package "Proof Of Concept" as poc {
component "Keycloak\nProtector\n" as pocapp {
rectangle "Verifiable\nCredential\nAuthorization" as pocauth
}
component "PoC Application\n" {
frame "\nHello <UserName>!!\n" as poccon
}
browser --> pocauth
pocauth --> mwallet
pocauth --> poccon
}
@enduml | false | true | false | false | sequence |
e10590ddaae3f1c46e5b2ea51fafcfed88db4e53 | 76229fa7a8b5b76fe6def3975c9a2e0fa96c82e3 | /openTCS-Documentation/src/docs/developers-guide/images/service_interfaces_others.puml | c3ac445f848a88735ab496d9da3747dc13d1f714 | [
"MIT",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | openTCS/opentcs | 447d4b8e25e1cb42e74b0e03b1ac930964a5bb17 | 4d20aaa21fdfe722e953a3cb7fbb359b169f6ecb | refs/heads/master | 2023-08-19T21:30:16.979399 | 2023-08-17T08:38:01 | 2023-08-17T08:38:01 | 389,536,225 | 233 | 93 | MIT | 2023-07-26T02:37:37 | 2021-07-26T06:49:25 | Java | UTF-8 | PlantUML | false | false | 636 | puml | @startuml
skinparam monochrome true
'skinparam linetype ortho
'left to right direction
hide empty members
interface QueryService
interface InternalQueryService
QueryService <|-- InternalQueryService
interface PeripheralDispatcherService
interface DispatcherService
interface RouterService
interface SchedulerService
QueryService -right[hidden]-> PeripheralDispatcherService
PeripheralDispatcherService -right[hidden]-> DispatcherService
DispatcherService -right[hidden]-> RouterService
RouterService -right[hidden]-> SchedulerService
interface NotificationService
InternalQueryService -right[hidden]-> NotificationService
@enduml | false | true | false | false | class |
ae3f7b27911b8527290c740da3233d42186fbee4 | 7fc07ea3d00c1a762a89675a45b7ebad5cb8604a | /docs/src/diagrams/backend_module_ui_primary_script_exec.puml | aafe1f67d68352eb14bbbc497edda9c392281804 | [
"BSD-3-Clause"
] | permissive | ska-telescope/observation-execution-tool | c6aa5729220fee22868e0edc4efaf71fd97c70da | cace7d3f3fe58e9711730893761cb8380bb7f598 | refs/heads/master | 2023-08-31T03:23:38.430798 | 2023-08-24T09:33:53 | 2023-08-24T09:33:53 | 181,853,839 | 0 | 0 | NOASSERTION | 2021-06-17T12:33:25 | 2019-04-17T08:54:54 | Python | UTF-8 | PlantUML | false | false | 3,766 | puml | @startuml
'https://plantuml.com/class-diagram
package ska_oso_oet_client {
package restclient <<Rectangle>> {
class RestClientUI {
create(...)
start(...)
stop(...)
list(...)
describe(...)
listen(...)
}
}
}
package ska_oso_oet {
package mptools <<Rectangle>> {
note as mptools_note
See the ScriptExecutionService
view for more information on
the ""mptools"" module and its
contents.
end note
}
package main <<Rectangle>> {
class ScriptExecutionServiceWorker {
prepare(...)
start(...)
stop(...)
list(...)
}
class FlaskWorker
class EventBusWorker {
main_loop(...)
main_func(...)
republish(...)
}
ScriptExecutionServiceWorker -up-|> EventBusWorker
FlaskWorker -up-|> EventBusWorker
EventBusWorker -right[dotted]- mptools: uses
EventBusWorker -right[dotted]- pypubsub: uses
}
package ui <<Rectangle>> {
class app <<function return value>> {
}
class ServerSentEventsBlueprint
app o-- ServerSentEventsBlueprint
}
package procedure {
package ui as procedure_ui <<Rectangle>> {
class ProcedureAPI
}
app o-- ProcedureAPI
package application <<Rectangle>> {
note as N1
See the Script Execution module
view for information on objects
from the ""domain"" Python module
that are held as class properties
of some of the classes in the
""application"" package.
end note
class ScriptExecutionService {
prepare(cmd: PrepareProcessCommand) -> ProcedureSummary
start(cmd: StartProcessCommand) -> ProcedureSummary
stop(cmd: StopProcessCommand) -> List[ProcedureSummary]
summarise(pids: List[int]) -> List[[ProcedureSummary]
}
class ProcedureSummary {
id: int
script: domain.ExecutableScript
script_args: ...
state: domain.ProcedureState
}
class ProcedureHistory {
{field} process_states: List[(ProcedureState, time)]
stacktrace: Optional[str]
}
ProcedureSummary --> ProcedureHistory
together {
class PrepareProcessCommand {
script: domain.ExecutableScript
init_args: domain.ProcedureInput
}
class StartProcessCommand {
process_uid: int
fn_name: str
run_args: domain.ProcedureInput
}
class StopProcessCommand {
process_uid: int
run_abort: bool
}
}
PrepareProcessCommand -[hidden]- StartProcessCommand
StartProcessCommand -[hidden]- StopProcessCommand
}
FlaskWorker *-- app
ScriptExecutionServiceWorker --> ScriptExecutionService
}
}
package flask {
class Flask
class Blueprint
Flask -down[hidden]- Blueprint
}
app -|> Flask
ProcedureAPI -|> Blueprint
ServerSentEventsBlueprint --|> Blueprint
package pypubsub {
}
'main -down[hidden]--> application
'restserver -left[hidden]--> application
'restserver -right[hidden]--> flask
'FlaskWorker -down[hidden]--> restserver
ScriptExecutionService -down[hidden]- ProcedureSummary
ScriptExecutionService -down[hidden]- PrepareProcessCommand
PrepareProcessCommand -right[hidden]- ProcedureSummary
@enduml
| false | true | false | false | state |
33650f59256d5bd405c5d633a119578aaaafeb4d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/GraphQLEnumValuesMustMatchError.puml | 1f00e994cba4d06592b2094deb21770f1c5103a4 | [] | 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 | 430 | 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 GraphQLEnumValuesMustMatchError [[GraphQLEnumValuesMustMatchError.svg]] extends GraphQLErrorObject {
code: String
}
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] {
code: String
}
@enduml
| false | true | false | false | class |
bc864a4b7783e78e0f5211c41ff3da54c38cf545 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1131485/sp1/analysis_dm.puml | 762db01e9a4f777be6097b7a32567935f7f1e51b | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml analysis_dm.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : navigate to Workbooks Spreadsheet page
User -> Browser : open Macro Window
User -> Browser : choose Macro to edit
User -> Browser : edit Macro
Browser -> Server : save
database Database
Server -> Database : save
@enduml | false | true | false | false | sequence |
14ffafa7545979498f44d16ade432d5274b5ed12 | dcad9c5857819ab62681f67dd157213cde758484 | /docs/dev/graphs/triggers.puml | a23e421e55a268228470ae7b748f6c2f90563633 | [
"MIT",
"MIT-0"
] | permissive | martin-ueding/vigilant-crypto-snatch | edb51860dc8c099f76fd30d7cc1c65e8ab21059f | c64669ce62d5881748ed168326d74f727616f6c0 | refs/heads/master | 2023-07-27T08:47:59.721006 | 2023-07-15T19:40:35 | 2023-07-15T19:40:35 | 187,399,985 | 26 | 9 | null | 2023-07-15T19:40:37 | 2019-05-18T19:58:39 | Python | UTF-8 | PlantUML | false | false | 1,585 | puml | @startuml
allowmixing
!if ($standalone)
interface marketplace.Marketplace
interface datastorage.Datastore
interface historical.HistoricalSource
!endif
namespace triggers {
class TriggerSpec {
name: Optional[str]
asset_pair: AssetPair
cooldown_minutes: int
delay_minutes: Optional[int]
drop_percentage: Optional[float]
volume_fiat: Optional[float]
percentage_fiat: Optional[float]
start: Optional[datetime.datetime]
fear_and_greed_index_below: Optional[int]
}
core.AssetPair <-- TriggerSpec
interface Trigger {
get_name()
fire()
has_cooled_off()
is_triggered()
}
class BuyTrigger implements Trigger
datastorage.Datastore <-- BuyTrigger
marketplace.Marketplace <-- BuyTrigger
historical.HistoricalSource <-- BuyTrigger
interface TriggeredDelegate {
is_triggered()
}
BuyTrigger --> TriggeredDelegate
interface VolumeFiatDelegate {
get_volume_fiat()
}
BuyTrigger --> VolumeFiatDelegate
class FixedVolumeFiatDelegate implements VolumeFiatDelegate
class RatioVolumeFiatDelegate implements VolumeFiatDelegate
class DropTriggeredDelegate implements TriggeredDelegate
class TrueTriggeredDelegate implements TriggeredDelegate
class FailureTimeout
BuyTrigger --> FailureTimeout
class CheckinTrigger implements Trigger
class DatabaseCleaningTrigger implements Trigger
datastorage.Datastore <-- DatabaseCleaningTrigger
marketplace.Marketplace <-- RatioVolumeFiatDelegate
class FearAndGreedIndexTriggeredDelegate implements TriggeredDelegate
feargreed.FearAndGreedIndex <-- FearAndGreedIndexTriggeredDelegate
}
@enduml | false | true | false | false | class |
3f159f9223ab69229cdf1fed6cb5c295304874e3 | c1dd42b9d86d867f50a09339ea46495b75da1cf7 | /src/main/resources/lock.puml | 7d5b39db80721f66955e4548a70b12afddb3ae88 | [] | no_license | vvHhhhh/exercise-java8 | 137dcad1ec35cfb97d21174de336109376a981ef | 828ead292a88ed464ad7b643d89f23c83922990a | refs/heads/master | 2021-07-22T10:19:57.375291 | 2019-10-22T02:55:56 | 2019-10-22T02:55:56 | 183,847,913 | 0 | 0 | null | 2020-06-15T21:58:33 | 2019-04-28T03:02:00 | Java | UTF-8 | PlantUML | false | false | 813 | puml | @startuml
interface Lock{
void lock();
void lockInterruptibly();
boolean tryLock();
boolean tryLock(long time, TimeUnit unit);
void unlock();
Condition newCondition();
}
class ReentrantLock{
ReentrantLock.Sync sync;
}
class WriteLock{
private final Sync sync;
}
class ReadLock{
private final Sync sync;
}
class ReadLockView
class WriteLockView
Lock <|-- WriteLock
Lock <|-- ReadLock
Lock <|-- ReadLockView
Lock <|-- WriteLockView
abstract class AbstractQueuedSynchronizer
class Sync
class NonfairSync
class FairSync
Lock <|-- ReentrantLock
AbstractQueuedSynchronizer <|-- Sync
Sync <|-- NonfairSync
Sync <|-- FairSync
interface ReadWriteLock{
Lock readLock();
Lock writeLock();
}
class ReentrantReadWriteLock{
}
ReadWriteLock <|-- ReentrantReadWriteLock
@enduml | false | true | false | false | class |
d7d2952e7e7060a588986d328358eb1baa60dc57 | 10b96dd8fb2760d869b40bfaa942996efdd83949 | /sequenceDiagrams/SchedulerClass.puml | 98036a0c7e7021a07d9e7684c318180f2ff4497a | [] | no_license | NikolenkoMaksim/PhoneBookPlantUML | b9a291e4c44cd2298b77a6e8b04f51cfa7223680 | ae9e71ec91be6a11f83e13301ae5adea613c561c | refs/heads/master | 2023-07-22T05:39:51.470495 | 2021-09-08T14:59:08 | 2021-09-08T14:59:08 | 403,254,622 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 410 | puml | @startuml
title SchedulerClass
participant DeleteContactScheduler as Scheduler
participant PhoneBookService as Service
entity ContactDao as Dao
database Database as DB
loop every "delay" milliseconds
Scheduler -> Service ++: deleteAnyContact()
Service -> Dao --++: deleteAnyContact()
Dao -> Dao: choose random contact
Dao -> DB --: update contact
note left: marked as deleted
end
@enduml | false | true | false | false | sequence |
85a9f0d9d7ea2855d7ff67625f3e3cdba635dc46 | 97e24d73f2c353fa8ccfcf0246bd4af994244ddd | /docs/design/objects.puml | d5163bae9e4366b28a75544de21945665eb5906c | [
"Apache-2.0"
] | permissive | cloud-barista/cb-ladybug | 0e0d1b4820eb39bb130a3bced4529ddf0b1e6aad | dbaa12980a4afcbec1a0c24c7b070faa70446fb9 | refs/heads/master | 2023-03-30T07:31:50.485537 | 2023-03-15T07:06:51 | 2023-03-15T08:33:00 | 251,247,753 | 8 | 19 | Apache-2.0 | 2023-09-04T07:59:39 | 2020-03-30T08:39:38 | Go | UTF-8 | PlantUML | false | false | 2,915 | puml | @startuml
header Cloud-Barista
title objects
skinparam object {
' backgroundColor GreenYellow
ArrowColor DarkGray
BorderColor LightGray
}
' # spider ----------------
object region #WhiteSmoke {
region
zone
}
object credential #WhiteSmoke {
}
object awsCredential #WhiteSmoke {
aws_secret_access_key
aws_access_key_id
}
object gcpCredential #WhiteSmoke {
project_id
private_key
client_email
}
object azureCredential #WhiteSmoke {
client_id
client_secret
tenant_id
subscription_id
}
object alibabaCredential #WhiteSmoke {
client_id
client_secret
}
object tencentCredential #WhiteSmoke {
client_id
client_secret
}
object openstackCredential #WhiteSmoke {
identity_endpoint
username
password
domain_name
project_id
}
object ibmCredential #WhiteSmoke {
api_key
}
object clouditCredential #WhiteSmoke {
identity_endpoint
username
password
auth_token
tenant_id
}
object config #WhiteSmoke {
}
object vm #WhiteSmoke {
}
' }
awsCredential --|> credential
gcpCredential --|> credential
azureCredential --|> credential
alibabaCredential --|> credential
tencentCredential --|> credential
openstackCredential --|> credential
ibmCredential --|> credential
clouditCredential --|> credential
config --> credential
config --> region
' # tumblebug ----------------
object namespace #WhiteSmoke {
}
object vpc #WhiteSmoke {
cidr
subnet.name
subnet.cidr
}
object firewall #WhiteSmoke {
}
object ssh #WhiteSmoke {
}
object image #WhiteSmoke {
}
object spec #WhiteSmoke {
}
object mcis #WhiteSmoke {
}
vpc --> firewall
vm --> vpc
vm --> config
vm --> ssh
vm --> image
vm --> spec
mcis *--> vm
' # ladybug ----------------
object cluster {
+name
+status
+namespace
+mcis
+clusterConfig
+cpLeader
+cpGroup
+networkCni
+label
+installMonAgent
+description
+createdTime
+serviceType
}
object kubernetesCluster {
kubernetesConfiguration
}
object kubernetesConfiguration {
+kubernetesVersion
+controlPlaneEndpoint
+apiServer
+controllerManager
+etcd
+networking
+scheduler
}
object node {
+name
+credential
+public-ip
+role
+spec
+csp
+createdTime
+cspLabel
+regionLabel
+zoneLabel
cluster-name
}
object controlPlane {
role = "control-plane"
}
object workerNode {
role = "worker"
}
controlPlane --|> node
workerNode --|> node
object clusterConfig {
}
object kubeConfig {
+cluster
+user
+context
}
cluster --> namespace
cluster *-- node
cluster --> mcis
cluster --> clusterConfig
kubernetesCluster --|> cluster
kubernetesCluster --> kubernetesConfiguration
node .. vm
kubeConfig --|> clusterConfig
'' # ladybug controller ----------------
'object clusterDeployment #GreenYellow {
' +namespace
' +mcis
' +controlPlaneCount
' +wokrerCount
'}
'object nodeSet #GreenYellow {
' +replicas
'}
'clusterDeployment --> cluster
'clusterDeployment ..> mcis
'nodeSet *--> node
'nodeSet .. clusterDeployment
@enduml
| false | true | false | false | class |
99777152bd761ec5ca26f362d8174d37c501fdeb | e31b7f835fc74e8fdd19e85432fdd362c11eaef1 | /src/main/resources/ex41.puml | 81364aa68e47a9b8c5f817b5bfa55312ca241b47 | [] | no_license | lhernandez97/hernandez-cop3330-assignment3 | 07e92d8064fc52ed8be32ba5ba5b393721cc8fd2 | 2b69edc66f6e7da7270c422921cd446724909c9c | refs/heads/master | 2023-09-05T20:58:30.576483 | 2021-10-12T03:54:41 | 2021-10-12T03:54:41 | 416,174,982 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 173 | puml | @startuml
'https://plantuml.com/class-diagram
class App
class OutputFile
App <|- OutputFile
class App {
main()
}
class OutputFile {
createOutputFile()
}
@enduml | false | true | false | false | class |
d0bae683b9f163becddd4f702ee851ad554cbdc0 | 27bade928da247751c05e64b7baa7cd79bbc4766 | /oodesignpatterns/diagrams/flyweight.puml | 2970453e10206f7a66e326dc71099b7f9ce61300 | [] | 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,023 | puml | @startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.structural.flyweight {
' Classes and interfaces
interface Shape {
+ draw(graphics, x, y, width, height, color)
}
class Line {
+ draw(graphics, x, y, width, height, color)
}
class Oval {
+ draw(graphics, x, y, width, height, color)
}
class Rectangle {
+ draw(graphics, x, y, width, height, color)
}
class ShapeFactory {
+ {static} getShape(shapeType) : Shape
}
class ShapeCreationTest
class DrawingClient
' relationships
Line --> Shape : implements
Oval --> Shape : implements
Rectangle --> Shape : implements
ShapeFactory .^ Shape : create
ShapeFactory --o ShapeCreationTest : use
ShapeCreationTest o-- Shape : use
ShapeFactory --o DrawingClient : use
DrawingClient o-- Shape : use
' hide garbage
hide empty fields
hide empty methods
' notes
note bottom of ShapeCreationTest
<i><size:10><color:grey>Get <b>Shape</b> from the factory and draw it:</color></size></i>
shape = ShapeFactory.getShape(shapeType)
shape.draw(graphics, x, y, width, height, color)
<i><size:10><color:grey>The factory contains a limited number of shapes (one for every shapeType).</color></size></i>
end note
note bottom of ShapeCreationTest
<i><size:10><color:grey>Output:
<i><size:10><color:grey><b>Creating Oval object with fill = true
<i><size:10><color:grey><b>Creating Oval object with fill = false
<i><size:10><color:grey><b>Creating Line object
<i><size:10><color:grey><b>Creating Rectangle object with fill = true
<i><size:10><color:grey><b>Creating Rectangle object with fill = false
end note
}
'legend
legend bottom left
FLYWEIGHT [design pattern]
end legend
@enduml
| false | true | false | false | sequence |
d90ce61193fd1a722ae22bf70f03e618ecd544c4 | 4c5d25e670d887c43e6cab8a1b8658ec62c17f36 | /src/main/java/org/example/example.plantuml | 9f080effcbb315d87dd692027aba0411359837de | [] | no_license | RichardKovacik/bankDAO | e8fba1f74da6110ca6bb82e2fb74789fb7eabc02 | 65caf7429d76efaede5b36120f3074a478da5586 | refs/heads/main | 2023-06-27T20:40:56.671572 | 2021-07-20T15:00:38 | 2021-07-20T15:00:38 | 385,254,693 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 819 | plantuml | @startuml
title __EXAMPLE's Class Diagram__\n
namespace org.example {
class org.example.App {
{static} + main()
}
}
namespace org.example {
class org.example.Banka {
- klienti : List<Klient>
- ucty : List<Ucet>
+ Banka()
+ getKlientService()
+ getUcetService()
+ nacitajUctyKlienta()
+ odoberKlientaPodlaID()
+ odoberUcetKlientovi()
+ pridajKlienta()
+ zalozUcetKlientovi()
}
}
org.example.Banka o-- service.KlientService : klientService
org.example.Banka o-- service.UcetService : ucetService
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 |
1a06f4079d95d17484099fd83d2a42ec1a445976 | e43bb5b4bd248f756bc67d3da64ae7af62462259 | /src/main/java/platform/jade/custome.plantuml | 44741ede4f994f13526c271878602bc628c93660 | [] | no_license | TasMarshall/multiCameraApplicationPlatform | 056a17e409e7d781dd58ade7c996744fb4d106e3 | ec1d1403926fbeaf596ee98fbdda336d1daf00d6 | refs/heads/master | 2020-03-21T16:11:07.823431 | 2018-09-11T13:31:38 | 2018-09-11T13:31:38 | 138,755,729 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,989 | plantuml | @startuml
scale 1024 width
scale 768 height
title __MultiCameraCore Class Diagram__\n
package platform {
class MultiCameraCore_Configuration {
{static} - LOGGER : Logger
- id : String
- cameraConfigurationFiles : List<String>
- multiCameraGoals : List<MultiCameraGoal>
- additionalFields : Map<String, Object>
{static} + xstream : XStream
{static} + XML_HEADER : String
+ MultiCameraCore_Configuration()
+ writeConfigurationToXML()
+ readMCPConfig()
+ createMCAppFromMCPConfigurationFile()
}
}
package platform {
package platform.cameraManager.core {
class CameraManager {
- id : String
- cameras : List<Camera>
- cameraIdMap : Map<String, Camera>
+ CameraManager()
+ initCameras()
{static} + heartbeat()
+ reinitNotWorkingCameras()
+ initCamera()
+ getWorkingCameras()
+ getNotWorkingCameras()
+ testSimpleAllCameras()
+ addAndInitCameras()
}
}
}
package platform {
class MultiCameraCore {
- multiCameraGoals : List<MultiCameraGoal>
- additionalFields : Map<String, Object>
- agentActions : List<CommunicationAction>
+ MultiCameraCore()
+ setup()
{static} + initDependencyObjects()
+ buildMCAFromConfigFile()
+ init()
+ executeMAPELoop()
- removeNewInfo()
+ monitor()
+ analyse()
+ plan()
+ execute()
+ createGlobalMap()
+ getWorkingCameras()
}
}
package platform {
package platform.utilities {
package platform.utilities.adaptation {
class AdaptationTypeManager {
- stringToAdaptationMap : HashMap<String, AdaptivePolicy>
+ AdaptationTypeManager()
+ getAdaptivePolicy()
}
}
}
}
package platform {
package platform.imageAnalysis {
class AnalysisTypeManager {
- stringToAnalysisMap : HashMap<String, ImageProcessor>
+ AnalysisTypeManager()
+ getImageProcessObject()
}
}
}
package platform {
package platform.map {
class GlobalMap {
- swLong : double
- swLat : double
- neLong : double
- neLat : double
+ GlobalMap()
}
}
}
package platform {
package platform.utilities {
class Heartbeat {
~ timer : int
- cameraHeartbeatReceived : HashMap<String, Boolean>
+ Heartbeat()
+ init()
+ recordHeartbeat()
+ checkHeartBeats()
}
}
}
MultiCameraCore o-- MultiCameraCore : mcp_application
MultiCameraCore o-- CameraManager : cameraManager
MultiCameraCore o-- AnalysisTypeManager : analysisTypeManager
MultiCameraCore o-- AdaptationTypeManager : adaptationTypeManager
MultiCameraCore o-- GlobalMap : globalMap
MultiCameraCore o-- Heartbeat : heartbeat
@enduml
| false | true | false | false | class |
0263dc12072fdcda096eb5e898936f276cce3ea8 | 228ac315467160c470c89315fdda71b80b5abbe6 | /ABZ18_ERTMS/domain_models/ertms_etcs_case_study.puml | 3f50a3a216195d971ada72f95d3c740a94e632bb | [] | no_license | stuenofotso/SysML_KAOS_Domain_Model_Parser | 96622ae078ad8aae30b8e9ff97fe6a3e1646625e | c54fe95ca968c0bc61f3a470fed009665d845c7c | refs/heads/master | 2021-06-20T06:37:55.399363 | 2019-08-07T11:55:12 | 2019-08-07T11:55:12 | 98,421,447 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 653 | puml | @startuml
skinparam class {
BackgroundColor<<association>> Darkorange
BackgroundColor<<concept>> Snow
}
package ertms_etcs_case_study <<Folder>> {
class "NATURAL" as NATURAL <<concept>>
class TRAIN <<concept>> {
connectedTrain : BOOL (0..1) <<variable>>
}
class TRACK <<concept>> {
}
NATURAL <|-- TRACK
class Connected_Train <<concept>> <<variable>> {
}
TRAIN <|-- Connected_Train
object a <<individual>>
NATURAL *-- a : individualOf
object b <<individual>>
NATURAL *-- b : individualOf
Connected_Train "*" -- "1" TRACK : > front <<variable>>
Connected_Train "*" -- "0..1" TRACK : > rear <<variable>>
}
@enduml
| false | true | false | false | class |
a52865ea1b3315d98bb909830565ad69378d5d43 | bfd58a34ef0db5799b5335343c8211a04cfc3712 | /src/com/chen/principle/test/test.puml | be525c5f61111c46f0b0db7c1aca8e9d5971a312 | [] | no_license | wq86019595/Design_Patterns | 3420b0e991707951db17caacd1b7c0518e885f8a | cb6dbaebe335a099c7f7cc47e65d88fec0068c22 | refs/heads/master | 2023-06-09T00:35:28.703106 | 2021-06-28T08:01:45 | 2021-06-28T08:01:45 | 380,952,724 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 157 | puml | @startuml
interface Interface1 {
void operation1();
void operation2();
void operation3();
void operation4();
void operation5();
}
@enduml | false | true | false | false | class |
8342a6199248756de76622d481158a022378ff54 | 66a46359542156a910158c49fa2f9aa10ddb0842 | /exercise43/docs/class_diagram.puml | 7997ea9e74bda339a77b3abea72c6014fe6a4706 | [] | no_license | ethandrzb/thomas-a04 | cc3238b5aed58c07b8af0818d34ce908046ff40e | d700860cd60d2f6bc8d5ae17aaa774ba67c4fb58 | refs/heads/main | 2023-08-18T12:09:23.773419 | 2021-10-18T03:13:39 | 2021-10-18T03:13:39 | 416,119,052 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 731 | puml | @startuml
'https://plantuml.com/class-diagram
class Solution43
{
-{static} Scanner sc
+{static} void main(String[] args)
-boolean getYesNoFromUser(String prompt)
}
class WebsiteGenerator
{
' Fields
-Path currentPath
-Path siteRoot
-{static} String FILE_CREATION_HEADER
-String websiteName
-String authorName
-boolean createJSFolder
-boolean createCSSFolder
' Constructor
+WebsiteGenerator(String websiteName, String authorName, boolean createJSFolder, boolean createCSSFolder)
' User interface
+void generateSite()
' Helper methods
-void generateSiteIndex()
-void createDirAndDisplayPath(String directoryName)
}
Solution43 o-- WebsiteGenerator
@enduml | false | true | false | false | class |
c4a5ba235943faf5883867eaea93683f4c6ae9c1 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/GamepadSystem-Class.iuml | 12fc9756658476c5991b3922e1c91ba0379de723 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 317 | iuml | namespace InputSystem {
class GamepadSystem {
{static} +GetName()
+Name()
+GetInputAdapter()
+SetFFB()
#OnInitialize()
#OnStartFrame()
#OnShutdown()
}
GamepadSystem --|> SystemManagement::SystemBase
}
| false | true | false | false | class |
dbd54df2b5b381f8600ebd6822a2722e8f5bb44d | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderMessage.puml | 9944ba874afa25b5c53b88565297acb1a01ad6a6 | [] | 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 | 32,959 | 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 OrderMessage [[OrderMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
interface CustomLineItemStateTransitionMessage [[CustomLineItemStateTransitionMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customLineItemId: String
customLineItemKey: String
transitionDate: DateTime
quantity: Long
fromState: [[StateReference.svg StateReference]]
toState: [[StateReference.svg StateReference]]
}
interface DeliveryAddedMessage [[DeliveryAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
delivery: [[Delivery.svg Delivery]]
shippingKey: String
}
interface DeliveryAddressSetMessage [[DeliveryAddressSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
address: [[Address.svg Address]]
oldAddress: [[Address.svg Address]]
shippingKey: String
}
interface DeliveryItemsUpdatedMessage [[DeliveryItemsUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface DeliveryRemovedMessage [[DeliveryRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
delivery: [[Delivery.svg Delivery]]
shippingKey: String
}
interface LineItemStateTransitionMessage [[LineItemStateTransitionMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItemId: String
lineItemKey: String
transitionDate: DateTime
quantity: Long
fromState: [[StateReference.svg StateReference]]
toState: [[StateReference.svg StateReference]]
}
interface OrderBillingAddressSetMessage [[OrderBillingAddressSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
address: [[Address.svg Address]]
oldAddress: [[Address.svg Address]]
}
interface OrderCreatedMessage [[OrderCreatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
order: [[Order.svg Order]]
}
interface OrderCustomFieldAddedMessage [[OrderCustomFieldAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
name: String
value: [[Object.svg Object]]
}
interface OrderCustomFieldChangedMessage [[OrderCustomFieldChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
name: String
value: [[Object.svg Object]]
previousValue: [[Object.svg Object]]
}
interface OrderCustomFieldRemovedMessage [[OrderCustomFieldRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
name: String
}
interface OrderCustomLineItemAddedMessage [[OrderCustomLineItemAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customLineItem: [[CustomLineItem.svg CustomLineItem]]
}
interface OrderCustomLineItemDiscountSetMessage [[OrderCustomLineItemDiscountSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customLineItemId: String
customLineItemKey: String
discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]]
taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
}
interface OrderCustomLineItemQuantityChangedMessage [[OrderCustomLineItemQuantityChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customLineItemId: String
customLineItemKey: String
quantity: Long
oldQuantity: Long
}
interface OrderCustomLineItemRemovedMessage [[OrderCustomLineItemRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customLineItemId: String
customLineItemKey: String
customLineItem: [[CustomLineItem.svg CustomLineItem]]
}
interface OrderCustomTypeRemovedMessage [[OrderCustomTypeRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
previousTypeId: String
}
interface OrderCustomTypeSetMessage [[OrderCustomTypeSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customFields: [[CustomFields.svg CustomFields]]
previousTypeId: String
}
interface OrderCustomerEmailSetMessage [[OrderCustomerEmailSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
email: String
oldEmail: String
}
interface OrderCustomerGroupSetMessage [[OrderCustomerGroupSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
oldCustomerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
}
interface OrderCustomerSetMessage [[OrderCustomerSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
customer: [[CustomerReference.svg CustomerReference]]
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
oldCustomer: [[CustomerReference.svg CustomerReference]]
oldCustomerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
}
interface OrderDeletedMessage [[OrderDeletedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
order: [[Order.svg Order]]
}
interface OrderDiscountCodeAddedMessage [[OrderDiscountCodeAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
}
interface OrderDiscountCodeRemovedMessage [[OrderDiscountCodeRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
}
interface OrderDiscountCodeStateSetMessage [[OrderDiscountCodeStateSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
discountCode: [[DiscountCodeReference.svg DiscountCodeReference]]
state: [[DiscountCodeState.svg DiscountCodeState]]
oldState: [[DiscountCodeState.svg DiscountCodeState]]
}
interface OrderEditAppliedMessage [[OrderEditAppliedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
edit: [[OrderEdit.svg OrderEdit]]
result: [[OrderEditApplied.svg OrderEditApplied]]
}
interface OrderImportedMessage [[OrderImportedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
order: [[Order.svg Order]]
}
interface OrderLineItemAddedMessage [[OrderLineItemAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItem: [[LineItem.svg LineItem]]
addedQuantity: Long
}
interface OrderLineItemDiscountSetMessage [[OrderLineItemDiscountSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItemId: String
lineItemKey: String
discountedPricePerQuantity: [[DiscountedLineItemPriceForQuantity.svg List<DiscountedLineItemPriceForQuantity>]]
totalPrice: [[Money.svg Money]]
taxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
taxedPricePortions: [[MethodTaxedPrice.svg List<MethodTaxedPrice>]]
}
interface OrderLineItemDistributionChannelSetMessage [[OrderLineItemDistributionChannelSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItemId: String
lineItemKey: String
distributionChannel: [[ChannelReference.svg ChannelReference]]
}
interface OrderLineItemRemovedMessage [[OrderLineItemRemovedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
lineItemId: String
lineItemKey: String
removedQuantity: Long
newQuantity: Long
newState: [[ItemState.svg List<ItemState>]]
newTotalPrice: [[CentPrecisionMoney.svg CentPrecisionMoney]]
newTaxedPrice: [[TaxedItemPrice.svg TaxedItemPrice]]
newPrice: [[Price.svg Price]]
newShippingDetail: [[ItemShippingDetails.svg ItemShippingDetails]]
}
interface OrderPaymentStateChangedMessage [[OrderPaymentStateChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
paymentState: [[PaymentState.svg PaymentState]]
oldPaymentState: [[PaymentState.svg PaymentState]]
}
interface OrderPurchaseOrderNumberSetMessage [[OrderPurchaseOrderNumberSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
purchaseOrderNumber: String
oldPurchaseOrderNumber: String
}
interface OrderReturnShipmentStateChangedMessage [[OrderReturnShipmentStateChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
returnItemId: String
returnShipmentState: [[ReturnShipmentState.svg ReturnShipmentState]]
}
interface OrderShipmentStateChangedMessage [[OrderShipmentStateChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
shipmentState: [[ShipmentState.svg ShipmentState]]
oldShipmentState: [[ShipmentState.svg ShipmentState]]
}
interface OrderShippingAddressSetMessage [[OrderShippingAddressSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
address: [[Address.svg Address]]
oldAddress: [[Address.svg Address]]
}
interface OrderShippingInfoSetMessage [[OrderShippingInfoSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
oldShippingInfo: [[ShippingInfo.svg ShippingInfo]]
}
interface OrderShippingRateInputSetMessage [[OrderShippingRateInputSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
oldShippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
}
interface OrderStateChangedMessage [[OrderStateChangedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
orderState: [[OrderState.svg OrderState]]
oldOrderState: [[OrderState.svg OrderState]]
}
interface OrderStateTransitionMessage [[OrderStateTransitionMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
state: [[StateReference.svg StateReference]]
oldState: [[StateReference.svg StateReference]]
force: Boolean
}
interface OrderStoreSetMessage [[OrderStoreSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
store: [[StoreKeyReference.svg StoreKeyReference]]
}
interface ParcelAddedToDeliveryMessage [[ParcelAddedToDeliveryMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
delivery: [[Delivery.svg Delivery]]
parcel: [[Parcel.svg Parcel]]
shippingKey: String
}
interface ParcelItemsUpdatedMessage [[ParcelItemsUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
parcelId: String
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface ParcelMeasurementsUpdatedMessage [[ParcelMeasurementsUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
parcelId: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
shippingKey: String
}
interface ParcelRemovedFromDeliveryMessage [[ParcelRemovedFromDeliveryMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
parcel: [[Parcel.svg Parcel]]
shippingKey: String
}
interface ParcelTrackingDataUpdatedMessage [[ParcelTrackingDataUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
parcelId: String
trackingData: [[TrackingData.svg TrackingData]]
shippingKey: String
}
interface ReturnInfoAddedMessage [[ReturnInfoAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
returnInfo: [[ReturnInfo.svg ReturnInfo]]
}
interface ReturnInfoSetMessage [[ReturnInfoSetMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
}
OrderMessage --> CustomLineItemStateTransitionMessage #blue;text:blue : "type : CustomLineItemStateTransition"
OrderMessage --> DeliveryAddedMessage #blue;text:blue : "type : DeliveryAdded"
OrderMessage --> DeliveryAddressSetMessage #blue;text:blue : "type : DeliveryAddressSet"
OrderMessage --> DeliveryItemsUpdatedMessage #blue;text:blue : "type : DeliveryItemsUpdated"
OrderMessage --> DeliveryRemovedMessage #blue;text:blue : "type : DeliveryRemoved"
OrderMessage --> LineItemStateTransitionMessage #blue;text:blue : "type : LineItemStateTransition"
OrderMessage --> OrderBillingAddressSetMessage #blue;text:blue : "type : OrderBillingAddressSet"
OrderMessage --> OrderCreatedMessage #blue;text:blue : "type : OrderCreated"
OrderMessage --> OrderCustomFieldAddedMessage #blue;text:blue : "type : OrderCustomFieldAdded"
OrderMessage --> OrderCustomFieldChangedMessage #blue;text:blue : "type : OrderCustomFieldChanged"
OrderMessage --> OrderCustomFieldRemovedMessage #blue;text:blue : "type : OrderCustomFieldRemoved"
OrderMessage --> OrderCustomLineItemAddedMessage #blue;text:blue : "type : OrderCustomLineItemAdded"
OrderMessage --> OrderCustomLineItemDiscountSetMessage #blue;text:blue : "type : OrderCustomLineItemDiscountSet"
OrderMessage --> OrderCustomLineItemQuantityChangedMessage #blue;text:blue : "type : OrderCustomLineItemQuantityChanged"
OrderMessage --> OrderCustomLineItemRemovedMessage #blue;text:blue : "type : OrderCustomLineItemRemoved"
OrderMessage --> OrderCustomTypeRemovedMessage #blue;text:blue : "type : OrderCustomTypeRemoved"
OrderMessage --> OrderCustomTypeSetMessage #blue;text:blue : "type : OrderCustomTypeSet"
OrderMessage --> OrderCustomerEmailSetMessage #blue;text:blue : "type : OrderCustomerEmailSet"
OrderMessage --> OrderCustomerGroupSetMessage #blue;text:blue : "type : OrderCustomerGroupSet"
OrderMessage --> OrderCustomerSetMessage #blue;text:blue : "type : OrderCustomerSet"
OrderMessage --> OrderDeletedMessage #blue;text:blue : "type : OrderDeleted"
OrderMessage --> OrderDiscountCodeAddedMessage #blue;text:blue : "type : OrderDiscountCodeAdded"
OrderMessage --> OrderDiscountCodeRemovedMessage #blue;text:blue : "type : OrderDiscountCodeRemoved"
OrderMessage --> OrderDiscountCodeStateSetMessage #blue;text:blue : "type : OrderDiscountCodeStateSet"
OrderMessage --> OrderEditAppliedMessage #blue;text:blue : "type : OrderEditApplied"
OrderMessage --> OrderImportedMessage #blue;text:blue : "type : OrderImported"
OrderMessage --> OrderLineItemAddedMessage #blue;text:blue : "type : OrderLineItemAdded"
OrderMessage --> OrderLineItemDiscountSetMessage #blue;text:blue : "type : OrderLineItemDiscountSet"
OrderMessage --> OrderLineItemDistributionChannelSetMessage #blue;text:blue : "type : OrderLineItemDistributionChannelSet"
OrderMessage --> OrderLineItemRemovedMessage #blue;text:blue : "type : OrderLineItemRemoved"
OrderMessage --> OrderPaymentStateChangedMessage #blue;text:blue : "type : OrderPaymentStateChanged"
OrderMessage --> OrderPurchaseOrderNumberSetMessage #blue;text:blue : "type : OrderPurchaseOrderNumberSet"
OrderMessage --> OrderReturnShipmentStateChangedMessage #blue;text:blue : "type : OrderReturnShipmentStateChanged"
OrderMessage --> OrderShipmentStateChangedMessage #blue;text:blue : "type : OrderShipmentStateChanged"
OrderMessage --> OrderShippingAddressSetMessage #blue;text:blue : "type : OrderShippingAddressSet"
OrderMessage --> OrderShippingInfoSetMessage #blue;text:blue : "type : OrderShippingInfoSet"
OrderMessage --> OrderShippingRateInputSetMessage #blue;text:blue : "type : OrderShippingRateInputSet"
OrderMessage --> OrderStateChangedMessage #blue;text:blue : "type : OrderStateChanged"
OrderMessage --> OrderStateTransitionMessage #blue;text:blue : "type : OrderStateTransition"
OrderMessage --> OrderStoreSetMessage #blue;text:blue : "type : OrderStoreSet"
OrderMessage --> ParcelAddedToDeliveryMessage #blue;text:blue : "type : ParcelAddedToDelivery"
OrderMessage --> ParcelItemsUpdatedMessage #blue;text:blue : "type : ParcelItemsUpdated"
OrderMessage --> ParcelMeasurementsUpdatedMessage #blue;text:blue : "type : ParcelMeasurementsUpdated"
OrderMessage --> ParcelRemovedFromDeliveryMessage #blue;text:blue : "type : ParcelRemovedFromDelivery"
OrderMessage --> ParcelTrackingDataUpdatedMessage #blue;text:blue : "type : ParcelTrackingDataUpdated"
OrderMessage --> ReturnInfoAddedMessage #blue;text:blue : "type : ReturnInfoAdded"
OrderMessage --> ReturnInfoSetMessage #blue;text:blue : "type : ReturnInfoSet"
@enduml
| false | true | false | false | sequence |
e871216da1639b50aa5d20cb2f74ff07f104aede | 78320fc7ec1a5ee6c714cd76946bcacc5dfb0c9e | /docs/uml/rp-20-route-update.puml | 2d02c1ac2e3919ddc82fff83202ca50a84de3bcb | [
"MIT"
] | permissive | monora/tom | a9641142fa88dd4e3bcae63797171ab262d213d9 | 4635703445d494e39e861ac6da0ee1b4688adf52 | refs/heads/master | 2023-02-25T22:14:19.054937 | 2021-02-06T15:10:14 | 2021-02-06T15:12:43 | 320,627,125 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,207 | puml | title Re-Planning (Lead RU = RU1)
skinparam BoxPadding 25
box "RU1/IM1"
participant RU1 order 10
participant IM1 order 20
end box
box "RU2/IM2"
participant RU2 order 40
participant IM2 order 50
end box
group Harmonisation (Lead RU sends new version (RI-v2) of RoutingInfo to applicant RU2)
RU1 -> RU2: RIM(RI-v2)
note left
Sections updates: {10,20,30}.v2, {11,21,31}.v2
New sections: {40,50}.v1, {41,51}.v1
end note
end
group Inform IM1, IM2 about new RI version
RU1 -> IM1: RIM(RI-v2)
RU1 -> IM2: RIM(RI-v2)
end
group "Path Re-Planning RU1/IM1"
loop "for $i in {10,20,30}"
RU1 -> IM1: PRM(RI-v2, RS-$i.v2)
end
RU1 -> IM1: PRM(RI-v2, RS-11.v1)
RU1 -> IM1: PRM(RI-v2, RS-31.v1)
par "for $i in {10,20,30}"
IM1 -> RU1: PDM(RS-$i.v2)
end
IM1 -> RU1: PDM(RS-40.v1)
IM1 -> RU1: PDM(RS-50.v1)
end
group "Path Re-Planning RU2/IM2"
loop "for $i in {11,21,31}"
RU2 -> IM2: PRM(RI-v2, RS-$i.v2)
end
RU2 -> IM2: PRM(RI-v2, RS-41.v1)
RU2 -> IM2: PRM(RI-v2, RS-51.v1)
par "for $i in {11,21,31}"
IM2 -> RU2: PDM(RS-$i.v2)
end
IM2 -> RU2: PDM(RS-41.v1)
IM2 -> RU2: PDM(RS-51.v1)
end
| false | true | false | false | sequence |
db7a1d9e6de47caef1b4035f7457ae3d19544da3 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Control/Security/Encryption/Logical.puml | b0f3f5cc2f91aa6140790d27251843de23e2701a | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | puml | @startuml
rectangle "Diagram TBD"
@enduml
package "User" #ffffcc {
}
package "Used" #ffffcc {
}
package "Security Layer/Encryption" #lightblue {
interface "Security Layer/Encryption" {
}
CLI ()-- "Security Layer/Encryption"
REST ()-- "Security Layer/Encryption"
Web ()-- "Security Layer/Encryption"
}
User --> "Security Layer/Encryption"
"Security Layer/Encryption" --> Used
| false | true | false | false | class |
88d3c681dbc0cc82adbf47b60f95a8917411aa60 | c11d20c965bd2807d1b4584ce4f2f2958a87d045 | /documentation/extensions.plantuml | 547b7bf15be38503b3b9d4e982f44e71c1cd4452 | [
"MIT"
] | permissive | raphaelhetzel/local-campus-app | b395f68639ca728db2e86f6708c8ad753831da46 | eb1f7f98d9a2a736fc7b9d5fe1d5c8ef14db1ce6 | refs/heads/master | 2020-04-26T06:57:40.019392 | 2019-03-01T23:42:16 | 2019-03-01T23:56:28 | 173,381,066 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,250 | plantuml | @startuml
package "Extension Interface" <<Rectangle>> {
abstract class AddPostFragment {
Context getContext()
AddPostDataProvider getAddPostDataProvider()
void finishActivity()
}
abstract class ShowPostFragment {
Context getContext()
ShowPostDataProvider getDataProivider()
}
interface ShowPostDataProvider {
LiveData<Post> getPost();
LiveData<List<PostExtension>> getPostExtensions();
void addPostExtension(String data);
String getCurrentUser();
void upVote();
void downVote();
}
interface AddPostDataProvider {
void addPost(String data);
}
ShowPostFragment --> ShowPostDataProvider
AddPostFragment --> AddPostDataProvider
}
package "Extension" <<Rectangle>> {
class Registry <<package de.tum.localcampusextension>> {
{static} Class<ShowPostFragment> showPostFragmentClass
{static} Class<AddPostFragment> addPostFragmentClass
{static} String typeId
{static} String typeDescription
}
class ExtensionShowPostFragment {
void onCreateView()
}
class ExtensionAddPostFragment {
void onCreateView()
}
ExtensionShowPostFragment --|> ShowPostFragment
ExtensionAddPostFragment --|> AddPostFragment
Registry --> ExtensionShowPostFragment
Registry --> ExtensionAddPostFragment
}
@enduml | false | true | false | false | class |
b8855640f5b461ac1391cbd984d8d3002942b33c | 0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab | /cardreader.provider.usb.identos/doc/plantuml/UIDECRP/IdentosCardReaderProvider.plantuml | 732279cd9c7bfbec8561a92efbfb6c70d0caa542 | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-USB-Identos-Android | 7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7 | bbbb80694ade1139b3f004fd4e33115274c738d1 | refs/heads/master | 2022-01-12T21:04:35.091433 | 2022-01-07T07:24:23 | 2022-01-07T07:24:23 | 213,916,220 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 366 | plantuml | @startuml
package de.gematik.ti.cardreader.provider.usb.identos.control {
class IdentosCardReaderProvider {
- providerDescriptor : ProviderDescriptor
+ IdentosCardReaderProvider()
+ getCardReaderController()
+ getDescriptor()
}
}
IdentosCardReaderProvider -up-|> ICardReaderControllerProvider
@enduml
| false | true | false | false | class |
b5738d9c2053431204734aff9230e401efc0665d | 3150c7ff97d773754f72dabc513854e2d4edbf04 | /P3/STUB_Yeste_Guerrero_Cabezas/out/test/test/org/concordion/internal/runner/runner.plantuml | 3d9974cb33cb3175936062a6089f840831967d33 | [
"WTFPL"
] | permissive | leRoderic/DS18 | c8aa97b9d376788961855d6d75996990b291bfde | 0800755c58f33572e04e7ce828770d19e7334745 | refs/heads/master | 2020-03-29T05:14:14.505578 | 2019-11-07T18:01:37 | 2019-11-07T18:01:37 | 149,574,113 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,617 | plantuml | @startuml
title __RUNNER's Class Diagram__\n
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class CachedResultsUnitTest {
{static} + EXAMPLE_1_NAME : String
{static} + EXAMPLE_2_NAME : String
- runResults : RunResultsCache
+ before()
+ testCacheInProgress()
+ testCacheInProgressWithExample()
+ testNotFoundInCache()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class JustAnotherClass {
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class DefaultConcordionRunnerTest {
+ systemErrRule : SystemErrRule
+ returnsFailureOnJUnitFailure()
+ returnsSuccessOnJUnitSuccess()
+ returnsIgnoredOnJUnitSuccessWhenExpectedToFail()
+ returnsIgnoredOnJUnitSuccessWhenUnimplemented()
+ throwsAssertionErrorOnJUnitFailureWhenExpectedToFail()
+ throwsAssertionErrorOnJUnitFailureWhenUnimplemented()
+ doesNotThrowExceptionOnAssertionErrorWhenExpectedToPass()
+ throwsExceptionOnCheckedException()
+ throwsWrappedExceptionOnThrowable()
+ throwsRuntimeExceptionOnRuntimeException()
+ returnsIgnoredOnJUnitSuccessWhenIgnoredCountGreaterThanZero()
+ logsExceptions()
+ doesNotLogAssertionErrors()
+ doesNotLogAssertionErrorsWhenExpectedToFailEither()
+ doesNotLogAssertionErrorsWhenUnimplementedEither()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class UnannotatedClass {
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class ExpectedToFailClass {
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class UnimplementedClass {
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class TestDefaultConcordionRunner {
# decodeJUnitResult()
}
}
}
}
package org.concordion {
package org.concordion.internal {
package org.concordion.internal.runner {
class StubResult {
{static} - serialVersionUID : long
{static} + SUCCESS : StubResult
{static} + FAILURE : StubResult
- failures : List<Failure>
- ignoreCount : int
+ withFailure()
+ withIgnoreCount()
+ wasSuccessful()
+ getFailures()
+ getIgnoreCount()
}
}
}
}
CachedResultsUnitTest +-down- JustAnotherClass
DefaultConcordionRunnerTest o-- TestDefaultConcordionRunner : runner
DefaultConcordionRunnerTest +-down- UnannotatedClass
DefaultConcordionRunnerTest +-down- ExpectedToFailClass
DefaultConcordionRunnerTest +-down- UnimplementedClass
DefaultConcordionRunnerTest +-down- TestDefaultConcordionRunner
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 |
0a1619994d3b65594176459af8962b3b020691fd | fee23f80a2a94bfaed84b06d0f9d8278ddd3f0a4 | /paros_UML/class.plantuml | 929668bb605ecf19b51738114924adac78672cfc | [] | no_license | blxsheep/SoftArch_KMITL | b6962ab02fa9e3508fc126bdbf75d4d8ed665d42 | 52ada94ec1914fd4310c5d5da0940b45a9f8ee8a | refs/heads/main | 2023-08-29T14:59:25.217820 | 2021-11-04T05:24:08 | 2021-11-04T05:24:08 | 401,194,261 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,317 | plantuml | @startuml Paros
class Paros {
log :Log
cmdLine : Commandline
+ static void main(String[] args)
- void init(String[] args)
- void run()
- void runCommandLine()
- void runGUI()
- void showLicense()
- void checkUpdate()
}
class Constant {
String PROGRAM_NAME
String PROGRAM_VERSION
long VERSION_TAG
+ static String getEyeCatcher()
+ static void setEyeCatcher(String eyeCatcher)
+ static void setSP(boolean isSP)
+ static boolean isSP()
+ Constant()
+ static Constant getInstance()
+ static boolean isWindows()
+ static boolean isLinux()
}
Paros ..> Constant : use
abstract class FileXML {
# Document doc
# DocumentBuilder docBuilder
# DocumentBuilderFactory docBuilderFactory
+ FileXML(String rootElementName)
+ Document getDocument()
}
class Model {
- Session session
- OptionsParam optionsParam
- Database db
+ void init()
+ Database getDb()
+ void moveSessionDb(String destFile)
}
class View {
- MainFrame mainFrame
- HttpPanel requestPanel
- HttpPanel responsePanel
+ void postInit()
+ int showConfirmDialog(String msg)
+ int showYesNoCancelDialog(String msg)
}
class Control {
- static Log log
- Proxy proxy
- MenuFileControl menuFileControl
+ Proxy getProxy()
+ MenuFileControl getMenuFileControl()
+ MenuToolsControl getMenuToolsControl()
}
class session {
- Model model
- String fileName
- String sessionDesc
+ void discard()
+ String getSessionDesc()
+ long getSessionId()
+ Session(Model model)
}
class OptionsParam {
- ProxyParam proxyParam
- ConnectionParam connectionParam
- OptionsParamView viewParam
+ ProxyParam getProxyParam()
+ void setProxyParam(ProxyParam proxyParam)
+ OptionsParamView getViewParam()
}
class Database {
- DatabaseServer databaseServer
- TableHistory tableHistory
- TableSession tableSession
+ DatabaseServer getDatabaseServer()
- void setDatabaseServer(DatabaseServer databaseServer)
- void setTableHistory(TableHistory tableHistory)
}
interface ViewDelegate{
+ MainFrame getMainFrame()
+ SiteMapPanel getSiteTreePanel()
+ OutputPanel getOutputPanel()
}
abstract class AbstractControl {
# ExtensionLoader loader
# Model model
# View view
+ AbstractControl(Model model, View view)
+ ExtensionLoader getExtensionLoader()
# void loadExtension()
}
class Proxy {
- Model model
- ProxyServer proxyServer
- ProxyServerSSL proxyServerSSL
+ void startServer()
+ void stopServer()
+ void setSerialize(boolean serialize)
}
abstract class AbstractParam {
- FileConfiguration config
+ void load(String fileName)
+ void load()
+ FileConfiguration getConfig()
}
class ProxyParam {
- static final String USE_REVERSE_PROXY
- static final String REVERSE_PROXY_IP
- static final String REVERSE_PROXY_HTTP_PORT
+ String getProxyIp()
+ void setProxyIp(String proxyIp)
+ int getProxyPort()
}
class ProxyServer{
# boolean isProxyRunning
# ProxyParam proxyParam
# ConnectionParam connectionParam
+ boolean isEnableCacheProcessing()
+ void setEnableCacheProcessing(boolean enableCacheProcessing)
+ boolean isSerialize()
}
class ProxyServerSSL{
- static SSLConnector ssl
# ServerSocket createServerSocket(String ip, int port)
# ProxyThread createProxyProcess(Socket clientSocket)
}
class ProxyThread {
# ProxyServer parentServer
# ProxyParam proxyParam
# ConnectionParam connectionParam
+ void start()
- void beginSSL()
+ void run()
}
class HttpUtil {
+ static void sleep(int ms)
+ static void closeServerSocket(ServerSocket socket)
+ static void closeSocket(Socket socket)
}
class MenuFileControl{
- View view = null;
- Model model = null;
- Control control = null;
+ MenuFileControl(Model model, View view, Control control)
+ void exit()
+ void newSession(boolean isPromptNewSession)
}
class MenuToolsControl{
- View view
- Model model
- Control control
+ MenuToolsControl()
+ MenuToolsControl(Model model, View view, Control control)
+ void options()
}
Paros ..> Model : use
Paros ..> View : use
Paros ..> Control : use
Model *-- session
Model o-- OptionsParam
Model o-- Database
View ..|> ViewDelegate :implement
Control --|> AbstractControl
Control o-- Proxy
Control o-- session
session --|> FileXML
OptionsParam --|> AbstractParam
OptionsParam o-- ProxyParam
AbstractControl o-- Model
AbstractControl o-- View
Proxy o-- Model
Proxy o-- ProxyServer
Proxy o-- ProxyServerSSL
ProxyParam --|> AbstractParam
ProxyServer o-- ProxyParam
ProxyServerSSL --|> ProxyServer
ProxyServerSSL ..> ProxyThread : Use
ProxyThread o-- ProxyServer
ProxyThread o-- ProxyParam
ProxyServer ..> HttpUtil
Control *-- MenuFileControl
Control *-- MenuToolsControl
MenuFileControl o-- View
MenuFileControl o-- Model
MenuFileControl ..> session :use
MenuToolsControl o-- View
MenuToolsControl o-- Model
@enduml | false | true | false | false | sequence |
121769d7bd4ff31587d48f399d4f8a890a176ed0 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Services/doc-node-agent/Logical.puml | 70fa3fe70956b6d53b0b68909212b94253aa170f | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 211 | puml | @startuml
package "doc-node-agent" #lightblue {
interface "doc-node-agent" {
}
CLI ()-- "doc-node-agent" : 5000
REST ()-- "doc-node-agent" : 3000
Web ()-- "doc-node-agent" : 80
}
@enduml
| false | true | false | false | class |
8d30b6bdf6829d627cda3d2960083f735bd8bf39 | af85987a1d1c83f29672ac0d9862a565c413d465 | /doc/useCases/AKT-1238/1.0 withTimeSeriesAndScriptsRepository.plantuml | d8cb5f26d9a983e31fa2795009936ca2e58f4e19 | [] | no_license | PSI-Polska/aaas-java6 | bff2459fc98c9852306fe78d859d9eebc64a61dc | adc652e4b2ea91d6a199e870c780bf11c0b14211 | refs/heads/master | 2020-03-24T23:39:24.051357 | 2018-08-01T07:11:42 | 2018-08-01T07:11:42 | 143,147,531 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,305 | plantuml | @startuml
skinparam dpi 200
skinparam backgroundColor transparent
title Call forecasting script when synchronization is not running
actor PSImarket
boundary Gateway
control TimeSeriesScriptsExecutioner as Executioner
control ScriptsSynchronizer as Synchronizer
boundary TimeSeriesRepository as TSRepo
boundary REngine as Engine
database ModelsRepository as Models
autonumber
PSImarket -> Gateway: execute(CalculationDefinition)
activate PSImarket
activate Gateway
Gateway -\ Executioner: call
deactivate Gateway
activate Executioner
Executioner -> Synchronizer: isUnderSynchronization?
activate Synchronizer
Synchronizer -> Executioner: {false}
deactivate Synchronizer
||||
Executioner -> TSRepo: read( In TimeSeries Ids)
activate TSRepo
TSRepo -> Executioner: {TSDataIn}
deactivate TSRepo
||||
Executioner -\ Engine: call(CalculationDefinition, TSDataIn})
activate Engine
Engine -> Models: getModels( CalculationDefinition )
Models -> Engine: model
Engine -> Engine:
Engine -\ Executioner: {TSDataOut}
deactivate Engine
||||
Executioner -> TSRepo: save(OutTSIds, TSDataOut)
activate TSRepo
TSRepo -> Executioner
deactivate TSRepo
Executioner -> Gateway: {calculationResult}
deactivate Executioner
activate Gateway
Gateway -> PSImarket: calculationDone
deactivate Gateway
deactivate PSImarket
@enduml | false | true | false | false | usecase |
78f6b41324c36e85de34d36ad5c2661d2c411ccc | aae1f65a5158a43ff1685b1a06d9eff12b049e4b | /src/main/java/ex45/exercise45_diagram.puml | c6f12651732764b13cc7fcad5639edd808fae0d6 | [] | no_license | alex-williams-git/williams-cop3330-assignment3 | f86dbf5defbafe8ceb820c1b38093dba131ed15a | eb1012dc8f3dc3cf2df0c449be82fc0edc2f5028 | refs/heads/master | 2023-08-17T20:06:11.233264 | 2021-10-12T00:07:11 | 2021-10-12T00:07:11 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 381 | puml | @startuml
'https://plantuml.com/class-diagram
class main{
String inputFile
String outputFile
String key
String replacement
replaceWord(inputFile, outputFile, key, replacement)
}
class scanInput{
Scanner scan
String ret
return ret
}
class replaceWord{
BufferedWriter writer
Scanner scan
String curLine
while(scan.hasNextLine())
}
replaceWord *-- main
scanInput *-- main
@enduml | false | true | false | false | activity |
2057fe8173e9619807e35a8081358d0542b2e320 | d3a876dfe2851c165719340252ac30e60912f6e6 | /bg-manager/bg-designPattern/src/main/java/com/mhm/struct/composite/Composite.puml | 946fb0657bf19099fc9fdefa686e70f40c877e9e | [] | no_license | 289562326/bigdata_mhm | 846af37dbc8a00580b3c0424f1cebc21d659c672 | 210636d2ea350c0228deccf1485d3d1a6eb4a39c | refs/heads/master | 2022-07-10T14:41:56.081002 | 2021-04-29T11:33:58 | 2021-04-29T11:33:58 | 190,759,465 | 0 | 0 | null | 2022-06-17T03:33:35 | 2019-06-07T14:42:09 | Java | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
Component <|.. Composite
Component <|.. Leaf
interface Component{
+add(Component c):void
+remove(Component c):void
+getChildren(int index):Component
+operation():void
}
class Composite {
-List<Component> list;
+operation(for...):void
}
class Leaf{
operation():void
}
@enduml | false | true | false | false | class |
68dc8f5123e10717da44a141504ef9e0b2b8fa43 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros01_01/blocks/week2/i130752/design_macros_01_01.puml | 8aadb301c77f191321e703cfdda782dd7d72d46f | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,999 | puml | @startuml doc-files/design_macros_01_01.png
actor User
participant "CellUI" as UI
participant "CellCtrl" as ctrl
participant "Cell" as cell
participant "Formula" as formula
participant "FormulaCompiler" as formulaCompiler
participant "Expression" as expression
participant "ExpressionCompiler" as expressionCompiler
participant "ANTLRStringStream" as antlr
participant "FormulaLexer" as formulaLexer
participant "CommonTokenStream" as tokStream
participant "FormulaParser" as formulaParser
participant "CommonTree" as tree
User -> UI : string
activate UI
UI -> ctrl : setContent(string)
activate ctrl
deactivate UI
ctrl -> cell : setContent(string)
activate cell
deactivate ctrl
cell -> cell : storeContent(string)
activate formula
cell -> formula : formula = create()
deactivate formula
activate formulaCompiler
cell -> formulaCompiler : formula = compile(this,string)
activate expression
formulaCompiler -> expression : expression = create()
deactivate expression
activate expressionCompiler
formulaCompiler -> expressionCompiler : expression = compile(cell, string)
activate antlr
expressionCompiler -> antlr : input = create(string)
deactivate antlr
activate formulaLexer
expressionCompiler -> formulaLexer : lexer = create(input)
deactivate formulaLexer
activate tokStream
expressionCompiler -> tokStream : tokens = create(lexer)
deactivate tokStream
activate formulaParser
expressionCompiler -> formulaParser : parser = create(tokens)
deactivate formulaParser
activate tree
expressionCompiler -> tree : tree = create()
deactivate tree
activate formulaParser
expressionCompiler -> formulaParser : tree = expression().getTree()
deactivate formulaParser
expressionCompiler -> expressionCompiler : expression = convert(cell, tree)
formulaCompiler <-- expressionCompiler : expression
deactivate expressionCompiler
formulaCompiler --> cell : formula
deactivate formulaCompiler
cell -> cell : updateDependencies()
cell -> cell : fireContentChanged()
cell -> cell : reevaluate()
@enduml | false | true | false | false | usecase |
8194a98466858a1b320dec367c577b3e0de14dfc | 0c5e47ecc8c280c7b6c41e585aace67524473bd4 | /src/main/resources/uebung4/exercise011d2.puml | b1e609530cb028a288c99584b7aa1bc6a05f8d01 | [] | 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 | 384 | puml | @startuml
'scale 350 width
left to right direction
skinparam monochrome true
skinparam state {
BackgroundColor<<A>> Green
BorderColor Gray
}
[*] --> n0
'aab
state "nein" as n0
state "nein" as n1 <<A>>
state "nein" as n2
state "nein" as n3
state "ja" as j0
n0: 0
j0: 1
n1: 2
n2: 3
n3: 4
n0 --> n2: a
n2 --> n1: b
n1 --> n1: a
n1 --> n1: b
n1 --> n3: a
n3 --> j0: b
@enduml
| false | true | false | false | sequence |
e080dccb3d3ee37fb43bc4bc05f6af4b076795f9 | 9e57054b2549b1b32473307baf22b85f01d49e96 | /docs/diagrams/AddExpenseSequenceDiagram.puml | 2443be8c15db4332b367008c402cb7004bfcddcf | [] | no_license | daiweinus/tp | 859db042286611be183ad5cce0188ea824c8c918 | 9b4a542bdbf036443babe6cd4236fb5513e9ef3b | refs/heads/master | 2023-01-14T23:37:02.306786 | 2020-11-14T14:10:07 | 2020-11-14T14:10:07 | 297,655,177 | 0 | 0 | null | 2020-09-22T13:19:37 | 2020-09-22T13:19:36 | null | UTF-8 | PlantUML | false | false | 1,041 | puml | @startuml
participant ":AddExpenseCommand" as AddExpenseCommand
participant "<color:red><<Class>></color>\n:Parser" as Parser
participant "e:Expense" as Expense
participant "t:TransactionList" as TransactionList
participant ":Storage" as Storage
participant ":Ui" as Ui
activate AddExpenseCommand
[-> AddExpenseCommand : execute(transactions, storage, ui, ...)
AddExpenseCommand -> Parser : createExpense(fullCommand)
activate Parser
create Expense
Parser -> Expense : Expense(...)
activate Expense
Expense --> Parser : e
deactivate Expense
Parser --> AddExpenseCommand : e
deactivate Parser
AddExpenseCommand -> TransactionList : addTransaction(e, ...)
activate TransactionList
|||
TransactionList --> AddExpenseCommand
deactivate TransactionList
AddExpenseCommand -> Storage : saveTransactions(t)
activate Storage
|||
Storage --> AddExpenseCommand
deactivate Storage
AddExpenseCommand -> Ui : printAddTransaction(t)
activate Ui
|||
Ui --> AddExpenseCommand
deactivate Ui
[<-- AddExpenseCommand
deactivate AddExpenseCommand
@enduml | false | true | false | false | sequence |
ee19ff8025a61873c3a54cab852946942c49d67e | 4d97f70d108affdf4620d2275e4826953dad05de | /de.gematik.ti.test.utils/doc/plantuml/TESTUTILS/apduparser.plantuml | 9251d14f654de6ffba671e80c3b7b05eba2cf983 | [
"Apache-2.0"
] | permissive | gematik/ref-Ti-Test-Utils | 8bfbf94bd7cc29cd7a82120dfde9a47d5e541926 | 7a7b0c75d7e82147439fa4643bf4fe0321c163a0 | refs/heads/master | 2022-02-15T19:34:37.818744 | 2022-01-07T07:24:39 | 2022-01-07T07:24:39 | 233,038,026 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 250 | plantuml | @startuml
package de.gematik.ti.test.utils.parser {
class ApduParser {
{static} - LOG : Logger
- ApduParser()
{static} + toCommandApdu()
{static} + toCommandApdu()
{static} - parse()
}
}
@enduml
| false | true | false | false | class |
a744e864547523a40bef5b52ed7c8d413cc2d8cf | 1227663ed3c48bca74c62ecef7b88f961367a5ac | /diagrams/ConstrainedSLAM/ConstrainedSLAM.plantuml | 65aaec176268b3e16f471005e12e9dd2669ebf9b | [] | no_license | caomw/SLAM-6 | 01b175a4ef956a2dfaaec24450b8d3263b454892 | 29f47a5c76284a680a957a176d671c876f74cd57 | refs/heads/master | 2021-01-15T15:26:15.455668 | 2015-04-04T09:07:07 | 2015-04-04T09:07:07 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 394 | plantuml | interface ISLAM
interface IPointTracker {
provides tracks
of feature points
}
interface IBASolver {
solving of BA problem
}
interface IScene3D {
combining and
post processing
of the received results
}
class CCOnstrainedSLAM
ISLAM <|-- CCOnstrainedSLAM
CCOnstrainedSLAM *-- IPointTracker
CCOnstrainedSLAM *-- IBASolver
CCOnstrainedSLAM *-- IScene3D
| false | true | false | false | class |
e95f4371177224994baf5cbed973bf2deac8a3d7 | 6a75af8c09643fa50a569db459c55ab5df2abc22 | /uml/diagram.puml | 30ac6cea5897b4816f666ead0612ffa110f6b1d3 | [] | no_license | Sachman19/mishra-0172-a5 | 52b70f8e58723a180d81082fb92f41af5de8c30a | 099978bd4ef866c82807355609c4ab3e5af33924 | refs/heads/master | 2023-06-26T14:01:33.806754 | 2021-07-29T04:28:46 | 2021-07-29T04:28:46 | 389,451,463 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 356 | puml | @startuml
'https://plantuml.com/class-diagram
class export
class item
interface arrayList
class importer
importer -> arrayList
arrayList -- item
arrayList -> export
class export {
item[] arrayList
+exportTSV()
+exportHTML()
}
class item {
serial
price
name
+setter()
+getter()
}
class importer {
filename
item[] importArrayList
+import()
}
@enduml | false | true | false | false | class |
89a7ce6e8cd3d412502dc6fefdb77f950bdb9cf2 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Actors/Operations-Manager/UseCases.puml | e617542a95983f709cff178cfde517e03c9cbe2f | [] | no_license | CAADE/edgeville | fd0053d749c259029ef4c7791210663ace87be21 | 6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65 | refs/heads/master | 2020-03-28T06:11:31.554585 | 2019-05-02T17:37:03 | 2019-05-02T17:37:03 | 147,819,682 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 186 | puml | @startuml
rectangle "Diagram TBD"
@enduml
left to right direction
:Operations Manager: as Actor
rectangle "Edgeville" #lightblue {
(Manage Infrastructure) as U1
}
Actor --> U1
| false | true | false | false | usecase |
080b2acd9e3d66a3cf819e73b516e5d18de19eb8 | f843c9d5922c2ef92cc3ca50f20f44184ed27ef8 | /src/main/java/Composite/Graphic/README.puml | 78637027865cfceac77c4be636f148fdcd66ac27 | [] | no_license | yvanross/LOG121-GOF-exemples | c80a4d1b29f0b953e4666e100a82d4fde1923bea | 7cff56d019b40901ed54b85a62d69317cf61da59 | refs/heads/master | 2023-05-04T07:39:48.742354 | 2021-05-21T13:43:50 | 2021-05-21T13:43:50 | 261,219,115 | 2 | 25 | null | 2021-01-25T22:44:14 | 2020-05-04T15:11:44 | Java | UTF-8 | PlantUML | false | false | 994 | puml | @startuml Diagramme de classe
skinparam style strictuml
interface Graphic {
print(): void
}
class Ellipse implements Graphic{
print(): void
}
class CompositeGraphic implements Graphic{
print(): void
}
CompositeGraphic *-- "1..*" Graphic : composed of
@enduml
@startuml Diagramme de séquence
skinparam style strictuml
participant CompositeDemo as m
participant "ellipse1:Ellipse" as e1
participant "ellipse2:Ellipse" as e2
participant "ellipse3:Ellipse" as e3
participant "ellipse4:Ellipse" as e4
participant "graphic2:CompositeGraphic" as g2 <<Graphic>>
participant "graphic3:CompositeGraphic" as g3 <<Graphic>>
participant "graphic1:CompositeGraphic" as g1 <<Graphic>>
->m: main()
m-->e1**: create
m-->e2**: create
m-->e3**: create
m-->e4**: create
m-->g2**: create
m->g2: add(ellipse1)
m->g2: add(ellipse2)
m->g2: add(ellipse3)
m-->g3**: create
m->g3: add(ellipse4)
m-->g1**: create
m->g1: add(graphic2)
m->g1: add(graphic3)
m->g1: add(ellipse1)
m->g1: print()
@enduml | false | true | true | false | sequence |
5375b5749f0b22216c7a1fcaf13675625e1beae8 | 63ff2394d54fd385175a43f1ac5580d1c11f5b5a | /Diagrams/MainAdminManageMosincatCiprian.puml | dc0f3188f4292345b728dcacc8179124ff5b7710 | [] | no_license | platonv/internhubweb | 811ebc5399c09c98a45d5f1a806b213ae27fe767 | 17b2a7aed9a34ec51b3a29724172a69390dd13e0 | refs/heads/master | 2021-03-30T17:06:39.631521 | 2017-06-06T18:10:37 | 2017-06-06T18:10:37 | 88,872,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 412 | puml | @startuml
MainAdmin -right->(Login)
Company --> (Login)
(Login) -->(Manage account):Company
(Manage account) ..> (Manage Jobs):<<include>>
(Manage Jobs) ..> (Create Job):<<include>>
(Manage Jobs) ..> (Remove Job):<<include>>
(Manage Jobs) ..> (Update Job):<<include>>
MainAdmin -->(Verify Jobs)
(Verify Jobs)..>(See Jobs):<<include>>
(Verify Jobs)..>(Remove Jobs):<<include>>
(Verify Jobs)--(Create Job)
@enduml | false | true | false | false | sequence |
b0ef55f3973ee30798ee56301bf75989cb9f3bda | cbc88da4d318401edc9260791b827fbc18ce93cd | /docs/components.puml | bb170a0c219791109c5e6ccf76f79d68d9f89a62 | [] | no_license | professorxavier/datascienceapp | 1d058801bf2a3afa7b5683e98f31c68e62716c42 | 05069edf1747ef9c2b544659b88cfd4b22d1a43b | refs/heads/master | 2020-04-06T07:10:47.685847 | 2016-09-08T02:25:57 | 2016-09-08T02:25:57 | 62,564,818 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,086 | puml | @startuml
skinparam componentFontSize 11
folder "Dataset Files" {
[Datasets]
}
package "DataScienceApplication" {
[DataScienceApp] -right- [OperationInvoker]
interface "OperationCommand" as OC
[OperationInvoker] -down- OC
[DatasetLoad] -up-> OC
[PreProcessing] -up-> OC
[PreAnalysis] -up-> OC
[Processing] -up-> OC
[Reporting] -left-> OC
[Processing] -down-[WekaAPI]
[DatasetLoad]-down-[R API]
[PreProcessing]-down-[R API]
[PreAnalysis]-down-[R API]
[PreProcessing]-down-[MongoDriver]
[PreAnalysis]-down-[MongoDriver]
[Processing]-down-[MongoDriver]
[Reporting]-down-[MongoDriver]
[DatasetLoad]-down-[MongoDriver]
}
folder "R Scripts" {
[Penman]
[Stats]
}
database "MongoDB" {
folder "datasciencedb" {
[stations]
[datasets]
[missingstats]
[results]
}
}
[DatasetLoad] -left- [Datasets]
[MongoDriver] -down- [stations]
[MongoDriver] -down- [datasets]
[MongoDriver] -down- [missingstats]
[MongoDriver] -down- [results]
[R API] -down- [Penman]
[R API] -down- [Stats]
@enduml | false | true | false | false | sequence |
b5b9ba287dee9e9ca6371203848fd99c2a5a0cce | 66dee41e7abd2e2b4777bd41935e9a9dcd3e11ab | /sequence/arquivo.puml | 8cf3bf93e7b20d3387b408f49268846dd0905b74 | [] | no_license | EmanuelDms/plantuml | faa23be08e42530e840fa129a1c092fa9ab9eea0 | cf31b3780d64785310312d1164ac59236e36bbaf | refs/heads/master | 2023-08-28T12:46:32.836550 | 2021-10-19T15:44:51 | 2021-10-19T15:44:51 | 384,208,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 459 | puml | @startuml Arquivo
participant participant as Foo
actor actor as Foo1
boundary boundary as Foo2
control control as Foo3
entity entity as Foo4
database database as Foo5
collections collections as Foo6
queue queue as Foo7
Foo -> Foo1 : To actor
Foo -> Foo2 : To boundary
Foo -> Foo3 : To control
Foo -> Foo4 : To entity
Foo -> Foo5 : To database
Foo -> Foo6 : To collections
Foo -> Foo7: To queue
@enduml
| false | true | false | false | sequence |
ff7973e0e28090073dc9fac010e87df6bb52c2d1 | 24034df05451d1379cd5d067fd04119989e79ad4 | /examples2/rest/ex7-simplerest/images/SynchronousCall.puml | fa80d7952e7b1a89d71d423c6f400421e336d389 | [
"Apache-2.0"
] | permissive | isabella232/ioc-unit | da0c604b0a21c97d8e023b4563e9e59527c5a4ba | 70d14ab1e514622e574023b6889806132d3e4b48 | refs/heads/master | 2023-03-08T15:48:51.039896 | 2021-01-02T16:52:10 | 2021-01-02T16:52:10 | 331,292,518 | 0 | 0 | Apache-2.0 | 2021-02-24T04:04:53 | 2021-01-20T11:56:56 | null | UTF-8 | PlantUML | false | false | 233 | puml | @startuml
title: Synchronous Service Call simulated Remote Service
actor Test as t
participant "Service" as s
participant "Remote\nService\nSimulator" as rs
t -> s: newRemoteEntity
s -> rs: newEntity
rs --> s: id
s --> t: id
@enduml | false | true | false | false | sequence |
56ff7352af24e022be1a49feabed3d17aae8a7c6 | 4371b2157a652ac0b4d7ccf51e3be2a631078f3e | /UML/Sumobot Control Activity.puml | 8bb3d2c42be263d2c0730bfa40a89326dcc36f9c | [] | no_license | thenisvan/SumobotArduino | ffd63d06f8a123eebc1fdd285636c0e2613e1763 | f00839a0186d98e17d491054d2c8245e0dfa005e | refs/heads/master | 2021-09-25T18:00:48.058304 | 2018-10-24T22:38:46 | 2018-10-24T22:38:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 900 | puml | @startuml
partition User {
(*) --> "Click Button"
--> === S1 ===
}
partition LetsRobot.tv {
=== S1 === --> Send JSON-defined string
--> === S2 ===
}
partition RaspberryPi {
partition controller.py {
=== S2 === --> Receive string
--> === S3 ===
}
partition HTTPProxy {
=== S3 === -left-> Construct HTTP request
--> Send HTTP request
--> === S4 ===
}
}
partition Nubcore060 {
=== S4 === -> Receive HTTP request
--> Extract command from request
--> Forward command via serial port
--> === S5 ===
}
partition ArduinoUNO {
partition sumobot.ino {
=== S5 === --> Receive serial command
--> Parse serial command
if command is valid then
--> Drive motors
--> (*)
else
--> Discard command
--> (*)
endif
}
}
@enduml | false | true | false | false | activity |
6524627bbb45d97eeab6b328d7810c1ce0859ed4 | a8738417eab95196160fc624c4ddb0de55b09022 | /samples/question_with_tasks.puml | e621c6ddb1a6f96bf6fc69d9c2b87635098940c2 | [] | no_license | Allsimon/qanda | 2d4e4cf0ca4245d29530bf896ec6bd312eef7b69 | 4977d637e987a564d68e2622899bbee842c5837b | refs/heads/master | 2022-12-25T02:26:15.058991 | 2020-07-20T18:30:27 | 2020-07-20T18:30:27 | 300,301,719 | 0 | 0 | null | 2020-10-01T14:07:10 | 2020-10-01T14:07:09 | null | UTF-8 | PlantUML | false | false | 293 | puml | @startuml qanda
hide empty description
state "This repository is call 'qanda'" as q1
' Add some context
q1 : Check the folder name
q1 : Check the origin remote url with 'git remote -v'
' Define q1 as root question
[*] --> q1
' Propose possible answers
q1 --> [*] : Yes
q1 --> [*] : No
@enduml | false | true | false | false | sequence |
8924275d7843e20fc18fcd813bd1fb9316af73ba | df4b8c49d650a6d592a3c7479070cb716317af62 | /Biblioteca.Diagramas/Entidades/Autor.puml | 021521bfeb9a69bfc27df884d71a0800c5c91c2f | [] | no_license | p-cuadros/BiblioCore2019 | be932b65f5c1f40b449cae517c4b770e61bcd4b9 | 94c29c1808f5df63a9c7cf6c3c6b8a79f32fdce4 | refs/heads/master | 2020-05-18T04:23:47.773014 | 2020-02-27T02:33:03 | 2020-02-27T02:33:03 | 184,171,812 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 108 | puml | @startuml
class Autor {
+ IDAutor : int <<get>> <<set>>
+ Nombre : string <<get>> <<set>>
}
@enduml
| false | true | false | false | class |
c618f5f363972908a52b909d1bace2760c56131b | 82c7cf753cbaf34397eee8209b2c804d1aa57127 | /store 2020a 14 septiembre/backend/plantUML/factory.puml | 5a4c54dcefabf77ff7ac85c68378b063ddf822fb | [] | no_license | mpuertob/storeApp2020 | b1dfdffc1158e27406d8c3dbb2c3d82431e9d26a | 7860add59f81373cbf9d185be9e54bcc2ae7902b | refs/heads/master | 2023-01-02T03:10:19.062109 | 2020-10-09T07:41:44 | 2020-10-09T07:41:44 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,106 | puml | @startuml
object FactoryTag{
}
object FactoryButton{
hamburger()
darkLight()
scrollTop()
submit()
}
object FactoryObject{
menuButton()
}
object FactoryBranding{
index()
}
object FactoryLogo{
harnina()
informatica()
rotuloDiagonal()
}
object FactoryMenu{
index()
}
object FactoryFunction{
darkLight()
wheather()
scrollTop()
contactFormValidations()
}
object FactoryHeader{
}
object FactoryFooter{
}
object FactoryHome{
}
object Index{
}
object FactoryFrame{
FrameInput()
}
object FactoryDataControl{
firstname()
lastname()
}
object FactoryClient{
register();
}
FactoryLogo *-- FactoryTag
FactoryButton *-- FactoryTag
FactoryMenu *-- FactoryTag
FactoryFrame *-- FactoryTag
FactoryDataControl *-- FactoryFrame
FactoryObject *-- FactoryMenu
FactoryClient *-- FactoryDataControl
FactoryObject *-- FactoryButton
FactoryBranding *-- FactoryLogo
FactoryHeader *-- FactoryBranding
FactoryFooter *-- FactoryButton
FactoryHeader *-- FactoryObject
Index o-- FactoryHeader : header
Index o-- FactoryFooter : footer
Index o-- FactoryHome : home
Index o-- FactoryFunction
Index o-- FactoryClient
@enduml | false | true | false | false | class |
c09b89416f078cd0eb1f8c56ee1b70c9b7d920b0 | 85941aa70df3b2bd4a9e2d2f389067a8175da56e | /docs/plantUML/inheritance-applicant-actions.puml | 07722dd5c9066371a55ad89774cf8df9e851bf6d | [] | no_license | chuyunshen/recruitment-system | ce94a33772d2d3bb51824eca98c99d5971af0cde | d4b625f77a12401666052e9cd361becfd7cb6e0f | refs/heads/master | 2020-11-29T01:22:53.328872 | 2019-12-24T11:18:19 | 2019-12-24T11:18:19 | 229,976,040 | 0 | 2 | null | 2019-12-24T16:55:17 | 2019-12-24T16:55:17 | null | UTF-8 | PlantUML | false | false | 2,816 | puml | @startuml
title: Applicant Actions
footer Page 3 of 9
Action <|-- AbstractAction
AbstractAction <|-- ApplicantAction
ApplicantAction <|-- AddRefereeAction
ApplicantAction <|-- ApplyForJobAction
ApplicantAction <|-- GetAccountCreationDateAction
ApplicantAction <|-- GetAllOpenJobPostingsAction
ApplicantAction <|-- GetNumDaysSinceLastApplClosedAction
ApplicantAction <|-- GetApplicationsAction
ApplicantAction <|-- ReadDocumentAction
ApplicantAction <|-- UploadDocumentAction
ApplicantAction <|-- WithdrawApplicationAction
interface Action {
+ collectParameters(): void
+ performAction(): void
+ getDescription(): String
+ getShortcut(): String
}
abstract class AbstractAction {
- description: String
- shortcut: String
+ getDescription(): String
+ getShortcut(): String
}
abstract class ApplicantAction {
# Applicant applicant
+ ApplicantAction(shortcut: String, description: String, applicant: Applicant)
}
class AddRefereeAction {
- allReferees: List<User>
- referee: Referee
+ AddRefereeAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class ApplyForJobAction {
- jobId: int
- today: Date
+ ApplyForJobAction(applicatn: Applicant, today Date)
+ collectParameters(): void
+ performAction(): void
}
class GetAccountCreationDateAction {
+ GetAccountCreationDateAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class GetAllOpenJobPostingsAction {
- tagToJobs: Map<String, List<JobPosting>>
- tagChoice: String
- allOpenJobPostings: List<JobPosting>
- sortingByTagChoice: String
+ GetAllOpenJobPostingsAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
- sortJobPostingsByTags(): void
}
class GetNumDaysSinceLastApplClosedAction {
+ GetNumDaysSinceLastApplClosedAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class GetApplicationsAction {
- CURRENT: String
- PAST: String
- applicationType: String
+ GetApplicationsAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class ReadDocumentAction {
- document: Document
+ ReadDocumentAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class UploadDocumentAction {
- userName: String
- docName: String
- filePath: String
- {static} PREFIX: String
+ UploadDocumentAction(applicant: Applicant)
+ collectParameters(): void
+ performAction(): void
}
class WithdrawApplicationAction {
- today: Date
- applicationId: int
+ WithdrawApplicationAction(applicant: Applicant, today: Date)
+ collectParameters(): void
+ performAction(): void
}
@enduml
| false | true | false | false | class |
c1109d0c7fd36f37c0e051131139bdac4152a541 | 0247b3e388c3abd99adb7f2f491873eb3561414f | /GOV/uml/checking.puml | 5d6858998ccbeac7200a1584e4da37516ec25a1d | [] | no_license | syt123450/GOV | ac1699920bf65615350c5ff50f34bbdcc13376cd | 0322b1e933c695b503d9b65207fda1719490c962 | refs/heads/master | 2021-08-23T19:04:08.616739 | 2017-12-06T04:05:24 | 2017-12-06T04:05:24 | 107,643,515 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | puml | @startuml
left to right direction
actor user
rectangle "Central System" {
user -- (Gateway)
(Gateway) .> (model Proxy)
}
rectangle "Cloud Instance" {
(model Proxy) .> (model Handler)
}
@enduml | false | true | false | false | usecase |
d8f868ec0e2b3b815598f4ec7d5e41d948bdb4aa | 44a89eb59de29515b1c5ccfc2d7a881d1c22950b | /MyTextAdventureGame.plantuml | 3b6de21ce123c7a501502b7333ab01eb3d9d8816 | [] | no_license | AlexandraCristetiu/MyTextAdventureGame | c97b822e7abc692039e9f2963701bf34fd857d38 | 117d186c9a5b01c5b645e5e435df0d660d7059f2 | refs/heads/master | 2020-05-27T22:53:18.026650 | 2019-06-10T08:46:58 | 2019-06-10T08:46:58 | 188,812,054 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 632 | plantuml | @startuml
title __MYTEXTADVENTUREGAME's Class Diagram__\n
package helper {
class ApplicationConstants {
}
}
package sample {
class Controller {
}
}
package model {
class GameBoard {
}
}
package sample {
class Main {
}
}
package helper {
abstract class SqliteWrapper {
}
}
package helper {
class Utility {
}
}
Main -up-|> Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
1a454bb1df3d76417ff052f7b986ca96cb3ab382 | 667010689a7e05146b7fe5a9809013180396938f | /docs/events.puml | 199e4bbc9115a9e090b20878d382a8751f63d184 | [] | no_license | muntasirrahman/taskman-client | 820ae995bab7aa1006684510a98087c503820497 | b58822588fc36d250dd4571e06a8ae7ceb8aece4 | refs/heads/master | 2023-08-04T05:55:06.616987 | 2021-09-21T06:18:20 | 2021-09-21T06:18:20 | 408,684,905 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 848 | puml | @startuml
'https://plantuml.com/sequence-diagram
title Tasker Client -- Event Sequent Calls
actor user
participant WebBrowser
participant App
participant ShowHideFormButton
participant NewTaskForm
participant AddTaskButton
participant CheckBox
participant API
autonumber
WebBrowser -> App++:
App -> App++: fetchTaskList
App -> API++: GET /api/v1/tasks
return
return
return
user -> ShowHideFormButton++:click to show the new task form
ShowHideFormButton -> NewTaskForm++:onAdd
return
return
user -> AddTaskButton++: click to submit new task
AddTaskButton -> App++: addTask
App -> API ++: POST /add
return
return
return
user -> CheckBox++: check to complete task
CheckBox -> App++: completeTask
App -> API++: PUT /api/v1/task/{taskId}
return
return
return
@enduml
| false | true | false | false | sequence |
b1953f10ff107e410a02737c6599382aca612ebd | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Manipulators/Move/MoveItemHandler.puml | 43b4f8ad47b4bf9a6564d2ddc30d885779fd2603 | [] | 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 | 1,281 | puml | @startuml
class MoveItemHandler {
m_Grabbing : bool
+ allowTrackSwitch : bool <<get>>
m_GrabbedModalUndoGroup : int
+ MoveItemHandler(state:WindowState)
+ Grab(items:IEnumerable<ITimelineItem>, referenceTrack:TrackAsset) : void
+ Grab(items:IEnumerable<ITimelineItem>, referenceTrack:TrackAsset, mousePosition:Vector2) : void
+ Drop() : void
IsValidDrop() : bool
Cancel() : void
Done() : void
+ start : double <<get>>
+ end : double <<get>>
+ ShouldSnapTo(snappable:ISnappable) : bool
+ UpdateTrackTarget(track:TrackAsset) : void
+ OnGUI(evt:Event) : void
+ OnAttractedEdge(attractable:IAttractable, manipulateEdges:ManipulateEdges, edge:AttractedEdge, time:double) : void
+ RefreshPreviewItems() : void
{static} ValidateItemDrag(itemsGroup:ItemsPerTrack) : bool
+ OnTrackDetach() : void
}
class "HashSet`1"<T> {
}
IAttractable <|-- MoveItemHandler
IAttractionHandler <|-- MoveItemHandler
MoveItemHandler --> "m_LeftMostMovingItems" MovingItems
MoveItemHandler --> "m_RightMostMovingItems" MovingItems
MoveItemHandler --> "m_ItemGUIs<TimelineItemGUI>" "HashSet`1"
MoveItemHandler --> "m_ItemsGroup" ItemsGroup
MoveItemHandler --> "targetTrack" TrackAsset
MoveItemHandler --> "m_State" WindowState
@enduml
| false | true | false | false | class |
3d350e078f109a9585f7cf879c0b20951d057703 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/LightPink.puml | 3ab086d48708acfb48777143a1cb56ba67f6f62f | [] | no_license | weedySeaDragon/plantuml-documentation | 1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba | 3c23cd2cd7fc1b4a85423ef9861711907fab2296 | refs/heads/develop | 2022-12-09T05:57:04.055959 | 2022-05-12T16:05:20 | 2022-05-12T16:05:20 | 165,910,589 | 55 | 6 | null | 2022-11-22T10:34:29 | 2019-01-15T19:28:35 | SCSS | UTF-8 | PlantUML | false | false | 316 | puml | @startuml
skinparam ClassBackgroundColor #LightPink
skinparam ClassFontColor #LightPink
skinparam ClassBorderColor #LightPink
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
74f4dc3ab0315c018b52fe7f3adb8d5606e85425 | 9762333a33778fcd78a3a59f0f678621b864c6e1 | /doc/Event-Processor-Data-Model.puml | ae373604574b529e5c425f6961ab8d0ff0dd6530 | [
"Apache-2.0"
] | permissive | hyperledgerkochi/von-bc-registries-agent | 5322e303c4860fe6a9ec800ca6bb1813b9075ed2 | 8c44ea767fc9839688440cf3e72d7e149d572574 | refs/heads/master | 2023-08-07T15:19:57.297534 | 2019-09-06T07:41:03 | 2019-09-06T07:41:03 | 205,443,820 | 1 | 0 | Apache-2.0 | 2023-08-01T23:24:54 | 2019-08-30T19:21:11 | Python | UTF-8 | PlantUML | false | false | 856 | puml | @startuml
package Tracking {
object EVENT_BY_FILING_TYP
EVENT_BY_FILING_TYP : EVENT_ID
EVENT_BY_FILING_TYP : FILING_TYPE
object EVENT_BY_CORP_FILING
EVENT_BY_CORP_FILING : EVENT_ID
EVENT_BY_CORP_FILING : FILING_TYPE
EVENT_BY_CORP_FILING : CORP_NUM
}
package Configuration {
object CREDENTIAL_SCHEMA {
CREDENTIAL_TYP_CD
CREDENTIAL_NAME
CREDENTIAL_SCHEMA
}
object EVENT_CREDENTIAL_MAP {
EVENT_TYP_CD
FILING_TYP_CD
CREDENTIAL_TYP_CD
MAPPING_SCRIPT
}
}
object EVENT_LOG {
EVENT_ID
FILING_TYPE
CORP_NUM
FILING_DATA
CREDS_DATA
EVENT_DATE
CREATED_DATE
PROCESSED_DATE
}
object CREDENTIAL_LOG {
EVENT_ID
FILING_TYPE
CORP_NUM
CREDENTIAL_TYP_CD
CREDS_DATA
CREATED_DATE
PROCESSED_DATE
}
Tracking -[hidden]down-> Configuration
Tracking -[hidden]right-> EVENT_LOG
Configuration -[hidden]right-> CREDENTIAL_LOG
@enduml
| false | true | false | false | class |
1e3863a85aa15d9243477bd649951e1c2e545eb5 | e585be0c356bba949ecad37bf513cddc91c22a9f | /uml/7_app_start/perform_launch_activity.puml | 3a217bef150e75c84e8634cf3ff538bfdac015d2 | [] | 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 | 6,169 | puml | @startuml
participant ActivityThread as "ActivityThread.java"
participant Instrumentation as "Instrumentation.java"
participant Activity as "Activity.java"
-> ActivityThread : performLaunchActivity\
\n(ActivityClientRecord r, Intent customIntent)
activate ActivityThread
ref over ActivityThread : activity_supervisor_attach_application.puml #step1
group performLaunchActivity
ActivityThread -> ActivityThread : cl = r.packageInfo.getClassLoader();
ActivityThread -> Instrumentation : activity = mInstrumentation.newActivity\
\n(cl, component.getClassName(), r.intent);
deactivate ActivityThread
activate Instrumentation
Instrumentation -> Instrumentation : cl.loadClass(className).newInstance();
Instrumentation --> ActivityThread : return activity
deactivate Instrumentation
activate ActivityThread
alt exception occurs
else yes
<-- ActivityThread : throw new RuntimeException\
\n(Unable to instantiate activity " + component)
end
ActivityThread -> ActivityThread : Application app = r.packageInfo.\
\n makeApplication(false, mInstrumentation);
note right of ActivityThread : normally, the application has been created before, and\
\n will return mApplication filed in ActivityThread directly
ref over ActivityThread : make_application.puml
alt activity
else Not Null
ActivityThread -> ActivityThread : Context appContext = \
\ncreateBaseContextForActivity(r, activity);\
\n//create activity context
ActivityThread -> ActivityThread : CharSequence title = \
\nr.activityInfo.loadLabel(appContext.getPackageManager());
ActivityThread -> ActivityThread : Configuration config = \
\n new Configuration(mCompatConfiguration);
ActivityThread -> Activity : activity.attach(...);
deactivate ActivityThread
activate Activity
Activity -> Activity : attachBaseContext(context);
Activity -> Activity : mFragments.attachHost(null /*parent*/);
Activity -> Activity : mWindow = new PhoneWindow(this);
Activity -> Activity : init mWindow
Activity -> Activity : init other member
note right of Activity : mUiThread = Thread.currentThread();\
\nmMainThread = aThread;\
\nmInstrumentation = instr;\
\nmToken = token;\
\nmIdent = ident;\
\nmApplication = application;\
\nmIntent = intent;\
\nmReferrer = referrer;\
\nmComponent = intent.getComponent();\
\nmActivityInfo = info;\
\nmTitle = title;\
\nmParent = parent;\
\nmEmbeddedID = id;\
\nmLastNonConfigurationInstances = \
\nlastNonConfigurationInstances;
Activity -> Activity : mVoiceInteractor = new VoiceInteractor(\
\nvoiceInteractor, this, this, Looper.myLooper());
Activity -> Activity : mWindow.setWindowManager(...)\
\n//get window manager instance from binder\
\n set to mWindow
alt parent
else Not Null
Activity -> Activity : mWindow.setContainer(mParent.getWindow());\
\n//attach mWindow to parent window
end
Activity -> Activity : mWindowManager = mWindow.getWindowManager();
Activity -> Activity : mCurrentConfig = config;
Activity --> ActivityThread : attach finished
deactivate Activity
activate ActivityThread
alt customIntent //argument
else Not Null
ActivityThread -> ActivityThread : activity.mIntent = customIntent;\
\n//pass intent to activity
end
ActivityThread -> ActivityThread : int theme = r.activityInfo.getThemeResource();
alt theme
else > 0
ActivityThread -> ActivityThread : activity.setTheme(theme);\
\n//init theme for activity
end
ActivityThread -> Instrumentation : mInstrumentation.callActivityOnCreate\
\n(activity, r.state);
activate Instrumentation
deactivate ActivityThread
ref over Instrumentation : activity_on_create.puml
Instrumentation -> ActivityThread : callActivityOnCreate finished
deactivate Instrumentation
activate ActivityThread
ActivityThread -> ActivityThread : r.activity = activity;
alt r.activity.isFinished
else No
ActivityThread -> Activity : activity.performStart();
deactivate ActivityThread
activate Activity
ref over Activity : activity_on_start.puml
Activity --> ActivityThread : performStart finished
deactivate Activity
activate ActivityThread
ActivityThread -> Instrumentation : callActivityOnRestoreInstanceState(activity, r.state);\
\n//persistentState alternatively available here
deactivate ActivityThread
activate Instrumentation
ref over Instrumentation : activity_on_restore_instance_state.puml
Instrumentation -> ActivityThread : callActivityOnRestoreInstanceState finished
deactivate Instrumentation
activate ActivityThread
ActivityThread -> Instrumentation : callActivityOnPostCreate(activity, r.state);
deactivate ActivityThread
activate Instrumentation
ref over Instrumentation : activity_on_post_create.puml
Instrumentation --> ActivityThread : callActivityOnPostCreate finished
deactivate Instrumentation
activate ActivityThread
end
alt catch SuperNotCalledException e
else caught
ActivityThread -> ActivityThread : throw e;
end
alt catch Exception e
else caught
ActivityThread -> ActivityThread : throw new RuntimeException\
\n(Unable to start activity " + ...)
end
ActivityThread -> ActivityThread : r.paused = true;
ActivityThread -> ActivityThread : mActivities.put(r.token, r);
end
end
<-- ActivityThread : return activity
deactivate ActivityThread
@enduml | false | true | false | false | sequence |
8f24584b79af55db0613085a613166c8bdca19e3 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/BrowserExtension/Shared/IListener.puml | 4b83c1465944394ba8d0fea891b0fd02f7a08734 | [
"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 | 564 | puml | @startuml
skinparam linetype ortho
skinparam monochrome true
skinparam classAttributeIconSize 0
class BrowserEvent {
+ BrowserEvent(type : EventType, tabID : number, windowID: number, url : string)
+ timeStamp : Date
+ issuingModule : number
+ type : EventType
+ tabID : number
+ url : URL
+ windowID : number
+ serialize(noUnderScore : boolean) : string
}
IListener .DOWN.> BrowserEvent : creates
interface IListener {
+ IListener(callback : function(BrowserEvent) : void)
+ start() : void
+ stop() : void
}
@enduml
| false | true | false | false | class |
8f9b0317ff84536970569e86fd0d7f6a95a597a6 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/minilatedeliveryandpenalty-capped@0.6.0.puml | 80e7d434c1ded7befb1a0690aade448351af4cef | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 859 | puml | @startuml
class org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause << (A,green) >> {
+ Party buyer
+ Party seller
+ Duration penaltyDuration
+ Double penaltyPercentage
+ Double capPercentage
+ Duration maximumDelay
}
org.accordproject.minilatedeliveryandpenalty.MiniLateDeliveryClause --|> org.accordproject.contract.Clause
class org.accordproject.minilatedeliveryandpenalty.LateRequest << (T,yellow) >> {
+ DateTime agreedDelivery
+ DateTime deliveredAt
+ Double goodsValue
}
org.accordproject.minilatedeliveryandpenalty.LateRequest --|> org.accordproject.runtime.Request
class org.accordproject.minilatedeliveryandpenalty.LateResponse << (T,yellow) >> {
+ Double penalty
+ Boolean buyerMayTerminate
}
org.accordproject.minilatedeliveryandpenalty.LateResponse --|> org.accordproject.runtime.Response
@enduml
| false | true | false | false | class |
9cbdaf97b313a919de88d5e1d0f3736b0dcfc6ee | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-decorator-2.plantuml | cd5d1196eefb56e822cd09e5b406d6a89eb026bb | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 775 | plantuml | @startuml
abstract class Calculator {
{abstract} double calculate()
}
class SingleCalculator {
double num
SingleCalculator(double num)
double calculate()
}
abstract class Operation {
Calculator calculator
double operand
Operation(double operand, Calculator calculator)
}
class PlusOperation {
PlusOperation(double operand, Calculator calculator)
double calculate()
}
class MinusOperation {
MinusOperation(double operand, Calculator calculator)
double calculate()
}
class MultiplyOperation {
MultiplyOperation(double operand, Calculator calculator)
double calculate()
}
Calculator <|-- SingleCalculator
Calculator <|-- Operation
Calculator <--o Operation
Operation <|-- PlusOperation
Operation <|-- MinusOperation
Operation <|-- MultiplyOperation
@enduml | false | true | false | false | class |
5cdf050c652dece6886998055502d53b0ff458b7 | 48f480c503190d3e7c2196534c9dd9f33dc85e2e | /_documentation/datamodel/core/Hyperty-Domain/HypertyLifeCycle-Part.plantuml | 43c5aca0cdad7162cd32eba3e62f7ebdf1bdfc6c | [
"Apache-2.0"
] | permissive | reTHINK-project/specs | 0646ca3bdf34b4d0ef35ce54a90f86ec5a78b1d9 | 52d52585bfd8cdc783512862b80228506215b0ae | refs/heads/master | 2022-11-01T17:53:27.814875 | 2019-11-04T11:02:25 | 2019-11-04T11:02:25 | 67,431,416 | 3 | 5 | Apache-2.0 | 2022-10-18T18:51:34 | 2016-09-05T15:21:40 | JavaScript | UTF-8 | PlantUML | false | false | 333 | plantuml | @startuml
HypertyDefined --> HypertyProvisioned : publish
HypertyDefined :
HypertyProvisioned --> HypertyDefined : remove
HypertyProvisioned --> HypertyProvisioned : update
HypertyProvisioned --> HypertyInstancied : deploy(on user request)
HypertyInstancied --> HypertyInstancied : register / unregister / monitor / charge
@enduml
| false | true | false | false | sequence |
7c21ab7f3f211521b4bda4f293b941c9751ca2db | 19de0597a5790bab6ff021899b4479506ae0829a | /uml/skeleton_seq_diagrams/build from recipe/buildgate.plantuml | ab86efbd58e99b41340690b0a4a9311def04370e | [] | 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 | 1,698 | plantuml | @startuml
skinparam SequenceLifeLineBackgroundColor LightYellow
title "Settler tries to/builds teleporters"
actor Player as player
participant "s: Settler" as settler
participant ": TeleporterRecipe" as TeleporterRecipe
player -> settler ++ : CraftTeleportGate()
settler -> TeleporterRecipe ++: GetCraftedBy
participant "water: Water" as water
TeleporterRecipe -> water ** : ctor()
participant "uranium: Uranium" as uranium
TeleporterRecipe -> uranium ** : ctor()
participant "iron1: Iron" as iron1
participant "iron2: Iron" as iron2
TeleporterRecipe -> iron1 ** : ctor()
TeleporterRecipe -> iron2 ** : ctor()
participant "bill: BillOfMaterial" as bill
TeleporterRecipe -> bill ** : ctor(iron1, iron2, uranium, water)
actor Tester as tester
TeleporterRecipe -> tester ++: What does this tester have?
tester --> TeleporterRecipe --: storage
participant "storage: PlayerStorage" as storage
TeleporterRecipe -> tester ++: How many teleporters does this settler already have?
tester --> TeleporterRecipe --: teleporterCount
alt hasEnough and teleporterCount <= 1
TeleporterRecipe -> storage ++ : RemoveBill(bill)
storage --> TeleporterRecipe --
participant "t1: TeleportGate" as teleport1
participant "t2: TeleportGate" as teleport2
TeleporterRecipe -> teleport1 ** : ctor()
TeleporterRecipe -> teleport2 ** : ctor()
TeleporterRecipe -> teleport1 ++ : SetPair(t2)
teleport1 --> TeleporterRecipe --
TeleporterRecipe -> teleport2 ++ : SetPair(t1)
teleport2 --> TeleporterRecipe --
TeleporterRecipe -> storage ++: AddTeleportGatePair(t1, t2)
storage --> TeleporterRecipe --
end
TeleporterRecipe --> settler --
settler --> player --
@enduml
| false | true | false | false | usecase |
ee58be7f9dd31a0a49daa552421bc3559997ff8a | 327a896950794a3907b06dfb4ab60eb9422e2c5e | /src/tutorial/roughly_scala/trait_/DiamondA.puml | 0651b634889b7f966565f6b7a0eda4c9d18c09ef | [] | no_license | rami2076/scala_training | b4dc6c2686e1aae332855a09b894167a60040ca0 | 4ec8ef4d83bbcb1b819675e0844a1a4f7fcaff80 | refs/heads/master | 2020-09-11T11:01:49.744438 | 2019-12-26T06:27:21 | 2019-12-26T06:27:21 | 222,043,164 | 0 | 0 | null | 2019-12-26T06:27:22 | 2019-11-16T03:48:00 | Scala | UTF-8 | PlantUML | false | false | 377 | puml | @startuml
title Diamond A
interface TraitA_Ex6 {
Unit +greet()
}
interface TraitB_Ex6 {
override Unit +greet()
}
interface TraitC_Ex6{
override Unit +greet()
}
TraitB_Ex6 <|-- TraitA_Ex6
TraitC_Ex6 <|-- TraitA_Ex6
class ClassA_Ex6
ClassA_Ex6 <|-- TraitB_Ex6
ClassA_Ex6 <|-- TraitC_Ex6
note top of ClassA_Ex6:class ClassA_Ex6 extends TraitB_Ex6 with TraitC_Ex6
@enduml | false | true | false | false | class |
12fe473a85535d976bcf9d553c68c3d01fe4e118 | 35fb4960297c31a530317e50ed8ec31b8dfd671b | /BranchMerge/branch02withfiles.puml | e71052b20a28c9da9b630d9d3afbca5408f23474 | [] | no_license | jalbertomr/githubBloggerDoc | cedf2e38f54b3ee620ae7d1a38a3ce860d3bf166 | a36f5650b5252967f56ce6bcfba3e790908e1edb | refs/heads/main | 2023-01-31T04:40:23.795375 | 2020-12-16T04:35:45 | 2020-12-16T04:35:45 | 321,867,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,238 | puml | @startuml
scale 350 width
title <color:silver><size:25>Very simple Branch and Merge with files after merge branch_01\n jalbertomr.blogspot.com
skinparam backgroundColor royalblue
skinparam arrowcolor white
skinparam arrowfontStyle bold
skinparam arrowfontcolor w
skinparam state {
backgroundColor SkyBlue
BorderColor gray
backgroundColor<< Stage >> LimeGreen
backgroundColor<< WorkDir >> Tomato
backgroundColor<< History >> Khaki
FontSize 16
FontStyle bold
fontcolor navy
}
state HEAD
state master
state branch_01
state 48ed828 <<History>>
state 3f95103 <<History>>
state 5ec83b9 <<History>>
state fe45123 <<History>>
[*] -up-> 48ed828 : commit_01
48ed828 -up-> 3f95103 : commit_02
3f95103 -up-> 5ec83b9 : commit_03
5ec83b9 -up-> fe45123 : commit_04
48ed828 : <size:20>file1 \n\n<size:20>A
3f95103 : <size:20>file1 \n\n<size:20>A\n<size:20>B
5ec83b9 : <size:20>file1 file2\n<size:20>A A\n<size:20>B\n<size:20>-->file2 A
fe45123 : <size:20>file1 file2\n<size:20>A A\n<size:20>B B\n<size:20>-->file2 A\n<size:20>-->file2 B
HEAD -right-> master
master -right-> fe45123
branch_01 -right-> fe45123
@enduml | false | true | false | false | sequence |
48ca63845a900f4eb865d7eebb9698e46474bb41 | 8fb8a5af737bf8c4313d50d5988189e7a80d09a6 | /lei-21-s2-1dn-g61-lapr2/docs/SprintD/US14/US14-DM_code.puml | 75bf4e254e673defa14230418f6dd6124d39f4b9 | [] | no_license | tiagooandre/ISEP-LAPR2 | 1633101c5c283361482b14dc35beb65f859b4d44 | 7302fe73505d5828a782eae2e921de34fabf85ec | refs/heads/master | 2023-06-02T04:56:06.992831 | 2021-06-20T16:50:11 | 2021-06-20T16:50:11 | 378,693,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,183 | puml | @startuml
class Employee {
String employeeID;
String name;
String adress;
String phoneNumber;
String codeSOC;
}
class Client {
String citizenCardNumber;
String numberNHS;
String numberTIN;
String birthDate;
string sex;
String phoneNumber;
string name;
}
class Company {
String designation;
}
class Test {
String code;
String NHSCode;
String description;
String dateSample;
String timeSmaple;
String dateChemAnalysis;
String timeChemAnalysis;
String dateDiagnosis;
String timeDiagnosis;
String dateValidTest;
String timeValidTest;
}
class Report {
String text;
}
class Diagnosis
class SpecialistDoctor {
int doctorIndexNumber;
}
Client "1" -- "*" Test: does a >
Employee "1" <|-- "*" SpecialistDoctor
Company "1" -- "*" Employee: has >
Report "1" -- "1" Diagnosis: contains >
SpecialistDoctor "1" -- "*" Diagnosis: checks >
SpecialistDoctor "1" -- "*" Diagnosis: writes >
SpecialistDoctor "1" -- "*" Report: writes >
SpecialistDoctor "1" -- "*" Test: analyzes >
Test "*" -- "1" Client: requested by >
@enduml | false | true | false | false | class |
809237a338b767e0783029302e481a55bfe04a0c | b3b11cea9514e63d600cf7914b1a8d22bc6f65b5 | /src/docs/asciidoc/architecture/plantuml/Processor_Event_Autocontrol_Diagram.puml | 562a63f3f80ea18332849d56afb57d52cacf1aff | [] | no_license | jv-it-io/archi-documentation | 4a4690fc1a8b676cb4a8c85a157ab3c06509372d | 40137504ab30935732de8ef2f7596640b9becccb | refs/heads/main | 2023-03-05T07:37:23.587991 | 2020-11-14T19:39:19 | 2020-11-14T19:39:19 | 340,873,929 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,261 | puml | @startuml
package org.springframework.batch.item {
interface ItemProcessor
}
package be.fgov.famhp.autocontrol.pharmacy.proxy.batch.processor {
class ItemProcessorEvent implements ItemProcessor {
Map<String, ProcessorEventService> processorEventMap
process(EventDto event)
}
}
package be.fgov.famhp.autocontrol.pharmacy.proxy.service.processor{
interface ProcessorEventService{
processEvent(EventDto event)
}
class AnnexeDocumentAddedProcessor implements ProcessorEventService{
getDocumentInAutocontrol(Long annexeId, Long dossierId)
getApbNbrInAutocontrol(Long dossierId)
createCommand(EventDto event, ObjectId gridFsId, String apbNbr)
sendToPlato(AddAnnexeDocumentCommand command)
}
class NewFormCompletedProcessor implements ProcessorEventService{
}
class FormCopyCompletedProcessor implements ProcessorEventService{
}
}
package be.fgov.fagg.common.command{
class Command {
}
}
package be.fgov.famhp.plato.backoffice.command{
class NotificationCommand extends Command {
}
class AddAnnexeDocumentCommand extends Command {
}
class NewFormCompletedCommand extends Command {
}
class FormCopyCompletedCommand extends Command {
}
}
@enduml | false | true | false | false | class |
88a7e70351e5b0c0c1ac1da0f736b3a4061c2415 | 49201c6059aff7268f202bb61942cc3eb7ba462b | /TTInputSeqOrg.puml | 79fa75a3126524860e8da31dcc510c3155abc4a1 | [] | no_license | OzBenDev/designs | fdc614d5ceff22e14600d1614c7b206aec375a70 | d22aa7238f080312bb9bded8ac77676cc5e630fd | refs/heads/master | 2023-08-07T14:00:41.829442 | 2021-09-14T13:14:47 | 2021-09-14T13:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,869 | puml | @startuml
participant App
participant NRConversationalFragment
participant ChatAutocompleteView
participant ReadoutSendView
participant SpeecherView
participant InternalSendView
participant User
== Chat Controller Initialization ===
App -> App : create ChatController with \nReadout = true, Enable HandsFree = true
== ChatWindowLoaded ==
group #skyblue EnableChatInput(true)
ChatHandler -> ChatHandler: autocompleteConfigEnabled = isEnabled(ChatFeatures.Autocomplete) && !isEnabled(ChatFeatures.Readout)
ChatHandler -> ChatHandler: cmpData = ChatInputData(.. autocompleteEnabled( <b> == false </b>) .. , sendViewType( <b> == Readout </b>))
ChatHandler -> NRConversationalFragment: updateCmp(ComponentType.ChatInputCmp, cmpData)
end
NRConversationalFragment -> ChatAutocompleteView: updateCmp(ComponentType.ChatInputCmp, cmpData)
ChatAutocompleteView -> ChatAutocompleteView: update(cmpData)
ChatAutocompleteView -> ChatAutocompleteView: setSendView?.invoke(sendViewType).also{ setSendView = null }
note Right
<b>Sets the SendView of the autoComplete only once</b>
end note
ChatAutocompleteView -> ReadoutSendView: create
activate ReadoutSendView
ChatAutocompleteView -> ChatAutocompleteView: create SpeechedTextListener
group #skyblue initSendView
ChatAutocompleteView -> ReadoutSendView: setOnClickListener(OnClickListener)
ReadoutSendView -> InternalSendView: setOnClickListener(OnClickListener)
end
group #skyblue initSpeecherView
ReadoutSendView -> SpeecherView: create
ChatAutocompleteView -> ReadoutSendView: registerSpeechListener(listener: SpeechedTextListener)
ReadoutSendView -> SpeecherView: registerListener(listener)
ReadoutSendView -> SpeecherView: enable partial results
note Right
<b>configurations to be added</b>
end note
ReadoutSendView -> SpeecherView: setSilenceTimeBeforeMessageSend to 2 sec
note Right
<b>configuration to be added</b>
end note
end
ChatAutocompleteView -> ChatAutocompleteView: addView(ReadoutSendView)
deactivate ReadoutSendView
== Chat Started ==
group #skyblue User action == Voice
User -> ReadoutSendView: Clicks On the Voice input button
group #gold <i>SilenceTimeBeforeMessageSend</i> == 0
ReadoutSendView -> ChatAutocompleteView: onError
ChatAutocompleteView -> NRConversationalFragment: onError
else <i>SilenceTimeBeforeMessageSend</i> > 0
ReadoutSendView -> ReadoutSendView: setState(State.Speech)
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.Speech, disable Keyboard)
User -> SpeecherView: Speaks
User -> SpeecherView: Stops speaking
SpeecherView -> SpeecherView: started counting <i>SilenceTimeBeforeMessageSend</i> sec
group #ivory User Clicks on the keyboard icon
User -> ReadoutSendView: Clicks On the Keyboard icon
ReadoutSendView -> SpeecherView: Stop counting SilenceTimeBeforeMessageSend
note Right
<b>message won't be sent automatically</b>
If the User escalates the Keyboard icon, he needs to send the message by clicking on the Send button
The SilenceTimeBeforeMessageSend clock is being canceled
end note
ReadoutSendView -> ReadoutSendView: setState(State.None)
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.None, enable Keyboard)
ChatAutocompleteView -> ChatAutocompleteView: enable keyboard input
User -> ChatAutocompleteView: text input by keyboard
ChatAutocompleteView -> ReadoutSendView: setState(State.Send)
group #darkseagreen if text.IsNotEmpty()
User -> InternalSendView: Clicks on Send
InternalSendView -> ReadoutSendView: onSendClicked
ReadoutSendView -> ChatAutocompleteView: onSendInput.invoke()
ChatAutocompleteView -> ChatAutocompleteView: onSendInput(text)
ChatAutocompleteView -> ChatAutocompleteView: clear text
ChatAutocompleteView -> ReadoutSendView: setState(State.None)
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.None)
end
else User keeps quiet while waiting for the message to be sent automatically
SpeecherView -> ReadoutSendView: done waiting
ReadoutSendView -> ChatAutocompleteView: SilenceTimeBeforeMessageSendPassed.invoke()
group #darkseagreen text.isNotEmpty()
ChatAutocompleteView -> ChatAutocompleteView: onSendInput.invoke(text)
ChatAutocompleteView -> ReadoutSendView: setState(State.Speech)
note Right
<b>If the User used Voice input only:</b>
The statement is being automatically sent and the State stays Speech
(Keeps on listening)
end note
else
ChatAutocompleteView -> ReadoutSendView: setState(State.None)
end
end
group #darkseagreen text.isNotEmpty()
ReadoutSendView -> ReadoutSendView: setState(State.Send)
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.Send, enable keyboard)
ChatAutocompleteView -> ChatAutocompleteView: enable keyboard input
User -> InternalSendView: Clicks on Send
InternalSendView -> ReadoutSendView: onSendClicked
ReadoutSendView -> ChatAutocompleteView: onSendInput.invoke()
ChatAutocompleteView -> ChatAutocompleteView: onSendInput(text)
end
ChatAutocompleteView -> ReadoutSendView: setState(State.None)
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.None)
ChatAutocompleteView -> ReadoutSendView: setState(State.None)
end
end
group #skyblue User action == Keyboard input
User -> ChatAutocompleteView: Clicks On InputField
ChatAutocompleteView -> ReadoutSendView: setState(State.Send)
User -> ChatAutocompleteView: Input Text
User -> InternalSendView: Clicks on the Send button
InternalSendView --> ChatAutocompleteView
ChatAutocompleteView -> ChatAutocompleteView: onSendInput.invoke()
ChatAutocompleteView -> ReadoutSendView: setState(State.None)
end
== State.None => Ideal State ==
ReadoutSendView -> ReadoutSendView: Make sendView Gone
ReadoutSendView -> ReadoutSendView: Make readoutView Visible
ReadoutSendView -> ReadoutSendView: Make speecherView - not pressed
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.None)
ChatAutocompleteView -> ChatAutocompleteView: Enable keyboard input
== State.Send => Regular Send State ==
ReadoutSendView -> ReadoutSendView: hide readoutView
ReadoutSendView -> ReadoutSendView: present sendIcon
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.Send)
ChatAutocompleteView -> ChatAutocompleteView: Enable keyboard input
== State.Speech => Readout Speech State ==
ReadoutSendView -> ReadoutSendView: present readoutView
ReadoutSendView -> SpeecherView: enable STT listening
ReadoutSendView --> ChatAutocompleteView: onStateChanged(State.Speech)
ChatAutocompleteView -> ChatAutocompleteView: Disable keyboard input
@enduml | false | true | false | false | sequence |
3e428fe51158014d4e28f58fb1aa349bbbe53ca0 | 70b6b3086d64939b4bd08cf8aad93ac5283cf1ac | /examples/uml/application.puml | 3f1ba9224032d06d5d983b6e36f8484e04f35b18 | [
"MIT"
] | permissive | tizuck/scala-uml-diagrams | 4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b | c5c432132bff9df7ab60352f0e715583d9d51973 | refs/heads/main | 2023-03-01T02:44:15.288794 | 2021-02-03T22:26:55 | 2021-02-03T22:26:55 | 306,687,367 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 650 | puml | @startuml
package "MyModel " <<metamodel>> {
class Node {
location:String
}
class MainNode
MainNode " * source" -- " * target" MainNode : Edge
Node " * local-\n nodes" -- "1" MainNode
MainNode --|> Node
}
hide circles
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml | false | true | false | false | class |
ecafaa4629673dbed396b89417a3847978344de6 | 625517108615e50180082e3c6d7d1444f643485e | /test/fixtures/method-with-arguments/in.plantuml | f26a5ecd46d7dd1d7871088b75bfba45c3c9294f | [
"TCL",
"BSD-3-Clause",
"HPND",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"MIT",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | Enteee/plantuml-parser | 180c370b3025bb7566bd86576d327364b3d5a425 | 765ac61d0c29c7c8f39310cfa7c385017997aeb8 | refs/heads/master | 2023-07-26T02:00:39.582527 | 2023-03-27T20:49:09 | 2023-03-27T20:49:09 | 177,091,179 | 132 | 33 | Apache-2.0 | 2023-05-21T07:11:53 | 2019-03-22T07:20:31 | TypeScript | UTF-8 | PlantUML | false | false | 108 | plantuml | @startuml
class Dummy {
~method1(int i, boolean b, char c)
+method2(int i, boolean b, char c)
}
@enduml
| false | true | false | false | class |
46b6a1956df5fc5f84d37a50d8c73b09b563338f | d702b31e656edcb9944228c0309f153bdff29eec | /src/main/java/de/gematik/ti/healthcardaccess/healthcardaccess.plantuml | 6732c3d0101a2d73b7c3b59afcbeece06e237995 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,200 | plantuml | @startuml
title __HEALTHCARDACCESS's Class Diagram__\n
namespace de.gematik.ti.healthcardaccess {
abstract class de.gematik.ti.healthcardaccess.AbstractHealthCardCommand {
{static} # EXPECT_ALL_WILDCARD : int
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
# cla : int
# data : byte[]
# ins : int
# ne : Integer
# p1 : int
# p2 : int
{static} - CODE_CHANNEL_CLOSED : int
{static} - HEX_FF : int
{static} - LOG : Logger
+ executeOn()
{abstract} + getStatusResponseMessages()
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
# sendApdu()
- getCommandApdu()
- inferResponseStatusFromResponseCode()
}
}
namespace de.gematik.ti.healthcardaccess {
class de.gematik.ti.healthcardaccess.HealthCard {
{static} + BASIC_CHANNEL_IDX : int
{static} # MAX_LOGICAL_CHANNELS : int
- associatedCard : ICard
- currentCardChannel : ICardChannel
- openChannels : Vector<ICardChannel>
+ HealthCard()
+ closeChannel()
+ getCurrentCardChannel()
+ getStatus()
+ openLogicalChannel()
+ setChannel()
+ setHealthCardType()
# HealthCard()
}
}
namespace de.gematik.ti.healthcardaccess {
interface de.gematik.ti.healthcardaccess.ICardItem {
}
}
namespace de.gematik.ti.healthcardaccess {
interface de.gematik.ti.healthcardaccess.IHealthCard {
{abstract} + getCurrentCardChannel()
{abstract} + getStatus()
}
}
namespace de.gematik.ti.healthcardaccess {
interface de.gematik.ti.healthcardaccess.IHealthCardCommand {
{abstract} + executeOn()
}
}
namespace de.gematik.ti.healthcardaccess {
interface de.gematik.ti.healthcardaccess.IHealthCardStatus {
{abstract} + isValid()
}
}
namespace de.gematik.ti.healthcardaccess {
interface de.gematik.ti.healthcardaccess.IHealthCardType {
}
}
namespace de.gematik.ti.healthcardaccess {
class de.gematik.ti.healthcardaccess.WrongCardChannelException {
+ WrongCardChannelException()
+ WrongCardChannelException()
+ WrongCardChannelException()
}
}
namespace de.gematik.ti.healthcardaccess {
class de.gematik.ti.healthcardaccess.WrongCardDataException {
+ WrongCardDataException()
+ WrongCardDataException()
+ WrongCardDataException()
}
}
de.gematik.ti.healthcardaccess.AbstractHealthCardCommand .up.|> de.gematik.ti.healthcardaccess.IHealthCardCommand
de.gematik.ti.healthcardaccess.AbstractHealthCardCommand o-- de.gematik.ti.healthcardaccess.result.Response : response
de.gematik.ti.healthcardaccess.HealthCard .up.|> de.gematik.ti.healthcardaccess.IHealthCard
de.gematik.ti.healthcardaccess.HealthCard o-- de.gematik.ti.healthcardaccess.IHealthCardStatus : status
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 |
14aa0d0c015edb75e9905f21bda36b2bd859cde2 | 63d05a2d8db31272352bb47eaf1981b74093b719 | /uml/controller/apps/tunneling/logicalport_local_bind.puml | a2a12337ed629ed4599bc0c6ef8cb46a8306bfa2 | [
"Apache-2.0"
] | permissive | ChaosXu/dragonflow | b0635a237ed48d9741c1bb4d5ebbc17a5f5d815c | e497928bc34269bcecc7ea4488f22b5c98b972dc | refs/heads/master | 2020-05-05T09:33:07.999625 | 2019-04-25T11:07:00 | 2019-04-25T11:07:00 | 179,908,580 | 0 | 0 | null | 2019-04-07T02:18:32 | 2019-04-07T02:18:32 | null | UTF-8 | PlantUML | false | false | 883 | puml | @startuml logicalport local binding
Controller->TunnelingApp:_add_local_port(self,lport)
activate TunnelingApp
TunnelingApp->lport:lswitch = lswitch
TunnelingApp->lswitch:network_type = network_type
alt network_type not in self.tunnel_types
TunnelingApp->LOG:info("added unsupported network %(net_type)s lport",{'net_type': network_type})
TunnelingApp-->TunnelingApp
end
TunnelingApp->lswitch:network_id = unique_key
TunnelingApp->LOG:info("adding %(net_type)s lport %(lport)s",{'net_type': network_type,'lport': lport})
TunnelingApp->TunnelingApp:port_count = local_networks.get_local_port_count(network_id=network_id,network_type=network_type)
alt port_count == 0
TunnelingApp->TunnelingApp:_new_network_ingress_flow(lport,network_id)
end
TunnelingApp->local_networks:add_local_port(port_id=lport.id,network_id=network_id,network_type=network_type)
deactivate
@endstart | false | true | false | false | sequence |
31ec731ae9eb6ad16189cb118322946d062578fe | 2b6941b92c50f4249cae69ba78da255f533addda | /ext/sequenceDiag/loginDiagram.puml | 6a004bc8dd31c0c7e7061e89a23cd2dfcfa717f7 | [] | no_license | LBiasibetti/coopToolProject | 25c4d476c0a5f98e247078bfc47d80c21d56b163 | 271604fbefa294b0f3f1da26b5122c9252e4013d | refs/heads/master | 2023-02-12T03:59:20.248862 | 2021-01-12T17:58:39 | 2021-01-12T17:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,968 | puml | @startuml
actor user
participant LoginController
participant UserFacade
participant AbstractDAOFactory
participant UserDAO
participant User
participant MailNotFound
participant UnmatchedPassword
database CoopToolDatabase
user -> LoginController : login()
activate LoginController
LoginController -> UserFacade : getInstance()
UserFacade -> AbstractDAOFactory : getInstance()
activate UserFacade
activate AbstractDAOFactory
AbstractDAOFactory -> AbstractDAOFactory : getUserDAO()
AbstractDAOFactory -> UserDAO : getInstance()
deactivate AbstractDAOFactory
UserDAO --> AbstractDAOFactory : UserDAO
AbstractDAOFactory --> UserFacade : UserDAO
UserFacade --> LoginController : UserFacade
LoginController -> LoginController : getText()
LoginController -> UserFacade : login(mail : String, password : String)
UserFacade -> UserDAO : findUserByMail(mail : String)
activate UserDAO
UserDAO -> CoopToolDatabase : askForData
CoopToolDatabase --> UserDAO : result
create User
UserDAO -> User : new
alt FoundUser
User --> UserDAO : User
activate User
UserDAO --> UserFacade : User
deactivate UserDAO
UserFacade -> User : checkPassword(password : String)
alt GoodPassword
User --> UserFacade : True
deactivate User
UserFacade --> LoginController : User
LoginController -> UserFacade : setUser(user : User)
else FalsePassword
UserFacade -[hidden]> User
activate User
User --> UserFacade : False
deactivate User
create UnmatchedPassword
UserFacade -> UnmatchedPassword : throw new UnmatchedPassword()
end
else !FoundUser
UserDAO -[hidden]> User
activate User
User -[hidden]> UserDAO
activate UserDAO
User --> UserDAO : Null
deactivate User
UserDAO --> UserFacade : Null
deactivate UserDAO
create MailNotFound
UserFacade -> MailNotFound : throws new MailNotFound()
end
deactivate LoginController
deactivate UserFacade
@enduml | false | true | false | false | usecase |
5e8e2db707bb04f70353f7ed7680ebc1c644a80e | f31f293ada5cb6c6f95f2c3e41ccbaada6be017e | /theme.puml | 47877c850ef71a5b1b486fd3bf446ffe2571c0a7 | [
"MIT"
] | permissive | shiw13/plantuml | 221bf2d980f09d052b8f16b49ce40af283604820 | 0ac48ea130ebe4f854b7b0993373145d21fc6308 | refs/heads/main | 2023-08-26T07:05:11.949079 | 2021-11-04T01:46:47 | 2021-11-04T01:46:47 | 409,552,887 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 519 | puml | @startuml
!$c1="#f2f2f2"
!$c2="#4e443c"
!$c3="#f44d27"
!$c4="#eff1f3"
skinparam BackgroundColor $c1
skinparam DefaultFontName JetBrains Mono
skinparam DefaultFontSize 14
skinparam DefaultFontColor $c2
skinparam Shadowing false
skinparam RoundCorner 10
skinparam Sequence {
MessageAlign center
LifeLine {
BorderColor $c2
}
Arrow {
Color $c2
FontSize 14
FontColor $c2
}
Participant {
BorderColor $c3
BackgroundColor $c3
FontSize 16
FontColor $c4
}
}
skinparam Activity {
}
@enduml | false | true | false | false | sequence |
7e19d68ade9bf30ea96d42841da4bc6fc7e267fa | 916a26a84471e37025689168bab1444cca712f04 | /uml/markup/Widget.plantuml | d4199ceb80b1c0b0f013dcf42c020f3609a4a756 | [] | no_license | GaurangTandon/extensible-bowling-game | 8d018a037256f3185bd17dc03054a0d7c3c77fa1 | 04a2698d6dd65ae035f2829d8531991c106e0073 | refs/heads/master | 2022-07-12T18:30:25.259872 | 2020-05-15T03:15:00 | 2020-05-15T03:15:00 | 246,995,191 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,560 | plantuml | @startuml
title __WIDGET's Class Diagram__\n
namespace BowlingGame {
namespace Widget {
class Widget.ButtonPanel {
+ ButtonPanel()
+ ButtonPanel()
+ put()
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.ContainerPanel {
+ ContainerPanel()
+ ContainerPanel()
+ ContainerPanel()
+ ContainerPanel()
+ ContainerPanel()
+ clear()
+ getPanel()
+ put()
+ put()
+ put()
+ put()
}
}
}
namespace BowlingGame {
namespace Widget {
abstract class Widget.FormPanel {
~ components : HashMap<String, Component>
+ get()
~ FormPanel()
~ FormPanel()
- setupComponentStore()
}
}
}
namespace BowlingGame {
namespace Widget {
abstract class Widget.GenericPanel {
~ panel : JPanel
+ getPanel()
~ GenericPanel()
~ GenericPanel()
~ GenericPanel()
~ GenericPanel()
~ GenericPanel()
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.GridPanel {
- blockLabel : JLabel[]
- itemLabel : JLabel[]
+ GridPanel()
+ getBlockLabel()
+ getItemLabel()
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.ScrollablePanel {
- dataList : JList<T>
+ ScrollablePanel()
+ ScrollablePanel()
+ getList()
+ getPanel()
+ setListData()
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.TextFieldPanel {
+ TextFieldPanel()
+ getText()
+ put()
}
}
}
namespace BowlingGame {
namespace Widget {
class Widget.WindowFrame {
- win : JFrame
+ WindowFrame()
+ destroy()
+ setVisible()
- WindowFrame()
}
}
}
Widget.ButtonPanel -up-|> Widget.FormPanel
Widget.ContainerPanel -up-|> Widget.GenericPanel
Widget.FormPanel -up-|> Widget.GenericPanel
Widget.GridPanel -up-|> Widget.GenericPanel
Widget.ScrollablePanel -up-|> Widget.GenericPanel
Widget.TextFieldPanel -up-|> Widget.FormPanel
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 |
4f9be0d20d019f8163d39f7378766592a088b757 | 353bb4dc0482f7236661c0789f4ab72fc5c5fe72 | /documents/uml/classArchitectrue.plantuml | 32668226d305ca09cfd69ea08d0ff292efb19b39 | [
"MIT"
] | permissive | ISSuh/SimpleRPC | 4cab066cfb766e4b4bc242f1e5f2bfad3bbfb436 | 429f14d26a783ff092f326a49576d945f82ad610 | refs/heads/master | 2023-03-27T09:45:06.030612 | 2021-03-18T14:27:55 | 2021-03-18T14:27:55 | 262,506,782 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,501 | plantuml | @startuml SimpleRPC_Class_Architecture
scale 1280 width
scale 720 height
Network -[hidden]up- Util
Function -[hidden]up- Network
Function -[hidden]up- Util
package "Network" as Network {
package "Server Side" as ServerSide {
component "Decorator Patten" as DP{
}
component "Facotry Method Patten" as FMP{
}
component "Visitor Patten" as VP {
}
interface Server {
}
class TcpServer {
{field} -boost::asio::io_contect
{field} -boost::asio::ip::tcp::socket
{field} -boost::asio::ip::tcp::accepter
{field} -uint32_t port
{method} -acceptionHandle()
{method} +accept()
{method} +run()
{method} +terminate()
}
class ServerHandle {
{field} -std::string host
{field} -uint32_t port
{field} -boost::asio::io_contect
{method} +runServer()
{method} +regist()
}
Server -[hidden]up- VP
TcpServer -up-|> Server
TcpServer -down-> ServerHandle
}
package "Client Side" as ClientSide {
interface Client {
}
class TcpClient {
{field} -boost::asio::ip::tcp::socket
{field} -boost::asio::io_contect
{method} -connectionHandle()
{method} +connect()
{method} +close()
}
class ClientHandle {
{field} -boost::asio::io_contect
{method} -contextRun()
{method} +regist()
}
TcpClient -up-|> Client
TcpClient -down-> ClientHandle
}
package "Session side" as Sessions {
component "Observer Patten" {
}
class Session {
{field} -boost::asio::ip::tcp::socket
{method} -readHandle()
{method} -writeHandle()
{method} +read()
{method} +write()
}
class Message {
}
Session -up-> TcpServer
Session -up-> TcpClient
Message -up-> TcpServer
Message -up-> TcpClient
Message -> Session
}
}
package "RPC Function" as Function {
rectangle "Base Class" as Base {
interface BaseClass {
}
}
rectangle "User Defice Class" as UserDefine {
class UserClass {
}
}
component "Strategy Patten" {
}
ClientHandle -[hidden]down- UserClass
ClientHandle -[hidden]down- BaseClass
UserClass -left-|> BaseClass
}
package "Utilize" as Util {
enum Status {
}
class ThreadPool {
}
class TheadSafeQueue {
}
Status -[hidden]down- ThreadPool
ThreadPool -[hidden]down- TheadSafeQueue
}
Network -[hidden]left- Util
UserClass -up-> ServerHandle
UserClass -up-> ClientHandle
@enduml | false | true | false | false | class |
4a143f9ecafda6956e891d5b35775c5c28992456 | afd26a066ad07ed0d651fb2c218636c3b1f09fda | /core/src/main/com/notifications/animations/animations.plantuml | ccb1fb9013f2b3460a5520fe275020144dbeb951 | [] | no_license | thuyhoang-bkuer/socket-assignment | 125c4c7894b4d17558c17687a63617e967188c4b | c67e2477166b43652d5e84b1cf181b31da34ce60 | refs/heads/master | 2020-08-30T18:01:51.960923 | 2019-11-13T10:08:19 | 2019-11-13T10:08:19 | 218,452,024 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,988 | plantuml | @startuml
title __ANIMATIONS's Class Diagram__\n
namespace com.notifications.animations {
class com.notifications.animations.AnimationProvider {
- animationsList : List<TrayAnimation>
+ AnimationProvider()
+ addAll()
+ findFirstWhere()
+ get()
+ where()
}
}
namespace com.notifications.animations {
enum AnimationType {
FADE
POPUP
SLIDE
}
}
namespace com.notifications.animations {
class com.notifications.animations.FadeAnimation {
- dismissAnimation : Timeline
- showAnimation : Timeline
- sq : SequentialTransition
- trayIsShowing : boolean
+ FadeAnimation()
+ getAnimationType()
+ isShowing()
+ playDismissAnimation()
+ playSequential()
+ playShowAnimation()
- setupDismissAnimation()
- setupShowAnimation()
}
}
namespace com.notifications.animations {
class com.notifications.animations.PopupAnimation {
- dismissAnimation : Timeline
- showAnimation : Timeline
- sq : SequentialTransition
- trayIsShowing : boolean
+ PopupAnimation()
+ getAnimationType()
+ isShowing()
+ playDismissAnimation()
+ playSequential()
+ playShowAnimation()
- setupDismissAnimation()
- setupShowAnimation()
}
}
namespace com.notifications.animations {
class com.notifications.animations.SlideAnimation {
- dismissAnimation : Timeline
- showAnimation : Timeline
- sq : SequentialTransition
- trayIsShowing : boolean
+ SlideAnimation()
+ getAnimationType()
+ isShowing()
+ playDismissAnimation()
+ playSequential()
+ playShowAnimation()
- setupDismissAnimation()
- setupShowAnimation()
}
}
namespace com.notifications.animations {
interface com.notifications.animations.TrayAnimation {
{abstract} + getAnimationType()
{abstract} + isShowing()
{abstract} + playDismissAnimation()
{abstract} + playSequential()
{abstract} + playShowAnimation()
}
}
com.notifications.animations.FadeAnimation .up.|> com.notifications.animations.TrayAnimation
com.notifications.animations.FadeAnimation o-- com.notifications.models.CustomStage : stage
com.notifications.animations.PopupAnimation .up.|> com.notifications.animations.TrayAnimation
com.notifications.animations.PopupAnimation o-- com.notifications.models.CustomStage : stage
com.notifications.animations.SlideAnimation .up.|> com.notifications.animations.TrayAnimation
com.notifications.animations.SlideAnimation o-- com.notifications.models.CustomStage : stage
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 |
7a470c530c28a055517975691bbd562d91685215 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/DeliveryItem.puml | 2616d2a7da4a59d8163990aa1d01844efe6d0f61 | [] | 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 | 6,850 | 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 DeliveryItem [[DeliveryItem.svg]] {
id: String
quantity: Long
}
interface DeliveryItemsUpdatedMessage [[DeliveryItemsUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface ParcelItemsUpdatedMessage [[ParcelItemsUpdatedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
parcelId: String
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface DeliveryItemsUpdatedMessagePayload [[DeliveryItemsUpdatedMessagePayload.svg]] {
type: String
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface ParcelItemsUpdatedMessagePayload [[ParcelItemsUpdatedMessagePayload.svg]] {
type: String
parcelId: String
deliveryId: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
oldItems: [[DeliveryItem.svg List<DeliveryItem>]]
shippingKey: String
}
interface StagedOrderAddDeliveryAction [[StagedOrderAddDeliveryAction.svg]] {
action: String
deliveryKey: String
shippingKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
address: [[BaseAddress.svg BaseAddress]]
parcels: [[ParcelDraft.svg List<ParcelDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface StagedOrderAddParcelToDeliveryAction [[StagedOrderAddParcelToDeliveryAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
trackingData: [[TrackingData.svg TrackingData]]
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface StagedOrderSetDeliveryItemsAction [[StagedOrderSetDeliveryItemsAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface StagedOrderSetParcelItemsAction [[StagedOrderSetParcelItemsAction.svg]] {
action: String
parcelId: String
parcelKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface Delivery [[Delivery.svg]] {
id: String
key: String
createdAt: DateTime
items: [[DeliveryItem.svg List<DeliveryItem>]]
parcels: [[Parcel.svg List<Parcel>]]
address: [[Address.svg Address]]
custom: [[CustomFields.svg CustomFields]]
}
interface DeliveryDraft [[DeliveryDraft.svg]] {
key: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
parcels: [[ParcelDraft.svg List<ParcelDraft>]]
address: [[AddressDraft.svg AddressDraft]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface Parcel [[Parcel.svg]] {
id: String
key: String
createdAt: DateTime
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
trackingData: [[TrackingData.svg TrackingData]]
items: [[DeliveryItem.svg List<DeliveryItem>]]
custom: [[CustomFields.svg CustomFields]]
}
interface ParcelDraft [[ParcelDraft.svg]] {
key: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
trackingData: [[TrackingData.svg TrackingData]]
items: [[DeliveryItem.svg List<DeliveryItem>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface OrderAddDeliveryAction [[OrderAddDeliveryAction.svg]] {
action: String
deliveryKey: String
shippingKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
address: [[BaseAddress.svg BaseAddress]]
parcels: [[ParcelDraft.svg List<ParcelDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface OrderAddParcelToDeliveryAction [[OrderAddParcelToDeliveryAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
trackingData: [[TrackingData.svg TrackingData]]
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetDeliveryItemsAction [[OrderSetDeliveryItemsAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetParcelItemsAction [[OrderSetParcelItemsAction.svg]] {
action: String
parcelId: String
parcelKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
DeliveryItem --> DeliveryItemsUpdatedMessage #green;text:green : "items"
DeliveryItem --> DeliveryItemsUpdatedMessage #green;text:green : "oldItems"
DeliveryItem --> ParcelItemsUpdatedMessage #green;text:green : "items"
DeliveryItem --> ParcelItemsUpdatedMessage #green;text:green : "oldItems"
DeliveryItem --> DeliveryItemsUpdatedMessagePayload #green;text:green : "items"
DeliveryItem --> DeliveryItemsUpdatedMessagePayload #green;text:green : "oldItems"
DeliveryItem --> ParcelItemsUpdatedMessagePayload #green;text:green : "items"
DeliveryItem --> ParcelItemsUpdatedMessagePayload #green;text:green : "oldItems"
DeliveryItem --> StagedOrderAddDeliveryAction #green;text:green : "items"
DeliveryItem --> StagedOrderAddParcelToDeliveryAction #green;text:green : "items"
DeliveryItem --> StagedOrderSetDeliveryItemsAction #green;text:green : "items"
DeliveryItem --> StagedOrderSetParcelItemsAction #green;text:green : "items"
DeliveryItem --> Delivery #green;text:green : "items"
DeliveryItem --> DeliveryDraft #green;text:green : "items"
DeliveryItem --> Parcel #green;text:green : "items"
DeliveryItem --> ParcelDraft #green;text:green : "items"
DeliveryItem --> OrderAddDeliveryAction #green;text:green : "items"
DeliveryItem --> OrderAddParcelToDeliveryAction #green;text:green : "items"
DeliveryItem --> OrderSetDeliveryItemsAction #green;text:green : "items"
DeliveryItem --> OrderSetParcelItemsAction #green;text:green : "items"
@enduml
| false | true | false | false | sequence |
63f48a475461246d2cd6af66cff9a6d6642e348b | f307970b839abfefbcd59b5aec6d5f871a961f72 | /src/main/java/com/slas/slas.plantuml | 6fd2e34e3a889c06ecd884e8f776b6d09aaf9b2b | [] | no_license | atanuroy911/SLAS_WEB | f27cd49c8dee735432c9521b77e21db14c1a27b4 | d6dcf31ec7a1d6bc592afdd3bfa6d3841ab21d5e | refs/heads/main | 2023-03-05T06:24:00.145938 | 2021-02-20T00:08:03 | 2021-02-20T00:08:03 | 335,622,112 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 377 | plantuml | @startuml
title __SLAS's Class Diagram__\n
namespace java{
namespace com.slas {
class com.slas.SlasApplication {
{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 |
525f5c1b391e867e9e9e566ff1d9786c07b30a73 | d147bf2e5381d015201751b2ebff9ea39eef6333 | /design/sequence.puml | f28e07ece1956e8f56f376fe3ee01776844f1db7 | [] | no_license | scglwsj/ddd-learning | 6eb8f40b86383ede4e7d2847f0b1f75a83ed5d6b | c79700baf4b996fb966ee55463c94c6d34a861db | refs/heads/master | 2023-01-14T14:00:08.455561 | 2020-03-22T04:17:24 | 2020-03-22T04:17:24 | 242,990,698 | 0 | 0 | null | 2023-01-05T16:25:46 | 2020-02-25T12:08:54 | TypeScript | UTF-8 | PlantUML | false | false | 2,158 | puml | @startuml park
actor user #LightCoral
box parking context
participant parkingApplicationService #LightBlue
participant ParkingLotFinderFactory #LightGreen
entity ParkingManager #LightGreen
entity ParkingLot #LightGreen
end box
user -> parkingApplicationService: park(car)
ParkingManager -> ParkingLot: findOneValidParkingLot
ParkingLot -> parkingApplicationService: ParkingLot
parkingApplicationService -> ParkingLot: park(car)
ParkingLot -> parkingApplicationService: Ticket
parkingApplicationService-> user: Ticket
@enduml
@startuml create parking manager
box parking context
participant parkingApplicationService #LightBlue
participant ParkingLotFinderFactory #LightGreen
participant configClient #LightYellow
end box
box config context
participant configApplicationService #LightBlue
participant ParkingBoyService #LightGreen
participant ParkingBoyRepository #LightGreen
participant ParkingLotRepository #LightGreen
participant ParkingBoyRepository #LightYellow
participant ParkingLotRepository #LightYellow
end box
database db #LightGray
parkingApplicationService -> ParkingLotFinderFactory: newParkingManager
ParkingLotFinderFactory -> configClient: newParkingManager
configClient -> configApplicationService: findParkingBoys
configApplicationService -> ParkingBoyService: findParkingBoys
ParkingBoyService -> ParkingBoyRepository: findParkingBoys
ParkingBoyRepository -> db: findParkingBoys
db -> ParkingBoyRepository: ParkingBoys
ParkingBoyRepository -> ParkingBoyService: ParkingBoys
ParkingBoyService -> ParkingLotRepository: findParkingLotsByIds(parkingLotIds)
ParkingLotRepository -> db: findParkingLotsByIds(parkingLotIds)
db -> ParkingLotRepository: ParkingLots
ParkingLotRepository -> ParkingBoyService: ParkingLots
ParkingBoyService -> ParkingBoyService: Triple(ParkingBoy, ParkingLot[])[]
ParkingBoyService -> configApplicationService: Triple(ParkingBoy, ParkingLot[])[]
configApplicationService -> configClient: Triple(ParkingBoy, ParkingLot[])[]
configClient -> ParkingLotFinderFactory: ParkingManager
ParkingLotFinderFactory -> parkingApplicationService: ParkingManager
@enduml
| false | true | false | false | usecase |
47d7cf84914f82984ecc0209b1c0fbb54fc61529 | 7e4f5cb907490be4778083f1a4ad78ab271c2bb4 | /model/model.puml | 70a7b1d525b56e4336060dbbf1c005ca08a974c5 | [] | no_license | AndreasAnemyrLNU/iwish | 341e969a7d9003e9cfa05d5bf9e7e18608717252 | 3af58274887570a27ed40d4a0fa838f1a4b1b682 | refs/heads/master | 2016-09-01T12:20:30.585530 | 2015-11-19T19:02:02 | 2015-11-19T19:02:02 | 45,902,992 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 825 | puml | @startuml
namespace model #lightgreen{
class RepublishFile #white
class SaveOldVersionInArchive #white
class ViewCode #white
class WebHookFileSystemDal #white
class SessionHandler #white
class Added #white
class Author #white
class Commits #white
class Committer #white
class HeadCommit #white
class Modified #white
class Owner #white
class Pusher #white
class Removed #white
class Repository #white
class Sender #white
class Webhook #white
class WebhookCollection #white
}
@enduml | false | true | false | false | class |
87eb19d9c4e4adf0c54aa6fb87e1ddd7c4c40136 | 919554782574f600a78fe7baf6d97a6f05993e80 | /doc/Conception/CU tirer d_un bateau/tirerDUnBateau_sequence.puml | dac9a2cb742630f867fcfdc40558827c10e15718 | [] | no_license | Dylanlicho/BattleOfJava | ec3030c6c13b5a3e35ec18b9b7ca73c3d2b77f53 | 771a5ce9790177274bd270868654fbdedb4db71c | refs/heads/master | 2020-09-14T16:39:05.697314 | 2019-12-23T10:05:56 | 2019-12-23T10:05:56 | 223,187,029 | 1 | 0 | null | 2019-12-22T09:18:17 | 2019-11-21T14:00:59 | Java | UTF-8 | PlantUML | false | false | 854 | puml | @startuml
hide footbox
actor actor
actor -> BattleOfJava : shoot
BattleOfJava -> BattleOfJava : shoot(currentPlayer, x, y)
BattleOfJava -> Board : shoot(x, y)
Board -> Board : t = getTile(x,y)
Board -> Tile : isEmpty = t.isEmpty()
alt isEmpty = true
Board -> Tile : t.getTileX()
return x1
Board -> Tile : t.getTileY()
return y1
Board -> Board : s = getShip(x1, y1)
group if s != null
Board -> Ship : damage()
Board -> Tile : t.setState(HIT)
else
Board -> Tile : t.setState(MISS)
end
Board --> BattleOfJava : ok
else isEmpty = false
Board --> BattleOfJava : ko
BattleOfJava --> actor : "tile already shot, \nshoot on an other tile"
end
BattleOfJava -> Board : win = isAllSunk()
loop 7 times
Board -> Ship : isSunk()
Ship --> Board : sunk
end
Board --> BattleOfJava : win
group if win = true
BattleOfJava -> Player : currentPlayer.win()
end
@enduml
| false | true | false | false | usecase |
7ff57a05fc9fdfd85098047759acfebd3ed5db2a | a3daae6e470ba3174fc4095e1bc4a6f114d34850 | /docs/diagrams/proposed_data_read_process.plantuml | f98e52ae604e275dce7bfa2cf0e3486aa89e5177 | [
"Apache-2.0"
] | permissive | eric-erki/datacube-core | 3bb94fdd8582b33df8b39b7a1c78a04de1f73de1 | 952fabcdda89d58479ef5962ad40ed85f9da7913 | refs/heads/allow-indexing-uris | 2022-12-13T12:46:21.077633 | 2018-08-21T23:51:46 | 2018-08-22T00:10:27 | 151,363,853 | 2 | 0 | NOASSERTION | 2022-12-08T01:02:30 | 2018-10-03T05:12:24 | Python | UTF-8 | PlantUML | false | false | 2,874 | plantuml | @startuml
skinparam backgroundColor white
skinparam note {
BackgroundColor #F1FFFF
BorderColor #2980B9
}
skinparam activity {
BackgroundColor #BDE3FF
ArrowColor #2980B9
BorderColor #2980B9
StartColor #227BC6
EndColor #227BC6
BarColor #227BC6
}
skinparam sequence {
ArrowColor #2980B9
DividerBackgroundColor #BDE3FF
GroupBackgroundColor #BDE3FF
LifeLineBackgroundColor white
LifeLineBorderColor #2980B9
ParticipantBackgroundColor #BDE3FF
ParticipantBorderColor #2980B9
BoxLineColor #2980B9
BoxBackgroundColor #DDDDDD
}
skinparam actorBackgroundColor #FEFECE
skinparam actorBorderColor #A80036
skinparam usecaseArrowColor #A80036
skinparam usecaseBackgroundColor #FEFECE
skinparam usecaseBorderColor #A80036
skinparam classArrowColor #A80036
skinparam classBackgroundColor #FEFECE
skinparam classBorderColor #A80036
skinparam objectArrowColor #A80036
skinparam objectBackgroundColor #FEFECE
skinparam objectBorderColor #A80036
skinparam packageBackgroundColor #FEFECE
skinparam packageBorderColor #A80036
skinparam stereotypeCBackgroundColor #ADD1B2
skinparam stereotypeABackgroundColor #A9DCDF
skinparam stereotypeIBackgroundColor #B4A7E5
skinparam stereotypeEBackgroundColor #EB937F
skinparam componentArrowColor #A80036
skinparam componentBackgroundColor #FEFECE
skinparam componentBorderColor #A80036
skinparam componentInterfaceBackgroundColor #FEFECE
skinparam componentInterfaceBorderColor #A80036
skinparam stateBackgroundColor #BDE3FF
skinparam stateBorderColor #2980B9
skinparam stateArrowColor #2980B9
skinparam stateStartColor black
skinparam stateEndColor black
title Proposed Data Reading Process
actor User
User -> Datacube: Requests some data using dc.load_data()
activate Datacube
loop for each time/irregular dimension slice
Datacube -> Datacube: _fuse_measurement()
Datacube -> DataLoader: reproject_and_fuse()
note right
DataLoader is not currently a class, it is
functions in the ""datacube.storage.storage"" module
end note
activate DataLoader
hnote over DataLoader : create a destination array in RAM
loop for each DataSource
create DataSource
DataLoader -> DataSource: read_from_source()
activate DataSource
create BandSource
activate BandSource
DataSource -> BandSource: open() returns BandSource
alt Non reprojecting read
BandSource -> BandSource: _read_decimated()
else ReProjecting read
BandSource -> BandSource: reproject()
end
BandSource --> DataSource: append data into destination array
deactivate BandSource
DataSource --> DataLoader: return destination array
deactivate DataSource
end
DataLoader --> Datacube: return data
deactivate DataLoader
end
Datacube --> User: return data
deactivate Datacube
@enduml | false | true | false | false | sequence |
dcd201558470fa84a67ecf485f76bbbdec5e73db | 7a26c716d0041b9e1241eaa39e214b83564f64df | /diagrams/hive3_spark_disconnect.puml | 3fba28ce0da6ef4061f55bd665c24adea27cbc4a | [] | no_license | dstreev/Hive3andSparkIntegration | fe78b103f5be3406d53a8f07bbaabb8c16f96c2d | d556e77ac6d6d85d30bd6fef0e1166eba0a5f02c | refs/heads/master | 2020-05-31T18:22:21.316210 | 2019-07-26T23:49:07 | 2019-07-26T23:49:07 | 190,432,921 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 987 | puml | @startuml
database Source
actor ServiceAccount
boundary Spark #aqua
entity spark_table #blue
database HDFS #magenta
collections "Spark Catalog" #aqua
control "disconnect" #red
collections "Hive Catalog" #lime
entity hive_table #teal
boundary Hive #lime
actor Analyst
== Workflow (Spark)==
ServiceAccount -> Spark: Using\n(runs as 'ServiceAccount')
Spark -> Source: Retrieves Dataset\n(Files or Streaming)
Spark -> spark_table: Defines
Spark -> "Spark Catalog": Saves Table Definition
Spark -> HDFS: Saves Dataset (with \npermissions of 'ServiceAccount')
== The Missing Integration ==
disconnect --> "Spark Catalog"
note right
The separation of catalog's was necessary
to protect data integrity. Unfortunately, to
close the gap we need to modify our workflow.
end note
disconnect --> "Hive Catalog":
== Workflow (Hive) ==
Analyst -> Hive: Using\n(impersonation or not)
Hive -> hive_table: Retrieves
Hive -> "Hive Catalog": table definition from
Hive -> HDFS: reads files from
@enduml | false | true | false | false | usecase |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.