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
c9e2e5757adb4b1184a9dfd9cbcdc6b38f9be31b
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Core/MORR/Modules/GlobalModuleConfiguration.puml
374d0688fbcf7b558642ff3e1f7044074b4b6481
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
323
puml
@startuml skinparam monochrome true skinparam classAttributeIconSize 0 interface IConfiguration IConfiguration <|-- GlobalModuleConfiguration !startsub default class GlobalModuleConfiguration { + EnabledModules : IEnumerable<Type> <<get>> <<set>> + Parse(RawConfiguration: configuration) : void } !endsub @enduml
false
true
false
false
class
274cf5c892a139f8b9695f88a28246c3f7fdbcf5
03ee69a353430c2ecd80dbe228dbb083c73afd7f
/rabbitmq/src/main/resources/com/hry/spring/rabbitmq/boot/spring-boot-rabbitmq-RabbitListenerAnnotationBeanPostProcessor.puml
39a7ac63dae7b20a40b295ecf338e5d686f2d43b
[]
no_license
caojx-git/spring_boot
595645279b088716b3b462a248c062c33ba92d10
912bba9903d00eacb38084101692d2c54ed97395
refs/heads/master
2020-03-22T19:54:52.298867
2018-07-10T12:12:53
2018-07-10T12:12:53
140,559,971
2
0
null
2018-07-11T10:30:16
2018-07-11T10:30:16
null
UTF-8
PlantUML
false
false
268
puml
@startuml RabbitListenerAnnotationBeanPostProcessor -> RabbitListenerEndpointRegistrar : new RabbitListenerEndpointRegistrar() Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml
false
true
false
false
sequence
c90ab091cea58b73626731b064ef39ea9f7ae1ab
e81ab05344cab4c17cf2183ee2804d64322b7458
/diagrams/component/networking-architecture.puml
41ec0b14e9d840a9ec74ded9a914bcb9791e1f16
[]
no_license
buehler/mse-project-thesis-1
2b3b177b724f19ad6f969d541eb5dc405729df5d
5a1230517aa1dafea47b661a9ffc851fab9ce2f0
refs/heads/master
2023-08-16T04:09:33.174155
2021-08-31T09:22:37
2021-08-31T09:22:37
342,259,878
0
0
null
null
null
null
UTF-8
PlantUML
false
false
372
puml
@startuml skinparam backgroundcolor transparent component "Translator" as t_a component "Translator" as t_b component "Proxy" as p_a component "Proxy" as p_b component "Source" as src component "Destination" as dest t_a <--> p_a : Translation t_b <--> p_b : Translation p_a <-> p_b : Communication src <--> p_a : Communication dest <--> p_b : Communication @enduml
false
true
false
false
sequence
dfb75049c253128ec8dfd7502d536054b807163f
2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03
/UML/vendor/yiisoft/yii2-bootstrap.puml
6f6504160410c268c7f8ee1efe8afccf8f17a9a8
[]
no_license
adipriyantobpn/UML-diagram-for-some-PHP-packages
b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5
0a9308fbd2d544c8f64a37cf9f11011edfc40ace
refs/heads/master
2021-08-19T19:24:34.948176
2017-11-27T07:48:10
2017-11-27T07:48:10
112,164,778
0
0
null
null
null
null
UTF-8
PlantUML
false
false
8,757
puml
@startuml skinparam handwritten true class yii.bootstrap.ActiveField { +checkboxTemplate : string = "<div class="checkbox">\\n{beginLabel}\\n{input}\\n{labelTitle}\\n{endLabel}\\n{error}\\n{hint}\\n</div>" +enableError : boolean = true +enableLabel : boolean = true +horizontalCheckboxTemplate : string = "{beginWrapper}\\n<div class="checkbox">\\n{beginLabel}\\n{input}\\n{labelTitle}\\n{endLabel}\\n</div>\\n{error}\\n{endWrapper}\\n{hint}" +horizontalCssClasses : null|array +horizontalRadioTemplate : string = "{beginWrapper}\\n<div class="radio">\\n{beginLabel}\\n{input}\\n{labelTitle}\\n{endLabel}\\n</div>\\n{error}\\n{endWrapper}\\n{hint}" +inline : boolean = false +inlineCheckboxListTemplate : string = "{label}\\n{beginWrapper}\\n{input}\\n{error}\\n{endWrapper}\\n{hint}" +inlineRadioListTemplate : string = "{label}\\n{beginWrapper}\\n{input}\\n{error}\\n{endWrapper}\\n{hint}" +inputTemplate : string|null +radioTemplate : string = "<div class="radio">\\n{beginLabel}\\n{input}\\n{labelTitle}\\n{endLabel}\\n{error}\\n{hint}\\n</div>" +wrapperOptions : array = [] +checkbox(options = [], enclosedByLabel = true) +checkboxList(items, options = []) #createLayoutConfig(instanceConfig : array) : array +inline(value : bool = true) : $this +label(label = null, options = []) +radio(options = [], enclosedByLabel = true) +radioList(items, options = []) +render(content = null) #renderLabelParts(label : string|null = null, options : array = []) +staticControl(options : array = []) : $this +__construct(config = []) } class yii.bootstrap.ActiveField extends yii.widgets.ActiveField class yii.bootstrap.ActiveForm { +fieldClass : string = "yii\bootstrap\ActiveField" +layout : string = "default" +options : array = [] +field(model, attribute, options = []) : ActiveField +init() } class yii.bootstrap.ActiveForm extends yii.widgets.ActiveForm class yii.bootstrap.Alert { +body : string +closeButton : array|false = [] +init() #initOptions() #renderBodyBegin() : string #renderBodyEnd() : string #renderCloseButton() : string +run() } class yii.bootstrap.Alert extends yii.bootstrap.Widget class yii.bootstrap.BaseHtml { +{static}activeStaticControl(model : yii.base.Model, attribute : string, options : array = []) : string +{static}icon(name : string, options : array = []) : string +{static}staticControl(value : string, options : array = []) : string } class yii.bootstrap.BaseHtml extends yii.helpers.Html class yii.bootstrap.BootstrapAsset { +css = [ \t0 => "css/bootstrap.css" ] +sourcePath = "@bower/bootstrap/dist" } class yii.bootstrap.BootstrapAsset extends yii.web.AssetBundle class yii.bootstrap.BootstrapPluginAsset { +depends = [ \t0 => "yii\web\JqueryAsset", \t1 => "yii\bootstrap\BootstrapAsset" ] +js = [ \t0 => "js/bootstrap.js" ] +sourcePath = "@bower/bootstrap/dist" } class yii.bootstrap.BootstrapPluginAsset extends yii.web.AssetBundle class yii.bootstrap.BootstrapThemeAsset { +css = [ \t0 => "css/bootstrap-theme.css" ] +depends = [ \t0 => "yii\bootstrap\BootstrapAsset" ] +sourcePath = "@bower/bootstrap/dist" } class yii.bootstrap.BootstrapThemeAsset extends yii.web.AssetBundle abstract class yii.bootstrap.BootstrapWidgetTrait { +clientEvents : array = [] +clientOptions : array = [] +getView() : yii.web.View +init() #registerClientEvents() #registerPlugin(name : string) } class yii.bootstrap.Button { +encodeLabel : boolean = true +label : string = "Button" +tagName : string = "button" +init() +run() } class yii.bootstrap.Button extends yii.bootstrap.Widget class yii.bootstrap.ButtonDropdown { +containerOptions : array = [] +dropdown : array = [] +dropdownClass : string = "yii\bootstrap\Dropdown" +encodeLabel : boolean = true +label : string = "Button" +options : array = [] +split : boolean = false +tagName : string = "button" #renderButton() : string #renderDropdown() : string +run() } class yii.bootstrap.ButtonDropdown extends yii.bootstrap.Widget class yii.bootstrap.ButtonGroup { +buttons : array = [] +encodeLabels : boolean = true +init() #renderButtons() : string +run() } class yii.bootstrap.ButtonGroup extends yii.bootstrap.Widget class yii.bootstrap.Carousel { +controls : array|boolean = [ \t0 => "&lsaquo;", \t1 => "&rsaquo;" ] +items : array = [] +showIndicators : boolean = true +init() +renderControls() +renderIndicators() : string +renderItem(item : string|array, index : int) : string +renderItems() : string +run() } class yii.bootstrap.Carousel extends yii.bootstrap.Widget class yii.bootstrap.Collapse { +autoCloseItems : boolean = true +encodeLabels : boolean = true +items : array = [] +init() +renderItem(header : string, item : array, index : int) : string +renderItems() : string +run() } class yii.bootstrap.Collapse extends yii.bootstrap.Widget class yii.bootstrap.Dropdown { +encodeLabels : boolean = true +items : array = [] +submenuOptions : array|null +init() #renderItems(items : array, options : array = []) : string +run() } class yii.bootstrap.Dropdown extends yii.bootstrap.Widget class yii.bootstrap.Html { } class yii.bootstrap.Html extends yii.bootstrap.BaseHtml class yii.bootstrap.InputWidget { } class yii.bootstrap.InputWidget extends yii.widgets.InputWidget class yii.bootstrap.Modal { +{static}SIZE_DEFAULT = "" +{static}SIZE_LARGE = "modal-lg" +{static}SIZE_SMALL = "modal-sm" +bodyOptions : array = [ \t"class" => "modal-body" ] +closeButton : array|false = [] +footer : string +footerOptions : string +header : string +headerOptions : string +size : string +toggleButton : array = false +init() #initOptions() #renderBodyBegin() : string #renderBodyEnd() : string #renderCloseButton() : string #renderFooter() : string #renderHeader() : string #renderToggleButton() : string +run() } class yii.bootstrap.Modal extends yii.bootstrap.Widget class yii.bootstrap.Nav { +activateItems : boolean = true +activateParents : boolean = false +dropDownCaret : string +dropdownClass : string = "yii\bootstrap\Dropdown" +encodeLabels : boolean = true +items : array = [] +params : array +route : string +init() #isChildActive(items : array, active : bool) : array #isItemActive(item : array) : bool #renderDropdown(items : array, parentItem : array) : string +renderItem(item : string|array) : string +renderItems() +run() } class yii.bootstrap.Nav extends yii.bootstrap.Widget class yii.bootstrap.NavBar { +brandLabel : string|boolean = false +brandOptions : array = [] +brandUrl : array|string|boolean = false +containerOptions : array = [] +innerContainerOptions : array = [] +options : array = [] +renderInnerContainer : boolean = true +screenReaderToggleText : string = "Toggle navigation" +init() #renderToggleButton() : string +run() } class yii.bootstrap.NavBar extends yii.bootstrap.Widget class yii.bootstrap.Progress { +barOptions : array = [] +bars : array +label : string +percent : integer = 0 +init() #renderBar(percent : int, label = "", options : array = []) : string #renderProgress() : string +run() } class yii.bootstrap.Progress extends yii.bootstrap.Widget class yii.bootstrap.Tabs { +dropdownClass : string = "yii\bootstrap\Dropdown" +encodeLabels : boolean = true +headerOptions : array = [] +itemOptions : array = [] +items : array = [] +linkOptions : array = [] +navType : string = "nav-tabs" +renderTabContent : boolean = true +tabContentOptions : array = [] #activateFirstVisibleTab() #hasActiveTab() : bool +init() #renderDropdown(itemNumber : string, items : array, panes : array) : bool #renderItems() : string +renderPanes(panes : array) : string +run() } class yii.bootstrap.Tabs extends yii.bootstrap.Widget class yii.bootstrap.ToggleButtonGroup { +encodeLabels : boolean = true +items : array = [] +labelOptions : array, = [] +type : string +init() +renderItem(index : int, label : string, name : string, checked : bool, value : string) : string +run() } class yii.bootstrap.ToggleButtonGroup extends yii.bootstrap.InputWidget class yii.bootstrap.Widget { +options : array = [] } class yii.bootstrap.Widget extends yii.base.Widget @enduml
false
true
false
false
class
b740dc90a04602caf13a3aac0b49f24be777fdb7
c9d49168edc406499204f69721424bb6deded5fd
/Modelo/Especialidade.plantuml
6ad36775e275df3f683bd0bfdee9899e9b4bbb72
[ "MIT" ]
permissive
JonatasAfonso/poc-consultorio-comum
1d2880314bacbf7809f59c2d76c8619e73bf6253
936a507ec888eb978abfdbf44c7cb4fe30a3633d
refs/heads/main
2023-03-12T19:39:26.314301
2021-02-26T12:35:39
2021-02-26T12:35:39
342,554,404
0
0
null
null
null
null
UTF-8
PlantUML
false
false
94
plantuml
@startuml class Especialidade { Id : Guid Nome : String Descricao : String } @enduml
false
true
false
false
class
d691b85df4beda8dcfdb8978544aa25818ce16ac
3d50cbb16d4b3a6c9c033fe57f445f0fb0bd9483
/doc/model.plantuml
528df832058cab9b54e940c2494621926fdefded
[ "MIT" ]
permissive
npalm/graphql-prisma-yoga-demo
9884c9c1fb15b084abac651412b4cc78edc3cebb
2f5a6867946fbb1c7c02a2956462351a39cec67d
refs/heads/master
2022-12-13T01:14:06.132421
2020-02-29T15:39:00
2020-02-29T15:39:00
210,690,513
0
0
MIT
2022-12-11T08:49:19
2019-09-24T20:19:59
JavaScript
UTF-8
PlantUML
false
false
927
plantuml
@startuml hide footbox skinparam roundcorner 20 skinparam handwritten true skinparam backgroundcolor transparent skinparam minClassWidth 100 skinparam note { FontName Impact } object Comment { String : comment String : author Talk : talk Date : createdOn } object Talk { String : title Person : speaker List<Conference> : conferences } object Person { String : name String : githubAccount String : blog List<Talk> : talks } object Conference { String : name City : city List<Talk> : talks } object City { String : name List<Bar> : bars List<Restaurant> : restaurants } object Bar { String : name City: city } object Restaurant { String : name City: city String: cuisine } Conference }--{ Talk : has Conference )-- City : held Talk --{ Comment : has Talk }--{ Person : hasSpeaker City --{ Bar : has City --{ Restaurant @enduml
false
true
false
false
class
98615b21a10dde95bad64bfd93a4dd635ac6718e
62a61ebb8096ca511584d6429d101949444d972a
/testinglearning/src/main/java/com/testinglearning/experiement/webtestsequence.puml
83b335a5c8c4c358e99b0b4d345804a76bc25371
[]
no_license
simonpatrick/simple
da3c4b524ecd2aa88875405dccd9769ba9d1208c
89961c58feab6559278fe46f52fc9b7707e35b59
refs/heads/master
2015-08-14T10:26:58.842889
2014-12-18T10:24:26
2014-12-18T10:24:26
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
126
puml
@startuml WebFlowExecutor-> Flow: Init Flow Flow --> PageAction: call fillPage() PageAction -> CheckPoint: call verify @enduml
false
true
false
false
sequence
177f5e5dc335904ce83aeb8fa191199d58870e6d
210adf22e0fa64020267196d43065762a1668c4f
/src/main/kotlin/KozMedRosInformationModel.puml
75989afc466c293629bea83ac75b02be409b0039
[]
no_license
7mann/koz-med-ros
9d0a368e93c42d594028d9c79a947b8ae655418a
67b44d2ccecfc2fb02832ed3eef683271a0efee6
refs/heads/master
2021-05-19T03:55:27.832344
2020-10-19T08:56:26
2020-10-19T08:56:26
251,517,612
0
0
null
2020-10-19T08:56:44
2020-03-31T06:21:19
Kotlin
UTF-8
PlantUML
false
false
6,755
puml
@startuml title \nKoz-Med-Ros Information Model\n\n skinparam class { BackgroundColor<<TODO>> Pink BorderColor<<TODO>> Tomato } skinparam stereotypeCBackgroundColor<<TODO>> LightGray note as N0 <size:16>Class types according to DDD</size> <size:8> </size> <b>A</b> - Aggregate <b>E</b> - Entity <b>F</b> - Factory <b>R</b> - Repository <b>S</b> - Service <b>V</b> - Value Objects end note note as N1 <b>There is a design choice to reduce number of <b>many-to-many and bi-directional releationships. To cite Eric Evans in Domain-driven Design: <i>In real life there are lots of mant-to-many <i>associations, and a great number of them are <i>naturally bidirectional. <i>The same tends to be true of early forms of <i>a model as we brainstorm and explore the domain. <i>But these general associations complicate <i>implementation and maintenance. <i>Further, they communicate very little about the <i>true nature of the releationship.</i> end note class Asset <<(V,DeepSkyBlue)>> { AssetValue Classification } 'note left of Asset : An Asset can be used by\nseveral DataProcessing,\nbut the model choose to\nsimplify this aspect class AssetValue <<(V,DeepSkyBlue)>> hide AssetValue enum AssetValueTypes { CONFIDENCIALITYVALUE INTEGRITYVALUE AVAILABILITYVALUE } hide AssetValueTypes class DataProcessingOverview <<(E,plum)TODO>> class DataProcessing <<(E,plum)TODO>> { DataProcessingPurpose LegalBasis } 'note right: Implementing\nDataProcessingPurpose\nand LegalBasis as\nproperties is a model\nsimplification class DataProcessingPurpose <<(V,DeepSkyBlue)TODO>> hide DataProcessingPurpose class LegalBasis <<(V,DeepSkyBlue)TODO>> hide LegalBasis class Organization <<(A,Palegreen)TODO>> class OrganizationRiskProfile <<(A,Palegreen)TODO>> class OrganizationRiskOwner <<(V,DeepSkyBlue)TODO>> class RiskAnalysisSubject <<(A,Palegreen)TODO>> note left of RiskAnalysisSubject : The subject matter\nof the risk analysis.\nE.g a software product class Risk <<(E,plum)>> { RiskAppetite } class RiskScenario <<(V,DeepSkyBlue)>> class RiskScenarioLibrary <<(V,DeepSkyBlue)>> note right: A library containing risk\nscenarios will simplify\nand make risk analysis\nmore relevant class RiskScenarioLibraryRepository <<(R,Yellow)>> class RiskAnalysis <<(E,plum)TODO>> class RiskAppetite <<(V,DeepSkyBlue)>> hide RiskAppetite class RiskAnalysisOwner <<(V,DeepSkyBlue)TODO>> class RiskOwner <<(V,DeepSkyBlue)TODO>> interface RiskItem { getSeverityLevel() } class RiskTreatment <<(V,DeepSkyBlue)>> { RiskTreatmentStatus RiskTreatmentTypes } class RiskTreatmentPlan <<(E,plum)TODO>> enum RiskTreatmentStatus { EXISTING PLANNED IMPLEMENTED } hide RiskTreatmentStatus enum RiskTreatmentTypes { PROBABILITY_RISK_TREATMENT CONSEQUENCE_RISK_TREATMENT } hide RiskTreatmentTypes enum SeverityLevels { NONE INSIGNIFICANT LOW MODERATE HIGH EXTREME INVALID } hide SeverityLevels class Threat <<(V,DeepSkyBlue)>> { ThreatTypes ThreatAgent } 'note top: Implementing ThreatTypes\nand ThreatAgent as properties\nis a model simplification class ThreatLibrary <<(V,DeepSkyBlue)TODO>> { RiskTreatment Threat ThreatAgent Vulnerability } note right : A library containing threats, \nthreat agents, and exploted\nvulnerabilities will simplify and\nmake risk analysis more relevant class ThreatLibraryRepository <<(R,YELLOW)>> { readThreatAgents() writeThreatAgents(threatAgents) } class ThreatAgent <<(V,DeepSkyBlue)>> hide ThreatAgent enum ThreatAgentType { HUMAN ENVIRONMENTAL } hide ThreatAgentType interface ThreatPresence class OwaspThreatPresence <<(V,DeepSkyBlue)>> class DiscreteThreatPresence <<(V,DeepSkyBlue)>> interface ThreatPresenceScore class DiscreteThreatPresenceScore <<(E,plum)>> enum ThreatTypes { DELIBERATE ACCIDENTAL ENVIRONMENTAL } hide ThreatTypes class Vulnerability <<(V,DeepSkyBlue)>> { exploitedByVulnerability } '------ Relations -------- Organization "1" -> "1" OrganizationRiskProfile : has a > Organization o--> Organization note left of Organization : An Organization can\nhave sub-Organizations Organization "1" --> "1" DataProcessingOverview : has a > DataProcessingOverview "1" --> "*" DataProcessing : contains > DataProcessing "1" --> "*" Asset : contains > OrganizationRiskProfile "1" o--> "*" RiskAnalysisSubject : contains\nseveral > RiskAnalysisSubject "1" o--> "*" RiskAnalysis : has > OrganizationRiskProfile -> OrganizationRiskOwner : has an > RiskAnalysis "1" o--> "*" RiskAnalysis note bottom on link :The recursive relationship\nis to enable analysis\nbased on collection of\nother analysis RiskAnalysis "1" o--> "*" Risk : analyze > RiskAnalysis "1" o--> "1" RiskTreatmentPlan : has a > RiskTreatmentPlan "1" o--> "*" RiskTreatment RiskTreatment "1" -right-> "1..*" Vulnerability : reduce RiskTreatmentPlan "1" o--> "*" Risk RiskAnalysis -> RiskAnalysisOwner : has a > OrganizationRiskOwner ---|> RiskOwner : is a > RiskOwner <|-- RiskAnalysisOwner :is a < Risk "1" o--> "*" Asset :contains > 'Risk "1" o--> "*" Threat :threaten by > 'note as N2 ' Should this relation ' be present? ' Yes, to complete the ' threat landscape 'end note 'Risk . N2 'N2 . Threat Risk "1" o--> "*" Threat :threaten by > Risk "1" o--> "*" Vulnerability :exposed by > Risk "1" o--> "*" RiskTreatment :reduced by > Risk "1" o--> "1" RiskScenario RiskScenario <.. RiskScenarioLibrary : provides < RiskScenarioLibrary "1" ..> "1" RiskScenarioLibraryRepository : reads/\nwrites > Asset ..|> RiskItem :is a > Vulnerability ..|> RiskItem :is a > RiskTreatment ..|> RiskItem :is a > ThreatPresence -up-|> RiskItem :extends > Threat <... ThreatLibrary : provides < Threat ..|> RiskItem :is a > Threat "1" -> "1" ThreatPresence :has > 'DiscreteThreatPresence ..|> ThreatPresence :is a > ThreatPresence <|.. OwaspThreatPresence :is a > ThreatPresence <|.. DiscreteThreatPresence :is a > Vulnerability <... ThreatLibrary : provides < RiskTreatment <... ThreatLibrary : provides < ThreatLibrary "1" ..> "1" ThreatLibraryRepository : reads/\nwrites > Threat "0..*" -right-> "1..*" Vulnerability : exploits > Vulnerability "0..*" <-left- "1..*" Asset : < exposed by newpage title \nKoz-Med-Ros Information Model - Factories and related objects\n\n skinparam class { BackgroundColor<<TODO>> Pink BorderColor<<TODO>> Tomato } skinparam stereotypeCBackgroundColor<<TODO>> LightGray class RiskAnalysisFactory <<(F,Gold)>> class Risk <<(E,plum)>> class RiskAnalysis <<(E,plum)TODO>> RiskAnalysisFactory .. RiskAnalysis : creates > RiskAnalysisFactory .. Risk : populates > hide empty members @enduml
false
true
false
false
sequence
65339584877b825389726018270e836b9e0b7909
c60a8fb67fedcbae08755d8125d97468a8aca24d
/Projet de UML Reverse/documents/diagrammes_architecture/DiagrammesVersion trash/Modèle de donnée/parser.puml
f51eb568c72f218bf1236a6bf54c6c2c3b9423b2
[ "Apache-2.0" ]
permissive
BelkhousNabil/Projets-Informatiques
6be114f6a8dbcf978ef67daffb1394ee023255cf
47ffd6526bb66ae263c34725fe2b515b751127bb
refs/heads/master
2021-01-17T07:12:08.050466
2017-02-26T17:03:56
2017-02-26T17:03:56
54,788,129
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,168
puml
@startuml title Diagramme de classes du paquet umlreverse.model.io package umlreverse.model.io { package antlr { class Java8Lexer class Java8Parser class PlantUMLLexer class PlantUMLParser } interface IDiagramLoader { +IDiagram loadDiagramFromJava(String nomFichierJava) +IDiagram loadDiagramFromPlantUML(String nomFichierPlantUml) +void applyStyle(IDiagram diagram, String nomFichierParameter) } abstract AbstractParser { +File getFile() +void setFile(File file) } interface IDiagramParser<D extends IDiagram> { +D getDiagram() } IDiagramParser <. IDiagramLoader interface IClassParser { +IClassDiagram getDiagram() } IDiagramParser <|-- IClassParser class JavaClassParser { +IClassDiagram getDiagram() } IClassParser <|.. JavaClassParser AbstractParser <|---- JavaClassParser class PlantUMLClassParser { +IClassDiagram getDiagram() } IClassParser <|.. PlantUMLClassParser AbstractParser <|---- PlantUMLClassParser interface ISequenceParser { +ISequenceDiagram getDiagram() } IDiagramParser <|-- ISequenceParser class PlantUMLSequenceParser { +ISequenceDiagram getDiagram() } ISequenceParser <|.. PlantUMLSequenceParser AbstractParser <|---- PlantUMLSequenceParser interface IUseCaseParser { +IUseCaseDiagram getDiagram() } IDiagramParser <|-- IUseCaseParser class PlantUMLUseCaseParser { +IUseCaseDiagram getDiagram() } IUseCaseParser <|.. PlantUMLUseCaseParser AbstractParser <|---- PlantUMLUseCaseParser interface IStyleParser { +IStyleManager getStyle() } IDiagramLoader .> IStyleParser class LessStyleParser { +IStyleManager getStyle() } IStyleParser <|.. LessStyleParser AbstractParser <|-- IStyleParser } package org.antlr.v4.runtime { class Lexer Lexer <|----- Java8Lexer Lexer <|----- PlantUMLLexer class Parser Parser <|----- Java8Parser Parser <|----- PlantUMLParser package tree { interface ParseTreeVisitor<T> { +T visit(ParseTree tree) +T visitChildren(RuleNode node) +T visitTerminal(TerminalNode node) +T visitErrorNode(ErrorNode node) } ParseTreeVisitor <|..... AbstractParser } } @enduml
false
true
false
false
class
505a3487eeee76de0604292b8e4bf852f03d75e3
5124b2dbc6276b681910d5584179a02ddc345669
/documentation/uml/class/SalaryTableCellRenderer.puml
6c8b8c31195f45d2f3526c9d6b7b4516a8a7c24d
[]
no_license
Dedda/paintball
258257ce2b0b6160abe4a9dbbbf7c7a658416d5b
fb18cf11e2fc3f7eca7e0d26a2847743b560dc2f
refs/heads/master
2020-12-30T09:58:02.507682
2015-06-16T17:22:59
2015-06-16T17:22:59
30,232,508
1
1
null
null
null
null
UTF-8
PlantUML
false
false
269
puml
@startuml class hotel.gui.model.SalaryTableCellRenderer { colOdd : Color + getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) : Component } javax.swing.table.DefaultTableCellRenderer <|-- hotel.gui.model.SalaryTableCellRenderer @enduml
false
true
false
false
class
1e57df6e8ac17f591e1bbea25718ec47b5e6cc32
bc40d55f8dea19a57d15797af5c5d5ff29ae3347
/src/ua/khpi/oop/kogutenko16/dependence16.puml
1396eb61c907d6537d6d9adfed2d71924101dd1d
[]
no_license
kogutenko-alex/kogutenko-oleksandr
bc09a946f6b940f5020686449a8eb9e7e6ad0f2c
2c97e1842947cbf7b20d69f3a5acdec98505bcfa
refs/heads/master
2023-04-24T07:38:41.197360
2021-05-10T11:53:49
2021-05-10T11:53:49
310,842,719
0
1
null
2021-05-10T11:53:49
2020-11-07T12:44:24
Java
UTF-8
PlantUML
false
false
577
puml
@startuml 'https://plantuml.com/class-diagram class ConsoleAuto class ConsoleFile class Date class HelperClassLink class InteractiveConsole class Shops class Start class ThreadList class ThreadTask ThreadList <|-- ThreadTask Start <|-- InteractiveConsole Start <|-- ConsoleAuto ConsoleAuto <|-- HelperClassLink ConsoleAuto <|-- ThreadTask InteractiveConsole <|-- HelperClassLink InteractiveConsole <|-- HelperClass InteractiveConsole <|-- ConsoleFile InteractiveConsole <|-- ThreadList HelperClassLink <|-- Shops HelperClassLink <|-- ConsoleFile Shops <|-- Date @enduml
false
true
false
false
class
8bae289ca7470f9aefb9d7e63d54ad74d3d16df1
fb71f4802819b0f9e5eb2f71bfe356258b8d1f57
/ontrack-docs/src/docs/asciidoc/project-indicators-model.puml
026ef8f99b7dde8563c1339ff928bb3deb202cc1
[ "MIT" ]
permissive
nemerosa/ontrack
c5abe0556cc2cc6eb4109e0c2f045ae5cff84da3
de5ae2ebd9d9a30dce4c717f57e4604da85f0b51
refs/heads/master
2023-08-31T11:02:35.297467
2023-08-28T17:59:07
2023-08-28T17:59:07
19,351,480
111
35
MIT
2023-08-31T13:21:53
2014-05-01T17:08:33
Kotlin
UTF-8
PlantUML
false
false
1,434
puml
@startuml ' https://docs.collibra.com/pages/viewpage.action?pageId=45365276 ' TODO Dynamic indicators class Project <<core>> class Indicator<T> { value: T comment: String } Indicator -left-> Project: project "1" Indicator -right-> IndicatorType: type "1" class IndicatorType<T, C> { id: String shortName: String longName: String link: String valueConfig: C } IndicatorType -right-> IndicatorValueType: valueType "1" IndicatorType --> IndicatorCategory: category "1" IndicatorType -up-> IndicatorComputer: valueComputer "0..1" class IndicatorCategory { id: String name: String } enum IndicatorStatus { GREEN YELLOW RED } interface IndicatorValueType<T, C> { form(value: T?): Form status(config: C, value: T): IndicatorStatus } IndicatorValueType ..> IndicatorStatus interface IndicatorComputer<T> { computeValue(project: Project): T } class IndicatorPortfolio { id: String name: String label: String? } IndicatorPortfolio --> IndicatorType: types "0..*" IndicatorPortfolio ..> Project: linked to class IndicatorPortfolioOfPortfolios IndicatorPortfolioOfPortfolios --> IndicatorType: types "0..*" class IndicatorStats { min: IndicatorStatus avg: IndicatorStatus max: IndicatorStatus } class IndicatorPortfolioStats IndicatorPortfolioStats --> IndicatorType: type "1" IndicatorPortfolioStats --up> IndicatorStats: stats "1" @enduml
false
true
false
false
sequence
db62ac0b08401d684e77a26327458e96297b700b
e7b5da6e0b837e56c70cfc3a8884932e2d9b9cfe
/docs/Implementation/Services/swarm/PrimaryScenario.puml
6facdd3270084790bef9edfe1f0a94a98e7674e2
[ "MIT" ]
permissive
madajaju/ailtire
0e15941fb821a205aca2956b5e0d233f09000310
e85b256b7ea0ba30336dfe8415fc875de53be8b7
refs/heads/master
2023-08-31T05:07:09.454887
2023-07-19T17:19:53
2023-07-19T17:19:53
246,922,496
1
0
null
2023-08-09T04:58:25
2020-03-12T20:13:09
JavaScript
UTF-8
PlantUML
false
false
582
puml
@startuml Participant User Participant parent.ailtire_service as parent Participant child.ailtire_service as child Participant grandchild.Service as gchild User -/ parent : run parent -/ User : register(name, url) parent -> parent : deploy() parent -/ child : run() child -/ parent : register(name, url) parent -/ child : watch.socket() child -> child : deploy() child -/ gchild : run() child -/ gchild : checkStatus() parent -> parent : handleRequests User -> parent : checkStatus() parent -> child : checkStatus() child -> gchild : checkStatus() User -> parent: log() @enduml
false
true
false
false
sequence
9b9d434aa6881ea0a932e8d84f634d9d381fe257
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/ElCazador.Terminal/TerminalController.puml
41863d4ea9b8e2c241bc817deac1b5d869ab259b
[]
no_license
fisboger/Thesis
a6887e195c7daa8317abe3167de1676420173e33
4746126f69da615c641380fd7a33c863f2fedee3
refs/heads/master
2020-04-03T15:18:08.671739
2019-02-07T11:17:06
2019-02-07T11:17:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
402
puml
@startuml class TerminalController { + DataStore : IDataStore <<get>> + WorkerSettings : IWorkerSettings <<get>> + TerminalController(workerSettings:WorkerSettings) + <<async>> Add(name:string, entity:T) : Task + <<async>> Log(name:string, value:string, args:object[]) : Task + <<async>> Output(name:string, user:User) : Task } IWorkerController <|-- TerminalController @enduml
false
true
false
false
class
39e987970a34250af485ae668049ba249c5fe6e0
7dd2741de9c9b0b67716b39b6124281f1c528af1
/Minerals.plantuml
7c5dc3ba7728aff95dd1be6f57140c2eeb8882bf
[]
no_license
Xelorf/Minerals
c64c9346bc00b9341adcd3e36ef99fcca5a43548
ed1f84085adad1e50798270c7856039350cf67f7
refs/heads/master
2023-01-23T04:47:27.131955
2020-11-23T18:57:43
2020-11-23T18:57:43
314,189,723
1
0
null
2020-11-19T11:32:37
2020-11-19T08:55:35
Java
UTF-8
PlantUML
false
false
4,595
plantuml
@startuml namespace sample { class sample.Main { {static} + main() + start() } namespace controllers { class sample.controllers.AddController { + addButton : Button + colorTextField : TextField + densityTextField : TextField + formulaTextField : TextField + hardnessTextField : TextField + lineColorTextField : TextField + messageLabel : Label + nameTextField : TextField + shineTextField : TextField + transparencyTextField : TextField + initialize() + setParent() - checkData() } class sample.controllers.MainController { + addButton : Button + colorColumn : TableColumn<Mineral, String> + deleteButton : Button + densityColumn : TableColumn<Mineral, String> + formulaColumn : TableColumn<Mineral, String> + hardnessColumn : TableColumn<Mineral, String> + lineColorColumn : TableColumn<Mineral, String> + nameColumn : TableColumn<Mineral, String> + searchTextField : TextField + shineColumn : TableColumn<Mineral, String> + table : TableView<Mineral> + transparencyColumn : TableColumn<Mineral, String> + initialize() + updateData() - openAddView() - updateTable() } } namespace db { class sample.db.Configs { # dbHost : String # dbName : String # dbPass : String # dbPort : String # dbUser : String } class sample.db.Const { {static} + MINERALS_TABLE : String {static} + MINERAL_COLOR : String {static} + MINERAL_DENSITY : String {static} + MINERAL_FORMULA : String {static} + MINERAL_HARDNESS : String {static} + MINERAL_ID : String {static} + MINERAL_LINE_COLOR : String {static} + MINERAL_NAME : String {static} + MINERAL_SHINE : String {static} + MINERAL_TRANSPARENCY : String } class sample.db.DBHandler { + getDbConnection() } interface sample.db.IMineralsDAO { {abstract} + addMineral() {abstract} + deleteMineral() {abstract} + getMinerals() } class sample.db.MineralsDAO { + addMineral() + deleteMineral() + getMinerals() } } namespace models { class sample.models.MainModel { - minerals : List<Mineral> - searchText : String + getMinerals() + getSearchText() + setMinerals() + setSearchText() } class sample.models.AddModel { + getMineral() + setMineral() } class sample.models.Mineral { - color : String - density : String - formula : String - hardness : String - id : long - lineColor : String - name : String - shine : String - transparency : String + Mineral() + getColor() + getDensity() + getFormula() + getHardness() + getId() + getLineColor() + getName() + getShine() + getTransparency() + setColor() + setDensity() + setFormula() + setHardness() + setId() + setLineColor() + setName() + setShine() + setTransparency() } } } sample.Main -up-|> Application sample.controllers.AddController .up.|> Initializable sample.controllers.AddController o-- sample.db.MineralsDAO : mineralsDAO sample.controllers.AddController o-- sample.models.AddModel : model sample.controllers.AddController o-- sample.controllers.MainController : parent sample.controllers.MainController .up.|> Initializable sample.controllers.MainController o-- sample.db.MineralsDAO : mineralsDAO sample.controllers.MainController o-- sample.models.MainModel : model sample.db.DBHandler -up-|> sample.db.Configs sample.db.MineralsDAO .up.|> sample.db.IMineralsDAO sample.db.MineralsDAO o-- sample.db.DBHandler : dbHandler sample.models.AddModel o-- sample.models.Mineral : mineral @enduml
false
true
false
false
class
2ba45a9d4aeaf3d8a04783ada13b4969681bdf8a
95db096f36828b7124792f7ce52368a58783e9e9
/docs/javadocs/soen6441riskgame/enums/CardType.puml
816ed1efcdb5e534a8742f4fe6850aeb033463b9
[]
no_license
huntertran/soen6441-riskgame
81af179068618a3870b14ef46cf51ea65c31ac6b
f6605e3c5bdd3346f65288c96de6d169faa47f00
refs/heads/master
2023-06-22T21:10:32.772010
2021-03-31T21:48:30
2021-04-02T03:19:34
209,664,319
2
1
null
2023-06-14T22:29:59
2019-09-19T23:16:40
Java
UTF-8
PlantUML
false
false
1,156
puml
@startuml skinparam svgLinkTarget _parent skinparam linetype ortho set namespaceSeparator none enum "<b><size:14>CardType</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.CardType [[../../soen6441riskgame/enums/CardType.html{soen6441riskgame.enums.CardType}]] { -int cardValue -CardType(int cardValue) {static} +CardType values() {static} +CardType valueOf(String name) +int getCardTypeAsInt() } class "<b><size:14>Card</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Card [[../../soen6441riskgame/models/Card.html{soen6441riskgame.models.Card}]] #white { } hide soen6441riskgame.models.Card fields hide soen6441riskgame.models.Card methods soen6441riskgame.models.Card --> "cardType" soen6441riskgame.enums.CardType class "<b><size:14>GameBoard</b>\n<size:10>soen6441riskgame.singleton" as soen6441riskgame.singleton.GameBoard [[../../soen6441riskgame/singleton/GameBoard.html{soen6441riskgame.singleton.GameBoard}]] #white { } hide soen6441riskgame.singleton.GameBoard fields hide soen6441riskgame.singleton.GameBoard methods soen6441riskgame.singleton.GameBoard ..> soen6441riskgame.enums.CardType @enduml
false
true
false
false
class
20224627a4b0d2c97d8ae08519eb0a71ca68f748
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ReturnItem.puml
c72dcc6b057a6f2cd7113759d02a64df5ca87c2b
[]
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,773
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 ReturnItem [[ReturnItem.svg]] { id: String key: String quantity: Long type: String comment: String shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]] paymentState: [[ReturnPaymentState.svg ReturnPaymentState]] custom: [[CustomFields.svg CustomFields]] lastModifiedAt: DateTime createdAt: DateTime } interface CustomLineItemReturnItem [[CustomLineItemReturnItem.svg]] { id: String key: String quantity: Long type: String comment: String shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]] paymentState: [[ReturnPaymentState.svg ReturnPaymentState]] custom: [[CustomFields.svg CustomFields]] lastModifiedAt: DateTime createdAt: DateTime customLineItemId: String } interface LineItemReturnItem [[LineItemReturnItem.svg]] { id: String key: String quantity: Long type: String comment: String shipmentState: [[ReturnShipmentState.svg ReturnShipmentState]] paymentState: [[ReturnPaymentState.svg ReturnPaymentState]] custom: [[CustomFields.svg CustomFields]] lastModifiedAt: DateTime createdAt: DateTime lineItemId: String } interface ReturnInfo [[ReturnInfo.svg]] { items: [[ReturnItem.svg List<ReturnItem>]] returnTrackingId: String returnDate: DateTime } ReturnItem --> CustomLineItemReturnItem #blue;text:blue : "type : CustomLineItemReturnItem" ReturnItem --> LineItemReturnItem #blue;text:blue : "type : LineItemReturnItem" ReturnItem --> ReturnInfo #green;text:green : "items" @enduml
false
true
false
false
sequence
1a360118f80ca793b80f5017a6a0b83ef7c7ee0c
9623791303908fef9f52edc019691abebad9e719
/src/cn/shui/learning_plan/algorithms/eleventh/eleventh.plantuml
26fa482c7be63b8008c34693860ab79f873b662b
[]
no_license
shuile/LeetCode
8b816b84071a5338db1161ac541437564574f96a
4c12a838a0a895f8efcfbac09e1392c510595535
refs/heads/master
2023-08-17T04:53:37.617226
2023-08-15T16:18:46
2023-08-15T16:18:46
146,776,927
0
0
null
null
null
null
UTF-8
PlantUML
false
false
865
plantuml
@startuml title __ELEVENTH's Class Diagram__\n namespace cn.shui.learning_plan.algorithms.eleventh { class cn.shui.learning_plan.algorithms.eleventh.L46 { {static} - ans : List<List<Integer>> {static} - temp : List<Integer> {static} + main() {static} + permute1() {static} - dfs() } } namespace cn.shui.learning_plan.algorithms.eleventh { class cn.shui.learning_plan.algorithms.eleventh.L77 { ~ temp : List<Integer> {static} - ans : List<List<Integer>> {static} + combine1() + combine2() + dfs() {static} + main() {static} - help() } } 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
4cbf920fa4799fdf03afc849cda053f092989fe6
2d11d250843e81d7ffe0644e864c3f78fe442165
/src/main/java/ex46/ex46_Class_Diagram.puml
72b826b73e1bcf2d3f06fc2117c292db46e07b21
[]
no_license
Nikpie7/coletta-cop3330-assignment3
d6ece4425a3eccf8aef4300efd64229a509e8ef2
35205b2037e3cc8902280b803ecf92dee7404d5b
refs/heads/master
2023-08-22T01:44:55.788989
2021-10-13T03:38:30
2021-10-13T03:38:30
415,458,918
0
0
null
null
null
null
UTF-8
PlantUML
false
false
631
puml
@startuml StringCounter <|-- App App <|-- AppTest StringCounter : private String str StringCounter : private int count StringCounter : public StringCounter(String str) StringCounter : public String getStr() StringCounter : public int getCount() StringCounter : public void setStr(String str) StringCounter : public void setCount(int count) App : public static void main(String[] args) throws IOException App : public static ArrayList<StringCounter> createList(Scanner scan) App : public static void printFrequencies(ArrayList<StringCounter> strList) App : public static void printStars(int num) AppTest : void createList() @enduml
false
true
false
false
class
f8dbc7887bc2d80c4fdaa967d6cac0d90ffb6fbf
973dcef38fb285cf4f14a2e937af23e26a05564b
/docs/Solution/Hybrid-Cloud/Artifact-Repository/Deployment.puml
5ba605308f1a21fe57e4585e5946588da76bbe0c
[]
no_license
CAADE/CAADE
6a0d37b31e77fd00eeb1ad056d17d484585cad96
3873453a14359879a146f1d5897554ae2e94bd96
refs/heads/master
2021-06-09T05:28:17.894441
2019-06-07T06:08:10
2019-06-07T06:08:10
104,078,969
1
0
null
2020-08-20T15:13:40
2017-09-19T13:32:11
JavaScript
UTF-8
PlantUML
false
false
310
puml
@startuml package "Hybrid Cloud/Artifact Repository" #lightblue { folder bin #ffffff { file binName } folder Services #ffffff { file uservice } node micro node sailsjs database DB1 sailsjs -- DB1 bin .. sailsjs Services .. micro micro -- DB1 sailsjs -> micro } @enduml
false
true
false
false
sequence
49106359bb8884cd814911ff434b1c2f8f307cc3
5c60b5ce8e885c5eee2b72ab805ec1191686a005
/docs/pumlFiles/UiToFridgetClass.puml
d3a7ae3364c142fb02a18baad938ae3613c7305e
[]
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
562
puml
@startuml hide circle skinparam classAttributeIconSize 0 skinparam backgroundColor #f2f2f2 skinparam defaultFontSize 16 class Fridget { + run() : void + {static} main() : void } note left Parameters for Fridget have been excluded to focus on Ui end note class Ui { - input: Scanner + printIntroduction() : void + printSeparatorLine() : void + readUserInput() : String + getCurrentUserInput() : String } Fridget -> "1" Ui note right Commonly used methods for Ui from within Fridget end note @enduml
false
true
false
false
class
155bc2cf5a07b322dcc5e45301d2a348622b2976
4c6e3e98172411b20a154175555807344730a64a
/classes.plantuml
87df53e0293c0fe35aa2a028d8b4d4f36a5bdf08
[ "Apache-2.0" ]
permissive
djhaskin987/methuselah-server
94c2100a09030261c55d9fdf43cf9fb98340730c
8002caa1b1624bc083006dbe9ed8039cde8a000c
refs/heads/main
2023-03-12T19:41:14.323415
2021-02-24T05:34:43
2021-02-24T05:34:43
334,786,342
0
0
null
null
null
null
UTF-8
PlantUML
false
false
530
plantuml
@startuml Methuselah Model class Series { Long startSequenceNumber Long latestSequenceNumber Boolean finished } class Author { String authorName String authorEmail } class Snapshot { String userAddress } class Content { Byte[] data } class Repository class Revision { String message Date authored Long sequenceNumber } Repository "1" *-- "many" Series Revision "many" o-- "many" Snapshot Revision "many" *-- "1" Author Series "1" *-- "many" Revision Snapshot "1" *-- "1" Content @enduml
false
true
false
false
class
40c7fcafe3225dd3db6618796c545f60400de3ff
bb3ff9afd4cedeefd0df8e92540a3646a5abec80
/old/channel/channel_provider/images/provider.puml
df9691c5b92c450cd0586dd93a13481f8616fd4f
[]
no_license
skyao/learning-grpc
d64b56c56e4889f1de0362fd3171d8423d6183f3
f303f8a6fbabd22e515f571775a738c96d350793
refs/heads/master
2023-06-25T06:04:16.046407
2023-06-13T03:51:57
2023-06-13T03:51:57
31,769,598
34
14
null
null
null
null
UTF-8
PlantUML
false
false
441
puml
@startuml abstract class ManagedChannelProvider { + static ManagedChannelProvider provider() # boolean isAvailable() # int priority() # ManagedChannelBuilder<?> builderForAddress(String name, int port); # ManagedChannelBuilder<?> builderForTarget(String target); } class OkHttpChannelProvider { } class NettyChannelProvider { } ManagedChannelProvider <-- NettyChannelProvider ManagedChannelProvider <-- OkHttpChannelProvider @enduml
false
true
false
false
class
7c3e48f3a40bc1fd7a79daf6c62760ebdde74905
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Modules/Mouse/Producers/MouseScrollEventProducer.puml
7759225e6d36c526080914659c01dedc995fef00
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
281
puml
@startuml skinparam monochrome true skinparam ClassAttributeIconSize 0 class MouseScrollEventProducer { + StartCapture() : void + StopCapture() : void } class "DefaultEventQueue<T>" { } "DefaultEventQueue<T>" " <MouseScrollEvent>" <|-- MouseScrollEventProducer @enduml
false
true
false
false
class
50a1f5a3107ec520e142b5d2c5c2be55fcd7778d
931f81c52ce82b153959b8f70a74f8c09787bc9c
/docs/archi1.puml
9a36f665217ee239ccd76f64543c77c9ad7c1577
[]
no_license
FannyLourioux/Techpro
3bd4461889773e24966325fe4c536cfa756ec655
293497862d7e8764085160434470d262a465e6c8
refs/heads/master
2023-03-26T15:41:28.183646
2021-03-22T10:40:19
2021-03-22T10:40:19
333,469,386
0
0
null
null
null
null
UTF-8
PlantUML
false
false
3,598
puml
@startuml archi1 package techpro { package model { enum Brand { } enum Category { } abstract class Product { # id: UUID # brand: Brand # price: double # label: string # category: Category } class Computer extends Product { - isDesktop: boolean } class Phone extends Product { - isFixed: boolean } class Storage extends Product { - isUsb: boolean } class Accessory extends Product { } } package dao{ interface GlobalDao<T> { add(p: T): T delete(p: T): T update(p: T): T get(id: UUID): T addAll(listP: List<T>) Set<T> deleteAll(listP: List<T>) Set<T> updateAll(listP: List<T>) Set<T> getAll(): Set<T> } class ComputerDao implements GlobalDao{ } class PhoneDao implements GlobalDao{ } class StorageDao implements GlobalDao{ } class AccessoryDao implements GlobalDao{ } } package resource{ class ComputerResource { + addComputer(computer: Computer): Set<Computer> + deleteComputer(computer: Computer): Set<Computer> + updateComputer(computer: Computer): Set<Computer> + getComputer(id: UUID): Computer + addComputers(computers: List<Computer>): Set<Computer> + deleteComputers(computers: List<Computer>): Set<Computer> + updateComputers(computers: List<Computer>): Set<Computer> + getComputers(): Set<Computer> } class PhoneResource { + addPhone(phone: Phone): Set<Phone> + deletePhone(phone: Phone): Set<Phone> + updatePhone(phone: Phone): Set<Phone> + getPhone(id: UUID): Phone + addPhones(phones: List<Phone>): Set<Phone> + deletePhones(phones: List<Phone>): Set<Phone> + updatePhones(phones: List<Phone>): Set<Phone> + getPhones(): Set<Phone> } class StorageResource { + addStorage(storage: Storage): Set<Storage> + deleteStorage(storage: Storage): Set<Storage> + updateStorage(storage: Storage): Set<Storage> + getStorage(id: UUID): Storage + addStorages(storages: List<Storage>): Set<Storage> + deleteStorages(storages: List<Storage>): Set<Storage> + updateStorages(storages: List<Storage>): Set<Storage> + getStorages(): Set<Storage> } class AccessoryResource { + addAccessory(accessory: Accessory): Set<Accessory> + deleteAccessory(accessory: Accessory): Set<Accessory> + updateAccessory(accessory: Accessory): Set<Accessory> + getAccessory(id: UUID): Accessory + addAccessories(accessories: List<Accessory>): Set<Accessory> + deleteAccessories(accessories: List<Accessory>): Set<Accessory> + updateAccessories(accessories: List<Accessory>): Set<Accessory> + getAccessories(): Set<Accessory> } } } Product o--> Category Product o--> Brand ComputerResource *-up-> ComputerDao PhoneResource *-up-> PhoneDao StorageResource *-up-> StorageDao AccessoryResource *-up-> AccessoryDao ComputerResource *..> Computer PhoneResource *..> Phone StorageResource *..> Storage AccessoryResource *..> Accessory @endpuml
false
true
false
false
class
844b68fcfdd60d237a78e536d638eb82035c30e2
74cb674dc7b9c3f65f6ab08fc5ad3a43c3bf12d3
/Offline 2/Problem 1/src/component/hardware/weightmeasurement/weightmeasurement.plantuml
c3f1653d17fb23776d11f5d2395c8426cd99bab0
[]
no_license
zarif98sjs/CSE-308-Software-Engineering
a9759bbee2ea0647eae2ea677d08741293a1cc14
515015a40c10d916d5089f11784b4ff75319fcbd
refs/heads/main
2023-06-27T05:57:00.443594
2021-07-28T13:57:32
2021-07-28T13:57:32
344,690,362
2
1
null
null
null
null
UTF-8
PlantUML
false
false
945
plantuml
@startuml title __WEIGHTMEASUREMENT's Class Diagram__\n namespace component.hardware.weightmeasurement { class component.hardware.weightmeasurement.LoadSensor { + toString() } } namespace component.hardware.weightmeasurement { interface component.hardware.weightmeasurement.WeightMeasurement { {abstract} + toString() } } namespace component.hardware.weightmeasurement { class component.hardware.weightmeasurement.WeightModule { + toString() } } component.hardware.weightmeasurement.LoadSensor .up.|> component.hardware.weightmeasurement.WeightMeasurement component.hardware.weightmeasurement.WeightModule .up.|> component.hardware.weightmeasurement.WeightMeasurement 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
6ffda053cb7f0add14e6a5ec580ecc2fff53bf89
1bdfd32be238df5ef95e06090a30a3fc5e5c964c
/documentation/account.puml
6c51d32899ddf316f0644053c3359fc0b1fd1815
[ "MIT" ]
permissive
bfuller123/ItemService
a5f9b0616c640c4313a967f828c1d1668ee53146
1aeefe2e745697b1039577bd05ccff6e519f52ac
refs/heads/main
2022-12-30T04:16:26.615686
2020-10-08T05:39:11
2020-10-08T05:39:11
302,236,111
0
0
null
null
null
null
UTF-8
PlantUML
false
false
660
puml
@startuml object account { id: serial PK username: varchar(40) UNIQUE NOT NULL email: varchar(255) UNIQUE NOT NULL firstName: varchar(50) NULL lastName: varchar(50) NULL active: bool NOT NULL DEFAULT true createdAt: date NOT NULL updatedAt: date NOT NULL } object friend { id: serial PK email: varchar(255) UNIQUE NOT NULL createdAt: date NOT NULL updatedAt: date NOT NULL } object account_friend_map { id: serial PK accountId: int NOT NULL friendId: int NOT NULL canView: bool NOT NULL DEFAULT true viewUntil: date NULL createdAt: date NOT NULL updatedAt: date NOT NULL } @enduml
false
true
false
false
class
0203c6d49c05f7383a13d537f97a5253bff8d0f6
996047bdb0d80d57b5d05604e9a0536dea3d313c
/documentation/model.puml
e8e735c2c222e28b56dd7a4951b5d8f892c02d63
[]
no_license
braccolucianoj/Exercise
42764aad19486edbc5e091b30eaf5035f48ee9ba
a5fda907225c12aa72ae2db486ad35ff709b2f56
refs/heads/master
2023-01-23T15:50:30.511505
2020-11-25T15:20:02
2020-11-25T15:27:30
315,977,962
0
0
null
null
null
null
UTF-8
PlantUML
false
false
596
puml
@startuml Design skinparam linetype ortho class Civilization { name: string } class Army { id: number goldenCoins: number public trainSoldier() public transformSoldier() } class Soldier { type: string points: number } class Battle { armyAId: Army armyBId: Army date: timestamp winnerId: Army } class GoldenTransaction { amount: number description: string } ' relatinships Civilization "1" -- "*" Army Army "1" -- "*" Soldier Army "2" -right- "*" Battle :battlesHistory Army "1" -left- "*" GoldenTransaction :goldenCoinsHistory @enduml
false
true
false
false
class
93bf19579c813786f47752ade8ac523894f02981
a192e0445064a0ddd8be0a853ecfe8ae7b7554e3
/PUML/Assignment5.puml
99aa64034a7a7578436d2d6918e4ceb728dc4a48
[]
no_license
nick-vigg/Viggiani-9772-Assignment5
024174b9630e85dfcd73482d1fa04f577844add6
d115b265fc6bca749deef9495b8aafa805ea6ec0
refs/heads/master
2023-06-24T22:31:08.695211
2021-07-26T21:01:43
2021-07-26T21:01:43
388,496,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,064
puml
@startuml class App{ main() start() } class Item{ name : String id : String value : BigDecimal idList : ArrayList<String> setName() getName() setID() getID() setValue() getValue() validateUniqueID() } class List{ items[] : ObservableList getList() addItem() removeItem() getIDs() } class FileManager{ promptSaveFile() promptOpenFile() writeToFile() readFromFile() } class ListManager{ itemList : List tableView : TableView<Item> priceColumn : TableColumn<Item, String> idColumn : TableColumn<Item, String> nameColumn : TableColumn<Item, String> nameField : TextField idField: TextField valueField : TextField searchField : TextField addButtonIsClicked(ActionEvent actionEvent) removeButtonIsClicked((ActionEvent actionEvent) searchButtonIsClicked(ActionEvent actionEvent) openButtonIsClicked(ActionEvent actionEvent) saveButtonIsClicked(ActionEvent actionEvent) updateButtonIsClicked(ActionEvent actionEvent) updateColumns() update() clearText() } javafx.Application <|- App App *-- List List o-- Item ListManager - Item FileManager - ListManager @enduml
false
true
false
false
class
c7debec5a601b591e9dc7cdb55091b16d99efc82
78d135ca6aa54f98cfffc7b5926aa6981f1d2bf8
/restaurant-class.plantuml
4d3a83a6639ed12d6f56dcbfc097a159c3f9b780
[]
no_license
MimiSaffery/Restaurant-task
e2bb612a5721e4ccd6791fe36d1425f4deed1704
871103aa7989ca3793b3e4164c6b51dd9b78b219
refs/heads/master
2022-12-24T18:56:12.211514
2020-10-13T18:17:18
2020-10-13T18:17:18
303,413,959
0
0
null
null
null
null
UTF-8
PlantUML
false
false
674
plantuml
@startuml class Restaurant{ Id Integer Name String Ratings array<rating> --- addRating(<rating>) } Restaurant --{Menu class Menu{ Id Integer Title String Menus array<menu> --- addmenu(<menu>) } Menu --{Drinks_Menu Menu --{Food_Menu Menu --{Dessert_Menu class Drinks_Menu { Id Integer Title String Items Array<Item> --- addItem(<Item>) } class Food_Menu { Id Integer Title String Items Array<Item> --- addItem(<Item>) } class Dessert_Menu { Id Integer Title String Items Array<Item> --- addItem(<Item>) } Drinks_Menu - Food_Menu Food_Menu - Dessert_Menu @enduml
false
true
false
false
class
3c50e9e23873cb3472f89446bb3122fa737c7ea5
3d4291506e543d48fdc292f857df76bae7fcd74b
/src/Model/Model.plantuml
5933e2aafb0368706b36a99ceea5cd58e2d637df
[]
no_license
MoreWaqar/SOEN423-A1-2-3
55ea1a27e39827ace57190a2a7e12e95caf85877
74c1b91f62153f5ffee26faa660358685663f517
refs/heads/master
2023-01-15T01:45:19.745229
2020-10-13T03:26:50
2020-10-13T03:26:50
303,578,007
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,234
plantuml
@startuml title __MODEL's Class Diagram__\n namespace Model { class Model.Item { + itemID : String + itemName : String + itemQty : int + price : int + storeID : String + Item() + getItemID() + getItemName() + getItemQty() + getPrice() + getStoreID() + setItemID() + setItemName() + setItemQty() + setPrice() + setStoreID() } } namespace Model { class Model.Purchase { - customerID : String - dateOfPurchase : String - itemID : String + Purchase() + getCustomerID() + getDateOfPurchase() + getItemID() + setCustomerID() + setDateOfPurchase() + setItemID() } } namespace Model { class Model.Waitlist { - customerID : String - itemID : String + Waitlist() + getCustomerID() + getItemID() + setCustomerID() + setItemID() } } 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
e601d0c641fb7481b86e4a7996427f187d2affcb
4b995d0f311442b39d9062eb98738db15ba9e20f
/src/test/resources/conditions.plantuml
218bb1a8fa0dacef6a93c92abadf17c6116bd55a
[]
no_license
satishrkumar/camel-route-to-plantuml
9659972d26456e1707f78698641e5c152ce6cb6d
0bb924a735e298cb1fbe8d725432eb1f876419fd
refs/heads/master
2021-07-22T00:46:13.832239
2019-11-20T08:19:10
2019-11-20T08:19:10
222,682,409
0
0
null
2019-11-19T11:51:45
2019-11-19T11:40:24
Java
UTF-8
PlantUML
false
false
589
plantuml
@startuml scale 750 width skinparam backgroundColor #AAFFFF skinparam activity { StartColor red BarColor SaddleBrown EndColor Silver BackgroundColor Peru BackgroundColor<< Begin >> Olive BorderColor Peru } (*) --> if "A Condition" then -->[true] "When true action" else -->[false] if "Another condition" then -->[true] "This was else if" else -->[false] "When false action" if "Nested condition" then -->[true] "When nested condition true" else -->[false] "When nested condition false" endif endif "When true action" --> (*) "When false action" --> (*) @enduml
false
true
false
false
activity
dd1690604bac59d06f792e0d48a85600f6d00c27
cbae2c225bd245204a40e41a25415c41604e6219
/rasd/sequence_diagram/sequence_diagram_newEvent2.plantuml
95c736e56746176e80318809257674f0ccbb1d10
[]
no_license
fcremo/AlfonsoCarsenzuolaCremonese-ingsw2
c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903
931288cf6f6e98e177432e5445c6361a0c3443c4
refs/heads/master
2021-03-30T17:25:41.027189
2017-11-26T20:43:18
2017-11-26T20:43:18
105,372,279
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,441
plantuml
@startuml actor User participant System participant RoutingService participant SharingService activate User #FFBBBB User -> System: NewEvent activate System #FFBBBB System -> System: LoadNewEventForm System --> User: ShowNewEventForm deactivate System User -> System: InsertInformation activate System #FFBBBB System -> System: VerifyData deactivate System alt correct data System --> User: DataConfirmation User -> System: SuggestedRoutes System -> RoutingService: RequestRoutes activate RoutingService #FFBBBB RoutingService -> System: SentRoutes deactivate RoutingService System --> User: ShowRoutes alt accept sharing User -> System: SharingServices activate System #FFBBBB System -> SharingService: RequestSharingServices activate SharingService #FFBBBB SharingService -> System: SentSharingAvailableServices deactivate SharingService System --> User: ShowSharingAvailableServices deactivate System User -> System: AutoReservation activate System #FFBBBB System --> User: AutoReservationConfirmation deactivate System User -> System: SelectSharingServices activate System #FFBBBB System --> User: SelectedSharingServicesConfirmation deactivate System else decline sharing User -> System: DeclineSharingServices end User -> System: NewEventConfirm System --> User: ShowCreatedEvent else incorrect data System --> User: Error end @enduml
false
true
false
false
sequence
2d4f5267c53140b001ad108da8c24b627d6b09b5
e01e38184850832dfaa0a2b8289443cdd43b338d
/docs/diagrams/src/seq_sso_overview.puml
3df920384dda677a03748400963f06e363bf3689
[]
no_license
1701/d
27b7df9ffc043aa8caf32143d3447d1636b6a636
3c25225eebe4607c54768e98f0b4701ce1219baa
refs/heads/master
2022-04-12T16:09:07.531968
2020-03-25T09:22:23
2020-03-25T09:22:23
237,078,065
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,991
puml
@startuml skinparam sequence { ArrowColor #76b82a ActorBorderColor #76b82a ActorBackgroundColor #FFF ActorFontColor #000 ActorFontName Arial ActorFontSize 17 LifeLineBorderColor #76b82a LifeLineBackgroundColor #76b82a ParticipantBorderColor #76b82a ParticipantBackgroundColor #76b82a ParticipantFontName Arial ParticipantFontSize 17 ParticipantFontColor #FFF } autonumber "<b>[00]" actor "netID User" as eu participant "Website (RP)" as ws participant "Identity Broker (IOP/IRP)" as ib participant "netID Account Provider (OP)" as op group Browser eu -> ws : Start a use case that requires SSO Login activate ws ws -> eu : Show "netID Login Button" to invoke AuthReq with parameters deactivate ws eu -> ib : Trigger AuthReq activate ib ib -> eu : Redirect to OP with new AuthReq deactivate ib eu -> op : Login with Credentials activate op op -> eu : Show requested claims and ask for consent deactivate op eu -> op : Consent to data transfer activate op op -> eu : Issue AuthN Response and redirect to IRP deactivate op eu -> ib : Transfer AuthN Response via redirect URL activate ib ib -> eu : Store AuthN Response encrypted in new AuthN Response for RP\nand redirect browser to RP deactivate ib activate eu eu -> ws : Transfer AuthN Response via redirect URL activate ws group Server-2-Server ws -> ib : Request AccessToken activate ib ib -> op : Request AccessToken activate op op -> ib : Return AccessToken deactivate op ib -> ws : Return AccessToken deactivate ib ws -> ib : Request UserInfo activate ib ib -> op : Request UserInfo activate op op -> ib : Return UserInfo deactivate op ib -> ws : Return UserInfo deactivate ib end ws -> eu : Report Successful Identification deactivate ws deactivate eu end @enduml
false
true
false
false
usecase
f14c1f36f75693c8ca762abf4e3dbc4c5ece878c
8cf018eb6de40017601592f1f125ea67d5de7086
/docs/UseCases/Manage-Security/Detect-Security-Problems.puml
93a4f5477707598dba14f5ae4e15daf89a9a314f
[]
no_license
CAADE/ADC
bec251477e457a9ee4eca673fdab04b65c4290f5
a81ba7532e7092ab564bcb30f8ec36bab3b71d0b
refs/heads/master
2021-06-23T22:20:00.239150
2019-04-03T05:15:20
2019-04-03T05:15:20
104,887,854
5
0
null
null
null
null
UTF-8
PlantUML
false
false
274
puml
@startuml Actor "actorName" as A box "Manage-Securitys" #lightblue participant CLI as CLI participant Web as Web participant "adc" as S A -> CLI : adc-security-detect() CLI -> S : security/detect() A -> Web : security/detect() Web -> S : security/detect() end box @enduml
false
true
false
false
sequence
dfcd8c0d1890fe69bc6d06a1866ae5ecf6ea181a
d5ea6a1532c8cff3fad6da90895fd2c6be98c600
/chapter1/src/uml.puml
a00412db2181c0923b1cb3b58522431e1ef71c26
[]
no_license
kyamashiro/Refactoring
102bedab256f74ddbc1052c251b21b2568dceb4b
9a9255f2fc43297649f1c6d1f476afe2e1438d07
refs/heads/master
2020-04-08T19:41:49.185185
2018-12-19T11:32:12
2018-12-19T11:32:12
159,667,137
0
0
null
null
null
null
UTF-8
PlantUML
false
false
825
puml
@startuml abstract class Price { getCharge(int $days) getFrequentRenterPoints(int $days) } class NewReleasePrice { getCharge(int $days) } class ChildrenPrice { getCharge(int $days) } class RegularPrice { getCharge(int $days) } class Movie { title:string getCharge(int $days) getFrequentRenterPoints(int $days) } class Rental { int:daysRented getCharge(int $days) getFrequentRenterPoints(int $days) } class Customer { string:name statement() htmlStatement() getTotalCharge() getTotalFrequentRenterPoints() } NewReleasePrice - RegularPrice RegularPrice - ChildrenPrice NewReleasePrice - ChildrenPrice NewReleasePrice -u-|> Price RegularPrice -u-|> Price ChildrenPrice -u-|> Price Movie -r->"1" Price Rental --u-->"1" Movie Customer -l->"*" Rental @enduml
false
true
false
false
class
69be9a01557121045bcaa80b0f8c4f206522e7d7
6669afd15b835e4029133102cfffbdc63764286e
/docs/diagrams/DeleteCommandSequenceDiagram.puml
952e48ab1f2162584df83fc189696d7f8242a5ed
[]
no_license
jerichochua/tp
852d34673f31b7d728af310a7985d51cd6409c99
d8b562a2aab468abf75cdd0f28b9d64eeb7ca1c1
refs/heads/master
2023-01-21T17:48:15.520953
2020-11-09T15:38:41
2020-11-09T15:38:41
297,093,690
0
0
null
2020-09-20T14:27:09
2020-09-20T14:27:08
null
UTF-8
PlantUML
false
false
1,372
puml
@startuml skinparam Shadowing false participant ":Fitr" as Fitr participant ":Parser" as Parser <<class>> participant ":DeleteCommand" as DeleteCommand participant ":ListManager" as ListManager participant ":StorageManager" as StorageManager activate Fitr Fitr -> Parser++: parse("delete...") create DeleteCommand Parser -> DeleteCommand++ DeleteCommand --> Parser deactivate DeleteCommand Parser --> Fitr deactivate Parser Fitr -> DeleteCommand++: execute() alt "exercise" DeleteCommand -> ListManager++: deleteExercise() ListManager --> DeleteCommand deactivate ListManager DeleteCommand -> StorageManager++: writeExerciseList(exerciseList) StorageManager --> DeleteCommand deactivate StorageManager else "food" DeleteCommand -> ListManager++: deleteFood() ListManager --> DeleteCommand deactivate ListManager DeleteCommand -> StorageManager++: writeFoodList(foodList) StorageManager --> DeleteCommand deactivate StorageManager else "goal" DeleteCommand -> ListManager++: deleteGoal() ListManager --> DeleteCommand deactivate ListManager DeleteCommand -> StorageManager++: writeGoalList(goalList) StorageManager --> DeleteCommand deactivate StorageManager end DeleteCommand --> Fitr deactivate DeleteCommand DeleteCommand -[hidden]-> Fitr destroy DeleteCommand deactivate Fitr hide footbox @enduml
false
true
false
false
sequence
1f054d338bd4bd91ccd00b6c22f16e4e525443eb
9c9c1ec01217aed50767bdd539e976c06421a96f
/out/production/GameEngine/Model/VaderBlaster/VaderBlaster.plantuml
1adef897b744914936a27e8ed39b5979a127ef16
[]
no_license
drewmolleur/thebattleofyavin
93f55dbe627b107dc1c1e253deac470fd5c3f04c
37e84725d20db9af657977d6bcbbee54b51bee66
refs/heads/master
2023-07-23T05:00:53.998302
2021-09-06T04:05:58
2021-09-06T04:05:58
403,222,885
1
0
null
null
null
null
UTF-8
PlantUML
false
false
2,126
plantuml
@startuml title __VADERBLASTER's Class Diagram__\n namespace Model { namespace Vader { namespace laster { class Model.VaderBlaster.VaderBlaster { {static} + INIT_MISSILE_SIZE : int {static} + MAX_MISSILE_SIZE : int {static} + STATE_DONE : int {static} + STATE_EXPLODING : int {static} + STATE_SHOOTING : int {static} + UNIT_MOVE : int {static} + vader : Vader ~ color : Color ~ size : int ~ state : int ~ target : Float + VaderBlaster() + getCollisionRadius() + render() + update() - updateState() } } } } namespace Model { namespace Vader { namespace laster { class Model.VaderBlaster.VaderBlasterAnimExploding { + VaderBlasterAnimExploding() + animate() } } } } namespace Model { namespace Vader { namespace laster { class Model.VaderBlaster.VaderBlasterAnimShooting { + VaderBlasterAnimShooting() + animate() } } } } namespace Model { namespace Vader { namespace laster { interface Model.VaderBlaster.VaderBlasterAnimStrategy { {abstract} + animate() } } } } Model.VaderBlaster.VaderBlaster -up-|> Model.GameFigure Model.VaderBlaster.VaderBlaster o-- Model.VaderBlaster.VaderBlasterAnimStrategy : animStrategy Model.VaderBlaster.VaderBlasterAnimExploding .up.|> Model.VaderBlaster.VaderBlasterAnimStrategy Model.VaderBlaster.VaderBlasterAnimExploding o-- Model.VaderBlaster.VaderBlaster : context Model.VaderBlaster.VaderBlasterAnimShooting .up.|> Model.VaderBlaster.VaderBlasterAnimStrategy Model.VaderBlaster.VaderBlasterAnimShooting o-- Model.VaderBlaster.VaderBlaster : context 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
df3dd17076f82cbf7321a0d87efb23fb0bc6d530
5a715525bc5208bab39a4642a18a0846645f0794
/diagrams/activites.puml
c5e4fcfcdd9598ba7a783ebe9ac2e921dcfd0765
[]
no_license
zafodB/CardEmulationAau
f07f30d68a129bb38e4fa0a995e995157983fff1
48e2435c1ad21014ac756388a4772739addfc2cc
refs/heads/master
2020-07-21T20:00:33.030730
2016-12-20T11:30:46
2016-12-20T11:30:46
73,840,839
0
0
null
null
null
null
UTF-8
PlantUML
false
false
299
puml
@startuml package "User interface" { rectangle "Create card Activity" rectangle "Main activity" as CA1 cloud "Create account Fragment" as CAF cloud "Recycler View Fragment" as RVF CA1 --> CAF CA1 -> RVF note right of RVF : The overview of all the cards user\nhas added to their account. } @enduml
false
true
false
false
deployment
06dd68284d361c626599e992078ded09f1d01c11
c19f773d7ce3f8de6333901a42649be662be0142
/src/main/java/ucf/assignments/ucf.assignments.puml
1056603fdb842cee41378858c412107831d3dee3
[]
no_license
CailaC/ucf
1cea9060b651e3bf9658dfb9520ae666c8d70b54
482c0e125457f75df2918be8d5aba661fd917441
refs/heads/master
2023-08-21T10:50:06.156557
2021-11-02T03:52:36
2021-11-02T03:52:36
423,697,675
0
0
null
null
null
null
UTF-8
PlantUML
false
false
583
puml
@startuml 'https://plantuml.com/sequence-diagram class App { +main() --- +start() } class ToDoList{ +main(); ---- +addButton(); ---- +newList(); ---- +Item(); ---- +Status(); ---- +SaveList(); ---- +LoadList(); ---- +editTitle(); ---- +editDescription(); ---- +editDueDate(); ---- } class ListOfToDoLists{ +main(); Description: String DueDate: Date Status: String Name: String ---- +arrayOfToDoList(); ---- +DisplayToDoList(); ---- +DeleteToDoList(); ---- +AddToDoList(); ---- +DisplayToDoList(); ---- +SaveList(); ---- } App <|-- ToDoList ToDoList<|-- ListOfToDoLists @enduml
false
true
false
false
class
866542142873bcf846030b3a4a1441eee6cb6bf8
c9c88501799f383413794614673c6e0f6eb1afe9
/resources/diagram.puml
172215a33f3f8b9670bddc68643e66e8258f2d21
[ "MIT" ]
permissive
khorevaa/notifications
7b0d2151f73be80878d522a20c2859ac09ebf7d9
f3d0d1fbecbcc0e4f0f5992165c1101f9ab73206
refs/heads/master
2023-07-02T08:10:52.862217
2021-08-06T23:00:08
2021-08-06T23:00:08
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
751
puml
@startuml participant EventStore participant EventStoreAggregator participant "Handler\n(custom implementation)" as Handler participant NotificationStore actor User hnote over EventStore: Create change EventStore -> Handler : Change event Handler --> EventStoreAggregator : Fetch aggregated data EventStoreAggregator --> Handler : Return aggregated data hnote over Handler: Create notification payload Handler -> NotificationStore : Store notification payload \n(to relevant principals) NotificationStore --> User : Notify user (optional) User -> NotificationStore : Get notifications\n(filtered by channel) NotificationStore -> User : Return notifications User -> NotificationStore : Confirm seen notification\n(optionally provide channel) @enduml
false
true
false
false
usecase
0bbc3e47419bb5ea080ff0784b63d9bc8cb1c545
dc2247faf521ec1dea553b21afbf936b9535d15d
/plant-uml/subclass-user.plantuml
1d18ef6733efe726cd5cb0b1899f2b6486f2c2a7
[]
no_license
binhtran432k/SFCS_Project-CoLamThiMoiCoAn
dfe8f472e2bc1c2ec1fb87578f8ecc55d75647fc
7d3c8315371097f19afc274573b6576370fa4b58
refs/heads/master
2022-12-01T09:42:51.006725
2020-08-06T15:06:23
2020-08-06T15:07:15
262,592,585
1
1
null
null
null
null
UTF-8
PlantUML
false
false
665
plantuml
@startuml subclass-user-datatype title Sub class diagram of User datatype skinparam ClassAttributeIconSize 0 class "User" as u <<datatype>> { -userId -userName -email -loginName -hash -userType -stallName -ownerId -ownerName -stallDescription -valid } class "LoginPage" as lo class "SocketIO" as so class "Session" as se class "UserIO" as uio class "UserManagementController" as umc class "UserDB" as udb lo ..> u: <<use>> se ..> u: <<use>> so ..> u: <<use>> uio ..> u: <<use>> umc ..> u: <<use>> udb ..> u: <<use>> lo .> so: <<use>> so .> se: <<use>> so .> uio: <<use>> uio .> umc: <<use>> umc .> udb: <<use>> @enduml
false
true
false
false
class
74ca918656c863a6e7255c18438730d04086583c
72f77450eb99de6de59f44206cc663b22e57b016
/study_java/study-design_patterns/src/main/java/top/mcwebsite/state_pattern/state_pattern.puml
e75cd8e94c6baf12201a6bf90d495525bc8ec159
[]
no_license
woxin123/Java-Study
27a09b34a954dc0294f62944fa79be02d6ae8029
f569c4fe27fa65f88232d246906aa67f9ab9d4ba
refs/heads/master
2022-12-17T01:43:03.476391
2019-06-17T07:07:58
2019-06-17T07:07:58
105,738,558
2
0
null
2022-12-16T06:40:00
2017-10-04T06:35:48
JavaScript
UTF-8
PlantUML
false
false
196
puml
@startuml class Context abstract State class ConcreteState Context o-right->State : +context ConcreteState -up-|>State class Context { +Request() } abstract State { +Handle() } @enduml
false
true
false
false
sequence
f23a90529aaf23aae18afb560ab4b1bf9b66c362
4d76418682cd315d17ac1d169a8e4259779dd4b5
/src/docs/development/MainLoop-old.puml
ec5bdc36859f1657654f81d0495f209e5c0dfc54
[ "Apache-2.0", "CC-BY-SA-4.0", "LicenseRef-scancode-other-copyleft" ]
permissive
aim42/htmlSanityCheck
268ef6439cbb980687139f46171908a9a0a84c09
01aa2e7afa082aa07e23d90444a9cb66bbd06525
refs/heads/main
2023-01-12T05:01:16.804667
2023-01-04T13:15:17
2023-01-04T13:15:17
19,579,904
63
58
Apache-2.0
2023-01-04T13:15:19
2014-05-08T16:06:30
Groovy
UTF-8
PlantUML
false
false
554
puml
@startuml skinparam maxmessagesize 80 Gradle -> HSC: sanityCheckHtml() participant HSCTask as HSC activate HSC participant AllChecksRunner as ACR participant ChecksRunner as CR HSC -> HSC: cfg = setupConfiguration() HSC -> ACR: new AllChecksRunner(cfg) activate ACR ACR -> CR: new ChecksRunner(cfg) activate CR loop allCheckers participant "CheckerCreator" as CREATOR CR -> CREATOR: createCheck(file) end CR -> CR: allFiles = FileCollector.getConfiguredHtmlFiles() ACR -> ACR: allCeckers = CheckerFactory.getAllCheckersByAnnotation @enduml
false
true
false
false
sequence
62b103aac28e45a2aead4af37bac3c99f741f01d
c20111eca6096b2f9929d7760a85fea2605008bc
/src/Controller/Controller.plantuml
0dddb29326f105aa4c27966e6888a05447b45886
[]
no_license
SimonGaufreteau/PacMan-Java
1ae116ea1161c5fbaa44c5b90916cc837892f956
aa0f6e1f87136a5bb21225789eef265cb8d09778
refs/heads/master
2022-06-30T10:04:25.181359
2020-05-12T14:51:07
2020-05-12T14:51:07
241,430,198
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,053
plantuml
@startuml title __CONTROLLER's Class Diagram__\n namespace Controller { class Controller.BindingController { {static} + bindText() } } namespace Controller { enum direction { BOTTOM LEFT RIGHT TOP } } namespace Controller { class Controller.EventController { - diffs : ObservableList<Menu> + EventController() + handleRestart() + handleStop() + moveDown() + moveLeft() + moveRight() + moveUp() + setBindings() + setMenus() - getDifficulty() - getGhosts() - reset() } } Controller.BindingController +-down- Controller.BindingController.direction Controller.EventController o-- Modele.ModelGrid : modelGrid Controller.EventController o-- Modele.SimplePacMan : spm 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
46b2ea3a3d623c0ac27c24d61b5d719f7cb3fce7
f8971a6c78d8c847470bf61943640359faab2f2e
/diagrams/blackjack/domain-model-v2.puml
a285f8fa0a25b8549f25f4ea67377b6bcf38b864
[ "MIT" ]
permissive
nCodefresh/boilerplate
c546d41b0f8d831c694b31893e3b78504b9c9c66
ba1667ebacdd4aabe6154c2e0e07e520597ed541
refs/heads/develop
2021-01-11T01:34:55.344976
2016-10-12T07:27:23
2016-10-12T07:27:23
70,670,293
0
1
null
2016-10-12T06:34:09
2016-10-12T06:34:09
null
UTF-8
PlantUML
false
false
529
puml
@startuml title BlackJack Game v2 class Player { - score - alternate_score - hit() - stand() } class Dealer class Game { - winner } class GameCoordinator<<Controller|Manager>> { - prepareGame() - determineWinner() - startGame() } class WinnerDeterminer { - determine(Game) } Game "1" o-down- "1" Player Game "1" o- "1" Dealer GameCoordinator - Game : "coordinates" WinnerDeterminer -down- Game : "determines winner for" GameCoordinator -down- WinnerDeterminer : "delegates job to" @enduml
false
true
false
false
class
ffea642188a3e38bcfbcb2c460458c21963351fd
4b04866abb50eab594aababc172e383a84d42d44
/__docs__/angular_quiz.component.puml
4608dbd0373c58036b32de920eb8b91f4fd3b4c5
[]
no_license
corsidrive/2020-21-QuizApp-Angular
06435410d9ea9b75ece881ae49d33428cc0c4eb6
9ac875c95805b360fb0d7638f86ffa9cc0f8f55f
refs/heads/main
2023-06-15T06:19:10.995163
2021-05-27T10:20:07
2021-05-27T10:20:07
360,678,853
1
4
null
2021-07-13T08:02:56
2021-04-22T20:52:36
TypeScript
UTF-8
PlantUML
false
false
938
puml
@startuml App --- Game App --- MainHeader App --- Footer Game *--- QuestionHeader Game *--- AnswersList Game *--- GameControls Game *--- GameProgressBar class App <component> {} class MainHeader <component> { + title:string + lead:string } class QuestionHeader <component> { + question:string + difficulty:string + category:string } class GameService <service> { - currentQuestion:Question - questionList:Array<Question> - numberOfQuestion:number - questions:Array - correctAnswers:number - wrongAnswars:number ' imposta la partita imposta la pria domanda + prepareGame() + getCurrentQuestion() + goToNextQuestion() + goToPrevius() + islastQuestion() + getGameResult() } class Game <component> class GameControls <component> class GameProgressBar <component> class AnswersList <component> @enduml
false
true
false
false
class
d7b1ff535b9f78274d5235e814a4acf0af783d25
d60a66fce2930477f9306e2363141769f5129ec5
/SprintD/US9/US09-MD.puml
88c9d65723245ce8ed0bc49967cbb2ce69b2029b
[]
no_license
tiagooandre/ISEP-ESOFT
379580ebfdfe2c96d658195d8e29ebd19b0053c5
08d3c658671aa4ecc4974b9e99356f2f1779e8e2
refs/heads/master
2023-05-27T23:35:22.859736
2021-06-20T17:11:47
2021-06-20T17:11:47
378,697,550
0
0
null
null
null
null
UTF-8
PlantUML
false
false
960
puml
@startuml title Relationships - Class Diagram class Employee{ int employeeID; String organizationRole; String name; String adress; int phoneNumber; int codeSOC; } class Administrator{ } class Company { String designation; } class TestType { String designation; String code; String collectingMethods; } class Parameter { string designation; } class ParameterCategory{ int code; string description; int NHSID; } Employee <|-- Administrator Administrator "1" -- "*" TestType: specifies a new > Administrator "1" -- "*" Parameter: specifies a new > ParameterCategory "*" -- "1" Administrator: created by > Company "1" -- "*" TestType: conducts > Parameter "*" -- "1" ParameterCategory: presented under > TestType "1" -- "*" ParameterCategory: measured by > Company "1" -- "*" Parameter: capable of analysing > Company "1" -- "*" ParameterCategory: adopts > Company "1" -- "*" Employee: has > @enduml
false
true
false
false
class
9d0dba0e21ddfbc0a46b5b3ca2679f6c8b4d5433
b6ef874704b2d26f7d1ed4838f68f7735d84dc93
/docs/uml-diagrams/TreeSatisfied.puml
efb9c1220d0c7311a8f2e411e40437ecf656dca7
[]
no_license
AY2122S1-CS2113T-W12-2/tp
1494ecfe347d8733e1041085cff7ff4efe2b7739
47addc59a00bf047e96c84218a229c0faf0b0876
refs/heads/master
2023-08-26T04:02:15.336551
2021-11-11T04:31:02
2021-11-11T04:31:02
408,789,383
2
3
null
2021-11-10T14:26:41
2021-09-21T11:15:45
Java
UTF-8
PlantUML
false
false
2,311
puml
@startuml 'https://plantuml.com/sequence-diagram [-> ModuleRecord : isModulePrereqMet() activate ModuleRecord ModuleRecord -> Module : getPrerequisiteTree() activate Module Module --> ModuleRecord : tree : PrerequisiteTree deactivate Module ModuleRecord -> ModuleRecord : isTreeSatisfied(tree) activate ModuleRecord alt not a tree but a single module pre-requisite ModuleRecord -> ModuleRecord : isModuleInRecord(module) activate ModuleRecord deactivate ModuleRecord else it is an "AND" tree ModuleRecord -> ModuleRecord : isAndTreeSatisfied() note right isAndTreeSatisfied and isOrTreeSatisfied are recursive calls that call one another depending on every recursive sub-tree to check that every pre-requisite is met on every level. end note activate ModuleRecord loop for every module pre-requisite opt module not in ModuleRecord ModuleRecord --> ModuleRecord : return false back up end end loop for every sub-tree alt sub-tree is an AND tree ModuleRecord -> ModuleRecord : isAndTreeSatisfied() activate ModuleRecord deactivate ModuleRecord else sub-tree is an OR tree ModuleRecord -> ModuleRecord : isORTreeSatisfied() activate ModuleRecord deactivate ModuleRecord end end deactivate ModuleRecord else it is an "OR" tree ModuleRecord -> ModuleRecord : isOrTreeSatisfied() activate ModuleRecord loop for every module pre-requisite opt module in ModuleRecord ModuleRecord --> ModuleRecord : return true back up end end loop for every sub-tree alt sub-tree is an AND tree ModuleRecord -> ModuleRecord : isAndTreeSatisfied() activate ModuleRecord deactivate ModuleRecord else sub-tree is an OR tree ModuleRecord -> ModuleRecord : isORTreeSatisfied() activate ModuleRecord deactivate ModuleRecord end end deactivate ModuleRecord end activate ModuleRecord ModuleRecord --> ModuleRecord deactivate ModuleRecord @enduml
false
true
false
false
sequence
a98dd89b7a13042fcf92c8a4ecbb164e56f5d184
c4437e6472f49d49e6bea760d9a95d51cdc3f66b
/uml/生成器类图.puml
53006108d2ca390c74a2b2ca2150a83c2b5337f3
[]
no_license
Skybluewater/QuestGeneratorWebsite
b741b49c7248402f3e2187230a04c66e9f1cb774
5c7f14dcf690647e6bd08546c5a85e19ca959d39
refs/heads/master
2021-08-06T20:24:46.761026
2020-12-11T09:12:33
2020-12-11T09:12:33
228,553,999
2
2
null
null
null
null
UTF-8
PlantUML
false
false
579
puml
@startuml class BiTree class QuestGenerator class solvable class BiTree{ node_type:int val:int lchild:BiTree rchild:BiTree +getOperOrder():int +__init__() +set_lchild() +set_rchild() +to_string():str } class QuestGenerator{ output_list:list deduplicate_set:set +__init__() +generate() +deduplicate():Bool +format_expression() +round_up():float +changePowOp():str } class solvable{ prior:dic +solve():Fraction/str +Calculator():int } BiTree -- QuestGenerator QuestGenerator -- solvable @enduml
false
true
false
false
class
98a615b9d175bda6956c2bc56f43e16091bb1fb6
073bf64cc32493d0d7d07f4123d17ac2ecfc0328
/uml/ClassDiagram.puml
e369d9aacd1673daea59c0f820f3c6bc33f517a9
[]
no_license
ZacharyN89/nowicki-cop3330-assignment4
14948118991ddf935e4c70025400638ca8dcbcf6
d72067b030db637085af02ccf9d000b3cdccef96
refs/heads/master
2023-06-01T10:54:22.794865
2021-07-03T01:25:24
2021-07-03T01:25:24
381,401,297
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,244
puml
@startuml 'https://plantuml.com/class-diagram class ListController{ main() start() } class FXController{ +selectListButton() +selectItemButton() +displayIncompleteListButton() +displayCompleteItemsButton() +markListCompleteButton() +DisplayListItemsButton() +removeListButton() +exportListButton() +removeItemButton() +addListButton() +editListNameButton() +importSpecifiedListsButton() +addItemButton() +editItemNameButton() +editItemDateButton() +exportAllListsButton() } class ListAggregate{ -ArrayList<TodoList> allLists +addList() +removeList() +getLists() +getListItems() +getCompleteItems() +exportList() +exportAllLists() +loadList() +loadAllLists() } class TodoList{ -String name -ArrayList<TodoItem> allItems +setName() +addItem() +removeItem() +listAsString() +completeItemsAsString() } class Item{ -String name -Boolean isComplete +setName() +setDate() +setCompleteFlag() +get() +getIfComplete() } javafx.Application <|-- ListController ListController o-- ListAggregate ListController o- FXController TodoList *-- Item ListAggregate o- TodoList @enduml
false
true
false
false
class
ffed028245f211e4a38df8ad11827afc1edfdeb6
42ff70bf7cc4a7c0105f66c0b8b8aed91f89a47d
/architecture/structurizr-Compilation.puml
97f4d9337b5f153ab4f39043abd6d674ef184c98
[ "Apache-2.0" ]
permissive
DavidGregory084/inc
1ac5bac1f225712743ca5380378d370612609ac1
b8db145937e27c8662468f09318a05b3b6ae277b
refs/heads/master
2022-04-30T07:10:52.843237
2022-03-15T18:36:30
2022-03-15T18:36:30
136,540,312
13
1
Apache-2.0
2022-03-15T18:36:31
2018-06-07T23:05:28
Scala
UTF-8
PlantUML
false
false
2,180
puml
@startuml title inc compiler - Dynamic skinparam { shadowing false arrowFontSize 10 defaultTextAlignment center wrapWidth 200 maxMessageSize 100 PackageBorderColor<<group>> #cccccc PackageFontColor<<group>> #cccccc } hide stereotype top to bottom direction skinparam rectangle<<8>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 roundCorner 20 } skinparam rectangle<<9>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 roundCorner 20 } skinparam rectangle<<5>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 roundCorner 20 } skinparam rectangle<<6>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 roundCorner 20 } skinparam rectangle<<7>> { BackgroundColor #85bbf0 FontColor #000000 BorderColor #5d82a8 roundCorner 20 } skinparam person<<1>> { BackgroundColor #08427b FontColor #ffffff BorderColor #052e56 } person "==User\n<size:10>[Person]</size>" <<1>> as 1 package "inc compiler\n[Container]" <<3>> { skinparam PackageBorderColor<<3>> #444444 skinparam PackageFontColor<<3>> #444444 rectangle "==/parser\n<size:10>[Component]</size>\n\nParses a textual module into a syntax tree." <<5>> as 5 rectangle "==/resolver\n<size:10>[Component]</size>\n\nResolves fully qualified names for each identifier in the syntax trees." <<6>> as 6 rectangle "==/typechecker\n<size:10>[Component]</size>\n\nInfers types for every declaration and expression in the syntax tree." <<7>> as 7 rectangle "==/codegen\n<size:10>[Component]</size>\n\nGenerates JVM bytecode from syntax trees. Embeds a binary syntax tree as a class file attribute." <<8>> as 8 rectangle "==/main\n<size:10>[Component]</size>\n\nOrchestrates compilation using the other modules. Fetches imported modules from the classpath." <<9>> as 9 } 1 .[#707070,thickness=2].> 9 : "1. Source files" 9 .[#707070,thickness=2].> 5 : "2. Source text" 5 .[#707070,thickness=2].> 6 : "3. Parsed syntax trees" 6 .[#707070,thickness=2].> 7 : "4. Resolved syntax trees" 7 .[#707070,thickness=2].> 8 : "5. Typechecked syntax trees" 9 <.[#707070,thickness=2]. 8 : "6. Compiled classfiles" @enduml
false
true
false
false
uml-unknown
342014b684ee008155b01d6734d08d3b6233866e
0bc7bf29514e3fa3c2b54d70c6f3bcc6daaff6ab
/cardreader.provider.usb.identos/doc/plantuml/UIDECRP/IdentosCard.plantuml
90850a5095c523a365e55734bb60c2e528955932
[ "Apache-2.0" ]
permissive
gematik/ref-CardReaderProvider-USB-Identos-Android
7e74fb4ab0980f27e9288e3b9f2e3e9477c2c3a7
bbbb80694ade1139b3f004fd4e33115274c738d1
refs/heads/master
2022-01-12T21:04:35.091433
2022-01-07T07:24:23
2022-01-07T07:24:23
213,916,220
2
0
null
null
null
null
UTF-8
PlantUML
false
false
731
plantuml
@startuml package de.gematik.ti.cardreader.provider.usb.identos.entities { class IdentosCard { {static} # PROTO_T_1 : String {static} - MANAGE_CHANNEL_COMMAND_OPEN : CommandAPDU {static} - RESPONSE_SUCCESS : int - reader : UsbReader - atr : ATR - exclusiveThread : Thread ~ IdentosCard() + getATR() + getProtocol() + getBasicChannel() + openLogicalChannel() + beginExclusive() + endExclusive() + transmitControlCommand() + disconnect() ~ getUsbReader() ~ checkExclusive() ~ checkCardOpen() } } IdentosCard -up-|> Card @enduml
false
true
false
false
class
8dc69f60210730bf05a7a9660a0a56d8605faeb2
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_LineInfo.puml
9a443d8c6506b23a509ce0b8aea8620036fd4593
[]
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
605
puml
@startuml class TMP_LineInfo <<struct>> { + characterCount : int + visibleCharacterCount : int + spaceCount : int + wordCount : int + firstCharacterIndex : int + firstVisibleCharacterIndex : int + lastCharacterIndex : int + lastVisibleCharacterIndex : int + length : float + lineHeight : float + ascender : float + baseline : float + descender : float + maxAdvance : float + width : float + marginLeft : float + marginRight : float } TMP_LineInfo --> "alignment" HorizontalAlignmentOptions TMP_LineInfo --> "lineExtents" Extents @enduml
false
true
false
false
class
cfa0f15989c60db642c3c3e7b34b8d88aac8085c
7cc8912e018c9704a9c0fc18f6ca962369259b8d
/docs/assets/cache_lifecycles.puml
688fa32ebc0c1d37c002ab04525217347ac9a625
[ "MIT" ]
permissive
thomcost/asherah
fc27dc128abc4a0673b9ec01f646b335900adb1d
5085159b2aa45cd1436fc91cf498ace3e5440757
refs/heads/master
2021-07-13T16:31:23.439662
2020-08-15T09:43:22
2020-08-15T09:43:22
193,995,786
1
0
MIT
2019-06-27T00:32:49
2019-06-27T00:32:49
null
UTF-8
PlantUML
false
false
2,269
puml
@startuml skinparam shadowing false legend left |= Type |= Description | | MK | Master Key, root key from KMS | | SK | System Key, encrypted by MK | | IK | Intermediate Key, encrypted by SK | endlegend participant Caller participant API boundary AppEncryptionSessionFactory collections "SK Cache" boundary AppEncryption collections "IK Cache" database Metastore entity KMS API -> API : startup initiated API -> AppEncryptionSessionFactory : create new factory AppEncryptionSessionFactory -> "SK Cache" : create new cache activate "SK Cache" API -> API : startup completes ||| Caller -> API : API call User 1 API -> AppEncryptionSessionFactory : create new session AppEncryptionSessionFactory -> AppEncryption : create new instance AppEncryption -> "IK Cache" : create new cache activate "IK Cache" API -> AppEncryption : operation 1 AppEncryption -> Metastore : fetch IK AppEncryption -> Metastore : fetch SK AppEncryption -> KMS : decrypt SK with MK AppEncryption -> "SK Cache" : cache SK AppEncryption -> AppEncryption : decrypt IK with SK AppEncryption -> "IK Cache" : cache IK AppEncryption -> API : complete operation 1 ||| API -> AppEncryption : operation 2 AppEncryption -> "IK Cache" : get IK from cache AppEncryption -> API : complete operation 2 ||| API -> AppEncryption : close session AppEncryption -> "IK Cache" : securely close cache destroy "IK Cache" API -> Caller : API call User 1 result ||| ||| Caller -> API : API call User 2 API -> AppEncryptionSessionFactory : create new session AppEncryptionSessionFactory -> AppEncryption : create new instance AppEncryption -> "IK Cache" : create new cache activate "IK Cache" API -> AppEncryption : operation 1 AppEncryption -> Metastore : fetch IK AppEncryption -> "SK Cache" : get SK from cache AppEncryption -> AppEncryption : decrypt IK with SK AppEncryption -> "IK Cache" : cache IK AppEncryption -> API : complete operation 1 ||| API -> AppEncryption : close session AppEncryption -> "IK Cache" : securely close cache destroy "IK Cache" API -> Caller : API call User 2 result ||| ||| API -> API : shutdown initiated API -> AppEncryptionSessionFactory : close session factory AppEncryptionSessionFactory -> "SK Cache" : securely close cache destroy "SK Cache" API -> API : shutdown completes @enduml
false
true
false
false
sequence
17ea46fb875a31e8444fee62405bdc6809261ed1
d97b774fd95a8e98e37c46ee1771f6e6e407a148
/uml/api/ShoppingListChangeTextLineItemsOrderAction.puml
29d9abad66fd5380be84ae8dccb511f836f7bf95
[]
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
525
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 ShoppingListChangeTextLineItemsOrderAction [[ShoppingListChangeTextLineItemsOrderAction.svg]] extends ShoppingListUpdateAction { action: String textLineItemOrder: [[String.svg List<String>]] } interface ShoppingListUpdateAction [[ShoppingListUpdateAction.svg]] { action: String } @enduml
false
true
false
false
class
7f71981cdf13ddd140432fe312ca0944f5fe8b8b
7d12aab7c55d4d661de2cc37e8a272cc216f0e3a
/docs/artefacts/sequence.plantuml
2d5779aa9d85991483e4863169c3c7c6c33d479c
[ "Apache-2.0" ]
permissive
jessesanford/kconnect
89e0f2419aebaf16028066641260a75769850445
61feca949900763819a08c2cfcfa951fc983f986
refs/heads/main
2023-06-30T18:15:13.560489
2021-07-30T14:46:12
2021-07-30T15:53:44
392,526,957
0
0
Apache-2.0
2021-08-04T02:54:11
2021-08-04T02:54:10
null
UTF-8
PlantUML
false
false
1,264
plantuml
@startuml component autonumber actor User box "kconnect cli" #LightBlue participant "Discover Command" as DiscoverCmd participant "Generate Command" as GenerateCmd participant "Authentication Plugin" as AuthPlugin participant "Host Plugin" as HostPlug end box participant "Idp Server" as Idp participant "Discovery API" as DiscoApi collections Clusters == Discover Clusters == User -> DiscoverCmd: Discover clusters i have access to DiscoverCmd -> AuthPlugin: Authenticate me AuthPlugin -> Idp: Authenticate Idp -> AuthPlugin: Credentials AuthPlugin -> DiscoverCmd: Credentials loop for each host plugin DiscoverCmd->HostPlug: Get clusters activate HostPlug HostPlug -> AuthPlugin: Get credentials HostPlug -> DiscoApi: Get cluster list (with credentials) DiscoApi -> HostPlug: Cluster list HostPlug -> DiscoverCmd: Cluster list deactivate HostPlug end DiscoverCmd -> DiscoverCmd: Aggregate clusters DiscoverCmd -> User: Display clusters == Connect Clusters == User -> GenerateCmd: Generate kubeconfig for cluster X GenerateCmd -> HostPlug: Additional content HostPlug -> HostPlug: Generate kubeconfig alt additional files HostPlug -> HostPlug: Generate additional files end HostPlug -> User: Write files User -> Clusters: Connect to cluster @enduml
false
true
false
false
usecase
d7dcf505170b05ef34bb1dcac646ca1998a464e8
af85987a1d1c83f29672ac0d9862a565c413d465
/doc/useCases/3.1 definitionWithData.plantuml
27fdd7faecc489d05355e8ac499e3f7219ef4a47
[]
no_license
PSI-Polska/aaas-java6
bff2459fc98c9852306fe78d859d9eebc64a61dc
adc652e4b2ea91d6a199e870c780bf11c0b14211
refs/heads/master
2020-03-24T23:39:24.051357
2018-08-01T07:11:42
2018-08-01T07:11:42
143,147,531
0
0
null
null
null
null
UTF-8
PlantUML
false
false
475
plantuml
@startuml skinparam dpi 200 skinparam backgroundColor transparent title Definition is passed with data actor PSIproduct boundary Gateway boundary Engine as Engine autonumber PSIproduct -> Gateway: execute(CalculationDefinition, data) ' note left: data is already passed ' Gateway -> Engine: {data} Gateway -> Engine: call(CalculationDefinition, data) Engine -> Engine: calculation Engine -> Gateway: {calculationResult} Gateway -> PSIproduct: {calculationResult} @enduml
false
true
false
false
usecase
1353567a7ac27f9834024551d99a4461b42ed8a5
f16ee2bcc4ab899f1970b74b4cbc12fb11bf7368
/docs/kvscheduler/cfd/uml/add_interface_grpc_txn_collapsed.puml
ee0077a0288f01250fc747759150725ae8b0d493
[ "Apache-2.0" ]
permissive
linkous8/vpp-agent
7590d64aa1ab6259e82dac773fc2d09237cfcad7
98c8c580deedb99fb9713e8adbfea55a90194c69
refs/heads/master
2020-09-08T22:49:48.912044
2019-11-13T20:37:44
2019-11-13T20:37:44
221,264,719
0
0
Apache-2.0
2019-11-12T16:39:45
2019-11-12T16:39:44
null
UTF-8
PlantUML
false
false
1,265
puml
@startuml skinparam ParticipantPadding 20 skinparam BoxPadding 10 skinparam SequenceMessageAlign center box "VPP Interfaces" #EEEEFF entity IM as "Interface Model" participant ID as "Interface Descriptor" end box participant KVS as "KVScheduler" participant ORCH as "Orchestrator" actor GRPC as "GRPC Client" ID -> KVS: **RegisterKVDescriptor**() activate KVS KVS --> ID: ok deactivate KVS == Resync Transaction #0 (configure interface //my-tap// through GRPC) == GRPC -> ORCH: **Resync Txn** = [configure interface //my-tap//] activate ORCH ORCH -> IM: **GetKey**(//my-tap//) activate IM IM --> ORCH: key for //my-tap// deactivate IM ORCH -> KVS: **Resync Txn** = [apply value (interface) //my-tap//] activate KVS #FFBBBB KVS -> KVS: **plan and execute transaction** (**COLLAPSED**) KVS -> ID: **Retrieve** values, **Create** //my-tap//, etc. activate ID ID --> KVS: retrieved values, feedback from CRUD operations, etc. deactivate ID KVS --> ORCH: **value state updates** KVS --> ORCH: **txn error** (nil) deactivate KVS note over KVS: [[https://raw.githubusercontent.com/milanlenco/vpp-agent/kvs-docs/docs/kvscheduler/cfd/graph/interface_created.svg?sanitize=true Graph after transaction]] ORCH --> GRPC: **txn error** (nil) deactivate ORCH @enduml
false
true
false
false
usecase
df1486f1900f163c1f8b7d5232ee9e0d5181be9b
d9b60bc7d589b46e216d5778a6f4a7aa1f7ebe5a
/src/main/java/ActualizarRecursoDS.puml
21ef6bc0cbfc6223306e63138b09805bbfc88295
[]
no_license
arimohy/TallerDocumetacionComoCodigo
ae987693ba2cb3ec2b79bc64778b38bea2b8b5f9
b56148a6e70449d972e456fb3ddb03986117bfbf
refs/heads/master
2023-08-28T16:00:56.409215
2021-10-25T07:28:58
2021-10-25T07:28:58
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
388
puml
@startuml 'https://plantuml.com/sequence-diagram autonumber participant bibliotecario as user boundary InterfazBiblioteca as if1 user -> if1: Peticion para actualizar recurso if1 --> Api: Redirecciona peticion a api database Mongo as db Api --> db :Actualiza recurso db --> Api: Envia mensaje HTTP de aceptacion o error Api --> if1: Envia mensaje if1 -->user: recibe mensaje @enduml
false
true
false
false
sequence
6bbce48f52dee9ae566cc315c0614b0183357a53
20a2865d93be636e83cba9bc910b4037224d4337
/signering/puml/fagsystem.puml
35c1155870326c0937453cc1c2f42a408aba22c7
[]
no_license
ks-no/svarut-dokumentasjon
9342b8026a2b80c730da7709196755855a9f1e6a
237c5d343297b4c47dfc63a62b9ff8bbdb23d440
refs/heads/master
2020-04-06T03:56:43.098207
2017-05-11T11:33:18
2017-05-11T11:33:18
28,223,738
4
1
null
null
null
null
UTF-8
PlantUML
false
false
363
puml
@startuml participant Fagsystem participant Svarut participant SDP as "Altinn/SDP" actor Innbygger Fagsystem -> Svarut : Sender forsendelse med signeringsoppdrag Activate Svarut Svarut --> Fagsystem : Svarut -> SDP : Sender melding til Altinn eller SDP Activate SDP SDP --> Svarut: Deactivate Svarut SDP -> Innbygger : Sender e-post og SMS Deactivate SDP @enduml
false
true
false
false
sequence
81697fd01c0ed88d99b0c1035d221cecd56572c0
87b13699a92fe26bd2974254727e6859f3ae32f3
/src/csheets/userstories/macros05_02/call_function/i130664/design_macros_05_02_part1.puml
365d41e7b9bb39350f5798a47a8656ca3d2c3249
[]
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,292
puml
@startuml doc-files/design_macros_05_02_part1.png actor User participant "CallFunctionUI" as UI participant "CallFunctionCtrl" as ctrl participant "Language" as language participant "FunctionCaller" as caller participant "FunctionCall" as f_call participant "Function" as func User -> UI : show activate UI UI -> ctrl : lf = fillList() deactivate UI activate ctrl ctrl -> language : lf = getFunctions() deactivate ctrl activate UI UI ->ctrl : lf = fillListOperators(lf) activate ctrl ctrl -> language : lf = getOpertions() deactivate ctrl UI -> UI : fillFunctionsList(lf) User -> UI : choose function UI -> ctrl : func_def = chooseFunction(f) deactivate UI activate ctrl ctrl -> language : func = getFunction(f) deactivate ctrl activate UI User -> UI : Fill Data and Enter UI -> ctrl : validateParameters(lp, func_def) UI -> ctrl : value = showResult(func_def) activate ctrl ctrl -> caller : value = executeFunc(func_def) deactivate ctrl caller -> f_call : create(function, arguments) activate f_call caller -> f_call : value = evaluate() deactivate caller f_call -> func : value = applyTo(arguments) activate func deactivate f_call UI -> UI : setText(value) UI -> ctrl : addFunctionFormulasPanel(func_def) participant "FormulaPanel" as panel ctrl -> panel : addFormula(formula) @enduml
false
true
false
false
usecase
a618fdd843e97d41e2468c998e89ab250bdf3146
c78f46e8a2abc8802701f9746afd0801fda9ee1d
/docs/oc_extern.puml
87ca09894ac0081ecbb16a75556faa0a52fa7c67
[]
no_license
OpenCatalogi/OpenCatalogiBundle
2e860613f7075938cd3b1fa7a7a817dc8c8527cc
fe81346cde87fe98d83a27bdb80adce1edd747a2
refs/heads/main
2023-09-03T21:56:35.949232
2023-08-24T11:18:29
2023-08-24T11:18:29
558,761,861
0
1
null
2022-10-31T11:16:34
2022-10-28T08:33:59
PHP
UTF-8
PlantUML
false
false
1,018
puml
@startuml title: Open Catalogi | Externe Catalogus footer: Common Gateway | Components header: Components actor "Externe Catalogus" as externalCatalouge interface "Mtls (PKIo)" as hipp cloud "Kubernetes"{ boundary "ingress" as ingress database loki database prometheus package "Layer 4 (Logic)" { package "NGINX Container" { boundary "Nginx" as Nginx } package "Gateway Container" { [Open Catalogi plugin] as Plugins [Web Gateway] as Gateway [ORM] as ORM } package "RedisContainer" { [Redis] as Redis } package "MongoDB Container" { database "MongoDB " as MognoDB } } } package "Layer 1 (data)" { cloud "Database Service"{ database "Postgress/MsSQL/MySql/Oracle" as db } } externalCatalouge <..> hipp: PKIo hipp <..> ingress: /api/catalogi/* ingress <..> Nginx: Exposes Nginx <..> Gateway: Runs Gateway <..> Plugins: Implements Gateway ..> loki: Logs to Gateway ..> prometheus: Reports to Gateway ..> MognoDB: Index Gateway ..> Redis: Cache Gateway ..> ORM: Store ORM ..> db: Persist @enduml
false
true
false
false
usecase
834e2a6e5f3db04b2fee11cbfd6d046a3d724e64
5383caf6f9641aa51e11f17aea2a3543a3c986d6
/patrones-state/diagrama.plantuml
1f332a6a1c53106c4f165756dfc5bc6cac81c607
[]
no_license
gdaunlam/workspace-taller
bf837039b9739599891ebd7c8920b1497f0065f4
4c381c16a2cfe929d68f75016eda890a2ad7e30b
refs/heads/master
2023-08-15T16:24:14.190520
2021-09-27T22:34:42
2021-09-27T22:34:42
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
890
plantuml
@startuml Mario o-- EstadoMario EstadoMario <|-- MarioFuego EstadoMario <|-- MarioChiquito EstadoMario <|-- SuperMario EstadoMario <|-- MarioMuerto class Bloque { -sano: boolean +golpear(): void +estaSano(): boolean } class Mario { -estado: EstadoMario +hit(): void +comerHongo(): void +tocarFlor(): void +golpearBloque(Bloque): void +recogerMoneda(): void } abstract class EstadoMario { +hit(): void +comerHongo(): void +tocarFlor(): void +golpearBloque(Bloque): void +recogerMoneda(Mario): void } class MarioFuego { +hit(): void +comerHongo(): void +tocarFlor(): void } class MarioChiquito{ +hit(): void +comerHongo(): void +golpearBloque(Bloque): void +recogerMoneda(Mario): void } class SuperMario { +hit(): void +tocarFlor(): void } class MarioMuerto { +golpearBloque(Bloque): void +recogerMoneda(Mario): void } @enduml
false
true
false
false
class
f5e4afb976a62c082058f24cd4e1d12055012ee4
c69dba4cef780d27a126166ee912005507258413
/src/design/gnss-antenna-class-diagram.puml
a297683e93dae5f9648ae6cb3c934b6fa36c3b7f
[ "MIT", "EPL-1.0", "Apache-2.0" ]
permissive
CS-SI/Orekit
2265900b501fe6727a57378956f9f2c61564909a
7ab7a742674eabee00e1dbe392833d587fdcdaab
refs/heads/develop
2023-09-03T20:33:42.748576
2023-09-01T14:34:03
2023-09-01T14:34:03
22,851,787
144
79
Apache-2.0
2023-03-28T17:53:33
2014-08-11T19:29:35
Java
UTF-8
PlantUML
false
false
3,045
puml
' Copyright 2002-2023 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. ' CS licenses this file to You under the Apache License, Version 2.0 ' (the "License"); you may not use this file except in compliance with ' the License. You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or agreed to in writing, software ' distributed under the License is distributed on an "AS IS" BASIS, ' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ' See the License for the specific language governing permissions and ' limitations under the License. @startuml skinparam svek true skinparam ClassBackgroundColor #F3EFEB/CCC9C5 skinparam ClassArrowColor #691616 skinparam ClassBorderColor #691616 skinparam NoteBackgroundColor #F3EFEB skinparam NoteBorderColor #691616 skinparam NoteFontColor #691616 skinparam ClassFontSize 11 skinparam PackageFontSize 12 skinparam linetype ortho package org.orekit.gnss #ECEBD8 { enum SatelliteSystem { +GPS +GLONASS +GALILEO +BEIDOU +QZSS +IRNSS +SBAS +MIXED } enum Frequency { +G01 +G02 +... +E01 +E07 +... +S05 } SatelliteSystem "1" <--* Frequency package antenna #DDEBD8 { enum SatelliteType { +BEIDOU_2G +BEIDOU_2I +... +QZSS_2G } class AntexLoader { +List<ReceiverAntenna> getReceiversAntennas() +List<TimeSpanMap<SatelliteAntenna>> getSatellitesAntennas() +TimeSpanMap<SatelliteAntenna> findSatelliteAntenna(satelliteSystem, prnNumber) } class Antenna { +Vector3D getEccentricities(frequency) +double getPhaseCenterVariation(frequency, direction) } class ReceiverAntenna { +String getSerialNumber() } class SatelliteAntenna { +SatelliteSystem getSatelliteSystem() +int getPrnNumber() +SatelliteType getSatelliteType() +AbsoluteDate getValidFrom() +AbsoluteDate getValidUntil() } class FrequencyPattern { +Vector3D getEccentricities() +double getPhaseCenterVariation(direction) } interface PhaseCenterVariationFunction { +double value(polarAngle, azimuthAngle) } FrequencyPattern "1" <--* PhaseCenterVariationFunction Frequency "*" <-left-* Antenna Antenna *-right-> "*" FrequencyPattern SatelliteAntenna ..|> Antenna ReceiverAntenna ..|> Antenna SatelliteSystem "1" <--* SatelliteAntenna SatelliteType "1" <--* SatelliteAntenna AntexLoader *--> "*" SatelliteAntenna AntexLoader *--> "*" ReceiverAntenna } } @enduml
false
true
false
false
class
8d2955553558744def65c8b8a428063cc3108832
d2c96f969cd4a57d2fef25280205e11be26a64b4
/de.gematik.ti.utils/src/main/java/de/gematik/ti/utils/primitives/primitives.plantuml
0b35f369dcdfc8a828241f2077d45d0f696c5364
[ "Apache-2.0" ]
permissive
gematik/ref-Ti-Utils
cfe9a03769e801529bf652528828083f0cc767b1
be995beba79613c5242be9c5388952c7816782e5
refs/heads/master
2022-01-15T08:47:41.366276
2022-01-07T07:23:43
2022-01-07T07:23:43
232,986,325
1
0
null
null
null
null
UTF-8
PlantUML
false
false
609
plantuml
@startuml title __PRIMITIVES's Class Diagram__\n namespace de.gematik.ti.utils.primitives { class de.gematik.ti.utils.primitives.Bytes { {static} - LOG : Logger {static} - PAD : byte {static} + bigIntToByteArray() {static} + concatNullables() {static} + copyByteArray() {static} + padData() {static} + unPadData() # Bytes() } } 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
7fe1357d2c0b06198a7f36456f21ff3159199a88
26e1fe33d9f48734e30f9d42601a46fceb1adb88
/src/docs/dev/database_erd.puml
d654222ddec5c5025bc7d0b132cca148c3c34869
[ "Apache-2.0" ]
permissive
fretboardfreak/gridrealm
69ae5bb18df85f58c750d4aa25f1ae5786127731
b0fcbc6e569daef186a45fc0531de8a275d6382c
refs/heads/master
2021-06-30T10:53:59.653912
2019-07-02T03:11:14
2019-07-02T03:11:14
184,120,963
0
0
null
null
null
null
UTF-8
PlantUML
false
false
960
puml
@startuml class User { # id + name + last_login + last_logout - xcoord - ycoord - zcoord } class MapTile { # id + name + tile_type + resource + enterN + enterS + enterE + enterW + exitN + exitS + exitE + exitW } class MapCoord { # xcoord # ycoord # zcoord - tile_id } class SpawnSpots { # id - xcoord - ycoord - zcoord - spawner_id } class Spawner { # id + name + timing } class Resource { # id + name + resource_type + required_level + required_tool } class Spawnee { # id - spawner_id - resource_id } MapTile::id --> MapCoord::tile_id MapCoord::xcoord -> User::xcoord MapCoord::ycoord -> User::ycoord MapCoord::zcoord -> User::zcoord MapCoord::xcoord -> SpawnSpots::xcoord MapCoord::ycoord -> SpawnSpots::ycoord MapCoord::zcoord -> SpawnSpots::zcoord Spawner::id -> SpawnSpots::spawner_id Spawner::id -> Spawnee::spawner_id Resource::id -> Spawnee::spawner_id @enduml
false
true
false
false
sequence
a06127570410cdf7a1656629ec91dee7b2f73c59
59931e6723e3d0025fb092017f427ba7d51052ad
/docs/use_cases/use_cases_upgrade_pool.puml
e37cf7ac978fbe1c6e4149de95350f2856442a9b
[ "Apache-2.0" ]
permissive
zigbee-alliance/distributed-compliance-ledger
ed5a6440cee6b4ba5b0113f550648f6df78b1610
964ff03b33e7e60a0efbf89026bf7352428a320c
refs/heads/master
2023-08-19T03:16:18.347567
2023-08-16T18:27:02
2023-08-16T18:27:02
279,344,506
81
39
Apache-2.0
2023-08-31T13:41:42
2020-07-13T15:42:09
TypeScript
UTF-8
PlantUML
false
false
1,977
puml
@startuml !pragma teoz true hide footbox participant cosmovisor as C database old_dcld as OD database new_dcld as ND actor "Trustee 1" as T1 actor "Trustee 2" as T2 actor "Trustee N" as TN note over C, ND cosmovisor, old dcld and new dcld binaries are present <b>on every node in pool</b>. The scenario decribed below is performed <b>on every node in pool</b>. end note C -> OD: Starts `current/bin/dcld`\nsubprocess C -> C: Watches for changes\nin `data/upgrade-info.json` == Upgrade Planning == T1 -> OD: PROPOSE_UPGRADE T2 -> OD: APPROVE_UPGRADE TN -> OD: APPROVE_UPGRADE note over OD Approvals from K% of Trustees have been received end note OD -> OD: Proposed upgrade plan\nis approved and scheduled == Upgrade Execution == note over OD Ledger reaches height of scheduled upgrade plan end note group x/upgrade.BeginBlocker note over OD Application does not have upgrade handler for reached scheduled upgrade plan (hence this application version is old) end note OD -> OD: Dumps `data/upgrade-info.json` OD -> OD: Panics end group note over C cosmovisor detects that upgrade name in `data/upgrade-info.json` differs from upgrade name in `current/upgrade-info.json` end note C -> OD: Kills `dcld` subprocess C -> C: Performes data back-up C -> C: Switches `current` symbolic link\nto new application version directory C -> C: Saves `data/upgrade-info.json`\nto `current/upgrade-info.json` C -> ND: Starts `current/bin/dcld`\nsubprocess C -> C: Watches for changes\nin `data/upgrade-info.json` & group x/upgrade.BeginBlocker note over ND Application has upgrade handler for reached scheduled upgrade plan (hence this application version is new) end note ND -> ND: Executes upgrade handler\nwhich performs necessary\nstore migrations ND -> ND: Clears scheduled upgrade plan ND -> ND: Marks upgrade name\nas done at current height end group @enduml
false
true
false
false
usecase
b0dbf02fa058cb3a0c3f379974ceabd799f9d2eb
efcbbb593c57d19114448d2849ca6bb5c6d40585
/instagram.puml
fb357c1bac7fcb4510fc1c0a705aef5407d564b5
[]
no_license
azdanov/postgresql-katas
4c943e6ad0cad423d9b63ddbcee902b4ac8b2f7c
478f9c1a6106ed47ef9d20dbbfe861de5990e20c
refs/heads/master
2020-03-17T22:14:32.384137
2018-05-24T17:53:55
2018-05-24T17:53:55
133,995,425
4
1
null
null
null
null
UTF-8
PlantUML
false
false
3,183
puml
@startuml instagram header <font size=24>Simple Instagram Schema</font> endheader skinparam dpi 300 !define Table(name,desc) class name as "desc" << (T,#FFAAAA) >> !define sql(x) <color:#000080>x</color> !define field(x) <color:#660e7a>x</color> !define function(x) <i><color:black>x<U+0028><U+0029></i> !define serial_primary_key(x) <color:#660e7a>x</color> sql(SERIAL PRIMARY KEY) !define primary_key(x, y) <color:#000080>PRIMARY KEY <U+0028><color:#660e7a>x, y<U+0029></color> !define foreign_key(x, y, z) sql(FOREIGN KEY <U+0028><color:#660e7a>x</color><U+0029> <color:#000080>REFERENCES <color:black>y</color> <U+0028><color:#660e7a>z<U+0029>) hide methods hide stereotypes ' entities Table(users, "users") { serial_primary_key(id) field(username) sql(TEXT UNIQUE NOT NULL) field(created_at) sql(TIMESTAMP DEFAULT function(now)) } together { Table(photos, "photos") { serial_primary_key(id) field(image_url) sql(TEXT NOT NULL) field(user_id) sql(INTEGER NOT NULL) field(created_at) sql(TIMESTAMP DEFAULT function(now)) foreign_key(user_id, users, id) } Table(follows, "follows") { field(follower_id) sql(INTEGER NOT NULL) field(followee_id) sql(INTEGER NOT NULL) field(created_at) sql(TIMESTAMP DEFAULT function(now)) foreign_key(follower_id, users, id) foreign_key(followee_id, users, id) primary_key(follower_id, followee_id) } note bottom #fff: primary key ensures\none followee per folower Table(photos_tags, "photos_tags") { field(photo_id) sql(INTEGER NOT NULL) field(tag_id) sql(INTEGER NOT NULL) foreign_key(photo_id, photos, id) foreign_key(tag_id, tags, id) primary_key(photo_id, tag_id) } note right #fff: primary key ensures each\nphoto has unique tags Table(tags, "tags") { serial_primary_key(id) field(tag_name TEXT UNIQUE) field(created_at) sql(TIMESTAMP DEFAULT function(now)) } } Table(likes, "likes") { field(user_id) sql(INTEGER NOT NULL) field(photo_id) sql(INTEGER NOT NULL) field(created_at) sql(TIMESTAMP DEFAULT function(now)) foreign_key(user_id, users, id) foreign_key(photo_id, photos, id) primary_key(user_id, photo_id) } note bottom #fff: primary key ensures\none photo like per user Table(comments, "comments") { serial_primary_key(id) field(user_id) sql(INTEGER NOT NULL) field(photo_id) sql(INTEGER NOT NULL) field(comment_text) sql(TEXT NOT NULL) field(created_at) sql(TIMESTAMP DEFAULT function(now)) foreign_key(user_id, users, id) foreign_key(photo_id, photos, id) } ' relationships users --> photos : "A user may have\nmany photos" users --> comments : "A user may have\nmany comments" photos --> comments : "A photo may have\nmany comments" users --> likes : "A user may have\nmany likes" photos --> likes : "A photo may have\nmany likes" users --> follows : "A user may \nhave many follows" users --> follows : "A user may \nhave many followers" tags --> photos_tags : "A tag may be\nused in many photos" photos --> photos_tags : "A photo may \nhave many tags" ' alignment photos_tags -[hidden]-> tags photos -[hidden]-> photos_tags photos -[hidden]-> likes photos -[hidden]-> comments @enduml
false
true
false
false
sequence
0770b38d35ad359327b4c67a4767c985eba5b3d7
f742676fd61427e7a51087ca645b3635b0dd7b50
/docs/response_components.puml
b4e550f0612d999320d6b07380830d8c57514e0a
[]
no_license
PainNarrativesLab/PainPrayerProject
15fac3b833d7f3a4a94c6859d6043e51fee46436
c378402160da9e36f606ce8503746117e788eb4a
refs/heads/master
2021-01-10T16:03:26.017869
2015-06-30T03:49:36
2015-06-30T03:49:36
36,324,465
0
0
null
null
null
null
UTF-8
PlantUML
false
false
883
puml
@startuml cloud "UserDoesTasks" { } node "MainController"{ [Controller] -right-> [RequestHandler] [RequestHandler] -right- [Filtration and Validation] } node "Lookup" { [Record retrieval] } node "AssignmentHandling" { [AssignmentManager]-- [AssignmentDisplayControllers] [AssignmentManager] -- [AssignmentDataRecorder] } node "Pain rating" { [PainRatingManager] -- [PainRatingDisplayControllers] [PainRatingManager] -- [PainRatingDataRecorder] } HTTP --> [Controller] : User arrives with hash [Filtration and Validation] -right-> [Record retrieval] [Record retrieval] ..> [Controller] : Record [Controller] --down-> [AssignmentManager] [Controller] --down-> [PainRatingManager] [AssignmentDisplayControllers] --> UserDoesTasks [PainRatingDisplayControllers] --> UserDoesTasks UserDoesTasks ...> [PainRatingDataRecorder] UserDoesTasks ...> [AssignmentDataRecorder] @enduml
false
true
false
false
sequence
4330d002a23d48f8fe38df8590756ee504733c44
2b2acc58e16343190688ed460b26386980bb2b20
/Documents/UC17/UC17_SSD.puml
1309796efe45ce40da79442c6f3d24b110297e5f
[]
no_license
1190452/LAPR3
0ca11285a3e85f93b5d687a0e10caef6f62a9577
e641d35f6524fde900beb3683937fc697af3b325
refs/heads/master
2023-05-11T07:45:02.636516
2021-01-31T17:06:37
2021-01-31T17:06:37
372,571,407
0
0
null
null
null
null
UTF-8
PlantUML
false
false
360
puml
@startuml autonumber actor "Courier" as COR activate COR COR -> ":System" : Requests the parking of the scooter activate ":System" ":System" --> COR : checks whether the park has places available \nand with requirements like charging places\n then authorize the parking and update the number of scooters parked deactivate ":System" deactivate COR @enduml
false
true
false
false
sequence
97b1818ecf2b00d09925f3f141038cef98584de9
86a3a7f68a26bf947a96c34a6b008dc98e48c575
/lapr2-2020-g041/docs/UC6/UC6_SD.puml
60d4e26ed33910f76d5522a89c877ad3dbee451e
[ "MIT" ]
permissive
GJordao12/ISEP-LAPR2
7f01f7fe4036f17a4a76f0595e80564c2dda7b3c
0c537d1cf57f627f98e42b6f1b7e100f49ff2d15
refs/heads/master
2023-08-17T10:59:19.469307
2021-10-02T16:27:19
2021-10-02T16:27:19
272,283,723
0
0
null
null
null
null
UTF-8
PlantUML
false
false
316
puml
@startuml autonumber participant "t\n:Timer" as T participant "payment\n:MakeAutomaticPaymentTask" as MAPS T -> MAPS : run() activate T deactivate T activate MAPS MAPS -> MAPS : makeAutomaticPayment() ref over MAPS : UC13_SD_MakeAutomaticPayment activate MAPS deactivate MAPS deactivate MAPS @enduml
false
true
false
false
sequence
1b946b2256f8cc0706ea2536650c37b895c312b7
df0ee916bf30fe2bece8f9a031389069aa61865e
/diagram/FoldingHashDiagram.puml
06c6e46cfe338fb7e6a5f7d83c54992a2909dbf9
[]
no_license
ortolanph/FoldingHash
c64381d71bc661075949b0ffff1efbaf6daf1612
3cd6e255edbcc3789412c0b20578eb1b8f197c5a
refs/heads/master
2020-06-14T06:36:58.317768
2019-09-14T20:45:23
2019-09-14T20:45:23
194,935,447
1
0
null
null
null
null
UTF-8
PlantUML
false
false
647
puml
@startuml package pho.hash.core { interface Hasher { + calculateHash() } package folding { class FoldingHash { + calculateHash() } enum GroupSize { + TWO + THREE + AUTO - calculator + calculate(size) } class GroupList { public iterator() } class GroupIterator { - source - groupSize + hasNext() + next() } } } Hasher <|-- FoldingHash FoldingHash -- GroupSize FoldingHash -- GroupList GroupList -- GroupIterator @enduml
false
true
false
false
class
8bc42fd6062bb124b12efc8fc107a110e6c2142c
fd4681c98741d0203c84cae6baca3451b53f90c4
/Array Sorting/array-sorting.puml
332c92f0c3ef020a92c49a86f367a6581d77c0a6
[]
no_license
isidrolv/programming-exercises
ecb345306f95c2cb84a90a0d20a5e3ffabd413e6
7abd8fffa96966341d7c07d04d2250bc33d6ad33
refs/heads/master
2020-03-26T17:56:23.004698
2018-08-22T03:31:56
2018-08-22T03:31:56
145,188,186
0
0
null
null
null
null
UTF-8
PlantUML
false
false
671
puml
@startuml class ArraySortingProgram { + main(String[] args) : void } class ArraySorter { + sort(ArrayOfNumbers array) : ArrayOfNumbers } class InputReader { + read(String prompt) : integer + read() : ArrayOfNumbers } class Console { + getNumber() : int + print(String msg) : void } class ArrayOfNumbers { - int[] data + ArrayOfNumbers() + addNumber(int number) + removeNumber(int number) + removeNumber(int index) : int } ArraySortingProgram --> InputReader : call ArraySortingProgram --> ArraySorter : executes InputReader --> Console : read data from InputReader --> ArrayOfNumbers : populates ArraySorter --> ArrayOfNumbers : sorts data of @enduml
false
true
false
false
sequence
2bfaa97afa79dd8a010518017fd605bb5ef10080
63114b37530419cbb3ff0a69fd12d62f75ba7a74
/plantuml/Library/PackageCache/com.unity.postprocessing@2.3.0/PostProcessing/Editor/Effects/VignetteEditor.puml
423a5dae4311981ce8527f5b1a03dd82cdb09811
[]
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
824
puml
@startuml class VignetteEditor <<sealed>> { + <<override>> OnEnable() : void + <<override>> OnInspectorGUI() : void SetMaskImportSettings(importer:TextureImporter) : void } class "PostProcessEffectEditor`1"<T> { } "PostProcessEffectEditor`1" "<Vignette>" <|-- VignetteEditor VignetteEditor --> "m_Mode" SerializedParameterOverride VignetteEditor --> "m_Color" SerializedParameterOverride VignetteEditor --> "m_Center" SerializedParameterOverride VignetteEditor --> "m_Intensity" SerializedParameterOverride VignetteEditor --> "m_Smoothness" SerializedParameterOverride VignetteEditor --> "m_Roundness" SerializedParameterOverride VignetteEditor --> "m_Rounded" SerializedParameterOverride VignetteEditor --> "m_Mask" SerializedParameterOverride VignetteEditor --> "m_Opacity" SerializedParameterOverride @enduml
false
true
false
false
class
fb44a3596e8224987b1be0f95d538901440e3cdf
f22acb2262a5d4e80de44177ff691bc7d3492841
/design-pattern/src/main/java/org/marco/designpattern/gof/creational/factory/abstractfactory/abstractFactory.puml
d5ccfefd859a5118214c678ac1c8a4bbff1da5c2
[]
no_license
zyr3536/java-learn
5e64ef2111b978916ba47132c1aee19d1eb807f9
78a87860476c02e5ef9a513fff074768ecb2b262
refs/heads/master
2022-06-21T19:03:46.028993
2019-06-21T13:21:04
2019-06-21T13:21:04
184,074,885
0
0
null
null
null
null
UTF-8
PlantUML
false
false
445
puml
@startuml abstract class ProductA { + doA() : void } abstract class ProductB { + doB() : void } abstract class Factory { + createProductA(): ProductA + createProductB(): ProductB } class ConcreteProductA { } class ConcreteProductB { } class ConcreteFactory { } ConcreteProductA --|> ProductA ConcreteProductB --|> ProductB ConcreteFactory --|> Factory Factory --> ProductA Factory --> ProductB @enduml
false
true
false
false
class
9f50a3f816418574389ea61eb22ecd36ca7984a2
1db8da747531b0c17d9b073ef44cb674a552ee62
/docs/plant/class_diagram.puml
2c51a98e4b157668ab2dafddf0ad19b1ef76ccf0
[]
no_license
liulnn/plant
76e1725f6babf77607b709201cd6bf181e5e03b1
ceb59921183fd8554101301706689e91c3b92300
refs/heads/master
2021-01-24T17:54:43.792670
2018-12-09T18:26:13
2018-12-09T18:26:13
28,862,131
0
0
null
null
null
null
UTF-8
PlantUML
false
false
162
puml
@startuml class Plant { long plant_id string name string summary string detail init(name: string, summary: string, detail: string): Plant } @enduml
false
true
false
false
class
853a9ba4dc60207d494dc66aef64387caaaac39e
6f926b30667a0964dc598ab93fe09a6795d22b87
/web/misc/tollgateOutputB.puml
680e88937dd22645168d87cb0999c0cb3ccbe7ed
[]
permissive
Lukaand/gdpr-analyzer
3dbcee57baf0d107a1a660cb3365d74ff1e2050a
5433227d4aff9b088bff1b96eabe838ea2c4c1bd
refs/heads/master
2022-11-22T03:39:20.649938
2020-07-13T10:18:33
2020-07-13T10:18:33
283,264,266
0
0
BSD-3-Clause
2020-07-28T16:12:02
2020-07-28T16:12:01
null
UTF-8
PlantUML
false
false
3,881
puml
@startuml 'Stereotyped classes class RequestPayment <<ProcessingTask>> { logged : false } class FilingSystem <<NotRequired>> { data_storage: bool storage_limited bool } class ProcessingSystem <<MissingClass>> { confidentiality: bool integrity: bool availability: bool resilient: bool pseudonymity: bool data_minimization: bool redundancies: bool tested: bool } note bottom #red: class ProcessingSystem not instantiated 'class DPIA <<DPIA>> { ' required: ER bool '} 'class DataBreach <<DataBreach>> { ' has_occurred: ER bool '} 'ER and artifact to be refined 'class ThirdCountryDataTransfer { 'is_required: ER bool '} class TechnicalMeasure <<MissingClass>> { stereotype: GENERIC_STEREOTYPE category: TECHNOLOGY_CATEGORY } note bottom #red: class TechnicalMeasure not instantiated class SpecialPurpose <<NotRequired>> { consent: CLASS consent employment_purpose: bool social_purpose: bool vital_interest: bool nonprofit_body: bool public_from_subject: bool legal_claim: bool public_interest: bool preventive_medicine: bool occupational_medicine: bool public_health: bool archiving: bool statistical_purposes: bool } class Purpose <<MissingClass>> { consent: CLASS consent contract_performance: bool controller_legal_obligation: bool vital_interest_protection: bool public_interest: bool legitimate_interest: bool } note bottom #red: class Purpose not instantiated class PaymentInfo <<PersonalData>> { category: GENERAL } class Consent <<MissingClass>> { } note bottom #red: class Consent not instantiated class Tollgate <<Controller>> { is_processor: true } class DataSubject <<DataSubject>> { is_minor : false } class DataHandler { } class Bank <<Recipient>> { } class ThirdParty <<NotRequired>> { } class Processor <<NotRequired>> { } 'Artifact classes 'class DPIAReport <<Artifact>> { ' activity_description: bool ' necessity_assessment: bool ' proportionality_assessment: bool ' risk_mitigation: bool '} 'class DataBreachNotification <<Artifact>> { ' description: bool ' DPO_info: bool ' consequences: bool ' measures_taken: bool '} class ProcessingLog <<MissingArtifact>> { name: bool contact_details: bool personal_data_category: bool data_storage_period: bool technical_measures: bool recipients: Array } note bottom #red: artifact ProcessingLog not instantiated class ConsentAgreement <<MissingArtifact>> { clear_purpose: bool unambiguous: bool affirmative_action: bool distinguishable: bool specific: bool withdrawable: bool freely_given: bool } note bottom #red: artifact ConsentAgreement not instantiated 'Styles skinparam class { BackgroundColor<<Artifact>> PaleGreen BorderColor<<Artifact>> SpringGreen BackGroundColor<<NotRequired>> White BorderColor<<NotRequired>> DarkGray AttributeFontColor<<NotRequired>> LightGray BorderColor<<MissingClass>> Red BackgroundColor<<MissingArtifact>> PaleGreen BorderColor<<MissingArtifact>> Red } 'Enumerations 'enum DATA_CATEGORY { ' GENERAL ' BIOMETRIC ' GENETIC ' HEALTH ' ETHNIC_ORIGIN ' RACIAL_ORIGIN ' POLITICAL_AFFILIATION ' CRIMINAL_OFFENSE ' RELIGIOUS_BELIEF ' TRADE_UNION_MEMBERSHIP ' SEXUAL_ORIENTATION '} 'Associations PaymentInfo -- Consent : requires > DataSubject -- PaymentInfo : provides > Tollgate -- ProcessingSystem : implements > Tollgate -- Processor Consent -- ConsentAgreement : manifests > 'DataBreach -- DataBreachNotification : manifests > 'DPIA -- DPIAReport : manifests > RequestPayment -- ProcessingLog : manifests > PaymentInfo -- SpecialPurpose Purpose -- Consent Tollgate --|> DataHandler Processor --|> DataHandler Bank --|> DataHandler ThirdParty --|> DataHandler DataHandler -- PaymentInfo : receives > ProcessingSystem -- RequestPayment : performs > FilingSystem --|> ProcessingSystem TechnicalMeasure -- ProcessingSystem : secures > @enduml
false
true
false
false
class
942a7d962d194cad4d019bd9bb335af2cc2fd57a
856c17570e7975ab81ca242d4e77d068db2d33f6
/exercise41/ex41.puml
f7a837ed7bc71d615699a2772a13f74493d189e6
[]
no_license
jpaez11/paez-a04
2f66d2f6094d43b598bc796b82e8ec5ada98e903
b6f74c02be07b00e81c26fb4be00905af7f749c4
refs/heads/master
2023-08-15T04:06:10.509682
2021-10-18T03:11:44
2021-10-18T03:11:44
417,701,796
0
0
null
null
null
null
UTF-8
PlantUML
false
false
294
puml
@startuml class baseline.solution41 { + {static} void main(String[]) - {static} void outputN(ArrayList<String>) - {static} void readN(Scanner,ArrayList<String>) } class baseline.SortingNames { + {static} void readN(Scanner,ArrayList<String>) + {static} void outputN(ArrayList<String>) } @enduml
false
true
false
false
class
bc652bd2ef8d10b27978ca7d8df71508d3c69039
5bdbd6738fe541bd2e09ee38cdcf8e5396e969e4
/hadoop/src/mr2/secure-mapreduce2-18-launching.puml
e61b9f21a781a2566adfa5942c37c8fadb134821
[]
no_license
kminder/puml
a788960884f2cabea5ff3daf05818716c0c28489
bc65fc266143105da327d94e1fc6a91677093412
refs/heads/master
2021-01-20T06:25:50.168990
2013-06-18T17:20:54
2013-06-18T17:20:54
10,411,289
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,801
puml
@startuml title Process Execution autonumber hide footbox participant "Client\n(user)" as C participant "Resource\nManager\n(yarn)" as RM participant "Node\nManager\n(yarn)" as NM participant "Container\nExecutor\n(root)" as CE #red participant "Container\nLocalizer\n(user)" as CL participant "MR\nApplication\nMaster\nContainer\n(user)" as AM participant "MR Task\nContainer\n(user)" as T #orange '1 C->RM: <b>submitApplication note right: Client defines and submits a MapReduce Job activate RM '2 RM->NM: <b>startContainer note right: Starts an allocated container for the MR ApplicationMaster activate NM deactivate RM '3 create CE NM->CE: <b>exec</b> [as yarn] note left: Launch native setuid executable to switch user activate CE '4 create CL CE->CL: <b>exec</b> [as user] note left: Copies user private files required to run AM to local disk deactivate CE '5 create CE NM->CE: <b>exec</b> [as yarn] note left: Launch native setuid executable to switch user activate CE '6 create AM CE->AM: <b>exec</b> [as user] note left: Executes the MR ApplicationMaster deactivate NM activate AM deactivate CE '7 AM->NM: <b>startContainer note left: Starts an allocated container to run a Task activate NM '8 create CE NM->CE: <b>exec</b> [as yarn] note left: Launch native setuid executable to switch user activate CE '9 create CL CE->CL: <b>exec</b> [as user] note left: Copies user private files required to run Task to local disk deactivate CE '10 create CE NM->CE: <b>exec</b> [as yarn] note left: Launch native setuid executable to switch user activate CE '11 create T CE->T: <b>exec</b> [as user] note left: Executes map and reduce tasks deactivate CE deactivate NM deactivate T deactivate T deactivate AM @enduml
false
true
false
false
sequence
f534f0eae3e9c7a517a0a9c376536f26547fd759
663e3110c9e9cffb5bd9703212cdd954b767d603
/Diagrams/Class.puml
93bb76df5654674fe57cadc5dae12d0add40cbc0
[ "MIT" ]
permissive
Alexpechonov/my_website
ae61feefe15d88ef00a03b3e42dbd860d35fbde2
5a7f1872a243f0c079cdbd6dd573762ddfd83738
refs/heads/master
2021-01-10T22:27:46.612931
2016-12-01T15:53:31
2016-12-01T15:53:31
67,783,672
0
1
null
2016-12-01T15:53:31
2016-09-09T09:02:01
JavaScript
UTF-8
PlantUML
false
false
1,833
puml
@startuml class AdminGroup{ +handle($request, Closure $next) } class PostController extends Controller{ +index() +create() +store(CreatePostRequest $request) +delete(Request $request) +show($id) +destroy($id) } class FacultyController extends Controller{ +index() +create() +store(Request $request) +delete(Request $request) +show($id) +destroy($id) } class GroupController extends Controller{ +index() +create() +store(Request $request) +delete(Request $request) +show($id) +destroy($id) } class PolicyController extends Controller{ +index() +create() +store(Request $request) +delete(Request $request) +show($id) +destroy($id) } class SpecialityController extends Controller{ +index() +create() +store(Request $request) +delete(Request $request) +show($id) +destroy($id) } class ReferenceController extends Controller{ +index() +create() +store(CreateReferenceRequest $request) +delete(Request $request) +show($id) +destroy($id) } class Controller extends BaseController class HomeController extends Controller { +__construct() +index() } class Faculty extends Model{ #$table #$fillable +getName() } class Group extends Model{ #$table #$fillable +getNumber() +speciality() +faculty() } class Policy extends Model{ #$table #$fillable +owner() } class Post extends Model{ #$table #$fillable +setUserIdAttribute($value) +owner() } class Reference extends Model{ #$table #$fillable +user() } class Speciality extends Model{ #$table #$fillable +getName() +getDescription() } class User extends Model{ #$table #$fillable #$hidden +group() +references() +posts() +role() +hasRole($role = 'admin') +isAdmin() +isStudent() +isTeacher() } class CreateReferenceRequest extends FormRequest{ +rules() } class CreatePostRequest extends FormRequest{ +rules() } class ExampleTest extends TestCase{ +testBasicExample() } @enduml
false
true
false
false
class
810db07e82d741193ecc46218421f92482498007
4b7577a8a8125fcf6e6fbf597f44026c77de046b
/backend/app/InvoiceGenerator/Diagrams/InvoiceGeneratorClassDiagram.puml
806f646ae08743bad2a03912e71b81ca244960c2
[ "MIT" ]
permissive
alekniem/laskutin
590e51444fb58eb4863ac48c87db85b8be9efb40
e54cc9b11ecd1b6183938766bdc8ddefb0bd7e50
refs/heads/main
2023-04-20T23:30:11.724486
2021-05-10T18:58:00
2021-05-10T18:58:00
366,058,373
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,570
puml
@startuml Class Diagram package App\Models { class Invoice { {field} +id {field} +biller_id {field} +customer_id {field} +invoice_date {field} +due_date {field} +invoice_number {field} +reference_number {field} +biller_name {field} +biller_address_line_one {field} +biller_address_line_two {field} +biller_email {field} +biller_phone_number {field} +biller_business_identity_code {field} +biller_bank_name {field} +biller_bank_iban {field} +biller_bank_bic {field} +biller_pdf_title {field} +biller_pdf_author {field} +customer_name {field} +customer_address_line_one {field} +customer_address_line_two {field} +created_at {field} +updated_at .. Computed fields .. {field} +amount_sum {field} +vat_amount_sum {field} +total_amount_sum {field} +formatted_reference_number } class InvoiceLine { {field} +id {field} +invoice_id {field} +description {field} +amount {field} +vat_percent {field} +vat_amount {field} +total_amount {field} +created_at {field} +updated_at } } package App\InvoiceGenerator { class FileOperation { +loadFile(string $filename): string +saveFile(string $filename, string $contents) } interface Formatter { +formatMoney($cents): string +formatDate(string $ymd): string } class FormatterFinnish { +formatMoney($cents): string +formatDate(string $ymd): string } class InvoiceGenerator { +generatePdf(Invoice $invoice): string } class LatexGenerator { +generate(Invoice $invoice, string $invoiceTemplate, string $lineTemplate): string } class PdfGenerator { +generate(string $directory, string $texFilename) } class InvoiceGeneratorServiceProvider { +register() } note as ServiceProviderNote registered in config/app.php file endnote } Formatter <|.. FormatterFinnish Invoice o-right- InvoiceLine Invoice --o InvoiceGenerator Invoice --o LatexGenerator hide InvoiceLine methods InvoiceLine --o LatexGenerator InvoiceGenerator *-- FileOperation InvoiceGenerator *-- LatexGenerator InvoiceGenerator *-- PdfGenerator LatexGenerator *-- Formatter FileOperation -[hidden]-> InvoiceGeneratorServiceProvider InvoiceGeneratorServiceProvider .right.> ServiceProviderNote @enduml
false
true
false
false
class
77731ce9307d897c195a92035c9d14a2d078d4d7
c7144af16e76ac5765e3c5c212eb1fa515ea8f6c
/DesignPattern/ClassDiagram/class-diagram_3-2-5-2.puml
36c2e19ac4aaf62516ab0083fcb12368a6559bd1
[]
no_license
JungInBaek/TIL
de183dc4e42bb1e7ff1a88a7d79ec33088644334
4043c68213ec8955eaeb570e11e7d2fd9bf85924
refs/heads/main
2023-08-22T02:15:41.238631
2021-10-06T13:55:45
2021-10-06T13:55:45
399,660,120
4
0
null
null
null
null
UTF-8
PlantUML
false
false
722
puml
@startuml Calculator o-- AbstractOperation AbstractOperation <|-- AddOperation AbstractOperation <|-- SubstractOperation AbstractOperation <|-- MultiplyOperation AbstractOperation <|-- DivideOperation class Calculator { + calculate(firstNumber : int, secondNumber : int) : int } abstract class AbstractOperation { + operate(firstNumber : int, secondNumber : int) : int } class AddOperation { + operate(firstNumber : int, secondNumber : int) : int } class SubstractOperation { + operate(firstNumber : int, secondNumber : int) : int } class MultiplyOperation { + operate(firstNumber : int, secondNumber : int) : int } class DivideOperation { + operate(firstNumber : int, secondNumber : int) : int } @enduml
false
true
false
false
class
060a84aa45cf933457e43764c6fefc280bab3726
c69a4c4bf8190b1d121dbf52beb72870964a43eb
/docs/linking/3-authentication-web.puml
0d3eba56cee22b9c67c816e05c2261fccd4d9b28
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
kleyow/pisp
98bc352ef03a5125c35456f422c78c1d2462e519
bf6917f6a0f0066af38b8894b25619261cf4e7af
refs/heads/master
2023-06-27T23:04:05.046890
2020-10-20T02:52:13
2020-10-20T02:52:13
268,942,351
0
0
NOASSERTION
2020-06-03T01:00:48
2020-06-03T01:00:48
null
UTF-8
PlantUML
false
false
2,323
puml
@startuml title PISP Linking: Authentication (Web) participant "PISP" as PISP box "Mojaloop" participant Switch end box participant "DFSP" as DFSP autonumber 1 "<b>WEB-AUTH-#</b>" ... note over PISP, DFSP Here the user goes through the web authentication process with their DFSP. The end result is a redirect back to the PISP with a special URL parameter with a secret provided by the DFSP. end note ... autonumber 1 "<b>AUTH-#</b>" PISP -> Switch ++: ""PUT /consentRequests/456""\n\ "" FSIOP-Source: pispa""\n\ "" FSIOP-Destination: dfspa""\n\ "" {""\n\ "" initiatorId: "pispa",""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" scopes: [ ""\n\ "" { accountId: "dfsp.username.1234",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" { accountId: "dfsp.username.5678",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" authUri: "dfspa.com/authorize?consentRequestId=456",""\n\ "" **authToken: "<OTP or SECRET>" // This is new !**""\n\ ""}"" Switch --> PISP: ""202 Accepted"" deactivate PISP Switch -> DFSP ++: ""PUT /consentRequests/456""\n\ "" FSIOP-Source: pispa""\n\ "" FSIOP-Destination: dfspa""\n\ "" {""\n\ "" initiatorId: "pispa",""\n\ "" authChannels: [ "Web", "OTP" ],""\n\ "" scopes: [ ""\n\ "" { accountId: "dfsp.username.1234",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" { accountId: "dfsp.username.5678",""\n\ "" actions: [ "accounts.transfer", "accounts.getBalance" ] },""\n\ "" ],""\n\ "" callbackUri: "pisp-app://callback..."""\n\ "" authUri: "dfspa.com/authorize?consentRequestId=456",""\n\ "" **authToken: "<OTP or SECRET>" // This is new !**""\n\ ""}"" DFSP --> Switch: ""202 Accepted"" deactivate Switch DFSP -> DFSP: Verify the auth token is correct. note over PISP, DFSP At this point, the DFSP believes that the User is their customer and that User trusts the PISP. This means that the DFSP can continue by granting consent. Note that the DFSP never "responds" to the Consent Request itself. Instead, it will create a Consent resource in the Grant phase. end note @enduml
false
true
false
false
sequence
4a9a65eb3c4eb66a9c5476da6f62b25e7661abd8
9f38c66cd0b9a5dc252e6af9a3adc804915ff0e9
/java/resources/plantuml/behavioral/Interpreter.puml
b1ab65b2da40af968ccbdf2d81310867a934d944
[ "MIT" ]
permissive
vuquangtin/designpattern
4d4a7d09780a0ebde6b12f8edf589b6f45b38f62
fc672493ef31647bd02c4122ab01992fca14675f
refs/heads/master
2022-09-12T07:00:42.637733
2020-09-29T04:20:50
2020-09-29T04:20:50
225,505,298
0
0
null
2022-09-01T23:16:34
2019-12-03T01:41:33
Java
UTF-8
PlantUML
false
false
247
puml
@startuml scale 1024 height class Context{ S/GetInput() S/GetOutput() } abstract AbstractExpression{ Interpret(Context) } AbstractExpression..>Context NonterminalExpression-up-|>AbstractExpression TerminalExpression-up-|>AbstractExpression @enduml
false
true
false
false
class
36efe2e02c0ca6768a697821676bb9de8523484b
ad3cc5450c8e0d30e3ddbc36db6fbb053e8965fb
/projects/oodp/html/umlversion/sg/edu/ntu/scse/cz2002/util/DateTimeFormatHelper.puml
90d9c0716de11e573e51b1567f5583a590038726
[]
no_license
itachi1706/How-to-use-Git-NTUSCSE1819-Site
d6fcba79d906e9916c3961b11a6e1318d8a0f602
dbce2f56b42e15be96bd40fd63e75389d397ca34
refs/heads/master
2021-07-12T15:24:44.197085
2020-08-01T12:31:23
2020-08-01T12:31:23
172,893,030
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,038
puml
@startuml class DateTimeFormatHelper [[../sg/edu/ntu/scse/cz2002/util/DateTimeFormatHelper.html]] { {static} -MILLIS_TO_DAYS: long {static} -TO_UTC_PLUS_8: long {static} +formatToStringDate(date:LocalDate): String {static} +formatToStringTime(time:LocalTime): String {static} +formatToLocalDate(date:String): LocalDate {static} +formatToLocalTime(time:String): LocalTime {static} +getTodayDate(getNextMonth:boolean): LocalDate {static} +getTimeNow(): LocalTime {static} +getTimeDifferenceMinutes(time1:LocalTime, time2:LocalTime): long {static} +compareIfBeforeToday(inputDate:LocalDate): boolean {static} +formatMillisToDateTime(millis:long): String {static} +checkResvTimeSession(resvTime:LocalTime, sessionStart:LocalTime, sessionEnd:LocalTime): boolean {static} +validateDate(date:String): boolean {static} +getSysTimeMillisWithSGTimeZone(): long } center footer UMLDoclet 1.1.3, PlantUML 1.2018.12 @enduml
false
true
false
false
class
56be1ea20125c592d600c3e2c7363d5c7e852c82
5419ba65627214efbf640b0643d5524c4f2a646f
/Architecture/06.GAIP#29.get-relevant-promoted-actions/PFPD#39.class.plantuml
c38e440dc64cecdf893a54b538008a378e6d2b3c
[]
no_license
ovidiomanteiga/horuslauncher
3ed7ce5283dd4a267b1284f6bc192c0426b98150
26159c90e70d3042f2ac04d8cb8284c1c8c26de2
refs/heads/master
2020-09-14T05:44:31.073187
2019-07-22T19:55:47
2019-07-22T19:55:47
223,037,096
0
0
null
null
null
null
UTF-8
PlantUML
false
false
2,175
plantuml
@startuml PFPD#39.class skinparam monochrome true package Domain { class PromotedAction <<Entity>> { Drawable icon UUID identifier LocalizableString name void perform() } class PromotedActions <<Aggregate>> { } class ExecutePromotedAction <<Interactor>> { + PromotedAction action + void perform() } class GetHorusList <<Interactor>> { + HorusList horusList + void perform() } class GetPromotedActions <<Interactor>> { + PromotedActions actions + void perform() } class PromotedActionExecution <<VO>> { + PromotedAction action + Date executionTime } interface PromotedActionService <<Service>> { + PromotedActions getPromotedActionsFor(UserProfile) + PromotedActions notifyPromotedActionExecuted(PromotedActionExecution) } ExecutePromotedAction -u-> PromotedActionExecution : <<creates>> ExecutePromotedAction -r-> PromotedActionService GetPromotedActions -u-> PromotedActions GetPromotedActions -r-> PromotedActionService PromotedActions o-l-> "*" PromotedAction PromotedActionService .u.> PromotedActionExecution ExecutePromotedAction -[hidden]l-> GetHorusList } package UI { class HorusListPromotedFragment <<Fragment>> { } class MainActivity <<Activity>> { } MainActivity -u-> "1" HorusListPromotedFragment } package Infrastructure { class HorusSpotterPromotedActionService <<Service>> { + PromotedActions getPromotedActionsFor(UserProfile) + PromotedActions notifyPromotedActionExecuted(PromotedActionExecution) } package HorusSpotterClient { class HorusSpotterPromotedActionExecutions <<WebAPIResource>> { + PromotedActionExecutionDTO post() } } HorusSpotterPromotedActionService .r.> HorusSpotterPromotedActionExecutions } HorusListPromotedFragment -u-> ExecutePromotedAction HorusListPromotedFragment -u-> GetHorusList HorusListPromotedFragment -u-> GetPromotedActions HorusSpotterPromotedActionService .u.|> PromotedActionService hide empty members @enduml
false
true
false
false
sequence
7cc48a08d047485d3cc549d5d83c027a658d42f6
34acd2aa8d51295c0c4289e43e8961f5e23b5a08
/PlantUML/raw/Custom/ElCazador.Worker/Modules/Spoofers/Models/LLMNRPacket.puml
7384c6e64911d0afee8883f4171474edca3e4d62
[]
no_license
fisboger/Thesis
a6887e195c7daa8317abe3167de1676420173e33
4746126f69da615c641380fd7a33c863f2fedee3
refs/heads/master
2020-04-03T15:18:08.671739
2019-02-07T11:17:06
2019-02-07T11:17:06
null
0
0
null
null
null
null
UTF-8
PlantUML
false
false
898
puml
@startuml class LLMNRPacket { + LLMNRPacket(data:byte[], ip:byte[]) + Build() : byte[] - Tid : byte[] <<get>> <<set>> - Flags : byte[] <<get>> <<set>> - Question : byte[] <<get>> <<set>> - AnswerRRS : byte[] <<get>> <<set>> - AuthorityRRS : byte[] <<get>> <<set>> - AdditionalRRS : byte[] <<get>> <<set>> - QuestionNameLen : byte[] <<get>> <<set>> - QuestionName : byte[] <<get>> <<set>> - QuestionNameNull : byte[] <<get>> <<set>> - Type : byte[] <<get>> <<set>> - Class : byte[] <<get>> <<set>> - AnswerNameLen : byte[] <<get>> <<set>> - AnswerName : byte[] <<get>> <<set>> - AnswerNameNull : byte[] <<get>> <<set>> - Type1 : byte[] <<get>> <<set>> - Class1 : byte[] <<get>> <<set>> - TTL : byte[] <<get>> <<set>> - IpLen : byte[] <<get>> <<set>> - Ip : byte[] <<get>> <<set>> } IPacket <|-- LLMNRPacket @enduml
false
true
false
false
class
139b947b127de81f31e3ada073be730df08b0589
a59f3e8c76f2dfec5af7aea1c6cdfd3177aac639
/flows/km-flow.puml
152eed716bb615745dde8123145b230fe7588b88
[]
no_license
s1seven/portal-docs
c5e123e3e3f45aecf52e67b64ae5e6ef18269032
d31a9c32687057bbd98ca4799cc5ec04a882d536
refs/heads/main
2023-08-23T06:29:40.899615
2021-09-22T07:50:46
2021-09-22T07:50:46
375,742,396
0
0
null
2021-09-07T15:28:45
2021-06-10T15:19:36
JavaScript
UTF-8
PlantUML
false
false
1,629
puml
@startuml title Key Management skinparam style strictuml participant Customer #FFFFFF participant S1Seven_API #FFFFFF participant Wallet #FFFFFF participant DLT_Node #FFFFFF == Create wallet == Customer -> S1Seven_API: Create a wallet for a given company S1Seven_API -> Wallet: Create, store in secure storage and return new mnemonic S1Seven_API --> S1Seven_API: Create a new wallet entity in DB S1Seven_API -> Customer: Return the new mnemonic == Create key pair == Customer -> S1Seven_API: Create a new keypair (from a derivation path) to sign transaction with a given wallet S1Seven_API -> Wallet: Create a public key S1Seven_API --> S1Seven_API: Create a new identity entity with the derivation path and the public key S1Seven_API -> Customer: Return the identity == Create transactions == Customer -> S1Seven_API: Create a new transaction S1Seven_API --> S1Seven_API: Build the transaction S1Seven_API -> Customer: Return the transaction to be signed == Sign transactions == Customer -> S1Seven_API: Sign a transaction with a specific identity S1Seven_API -> Wallet: Sign the content with the private key generated from the identity and return the signed payload S1Seven_API --> S1Seven_API: Create an entity to track transaction state with status signed S1Seven_API -> Customer: Return the transaction signed == Send transactions == Customer -> S1Seven_API: Send a signed transaction S1Seven_API -> DLT_Node: Send the transaction to the network matching the coin type and the mode S1Seven_API --> S1Seven_API: Update transaction tracker state with status sent S1Seven_API -> Customer: Return the transaction signed @enduml
false
true
false
false
sequence
955b6feb0e66a9dd5e49f1fa15f6eec2c03e2af1
307a29bda840d696da2adb93ff3ef67256b65fe6
/uml/classDiagram.puml
7db65f8fd290c64ab67309a137ecc078cffc0ebe
[]
no_license
arkaik2k01/nobrega-cop3330-assignment4part2
610e3252032faa404b34518faf4009affac97615
ad1d146c62cb103b9346edf41ac383900b79595c
refs/heads/master
2023-06-16T17:27:36.052623
2021-07-12T01:51:12
2021-07-12T01:51:12
384,826,759
0
0
null
null
null
null
UTF-8
PlantUML
false
false
410
puml
@startuml 'https://plantuml.com/class-diagram class Task { date description status gets() sets() toString() } class ToDo { main() start() } class ToDoController { ListView<Task> : taskList ObservableList : tasks FilteredList : filterTasks } javafx.Application*--ToDoController ToDoController*--Task : at least 100 in tasks < javafx.Application<|---ToDo @enduml
false
true
false
false
class
5e552fc0a1963a30a346c61901a299d173ac8a4a
740ec837551b09f09677854163ecd30ba6ea3cb7
/documents/sd/plantuml/application/Modules/Clipboard/Events/ClipboardCopyEvent.puml
f0f174c4eb3e4c80b08b2be35dc1e08319f0d134
[ "MIT" ]
permissive
insightmind/MORR
913c0c16d14745cbde40af07322ca339a0373f32
0830f2155fb3b32dc127587e07cbd780deb0e118
refs/heads/develop
2020-12-08T00:23:17.488431
2020-04-05T20:50:44
2020-04-05T20:50:44
232,827,908
5
1
MIT
2020-04-05T20:55:27
2020-01-09T14:28:48
HTML
UTF-8
PlantUML
false
false
272
puml
@startuml skinparam monochrome true skinparam ClassAttributeIconSize 0 class ClipboardCopyEvent { } abstract class ClipboardEvent{ + ClipboardText : string <<get>> <<set>> } abstract class Event ClipboardEvent <|-- ClipboardCopyEvent Event <|-- ClipboardEvent @enduml
false
true
false
false
class
02904eaa756c06b12122d660215cdfef7ca5d027
4b81e72878f40b705ac32cf8e136311dc4dc3699
/app/src/main/java/sud_tanj/com/icare/Backend/Database/Database.plantuml
88c2e56894709a57dbee3232fa9184a4c894b286
[]
no_license
sudtanj/iCare-PHR
826f6e1ffa0b4217ed128a36386a7494e22c521e
2d334a5dd7854b8cc204dd8adbe9f74d86c7d694
refs/heads/master
2020-03-23T04:46:07.948787
2019-12-22T03:22:09
2019-12-22T03:22:09
141,104,375
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,852
plantuml
@startuml title __DATABASE's Class Diagram__\n package sud_tanj.com.icare { package sud_tanj.com.icare.Backend { package sud_tanj.com.icare.Backend.Database { class HybridReference { {static} # PAPER_OFFLINE_KEY_COLLECTION : String - databaseReference : DatabaseReference - completionListener : CompletionListener {static} - isPersistenceSet : boolean + setValue() {static} + init() + setValue() - cacheToFirebase() - cacheToPaper() + onComplete() + HybridReference() + getDatabaseReference() } } } } package sud_tanj.com.icare { package sud_tanj.com.icare.Backend { package sud_tanj.com.icare.Backend.Database { abstract class SyncableObject { # identification : String # timeStamp : Long + SyncableObject() + toString() + SyncableObject() + getIdentification() + getTimeStamp() } } } } package sud_tanj.com.icare { package sud_tanj.com.icare.Backend { package sud_tanj.com.icare.Backend.Database { class UserInformation { {static} + KEY : String - name : String - email : String - developer : Boolean + UserInformation() + setName() + setEmail() + setDeveloper() + getName() + getEmail() + getDeveloper() } } } } HybridReference -up-|> CompletionListener 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
05ee2097ef2cf7388c8e634595c17efe16e33164
3d33f4e31702fdba9b2d095dd3d91d711409264c
/class-diagram/core-peer-class.puml
199def1fb542ad4d74510d309d06c94fd7bf2639
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
JulienGuo/fabric-addsm
81a181dd4f91160abbd9f131d87e8c187a32c542
8a489300031d07c09f44fc0f1687793f6eaaa1c0
refs/heads/master
2021-05-04T21:27:43.690594
2018-02-02T05:43:34
2018-02-02T05:43:34
119,926,380
0
1
null
null
null
null
UTF-8
PlantUML
false
false
527
puml
@startuml namespace github.com\\hyperledger\\fabric\\core\\peer { class chainSupport { configtxapi.Manager config.Application ledger ledger.PeerLedger } } namespace github.com\\hyperledger\\fabric\\core\\peer { class chain { cs *chainSupport cb *common.Block committer committer.Committer } } namespace github.com\\hyperledger\\fabric\\core\\peer { class channelPolicyManagerGetter { } } github.com\\hyperledger\\fabric\\core\\peer.chain ---> github.com\\hyperledger\\fabric\\core\\peer.chainSupport : cs @enduml
false
true
false
false
sequence
040fe59f0ae03a04d3cda53795f4cdbac9b279a1
e3b9cf37b6e14877ca61ae88c26b6fac7b7d019e
/use-case-diagram/Homework/Lab-submit/60030041/Book-store-1.puml
b2e4855ce90da7ec3102a39b393dba6d1d6db201
[]
no_license
OOAD-041/PlantUML-Labs
98c81170818bf4b656724be8fa95e8497a4c746a
28c3ee7a72da377ae042698f4f582ced91e3d058
refs/heads/master
2022-04-20T12:43:51.735860
2020-04-21T17:50:50
2020-04-21T17:50:50
256,804,820
0
0
null
2020-04-18T16:48:53
2020-04-18T16:48:53
null
UTF-8
PlantUML
false
false
342
puml
@startuml Book store left to right direction skinparam usecase{ BackgroundColor CornflowerBlue FontColor Azure } actor customer actor Employee rectangle "Book store"{ customer--(Finn a book) customer--(add to cart) customer--(Checkout) (make invoice)--Employee customer--(payment) (payment)--Employee (Print slip)--Employee } @enduml
false
true
false
false
usecase
aed30930a41951cd2a6dd2537d19e24c5f67fa9a
112e511928937b8ec60004ca94f1dd996bd9fd1a
/Documents/Shos.Chatter.Wpf/Models/ChatterModel.puml
ebae17756d82123923142b4ef713b6b7575543c2
[ "MIT" ]
permissive
Fujiwo/Shos.Chatter.NetFramework
2c143b390b1588e38e5967a8b8f1c51bf5487362
3c7061398e790c2fc856585fdbf60a18705f11e0
refs/heads/master
2023-03-23T09:31:02.071913
2021-03-11T05:27:48
2021-03-11T05:27:48
323,569,895
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,355
puml
@startuml class ChatterModel { userId : int = 1 + UserId : int <<get>> <<set>> users : IEnumerable<UserBase>? = null chats : IEnumerable<ChatBase>? = null + <<async>> Start() : Task + <<async>> Add(user:UserBase) : Task<bool> + <<async>> Delete(user:UserBase) : Task<bool> + <<async>> Update(user:UserBase) : Task<bool> + <<async>> Add(chat:ChatBase) : Task<bool> + <<async>> Delete(chat:ChatBase) : Task<bool> + <<async>> Update(chat:ChatBase) : Task<bool> <<async>> GetUsers() : Task<IEnumerable<UserBase>> <<async>> GetChats() : Task<IEnumerable<ChatBase>> <<async>> UpdateUsers(notifyEnabled:bool) : Task <<async>> UpdateChats(notifyEnabled:bool) : Task } class Server { + <<event>> UpdateUsers : Action? + <<event>> UpdateChats : Action? <<const>> serverUrlKey : string = "ServerUrl" + Url : string <<get>> hubConnection : HubConnection? = null hubProxy : IHubProxy? = null + <<async>> NotifyUpdateUsers() : Task + <<async>> NotifyUpdateChats() : Task + <<async>> Start() : Task } class "IEnumerable`1"<T> { } BindableBase <|-- ChatterModel ChatterModel o-> "httpClient" HttpClient ChatterModel o-> "Server" Server ChatterModel --> "Users<UserBase>" "IEnumerable`1" ChatterModel --> "Chats<ChatBase>" "IEnumerable`1" BindableBase <|-- Server @enduml
false
true
false
false
class
ec34ad34edc680a0b6785002fd6f221d12f27597
a43511a00b8f4c01ceca1f27bc06bd456ec314df
/uml/loadcontrol.puml
e3ca11040b4fa6d347d6dfd3188acd5cd8563a3f
[]
no_license
tdounnyy/exoplayer_note
9bb9eeca974f92f20ed811d969f5de6370ab5106
983e2649c56430ac6a9f9f444dc03efde4946180
refs/heads/master
2021-04-17T08:49:51.203528
2020-03-23T15:54:51
2020-03-23T15:54:51
249,430,703
0
0
null
null
null
null
UTF-8
PlantUML
false
false
126
puml
@startuml 'Controls buffering of media package loadcontrol{ interface LoadControl class DefaultLoadControl } @enduml
false
true
false
false
class
0886c92ae203cb48e8a7c48b859dadebc7668dd3
19de0597a5790bab6ff021899b4479506ae0829a
/uml/gui_seq_diagrams/mouseclicked_environmentpanel.plantuml
6ca53a4fee55dd6de7730056fff2bbae2793af86
[]
no_license
bbucsy/projlab_holy_oil
e703a3ac579555a6c62f91051d7fbb5572c88d30
a1c4e9b953e7f7c22dabbd935abb461f9cacd409
refs/heads/master
2023-05-02T06:22:36.234536
2021-05-09T09:46:04
2021-05-09T09:46:04
342,634,410
0
1
null
null
null
null
UTF-8
PlantUML
false
false
1,142
plantuml
@startuml seq skinparam SequenceLifeLineBackgroundColor LightYellow title "EnvironmentPanel gets clicked" Actor Player as player participant "env: EnvironmentPanel" as env player -> env ++: mouseClicked(e) alt left mouse button alt clicked on an asteroid participant "popup: AsteroidPopupMenu" as asteroidpopup participant "clickedAsteroid: Asteroid" env -> asteroidpopup ++: <<create>> ctor(clickedAsteroid, e) asteroidpopup -> env -- end alt clicked on a teleportgate participant "popup: TeleportGatePopup" as tppopup participant "clickedTeleportGate: TeleportGate" env -> tppopup ++: <<create>> ctor(clickedTeleportGate, e) tppopup -> env -- end end alt right mouse button and clicked on an asteroid or a teleportgate participant "popup: SettlerActionPopup" as settlerpopup participant ": TurnController" as turn participant "settler: Settler" as settler env -> turn ++: GetPlayer() turn -> env --: settler env -> settlerpopup ++: <<create>> ctor(settler, e) settlerpopup -> env -- end env -> player -- @enduml
false
true
false
false
usecase
c18a73d6361ea7491ef1d0b079e1e89a68e3cba6
39f5d36e159afc4363f2bc098c3530c534b9da28
/_md/puml-diagrams/sdd_pagamento_presso_psp_alternativo.puml
2fe4c15c4e5aecc340c2f432e190f68aa9ed8501
[]
no_license
andreapasuch/readthedocs
5607c14276a948d32d9a594da9ec7ab567c95923
319f890a6ab3fe39d9d778a69ec6d20028a7c19b
refs/heads/main
2023-08-17T11:25:45.168974
2021-08-19T13:05:52
2021-08-19T13:05:52
395,005,620
0
0
null
null
null
null
UTF-8
PlantUML
false
false
1,557
puml
@startuml hide footbox autonumber participant Cittadino as "Utilizzatore Finale" participant PSP participant NodoSPC participant EC hnote over NodoSPC : PD in Attesa Cittadino [#000000]-> PSP: Presenta l'avviso PSP -> PSP: Elabora dati avviso PSP -> NodoSPC: req nodoVerificaRPT NodoSPC -> NodoSPC : controllo verificaRPT NodoSPC -> EC: paaVerificaRPT EC -> EC : verifica RPT EC -[#0000FF]-> NodoSPC: resp OK , paaVerificaRPT NodoSPC -[#0000FF]-> PSP: resp OK, nodoVerificaRPT PSP [#000000]-> Cittadino : presentazione dell'avviso Cittadino [#000000]-> PSP : Autorizza il pagamento PSP->PSP: Pagamento PSP [#black]-> Cittadino : rilascio attestazione PSP -> NodoSPC: req nodoAttivaRPT NodoSPC -> NodoSPC : controllo attivaRPT NodoSPC -> EC : req paaAttivaRPT EC -> EC : Attiva RPT EC -[#0000FF]> NodoSPC : resp OK, paaAttivaRPT NodoSPC -[#0000FF]-> PSP : resp OK, nodoAttivaRPT hnote over NodoSPC : RPT Attivata ... EC -> NodoSPC : req nodoInviaRPT NodoSPC -> NodoSPC : controllo inviaRPT NodoSPC -[#0000FF]-> EC : resp OK, nodoInviaRPT hnote over NodoSPC : Pagamento Autorizzato NodoSPC -> PSP : req pspInviaRPT PSP -[#0000FF]-> NodoSPC : resp OK, pspInviaRPT hnote over NodoSPC : RPT Pagata PSP -> PSP: genera RT PSP -> NodoSPC : req nodoInviaRT NodoSPC -> NodoSPC : controlo inviaRT hnote over NodoSPC : RT Nodo NodoSPC -> EC : paaInviaRT EC -> EC : aggiorna Pagamento EC -[#0000FF]-> NodoSPC : resp OK, paaInviaRT NodoSPC -[#0000FF]-> PSP : resp OK, nodoInviaRT hnote over NodoSPC : RT EC PSP -> PSP : Chiudi Pagamento @enduml
false
true
false
false
sequence
05ff639363a8e3c38612e8e083ea151a23dba349
2a542ae20df9385a329d8fe385b2f44f2eb8135c
/integration/fabric/atsa/fsc/diagrams/transfer.puml
da7e2c7fae3dc4f005334e2451ea201726b29e54
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
v13s/fabric-smart-client
5a2cb06e8935265613dd9083d5c88c69357c34f5
c37da69b9133df560d4e25b7c0ce19a8cdec1bb7
refs/heads/main
2023-06-12T17:42:50.094746
2021-07-05T11:33:33
2021-07-05T11:33:33
383,103,545
0
0
Apache-2.0
2021-07-05T10:34:58
2021-07-05T10:34:57
null
UTF-8
PlantUML
false
false
516
puml
@startuml '- force wrapping of longer text 'skinparam wrapWidth 400 !pragma teoz true hide footbox participant "Alice" as Alice participant "Bob" as Bob participant "Fabric Network" as Orderer Alice -> Alice: Prepare Transaction Tx Alice -> Bob: Collect Signature on Tx Bob -> Bob: Check Tx & Add Bob's Ins and Outs Bob -> Alice: Send back signature on Tx note right of Bob: Wait for Finality of Tx Alice -> Alice: Check Tx Alice -> Orderer: Send Tx to Ordering note right of Alice: Wait for Finality of Tx @enduml
false
true
false
false
sequence
3d6428872b6b6e6c39a512c3a05d143d66e14602
0aeddc470dac2fbdc1544d641d7b927a8a64cbda
/thingml-gen/UML/BLE_PAIR/BLE_PAIR/docs/BLEInitialiserImpl_States.plantuml
8f196889dad7e5a36be1649adf5616dc45d7fa0d
[ "Apache-2.0" ]
permissive
ffleurey/ThingML-BLEGateway
d2b77481ad7ce3d8bdc62fa66160cda9124b47ab
e486bf2ff3a58f28ada62726bb21a283b43e26cb
refs/heads/master
2021-09-04T06:12:54.986012
2018-01-16T16:11:14
2018-01-16T16:11:14
108,272,066
1
0
null
null
null
null
UTF-8
PlantUML
false
false
1,950
plantuml
@startuml skinparam defaultTextAlignment left caption Behavior of thing BLEInitialiserImpl [*] --> States state States{ state Closed{ Closed --> Opening : Initialiser?Start Closed : Initialiser?Stop / \naction Initialiser!Stopped()\n } state Opening{ Opening : entry / do \nprint "[INFO]: Opening HCI socket...\\n"\nSocket!Open()\nend\n Opening --> Initialise : e:Socket?Opened\naction DeviceAddress = Opened.Address\n Opening --> Failure : Socket?Closed } state Initialise{ Initialise : entry / do \nprint "[INFO]: Initialising BLE Controller...\\n"\nHCICommands!Reset()\nend\n Initialise --> Failure : e:HCIEvents?ResetCompleted[(ResetCompleted.Status > 0)] Initialise --> Failure : e:HCIEvents?SetEventMaskCompleted[(SetEventMaskCompleted.Status > 0)] Initialise --> Open : e:HCIEvents?SetLEEventMaskCompleted[(SetLEEventMaskCompleted.Status == 0)] Initialise --> Failure : e:HCIEvents?SetLEEventMaskCompleted[(SetLEEventMaskCompleted.Status > 0)] Initialise --> Failure : Socket?Closed Initialise --> Closing : Initialiser?Stop Initialise : e:HCIEvents?ResetCompleted / [(ResetCompleted.Status == 0)]\naction HCICommands!SetEventMaskAll()\n Initialise : e:HCIEvents?SetEventMaskCompleted / [(SetEventMaskCompleted.Status == 0)]\naction HCICommands!SetLEEventMaskAll()\n } state Open{ Open : entry / do \nprint "[INFO]: HCI Socket initialised...\\n"\nInitialiser!Started()\nInitialiser!DeviceInitialised(DeviceAddress)\nend\n Open --> Failure : Socket?Closed Open --> Closing : Initialiser?Stop } state Closing{ Closing : entry / do \nprint "[INFO]: Closing HCI socket...\\n"\nSocket!Close()\nend\n Closing --> Closed : Socket?Closed\naction Initialiser!Stopped()\n } state Failure{ Failure : entry / do \nprint "[ERROR]: BLE_initialiser failed!\\n"\nSocket!Close()\nInitialiser!Failure()\nend\n Failure --> Opening : Initialiser?Start Failure : Initialiser?Stop / \naction Initialiser!Failure()\n } [*] --> Closed } @enduml
false
true
false
false
sequence