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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39691c93f2a42dad736e0a8668e3ad79510530f7 | 1da59c980e0f5689a7c711988d562a355fa64820 | /observer-pattern/uml/ObserverPattern.puml | b2fbe64171b0a814460d3717ead10bee4c9f7880 | [] | no_license | ye-geeee/headfirst-designpattern-practice | b8b39aa93c6d5c0dd21b619614f894ef7409bffa | b060bdc8412aaefff14b21ae27ada92651701748 | refs/heads/master | 2023-06-09T07:00:16.962806 | 2021-07-06T20:31:40 | 2021-07-06T20:31:40 | 371,192,159 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | puml | @startuml
'https://plantuml.com/class-diagram
interface Subject {
registerObserver();
removeObserver();
notifyObservers();
}
interface Observer {
update();
}
class ConcreteSubject {
registerObserver();
removeObserver();
notifyObservers();
getState();
setState();
}
class ConcreteObserver {
update();
}
Subject <|.. ConcreteSubject
Observer <|.. ConcreteObserver
Subject -> Observer
ConcreteSubject <- ConcreteObserver
@enduml | false | true | false | false | class |
32130c8f3a477e09ce6a5127102bdee416ed34fa | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Solution/Physical/Logical.puml | 11c52bf68510e659d31abf15e364017f872c831a | [] | 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 | 398 | puml | @startuml
rectangle "Data Center" as DC #lightblue {
}
rectangle "Aggregated Edge Device" as AED #lightgreen {
}
rectangle "Edge Device" as ED #lightyellow {
}
rectangle "End Point" as EP #lightgray
rectangle "IOT Gateway" as IG #lightgray
DC "1" --> "n" AED
DC "1" --> "n" ED
ED "1" --> "n" EP
AED "1" --> "n" EP
AED "1" --> "n" ED
ED "1" --> "n" IG
AED "1" --> "n" IG
IG "1" --> "n" EP
@enduml
| false | true | false | false | uml-unknown |
f717b4935d82a44b78b1d8e74d72dfb5121c89cf | 8452043d61819f0b7ee785740699d86d0b518d00 | /assets/larman/FigF21.1_extended.puml | e85a4064c458439796b5ac71e57424f826092358 | [] | no_license | arielsashcov/LOG210-exercices | 30b4f560d40ad4e97fb859b39c8a79f9e69faa02 | ff0662106974aa5b93faa0c818218d4af561bbd5 | refs/heads/master | 2023-02-19T21:22:51.983498 | 2021-01-21T18:21:00 | 2021-01-21T18:21:00 | 331,715,420 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 899 | puml | @startuml DSS Traiter Vente Système externe
skinparam style strictuml
skinparam backgroundcolor transparent
skinparam SequenceMessageAlign center
title DSS <i>Traiter Vente</i>
actor ":Caissier" as c
participant ":Système" as s
participant ":Servcie\nAutorisation\nCrédit" as sac <<actor>>
participant ":Servcie\nAutorisation\nChèque" as sach <<actor>>
c->s : créerNouvelleVente
loop reste articles
c->s : saisirArticle\n(code:string, quantity:int)
c<<--s : description, total
end loop
c->s : terminerVente()
c<<--s : total avec taxes
alt paiementEnEspèces
c->s : créerPaiementEnEspèces(montant:string)
c<<--s : monnaie
else paiementÀCrédit
c->s : créerPaiementÀCrédit(montant:string,idCC:string)
s->sac : authorisé = autoriser
else paiementParChèque
c->s : créerPaiementParChèque(montant:string,idPermisConduire:string)
s->sach : authorisé = autoriser
end
c<<--s : reçu
@enduml | false | true | true | false | usecase |
d1d70caad8d59150ad9163ea342aeaa3cb3f0ff9 | 47d3b6c26cdbf6cba6db12d5788773f08ecae337 | /uml-output/0x16d5c105bb6fc54362664639330ddb3d34a480131cd0dc654f022da8b5b80bdb.puml | 22c001be5d4714e7ce7bb2369ee7f58e7b57758d | [] | no_license | cds-blog-code-samples/Reentrant | 735c5f68689e0dffd8be141231f152db2e0a7d49 | f1b9bcd0cc86f467aff4ad55f806c10479c3c82e | refs/heads/master | 2023-01-28T11:18:48.609986 | 2021-02-20T16:56:22 | 2021-03-03T16:47:35 | 140,290,855 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,370 | puml |
@startuml
autonumber
skinparam legendBackgroundColor #FEFECE
<style>
header {
HorizontalAlignment left
FontColor purple
FontSize 14
Padding 10
}
</style>
header Insights by Truffle
title Txn Hash: 0x16d5c105bb6fc54362664639330ddb3d34a480131cd0dc654f022da8b5b80bdb
actor EOA as "EOA"
participant TestGuard_01 as "TestGuard_01"
participant ReentrancyMock_01 as "ReentrancyMock_01"
"EOA" -> "TestGuard_01" ++: beforeEach()
"TestGuard_01" -> "ReentrancyMock_01" ++: constructor()
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "ReentrancyMock_01" ++: callback()
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: count()
"ReentrancyMock_01" -> "ReentrancyMock_01" --:
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "ReentrancyMock_01" ++: callback()
"ReentrancyMock_01" -> "ReentrancyMock_01" ++: count()
"ReentrancyMock_01" -> "ReentrancyMock_01" --:
"ReentrancyMock_01" -> "TestGuard_01" --:
"TestGuard_01" -> "EOA" --:
legend
Participant details
<#FEFECE,#D0D000>|= Alias |= Contract name |= Address |
<#FEFECE>| EOA | Externally Owned Account | 0x074879d0D753cf4A850a6a3614D60d0b2309A58F |
<#FEFECE>| TestGuard_01 | TestGuard | 0x63fb898997d985983B63843bd5a1d6A7AD11b95A |
<#FEFECE>| ReentrancyMock_01 | ReentrancyMock | 0x9516720D0E279c15C97c341b32905Aa5e0ad6339 |
endlegend
@enduml | false | true | false | false | sequence |
9d067e1423d6add527340768658a8cd93c34e561 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1040862/sp3/design1.puml | 137396c3266bc78b73461ef820291b90aa996e70 | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,113 | puml | @startuml design1.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary MenuView
control WorkbookPresenter
boundary GlobalSearchWindow
boundary WorkbookView
control GlobalSnRCntrl
control GlobalSnRSvc
control GlobalSnRSvcImpl
control ipc06Controller
control Pattern
entity WorkbookDesRepo
entity UserRepository
entity Users
database Database
box "NSheets Client"
participant MenuView
participant WorkbookPresenter
participant WorkbookView
participant GlobalSearchWindow
end box
box "Shared"
participant GlobalSnRSvc
participant GlobalSnRSvcImpl
end box
box "Server"
participant GlobalSnRCntrl
participant ipc06Controller
participant WorkbookDesRepo
participant UserRepository
participant Users
control Pattern
end box
box "Database"
participant Database
end box
User -> MenuView : open workbook sub-menu
MenuView --> WorkbookPresenter : open()
WorkbookPresenter --> WorkbookView : openWindow()
WorkbookView --> GlobalSearchWindow : openWindow()
User -> GlobalSearchWindow : inserts required data
User -> GlobalSearchWindow : onClick() / globalSearch
GlobalSearchWindow -> GlobalSnRSvc : showOutputOf\nGlobalSearch()
GlobalSnRSvc -> GlobalSnRSvcImpl : showOutputOf\nGlobalSearch()
GlobalSnRSvcImpl -> GlobalSnRCntrl : globalSearch()
GlobalSnRCntrl -> ipc06Controller : getWorkbooks\nFromCurrentUser()
ipc06Controller -> UserRepository : findUserByUsername()
UserRepository -> Database : findUserByUsername()
ipc06Controller -> WorkbookDesRepo : listPublicWorkbookDescriptions()
ipc06Controller -> Users : workbooksFromUser()
ipc06Controller -> WorkbookDesRepo :listPrivateWorkbookDescriptions()
loop
GlobalSnRCntrl -> Pattern : match()
end loop
alt Compilation Success
GlobalSnRCntrl --> WorkbookPresenter : display onSuccess
WorkbookPresenter --> User : Uc success scenario
else Compilation Failure
GlobalSnRCntrl --> WorkbookPresenter : display onFailure
WorkbookPresenter --> User : Uc failure scenario
end
@enduml | false | true | false | false | sequence |
dbe9bb238303f4e2e6acfd07357952138b2b8c39 | cd71112c3755bfdb913d24b67886ca8de67eb15d | /Fruit-Ninja-class.puml | 887e0f7e605e755891074a759466899f75d1906b | [] | no_license | zixa5824/FruitNinja | 5a94d2abc1b72ebdfa9bff98f218ec38793a754f | 0ff318cbe8f9e7166c56a3d273a9a94e7f2d489b | refs/heads/master | 2022-01-27T08:59:10.755001 | 2019-05-22T01:22:17 | 2019-05-22T01:22:17 | 185,248,083 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,411 | puml | @startuml
skinparam classAttributeIconSize 0
package Model{
package SliceableObjects {
interface ISliceableObject <<Interface>>{
+getObjectType(): String
+getXlocation(): int
+getYlocation(): int
+getMaxHeight(): int
+getInitialVelocity(): int
+getFallingVelocity(): int
+isSliced(): Boolean
+hasMovedOffScreen(): Boolean
+slice()
+move()
}
abstract class Bomb {
+slice():int
+offscreen():int
}
abstract class Fruit{
+slice():int
+offscreen():int
}
abstract class SliceableObject {
#associatedScore: int
#associatedFallLiveLoss: int
#xLocation: double
#yLocation: double
#maxHeight: double
#initialVelocity: double
#fallingVelocity: double
#currentXVelocity: double
#currentYVelocity: double
#isSliced: boolean
#hasMovedOffScreen: boolean
#ObjectType: String
#myImageView: ImageView
#standardPrefSize: double
#localPrefSize: double
+move()
}
ISliceableObject <|.. SliceableObject
SliceableObject <|.. Fruit
SliceableObject <|.. Bomb
Class SlowFruit {
getMyImage():Image[]
}
Class NormalFruit{
getMyImage():Image[]
}
Class FastFruit{
getMyImage():Image[]
}
Class LifeFruit{
getMyImage():Image[]
}
Class ExtraBonusFruit{
getMyImage():Image[]
}
class FatalBomb{
getMyImage():Image[]
}
class DangerousBomb{
getMyImage():Image[]
}
Fruit <|-- SlowFruit
Fruit <|-- NormalFruit
Fruit <|-- FastFruit
Fruit <|-- LifeFruit
Fruit <|-- ExtraBonusFruit
Bomb <|-- DangerousBomb
Bomb <|-- FatalBomb
}
package GameModes {
interface IGameModeStrategy <<Interface>> {
+getInitialLives() : int
+timerType() : int
+NewBatch() :List<ISliceableObject>
+goOffScreen()
+sliceObjects():int
+isGameOver():boolean
}
IGameModeStrategy <|.. ClassicMode
IGameModeStrategy <|.. ArcadeMode
Class ClassicMode {
-initialLives: int
}
abstract class DifficultyDecorator
IGameModeStrategy <|.. DifficultyDecorator
DifficultyDecorator <|-- EasyMode
DifficultyDecorator <|-- HardMode
}
class ObjectFactory {
createObject(): ISliceableObject
}
IGameModeStrategy "1"--> "1" ObjectFactory
ObjectFactory --> ISliceableObject
}
package Controller {
interface GameActions <<Interface>> {
checkGameOver():
createGameObject():
throwOffScreen():
updateObjectsLocations():
sliceObjects():
saveGame():
loadGame():
resetGame():
}
Class GameController{
-score:int
-lives :int
-timeS:double
-gameModeStrategy:IGameModeStrategy
-{static}instance:GameController
-observerLabels:ArrayList<Label>
}
GameActions <|-- GameController
}
IGameModeStrategy "0..1" <--> "1" GameController
package view {
class GuiGamePlayView{
timer: AnimationTimer
updateVisuals()
}
GuiGamePlayView --> GameActions
}
interface Command {
execute()
unexecute()
}
Command <|.. FileCommand
class RemoteControl {
setCommand()
activate()
deactivate()
}
RemoteControl -> Command
Command -> GameController
@enduml | false | true | false | false | sequence |
e60ed5d7042790b17844255d58c0754bc8fa726d | cd1a0ea84c132413dbd3399c14cdf1e37b7dc4de | /doc/uml/action.puml | 0e70220b00f2cfa76aa3362a565104a6c8ce1c8f | [
"MIT"
] | permissive | lintflow/core | c3cb74a4017ff498d2da40f0425d146f3cad15fd | c4de0cad41ec66cbf01b708e560954766c3d4c80 | refs/heads/master | 2021-01-01T03:33:43.683576 | 2016-06-01T12:51:45 | 2016-06-01T12:51:45 | 56,616,499 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 894 | puml | @startuml
D --> L: Register
R --> L: Register
V --> L: Register
User -> I: Show me list services
I --> L: List
I <-- L: [D,R,V]
I -> User: [D,R,V]
User -> I: Create task by[D,R,V]
I -> User: OK {task:1}
User -> I: Inspect(task:1)
activate I
I --> User: We start
I --> L : Get(task:1:validator.name)
I <-- L : return Service obj
I --> V : Validate(ValidationTask)
activate V
V --> L : Get(validateTask:resourser.name)
L --> V : return Service obj
V --> L : Get (validateTask:reporter.name)
L --> V : return Service obj
loop all data
V --> D : Get(validateTask:resourser.Config)
V <-- D : return (some data)
V --> V: validate (some data)
V --> R: Write(problem if found)
V <-- R: Ok
V --> I: send progress
I --> User: receive progress
end
D --> V: link to report
V --> I: finish , see link
deactivate V
I --> User: receive msg of validator
deactivate I
User -> R: give me report by link
@enduml | false | true | false | false | sequence |
80accd85474d25194226aeb08e6d47950d7244c2 | 6a9190343efb4e88cb30991def97833a156c40da | /documentation/default-descriptor-provider.plantuml | 44309ccd1e7b572ca98f890640b9e45566a4f027 | [
"Apache-2.0"
] | permissive | huberchrigu/hateoas-navigator | 600419fb4554e4fffc34a66e31dda3f8eb0385a0 | 08d83f7f9905b1fc43c76d51c049852afbca1d35 | refs/heads/master | 2023-01-22T18:02:36.969064 | 2021-02-06T12:37:12 | 2021-02-06T12:37:12 | 199,589,552 | 0 | 0 | Apache-2.0 | 2023-01-05T16:18:50 | 2019-07-30T06:31:31 | TypeScript | UTF-8 | PlantUML | false | false | 802 | plantuml | @startuml
package provider {
interface ResourceDescriptorProvider {
resolve()
}
class DefaultDescriptorProvider <<Service>>
DefaultDescriptorProvider --|> ResourceDescriptorProvider
}
package mapper {
abstract class DescriptorMapper
class CombiningDescriptorMapper
class JsonSchemaDescriptorMapper
class AlpsDescriptorMapper
DescriptorMapper <|-- JsonSchemaDescriptorMapper
DescriptorMapper <|-- AlpsDescriptorMapper
DescriptorMapper <|-- CombiningDescriptorMapper
DescriptorMapper <.. CombiningDescriptorMapper
note bottom of AlpsDescriptorMapper
Knows which resource belongs to an association/uri property.
end note
}
class ResourceSchemaService<<Service>>
DefaultDescriptorProvider ..> mapper
DefaultDescriptorProvider ..> ResourceSchemaService
@enduml
| false | true | false | false | class |
2c7304f6a1393b903fb3b60af6ca06137637894e | a79120c6f60221e3f09847e4a77605ea06a24afa | /app/src/main/java/de/dhbw/map/matchfield/matchfield.plantuml | 4db89b273fcdc27b38ed9ed63db394e4afbc8abe | [] | no_license | niwa99/Tower-Defense | c6e9e5b1f6cec98a91a1ff9ff894d5bf071ad728 | e3c502fdf2e22099f68a04209933b5c9d1a5acdc | refs/heads/master | 2020-08-07T13:38:17.006168 | 2020-07-02T08:36:46 | 2020-07-02T08:36:46 | 213,471,531 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,284 | plantuml | @startuml
title __MATCHFIELD's Class Diagram__\n
namespace de.dhbw {
namespace map.matchfield {
class de.dhbw.map.matchfield.MatchField {
- enemies : List<AEnemy>
- towers : List<ATower>
+ MatchField()
+ addEnemy()
+ addTower()
+ checkForFinishedGame()
+ continueTimers()
{static} + getDistance()
+ getTower()
+ pauseTimers()
+ removeDeadEnemy()
+ removeEnemiesInTarget()
+ removeTower()
+ slowEnemy()
+ startEnemyMovement()
+ startTowerFire()
+ stopTimer()
+ stopTimer()
- explode()
- getEnemy()
- getEnemyUUIDs()
- getTower()
- removeEnemy()
- removeImageViewOfEnemy()
- removeTower()
- spawnCarIfEnemyIsBossTank()
}
}
}
de.dhbw.map.matchfield.MatchField o-- de.dhbw.activities.GameActivity : gameActivity
de.dhbw.map.matchfield.MatchField o-- de.dhbw.util.AdvancedTimer : matchFieldTimer
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 |
afe2b6a39b745964b42282636bac7ddcdab53e21 | 73086ed2a90690089999b0afef9335c30f74df38 | /docs/models.puml | 522112849d5e0b60fb4e6a48d760cbe0a9f262b3 | [] | no_license | set-flags/set-flags | e49e4a33a7a8baf18520d4b590dd9bc09a4afb9b | cb95f7fbf39c7e800b6247d7846d066a47979462 | refs/heads/master | 2022-08-04T00:19:04.422788 | 2020-05-20T19:44:42 | 2020-05-20T19:44:42 | 264,734,108 | 5 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,237 | puml | @startuml
entity User {
* id: uuid
full_name: string
avatar_url: string
--
/users: GET
/users/:id: PUT
/myflags/:id: GET
/users/:id/rewards/:flag_id GET
}
entity Flag {
* id: uuid
* payer_id: uuid
task: string
days: int
* asset_id: uuid
amount: number
times_achieved: int
created_at: datetime
updated_at: datetime
--
/flags/:id: POST
/flags: GET
/flags/:id/done: PUT
}
entity Asset {
* id: uuid
symbol: string
price_usd: number
balance: number
paid_at: datetime
--
/assets/:id: GET
}
entity Evidence {
* attachment_id: uuid
* flag_id: uuid
file: file
type: string
created_at: datetime
// updated_at: datetime
--
/flags/:id/done PUT
/flags/:flag_id/evidences/:attachment_id: POST
/flags/:flag_id/evidences: GET
}
entity Witness {
* flag_id: uuid
* payee_id: uuid
--
/flags/:id/:op: PUT // yes, no
}
entity Payer {
paid: bool
}
entity Payee {
verified: bool
}
Payer --|> User
Payee --|> User
Flag "1" --- "*" Evidence: upload
Flag "*" --- "1" Asset: pay
Flag "*" --- "*" Witness: verify
Witness "1" -- "*" Asset: award
Witness "1" -- "*" User: reward
@enduml
| false | true | false | false | sequence |
edeb8d89ac9ecd53f85bfc30e84882f7143a46c0 | 89bc816f82866e6c43f58f5e088ada53ed728912 | /docs/diagrams/enkrino2.puml | ffc8194910eaaad267fbbbd1a3f1216254f72945 | [] | no_license | nemoworks/enkrinojs | e003f41763ec1005ec6033fcb66e424435cc1373 | a3c72c065ad8ba7e67fd0e6e1c34efd8f7d107f7 | refs/heads/master | 2023-07-17T12:58:39.009248 | 2021-08-26T12:50:35 | 2021-08-26T12:50:35 | 399,035,702 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 438 | puml | @startuml
state "design model" as designedmodel {
state S1 ##[bold]green
state S2
state S3
state S4
[*] -left-> S1
S1 -up-> S2
S1 -down-> S3
S2 -down-> S4
S3 -up-> S4
S4 -left-> [*]
}
state "mirror model" as mirror#lightblue{
state "S1" as MS1 ##[bold]green : \t**start->S1 | starting context**
state "S2" as MS2 : \t
state "S3" as MS3 : \t
state "S4" as MS4 : \t
}
@enduml
| false | true | false | false | state |
4807ff46259e62202fb17de15f0131b03fefa645 | 8647fb9e7ecc6e34c5d51dc45622215c0e839c58 | /Confidence Level/CL-200-Unhappy Path Token Expiry.puml | ace9b001ceb0d06f8b888ea10ff5e82bbd23cbaf | [
"Apache-2.0"
] | permissive | uk-gov-mirror/hmrc.api-architecture | 68206547d85e8d172634e51b40f936514897e870 | bf51f6dccfb84ac02a3614a06caa8993f8345609 | refs/heads/master | 2023-04-16T07:30:16.174231 | 2021-04-19T17:09:11 | 2021-04-19T17:09:11 | 356,719,835 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 669 | puml | @startuml
title
TO BE Unhappy Path Authentication Flow CL200: Token Expiry
end title
participant MTD as "MTD API Dev" #lightblue
participant APIG as "API Gateway" #lightblue
'participant IV as "Identity Verfication"
participant OA as "OAuth/IV" #lightblue
participant 3PV as "Registered App" #lightblue
actor TP as "MTD Taxpayer" #lightblue
note over TP #CCCCCC
Signed up to MTD
CL50
end note
note over MTD #CCCCCC
read:self-assessment
write:self-assessment
CL:200
end note
MTD -> APIG : Publish API
TP -> 3PV: Login
3PV -> OA: tax.service.gov.uk/oauth/authorize
TP -> OA: MTD sign in & 2FA
OA -> TP: Failed IV check
3PV -> TP: 3PV Guidance to user?
@enduml
| false | true | false | false | sequence |
77adb42f8eefacc905d9b5369383c3816bf3953b | 4d137273df199087e0caa6322eb17dcbb5bf2688 | /docs/diagrams/BackendClassDiagram.puml | c8a491a94110f7a5246c0fdf03209b28e1584239 | [] | no_license | marckysan/ResuMe | f9a64b455b217f5f9e13973aa433fd0ecf506fde | 09d1d0bf669c193afd783dea75d3956dfea1bfbf | refs/heads/main | 2023-02-12T23:45:14.620599 | 2020-12-26T08:03:58 | 2020-12-26T08:03:58 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,590 | puml | @startuml
skinparam monochrome true
hide empty members
class BackendController
BackendController --> Logic.ResumeSaver
BackendController --> Logic.ResumeGenerator
BackendController *-- "1" Model.Person
BackendController *-- "1" Storage.Storage
namespace Storage {
interface Storage
class StorageImpl
Storage <|.. StorageImpl
class JsonPersonSerializer
StorageImpl --> JsonPersonSerializer
JsonPersonSerializer --> Model.Person
class JsonPersonBuilder
StorageImpl --> JsonPersonBuilder
JsonPersonBuilder --> Model.PersonImpl
}
namespace Logic {
interface ResumeSaver
class ResumeSaverImpl
ResumeSaver <|.. ResumeSaverImpl
ResumeSaverImpl --> Model.Resume
interface ResumeGenerator
class ResumeGeneratorImpl
class AchievementSelector
ResumeGenerator <|.. ResumeGeneratorImpl
ResumeGeneratorImpl *-- "1" AchievementSelector
ResumeGeneratorImpl --> Model.ResumeImpl
ResumeGeneratorImpl --> Model.AchievementList
}
namespace Model {
interface Person
class PersonImpl {
PersonName name
}
Person <|.. PersonImpl
PersonImpl *-- "1" AchievementList
PersonImpl *-- "1" ResumeList
interface Achievement
class PersonalProject {
AchievementName name
AchievementDescription description
}
interface AchievementList
class AchievementListImpl
Achievement <|.. PersonalProject
AchievementList <|.. AchievementListImpl
AchievementListImpl o-- "*" Achievement
interface Resume
class ResumeImpl {
ResumeName name
ResumeContents contents
}
interface ResumeList
class ResumeListImpl
Resume <|.. ResumeImpl
ResumeList <|.. ResumeListImpl
ResumeListImpl o-- "*" Resume
}
@enduml | false | true | false | false | class |
c7b307664ab0b0b3bbf5f0ef105b9bc2ffdea2af | 4d76418682cd315d17ac1d169a8e4259779dd4b5 | /src/docs/plantuml/whitebox-hsc-level-1.puml | 53d33cace0e65b4f76793fc50228e8465e7fafe3 | [
"Apache-2.0",
"CC-BY-SA-4.0",
"LicenseRef-scancode-other-copyleft"
] | permissive | aim42/htmlSanityCheck | 268ef6439cbb980687139f46171908a9a0a84c09 | 01aa2e7afa082aa07e23d90444a9cb66bbd06525 | refs/heads/main | 2023-01-12T05:01:16.804667 | 2023-01-04T13:15:17 | 2023-01-04T13:15:17 | 19,579,904 | 63 | 58 | Apache-2.0 | 2023-01-04T13:15:19 | 2014-05-08T16:06:30 | Groovy | UTF-8 | PlantUML | false | false | 843 | puml | @startuml
skinparam componentStyle uml2
skinparam component {
backgroundColor<<planned>> Khaki
backgroundColor White
}
skinparam handwritten true
left footer
<font color=blue>HtmlSanityCheck</font>
https://github.com/aim42/htmlSanityCheck
endfooter
interface "local file system" as files
interface "external Websites" as web
rectangle "HtmlSanityCheck (Level 1)" as HSC {
[HSC Core] as core #YellowGreen
[HSC Gradle Plugin] -down-> core
[HSC Graphical UI] <<planned>> as ui
[HSC Maven Plugin] <<planned>> as mavenplugin
[FileUtil] as futil
[NetUtil] as netutil
mavenplugin .down-> core
ui .down-> core
core -> futil
core -> netutil
futil -down-> files
netutil -down-> web
}
:docu-author: -down-> ui
[Build System] as bs
bs -down-> [HSC Gradle Plugin]
bs .down.> mavenplugin
core -down-> files
core -down-> web
@enduml | false | true | false | false | class |
6556dbb35776558dcec6e46bcca8122bc88a4805 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/PaymentReference.puml | f12002fcdb9cd46f342f45865f3e43b618bfe874 | [] | 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,513 | 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 PaymentReference [[PaymentReference.svg]] extends Reference {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
obj: [[Payment.svg Payment]]
}
interface Reference [[Reference.svg]] {
typeId: [[ReferenceTypeId.svg ReferenceTypeId]]
id: String
}
interface PaymentInfo [[PaymentInfo.svg]] {
payments: [[PaymentReference.svg List<PaymentReference>]]
}
interface OrderPaymentAddedMessage [[OrderPaymentAddedMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
payment: [[PaymentReference.svg PaymentReference]]
}
interface OrderPaymentAddedMessagePayload [[OrderPaymentAddedMessagePayload.svg]] {
type: String
payment: [[PaymentReference.svg PaymentReference]]
}
PaymentReference --> PaymentInfo #green;text:green : "payments"
PaymentReference --> OrderPaymentAddedMessage #green;text:green : "payment"
PaymentReference --> OrderPaymentAddedMessagePayload #green;text:green : "payment"
@enduml
| false | true | false | false | sequence |
816e7781ed8a25f4b6663fa66375791fc4982c9d | 461901a377b07e8d699ab4afb6e7488f14143a55 | /src/com/wsh/pattern/uml/dependence/dependence.puml | 879240832d2d4606fd0df1cbd0bd537cca1044f1 | [] | no_license | wushanghui/project | 7009bd5fb484422d6e404483f9b9b2bd1e03f379 | 81f7d061ed471ae03ff5d33756ce23efa473a37a | refs/heads/master | 2020-06-17T18:34:13.378885 | 2019-10-07T14:35:35 | 2019-10-07T14:35:35 | 192,837,011 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 359 | puml | @startuml
class PersonServiceBean
class IDCard
class Person
class PersonDao
class Department
PersonServiceBean <.. IDCard
PersonServiceBean <.. Person
PersonServiceBean <.. PersonDao
PersonServiceBean <.. Department
class PersonServiceBean {
-personDao: PersonDao
+save(person: Person): void
+getIDCard(personid: Integer): IDCard
+modify(): void
}
@enduml | false | true | false | false | class |
1b45e8647db741bad375ef815fddad13025a06d4 | 85592c2f8d87903b27b3b6a1dd1f733231f6585c | /guava-tests/test/com/nanyin/test/design/builder/builder.puml | 28c007c51436c3412ccedb43132ee38a87434394 | [
"Apache-2.0"
] | permissive | NanYinIU/guava-with-comments | 52aa7248f4eb7f8d7bb8173b0d432de5a327490f | 04f402389aadc903ff4c595049dfb01575d3bd71 | refs/heads/master | 2021-06-27T20:31:52.847594 | 2019-06-28T03:04:02 | 2019-06-28T03:04:02 | 140,093,917 | 0 | 0 | Apache-2.0 | 2020-10-13T09:33:12 | 2018-07-07T15:05:44 | Java | UTF-8 | PlantUML | false | false | 599 | puml | @startuml
class Characters <<class>>{
__private__
- name : String
- age : int
- sex : String
- skill : String
- weapon : String
__public__
+ Characters(CharacterBuilder builder)
+ showCharacterBoard() : void
}
class CharacterBuilder <<class>>{
__private__
- name : String
- age : int
- sex : String
- skill : String
- weapon : String
__public__
+ buildBasicAttributes : CharacterBuilder
+ buildSkill : CharacterBuilder
+ billdWeapon : CharacterBuilder
+ build : Characters
}
CharacterBuilder ..> Characters
@enduml | false | true | false | false | class |
1384a32c9c2a8f5ad31b498bd73ec8d75877cf64 | e02b559aa78a602139766e0c722b71c77978a1bf | /src/wiki/_Home/uml/class_03b.puml | 97e3cd798d2e6d35e988e04c67d54a078dbac50d | [] | no_license | vitalispopoff/DSA_LectureAnalysis | ccb06eebdd404565442e965874ca3aa56cc58bcb | 3689ccdfd2299c2402c5bd0415336216eaeadc31 | refs/heads/master | 2022-12-29T20:46:03.754180 | 2020-08-03T21:05:50 | 2020-08-03T21:05:50 | 238,289,756 | 0 | 0 | null | 2020-10-13T19:23:20 | 2020-02-04T19:37:41 | Java | UTF-8 | PlantUML | false | false | 455 | puml | @startuml
/' note top of ASSOCIATION #white
note about
ASSOCIATION
end note'/
package ASSOCIATION <<Rectangle>>{
class Chain {
+{field} Anchor front
+{field} Anchor back
--
+{method} anchorUp (Anchor)
}
class Anchor {
+{field} Chain chain
--
' +{method} enchain (Chain)
}
Chain "1" -- "*" Anchor : +anchorUp >
hide members
}
@enduml | false | true | false | false | class |
bbdb68d9b7fd82db178db815f77bacc226faab34 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/UnitTesting/RiderTestRunner.puml | d761ccd3b33be11f0c881d3f6e2eefd4af134be9 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 207 | puml | @startuml
class RiderTestRunner <<static>> {
+ {static} RunTests(testMode:int, assemblyNames:string[], testNames:string[], categoryNames:string[], groupNames:string[], buildTarget:int?) : void
}
@enduml
| false | true | false | false | class |
b6d9c70b065400e3d97d3065e41c3905f16e888c | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Tooltip.puml | 214a13fe6346910d5f9e403d6b8642e500299de2 | [] | 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 | 494 | puml | @startuml
class Tooltip {
+ text : string <<get>> <<set>>
m_Pad : float = 4.0f
+ pad : float <<get>> <<set>>
+ Tooltip(theStyle:GUIStyle, font:GUIStyle)
+ Tooltip()
+ Draw() : void
}
Tooltip --> "style" GUIStyle
Tooltip --> "m_Font" GUIStyle
Tooltip --> "font" GUIStyle
Tooltip --> "m_TextContent" GUIContent
Tooltip --> "textContent" GUIContent
Tooltip o-> "m_ForeColor" Color
Tooltip --> "foreColor" Color
Tooltip --> "m_Bounds" Rect
Tooltip --> "bounds" Rect
@enduml
| false | true | false | false | class |
e350aeacfca934db59af0cd395857573d97c6457 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/crm01_01/edicao_contacto/i130371/crm_01_01_addContact.puml | 3c324c54b90dff77f9b2f53aafdb966cee3fdc71 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 709 | puml | @startuml doc-files/crm_01_01_addContact.png
participant "ContactsPanel : JPanel" as cp
participant "ContactsController" as ctrl
participant "contactFrame: JFrame" as jframe
participant "Contact" as contact
participant "Persistence" as pers
participant "RepositoryFactory" as repFactory
participant "ContactsRepository" as contactsRep
note right of cp
Selects the
option create
end note
create jframe
cp -> jframe : new ()
jframe -> ctrl : addContact(contact)
ctrl -> pers : getRepositoryFactory()
pers -> repFactory : newInstance()
ctrl -> repFactory : getContactsRepository()
ctrl -> contactsRep : add(contact)
@enduml | false | true | false | false | sequence |
1dc7d257f02a3622e44af8b151dd86c9d8b0bc7e | 49d91500d18692c9a38c862e9eaa2f44a39102b1 | /src/main/pumlFiles/ex44/ex44.puml | 886fc7b68c6ea7034f34ffb8e97157b30e29dec7 | [] | no_license | DonovanReynolds/Reynolds-cop3330-Assignment3 | 30571a8a9d57511d1d2eadbf6ce5c91bd5ef463c | b1899365f97d7b2317a98ecf4cfd7eef85423f27 | refs/heads/master | 2023-08-14T09:47:34.326327 | 2021-10-10T13:47:32 | 2021-10-10T13:47:32 | 415,598,614 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 753 | puml | @startuml
'https://plantuml.com/class-diagram
class App {
+checkArr(String,ArrayList<>)
}
class Methods{
+inputOutput(String)
+getFirstChar(String)
+stringToInt(String)
+stringToIntNoLoop(String)
+stringToDouble(String)
}
class JsonParse {
*ArrayList<>
+JsonParse()
+getProducts()
+makeArr(JsonArray)
+getFile(String)
}
class Product {
*String name
*double price
*int quantity
+Product()
+Product(String, double, int)
+getName()
+getPrice()
+getQuantity()
+setName()
+setPrice()
+setQuantity()
+toString()
}
object File
object ProductList
App --> Methods
App --> JsonParse
JsonParse o--> File
JsonParse --> ProductList
ProductList o--> Product
@enduml | false | true | false | false | class |
f23bfa6c430b3cf7d322be3d5b88de51ddb48ca9 | 2733e9340195c6bcd927034ca398b0467c862c7f | /Generator/tool.puml | d06169b72afb7c291e8b1c548dc9ea43a9cc96bd | [] | no_license | adrian-helberg/bachelor | 0026c51b9feb31ba3dc0dafdcd68a30cbd492509 | d5261079a68bbc7c72c11ef93ff1e4f0241e5c51 | refs/heads/master | 2021-07-09T02:59:34.394076 | 2021-03-28T12:52:49 | 2021-03-28T12:52:49 | 237,755,354 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,066 | puml | @startuml
class de.haw.tool.Compressor {
- TreeNode<TemplateInstance> tree
- LSystem LPlus
- LSystem L
- float weighting
- Random randomizer
+ LSystem compress()
- TreeNode<TemplateInstance> FindMaximumSubTree(TreeNode<TemplateInstance>)
- List<TreeNode<TemplateInstance>> getOccurrences(TreeNode<TemplateInstance>,TreeNode<TemplateInstance>)
- float Ci(LSystem)
- int countRuleApplications(LSystem,String)
}
class de.haw.tool.Generalizer {
- LSystem LStar
- float w0
- float Cg_old
- float cStar
+ LSystem generalize()
- float Cg(LSystem,LSystem)
- int L(LSystem)
- float Dg(LSystem)
- float Ds(String,String)
}
class de.haw.tool.Estimator {
- Map<String,Map<Integer,List<Float>>> parameters
- Random randomizer
+ void estimateParameters(TreeNode<TemplateInstance>)
+ float estimateParameterValueForTemplate(String,int)
+ float averageParameterValueForTemplate(String,int)
+ String toString()
}
class de.haw.tool.Inferer {
- Iterator<TreeNode<TemplateInstance>> iterator
- TreeNode<TemplateInstance> beta
- String gamma
- LSystem lSystem
+ LSystem infer()
}
@enduml | false | true | false | false | class |
fb870bb89d693f090fce07db1b3de5c5c189fed1 | b45fa3584d86664b968ca4261d425300da67d5b1 | /Diagrams/UseCaseDiagrams/LoginUseCase.puml | 870081a5aaa94c267800a986bf0f615dde85e890 | [] | no_license | syedyasirali22/Attendance | c19de58683356c1375bfd9b0a2e9d822759b7d3a | f91ae28e13d08ee03f695ea72273ad29d091de0d | refs/heads/master | 2020-09-21T02:47:03.104110 | 2020-01-07T10:52:42 | 2020-01-07T10:52:42 | 224,657,474 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,114 | puml | @startuml
left to right direction
skinparam packageStyle rectangle
actor employee
actor admin
rectangle Login {
(Login) .> (Submit Attendance) : After Validating
'(Submit Attendance) .> (View All Employee Attendance) : OR
(Login) <--employee
admin --> (Login)
employee --> (Submit Attendance)
admin --> (Submit Attendance)
admin --> (View All attendance)
' employee --> (Edit Name)
' admin --> (Edit Name)
' employee --> (Change Password)
' admin --> (Change Password)
}
'Alice-->Bob: Authentication Request
'Bob-->Alice: Authentication Response
'digraph G {
' "User" [shapefile="stick.png"];
' "Log In" [shape=ellipse];
' "User"->"Log In" [arrowhead=none]
'}
'digraph first {
'a->b;
'node [shape=box];a;c;d;e;
'node [shape=ellipse];f;g;h;i;j;k;l;
'a ->j;
'a->g [label="20"];
'b->f;
'f->h;
'g->d;
'f->d;
'c->e;
'e->d->i [dir=none] ;
'}
'left to right direction
'skinparam packageStyle rectangle
'actor customer
'actor clerk
'rectangle checkout {
' employee -- (checkout)
' (checkout) .> (payment) : include
' (help) .> (checkout) : extends
' (checkout) -- admin
'}
@enduml | false | true | false | false | usecase |
92d88c3de224662200b16cde1c4c45b902d1cfc6 | f008b2b358bf10e40232d7fe30bf6363cf9ba0b2 | /app/UML/SSDRandomPalette.puml | be93a66c41fe6caef4797714f6ca892775a5582a | [] | no_license | zealousduck/PicYaPalette | 5b3913a15dbaa2d69fd27308f60ac26ebd0ce5db | f9be43e584bdd9cb2c4b33896ad01f961a60b2ce | refs/heads/master | 2020-05-17T04:54:44.255725 | 2015-05-03T18:27:37 | 2015-05-03T18:27:37 | 33,617,151 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 108 | puml | @startuml
User -> System: Select "Random Palette"
System --> User: Display generated palettes screen
@enduml | false | true | false | false | sequence |
dd940d6465f4856b96e31b2bce6695b214b83de1 | 46ac19fdc1692da6dea80d191b853c1d9cfddb16 | /Documentation/Test2.puml | b3fc3f6adf79bd5db221ce497558bd711c08648d | [
"MIT"
] | permissive | bobkocisko/libgui | 661022676987c163f038fdd5d08f90d0fc2b740f | 41444ff9db4c1848b193ded7d6fb1c982bee31c4 | refs/heads/master | 2021-08-07T17:55:37.755759 | 2021-07-30T15:55:13 | 2021-07-30T15:55:13 | 33,839,331 | 5 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 343 | puml | @startuml
[*] --> Enabled
state Enabled: enter: "EnterEnabled"
state Enabled: leave: "LeaveEnabled"
state Enabled {
[*] -> Pending
Pending -> Engaged: Down / "Down"
Engaged -> Pending: Up / "Up"
state Engaged: enter: "EnterEngaged"
state Engaged: leave: "LeaveEngaged"
}
Enabled -> Disabled: TargetBecameDisabled
@enduml | false | true | false | false | sequence |
065932002e945787efd9175c682cba497e005ff9 | bdd433c3af2f10384f0a4fb06a6354b51a70750e | /plantuml/C4/C4-Level4/Base/DegreesController.puml | 5be7774b41c2b1070937bf20353894a455c6405d | [] | 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 | 281 | puml | @startuml
hide empty fields
hide empty methods
frame DegreesController{
class DegreesController {
}
database DatabaseContext{
}
DegreeRepository <-- DegreesController
Degree <-- DegreesController
Degree --> Course
Degree <-- Course
DegreeRepository --> DatabaseContext
}
@enduml
| false | true | false | false | sequence |
56afa8f1d270208fec682870f46836d299159cb5 | 93852ba01dc1323c634f428d64e1e34c0c43f504 | /documentation/class_diagrams/pattert_test.puml | ef6879eb8bb92dcbee9796360779f7d3bbbda016 | [
"MIT"
] | permissive | ADCenterNetwork/discern-fmk | 6605900d286fa309b39130ec7b612ba5262200f2 | 4781f1a986f7b24f298b2729b87ddee4227cb1d0 | refs/heads/main | 2023-06-10T15:23:16.715468 | 2021-07-07T12:09:24 | 2021-07-07T12:09:24 | 381,624,990 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,657 | puml | @startuml Pattern_test-model
abstract class PatternTest {
+ patternDetection(string): void
- {abstract} secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- predictions(List[String]): Tensor
- printPredictions(List[String], Tensor, List[String]): void
}
' Layers
class CodingLayer extends AbstractLayer{
+ codingLayer(nodes: List[Node], wR: Tensor, wL: Tensor, b: Tensor): List[Node]
- codingIterations(): void
}
class ConvolutionalLayer extends AbstractLayer{
+ convolutionalLayer(nodes: List[Node]): List[Node]
- calculateY(nodes: List[Node]): void
- slidingWindowTensor(Node): Tensor
}
class PoolingLayer extends AbstractLayer{
+ poolingLayer(nodes: List[Node]): Tensor
}
class HiddenLayer extends AbstractLayer{
+ hiddenLayer(Tensor): Float
}
abstract class AbstractLayer {
}
'Test
class GeneratorTest extends PatternTest {
- conv: ConvolutionalLayer
- pooling: PoolingLayer
- hidden: HiddenLayer
- secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- loadMatricesAndVectors(CSVFiles): void
}
class WrapperTest extends PatternTest {
- cod: CodingLayer
- conv: ConvolutionalLayer
- pooling: PoolingLayer
- hidden: HiddenLayer
- secondNeuralNetwork(Tuple[Tensor, Tensor, Tensor, Tensor]): float
- loadMatricesAndVectors(CSVFiles): void
}
class Utils{
+ accuracy(predicts: Tensor, targets: Tensor): Float
+ confMatrix(predicts: Tensor, targets: Tensor): Matrix
}
PatternTest "one" .left.> "one" Utils : uses
GeneratorTest "one"..> "one" AbstractLayer: uses
WrapperTest "one"..> "one" AbstractLayer: uses
@enduml | false | true | false | false | class |
4d5325f7f51e96a0cba8397f9104326a65d3b275 | bf3e610c8668e525aedcca58ddbe9da7c19e427e | /docs/design/hub-and-spoke/crud/update/flow-update-fsm.puml | 7f032bb2472173714dab0e58501fa53cef04c6f4 | [
"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 | 6,409 | puml | flow-update-fsm.png was created with draw.io to make the diagram easier to read.
The current file was created so that in the case of a FSM design change we have the textual difference of what was
changed. This file exactly describes all the transitions in the implemented FSM.
@startuml
title Flow Update FSM
hide empty description
[*] --> FLOW_VALIDATED : next
[*] --> FINISHED_WITH_ERROR : error
FLOW_VALIDATED --> FLOW_UPDATED : next
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : timeout
FLOW_VALIDATED --> REVERTING_FLOW_STATUS : error
FLOW_UPDATED --> PRIMARY_RESOURCES_ALLOCATED : next
FLOW_UPDATED --> RESOURCE_ALLOCATION_COMPLETED : update-endpoint-rules-only
FLOW_UPDATED --> REVERTING_FLOW: timeout
FLOW_UPDATED --> REVERTING_FLOW: error
PRIMARY_RESOURCES_ALLOCATED --> PROTECTED_RESOURCES_ALLOCATED : next
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PRIMARY_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PRIMARY_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
PROTECTED_RESOURCES_ALLOCATED --> RESOURCE_ALLOCATION_COMPLETED : next
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : timeout
PROTECTED_RESOURCES_ALLOCATED --> NEW_RULES_REVERTED : error
PROTECTED_RESOURCES_ALLOCATED --> REVERTING_ALLOCATED_RESOURCES : no-path-found
RESOURCE_ALLOCATION_COMPLETED --> INSTALLING_NON_INGRESS_RULES : next
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : timeout
RESOURCE_ALLOCATION_COMPLETED --> NEW_RULES_REVERTED : error
INSTALLING_NON_INGRESS_RULES : response-received / remove pending command
INSTALLING_NON_INGRESS_RULES : error-received / put failed command
INSTALLING_NON_INGRESS_RULES --> NON_INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
INSTALLING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
NON_INGRESS_RULES_INSTALLED --> VALIDATING_NON_INGRESS_RULES : next
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : timeout
NON_INGRESS_RULES_INSTALLED --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES : response-received / remove pending command
VALIDATING_NON_INGRESS_RULES : error-received / put failed command
VALIDATING_NON_INGRESS_RULES --> NON_INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : timeout
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : error
VALIDATING_NON_INGRESS_RULES --> PATHS_SWAP_REVERTED : missing-rule-found
NON_INGRESS_RULES_VALIDATED --> PATHS_SWAPPED : next
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
NON_INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
PATHS_SWAPPED --> INSTALLING_INGRESS_RULES : next
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : timeout
PATHS_SWAPPED --> REVERTING_PATHS_SWAP : error
INSTALLING_INGRESS_RULES : response-received / remove pending command
INSTALLING_INGRESS_RULES : error-received / put failed command
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : rules-installed
INSTALLING_INGRESS_RULES --> INGRESS_RULES_INSTALLED : ingress-is-skipped
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
INSTALLING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
INGRESS_RULES_INSTALLED --> VALIDATING_INGRESS_RULES : next
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_INSTALLED --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES : response-received / remove pending command
VALIDATING_INGRESS_RULES : error-received / put failed command
VALIDATING_INGRESS_RULES --> INGRESS_RULES_VALIDATED : rules-validated
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : timeout
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : error
VALIDATING_INGRESS_RULES --> REVERTING_PATHS_SWAP : missing-rule-found
INGRESS_RULES_VALIDATED --> NEW_PATHS_INSTALLATION_COMPLETED : next
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : timeout
INGRESS_RULES_VALIDATED --> REVERTING_PATHS_SWAP : error
NEW_PATHS_INSTALLATION_COMPLETED --> REMOVING_OLD_RULES : next
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : timeout
NEW_PATHS_INSTALLATION_COMPLETED --> REVERTING_PATHS_SWAP : error
REMOVING_OLD_RULES : response-received / remove pending command
REMOVING_OLD_RULES : error-received / put failed command
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : rules-removed
REMOVING_OLD_RULES --> OLD_RULES_REMOVED : error
OLD_RULES_REMOVED --> OLD_PATHS_REMOVAL_COMPLETED : next
OLD_RULES_REMOVED --> UPDATING_FLOW_STATUS : update-endpoint-rules-only
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : next
OLD_PATHS_REMOVAL_COMPLETED --> DEALLOCATING_OLD_RESOURCES : error
DEALLOCATING_OLD_RESOURCES --> OLD_RESOURCES_DEALLOCATED : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : next
OLD_RESOURCES_DEALLOCATED --> UPDATING_FLOW_STATUS : error
UPDATING_FLOW_STATUS --> FLOW_STATUS_UPDATED : next
FLOW_STATUS_UPDATED --> NOTIFY_FLOW_MONITOR : next
FLOW_STATUS_UPDATED --> NOTIFY_FLOW_MONITOR_WITH_ERROR : error
NOTIFY_FLOW_MONITOR --> FINISHED : next
NOTIFY_FLOW_MONITOR_WITH_ERROR --> FINISHED_WITH_ERROR : next
FINISHED_WITH_ERROR : enter / report error
FINISHED --> [*]
FINISHED_WITH_ERROR --> [*]
REVERTING_PATHS_SWAP : enter / report error
REVERTING_PATHS_SWAP --> PATHS_SWAP_REVERTED : next
PATHS_SWAP_REVERTED : enter / report error
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : next
PATHS_SWAP_REVERTED --> REVERTING_NEW_RULES : error
REVERTING_NEW_RULES : response-received / remove pending command
REVERTING_NEW_RULES : error-received / put failed command
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : rules-removed
REVERTING_NEW_RULES --> NEW_RULES_REVERTED : error
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : next
NEW_RULES_REVERTED --> REVERTING_ALLOCATED_RESOURCES : error
NEW_RULES_REVERTED --> REVERTING_FLOW : update-endpoint-rules-only
REVERTING_ALLOCATED_RESOURCES : enter / report error
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : next
REVERTING_ALLOCATED_RESOURCES --> RESOURCES_ALLOCATION_REVERTED : error
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : next
RESOURCES_ALLOCATION_REVERTED --> REVERTING_FLOW : error
REVERTING_FLOW : enter / report error
REVERTING_FLOW --> REVERTING_FLOW_STATUS : next
REVERTING_FLOW --> REVERTING_FLOW_STATUS : error
REVERTING_FLOW_STATUS --> NOTIFY_FLOW_MONITOR_WITH_ERROR : next
REVERTING_FLOW_STATUS --> NOTIFY_FLOW_MONITOR_WITH_ERROR : error
@enduml
| false | true | false | false | sequence |
86a37b14da9fa1ec2159792167328c8384603a51 | 0912a90f18b5fd88297c2c3c5e6421413e22919b | /docs/uml/sequence/login.puml | f7455d3f99cec23d2272ee8c9ecc38313ef915dc | [] | no_license | stroitel201/techshop | a57b4e5b778063f8bbcfd2cc4d3a5b009d3d04c2 | 180c9ad183c5a9237603f67f5e0a4dde9ac63f4b | refs/heads/master | 2023-01-29T07:05:51.369171 | 2020-12-02T03:59:08 | 2020-12-02T03:59:08 | 307,869,923 | 0 | 2 | null | 2020-12-02T02:59:51 | 2020-10-28T01:08:39 | Java | UTF-8 | PlantUML | false | false | 1,028 | puml | @startuml Create Bot
hide footbox
actor Anonymous
Anonymous -> "Login : UI" as UI: Login Button
activate UI
UI -> SpringMVC_endpoint: << POST auth/login>>
activate SpringMVC_endpoint
SpringMVC_endpoint -> AuthenticationManager: authenticate
activate AuthenticationManager
alt BadCredentials == false
SpringMVC_endpoint -> JWTTokenProvider: createToken
activate JWTTokenProvider
JWTTokenProvider ->SpringMVC_endpoint: token
deactivate JWTTokenProvider
SpringMVC_endpoint -> TokenService: save
activate TokenService
TokenService-> TokenDAO: save
activate TokenDAO
TokenDAO-> Database: insert
activate Database
deactivate Database
deactivate TokenDAO
deactivate TokenService
SpringMVC_endpoint --> UI: Username-token
UI --> Anonymous: Redirect to main page
else BadCredentials == true
AuthenticationManager --> SpringMVC_endpoint: BadCredentialsException
deactivate AuthenticationManager
SpringMVC_endpoint-->UI: HTTP 401
UI-->Anonymous: Reload login page
deactivate SpringMVC_endpoint
deactivate UI
end
@enduml | false | true | false | false | sequence |
c7a41c36b53228d2dcbe5f12806fbdad8e230a7b | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros02_01/variables/i130395/design_macros_02_01.puml | 4d7d564cf1bdc124885d6fcead2abdbba2c21921 | [] | no_license | 1130348/Confusao | 62e06a3428e4455807b6b247c52d9f94b95fa2c1 | 4fa082ace786a61c0868e6ff8f08ac2497fbabd3 | refs/heads/master | 2020-03-25T00:25:42.003519 | 2015-06-26T14:16:24 | 2015-06-26T14:16:24 | 143,185,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 702 | puml | @startuml doc-files/draft_macros_02_01.png
actor User
participant "CellUI" as UI
participant "CellCtrl" as ctrl
participant "Cell" as cell
participant "Formula" as Formula
participant "Workbook" as Workbook
participant "Variable" as Variable
User -> UI : string
activate UI
UI -> ctrl : setContent(string)
activate ctrl
deactivate UI
ctrl -> cell : setContent(string)
activate cell
deactivate ctrl
cell->Formula : create(string)
Formula->Workbook : setContent(value)
activate Workbook
Workbook->Workbook : valida()
alt se nao existir
Workbook->Variable : create(value, workbook)
Workbook -> Workbook : add(variable)
else
Workbook -> Variable : setVariableValue(value,workbook)
end
@enduml | false | true | false | false | usecase |
8dae3f41a9760d7b09131d2151b3caa06d32c646 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ShippingDraft.puml | c5aa5f742f22103fa947838a91400b3737e108b2 | [] | 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 | 2,323 | 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 ShippingDraft [[ShippingDraft.svg]] {
key: String
shippingMethod: [[ShippingMethodReference.svg ShippingMethodReference]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartDraft [[CartDraft.svg]] {
currency: String
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]]
anonymousId: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[LineItemDraft.svg List<LineItemDraft>]]
customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]]
taxMode: [[TaxMode.svg TaxMode]]
externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
shippingMode: [[ShippingMode.svg ShippingMode]]
customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]]
shipping: [[ShippingDraft.svg List<ShippingDraft>]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
discountCodes: [[String.svg List<String>]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
deleteDaysAfterLastModification: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
ShippingDraft --> CartDraft #green;text:green : "shipping"
@enduml
| false | true | false | false | sequence |
f46b4f07b980abd5fdd9345e87523a97e7c83e12 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/admin/AddPegawaiBKA.puml | 1ddf4095a913bb2b20d3f3d52b51276c6b623ddc | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | fiqihrosady/sistem_kp | b593e68eda63e3c4b2953447a2aa8f25f33f9921 | 7b9060a89f852577a6f4c1ea2596b59beb5e5b77 | refs/heads/master | 2020-09-27T00:03:37.042300 | 2019-12-05T18:54:26 | 2019-12-05T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,312 | puml | @startuml
autonumber
hide footbox
title Menambah Pegawai BKA
Actor Admin
boundary Dashboard_V
boundary PegawaiBKA_V
boundary AddPegawaiBKA_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Admin: Halaman Dashboard
Admin --> Dashboard_V: klik menu Pegawai BKA
Dashboard_V --> Pegawai_C: pegawaibka()
Pegawai_C --> Pegawai_E:
Pegawai_E --> Pegawai_C:
Pegawai_C --> PegawaiBKA_V: load->view()
PegawaiBKA_V --> Admin: Halaman Pegawai BKA
Admin --> PegawaiBKA_V: klik tombol Add Pegawai TA
PegawaiBKA_V --> Pegawai_C: addpegawaibka()
Pegawai_C --> AddPegawaiBKA_V: load->view()
AddPegawaiBKA_V --> Admin: Halaman Add Pegawai BKA
Admin --> AddPegawaiBKA_V: Mengisi Inputan dan klik tombol add
note right of Admin
Inputan Nama, NIP, Jenis Kelamin, tempat lahir, tanggal lahir, alamat dan jabatan
end note
AddPegawaiBKA_V --> Pegawai_C: addpegawaibka()
Pegawai_C --> Pegawai_E:
alt isValid() case
Pegawai_E --> Pegawai_C: isValid()
Pegawai_C --> PegawaiBKA_V: load->view()
PegawaiBKA_V --> Admin: Halaman Pegawai BKA
else isInvalid() case
Pegawai_E --> Pegawai_C: isValid()
Pegawai_C --> AddPegawaiBKA_V: load->view()
AddPegawaiBKA_V --> Admin: Halaman Add Pegawai BKA
end
@enduml | false | true | false | false | sequence |
9b96a3af6f31e0cd25210b04abba6d6432982ef4 | d03e77344fd24ec4318026eac98c60cbff8f33b2 | /usage/aspirations/umls/uml-archival.puml | d4a24fcbeb4af306aa4c1b904a7f10aaf60b6d84 | [] | no_license | joergen-vs/73027c42-c2cd-4c62-b1f4-2532c0eb8dab | 666700dec8b9a1bb2dc54d74c889b8b2fff823de | 67f90c7fdc9b60869f7fab96dfc93c673e64b9d3 | refs/heads/master | 2023-08-31T14:38:22.361786 | 2023-06-29T07:42:11 | 2023-06-29T07:42:11 | 99,930,024 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 287 | puml | @startuml "Archival extraction"
interface container
package "Archival extraction" <<Folder>> {
container <-- archive
!includeurl https://raw.githubusercontent.com/joergen-vs/73027c42-c2cd-4c62-b1f4-2532c0eb8dab/master/usage/aspirations/umls/uml-location.puml
}
@enduml
| false | true | false | false | class |
8a95c72beae738aa1fe1544ce22276f7dfd1c24c | 86a3a7f68a26bf947a96c34a6b008dc98e48c575 | /lapr2-2020-g041/docs/MD/MD.puml | 842524c2fe415c06b8b46fab6572a0749d06c347 | [
"MIT"
] | permissive | GJordao12/ISEP-LAPR2 | 7f01f7fe4036f17a4a76f0595e80564c2dda7b3c | 0c537d1cf57f627f98e42b6f1b7e100f49ff2d15 | refs/heads/master | 2023-08-17T10:59:19.469307 | 2021-10-02T16:27:19 | 2021-10-02T16:27:19 | 272,283,723 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,359 | puml | @startuml
hide methods
left to right direction
class Platform {
-String designation
}
class Administrator {
}
class Organization {
-String designation
}
class User {
-String name
-String email
-String password
}
class Collaborator {
-String name
-String email
}
class Manager {
-String name
-String email
}
class Freelancer {
-String id
-String name
-String email
-double NIF
-String IBAN
-double OverallPayments
}
enum LevelOfExpertise {
-JUNIOR
-SENIOR
}
class Location {
-String address
-String country
}
class PaymentTransaction {
-String id
}
class Task {
-String id
-String briefDescription
-Double timeDuration
-Double costPerHour
-String category
}
class TaskExecution{
-Date deadline
-Double delay
-String descQualityWork
}
class ExternalEmailSenderAlgorithm {
}
class ExternalPasswordGeneratorAlgorithm {
}
class Conversion {
}
Platform "1" -- "*" Organization : has registered >
Platform "1" -- "*" Freelancer : has registered >
Platform "1" -- "*" User : has registered >
Platform "1" -- "*" Administrator : has registered >
Platform "1" -- "1" ExternalEmailSenderAlgorithm : resort to >
Platform "1" -- "1" ExternalPasswordGeneratorAlgorithm : resort to >
Platform "1" -- "1" Conversion : resort to >
Conversion "1" -- "*" PaymentTransaction : converts >
Administrator "0..1" -- "1" User : act as >
Administrator "1" -- "*" Organization : registers >
Organization "1" -- "1" Collaborator: has >
Organization "1" -- "1" Manager: has >
Organization "1" -- "*" Task : has >
Organization "1" -- "*" PaymentTransaction : has >
ExternalEmailSenderAlgorithm "1" -- "*" Freelancer : sends email to >
ExternalPasswordGeneratorAlgorithm "1" -- "*" User : generates password to >
Task "1" -- "0..1" TaskExecution : has >
Collaborator "0..1" -- "1" User : act as >
Collaborator "1" -- "*" Freelancer : registers >
Collaborator "1" -- "*" PaymentTransaction : does >
Collaborator "1" -- "*" Task : creates >
Collaborator "1" -- "*" TaskExecution : creates >
Manager "0..1" -- "1" User : act as >
Manager "1" -- "*" PaymentTransaction : defines >
PaymentTransaction "*" -- "1" Freelancer : to >
PaymentTransaction "1" -- "1" Task : referent >
Freelancer "1" -- "1" LevelOfExpertise : has >
Freelancer "1" -- "1" Location : has >
Freelancer "1" -- "*" Task : does >
@enduml
| false | true | false | false | class |
fafd3824065dea4ed7cbed83573b4f8cbb3ed20a | 23eebc652cc34d63a61ab645cccb3e0d12192028 | /documentation/logicalview/analysisview/repository/classanalysis/puml/models/Vehicle.puml | 6cfb7247a24c0f45887119ae45bd452a2bad4745 | [] | 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 | 187 | puml | @startuml
class Vehicle {
}
ConfigVehicleView --> Vehicle
VehiclesView ----> Vehicle
InterventionsView --> Vehicle
ConfigClientView ----> Vehicle
DashboardView --> Vehicle
@enduml | false | true | false | false | class |
a09566e621d3b823133abf632a39995ac8c5270e | 92977ea6ba766b9d87fcfc6dce5b6d0c712aa3d2 | /docs/diagrams/DietTrackerBmiCommandClassDiagram.puml | 9b9d5afc3517956bd7dd27e6a50697b39efa6ec1 | [
"MIT"
] | permissive | WillySeahh/main | 202ea13b74807727fa8b1010b30139a034b8d94e | 664611ec114ad35b7528bab89ca4c47876b28f22 | refs/heads/master | 2021-01-05T16:17:11.402471 | 2020-04-16T18:11:29 | 2020-04-16T18:11:29 | 241,072,558 | 0 | 0 | NOASSERTION | 2020-02-17T09:52:59 | 2020-02-17T09:52:58 | null | UTF-8 | PlantUML | false | false | 2,725 | puml | @startuml
/' @author @jarrod-bob'/
/' Got inspiration and adapted
from https://github.com/AY1920S2-CS2103T-W12-1/main/blob/master/docs/images/DeliveredClassDiagram.png '/
skinparam backgroundColor #ffffff
skinparam classAttributeIconSize 0
hide circle
class BmiCommandParser implements Parser {
/' Methods '/
+ parse(args : String) : BmiCommand
}
interface Parser<T extends Command> <<Interface>> {
parse(userInput : String) : BmiCommand
}
abstract class Command<E> {
{abstract} execute(model : E) : CommandResult
}
class BmiCommand extends Command {
/' Fields '/
- bmi : Bmi
- height : Height
- weight : Weight
/' Methods '/
+ execute(dietModel : DietModel) : CommandResult
+ equals(other : Object) : boolean
}
interface DietModel <<Interface>> {
+ PREDICATE_SHOW_ALL_FOODS : Predicate<Food>
+ setUserPrefs(userPrefs : ReadOnlyUserPrefs) : void
+ getUserPrefs() : ReadOnlyUserPrefs
+ getMyselfFilePath() : Path
+ setMyselfFilePath(myselfFilePath : Path) : void
+ setMyself(myself : ReadOnlyMyself) : void
+ getMyself() : ReadOnlyMyself
+ setHeight(height : Height) : void
+ setWeight(weight : Weight) : void
+ getHeight() : Height
+ getWeight() : Weight
+ setMode(mode : Mode) : void
+ printMetrics() : String
+ getMode() : Mode
+ getFoodBookFilePath() : Path
+ setFoodBookFilePath(foodBookFilePath : Path) : void
+ setFoodBook(foodBook : ReadOnlyFoodBook) : void
+ getFoodBook() : ReadOnlyFoodBook
+ hasFood(food : Food) : boolean
+ deleteFood(target : Food) : void
+ addFood(food : Food) : void
+ setFood(target : Food, editedFood : Food) : void
+ getFilteredFoodList() : ObservableList<Food>
+ listFoods(mode : String) : String
+ updateFilteredFoodList(predicate : Predicate<Food>) : void
}
class Bmi {
/' Fields '/
+ height : Float
+ weight : Float
+ bmi : String
+ bmiFloat : Float
+ category : String
/' Methods '/
+ isValidHeight(test : String) : boolean
+ isValidWeight(test : String) : boolean
+ calcBmi() : Float
}
class Height {
/' Fields '/
- heightString : String
- heightFloat : Float
/' Methods '/
+ isValidHeight(test : String) : boolean
+ isZero() : boolean
+ isNotZero() : boolean
}
class Weight {
/' Fields '/
- weightString : String
- weightFloat : Float
/' Methods '/
+ isValidWeight(test : String) : boolean
+ isZero() : boolean
+ isNotZero() : boolean
}
BmiCommand ..> DietModel
BmiCommandParser ..> BmiCommand
BmiCommandParser ..> Height
BmiCommandParser ..> Weight
BmiCommand *--> Height
BmiCommand *--> Weight
BmiCommand *--> Bmi
@enduml
| false | true | false | false | class |
e5ab002d1ab8b0003a67fb4c2378c1cf309cf1ae | 6a31305f49d1d2770c4876be5587fcfb799bf32d | /src/main/java/ex46/ex46.puml | 75b303df348a6ab10094a579148d1a96e799a78d | [] | no_license | ShintaroKisarag/TRAN-cop3330-assignment3 | 0f94fd37ffd0d2a65b43a924121b59f906ea88da | 12ebef121528d2e43d5d2e80e55504cd524cc023 | refs/heads/master | 2023-08-23T01:47:42.112869 | 2021-10-12T03:15:37 | 2021-10-12T03:15:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 347 | puml | @startuml
'https://plantuml.com/class-diagram
main <|-- readFile
main <|-- frequencyOfWords
class frequencyOfWords {
Treemap<>()
String[]Array
String string
}
class readFile {
String words
Scanner inputs
File(path)
String.valueOf(hide))
}
class main{
string input
String inputFile
frequencyOfWords(objects.requireNonNull(input))
}
@enduml | false | true | false | false | class |
60edaaae809d795b4ca462913111a6eb7fd011b6 | d3041cf51b2dd9a46b8c309151fd18e4fa8633eb | /docs/puml/Favourite.puml | befb6895a996f1867827a2c52d638c1ac4fba3c5 | [] | no_license | AY2021S2-CS2113T-T09-2/tp | 06e70bc7d7d14db76f258d914f82a0ac845e0f49 | db579dae196f350b79272d99ffe91dbcbc7cafa4 | refs/heads/master | 2023-03-28T21:39:51.497537 | 2021-04-16T15:18:52 | 2021-04-16T15:18:52 | 344,310,358 | 0 | 5 | null | 2021-04-16T15:18:53 | 2021-03-04T01:12:28 | Java | UTF-8 | PlantUML | false | false | 890 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
class FavouriteUi {
+ String[] getFavouriteInfo()
+ showFavourites(Favourite):void
+ getDeleteIndex():int
+ getRepeatIndex():int
}
class AddFavouriteCommand {
# FavouriteUi ui
- {static} String MESSAGE_SUCCESS
+ execute():void
}
class Favourite {
+ ArrayList<String[]> favourites
+ isEmpty():boolean
+ getFavouriteSize():int
+ addFavourite(String,String):void
+ getSpecificEntry(int):String[]
+ deleteFavourite(int):void
}
class DeleteFavouriteCommand {
# FavouriteUi ui
- {static} String MESSAGE_SUCCESS
+ execute():void
}
class RepeatFavouriteCommand {
# FavouriteUi ui
+ execute():void
}
class ShowFavouriteCommand {
# FavouriteUi ui
+ execute():void
}
UiManager <|-- FavouriteUi
Command <|-- AddFavouriteCommand
Command <|-- DeleteFavouriteCommand
Command <|-- RepeatFavouriteCommand
Command <|-- ShowFavouriteCommand
@enduml | false | true | false | false | class |
d90595371e83df74debee1d4bc4dd13099105e4d | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/profile-service/Application/Services/ProfileService.puml | 1d03176c99ba52283f23d7fabfb706c086acdc37 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
interface IProfileService {
CreateProfile(createProfile:Profile) : Task<Profile>
UpdateProfile(updateProfile:Profile) : Task<Profile>
}
class ProfileService {
- <<readonly>> _profileRepository : IProfileRepository
- <<readonly>> _client : IClient
+ ProfileService(profileRepository:IProfileRepository, client:IClient)
+ <<async>> CreateProfile(createProfile:Profile) : Task<Profile>
+ <<async>> UpdateProfile(updateProfile:Profile) : Task<Profile>
}
IProfileService <|-- ProfileService
@enduml
| false | true | false | false | class |
c7e6bda9e1b4b1ca90fc62171c19d86bc87e5f31 | b6854bf459f7b074acd76802e66287b746d01a04 | /SmsBankListener/UML/Billing.puml | acafb3bd783de8ce730d377818b3e050894eb76f | [] | no_license | GugleGH/sms-bank-listener | e0c1aba3fec81a5a05023e6f85839235e15a93a8 | 969b57cc705d98a42ab0fd3ed31c4feadd7ce391 | refs/heads/master | 2021-01-17T17:06:32.908793 | 2015-03-30T12:10:45 | 2015-03-30T12:10:45 | 33,107,816 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 582 | puml | @startuml
(*) --> "HH:MM:SS = 00:00:00" as date
partition "New Month"
date --> if "" then
--> [true] "getTransactionMonth"
getTransactionMonth --> saveBalanceMonth
saveBalanceMonth -right-> "updateBDMonth"
else
--> [false] "updateBDMonth"
endif
end partition
"updateBDMonth" --> (*)
partition "New Year"
date --> if "" then
--> [true] "getTransactionYear"
getTransactionYear --> saveBalanceYear
saveBalanceYear -left-> "updateBDYear"
else
--> [false] "updateBDYear"
endif
end partition
"updateBDYear" --> (*)
@enduml | false | true | false | false | sequence |
029d7ecbe799d6f0cb01e4e3103970b6469e444e | 2c1f3ef913cffdbdec2ea022b45e86268dd64fbb | /docs/sources/paqueteMastermind.iuml | 6c0c3019ef830c05e820bb4707ab3a4c8553dc37 | [] | no_license | jprieto92/mastermindClientServer | 43e90d8290f3e9fde38275ef350617c2e7e0e648 | fc7f02ef4e87f6a2189db8c2071104c0e05726ed | refs/heads/master | 2023-01-24T22:40:07.406751 | 2020-12-13T20:02:36 | 2020-12-13T20:02:36 | 317,664,986 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 425 | iuml | @startuml
abstract class mastermind.Mastermind{
-Logic logic
-View view
#Mastermind()
#{abstract}Logic createLogic()
#void play()
}
mastermind.Mastermind <|-- mastermind.MastermindStandalone
mastermind.Mastermind --> mastermind.views.View
mastermind.Mastermind *-down-> mastermind.controllers.Logic
class mastermind.MastermindStandalone{
+{static}void main(String[] args)
#LogicImplementation createLogic()
}
@enduml | false | true | false | false | class |
c16787a9a70f33cf59e4ffd0d1d63d1b7e6b7d5d | 0d0d833b154e78babc52388ff246617fe02ce4fd | /monitoring/uss_qualifier/scenarios/astm/utm/nominal_planning/sequence.plantuml | a1f3f7df23a715e9a21bcdf324682cc51796e9ee | [
"Apache-2.0"
] | permissive | BenjaminPelletier/dss | 0b1376a91efc217a161152dcd8bf98e08a16c3b9 | 939110bb448665ced9bdcbf1161daba74ae4d13a | refs/heads/master | 2023-02-02T08:31:46.747832 | 2022-11-18T17:10:56 | 2022-11-18T17:10:56 | 144,591,158 | 1 | 0 | Apache-2.0 | 2022-11-29T04:43:42 | 2018-08-13T14:28:32 | Python | UTF-8 | PlantUML | false | false | 910 | plantuml | @startuml
center header ASTM Strategic Coordination
title Nominal planning test
participant "Test Driver" as TD
participant "First-mover USS" as USS1
participant "Blocked USS" as USS2
participant "DSS"
== TD injects via First-mover USS non-conflicting Operational Intent 1 ==
TD -> USS1: PUT /inject/flight
TD <- USS1: 200 Ok - Operational Intent 1 created\n{"result": "Planned"}
TD -> DSS: POST /dss/v1/operational_intent_references/query\nwith area_of_interest encompassing Operational Intent 1
TD <- DSS: 200 Ok - returns Operational Intent Reference 1 with entityid1 managed by First-mover USS
TD -> USS1: GET /uss/v1/operational_intents/{entityid1}
TD <- USS1: 200 Ok - returns Operational Intent 1
...
== TD injects via Blocked USS a conflicting Operational Intent (time, altitude, priority or area) ==
TD -> USS2: PUT /inject/flight
TD <- USS2: 200 Ok\n{"result": "ConflictWithFlight"}
@enduml
| false | true | false | false | sequence |
18ea708e0aa8854dfe1f04afe2555c147aaf7043 | 0dce0af9f28a7ab24e3346c37cec50c86c4e6081 | /custom-ethereum-network/contracts/03-SimpleBidding/sequence_diagram.plantuml | 0e07d7251bcb98da823619b4cb0d8966f1e27a01 | [] | no_license | ogurcan/blockchain | ed6328bc9e272831c58fdd29ccc011586d10c74d | c11c1270d046e5334e861c1906482e573b87d25f | refs/heads/master | 2021-01-11T14:46:13.747217 | 2017-11-24T22:59:46 | 2017-11-24T22:59:46 | 80,212,179 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,152 | plantuml | @startuml
hide footbox
title The SimpleBidding contract
actor Vendor1
actor Vendor2
participant SimpleBidding <<Contract>>
actor Client
Vendor1->SimpleBidding : registerVendor(name1, barcode, stockCount1)
SimpleBidding-->Vendor1 : Registeration successful
Vendor2->SimpleBidding : registerVendor(name2, barcode, stockCount2)
SimpleBidding-->Vendor2 : Registeration successful
Client->SimpleBidding : requestAsset(barcode)
SimpleBidding-->Vendor1 : The asset 'barcode' is requested.
SimpleBidding-->Vendor2 : The asset 'barcode' is requested.
Vendor1->SimpleBidding : proposePrice(barcode, price1)
SimpleBidding-->Vendor1 : Proposal received
Vendor2->SimpleBidding : proposePrice(barcode, price2)
SimpleBidding-->Vendor2 : Proposal received
SimpleBidding-->Vendor1 : Bidding finished with `bestprice`.
SimpleBidding-->Vendor2 : Bidding finished with `bestprice`.
SimpleBidding-->Client : Bidding finished with `bestprice`.
Client->SimpleBidding : makePayment(amount)
SimpleBidding-->Client : Payment received for the asset 'barcode'.
SimpleBidding-> Vendor2: transfer(amount)
SimpleBidding-->Client : The asset has been shipped: 'trackingNo'.
@enduml
| false | true | false | false | usecase |
74093170001009b483dbbfdafb8a96abd6c4a615 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderSearchQuery.puml | 06f5539b0e33f435d6b79ff13c6fe788f7ec04bc | [] | 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 | 3,775 | 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 OrderSearchQuery [[OrderSearchQuery.svg]] {
}
interface OrderSearchAndExpression [[OrderSearchAndExpression.svg]] extends OrderSearchCompoundExpression {
and: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchCompoundExpression [[OrderSearchCompoundExpression.svg]] extends OrderSearchQuery {
}
interface OrderSearchDateRangeExpression [[OrderSearchDateRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchDateRangeValue.svg OrderSearchDateRangeValue]]
}
interface OrderSearchExactExpression [[OrderSearchExactExpression.svg]] extends OrderSearchQueryExpression {
exact: [[OrderSearchAnyValue.svg OrderSearchAnyValue]]
}
interface OrderSearchExistsExpression [[OrderSearchExistsExpression.svg]] extends OrderSearchQueryExpression {
exists: [[OrderSearchQueryExpressionValue.svg OrderSearchQueryExpressionValue]]
}
interface OrderSearchFilterExpression [[OrderSearchFilterExpression.svg]] extends OrderSearchCompoundExpression {
filter: [[OrderSearchQueryExpression.svg List<OrderSearchQueryExpression>]]
}
interface OrderSearchFullTextExpression [[OrderSearchFullTextExpression.svg]] extends OrderSearchQueryExpression {
fullText: [[OrderSearchFullTextValue.svg OrderSearchFullTextValue]]
}
interface OrderSearchLongRangeExpression [[OrderSearchLongRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchLongRangeValue.svg OrderSearchLongRangeValue]]
}
interface OrderSearchNotExpression [[OrderSearchNotExpression.svg]] extends OrderSearchCompoundExpression {
not: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchNumberRangeExpression [[OrderSearchNumberRangeExpression.svg]] extends OrderSearchQueryExpression {
range: [[OrderSearchNumberRangeValue.svg OrderSearchNumberRangeValue]]
}
interface OrderSearchOrExpression [[OrderSearchOrExpression.svg]] extends OrderSearchCompoundExpression {
or: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchPrefixExpression [[OrderSearchPrefixExpression.svg]] extends OrderSearchQueryExpression {
prefix: [[OrderSearchStringValue.svg OrderSearchStringValue]]
}
interface OrderSearchQueryExpression [[OrderSearchQueryExpression.svg]] extends OrderSearchQuery {
}
interface OrderSearchWildCardExpression [[OrderSearchWildCardExpression.svg]] extends OrderSearchQueryExpression {
wildcard: [[OrderSearchStringValue.svg OrderSearchStringValue]]
}
interface OrderSearchAndExpression [[OrderSearchAndExpression.svg]] {
and: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchNotExpression [[OrderSearchNotExpression.svg]] {
not: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchOrExpression [[OrderSearchOrExpression.svg]] {
or: [[OrderSearchQuery.svg List<OrderSearchQuery>]]
}
interface OrderSearchRequest [[OrderSearchRequest.svg]] {
query: [[OrderSearchQuery.svg OrderSearchQuery]]
sort: [[OrderSearchSorting.svg List<OrderSearchSorting>]]
limit: Integer
offset: Integer
}
OrderSearchQuery --> OrderSearchAndExpression #green;text:green : "and"
OrderSearchQuery --> OrderSearchAndExpression #green;text:green : "and"
OrderSearchQuery --> OrderSearchNotExpression #green;text:green : "not"
OrderSearchQuery --> OrderSearchNotExpression #green;text:green : "not"
OrderSearchQuery --> OrderSearchOrExpression #green;text:green : "or"
OrderSearchQuery --> OrderSearchOrExpression #green;text:green : "or"
OrderSearchQuery --> OrderSearchRequest #green;text:green : "query"
@enduml
| false | true | false | false | sequence |
8b775e7f3038f06d0888001a6f9e8f4f3af5d610 | 28fe268063d13889851cf26ad20c8ee465ffad65 | /src/main/java/com/design/builder/Builder.puml | ef42e7794d232ddd8bca0d9dba1868f7cc9501ed | [] | no_license | zmjddyq/design_patterns | b063c6739de48a85291f90ca4aaa90d13b8c1dc2 | 87032c1af3945a1f46d719922023c8ff2ec26a19 | refs/heads/master | 2022-12-30T04:27:03.715839 | 2020-07-02T10:21:10 | 2020-07-02T10:21:10 | 275,499,649 | 0 | 0 | null | 2020-10-13T23:07:55 | 2020-06-28T03:32:31 | Java | UTF-8 | PlantUML | false | false | 182 | puml | @startuml
class Product
Abstract class Builder
Builder *-> Product
class ConcreteBuilder extends Builder
class Director
Director o-> ConcreteBuilder
main --> Director
@enduml | false | true | false | false | class |
389130c85d4eafb06cba060c6ae3c5d57193dc93 | 5a26d9ed60b4c7c1c5aec7701531b5f359224d21 | /docs/database.puml | 09bbe6260a2ceccb8168b8db47d854401f0e73e8 | [
"Unlicense"
] | permissive | WebDaD/Resilienz | 1d864050991489fe14ed1ba615c8b0a06e2099ed | dcd8021cd4d6f0244aa8e6a3d139746d8a442fc4 | refs/heads/master | 2021-06-14T12:59:22.706296 | 2021-05-11T11:55:06 | 2021-05-11T11:55:06 | 84,826,134 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,099 | puml | @startuml
' definitions
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define View(name,desc) class name as "desc" << (V,#99DDFF) >>
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
!define fk(x) <i>x - FK</i>
hide methods
hide stereotypes
' entities
Table(user, "user") {
primary_key(id) INTEGER
not_null(unique(username)) VARCHAR[32]
not_null(name) VARCHAR[255]
not_null(vorname) VARCHAR[255]
not_null(unique(email)) VARCHAR[255]
not_null(password) VARCHAR[64]
not_null(admin) TINYINT
not_null(fk(language)) INTEGER
not_null(active) TINYINT
}
Table(actions, "actions") {
primary_key(id) INTEGER
not_null(location) VARCHAR[255]
not_null(start_time) DATETIME
not_null(end_time) DATETIME
not_null(fk(user_id)) INTEGER
not_null(finalized) TINYINT
}
Table(categories, "categories") {
primary_key(id) INTEGER
not_null(name) VARCHAR[255]
not_null(pages) INTEGER
not_null(ordering) INTEGER
}
Table(categories_has_layouts, "categories_has_layouts") {
primary_key(fk(categories_id)) INTEGER
primary_key(fk(layouts_id)) INTEGER
}
Table(layouts, "layouts") {
primary_key(id) INTEGER
not_null(name) VARCHAR[255]
}
Table(layout_has_languages, "layout_has_languages") {
primary_key(fk(languages_id)) INTEGER
primary_key(fk(layouts_id)) INTEGER
not_null(unique(filename)) VARCHAR[255]
}
Table(action_has_layouts, "action_has_layouts") {
primary_key(id) INTEGER
not_null(fk(action_id)) INTEGER
not_null(fk(layout_id)) INTEGER
not_null(page) INTEGER
}
Table(action_page_images, "action_page_images") {
primary_key(id) INTEGER
not_null(fk(images_id)) INTEGER
not_null(fk(action_has_layouts_id)) INTEGER
}
Table(positions, "positions") {
primary_key(id) INTEGER
not_null(name) VARCHAR[255]
not_null(unique(x)) INTEGER
not_null(unique(y)) INTEGER
not_null(unique(width)) INTEGER
not_null(unique(height)) INTEGER
not_null(fk(layouts_id)) INTEGER
}
Table(images, "images") {
primary_key(id) INTEGER
not_null(filename) VARCHAR[255]
}
Table(languages, "languages") {
primary_key(id) INTEGER
not_null(name) VARCHAR[255]
not_null(unique(lang_key)) VARCHAR[5]
}
Table(strings, "strings") {
primary_key(id) INTEGER
not_null(description) VARCHAR[255]
not_null(unique(string_key)) VARCHAR[50]
}
Table(translations, "translations") {
primary_key(fk(languages_id)) INTEGER
primary_key(fk(strings_id)) INTEGER
not_null(translation) TEXT
}
View(language_translations, "language_translations") {
lang_key VARCHAR[10]
language VARCHAR[255]
string_key VARCHAR[255]
translation TEXT
}
' relationships
user --> actions
languages --> user
languages --> translations
strings --> translations
categories --> categories_has_layouts
layouts --> categories_has_layouts
layouts --> layout_has_languages
languages --> layout_has_languages
layouts --> positions
layouts --> action_has_layouts
actions --> action_has_layouts
categories --> action_has_layouts
action_has_layouts --> action_page_images
images --> action_page_images
' Views
language_translations <.. languages
language_translations <.. strings
language_translations <.. translations
@enduml
| false | true | false | false | uml-unknown |
72c9838c111f26d8c0b37d3859a97917584a31e2 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedQuoteUpdateAction.puml | dd2b98d7957c991991f8d1ed025f93d30c91acd8 | [] | 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 | 2,183 | 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 StagedQuoteUpdateAction [[StagedQuoteUpdateAction.svg]] {
action: String
}
interface StagedQuoteChangeStagedQuoteStateAction [[StagedQuoteChangeStagedQuoteStateAction.svg]] {
action: String
stagedQuoteState: [[StagedQuoteState.svg StagedQuoteState]]
}
interface StagedQuoteSetCustomFieldAction [[StagedQuoteSetCustomFieldAction.svg]] {
action: String
name: String
value: [[Object.svg Object]]
}
interface StagedQuoteSetCustomTypeAction [[StagedQuoteSetCustomTypeAction.svg]] {
action: String
type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]]
fields: [[FieldContainer.svg FieldContainer]]
}
interface StagedQuoteSetSellerCommentAction [[StagedQuoteSetSellerCommentAction.svg]] {
action: String
sellerComment: String
}
interface StagedQuoteSetValidToAction [[StagedQuoteSetValidToAction.svg]] {
action: String
validTo: DateTime
}
interface StagedQuoteTransitionStateAction [[StagedQuoteTransitionStateAction.svg]] {
action: String
state: [[StateResourceIdentifier.svg StateResourceIdentifier]]
force: Boolean
}
interface StagedQuoteUpdate [[StagedQuoteUpdate.svg]] {
version: Long
actions: [[StagedQuoteUpdateAction.svg List<StagedQuoteUpdateAction>]]
}
StagedQuoteUpdateAction --> StagedQuoteChangeStagedQuoteStateAction #blue;text:blue : "action : changeStagedQuoteState"
StagedQuoteUpdateAction --> StagedQuoteSetCustomFieldAction #blue;text:blue : "action : setCustomField"
StagedQuoteUpdateAction --> StagedQuoteSetCustomTypeAction #blue;text:blue : "action : setCustomType"
StagedQuoteUpdateAction --> StagedQuoteSetSellerCommentAction #blue;text:blue : "action : setSellerComment"
StagedQuoteUpdateAction --> StagedQuoteSetValidToAction #blue;text:blue : "action : setValidTo"
StagedQuoteUpdateAction --> StagedQuoteTransitionStateAction #blue;text:blue : "action : transitionState"
StagedQuoteUpdateAction --> StagedQuoteUpdate #green;text:green : "actions"
@enduml
| false | true | false | false | sequence |
a13f6f65884447ca760f3b5bd32a5158376d669e | d8c97f7aab76d32d4f29faa074cd9d3a3117c139 | /Lab3/p4.puml | 53a1cafb8cbdee5adca30b25d21460316e624df1 | [] | no_license | mcc-sw-eng-course/python-programs-gbriones1 | 736801f4330b5aaaa5908bc9b49b414a3ee909a8 | 3a21106adff33abb15588dc6a7afdc59578585b1 | refs/heads/master | 2020-04-22T02:20:36.737340 | 2019-04-10T18:53:19 | 2019-04-10T18:53:19 | 170,045,088 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,035 | puml | @startuml
title Lab 3 - Problem 4
[*] --> Console: InitalState
state "Console" as Console {
[*] --> EnterCode: InitalState
state EnterCode
EnterCode: [0..9, *, #]
state CheckCode
state ValidCode
state InvalidCode
state SoundAlarm
EnterCode --> CheckCode: InputReady
CheckCode --> ValidCode: Valid Code / openDoor
CheckCode --> InvalidCode: Invalid Code
ValidCode --> SoundAlarm: Valid Code / confirmationTone
InvalidCode --> SoundAlarm: Invalid Code / warningTone
ValidCode --> EnterCode: Time >= 30 sec
InvalidCode --> EnterCode: Time >= 3 sec
}
state "Door" as Door {
[*] -left-> Closed: InitalState
state Open
state Closed
state Opening
state Closing
state Blocked
Closed --> Opening: openDoor
Opening --> Open: fullyOpen
Open --> Closing: Time <= 30 sec
Closing --> Closed: fullyClosed
Closing --> Blocked: Time > 30 sec
}
ValidCode --> Opening: Valid Code / openDoor
Blocked --> SoundAlarm: Blocked Door / alarmTone
@enduml | false | true | false | false | sequence |
4e3554e491a33c049b9de06b63337f1631d95d3c | 0f881bd7e47fff7c4e5a378e7c530ea0a37f9f57 | /1 semester/PRDB.Mikhailova/practical_assignment_7_diagrams/activity_diagram.puml | b5b777b8a60dd3e86f851a8be5a7e80afc51adc6 | [] | no_license | bkalika/kpi | 3375447e07e4954821e07cd671a442dcbe014844 | 2b8607409a6def1a3520f3fd2153d98e355b77ef | refs/heads/main | 2023-03-27T01:25:02.900938 | 2021-03-07T23:12:45 | 2021-03-07T23:12:45 | 299,426,466 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 443 | puml | @startuml
(*) --> "HTTP request"
if "Is the CSP request?" then
--> [true] "Sending a static content"
--> (*)
else
--> "Dispatching to a session"
if "Is a class or static?" then
--> "OnPage Method"
-> "Forming a response"
else
--> [static] "Finding a static\nfile and sendign back to the client"
endif
--> "Forming a response"
--> "Sending a response as a HTTP"
--> (*)
endif
@enduml | false | true | false | false | activity |
9de3aa716308db87c3bfd6e855b6da2f9d95dee1 | 8a33a9d1a67db76dd91541f8f6e5544f4bf9f087 | /src/doc/test.puml | ad4fb1c5e5227f771a92c1088bf8dbd1056bd3af | [] | no_license | RdAllen/RDDTS | c36ad8901a4c92a8c9503939e8b5803c5d8900c2 | 1c66687efc8fd2fab319c6a2c11cc01bcaeea607 | refs/heads/master | 2023-02-03T05:07:42.823662 | 2020-12-21T13:44:06 | 2020-12-21T13:44:06 | 109,942,976 | 0 | 0 | null | 2020-12-21T13:44:31 | 2017-11-08T07:35:09 | Java | UTF-8 | PlantUML | false | false | 118 | puml | @startuml
Alice -> Bob : Auth Req
Bob -->Alice : Auth Rsq
Alice -> Bob: Auth Rep
Alice <-- Bob: Auth Rsp
@enduml | false | true | false | false | sequence |
4b6ba1e9e412abb46352eaae0d21567355604956 | bf031f6b92d2fc8bc0723b4948642fe42b243226 | /uml/behavioral/strategy_pattern/duckWithFlyFunction.puml | 48e59a9c74f9c9cd3f5fdc9a96edd689fc48cd87 | [] | no_license | Junhuan-Peng/Go-Design-Pattern | f1936fce24abfc1cbdf89119acba0000a2b542cd | bbbe88543223e50ad5d1bd1ac662e0534fad1a4a | refs/heads/main | 2023-04-08T11:19:55.603967 | 2021-04-17T15:03:29 | 2021-04-17T15:03:29 | 317,451,939 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 221 | puml | @startuml Duck Class With Fly
abstract class Duck{
+Swin()
+Quack()
+Fly()
{abstract} +Display()
}
class MallarDuck extends Duck{
+Display()
}
class RedHeadDuck extends Duck{
+Display()
}
@enduml | false | true | false | false | class |
66babdf6b40bb244e23080ae4f8a9b529d87f3cf | b4f327673cda5c4eadf4d86e12167ce4da4f68d4 | /out/production/designpattern/com/designpattern/behavioral/mediator/Mediator.puml | 560f457f7ad0441113f818a9b43c606715299b72 | [] | no_license | ZhengHuaJing/designpattern | 85d7271ee15db12bde4bedd56953f339b6a93034 | 2baf3818c8d8813263d9fcac5037da6a5b449358 | refs/heads/master | 2023-01-04T23:58:14.169526 | 2020-11-01T11:10:12 | 2020-11-01T11:10:12 | 309,076,376 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 462 | puml | @startuml
class User {
- name: String
.. Constructor ..
+ User(name: String): void
.. Setter ..
+ setName(name: String): void
.. Getter ..
+ getName(): String
.. toString ..
+ toString(): String
.. Other ..
+ sendMessage(message: String): void
}
class ChatRoom {
+ {static} showMessage(user: User, message: String): void
}
class Client {
+ {static} main(): void
}
User -> ChatRoom
Client -> User
@enduml
| false | true | false | false | class |
a58e5954bdfb1fbd54b24253276fc75f608ec1a9 | e7aab27dc3b56328c92d783d7fa8fce12d8ac544 | /kapitler/media/uml-datatype-skjerming.puml | 1066bcd12beb16a3f8088f64cc08ac611cf39ecd | [] | no_license | petterreinholdtsen/noark5-tjenestegrensesnitt-standard | 855019a61c8679a8119549e2824fa32ecc669e66 | 4673ba7134d83a6992bba6f9036c521c7ae1897f | refs/heads/master | 2023-06-11T12:08:52.134764 | 2023-03-05T11:05:21 | 2023-03-05T11:05:21 | 160,586,219 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 858 | puml | @startuml
skinparam nodesep 100
hide circle
class Arkivstruktur.Skjerming <<dataType>> {
+tilgangsrestriksjon : Tilgangsrestriksjon
+skjermingshjemmel : string
+skjermingMetadata : SkjermingMetadata [0..*]
+skjermingDokument : SkjermingDokument [0..1]
+skjermingsvarighet : integer [0..1]
+skjermingOpphoererDato : datetime [0..1]
}
class Arkivstruktur.Arkivdel <Arkivenhet> {
}
Arkivstruktur.Arkivdel *-- Arkivstruktur.Skjerming
class Arkivstruktur.Dokumentbeskrivelse <Arkivenhet> {
}
Arkivstruktur.Dokumentbeskrivelse *-- Arkivstruktur.Skjerming
class Arkivstruktur.Klasse <Arkivenhet> {
}
Arkivstruktur.Klasse *-- Arkivstruktur.Skjerming
class Arkivstruktur.Mappe <Arkivenhet> {
}
Arkivstruktur.Mappe *-- Arkivstruktur.Skjerming
class Arkivstruktur.Registrering <Arkivenhet> {
}
Arkivstruktur.Registrering *-- Arkivstruktur.Skjerming
@enduml
| false | true | false | false | class |
db2369866ad5479c3ed57b61fc687b9bdd6c148d | 98577189e0191c1a2d74b7541d3681f3e2c630cb | /diagrams/registration.puml | 10ffe68a938107d343f6744d9d8cf097eaa1e297 | [] | no_license | dmashchenko/isac-workshop-01 | 43b109b80c01261fa9c4a5163b880f06b0af1beb | 5e3bd29f598d7df681fc5b0ee4676f7a1e521a62 | refs/heads/main | 2023-08-24T08:36:09.878466 | 2021-10-08T17:28:00 | 2021-10-08T21:29:22 | 405,921,816 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 814 | puml | @startuml
skinparam ParticipantPadding 20
skinparam ParticipantFontSize 20
skinparam QueueFontSize 20
skinparam BoxPadding 30
actor Client as client
participant "App" as app
box "Bank"
participant "Digital" as digital
queue "Kafka" as kafka
participant "Core" as core
end box
group registration :todo
client -> app: registration (init by phoneNumber)
app -> digital: /client/registration/init \n {\n phoneNumber\n}
activate app
digital -> kafka: TOPIC: [MultiFactor] {phoneNumber: 'xxxx', processType: DIGITAL_REGISTRATION}
digital -> app: OK
deactivate app
core -> kafka
end
group userinfo stream: core -> digital
core -> kafka: publish client_info \n {\n client_id,\n loand_id,\n payment:{}, \n payment_schedule:{},\n loan_details:{}\n}
digital -> kafka: pull data
digital -> digital: store
end
@enduml | false | true | false | false | usecase |
4c7e8192f03cf72d9f4e38738f3adc32b3f6ee7a | 271f0f3e3b3ea50976d5b48135549f5512360d1c | /app/src/main/java/keijumt/design_pattern/pattern/composite/compositePattern.puml | 0a31350fa517a6bc26c75496399cbf6bb4c495ae | [] | no_license | keijumt/design-pattern | cffea9727fa903ac3e4d42842e4ed34f6ec2e3c1 | ec811a9ea941ec442b20b81fd04a536082eab2bf | refs/heads/master | 2020-03-23T14:45:58.234219 | 2018-07-30T13:58:59 | 2018-07-30T13:58:59 | 141,697,922 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 314 | puml | @startuml
interface GroupEntry{
+ printName()
}
class Group{
- list:List<GroupEntry>
- name:String
+ printName()
+ add()
}
class GroupMember{
- name:String
+ printName()
}
class Main{
}
GroupEntry <|.. Group
GroupEntry <|.. GroupMember
Group o-- GroupEntry
Main o-- Group
@enduml | false | true | false | false | sequence |
ee1a7bd86f3d8df445eeb1b8ed6fb68975376d67 | 11d111ad7ffb769bac1fb1a02db63e824ee81935 | /freitas/increment2/requirements/instances/puml/object_diagram_with_descriptions.puml | ca4ec45a62d3607984b28d51d957ebeec394e19f | [] | no_license | freitzzz/edom-19-20-atb-21 | cf182383bf69a39f9ec7fc3655ac17b6cce390a3 | a5d54880bc4f801760545f76ce3fc782f1dea368 | refs/heads/master | 2022-03-23T23:06:44.202808 | 2019-12-14T16:18:14 | 2019-12-14T16:18:14 | 229,590,257 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,682 | puml | @startuml
object "(M) Gorgeous Food Application" as obj_1572831667
object "(RG) Functional Requirements" as obj1954815705
obj1954815705 : description = "This group details GFA functional requi\nrements."
obj1954815705 : id = "0"
object "(RG) Manage Meals" as obj_1978831159
obj_1978831159 : description = "Details functionalities regarding meals\n management."
obj_1978831159 : id = "2"
object "(R) Save Meal" as obj_1676608027
obj_1676608027 : created = Mon Nov 04 00:00:00 WET 2019
obj_1676608027 : id = "0"
obj_1676608027 : description = "The software should be able to save a m\neal that is served to students and non \nstudents. A meal is identified by its d\nesignation, has a type, nutritional dat\na, list of ingredients, can also contai\nn allergens, has a cost-price and is av\nailable at a specific location. Once a \nmeal is saved it is only available for \nthe next 24 hours in the specified loca\ntion."
obj_1676608027 : author = "EDOM"
obj_1676608027 : priority = HIGH
obj_1676608027 : state = NEW
obj_1676608027 : type = FUNCTIONAL
obj_1676608027 : version = ""Version 0.0.1""
object "(R) Show Meal Designation" as obj_2002544484
obj_2002544484 : created = Mon Nov 04 00:00:00 WET 2019
obj_2002544484 : id = "0"
obj_2002544484 : description = "The software should be able to show a m\neal designation."
obj_2002544484 : author = "EDOM"
obj_2002544484 : priority = HIGH
obj_2002544484 : state = NEW
obj_2002544484 : type = FUNCTIONAL
obj_2002544484 : version = ""Version 0.0.1""
object "(R) Show Meal Nutritional Data" as obj_319890814
obj_319890814 : created = Mon Nov 04 00:00:00 WET 2019
obj_319890814 : id = "0"
obj_319890814 : description = "The software should be able to show a m\neal nutritional data."
obj_319890814 : author = "EDOM"
obj_319890814 : priority = HIGH
obj_319890814 : state = NEW
obj_319890814 : type = FUNCTIONAL
obj_319890814 : version = ""Version 0.0.1""
object "(R) Show Meal Type" as obj2021922357
obj2021922357 : created = Mon Nov 04 00:00:00 WET 2019
obj2021922357 : id = "0"
obj2021922357 : description = "The software should be able to show a m\neal type."
obj2021922357 : author = "EDOM"
obj2021922357 : priority = HIGH
obj2021922357 : state = NEW
obj2021922357 : type = FUNCTIONAL
obj2021922357 : version = ""Version 0.0.1""
object "(R) Show Meal Location" as obj1765486896
obj1765486896 : created = Mon Nov 04 00:00:00 WET 2019
obj1765486896 : id = "0"
obj1765486896 : description = "The software should be able to show the\n location in which a meal is available."
obj1765486896 : author = "EDOM"
obj1765486896 : priority = HIGH
obj1765486896 : state = NEW
obj1765486896 : type = FUNCTIONAL
obj1765486896 : version = ""Version 0.0.1""
object "(R) Show Meal Price" as obj_1748825682
obj_1748825682 : created = Mon Nov 04 00:00:00 WET 2019
obj_1748825682 : id = "0"
obj_1748825682 : description = "The software should be able to show the\n price of a meal."
obj_1748825682 : author = "EDOM"
obj_1748825682 : priority = HIGH
obj_1748825682 : state = NEW
obj_1748825682 : type = FUNCTIONAL
obj_1748825682 : version = ""Version 0.0.1""
object "(R) List Meal Ingreditens" as obj_1184878348
obj_1184878348 : created = Mon Nov 04 00:00:00 WET 2019
obj_1184878348 : id = "0"
obj_1184878348 : description = "The software should be able to list the\n ingredients of a meal."
obj_1184878348 : author = "EDOM"
obj_1184878348 : priority = HIGH
obj_1184878348 : state = NEW
obj_1184878348 : type = FUNCTIONAL
obj_1184878348 : version = ""Version 0.0.1""
object "(R) List Meal Allergens" as obj_851445675
obj_851445675 : created = Mon Nov 04 00:00:00 WET 2019
obj_851445675 : id = "0"
obj_851445675 : description = "The software should be able to list the\n allergens of a meal if existent."
obj_851445675 : author = "EDOM"
obj_851445675 : priority = HIGH
obj_851445675 : state = NEW
obj_851445675 : type = FUNCTIONAL
obj_851445675 : version = ""Version 0.0.1""
object "(R) Check Meal Availability" as obj1182472319
obj1182472319 : created = Mon Nov 04 00:00:00 WET 2019
obj1182472319 : id = "0"
obj1182472319 : description = "The software should be able to check if\n a meal is available. A meal is only av\nailable in a period of 24 hours and at \na specific location."
obj1182472319 : author = "EDOM"
obj1182472319 : priority = HIGH
obj1182472319 : state = NEW
obj1182472319 : type = FUNCTIONAL
obj1182472319 : version = ""Version 0.0.1""
object "(R) Pay Meal" as obj_548377796
obj_548377796 : created = Mon Nov 04 00:00:00 WET 2019
obj_548377796 : id = "0"
obj_548377796 : description = "The software should be able handle a me\nal payment. The type of user that is pa\nying for the meal should be recorded. I\nt should not be possible to pay for an \nunavailable meal or a meal that is unav\nailable at the payment location."
obj_548377796 : author = "EDOM"
obj_548377796 : priority = HIGH
obj_548377796 : state = NEW
obj_548377796 : type = FUNCTIONAL
obj_548377796 : version = ""Version 0.0.1""
obj_1978831159 .. obj_1676608027
obj_1978831159 .. obj_2002544484
obj_1978831159 .. obj_319890814
obj_1978831159 .. obj2021922357
obj_1978831159 .. obj1765486896
obj_1978831159 .. obj_1748825682
obj_1978831159 .. obj_1184878348
obj_1978831159 .. obj_851445675
obj_1978831159 .. obj1182472319
obj_1978831159 .. obj_548377796
object "(RG) Manage Unserved Meals" as obj_22182971
obj_22182971 : description = "Details functionalities regarding unser\nved meals management."
obj_22182971 : id = "3"
object "(R) Save Unserved Meal" as obj125625811
obj125625811 : created = Mon Nov 04 00:00:00 WET 2019
obj125625811 : id = "0"
obj125625811 : description = "The software should be able to save an \nunserved meal that will be packaged in \nthe latter. It is identified by an iden\ntification number, has a production and\n expiration date and a designation of t\nhe meal. An unserved meal also has a st\nate, and once saved its state is set to\n frozen."
obj125625811 : author = "EDOM"
obj125625811 : priority = HIGH
obj125625811 : state = NEW
obj125625811 : type = FUNCTIONAL
obj125625811 : version = ""Version 0.0.1""
object "(R) Show Unserved Meal Identification Number" as obj_1504090066
obj_1504090066 : created = Mon Nov 04 00:00:00 WET 2019
obj_1504090066 : id = "0"
obj_1504090066 : description = "The software should be able to show an \nunserved meal identification number."
obj_1504090066 : author = "EDOM"
obj_1504090066 : priority = HIGH
obj_1504090066 : state = NEW
obj_1504090066 : type = FUNCTIONAL
obj_1504090066 : version = ""Version 0.0.1""
object "(R) Show Unserved Meal Designation" as obj794963594
obj794963594 : created = Mon Nov 04 00:00:00 WET 2019
obj794963594 : id = "0"
obj794963594 : description = "The software should be able to show an \nunserved meal designation."
obj794963594 : author = "EDOM"
obj794963594 : priority = HIGH
obj794963594 : state = NEW
obj794963594 : type = FUNCTIONAL
obj794963594 : version = ""Version 0.0.1""
object "(R) Show Unserved Meal Production Date" as obj1937947624
obj1937947624 : created = Mon Nov 04 00:00:00 WET 2019
obj1937947624 : id = "0"
obj1937947624 : description = "The software should be able to show an \nunserved meal production date."
obj1937947624 : author = "EDOM"
obj1937947624 : priority = HIGH
obj1937947624 : state = NEW
obj1937947624 : type = FUNCTIONAL
obj1937947624 : version = ""Version 0.0.1""
object "(R) Show Unserved Meal Expiration Date" as obj1342319538
obj1342319538 : created = Mon Nov 04 00:00:00 WET 2019
obj1342319538 : id = "0"
obj1342319538 : description = "The software should be able to show an \nunserved meal expiration date."
obj1342319538 : author = "EDOM"
obj1342319538 : priority = HIGH
obj1342319538 : state = NEW
obj1342319538 : type = FUNCTIONAL
obj1342319538 : version = ""Version 0.0.1""
object "(R) Show Unserved Meal State" as obj2132229476
obj2132229476 : created = Mon Nov 04 00:00:00 WET 2019
obj2132229476 : id = "0"
obj2132229476 : description = "The software should be able to show an \nunserved meal state."
obj2132229476 : author = "EDOM"
obj2132229476 : priority = HIGH
obj2132229476 : state = NEW
obj2132229476 : type = FUNCTIONAL
obj2132229476 : version = ""Version 0.0.1""
obj_22182971 .. obj125625811
obj_22182971 .. obj_1504090066
obj_22182971 .. obj794963594
obj_22182971 .. obj1937947624
obj_22182971 .. obj1342319538
obj_22182971 .. obj2132229476
obj1954815705 .. obj_1978831159
obj1954815705 .. obj_22182971
object "(RG) Quality Attributes" as obj_239210356
obj_239210356 : description = "This group details GFA quality attribut\nes."
obj_239210356 : id = "1"
obj_1572831667 .. obj1954815705
obj_1572831667 .. obj_239210356
legend right
|= |= Type |
| M|Model|
| R|Requirement|
| RG|Requirement Group |
endlegend
@enduml
| false | true | false | false | class |
7287dd54632b72e2b6063aab052736de57517c79 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /src/site/sphinx/formatting/puml/colors/DarkMagenta.puml | ea4af72f7c82649812b36fe3c9cc71b9be55ddb5 | [] | 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 | 322 | puml | @startuml
skinparam ClassBackgroundColor #DarkMagenta
skinparam ClassFontColor #DarkMagenta
skinparam ClassBorderColor #DarkMagenta
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml | false | true | false | false | class |
04348852509b57732dfa2ad4fd0d14bc76d85a2e | dc20115738d63d9d0dbd16fab019785740465cc7 | /plantuml/Users/hunter/Coding/maternity-ward-system/SpecialityDoctor.puml | cd1ca665fb45c84a1a29284910ac1e403c9abb8f | [] | 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 | 360 | puml | @startuml
class SpecialityDoctor {
+ ExpertHourlyPay : double <<get>>
+ SpecialityDoctor(fname:string, lname:string, id:string, age:int, hours:double)
+ SpecialityDoctor(fname:string, lname:string, id:string, age:int)
+ <<override>> EndOfMonthSalary() : double
}
SeniorDoctor <|-- SpecialityDoctor
IExpertEmployee <|-- SpecialityDoctor
@enduml
| false | true | false | false | class |
7a85e371544dc29a2775d8cfa221d788d798303a | 1fef2f0f0ad13aebb3d3f732d0cae8867ee8e87c | /plantuml/Microwave.Classes/Boundary/PowerTube.puml | 97d9079faf795854437c629e7c7bec5c9e4d3e01 | [] | no_license | eengstroem/MicrowaveOven | b9711c314f053f00f9208cae69085d7bdf0ba3d4 | ac721f24f0025f5e10f50d4d58c4a7ad30f9fbd2 | refs/heads/master | 2023-04-25T09:55:42.513911 | 2021-05-24T16:45:23 | 2021-05-24T16:45:23 | 363,380,008 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 124 | puml | @startuml
class PowerTube {
+ PowerTube(output:IOutput)
+ TurnOn(power:int) : void
+ TurnOff() : void
}
@enduml
| false | true | false | false | class |
1013ff9c0950880cd7eb5b14bec4dce93b3706dc | aa9620300bc8488f53437e0f5faab824225aab73 | /ibex_pres/col_aggregating_further_transformations_forest_focus.plantuml | 43718beb7eb5d59f2d9e528ab650c37cf78a5d07 | [
"BSD-3-Clause"
] | permissive | atavory/atavory.github.io | 94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3 | 43d98b45150411d83ab75a92a6d4ab9226927ef0 | refs/heads/master | 2021-01-19T06:15:43.197765 | 2019-11-18T10:58:38 | 2019-11-18T10:58:38 | 100,634,235 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 406 | plantuml | @startuml
skinparam monochrome true
skinparam shadowing false
left to right direction
skinparam artifact {
BorderColor lightgrey
}
rectangle X0
rectangle X1
rectangle SelectKBest
rectangle PCA
interface " " as c0
interface " " as c1
rectangle RandomForestRegressor #lightgrey
X0 --> c0
X1 --> c0
c0 --> SelectKBest
c0 --> PCA
SelectKBest --> c1
PCA --> c1
c1 --> RandomForestRegressor
@enduml
| false | true | false | false | class |
f6c78e74b73600049fe42c4fbd253bb3dd2f90ac | 2b9ac491a3ac29512b83874cc80f7d853b3db9aa | /Application/Docs/Application.puml | 625a6309364b9ed8602559bac1c6b42323a48c6d | [] | no_license | JOLeary5/OLeary-app1- | 9b5b69dd14d038a806c964eff3c0db653f511850 | af731739880ce97fab0f6bbd0a6256183ffdf7b6 | refs/heads/main | 2023-08-25T19:56:47.718004 | 2021-10-28T01:06:00 | 2021-10-28T01:06:00 | 419,467,448 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 998 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Item
ToDoList -|> Application
Item -|> ToDoList
Application --|> SaveToDoLists
Application --|> LoadToDoLists
class Item{
- description *1-256 characters*
- dueDate *OPTIONAL* *FORMATTED*
- CompleteCheck = False
This is the class that will make
up that ToDo class
editDescription()
editDueDate()
editCompleteCheck()
}
class ToDoList{
-LinkedList ToDO *100*
This is the class that actually
contains all the user made ToDo lists
addToDo()
removeToDo()
}
abstract class Application {
- Class ToDoList
- CurrentlySelectedToDo
This class will be the entrance point for our program
and it will contain the buttons needed to maneuver
through our program
displayToDoLists()
SaveToDoLists()
loadToDoLists()
}
class SaveToDoLists{
this will allow a user to save
selected ToDos to a file location
of their choosing.
}
class LoadToDoLists{
this will allow a user to load a
previously saved file *TXT FORMAT*
}
@enduml | false | true | false | false | class |
98a7bec596afb345d4e02d7c3dcb2586210c4ef2 | a1eb6871a4ccbc6135b331ae824db91ec7b71e4e | /build/hellomodule@0.8.0.puml | 019535e890826e01e0d5c8a733a633656d2845c4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] | permissive | accordproject/cicero-template-library | 737586850933daac2fbff2ff8b2d60dd50526b80 | 35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea | refs/heads/main | 2023-04-27T01:07:05.932361 | 2022-08-26T13:02:59 | 2022-08-26T13:02:59 | 109,224,687 | 77 | 149 | Apache-2.0 | 2023-04-20T21:43:00 | 2017-11-02T06:11:37 | HTML | UTF-8 | PlantUML | false | false | 528 | puml | @startuml
class org.accordproject.hellomodule.MyRequest << (T,yellow) >> {
+ String input
}
org.accordproject.hellomodule.MyRequest --|> org.accordproject.runtime.Request
class org.accordproject.hellomodule.MyResponse << (T,yellow) >> {
+ String output
}
org.accordproject.hellomodule.MyResponse --|> org.accordproject.runtime.Response
class org.accordproject.hellomodule.HelloModuleClause << (A,green) >> {
+ String name
}
org.accordproject.hellomodule.HelloModuleClause --|> org.accordproject.contract.Clause
@enduml
| false | true | false | false | class |
ed090d5ba5c5ceb232dbb0756045bd6436990243 | e7f4e695fde0639b6ed150b70752553ebee67461 | /docs/overview.puml | 1a4e6636df4c46fc365f8b2f00994df78e34cc1c | [
"MIT"
] | permissive | fal-works/ripper | f58abd1f5a76d5764af040e8c0df6fd48605b1f4 | 8c036e3b1b7ae18986ebc3336983a4a829b9bc88 | refs/heads/master | 2021-03-02T10:34:24.677464 | 2020-09-01T08:04:08 | 2020-09-01T08:04:08 | 245,860,993 | 8 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,056 | puml | @startuml overview
' ---- (style) --------------------------------
skinparam shadowing false
skinparam backgroundColor White
skinparam package {
BorderColor #A0A0A0
FontColor #A0A0A0
}
skinparam class {
BackgroundColor White
ArrowColor #202020
BorderColor #202020
FontColor #000000
}
skinparam note {
BackgroundColor White
FontColor #606060
BorderColor #C0C0C0
}
skinparam stereotypeIBackgroundColor Lavender
hide empty members
' ---- (diagram) ------------------------------
skinparam packageStyle Frame
namespace before {
interface Body
interface Spirit
class YourBody {
{method} -
{field} -
}
class YourSpirit {
+ someValue: Int
+ doSomething(): Void
}
Body <|.. YourBody
Spirit <|.. YourSpirit
YourSpirit --[hidden]-- YourBody : zzzzzzzzzzzzzzzz
YourSpirit <.right. YourBody : refers by metadata
YourSpirit .right.> YourBody : copy fields
}
after.YourBody -left[hidden]- before.YourBody
namespace after {
class YourBody {
+ someValue: Int
+ doSomething(): Void
}
}
@enduml
| false | true | false | false | class |
0691ef5e52ff67d003d74ded5e6573aa902462f9 | c12709b46160493fa7837ddd96cf2dc170b7dc0d | /assets/umls/singleton-pattern.puml | a990dced7e1ccb14b9db0d17dcabd00ae27a37c4 | [] | no_license | battlerhythm/battlerhythm.github.io | c0e9bd62695b915ce734266be35a0e367c4e6225 | 3b53041d25f2935747122c75dc3b501bc9cba05a | refs/heads/master | 2021-12-03T08:38:20.238977 | 2021-11-28T19:21:25 | 2021-11-28T19:21:25 | 132,821,261 | 0 | 1 | null | 2018-05-10T01:15:52 | 2018-05-09T22:59:00 | JavaScript | UTF-8 | PlantUML | false | false | 100 | puml | @startuml
class Singleton {
static Singleton instance
static Singleton getInstance()
}
@enduml | false | true | false | false | class |
8e79df8a28b436e55abe11bf4ce6e93f12ead489 | 231467375b96dd4ae14f1850e4bb1b9e94af0840 | /EventManagerModel.puml | 16e5f901e4302dd040ee52ce566c47c3febcd60d | [] | no_license | Borsing/Projet_JavaEE | e0e84ba2134f0f02bbde2da2b0a8390676785410 | 2b26937c9889765143730834caeecd951f456f05 | refs/heads/master | 2020-05-29T08:51:08.273312 | 2016-11-02T08:59:38 | 2016-11-02T08:59:38 | 70,070,650 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 516 | puml | @startuml
class Participant {
String mail
String last_name
String first_name
String company
}
class Organizer {
String mail
String password
String last_name
String first_name
String company
}
class Event {
String id
String name
String description
Date begin_date
Date end_date
String address
String organizer_id
}
Participant - Event : joins >
Organizer - Event : manages >
Participant "0..*" -- "0..*" Event
Organizer "1" -- "0..*" Event
@enduml | false | true | false | false | sequence |
73136436f94b18f312ae3d5b3be90fd2589a3a20 | 0d6bc3640ef00d40f9707ec6fcfaebb6d5d94266 | /docs/OIC_to_auth_service.puml | ad8f025a2fc534e261e721eeb3c11d9dd2a9b9a2 | [
"Apache-2.0"
] | permissive | PASTAplus/auth | c361d668db13d0e86781983cd146881e5c04b043 | 72209fc25aa2f953aff49c71e4d10b5999f94e19 | refs/heads/master | 2023-05-27T21:28:11.238855 | 2023-05-16T15:26:31 | 2023-05-16T15:26:31 | 186,635,515 | 1 | 0 | Apache-2.0 | 2023-02-16T07:16:31 | 2019-05-14T14:07:10 | Python | UTF-8 | PlantUML | false | false | 1,387 | puml | @startuml
actor client
participant auth_service
participant IDP
participant Gatekeeper
participant PASTA_service
database LDAP
title OAuth/OIC "login" to auth service
client->auth_service: "request" login with OAuth/OIC
client<--auth_service: "redirect" to OAuth/OIC provider with \n auth_service_id and callback_url
client->IDP: "request" login with auth_service_id \n and callback_url
client<--IDP: login form
client->IDP: client credentials
client<--IDP: "redirect" to callback_url with auth_code
client->auth_service: auth_code
auth_service->IDP: "request" auth_token with auth_service_id \n and auth_service_password
auth_service<--IDP: auth_token
auth_service->IDP: "request" user profile with auth_token
auth_service<--IDP: user profile
auth_service->auth_service: generate external (IDP) token
client<--auth_service: "response" with external (IDP) token
client->Gatekeeper: "request" with external (IDP) token
Gatekeeper->Gatekeeper: validate external (IDP) token
Gatekeeper->Gatekeeper: generate internal (IDP) token
Gatekeeper->PASTA_service: "request" internal (IDP) token
PASTA_service->PASTA_service: authorize service
PASTA_service->PASTA_service: authorize resource
PASTA_service->PASTA_service: perform service
Gatekeeper<--PASTA_service: "response"
Gatekeeper->Gatekeeper: wrap external (IDP) token
client<--Gatekeeper: "response" with external (IDP) token
@enduml | false | true | false | false | usecase |
88e385aeb2258d975dbe6efee7b20445281721d2 | 77329bdae086fbe5f5a91afeec99d4b498c58873 | /Design & UML/creepActivity.puml | 1d18c636a325003e3089253c36ac6e3a27d5ec32 | [
"Unlicense"
] | permissive | h0uter/screepsZilver | e93fd40abe0cebdc89257b343f72fa73b45a8c9a | d39117236f4cc7f4de94c7b5e9c313bd5ecf0806 | refs/heads/master | 2020-04-17T04:24:57.657297 | 2019-09-10T14:22:12 | 2019-09-10T14:22:12 | 166,228,543 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 222 | puml | @startuml
(*) --> "Creep"
If "**isIdle()**" then
--> [Yes] "**popJob()** from jobQueue"
--> "run job strategy \n to obtain target"
--> "**Tasks.task(target)**"
--> "Run task"
else
--> [no] "Run task"
Endif
-->(*)
@enduml
| false | true | false | false | activity |
19965e9722bda02d1c0ba1a826f602971e1c8dfe | b774d5b532ef20e5c8476e35ea90da5e3f09287e | /src/com/github/tomap/uml/conception/sequenceDiagrams/addBinaryRelation.puml | 8e3bcaab33264d762781d772970561cc9d2988e1 | [] | no_license | Phalexei/Modeleur | ae94ab6c191a7999cf9deaee4dac8542eb6a52bb | f143c85930c3b668670087693ec807a9cd4bda81 | refs/heads/master | 2021-01-02T08:51:16.535103 | 2013-11-16T19:54:20 | 2013-11-16T19:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,911 | puml | @startuml
actor User as u
participant ListenerEditor as lde
participant ListenerDialogBinaryRelation as ldbr
participant A_ClassDiagram as Cd
participant "r : BinaryRelation" as r
participant "dmFrom : DoubleMultiplicity" as dmFrom
participant "dmTo : DoubleMultiplicity" as dmTo
participant "a : Association" as a
u -> lde: Add binary relation click
activate lde
lde -> ldbr: new ListenerDialogBinaryRelation()
activate ldbr
ldbr --> lde
deactivate ldbr
lde --> u: Add binary relation form
deactivate lde
u -> ldbr: String : relationName,\nfromLabel, toLabel\nminValFrom, maxValFrom,\nminValTo, maxValTo,\nrelationType\nA_class : from, to
activate ldbr
opt
u -> ldbr: A_class : associative
end
u -> ldbr: click OK
ldbr -> r: new BinaryRelation(relationName)
activate r
r --> ldbr: r
deactivate r
ldbr -> dmFrom: new DoubleMultiplicity(minValFrom, maxValFrom, fromLabel, from, r)
activate dmFrom
dmFrom --> ldbr: dmFrom
deactivate dmFrom
ldbr -> dmTo: new DoubleMultiplicity(minValTo, maxValTo, toLabel, to, r)
activate dmTo
dmTo --> ldbr: dmTo
deactivate dmTo
ldbr -> r: updateMultiplicities(dmFrom, dmTo)
activate r
r --> ldbr
deactivate r
alt isDefined(associative)
ldbr -> a: new Association(associative, r)
activate a
a --> ldbr: a
deactivate a
ldbr -> Cd: addRelation(a)
activate Cd
Cd --> ldbr
deactivate Cd
else
ldbr -> Cd: addRelation(r)
activate Cd
Cd --> ldbr
deactivate Cd
end
ldbr --> u: repainted view
deactivate ldbr
@enduml | false | true | false | false | usecase |
1ca347e7f52f112819cfb28e2c953bb3406bc76c | 372d0fe94d7e59fd48620c687fee8fc94841408b | /deadheat-lock-example/microservices-example/financial-service/src/main/java/com/vrush/microservices/financial/enums/enums.plantuml | 189d1ee3a2750f2365c3c0b298cff111cde89cae | [
"Apache-2.0"
] | permissive | vrushofficial/deadheat-lock | 4ae44e23fea2ad57db17aadeba58e39ef4f63822 | 11c516a2ca0e58dd2d6b2ef8c54da0975fcbe5d2 | refs/heads/main | 2023-01-14T17:28:38.161881 | 2020-11-29T11:11:55 | 2020-11-29T11:11:55 | 310,531,739 | 2 | 1 | null | 2020-11-19T08:16:25 | 2020-11-06T08:06:52 | CSS | UTF-8 | PlantUML | false | false | 440 | plantuml | @startuml
title __ENUMS's Class Diagram__\n
namespace com.vrush.microservices.financial {
namespace enums {
enum BookingStateEnum {
PAYMENT_APPROVED
PAYMENT_PENDING
PAYMENT_REFUSED
}
}
}
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 |
c6c07ff29852f30eef9591841f0a7816015463cf | 92b9a10301518348c52d0597439b18cf04b32763 | /doc/exception_revert.puml | 208d80c259d1191e113068c1d710ea06017f3a31 | [] | no_license | nikitamarchenko/tooyakoh | 8eb749bb558655f55ca096eff9d7bb776df7b098 | 2cb99d54b1408a99619fffbaeb97caf955afe721 | refs/heads/master | 2021-01-10T07:07:28.099764 | 2015-11-09T13:36:11 | 2015-11-09T13:36:11 | 45,627,927 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 637 | puml | @startuml
title Commands (Revert scenario)
(*)-->"get command from revert list" as b_start
-->if "" then
--> [list is empty] "mark operation as Failed"
-->(*)
else
-->revert command
if "" then
-->[success] b_start
else
-->[failed] if "" then
-->[can retry] revert command
else
if "" then
-->[we can skip this command from list] mark command as failed on revert
--> b_start
else
-->"mark revert as Failed"
-->"mark operation as Failed"
endif
endif
endif
endif
@enduml | false | true | false | false | activity |
18425ea2e3490dd05e32d3a662f44ac37cb713ee | ccc4b0eaa4448ce6d8e6112f57aa69452357c356 | /examples/class-ex2.puml | 1604df35707764625acb6d0c2085208e33861c0a | [
"MIT"
] | permissive | bschwarz/puml-themes | b30d5535f0cc3f673f3b434636b66ce3f9b7cb04 | 2e2152c349e1c53e1a9de727399b4490afa78434 | refs/heads/master | 2023-08-31T03:29:02.229960 | 2023-08-19T00:38:46 | 2023-08-19T00:38:46 | 211,412,178 | 254 | 69 | MIT | 2022-07-17T16:27:21 | 2019-09-27T22:41:33 | CSS | UTF-8 | PlantUML | false | false | 513 | puml | @startuml
!if %variable_exists("$THEME")
title Class Diagram 2- $THEME theme
!else
title Class Diagram 2
!endif
abstract abstract
abstract class "abstract class"
annotation annotation
circle circle
() circle_short_form
class class
diamond diamond
<> diamond_short_form
entity entity
enum enum
'exception exception
interface interface
protocol protocol
struct struct
@enduml
| false | true | false | false | sequence |
3fcb23f108168a2c776de0cdfd411214c53ddb05 | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/library/ui/ui.plantuml | 27ba1da76f05c43328b2e6db196678665485783c | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 1,364 | plantuml | @startuml
title __UI's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.library {
package com.voicenotes.view.library.ui {
class AudioPlayer {
~ audioPath : String
~ audioName : String
~ play : ImageButton
~ pause : ImageButton
~ stop : ImageButton
~ shareAudio : ImageButton
~ isPaused : Boolean
+ isPlaying : Boolean
~ audioFile : File
~ seekBar : SeekBar
~ progress : int
- sampleRate : int
- minBufferSize : int
~ audioTrack : AudioTrack
~ onPlayButtonClicked : OnClickListener
~ onPauseButtonClicked : OnClickListener
+ play()
+ AudioPlayer()
+ AudioPlayer()
+ stopPlayer()
}
}
}
}
package com.voicenotes {
package com.voicenotes.view.library {
package com.voicenotes.view.library.ui {
class PlayThread {
+ run()
}
}
}
}
AudioPlayer o-- PlayThread : playThread
AudioPlayer +-down- PlayThread
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 |
7804e6ff547001ab34dffe5997a15347e642a002 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Data-Lake/Logical.puml | d1fdff757b96d2528fb244d211ae75afe1bd16bb | [] | 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 | 217 | puml | @startuml
package "Cloud-Stack/Data-Lake" {
interface "Cloud-Stack/Data-Lake" {
}
CLI ()-- "Cloud-Stack/Data-Lake"
REST ()-- "Cloud-Stack/Data-Lake"
Web ()-- "Cloud-Stack/Data-Lake"
}
@enduml
| false | true | false | false | class |
659d40e2c28aada71d7da32d09e61b965faa29d6 | a249c2addc54fa5250d268f1c9cb71c1f555fec4 | /learn-design-pattern/src/main/java/com/hqbhoho/bigdata/design/pattern/flyweight/flyweight.puml | bd82c8e9ecfef8749299940290711cd62c0e762b | [] | 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 | 674 | puml | @startuml
interface ChessFlyWeight {
{abstract} {method} + void display(Geo geo)
}
class GoChessFlyWeight{
{field} - String color
+ GoChessFlyWeight(String color)
{method} + void display(Geo geo)
}
class Geo{
{field} - int x
{field} - int y
+ Geo(int x,int y)
}
class GoChessFlyWeightFactory{
{field} - Map<String,ChessFlyWeight> chessFlyWeightMap
{method} + ChessFlyWeight getChessFlyWeight(String color)
}
class Client
ChessFlyWeight <|.. GoChessFlyWeight
GoChessFlyWeightFactory o-- ChessFlyWeight
ChessFlyWeight <.. Geo
GoChessFlyWeight <.. Geo
Geo <.. Client
GoChessFlyWeightFactory <.. Client
ChessFlyWeight <.. Client
@enduml | false | true | false | false | class |
77b1ef032d7af7296fd44f45bbf83a3f532ff537 | 3fa4be6c638606ddb8fe0045237f90b91ba05eb2 | /src/main/java/StructureClass.puml | 79101ac09b06db27a69377f4ef39351c74666001 | [] | no_license | OksanaKulbaba/game2048 | 298b24b1ccd3ae416c6df1d68fb5d3873aafee85 | 0f49bd75e4d762c7d64b79a34f15389ead0ace32 | refs/heads/master | 2020-11-27T02:10:34.106290 | 2019-12-20T13:16:12 | 2019-12-20T13:16:12 | 229,256,737 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,673 | puml | @startuml
class KeyAdapter
class Controller{
Model model;
View view;
- {static} final int WINNING_TILE;
+ View getView();
+ int getScore();
+ void resetGame();
+ Tile[][] getGametiles();
+ void keyPressed(KeyEvent e);
}
class Model{
-{static} final int FIELD_WIDTH
- Tile[][] gameTiles;
# int score;
# int maxTile;
- Stack previousStates;
- Stack previousScores;
+ boolean isSaveNeeded;
- void saveState (Tile[][] tile)
+ void rollback()
+ Model()
+ Tile[][] getGameTiles()
- void addTile()
- List<Tile> getEmptyTiles()
# void resetGameTiles()
- boolean compressTiles(Tile[] tiles)
- boolean mergeTiles(Tile[] tiles)
# void left()
# void up()
# void right()
# void down()
- void canche(int m)
- void randomMove()
+ boolean hasBoardChanged()
+ int value (Tile[][] tile)
+ MoveEfficiency getMoveEfficiency(Move move)
+ void autoMove()
}
class View{
- {static} final Color;
- {static} final String FONT_NAME = "Arial";
- {static} final int TILE_SIZE = 96;
- {static} final int TILE_MARGIN = 12;
- Controller controller;
boolean isGameWon = false;
boolean isGameLost = false;
+ View(Controller controller)
+ void paint(Graphics g)
- void drawTile(Graphics g2, Tile tile, int x, int y)
- {static} int offsetCoors(int arg)
}
class MoveEfficiency{
- int numberOfEmptyTiles, score;
- Move move;
+ MoveEfficiency(int numberOfEmptyTiles, int score, Move move)
+ Move getMove()
+ int compareTo(MoveEfficiency o)
}
class Tile{
int value
}
interface Move{
{abstract}void move();
}
KeyAdapter --|>Controller
JPanel --|>View
Model -left--> View
View -left--> Controller
Move --|> MoveEfficiency
Tile -right--> Model
Controller --> Model
MoveEfficiency -left--> Model
@enduml | false | true | false | false | class |
82c60cdb00de6a87a421212c381e81dd33570af0 | eda91b4c558aadbb55136a832b56dcb5f6c1ef7c | /public/opsfolio-attest.plantuml | 0f5e044e0cf69e50eeb3253814d9275248b34192 | [] | no_license | JayakrishnanJK/test | 35214d9834d126d5a2c98842cd8446a21937b03a | 2f1508c4dbd8fc73911558c96bf2ec46100487bb | refs/heads/master | 2020-03-22T09:28:18.921866 | 2018-07-09T08:15:14 | 2018-07-09T08:15:14 | 139,840,030 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,486 | plantuml | @startuml
title Third Party Risk Assessement with Netspective SPSAS
autonumber
'Prioritization
'Priority 1. Assessee organizations
'Good questions for analysis.
'Ability to share and review within their organization.
'Priority 2. Assessor organizations (CE).
'They may not have a user interface to login to the system, but they will get summary reports to inform about the assessments.
'Priority 3. Analysts (Nelson Mullins/Netspective) Tools.
'Tools for the analysis and assessments.
actor "Nelson Mullins" as NMRS
actor "Netspective" as Netspective
actor "Case Coordinator" as ccoord
participant "NMRS CRM" as crm
actor "Assessor Organization A\n(CE)" as assessorA
box "Assessee Organization (BA)" #lightblue
actor "Assessee Point of Contact" as ax
actor Responder1
actor Responder2
note right Responder1
Assessee organization
members can share questionnaire
and save drafts before submitting
end note
end box
actor "Assessor Organization B\n(CE)" as assessorB
box "Netspective SPSAS" #FFAAAA
participant "Questionnaire" as quest
database "Data Store" as dataStore
database "SPSAS Drive" as efssDrive
participant "Case Manager" as caseMgr
participant "BI App" as bi
end box
actor "Security Analyst" as secAnalyst
actor "Legal Analyst" as legalAnalyst
'Two options can be handled here.
'1. CE requires assessment of BA
'2. BA as part of their contract agreement requires an assessment done
alt Assessor (CE) requires assessment of BA
assessorA -> NMRS: Contact Nelson Mullins to do assessment on Assessee Organization
assessorA -> NMRS: Provide contact information of the assessee
else Assessee requires assessment to be done
ax -> NMRS: Contact Nelson Mullins to do assessment
end
NMRS -> Netspective: Share customer details
note right NMRS
TBD: Define the process
by which Nelson Mullins shares
customer details with Netspective
end note
Netspective -> crm: Add assessee \ndetails to CRM
ccoord -> crm: Generate (token)\n for assessee
note over crm
Token and questionnaire type
is mapped to assessee
end note
crm -> ax: Send shortened link to assessee
'Assessors may not be interested in sending the links to the Assessees.
'NMRS/Netspective will send the link to the Assessee.
== Response ==
group Create response
ax -> Responder1: Assign users to \nprovide response
Responder1 <-> Responder2: Share questionnaire \nforms and add \nsupporting documents
Responder1 <-> Responder2: Save drafts
end group
ax -> quest: Submit response for review
quest -> efssDrive: Store documents
quest -> dataStore: Save response instance \n(questionnaire, response, \nmetadata)
== Response ==
== Analysis and assessments ==
note over caseMgr: TBD: Provide authenticated \naccess to Analysts
ccoord -> secAnalyst: Provide analysts with \nCase Manager system \naccess
ccoord -> legalAnalyst: Provide analysts with \nCase Manager system \naccess
secAnalyst -> caseMgr: Access Case Manager system to \nreview and insert comments
legalAnalyst -> caseMgr: Access Case Manager system to \nreview and insert comments
caseMgr -> dataStore: Fetch assessment \ndata from data store
secAnalyst -> caseMgr: Review and insert comments
secAnalyst -> caseMgr: Complete the assessment \n and sign off
legalAnalyst -> caseMgr: Review and insert comments
caseMgr -> dataStore: Update assessment \ndata with comments and \nscores
note over caseMgr
Case Manager captures
metadata to show statistics of
assessments and scores.
This will include information
about reviewes, analysis etc.
end note
== Analysis and assessments ==
bi --> dataStore: Fetch data to display \nheat maps based on the scores
ax -> bi: See their own assessment reports and gap analysis
ax -> NMRS: Contact Nelson Mullins for risk mitigations
ax -> NMRS: Assesse can sign off to show their information to Assessors
note right assessorA
Option for Assessor
to see risk data
end note
assessorA -> bi: Access reports and heat maps of the assessees assessed.
ax -> Netspective: Opsfolio pen testing and ongoing, \nbottom-up analysis and asset inventory
assessorB -> ax: Request assessment information
note right ax
Assessee can share assessment
information with other assessors
end note
ax -> assessorB: Share assessment information
@enduml
| false | true | false | false | usecase |
6342b9ca497536ecd964528b5e63d98281e80b83 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/red/1161292/sp3/analysis2.puml | 55e814edbe49be9af4caa10bcaf42977927bcb40 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | puml | @startuml analysis2
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : Navigate to Main Page
User -> Browser : Navigate to Workbook
User -> Browser : Select a Global Variable to edit
Browser -> User : Asks for new value
User -> Browser : Inserts new value
Shared -> Browser : return
@enduml
| false | true | false | false | sequence |
e2ba0ed48b44aa7c84252f1c7a2c5a612a4baa05 | c69dba4cef780d27a126166ee912005507258413 | /src/design/orbit-determination-measurements-class-diagram.puml | 3c9530078984079959116f05496f25ede6d2ebee | [
"MIT",
"EPL-1.0",
"Apache-2.0"
] | permissive | CS-SI/Orekit | 2265900b501fe6727a57378956f9f2c61564909a | 7ab7a742674eabee00e1dbe392833d587fdcdaab | refs/heads/develop | 2023-09-03T20:33:42.748576 | 2023-09-01T14:34:03 | 2023-09-01T14:34:03 | 22,851,787 | 144 | 79 | Apache-2.0 | 2023-03-28T17:53:33 | 2014-08-11T19:29:35 | Java | UTF-8 | PlantUML | false | false | 3,069 | puml | ' Copyright 2002-2023 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit #ECEBD8 {
package estimation.measurements #DDEBD8 {
interface ObservedMeasurement {
+getDimension()
+isEnabled()
+setEnabled()
+getObservedValue()
+getParametersDrivers()
+getTheoreticalStandardDeviation()
+getBaseWeight()
+addModifier(modifier)
+getModifiers()
+estimate(iteration, evaluation, state)
}
class EstimatedMeasurement {
+getObservedMeasurement()
+getStateSize()
+getIteration()
+getStates()
+getTimeOffset()
+[get|set]EstimatedValue()
+[get|set]StateDerivatives()
+[get|set]ParameterDerivatives()
}
interface EstimationModifier {
+getParametersDrivers()
+modify(estimated)
}
class "On-board antenna" as Onboard
ObservedMeasurement *--> "*" EstimationModifier
ObservedMeasurement --> EstimatedMeasurement : create
EstimatedMeasurement <-- EstimationModifier : modify
Range ..|> ObservedMeasurement
RangeRate ..|> ObservedMeasurement
AngularAzEl ..|> ObservedMeasurement
AngularRaDec ..|> ObservedMeasurement
PV ..|> ObservedMeasurement
Position ..|> ObservedMeasurement
ObservedMeasurement <|.. TurnAroundRange
ObservedMeasurement <|.. InterSatellitesRange
EstimationModifier <|.. Bias
EstimationModifier <|.. OutlierFilter
EstimationModifier <|.. Tropo
EstimationModifier <|.. Iono
EstimationModifier <|.. Onboard
}
}
package mission.specific #C4D2C5 {
class CustomModifier #D5E0D5/E2EBE2
class CustomMeasurement #D5E0D5/E2EBE2
ObservedMeasurement <|-- CustomMeasurement
EstimationModifier <|-- CustomModifier
}
@enduml
| false | true | false | false | sequence |
ca7fb55c67b74665a97ea9d853a24a1ba566cf82 | b28e1ccb9bfc59065699293eebfea81a7308ff77 | /diagrams/team-fixtures.puml | 3dd8290cfd01ca6abea1451d013039813dfd432c | [] | no_license | fifersheep/android-edinburgh-wolves | d62470dbc4f104d676375f9be2c464ffa7b9739f | ac72f56b344079d4fdd1c161fc36206af4c8b580 | refs/heads/master | 2021-01-23T12:11:26.452969 | 2018-07-01T01:26:05 | 2018-07-01T01:26:05 | 21,303,471 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,127 | puml | @startuml
participant FixturesFragment as Fragment
participant FixturesListUseCase as UseCase
participant FixturesDataHandler as FixtureHandler
participant TeamsDataHandler as TeamHandler
participant FireStore as DB
skinparam monochrome true
skinparam sequenceMessageAlign center
title Fixtures List Flow
activate Fragment
Fragment -> UseCase: TeamFixturesVisible( teamId )
activate UseCase
UseCase -> FixtureHandler: RequestFixtures( teamId )
activate FixtureHandler
FixtureHandler -> DB: fixtures involving teamId
activate DB
FixtureHandler <-- DB: FixturesDoc( fixtures )
deactivate DB
UseCase <- FixtureHandler: FixturesDoc( fixtures )
deactivate FixtureHandler
loop #eee for each team id in fixtures
UseCase -> TeamHandler: fixtureTeamId
activate TeamHandler
TeamHandler -> DB: team for id
activate DB
TeamHandler <-- DB: TeamDoc( team )
deactivate DB
UseCase <- TeamHandler: TeamDoc( team )
deactivate TeamHandler
end
Fragment <- UseCase: FixturesData( fixtures )
note over UseCase
""FixturesData"" fixtures
contain the relevant
team data
end note
deactivate UseCase
@enduml | false | true | false | false | usecase |
41ba2068481a42524949b0c61345f0de2d4e7285 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PoseGraph/PoseGraph_Activity_findNode.puml | fdb73526e67a36bbc4144331bf9305c54df74dec | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | puml | @startuml
/'
find node from id
input: int id
return: PoseNode*
'/
(*) --> "Loop size_t i: 0 ~ nodes.size()"
--> if "i < nodes.size()" as judge_i then
--> [Yes] "PoseNode *n = nodes[i]"
--> if "n->nid == nid"
--> [Yes] "return(n)"
--> (*)
else
--> [No] judge_i
else
--> [No] "return(nullptr)"
--> (*)
@enduml | false | true | false | false | sequence |
d26b4767fec29a29c5d97529852d717bb71072fc | 0157b91009456ff788de9b481bcb97dd56f3e19e | /docs/flow.puml | 87f68985005a9c01b09772edef019a998fe2347f | [
"Apache-2.0"
] | permissive | EricLemieux/Morning-Brew | 6e1ab6fb68b47f662258855f424f7abdfeee182c | 1bba1627ec7a7f68b9ba15256b7eb68b53cb9c85 | refs/heads/master | 2021-01-05T07:21:01.574293 | 2020-02-16T23:13:37 | 2020-02-16T23:13:37 | 240,930,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 607 | puml | @startuml
title Morning Brew workflow
state "Aggregate data" as aggregate
state "Data source" as data_sources
state "Synthesize text to speech" as synthesize
state "Bucket" as bucket
state "Feed XML" as feed
state "Update feed xml" as feed_svc
state "Client device / App" as client
[*] -> aggregate : Cronjob trigger
aggregate -down-> data_sources
aggregate -> synthesize
synthesize -down-> bucket : Store audio files in a publicly available bucket
feed -> bucket : Feed references audio files
synthesize -> feed_svc
feed_svc -down-> feed
client -up-> feed : Client pulls updates from the feed
@enduml | false | true | false | false | sequence |
01970cf8da9c550f2166d32d1c8f21b0f8155557 | 644b7bb773b84596a2de4d31a0603284d9562e56 | /web3function/file/Student.iuml | 0210a02910a6492444d381f357580316fa0bb044 | [] | no_license | M9k/Marvin-Uml | e62d17245cf493d53f0b80f633a47be8ec44569e | 0fe9bc36f947535ae4397181ccf8c85291244a87 | refs/heads/master | 2021-04-15T17:44:22.461549 | 2018-05-10T07:52:19 | 2018-05-10T07:52:19 | 126,618,685 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 472 | iuml | @startuml
skinparam classAttributeIconSize 0
class Student {
+ getCourseContract(contract: address): address
+ getExamNumber(contract: address): number
+ getExamContractAt(contract: address, _index: number): address
+ getExamSubscriptionAt(contract: address, _index: number): bool
+ getExamValuationAt(contract: address, _index: number): number
+ enrollToOptionalExam(contract: address, _index: number)
+ getIndexOfExam(contract: address, exam: address): number
}
@enduml
| false | true | false | false | class |
804672dd8b6916f4a84c6204a4cdc582070dcff5 | a7166496b2721b5b27403b3362d2aa07b77a0e45 | /fnv2-provisioning.puml | 4b821d6018b09c9038631cc2cb69940f0a3e1d21 | [] | no_license | markprotas-autonomic/fnv2-provisioning-puml | fcffc6cfd43ebd3685bb6f42ec711226440a28d3 | 87164caeebe58d7ef0bc9e90fae26fb58a906e44 | refs/heads/master | 2020-08-11T07:37:47.984237 | 2020-01-30T15:36:11 | 2020-01-30T15:36:11 | 214,519,030 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 976 | puml | @startuml
autonumber
title FNV2 Provisioning
participant "MQTT Provisioning" as mp
participant "MQTT Provisioning Ingest" as mi
participant "FTCP Ingest" as fi
participant "FTCP Decrypter" as fd
participant "Module Registration Processor (MoRP)" as mo
participant "Workflow Processing Engine" as wpe
participant "Assets" as assets
participant "IAM" as iam
participant "CMS" as cms
participant "MQTT Outbound" as mqo
participant "Cloud to FTCP Converter" as ctftcp
participant "CMS" as cms
mp -> mi: Incoming MQTT Provisioning Message
mi ->> fi: Produce to provisioning-feed-ingest
fi ->> fd: Produce to ftcp-ingest-provision
fd ->> mo: Produce to ftcp-ingest-processed-provision
mo ->> wpe ++: Vehicle Registration Event
wpe -> assets: Upsert Vehicle
wpe -> assets: Bind Device to Vehicle
wpe -> assets: Update Asset Tags
wpe -> iam: Add Vehicle Permissions
return Workflow Success Event
mo -> ctftcp: Send Provisioning Alert Response
mo -> cms: Send CHURL Command
@enduml
| false | true | false | false | sequence |
b76929e8839fb0c70693b42d7e25d3f790b483cd | b13c95e4bfbc92cb752396b82dd0995b8c7f32b1 | /docs/lockconfig.puml | caa0c8b317b648f519fe3aaaa2bfab04ec378822 | [
"MIT"
] | permissive | 0chain/zwalletcli | f9222e9a64d8d7738192a374e621fc8024c097dc | 1d0a8fd963140f747adef9989813b7b81b2bf8dc | refs/heads/staging | 2023-08-05T08:39:43.774548 | 2023-07-27T16:05:27 | 2023-07-27T16:05:27 | 191,838,462 | 20 | 19 | MIT | 2023-09-13T15:01:55 | 2019-06-13T21:57:24 | Go | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
participant "<size:20><&terminal></size> ./zwallet lockconfig" as cli
collections sharders
cli -> sharders: get interest pool SC lock config
@enduml | false | true | false | false | sequence |
b26964c9dce17c85a2486e63cbbddcd4608bf911 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/Modes/TimelineActiveMode.puml | 690383f168c8688299a673cb2f8d3814e589c37c | [] | 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 | 388 | puml | @startuml
class TimelineActiveMode {
+ TimelineActiveMode()
+ <<override>> ShouldShowTimeCursor(state:WindowState) : bool
+ <<override>> ShouldShowPlayRange(state:WindowState) : bool
+ <<override>> ToolbarState(state:WindowState) : TimelineModeGUIState
+ <<override>> TrackState(state:WindowState) : TimelineModeGUIState
}
TimelineMode <|-- TimelineActiveMode
@enduml
| false | true | false | false | class |
a1fe1de5b675fc933067bffc82466bd96a80045a | 59e95a91544586a24cf34dc1a489b4dd74c15fb8 | /test/.puml/usecase.papernapkin.puml | d4bc67c8f384b8bd5a49400c1deeb141e0954bbf | [] | no_license | devtestlabs-xyz/plantuml-client-container | 70748104798f08b87d927be051d1aef0b97f2f93 | 561f0cc8f90fc39ab77386b1f270b6b3273a0329 | refs/heads/master | 2021-02-11T09:58:18.469181 | 2020-03-04T21:53:34 | 2020-03-04T21:53:34 | 244,479,948 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam DefaultFontName FG Virgil
skinparam shadowing false
title Example Use Case diagram
footer \n\n*not validated*
left to right direction
user1 --> (Usecase 1)
user2 --> (Usecase 2)
@enduml | false | true | false | false | uml-unknown |
c97a7b11b627232c9176218e78b20ac7ead05e19 | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-checkout-promotion.puml | 359d7d3ed70e325062979a02af2c7ffea9afc323 | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | 8mylez/platform | a3290e4e2294dd9d21def95a90c28951084c3a93 | 14c3bc69c720e82f0d5e4ffc70af5ded2e13efc9 | refs/heads/master | 2021-01-13T23:30:54.500566 | 2020-09-18T07:06:25 | 2020-09-18T07:06:25 | 296,546,535 | 1 | 1 | MIT | 2020-09-18T07:27:12 | 2020-09-18T07:27:11 | null | UTF-8 | PlantUML | false | false | 8,195 | puml | @startuml
' uncomment the line below if you're using computer with a retina display
' skinparam dpi 300
!define Table(name,desc) class name as "desc" << (T,#FFAAAA) >>
!define ForeignTable(name,desc) class name as "desc" << (T,#ada6a6) >>
!define TranslationTable(name,desc) class name as "desc" << (I,#4286f4) >>
' we use bold for primary key
' green color for unique
' and underscore for not_null
!define primary_key(x) <b>x</b>
!define unique(x) <color:green>x</color>
!define not_null(x) <u>x</u>
' other tags available:
' <i></i>
' <back:COLOR></color>, where color is a color name or html color code
' (#FFAACC)
' see: http://plantuml.com/classes.html#More
hide methods
hide stereotypes
hide empty members
skinparam backgroundColor #FFFFFF
' entities
Table(ShopwareCoreCheckoutPromotionPromotionDefinition, "promotion\n(Discounts with settings)") {
primary_key(id) id
name translated
not_null(active) bool
validFrom dateTime
validUntil dateTime
not_null(maxRedemptionsGlobal) int
not_null(maxRedemptionsPerCustomer) int
not_null(exclusive) bool
code string
not_null(useCodes) bool
not_null(useIndividualCodes) bool
individualCodePattern string
not_null(useSetGroups) bool
customerRestriction bool
orderCount int
ordersPerCustomerCount json
exclusionIds list
not_null(createdAt) createdAt
updatedAt updatedAt
translated json
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition, "promotion_sales_channel\n(Promotion configuration)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(salesChannelId) foreignKey
not_null(priority) int
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition, "promotion_individual_code\n(Individual promotion codes)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(code) string
payload json
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition, "promotion_discount\n(Discounts)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(scope) string
not_null(type) string
not_null(value) float
not_null(considerAdvancedRules) bool
maxValue float
sorterKey string
applierKey string
usageKey string
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition, "promotion_discount_rule\n(M:N Mapping)") {
primary_key(discountId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition, "promotion_setgroup\n(Promotion set groups)") {
primary_key(id) id
not_null(promotionId) foreignKey
not_null(packagerKey) string
not_null(sorterKey) string
not_null(value) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition, "promotion_setgroup_rule\n(M:N Mapping)") {
primary_key(setgroupId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition, "promotion_order_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition, "promotion_persona_customer\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(customerId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition, "promotion_persona_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition, "promotion_cart_rule\n(M:N Mapping)") {
primary_key(promotionId) foreignKey
primary_key(ruleId) foreignKey
}
TranslationTable(ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition, "promotion_translation\n((Translations))") {
not_null(name) string
not_null(createdAt) createdAt
updatedAt updatedAt
primary_key(promotionId) foreignKey
primary_key(languageId) foreignKey
}
Table(ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition, "promotion_discount_prices\n(Promotion discounts)") {
primary_key(id) id
not_null(discountId) foreignKey
not_null(currencyId) foreignKey
not_null(price) float
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreContentRuleRuleDefinition, "rule") {
}
ForeignTable(ShopwareCoreCheckoutCustomerCustomerDefinition, "customer") {
}
ForeignTable(ShopwareCoreSystemLanguageLanguageDefinition, "language") {
}
ForeignTable(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency") {
}
' relationshipd
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionIndividualCodePromotionIndividualCodeDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreCheckoutPromotionPromotionDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSalesChannelPromotionSalesChannelDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPromotionDiscountDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountRulePromotionDiscountRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupPromotionSetGroupDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionSetGroupRulePromotionSetGroupRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionOrderRulePromotionOrderRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaCustomerPromotionPersonaCustomerDefinition --> ShopwareCoreCheckoutCustomerCustomerDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionPersonaRulePromotionPersonaRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionCartRulePromotionCartRuleDefinition --> ShopwareCoreContentRuleRuleDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionTranslationPromotionTranslationDefinition --> ShopwareCoreSystemLanguageLanguageDefinition
ShopwareCoreCheckoutPromotionAggregatePromotionDiscountPricePromotionDiscountPriceDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
@enduml
| false | true | false | false | uml-unknown |
d13a1695eb630ef603cd54d1a37ac00d90d1b79e | 508e21323a9412217ed9459236347a212dc45b8b | /Assets/Scenes/SampleShooting/Bullet/Bullet.puml | 500d926d0db0a13191dfe595e9e47e61e4386870 | [
"MIT"
] | permissive | yusuke-ota/YuruMobPrograming | 466df62c44dadcb0da3b6355756ef14459904496 | 9a60066abff65308df39728cad6fe9efa7786f1a | refs/heads/main | 2023-05-27T10:02:39.441170 | 2021-06-04T14:28:46 | 2021-06-04T14:28:46 | 346,231,318 | 0 | 0 | null | 2021-03-28T13:19:59 | 2021-03-10T04:31:07 | C# | UTF-8 | PlantUML | false | false | 1,878 | puml | @startuml
circle EntryPoint
namespace Scenes.SampleShooting.DIContainer{
interface IEnemyBulletPool
{
+ Pool(): ObjectPool.ObjectPool
}
interface IPlayerBulletPool
{
+ Pool(): ObjectPool.ObjectPool
+ BulletLimit(): uint
}
class DependenciesResolver
DependenciesResolver ..> IEnemyBulletPool
DependenciesResolver ..> IPlayerBulletPool
}
EntryPoint ..> Scenes.SampleShooting.DIContainer.DependenciesResolver
namespace Scenes.SampleShooting.Character{
interface IDamageable
{
+ Damage(): void
}
interface IBulletConstractable
{
+ Constructor(ObjectPool.ObjectPool playerBulletPool): void
}
}
Scenes.SampleShooting.DIContainer.DependenciesResolver ..> Scenes.SampleShooting.Character.IBulletConstractable
namespace Scenes.SampleShooting.Bullet{
class Bullet
{
- speed: float = 2f
- lifeTime: float = 10f
- _totalTime: float
- _bulletPool: ObjectPool.ObjectPool
- FixedUpdate(): void
- OnEnable(): void
- OnTriggerEnter(Collider other): void
- ReturnToObjectPool(): void
+ Constructor(ObjectPool.ObjectPool playerBulletPool): void
}
class EnemyBulletPool
{
- enemyBullet: GameObject
- enemyBulletPoolSize: uint = 40
- _enemyBulletPool: ObjectPool.ObjectPool
- Awake(): void
+ Pool(): ObjectPool.ObjectPool
}
class PlayerBulletPool
{
- bullet: GameObject
- bulletLimit: uint = 20
- _playerBulletPool: ObjectPool.ObjectPool
- Awake(): void
+ Pool(): ObjectPool.ObjectPool
+ BulletLimit(): uint
}
}
Scenes.SampleShooting.Bullet.Bullet .up.> Scenes.SampleShooting.Character.IDamageable
Scenes.SampleShooting.Bullet.Bullet .up.|> Scenes.SampleShooting.Character.IBulletConstractable
Scenes.SampleShooting.Bullet.PlayerBulletPool .up.|> Scenes.SampleShooting.DIContainer.IPlayerBulletPool
Scenes.SampleShooting.Bullet.EnemyBulletPool .up.|> Scenes.SampleShooting.DIContainer.IEnemyBulletPool
@enduml | false | true | false | false | class |
ed9ec55615d13af1fd4285d4798a93c98494e1a8 | 084fcc4a31b60fe11f3f647f7d49a3c1c6621b44 | /kapitler/media/uml-codelist-korrespondanseparttype.puml | 496b500afdf18e1f0884ea2c686970017c9a975a | [] | no_license | arkivverket/noark5-tjenestegrensesnitt-standard | 299f371a341e59402d49bfc11ee9e2672dad657e | 03025f8b9f1496f4a2f5b155e212a44768390274 | refs/heads/master | 2023-06-10T02:19:28.432679 | 2023-06-09T08:40:40 | 2023-06-09T08:40:40 | 136,293,843 | 7 | 11 | null | 2023-08-22T10:40:36 | 2018-06-06T07:58:53 | Python | UTF-8 | PlantUML | false | false | 283 | puml | @startuml
skinparam nodesep 100
hide circle
class Kodelister.Korrespondanseparttype <<codelist>> {
+Avsender = EA
+Mottaker = EM
+Kopimottaker = EK
+Gruppemottaker = GM
+Intern avsender = IA
+Intern mottaker = IM
+Intern kopimottaker = IK
+Medavsender = IS
}
@enduml
| false | true | false | false | class |
274c46480f6352c3b04dc38b94298e9edcef2c30 | 38aaf3aab3012f12640f7ec2d8e0b13d47bd73df | /Behavioral-Pattern/src/strategy/策略模式关系图.puml | 01a272a81c52e31b16d7355a9bd406f1404547a3 | [] | no_license | Danbro007/DesignPattern | ff0bf4a2d68e40bd8cbf3574ad8e377200af1f20 | 38e5a4ec5bdfd463090e12f740e0638c9c8e6d25 | refs/heads/master | 2021-03-31T16:55:54.094329 | 2020-03-26T13:14:19 | 2020-03-26T13:14:19 | 248,121,211 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 511 | puml | @startuml
interface StrategyA{
+ operation1():void;
+ operation2():void;
}
interface StrategyB{
+ operation1():void;
+ operation2():void;
}
class Context{
+ strategy1:StrategyA
+ strategy2:StrategyB
}
class ConcreteStrategyA
class ConcreteStrategyB
class ConcreteStrategyC
class ConcreteStrategyD
ConcreteStrategyA --|> StrategyA
ConcreteStrategyB --|> StrategyA
ConcreteStrategyC --|> StrategyB
ConcreteStrategyD --|> StrategyB
StrategyA --o Context
StrategyB --o Context
@enduml | false | true | false | false | class |
0a107e8590e891de82cdb0cad3ca03168a8e8c98 | d9c81782826b58a79a89a5b88e6c2c1afa59e532 | /docs/ex45.puml | 12ad63fc472291bafba9ec6336bbd8192a496af8 | [] | no_license | SmokeIce593/parrish-cop3330-assignment3 | 1b1449091f72ef2540c9621b95e9998713e44e41 | d8b75979d4b86c71c1582d76241980b18fff6015 | refs/heads/master | 2023-08-15T08:27:16.888336 | 2021-10-12T02:11:13 | 2021-10-12T02:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 454 | puml | @startuml
'https://plantuml.com/class-diagram
class WordFinderSort{
+ List<String> ChangeWord(List<String> lines)
List<String> editedList
}
class WordFinderBase{
List<String> words
+ {static} void main()
- {static} List<String> convertFile()
}
class WordFinderExport{
+ {static} void exportList(List<String> Names)
+ {static} String Input()
}
WordFinderBase <|-- WordFinderSort
WordFinderBase <|-- WordFinderExport
@enduml | false | true | false | false | class |
df9fea056492264216796800ea79a1a8c6490ca8 | 967db7f88bdf0e5cb8feca9571b9e85175f7bcc8 | /docs/Actors/Application-Developer/UseCases.puml | b6c6ce11c9246e259fb1f17bbdaa0e5ad7549fa5 | [] | 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 | 455 | puml | @startuml
left to right direction
:Application Developer: as Actor
rectangle "Edgeville" #lightblue {
(Manage Applications) as U1
(Deploy Application) as U2
(Deploy AI Application) as U3
(Deploy Application\nAcross Ecosystem) as U4
(Deploy Model\nAcross Ecosystem) as U5
(Run Analytics On the Edge) as U6
(Use SaaS in the Ecosystem) as U7
}
Actor --> U1
U1 --> U2
U1 --> U3
U1 --> U4
U1 --> U5
U1 --> U6
U1 --> U7
@enduml
| false | true | false | false | usecase |
78051652c7d791f77de9ee1258590a02ced50429 | af4ebff03b68cbddb994debba55a14427c4d45e2 | /p1_sequence.puml | a025edd4cf1c84fd4ce12512e565e8b8ba9d2455 | [] | no_license | BrunoSilvaFreire/Modelagem | 6adda34b5808c84ae83134c58c3ca0e959a04ffc | 56f3b47cd7e6eb4c14de50668fd913a0a1948e21 | refs/heads/master | 2020-08-07T11:06:57.703038 | 2019-10-09T20:17:46 | 2019-10-09T20:17:46 | 213,425,584 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 365 | puml | @startuml
title Diagrama de Sequência
actor Autor
actor Usuário as User
collections Platforma as Platform
Autor -> Autor: Desenvolve texto técnico em formato PDF
Autor -> Platform: Insere texto(s) na plataforma
Autor -> Platform: Remove texto(s) da plataforma
User -> Platform: Consulta textos disponíveis
User -> Platform: Visualiza textos recuperados
@enduml | false | true | true | false | usecase |
7109c28911cb6c5a7e2971ea3f64aa08b1bda447 | 3c5a165497475e26915b9987503d02b968b0b106 | /au.id.cxd.Math.HttpUI/static/doc/project_load_request.puml | 9a50801c9a46c44026e2cc19de0d2fc266faa716 | [] | no_license | 5l1v3r1/au.id.cxd.Math | 2c597ffd4ce8553ee3c26b7b9189b3c59bf29aa9 | 1dfb0e03f4f2efc7e1c936e688cad31047447929 | refs/heads/master | 2021-10-26T00:30:39.760386 | 2019-04-08T21:31:02 | 2019-04-08T21:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 269 | puml | @startuml
LoadProject -> project_load_request:subscribe
Project -> project_load_request:raise
LoadProject <-- project_load_request:notify
LoadProject -> http_project_load:request
LoadProject <-- http_project_load:result
LoadProject -> project_load_result:raise
@enduml | false | true | false | false | sequence |
85fdb9f989ebc356ae9d0181139732945ffd0dcb | 3e9937039b7962a97fbd1c39f2ba207b33613c56 | /doc/schema/ControllerSeq.puml | 73023539964cc8b600a4a99e8fd9c9c562596b5e | [] | no_license | sebadiaz/kulbe | 16820d9daaa0581a072468f1c2438e5385d0e136 | 9635762898c072974d9b738cbb1948a6332bc58d | refs/heads/master | 2021-08-20T05:47:24.470420 | 2017-11-28T09:41:32 | 2017-11-28T09:41:32 | 126,018,386 | 1 | 0 | null | 2018-03-20T13:03:34 | 2018-03-20T13:03:30 | Go | UTF-8 | PlantUML | false | false | 1,503 | puml | @startuml
' color to use
' #FFB05A
' #FFB05A
' #D5E821
' #31FFB4
' #514BEF
skinparam handwritten true
skinparam interface {
backgroundColor RosyBrown
borderColor orange
}
skinparam object {
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
BackgroundColor<<Apache>> Red
BorderColor<<Apache>> #FF6655
FontName Courier
BackgroundColor <<Blue>> DeepSkyBlue
BorderColor black
BackgroundColor gold
ArrowFontName Impact
ArrowColor #996655
ArrowFontColor #777777
}
header
<font color=red>Warning:</font>
Draft
endheader
center footer Controller
actor Admin
control ApplicationController
== Create Application ==
Admin -> Kubernetes: Create Application
Kubernetes -> ApplicationController: Detect new Application
ApplicationController -> Kubernetes : Create Namespace
ApplicationController -> Kubernetes : Deploy hooks (external service)
loop on Components
ApplicationController -> helm : Create Component on namespace
end
helm -> Kubernetes : Deploy pod, service ,...
ApplicationController-> Kubernetes: Update Application status
loop on Service / Ingress
Kubernetes -> ApplicationController : Get route information
ApplicationController-> Kubernetes: Update Application status with route
end
loop on Deployement
Kubernetes -> ApplicationController : Check status
ApplicationController-> Kubernetes: Update Application status with pod status
end
== Check Application status ==
Admin -> Kubernetes: Consult Application Status (including service url)
@enduml | false | true | false | false | usecase |
08568d2e18b5b2d40ad299d886a184d0f759b833 | 4291ef524e205e9b7c7c479052e1fe40078a1f60 | /doc/part_one/domain-exceptions.puml | 02539a0f7f8106025a6eed83118eed3a2f0eb667 | [
"BSD-2-Clause"
] | permissive | nymann/portfolio-assignment | 4136ab71b2bac64d6a4474c76b16ee5e57f9d21d | abb6d840d6d9ae59b90e8417f140c2314b1e7a27 | refs/heads/master | 2023-04-27T00:19:10.391313 | 2021-05-21T21:02:46 | 2021-05-21T21:02:46 | 367,152,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 737 | puml | @startuml
skinparam roundCorner 10
skinparam shadowing false
skinparam classFontName Lato
skinparam classFontSize 16
skinparam defaultFontName Source Code Pro
skinparam defaultFontSize 14
skinparam ClassAttributeFontStyle normal
skinparam ClassBackgroundColor white
skinparam ClassBorderColor black
skinparam ClassBorderThickness 1
skinparam ArrowColor black
skinparam linetype polyline
class dev.nymann.domain.exceptions.SensorNotFoundException {
}
class dev.nymann.domain.exceptions.CommandExecutionException {
}
dev.nymann.domain.exceptions.CommandExecutionException <|-- dev.nymann.domain.exceptions.SensorNotFoundException
dev.nymann.domain.exceptions.Exception <|-- dev.nymann.domain.exceptions.CommandExecutionException
@enduml | false | true | false | false | class |
3083f14dbe9aaf942ff3c8dd732bfce67dc1fb53 | a6dacfed7998847d8edcb6dbf4bed16068cd83b1 | /time-based-domain-events/modelling/.assets/diagrams/external_system_retry.puml | 49901612954b4867cf28ac24b97e23c451ba9bcd | [] | no_license | puncoz-bookmarks/ddd-public-materials | 689258869da350a2e74e069dbfd5ad8735c1c2b8 | 8ed0700c4b5b955efc2f1e8405628578bad484be | refs/heads/master | 2023-04-09T23:42:55.480926 | 2021-04-21T08:57:49 | 2021-04-21T08:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,015 | puml | @startuml
!include <tupadr3/common>
!include <tupadr3/font-awesome-5/clock>
!include <tupadr3/font-awesome-5/calendar_alt>
!include <tupadr3/font-awesome-5/gripfire>
skinparam defaultFontName Purisa
skinparam handwritten true
skinparam backgroundcolor transparent
skinparam defaultTextAlignment center
scale 1200*480
file DiscountEligibilityDate #MediumPurple [
<size:60><$clock></size>
**DiscountEligibilityDate**
....
6 months of service
]
file DiscountBecameEffective #Orange [
<size:60><$clock></size>
**DiscountBecameEffective**
]
file DiscountAccountSystem #IMPLEMENTATION [
<size:100><color:red><$gripfire><$gripfire><$gripfire></color></size>
**DiscountAccountSystem**
]
file CreateDiscountAccount #DeepSkyBlue [
**CreateDiscountAccount**
]
DiscountEligibilityDate --R-> DiscountBecameEffective
DiscountBecameEffective -D--> CreateDiscountAccount
CreateDiscountAccount -L-> DiscountAccountSystem
DiscountAccountSystem "EligibilityDate + 1 day" --U-> DiscountEligibilityDate
@enduml | false | true | false | false | uml-unknown |
244fea40dbe6645748fd0230595a31b5691f95eb | be9a991f4748600392e33f658804d7c8baa95406 | /Documents/Design.plantuml | 2d6072c4ec234ed629a52447964ee6c902eaafa1 | [] | no_license | grassofsky/make-it-so | 8d2554ec7636e60f83e413bccdb7ef77bab34795 | f55fab4eabfa42d396d6b2eaae87e359d95bf437 | refs/heads/master | 2020-03-10T05:28:32.883498 | 2018-05-07T11:57:15 | 2018-05-07T11:57:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,668 | plantuml | @startuml
class SolutionInfo {
+void addProjectInfo(string projectName, ProjectInfo project)
+List<ProjectInfo> getProjectInfos()
+void addRequiredProjectToProject(string projectName, string requiredProjectName)
+void setupImplicitLinking()
+void setupReferences()
+ProjectInfo.ProjectTypeEnum isOutputObject(string absoluteExecutablePath)
}
class ProjectInfo {
{abstract} +ProjectInfo.ProjectTypeEnum isOutputObject(string absoluteExecutablePath)
+void addRequiredPrject(ProjectInfo project)
+HashSet<ProjectInfo> getRequiredProjects()
+string Name
+SolutionInfo ParentSolution
+ProjectTypeEnum ProjectType
+string RootFolderAbsolute
}
class ProjectInfo_CPP {
+void addFile(string file)
+HashSet<string> getFiles()
+void setupImplicitLinking()
+void addConfigurationInfo(ProjectConfigurationInfo_CPP configurationInfo)
+List<ProjectConfigurationInfo_CPP> getConfigurationInfos()
+void addCustomBuildRuleInfo(CustomBuildRuleInfo_CPP ruleInfo, string configurationName)
+ProjectInfo.ProjectTypeEnum isOutputObject(string absoluteExecutablePath)
+bool LinkLibraryDependencies
}
class ProjectConfigurationInfo_CPP {
+void addIncludePath(string path)
+void removeIncludePath(string path)
+List<string> getLibraryPaths()
+void addLibraryPath(string path)
+void removeLibraryPath(string path)
+HashSet<string> getLibraryRawNames()
+void addLibraryRawName(string rawName)
+void removeLibraryRawName(string rawName)
+HashSet<string> getPreprocessorDefinitions()
+void addPreprocessorDefinition(string definition)
+void removePreprocessorDefinition(string definition)
+HashSet<string> getImplicityLinkedObjectFiles()
+void addImplicitlyLinkedObjectFile(string objectFile)
+void addCompilerFlag(string flag)
+void removeCompilerFlag(string flag)
+HashSet<string> getCompilerFlags()
+void addCustomBuildRuleInfo(CustomBuildRuleInfo_CPP ruleInfo)
+List<CustomBuildRuleInfo_CPP> getCustomBuildRuleInfos()
+ProjectInfo_CPP ParentProjectInfo
+string Name
+string IntermediateFolder
+string IntermediateFolderAbsolute
+string OutputFolder
+string OutputFolderAbsolute
+CharacterSet CharacterSet
+string PreBuildEvent
+string PostBuildEvent
}
class SolutionParserBase {
{abstract} +void parse(string solutionFilename)
+void updateSolutionFromConfig()
+SolutionInfo ParsedSolution
}
class SolutionParser {
+void parse(string solutionFilename)
}
ProjectInfo <|-- ProjectInfo_CPP
ProjectInfo *-- SolutionInfo
ProjectConfigurationInfo_CPP *-- ProjectInfo_CPP
@enduml | false | true | false | false | class |
8fe71ef57e1135556e64afae7f625ebe2b0d74b5 | 4230c1ba7908953159e9334a3275e7cc0803ef87 | /src/main/java/qust/LKP/T1.puml | f22bac70cac431baa216fbe28a4f00fd4492a418 | [] | no_license | random1919/DesignPattern01 | 7c3c4c55ab9a71767fb9d68344b439d919dd2f65 | c09377ecf5d8f409fa438f7b99c1b6bc66a8a7fa | refs/heads/master | 2023-08-02T04:55:37.033275 | 2021-09-20T14:10:46 | 2021-09-20T14:10:46 | 408,469,296 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 664 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class AbstractList
abstract AbstractCollection
interface List
interface Collection
List <|-- AbstractList
Collection <|-- AbstractCollection
Collection <|- List
AbstractCollection <|- AbstractList
AbstractList <|-- ArrayList
class Person{
String name;
public void setName(String name)
}
class Father{
private coreMember coreMember
public void command(Person p)
}
class coreMember{
private killer killer;
public void toKill(Person person)
}
kill o- coreMember
coreMember o- Father
class killer{
public void kill(Person person)
}
enum TimeUnit {
DAYS
HOURS
MINUTES
}
@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.