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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60c91681f70b4af5369d8c0b3e05d42b16e8cc2f
|
41e335a2ded65f95ece1c413fe9d465df1d198b4
|
/lib/DevAssist/src/main/java/dev/base/base.plantuml
|
c42d431259f99eb9a896108a7becac2eb86cf47e
|
[
"Apache-2.0"
] |
permissive
|
tulensayyj/DevUtils
|
ea40e897de72b88591cc1f1cea798eb74175eda8
|
3bc39eaf343c811270bc01e223cd37e80db9e04c
|
refs/heads/master
| 2022-11-27T05:08:28.115620
| 2020-07-27T13:24:50
| 2020-07-27T13:24:50
| 281,569,859
| 0
| 0
|
Apache-2.0
| 2020-07-22T03:59:24
| 2020-07-22T03:59:23
| null |
UTF-8
|
PlantUML
| false
| false
| 2,379
|
plantuml
|
@startuml
title __BASE's Class Diagram__\n
namespace dev {
namespace base {
class dev.base.DevBaseEntry {
+ DevBaseEntry()
+ DevBaseEntry()
+ DevBaseEntry()
+ getEntryKey()
+ getEntryValue()
+ isCorrect()
+ setEntryKey()
+ setEntryValue()
}
}
}
namespace dev {
namespace base {
class dev.base.DevBaseEvent {
- mCode : int
- mCodeStr : String
- mObject : Object
+ equalsCode()
+ equalsCode()
+ equalsObject()
+ equalsValue()
+ getCode()
+ getCodeStr()
+ getObject()
+ getValue()
+ setCode()
+ setCodeStr()
+ setObject()
+ setValue()
}
}
}
namespace dev {
namespace base {
abstract class dev.base.DevBaseModel {
- mModelId : int
- mUUID : int
{static} - serialVersionUID : long
+ getModelId()
+ getUuid()
{static} + isCorrect()
+ setModelId()
{abstract} # isCorrect()
}
}
}
namespace dev {
namespace base {
class dev.base.DevBaseVariable {
- mLinkedHashMap : LinkedHashMap<K, V>
+ clearVariables()
+ getVariableKey()
+ getVariableKeys()
+ getVariableKeysToReverse()
+ getVariableValue()
+ getVariableValueConvert()
+ getVariableValues()
+ getVariableValuesToReverse()
+ getVariables()
+ getVariablesSize()
+ isVariable()
+ isVariable()
+ isVariableValue()
+ isVariables()
+ putVariable()
+ putVariable()
+ putVariables()
+ removeVariable()
+ removeVariableValue()
+ removeVariableValueAll()
+ toggle()
}
}
}
dev.base.DevBaseEntry -up-|> dev.base.DevBaseModel
dev.base.DevBaseEntry o-- K : mEntryKey
dev.base.DevBaseEntry o-- V : mEntryValue
dev.base.DevBaseEvent o-- T : mValue
dev.base.DevBaseModel .up.|> java.io.Serializable
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
|
8d55b66d25b0744aec62fb0ecddc878e0c98da07
|
277510c06b82f033ec74f5996fac0d0e13127daa
|
/src/main/java/com/lukire/map/chunk/chunk.plantuml
|
eede5c722286f9b8738e0dd885f869d102659634
|
[] |
no_license
|
Lukires/school_cannon
|
c5448379fb5f33900ea31eab0f3643fd50643e83
|
4c82a7221a406c4c6a4c87a68c764136fc968346
|
refs/heads/master
| 2020-07-13T17:37:34.052637
| 2019-09-22T22:58:25
| 2019-09-22T22:58:25
| 205,124,231
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 879
|
plantuml
|
@startuml
title __CHUNK's Class Diagram__\n
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.Chunk {
{static} - size : int
- tiles : Tile[][]
+ Chunk()
+ draw()
{static} + getSize()
+ getTile()
+ getTileFromGameCoordinate()
+ getTileX()
+ getTileY()
+ setTile()
+ setTileFromGameCoordinate()
}
}
}
namespace com.lukire.map {
namespace chunk {
class com.lukire.map.chunk.NoChunkException {
- x : int
- y : int
+ NoChunkException()
+ toString()
}
}
}
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
|
777271d1c808330c244fcd294db79cb528c07f96
|
ae8d603e1a8a158e234db029994362498bd676cf
|
/Dossier de conception/V1/V1vueFonctionnelle.puml
|
53588d601e5cd2847d5da89413ee5d231e202622
|
[] |
no_license
|
LeaMercier/Creation-of-a-mini-editor
|
91a29f663c0ba822ec6b23aaaf84ae2058738715
|
eee5fcd95a05ea43a43929a2c1d1169b8968eaa4
|
refs/heads/master
| 2023-04-08T11:16:27.934645
| 2021-04-17T11:13:04
| 2021-04-17T11:13:04
| 358,853,598
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 387
|
puml
|
@startuml VueFonctionnelle
package Acteur {
actor "Utilisateur" as U
}
package Interface_Graphique {
usecase "Cliquer sur les boutons" as CB
usecase "ajouter du texte" as AjT
usecase "Edite le texte" as ET
usecase "Enregistrement et affichage du texte" as modif
}
U-AjT
U-CB
U-ET
AjT ..> modif :"Include"
CB ..> modif :"Include"
ET ..> modif : "Include"
@enduml
| false
| true
| false
| false
|
usecase
|
21ac9e5f1ce5ea429785008680274e1a8a2ce2eb
|
e8e3c479fdc72120280486222e36fbd721c3e2fa
|
/Exercises/hero/uml.puml
|
3524b311e2c05e64b3d8e674f72c9e7f2e9d90ad
|
[] |
no_license
|
Tiagocl/FEUP-LPOO
|
7010545a9baed3a1f4390b1ee755e3d400dbcb82
|
14c6b3f1c1f9d696425162e9745b9c00afab06da
|
refs/heads/master
| 2023-04-09T21:49:50.175452
| 2021-04-21T14:32:13
| 2021-04-21T14:32:13
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 844
|
puml
|
@startuml hero
class Game {
run()
}
abstract class Input {
getPressedKey()
}
package com.educorreia.hero.world {
class World {
step()
createWalls()
processInput()
}
class Position {
x
y
}
abstract class Element {
name
character
color
}
class Creature {
health
move()
}
class Item {
name
}
Creature <-- Player
Creature *-- Position : nextPosition
World *-- Player
Element <-- Creature
Element <-- Item
Element <-- Wall
Element <-- Tile
Element *-- Position : position
Player *-- Inventory
Inventory *-- Item
}
package com.educorreia.hero.gui {
class Gui {
drawItem()
drawElement()
}
}
Game *-- Gui
Game *-- World
@enduml
| false
| true
| false
| false
|
class
|
62e8698042ac71cb5d32df35e7daa5978bb56d20
|
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
|
/docs/UC_05/UC05_SSD.puml
|
d303eb57d0b8d5483ff4dba3e0990b820c5434f0
|
[] |
no_license
|
botelho-io/lapr2-2020-g029
|
c6a3c15bace1145c94c0495ac5f8ce54b7be478c
|
1834bf842e5ae1f94d20ab61dad8e8124fc9f61b
|
refs/heads/master
| 2023-08-17T00:53:42.364156
| 2020-06-14T22:29:10
| 2020-06-14T22:29:10
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 527
|
puml
|
@startuml
autonumber
actor Manager as M
activate M
M -> ":Sistem" : defining time and day of the month unpaid tasks will be paid
activate ":Sistem"
":Sistem" --> M : request the time data (i.e. the day of the month and the time of day)
deactivate ":Sistem"
M -> ":Sistem" : enter the requested data
activate ":Sistem"
":Sistem" --> M : presents data and asks for confirmation
deactivate ":Sistem"
M -> ":Sistem" : confirms
activate ":Sistem"
":Sistem" --> M : successful operation
deactivate ":Sistem"
deactivate M
@enduml
| false
| true
| false
| false
|
usecase
|
9254c47a32f9bc6934543c58ed3e0d215fa20bde
|
60db5a6d9cec64022c685514fa58607b05d65e8f
|
/src/UML/printingItems.puml
|
ebc3fb229fc7dbcc0f5e8db62e886cca583a4b8f
|
[] |
no_license
|
rob0302/McQueen-COP3330-assignment4part2
|
88c7ab19714afe7dc160731da5a673f8711d5f62
|
30ce1441a674701e049fd6c83551e53c8b8bf2c4
|
refs/heads/master
| 2023-09-03T09:10:47.796103
| 2021-11-16T01:21:17
| 2021-11-16T01:21:17
| 428,475,353
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 89
|
puml
|
@startuml
class printingItems{
printItems
printComplete
printIncoomplete
}
@enduml
| false
| true
| false
| false
|
class
|
9767d739163021b0f1ac036c525e429b216dd9d1
|
fb71f4802819b0f9e5eb2f71bfe356258b8d1f57
|
/ontrack-docs/src/docs/asciidoc/integration-influxdb.puml
|
aa8f1ecb9dd0b81d14ef49b7573dac4732d0289f
|
[
"MIT"
] |
permissive
|
nemerosa/ontrack
|
c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3
|
de5ae2ebd9d9a30dce4c717f57e4604da85f0b51
|
refs/heads/master
| 2023-08-31T11:02:35.297467
| 2023-08-28T17:59:07
| 2023-08-28T17:59:07
| 19,351,480
| 111
| 35
|
MIT
| 2023-08-31T13:21:53
| 2014-05-01T17:08:33
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 1,644
|
puml
|
@startuml
actor Client
participant InfluxDBConnection
participant InfluxDB
database "Remote InfluxDB" as Remote
== First time connection ==
Client -> InfluxDBConnection: current
note right: Get the current ""InfluxDB"" connection
InfluxDBConnection -> InfluxDB: get current connection
InfluxDB --> InfluxDBConnection: ""null""
group Write lock
InfluxDBConnection -> InfluxDB: create connection
InfluxDB --> InfluxDBConnection: current connection
end
InfluxDBConnection --> Client: current connection
== Connection with check OK ==
Client -> InfluxDBConnection: current
note right: Get the current ""InfluxDB"" connection
InfluxDBConnection -> InfluxDB: get current connection
InfluxDB --> InfluxDBConnection: current connection
group Read lock
InfluxDBConnection -> InfluxDB: checks connection
InfluxDB -> Remote: checks connection
Remote --> InfluxDB: connection OK
InfluxDB --> InfluxDBConnection: connection OK
end
InfluxDBConnection --> Client: current connection
== Connection with check not OK ==
Client -> InfluxDBConnection: current
note right: Get the current ""InfluxDB"" connection
InfluxDBConnection -> InfluxDB: get current connection
InfluxDB --> InfluxDBConnection: current connection
group Read lock
InfluxDBConnection -> InfluxDB: checks connection
InfluxDB -> Remote: checks connection
Remote --> InfluxDB: connection NOT OK
InfluxDB --> InfluxDBConnection: connection NOT OK
end
group Write lock
InfluxDBConnection -> InfluxDB: create connection
InfluxDB --> InfluxDBConnection: current connection
end
InfluxDBConnection --> Client: current connection
@enduml
| false
| true
| false
| false
|
sequence
|
a47471e171fafafc56bc67a59575f9b7b29e6169
|
1c6e2aedbd6cc1afb76c770095ab494f6eef620e
|
/schema/components.plantuml
|
5ae8768f722318a7f39474cff02bacc72df8480e
|
[] |
no_license
|
mbahr94/olfaction
|
eb76e0ed60c7bfa15d696782c4f78b4c92e043ae
|
7435c56bc19a8ac794f0f85b71c243b2440ba103
|
refs/heads/master
| 2022-12-13T01:13:03.109575
| 2020-07-31T04:55:17
| 2020-07-31T04:55:17
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 825
|
plantuml
|
@startuml components
skinparam monochrome true
skinparam shadowing false
skinparam backgroundColor transparent
skinparam classBackgroundColor transparent
skinparam style strictuml
database "Git Repositories" as GitRepos
database "PostgreSQL DB" as Postgres
() "HTTP Endpoint" as HTTP
component "Application Container" {
component Server
HTTP -- Server
package "Route Handlers" {
component "Git Upload" as GitUpload
component "REST" as REST
component "GraphQL" as GraphQL
GraphQL <.left. REST
}
component Loaders
component "Git DAL" as GitDAL
Server .down.> GitUpload
GitUpload .right.> GitRepos
Server .down.> GraphQL
Server .down.> REST
GraphQL .down.> Loaders
Loaders .down..> Postgres
Loaders .down.> GitDAL
GitDAL ..> GitRepos
}
@enduml
| false
| true
| false
| false
|
sequence
|
e4622dc06ab69eedd989e54b5b96837900b22861
|
2ac74657de3cb81bab734d18094e945a442a167d
|
/sechub-doc/src/docs/asciidoc/diagrams/module_sechub_job.puml
|
e663c18043608937ffefe6df1e0e6352e08cec65
|
[
"MIT",
"ANTLR-PD",
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"MPL-1.1",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-warranty-disclaimer",
"EPL-2.0",
"GPL-2.0-only",
"EPL-1.0",
"CC0-1.0",
"Classpath-exception-2.0",
"Apache-2.0",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-public-domain",
"GPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"Apache-1.1",
"MPL-1.0",
"CDDL-1.1",
"LicenseRef-scancode-proprietary-license"
] |
permissive
|
de-jcup/sechub
|
64055bb7ccd5496e32207c140e5812997e97583b
|
488d2d23b9ae74043e8747467623d291c7371b38
|
refs/heads/develop
| 2023-07-22T18:01:47.280074
| 2023-07-18T15:50:27
| 2023-07-18T15:50:27
| 199,480,695
| 0
| 1
|
MIT
| 2023-03-20T03:00:02
| 2019-07-29T15:37:19
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 467
|
puml
|
@startuml
' SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.domain.schedule {
class ScheduleSecHubJob <<Entity>> {
}
enum ExecutionState{
INITIALIZING
READY_TO_START
STARTED
CANCEL_REQUESTED
CANCELED
ENDED
}
enum ExecutionResult{
NONE
OK
FAILED
}
ScheduleSecHubJob o-- ExecutionState
ScheduleSecHubJob o-- ExecutionResult
}
@enduml
| false
| true
| false
| false
|
class
|
af93740437addb70eb6bf5130f84c1e7691f0ba9
|
4d82b0d65ad85bca4deb49e6ce4257b358ae4670
|
/figure-5.1.puml
|
2625fd903499c8fc179fffeb8aa7faaaf55b43ef
|
[] |
no_license
|
netpyoung/bs.uml-distilled
|
d0877c8e69156560d2c252c6dcc24bf4764105cd
|
9ae1c24be4b8d3f0456d2b2e1d6fc8e0843f21bc
|
refs/heads/master
| 2020-04-21T05:10:41.074540
| 2019-02-06T00:10:17
| 2019-02-06T00:11:32
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 262
|
puml
|
@startuml
object View {
Responsibilities
-- displays information
about the model
}
object Model {
-- domain logic
}
object InputController {
-- handle input events
}
View .> Model
View <.. InputController
Model <.. InputController
@enduml
| false
| true
| false
| false
|
object
|
47a35433c025dd01e0fcc49e7821d644b16c1a0e
|
462b9598f08a48ab835f0b189d4d344560965227
|
/src/main/java/csheets/worklog/n1950689/sprint2/core01_01_enable_disable_extensions_SD.puml
|
9b67a5dfdcbeb8c8e649f775873c64a8bc25978e
|
[] |
no_license
|
VitorMascarenhas/LAPR4-2016
|
19f5593b98b81763f77021fb04278ed231337028
|
e53a5a46c0e09fbc155fb91f2010d50532de85d2
|
refs/heads/master
| 2020-03-19T10:31:05.321699
| 2018-06-06T19:49:19
| 2018-06-06T19:49:19
| 136,027,190
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,379
|
puml
|
@startuml doc-files/core01_01_enable_disable_extensions_SD.png
actor User
participant "ExtensionManagerPanel" as EMpanel
participant "UIController" as UICtrl
participant "em : ExtensionManager" as ExtMngr
participant "extensionMap : SortedMap<String, Extension>" as extMap
participant "extensions : Collection<Extension>" as Coll
participant "ext : Extensions[]" as ext
participant "cpnt : Component" as cpnt
participant "uie : UIExtension" as uie
participant "e : Extension" as e1
participant "m : JMenu" as menu
participant "tb : JToolbar" as tb
User -> EMpanel : initiate extensions manager
activate EMpanel
EMpanel -> UICtrl : getExtensions()
activate UICtrl
UICtrl -> ExtMngr : em=getInstance()
UICtrl -> ExtMngr : getExtensions()
activate ExtMngr
ExtMngr -> extMap : values()
ExtMngr -> Coll : toArray()
activate Coll
create ext
Coll -> ext : create()
deactivate Coll
ExtMngr --> UICtrl : ext
deactivate ExtMngr
UICtrl --> EMpanel : ext
deactivate UICtrl
loop for each extension
alt if enabled
EMpanel --> User : show enabled extensions
else disabled
EMpanel --> User : show disabled extensions
end
end
User -> EMpanel : select active extensions
alt Continue Operation
EMpanel -> EMpanel : getChecked()
activate EMpanel
EMpanel -> EMpanel : getComponents()
activate EMpanel
loop for each Component
EMpanel -> cpnt : isSelected()
EMpanel -> uie : getExtension()
activate uie
uie -> e1 : getPropertyKey()
deactivate uie
alt if Component selected
EMpanel -> uie : setEnabledProperty(propKey,true)
EMpanel -> menu : setEnabled(true)
EMpanel -> tb : setEnabled(true)
else Component not selected
EMpanel -> uie : setEnabledProperty(propKey,false)
EMpanel -> menu : setEnabled(false)
EMpanel -> tb : setEnabled(false)
end
end
deactivate EMpanel
deactivate EMpanel
else Cancel Operation
EMpanel --> User : Operation Canceled and Exit
end
deactivate EMpanel
@enduml
| false
| true
| false
| false
|
usecase
|
98121fa14bc5fa24f40286ae702b0fc8ff28e2e2
|
5fc0c198c164b25854e6b4f1bc75929699a59d7a
|
/src/main/docs/uml/use-case/restaurant/supplier.puml
|
6381bf9e69fbcbcda78e98345fa6f8e75676991b
|
[] |
no_license
|
ChantalSchot/molvenoVoorbeeld
|
e10b8a408afd08315011b5b75d9021d2d34885be
|
93c30047d078a99925ae450f6ecf0cb7e3fb4a92
|
refs/heads/master
| 2020-12-19T00:43:07.581714
| 2018-12-13T08:54:03
| 2018-12-13T08:54:03
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 812
|
puml
|
@startuml
left to right direction
actor "Front of House" as FoH
actor "FoH and Chef" as FC
rectangle "Food Supply Management System v0.3" {
(View all suppliers) as (RestaurantSupplyAll)
(View supplier) as (RestaurantSupplyView)
(Add supplier) as (RestaurantSupplyAdd)
(Modify supplier) as (RestaurantSupplyUpdate)
FC --> (RestaurantSupplyAll)
FC --> (RestaurantSupplyView)
FC --> (RestaurantSupplyAdd)
FC --> (RestaurantSupplyUpdate)
}
rectangle "Beverage Supply Management System v0.3" {
(View all suppliers) as (BarSupplyAll)
(View supplier) as (BarSupplyView)
(Add supplier) as (BarSupplyAdd)
(Modify supplier) as (BarSupplyUpdate)
FoH --> (BarSupplyAll)
FoH --> (BarSupplyView)
FoH --> (BarSupplyAdd)
FoH --> (BarSupplyUpdate)
}
@enduml
| false
| true
| false
| false
|
usecase
|
14e9d3b07c87eac9c881d1b74d283ae53d68a9e0
|
a557c41780d6bbcbb7b566faa786e37ffa701329
|
/doc/UML Diagrams/basic_sys.puml
|
97e904a31890d5301c9ba6241c6afad2ed9ef00d
|
[] |
no_license
|
Meorge/CS320_Journal_App
|
8c532efb2c2155449c78e5e69a11c1687d4ec084
|
e8bb50f3433d6cd7434e9be8b2c6887808059a2d
|
refs/heads/master
| 2023-01-30T10:25:00.403026
| 2020-12-17T07:01:11
| 2020-12-17T07:01:11
| 310,656,349
| 0
| 0
| null | 2020-12-17T07:01:12
| 2020-11-06T16:58:34
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 286
|
puml
|
@startuml basic
:Generic User: as userGen
:User A: as userA
:User B: as userB
userGen <|-- userA
userGen <|-- userB
rectangle Application {
left to right direction
userA -> (Write Entry)
userA -> (Read Entry)
userA -> (Delete Entry)
userB -> (Read Entry)
}
@enduml
| false
| true
| false
| false
|
class
|
d01ab35b555e77bf0f604b3bcfedd852801bb79d
|
912d65be9bbd436a671d948abe8dadf356eb5216
|
/src/main/java/com/juc/dcltest/dcltest.plantuml
|
0fc55c5a03564505161e0fee1bc7c9e4e42df214
|
[] |
no_license
|
ljhpole/netty-lecture
|
02318e9992f488f03425c93b981e8718582b1b4b
|
a20bef9e6db5d1061a6f37ec0593087588ea1a0a
|
refs/heads/main
| 2023-02-24T21:52:42.964037
| 2021-01-31T15:35:18
| 2021-01-31T15:35:18
| 334,686,240
| 0
| 1
| null | 2021-01-31T15:35:19
| 2021-01-31T15:19:40
| null |
UTF-8
|
PlantUML
| false
| false
| 775
|
plantuml
|
@startuml
title __DCLTEST's Class Diagram__\n
namespace com.juc.dcltest {
class com.juc.dcltest.DclTest {
{static} - INSTANCE_ : DclTest
+ getInstance()
+ m()
{static} + main()
- DclTest()
}
}
namespace com.juc.dcltest {
class com.juc.dcltest.casAtomicTest {
~ counter : AtomicInteger
{static} + main()
~ increaseCounter()
}
}
namespace com.juc.dcltest {
class com.juc.dcltest.volatileSyncTest {
~ count : int
{static} + main()
~ m()
}
}
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
|
f9a66d145f61f920d9752b80d2c5da3fd6819784
|
e3f608b2d2d160553212e823e0783e7d08f24c7b
|
/exercise46/docs/main.puml
|
7e0680ccfae1f65c4be155d883c8b28f557ea676
|
[] |
no_license
|
nader-fares/fares-a04
|
3635a6f457bed61957ba581c90cca9a7ecf38299
|
3232d3ff5b3e4204189b67c6bd8f019dfce49873
|
refs/heads/main
| 2023-09-04T05:42:59.179310
| 2021-10-18T02:27:26
| 2021-10-18T02:27:26
| 415,470,723
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 374
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
class Solution46 {
List<Word> wordList
String currentWord
boolean doesExist
+main(String[])
+createHistogram(Word word): String
+checkForObject(List<Word> wordList, String currentWord): boolean
}
class Word {
-String name
int occurrenceCounter
+getName(): String
+getOccurrenceCounter(): int
}
Solution46 o-- Word
@enduml
| false
| true
| false
| false
|
class
|
7b82ecba1aa6861c23dc62fd71473e0faf2470d6
|
c3287e91ce0ebce396cd3966de3d2f7d90131c20
|
/Plantuml/DAL/DBCommands/TourLogCommands/InsertTourLogCommand.puml
|
0b0678ea628aba4f2678af96325001280ec51b57
|
[] |
no_license
|
kretmatt/SWE2-Tourplanner
|
497ec2e888112bd3d67a0f2b97e7c1e8e0348371
|
f064500ae5b913b00671f358a586011affcdaf00
|
refs/heads/main
| 2023-05-12T11:48:29.605417
| 2021-06-06T21:53:11
| 2021-06-06T21:53:11
| 341,115,114
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 276
|
puml
|
@startuml
class InsertTourLogCommand {
+ InsertTourLogCommand(db:IDBConnection, tourLog:TourLog)
+ Execute() : int
+ Undo() : int
}
IDBCommand <|-- InsertTourLogCommand
InsertTourLogCommand --> "db" IDBConnection
InsertTourLogCommand --> "tourLog" TourLog
@enduml
| false
| true
| false
| false
|
class
|
184ced76bfb3a971d093a975eda45ca2071e3d19
|
863a3d66a9dfb39f528d3786226fa3de9613ee6a
|
/docs/class_diagram.puml
|
151f1419881c60393089d0db853fdb2d31d243f9
|
[
"Apache-2.0"
] |
permissive
|
predicador37/pyjstat
|
6305b07dcdc2c76b0d7b740550f0a082b06bb193
|
0e54b946960531e308e79b1ee16e5115b10f09ee
|
refs/heads/master
| 2023-04-15T19:38:40.789816
| 2023-03-31T12:19:20
| 2023-03-31T12:19:20
| 18,042,965
| 26
| 22
|
Apache-2.0
| 2023-01-17T10:19:09
| 2014-03-23T20:34:48
|
Python
|
UTF-8
|
PlantUML
| false
| false
| 1,008
|
puml
|
@startuml
class Dataset {
+ read(data: DataFrame) : Dataset
+ read(data: OrderedDict): Dataset
+ read(data: String): Dataset
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe'): Dataframe
+ get_dimension_index(name: String, value: String): int
+ get_dimension_indices(query: List): List
+ get_value_index(indices: List): int
+ get_value_by_index(index: int): float
+ get_value(query: list): float
}
class Dimension {
+ read(data: DataFrame) : Dimension
+ read(data: OrderedDict): Dimension
+ read(data: String): Dimension
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe'): Dataframe
}
class Collection {
+ read(data: OrderedDict): Collection
+ read(data: String): Collection
+ write(output: String = 'jsonstat'): String
+ write(output: String = 'dataframe_list'): List
+ get(element: int): Collection, Dataset, Dimension
}
Collection -down-> Dataset
Collection --> Dimension
Collection --> Collection
Dataset -right-> Dimension
@enduml
| false
| true
| false
| false
|
class
|
01bede8b127e658599c95ed0c66897118232f20e
|
74c770248992ccf153f049539902a89521211242
|
/doc/uml/02_packages.puml
|
487397f8a36166e77a0c45145efdf223d45a5934
|
[] |
no_license
|
Zepmanbc/oc_dapython_pr4
|
2e714fbae237bd01302db6c1ddc2856c295fe4af
|
410fe16d2427a5e8bb4688cad51928daf2444589
|
refs/heads/master
| 2020-04-14T22:19:00.503173
| 2019-01-28T21:15:10
| 2019-01-28T21:15:10
| 164,157,948
| 0
| 0
| null | 2019-01-07T21:05:14
| 2019-01-04T21:46:56
| null |
UTF-8
|
PlantUML
| false
| false
| 633
|
puml
|
@startuml 02_packages
title Diagramme de packages
actor Gestionnaire_de_commande as GESTCMD
actor Client as CUSTOMER
actor Gestionnaire_de_stock as GESTSTOCK
actor Pizzaiolo as PZLO
actor Responsable as BOSS
actor Banque <<system>> as BANK
rectangle OC_Pizza{
left to right direction
package commande
package recette
package ingredient
package authentification
}
CUSTOMER -- commande
GESTCMD -- commande
PZLO -- commande
commande -- BANK
GESTCMD -|> CUSTOMER
recette -- BOSS
recette -- PZLO
recette -- CUSTOMER
ingredient -- GESTSTOCK
ingredient -- BOSS
authentification -l- Tous_les_utilisateurs
@enduml
| false
| true
| false
| false
|
sequence
|
2bd6b0a75f3944721303c6e65a4b4b08650a404c
|
b2377dbb97354ebb11f18337fae7a5deb10e9fd1
|
/docs/Solution/Physical.puml
|
647ce697e16df0d0699d3adb2b0ccccbb122177d
|
[] |
no_license
|
CAADE/H2C
|
634e94afdd5302232d234aa7abefcfc61a24ea8e
|
91227f94a60c8e3285c24333da340c06a51afa9d
|
refs/heads/master
| 2021-03-27T18:25:35.652782
| 2018-06-01T21:58:49
| 2018-06-01T21:58:49
| 83,159,772
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 141
|
puml
|
@startuml
package projectName {
component component1
component component2
interface i1
}
i1 - component1
component1 --> component2
@enduml
| false
| true
| false
| false
|
class
|
e30a2a1e89bd92d7b5940848661ca7c3faac191a
|
b4bbbdf1a5b6a11172db8c72f3a4a50712fbb9bb
|
/Diagrams/profile_management.plantuml
|
c98be5fe2ea394b74e6aab7bba807659ac794499
|
[] |
no_license
|
linhtch90/eProject2_Notes
|
c89deefec0767c67cce15b8fd7e32e9ae6222940
|
e56903bb7ad702b43b9179ca7e9495c00e3bbef6
|
refs/heads/main
| 2023-08-21T19:36:50.886949
| 2021-10-19T12:08:54
| 2021-10-19T12:08:54
| 408,461,408
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 259
|
plantuml
|
@startuml
scale 1.5
left to right direction
"Cashier" as Cashier
Cashier --> (Manage profile information)
(Manage profile information) ..> (View profile information) : include
(Manage profile information) ..> (Update profile information) : include
@enduml
| false
| true
| false
| false
|
class
|
5464db84cb9c60f0cc05c11905d3007d0644fdda
|
327a896950794a3907b06dfb4ab60eb9422e2c5e
|
/src/tutorial/roughly_scala/trait_/DiamondA_Linearization.puml
|
df6fd9541f702a614e135bd0a33de2eba5f3e4ff
|
[] |
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
| 458
|
puml
|
@startuml
title Diamond A Linearization
interface TraitA_Ex6 {
Unit +greet()
}
interface TraitB_Ex6 {
override Unit +greet()
}
interface TraitC_Ex6{
override Unit +greet()
}
class ClassA_Ex6
note top of ClassA_Ex6:class ClassA_Ex6 extends TraitB_Ex6 with TraitC_Ex6
note "TraitC_Ex6 implements TraitA_Ex6." as N1
note "TraitB_Ex6 implements TraitA_Ex6." as N2
ClassA_Ex6 <|- TraitC_Ex6
TraitC_Ex6 <|- TraitB_Ex6
TraitB_Ex6 <|- TraitA_Ex6
@enduml
| false
| true
| false
| false
|
class
|
94759b5789d2ebaac6767ec0bc967c9f3ce7545c
|
438418cd05a82943f97001f8045ed447848aaee8
|
/comiot/Diagrams/DClassDevice.puml
|
29382bcdce47a21c1439ad868b21cef0c02fceac
|
[] |
no_license
|
hectorgastaminza/comiot
|
5b2ace3d2640566470cb8f4cde1cd8ef31693e93
|
450fb500a23336e3d98e31389b780b9ff04a6220
|
refs/heads/master
| 2020-03-25T01:27:45.979382
| 2018-09-12T04:04:52
| 2018-09-12T04:04:52
| 143,239,210
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 190
|
puml
|
@startuml
class Device {
public boolean reset();
public boolean on();
public boolean off();
public boolean up();
public boolean down();
public boolean valueChange(int value);
}
@enduml
| false
| true
| false
| false
|
class
|
a1e24232cbff4fba0db07d7fbac133eed737d2a7
|
b4bbbdf1a5b6a11172db8c72f3a4a50712fbb9bb
|
/Diagrams/receipt_creation.plantuml
|
85a2fa0f93774c3522110060126f72fd2c42b9dc
|
[] |
no_license
|
linhtch90/eProject2_Notes
|
c89deefec0767c67cce15b8fd7e32e9ae6222940
|
e56903bb7ad702b43b9179ca7e9495c00e3bbef6
|
refs/heads/main
| 2023-08-21T19:36:50.886949
| 2021-10-19T12:08:54
| 2021-10-19T12:08:54
| 408,461,408
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 685
|
plantuml
|
@startuml
scale 1.5
left to right direction
"Cashier" as Cashier
Cashier --> (Create receipts)
(Create receipts) ..> (List all books) : include
(Create receipts) ..> (Search books based on\nID, title, author, publisher) : include
(Create receipts) ..> (Add new receipt items) : include
(Create receipts) ..> (Update receipt items) : include
(Create receipts) ..> (Delete receipt items) : include
(Create receipts) ..> (Save receipts and receipt items) : include
(Create receipts) ..> (Export receipts as PDF) : include
' (List all books) ..> (Manage books information) : extend
' (Search books based on\nID, title, author, publisher) ..> (Manage books information) : extend
@enduml
| false
| true
| false
| false
|
class
|
3e0a67d1f569084d2212b072fa9402e0fc5ebc5f
|
344a071ef570137e8190827adbf53bd3b7b057e5
|
/Module_2/Ung_Dung_Tinh_Ngay_Tiep_Theo/src/main/java/com/codegym/Calendar.plantuml
|
03b5a779cf3bf407733b404115ddcd355a05baee
|
[] |
no_license
|
CaoXuanQuy1985/Codegym_Projects
|
d340198fd7e035c341e2ee6ea113c44e19a947f2
|
cedc187f3eb69440a5893b68c9fa5de43fa2587b
|
refs/heads/master
| 2021-01-05T06:32:00.807751
| 2020-07-02T06:59:17
| 2020-07-02T06:59:17
| 240,914,009
| 0
| 1
| null | 2020-10-13T20:47:43
| 2020-02-16T15:21:13
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 588
|
plantuml
|
@startuml Calender UML
class Calendar {
- boolean isLeafYear(int year)
+ int determineTotalDateInMonth(int month)
}
class User {
- {static} Scanner sc
- String dataUser
+ User(String dataUser)
+ String getDataUser()
+ void setDataUser(String dataUser)
+ String getInputData()
}
class ApplicationCalendar {
- {static} Calendar calendar
- String formatDateMonth(int nextDate, int nextMonth, int nextYear)
+ int findNextDate(int dateNow, int monthNow, int yearNow)
}
ApplicationCalendar *-- Calendar
ApplicationCalendar *-- User
@enduml
| false
| true
| false
| false
|
class
|
01aa76047a20f008b7a9bbf33a05b26b8fd72a43
|
19c8cf12c2433ce45c00c02593d98ace63b0eb2d
|
/design/policy-management/diagrams/monitor-policy-update.plantuml
|
349c00288a996170d0c3dc60b25cd76eeefd166f
|
[
"Apache-2.0"
] |
permissive
|
racker/salus-docs
|
269ca0a88757798b2fe1aee33938f6a6f0d4924c
|
83a44cb1732b79b14adee0ee88af97f53b2bb6f4
|
refs/heads/master
| 2021-06-24T19:58:49.516310
| 2021-01-19T14:44:28
| 2021-01-19T14:44:28
| 194,307,660
| 3
| 0
|
Apache-2.0
| 2022-06-06T16:48:45
| 2019-06-28T17:02:08
| null |
UTF-8
|
PlantUML
| false
| false
| 2,355
|
plantuml
|
@startuml
title Sequence Diagram for updating a monitor policy
note left of AdminAPI #aqua
Note: Only the scope of a monitor policy can be modified.
The ability to update policies is required
to ensure the monitor id on a tenant doesn't change
just because the policy's scope was altered.
If the tenant is no longer in the scope of the policy
its monitor will be removed but for those who are still in scope,
it is beneficial to keep the cloned monitor id consistent so
that business processes relying on it can continue to work.
There's a chance newer processes will not tie directly to
the monitor id, but it's best to not rely on that assumption as long as
this process doesn't add large amounts of complexity.
end note
participant AdminAPI
participant MonitorMgmt
participant PolicyMgmt
AdminAPI-->PolicyMgmt: update Policy with new scope
PolicyMgmt-->PolicyMgmt: save new Policy
group generate event for each tenant
PolicyMgmt-->PolicyMgmt: get tenants in old policy scope
PolicyMgmt-->PolicyMgmt: get tenants in new policy scope
loop for each unique tenant
PolicyMgmt-->UMB: send MonitorPolicyEvent
note right
MonitorPolicyEvent
:tenantId
:policyId
:monitorId
end note
end
UMB-->MonitorMgmt: consume MonitorPolicyEvent
end
group handleMonitorPolicyEvent
MonitorMgmt-->PolicyMgmt: get effective policies for tenant
MonitorMgmt-->MonitorMgmt: get monitor tied to monitor template
opt if policy is not in effect but monitor exists
MonitorMgmt-->MonitorMgmt: remove bound monitors
MonitorMgmt-->MonitorMgmt: remove monitor
else if policy is in effect and monitor not found
group clone monitor to new tenant
MonitorMgmt-->MonitorMgmt: deep copy monitor template
MonitorMgmt-->MonitorMgmt: set new tenantId on monitor
MonitorMgmt-->MonitorMgmt: set new policyId on monitor
MonitorMgmt-->PolicyMgmt: get monitor metadata policies for tenant
MonitorMgmt-->MonitorMgmt: update monitorMetadataFields
MonitorMgmt-->PolicyMgmt: get plugin metadata policies for tenant
MonitorMgmt-->MonitorMgmt: update pluginMetadataFields
MonitorMgmt-->MonitorMgmt: save monitor with new id
MonitorMgmt-->MonitorMgmt: bind monitor
end
else otherwiseno action is needed
end
MonitorMgmt-->UMB: send bind/unbind events
end
note right
This section is duplicated on a few
diagrams. If it changes, ensure all
are updated.
end note
@enduml
| false
| true
| false
| false
|
sequence
|
5098dfc8e8e72b4a3957fbd5326b49099c258460
|
4ef2a0d7b50e772e235e40bf33c1313a11e1d23a
|
/app/docs/asciidoc/models/modelui9.puml
|
d8e32ff7163bbdd1384fde911e385f1c623bdaf1
|
[
"Apache-2.0"
] |
permissive
|
SefkanTas/Sonofy
|
4cb768b9eed72f2e133c2ec5b814c70352f39b4c
|
f4d7875d5c4ed996ec9ecc7fdf15ea75706af23a
|
refs/heads/master
| 2023-03-27T03:41:36.030113
| 2021-03-27T20:14:31
| 2021-03-27T20:14:31
| 297,685,348
| 3
| 5
|
Apache-2.0
| 2021-03-27T20:14:32
| 2020-09-22T15:04:53
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,565
|
puml
|
@startuml modelui9
title <size:30><b>Diagramme de classes ui de la page de profil</b></size>
package app{
package ui{
package user{
class ProfilActivity extends AppCompatActivity{
- user: FirebaseAuth
- profilvm : ProfilViewModel
- nom: TextView
- prenom: TextView
- pseudo: TextView
- email: TextView
- uMdp: EditText
- u: User
- MODIFIER : String
- ANNULER : String
+ onCreate(savedInstanceState : Bundle): void
+ boutonModNom(v : View): void
+ boutonModPrenom(v : View): void
+ boutonModPseudo(v : View): void
+ boutonModEmail(v : View): void
}
class MainProfileActivity extends AppCompatActivity{
- resultats : RecyclerView
- adapter : RecyclerView.Adapter
- adapter2 : RecyclerView.Adapter
- id_user : TextView
- pseudo_user : TextView
- donnesUser : User
- id : String
+ onCreate(savedInstanceState : Bundle): void
}
class ProfilViewModel extends ViewModel{
- TAG : String
- userMutableLiveData : MutableLiveData<User>
- emotionsLiveData: MutableLiveData<List<Emotion>>
- publications : MutableLiveData<List<Publication>>
+ getUserMutableLiveData() : MutableLiveData<User>
+ getEmotionsLiveData() : MutableLiveData<List<Emotion>>
+ getPublications(): MutableLiveData<List<Publication>>
+ updatePrenom(uid : String, prenom : String) : void
+ updatePseudo(uid : String, pseudo : String) : void
+ updateEmail(uid : String, email : String) : void
+ updateNom(uid : String, nom : String) : void
+ getUser(uid : String) : void
+ loadPublicationsAuthor(authorId : String): void
+ loadEmotionsAuthor(authorId : String): void
}
}
}
}
@enduml
| false
| true
| false
| false
|
class
|
6d40c32c0654cf98c4b741656223d85bd99d73e3
|
0c4947dd88f0571925ba65e79fd2ea6c6f35cdda
|
/src/main/java/cn/Utils.puml
|
ffcd751fdf86830b47e6b9be24e2a78be1c702a5
|
[] |
no_license
|
zou2561789/springuml
|
e31ad444152730d961a37d900951f1a1d3dd9609
|
15a505af77591b3e08a091dda2382940e8e6c48e
|
refs/heads/master
| 2020-05-05T08:10:03.561315
| 2019-06-15T10:36:34
| 2019-06-15T10:36:34
| 179,853,364
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 17,051
|
puml
|
@startuml
abstract class ReflectionUtils{
+ {static,final} MethodFilter NON_BRIDGED_METHODS
+ {static,final} MethodFilter USER_DECLARED_METHODS
+ {static,final} FieldFilter COPYABLE_FIELDS
- {static,final} String CGLIB_RENAMED_METHOD_PREFIX
- {static,final} Method[] NO_METHODS
- {static,final} Field[] NO_FIELDS
- {static,final} Map<Class<?>, Method[]> declaredMethodsCache
- {static,final} Map<Class<?>, Field[]> declaredFieldsCache
+ {static} Field findField(Class<?> clazz, String name)
+ Field findField(Class<?> clazz, @Nullable String name, @Nullable Class<?> type)
+ void setField(Field field, @Nullable Object target, @Nullable Object value)
+ Object getField(Field field, @Nullable Object target)
+ Method findMethod(Class<?> clazz, String name)
+ Method findMethod(Class<?> clazz, String name, @Nullable Class<?>... paramTypes)
+ Object invokeMethod(Method method, @Nullable Object target)
+ Object invokeMethod(Method method, @Nullable Object target, @Nullable Object... args)
+ Object invokeJdbcMethod(Method method, @Nullable Object target) throws SQLException
+ Object invokeJdbcMethod(Method method, @Nullable Object target, @Nullable Object... args) throws SQLException
+ void handleReflectionException(Exception ex)
+ void handleInvocationTargetException(InvocationTargetException ex)
+ void rethrowRuntimeException(Throwable ex)
+ void rethrowException(Throwable ex) throws Exception
+ boolean declaresException(Method method, Class<?> exceptionType)
+ boolean isPublicStaticFinal(Field field)
+ boolean isEqualsMethod(@Nullable Method method)
+ boolean isHashCodeMethod(@Nullable Method method)
+ boolean isToStringMethod(@Nullable Method method)
+ boolean isObjectMethod(@Nullable Method method)
+ boolean isCglibRenamedMethod(Method renamedMethod)
+ void makeAccessible(Field field)
+ void makeAccessible(Method method)
+ void makeAccessible(Constructor<?> ctor)
+ <T> Constructor<T> accessibleConstructor(Class<T> clazz, Class<?>... parameterTypes) throws NoSuchMethodException
+ void doWithLocalMethods(Class<?> clazz, MethodCallback mc)
+ void doWithMethods(Class<?> clazz, MethodCallback mc)
+ void doWithMethods(Class<?> clazz, MethodCallback mc, @Nullable MethodFilter mf)
+ Method[] getAllDeclaredMethods(Class<?> leafClass)
+ Method[] getUniqueDeclaredMethods(Class<?> leafClass)
+ Method[] getDeclaredMethods(Class<?> clazz)
+ List<Method> findConcreteMethodsOnInterfaces(Class<?> clazz)
+ void doWithLocalFields(Class<?> clazz, FieldCallback fc)
+ void doWithFields(Class<?> clazz, FieldCallback fc)
+ void doWithFields(Class<?> clazz, FieldCallback fc, @Nullable FieldFilter ff)
+ Field[] getDeclaredFields(Class<?> clazz)
+ void shallowCopyFieldState(final Object src, final Object dest)
+ void clearCache()
}
abstract class PropertyAccessorUtils{
+ {static} String getPropertyName(String propertyPath)
+ {static} boolean isNestedOrIndexedProperty(@Nullable String propertyPath)
+ {static} int getFirstNestedPropertySeparatorIndex(String propertyPath)
+ {static} int getLastNestedPropertySeparatorIndex(String propertyPath)
- {static} int getNestedPropertySeparatorIndex(String propertyPath, boolean last)
+ {static} boolean matchesProperty(String registeredPath, String propertyPath)
+ {static} String canonicalPropertyName(@Nullable String propertyName)
+ {static} String[] canonicalPropertyNames(@Nullable String[] propertyNames)
}
abstract class ClassUtils{
+ {static,final} String ARRAY_SUFFIX
- {static,final} String INTERNAL_ARRAY_PREFIX
- {static,final} String NON_PRIMITIVE_ARRAY_PREFIX
- {static,final} char PACKAGE_SEPARATOR
- {static,final} char PATH_SEPARATOR
- {static,final} char INNER_CLASS_SEPARATOR
+ {static,final} String CGLIB_CLASS_SEPARATOR
+ {static,final} String CLASS_FILE_SUFFIX
- {static,final} Map<Class<?>, Class<?>> primitiveWrapperTypeMap
- {static,final} Map<Class<?>, Class<?>> primitiveTypeToWrapperMap
- {static,final} Map<String, Class<?>> primitiveTypeNameMap
- {static,final} Map<String, Class<?>> commonClassCache
- {static,final} Set<Class<?>> javaLanguageInterfaces
- {static,final} void registerCommonClasses(Class<?>... commonClasses)
+ ClassLoader getDefaultClassLoader()
+ ClassLoader overrideThreadContextClassLoader(@Nullable ClassLoader classLoaderToUse)
+ Class<?> forName(String name, @Nullable ClassLoader classLoader) throws ClassNotFoundException, LinkageError
+ Class<?> resolveClassName(String className, @Nullable ClassLoader classLoader) throws IllegalArgumentException
+ boolean isPresent(String className, @Nullable ClassLoader classLoader)
+ boolean isVisible(Class<?> clazz, @Nullable ClassLoader classLoader)
+ boolean isCacheSafe(Class<?> clazz, @Nullable ClassLoader classLoader)
+ boolean isLoadable(Class<?> clazz, ClassLoader classLoader)
+ Class<?> resolvePrimitiveClassName(@Nullable String name)
+ boolean isPrimitiveWrapper(Class<?> clazz)
+ boolean isPrimitiveOrWrapper(Class<?> clazz)
+ boolean isPrimitiveArray(Class<?> clazz)
+ boolean isPrimitiveWrapperArray(Class<?> clazz)
+ Class<?> resolvePrimitiveIfNecessary(Class<?> clazz)
+ boolean isAssignable(Class<?> lhsType, Class<?> rhsType)
+ boolean isAssignableValue(Class<?> type, @Nullable Object value)
+ String convertResourcePathToClassName(String resourcePath)
+ String convertClassNameToResourcePath(String className)
+ String addResourcePathToPackagePath(Class<?> clazz, String resourceName)
+ String classPackageAsResourcePath(@Nullable Class<?> clazz)
+ String classNamesToString(Class<?>... classes)
+ String classNamesToString(@Nullable Collection<Class<?>> classes)
+ Class<?>[] toClassArray(Collection<Class<?>> collection)
+ Class<?>[] getAllInterfaces(Object instance)
+ Class<?>[] getAllInterfacesForClass(Class<?> clazz)
+ Class<?>[] getAllInterfacesForClass(Class<?> clazz, @Nullable ClassLoader classLoader)
+ Set<Class<?>> getAllInterfacesAsSet(Object instance)
+ Set<Class<?>> getAllInterfacesForClassAsSet(Class<?> clazz)
+ Set<Class<?>> getAllInterfacesForClassAsSet(Class<?> clazz, @Nullable ClassLoader classLoader
+ Class<?> createCompositeInterface(Class<?>[] interfaces, @Nullable ClassLoader classLoader)
+ Class<?> determineCommonAncestor(@Nullable Class<?> clazz1, @Nullable Class<?> clazz2)
+ boolean isJavaLanguageInterface(Class<?> ifc)
+ boolean isInnerClass(Class<?> clazz)
+ boolean isCglibProxy(Object object)
+ boolean isCglibProxyClass(@Nullable Class<?> clazz)
+ boolean isCglibProxyClassName(@Nullable String className)
+ Class<?> getUserClass(Object instance)
+ String getDescriptiveType(@Nullable Object value)
+ boolean matchesTypeName(Class<?> clazz, @Nullable String typeName)
+ String getShortName(String className)
+ String getShortName(Class<?> clazz)
+ String getShortNameAsProperty(Class<?> clazz)
+ String getClassFileName(Class<?> clazz)
+ String getPackageName(Class<?> clazz)
+ String getPackageName(String fqClassName)
+ String getQualifiedName(Class<?> clazz)
+ String getQualifiedMethodName(Method method)
+ String getQualifiedMethodName(Method method, @Nullable Class<?> clazz)
+ boolean hasConstructor(Class<?> clazz, Class<?>... paramTypes)
+ <T> Constructor<T> getConstructorIfAvailable(Class<T> clazz, Class<?>... paramTypes)
+ boolean hasMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method getMethod(Class<?> clazz, String methodName, @Nullable Class<?>... paramTypes)
+ Method getMethodIfAvailable(Class<?> clazz, String methodName, @Nullable Class<?>... paramTypes)
+ int getMethodCountForName(Class<?> clazz, String methodName)
+ boolean hasAtLeastOneMethodWithName(Class<?> clazz, String methodName)
+ Method getMostSpecificMethod(Method method, @Nullable Class<?> targetClass)
+ Method getInterfaceMethodIfPossible(Method method)
+ boolean isUserLevelMethod(Method method)
+ boolean isGroovyObjectMethod(Method method)
+ boolean isOverridable(Method method, @Nullable Class<?> targetClass)
+ Method getStaticMethod(Class<?> clazz, String methodName, Class<?>... args)
}
class ConcurrentReferenceHashMap{
- {static,final} int DEFAULT_INITIAL_CAPACITY
- {static,final} float DEFAULT_LOAD_FACTOR
- {static,final} int DEFAULT_CONCURRENCY_LEVEL
- {static,final} ReferenceType DEFAULT_REFERENCE_TYPE
- {static,final} int MAXIMUM_CONCURRENCY_LEVE
- {final} Segment[] segments
- {final} float loadFactor
- {final} ReferenceType referenceType
- {final} int shift
- {volatile} Set<Map.Entry<K, V>> entrySet
{final} float getLoadFactor()
{final} int getSegmentsSize()
{final} Segment getSegment(int index)
ReferenceManager createReferenceManager()
int getHash(@Nullable Object o)
+ V get(@Nullable Object key)
+ V getOrDefault(@Nullable Object key, @Nullable V defaultValue)
+ boolean containsKey(@Nullable Object key)
- Entry<K, V> getEntryIfAvailable(@Nullable Object key)
{final} Reference<K, V> getReference(@Nullable Object key, Restructure restructure)
+ V put(@Nullable K key, @Nullable V value)
+ V putIfAbsent(@Nullable K key, @Nullable V value)
- V put(@Nullable final K key, @Nullable final V value, final boolean overwriteExisting
- V remove(Object key)
- boolean remove(Object key, final Object value)
+ boolean replace(K key, final V oldValue, final V newValue)
+ V replace(K key, final V value)
+ void clear()
+ void purgeUnreferencedEntries()
+ int size()
+ boolean isEmpty()
+ Set<Map.Entry<K, V>> entrySet()
- <T> T doTask(@Nullable Object key, Task<T> task)
- Segment getSegmentForHash(int hash)
{static} int calculateShift(int minimumValue, int maximumValue)
}
class Segment{
- {final} ReferenceManager referenceManager
- {final} int initialSize
- {volatile} Reference<K, V>[] references
- {volatile} int count
+ Reference<K, V> getReference(@Nullable Object key, int hash, Restructure restructure)
+ <T> T doTask(final int hash, @Nullable final Object key, final Task<T> task)
+ void clear()
{final} void restructureIfNecessary(boolean allowResize)
- Reference<K, V> findInChain(Reference<K, V> ref, @Nullable Object key, int hash)
- Reference<K, V>[] createReferenceArray(int size)
- int getIndex(int hash, Reference<K, V>[] references)
- {final} int getSize()
- {final} int getCount()
}
class Entry{
- {final} K key
- {final,volatile} V value
+ K getKey()
+ V getValue()
+ V setValue(@Nullable V value)
+ String toString()
+ {final} boolean equals(Object other)
+ {final} int hashCode()
}
class Task<T>{
-{final} EnumSet<TaskOption> options
+ boolean hasOption(TaskOption option)
T execute(@Nullable Reference<K, V> ref, @Nullable Entry<K, V> entry, @Nullable Entries entries)
T execute(@Nullable Reference<K, V> ref, @Nullable Entry<K, V> entry)
}
interface Reference{
Entry<K, V> get()
int getHash()
Reference<K, V> getNext()
void release()
}
class EntrySet{
+ Iterator<Map.Entry<K, V>> iterator()
+ boolean contains(@Nullable Object o)
+ boolean remove(Object o)
+ int size()
+ void clear()
}
class EntryIterator{
- int segmentIndex
- int referenceIndex
- Reference<K, V>[] references
- Reference<K, V> reference
- Entry<K, V> next
- Entry<K, V> last
+ boolean hasNext()
+ Entry<K, V> next()
- void getNextIfNecessary()
- void moveToNextReference()
- void moveToNextSegment(
+ void remove()
}
class ReferenceManager{
- {final} ReferenceQueue<Entry<K, V>> queue
- Reference<K, V> createReference(Entry<K, V> entry, int hash, @Nullable Reference<K, V> next)
+ Reference<K, V> pollForPurge()
}
class SoftEntryReference{
- {final} int hash
- {final} Reference<K, V> nextReference
+ int getHash()
+ Reference<K, V> getNext()
+ void release()
}
class WeakEntryReference{
- {final} int hash
- {final} Reference<K, V> nextReference
+ int getHash()
+ Reference<K, V> getNext()
+ void release()
}
class AutowireUtils{
- {final} Comparator<Executable> EXECUTABLE_COMPARATOR
+ {static} void sortConstructors(Constructor<?>[] constructors)
+ {static} void sortFactoryMethods(Method[] factoryMethods)
+ {static} boolean isExcludedFromDependencyCheck(PropertyDescriptor pd)
+ {static} boolean isSetterDefinedInInterface(PropertyDescriptor pd, Set<Class<?>> interfaces)
+ {static} Object resolveAutowiringValue(Object autowiringValue, Class<?> requiredType)
+ {static} Class<?> resolveReturnTypeForFactoryMethod( Method method, Object[] args, @Nullable ClassLoader classLoader)
}
class ObjectFactoryDelegatingInvocationHandler{
- {final} ObjectFactory<?> objectFactory
+ Object invoke(Object proxy, Method method, Object[] args) throws Throwable
}
class BeanUtils{
+ {final} Set<Class<?>> unknownEditorTypes
+ <T> T instantiate(Class<T> clazz) throws BeanInstantiationException
+ <T> T instantiateClass(Class<T> clazz) throws BeanInstantiationException
+ <T> T instantiateClass(Class<?> clazz, Class<T> assignableTo) throws BeanInstantiationException
+ <T> T instantiateClass(Constructor<T> ctor, Object... args) throws BeanInstantiationException
+ <T> Constructor<T> findPrimaryConstructor(Class<T> clazz)
+ Method findMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method findDeclaredMethod(Class<?> clazz, String methodName, Class<?>... paramTypes)
+ Method findMethodWithMinimalParameters(Class<?> clazz, String methodName)
+ Method findDeclaredMethodWithMinimalParameters(Class<?> clazz, String methodName) throws IllegalArgumentException
+ Method findMethodWithMinimalParameters(Method[] methods, String methodName) throws IllegalArgumentException
+ Method resolveSignature(String signature, Class<?> clazz)
+ PropertyDescriptor[] getPropertyDescriptors(Class<?> clazz) throws BeansException
+ PropertyDescriptor getPropertyDescriptor(Class<?> clazz, String propertyName) throws BeansException
+ PropertyDescriptor findPropertyForMethod(Method method) throws BeansException
+ PropertyDescriptor findPropertyForMethod(Method method, Class<?> clazz) throws BeansException
+ PropertyEditor findEditorByConvention(@Nullable Class<?> targetType)
+ Class<?> findPropertyType(String propertyName, @Nullable Class<?>... beanClasses)
+ MethodParameter getWriteMethodParameter(PropertyDescriptor pd)
+ boolean isSimpleProperty(Class<?> clazz)
+ boolean isSimpleValueType(Class<?> clazz)
+ void copyProperties(Object source, Object target) throws BeansException
+ void copyProperties(Object source, Object target, Class<?> editable) throws BeansException
+ void copyProperties(Object source, Object target, String... ignoreProperties) throws BeansException
+ void copyProperties(Object source, Object target, @Nullable Class<?> editable, @Nullable String... ignoreProperties) throws BeansException
}
abstract class WebApplicationContextUtils{
- {static,final} boolean jsfPresent
+ WebApplicationContext getRequiredWebApplicationContext(ServletContext sc) throws IllegalStateException
+ WebApplicationContext getWebApplicationContext(ServletContext sc)
+ WebApplicationContext getWebApplicationContext(ServletContext sc, String attrName)
+ WebApplicationContext findWebApplicationContext(ServletContext sc)
+ void registerWebApplicationScopes(ConfigurableListableBeanFactory beanFactory)
+ void registerWebApplicationScopes(ConfigurableListableBeanFactory beanFactory, @Nullable ServletContext sc)
+ void registerEnvironmentBeans(ConfigurableListableBeanFactory bf, @Nullable ServletContext sc)
+ registerEnvironmentBeans(ConfigurableListableBeanFactory bf,@Nullable ServletContext servletContext, @Nullable ServletConfig servletConfig)
+ void initServletPropertySources(MutablePropertySources propertySources, ServletContext servletContext)
+ void initServletPropertySources(MutablePropertySources sources, @Nullable ServletContext servletContext, @Nullable ServletConfig servletConfig)
ServletRequestAttributes currentRequestAttributes()
}
abstract class UiApplicationContextUtils{
+ {static,final} String THEME_SOURCE_BEAN_NAME
+ {static} ThemeSource initThemeSource(ApplicationContext context)
}
ConcurrentReferenceHashMap <..o Segment
ConcurrentReferenceHashMap <..o ReferenceManager
ConcurrentReferenceHashMap <..o Reference
ConcurrentReferenceHashMap <..o Task
Segment --|>ReentrantLock
Segment <..o ReferenceManager
Segment <..o Reference
Segment <..o Task
EntrySet <..o EntryIterator
ReferenceManager <--o SoftEntryReference
ReferenceManager <--o WeakEntryReference
AutowireUtils <--o ObjectFactoryDelegatingInvocationHandler
@enduml
| false
| true
| false
| false
|
class
|
adb2a8b1426ff41502c465838284682a91c61774
|
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
|
/docs/Solution/Services/workload/Process.puml
|
a2327fe3023f80971cfd59ef5b5215ac8a718353
|
[] |
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
| 298
|
puml
|
@startuml
rectangle "Diagram TBD"
@enduml
partition "workload" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "workload" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
}
| false
| true
| false
| false
|
activity
|
5d353bdf925f19d4b92007cc3a29c534d68a7bde
|
23eebc652cc34d63a61ab645cccb3e0d12192028
|
/documentation/logicalview/analysisview/repository/classanalysis/puml/controllers/OpenClientsController.puml
|
d218530afca3bda01df1a009332755f8f5f3f5c3
|
[] |
no_license
|
Ruskab/agrimManager
|
0e654c5bfc7bb6241f7a8cf4c49e58af55155886
|
e264536edc42ad8def85e3714a7b1c15236d7de5
|
refs/heads/develop
| 2023-09-01T02:36:44.943558
| 2021-08-14T20:15:43
| 2021-08-14T20:15:43
| 166,677,735
| 1
| 2
| null | 2023-09-02T13:25:24
| 2019-01-20T15:37:25
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 216
|
puml
|
@startuml
class OpenClientsController {
+readAllClients()
+searchClients(query)
}
CreateVehicleView --> OpenClientsController
OpenClientsController --> ClientsDao
ClientsView --> OpenClientsController
@enduml
| false
| true
| false
| false
|
class
|
0d1941cc18e9a0774273f1176afa7152be344e91
|
5138fad4e257ab5c3b993e68417ca6be13556288
|
/docs/diagrams/CommandManagerClassDiagram.puml
|
5e37e040869826b099b81af1a75d0ad8a53295b2
|
[
"MIT"
] |
permissive
|
AY1920S1-CS2103T-F12-1/main
|
457cd126da3c5cbf5e359bd77dde16f8cc8d6b16
|
412b4db6d387659ea88bc2d028ffceed962742ac
|
refs/heads/master
| 2020-07-27T22:03:25.658633
| 2019-11-11T15:24:34
| 2019-11-11T15:24:34
| 209,227,517
| 4
| 5
|
NOASSERTION
| 2019-11-11T15:24:35
| 2019-09-18T05:46:12
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,703
|
puml
|
@startuml
' Style
hide empty members
skinparam classAttributeIconSize 0
skinparam genericDisplay old
skinparam packageStyle rectangle
skinparam lineType polyline
skinparam shadowing false
package Logic {
class CommandManager implements CommandInputListener {
- commandParser : CommandParser
- keywordParser : CommandKeywordParser
- userOutputListeners : List<UserOutputListener>
+ addCommand(keyword : String, builder : CommandBuilder)
+ addUserOutputListener(listener : UserOutputListener)
+ onCommandInput(input : String)
}
package Parser {
interface Parser<T> {
+ parse() : T
}
class CommandParser implements Parser {
+ parse() : Command
}
class CommandKeywordParser implements Parser {
+ addCommand(builder : CommandBuilder)
+ parse() : CommandBuilder
}
}
package Command {
abstract class Command {
+ execute() : UserOutput
}
abstract class CommandBuilder {
+ build() : Command
}
interface CommandInputListener {
+ onCommandInput(input : String)
}
}
}
package Ui {
class UserOutput {
+ toString() : String
}
interface UserOutputListener {
+ onUserOutput(output : UserOutput)
}
}
CommandManager *--"1" CommandParser
CommandManager *--"1" CommandKeywordParser
CommandManager o--"*" UserOutputListener
CommandManager ..>CommandBuilder
CommandParser o-- CommandKeywordParser
CommandKeywordParser o--"*" CommandBuilder
Command ..> UserOutput
CommandBuilder ..> Command
UserOutputListener ..> UserOutput
@enduml
| false
| true
| false
| false
|
class
|
b51c04317c031c6baac2ccdc1bc0f0670a3ba793
|
e996fa8ecacb2f092ee170ba4703cdafd464097a
|
/bouquet/templates/docs/Solution/Logical.puml
|
5d05f0301f0d73d89fd66221e795ab54fc27eac1
|
[
"MIT"
] |
permissive
|
madajaju/bouquet
|
24f46a8786cc9829eee8b7a2c452137b1481683a
|
3224eef247bae360d30e90bd4928eb2cde29f3ac
|
refs/heads/master
| 2023-04-28T22:12:20.533376
| 2018-11-21T13:45:09
| 2018-11-21T13:45:09
| 90,114,169
| 2
| 1
| null | 2023-04-18T11:23:53
| 2017-05-03T06:08:04
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 267
|
puml
|
@startuml
rectangle "Logical Diagram TBD"
@enduml
skinparam packageStyle rect
package <%= projectName %> {
package "SubSystem1" #aaffff {
}
package "SubSystem2" #aaffaa {
}
package "SubSystem3" #ffaaaa {
}
}
SubSystem1 --> SubSystem2
SubSystem2 --> SubSystem3
| false
| true
| false
| false
|
uml-unknown
|
6eaef22e66e299641a4cfe0f24793fd50d600054
|
625e3447fea7ecfac5cd9601974a5439b552200c
|
/Homework/RTFConverter/Team2/class_diagram/initial_design.puml
|
629fda6b1326b81f4beafb6fd34b703a4e646353
|
[] |
no_license
|
ss900405twtw/SED2019
|
f9edec553c22fafb22199dedeb9c25046f2b80f9
|
17e5ceb84f4f8ca84b26013e5ab95516b82e1be4
|
refs/heads/master
| 2022-07-19T00:13:36.456120
| 2020-05-10T02:56:01
| 2020-05-10T02:56:01
| 262,698,934
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 790
|
puml
|
@startuml
class RTFConverter {
{field} + rawText: char[]
{method} + convert(String format, String rawText) : TextFormat
}
class TeXText {
}
class WidgetText {
}
class TextFormat {
{field} + text: String
{method} + display(): void
}
note as N1
if format.equals("Tex"):
TeXText tex = new TeXText()
for (char c: rawText):
if c == "C"
// do character conversion
else if c == "P"
// do sth
else if c == "F"
// do sth
return tex
else if format.equals("Widget"):
WidgetText widgte = new WidgetText();
:
:
:
return widget
endnote
N1 .left. RTFConverter
TextFormat <|-up- TeXText
TextFormat <|-up- WidgetText
RTFConverter .down.> TeXText
RTFConverter .down.> WidgetText
@enduml
| false
| true
| false
| false
|
activity
|
b5ecc9d72d881f62f4642c478812a444502e3305
|
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
|
/src/dgraph/DGraphWriterFactory.iuml
|
d8af5601e74fd3854bbbb272507aa38e39f613ed
|
[
"CECILL-B"
] |
permissive
|
vanthonguyen/lattice-sequence
|
2e962d089b0053ba90332932fe3881dfe8ec71ac
|
72ebfe551ef013da521b81121e3f98164b2a00bf
|
refs/heads/master
| 2020-04-15T07:22:32.920465
| 2015-02-01T17:33:59
| 2015-02-01T17:33:59
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 340
|
iuml
|
package dgraph {
class DGraphWriterFactory {
-{static}HashMap<String, DGraphWriter> writers
+{static}DGraphWriter register(DGraphWriter writer, String extension)
+{static}DGraphWriter unregister(String extension)
+{static}DGraphWriter get(String extension)
}
DGraphWriterFactory o-- DGraphWriter
}
| false
| true
| false
| false
|
class
|
8364e81537ec979a126d24ea8e39bc459311c34e
|
a30b93addd419ce3dde8643ee0ad244aaeda5a31
|
/src/06_1_cd_transient.puml
|
63d34d4eb13849259d4fa30acc1b1e2c0aae0593
|
[] |
no_license
|
mosser/ood-dojo
|
484ae52842522c6f622b9c8a89644b1f98d84d9d
|
eaddb9c943dc9ee901e3e841673e4902156c3e81
|
refs/heads/master
| 2020-03-30T13:13:53.645253
| 2018-10-03T21:23:59
| 2018-10-03T21:23:59
| 151,264,520
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 919
|
puml
|
@startuml
skinparam nodesep 60
skinparam ranksep 60
skinparam class {
backgroundColor<<external>> #D3D3D3
}
hide stereotypes
class Portfolio {
~ {static} findByName(String): Project
+ create(String, String): Boolean
- addToPortfolio(Project): Boolean
- isAvailable(String): Boolean
}
class Project {
+ name: String
+ Project(String)
+ generateReport(): Report
+ save(): Boolean
}
class Task {
- status: Status
+ start()
+ stop()
+ finish()
+ save(): Boolean
}
enum Status {
READY
IN_PROGRESS
DONE
}
class Manager <<external>>
class Member <<external>>
abstract class Employee <<external>> {
+ employeeId: String
+ check(): Boolean
}
Employee <|-- Manager
Employee <|-- Member
class Report {
+ date: Timestamp
}
Project "1" -- "*" Report
Portfolio "1" *-- "*" Project
Project "1" *-- "*" Task
Project . Report
Member "0..1" - "*" Task
Manager "1" - "*" Project
@enduml
| false
| true
| false
| false
|
class
|
952549426ce3e1e9e4e1a64031bacc67d5e87093
|
cf9b07f15ed454559db1764f4b98a786e249b43c
|
/out/production/MovieReservations/sample/sample.plantuml
|
7cb9d05e4d7e0c6731b4954eaf9c0555405c8463
|
[] |
no_license
|
dency6/MovieReservations
|
7108de569337b7585efd680dad9e318e37c49ad0
|
dbe3991b1876b1e11e8146a1c8f038e5a56c456e
|
refs/heads/master
| 2023-07-08T11:12:55.408449
| 2021-08-15T04:31:54
| 2021-08-15T04:31:54
| 395,945,975
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 15,779
|
plantuml
|
@startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.CommonMethods {
{static} + confirmed : boolean
{static} + connection : connectionController
{static} + disablelogin : boolean
{static} + leftpanecolor : String
{static} + loggedout : boolean
{static} + running : boolean
{static} + server : Server
{static} + username : String
{static} # page : String
- initialx : double
- initialy : double
- loading : boolean
- rotatedpane : boolean
+ btnEffect()
+ btnExit()
+ btnHover()
+ customiseWindowButtons()
+ disableAllFocus()
+ displayUserName()
+ dropShadow()
+ findPane()
+ handleClose()
+ loadScene()
+ logOut()
+ makeBtnFly()
+ minimiseWindow()
+ moveWindow()
+ popButton()
+ popNode()
+ rotateButton()
+ tileExit()
+ tileHover()
- loadLogin()
}
}
namespace sample {
class sample.Main {
{static} + main()
+ start()
}
}
namespace sample {
class sample.MovieData {
- seats : boolean[]
- slotid : int
- stdnseats : int
+ MovieData()
+ getSeats()
+ getSlotid()
+ getStdnseats()
+ getTotalseats()
+ getVipseats()
+ setSeats()
+ setSlotid()
+ setStdnseats()
}
}
namespace sample {
class sample.MovieImages {
- id : int
- image : Image
+ MovieImages()
+ getId()
+ getImage()
}
}
namespace sample {
class sample.MovieObject {
- duration : String
- id : int
- image : Image
- name : String
- rating : double
- repeats : int
- slots_seats : Map<String, MovieData>
- status : String
- ticketsold : int
+ MovieObject()
+ addSlot()
+ getDuration()
+ getImage()
+ getName()
+ getRating()
+ getRepeats()
+ getSlots()
+ getStatus()
+ getTicketsold()
+ setDuration()
+ setImage()
+ setImage()
+ setImageUrl()
+ setName()
+ setRating()
+ setRepeats()
+ setSlots()
+ setStatus()
+ setTicketsold()
}
}
namespace sample {
class sample.Server {
~ list : ArrayList<MovieObject>
~ movieimages : ArrayList<MovieImages>
+ Server()
+ checkLocalImage()
+ findMovie()
+ getAvailableSeats()
+ getBookings()
+ getCurrentMovieName()
+ getCurrentTime()
+ getCurrentTimeslot()
+ getDefaultMovie()
+ getDuration()
+ getEmptySeats()
+ getImage()
+ getMovieNames()
+ getMovieSlot()
+ getNextMovie()
+ getNumberOfSlots()
+ getRating()
+ getRepeats()
+ getSlotID()
+ getStatus()
+ getTicketSold()
+ getTitle()
+ initialise()
+ setStdBookings()
+ setVipBookings()
}
}
namespace sample {
enum Timetable {
SCREEN1_SLOT1
SCREEN1_SLOT2
SCREEN1_SLOT3
SCREEN1_SLOT4
SCREEN2_SLOT1
SCREEN2_SLOT2
SCREEN2_SLOT3
SCREEN2_SLOT4
SCREEN3_SLOT1
SCREEN3_SLOT2
SCREEN3_SLOT3
SCREEN3_SLOT4
x
y
}
}
namespace sample {
class sample.checkoutController {
{static} + adulttickets : int
{static} + childtickets : int
{static} + ismovieselected : boolean
{static} + issuedticket : boolean
{static} + isvip : boolean
{static} + seatsselected : boolean
{static} + selectedmovie : String
{static} + selectedscreen : String
{static} + selectedtime : String
{static} + seniortickets : int
{static} + totalprice : double
- adultcombo : JFXComboBox
- adultprice : double
- adultpricelabel : Label
- checkbox : JFXCheckBox
- checkoutbtn : JFXButton
- childcombo : JFXComboBox
- childprice : double
- childpricelabel : Label
- closebtn : JFXButton
- datelabel : Label
- errorlabel : Label
- hided : boolean
- homebtn : JFXButton
- leftpane : AnchorPane
- logoutbtn : JFXButton
- mainpane : AnchorPane
- minimisebtn : JFXButton
- movieCombo : JFXComboBox
- movieImage : ImageView
- moviePane : AnchorPane
- moviescreensbtn : JFXButton
- resetbtn : JFXButton
- screenlabel : Label
- seatscontent : AnchorPane
- selectPane : AnchorPane
- seniorcombo : JFXComboBox
- seniorprice : double
- seniorpricelabel : Label
- startImage : Rectangle
- startText : Label
- ticketPriceLabel : Label
- timelabel : Label
- toppane : AnchorPane
- userlabel : Label
- viewscreensbtn : JFXButton
- vipextra : double
- viptogglebtn : JFXToggleButton
+ checkTimeslots()
{static} + getSelectedMovieSlot()
+ handleChoice()
+ handleVIP()
+ initialize()
+ movieDetails()
+ resetPage()
+ showPopUp()
+ validatePage()
- fadeErrorLabel()
- setUpLogic()
- updatePrices()
}
}
namespace sample {
class sample.connectionController {
{static} + serverUrl : String
~ client : HttpClient
+ connectionController()
+ getData()
+ getFile()
}
}
namespace sample {
class sample.homeController {
{static} + viewmovie : boolean
{static} + viewmoviename : String
- addbtn : JFXButton
- closebtn : JFXButton
- datelabel : Label
- duration1 : Duration
- duration2 : Duration
- duration3 : Duration
- imageshifted : boolean[]
- infopanes : AnchorPane[]
- issuebtns : JFXButton[]
- leftpane : AnchorPane
- mainhomepane : AnchorPane
- minimisebtn : JFXButton
- moviescreensbtn : JFXButton
- p1 : AnchorPane
- p1shadow : AnchorPane
- p2 : AnchorPane
- p2shadow : AnchorPane
- p3 : AnchorPane
- p3shadow : AnchorPane
- rotatedpane : boolean
- s1availableseats : Label
- s1infopane : AnchorPane
- s1issuebtn : JFXButton
- s1movieduration : Label
- s1movieimage : ImageView
- s1moviename : Label
- s1nextmovie : Label
- s1rating : Label
- s1repeatsleft : Label
- s1status : Label
- s1tile1 : AnchorPane
- s1tile2 : AnchorPane
- s1tile3 : AnchorPane
- s1tile4 : AnchorPane
- s1tile5 : AnchorPane
- s1tile6 : AnchorPane
- s1timeremaining : Label
- s1timeslot : Label
- s2availableseats : Label
- s2infopane : AnchorPane
- s2issuebtn : JFXButton
- s2movieduration : Label
- s2movieimage : ImageView
- s2moviename : Label
- s2nextmovie : Label
- s2rating : Label
- s2repeatsleft : Label
- s2status : Label
- s2tile1 : AnchorPane
- s2tile2 : AnchorPane
- s2tile3 : AnchorPane
- s2tile4 : AnchorPane
- s2tile5 : AnchorPane
- s2tile6 : AnchorPane
- s2timeremaining : Label
- s2timeslot : Label
- s3availableseats : Label
- s3infopane : AnchorPane
- s3issuebtn : JFXButton
- s3movieduration : Label
- s3movieimage : ImageView
- s3moviename : Label
- s3nextmovie : Label
- s3rating : Label
- s3repeatsleft : Label
- s3status : Label
- s3tile1 : AnchorPane
- s3tile2 : AnchorPane
- s3tile3 : AnchorPane
- s3tile4 : AnchorPane
- s3tile5 : AnchorPane
- s3tile6 : AnchorPane
- s3timeremaining : Label
- s3timeslot : Label
- tabpane : JFXTabPane
- tiles : AnchorPane[]
- timelabel : Label
- todaysdate : String
- todaystime : String
- toppane : AnchorPane
- userlabel : Label
- x : double
- y : double
+ addShiftImagdeEffect()
+ getImageShiftTransitions()
+ initialize()
+ populateScreens()
+ rotatePane()
+ setIssueTicketsActions()
+ setTimer()
+ setUpArrays()
+ setUpTiles()
+ shiftImage()
+ transitionImage()
+ viewMovieScreens()
- animate()
- displayTime()
- popNode()
}
}
namespace sample {
class sample.loginController {
- closebtn : JFXButton
- errorlabel : Label
- forgotpassword : Label
- loginbtn : JFXButton
- loginsuccess : boolean
- mainloginpane : AnchorPane
- minimisebtn : JFXButton
- passfield : JFXPasswordField
- progressbar : JFXProgressBar
- stackpane : StackPane
- userfield : JFXTextField
- vanished : boolean
+ initialize()
+ showDialog()
+ staffLogin()
- animateLogin()
- checkUser()
- fieldListners()
- loadHome()
}
}
namespace sample {
class sample.logoutController {
- closebtn : JFXButton
- logoutpane : AnchorPane
- nobtn : JFXButton
- yesbtn : JFXButton
+ handleConfirmation()
+ initialize()
}
}
namespace sample {
class sample.moviesController {
{static} + currentmovie : String
{static} + slotseatNo : int
- SLOT1 : AnchorPane
- SLOT2 : AnchorPane
- SLOT3 : AnchorPane
- SLOT4 : AnchorPane
- addbtn : JFXButton
- allschedulesbtn : JFXButton
- closebtn : JFXButton
- currentslots : int
- detailsbtn : JFXButton
- faded : boolean
- homebtn : JFXButton
- issueticketbtn : JFXButton
- leftpane : AnchorPane
- logoutbtn : JFXButton
- mainmoviespane : AnchorPane
- minimisebtn : JFXButton
- movieduration : Label
- movieimage : ImageView
- movienames : String[]
- moviepane : AnchorPane
- movierating : Label
- movierepeats : Label
- movieticketsold : Label
- movietitle : Label
- searchfield : JFXTextField
- searchicon : JFXButton
- showingall : boolean
- slot1shadow : AnchorPane
- slot2shadow : AnchorPane
- slot3shadow : AnchorPane
- slot4shadow : AnchorPane
- tablepane : AnchorPane
- toppane : AnchorPane
- userlabel : Label
+ animate()
+ fadeEffect()
+ initialize()
+ issueTicket()
+ rollEffect()
+ showAllSchedule()
+ slotsEffect()
+ startSearch()
- animateTable()
- assignPane()
- fadeMovieNodes()
- getCurrentPanes()
- getLocationOnTable()
- getSlotsFadeArray()
- goToAddPage()
- mouseEnteredEffect()
- mouseExitedEffect()
- searchMovie()
- setDefaultMovie()
- setMovie()
- setScreenName()
- setSubPane()
- setTimeName()
- setTimeSlots()
- viewMovieOnWeb()
}
}
namespace sample {
class sample.paymentController {
+ expmonthbox : JFXComboBox
+ expyearbox : JFXComboBox
{static} + reversemethod : boolean
{static} + scene : String
- adultslabel : Label
- backcardbtn : JFXButton
- backcashbtn : JFXButton
- cancelbtn : JFXButton
- cardfield : JFXTextField
- cardimage : ImageView
- cardpayment : AnchorPane
- cashimage : ImageView
- cashpayment : AnchorPane
- changefield : JFXTextField
- childslabel : Label
- closebtn : JFXButton
- cvvfield : JFXTextField
- emailfield : JFXTextField
- errorlabel : Label
- firstnamefield : JFXTextField
- handledpayment : boolean
- hided : boolean
- insidepane : AnchorPane
- lastnamefield : JFXTextField
- mainpane : AnchorPane
- methodpane : AnchorPane
- moneytaken : boolean
- moveto : String
- pencefield : JFXTextField
- placeorderbtn : JFXButton
- poundsfield : JFXTextField
- printing : boolean
- selectedimage : ImageView
- seniorslabel : Label
- stackpane : StackPane
- toppane : AnchorPane
- totalpricelabel : Label
- viplabel : Label
+ animate()
+ cancelOrder()
+ handleButtons()
+ initialize()
- fadeErrorLabel()
- isValidEmailAddress()
- load()
- loadUpData()
- printReceipt()
- processTicketData()
- roll()
- scaleImage()
- setCardpageLogic()
- setErrorLabelLogic()
- setNumericFieldValidation()
- setTextFieldValidation()
- setUpCardPage()
- setUpCashPage()
- showDialog()
- updateChangeField()
- validateCardPage()
- validateCashPage()
}
}
namespace sample {
class sample.seatsController {
{static} + booked : boolean[]
{static} + bookings : boolean[]
- E1 : JFXButton
- E10 : JFXButton
- E2 : JFXButton
- E3 : JFXButton
- E4 : JFXButton
- E5 : JFXButton
- E6 : JFXButton
- E7 : JFXButton
- E8 : JFXButton
- E9 : JFXButton
- F1 : JFXButton
- F10 : JFXButton
- F2 : JFXButton
- F3 : JFXButton
- F4 : JFXButton
- F5 : JFXButton
- F6 : JFXButton
- F7 : JFXButton
- F8 : JFXButton
- F9 : JFXButton
- cancelbtn : JFXButton
- confirmbtn : JFXButton
- limiterror : Label
- mainpane : AnchorPane
- maxseats : int
- movietitle : Label
- numberofseats : int
- seats : JFXButton[]
- seatsselected : Label
- totalprice : Label
- totaltickets : Label
+ handleCancellation()
+ handleConfirmation()
+ initialize()
- initialiseArray()
- popSeat()
- setBookedSeats()
- setUpSeats()
}
}
sample.Main -up-|> javafx.application.Application
sample.checkoutController .up.|> javafx.fxml.Initializable
sample.checkoutController -up-|> sample.CommonMethods
sample.homeController .up.|> javafx.fxml.Initializable
sample.homeController -up-|> sample.CommonMethods
sample.loginController .up.|> javafx.fxml.Initializable
sample.loginController -up-|> sample.CommonMethods
sample.logoutController .up.|> javafx.fxml.Initializable
sample.logoutController -up-|> sample.CommonMethods
sample.moviesController .up.|> javafx.fxml.Initializable
sample.moviesController -up-|> sample.CommonMethods
sample.paymentController .up.|> javafx.fxml.Initializable
sample.paymentController -up-|> sample.CommonMethods
sample.seatsController .up.|> javafx.fxml.Initializable
sample.seatsController -up-|> sample.CommonMethods
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
|
df81f1fa78fd91de6970c72c7d3e0baf296ffc56
|
7ed1eb3994eda47089e1252f4d8f43e77ed22627
|
/docs/diagrams/classdiagrams/StorageClassDiagramv4.puml
|
dcbd9352639349840f6121728964605d3685d4f4
|
[] |
no_license
|
AY2122S1-CS2113T-T10-3/tp
|
2be26f64081fb607109fddfbb1c643296e2c8288
|
6d401075e0f8d996957bd2ff5d04373fb54e8e1e
|
refs/heads/master
| 2023-08-27T11:23:27.308170
| 2021-11-08T13:17:39
| 2021-11-08T13:17:39
| 411,891,809
| 3
| 4
| null | 2021-11-08T13:17:40
| 2021-09-30T02:08:19
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 577
|
puml
|
@startuml
!define DECODEX_COLOR #99D5CA
!define STORAGE_COLOR #99D2F2
skinparam classAttributeIconSize 0
hide circle
Decodex -> "1" Storage
note right of Storage: Only the public methods of Storage \nare shown in this Class Diagram.
class Decodex DECODEX_COLOR {
- initDecodex(): void
+ run(): void
+ {static} main(): void
}
class Storage STORAGE_COLOR {
+ loadRecipesFromDirectory(moduleManager: ModuleManager,\n recipeManager: RecipeManager, ui: Ui): void
+ saveRecipeToFile(recipe: Recipe): void
+ deleteRecipeFile(recipeName: String): void
}
@enduml
| false
| true
| false
| false
|
class
|
a2d3c5b8c9aa4798b90252d424bdd595229493a0
|
02a364d6cc772a9bf2e72d02dbecca74ac14d335
|
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Accessors/Remittance/IRemittanceAccessor.puml
|
9c3173b9b9b57b16bd16044b865ba9be503a8f48
|
[
"BSD-3-Clause"
] |
permissive
|
noelmartens/TransitionAcademy
|
4e02379d234aa4859a497ee2846420f4c55b9e12
|
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
|
refs/heads/master
| 2023-06-14T05:25:35.514249
| 2021-07-02T19:40:29
| 2021-07-02T19:40:29
| 362,512,351
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 135
|
puml
|
@startuml
interface IRemittanceAccessor {
SalesTotal() : SellerOrderData[]
}
IServiceContractBase <|-- IRemittanceAccessor
@enduml
| false
| true
| false
| false
|
class
|
046d2f23b42f2f17c577090d88e316961a8ff32b
|
bf3e610c8668e525aedcca58ddbe9da7c19e427e
|
/docs/design/hub-and-spoke/reroute/flow-reroute-current.puml
|
bd2755c925b5e8fa733e8ed26a6925d9e4963c8e
|
[
"Apache-2.0"
] |
permissive
|
telstra/open-kilda
|
874b5204f8c2070860a2e7fc6f8be368a5d18726
|
686d31220f1033595d7f1d4374544af5ba9c42fe
|
refs/heads/develop
| 2023-08-15T21:24:21.294425
| 2023-08-14T08:51:52
| 2023-08-14T08:51:52
| 104,974,693
| 82
| 70
|
Apache-2.0
| 2023-09-14T19:11:22
| 2017-09-27T05:13:18
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 4,383
|
puml
|
@startuml
title FLOW reroute
control kilda.topo.reroute
box "Reroute Topology" #LightGreen
participant RerouteBolt
participant FlowThrottlingBolt
end box
control kilda.flow
box "Flow Topology" #LightBlue
participant SplitterBolt
participant CrudBolt
participant TransactionBolt
participant ErrorBolt
participant NorthboundReplyBolt
participant StatusBolt
participant SpeakerBolt
end box
control kilda.northbound
control kilda.speaker.flow
kilda.topo.reroute -> RerouteBolt : CommandMessage\n-RerouteAffectedFlows\n-RerouteInactiveFlows
activate RerouteBolt
RerouteBolt -> RerouteBolt : get affected / inactive flows
loop for each flow
RerouteBolt -> FlowThrottlingBolt : a command with flow_id
activate FlowThrottlingBolt
FlowThrottlingBolt -> kilda.flow : CommandMessage\nFlowRerouteRequest
deactivate FlowThrottlingBolt
end
deactivate RerouteBolt
== Flow reroute ==
kilda.flow -> SplitterBolt: CommandMessage\nFlowRerouteRequest
SplitterBolt -> CrudBolt: CommandMessage\nFlowRerouteRequest
activate CrudBolt
CrudBolt -> CrudBolt: Get the flow from DB
alt No flow found
CrudBolt -> ErrorBolt: Requested flow doesn't exist
ErrorBolt -> NorthboundReplyBolt: Error message
NorthboundReplyBolt -> kilda.northbound: Error message
end
CrudBolt -> CrudBolt: Calculate a path for the flow
alt No path found
CrudBolt -> ErrorBolt: No path available for the flow
ErrorBolt -> NorthboundReplyBolt: Error message
NorthboundReplyBolt -> kilda.northbound: Error message
else Found path is the same as the current, and forced reroute is NOT requested
CrudBolt -> NorthboundReplyBolt: Flow reroute response (rerouted=false)
NorthboundReplyBolt -> kilda.northbound: Flow reroute response
end
CrudBolt -> CrudBolt: Allocate resources for rerouted flow
note right: Allocation of cookies, vlans and \nmeters occurs in ResourceCache
CrudBolt -> CrudBolt: Remove old flow
CrudBolt -> CrudBolt: Remove old flow segments
CrudBolt -> CrudBolt: Release used bandwidth on ISLs
CrudBolt -> CrudBolt: Change status to FlowStatus.IN_PROGRESS
CrudBolt -> CrudBolt: Save rerouted flow
CrudBolt -> CrudBolt: Save rerouted flow segments
CrudBolt -> CrudBolt: Update ISLs' available bandwidth
CrudBolt -> CrudBolt: Deallocate resources used by old flow
CrudBolt -> CrudBolt: Create install/delete commands
note right: 4 groups of commands is created: \n1. Install egress/transit \n2. Install ingress \n3. Remove old ingress \n4. Remove old transit/egress.
CrudBolt -> TransactionBolt: Flow installation/deletion commands
activate TransactionBolt
CrudBolt -> NorthboundReplyBolt: Flow reroute response (rerouted=true)
NorthboundReplyBolt -> kilda.northbound: Flow reroute response
deactivate CrudBolt
== Rules installation ==
TransactionBolt -> TransactionBolt: Register the batch with \nconfigured expiration time
loop for each command in the 1st group
TransactionBolt -> kilda.speaker.flow: Forward the command to Speaker
TransactionBolt -> TransactionBolt: Register as a transaction for the 1st group
end
deactivate TransactionBolt
loop for each installed
kilda.flow -> SplitterBolt: CommandMessage\nBaseFlow
SplitterBolt -> SpeakerBolt: CommandMessage\nBaseFlow
SpeakerBolt -> TransactionBolt: CommandMessage\nBaseFlow
activate TransactionBolt
TransactionBolt -> TransactionBolt: Mark corresponding transaction as completed
opt Are all transactions of the current group completed?
TransactionBolt -> TransactionBolt: Mark the group as completed
loop for each command in the next group
TransactionBolt -> kilda.speaker.flow: Forward the command to Speaker
TransactionBolt -> TransactionBolt: Register as a transaction for the next stage
end
end
opt Are all groups of a batch completed?
TransactionBolt -> StatusBolt: Update the flow status to FlowStatus.UP
StatusBolt -> StatusBolt: Set the flow status
end
end
deactivate TransactionBolt
== Handling expired batches ==
TransactionBolt -> TransactionBolt: Periodic tick tuple
activate TransactionBolt
loop for each expired batch
TransactionBolt -> TransactionBolt: Remove all pending groups
TransactionBolt -> StatusBolt: Update the flow status to FlowStatus.DOWN
StatusBolt -> StatusBolt: Set the flow status
end
deactivate TransactionBolt
@enduml
| false
| true
| false
| false
|
sequence
|
24d54309d841662fcc19ec1639d2114dc2ea6c73
|
b038203821d22f0ae9db9697aaf5b41b9f77a40d
|
/src-gen/serviceSystem_BC_MedicalServiceProvider_MedicalServiceProviderCustomerJourney.puml
|
99f58f7ef745b123045a108e85ce36ab0a5174ce
|
[] |
no_license
|
NormanBaechtold/ServiceSystem
|
5b9ad5f8bf1860154b70f79f0f33d6fe17cac35a
|
ba125d9cb21cec6a894cef3936cce7dcbc21b5c9
|
refs/heads/master
| 2023-08-20T23:35:47.215567
| 2021-10-06T09:08:54
| 2021-10-06T09:08:54
| 394,977,218
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,778
|
puml
|
@startuml
skinparam componentStyle uml2
package "'MedicalServiceProviderCustomerJourney' Aggregate" <<Rectangle>> {
class MedicalServiceProviderServiceForServiceExchange <<(A,#fffab8) Aggregate Root>> {
String valueExperience
MedicalServiceProviderContext engagementPreferences
MedicalServiceProviderValueExpectation expecations
MedicalServiceProviderResourceIntegration healthData
MedicalServiceProviderResourceExchange externalData
void personalResourceIntegration()
void externalResourceConsumption()
void valueCocreation()
}
class MedicalServiceProviderResourceIntegration <<(V,DarkSeaGreen) Value Object>> {
String locationData
String patientPersonalData
String patientHealthData
String patientTestResults
MedicalServiceProviderEngagementDesign customerJourney
void provideHealthData()
}
class MedicalServiceProviderEngagementDesign <<(E,DarkSeaGreen) Entity>> {
String existingTestProcedures
String existingDataDistributionPatterns
MedicalServiceProviderResourceIntegration integrateResources()
MedicalServiceProviderResourceExchange enableResourceExchange()
}
class MedicalServiceProviderResourceExchange <<(E,DarkSeaGreen) Entity>> {
String patientPersonalData
String regulatoryData
MedicalServiceProviderEngagementDesign externalResourceAccess
void integrateExternalResources()
}
}
MedicalServiceProviderServiceForServiceExchange --> MedicalServiceProviderResourceIntegration : healthData
MedicalServiceProviderServiceForServiceExchange --> MedicalServiceProviderResourceExchange : externalData
MedicalServiceProviderResourceIntegration --> MedicalServiceProviderEngagementDesign : customerJourney
MedicalServiceProviderResourceExchange --> MedicalServiceProviderEngagementDesign : externalResourceAccess
@enduml
| false
| true
| false
| false
|
sequence
|
68441935af4827851bf5682c02145ad7045e3444
|
844665d08d1be5dacc41d8495725d881c68dba71
|
/Conferencias/Conferencia 5_ Patrones de Diseño en la Programación Modular/MultiModuleApp/null_entity/class-diagram.puml
|
20d6018f669ae9503beb12f3e51d176537c47d63
|
[
"MIT"
] |
permissive
|
alexescalonafernandez/curso-patrones-diseno
|
ec1cf0a993707d78c294208e04604a3a0ffd164e
|
f586e27791e1281087df6cc137da87f407179e65
|
refs/heads/master
| 2021-01-25T13:35:26.659206
| 2018-03-02T20:18:06
| 2018-03-02T20:18:06
| 123,588,331
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,493
|
puml
|
@startuml
@startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam classStereotypeFontSize 18
skinparam titleFontColor #5cb85c
'Title Module null_entity
class NullPerson extends cu.datys.entity.Person implements cu.datys.null_object.spi.NullObject{
+ boolean isNull()
+ String getName()
}
class NullPersonFactory #FEFF99 implements cu.datys.null_object.spi.NullObjectFactory{
+ boolean accept(Class nulleable)
+ NullObject create()
}
NullPersonFactory --> NullPerson: create
note bottom of NullPersonFactory
added for lookup support in
resources/META-INF/
services/cu.datys.null_object
.spi.NullObjectFactory file
end note
namespace cu.datys.null_object.spi{
interface NullObject {
+ default boolean isNull()
}
interface NullObjectFactory {
+ boolean accept(Class nullable)
+ NullObject create()
}
NullObjectFactory -> NullObject: create
}
namespace cu.datys.entity{
interface IPerson extends cu.datys.null_object.spi.NullObject{
+ Integer getId()
+ void setId(Integer id)
+ String getName()
+ void setName(String name)
+ Integer getAge()
+ void setAge(Integer age)
}
class Person<<@Entity>>{
- Integer id
- String name
- Integer age
}
Person .|> IPerson
}
@enduml
| false
| true
| false
| false
|
sequence
|
d062dd003fb2066bab9e9a5e04981648d6f0bb0d
|
c820e60d1bba50bc3bc43151c2c9d773fe0fc2bd
|
/DesignClassDiagram.plantuml
|
e0d47a00bfb5610d2e5c0432ebe20c6bd8d2915e
|
[] |
no_license
|
lukemcneil/csse374-project
|
3e8282053b53bbf3348f08d5edf1b2365a80a2c2
|
a2a49bb0c1665bc569036ffa50693c8c4318d3ac
|
refs/heads/master
| 2023-03-03T18:46:58.921749
| 2021-02-11T13:19:07
| 2021-02-11T13:19:07
| 331,111,064
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,371
|
plantuml
|
@startuml
page 2x1
package domain {
class Coffee {
{field} name : String
{field} customizations : String[]
{method} String getName()
{method} int getSize()
{method} String[] getCustomizations()
{method} String toString()
}
class Machine {
{field} machineID : int
{field} location : String
{field} description : String
{field} waitTime : int
{method} void make(Coffee coffee)
{method} int getMachineID()
{method} MachineType getType()
{method} String getLocation()
{method} String getDescription()
}
enum MachineType {
BASIC
AUTOMATED
PROGRAMMABLE
}
enum Size {
SMALL
MEDIUM
LARGE
}
class CPS {
{method} void receiveOrder(String coffeeName, Size size, String strategy)
{method} ...
}
class Controller {
}
interface IncomingOrderObserver {
{method} void receiveOrder(String coffeeName, Size size, String strategy)
}
package machine_allocation_strategy {
class MachineAllocationController {
{method} MachineAllocationStrategy getStrategy(String strategy)
{method} void registerAllocationStrategy(MachineAllocationStrategy strategy)
{method} ArrayList<MachineAllocationStrategy> getStrategies()
}
interface MachineAllocationStrategy {
{method} Machine selectMachine(Coffee coffee)
{method} void strategyMatchesInput(String strategy)
{method} String getName()
}
class NearestStrategy {
{method} ...
}
class HighestRatedStrategy {
{method} ...
}
class LeastWaitStrategy {
{method} ...
}
class RandomStrategy {
{method} ...
}
}
}
package presentation {
class MockApp {
{method} void run()
}
}
package data {
class DatabaseService {
{field} connection : Connection
{method} void start()
{method} void close()
{method} ArrayList<Coffee> getAllCoffees()
{method} ArrayList<Coffee> getAllMachines()
}
class IncomingOrderService {
{field} connection : Connection
{method} void registerObserver(IncomingOrderObserver observer)
{method} void removeObserver(IncomingOrderObserver observer)
{method} int placeOrder(String coffeeName, String sizeStr, String strategy) getAllCoffees()
}
class MachineOrderService {
}
class MachineStatusService {
{method} void receiveStatusUpdate(int machineID, String message)
}
class OrderFlowInformationService {
{method} ArrayList<String> getBasicMenu()
{method} ArrayList<String> getBasicStrategyList()
}
}
Coffee --> "1" Size : size
MachineAllocationController --> "1" MachineAllocationStrategy : defaultStrategy
MachineAllocationController --> "*" MachineAllocationStrategy : strategies
Machine --> "1" MachineType : type
IncomingOrderService --> "*" IncomingOrderObserver : observers
MockApp --> "1" IncomingOrderService : orderService
MockApp --> "1" OrderFlowInformationService : infoService
CPS ..|> IncomingOrderObserver
NearestStrategy ..|> MachineAllocationStrategy
HighestRatedStrategy ..|> MachineAllocationStrategy
LeastWaitStrategy ..|> MachineAllocationStrategy
RandomStrategy ..|> MachineAllocationStrategy
@enduml
| false
| true
| false
| false
|
sequence
|
5ffd8ef724cdc41dbd69f5d4a28fb7f221ca4bd8
|
70697ad4a96e6b16c2525b1c4b2d598f473924ef
|
/src/Maps/map0.puml
|
eefc44200245ad9dd21e9bda45764c6538c5661e
|
[] |
no_license
|
John-Zoscak-02/Dijkstras
|
f4a3e8101244b258c9ac8fdc1a1723298c94ebc8
|
b07c9035514811982524685e90661d5cdd43f3c6
|
refs/heads/master
| 2023-07-26T14:54:07.435328
| 2021-08-13T21:57:27
| 2021-08-13T21:57:27
| 268,644,919
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 229
|
puml
|
@startuml
(A)
(B)
(C)
(D)
(E)
A --> B : 6
A --> D : 1
B --> A : 6
B --> D : 2
B --> E : 2
B --> C : 5
C --> B : 5
C --> E : 5
D --> A : 1
D --> B : 2
D --> E : 1
E --> D : 1
E --> B : 2
E --> C : 5
@enduml
| false
| true
| false
| false
|
sequence
|
8213d5b651ef11973fad2f7e539a0c1f51d58b91
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderUpdateAction.puml
|
1b04bad2699548b76ba6d0178b108bb19aca1bbc
|
[] |
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
| 18,133
|
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 OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
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 OrderAddItemShippingAddressAction [[OrderAddItemShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
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 OrderAddPaymentAction [[OrderAddPaymentAction.svg]] {
action: String
payment: [[PaymentResourceIdentifier.svg PaymentResourceIdentifier]]
}
interface OrderAddReturnInfoAction [[OrderAddReturnInfoAction.svg]] {
action: String
returnTrackingId: String
items: [[ReturnItemDraft.svg List<ReturnItemDraft>]]
returnDate: DateTime
}
interface OrderChangeOrderStateAction [[OrderChangeOrderStateAction.svg]] {
action: String
orderState: [[OrderState.svg OrderState]]
}
interface OrderChangePaymentStateAction [[OrderChangePaymentStateAction.svg]] {
action: String
paymentState: [[PaymentState.svg PaymentState]]
}
interface OrderChangeShipmentStateAction [[OrderChangeShipmentStateAction.svg]] {
action: String
shipmentState: [[ShipmentState.svg ShipmentState]]
}
interface OrderImportCustomLineItemStateAction [[OrderImportCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface OrderImportLineItemStateAction [[OrderImportLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
state: [[ItemState.svg List<ItemState>]]
}
interface OrderRemoveDeliveryAction [[OrderRemoveDeliveryAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
}
interface OrderRemoveItemShippingAddressAction [[OrderRemoveItemShippingAddressAction.svg]] {
action: String
addressKey: String
}
interface OrderRemoveParcelFromDeliveryAction [[OrderRemoveParcelFromDeliveryAction.svg]] {
action: String
parcelId: String
parcelKey: String
}
interface OrderRemovePaymentAction [[OrderRemovePaymentAction.svg]] {
action: String
payment: [[PaymentResourceIdentifier.svg PaymentResourceIdentifier]]
}
interface OrderSetBillingAddressAction [[OrderSetBillingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetBillingAddressCustomFieldAction [[OrderSetBillingAddressCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetBillingAddressCustomTypeAction [[OrderSetBillingAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomFieldAction [[OrderSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetCustomLineItemCustomFieldAction [[OrderSetCustomLineItemCustomFieldAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetCustomLineItemCustomTypeAction [[OrderSetCustomLineItemCustomTypeAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomLineItemShippingDetailsAction [[OrderSetCustomLineItemShippingDetailsAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
}
interface OrderSetCustomTypeAction [[OrderSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetCustomerEmailAction [[OrderSetCustomerEmailAction.svg]] {
action: String
email: String
}
interface OrderSetCustomerIdAction [[OrderSetCustomerIdAction.svg]] {
action: String
customerId: String
}
interface OrderSetDeliveryAddressAction [[OrderSetDeliveryAddressAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetDeliveryAddressCustomFieldAction [[OrderSetDeliveryAddressCustomFieldAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetDeliveryAddressCustomTypeAction [[OrderSetDeliveryAddressCustomTypeAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetDeliveryCustomFieldAction [[OrderSetDeliveryCustomFieldAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetDeliveryCustomTypeAction [[OrderSetDeliveryCustomTypeAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetDeliveryItemsAction [[OrderSetDeliveryItemsAction.svg]] {
action: String
deliveryId: String
deliveryKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetItemShippingAddressCustomFieldAction [[OrderSetItemShippingAddressCustomFieldAction.svg]] {
action: String
addressKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetItemShippingAddressCustomTypeAction [[OrderSetItemShippingAddressCustomTypeAction.svg]] {
action: String
addressKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetLineItemCustomFieldAction [[OrderSetLineItemCustomFieldAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetLineItemCustomTypeAction [[OrderSetLineItemCustomTypeAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetLineItemShippingDetailsAction [[OrderSetLineItemShippingDetailsAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
shippingDetails: [[ItemShippingDetailsDraft.svg ItemShippingDetailsDraft]]
}
interface OrderSetLocaleAction [[OrderSetLocaleAction.svg]] {
action: String
locale: String
}
interface OrderSetOrderNumberAction [[OrderSetOrderNumberAction.svg]] {
action: String
orderNumber: String
}
interface OrderSetParcelCustomFieldAction [[OrderSetParcelCustomFieldAction.svg]] {
action: String
parcelId: String
parcelKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetParcelCustomTypeAction [[OrderSetParcelCustomTypeAction.svg]] {
action: String
parcelId: String
parcelKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetParcelItemsAction [[OrderSetParcelItemsAction.svg]] {
action: String
parcelId: String
parcelKey: String
items: [[DeliveryItem.svg List<DeliveryItem>]]
}
interface OrderSetParcelMeasurementsAction [[OrderSetParcelMeasurementsAction.svg]] {
action: String
parcelId: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
}
interface OrderSetParcelTrackingDataAction [[OrderSetParcelTrackingDataAction.svg]] {
action: String
parcelId: String
parcelKey: String
trackingData: [[TrackingData.svg TrackingData]]
}
interface OrderSetPurchaseOrderNumberAction [[OrderSetPurchaseOrderNumberAction.svg]] {
action: String
purchaseOrderNumber: String
}
interface OrderSetReturnInfoAction [[OrderSetReturnInfoAction.svg]] {
action: String
items: [[ReturnInfoDraft.svg List<ReturnInfoDraft>]]
}
interface OrderSetReturnItemCustomFieldAction [[OrderSetReturnItemCustomFieldAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetReturnItemCustomTypeAction [[OrderSetReturnItemCustomTypeAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetReturnPaymentStateAction [[OrderSetReturnPaymentStateAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
paymentState: [[ReturnPaymentState.svg ReturnPaymentState]]
}
interface OrderSetReturnShipmentStateAction [[OrderSetReturnShipmentStateAction.svg]] {
action: String
returnItemId: String
returnItemKey: String
shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]]
}
interface OrderSetShippingAddressAction [[OrderSetShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderSetShippingAddressCustomFieldAction [[OrderSetShippingAddressCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface OrderSetShippingAddressCustomTypeAction [[OrderSetShippingAddressCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderSetStoreAction [[OrderSetStoreAction.svg]] {
action: String
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
}
interface OrderTransitionCustomLineItemStateAction [[OrderTransitionCustomLineItemStateAction.svg]] {
action: String
customLineItemId: String
customLineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionLineItemStateAction [[OrderTransitionLineItemStateAction.svg]] {
action: String
lineItemId: String
lineItemKey: String
quantity: Long
fromState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
toState: [[StateResourceIdentifier.svg StateResourceIdentifier]]
actualTransitionDate: DateTime
}
interface OrderTransitionStateAction [[OrderTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface OrderUpdateItemShippingAddressAction [[OrderUpdateItemShippingAddressAction.svg]] {
action: String
address: [[BaseAddress.svg BaseAddress]]
}
interface OrderUpdateSyncInfoAction [[OrderUpdateSyncInfoAction.svg]] {
action: String
externalId: String
channel: [[ChannelResourceIdentifier.svg ChannelResourceIdentifier]]
syncedAt: DateTime
}
interface OrderUpdate [[OrderUpdate.svg]] {
version: Long
actions: [[OrderUpdateAction.svg List<OrderUpdateAction>]]
}
OrderUpdateAction --> OrderAddDeliveryAction #blue;text:blue : "action : addDelivery"
OrderUpdateAction --> OrderAddItemShippingAddressAction #blue;text:blue : "action : addItemShippingAddress"
OrderUpdateAction --> OrderAddParcelToDeliveryAction #blue;text:blue : "action : addParcelToDelivery"
OrderUpdateAction --> OrderAddPaymentAction #blue;text:blue : "action : addPayment"
OrderUpdateAction --> OrderAddReturnInfoAction #blue;text:blue : "action : addReturnInfo"
OrderUpdateAction --> OrderChangeOrderStateAction #blue;text:blue : "action : changeOrderState"
OrderUpdateAction --> OrderChangePaymentStateAction #blue;text:blue : "action : changePaymentState"
OrderUpdateAction --> OrderChangeShipmentStateAction #blue;text:blue : "action : changeShipmentState"
OrderUpdateAction --> OrderImportCustomLineItemStateAction #blue;text:blue : "action : importCustomLineItemState"
OrderUpdateAction --> OrderImportLineItemStateAction #blue;text:blue : "action : importLineItemState"
OrderUpdateAction --> OrderRemoveDeliveryAction #blue;text:blue : "action : removeDelivery"
OrderUpdateAction --> OrderRemoveItemShippingAddressAction #blue;text:blue : "action : removeItemShippingAddress"
OrderUpdateAction --> OrderRemoveParcelFromDeliveryAction #blue;text:blue : "action : removeParcelFromDelivery"
OrderUpdateAction --> OrderRemovePaymentAction #blue;text:blue : "action : removePayment"
OrderUpdateAction --> OrderSetBillingAddressAction #blue;text:blue : "action : setBillingAddress"
OrderUpdateAction --> OrderSetBillingAddressCustomFieldAction #blue;text:blue : "action : setBillingAddressCustomField"
OrderUpdateAction --> OrderSetBillingAddressCustomTypeAction #blue;text:blue : "action : setBillingAddressCustomType"
OrderUpdateAction --> OrderSetCustomFieldAction #blue;text:blue : "action : setCustomField"
OrderUpdateAction --> OrderSetCustomLineItemCustomFieldAction #blue;text:blue : "action : setCustomLineItemCustomField"
OrderUpdateAction --> OrderSetCustomLineItemCustomTypeAction #blue;text:blue : "action : setCustomLineItemCustomType"
OrderUpdateAction --> OrderSetCustomLineItemShippingDetailsAction #blue;text:blue : "action : setCustomLineItemShippingDetails"
OrderUpdateAction --> OrderSetCustomTypeAction #blue;text:blue : "action : setCustomType"
OrderUpdateAction --> OrderSetCustomerEmailAction #blue;text:blue : "action : setCustomerEmail"
OrderUpdateAction --> OrderSetCustomerIdAction #blue;text:blue : "action : setCustomerId"
OrderUpdateAction --> OrderSetDeliveryAddressAction #blue;text:blue : "action : setDeliveryAddress"
OrderUpdateAction --> OrderSetDeliveryAddressCustomFieldAction #blue;text:blue : "action : setDeliveryAddressCustomField"
OrderUpdateAction --> OrderSetDeliveryAddressCustomTypeAction #blue;text:blue : "action : setDeliveryAddressCustomType"
OrderUpdateAction --> OrderSetDeliveryCustomFieldAction #blue;text:blue : "action : setDeliveryCustomField"
OrderUpdateAction --> OrderSetDeliveryCustomTypeAction #blue;text:blue : "action : setDeliveryCustomType"
OrderUpdateAction --> OrderSetDeliveryItemsAction #blue;text:blue : "action : setDeliveryItems"
OrderUpdateAction --> OrderSetItemShippingAddressCustomFieldAction #blue;text:blue : "action : setItemShippingAddressCustomField"
OrderUpdateAction --> OrderSetItemShippingAddressCustomTypeAction #blue;text:blue : "action : setItemShippingAddressCustomType"
OrderUpdateAction --> OrderSetLineItemCustomFieldAction #blue;text:blue : "action : setLineItemCustomField"
OrderUpdateAction --> OrderSetLineItemCustomTypeAction #blue;text:blue : "action : setLineItemCustomType"
OrderUpdateAction --> OrderSetLineItemShippingDetailsAction #blue;text:blue : "action : setLineItemShippingDetails"
OrderUpdateAction --> OrderSetLocaleAction #blue;text:blue : "action : setLocale"
OrderUpdateAction --> OrderSetOrderNumberAction #blue;text:blue : "action : setOrderNumber"
OrderUpdateAction --> OrderSetParcelCustomFieldAction #blue;text:blue : "action : setParcelCustomField"
OrderUpdateAction --> OrderSetParcelCustomTypeAction #blue;text:blue : "action : setParcelCustomType"
OrderUpdateAction --> OrderSetParcelItemsAction #blue;text:blue : "action : setParcelItems"
OrderUpdateAction --> OrderSetParcelMeasurementsAction #blue;text:blue : "action : setParcelMeasurements"
OrderUpdateAction --> OrderSetParcelTrackingDataAction #blue;text:blue : "action : setParcelTrackingData"
OrderUpdateAction --> OrderSetPurchaseOrderNumberAction #blue;text:blue : "action : setPurchaseOrderNumber"
OrderUpdateAction --> OrderSetReturnInfoAction #blue;text:blue : "action : setReturnInfo"
OrderUpdateAction --> OrderSetReturnItemCustomFieldAction #blue;text:blue : "action : setReturnItemCustomField"
OrderUpdateAction --> OrderSetReturnItemCustomTypeAction #blue;text:blue : "action : setReturnItemCustomType"
OrderUpdateAction --> OrderSetReturnPaymentStateAction #blue;text:blue : "action : setReturnPaymentState"
OrderUpdateAction --> OrderSetReturnShipmentStateAction #blue;text:blue : "action : setReturnShipmentState"
OrderUpdateAction --> OrderSetShippingAddressAction #blue;text:blue : "action : setShippingAddress"
OrderUpdateAction --> OrderSetShippingAddressCustomFieldAction #blue;text:blue : "action : setShippingAddressCustomField"
OrderUpdateAction --> OrderSetShippingAddressCustomTypeAction #blue;text:blue : "action : setShippingAddressCustomType"
OrderUpdateAction --> OrderSetStoreAction #blue;text:blue : "action : setStore"
OrderUpdateAction --> OrderTransitionCustomLineItemStateAction #blue;text:blue : "action : transitionCustomLineItemState"
OrderUpdateAction --> OrderTransitionLineItemStateAction #blue;text:blue : "action : transitionLineItemState"
OrderUpdateAction --> OrderTransitionStateAction #blue;text:blue : "action : transitionState"
OrderUpdateAction --> OrderUpdateItemShippingAddressAction #blue;text:blue : "action : updateItemShippingAddress"
OrderUpdateAction --> OrderUpdateSyncInfoAction #blue;text:blue : "action : updateSyncInfo"
OrderUpdateAction --> OrderUpdate #green;text:green : "actions"
@enduml
| false
| true
| false
| false
|
sequence
|
d21e5266ef8b090841c96338727fc025173a18ec
|
1484f4a4d4c5b4689f8525742d1e4cda8fdb6d3a
|
/docs/diagrams/recurringtracker/reminderSeqDiagram.puml
|
ee05585ec6e5b26e076db33babd987b914acffab
|
[] |
no_license
|
AY2021S1-CS2113-T16-1/tp
|
8abd1e1798a8ecc64b4b3ae28dd5da618714b972
|
6ef0845c809addb46fef872101ef528780571b5d
|
refs/heads/master
| 2023-01-13T17:13:34.579399
| 2020-11-16T05:03:49
| 2020-11-16T05:03:49
| 300,199,426
| 0
| 1
| null | 2020-11-16T05:03:50
| 2020-10-01T08:10:30
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,011
|
puml
|
@startuml
autoactivate on
":FinanceIt" -> "<<class>>\nReminderPrinter"
note top: <<class>> denotes\n static class.
"<<class>>\nReminderPrinter" -> "<<class>>\nReminderListGenerator": generateListOfRemindersAsStrings()
"<<class>>\nReminderListGenerator" -> "<<class>>\nRunHistory": getCurrentDayOfMonth();
return currentDayOfMonth
"<<class>>\nReminderListGenerator" -> "<<class>>\nRunHistory": getNumOfDaysInCurrentMonth();
return lastDayOfMonth
note over "<<class>>\nReminderListGenerator": isOverflowToNextMonth indicates\n whether the reminder period\n extends into the next month
alt isOverflowToNextMonth == false
"<<class>>\nReminderListGenerator" -> "allRecurringEntries:RecurringEntriesList": getEntriesFromDayXtoY(currentDay, dayToRemindUntil)
return entriesToRemind
else isOverflowToNextMonth == true
"<<class>>\nReminderListGenerator" -> "allRecurringEntries:RecurringEntriesList": getEntriesFromDayXtoY(currentDay, lastDayOfMonth)
note right: Entries for\n current month
return entriesToRemind
"<<class>>\nReminderListGenerator" -> "allRecurringEntries:RecurringEntriesList": getEntriesFromDayXtoY(1, dayToRemindUntil)
note right: Entries for\n next month
return entriesToRemind
end
loop For all entries in entriesToRemind
"<<class>>\nReminderListGenerator" -> "<<class>>\nReminderListGenerator": convertEntryToReminderString(entry)"
note right "<<class>>\nReminderListGenerator": Converts information\n in entry to a formatted\n String, ready for printing
return reminderString
end
return remindersToPrint
return
box "UI" #Pink
participant "<<class>>\nReminderPrinter"
endbox
box "Logic" #LightBlue
participant "<<class>>\nReminderListGenerator"
endbox
box "Data" #LightGreen
participant "<<class>>\nRunHistory"
participant "allRecurringEntries:RecurringEntriesList"
endbox
@enduml
| false
| true
| false
| false
|
sequence
|
4ed65d6e950894839dda217cbe08f6f1c2e563b3
|
8742e6c49064e0c8870c5756dfb7fd2749c54fb2
|
/src/main/java/csheets/worklog/n1140260/sprint4/core08.1_Export_pdf_sd_design_2.puml
|
75fd66fc8f4051acb0bec5034e61a358e026e4a2
|
[] |
no_license
|
RubenTeixeira/cleansheets_isep_2dg_2016
|
8f9c3ba446da00ba862a27def010230efb392227
|
77c35c10da84d71e16498795868e53ddbab21d3f
|
refs/heads/master
| 2021-08-30T20:54:18.110386
| 2017-12-19T11:23:03
| 2017-12-19T11:23:03
| 110,255,909
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,513
|
puml
|
@startuml doc-files/core08.1_Export_pdf_sd_design_2.png
actor User
participant "UI" as UI
participant "UIController" as UIController
participant "ExportPDFController" as ExportPDFController
participant "ExportPDF" as ExportPDF
participant "<interface>\nSpreadsheet" as Spreadsheet
participant "PDFWriter" as PDFWriter
participant "JFileChooser" as JFileChooser
participant "Value" as Value
participant "<interface>\nCell" as Cell
participant "Workbook" as Workbook
User -> UI: selects option export to pdf
UI -> UIController: ExportPDFController(UIController uiController)
UIController -> ExportXMLController: exportSpreadSheet(JFileChooser fileChooser,spreadsheet)
ExportXMLController -> File: file = fileChooser.getSelectedFile();
ExportPDF <-- JFileChooser: give a Selected File
ExportPDFController -> UIController: getActiveWorkbook().getSpreadsheet(this.jComboBoxSpreedSheet.getSelectedIndex()))
ExportPDFController <-- UIController: returns spreadsheet
ExportPDFController -> EncoderStrategy: write(file,spreadSheet)
ExportPDF -> ExportPDF:writeSpreadsheet(spreadSheet, file)
PdfWriter -> PdfWriter:getInstance(new Document(PageSize.A4), new FileOutputStream(file))
loop for every cells in spreadsheet
Spreadsheet -> Cell:cells = spreadsheet.getCell(row, columm).
Cell -> Value:cells.getValue.toString()
PdfCell -> PdfCell : cell=new PdfCell(new Paragraph(cells, f)
PdfPTable -> PdfPTable: table = new PdfPTable(1);
PdfCell -> PdfPTable : table.add(cell)
end
@enduml
| false
| true
| false
| false
|
usecase
|
4d0d3d5ee9a16d50992973565922e7a1c427cdb4
|
2fa402e00effa96db30c17aa45a97f361f40dcd0
|
/Diagramas/diagramaClases.puml
|
26fc8a8990e3dc85199d563c4ddcdf5be0792556
|
[
"MIT"
] |
permissive
|
julia-valdo/Algoritmos-3.TP2
|
9d497a25322b464045fe57484487f1ce7c15b94c
|
65f4b5f8f8371b89589be2629194fc6d22c853b7
|
refs/heads/master
| 2023-07-03T02:44:33.910119
| 2021-08-09T17:20:06
| 2021-08-09T17:20:06
| 381,795,609
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 7,850
|
puml
|
@startuml
class Batalla{
- perdidaAtacante:int
- perdidaDefensor:int
- resultadoDadoAtacante:ArrayList<Integer>
- resultadoDadoDefensor:ArrayList<Integer>
- compararResultado(ArrayList<Integer> resultadoDadoAtacante,ArrayList<Integer> resultadoDadoDefensor):void
- tirarDado(int cantidadDeTiros):ArrayList<Integer>
- tirarDadoAtacante(int numeroFichasAtacante):void
- tirarDadoDefensor(int numeroFichasDefensor):void
+ atacar(Ejercitos ejercitoAtacante,Ejercitos ejercitoDefensor):void
}
class Dado{
- maximasTiradas:int
- cantidadNumerosDado:int
+ tirarDado(int cantidad):ArrayList<Integer>
}
class Ejercitos{
- comandante:Jugador
~ condicionActual:EstadoEjercitos
~ avisarOcupacionExitosa(Pais unPais):Ejercitos
- retirarse():void
- confirmarNuevaDivisionDe(int numeroFuerzas):Ejercitos
- fueDerrotado():boolean
+ generarDivision(int cantidad):Ejercitos
+ restarEjercitos(int cantidad):void
+ sonAliadosDe(Ejercitos ejercitos):boolean
+ getCantidadEjercitos():int
+ agregarEjercitos(int cantidad):void
+ agregarDivision(Ejercitos nuevaDivision):void
+ equals(Object otroObjeto):boolean
+ moverEjercitoACon(Ejercitos otroEjercito,int cantidad):void
}
class EjercitosNulos{
+ disputarDominioDe(Pais unPais,Ejercitos otrosEjercitos):Ejercitos
}
interface EstadoEjercitos{
+ evaluarFuerzasRestantes():EstadoEjercitos
+ getCantidadFuerzas():int
+ agregarFuerzas(int numeroDeFuerzas):EstadoEjercitos
+ restarFuerzas(int numeroFuerzas):EstadoEjercitos
+ estanDerrotados():boolean
}
class Pais{
- ejercitos:Ejercitos
- nombreDelPais:String
- paisesConectados:ArrayList<Pais>
- esDelMismoEquipo(Pais otroPais):boolean
- esLimitrofe(Pais otroPais):boolean
+ recibirTropas(Ejercitos otrosEjercitos):void
+ getNombreDelPais():String
+ getCantidadDeEjercitos():int
+ agregarPaisConectado(Pais unPais):void
+ agregarEjercito(int cantidadDeEjercitos):void
+ atacarA(Pais otroPais):void
+ moverEjercitoA(Pais otroPais,int cantidad):void
}
Batalla ..> Dado
Batalla ..> Ejercitos
Ejercitos <|-- EjercitosNulos
Pais --> Ejercitos
EstadoEjercitos <- Ejercitos
interface Canjes{
+ realizarCanje():int
}
class Carta{
- pais:Pais
- simbolo:String
- mazo:Mazo
- estadoCarta:EstadoDeActivacion
- sonTresIguales(Carta segundaCarta,Carta terceraCarta):boolean
- sonTresDistintas(Carta segundaCarta,Carta terceraCarta):boolean
- sonDelMismoTipo(Carta otraCarta):boolean
- noSonDelMismoTipo(Carta otraCarta):boolean
+ getSimbolo():String
+ esValidoElCanje(Carta segundaCarta,Carta terceraCarta):boolean
+ getPais():Pais
+ activarse():void
+ devolverAlMazo():void
+ asociarAlMazo(Mazo unMazo):void
}
interface EstadoDeActivacion{
+ activarseEn(unPais:Pais):EstadoDeActivacion
}
class Mazo{
- cartas:ArrayList<Carta>
- asociarmeLasCartas(ArrayList<>cartas):void
- sePuedeRepartirCarta():void
- tengoCartasRestantes():boolean
- retirarPrimera():Carta
+ repartirCarta(Jugador unJugador):void
+ vuelveAlMazo(Carta carta):void
+ quedanCartas():boolean
+ repartirCarta(ManoDeCartas manoDeCartas):void
}
class ManoDeCartas{
- cartas:ArrayList<Carta>
- cantidadDeCanjesHechos:Canjes
- puedePedirCarta:Habilitado
- tengo(Carta unaCarta):boolean
- tengoLasCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):boolean
- finalizarCanje(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
- realizarCanje(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):int
- confirmarCanje():int
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):int
+ activarCarta(Carta unaCarta):void
+ pedirCarta(InventarioDeJuego inventario):void
+ ocupePais():void
}
interface Habilitado{
+ pedirCarta(ManoDeCartas mano,InventarioDeJuego mazo):Habilitado
+ ocupePais():Habilitado
}
Mazo --> Carta
Carta <-- ManoDeCartas
ManoDeCartas -> Habilitado
Canjes <- ManoDeCartas
EstadoDeActivacion <- Carta
class FaseDeRonda{
+ aplicarAccionesDeFase(Jugador jugador,InventarioDeJuego inventario):void
+ accionJugador(Jugador jugador, InventarioDeJuego inventarioDeJuego,SeleccionJugador seleccion):boolean
+ cambiarFase():FaseDeRonda
}
class InventarioDeJuego{
- mazoDeCartas:Mazo
- continentes:ArrayList<Continente>
+ ejercitosPorContinentesConquistados(ArrayList<Pais>paisesOcupados):int
+ repartirCarta(Jugador jugador1):void
+ quedanCartas():boolean
+ repartirCarta(ManoDeCartas mano):void
}
class InventarioDeJugador{
- mano:ManoDeCartas
- fichasDisponibles:int
- DuenoDelCuartel:Jugador
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
+ generarDivision(int cantidadFuerzas):Ejercitos
+ agregarEjercitos(int cantidadFichas):void
+ agregarFichasA(int numeroDeFichas,Pais unPais):void
+ activarCarta(Carta unaCarta):void
+ pedirCarta(InventarioDeJuego inventario):void
+ ocupePais():void
}
class Juego{
- turnoActual:Integer
- turnoJugadores:HashMap<Integer,Jugador>
- fase:FaseDeRonda
- parser:Parser
- inventario:InventarioDeJuego
- crearJugadores(int cantidadDeJugadores):void
- establecerTurnos(ArrayList<Jugador> jugadores):void
- avanzarTurno():void
- repartirPaises():void
- esElUltimoJugador(Jugador jugador):boolean
- generarInventario():void
+ iniciarJuego():void
+ obtenerOrder():ArrayList<Integer>
+ obtenerSiguiente():Jugador
+ seleccionDeJugador(Jugador jugador,SeleccionJugador seleccion):void
}
class Jugador{
- numeroDeJugador:int
- paisesOcupados:ArrayList<Pais>
- inventarioDeJugador:InventarioDeJugador
- derrotado:boolean
- verificarOcupacion(Pais otroPais):void
- puedoCanjearLaCarta(Carta unaCarta):boolean
+ ocupa(Pais unPais):void
+ perdisteA(Pais unPais):void
+ ocupasteA(Pais unPais):void
+ atacarPaisDesdeA(Pais unPais,Pais otroPais):void
+ cantidadDeEjercitosAColocar(InventarioDeJuego inventarioDeJuego):int
+ agregarFichasA(int numeroDeFichas,Pais unPais):void
+ recibirCarta(Carta unaCarta):void
+ canjearCartas(Carta primeraCarta,Carta segundaCarta,Carta terceraCarta):void
+ canjearCarta(Carta unaCarta):void
+ getPaisesOcupados():ArrayList<Pais>
+ fueDerrotado():boolean
+ moverFichasDeACon(Pais unPais,Pais otroPais,int cantidad):void
+ getNumeroJugador():Integer
+ pedirCarta(InventarioDeJuego inventario):void
}
Juego --> InventarioDeJuego
Jugador "2..6"<-- Juego
Jugador --> InventarioDeJugador
class Continente{
- nombre:String
- paises:ArrayList<Pais>
- cantidadDeFichasPorContinente:int
+ agregarPais(Pais pais):void
+ cantidadPaisesQueMeConforman():int
+ getNombre():String
+ fueConquistado(ArrayList<Pais> paises):boolean
+ getCantidadDeFichasPorContinente():int
+ pertenece(Pais pais):boolean
}
class Objetivo{
+ objetivoCumplido(ArrayList<Pais> paises):boolean
}
Continente <-- Objetivo
class Constructor{
- paisYCarta:ConstructorPaisYCarta
- continente ConstructorContinente
- objetivos ConstructorObjetivos
+ construirPaisesYCartas(HashMap<String,String> cartaPais,HashMap<String,String> fronteras):void
+ construirContinente(HashMap<String,String> continente):void
+ contruirObjetivos(HashMap<String,ArrayList<String>> objetivos):void
+ getPaises():HashMap<String,Pais>
+ getCartas():ArrayList<Carta>
+ getContinente():HashMap<String,Continente>
+ getObjetivos():HashMap<String,ArrayList<Objetivo>>
}
class Parser{
- parser ParserTipo
- objetos Constructor
+ parsearArchivo(String path):void
+ construirObjetos():void
+ getPaises():HashMap<String,Pais>
+ getCartas():ArrayList<Carta>
+ getContinente():HashMap<String,Continente>
+ getObjetivos():HashMap<String,ArrayList<Objetivo>>
}
interface ParserTipo{
+ parsearArchivo(String path):void
+ getContinente():HashMap<String,Continente>
+ getFronteras():HashMap<String,String>
+ getPaisesConSimbolos():HashMap<String,String>
+ getObjetivos():HashMap<String,ArrayList<String>>
}
Parser --> Constructor
ParserTipo <- Parser
Carta ---> Pais
Continente <-- ParserTipo
Pais <--- ParserTipo
Pais <--- Jugador
Pais <--- Continente
@enduml
| false
| true
| false
| false
|
class
|
e5270fcc17ba0bb3373ce9b6a66f4d8ab1bb4290
|
3495a3bc8450a240a21780fb8c795c215f88000a
|
/docs/UC6 - Define Payment hour/UC6_SD.PUML
|
0c4dc71732f2023b6a0d49d0ef4afa9fc45a9b10
|
[] |
no_license
|
1190452/LAPR2
|
f27ac4e485b91d04189dd0a37551bc108c070b12
|
97c5488c091243cf65f9e16821f56a5020e0ae2e
|
refs/heads/master
| 2023-05-09T02:35:50.850483
| 2020-06-14T21:07:59
| 2020-06-14T21:07:59
| 372,570,349
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,985
|
puml
|
@startuml
autonumber
'hide footbox
actor "Manager" as ADM
participant ":PaymentUI" as UI
participant ":DefinePaymentController" as CTRL
participant "ApplicationPOT" as _APP
participant "app\n:ApplicationPOT" as APP
participant "log\n:UserSession" as SESSAO
participant "Platform" as P
participant "rorgs\n:RegisterOrganization" as RO
participant "org\n:Organization" as O
participant "dpay:DefinePayment" as DPAY
activate ADM
ADM -> UI : The manager of the organization selects the processment cycle of payment transactions.
activate UI
UI -> CTRL : getOrg()
activate CTRL
CTRL -> _APP : app = getInstance()
activate _APP
deactivate _APP
CTRL -> APP : plt = getPlatform()
activate APP
deactivate APP
CTRL -> P : rorgs = getRorgs()
activate P
deactivate P
CTRL -> APP : log = getActualSession()
activate APP
deactivate APP
CTRL -> SESSAO : email = getUserEmail()
activate SESSAO
deactivate SESSAO
CTRL -> RO : org = getOrganizationByUserEmailMan(email)
activate RO
deactivate RO
deactivate CTRL
UI --> ADM : The System asks for the day of the month, the time of the day and the recurrence time period (e.g. 7 days).
deactivate UI
ADM -> UI : The Manager inserts the information.
activate UI
UI -> CTRL : newDefinePayment(time, date, rtp)
activate CTRL
CTRL -> O : dpay = newDefinePayment(time, date, rtp)
activate O
O -> DPAY** : create(time, date, rtp)
deactivate O
CTRL -> O : validatesDefinePayment(dpay)
activate O
deactivate O
deactivate CTRL
UI --> ADM : shows the information and asks for confirmation.
deactivate UI
ADM -> UI : confirms the data
activate UI
UI -> CTRL : registerDefinePayment()
activate CTRL
CTRL -> DPAY : registersDefinePayment(dpay)
activate DPAY
DPAY -> DPAY : validatesDefinePayment(dpay)
deactivate DPAY
CTRL -> O : setDefinePayment(dpay)
activate O
deactivate O
CTRL -> P : schedulesPayment(email)
activate P
deactivate P
deactivate CTRL
UI -> ADM : informs about the success of the operation
deactivate UI
deactivate ADM
@enduml
| false
| true
| false
| false
|
usecase
|
0ab9568bef8b85e9378873ff8dd02b581f07b416
|
b1ea040466bbbf2c3394e5042b6c035071bbe955
|
/src/main/java/at/fhj/msd/swdesign/singleton/singelton.puml
|
7e871cd67412a2e5d93412f2d0265ff92e5b28e0
|
[] |
no_license
|
elmarkrainz/msd18-swdesign-despat
|
4cf7c02143dd96d4c0fb77384e12d4f191fa4d70
|
9f4c752722156b4007530acd6a6ea0e363f772d0
|
refs/heads/master
| 2020-09-12T02:54:36.498106
| 2020-01-13T07:40:08
| 2020-01-13T07:40:08
| 222,278,095
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 235
|
puml
|
@startuml
title Singleton Pattern
skinparam classAttributeIconSize 0
class Singleton{
- {static} uniqueInstance : Singleton
- Singleton()
+ {static} getInstance() : Singleton
}
Singleton --> Singleton
Client -> Singleton
@enduml
| false
| true
| false
| false
|
class
|
9782663d7eb8fa1c4f1a3281ed17c3df938a5a5c
|
128294c37a76536f8f45fbdaac54dd6f42a4b7f4
|
/app/src/main/java/br/com/mimoapp/mimo/project/ferabela_class.puml
|
afc9c10950b8b1bfce766969e3088bcc38985736
|
[] |
no_license
|
RAR90/Mimo
|
bea221f263fe6a2ec45e8ec48d4ec28a3ebc21a8
|
82bbe759bd99af28c784263dab79a860a583e4e6
|
refs/heads/master
| 2020-08-07T13:18:04.431248
| 2019-10-07T19:31:07
| 2019-10-07T19:31:07
| 213,465,838
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 190
|
puml
|
@startuml
class User {
id
FcmToken
name
phone
getters();
setters();
}
class Service {
id;
name;
description;
getters();
setters();
}
@enduml
| false
| true
| false
| false
|
class
|
ad18aabf1ac57b01a3ce027b1cc7c0045495a2e9
|
a965b9bd50c8f85d3548dc8bb5f0395c46a5d78b
|
/plantuml/sequence/sequence-bad.plantuml
|
a1ae329d0f45abbd9160d7270419e97143cc2592
|
[] |
no_license
|
dixel/puml-logo
|
db2b02b383b0dea81e57d17c5b49a2ad4e7b98e5
|
0ea9d24509871583fbe70916709e672bc7040045
|
refs/heads/master
| 2021-11-20T08:54:27.122731
| 2021-09-13T14:09:31
| 2021-09-13T14:09:31
| 176,615,756
| 3
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 406
|
plantuml
|
@startuml
participant "webapp\n" as webapp
participant "api\n" as api
participant "queue\n" as q
participant "consumer\n" as cons
participant "reports\n" as db
webapp --> api: POST /cats?amount=232
activate api
api --> q: [cats 232]
api --> webapp: 200 success
deactivate api
q --> cons: [cats 232]
cons --> db: UPDATE cats SET total = total + 232
activate db
db --> cons: UPDATE 1
deactivate db
@enduml
| false
| true
| false
| false
|
sequence
|
6b3c87734b218a981322750e7ade5bb5ee41537f
|
d292b249c98c79dfa24321012e3c1661f12ad9e4
|
/docs/sequenceDiagrams/Parser.puml
|
e7be1431e0a1333dec0677bc1b3ae152035aa264
|
[] |
no_license
|
amanda-chua/tp
|
6008f6183783e947e1f3773b89a4491ea613a855
|
a4a8d45f12986bf843204aab714d866e108c42e9
|
refs/heads/master
| 2023-01-14T02:13:39.444311
| 2020-11-09T15:49:07
| 2020-11-09T15:49:07
| 297,545,009
| 0
| 0
| null | 2020-09-22T05:29:23
| 2020-09-22T05:29:22
| null |
UTF-8
|
PlantUML
| false
| false
| 676
|
puml
|
@startuml
title Parser
hide footbox
participant ":Parser" as Parser
->Parser++:parse()
Parser->Parser++: parseShortcutCommandAndDetails(userInput)
return command
alt add
Parser->Parser++:parseAddCommand()
return command
else edit
Parser->Parser++:parseEditCommand()
return command
else list
Parser->Parser++:parseListCommand()
return command
else done
Parser->Parser++:parseDoneCommand()
return command
else delete
Parser->Parser++:parseDeleteCommand()
return command
else view
Parser->Parser++:parseViewCommand()
return command
else help
Parser->Parser++:HelpCommand()
return command
else exit
Parser->Parser++:ExitCommand()
return command
end
<--Parser--: command
@enduml
| false
| true
| false
| false
|
sequence
|
3c9648dfd3f5e87a59fe2df61852382122756e65
|
a6e3a9a9fbce0fe193e6440a4d7e0f77f7480b22
|
/doc/assignment4/upload.puml
|
9c90f81135cc51d87095b728bf3eded38824dbdb
|
[
"MIT"
] |
permissive
|
uhafner/static-analysis-dashboard
|
7bcbbbae2d07a429d9f5c29ba396559a45eb2243
|
08b5e37ef602f6de2297ba9e1b5c81a47a3cee3f
|
refs/heads/master
| 2023-08-08T17:43:41.466244
| 2018-07-04T14:32:27
| 2018-07-04T14:32:27
| 137,481,082
| 4
| 0
|
MIT
| 2023-07-17T00:42:10
| 2018-06-15T11:43:59
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 2,323
|
puml
|
@startuml
hide footbox
actor Actor
activate Actor
boundary Dashboard
boundary Upload
boundary Details
control DashboardController
control UploadController
control IssuesService
control IssuesEntityService
control EntityService
control IssueRepository
entity Issue
control IssuesRepository
entity Issues
Actor -> Dashboard: /upload
activate Dashboard
Dashboard -> DashboardController : createUpload(model)
activate DashboardController
destroy Dashboard
create Upload
DashboardController -> Upload: new / redirect
activate Upload
deactivate DashboardController
Actor <-- Upload
Actor -> Upload: select file
Actor -> Upload: choose tool
Actor -> Upload: set reference
Actor -> Upload: upload
Upload -> UploadController: upload(file, tool, reference)
activate UploadController
UploadController -> IssuesService: parse(file)
activate IssuesService
IssuesService -> IssuesService : findAllTools
IssuesService -> Parser : parse
activate Parser
IssuesService <-- Parser : Issues
deactivate Parser
IssuesService -> IssuesEntityService : save(issues)
activate IssuesEntityService
loop
IssuesEntityService -> EntityService : select(id)
activate EntityService
EntityService -> IssueRepository : findById(id)
activate IssueRepository
create Issue
IssueRepository -> Issue : new
EntityService <-- IssueRepository : Issue
deactivate IssueRepository
IssuesEntityService <-- EntityService : Issue
deactivate EntityService
end
IssuesEntityService -> EntityService : insert
activate EntityService
loop
EntityService -> IssueRepository : insert(issue)
activate IssueRepository
create Issue
IssueRepository -> Issue : new
EntityService <-- IssueRepository : Issue
deactivate IssueRepository
end
EntityService -> IssuesRepository : insert(issues)
activate IssuesRepository
create Issues
IssuesRepository -> Issues : new
EntityService <-- IssuesRepository : Issues
deactivate IssuesRepository
IssuesEntityService <-- EntityService : Issues
deactivate EntityService
IssuesService <-- IssuesEntityService : Issues
deactivate IssuesEntityService
UploadController <-- IssuesService: Issues
deactivate IssuesService
destroy Upload
create Details
UploadController -> Details: new / redirect
activate Details
deactivate UploadController
@enduml
| false
| true
| false
| false
|
usecase
|
6e1edf40eb059ec44e6ffd6a8ceccda6d2d1fbab
|
26959d934fea041e129953da1053d73be3175556
|
/design/002/package_structure.plantuml
|
5cb8af297d17775cda58f5452a091f8bea7643f4
|
[
"Apache-2.0"
] |
permissive
|
tkuhrt/perun-proposals
|
9691d585dce3d07dfd578abfe59b8beb01c113c7
|
927ae6544b83d20c158d300686aa019ecd9a0fce
|
refs/heads/master
| 2022-11-27T23:31:23.086798
| 2020-08-03T08:22:08
| 2020-08-03T08:22:08
| 285,124,740
| 0
| 0
|
Apache-2.0
| 2020-08-04T23:28:42
| 2020-08-04T23:28:41
| null |
UTF-8
|
PlantUML
| false
| false
| 1,114
|
plantuml
|
@startuml package_structure
title Package Structure\n
skinparam {
ComponentStyle uml2
TitleFontSize 20
ClassFontSize 16
LegendFontSize 12
LegendBackgroundColor LightGrey
LegendBorderColor White
ClassBackgroundColor PaleGreen
}
hide circle
hide empty members
class "internal/mocks" #LightGrey
class "client"
class "comm/websocket" #LightGrey
class "comm" #LightGrey
class "comm/tcp"
class "contacts/yaml" #LightGrey
class "contacts" #LightGrey
class "blockchain/ethereum-wallet"
class "blockchain/ethereum-chain"
class "node" #LightGrey
"contacts" ..> dst
"comm/tcp" ..> dst
"comm" ..> dst
"comm/websocket" ..> dst
"client" ..> dst
"blockchain/ethereum-wallet" ..> dst
"blockchain/ethereum-chain" ..> dst
"node" ..> "blockchain/ethereum-wallet"
"client" ..> "blockchain/ethereum-chain"
"client" .left.> "blockchain/ethereum-wallet"
"node" ..> "contacts"
"node" ..> "contacts/yaml"
"node" ..> "comm"
"node" ..> "comm/tcp"
"node" ..> "comm/websocket"
"node" ..> "client"
legend bottom right
Green - implemented in client setup
Grey - yet to be implemented
endlegend
@enduml
| false
| true
| false
| false
|
class
|
dfc083aeb88a4336e2915f8839162ad19240d5b7
|
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
|
/src/site/sphinx/formatting/puml/sk-ex/CircledCharacterFontStyle-italic.puml
|
c9ef3bcea9b08c21560c0f088a1abae2f5e16951
|
[] |
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
| 129
|
puml
|
@startuml
skinparam CircledCharacterFontStyle italic
title CircledCharacterFontColor blue
abstract class AbstractList
@enduml
| false
| true
| false
| false
|
class
|
c6d952977bbb558311859641e670e0792c76f68f
|
0041a51974395d13014e7fde2d308efa57cd670b
|
/docs/diagrams/commandsPlantUML/DeleteBudgetCommand.puml
|
625b0db7663cb1385fe06ce58b5811ee2f59d581
|
[
"MIT"
] |
permissive
|
sogggy/tp
|
944107897674c708cc6920276700bebd278cde3f
|
a5fe214586f5a57322d097ed9df26b8987df50eb
|
refs/heads/master
| 2023-01-06T12:02:50.032190
| 2020-11-08T19:24:02
| 2020-11-08T19:24:02
| 295,070,262
| 0
| 0
|
NOASSERTION
| 2020-11-09T09:00:02
| 2020-09-13T03:25:08
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,177
|
puml
|
@startuml
skinparam Sequence {
MessageAlign center
}
hide footbox
box "Logic" #LightBlue
participant ":LogicManager" as LM
participant ":MainPageParser" as MPP
participant ":DeleteBudgetCommandParser" as DBCP
participant "d:DeleteBudgetCommand" as DBC
participant ":result:CommandResult" as CR
participant "i: BudgetIndex" as BI
end box
box "Model" #LightYellow
participant "m:Model" as M
end box
[-> LM : execute("delete 1")
activate LM
create MPP
LM -> MPP
activate MPP
LM <-- MPP
deactivate MPP
LM -> MPP : parseCommand("delete 1")
activate MPP
create DBCP
MPP -> DBCP
activate DBCP
MPP <-- DBCP
deactivate DBCP
MPP -> DBCP : parse("1")
activate DBCP
create BI
DBCP -> BI
activate BI
DBCP <-- BI
deactivate BI
create DBC
DBCP -> DBC : deleteBudgetCommand(i)
activate DBC
DBCP <-- DBC : c
deactivate DBC
MPP <-- DBCP : c
deactivate DBCP
MPP <-[hidden]- DBCP
destroy DBCP
LM <-- MPP : c
deactivate MPP
LM <-[hidden]- MPP
destroy MPP
LM -> DBC : excute(m)
activate DBC
DBC -> M : deleteBudget(i)
activate M
DBC <-- M
deactivate M
create CR
DBC -> CR
activate CR
DBC <-- CR
deactivate CR
LM <-- DBC : result
deactivate DBC
[<-- LM : result
deactivate LM
@enduml
| false
| true
| false
| false
|
sequence
|
9405a74f8f43bcf84ddd276cb4eb2801de859e1d
|
6644c158583dea12b2580add22a0ad1f9fba3fdb
|
/docs/networking/model/multihost-deployment.puml
|
465356712eb588e440d00c02c758a0815acdd313
|
[] |
no_license
|
dcm4che/dcm4chee-arc-cs
|
64c985976e11676598a16c060330f05fb254e841
|
74b6f7a37bc06eef74a9d51d9a9d45ea1e5a7ba6
|
refs/heads/master
| 2023-08-06T13:22:00.254579
| 2023-07-25T13:39:17
| 2023-07-25T13:39:17
| 47,506,895
| 3
| 14
| null | 2019-09-16T20:06:58
| 2015-12-06T17:44:22
|
Makefile
|
UTF-8
|
PlantUML
| false
| false
| 830
|
puml
|
@startuml
skinparam componentStyle uml2
node "Host B" {
node "WildFly AS" as as1 {
[Archive] as arc1
}
storage Storage1
storage Storage2
}
node "Host C" {
node "WildFly AS" as as2 {
[Archive] as arc2
}
storage Storage3
storage Storage4
}
node "Host A" {
node "WildFly AS" as as3 {
[Keycloak] as kc
}
database LDAP
database Database
}
node "Host D" {
storage "Elastic Stack" as elk
}
() HTTP as http1
() HTTP as http2
() HTTP as http3
() HTTP as http4
() DICOM as dicom1
() DICOM as dicom2
() HL7v2 as hl71
() HL7v2 as hl72
LDAP <- kc
kc -- http3
http4 -- elk
LDAP <-- arc1
LDAP <-- arc2
kc <-- arc1
kc <-- arc2
Database <- arc1
Database <- arc2
Storage1 --> arc1
Storage2 -> arc1
Storage3 --> arc2
Storage4 -> arc2
arc1 -> elk
arc2 -> elk
arc1 -- dicom1
arc1 -- hl71
arc1 -- http1
arc2 -- dicom2
arc2 -- hl72
arc2 -- http2
@enduml
| false
| true
| false
| false
|
sequence
|
ac317e877d6c3880dea5aa4122b37fb4b9e9e5f2
|
555d982a6ffa796e7b3ad1dac1ea647d104e9e3d
|
/20160915-Multisensor-LOD/img/stat-comtrade.puml
|
f652d375ec66e8b56f31a7b4aadb9f9611387b6d
|
[] |
no_license
|
VladimirAlexiev/multisensor
|
218e99e8a1701be714dc0945e1aa3e7bcbbdb04d
|
e6359e80fdd1644b6f7093487f74af1df96bcccd
|
refs/heads/master
| 2021-07-16T05:36:54.662918
| 2016-11-02T11:33:29
| 2016-11-02T11:33:29
| 67,613,414
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,637
|
puml
|
@startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class ms_comtr_dat_2012_IMP_AU_BE_2_USD as "ms-comtr-dat:2012-IMP-AU-BE-2-USD"
class ms_comtr_dat_2012_IMP_AU_BE_2_USD <<Import USD>>
class ms_comtr_dat_2012_EXP_AU_BE_2_USD as "ms-comtr-dat:2012-EXP-AU-BE-2-USD"
class ms_comtr_dat_2012_EXP_AU_BE_2_USD <<Export USD>>
class ms_comtr_dat_2012_IMP_AU_BE_2_KG as "ms-comtr-dat:2012-IMP-AU-BE-2-KG"
class ms_comtr_dat_2012_IMP_AU_BE_2_KG <<Import KG>>
ms_comtr_dat_2012_IMP_AU_BE_2_KG : a qb:Observation
class unit_KG as "unit:KG"
ms_comtr_dat_2012_IMP_AU_BE_2_KG --> unit_KG : prop:unit
class ms_comtr_indic_IMP as "ms-comtr-indic:IMP"
ms_comtr_dat_2012_IMP_AU_BE_2_KG --> ms_comtr_indic_IMP : ms-comtr:indic
class ms_comtr_dat_ as "ms-comtr-dat:"
ms_comtr_dat_2012_IMP_AU_BE_2_KG -up-> ms_comtr_dat_ : qb:dataSet
ms_comtr_dat_2012_IMP_AU_BE_2_KG : ms-comtr:commod ms-comtr-commod:2
ms_comtr_dat_2012_IMP_AU_BE_2_KG : prop:geo eugeo:AT
ms_comtr_dat_2012_IMP_AU_BE_2_KG : prop:partner eugeo:BE
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_IMP_AU_BE_2_KG : sdmx-measure:obsValue 12.3
ms_comtr_dat_2012_IMP_AU_BE_2_USD : a qb:Observation
ms_comtr_dat_2012_IMP_AU_BE_2_USD -up-> ms_comtr_dat_ : qb:dataSet
class unit_USD as "unit:USD"
ms_comtr_dat_2012_IMP_AU_BE_2_USD --> unit_USD : prop:unit
ms_comtr_dat_2012_IMP_AU_BE_2_USD --> ms_comtr_indic_IMP : ms-comtr:indic
ms_comtr_dat_2012_IMP_AU_BE_2_USD : ms-comtr:commod ms-comtr-commod:2
ms_comtr_dat_2012_IMP_AU_BE_2_USD : prop:geo eugeo:AT
ms_comtr_dat_2012_IMP_AU_BE_2_USD : prop:partner eugeo:BE
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_IMP_AU_BE_2_USD : sdmx-measure:obsValue 123
ms_comtr_dat_2012_EXP_AU_BE_2_USD : a qb:Observation
ms_comtr_dat_2012_EXP_AU_BE_2_USD -up-> ms_comtr_dat_ : qb:dataSet
class ms_comtr_indic_EXP as "ms-comtr-indic:EXP"
ms_comtr_dat_2012_EXP_AU_BE_2_USD --> ms_comtr_indic_EXP : ms-comtr:indic
ms_comtr_dat_2012_EXP_AU_BE_2_USD --> unit_USD : prop:unit
ms_comtr_dat_2012_EXP_AU_BE_2_USD : ms-comtr:commod ms-comtr-commod:2
ms_comtr_dat_2012_EXP_AU_BE_2_USD : prop:geo eugeo:AT
ms_comtr_dat_2012_EXP_AU_BE_2_USD : prop:partner eugeo:BE
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-dimension:freq sdmx-code:freq-A
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-dimension:timePeriod "2012"^^xsd:gYear
ms_comtr_dat_2012_EXP_AU_BE_2_USD : sdmx-measure:obsValue 456
@enduml
| false
| true
| false
| false
|
sequence
|
5bdea73e2b559ff3621c71ba07144cca8d79ffe5
|
a58f448d617ac460cf8f3541d137287e489ef0f7
|
/docs/design/usecase/link-reroute-all-flows-which-go-through.puml
|
3e39e3d5fde4aad1a28f6d6df40e6c718c154b0f
|
[
"Apache-2.0"
] |
permissive
|
gauravchug/open-kilda
|
c1fc2de126fa09e67e21f12be47b0892b0d19c18
|
696f87ddc0d37bd64024ca80f17a942b4f196f10
|
refs/heads/master
| 2023-08-30T21:42:27.346545
| 2021-02-04T14:53:54
| 2021-02-04T14:53:54
| 131,945,988
| 2
| 0
|
Apache-2.0
| 2023-08-24T19:52:00
| 2018-05-03T05:30:29
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,288
|
puml
|
@startuml
title Reroute all flows which go through a particular ISL
participant Client
participant Northbound
control kilda.northbound
control kilda.topo.nb
participant NbWorkerTopology
participant Neo4j
control kilda.flow
Client -> Northbound : PATCH /links/flows/reroute\nRequest params:\nsrc_switch, src_port, dst_switch, dst_port
activate Northbound
Northbound -> kilda.topo.nb : CommandMessage\nRerouteFlowsForLinkRequest
kilda.topo.nb -> NbWorkerTopology : CommandMessage\nRerouteFlowsForLinkRequest
activate NbWorkerTopology
NbWorkerTopology -> Neo4j : Query to get link\ninformation
activate Neo4j
Neo4j -> NbWorkerTopology : Isl
deactivate Neo4j
alt
NbWorkerTopology -> Neo4j : Query to get flows for\na particular link
activate Neo4j
Neo4j -> NbWorkerTopology : Flows
deactivate Neo4j
loop flows
NbWorkerTopology -> kilda.flow : CommandMessage\nFlowRerouteRequest
end
NbWorkerTopology -> kilda.northbound : InfoData\nFlowsResponse
kilda.northbound -> Northbound : InfoData\nFlowsResponse
Northbound -> Client : List of flow ids
else link does not exist
NbWorkerTopology -> kilda.northbound : ErrorMessage
deactivate NbWorkerTopology
kilda.northbound -> Northbound : ErrorMessage
Northbound -> Client : HTTP 404: Isl not found
deactivate Northbound
end
@enduml
| false
| true
| false
| false
|
sequence
|
3fdc8de1aaba021fb9fe9955f98be9d771f400ac
|
2658a42eb6bbcc140cae19c1120864277f893b2f
|
/documentation/src/orchid/resources/assets/diagrams/list.puml
|
a6ad5facc2f4fb96df9f7da96295f18958449a9d
|
[
"Apache-2.0"
] |
permissive
|
tuProlog/2p-kt
|
0935dbeb88272f79df1ebbd2339767bccc8ecfa4
|
6510ea0414985b708dd492ee240727f2e261176c
|
refs/heads/master
| 2023-08-17T18:41:12.310798
| 2023-07-19T10:34:16
| 2023-07-19T13:13:27
| 230,784,338
| 84
| 15
|
Apache-2.0
| 2023-09-13T22:49:25
| 2019-12-29T17:51:34
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 891
|
puml
|
@startuml
left to right direction
skinparam shadowing false
interface Struct
interface Atom
interface Empty {
+ {static} list(): EmptyList
+ {static} set(): EmptySet
}
interface EmptyList {
+ {static} invoke(): EmptyList
}
interface List {
+ size: Int
+ unfoldedArray: Array<Term>
+ unfoldedList: List<Term>
+ unfoldedSequence: Sequence<Term>
+ toArray(): Array<Term>
+ toList(): List<Term>
+ toSequence(): Sequence<Term>
+ {static} empty(): List
+ {static} of(**varargs** items: Term): List
+ {static} of(items: Iterable<Term>): List
+ {static} from(iterable: Iterable<Term>, last: Term? **= null**): List
}
interface Cons {
+ head: Term
+ tail: Term
+ {static} of(head: Term, tail: Term): Cons
+ {static} singleton(head: Term): Cons
}
Struct <|-- Atom
Struct <|-- List
Atom <|-- Empty
Empty <|-- EmptyList
List <|-- EmptyList
List <|-- Cons
@enduml
| false
| true
| false
| false
|
class
|
7e52bfaa39012e938a2a0830a48b9789cadc19f4
|
eb88a9fa23ff08cd29da014d035d465eda9ab0e9
|
/docs/source/Diagram.plantuml
|
8083860c7987fff730b9096e102d4898a7926171
|
[
"MIT"
] |
permissive
|
HARDWAREdotASTRO/ROBh.aTnetwork
|
07a52522fdaf78e7225afe5f63ac2e76b911b250
|
807239f517f8714576c3a4b16c80d07fb76359a2
|
refs/heads/master
| 2021-01-10T17:44:08.783433
| 2017-08-14T18:59:20
| 2017-08-14T18:59:20
| 45,119,756
| 0
| 1
| null | 2017-06-15T22:47:46
| 2015-10-28T14:55:20
| null |
UTF-8
|
PlantUML
| false
| false
| 585
|
plantuml
|
@startumle
actor "User" as U #FF2222
entity "Buttons" as B #99FF99
participant "GUI" as G
control "Arduino" as A #LightSkyBlue
participant "Raspberry P" as P #E20B5C
control Motors as M #229911
autonumber
autonumber 0
U -> B : Press Buttons
autonumber 0
U -> G : Press Buttons
autonumber 1
B <-> A : Read State of Buttons
autonumber 1
G -> P : GUI Events
autonumber 2
P -> A : Commands
A -> A : Process Commands
A -> P : Ack
M -> A : Get Current Motor State
A -> A : Compute Motor State
A -> M : Write Motor State
A -> P : Send Status
P -> G: Update Status Display
@enduml
| false
| true
| false
| false
|
sequence
|
e5b99e56c8661fcdb2c37917c6fee558a451b6e5
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolListener.puml
|
246ec40860909625aa03553cd5df487ed29ce63d
|
[] |
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
| 381
|
puml
|
@startuml
class UnityTestProtocolListener {
+ UnityTestProtocolListener()
+ RunStarted(testsToRun:ITestAdaptor) : void
+ RunFinished(testResults:ITestResultAdaptor) : void
+ TestStarted(test:ITestAdaptor) : void
+ TestFinished(result:ITestResultAdaptor) : void
}
ScriptableObject <|-- UnityTestProtocolListener
ICallbacks <|-- UnityTestProtocolListener
@enduml
| false
| true
| false
| false
|
class
|
589b7fadc74d66ec0901c8c27c38277c099520a9
|
bf12c01920d8e8181487f027aee2e461083d089b
|
/website/content/plantuml/zuul-nodepool-workflow.plantuml
|
a795c35e0bac7a13b68aefda836dfbbee323d7e0
|
[
"CC-BY-4.0"
] |
permissive
|
softwarefactory-project/www.softwarefactory-project
|
983e5770162666de17b0e2eaa08d62c8192bb9ff
|
df78b3385cf1ec1fe1b4a62c8b1bd83d62585a92
|
refs/heads/master
| 2023-08-30T07:36:41.904507
| 2023-08-21T12:39:24
| 2023-08-21T12:39:24
| 283,874,895
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,773
|
plantuml
|
@startuml
hide footbox
title Zuul/Nodepool Job Execution Workflow
actor Human
participant "Code-Review"
participant "Zuul (web)"
participant "Zuul (scheduler)"
participant "Nodepool"
participant "PaaS/CaaS"
participant "Zuul (executor)"
Human -> "Code-Review" : Sends a patch
== Handle incoming event ==
activate "Code-Review"
"Code-Review" -> "Zuul (web)" : Sends webhook (github driver)
activate "Zuul (web)"
"Zuul (web)" -> "Zuul (scheduler)" : Notify
activate "Zuul (scheduler)"
deactivate "Zuul (web)"
"Code-Review" <- "Zuul (scheduler)": Listen to event stream
deactivate "Code-Review"
== Prepare node for job execution ==
"Zuul (scheduler)" -> "Nodepool" : Request node
activate "Nodepool"
"Nodepool" -> "PaaS/CaaS" : Request node creation
activate "PaaS/CaaS"
create participant Node
"PaaS/CaaS" -> "Node" : Create node
activate Node
"Nodepool" <-- "PaaS/CaaS" : Node ready
deactivate "PaaS/CaaS"
"Zuul (scheduler)" <-- "Nodepool" : Node locked
deactivate "Nodepool"
== Run the job ==
"Zuul (scheduler)" -> "Zuul (executor)" : Schedule job execution
activate "Zuul (executor)"
"Zuul (executor)" -> "Node" : Execute job against node
"Node" -> "Node" : Execute job
"Zuul (executor)" <-- "Node" : Return execution results
"Zuul (scheduler)" <-- "Zuul (executor)" : Return execution results
deactivate "Zuul (executor)"
"Code-Review" <- "Zuul (scheduler)": Return execution result
"Human" <- "Code-Review": Look at job results
== Delete node after job execution ==
"Zuul (scheduler)" -> "Nodepool" : Release node
activate "Nodepool"
"Nodepool" -> "PaaS/CaaS" : Request node deletion
activate "PaaS/CaaS"
destroy Node
deactivate Node
"Nodepool" <-- "PaaS/CaaS" : Node deleted
deactivate "PaaS/CaaS"
deactivate "Nodepool"
deactivate "Zuul (scheduler)"
@enduml
| false
| true
| false
| false
|
usecase
|
77a8c7a8cba08a9eb6e2196ce12697a50046bb0d
|
6fedb79cb2a26d55ec22595e3a001378b97b8f74
|
/app/src/main/java/com/alex/kotlin/javadesignmode/bridge/uml/time.puml
|
c8ceb4b964fc224652a5d05fb599d856adbddc43
|
[] |
no_license
|
AlexTiti/JavaDesignMode
|
e3b283b9547207a82b3d1ea7e12e617038a5aacb
|
c605ca319c20d8628d7fa38c42c5776943568e06
|
refs/heads/master
| 2020-05-04T19:34:08.751540
| 2019-09-09T08:44:44
| 2019-09-09T08:44:44
| 179,399,468
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 217
|
puml
|
@startuml
title Bridge
Client -> ImplementerImpl : create
Client -> Abstract :create
Client -> Abstract :cactionAdd
Abstract -> ImplementerImpl : actionAdd
ImplementerImpl --> Abstract
Abstract --> Client
@enduml
| false
| true
| false
| false
|
sequence
|
19d3e0fabfb51f909c602d651bc9f3729fb73758
|
ace5e03192456a7ef42683a3793667631c4736d8
|
/doc/sekvenssi2.plantuml
|
5f792c940b781c3811ea4bd6928f481770676748
|
[] |
no_license
|
noggimcey/villebasse
|
8fdc88a90735edd0e82dfdce41894d984e07dc8c
|
98adade34e4b0a940a90bcf555cc5f42a27c2c59
|
refs/heads/master
| 2020-12-24T17:08:26.595293
| 2012-06-15T20:36:16
| 2012-06-15T20:36:16
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,045
|
plantuml
|
' http://plantuml.sourceforge.net/sequence.html
@startuml sekvenssi2.png
title UISwing
autonumber
hide footbox
participant "main:VilleBasse" as main
participant "ui:UISwing" as ui
participant "engine:VilleBasseEngine" as vbe
participant "borderPanel:BorderPanel" as bp
participant "controlPanel:ControlPanel" as cp
== Käyttöliittymän alustus ==
activate main
main -> ui: initialize(args)
main -> ui: run()
activate ui
deactivate main
ui -> vbe: new VilleBasseEngine()
activate vbe
ui -> vbe: addGameStateEngineListener(this)
ui -> vbe: getBoard()
ui <- vbe: board:Board
ui -> bp: new BoardPanel(board)
activate bp
ui -> bp: addUserEventListener(this)
ui -> cp: new ControlPanel()
activate cp
ui -> cp: addUserEventListener(this)
ui -> vbe: addPlayers()
ui -> vbe: startGame()
== Toista ==
ui <- vbe: gse:GameStateEvent
ui -> bp: setUserEventListener()
ui <- bp: ue:UserEvent
ui -> vbe: tapahtumaan liittyvä toiminto
== kunnes pakka tyhjä ==
ui <- vbe: pakka tyhjä
deactivate vbe
deactivate bp
deactivate cp
deactivate ui
@enduml
| false
| true
| true
| false
|
sequence
|
ebd38d1245d9ecd674e75e809cfd5c43765cf65f
|
a6e3a9a9fbce0fe193e6440a4d7e0f77f7480b22
|
/doc/assignment-3/layers.puml
|
750f148f13b38a92e1ab1d3febda1af5fefc5a4e
|
[
"MIT"
] |
permissive
|
uhafner/static-analysis-dashboard
|
7bcbbbae2d07a429d9f5c29ba396559a45eb2243
|
08b5e37ef602f6de2297ba9e1b5c81a47a3cee3f
|
refs/heads/master
| 2023-08-08T17:43:41.466244
| 2018-07-04T14:32:27
| 2018-07-04T14:32:27
| 137,481,082
| 4
| 0
|
MIT
| 2023-07-17T00:42:10
| 2018-06-15T11:43:59
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 202
|
puml
|
@startuml
skinparam componentStyle uml2
package "User Interface" {}
package "Service Layer" {}
package "Persistence" {}
"User Interface" ..> "Service Layer"
"Service Layer" ..> "Persistence"
@enduml
| false
| true
| false
| false
|
class
|
653d7d50ddf6462a68fabcec00beb6daa63be520
|
1423267c7da79f77fdec74f3d6c68f173a7d8326
|
/Strukturering/System/Diagrammer/System_BDD.puml
|
7ca28421a580ae5389d6741c9fa5ac17a4f35164
|
[] |
no_license
|
Solvgraa-mager/E4PRJ4
|
60282c6857f62747ce99aacacab8f7b56efbf28e
|
3f54f0415dcb1f5f7269db9653860f4071a17082
|
refs/heads/main
| 2023-05-08T15:53:25.639820
| 2021-06-03T12:47:11
| 2021-06-03T12:47:11
| 335,742,071
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 309
|
puml
|
@startuml
skinparam BackgroundColor transparent
title Akvarieregulering BDD
object "Akvarieregulering" as System
object "PSU" as PSU
object "Sensorenhed" as sensor
object "Aktuatorenhed" as aktuator
object "Central Computer" as CC
System *-- PSU
System *-- sensor
System *-- aktuator
System *-- CC
@enduml
| false
| true
| false
| false
|
class
|
733693b5348e97b4f57795de07a40a6a9bccf55c
|
0fc0c388b9144c1308c4a65e954b52f51dfc9137
|
/template/eopbc.plantuml
|
6035b735f5abf0e730622c006d2f36c24e300807
|
[] |
no_license
|
swamp-thing-sovryn/court-presale
|
5da92ef221f0ea5e56c5befc6deb0e9a28541ee0
|
d22f226ce2394dbdd71b4d1f46246ca8296beef1
|
refs/heads/master
| 2022-11-06T06:53:50.831060
| 2020-06-17T14:02:39
| 2020-06-17T14:02:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,338
|
plantuml
|
@startuml eopbc
' -- options --
allowmixing
skinparam handwritten true
' -- tokens --
package anj {
class MiniMeToken
note right
**symbol** ANJ
**name** Aragon Network Juror token
**decimals** 18
end note
}
' -- apps --
class controller {
{abstract}controller
}
class reserve {
{abstract}agent
}
class market_maker {
{abstract}market-maker
}
class presale {
{abstract}presale
}
class tap {
{abstract}tap
}
class anj_token_manager {
{abstract}token-manager
**token** anj
}
anj_token_manager <|-- anj
' -- permissions --
owner ...> kernel: **kernel.APP_MANAGER_ROLE** (mgt by owner)
owner ...> acl: **acl.CREATE_PERMISSIONS_ROLE** (mgt by owner)
market_maker ...> anj_token_manager: **anj_token_manager.MINT_ROLE** (mgt by owner)\n**anj_token_manager.BURN_ROLE** (mgt by owner)
presale ...> anj_token_manager: **anj_token_manager.MINT_ROLE** (mgt by owner)
owner ...> reserve: **reserve.SAFE_EXECUTE_ROLE** (mgt by owner)
controller ...> reserve: **reserve.ADD_PROTECTED_TOKEN_ROLE** (mgt by owner)
market_maker ...> reserve: **reserve.TRANSFER_ROLE** (mgt by owner)
controller ...> presale: **presale.OPEN_ROLE** (mgt by owner)
owner ...> presale: **presale.REDUCE_BENEFICIARY_PCT_ROLE** (mgt by owner)
ANY_ENTITY ...> presale: **presale.CONTRIBUTE_ROLE** (mgt by owner)
controller ...> market_maker: **market_maker.OPEN_ROLE** (mgt by owner)\n**market_maker.UPDATE_BENEFICIARY_ROLE** (mgt by owner)\n**market_maker.UPDATE_FEES_ROLE** (mgt by owner)\n**market_maker.ADD_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.REMOVE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.UPDATE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**market_maker.OPEN_BUY_ORDER_ROLE** (mgt by owner)\n**market_maker.OPEN_SELL_ORDER_ROLE** (mgt by owner)
owner ...> controller: **controller.ADD_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.REMOVE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.UPDATE_COLLATERAL_TOKEN_ROLE** (mgt by owner)\n**controller.OPEN_PRESALE_ROLE** (mgt by owner)
presale ...> controller: **controller.OPEN_TRADING_ROLE** (mgt by owner)
ANY_ENTITY ...> controller: **controller.CONTRIBUTE_ROLE** (mgt by owner)\n**controller.OPEN_BUY_ORDER_ROLE** (mgt by owner)\n**controller.OPEN_SELL_ORDER_ROLE** (mgt by owner)
@enduml
| false
| true
| false
| false
|
class
|
f1dba9769015d741226246021f7cb60b2eaab5c4
|
0fc07e65dd376f17f35ecf643d34767654932510
|
/doc/usecases/xs2a-connector-examples-PaymentCancellation.puml
|
ebc9a48224df340a3d0fecbc527d70a995e57251
|
[
"Apache-2.0"
] |
permissive
|
adorsys/xs2a-connector-examples
|
2d61a7052d61683c15f194e14827ad788eaff7a9
|
47f1d0a8933d1ca79f7dbcb7a50786f8a16b513a
|
refs/heads/develop
| 2023-07-25T00:56:27.320198
| 2022-01-19T08:38:03
| 2022-01-19T08:38:03
| 161,804,680
| 12
| 9
|
Apache-2.0
| 2021-05-26T13:15:44
| 2018-12-14T15:35:09
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,853
|
puml
|
@startuml
entity XS2A as xs2a
entity CONNECTOR as con
entity ASPSP as aspsp
xs2a->con: Java call Initiate PaymentCancellation"\nnSpiContexData\nSpiAPayment\nSpiAspspConsentDataProvider"
|||
con-->xs2a: SpiPaymentCancellation Response
alt paymentCancellationAuthorizationMandated = FALSE
|||
xs2a->con: Java Call CancelPaymentWithoutSca
|||
con-->xs2a: Cansellation Response "Success / Failure"
|||
else paymentCancellationAuthorizationMandated = TRUE
|||
xs2a->con: Java Call AuthorisePsu\n"SpiContexData\nSpiPsuData\nPassword(Pin)\nSpiPayment\nSpiAspspConsentDataProvider"
|||
con->aspsp: REST Call AuthoriseForConsent\n"Login\nPin\nPaymentId\nAuthorisationId/nOperationType"
|||
aspsp-->con: SCALoginResponse
|||
con-->xs2a: SpiAuthorisationStatus
|||
xs2a->con: Java Call RequestAvailableScaMethod\n"SpiContexData\nSpiPayment\nSpiAspspConsentDataProvider"
|||
con->aspsp: REST Call GetCancelSCA"PaymentId\nCancellationId"
|||
aspsp-->con: ScaPayment Response
|||
con-->xs2a: List SpiAuthenticationObject
|||
alt List SpiAuthenticationObject is empty
xs2a->con: Java Call CancelPaymentWithoutSca
|||
con-->xs2a: Cansellation Response "Success / Failure"
|||
else List SpiAuthenticationObject with values
|||
xs2a->con: Java Call Request AuthorisationCode\n"SpiContexData\nAuthenticationMethodId\nSpiPayment\nSpiAspspConsentDataProvider"
|||
con->aspsp: REST Call SelectCancelPaymentScaMethod"PaymentId\nCancellationId\nScaMethodId"
|||
aspsp-->con: SCAPayment Response
|||
con-->xs2a: SpiAuthorisationCodeResult
|||
xs2a->con: Java Call VerifyScaAuthorisationAndCancelPayment\n"SpiContexData\nSpiScaConfirmation\nSpiPayment\npiAspspConsentDataProvider"
|||
con->aspsp: AuthoriseCancelPayment\n"PaymentId\nCancellationId\nAuthCode"
|||
aspsp-->con: ScaPayment Response
|||
con-->xs2a: Cansellation Response "Success / Failure"
|||
end
|||
end
@enduml
| false
| true
| false
| false
|
sequence
|
eeb376501dc2a4210395c6addcc74d74a6793dca
|
9a5854d7e73a6476f9c3ce7986078422acf983f6
|
/docs/usecases.puml
|
2d5cab23173d70a45e4141c438b563c4785f4620
|
[
"BSD-3-Clause"
] |
permissive
|
papagr/mnemon
|
2b48dd1beab048f7b0d27e7fe7bf887b350c2129
|
e51787cea3d0d1a2d5e6b8b02211c2335ff73a11
|
refs/heads/master
| 2023-01-05T03:25:10.295473
| 2020-10-29T20:52:19
| 2020-10-29T20:52:19
| 305,522,288
| 1
| 0
|
BSD-3-Clause
| 2020-10-22T07:51:03
| 2020-10-19T21:55:41
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 1,351
|
puml
|
@startuml
skinparam monochrome true
left to right direction
actor User
rectangle Mnemon {
(<i>Find Article</i>) as (Find Article)
(<i>Read Article</i>) as (Read Article)
(<i>Manage Article</i>) as (Manage Article)
User -- (Read Original Article)
User -- (Read Saved Article)
User -- (Search Article)
User -- (Browse Article)
User -- (Tag Article)
User -- (Archive Article)
User -- (Delete Article)
User -- (Purge Article)
User -- (Restore Article)
User -- (Favorise Article)
User -- (Memorise Article)
User -- (Logout)
(Read Original Article) --|> (Read Article)
(Read Saved Article) --|> (Read Article)
(Search Article) --|> (Find Article)
(Browse Article) --|> (Find Article)
(Tag Article) --|> (Manage Article)
(Archive Article) --|> (Manage Article)
(Delete Article) --|> (Manage Article)
(Restore Article) --|> (Manage Article)
(Favorise Article) --|> (Manage Article)
(Purge Article) --|> (Manage Article)
(Read Article) <. (Find Article) : «extend»
(Manage Article) .> (Find Article) : «extend»
(Memorise Article) ...> (Login) : «include»
(Manage Article) ..> (Login) : «include»
(Find Article) ..> (Login) : «include»
(Read Article) ..> (Login) : «include»
}
@enduml
| false
| true
| true
| false
|
usecase
|
f163582b42ef0ec198ba53c5955439cd99e3db54
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderSetCustomTypeAction.puml
|
607c5ce4407030f9f07fed347e77d702bcb7d3a3
|
[] |
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
| 531
|
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 OrderSetCustomTypeAction [[OrderSetCustomTypeAction.svg]] extends OrderUpdateAction {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false
| true
| false
| false
|
class
|
67eeb3aa5d9a7e7d703b0f6392649650691db09e
|
105bd4b4ebe4cd54f5aaddc4e2a535430f51884a
|
/bouquet/templates/design/Solution/SubSystemName/Activity.puml
|
a85ae050e7659b42426db9bf639e45cc329dfbc3
|
[
"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
| 1,101
|
puml
|
@startuml
partition IDE #cccccc {
(*) --> "Create Project"
--> ===S1===
--> "Write Code"
}
partition CI/CD #cccccc {
"Commit Code" --> "Kick off Build"
"Execute Tests" --> "Evaluate Test Results"
}
partition CAADE {
===S1=== --> "Select Application Stack"
--> "Modify Application Stack"
--> "Test Application Stack"
--> "Share Application Stack"
--> (*)
"Write Code" --> "Select Environment (Dev)"
"Select Environment (Dev)" --> "Launch Application (Dev)"
"Launch Application (Dev)" --> "Debug Application"
If "bugs found?" Then
-->[yes] "Write Code"
else
-->[no] "Commit Code"
endif
"Kick off Build" --> "Select Environment (Build)"
"Select Environment (Build)" --> "Launch Build"
If "check build" Then
-->[succeed] "Select Enironment (Test)"
--> "Launch Application (Test)"
Else
-->[failed] "Write Code"
"Evaluate Test Results" -> "Select Environment (Production)"
--> "Launch Application (Production)"
}
partition CI/CD #cccccc {
"Launch Application (Test)" -> "Execute Tests"
}
@enduml
| false
| true
| false
| false
|
activity
|
957e95a4f1666a4c68389fc6514b180826bc3918
|
0319acdfa7666a8b66a3205809fd32cce8f0caae
|
/diagrams_etc/animal_bank_class.puml
|
b7a3f4a0c846e014c1d3ac42dc240266707aa323
|
[] |
no_license
|
SBrahe/AnimalBank
|
989ce77ac2decdfb70d57e09ecf42a2ed76a181d
|
12b5bdba98ddd888d58c15c0facf0ca5f19f3341
|
refs/heads/master
| 2023-04-25T02:20:29.247799
| 2021-05-13T11:56:14
| 2021-05-13T11:56:14
| 359,489,869
| 0
| 0
| null | 2021-04-24T17:32:46
| 2021-04-19T14:31:22
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 884
|
puml
|
@startuml animal_bank_class
hide circle
skinparam shadowing false
package CameraView{
class AddAnimalFragment{}
class CameraParentFragment{}
class CaptureImageFragment{}
}
package DataAccess{
class AnimalFireStoreModel{}
class Repository{}
}
package Domain{
class Animal{}
}
package InfoView{
class FullScreenImgActivity{}
class InfoActivity{}
}
package ListView{
class ListFragment{}
class AnimalAdapter{}
class IAnimalListActionListener{}
}
package MapView{
class MapsFragment{}
}
package Services{
class AnimalUpdateWorker{}
}
package SignInView{
class SignInActivity{}
}
class NavBarActivity{}
NavBarActivity-->CameraView
NavBarActivity-->ListView
NavBarActivity-->MapView
CameraView->DataAccess
CameraView--->Domain
ListView-->DataAccess
DataAccess<-MapView
InfoView--->DataAccess
Services--->DataAccess
@enduml
| false
| true
| false
| false
|
class
|
e7a1d79a2ec27518b351275f7c27140534144a5e
|
6180d2f459e52ba2494532385294cb16554ff305
|
/diagrams/state/state_menu/state_menu_create.puml
|
c85b361e4cb3a7f7946d90882a9713d96c4cfcd2
|
[] |
no_license
|
MyraMidnight/VLN1_h16
|
2214cbc9106ac2f8504e81303df1338c49f89b2e
|
5834fc1f8fae1f9db5baa333b9322c7fa6001ab9
|
refs/heads/master
| 2020-09-17T00:16:55.151798
| 2019-12-15T12:09:05
| 2019-12-15T12:09:05
| 223,929,419
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 331
|
puml
|
@startuml
state create as "Skrá ný gögn"
state cStaff as "Nýr starfsmaður"
cStaff : ""
state cVoyage as "Ný vinnuferð"
state cDestination as "Nýr áfangastaður"
state cPlane as "Ný flugvél"
[*] --> create : kemur frá main menu
create --> cStaff
create --> cPlane
create --> cDestination
create --> cVoyage
@enduml
| false
| true
| true
| false
|
sequence
|
d9b5fb1edf78749b38c41150459cad26b3058056
|
8664bf2165c807e312c4ddc0cbab2815c56119e1
|
/documentss/offers/hide.puml
|
aa4968560780c682ae8de5ee3f5d19915b42db1a
|
[
"MIT"
] |
permissive
|
tuanlvse294/CHome
|
3f36afcfd9c0b8a327b0bc81622da5fff095b492
|
115e898e8f734f90de915d73e8a98d3044afad58
|
refs/heads/master
| 2020-04-13T09:21:03.904078
| 2019-05-09T18:00:56
| 2019-05-09T18:00:56
| 163,108,106
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 682
|
puml
|
@startuml
actor User
control OfferController
boundary list_offers_view
entity OfferModel
activate User
User -> OfferController: view offer list
activate OfferController
OfferController -> list_offers_view:manage()
deactivate OfferController
activate list_offers_view
list_offers_view -> list_offers_view:render()
list_offers_view -->User
deactivate list_offers_view
User -> OfferController: click hide offer
activate OfferController
OfferController -> OfferModel : hide()
activate OfferModel
OfferModel ->OfferModel:soft_delete()
OfferModel --> OfferController
deactivate OfferModel
OfferController --> User: return to offer list
deactivate OfferController
deactivate User
@enduml
| false
| true
| false
| false
|
sequence
|
d334a9e7cebec3ed14ccc2941dfc5345e492901e
|
a249c2addc54fa5250d268f1c9cb71c1f555fec4
|
/learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/adapter/object_adapter.puml
|
439a50def7a753840d8c714610f132af4c61653a
|
[] |
no_license
|
hqbhoho/learn-bigdata
|
3bb16248eed5498758bf3f98179242078ed6ddf7
|
cb2eca9b1b795a4a8712850f0ec49a32b2f7922d
|
refs/heads/master
| 2022-11-21T16:48:22.455348
| 2020-09-15T01:30:16
| 2020-09-15T01:30:28
| 173,652,937
| 19
| 7
| null | 2022-11-16T11:46:09
| 2019-03-04T01:31:39
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,760
|
puml
|
@startuml
interface NormalVoltage{
{abstract} {method} + int outputVoltage()
}
interface NormalVoltageAdapter{
{abstract} {method} + boolean support(NormalVoltage normalVoltage)
{abstract} {method} + int output5V()
}
class ChinaNormalVoltage{
{method} + int outputVoltage()
}
class JanpaNormalVoltage{
{method} + int outputVoltage()
}
class ChinaNormalVoltageAdapter{
{method} + boolean support(NormalVoltage normalVoltage)
{method} + int output5V()
}
class JanpaNormalVoltageAdapter{
{method} + boolean support(NormalVoltage normalVoltage)
{method} + int output5V()
}
class NormalVoltageAdapterMapping{
{field} - List<NormalVoltageAdapter> adapters
{method} + void register(NormalVoltageAdapter normalVoltageAdapter)
{method} + NormalVoltageAdapter getNormalVoltageAdapter(NormalVoltage normalVoltage)
}
class Phone {
{method} void charging(NormalVoltageAdapter ormalVoltageAdapter)
}
class Client
NormalVoltage <|.. ChinaNormalVoltage
NormalVoltage <|.. JanpaNormalVoltage
NormalVoltageAdapter <|.. ChinaNormalVoltageAdapter
NormalVoltageAdapter <|.. JanpaNormalVoltageAdapter
NormalVoltageAdapter <.. NormalVoltageAdapterMapping
NormalVoltage <.. NormalVoltageAdapterMapping
NormalVoltage <.. NormalVoltageAdapter
NormalVoltage <.. ChinaNormalVoltageAdapter
NormalVoltage <.. JanpaNormalVoltageAdapter
NormalVoltage <.. ChinaNormalVoltageAdapter
JanpaNormalVoltageAdapter *.. JanpaNormalVoltage
ChinaNormalVoltageAdapter *.. ChinaNormalVoltage
NormalVoltageAdapter <.. Phone
NormalVoltageAdapter <.. Client
ChinaNormalVoltageAdapter <.. Client
JanpaNormalVoltageAdapter <.. Client
NormalVoltage <.. Client
ChinaNormalVoltage <.. Client
JanpaNormalVoltage <.. Client
Phone <.. Client
@enduml
| false
| true
| false
| false
|
class
|
eaf3e1b4707df59ad836b11d10f552f6e6bcc46c
|
58d2cd8afc250755a0cba86cedf6000aae0ced54
|
/src/main/java/ex44/ProductSearch.puml
|
7211fc65361f1ef2d351af661b23ec6d0e55f17e
|
[] |
no_license
|
danielagd/gomez-dugan-cop3330-assignment3
|
5dddb24373f182e6cdf75051f9eee4aa540eeb24
|
adbbbdc35962ff692cdfd2e0ae2decee43a6b693
|
refs/heads/master
| 2023-08-16T14:29:31.592049
| 2021-10-12T02:31:25
| 2021-10-12T02:31:25
| 416,141,605
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 398
|
puml
|
@startuml
class ProductSearch {
+ static void main(String[] args) throws FileNotFoundException
+ static List<Product> get_product(String file_dir)
+ static String search_for_products(List<Product> list)
+ static boolean search(List<Product> list, String product_name)
}
class Product {
- String name
- double price
- int quantity
}
ProductSearch <|--- Product
@enduml
| false
| true
| false
| false
|
class
|
3c753ef1313ba0ea46177b89b8ddac280a432537
|
351752493ad8a9dca01ec3f1399674778e12999b
|
/docs/design/uml/QuotaPartialStatsSd.puml
|
18285aa763bbefa2a99e8e3bd292a80ee0a64f4e
|
[
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] |
permissive
|
guymguym/noobaa-core
|
68373e5ba41f8544e970b94980d2b1e22a2441ef
|
c497a4f17104081b58bcafbf5b64979cbb0f9ebc
|
refs/heads/master
| 2023-08-31T00:01:35.615543
| 2023-08-27T12:31:38
| 2023-08-27T12:31:38
| 193,899,078
| 0
| 1
|
Apache-2.0
| 2019-06-26T12:22:36
| 2019-06-26T12:22:36
| null |
UTF-8
|
PlantUML
| false
| false
| 468
|
puml
|
@startuml
/'To generate png file, use https://www.plantuml.com/plantuml '/
title Get Partial Stats
scale 1
actor Client order 10
participant "Rpc Server" as RS order 20
participant "stats_aggregator" as SA order 30
Client -> RS: get_partial_stats
RS -> SA: get_partial_stats
group get partital stats
SA -> SA: get_partial_systems_stats
group get partital system stats
SA -> SA: _partial_buckets_info
end
end
SA -> Client: stats_payload
@enduml
| false
| true
| false
| false
|
sequence
|
49122a221fb59bbc0f702861b7efd012660d1523
|
9bcd4da5e5454922139d0afefc782a997988ad1f
|
/docs/SprintD/US/US13/US13_CD.puml
|
20c7f6a82efbf71c55385f850412cf30e5a0c1e9
|
[
"MIT"
] |
permissive
|
wjacoud/DynaByte
|
13f042b210f17830aa3eb31558d3f83d587ab436
|
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
|
refs/heads/main
| 2023-08-27T09:20:01.825322
| 2021-11-11T17:15:05
| 2021-11-11T17:15:05
| 427,082,047
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,634
|
puml
|
@startuml
top to bottom direction
class ClientTestsUI{
}
class ClientTestsController{
-ClientStore clientStore
-TestStore testStore
-List<Client> clientListOrder
-Client client
--
+getClientListTin()
+getClientListName()
+getClientChosen(String tin)
+getValidatedTests(Client c)
+getTestChosen(String tin, List<Test> testList)
+toString(Test t)
}
class ClientStore{
-List<Client> clientList
--
+getClientOrderTin()
+getClientOrderName()
}
class TestStore{
-List<Test> testList
--
+getValidatedTests()
}
class Company{
-String designation;
-AuthFacade authFacade;
-ClientsStore clientStore;
-ClinicalStore clinicalStore;
-EmployeeStore employeeStore;
-ParameterCategoryStore parameterCategoryStore;
-ParameterStore parameterStore;
-TestTypeStore testTypeStore;
-TestStore testStore;
-SampleStore sampleStore;
-PerformanceReportStore performanceReportStore;
--
+getClientStore()
+getTestStore()
}
class TestMapper{
+toDto(Test t)
}
class ClientMapper{
+toDto(Client c)
}
class Client{
-String citizenCardNumber
-String healthcareNumber
-String tin
-String name
-String phoneNumber
-String sex
-String email
-Date birthDate
--
+getTin()
}
class Test{
-String tin
-String idTest
-String nhsCode
-LocalDateTime date
-LocalDateTime analyzedDate
-LocalDateTime validationDate
-TestReport report
-TestType testType
-State state
-List<TestParameter> testParameterList
--
+getTin()
+getNhsCode()
+getState()
+getTestParameterList()
}
class TestParameter{
-String idTest
-Parameter parameter
-TestParameterResult testParameterResult
--
+getParameter()
+getTestParameterResult()
}
class TestParameterResult{
-String idParameter
-double result
-RefValue refValue
--
+getResult()
+getRefValue()
}
class RefValue{
-String metric;
-double minRefValue;
-double maxRefValue;
--
+getMinRefValue()
+getMaxRefValue()
}
class Parameter{
-String code;
-String name;
-String description;
-ParameterCategory cat;
--
+getName()
}
ClientTestsUI ..> ClientTestsController
ClientTestsUI ..> ClientMapper
ClientTestsUI ..> TestMapper
ClientTestsController ..> ClientMapper
ClientTestsController ..> TestMapper
ClientTestsController ..> TestStore
ClientTestsController ..> Company
ClientTestsController ..> ClientStore
Company "1" --> "1" TestStore : uses
Company "1" --> "1" ClientStore : uses
ClientStore "1" --> "*" Client : has access to
TestStore "1" --> "*" Test : performs
Client "1" --> "*" Test : asks for
Test "1" --> "*" TestParameter : request analysis for
Parameter "1" --> "1" TestParameter : is part of
TestParameter "1" --> "0..1" TestParameterResult : contains
TestParameterResult "1" --> "1" RefValue : records
@enduml
| false
| true
| false
| false
|
sequence
|
8fff703e94a934a213ebd57be490bc8fb715b9af
|
c57531f5b12932bb736bb5102f4795f1a50ddad8
|
/uml/miscellaneous/objectVsClassDiagrams/images/od-StudentDegree.puml
|
e1ba31c1604e1afe7eb25f91d3108fa7d1cfa610
|
[] |
no_license
|
ianyong/se-book
|
2fda2559edf39998c28041ea570a5e37886e9185
|
c64a31d838b7ccb8b455d63a544f9f5ca5f25c2e
|
refs/heads/master
| 2023-01-22T05:35:57.329556
| 2022-12-31T19:19:33
| 2022-12-31T19:19:33
| 316,722,302
| 0
| 0
| null | 2020-11-28T11:50:38
| 2020-11-28T11:50:38
| null |
UTF-8
|
PlantUML
| false
| false
| 307
|
puml
|
@startuml
skinparam classAttributeIconSize 0
skinparam shadowing false
hide circle
hide empty members
class a as "__adam:Student__"
class e as "__eve:Student__"
class h as "__h1:Hall__"
class d1 as "__history:Degree__"
class d2 as "__english:Degree__"
a -- d1
a -right- h
e -left- h
e -- "major" d2
@enduml
| false
| true
| false
| false
|
class
|
7962aaf9d3607c3456c76bbcf4b0baef1bdaace7
|
27bade928da247751c05e64b7baa7cd79bbc4766
|
/oodesignpatterns/diagrams/composite.puml
|
12b8f43da92b61c2633f3cad4d0b736d03c67c8d
|
[] |
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
| 1,718
|
puml
|
@startuml
skinparam note {
borderColor grey
backgroundColor white
}
skinparam legend {
borderColor white
fontSize 20
fontColor grey
}
package com.deloitte.training.oodesignpatterns.structural.composite {
' Classes and interfaces
abstract class Employee {
- name : String
+ getName() : String
+ getRole() : String
+ getTeamMembers() : String
+ {abstract} getDailyRate() : int
+ getTeamDailyCost() : int
}
class Developer {
+ getDailyRate() : int
}
class Tester {
+ getDailyRate() : int
}
class Analyst {
+ getDailyRate() : int
}
class ProjectManager {
- employees : List<Employee>
+ add(employee)
+ remove(employee)
+ getTeamMembers() : String
+ getDailyRate() : int
+ getTeamDailyCost() : int
}
class EmployeeTest
' relationships
Employee <|-- Developer : extends
Employee <|-- Tester : extends
Employee <|-- Analyst : extends
Employee <|-- ProjectManager : extends
Employee "0..*" --* ProjectManager : contains
Employee -o EmployeeTest : use
' hide garbage
hide empty fields
hide empty methods
' notes
note top of EmployeeTest
<i><size:10><color:grey>Build a team of <b>Employee</b>s lead by a project manager:
andy = new ProjectManager("andy")
andy.add(johnDev)
andy.add(maryTest)
<i><size:10><color:grey>Calculates daily cost of the team and display it:
andy.getTeamDailyCost()
andy.getTeamMembers()
end note
}
'legend
legend bottom left
COMPOSITE [design pattern]
end legend
@enduml
| false
| true
| false
| false
|
class
|
addde012546feb7ccb5b870d2f31b4fa5b761a8b
|
12acc31d6725e94204e10bb91b5d030bd422476e
|
/diagrammes/dds_creer_un_compte_et_connexion.plantuml
|
61987e992a3b0a1d2eff8618301f091b9ec04922
|
[] |
no_license
|
HaiseB/P5_blogPhp
|
1c307901113471ed1f025105ce5391125ca37bc2
|
0ef73e0a9ba6f6234ab5e836651bfc33b733ef74
|
refs/heads/master
| 2022-10-23T11:57:35.640362
| 2020-08-03T12:12:22
| 2020-08-03T12:12:22
| 249,029,432
| 0
| 1
| null | 2022-09-30T19:30:47
| 2020-03-21T17:45:23
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 903
|
plantuml
|
@startuml creer un compte et connexion
actor Visiteur
boundary Systeme
database BDD
Visiteur -> Systeme: newUser() : creer un nouvel utilisateur
Systeme -> BDD: creation de l'utilisateur
BDD --> Systeme : utilisateur créé
Systeme --> Visiteur: envoi d'un mail de confirmation
Visiteur -> Systeme: confirmRegister() : clic sur le lien du mail
Systeme -> BDD: activation de l'utilisateur
BDD --> Systeme : activation de l'utilisateur
Systeme --> Visiteur: confirmation de l'activation
Visiteur -> Systeme: login() : envoi des donnés
Systeme -> BDD: recherche d'un utilisateur correspondant
alt utilisateur trouvé
BDD --> Systeme : utilisateur trouvé
Systeme --> Visiteur: visiteur authentifié (devient un utilisateur)
else utilisateur non trouvé
BDD --> Systeme : utilisateur non trouvé
Systeme --> Visiteur: authentifié échoué retour à l'écran de connexion
end
@enduml
| false
| true
| true
| false
|
usecase
|
0adeaffcdeb5ae6a45e758af00ce8988b340f988
|
c6ee9a608b46c5375cdd626c74fbfdeae26776e5
|
/usecase.plantuml
|
2cb5ff4f32f5b290872b8455392313462685709c
|
[] |
no_license
|
novriyantoAli/go-tko
|
af5a32b07c317032c73a8edf49f7783034a0672a
|
4e913414e1e0cd55635cd44376521391988b6e81
|
refs/heads/main
| 2023-07-30T23:58:59.125348
| 2021-09-22T11:45:39
| 2021-09-22T11:45:39
| 409,181,461
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 575
|
plantuml
|
@startuml
left to right direction
actor karyawan as kk
actor kasir as k
actor direktur as dr
actor manager as ma
package system {
usecase "Laporan" as lp
usecase "Stok Produk" as sp
usecase "Permintaan Pembelian" as ppem
usecase "Pembayaran Pembelian" as pbpem
usecase "Permintaan Return Pembelian" as prpem
usecase "Permintaan Penjualan" as ppen
usecase "Pembayaran Penjualan" as pbpen
usecase "Permintaan Return Penjualan" as prpen
}
dr --> lp
dr --> sp
ma --> pbpem
ma --> ppem
ma --> prpem
kk --> ppen
kk --> prpen
k --> pbpen
@enduml
| false
| true
| false
| false
|
usecase
|
60f50459ac61f943da49f7757dadd87e0cc5cf54
|
dc20115738d63d9d0dbd16fab019785740465cc7
|
/plantuml/Users/hunter/Coding/maternity-ward-system/DB.puml
|
e0b1dde2fd2096cab27f813d5358c104faaff0f1
|
[] |
no_license
|
W0lfCr0w/maternity-ward-system
|
b2a9201111079ce3f638ff78cadb6aa9ecb4e04f
|
ee9aac0f52841c4083f1666dc4628f9c0d9b34af
|
refs/heads/main
| 2023-06-06T10:33:10.231707
| 2021-06-29T10:20:54
| 2021-06-29T10:20:54
| 379,371,068
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,282
|
puml
|
@startuml
enum EmployeeType {
Cleaner,
PoisonCleaner,
HeadCleaner,
SupervisorCleaner,
Cook,
SousChef,
Chef,
FoodDistributer,
HeadOfManagement,
FirstAid,
Nurse,
Paramedic,
HeadNurse,
Midwife,
BreechMidwife,
Intern,
BreechIntern,
Doctor,
SeniorDoctor,
SpecialityDcotor,
ViceHeadOfWard,
HeadOfWard,
}
class DB {
+ DB()
+ GetFirstName() : string
+ GetLastName() : string
IsAllDigits(s:string) : bool
+ GetID() : string
+ isIDExist(newID:string) : bool
+ GetAge() : int
+ GetManagerSalary() : double
+ AddHoursToEmployee(id:string, hours:double) : void
+ GetEmployeeDetails(id:string) : string[]
+ AddToDB(e:Employee) : void
+ AddEmployee(t:EmployeeType) : void
+ SaveDB() : void
+ LoadDB() : void
}
class GeneralEmployee {
+ FirstName : string <<get>> <<set>>
+ LastName : string <<get>> <<set>>
+ ID : string <<get>> <<set>>
+ Age : int <<get>> <<set>>
+ MyEmployeeType : string <<get>> <<set>>
+ HoursWorked : double <<get>> <<set>>
+ ExtraField : string <<get>> <<set>>
+ GeneralEmployee(fname:string, lname:string, age:int, id:string, e:string, hours:double, extra:string)
}
DB +-- GeneralEmployee
@enduml
| false
| true
| false
| false
|
class
|
e753264fb7efb974d3efe3467be90d6b8e92fda7
|
ae3c0c76bf8ad1b3bbe5ac4d45737fdbb3e10888
|
/UML/Class_Diagram.puml
|
56d7d5c2ec88bc75f3f3fc4fa4a4d7241a055d63
|
[] |
no_license
|
Elizene9/creighton-cop3330-assignment4
|
6e9fa3efbfbb7a9f0537bfa50ae31c1fbe2a8465
|
9cfa8cc8fdef8c88a71547daf3c87d20597a8b29
|
refs/heads/master
| 2023-06-21T04:17:17.329989
| 2021-07-05T02:11:37
| 2021-07-05T02:11:37
| 382,989,482
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,144
|
puml
|
@startuml
'https://plantuml.com/class-diagram
+class LaunchApp {
main() : String[]
start()
}
+class LaunchAppController {
+ExitPressed(actionEvent : ActionEvent)
+AddToDoPressed(actionEvent : ActionEvent)
+DeleteToDoPressed(actionEvent : ActionEvent)
+EditToDoTitle(actionEvent : ActionEvent)
+AddItemPressed(actionEvent : ActionEvent)
+DeleteItemPressed(actionEvent : ActionEvent)
+EditDescriptionPressed(actionEvent : ActionEvent)
+DueDatePressed(actionEvent : ActionEvent)
+SaveOneListPressed(actionEvent : ActionEvent)
+LoadOneListPressed(actionEvent : ActionEvent)
+SaveAllListsPressed(actionEvent : ActionEvent)
+LoadMultipleListsPressed(actionEvent : ActionEvent)
+DisplayAllListsPressed(actionEvent : ActionEvent)
+DisplayCompletedPressed(actionEvent : ActionEvent)
+DisplayIncompletePressed(actionEvent : ActionEvent)
+ItemCompleteChecked(actionEvent : ActionEvent)
+ListTitleEntered(actionEvent : ActionEvent)
+MenuButtonPressed(actionEvent : ActionEvent)
+DeleteItemTyped(actionEvent : ActionEvent)
+OldToDoTitleTyped(actionEvent : ActionEvent)
+NewToDoTitleTyped(actionEvent : ActionEvent)
+ItemTitleEntered(actionEvent : ActionEvent)
+ItemDescEntered(actionEvent : ActionEvent)
+ItemDateEntered(actionEvent : ActionEvent)
+NewDescriptionEntered(actionEvent : ActionEvent)
+NewDateEntered(actionEvent : ActionEvent)
+SaveListTitleEntered(actionEvent : ActionEvent)
+DisplayTitleEntered(actionEvent : ActionEvent)
+CompleteChecked(actionEvent : ActionEvent)
+NumListTyped(actionEvent : ActionEvent)
}
+class listAttributes {
+title : String
+list : List<itemAttributes>
}
+class itemAttributes {
+description : String
+dueDate : String
+title : String
+status : String
+setDescription(description : String)
+setDueDate(dueDate : String)
+setItemTitle(title : String)
+setStatus(status : String)
}
+class ListFunctions {
+ToDo : ArrayList<listAttributes>
+list : List<itemAttributes>
+AddList(list : List<itemAttributes>, title : String) : ArrayList<listAttributes>
+DeleteList(index : int) : ArrayList<listAttributes>
+EditTitle(index : int, newTitle : String) : ArrayList<listAttributes>
+AddItem(item : itemAttributes) : List<itemAttributes>
+DeleteItem(item : itemAttributes, ListTitle : String) : List<itemAttributes>
+EditDescription(item : itemAttributes, ListTitle : String) : String
+EditDueDate(item : itemAttributes, ListTitle : String) : String
+SaveOneList(title : String)
+LoadOneList(title : String)
+SaveAllLists()
+LoadMultipleLists(array : int[])
+DisplayAllItems(title : String) : ArrayList<listAttributes>
+DisplayCompleted(ListIndex : int) : List<itemAttributes>
+DisplayIncomplete(ListIndex : int) : List<itemAttributes>
+ItemComplete(item : itemAttributes, index : int) : String
}
javafx.Application <|-- LaunchApp
LaunchAppController -- LaunchApp
ListFunctions o--> LaunchAppController
ListFunctions <|-- listAttributes
listAttributes <|-- itemAttributes
@enduml
| false
| true
| false
| false
|
class
|
dd99621d29aed08c275d9b52624a5d56d1627778
|
7c2a17fd3d19a13fb71558f79900a2908de98c58
|
/docs/uml-class-diagrams/admin/test/GpsSystemTests/GpsSystemTests.puml
|
35132d510d4187af8a3f36815ed2c667528ff526
|
[] |
no_license
|
casher-ou/csi-3370-software-project
|
483b1add9fbab8349f30009eecc123c884bdcc7b
|
629fb9cce10429c2b80bd1ad33ab898d1466883b
|
refs/heads/main
| 2023-01-22T00:44:50.062944
| 2020-11-29T23:00:50
| 2020-11-29T23:00:50
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 742
|
puml
|
@startuml GpsSystemTests
package edu.oakland.test.admin {
class GpsSystemTests {
+ void initDisplayGPSInterfaceNotNull()
+ void initSatelliteNamesNotNull()
+ void initSatelliteNamesNotEmpty()
+ void gpsSystemsConstructedSuccessfully()
+ void useCase1RunSuccessfully()
+ void uC1ScannerNotNull()
+ void useCase2RunSuccessfully()
+ void uC2ScannerNotNull()
+ void incrementalLatAmountNotNull()
+ void incrementLngAmountNotNull()
+ void initLocationDataPointNotNull()
+ void configureSatellitesRunSuccessfully()
- String generateRandomNames()
- LocationDataPoint makeRandomLDP()
- float makeRandomPos()
}
}
@enduml
| false
| true
| false
| false
|
class
|
332015236da312c9594a023e94a75ca2901752d9
|
bdd433c3af2f10384f0a4fb06a6354b51a70750e
|
/plantuml/C4/includes/Models/SearchDto.puml
|
03cacbf8420b82e3e6ffd48b191d1cea994093ed
|
[] |
no_license
|
I4PRJ4/I4PRJ4-plantuml
|
d6188b60011e5a5f6f3cf7853393cba43996dfbf
|
2b528f0a911917d5ee61a6d0051d46ea59282c5a
|
refs/heads/master
| 2023-05-14T13:43:29.403199
| 2021-06-03T10:33:59
| 2021-06-03T10:33:59
| 348,710,373
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 80
|
puml
|
@startuml
class SearchDto {
+ SearchTerm : string <<get>> <<set>>
}
@enduml
| false
| true
| false
| false
|
class
|
954e8e72b43443271a67d7a2a142242fc5837f99
|
8cf018eb6de40017601592f1f125ea67d5de7086
|
/docs/UseCases/Dynamic-Mapping/Update-Dynamic-Map.puml
|
17473367a46e650193573dacfbc79b6545f91585
|
[] |
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
| 265
|
puml
|
@startuml
Actor "actorName" as A
box "Dynamic-Map" #lightblue
participant CLI as CLI
participant Web as Web
participant "adc" as S
A -> CLI : adc-dynamic-update()
CLI -> S : dynamic/update()
A -> Web : dynamic/update()
Web -> S : dynamic/update()
end box
@enduml
| false
| true
| false
| false
|
sequence
|
f1da800e1149e2999116c60a7ca517a92c9291fe
|
507feae29e37c4a20f7be86010ec9a2c119b52b6
|
/docs/StorageClassDiagram.puml
|
fa557cd6e6eb4f3496103664dffddb8bc985e517
|
[] |
no_license
|
serenakemono/tp
|
b6d55db4a72593e675085d06cb6a07d9389c1ed7
|
3823311f8977716ee3f9ff813024425ccf3ab846
|
refs/heads/master
| 2023-09-02T01:04:30.050776
| 2021-11-08T13:53:34
| 2021-11-08T13:53:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 542
|
puml
|
@startuml
skinparam componentStyle rectangle
hide circle
class EncryptedFile {
}
class GameFileManager {
{static} decoder:FileDecoder
{static} encoder:FileEncoder
void writeFile(lines: String)
String readFile()
}
class GameDataFileDecoder {
{static} MAX_SCENE_NUMBER: int
{static} FACTORY_SETTING: String
void setCurrentSceneIndex(index: int)
void getCurrentSceneIndex(index: int)
boolean isValidFile()
}
GameFileManager .up-|> EncryptedFile
GameDataFileDecoder .up-|> GameFileManager
@enduml
| false
| true
| false
| false
|
class
|
fd60b979a2e2897fb061eea6a926d2a7ef8b6f0c
|
6644c158583dea12b2580add22a0ad1f9fba3fdb
|
/docs/networking/specs/storage/stgcmt-scp-seq-diagram.puml
|
8ccb21a1280a8f87609a918ba70fae9cce4e8f23
|
[] |
no_license
|
dcm4che/dcm4chee-arc-cs
|
64c985976e11676598a16c060330f05fb254e841
|
74b6f7a37bc06eef74a9d51d9a9d45ea1e5a7ba6
|
refs/heads/master
| 2023-08-06T13:22:00.254579
| 2023-07-25T13:39:17
| 2023-07-25T13:39:17
| 47,506,895
| 3
| 14
| null | 2019-09-16T20:06:58
| 2015-12-06T17:44:22
|
Makefile
|
UTF-8
|
PlantUML
| false
| false
| 599
|
puml
|
@startuml
participant "Remote Storage\nCommitment\nSCU AE" as peer
participant "Storage\nApplication\nEntity" as arc
== Request ==
peer -> arc: Initiate Association
peer -> arc: Request Storage Commitment
arc -> arc: Queue Request
peer <-- arc: Confirm receive of Request
peer -> arc: Release Association
== Notification ==
loop repeat after delay if Remote AE not reachable
arc -> arc: Verify Checksum of\nstored Instances
peer <- arc: Initiate Association
peer <- arc: Send Storage Commitment Notification
peer --> arc: Confirm receive of Notification
peer <- arc: Release Association
end
@enduml
| false
| true
| false
| false
|
sequence
|
99b0647b541efcbbc56c6a87bb584349af3ddd6b
|
db7746395f859154a7bb84d113715123d6992454
|
/csrf/sequence/bank_transfer.puml
|
ce884d842fa1b6977eb8d8d13c62b8f19bbdac35
|
[] |
no_license
|
jiramot/security_tutorial
|
c271da9d9b0c160815ff074689b115261cf69511
|
2ccdfe8b27132a52386209e3868fd1e71d809c98
|
refs/heads/main
| 2023-08-23T05:12:57.458240
| 2021-10-04T08:09:23
| 2021-10-04T08:09:23
| 413,308,145
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 585
|
puml
|
@startuml
hide footbox
actor "User" as user
participant "Bank" as bank
autonumber 1.1
user -> bank: Login
bank --> user: session-session
... user-session created ...
autonumber 2.1
user -> bank: Request transfer money
bank -> bank:
bank --> user: Transfer money form
... waiting until user input transfer money form ...
autonumber 3.1
user -> bank: Post transfer money to **account** and **amount**
bank -> bank: Check **user-session** then transfer to \n\
user-input **account** and user-input **amount**
bank-->user: Transfer result
... session still valid until expired...
@enduml
| false
| true
| false
| false
|
sequence
|
74c1d5d6e999dadf54e9c513384e7c3a6e16d624
|
605cac101260b1b451322b94580c7dc340bea17a
|
/malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/event/LoopEvent.puml
|
5e246e739bbe1a1694374a0483f8d1ff612cd3c2
|
[
"MIT"
] |
permissive
|
P-Kalin/kit26a
|
fb229a10ad20488eacbd0bd573c45c1c4f057413
|
2904ab619ee48d5d781fa3d531c95643d4d4e17a
|
refs/heads/master
| 2021-08-30T06:07:46.806421
| 2017-12-16T09:56:41
| 2017-12-16T09:56:41
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 167
|
puml
|
@startuml
enum LoopEvent {
{static} +INCEPTION
{static} +CONTINUATION
{static} +INTERAPTION
-LoopEvent()
}
@enduml
| false
| true
| false
| false
|
class
|
4469bf4d925b2b6b2e0a2f46070c747c75ba73e9
|
9f66032ef4c66070e8c8ee1bc7a3e17cb048326c
|
/entity-model.puml
|
440a22c5b8338ace4a0479cfddba0315e98a978b
|
[
"Apache-2.0"
] |
permissive
|
valb3r/nerp
|
f77ce645f3f501aae089371d247d0887e42530fa
|
38e66b0bb7399d3d294a329c97b6c94761babaa2
|
refs/heads/master
| 2022-12-28T13:58:03.979093
| 2020-10-16T09:28:06
| 2020-10-16T09:28:06
| 303,079,089
| 0
| 1
|
Apache-2.0
| 2020-10-14T06:29:02
| 2020-10-11T08:51:36
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 199
|
puml
|
@startuml
title Entity relationship model
(Catalog)-->(Product)
(Category A)-->(Category C)
(Category B)-->(Category C)
(Category C)-->(Product)
(Product)<-->(Stock)
(Warehouse)-->(Stock)
@enduml
| false
| true
| false
| false
|
uml-unknown
|
ac0ba61c459192a456c388e74bda24255202cf73
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/LensDistortionEditor.puml
|
6fa40aa51f73b970c7fc2091350cffb255b09ea4
|
[] |
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
| 160
|
puml
|
@startuml
class LensDistortionEditor <<sealed>> {
+ <<override>> OnInspectorGUI() : void
}
DefaultPostProcessEffectEditor <|-- LensDistortionEditor
@enduml
| false
| true
| false
| false
|
class
|
e6575ad9efbe67f0ef951aa242aa3384f22c0a10
|
54445e30c74df01cccd6bab3419b1998a22ad599
|
/documentation/it01-02/it2_process_view_post.puml
|
e280702d4aaf1d0fd633f542a40265322fe9e008
|
[] |
no_license
|
danieljfgoncalves/arqsi2017-3da-1151159-1151452
|
68694c11c692eb0a6724af986206dd4f7d326772
|
905e8b061f9c763be31107db0b5245a062e0bab0
|
refs/heads/master
| 2021-05-05T06:27:14.764693
| 2017-12-13T12:55:08
| 2017-12-13T12:55:08
| 118,801,078
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,458
|
puml
|
@startuml
title: <size:20> POST Request [Process View]</size>
' Lifelines
participant Client as cl <<HTTP>>
participant Server as node <<NodeJS>>
participant App as app <<ExpressJS>>
participant Router as r <<ExpressJS>>
collections Middlewares as mds <<ExpressJS>>
participant Controller as c <<Controller>>
participant Model as m <<Mongoose>>
database Database as db <<MongoDB>>
' Sequence
cl -> node : [POST] request
activate node #6cc24a
node -> app : use()
activate app
app -> r : post()
activate r
loop use middlewares
r -> mds : use()
activate mds
mds -> mds : [perform task]
mds -> r : next() [callback]
activate r
r --> mds
deactivate r
end
deactivate mds
r -> c : saveObject()
activate c
c -> m : create()
activate m
note right of m
**<color purple>CRUD</color>**
end note
m -> db : create & save to database
db --> m : return success info
m --> c
deactivate m
c --> r
deactivate c
r --> app
deactivate r
app --> node
deactivate app
node --> cl : display success message <font color=green><b>[status: 201]
deactivate node
@enduml
| false
| true
| false
| false
|
sequence
|
ba285f81afdc03dc3b223c8b58cb5884f7f55a31
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ShippingRatePriceTier.puml
|
a7d2ee744d975b438eb3c37174f81ce24c71ff92
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 1,792
|
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 ShippingRatePriceTier [[ShippingRatePriceTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
}
interface CartClassificationTier [[CartClassificationTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
value: String
price: [[Money.svg Money]]
isMatching: Boolean
}
interface CartScoreTier [[CartScoreTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
score: Integer
price: [[Money.svg Money]]
priceFunction: [[PriceFunction.svg PriceFunction]]
isMatching: Boolean
}
interface CartValueTier [[CartValueTier.svg]] {
type: [[ShippingRateTierType.svg ShippingRateTierType]]
minimumCentAmount: Long
price: [[Money.svg Money]]
isMatching: Boolean
}
interface ShippingRate [[ShippingRate.svg]] {
price: [[TypedMoney.svg TypedMoney]]
freeAbove: [[TypedMoney.svg TypedMoney]]
isMatching: Boolean
tiers: [[ShippingRatePriceTier.svg List<ShippingRatePriceTier>]]
}
interface ShippingRateDraft [[ShippingRateDraft.svg]] {
price: [[Money.svg Money]]
freeAbove: [[Money.svg Money]]
tiers: [[ShippingRatePriceTier.svg List<ShippingRatePriceTier>]]
}
ShippingRatePriceTier --> CartClassificationTier #blue;text:blue : "type : CartClassification"
ShippingRatePriceTier --> CartScoreTier #blue;text:blue : "type : CartScore"
ShippingRatePriceTier --> CartValueTier #blue;text:blue : "type : CartValue"
ShippingRatePriceTier --> ShippingRate #green;text:green : "tiers"
ShippingRatePriceTier --> ShippingRateDraft #green;text:green : "tiers"
@enduml
| false
| true
| false
| false
|
sequence
|
836a6fc3caae912cd57c56c55cda3964c5b62ba1
|
9bcd4da5e5454922139d0afefc782a997988ad1f
|
/docs/SprintD/US/US5/US5_SSD.puml
|
9e3afad1164a20ecadff15d602dabeb344af1d25
|
[
"MIT"
] |
permissive
|
wjacoud/DynaByte
|
13f042b210f17830aa3eb31558d3f83d587ab436
|
3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3
|
refs/heads/main
| 2023-08-27T09:20:01.825322
| 2021-11-11T17:15:05
| 2021-11-11T17:15:05
| 427,082,047
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 596
|
puml
|
@startuml
autonumber
actor "Medical lab technician" as MLT
activate MLT
MLT -> ":System" : Asks to record the samples collected in the scope of a given test
activate ":System"
":System" --> MLT : Asks to select the test
deactivate ":System"
MLT -> ":System" : Choose a test and how many samples you have to record
activate ":System"
":System" --> MLT : Asks to confirm data
deactivate ":System"
MLT -> ":System" : Confirms data
activate ":System"
":System" --> MLT : Shows the generated barcode and informs operation success
deactivate ":System"
deactivate ":System"
deactivate MLT
@enduml
| false
| true
| false
| false
|
sequence
|
4351c1b9cac31472f3cf65ddb21fd16d403f24c8
|
5952c3eb84747f8eaf15981bc089621c2fac00fc
|
/design-pattern-notes-strategy-pattern/other.puml
|
4e861f9268d3aad34d49904ac81a2d5c6daaf2b6
|
[] |
no_license
|
dust347/blog_image
|
643047f6a0ab1546b2ac5eecf99ab91b9dab68e5
|
046dd3e2a8f8f73329cc1a1447f60b0fe7110a7a
|
refs/heads/master
| 2021-05-21T02:30:31.114253
| 2020-05-31T09:24:09
| 2020-05-31T09:24:09
| 252,502,868
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 231
|
puml
|
@startuml
interface StrategyInterface {
exe()
}
StrategyA : exe()
StrategyB : exe()
StrategyInterface <|.. StrategyA
StrategyInterface <|.. StrategyB
StrategyA <|-- StrategyContextA
StrategyB <|-- StrategyContextB
@enduml
| false
| true
| false
| false
|
class
|
df12ed7e7705a1c253f6862df90270129c7c7621
|
83147b64e04741de0403ef88b6c9aeba85d05361
|
/docs/Iteracao2/UC6_SD.puml
|
409551427b2a5add14d888f8cb31a70a107f9caf
|
[] |
no_license
|
antoniodanielbf-isep/ESOFT-2020
|
3af037382ecf70f5b25448765e841a8733cc3968
|
a1bcfcbb7951b58afcc9c1f663265091dde3926e
|
refs/heads/main
| 2023-06-04T23:48:29.068810
| 2021-06-20T18:18:38
| 2021-06-20T18:18:38
| 378,711,541
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,162
|
puml
|
@startuml
autonumber
'hide footbox
actor "Colaborador de Organização" as ADM
participant ":EspecificarTarefaUI" as UI
participant ":EspecificarTarefaController" as CTRL
participant "AplicacaoPOT" as _APP
participant "app\n:AplicacaoPOT" as APP
participant "sessao\n:SessaoUtilizador" as SESSAO
participant ":Plataforma" as PLAT
participant "org\n:Organizacao" as ORG
participant "tarefa\n:Tarefa" as TAREFA
participant "lc\n:List<Categoria>" as LIST_CAT
activate ADM
ADM -> UI : inicia a especificação de uma tarefa
activate UI
UI --> ADM : solicita os dados \n(i.e. referência única por organização, designação, descrição informal e de caráter técnico, estimativa de duração e custo)
deactivate UI
ADM -> UI : introduz os dados solicitados
activate UI
UI -> CTRL : lc=getCategorias()
activate CTRL
CTRL -> PLAT : lc=getCategorias()
activate PLAT
|||
deactivate PLAT
deactivate CTRL
UI --> ADM : mostra a lista de categorias e pede para selecionar uma
deactivate PLAT
deactivate UI
ADM -> UI : seleciona uma categoria
activate UI
UI -> CTRL : novaTarefa(ref,dsig,dsInf,dsTec,duracEst,custoEst,catId)
activate CTRL
CTRL -> PLAT : cat=getCategoriaById(catId)
activate PLAT
|||
deactivate PLAT
CTRL -> _APP: app = getInstance()
activate _APP
|||
deactivate _APP
CTRL -> APP: sessao = getSessaoAtual()
activate APP
|||
deactivate APP
CTRL -> SESSAO: email = getEmailUtilizador()
activate SESSAO
|||
deactivate SESSAO
CTRL -> PLAT: org = getOrganizacaoByEmailUtilizador(email)
activate PLAT
|||
deactivate PLAT
CTRL -> ORG: tarefa=novaTarefa(ref,dsig,dsInf,dsTec,duracEst,custoEst,cat)
activate ORG
ORG --> TAREFA**: create(ref,dsig,dsInf,dsTec,duracEst,custoEst,cat)
ORG -> ORG: validaTarefa(tarefa)
UI --> ADM: apresenta os dados e solicita confirmação
deactivate ORG
deactivate PLAT
deactivate CTRL
deactivate UI
ADM -> UI : confirma os dados
activate UI
UI -> CTRL : registaTarefa()
activate CTRL
CTRL -> ORG : registaTarefa(tarefa)
activate ORG
ORG -> ORG: validaTarefa(tarefa)
ORG -> ORG: addTarefa(tarefa)
UI --> ADM : informa do sucesso da operação
deactivate ORG
deactivate CTRL
deactivate UI
deactivate ADM
@enduml
| false
| true
| true
| false
|
usecase
|
76835d1ccbf44f8c649c3cdf7c9524220efa6255
|
f7389ede7c743b8ce3d174eee24ebcab316354f6
|
/Diagrammer/CentralComputer/Klasser/Styringsenhed/SD-setDirectionAndSpeed.puml
|
5a8cd2c7c69f28ade81d6e9c89866b5651813659
|
[] |
no_license
|
Solvgraa-mager/E3PRJ3
|
7e2b70775c0d8b8312bc893e0c9014fd766af9b0
|
fb507b5528417459714c00b73c75378d6465af19
|
refs/heads/master
| 2023-01-31T11:01:30.966313
| 2020-12-18T10:28:55
| 2020-12-18T10:28:55
| 294,479,612
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 848
|
puml
|
@startuml
skinparam wrapWidth 200
title getDirectionAndSpeed
actor UC1 #Red
participant Styringsenhed
participant SPIMaster
UC1 -> Styringsenhed : getDirectionAndSpeed(&dir, &speed)
Styringsenhed -> SPIMaster : receiveMsg(&receiveBuffer)
opt
SPIMaster --> Styringsenhed : error
Styringsenhed --> UC1 : -1 = Receive Fail!
note over Styringsenhed : rest of sequence is cancelled
end opt
SPIMaster --> Styringsenhed : 1 byte containing speed and direction
Styringsenhed -> Styringsenhed : Parse received bytes numbers
note right of Styringsenhed : Byte parsed in if/else if/else-like format with bitwise logic
Styringsenhed -> Styringsenhed : Parse +/- sign of received byte \n
Styringsenhed -> Styringsenhed : Update speed & direction \npassed by reference
Styringsenhed --> UC1 : 0 = Succesful receive
@enduml
| false
| true
| false
| false
|
usecase
|
4566080985a8101373e0918c28d2060542200493
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/purchase-order-failure@0.1.0.puml
|
ac6b9d42a2cea7c23637b2cae9133e6d63be3183
|
[
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] |
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
| 602
|
puml
|
@startuml
class com.docusign.clauses.PurchaseOrderFailure << (A,green) >> {
+ AccordParty buyer
+ Duration lateOne
+ Duration lateTwo
+ Duration lateThree
+ Double lateOnePercent
+ Double lateTwoPercent
+ Double lateThreePercent
+ String article
+ String thisSection
}
com.docusign.clauses.PurchaseOrderFailure --|> org.accordproject.cicero.contract.AccordContract
class com.docusign.clauses.PurchaseOrderFailureResponse << (T,yellow) >> {
+ MonetaryAmount penalty
}
com.docusign.clauses.PurchaseOrderFailureResponse --|> org.accordproject.cicero.runtime.Response
@enduml
| false
| true
| false
| false
|
class
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.