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
71f747699fd6e6b2aac5346ecf1e99f3dc626c7b
2e5ecb7b8ea4dc3390895030be0af382ce5a9747
/src/resources/plantuml/kernel-comm.puml
58272a9d4b06276bf9b524c162b9638b7e57ec09
[]
no_license
fabioluciano/containers-for-anxious-people
97a9459e2c6391b3d85f16fa2cade1856a06dace
0019db363efdd4e1f3803c84da5fc03cf1f0166c
refs/heads/development
2021-06-24T06:45:17.504632
2021-02-20T02:11:30
2021-02-20T02:11:30
202,802,976
1
0
null
2021-02-20T02:11:31
2019-08-16T21:45:13
Makefile
UTF-8
PlantUML
false
false
515
puml
@startuml skinparam dpi 300 title Comunicação da aplicação com o kernel box "User Space" participant Aplicação participant GLIBC participant vDSO end box box "Kernel Space" participant SysCall participant Kernel participant Hardware end box Aplicação -> GLIBC alt vDSO create vDSO GLIBC -> vDSO vDSO --> GLIBC else SysCall GLIBC -> SysCall end SysCall -> Kernel Kernel -> Hardware Hardware --> Kernel Kernel --> SysCall SysCall --> GLIBC GLIBC --> Aplicação @enduml
false
true
true
false
sequence
4ff2efec66d6946ae867d973ebca4458cc6685b4
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
/PlantUML/PoseOptimizer/PoseOptimizer_Framework.puml
8a3102cf8d060a48fd5921e09d1dd20fb7c0521c
[]
no_license
ShisatoYano/SLAMDesignUML
2b3af745ecf8ff1b88845e248a72c589fe9aa1ba
bb8678908952205d1fdc2ea5e49c9ca752e123b9
refs/heads/master
2022-11-25T17:49:03.514885
2020-08-02T00:27:38
2020-08-02T00:27:38
261,206,484
0
0
null
null
null
null
UTF-8
PlantUML
false
false
873
puml
@startuml skinparam classAttributeIconSize 0 class PoseOptimizer{ + int allN + double sum + PoseOptimizer(): evthre(0.000001), dd(0.00001), da(0.00001), cfunc(nullptr) {allN = 0; sum = 0} + ~poseOptimizer() + void setCostFunction(CostFunction *f) {cfunc = f} + void setEvlimit(double l) {cfunc->setEvlimit(l) + void setPoints(std::vector<const LPoint2D*> &curLps, std::vector<const LPoint2D*> &refLps) \n {cfunc->setPoints(curLps, refLps)} + void setEvthre(double inthre) {this->evthre = inthre} + double getPnrate() {return (cfunc->getPnrate())} + void setDdDa(double d, double a) {dd = d; da = a} + virtual double optimizePose(Pose2D &initPose, Pose2D &estPose) = 0 # double evthre # double dd # double da # CostFunction *cfunc } PoseOptimizer <|-- PoseOptimizerSD PoseOptimizer <|-- PoseOptimizerSL @enduml
false
true
false
false
class
4e4705eb5d4de87d7f86d8f805fabd47c0227ac5
d6374fe9363a41031c51eb622cb0cb5e75b78380
/website/versioned_docs/v1.0.1/api/thirdparty/assets/diagrams/linking/0-pre-linking.puml
b07cf91293dbe36c11999ee77bc36192127b88c1
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mojaloop/documentation
18a1e58443956b9c718f5f85590f652f803f4748
6ad904da0293bb259bd9f5140bcecd719d8c8024
refs/heads/master
2023-07-26T17:13:14.811484
2023-06-26T15:18:57
2023-06-26T15:18:57
170,135,923
24
98
NOASSERTION
2023-09-01T14:57:33
2019-02-11T13:45:44
JavaScript
UTF-8
PlantUML
false
false
1,098
puml
@startuml ' declaring skinparam skinparam shadowing false skinparam defaultFontName Verdana skinparam monochrome true skinparam SequenceLifeLineBackgroundColor WhiteSmoke skinparam SequenceLifeLineBorderColor Black skinparam ParticipantFontStyle Bold skinparam ParticipantFontSize 20 skinparam ParticipantBackgroundColor WhiteSmoke skinparam ArrowColor Black hide footbox title PISP Linking: Pre-linking box "Mobile device" participant App end box box "PISP" participant PISP end box box "Mojaloop" participant Switch end box autonumber 1 "<b>PRE-#</b>" activate App App -> PISP ++: What DFSPs are available to link with? PISP -> Switch ++: ""GET /services/THIRD_PARTY_DFSP""\n""FSPIOP-Source: pispa""\n""FSPIOP-Destination: switch"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> PISP ++: ""PUT /services/THIRD_PARTY_DFSP""\n""FSPIOP-Source: switch""\n""FSPIOP-Destination: pispa""\n\ ""{""\n\ "" "serviceProviders": ["" \n\ "" "dfspa", "dfspb""" \n\ "" ]"" \n\ ""}"" PISP --> Switch: ""200 OK"" PISP --> App --: We have dfspa and dfspb\n @enduml
false
true
false
false
sequence
c6f3da5326d057102647f5b7315f338d3dfe9ce8
b39b777bb471e58742521cd7e6f85fad76db2ea7
/Legenda.puml
129de4c083286957e0bbe0aee74e8aef970e5a6c
[]
no_license
Andribi/AmbrogioDiagrams
a2cccc17af6aaae051d1820d65f792e9f11fb366
d9c9ee886a37d62b65abd4af94aff56a0f090d28
refs/heads/master
2023-02-07T06:03:29.707839
2020-12-23T16:28:27
2020-12-23T16:28:27
312,039,702
1
0
null
null
null
null
UTF-8
PlantUML
false
false
172
puml
@startuml left to right direction usecase "Main\nUseCase" as m usecase "Sub\nUseCase" as s actor "Sub Actor" as sa actor "Main Actor" as ma s --|> m sa --|> ma @enduml
false
true
false
false
usecase
afd30f8c35666d3e12847bcf82b7dc9ae7b6a17e
3e637c87a94c6c17047f397b1eeb651dc046d57d
/docs/umls/snake_model.puml
763c79af00a3861ff2797127f5feae00be9e6138
[ "MIT" ]
permissive
IliaOzhmegov/Smake-Snake-AI-
0351c8edcee65145fcbb1624af1d74ce66f4c598
89756fb55891de9f912d9bcdbde97162a6fddc31
refs/heads/master
2022-06-04T20:29:43.135086
2020-02-12T21:04:47
2020-02-12T21:04:47
226,084,161
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,229
puml
@startuml skinparam classAttributeIconSize 0 skinparam linetype polyline class Playground { +size: int, int +rows: int +cols: int +length: int +dim: int +borders: int +convert_index() +get_index() } class Food { +position: int, int +rows: int +cols: int +change_pos() +get_pos() } class Direction{ +up: int, int +dn: int, int +lt: int, int +rt: int, int +dir: int, int -add() +get_direction() +get_dir() +is_zero() } class Position{ +pos: int, int -add() -sub() -truediv() +get_pos() } class Snake{ +self_collision: String +wall_collision: String -position: Position -speed: Direction -length: int -body: Position[] -pg: Playground -borders: Playground.borders -food: Food -change_food_pos() -move_body() -is_injuring_itself() -is_colliding_wall() +get_body() +get_body_list() +get_speed() +get_position() +get_allowed_space() +get_seen_food_pos() +turn() +move() +cli() } Food "1" *-- "1" Position Snake "1" *-- "1" Position Snake "1" *-- "4..*" Direction Snake "1" *-- "1" Playground Snake "1" *-- "1" Food @enduml
false
true
false
false
class
67a28f78e05a433628452dccc7bfd091a06e9573
37d86dfd35f27c07ad95cc4221ba8573ae4fd246
/Torsdagsopgaver 14-10/src/com/company/ex2/ComputeVatPUML.puml
f1c2df5383a0443d518d228d765c0625c1864dd2
[]
no_license
jonathanbraad/Opgaver-14-10-2021
b8d47b54f2e2d07ab1f5aa522fddb1f7635f634c
8b749af3b810c21c64652941f42ac32ae7bfc55d
refs/heads/main
2023-08-13T14:05:01.663850
2021-10-14T16:51:19
2021-10-14T16:51:19
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
412
puml
@startuml 'https://plantuml.com/class-diagram class CalculateVat class Controller class Dialog class view class ComputeVat Controller <|-- Dialog Controller <|-- view Controller <|-- CalculateVat ComputeVat <|-- Controller class CalculateVat { double Vat doVat() } class Dialog { double Number doDiag() } class view { doView() } class Controller { runController() } @enduml
false
true
false
false
class
bc9775c1df6b87b1eaf607f7d606565eb70cf166
952d5416c78c15d365918bf366c64c5992a433c9
/app/src/main/java/instant/alarmreceptortoolkitapp/simulator/simulator_sequence.puml
a9902ee5364c0ccfc090fd909ef528842bfe6712
[]
no_license
Eitol/security_alarm_receiver_toolkit
a8fcd07a99f2dcfdca2eaefb0c54111b4ef748f4
af434cf7df52169066c8f3bc97975fef538973c5
refs/heads/master
2021-01-16T19:49:19.596769
2017-08-20T01:37:45
2017-08-20T01:37:45
100,189,570
4
1
null
null
null
null
UTF-8
PlantUML
false
false
342
puml
@startuml autonumber hide footbox title User click in send button box "App" actor User as u boundary Fragment as V <<View>> control Presenter as P entity Model as M entity SocketIOInteractor as I u -> V: click on send button V -> P: onSend(Signal) P -> M: sendMgs(Signal) M -> I: sendMgs(String) end box I -->> Server_Raspberry: FRAME @enduml
false
true
false
false
usecase
e8620f40c179b6a65aba1669910ca70a4e2f87e9
56ce44dfe111ed3ec436ca9aa151ffe446a3b2d2
/TestAveiaJ16.puml
e4b0158567dc411787e370723c15cf37a6ea6e4d
[]
no_license
dim6ata/AVEIA
a85a795a4d610f8afe6687607d9f7a04cfd6d8af
d22f1e0350fbfd76f5790813c9e50d93e479de3e
refs/heads/master
2023-05-30T17:59:45.230996
2021-06-12T10:44:35
2021-06-12T10:44:35
376,246,846
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,012
puml
@startuml class CompleteInterval { } class IntervalManager { } class XYPadActivity { } class LengthBarHandler { } abstract class InstrumentBaseActivity { } class DataStorage { } class AveiaDialog { } class ThereminActivity { } class SoundSwitcher { } class StartupActivity { } class SystemUIManager { } class FrequencyManager { } class NoteTutorial { } class EngineConnector { } class VolumeBar { } class NavigationActivity { } class Frequency { } class SelectInterval { } class Interval { } class RandomNumberGenerator { } class AveiaToast { } class ButtonManager { } NoteTutorial <|-- CompleteInterval InstrumentBaseActivity <|-- XYPadActivity SensorEventListener <|.. InstrumentBaseActivity AppCompatActivity <|-- InstrumentBaseActivity InstrumentBaseActivity <|-- ThereminActivity AppCompatActivity <|-- StartupActivity OnTouchListener <|.. NoteTutorial OnClickListener <|.. NoteTutorial AppCompatActivity <|-- NoteTutorial AppCompatActivity <|-- NavigationActivity NoteTutorial <|-- SelectInterval @enduml
false
true
false
false
class
82030c0d7eeba9f7979fba25f242eeb0ea0aa751
5b9092e6cb6760e2471483e438520451f408511e
/doc/4_sprint/diagrams/puml/sequences/rangedAttack.puml
4ceec343d7857f46e7b8494901fb6295b6348c8e
[]
no_license
Reynault/ACL_2019_Zelpop
ac8be33233a78ecb010ffc7c3135031dfece3dd6
0edbfabd698ac2ef2e16e5cf70f41d8f9a310219
refs/heads/master
2020-08-15T14:32:19.385568
2019-12-10T16:59:19
2019-12-10T16:59:19
215,357,337
2
0
null
null
null
null
UTF-8
PlantUML
false
false
1,986
puml
@startuml title When the player wants to do a ranged attack autonumber actor player participant ZelpopGame as z participant Dungeon as d participant "maze: Maze" as m participant "h: Hero" as h participant "SpriteManagerEntity" as sme participant Behavior as b participant RangedAttack as as participant "entity: Entity" as e participant "tile: Tile" as t player --> z: The player wants to attack z -> d: rangedAttack() d -> m: rangedAttack() m -> h: rangedAttack(maze) h -> sme: isRangedAttacking() note left We notify the sprite manager that it has to display the ranged attack sprite end note h -> b: behave(maze, h, RANGED_ATTACK) b -> as: rangedAttack(maze, h) as -> h: getDmg() h --> as: damage as -> m: getEntity(x, y) note left maze will loop on every entities it owns and search for the one at (x, y) end note alt entity != null as -> m: rangedAttackEntity(entity, victim, damage) m -> e: takeDamage(damage) ref over e See the diagram when an entity is taking damages entitled takeDamage. end ref as -> e: getCounter() e --> as: counter as -> m: rangedAttackEntity(entity, victim, counter) note left The entity is then taking damages depending on the defence of the victim, for more details, see the take damages diagram end note else as -> m: destroy(int x, int y, int damage) opt t != null m -> t: isBreakable() t --> m: breakable opt breakable == true m -> t: takeDamage(damage) note left When a wall or a trap is destroyed, it simply switching with the decorated tile end note as -> t: isDestroyed() t --> as: destroyed opt destroyed == true note left The tile is replaced by its decorated one end note end end end end @enduml
false
true
false
false
usecase
09173f21a735eccc147635befaddb331ad0d0673
3e8de74dfe19cd437fd7842887394d4921a109d7
/docs/images/observer-scenario2.plantuml
87cc0429fedca7b511ce0c2109187455fb98d9bb
[]
no_license
jmbruel/InnopolisDesignPatterns
62c5f1df870883cd44245d6459243c83b96d0995
a9ffbfc16a29ed3d560d5be12e8fb1d2f1bed50e
refs/heads/master
2021-02-04T20:34:22.378185
2020-11-16T17:40:28
2020-11-16T17:40:28
243,707,157
0
7
null
2020-10-23T08:58:33
2020-02-28T07:49:59
JavaScript
UTF-8
PlantUML
false
false
356
plantuml
@startuml '----------------------------------- ' UML concepts illustrated ' JMB 2014 '----------------------------------- participant main as ":Main" participant a as ":ConcreteSubject" create b as "c1:ConcreteObserver1" main -> b : new() main -> a : attacher (c1) create c as "c2:ConcreteObserver2" main -> c : new() main -> a : attacher (c2) @enduml
false
true
false
false
sequence
99f57c061862819d473b12f823fe8d050f2d1852
e5431d5c0e5ad4b4ee88cb6d340c719559f98724
/uml/base/组合关系.puml
7bbb1f8c8c5f4eba77ea7eabb1c1a615d0b64564
[]
no_license
reavenlin/DesignPatterns
e7d043829e49558e1b22aa4bc79603565fa6d63e
3deaa7aa6c171ae7d84399b672e6d32657307d21
refs/heads/master
2022-11-28T15:40:41.322763
2020-08-09T12:06:58
2020-08-09T12:06:58
286,174,901
0
0
null
null
null
null
UTF-8
PlantUML
false
false
55
puml
@startuml class A{ - B b } class B A o-- B @endumlo
false
true
false
false
class
3c20d9e52caf7ad8494000a20b2b768815b5299c
96639d872253b7f5abda2e4f5f703d51849fc444
/docs/puml/thrift-server-startup.puml
40f2378e1bdd44713696c299a98be38993690498
[ "MIT" ]
permissive
chailiyao/springboot-rpc-samples
ae1c171ec1e4b3c67d4b11678ad7a900a7fac750
5c5823c3aa1f876078de135db0a399ccf119bba6
refs/heads/master
2020-04-01T08:39:57.938202
2018-10-15T12:49:40
2018-10-15T12:49:40
153,041,449
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,336
puml
@startuml 'scale 1.5 | scale 200 width | scale 100 height | scale [max] 200x100 ' scale 4 'http://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/image004.png' 'http://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/image006.png' participant ":HelloServiceServer" as HSS << (C,LimeGreen) >> participant ":TServerSocket" as TSS << (C,LimeGreen) >> participant ":TBinaryProtocol.Factory" as TBPF << (C,LimeGreen) >> participant ":Hello.Processor" as HP << (C,LimeGreen) >> participant ":TThreadPoolServer" as TTPS << (C,LimeGreen) >> participant ":ThreadPoolExecutor" as TPE << (C,LimeGreen) >> participant ":Thread" as T << (C,LimeGreen) >> participant ":TBinaryProtocol" as TBP << (C,LimeGreen) >> participant ":helloVoid" as HV << (C,LimeGreen) >> participant ":helloVoid_args" as HVA << (C,LimeGreen) >> participant ":helloVoid_result" as HVR << (C,LimeGreen) >> participant ":HelloServiceImpl" as HSI << (C,LimeGreen) >> HSS --> TSS : <<create>>\n1:TServerSocket() activate HSS activate TSS HSS --> TBPF : <<create>>\n2:TBinaryProtocol() activate TBPF HSS --> HP : <<create>>\n3:Hello.Processor() deactivate TBPF activate HP HSS --> TTPS : <<create>>\n4:TThreadPoolServer() deactivate HP TTPS --> TPE : <<create>>\n4.1:ThreadPoolExecutor() HSS -> TTPS : 5:serve() deactivate TSS TTPS --> TSS : 5.1:listen() loop Guard TTPS -> TSS : 5.2:accept() TTPS -> TPE : 5.3:execute() TPE -> T : 5.3.1:start() activate T end T -> TBPF : 5.3.1.1:getProtocol() activate TBPF TBPF -> TBP : <<create>>\n5.3.1.1.1:TBinaryProtocol() deactivate TBPF activate TBP T -> HP : 5.3.1.2:process() deactivate TBP HP -> TBP : 5.3.1.2.1:readMessageBegin() activate TBP HP -> HV : 5.3.1.2.2:process() deactivate TBP activate HV HV --> HVA : 5.3.1.2.2.1:helloVoid_args() activate HVA HV -> HVA : 5.3.1.2.2.2:read() deactivate HVA HV -> TBP : 5.3.1.2.2.3:readMessageEnd() activate TBP TBP --> HVR : 5.3.1.2.2.3.1:helloVoid_result() activate HVR deactivate TBP HV -> HSI : 5.3.1.2.2.4:helloVoid() activate HSI deactivate HVR HV -> TBP : 5.3.1.2.2.5:writeMessageBegin() deactivate HSI activate TBP TBP -> HVR : 5.3.1.2.2.5.1:write() activate HVR HV -> TBP : 5.3.1.2.2.6:writeMessageEnd() deactivate TBP deactivate HVR HV -> TBP : 5.3.1.2.2.7:getTransport() activate TBP HV -> TSS : 5.3.1.2.2.8:flush() deactivate TBP @enduml
false
true
false
false
sequence
d39d9191673ef806c2ebfdc0dfa5adf84fe6ecc4
53171f99b9c35cbc19968d53c949e5938f6e8047
/UML/class_diagrams/HighLatitudeRule.puml
2ca549550d18ee996b3c8f63ecbd2da25e2ab661
[ "MIT" ]
permissive
tockards/Adhan
f40b060331a974a73908f41a7d8003909745d76f
93239a1634634d1833f56b2ff18f9de5a9c14ac9
refs/heads/master
2020-03-28T04:10:46.405943
2018-09-12T20:00:18
2018-09-12T20:00:18
147,698,739
0
0
MIT
2018-09-06T16:00:06
2018-09-06T16:00:06
null
UTF-8
PlantUML
false
false
99
puml
@startuml enum HighLatitudeRule { MIDDLE_OF_THE_NIGHT SEVENTH_OF_THE_NIGHT TWILIGHT_ANGLE } @enduml
false
true
false
false
class
52ea1d231b94477e8b9ffa595615755ff7a3a541
35613a63c2dcf790adc2dcd025a9021a95f9762d
/docs/visuals_cd.puml
b780f47836070fa9d5517369989f225efcba0451
[]
no_license
fromasmtodisasm/xrRenderPC_VK
37bda9ff60c98a4de82999af0f2775d508dd094d
07ef9bbc0a0ab21605423189b4e2952ae8d9c400
refs/heads/master
2022-03-24T11:42:53.270351
2019-12-21T08:06:03
2019-12-21T08:06:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,218
puml
@startuml interface IRenderVisual { +{abstract} getVisData() +{abstract} getType() +getSubModel() +dcast_PKinematics() +dcast_PKinematicsAnimated() +dcast_ParticleCustom() } package FBasicVisual{ interface IRender_Mesh { } class dxRender_Visual { +type +vis +shader -- overrides -- +getVisData() +getType() -- virtuals -- +Render() +Load() +Release() +Copy() +Spawn() +Depart() } } IRenderVisual <|-- dxRender_Visual package FVisual { class Fvisual { +m_fast +Render() +Load() +Copy() +Release() } } IRender_Mesh <|-- Fvisual dxRender_Visual <|-- Fvisual package FTreeVisual { class FTreeVisual { } class FTreeVisual_ST { } class FTreeVisual_PM { } } IRender_Mesh <|-- FTreeVisual dxRender_Visual <|-- FTreeVisual FTreeVisual <|-- FTreeVisual_ST FTreeVisual <|-- FTreeVisual_PM package dx103DFluidVolume { class dx103DFluidVolume { } } dxRender_Visual <|-- dx103DFluidVolume package FHierrarhyVisual { class FHierrarhyVisual { +children[] +Load() +Copy() +Release() +getSubModel() } } dxRender_Visual <|-- FHierrarhyVisual interface IKinematics { } package SkeletonCustom { class CKinematics { } } FHierrarhyVisual <|-- CKinematics IKinematics <|-- CKinematics interface IKinematicsAnimated { } package SkeletonAnimated { class CKinematicsAnimated { } } CKinematics <|-- CKinematicsAnimated IKinematicsAnimated <|-- CKinematicsAnimated interface IParticleCustom { } package dxParticleCustom { class dxParticleCustom { } } IParticleCustom <|- dxParticleCustom dxRender_Visual <|-- dxParticleCustom package CParticleGroup { class CParticleGroup { } } dxParticleCustom <|-- CParticleGroup package ParticleEffect { class CParticleEffect { } } dxParticleCustom <|-- CParticleEffect package SkeletonX { class CSkeletonX { } } package FSkinned { class CSkeletonX_ext { } class CSkeletonX_ST { } class CSkeletonX_PM { } } CSkeletonX <|-- CSkeletonX_ext CSkeletonX_ext <|-- CSkeletonX_ST Fvisual <|-- CSkeletonX_ST package FProgressive { class FProgressive { } } Fvisual <|-- FProgressive CSkeletonX_ext <|-- CSkeletonX_PM FProgressive <|-- CSkeletonX_PM package FLOD { class FLOD { } } FHierrarhyVisual <|-- FLOD @enduml
false
true
false
false
class
bcb0c1aec5354e58e8efdcfa8a1d194fbb30d189
00cc219ad675a54adb7130c76648411d05280909
/limit1.puml
6099c1ae06c107729954c43808b88043156fb49f
[]
no_license
melaycx/grade-two-of-zjut
d625f899d7242898f79ac31b93e8539b031aa724
1f07cfcb84feb8d38181c60c27bebed39b5ad3cc
refs/heads/master
2023-06-01T13:47:43.423123
2021-06-12T14:09:38
2021-06-12T14:09:38
307,334,392
0
0
null
null
null
null
UTF-8
PlantUML
false
false
638
puml
@startuml class limit.AccessLimitInstanceClassThread { ~ String name + void run() } class limit.LimitInstanceClass { ~ {static} int value ~ {static} int temp - {static} List<LimitInstanceClass> list ~ int id ~ boolean isBusy ~ String accessMessage + void writeAccessMessage(String) + void printAccessMessage() + void release() + {static} LimitInstanceClass getInstance() } class limit.UseLimitInstanceClass { + {static} void main(String[]) } limit.UseLimitInstanceClass -->limit.AccessLimitInstanceClassThread limit.AccessLimitInstanceClassThread -->limit.LimitInstanceClass limit.Thread <|-- limit.AccessLimitInstanceClassThread @enduml
false
true
false
false
class
50ee2c18575a5fe753989284c145161d8e874700
be4ac9ad8a44484c7a94307828b2371091ade086
/dist/aws-20200430/Item/Database/AwsRdsAwsRdsInstanceAlt.puml
3ff56013a0cf2bffe2c847e2586e34db18c2add2
[ "MIT" ]
permissive
neerajppraveen/plantuml-libs
8be5a0fa7d61cd9d10bec6ba6dd98f045a33bd01
1ee98d897d20be27876c3e174aedc02a0d9e2c86
refs/heads/master
2023-05-15T04:47:53.686442
2021-05-11T18:09:16
2021-05-19T13:52:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
838
puml
@startuml sprite $AwsRdsAwsRdsInstanceAltMd [14x14/16z] fOx50GD130EzaKPE_mqVu_jcmGmEkN1gr4NujM9v0O4w2mqTawgnt8qr4raww_nduUg2btTOgOiFrdlh6G sprite $AwsRdsAwsRdsInstanceAltLg [20x20/16z] { lP15WWC020C94Dd_FtZhtdE76vx0USF8rXlh5FYMJ6h_GAbtHwEcJZdbc3BNGyfodt8h7l4vloIEkGUuxvkjtPfvlc5BOl2Io_0OUiv9Qy_aEOS2KFCo--2d kKzFyytx0m } !procedure AwsRdsAwsRdsInstanceAlt($id, $name="", $tech="") IconElement($id, 'aws-20200430/Item/Database/AwsRdsAwsRdsInstanceAlt', $name, $tech) !endprocedure !procedure AwsRdsAwsRdsInstanceAltCard($id, $funcName="", $content="") IconCard($id, '<$AwsRdsAwsRdsInstanceAltMd>', 'Database', $funcName, $content) !endprocedure !procedure AwsRdsAwsRdsInstanceAltGroup($id, $name='Aws Rds Aws Rds Instance Alt', $tech='') IconGroup($id, 'IconGroup', '<$AwsRdsAwsRdsInstanceAltLg>', $name, $tech) !endprocedure @enduml
false
true
false
false
class
bb5e04da20fdee77b4de00ba1e4b64c905b4e4be
74a897d2bef4def6ffd6676a784da6b27583b617
/sreport/src/main/resources/uml/filling-return-sequence.puml
656ac8136d8639d8bdc3d181c93b379ea8481756
[ "Apache-2.0" ]
permissive
tstephen/srp
737f2786ca51731295f684b34d9f7e23979a7847
b67c89cef793ca882549d1713ad9e62876b701e7
refs/heads/master
2023-07-23T09:00:37.426092
2023-07-17T09:42:28
2023-07-17T09:42:28
80,040,319
1
0
Apache-2.0
2023-07-17T07:16:56
2017-01-25T17:50:59
HTML
UTF-8
PlantUML
false
false
212
puml
@startuml App -> Server: GET survey Server --> App: _survey App -> Server: GET return Server --> App: _rtn App -> App: _fill() note right of App: Every 5 secs App -> Server: PUT return App <-- Server @enduml
false
true
false
false
sequence
f5c6dbd3091fd6ed81ee9a78b83faf8e759bcd7b
ee6841e96c76962e9f74ba032a25d2e923b7e42c
/casual-things/src/main/resources/framework-uml/slf4j/slf4j.puml
d412d8864c2badc065dd34cf00f69a20eaf652c3
[]
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
499
puml
@startuml component [Slf4j-api] as api component [Slf4j-nop] as nop component [Slf4j-simple] as simple component [Slf4j-log4j12] as log4j12 component [Slf4j-jdk14] as jdk14 component [Slf4j-jcl] as jcl api --> StaticLoggerBinder StaticLoggerBinder --> nop StaticLoggerBinder --> simple StaticLoggerBinder --> log4j12 StaticLoggerBinder --> jdk14 StaticLoggerBinder --> jcl LoggerFactoryBinder <|-- StaticLoggerBinder LoggerFactoryBinder -- getLoggerFactory getLoggerFactory -- getLogger @enduml
false
true
false
false
class
3079ce4a556b6ac3ff91c340d9dac5e7d82d7f1e
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/StoreCountriesChangedMessagePayload.puml
357b52060584bb24783e535edd52ff55f256f576
[]
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
548
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 StoreCountriesChangedMessagePayload [[StoreCountriesChangedMessagePayload.svg]] extends MessagePayload { type: String addedCountries: [[StoreCountry.svg List<StoreCountry>]] removedCountries: [[StoreCountry.svg List<StoreCountry>]] } interface MessagePayload [[MessagePayload.svg]] { type: String } @enduml
false
true
false
false
class
066aee0eb83c1595a3e07308a1730a920c773152
7c2a17fd3d19a13fb71558f79900a2908de98c58
/docs/uml-class-diagrams/middleware02/production/MiddlewareCommDatabaseInterface/MiddlewareCommDatabaseInterface.puml
703cc849bd049809d6daa700bed3a0ef648e2161
[]
no_license
casher-ou/csi-3370-software-project
483b1add9fbab8349f30009eecc123c884bdcc7b
629fb9cce10429c2b80bd1ad33ab898d1466883b
refs/heads/main
2023-01-22T00:44:50.062944
2020-11-29T23:00:50
2020-11-29T23:00:50
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
233
puml
@startuml MiddlewareCommDatabaseInterface package edu.oakland.production.middleware02 { interface MiddlewareCommDatabaseInterface { __ .. Use Case 1 .. {abstract} + int checkCurrentRfid() } } @enduml
false
true
false
false
class
485196d6cd79f399c590acea42777a6c11e583d2
71cd1cf24b61c4b6c2eabcc4adfa482241f8eaa7
/uml/class.plantuml
48cdaf67abd219a1e512e159f989b052cceaba30
[]
no_license
HaiseB/P7_BileMo
5819d19a66f2bc13f90a70e0ba88201aa55f270d
e179724614594dca3fde8b6856b80b1f7c3b0bf4
refs/heads/main
2023-03-07T02:04:07.828234
2021-02-12T16:49:34
2021-02-12T16:49:34
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,566
plantuml
@startuml class package Entity <<Database>> { class Clients { {static} Auto_increment id -- {static} String name {static} String email {static} String picturePath {static} String password {static} Datetime created_at {static} Datetime updated_at } Users "0..*" -- "1" Clients class Users { {static} Auto_increment id -- {static} String name {static} String phone_number {static} String email {static} Datetime created_at {static} Datetime updated_at } class Products { {static} Auto_increment id -- {static} String name {static} String reference {static} String picturePath {static} Float price {static} Float display {static} Float height {static} Float width {static} Float depth {static} String camera {static} Textarea description {static} Datetime launched_at {static} Datetime created_at {static} Datetime updated_at } Products "1..*" -- "0..*" Colors class Colors { {static} Auto_increment id -- {static} String name {static} Datetime created_at {static} Datetime updated_at } Products "1..*" -- "0..*" Capacitys class Capacitys { {static} Auto_increment id -- {static} int value {static} String unit {static} Datetime created_at {static} Datetime updated_at } } @enduml
false
true
false
false
class
d617b01c8abb5506d9d18a1d25ab1adfcdfdd8ea
1cf4490d48f50687a8f036033c37d76fec39cd2b
/src/main/java/global/skymind/training/intermediate/oop/demo/demo01_object_creation/demo01_object_creation.plantuml
3c158955d840a86965902addbdeb6960a374520a
[ "Apache-2.0" ]
permissive
muame-amr/java-traininglabs
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
a93268f60e6a8491b1d156fae183a108ff0d9243
refs/heads/main
2023-08-06T10:04:57.996593
2021-09-28T11:21:00
2021-09-28T11:21:00
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
704
plantuml
@startuml title __DEMO01_OBJECT_CREATION's Class Diagram__\n namespace global.skymind { namespace training.intermediate.oop.demo.demo01_object_creation { class global.skymind.training.intermediate.oop.demo.demo01_object_creation.Car { - colour : String - model : String {static} - nWheels : int - topSpeed : int + Car() {static} + main() {static} ~ isFaster() ~ start() ~ stop() } } } 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
2f147abc7c240e5fdb873140794e42eff70a3359
13fd168c2136098087aeca7ec84ec06079f92c52
/app/UML/UC diagram.puml
23b24e1f082a6ff259ecbaa18133a00aa7f2f1bb
[]
no_license
llittle3701/AubieMemory
1c2975bc6fafc8881b6fe9283002a5fa20c67a73
1bc7418f24ca71ee066ffbc01fbf5c73045ec843
refs/heads/master
2020-03-10T07:39:52.297182
2018-05-02T05:00:48
2018-05-02T05:00:48
129,268,057
0
0
null
null
null
null
UTF-8
PlantUML
false
false
339
puml
@startuml title AubieMemory Use Case Diagram actor Player rectangle { Player --> (choose difficulty) Player --> (view high scores) Player --> (play game) Player --> (mute audio) (play game) ..> (view buttons): <<includes>> (play game) ..> (replicate sequence): <<includes>> (replicate sequence) ..> (press button): <<includes>> } @enduml
false
true
false
false
usecase
be203aeccbb94f13c6b6ed12eda7b6050ac15e3c
18cf6f5feb6db1806a188d7e6934cad5de24e79b
/uml/Sample.puml
6ca373cb689a8ec9b2137e14c43ebbce842480df
[ "Apache-2.0" ]
permissive
jacky-calm/kafka-story
301637744df8b9e852568b7634d24ba0c2fb5d3c
03528f43c0e143b6e1de53a563797d9235b1afce
refs/heads/master
2021-05-19T23:47:20.640683
2020-04-27T15:51:28
2020-04-27T15:51:28
252,091,162
0
0
Apache-2.0
2020-10-13T20:50:47
2020-04-01T06:29:50
Java
UTF-8
PlantUML
false
false
461
puml
@startuml !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml title Kafka Producer abstract class AbstractList abstract AbstractCollection interface List interface Collection List <|-- AbstractList Collection <|-- AbstractCollection Collection <|- List AbstractCollection <|- AbstractList AbstractList <|-- ArrayList class ArrayList { Object[] elementData size() } enum TimeUnit { DAYS HOURS MINUTES } @enduml
false
true
false
false
class
2c8753d21a2c324ba8575aad29aace0beab636b8
bf49d55ccb1e5a55ad63de65366e8874f2258d94
/Digital_House-Certified_Tech_Developer/Backend_I/Facade_pattern/Servicio_de_compra/src/UML-ecommerce.puml
c897bcbf7a5e123068621b59bb5a866261a1b0e5
[]
no_license
hfelipeserna/hfelipeserna.github.io
339f18c116db2738c3e093b748f7c9d746ad1eb5
9b643803f672bf4b34add22644919198e50da06d
refs/heads/main
2023-09-03T19:09:33.411053
2021-10-26T14:23:59
2021-10-26T14:23:59
359,453,237
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,427
puml
@startuml 'https://plantuml.com/class-diagram '___________STYLES___________ title UML - ecommerce skinparam classAttributeIconSize 0 skinparam backgroundColor White skinparam RoundCorner 10 skinparam Shadowing true skinparam class { ArrowColor Black BackgroundColor White HeaderBackgroundColor Gray BorderColor Black FontColor White FontSize 14 AttributeFontSize 12 } skinparam object{ ArrowColor Black BackgroundColor White BorderColor Black FontColor Black FontSize 14 AttributeFontSize 12 } skinparam note { BackgroundColor LightYellow BorderColor Black } '___________UML___________ interface ICompraService{ +procesarCompra(productoId: String, cantidad: Integer, tarjeta: Tarjeta, dirección: Dirección) } class CompraService{ - almacenService: AlmacenService - pagoService: PagoService - envíoService: EnvíoService +CompraService(almacenService: AlmacenService, pagoService: PagoService, envíoService: EnvíoService) +procesarCompra(productoId: String, cantidad: Integer, tarjeta: Tarjeta, dirección: Dirección) } class AlmacenService{ -productos: List<Producto> +AlmacenService(List<Producto> producto) +buscarProducto(productoId: String, cantidad: Integer): Producto } class PagoService{ +procesarPago(tarjeta: Tarjeta, montoACobrar: String): Boolean } class EnvíoService{ +procesarEnvío(p: List<Producto>, dirección: Dirección) } class Producto{ -productoId: String -nombre: String -cantidad: Integer -valor: integer +getProductoId(): String +setProductoId() +getNombre(): String +setNombre() +getCantidad(): Integer +setCantidad() +getValor(): Integer +setValor() +toString() } class Tarjeta{ -número: String -CVV: String -banco: String +getNúmero(): String +setNúmero() +getCVV(): String +setCVV() +getBanco(): String +setBanco() +toString() } class Dirección{ -ciudad: String -pais: String -códigoPostal: String -dirección: String +getCiudad(): String +setCiudad() +getPais(): String +setPais() +getCódigoPostal(): String +setCódigoPostal() +getDirección(): String +setDirección() +toString(): String } object Cliente{ } ICompraService <|.. CompraService CompraService-->AlmacenService CompraService-->PagoService CompraService-->EnvíoService Cliente .>ICompraService CompraService.>Tarjeta Dirección<.CompraService EnvíoService.>Producto Producto<.AlmacenService Dirección<.EnvíoService Tarjeta<.PagoService @enduml
false
true
true
false
class
cffaa4018a1c8eb7023667fa2c4ad90ec3a6dfef
cd3592779a59db73a454dd9a61c3f19d43509092
/docs/uml/users-deployment.puml
dec8e41df7565f2b7cd0f63e8cfb4aeee5c4e627
[]
no_license
DhyansProjects/meetup
4b9745da22d21fac68a4728833d15cfcdcffc25a
f86ea3283b66c5b72341f41774e18c8ef17ca2da
refs/heads/master
2021-01-15T19:27:15.809097
2015-09-27T15:55:45
2015-09-27T15:55:45
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,182
puml
@startuml () "/api/users" as RestApi RestApi -- [api-gateway] note left of [api-gateway] - request load balancing - security context injection - api versioning end note node api-node-1 { () "/users" as RestApi1 component "users-api" as UsersApi1 RestApi1 -- UsersApi1 [api-gateway] ..> RestApi1 } node api-node-n { () "/users" as RestApiN component "users-api" as UsersApiN RestApiN -- UsersApiN [api-gateway] ..> RestApiN } node handler-node-1 { component "users-handler" as UsersHandler } database "Users Store" as UsersStore cloud "Users Projection Store" as UsersProjectionStore <<ElasticSearch cluster>> cloud "Event Bus" as EventBus <<ActiveMQ>> UsersApi1 --> UsersProjectionStore UsersApiN --> UsersProjectionStore UsersHandler --> UsersStore UsersHandler .u.> EventBus UsersApi1 .d.> EventBus UsersApiN .d.> EventBus [User Interface] ..( RestApi note right of UsersStore Transactional, persistent storage of user information end note note left of UsersProjectionStore Fast, query optimized store of user information. At any moment can be re-constructed from the Users Store end note @enduml
false
true
false
false
sequence
5470a5d11f5153f5c631c410b84ba07782332813
5852f6b38b87d13b732b67c8fdef4c22ae215a8f
/docs/diagrams/src/movies5.plantuml
966540ace76f739cdec44469d396366f97394fa6
[]
no_license
ivlago/Refactor
bbc940ba59aa2b397d52c3c041e3b1db97f8b22d
5fc9ddb4517bc21dba3a8df0b629637b213cff79
refs/heads/main
2023-04-05T18:22:56.671516
2021-04-22T20:14:21
2021-04-22T20:14:21
359,514,464
1
0
null
null
null
null
UTF-8
PlantUML
false
false
647
plantuml
@startuml movies class Customer { - String name; - List<Rental> rentals; + Costumer(String name) + void addRental(Rental rental) + String getName() + String statement() } class Rental { - Movie movie; - int daysRented; + Rental(Movie movie, int daysRented) + int getDaysRented() + Movie getMovie() + double getCharge() } class Movie { + static final int REGULAR = 0; + static final int NEW _RELEASE = 1; + static final int CHILDRENS = 2; - String title; - int priceCode; + Movie(String title, int priceCode) + int getPriceCode() + void setPriceCode(int priceCode) + String getTitle() } Customer o-down-> Rental Rental -down-> Movie @enduml
false
true
false
false
class
c75fe63f4bf636a319166a9f01a83b6b0b8e5d93
e3ca50f61df42221c54096010e442a50deb7a8ed
/docs/uml/sign_out.puml
23eb496d5e9578616c5bebbad3e8bb22493cae95
[]
no_license
devDzign/sf52-ddd-code-challenge
53993145f76a9c916253aedc2d480ed6809d0e89
61cd47f1b710516d492a41f763d6f2277d26e058
refs/heads/master
2023-03-29T03:53:26.461298
2021-03-31T03:22:18
2021-03-31T03:22:18
352,826,175
0
1
null
null
null
null
UTF-8
PlantUML
false
false
240
puml
@startuml left to right direction skinparam packageStyle rectangle actor Utilisateur actor Visiteur rectangle Déconnexion { Utilisateur -- (Se déconnecter) (Se déconnecter) .> (Connexion) : include Visiteur -- (Connexion) } @enduml
false
true
true
false
usecase
bc33494f2f175c04f3381a8eb921dbbc38d1d7f4
935b0528caa1b79b04408361b95e2c68bd9478e8
/app/src/main/java/com/aaron/yespdf/common/utils/utils.plantuml
5ff92be82d25d31fb457c51fcba6c3f6d208ad09
[ "Apache-2.0" ]
permissive
cj5785/YESPDF
787485d7aaa3c17e70c31766f613a5a0d7bac5b7
c2428c2984968b2d4feb23e69a4b82379f90d893
refs/heads/master
2022-11-26T11:04:42.961008
2020-08-02T13:15:24
2020-08-02T13:15:24
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
994
plantuml
@startuml title __UTILS's Class Diagram__\n namespace com.aaron.yespdf { namespace common { namespace utils { class com.aaron.yespdf.common.utils.DialogUtils { {static} + createBottomSheetDialog() {static} + createBottomSheetDialog() {static} + createDialog() {static} + createDialog() - DialogUtils() } } } } namespace com.aaron.yespdf { namespace common { namespace utils { class com.aaron.yespdf.common.utils.PdfUtils { {static} + getPdfHeight() {static} + getPdfTotalPage() {static} + getPdfWidth() {static} + pdfToBitmap() {static} + saveBitmap() - PdfUtils() } } } } 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
cda0c350b1cfcf7c4b292b8f475e8463bdb37a6d
febecf6bc87fb231bbf823eb4db0ced155787193
/android_pm_list_package.puml
04759a66aece789aabaf6d3ba5f7b4eb255e4b35
[]
no_license
peggy109/AndroidSystemServer
d9839221c13871a58d31e1dd42e2ae02cb031c50
b0c0602cf3287fe9e991c0d9b21ed73ef41804d0
refs/heads/master
2020-04-12T14:06:02.588706
2019-02-15T07:32:45
2019-02-15T08:28:54
162,540,018
0
0
null
null
null
null
UTF-8
PlantUML
false
false
534
puml
@startuml [->Pm : pm list package Pm -> Pm : runList Pm -> Pm : runShellCommand Pm -> BinderProxy : shellCommand BinderProxy ---> Binder : onTransact Binder -> Binder : shellCommand Binder -> PackageManagerService : onShellCommand PackageManagerService -> PackageManagerShellCommand : onCommand PackageManagerShellCommand -> PackageManagerShellCommand : runList PackageManagerShellCommand -> PackageManagerShellCommand : runListPackages PackageManagerShellCommand -> PackageMaqnagerService : getInstalledPackages @enduml
false
true
false
false
sequence
bab0dec4376a5d901380fde1ca9f9d3a6e675384
c067a7796bba1bcd97ed5d7a5a7877a3217d532c
/uml/Properties/Proxy/CheckDatiDownload.puml
93f25642485781bebaf3556de4fcc0caa3050dc8
[]
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
177
puml
@startuml class CheckDataDownload { - data : string - b : bool + CheckDataDownload(path:string) + GetB() : bool } CheckDataDownload --> "today" DateTime @enduml
false
true
false
false
class
a629ca0173f268a012cf84bc794329a8f9be4125
17d379635b7eab96da73a633d80cbd485c3ac8d8
/info202_project/SequenceDiagrams/delete_sequence_diagram.puml
0dab47c3a88d74ef19797ccbfdd3d97224929fe4
[]
no_license
Ben-Stacey/INFO202-Project
e64f74aa338bb50ed98fea03bd61c6bbbabbfd45
2f7de985a3be5f15795713f749b23ef14ad78663
refs/heads/master
2023-08-24T06:04:05.611004
2021-10-26T03:35:19
2021-10-26T03:35:19
411,868,582
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,095
puml
@startuml ' === Style Tweaks === skinparam { Style StrictUML RoundCorner 5 ParticipantPadding 10 Padding 2 SequenceStereotype { Font { Size 10 Style plain } } } ' === Actors / Participants actor "User" as user participant "Main" as main participant "MainMenu" as menu <<form>> participant "ViewProducts" as ViewProducts <<form>> participant "ProductJdbiDAO" as J <<ProductDAO>> participant "SimpleListModel" as list <<Model>> database "H2 Database" as datastore <<data store>> ' === Messages === main -> J : construct main -> menu : construct(dao) user -> menu : click "View Products" menu -> ViewProducts : construct(dao) ViewProducts -> J++ : getProducts() J -> datastore++ : select product return query result return Products ViewProducts -> list : updateItems(product) user -> ViewProducts : enters searchId user -> ViewProducts : click "delete" ViewProducts -> J++ : removeProduct(product) J -> datastore++ : delete product where return query result return products ViewProducts -> list : updateItems(product) destroy ViewProducts @enduml
false
true
false
false
usecase
3b80eb186908eec2193e6654498ab9a7efc858aa
23f93270000ffba559085aaa507ce984daca1bb9
/uml/Inventory.puml
b0d4c3141fc5bcd1f0b475986a114038ba547bc4
[]
no_license
16smerkel/merkel-8504-a5
5a34f7766dae35cd834c3fb08d7652f9e8382781
0cab58f80e99e9adc858fdc219d1314095410d53
refs/heads/master
2023-06-30T11:20:23.359257
2021-07-24T19:51:45
2021-07-24T19:51:45
387,618,055
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,777
puml
@startuml class InventoryTracker { start() main() } class SceneManager { scenes: Map<String, Scene> load() getScene(String): Scene } class MainWindowController { items: ItemModel scenes: SceneManager fileManager: FileManager + MainWindowController(ItemModel, SceneManager) addItemButtonClicked(EventHandler) editItemButtonClicked(EventHandler) removeItemButtonClicked(EventHandler) saveInventoryAsCSVItemButtonClicked(EventHandler) addItem(String, String, BigDecimal) editItem() saveInventoryAsCSV(filename: String) saveInventoryAsHTML(filename: String) saveInventoryAsJSON(filename: String) } class AddItemWindowController { } class EditItemWindowController { } class RemoveItemWindowController { } class SearchItemWindowController { } class ItemModel { - ObservableList<Item> } class Item { - name: SimpleStringProperty - serialNumber: SimpleStringProperty - value: SimpleStringProperty + getName() + setName() + nameProperty() + getSerialNumber() } class FileManager { saveAsCSV(filename: String, data: String) saveAsJSON(filename: String, data: String) saveAsHTML(filename: String, data: String) } openjfx.org.Application <|-- InventoryTracker InventoryTracker -- SceneManager SceneManager -- MainWindowController SceneManager -- AddItemWindowController SceneManager -- EditItemWindowController SceneManager -- RemoveItemWindowController SceneManager -- SearchItemWindowController MainWindowController o-- ItemModel AddItemWindowController o-- ItemModel EditItemWindowController o-- ItemModel RemoveItemWindowController o-- ItemModel SearchItemWindowController o-- ItemModel ItemModel *-- Items MainWindowController o-- FileManager @enduml
false
true
false
false
class
b2edf4d5756c6aed867a946827b7ec7e1cc34820
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
/documentation/serviceApi/order/media/src/ServiceOrderNotificationModel.puml
dfec69437cff0952f76ee6439ecf42d91198e1d2
[ "Apache-2.0" ]
permissive
MEF-GIT/MEF-LSO-Legato-SDK
b2ed422108f4bbb5d3aff27123d3f31305fd808f
7f723970592cc5020aaaa0d2ffe30de6a73b3d97
refs/heads/working-draft
2023-07-06T06:44:01.113378
2023-06-23T14:14:48
2023-06-23T14:14:48
94,903,642
5
4
Apache-2.0
2022-05-04T10:22:56
2017-06-20T15:00:38
null
UTF-8
PlantUML
false
false
584
puml
@startuml skinparam { ClassBackgroundColor White ClassBorderColor Black } class Event { eventId*: string eventTime*: date-time } class ServiceOrderEvent { eventType*: ServiceOrderEventType } Event <|-- ServiceOrderEvent ServiceOrderEvent *-->"1" ServiceOrderEventPayload : event class ServiceOrderEventPayload { orderItemId: string id*: string href: string } enum ServiceOrderEventType { serviceOrderCreateEvent serviceOrderStateChangeEvent serviceOrderItemStateChangeEvent serviceOrderInformationRequiredEvent } @enduml
false
true
false
false
sequence
ea3da53d23c434000a93a9c0518843720dff6ffd
6ce1c0ddea38f6b61fb3a8b3bc4a325aad03c0d7
/docs/diagrams/helm-chart/helm-components.puml
15e0ffb4dcee2037c8600cadb5e0bfe301da3c6f
[ "Apache-2.0" ]
permissive
SandraQR/acs-deployment
1a972ccc7cf5c5b7f75c571704b340dc190944ae
d0116fe2a6bb9789d4cf998d4bf82eac8ed941a2
refs/heads/master
2020-04-03T12:15:32.880114
2018-10-29T15:38:03
2018-10-29T15:38:03
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,328
puml
@startuml Title: Helm Deployment Overview skinparam componentStyle uml2 skinparam linetype ortho skinparam rectangle { BorderStyle dashed FontSize 15 FontStyle none } actor Client node "Helm Chart" { component "NGINX proxy" as nginx #lightgrey component "Alfresco Content Services" as acs #lightgrey component "Alfresco Search Services" as ass #lightgrey component "PostgreSQL" as psql #lightgrey component "Alfresco Share" as share #lightgrey database "Volume Claim" as vc rectangle "Alfresco Transform Service" { component "Transform Router" as tr #lightgrey component "Shared File Store" as sfs #lightgrey component "ActiveMQ" as amq #lightgrey component "Alfresco PDF Renderer" as pdfr #lightgrey component "LibreOffice" as libr #lightgrey component "ImageMagick" as img #lightgrey component "Tika" as tika #lightgrey } } Client --> nginx nginx --> acs nginx --> ass nginx --> share acs --> vc ass --> vc psql --> vc sfs --> vc ass --> acs acs --> psql acs --> pdfr acs --> libr acs --> img acs --> tika acs --> sfs acs <--> amq tr --> pdfr tr --> libr tr --> img tr --> tika tr <-up-> amq pdfr --> sfs libr --> sfs img --> sfs tika --> sfs share --> acs center footer Copyright 2018 Alfresco Software Inc @enduml
false
true
false
false
sequence
3d899f207081e1c335db24ff3669c2da22014bc5
d90dce9c3da75007155e1dda2709b8c1f85f0278
/S201250136/exampleuml/timeline.puml
aabbba16bc36cb6cfb17e1a98e44cfaded3f1338
[]
no_license
jwork-2021-attic/jw02-jianhenglian
923421e9cb53098ac0a9f4c9cbbc21bf730ce6d3
ab4640d4605fa8046a523bf7e6b84ae03bb150c3
refs/heads/master
2023-08-10T15:56:09.385558
2021-09-28T15:26:18
2021-09-28T15:26:18
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
244
puml
@startuml actor Geezer #white entity result.txt entity sorter entity line entity log boundary writer #blue sorter -> Geezer : setSorter(sorter) line -> Geezer : lineUp(line) Geezer -> log : lineUp(line) writer -> result.txt : write(log) @enduml
false
true
false
false
usecase
9d30418a0f5256466f224c6095076be06aec857c
80905daea20f037ad1e90829c67947b7b95816b0
/code/17_GenericII/plantUML/GenericsExample.plantUML
21de9045bf74897efade761550439927eeef62a7
[]
no_license
Divino21/CsharpCourse
7916b7b892fc3858ea3697f39e1fcd802fa2d475
473d92cd96346d005979770bdcae020cf4bbf0c4
refs/heads/master
2022-11-22T05:43:24.789564
2020-07-31T01:47:22
2020-07-31T01:47:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
478
plantuml
@startuml skinparam classAttributeIconSize 0 hide circle class Liste<T> { - T: head {T -> Person} + insert(T) + remove(T) } class PersonenListe<T> { + getbirthdayChild() : T } Liste <|-- PersonenListe class Person <<abstract>>{ name: string birthday: Date + getAgeInYears(): int } Person <|-- Mitarbeiter Person <|-- Kunde PersonenListe <|.. Kundenliste : <<bind>>\n <T-> Kunde> PersonenListe <|.. Mitarbeiterliste : <<bind>>\n <T-> Mitarbeiter> @enduml
false
true
false
false
class
6712cec9ace6b80c09b88bf03edeb62cf9691562
85223a0947313518366b6a1d862e420c1f657503
/app/app.plantuml
5aef12e4a3c9b3a4f74dc314b018d6c45d393359
[]
no_license
SR88/DietDiary
11a7346a37f0401ad4e1a75e6585147d557781d5
d8771e1688f864c9a53c80dfef929d0e31145d8d
refs/heads/master
2020-04-24T17:28:35.443241
2019-03-22T05:24:32
2019-03-22T05:24:32
172,148,663
0
0
null
2019-03-05T14:09:34
2019-02-22T23:33:37
Java
UTF-8
PlantUML
false
false
14,433
plantuml
@startuml title __APP's Class Diagram__\n package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class AllEntries { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class AllFoodTypes { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class AllFoods { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.utils { class BaseMessenger { } } } package com.shneddy.dietdiary { class BuildConfig { } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class ConsumptionAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class DiaryEntry { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface DiaryEntryDAO { } } } package com.shneddy.dietdiary { class DiaryEntryDAOTest { } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class DiaryEntryDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class DiaryEntryRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class Diem { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class DiemAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class DiemAndEntry { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.viewmodel { class DiemAndMoreViewModel { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface DiemDAO { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class DiemDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface DiemEntryFoodDAO { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class DiemRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class EditorConsumption { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class EditorEntries { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class EditorFood { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class EditorFoodType { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.intermediates { class EntryAndFoodData { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class EntryDetail { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class EntryDiemFood { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class Food { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class FoodAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class FoodAndEntry { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface FoodAndEntryDAO { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class FoodAndEntryDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class FoodAndEntryJoinAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class FoodAndEntryRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.viewmodel { class FoodAndEntryViewModel { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class FoodAndType { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.intermediates { class FoodAndTypeData { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface FoodDAO { } } } package com.shneddy.dietdiary { class FoodDAOTest { } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class FoodDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.database { abstract class FoodDiaryDatabase { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.database { class FoodDiaryDatabase_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.utils { class FoodMessenger { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class FoodRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class FoodType { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class FoodTypeAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface FoodTypeDAO { } } } package com.shneddy.dietdiary { class FoodTypeDAOTest { } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class FoodTypeDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class FoodTypeRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class MainMenu { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.exception { class NoItemsAvailableException { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.exception { class NoValueInputException { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.viewmodel { class OperationsViewModel { } } } package androidx.sqlite.db { package androidx.sqlite.db.framework { class R { } } } package com.google.android.material { class R { } } package androidx.viewpager { class R { } } package androidx.slidingpanelayout { class R { } } package androidx.lifecycle { package androidx.lifecycle.service { class R { } } } package androidx.lifecycle { package androidx.lifecycle.viewmodel { class R { } } } package androidx.lifecycle { package androidx.lifecycle.process { class R { } } } package androidx.cursoradapter { class R { } } package androidx.cardview { class R { } } package androidx.fragment { class R { } } package androidx.vectordrawable { class R { } } package androidx.legacy.coreui { class R { } } package androidx.documentfile { class R { } } package androidx.coordinatorlayout { class R { } } package com.shneddy.dietdiary { class R { } } package androidx.customview { class R { } } package androidx.transition { class R { } } package androidx.recyclerview { class R { } } package androidx.core { class R { } } package android.support.constraint { class R { } } package androidx.lifecycle { class R { } } package androidx.legacy.coreutils { class R { } } package androidx.lifecycle { package androidx.lifecycle.livedata { package androidx.lifecycle.livedata.core { class R { } } } } package androidx.lifecycle { package androidx.lifecycle.extensions { class R { } } } package androidx.room { class R { } } package androidx.appcompat { class R { } } package androidx.interpolator { class R { } } package androidx.versionedparcelable { class R { } } package androidx.print { class R { } } package androidx.sqlite.db { class R { } } package androidx.drawerlayout { class R { } } package androidx.swiperefreshlayout { class R { } } package androidx.asynclayoutinflater { class R { } } package androidx.lifecycle { package androidx.lifecycle.livedata { class R { } } } package androidx.arch.core { class R { } } package androidx.loader { class R { } } package androidx.localbroadcastmanager { class R { } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.activity { class SearchActivity { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.viewmodel { class SearchViewModel { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.entity { class TypeAndFood { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { interface TypeAndFoodDAO { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.dao { class TypeAndFoodDAO_Impl { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.adapters { class TypeAndFoodJoinAdapter { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.repository { class TypeAndFoodRepository { } } } package com.shneddy.dietdiary { package com.shneddy.dietdiary.viewmodel { class TypeAndFoodViewModel { } } } AllEntries -up-|> AppCompatActivity AllEntries o-- OperationsViewModel : opsVM AllEntries o-- DiemAndMoreViewModel : diemVM AllEntries o-- DiemAdapter : adapter AllFoodTypes -up-|> AppCompatActivity AllFoodTypes o-- OperationsViewModel : operationsViewModel AllFoodTypes o-- TypeAndFoodViewModel : joinVM AllFoods -up-|> AppCompatActivity AllFoods o-- TypeAndFoodViewModel : tfViewModel AllFoods o-- OperationsViewModel : operationsVm AllFoods o-- FoodAndEntryViewModel : feViewModel AllFoods o-- TypeAndFoodJoinAdapter : adapter ConsumptionAdapter -up-|> Adapter DiaryEntryDAOTest o-- FoodDiaryDatabase : database DiaryEntryDAOTest o-- FoodDAO : foodDAO DiaryEntryDAOTest o-- FoodTypeDAO : foodTypeDAO DiaryEntryDAOTest o-- DiaryEntryDAO : entryDAO DiaryEntryDAO_Impl -up-|> DiaryEntryDAO DiaryEntryRepository o-- DiaryEntryDAO : diaryEntryDAO DiemAdapter -up-|> Adapter DiemAndEntry o-- Diem : diem DiemAndMoreViewModel -up-|> AndroidViewModel DiemAndMoreViewModel o-- DiemRepository : repo DiemDAO_Impl -up-|> DiemDAO DiemRepository o-- DiemDAO : dao EditorConsumption -up-|> AppCompatActivity EditorConsumption o-- OperationsViewModel : opsVM EditorEntries -up-|> AppCompatActivity EditorFood -up-|> AppCompatActivity EditorFood o-- OperationsViewModel : operationsViewModel EditorFoodType -up-|> AppCompatActivity EntryDetail -up-|> AppCompatActivity EntryDetail o-- OperationsViewModel : opsVM EntryDetail o-- ConsumptionAdapter : adapter EntryDiemFood o-- Diem : diem FoodAdapter -up-|> Adapter FoodAndEntry o-- Food : food FoodAndEntryDAO_Impl -up-|> FoodAndEntryDAO FoodAndEntryRepository o-- FoodAndEntryDAO : dao FoodAndEntryViewModel -up-|> AndroidViewModel FoodAndEntryViewModel o-- FoodAndEntryRepository : repository FoodAndType o-- FoodType : foodType FoodDAOTest o-- FoodDiaryDatabase : database FoodDAOTest o-- FoodDAO : foodDAO FoodDAOTest o-- FoodTypeDAO : foodTypeDAO FoodDAO_Impl -up-|> FoodDAO FoodDiaryDatabase -up-|> RoomDatabase FoodDiaryDatabase_Impl -up-|> FoodDiaryDatabase FoodDiaryDatabase_Impl o-- FoodDAO : _foodDAO FoodDiaryDatabase_Impl o-- DiaryEntryDAO : _diaryEntryDAO FoodDiaryDatabase_Impl o-- FoodTypeDAO : _foodTypeDAO FoodDiaryDatabase_Impl o-- TypeAndFoodDAO : _typeAndFoodDAO FoodDiaryDatabase_Impl o-- FoodAndEntryDAO : _foodAndEntryDAO FoodDiaryDatabase_Impl o-- DiemDAO : _diemDAO FoodMessenger -up-|> BaseMessenger FoodRepository o-- FoodDAO : foodDAO FoodRepository o-- DiaryEntryDAO : diaryEntryDAO FoodRepository o-- FoodTypeDAO : foodTypeDAO FoodRepository o-- Food : foodById FoodTypeAdapter -up-|> Adapter FoodTypeDAOTest o-- FoodDiaryDatabase : database FoodTypeDAOTest o-- FoodTypeDAO : foodTypeDAO FoodTypeDAO_Impl -up-|> FoodTypeDAO FoodTypeRepository o-- FoodTypeDAO : foodTypeDAO MainMenu -up-|> AppCompatActivity MainMenu o-- OperationsViewModel : opsVM OperationsViewModel -up-|> AndroidViewModel OperationsViewModel o-- FoodRepository : foodRepository OperationsViewModel o-- DiaryEntryRepository : diaryEntryRepository OperationsViewModel o-- FoodTypeRepository : foodTypeRepository OperationsViewModel o-- DiemRepository : diemRepository OperationsViewModel o-- Food : foodById SearchActivity -up-|> AppCompatActivity SearchActivity o-- OperationsViewModel : opsVM SearchViewModel -up-|> AndroidViewModel SearchViewModel o-- FoodRepository : repository TypeAndFood o-- FoodType : foodType TypeAndFoodDAO_Impl -up-|> TypeAndFoodDAO TypeAndFoodJoinAdapter -up-|> Adapter TypeAndFoodRepository o-- TypeAndFoodDAO : typeAndFoodDAO TypeAndFoodViewModel -up-|> AndroidViewModel TypeAndFoodViewModel o-- TypeAndFoodRepository : typeAndFoodRepository 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
127554c77de08c1c85eee320e7ef398acb8b27a6
bbdc28ec6fa0d265336c78cfe3e69a151ccd2053
/uml.puml
549b07320d060fc7f615e6e0e1d54139ba3a1dbe
[]
no_license
AntonMaxen/TH-Spyder
a1137666d69e382e1ee8b783cdf82c074589fd58
49da8be603adb84ae57c4f844e6aae48160db72d
refs/heads/master
2023-01-02T21:56:17.178902
2020-10-30T15:43:13
2020-10-30T15:43:13
301,827,701
1
0
null
null
null
null
UTF-8
PlantUML
false
false
150
puml
@startuml Spider <|-- HookedSpider Spider *-- Session Spider *-- Page Spider *-- FileProcessor Bot *-- HookedSpider HookedSpider *-- Webhook @enduml
false
true
false
false
class
c14e603f193068409bdfeb9f6565ab41390ca045
ef4f9913b31c7ce6c913c8adcced062c0d5db5f9
/design-patterns/codebase/src/main/resources/uml/factory-method/solution-class-diagram.puml
2da26bc1ba7b6c45d07ad01708034260490884b1
[]
no_license
lzbair/OO-Paradigm
5061211c6af19612c9d8185493898441fb92257b
ddc653bd0fe17807bcd7fd6030bb3e6b05239d99
refs/heads/master
2023-06-27T14:54:19.349718
2023-02-21T09:53:06
2023-02-21T09:53:06
238,396,539
0
1
null
2023-06-14T22:49:02
2020-02-05T07:55:12
Java
UTF-8
PlantUML
false
false
450
puml
-@startuml abstract class ConnectionPool { abstract createConnection() } abstract class Connection { send(request) response receive() } ConnectionPool "1" *-left- "many" Connection: : contains class HTTPConnectionPool extends ConnectionPool { createConnection() } class HTTPConnection extends Connection { send(request) response receive() } HTTPConnectionPool -left- HTTPConnection: create > @enduml
false
true
false
false
class
32ae9e02f387eb8a64bd173b2bd5f65a3b0d3008
6b992c6e1e210ee01a2590410cbbd6b6035ce76d
/Nimble Js/classdiagram.puml
071bd3a23455d3d71a73c0149830bd901013ea6f
[]
no_license
eren-kulahlioglu/mintCo
885dc78daa6e0dd8ec9e85f935eabcbbb94c20e0
f6d87e9d50f23400023f0b5642f6f5bcb0e85fb4
refs/heads/master
2022-12-08T22:16:57.576261
2020-09-18T14:18:12
2020-09-18T14:18:12
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
357
puml
@startuml "Class Diagram" class Lessor <<Entity>> { - name : String } class Hirer <<Entity>> { -name : String -location -bookings } class Booking { +lessor +hirer +origin +belonging } class Items { +id +type +explanation +itemColor } Hirer *--> Booking Items *--> Lessor Lessor *--> Booking @enduml
false
true
false
false
class
b8aad361916496816769eb783904ebb4cf99594c
2c0edfcd9e6ddf16a88762a018589cbebe6fa8e8
/CleanSheets/src/main/java/csheets/worklog/n1140780/sprint3/ipc_03.2_extension_image4.puml
76261d3acd0bf0efc3486d9ada194e396d4ee895
[]
no_license
ABCurado/University-Projects
7fb32b588f2c7fbe384ca947d25928b8d702d667
6c9475f5ef5604955bc21bb4f8b1d113a344d7ab
refs/heads/master
2021-01-12T05:25:21.614584
2017-01-03T15:29:00
2017-01-03T15:29:00
77,926,226
1
3
null
null
null
null
UTF-8
PlantUML
false
false
654
puml
@startuml doc-files/ipc_03.2_extension_image4.png actor User participant WorkbookSearchAction as EA participant WorkbookSearchUI as Option participant JOptionPane as JOption participant "controller : DistributedWorkbookSearchController" as Control participant "this.uiController : UIController" as UIC User -> EA : actionPerformed(ActionEvent event) create Option EA -> Option : new() EA -> Option : run() create Control Option -> Control : new() alt !port >= 0 && !timer >= 0 Option -> UIC : addSelectionListener(this) Option -> JOption : result=showMessageDialog(...) Option -> Option : dispose() else end @enduml
false
true
false
false
usecase
8f8cfa9527414cfc751ce7b2ce159c2483d17f4c
4a46872b586ed5cd62cdfb631d55be145978fe4c
/src/main/java/com/masterarbeit/repositories/repositories.plantuml
fec2ee8f4ac99655a58bf5b2fce100342eb88a29
[]
no_license
edegeyer/validator
3f80d7523f2dd36256e6b7e14ff870ff5b45e301
0dedd33202ddc2957b482bfdf387be74242cb146
refs/heads/master
2020-04-15T12:30:14.209365
2019-07-01T12:30:09
2019-07-01T12:30:09
164,677,194
0
0
null
null
null
null
UTF-8
PlantUML
false
false
777
plantuml
@startuml title __REPOSITORIES's Class Diagram__\n package com.masterarbeit { package com.masterarbeit.repositories { interface PatientAnonymRepository { } } } package com.masterarbeit { package com.masterarbeit.repositories { interface PatientRepository { } } } package com.masterarbeit { package com.masterarbeit.repositories { interface QupSapRepository { } } } package com.masterarbeit { package com.masterarbeit.repositories { interface SapRepository { } } } 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
80f755fe9e3ded9f9e5e97473aa77f512c8b4401
2233ecb0f0dfb124b3c413aaf3fa1a1916059739
/docs/Deliverable_52/applications_doc/smart-contextual-assistance/contextual-work-comm.puml
569062b4ae0e0596b25d0bbc54ecd4c44fba4a38
[ "Apache-2.0" ]
permissive
reTHINK-project/scenario-service-implementation
5dc30cd716d3a875ea8edfd93f8e62fde33adecc
c8c0a90299938bf00e31c01ca72a49eab26f8436
refs/heads/master
2021-03-16T09:11:46.864830
2017-06-01T14:43:15
2017-06-01T14:43:15
37,669,121
0
0
null
null
null
null
UTF-8
PlantUML
false
false
749
puml
@startuml "work-context-design.png" class WorkContext { } class WorkProjectContext { } class WorkTaskContext { } WorkContext -|> ContextualComm.CompositeContextualComm WorkContext *-down- "0..*" WorkProjectContext WorkProjectContext *-down- "0..*" WorkTaskContext WorkProjectContext -|> ContextualComm.CompositeContextualComm WorkTaskContext -|> ContextualComm.CompositeContextualComm WorkTaskContext *-- "0..*" WorkTaskContextPeer WorkProjectContext *-- "0..*" WorkProjectContextPeer WorkContext *-- "0..*" WorkContextPeer WorkTaskContextPeer -|> ContextualComm.AtomicContextualComm WorkProjectContextPeer -|> ContextualComm.AtomicContextualComm WorkContextPeer -|> ContextualComm.AtomicContextualComm @enduml
false
true
false
false
class
ead9cfee2055b2f3f6ea36e600a126776d1c754d
3cbfce031108381b619fa77bd397dfa8af1fcce5
/src/docs/diagrams/Types-of-phases.puml
ac5e278e30297eb46f361a680760fdcc38966dec
[ "Apache-2.0" ]
permissive
HewlettPackard/phased-table-translation
b4f9147d993a63607bce930f29ad9be44e7c1c9e
f2caf5213a0f69df3417aa61165fe04f1132d1bf
refs/heads/master
2023-08-09T09:19:10.435972
2021-05-20T10:07:37
2021-05-20T10:07:37
187,846,913
1
2
Apache-2.0
2020-03-10T18:24:38
2019-05-21T13:50:04
Groovy
UTF-8
PlantUML
false
false
812
puml
@startuml Phase *-r- Criteria : evaluates\n per record Phase *-d- Action : calls\n per record note right of Action Produces zero, one or many of original or modified input record or new translated record from an input record end note Filter -u-|> Action note bottom of Filter Either empty set or set with original input record end note Transformer -u-|> Action note bottom of Transformer Either set of original input record or set of one new translated record end note Injector -u-|> Action note bottom of Injector Either set of original input record or set of original input record and modified input record(s) or new translated record(s) end note Phase -u-> "Output set of records" : produces Phase -u-> "Input set of records" : iterates over @enduml
false
true
false
false
sequence
4cdd4552384995533f3acb19abde19b1387b9007
b0abd1d387bbbb3d68839a5d90bb49d706ab8b91
/docs/Sprint1/Diagramme de classe.puml
8c5dbdcc4becaafa0d5aa0dd3bf3c07e9ac7b0ed
[]
no_license
lepetitglacon/SIO_musculation
5fe21c1a5248b3e18ae59d7cc627ee669e9f6606
cea8e5002717a39488ca5ec266d6000680c0fa2f
refs/heads/master
2023-02-17T11:43:59.770956
2021-01-07T07:23:00
2021-01-07T07:23:00
313,562,381
0
0
null
null
null
null
UTF-8
PlantUML
false
false
825
puml
@startuml left to right direction rectangle ROLE { class Visiteur{ } class Redacteur{ id : int mail : string role[] : array nom : varchar prénom : varchar } class Administrateur{} } class Rubrique{ id : int nom : string date : date dropdown : boolean } class Article{ id : int nom : string texte : text date : date } class Accueil{ } Redacteur --|> Visiteur Administrateur --|> Redacteur Administrateur "*" -- "*" Redacteur : Gère > Article "1..*" -* "1" Rubrique : Compose > Accueil "1" *- "1" Article : Affiche Redacteur "1" - "1..*" Rubrique : Crée > Redacteur "*" - "*" Rubrique : Organise > Redacteur "1" - "1..*" Article : Rédige > Redacteur "1" - "1" Accueil : Modifie > Visiteur "*" - "1" Accueil : Voit @enduml
false
true
true
false
class
9e274c0d6b65f7f1963ed7c96e168f298742ba37
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ProjectSetExternalOAuthAction.puml
49054470b7e4307a433903972261757bf1c26a77
[]
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
488
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 ProjectSetExternalOAuthAction [[ProjectSetExternalOAuthAction.svg]] extends ProjectUpdateAction { action: String externalOAuth: [[ExternalOAuth.svg ExternalOAuth]] } interface ProjectUpdateAction [[ProjectUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
1e1e5b960a96e37e98d1c5ba11cb26851a1da779
b0956a85955d743a879868c0cf1387eb6f29ced0
/docs/diag_classes.puml
6a9d74e423eb80494b181ca5bec0b028c1ac4285
[ "Apache-2.0", "Python-2.0" ]
permissive
OpenWinch/OpenWinch-Python
89268aa07e6fa67c93316376f09acda6866dc4b7
9bef54ed66c4e77128cfb63fc2d0af747a65a35f
refs/heads/master
2022-11-26T21:34:01.664155
2020-06-05T23:39:35
2020-06-05T23:39:35
262,579,938
2
0
Apache-2.0
2020-06-05T23:39:36
2020-05-09T13:43:51
Python
UTF-8
PlantUML
false
false
6,115
puml
@startuml skinparam class { BackgroundColor White ArrowColor Grey BorderColor Black } title Diag classes - OpenWinch namespace openwinch.controller { enum State { UNKNOWN = -999 BOOTED = -2 ERROR = -1 INIT = 0 IDLE = 1 START = 2 RUNNING = 3 STOP = 4 {static}+checkRun(current): bool {static}+checkStop(current): bool {static}+checkFault(current): bool {static}+checkInit(current): bool +isRun() : bool +isStop() : bool +isFault() : bool +isInit() : bool } class Winch { -controlLoop = None -speed_target = SPEED_INIT -banner() -changeState(state) -initControlLoop() -loadConfig() +display() +emergency() +getBattery() +getDistance() +getMode() +getRemote() +getSpeedTarget() +getState() +initialize() +initialized() +speedDown(value=1) +speedUp(value=1) +speedValue(value) +start() +started() +stop() +stopped() } Winch o-left-> "state" State } namespace openwinch.mode { enum ModeType { OneWay = 1 TwoWay = 2 Infinity = 3 +list() } abstract class ModeFactory { {static}+modeFactory(winch: Winch, board: Board, mode: ModeType) : ModeEngine {static}+getMode(modeEngine: ModeEngine) : ModeType } abstract class ModeEngine { -security_begin: int = 20 -speed_ratio: float = 1 -velocity_start: int = 1 -velocity_stop: int = 3 #speed_current = 0 -initialize() -starting() -stopping() -fault() {abstract}#extraMode() #isBeginSecurity() : bool +applyThrottleValue() +getDistance() : float +getSpeedCurrent() : int +runControlLoop() } class OneWayMode extends ModeEngine { #extraMode() } class TwoWayMode extends ModeEngine{ #extraMode() } class InfinityMode extends ModeEngine{ #extraMode() } ModeEngine o-right-> "board" openwinch.hardware.Board ModeEngine "mode" o-up- "winch" openwinch.controller.Winch ModeEngine .left.> ModeType ModeFactory .up.> OneWayMode ModeFactory .up.> TwoWayMode ModeFactory .up.> InfinityMode } namespace openwinch.hardware { enum SpeedMode { LOW = 0 MEDIUM = 1 HIGH = 2 } abstract class Board { -reverse: boolean = False -speed_mode: SpeedMode = SpeedMode.LOW -rotation_from_init: int = 0 {abstract}+emergency() +getBattery() +getRotationFromBegin() +getRotationFromEnd() +getSpeedMode() {abstract}+getThrottleValue() {abstract}+initialize() +isReverse() {abstract}+setReverse(enable: boolean) {abstract}+setSpeedMode(speed_mode: SpeedMode) {abstract}+setThrottleValue(value) } class Emulator extends Board { -value: int = 0 -init: boolean = False +emergency() +getThrottleValue() +initialize() +setReverse(enable: boolean) +setSpeedMode(speed_mode: SpeedMode) +setThrottleValue(value) } class RaspberryPi extends Board { -power_cmd: OutputDevice -reverse_cmd: OutputDevice -speed_cmd: OutputDevice -throttle_cmd: PWMOutputDevice -key_enter_btn: Button -key_left_btn: Button -key_right_btn: Button +emergency() +getThrottleValue() : float +initialize() +setReverse(enable: boolean) +setSpeedMode(speed_mode: SpeedMode) +setThrottleValue(value) } Board ..> SpeedMode Board "board" o-up- "winch" openwinch.controller.Winch } namespace openwinch.display { enum GuiType { DISABLE = 0 SH1106_I2C = 1 VGA = 100 CAPTURE = 101 } class Gui { +cursor_pos +screen +view_pos +boot(self) +createMenuIcon(self, draw, items) +createMenuScroll(self, draw, items, selected_item=None) +createValue(self, draw, title, value) +display(self) +enter(self, key) +extractScreen(self) +getPos(self) +getWinch(self) +statusBar(self, draw) } abstract class ScreenBase { {abstract}+countItems(self): int {abstract}+display(self, draw) {abstract}+enter(self, cursor_pos) } class MainScreen extends ScreenBase { +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class MenuScreen extends ScreenBase { +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class ManualPositionScreen extends ScreenBase { +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class SecurityDistanceScreen extends ScreenBase { +TITLE +value +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class ModeSelectorScreen extends ScreenBase { +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class VelocityStartScreen extends ScreenBase { +TITLE +value +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } class VelocityStopScreen extends ScreenBase { +TITLE +value +countItems(self): int +display(self, draw) +enter(self, cursor_pos) } Gui o-right- "screen" ScreenBase Gui o-up-> "winch" openwinch.controller.Winch Gui ..> GuiType } namespace openwinch.config { class Config { +BOARD: String = "openwinch.hardwarePi.RaspberryPi" +MODE: String = "Mode.OneWay" +GUI: String = "SH1106_I2C" } openwinch.controller.Winch .right.> Config } @enduml
false
true
false
false
class
d6a05eae182ddca1d818797fe74f01b8cecf31e4
2e56358cf164cc395bf43ec3ee9b54a55c30f5bb
/RUP/Design/Analisys view/Usecase analisys/26_DeleteProduct.puml
c0e34804f1b3752270bb9e4059f413ed5eca726a
[ "Apache-2.0" ]
permissive
fraylopez/RUP-Arquitecturas-Agiles
8111875c8510282f3b461e6c7150032b421a386d
eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26
refs/heads/main
2023-05-31T02:01:52.815596
2021-06-05T07:08:26
2021-06-05T07:08:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
496
puml
@startuml DeleteProduct skinparam boundary { backgroundColor DodgerBlue borderColor black } skinparam control { backgroundColor LimeGreen borderColor black } skinparam entity { backgroundColor Orange borderColor black } actor Actor boundary ProductView control ProductController entity ProductRepository Actor -right-> (ProductView) : 1.viewProduct() (ProductView) --> (ProductController) : 2.getProduct() (ProductController) --> (ProductRepository) : 3.delete(product) @enduml
false
true
false
false
usecase
34f7d9348b3f4e959a95349c9ecce78870bbf383
1796581f86afff7ca46e44c51358bc4b38a5375a
/programming/design-pattern/plantuml/proxy.puml
8b45f5ace42f6c064e8a1c946d1246b4da6f228d
[]
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
227
puml
@startuml Proxy class Subject { +Request() } class RealSubject { +Request() } Subject <|-- RealSubject class Proxy { +Request() } Subject <|-- Proxy RealSubject <- Proxy class Client Client -> Subject @enduml
false
true
false
false
class
4ba0980a4c00a87dce84aee524ba5ca9f371c4c8
2674d2bfed6d4a96db1f1d40d19b237642d01ca7
/docs/red/s1161213/sp2/design.puml
96b6650fce796e4eecbe22b644fb0cec3946b3db
[]
no_license
HugoFernandes2343/LAPR4_2017-2018
9c827075d64c92d89c05bb772f7e7c3192416803
e1d4724d9995676ac1f25bed0e9c2884929c12bb
refs/heads/master
2023-02-26T22:39:42.292967
2018-06-20T12:37:30
2018-06-20T12:37:30
336,568,975
1
0
null
null
null
null
UTF-8
PlantUML
false
false
987
puml
@startuml design1.png skinparam handwritten true skinparam monochrome true skinparam packageStyle rect skinparam defaultFontName FG Virgil skinparam shadowing false actor User boundary ExportToPDFView control CurrentWorkbook control ExportToPDFAsync control ExportToPDFServlet control ExportToPDFService database Database box "NSheets Client" participant ExportToPDFView participant CurrentWorkbook end box box "Shared" participant ExportToPDFAsync end box box "Server" participant ExportToPDFService participant ExportToPDFServlet end box box "Database" participant Database end box User -> ExportToPDFView : export workbook ExportToPDFView -> CurrentWorkbook : getWorkbook() ExportToPDFView --> ExportToPDFAsync : create() ExportToPDFView -> ExportToPDFService : create() ExportToPDFView -> ExportToPDFAsync : export(workbookDTO, AssyncCallback<WorkbookDTO>) ExportToPDFAsync -> ExportToPDFService : export(workbookDTO) ExportToPDFView -> ExportToPDFServlet : doGet() @enduml
false
true
false
false
usecase
7ad5374acab998c24c9ebb8d9574e454e348efda
5c60b5ce8e885c5eee2b72ab805ec1191686a005
/docs/pumlFiles/FridgetInitialise.puml
5de35fc648059a1f0823bc9a1039fc341cba384e
[]
no_license
alvynben/tp
ea41264feb9a5e1e99fc0cf60b6344d115689496
63b63df620d6688d4cf890c3f986cdc96503d155
refs/heads/master
2023-08-29T04:55:55.681506
2021-11-12T11:47:15
2021-11-12T11:47:15
403,198,097
0
3
null
null
null
null
UTF-8
PlantUML
false
false
1,337
puml
@startuml 'https://plantuml.com/sequence-diagram skinparam backgroundColor #f2f2f2 skinparam defaultFontSize 16 box #A9DCDF Participant "Fridget" as FridgetClass Participant ":Fridget" as Fridget end box box #Salmon Participant ":Ui" as Ui end box box #Technology Participant ":Parser" as Parser end box box #Motivation Participant ":ItemList" as ItemList end box box #Moccasin Participant ":ShoppingList" as ShoppingList end box box #PaleGreen Participant ":Storage" as Storage end box box #B4A7E5 Participant ":Notification" as Notification end box -> FridgetClass: main() activate FridgetClass note top Parameters are omitted from the diagram. end note create Fridget FridgetClass -> Fridget: new Fridget() activate Fridget Fridget -> Fridget: run() activate Fridget create Ui Fridget -> Ui: new Ui() activate Ui Fridget <-- Ui create Parser Fridget -> Parser: new Parser() activate Parser Fridget <-- Parser create ItemList Fridget -> ItemList: new ItemList() activate ItemList Fridget <-- ItemList create ShoppingList Fridget -> ShoppingList: new ShoppingList() activate ShoppingList Fridget <-- ShoppingList create Storage Fridget -> Storage: new Storage() activate Storage Fridget <-- Storage create Notification Fridget -> Notification: new Notification() activate Notification Fridget <-- Notification @enduml
false
true
false
false
sequence
a9708aee5fcabe9fee1f96a70ac90eae2193946e
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_PlayableLookup.puml
8265645a6eb89087d72b383b19f9aaf83731965b
[]
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
872
puml
@startuml class TimelineWindow <<partial>> { } class PlayableLookup { <<const>> k_InitialDictionarySize : int = 10 + UpdatePlayableLookup(clip:TimelineClip, go:GameObject, p:Playable) : void + UpdatePlayableLookup(track:TrackAsset, go:GameObject, p:Playable) : void UpdatePlayableLookup(timelineAsset:TimelineAsset, curvesOwner:ICurvesOwner, go:GameObject, p:Playable) : void + GetPlayableFromAnimClip(clip:AnimationClip, p:Playable) : bool + GetTimelineClipFromCurves(clip:AnimationClip) : TimelineClip + ClearPlayableLookup() : void } class "Dictionary`2"<T1,T2> { } TimelineWindow o-> "m_PlayableLookup" PlayableLookup TimelineWindow +-- PlayableLookup PlayableLookup o-> "m_AnimationClipToPlayable<AnimationClip,Playable>" "Dictionary`2" PlayableLookup o-> "m_AnimationClipToTimelineClip<AnimationClip,TimelineClip>" "Dictionary`2" @enduml
false
true
false
false
class
7e920bf7fffce93fa82fe6d90479a3a2ebefaaad
897c5f0768d85d6070cbac83453eaeda84f86ab7
/SELAIN SISTEM/UML/SEQUENCE/admin/viewrole.puml
774f565f1c6362265e6d0ea011e5b1d527f02498
[ "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
413
puml
@startuml autonumber hide footbox title Melihat Role Actor Admin boundary Dashvoard_V boundary Role_V control Admin_C Entity Role_E Admin_C --> Dashvoard_V: load->view() Dashvoard_V --> Admin: Halaman Dashvoard Admin --> Dashvoard_V: klik menu Role Dashvoard_V --> Admin_C: Role() Admin_C --> Role_E: Role_E --> Admin_C: Admin_C --> Role_V: load->view() Role_V --> Admin: Halaman Role @enduml
false
true
false
false
sequence
f5a9996d0c084e8c3ef98801a09021959e881938
71f991ceeedbb609fdc6461988fe0267d10e8bac
/uml/ui/FrameButton.puml
8ffaf61cc54f975176547b0ba569568893f56987
[]
no_license
CodyAdam/project__chatbot
23d0ef12207fb0201258c288ee07872d957b1742
afc0d8532f7a162d5b303b09fb41b345f4736697
refs/heads/main
2023-08-02T04:11:36.149644
2021-10-09T21:02:45
2021-10-09T21:02:45
415,371,853
0
0
null
null
null
null
UTF-8
PlantUML
false
false
148
puml
@startuml 'https://plantuml.com/class-diagram class FrameButton{ String pathDark String pathLight Img imgDark Img imgLight Button button } @enduml
false
true
false
false
class
223ba95b3a710e4fa758cd027e2b2795ad61b6a1
87b542863376319c5d1d7022e0f0820833315878
/src/edu/ub/ubflix/resources/service/service.puml
3daad1841dafd488ce66db0d620b416fba2f0a54
[]
no_license
carlaMorral/SoftwareDesignProject
4903b350b7e4a10ac9213059d94cdf8cb629e5af
47a5136e382b85b6bb1868998445c0eb46220450
refs/heads/master
2021-03-30T13:47:37.659737
2020-03-18T22:52:19
2020-03-18T22:52:19
248,061,086
1
1
null
null
null
null
UTF-8
PlantUML
false
false
1,510
puml
@startuml title __SERVICE's Class Diagram__\n namespace ub.edu { namespace database.service { interface ub.edu.resources.service.AbstractFactoryData { {abstract} + createDAOClient() {abstract} + createDAOSerie() } } } namespace ub.edu { namespace database.service { class ub.edu.resources.service.DataService { + DataService() + getAllSeries() + getClientByUsuariAndPassword() + getEpisodisBySerieAndTemporada() + getSerieById() + getTemporadesBySerie() } } } namespace ub.edu { namespace database.service { class ub.edu.resources.service.FactoryMOCK { + createDAOClient() + createDAOSerie() } } } namespace ub.edu { namespace database.service { class ub.edu.resources.service.FactorySQL { + createDAOClient() + createDAOSerie() } } } ub.edu.resources.service.DataService o-- ub.edu.resources.dao.DAOClient : clientDAO ub.edu.resources.service.DataService o-- ub.edu.resources.dao.DAOSerie : serieDAO ub.edu.resources.service.FactoryMOCK .up.|> ub.edu.resources.service.AbstractFactoryData ub.edu.resources.service.FactorySQL .up.|> ub.edu.resources.service.AbstractFactoryData 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
efb08d53a711a61d49487684c5ca5a65ea17650d
36f2eefd80d6478abd0109578658d2c1a4265684
/Architecture/02_UML/part1_20_sequence.plantuml
acdfb7622922fa8174e3042749abb80d1fa84912
[]
no_license
yenarue/TIL
4288aecd5a89bf8928fe041b6af9fd5ea1ace067
195d1679cf90e9956cbdb8c120cffaf4afb0df52
refs/heads/master
2022-10-09T06:57:15.715008
2022-09-28T10:50:18
2022-09-28T10:50:18
62,803,644
0
2
null
null
null
null
UTF-8
PlantUML
false
false
536
plantuml
@startuml part1_20 ' left to right direction ' skinparam classAttributeIconSize 0 participant ":Student" as Student order 10 participant ":StudentAdminSystem" as SAS order 20 participant ":DB" as DB order 30 loop incorrect password Student -> SAS: login(name, pw) SAS -> DB : check(name, pw) alt number of trying to login >= 3 SAS -> Student: warning message end end break incorrect password SAS -> Student: error message end Student -> SAS : register(matNo, exam) SAS -> DB : enter(matNo, exam) @enduml
false
true
false
false
sequence
36e7662b770a960fccc32816f265420fcf6b9ad6
a65fe81fdb57e5d389a290fc70f724a593f1cd85
/01.Observer/src/ES2015-CascadingComboBox/diagrams/v4/ClassDiagram4-5.puml
5e93f10921a9dc09f8c241e7b348136bf5ade611
[ "MIT" ]
permissive
leoshiang/DesignPatterns
56a74d317893e96d19e62d789f0379096ae4fe8b
aefa956b0d8caac1e4f80f75e87a5b44b954e8cb
refs/heads/master
2020-04-01T10:12:37.390007
2018-10-15T12:21:22
2018-10-15T12:21:22
113,122,364
0
0
null
null
null
null
UTF-8
PlantUML
false
false
680
puml
@startuml skinparam defaultFontName "Fira Code" skinparam class { FontStyle bold FontSize 12 } scale 800*800 interface IObserver{ +update() } interface ISubject{ +registerObserver() +notifyObservers() } class Button{ +caption +update() } class ComboBox{ -observers +notifyObservers() +registerObserver() } class CascadingComboBox{ -children #onItemSelected() +attachChild() +clear() +clearChildren() +setData() +updateChildren() } IObserver <|-down- Button ISubject <|-down- ComboBox ComboBox <|-down- CascadingComboBox ISubject .right.> IObserver @enduml
false
true
false
false
class
2504417be932735ccded1bb7ce34da7611c32cc5
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_StyleSheetEditor.puml
6680f425759dbeb8ca347882d5eadef1f936f90d
[]
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
728
puml
@startuml class StyleDrawer { + {static} <<readonly>> height : float = 95f + <<override>> GetPropertyHeight(property:SerializedProperty, label:GUIContent) : float + <<override>> OnGUI(position:Rect, property:SerializedProperty, label:GUIContent) : void } class TMP_StyleEditor { m_SelectedElement : int m_Page : int m_IsStyleSheetDirty : bool OnEnable() : void + <<override>> OnInspectorGUI() : void {static} DoSelectionCheck(selectionArea:Rect) : bool SwapStyleElements(selectedIndex:int, newIndex:int) : void } PropertyDrawer <|-- StyleDrawer Editor <|-- TMP_StyleEditor TMP_StyleEditor --> "m_StyleSheet" TMP_StyleSheet TMP_StyleEditor --> "m_StyleListProp" SerializedProperty @enduml
false
true
false
false
class
eba2990280e5cf6058f1f1046acdc04a3585c952
c815f9c82c1400f76243750cd0ec609d217b9943
/multiton/etc/multiton.urm.puml
c582a6379ce037b8c3ecaafc32e863471c1fb5c1
[ "MIT" ]
permissive
mikulucky/java-design-patterns
6ab10e9e5c95b6caffebf045d37d04a1571bc0cd
cbbf3bf08842723964719ed7d8ab92864ec5a58d
refs/heads/master
2021-01-17T23:34:49.962450
2016-09-28T19:54:28
2016-09-28T19:54:28
48,302,802
1
1
null
2016-01-02T23:58:44
2015-12-20T01:00:47
Java
UTF-8
PlantUML
false
false
679
puml
@startuml package com.iluwatar.multiton { class App { + App() + main(args : String[]) {static} } class Nazgul { - name : NazgulName - nazguls : Map<NazgulName, Nazgul> {static} - Nazgul(name : NazgulName) + getInstance(name : NazgulName) : Nazgul {static} + getName() : NazgulName } enum NazgulName { + ADUNAPHEL {static} + AKHORAHIL {static} + DWAR {static} + HOARMURATH {static} + JI_INDUR {static} + KHAMUL {static} + MURAZOR {static} + REN {static} + UVATHA {static} + valueOf(name : String) : NazgulName {static} + values() : NazgulName[] {static} } } Nazgul --> "-name" NazgulName @enduml
false
true
false
false
class
fb8240ee73257306854f708314db646f57cc108d
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/OrderImportedMessage.puml
bba1d2e3ed5440b2b4a61026f5ddf5d98bafad8e
[]
no_license
commercetools/commercetools-api-reference
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
refs/heads/main
2023-09-01T05:22:42.100097
2023-08-31T11:33:37
2023-08-31T11:33:37
36,055,991
52
30
null
2023-08-22T11:28:40
2015-05-22T06:27:19
RAML
UTF-8
PlantUML
false
false
1,167
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 OrderImportedMessage [[OrderImportedMessage.svg]] extends OrderMessage { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] order: [[Order.svg Order]] } interface OrderMessage [[OrderMessage.svg]] { id: String version: Long createdAt: DateTime lastModifiedAt: DateTime lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]] createdBy: [[CreatedBy.svg CreatedBy]] sequenceNumber: Long resource: [[Reference.svg Reference]] resourceVersion: Long type: String resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]] } @enduml
false
true
false
false
class
e5ae25a183bc89e4c8e999f0eb6516ceb674eefc
a751888fd29a1b92bb32ef7d272d3e72f664ed30
/src/design/orbit-determination-parameters-class-diagram.puml
d899ceb243632fb14ec375d1f4c2cf87d3792847
[ "Apache-2.0", "MIT", "EPL-1.0" ]
permissive
petrushy/Orekit
b532c7db85c992d85b5ac3d858d18d656e2b8c46
1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443
refs/heads/develop
2023-08-16T11:37:43.709083
2023-07-18T20:13:14
2023-07-18T20:13:14
42,349,064
10
2
Apache-2.0
2023-07-21T14:54:14
2015-09-12T07:39:56
Java
UTF-8
PlantUML
false
false
2,606
puml
' Copyright 2002-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit #ECEBD8 { package utils #DDEBD8 { class ParameterDriver { +getName() +getReferenceValue() +geMinValue() +geMaxValue() +geScale() +[is|set]Estimated() +[get|set]NormalizedValue() +[get|set]Value() +addObserver() } interface ParameterObserver { +valueChanged(previousValue, driver) } ParameterDriver o--> ParameterObserver : observers ParameterDriver <-right-* ParameterDriversList : manage duplicates } package estimation #DDEBD8 { package leastsquares #CBDBC8 { class BatchLSEstimator } BatchLSEstimator --> ParameterDriver : change normalized value BatchLSEstimator *--> ParameterDriversList : managed parameters package measurement #CBDBC8 { interface ObservedMeasurement { getParametersDrivers() } class GroundStation ObservedMeasurement <|.. Range ObservedMeasurement <|.. RangeRate Range o--> "1" GroundStation RangeRate o--> "1" GroundStation ParameterObserver <..* GroundStation : East/North/Zenith offsets BatchLSEstimator --> ObservedMeasurement } } package frames #DDEBD8 { class TopocentricFrame GroundStation --> TopocentricFrame : updated on parameter change } } @enduml
false
true
false
false
sequence
9a71702546ae4ee3bfa999492659224f8eca6214
5a8801e843b76393d507284d716d0dae9d288cb6
/app/src/UML/tjj0008_midterm_system_sequence_diagram.puml
a6fde982a42d4676895a710601a345f29a97554d
[]
no_license
tjemison/tjj0008Midterm-final
23e8487dc430ea486bc4d8d7953e7e56b00476ef
7c2ea723f103ce20f1cee8e82d10532c4804d326
refs/heads/master
2021-04-06T11:55:59.825647
2018-03-13T23:17:06
2018-03-13T23:17:06
125,295,898
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,086
puml
@startuml title Midterm: Haiku SSD actor User participant Haiku_Generator actor Spinner participant Word group SD: Haiku User -> Haiku_Generator: Start loop while (haiku is not completed) alt (User wishes to add a word to haiku) Spinner -> Word: becomes populated with User -> Spinner: can choose word from Haiku_Generator <-- Spinner: user selected word is added User <-- Haiku_Generator: adds in-progress haiku to current view end alt (at least one word has been added to haiku) alt (User wishes to delete word from haiku) User -> Haiku_Generator: requests deletion of word User <-- Haiku_Generator: adds haiku with most recently added word deleted to current view. end alt (User wishes to start over) User -> Haiku_Generator: requests to start over User <-- Haiku_Generator: initial state of application end alt (User wishes to view current haiku) User -> Haiku_Generator: requests to view haiku User <-- Haiku_Generator: displays in-progress haiku end end end User -> Haiku_Generator: requests to view haiku User <-- Haiku_Generator: displays completed haiku end @enduml
false
true
false
false
usecase
99ecec112953829f3eb2a5f4a45ff3ee0aa93183
6f34dec8b5c3cdb182618347740e6240597e9c04
/samples/uuid.puml
66fdaa008b122a20cfb561d39aa485eaad721388
[ "BSL-1.0" ]
permissive
jeking3/boost-deptree
ef61874084ecbfaa842867bcbc353159c8e7a4ca
27eda54df2d022af17347df4ba4892c39392e474
refs/heads/master
2020-05-19T14:06:11.251502
2019-05-05T16:06:50
2019-05-05T16:06:50
185,052,664
0
0
null
null
null
null
UTF-8
PlantUML
false
false
592
puml
@startuml title Boost 1.71 dependencies of uuid footer Generated by boost-deptree (C) 2019 James E. King III ['uuid'] ..> ['timer'] ['uuid'] ..> ['test'] ['uuid'] ..> ['array'] ['uuid'] ..> ['lexical_cast'] ['uuid'] --> ['config'] ['uuid'] --> ['type_traits'] ['uuid'] --> ['static_assert'] ['uuid'] --> ['assert'] ['uuid'] --> ['move'] ['uuid'] --> ['core'] ['uuid'] --> ['random'] ['uuid'] --> ['tti'] ['uuid'] --> ['serialization'] ['uuid'] --> ['functional/hash'] ['uuid'] --> ['io'] ['uuid'] --> ['throw_exception'] ['uuid'] --> ['numeric/conversion'] ['uuid'] --> ['winapi'] @enduml
false
true
false
false
class
18aafb7b7650cb6c2a2fcc67d926fcf83e732345
967db7f88bdf0e5cb8feca9571b9e85175f7bcc8
/docs/UseCases/Manage-Applications/Deploy-Application-across-the-complete-ecosystem.puml
6a739e5af82ea9d13604cfb432b8713e2421d953
[]
no_license
CAADE/edgeville
fd0053d749c259029ef4c7791210663ace87be21
6a3dc4791c9adf4915dc38aed3a04d1f1ef4ad65
refs/heads/master
2020-03-28T06:11:31.554585
2019-05-02T17:37:03
2019-05-02T17:37:03
147,819,682
0
0
null
null
null
null
UTF-8
PlantUML
false
false
301
puml
@startuml Actor "actorName" as A box "Manage-Applications" #lightblue participant CLI as CLI participant Web as Web participant "Edgeville" as S A -> CLI : Edgeville-application-deploy() CLI -> S : application/deploy() A -> Web : application/deploy() Web -> S : application/deploy() end box @enduml
false
true
false
false
sequence
f9724ece8754ad94f40f1718dbcdbafc6c5af72f
115c39b76697b3cc996768a0ae01bc98a9f7afee
/Assets/UML/GameManager.puml
6d5dcc57fefaa5f115f010320aa1cf520d963279
[ "MIT" ]
permissive
Edy-kun/GGJ-Game
2d93a0664951861e2c3218bac1dfbae5d8a868c4
e0ae41ae679bb06a00db2c7e8f5723c387b8312f
refs/heads/master
2021-07-06T23:36:33.549698
2020-02-01T16:48:38
2020-02-01T16:48:38
237,224,883
0
0
MIT
2021-04-21T19:53:20
2020-01-30T14:00:15
C#
UTF-8
PlantUML
false
false
153
puml
@startuml !define DARKBLUE !includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml class GameManager{ } @enduml
false
true
true
false
class
e94e5978464929fc100d4755f0f882215a74741b
90cabf96e4466d51e71c0dd425a25d1e9103913e
/src/main/java/ex45/base/ex45.puml
1ceb37b45e6702bc45caaa0358a29136befbfa68
[]
no_license
rharding8/harding-cop3330-assignment3
cb85a2eb4724932ae81002f52beae594b16d153d
5161bcd1ac2f12baf61be523b0e3b3769ba903b5
refs/heads/master
2023-06-05T00:08:08.266502
2021-06-21T02:32:45
2021-06-21T02:32:45
376,988,662
0
0
null
null
null
null
UTF-8
PlantUML
false
false
420
puml
@startuml 'https://plantuml.com/class-diagram class Application { Scanner input main() readName() } class FileEditor { -String dir -String[] unsavedFile +FileEditor() +setInputFile +setUnsavedFile +replaceInFile() +writeToFile() } class FileIO { -File inputFile +setInputFile() +closeInput() +readFromFile() +writeToFile() } FileIO <|-- FileEditor @enduml
false
true
false
false
class
e8e6f00a1ef31bf9d8d43628c1a6a6bee26777bd
3ea02aab5d9a15def695d50ffd9c538a0b4e5173
/ideas/tooltips.puml
ec86aec73cf09e57bb87f5d457c78d2f472d0ea9
[]
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
1,216
puml
@startuml hide empty members hide circles hide stereotype skinparam { HyperlinkColor black HyperlinkUnderline false } skinparam class { BackgroundColor<<artwork>> LightBlue BackgroundColor<<appellation>> Tomato } title Tooltip examples: Generic, JSONLD, RDF class node1 [[{Tooltip of node1}]] { [[field{Tooltip of field}]] } class node2 [[{Tooltip of node2}]] node1 --> node2 : [[edge{Tooltip of edge}]] class MMO1 as "<object/1>" <<artwork>> { [[<U+1F3A8> type ManMadeObject{a crm:E22_Man-Made_Object}]] [[classified_as aat:300033618{crm:P2_has_type "painting [visual work]"}]] } class Title1 as "<object/1/title>" <<appellation>> { [[<U+260F> type Appellation{a crm:E41_Appellation}]] [[value "Peasant and Sheep"{rdf:value}]] } MMO1 --> Title1 : [[identified_by{crm:P1_is_identified_by}]] class MMO2 as "<object/1>" <<artwork>> { [[<U+1F3A8> a crm:E22_Man-Made_Object{type ManMadeObject}]] [[crm:P2_has_type aat:300033618{classified_as "painting [visual work]"}]] } class Title2 as "<object/1/title>" <<appellation>> { [[<U+260F> a crm:E41_Appellation{Appellation}]] [[rdf:value "Peasant and Sheep"{value}]] } MMO2 --> Title2 : [[crm:P1_is_identified_by{identified_by}]] @enduml
false
true
false
false
sequence
c1625b334afbe1781a8525b10af6fd6369f992ca
5a2bcebcdaa296770b5e5d069aa3b7b10066e22f
/.idea/UML/domainModel.puml
fcf68854722aa7d6de7983660584335b5a9f402f
[]
no_license
Kvark96/SP3_Mario
8ba47707017c5d3e620565b27a04461c27fd00c4
2e7cec13297a71bce86bd3f7ec25a161eeb9e2ec
refs/heads/main
2023-01-22T06:10:35.671590
2020-11-26T13:20:56
2020-11-26T13:20:56
308,361,770
0
0
null
null
null
null
UTF-8
PlantUML
false
false
491
puml
@startuml hide circle hide methods Title Mario's Pizzeria Class Menu{ Pizza List (Extra toppings) Price List } Class User{} Class Order{ Order number Pizza choices list Pickup time Total Price } Class System{ Order List Statistics } Class Statistics{ Revenue Sold pizza list } User "1"--"*" Order User "2"-- "1"System System "1"--"1" Menu System "1"--"*" Order System "1"--"1" Statistics Statistics "1"--"1" Menu Order "*" -- "1" Menu @enduml
false
true
false
false
class
3c837f3981632e4134f2b841ff2c559420a2339c
b710adc51ea8826a8e49924561df4522887e843c
/diagrammes/classes/classes.puml
31a84bff3b3eaaaa7ea14091e86bb25a86d3ce65
[]
no_license
NicoBecq/blog-php
6290fa6e2dbbc058e5e710e3d0625ecbcfaa5781
3354af08f65a21d8947265a52106994184001163
refs/heads/master
2021-02-11T03:35:56.108504
2020-03-23T16:08:20
2020-03-23T16:08:20
244,448,534
0
0
null
null
null
null
UTF-8
PlantUML
false
false
771
puml
@startuml class Post { int id string title string body User author DateTime publishedAt ?DateTime updatedAt } class Comment { int id string body User author DateTime publishedAt bool visible bool moderated Post post } Comment *-- Post class User { int id string firstname string lastname string email string password ?string description } class Admin extends User interface RequestInterface extends MessageInterface interface ResponseInterface extends MessageInterface class Message implements MessageInterface class Request extends Message implements RequestInterface class Response extends Message implements ResponseInterface class Router class BaseController class BaseRepository @enduml
false
true
false
false
class
edef14521552902186171e4e377d7045008ee295
19de0597a5790bab6ff021899b4479506ae0829a
/uml/skeleton_seq_diagrams/place teleport/placeteleport.plantuml
5977c29542b1f1be7130c99d5bf7fb240f773fb1
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
923
plantuml
@startuml skinparam SequenceLifeLineBackgroundColor LightYellow title "Settler tries to/places a teleporter" actor Player as player participant "s: Settler" as settler actor Tester as tester participant "a: Asteroid" as asteroid participant "t: TeleportGate" as teleport participant "ps: PlayerStorage" as storage player -> settler ++: PlaceTeleporter() settler -> tester ++: Is there a teleporter here already? tester --> settler --: yes/no settler -> tester ++: Do I have at least one teleporter on me? tester --> settler --: no/yes settler -> storage ++: GetOneTeleporter() storage --> settler -- : t alt no teleporter on asteroid AND teleporter on settler settler -> teleport ++: SetHomeAsteroid(a) teleport --> settler -- settler -> asteroid ++: SetTeleporter(t) asteroid --> settler -- settler -> storage ++: RemoveTeleportGate(t) storage --> settler -- end settler --> player -- @enduml
false
true
false
false
usecase
4aa94211ce3920b039734ca71de1524d4c2ddc98
425b4d76ed4f529c7effcb51b5aa28d46f2bead6
/docs/diagrams/Classes.puml
18f241df2dcde0993b68200fdd5df502ff9e6f40
[]
no_license
sjaulin/bilemo
020ddf078587367c84b898943e57b5e1140ba7a7
79b2798f35839ebac472cc1d61d58a779d24e537
refs/heads/main
2023-03-27T04:35:12.314175
2021-03-29T07:42:03
2021-03-29T07:42:03
336,249,206
0
0
null
null
null
null
UTF-8
PlantUML
false
false
895
puml
@startuml Classes 'see:https://plantuml.com/fr/class-diagram title: Diagramme de classe class User { {field} email: string {field} fullname: string {field} phone: string {field} address: string {field} zipcode: string {field} city: string {field} createdAt: DateTimeInterface } class Customer { {field} email: string {field} fullname: string {field} phone: string {field} adress: string {field} zipcode: string {field} city: string {field} createdAt: DateTimeInterface } class Product { {field} brand: string {field} model: string {field} reference: string {field} price: decimal } User "1" -- "0..*" Customer @enduml
false
true
false
false
class
f1e9c93cf9133943dceca719c42788b5d03ae06a
bcb7fd9ec9e69e52780b27da867b8055dfdc043c
/src/lattice/ContextReaderText.iuml
555e564aa89e808572962f9a89405e740e20967c
[ "CECILL-B" ]
permissive
vanthonguyen/lattice-sequence
2e962d089b0053ba90332932fe3881dfe8ec71ac
72ebfe551ef013da521b81121e3f98164b2a00bf
refs/heads/master
2020-04-15T07:22:32.920465
2015-02-01T17:33:59
2015-02-01T17:33:59
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
278
iuml
package lattice { class ContextReaderText { -{static}ContextReaderText instance +void read(Context context, BufferedReader file) +{static}ContextReaderText getInstance() +{static}void register() } ContextReader <|-- ContextReaderText }
false
true
false
false
class
09d5f2769f11e53a52eec66bc9f79b1f84c62c87
aa9620300bc8488f53437e0f5faab824225aab73
/reweighting_2017/wrapper_wrapped_3.plantuml
6148bfc0233f8afccaf918b36ea99dfa1ab58480
[ "BSD-3-Clause" ]
permissive
atavory/atavory.github.io
94daa1b05141ff5c6e9ebfb5055fc87cfd333ca3
43d98b45150411d83ab75a92a6d4ab9226927ef0
refs/heads/master
2021-01-19T06:15:43.197765
2019-11-18T10:58:38
2019-11-18T10:58:38
100,634,235
0
0
null
null
null
null
UTF-8
PlantUML
false
false
650
plantuml
@startuml skinparam monochrome true skinparam shadowing false actor user participant Wrapped participant wrapped autonumber 1 "<font color=grey>" user -[#grey]> Wrapped: <back:white>predict(X)</back> autonumber 2 "<font color=grey>" Wrapped -[#grey]> Wrapped: <back:white>validate; strip</back> autonumber 3 "<font color=black>" Wrapped -[#black]> Wrapped: <back:grey>predict(Xt)</back> autonumber 4 "<font color=grey>" wrapped -[#grey]> Wrapped: <back:white>yt</back> autonumber 5 "<font color=grey>" Wrapped -[#grey]> Wrapped: <back:white>add metadata</back> autonumber 6 "<font color=grey>" Wrapped -[#grey]> user: <back:white>y</back> @enduml
false
true
false
false
usecase
b8c7a255fc34795918e45d89cce361a71ff74228
41b4482517ed5f0eecb0f84119062e19ba85b2c3
/doc/factory_pattern/FactoryPattern.puml
11cb6667dfb4e7e47d6c28ab01155880d089cb51
[ "MIT" ]
permissive
simonsymhoven/analysis-model
f6cc02d39e3da446c3a7dd043fb36215d69483f0
28ae1c2fba373668d86556f563a39ccc84dbb4e1
refs/heads/master
2021-04-13T10:42:51.983341
2020-04-08T19:53:55
2020-04-08T19:53:55
249,156,825
0
0
MIT
2020-04-08T19:53:57
2020-03-22T10:09:20
Java
UTF-8
PlantUML
false
false
372
puml
@startuml class LineRangeTest { # createSerializable() : LineRange } class LineRange interface Serializable <<interface>> LineRangeTest --|> SerializableTest LineRange ..|> Serializable SerializableTest ..> LineRange : <<bind>>T::LineRange abstract class SerializableTest<T extends Serializable> { # createSerializable() : T } SerializableTest *- Serializable @enduml
false
true
false
false
class
a7fccc14f4fd7858ca3be769094438fb07857e62
a682ff1bc0d5ba5ec689ac93532bf68e1244be31
/documentacion/codigos/cu018.puml
eac7b0280620eed7fe3f0a6ac7bea32d66150afe
[]
no_license
fideldalmasso/dondeJuego
f75ec656be3425de8789125e72fb448d9fcf7d7c
d64a380d71a14dedbd63caefac7e1b27446c0a09
refs/heads/master
2023-04-01T07:24:24.311757
2021-03-27T23:29:56
2021-03-27T23:29:56
300,145,075
0
1
null
null
null
null
UTF-8
PlantUML
false
false
4,194
puml
@startuml title CU018 Gestionar Resultados de Fixture actor UsuarioAutenticado boundary MostrarFixture as in1 boundary GestionarResultado as in2 control GestorEncuentro control "encuentroDao:EncuentroDAO" as ED control GestorCompetencia entity "competencia:Competencia" as CC control "competenciaDao:CompetenciaDAO" as CD entity "fixture:Fixture" as FF control GestorResultado entity "encuentro:Encuentro" as EE activate UsuarioAutenticado UsuarioAutenticado-> in1: gestionarResultado() activate in1 in1-> in2: gestionarResultado(Integer idEncuentro) activate in2 in2-> GestorEncuentro: getEncuentro(Integer idEncuentro) activate GestorEncuentro GestorEncuentro-> ED: getEncuentro(Integer idEncuentro) activate ED ED-> GestorEncuentro deactivate ED alt ((modalidad= eliminatoriasimple and e.proximo.vigente!=null) or (modalidad=eliminatoriadoble and e.perdedor.vigente!=null) or (modalidad=eliminatoriadoble and e.ganador.vigente!=null)) GestorEncuentro-> in2 deactivate GestorEncuentro in2-> in2: mostrarMensajeProximoDefinido() activate in2 in2-> in1 deactivate in2 deactivate in2 in1-> UsuarioAutenticado deactivate in1 else activate GestorEncuentro GestorEncuentro-> in2: encuentroDTO deactivate GestorEncuentro UsuarioAutenticado-> in2: aceptar() in2-> GestorEncuentro: asignarResultado(resultadoDTO rdto,Integer idEncuentro) activate GestorEncuentro alt camposOmitidos GestorEncuentro-> in2: mostrarMensajeCamposOmitidos() else datosInvalidos GestorEncuentro-> in2: mostrarMensajeDatosInvalidos() else GestorEncuentro-> ED: getEncuentro(Integer idEncuentro) activate ED ED-> GestorEncuentro deactivate ED GestorEncuentro-> GestorResultado: crearResultado(rdto) activate GestorResultado alt rdto instanceof ResultadoSetsDTO create entity "rs:ResultadoSet" as RS GestorResultado -> RS: <<create>> GestorResultado -> RS: setDatos(rdto.sets) activate RS RS-> GestorResultado deactivate RS else rdto instanceof ResultadoPuntuacionDTO create entity "rf:ResultadoPuntuacion" as RP GestorResultado -> RP: <<create>> GestorResultado -> RP: setDatos(rdto.puntajeFinalA,rdto.puntajeFinalB) activate RP RP-> GestorResultado deactivate RP else rdto instanceof ResultadoFinalDTO create entity "rf:ResultadoFinal" as RF GestorResultado-> RF: <<create>> GestorResultado-> RF: setDatos(rdto.empate, rdto.ganaA,rdto.ganaB) activate RF RF-> GestorResultado deactivate RF end GestorResultado-> GestorEncuentro: resultado deactivate GestorResultado GestorEncuentro-> EE: getResultadoVigente() activate EE EE-> GestorEncuentro: resultadoVigente deactivate EE opt resultadoVigente!=null GestorEncuentro-> EE: addResultado(resultadoVigente) activate EE EE-> GestorEncuentro deactivate EE end GestorEncuentro-> EE: setResultadoVigente(resultado) activate EE EE-> GestorEncuentro deactivate EE GestorEncuentro-> EE: getFixture() activate EE EE-> GestorEncuentro: fixture deactivate EE GestorEncuentro-> FF: getCompetencia() activate FF FF-> GestorEncuentro: competencia deactivate FF GestorEncuentro-> GestorCompetencia: actualizarFixture(competencia) activate GestorCompetencia opt primerResultado GestorCompetencia-> CC: setEstado(EstadoCompetencia.EN_DISPUTA) activate CC CC-> GestorCompetencia deactivate CC end opt ultimoResultado GestorCompetencia-> CC: setEstado(EstadoCompetencia.FINALIZADA) activate CC CC-> GestorCompetencia deactivate CC end GestorCompetencia-> CD: update(competencia) activate CD CD-> GestorCompetencia deactivate CD GestorCompetencia-> GestorEncuentro deactivate GestorCompetencia GestorEncuentro-> in2 deactivate GestorEncuentro in2-> in2: mostrarMensajeExito() activate in2 in2-> UsuarioAutenticado deactivate in2 end end note right of RF EncuentroDTO Integer idEncuentro String nombreParticipanteA String nombreParticipanteB ResultadoDTO rdto String lugar Integer fecha end note note right of RF ResultadoFinalDTO Integer idResultado Boolean empate Boolean ganaA Boolean ganaB end note note right of RF ResultadoPuntuacionDTO Integer idResultado Integer puntajeFinalA Integer puntajeFinalB end note note right of RF ResultadoSetsDTO List<Set> sets end note hide footbox @enduml
false
true
false
false
usecase
dfa69eeb15892ab4a9607a08526399c7859063a1
f601c40e50e0f113f480ae2de3e80bc4a3172f86
/docs/Solution/Operations-Manager/Deployment.puml
d1411e6dcba6f0a18c7cf8c60f48768db89fd41e
[]
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
298
puml
@startuml package "Operations Manager" #lightblue { folder bin #ffffff { file ops } folder Services #ffffff { file "ops-manager" } node micro node sailsjs database DB1 sailsjs -- DB1 bin .. sailsjs Services .. micro micro -- DB1 sailsjs -> micro } @enduml
false
true
false
false
sequence
74ce8b8ac48ebb67ebb80dd2de6f0ff84af407c7
40dff9f3accaa74abc586113fbe434a6a47073b4
/src/main/java/com/kiran/design/solid/e/dip/fixing_dip.puml
91ec79ba44c4e27165e745208f2c75d9d41b005e
[]
no_license
kiranprakashb/design-core-java
05eac64aa217bf9acbbda21dcd7b98e56e558f20
2c661c0d2e0506b7fa547395527422205c4cd50e
refs/heads/main
2023-03-04T01:24:55.516348
2021-02-17T19:24:51
2021-02-17T19:24:51
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
311
puml
@startuml 'https://plantuml.com/class-diagram class Developer { develop() } class BackEndDeveloper { develop() writeJava() } class FrontEndDeveloper { develop() writeJavascript() } class Project { implement() } Project ..> Developer Developer <|-- BackEndDeveloper Developer <|-- FrontEndDeveloper @enduml
false
true
false
false
class
a20070ea0750bfd2af829bba4b69f8232eda8eb3
02a364d6cc772a9bf2e72d02dbecca74ac14d335
/eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Contracts.Admin/WebStoreCatalog.puml
fcb1d89769ed4459013ef93b96cec6ddfd17ecf8
[ "BSD-3-Clause" ]
permissive
noelmartens/TransitionAcademy
4e02379d234aa4859a497ee2846420f4c55b9e12
3b95a5c737ab7b1497b77d455cf64caa73f69e1f
refs/heads/master
2023-06-14T05:25:35.514249
2021-07-02T19:40:29
2021-07-02T19:40:29
362,512,351
0
0
null
null
null
null
UTF-8
PlantUML
false
false
111
puml
@startuml class WebStoreCatalog { + Id : int <<get>> <<set>> + Name : string <<get>> <<set>> } @enduml
false
true
false
false
class
3466767809d09c2956ef5ae1d2d3be7e52123ebe
fb84bca41a00746017b56791cc1900e4cb811be7
/plantuml/UIs/UIEatenView.puml
257f00b3343d03f7c543ab9b922534b633035434
[]
no_license
MainCastle1212/EverythingEater_Main
9b3622cc5cca5f78a411cfd7df61fbdec29a8856
c228f75b78387aee448c6fbb2f3a362dccb724bd
refs/heads/main
2023-01-12T07:33:38.139825
2020-11-12T10:01:22
2020-11-12T10:01:22
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
204
puml
@startuml class UIEatenView { + View(objSO:EatableObjSO) : void } MonoBehaviour <|-- UIEatenView UIEatenView --> "image" Image UIEatenView --> "Name" Text UIEatenView --> "DefaultColor" Color @enduml
false
true
false
false
class
fa1168f574b876f5eaea443aee106bf32404d930
8b899ba8220c247a9cce52ee728717afa31faf42
/src/befehl_faehrmann.puml
cdc8fb93331094509ce244d4ca0f998d65223670
[]
no_license
FerryTix/diagrams
5313dce8043080074c4097bd4b0e0533a78a1019
db4a2c2b99f4e4e273ef9b5fd47f7fdef9e5e319
refs/heads/main
2023-04-18T03:34:17.313112
2021-05-03T19:22:08
2021-05-03T19:22:08
341,652,352
0
0
null
null
null
null
UTF-8
PlantUML
false
false
385
puml
@startuml skinparam linetype ortho skinparam monochrome true 'title: Senden von Befehlen scale 2 participant Fährmann participant Server Ticketautomat ---> Server: Fragt Befehle an ... ... Fährmann -> Server: Befehl für Ticketautomaten Server -> Ticketautomat: Gibt Befehl weiter ... Ticketautomat -> Server: Ergebnis des Befehls Server -> Fährmann: Ergebnis weiterleiten @enduml
false
true
true
false
sequence
bad1c59955b38e2d06e6a666fe15ff6e4ab66b3a
796ad5e198ac3ed4f49d60ef24aa842437541b07
/models/ClaimIssuing.puml
2158b3bac412a05d1fca6962dfc9d26810092099
[ "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bcgov/von
e863b916c9a25a8ec983c7e6621928b164a97de8
935b2bbaf1a109f8f36f25822066b66c092e67ae
refs/heads/master
2023-03-28T00:25:08.262681
2023-03-07T21:58:10
2023-03-07T21:58:10
98,577,443
54
33
NOASSERTION
2023-03-07T21:58:47
2017-07-27T20:31:19
null
UTF-8
PlantUML
false
false
1,404
puml
@startuml skinparam ParticipantPadding 20 skinparam BoxPadding 20 title VON Claim Definition Loading participant "Ledger" as Ledger box "BC Registry" actor "Issuer" as I participant "DB" as DB endbox box "OrgBook" actor "Holder" as H actor "Prover" as P endbox box "VON Loader" actor "User" as U endbox actor "Verifier" as V note over Ledger, U - The claim loading cycle posts: -- one initial claim-hello from Issuer to Prover (=holder for us), then, for each claim, -- one claim-create, user to Issuer, -- and one claim-store, Issuer to Prover/holder for each claim endnote === Claim Comms Check == I -> H: <claim-hello> H -> I: <how-you-doin?> === Claim Issuing (Bulk Load) == group Bulk Load U -> DB: Get List of Current Claim candidates DB -> U: List Returned <bulk claim data> end group loop for each Claim U -> U: AssembleClaimData() U -> I: CreateAndIssueClaim(payload) I -> Ledger: Indy send claim request Ledger -> I: Indy <update revoc reg>, <claim> I -> U: <Claim> U -> H: StoreClaim(Claim) H -> H: storeClaim H -> U: <ClaimID> end === Claim Retrieval and Proof == note over Ledger, V Basic proving of the full claim. No need to select particular attributes to include/exclude. endnote P -> H: GetClaim(ClaimID) H -> P: <Claim> P -> V: ProveClaim(Claim) activate V V -> V: Indy Verification magic V -> P: <ReceiveProof> destroy V @enduml
false
true
false
false
usecase
098d98ff0f2b1b9d6ab3bd54c418bcf422b24c05
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/CategorySetCustomTypeAction.puml
8b01093af8b4205d2b1879a8c68468c6bb9e625e
[]
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
546
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 CategorySetCustomTypeAction [[CategorySetCustomTypeAction.svg]] extends CategoryUpdateAction { action: String type: [[TypeResourceIdentifier.svg TypeResourceIdentifier]] fields: [[FieldContainer.svg FieldContainer]] } interface CategoryUpdateAction [[CategoryUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
95f6234aa2b808c0312c2cdc04fd381e44d4f253
55a1b6d76434a2f83da98548374b321769831bbd
/blockchain/ethereum/uml/以太坊智能合约EVM类图.puml
10c941e005bd383a78acb20693b2df3d1d68ca6d
[]
no_license
jxu86/technique-architect
961cd20975cabe8672ab49d38cfc58052ea72dc8
2f863947fbe9ea97a9a93ce6aa61b65d163a66e3
refs/heads/master
2023-08-30T21:09:36.693060
2023-08-29T06:36:42
2023-08-29T06:36:42
199,758,335
40
12
null
null
null
null
UTF-8
PlantUML
false
false
1,374
puml
@startuml EVMInterpreter *-- EVM EVMInterpreter *-- Config EVMInterpreter *-- intPool EVM *-- Context EVMInterpreter : evm *EVM EVMInterpreter : cfg Config EVMInterpreter : intPool *intPool EVMInterpreter : hasher keccakState EVMInterpreter : hasherBuf common.Hash EVMInterpreter : readOnly bool EVMInterpreter : returnData []byte EVMInterpreter : NewEVMInterpreter() EVMInterpreter : run() EVMInterpreter : canRun() Config : Debug bool Config : Tracer Tracer Config : NoRecursion bool Config : EnablePreimageRecording bool Config : JumpTable [256]operation Config : EWASMInterpreter string Config : EVMInterpreter string Config : ExtraEips []int EVM : Context EVM : StateDB StateDB EVM : depth int EVM : chainConfig *params.ChainConfig EVM : chainRules params.Rules EVM : vmConfig Config EVM : interpreters []Interpreter EVM : interpreter Interpreter EVM : abort int32 EVM : callGasTemp uint64 EVM : create() EVM : create2() EVM : Cancelled() EVM : Call() EVM : CallCode() EVM : DelegateCall() EVM : ChainConfig() Context : CanTransfer CanTransferFunc Context : Transfer TransferFunc Context : GetHash GetHashFunc Context : Origin common.Address Context : GasPrice *big.Int Context : Coinbase common.Address Context : GasLimit uint64 Context : BlockNumber *big.Int Context : Time *big.Int Context : Difficulty *big.Int @enduml
false
true
false
false
class
af30e5982369fa6f63a80208fbaa3e1eb66e58b1
5f4e0d73d2e35dcfb39706ae232c3929179d55dd
/doc/modules.plantuml
d8ab51556f75120c61f2962a878aedc2422a9f2f
[ "MIT" ]
permissive
Locke/shaclex
1b5f24257c5a699cd6b3672ad1f757e24cb95350
8590e3aee33fc458e577c916d33585ab8ea1328c
refs/heads/master
2020-05-02T21:02:39.615354
2019-03-29T05:58:35
2019-03-29T05:58:35
178,208,589
0
0
null
2019-03-28T13:24:57
2019-03-28T13:24:57
null
UTF-8
PlantUML
false
false
960
plantuml
@startuml package SHACLex { [Schema] as Schema [ShExSchema] as ShExSchema [SHACLSchema] as SHACLSchema [Converter] as Converter [ShEx] as ShEx [SHACL] as SHACL '[RBE] as RBE [ShapeMaps] as shapeMaps '[DepGraphs] as depGraphs [SRDF] as SRDF [SRDF4j] as SRDF4j [SRDFJena] as SRDFJena note left of SRDFJena RDFAsJenaModel end note note right of Converter UML conversion end note } [Apache Jena] as ApacheJena [RDF4j] as RDF4j Schema <|-- ShExSchema Schema <|-- SHACLSchema ShExSchema --> ShEx SHACLSchema --> SHACL Converter --> ShEx Converter --> SHACL ShEx --> shapeMaps 'ShEx --> RBE 'ShEx --> depGraphs SHACL --> SRDF ShEx --> SRDF SRDF <|-- SRDFJena SRDF <|-- SRDF4j SRDFJena --> ApacheJena SRDF4j --> RDF4j package RDFShape { } package shexJava { } shexJava --> Schema RDFShape --> Schema note left of RDFShape Online demo deployed at http://rdfshape.weso.es end note note left of shexJava Demo using SHACLex from Java end note @enduml
false
true
false
false
class
54f3bec6eb348548ca4f3028d078f8fe5f25618c
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/NUnitExtensions/ConstructDelegator.puml
2dd6347a2afbe3360afca66a425aa07a2a916bb0
[]
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
274
puml
@startuml class ConstructDelegator { + ConstructDelegator(stateSerializer:IStateSerializer) + Delegate(type:Type, arguments:object[]) : object + HasAction() : bool + Execute(logScope:LogScope) : void + DestroyCurrentTestObjectIfExists() : void } @enduml
false
true
false
false
class
7e77ed58e16c3e0f72ff156245cbb5592a800fd7
e2151e9992bb6dcb69f07086ec00579519379780
/src/main/java/ex46/ex46.puml
2072527cca7c5ea9a28029f6130d2c2d3b87f1b1
[]
no_license
GSabiniPanini/little-cop3330-assignment3
43e248c1dafd09511955f9d09b26bc1feaf4f19f
9869ef2c906327aaebcf203a864613a61dfacdae
refs/heads/master
2023-06-03T17:30:22.693983
2021-06-21T04:00:53
2021-06-21T04:00:53
378,536,829
0
0
null
null
null
null
UTF-8
PlantUML
false
false
664
puml
@startuml 'https://plantuml.com/class-diagram class Solution46 { } class StringParser { + oldArray : String[] + makeMap(array : String[], size : int) : HashMap<String, Integer> + orderByFreq(tempMap : HashMap<String, Integer>) : ArrayList<Entry<String, Integer>> } class FileReader { + array : String[] + path : String + size : int <<constructor> FileReader(path : String) + readFile(path : String): void } class Grapher { + graphHistogram(freqlist : ArrayList<Entry<String, Integer>>) : void + getAsterisks(n : int) : String } Solution46 o--> FileReader Solution46 o--> StringParser Solution46 o--> Grapher @enduml
false
true
false
false
class
9667412e1b81e22dc564029b971d96651375e744
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
/examples/namespaces.example.puml
7dabe30341df523a9485580eff894e530084e50a
[ "MIT" ]
permissive
tizuck/scala-uml-diagrams
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
c5c432132bff9df7ab60352f0e715583d9d51973
refs/heads/main
2023-03-01T02:44:15.288794
2021-02-03T22:26:55
2021-02-03T22:26:55
306,687,367
0
0
null
null
null
null
UTF-8
PlantUML
false
false
206
puml
@startuml namespace pkg_1 { class ClassDefinition ClassDefinition --> pkg_2.ClassDefinition ClassDefinition <|-- pkg_2.ClassDefinition } namespace pkg_2 { class ClassDefinition } @enduml
false
true
false
false
class
671c2cc02976657eb78facad2bad38521e0108f1
a886006f32e6a130f1a4e7b0cb3cf858b9e7de7e
/GUI/uml-test2.plantuml
baa04ff7d106e331a7939bae71a9951267ed6867
[]
no_license
casperlundberg/GUI-for-multi-party-auctioning
a8d0637e597de8c3050adf51a1019af7687f44a3
21876f2008c99e2af1987b2eeed34ae4686ba2b3
refs/heads/main
2023-03-15T02:50:04.912195
2021-03-20T14:27:55
2021-03-20T14:27:55
322,827,156
2
0
null
null
null
null
UTF-8
PlantUML
false
false
24,818
plantuml
@startuml project set namespaceSeparator :: class "new_project::Auctions::allAuctions.dart::PageMarker" { +int index {static} +List<PageMarker> values {static} +PageMarker ongoing {static} +PageMarker finished {static} +PageMarker offers } "new_project::Auctions::allAuctions.dart::PageMarker" o-- "new_project::Auctions::allAuctions.dart::PageMarker" class "new_project::Auctions::allAuctions.dart::AllAuctions" { +Function navigate +FilterHandler filterHandler +AuctionHandler auctionHandler +OfferHandler offerHandler +UserInfoHandler userHandler +_AllAuctionsState createState() } "new_project::Auctions::allAuctions.dart::AllAuctions" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::Auctions::allAuctions.dart::AllAuctions" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Auctions::allAuctions.dart::AllAuctions" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" "new_project::Auctions::allAuctions.dart::AllAuctions" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Auctions::allAuctions.dart::_AllAuctionsState" { +Function navigate +FilterHandler filterHandler +AuctionHandler auctionHandler +OfferHandler offerHandler +UserInfoHandler userHandler -PageMarker _currentPage +dynamic referenceTypeDropdownValue +dynamic referenceSectorDropdownValue +List<List> referenceTypes +void initState() +Widget build() -SliverList _getPageContainer() -SliverList _getAuctions() -SliverList _getOffers() -SliverList _generateBoxes() +List getReferenceSectors() +List getReferenceTypes() } "new_project::Auctions::allAuctions.dart::_AllAuctionsState" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::Auctions::allAuctions.dart::_AllAuctionsState" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Auctions::allAuctions.dart::_AllAuctionsState" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" "new_project::Auctions::allAuctions.dart::_AllAuctionsState" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" "new_project::Auctions::allAuctions.dart::_AllAuctionsState" o-- "new_project::Auctions::allAuctions.dart::PageMarker" class "new_project::Auctions::myauctions.dart::MyAuctions" { +Function navigate +AuctionHandler auctionHandler +OfferHandler offerHandler +FilterHandler filterHandler +UserInfoHandler userHandler +_MyAuctionsState createState() } "new_project::Auctions::myauctions.dart::MyAuctions" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Auctions::myauctions.dart::MyAuctions" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" "new_project::Auctions::myauctions.dart::MyAuctions" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::Auctions::myauctions.dart::MyAuctions" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Auctions::myauctions.dart::_MyAuctionsState" { +Function navigate +AuctionHandler auctionHandler +OfferHandler offerHandler +FilterHandler filterHandler +UserInfoHandler userHandler +List types +dynamic typeDropdownValue +TextEditingController title +TextEditingController maxParticipants +TextEditingController duration +List<List> referenceTypes +List<List> referenceParameters +List<List> rangeReferenceParameters +List<List> currentReferenceParameters +dynamic referenceSectorDropdownValue +dynamic referenceTypeDropdownValue +List referenceParameterDropdownValues +List<TextEditingController> rangeReferenceParameterControllers +List templateIDs +Template template +dynamic templateIDDropdownValue +List<TextEditingController> offerControllers +Widget build() +Map split() +SliverList buildAuctionList() +void showTemplateGUI() +List getReferenceSectors() +List getReferenceTypes() +List getReferenceParameters() } "new_project::Auctions::myauctions.dart::_MyAuctionsState" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Auctions::myauctions.dart::_MyAuctionsState" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" "new_project::Auctions::myauctions.dart::_MyAuctionsState" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::Auctions::myauctions.dart::_MyAuctionsState" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" "new_project::Auctions::myauctions.dart::_MyAuctionsState" o-- "new_project::Entities::templateListJSON.dart::Template" class "new_project::Entities::auctionDetailsListJSON.dart::AuctionDetailsList" { +List<AuctionDetails> auctionDetailsList +Map toJson() } class "new_project::Entities::auctionDetailsListJSON.dart::AuctionDetails" { +int id +List<Participant> participants +int templateId +List<Bid> bids +int winningBid +Map toJson() } class "new_project::Entities::auctionDetailsListJSON.dart::Bid" { +int id +DateTime time +int userId +List<KeyValuePair> keyValuePairs +Map toJson() } class "new_project::Entities::auctionDetailsListJSON.dart::KeyValuePair" { +String key +dynamic value +Map toJson() } class "new_project::Entities::auctionDetailsListJSON.dart::Participant" { +int userId +Map toJson() } class "new_project::Entities::filtersJSON.dart::Filters" { +List<ReferenceSector> referenceSectors +Map toJson() } class "new_project::Entities::filtersJSON.dart::ReferenceSector" { +String name +List<ReferenceType> referenceTypes +Map toJson() } class "new_project::Entities::filtersJSON.dart::ReferenceType" { +String name +List<ReferenceParameter> referenceParameters +List<RangeReferenceParameter> rangeReferenceParameters +Map toJson() } class "new_project::Entities::filtersJSON.dart::RangeReferenceParameter" { +String name +Map toJson() } class "new_project::Entities::filtersJSON.dart::ReferenceParameter" { +String name +List<FilterValue> values +Map toJson() } class "new_project::Entities::filtersJSON.dart::FilterValue" { +String filterValue +Map toJson() } class "new_project::Entities::materialAuctionListJSON.dart::MaterialAuctionList" { +List<MaterialAuction> materialAuctions +Map toJson() } class "new_project::Entities::materialAuctionListJSON.dart::MaterialAuction" { +int id +String title +int ownerId +int maxParticipants +int currentParticipants +DateTime startDate +DateTime stopDate +String referenceSector +String referenceType +MaterialReferenceParameters materialReferenceParameters +Map toJson() } "new_project::Entities::materialAuctionListJSON.dart::MaterialAuction" o-- "new_project::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters" class "new_project::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters" { +String fibersType +String resinType +int minFiberLength +int maxFiberLength +String recyclingTechnology +String sizing +String additives +int minVolume +int maxVolume +int localid +Map toJson() } class "new_project::Entities::materialOfferListJSON.dart::MaterialOfferList" { +List<MaterialOffer> materialOffers +Map toJson() } class "new_project::Entities::materialOfferListJSON.dart::MaterialOffer" { +int id +String title +int userId +int templateId +List<KeyValuePair> keyValuePairs +DateTime startDate +DateTime stopDate +String referenceSector +String referenceType +MaterialReferenceParameters materialReferenceParameters +Map toJson() } "new_project::Entities::materialOfferListJSON.dart::MaterialOffer" o-- "new_project::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters" class "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2AuctionList" { +List<Referencetype2Auction> referencetype2Auctions +Map toJson() } class "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction" { +int id +String title +int ownerId +int maxParticipants +int currentParticipants +DateTime startDate +DateTime stopDate +String referenceSector +String referenceType +Referencetype2ReferenceParameters referencetype2ReferenceParameters +Map toJson() } "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction" o-- "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters" class "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters" { +String parameter1 +String parameter2 +int minVolume +int maxVolume +int localid +Map toJson() } class "new_project::Entities::referencetype2OfferListJSON.dart::Referencetype2OfferList" { +List<Referencetype2Offer> referencetype2Offers +Map toJson() } class "new_project::Entities::referencetype2OfferListJSON.dart::Referencetype2Offer" { +int id +String title +int userId +int templateId +List<KeyValuePair> keyValuePairs +DateTime startDate +DateTime stopDate +String referenceSector +String referenceType +Referencetype2ReferenceParameters referencetype2ReferenceParameters +Map toJson() } "new_project::Entities::referencetype2OfferListJSON.dart::Referencetype2Offer" o-- "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters" class "new_project::Entities::templateListJSON.dart::TemplateList" { +List<Template> templates +Map toJson() } class "new_project::Entities::templateListJSON.dart::Template" { +int id +List<TemplateString> templateStrings +List<TemplateVariable> templateVariables +Map toJson() } class "new_project::Entities::templateListJSON.dart::TemplateString" { +String text +Map toJson() } class "new_project::Entities::templateListJSON.dart::TemplateVariable" { +String key +String valueType +Map toJson() } class "new_project::Entities::userListJSON.dart::UserList" { +List<User> users +Map toJson() } class "new_project::Entities::userListJSON.dart::User" { +int userId +String userName +String email +Password password +int age +Address address +String homePhoneNumber +String mobilePhoneNumber +String officePhoneNumber +String currentType +String company +List<ParticipatingAuction> participatingAuctions +List<Offer> offers +List<Inbox> requestInbox +List<Inbox> inviteInbox +Map toJson() } "new_project::Entities::userListJSON.dart::User" o-- "new_project::Entities::userListJSON.dart::Password" "new_project::Entities::userListJSON.dart::User" o-- "new_project::Entities::userListJSON.dart::Address" class "new_project::Entities::userListJSON.dart::Address" { +String streetAddress +String city +String state +String postalCode +Map toJson() } class "new_project::Entities::userListJSON.dart::Inbox" { +DateTime time +String status +int auctionId +int userId +int offerId +Map toJson() } class "new_project::Entities::userListJSON.dart::Offer" { +int offerId +Map toJson() } class "new_project::Entities::userListJSON.dart::ParticipatingAuction" { +int auctionId +Map toJson() } class "new_project::Entities::userListJSON.dart::Password" { +String type +String encryption +Map toJson() } class "new_project::Filters::filtersGUI.dart::FiltersGUI" { +FilterHandler filterHandler +_FiltersState createState() } "new_project::Filters::filtersGUI.dart::FiltersGUI" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" class "new_project::Filters::filtersGUI.dart::_FiltersState" { +FilterHandler filterHandler +List<TextEditingController> controllers +List<List> referenceTypes +List<List> referenceParameters +List<List> rangeReferenceParameters +List<List> currentReferenceParameters +dynamic referenceSectorDropdownValue +dynamic referenceTypeDropdownValue +List referenceParameterDropdownValues +List<TextEditingController> rangeReferenceParameterControllers +Widget build() +Widget ReturnContent() +void showFilterTemplateGUI() +List getReferenceSectors() +List getReferenceTypes() +List getReferenceParameters() } "new_project::Filters::filtersGUI.dart::_FiltersState" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" class "new_project::Handlers::auctionHandler.dart::Auctions" { +MaterialAuctionList materialAuctions +Referencetype2AuctionList referencetype2Auctions } "new_project::Handlers::auctionHandler.dart::Auctions" o-- "new_project::Entities::materialAuctionListJSON.dart::MaterialAuctionList" "new_project::Handlers::auctionHandler.dart::Auctions" o-- "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2AuctionList" class "new_project::Handlers::auctionHandler.dart::AuctionHandler" { +Function setMainState +AuctionDetailsList consumerAuctionDetails +AuctionDetailsList supplierAuctionDetails +Auctions allAuctions +TemplateList consumerContractTemplates +TemplateList supplierContractTemplates +Auctions myAuctions +AuctionDetails currentAuctionDetails +UserInfoHandler userHandler +int nextAuctionID +int nextBidID +int nextTemplateID +List<Inbox> inbox +List inboxAuctionTitles +int templateItemCount +List<TextEditingController> controllers +List valueTypes +List dropdownValues +List userTypes +dynamic dropdownValue +void createMaterialAuction() +void createReferencetype2Auction() +void endAuction() +void leaveAuction() +void selectAuctionWinner() +void viewBid() +void setCurrentAuction() +List getAuctionTitles() +void makeBid() +Template getContractTemplate() +Container getListTile() +void showNotifications() +void createContractTemplate() +void showContractTemplateGUI() } "new_project::Handlers::auctionHandler.dart::AuctionHandler" o-- "new_project::Entities::auctionDetailsListJSON.dart::AuctionDetailsList" "new_project::Handlers::auctionHandler.dart::AuctionHandler" o-- "new_project::Handlers::auctionHandler.dart::Auctions" "new_project::Handlers::auctionHandler.dart::AuctionHandler" o-- "new_project::Entities::templateListJSON.dart::TemplateList" "new_project::Handlers::auctionHandler.dart::AuctionHandler" o-- "new_project::Entities::auctionDetailsListJSON.dart::AuctionDetails" "new_project::Handlers::auctionHandler.dart::AuctionHandler" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Handlers::filterHandler.dart::FilterHandler" { +Function setMainState +Filters filters +MaterialReferenceParameters materialFilter +Referencetype2ReferenceParameters referencetype2Filter +int localFilteridCounter +void updateFilter() +void deleteFilter() +bool checkFilter() +void retrieveFilters() } "new_project::Handlers::filterHandler.dart::FilterHandler" o-- "new_project::Entities::filtersJSON.dart::Filters" "new_project::Handlers::filterHandler.dart::FilterHandler" o-- "new_project::Entities::materialAuctionListJSON.dart::MaterialReferenceParameters" "new_project::Handlers::filterHandler.dart::FilterHandler" o-- "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2ReferenceParameters" class "new_project::Handlers::offerHandler.dart::Offers" { +MaterialOfferList materialOffers +Referencetype2OfferList referencetype2Offers } "new_project::Handlers::offerHandler.dart::Offers" o-- "new_project::Entities::materialOfferListJSON.dart::MaterialOfferList" "new_project::Handlers::offerHandler.dart::Offers" o-- "new_project::Entities::referencetype2OfferListJSON.dart::Referencetype2OfferList" class "new_project::Handlers::offerHandler.dart::OfferHandler" { +Function setMainState +Offers allOffers +Offers myOffers +TemplateList consumerOfferTemplates +TemplateList supplierOfferTemplates +UserInfoHandler userHandler +int nextOfferID +void createMaterialOffer() +void createReferencetype2Offer() +void endOffer() +void viewOffer() } "new_project::Handlers::offerHandler.dart::OfferHandler" o-- "new_project::Handlers::offerHandler.dart::Offers" "new_project::Handlers::offerHandler.dart::OfferHandler" o-- "new_project::Entities::templateListJSON.dart::TemplateList" "new_project::Handlers::offerHandler.dart::OfferHandler" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" { +Function updateUser +UserList userListObject +User user +bool isEmail() +bool userCheck() +String passHasher() +bool passwordChecker() +bool phoneCheck() +bool profileEditCheck() +bool passwordValidator() +User loginValidator() +void login() +void register() +void updateProfile() +void requestToJoin() +void inviteToAuction() } "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" o-- "new_project::Entities::userListJSON.dart::UserList" "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" o-- "new_project::Entities::userListJSON.dart::User" class "new_project::main.dart::MyApp" { +Widget build() } class "new_project::mainGUI.dart::WidgetMarker" { +int index {static} +List<WidgetMarker> values {static} +WidgetMarker auctions {static} +WidgetMarker login {static} +WidgetMarker register {static} +WidgetMarker profile {static} +WidgetMarker forgotPass {static} +WidgetMarker room } "new_project::mainGUI.dart::WidgetMarker" o-- "new_project::mainGUI.dart::WidgetMarker" class "new_project::mainGUI.dart::MainGUI" { +State createState() } class "new_project::mainGUI.dart::MainGUIState" { +WidgetMarker selectedWidgetMarker +AnimationController controller +Animation animation +UserInfoHandler userHandler +FilterHandler filterHandler +AuctionHandler auctionHandler +OfferHandler offerHandler +int nextAuctionID +int nextBidID +int nextTemplateID +int nextOfferID +void initState() +void dispose() +Widget build() +dynamic playAnimation() +void setMainState() +void updateUser() +void navigate() +Widget getCustomContainer() +Widget getAuctionsGUIContainer() +Widget getLoginContainer() +Widget getRegisterContainer() +Widget getForgotPassContainer() +Widget getProfileContainer() +Widget getRoomContainer() } "new_project::mainGUI.dart::MainGUIState" o-- "new_project::mainGUI.dart::WidgetMarker" "new_project::mainGUI.dart::MainGUIState" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" "new_project::mainGUI.dart::MainGUIState" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::mainGUI.dart::MainGUIState" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::mainGUI.dart::MainGUIState" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" class "new_project::Navigation::navbar.dart::NavigationBar" { +Function navigate +Function showContractTemplateGUI +Function showNotifications +UserInfoHandler userHandler +int counter +Size preferredSize +NavigationState createState() } "new_project::Navigation::navbar.dart::NavigationBar" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Navigation::navbar.dart::NavigationState" { +Function navigate +Function showContractTemplateGUI +Function showNotifications +UserInfoHandler userHandler +int counter +Widget build() +Widget getNotificationsWidgetCounter() } "new_project::Navigation::navbar.dart::NavigationState" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Navigation::nav_item.dart::NavigationItem" { +dynamic title +Widget build() } class "new_project::Pages::auctionsGUI.dart::AuctionsGUI" { +Function navigate +FilterHandler filterHandler +AuctionHandler auctionHandler +OfferHandler offerHandler +UserInfoHandler userHandler +Widget build() } "new_project::Pages::auctionsGUI.dart::AuctionsGUI" o-- "new_project::Handlers::filterHandler.dart::FilterHandler" "new_project::Pages::auctionsGUI.dart::AuctionsGUI" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Pages::auctionsGUI.dart::AuctionsGUI" o-- "new_project::Handlers::offerHandler.dart::OfferHandler" "new_project::Pages::auctionsGUI.dart::AuctionsGUI" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::forgotPass.dart::ForgotPasswordScreen" { +Function navigate +ForgotPasswordState createState() } class "new_project::Pages::forgotPass.dart::ForgotPasswordState" { +Function navigate +Widget build() +dynamic launchMailto() } class "new_project::Pages::login.dart::LoginScreen" { +Function navigate +UserInfoHandler userHandler +Login createState() } "new_project::Pages::login.dart::LoginScreen" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::login.dart::Login" { +Function navigate +UserInfoHandler userHandler -TextEditingController _controllerUserName -TextEditingController _controllerPW +dynamic loginUserName +dynamic loginPW +Widget build() } "new_project::Pages::login.dart::Login" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::profile.dart::ProfileGUI" { +Function navigate +UserInfoHandler userHandler +Profile createState() } "new_project::Pages::profile.dart::ProfileGUI" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::profile.dart::Profile" { +Function navigate +UserInfoHandler userHandler -GlobalKey<FormState> _formKey -TextEditingController _controllerUserName -TextEditingController _controllerEmail -TextEditingController _controllerAge -TextEditingController _controllerAddress -TextEditingController _controllerCity -TextEditingController _controllerState -TextEditingController _controllerPostalCode -TextEditingController _controllerHomePhoneNumber -TextEditingController _controllerMobilePhoneNumber -TextEditingController _controllerOfficePhoneNumber -TextEditingController _controllerCompany -TextEditingController _controllerOPW -TextEditingController _controllerPW -TextEditingController _controllerRPW +dynamic newUserName +dynamic newEmail +int newAge +dynamic newAddress +dynamic newCity +dynamic newState +dynamic newPostalCode +dynamic newHomePhoneNumber +dynamic newMobilePhoneNumber +dynamic newOfficePhoneNumber +dynamic newCurrentType +dynamic newCompany +dynamic opw +dynamic pw +dynamic rpw +Widget build() } "new_project::Pages::profile.dart::Profile" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::register.dart::RegisterScreen" { +Function navigate +UserInfoHandler userHandler +Register createState() } "new_project::Pages::register.dart::RegisterScreen" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::register.dart::Register" { +Function navigate +UserInfoHandler userHandler -TextEditingController _controllerUserName -TextEditingController _controllerEmail -TextEditingController _controllerPW -TextEditingController _controllerRPW +dynamic newUserName +dynamic newEmail +dynamic pw +dynamic rpw +Widget build() } "new_project::Pages::register.dart::Register" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::room.dart::Room" { +Function navigate +AuctionHandler auctionHandler -UserInfoHandler _userHandler +_RoomState createState() } "new_project::Pages::room.dart::Room" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Pages::room.dart::Room" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" class "new_project::Pages::room.dart::_RoomState" { +Function navigate +AuctionHandler auctionHandler +UserInfoHandler userHandler +CountdownTimerController controller +List<Inbox> out +Template contractTemplate +List<TextEditingController> controllers +MaterialAuction materialAuction +Referencetype2Auction referencetype2Auction +bool isFinished +bool isHost +TextStyle smallText +TextStyle bigText +TextStyle boldText +Widget build() +bool checkForNotifications() +void showContractGUI() } "new_project::Pages::room.dart::_RoomState" o-- "new_project::Handlers::auctionHandler.dart::AuctionHandler" "new_project::Pages::room.dart::_RoomState" o-- "new_project::Handlers::userInfoHandler.dart::UserInfoHandler" "new_project::Pages::room.dart::_RoomState" o-- "new_project::Entities::templateListJSON.dart::Template" "new_project::Pages::room.dart::_RoomState" o-- "new_project::Entities::materialAuctionListJSON.dart::MaterialAuction" "new_project::Pages::room.dart::_RoomState" o-- "new_project::Entities::referencetype2AuctionListJSON.dart::Referencetype2Auction" @enduml
false
true
false
false
class
1c798d4c0aecbb04247b577eef5b7dfe4763e795
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/crm02_01/address_edition/i130371/crm_02_01_design_sequence.puml
254624d1e8c3cdf5489c09bbdb8e2c4ac88ce780
[]
no_license
1130348/Confusao
62e06a3428e4455807b6b247c52d9f94b95fa2c1
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
refs/heads/master
2020-03-25T00:25:42.003519
2015-06-26T14:16:24
2015-06-26T14:16:24
143,185,136
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,032
puml
@startuml doc-files/crm_01_01_updateContact.png participant "AddressPanel : JPanel" as cp participant "ContactsController" as ctrl participant "addressFrame: JFrame" as jframe participant "Persistence" as pers participant "RepositoryFactory" as repFactory participant "ContactsRepository" as contactsRep participant "BufferedReader" as buffer participant "FileReader" as file note right of cp double clicks on the contact to open a window end note create jframe cp -> jframe : new (contact) jframe -> ctrl : tmp = validatePostalCode(postalCode) ctrl -> buffer : create() buffer -> file : create(file_name) loop while there are lines to read ctrl -> buffer: readLine() end loop alt tmp == true jframe -> ctrl : updateAddress(contact, main_address, secundary_address) ctrl -> pers : getRepositoryFactory() pers -> repFactory : newInstance() ctrl -> repFactory : getContactsRepository() ctrl -> contactsRep : update(contact) end @enduml
false
true
false
false
sequence
db43b7d99ed2c9d4f84e86e0a3cb76bd443b079c
2674c5667dcbf2c288f9dea15f00a047d7696245
/template/plantuml/class_diagram.plantuml
cd8315825e010ee207cb1556f833f6cecd1602ca
[ "MIT" ]
permissive
el-bart/beamer_cpp
ec3a5a9663c785b121e44a51a1f34e4665676e16
5ac0e2e0b4eba20eb058563021dd34c1f9b28d5f
refs/heads/master
2022-06-24T11:41:13.665691
2022-06-03T16:16:49
2022-06-03T16:16:49
17,258,559
6
2
null
null
null
null
UTF-8
PlantUML
false
false
101
plantuml
@startuml class Car Driver - Car : drives > Car *- Wheel : have 4 > Car -- Person : < owns @enduml
false
true
false
false
class
c0f6b2ddb06e496274280e2effb914b00c2c6a1c
5dc9e41cc781a3ce07954ad8b4e70ff66ab124ee
/docs/wordpress/wordpress-13.1.4.puml
18844f07151954a1025b38998fbd14dca29aa3a4
[ "Apache-2.0" ]
permissive
melahn/helm-chartmap
ada77202fdc8002788ac75ef2fe734d06e2c5f7e
82c99f6ca09b54e7c7901c065f5d3fe6d0d1800d
refs/heads/master
2022-10-15T08:43:17.746888
2022-09-23T00:11:42
2022-09-23T00:11:42
249,056,151
2
0
Apache-2.0
2022-01-05T00:16:08
2020-03-21T20:33:46
Java
UTF-8
PlantUML
false
false
2,432
puml
@startuml skinparam linetype ortho skinparam backgroundColor white skinparam usecaseBorderColor black skinparam usecaseArrowColor LightSlateGray skinparam artifactBorderColor black skinparam artifactArrowColor LightSlateGray title Chart Map for wordpress:13.1.4 'There are 4 referenced Helm Charts artifact "wordpress:13.1.4\n====\n\tType: application\n====\n\tRepo: https://charts.bitnami.com/bitnami\n====\n\tMaintainers: Bitnami\n====\n\tKeywords: \n\t\tapplication\n\t\tblog\n\t\tcms\n\t\thttp\n\t\tphp\n\t\tweb\n\t\twordpress" as wordpress_13_1_4 #GreenYellow artifact "mariadb:10.4.2\n====\n\tType: application\n====\n\tRepo: https://charts.bitnami.com/bitnami\n====\n\tMaintainers: Bitnami\n====\n\tKeywords: \n\t\tmariadb\n\t\tmysql\n\t\tdatabase\n\t\tsql\n\t\tprometheus" as mariadb_10_4_2 #DarkTurquoise artifact "memcached:6.0.7\n====\n\tType: application\n====\n\tRepo: https://charts.bitnami.com/bitnami\n====\n\tMaintainers: Bitnami\n====\n\tKeywords: \n\t\tmemcached\n\t\tcache" as memcached_6_0_7 #DarkSeaGreen artifact "common:1.12.0\n====\n\tType: library\n====\n\tRepo: https://charts.bitnami.com/bitnami\n====\n\tMaintainers: Bitnami\n====\n\tKeywords: \n\t\tcommon\n\t\thelper\n\t\ttemplate\n\t\tfunction\n\t\tbitnami" as common_1_12_0 #DarkSeaGreen 'There are 3 referenced Docker Images usecase "Image\n====\ndocker.io\n====\nbitnami/mariadb:10.5.15-debian-10-r30\n====\n10.5.15-debian-10-r30" as docker_io_bitnami_mariadb_10_5_15_debian_10_r30 #DarkGoldenRod usecase "Image\n====\ndocker.io\n====\nbitnami/memcached:1.6.14-debian-10-r34\n====\n1.6.14-debian-10-r34" as docker_io_bitnami_memcached_1_6_14_debian_10_r34 #CadetBlue usecase "Image\n====\ndocker.io\n====\nbitnami/wordpress:5.9.2-debian-10-r9\n====\n5.9.2-debian-10-r9" as docker_io_bitnami_wordpress_5_9_2_debian_10_r9 #Darkorange 'Chart Dependencies wordpress_13_1_4--[#green]-|>memcached_6_0_7 memcached_6_0_7--[#green]-|>common_1_12_0 wordpress_13_1_4--[#green]-|>mariadb_10_4_2 mariadb_10_4_2--[#green]-|>common_1_12_0 wordpress_13_1_4--[#green]-|>common_1_12_0 wordpress_13_1_4--[#orange]-|>docker_io_bitnami_wordpress_5_9_2_debian_10_r9 mariadb_10_4_2--[#orange]-|>docker_io_bitnami_mariadb_10_5_15_debian_10_r30 memcached_6_0_7--[#orange]-|>docker_io_bitnami_memcached_1_6_14_debian_10_r34 center footer Generated on 2022/05/04 20:01:54 by com.melahn.util.helm.PlantUmlChartMapPrinter\nhttps://github.com/melahn/helm-chartmap @enduml
false
true
false
false
usecase
f53a78948ba20d253b5d4938fe4e6389fcf271b5
694fd70b693c9670161b2492ece407123bf11cad
/plantuml/designpattern/concept-uml-5.plantuml
75ddf1c22559a57bed1638650988b6c3efaa8405
[ "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
235
plantuml
@startuml skinparam classAttributeIconSize 0 class People { } class Device { } class Factory { } class Subject { } class Observer { } Device <-- People : Uses < Device <-- Factory : Creates < Observer <-- Subject : Notifies < @enduml
false
true
false
false
class
9c148fc64bcf64f051a16c244c579716c1db1a17
644b7bb773b84596a2de4d31a0603284d9562e56
/react/pageTemplates/pageContainer.iuml
6bb6993ff49a5450d3b7c6edcea01225cc7e92e0
[]
no_license
M9k/Marvin-Uml
e62d17245cf493d53f0b80f633a47be8ec44569e
0fe9bc36f947535ae4397181ccf8c85291244a87
refs/heads/master
2021-04-15T17:44:22.461549
2018-05-10T07:52:19
2018-05-10T07:52:19
126,618,685
0
0
null
null
null
null
UTF-8
PlantUML
false
false
378
iuml
class PageContainer { --props-- children: nodes route: object location: object --render-- render the navbar and the footer } PageContainer ..> Panel PageContainer ..> Footer PageContainer ..> Navbar PageContainer ..> ErrorTaker PageContainer ..> AlertDismissable PageContainer ..> LoadingSpinner Page ..> PageContainer
false
true
false
false
class
65f1c7b499e24d4616d60e7eb29f0e5b796f128a
ef302a18443d74877b980845b170a800aaeefb9f
/2021/03/15/Android-Jetpack-Core/livedata.puml
2116943921a9dcface2998e493cf5dc605ae4cd9
[]
no_license
REBOOTERS/REBOOTERS.github.io
a2498fd5e0ca283c84418f037cf11e00f0df38ba
782c70b12ce0c5c6962d13b7c76a5c53caa9fc75
refs/heads/master
2022-01-25T18:53:18.191781
2022-01-02T13:33:34
2022-01-02T13:33:34
103,507,268
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,216
puml
@startuml 'https://plantuml.com/class-diagram package Jetpack-LiveData #ff0 { interface Observer<T> { onChanged(T t) } abstract class LiveData<T> { * START_VERSION = -1 * Object NOT_SET * setValue(T value) * postValue(T value) + observe(LifecycleOwner owner, Observer<? super T> observer) * dispatchingValue(@Nullable ObserverWrapper initiator) - considerNotify(ObserverWrapper observer) } abstract class ObserverWrapper { Observer<? super T> mObserver boolean mActive int mLastVersion = START_VERSION abstract shouldBeActive():boolean isAttachedTo(LifecycleOwner owner):boolean activeStateChanged(boolean newActive) } class AlwaysActiveObserver { shouldBeActive() = true } interface LifecycleEventObserver {} class LifecycleBoundObserver { * LifecycleOwner mOwner } Observer .* LiveData LiveData +.. ObserverWrapper LiveData +.. AlwaysActiveObserver LiveData +.. LifecycleBoundObserver ObserverWrapper <|.. AlwaysActiveObserver ObserverWrapper <|.. LifecycleBoundObserver LifecycleEventObserver <|-- LifecycleBoundObserver class MutableLiveData<T> { + setValue(T value) + postValue(T value) } LiveData <|- MutableLiveData } @enduml
false
true
false
false
class
9ad741c1d35d8c402eb8b350172e5e2d1bc2383c
a124f8cffd3f9d60d4b1dfe10771c9147d4d8367
/docs/UML/diagrammes séquence/editer une demande.puml
1a37e49e4da214a83983f9b3ef3d2bf1d7baf3c9
[]
no_license
dorianleveque/CoHub
6d74d48bc68b78865eca96008319a7900710dcb6
1427516ecaa1bcb3e6f53d1822bc9b30fb5a2ba6
refs/heads/master
2023-01-13T03:15:42.307065
2020-11-21T15:59:01
2020-11-21T15:59:01
314,390,488
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,678
puml
@startuml editer une demande title Editer une demande\n""__Pré-requis__: Le demandeur s'est connecté et consulte une demande qu'il a émit"" actor client as "Demandeur" order 1 participant app as ":App" order 2 participant user as "currentUser:User" order 3 participant tlc as ":TicketListControler" order 4 participant ticket as ":Ticket" order 5 database bdd as "Base de donnée" order 6 app -> user: checkRights() activate user user -> tlc: getTicket(id) activate tlc user <<-- tlc deactivate tlc user -> ticket: getRequester() activate ticket user <<-- ticket : getRequester(): requester deactivate ticket opt requester == currentUser app <<-- user: afficher bouton de suppression deactivate user client ->> app: clic sur bouton éditer activate app client <<-- app: affiche la page edition deactivate app note over client: Le demandeur modifie \nles champs client ->> app: clic sur le bouton valider activate app app -> app : checkField activate app app <<-- app deactivate app alt all field complete == true app -> user: editTicket(t) activate user user -> ticket: edit() activate ticket user <<--ticket deactivate ticket user -> ticket: save() activate ticket ticket -> bdd: executeQuery() activate bdd ticket <<-- bdd deactivate bdd user <<-- ticket deactivate ticket app <<--user deactivate user client <<-- app: redirige sur la page qui affiche la demande else else client <<-- app: error field uncompleted deactivate app end end @enduml
false
true
true
false
usecase
b0f9cd3c10985b813cdcffae3ed2000ac3925e6a
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
/src/site/sphinx/formatting/puml/colors/DimGrey.puml
c20deaf7c330791130a0d37bcb5b22dfae45861a
[]
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
310
puml
@startuml skinparam ClassBackgroundColor #DimGrey skinparam ClassFontColor #DimGrey skinparam ClassBorderColor #DimGrey skinparam ClassStereotypeFontSize 0 skinparam CircledCharacterFontSize 0 skinparam CircledCharacterRadius 0 skinparam ClassBorderThickness 0 skinparam Shadowing false class Dummy @enduml
false
true
false
false
class
65aec97a7a32d2024186123092c9baeeb9b86644
cae8b9d4419938a0b320012bb9825635cb460897
/esterni/diagrammi/diagrammi-training-app/src/sequenceDiagram2.plantuml
f0d177010801e95d988befc6bbcdba7e38c24672
[]
no_license
sofiabononi/project-docs
5612a4b3b11704b3b684df566b5a1291a55c2062
3626071df806c88c722ec0149eb1dc398a0a5185
refs/heads/master
2022-11-20T12:19:16.951949
2020-07-17T14:00:17
2020-07-17T14:00:17
248,197,272
0
2
null
2020-07-17T14:00:18
2020-03-18T10:11:12
TeX
UTF-8
PlantUML
false
false
1,359
plantuml
@startuml Utente -> View: inserimento file View -> View: Event(getPath) View -> Controller: handle(path) Controller -> Model: readFromCVS(path) Model --> CVSFile: <<create>> Model --> Controller: sendData Controller --> View: sendData View -> View: buildPage() Utente -> View: inserimento predittore View -> View: Event(getPath) View -> Controller: handle(path) Controller -> Model: loadPredictor(path) Model --> JsonFile: <<create>> Controller -> Model: getNotes Model --> Controller: sendNotes Controller -> View: setNotes(notes) Utente -> View: Scelta modello View -> View: changeSelect View -> View: updateChart() Utente -> View: Scelta opzioni e invio View -> View: bindFormSubmit(handler) View -> Controller: handler(data, meta) Controller -> Controller:handleFormSubmit(keys, meta) Controller -> Model: getDataByFilter(keys) Model -> Model: filterAndGroup(param) Model --> Controller: risposta Controller -> Model: calculatePredictor(data, meta) alt Modello selezionato: RL Model --> RLadapter: <<create>> RLadapter -> RLadapter: executeTraining(data) else Modello selezionato: SVM Model --> SVMadapter: <<create>> SVMadapter -> SVMadapter: executeTraining(data) end Model --> Controller: return output Controller -> Model: savePredictor(pred) Model -> IpcRenderer: send('save', pred) IpcRender --> Utente: return file @enduml
false
true
false
false
sequence
c08b5194d5db6536abe88bc4dafbc2847d8cce9b
fd5fc24b4aa95837f687798d2d3512d8aeb502cd
/RhymeQuerySequence.puml
716613516d49777081f40ba3dc3884aaead0567f
[]
no_license
FabriceVanner/RhymesClient
c593efb8331dc209a055f2f02f6e9df2e2186948
1d35a4a7b19076da795b7791b2610a34a1d88d0d
refs/heads/master
2021-01-20T11:56:27.420395
2017-10-06T10:46:19
2017-10-06T10:46:19
72,916,890
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,146
puml
@startuml == Query == lazyPoet -> RhymesClient: types a word RhymesClient ->PhEntriesStructure: calcSimisTo(word) PhEntriesStructure ->PhEntriesStructure: looks up entry for word 'EntriesStructure ->PhEntriesStructure: new map<Float, Entry>()' Loop over all entries in Memory PhEntriesStructure -> Entry: calcSimi(other entry) Entry -> PhPartsStructure: calcSimi(other phParts) 'PhPartsStructure-> PhPartsStructure: calcSimi(other vowelParts)\ncalcSimi(other ConsoParts)' Loop over all vowel/Conso-parts PhPartsStructure -> PhPart: calcSimi(phPart) Loop over all possible verschiebugen List<PhSignM> phSignMarr Loop over all phSignMs in List PhPart->PhSignM:calcSimi(phSignM) PhSignM -> PhSign: calcSimi(phSign) PhSign -> PhAttribTypeDefs: calcSimi(this.attribs,\nother attribs) Loop over all Attribs Keys in both Maps PhAttribTypeDefs -> PhAttribType: calcSimi(Enum, Enum) PhAttribTypeType-> PhAttribType: looks up associated floats\ncalcs difference PhAttribTypeDefs <-- PhAttribType: returns simi 'PhAttribTypeDefs --> PhAttribTypeDefs: sums up' end PhSign <-- PhAttribTypeDefs: returns simi-sum PhSignM <--PhSign: returns simi PhPart <--PhSignM: returns simi 'PhPart -> PhPart: sums up' end PhPart-> PhPart: temp stores simi-sum end PhPart -> PhPart: pick highest sum PhPartsStructure <-- PhPart: returns simi 'PhPartsStructure -> PhPartsStructure: sum' Entry <-- PhPartsStructure: returns simi-sum end PhEntriesStructure <-- Entry: returns simi-sum 'EntriesStructure ->EntriesStructure: stores entry and simi' end 'EntriesStructure ->PhEntriesStructure: toString' PhEntriesStructure--> lazyPoet: prints wordsArrLi and simis on screen @enduml
false
true
false
false
sequence
0a5cf75cc530c86571add15ec94c267230eee126
22c062df90adff61becb66216348f35b57920adb
/UML/StructureDiagrams/ClassDiagram/diagrams/ProffesorDepartment.puml
ad5e0d090128d20ef7add1877c21f436326c635c
[ "BSD-3-Clause" ]
permissive
zainmehdi/software_engineering
0ca30f6daf526434fbec9ae0240da0685dc5977a
9b655590d05246d6e859673161de05ecde788b14
refs/heads/master
2022-12-29T14:33:41.798904
2020-10-12T13:57:20
2020-10-12T13:57:20
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
84
puml
@startuml class Proffesor class Department Department "1" o-- "*" Proffesor @enduml
false
true
false
false
class