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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
597c0cdb5b9842794a19192b2c080e02f8639e52 | a58f448d617ac460cf8f3541d137287e489ef0f7 | /docs/design/network-discovery/AF-FSM.puml | eb8bb1ebba117d1e4790df4a8e9afaed16f26f7d | [
"Apache-2.0"
] | permissive | gauravchug/open-kilda | c1fc2de126fa09e67e21f12be47b0892b0d19c18 | 696f87ddc0d37bd64024ca80f17a942b4f196f10 | refs/heads/master | 2023-08-30T21:42:27.346545 | 2021-02-04T14:53:54 | 2021-02-04T14:53:54 | 131,945,988 | 2 | 0 | Apache-2.0 | 2023-08-24T19:52:00 | 2018-05-03T05:30:29 | Java | UTF-8 | PlantUML | false | false | 1,614 | puml | * Timeouts
- delay_warmup
- delay_min
- delay_cooldown
* Vars
- start-time
- down-time
- up-time
@startuml
title AntiFlap FSM
legend top right
last-down = down-time>up-time
last-up = up-time>down-time
last-event = max(down-time, up-time)
endlegend
[*] -l-> Init
Init --> Nothing : port-up, port-down
Init: port-up / emit port-up, save up-time
Init: port-down / emit port-down, save down-time
state WarmingUpEnded <<choice>>
Nothing: port-up / emit port-up, save up-time
Nothing -d-> WarmingUp : port-down [last-up]
WarmingUp: enter / save start-time and down-time
WarmingUp: port-up / save up-time
WarmingUp: port-down / save down-time
WarmingUp -d-> CoolingDown : tick [last-down &&\nnow() - down-time > delay_min]
note top on link #lightgreen: port is down and at pause
WarmingUp -l-> WarmingUpEnded : tick [now() \n- start-time \n> delay_warm_up]
WarmingUpEnded -> CoolingDown : [last-down \n|| last-event > start_time \n+ delay_warmup \n- delay_min]
note top on link #coral: port is down or flapping
WarmingUpEnded -> Nothing : else
note top on link #lightgreen: happy-path
CoolingDown: enter / emit port-down
CoolingDown: enter / save to history antiflap activated
CoolingDown: exit [last-up] / emit port-up
CoolingDown: exit / save to history antiflap deactivated
CoolingDown: port-up / save port-up-time
CoolingDown: port-down / save port-down-time
CoolingDown: tick [(now() - last_stats_sent) > stats_send_interval] / send antiflap stats to history
CoolingDown -u-> Nothing : tick [now() - last-event \n> delay_cooldown]
note top on link #lightgreen: no events during cool down
@enduml | false | true | false | false | sequence |
0794f1ba3b470ebddef4391e8d2dd720347fdfdb | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Services/build/Physical.puml | e56d8c501b6ed48afb90979024044df6d16dfb20 | [] | no_license | CAADE/CAADE | 6a0d37b31e77fd00eeb1ad056d17d484585cad96 | 3873453a14359879a146f1d5897554ae2e94bd96 | refs/heads/master | 2021-06-09T05:28:17.894441 | 2019-06-07T06:08:10 | 2019-06-07T06:08:10 | 104,078,969 | 1 | 0 | null | 2020-08-20T15:13:40 | 2017-09-19T13:32:11 | JavaScript | UTF-8 | PlantUML | false | false | 168 | puml | @startuml
interface external
package "build" #lightblue {
component service
interface internal
}
external -- service : 3000
internal - service : 5000
@enduml
| false | true | false | false | class |
9be132e36cf9a984281040fa5f7808947d4efaaa | ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb | /projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/objects/restaurantItem/MenuItem.MenuItemType.puml | 2ee3b8aa8518adc0d9cd2c5bec243d161e77a8fd | [] | no_license | itachi1706/How-to-use-Git-NTUSCSE1819-Site | d6fcba79d906e9916c3961b11a6e1318d8a0f602 | dbce2f56b42e15be96bd40fd63e75389d397ca34 | refs/heads/master | 2021-07-12T15:24:44.197085 | 2020-08-01T12:31:23 | 2020-08-01T12:31:23 | 172,893,030 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 289 | puml | @startuml
enum MenuItem.MenuItemType [[../sg/edu/ntu/scse/cz2002/objects/restaurantItem/MenuItem.MenuItemType.html]] {
{static} +ALL
{static} +MAIN
{static} +DESSERT
{static} +DRINK
}
center footer UMLDoclet 1.1.3, PlantUML 1.2018.12
@enduml
| false | true | false | false | class |
af1ec1fb12aeec0621e4ff7db704f3707aab00ad | ca41f9924ceeaac96dc008221e7bdda7621840e6 | /GameMoreLess/out/production/GameMoreLess/sample/sample.plantuml | e93af3b59a23a068b8e094f7b420c0498c471b77 | [] | no_license | AnathisT/Game | d5fe562c35c68f82efb60b1adde2f150ff298095 | 656768da9fa16dcf8fb6aeaad7cc41cfff0532f0 | refs/heads/main | 2023-06-03T09:54:20.217675 | 2021-06-21T08:56:38 | 2021-06-21T08:56:38 | 378,867,529 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 893 | plantuml | @startuml
title __SAMPLE's Class Diagram__\n
namespace sample {
class sample.Controller {
{static} + LOSS : int
{static} + SUCCESS : int
+ count : int
+ count1 : int
+ falseAnswers : Label
+ number1 : Button
+ number2 : Button
+ rightAnswers : Label
~ a : int
~ b : int
+ handle()
+ initialize()
+ number1Pressed()
+ number2Pressed()
}
}
namespace sample {
class sample.Main {
{static} + main()
+ start()
+ writeKeyCode()
}
}
sample.Controller o-- model.Handler : chain
sample.Main -up-|> javafx.application.Application
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
5d2f6127532062427028e3d2257727c66a45feb1 | d55f5cb2cfb27cc208df5c8099003396a45fc55c | /classes.plantuml | 9d1c1806136a85e825105783c3e64bb438e8af21 | [
"Unlicense"
] | permissive | Zefick/elegant-tictactoe | c7d9a7f6518d5db2960b56a43198c2d0c05453e5 | a166d5946093f960273b1246fbfb1a610d358344 | refs/heads/master | 2021-04-28T13:14:28.238792 | 2018-03-06T07:52:30 | 2018-03-06T07:52:30 | 122,098,828 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,628 | plantuml | @startuml
namespace core {
class Game {
-Player p1
-Player p2
-Grid grid
-int first
+Game(Grid grid, Player p1, Player p2, int first)
+Game(Grid grid, Player p1, Player p2)
+play() : Grid
}
interface Grid {
+move(String move, int side) : Grid
+possibleMoves(String cell) : boolean
+possibleMoves(int side) : List<String>
+full() : boolean
+string() : String
+winner() : State
}
interface GameFactory {
+grid() : Grid
+Assistant() : HumanPlayer.Assistant
}
enum State {
EMPTY
X
O
---
-char symbol
---
+empty() : boolean
+symbol() : char
+{static} of(boolean)
}
interface Player {
+move(Grid grid, int side) : String
}
Game *--- GameFactory
Game *--- Grid
Game *--- "2" Player
}
namespace game3x3 {
class Grid3x3 {
-State[] data
}
class Factory3x3 << (F,#FF7700) Factory >>
class HumanAssistant
Factory3x3 -- Grid3x3 : creates
Factory3x3 -- HumanAssistant : creates
core.GameFactory <|-- Factory3x3
player.Assistant <|-- HumanAssistant
}
namespace game4x4 {
class Grid4x4 {
-State[] data
}
class Factory4x4 << (F,#FF7700) Factory >>
class HumanAssistant
Factory4x4 -- Grid4x4 : creates
Factory4x4 -- HumanAssistant : creates
core.GameFactory <|-- Factory4x4
player.Assistant <|-- HumanAssistant
}
core.Grid <|-- game3x3.Grid3x3
core.Grid <|-- game4x4.Grid4x4
namespace estimation {
interface Estimation {
+estimate(Grid grid, String move, int side) : int
}
class MonteCarloEstimation {
-int count
}
class RandomEstimation
class FullDepthEstimation
Estimation <|--- MonteCarloEstimation
Estimation <|--- RandomEstimation
Estimation <|--- FullDepthEstimation
MonteCarloEstimation o- RandomEstimation
}
namespace player {
interface Assistant {
+prompt() : String
+convertMove(String input) : String
}
class ForcedPlayer {
-player : Player
}
class VerbosePlayer {
-player : Player
}
class HumanPlayer {
-message(String msg)
}
class EstimatingAI {
-estimation : Estimation
}
HumanPlayer o-- Assistant : use
EstimatingAI *--- estimation.Estimation
EstimatingAI ---o estimation.MonteCarloEstimation
core.Player <|-- HumanPlayer
core.Player <|-- ForcedPlayer
core.Player <|-- EstimatingAI
core.Player <|-- VerbosePlayer
}
@enduml | false | true | false | false | class |
c1d02b8503711e19f40a3095400b8960cb7589ad | 25c04837a21f7db1c898df067f5903556224a626 | /examples/payment.puml | e14a48a92b47b88742de4368b83fe7726735aa0c | [
"MIT"
] | permissive | lucmartens/xstate-plantuml | 6374e37f39dc7df5de60e4fb944975ece2cee7ab | c048dc588d58c8517ac9ccf3d8de097a30ba44ef | refs/heads/master | 2023-07-11T21:23:44.172330 | 2020-05-28T11:44:26 | 2020-05-28T11:44:26 | 146,092,748 | 71 | 12 | MIT | 2023-06-22T18:27:30 | 2018-08-25T12:17:47 | JavaScript | UTF-8 | PlantUML | false | false | 593 | puml | @startuml
left to right direction
state "payment" as payment {
[*] --> payment.method
state "method" as payment.method {
[*] --> payment.method.cash
payment.method --> payment.review : NEXT
state "cash" as payment.method.cash {
payment.method.cash --> payment.method.check : SWITCH_CHECK
}
state "check" as payment.method.check {
payment.method.check --> payment.method.cash : SWITCH_CASH
}
state "hist" as payment.method.hist {
}
}
state "review" as payment.review {
payment.review --> payment.method.hist : PREVIOUS
}
}
@enduml
| false | true | false | false | sequence |
d0aa5255ebb860b396d60420a8a01574757e6c7b | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/TimelineDataSource.puml | dfe7dfd2e5095298974488ef85dc276c216b01ff | [] | 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 | 918 | puml | @startuml
class TimelineDataSource {
+ TimelineDataSource(parentGUI:TimelineTreeViewGUI, treeView:TreeViewController, sequencerWindow:TimelineWindow)
+ <<override>> IsExpanded(item:TreeViewItem) : bool
+ <<override>> IsExpandable(item:TreeViewItem) : bool
+ <<sealed>> <<override>> FetchData() : void
CreateItem(scriptableObject:ScriptableObject, tree:Dictionary<TrackAsset, TimelineTrackBaseGUI>, selectedRows:IEnumerable<TrackAsset>, parentTreeViewItem:TreeViewItem) : TimelineTrackBaseGUI
+ <<override>> CanBeParent(item:TreeViewItem) : bool
+ ExpandItems(item:TreeViewItem) : void
}
class "List`1"<T> {
}
TreeViewDataSource <|-- TimelineDataSource
TimelineDataSource --> "m_TimelineWindow" TimelineWindow
TimelineDataSource --> "m_ParentGUI" TimelineTreeViewGUI
TimelineDataSource --> "allTrackGuis<TimelineTrackBaseGUI>" "List`1"
TimelineDataSource --> "treeroot" TreeViewItem
@enduml
| false | true | false | false | class |
442d9c07437392cc96a37cd24636cda2ca6c4b47 | 26cb8854b727e300499691fd3389b063389c6615 | /Evaluaciones/E1_1_Cliente CORRECCION/diagrama.puml | 97821d67e788eeb5bdee1148ff548d3a98570ce1 | [] | no_license | CarlaPerezGavilan/TC2016_A01023033 | 709b80605bf1ebbebfe33499ffa488828f54cc1f | 2ed50900f6e0f4fd52aecbe092c1a80222f5052b | refs/heads/master | 2020-03-26T12:13:33.293913 | 2019-05-17T17:21:46 | 2019-05-17T17:21:46 | 144,881,827 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 311 | puml | @startuml
class Persona{
-private Cabeza myHead
-private String name
-private String kiss
-getName()
-setName()
-kiss(Persona p)
-allowKiss(Persona personKiss)
-getKiss()
-inhale()
-exhale()
-look(Persona p)
-blink()
-talk(String words)
}
@enduml | false | true | false | false | class |
c482fa7b0ac4d87010b808a8387e024e24839582 | 438418cd05a82943f97001f8045ed447848aaee8 | /comiot/Diagrams/DSeqUserSendCmd.puml | 931118614d71bc82103b31f96edfa078585070e5 | [] | no_license | hectorgastaminza/comiot | 5b2ace3d2640566470cb8f4cde1cd8ef31693e93 | 450fb500a23336e3d98e31389b780b9ff04a6220 | refs/heads/master | 2020-03-25T01:27:45.979382 | 2018-09-12T04:04:52 | 2018-09-12T04:04:52 | 143,239,210 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 414 | puml | @startuml
hide footbox
title User sends a command to a device
actor User
entity Frontend
entity Backend
entity MQTT_Broker
User -> Frontend: Send command Request
Frontend -> Backend: Send command Request
activate Backend
Backend -> MQTT_Broker : Publish Request
MQTT_Broker -> Backend : Publish Response
Backend -> Frontend: Send command Response
deactivate Backend
Frontend -> User: Send command Response
@enduml | false | true | false | false | sequence |
8b9e7e087e56d8c9329afad5b11e5714ad5cdbe1 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/SystemManagement/SystemManagerSTA-Class.iuml | 9bd88d78f5b4dd4f1a9ffe39ee8c8e822adb37e3 | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 137 | iuml | namespace SystemManagement {
class SystemManagerSTA {
}
SystemManagerSTA -up-|> SystemManagerInterface
}
| false | true | false | false | class |
62d3e3474938ec311611cc98f58ee3fdc3d8748a | e72b52b000194daaee4f70b04f0155a53f041170 | /src/main/resources/diagrams/PackageDiagram.puml | 082ae4eec709d6335ed010947ad38a757898658a | [] | no_license | g-nico/game_store | 80cc2ef1f4fb279464fc1217d3e175098590400f | 3a1a59178d42aad9f8def4b300c27dbcaf2217f4 | refs/heads/master | 2020-03-12T16:21:15.625880 | 2018-05-30T12:23:13 | 2018-05-30T12:23:13 | 130,714,020 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 277 | puml | @startuml
package controller
package model {
package enums
package frontObjects
}
package repository
package service
package utility
controller ---> service
controller -> model
service --> model
service --> repository
service --> utility
repository --> enums
@enduml | false | true | false | false | uml-unknown |
63ab2a23aeac09445d1cd56d631fef318107dc9c | 511df7212d8bea810c5eecb33339acb520ab30b4 | /design-uml/4.UC_User_Attribute.puml | 9406c4062b86653935d5a00ec6b65cc5069462cb | [] | no_license | tungnm-ict/spring-hibernate-demo | 67f6bd3a55aab93d7829cbc224c18be7bd309e73 | 2eff134615fdddb4c6e4473ec5f44a53b8c6b31b | refs/heads/master | 2020-03-17T16:24:23.330655 | 2018-05-17T03:44:35 | 2018-05-17T03:44:35 | 133,747,409 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 147 | puml | @startuml
package "Use Case Attribute" {
:User:
User -left-> (Create New Attribute)
User --> (Modify Attribute)
User --> (Delete Attribute)
@enduml | false | true | false | false | uml-unknown |
4f349dc355ad34f4181bfa1f94875fcbb3638de0 | 7204671d98ac508f410c373821834ec8b8ac7712 | /behavioral/mediator/diagram.puml | 104db732e266edb894d0781c2ef05f5336c6c1ff | [] | no_license | phamh79/design-pattern-in-go | 1e052ec04f3ad9ef049efdd2f2fb7a7d6d62f380 | d867a5bfd0cb32aa87f45a20ef1fd03b469ae7b4 | refs/heads/master | 2022-12-17T07:45:11.746980 | 2020-09-13T04:43:55 | 2020-09-13T04:43:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 900 | puml | @startuml
namespace mediator {
class goodsTrain << (S,Aquamarine) >> {
- mediator mediator
- requestArrival()
- departure()
- permitArrival()
}
interface mediator {
- canLand( train) bool
- notifyFree()
}
class passengerTrain << (S,Aquamarine) >> {
- mediator mediator
- requestArrival()
- departure()
- permitArrival()
}
class stationManager << (S,Aquamarine) >> {
- isPlatformFree bool
- lock *sync.Mutex
- trainQueue []train
- canLand(t train) bool
- notifyFree()
}
interface train {
- requestArrival()
- departure()
- permitArrival()
}
}
"mediator.train" <|-- "mediator.goodsTrain"
"mediator.train" <|-- "mediator.passengerTrain"
"mediator.mediator" <|-- "mediator.stationManager"
@enduml
| false | true | false | false | class |
90dc21fba213136d1767d08a49856fae1aea817f | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii02/doc/plantuml/ua/khpi/oop/malokhvii02/data/package.puml | 2fb8a265e65782510e41634c1b112b344003dc6c | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,652 | puml | @startuml
namespace ua.khpi.oop.malokhvii02.data {
class NumberEqualityContainer {
{static} -NUMBER_BASE: short
{static} -MIN_NUMBER: long
{static} -MAX_NUMBER: long
-number: long
-numberLength: double
-leftSide: long
-rightSide: long
-isLeftSideEqualToRightSide: boolean
+NumberEqualityContainer()
+collectData(PrintStream, Scanner): DataCollectionStatus
+computeData(): DataComputationStatus
+getContainerName(): String
+getLeftNumberSide(): long
+getNumber(): long
+getRightNumberSide(): long
+isEquals(): boolean
+prepareDataDescription(): String
+prepareDataVisualization(): String
+setNumber(long): void
}
interface DataContainer {
{abstract} +collectData(PrintStream, Scanner): DataCollectionStatus
{abstract} +computeData(): DataComputationStatus
{abstract} +getContainerName(): String
{abstract} +prepareDataDescription(): String
{abstract} +prepareDataVisualization(): String
}
enum DataComputationStatus {
{static} +SUCCESS
{static} +FAILURE
-DataComputationStatus()
}
enum DataCollectionStatus {
{static} +CONTINUE
{static} +REPEAT
{static} +FINISH
-DataCollectionStatus()
}
DataContainer <|.. NumberEqualityContainer
}
@enduml
| false | true | false | false | class |
84af604d5c89211f28816cf2bba6a6cfd80ccd69 | f31dfdbe2075b30d04247970a109a52df2ee16b6 | /documentView/console/docs/diagrams/src/vistas.plantuml | 78b0ddc9768514848bba8bd5a821cae27fc48465 | [] | no_license | japc78/solution.java.swing.socket.sql | b4d642856b547344691f2d3f340c71859c4fdb5d | 1a51feba7c1fd9ca45cedbbc7ba40d368994ca5a | refs/heads/master | 2023-01-19T11:09:41.865421 | 2020-11-23T20:29:17 | 2020-11-23T20:29:17 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 526 | plantuml | @startuml desarrollo_implementacion
package " " as tictactoe {
}
package " " as tictactoe.models {
}
package " " as tictactoe.views {
}
package " " as utils {
}
package " " as java.io {
}
package " " as java.util {
}
[mastermind.jar] as jar
jar *--> tictactoe
jar *--> tictactoe.models
jar *--> tictactoe.views
jar *--> utils
jar *--> java.io
jar *--> java.util
@enduml
@startuml despliegue_fisica
node node #DDDDDD [
<b>Personal Computer</b>
----
]
[ tictactoe.jar ] as component
node *--> component
@enduml
| false | true | false | false | class |
d7747b5662f890d27c7a5a775f7970c27d641bae | 9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9 | /java/resources/plantuml/class/relations2.puml | 91d728c51004605ce670a3f019cdd3f6cb4aa397 | [
"MIT"
] | permissive | vuquangtin/designpattern | 4d4a7d09780a0ebde6b12f8edf589b6f45b38f62 | fc672493ef31647bd02c4122ab01992fca14675f | refs/heads/master | 2022-09-12T07:00:42.637733 | 2020-09-29T04:20:50 | 2020-09-29T04:20:50 | 225,505,298 | 0 | 0 | null | 2022-09-01T23:16:34 | 2019-12-03T01:41:33 | Java | UTF-8 | PlantUML | false | false | 122 | puml | @startuml
Class11 <|.. Class12
Class13 --> Class14
Class15 ..> Class16
Class17 ..|> Class18
Class19 <--* Class20
@enduml
| false | true | false | false | class |
0d4aec1d9e3434468fb1848253e993c4e09c1f9d | e096f92168947e73f4c936c751521c4ef4d70d9c | /uml_and_tests/WeatherApp2.plantuml | fce3b0ec5b4641caf70e788462eaacee38ae1431 | [] | no_license | VertUnix/WeatherApp | 533de57d7e66ce426a4036dad65662d690dcf124 | 7bab7884c1445d6e8e5d7e0dc3f98c8666515f9b | refs/heads/master | 2023-02-18T20:18:46.729985 | 2021-01-17T21:20:04 | 2021-01-17T21:20:04 | 329,932,231 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 5,813 | plantuml | @startuml
title __WEATHERAPP2's Class Diagram__\n
namespace java {
namespace o.mta.se.lab {
class ro.mta.se.lab.Main {
{static} + places : Places
{static} - scene : Scene
{static} + main()
{static} + setRoot()
+ start()
{static} - loadFXML()
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace controller {
class ro.mta.se.lab.controller.Controller {
~ selectedCityID : int
- cityCombo : ComboBox<String>
- cityNameLabel : Label
- countryCombo : ComboBox<String>
- degreeCelsius : Label
- description : Label
- displayButton : Button
- feelsLike : Label
- humidity : Label
- icon : ImageView
- leftPane : AnchorPane
- maxTemp : Label
- minTemp : Label
- pressure : Label
- rightAnchorPane : AnchorPane
- temp : Label
- windSpeed : Label
+ Controller()
+ handleCityCombo()
+ handleCountryCombo()
+ initialize()
- displayWeather()
}
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace model {
class ro.mta.se.lab.model.City {
# ID : int
# countryCode : String
# lat : double
# lon : double
# name : String
+ City()
+ getCountryCode()
+ getID()
+ getLat()
+ getLon()
+ getName()
+ printCity()
+ setCountryCode()
+ setID()
+ setLat()
+ setLon()
+ setName()
}
class ro.mta.se.lab.model.Country {
~ cities : ArrayList<City>
~ countryCode : String
+ Country()
+ addCity()
+ getCities()
+ getCityIDByName()
+ getCountryCode()
+ printCityList()
}
class ro.mta.se.lab.model.Places {
- countryList : ArrayList<Country>
- inputFileName : String
+ Places()
+ getCountryList()
+ modelInit()
+ printPlaces()
- addCity()
}
class ro.mta.se.lab.model.WeatherInfo {
# cityName : String
# description : String
# feelsLike : String
# humidity : String
# iconCode : String
# image : Image
# pressure : String
# tempMax : String
# tempMin : String
# temperature : String
# windSpeed : String
+ WeatherInfo()
+ getCityName()
+ getDescription()
+ getFeelsLike()
+ getHumidity()
+ getIconCode()
+ getImage()
+ getPressure()
+ getTempMax()
+ getTempMin()
+ getTemperature()
+ getWindSpeed()
}
class ro.mta.se.lab.model.WeatherAPI {
- APIKey : String
- APIURL : String
- jsonResponse : String
+ WeatherAPI()
+ getWeatherInfo()
- fetchIcon()
- parseJSON()
- queryWeatherServer()
}
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace model {
class ro.mta.se.lab.model.Country {
}
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace model {
class ro.mta.se.lab.model.Places {
}
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace model {
class ro.mta.se.lab.model.WeatherAPI {
}
}
}
}
namespace java {
namespace o.mta.se.lab {
namespace model {
class ro.mta.se.lab.model.WeatherInfo {
}
}
}
}
ro.mta.se.lab.Main -up-|> javafx.application.Application
ro.mta.se.lab.controller.Controller o-- ro.mta.se.lab.model.Places : places
ro.mta.se.lab.controller.Controller o-- ro.mta.se.lab.model.Country : selectedCountry
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 |
3eb2878393e382350d5319ae26e05d0b0a9c21c3 | f65b80adbda25f4c3e781699296c0cbde7c884a2 | /doc/google-oauth-sequence.plantuml | adfcdf55cbb00a9bd912b2b1fba168cabe3a8b3c | [] | no_license | the-old-dev/google-oauth-connect-iq | 2b8377186bf93367df75ba30c90e47cf332eea4b | 8ccf92ae7a0b8f060125f306f880619c10d7f03f | refs/heads/master | 2022-11-15T13:17:52.523759 | 2020-07-08T19:00:13 | 2020-07-08T19:00:13 | 278,171,074 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 893 | plantuml | @startuml
skinparam style strictuml
title Google OAuth Devices Sequence
control "Limited-Device" as ld
control "Google-OAuth-Server" as gos
control "Rich Device" as rd
actor User as u
ld -> gos : request code(client_id, scope)
gos -> ld : [device_code, expires_in, interval, user_code, verification_url]
====
ld -> ld : display(user_code)
ld -> rd : open login(verification_url)
u -> rd : log into google account
u -> rd : enter(user_code)
u -> rd : allow scope
====
ld -> gos : poll(client_id, client_secret, device_code, grant_type)
gos -> ld : [access_token, expires_in, refresh_token, scope, token_type]
ld -> ld : remember(refresh_token)
ld -> gos : call api (token_type, access_token, api-url)
====
ld -> gos : refresh(client_id, client_secret, grant_type, refresh_token)
gos -> ld : [access_token, expires_in, scope, token_type]
@enduml | false | true | false | false | usecase |
dce56d8922e3cdaece3df91760bb5266a99c5578 | 57e95452505413652ef6fec3106ba60f845b0a8b | /info202_project-master/Diagrams/viewAllProductsWeb.puml | 3c6e4af143aa54d822983636341c0ef8b862540b | [] | no_license | hugonzb/Product-Lookup | 8820cdcb58da70a850f00d11614e24f34363b779 | cf9000f43a5f8bfceea07ea490d048c2d539e77d | refs/heads/master | 2022-11-07T09:35:54.457160 | 2020-06-18T08:06:41 | 2020-06-18T08:06:41 | 272,931,990 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,037 | puml | @startuml
skinparam style strictuml
actor "Customer" as customer
participant "Products page" as prodpage <<webpage>>
prodpage++
customer -> prodpage : Clicks "Browse Products" button
participant "ShoppingControllers" as shopping <<javascript>>
participant "ProductModule" as productmodule <<module>>
prodpage -> shopping++: Creates product controller as prodCtrl
create "ProductDatabase" as productdatabase <<dao>>
productmodule -> productdatabase: Construct
shopping -> productmodule++: Sends query for /api/products
productmodule -> productdatabase++: returnProducts()
productdatabase -> productmodule: Return all products
productdatabase--
productmodule -> productmodule: Puts products into /api/products/
productmodule -> shopping: Return all products
productmodule--
prodpage -> shopping: Requests each product from prodCtrl
shopping -> prodpage--: Return product
prodpage -> prodpage: Puts product in the table on the page
prodpage -> customer: Redirects to Products page
prodpage--
shopping--
@enduml
| false | true | false | false | sequence |
c1a4e6de8db1b58e6d595169960227b100572db1 | 31fe99d5840140b47ae7c76471960e48db8616a3 | /docs/sequence.plantuml | 9645827d0d8cba4fa73d46f8fb8f89b9620233e8 | [] | no_license | abdala/green-is-the-new-black | b3f212ae8279c24e798f51f9f18bd9d8c5979d81 | dcdd8343dba69b4b67f590b4890512a2935e088c | refs/heads/main | 2023-05-04T20:59:10.411640 | 2021-05-29T15:20:14 | 2021-05-30T18:13:27 | 372,284,681 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 211 | plantuml | title Gerador de parcelas
User->Endpoint: Solicita divisao de parcelas
Endpoint->Endpoint: Divide o valor e gera as parcelas
Endpoint->Banco: Salva parcelas no banco
Endpoint-->User: Retorna as parcelas geradas | false | true | false | false | sequence |
1972f340a90d9daea3032b7f483ad08f52991bcc | 31ef7a78855b0fb0e9644dd61907e0c811b0daf6 | /benchmark-prover9-spass/logic-formula-generator/cnf_class_diagram.puml | 53c53d8581ba48e1ef0014e3ef9d957378a17c1a | [] | no_license | Przemcom/studio_projektowe1 | f7d57affe30324c0d1470e719a05d8efd92fc701 | a6418b164ee76b7dcb9c3287fb05ace1a79c13d3 | refs/heads/master | 2021-06-14T20:36:30.730708 | 2021-03-29T18:33:24 | 2021-03-29T18:33:24 | 179,491,905 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,494 | puml | @startuml
package "Logic formula generator" {
ClauseGenerator <|-- VariableLengthClauseGenerator
ClauseGenerator <|-- KSATClauseGenerator
VariableGenerator *- ClauseGenerator
Clause -- ClauseGenerator
Clause o- Formula
Formula --* ClauseGenerator
Variable o- Clause
Variable -- VariableGenerator
}
class VariableGenerator {
+ name: str
+ negate_probability: float = 0.5
+ get_total_literals(self): int
+ get_unique_literals(self): int
+ get_generated_literals(self): int
+ get_generated_unique_literals(self): int
+ get_literals_left(self): int
+ get_unique_literals_left(self): int
+ get_random_literal(self): Optional[Literal]
+ get_used_literal(self): Optional[Literal]
+ get_new_literal(self): Optional[Literal]
}
abstract class ClauseGenerator {
+ variable_gen: VariableGenerator
+ get_required_literals(): int
+ get_max_clause_size(): int
+ get_total_clauses(): int
+ get_generated_clauses(): int
+ get_clauses_left() : int
+ get_new_clause() : Clause
}
class VariableLengthClauseGenerator {
internal logic
}
class KSATClauseGenerator {
internal logic
}
class Formula {
+ clause_groups: Clause[][]
+ clause_generators: ClauseGenerator[]
+ shuffle(group_indexes: int[],
number_of_clauses_to_create: int): void
}
class Variable {
+ name: str
+ number: int = 0
+ negated: bool = False
+ to_dimacs() : string
+ to_tptp() : string
}
class Clause {
+ variables: [Variable]
+ to_dimacs() : string
+ to_tptp() : string
}
@enduml
| false | true | false | false | class |
ebb0de56f9610c0c63d575e023b4ae344d157d42 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/ipc05_01/send_message/i120810/ipc05_01_send_message_design1.puml | e2b075e57b6d13f554711d758dedd42e5fb4438b | [] | 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 | 711 | puml | @startuml doc-files/ipc05_01_send_message_design1.png
participant "uic : UIController" as UIC
participant ExtensionManager as ExtM
participant "extension : SendMessageExtension" as EExample
participant "uiExtension : UIExtensionSendMessage" as UIExt
participant "SendMessagePanel : JPanel" as cp
UIC -> ExtM : extensions=getExtensions();
loop for Extension ext : extensions
UIC -> EExample : uiExtension=getUIExtension(this);
activate EExample
create UIExt
EExample -> UIExt : new(extension, uic)
deactivate EExample
UIExt -> UIExt : getSideBar();
activate UIExt
create cp
UIExt -> cp : new (uic)
deactivate UIExt
UIC -> UIC : uiExtensions.add(uiExtension);
end
@enduml
| false | true | false | false | sequence |
2349d78d07461434a5b6cc0e24c5cd94f6482211 | 845917d656a5483d4bc169fb9bc024fdbeb14177 | /uml/Restaurant.puml | 826d9190136317f5ba2fca78a52559ca90d0647d | [] | no_license | mbdx4srt/restaurants | 290261d755e556824ac00225b1a493e91649b8eb | 85c1d035389e88a3ceb74faf29fd3ebadf71158a | refs/heads/master | 2023-03-30T07:36:57.349216 | 2021-03-29T14:52:49 | 2021-03-29T14:52:49 | 352,680,644 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 234 | puml | @startuml
'https://plantuml.com/class-diagram
restaurant --|{ Menu
Menu --|{ Menu_item
class restaurant {
Name
image_url
city
menu
add_menu()
}
class Menu {
title
icon
items
new_item()
}
class Menu_item {
name
price
}
@enduml | false | true | false | false | class |
912ae0e62d74d9f20180901a26b1e7a92ae2a4f5 | d03e77344fd24ec4318026eac98c60cbff8f33b2 | /usage/aspirations/umls/uml-definition.puml | 2b41f8a66f4c0b7a17553fc3fdcec42f05ddd0d5 | [] | 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 | 477 | puml | @startuml
skinparam linetype polyline
skinparam linetype ortho
package "Definitions" <<Frame>> {
interface definition
interface key
container *-- definitions
definitions *-- definition
definition <-- fileDefinition
definition <-- recordDefinition
definition <-- fieldDefinition
recordDefinition *-- primaryKey
recordDefinition *-- foreignKey
recordDefinition *-- candidateKey
primaryKey --> key
foreignKey --> key
candidateKey --> key
fieldDefinition *-- code
}
@enduml | false | true | false | false | class |
22abd36826a4d9360c804b08dac6531f88a8ff02 | 005b36d73fc283f007ac35ac9be6e97f812c9f98 | /doc/wallet/transaction/basic-transaction-wf.puml | 877bc4b9d4353c1d9a1af9d828e40b5046f46ea7 | [
"Apache-2.0"
] | permissive | colinandzxx/bitgrin | 23ea7d6550e877a8d6635bedb13378f7673433c4 | 497f7756680ed321cb2c120c0bdd8684eee5f8bc | refs/heads/master | 2020-06-05T07:54:17.034176 | 2019-06-15T16:17:16 | 2019-06-15T16:17:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,237 | puml | @startuml bitgrin-transaction
title
**Current BitGrin Tranaction Workflow**
Accurate as of Oct 10, 2018 - Master branch only
end title
actor "Sender" as sender
actor "Recipient" as recipient
entity "BitGrin Node" as bitgrin_node
== Round 1 ==
note left of sender
1: Create Transaction **UUID** (for reference and maintaining correct state)
2: Set **lock_height** for transaction kernel (current chain height)
3: Select **inputs** using desired selection strategy
4: Calculate sum **inputs** blinding factors **xI**
5: Create **change_output**
6: Select blinding factor **xC** for **change_output**
7: Create lock function **sF** that locks **inputs** and stores **change_output** in wallet
and identifying wallet transaction log entry **TS** linking **inputs + outputs**
(Not executed at this point)
end note
note left of sender
8: Calculate **tx_weight**: MAX(-1 * **num_inputs** + 4 * (**num_change_outputs** + 1), 1)
(+1 covers a single output on the receiver's side)
9: Calculate **fee**: **tx_weight** * 1_000_000 nG
10: Calculate total blinding excess sum for all inputs and outputs **xS1** = **xC** - **xI** (private scalar)
11: Select a random nonce **kS** (private scalar)
12: Subtract random kernel offset **oS** from **xS1**. Calculate **xS** = **xS1** - **oS**
13: Multiply **xS** and **kS** by generator G to create public curve points **xSG** and **kSG**
14: Add values to **Slate** for passing to other participants: **UUID, inputs, change_outputs,**
**fee, amount, lock_height, kSG, xSG, oS**
end note
sender -> recipient: **Slate**
== Round 2 ==
note right of recipient
1: Check fee against number of **inputs**, **change_outputs** +1 * **receiver_output**)
2: Create **receiver_output**
3: Choose random blinding factor for **receiver_output** **xR** (private scalar)
end note
note right of recipient
4: Calculate message **M** = **fee | lock_height **
5: Choose random nonce **kR** (private scalar)
6: Multiply **xR** and **kR** by generator G to create public curve points **xRG** and **kRG**
7: Compute Schnorr challenge **e** = SHA256(**kRG** + **kSG** | **xRG** + **xSG** | **M**)
8: Compute Recipient Schnorr signature **sR** = **kR** + **e** * **xR**
9: Add **sR, xRG, kRG** to **Slate**
10: Create wallet output function **rF** that stores **receiver_output** in wallet with status "Unconfirmed"
and identifying transaction log entry **TR** linking **receiver_output** with transaction.
end note
alt All Okay
recipient --> sender: Okay - **Slate**
recipient -> recipient: execute wallet output function **rF**
else Any Failure
recipient ->x]: Abort
recipient --> sender: Error
[x<- sender: Abort
end
== Finalize Transaction ==
note left of sender
1: Calculate message **M** = **fee | lock_height **
2: Compute Schnorr challenge **e** = SHA256(**kRG** + **kSG** | **xRG** + **xSG** | **M**)
3: Verify **sR** by verifying **kRG** + **e** * **xRG** = **sRG**
4: Compute Sender Schnorr signature **sS** = **kS** + **e** * **xS**
5: Calculate final signature **s** = (**kSG**+**kRG**, **sS**+**sR**)
6: Calculate public key for **s**: **xG** = **xRG** + **xSG**
7: Verify **s** against excess values in final transaction using **xG**
8: Create Transaction Kernel Containing:
Excess signature **s**
Public excess **xG**
**fee**
**lock_height**
end note
sender -> sender: Create final transaction **tx** from **Slate**
sender -> bitgrin_node: Post **tx** to mempool
bitgrin_node --> recipient: "Ok"
alt All Okay
recipient --> sender: "Ok" - **UUID**
sender -> sender: Execute wallet lock function **sF**
...Await confirmation...
recipient -> bitgrin_node: Confirm **receiver_output**
recipient -> recipient: Change status of **receiver_output** to "Confirmed"
sender -> bitgrin_node: Confirm **change_output**
sender -> sender: Change status of **inputs** to "Spent"
sender -> sender: Change status of **change_output** to "Confirmed"
else Any Error
recipient -> recipient: Manually remove **receiver_output** from wallet using transaction log entry **TR**
recipient ->x]: Abort
recipient --> sender: Error
sender -> sender: Unlock **inputs** and delete **change_output** identified in transaction log entry **TS**
[x<- sender: Abort
end
@enduml | false | true | false | false | usecase |
199578aa983de35c3cad61f247df45edfe4e6bea | b2d64d1527edfad1eb95bce40e87ee4a8635bcfa | /docs/diagrams/CategoryListClassDiagram.puml | d576c26cdd727503f77dab2b0a97bf41b6aebfba | [
"MIT"
] | permissive | AY1920S1-CS2103-T16-4/main | 1a5554bf3b6813d792a25bed5c1ad8576a8b9962 | 2b0e724921edfec2470b9789bfec1fe55e51366a | refs/heads/master | 2020-07-23T06:10:22.079172 | 2019-11-15T06:10:31 | 2019-11-15T06:10:31 | 207,463,833 | 0 | 5 | NOASSERTION | 2019-11-15T06:10:33 | 2019-09-10T04:16:13 | Java | UTF-8 | PlantUML | false | false | 1,020 | puml | @startuml
class CategoryList {
-internalListForIncome: ObservableList<Income>
-internalListForExpense: ObservableList<Expense>
+determineWhichList(ct: CategoryType): ObservableList<Category>
+contains(c: Category): boolean
+setCategories(ExpenseList: List<Category>, IncomeList: List<Category>)
+getInternalListForIncome(): ObservableList<Category>
+getInternalListForOtherEntries(): ObservableList<Category>
+setCategory(target: Category, edited: Category): void
+add(c: Category): void
+remove(c: Category): void
}
class Category {
-categoryName: String
-categoryType: CategoryType
+ Category(categoryName: String, catType: CategoryType)
+ {static} parseCategory(catName: String, catType: String): Category
+ {static} isValidCategoryType(catType: String): boolean
+ {static} isNotEmptyCategoryName(catName: String): boolean
+ getCategoryName(): String
+ getCategoryType(): categoryType
}
enum CategoryType {
EXPENSE
INCOME
}
CategoryList o--> "*" Category
Category *--> "1" CategoryType
@enduml
| false | true | false | false | class |
430e8f377710329df9d5e51b1f7874656a455b30 | 462b9598f08a48ab835f0b189d4d344560965227 | /src/main/java/csheets/worklog/n1010500/sprint2/ipc04_01_design_03.puml | dcb141937077715d3d370c5925d6ac68533cf91e | [] | no_license | VitorMascarenhas/LAPR4-2016 | 19f5593b98b81763f77021fb04278ed231337028 | e53a5a46c0e09fbc155fb91f2010d50532de85d2 | refs/heads/master | 2020-03-19T10:31:05.321699 | 2018-06-06T19:49:19 | 2018-06-06T19:49:19 | 136,027,190 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,392 | puml | @startuml doc-files/ipc04_01_design_03.png
actor User
create ExportAction as ExpAct
User -> ExpAct: actionPerformed(ActionEvent event)
create ExportChooser as ExpCh
ExpAct -> ExpCh: showDialog(...,focusOwner)
create openJFileChooser as openJCh
note right of ExpCh
The user selects a file...
end note
ExpCh -> openJCh: returnVal = showOpenDialog(ExportChooser.this);
alt resultVal==JOptionPane.OK_OPTION
ExpCh -> openJCh : fileName = getSelectedFile().getName();
ExpCh -> openJCh : dir = getCurrentDirectory().toString();
else
end
note right of User
The user enter a delimiter and if the file has a header
end note
create JOptionPane as JOpt
ExpCh -> JOpt : result=showConfirmDialog(...);
alt result==JOptionPane.YES_OPTION && delimiter != "" && fileName != ""
create ImportExportTextStrategy as IETStr
ExpCh -> IETStr : create(delimiter,dir,fileName,header);
ExpCh -> IETStr : ExportToTextFile(focusOwner);
create "writer: FileWriter" as writer
IETStr -> writer: create(file);
create FocusOwner as focus
IETStr -> focus : Cell[][] SelectedCells = getSelectedCells();
loop for Cell[] selectedCell : SelectedCells
loop j < selectedCell.length
IETStr -> writer : append(selectedCell[j].getContent());
end
end
note right of IETStr
The Cells selected are exported to Text File
end note
else
end
@enduml | false | true | false | false | usecase |
28e1edbcfcd05d710eaa2094481fd76709c9ab39 | 3495a3bc8450a240a21780fb8c795c215f88000a | /docs/UC11-WarnFreelancersAboutPerformance/UC11_MD.puml | 3785d063fec7ee9dc9eba6347af1f0a1c3dc1eea | [] | no_license | 1190452/LAPR2 | f27ac4e485b91d04189dd0a37551bc108c070b12 | 97c5488c091243cf65f9e16821f56a5020e0ae2e | refs/heads/master | 2023-05-09T02:35:50.850483 | 2020-06-14T21:07:59 | 2020-06-14T21:07:59 | 372,570,349 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,261 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Platform{
}
class Address{
String street
String doorNumber
String city
}
class Freelancer {
-String freeID
-String name
-String levelExp
-String email
-String nif
-String iban
-String country
}
class Task {
-String idT
-String description
-Time timeDuration
-double costHour
-String taskCategory
-Boolean isPayed
}
class User {
}
class TransactionExecution{
-Data endDate
-double delay
-String descriptionOfQuality
}
class Writer{
-String fileName
}
Freelancer "1" -- "1" Address: has >
Freelancer "1" -- "1" Writer: receives email from >
Task "1..*" -- "1" Freelancer: made by >
Platform "1" -- "1..*" Freelancer: has >
Platform "1" -- "1" Freelancer: sends email to >
Platform "1" -- "1" Writer : sends emails from >
Platform "1" -- "1..*" Organization: has
Organization "1" -- "1..*" TransactionExecution : has
Organization "1" -- "1" Collaborator: has
Collaborator "1" -- "1" Freelancer: creates >
Collaborator "1" -- "1..*" Task: creates >
Collaborator "1" -- "1" User: acts as >
Collaborator "1" -- "1" TransactionExecution: creates >
TransactionExecution "1" -- "1" Freelancer:has
@enduml
| false | true | false | false | class |
05b9852960da05a9994642e732e88690f197a2c2 | 41e335a2ded65f95ece1c413fe9d465df1d198b4 | /lib/DevOther/src/main/java/dev/temp/temp.plantuml | 9ed7736b81f3ceecf74528edf622e25267669ad2 | [
"Apache-2.0"
] | permissive | tulensayyj/DevUtils | ea40e897de72b88591cc1f1cea798eb74175eda8 | 3bc39eaf343c811270bc01e223cd37e80db9e04c | refs/heads/master | 2022-11-27T05:08:28.115620 | 2020-07-27T13:24:50 | 2020-07-27T13:24:50 | 281,569,859 | 0 | 0 | Apache-2.0 | 2020-07-22T03:59:24 | 2020-07-22T03:59:23 | null | UTF-8 | PlantUML | false | false | 442 | plantuml | @startuml
title __TEMP's Class Diagram__\n
namespace dev.temp {
class dev.temp.ChineseUtils {
{static} - TAG : String
{static} + getRandomWord()
{static} + getRandomWord()
- ChineseUtils()
}
}
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 |
1c76ebf9ee51c41571f790b2c4c8cbbd7fc5d813 | cbbb9deb020ef1720a5dccf62aea1e042215c46d | /src/isel/leic/pg/ConsoleInternals.puml | 1904254c286a108192308a39c88332069c3c237b | [] | no_license | palex65/consolePG | 8cd8323c3a09d5f36f2e9a1e1b23d64f8d20c58a | 19f0186c5fbf6daa819349336dad73a2b4c5d41f | refs/heads/master | 2021-01-10T05:20:51.272142 | 2017-05-10T10:56:08 | 2017-05-10T10:56:08 | 49,165,046 | 5 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,375 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
hide empty methods
hide empty fields
package java.awt {
class JFrame
class JComponent
package event {
interface KeyListener
interface MouseListener
interface MouseMotionListener
}
}
package isel.leic.pg {
class Console
class MouseEvent extends Location
package console {
class Frame
class TextBox
class CharAttr
class KeyManager
class MouseManager
}
package concurrent {
class CharRingBuffer
class PositiveIntSet
class RingBuffer
}
}
show Console circle
class Console << (C,cyan) >>
Console *-- "1" Frame : frame
Console .> Location
Console ..> MouseEvent
class Frame extends JFrame {
- lin : int
- col : int
- echo : boolean
- cursorOn : boolean
- bColor : Color
- fColor : Color
}
Frame *- "1" TextBox :txt
class TextBox {
- lines : int
- cols : int
+ paint(Graphics)
setChr(int l, int col, char)
setChr(int l, int col, char, Color, Color)
getChr(int l, int col) : char
}
JComponent <|--- TextBox
TextBox *-- "*" CharAttr : grid
class CharAttr {
- c : char
- background : Color
- foreground : Color
paint(Graphics, ...)
setChr(char) : boolean
setChr(char, Color, Color) : boolean
getChr() : char
}
class MouseManager {
~removeListeners()
~getEvent(long timeout) : MouseEvent
~isEmpty() :boolean
}
Frame *-- "0..1" MouseManager :mouseMgr
MouseListener <|.... MouseManager
MouseMotionListener <|.... MouseManager
class KeyManager implements KeyListener {
~getChar(long timeout) : char
~isPressed(int code) : boolean
~anyPressed() : boolean
~getAnyPressed(long timeout) : int
}
Frame *-- "1" KeyManager :keyMgr
class CharRingBuffer {
- buffer char[]
- loseNewest : boolean;
- put : int
- get : int
+ put(char c)
+ get(long timeout) : char
}
class PositiveIntSet {
- elems : int[]
- size : int
+ add(int value) : boolean
+ remove(int value) : boolean
+ isEmpty() : boolean
+ contains(int value) : boolean
+ getAny(int timeout) : int
}
class RingBuffer<T> {
- buffer T[]
- loseNewest : boolean;
- put : int
- get : int
+ put(T e)
+ get(long timeout) : T
}
MouseManager *- "1\nT=MouseEvent" RingBuffer : events
KeyManager *- "1" CharRingBuffer : typedChars
KeyManager *- "1" PositiveIntSet : pressedKeys
@enduml | false | true | false | false | class |
925ddf031160b10cbe9b4f37c0cae371743dfdf2 | f2424bd274351348236d1b77837bcd995a1a1268 | /markdown/scriptgraphs/pu-sequence.puml | a168e266e44a85240c5ccde9116e89b024239fd7 | [] | no_license | dadabobo/docs | cf1fdd89645d0b1889b97d8a9d6712205363a8d9 | c177cdbd76792ad2e622104ed0392d2381884043 | refs/heads/master | 2020-03-30T18:28:38.521185 | 2018-03-13T09:35:41 | 2018-03-13T09:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 627 | puml | @startuml
skinparam sequence {
ArrowColor Black
ActorBackgroundColor WhiteSmoke
ActorBorderColor Gray
GroupBackgroundColor WhiteSmoke
LifeLineBackgroundColor WhiteSmoke
LifeLineBorderColor Gray
ParticipantBackgroundColor WhiteSmoke
ParticipantBorderColor Gray
}
actor User #Orange
participant "First Class" as A
participant "Second Class" as B #Yellow
participant "Last Class" as C
autonumber 1
User -[#darkred]> A: DoWork
activate A
A -> B: Create Request
activate B #Pink
B -> C: DoWork
activate C
C --> B: WorkDone
destroy C
B --> A: Request Created
deactivate B
A --> User: Done
deactivate A
@enduml | false | true | false | false | sequence |
f1b4aa790f02d040f0e91a1207b304d48041c41a | b7ad06eab7c32e524cb949fe97a3d673dec23672 | /src/main/java/ex44/productSearch_structure.puml | 13e01e541344268d7f8d6bbc8814183659686df3 | [] | no_license | ivanp589/Pavlov-cop3330-assignment3 | 888269e29f4b35fc3b6af60f8421c48f8eb0c493 | 165dfcacaadab392347d6744223fe18e957a1add | refs/heads/master | 2023-08-30T10:16:32.022417 | 2021-10-12T03:46:57 | 2021-10-12T03:46:57 | 416,172,204 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,190 | puml | @startuml
class Product{
-String name
-double price
-int quantity
}
Product--getName
Product--getPrice
Product--getQuantity
interface getName{
+String
}
interface getPrice{
+double
}
interface getQuantity{
+int
}
class productSearch{
+Scanner in
+JsonObject
+openjson()
+HashMap<>
+createHAsh()
+String productName,outputString
+println()
+getName()
+output()
}
productSearch--productCapilization
productSearch--getName
productSearch--output
interface productCapilization{
+char c
+char[] nameArr
+toCharArray()
+charAt()
+String productName
+String()
}
interface output{
+HashMap
String productName
+get()
+getName()
+getPrice()
+getQuantity()
}
interface isProductInSystem{
+containsKey()
+String productName
+HashMap
}
getName<-productCapilization
getName<-isProductInSystem
interface getName{
+boolean productmap
+String productName
+print()
+nextline()
+productCapilization()
+isProductInSystem()
}
interface createHash{
+Gson
+HashMap productmap
+JsonArray products
+getAsJsonArray()
+int i
+Product product
+get()
+Product.getName()
+put()
}
productSearch--openjson
productSearch--createHash
interface openjson{
+JsonParser
+Object input
+parse()
+FileReader()
}
@enduml | false | true | false | false | class |
8f6c3358233ed443e28f656396cff0d05a982421 | b4bbbdf1a5b6a11172db8c72f3a4a50712fbb9bb | /Diagrams/sales_statistics.plantuml | 8622e77ca216836f15bee805080dcf16fce4531b | [] | no_license | linhtch90/eProject2_Notes | c89deefec0767c67cce15b8fd7e32e9ae6222940 | e56903bb7ad702b43b9179ca7e9495c00e3bbef6 | refs/heads/main | 2023-08-21T19:36:50.886949 | 2021-10-19T12:08:54 | 2021-10-19T12:08:54 | 408,461,408 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 405 | plantuml | @startuml
scale 1.5
left to right direction
"Manager" as Manager
Manager --> (Show sales statistical\ninformation)
(Show sales statistical\ninformation) ..> (Show revenue of the last\n7 days as a bar graph) : include
(Show sales statistical\ninformation) ..> (Show total revenue\nof the last 7 days) : include
(Show sales statistical\ninformation) ..> (Show top 5 best selling books) : include
@enduml | false | true | false | false | class |
4befabe1b1b969e1add21018c21f876606631e88 | 1b2c820bfc5009a3951fac3975473eb6310f0d64 | /uml/TodoAppClassDiagrams.puml | e63b26747299e282b375232ce83cccf7dd808350 | [] | no_license | jamesk08/karlinski-cop3330-assignment4 | dd10432166310711b378228c0a2b1e1b9c81a130 | a24f1fe5eaddfb7d79041cdd206d1607e5a48393 | refs/heads/main | 2023-08-20T21:28:11.843000 | 2021-11-01T02:28:26 | 2021-11-01T02:28:26 | 418,183,417 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,324 | puml | ' UCF COP3330 Fall 2021 Assignment 4 Solution
' Copyright 2021 James Karlinski
@startuml
class ucf.assignments.Todo
{
- int todoId
- String description
- String dueDate
- String status
+ int getTodoId()
+ int getTodoIndex()
+ String getDescription()
+ String getDueDate()
+ String getStatus()
+ void setDescription(String)
+ void setDueDate(String)
+ void setStatus(String)
}
class ucf.assignments.TodoList
{
- String title
- ArrayList<Todo> todos
- int todoListId
+ int getTodoListId()
+ int getTodoListIndex()
+ String getTitle()
+ ArrayList<Todo> getTodos()
+ void setTitle(String)
+ void addTodos(Todo)
}
class ucf.assignments.MainController
{
+ TableColumn<TodoList,String> title
+ TableColumn<TodoList,String> description
+ TableColumn<TodoList,String> dueDate
+ TableColumn<TodoList,String> status
+ String getTodoListFilePath(TodoList)
+ void initialize(URL,ResourceBundle)
+ void loadTodoLists(int)
+ void loadTodos()
- void setupTodoListTable()
- void setupTodoTable()
- void addTodoList(ActionEvent)
- void addTodo(ActionEvent)
- void deleteSelectedTodoList(ActionEvent)
- void deleteSelectedTodo(ActionEvent)
- void openEditListWindow(ActionEvent)
- void openEditTodoWindow(ActionEvent)
- void openWindow(String,String,Todo)
}
class ucf.assignments.EditListController
{
- TextField listTitle
+ TodoList selectedTodoList
- void editList(ActionEvent)
+ void initialize(URL,ResourceBundle)
+ void setupFields(TodoList)
}
class ucf.assignments.EditTodoController
{
- TextField todoDescription
- DatePicker todoDueDate
- ComboBox<String> comboStatusOptions
+ Todo selectedTodo
+ TodoList selectedTodoList
+ void initialize(URL,ResourceBundle)
+ void setupFields(Todo,TodoList)
- void saveTodo(ActionEvent)
}
class ucf.assignments.TodoManager
{
+ ObservableList<Todo> getTodos(ArrayList<Todo>)
}
class ucf.assignments.DialogManager
{
+ void displayInfo(String,String)
+ void displayError(String,String)
}
class ucf.assignments.TodoListManager
{
+ ObservableList<TodoList> loadAllTodoListsFromStorage()
- TodoList retrieveLists(String)
+ String getTodoListFilePath(String)
}
@enduml | false | true | false | false | class |
5dbf729d25373fc5331e035c603338dfcd589e16 | f17f77128c254105d3b7f967fc02fdd0ba6f89fc | /dudas/flujo-alternativo/compras-flujo1.plantuml | 357a8b4b65b72b52d4612ede6f2f8635e2e5e7b6 | [] | no_license | pablodanielrey/dsbm | 35ce53e0075980e31a96a40229d2babaefd4b476 | 722a6b02b637f7d989d0ba9b1c4c45a4caf3938c | refs/heads/master | 2023-06-11T00:01:34.747361 | 2021-07-01T12:53:04 | 2021-07-01T12:53:04 | 355,921,264 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,533 | plantuml | @startuml
title c12 Comprar Libro - Flujo alternativo - Libros no disponibles
actor Cliente as c
participant Sistema as s
c -> s : libros = iniciar_compra(cliente)
activate c
activate s
c <-- s :
deactivate s
deactivate c
@enduml
@startuml compra_libro1
title c12 Comprar Libro - Flujo alternativo - Libros no disponibles
actor Cliente as c
participant Sistema as s
c -> s : libros = iniciar_compra(cliente)
activate c
activate s
c -> s : [len(libros) <= 0] terminar_compra()
c <-- s
deactivate s
deactivate c
@enduml
@startuml compra_libro2
title c12 Comprar Libro - Flujo alternativo - Libros no disponibles
actor Cliente as c
participant Sistema as s
c -> s : iniciar_compra(cliente)
activate c
activate s
c <-- s : libros = lista de libros
c -> c : chequear_libros_disponibles(libros)
c -> s : terminar_compra(cliente)
c <-- s
deactivate s
deactivate c
@enduml
@startuml compra_libro3
title c12 Comprar Libro
actor Cliente as c
participant Sistema as s
c -> s : libros = iniciar_compra(cliente)
activate c
activate s
alt len(libros) > 0
c -> s : seleccionar_libro(libro)
s -> s : operacion1
s -> s : operacion2
s -> s : operación n
note right
operaciones que se ejecutan
en el caso de uso.
no lleva otra opción de else.
end note
end
deactivate s
deactivate c
@enduml | false | true | true | false | usecase |
c6ceb5af8c454a1231d46f56329ba8e459a36acd | ae5d39a30638c0fe60147d3d413f1ee363a85303 | /kt/abis/workflow.puml | a70e19f7ed9668d1556077ea5d695ca4a5241c39 | [] | no_license | kameshsr/mosip-training | f6b474ce94deb7e732b1730466238d0eb2ab610b | 92429f64ccb3ad1f77d7f79bb2f7ddeee955b26c | refs/heads/master | 2023-09-03T20:21:35.810002 | 2021-10-08T09:27:37 | 2021-10-08T09:27:37 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,475 | puml | @startuml
skinparam useBetaStyle false
skinparam componentStyle uml1
skinparam shadowing false
'skinparam SequenceGroupHeaderFontColor #application
skinparam sequence {
ArrowColor #222266
LifeLineBorderColor #222266
LifeLineBackgroundColor #222266
ParticipantBorderColor #155AEF
ParticipantBackgroundColor #155AEF
ParticipantFontName Droid Sans Mono
ParticipantFontSize 15
ParticipantFontColor #ffffff
BoxBackgroundColor #application
BoxBorderColor #ffffff
GroupHeaderFontColor #ffffff
GroupBackgroundColor #155AEF
GroupBorderColor #155AEF
}
box "MOSIP cluster"
participant "ABIS handler stage" as handler
participant "ABIS middleware print stage" as middleware
participant "Database" as database
participant "Datashare" as datashare
participant "ActiveMQ" as activemq
end box
participant "ABIS" as abis
note over abis
Creds:
* ActiveMQ
* Mosip creds
end note
note over datashare
* In case of encryption enabled,
Datashare uses partner certificate for encryption
end note
handler <--> handler: Stage triggered
alt Request type == insert
handler -> datashare: Create datashare url
note left
Config props to set partner &
policy for encryption:
* registration.processor.policy.id
* registration.processor.subscriber.id
end note
alt Encryption enabled
datashare <--> datashare: Encrypt data using partner certificate
else Encryption disabled
datashare <--> datashare: Data will be stored in unencrypted\nform
end
end
handler -> database: Save ABIS request (R)
note left
Requests:
* Insert - contains datashare url for
fetching biometrics
* Identity- perform deduplication
end note
middleware <--> middleware: Stage triggered
middleware <- database: Fetch ABIS request (R)
middleware -> activemq: Add ABIS request (R) to mosip-to-abis queue
abis <- activemq: Fetch ABIS request (R)
abis <--> abis: Get datashare url from request (R)
alt Request type == insert
abis <--> abis: Get auth token from MOSIP
note left
For getting MOSIP token:
* client, secret can be used
end note
abis -> datashare: Fetch biometrics using datashare url
alt Encryption enabled
abis <--> abis: Decrypt biometrics using private key
end
end
abis -> activemq: Add ABIS response (RS) to abis-to-mosip queue
middleware <- activemq: Fetch ABIS response (RS)
middleware -> database: Save ABIS response (RS)
handler <- database: Get ABIS response (RS)
@enduml | false | true | false | false | sequence |
e8c6b0c50831db65402d052eeb86428bb26e0f59 | fe01979552690ebc8f779a199ff7543fe6a95dbc | /kubevirt-deploy.puml | 3ae8a1cad4ae56c78cb6d6b6468d2761a3367ce0 | [] | no_license | vasiliy-ul/suse-labs-conf-2021 | a6f5f94c6497d36d1ecf288390dd549bf48dc0b9 | 7ec0e6ecc1da3d988a5d3deec03102caf5785243 | refs/heads/master | 2023-08-24T16:14:00.630795 | 2021-10-07T14:58:25 | 2021-10-07T14:58:25 | 413,399,435 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 548 | puml | @startuml
left to right direction
package kubevirt-manifests {
file "kubevirt-operator.yaml" as op
file "kubevirt-cr.yaml" as cr
}
note as n1
kubectl apply -f kubevirt-operator.yaml
kubectl apply -f kubevirt-cr.yaml
end note
actor user
note as n
registry/virt-operator:<tag>
end note
cloud registry
node master
node worker1
node worker2
op .. n
n .. registry
user --> n1
n1 . op
n1 . cr
n1 --> master
master .> worker1
master .> worker2
master <-- registry : pull
worker1 <-- registry : pull
worker2 <-- registry : pull
@enduml
| false | true | false | false | sequence |
f7ce9ccf4502ec0ee2614066c4cdad61c6a9029d | 372e13940be1f116c671dbb746617a331f06899e | /Assets/TPPackages/com.cocoplay.core/Documentation-/puml/Runtime/Utility/DictionaryUtil.puml | d6e3e855d5173159a8b066681223e1c9ef81ed3b | [] | no_license | guolifeng2018/CIGA-Game-Jam | 797734576510e27b5c5cee2eb17c1444f51d258c | fcd03e5579bef3bffe2cb51f52ba11a49a9cc02d | refs/heads/master | 2022-12-10T19:21:15.522141 | 2020-08-16T10:06:23 | 2020-08-16T10:06:23 | 285,986,041 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 708 | puml | @startuml
class DictionaryUtil <<static>> {
+ {static} Create(values:IList<TValue>, keyFunc:Func<TValue, TKey>) : Dictionary<TKey, TValue>
+ {static} Create(contents:IList<TContent>, keyFunc:Func<TContent, TKey>, valueFunc:Func<TContent, TValue>) : Dictionary<TKey, TValue>
+ {static} GetValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} GetOrAddNewValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} GetOrAddDefaultValue(dict:Dictionary<TKey, TValue>, key:TKey) : TValue
+ {static} ForEach(dict:Dictionary<TKey, TValue>, action:Action<TKey, TValue>) : void
+ {static} ForEach(dict:Dictionary<TKey, TValue>, action:Action<TValue>) : void
}
@enduml
| false | true | false | false | class |
df03bd94c28479dbfd3ce2a2a5808328485c43ba | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Runtime/Effects/Fog.puml | 22af5de576a4de71397a143c2cde25c41b8823cc | [] | 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 | 105 | puml | @startuml
class Fog <<sealed>> {
+ enabled : bool = true
+ excludeSkybox : bool = true
}
@enduml
| false | true | false | false | class |
97f1d8a6c93f5a321390c9d4ec16476e80f89997 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductDiscountValueAbsoluteDraft.puml | 908a8e17d289d43fa311578d5e61d6d88276ac2c | [] | 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 | 492 | 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 ProductDiscountValueAbsoluteDraft [[ProductDiscountValueAbsoluteDraft.svg]] extends ProductDiscountValueDraft {
type: String
money: [[Money.svg List<Money>]]
}
interface ProductDiscountValueDraft [[ProductDiscountValueDraft.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
3c6ec2462cfd1f313f6cd943cb3dc6513dec3f1a | 80b807c7893185475a98035637de1f34af17ab58 | /src/main/docs/workstation-architectures.puml | 1f39623a0072ef6535771fed94c4520fa80adb47 | [] | no_license | corneil/microservices-presentation | 4ed2c1882d0f1334e5698eb90d07e73f3c61d296 | 5ac29bc1949f6e444a1245c1c277a0412c09dae8 | refs/heads/master | 2021-03-22T01:30:55.388527 | 2017-03-08T19:15:46 | 2017-03-08T19:15:46 | 84,251,025 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 271 | puml | @startuml
node "Workstation" {
[Application]
}
node "Server" {
RPC - [Service]
}
Application --> RPC: client
note left of Application
Mostly synchronous services.
end note
note left of RPC
DCE/RPC and CORBA
are examples of standards.
end note
@enduml | false | true | false | false | sequence |
0b48ecc5cd8d58841d35a3527d74b807cf2b1c83 | 4b530ac0e761ea1137383655bc952ba3e6f7c8f9 | /k0s-student-project/docs/spec/5_diagrams/guest - register.puml | b40535775dd959e61e8929b335f59ad67457449c | [] | no_license | allgreed/uni-bachelors | a6321a99fd581fdf4e6d77d843cf340d1ecbcaae | 29399749a91e0b7a5858e75cadefc659cd98569e | refs/heads/master | 2022-12-30T02:56:38.611656 | 2020-10-11T00:07:04 | 2020-10-11T00:07:04 | 303,008,627 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 691 | puml | @startuml
title Register
actor Gość
boundary UI
participant Main
database LDAP
activate UI
Gość -> UI:Register
UI -> Main: Invite check
activate Main
Main -> LDAP: Invite check
activate LDAP
LDAP --> Main: Authentication result
deactivate LDAP
Main --> UI: Authentication result
UI --> Gość: Return registration form
Gość -> UI: Registration form
UI -> Main: Register user
Main -> LDAP: Register new user
activate LDAP
LDAP -> LDAP: Register new user
LDAP --> Main: Registration status
Main -> LDAP: Remove invite
LDAP -> LDAP: Remove invite
LDAP --> Main: Removal status
deactivate LDAP
Main --> UI: Registration Status
deactivate Main
UI --> Gość: Registration status
@enduml
| false | true | true | false | sequence |
9df79cc102cb40ca7c738fe26597d2f805462888 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/CartDiscountValueRelativeDraft.puml | 4e04f70473f073f2a16e6ea5f452a016f14e55ee | [] | 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 | 460 | 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 CartDiscountValueRelativeDraft [[CartDiscountValueRelativeDraft.svg]] extends CartDiscountValueDraft {
type: String
permyriad: Long
}
interface CartDiscountValueDraft [[CartDiscountValueDraft.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
d4d4c353d196571a3d9eea8815e2ebb3ef624f91 | 456109180218a702c6e390a7700048527b3e59e8 | /puml/DesignPattern/singleton_pattern.puml | dc61e84c8675ea59670512330541caa999685295 | [
"MIT",
"Apache-2.0"
] | permissive | rjyblog/rjyblog.github.io_bak | fd548a21eebade364ab0692345559e48d7b315cb | 37901de2ae55229d79cb5a9c3c114e366771d529 | refs/heads/master | 2023-01-24T08:39:52.438396 | 2020-11-21T05:38:51 | 2020-11-21T05:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 138 | puml | @startuml
class Singleton
{
{static} +getInstance():Singleton
-Singleton()
}
Singleton <.. Client
@enduml | false | true | false | false | class |
308404c25ccd53e37c391fae4d855239be9d405f | 618414d7666e67b9535ebd975e1de61e9c01e095 | /QLSV/app/build/generated/not_namespaced_r_class_sources/release/processReleaseResources/r/android/arch/lifecycle/viewmodel/viewmodel.plantuml | 139ec8c006bc61a69afba5dfe313bffb0b216983 | [] | no_license | h2312/Do-an-TTLTA-03-TIN230DV01-0100 | a0792724add3844de35d48a2bd87d3eeb8de8a93 | e9f01e84b45042bd6192333842fb80feabb74707 | refs/heads/master | 2022-06-30T21:56:05.032422 | 2020-04-25T10:33:44 | 2020-04-25T10:33:44 | 258,747,594 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 385 | plantuml | @startuml
title __VIEWMODEL's Class Diagram__\n
package android.arch.lifecycle {
package android.arch.lifecycle.viewmodel {
class R {
- R()
}
}
}
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 |
158e71d060db5ec9521ec9714b25f0c0415ccbb8 | 7e4b8f6d25214dfb2e6a872b58c6c6ac0f302b4e | /Distributed-Computing-CA-SSL-.plantuml | e81054782f91177ea8b86a432965e170cc422ea6 | [] | no_license | Petrit123/Distributed-Computing-CA-SSL- | b06e9e79effa8884cb384f309f1dda3222622780 | 6fda0f67a8f1e625c6c531a1ae046db457158deb | refs/heads/master | 2022-04-25T14:51:10.276630 | 2020-05-11T01:00:46 | 2020-05-11T01:00:46 | 249,439,375 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,239 | plantuml | @startuml
title __DISTRIBUTEDCOMPUTINGCASSL's Class Diagram__\n
namespace om.Client {
class com.Client.Client {
}
}
namespace om.Client {
class com.Client.ClientDriver {
}
}
namespace om.Client {
class com.Client.ClientHelper {
}
}
namespace om.Client {
class com.Client.ClientStreamSocket {
}
}
namespace om.GUI {
class com.GUI.ConnectToServerForm {
}
}
namespace om.GUI {
class com.GUI.HomeScreen {
}
}
namespace om.GUI {
class com.GUI.LoginForm {
}
}
namespace om.GUI {
class com.GUI.RegistrationForm {
}
}
namespace om.GUI {
class com.GUI.RequestAndResponse {
}
}
namespace om.GUI {
class com.GUI.TwitterUploadPage {
}
}
namespace om.Protocol {
interface com.Protocol.iProtocolResponse {
}
}
namespace om.Protocol {
interface com.Protocol.iRequest {
}
}
namespace om.Server {
class com.Server.Server {
}
}
namespace om.Server {
class com.Server.ServerDriver {
}
}
namespace om.Server {
class com.Server.ServerStreamSocket {
}
}
namespace om.Server {
class com.Server.ServerThread {
}
}
namespace om.Users {
class com.Users.User {
}
}
com.Client.Client o-- com.Users.User : user
com.Client.ClientHelper o-- com.Client.ClientStreamSocket : mySocket
com.GUI.ConnectToServerForm -up-|> javax.swing.JFrame
com.GUI.LoginForm -up-|> javax.swing.JFrame
com.GUI.RegistrationForm -up-|> javax.swing.JFrame
com.GUI.RequestAndResponse -up-|> javax.swing.JFrame
com.GUI.TwitterUploadPage -up-|> javax.swing.JFrame
com.Server.ServerStreamSocket -up-|> java.net.Socket
com.Server.ServerThread .up.|> java.lang.Runnable
com.Server.ServerThread o-- com.Server.ServerStreamSocket : myDataSocket
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 |
22d4b041be39278ea45ccfa78f2d71108e57543c | 3a55f052eff4d2ebded275e5b6a8d95d9aad7128 | /docs/prime-dependencies/dependency.puml | bec7700961ab93a1c5e8092ed352d218f091ff76 | [
"Apache-2.0"
] | permissive | sami-alajrami/ostelco-core | 58e4dc50c1bac2f57d60fec2230eb87c9e889f3c | b642713279f783ca8fa643713cc34f6c8b3560cb | refs/heads/develop | 2020-03-27T01:12:34.665617 | 2018-08-21T19:48:08 | 2018-08-21T19:48:08 | 145,691,257 | 0 | 0 | Apache-2.0 | 2018-08-30T13:41:16 | 2018-08-22T10:05:32 | Kotlin | UTF-8 | PlantUML | false | false | 478 | puml | @startuml
[prime]
note left of prime
Aggregates modules into a single
deployable component.
Components talk with each
other via disruptor api.
end note
interface "prime-api" as primeApi
[prime] --> primeApi : <<compile-time>>
note left of primeApi
Code needed by modules for them
to be aggregated into prime.
end note
[module(s)] --> primeApi : <<compile-time>>
[module(s)] ..> [module(s)] : <<runtime>>
[prime] ..> [module(s)] : <<runtime>>
@enduml | false | true | false | false | sequence |
17443e520806bda49c5c8dbb77ba31cb1756bf29 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/DIAGRAM/UsecaseDiagram2.puml | 50c89a5dfe35ba8aaf57241e19506c0641b7edfb | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 3,120 | puml | @startuml Usecase
Left to Right Direction
skinParam packageStyle rectangle
actor Administrator_BKD
actor Administrator_BKA
rectangle "Use Case Diagram Manajemen Surat Perintah Tugas"{
Administrator_BKD -- (Melihat Dashboard)
Administrator_BKD -- (Melihat Profil)
Administrator_BKD -- (Mengubah Profil)
Administrator_BKD-- (Mengubah Password)
Administrator_BKD -- (Forgot Password)
Administrator_BKD -- (Melihat Surat BKD)
Administrator_BKD -- (Melihat Persetujuan Disposisi BKD)
Administrator_BKD -- (Menambah SPT BKD)
Administrator_BKD -- (Melihat SPT BKD)
Administrator_BKD -- (Mengajukan SPT BKD)
Administrator_BKD -- (Mencari Surat BKD)
Administrator_BKD -- (Mencari SPT BKD)
Administrator_BKD -- (Melihat Pemberitahuan Surat BKD)
Administrator_BKD -- (Melihat Pemberitahuan SPT BKD)
Administrator_BKA -- (Melihat Dashboard)
Administrator_BKA -- (Melihat Profil)
Administrator_BKA -- (Mengubah Profil)
Administrator_BKA-- (Mengubah Password)
Administrator_BKA -- (Forgot Password)
Administrator_BKA -- (Melihat Surat BKA)
Administrator_BKA -- (Melihat Persetujuan Disposisi BKA)
Administrator_BKA -- (Menambah SPT BKA)
Administrator_BKA -- (Melihat SPT BKA)
Administrator_BKA -- (Mengajukan SPT BKA)
Administrator_BKA -- (Mencari Surat BKA)
Administrator_BKA -- (Mencari SPT BKA)
Administrator_BKA -- (Melihat Pemberitahuan Surat BKA)
Administrator_BKA -- (Melihat Pemberitahuan SPT BKA)
' semua aktor
(Melihat Dashboard)..> (Login) : include
(Melihat Profil)..> (Login) : include
(Mengubah Profil)..> (Login) : include
(Mengubah Password)..> (Login) : include
(Forgot Password)..> (Login) : include
(Melihat Role)..> (Login) : include
(Menambah Role)..> (Melihat Role) : include
(Mengubah Role)..> (Melihat Role) : include
(Menghapus Role)..> (Melihat Role) : include
(Menambah Akses)..> (Melihat Role) : include
(Mengurangi Akses)..> (Melihat Role) : include
' admin bkd
(Melihat Surat BKD)..> (Login) : include
(Melihat Persetujuan Disposisi BKD)..> (Melihat Surat BKD) : include
(Menambah SPT BKD)..> (Melihat SPT BKD) : include
(Melihat SPT BKD)..> (Login) : include
(Mengajukan SPT BKD)..> (Melihat SPT BKD) : include
(Mencari Surat BKD)..> (Melihat Surat BKD) : include
(Mencari SPT BKD)..> (Melihat SPT BKD) : include
(Melihat Pemberitahuan Surat BKD)..> (Melihat Surat BKD) : include
(Melihat Pemberitahuan SPT BKD)..> (Melihat SPT BKD) : include
' admin bka
(Melihat Surat BKA)..> (Login) : include
(Melihat Persetujuan Disposisi BKA)..> (Melihat Surat BKA) : include
(Menambah SPT BKA)..> (Melihat SPT BKA) : include
(Melihat SPT BKA)..> (Login) : include
(Mengajukan SPT BKA)..> (Melihat SPT BKA) : include
(Mencari Surat BKA)..> (Melihat Surat BKA) : include
(Mencari SPT BKA)..> (Melihat SPT BKA) : include
(Melihat Pemberitahuan Surat BKA)..> (Melihat Surat BKA) : include
(Melihat Pemberitahuan SPT BKA)..> (Melihat SPT BKA) : include
}
@enduml | false | true | false | false | usecase |
1f6b9d6b5e18f3852aa9dc362ebc725367cbaa16 | a2ab004cfda29bd9d492ce2a127e53dd6a402fdf | /docs/设计模式/适配器模式/UML/SpringMVC源码解析.puml | 01cb6817456bd02d4772721a75af7a7dc35f1a44 | [] | no_license | kuainiao/java-study-code | 8ae103791b3bff35529076f4efc389edec3f6aab | aca8e7addbd9be2c7c65af046659b87b039d1b79 | refs/heads/master | 2020-12-31T22:45:15.550233 | 2019-12-23T10:45:15 | 2019-12-23T10:45:15 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 563 | puml | @startuml
class DispatchServlet{
void doDispatch()
}
interface Controller
class HttpController
class SimpleController
class AnnotationController
interface HandlerAdapter
class SimpleHandlerAdapter
class HttpHandlerAdapter
class AnnotationHandlerAdapter
DispatchServlet --> Controller
DispatchServlet o-- HandlerAdapter
Controller <|-- HttpController
Controller <|-- SimpleController
Controller <|-- AnnotationController
HandlerAdapter <|-- SimpleHandlerAdapter
HandlerAdapter <|-- HttpHandlerAdapter
HandlerAdapter <|-- AnnotationHandlerAdapter
@enduml | false | true | false | false | class |
5168ed31c5de8774f97d47fdc2438027f9294cf1 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1040862/sp3/design2.puml | 08f447f7a75233012590f0d73161e23acf6d2778 | [] | 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,230 | 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() / globalSearchAndReplace
GlobalSearchWindow -> GlobalSnRSvc : showOutputOfGlobal\nSearchAndReplace()
GlobalSnRSvc -> GlobalSnRSvcImpl : showOutputOfGlobal\nSearchAndReplace()
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 -> WorkbookDesRepo : save()
WorkbookDesRepo -> Database : save()
GlobalSnRCntrl --> WorkbookPresenter : display onSuccess
WorkbookPresenter --> User : Uc success scenario
else Compilation Failure
GlobalSnRCntrl -> WorkbookDesRepo : save()
WorkbookDesRepo -> Database : save()
GlobalSnRCntrl --> WorkbookPresenter : display onFailure
WorkbookPresenter --> User : Uc failure scenario
end
@enduml | false | true | false | false | sequence |
d6087ae3c2018c19829639ad391b8735b122d71f | 029cb46869ccf461da6ded9c2788b957346f8c70 | /docs/diags/Client/Class/Graphics.puml | 399b8eff2dc546f1981f1460c603fc7aee08f0de | [] | no_license | Jonathan-R0/Wolfenstein-FIUBA | c3e5c53d33098a158f45eb0bdb4063fb7aed1540 | 8f26d69348a7748ababf785f564f4bb3de9c224b | refs/heads/master | 2023-06-24T14:12:51.931833 | 2021-07-28T17:49:04 | 2021-07-28T17:49:04 | 343,952,390 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,984 | puml | @startuml
class CommandExecuter {
- bool& alive
- DrawableVector& sprites
+ void loadNewTexture(...)
+ void removeSpriteWithId(uint32_t id)
+ void renderMovingSprite(...)
+ void renderExplosionAnimation(uint32_t id)
+ void renderDeathAnimation(uint32_t id)
+ void updateOrCreatePlayer()
+ void disconnectPlayer()
}
class Door {
- int mapX
- int mapY
- Map& map
}
abstract class Drawable {
- double x, y
- bool hasToBeDeleted
- uint32_t spriteId
- uint32_t uniqueId
+ void draw(...)
+ bool isContained(...)
+ bool operator<(Drawable& other)
+ void loadDistanceWithCoords(int x, int y)
# void calculateDrawingData(...)
+ {abstract} bool isSprite()
+ {abstract} bool isPlayer()
}
class DrawableVector {
- mutex& lock
- vector<Drawable*>& sprites
+ void raycastSprites(...)
+ void push_back(Drawable*)
+ void popAndErase(Drawable*)
+ void swapCoords(double x, double y, uint32_t id)
+ void getCoordsAndErase(double* x, double* y, uint32_t id)
}
class Hud {
+ void updateFpsCounter(int fps)
+ void update()
}
class Player {
+ void update(PlayerData& info)
+ double calculateDist(Player& other)
+ double calculateDist(int x, int y)
+ void startShooting()
+ void stopShooting()
+ bool isShooting()
+ void stopMoving()
+ bool isMoving()
+ bool hasKey()
}
class Raycaster {
- bool& alive
+ void run()
}
class RaycastedAnimation {
- int pos
- int framesPerAnimation
- float timePassed
}
class SdlAnimation {
- int pos
- int framesPerAnimation
+ void updateFrame()
+ void renderFrame()
+ void setSlideWidth(int* width)
}
CommandExecuter --> DrawableVector
Door -up-|> Drawable
DrawableVector --> Drawable
Hud --> DrawableVector
Raycaster -left-> DrawableVector
Hud --> Player
Player -left-|> Drawable
Raycaster --> Hud
RaycastedAnimation -up-|> Drawable
SdlAnimation -up-|> Drawable
@enduml | false | true | false | false | class |
2cc65b17dc8887f448af4a87a6dee4761c4f1390 | e21afd4aad4becef70ccbbb3af45de077512e2b6 | /doc/services.puml | e452b4017c4836ca342d88c837be3d6714798c30 | [] | no_license | quantum-monkeys/website | d2a291c7dd4828c0063c39de64af373cf4b9e880 | 219863540093fcdfb929d8500973d58a12ec6191 | refs/heads/master | 2020-05-22T08:17:59.760897 | 2017-05-17T14:51:46 | 2017-05-17T14:51:46 | 41,214,234 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 490 | puml | @startuml
namespace Services {
class Service {
- name : string
- description : string
- packages : array
- price : float
}
class Package {
- position : integer
- service : Service
- name : string
- remote : boolean
- onSite : boolean
- duration : time
- emergencyCalls : integer
- emails : string
- minimalEngagement : integer
- price : float
}
Service o-- Package
}
@enduml
| false | true | false | false | class |
81301a38ee0414723b9f513e5e4eb70069d38228 | 09229a506ec5ffb91f0eb4da842bfa615cbb803d | /foundation_base/catcher_base/reports/docs/diagrams/src/flutter_boilerplate.puml | dd6b204fdeed36f04a02c663523e5387a5d9510f | [
"BSD-3-Clause"
] | permissive | fredgrott/flutter_design_and_arch_rosetta | 9c607ef50467d799327ba162c9c9d546885a252c | a44d23f6c5980404cfc5d26e35ac2a781686e06f | refs/heads/master | 2023-06-12T12:03:57.297004 | 2021-07-06T11:32:52 | 2021-07-06T11:32:52 | 363,223,766 | 8 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,541 | puml | @startuml flutter_boilerplate
set namespaceSeparator ::
class "flutter_boilerplate::app::screens::myhomepage::my_home_page.dart::MyHomePage" {
+dynamic title
+dynamic message
{static} +Key titleKey
{static} +Key messageKey
+MyHomePageState createState()
}
"flutter_boilerplate::app::screens::myhomepage::my_home_page.dart::MyHomePage" o-- "flutter::src::foundation::key.dart::Key"
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "flutter_boilerplate::app::screens::myhomepage::my_home_page.dart::MyHomePage"
class "flutter_boilerplate::app::screens::myhomepage::my_home_page_state.dart::MyHomePageState" {
+void incrementCounter()
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "flutter_boilerplate::app::screens::myhomepage::my_home_page_state.dart::MyHomePageState"
"flutter_boilerplate::app::screens::myhomepage::statecontroller::counter_store_mixin.dart::CounterStoreMixin" <|-- "flutter_boilerplate::app::screens::myhomepage::my_home_page_state.dart::MyHomePageState"
class "flutter_boilerplate::app::screens::myhomepage::statecontroller::counter_store_mixin.dart::CounterStoreMixin" {
{static} -int _counter
+int myCounter
+int increaseCounter()
}
class "flutter_boilerplate::app::screens::my_app.dart::MyApp" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "flutter_boilerplate::app::screens::my_app.dart::MyApp"
abstract class "flutter_boilerplate::app::shared::logger_types.dart::UiLogger" {
+Logger logger
}
"flutter_boilerplate::app::shared::logger_types.dart::UiLogger" o-- "logging::src::logger.dart::Logger"
abstract class "flutter_boilerplate::app::shared::logger_types.dart::NetworkLogger" {
+Logger logger
}
"flutter_boilerplate::app::shared::logger_types.dart::NetworkLogger" o-- "logging::src::logger.dart::Logger"
abstract class "flutter_boilerplate::app::shared::logger_types.dart::UtilityLogger" {
+Logger logger
}
"flutter_boilerplate::app::shared::logger_types.dart::UtilityLogger" o-- "logging::src::logger.dart::Logger"
class "flutter_boilerplate::app::shared::log_exception.dart::LogException" {
+String message
+StackTrace stackTrace
+Zone zone
+DateTime time
+int level
+Object cause
}
"flutter_boilerplate::app::shared::log_exception.dart::LogException" o-- "dart::async::Zone"
abstract class "flutter_boilerplate::app::shared::types.dart::LoggerType" {
+Logger logger
}
"flutter_boilerplate::app::shared::types.dart::LoggerType" o-- "logging::src::logger.dart::Logger"
@enduml | false | true | false | false | class |
502536bf6987864de66445125cad69cdf4934215 | 2c372128351eea2106cc4eeb414e1dd29d4726d0 | /Clase/Singleton/Singleton.puml | 9e9355f0c580ffcca7c879ed1a7be8a348da9912 | [] | no_license | luisbarajasp/Analisis-y-Modelacion-de-Software | 8e9a90beefc8283e261f97cdb0677507b4a33448 | bfba31cefbb5ac99748ade0ddf166dc20d18f84e | refs/heads/master | 2021-01-15T19:06:36.889014 | 2017-11-22T15:29:26 | 2017-11-22T15:29:26 | 99,808,227 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 176 | puml | @startuml
Class Singleton{
# Singleton* instance;
- Singleton()
+ static Singleton getInstance()
+ void operation()
}
Singleton *-- Singleton
@enduml
| false | true | false | false | class |
9a65f47b0f8d298468d4a2b73f4ed85d8f19491d | cbc27039e63d2788fb3b329a1d53e22c82096194 | /src/main/java/time_tracker.puml | 6cecc1303fe40d632273d2a7d8cd7abe04ec23f3 | [] | no_license | kumarbhupi/time_tracker | 4b1a9ea0d783aebe997d4812aaf474a972fbd5d4 | c1847c25a03ce062c05d18cec6e3da3db8d08a31 | refs/heads/main | 2023-02-10T00:53:50.656077 | 2021-01-07T02:16:43 | 2021-01-07T02:16:43 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,181 | puml | @startuml
class Clock{
-Observable observable
-Timer clock
-Clock uniqueInstance
-Logger logger
-Clock()
+getInstance():clock
-startTick()
-setTime()
+stopClock()
}
interface Visitor{
+visit(Tracker)
+visit(TaskManager)
+visit(Task)
+visit(Interval);
}
interface VisitorRead{
+visit(FileManager)
}
interface Element{
+print()
}
interface VisitorPrint{
+print(Tracker)
+print(Task)
+print(TaskManager)
+print(Interval)
}
class FileManager{
+getJsonObjectRead():JSONObject
+saveToJsonFile(JSONObject)
+readFromJsonFile():TaskManager
+accept():TaskManager
+accept():JSONObject
}
class ToJsonVisitor{
+visit(Tracker):JSONObject
+visit(TaskManager):JSONObject
+visit(Task):JSONObject
+visit(Interval):JSONObject
}
class FromJsonVisitor{
+visit():TaskManager
-createTreeFromJsonObject(JSONObject, TaskManager, List<Tracker>)
-stringToLocalDateTime(String):LocalDateTime
}
class Interval{
-Task parentTask
-LocalDateTime startTime
-LocalDateTime endTime
-boolean inProgress
+Interval()
+isInProgress():boolean
+getDuration():Duration
+getEndTime():LocalDateTime
+getEndTimeToString():String
+setEndTime()
+getStartTimeToString():String
+getStartTime():LocalDateTime
+update()
+toString():String
+print()
+calculateTotalTime():long
}
class PrinterVisitor{
+Timer timer
-TaskManager taskManager
+PrinterVisitor()
+print(Tracker)
+print(TaskManager)
+print(Task)
+print(Interval)
+stopPrinting()
+update()
}
class Task{
-TaskManager parentProject
-List<Interval> listIntervals
-boolean active
+Task()
+getListIntervals():List<Interval>
+getStartTimeToString():String
+getEndTimeToString():String
+getStartTime():LocalDateTime
+updateParentEndTime()
+getDuration():Duration
+endInterval()
+createInterval():Interval
+intervalUpdated()
+toString():String
+getEndTime():LocalDateTime
+print()
+invariant():boolean
+setActive()
+calculateTotalTime():long
}
class TaskManager{
-TaskManager parentProject
-List<Tracker> trackers
+TaskManager(String)
+TaskManager(TaskManager,String)
#updateParentEndTime()
+setStartTime()
+getTrackers():List<Tracker>
+getDuration():Duration
+getStartTime():LocalDateTime
+getStartTimeToString():String
+setEndTime()
+getEndTime():LocalDateTime
+getEndTimeToString():String
+addChild(Tracker)
}
class Tracker{
#String name
#LocalDateTime startTime
#LocalDateTime endTime
+Tracker()
#updateParentEndTime()
+getName():String
+getDuration():Duration
+getStartTimeToString():String
+getEndTimeToString():String
+getStartTime():LocalDateTime
+getEndTime():LocalDateTime
+calculateTotalTime():long
}
class TotalTimeCalculator{
+LocalDateTime startInterval;
+LocalDateTime endInterval;
+TotalTimeCalculator()
+calculateTotalTime(Tracker):long()
+calculateTotalTime(TaskManager):long()
+calculateTotalTime(Task):long()
+calculateTotalTime(Interval):long()
-checkIfIsOut()
-getSpentTime()
}
interface VisitorTotalTime{
+calculateTime(tracker):long
+calculateTime(taskManager):long
+calculateTime(task):long
+calculateTimeinterval):long
}
class TagManager{
#ArrayList<Tags> tags
+TagManager(String)
+addTracker(String, tracker)
+removeTracker(String, tracker)
+searchTag(String):List<Tracker>
}
class Tag{
+String tag
+ArrayList<Tracker> trackersTag
+Tag(String)
+removeTracker(tracker)
+addTracker(tracker)
+getTag():Tag
+getTagName():String
+getTrackers:ArrayList<Tracker> trackersTag
}
interface Observer
class Observable
TaskManager"1 " -- "1..*" Task
class Task extends Tracker
class TaskManager extends Tracker
Task "1 "--"0.."Interval
class Interval implements Element
class Interval implements Observer
TaskManager "1 " o--"0..* "Tracker
class Clock extends Observable
class PrinterVisitor implements VisitorPrint
class PrinterVisitor implements Observer
class Task implements Element
class Tracker implements Element
class TaskManager implements Element
class FileManager implements Element
class FromJsonVisitor implements VisitorRead
class ToJsonVisitor implements Visitor
class TotalTimeCalculator implements VisitorTotalTime
class VisitorTotalTime implements Element
TagManager "1"*--"1..*" Tag
Tag *-- Tracker
VisitorTotalTime "1"--"1..*" Tracker
VisitorTotalTime "1"--"1..*" TaskManager
VisitorTotalTime "1"--"1..*" Interval
@enduml | false | true | false | false | class |
b5ba6b029882f501a935efbab9ab6b26e8051c35 | 83147b64e04741de0403ef88b6c9aeba85d05361 | /docs/Iteracao3/UC8/UC8_MD.puml | 71da3c4610a44b93c1a85c51d24ed84414c6282e | [] | no_license | antoniodanielbf-isep/ESOFT-2020 | 3af037382ecf70f5b25448765e841a8733cc3968 | a1bcfcbb7951b58afcc9c1f663265091dde3926e | refs/heads/main | 2023-06-04T23:48:29.068810 | 2021-06-20T18:18:38 | 2021-06-20T18:18:38 | 378,711,541 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,179 | puml | @startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Plataforma {
-String designacao
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}
class Tarefa {
-String referencia
-String designacao
-String descInformal
-String descTecnica
-Integer duracaoEst
-Double custoEst
}
class TipoRegimento
{
-String designacao
-String descricaoRegras
}
class Anuncio
{
-Date dtInicioPublicitacao
-Date dtFimPublicitacao
-Date dtInicioCandidatura
-Date dtFimCandidatura
-Date dtInicioSeriacao
-Date dtFimSeriacao
-String IDAnuncio
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
Plataforma "1" -- "*" Anuncio : publicita >
Plataforma "1" -- "*" TipoRegimento : suporta >
Plataforma "1" -- "*" Organizacao : tem registadas >
Organizacao "1" -- "*" Tarefa: possui >
Tarefa "*" -- "1" Colaborador: especificada por >
Anuncio "0..1" -- "1" Tarefa: publicita >
Anuncio "0..1" -- "1" Tarefa: dá origem <
Anuncio "*" -- "1" TipoRegimento: rege-se por >
Anuncio "*" -- "1" Colaborador: publicado por >
@enduml
| false | true | true | false | class |
74bdb6471c0b21fdab7519013464b8e72f13d1ca | cb1bdaea1cc52faec0b4614ea5adb47852bc5c13 | /app/src/main/java/com/utilisateur/orthomem/controllers/fragments/fragments.plantuml | 21a4db12fcab128da7b5eea9511bd683ae7beeda | [] | no_license | rv25oc/orthomem | 88e6c775438c02a58fdbadbfc28104c4a4ec9287 | 8c5679a3a94f742c9356a9cdf484b74a4a27c058 | refs/heads/master | 2020-03-21T15:56:09.569758 | 2018-10-09T11:09:08 | 2018-10-09T11:09:08 | 136,359,136 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 18,681 | plantuml | @startuml
title __FRAGMENTS's Class Diagram__\n
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class AddListFragment {
{static} + MYWORDS_ACTIVITY_REQUEST_CODE : int
- mLabel_EditText : EditText
- mGoal_EditText : EditText
- mNbOfSyllabes_SeekBar : SeekBar
- mSelectionButton : Button
- mSubmitButton : Button
- mSelected_id_TextView : TextView
- mSelected_label_TextView : TextView
- mListIds : ArrayList<String>
- mListLabels : ArrayList<String>
- mBdd : FirebaseFirestore
+ AddListFragment()
+ onCreateView()
+ onActivityResult()
+ onViewCreated()
- startNextActivity()
- showToast()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class FavoriteFragment {
{static} - TAG : String
- mStatusTextView : TextView
- mTitleTextView : TextView
- mAuth : FirebaseAuth
- mBdd : FirebaseFirestore
- mRecyclerView : RecyclerView
- mFavoritesExos : ArrayList<Exercice>
- mUserID : String
- mUserLabel : String
+ FavoriteFragment()
+ onCreateView()
+ onViewCreated()
- LoadFavoritesExos()
- configureOnClickRecyclerView()
+ onClickFavoriteIcon()
- startMyListActivity()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class HomeFragment {
{static} - TAG : String
- mLoginLayout : LinearLayout
- mNavigation : BottomNavigationView
- mLogo : ImageView
- mStatusTextView : TextView
- mLoginProgressBar : ProgressBar
- mOrthoButton : Button
- mPatientButton : Button
- mAuth : FirebaseAuth
- mBdd : FirebaseFirestore
- mUser : FirebaseUser
+ HomeFragment()
+ onCreateView()
+ onResume()
+ onViewCreated()
- signIn()
- updateUI()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class MyListFragment {
{static} - TAG : String
- mWordsTextView : TextView
- mTitleTextView : TextView
- mStatusTextView : TextView
- mNbofwordsTextView : TextView
- mCreadateTextView : TextView
- mGoalTextView : TextView
- mBdd : FirebaseFirestore
+ MyListFragment()
+ onCreateView()
+ onViewCreated()
- convertDate()
- getWordsFromLexique()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class MyListsFragment {
- mAuth : FirebaseAuth
{static} - TAG : String
- mStatusTextView : TextView
- mRecyclerView : RecyclerView
- mExos : ArrayList<Exercice>
- mBdd : FirebaseFirestore
+ MyListsFragment()
+ onCreateView()
+ onViewCreated()
- LoadExos()
- configureOnClickRecyclerView()
+ onClickFavoriteIcon()
- startMyListActivity()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class MyWordsFragment {
{static} - TAG : String
- mStatusTextView : TextView
- mTitleTextView : TextView
- mSubmitButton : Button
- mNbOfSyllabes : Integer
- mRecyclerView : RecyclerView
- mCheckBox : CheckBox
- mWordsList : ArrayList<Word>
- mSelectedWords : ArrayList<Word>
- mListIds : ArrayList<String>
- mListLabels : ArrayList<String>
- mBdd : FirebaseFirestore
+ MyWordsFragment()
+ onCreateView()
+ onViewCreated()
- startNextActivity()
+ getLexique()
+ onClickCheckBox()
- showToast()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
package com.utilisateur.orthomem {
package com.utilisateur.orthomem.controllers.fragments {
class ParametersFragment {
- mLogoutButton : Button
- mAuth : FirebaseAuth
+ ParametersFragment()
+ onCreateView()
+ onViewCreated()
- startNextActivity()
}
}
}
package android.support.v4 {
class AnimationInfo {
~ mAnimatingAway : View
~ mAnimator : Animator
~ mStateAfterAnimating : int
~ mNextAnim : int
~ mNextTransition : int
~ mNextTransitionStyle : int
- mEnterTransition : Object
- mReturnTransition : Object
- mExitTransition : Object
- mReenterTransition : Object
- mSharedElementEnterTransition : Object
- mSharedElementReturnTransition : Object
- mAllowReturnTransitionOverlap : Boolean
- mAllowEnterTransitionOverlap : Boolean
~ mEnterTransitionCallback : SharedElementCallback
~ mExitTransitionCallback : SharedElementCallback
~ mEnterTransitionPostponed : boolean
~ mStartEnterTransitionListener : OnStartEnterTransitionListener
~ mIsHideReplaced : boolean
~ AnimationInfo()
}
}
package android.support.v4 {
interface OnStartEnterTransitionListener {
{abstract} + onStartEnterTransition()
{abstract} + startListening()
}
}
package android.support.v4 {
class InstantiationException {
+ InstantiationException()
}
}
package android.support.v4 {
class SavedState {
~ mState : Bundle
{static} + CREATOR : Creator<SavedState>
~ SavedState()
~ SavedState()
+ describeContents()
+ writeToParcel()
}
}
interface ClassLoaderCreator {
{abstract} + createFromParcel()
}
interface Creator {
{abstract} + createFromParcel()
{abstract} + newArray()
}
AddListFragment -up-|> Fragment
AddListFragment +-down- AnimationInfo
AddListFragment +-down- OnStartEnterTransitionListener
AddListFragment +-down- InstantiationException
AddListFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
FavoriteFragment -up-|> FavoriteIconListener
FavoriteFragment -up-|> Fragment
FavoriteFragment o-- ExerciceListRecyclerViewAdapter : mAdapter
FavoriteFragment +-down- AnimationInfo
FavoriteFragment +-down- OnStartEnterTransitionListener
FavoriteFragment +-down- InstantiationException
FavoriteFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
HomeFragment -up-|> Fragment
HomeFragment +-down- AnimationInfo
HomeFragment +-down- OnStartEnterTransitionListener
HomeFragment +-down- InstantiationException
HomeFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
MyListFragment -up-|> Fragment
MyListFragment +-down- AnimationInfo
MyListFragment +-down- OnStartEnterTransitionListener
MyListFragment +-down- InstantiationException
MyListFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
MyListsFragment -up-|> FavoriteIconListener
MyListsFragment -up-|> Fragment
MyListsFragment o-- ExerciceListRecyclerViewAdapter : mAdapter
MyListsFragment +-down- AnimationInfo
MyListsFragment +-down- OnStartEnterTransitionListener
MyListsFragment +-down- InstantiationException
MyListsFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
MyWordsFragment -up-|> CheckBoxListener
MyWordsFragment -up-|> Fragment
MyWordsFragment o-- WordListRecyclerViewAdapter : mAdapter
MyWordsFragment +-down- AnimationInfo
MyWordsFragment +-down- OnStartEnterTransitionListener
MyWordsFragment +-down- InstantiationException
MyWordsFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
ParametersFragment -up-|> Fragment
ParametersFragment +-down- AnimationInfo
ParametersFragment +-down- OnStartEnterTransitionListener
ParametersFragment +-down- InstantiationException
ParametersFragment +-down- SavedState
SavedState -up-|> Parcelable
SavedState +-down- ClassLoaderCreator
SavedState +-down- Creator
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 |
23275320e8f17d9cf8cbd5957582a3a44d07018e | 77b62d62f7bb492cb0ba2fe62131338b495f3e52 | /Documents/Shos.Chatter.Wpf/ViewModels/MainViewModel.puml | 847d41f8c2f513a244e6afb044daad665e00cd25 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter | 0dc94cda60eab49363b1b04b1e189d014edf5852 | 41a95faba18049f3934b5b4d1268583ee43abc35 | refs/heads/master | 2023-03-17T23:26:10.709285 | 2021-03-11T05:37:09 | 2021-03-11T05:37:09 | 323,569,958 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,094 | puml | @startuml
class MainViewModel {
+ MainViewModel()
+ UserId : int <<get>> <<set>>
}
class CommandBase {
+ <<event>> CanExecuteChanged : EventHandler?
+ CommandBase(model:ChatterModel)
+ <<virtual>> CanExecute(parameter:object?) : bool
+ <<virtual>> Execute(parameter:object?) : void
}
class AddUserCommandType {
+ AddUserCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class UpdateUserCommandType {
+ UpdateUserCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class DeleteUserCommandType {
+ DeleteUserCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class AddChatCommandType {
+ AddChatCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class UpdateChatCommandType {
+ UpdateChatCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class DeleteChatCommandType {
+ DeleteChatCommandType(model:ChatterModel)
+ <<override>> Execute(parameter:object?) : void
}
class "IEnumerable`1"<T> {
}
BindableBase <|-- MainViewModel
MainViewModel o-> "model" ChatterModel
MainViewModel --> "AddUserCommand" ICommand
MainViewModel --> "UpdateUserCommand" ICommand
MainViewModel --> "DeleteUserCommand" ICommand
MainViewModel --> "AddChatCommand" ICommand
MainViewModel --> "UpdateChatCommand" ICommand
MainViewModel --> "DeleteChatCommand" ICommand
MainViewModel --> "Users<User>" "IEnumerable`1"
MainViewModel --> "Chats<Chat>" "IEnumerable`1"
MainViewModel +-- CommandBase
ICommand <|-- CommandBase
MainViewModel +-- AddUserCommandType
CommandBase <|-- AddUserCommandType
MainViewModel +-- UpdateUserCommandType
CommandBase <|-- UpdateUserCommandType
MainViewModel +-- DeleteUserCommandType
CommandBase <|-- DeleteUserCommandType
MainViewModel +-- AddChatCommandType
CommandBase <|-- AddChatCommandType
MainViewModel +-- UpdateChatCommandType
CommandBase <|-- UpdateChatCommandType
MainViewModel +-- DeleteChatCommandType
CommandBase <|-- DeleteChatCommandType
@enduml
| false | true | false | false | class |
38d9824f4a20c8faccc7810dc47068c1f49643c3 | b9e25bff48db3a6fc0efcfc5338c8bf648b1c00d | /uml/Generalization.puml | a0c5d521c81428702bf5afcc86c2568c369f11e3 | [
"Apache-2.0"
] | permissive | liuyu1212120/My-MVP | 58911b8b12138fa35d26140967db9644f2decb39 | 78e06a1eb94d681750d82fffe576b45f0990d5a9 | refs/heads/master | 2022-12-03T07:58:53.302140 | 2020-08-10T03:45:43 | 2020-08-10T03:45:43 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 250 | puml | @startuml
class View
class ViewGroup
class RecyclerView
class LinearLayout
class ImageView
class CircleImageView
View <|-- ViewGroup
View <|-- ImageView
ImageView <|-- CircleImageView
ViewGroup <|-- RecyclerView
ViewGroup <|-- LinearLayout
@enduml | false | true | false | false | class |
fbb86cbd747a3b4193c0d53c1bf764b4ce8f015f | f3e5470b71219337445bca0f5e5c1ffa32da3af8 | /Documentation/plantuml/Grid/State Control/IGridControlState.puml | a0b6d396ef9b6629d436b8aec5bbce5784fe6cd4 | [
"MIT"
] | permissive | Jaren-Taylor/Smart-City-Dashboard | 65116d7afd09bdc9d5ff33e05213a83bc73b52cb | 7d947637bc1c0b0d4a7a2b781c405518481dc319 | refs/heads/main | 2023-04-14T06:55:40.565340 | 2021-04-26T19:55:52 | 2021-04-26T19:55:52 | 327,404,880 | 0 | 0 | null | 2021-04-19T02:11:24 | 2021-01-06T19:02:38 | C# | UTF-8 | PlantUML | false | false | 293 | puml | @startuml
interface IGridControlState {
+ OnPush(location:DigitalCursor) : void
+ OnPop(location:DigitalCursor) : void
+ OnMouseExitTile(location:DigitalCursor) : void
+ OnMouseEnterTile(location:DigitalCursor) : void
+ OnMouseDown(location:DigitalCursor) : void
}
@enduml
| false | true | false | false | class |
bb3cbdfabfdadfa4e70c9b2a0c8758b5c9790fd7 | 87014099f1f663b61e66f377f1a925d5b11ec8c4 | /uml-modelling/examples/box_diagram/connected_box_diagram.puml | cb2678b6678d0e02f215f8813a1312b20147758b | [] | no_license | jdzool/data-dojos | 4097a7b4a614b6d7b37503059ca57bc97dbba044 | 40c74e0b103f2d34731d5037558b3772228cda76 | refs/heads/master | 2021-03-15T12:26:07.974168 | 2020-04-23T07:29:55 | 2020-04-23T07:29:55 | 246,850,389 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 378 | puml | @startuml
skinparam monochrome true
skinparam linetype polyline
rectangle Request {
}
rectangle User {
}
rectangle Submission {
}
rectangle DataHub {
}
rectangle Response {
}
Request -right-> User : Made against
User -right-> Submission : Submits
Submission -right-> DataHub : Save to
DataHub -right-> Response : Creates
Response --> User : Give feedback
@enduml
| false | true | false | false | sequence |
4b84c16710f85271e798cb4101147217c27e6ec1 | 9d7c8260b9d6c4217c0ec446d023abe0102e2b6f | /diagrams/rolling-update.puml | 28bf069ce8563e461f2f17d9b564680c402d67a6 | [
"MIT"
] | permissive | greenstevester/k8s-diagrams | c779ad9a909c816e86a6959ec7902ca46a3681a4 | 8c62b3618809988bd5218f4ea2b1506db00f2e7d | refs/heads/master | 2023-08-21T16:38:52.324768 | 2021-09-13T12:11:59 | 2021-09-13T12:11:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,598 | puml | @startuml
!include <tupadr3/common>
!define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml
!includeurl ICONURL/Devices/load_balancer.puml
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master
!includeurl CLOUDOGUURL/dogus/cloudogu.puml
!includeurl CLOUDOGUURL/tools/k8s.puml
!define CLOUDOGU_BLUE #23a3dd
' Remove this line for transparent background
skinparam backgroundColor WHITE
title <color:blue><$k8s></color> **Rolling updates explained** <color:blue><$k8s></color>\n
rectangle "Version 1.0 active" as 1 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_1
rectangle "<$pod>\n1.0\nactive" as pod_1_1
rectangle "<$pod>\n1.0\nactive" as pod_1_2
rectangle "<$pod>\n1.0\nactive" as pod_1_n
service_1 --> pod_1_1
service_1 --> pod_1_2
service_1 --> pod_1_n
}
rectangle "Begin rolling update" as 2 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_2
rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_2_1
rectangle "<$pod>\n1.0\nactive" as pod_2_2
rectangle "<$pod>\n1.0\nactive" as pod_2_n
service_2 -[hidden]-> pod_2_1
service_2 --> pod_2_2
service_2 --> pod_2_n
}
rectangle "Both versions active" as 3 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_3
rectangle "<$pod>\n2.0\nactive" as pod_3_1
rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_3_2
rectangle "<$pod>\n1.0\nactive" as pod_3_n
service_3 --> pod_3_1
service_3 -[hidden]-> pod_3_2
service_3 --> pod_3_n
}
rectangle "Version 2.0 active" as 4 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_4
rectangle "<$pod>\n2.0\nactive" as pod_4_1
rectangle "<$pod>\n2.0\nactive" as pod_4_2
rectangle "<$pod>\n2.0\nactive" as pod_4_n
service_4 --> pod_4_1
service_4 --> pod_4_2
service_4 --> pod_4_n
}
pod_1_1 -[hidden]-- pod_3_1
pod_2_1 -[hidden]-- pod_4_1
legend
<color:#23a3dd><$cloudogu></color> [[https://cloudogu.com cloudogu.com]]
end legend
skinparam arrow {
Color CLOUDOGU_BLUE
FontColor WHITE
}
skinparam rectangle {
BackgroundColor CLOUDOGU_BLUE
BorderColor #16688d
FontColor WHITE
backgroundColor<<rollingUpdateGroup>> WHITE
FontColor<<rollingUpdateGroup>> CLOUDOGU_BLUE
}
skinparam legend {
BackgroundColor WHITE
BorderColor #16688d
}
@enduml
| false | true | false | false | uml-unknown |
261088221894638eb26daa62a613a5c43aac4d8f | 00aea531c06e59d3b5d046e594649ef264d2912b | /docker/tutorial/images/uml/authenticated-request.plantuml | 2a83af5ee41e9bc8c96c69816f2587c972a4373b | [
"BSD-3-Clause"
] | permissive | ebu/cpa-tutorial | 3ca0769a6056bf5da5e19d1020b9381dab9cec58 | ec2dd779cf45a8e583dab1ae6be4a535d1ccf9bf | refs/heads/master | 2021-01-18T22:04:49.367375 | 2016-04-15T14:21:08 | 2016-04-15T14:21:08 | 40,175,085 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 228 | plantuml | @startuml
participant "Client"
participant "Service Provider" as SP
participant "Authorization Provider" as AP
Client -> SP: POST /radiodns/tag/1/tag
SP -> AP: POST /authorized
SP <-- AP: 200 OK
Client <-- SP: 200 OK
@enduml
| false | true | false | false | sequence |
4e75f70f0282846a95682c9a052259363a1138b7 | 597c60c24f718f3b686df060843b83e3370abc56 | /assets/rebrickable_schema.puml | d195795eff48ad4f6ab8552a5e5820d1cb25792a | [] | no_license | hubnedav/bakalarka | 538ab694f8e5da92221d6ac93e849f907ae52d1d | a0f3fe50adf45b242dad845b6e0e9ab14b7d8f83 | refs/heads/master | 2020-07-02T22:22:59.476872 | 2017-06-29T23:05:05 | 2017-06-29T23:12:34 | 74,275,336 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 802 | puml | @startuml
skinparam defaultFontName DejaVu Sans
skinparam monochrome true
left to right direction
object inventories {
id
version
set_num
}
object inventory_parts {
inventory_id
part_num
color_id
quantity
is_spare
}
object colors {
id
name
rgb
is_trans
}
object inventory_sets {
inventory_id
set_num
quantity
}
object parts {
part_num
name
part_cat_id
}
object sets {
id
name
year
theme_id
num_parts
}
object themes {
id
name
parent_id
}
object part_categories {
id
name
}
parts -- inventory_parts
inventory_parts -- colors
inventory_parts -- inventories
inventory_sets -- inventories
inventories -- sets
inventory_sets -- sets
sets -- themes
parts -- part_categories
@enduml | false | true | false | false | object |
5191fbea1d5735d9c035c802d8d07afe1abae1ad | 2b2acc58e16343190688ed460b26386980bb2b20 | /Documents/UC12/UC12_SSD.puml | 50fcfccebf60847d0bd2fbc0b5ccf563ed2bfc25 | [] | no_license | 1190452/LAPR3 | 0ca11285a3e85f93b5d687a0e10caef6f62a9577 | e641d35f6524fde900beb3683937fc697af3b325 | refs/heads/master | 2023-05-11T07:45:02.636516 | 2021-01-31T17:06:37 | 2021-01-31T17:06:37 | 372,571,407 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 434 | puml | @startuml
autonumber
actor "Client" as client
activate client
client -> ":System" : selects the product he wants to buy
activate ":System"
":System" --> client : shows the product details \n(name, description, price)
deactivate ":System"
client -> ":System" : selects add to cart
activate ":System"
":System" --> client : the product was added to the cart with sucess
deactivate ":System"
deactivate client
@enduml | false | true | false | false | usecase |
fba7507ed8473e7711798e0f78009f983365ca94 | 6acdd421bafcd94147a87a08650600b0fa968b06 | /UML/directional_association.puml | 386379ac79eaae946c379b290e0321ca91427254 | [] | no_license | anokl/UML_samples | dd4a12d73b6f1ae2417511a4348d9b1ca5176275 | 7674e65f76fa973355edc66f5c0ae0b29682882c | refs/heads/master | 2021-01-01T07:40:28.784385 | 2020-02-14T11:32:48 | 2020-02-14T11:32:48 | 239,176,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 89 | puml | @startuml
skinparam monochrome true
class Hand {}
class Finger {}
Hand->Finger
@enduml
| false | true | false | false | class |
5fa97d948f64d42edf37f353dc88205488dad276 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/java/concept-jvm-4.plantuml | aff91adc83a6bda87f661bb4aa498c1be11473cc | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 1,477 | plantuml | @startuml
package "Class file" <<Node>> {
}
package JVM <<Node>> {
package "Class Loader" <<Rectangle>> {
}
package "Runtime Data Area" <<Rectangle>> {
package "Method Area" <<Rectangle>> {
}
package "Heap" <<Rectangle>> #Orchid {
}
package "JVM Language Stacks" <<Rectangle>> {
}
package "PC Registers" <<Rectangle>> {
}
package "Native Method Stacks" <<Rectangle>> {
}
}
package "Execution Engine" <<Rectangle>> {
package "Interpreter" <<Rectangle>> {
}
package "JIT Compiler" <<Rectangle>> #Orchid {
}
package "Garbage Collector" <<Rectangle>> #Orchid {
}
}
package "Native Method Interface" <<Rectangle>> {
}
package "Native Method Library" <<Rectangle>> {
}
}
"Class file" -right-> "Class Loader"
"Class Loader" <-[thickness=2]-> "Runtime Data Area" #Orchid
"Runtime Data Area" <-[thickness=2]-> "Execution Engine" #Orchid
"Runtime Data Area" <--> "Native Method Interface"
"Execution Engine" <--> "Native Method Interface"
"Native Method Interface" <-right-> "Native Method Library"
'node "JVM" {
' [Class Loader]
'
' package "Runtime Data Area" {
' [Method Area]
' [Heap]
' [JVM Language Stacks]
' [PC Registers]
' [Native Method Stacks]
' }
'
'
' package "Execution Engine" {
' [Interpreter]
' [JIT Compiler]
' [Garbage Collector]
' }
'
' [Native Method Interface]
'
' [Native Method Libraries]
'}
'class <<Serializable>> {
'
'}
'
'hide member
'hide method
'hide <<Serializable>> circle
@enduml | false | true | false | false | uml-unknown |
375f45dbda66e781694acc26b96b0ba965cb0207 | dceede6e0ffcfdf6fbb800429d0233eb108fb71b | /src/main/java/DesignPatterns/BehavioralType/Command/CommandDemo.puml | 08723275d49117527e7e0bc2534b3694215d03fd | [] | no_license | GitHub-yuteng/LearningNotes | 543ccda372e0d4498eba9245848059f64b3966c9 | 7a37bc8a33190526fa0a6cca5376651ac434f8c4 | refs/heads/master | 2022-12-22T14:05:05.590359 | 2022-04-27T00:36:30 | 2022-04-27T00:36:30 | 200,153,900 | 2 | 0 | null | 2022-12-16T04:25:16 | 2019-08-02T02:53:39 | Java | UTF-8 | PlantUML | false | false | 1,237 | puml | @startuml
interface Command {
public void execute();
public void undo();
}
class TVReceiver {
public void on()
public void off()
}
class TVOnCommand implements Command {
TVReceiver tv;
public void execute()
public void undo()
}
class TVOffCommand implements Command {
TVReceiver tv;
public void execute()
public void undo()
}
class LightReceiver {
public void on()
public void off()
}
class LightOnCommand implements Command {
LightReceiver light;
public void execute()
public void undo()
}
class LightOffCommand implements Command {
LightReceiver light;
public void execute()
public void undo()
}
LightOnCommand o-- LightReceiver
LightOffCommand o-- LightReceiver
TVOnCommand o-- TVReceiver
TVOffCommand o-- TVReceiver
class RemoteController {
Command[] onCommands;
Command[] offCommands;
Command undoCommand;
}
RemoteController o-- Command
class Client {
LightReceiver lightReceiver;
LightOnCommand lightOnCommand;
LightOffCommand lightOffCommand;
TVReceiver tvReceiver;
TVOffCommand tvOffCommand;
TVOffCommand tvOffCommand;
RemoteController remoteController;
}
RemoteController <.. Client
class NoCommand implements Command {
public void execute()
public void undo()
}
@enduml | false | true | false | false | class |
e4aa61b4ecceb9d24d246a6a67d4dcab2938a5c7 | d8542196004614346e18570418310e4104c01578 | /docs/proposals/images/controlplane/controlplane-init-7.plantuml | 1e2f61640a68aaedae179f55e4b74f447961bdf5 | [
"Apache-2.0"
] | permissive | diamanticom/cluster-api | d30ab09dd0756742707a7483e6cf7919562eaf64 | 1491f04a099dfcb9c61d116bed1236dc6426dc5e | refs/heads/master | 2022-01-01T14:28:15.712115 | 2021-08-30T20:43:39 | 2021-08-30T20:43:39 | 238,814,477 | 1 | 1 | Apache-2.0 | 2021-06-01T12:56:47 | 2020-02-07T00:39:53 | Go | UTF-8 | PlantUML | false | false | 1,809 | plantuml | @startuml
title User scales down a KubeadmControlPlane
actor User
' -- GROUPS START ---
box #lightgreen
participant "API Server"
end box
box #violet
participant "KubeadmControlPlane Controller"
end box
box #lightgreen
participant "Workload Cluster API Server"
end box
' -- GROUPS END ---
User->"API Server":kubectl scale cp/my-control-plane -replicas=1
"API Server"-->>"KubeadmControlPlane Controller": KubeadmControlPlane Updated
"KubeadmControlPlane Controller"-> "KubeadmControlPlane Controller":Enqueues KubeadmControlPlane Reconcile
"KubeadmControlPlane Controller"-> "KubeadmControlPlane Controller":KubeadmControlPlane Controller Reconcile
activate "KubeadmControlPlane Controller"
note over "KubeadmControlPlane Controller": - ✅ KubeadmControlPlane.OwnerReferences \ncontains a Cluster
"KubeadmControlPlane Controller"->"API Server": Get Cluster
"KubeadmControlPlane Controller"<<--"API Server": Response
note over "KubeadmControlPlane Controller": - ✅ Cluster.Status.InfrastructureReady is true\n- ✅ KubeadmControlPlane instance is valid
"KubeadmControlPlane Controller"->"API Server": Get Machines matching label selector
"KubeadmControlPlane Controller"<<--"API Server": Response
note over "KubeadmControlPlane Controller": - Process for selecting a Machine to delete is TBD
opt KubeadmControlPlane.Spec.Replicas >= 1, all existing Machines "Ready", num Machines > Replicas
"KubeadmControlPlane Controller"->"Workload Cluster API Server": Remove etcd Member
"KubeadmControlPlane Controller"->"Workload Cluster API Server": Modify kubeadm ConfigMap
"KubeadmControlPlane Controller"->"API Server": Delete a Machine
end
"KubeadmControlPlane Controller"->"API Server": Update KubeadmControlPlane
"KubeadmControlPlane Controller"<<--"API Server": Response
hide footbox
@enduml
| false | true | true | false | sequence |
a85ff9d6d820fbde1a5f017897b43c4042e79f19 | 6acdd421bafcd94147a87a08650600b0fa968b06 | /UML/visibility.puml | a0c54fd07303633412497570fcfd2a94c91fa703 | [] | no_license | anokl/UML_samples | dd4a12d73b6f1ae2417511a4348d9b1ca5176275 | 7674e65f76fa973355edc66f5c0ae0b29682882c | refs/heads/master | 2021-01-01T07:40:28.784385 | 2020-02-14T11:32:48 | 2020-02-14T11:32:48 | 239,176,400 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
skinparam monochrome true
class A
{
+ void PublicFunction()
- void PrivateFunction()
# void ProtectedFunction()
}
@enduml
| false | true | false | false | class |
48109496514bd73f74bf85450163262362b2fb83 | 897c5f0768d85d6070cbac83453eaeda84f86ab7 | /SELAIN SISTEM/UML/SEQUENCE/pencarian/admin/SearchTrashPegawai.puml | a697910be652a9b5364e2d5675849c222f69bcf1 | [
"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 | 513 | puml | @startuml
autonumber
hide footbox
title Mencari Trash Pegawai
Actor Admin
boundary Dashborad_V
boundary Trash_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashborad_V: load->view()
Dashborad_V --> Admin: Halaman Dashborad
Admin --> Dashborad_V: tulis keyword yang ingin dicari pada form pencarian
Dashborad_V --> Pegawai_C: searchtrash()
Pegawai_C --> Pegawai_E:
Pegawai_E --> Pegawai_C:
Pegawai_C --> Trash_V: load->view()
Trash_V --> Admin: Halaman Trash Pegawai
@enduml | false | true | false | false | sequence |
c8194d5616858b5bf66c9658e92c2be6472a6c3d | 84dbfc8df17a0a3f9d6382d781ba13dd616b93dd | /rapport/UML_1_5/Neige.puml | 0d2e6bbc84ef82b44ebae1e0e0c4c6cfd4166ea6 | [
"MIT"
] | permissive | C-Rio/Simulation_monde | ca20856ca68b3f96555304736bc1f2b58cd4ae02 | 99e118c3782eea332f064abe7600fbb1b5c6006d | refs/heads/master | 2022-10-28T23:39:17.566527 | 2022-10-09T17:22:35 | 2022-10-09T17:22:35 | 253,203,756 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 122 | puml | @startuml
Class Neige {
+ void : dessiner()
+ void : grandir(double)
+ void : dessiner_simple()
}
@enduml
| false | true | false | false | class |
07be301e1f80adda209511d97f0970b0bbec258a | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StagedOrder.puml | 31aa0313940a7ebf0216f2d3f02557ce78a86c06 | [] | 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 | 5,149 | 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 StagedOrder [[StagedOrder.svg]] extends Order {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface Order [[Order.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
orderNumber: String
purchaseOrderNumber: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupReference.svg CustomerGroupReference]]
anonymousId: String
businessUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
store: [[StoreKeyReference.svg StoreKeyReference]]
lineItems: [[LineItem.svg List<LineItem>]]
customLineItems: [[CustomLineItem.svg List<CustomLineItem>]]
totalPrice: [[TypedMoney.svg TypedMoney]]
taxedPrice: [[TaxedPrice.svg TaxedPrice]]
taxedShippingPrice: [[TaxedPrice.svg TaxedPrice]]
taxMode: [[TaxMode.svg TaxMode]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[Address.svg Address]]
shippingAddress: [[Address.svg Address]]
shippingMode: [[ShippingMode.svg ShippingMode]]
shippingKey: String
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
shippingRateInput: [[ShippingRateInput.svg ShippingRateInput]]
shippingCustomFields: [[CustomFields.svg CustomFields]]
shipping: [[Shipping.svg List<Shipping>]]
itemShippingAddresses: [[Address.svg List<Address>]]
discountCodes: [[DiscountCodeInfo.svg List<DiscountCodeInfo>]]
directDiscounts: [[DirectDiscount.svg List<DirectDiscount>]]
refusedGifts: [[CartDiscountReference.svg List<CartDiscountReference>]]
paymentInfo: [[PaymentInfo.svg PaymentInfo]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
cart: [[CartReference.svg CartReference]]
quote: [[QuoteReference.svg QuoteReference]]
orderState: [[OrderState.svg OrderState]]
shipmentState: [[ShipmentState.svg ShipmentState]]
paymentState: [[PaymentState.svg PaymentState]]
state: [[StateReference.svg StateReference]]
syncInfo: [[SyncInfo.svg List<SyncInfo>]]
returnInfo: [[ReturnInfo.svg List<ReturnInfo>]]
lastMessageSequenceNumber: Long
custom: [[CustomFields.svg CustomFields]]
completedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
}
interface OrderEditPreviewSuccess [[OrderEditPreviewSuccess.svg]] {
type: String
preview: [[StagedOrder.svg StagedOrder]]
messagePayloads: [[MessagePayload.svg List<MessagePayload>]]
}
StagedOrder --> OrderEditPreviewSuccess #green;text:green : "preview"
@enduml
| false | true | false | false | sequence |
de67d61200883e619c3c58d766cddc98d0944e07 | 09c5b4be7333640b006aaee0cb8876fd3ddb922d | /diagrams/rolling-update.puml | eebb303696579906f0361643c050a8662838d9ce | [
"MIT"
] | permissive | muralidharansomasundaram/k8s-diagrams | ba5b88a7ac5e157ee33959a5f7397e71b0a7f5bc | 6b3661758594a470e271d2656063d5576f2d4706 | refs/heads/master | 2023-02-11T15:27:45.008721 | 2021-01-04T12:44:45 | 2021-01-04T12:44:45 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,600 | puml | @startuml
!include <tupadr3/common>
!define ICONURL https://raw.githubusercontent.com/Roemer/plantuml-office/master/office2014
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml
!includeurl ICONURL/Devices/load_balancer.puml
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master
!includeurl CLOUDOGUURL/dogus/cloudogu.puml
!includeurl CLOUDOGUURL/tools/k8s.puml
!define CLOUDOGU_BLUE #23a3dd
' Remove this line for transparent background
skinparam backgroundColor #FFFFF0
title <color:blue><$k8s></color> **Rolling updates explained** <color:blue><$k8s></color>\n
rectangle "Version 1.0 active" as 1 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_1
rectangle "<$pod>\n1.0\nactive" as pod_1_1
rectangle "<$pod>\n1.0\nactive" as pod_1_2
rectangle "<$pod>\n1.0\nactive" as pod_1_n
service_1 --> pod_1_1
service_1 --> pod_1_2
service_1 --> pod_1_n
}
rectangle "Begin rolling update" as 2 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_2
rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_2_1
rectangle "<$pod>\n1.0\nactive" as pod_2_2
rectangle "<$pod>\n1.0\nactive" as pod_2_n
service_2 -[hidden]-> pod_2_1
service_2 --> pod_2_2
service_2 --> pod_2_n
}
rectangle "Both versions active" as 3 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_3
rectangle "<$pod>\n2.0\nactive" as pod_3_1
rectangle "<$pod>\n2.0\ndeploying" <<rollingUpdateGroup>> as pod_3_2
rectangle "<$pod>\n1.0\nactive" as pod_3_n
service_3 --> pod_3_1
service_3 -[hidden]-> pod_3_2
service_3 --> pod_3_n
}
rectangle "Version 2.0 active" as 4 <<rollingUpdateGroup>> {
rectangle "<$svc>\nService" as service_4
rectangle "<$pod>\n2.0\nactive" as pod_4_1
rectangle "<$pod>\n2.0\nactive" as pod_4_2
rectangle "<$pod>\n2.0\nactive" as pod_4_n
service_4 --> pod_4_1
service_4 --> pod_4_2
service_4 --> pod_4_n
}
pod_1_1 -[hidden]-- pod_3_1
pod_2_1 -[hidden]-- pod_4_1
legend
<color:#23a3dd><$cloudogu></color> [[https://cloudogu.com cloudogu.com]]
end legend
skinparam arrow {
Color CLOUDOGU_BLUE
FontColor WHITE
}
skinparam rectangle {
BackgroundColor CLOUDOGU_BLUE
BorderColor #16688d
FontColor WHITE
backgroundColor<<rollingUpdateGroup>> WHITE
FontColor<<rollingUpdateGroup>> CLOUDOGU_BLUE
}
skinparam legend {
BackgroundColor WHITE
BorderColor #16688d
}
@enduml
| false | true | false | false | uml-unknown |
fcd9ba922e64b022610a85377d1589e298d7d128 | 88157e101470d4e554e6f3c097a80501cdc5740d | /src/com/学习预警.puml | e6056ab8f680367c411d343f8699b47da648558a | [] | no_license | Thesonggodoftoliet/sheepclass | 627d211ea3f3f99965d154b05d7d3e97ad2c5b3c | b19e175300a892ef79bc27e72dcdb9e552517609 | refs/heads/master | 2020-05-07T11:49:13.014808 | 2019-06-11T04:57:42 | 2019-06-11T04:57:42 | 180,476,093 | 1 | 0 | null | 2019-06-06T06:53:51 | 2019-04-10T01:20:08 | CSS | UTF-8 | PlantUML | false | false | 932 | puml | @startuml
Timer -> Warn: HttpRequest
Warn -> Warning: 1.1:sendWarn
Warning->InfoGet: 1.1.1:getWeeklogintimes
InfoGet->LearninginfoDao:1.1.1.1:getTimesoflearning
LearninginfoDao-->LearninginfoDaoimple:1.1.1.1.1:getTimesoflearning
LearninginfoDaoimple->JdbcUtils:1.1.1.1.1.1:getListCount
JdbcUtils<-JdbcUtils:1.1.1.1.1.1.1:close
LearninginfoDaoimple<--JdbcUtils
LearninginfoDao<--LearninginfoDaoimple
InfoGet<--LearninginfoDao
Warning<--InfoGet
Warning->InfoGet: 1.1.2:getWeeklogintimes
InfoGet->LearninginfoDao:1.1.2.1:getTimesoflearning
LearninginfoDao-->LearninginfoDaoimple:1.1.2.1.1:getTimesoflearning
LearninginfoDaoimple->JdbcUtils:1.1.2.1.1.1:getListCount
JdbcUtils<-JdbcUtils:1.1.2.1.1.1.1:close
LearninginfoDaoimple<--JdbcUtils
LearninginfoDao<--LearninginfoDaoimple
InfoGet<--LearninginfoDao
Warning<--InfoGet
Warning->Warning:1.1.3:SendEmail
Warning->Warning:1.1.3.1:createMimeMessage
Warn<--Warning
Timer<--Warn
@enduml | false | true | false | false | sequence |
0bd80bd377cd5864922cee51ea083350f06d6cbc | 1f5a6d8f6827e4add92c2154e20310793d32f549 | /OOP教育訓練計畫/17/10.Adaptor/diagrams/Adaptor 模式概念.puml | b74e789d59b217a20a17e88811a1e4371d527512 | [] | no_license | YenCheChangGoogle/YccSenaoOOP | 8e9c2b02ded12b64e5e7a7d26faed0f593ee0fce | 79e025ace78e966d07a59b8896c68040fe74ab86 | refs/heads/master | 2021-09-06T16:44:44.578700 | 2018-02-08T16:35:22 | 2018-02-08T16:35:22 | 107,415,206 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 304 | puml | @startuml
scale 800*800
skinparam defaultFontName "Noto Sans Mono CJK TC Regular"
class Client{
}
class Target {
+request()
}
class Adaptor {
+request()
}
class Adaptee {
+specificRequest()
}
Client -right-> Target
Target <|-down- Adaptor
Adaptor -> Adaptee : "adptee"
@enduml | false | true | false | false | sequence |
e0890dcd505f24a228a91cf0e4b07a5652611121 | 4e2586435708420f782c03c1303da7219890941e | /docs/diagrams/StorageManagerSaveDuring.puml | 793762b80a73c483398b17df93a9a2f015cb13c0 | [] | no_license | AY2021S1-CS2113-T13-1/tp | 720454016061d5dbc23067e4505e2eac87e04449 | 4345646e211cdaeed2dfdf2e691e334c2d8e32ad | refs/heads/master | 2023-01-19T13:31:58.992002 | 2020-11-10T12:57:57 | 2020-11-10T12:57:57 | 297,301,678 | 0 | 7 | null | 2020-11-10T12:57:58 | 2020-09-21T10:12:20 | Java | UTF-8 | PlantUML | false | false | 1,382 | puml | @startuml
hide footbox
participant ":NotUS" as NotUS
participant ":StorageManager" as StorageManager
participant ":ArchiveNoteCommand" as ArchiveNoteCommand
create NotUS
activate NotUS
create StorageManager
activate StorageManager
create Notebook
activate Notebook
create ArchiveNoteCommand
NotUS -> ArchiveNoteCommand: execute()
activate ArchiveNoteCommand
ref over NotUS, ArchiveNoteCommand: ArchiveNote
ArchiveNoteCommand -> StorageManager: saveAllNoteDetails(isArchive false)
alt isArchive
StorageManager -> Notebook: getArchivedNotes()
Notebook --> StorageManager: Note notes
else notIsArchive
StorageManager -> Notebook: getNotes()
Notebook --> StorageManager: Note notes
end
loop notes
StorageManager -> StorageManager: saveNoteDetails()
activate StorageManager
StorageManager --> StorageManager
deactivate StorageManager
end
StorageManager --> ArchiveNoteCommand
ArchiveNoteCommand -> StorageManager: saveAllNoteDetails (isArchive true)
ref over ArchiveNoteCommand, StorageManager: same as the above
ArchiveNoteCommand -> StorageManager: deleteNoteContentFile (Note note, isArchive false)
StorageManager--> ArchiveNoteCommand
ArchiveNoteCommand -> StorageManager: saveNoteContent (Note note, isArchive false)
StorageManager--> ArchiveNoteCommand
ArchiveNoteCommand --> NotUS: String success message
deactivate ArchiveNoteCommand
destroy ArchiveNoteCommand
@enduml | false | true | false | false | sequence |
2d6c184ce2fc4f90c4c83fb38c4b547d696706c1 | c8e5514bd3ea44e6613f469e88bc0562ba16ae62 | /plantuml-ae-style.iuml | bfd0af0e6e180003aea748498e9ef47b007e7153 | [] | 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 | 6,304 | iuml | /'
@file plantuml-style.iml
@desc: styles for PlantUML files
Note that styles can be nested multiple times
There seems to be a problem if some styles for an entity are nested and some aren't.
Usage:
- to include this within a .puml file, use the _!include_ directive:
!include <filename>
!include plantuml-ae-style.iuml
@author: Ashley Engelund (ashley@ashleycaroline.com weedySeaDragon @ github)
@since 2016-10-24
@see http://plantuml.com/skinparam
'/
'.............................
' Layout and General settings:
!define DEFAULT_BACKGROUND_COLOR white
!define DEFAULT_BORDER_COLOR #111111
!define DEFAULT_FONT Helvetica
!define DEFAULT_FONT_SIZE 11
!define DEFAULT_FONT_COLOR #111111
!define DEFAULT_NOT_SO_DARK #666666
!define TITLE_FONT_SIZE 18
skinparam componentStyle uml2
skinparam defaultFontName DEFAULT_FONT
skinparam defaultTextAlignment center
skinparam handwritten false
skinparam monochrome false
skinparam shadowing false
skinparam BackgroundColor white
skinparam HyperlinkColor #0000DD
skinparam Default {
FontColor DEFAULT_FONT_COLOR
FontName DEFAULT_FONT
FontSize DEFAULT_FONT_SIZE
FontStyle plain
}
skinparam GenericArrow {
FontColor #666666
'FontName courier
FontSize 12
FontStyle italic
}
skinparam title {
FontColor black
FontName DEFAULT_FONT
FontSize TITLE_FONT_SIZE
FontStyle plain
}
skinparam legend {
BackgroundColor white
BorderColor DEFAULT_NOT_SO_DARK
FontColor black
FontName DEFAULT_FONT
FontSize 10
}
skinparam header {
FontColor DEFAULT_NOT_SO_DARK
FontName DEFAULT_FONT
FontSize 9
FontStyle plain
}
skinparam Footer {
FontColor DEFAULT_NOT_SO_DARK
FontSize 12
FontName DEFAULT_FONT
FontStyle italic
}
'.............................
' entities
/' ..............
Classes
'/
skinparam class {
BackgroundColor DEFAULT_BACKGROUND_COLOR
BorderColor DEFAULT_BORDER_COLOR
TextAlignment left
Arrow {
FontStyle normal 'this has no effect. it is ruled by the "activity Arrow"
BackgroundColor DEFAULT_BACKGROUND_COLOR
BorderColor DEFAULT_BORDER_COLOR
BorderColor DEFAULT_NOT_SO_DARK
FontColor SlateBlue
FontSize 10
}
}
skinparam package {
BackgroundColor DEFAULT_BACKGROUND_COLOR
BorderColor SteelBlue
FontSize 14
}
/' ..............
Activities
'/
' problem: activityArrowColor is changed by usecaseArrowColor
skinparam activity {
Arrow {
Color DEFAULT_NOT_SO_DARK
'FontColor DEFAULT_NOT_SO_DARK
FontSize 12
FontStyle italic
}
BackgroundColor white
BorderColor DEFAULT_BORDER_COLOR
' have to specify the background color and border color for Diamond
' it does not pick up the default for activity.
' maybe because it is defined? have to define everything for it?
Diamond {
FontStyle italic ' this is all we really want to change
BackgroundColor DEFAULT_BACKGROUND_COLOR
BorderColor DEFAULT_BORDER_COLOR
BorderColor DEFAULT_NOT_SO_DARK
FontColor DEFAULT_FONT_COLOR
FontSize 14
}
'EndColor red
FontSize 13
StartColor DEFAULT_NOT_SO_DARK
}
skinparam note {
FontSize 18
FontStyle italic
FontColor DEFAULT_FONT_COLOR
BackgroundColor white
BorderColor white
}
/' ..............
Sequences
'/
skinparam sequence {
Arrow {
Color black
'FontColor
'FontName
'FontSize
'FontStyle
Thickness 1
}
Box {
LineColor black
BackgroundColor white
BorderColor DEFAULT_NOT_SO_DARK
FontColor DEFAULT_FONT_COLOR
FontSize 11
FontStyle plain
}
Divider {
BackgroundColor white
BorderColor DEFAULT_NOT_SO_DARK
BorderThickness 1
FontColor DEFAULT_NOT_SO_DARK
' FontSize
FontStyle italic
}
Group {
BackgroundColor white
BodyBackgroundColor white
BorderColor DEFAULT_BORDER_COLOR
BorderThickness 2
Header {
FontStyle bold
}
}
LifeLine {
BackgroundColor white
BorderColor navy
BorderThickness 1
}
'NewpageSeparatorColor
Participant {
BackgroundColor white
BorderColor navy
BorderThickness 1
FontColor navy
FontSize 12
}
Reference {
BackgroundColor white
BorderColor DEFAULT_NOT_SO_DARK
BorderThickness 1
'FontSize
'HeaderBackgroundColor
}
Stereotype {
' FontColor
' FontName
' FontSize
' FontStyle
}
Title {
FontColor black
FontSize TITLE_FONT_SIZE
'FontStyle
}
}
/' ..............
Swimlane
'/
skinparam swimlane{
BorderColor DEFAULT_BORDER_COLOR
TitleFontSize TITLE_FONT_SIZE
}
skinparam Component {
ArrowColor blue
BackgroundColor white
BorderColor DEFAULT_BORDER_COLOR
FontColor DEFAULT_FONT_COLOR
}
skinparam State {
ArrowColor DEFAULT_BORDER_COLOR
'AttributeFontStyle
BackgroundColor DEFAULT_BACKGROUND_COLOR
BorderColor DEFAULT_BORDER_COLOR
EndColor red
StartColor green
}
skinparam Object {
ArrowColor blue
' Attribute {
' FontColor
' FontName
' FontSize
' FontStyle
' }
BackgroundColor white
BorderColor DEFAULT_BORDER_COLOR
BorderThickness 1
}
skinparam Usecase {
ArrowColor DEFAULT_NOT_SO_DARK
BackgroundColor white
BorderColor DEFAULT_BORDER_COLOR
}
| false | true | false | false | sequence |
a3db117e6ceaf549bc2c6bb61dee3eb0caf4d23c | b372440a479acec475fc87211e4219c5e11714df | /doc/Usecase-角色管理.puml | dec7b9d426ecb29b6bb1c4c2f5e8b56d4b12a913 | [] | no_license | hangrproject/bottos | f45e031608bb23fd93122cd16a95d8c496584916 | 2c610d418207b6efc3467e869d409be75edb61a1 | refs/heads/master | 2021-09-04T21:35:00.817835 | 2018-01-22T11:55:52 | 2018-01-22T11:55:52 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml
left to right direction
:role:
rectangle bottos {
role-->(native inject)
role-->(update)
}
@enduml | false | true | false | false | uml-unknown |
bc311c0917d6fce975a30fc73d59230af5c3a997 | 069f9e3d8c09237d068c64454d861c659c6e6209 | /src/main/java/com/lk/designpattern/pattern/factory/factorymethod/FactoryMethod.puml | 532928cc5506e14b48954c0247c9ad70c6711b61 | [] | no_license | laikai-java/learn-java | 6776d284e0c5e3ec06441cff2319e7333bba3000 | 0e29cb9de2aa68fe1c194ddf361184cef40210e2 | refs/heads/main | 2023-03-06T06:38:18.187106 | 2021-02-22T10:28:40 | 2021-02-22T10:28:40 | 328,885,095 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 435 | puml | @startuml
abstract class Product
class ConCreateProductA
class ConCreateProductB
Product <|--ConCreateProductA
Product <|--ConCreateProductB
abstract class Creator
class ConCreateCreatorA
class ConCreateCreatorB
Creator <|--ConCreateCreatorA
Creator <|--ConCreateCreatorB
ConCreateProductA<..ConCreateCreatorA
ConCreateProductB<..ConCreateCreatorB
abstract class Creator{
Product factoryMethod()
void anOperation()
}
@enduml | false | true | false | false | class |
f90588de74d4f35c37c9b0a41f03ec82d3ce36b5 | 844665d08d1be5dacc41d8495725d881c68dba71 | /Conferencias/Conferencia 3_ Patrones de Diseño Estructurales/PrincipleAndPatternDesign/src/cu/datys/patterns/gof/structural/adapter/class-diagram.puml | f155176ec245351315f6a0be1308cf0f0366d307 | [
"MIT"
] | permissive | alexescalonafernandez/curso-patrones-diseno | ec1cf0a993707d78c294208e04604a3a0ffd164e | f586e27791e1281087df6cc137da87f407179e65 | refs/heads/master | 2021-01-25T13:35:26.659206 | 2018-03-02T20:18:06 | 2018-03-02T20:18:06 | 123,588,331 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,092 | puml | @startuml
skinparam backgroundcolor transparent
skinparam classFontSize 18
skinparam noteFontSize 18
skinparam arrowFontSize 18
skinparam classAttributeFontSize 18
skinparam packageFontSize 18
skinparam titleFontColor #5cb85c
Title Adapter Pattern
namespace object_adapter{
interface Target{
+ void request()
}
class Adapter implements Target{
- Adaptee adaptee
+ void request()
}
class Adaptee{
+ void specificRequest()
}
Adapter *-- Adaptee
note right of Adapter::request
public void request(){
adaptee.specificRequest();
}
end note
class Client
Client --> Target
}
namespace class_adapter{
class Target{
+ void request()
}
class Adaptee{
+ void specificRequest()
}
class Adapter{
+ void request()
}
Target <|-- Adapter
Adaptee <|-- Adapter
class Client
Client --> Target
note right of Adapter::request
public void request(){
this.specificRequest();
}
end note
}
@enduml | false | true | false | false | class |
ecddf7ac6255bcf1d4fa8620786d176900ec5d68 | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administrator tu/ViewFileLengkapSPTBKA.puml | 73efcd9ff54db8669fe8c8d145a318fa709597e2 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 921 | puml | @startuml
autonumber
hide footbox
title Melihat File Lengkap SPT BKA
Actor AdministratorTU
boundary Dashboard_V
boundary KontrolSPTBKA_V
boundary PDF_V
control Admin_C
control KontrolSPT_C
Entity SuratPerintahTugas_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorTU: Halaman Dashboard
AdministratorTU --> Dashboard_V: klik menu SPT BKA
Dashboard_V --> KontrolSPT_C: kontrolsptbka()
KontrolSPT_C --> SuratPerintahTugas_E:
SuratPerintahTugas_E --> KontrolSPT_C:
KontrolSPT_C --> KontrolSPTBKA_V: load->view()
KontrolSPTBKA_V --> AdministratorTU: Halaman SPT BKA
AdministratorTU --> KontrolSPTBKA_V: klik tombol Lihat File Lengkap SPT BKA
KontrolSPTBKA_V --> KontrolSPT_C: viewsptlengkap()
KontrolSPT_C --> SuratPerintahTugas_E:
SuratPerintahTugas_E --> KontrolSPT_C:
KontrolSPT_C --> PDF_V: load->view()
PDF_V --> AdministratorTU: Tampilan file lengkap SPT
@enduml | false | true | false | false | sequence |
fe76957de0e74832d18c5ae524502d907bccf2c5 | ea1c235d799a63eb2ad7fab3a262b51199ab1c96 | /src/main/java/com/designpatterns/graph/pattern/behavior/iterator/Iterator.puml | 04eb7cfdd2e2993ee65f07095a0e85dc648b85bc | [] | no_license | violet-Bin/designpatterns | f286a9f4b18674acc1f095a440b104402c5f9edc | fb73bc8f033a3248ef41c17874ccea13c439120a | refs/heads/master | 2022-07-13T02:43:34.134498 | 2021-11-25T16:25:42 | 2021-11-25T16:25:42 | 174,949,082 | 1 | 0 | null | 2022-06-17T03:35:02 | 2019-03-11T07:39:12 | Java | UTF-8 | PlantUML | false | false | 880 | puml | @startuml
interface Iterator
interface Aggregate
class ConcreteIterator1
class ConcreteIterator2
class ConcreteAggregate1
class ConcreteAggregate2
Iterator <|.. ConcreteIterator1
Iterator <|.. ConcreteIterator2
Aggregate <|.. ConcreteAggregate1
Aggregate <|.. ConcreteAggregate2
Iterator : +hasNext(): boolean
Iterator : +next(): E
Iterator : +remove(): void
ConcreteIterator1 : +hasNext(): boolean
ConcreteIterator1 : +next(): E
ConcreteIterator1 : +remove(): void
ConcreteIterator2 : +hasNext(): boolean
ConcreteIterator2 : +next(): E
ConcreteIterator2 : +remove(): void
Aggregate : +createIterator(): Iterator
ConcreteAggregate1 : eles(): ArrayList
ConcreteAggregate1 : createIterator(): Iterator
ConcreteAggregate2 : eles(): int[]
ConcreteAggregate2 : createIterator(): Iterator
ConcreteIterator1 <.. ConcreteAggregate1
ConcreteIterator2 <.. ConcreteAggregate2
@enduml | false | true | false | false | class |
f4fc7c4954443553e28b6f24919fd4e257f21300 | 06e8a88bdd899c56bdc47d66c8a8e18aecc14e02 | /out/production/designmode/adaptermode/AdaperMode.puml | fb9e4bac730265a19c47cc236db91eb9cbf3ebe8 | [] | no_license | dlovetco/designMode | 0f5a341992a3e62c75a2e80811e581d9405ed28a | 0f166ebe06532bf4502e4fc6ce3c4c04a67944a7 | refs/heads/master | 2021-04-15T15:24:19.898505 | 2018-03-29T10:01:20 | 2018-03-29T10:01:20 | 126,817,842 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 192 | puml | @startuml
class Screen{
connectHdmi()
}
interface Vga{
connectVga()
}
Vga <|.. Host
class Host{
}
Screen <-- HdmiToVga
Vga <|.. HdmiToVga
class HdmiToVga{
Screen screen
connectVga()
}
@enduml | false | true | false | false | class |
40a24f0d4f6b31d4d74c91569fed6baf112c8c80 | 3ea02aab5d9a15def695d50ffd9c538a0b4e5173 | /test/PCDM/PCDM_Multi_Page_Text.puml | 993f04e5e3dcf874cb6f5aa5be3cc223d06ebbf7 | [] | no_license | VladimirAlexiev/rdf2rml | cd6a3c7c27dd3ce30214c852b4b0d9291464b461 | 29d7f21c9ed3defd5d6a64a02a5e18315d30b559 | refs/heads/master | 2023-06-09T10:08:02.313163 | 2023-06-07T11:25:10 | 2023-06-07T11:25:10 | 158,509,814 | 35 | 5 | null | 2023-05-30T12:54:05 | 2018-11-21T07:44:42 | Perl | UTF-8 | PlantUML | false | false | 2,203 | puml | @startuml
hide empty methods
hide empty attributes
hide circle
skinparam classAttributeIconSize 0
class media_mptw_f5_rep_jpg as "media:mptw_f5/rep/jpg"
media_mptw_f5_rep_jpg : a pcdm:File
class media_mptw_f3_rep_tiff as "media:mptw_f3/rep/tiff"
media_mptw_f3_rep_tiff : a pcdm:File
class work_mptw_p1 as "work:mptw_p1"
work_mptw_p1 : a pcdm:Object
class media_mptw_f2_rep_jpg as "media:mptw_f2/rep/jpg"
work_mptw_p1 --> media_mptw_f2_rep_jpg : pcdm:hasFile
work_mptw_p1 --> media_mptw_f3_rep_tiff : pcdm:hasFile
class media_mptw_f4_rep_xml as "media:mptw_f4/rep/xml"
work_mptw_p1 --> media_mptw_f4_rep_xml : pcdm:hasFile
work_mptw_p1 : scholar:WorkCreator "Joe Biden"
work_mptw_p1 : scholar:WorkTitle "Page 1"
class media_mptw_f7_rep_xml as "media:mptw_f7/rep/xml"
media_mptw_f7_rep_xml : a pcdm:File
media_mptw_f2_rep_jpg : a pcdm:File
class work_mptw as "work:mptw"
work_mptw : a pcdm:Object
class media_mptw_f1_master_pdf as "media:mptw_f1/master/pdf"
work_mptw -left-> media_mptw_f1_master_pdf : pcdm:hasFile
class work_mptw_p2 as "work:mptw_p2"
work_mptw --> work_mptw_p2 : pcdm:hasMember
class proxy_mptw_p1 as "proxy:mptw_p1"
work_mptw -down-> proxy_mptw_p1 : iana:first
work_mptw --> work_mptw_p1 : pcdm:hasMember
class proxy_mptw_p2 as "proxy:mptw_p2"
work_mptw -down-> proxy_mptw_p2 : iana:last
work_mptw : scholar:WorkCreator "Barack Obama"
work_mptw : scholar:WorkTitle "US Governement Pamphlet"
media_mptw_f1_master_pdf : a pcdm:File
proxy_mptw_p2 : a ore:Proxy
proxy_mptw_p2 -up-> work_mptw : ore:proxyIn
proxy_mptw_p2 -left-> proxy_mptw_p1 : iana:previous
proxy_mptw_p2 --> work_mptw_p2 : ore:proxyFor
class media_mptw_f6_rep_jp2 as "media:mptw_f6/rep/jp2"
media_mptw_f6_rep_jp2 : a pcdm:File
media_mptw_f4_rep_xml : a pcdm:File
work_mptw_p2 : a pcdm:Object
work_mptw_p2 --> media_mptw_f5_rep_jpg : pcdm:hasFile
work_mptw_p2 --> media_mptw_f7_rep_xml : pcdm:hasFile
work_mptw_p2 --> media_mptw_f6_rep_jp2 : pcdm:hasFile
work_mptw_p2 : scholar:WorkCreator "Barack Obama"
work_mptw_p2 : scholar:WorkTitle "Page 2"
proxy_mptw_p1 : a ore:Proxy
proxy_mptw_p1 -up-> work_mptw : ore:proxyIn
proxy_mptw_p1 -right-> proxy_mptw_p2 : iana:next
proxy_mptw_p1 --> work_mptw_p1 : ore:proxyFor
@enduml
| false | true | false | false | sequence |
0707f4dd0e164a7628d3f644f655384f513bb4f9 | c662a1f1f4660cc644b63f417f0911cee5e8fbfb | /docs/mock/mock_sequence.puml | f23cbf52c8dc04ab8f1163cd06b5c6280da0309d | [] | no_license | qdriven/walkthough-backend | c10308b4fb1a3524d9c11f313f5c22620e554432 | df9cb95e814e66eb582c319c983154f36f1acf23 | refs/heads/master | 2022-07-08T11:34:39.424832 | 2021-12-11T03:47:08 | 2021-12-11T03:47:08 | 200,501,198 | 0 | 0 | null | 2022-06-21T04:16:24 | 2019-08-04T14:14:29 | Java | UTF-8 | PlantUML | false | false | 420 | puml | @startuml
'ClientA -> Server: Request
'Server --> ClientA: Response
'
'ClientB -> Server: Request
'Server --> ClientB: Response
ClientA --> MockServer: Request
MockServer --> RequestRuleEngine
RequestRuleEngine --> ClientA: RequestMapping Match, Response Return
RequestRuleEngine --> ServerA: RM not match, forward to real server
ServerA --> MockServe: forward to Server A
MockServe --> ClientA: back to client
@enduml | false | true | false | false | sequence |
34896361c7c2d8a6b28ab6160d97a0630b9da002 | e618e68be491bb98c0573a467be63146a053cc6c | /SA/sequencediagram/supplier/UpdateSupplier.puml | b3ddc77a214f0c24ca6b0a0a0e60efdfef394e73 | [] | no_license | dedeandress/belanjayukid-be-services | 14101c676e2bdd56c5df72b9ccddae648951cf8b | 9bedbf42cdd0b764e27c9dc839df8b401ac0bb62 | refs/heads/master | 2022-04-07T04:29:30.602535 | 2020-02-28T05:39:33 | 2020-02-28T05:39:33 | 194,123,362 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,093 | puml | @startuml
title: Update Supplier Sequence Diagram
actor user
participant BelanjaYukFE
database BelanjaYukDB
box "BelanjaYuk.id" #LightBlue
participant BelanjaYukBE
participant SupplierResolver
participant SupplierService
participant SupplierRepository
participant JWTUtility
participant BelanjaYukDB
end box
user -> BelanjaYukFE ++ : update supplier menu
BelanjaYukFE -> BelanjaYukBE ++ : /graphql update supplier
note right of BelanjaYukFE
content type: application/json
request body:
mutation{
updateSupplier(id, name, phoneNumber, address){
name
phoneNumber
address
status
id
}
}
end note
BelanjaYukBE -> SupplierResolver ++ : call SupplierResolver
SupplierResolver -> SupplierService ++ : call SupplierService
note left
passing:
- context
- id
- name
- phoneNumber
- address
end note
SupplierService -> JWTUtility: validate token and claim role
alt #LightGreen token is not expired
alt #LightYellow role is admin
SupplierService -> SupplierRepository ++ : update supplier passing supplier
SupplierRepository -> BelanjaYukDB ++ : update supplier values passed from request
BelanjaYukDB --> SupplierRepository -- : affected row no error and return supplier
SupplierRepository --> SupplierService -- : affected row no error and return supplier
SupplierService --> SupplierResolver : supplier
SupplierResolver --> BelanjaYukBE : supplier
BelanjaYukBE --> BelanjaYukFE: supplier
else error: role is not admin
SupplierService --> SupplierResolver : Error: Not Authorized
SupplierResolver --> BelanjaYukBE : Error: Not Authorized
BelanjaYukBE --> BelanjaYukFE: Message: You're not authorize
end alt
else token is expired
SupplierService --> SupplierResolver -- : Error: token expired
SupplierResolver --> BelanjaYukBE -- : Error: token expired
BelanjaYukBE --> BelanjaYukFE -- : Message: token was expired
end alt
@enduml | false | true | false | false | usecase |
a47375d028d900cdf3d95f5995fd723e38175c95 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Policies/Check-Policy.puml | 93b2ec6e59d6b3374124f0f25d15270fed19b7b4 | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 275 | puml | @startuml
Actor "actorName" as A
box "Manage-Policies" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-policy-check(name)
CLI -> S : policy/check(name)
A -> Web : policy/check(name)
Web -> S : policy/check(name)
end box
@enduml
| false | true | false | false | usecase |
4be3ee694af5c71e4219846a156363be79080edf | c067a7796bba1bcd97ed5d7a5a7877a3217d532c | /uml/Properties/Builder/Product.puml | 362fa27e8b3a7eb39184f9caa7d4f7c121ca2501 | [] | no_license | inifares23lab/PMO_Proj-DatiCovid | 6897e2d04753c6faff3045aa2ac8822035683e14 | 186ec91ef3eb5647439c346909bfd8e7b3fb9e6e | refs/heads/master | 2022-10-22T03:17:14.494294 | 2020-06-16T21:10:50 | 2020-06-16T21:10:50 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 295 | puml | @startuml
class Product {
<<internal>> _name : string
+ Add(s:string, part:string) : void
+ GetData() : string
+ GetPart(p:Product) : string
+ GetParts() : Dictionary<string, string>
}
class "Dictionary`2"<T1,T2> {
}
Product o-> "parts<string,string>" "Dictionary`2"
@enduml
| false | true | false | false | class |
15ff5290601f60e2e3f4c03503139fa909f56d90 | 89634bb006a9df141b85b9d653ed3f9036cebe42 | /src/Docs/Resources/current/60-references-internals/10-core/10-erd/_puml/erd-shopware-core-content-productexport.puml | 6592b12d26a141d166f55c9c1ba4a1d0e45eb711 | [
"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 | 2,369 | 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(ShopwareCoreContentProductExportProductExportDefinition, "product_export\n(Product exports)") {
primary_key(id) id
not_null(productStreamId) foreignKey
not_null(storefrontSalesChannelId) foreignKey
not_null(salesChannelId) foreignKey
not_null(salesChannelDomainId) foreignKey
not_null(currencyId) foreignKey
not_null(fileName) string
not_null(accessKey) string
not_null(encoding) string
not_null(fileFormat) string
includeVariants bool
not_null(generateByCronjob) bool
generatedAt dateTime
not_null(interval) int
headerTemplate longText
bodyTemplate longText
footerTemplate longText
pausedSchedule bool
not_null(createdAt) createdAt
updatedAt updatedAt
}
ForeignTable(ShopwareCoreContentProductStreamProductStreamDefinition, "product_stream") {
}
ForeignTable(ShopwareCoreSystemSalesChannelSalesChannelDefinition, "sales_channel") {
}
ForeignTable(ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition, "sales_channel_domain") {
}
ForeignTable(ShopwareCoreSystemCurrencyCurrencyDefinition, "currency") {
}
' relationshipd
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreContentProductStreamProductStreamDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelSalesChannelDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemSalesChannelAggregateSalesChannelDomainSalesChannelDomainDefinition
ShopwareCoreContentProductExportProductExportDefinition --> ShopwareCoreSystemCurrencyCurrencyDefinition
@enduml
| false | true | false | false | uml-unknown |
d0e6e6dc08157a66a76028f241d58f51ea5c24cb | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.ide.rider@1.1.4/Rider/Editor/RiderScriptEditor.puml | bc2ec68a5f7c870e226f0bc1e0a39a556ae1eb17 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,071 | puml | @startuml
class RiderScriptEditor {
{static} RiderScriptEditor()
<<const>> unity_generate_all : string = "unity_generate_all_csproj"
+ RiderScriptEditor(discovery:IDiscovery, projectGeneration:IGenerator)
+ OnGUI() : void
+ SyncIfNeeded(addedFiles:string[], deletedFiles:string[], movedFiles:string[], movedFromFiles:string[], importedFiles:string[]) : void
+ SyncAll() : void
+ Initialize(editorInstallationPath:string) : void
+ OpenProject(path:string, line:int, column:int) : bool
{static} IsUnityScript(path:string) : bool
{static} GetBaseUnityDeveloperFolder() : string
+ TryGetInstallationForPath(editorPath:string, installation:CodeEditor.Installation) : bool
+ {static} IsRiderInstallation(path:string) : bool
+ {static} CurrentEditor : string <<get>>
+ CreateSolutionIfDoesntExist() : void
}
IExternalCodeEditor <|-- RiderScriptEditor
RiderScriptEditor --> "m_Discoverability" IDiscovery
RiderScriptEditor --> "m_ProjectGeneration" IGenerator
RiderScriptEditor o-> "m_Initiliazer" RiderInitializer
@enduml
| false | true | false | false | class |
bd06075220fc504f529a9a763149a6cc01210bd3 | ee6841e96c76962e9f74ba032a25d2e923b7e42c | /tech-apache/apache-lang/src/main/resources/apache/proxy/proxy.puml | 04061aa2a8c82eda6d359dc411dee2d10a55492b | [] | no_license | physicsLoveJava/java-miscellaneous | 614cfbad7dd7679e99c561b210ebbbf1a9df941e | e7563fdc9b5f955662cba40fc48614e45747d020 | refs/heads/master | 2021-07-19T13:30:51.096326 | 2019-01-21T09:09:50 | 2019-01-21T09:09:50 | 105,858,854 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,849 | puml | @startuml
class InvokerException extends RuntimeException
class ObjectProviderException extends RuntimeException
class ProxyFactoryException extends RuntimeException
class CglibProxyFactory extends AbstractSubclassingProxyFactory
abstract class JavassistInvocation implements Invocation
class JavassistProxyFactory extends AbstractSubclassingProxyFactory
class JavassistUtils
abstract class AbstractProxyClassGenerator implements ProxyClassGenerator
abstract class AbstractSubclassingProxyFactory extends ProxyFactory
class MethodSignature
class ProxyClassCache
interface ProxyClassGenerator
class ExecutorInterceptor implements Interceptor
class PatternFilter implements MethodFilter
class ReturnTypeFilter implements MethodFilter
class SimpleFilter implements MethodFilter
class FilteredInterceptor implements Interceptor
class InterceptorChain
class LoggingInterceptor implements Interceptor
interface MethodFilter
class MethodInterceptorAdapter implements Interceptor
class SerializingInterceptor implements Interceptor
interface Interceptor
interface Invocation
class DuckTypingInvoker implements Invoker
class InvocationHandlerAdapter implements Invoker
class NullInvoker implements Invoker
class XmlRpcInvoker implements Invoker
interface Invoker
interface ObjectProvider
class BeanProvider implements ObjectProvider
class CloningProvider implements ObjectProvider
class ConstantProvider implements ObjectProvider
class NullProvider extends ConstantProvider
class ProviderDecorator implements ObjectProvider
class BurlapProvider implements ObjectProvider
class HessianProvider implements ObjectProvider
class JaxRpcProvider implements ObjectProvider
class RmiProvider implements ObjectProvider
class SessionBeanProvider implements ObjectProvider
class SingletonProvider extends ProviderDecorator
class ProxyFactory
class ProxyUtils
@enduml | false | true | false | false | class |
835c44e844a3e93e0c2f72a8ef8304f84ca9ce8a | 605cac101260b1b451322b94580c7dc340bea17a | /malokhvii-eduard/malokhvii05/doc/plantuml/ua/khpi/oop/malokhvii05/util/algorithms/search/FibonacciSearch.puml | 487e65f94587cc66c7732b0808089d75599d918e | [
"MIT"
] | permissive | P-Kalin/kit26a | fb229a10ad20488eacbd0bd573c45c1c4f057413 | 2904ab619ee48d5d781fa3d531c95643d4d4e17a | refs/heads/master | 2021-08-30T06:07:46.806421 | 2017-12-16T09:56:41 | 2017-12-16T09:56:41 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 382 | puml | @startuml
class FibonacciSearch<T> {
-currentFibonacciNumber: int
-fibonacciNumberM1: int
-fibonacciNumberM2: int
+FibonacciSearch(Comparator<T>)
-cutSubarrayAfterIndexPlusOne(): void
-cutSubarrayFromOffsetToIndex(): void
-prepareFibonacciNumbers(int): void
+search(Array<T>, T): int
}
@enduml
| false | true | false | false | class |
272f094db066cd419610df730b1d8fb2245dc8e1 | d1189421c14c70164d1575a97ebad7c8bfad28bb | /tests/number-contraint.puml | ceee67e2d10cd1699acb3318ecf9517e3efb497a | [
"MIT"
] | permissive | rslotb/puml-code-generator | 7512192f0c5baccb583c0d2fc0951da2561077bd | 3d830c18aa4f242ddf2336516b9131df63788514 | refs/heads/master | 2020-04-06T18:59:53.842519 | 2019-02-18T14:25:32 | 2019-02-18T14:25:32 | 157,721,441 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 167 | puml | @startuml
class test {
a: integer {[0-9]}
b: integer {<0-9>}
c: integer {[12-453>}
d: integer {<23.23-28.4]}
e: integer {[0-oo>}
f: integer {<oo-9]}
}
@enduml | false | true | false | false | class |
0522ee77b0cc3616c250c66d49ec80890c702c66 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/core05_02/send_Email/i130419/sequence_diagram.puml | 4866144b0cbba12539c9b73c185d96d1d02291b6 | [] | 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 | 728 | puml | @startuml doc-files/sequence_diagram.png
participant User as usr
participant "SendEmailAction" as sea
participant "SendEmailDialog" as sed
participant "SendEmailController" as emc
participant "SendEmail" as em
participant "msg : <<Javax.mail>>\nMimoMessage" as mm
participant "<<Javax.mail>>\n<<Service>>\nTransport" as tra
usr -> sea : actionPerformed()
sea -> emc : initiateSession()
emc -> em : initiateSession()
sea -> sed : create()
usr -> sed : sendEmail()
sed -> emc : sendEmail(rec, sub, message, cells)
emc -> em : sendEmail(rec, sub, message, cells)
em -> mm : create(session)
em -> mm : setFrom(userMail)
em -> mm : setRecipients(rec)
em -> mm : setDate(date)
em -> mm : setText(message)
em -> tra : send(msg)
@enduml | false | true | false | false | sequence |
62bea58fa5776c3d8735ae617fabbb782332cd6d | 8e0b778be8c51759f212c9a7d6750f501bc5a130 | /src/main/java/com/ab/proxy/cglibproxy/cglib.puml | 2a1bf1309e270fffe57d129df22e4a27445a0e2e | [] | no_license | ab9508/proxy | 993f913fcfa2ba314d0640ca06a8625989b95ea4 | b427beb039e3447fdf37266471731a610d200f5f | refs/heads/master | 2021-02-10T13:56:53.118440 | 2020-03-09T10:40:40 | 2020-03-09T10:40:40 | 244,387,567 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 273 | puml | @startuml
class TeacherDao{
teach(): void
}
class ProxyFactory{
target: Object
ProxyFactory()
getProxyInstance(): Object
intecept(): void
}
interface MethodInterceptor
class Client
MethodInterceptor <|--ProxyFactory
ProxyFactory <.. Client
TeacherDao <.. Client
@enduml
| false | true | false | false | class |
13a47069bc4021c68c38b9bc319f86cc845b8185 | 62de719e261fac67d2a2bc347a98be5515b48948 | /docs/blue/1090657/sp1/ssd.puml | a98ea0b62f266fa480a20de94830ae3119dbbe8e | [] | no_license | raulcorreia7/isep_lapr4_17_18 | 82672fca46e433856d52b3839e3739fa53b8f52c | 79217fa01912657da37ef6cdb1a05194dd2f5110 | refs/heads/master | 2020-04-15T17:52:21.964106 | 2019-01-09T17:13:14 | 2019-01-09T17:13:14 | 164,891,237 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,623 | puml | @startuml ssd.png
skinparam handwritten false
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing true
actor User
boundary WorkbookView
control WorkbookPresenter
control FormService
control ListWorkbookFormController
control LanguageManager
entity MacroRepository
database Database
box "NSheets Client"
participant WorkbookView
participant WorkbookPresenter
participant LanguageManager
participant WorkbookDTO
participant MacroCompilerManager
participant ExpressionCompiler
participant Expression
participant activeCell
end box
box "Server"
participant MacroService
participant MacroRepository
end box
box "Database"
participant Database
end box
User -> WorkbookView :open Macro Window
WorkbookView -> LanguageManager : getAllMacroLanguages()
WorkbookView -> WorkbookDTO : getMacroDTO()
WorkbookView -> WorkbookView : show Macro Languages
WorkbookView -> WorkbookView : showMacro
WorkbookView ->> User : wait for input
User -> WorkbookView : select Language
User -> WorkbookView : input macro commands
User -> WorkbookView : executeMacro()
WorkbookView -> MacroCompilerManager : compiler = getInstance().getCompiler(macro.language);
WorkbookView -> ExpressionCompiler : expression = compiler.compile(activeCell,macro.commands())
WorkbookView -> Expression : val = evalute()
WorkbookView -> activeCell : setContent(val.toString())
WorkbookView -> WorkbookView : show Success
User -> WorkbookView : saveMacro(macro)
WorkbookView -> MacroService : saveMacro(macro)
MacroService -> MacroRepository : save(macro)
MacroRepository -> Database : save(macro)
@enduml | false | true | false | false | usecase |
a394f003037d87e86f6dd9612889c427e185761a | 55261e1e9a841f514598d8fb0fbe95a7493460e3 | /class/classes/logic/_genericClass.puml | ca01efa242775323ae59e72cefe2ffd71ff5fcf3 | [] | no_license | LucasIsasmendi/lisk-core-plantuml | ac01094fd56590b361ab8992b52f0cfc3175aa60 | e0941f6e800dc16a9dc0f8367304149fbf2200e1 | refs/heads/master | 2021-01-21T11:53:42.861882 | 2017-05-24T12:56:58 | 2017-05-24T12:56:58 | 91,758,697 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 168 | puml | @startuml
class Name < logic > {
- private var
.. library object ..
- content1
.. modules object ..
- content2
-- Methods --
+ Public ()
- Private ()
}
| false | true | false | false | class |
85d0556c0a59718981bf0189ab8f5eadaa4f1a89 | 1796581f86afff7ca46e44c51358bc4b38a5375a | /programming/design-pattern/plantuml/factory_method.puml | 15863ad7a165f9e1012307773de9ede38179bd8d | [] | no_license | ruleless/ORG | 7de911d850c3861d44ecb5ee395874c637e22380 | cd3021a55f2ac47e0c1271fe745c1d2c28289eca | refs/heads/master | 2023-06-01T04:41:54.376093 | 2023-05-17T14:28:44 | 2023-05-17T14:28:44 | 44,298,812 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 428 | puml | @startuml FactoryMethod
class Product
class ConcreteProductA
class ConcreteProductB
Product <|-- ConcreteProductA
Product <|-- ConcreteProductB
class Creator {
+FactoryMethod()
}
class ConcreteCreatorA {
+FactoryMethod()
}
class ConcreteCreatorB {
+FactoryMethod()
}
Creator <|-- ConcreteCreatorA
Creator <|-- ConcreteCreatorB
ConcreteProductA <. ConcreteCreatorA
ConcreteProductB <. ConcreteCreatorB
@enduml | false | true | false | false | class |
163fa897535c1ab2636a3cb17b823d656e46e0cb | c55a0f6f5912b83eba44e21eb49411b7e9ddc8b4 | /assets/docs/diagrams/src/muduo_timestamp.puml | fc85501414e68d376028ad3d2fb6020218187f69 | [] | no_license | pusidun/pusidun.github.io | 28264234a10a439a92bdb88d14f39841c69ad38d | 914455fcd22984538d2dd3d55a1e793271001396 | refs/heads/master | 2021-07-05T23:39:24.811134 | 2021-06-01T06:17:42 | 2021-06-01T06:17:42 | 115,238,548 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 593 | puml | @startuml Timestamp
class Timestamp {
+Timestamp()
+explict Timestamp(int64_t)
+void swap(Timestamp& that)
+string toString() const
+string toFormattedString(bool showMicroseconds = true) const
+bool valid() const
+int64_t microSecondsSinceEpoch() const
+time_t secondsSinceEpoch() const
+static Timestamp now()
+static Timestamp invalid()
+static Timestamp fromUnixTime(time_t t)
+static Timestamp fromUnixTime(time_t t, int microseconds)
+static const int kMicroSecondsPerSecond = 1000 * 1000
-int64_t microSecondsSinceEpoch_
}
@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.